.headerlogo {
    width: 100%;
    margin-top: -17px;

}

.g-recaptcha {
    display: inline-block;
    float: left;

}

.button8 {
    margin-top: 18px;
    float: left;

}

.parallax-holder .paralayer {
    background-position: center -30px;
}

header.alt ul li:last-child > a:hover {
    border: none;
}

header.alt .navbar-collapse ul li:last-child > a {
    color: transparent;
}

.footerspacer {
    padding: 0.7% 0 0 0;
}

/*--------------------
Style -- 9/29/2017 by AitchKay
----------------------*/

/*-------- Home Page
*/

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background: #000;
    border: 3px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 26px;
    padding: 0;
    line-height: 29px;
    font-weight: 700;
}

.fancybox-close:hover {
    background: #333;
    border: 3px solid #fff;
    border-radius: 50px;
    color: #fff;
    outline: none;
}

.youtube-button-icon {
    background: url("../images/icons/youtube_yellow_button_icon.png") no-repeat 0 -40px;
    display: inline-block;
    width: 53px;
    height: 40px;
}

.youtube-button-icon:hover {
    background-position: 0 0;
}

.features-watch .openYoutubeModal {
    display: inline-block;
}

.video-modal .modal-dialog {
    margin-top: calc((100vh - 510px) / 2);
}

.youtube-play-icon {
    background: url("../careers/images/icons/youtube_yellow_button.png") no-repeat 0 0;
    display: inline-block;
    width: 70px;
    height: 50px;
}

.embed-responsive.overlayed:after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(34, 34, 34, 0);
    position: absolute;
    left: 0;
    top: 0;
}

.embed-responsive .youtube-play-icon {
    position: absolute;
    left: calc(50% - 35px);
    top: calc(50% - 25px);
    display: none;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
}

.embed-responsive:hover .youtube-play-icon {
    opacity: 1;
}

.v-center.in{
    display: flex !important;
    align-items: center;
}
.alert-modal .modal-dialog,
.coming-soon-modal .modal-dialog{
    max-width: 450px;
}
.alert-modal button,
.coming-soon-modal button{
    min-width: 80px;
}
.alert-modal img,
.coming-soon-modal img{
    max-width: 200px;
    margin-top: 10px;
    margin-bottom: 30px;
}