/*html {
    font-size: calc(14px + .25vw);
}
@media (min-width: 1200px) {
  html {
      font-size: calc(14px + .2vw);
  }
}*/
body {
    
    font-family: Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: .9rem;
    font-weight: 400;
    line-height: 165%;
    text-align: left;
    background-color: #fff;
    overflow-x:hidden;
    font-size: inherit;
    color: #000;
    margin: 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: normal;
    font-family: Poppins,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}
.h1, h1 {
  font-size:40px;
}
.h2, h2 {
  font-size:32px;
}
.h3, h3 {
  font-size:1.3rem;
  margin-bottom:.3rem;
}
.h4, h4 {
  font-size:24px;
}
.h5, h5 {
    font-size:21px;
}
p, li {
   font-size: .9rem;
    font-weight: 400;
    line-height: 165%;
}

/* Typography */
a, a:visited {
    color: #0052c4;
    font-weight:300;
    /*text-decoration:underline;*/
}
a:hover {
    color: #0052C4;
    text-decoration:underline;
}
::selection {
    background-color: #0052c4;
    color: #ffffff;
}
strong {
    font-weight: 600;
}


/* 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: 0px 8px;
    margin-bottom: auto;
    margin-top: auto;
}
li.nav-item a {
   font-size: 1rem;
    font-weight: 500;  
}
.navbar-nav a {
    color: #000000;
}
.brand-logo {
    max-width: 300px;
    width: 100%;
}
li.nav-item a.top-nav-link {
    color: #000 !important;
    text-decoration: none;
    font-size:.75rem;
    font-weight:300;
    text-underline-offset: 0.2rem;
}
li.nav-item a.top-nav-link:hover {
    color: #0052c4;
    text-decoration: underline;
}
.dropdown-menu {
    background: linear-gradient(180deg, #e6edf8 0, #fff);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.2);
    border-radius: 2px;
    border: 0px;
    margin-top: 10px;
    padding: 2rem 3rem;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #0052c4;
    background-color: rgba(248 249 250 / 0%);
}
.dropdown-menu.show {
    left: -50%;
}
.dropdown-menu::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    border-color: transparent transparent #383838;
    border-style: solid;
    border-width: 0 12px 18px;
}

/*** Buttons ***/
a.button {
    text-transform: inherit !important;
    font-family:inherit;
}
.btn {
    border: 1px solid #383838;
    padding: 0.5rem 1rem;
    font-size: .9rem;
    line-height: 1.5;
    font-weight: 600;
    font-family:inherit;
    text-transform: uppercase;
    border-radius:0px;
}
.btn-success,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #FFFFFF;
    border-color: #383838;
    color:#383838;
}
.btn-primary {
   border: 1px solid #0052C4 !important;
    color: #0052C4;
    background: #ffffff;
     border-radius: 0px !important;
    font-weight: 500;
    font-size: 16px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.1; 
}
.btn-primary:hover {
    color:#00429e;
}
.form-group .btn-primary {
    padding: 12px 40px !important;
}
a.button.button1 {
    border: 1px solid #0052C4 !important;
    background: #0052C4 !important;
    color: #ffffff;
    padding: 0.8rem 1rem;
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 16px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.1;
}
a.button.button1:hover {
    border: 1px solid #0052C4 !important;
    background: #00429e !important;
    color: #ffffff;
    padding: 0.8rem 1rem;
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 16px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.1;
    text-decoration:none;
}
a.button.button2 {
    border: 1px solid #0052c4 !important;
    background: #ffffff !important;
    color: #0052c4;
    padding: 0.8rem 1rem;
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 16px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.1;
}
a.button.button2:hover {
    border: 1px solid #0052c4 !important;
    background: #f8fafd !important;
    color: #0052c4;
    padding: 0.8rem 1rem;
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 16px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.1;
    text-decoration:none;
}
a.button.button3 {
    border: 1px solid #0052c4 !important;
    background: #0052c4 !important;
    color: #ffffff;
    padding: 0.8rem 1rem;
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 16px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.1;
}
a.button.button3:after {
    content: "\f019";
    font-weight: 600;
    font-family: 'Font Awesome 6 Free';
    margin-left: 8px;
}
a.button.button3:hover {
    border: 1px solid #0052c4 !important;
    background: #00429e !important;
    color: #ffffff;
    padding: 0.8rem 1rem;
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 16px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.1;
    text-decoration:none;
}
a.button.button4 {
    border: 1px solid #000000 !important;
    background: #ffffff !important;
    color: #000000;
    padding: 0.8rem 1rem;
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 16px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.1;
}
a.button.button4:hover {
    border: 1px solid #000000 !important;
    background: #ffffff !important;
    color: #0052c4;
    padding: 0.8rem 1rem;
    border-radius: 5px !important;
    font-weight: 500;
    font-size: 16px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    line-height: 1.1;
}
.near-me-btn {
    background:  #0052C4;
    color: #FFF;
    border: 1px solid #0052C4;
    font-weight: 500;
    font-size: 16px;
}
.near-me-btn:hover {
    color:#383838;
}
.job_page .near-me-btn {
   background:  #FFF;
   color: #0052C4;
   border:1px solid #0052C4 !important;
}
.btn:hover {
   background-color: #FFF;
   color:#383838;
}
.btn.focus, .btn:focus, .form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,82,196,.25);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #383838;
    background-color: #FFFFFF;
    border-color:#383838;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #383838;
    background-color: #FFFFFF;
    border-color:#383838;
}
footer .btn.btn-primary, footer .btn.btn-secondary {
    background: none;
    border: 1px solid #ffffff !important;
    width: 180px;
    border-radius: 0px;
    color: #ffffff;
    font-size: 15px !important;
}
.job-search-results-active-filters .badge {
    background: #0052C4 !important;
    padding: 3px 5px 3px 8px !important;
}
.badge {
    background-color: #0052C4 ;
    color:#fff;
    text-align: center;
    padding: 5px !important;
    margin: 2px !important;
    font-size: 12px;
}

