@font-face {
    font-family: 'source sans pro regular';
    src: url("fonts/SourceSansPro-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source sans pro light';
    src: url("fonts/SourceSansPro-Light.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source sans pro italic';
    src: url("fonts/SourceSansPro-It.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source sans pro semibold';
    src: url("fonts/SourceSansPro-Semibold.otf");
    font-weight: normal;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
}

html {
    padding: 0 !important;
}

button {
    cursor: pointer !important;
}

.Band.Nav .Tier2 {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10%;
    list-style-type: none;
}

    .Band.Nav .Tier2 li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

        .Band.Nav .Tier2 li a {
            color: #000;
            font-size: 14px;
            text-decoration: none;
            font-family: "source sans pro regular";
        }

        .Band.Nav .Tier2 li:first-child img {
            width: 150px;
        }

        .Band.Nav .Tier2 li:not(:first-child) {
            margin-top: 1.5em;
        }

.Index #static-map {
    display: none;
}

div.custom-font.static-map-bottom-search-jobs-link {
    display: none !important;
}

.social:before {
    content: "share this page:";
    position: absolute;
    margin-top: -30px;
    margin-left: 37px;
    font-family: "source sans pro regular";
    color: rgb(104, 23, 255);
}

.Band.Footer {
    padding-bottom: 1em;
    padding-top: 1em;
    background-color: black;
}

.footer-bottom-right {
    position: absolute;
    right: 10%;
    margin-top: -3em;
    margin-right: 2em;
}

    .footer-bottom-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style-type: none;
    }

    .footer-bottom-right .social-1, .footer-bottom-right .social-2,
    .footer-bottom-right .social-3, .footer-bottom-right .social-4 {
        margin-right: 15px;
    }

    .footer-bottom-right ul:before {
        content: "Follow us:";
        color: white;
        margin-right: 2em;
        font-family: "source sans pro semibold";
    }

    .footer-bottom-right a {
        color: black;
        background-color: white;
        border-radius: 50%;
        font-size: 18px;
    }

.social-1 a {
    padding: 8px 10px 8px 10px;
}

.social-2 a {
    padding: 8px;
    padding-right: 10px;
    padding-left: 10px;
}

.social-3 a {
    padding: 8px 13px 8px 13px;
}

.social-4 a {
    padding: 8px;
    padding-right: 10px;
    padding-left: 10px;
}

.Footer h1 {
    color: white !important;
    font-size: 24px !important;
}

#header .ui.form {
    background-color: black;
    width: 100%;
    left: 0;
    padding-top: 10px;
    position: absolute;
}

.mobile-header-content img {
    display: none;
}

#header .static-search-form-container {
    display: block !important;
}

#header .ui.form .fields {
    float: right;
}

    #header .ui.form .fields label {
        display: none;
    }

#header .ui.form input[type=text] {
    border-radius: 0;
    border: none;
    background-color: black;
    border-bottom: 1px solid white;
    color: #fff;
    padding-left: 0;
    width: 265px;
}

#header #Search:after {
    content: "\f002";
    color: white;
    font-family: FontAwesome;
    float: left;
    font-size: 20px;
    margin-left: -1.5em;
    z-index: 1;
}

#header .ui.form input[type=text]::-webkit-input-placeholder {
    color: white;
    font-size: 14px;
}

#header .ui.form input[type=text]:-ms-input-placeholder {
    color: white;
}

#header .ui.form .form-data.all {
    display: none;
}

#header #Search {
    background: black;
}

#header .already-applied {
    width: 100%;
    border-bottom: 1px solid gainsboro;
    text-align: right;
    height: 37px;
}

    #header .already-applied button {
        color: #fff;
        background-color: rgb(104, 23, 255);
        border: none;
        padding: 10px 20px 10px 20px;
        margin-bottom: 8px;
        margin-right: 15%;
        cursor: pointer;
    }



#header .dropdown .dropbtn {
    cursor: pointer;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
}

#header .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    -webkit-box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

    #header .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        #header .dropdown-content a:hover {
            background-color: #ddd;
        }

#header .show {
    display: block;
}

.Index .content-wrap {
    background-image: url('/content/clarivate/images/HomeHeader.jpg');
    background-repeat: no-repeat;
    margin-top: 5em;
    width: 100% !important;
    background-size: 100%;
}

.Index .home-mid p {
    font-family: "source sans pro regular";
    font-size: 36px;
    padding-top: 10em;
    padding-left: 8em;
    line-height: 2;
}

.Index .home-space {
    height: 1000px;
}

.Index .mobile-lower-content {
    display: none;
}

@media screen and (max-width: 1710px) {
    .Index .home-space {
        height: 1000px;
    }
}

@media screen and (max-width: 1570px) {
    .Index .home-space {
        height: 875px;
    }
}


@media screen and (max-width: 1520px) {
    .Index .home-space {
        height: 800px;
    }
}

@media screen and (max-width: 1240px) {
    .Index .home-space {
        height: 740px;
    }
}

.Index .home-lower-content {
    width: 45%;
    margin: 0 auto;
    font-family: "source sans pro regular";
    font-size: 16px;
    text-align: center;
    padding-bottom: 2.5em;
    line-height: 1.7;
}

.agency-recruiter {
    max-width: 1100px;
    width: 100%;
    padding: 25px 0 40px 0;
    margin: 0 auto 2em auto;
    text-align: center;
    background-color: #f4f4f4;
    font-family: "source sans pro regular";
}

    .agency-recruiter button {
        background-color: transparent;
        border: 2px solid black;
        padding: 10px;
        border-radius: 5px;
        width: 220px;
    }

    .agency-recruiter p {
        padding: 0 8px 0 8px;
    }

.featured-group-job-count {
    display: none;
}

.home-header-image img {
    display: none;
}


.Index .featured-groups-container {
    margin: 0 auto;
}

.Index .featured-groups {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 1135px;
    margin: 0 auto;
}

    .Index .featured-groups .featured-group {
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
        margin-right: 2em;
    }

        .Index .featured-groups .featured-group .featured-group-job-count {
            display: none;
        }

        .Index .featured-groups .featured-group a {
            text-decoration: none;
        }

        .Index .featured-groups .featured-group .featured-group-name {
            text-align: center;
            color: #fff;
            font-size: 18px;
            border-radius: 5px;
            font-weight: normal;
            letter-spacing: 1.3px;
            background-color: rgb(104, 23, 255);
            padding: 10px 20px 10px 20px;
            font-family: "source sans pro regular";
            text-decoration: none !important;
        }

