 .l-header-top {
    height: 80px;
}

 .l-header-middle {
    margin-top: 80px;
}

 .logo__title {
    margin-top: -4px;
}

 .navbar-login {
    height: 48px;
    padding: 0 40px;

    font-size: 1.5rem;
    line-height: 48px;
}

 .l-bg {
    /*max-height: calc(80px + 20vw + 5vw);*/
    /*height: 545px;*/
}

.l-body--center-tile .center-tile {
    /*width: calc(50% - 15px);*/
    /*min-height: 250px;*/
    /*margin: 0 -54px;*/
    margin: 60px 0;
    padding: 22px 0 15px;

    background-color: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    border-radius: 7px !important;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);

}

.l-body--center-tile .center-tile__inner {
    height: 100%;
    margin: 0 -40px;
}

.l-body--center-tile .login-button {
    width: 100%;
    min-width: 650px;
}

.l-body--center-tile .center-tile .logo {
    margin: 0 80px 20px;
    height: 70px;
    justify-content: center;
    width: calc(100% - 60px);
}

.l-body--center-tile .l-bg {
    height: 999px;
}

.l-body--hide-jst .center-tile .logo-center__img {
    margin-right: 0;
    max-width: 50vw;
}

.l-body--hide-jst .logo__img {
    max-width: 50vw;
}

.l-body--tiles-top-row .l-dashboard__tiles--bottom-row1 {
    order: -10;
}

.l-body--tiles-top-row .l-navbar .logo__img {
    max-height: 50px;
}

 .l-body--tiles-top-row .l-dashboard {
     margin-top: 80px;
 }

 .l-body--tiles-top-row.l-body--important-msg .l-dashboard {
     margin-top: 104px;
 }

.l-body--tiles-top-row .l-header-middle {
    margin-top: -30px;
    max-height: 320px;
    height: 21vw;
}

.l-body--tiles-top-row .l-bg {
    top: 80px;

    max-height: 480px;
}

.l-body--hide-jst .logo__img {
    /*margin-right: 0;*/
    max-width: 50vw;
}

.l-body--center-tile .l-header-middle {
    height: auto;
}

.l-body--hide-jst .logo-center__img {
    margin-right: 0;
}

.l-body--tiles-top-row .tile__title {
    padding-left: 1.5vh;
    padding-bottom: 1.1vh;
}

.l-dashboard__tiles--mobile {
     display: none;
 }

/*
================================================== !!! ==================================================
	WIDTH: FULL
	HEIGHT: 900
================================================== !!! ==================================================
*/

@media screen and (max-height: 900px) {
    .l-body--center-tile .center-tile {
        margin: 30px 0;
    }

    .l-body--tiles-top-row .l-bg {
        max-height: initial;
        height: calc(100% - 60px - 16vh);
        top: 8vh;
    }
    .l-body--tiles-top-row .l-header-middle {
        padding: 35px 0;
        max-height: initial;
        height: 100%;
    }
    .l-body--tiles-top-row.l-body--center-tile .l-header-middle {
        padding: 0;
    }
    .l-body--tiles-top-row .tile {
        height: 16vh;
    }
    .l-body--tiles-top-row .tile__title {
        padding-right: 20px;

        font-size: 1.5rem;
    }
    .l-body--tiles-top-row.l-body--center-tile .center-tile__bottom-link {
        margin-top: 10px;
    }
    .l-body--tiles-top-row.l-body--center-tile .center-tile {
        padding: 17px 0 10px;
    }
    .l-body--tiles-top-row.l-body--center-tile .logo-center {
        margin-bottom: 13px;
    }
}

/*
================================================== !!! ==================================================
	WIDTH: 1400
	HEIGHT: ALL
================================================== !!! ==================================================
*/

@media screen and (max-width: 1400px) {
    .l-body--center-tile .l-bg {
        max-height: calc(100% - 60px - 5vw);
        /*max-height: calc(120px + 30vw + 60px + 50px + 15vw);*/
    }

    .l-body--tiles-top-row .l-bg {
        max-height: calc(100% - 60px - 16vh);
        height: 545px;
    }
}

/*
================================================== !!! ==================================================
	WIDTH: 1280-1400
	HEIGHT: 700
================================================== !!! ==================================================
*/

