/* Theme Selection CSS to be removed on new sites */
@font-face {
	font-family:'Calibri';
	src: url("https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/7f0abd8fcd490b966d0c2bc2ad87690d/9103336fb86c6f68d95ead4bb5b6a02d/font_calibri/Calibri%20Regular%20(1).ttf") format("TrueType")
}
.top-nav {
    background: #93C01F;
}
.btn-grad {
	background-image: linear-gradient(to right, #5F8DB5 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 {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    background: #fff;
    margin: 0;
    font-weight: 400;
    font-family: "Calibri";
  overflow-x:hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
    color: #5F8DB5;
    letter-spacing:normal;
    font-family: 'Calibri', Arial, sans-serif;
   
}
h1{
   font-size: 34px;
}
h2{
   font-size: 32px;
}
h3{
   font-size: 26px;
}
h4{
   font-size: 22px;
}
h5{
   font-size: 20px;
}
h6{
   font-size: 18px;
}
p {
	line-height: 1.5em;
}
/* Typography */
a, a:visited {
    color: #5F8DB5;
}
a:hover {
    color: #5F8DB5;
    text-decoration:underline;
}
/* 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: #5F8DB5;
}
li.nav-item {
    padding: 10px 0px;
    margin-bottom: auto;
    margin-top: auto;
}
li.nav-item:first-child
{
    padding-right:20px;
}
li.nav-item a {
    color: #5F8DB5;
    font-size: 18px;
    font-weight: 400;
    padding:0 !important;
}
li.nav-item a:hover{
    color: #5F8DB5;
 text-decoration:underline;
}
.brand-logo {
    position: absolute;
    top: 10px;
    width: 240px;
    max-width: 100%;
    height: auto;
    z-index: 999;
    display: inline-block;
}
/*** 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 {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    font-size: 0.9rem;
    text-transform: inherit;
    padding: 8px 26px;
    border-radius: 2px;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    height: 40px;
    line-height: 1.5;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
    font-size: 0.9rem;
    text-transform: inherit;
   padding: 8px 26px; !important;
    border-radius: 2px;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}


.btn-success:visited,
.btn-success:active,
.btn-success:focus,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus
{
    background-color: #5f819a;
    border-color: #5f819a;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    background-color: #5f819a;
    border-color: #5f819a;
}
.btn-primary,.btn-success,.btn-info {
    background-color: #f9b233;
    border: 1px solid #f9b233;
    color: #ffffff;
}
.btn-primary:hover,.btn-success:hover, .btn-info:hover {
     background-color: #ffffff;
     color:#5f819a;
     border: 1px solid #5f819a;
  text-decoration:underline;

}
.form-group .btn-primary {
    padding: 8px 26px !important;
}
a.button.button1 {
   background-color: #f9b233;
    border: 1px solid #f9b233;
    color: #ffffff;
}
a.button.button1:hover {
     background-color: #ffffff;
     color:#5f819a;
     border: 1px solid #5f819a;
}

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: #5F8DB5;
}
.job-search-results-active-filters .badge {
    background: #5F8DB5 !important;
    padding: 3px 5px 3px 8px !important;
}
.badge {
    background-color: #5F8DB5;
    text-align: center;
    padding: 5px !important;
    margin: 2px !important;
    font-size: 12px;
}
.call-to-action-employee-referral .page-block
{
  text-align:center;
  padding:30px 20px !important
}
.call-to-action-employee-referral a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #f9b233;
    border: 1px solid #f9b233;
    color: #ffffff;
    padding: 9px 26px;
    font-size: 0.9rem;
    font-weight: 400;
    border-radius:2px;
  
}
.call-to-action-employee-referral a:hover
{
  background-color: #ffffff;
    color: #5f819a;
    border: 1px solid #5f819a; 
}
.job-position-description-document a.btn.btn-info {
       background: #f9b233 !important;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 0.9rem;
    border: 1px solid #f9b233 !important;
}
.job-position-description-document a.btn.btn-info:hover {
    color:#fff;
}
.page-item.active .page-link {
    background-color: #5F8DB5;
    border-color: #5F8DB5;
}
.page-link {
    color: #5F8DB5;
}
.label-info {
    background-color: rgb(157 203 75);
}
.block-job-description .job-description-controls .btn {
    padding: 8px 25px !important;
    line-height: 1;
}
.job-description-controls a, .job-description-controls span {
    background: #f9b233 !important;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 0.9rem;
    border: 1px solid #f9b233 !important;
}
.job-alerts .btn-primary {
    border: 1px solid #5F8DB5;
    color: #5F8DB5;
    background: #ffffff;
}
.job-alerts .btn-primary:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #5F8DB5;
  text-decoration:underline;
}
.applicant-login {
    background: #5F8DB5;
    border: 1px solid #5F8DB5;
    padding: 15px;
    text-align: center;
    width: 90%;
    border-radius: 3px;
}
.job-alerts a, .applicant-login a {
    color: #fff;
}
.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: 2px;
}
.job-search-control input {
    margin-right: 25px;
    border-radius: 2px !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;
}
/*** 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;
}
/*** job block for campaigns in card view ***/
.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;
}
/*** card styling ***/
.card-title a {
    font-weight: 600;
    color: #5F8DB5;
    font-size: 22px;
}
.job-search-results-card {
    border: 1px solid #5F8DB5 !important;
    border-radius: 6px;
    background: #ffffff;
}
.card-footer {
  
  border-top: 1px solid rgb(225 230 236);
    background-color: transparent;
    background: linear-gradient(220deg, #5F8DB5 0%, #5F8DB5 35%, #f9b233 100%);
}
.card-footer {
    padding: 0.5rem 1.75rem;
}
.card-footer a {
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
}
/*** card layout change to 100% for 1, 33% for 3, 25% for 4 ***/
@media (min-width: 992px) {
  .job-search-results-card-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
.job-search-results-dropdown-filter-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/*** job page styling ***/
.side-panel {
    background-color: #f1f1f1;
    border-radius: 10px;
    margin-bottom: 30px;
   
}
.block-wrapper.side-panel::before {
    content: '';
    width: 100%;
    height: 10px;
    display: block;
    background: linear-gradient(220deg, #5F8DB5 0%, #5F8DB5 35%, #f9b233 100%);
    border-radius: 10px;
}
.side-panel .block-jobs, .side-panel .page-block {
    padding: 20px 20px;
}
.side-panel.rec_jobs .page-block
{
   padding: 0px 0px;
}
.side-panel .job-title {
    font-size: 20px !important;
    font-weight: 700 !important;
}
.block-jobs .job {
    margin-bottom: 10px;
}
.block-jobs .job span.job-field {
     margin-right: 0px; 
}
.side-panel .job-field {
    color: inherit;
    font-size: 18px;
    font-weight: 600;
}
.side-panel h3 {
    font-size: 24px;
}
.side-panel .job-summary {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5;
}
.job-alerts-cta h3 {
    font-size: 24px;
    padding-bottom:15px;
}
.block-job-description h2, .block-job-description h3 {
    color:#5F8DB5;
}
.block-job-description .job-title {
    color: #5F8DB5;
    font-size: 44px !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 6 Free";
    padding-left: 8px;
    font-size: 11px;
}
ul.side-nav-items li a {
  text-decoration:underline;
}
/*** candidate styling ***/
.candidate-settings-panel {
    background-color: #f9f9f9;
    padding: 30px 42px;
}
.block-wrapper.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
/*** footer ***/
footer {
     color: #fff;
    background: #5F8DB5;
    padding: 60px 0px;
}
footer a, footer p {
    color: #ffffff !important;
    font-size: 14px;
}
.social li i {
    font-size: 20px;
}
/***candidate consent***/
.consent-modal .image-wrapper {
    text-align: left;
}
.modal-footer .btn-success {
  background-color: #f9b233;
    border: 1px solid #f9b233;
    color: #ffffff;
}
.modal-footer .btn-info {
  background-color: #f9b233;
    border: 1px solid #f9b233;
    color: #ffffff;
}
.modal-footer .btn-success:hover {
  background-color: #ffffff;
     color:#5f819a;
     border: 1px solid #5f819a;
}
.modal-footer .btn-info:hover{
  background-color: #ffffff;
     color:#5f819a;
     border: 1px solid #5f819a;
}
/*** mobile styles ***/
@media only screen and (max-width: 576px) {
.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;
}
}


/*** Useful classes for sites ***/
/*** apply to both content blocks to have vertical alignment  ***/
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
/** text left alignment sits within container on fullwidth page **/
@media (min-width: 576px) {
 .hero_banner .block-image-text * {
   width: 540px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 768px) {
  .hero_banner .block-image-text * {
    width: 720px;
    margin-right:auto;
    margin-left:auto;
  }
}
@media (min-width: 992px) {
 .hero_banner .block-image-text * {
   width: 960px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 1200px) {
 .hero_banner .block-image-text * {
   width: 1140px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 1400px) {
  .hero_banner .block-image-text * {
    width: 1320px;
    margin-right:auto;
    margin-left:auto;
  }
}
/*** fixes up pagination for sites with high volume of jobs ***/
@media only screen and (max-width: 576px) {
	.pagination li:not(:first-child):not(:last-child) {
		display: none;
	}
}
/*** to sort ***/
.selectize-control.multi .selectize-input>div {
	background-color: #5F8DB5;
	color: #fff;
	border-radius: 4px;
}
.selectize-dropdown-content .option.active {
	background-color: #5F8DB5;
}
.selectize-input {
	border-radius: 4px;
}
.form-control {
	border-radius: 4px;
	border: 1px solid #ccc;
}
.job-search-results-card {
	transition: box-shadow .3s;
}
.job-search-results-card:hover {
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}
@media (max-width: 768px)
{
 .navbar-collapse.collapse {
    margin-top: 50px;
}
}
.card {
    border: 1px solid #5F8DB5;
    border-radius: 10px;
    box-shadow: 0 0 25px -7px rgb(0 0 0 / 20%);
}
.card-body
{
      padding: 1.75rem;
}
.card-footer:last-child {
    border-radius: 0 0 10px 10px;
}
.job-search-results .input-group input.form-control {
    border-radius: 10px;
    border: 1px solid #5F8DB5;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.block-job-search-results .job-search-filter-groups h4 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
    color: #5F8DB5;
}