.model-header:before {
    content: "Hot Jobs";
    margin-left: 37%;
    font-size: 36px;
    font-family: "source sans pro semibold";
}

.modal-title {
    display: none;
}

.Index .featured-groups-carousel.slick-initialized.slick-slider.slick-dotted {
    display: none !important;
}

.slick-dots {
    display: none !important;
}

.Index .featured-jobs-area {
    padding: 0.4em 0 2em 0;
    background-image: url(/Content/Clarivate/Images/InteriorHeader.jpg);
}

    .Index .featured-jobs-area .featured-jobs .featured-jobs-container {
        display: block;
        margin: 0 auto;
    }

    .Index .featured-jobs-area h4 {
        text-align: center;
        font-size: 32px;
        font-family: "source sans pro semibold";
    }

        .Index .featured-jobs-area h4 span {
            content: "Hello There";
        }

    .Index .featured-jobs-area .featured-jobs .featured-jobs-container .featured-jobs .featured-job {
        outline: 0;
        color: white;
        border: none;
        padding: 0.7em;
        cursor: pointer;
        min-height: 1em;
        font-weight: 700;
        text-align: center;
        border-radius: 5px;
        color: rgba(0,0,0,.6);
        vertical-align: baseline;
        background-color: #148f6a;
        margin: 10px 10px 10px 10px;
    }

        .Index .featured-jobs-area .featured-jobs .featured-jobs-container .featured-jobs .featured-job:nth-child(5),
        .Index .featured-jobs-area .featured-jobs .featured-jobs-container .featured-jobs .featured-job:nth-child(4),
        .featured-jobs h3 {
            display: none;
        }

.FeaturedJob {
    text-decoration: none !important;
}

.Index .featured-job {
    background-color: rgb(104, 23, 255);
    width: 50%;
    border-radius: 5px;
    margin: 10px auto;
    padding: 5px 0 5px 0;
}

.Index .featured-job-title {
    color: white;
    text-align: center;
    font-family: "source sans pro regular";
}

.modal-content button {
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 26px;
    font-family: "source sans pro regular";
    cursor: pointer;
}

.footer-wrapper {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-left, .footer-right {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

    .footer-left h1 {
        font-family: "source sans pro semibold";
        color: white;
        margin-bottom: 2px;
    }

    .footer-left p {
        font-family: "source sans pro regular";
        color: white;
        margin-top: 0;
    }

    .footer-right ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        list-style-type: none;
        margin-top: 10px;
        padding-left: 0;
    }

        .footer-right ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }

            .footer-right ul li a {
                color: #fff;
                text-decoration: none;
                font-family: "source sans pro regular";
                font-size: 16px;
            }

#cookie-policy-call {
    display: none !important;
}

.about-us-top {
    padding-top: 4%;
    padding-bottom: 1%;
    background-image: url('/Content/Clarivate/Images/InteriorHeader.jpg');
}

    .about-us-top h1 {
        font-family: "source sans pro light";
        font-size: 60px;
        color: rgb(104, 23, 255);
        text-align: center;
        font-weight: 300;
    }

.about-us-copy {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

    .about-us-copy h1 {
        font-family: "source sans pro light";
        font-size: 36px;
    }

    .about-us-copy p {
        font-family: "source sans pro regular";
        font-size: 16px;
    }

.about-us-mid {
    width: 1325px;
    margin: 0 auto;
    padding: 4em 0 2em 0;
}

.about-us-list {
    margin: 0 auto;
    width: 70%;
    margin-top: 3em;
}

    .about-us-list ul {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .about-us-list ul li {
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
        }

            .about-us-list ul li img {
                width: 85%;
            }

.about-us-circles {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    margin-top: 3em;
}

    .about-us-circles * {
        list-style-type: none;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    .about-us-circles ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 20%;
    }

    .about-us-circles li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 156px;
                flex: 1 1 156px;
        text-align: center;
        margin: .5%;
        color: rgb(104, 23, 255);
        font-family: "source sans pro light";
        max-width: 156px;
        min-width: 156px;
    }



        .about-us-circles li:after {
            display: block;
            padding-bottom: 100%;
            width: 100%;
            height: 0;
            border-radius: 50%;
            content: "";
            border: 1px solid rgb(104, 23, 255);
            position: absolute;
            top: 0;
            left: 0;
        }

        .about-us-circles li > div {
            padding: 0 20px;
            position: absolute;
            top: 30px;
            height: 100%;
            width: 100%;
        }

    .about-us-circles h3, .about-us-circles span {
        margin: 0;
    }



    .about-us-circles h3 {
        font-size: 34px;
        line-height: 38px;
    }

    .about-us-circles span {
        display: block;
        font-size: 11px;
        line-height: 13px;
    }

@media screen and (max-width: 1170px) {
    .about-us-circles {
        padding-left: 20px;
        padding-right: 20px;
    }

        .about-us-circles ul {
            -ms-flex-flow: wrap;
                flex-flow: wrap;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
        }

        .about-us-circles li {
            padding-bottom: 156px;
            margin: 10px;
        }
}

.about-us-mid iframe {
    width: 1000px;
    height: 450px;
    display: block;
    margin: 0 auto;
}

.about-us-mid-right-block p:first-child {
    font-family: "source sans pro regular";
    font-size: 26px;
}

.about-us-mid-right-block p:nth-child(2) {
    font-family: "source sans pro regular";
    font-size: 16px;
    width: 70%;
}

.about-us-mid-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 950px;
    margin: 0 auto 50px;
    margin-left: 20%;
}

.info-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin: 30px auto 20px auto;
    width: 100%;
}

.info-header {
    font-family: "source sans pro light";
    font-size: 36px;
    max-width: 950px;
    margin: 25px auto 20px auto;
    margin-left: 20%;
}

.info-box {
    width: 300px;
    background: rgb(245, 245, 245);
    margin-right: 20px;
    padding: 12px;
    font-family: "source sans pro regular";
}

    .info-box p {
        line-height: 24px;
    }

    .info-box.box-three {
        margin-right: 0;
    }

