body {
    overflow: hidden;
    position: fixed;
}

main {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
    margin-top: 50px;
    height: calc(100% - 100px);
    overflow: hidden;
    background-color: #fff;
}

@media (max-width: 991px) {
    main {
        margin-top: 50px;
        height: calc(100% - 50px);
    }
}

@media (min-width: 1279px) {
    main {

    }
}

@media (max-width: 991px) {
    body {
        display: inline-flex;
        flex-flow: column;
    }
    nav {
        height: auto;
        min-height: max-content;
        position: static;
    }
    main {
        height: 100%;
        margin: 0;
        position: static;
    }
    .actions-mobile {
        position: static;
        height: 50px;
        min-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        background-color: #fff;
        border-top: 1px solid #eee;
    }
}

/* INIT LEFT SIDE STRUCTURE */
.left-side {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 450px);
    height: 100%;
    background-color: #fff;
    z-index: 5;
    margin-top: 0px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-origin: border-box;
    box-shadow: 0 0 0px 2px rgba(0,0,0,0.2);
    box-shadow: none;
    border-right: 1px solid #f1f1f1;
    background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/site-assets/img/backgrounds/index_background_4.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#claim {
    position: absolute;
    width: 100%;
    height: calc(100% - 140px);
    text-align: left;
    padding: 60px 30px 20px 30px;
    color: #fff;
    z-index: -1;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.5), rgba(255,255,255,.75), rgba(255,255,255,1), rgba(255,255,255,1));
}
#claim h1 {
    font-weight: bold;
    font-size: 44px;
    font-family:'Montserrat', sans-serif;
}
#claim h2 {
    line-height: 120%;
}

#sponsor_index_pc {
    display: block;
}

#sponsor_index_pc > div, #sponsor_index_pc > div > iframe {
    width: 100% !important;
    height: 100% !important;
}

#sponsor_index_mobile {
    display: none;
}

#sponsor_index_mobile > div, #sponsor_index_mobile > div > iframe {
    width: 100% !important;
    height: 100% !important;
}


@media (max-width: 991px) {

    .left-side {
        top: unset;
        bottom: 50px;
        right: 0;
        width: calc(100% + 0px);
        margin: 0 0px;
        border-radius: unset;
        padding: 0 0px;
        height: calc(100% - 300px);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        box-shadow: 0 0 0px 2px rgba(0,0,0,0.2);
    }

    #claim {
        text-align: center;
        position: static;
        width: calc(100% - 60px);
        padding: 10px;
        height: 100%;
    }
    #claim h1 {
        font-size: 24px;
    }

    #sponsor_index_pc {
        display: none;
    }

    #sponsor_index_mobile {
        display: none;
        height: 100vw;
        width: calc(100vw - 32px);
        margin: 16px;
        color: #bbb;
        font-size: 10px;
    }

    #sponsor_index_mobile_advice {
        display: block;
    }
    .body_index_ad #sponsor_index_mobile {
        display: block;
        position: absolute;
        bottom: 66px;
    }
    .body_index_ad  .left-side {
        background: none;
    }
    .w-su-recaptcha.g-recaptcha, .grecaptcha-badge {
        display: none;
    }

}

@media (min-width: 992px) {
    #claim{ 
        height: auto;
        bottom:0px;
    }
    #claim h1, #claim h2 {
        margin: 0;
        font-size: 30px;
        color: #05f;
        text-shadow: 0px 0px 1px rgb(255, 255, 255, .8);
        color: #000;
    }
    #claim h2 {
        font-size: 15px;
        margin-top: 5px;
        padding-right: calc(50% - 300px);
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .left-side{
        display: none;
    }
}

@media (max-width: 767px) {
    .left-side {
        box-shadow: none;    
        background-position: right top;
        background-image: url('https://s3-eu-west-1.amazonaws.com/wuolah-public/site-assets/img/backgrounds/index_background_6.jpg');
        background-position: center bottom;
        background-size: auto 60%;
    }
    #claim {
        padding:  0 16px;
        color:  #111;
        text-align: center;
        width:  100%;
        font-size:  16px;
        height: 100px;
        background: none;
    }
    #claim h1 {
        margin: 0;
        font-size: 16px;
    }
    #claim h2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .left-side {
        height: 100%;
        position: static;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .left-side {
        border: none;
        box-shadow: none;
        background-position: left 35vw bottom;
        background-size: 112%;
    }
    #claim {
        padding: 0;
        background: none;    
        height: auto;
        bottom: 30px;
    }
    #claim > .table, #claim > .table > .cell {
        display: inline-block;
    }   

    #claim h1, #claim h2 {
        color: #111;
        text-align: left;
        width: 60%;
        padding-left: 16px;
        margin: 16px 0 0px 0;
    }
    #claim h1 {
        width: 50%;
    }
    #claim h2 {
        font-size: 14px;
    }
}
@media (min-width: 992px) and (max-width: 1279px) {
    .left-side { 
        width: calc(100% - 400px);
        padding-bottom: 0;
    }
    #claim{ 
        bottom: 0;
    }

    #claim h1{
        font-size: 28px;
    } 
}


