/* FONT / TYPEFACE IMPORT */
@font-face {
    font-family: SourceSansPro-Regular;
    src: url("https://files.clinchtalent.com/3bdaca752f98c2566b04227678236705/f25ed84c0dc557e92cda91e308c0fd72/SourceSansPro-Regular.ttf");
}
@font-face {
    font-family: SourceSansPro-Bold;
    src: url("https://files.clinchtalent.com/3bdaca752f98c2566b04227678236705/f25ed84c0dc557e92cda91e308c0fd72/SourceSansPro-Bold.ttf");
}
@font-face {
    font-family: SourceSansPro-BoldItalic;
    src: url("https://files.clinchtalent.com/3bdaca752f98c2566b04227678236705/f25ed84c0dc557e92cda91e308c0fd72/SourceSansPro-BoldItalic.ttf");
}
@font-face {
    font-family: SourceSansPro-Black;
    src: url("https://files.clinchtalent.com/3bdaca752f98c2566b04227678236705/f25ed84c0dc557e92cda91e308c0fd72/SourceSansPro-Black.ttf");
}
@font-face {
    font-family: SourceSansPro-BlackItalic;
    src: url("https://files.clinchtalent.com/3bdaca752f98c2566b04227678236705/f25ed84c0dc557e92cda91e308c0fd72/SourceSansPro-BlackItalic.ttf");
}
@font-face {
    font-family: SourceSansPro-SemiBold;
    src: url("https://files.clinchtalent.com/3bdaca752f98c2566b04227678236705/f25ed84c0dc557e92cda91e308c0fd72/SourceSansPro-SemiBold.ttf");
}
@font-face {
    font-family: SourceSansPro-SemiBoldItalic;
    src: url("https://files.clinchtalent.com/3bdaca752f98c2566b04227678236705/f25ed84c0dc557e92cda91e308c0fd72/SourceSansPro-SemiBoldItalic.ttf");
}
@font-face {
    font-family: SourceSansPro-Italic;
    src: url("https://files.clinchtalent.com/3bdaca752f98c2566b04227678236705/f25ed84c0dc557e92cda91e308c0fd72/SourceSansPro-Italic.ttf");
}
@font-face {
    font-family: SourceSansPro-LightItalic;
    src: url("https://files.clinchtalent.com/3bdaca752f98c2566b04227678236705/f25ed84c0dc557e92cda91e308c0fd72/SourceSansPro-LightItalic.ttf");
}
@font-face {
    font-family: SourceSansPro-ExtraLightItalic;
    src: url("https://files.clinchtalent.com/3bdaca752f98c2566b04227678236705/f25ed84c0dc557e92cda91e308c0fd72/SourceSansPro-ExtraLightItalic.ttf");
}
@font-face {
    font-family: SourceSansPro-Light;
    src: url("https://files.clinchtalent.com/3bdaca752f98c2566b04227678236705/f25ed84c0dc557e92cda91e308c0fd72/SourceSansPro-Light.ttf");
}
@font-face {
    font-family: SourceSansPro-ExtraLight;
    src: url("https://files.clinchtalent.com/3bdaca752f98c2566b04227678236705/f25ed84c0dc557e92cda91e308c0fd72/SourceSansPro-ExtraLight.ttf");
}

/* BODY  */
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li {
  font-family: SourceSansPro-Regular, Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 0.5px;
}
a:visited {
  color: inherit;
}
/* == BORDER RADIUS ON ALL INPUT / SELECT FIELDS == */
input,
.selectize-control.multi .selectize-input {
  border-radius: 6px !important;
}

/* NAV */
.navbar .logo {
  width: 275px;
}
a.nav-link {
  font-family: SourceSansPro-Regular,Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #0A2E4A!important;
  margin-left: 2rem;
}
a.nav-link:hover,
a.nav-link:active,
a.nav-link:focus {
  color: #E3295C !important;
}
.dropdown-menu.show {
  box-shadow: 0px 10px 10px 0px rgb(51 51 51 / 20%);
  width: 210px;
  border: 3px solid #0A2E4A;
  border-width: 3px 0 0 0;
  border-radius: 0;
  margin-left: 12px;
}
.dropdown-menu.show a:visited,
.dropdown-menu.show ul:visited{
  color: #212529 !important;
}
@media (max-width: 991px) {
  a.nav-link {
    margin-left: 0;
  }
  .dropdown-menu.show {
    box-shadow: none;
  }
  .homepagesearchbar .input-group {
    justify-content: center;
  }
  .homepagesearchbar .input-group .input-group-btn {
    margin-top: 3rem;
  }
}
.dropdown-menu.show a:hover {
  color: #E3295C!important;
  background: none;
}
a.dropdown-item:before {
  content: "\2794";
  display: block;
  float: left;
  margin: 2px 10px 0 0;
  font-size: 14px;
  color: #e3295c;
}

