/******** slick.css overrides *********/

.container {
    max-width: unset;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
    height: 100%;
}

.container-div {
    height: 100%;
    font-family: Adelle;
}

.job-title {
    font-family: adelle-sans;
}

.slick-slide {
    height: 350px;
}

.slick-list {
    overflow: visible;
}

.slider-one {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(92, 7, 7, 0.5));
    background-size: cover;
    transition: 0.5s all;
    background-position: center;
}

.slider-two, .slider-three, .slider-four, .slider-five, .slider-six, .slider-seven, .slider-eight, .slider-nine, .slider-ten {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
    transition: 0.5s all;
    background-position: center;
}

/*.slider-three {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
    transition: 0.5s all;
    background-position: center;
}

.slider-four {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
    transition: 0.5s all;
    background-position: center;
}

.slider-five {
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    background-size: cover;
    transition: 0.5s all;
    background-position: center;
}*/

.slider-one,
.slider-two,
.slider-three,
.slider-four,
.slider-five,
.slider-six {
    width: 650px !important;
}

.slider-container.slick-center {
    transform: scale(1.8);
    transition: all 300ms ease;
    margin-top: 95px;
    z-index: 999999;
    position: relative;
    height: 200px;
    /* box-shadow: none; */
    overflow: hidden;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, .5);
}

@media (min-width: 768px) {
    .slider-container {
        width: 650px !important;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .slider-container {
        width: 200px !important;
        overflow: hidden;
        /* pointer-events: none; */
    }

        .slider-container.slick-center {
            transform: scale(1.5);
            transition: all 300ms ease;
            margin-top: 60px;
            z-index: 999999;
            position: relative;
            height: 250px;
            /* box-shadow: none; */
            overflow: hidden;
        }
}

.dark-card {
    background: #323232;
    opacity: 0.7;
    height: 100%;
    width: 100%;
    /*transition: 0.5s all;*/
}

.slick-current > .slider-one > .slide-link > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-two > .slide-link > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-three > .slide-link > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-four > .slide-link > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-five > .slide-link > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-six > .slide-link > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-seven > .slide-link > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-eight > .slide-link > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-nine > .slide-link > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-ten > .slide-link > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}


.slick-current > .slider-one > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-two > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-three > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-four > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-five > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-six > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-seven > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-eight > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-nine > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}

.slick-current > .slider-ten > .dark-card {
    background: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.85));
    transition: 0.5s all;
}
/*.dark-card:hover:not(.slick-current > .dark-card) {
    opacity: 0.8;
}*/

.selectBox-arrow {
    background: url("/Resources/images/dropdown-arrow.svg");
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    right: 15px;
    position: absolute;
}

.slick-current {
    transition: 0.5s all;
}

.center-ag-slider {
    min-height: 450px;
}

.slick-active {
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .5);
}

.slider-one,
.slider-two,
.slider-three,
.slider-four,
.slider-five,
.slider-six,
.slider-seven,
.slider-eight,
.slider-nine,
.slider-ten {
    height: 100%
}



.carousel-text {
    pointer-events: none;
}


    .carousel-text .read-more-small {
        text-align: left;
        font-family: adelle-sans !important;
        font-weight: bold;
        font-size: 8px;
        padding-top: 10px;
    }


p {
    font-size: 16px;
}

.slick-prev {
    left: 35px !important;
    z-index: 100;
    height: 40px;
    width: 40px;
    background-color: white;
    padding: 20px;
    border-radius: 50%;
    background-image: url(/Resources/images/left-arrow-black.svg);
    background-size: 100%;
    opacity: 0.5;
    top: 40%;
}

    .slick-prev::before {
        content: none;
        font-size: 35px !important;
        opacity: 0.5 !important;
    }

.slick-next {
    right: 35px !important;
    z-index: 100;
    height: 40px;
    width: 40px;
    background-color: white;
    padding: 20px;
    border-radius: 50%;
    background-image: url(/Resources/images/right-arrow-black.svg);
    background-size: 100%;
    opacity: 0.5;
    top: 40%;
}

    .slick-next::before {
        content: none;
        font-size: 35px !important;
        opacity: 0.5 !important;
    }
