@font-face {
    font-family: 'Abcwhyte-Book';
    src: url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/61b85798fd6dfd645d493d643a6114cd/48e415990a0aa1a287cec3ab39952996/Fonts_CA/Abcwhyte-Book.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Athletics-Medium';
    src: url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/61b85798fd6dfd645d493d643a6114cd/48e415990a0aa1a287cec3ab39952996/Fonts_CA/Athletics-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Hammer-Bold';
    src: url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/61b85798fd6dfd645d493d643a6114cd/48e415990a0aa1a287cec3ab39952996/Fonts_CA/Hammer-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Athletics-Bold';
    src: url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/61b85798fd6dfd645d493d643a6114cd/48e415990a0aa1a287cec3ab39952996/Fonts_CA/Athletics-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Abcwhyte-Medium';
    src: url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/61b85798fd6dfd645d493d643a6114cd/48e415990a0aa1a287cec3ab39952996/Fonts_CA/Abcwhyte-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Athletics-Regular';
    src: url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/61b85798fd6dfd645d493d643a6114cd/48e415990a0aa1a287cec3ab39952996/Fonts_CA/Athletics-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


.top-nav {
  background: #f1f1f1;
}
.not-editing  {
  padding-top: 0;
}
.page-body {
  padding-top: 83px;
}
.btn-grad {
    background-image: linear-gradient(to right, #034CAF 0%, #2682d0 51%, #1A2980 100%);
    margin: 0px;
    padding: 12px 35px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 35px;
    display: block;
}
.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}    
/* Theme Selection CSS end */

body {
    margin: 0;
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    font-family: 'Abcwhyte-Book',Arial;
    line-height: 1.5;
    background-color: #fff;
    overflow-x:hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 font-family: 'Abcwhyte-Medium', Arial;
 letter-spacing: normal !important;
 color: #4d4d4d;

}
p {
    line-height: 1.5;
   color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    margin-bottom:16px ;
}

.hero_banner h1{
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}
.h1,h1 {
    font-size: 24px;
    line-height: 1.12;
    font-weight: 600;
}

@media screen and (min-width: 960px) {
    .h1,h1 {
        font-size:50px
    }
}

.h2,h2 {
    font-size: 24px;
    line-height: 1.12;
    font-weight: 600;
   
}

@media screen and (min-width: 960px) {
    .h2,h2 {
        font-size:40px
    }
}

.h3,h3 {
    font-size: 20px;
    line-height: 1.12;
    font-weight: 600;
   
}

@media screen and (min-width: 960px) {
    .h3,h3 {
        font-size:32px
    }
}

.h4,h4 {
    font-size: 18px;
    line-height: 1.12;
    font-weight: 600;
 
}

@media screen and (min-width: 960px) {
    .h4,h4 {
        font-size:24px
    }
}

.h5,h5 {
    font-size: 16px;
    line-height: 1.12;
    font-weight: 600;
 
}

@media screen and (min-width: 960px) {
    .h5,h5 {
        font-size:20px
    }
}

.h6,h6 {
    line-height: 1.12;
    font-weight: 600
}
/*** hero video ***/
header {
	position: relative;
	height: 60vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}
header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
header .container {
	position: relative;
	z-index: 2;
}
.no-gutters .col-md-12 {
	padding: 0px;
}

/* Typography */
a, a:visited {
    color: #333333;
}
a:hover {
    color: #333333;
    text-decoration:underline;
}
.text-white * {
  color:#ffffff;
}
/* Navigation */
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
  color: #000000;
}
li.nav-item {
    padding: 10px 4px;
    margin-bottom: auto;
    margin-top: auto;
}
li.nav-item a {
   color: #000;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
  text-align:center;
}
li.nav-item a:hover {
    text-decoration:none;
}
.brand-logo {
    width: 100%;
    max-width: 155px;
}
/*** hero section ***/
.hero {
    background: url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/2068e2acccb212dad8db1a5fc9530ac8/images/files/958bfbdd02e224d781cb3f68f30be3d6/original/Media_Homepage_Banner_Desktop_%281%29.png?1684208173);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*** Buttons ***/
a.button {
    text-transform: inherit !important;
    font-family:inherit;
}
.btn {
    font-weight: 400;
    font-family:inherit;
    text-transform: inherit;
}