.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: #0d8924;
    border-color: #0d8924;
}
.page-link {
    color: #0d8924;
}
.label-info {
    background-color: #0052C4;
}
.job-description-controls a, .job-description-controls span {
    background: #0052C4 !important;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #0052C4 !important;
}
.job-alerts .btn-primary {
    border: 1px solid #0052C4;
    color: #FFF;
    background: #0052C4;
}
.job-alerts .btn-primary:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #0d8924;
}
.job-alerts {
    background: #000000;
    border: 1px solid #000000;
    padding: 15px;
    text-align: center;
    width: 90%;
    border-radius: 3px;
}
.applicant-login {
    background: #0d8924;
    border: 1px solid #0d8924;
    padding: 15px;
    text-align: center;
    width: 90%;
    border-radius: 3px;
}
.job-alerts a, .applicant-login a {
    color: #fff;
}
.job-description {
    line-height: 1.5;
}
.job-description a {
    color: #0052C4;
    font-weight: 500;
}
/***form control***/
.job-search-control .form-control {
    border-radius: 0px;
    background: none;
    margin-right: 12px !important;
    border: 1px solid #0052C4;
}
input {
    background: #ffffff !important;
}
/*** 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: 0px;
}
.job-search-control input {
    margin-right: 25px;
}
@media only screen and (max-width: 576px) {
.job-search-control input {
    margin-right: 0px;
}
  .job-search-results input.form-control
  {
    margin:5px 0;
  }
}
.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: 'Location';
    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:100%;
    background: #f2f6fc;
    padding: 20px;
}
.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;
}

/*** top cards ***/
.card {
    border: 1px;
    border-radius: 0px !important;
    /*box-shadow: 0 0.2rem 0.5rem rgba(0,0,0,.25);*/
}
.card a.button.button4:after {
    content: '>';
    margin-left: 6px;
    font-size: 18px;
   
}
/*** card styling ***/
.card-title a {
    font-weight: 600;
    font-size: 21px;
    color:#0052C4 !important;
}
.job-search-results-card {
    border: 1px solid #0052C4 !important;
    padding: 18px 20px;
    border-radius: 0px;
    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: 15px;
    font-weight: 600;
   color:#0052C4;
  
}
.social li i {
    font-size: 20px;
}
/*** job page styling ***/
.side-panel {
    /*box-shadow: 0 5px 9px 0 rgb(0 0 0 / 10%);*/
    padding: 40px 25px;
    margin-bottom: 20px;
    border: 1px solid #0052C4 
}
.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;
}
.job-alerts-cta h3 {
    font-size: 24px;
    padding-bottom:15px;
}
.block-job-description h2, .block-job-description h3 {
  color:#000000;
}
.block-job-description .job-title {
     color: #0052C4;
    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 6 Free";
    padding-left: 8px;
    font-size: 11px;
}
ul.side-nav-items li a {
  text-decoration:underline;
}

