body,
p,
h1,
h2,
h3,
h4, 
h5 {
  letter-spacing: normal;
  line-height: normal;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 700;  
}

body,
p {
  font-weight: 400;  
  font-size: 16px;
}

.logo {
  width: 170px;
}

a, 
a:visited {
  color: #555;
}

h5 {
  font-size: 20px;
  color: #000;
}

/* Navigation */

.bg-light {
  background-color: #fff!important;
}

.nav-link,
.nav-link a,
.nav-link a:visited,
.nav-link a:hover {
  color: #555;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.nav-link a:hover {
  color: #26262c;
}

.dropdown-item {
  color: #76787f;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding: 0px 16px 0px 16px;
  line-height: 42px;
}

.navbar .dropdown-toggle::after {
  border: none!important;
  font: var(--fa-font-solid);
  content: "\f107";
  vertical-align: 0; /* to center vertically */
}

.dropdown-toggle::after {
  margin-left: 7px;
}

.navbar-nav .dropdown-menu {
  border-radius: 0;
  background-color: #fff;
  border-top: 2px solid #dc0000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/* Fix overlapping page body issue by adjusting top padding */
.page-body {
  /* padding-top: 66px; */
  padding-top: 74px;
}

@media (min-width: 992px) {
  .page-body {
    /* padding-top: 55px; */
    padding-top: 74px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 34px;
      padding-left: 0;
  }
}

/* Buttons */

a.button,.btn {
  font-weight: 700;
  border-radius: 50px;
  border-radius: 0;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  a.button, 
  .btn {
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 2px;
  }
}

a.button.button1,
a.button.button1:hover,
a.button.button1:active,
a.button.button1:focus,
a.button.button1:visited {
  border: 1px solid #dc0000;
  background: transparent;
  color: #dc0000;
}

a.button.button2,
a.button.button2:hover,
a.button.button2:active,
a.button.button2:focus,
a.button.button2:visited {
  border: 1px solid #dc0000;
  background: #fff;
  color: #dc0000;
}

a.button.button3,
a.button.button3:hover,
a.button.button3:active,
a.button.button3:focus,
a.button.button3:visited {
  border: 1px solid #dc0000;
  background: #dc0000;
  color: #fff;
}

a.button.button4,
a.button.button4:hover,
a.button.button4:active,
a.button.button4:focus,
a.button.button4:visited {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  border: 1px solid #dc0000;
  background: #dc0000;
  color: #fff;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:visited {
  border: 1px solid #dc0000;
  background: #fff;
  color: #dc0000;
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:visited {
  border: 1px solid #dc0000;
  background: #fff;
  color: #dc0000;
}

/* Search Form */

.input-group input, 
.input-group-btn button {
  height: 45px 
}

/* Footer */

.footer-container {
  background-color: #000;
  padding-top: 96px;
  padding-bottom: 64px;
}

.footer-logo {
  width: 70px;
  margin-bottom: 48px;
}

footer a,
footer a:hover, 
footer a:focus, 
footer a:visited {
  color: #fff;
}

footer h2 {
  color: #fff;
}

footer ul {
  padding-left: 0;
}

footer li {
  color: #fff;
  list-style-type: none;
}

footer small {
    font-size: 0.8em;
    color: #fff;
}

.social a {
 font-size: 12px;  
  color: #e6e6e6;
}

.social a:hover,
.social a:visited {
  color: #fff;
}

.list-inline-item:not(:last-child) {
  margin-right: 12px
}

.social .list-inline-item {
  margin-left: 12px;
}

.social .list-inline-item:first-child {
  margin-left: 0;
}

/* 5 Col */

.five-col .col-md-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.five-col .col-md-2:last-child {
  display: none;
}

@media (min-width: 992px) {
  .five-col .col-md-2 {
      width: 20%;
      float: left;
  }
}

/* search results cards */

.job-search-results-table h3 a, 
.job-search-results-table h3 a:visited {
  color: #000;
  font-weight: 500;
}

@media (min-width: 768px) {
  	.job-search-results .job-search-results-card-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0.5rem !important;
	}
  	.job-search-results .job-component-details {
		display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
	}
    .job-search-results .card-title.job-search-results-card-title {
        font-size: 19px;
    }
    .job-search-results .card-title.job-search-results-card-title a,
    .job-search-results .card-title.job-search-results-card-title a:active,
    .job-search-results .card-title.job-search-results-card-title a:visited {
        color: #000;
    }
    .job-search-results .card-title.job-search-results-card-title a:hover,
    .job-search-results .card-title.job-search-results-card-title a:focus {
        color: #000;
        text-decoration: underline;
    }
    .job-search-results .job-component-details .job-component-icon-and-text {
        display: inline-block;
        padding-right: 1.8rem;
        letter-spacing: normal;
        line-height: 120%;
        margin: 0.5rem 0 0;
    }
    .job-component-icon-and-text > i {
        width: initial;
        font-size: 0.825rem;
    }
    .job-search-results .job-component-details .job-component-icon-and-text span {
        font-size: 16px;
        -webkit-font-smoothing: auto;
        -moz-osx-font-smoothing: auto;
        text-rendering: optimizeLegibility;
    }
	.job-search-results .job-search-results-card {
		border-radius: 0;
		border: none;
		border-bottom: 1px solid #bbbbbb;
	}
    /* card layout: job title, component list, description <--> 'Read More >' button inline and side-by-side */
	.job-search-results .job-search-results-card {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 1rem 0;
	}
	.job-search-results .job-search-results-card .card-body {
		padding: 0.75rem 0;
        max-width: 80%;
	}
	.job-search-results .job-search-results-card .card-footer {
		background-color: transparent;
		border-top: none;
		margin: auto 0;
		padding: 0.75rem 0;
        max-width: 20%;
	}
    .job-search-results .job-search-results-card:hover .job-search-results-footer a[id^="link_read_more_"] {
        visibility: visible !important; /* visible when job card is hovered */
    }
    .job-search-results .job-search-results-card a[id^="link_read_more_"]:link,
    .job-search-results .job-search-results-card a[id^="link_read_more_"]:active,
    .job-search-results .job-search-results-card a[id^="link_read_more_"]:visited {
        visibility: hidden; /* hidden until job card is hovered */
        background-color: #fff;
        color: #000;
        display: inline-block;
        min-height: 48px;
        width: auto;
        font-size: 14px;
        letter-spacing: 0.4px;
        text-align: center;
        text-transform: capitalize;
        text-decoration: none;
        border-radius: 2px;
        border: 3px solid #000;
        padding: 15px 10px;
    }
    .job-search-results .job-search-results-card a[id^="link_read_more_"]:hover,
    .job-search-results .job-search-results-card a[id^="link_read_more_"]:focus {
        background-color: #000;
        color: #fff;
        border: 3px solid #000;
        text-decoration: none;
    }
    .job-search-results .job-search-results-card a[id^="link_read_more_"] i.fa-chevron-right {
        display: none;
    }

  .job-search-results {
    padding: 0 0 0 10px;
  }
}
.job-search-results .job-search-results-summary {
    color: #000000;
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 24px;
    word-break: break-word;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.4px;
}

/* SEARCH PAGE PAGINATION STYLING */
.pagination .active.page-item a {
	background-color: #222;
}
.pagination .active.page-item a.page-link {
	background-color: #222;
}
.pagination .page-item:not(.active) a.page-link {
	color: #222;
}

/* Sidebar */
.side-panel {
    background: transparent;
    padding: 1em;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin-bottom: 30px;
}

.side-panel h2 {
  font-size: 21px;
}

.badge {
  display: none;
}

.careers-block {
  padding: 60px 0;
  position: relative;
  top: 74px;
}

.stars-bg {
  background-image: url("https://files.clinchtalent.com/a119cbf6c3f9ed3a856ceaf4de3ce8b6/ca097c2e73db63cc5bb9e788b3646c1f/bg_space_seamless.png");

}

.careers-block h1 {
  font-size: 46px;
  text-transform: uppercase;
  line-height: 1em;
  color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #DC0000;
  border-radius: 0px 0px 0px 0px;
}

.build-above {
  width: 180px;
  height: 32px;
  object-fit: contain;
  margin: 0px 0px 0px 12px;
  padding: 0px 10px 0px 12px;
  background-color: #DC0000;
}

@media (max-width: 768px) {
  .stars-bg .col-md-6 {
    padding-top: 30px;
  }
}

@media (min-width: 768px) {
  .build-above {
    float: right;
  }
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, 
.btn:first-child:active, .btn.active, 
.btn.show {
  border: 1px solid #dc0000;
  background: transparent;
  color: #dc0000;
}

.selectize-control.multi .selectize-input > div {
  background-color: #000;
  font-weight: 600;
}

.selectize-dropdown .active {
  color: #ffffff;
  background-color: #000;
}

.posts-card-body a, 
.posts-card-body a:visited {
  color: #dc0000;
}

.posts-card.card .list-inline.post-tags {
  margin: 0 0 0 0;
}
.posts-card-body {
  padding: 0;
}
.posts-card.card {
    margin-bottom: 40px;
}

@media (max-width: 768px) {
  .posts-card.card {
    margin-bottom: 40px;
  }
  .posts-card-body {
    padding: 0;
  }
  .posts-card.card .list-inline.post-tags {
    margin: 0 0 5px 0;
  }
}

.job-component-requisition-identifier span::before {
  content: "Job ID:";
}

.header-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://d25wby5c7p9100.cloudfront.net/public/uploads/13cab298f0bcc70db4cde8eb07b77cb0/images/files/915a5dd08a0e8a4b84f9f9c2f89573b9/large/VLEO_sabresat.jpg?1714676621);
  background-position: 50% 50%;
  background-size: cover;
  height: 540px;
  background-position: center;
  background-repeat: no-repeat;
}

.about-us-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://d25wby5c7p9100.cloudfront.net/public/uploads/13cab298f0bcc70db4cde8eb07b77cb0/images/files/f0960ab44adacc7cdd428b4f071fe48e/large/About_Us.png?1708633160)!important;
}