.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
       -webkit-transition: background-color 0.3s,box-shadow 0.3s;
    transition: background-color 0.3s,box-shadow 0.3s;
    box-shadow: black 4px 4px;
    background-color: #5ce5ba;
    border: 1px solid #000;
  color:#000;
}
.btn-primary,.btn-success,.btn-info {
    background-color: #5ce5ba;
    border: 1px solid #000;
    border-radius: 25px;
    box-shadow: none;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.btn-primary:hover,.btn-info:hover {
    -webkit-transition: background-color 0.3s,box-shadow 0.3s;
    transition: background-color 0.3s,box-shadow 0.3s;
     background-color: #fff;
    border: 1px solid #5ce5ba;
    color: #000;

}
.btn-info, a.btn-info, a.btn-info:visited {
    color: #000;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 4px 5px;
    line-height: 1.5;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color:#000;
    background-color: #5ce5ba;
     border: 1px solid #000;
}
.form-group .btn-primary {
    padding: 12px 40px !important;
}
a.button.button1 {
    background-color: #5ce5ba;
    border: 1px solid #333;
    color:#333333;
    border-radius: 25px;
    box-shadow: none;
    transition: background .25s linear;
    padding: 8px 50px;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
}
a.button.button1:hover {
    background-color: #FFF;
    border: 1px solid #5ce5ba;
    color: #333;
   
}
a.button.button2 {
    background-color: #f0eb4d;
    border: 1px solid #333;
    color:#333333;
    border-radius: 25px;
    box-shadow: none;
    transition: background .25s linear;
    padding: 8px 50px;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
}
a.button.button2:hover {
    background-color: #FFF;
    border: 1px solid #f0eb4d;
    color: #333;
}

a.find-out-more {
    color: #000000;
    font-weight: 600;
    padding-top: 12px;
    display: block;
    font-size: 15px;
}
.find-out-more:after {
    content: '>';
    margin-left: 6px;
    font-size: 18px;
    color: #034CAF;
}
.job-search-results-active-filters .badge {
    background: #034CAF !important;
    padding: 3px 5px 3px 8px !important;
}
.badge {
    background-color: #034CAF;
    text-align: center;
    padding: 5px !important;
    margin: 2px !important;
    font-size: 12px;
}

.call-to-action-employee-referral a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.job-position-description-document a.btn.btn-info {
    background: #000;
    border: 1px solid #000;
}
.job-position-description-document a.btn.btn-info:hover {
    color:#fff;
}
.page-item.active .page-link {
    background-color: #034CAF;
    border-color: #034CAF;
}
.page-link {
    color: #034CAF;
}
.label-info {
    background-color: rgb(157 203 75);
}
.job-description-controls a{
    background: #F0EB4D!important;
    color: #000 !important;
    border: 1px solid #F0EB4D !important;
    font-weight: 400;
    font-size: 14px;
  
}
.job-description-controls a:hover
{
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #F0EB4D !important;
}
.job-alerts .btn-primary {
    border: 1px solid #000;
    color: #000;
    background-color: #5ce5ba;;
}
.job-alerts .btn-primary:hover {
    -webkit-transition: background-color 0.3s,box-shadow 0.3s;
    transition: background-color 0.3s,box-shadow 0.3s;
     border: 1px solid #5ce5ba;
    color: #000;
    background-color: #fff;;
}
.applicant-login {
    background: #034CAF;
    border: 1px solid #034CAF;
    padding: 15px;
    text-align: center;
    width: 90%;
    border-radius: 3px;
}
.job-alerts a, .applicant-login a {
    color: #fff;
    font-family: 'Source Sans Pro';
}
.job-description {
    line-height: 1.5;
}
/*** filter styling ***/
select.job-search-results-filter {
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
}
.input-group input, .input-group-btn button {
    height: 40px;
    padding: 8px 26px;
}
.input-group .btn {
    border-radius: 25px !important;
    border:1px solid #000;
    box-shadow: none;
    background-color: #F0EB4D;
    color: #000000;
  font-size:14px;
  font-weight:400;
}
.input-group .btn:hover {
  -webkit-transition: background-color 0.3s,box-shadow 0.3s;
    transition: background-color 0.3s,box-shadow 0.3s;
     background-color: #FFF;
    border: 1px solid #f0eb4d;
    color: #333;
}
.job-search-control input {
    margin-right: 25px;
    border-radius: 5px !important;
}
@media only screen and (max-width: 576px) {
.job-search-control input {
    margin-right: 0px;
}
}
.block-job-search-results .job-search-filter-groups .list-unstyled::-webkit-scrollbar, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul::-webkit-scrollbar, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul::-webkit-scrollbar {
    visibility: visible;
    background: #e5e5e5;
    overflow-y: none;
}
.block-job-search-results .job-search-filter-groups .list-unstyled::-webkit-scrollbar-thumb, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul::-webkit-scrollbar-thumb, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul::-webkit-scrollbar-thumb {
    visibility: visible;
    background: #3d3a3a;
}
.block-job-search-results .job-search-filter-groups .list-unstyled, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul {
    overflow-y: scroll;
    padding-right: 14px;
    overflow-x: hidden !important;
}
.job-search-filter-header.cities, th.job-search-results-location {
    visibility: hidden;
}
.job-search-filter-header.cities:before, th.job-search-results-location:before {
    content: 'State';
    visibility: visible;
}

/*** filter checkboxes ***/
.job-search-filter-groups {
    background-color: #ffffff;
}
/*** Search page styling ***/
.job-search-results-title a {
    font-weight: 600;
    font-size: 15px;
}
.block-job-search-results .job-search-results .job-search-filter-groups {
    width: 95%;
    border: 1px solid #dddddd;
    background: #f7f7f7;
    padding: 22px;
    border-radius: 4px;
}
.job-search-results-table.job-search-results-content {
    margin-top: 20px;
}
h4.job-search-filter-header {
    font-size: 18px !important;
}
.job-search-collapse {
    color: #000;
    font-weight: 600;
    font-size: 18px !important;
}
.job-search-collapse::after {
    content: "\+";
    font-size: 20px;
}
.block-job-search-results .job-search-filter-groups li {
    margin-bottom: 4px;
    line-height: 1.2em;
}
.pagination-container {
    margin-top: 25px;
}
/*** campaigns ***/
.campaigns .jobs-list {
  display: flex;
  flex-wrap: wrap;
}
.campaigns .job {
    flex-basis: calc(33.33% - 20px);
    margin: 10px;
    background: rgb(0, 83, 33);
    padding: 1.5rem !important;
    border-radius: 5px;
}
.campaigns .job-title {
   font-size: 18px !important;
    color: #FFFF !important;
    font-weight: 600;
    padding-bottom: 20px;
    letter-spacing: normal;
}
.campaigns .job-summary {
    color: #FFF;
}
/*** top cards ***/
.card {
    border: 0;
    border-radius: 4px !important;
}
.card a.button.button4:after {
    content: '>';
    margin-left: 6px;
    font-size: 18px;
    color: #034CAF;
}
/*** card styling ***/
.card-title a {
    font-weight: 500;
    color: #1e505f;
    font-size: 24px;
}
.job-search-results-card {
    border: 1px solid #ddd !important;
    padding: 18px 20px;
    border-radius: 6px;
    background: #ffffff;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #ffffff;
    border-top: 1px solid #fff;
}
.card-footer {
    padding: 0.3rem 1.25rem;
}
.card-footer a {
   font-size: 16px;
    font-weight: 400;
    color: #1e505f;
}
.social li i {
    font-size: 20px;
}
/*** job page styling ***/
.side-panel {
    background: #f2f2f2;
    border-radius: 10px;
    box-shadow: -5px 12px 8px #d9d9d9;
    padding: 40px 25px;
    margin-bottom: 20px;
}
.side-panel .job-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}
.side-panel .job-field {
   color: #333333;
    font-size: 16px;
    font-weight: 600;
}
.side-panel h3 {
    font-size: 24px;
}
.side-panel .job-summary {
    line-height: 1.5;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Abcwhyte-Book',Arial;
    margin: 0 0 0.7em;
}
.job-alerts-cta h3 {
    font-size: 24px;
    padding-bottom:15px;
}
.block-job-description h2, .block-job-description h3 {
  color:#034CAF;
}
.block-job-description .job-title {
    color: #034CAF;
    font-weight: 600;
    font-size: 1.8em !important;
}
ul.side-nav-items {
    list-style: none;
    padding: 16px 12px;
    font-size: 14px;
    border: 1px solid #ececec;
    width: 17em;
    border-top: 3px solid #f5edde;
}
ul.side-nav-items li:after {
    content: "\f08e";
    font-weight: 600;
    font-family: "Font Awesome 7 Free";
    padding-left: 8px;
    font-size: 11px;
}
ul.side-nav-items li a {
  text-decoration:underline;
}
.block-job-description .job-title, .block-job-description .job-component-details {
  display:none;
}
/*** candidate styling ***/
.candidate-settings-panel {
    background-color: #f9f9f9;
    padding: 30px 42px;
}
.block-wrapper.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
/*** footer ***/
footer {
    background: #005261;
    padding: 60px 0px;
}
footer a{
    color: #FFF !important;
    font-size: 14px;
}
footer p{
  margin:0;
}
.social a {
    color: #fff !important;
}
h5.footer_list_title {
    color: #FFF;
}
/***candidate consent***/
.consent-modal .image-wrapper {
    text-align: left;
}
.modal-footer .btn-success,.modal-footer .btn-info {
   border-radius: 25px !important;
    border: 1px solid #000;
    box-shadow: none;
    background-color: #F0EB4D;
    color: #000000;
  font-size: 14px;
}
.modal-footer .btn-success:hover,.modal-footer .btn-info:hover{
    -webkit-transition: background-color 0.3s,box-shadow 0.3s;
    transition: background-color 0.3s,box-shadow 0.3s;
    box-shadow: black 4px 4px;
    background-color: #FFF;
}
.modal-content {
   border-radius: 25PX;
    padding: 20px;
    background-color: #aef2dd;
    box-shadow: -5px 6px 12px #302525;
    border: 0;
}
/*** mobile styles ***/
@media only screen and (max-width: 767px) {
.row.job-search-results-card-row {
    margin-left: 0px;
    margin-right: 0px;
	}
  .job-search-results-dropdown-filter-col {
    margin: 5px 0px;
}
span.input-group-btn {
    width: 100%;
    margin: 5px 0px;
}
  .job-search-control .btn-primary, .near-me-btn {
    width:100%;
  }
  .job-search-control .near-me-control {
    margin-left: 0px;
  }
  .job-search-control {
    padding: 0px;
}
  img.brand-logo {
    width: 100%;
	max-width: 155px;
  }
  .my-settings {
    font-size: 12px;
    text-align: right!important;
    padding-right: 0rem!important;
    margin: 0!important;
  }
  .hero-title h2 {
    font-size: 60px;
}
}
@media (min-width: 992px) {
  .job-search-results-card-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 768px) {
.job-search-results-dropdown-filter-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

/*** Site specific ***/
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}