.carousel-control-next:focus, .carousel-control-prev:focus {
    /*opacity: 0.5;*/
}

.carousel-control-next-icon {
    background-color: #323232;
    padding: 20px;
    border-radius: 50%;
    background-image: url(/Resources/images/right-arrow-white.svg);
    box-shadow: 1px 6px 20px 0px rgba(0, 0, 0, .5);
}

.carousel-control-prev-icon {
    background-color: #323232;
    padding: 20px;
    border-radius: 50%;
    background-image: url(/Resources/images/left-arrow-white.svg);
    box-shadow: 1px 6px 20px 0px rgba(0, 0, 0, .5);
}

.carousel-control-prev {
    left: -12%;
    opacity: 0.5;
}

.carousel-control-next {
    right: -12%;
    opacity: 0.5;
}

.slick-next:hover,
.slick-next:focus {
    background-image: url(/Resources/images/right-arrow-black.svg);
    background-color: white;
    z-index: 100;
    background-size: 100%;
}

.slick-prev:hover,
.slick-prev:focus {
    background-image: url(/Resources/images/left-arrow-black.svg);
    background-color: white;
    z-index: 100;
    background-size: 100%;
}

/********************************/

/******** Generic classes ********/

.m-l-0 {
    margin-left: 0px
}

.p-0 {
    padding: 0px;
}

.pos-rel {
    position: relative;
}

body {
    background-color: #e7e7e7 !important;
}

a {
    color: unset;
    text-decoration: none !important;
}

    a:hover {
        text-decoration: none !important;
    }

/********************************/

.featured-experts {
    font-weight: bolder;
    font-size: 26px;
    display: inline-block;
    padding-bottom: 5px;
    color: #323232;
    position: relative;
    margin-bottom: 30px;
}

    .featured-experts:before {
        content: "";
        position: absolute;
        width: 150px;
        height: 1px;
        bottom: 0;
        border-bottom: 2px solid #04ACB4;
        left: calc(50% - 75px);
    }

.people-pic {
    height: 100%;
    width: 100%;
    padding: 0px;
    object-position: center;
    object-fit: fill;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .people-pic:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(rgba(0, 0, 0, 0) 10%,rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 1) 95%);
        opacity: .5;
    }

.people-info {
    position: absolute;
    bottom: 25px;
    left: 20px;
    color: white;
}

.person-details {
    position: absolute;
    height: 0px;
    width: 100%;
    bottom: 0px;
    background-color: #334b59;
    transition: 0.5s all;
    height: 100%;
    top: 100%;
}

    .person-details div.person-details-anchor {
        cursor: pointer;
        width: 100%;
        height: calc(100% - 48px);
        display: block;
        padding: 25px;
        padding-bottom: 0;
        overflow: hidden;
    }

    .person-details div.person-details-anchor p {
        color: white;
    }

.person-title-hovered {
    font-weight: bolder;
    font-size: 20px;
    display: inline-block;
    position: relative;
    width: 100%;
    color: white;
}

.person-position {
    color: white;
    font-size: 14px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

    .person-position:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        bottom: 0;
        border-bottom: 2px solid #04ACB4;
        margin-bottom: -4px;
    }

.person-desc {
    color: white;
    overflow: hidden;
    font-size: 16px;
    font-family: adelle-sans;
}

@media screen and (min-width: 992px) and (max-width: 1366px) {
    .person-tile {
        flex: 0 0 33%;
        max-width: 33%;
        height: 340px;
    }
}

@media(min-width: 1200px) {
    .largeScreen {
        max-height: calc(24px * 9);
    }
}

.person-read-more {
    color: white;
    bottom: 14px;
    position: absolute;
    font-family: adelle-sans;
    font-weight: bold;
    font-size: 14px;
}

