﻿.my-bootstrap-container{
  max-width:1170px;
  margin-left:auto;
  margin-right:auto;
  background: #f7f7f7;  
  padding-top:0px;
  display:table;
  width:100%;
  margin-top:60px;
}
body{
  background-color:#243858;
}
.play-button{
  display: block!important;
  position: absolute;
  z-index: 100;
  width: 150px;
  height: 100px;
  border: none;
  /* border-radius: 100%; */
  margin: auto;
  cursor: pointer;
  background: #fff;
  /* border-width: 10px; */
  border: 3px solid #000;
  border-radius: 10px;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);    
}
.play-button::after{
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  left: 3px;
  border-style: solid;
  border-width: 40px 0 40px 80px;
  border-color: transparent transparent transparent black;  
}
#page-body h1, #page-body h2, #page-body h3, #page-body h4 {
    font-weight: normal;
}
/*
.job-container #heromedia-container{
  display:none;
}*/
.inside-container{
  width: 100%;
  height: 100%;
  background-color: rgba(52, 55, 65, 0.5);
}
.banner-content {
    margin-top: 120px;
    display:block!important;
    text-align: center;    
}
.elastic-jobs-container h2{
  font-size: 26px!important;
  line-height: 44px!important;
  font-weight: normal!important;
}
.banner-content h1{
  font-size: 56px;
  color: #FFFFFF;
  letter-spacing: 4px;
  text-align: center;
  line-height: 66px;  
}
.list-group .job-group-item{
  font-size: 16px;
  color:#000;
  font-weight:normal;
  border:none;
  line-height: 40px;
}
.bgimage{
  height:300px;
}
.life-happens,.work-happens{
  margin-bottom:120px;
}
.first-elastic-banner{
  margin-top:-48px;
  position:relative;
  height:590px;
  overflow-x: hidden;
  z-index:1;
  width: 100vw!important;
  margin-left: calc(-50vw + 50%);  
  margin-bottom: 150px;
}
.first-elastic-banner:before{
  position:absolute;
  z-index:-1;
  top:0;
  left:0;
  width:75%;
  height:100%;
  content:"";
  background-color:#1c2c49;  
}
.benefits-wrapper{
  padding-top:120px;
  background-color:#343741;
  padding-bottom:120px;
  color:#fff;
  width: 100vw!important;
  margin-left: calc(-50vw + 50%);    
}
.benefits-wrapper h2{
  color:#fff;
}
.bottom-bar {
    margin: 100px 0 0!important;
}
.view-jobs *{
  color:#343641!important;
  text-align: center;
}
.view-jobs{
  padding-top:120px;  
}
.margin-top-60{
  margin-top: 60px;
}
.margin-top-40{
  margin-top: 40px;
}
.benefits-panel{
  margin-bottom:60px;
}
.benefits-panel *{
  color:#fff!important;
}
.benefits-wrapper .paragraph-title{
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 36px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.common-container h2.title,.view-jobs h2{
  color:#fff;
  font-size: 32px;
  margin-bottom:35px;
}
.view-all-offers-2{
  background: #1c2c49!important;
  font-weight: 600!important;
  font-size: 16px!important;
  border-radius: 3px!important;
  color:#fff!important;
  height:40px!important;
  border:1px solid #fff !important;
}
.common-container *{
  color:#fff!important;
}
.common-container{
  text-align: center;
  margin-bottom: 60px;
  color:#fff;
}
.copyright{
  text-align:center;
}
.form-inline label{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin-bottom: 0;
}
.form-inline select{
  border: 1px solid #CCCCCC;
  border-radius:0;
}
#searchBoxHome #search-query-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  font-size: 16px!important;
  color:#fff!important;
  opacity: 1!important;
}
#searchBoxHome #search-query-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-size: 16px!important;
  color:#fff!important;
  opacity: 1!important;
}
#searchBoxHome #search-query-input::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-size: 16px!important;
  color:#fff!important;
  opacity: 1!important;
}
#searchBoxHome #search-query-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 16px!important;
  color:#fff!important;
  opacity: 1!important;
}
#searchBoxHome #search-query-input::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 16px!important;
  color:#fff!important;
  opacity: 1!important;
}

