/* Typography */

body {
  font-family: 'Helvetica Neue LT Std',Arial,Helvetica,sans-serif;
}
p {
  font-family: 'Helvetica Neue LT Std',Arial,Helvetica,sans-serif;
}
ul,
li {
  font-family: 'Helvetica Neue LT Std',Arial,Helvetica,sans-serif;
  font-weight: 300;
  letter-spacing: normal;
  line-height: 1.2em;
}

h1 {
  font-family: 'Helvetica Neue LT Std',Arial,Helvetica,sans-serif;
  font-size: 45px;
  letter-spacing:-.02em;
  line-height: 1.2em;
}
h2,
h3,
h4,
h5 {
  font-family: 'Helvetica Neue LT Std',Arial,Helvetica,sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal
}
body,
p,
ul,
li {
  font-family: 'Helvetica Neue LT Std',Arial,Helvetica,sans-serif;
  font-size: 17px;  
  color: #333333;
}

a, 
a:visited,
a:hover,
a:focus {
  color: #00a651;
}

a.dropdown-item,
a.dropdown-item:visited,
a.dropdown-item:active,
a.dropdown-item:hover,
a.dropdown-item:focus {
  color: #212529;
}

@media (min-width: 768px) {
  h1 {
    font-family: 'Helvetica Neue LT Std',Arial,Helvetica,sans-serif;
    font-size: 65px;
    font-weight: 400;
  }
}
.hero-text h1{
  font-family: 'Helvetica Neue LT Std',Arial,Helvetica,sans-serif;
  font-size: 28px;
  letter-spacing:-.02em;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .hero-text h1 {
    font-size: 45px;
  }
}

/* Navbar */

.navbar {
  padding: 0 1rem;  
  /* padding: 1.5rem 1rem;   */
}

.navbar-brand .logo {
  width: 100px;  
}

.navbar-brand {
  margin-right: 0;
  padding: calc(100vw - 99vw + 1rem) 1rem;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (max-width: 399.8px) {
  .navbar {
      padding: 0 1rem 1rem;
  }
  .navbar-brand {
      padding-left: 0;
  }
}
.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  padding-left: 15px;
  border-bottom: 4px solid #ffffff;
  white-space: normal;
}

.navbar-light .navbar-nav li {
    margin-bottom: 0;
}

.navbar-light .navbar-nav .fa {
  font-size: 13px
}

.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 4px solid #00a651;
}

.bg-light {
  background-color: #ffffff!important;  
}
.nav-title {
    padding-left: 25px;
    font-size: 16px;
    font-weight: 600;
    height: 100%;
    display: inline-block;
    color: #000;
    cursor: pointer;
}
@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    height: 100%;
    padding: 2rem 15px;
    padding: calc(100vw - 99vw + 1rem) 1rem calc(100vw - 99vw + 0.5rem);
    display: inline-flex;
    align-items: center;
  } 
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
  .navbar-expand-lg .navbar-nav .language-block .dropdown-menu {
    left: -100px;
  }
}
@media (min-width: 992px) and (max-width: 1199.8px) {
  .navbar-light .navbar-nav .nav-link {
    padding: calc(100vw - 99vw + 1rem) 0.6rem calc(100vw - 99vw + 0.5rem);
  }
}
/* Homepage Header */

.homepage-header .block-image-cover .block-image-text {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
.homepage-header .block-image-cover .block-image-text {
    width: 750px;
  }
}
@media (min-width: 992px) {
.homepage-header .block-image-cover .block-image-text {
    width: 970px;
  }
}
@media (min-width: 1200px) {
.homepage-header .block-image-cover .block-image-text {
    width: 1170px;
  }
}

/* Fixed nav no overlap with body */

.page-body.page {
  padding-top: 70px;
}

/* Full Screen Video */

.fullscreen-video .vjs-poster::before {
  content: "Empowered by Purpose.";
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 0;
  text-align: center;
  padding: 15px;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.2em;
  font-size: 20px;
  
  }


/* Full Screen Video IRVINE */