/* EDITOR PAGE NAV ONLY */
.page-body.page.editing a.dropdown-item:before {
    content: '';
} 
.page-body.page.editing .dropdown-menu.show {
    width: auto;
    margin: auto;
}
/* HELPER / UTILITY CLASSES */
/* No side padding */
.no-side-padding .row {
  margin-right: 0;
  margin-left: 0;
}
.no-side-padding .col-md-12 {
  padding: 0!important;  
}
.padding-right-none {
  padding-right: 0 !important;
}
/* No gutters */
.no-gutters .container-fluid {
  padding: 0;
}
/* bg blue item - testing purposes */
.bg-blue-item {
  background-color: #0a2e4a;
  padding: 8px 0px;
}

/* FOOTER */
.sophia-footer {
    margin-top: 30px;
}

.sophia-footer a:hover {
    text-decoration: none;
}

.footer-col {
    padding: 0;
}
.footer-logo {
    padding-left: 35px;
}

.footer-col-links ul {
    padding: 0;
}

.footer-col-links li {
    list-style: none;
    margin-bottom: 8px;
}

.footer-col-links a {
    font-family: SourceSansPro-Regular, Helvetica, Arial, Lucida, sans-serif;
    font-size: .8rem;
    color: #0A2E4A;
    line-height: 1rem;
}

.footer-col-links .footer-col-title {
    text-transform: uppercase;
    font-size: 0.9rem;
    font-family: SourceSansPro-Regular, Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #0A2E4A !important;
    letter-spacing: 1px;
}

.footer-col-links .footer-col-title-hidden {
    visibility: hidden;
}

.footer-social-links {
    display: inline-block;
    font-size: 1rem;
    margin-right: 15px;
}

.footer-social-links a {
    color: #0A2E4A;
}

.footer-col-links-container {
    padding-bottom: 1.5rem;
}

.footer-copyright-social-container {
    padding-top: 1.5rem;
}

.footer-legal-links {
    font-family: SourceSansPro-Regular, Helvetica, Arial, Lucida, sans-serif;
    font-size: .8rem;
}

.footer-legal-links a {
    color: #0A2E4A;
}
.footer-eeo-accessibility-title {
    font-size: 0.8rem;
    font-weight: 700;
}

.footer-eeo-accessibility-text {
    text-align: justify;
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
}

/* Homepage Header Video Styles */
.sg-video-container header {
    position: relative;
    background-color: black;
    height: 45vh;
    min-height: 15rem;
    width: 100%;
    overflow: hidden;
}
.sg-video-container header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.2;
    z-index: 1;
}
.sg-video-container header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.sg-video-container header .container {
    position: relative;
    z-index: 2;
}
.sg-video-container .video-text-block {
    width: 100%;
    margin: 0 auto;
}

/* Begin horizontal scrollbar fix - video container */
.sg-video-container .row {
    margin-right: 0;
}
.sg-video-container .row .col-md-12 {
    padding-right: 0;
}
.sg-video-container .video-text-block h1 {
  color: #fff;
  font-weight: 900;
  text-shadow: 0px 0px 12px rgb(0 0 0 / 50%);
}


/* FANCY VIDEO PLAYER BORDER & BORDER RADIUS & CLIP PATH */
.fancy-video-border .clinch-video-player.video-js,
.fancy-video-border .video-js .vjs-tech,
.fancy-video-border .vjs-poster {
  object-fit: cover;
  border-radius: 8% 92% 0% 100% / 100% 0% 100% 0%;
}
.fancy-video-border .video-js .vjs-tech,
.fancy-video-border .vjs-poster {
  border-left: 20px solid #E3295C;
}
/* Location Page 'Stretch' Titles */
.sg-bidart-title h1 {
    width: 115%;
    font-size: 4.6vw;
    letter-spacing: .17rem;
}
.sg-boston-title h1 {
    width: 115%;
    font-size: 4.6vw;
    letter-spacing: .17rem;
}
.sg-lausanne-title h1 {
    width: 115%;
    font-size: 4vw;
    letter-spacing: .17rem;
}

/* TABBED CODE BLOCK */
.sg-tab-block .nav-tabs {
  border-bottom: none;
}
.tab-block .nav-link {
  padding: 1.5rem 1.5rem 1.5rem 1rem;
}

.tab-block .nav-tabs .nav-link {
  color: #161616;
  font-weight: 600;
  font-size: 16px;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  border-right: 5px solid #dcdcdc;
  border-left: 0;
  border-radius: 0;
}

.tab-block .nav-tabs .nav-link.active, 
.tab-block .nav-tabs .nav-item.show .nav-link {
  color: #161616;
  font-weight: 600;
  font-size: 16px;
  background-color: #dcdcdc;
}

.tab-block .padding-right-none {
  padding-right: 0;
}

.tab-block .nav-tabs .nav-link:hover, 
.nav-tabs .nav-link:focus {
  border-radius: 0;
}

.tab-block .tab-pane {
  padding: 4rem;  
}

.tab-block .nav-link:hover:after {
  display: none;  
}

