/* ======== DOCUMENT BODY STYLES ======== */
body {
    color: #00467f !important;
    font-family: Work Sans,sans-serif;
    font-size: 1.125rem;
    line-height: 1.55;
}


/* BEGIN H1 - PAGE TITLE HEADER WITH CLIPPED CORNER CONTAINER  */
.h1-title-container {
    position: relative;
    margin: 0 0 2rem;
}
@media (min-width: 48em) {
  .h1-title-container {
      margin-top: 0;
  }
}
@media (min-width: 64em) {
  .h1-title-container {
      margin-top: 0;
  }
}
.h1-title-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    height: 2.5rem;
    background-color: #013057;
    z-index: -1;
}
@media (min-width: 48em) {
  .h1-title-container:before {
      display: block;
      top: -1rem;
      height: 6rem;
  }
}
@media (min-width: 64em) {
  .h1-title-container:before {
      top: 0;
      height: 5rem;
  }
}
.h1-title-text {
    display: inline-block;
    margin: 0;
    padding: 1.5rem;
    background-color: #00467f;
    color: #fff;
    -webkit-clip-path: polygon(0 1.5rem,1.5rem 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0 1.5rem,1.5rem 0,100% 0,100% 100%,0 100%);
}
@media (min-width: 48em) {
  .h1-title-text {
      padding: 3rem;
      -webkit-clip-path: polygon(0 3rem,3rem 0,100% 0,100% 100%,0 100%);
      clip-path: polygon(0 3rem,3rem 0,100% 0,100% 100%,0 100%);
  }
}
.h1-title-text h1 {
    color: #fff;
    margin-top: 2em;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    font-size: 2em;
    margin: 0;
}
@media (min-width: 48em) {
  .h1-title-text h1 {
      margin: 0;
      font-size: 5.125rem;
  }
}
/* ===hide clipped corner on editor page=== */
.page-body.page.editing .h1-title-text {
  -webkit-clip-path: initial;
  clip-path: initial;
}
/* END H1 - PAGE TITLE HEADER WITH CLIPPED CORNER CONTAINER  */  

/* BEGIN H2 STYLING */ 
h2 {
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: .25rem;
  line-height: 1.15;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  h2 {
      font-size: 2.25rem;
  }
}
/* END H2 STYLING */ 