/* END LEFT SIDE STRUCTURE */

/* INIT COVER */
.cover {
    float: left;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.10);*/
}

/* END COVER */

/* INIT RIGHT SIDE STRUCTURE */
.loginAuthInfo {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-around;
    text-align: left;
    font-size: 14px;
    color: #111;
}
.loginAuth {
    display: flex;
    width: 100%;
    margin-top: 0px;
    justify-content: space-around;
}
.right-side {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    background-color: #FFFFFF;
}

.student-title {
    position: absolute;
    top: 30px;
    line-height: 21px;
    left: 30px;
    height: auto;
    width: auto;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.w-logo {
    position: absolute;
    top: 30px;
    right: 30px;
    ;
    width: auto;
    height: 20px;
}

.actions-content {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 140px);
    height: calc(100% - 0px);
    margin: 0px 70px 0px 70px;
}


.actions-content .v-align-content {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
}

.auth-button {
    margin-bottom: 20px;
}

.actions-content .v-align-content .input-login {
    display: inline-block;
    width: calc(100% - 12px);
    margin: 0;
    margin-bottom: 15px;
    color: #909090;
    font-size: 14px;
    font-weight: 500;
}

.actions-content .v-align-content .alternative-text {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    text-align: right;
    color: #30344D;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.25;
}

.actions-content .v-align-content .alternative-text:hover {
    text-decoration: underline;
}

.login-button:not(.mobile), .signup-button:not(.mobile) {
    display: inline-block;
    margin-bottom: 0px;
    width: calc(100% - 32px);
}

@media (max-height: 530px) {
    .login-button:not(.mobile){
        margin-bottom: 20px;
    }
} 

.login-button.mobile {
    display: none;
    margin: 0;
    position: absolute;
    top: 160px;
    left: calc(50% - 54px);
}

.no-account-content {
    border-color: var(--w-color-primary);
    color: var(--w-color-primary);
}

.wlh-btn-text-only {
    color: var(--w-color-primary);
}

.no-account-content .gray-line {
    vertical-align: top;
    width: 100%;
    height: 1px;
    margin: 15px 0;
    background-color: #8799C3;
    opacity: 0;
}

.no-account-content .text {
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    padding: 0 18px;
    border: 1px solid #b6b6b6;
    /* line-height: 30px; */
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #111;
    min-width: fit-content;
    font-family: 'Montserrat', sans-serif;
}

.no-account-content .text:hover {
    text-decoration: underline;
}

input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #4b7bfb;
    box-shadow: 0 1px 0 0 #4b7bfb;
}

.body_index nav .brand-logo img {
    height: 14px;
    margin: 11px 10px;
    float: left;
}


.mobile-claim {
    display: none;
}

@media (max-width: 991px) {
    
    .right-side {
        display: none;
    }

    .actions-content {
        padding: 20px;
    }

    .desktop-content {
        display: none;
    }

    .w-logo {
        top: 40px;
        left: calc(50% - 60px);
        width: 120px;
        height: auto;
    }
    nav {
        height: auto;
        border: none;
        line-height: 120%;
    }
    nav .brand-logo, nav #nav-breadcrumb {
        width: auto;
        height: auto;
        line-height: 120%;
    }
    nav .brand-logo {
        width: auto;
        padding: 0;
        height: auto;
    }
    .body_index nav .brand-logo img {
        margin: 16px 0 0 16px !important;
    }
    nav div.nav-tagline {
        height: auto;
        line-height: 120%;
        margin: 16px 16px 0 16px;
    }
    .student-title {
        top: 75px;
        left: 33%;
        width: 34%;
        font-size: 17px;
        text-align: center;
        margin-top: 5px;
    }

    #login_submit_form {
        display: none;
    }

    .loginAuthInfo {
        display: none;
    }
    
    .auth-button {
        display: none;
    }

    .login-button.mobile {
        display: inline-block;
        margin-right: 16px;
    }

    .no-account-content {
        display: none;
    }

    .mobile-claim {
        display: block;
    }
}