.tab-block .nav-tabs .nav-link:hover, 
.tab-block .nav-tabs .nav-link:focus {
  border-right: 5px solid #00f;
  border-left: none;
}

.tab-block .details h3 {
  padding-bottom: 15px;  
}

.no-padding {
  padding: 0!important;  
}

@media screen and (min-width: 575px) {
  .tab-block .col-sm-7.col-lg-9.white-bg {
    background-color: #fff;
  }
  
  .no-padding-left .col-md-12 {
    padding-left: 0!important; 
  }
  
  .no-padding-left {
    padding-left: 0!important; 
  }
}

@media screen and (max-width: 575px) {
  .tab-block .tab-content>.tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
  
  .tab-block .tab-pane {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
  }
  
  .no-padding-mobile {
   padding: 0!important; 
  }
  
  .read-more-blue-button {
    margin-bottom: 15px;  
  }
}
.meet-our-team-block li.nav-item {
  margin-bottom: 0;
}
.meet-our-team-block .tabs-section .nav-link {
    margin-top: 0;
    padding: 0rem 0.6rem;
}
.meet-our-team-block .tabs-section .nav-link {
    border: none;
    padding: 15px 25px 15px 14px !important;
    background: #f3f5f6;
    border-radius: 8px 0 0 8px;
    border-bottom: 3px solid #ddd;
    margin-bottom: 2px;
}
.meet-our-team-block .tabs-section .nav-link:hover {
    border-bottom: 3px solid #bbb;
}
.meet-our-team-block .top-thumb-tab {
  margin-top: 1.5rem;
}
.meet-our-team-block img.video-thumb-img {
    height: 6rem;
    width: 11rem;
}
.meet-our-team-block .tabs-section .nav-link.active {
    border-bottom: 4px solid #e3295c;
    background: #0a2e4a;
    padding: 1rem 1rem !important;
}
.meet-our-team-block .tabs-section .nav-link.active .video-thumb-img {
  height: 6.5rem;
}

.meet-our-team-block ul.nav.nav-tabs.flex-column {
  margin-top: 15px;
}
.meet-our-team-block .tabs-section video {
    width: 95%;
    border: 15px solid #0a2e4a;
    background: #0a2e4a;
}
.meet-our-team-block .tabs-section .team-member-video-container {
    margin-left: 0px;
    padding-left: 0px;
}
.meet-our-team-block .team-member-video-container p {
    margin: 0;
    font-weight: 700;
}

/**> Locations Carousel <**/
.carousel-inner {
    width: 100%;
}
.carousel .card {
    border: 0;
    background: transparent;
}
.carousel .card-body {
    padding: 1.25rem 0 0 0;
}
.carousel a {
    text-decoration: none;
    border: none;
}
.carousel a:hover {
    text-decoration: none;
    border: none;
}
.carousel h5 {
    color: #00447c;
    font-family: SourceSansPro-Regular, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
}
.carousel img {
    border-radius: 8px;
}
/** ▼▼ img size fix for vertical/non-cropped images ▼▼ **/
.carousel .carousel-item img {
    height: 350px;
    object-fit: cover;
    object-position: top;
}
/** ▲▲ img size fix for vertical/non-cropped images ▲▲ **/
.carousel-indicators {
    top: 105%;
}
.carousel-indicators li {
    background-color: red;
}
.carousel-control-next,
.carousel-control-prev {
    width: 0%;
    margin: -25px;
    opacity: 1;
}
.carousel-prev,
.carousel-next {
    color: #fff;
    height: 5%;
    font-size: 30px;
}
.carousel-hover-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #FFFFFF;
}
@media (min-width: 600px) {
  .carousel .row {
      flex-wrap: nowrap;
  }
}
.intern-carousel .carousel-caption {
    bottom: inherit;
    padding-top: 0px !important;
}
/* Job listing page styles */
/* add to favorites / view favorites buttons  */
.job-description-container .job-description-controls .btn {
    color: #0a2e4a;
    font-weight: 600;
    border-radius: 4px;
}
/* add to favorites / view favorites buttons:hover  */
.job-description-container .job-description-controls .btn:hover {
    background: #fff;
    color: #e3295c;
    border-color: #e3295c;
}
/* OPTION1: large click here to apply button:hover  */
.click-to-apply-btn a.button.button1:hover {
    background: #e3295c;
    border-color: #e3295c;
}
/* OPTION1: large click here to apply button  */
.click-to-apply-btn a.button.button1 {
    background: #0a2e4a;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1rem;
    border-radius: 5px;
}
/* recommended jobs background */
.recommended-jobs .jobs-list {
    background: #F3F5F6;
    padding: 10px;
}
/* recommended jobs title:hover pink  */
.recommended-jobs .jobs-list .job a:hover {
    color: #e3295c;
}
/* subscribe to jobs alerts title background */
.subscribe-job-alerts .row .col-md-12 p {
    background: #F3F5F6;
    padding: 10px;
}
/* subscribe to jobs alerts cta background  */
.subscribe-job-alerts .call-to-action .candidate-form {
    background: #F3F5F6;
    padding: 10px;
}
/* subscribe to job alerts pre-filled form options background  */
.selectize-control.multi .selectize-input>div {
    background-color: #0a2e4a;
}
select.form-control {
  border-radius: 6px;
}
/* subscribe to job alerts submit button  */
.subscribe-job-alerts button {
    color: #0a2e4a !important;
    font-weight: 700;
    border: 2px solid #0a2e4a !important;
    border-radius: 6px;
}
/* subscribe to job alerts submit button:hover  */
.subscribe-job-alerts button:hover {
    background-color: #0a2e4a !important;
    color: #fff !important;
}
/* apply now cta apply button */
.job-listing-cta-apply-now button {
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.05rem
}
/* apply now cta apply button background:hover  */
.job-listing-cta-apply-now button:hover {
    background-color: #fff !important;
}
/* apply now cta apply button text:hover  */
.job-listing-cta-apply-now button:hover .submit-start {
    color: #e3295c !important;
}
/* ============ GENERAL BUTTON STYLES ============ */
/* button 1 */
a.button.button1 {
    background-color: #0A2E4A;
    color: #fff;
    height: 60px;
    border: 2px solid transparent;
    font-weight: 600;
    letter-spacing: .08rem;
    border-radius: 6px;
    padding: 12px 35px;
}
a.button.button1:active {
    background-color: #0A2E4A !important;
    color: #fff !important;
}
a.button.button1:hover {
    background-color: #fff;
    color: #0A2E4A;
    border: 2px solid #0a2e4a;
}

