﻿nav.meet-the-team ul li:hover span {
    color: #ffffff !important;
}

.det .location-lng {
    line-height: 1.667em;
    color: #666;
    font-size: 14px !important;
}
/*Custom Css for Event Page*/
.page-main-content .det {
    padding: 0 5.5% !important;
    margin: 0;
}

@media screen and (min-width: 1050px) {
    .EventPlaceholder {
        width: 10.9%;
        display: inline-block;
        float: left;
    }

    .EventVale {
        width: 89%;
        display: inline-block;
        float: left;
    }
}

.event-paragraph:after {
    clear: both;
    content: "";
    display: block;
}

.RecaptchaErrorText {
    border: 2px solid #d94720;
    width: 303px;
}

.error {
    color: #d94720 !important;
}

.r2i-form.contact-us .form-el input.error, .r2i-form.contact-us .form-el textarea.error, .r2i-form.contact-us .form-el select.error {
    border: 2px solid #e7e7e7 !important;
}

.TestifyingExperts {
    margin: 0 0 0px !important;
}

@media screen and (min-width: 1440px) {
    .recent-news-tan-title {
        font-size: 16px !important;
    }

    .site-wrap .header-wrap header{
        background-color: white;
        min-height: 100px;
    }
}



/*Owl slider css*/

.carousel-wrap {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    min-height: 450px;
}

.owl-carousel .item .dark-card {
    background: #323232;
    height: 100%;
    width: 100%;
    transition: 0.5s all;
}

.owl-carousel .owl-item.active .item .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.owl-carousel .owl-item.active.center:hover .textoverlay {
    -ms-opacity: 0.7 !important;
    opacity: 0.7 !important;
}


.carousel-wrap a {
    color: white;
}
/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
    height: 335px;
    transition: 0.5s all;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
}

.owl-carousel .owl-item.center .item {
    height: 360px;
}

.owl-clearfix:after {
    clear: both;
    content: '';
    display: block;
}

.owl-stage-outer {
    height: 450px;
}

    .owl-stage-outer a {
        text-decoration: none;
    }
/* end fix */
.owl-nav > div {
    position: absolute;
    top: 37%;
    color: #cdcbcd;
}

.owl-nav i {
    font-size: 52px;
}

.owl-nav .owl-prev {
    left: 0px;
}

.owl-nav .owl-next {
    right: 0px;
}

.owl-item .item img {
    height: 320px;
    transition: all .5s ease;
}

.owl-item.center .item img {
    height: 350px;
    transition: height .5s ease;
}

.owl-item.center {
    -webkit-box-shadow: 0px 11px 30px -3px rgba(0, 0, 0, 0.73);
    -moz-box-shadow: 0px 11px 30px -3px rgba(0, 0, 0, 0.73);
    box-shadow: 0px 11px 30px -3px rgba(0, 0, 0, 0.73);
}

.owl-item:not(.center) {
    background-color: #323232;
    transition: opacity .5s ease-in;
}

    .owl-item:not(.center) > div:hover {
        cursor: pointer;
    }

.owl-nav i {
    color: white;
}

.owl-carousel .textoverlay {
    position: absolute;
    bottom: 30px;
    padding-left: 35px;
    padding-right: 16%;
    z-index: 100;
    display: none;
}

    .owl-carousel .textoverlay div.heading {
        display: none;
    }

    .owl-carousel .textoverlay p {
        display: none;
    }

.owl-item.active .item .textoverlay {
    display: block;
}

    .owl-item.active .item .textoverlay div.heading {
        display: block;
    }

    .owl-item.active .item .textoverlay p {
        display: block;
    }

.owl-carousel .textoverlay div.heading {
    font-family: Adelle;
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.5;
}

.owl-carousel .textoverlay p {
    font-family: Adelle;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.owl-carousel .item {
    background-color: #323232;
}

    .owl-carousel .item img {
        opacity: 0.75;
    }

.owl-item:not(.center) img {
    opacity: 0.2;
    background-color: #323232;
}

@media (min-width: 1280px ) {

    .owl-clearfix {
        height: 15px;
    }
}

.owl-prev-btn {
    z-index: 100;
    background-color: white;
    padding: 20px;
    border-radius: 50%;
    background-image: url(/Resources/images/left-arrow-black.svg);
    background-size: 100%;
    opacity: 0.5;
}

.owl-next-btn {
    z-index: 100;
    background-color: white;
    padding: 20px;
    border-radius: 50%;
    background-image: url(/Resources/images/right-arrow-black.svg);
    background-size: 100%;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .carousel-wrap {
        min-height: 390px;
    }

    .owl-stage-outer {
        height: 390px;
    }

    .owl-carousel .textoverlay {
        padding-left: 14px;
        padding-right: 5%;
    }

        .owl-carousel .textoverlay div.heading {
            color: white;
            font-weight: bold;
            font-size: 23px;
            line-height: 32px;
        }

        .owl-carousel .textoverlay p {
            color: white;
            font-weight: bold;
            font-size: 12px;
            line-height: 20px;
            padding-top: 15px;
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .owl-nav {
        display: none;
    }

    .owl-item .item img {
        transition: none;
    }

    .owl-item.center .item img {
        transition: none;
    }
}

.owl-carousel .textoverlay p {
    padding-top: 15px;
}

@media (min-width: 768px) and (max-width: 980px) {
    .owl-carousel .textoverlay {
        padding-right: 10%;
    }

        .owl-carousel .textoverlay div.heading {
            font-size: 38px;
            line-height: 50px;
        }

        .owl-carousel .textoverlay p {
            font-size: 14px;
            line-height: 18px;
            padding-top: 15px;
        }
}

nav.meet-the-team ul li .text .meet-the-team-link-subheading {
    display: block;
    color: #afafaf;
    margin: 0;
    font-size: 14px;
}

.page-main-content .det.faq-listing {
    padding: 0 4.2% !important;
}

.careers-page-breadcrumb {
    list-style: none;
}

    .careers-page-breadcrumb li {
        display: inline-block;
    }

@media (min-width: 1600px) {
    .header-wrap header {
        padding-bottom: 0 !important;
    }

    header nav.main > ul > li.child-0 > div {
        width: 100% !important;
        margin: 0;
        max-width: 1600px;
    }

    header nav.main > ul > li.child-0 {
        position: static;
    }

    .header-wrap header nav.main {
        position: static;
        width: 55%;
        float: right;
    }
}

.site-wrap .banner .careers-banner blockquote:before {
    left: -12px;
    top: 0;
}

@media(max-width: 768px) {
    .site-wrap .banner .careers-banner blockquote:before {
        left: -8px;
    }
}