.fullscreen-video2 .vjs-poster::before {
  content: "Irvine, CA";
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 0;
  text-align: center;
  padding: 15px;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1.2em;
  font-size: 80px;

  }

/* Full Screen Video DI */

.fullscreen-video3 .vjs-poster::before {
  content: "You Belong Here.";
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 0;
  text-align: center;
  padding: 15px;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1.2em;
  font-size: 70px;

  }
  
.fullscreen-video .vjs-big-play-centered .vjs-big-play-button {
  position: relative;
  top: 60%;
  background-color: rgba(255, 255, 255, 0.2);
}

.vjs-big-play-centered:hover .vjs-big-play-button {
  background-color: rgba(255, 255, 255, 0.4);
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 17px;
}

.video-player-wrapper .vjs-poster img{
  object-position: 49% 0%;
}

.video-js .vjs-tech {
  position: static;  
}

@media (min-width: 767px) {
  .clinch-video-player.video-js {
    height: 540px;
  }
  
  .fullscreen-video .vjs-poster::before {
    font-size: 85px;
  }
}

@media (max-width: 767px) { 
  .fullscreen-video .video-js.vjs-controls-enabled.vjs-paused .vjs-big-play-button {
    display: block!important;
  }  
  
  .fullscreen-video .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    background-size: 50px;
    background-position: 28% calc(50% + 15px);
  }
  
  .fullscreen-video .vjs-poster::before {
    letter-spacing: 0;
    font-size: 28px;
  }
}

/* Intro */

@media (min-width: 767px) {
  .intro p {
    font-weight: 500;
    font-size: 18px;
  }
}

/* Buttons */

.label-success, .label-info {
  background-color: #00a74d;
}

.btn-info,
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info:visited {
  color: #fff;
  background-color: #00a651;
  border: none;
  border-radius: 8px; 
}

.btn {
  font-weight: 500;
  border-radius: 8px;
  font-size: 14px;
  text-transform: none;  
}

.btn-primary,
.btn-primary:focus, 
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  color: #fff;
  background-color: #00a651;
  border: none;
  border-radius: 8px;
}

.btn-success,
.btn-success:focus, 
.btn-success:hover,
.btn-success:active,
.btn-success:visited {
  color: #fff;
  background-color: #00a651;
  border: none;
  border-radius: 8px;
}

a.button { 
  text-transform: none;  
  font-weight: 500;
}

a.button.button1,
a.button.button1:focus, 
a.button.button1:active, 
a.button.button1:hover,
a.button.button1:visited {
  border: none;
  background-color: #00a651;
  color: #ffffff;
  border-radius: 8px;
}

a.button.button2,
a.button.button2:focus, 
a.button.button2:active, 
a.button.button2:hover,
a.button.button2:visited {
  border: none;
  background-color: #ffffff;
  color: #28a745;
  border-radius: 8px;
}

a.button.button3,
a.button.button3:focus, 
a.button.button3:active, 
a.button.button3:hover,
a.button.button3:visited {
  border: 2px solid #00a651;
  background-color: transparent;
  color: #767677;
  border-radius: 8px;
}

a.button.button4,
a.button.button4:focus, 
a.button.button4:active, 
a.button.button4:hover,
a.button.button4:visited {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #28a745;
  border-radius: 8px;
  }

@media (min-width: 767px) {
  a.button {
    padding: 15px 35px 13px 35px;
    font-size: 16px;
    font-weight: 500;
  }
  
    .btn-info,
    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info:visited {
      padding: 10px 25px;
    }
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    color: #000 !important;
    background-color: #d3d4d5 !important;
    border-color: #c6c7c8 !important;
}
.btn-info:focus,
.btn-info:focus-visible {
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, .5) !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info:active span {
    color: #000 !important;
}
/* I do not accept - cookie consent button  */
.btn.btn-info.consent-reject {
  color: #000;
  background-color: #f8f9fa;
  border: 1px solid #f8f9fa;
  border-radius: 8px; 
}

/* Video Row */

@media (min-width: 767px) {
  .video-row .clinch-video-player.video-js {
    height: 250px;
  }
}

/* Header Block */

.header-block .block-image-cover {
  height: 40vh;
}