.header-bg .page-row-inner {
  position: relative;
  top: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: top;
}

@media (min-width: 768px) {
  .block-job-search-results .col-md-3 {
      flex: 0 0 auto;
      width: 30%;
  }
  
  .block-job-search-results .col-md-9 {
      flex: 0 0 auto;
      width: 70%;
  }
  
  .block-job-search-results .job-search-results .job-search-filter-groups {
    width: 15em;
  }
}

.block-job-search-results .job-search-filter-groups label {
  max-width: none;
}

.block-map .google-map .marker-info-window .location {
  color: #000 !important;
  font-weight: 500;
}

.block-map .google-map a, 
.block-map .google-map a:visited
.block-map .google-map:hover {
  color: #000 !important;
}

.rw-home-google-map .block-map .google-map {
 max-height: 360px; 
}
@media (max-width: 768px) {
  .rw-home-google-map .block-map .google-map {
    margin-bottom: 40px;
  }
}

.rw-callout-text h1 {
  margin-bottom: 30px;
}

.rw-callout-text p,
.rw-callout-text ul li {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3;
}

.rw-callout-text .rw-add-left-padding {
  padding-left: 40px;
}

.rw-callout-text .rw-add-right-padding {
  padding-right: 40px;
}

@media (max-width: 768px) {
  .rw-callout-text .rw-add-left-padding {
    padding-left: 0px;
  }
  .rw-callout-text .rw-add-right-padding {
    padding-right: 0px;
  }
}



