.video-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

h6 {
    font-size: 60px;
    font-weight: 100;
    line-height: 1em;
    margin-top: -3px;
    color: #533F80;
}

/* privacy policy fix */

@media (max-width: 450px) {
    .page-container main .container.last-section h1 {
        font-size: 3rem;
        word-break: break-word;
    }

    .page-container main .container.last-section h2 {
        font-size: 2.8rem;
        word-break: break-word;
    }

    .page-container main .container.last-section h3 {
        font-size: 2.6rem;
        word-break: break-word;
    }

    .page-container main .container.last-section p a,
    .page-container main .container.last-section ul a {
        word-break: break-word;
    }
}

.zipcode-error {
    color: red;
}

@media (min-width: 992px) {
    .box-hero::after {
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        content: '';
        top: 0;
        z-index: 0;
    }
}

.content-icons {
    /*display: flex;
      flex-direction: column;*/
    padding-left: 0;
}

.content-icons li {
    list-style: none;
    display: flex;
    margin-bottom: 10px;
}

.content-icons li img {
    width: 40px;
    margin-right: 10px;
}

.what-to-expect .list li {
    display: inline-block;
}

.what-to-expect .list li ul li:before {
    content: "";
}

.what-to-expect .list li ul {
    padding-left: 0;
    margin-top: 5px;
}

.what-to-expect .list li ul li {
    padding-left: 0;
}

.cookies a:hover,
.cookies a:focus,
.cookies a:active {
    color: white;
    text-decoration: none;
}

.what-to-expect {
    padding-top: 30px;
}

.the-study-periods {
    padding-top: 30px;
}

.what-to-expect .media {
    display: flex;
    padding: 10px 0;
}

#about-the-study .what-to-expect .left-panels {    
    width: 100%;
}


@media (max-width: 991.98px) {
    .box-hero:before {
        background: #576264 !important;
    }
}

@media (max-width: 767.98px) {
    .q-topbar-lang {
        display: flex;
    } 
    .page-container>header .q-topbar {
        margin-left: 15px;
        margin-top: 5px
    }
}

@media only screen and (max-width: 600px) {
    .q-bg-white.ntm.pb-50 {
        display: block;
    }
}
/* START: Sticky footer update for mobile only */
@media (max-width:991px){
    #sticky-footer{
        display:block!important;
        bottom: 0!important;
        padding: 0px 0 0px 0!important;
        margin-top: 0!important;
        top: auto!important;
        height: auto!important;
        overflow: hidden!important;
        margin-bottom: 0!important;
        transition:0.3s bottom;
    }
    #sticky-footer a{
        padding:8px 0 10px;
        display:block;
    }
    header[style*="display: none"] ~ main #sticky-footer, header[style*="display:none"] ~ main #sticky-footer  {
      bottom:-200px!important;
    }

    #hero-btn{
        display:none;
    }
}
/* END: Sticky footer update for mobile only */