/* BEGIN H3 STYLING */
h3 {
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.08rem;
}
@media (min-width: 48em) {
  h3 {
      font-size: 1.875rem;
  }
}
/* END H3 STYLING */ 
/* BEGIN H4 STYLING */ 
h4 {
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: .06rem;
    line-height: 1.2;
    color: #00467f;
}
@media (min-width: 48em) {
  h4 {
      font-size: 1.25rem;
  }
}
/* END H4 STYLING */ 
/* BEGIN PARAGRAPH STYLING */ 
p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1.55;
}
/* END PARAGRAPH STYLING */
/* BEGIN PARAGRAPH WHITE STYLING */
.p-text-white p {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fff;
    margin: 0.5rem 0;
}
/* END PARAGRAPH WHITE STYLING */
/* BUTTON1 STYLING */
a.button.button1,
a.button.button1:active,
a.button.button1:visited {
    display: inline-block;
    background-color: #fff;
    border: 0.125rem solid #fff;
    border-radius: 2.65625rem;
    color: #00467f;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.55;
    max-width: 100%;
    padding: 0.78125rem 2rem;
    margin: 0.8rem 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: background-color .3s ease,color .3s ease,border-color .3s ease;
    width: 18.75rem;
}
a.button.button1:hover {
    background-color: #00467f;
    border: 0.125rem solid #fff;
    color: #fff;
}
/* CALL TO ACTION APPLY NOW BUTTON STYLING - SAME AS BUTTON1 */
.apply-now-cta .call-to-action-form.candidate-form .btn {
    background-color: #fff !important;
    border: 0.125rem solid #fff !important;
}
.apply-now-cta .call-to-action-form.candidate-form .btn span {
    color: #00467f !important;  
}
.apply-now-cta .call-to-action-form.candidate-form .btn:hover {
    background-color: #00467f !important;
}
.apply-now-cta .call-to-action-form.candidate-form .btn:hover span {
   color: #fff !important;
}
/* BUTTON2 STYLING */
a.button.button2,
a.button.button2:active,
a.button.button2:visited {
    display: inline-block;
    background-color: #00467f;
    border: 0.125rem solid #00467f;
    border-radius: 2.65625rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.55;
    max-width: 100%;
    padding: 0.78125rem 2rem;
    margin: 0.8rem 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: background-color .3s ease,color .3s ease,border-color .3s ease;
    width: 18.75rem;
}
a.button.button2:hover {
    background-color: #fff;
    border: 0.125rem solid #00467f;
    color: #00467f;
}
/* BTN-PRIMARY STYLING */
.btn.btn-primary,
.btn.btn-primary:active,
.btn.btn-primary:visited {
    display: inline-block;
    background-color: #00467f;
    border: 0.125rem solid #00467f;
    border-radius: 2.65625rem;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 0;
    height: 45px;
    max-width: 100%;
    margin-left: 1rem;
    padding: 1rem 1.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .3s ease,color .3s ease,border-color .3s ease;
}
.btn.btn-primary:hover {
    background-color: #fff;
    border: 0.125rem solid #00467f;
    color: #00467f;
}
.btn.btn-primary:focus {
    background-color: #00467f !important;
}
/* BTN-SUCCESS STYLING */
.btn.btn-success,
.btn.btn-success:active,
.btn.btn-success:visited {
    display: inline-block;
    background-color: #fff;
    border: 0.125rem solid #00467f;
    border-radius: 2.65625rem;
    color: #00467f;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 0;
    height: 45px;
    max-width: 100%;
    padding: 1rem 1.8rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .3s ease,color .3s ease,border-color .3s ease;
}
.btn.btn-success:hover {
    background-color: #00467f;
    border: 0.125rem solid #00467f;
    color: #fff;
}
.btn.btn-success:focus {
    background-color: #00467f !important;
}

.white-text :not(.btn):not(button):not(a):not(input) {
  color: #fff !important;
}

/* ==================BEGIN NAVIGATION STYLES================== */
/* ========Top Nav Styles======== */
.top-nav-right-links .nav-item a.nav-link:not(.applicant-settings-link):before {
    background: #e7a614;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .65rem;
    margin-right: .375rem;
    width: .65rem;
}

.top-nav-right-links .nav-item a.nav-link:not(.applicant-settings-link):hover:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .65rem;
    margin-right: .375rem;
    width: .65rem;
}

.top-navbar {
    background: #fff !important;
    padding: 0;
    margin: 0 0 0 60px !important;
}

.top-navbar a {
    color: #00467f !important;
    letter-spacing: .1rem;
    font-weight: 700;
    font-size: var(--step--4);
}

.top-nav-left-links .nav-item {
    margin-right: 0.4rem;
}

.top-nav-left-links .nav-item a.nav-link {
    border-bottom: 0.1rem solid transparent;
}

.top-nav-left-links .nav-item a.nav-link:hover {
    border-bottom: 0.1rem solid #00467f;
}

.top-nav-right-container {
    padding-right: 0;
}

.top-navbar .applicant-settings a {
    letter-spacing: .05rem;
}

.top-navbar .applicant-settings a:hover {
    color: #fff !important;
}

.top-navbar .applicant-settings {
    background: #e7a614;
    margin-left: 2rem;
    height: 65px;
    margin-bottom: 0;
}

/* ========Lower Nav Styles======== */
/* @media (min-width: 992px) {
  .lower-navbar .container {
    max-width: 75%;
  }
} */
.lower-navbar img {
    display: block;
    width: 275px;
}