/* button 2 */
a.button.button2,
a.button.button2:active,
a.button.button2:visited {
    background-color: #fff;
    color: #0A2E4A;
    height: 60px;
    border: 2px solid #0A2E4A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08rem;
    border-radius: 6px;
    padding: 12px 35px;
}
a.button.button2:hover {
    background-color: #0A2E4A;
    color: #fff;
    border: 2px solid #0A2E4A;
}
/* button 3 */
a.button.button3,
a.button.button3:active,
a.button.button3:visited {
    color: #FFFFFF !important;
    border: 2px solid #E3295C !important;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #E3295C;
}
a.button.button3:hover {
    color: #E3295C !important;
    border: 2px solid #E3295C !important;
    border-width: 2px !important;
    background-image: initial;
    background-color: #FFFFFF;
}
/* button4 */
a.button.button4,
a.button.button4:active,
a.button.button4:visited {
    background-color: #fff;
    color: #0A2E4A;
    border: 2px solid transparent;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 6px;
}
a.button.button4:hover {
    background-color: #0A2E4A;
    color: #fff;
    border: 2px solid #fff;
}
/* COOKIE MODAL BUTTONS */
/* I Accept */
#consent_agree.btn.consent-agree {
    background-color: #0A2E4A;
    height: 60px;
    border: 2px solid transparent;
    font-weight: 600;
    letter-spacing: .08rem;
    border-radius: 6px;
    padding: 12px 35px;
}
#consent_agree.btn.consent-agree span {
    color: #fff;
}
#consent_agree.btn.consent-agree:hover {
    background-color: #fff;
    border: 2px solid #0a2e4a;
}
#consent_agree.btn.consent-agree:hover span {
    color: #0A2E4A;
}
/* Manage Cookies */
#manage_cookie_preferences.btn,
#manage_cookie_preferences.btn:active,
#manage_cookie_preferences.btn:visited,
.consent-reject.btn,
.consent-reject.btn:active,
.consent-reject.btn:visited{
    background-color: #fff;
    color: #0A2E4A;
    height: 60px;
    border: 2px solid #0A2E4A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08rem;
    border-radius: 6px;
    padding: 20px 30px;
}
#manage_cookie_preferences.btn:hover,
.consent-reject.btn:hover {
    background-color: #0A2E4A;
    color: #fff;
    border: 2px solid #0A2E4A;
}
/* Cookie Save */
#consent_save.btn.consent-agree {
    background-color: #0A2E4A;
    height: 60px;
    border: 2px solid transparent;
    font-weight: 600;
    letter-spacing: .08rem;
    border-radius: 6px;
    padding: 12px 30px;
}
#consent_save.btn.consent-agree span {
    color: #fff;
}
#consent_save.btn.consent-agree:hover {
    background-color: #fff;
    border: 2px solid #0a2e4a;
}
#consent_save.btn.consent-agree:hover span {
    color: #0A2E4A;
}
/* EXIT CTA BUTTONS */
/* Submit */
#form_submit_exit_call_to_action.btn {
    background-color: #0A2E4A;
    height: 60px;
    border: 2px solid transparent;
    font-weight: 600;
    letter-spacing: .08rem;
    border-radius: 6px;
    padding: 12px 35px;
}
#form_submit_exit_call_to_action.btn span {
    color: #fff;
}
#form_submit_exit_call_to_action.btn:hover {
    background-color: #fff;
    border: 2px solid #0a2e4a;
}
#form_submit_exit_call_to_action.btn:hover span {
    color: #0A2E4A;
}
/* Close */
#close_exit_call_to_action.btn,
#close_exit_call_to_action.btn:active,
#close_exit_call_to_action.btn:visited {
    background-color: #fff;
    color: #0A2E4A;
    height: 60px;
    border: 2px solid #0A2E4A;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08rem;
    border-radius: 6px;
    padding: 20px 35px;
}
#close_exit_call_to_action.btn:hover {
    background-color: #0A2E4A;
    color: #fff;
    border: 2px solid #0A2E4A;
}
/* TESTING BUTTONS: element builder styles */
.apply-button-1 a.button.button1 {
    background: #0a2e4a;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1rem;
    border-radius: 5px;
}
.apply-button-1 a.button.button1:hover {
    background: #e3295c;
    border-color: #e3295c;
}
.apply-button-2 a.button.button1 {
    background: #e3295c;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1rem;
    border-radius: 5px;
}
.apply-button-2 a.button.button1:hover {
    background: #fff;
    color: #e3295c;
    border: 1px solid #e3295c;
}
.homepagesearchbar .easy-autocomplete {
  width: 100% !important;
}