.rw-callout-text h3 {
  font-size: 1.4em;
  font-weight: 600;
  color: #000;
}

.post-block-text img.attachment-full {
  display: none;
}

.rw-blog-page-title h1 {
  max-width: 1360px;
  padding: 0 60px;
  margin: 0 auto;
}

.job-search-list-items.states > li[data-value="remote"],
.job-search-list-items.cities > li[data-value="kruibeke"] {
  display: none;
}

/* Mobie layout tweaks */

@media (max-width: 768px) {
  .page-row.p-t-80 {
    padding-top: 40px !important;
  }
  .page-row.p-b-80 {
    padding-bottom: 40px !important;
  }  
  .page-row.p-t-60 {
    padding-top: 30px !important;
  }
  .page-row.p-b-60 {
    padding-bottom: 30px !important;
  }
  .page-row.p-t-40 {
    padding-top: 20px !important;
  }
  .page-row.p-b-40 {
    padding-bottom: 20px !important;
  }
}

.header-container-width .block-image-text {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .header-container-width .block-image-text {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .header-container-width .block-image-text {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .header-container-width .block-image-text {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .header-container-width .block-image-text {
        max-width:1140px
    }
}

@media(min-width: 1400px) {
    .header-container-width .block-image-text {
        max-width:1320px
    }
}

@media (max-width: 768px) { 
  footer li,
  footer h2 {
    text-align: center;
  }

  footer small {
    text-align: center;
  }

  .text-center-mobile,
  .legal p {
    text-align: center !important;
  }
   
  .job-search-results .input-group-btn button {
    width: 100%;
  }

  .job-search-control .btn {
    margin: 0;
    width: 100%;
  }

  .job-search-control .input-group-btn {
    width: 100%;
    margin-top: 10px;
  }

  .job-search-control .near-me-control {
    margin-left: 0;
  }

  .pagination .page-link {
    font-size: 15px;
    padding: 10px;
  }

  .posts-card.card {
    margin-bottom: 30px;
  }

  .post-cards-body {
    margin-top: 10px;
  }
}

.job-description b {
  font-size: 16px;
  color: #000;
}

.job-description li b {
  font-weight: 400;
  font-size: 16px;
}

.block-jobs .job h3.job-title, 
.block-jobs .job .job-title.h3 {
  font-size: 18px;
  color: #000;
}

.easy-autocomplete-container ul li .eac-item .autocomplete-value {
  text-decoration: underline;
  color: #000;
}

.easy-autocomplete-container ul .eac-category {
  background-color: #000000;
}

/* Hide summary ref ZD 85237 */
.job-search-results .job-search-results-summary
{
  display: none;
}