#searchBoxHome #search-query-input::placeholder { /* Most modern browsers support this now. */
  font-size: 16px!important;
  color:#fff!important;
  opacity: 1!important;
}
#searchBoxHome #search-query-input{
  background: transparent;
  border: 1px white solid!important;
  height: 50px!important;
  color: #fff!important;
  border-radius: 3px 0 0 3px!important;
}
.elastic-container{
  margin-bottom:40px;
  padding-top:20px;
  padding-bottom:60px;
  /*
  padding-left:20px;
  padding-right:20px;
  */
  background-color:#fff;
}
#powered-by{
  display:none;
}
#searchBoxHome #search-button{
  background: #fff!important;
  height:50px!important;
  color:#1c2c49!important;
  border-radius: 0 3px 3px 0!important;
  font-weight: 600!important;
  font-size: 16px!important;
  line-height: 48px!important;
  border:1px solid #fff !important;
}

.view-all-offers{
  background: transparent!important;
  font-weight: 600!important;
  font-size: 16px!important;
  border-radius: 3px!important;
  color:#fff!important;
  height:50px!important;
  border:1px solid #fff !important;
  line-height: 48px!important;
}
#searchBoxHome{
  margin-top: 80px;
}
.elastic-home-intro{
  color:#fff;
}
.big-image{
  max-height:590px;
}
h1.title{
  font-size:56px;
  line-height: 66px;
  margin-top:80px;
  margin-bottom:30px;
  color:#fff;
}