.find-expert {
    background-color: #04ACB4;
    color: white;
    margin: auto;
    width: 85%;
    padding: 4vh 3vw 4vh 6vw;
    margin-bottom: 30px;
}

.keyword-expert-button {
    border: 2px solid white;
    background-color: #04ACB4;
    padding: 2px 10px 2px 10px;
    color: white;
    height: 45px;
    width: 120px;
    transition: 0.5s all;
    font-size: 20px;
    font-weight: 600;
}

    .keyword-expert-button:hover {
        background-color: white;
        color: #04ACB4;
    }

.find-expert-text {
    margin-right: 10%;
    font-size: 26px;
    margin-top: 4px;
    font-weight: bolder;
}

.view-all-experts {
    margin-top: 15px;
    font-size: 14px;
    font-family: adelle-sans;
    font-weight: bold;
}

.recent-news-title {
    font-family: adelle-sans;
    transition: 0.5s all;
}

    .recent-news-title > a {
        font-family: adelle-sans;
        transition: 0.5s all;
        color: #323232;
    }

        .recent-news-title > a:hover {
            text-decoration: unset !important;
            color: #323232;
            opacity: 0.5;
            transition: 0.5s all;
        }

.news-tile-header {
    font-family: adelle-sans;
    transition: 0.5s all;
}

    .news-tile-header > a {
        font-family: adelle-sans;
        color : #323232;
        transition: 0.5s all;
    }

        .news-tile-header > a:hover {
            text-decoration: unset !important;
            color: #323232;
            opacity: 0.5;
            transition: 0.5s all;
        }

.recent-news-header {
    font-weight: bolder;
    font-size: 26px;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    color: #323232;
    text-align: center
}

    .recent-news-header:before {
        content: "";
        position: absolute;
        width: 150px;
        height: 1px;
        bottom: 0;
        border-bottom: 2px solid #04ACB4;
        left: calc(50% - 75px);
    }

.recent-news-div {
    margin: auto;
    margin-bottom: 30px;
    margin-top: 40px;
    width: 85%;
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #E0DBCB;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .recent-news-div .row {
        margin-bottom: 20px;
    }

.recent-news-one,
.recent-news-two,
.recent-news-three {
    /*height: max-content;*/
    padding: 0px 3% 0px 3%;
    font-weight: bold;
    font-size: 22px;
}

@media (min-width: 992px) {
    .recent-news-two {
        /*margin-bottom: 20px;*/
    }
}

.recent-news-one:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid gray;
}

.recent-news-two:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: 1px solid gray;
}

.recent-news-date {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.29);
    font-weight: bold;
}

.recent-news-one, .recent-news-two, .recent-news-three > .recent-news-date {
    font-family: adelle-sans;
}

.featured-content-date {
    font-size: 14px;
    color: #cdcdcd;
    font-weight: bold;
}

.featured-news-header {
    font-weight: bolder;
    font-size: 26px;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 30px;
    width: 85%;
    color: #323232;
    text-align: center;
    margin-left: 7.5%;
    margin-top: 0;
    text-align: center;
}

    .featured-news-header:before {
        content: "";
        position: absolute;
        width: 150px;
        height: 1px;
        bottom: 0;
        border-bottom: 2px solid #04ACB4;
        left: calc(50% - 75px);
    }

.sign-up-header, .homepage-sign-up-form .Form__Title {
    font-weight: bolder;
    font-size: 26px;
    display: inline-block;
    padding-bottom: 13px;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    color: #323232;
    text-align: center
}

.sign-up-header:before , .homepage-sign-up-form .Form__Title:before {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    bottom: 0;
    border-bottom: 2px solid #04ACB4;
    left: calc(50% - 75px);
}

.error {
    color: #db5648;
}

.ms-choice > div {
    background: url(/Resources/images/down-arrow.png) center center no-repeat;
    margin-right: 5px;
}

.det.forms {
    background-color: #ffffff;
    height: 100%;
}

