/* CUSTOM TYPEFACE IMPORT */
@font-face {
  font-family: "SangBleu-Bold";
  src: url("https://files.clinchtalent.com/c1c5d6f06f3270408f68440f91edd694/e19c4b54068d84b8ce6cc30af51c3147/ancestryFonts/SangBleuRepublic-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SangBleu-Medium";
  src: url("https://files.clinchtalent.com/c1c5d6f06f3270408f68440f91edd694/e19c4b54068d84b8ce6cc30af51c3147/ancestryFonts/SangBleuRepublic-Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl-Regular";
  src: url("https://files.clinchtalent.com/c1c5d6f06f3270408f68440f91edd694/e19c4b54068d84b8ce6cc30af51c3147/ancestryFonts/SuisseIntl-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SuisseIntl-SemiBold";
  src: url("https://files.clinchtalent.com/c1c5d6f06f3270408f68440f91edd694/e19c4b54068d84b8ce6cc30af51c3147/ancestryFonts/SuisseIntl-SemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

/* Typography */
h1 {
  font-family: "SangBleu-Bold", serif;
  font-size: 35px;
}
h2 {
  font-family: "SangBleu-Medium", serif;
  font-size: 28px;
}
h3 {
  font-family: "SangBleu-Medium", serif;
  font-size: 22px;
}
h4 {
  font-family: "SuisseIntl-SemiBold", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
h5 {
  font-family: "SuisseIntl-Regular", sans-serif;
  font-size: 18px;
}
body,
p,
li {
  font-family: "SuisseIntl-Regular", sans-serif;
  font-size: 17px;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  letter-spacing: normal;
}

h1 {
  font-weight: 500;
   line-height: 175%;
}

h2 {
  font-weight: 500;
  line-height: 175%;
}

h3 {
  color: #534D46;  
  font-weight: 500;
  line-height: 175%;
}

p, 
li,
ul,
body {
 font-weight: 400;  
 font-size: 17px;
 line-height: 150%;
}

html {
  overflow-x: hidden;
}

body {
  color: #000000;  
  overflow-x: hidden;
}

.page-block a,
.page-block a:visited,
.page-block a:active,
.page-block a:hover,
.page-block a:focus {
  color: #5d5d5d;  
}

@media(min-width: 768px) {
  h2 {
    font-size: 36px;
  }
  
  h3 {
    font-size: 30px;
  }  
}

/* Navigation */

img.logo {
  width: 193px;
}

.navbar-nav .dropdown-menu {
  border-radius: 0;
  top: 45px;
  padding: 0;
  margin: 0;
}

.navbar-nav .dropdown-menu .dropdown-item {
  padding: 15px;
  color: #21201D;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-menu .dropdown-item:first-child {
  border-top: none;  
}

.navbar .dropdown-toggle::after {
  border: none!important;
  font: var(--fa-font-solid);
  content: "\f107"!important; /* the desired FontAwesome icon */
  padding-top: 2px;
  vertical-align: top;
}

.navbar-nav .dropdown-toggle::hover::after {
  font: var(--fa-font-solid);
  content: "\f106"!important /* the different icon */
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #fff;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 15px;
      padding-left: 15px;
  }
}

/* Buttons */

.nav-link,
.nav-link:hover,
.nav-link:focus,
.nav-link:active,
.nav-link:visited {
  font-size: 14px;
  font-weight: 400;
  color: #181a1c;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:visited {
  font-weight: 600;
  background-color: #328800;
  border: 1px solid #328800!important;
  color: #ffffff;
}

.btn-success,
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:visited {
  font-weight: 600;
  background-color: #328800;
  border: 1px solid #328800!important;
  color: #ffffff;
}

a.button.button1,
a.button.button1:hover,
a.button.button1:active,
a.button.button1:focus,
a.button.button1:visited {
  font-weight: 600;
  background-color: #328800;
  border: 1px solid #328800!important;
  color: #ffffff;
}

a.button.button2,
a.button.button2:hover,
a.button.button2:active,
a.button.button2:focus,
a.button.button2:visited {
  font-weight: 600;
  background-color: #ffffff;
  border: 1px solid #ffffff!important;
  color: #21201D;
}

a.button.button3,
a.button.button3:hover,
a.button.button3:active,
a.button.button3:focus,
a.button.button3:visited {
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #ffffff!important;
  color: #ffffff;
}

a.button.button4,
a.button.button4:hover,
a.button.button4:active,
a.button.button4:focus,
a.button.button4:visited {
  font-weight: 600;
  background-color: transparent;
  border: 1px solid #94BF13!important;
  color: #94BF13;
}

.btn, 
a.button {
  font-weight: 600;
  font-family: "SuisseIntl-Regular", sans-serif;
  border-radius: 32px!important;
  text-transform: none;
}

@media(min-width: 768px) {
  .btn, 
  a.button {
    font-size: 15px;  
    line-height: 26px;
    padding: 11px 28px;
  }
}

/* Background Header */

.background-header1 h1,
.background-header1 p {
  color: #F7F7F7;
}

.background-header1 h1 {
  font-weight: 300;
}

.background-header1 p {
  font-weight: 600;  
}

@media(min-width: 768px) {
  .background-header1 h1 {
    font-size: 54px;
  }
  
  .background-header1 p {
    font-size: 18px !important;
  }
}

/* Header */

.background-header1 {
  background-image: url("https://files.clinchtalent.com/c1c5d6f06f3270408f68440f91edd694/e19c4b54068d84b8ce6cc30af51c3147/AncestryHeader/ancestryEmployees%20(1).png"); /* The image used */ /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.background-header2 {
  background-image: url("https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/b9ea0b61c05b09b5e5f71d95ff245fa9/images/files/065e96041a76c7bebd5883eabe56deca/original/corp-19-hr-ob-welcome-hero-960x1080_%281%29.png?1645705963"); /* The image used */ /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.background-header2 h1 {
  color: #fff;  
}

.background-header3 {
  background-image: url("https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/b9ea0b61c05b09b5e5f71d95ff245fa9/images/files/1f891b8bc4352fe7597cdd456f4d106d/original/ancestryEmployeessmaller.png?1645815394"); /* The image used */ /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

.background-header3 h1 {
  color: #fff;  
}

.background-header4 {
  background-image: url("https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/105f92bbd22111ac642822afc5073ac6/images/files/25306b8ee6b09c60cefc8cbc3eba6705/original/Untitled.png?1648502503"); /* The image used */ /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}

@media(min-width: 989px) {
  .background-header1 {
    height: 550px
  }
  
  .background-header2 {
    height: 500px
  }

  .background-header3 {
    height: 350px
  }
  
    .background-header4 {
    height: 350px
  }
}

/* Location Grid */

.location-grid .container-fluid {
  padding: 0 30px;  
}

.location-grid .block-image-cover {
   height: 300px;  
   margin: 15px;
}

.location-grid h3 {
  font-weight: 600;
}

@media(min-width: 768px) {
  .location-grid h3 {
    font-size: 23px;
  }
}

/* Job Search */

.easy-autocomplete-container ul .eac-item a, 
.easy-autocomplete-container ul .eac-item a:visited {
  color: rgb(107 163 17)!important;
}

.easy-autocomplete-container ul .eac-item a span, 
.easy-autocomplete-container ul .eac-item a span:visited,
.easy-autocomplete-container ul .eac-item b {
  color: rgb(107 163 17)!important;
}

.easy-autocomplete-container ul .eac-category {
  color: #38362D;
}

.input-group input, .input-group-btn button {
  height: 48px;
  padding: 11px 32px;
}

.easy-autocomplete input {
  border-radius: 0;
}

/* Search page */

.badge {
  background-color: #328800;
}

.job-search-results-title a {
  font-weight: 400;  
}

/* Job landing page */

.job-description-controls a,
.job-description-controls a:hover,
.job-description-controls a:visited,
.job-description-controls a:active,
.job-description-controls a:focus {
  color: #fff;  
}

.block-job-description h3 {
    font-family: "SuisseIntl-SemiBold", sans-serif;
    font-size: 22px;
    font-weight: 600;
}

.sidebar {
  background: transparent;
  padding: 1em;
  border: 1px solid rgba(0,0,0,.1);
  border-top: 3px solid #9CBE30;
  border-radius: 3px;
  margin-bottom: 30px;
}

.sidebar h4 {
  color: #534D46;  
  font-size: 24px;
}

.sidebar h3 {
  font-family: "SuisseIntl-SemiBold", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.block-jobs .job {
  margin-bottom: 15px;
}

/* Footer */

footer {
  background-color: #414141;
}

footer a,
footer a:hover
footer a:visited {
  color: #fff!important;  
}

footer hr {
  border-top: 1px solid rgb(255 255 255 / 10%);  
}

img.footer-logo {
  width: 350px;
  padding-bottom: 20px;
}

footer .fa-brands /* or selector a .fa */ {  
  font-size:1.3em;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  line-height: 2em;
  width: 2em;
  height: 2em;
  text-align: center;
  display: inline-block;
  transition:0.5s;
}

footer .fa-brands:hover {
  background-color: #ffffff;
  color: #414141;
}

@media (min-width: 1200px) { 
  footer .fa-brands {
    font-size: 1.5em;
  }
}

/* Misc */

.border-top {
  border-top: 1px solid #555555!important;  
}

.homepage-video .video-js.vjs-controls-enabled.vjs-paused .vjs-big-play-button {
  display: none;
}  

@media (min-width: 767px) {
  .homepage-video .clinch-video-player.video-js {
    height: 600px;
  }
}

.department-grid .card {
  padding: 15px;
}

.department-grid .card:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);    
}

.department-grid .card:hover a {
  color: #6ba410;
  text-decoration: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(93,93,93)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border-color: rgb(93,93,93);
}

.header-position-bottom .block-image-cover {
  background-position: bottom!important;    
}

/* Dropdown Menu */

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.navbar .dropdown-toggle::after {
  padding-top: 5px;
}

.navbar-nav .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-weight: 400;
  color: #181a1c;
}

/* Tables */

.privacy-table {
    border:1px solid #000;
    border-collapse:collapse;
    padding:5px;
}

.privacy-table th {
    border:1px solid #000;
    padding:5px;
    background:#F0F0F0;
}

.privacy-table td {
    border:1px solid #000;
    padding:5px;
}

table.GeneratedTable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  color: #000000;
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  padding: 3px;
}

table.GeneratedTable thead {
  background-color: #9CBE30;
}

/* White Text */
.white-text h1 {
  font-weight: 500;  
  color: #ffffff;
}

.white-text h2 {
  font-weight: 500;  
  color: #ffffff;
}

.white-text h3 {
  font-weight: 500;  
  color: #ffffff;
}

.white-text p {
  font-weight: 300;  
  color: #ffffff;
}
/* White Text */
.green-text h1 {
  font-weight: 500;  
  color: #94BF13;
}

.green-text h2 {
  font-weight: 500;  
  color: #94BF13;
}

.green-text h3 {
  font-weight: 500;  
  color: #94BF13;
}

.green-text p {
  font-weight: 300;  
  color: #94BF13;
}

/*Job Search Page */
.job-search-filter-header.departments {
  text-indent: -9999px;
  line-height: 0
}

.job-search-filter-header.departments:after {
  content:'Dept/Team'; 
  visibility: visible;
  display: block;
  line-height: initial;
  text-indent:0;
}

.selectize-control.multi .selectize-input > div {
  background-color: #534d46;
  color: #fff;
  font-size: 100%;
}

.selectize-dropdown .active {
  color: #ffffff;
  background-color: #534d46;
}

/* Testimonials on homepage (include summary CSS too) */

.testimonials {
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  padding: 30px;
  line-height: 22px;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
  border-radius: 20px;
  border-left: 0;
  margin: 0px;  
}

.testimonials img {
  border-radius: 50%;
  margin: 0px auto;
}

.testimonials em {
  color: #747487;
}

.testimonials h3 {
  font-weight: 900;
  font-size: 24px;
  line-height: 30px;
  color: #232333;
}

.testimonials a {
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .testimonials {
    margin: 30px 0;
  }
}

/* Read More */
#summary,
#summary2,
#summary3 {
  font-size: 14px;
  line-height: 1.5;
}

#summary p.collapse:not(.show),
#summary2 p.collapse:not(.show),
#summary3 p.collapse:not(.show) {
    height: 53px !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

#summary p.collapsing,
#summary2 p.collapsing,
#summary3 p.collapsing {
    min-height: 53px !important;
}

#summary a.collapsed:after,
#summary2 a.collapsed:after,
#summary3 a.collapsed:after {
    content: '+ Read More';
}

#summary a:not(.collapsed):after,
#summary2 a:not(.collapsed):after,
#summary3 a:not(.collapsed):after {
    content: '- Read Less';
}

blockquote {
    border-left: 4px solid #9cbe30;
    padding: 15px;
    margin: 15px;
}

blockquote p {
    font-size: 20px;
}

.quote-image1{
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  padding: 30px;
  line-height: 22px;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
  border-radius: 20px;
  border-left: 0;
  margin: 0px;  
}

/* Intern Photos */
.intern-photo .col-md-3 {
  margin-bottom: 20px;  
}

.intern-photo .page-block img{
  background-size: cover;
  height: 200px;
  max-height: 200px;
  border-radius: 50%;
}


@media (min-width: 400px) {
  .intern-photo .page-block img {
  height: 200px;
  max-height: 200px;
  }
}

@media (min-width: 765px) { 
 .intern-photo .page-block img {
    height: 200px;
    max-height: 200px;
  }   
  
  .intern-photo .page-block-cover:hover::before {
    width: 83%;
    content: " ";
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    height: 225px;
    top: 0;
  }
  
  .intern-photo {
    margin-bottom: 0;  
  }
}

@media (min-width: 991px) { 
 .intern-photo .page-block-cover {
  height: 225px;
  max-height: 225px;
  }  
  
  .intern-photo .page-block-cover:hover::before {
    width: 87%;
    height: 225px;
  }
}

@media (min-width: 1200px) { 
 .intern-photo .page-block-cover {
  height: 250px;
  max-height: 250px;
  }  
  
 .intern-photo .page-block-cover:hover::before {
  width: 89%;
  height: 250px;
 }

}

/*Internship Photo Collage*/
row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.column-2 {
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column-2 img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

/* Interns photos spacing */
.page-row .col-md-3 {
    position: relative;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}

/* Testimonial Slider */
.testimonial-slider img.d-block.w-100.rounded-circle {
    width: 240px!important;
    margin: 0 auto;
}

.testimonial-slider .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%239cbe30' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
 
.testimonial-slider .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%239cbe30' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.testimonial-slider .carousel-indicators li {
  background-color: #9cbe30;
}

.testimonial-slider .carousel-indicators {
  bottom: -60px;
}

.testimonial-slider h5 {
  font-weight: 500;  
  font-size: 30px;
}

.testimonial-slider h6 {
  font-weight: 500;  
  font-size: 22px;
}
.card-raised {
  background-color: #F6F3F0;
  padding: 24px;
  border: 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 4%), 0px 3px 4px 0px rgb(0 0 0 / 6%), 0px 3px 3px -2px rgb(0 0 0 / 9%);
  min-height: 100%;
}