@media (min-width: 1200px) { 
 .header-block .block-image-cover {
    height: 80vh;  
    background-position: 43% 20%!important;
  }
}

/* Grid Layout */

.grid-layout .row {
  background-color: #f1f2f2;  
}

.grid-layout .page-block {
  padding: 15px;
}

.grid-layout div[class*=col-]{
  align-self: center!important;
  padding: 0;
}

/* Location Images */

.location-images div[class*=col-]{
  padding-right: 5px;
  padding-left: 5px;
}


.location-images h2, 
.location-images h3 {
  margin: 0;
}

.location-images h2 {
  font-weight: 600;  
}

.location-images .block-image-cover {
  height: 250px;  
}

.location-images .block-image-cover .block-image-text :is(h3, a) {
  font-weight: 900;
}

.location-images .block-image-cover .block-image-text {
  position: relative;
  padding: 20px;
  background-color: rgba(0, 166, 81, 0.7);
  top: 206px;
}
/* HIDE LOCATION IMAGE SUB-TITLE CAPTION */
.location-images .block-image-cover .block-image-text :is(h3) {
    padding: 15px 0;
}
.location-images .block-image-cover .block-image-text :is(h4) {
    font-size: 0rem;
    margin: 0;
}
/* LOCATION IMAGE TEXT BLOCK POSITION - RESPONSIVE */
@media (min-width:768px) and (max-width:1199.8px) {
  .location-images .block-image-cover .block-image-text {
    top: 205px;
  }
}

@media (min-width: 1200px) {
  .location-images .block-image-cover .block-image-text {
      top: 204px;
  }
}

/* Job Template */

.easy-autocomplete input {
  border-radius: 6px;
  box-shadow: none;
}

.block-job-description .job-description-controls .btn {
  padding: 8px 10px!important;
  line-height: 10px;
}

/* Side panel */

.side-panel {
  background: transparent;
  padding: 1em;
  border: 1px solid rgba(0,0,0,.1);
  border-top: 3px solid #00a651;
  border-radius: 3px;
  margin-bottom: 30px;
}

.side-panel h3 {
  font-size: 24px;
}

.side-panel .block-jobs h3 {
  font-size: 24px;  
}

.side-panel .block-jobs .job h3.job-title {
  font-size: 18px;
}

.side-panel .block-jobs .job {
    margin-bottom: 20px;
}

.side-panel .job span {
  color: #000000;  
}

@media (min-width: 767px) {
.side-panel h3.post-title {
    font-size: 18px;
  }
}

/* Search Page */

.job-search-filter-groups section{
  display: flex;
  flex-direction: column;
}

.job-search-filter-groups section .job-search-filter{
  order: 1;
}

.job-search-filter-groups section .job-search-filter-dropdown-field-1-values{
  order: 0;
}

.job-search-side-filters .badge {
  background-color: #00a651;
  padding: 5px 4px 1px 4px;
}

.job-search-results-table {
  font-weight: 400;  
}

.job-search-filter-header.remote, th.job-search-results-remote {
  visibility: hidden;
}

.job-search-filter-header.remote::before, th.job-search-results-remote:before{
  content: 'Workplace Type';
  visibility: visible;
}
/* ==== HIDE EXPERIENCE LEVEL FROM SEARCH RESULTS TABLE ============ */
.job-search-results-table .job-search-results-dropdown_field_2 {
    display: none;
}
.page-item.active .page-link,
.page-item.active .page-link:hover {
  background-color: #00a74d;
  border-color: #00a74d;
}

.page-link,
.page-link:hover {
  color: #00a848;
}

.job-search-filter-groups {
  background-color: #e7e7e7;
}

/* Search Bar Dropdown */

.easy-autocomplete-container ul .eac-item a, 
.easy-autocomplete-container ul .eac-item a:visited {
  color: rgb(40, 167, 69);
}

/* Search Bar */

.job-search-control .input-group {
  flex-wrap: nowrap; 
}

.job-search-control .input-group input {
  margin-right: 10px;  
}
.job-search-control .input-group button {
  white-space: nowrap;
}

