/* Theme Selection CSS */

@font-face { 
  font-family: Gothic Regular; 
  src:url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/ebb1975c095534a6ee232c0eb3500c57/1baeb0d8577ab9a08bf0dfeca4e5a2c9/Century%20Gothic%20fonts/CenturyGothic.ttf) format("truetype"); 
  font-weight: normal; 
  font-style: normal;
}
@font-face { 
  font-family: Gothic Bold; 
  src:url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/ebb1975c095534a6ee232c0eb3500c57/1baeb0d8577ab9a08bf0dfeca4e5a2c9/Century%20Gothic%20fonts/GOTHICB.TTF) format("truetype"); 
  font-weight: normal; 
  font-style: normal; 
}
.top-nav {
  background: #f1f1f1;
}
/*  Navbar padding on editor for fixed nav */

.page-body.page.not-editing  {
  padding-top: 80px;
}
.page-body.page.editing {
    padding-top: 110px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-color: #FFF;
    border-radius: 5px;
}
.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 {
  font-family: Gothic Regular; 
  overflow-x: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: Gothic Bold; 
}
p {
    line-height: 1.5em;
}
/* Typography */
a, a:visited {
    color: #034CAF;
}
a:hover {
    color: #034CAF;
    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: #FFFFFF;
}

/*li.nav-item {
   
    margin-bottom: auto;
    margin-top: auto;
    padding:12px;
}*/
li.nav-item a {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 400;
   padding: 10px 12px;
}
li.nav-item a:hover {
    color: #003C69;
   text-decoration:underline;
  background-color:#DEDBD2;
      text-decoration: none;
    border-radius: 5px !important;
  
  
}
.brand-logo {
    width: 100%;
    max-width: 155px;
}
.navbar-light {
    background-color: #003C69;
}
/*** 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: 600;
    font-family:inherit;
    text-transform: inherit;
}
.btn-success,
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #034CAF;
    border-color: #034CAF;
}
.btn-primary,.near-me-btn {
    border: 3px solid #007AC9;
    color: #ffffff;
    background: #007AC9;
    font-weight: 600;
    font-size: 16px;
     transition: background .25s linear;
    -webkit-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s;
    line-height: 1.1;
    border-radius: 5px !important;
}
.btn-primary:hover,.near-me-btn:hover {
    color: #ffffff;
    background: #0046ad;
    border-color: #0046ad;
}
.form-group .btn-primary {
    padding: 12px 40px !important;
}
a.button.button1 {
    border: 3px solid #007AC9;
    color: #ffffff;
    background: #007AC9;
    padding: 8px 50px;
    font-weight: 600;
    font-size: 16px;
    transition: background .25s linear;
    -webkit-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s;
    line-height: 1.1;
    border-radius: 5px !important;
   text-decoration:none;
}
a.button.button1:hover {
     color: #ffffff;
    background: #0046ad;
   border: 3px solid ;
    border-color: #0046ad;
}
a.button.button2 {
    border: 3px solid #000000 !important;
    background: #000000 !important;
    color: #ffffff;
    transition: background .25s linear;
    padding: 8px 50px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 15px;
}
a.button.button4 {
    color: #000000;
    border: 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
}
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: #003C69;
    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,.label-primary {
 background-color: #003C69;
}
.job-description-controls a, .job-description-controls span {
    background: #007AC9 !important;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #007AC9 !important;
}
.job-alerts .btn-primary {
    border: 1px solid #034CAF;
    color: #034CAF;
    background: #ffffff;
}
.job-alerts .btn-primary:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #034CAF;
}
.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: 5px;
}
.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;
}


/*** 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: 0;
    background: #dedbd2;
    padding: 1.75rem;
    border-radius: 0;
}
.job-search-results-table.job-search-results-content {
    margin-top: 20px;
}
h4.job-search-filter-header {
    font-size: 18px !important;
      color: #003C69;
}
.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: 8px;
    line-height: 1.5em;
}
.block-job-search-results .job-search-filter-groups h4, .block-job-search-results .job-search-filter-groups .h4 {
  
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
    color: #003C69;
}
.block-job-search-results .job-search-filter-groups label
{
  color: #252C26;
}
.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-body
{
  padding:1.75rem;
}
/*** card styling ***/
.card-title a {
    font-weight: 600;
    color: #003C69;
    font-size: 24px;
}
.job-search-results-card {
    border: 1px solid #ddd !important;
    border-radius: 6px;
    background: #ffffff;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #ffffff;
    border-top: 1px solid #fff;
}
.card-footer {
    padding: 1rem 1.75rem;
}
.card-footer a {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.social li i {
    font-size: 20px;
}
/*** job page styling ***/
.side-panel {
    border-radius: 25px !important;
    background: #DEDBD2;
   -webkit-transition: border 0.25s ease;
    transition: border 0.25s ease;
    margin-bottom: 20px;
}
.side-panel .page-block, .side-panel .block-jobs {
  padding:24px;
}
.block-wrapper.side-panel::before {
    content: '';
    width: 100%;
    height: 35px;
    display: block;
    background: url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/30250ad3f162adf0d76a983447ab2b4d/images/files/e4fdb863e74efe29cc04584234908665/medium/SA_Water_Read_More_background.png?1694753811);
    border-radius: 12px 12px 0px 0px;

}
.side-panel .job-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}
.side-panel .job-field {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
}
.side-panel h3 {
    font-size: 24px;
}
.side-panel .job-summary {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.2;
}
.cta-side-panel 
{
  background-color: #003C69;
    border-radius: 25px;
    color: #FFF !important;
   margin-bottom: 20px;
   padding:22px; 
}
.cta-side-panel h2, .cta-side-panel p{
  color:#FFF;
}
.job-alerts-cta h3 {
    font-size: 24px;
    padding-bottom:15px;
}
.block-job-description h2, .block-job-description h3 {
  color:#003C69;
}
.block-job-description .job-title {
    color: #003C69;
    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;
}
/*** candidate styling ***/
.candidate-settings-panel {
   background: #E0E1DD !important;
    padding: 22px;
    border-radius: 10px;
}
.block-wrapper.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
/*** footer ***/