/* OUR DNA SECTION  */
a.button.benefits,
a.button.benefits:focus,
a.button.benefits:active,
a.button.benefits:hover,
a.button.benefits:visited {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    width: 249px;
    height: 44px;
    left: 0px;
    top: 0px;
    background: #2D8CFF;
    border: none;
    border-radius: 3px;
    color: #ffffff;
}

ul {
    margin: 0;
    padding: 1;
}

ul {
    list-style-type: disc;
}

@media (max-width: 992px) {
    section {
        padding: 0 15px;
    }
    .footer-col-links-container .row {
      text-align: center;
    }
    .footer-col-links-container .row .footer-col {
      padding: 1rem 2rem;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.dna__container {
    max-width: 1400px;
    margin: 0px auto;
    width: 100%;
}

@media (min-width: 576px) {
    .dna__container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .dna__container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .dna__container {
        max-width: 960px;
    }
  .homepagesearchbar .easy-autocomplete {
    width: auto !important;
  }
}

@media (min-width: 1200px) {
    .dna__container {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .dna__container {
        max-width: 1140px;
    }
}

@media (min-width: 1500px) {
    .dna__container {
        max-width: 1400px;
    }
}

@media (min-width: 767px) {
    .py-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 576px) {
    .py-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.mb-40 {
    margin-bottom: 40px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dna__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 768px) {
    .dna__row {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 475px) {
  .ourdna-section .dna-section-title {
    font-size: 14px !important;
  }
}
@media (max-width: 425px) {
  .ourdna-section .dna__autoTabs #dna__tabs {
    flex-direction: column;
    align-items: center !important;
  }
  .ourdna-section .dna-section-title {
    font-size: 20px !important;
  }
}
.dna__row .dna__fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.ourdna-section h2 {
  font-weight: 600;
}
.ourdna-section .dna__autoTabs #dna__tabs li {
    margin-bottom: 0;
}

.ourdna-section .dna__autoTabs #dna__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 4px solid #ECECEC;
}

.ourdna-section .dna__autoTabs #dna__tabs li {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 20px;
    position: relative;
    opacity: 0.5;
    flex-basis: 33.333%;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}

.ourdna-section .dna__autoTabs #dna__tabs li:last-child {
    margin-right: 0;
}

.ourdna-section .dna__autoTabs #dna__tabs li.on {
    opacity: 1;
    font-family: SourceSansPro-Black;
    font-weight: 900;
}

.ourdna-section .dna__autoTabs #dna__tabs li.on::after {
    position: absolute;
    content: "";
    left: -2px;
    bottom: -4px;
    width: 101%;
    height: 4px;
    background: #0A2E4A;
}

@media (max-width: 768px) {
    .ourdna-section .dna__autoTabs #dna__tabs li {
        border-bottom: 4px solid #ECECEC;
        padding: 10px 10px;
    }
}