.values {
    max-width: 800px;
    margin: 0 auto 20px auto;
    background: rgb(245, 245, 245);
    padding: 12px;
    font-family: "source sans pro regular";
}

.value-header {
    border-bottom: 1px solid gray;
    padding-bottom: 10px;
}

.value-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.value-box {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 15px;
}

    .value-box.box-three {
        margin-right: 0;
    }

@media screen and (max-width: 1170px) {
    .info-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 95%;
    }

    .info-box {
        width: 100%;
    }

    .values {
        max-width: 95%;
    }

    .value-box-wrapper {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
    }

    .values-box {
        width: 100%;
    }

    .info-header {
        margin-left: 0;
        width: 95%;
        padding-left: 10px;
        margin: 0 auto;
    }
}

.about-us-bottom-section {
    background-color: rgb(245, 245, 245);
    padding-bottom: 2em;
}

.about-us-bottom {
    width: 1325px;
    margin: 0 auto;
    padding-top: 3em;
}

    .about-us-bottom h1 {
        text-align: center;
        font-family: "source sans pro light";
        font-size: 36px;
    }

    .about-us-bottom ul {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .about-us-bottom .bottom-ul {
        margin-top: 3em;
    }

    .about-us-bottom .top-ul {
        padding-top: 2em;
    }

    .about-us-bottom ul li {
        -webkit-box-flex: 1;
        -ms-flex: 1 auto;
        flex: 1 auto;
        text-align: center;
    }

        .about-us-bottom ul li .about-us-block-titles {
            font-family: "source sans pro semibold";
            font-size: 20px;
            margin-top: 0;
        }

        .about-us-bottom ul li .about-us-block-info {
            font-size: 14px;
            font-family: "source sans pro regular";
        }

        .about-us-bottom ul li a {
            text-decoration: none;
            font-weight: 300;
            font-family: "source sans pro regular";
            color: rgb(104, 23, 255);
        }

.culture-top {
    padding-top: 4%;
    padding-bottom: 1%;
    background-image: url('/Content/Clarivate/Images/InteriorHeader.jpg');
}

    .culture-top h1 {
        font-family: "source sans pro light";
        font-size: 60px;
        color: rgb(104, 23, 255);
        text-align: center;
        font-weight: 300;
    }

.culture-copy {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

    .culture-copy h1 {
        font-family: "source sans pro regular";
        font-size: 36px;
        font-weight: 300;
        margin-top: 1em;
        margin-bottom: 1em;
    }

    .culture-copy p {
        font-family: "source sans pro regular";
        font-size: 16px;
    }

.culture .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 70%;
    padding-top: 2em;
}

    .culture .gallery img {
        -webkit-box-flex: 1;
            -ms-flex: 1 auto;
                flex: 1 auto;
        max-height: 396px;
        overflow: auto;
    }

@media (max-width: 1170px) {
    .culture .gallery img {
        max-height: none;
    }
}

.culture .gallery img:first-child {
    margin-right: 1em;
}

.culture-list {
    width: 50%;
    margin: 0 auto;
    padding-top: 1em;
}

    .culture-list ul {
        list-style-type: none;
        padding-bottom: 1em;
        padding: 0;
    }

        .culture-list ul li p:first-child {
            font-family: "source sans pro semibold";
            font-size: 20px;
            font-weight: 300;
        }

        .culture-list ul li p:nth-child(2) {
            font-family: "source sans pro regular";
            font-size: 14px;
        }

.culture-slider-section {
    background-color: rgb(245, 245, 245);
    padding-bottom: 2em;
}

.culture .slider-top-text {
    width: 55%;
    margin: 0 auto;
    text-align: center;
    padding-top: 2em;
}

    .culture .slider-top-text p {
        font-family: "source sans pro regular";
    }

    .culture .slider-top-text h1 {
        font-family: "source sans pro regular";
        font-size: 36px;
    }

.cultureSlider {
    max-width: 1200px;
    margin: 0 auto;
}

    .cultureSlider .slick-list {
        margin: 0 120px;
    }

.culture .slide-content a {
    text-decoration: none;
    color: rgb(104, 23, 255);
}

.culture-vid {
    padding: 2em 0 2em 0;
    margin: 0 auto;
    max-width: 850px;
    width: 100%;
}

    .culture-vid iframe {
        margin: 0 auto;
        display: block;
    }

    .culture-vid h1 {
        font-family: "source sans pro regular";
        font-size: 36px;
        text-align: center;
    }

    .culture-vid p {
        font-family: "source sans pro regular";
        text-align: center;
    }

@media screen and (max-width: 1170px) {
    .culture-vid {
        padding: 2em 10px 2em 10px;
    }

        .culture-vid iframe {
            width: 100%;
            height: 310px;
        }
}

.slide-content {
    margin: 3em auto 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .slide-content img {
        margin-right: 2em;
        min-width: 200px;
        float: left;
    }

    .slide-content p {
        overflow: hidden;
        font-family: "source sans pro semibold";
        font-size: 18px;
        margin-top: 3em;
        line-height: 1.7;
    }

.culture .slick-prev,
.culture .slick-next {
    height: 62px;
    width: 62px;
    top: 60%;
}


    .culture .slick-next:before {
        content: url('/Content/Clarivate/Images/ArrowRight.png');
    }

.culture .slick-prev {
    z-index: 1;
}

    .culture .slick-prev:before {
        content: url('/Content/Clarivate/Images/ArrowLeft.png');
    }

.offer-top {
    padding-top: 4%;
    padding-bottom: 1%;
    background-image: url('/Content/Clarivate/Images/InteriorHeader.jpg');
}

    .offer-top h1 {
        font-family: "source sans pro light";
        font-size: 60px;
        color: rgb(104, 23, 255);
        text-align: center;
        font-weight: 300;
    }

.offer-copy {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

    .offer-copy h1 {
        font-family: "source sans pro light";
        font-size: 36px;
    }



.offer-mid {
    width: 67%;
    margin: 0 auto;
}

.offer-mid-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offer-mid img {
    width: 50%;
    margin-right: 18px;
}

.offer-image-1 {
    float: left;
}

.offer-bottom-image-1 {
    width: 50%;
    margin-right: 18px;
}

.offer-mid-right p {
    font-family: "source sans pro regular";
}

.offer-mid-right h3 {
    font-family: "source sans pro light";
    font-size: 26px;
}

.offer-right-block {
    margin-top: 2em;
    width: 70%;
    margin: 0 auto;
}

.offer-bottom {
    width: 67%;
    margin: 0 auto;
    padding: 3em 0 2em 0;
}

.offer-bottom-left {
    width: 70%;
    margin: 0 auto;
}

    .offer-bottom-left h3 {
        font-family: "source sans pro light";
        font-size: 26px;
    }

    .offer-bottom-left ul li {
        font-family: "source sans pro regular";
        line-height: 2;
    }

    .offer-bottom-left p {
        font-family: "source sans pro regular";
    }

.offer-bottom-right {
}

.offer-images-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.offer-bottom-image {
    width: 50%;
}

.career-areas-top {
    padding-top: 4%;
    padding-bottom: 1%;
    background-image: url('/Content/Clarivate/Images/InteriorHeader.jpg');
}

    .career-areas-top h1 {
        font-family: "source sans pro light";
        font-size: 60px;
        color: rgb(104, 23, 255);
        text-align: center;
        font-weight: 300;
    }

.career-areas-copy {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

    .career-areas-copy h1 {
        font-family: "source sans pro light";
        font-size: 36px;
    }

    .career-areas-copy p {
        font-family: "source sans pro regular";
        font-size: 16px;
    }

.career-areas-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    margin: 0 auto;
    padding-top: 5em;
}

.career-box {
    text-align: center;
    background-color: rgb(245, 245, 245);
    padding-bottom: 20px;
}

    .career-box p {
        font-family: "source sans pro regular";
    }

.career-box-1 {
    margin-right: 1em;
}

.career-box .button-1 {
    background-color: rgb(104, 23, 255);
    border: none;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 220px;
    font-family: "source sans pro regular";
    margin-bottom: 0.7em;
}

.career-box .button-2, .career-bottom-content button {
    background-color: transparent;
    border: 2px solid black;
    padding: 10px;
    border-radius: 5px;
    width: 220px;
}

.career-bottom-content p {
    font-family: "source sans pro regular";
}

.career-box h3 {
    font-size: 24px;
    font-family: "source sans pro light";
}

.career-areas-bottom {
    padding-bottom: 2em;
}

.career-bottom-content {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    background-color: rgb(245, 245, 245);
    padding: 20px;
    margin-top: 1em;
}

    .career-bottom-content h2 {
        font-family: "source sans pro light";
    }

.career-box-2 {
    margin-left: 1em;
}

.sales-top {
    padding-top: 4%;
    padding-bottom: 1%;
    background-image: url('/Content/Clarivate/Images/SalesHeader.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5em;
}

    .sales-top h1 {
        font-family: "source sans pro light";
        font-size: 60px;
        color: rgb(104, 23, 255);
        font-weight: 300;
        margin-top: 0;
        padding-left: 10%;
    }

.sales-copy {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

    .sales-copy p {
        font-family: "source sans pro regular";
    }

    .sales-copy h1 {
        font-family: "source sans pro light";
        font-size: 36px;
    }

.sales-button {
    background-color: rgb(104, 23, 255);
    color: white;
    padding: 10px;
    border-radius: 5px;
    border: none;
    width: 300px;
    margin-top: 2em;
    font-family: "source sans pro regular";
}

.sales-mid {
    width: 950px;
    margin: 0 auto;
    padding-top: 3em;
}

.sales-mid-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.sales-mid-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 600px;
}

    .sales-mid-bottom .sales-block {
        -ms-flex: 1 auto;
        -webkit-box-flex: 1;
                flex: 1 auto;
    }

.sales-block {
    width: 30%;
    margin-right: 1em;
    background-color: rgb(245, 245, 245);
    margin-bottom: 2em;
    padding: 15px;
}

    .sales-block p {
        line-height: 1.5;
        font-family: "source sans pro regular";
    }

    .sales-block h3 {
        font-family: "source sans pro light";
        font-size: 24px;
    }

.sales-bottom {
    width: 900px;
    margin: 0 auto;
}

.testSlider .slick-next {
    right: -100px !important;
}

.testSlider .slick-prev {
    left: -150px !important;
}

.testSlider .slick-prev, .testSlider .slick-next {
    top: 40% !important;
}

    .testSlider .slick-next:before, .testSlider .slick-prev:before {
        font-family: FontAwesome;
        color: rgb(104, 23, 255);
        font-size: 22px;
    }

    .testSlider .slick-next:before {
        content: url('/Content/Clarivate/Images/ArrowRight.png') !important;
    }

    .testSlider .slick-prev:before {
        content: url('/Content/Clarivate/Images/ArrowLeft.png') !important;
    }

.testSlider .slick-slide img {
    width: 100%;
    max-width: 131px;
}

.border {
    border-bottom: 1px solid grey;
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 4em;
    margin-top: 2em;
}

.test-slide-content {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

    .test-slide-content p {
        margin: 2em 0 0 2em;
        font-family: "source sans pro italic";
        opacity: 0.5;
        font-weight: 900;
    }

.test-slide-p-2 {
    padding-left: 18%;
    font-family: "source sans pro regular";
    opacity: 0.5;
    font-weight: 900;
    margin-top: 0;
}

.sales-footer {
    padding: 3em 0 3em 0;
    background-color: rgb(245, 245, 245);
}

.sales-footer-content {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
}

    .sales-footer-content h1 {
        font-family: "source sans pro light";
        margin-bottom: 2em;
    }

    .sales-footer-content ul {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
    }

        .sales-footer-content ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            font-family: "source sans pro regular";
        }

            .sales-footer-content ul li:not(:last-child) {
                border-right: 1px solid black;
            }

            .sales-footer-content ul li a {
                font-family: "source sans pro regular";
                text-decoration: none;
                color: black;
            }

.copyright {
    font-family: "source sans pro regular";
}

.tech-top {
    padding-top: 4%;
    padding-bottom: 1%;
    background-image: url('/Content/Clarivate/Images/TechHeader.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5em;
}

    .tech-top h1 {
        font-family: "source sans pro light";
        font-size: 60px;
        color: rgb(104, 23, 255);
        font-weight: 300;
        margin-top: 0;
        padding-left: 10%;
    }

.tech-copy {
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

    .tech-copy p {
        font-family: "source sans pro regular";
    }

    .tech-copy h1 {
        font-family: "source sans pro light";
        font-size: 36px;
    }

.tech-button {
    background-color: rgb(104, 23, 255);
    color: white;
    padding: 10px;
    border-radius: 5px;
    border: none;
    width: 300px;
    margin-top: 2em;
    font-family: "source sans pro regular";
}

.tech-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 950px;
    margin: 0 auto;
    padding-top: 3em;
}

.tech-mid-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.tech-mid-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 600px;
}

    .tech-mid-bottom .tech-block {
        -ms-flex: 1 auto;
        -webkit-box-flex: 1;
                flex: 1 auto;
    }

.tech-block {
    width: 30%;
    margin-right: 1em;
    background-color: rgb(245, 245, 245);
    margin-bottom: 2em;
    padding: 15px;
}

    .tech-block p {
        line-height: 1.5;
        font-family: "source sans pro regular";
    }

    .tech-block h3 {
        font-family: "source sans pro light";
        font-size: 24px;
    }

.tech-bottom {
    width: 900px;
    margin: 0 auto;
}

.tech-footer {
    padding: 3em 0 3em 0;
    background-color: rgb(245, 245, 245);
}

.tech-footer-content {
    margin: 0 auto;
    width: 1000px;
    text-align: center;
}

    .tech-footer-content ul li {
        font-family: "source sans pro regular";
    }

    .tech-footer-content h1 {
        font-family: "source sans pro light";
        margin-bottom: 2em;
    }

    .tech-footer-content ul {
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .tech-footer-content ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
        }

            .tech-footer-content ul li:not(:last-child) {
                border-right: 1px solid black;
            }

            .tech-footer-content ul li a {
                font-family: "source sans pro regular";
                text-decoration: none;
                color: black;
            }

.tech-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 800px;
    margin: 0 auto;
}

    .tech-buttons button {
        -ms-flex: 1 auto;
        -webkit-box-flex: 1;
                flex: 1 auto;
        margin: 10px;
    }

.locations #map {
    height: 400px;
}

.locations .Band.Title {
    margin-top: 4em;
    float: left;
    width: 60%;
}

.locations #mapext {
    position: relative;
    width: 75%;
    margin: 0 auto;
}

.mapsocial {
    clear: both;
    position: relative;
}

.locations .Pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    background-image: url('/Content/Clarivate/Images/InteriorHeader.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1em 0 1em 21%;
}

.locations .social {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block !important;
    z-index: 1;
    text-align: right;
    padding: 3.5% 16% 0 0;
}

.locations h1 {
    color: rgb(104, 23, 255);
    font-size: 60px;
    font-family: "source sans pro light";
    font-weight: 300;
}

.locations .Center {
    margin-bottom: 4em;
}

.marker-cluster span {
    color: #fff;
}



.location-popup-title, .location-popup-name, .location-popup-extra-name, .location-popup-description-country {
    display: none;
}

.location-popup-directions {
    border: 2px solid black;
    border-radius: 5px;
    text-align: center;
    background: transparent;
    padding: 5px 10px 5px 10px;
}

    .location-popup-directions a {
        text-decoration: none;
        font-family: "source sans pro regular";
        color: #000 !important;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
    }

.location-popup-jobscount {
    text-align: center;
}


    .location-popup-jobscount a {
        color: rgb(104, 23, 255) !important;
        font-family: "source sans pro semibold";
        font-size: 14px;
    }

.marker-cluster-small {
    background-color: rgba(104, 23, 255, 0.6) !important;
}

    .marker-cluster-small div {
        background-color: rgb(104, 23, 255) !important;
    }

.social-icon {
    background-color: transparent !important;
    border: 1px solid rgb(104, 23, 255);
    color: rgb(104, 23, 255) !important;
    border-radius: 50% !important;
}

table.jtable tbody {
    margin-top: 4em !important;
}

.jtable-bottom-panel {
    font-family: "source sans pro regular";
}

table.jtable, table.jtable tbody, tr.jtable-data-row, tr.jtable-data-row td {
    display: block;
    width: 86.5%;
    margin: 0 auto;
}

    table.jtable thead {
        display: none;
    }

tr.jtable-data-row {
    padding: 1rem;
    padding-left: 280px;
    margin-bottom: 0.5rem;
    cursor: pointer;
    position: relative;
}

tr.jtable-data-row {
    background: #f4f4f4;
}

    tr.jtable-data-row:after {
        content: "View Details and Apply";
        display: block;
        background: transparent;
        width: 240px;
        height: 40px;
        line-height: 40px;
        color: black;
        border-radius: 4px;
        text-align: center;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        left: 10px;
        border: 2px solid black;
        font-size: 14px;
        font-family: "source sans pro light";
    }

    tr.jtable-data-row:hover:after, tr.jtable-data-row:focus:after {
        background: rgb(104, 23, 255);
        border: none;
        color: white;
    }

    tr.jtable-data-row td {
        font-size: 0.8rem;
        font-weight: lighter;
    }

        tr.jtable-data-row td:not(.title-column) {
            display: inline;
            border-left: 1px solid #000;
            padding-left: 10px;
            font-family: "source sans pro regular";
        }

.reference-number-column {
    margin-left: 3em !important;
}

tr.jtable-data-row td:nth-child(2) {
    border-left: none;
}

tr.jtable-data-row td.title-column {
    border-top: none;
    font-size: 1.3rem;
    font-weight: bolder;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "source sans pro regular";
}

tr.jtable-data-row td span {
    margin-right: 0.5rem;
}

div.jtable-main-container > div.jtable-bottom-panel {
    width: 76%;
    margin: 0 auto;
}

.jtable-left-area {
    padding: 1rem;
    background: #fff;
}

.jtable-page-list > * {
    padding: 0.3rem 0.6rem 0.3rem 0.6rem !important;
    margin-right: 0.3rem;
    background: #CBC2C2;
    cursor: pointer;
    color: #fff;
}

    .jtable-page-list > *:hover, .jtable-page-list > *.ui-state-active {
        background: rgb(104, 23, 255);
    }

.job-results tr.jtable-no-data-row {
    display: inline-block;
    margin: 0 27% !important;
}

.searchjobs .static-search-form-container {
    display: none;
}

.searchjobs .ui.form .field > .selection.dropdown {
    background: transparent !important;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}

.searchjobs .default.text {
    color: #fff !important;
}

.searchjobs .ui.selection.dropdown {
    border: none;
    border-radius: 0;
}

.searchjobs .Pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    padding: 1em 0 1em 13%;
}