@media (max-width: 768px) {
  .card-raised-row .col-md-4 {
    padding-bottom: 30px;
  }
}
  
/* New Header */

.new-header-bg1 {
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;
}

.new-header-bg1 .job-search-control {
  margin: 40px 0;
}

@media (min-width: 768px) {
  .new-header-bg1 h1 {
    font-size: 60px;
  }

  .new-header-bg1 h2 {
    font-size: 35px;
  }
}

.dark-bg .block-job-search-form {
  background-color: #38362D;
  padding: 30px;
  border: 1px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  box-shadow: 0px 1px 8px 0px rgb(0 0 0 / 4%), 0px 3px 4px 0px rgb(0 0 0 / 6%), 0px 3px 3px -2px rgb(0 0 0 / 9%);
  min-height: 100%;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .not-editing .new-header-bg1 .block-image-uncropped-full-width {
      position: absolute;
      bottom: 0;
  }
}

@media (min-width: 768px) {
  .center-align .col-md-6 {
      align-self: center!important;
      padding: 0;
  }
}

/* Slider */

.carousel .align-items-center {
  align-items: start !important; 
}

.carousel .col-sm-8 {
  align-self: center !important;
}

.employee-testimonials h3 {
  font-weight: 500;
}

.employee-testimonials strong {  
  color: #94BF13;
  display: block;
}

