#jslider-container .ws-title div {
    color: #fff;
}


/*#jslider-container {height:30vw;}
			.modal-dialog {width:90vw;};*/

#auisHPpopup img {
    width: 100% !important;
    height: auto !important;
}

#auisIconBar {
    display: none;
}

.col-sm-6.post.post-3.quote {
    display: none;
}

@media (max-width: 767px) {
    .header1 .navbar .navbar-header .logo_container #slideMenu_trigger {
        width: 20px;
        display: none;
    }
}

@media (max-width: 820px) {
    .logo_mobile {
        display: block !important;
        left: 10px;
        top: 10px;
    }
    /*.navbar-nav {
					left:40px;
				}*/
}

#jslider-container,
#jslider-container2 {
    width: 100%;
}

#jslider-container2 {
    overflow: hidden;
}

#jslider-container .ws-title span.apply div.col-md-4 {
    margin-top: -30px;
    background: #002855;
    opacity: 1;
}

#jslider-container .ws-title span.apply {
    display: inline-block;
    margin-top: 0px;
    padding: 0px;
    background: unset;
    font-weight: normal;
    border-radius: 0;
    opacity: 0.9;
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=90);
}

.apply-box {
    text-align: center;
    padding: 20px;
    border: 1px solid #ddd;
    background-color: #002855;
    transition: background-color 0.3s ease-in-out;
}

#jslider-container .ws-title span.apply div,
#jslider-container2 .ws-title div {
    display: block;
    margin-top: 10px;
    background: unset;
    color: #fff;
}

#jslider-container .ws-title div,
#jslider-container2 .ws-title div {
    background-color: #002855;
}

#jslider-container .ws-title span.apply .apply-link {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    background-color: #002855;
    text-decoration: none;
    opacity: 1;
}

#jslider-container2 .ws-title span.apply .apply-link {
    color: #fff;
    font-weight: bold;
    background-color: #002855;
    text-decoration: none;
    opacity: 1;
}

#jslider-container .ws-title span.apply div.apply-box {
    opacity: 1;
}

#jslider-container2 {
    overflow: unset;
}

#jslider-container2 .ws-title:first-child {
    bottom: unset !important;
    top: -60px !important;
}

#jslider-container2 .ws-title span.apply *,
#jslider-container .ws-title span.apply * {
    opacity: 1 !important;
}

.overlay {
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right top, rgba(23, 43, 84, 0.3) 60%, rgba(201, 151, 0, 0.3));
    background-size: cover;
}

.video-container {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.iframe-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 63%;
    overflow: hidden;
}

.text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-70%);
    text-align: left;
}

.video-container h1 {
    font-size: 4rem;
    padding: 20px;
    background-color: rgba(0, 40, 85, 0.9);
    border-radius: 5px;
    border: 1px solid #fff;
    margin-bottom: 5px;
    text-align: center;
}

.video-container h1 a {
    color: #c99700;
    transition: color .3s;
}

.video-container h1 a:hover {
    color: #fff;
}

h1.apply_first {
    opacity: 0;
    animation: slideInLeft 2s ease forwards 1s;
}

h1.apply_second {
    opacity: 0;
    animation: slideInLeft 2s ease forwards 2s;
}

h1.apply_third {
    opacity: 0;
    animation: slideInLeft 2s ease forwards 3s;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
}

.iframe-container iframe {
    position: relative;
    width: 100vw;
    height: calc(100vw * 0.562);
}

@media screen and (max-width: 1100px) {
    .iframe-container iframe {
        position: relative;
        width: calc(100vh / .56);
        left: 0px;
        height: 100vh;
    }
    .iframe-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-bottom: 100vh;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .iframe-container iframe {
        position: relative;
        width: calc(100vh / .56);
        left: calc(100vh / -2);
        height: 100vh;
    }
    .iframe-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-bottom: 100vh;
        overflow: hidden;
    }
    .video-container h1 {
        font-size: 1.5rem;
        padding: 10px;
        background-color: rgba(0, 40, 85, 0.9);
        border-radius: 5px;
        border: 1px solid #fff;
        margin-bottom: 5px;
    }
}

@media screen and (min-height: 705px) and (min-width: 1101px) {
    .video-container {
        position: relative;
        top: 0;
        left: 0;
        width: 100vw;
        height: calc(100vw * .562);
        overflow: hidden;
    }
}