html,body{
  overflow-x: unset!important;
  font-size:16px;
  background: #f7f7f7!important;
}
html {
  height: 100vh;
  min-height: 100vh;

}
body {
  height: 100vh;
  min-height: 100vh;
}
.p-t-80{
  padding-top:0px!important;
}
.team-detail-wrapper{
  width: 100vw!important;
  margin-left: calc(-50vw + 50%);
  margin-bottom:0px!important;  
}
.embed-container iframe, #heromedia-container .video iframe{
  height:100%!important;
  min-height:300px!important;
}
.carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active{
  height:100%!important;
  min-height:300px!important;
}
.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%!important;
}
.my-bootstrap-container ul.list-group{
  padding-left:0!important;
}
.my-bootstrap-container .btn{
  color:#000;
}
.more-posts-btn {
    background: rgba(0,0,0,0) url(https://www.elastic.co/images/blog/see-more.png) no-repeat scroll right center;
    color: #31c8fa;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-right: 25px;
}
.apply-btn{
    background-color:#1c2c49!important;
    color:#fff!important;
    font-size: 16px!important;
    padding: 12px!important;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 17px!important;  
}
#job-desc, #job-desc * {
    font-size: 16px!important;
}
.list-group .job-group-item .badge{
  background-color:#1c2c49!important;
}
#social-share-bar li > a > i {
    font-size: 32px;
}
#conversant-table td,#elastic-search-result{
  border:none!important;
}
#conversant-table a,#elastic-search-result a{
  font-size: 16px;
  color:#000;
}
a, a:hover, a:focus{
  font-weight: normal!important;
}
#conversant-table thead tr{
  background: #fff!important;  
  color:#000!important;
  font-weight:bold!important;
}
#conversant-table thead tr a{
  color:#000!important;
  font-weight:bold!important;
  font-size:20px!important;
}
#conversant-table tr:hover,#elastic-search-result:hover{
  background: #1c2c49!important;  
}
#conversant-table tr:hover a,#conversant-table tr:hover i,#elastic-search-result:hover a,#elastic-search-result:hover i{
  color:#fff!important;
}
#search-button{
  background-color:#1c2c49;
  border-left:none;
  border-color: #1c2c49;
  color: #fff;
}
#search-button > i{
  color:#ccc;
}
.social-container a > i {
  font-size: 32px;
}
#about-us-well .well{
  background-color:#f9f9f9;
}
#about-us-well .media-body{

}
#about-us-well .media-object{
  width:200px!important;
}
.list-group .job-group-item .badge{
  background-color:transparent!important;
  color:#000!important;
  border: 1px solid #979797!important;
  text-align: center;
  border-radius:3px;
  padding:0px!important;
  font-weight: normal;
  width:30px;
  height:30px;
  font-size:12px!important;
  line-height:30px!important;
}
.job-group-item:hover{
  color:#fff!important;
  background: #1c2c49!important;
}
.job-group-item:hover .badge{
  background-color:transparent!important;
  color:#fff!important;
  border: 1px solid #fff!important;  
}
#about-us-well h4{
  font-size:24px;
}
#about-us-well p{
  font-size:16px;
}
#powered-by {
    background-color: transparent!important;
}
#conversant-table tbody td,#conversant-table thead th,#elastic-search-result{
  height:60px!important;
  font-size:16px!important;
  vertical-align: middle;
}
#conversant-table .text-small a,#conversant-table .text-small i,#elastic-search-result .text-small a,#elastic-search-result .text-small i{
  font-size:14px!important;
  color:#999!important;
}
.elastic-container{
  padding-left:20px;
  padding-right:20px;  
}
@media (max-width: 768px){
  .my-bootstrap-container {
      display: block!important;
  }  
  .elastic-container{
    padding-left:20px;
    padding-right:20px;
  }
  .banner-content {
      margin-top: 20px;
      display: block!important;
      text-align: center;
  }  
  .banner-content h1{
    font-size:30px;
    line-height: 36px;
  }
}
@media screen and (max-width: 768px){
  .two-columns h1, h1.title {
    margin-top: 50px!important;
  }
  .featured-wrapper h1, .featured-wrapper h2, h1.title {
    margin-bottom: 22px!important;
  }
  .title, h1.title {
    font-size: 32px!important;
    font-weight: 400!important;
    line-height: 42px!important;
  } 
  .intro-banners{
    background: #1c2c49!important;
  } 
  .banner-image{
    padding-left:0!important;
    padding-right:0!important;
  }
  .view-all-offers{
    margin-top:20px!important;
  }
  html,body,p{
    font-size:12px!important;
  } 
  #searchBoxHome{
    margin-top:20px!important;
  } 
  .content-wrapper{
    margin-top:0px!important;
  }
  .elastic-container{
    margin-top:0px!important;
  }
}
#category-select,#city-select{
  min-width:250px;
}
#job-desc li {
  list-style-position: none;
  list-style-type: none;
  padding: 0 0 5px 5px;
  margin-left: 10px;
  font-weight: normal;
}
#job-desc h1,#job-desc h2,#job-desc h3,#job-desc h4,#job-desc h5,#job-desc h6{
  font-weight: bold!important;
}
#job-desc ul {
  margin-left: 0px;
  padding-left: 10px;
  line-height: 28px;
}
#talent-network-panel #category-select,#talent-network-panel #city-select{
  min-width: auto;
}
#job-desc ul{
  margin-left:15px!important;
}
.lightbox-nav .btn-group{
  display:none!important;
}
.modal.in .modal-dialog{
  margin-top:100px!important;
}
.form-container{
  background-color: #f7f7f7!important;
}
#suggested-microsites ol{
  padding-left:20px;
}
#suggested-microsites ol li{
  font-size: 14px;
}
.submenu-custom{
  background-color: #e6e6e6!important;
  padding: 20px!important;
  width: 100vw!important;
}
.submenu-custom ul.active-branch{
  padding-top: 7px!important;
  /* margin-left: 30px; */
  display: flex;
  justify-content: center!important;
  margin-bottom:0px;
  padding-left:0;
}
.submenu-custom ul.active-branch li:before{
  content:none;
}
.submenu-custom ul.active-branch li{
  position: relative!important;
  margin-top: -2px!important;
  padding-bottom: 10px!important;
  margin-left: 30px!important;
  border-bottom: 3px solid transparent;
}
.submenu-custom ul.active-branch li:first-child{
  margin-left:0px!important;
}
.submenu-custom ul.active-branch li.active-branch{
  border-bottom: 3px solid #1c2c49;
}
.submenu-custom ul.active-branch li a{
  font-size: 16px;
  text-transform: uppercase;
  color: #0d3a5f!important;
}
#recruitment-support ul.active-branch li a{
  text-transform: none!important;
  color: #3170B7!important;
}
.submenu-custom ul.active-branch li:hover{
  border-bottom: 3px solid #1c2c49!important;
}
.submenu-custom ul.active-branch li:last-child:hover{
  border-bottom: 3px solid #1c2c49!important;
}
.careers__reboot .careers__features .article-page-body__wrapper, .careers__reboot .careers__features__container {
  max-width:none!important;
  margin-left:0!important;
  width:100%!important;
}  
@media (min-width: 1024px){
  .careers__reboot .careers__features .article-page-body__wrapper, .careers__reboot .careers__features__container {
    max-width:none!important;
    margin-left:0!important;
    width:100%!important;
  }  
}
.careers__features__callOut{
  padding-left:30px;
  padding-right:30px;
  width:100%!important;
}
.page-center{
  padding-left:30px;
  padding-right:30px;
}
.article-page__image__container{
  padding-left:30px!important;
  padding-right:30px!important;
  width:100%!important;  
  max-width:none!important;
  margin-left:0px!important;
}
.careers__reboot .article-page-body__wrapper{
  padding-left:30px!important;
  padding-right:30px!important;
  width:100%!important;  
  max-width:none!important;
  margin-left:0px!important;  
}
@media (min-width: 1400px){
  .careers__new.global-header {
      height: 300px!important;
  }
}
.hero-container-cj .container-fluid{
  min-height: 443px !important;
}
#heromedia-container{
  margin-bottom:0px!important;
  overflow: hidden;  
}
.bgimage {
  width: 100vw !important;
  max-height: 650px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto 100% !important;
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: auto;
  min-height: 300px;
}
/*
.bgimage:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index:-1;
  background: -moz-linear-gradient(
    top,
    rgba(52, 73, 94, 0) 0%,
    rgba(39, 72, 92, 0.7) 80%,
    rgba(36, 72, 91, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(52, 73, 94, 0) 0%,
    rgba(39, 72, 92, 0.7) 80%,
    rgba(36, 72, 91, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(52, 73, 94, 0) 0%,
    rgba(39, 72, 92, 0.7) 80%,
    rgba(36, 72, 91, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr="#0034495e",
      endColorstr="#b324485b",
      GradientType=0
    );
}*/
.bgimage h1 {
  padding-left:5rem;
   padding-bottom: 5rem;
  font-size:56px;
  color:#fff;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  width:100%;
}
.bgimage h1#homepage-media-h1 {
  padding-left:5rem;
   padding-bottom: 20rem;
  font-size:56px;
  color:#fff;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  width:100%;
}
.bgimage h2 {
  padding-left: 5rem;
  padding-bottom: 4rem;
  font-family: Open Sans;
  color: #fff;
  position: absolute;
  font-weight: normal!important;
  left: 0;
  right: 0;
  font-size: 20px;
  bottom: 0;
  width: 60%;
  line-height: 30px;
}
.bgimage h1 span {display:block;}
.bgimage h1 span.subtitle {
  font-size: 1.75rem;
  display:block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: .5rem;
  color:#fff;  position: relative; margin-bottom: 1.5rem
}
.bgimage h1 span.subtitle:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    margin-right: 15px;
    background: #fff;
    margin-bottom: 2px;
}
.hero-container-cj h3{
  color:#fff!important;
  text-align:left!important;
  font-size:14.85px!important;
}
.hero-container-cj h1,.my-bootstrap-container.custom-filter-page .hero-container-cj h1{
  font-size: 56px!important;
  width: 400px!important;  
}
.bgimage h5 {
  color:white;
  text-shadow:2px 2px #333;
}
.banner-content {
  max-width: 100%!important;
  display: block;
  width: 100%!important;
  text-align: center;
  padding-right: 25px;
  padding-left: 25px;
  position: relative;
  z-index: 9;
  height: 308px!important;
  display:block!important;
}
.banner-content h1{
  color:#fff!important;
}
#page-body h1, #page-body h2, #page-body h3, #page-body h4 {
  font-weight: bold;
}
.banner-content {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  margin-top: 173px;
  width: 50%!important;
}
.banner-content h1{
  text-align: left;
  font-size: 36px;  
}
.banner-content h2 {
  font-size: 18px;
  font-weight: normal!important;
  line-height: 34px;
  width: 640px;
  color:#fff;
  text-align:left;
}
.nav2{
  background-color: #fff!important;
  top: -50px!important;
  z-index: 6!important;
  transform: none!important;
  transform-origin: unset!important;
  transition: none!important;    
}
.nav2 .nav2__items {
  height: 80px!important;
}
.nav2 .nav2__items {
  padding: 30px 0!important;
}
.nav2 .nav2__item__name {
  margin-bottom: 0!important;
}
.nav2__item__name, .nav2__item__name>a {
  color: #333!important;
  display: inline-block!important;
  font-family: Polaris-Bold!important;
  font-size: 14px!important;
  margin-bottom: 20px!important;
  position: relative!important;
}
.nav2 .nav2__item__logo {
  font-size: 50px!important;
  line-height: 1!important;
  margin-top: -20px;
}
.my-bootstrap-container a{
  transition:none!important;
}
.job-container .bgimage{
  min-height:600px!important;
  width:100%!important;
}
#main-carousel{
  padding:0px!important;
}
.panel{
  background-color: transparent;
}
.my-bootstrap-container .container{
  display:block;
  margin-right: auto;
  margin-left: auto;
}
.job-container .bgimage .carousel-item{
  background-size:auto 100%!important;
  background-attachment: unset!important;
  background-position:center!important;
}
@media(min-width:3001px){
  .job-container .bgimage .carousel-item{
    background-size:auto 100%!important;
    background-attachment: unset !important;
    height:1400px!important;
  }
  .job-container .bgimage{
    min-height:1400px!important;
    height:1400px!important;
  } 
  #southland-company-div-1,
  #southland-company-div-2,
  #southland-company-div-3{
    min-height:1400px!important;
  }
  .hero-container-cj,
  .bgimage,
  .company-div-1,
  .company-div-2,
  .company-div-3,
  .company-div-4{
    min-height:1400px!important;
  }         
}
@media(max-width:3000px){
  .job-container .bgimage .carousel-item{
    background-size:auto 100%!important;
    background-attachment: unset !important;
    height:1100px!important;
  }
  .job-container .bgimage{
    min-height:1100px!important;
    height:1100px!important;
  } 
  #southland-company-div-1,
  #southland-company-div-2,
  #southland-company-div-3{
    min-height:1100px!important;
  }
  .hero-container-cj,
  .bgimage,
  .company-div-1,
  .company-div-2,
  .company-div-3,
  .company-div-4{
    min-height:1100px!important;
  }         
}
@media(max-width:2550px){
  .job-container .bgimage .carousel-item{
    background-size:auto 100%!important;
    background-attachment: unset !important;
    height:950px!important;
  }
  .job-container .bgimage{
    min-height:950px!important;
    height:950px!important;
  } 
  #southland-company-div-1,
  #southland-company-div-2,
  #southland-company-div-3{
    min-height:950px!important;
  }
  .hero-container-cj,
  .bgimage,
  .company-div-1,
  .company-div-2,
  .company-div-3,
  .company-div-4{
    min-height:950px!important;
  }         
}
@media(max-width:1950px){
  .job-container .bgimage .carousel-item{
    background-size:auto 100%!important;
    background-attachment: unset !important;
    height:800px!important;
  }
  .job-container .bgimage{
    min-height:800px!important;
    height:800px!important;
  } 
  #southland-company-div-1,
  #southland-company-div-2,
  #southland-company-div-3{
    min-height:800px!important;
  }
  .hero-container-cj,
  .bgimage,
  .company-div-1,
  .company-div-2,
  .company-div-3,
  .company-div-4{
    min-height:800px!important;
  }         
}
@media(max-width:1550px){
  .job-container .bgimage .carousel-item{
    background-size:auto 100%!important;
    background-attachment: unset !important;
    height:700px!important;
  }
  .job-container .bgimage{
    min-height:700px!important;
    height:700px!important;
  } 
  #southland-company-div-1,
  #southland-company-div-2,
  #southland-company-div-3{
    min-height:700px!important;
  }
  .hero-container-cj,
  .bgimage,
  .company-div-1,
  .company-div-2,
  .company-div-3,
  .company-div-4{
    min-height:700px!important;
  }         
}
@media(max-width:1300px){
  .job-container .bgimage .carousel-item{
    background-size:auto 100%!important;
    background-attachment: unset !important;
    height:600px!important;
  }
  .job-container .bgimage{
    min-height:600px!important;
    height:600px!important;
  } 
  #southland-company-div-1,
  #southland-company-div-2,
  #southland-company-div-3{
    min-height:600px!important;
  }
  .hero-container-cj,
  .bgimage,
  .company-div-1,
  .company-div-2,
  .company-div-3,
  .company-div-4{
    min-height:600px!important;
  }         
}
@media (max-width: 1180px){
  .job-container .bgimage .carousel-item{
    background-size:auto 100%!important;
    background-attachment: unset !important;
    height:450px!important;
  }
  .job-container .bgimage{
    min-height:450px!important;
    height:450px!important;
  }
  #southland-company-div-1,
  #southland-company-div-2,
  #southland-company-div-3{
    min-height:450px!important;
  }
  .hero-container-cj,
  .bgimage,
  .company-div-1,
  .company-div-2,
  .company-div-3,
  .company-div-4{
    min-height:450px!important;
  }   
}
@media (max-width: 979px){
  .job-container .bgimage .carousel-item{
    background-size:auto 100%!important;
    background-attachment: unset !important;
    height:300px!important;
  }
  .job-container .bgimage{
    min-height:300px!important;
    height:300px!important;
  }
  #southland-company-div-1,
  #southland-company-div-2,
  #southland-company-div-3{
    min-height:300px!important;
  }
  .hero-container-cj,
  .bgimage,
  .company-div-1,
  .company-div-2,
  .company-div-3,
  .company-div-4{
    min-height:300px!important;
  }   
}