@media (max-width: 767px) and (orientation: landscape) {
    .login-button.mobile {
        position: relative;
        display: inline-block;
        top: unset;
        left: unset;
    }
}

@media(max-width: 767px){
    .actions-content {
        display: none;
    }
    .login-button.mobile {
        display: inline-block !important;
        position: static;
    }
    .student-title {
        width: 100%;
        left: 0;
    }
    .right-side {
        height: 300px;
    }
}

@media(min-width: 768px) and (max-width: 991px){
    .right-side {
        height: 300px;
    }
    .actions-content {
        padding: 0;
        width: 100%;
        height: 300px;
        margin: 0;
    }
    .student-title {
        width: auto;
        position:fixed;
        left: 30px;
        top: 30px;
        text-align: left;
        font-size: 24px;
        margin-top: 0;
    }
    .w-logo {
        top: 30px;
        right: 30px;
        position: fixed;
        left: unset;
    }
    .actions-content .v-align-content{
        text-align: center;    
        position: absolute;
        bottom: 30px;
    }
    .login-button.mobile {
        display: inline-block !important;
        position: static;
    }
    .no-account-content {
        display: inline-block;
        width: auto;
        margin-top: 20px;
    }
    .auth-button {
        display: inline-block;
        width: auto;
        margin: 16px 0 0 0;
    }
    .cookies-label {
        padding: 0;
        text-align: center;
    }

}

@media(min-width: 992px) and (max-width:1279px){
    .right-side {
        width: 400px;
    }
    .actions-content {
        width: calc(100% - 140px);
        height: calc(100% - 170px);
        margin: 100px 70px 70px 70px;
    }
}


@media(min-width: 992px) {
    .actions-content .v-align-content #password.input-login.input-password {
        margin-bottom: 5px;
    }

    .actions-mobile { 
        display: none;
    }
}


/* END RIGHT SIDE STRUCTURE */

/* INIT FOOTER */
footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    z-index: 5;
}

footer .footer-icon {
    float: left;
    width: auto;
    height: 40px;
    margin: 5px 12px;
}

footer .footer-mark {
    width: auto;
    height: auto;
    margin: 0;
    right: 12px;
    position: fixed;
    bottom: 50px;
}

footer .footer-mark .up-line {
    float: left;
    width: 100%;
    height: auto;
    color: #ccc;
    font-family: 'Open sans', sans-serif;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.13px;
    bottom: 15px;
    left: 0;
    margin: 0 0px;
}

footer .footer-mark .down-line {
    float: left;
    width: 100%;
    height: auto;
    color: #30344D;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.13px;
}

footer .footer-mark .down-line a {
    color: #30344D;
    font-size: 12px;
    font-weight: 400;
}

footer .footer-mark .down-line a:hover {
    text-decoration: underline;
}

footer .language-selector {
    float: right;
    width: auto;
    height: 50px;
    color: #30344D;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13px;
    margin-right: 15px;
    cursor: pointer;
}

footer .language-selector .icon {
    float: left;
}

footer .language-selector .icon,
footer .language-selector .icon .material-icons-outlined {
    width: auto;
    height: 50px;
    line-height: 50px;
}

footer .language-selector .text {
    float: left;
    width: auto;
    height: 50px;
    line-height: 50px;
    margin-right: 5px;
    min-width: 80px;
    text-align: right;
}

.material-icons-outlined.world {
    font-size: 15px;
}

footer .privacy-items {
    float: left;
    margin-right: 30px;
    height: 50px;
    line-height: 50px;
    color: #30344D;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.13px;
}

footer .privacy-items a {
    color: #30344D;
    font-size: 12px;
    font-weight: 400;
}

footer .privacy-items a:hover {
    text-decoration: underline;
}

.cookies-label{
    position: absolute;
    bottom: 70px;
    font-weight: 400;
    color: #909090;
    font-size: 12px;
    width: 450px;
    right: 0;
    height: auto;
    line-height: 16px;
    padding: 10px 16px;
    z-index: 2;
    display: none;
}

.cookies-label a{
    text-decoration: underline;
    color: #909090;
}

.close-cookies{
    position: absolute;
    right: 5px;
    top: 3px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    color: #FFFFFF;
    display: none;
}

.close-cookies .material-icons-outlined{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
}