@media (max-width: 768px) {
    .ourdna-section .dna__autoTabs #dna__tabs {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: none;
    }
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna_tab {
    display: none;
    -webkit-animation: fadein .8s;
    animation: fadein .8s;
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna_tab.on {
    display: block;
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabTitleBlock h4 {
    font-size: 24px;
    line-height: 144%;
    font-weight: normal;
    margin: 40px 0;
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabTitleBlock h3 {
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.01em;
    margin: 40px 0;
}

@media (max-width: 768px) {
    .ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabTitleBlock {
        text-align: left;
    }
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__ourCareDescription .dna__ourCareItem {
    margin-bottom: 40px;
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__ourCareDescription .dna__ourCareItem h4 {
    font-weight: bold;
    margin-left: 20px;
    margin: 0 0 0 20px;
    font-size: 24px;
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__ourCareDescription .dna__ourCareItem p {
    font-weight: normal;
    font-size: 16px;
    margin: 20px 0;
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabRelentless .dna__ourCareDescription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabRelentless .dna__ourCareDescription .dna__ourCareItem {
    margin-right: 40px;
    flex-basis: calc(33.333% - 40px);
}

@media (max-width: 768px) {
    .ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabRelentless .dna__ourCareDescription .dna__ourCareItem {
        flex-basis: 100%;
        margin-right: 0;
    }
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabResilient .dna__ourCareDescription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabResilient .dna__ourCareDescription .dna__ourCareItem {
    margin-right: 40px;
    flex-basis: calc(25% - 40px);
}

@media (max-width: 768px) {
    .ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabResilient .dna__ourCareDescription .dna__ourCareItem {
        flex-basis: 100%;
        margin-right: 0;
    }
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabResilient .dna__benifitsTerms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
    padding: 0px 0px 20px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabFearless .dna__ourCareDescription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabFearless .dna__ourCareDescription .dna__ourCareItem {
    margin-right: 40px;
    flex-basis: calc(50% - 40px);
}

@media (max-width: 768px) {
    .ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabFearless .dna__ourCareDescription .dna__ourCareItem {
        flex-basis: 100%;
        margin-right: 0;
    }
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabFearless .dna__zoomlogos {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 20px;
}

@media (max-width: 768px) {
    .ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabFearless .dna__zoomlogos {
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabCares .dna__ourCareDescription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabCares .dna__ourCareDescription .dna__ourCareItem {
    margin-right: 40px;
    flex-basis: calc(33.333% - 40px);
}

@media (max-width: 768px) {
    .ourdna-section .dna__autoTabs #dna__tabsContent .dna__tabCares .dna__ourCareDescription .dna__ourCareItem {
        flex-basis: 100%;
        margin-right: 0;
    }
}

/* HIDE REMOTE COLUMN - JOB SEARCH RESULTS */
.job-search-results-table .job-search-results-remote {
    display: none;
}

/* JOB SEARCH BUTTONS */
button#search_control_button_1_0 {
  background-color: #0A2E4A;
  color: #fff;
  border: 2px solid transparent;
  font-weight: 600;
  letter-spacing: .08rem;
  border-radius: 6px;
  margin-left: 25px;
  padding: 0 1.2rem;
}
button#search_control_button_1_0:hover {
  background-color: #fff;  
  color: #0A2E4A;
  border: 2px solid #0a2e4a;
}
button#search_control_button_1_0:active {
  background-color: #0A2E4A;
  color: #fff;
}
button#near_me_button_1_0 {
    background-color: #fff;
    border: 2px solid #0a2e4a;
    color: #0a2e4a;
    font-weight: 900 !important;
    letter-spacing: .03rem;
    border-radius: 6px;
}
button#near_me_button_1_0:hover {
    color: #fff;
    background-color: #0a2e4a;
}
button#near_me_button_1_0:active {
    background-color: #fff;
    color: #0A2E4A;
}
input#search_control_query_1_0 {
  border-radius: 6px;
}
.job-search-list-items .badge {
    background-color: #0A2E4A;
    border-radius: 4px;
}

/* ------------ HOME PAGE SEARCH BAR ------------ */
.homepagesearchbar {
    position: relative;
    padding-bottom: 25px !important;
    top: -65px;
    margin: 0 auto;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 16%) 0px 8px 24px;
    border-radius: 12px;
    flex: 0 0 auto;
    align-self: stretch;
    width: 67%;
    z-index: 500;
}
}
.homepagesearchbar h2 {
  margin-bottom: 0.5rem;
}
.homepagesearchbar .block-job-search-form .input-group input, 
.homepagesearchbar .block-job-search-form .input-group-btn button, 
.homepagesearchbar .job-search-results .input-group input, 
.homepagesearchbar .job-search-results .input-group-btn button {
    height: 60px;
}
/* ========== HOMEPAGE FIRST BLOCK POSITIONING ============  */
.homepage-first-block {
  margin-top: -155px;
  padding-top: 140px !important;
}
/* ============ HOMEPAGE SUBSCRIBE JOB ALERTS CTA ============  */
.homepage-subscribe-cta .selectize-dropdown .option {
  color: #0A2E4A;
}
.homepage-subscribe-cta .selectize-dropdown .active {
    color: #fff !important;
    background-color: #0a2e4a;
}

/* ============ CTA BUTTONS ============  */
.call-to-action .btn {
    background-color: #0a2e4a !important;
    color: #fff !important;
    border: 2px solid transparent !important;
}
.call-to-action .btn:hover {
  background-color: #fff !important;
  color: #0a2e4a !important;
  border: 2px solid #0a2e4a !important;
}
.call-to-action .btn:hover span {
  font-weight: 600;
  color: #0a2e4a !important;
}
/* ==== INVERSE BUTTON FOR BLOCK WITH BLUE BACKGROUND ==== */
/* *default state* */
.cta-button-inv .call-to-action .btn {
    background-color: #fff !important;
    border: 2px solid transparent !important;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 6px;
}
.cta-button-inv .call-to-action .btn span {
  color: #0a2e4a !important;
}
/* *hover state* */
.cta-button-inv .call-to-action .btn:hover {
    background-color: #0A2E4A !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    transition: background 0.25s linear;
}
.cta-button-inv .call-to-action .btn:hover span {
  color: #fff !important
}
@media (min-width: 1200px) {
  .cta-button-inv .call-to-action .btn {
      padding: 15px 45px;
      font-size: 13px;
  }
}

.easy-autocomplete-container ul .eac-item a, .easy-autocomplete-container ul .eac-item a:visited {
  color: #0A2E4A !important;
}
/* ==== GOOGLE MAP TO MATCH HEIGHT OF ACCOMPANYING IMAGES IN BLOCK ==== */
iframe.google-map {
  border-radius: 6px;
  height: 400px !important;
}
.block-map .google-map {
    height: 400px !important;
    border-radius: 6px !important;
}
/* ==== BORDER-RADIUS OF GOOGLE MAP AND ACCOMPANYING IMAGES ==== */
.sg-map-container .row .col-md-4 .page-block {
    border-radius: 6px !important;
}
/* ==== JOB LISTING SIDEBAR STYLING ==== */
.job-listing-sidebar-1 {
    color: #000;
    background-color: #f3f5f6;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.1);
    border-top: 5px solid #0a2e4a;
    margin-bottom: 40px;
}
.job-listing-sidebar-2 {
    background-color: #f3f5f6;
    padding: 1em;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.1);
    border-top: 5px solid #E3295C;
    margin-bottom: 40px;
}
/* ==== HOMEPAGE LOCATION IMAGES HOVER STYLE ==== */
.sg-homepage-location-imgs .block-image .block-image-cover {
  border-radius: 6px;
}
.sg-homepage-location-imgs .block-image:hover {
  opacity: 0.75;
}

/* ==== MEET OUR TEAM DESKTOP/MOBILE VIEW SHOW/HIDE ==== */
.page-body.page.editing .meet-our-team-mobile-nocontent p {
  color: #ff0000;
}
.page-body.page.not-editing .meet-our-team-mobile-nocontent {
  display: none;
}
@media screen and (min-width: 769px) {
  .page-body.page.not-editing .meet-our-team-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .meet-our-team-mobile .col-md-3 {
    flex: auto;
    margin: 0 auto;
    max-width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .meet-our-team-desktop {
    display: none;
  }
}
/* ==== MEET OUR TEAM DESKTOP/MOBILE VIDEO ASPECT 1:1 FIXES ==== */
@media(min-width: 1200px) {
    .meet-our-team-videos-wrapper .clinch-video-player.video-js {
        height:540px
    }
}
@media(max-width: 1199px) {
    .meet-our-team-videos-wrapper .clinch-video-player.video-js {
        height: 450px;
    }
}
@media(max-width: 992px) {
    .meet-our-team-videos-wrapper .clinch-video-player.video-js {
        height: 330px;
    }
}
@media(max-width: 767px) {
    .meet-our-team-videos-wrapper .video-player-wrapper {
        max-width: 400px;
        margin: 0 auto;
        height: auto;
        max-height: 100%;
    }
    .meet-our-team-videos-wrapper .clinch-video-player.video-js {
        height: auto !important;
        width: 100%;
        aspect-ratio: 1/ 1;
    }
}

/* ==== JOB SEARCH PAGINATION ==== */
.page-item .page-link {
  color: #0a2e4a;
  border: none;
}
.page-item.active .page-link {
  background-color: #0a2e4a !important;
  border: none;
}
.previous_page .page-link:focus,
.next_page .page-link:focus {
    box-shadow: 0 0 0 0.1rem #0a2e4a !important;
}
.page-link:focus {
    box-shadow: 0 0 0 0.1rem #0a2e4a !important;
}
#job_description_1_0 > ul {
  list-style: disc;
  list-style-position: inside;
}

/* DROPDOWN COLOR FIX */
.selectize-dropdown .option {
  color: #0A2E4A;
}
.selectize-dropdown .active {
    color: #fff !important;
    background-color: #0a2e4a;
}
/* RSS BLOG FEED STYLING */
.sophia-rss-feed .posts-card-body {
    height: 325px;
}
.sophia-rss-feed .posts-card-title {
    font-weight: 700;
    font-size: 1.1rem;
    color: #0a2e4a;
    background-color: #e6e6e6;
    padding: 10px;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 2px solid #0a2e4a;
}
.sophia-rss-feed .posts-card-text {
    line-height: 1.3;
}
.sophia-rss-feed .posts-card-link {
    color: #e3295c;
    font-weight: 700;
}
/* HOME PAGE SEARCHBAR MOBILE FIX */
@media (max-width: 768px) {
  .homepagesearchbar {
    width: 98%;
  }
  .homepagesearchbar .container.page-row-container {
    max-width: 98%;
  }
/*   LOCATION PAGE TITLES MOBILE FIX */
  .sg-bidart-title h1 {
      width: 100%;
  }
  .sg-boston-title h1 {
      width: 100%;
  }
  .sg-lausanne-title h1 {
      width: 100%;
  }
}
@media (max-width: 991px) {
  button#search_control_button_1_0 {
    margin-left: 0 !important;
  }
}
/* HOME PAGE DNA SECTION MOBILE FIX */
@media (max-width: 767px) {
  .ourdna-section .dna-content-container {
    flex-direction: column;
  }
  .ourdna-section .dna-content-description {
    padding-left: 2rem !important;
    margin-top: 1.5rem;
  }
/* LOCATION PAGE CAROUSEL MOBILE FIX */
  .carousel-inner.container .carousel-item .row {
    flex-wrap: wrap;
  }
  .locations-carousel-wrapper .container-fluid.page-row-container {
    width: 85%;
  }
}
/* VIEW ALL JOBS PAGE - SEARCHBAR FIX: MOBILE  */
@media (max-width: 767px) {
  .block-job-search-results .job-search-results-form .job-search-control .input-group input[id^="search_control_query"] {
      width: 100%;
  }
  .block-job-search-results .job-search-results-form .job-search-control .input-group span.input-group-btn {
    margin-top: 0.5rem;
  }
}
/* BLOG POST PAGE - BLOG VIDEO ROW LINE SPACING FIX */
.blog-row .page-block p {
    margin-bottom: 0;
    line-height: 1.3;
}
/* JOB LISTING PAGES - HIDE PINK CTA BLOCK ON MOBILE  */
@media (max-width: 767px) {
    .job-page-footer-pink-cta {
      display: none;
    }
}
.button-test-block a.button.button1,
.button-test-block a.button.button1:visited {
    background: green !important;
    background-color: #0A2E4A !important;
    color: #fff !important;
    height: 60px;
    border: 2px solid transparent;
    font-weight: 600;
    letter-spacing: .08rem;
    border-radius: 6px;
    padding: 12px 35px;
    transition: none !important;
}
.button-test-block a.button.button1:hover {
    background-color: #fff !important;
    color: #0A2E4A !important;
    border: 2px solid #0a2e4a;
}
.button-test-block a.button.button1:active {
    background-color: red !important;
    color: #fff !important;
}
.button-test-block a.button.button1:focus,
.button-test-block a.button.button1:focus-visible,
.button-test-block a.button.button1:focus-within {
    background-color: purple !important;
    color: #fff !important;
}
.button-test-block a.button.button1:target {
    background-color: green !important;
    color: #fff !important;
}