.employee-testimonials .carousel-indicators {
  margin-bottom: 0;
  bottom: -30px;
}

.employee-testimonials .carousel-indicators .active {
  background-color: #E5E5E5;
}

.employee-testimonials .carousel-indicators .active {
  background-color: #94BF13;
}

.employee-testimonials .carousel-indicators li {
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}

.employee-testimonials .carousel-control-prev {
    left: -180px;
}

.employee-testimonials .carousel-control-next {
    right: -180px;
}

#multi-item-example .carousel-control-prev-icon,
#multi-item-example-mobile .carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2394BF13' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#multi-item-example .carousel-control-next-icon,
#multi-item-example-mobile .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2394BF13' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#multi-item-example .carousel-control-prev, .carousel-control-next,
#multi-item-example-mobile .carousel-control-prev, .carousel-control-next {
  opacity: 1;
}

#multi-item-example .carousel-control-prev,
#multi-item-example-mobile .carousel-control-prev {
  left: -120px;
}

#multi-item-example .carousel-control-next,
#multi-item-example-mobile .carousel-control-next {
  right: -120px;
}

@media (max-width: 768px) {
  #multi-item-example img,
  #multi-item-example-mobile img {
    width: 100%;
  }

  .carousel img {
    padding-bottom: 40px;  
  }
}
/* hide/show desktop &  mobile carousels based on viewport width */

  .page-body.editing .carousel-desktop-wrapper {
      position: relative;
  }
  .page-body.editing .carousel-desktop-wrapper::after {
      content: 'desktop carousel code block';
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      border: 3px dotted red;
      color: red;
      height: 20%;
      width: 50%;
      display: inline-block;
      text-align: center;
      z-index: 0;
  }
  .page-body.editing .carousel-mobile-wrapper {
      position: relative;
  }
  .page-body.editing .carousel-mobile-wrapper::after {
      content: 'mobile carousel code block';
      position: absolute;
      top: 20px;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      border: 3px dotted red;
      color: red;
      height: 20%;
      width: 50%;
      display: inline-block;
      text-align: center;
      z-index: 0;
  }