.lower-navbar .logo {
    border-bottom: 0;
    display: block;
    padding-bottom: 1rem;
}

.lower-navbar {
    background-color: #013057 !important;
}

.lower-navbar .navbar-toggler-icon {
    background: none;
}

.lower-navbar a {
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0.06rem;
}

.lower-navbar li.nav-item.nav-link {
    font-size: var(--step-0);
    font-weight: 700;
    margin-right: 20px;
    margin-bottom: 0;
}

.lower-navbar li.nav-item.nav-link a {
    border-bottom: 0.5rem solid transparent;
}

.lower-navbar li.nav-item.nav-link a:hover {
    border-bottom: 0.5rem solid #e7a614;
}


.lower-nav-links {
    margin-right: 2rem;
}

.navbar-collapse.show .top-nav-right-container {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    margin-left: 0;
    padding-left: 0;
}

.navbar-collapse.show .top-nav-right-container .applicant-settings {
    margin-left: 0;
    background: transparent;
}

/* ========Lower Hidden Collapse Menu For Mobile======== */
.lower-hidden-menu {
    display: block;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.lower-hidden-menu li a {
    border-bottom: solid gold;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
}

.lower-hidden-menu .no-bottom-border a {
    border-bottom: none;
}

.lower-hidden-menu .dropdown-menu.show {
    background: #15457c;
    position: relative;
    border: none;
    margin-top: -20px;
    margin-left: 20px;
}

.lower-hidden-menu .dropdown-menu.show a {
    border-bottom: none;
}

.lower-hidden-menu .dropdown-menu.show a {
    border-bottom: none;
    font-size: var(--step--3);
    padding-bottom: 0;
    margin-bottom: 0;
}

.lower-hidden-menu .dropdown-menu.show a:before {
    background: #e7a614;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .65rem;
    margin-right: .375rem;
    width: .65rem;
}

.lower-hidden-menu .no-bottom-border a:not(.applicant-settings-link):before {
    background: #e7a614;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .65rem;
    margin-right: .375rem;
    width: .65rem;
}
.lower-hidden-menu .fa.fa-cog {
    color: #e7a614;
}

/* ========Responsive Nav Styles======== */
/* @media (min-width: 1600px)  */
@media (min-width: 1600px) {
    .top-navbar a {
        white-space: nowrap;
    }

    .top-nav-right-links a.nav-link {
        padding-top: 1rem;
    }
}

/* @media (min-width: 1400px)  */
@media (min-width: 1400px) {
    .lower-nav-links li.nav-item.nav-link {
        white-space: nowrap;
    }

    .top-navbar .applicant-settings {
        height: 80px;
    }

    .lower-nav-links {
        margin-right: 0rem;
    }
}

/* @media (min-width: 1153px) and (max-width: 1400px)  */
@media (min-width: 1153px) and (max-width: 1400px) {
    .top-navbar .applicant-settings {
        margin-left: 0;
        height: 88px;
    }
}

/* @media (min-width: 992px) and (max-width: 1400px)  */
@media (min-width: 992px) and (max-width: 1400px) {
    .lower-nav-links {
        display: grid;
        grid-template-columns: .1fr 1fr;
        white-space: nowrap;
    }

    .top-nav-left-links {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .top-nav-right-links .nav-item.nav-link:not(.applicant-settings) {
        padding: 1vw 0;
        margin-top: .5rem;
    }

    .applicant-settings-link {
        margin-top: 1vw;
    }

    .lower-navbar li.nav-item.nav-link {
        display: flex;
        justify-content: flex-end;
    }
}

/* @media (min-width: 992px) and (max-width: 1399px)  */
@media (min-width: 992px) and (max-width: 1399px) {
    .lower-nav-links {
        margin-right: 0;
    }

    .lower-nav-links li.nav-item.nav-link {
        display: flex;
        justify-content: flex-end;
        text-align: right;
        margin-right: 50px;
        /* margin-right: 0;
        padding-right: 0; */
        max-width: fit-content;
    }
}

/* @media (min-width: 992px) and (max-width: 1153px)  */
@media (min-width: 992px) and (max-width: 1153px) {
    .top-navbar .applicant-settings {
        margin-left: 0;
        height: 85px;
    }
    .top-nav-right-links .nav-item.nav-link {
        margin-bottom: 0;
    }
}

/* @media (max-width: 992px)  */
@media (max-width: 992px) {
    .top-navbar .navbar-toggler {
        display: none;
    }

    .lower-navbar .navbar-collapse.show li.nav-item.nav-link {
        margin-top: -15px;
    }

    .lower-navbar .fas.fa-bars {
        color: #002856;
        font-size: 28px;
    }

    .lower-navbar .navbar-toggler {
        background: #e7a614;
        width: 66px;
        height: 60px;
    }
}

/* @media (min-width: 992px)  */
@media (min-width: 992px) {
    .lower-hidden-menu {
        display: none !important;
    }
    .top-nav-left-links .dropdown-menu {
        top: 35px;
    }
}

/* @media (max-width: 991px)  */
@media (max-width: 991px) {
    .logo {
        margin-left: 0 !important;
        padding-top: 16px;
    }
}
/* @media (max-width: 475px) */
@media (max-width: 475px) {
  .lower-navbar .navbar-toggler {
      width: 40px;
      height: 40px;
      padding: 0;
  }
}
/* @media (max-width: 400px)  */
@media (max-width: 400px) {
    .logo {
        width: 200px;
    }
}
/* @media (max-width: 375px) */
@media (max-width: 375px) {
  .lower-navbar img {
      width: 225px;
  }
}
/* ==================END NAVIGATION STYLES================== */


/* ==================BEGIN FOOTER STYLES================== */
.footer-button {
    background-color: #00467f;
    border: .125rem solid #00467f;
    border-radius: 2.65625rem !important;
    color: #fff !important;
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.55;
    max-width: 100%;
    padding: .78125rem 2rem;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    transition: background-color var(--transition), color var(--transition), border-color var(--transition);
    width: 18.75rem;
}

.footer-button:hover {
    background: #fff;
    color: #00467f !important;
}

.footer {
    border-top: .5rem solid #f2f2f2;
    overflow: hidden;
    text-align: center;
}

.footer a {
    color: #00467f;
    font-weight: 700;
}

.footer a:hover {
    text-decoration: none;
}

.footer-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 100%;
}

.footer-address {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 2em;
}

@media (min-width:48em) {
    .footer-address {
        font-size: 1.25rem;
    }
}

.footer-address {
    margin: 3rem 0;
}

.footer-address-part {
    display: block;
    color: #00467f;
}

@media (min-width:64em) {
    .footer-address-part {
        display: inline;
    }

    .footer-address-part:after {
        content: "|";
        margin: 0 .5rem;
    }

    .footer-address-part:last-child:after {
        display: none;
    }
}

.footer-cta {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
    margin: 0 0 3rem;
    padding: 0;
}

@media (min-width:64em) {
    .footer-cta {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.footer-cta-item {
    margin-top: 1rem;
}

@media (min-width:64em) {
    .footer-cta-item {
        margin: 0 .5rem 1rem;
    }

    .footer-cta-item:last-child {
        margin: 0;
        width: 100%;
    }
}

.footer-cta-link {
    border: 0 solid transparent;
}

.footer-cta-link:hover {
    border-bottom: .25em solid;
}

.footer-nav {
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-nav-item {
    margin-top: 1rem;
}

@media (min-width:64em) {
    .footer-nav-item {
        display: inline;
        margin: 1rem .5rem 0;
    }
}

.footer-nav-link {
    border: 0 solid transparent;
}

.footer-nav-link:hover {
    border-bottom: .25em solid;
}

.footer-social {
    display: inline-flex;
    list-style: none;
    margin: 3rem 0;
    padding: 0;
}

.footer-social-item {
    margin: 0 1rem;
    font-size: 30px;
}

.footer-social-link {
    border: 0;
    display: block;
    transition: color .3s ease;
    width: 2rem;
}

.footer-social-link:hover {
    color: #e7a614;
}

.footer-bottom {
    background-color: #00467f;
    color: #fff;
    padding: 1rem 0;
}

.footer-logo {
    border: 0;
    display: block;
    margin: 0 auto;
    max-width: 20rem;
    color: #fff !important;
    font-size: 1.2rem;
}

@media (min-width:48em) {
    .footer-logo {
        max-width: 46rem;
    }
}

/* ==================END FOOTER STYLES================== */

/* ==================BEGIN TESTIMONIAL CONTAINER STYLING================== */
.testimonial-container {
    position: relative;
    padding: 1rem 1.5rem;
    color: #fff !important;
    margin: 2rem 0;
}
.testimonial-container:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 50px solid white;
    border-left: 50px solid #00467f;
    width: 0;
}
.testimonial-container:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 50px solid white;
    border-right: 50px solid #00467f;
    width: 0;
}
@media (min-width: 32em) {
    .testimonial-container {
        margin-top: calc(7% + 2rem);
    }
}
.testimonial-container img {
    width: 480px;
    height: 320px;
    position: relative;
    object-fit: contain;
    /*     margin-bottom: 2rem; */
    /*     float: right; */
    z-index: 1;
}
@media (min-width: 48em) {
    .testimonial-container .page-row-container {
        padding: 2rem 3rem;
    }
    .testimonial-container {
        position: relative;
    }
    .testimonial-container:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        border-bottom: 50px solid white;
        border-left: 50px solid transparent;
        width: 0;
    }
    .testimonial-container:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-top: 50px solid white;
        border-right: 50px solid transparent;
        width: 0;
    }
}
@media (min-width: 32em) {
    .testimonial-container img {
        /*       max-width: 45%; */
        margin: -45% 3rem 2rem -5rem;
    }
}
@media only screen and (max-width: 992px) and (min-width: 375px) {
    .testimonial-container img {
        width: 320px;
        height: 212px;
    }
}