.searchjobs .social, .searchjobs h1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.searchjobs .social {
    display: block !important;
    z-index: 1;
    text-align: right;
    padding: 0 16.5% 0 0;
    margin-top: 5.5em;
}

.searchjobs .Center {
    background-image: url('/Content/Clarivate/Images/InteriorHeader.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 3em;
}

.searchjobs h1 {
    color: rgb(104, 23, 255);
    font-family: "source sans pro light";
    font-size: 60px;
    font-weight: 300;
    margin-top: 1.3em;
}

.no-results-tn-link {
    display: none;
}

.ui.dropdown > .text, .ui.selection.dropdown .menu > .item {
    font-family: "source sans pro regular";
}

.container-tn {
    display: none;
}

.jtable-page-number-first, .jtable-page-number-first-mobile, .jtable-page-number-previous, .jtable-page-number-next,
div.jtable-main-container > div.jtable-bottom-panel div.jtable-right-area {
    display: none !important;
}

html .social {
    z-index: 1 !important;
}

.JobDetails .Pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    padding: 1em 0 1em 0;
    margin-top: 5em;
    background-image: url('/Content/Clarivate/Images/InteriorHeader.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
}

.JobDetails .social, .locations h1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.JobDetails .social {
    display: block !important;
    z-index: 1;
    text-align: right;
    padding: 0 16.5% 0 0;
    margin-top: 3em;
}

.JobDetails h1 {
    font-family: "source sans pro light";
    color: rgb(104, 23, 255);
    font-size: 52px;
    font-weight: 300;
    margin-left: 12%;
}

.similar-job-location {
    font-family: "source sans pro regular";
}

.details-data span {
    margin-right: 10px;
}

.Job {
    width: 75%;
    margin: 0 auto;
}

    .Job .Similar-Jobs {
        width: 100%;
    }

.fulladdress_address, .fullstate_division {
    display: none;
}

.Job .Similar-Jobs .similar-jobs-header {
    width: 100%;
}

    .Job .Similar-Jobs .similar-jobs-header:before {
        content: 'Similar Jobs:';
        color: black;
        width: 100%;
        padding: 1em 0 0 0;
        display: block;
        font-size: 24px;
        font-weight: normal;
        font-family: "source sans pro regular";
        margin-bottom: 10px;
        letter-spacing: 1.3px;
    }

.Job .Similar-Jobs .similar-job {
    display: inline-block;
    padding: 0 1em 0 1em;
    width: 100%;
    margin-bottom: 10px;
}

.Job .Similar-Jobs .similar-job-title {
    color: black;
    font-size: 1.25em;
    font-family: "source sans pro regular";
    font-size: 36px;
    font-weight: normal;
    letter-spacing: 1.3px;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.Similar-Jobs .similar-job {
    background: #f0f0ee !important;
}

    .Similar-Jobs .similar-job:last-of-type {
        margin-bottom: 1em;
    }

.Job .Similar-Jobs .fulladdress_address,
.Job .Similar-Jobs .fulladdress_city,
.Job .Similar-Jobs .fullstate_division {
    display: inline-block;
    color: #333;
    font-size: 1em;
    margin: 0 0 4px 0px;
}

.Job .Similar-Jobs .fulladdress_city,
.Job .Similar-Jobs .fullstate_division {
    display: inline-block;
}

.Job .Similar-Jobs .fulladdress_city {
    margin-left: 10px;
}

.Job .Similar-Jobs .Action {
    border-radius: 0;
    padding: 1em;
    width: 100%;
    text-decoration: none;
}

.Job a.Action.Button.SimilarJob:after {
    display: block;
    width: 240px;
    height: 40px;
    line-height: 40px;
    color: #000;
    background: transparent;
    content: "View Details and Apply";
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-family: "source sans pro regular";
    font-weight: normal;
    letter-spacing: 1.3px;
    border: 1px solid black;
}

.Job p {
    font-family: "source sans pro regular";
}

.Job .Details {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    padding-left: 0 !important;
}

    .Job .Details li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-family: "source sans pro regular";
        font-weight: 700;
    }

        .Job .Details li:not(:last-child) {
            border-right: 1px solid black;
        }

        .Job .Details li:not(:first-child) {
            padding-left: 25px;
        }

.details-label {
    display: none;
}

.Action.Apply.External.apply-external {
    text-decoration: none;
    background-color: rgb(104, 23, 255);
    color: #fff;
    font-family: "source sans pro regular";
    padding: 10px 60px 10px 60px;
    border-radius: 5px;
}

.Apply.Top {
    margin: 2em 0 2em 0;
}

.Apply.Bottom {
    margin-top: 2em;
}

.Action.Apply.Internal.apply-internal {
    display: none;
}

.JobDetails .Job .DescriptionMap #map0 {
    width: 350px;
    height: 250px;
    margin-top: 3em;
}