@media (max-width: 768px){
  .nav2{
    top: 0px!important;
  }
  .job-container .bgimage .carousel-item{
    background-size:auto 100%!important;
    background-attachment: unset !important;
    height:200px!important;
  }
  .job-container .bgimage{
    min-height:200px!important;
    height:200px!important;
  }
  #southland-company-div-1,
  #southland-company-div-2,
  #southland-company-div-3{
    min-height:200px!important;
  }
  .hero-container-cj,
  .bgimage,
  .company-div-1,
  .company-div-2,
  .company-div-3,
  .company-div-4{
    min-height:200px!important;
  }   
  .bgimage .apply-job-btn{
    bottom:50px!important;
  }
}
#job-desc strong{
  font-family: "Copernicus-Bold";
  font-size: 18px!important;
}
.panel-body h2,.panel-body h3{
  color:#009fdf;
  font-family: "Copernicus-Bold";
}
#talent-network-panel{
  background-color:transparent!important;
}
#about-us-well h4{
  font: bold 20px Arial;
  margin-bottom:15px;
}
#job-title{
  font: bold 20px Arial!important;
}

.panel-body h2,.panel-body h3{
  font-family: "Copernicus-Bold"!important;
}
.title h1{
  font: bold 20px Arial!important;
}
.benefits strong{
  font-family: "Copernicus-Bold"!important;
}
.search-filters ul.unstyled li{
  margin-bottom:10px;
  font-size: 16px;
}
.careers__reboot .aqr-departments__title, .careers__reboot h2 {
  font-family: Copernicus-Roman;
  font-size: 26px!important;
  line-height: 32px!important;
}
.hs-menu-wrapper,.hs-menu-wrapper *{
  font-family:Arial;
}
#talent-network-panel input[type='checkbox'] {
  clip: unset!important;
  margin-top: -18px;
  width: auto!important;
}