body {
    font-size: 16px;
}
.nav__close {
    display: none;
}

/** MOBILE **/
@media screen and (max-width: 640px) {
    body {
        font-size: 12px;
    }
    .header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        top: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 5rem;
        position: relative;
        background: hsl(0, 0%, 100%);
        z-index: 1;
        width: 100%;
        border-bottom: 1px solid hsl(0, 0%, 89%);
    }
    .header__logo a {
        padding: 1rem;
    }
    .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .nav__open {
        display: block;
        padding: 1rem;
    }
    .nav__close {
        display: block;
        position: absolute;
        right: 2rem;
        top: 2.75rem;
        z-index: 2;
    }
    .nav__items .ui-menu {
        width: 100% !important;
        margin-bottom: 2rem;
    }

    .main__content {
        padding: 1rem;
    }
    .content__section {
        position: relative;
        margin-top: 3vh;
    }
}

/** TABLET AND SMALL DESKTOP **/
@media screen and (min-width: 641px) and (max-width: 1024px) {
    body {
        font-size: 12px;
    }
    .header__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 5rem;
        position: relative;
        background: hsl(0, 0%, 100%);
        z-index: 2;
        width: 100%;
        border-bottom: 1px solid hsl(0, 0%, 89%);
    }
    .header__logo a {
        padding: 2rem;
    }
    .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: -15rem;
    }
    .nav__open {
        display: block;
        padding: 2rem;
    }
    .nav__close {
        display: block;
        position: absolute;
        right: 2rem;
        top: 3.5rem;
        z-index: 2;
    }
    .nav__items .ui-menu {
        width: 100% !important;
    }
    .main {
        margin-top: 17rem;
    }
}
/** SMALL DESKTOP **/
@media screen and (min-width: 1025px) {
    .header {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        width: 100%;
        z-index: 5;
    }
    .header__logo {
        width: 12rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .header__content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .header__top,
    .header__nav {
        height: 125px;
        -webkit-transition: 100ms ease-in;
        -o-transition: 100ms ease-in;
        transition: 100ms ease-in;
    }
    .header__session {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
    .header__auth {
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 16px;
    }
    .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;

    }
    .nav {
        width: 12rem;
        position: fixed;
        min-height: 100vh;
        z-index: 3;
        height: 100%;
        padding-top: 14.38rem;
        -webkit-transition: 100ms ease-in;
        -o-transition: 100ms ease-in;
        transition: 100ms ease-in;
    }
    .content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 12rem;
    }
    .subnav {
        z-index: 1;
    }
    .subnav {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 4.3rem;
        display: -webkit-flex;
    }

    .header__container {
        height: 100%;
    }

    .subnav__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        display: -webkit-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
    }
    .main__aside {
        position: fixed;
        z-index: 2;
        background: hsl(0, 0%, 98%);
    }

    .main__content {
        padding: 0 0 0 12rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .main.guest .main__aside {
        width: 19.373rem;
        height: 100vh;
    }
    .main.guest .main__aside .nav {
        width: 19.373rem;
        background: hsl(0, 0%, 100%);
        border: none;
    }

    .main.guest .main__content {
        padding-left: 19.373rem;
    }

    .main.guest .content__section {
        padding: 0;
    }
    .main.guest .content__separator {
        padding: 1rem 0 3rem;
    }


    .login__slogan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 28rem;
        padding: 1rem 6rem;
        -webkit-transition: 100ms ease-in;
        -o-transition: 100ms ease-in;
        transition: 100ms ease-in;
    }

    /** SCROLLED **/
    body.scrolled .header__top
    body.scrolled .header__nav {
        height: 60px;
    }

    body.login.scrolled .header__top,
    body.login.scrolled .header__nav
    {
        height: 115px;
    }
    /** SLIDE MENU UP **/
    /*  body.scrolled .nav__items .ui-menu {
      margin-top: 0.25rem;
    }
    */

    body.scrolled.login .header__content {
        border-bottom: none;
    }
    body.scrolled-guest.login .header__content.guest {
        border-bottom: 10px solid #456D2B;
    }

    /** ZOOMED **/
    body.zoomed-1 {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        max-width: calc(100% - 10.8rem);
    }
    body.zoomed-2 {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        max-width: calc(100% - 19.8rem);
    }
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
    body {
        font-size: 14px;
    }
    .header__controls,
    .subnav {
        padding: 0 2.7rem;
    }
    .header__wcag {
        display: none;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1439px) {
    .header__controls {
        font-size: 0.7rem;
    }
}
/** LARGE SCREENS **/
@media screen and (min-width: 1440px) and (max-width: 1650px) {
    /** ZOOMED **/
    body.zoomed-1 {
        max-width: calc(100% - 8rem);
    }
    body.zoomed-2 {
        max-width: calc(100% - 14rem);
    }
    .header__session {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
}
.header__logo {
    min-width: 192px;
}
@media screen and (min-width: 640px){
    .title__container {
        display: -webkit-flex;
        -webkit-justify-content: space-between;
    }
}
input::placeholder {
    color: #737373 !important;
    opacity: 1 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #737373 !important;
    opacity: 1 !important;}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #737373 !important;
    opacity: 1 !important;}

.ui-selectonemenu select{
    display: none !important;
}
.contentText.content__section p a {
    color: #456d2b !important;
}
.contentText.content__section a {
    color: #456d2b !important;
}
.contentText a {
    color: #456d2b !important;
}