/* 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;
}

@media (min-width: 768px) {
  h1 {
    font-family: 'Helvetica Neue LT Std',Arial,Helvetica,sans-serif;
    font-size: 65px;
    font-weight: 400;
  }
}

/* Navbar */

.navbar {
  padding: 0 1rem;  
}

.navbar-brand .logo {
  width: 120px;  
}

.navbar-brand {
  margin-right: 0;  
}

.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  padding-left: 15px;
  border-bottom: 4px solid #ffffff;
}

.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-top: 8px;
  padding-left: 40px;
  font-size: 16px; 
  font-weight: 600;
}

@media (min-width: 768px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 34px 20px 14px 20px;  
  } 
  
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/* 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 7 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: capitalize;  
}

.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: capitalize;  
  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;
    }
}

/* 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 .block-image-cover {
  height: 250px;  
}

.location-images .block-image-cover .block-image-text {
  position: relative;
  padding: 20px;
  background-color: rgba(0, 166, 81, 0.7);
  
}

.location-images h2, 
.location-images h3 {
  margin: 0;
}

.location-images h2 {
  font-weight: 600;  
}

@media (max-width:1200px) and (min-width:767px) {
  .location-images .block-image-cover .block-image-text {
    top: 205px;
  }
}

@media (min-width: 1200px) {
  .location-images .block-image-cover .block-image-text {
      top: 203px;
  }
}

/* Job Template */

.easy-autocomplete input {
  border-radius: 6px;
}

.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;
}

.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 input {
  margin-right: 10px;  
}

.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;
  font-size: 12px;
}

footer p {
  color: #ffffff;  
  font-weight: 400;
  font-size: 12px;
}

footer h3 {
  color: #ffffff;  
}

footer ul {
  padding: 0;  
  list-style-type:none; 
}

footer li {
  margin-bottom: 0px;  
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}

footer a,
footer a:visited,
footer a:focus,
footer a:hover,
footer a:active {
  color: #ffffff;  
  font-size: 14px;
}

footer .social-media .fa {
  font-size: 20px;
  padding-right: 5px;
}

@media (min-width: 767px) {
  footer .social-media {
    float: right;
  }
}

/* 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;
  }
}

.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;    
}

.font-green h1 {
  color: #00a651;    
}

.font-white h2 {
  color: #ffffff;    
}

.font-white h1 {
  color: #ffffff;    
}

.dropdown-item {
  font-size: 14px;
}

/* 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%;
  }
}