@media (min-width: 768px) {
  .page-body.not-editing #multi-item-example {
      display: block;
  }
  .page-body.not-editing #multi-item-example-mobile,
  .page-body.not-editing .carousel-mobile-wrapper {
      display: none;
  }
}
@media (max-width: 767.8px) {
  .page-body.not-editing #multi-item-example,
  .page-body.not-editing .carousel-desktop-wrapper {
      display: none;
  }
  .page-body.not-editing #multi-item-example-mobile {
      display: block;
  }
  .page-body.not-editing #multi-item-example-mobile .carousel-control-prev {
    left: -20px;
  }
  .page-body.not-editing #multi-item-example-mobile .carousel-control-next {
    right: -20px;
  }
}


@media (min-width: 768px) {
  .employee-testimonials p {
      font-size: 18px;
      line-height: 30px;
  }

  .employee-testimonials h3 {
    font-size: 16px;
  }
}



/* FAQs */

.faq-accordion .card-header {
  background-color: #F6F3F0;
  border-bottom: 0;
}

.faq-accordion h5 {
  margin-bottom: 0;
}

.faq-accordion .card {
  background-color: #F6F3F0;
  border: 0;
  margin-bottom: 15px;
  border-radius: 6px!important;
}

.faq-accordion .btn-link {
  color: #534D46;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  font-size: 30px;
}