.sidebar {
  padding:20px;
  background-color:#f2f4fa;
  margin-bottom:20px;
}
.sidebar h2 {
    color: #0052C4;
}
.sidebar .jobs-list .job a{
  color: #0052C4;
}

.sidebar .btn-primary {
  background-color:#0052C4;
  border: 1px solid #0052C4  !important;
  color:#ffffff;
}

.block-jobs h3 {
    font-size: 20px;
}
.block-jobs .job-summary {
   margin-top:8px;
}
/*** candidate styling ***/
.candidate-settings-panel {
    background-color: #f2f4fa;
    padding: 20px 40px;
}
.block-wrapper.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
/*** footer ***/
footer {
  padding: 20px 0 0 0px;
    background: url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/8011b7bf4c3693124cf96fd60e17acaa/images/files/8856b30f2b2e7fe2eaa7c51b16f3f84c/medium/unisc_sun-ray_blue_rgb-web.jpg?1689856368);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #0052C4;
}
footer a, footer p {
    color: #ffffff;
    text-decoration:none;
}
footer a:hover {
    color: #ffffff !important;
    text-decoration:underline;
}
footer a:visited {
    color: #ffffff;
}
.social-media-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-media-list li {
  display: inline-block;
  margin-right: 15px;
}
.social-link {
  font-size:1.85rem;
}
.social-link i {
  color: #ffffff;
}
.footer-titles {
  color:#FFF;
  text-transform: uppercase;
    font-weight: 600;
    font-size: .7rem;
}
a.footer-nav-link {
    text-decoration: none;
    font-weight: 400;
    font-size: .9rem;
   color:#FFF;
}
a.footer-nav-link:hover {
    text-decoration: underline;
    color:#FFF;
}
footer p {
    font-size: .75rem;
}
/***candidate consent***/
.consent-modal .image-wrapper {
    text-align: left;
}
.modal-footer .btn-success {
    color: #fff;
    background-color: #0052C4;
    border-color: #0052C4;
}
.modal-footer .btn-info {
    color: #fff;
    background-color: #0052C4;
    border-color: #0052C4;
}
/*** 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 33.33333%;
    max-width: 33.33333%;
  }
}
@media (min-width: 768px) {
.job-search-results-dropdown-filter-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .job-search-control .near-me-control {
    margin-left: 10px;
}
}

/* CTA input box Labels */
.selectize-control.multi .selectize-input > div {
    background-color: #f3f6fb;
   color: #444444;
}
.selectize-dropdown .active {
    background-color: #f3f6fb;
    color: #444444;
}
.selectize-control.multi .selectize-input > div.active {
    background: #0052C4;
    color: #fff;
    border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-input.focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,82,196,.25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,82,196,.25);
}
/* Settings page */
.btn.sign-out,.btn-danger,.btn-danger:hover
{
  border: 1px solid #0052C4;
  background-color:#0052C4;
  color:#FFF;
}

.cta_section h2, .cta_section .not-candidate {
  color:#0052C4;
  
}
.cta_section label {

  font-size:14px;
}
.cta_section .form-control {

    font-size: 14px;
}
.cta_section .btn-primary {
    border: 1px solid #0052C4 !important;
    color: #FFFFFF;
    background: #0052C4;
   
}
.error_page a, .error_page a:visited {
  color:#0052C4;
  text-decoration:underline;
}
/* hide referral */
.call-to-action-employee-referral {
  text-align:center;
}
.call-to-action-employee-referral h2 {
  text-align:left;
}
.call-to-action-employee-referral a.referral-link {
    background: #0052c4;
    color: #ffffff;
    padding: 10px 24px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}