/* BEGIN TESTIMONIAL TEXT WHITE STYLING  */
.testimonial-container h3 {
    color: #fff !important;
    margin-top: 1.375em;
}

.testimonial-container p {
    color: #fff !important;
    line-height: 1rem;
}
/* END TESTIMONIAL TEXT WHITE STYLING  */
@media (max-width: 767px) {
  .testimonial-container .page-row-container {
    display: flex;
    justify-content: center;
  }
  .testimonial-container .col-md-8 {
    order: 2;
  }
  .testimonial-container img {
    display: flex;
    margin: 1rem auto 0px auto;
    height: 153px;
    width: 230px;
  }
}
@media (max-width: 375px) {
  .testimonial-container .col-md-8 a.button.button1 {
    width: 70%;
  }
}
/* ==================END TESTIMONIAL CONTAINER STYLING================== */

/* ==================BEGIN JOB SEARCH PAGE STYLING================== */
.kctcs-job-search .input-group input,
.input-group input {
    height: 45px !important;
    border-radius: 6px !important;
}
.kctcs-job-search p {
    font-size: 1rem;
}
.pagination .page-item .page-link {
    color: #00467f;
}
.pagination .page-item.active .page-link {
    color: #fff;
    background-color: #00467f;
    border-color: #00467f;
}
.kctcs-job-search .badge {
    background-color: #00467f;
    border-radius: 8px;
    font-weight: 500;
    width: 2rem;
}
.job-search-results-footer .fas {
    font-size: 12px;
}
.job-search-results-footer .fa-chevron-right::before {
    content: "\f178";
}
.job-search-results a,
.job-search-results a:visited,
.job-search-results a:active,
.job-search-results a:focus {
    font-size: 14px;
}
.card-title .job-search-results-card-title a {
    font-weight: 600;
    color: #00467f !important;
}
li.job-component-icon-and-text {
    display: inline-block;
    font-size: 14px;
    padding-left: 0px !important;
}
li.job-component-icon-and-text {
    display: inline-block;
    font-size: 14px;
    padding-left: 0px !important;
}
.job-component-icon-and-text > i {
    width: 1.1rem;
}
.job-search-results ul {
    font-weight: 700;
}
.job-search-results-summary {
    white-space: pre-wrap;
}
@media (max-width: 768px) {
    .job-search-results .card {
        margin: 0;
    }
}
.card {
    background: #ffffff;
    padding: 24px 0px 0px 24px;
    border: 1px solid #eaeaea;
    margin: 5px;
    border-radius: 5px;
}
.card li.job-component-icon-and-text {
    padding-left: 0px !important;
}
.kctcs-job-search .job-component-details {
    float: right !important;
    display: flex;
    flex-direction: column;
    background-color: #f8f8f8;
    width: 210px !important;
    margin-top: -69px;
    margin-bottom: 0;
    margin-left: 10px;
    border-radius: 0px 5px 5px 0px;
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    line-height: 2em;
    font-weight: 400 !important;
    padding: 60px 12px 100px 12px;
}
.job-component-string-field-1 .fa-asterisk::before {
    content: url("https://files.clinchtalent.com/a09353311e6122a2260ba7de5000095c/99978cdb2af35a6d20f23de2e5ec8047/person-iconNew2.png");
}
.card-title .job-search-results-card-title a,
.card-title .job-search-results-card-title a:hover {
    font-weight: 600;
    color: #00467f;
}
li.job-component-icon-and-text {
    padding-left: 0;
}
li.job-component-icon-and-text span {
    margin-left: 12px;
}
.card-title .job-search-results-card-title a,
.card-title .job-search-results-card-title a:hover {
    font-weight: 600;
    color: #00467f;
    font-size: 20px;
}
.job-search-results .card-body {
    padding: 0;
}
.job-search-results .card-footer {
    padding: 15px 0 0 0;
    background-color: #fff;
    border-top: none;
}
.job-search-results .card {
    display: block;
    margin: 0px 15px 0px 15px;
}
.job-search-results a,
.job-search-results a:visited,
.job-search-results a:active,
.job-search-results a:focus {
    color: #000;
    font-weight: 600;
}
.job-search-results-footer a:hover {
    color: #00467f;
    text-decoration: none;
}
.job-search-results .fas {
    color: #00467f;
}
.block-job-search-results .job-search-results .job-search-results-card-col {
    margin-bottom: 20px;
}
@media (max-width: 480px) {
    .card {
        padding-bottom: 24px;
        padding-right: 18px;
    }
    div#page_row_1 {
        padding: 0px !important;
    }
}
@media (max-width: 768px) {
    .kctcs-job-search .job-component-details {
        display: none;
    }
    .card-title .job-search-results-card-title a {
        font-size: 24px !important;
    }
    .card {
        padding-bottom: 24px;
    }
}
@media (min-width: 768px) {
    .job-search-results-card-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}