.featured-news-div {
    background-color: #d0d0d0;
    /*padding: 4vh 3vw 4vh 3vw;*/
}

    .featured-news-div .row {
        width: 85%;
        margin: auto
    }

    .featured-news-div .col-s-1 {
        padding-left: unset;
    }

    .featured-news-div .col-s-12 {
        padding-right: unset;
    }

.featured-news-tile {
    height: 400px;
    width: 100%;
    margin-bottom: 30px;
    background-color: white;
}

.featured-news-tile-double {
    /*height: 830px;*/
    width: 100%;
    margin-bottom: 30px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.news-tile-img {
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.5s all;
    float: left;
    width: 40%;
}

    .news-tile-img > img {
        height: 100%;
    }

.news-tile-content {
    width: 60%;
    float: right;
    height: 100%;
    padding: 2vw;
    position: relative;
}

.news-tile-content-your-career {
    width: 60%;
    float: right;
    height: 100%;
    padding: 2vw;
    position: relative;
}

.bg-red {
    background-color: #db5648;
}

.news-tag-date {
    position: absolute;
    bottom: 15px;
    font-family: adelle-sans;
}

.news-tile-tag {
    color: #fdb714;
    margin-right: 50px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.news-tile-header {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

    .news-tile-header > a:hover {
        color: unset;
        text-decoration: none;
    }

.your-career-header {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 30px;
}

.news-tile-desc p {
    color: gray;
    font-size: 16px;
    font-family: adelle-sans;
}

.news-tile-img-top {
    height: 225px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.5s all;
}

    .news-tile-img-top > img {
        width: 100%;
    }

.featured-double-photo {
    height: 300px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.5s all;
}

    .featured-double-photo > img {
        width: 100%;
    }

.featured-ceo-quote {
    color: #04ACB4;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 30px;
}

.ceo-name-title {
    color: #b2b2b2;
    font-size: 16px;
}

.read-more {
    margin-top: 8%;
    font-size: 14px;
}

    .read-more a {
        color: #04ACB4;
        font-weight: bold;
        /*position: absolute;*/
        bottom: 10px;
        text-transform: uppercase;
    }

.your-career {
    background-color: #db5648;
    color: white;
    height: 450px;
    padding-left: 7.5%;
    display: table;
}

.your-career-img {
    float: left;
    width: 35%;
    min-height: 450px;
}

    .your-career-img > img {
        height: 100%;
    }

.your-career-content {
    width: 70%;
}

.your-career-btn {
    background-color: #db5648;
    color: white;
    padding: 10px 35px 10px 35px;
    border: 2px solid white;
    font-size: 20px;
    transition: 0.5s all;
    margin-right: 15px;
    font-weight: 600;
}

    .your-career-btn:hover {
        background-color: white;
        color: #db5648;
    }

.your-career-search-field {
    padding: 2px 0px 2px 10px;
    height: 55px;
    background-color: unset;
    border: 1px solid gray;
    width: 450px;
    font-size: 18px;
    font-family: adelle-sans;
}

.fields-container {
    text-align: center;
    width: 60%;
    margin: auto;
}

.fields-container .row {
        justify-content: space-between;
}

.fields-width {
    max-width: 48%;
    padding: 0;
}

.find-expert{
    margin-bottom: 60px;
}

.your-career {
    margin-bottom: 30px;
}

.selectBox {
    width: 100%;
    display: inline-block;
    border: 1px solid gray;
    padding: 10px 0px 10px 15px;
    text-align: left;
    position: relative;
}

    .selectBox.selectBox-dropdown {
        display: none !important;
    }

.selectTwo {
    width: 450px;
    display: inline-block;
    border: 1px solid gray;
    padding: 10px 0px 10px 15px;
    text-align: left;
    position: absolute;
    left: 10px;
}

.dropdown-label {
    font-size: 12px;
    width: 450px;
    text-align: left;
    margin-bottom: 5px;
    font-family: adelle-sans;
    color: #323232;
}

.dropdown-label-two {
    FONT-SIZE: 13px;
    width: 450px;
    text-align: left;
}

.sign-up-emails {
    padding: 10px 30px 10px 30px;
    color: white;
    background-color: #04ACB4;
    border: none;
    transition: 0.5s all;
    font-size: 20px;
    font-weight: 600;
}

.sign-up-notice, .homepage-sign-up-form .Form__Description {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.email-update-submit {
    text-align: right;
    margin-bottom: 90px;
}

.keyword-submit-button {
    margin-right: 30px;
    font-size: 20px;
}

@media(min-width: 992px) {
    .fields-container {
        width: 914px !important;
    }
}

@media(max-width: 991px) {
    .first-name-field,
    .org-field,
    .practice-area-field {
        margin-bottom: 30px;
    }

    .fields-container {
        width: 100% !important;
    }

    .dropdown-label {
        FONT-SIZE: 11px;
        width: unset;
        text-align: unset;
        margin-left: unset;
    }

    .email-update-submit {
        text-align: unset;
    }
}

.keyword-search-input {
    border: 0px;
    padding: 2px 0px 2px 10px;
    height: 45px;
    width: 380px;
    margin-right: 30px;
    font-size: 18px;
    font-style: italic;
}

@media(max-width: 1255px) and (min-width: 992px) {
    .featured-ceo-quote {
        font-size: 25px;
    }
}

/* .carousel-text {
    display: none;
} */

.slick-current > .carousel-text {
    display: block;
    position: absolute;
    bottom: 30px;
    padding-left: 20px;
    padding-right: 10%;
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.largeCarousalRow {
    height: 680px;
    width: 100%;
}

.smallCarousalRow {
    height: 340px; 
    width: 100%;
}

.expert-name {
    font-weight: bolder;
    font-size: 20px;
    margin-bottom: -5px;
}

.expert-title {
    font-family: "Adelle-sans";
}

/*************************************************************************************/

.multiselect {
    width: 200px;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.no-pic-content {
    padding: 15px;
}

#checkboxes,
#checkboxes-interest {
    display: none;
    border: 1px #dadada solid;
}

    #checkboxes label {
        display: block;
    }

    #checkboxes-interest label {
        display: block;
    }

    #checkboxes label:hover {
        background-color: #1e90ff;
    }

    #checkboxes-interest label:hover {
        background-color: #1e90ff;
    }

.checkbox-label {
    text-align: left;
    padding-left: 20px;
}

.checkbox-box {
    margin-right: 10px;
}

.person-details > a:hover, .person-details > div.person-details-anchor:hover {
    text-decoration: none !important;
}

.checboxes-styling {
    width: 450px;
    padding-top: 10px
}

.email-update-submit {
    padding-left: 15px;
    padding-right: 0px;
}

.no-image-news-tile {
    position: relative;
    height: 100%;
    padding: 2vw;
}

.your-career-copy {
    margin-bottom: 60px;
    font-size: 16px;
    width: 75%;
    font-family: adelle-sans;
}

.sign-up-notice, .homepage-sign-up-form .Form__Description {
    font-family: adelle-sans;
}

.checkboxes-styling {
    padding-top: 10px;
    width: 450px;
    background-color: white;
}

@media (max-width: 767px) {
    .carousel {
        margin-bottom: 50px !important;
    }

    .find-expert-text {
        margin-bottom: 20px;
    }

    .keyword-search {
        margin-bottom: 20px !important;
        width: 100%;
    }

        .keyword-search > input {
            width: 100% !important;
        }

    .keyword-submit-buttom {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    .view-all-experts {
        width: 100% !important;
        margin-top: 10% !important;
    }

        .view-all-experts > a {
            color: #ffffff !important;
        }

    .recent-news-one:after {
        content: "";
        position: absolute;
        width: 30%;
        bottom: -30px;
        margin-top: 8px;
        left: 31px;
        border-bottom: 1px solid #323232;
        border-right: unset;
    }

    .recent-news-two:after {
        content: "";
        position: absolute;
        width: 30%;
        margin-top: 8px;
        bottom: -30px;
        left: 31px;
        border-bottom: 1px solid #323232;
        border-right: unset;
    }

    .news-tile-header {
        font-size: 18px;
        margin-bottom: 10px
    }

    .news-tile-desc p {
        font-size: 12px;
    }

    .news-tile-content {
        padding: 30px 31px 30px 31px;
        height: 56%;
        position: relative;
        float: unset;
        width: unset;
    }

    .news-tile-img {
        float: unset !important;
        width: unset !important;
        height: 45% !important;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    .featured-news-div .row {
        width: 100%;
    }

    .featured-news-div .col-s-1, .featured-news-div .col-s-12 {
        padding: unset;
    }

    .your-career {
        height: unset !important;
    }

    .your-career-img {
        min-height: 300px !important;
    }

    .your-career-btn {
        margin-bottom: 30px;
        width: 100%;
    }

    .your-career-search-field {
        width: 100% !important;
    }

    .checboxes-styling {
        width: 450px;
        padding-top: 10px
    }

    .selectBox {
        width: 100%;
    }

    .dropdown-mobile-style {
        padding: 10px !important;
        border: 1px solid gray !important;
    }

    .container {
        background-color: white;
    }

    .carousel-control-prev-icon {
        background-color: white;
        padding: 20px;
        border-radius: 50%;
        background-image: url(/Resources/images/left-arrow-black.svg);
        box-shadow: 1px 2px 8px -1px rgba(0, 0, 0, 1);
    }

    .carousel-control-next-icon {
        background-color: white;
        padding: 20px;
        border-radius: 50%;
        background-image: url(/Resources/images/right-arrow-black.svg);
        box-shadow: 1px 2px 8px -1px rgba(0, 0, 0, 1);
    }

    .carousel-control-prev {
        left: -8%
    }

    .carousel-control-next {
        right: -8%
    }

    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
    }

    .keyword-submit-button {
        margin-right: 0px;
        width: 100%;
    }

    .keyword-expert-button {
        width: 100%;
    }

    .view-all-experts {
        font-size: 14px;
    }

    .find-expert {
        padding: 31px;
        margin: 0px;
        width: 100%;
    }

    .recent-news-div {
        width: 100%;
        margin: 0px;
        margin-top: 60px;
        Margin-bottom: 60px;
    }

    .featured-experts {
        font-size: 20px;
    }

    .view-all-news {
        color: #04ACB4;
        width: 100%;
        padding-left: 5%;
        text-align: left;
        font-family: adelle-sans !important;
        font-weight: bold;
        font-size: 14px;
    }

    .news-tile-tag {
        font-size: 10px;
    }

    .news-tag-date > .recent-news-date {
        font-size: 10px;
    }

    .news-tile-content {
        padding: 30px 31px 30px 31px;
        height: 56%;
        position: relative;
        float: unset;
        width: unset;
    }

    .sign-up-header {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .sign-up-notice {
        font-size: 12px;
        text-align: left;
    }

    .featured-news-tile {
        height: 575px;
    }

    .featured-ceo-quote {
        font-size: 22px;
    }

    .your-career {
        padding-left: 0vw;
    }

    .email-update-submit {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sign-up-emails {
        width: 100%;
        margin-top: 20px;
    }

    .sign-up-emails-container {
        width: 100%;
    }

    .dropdown-label {
        text-align: left;
        margin-bottom: 5px;
    }

        .dropdown-label .empty {
            display: none;
        }

    .slider-one,
    .slider-two,
    .slider-three,
    .slider-four,
    .slider-five,
    .slider-six {
        width: 200px !important;
    }

    .slick-center {
        transform: unset;
        margin-top: 0px;
        height: 375px;
    }

    .slick-current > .carousel-text {
        bottom: 15px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 15px;
    }

    .container {
        padding-left: 0px;
        padding-right: 0px;
        max-width: 100vw;
        overflow: hidden;
    }

    .forms-container {
        padding-left: 31px;
        padding-right: 31px;
    }

    .no-pic-content {
        padding: 30px 30px 15px 30px;
    }

    .no-image-news-tile {
        padding: 30px;
    }

    .keyword-search-input {
        margin-right: 0px;
    }

    .center-ag-slider {
        min-height: 420px;
    }

    .featured-news-header {
        margin-bottom: 50px;
        font-size: 20px;
    }

    .ceo-name-title {
        font-size: 16px;
    }

    .your-career-copy {
        width: 100%;
    }

    .sign-up-header:before {
        display: none;
    }

    .slick-next {
        display: block !important;
        background-color: white;
        padding: 25px;
        border-radius: 50%;
        background-image: url(/Resources/images/right-arrow-black.svg);
        z-index: 100;
        background-size: 100%;
    }

    .no-image-feat-tile {
        height: auto !important;
    }

    .recent-news-one,
    .recent-news-two,
    .recent-news-three {
        padding: 0px 31px 0px 31px;
        height: unset;
        margin-bottom: 50px
    }

    .featured-news-div {
        padding: 4vh 31px 4vh 31px;
    }

    .privacy-policy {
        margin-bottom: 15px;
    }
}

.selectBox-label {
    color: gray;
}

.multiselect {
    width: 100%;
}

button.ms-choice {
    background-color: unset;
    border: unset;
}

.ms-choice > span {
    position: relative;
    font-size: 18px;
    font-family: "Adelle-sans";
}

.ms-choice > div {
    top: 25%;
}

.ms-drop {
    margin-left: -15px;
}

    .ms-drop ul {
        margin-left: 10px !important;
    }

        .ms-drop ul li label span {
            font-family: "Adelle-sans";
        }

        @media (min-width: 767px) and (max-width: 991px) {
            .your-career-btn {
                background-color: unset;
                color: white;
                padding: 10px 15px 10px 15px;
                border: 2px solid white;
                font-size: 18px;
                transition: 0.5s all;
            }

            .your-career-copy {
                margin-bottom: 30px;
                font-size: 18px;
                width: 75%;
            }

            .keyword-search {
                margin-bottom: 10px;
            }

            .featured-news-div .col-s-1, .featured-news-div .col-s-12 {
                padding: unset;
            }
            .none-mobile {
                display: none;
            }
            /* .slick-current>.carousel-text {
        padding-left: 20%;
        padding-right: 15%;
    } */
            .find-expert {
                padding: 30px;
            }

            .find-expert-text {
                margin-right: 3%;
            }

            .keyword-search-input {
                width: 280px;
            }

            .keyword-submit-button {
                margin-right: unset;
            }
        }

        @media (min-width: 1024px) and (max-width: 1024px) {
            .find-expert {
                padding: 30px;
            }

            .find-expert-text {
                margin-right: 4%;
                margin-top: 5px;
                font-size: 24px;
            }

            .keyword-search-input {
                width: 260px;
            }

            .keyword-submit-button {
                margin-right: 0px;
            }
        }

        @media screen and (min-width: 1440px) {
            header {
                padding: 35px 2.06% 35px !important;
            }

            .site-wrap {
                padding-top: 100px;
                overflow: hidden;
            }

            .email-update-submit > div {
                padding-right: 0;
            }

            .sign-up-emails {
                margin-left: 30px;
            }
        }

        @media screen and (min-width: 1440px) {
            header nav.utility {
                top: 5px !important;
                font-size: 13px !important;
            }
        }

        @media screen and (min-width: 1440px) {
            .recent-news-two {
               /* margin-bottom: 20px;*/
            }
        }

        .site-wrap {
    overflow: hidden;
    background-color: white;
}

.ms-drop input[type="checkbox"] {
    margin-right: 5px;
}

.header-wrap {
    z-index: 150 !important;
}

.sign-up-emails:hover {
    opacity: 0.5;
}

@media (min-width: 768px) and (max-width: 991px) {
    .recent-news-one,
    .recent-news-two,
    .recent-news-three {
        padding: 0px 31px 0px 31px;
        height: unset;
        margin-bottom: 50px
    }
        .recent-news-one:after, .recent-news-two:after {
            content: "";
            position: absolute;
            width: 30%;
            margin-top: 8px;
            bottom: -30px;
            left: 31px;
            border-bottom: 1px solid #323232;
            border-right: unset;
        }
}

@media (min-width: 768px) and (max-width: 768px) {
    .keyword-expert-button {
        margin-right: 30px;
    }

    .slider-one,
    .slider-two,
    .slider-three,
    .slider-four,
    .slider-five,
    .slider-six {
        width: 350px !important;
    }

    .slider-container {
        width: 350px !important;
    }

        .slider-container.slick-center {
            margin-top: 80px;
        }

    .find-expert-text, .keyword-search, .keyword-search-input, .keyword-submit-button, .view-all-experts {
        width: 100%
    }

    .fields-container {
        padding-left: 31px;
        padding-right: 31px;
    }

    .dropdown-label {
        text-align: left;
    }

    .slick-prev {
        left: 15px !important;
    }

    .slick-next {
        right: 15px !important;
    }
}

@media (min-width: 1366px) and (max-width: 1366px) {
    .find-expert-text {
        margin-right: 5%;
    }
}

@media (min-width: 1024px) and (max-width: 1024px) {
    .keyword-expert-button {
        margin-right: 30px;
    }

    .slider-one,
    .slider-two,
    .slider-three,
    .slider-four,
    .slider-five,
    .slider-six {
        width: 450px !important;
    }

    .slider-container {
        width: 450px !important;
    }

        .slider-container.slick-center {
            margin-top: 80px;
        }

    .view-all-news {
        padding-top: 25px;
    }
}

.view-all-experts {
    transition: 0.5s all;
}

    .view-all-experts:hover {
        transition: 0.5s all;
    }

    .view-all-experts > a:hover {
        text-decoration: unset !important;
        color: white;
        opacity: 0.5;
        transition: 0.5s all;
    }

    .view-all-experts > a {
        transition: 0.5s all;
    }

.view-all-news {
    color: #04ACB4;
    width: 100%;
    text-align: center;
    transition: 0.5s all;
    font-size: 14px;
    text-transform: uppercase;
    font-family: adelle-sans !important;
    margin-top: 40px;
}

.read-more > a {
    transition: 0.5s all;
    text-decoration: unset !important;
}

.view-all-news > a {
    transition: 0.5s all;
    text-decoration: unset !important;
}

.read-more > a:hover {
    text-decoration: unset !important;
    opacity: 0.5;
    transition: 0.5s all;
}

.view-all-news > a:hover {
    text-decoration: unset !important;
    opacity: 0.5;
    transition: 0.5s all;
}

@media(max-width: 991px) {
    .first-name-field,
    .org-field,
    .practice-area-field {
        margin-bottom: 30px;
    }

    .fields-container {
        width: 100% !important;
    }

    .dropdown-label {
        FONT-SIZE: 11px;
        width: unset;
        /* text-align: unset; */
        margin-left: unset;
    }

        .dropdown-label.empty {
            display: none;
        }

    .email-update-submit {
        text-align: unset;
    }

    .your-career {
        height: unset !important;
    }

    .your-career-img {
        min-height: 300px !important;
        float: unset;
        width: unset;
    }

    .your-career-btn {
        margin-bottom: 30px;
        width: 100%;
    }

    .your-career-search-field {
        width: 100% !important;
    }

    .your-career {
        padding-left: 0vw
    }

    .news-tile-content-your-career {
        padding: 30px 31px 30px 31px;
        height: 56%;
        position: relative;
        float: unset;
        width: unset;
    }

    .your-career-copy {
        width: 100%;
    }
}

.ms-choice {
    border: 0px;
}

.error {
    font-family: adelle-sans;
}

.your-career-search-field::-webkit-input-placeholder { /* WebKit browsers */
    font-family: adelle-sans;
}