/** blockquote **/
blockquote {
    border-left: 4px solid #fdc52b;
    padding: 18px 46px;
    margin: 0px;
}
blockquote {
    color: #0052C4;
}
/** accordion **/
.accordion-button {
    background-color: #e6edf8;
    border-left: 4px solid #fdc52b;
    padding: 22px 25px;
    border-radius: 0px !important;
}
.accordion-button:not(.collapsed) {
    color: #0052C4;
    background-color: #e6edf8;
    border-right: 4px solid #fdc52b;
    font-weight: 500;
}
.accordion-button:focus {
    border-color: #fdc52b;
    box-shadow: none;
}
.accordion-header {
    margin-bottom: 8px;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 0px !important;
}
.faq-set-header
{
  font-size:1.3rem;
  margin-bottom:.3rem;   
}
/*** Global specific classes ***/
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
/*** Site specific classes ***/
.border {
    border: 1px solid #0052c4 !important;
}
.border-top .page-row-border {
    border-top: 1px solid #0052c4 !important;
}
.border-bottom .page-row-border {
    border-bottom: 1px solid #0052c4 !important;
}
.border-left .page-row-border {
    border-left: 1px solid #0052c4 !important;
}
.border-right .page-row-border {
    border-right: 1px solid #0052c4 !important;
}
.border-top .page-row-border {
    border-top: 1px solid #0052c4 !important;
}
.border-bottom {
    border-bottom: 1px solid #0052c4 !important;
}
.border-left {
    border-left: 1px solid #0052c4 !important;
}
.border-right {
    border-right: 1px solid #0052c4 !important;
}
.bg-light-blue .page-row-border {
    background: #e6edf8;
}
.featured-card-top .page-row-and-new-button {
    border-top: 1px solid #0052c4;
    background: #e6edf8;
    padding: 28px 30px;
}
.featured-card-bottom .page-row-and-new-button {
    border-bottom: 1px solid #0052c4;
    background: #e6edf8;
    padding: 28px 30px;
}
.featured-card .page-row-and-new-button {
    background: #e6edf8;
    padding: 28px 30px;
}
.featured-card-white-top .page-row-and-new-button {
    border-top: 1px solid #0052c4;
    background: #ffffff;
    padding: 28px 30px;
}
.featured-card-white-bottom .page-row-and-new-button {
    border-bottom: 1px solid #0052c4;
    background: #ffffff;
    padding: 28px 30px;
}
.featured-card-white .page-row-and-new-button {
    background: #ffffff;
    border: 1px solid #0052c4;
}
.featured-card-white .block-wrapper {
    padding: 24px;
}
.yellow-card {
    background: #ffdd15;
    padding: 40px;
}
/**.card-title-link h2 a, .card-title-link h3 a, .card-title-link h4 a, .card-title-link h5 a {
    color:#000000;
    text-decoration:none;
    font-size: 20px;
}
.card-title-link h2 a:hover, .card-title-link h3 a:hover, .card-title-link h4 a:hover, .card-title-link h5 a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #0052c4;
    text-decoration-color: #0052c4;
    text-decoration-thickness: 0.5px;
}**/
h3 a {
    color:#000000;
    text-decoration:none;
    font-size: 20px;
}
h3 a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #0052c4;
    text-decoration-color: #0052c4;
    text-decoration-thickness: 0.5px;
    color:#000000;
}
h3 a:visited {
    color:#000;
}
.text-black .block-image-text * {
    color: #000000;
}
/*** video fix ***/
@media (min-width: 576px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 292px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 292px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 292px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 292px;
	}
}
@media (min-width: 768px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 392px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 258px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 190px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 122px;
	}
}
@media (min-width: 992px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 526px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 348px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 256px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 166px;
	}
}
@media (min-width: 1200px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 628px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 414px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 310px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 200px;
	}
}
@media (min-width: 1400px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 730px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 482px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 358px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 234px;
	}
}
.vjs-youtube .vjs-poster {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.video-player-wrapper .vjs-poster img {
    object-fit: contain;
    height: inherit;
    width: 100%;
}
@media only screen and (max-width: 600px) {
    div#page_row_0 h1 {
        font-size: 24px;
        padding-top: 14px;
    }

    div#page_row_0 .image-uncropped-full-width {
        height: 70px;
    }
}
 @media (min-width: 992px) {
  .job-search-results-card-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.job-search-results-form .job-search-control {
    background: #F2F6FC;
    padding: 44px 44px 22px 44px;
    margin-bottom: 0px !important;
    margin-right: 15px;
}
.job-search-results-form .job-search-dropdown-filters {
    background: #F2F6FC;
    padding: 22px 44px 44px 44px !important;
    margin-right: 15px;
}

.hover {
  transition:all ease .5s;
}
.hover:hover {
  box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, 0.12);
}
.tabbed-content .tab-content {
    padding: 25px;
    background: #e6edf8;
}
.tabbed-content .nav-link {
    border: 0px;
    margin-bottom: 3px;
}
.tab-pane p:first-of-type {
  display: none;
}
/** blogs **/
.posts-cards .posts-cards-cols {
    display: flex;
    flex-wrap: wrap;
    gap: inherit;
}
.posts-card {
  flex: 0 calc(33.33% - 2rem);
  margin: 1rem;
}
.posts-cards .posts-card {
  /* border-radius: 10px;
  background: #e6edf8;*/
      border-radius: 0;
    background: #FFF;
    border: 1px solid #0052c4 !important;
    padding: 1.5rem;
    height: 100%;
}
.posts-cards .posts-card-body {
    height: 200px;
    background: #FFFFFF;
    padding: 10px 0px;
}