.faq-accordion .accordion-button.icon-start::before {
  margin-right: 15px;
}

.faq-accordion h5 .btn {
    font-weight: 500;
    line-height: 175%;
    font-family: "SangBleu-Medium", serif;
}

@media (max-width: 768px) {
  .faq-accordion .btn-link {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .faq-accordion h5 .btn {  
    font-size: 28px;
  }
  
  .faq-accordion .card-header {
  padding: 30px 70px;
  }
  
  .faq-accordion .btn {
    padding: 0;
  }
  
  .faq-accordion .card-body {
    padding: 0 70px 30px 70px;
    width: 80%;
  }

  .faq-accordion #data-science::after {
    content:url('https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/105f92bbd22111ac642822afc5073ac6/images/files/02bbae275ea491f83751746b5d8cdacd/medium/Icon_%289%29.png?1669146895');
    position: absolute;
    top: 100px;
    right: 70px;
    float: right;
  }
  
  .faq-accordion #dna-science::after {
    content:url('https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/105f92bbd22111ac642822afc5073ac6/images/files/5159c47b667477a811ee7e191c77e2ab/medium/Icon_%2810%29.png?1669146895');
    position: absolute;
    top: 100px;
    right: 70px;
    float: right;
  }
  
  .faq-accordion #engineering::after {
    content:url('https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/105f92bbd22111ac642822afc5073ac6/images/files/e82e374c15c6eefa83f1d7889fbcb402/medium/Icon_%2811%29.png?1669146895');
    position: absolute;
    top: 100px;
    right: 70px;
    float: right;
  }
  
  
  .faq-accordion #progen::after {
    content:url('https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/105f92bbd22111ac642822afc5073ac6/images/files/af6de068bda762729cbc8d8b5a29c805/medium/Icon_%2812%29.png?1669146895');
    position: absolute;
    top: 100px;
    right: 70px;
    float: right;
  }
  
  .faq-accordion #productManagement::after {
    content:url('https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/105f92bbd22111ac642822afc5073ac6/images/files/8e273167e3e723ecc1a01923a447453c/medium/Icon_%2814%29.png?1669146894');
    position: absolute;
    top: 100px;
    right: 70px;
    float: right;
  }
  
  .faq-accordion #ux::after {
    content:url('https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/105f92bbd22111ac642822afc5073ac6/images/files/8e273167e3e723ecc1a01923a447453c/medium/Icon_%2814%29.png?1669146894');
    position: absolute;
    top: 100px;
    right: 70px;
    float: right;
  }

  
  .faq-accordion .btn-link::before {
    display: inline-block;
    border-radius: 60px;
    padding: 6px 7px;
    font-size: 11px!important;
    color: #fff;
    background-color: #2f8900;
    width: 23px;
    margin-top: 17px;
  }
}