.input-group>.custom-select:not(:last-child), 
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.job-search-results input.form-control {
  border-radius: 6px;
}

.input-group>.form-control:not(:last-child) {
  margin-right: 10px;
}

.job-search-control .near-me-control {
  margin-left: 15px;
}

.job-search-control {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .job-search-control .input-group-btn button, 
  .job-search-control .input-group input {
    padding: 15px 35px 13px 35px;
  }

  .block-job-search-form .input-group-btn button, .input-group input,
  .job-search-control .input-group-btn button, .input-group input {
    height: 50px;
  }
}

/* Job Description Page */

.block-posts .post 
span.post-field {
 color: #333333; 
}

@media (min-width: 767px) {
  .block-job-description .job-title {
    font-size: 30px;
  }
  
  .job-description h4 {
    font-size: 20px;
  }
}

/* Footer */

footer {
  background-color: #767677;  
  color: #ffffff;
  padding: 30px 0;
}

footer p {
  color: #ffffff;  
  font-weight: 400;
}

footer h3 {
  color: #ffffff;  
}

footer ul {
  padding: 0;  
  list-style-type:none; 
}

footer li {
  margin-bottom: 0px;  
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
}

footer a,
footer a:visited,
footer a:focus,
footer a:hover,
footer a:active {
  color: #ffffff;  
  font-size: 15px;
}

footer .social-media .fa {
  font-size: 20px;
  padding-right: 5px;
}

@media (min-width: 767px) {
  footer .social-media {
    float: right;
  }
}
.glassdoor-icon {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: 5px;
}
/* Extra Background Colors */

.blue-bg {
  background-color: #d7e8eb;
}

/* Consent Modal */

.consent-modal .image-wrapper img {
  max-height: 60px;
}

/* Card block */

.card-block {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;

}

.card-block .page-block {
  padding: 20px;
}

/* Misc */

.no-gutters,
.no-gutters .col-md-12 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 767px) {
  .video-400 .clinch-video-player.video-js {
      height: 400px;
  }

.h1-green h1 {
  color: #00a651;  
}
  
.h2-green h2 {
  color: #00a651;  
}

.banner-top p {
 font-weight: 500;  
}

.banner-top a,
.banner-top a:visited,
.banner-top a:focus,
.banner-top a:hover,
.banner-top a:active {
  color: #ffffff;  
  font-weight: 500;  
  text-decoration: underline;
}

.block-map iframe {
  height: 393px;
}

.block-map .google-map {
  height: 393px;
}

.block-map .page-block {
    padding: 0;
}

.anonymise .title-panel .accordion-toggle:after, .candidate-settings-panel .title-panel .accordion-toggle:after {
  color: #00a74d;
}

.candidate-settings-panel {
  background-color: #e7e7e7;
}

.block-jobs .job .job-favourited {
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
}

.label {
  padding: 4px 4px 2px 4px;  
}

.label-primary {
  background-color: #595959;
}

.btn-group-xs>.btn, .btn-xs {
  padding: 5px 11px 1px 11px;
}

.block-candidate-settings .btn-primary {
  background-color: #dc3545;
  border-color: #dc3545;  
}

.block-candidate-settings .btn-info, 
.block-candidate-settings .btn-info:hover, 
.block-candidate-settings .btn-info:focus, 
.block-candidate-settings .btn-info:active, 
.block-candidate-settings .btn-info:visited {
  background-color: #dc3545;
  border-color: #dc3545;  
}

.urgent-notice {
  background-color: #f9eaea;  
}

.vac-notice {
  background-color: #e6fff2;  
}

.job-description li {
  line-height: 1.4!important;  
}

.job-description p {
  line-height: 1.4!important;    
}

.font-green h3 {
  color: #00a651;    
}

.font-green h2 {
  color: #00a651;    
}

.h1-font-green h1 {
  color: #00a651;    
}

.font-white h2 {
  color: #ffffff;    
}

.font-white h1 {
  color: #ffffff;    
}

.dropdown-item {
  font-size: 14px;
}

/* Utility/Helper */
.page-body.editing div#page_row_0 {
    margin-top: 60px !important;
}
/* hide initial hero image on page load for randomizer */
.random-hero-wrapper .block-image-cover {
    visibility: hidden;
}
.white-text :is(a, a:active, a:visited, a:hover, a:focus, h1, h2, h3, h4, h5, p) {
  color: #fff !important;
}
/* text/icon blocks max-width 200px, w/ pretty word wrap (for keeping width after translation) */
.icon-text-blocks-w-200 .col-md-3 .block-wrapper {
    max-width: 200px;
    margin: 0 auto;
    text-wrap: pretty;
    line-height: 0.9;
}
/* keep img icons in proportion when scaled */
.text-block-w-200 img {
    object-fit: contain;
}
/* New Blog */