a.Action.Link.JobDirections {
    top: 0;
    color: #fff;
    width: 100%;
    padding: 10px;
    font-size: 18px;
    z-index: 2;
    position: absolute;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 1.3px;
    background-color: #4F4E4E;
    font-family: "source sans pro regular";
}

.Description ul {
    line-height: 1.7;
    font-family: "source sans pro regular";
}

.JobDetails .Footer h1 {
    margin-left: 0;
}

.events .event-search-inputs {
    display: none;
}

.events .Pad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    padding: 1em 0 1em 0;
    margin-top: 5em;
    background-image: url('/Content/Clarivate/Images/InteriorHeader.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 150px;
}

.events .social, .locations h1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.events .social {
    display: block !important;
    z-index: 1;
    text-align: right;
    padding: 0 16.5% 0 0;
    margin-top: 3em;
}

.events h1 {
    font-family: "source sans pro light";
    color: rgb(104, 23, 255);
    font-size: 60px;
    font-weight: 300;
    margin-left: 12%;
    margin-top: 0.3em;
}

.events-container {
    width: 75%;
    margin: 0 auto;
}

.event-details {
    margin-bottom: 2em;
    background-color: rgb(245, 245, 245);
    padding: 10px 10px 10px 30px;
}

    .event-details .title {
        font-size: 36px;
        font-family: "source sans pro regular";
        margin: 0 0 0 4.5em;
    }

    .event-details .date {
        margin-left: 10.2em;
        font-family: "source sans pro regular";
        margin-top: 0 !important;
    }

    .event-details .description {
        margin-left: 10.2em;
        font-family: "source sans pro regular";
    }

    .event-details .details-link {
        position: absolute;
        margin-top: -4.2em;
    }

        .event-details .details-link a {
            text-decoration: none;
            font-family: "source sans pro regular";
            color: #000;
            font-size: 16px;
            padding: 10px;
            border: 2px solid black;
            border-radius: 5px;
        }