.form-control {
    border-radius: 4px;
      border: 1px solid #ccc;
}
.selectize-input {
    border-radius: 4px;
}
.job-search-results-card {
transition: box-shadow .3s;
}
.job-search-results-card:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
/* Site specific*/
@media (min-width: 1199px)
{
  .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 48px;
}
}

.login_btn
{
  background-color: #5ce5ba;
  border:1px solid #000;
  border-radius: 25px;
  box-shadow: none;
}
a.login_btn_link
{ 
    color: #000 !important;
    -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    padding: 8px 8px;
}
.login_btn:hover
{
    -webkit-transition: background-color 0.3s,box-shadow 0.3s;
    transition: background-color 0.3s,box-shadow 0.3s;
   background-color: #FFF;
    border: 1px solid #5ce5ba;
    color: #333;
}
.login_btn:hover a{
  text-decoration:none;
}
.nav-hr
{
    opacity: 0.5;
    border-color: #707070;
   margin: 0 50px;
}
.bottom_nav li.nav-item a{
    font-size: 18px;
    font-family: ABC Whyte, Medium;
    font-weight: normal;
    border-radius: 0px;
    text-decoration: none;
line-height:1.75;
padding:6px 8px;
}
.social .list-inline-item:not(:last-child) {
    margin-right: 1rem;
}