/* button,
.btn,
.button,
a.button {
  -webkit-tap-highlight-color: purple !important;
  -webkit-text-fill-color: #fff !important;
  -webkit-text-stroke-color: orange !important;
  -webkit-text-stroke-width: 10px !important;
}   */

.call-to-action .btn span {
  color: #fff!important;
}

.job-search-results .dropdown-menu.show {
    width: auto;
}

.job-search-side-filters .btn-primary,
.job-search-side-filters .btn-primary:hover,
.job-search-side-filters .btn-primary:active,
.job-search-side-filters .btn-primary:focus,
.job-search-side-filters .btn-primary:visited {
  background-color: #0A2E4A;
  color: #fff;
  border: 2px solid transparent;
  font-weight: 600;
  letter-spacing: .08rem;
  border-radius: 6px;
  height: 35px;
  padding: 0 1.2rem;
}

.fa-twitter:before
{
  content: "\e61b"
}

/** job title table width change **/
table td.job-search-results-title {
    width: 40%;
}
th.job-search-results-employment-type {
    visibility: hidden; 
    position: relative; 
}
th.job-search-results-employment-type::after {
    content: "Employment";
    visibility: visible;
    position: absolute;
    left: 10px;
}
th.job-search-results-workplace-type {
    visibility: hidden; 
    position: relative; 
}
th.job-search-results-workplace-type::after {
    content: "Workplace";
    visibility: visible;
    position: absolute;
    left: 10px;
}
/* CTA checkboxes in 2 cols */
.form-template-field-check-box-set.form-group.bu-dept,.form-template-field-check-box-set.form-group.location {
    display: flex;
    flex-wrap: wrap;
}
.form-group.check-box-inline {
    flex-basis: 50%;
    box-sizing: border-box;
}

/* FAQ ACCORDION - QUESTION TEXT STYLING */
.faq-accordion .card-header h5 {
    margin-bottom: 0;
}
.faq-accordion .card-header .accordion-button {
    color: #00447c;
    font-family: SourceSansPro-Regular, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 20px;
}

/* Blog Sidebar */

.col-md-4 .card-columns {
  column-count: 1;
}

/* Map height block */

.height-200 .block-map .google-map {
  height: 200px !important;
  border-radius: 6px !important;
}