footer a, footer p {
    color: #ffffff !important;
    font-size: 14px;
}
/***candidate consent***/
.consent-modal .image-wrapper {
    text-align: left;
}

.modal-footer .btn-success {
    color: #FFF;
    background-color: #007AC9;
    border-color: #007AC9;
     border-radius:5px;
}
.modal-footer .btn-info {
    color:#007AC9 !important;
    background-color: #fff;
    border-color: #007AC9;
    border-radius:5px;
}
/*** 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;
}
}
@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 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;
}

/*** to sort ***/
.selectize-control.multi .selectize-input > div {
    background-color: #034CAF;
    color: #fff;
    border-radius: 4px;
}
.form-control {
    border-radius: 4px;
      border: 1px solid #ccc;
}
.selectize-input {
    border-radius: 4px;
}
.job-search-results-card {
    border-radius: 10px !important;
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    background: #fff;
    border: 1px solid #003C69 !important;
   -webkit-transition: border 0.25s ease;
    transition: border 0.25s ease;
}

/* Site specific*/
.footer-wrapper a, .footer-wrapper h4
{
  color:#FFF;
}
.footer_row_1 
{
 padding:25px 0; 
background: #003C69;
}
.copyright-links a{
  color: #3B579D !important;
  font-size:14px;
}
.footer_row_1  .col_1
{
  border-right: 1px solid #E0E1DD;
}
@media only screen and (min-width: 1200px) 
{
  .navbar-nav>li:not(:last-child) {
    border-right: 1px solid #fff;
}

}

.acknowledgement_sect {
    max-width: 900px;
    margin: 0 auto;
}
.acknowledgement_sect img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  padding-top:50px;
}
.block-job-search-results .job-search-results .job-search-control {
    margin-bottom: 15px;
    background: #003C69;
    padding: 35px 22px;
    border-radius: 10px;
}
.block-jobs .job {
    margin-bottom: 12px;
}

.cta-side-panel .call-to-action-create .not-candidate {
    font-size: 12px;
    color: #FFF;
}
/* CTA input box Labels */
.selectize-control.multi .selectize-input > div {
    background-color: #003C69;
}
.selectize-dropdown .active {
    background-color: #003C69;
}
.selectize-control.multi .selectize-input > div.active {
    background: #003C69;
    color: #fff;
    border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-input.focus {
    border-color: #003C69;
    outline: 0;
    
}
.btn-xs, .btn-group-xs > .btn {
    padding: 6px 12px;
    line-height: 1.5;
    font-size: 14px !important;
  border-radius: 5px;
}
.btn.sign-out {

    border: 3px solid #007AC9;
    color: #ffffff;
    background: #007AC9;
    font-weight: 600;
    border-radius: 5px;
}
.btn.sign-out:hover
{
     color: #ffffff;
    background: #0046ad;
   border: 3px solid #0046ad;
}
.card-footer {
  border-top: 1px solid rgb(225 230 236);
  background-color: transparent;
  background: url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/30250ad3f162adf0d76a983447ab2b4d/images/files/e4fdb863e74efe29cc04584234908665/medium/SA_Water_Read_More_background.png?1694753811);
}

.fa-chevron-right:before {
  vertical-align: middle;
}

.job-search-results-footer a {
color: #FFF;
    font-weight: 600;
}
.jobs-list a
{
  color:#003C69;
}

.job-component-details {
    font-size: 100%;
}
@media (max-width: 768px) {

  .row > .col-md-6
  {
    margin-bottom:20px;
  }
}
.hero-h1 h1
{
  font-size:22px;
  margin-bottom:10px;
}
 .hero-h1 .block-image-text {
    position: relative;
    display:block;
    text-align: center;
    width: 100%;
    left: auto;
    z-index: 5;
    width: 375px;
    color: #fff;
    background-color: #003c69;
    padding: 22px 30px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .1607843137);
    border-radius: 25px 25px 0px 0px;
    right: 0;
    bottom: 0;
    top: auto !important;
  -webkit-transform: translateY(-0%);
    -moz-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    -o-transform: translateY(-00%);
    transform: translateY(-0%);
}
@media (min-width: 768px) {
  .hero-h1 .block-image-text {
    position: absolute;
}
}
@media (max-width: 767px) {
  .image-uncropped-full-width
 {

    height: 125px;
}
}