@media (max-width: 991px) {
    footer {
        display: none;
    }

    .cookies-label{
        bottom: calc(100% - 300px);
        top: unset;
        z-index: 4;
        height: auto;
        background-color: #fcfcfc;
        font-size: 10px;
        line-height: 10px;
        width: 100%;
    }

    .cookies-label a{
        text-decoration: underline;
    }

}

@media (max-width: 767px) and (orientation: landscape) {
    .cookies-label{
        top: unset;
        bottom: -45px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    .actions-content {
        display: none;
    }
    .cookies-label {
        padding: 20px;
        text-align: left;
        width: 50%;
        min-height: 0;
        background: none;
        top: unset;
        left: 0;
        position: fixed;
        bottom: 0;
        z-index: 5;
    }
    .close-cookies{
        display:none
    }
}

@media (min-width: 992px) and (max-width: 1279px) {
    .cookies-label {
        width: 400px;
    }
}

@media (min-width: 1279px) {
    footer {
        width: 100%;
    }
    .cookies-label {
        bottom:0;
        background: #fff;
        border-top: 1px solid #f1f1f1;
        height: 70px;
    }
    .cookies-label a {
        color:#111;
    }
    .close-cookies {
        display: none;
    }
    .language-drop {
        right:0px;
    }

}
/* END FOOTER */

/* PRINT BOX */

.print-container{
    position:absolute;
    bottom: 90px;
    left: 40px;
    float: left;
    max-width: 360px;
}



.print-container .toggle-button{
    float: left;
    width: 300px;
    cursor: pointer;
}

.print-container .toggle-button .button-box{
    float: left;
    color: #000000;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
    height: 48px;
}

.print-container .toggle-button .material-icons-outlined{
    float: left;
    height: 100%;
    line-height: 30px;
}

.print-container .toggle-button .message{
    float: left;
    margin: 0 10px;
    font-weight: 700;
    height: 100%;
    line-height: 30px;
    font-size: 14px;
}

.print-container .toggle-button .new-sign{
    float: right;
    background-color: #f767a2;
    padding: 4px 8px;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 700;
    font-size: 12px;
    margin: 3px 0;
}

.print-container .toggle-button .arrow {
    float: left;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    margin-left: 10px;
    margin-bottom: 4px;
}

.print-container:not(.open) .toggle-button .arrow {
    display: none;
}


.print-container:not(.open) .print-prompt{
    display: none;
}

.print-container .print-prompt {
    background-color: #82086ee5;
    float: left;
    width: 100%;
    border-radius: 5px;
    color: #ffffff;
}

.print-container .print-prompt .help-message{
    float: right;
    margin: 10px;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    color: #ffffffb0;
    text-decoration: underline;
    cursor: pointer;
}

.print-container .print-prompt .help-message .material-icons-outlined{
    font-size: 12px;
    line-height: 18px;
    text-decoration: underline;
}

.print-container .print-prompt .description-message{
    float: left;
    width: 230px;
    margin-right: calc(100% - 270px);
    margin: 20px 0;
    font-weight: bold;
    font-size: 25px;
    margin-left: 40px;
}

.print-container .print-prompt .input-container{
    width: 290px;
    margin-left: 40px;
    margin-right: 30px;
    margin-bottom: 40px;
    padding-top: 15px;
    float: left;
    border-top: 1px solid #ffffffb0;
}

.print-container .print-prompt .input-container .support-message{
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    color: #ffffffb0;
}

.print-container .print-prompt .input-container .support-message .material-icons-outlined{
    font-size: 12px;
    line-height: 18px;
}

#print-container .printer-code-container .printer-code-input input{
    background-color: #ffffff;
    color: #000000;
}

/* PRINT BOX */

/* NEW INDEX WITH SIGN UP*/
div.nav-tagline {
    color: #111;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.body_index input[type='text'], .body_index input[type='password']{
    border: 1px solid #eee;
    border-radius: 4px;
}

.signup_conditions {
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
}

h1 {
    font-size: 24px;
    font-family:'Montserrat', sans-serif;
    text-align: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-weight: bold;
}

#recaptcha-terms-mobile {
    font-size: 10px;
    height: 40px;
    position: absolute;
    bottom: 0;
    padding: 0 70px;
    color: #999;
}

#check-content [type="checkbox"]+label {
    line-height: 120%;
    font-size: 12px;
}

.grecaptcha-badge { visibility: hidden; }

.error-input-message {
    display: none;
    float: left;
    width: 100%;
    height: auto;
    margin-top: -15px;
    font-size: 11px;
    text-align: right;
    color: #ef0b0b;
}

.error-input-message.display-message{
    display: block;
}