.eventdetails {
    font-family: "source sans pro regular";
}

    .eventdetails .Pad {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100vw;
        background-image: url('/Content/Clarivate/Images/InteriorHeader.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        padding: 1em 0 1em 12%;
        margin-top: 4em;
    }

    .eventdetails .social {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: block !important;
        z-index: 1;
        text-align: right;
        padding: 3.5% 16% 0 0;
        margin-top: 1em;
    }

    .eventdetails h1 {
        color: rgb(104, 23, 255);
        font-size: 60px;
        font-family: "source sans pro light";
        font-weight: 300;
    }

.event-details-data {
    width: 80%;
    margin: 0 auto;
}


@media screen and (max-width: 1170px) {
    #header div.field.keyword, #header div.field.geolocation {
        width: 100%;
    }

    #header .ui.form {
        padding-left: 10px;
        margin-top: 1.5em;
        position: relative;
        padding-bottom: 0.5em;
    }

    h1 {
        font-size: 32px !important;
    }

    .mobile-header-content img {
        width: 35px;
        margin-left: 10px;
        margin-top: 5px;
        display: block;
    }

    #header .ui.form .fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        float: none;
        margin-right: 0;
    }

    #header .ui.form input[type=text] {
        margin-bottom: 10px;
        width: 100%;
    }

    #header .ui.form .fields:after {
        display: none;
    }

    #header .already-applied {
        display: none;
    }

    #header #Search:after {
        display: none;
    }

    #header #Search {
        background-color: rgb(104, 23, 255);
        ;
        width: 100%;
        margin-bottom: 10px;
        color: #fff;
    }

    .Band.Nav .Tier2 li:first-child {
        display: none;
    }

    .float-search-form.ui.form {
        top: 3.5%;
    }

    menu-clicked {
        top: 20%;
    }

    .header-menu {
        position: absolute;
        top: 5px;
        right: 5px;
    }

    .menu-icon {
        width: 40px;
        height: 3px;
        margin: 8px 0;
        background-color: black;
    }

    .Band.Nav .Tier2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
    }

        .Band.Nav .Tier2 li {
            font-size: 22px;
            padding-bottom: 15px;
        }

    .no-display {
        display: none;
    }

    .Index .content-wrap {
        background-image: none;
        margin-top: 0;
    }

    .Index .home-mid p {
        padding-top: 0;
        padding-left: 0;
        text-align: center;
    }

    .home-header-image img {
        width: 100%;
        margin-top: 0;
        display: block;
    }

    .Index .home-space {
        display: none;
    }

    .Index .home-lower-content {
        width: 90%;
    }

    .Index .featured-groups {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100% !important;
    }

        .Index .featured-groups .featured-group {
            margin-right: 0 !important;
            margin-bottom: 0.5em;
        }

            .Index .featured-groups .featured-group .featured-group-name {
                width: 90%;
                margin-bottom: 1em;
                margin: 0 auto;
            }

    .Index .mobile-lower-content {
        display: block;
        font-family: "source sans pro regular";
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        margin-top: -4em;
    }

    .model-header:before {
        margin-left: 28%;
    }

    .footer-right ul, .footer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-right ul {
        padding-left: 0;
    }

        .footer-right ul li {
            padding-bottom: 10px;
        }

    .about-us-copy {
        width: 90%;
    }

    .about-us-top {
    }

    .about-us-mid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .about-us-mid-left ul {
        display: none;
    }

    .about-us-mid-right iframe {
        margin: 0;
        width: 100%;
        height: 250px;
    }

    .about-us-mid-right-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        padding-left: 10px;
        width: 95%;
        margin: 0 auto;
    }

    .about-us-mid-right-block p:nth-child(2) {
        width: 90%;
    }

    .about-us-list ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .about-us-mid iframe {
        width: 95%;
    }

    .about-us-bottom {
        width: 100%;
    }

        .about-us-bottom ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .about-us-bottom ul li {
                margin-bottom: 3em;
            }

        .about-us-bottom .top-ul {
            margin-bottom: 0;
        }

        .about-us-bottom .top-ul, .about-us-bottom .bottom-ul {
            padding: 0;
        }

    .culture-copy {
        width: 90%;
    }

    .culture .gallery {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .culture .gallery img {
            width: 100%;
        }

    .culture-list {
        width: 100%;
    }

    .culture .slider-top-text {
        width: 90%;
    }

    .culture-img-2 {
        display: none;
    }

    .slide-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80%;
    }

        .slide-content img {
            margin: 0;
        }

    .offer-image-2, .offer-bottom-image-1 {
        display: none;
    }

    .offer-mid img, .offer-bottom-image, .offer-right-block, .offer-bottom-left {
        width: 100%;
    }

    .offer-mid, .offer-bottom {
        width: 95%;
    }

    .offer-copy {
        width: 90%;
    }

    .career-areas-copy {
        width: 90%;
    }

    .career-areas-mid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .career-box-1 {
        margin-bottom: 2em !important;
        margin-right: 0;
    }

    .career-box {
        padding-top: 20px;
    }

    .career-bottom-content {
        width: 100%;
    }

    .sales-top {
        background-image: url('/Content/Clarivate/Images/InteriorHeader.jpg');
        margin-top: 0;
    }

        .sales-top h1 {
            margin-top: 1em;
            padding-left: 0;
            text-align: center;
        }

    .sales-copy {
        width: 90%;
    }

    .sales-mid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 95%;
    }

    .sales-block {
        width: 100%;
    }

    .sales-bottom {
        width: 90%;
    }

    .sales-footer-content {
        width: 100%;
    }

    .sales-mid-top {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        width: 100%;
    }

    .sales-mid-bottom {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        width: 100%;
    }

    .sales-footer-content ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .sales-footer-content ul li {
            margin-bottom: 10px;
        }

            .sales-footer-content ul li:not(:last-child) {
                border-right: none !important;
            }

    .test-slide-p-2 {
        padding-left: 9%;
        margin-top: 1em;
    }

    .test-slide-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 10px;
    }

    .test-slide.slick-slide.slick-current.slick-active {
        padding-right: 10px;
    }

    .sales .slick-slide img, .tech .slick-slide img {
        width: 30%;
        margin: 0 auto;
    }

    .tech-top {
        background-image: url('/Content/Clarivate/Images/InteriorHeader.jpg');
        margin-top: 0;
    }

        .tech-top h1 {
            margin-top: 1em;
            padding-left: 0;
            text-align: center;
        }

    .tech-copy {
        width: 90%;
    }

    .tech-mid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 95%;
    }

    .tech-block {
        width: 100%;
    }

    .tech-bottom {
        width: 90%;
    }

    .tech-footer-content {
        width: 100%;
    }

    .tech-mid-bottom, .tech-mid-top {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        width: 100%;
    }

    .tech-footer-content ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }

        .tech-footer-content ul li {
            margin-bottom: 10px;
        }

            .tech-footer-content ul li:not(:last-child) {
                border-right: none !important;
            }

    .tech-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 85%;
        margin: 0 auto;
    }

    tr.jtable-data-row:after {
        width: 100%;
        position: relative;
        top: initial;
        margin-top: 1em;
    }

    tr.jtable-data-row {
        padding-left: 0;
        width: 100%;
        text-align: center;
    }

    .searchjobs .static-search-form-container {
        margin-top: 4em;
    }

    .searchjobs .text {
        margin-left: -2em;
    }

    .searchjobs .Pad {
        padding: 0 !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .searchjobs .Center {
        margin-top: 0;
    }

    .searchjobs .social {
        padding: 0;
        margin-top: 1em;
        margin-bottom: 1em;
        text-align: center;
    }

    .searchjobs h1 {
        text-align: center;
    }

    .searchjobs #header .ui.form {
        padding-bottom: 10px;
        margin-top: -3em;
    }

    .searchjobs #header #Search {
        margin-top: 1em;
    }

    .JobDetails h1 {
        margin-top: 1em !important;
    }

    .Job {
        width: 100%;
        padding: 0 15px 0 15px;
    }

        .Job .Details {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .Job .Details li:not(:last-child) {
                border: none;
            }

            .Job .Details li:not(:first-child) {
                padding-left: 0;
            }

    .JobDetails .social {
        display: none !important;
    }

    .footer-bottom-right {
        position: relative;
        margin-top: 0;
        right: 0;
        margin-left: 2em;
    }

    .Action.Apply.External.apply-external {
        width: 100%;
        display: block;
        text-align: center;
    }

    .JobDetails .Job .DescriptionMap #map0 {
        width: auto;
    }

    .Job a.Action.Button.SimilarJob:after {
        width: 100%;
    }

    .Job .Similar-Jobs .similar-job {
        text-align: center;
    }

    .similar-job-location {
        margin-bottom: 1em;
    }

    .locations .Pad {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
    }

    .locations .social {
        text-align: center;
        padding-right: 0;
    }

    .locations h1 {
        text-align: center;
    }

    .locations .Band.Title {
        margin-top: 0;
    }

    .map-controls {
        left: 0;
        position: relative;
    }

    .reference-number-column {
        margin-left: 0 !important;
    }

    .testSlider .slick-prev {
        left: 110px !important;
        z-index: 1;
    }

    .testSlider .slick-next {
        right: 145px !important;
    }

    .testSlider .slick-prev, .testSlider .slick-next {
        top: 90% !important;
    }

    div.testSlider.slick-initialized.slick-slider.slick-dotted {
        height: 450px !important;
    }

    .event-details .title {
        margin: 0 0 0 0;
    }

    .event-details .date {
        margin-left: 0;
        margin-top: 0 !important;
    }

    .event-details .description {
        margin-left: 0;
    }

    .event-details .details-link {
        position: relative;
        margin-top: 0;
    }

        .event-details .details-link a {
            width: 100%;
            display: block;
            text-align: center;
        }

    .events .Pad {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }

    .events .social {
        padding: 0;
        text-align: center;
    }

    .events h1 {
        text-align: center;
        margin: 0 0 0 0;
    }

    .border {
        width: 100%;
    }

    .footer-bottom-right ul {
        padding-left: 0;
    }

    button#mapsearch-button.map-button {
        width: 50%;
    }

    .map-search {
        width: 100%;
    }
}

@media (max-width: 1170px) {
    .slide-content img {
        min-width: 0;
        width: 100%;
        margin-right: 0;
    }

    .culture .slick-prev,
    .culture .slick-next {
        top: 50%;
    }

    .culture .slick-prev {
        left: 25px !important;
    }

    .culture .slick-next {
        right: 25px !important;
    }

    .career-box-2 {
        margin-left: 0;
    }
}

@media (max-width: 760px) {
    .cultureSlider .slick-list {
        margin: 0;
    }

    .culture .slick-prev,
    .culture .slick-next {
        top: 103%;
    }

    .culture .slick-prev {
        left: 10% !important;
    }

    .culture .slick-next {
        right: 10% !important;
    }
}

.eoe-modal {
    cursor: pointer;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1050; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa !important;
    float: right !important;
    font-size: 28px !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border: none !important;
}

    .close:hover,
    .close:focus {
        color: black !important;
        text-decoration: none !important;
        cursor: pointer !important;
    }