.posts-cards .posts-card {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.posts-cards .card-columns {
  display: grid;
  grid-template-columns: auto auto auto;
}

.posts-card .input-group .form-control {
  margin-right: 15px;
  border-radius: 8px;
}

.blog-search-results-card-title,
.post-tags,
.posts-card .card-footer {
  padding: 15px;
}

.posts-card-title, 
.posts-card .post-tags, 
.posts-card .card-footer {
  padding: 15px;
}



.bg-primary {
  /*background-color: #00a651 !important;*/
  background-color: #e69900 !important;
}

.blog-tags {
  margin-bottom: 10px;
}

.bg-success {
  background-color: #e7e7e7 !important;
  color: #333!important;
}

.posts-card .card-title {
  font-size: 22px;
  font-weight: 600;
}

.page-item.active .page-link {
  background-color: #00a651;
  border-color: #00a651;
}

.page-link {
    color:  #00a651;
}

.page-link:hover {
  z-index: 2;
  color: #00a651;
  background-color: #f7f7f7;
}

.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #00a651;
    border-color: #00a651;
}

.posts-card .card-body {
  padding: 0;
}

.posts-card .card-footer {
  color: #00a651;
  font-family: 'Helvetica Neue LT Std',Arial,Helvetica,sans-serif;
}

.posts-card {
  height: auto;  
}

.posts-card .card-img-top {
  object-fit: cover;
  height: auto;
}

@media (min-width: 768px) {
  .posts-card .card-footer {
    bottom: 0;
    position: absolute;
    width: 100%;
 }

  .posts-card .card-img-top {
    margin-bottom: 10px;
    height: 186px;
 }
}

.posts-card .badge {
  background-color: #00a651;
}

.block-blog-search-results .input-group-btn button {
  height: 50px;
  padding: 19px 12px;
  
}

.block-blog-search-results .input-group-btn:last-child > .btn {
  border-radius: 8px;
  padding: 15px 35px 13px 35px;
}

.block-blog-search-results .input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-radius: 8px;
}

.posts-card .card-footer {
  background-color: inherit;
}

.posts-cards.blog-search-posts-cards .list-inline-item {
  font-size: inherit;
  padding: inherit;
  margin: inherit;
}

.post-tags .badge,
.blog-tags .badge {
  padding: 0.4em 0.4em 0.2em 0.4em;
}

.posts-cards a {
  line-height: normal;
}

@media (min-width: 576px) {
  .posts-cards .card {
      height: 700px;
  }
  .posts-cards .card {
      height: auto;
  }
}

@media (min-width: 768px) {
  .posts-cards .card {
      height: 448px;
  }
}