.top_nav .dropdown-item
{
  text-transform:capitalize !important;
}
nav.navbar
{
  border-bottom: 3px solid #f1f1f1;
}
 .inline-list {
            list-style-type: none; 
            padding: 0;
            display: block;
            margin-right: 0;
            width:100%;
           vertical-align: top;
          margin-bottom: 1.75rem;
        }
@media (min-width: 768px)
{
  .inline-list {
    list-style-type: none;
    
} 
}
.footer_img_list .list-inline-item:not(:last-child) {
    border-right:1px solid #ffffff;
}
.footer_img
{
    padding: 20px;
    width: 120px;
    height: 85px;
}
h5.footer_list_title {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0;
}
.video-js {
    background-color: #fff !important;
}
/* Hide video's play bar */
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden !important;
}
.vjs-has-started .vjs-control-bar, .vjs-audio-only-mode .vjs-control-bar {
    visibility: hidden !important;
}

/** cards **/
.ca-cards .block-wrapper {
    background: #f2f2f2;
    height: 100%;
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: -5px 12px 8px #d9d9d9;
}
.ca-cards h1 {
   font-weight: 600;
   color: #005261;
}
.ca-cards p {
   font-size: 16px;
   color: #4d4d4d;
}
.ca-cards img {
   width: 100%;
   height: auto;
   max-width: 175px !important;
}
.ca-cards .img-fluid img {
    max-width: 100% !important;
}

.easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
    width: 50% !important;
}

.job-search-control .btn-primary, .job-search-control .btn-primary:active, .job-search-control .btn-primary:visited, .job-search-control .btn-primary:focus {
   
    margin-left: 25px;
    
}
@media only screen and (max-width: 767px)
{
.job-search-control .btn-primary,  .job-search-control .near-me-control {
  width: 100%;
 margin-left: 0px;
}
.ca-cards .row > * {
   margin-bottom:1.5rem;
  
}
}
@media only screen and (min-width: 768px)
{
  .hero_banner .block-image-cover .block-image-text {
    top: 70%;
}
  .ca-cards .row > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  
}
}
.carousel-indicators [data-bs-target]
{
  background-color: #005261;
}

.accordion-item:first-of-type {
    border-top-left-radius:0;
    border-top-right-radius: 0;
}
.accordion-item {
   color: #333333;
    background-color: #ffffff;
    border: 0;
    border-bottom: 1px solid #333;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius:0;
    border-bottom: 0;
}
.accordion-button:not(.collapsed) {
    color:#333;
    background-color: #fff;
   box-shadow: unset;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button:focus {
    z-index: 3;
    border-color:transparent;
    outline: 0;
    box-shadow: unset;
}
.accordion-button {
  font-size: 16px;
     padding: 20px 20px 20px 0px;
  }
.accordion-body {
    padding: 0px 1rem 1rem 0rem;
}
.block-job-search-results .job-search-results .job-search-control {
    margin-bottom: 0;
    background-color: #f1f1f1;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0 3px 6px rgba(0,0,0,.161);
    padding: 20px
}
@media screen and (min-width: 768px)
{
  .block-job-search-results .job-search-results .job-search-control
{
   padding: 45px 45px 15px 45px;
}
}

.block-job-search-results .job-search-results .job-search-dropdown-filters {
  margin-bottom: 30px;
    background-color: #f1f1f1;
    border-bottom-left-radius: 25px;
    box-shadow: 0 3px 6px rgba(0,0,0,.161);
    padding: 15px 45px 45px 45px;
    border-bottom-right-radius: 25px;
}
.selectize-control.multi .selectize-input > div {
    background-color: #005261;
    color: #fff;
    border-radius: 4px;
}
.selectize-dropdown-content .option.active
{
  background-color: #005261;
}

.dropdown-item:hover, .dropdown-item:focus {
    color:#000;
      background-color: #5ce5ba;

}
h3.card-title-front {
  color:#4d4d4d;
}


.faq-set-header {
    font-size: 18px;
    line-height: 1.12;
    font-weight: 600;
     color:#4d4d4d;
}
@media screen and (min-width: 960px)
{
.faq-set-header {
    font-size: 24px;
}
}

.teal_bg{
  background-color: #1E505F;
}
.carousel-control-prev, .carousel-control-next
{
  opacity: 1;
  width: 5%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  
    width: 3rem;
    height: 3rem;
}
.hero_banner .block-image-text {
    top: 70%;
    transform: translateY(-30%);
}
.hero_banner .block-image-cover
{
  background-position:top center !important;
}
@media screen and (max-width: 767px)
{
  .row > .col-md-6, .row > .col-md-4
{
  margin-bottom:1.5rem;
}

}

 /* Flip Cards CSS */

.card-container-each {
  display: grid;
  perspective: 1000px;
}

.card-each{
 /* margin: 10px 10px;*/
}

.card-flip {
  display: grid;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border: none;

}

.card-title-back {
  display: grid;
  align-items: center;
  text-align: center;
  
}

.card-text-back {
  display: grid;
  align-items: center;
  text-align: center;
  line-height: 1rem;
}

.card-front {
  grid-area: frontAndBack;
}

.card-back {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
  background: #fff;
  box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
  padding: 8px 12px;
  border-radius:0.375rem;
}

.card-title-back  {
font-weight:700;
      margin-bottom: 8px;
    margin-top: 15px;
}

.card-text-back {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    font-family: inherit;
}

.card-container-each:hover .card-flip {
  transform: rotateY(180deg);
}
.page-row .page-block .card-flip img {
    max-width: 150px;
    max-height: 150px;
}
@media only screen and (max-width: 767px)
{
   .card-container-each {
    margin-bottom: 20px;
}
}
/*** Flip card css ends***/
  .job-page-cta.call-to-action-employee-referral {
    text-align: center;
}
a.referral-link {
    background-color: #5ce5ba;
    border: 1px solid #000;
    border-radius: 25px;
    box-shadow: none;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    padding: 12px 40px !important;
}