.card {
    background: rgba(236 236 236 / 0%);
}
.posts-cards .posts-card .card-title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.posts-cards .posts-card .card-title:hover
{
   text-decoration: underline;
    -webkit-text-decoration-color: #0052c4;
    text-decoration-color: #0052c4;
    text-decoration-thickness: .5px;
}
.posts-cards .posts-card-link {
    color: #202e49 !important;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    text-decoration: underline;
}
.badge.post-tag {
    background: #202e49 !important;
    padding: 6px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.posts-card-body .post-tags {
    display: none;
}
.posts-cards .posts-card-footer {
    padding: 10px 30px;
    background: none;
}
.posts-card-image {
  transition: transform 0.3s ease;
   border-radius: 0px !important;
}
@media only screen and (max-width: 768px) {
    .posts-cards .posts-cards-cols {
        flex-direction: column;
    }
    .posts-card-text {
        display: none;
    }
  .posts-cards .posts-card-body {
    height: auto;
  }
}
/** carousel **/
h2.carousel-item-caption-header {
    font-size: 1.08rem;
    font-weight: 600;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230052c4'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>") 
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230052c4'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/
}
/* Tab CSS*/
.nav-tabs .nav-link {
    color: #0052c4;
}
.block-carousel .carousel-item .carousel-item-block.col-8 .carousel-caption
{
  position: inherit;
  text-align: left;
}
.align_left .block-call-to-action form {
    margin: 0;
}
.posts-card:hover .card-title {
    color: #0052C4;
     text-decoration: underline;
    -webkit-text-decoration-color: #0052c4;
    text-decoration-color: #0052c4;
    text-decoration-thickness: .5px;
}

/*** Featured Jobs ***/

.job-list-cards .jobs-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: -15px;
	margin-top: -15px;
	align-items: stretch;
}
.job-list-cards .job {
    background: #ffffff;
    box-shadow: none;
    padding: 30px;
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 0px !important;
    border: 1px solid #ffdd15;
    border-bottom: 6px solid #ffdd15;
}
@media (max-width: 768px) {
	.job-list-cards .job {
		width: calc(50% - 30px);
	}
}
@media (max-width: 480px) {
	.job-list-cards .job {
		width: calc(100% - 30px);
	}
}
.job-list-cards .job .job-title {
    margin-bottom: 10px !important;
    color: #0052c4 !important;
}
.job-list-cards .job-summary {
    padding-top: 4px;
    color: #000000 !important;
    font-size: 14px;
}
.job-list-cards .job span.job-field {
    margin-right: 10px;
    font-size: 14px;
    color: #000000;
}