/* Hero Title */

  .hero-title {
    font-family: 'SangBleu Republic';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 150%;
    /* or 75px */
  }

/* Blue Col BG */
.blue-col-bg .col-md-4 .block-wrapper {
  background: #E5F0F1;
  border-radius: 6px;
  padding: 15px;
  height: 100%;
}

@media (max-width: 768px) {
  .blue-col-bg .col-md-4 {  
    margin-top: 15px;
  }
}

/* Center Buttons under Search Block */

.center-button-search .job-search-control .input-group {
  display: flex;
  justify-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.center-button-search .job-search-control span.input-group-btn {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 30px;
}

.center-button-search .job-search-control .fix-autocomplete {
  margin: 0;
}

@media (min-width: 768px) {
  .center-button-search .job-search-control .input-group {
    display: block;
  }
}

/* Job Search Form */

.job-search-control .near-me-control {
  margin-left: 15px;
}

.job-search-control .fix-autocomplete,
.job-search-results input.form-control {
  margin: 0 15px 0 0;
}

/* Mountain Background Dark */

.mountain-bg-light {
  background-image: url("https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/105f92bbd22111ac642822afc5073ac6/images/files/32c53cef09b11664623c2b565cbc496d/medium/mountain3.jpg?1671451147");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

/* Mountain Background Light */

.mountain-bg-dark {
  background-image: url("https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/105f92bbd22111ac642822afc5073ac6/images/files/cd76b04ef364cfbc612007b3ae2f483c/medium/mountain2.jpg?1671451147");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
}
.card-raised-brn {
    background-color: #38362D;
    padding: 24px;
    border-radius: 10px;
    min-height: 100%;
}
.highlight {
  display: inline;
  padding: .25em 0;
  background: #ECE9E4;
  color: #ffffff;
  box-shadow: .5em 0 0 #ECE9E4, -.5em 0 0 #ECE9E4;
}

/* Background Box */

.background-box .page-block {
  background: #2a2923;
  border-radius: 6px;
  padding: 15px;
  height: 100%;
}

@media (max-width: 768px) {
  .background-box {
    margin: 15px 0;
  }
}
.carousel-item .col-md-7 {
     margin: auto 0;
}

/* New nav */

.fa-user::before {
  color: #94BF13;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .new-nav .main-menu .nav-link:hover {
  border-bottom: 2px solid #94BF13!important;
  }
  
  .new-nav .main-menu .nav-link, 
  .new-nav .main-menu .nav-link:focus, 
  .new-nav .main-menu .nav-link:active, 
  .new-nav .main-menu .nav-link:visited {
  border-bottom: 2px solid #fff;
  }
  
  
  .new-nav .button-nav,
  .new-nav .button-nav:hover,
  .new-nav .button-nav:active,
  .new-nav .button-nav:focus,
  .new-nav .button-nav:visited {
  border: 1px solid #94BF13;
  border-radius: 3px;
  padding: 6px 12px!important;
  }
}

/* New Footer */

footer.py-4.new-footer {
  background-color: #38362D;
}

@media (min-width: 768px) {
  .new-footer ul.social.list-unstyled.list-inline {
    float: right;
  }
}

@media (max-width: 768px) {
  .new-header-bg1 .row {
    flex-direction: column-reverse !important;
  }

  .image-large-mobile .image-uncropped-full-width {
    width: auto;
    height: 600px;
  }

  .job-search-control .fix-autocomplete, 
  .job-search-results input.form-control {
    width: 100%!important;
  }

  .job-search-control .input-group-btn button {
    margin-top: 10px;
  }

  .job-search-control .form-control-sm {
    height: 45px;
  }
}

/* Border Bottom */
@media (max-width: 768px) {
  .mobile-border-bottom {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
  }
}

/* Reverse Order */

@media (max-width: 768px) {
  .column-reverse .row {
    flex-direction: column-reverse !important;
  }
}

/* Hide Mobile Desktop */

@media (min-width: 768px) {
  .hide-desktop {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
}

.easy-autocomplete-custom-style .easy-autocomplete-container ul .eac-category, 
.easy-autocomplete-custom-style .easy-autocomplete-container ul .eac-item span * {
    color: #000;
}

.easy-autocomplete-container ul {
  width: 100%;
}

.navbar-nav .dropdown-menu {
  border-radius: 3px;
}

.navbar-nav .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}

@media (max-width: 768px) {
  .navbar-nav .dropdown-menu {
      display: block;
  }

  .navbar-nav .dropdown-menu {
    border: none;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    padding: 0 0 0 15px;
  }
}

.badge.post-tag {
  background-color: #94bf13!important;
}

.input-group > .form-control {
  margin-right: 15px;
}

.posts-cards .card-img-top {
  height: auto;
  object-fit: contain;
}