@media screen and (min-width: 1280px) and (max-width: 1400px) and (max-height: 700px) {

     .l-bg {
        max-height: calc(80px + 40vh + 10vh);
    }

    .l-body--center-tile .l-header-top {
        height: 12vh;
    }
    .l-body--center-tile .l-header-middle {
        margin-top: 12vh;
    }

    .l-body--important-msg.l-body--center-tile .l-header-middle {
        margin-top: calc(12vh + 18px);
    }
    .l-body--center-tile .center-tile {
        /*margin: 20px 0; */
    }
    .l-body--center-tile .center-tile .logo {
        height: 50px;
    }
    .l-body--center-tile .login-button {
        height: 73px;
    }
    .l-body--center-tile .login-button__separator {
        height: 50px;
    }

    .l-body--tiles-top-row .login-button {
        height: 73px;
    }
    .l-body--tiles-top-row .login-button__separator {
        height: 50px;
    }



    .l-body--tiles-top-row .tile {
        height: 14vh;
    }

    .l-body--tiles-top-row .l-header-middle {
        padding: 28px 0;
    }
    .l-body--tiles-top-row .tile__title {
        font-size: 1.5rem;
    }
    .l-body--tiles-top-row .l-bg {
        top: 7vh;
        max-height: calc(100% - 60px - 14vh);
    }



    .l-body--tiles-top-row.l-body--center-tile .l-header-middle {
        margin-top: -30px;
    }
    .l-body--tiles-top-row.l-body--center-tile .center-tile {
         margin: 20px 0;
    }
}

/*
================================================== !!! ==================================================
	WIDTH: 1280
	HEIGHT: ALL
================================================== !!! ==================================================
*/

@media screen and (max-width: 1280px) {
    .l-body--tiles-top-row .l-bg {
        top: 5vw;
        max-height: calc(100% - 60px - 10vw);
    }
    .l-body--tiles-top-row .tile__icon {
        max-width: 6vw;
    }
    .l-body--tiles-top-row .tile__title {
        font-size: 1.5rem;
        padding-left: 20px;
        padding-bottom: 15px;
    }
    .l-body--tiles-top-row .tile {
        height: 10vw;
    }
}

/*
================================================== !!! ==================================================
	WIDTH: 990-1280
	HEIGHT: 800
================================================== !!! ==================================================
*/

@media screen and (max-width: 1280px) and (min-width: 990px) and (max-height: 800px) {
     .l-bg {
        max-height: calc(80px + 40vh + 8vh);
    }

    .l-body--center-tile .l-bg {
        max-height: calc(100% - 60px - 8vh);
    }
    .l-body--center-tile .l-header-top {
        height: 12vh;
    }
    .l-body--center-tile .l-header-middle {
        margin-top: 12vh;
    }

    .l-body--important-msg.l-body--center-tile .l-header-middle {
        margin-top: calc(12vh + 18px);
    }
    .l-body--center-tile .center-tile {
        /*margin: 20px 0; */
    }
    .l-body--center-tile .center-tile .logo {
        height: 50px;
    }
    .l-body--center-tile .login-button {
        height: 73px;
    }
    .l-body--center-tile .login-button__separator {
        height: 50px;
    }



    .l-body--tiles-top-row .tile {
        height: 14vh;
    }
    .l-body--tiles-top-row .l-header-middle {
        padding: 28px 0;
    }
    .l-body--tiles-top-row .tile__title {
        padding-bottom: 1vh;
        padding-left: 1.8vh;

        font-size: 1.5rem;
    }
    .l-body--tiles-top-row .l-bg {
        top: 7vh;
        max-height: calc(100% - 60px - 14vh);
    }
    .l-body--tiles-top-row .center-tile .logo {
        height: 50px;
    }
    .l-body--tiles-top-row .login-button {
        height: 73px;
    }
    .l-body--tiles-top-row .login-button__separator {
        height: 50px;
    }


    .l-body--tiles-top-row.l-body--center-tile .l-header-middle {
        margin-top: -30px;
    }
    .l-body--tiles-top-row.l-body--center-tile .center-tile {
        margin: 20px 0;
    }
    .l-body--tiles-top-row.l-body--center-tile .l-dashboard {
        margin-top: 12vh;
    }

    .l-body--important-msg.l-body--tiles-top-row.l-body--center-tile .l-dashboard {
        margin-top: calc(12vh + 24px);
    }
}

/*
================================================== !!! ==================================================
	WIDTH: 990
	HEIGHT: ALL
================================================== !!! ==================================================
*/

@media screen and (max-width: 991px) {
    .l-body--tiles-top-row .tile__title {
        font-size: 1.125rem;
    }
}

/*
================================================== !!! ==================================================
	WIDTH: 860
	HEIGHT: ALL
================================================== !!! ==================================================
*/

@media screen and (max-width: 860px) {

}

/*
================================================== !!! ==================================================
	WIDTH: 768
	HEIGHT: ALL
================================================== !!! ==================================================
*/