@media (max-width: 992px) {
    .card-title .job-search-results-card-title a {
        font-size: 16px !important;
    }
}
.fa-location-arrow::before {
    content: url(https://files.clinchtalent.com/a09353311e6122a2260ba7de5000095c/99978cdb2af35a6d20f23de2e5ec8047/location-iconNew.png);
}
.fa-industry::before {
    content: url(https://files.clinchtalent.com/a09353311e6122a2260ba7de5000095c/99978cdb2af35a6d20f23de2e5ec8047/buildingNew.png);
}
.fa-clock::before {
    content: url(https://files.clinchtalent.com/a09353311e6122a2260ba7de5000095c/99978cdb2af35a6d20f23de2e5ec8047/clockNew.png);
}
@media (min-width: 1270px) {
    h3.card-title.job-search-results-card-title {
        width: 550px;
        display: inline-block;
    }
    .kctcs-job-search .job-component-details {
        margin-top: -25px !important;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1269px) {
    h3.card-title.job-search-results-card-title {
        width: 450px;
        display: inline-block;
    }
    .kctcs-job-search .job-component-details {
        margin-top: -25px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    h3.card-title.job-search-results-card-title {
        width: 400px;
        display: inline-block;
    }
    .kctcs-job-search .job-component-details {
        margin-top: -25px !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    h3.card-title.job-search-results-card-title {
        width: 250px;
        display: inline-block;
    }
    .kctcs-job-search .job-component-details {
        margin-top: -25px !important;
        padding-bottom: 110px;
    }
    .job-search-results .card-footer {
        padding: 0;
    }
}
/* ==================END JOB SEARCH PAGE STYLING================== */
/* ==================BEGIN JOB LISTING PAGE STYLING================== */
.block-job-description .job-description-controls .btn {
    line-height: 1.7;
}
.block-job-description .job-description-controls .btn.candidate-favourite {
    margin-left: 0;
}
.job-description-cta-sidebar {
    background-color: #f2f2f2;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.job-description-cta-sidebar .selectize-control.multi .selectize-input > div {
  background-color: #00467f;
}

/* ==================END JOB LISTING PAGE STYLING================== */

/* ==================BEGIN YELLOW BORDER CARD STYLING================== */
.yellow-border-hover-card-each {
    background-color: #fff;
    padding: 1.2rem;
    border: 0.5rem solid transparent;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
.yellow-border-hover-card-each a {
    color: #00467f;
    font-size: 1.7rem;
    font-weight: 700;
    display: inline;
    border-bottom: 4px solid transparent;
    -webkit-transition: border-bottom .3s ease;
    transition: border-bottom .3s ease;
}
.yellow-border-hover-card-each:hover a {
    border-bottom: 4px solid #00467f;
    text-decoration: none;
}
.yellow-border-hover-card-each .page-block:after {
    visibility: hidden;
    border: none!important;
    font: var(--fa-font-solid);
    content: "\f178";
    vertical-align: 0; /* to center vertically */
    font-size: 2rem;
}
.yellow-border-hover-card-each p {
    font-size: 20px;
    line-height: 1.35;
}
.yellow-border-hover-card-each:hover .page-block:after {
/*   display: inline-block; */
    visibility: visible;
}
.yellow-border-hover-card-each:hover {
    border: 0.5rem solid #e7a614;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-box-shadow: 0.125rem 0.125rem 0.5rem rgb(0 0 0 / 50%);
    box-shadow: 0.125rem 0.125rem 0.5rem rgb(0 0 0 / 50%);
}
@media (max-width: 767px) {
    .yellow-border-hover-card-each {
        margin-top: 1rem;
    }
}
/* ==================END YELLOW BORDER CARD STYLING================== */

/* ==================BEGIN HOVER ICON CARD STYLING================== */
.hover-icon-card-each {
    background-color: #fff;
    padding: 1.2rem;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hover-icon-card-each img {
    height: auto;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hover-icon-card-each:hover img {
    transform: scale(1.3);
}
.hover-icon-card-each a {
    color: #00467f;
    font-size: 1.7rem;
    font-weight: 700;
    display: inline;
    border-bottom: 4px solid transparent;
    -webkit-transition: border-bottom .3s ease;
    transition: border-bottom .3s ease;
}
.hover-icon-card-each:hover a {
    border-bottom: 4px solid #00467f;
    text-decoration: none;
}

.hover-icon-card-each p {
    font-size: 20px;
    line-height: 1.35;
}

.hover-icon-card-each:hover {
    -webkit-transition: all 3s ease-in-out;
    transition: all .3s ease-in-out;
}
@media (max-width: 767px) {
    .hover-icon-card-each {
        margin-top: 1rem;
    }
}
/* ==================END HOVER ICON CARD STYLING================== */