@charset "utf-8";
/* Small Screen Overrides */

.mainPageMasterFrame {
    left: 0px;
    top: inherit;
    width: 100vw;
}

.mainPageAccountMenu {
    right: 50px;
}

@media only screen and (min-width: 420px) and (max-width: 1140px) {
    .menuLeftMenuToggle {
        display: flex;
    }

    .wholePageOverlay-menuActive {
        display: flex;
    }

    .mainPageLeftMenuFrame-menuActive {
        display: flex;
        z-index: 4;
    }
}

@media only screen and (min-width: 420px) and (max-width: 700px) {
    .userAccountMenuText,
    .mainPageContentColumnPriorityMedium {
        display: none;
    }

    .mainPageAccountMenu {
        right: 20px;
    }
}

@media only screen and (min-width: 420px) and (max-width: 870px) {
    .pageTopBarLogoText {
        display: none;
    }

    .mainPageAccountMenu {
        right: 100px;
    }
}

@media only screen and (min-width: 420px) and (max-width: 820px) {
    .mainContentSectionInner {
        flex-direction: column;
        align-content: flex-end;
    }

    .mainPageContentSectionQuarterHalfFrame,
    .mainPageContentSectionThirdFrame,
    .mainPageContentSectionHalfFrame {
        justify-content: space-evenly;
    }

    .mainPageContentSectionQuarterTextFrame {
        padding-right: 20px;
        align-items: flex-end;
    }

    .mainPageContentSectionQuarterTextValue,
    .mainPageContentSectionQuarterTextTitle {
        text-align: right;
    }

    .mainPageContentSectionThirdFrame,
    .mainPageContentSectionHalfFrame {
        margin-right: 10px;
        width: auto;
    }

    .mainPageContentSectionFullFrame,
    .mainPageContentSectionFull {
        margin-right: 10px;
    }

    .mainPageContentSectionFill {
        margin-left: 0px;
        margin-right: 20px;
    }

    .mainContentSectionInner:nth-of-type(1) .mainPageContentSectionQuarterHalfFrame:nth-of-type(1) .mainPageContentSectionQuarter:nth-of-type(2) {
        margin-right: 0px;
    }

    .mainContentSectionInner:nth-of-type(1) .mainPageContentSectionQuarterHalfFrame:nth-of-type(2) .mainPageContentSectionQuarter:nth-of-type(1) {
        margin-left: 0px;
    }

    .mainContentSectionInner:nth-of-type(1) .mainPageContentSectionQuarterHalfFrame:nth-of-type(1) .mainPageContentCommandButtonFrame:nth-of-type(2) {
        margin-right: 0px;
    }

    .mainContentSectionInner:nth-of-type(1) .mainPageContentSectionQuarterHalfFrame:nth-of-type(2) .mainPageContentCommandButtonFrame:nth-of-type(1) {
        margin-left: 0px;
    }
}

.userAccountMenuText, .mainPageSubMenuAccountToggleInnerIcon {
    display: none;
}

.mainPageContentColumnPriorityLow {
    display: none;
}

@media only screen and (min-width: 420px) and (max-width: 550px), only screen and (min-width: 420px) and (max-width: 500px) {
    .mainPageContentColumnPriorityMediumHigh {
        display: none;
    }
}

@media only screen and (min-width: 420px) and (max-width: 750px) {
    .mainPageContentSectionFifthFrame {
        width: 100%;
    }

    .mainPageContentSectionFifth {
        margin-right: 20px;
    }

    .mainPageContentSectionFifthMainImageFrame {
        flex-direction: row;
        align-items: flex-start;
    }
}