@media screen and (max-width: 768px) {
     .l-header-top {
        height: 110px;
    }

     .l-header-middle {
        margin-top: 110px;
    }

    .l-body--important-msg .l-header-middle {
        margin-top: 128px;
    }

     .l-navbar__right {
        margin-top: 20px;
    }

     .navbar-login {
        /*opacity: 1;*/
        /*visibility: visible;*/
        width: 0;
        padding: 0;
        overflow: hidden;
        margin-right: 0;
        font-size: 1rem;
        line-height: 40px;
        height: 40px;
    }

    .l-body--scroll .navbar-login {
        height: 40px;
        width: 140px;
        padding: 0;
        margin-right: 10px;
        font-size: 1rem;
        line-height: 40px;
    }

     .l-bg {
        max-height: calc(110px + 40vw + 15vw);
        /*height: calc(110px + 65px + 15vw);*/
    }

     .l-navbar__right {
        margin-top: 10px;
    }


    .l-body--center-tile .center-tile {
        width: 100%;
        height: auto;
        min-height: auto;
        padding-top: 20px;
        margin: 30px 0;
    }

    .l-body--center-tile .center-tile__inner {
        margin: 0;
        height: 30vw;
    }
    .l-body--center-tile .center-tile .logo__title {
        font-size: 0.625rem;
    }

    .l-body--center-tile .l-header-top {
        /*padding: 20px 0;*/
        height: 120px;
    }

    .l-body--center-tile .l-header-middle {
        margin-top: 120px;
        height: calc(30vw + 50px + 60px);
    }

    .l-body--important-msg.l-body--center-tile .l-header-middle {
        margin-top: 138px;
    }

    .l-body--center-tile .l-navbar__right {
        margin-top: 10px;
    }

    .l-body--center-tile .navbar-login {
        padding: 0;
    }

    .l-body--center-tile.l-body--scroll .navbar-login {
        /*padding: 0 40px;*/
    }

    .l-body--center-tile .login-button {
        height: 10vw;
        width: calc(100% - 50px);
        min-width: auto;
    }
    .l-body--center-tile .login-button__separator {
        margin: 0 7vw;
    }

    .l-body--tiles-top-row .l-dashboard__tiles--bottom-row1 {
        order: 30;
    }

    .l-body--tiles-top-row.l-body--important-msg .l-dashboard {
        margin-top: 0;
    }
    .l-body--tiles-top-row .l-bg {
        top: 0;
        max-height: calc(154px + 50vw + 15vw);
    }
    .l-body--tiles-top-row .tile {
        flex-direction: column-reverse;
        justify-content: center;
        flex: 0 0 calc(50% - 30px);

        height: 30vw;
        padding: 3vw 0;
        max-height: none;
        max-width: calc(50% - 30px);
    }
    .l-body--tiles-top-row .tile__title {
        align-self: center;
        padding: 0;

        font-size: 3vw;
        text-align: center;
    }
    .l-body--tiles-top-row .tile__icon {
        margin: 0 0 15px;
    }

    .l-body--tiles-top-row .l-header-top {
        /*padding: 20px 0;*/
        height: 124px;
    }

    .l-body--tiles-top-row .l-header-middle {
        margin-top: 124px;
        height: 50vw;
    }

    .l-body--important-msg.l-body--tiles-top-row .l-header-middle {
        margin-top: 148px;
    }

    .l-body--tiles-top-row.l-body--center-tile .center-tile .logo {
        margin: 0 0 20px;
    }

    .l-body--tiles-top-row .l-dashboard {
        margin-top: 0;
    }

    .l-dashboard__tiles--desktop {
        display: none;
    }

    .l-dashboard__tiles--mobile {
        display: flex;
        order: 40;
    }
}

/*
================================================== !!! ==================================================
    WIDTH: 426
    HEIGHT: ALL
================================================== !!! ==================================================
*/

@media screen and (max-width: 426px) {
    .l-body--center-tile .center-tile .logo-center {
        margin-bottom: 10px;
    }
    .l-body--center-tile .center-tile__bottom-link {
        margin-top: 10px;
    }
    .l-body--tiles-top-row .l-bg {
        top: 0;
        max-height: calc(120px + 50vw + 15vw);
    }
    .l-body--tiles-top-row .l-header-top {
        /*padding: 20px 0;*/
        height: 120px;
    }

    .l-body--tiles-top-row .l-header-middle {
        margin-top: 120px;
        height: 50vw;
    }

    .l-body--important-msg.l-body--tiles-top-row .l-header-middle {
        margin-top: 138px;
    }
    .l-body--tiles-top-row.l-body--center-tile .center-tile .logo {
        margin: 0 0 10px;
    }
    .l-body--tiles-top-row.l-body--center-tile .center-tile .logo__title {
        font-size: 1rem;
    }
    .l-body--tiles-top-row.l-body--center-tile .center-tile__bottom-link {
        font-size: 0.875rem;
    }
    .l-body--tiles-top-row.l-body--center-tile .l-navbar__right {
        margin-top: 10px;
    }
}