@media (max-width: 768px) {
  .posts-cards .card-columns {
    grid-template-columns: auto;
  }
  .post-block img {
      height: auto;
      width: 100%;
  }
}
/* blog card styling from bs4 */
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.job-search-filter li[data-count="0"] {
    display: none;
}
/* MAKE 6 COL ROW --> 5 COL ROW (only for live-view) */
.page-body.page.not-editing .five-col-row-wrapper .col-md-2 {
  width: 20%;
}
.page-body.page.not-editing .five-col-row-wrapper .col-md-2:last-of-type {
  display: none;
}
@media (max-width: 991.8px) {
  .page-body.page.not-editing .five-col-row-wrapper .row.page-row-border {
      justify-content: center;
  }
  .page-body.page.not-editing .five-col-row-wrapper .col-md-2 {
        width: 33.3333%;
  }
}
@media (max-width: 767.8px) {
  .page-body.page.not-editing .five-col-row-wrapper .col-md-2 {
        width: 100%;
  }
}
/* <hr> HORIZONTAL RULE FIX (hr-only) class */
.hr-only hr + p {
    display: none;
}
/* glassdoor social icon  */
.glassdoor-icon {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: 5px;
}
/* job page side panel - carousel sizing */
.side-panel-carousel .clinch-video-player.video-js {
    height: 210px;
    max-height: 210px;
}
/* CAROUSEL VIDEO SIZING: 400 X 235  */
.carousel-400-235 .clinch-video-player.video-js {
    width: 400px;
    height: 235px;
}
/* CATEGORY CIRCLES - RESPONSIVE STYLING */
.category-circles .page-block img {
    width: 100%;
    height: auto;
    max-width: 150px;
    max-height: 100%;
}
/* aspect-ratio-solve */
.aspect-ratio-solve .page-block img {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 100%;
}
@media (min-width: 768px) {
    .aspect-ratio-solve .col-md-3, 
    .aspect-ratio-solve .col-md-4 {
        width: 16.66667%;
        margin: 0 auto;
    }
}

/* Replace text CSS */

/* Hide China */
label[data-value="CN"] .job-search-list-item-label {
  visibility: hidden;
  position: relative;
}

/* Replace with mainland China */
label[data-value="CN"] .job-search-list-item-label:after {
  visibility: visible;
  position: absolute;
  left: 0;
  content: "China (Mainland)";
}

/* Replace Simplified */
html:lang(zh-CHS) label[data-value="CN"] .job-search-list-item-label:after {
  content: "中国大陆"!important;
}

/* Replace Traditional */
html:lang(zh-TW) label[data-value="CN"] .job-search-list-item-label:after {
  content: "中國大陸"!important;
}

label[data-value="CN"] {
  overflow: visible!important;
  margin-bottom: 6px;
}

.job-search-results-location li[aria-label="Location: Shenyang, China"],
.job-search-results-location li[aria-label="地点: Shenyang, China"],
.job-search-results-location li[aria-label="地點: Shenyang, China"] {
  visibility: hidden;
  position: relative;
  min-height: 45px;
}

.job-search-results-location li[aria-label="Location: Shenyang, China"]:after,
.job-search-results-location li[aria-label="地点: Shenyang, China"]:after,
.job-search-results-location li[aria-label="地點: Shenyang, China"]:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Shenyang, China (Mainland)";
}

.job-search-results-location li[aria-label="Location: Chaoyang District, Beijing, China"],
.job-search-results-location li[aria-label="地点: Chaoyang District, Beijing, China"],
.job-search-results-location li[aria-label="地點: Chaoyang District, Beijing, China"] {
  visibility: hidden;
  position: relative;
  min-height: 45px;
}

.job-search-results-location li[aria-label="Location: Chaoyang District, Beijing, China"]:after,
.job-search-results-location li[aria-label="地点: Chaoyang District, Beijing, China"]:after,
.job-search-results-location li[aria-label="地點: Chaoyang District, Beijing, China"]:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  content: "Chaoyang District, Beijing, China (Mainland)";
}

/* Hide Hong Kong */
html:lang(zh-CHS) label[data-value="HK"] .job-search-list-item-label,
html:lang(zh-TW) label[data-value="HK"] .job-search-list-item-label {
  visibility: hidden;
  position: relative;
}

/* Replace Simplified */
html:lang(zh-CHS) label[data-value="HK"] .job-search-list-item-label:after {
  content: "香港特别行政区"!important;
  visibility: visible;
  position: absolute;
  left: 0;
}

/* Replace Traditional */
html:lang(zh-TW) label[data-value="HK"] .job-search-list-item-label:after {
  content: "香港特別行政區"!important;
  visibility: visible;
  position: absolute;
  left: 0;
}

/* Show full width of translation */
html:lang(zh-TW) label[data-value="HK"],
html:lang(zh-CHS) label[data-value="HK"] {
  overflow: visible!important;
  margin-bottom: 6px;
}

/* Hide Taiwan */
html:lang(zh-CHS) label[data-value="TW"] .job-search-list-item-label,
html:lang(zh-TW) label[data-value="TW"] .job-search-list-item-label {
  visibility: hidden;
  position: relative;
}

/* Replace Simplified */
html:lang(zh-CHS) label[data-value="TW"] .job-search-list-item-label:after {
  content: "中国台湾"!important;
  visibility: visible;
  position: absolute;
  left: 0;
}

/* Replace Traditional */
html:lang(zh-TW) label[data-value="TW"] .job-search-list-item-label:after {
  content: "中國台灣"!important;
  visibility: visible;
  position: absolute;
  left: 0;
}

/* Show full width of translation */
html:lang(zh-TW) label[data-value="TW"],
html:lang(zh-TW) label[data-value="CHS"]{
  overflow: visible!important;
  margin-bottom: 6px;
}

tr[data-city*="Shenyang"] td.job-location {
  visibility: hidden;
  position: relative;
}

tr[data-city*="Shenyang"] td.job-location:after {
  content: "Shenyang, China (Mainland)"!important;
  visibility: visible;
  position: absolute;
  left: 8px;
}

tr[data-city*="Chaoyang District, Beijing"] td.job-location {
  visibility: hidden;
  position: relative;
}

tr[data-city*="Chaoyang District, Beijing"] td.job-location:after {
  content: "Chaoyang District, Beijing, China (Mainland)"!important;
  visibility: visible;
  position: absolute;
  left: 8px;
}

/*option[value="CN"] { 
  visibility: hidden;
  position: relative;
}

option[value="CN"]:after {
  content: "China (Mainland)"!important;
  visibility: visible;
  position: absolute;
}*/

.reordered-jobs-list 
{
.block-jobs .job {margin-bottom: 0px;}
}


{
  table {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  table > thead,
  table > tfoot,
  table > tbody {
    display: flex;
    flex-direction: column;
    gap: 1px;
  }
  table > * > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1px;
  }

  table .job-title {flex: 30% ; order: 0;}
  table .job-experience-level {flex: 10% ; order: 1;}
  table .job-department {flex: 15% ; order: 2;}
  table .job-city {flex: 10% ; order: 3;}
  table .job-work-type {flex: 5% ; order: 4;}
}

@media (max-width: 768px) {
  .reordered-jobs-list {

    .table {
     overflow: scroll;   
    }
    
    table > * > tr {
      flex-wrap: nowrap;
    }

    .table th {
      font-size: 16px;
    }

    .table td a,
    .table td {
      font-size: 16px;
    }

    table .job-title,
    table .job-experience-level,
    table .job-department,
    table .job-city,
    table .job-work-type {
      min-width: 110px;
    }
  }
}
.reordered-jobs-list-category 
{
.block-jobs .job {margin-bottom: 0px;}
}


{
  table {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  table > thead,
  table > tfoot,
  table > tbody {
    display: flex;
    flex-direction: column;
    gap: 1px;
  }
  table > * > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1px;
  }

  table .job-title {flex: 30% ; order: 0;}
  table .job-experience-level {flex: 15% ; order: 1;}
  table .job-location {flex: 20% ; order: 2;}
  table .job-work-type {flex: 5% ; order: 3;}
}

@media (max-width: 768px) {
  .reordered-jobs-list-category {

    .table {
     overflow: scroll;   
    }
    
    table > * > tr {
      flex-wrap: nowrap;
    }

    .table th {
      font-size: 16px;
    }

    .table td a,
    .table td {
      font-size: 16px;
    }

    table .job-title,
    table .job-experience-level,
    table .job-location,
    table .job-work-type {
      min-width: 110px;
    }
  }
}
.job-search-control {
    .fix-autocomplete {
       border-radius: 6px;
    }
}
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
    border-top-right-radius: 6px;
   border-bottom-right-radius: 6px;
}

footer * {
    color: #000000 !important;
}
footer h5 {
    font-size: 16px;
}
hr {
    color: #222222;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
}