/*
 * Synectics refreshed UI
 * Shared by the homepage, employers, services, and industry templates.
 */

.home-refresh,
.employers-refresh,
.services-refresh,
.industry-refresh,
.site-refresh,
.about-refresh,
.blog-refresh,
.contact-refresh,
.jobs-refresh,
.job-detail-refresh {
    --ui-primary: #539AD1;
    --ui-primary-dark: #0876a6;
    --ui-ink: #172b3a;
    --ui-muted: #60717d;
    --ui-soft: #f3f8fb;
    --ui-line: #dce8ef;
    --ui-shadow: 0 12px 35px rgba(23, 43, 58, .08);
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: var(--ui-ink);
}

/* ==========================================================
   Global premium design system
   ========================================================== */

:root {
    --ui-font-family: "Roboto", Arial, sans-serif;
    --ui-body-size: 15px;
    --ui-body-line: 1.65;
    --ui-h1-size: 34px;
    --ui-h2-size: 28px;
    --ui-h3-size: 20px;
    --ui-h4-size: 18px;
    --ui-h5-size: 16px;
    --ui-h6-size: 14px;
    --ui-section-space: 64px;
    --ui-section-space-mobile: 44px;
    --ui-button-height: 46px;
    --ui-radius: 6px;
}

html {
    font-size: 16px;
}

body {
    color: var(--ui-ink);
    font-family: var(--ui-font-family);
    font-size: var(--ui-body-size);
    font-weight: 400;
    line-height: var(--ui-body-line);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: var(--ui-ink);
    font-family: var(--ui-font-family) !important;
    font-style: normal;
    font-weight: 700 !important;
    letter-spacing: .1px;
}

body h1 {
    margin: 0 0 22px;
    font-size: var(--ui-h1-size) !important;
    line-height: 1.15;
}

body h2 {
    margin: 0 0 18px;
    font-size: var(--ui-h2-size) !important;
    line-height: 1.2;
}

body h3 {
    margin: 0 0 14px;
    font-size: var(--ui-h3-size) !important;
    line-height: 1.35;
}

body h4 {
    margin: 0 0 12px;
    font-size: var(--ui-h4-size) !important;
    line-height: 1.4;
}

body h5 {
    margin: 0 0 10px;
    font-size: var(--ui-h5-size) !important;
    line-height: 1.45;
}

body h6 {
    margin: 0 0 10px;
    font-size: var(--ui-h6-size) !important;
    line-height: 1.5;
}

body p,
body li,
body label,
body input,
body select,
body textarea,
body button {
    font-family: var(--ui-font-family);
}

body p {
    margin: 0 0 16px;
    font-size: var(--ui-body-size);
    font-weight: 400;
    line-height: var(--ui-body-line);
    letter-spacing: 0;
}

body li {
    line-height: var(--ui-body-line);
}

body .synectics-main-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body .synectics-main-section:not(.synectics-counter-full):not(.map-full),
body .careerfy-main-section,
body .jobsearch-main-section {
    padding-top: var(--ui-section-space) !important;
    padding-bottom: var(--ui-section-space) !important;
}

body input[type="text"],
body input[type="password"],
body input[type="email"],
body input[type="number"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="date"],
body select {
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius);
    color: var(--ui-ink);
    font-size: 14px;
    line-height: 1.4;
    transition: border-color .2s ease, box-shadow .2s ease;
}

body textarea {
    min-height: 130px;
    padding: 12px 14px;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-radius);
    color: var(--ui-ink);
    font-size: 14px;
    line-height: 1.55;
    transition: border-color .2s ease, box-shadow .2s ease;
}

body input:focus,
body select:focus,
body textarea:focus {
    border-color: var(--ui-primary);
    box-shadow: 0 0 0 3px rgba(21, 155, 211, .13);
    outline: 0;
}

body .btn:not(.navbar-toggle),
body a.synectics-static-btn,
body a.synectics-simple-btn,
body .synectics-plain-btn > a,
body a.synectics-read-more,
body a.synectics-classic-priceplane-btn,
body a.synectics-option-btn,
body a.synectics-classic-btn,
body a.synectics-text-btn,
body a.em-cta-btn,
body .synectics-banner-btn > a,
body button:not(.navbar-toggle):not(.slick-arrow):not([class*="close"]),
body input[type="submit"]:not(#mybtn-primary) {
    display: inline-flex;
   /* min-width: 120px;*/
    height: var(--ui-button-height);
    min-height: var(--ui-button-height);
    padding: 0 24px !important;
    /*border: 1px solid var(--ui-primary-dark) !important;
    border-radius: var(--ui-radius) !important;
    background: var(--ui-primary-dark) !important;
    box-shadow: 0 7px 18px rgba(8, 118, 166, .18);*/
    color: #fff !important;
    font-family: var(--ui-font-family);
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .35px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

body .btn:not(.navbar-toggle):hover,
body .btn:not(.navbar-toggle):focus,
body a.synectics-static-btn:hover,
body a.synectics-simple-btn:hover,
body .synectics-plain-btn > a:hover,
body a.synectics-read-more:hover,
body a.synectics-classic-priceplane-btn:hover,
body a.synectics-option-btn:hover,
body a.synectics-classic-btn:hover,
body a.synectics-text-btn:hover,
body a.em-cta-btn:hover,
body .synectics-banner-btn > a:hover,
body button:not(.navbar-toggle):not(.slick-arrow):not([class*="close"]):hover,
body input[type="submit"]:not(#mybtn-primary):hover {
    border-color: var(--ui-primary) !important;
    background: var(--ui-primary) !important;
    box-shadow: 0 10px 24px rgba(8, 118, 166, .25);
    color: #fff !important;
    transform: translateY(-2px);
}

body .back-to-top,
body .slick-arrow,
body .synectics-banner-submit,
body .synectics-banner-submit input,
body .navbar-toggle {
    min-width: 0;
    box-shadow: none;
    text-transform: none;
}

body .synectics-banner-search input[type="text"] {
    min-height: 58px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

@media (max-width: 1199px) {
    :root {
        --ui-h1-size: 32px;
        --ui-h2-size: 26px;
        --ui-section-space: 54px;
    }
}

@media (max-width: 767px) {
    :root {
        --ui-body-size: 15px;
        --ui-h1-size: 28px;
        --ui-h2-size: 24px;
    }

    body .synectics-main-section:not(.synectics-counter-full):not(.map-full),
    body .careerfy-main-section,
    body .jobsearch-main-section {
        padding-top: var(--ui-section-space-mobile) !important;
        padding-bottom: var(--ui-section-space-mobile) !important;
    }

    body .btn:not(.navbar-toggle),
    body a.synectics-static-btn,
    body a.synectics-simple-btn,
    body .synectics-plain-btn > a,
    body a.synectics-read-more,
    body a.synectics-classic-priceplane-btn,
    body a.synectics-option-btn,
    body a.synectics-classic-btn,
    body a.synectics-text-btn,
    body a.em-cta-btn,
    body .synectics-banner-btn > a,
    body button:not(.navbar-toggle):not(.slick-arrow):not([class*="close"]),
    body input[type="submit"]:not(#mybtn-primary) {
        max-width: 100%;
        padding-right: 18px !important;
        padding-left: 18px !important;
    }
}

body .services-page .btn-secondary,
body .services-page .btn-secondary:hover,
body .services-page .btn-secondary:focus {
    border-color: var(--ui-primary-dark) !important;
    background: #fff !important;
    box-shadow: none;
    color: var(--ui-primary-dark) !important;
    transform: none;
}

.home-refresh *,
.employers-refresh *,
.services-refresh *,
.industry-refresh * {
    box-sizing: border-box;
}

.employers-refresh .synectics-subheader,
.services-refresh .synectics-subheader,
.industry-refresh .synectics-subheader {
    overflow: hidden;
}

.employers-refresh .synectics-page-title h1,
.services-refresh .synectics-page-title h1,
.industry-refresh .synectics-page-title h1 {
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.employers-refresh .synectics-main-content,
.services-refresh .synectics-main-content,
.industry-refresh .synectics-main-content {
    background: #fff;
}

/* Shared headings */
.employers-page .em-section-heading,
.services-page .em-section-heading,
.industry-page .synectics-fancy-title {
    float: none;
    clear: both;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.employers-page .em-section-heading h2,
.services-page .em-section-heading h2,
.industry-page .synectics-fancy-title h2 {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
    padding-bottom: 18px;
    color: var(--ui-primary);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    overflow-wrap: anywhere;
    text-transform: capitalize;
}

.employers-page .em-section-heading h2:after,
.services-page .em-section-heading h2:after,
.industry-page .synectics-fancy-title h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 4px;
    border-radius: 4px;
    background: var(--ui-primary);
    content: "";
    transform: translateX(-50%);
}

.employers-page .em-section-heading p,
.services-page .em-section-heading p,
.industry-page .synectics-fancy-title p {
    float: none;
    width: 100%;
    margin: 17px auto 0;
    color: var(--ui-muted);
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
}

/* Shared employer/service solution rows */
.employers-page .em-section,
.services-page .em-section {
    padding: 72px 0;
}

.employers-page .em-section-soft,
.services-page .em-section-soft {
    background: var(--ui-soft);
}

.employers-page .em-solution,
.services-page .em-solution {
    display: flex;
    min-height: 300px;
    margin-bottom: 28px;
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--ui-shadow);
    align-items: center;
}

.employers-page .em-solution:last-child,
.services-page .em-solution:last-child {
    margin-bottom: 0;
}

.employers-page .em-solution-media,
.employers-page .em-solution-copy,
.services-page .em-solution-media,
.services-page .em-solution-copy {
    width: 50%;
}

.employers-page .em-solution-media,
.services-page .em-solution-media {
    flex: 0 0 50%;
    height: 320px;
}

.employers-page .em-solution-media img,
.services-page .em-solution-media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
}

.employers-page .em-solution-copy,
.services-page .em-solution-copy {
    padding: 44px 50px;
}

.employers-page .em-solution-copy h3,
.services-page .em-solution-copy h3 {
    margin: 0 0 14px;
    color: var(--ui-ink);
    font-size: 27px;
    font-weight: 700;
    line-height: 1.3;
}

.employers-page .em-solution-copy p,
.services-page .em-solution-copy p {
    margin: 0;
    color: var(--ui-muted);
    font-size: 16px;
    line-height: 1.75;
}

.employers-page .em-solution-label {
    display: block;
    margin-bottom: 10px;
    color: var(--ui-primary-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

/* Shared card grids */
.employers-page .em-card-grid,
.services-page .em-card-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -24px;
    padding: 0;
    list-style: none;
}

.employers-page .em-card-grid > li,
.services-page .em-card-grid > li {
    display: flex;
    width: 33.333%;
    margin: 0 0 24px;
    padding: 0 12px;
}

.employers-page .em-card,
.services-page .em-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(23, 43, 58, .06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.employers-page .em-card:hover,
.services-page .em-card:hover {
    box-shadow: 0 16px 38px rgba(23, 43, 58, .12);
    transform: translateY(-5px);
}

.employers-page .em-card img,
.services-page .em-card img {
    display: block;
    width: 100%;
    height: 155px;
    object-fit: cover;
}

.employers-page .em-card-body,
.services-page .em-card-body {
    padding: 25px 25px 28px;
}

.employers-page .em-card h3,
.services-page .em-card h3 {
    margin: 0 0 10px;
    color: var(--ui-ink);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
}

.employers-page .em-card p,
.services-page .em-card p {
    margin: 0;
    color: var(--ui-muted);
    font-size: 15px;
    line-height: 1.65;
}

.employers-page .em-expertise-card,
.services-page .em-expertise-card {
    padding-top: 6px;
    text-align: center;
}

.employers-page .em-expertise-card img,
.services-page .em-expertise-card img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.employers-page .em-expertise-card .em-card-body,
.services-page .em-expertise-card .em-card-body {
    padding-top: 22px;
}

/* Shared CTA */
.employers-page .em-cta,
.services-page .em-cta,
.industry-page .em-cta {
    position: relative;
    margin: 0 0 76px;
    overflow: hidden;
    border-radius: 18px;
    background: linear-gradient(125deg, var(--ui-primary-dark), #13b5ea);
    box-shadow: 0 18px 45px rgba(8, 118, 166, .25);
    color: #fff;
    text-align: center;
}

.employers-page .em-cta:before,
.employers-page .em-cta:after,
.services-page .em-cta:before,
.services-page .em-cta:after,
.industry-page .em-cta:before,
.industry-page .em-cta:after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    content: "";
}

.employers-page .em-cta:before,
.services-page .em-cta:before,
.industry-page .em-cta:before {
    top: -90px;
    left: -60px;
    width: 230px;
    height: 230px;
}

.employers-page .em-cta:after,
.services-page .em-cta:after,
.industry-page .em-cta:after {
    right: -45px;
    bottom: -110px;
    width: 260px;
    height: 260px;
}

.employers-page .em-cta-inner,
.services-page .em-cta-inner,
.industry-page .em-cta-inner {
    position: relative;
    z-index: 1;
    padding: 54px 30px;
}

.employers-page .em-cta h2,
.services-page .em-cta h2,
.industry-page .em-cta h2 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
}

.employers-page .em-cta p,
.services-page .em-cta p,
.industry-page .em-cta p {
    margin: 0 0 25px;
    color: rgba(255, 255, 255, .9);
    font-size: 17px;
    line-height: 1.7;
}

.employers-page .em-cta-btn,
.services-page .em-cta-btn,
.industry-page .em-cta-btn {
    display: inline-block;
    padding: 15px 29px;
    border: 2px solid #fff;
    border-radius: 5px;
    /*background: #fff;*/
    color: var(--ui-primary-dark);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
}

.employers-page .em-cta-btn:hover,
.employers-page .em-cta-btn:focus,
.services-page .em-cta-btn:hover,
.services-page .em-cta-btn:focus,
.industry-page .em-cta-btn:hover,
.industry-page .em-cta-btn:focus {
    background: transparent;
    color: #fff;
}

/* Services page */
.services-page {
    padding: 72px 0;
}

.services-page .content-section {
    display: none;
}

.services-page #employers {
    display: block;
}

.services-page > .container > .row:first-child {
    display: flex;
    margin-bottom: 64px;
    align-items: center;
}

.services-page .synectics-about-text {
    padding-right: 45px;
}

.services-page .synectics-about-text h2 {
    margin: 0 0 18px;
    color: var(--ui-ink);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.services-page .synectics-about-text p {
    color: var(--ui-muted);
    font-size: 18px;
    line-height: 1.75;
}

.services-page .synectics-about-thumb img {
    display: block;
    width: 100%;
    height: 310px;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(23, 43, 58, .13);
    object-fit: cover;
}

.services-page .mt-4 {
    width: 100%;
    margin: 0;
    padding: 0;
}

.services-page .mt-4 > [role="group"] {
    display: flex;
    width: max-content;
    margin: 0 auto 45px;
    padding: 6px;
    border: 1px solid var(--ui-line);
    border-radius: 10px;
    background: var(--ui-soft);
}

.services-page #employersButton,
.services-page #jobSeekersButton {
    min-width: 150px;
    padding: 13px 24px !important;
    border: 0;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.services-page .btn-primary {
    background: var(--ui-primary-dark);
    box-shadow: 0 6px 15px rgba(8, 118, 166, .2);
    color: #fff;
}

.services-page .btn-secondary {
    background: transparent;
    color: var(--ui-muted);
}

.services-page .content-section {
    padding: 0 !important;
}

.services-page .content-section > .container {
    width: 100%;
    padding: 0;
}

.services-page .content-section .em-section-soft {
    margin-top: 70px;
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 18px;
}

.services-page > .container > .row:last-of-type {
    margin-right: 0;
    margin-left: 0;
}

/* Industry template */
.industry-page {
    padding: 72px 0 0;
    background: #fff;
}

.industry-page > .container > .row:first-child {
    display: flex;
    margin-bottom: 78px;
    align-items: center;
}

.industry-page .synectics-about-text {
    padding-right: 52px;
}

.industry-page .synectics-about-text h3 {
    margin: 0 0 18px;
    color: var(--ui-ink);
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
}

.industry-page .synectics-about-text p {
    margin: 0;
    color: var(--ui-muted);
    font-size: 18px;
    line-height: 1.75;
}

.industry-page .synectics-about-thumb {
    position: relative;
    margin-right: 14px;
}

.industry-page .synectics-about-thumb:before {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 72%;
    height: 72%;
    border-radius: 18px;
    background: var(--ui-soft);
    content: "";
}

.industry-page .synectics-about-thumb img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 320px;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(23, 43, 58, .13);
    object-fit: cover;
}

.industry-page > .container > .row:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
}

.industry-page .careerfy-about-text,
.industry-page .careerfy-about-text > .col-md-12 {
    float: none;
    width: 100%;
    padding: 0;
}

.industry-page .synectics-fancy-title {
    margin-top: 0;
}

.industry-page .synectics-plain-services {
    margin-bottom: 76px;
}

.industry-page .synectics-plain-services > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -24px;
}

.industry-page .synectics-plain-services > ul > li {
    display: flex;
    margin-bottom: 24px;
    padding: 0 12px;
}

.industry-page .cls-services-css {
    width: 100%;
    /* min-height: 270px; */
    padding: 20px 20px;
    border: 1px solid var(--ui-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(23, 43, 58, .06);
    text-align: center;
    transition: transform .25s ease, box-shadow .25s ease;
}

.industry-page .cls-services-css:hover {
    box-shadow: 0 16px 38px rgba(23, 43, 58, .12);
    transform: translateY(-5px);
}

.industry-page .cls-services-css img {
    display: block;
    /* width: 100% !important;
    height: 115px !important; */
    margin: 0 auto 22px;
    border-radius: 10px !important;
    background: #204483;
    object-fit: contain;
}

.industry-page .cls-services-css h2 {
    margin: 0 0 11px;
    padding: 0 !important;
    color: var(--ui-ink);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.35;
}

.industry-page .cls-services-css p {
    margin: 0;
    color: var(--ui-muted);
    font-size: 15px;
    line-height: 1.65;
}

.industry-page .synectics-plain-services + .synectics-fancy-title {
    margin-top: 8px;
}

.industry-page .synectics-plain-services:nth-of-type(2) .cls-services-css {
    /* min-height: 220px; */
}

.industry-page .how-we-staff-grid > ul > li.col-md-3 {
    width: 20%;
}

.industry-page .em-cta {
    margin-top: 10px;
}

.industry-page .cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 5%;
    padding: 0;
}

.services-refresh .check-icon,
.industry-refresh .check-icon {
    margin-right: 5px;
    color: #539ad1;
    font-size: 16px;
}

/* Laptop and tablet */
@media (max-width: 1199px) {
    .services-page,
    .industry-page {
        padding-top: 62px;
    }

    .employers-page .em-solution-copy,
    .services-page .em-solution-copy {
        padding: 36px;
    }

    .industry-page .synectics-about-text {
        padding-right: 30px;
    }
}

@media (max-width: 991px) {
    .employers-page .em-section-heading h2,
    .services-page .em-section-heading h2,
    .industry-page .synectics-fancy-title h2,
    .services-page .synectics-about-text h2,
    .industry-page .synectics-about-text h3 {
        font-size: 32px;
    }

    .employers-page .em-card-grid > li,
    .services-page .em-card-grid > li {
        width: 50%;
    }

    .services-page > .container > .row:first-child,
    .industry-page > .container > .row:first-child {
        margin-bottom: 58px;
    }

    .industry-page .synectics-plain-services > ul > li.col-md-4,
    .industry-page .synectics-plain-services > ul > li.col-md-3 {
        width: 50%;
    }

    .industry-page .how-we-staff-grid > ul > li.col-md-3 {
        width: 33.333%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .employers-page .em-section,
    .services-page .em-section {
        padding: 52px 0;
    }

    .employers-page .em-section-heading,
    .services-page .em-section-heading,
    .industry-page .synectics-fancy-title {
        margin-bottom: 34px;
    }

    .employers-page .em-section-heading h2,
    .services-page .em-section-heading h2,
    .industry-page .synectics-fancy-title h2,
    .services-page .synectics-about-text h2,
    .industry-page .synectics-about-text h3 {
        font-size: 28px;
    }

    .employers-page .em-section-heading p,
    .services-page .em-section-heading p,
    .industry-page .synectics-fancy-title p,
    .services-page .synectics-about-text p,
    .industry-page .synectics-about-text p {
        font-size: 16px;
    }

    .employers-page .em-solution,
    .services-page .em-solution {
        display: flex;
        flex-direction: column;
    }

    .employers-page .em-solution-media,
    .employers-page .em-solution-copy,
    .services-page .em-solution-media,
    .services-page .em-solution-copy {
        width: 100%;
    }

    .employers-page .em-solution-media,
    .services-page .em-solution-media {
        order: 1;
        height: 220px;
        flex-basis: auto;
    }

    .employers-page .em-solution-copy,
    .services-page .em-solution-copy {
        order: 2;
        padding: 30px 25px 34px;
    }

    .employers-page .em-solution-copy h3,
    .services-page .em-solution-copy h3 {
        font-size: 23px;
    }

    .employers-page .em-card-grid > li,
    .services-page .em-card-grid > li {
        width: 100%;
    }

    .employers-page .em-cta,
    .services-page .em-cta,
    .industry-page .em-cta {
        margin-bottom: 55px;
    }

    .employers-page .em-cta-inner,
    .services-page .em-cta-inner,
    .industry-page .em-cta-inner {
        padding: 42px 22px;
    }

    .employers-page .em-cta h2,
    .services-page .em-cta h2,
    .industry-page .em-cta h2 {
        font-size: 27px;
    }

    .services-page,
    .industry-page {
        padding: 52px 0 0;
    }

    .services-page > .container > .row:first-child,
    .industry-page > .container > .row:first-child {
        display: block;
        margin-bottom: 52px;
    }

    .services-page .synectics-about-text,
    .industry-page .synectics-about-text {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .services-page .synectics-about-thumb img,
    .industry-page .synectics-about-thumb img {
        height: 250px;
    }

    .services-page .mt-4 > [role="group"] {
        width: 100%;
    }

    .services-page #employersButton,
    .services-page #jobSeekersButton {
        width: 50%;
        min-width: 0;
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .services-page .content-section .em-section-soft {
        padding-right: 15px;
        padding-left: 15px;
    }

    .industry-page .synectics-plain-services {
        margin-bottom: 58px;
    }

    .industry-page .synectics-plain-services > ul > li.col-md-4,
    .industry-page .synectics-plain-services > ul > li.col-md-3 {
        width: 100%;
    }

    .industry-page .how-we-staff-grid > ul > li.col-md-3 {
        width: 100%;
    }

    .industry-page .cls-industries-ul {
        grid-template-columns: 1fr;
    }

    .industry-page .cls-services-css {
        min-height: 0;
    }
}

@media (max-width: 480px) {
    .employers-refresh .synectics-page-title h1,
    .services-refresh .synectics-page-title h1,
    .industry-refresh .synectics-page-title h1 {
        font-size: 25px;
    }

    .industry-page .synectics-about-thumb {
        margin-right: 8px;
    }
}

/* Site-wide typography and inner-page refresh */
:root {
    --ui-primary: #159bd3;
    --ui-primary-dark: #0876a6;
    --ui-ink: #172b3a;
    --ui-muted: #60717d;
    --ui-soft: #f3f8fb;
    --ui-line: #dce8ef;
    --ui-shadow: 0 12px 35px rgba(23, 43, 58, .08);
    --ui-heading-font: "Roboto", Arial, sans-serif;
    --ui-section-heading-size: 28px;
}

html,
body,
.synectics-wrapper {
    max-width: 100%;
}

body {
    overflow-x: hidden;
}

.synectics-fancy-title,
.jobsearch-fancy-title,
.em-section-heading {
    float: none;
    clear: both;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 46px;
    text-align: center;
}

.synectics-fancy-title h1,
.synectics-fancy-title h2,
.jobsearch-fancy-title h1,
.jobsearch-fancy-title h2,
.em-section-heading h1,
.em-section-heading h2,
.site-refresh .synectics-about-text > h2,
.site-refresh .synectics-about-text > h3,
.site-refresh .synectics-contact-info-sec > h2 {
    position: relative;
    float: none;
    width: 100%;
    margin: 0 0 18px;
    color: var(--ui-primary);
    font-family: var(--ui-heading-font) !important;
    font-size: var(--ui-section-heading-size) !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 1.2;
    letter-spacing: .2px;
    overflow-wrap: anywhere;
    text-transform: capitalize;
}

.synectics-fancy-title h1,
.synectics-fancy-title h2,
.jobsearch-fancy-title h1,
.jobsearch-fancy-title h2,
.em-section-heading h1,
.em-section-heading h2 {
    padding-bottom: 18px;
    text-align: center;
}

.synectics-fancy-title h1:after,
.synectics-fancy-title h2:after,
.jobsearch-fancy-title h1:after,
.jobsearch-fancy-title h2:after,
.em-section-heading h1:after,
.em-section-heading h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 4px;
    border-radius: 4px;
    background: var(--ui-primary);
    content: "";
    transform: translateX(-50%);
}

.synectics-fancy-title p,
.jobsearch-fancy-title p,
.em-section-heading p {
    float: none;
    width: 100%;
    margin: 0 auto;
    color: var(--ui-muted);
    font-family: var(--ui-heading-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}

/* Header and dropdowns */
.synectics-header-one {
    position: relative;
    z-index: 100;
    background: #fff;
    box-shadow: 0 1px 0 rgba(23, 43, 58, .08);
}

.synectics-header-one .navbar-nav > li > a {
    font-weight: 500;
    letter-spacing: .1px;
}

.synectics-header-one .navbar-nav > li > .sub-menu {
    min-width: 235px;
    padding: 9px 0;
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(23, 43, 58, .15);
}

.synectics-header-one .navbar-nav .sub-menu > li {
    padding: 0 9px;
}

.synectics-header-one .navbar-nav .sub-menu > li > a {
    display: block;
    padding: 9px 14px;
    border: 0;
    border-radius: 6px;
    color: var(--ui-ink);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    white-space: normal;
    transition: background .2s ease, color .2s ease, padding .2s ease;
}

.synectics-header-one .navbar-nav .sub-menu > li:hover > a,
.synectics-header-one .navbar-nav .sub-menu > li.active > a {
    padding-left: 18px;
    background: var(--ui-soft);
    color: var(--ui-primary-dark);
}

/* Shared inner pages */
.site-refresh {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: var(--ui-ink);
}

.site-refresh * {
    box-sizing: border-box;
}

.site-refresh .synectics-subheader {
    overflow: hidden;
}

.site-refresh .synectics-page-title h1 {
    font-family: var(--ui-heading-font);
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: .2px;
    overflow-wrap: anywhere;
}

.site-refresh .synectics-page-title p {
    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.65;
}

/* About Us pages */
.about-refresh .synectics-about-text-full {
    padding: 72px 0;
}

.about-refresh .synectics-about-text-full > .container > .row:first-child {
    display: flex;
    margin-bottom: 68px;
    align-items: center;
}

.about-refresh .synectics-about-text {
    padding-right: 45px;
}

.about-refresh .synectics-about-text p {
    color: var(--ui-muted);
    font-size: 16px;
    line-height: 1.78;
}

.about-refresh .synectics-about-thumb img {
    display: block;
    width: 100%;
    max-height: 380px;
    border-radius: 16px;
    box-shadow: 0 18px 45px rgba(23, 43, 58, .13);
    object-fit: cover;
}

.about-refresh .team-box {
    height: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(23, 43, 58, .06);
    transition: box-shadow .25s ease, transform .25s ease;
}

.about-refresh .team-box:hover {
    box-shadow: 0 16px 38px rgba(23, 43, 58, .12);
    transform: translateY(-4px);
}

.about-refresh .team-box .team-img img {
    width: 100%;
    height: 260px;
    border-radius: 0;
    object-fit: cover;
}

.about-refresh .team-name {
    padding: 18px 15px 6px;
}

.about-refresh .team-title-cl {
    color: var(--ui-primary-dark) !important;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.about-refresh .team-content {
    min-height: 75px;
    padding: 4px 15px 20px;
}

.about-refresh .synectics-about-sub {
    display: block;
    margin: 22px 0 7px;
    color: var(--ui-ink);
    font-size: 17px;
    font-weight: 700;
}

.about-refresh .synectics-about-text-full .row > .text-center > h2 {
    position: relative;
    margin: 0 auto 34px;
    padding-bottom: 18px;
    color: var(--ui-primary);
    font-family: var(--ui-heading-font);
    font-size: var(--ui-section-heading-size);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .2px;
    text-align: center;
}

.about-refresh .synectics-about-text-full .row > .text-center > h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 4px;
    border-radius: 4px;
    background: var(--ui-primary);
    content: "";
    transform: translateX(-50%);
}

.technology-refresh .synectics-about-text > h2:not(:first-child) {
    margin-top: 42px;
}

.technology-refresh .callout-phrase {
    color: var(--ui-ink);
    font-weight: 700;
}

/* Blog cards */
.blog-refresh .synectics-classic-priceplane-full {
    padding: 72px 0;
    background: var(--ui-soft);
}

.blog-refresh .synectics-classic-priceplane-full .row {
    display: flex;
    flex-wrap: wrap;
}

.blog-refresh .synectics-classic-priceplane-full .row > .col-md-4 {
    display: flex;
    margin-bottom: 28px;
}

.blog-refresh .synectics-classic-priceplane {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border: 1px solid var(--ui-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 9px 28px rgba(23, 43, 58, .07);
    flex-direction: column;
    transition: box-shadow .25s ease, transform .25s ease;
}

.blog-refresh .synectics-classic-priceplane:hover {
    box-shadow: 0 17px 38px rgba(23, 43, 58, .13);
    transform: translateY(-5px);
}

.blog-refresh .synectics-classic-priceplane > img {
    display: block;
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.blog-refresh .synectics-priceplane-section {
    min-height: 132px;
    padding: 24px 25px 16px;
    border: 0;
}

.blog-refresh .synectics-priceplane-section h3 {
    margin: 0 0 12px;
    color: var(--ui-ink);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.blog-refresh .synectics-priceplane-section .card-text {
    margin: 0;
    padding: 0 !important;
    color: var(--ui-primary-dark);
    font-size: 13px;
    font-weight: 600;
}

.blog-refresh .grab-classic-priceplane {
    display: flex;
    padding: 0 25px 27px;
    flex: 1;
    flex-direction: column;
}

.blog-refresh .grab-classic-priceplane p {
    margin-bottom: 20px;
    color: var(--ui-muted);
    font-size: 15px;
    line-height: 1.65;
}

.blog-refresh .synectics-classic-priceplane-btn {
    margin-top: auto;
    padding: 12px 18px;
    border-radius: 5px;
    background: var(--ui-primary-dark);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
    text-transform: uppercase;
}

/* Contact page */
.contact-refresh .map-full {
    padding: 0;
}

.contact-refresh .map-full iframe {
    display: block;
}

.contact-refresh .synectics-contact-form-full-section {
    padding: 72px 0;
    background: var(--ui-soft);
}

.contact-refresh .synectics-contact-form-full-section .col-md-12 {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.contact-refresh .synectics-contact-info-sec,
.contact-refresh .synectics-contact-form {
    display: flow-root;
    float: none;
    width: calc(50% - 14px);
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 34px;
    border: 1px solid var(--ui-line);
    border-radius: 16px;
    box-shadow: var(--ui-shadow);
}

.contact-refresh .synectics-contact-info-sec {
    background: linear-gradient(145deg, #173348, #0876a6);
}

.contact-refresh .synectics-contact-form {
    background: #fff;
}

.contact-refresh .synectics-contact-info-sec > h2 {
    color: #fff;
    font-size: 30px;
}

.contact-refresh .synectics-contact-info-sec > .row {
    margin-right: -7px !important;
    margin-bottom: 28px !important;
    margin-left: -7px !important;
}

.contact-refresh .synectics-contact-info-sec > .row > div {
    padding: 0 7px;
}

.contact-refresh .synectics-contact-info-sec > .row img {
    height: 180px;
    border-radius: 10px;
    object-fit: cover;
}

.contact-refresh .synectics-contact-info-list {
    float: none;
    margin-bottom: 24px;
}

.contact-refresh .synectics-contact-info-list li {
    line-height: 1.65;
}

.contact-refresh .synectics-contact-media iframe,
.contact-refresh .synectics-contact-info-sec iframe {
    border-radius: 10px;
}

.contact-refresh .synectics-contact-form h4 {
    margin: 0 0 10px;
    color: var(--ui-ink);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.4;
}

.contact-refresh .synectics-contact-form h6 {
    margin-bottom: 28px;
    color: var(--ui-primary-dark);
    font-size: 16px;
}

.contact-refresh .synectics-contact-form ul {
    float: none;
    margin: 0;
}

.contact-refresh .synectics-contact-form ul li {
    width: 100%;
    padding: 0;
}

.contact-refresh .synectics-contact-form input[type="text"],
.contact-refresh .synectics-contact-form input[type="email"],
.contact-refresh .synectics-contact-form textarea {
    width: 100%;
    border: 1px solid var(--ui-line);
    border-radius: 7px;
    background: #fff;
    box-shadow: none;
}

.contact-refresh .synectics-contact-form input[type="text"],
.contact-refresh .synectics-contact-form input[type="email"] {
    height: 48px;
}

.contact-refresh .synectics-contact-form input[type="submit"] {
    padding: 13px 28px;
    border: 0;
    border-radius: 5px;
    background: var(--ui-primary-dark);
    font-weight: 700;
}

.contact-refresh .synectics-contact-form-full-section .row > .col-md-12:nth-child(2) {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-refresh .synectics-contact-form-full-section .row > .col-md-12:nth-child(2) .synectics-contact-info-sec {
    width: 100%;
}

.contact-refresh .contact-service-full {
    padding: 72px 0;
}

.contact-refresh .contact-service-full .row {
    display: flex;
    flex-wrap: wrap;
}

.contact-refresh .cls-contact-team {
    display: flex;
    margin-top: 0;
}

.contact-refresh .cls-contact-team .team-box {
    width: 100%;
    padding: 25px;
    border: 1px solid var(--ui-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: var(--ui-shadow);
}

.contact-refresh .cls-contact-team .team-img img {
    /*width: 100%;*/
    /*height: 250px;*/
    /*border-radius: 10px;*/
    /*object-fit: cover;*/
}

@media (max-width: 991px) {
    :root {
        --ui-section-heading-size: 28px;
    }

    .contact-refresh .synectics-contact-info-sec,
    .contact-refresh .synectics-contact-form {
        width: 100%;
    }

    .contact-refresh .synectics-contact-form-full-section .row > .col-md-12:nth-child(2) {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    :root {
        --ui-section-heading-size: 26px;
    }

    .synectics-fancy-title,
    .jobsearch-fancy-title,
    .em-section-heading {
        margin-bottom: 34px;
    }

    .synectics-fancy-title p,
    .jobsearch-fancy-title p,
    .em-section-heading p {
        font-size: 16px;
    }

    .synectics-header-one .navbar-nav > li > .sub-menu {
        min-width: 0;
        padding: 5px 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .synectics-header-one .navbar-nav .sub-menu > li {
        padding: 0 8px;
    }

    .about-refresh .synectics-about-text-full,
    .blog-refresh .synectics-classic-priceplane-full,
    .contact-refresh .synectics-contact-form-full-section,
    .contact-refresh .contact-service-full {
        padding: 52px 0;
    }

    .about-refresh .synectics-about-text-full > .container > .row:first-child {
        display: block;
        margin-bottom: 50px;
    }

    .about-refresh .synectics-about-text {
        margin-bottom: 30px;
        padding-right: 0;
    }

    .about-refresh .synectics-about-thumb img {
        max-height: none;
        height: 260px;
    }

    .blog-refresh .synectics-classic-priceplane-full .row {
        display: block;
    }

    .blog-refresh .synectics-classic-priceplane-full .row > .col-md-4 {
        display: block;
    }

    .contact-refresh .synectics-contact-form-full-section .col-md-12 {
        display: block;
    }

    .contact-refresh .synectics-contact-info-sec,
    .contact-refresh .synectics-contact-form {
        width: 100%;
        margin-bottom: 25px;
        padding: 26px 22px;
    }

    .contact-refresh .synectics-contact-form-full-section .row > .col-md-12:nth-child(2) {
        display: block;
    }

    .contact-refresh .synectics-contact-info-sec > .row > div {
        margin-bottom: 14px;
    }
}

body .services-page button.btn.btn-secondary,
body .services-page button.btn.btn-secondary:hover,
body .services-page button.btn.btn-secondary:focus {
    border-color: var(--ui-primary-dark) !important;
    background: #fff !important;
    box-shadow: none;
    color: var(--ui-primary-dark) !important;
    transform: none;
}

/* Component titles stay compact even where legacy markup uses h2. */
body .cls-services-css h2,
body .synectics-plain-services h2,
body .em-card h3,
body .em-solution-copy h3,
body .synectics-blog-grid-text h3,
body .synectics-priceplane-section h3,
body .synectics-table-layer h2,
body .synectics-table-layer h3,
body .team-box h5 {
    margin-bottom: 10px;
    font-family: var(--ui-font-family) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: 0;
}

body .team-box h5 {
    font-size: 16px !important;
}

/* Intro/content headings are distinct from major section headings. */
body .synectics-about-text > h2,
body .synectics-about-text > h3,
body .synectics-parallex-text > h2,
body .synectics-logo-text > h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
}

body .synectics-page-title h1 {
    font-size: 32px !important;
}

body.home-refresh .synectics-banner-caption h1 {
    font-size: 32px !important;
}

@media (max-width: 767px) {
    body .cls-services-css h2,
    body .synectics-plain-services h2,
    body .em-card h3,
    body .em-solution-copy h3,
    body .synectics-blog-grid-text h3,
    body .synectics-priceplane-section h3,
    body .synectics-table-layer h2,
    body .synectics-table-layer h3 {
        font-size: 19px !important;
    }

    body .synectics-about-text > h2,
    body .synectics-about-text > h3,
    body .synectics-parallex-text > h2,
    body .synectics-logo-text > h2 {
        font-size: 24px !important;
    }

    body .synectics-page-title h1 {
        font-size: 27px !important;
    }

    body.home-refresh .synectics-banner-caption h1 {
        font-size: 30px !important;
    }
}

/* Job listings
   Scoped to this page so API-rendered cards and filters inherit the shared UI
   without changing their markup or JavaScript behavior. */
body.jobs-refresh {
    overflow-x: hidden;
    background: #f5f8fb;
}

.jobs-refresh .synectics-subheader {
    /* min-height: 175px; */
    padding: 0;
    background-position: center 42%;
    background-size: cover;
}

.jobs-refresh .synectics-subheader .synectics-banner-transparent {
    background: linear-gradient(105deg, rgba(9, 34, 67, .88), rgba(38, 100, 154, .66));
}

.jobs-refresh .synectics-subheader .synectics-page-title {
    padding: 0;
}

.jobs-refresh .synectics-subheader .synectics-page-title h1 {
    height: 0;
    margin: 0;
    overflow: hidden;
    line-height: 0 !important;
}

.jobs-refresh .synectics-subheader-form-full {
    position: relative;
    z-index: 5;
    margin: -38px 0 0;
    padding: 0 0 36px;
    background: transparent;
}

.jobs-refresh .synectics-subheader-form {
    float: none;
    width: 100%;
    height: auto;
    min-height: 76px;
    max-width: 1040px;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid rgba(26, 72, 113, .12);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(15, 45, 78, .15);
}

.jobs-refresh .synectics-banner-search {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.jobs-refresh .synectics-banner-search ul {
    float: none;
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr) 58px;
    gap: 8px;
    margin: 0;
}

.jobs-refresh .synectics-banner-search ul li,
.jobs-refresh .synectics-banner-search ul li:last-child {
    float: none;
    width: auto;
    min-width: 0;
}

.jobs-refresh .synectics-banner-search input[type="text"] {
    float: none;
    width: 100%;
    height: 54px;
    padding: 8px 45px 8px 18px;
    border: 1px solid #dce5ed;
    border-radius: 8px !important;
    background: #f8fafc;
    color: #172f49;
    font-size: 15px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.jobs-refresh .synectics-banner-search input[type="text"]:focus {
    border-color: var(--ui-primary);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(83, 154, 209, .14);
}

.jobs-refresh .synectics-banner-search ul li > i {
    right: 17px;
    top: 19px;
    color: #5d7891;
}

.jobs-refresh .synectics-banner-search .synectics-banner-submit {
    height: 54px;
    overflow: hidden;
    border-radius: 8px;
    background: var(--ui-primary);
    transition: background .2s ease, transform .2s ease;
}

.jobs-refresh .synectics-banner-search .synectics-banner-submit:hover {
    background: var(--ui-primary-dark);
    transform: translateY(-1px);
}

.jobs-refresh .synectics-banner-search input[type="submit"] {
    position: relative;
    z-index: 2;
    float: none;
    width: 100%;
    height: 54px;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.jobs-refresh .synectics-banner-search .synectics-banner-submit i {
    z-index: 1;
    right: 50%;
    top: 50%;
    color: #fff;
    font-size: 19px;
    pointer-events: none;
    transform: translate(50%, -50%);
}

.jobs-refresh .synectics-subheader-form-full + .synectics-main-section {
    margin: 0;
    padding: 22px 0 66px;
    background: #f5f8fb;
}

.jobs-refresh .synectics-subheader-form-full + .synectics-main-section > .container > .row {
    align-items: flex-start;
}

.jobs-refresh aside .synectics-typo-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.jobs-refresh .synectics-search-filter-wrap,
.jobs-refresh .synectics-search-filter-wrap.card {
    float: none;
    width: 100%;
    margin: 0;
    padding: 7px 18px 15px;
    overflow: visible;
    border: 1px solid #dfe7ee;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(16, 49, 82, .055);
}

.jobs-refresh .synectics-search-filter-wrap h2 {
    float: none;
    width: 100%;
    margin: 0;
    font-family: var(--ui-font-family) !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.jobs-refresh .synectics-search-filter-wrap h2 a {
    float: none;
    display: block;
    width: 100%;
    padding: 11px 24px 11px 0;
    color: #163451;
}

.jobs-refresh .synectics-search-filter-wrap h2 a:hover {
    color: var(--ui-primary-dark);
}

.jobs-refresh .synectics-search-filter-wrap h2 a::before {
    top: 13px;
    right: 1px;
    color: var(--ui-primary);
}

.jobs-refresh .synectics-checkbox-toggle,
.jobs-refresh .synectics-checkbox,
.jobs-refresh .synectics-checkbox li {
    float: none;
}

.jobs-refresh .synectics-checkbox {
    width: 100%;
    margin: 0;
}

.jobs-refresh .synectics-checkbox li {
    width: 100%;
    min-height: 30px;
    margin: 0;
    padding: 5px 0;
}

.jobs-refresh .synectics-checkbox input[type="checkbox"] + label,
.jobs-refresh .synectics-checkbox input[type="radio"] + label,
.jobs-refresh .custom-control-label {
    color: #53697d !important;
    font-family: var(--ui-font-family);
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.45;
}

.jobs-refresh .custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--ui-primary);
    background-color: var(--ui-primary);
}

.jobs-refresh .scroll-form {
    height: auto;
    max-height: 245px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 7px;
    scrollbar-color: #aac6db transparent;
    scrollbar-width: thin;
}

.jobs-refresh .scroll-form::-webkit-scrollbar {
    width: 5px;
}

.jobs-refresh .scroll-form::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #aac6db;
}

.jobs-refresh #inputState {
    height: 42px;
    padding: 8px 14px;
    border: 1px solid #dce5ed;
    border-radius: 7px !important;
    box-shadow: none;
    font-size: 14px;
}

.jobs-refresh .bootstrap-tagsinput {
    width: 100%;
    min-height: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    box-shadow: none;
}

.jobs-refresh .bootstrap-tagsinput .tag {
    display: inline-flex;
    align-items: center;
    margin: 3px 3px 3px 0;
    padding: 4px 8px;
    border: 1px solid #c9dceb;
    border-radius: 15px;
    background: #eef6fc;
    color: #244f73;
}

.jobs-refresh #pace-nav {
    min-height: 54px;
    margin: 0 0 14px !important;
    padding: 0 20px !important;
    overflow: visible;
    border: 1px solid #dfe7ee;
    border-radius: 10px !important;
    background: #fff;
    box-shadow: 0 6px 20px rgba(16, 49, 82, .05);
}

.jobs-refresh #pace-nav .card-header {
    padding: 15px 0;
    border: 0;
    background: transparent;
    color: #24445f;
    font-size: 15px;
    font-weight: 600;
}

.jobs-refresh #filterDetails {
    min-height: 90px;
}

.jobs-refresh #loading {
    padding: 35px;
}

.jobs-refresh .synectics-joblisting-classic {
    margin-bottom: 14px;
}

.jobs-refresh .synectics-joblisting-classic > ul,
.jobs-refresh .synectics-joblisting-classic > ul > li {
   /* margin: 0; */
}

.jobs-refresh .synectics-joblisting-classic-wrap {
    float: none;
    width: 100%;
    padding: 23px 24px;
    border: 1px solid #dfe7ee;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 7px 22px rgba(16, 49, 82, .06);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.jobs-refresh .synectics-joblisting-classic-wrap:hover {
    border-color: #bfd4e4;
    box-shadow: 0 12px 30px rgba(16, 49, 82, .11);
    transform: translateY(-2px);
}

.jobs-refresh .synectics-joblisting-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 !important;
}

.jobs-refresh .synectics-list-option {
    float: none;
    width: 100%;
}

.jobs-refresh .synectics-list-option h2 {
    margin: 0 0 10px;
    font-family: var(--ui-font-family) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.jobs-refresh .synectics-list-option h2 a {
    color: #132f4a !important;
}

.jobs-refresh .synectics-list-option h2 a:hover {
    color: var(--ui-primary-dark) !important;
}

.jobs-refresh .synectics-list-option ul {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    row-gap: 7px;
    width: 100%;
}

.jobs-refresh .synectics-list-option ul li {
    float: none !important;
    display: block;
    width: 100% !important;
    margin: 0;
    padding: 0;
    color: #617589;
    font-size: 14px;
    line-height: 1.55;
}

.jobs-refresh .synectics-list-option ul li.synectics-option-btn {
    justify-self: start;
    width: max-content !important;
    max-width: 100%;
    padding: 4px 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
}

.jobs-refresh .synectics-job-userlist {
    float: none;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    margin: 0;
}

.jobs-refresh .jobCardIcons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: 5px;
    padding: 0 !important;
    border: 1px solid #d8e5ef;
    border-radius: 50%;
    background: #f5f9fc;
    color: var(--ui-primary-dark) !important;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.jobs-refresh .jobCardIcons:hover {
    border-color: var(--ui-primary);
    background: var(--ui-primary);
    color: #fff !important;
}

.jobs-refresh .synectics-job-like {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 124px;
    height: 44px;
    margin: 0;
    padding: 0 18px;
    border: 0;
    border-radius: 7px;
    background: var(--ui-primary) !important;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
}

.jobs-refresh .synectics-job-like:hover {
    background: var(--ui-primary-dark) !important;
}

.jobs-refresh .cls-hwrd-count576 {
    margin-top: 16px;
    -webkit-line-clamp: 2;
}

.jobs-refresh .cls-hwrd-count576 p {
    margin: 0;
    color: #5c7083;
    font-size: 14px;
    line-height: 1.7;
}

.jobs-refresh #pagination-container {
    flex-wrap: wrap;
    gap: 6px;
    margin: 10px 0 0 !important;
    padding: 20px 0 0 !important;
}

.jobs-refresh #pagination-container a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    margin: 5px !important;
    border: 1px solid #d8e3ec;
    border-radius: 7px;
    background: #fff;
    color: #36536d;
    font-size: 14px;
    font-weight: 600;
}

.jobs-refresh #pagination-container a:hover,
.jobs-refresh #pagination-container .pagination-item.active {
    border-color: var(--ui-primary);
    background: var(--ui-primary);
    color: #fff;
}

.jobs-refresh #pagination-container .disabled {
    background: #edf2f6;
    color: #91a1af;
}

.jobs-refresh #filterDetails .alert {
    margin: 0;
    border: 1px solid #dfe7ee;
    border-radius: 10px;
    background: #fff;
    color: #607487;
}

@media (max-width: 991px) {
    .jobs-refresh .synectics-subheader {
        min-height: 100px;
    }

    .jobs-refresh .synectics-subheader-form-full + .synectics-main-section {
        padding-bottom: 54px;
    }

    .jobs-refresh .synectics-joblisting-classic-wrap {
        padding: 20px;
    }

    .jobs-refresh .synectics-job-userlist {
        align-items: flex-end;
    }
}

@media (max-width: 767px) {
    .jobs-refresh .synectics-subheader {
        min-height: 70px;
    }

    .jobs-refresh .synectics-subheader-form-full {
        margin-top: -25px;
        padding-bottom: 24px;
    }

    .jobs-refresh .synectics-subheader-form {
        min-height: 174px;
        padding: 8px;
        border-radius: 12px;
    }

    .jobs-refresh .synectics-banner-search {
        padding: 0;
    }

    .jobs-refresh .synectics-banner-search ul {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .jobs-refresh .synectics-banner-search input[type="text"],
    .jobs-refresh .synectics-banner-search .synectics-banner-submit,
    .jobs-refresh .synectics-banner-search input[type="submit"] {
        height: 50px;
    }

    .jobs-refresh .synectics-banner-search ul li > i {
        top: 17px;
    }

    .jobs-refresh .synectics-banner-search .synectics-banner-submit i {
        top: 50%;
    }

    .jobs-refresh .synectics-subheader-form-full + .synectics-main-section {
        padding: 14px 0 44px;
    }

    .jobs-refresh aside {
        margin-bottom: 0px;
    }

    .jobs-refresh .synectics-search-filter-wrap,
    .jobs-refresh .synectics-search-filter-wrap.card {
        padding: 5px 16px 12px;
    }

    .jobs-refresh .scroll-form {
        max-height: 210px;
    }

    .jobs-refresh #pace-nav {
        min-height: 50px;
        padding: 0 16px !important;
    }

    .jobs-refresh .synectics-joblisting-classic-wrap {
        padding: 18px 16px;
    }

    .jobs-refresh .synectics-joblisting-text {
        display: block;
    }

    .jobs-refresh .synectics-joblisting-text > [class*="col-"] {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .jobs-refresh .synectics-list-option h2 {
        font-size: 19px !important;
    }

    .jobs-refresh .synectics-list-option ul {
        display: grid !important;
    }

    .jobs-refresh .synectics-list-option ul li {
        width: 100%;
        margin-bottom: 5px;
    }

    .jobs-refresh .synectics-list-option ul li.synectics-option-btn {
        display: block;
        width: max-content !important;
        margin-bottom: 8px;
    }

    .jobs-refresh .synectics-job-userlist {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-top: 16px;
    }

    .jobs-refresh .synectics-job-like {
        min-width: 116px;
        height: 42px;
    }

    .jobs-refresh .cls-hwrd-count576 {
        margin-top: 15px;
    }
}

/* Match every expanded filter to the Sort Listings By row layout. */
.jobs-refresh .synectics-checkbox-toggle .synectics-checkbox > li,
.jobs-refresh .synectics-checkbox-toggle .synectics-checkbox > .custom-control {
    position: relative;
    display: flex !important;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 34px;
    margin: 0 !important;
    padding: 6px 0 !important;
    list-style: none;
}

.jobs-refresh .synectics-checkbox-toggle .synectics-checkbox .custom-control-input {
    position: static !important;
    top: auto !important;
    left: auto !important;
    z-index: auto !important;
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    margin: 0 !important;
    opacity: 1 !important;
}

.jobs-refresh .synectics-checkbox-toggle .synectics-checkbox .custom-control-label {
    position: static !important;
    display: block !important;
    flex: 1 1 auto;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45 !important;
}

.jobs-refresh .synectics-checkbox-toggle .synectics-checkbox .custom-control-label::before,
.jobs-refresh .synectics-checkbox-toggle .synectics-checkbox .custom-control-label::after {
    display: none !important;
}

.jobs-refresh #myStates > .custom-control.state-search-hidden {
    display: none !important;
}

.jobs-refresh .mobile-filter-header,
.jobs-refresh .mobile-filter-footer,
.jobs-refresh .filter-back-layer {
    display: none;
}

.jobs-refresh #myFilterBtn {
    display: none !important;
}

.jobs-refresh .job-filter-toggle-control {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 1199px) {
    .jobs-refresh .synectics-subheader-form-full + .synectics-main-section > .container > .row > .col-lg-9 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .jobs-refresh #pace-nav {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        gap: 12px;
        min-height: 58px;
        padding: 8px 12px !important;
    }

    .jobs-refresh #pace-nav .card-header {
        flex: 1 1 0;
        width: auto !important;
        min-width: 0;
        padding: 0;
        text-align: left !important;
    }

    .jobs-refresh #pace-nav > div:last-child {
        flex: 0 0 auto;
        position: relative;
        z-index: 2;
        margin-left: auto !important;
    }

    .jobs-refresh #myFilterBtn {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 7px;
        cursor: pointer;
        height: 40px;
        min-width: 106px;
        padding: 0 14px;
        border: 1px solid var(--ui-primary);
        border-radius: 999px;
        background: #fff;
        color: var(--ui-primary-dark) !important;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        pointer-events: auto;
        text-decoration: none;
        box-shadow: 0 5px 14px rgba(16, 49, 82, .08);
    }

    .jobs-refresh #myFilterBtn i {
        font-size: 14px;
    }

    .jobs-refresh .filter-back-layer {
        display: none !important;
        position: fixed;
        inset: 0;
        z-index: 9998;
        background: rgba(12, 29, 45, .48);
    }

    .jobs-refresh aside.filters-section {
        display: none !important;
        position: fixed !important;
        z-index: 9999;
        top: 0;
        bottom: 0;
        left: 0;
        width: min(88vw, 390px) !important;
        max-width: 390px !important;
        margin: 0 !important;
        padding: 0 15px !important;
        overflow: hidden;
        background: #f5f8fb;
        transform: none !important;
    }

    .jobs-refresh .job-filter-toggle-control:checked + .row .filter-back-layer {
        display: block !important;
    }

    .jobs-refresh .job-filter-toggle-control:checked + .row aside.filters-section {
        display: block !important;
    }

    .jobs-refresh aside.filters-section > .synectics-typo-wrap {
        height: 100%;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
    }

    .jobs-refresh .mobile-filter-header {
        position: sticky;
        z-index: 2;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 62px;
        margin: 0 -16px 14px;
        padding: 0 18px;
        border-bottom: 1px solid #dfe7ee;
        background: #fff;
        box-shadow: 0 4px 16px rgba(16, 49, 82, .06);
    }

    .jobs-refresh .mobile-filter-header strong {
        color: #163451;
        font-size: 18px;
        line-height: 1;
    }

    .jobs-refresh .mobile-filter-header .myClose {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 38px;
        min-width: 38px;
        height: 38px;
        min-height: 38px;
        padding: 0 !important;
        border: 1px solid #d8e3ec !important;
        border-radius: 50% !important;
        background: #f5f8fb !important;
        color: #163451 !important;
        font-size: 26px !important;
        font-weight: 400 !important;
        line-height: 1 !important;
        box-shadow: none !important;
        text-decoration: none !important;
    }

    .jobs-refresh aside.filters-section .synectics-search-filter-wrap,
    .jobs-refresh aside.filters-section .synectics-search-filter-wrap.card {
        margin-bottom: 12px;
        padding: 7px 16px 13px;
        border-radius: 12px;
    }

    .jobs-refresh aside.filters-section .synectics-without-toggle {
        padding-top: 12px;
    }

    .jobs-refresh aside.filters-section .synectics-search-filter-wrap h2 a {
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .jobs-refresh aside.filters-section .scroll-form {
        max-height: 260px;
    }

    .jobs-refresh .mobile-filter-footer {
        position: sticky;
        bottom: 0;
        z-index: 2;
        display: block;
        margin: 14px -16px 0;
        padding: 12px 16px 16px;
        border-top: 1px solid #dfe7ee;
        background: #fff;
        box-shadow: 0 -6px 18px rgba(16, 49, 82, .08);
    }

    .jobs-refresh .mobile-filter-footer .myClose {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        height: 44px;
        min-height: 44px;
        border-color: var(--ui-primary) !important;
        border-radius: 8px !important;
        background: var(--ui-primary) !important;
        color: #fff !important;
        box-shadow: none !important;
        text-decoration: none !important;
    }
}

@media (max-width: 480px) {
    .jobs-refresh aside.filters-section {
        width: min(92vw, 360px);
    }

    .jobs-refresh #pace-nav {
        align-items: stretch;
    }

    .jobs-refresh #pace-nav .card-header {
        display: flex;
        align-items: center;
        font-size: 14px;
    }

    .jobs-refresh #myFilterBtn {
        min-width: 94px;
        padding: 0 12px;
        font-size: 13px;
    }
}

/* Legacy component rules must not pull button labels toward the top edge. */
body .btn:not(.navbar-toggle),
body a.synectics-static-btn,
body a.synectics-simple-btn,
body .synectics-plain-btn > a,
body a.synectics-read-more,
body a.synectics-classic-priceplane-btn,
body a.synectics-option-btn,
body a.synectics-classic-btn,
body a.synectics-text-btn,
body a.em-cta-btn,
body .synectics-banner-btn > a,
body button:not(.navbar-toggle):not(.slick-arrow):not([class*="close"]) {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1.2 !important;
    vertical-align: middle;
}

/* Hide Termly's duplicate floating launcher; retain #cookieButton and dialogs. */
html body button.termly-floating-preferences,
html body button[data-focus-id="floating-preferences-button"],
html body button[aria-label="Cookie Preferences"]:not(#cookieButton):not(.termly-display-preferences),
html body #termly-consent-preferences,
html body .termly-consent-preferences:not(.termly-display-preferences),
html body [data-tid="consent-preferences-button"],
html body [data-testid="consent-preferences-button"],
html body button[aria-label="Consent Preferences"],
html body button[title="Consent Preferences"],
html body iframe[title="Consent Preferences"] {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    pointer-events: none !important;
}

/* Job detail page */
body.job-detail-refresh {
    overflow-x: hidden;
    background: #f4f8fb;
}

.job-detail-refresh .synectics-main-content *,
.job-detail-refresh .synectics-jobdetail-list *,
.job-detail-refresh #jobDetails * {
    box-sizing: border-box;
}

.job-detail-refresh .synectics-job-subheader {
    min-height: 190px;
    margin: 0;
    padding: 0;
    background-position: center 42%;
    background-size: cover;
}

.job-detail-refresh .synectics-job-subheader .synectics-banner-transparent {
    background: linear-gradient(105deg, rgba(9, 34, 67, .9), rgba(38, 100, 154, .65));
}

.job-detail-refresh > .synectics-wrapper > section.pt-2 {
    display: none;
}

.job-detail-refresh .synectics-main-content {
    position: relative;
    z-index: 4;
    margin-top: -58px;
    background: transparent;
}

.job-detail-refresh .synectics-main-content > .synectics-main-section {
    padding: 0 0 66px !important;
}

.job-detail-refresh .synectics-main-content > .synectics-main-section > .container > .row {
    display: block;
    margin: 0;
    padding: 22px 28px 30px;
    border: 1px solid #dce6ee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(15, 45, 78, .12);
}

.job-detail-refresh #backToJobs {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 20px;
    color: #315d80 !important;
    font-size: 14px;
    font-weight: 600;
    transition: color .2s ease, transform .2s ease;
}

.job-detail-refresh #backToJobs:hover {
    color: var(--ui-primary-dark) !important;
    transform: translateX(-2px);
}

.job-detail-refresh #jobDetails {
    float: none;
    width: 100%;
}

.job-detail-refresh #jobDetails > .synectics-column-12 {
    float: none;
    width: 100%;
}

.job-detail-refresh #jobDetails > .synectics-column-12:first-child {
    padding-bottom: 25px;
    border-bottom: 1px solid #e2eaf0;
}

.job-detail-refresh #jobDetails .synectics-typo-wrap,
.job-detail-refresh .synectics-jobdetail-list,
.job-detail-refresh .synectics-jobdetail-list figcaption {
    float: none;
    width: 100%;
}

.job-detail-refresh .synectics-jobdetail-list {
    margin: 0;
    padding: 0;
}

.job-detail-refresh .synectics-jobdetail-list figcaption {
    position: relative;
    min-height: 155px;
    padding-right: 205px;
}

.job-detail-refresh .synectics-jobdetail-list h4.card-title {
    margin: 0 0 15px !important;
    padding: 0 !important;
    color: #132f4a;
    font-family: var(--ui-font-family) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
}

.job-detail-refresh .synectics-jobdetail-options {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.job-detail-refresh .synectics-jobdetail-options > li {
    float: none !important;
    display: block;
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    color: #5a7084;
    font-size: 15px;
    line-height: 1.55;
}

.job-detail-refresh .synectics-jobdetail-options > li.synectics-option-btn {
    justify-self: start;
    width: max-content !important;
    max-width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
}

.job-detail-refresh .synectics-jobdetail-options > li i {
    width: 18px;
    margin-right: 7px;
    color: var(--ui-primary);
    text-align: center;
}

.job-detail-refresh .synectics-jobdetail-options > li span {
    display: inline;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.job-detail-refresh .synectics-jobdetail-list figcaption > .d-flex {
    position: absolute;
    top: 0;
    right: 0;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 7px;
    width: 180px;
    margin: 0 !important;
}

.job-detail-refresh .jobCardIcons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0 !important;
    border: 1px solid #d7e4ee;
    border-radius: 50%;
    background: #f5f9fc;
    color: var(--ui-primary-dark) !important;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.job-detail-refresh .jobCardIcons:hover {
    border-color: var(--ui-primary);
    background: var(--ui-primary);
    color: #fff !important;
}

.job-detail-refresh .synectics-jobdetail-list figcaption > .d-flex form {
    flex: 0 0 100%;
    margin: 3px 0 0;
    text-align: right;
}

.job-detail-refresh #jobDetails input[type="submit"],
.job-detail-refresh #jobDetails .synectics-static-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 46px;
    margin: 0 !important;
    padding: 0 23px !important;
    border: 0 !important;
    border-radius: 7px !important;
    background: var(--ui-primary) !important;
    box-shadow: 0 7px 18px rgba(21, 122, 181, .2);
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-transform: uppercase;
}

.job-detail-refresh #jobDetails input[type="submit"]:hover {
    background: var(--ui-primary-dark) !important;
    box-shadow: 0 10px 24px rgba(15, 84, 128, .26);
}

.job-detail-refresh .synectics-jobdetail-content {
    float: none;
    width: 100%;
    padding-top: 25px;
}

.job-detail-refresh .synectics-jobdetail-content .job-detail-desc {
    margin: 0 0 22px !important;
    padding: 0 !important;
    color: #4e6477;
    font-size: 15px;
    line-height: 1.8;
}

/*.job-detail-refresh .synectics-jobdetail-content .job-detail-desc:first-child {
    padding: 18px 20px !important;
    border-left: 4px solid var(--ui-primary);
    border-radius: 0 8px 8px 0;
    background: #f3f8fc;
}*/

.job-detail-refresh .synectics-jobdetail-content .job-detail-desc p {
    margin-bottom: 15px;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.job-detail-refresh .synectics-jobdetail-content .job-detail-desc p:last-child {
    margin-bottom: 0;
}

.job-detail-refresh .synectics-jobdetail-content .job-detail-desc strong,
.job-detail-refresh .synectics-jobdetail-content .job-detail-desc b {
    color: #163451;
    font-weight: 700;
}

.job-detail-refresh .synectics-jobdetail-content .job-detail-desc h2,
.job-detail-refresh .synectics-jobdetail-content .job-detail-desc h3,
.job-detail-refresh .synectics-jobdetail-content .job-detail-desc h4 {
    margin: 28px 0 12px;
    color: #163451;
    font-family: var(--ui-font-family) !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
}

.job-detail-refresh .synectics-jobdetail-content .job-detail-desc ul,
.job-detail-refresh .synectics-jobdetail-content .job-detail-desc ol {
    margin: 0 0 20px;
    padding-left: 0;
}

.job-detail-refresh .synectics-jobdetail-content .job-detail-desc ul li,
.job-detail-refresh .synectics-jobdetail-content .job-detail-desc ol li {
    margin-bottom: 8px;
    padding-left: 22px;
    color: #4e6477;
    line-height: 1.7;
}

.job-detail-refresh .synectics-jobdetail-content > .col-12 {
    padding: 4px 0 0;
}

@media (max-width: 767px) {
    .job-detail-refresh .synectics-job-subheader {
        min-height: 125px;
    }

    .job-detail-refresh .synectics-main-content {
        margin-top: -28px;
    }

    .job-detail-refresh .synectics-main-content > .synectics-main-section {
        padding-bottom: 44px !important;
    }

    .job-detail-refresh .synectics-main-content > .synectics-main-section > .container > .row {
        padding: 18px 16px 24px;
        border-radius: 12px;
    }

    .job-detail-refresh #backToJobs {
        margin-bottom: 17px;
    }

    .job-detail-refresh .synectics-jobdetail-list figcaption {
        min-height: 0;
        padding-right: 0;
    }

    .job-detail-refresh .synectics-jobdetail-list h4.card-title {
        font-size: 23px !important;
    }

    .job-detail-refresh .synectics-jobdetail-list figcaption > .d-flex {
        position: static;
        justify-content: flex-start;
        width: 100%;
        margin-top: 20px !important;
    }

    .job-detail-refresh .synectics-jobdetail-list figcaption > .d-flex form {
        flex: 0 0 auto;
        margin: 0 0 0 4px;
    }

    .job-detail-refresh #jobDetails input[type="submit"],
    .job-detail-refresh #jobDetails .synectics-static-btn {
        min-width: 125px;
        height: 42px;
        padding: 0 17px !important;
    }

    .job-detail-refresh .synectics-jobdetail-content {
        padding-top: 20px;
    }

    .job-detail-refresh .synectics-jobdetail-content .job-detail-desc:first-child {
        padding: 15px 16px !important;
    }
}

/* ==========================================================
   Site-wide consistency layer
   Keep new shared UI edits here so page-level cleanup is simple.
   ========================================================== */

body {
    font-family: var(--ui-font-family) !important;
    color: var(--ui-ink);
}

body,
body p,
body li,
body label,
body input,
body select,
body textarea,
body button {
    font-family: var(--ui-font-family) !important;
}

.synectics-main-content p,
.synectics-main-content li,
.synectics-main-content label {
    font-size: var(--ui-body-size);
    line-height: var(--ui-body-line);
}

.synectics-about-text p,
.careerfy-about-text p,
.synectics-jobdetail-content p,
.synectics-priceplane-section p,
.grab-classic-priceplane p {
    color: #4e6477;
}

.synectics-main-content h1,
.synectics-main-content h2,
.synectics-main-content h3,
.synectics-main-content h4,
.synectics-main-content h5,
.synectics-main-content h6 {
    font-family: var(--ui-font-family) !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.synectics-fancy-title {
    margin-bottom: 34px;
}

.synectics-fancy-title h2 {
    margin-bottom: 10px !important;
}

.synectics-about-thumb img,
.cls-services-css,
.synectics-classic-priceplane,
.synectics-joblisting-classic-wrap,
.card {
    border-radius: var(--ui-radius);
}

.cls-services-css,
.synectics-classic-priceplane,
.synectics-joblisting-classic-wrap,
.card.bg-white {
    border: 1px solid var(--ui-line);
    box-shadow: var(--ui-shadow);
}

.cls-services-css {
    height: 100%;
    padding: 22px 18px;
    background: #fff;
}

.cls-services-css h2 {
    margin-bottom: 10px !important;
    font-size: 18px !important;
    line-height: 1.35 !important;
}

.cls-services-css p {
    margin-bottom: 0;
}

.synectics-plain-services > ul > li {
    margin-bottom: 24px;
}

.synectics-subheader.breadcrumb-rail {
    background: none;
    background-color: transparent;
    padding-bottom: 0;
}

.synectics-subheader.breadcrumb-rail > .container,
.synectics-subheader.breadcrumb-rail > .synectics-banner-transparent {
    display: none;
}

.synectics-subheader.breadcrumb-rail .synectics-breadcrumb,
.synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 0;
    background-color: #1f2938;
    text-align: left;
}

.synectics-subheader.breadcrumb-rail .synectics-breadcrumb ul,
.synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb ul {
    display: flex;
    align-items: center;
    width: 1110px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0;
}

.synectics-subheader.breadcrumb-rail .synectics-breadcrumb ul li,
.synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb ul li {
    display: flex;
    align-items: flex-start;
    float: none;
    min-width: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.synectics-subheader.breadcrumb-rail .synectics-breadcrumb ul li + li,
.synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb ul li + li {
    margin-left: 18px;
}

.synectics-subheader.breadcrumb-rail .synectics-breadcrumb ul li:before,
.synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb ul li:before {
    position: static;
    display: inline-block;
    flex: 0 0 auto;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-right: 18px;
    border: 0;
    color: #fff;
    content: ">";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    transform: none;
}

.synectics-subheader.breadcrumb-rail .synectics-breadcrumb ul li:first-child:before,
.synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb ul li:first-child:before {
    display: none;
}

.synectics-subheader.breadcrumb-rail .synectics-breadcrumb ul li a,
.synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb ul li a {
    color: #fff;
    line-height: inherit;
}

.synectics-job-subheader.breadcrumb-rail {
    float: left;
    width: 100%;
    background: transparent;
}

.synectics-job-subheader.breadcrumb-rail > .container,
.synectics-job-subheader.breadcrumb-rail > .synectics-banner-transparent {
    display: none;
}

#jobBreadcrumbTitle {
    display: inline-block;
    max-width: min(720px, calc(100vw - 145px));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.accounting-finance-refresh .synectics-wrapper > .synectics-subheader,
.accounting-finance-refresh .industry-page .synectics-main-section.synectics-about-text-full > .container > .row.align-items-center:first-child {
    display: none;
}

.accounting-hero {
    background: #000;
    color: #fff;
    padding: 50px 0;
}

.accounting-hero * {
    box-sizing: border-box;
}

.accounting-hero .accounting-hero__row {
    display: flex;
    align-items: center;
}

.accounting-hero__copy {
    max-width: 670px;
}

.accounting-hero h1 {
    margin: 0 0 26px;
    color: #fff !important;
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
}

.accounting-hero p {
    margin: 0 0 24px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
}

.accounting-hero__link {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 1px solid rgba(75, 132, 222, .8);
    color: #4f8be8;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.accounting-hero__link:hover,
.accounting-hero__link:focus {
    color: #7eb0ff;
    text-decoration: none;
}

.accounting-hero__media {
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #151515;
    box-shadow: 0 22px 45px rgba(0, 0, 0, .35);
}

.accounting-hero__media img {
    display: block;
    width: 100%;
    /* height: 300px; */
    object-fit: cover;
    object-position: center;
}

.accounting-finance-refresh .industry-page .synectics-main-section.synectics-about-text-full {
    padding-top: 58px;
}

@media (max-width: 1199px) {
    .accounting-hero {
        padding: 68px 0;
    }

    .accounting-hero p {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .accounting-hero {
        padding: 56px 0 64px;
    }

    .accounting-hero .accounting-hero__row {
        display: block;
    }

    .accounting-hero__copy {
        max-width: none;
        margin-bottom: 34px;
    }

    .accounting-hero h1 {
        font-size: 31px !important;
    }

    .accounting-hero__media img {
        height: 360px;
    }
}

@media (max-width: 767px) {
    .synectics-subheader.breadcrumb-rail .synectics-breadcrumb,
    .synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb {
        min-height: auto;
        padding: 12px 0;
    }

    .synectics-subheader.breadcrumb-rail .synectics-breadcrumb ul,
    .synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb ul {
        flex-wrap: wrap;
        align-items: flex-start;
        row-gap: 4px;
    }

    .synectics-subheader.breadcrumb-rail .synectics-breadcrumb ul li,
    .synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb ul li {
        font-size: 15px;
        line-height: 1.35;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .synectics-subheader.breadcrumb-rail .synectics-breadcrumb ul li + li,
    .synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb ul li + li {
        margin-left: 14px;
    }

    .synectics-subheader.breadcrumb-rail .synectics-breadcrumb ul li:before,
    .synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb ul li:before {
        margin-right: 2px;
    }

    .synectics-subheader.breadcrumb-rail .synectics-breadcrumb ul li:nth-child(3):last-child,
    .synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb ul li:nth-child(3):last-child {
        flex-basis: 100%;
        margin-left: 0;
    }

    .synectics-subheader.breadcrumb-rail .synectics-breadcrumb ul li:nth-child(3):last-child:before,
    .synectics-job-subheader.breadcrumb-rail .synectics-breadcrumb ul li:nth-child(3):last-child:before {
        margin-right: 5px;
    }

    .accounting-hero {
        padding: 42px 0 50px;
    }

    .accounting-hero h1 {
        margin-bottom: 18px;
        font-size: 27px !important;
    }

    .accounting-hero p {
        font-size: 16px;
        line-height: 1.7;
    }

    .accounting-hero__link {
        font-size: 17px;
    }

    .accounting-hero__media {
        border-radius: 12px;
    }

    .accounting-hero__media img {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .accounting-finance-refresh .industry-page .synectics-main-section.synectics-about-text-full {
        padding-top: 42px;
    }

    body .synectics-main-section:not(.synectics-counter-full):not(.map-full),
    body .careerfy-main-section,
    body .jobsearch-main-section {
        padding-top: var(--ui-section-space-mobile) !important;
        padding-bottom: var(--ui-section-space-mobile) !important;
    }
}

/* ==========================================================
   Home-page UI applied across the public site
   ========================================================== */

:root {
    --ui-primary: #159bd3;
    --ui-primary-dark: #0876a6;
    --ui-ink: #172b3a;
    --ui-muted: #60717d;
    --ui-soft: #f3f8fb;
    --ui-line: #dce8ef;
    --ui-card-radius: 14px;
    --ui-image-radius: 14px;
    --ui-section-space: 64px;
    --ui-section-space-mobile: 48px;
    --ui-shadow: 0 9px 28px rgba(23, 43, 58, .07);
    --ui-shadow-hover: 0 17px 38px rgba(23, 43, 58, .13);
}

html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    background: #fff;
    color: var(--ui-ink);
    font-family: var(--ui-font-family) !important;
    font-size: var(--ui-body-size);
    font-weight: 400;
    line-height: var(--ui-body-line);
}

body *,
body *:before,
body *:after {
    box-sizing: border-box;
}

.synectics-wrapper,
.synectics-main-content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.synectics-main-content {
    background: #fff;
}

.synectics-main-content .container {
    max-width: 1170px;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
.synectics-main-content h1,
.synectics-main-content h2,
.synectics-main-content h3,
.synectics-main-content h4,
.synectics-main-content h5,
.synectics-main-content h6 {
    color: var(--ui-ink);
    font-family: var(--ui-font-family) !important;
    font-weight: 700 !important;
    letter-spacing: 0;
}

.synectics-main-content h1 {
    font-size: 34px !important;
    line-height: 1.2 !important;
}

.synectics-main-content h2,
.synectics-fancy-title h2 {
    font-size: 32px !important;
    line-height: 1.22 !important;
}

.synectics-main-content h3 {
    font-size: 22px !important;
    line-height: 1.35 !important;
}

.synectics-main-content p,
.synectics-main-content li,
.synectics-main-content label {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
}

.synectics-main-content a:not(.btn):not(.synectics-static-btn):not(.synectics-simple-btn):not(.synectics-read-more):not(.em-cta-btn):not(.accounting-hero__link) {
    color: var(--ui-primary-dark);
}

.synectics-main-section:not(.synectics-counter-full):not(.map-full),
.careerfy-main-section,
.jobsearch-main-section {
    padding-top: var(--ui-section-space) !important;
    padding-bottom: var(--ui-section-space) !important;
}

.synectics-main-section + .synectics-main-section,
.careerfy-main-section + .careerfy-main-section {
    padding-top: 0 !important;
}

.synectics-about-text,
.careerfy-about-text,
.synectics-typo-wrap {
    float: none;
}

.synectics-about-text {
    margin-bottom: 32px;
}

.synectics-about-text h2,
.synectics-about-text h3 {
    margin-bottom: 16px !important;
}

.synectics-about-text p,
.careerfy-about-text p {
    margin-bottom: 16px;
}

.synectics-fancy-title,
.industry-page .synectics-fancy-title,
.synectics-section-title,
.em-section-heading {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.synectics-fancy-title h2,
.synectics-section-title h1,
.synectics-section-title h2,
.em-section-heading h1,
.em-section-heading h2 {
    position: relative;
    float: none;
    display: block;
    width: 100%;
    margin: 0;
    padding-bottom: 18px;
    color: var(--ui-ink);
    text-align: center;
    overflow-wrap: anywhere;
}

.synectics-fancy-title h2:after,
.synectics-section-title h1:after,
.synectics-section-title h2:after,
.em-section-heading h1:after,
.em-section-heading h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 54px;
    height: 4px;
    border-radius: 4px;
    background: var(--ui-primary);
    content: "";
    transform: translateX(-50%);
}

.synectics-fancy-title p,
.synectics-section-title p,
.em-section-heading p {
    float: none;
    display: block;
    width: 100%;
    margin: 17px auto 0;
    color: var(--ui-muted);
    font-size: 16px;
    line-height: 1.7;
    text-align: center;
}

.synectics-subheader:not(.breadcrumb-rail) {
    overflow: hidden;
}

.synectics-page-title h1 {
    color: #fff !important;
    font-size: 34px !important;
    line-height: 1.2 !important;
    overflow-wrap: anywhere;
}

.synectics-page-title p {
    color: rgba(255, 255, 255, .9) !important;
    font-size: 16px;
    line-height: 1.6;
}

.synectics-about-thumb img,
.synectics-section-title img,
.synectics-blog-grid figure img,
.em-solution-media img {
    display: block;
    width: 100%;
    border-radius: var(--ui-image-radius);
    object-fit: cover;
}

.synectics-about-thumb img {
    box-shadow: 0 18px 45px rgba(23, 43, 58, .14);
}

.synectics-plain-services > ul,
.synectics-featured-listing > ul,
.synectics-blog-grid > ul,
.em-card-grid {
    display: flex;
    flex-wrap: wrap;
}

.synectics-plain-services > ul > li,
.synectics-featured-listing > ul > li,
.synectics-blog-grid > ul > li,
.em-card-grid > li {
    display: flex;
    margin-bottom: 28px;
}

.cls-services-css,
.synectics-classic-priceplane,
.synectics-joblisting-classic-wrap,
.synectics-table-layer,
.careerfy-testimonial-wrap,
.card.bg-white,
.em-card,
.em-solution {
    overflow: hidden;
    border: 1px solid var(--ui-line) !important;
    border-radius: var(--ui-card-radius) !important;
    background: #fff;
    box-shadow: var(--ui-shadow) !important;
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
}

.cls-services-css:hover,
.synectics-classic-priceplane:hover,
.synectics-joblisting-classic-wrap:hover,
.synectics-table-layer:hover,
.card.bg-white:hover,
.em-card:hover,
.em-solution:hover {
    border-color: rgba(21, 155, 211, .32) !important;
    box-shadow: var(--ui-shadow-hover) !important;
    transform: translateY(-4px);
}

.cls-services-css {
    width: 100%;
    height: 100%;
    padding: 28px 0 28px !important;
    text-align: left;
}

.cls-services-css img {
    /*width: 100% !important;*/
    /*height: 150px !important;*/
    border-radius: 0 !important;
    object-fit: cover;
    padding: 5%;
}

.cls-services-css h2 {
    min-height: auto;
    margin: 24px 25px 10px !important;
    padding: 0 !important;
    color: var(--ui-ink);
    font-size: 22px !important;
    line-height: 1.35 !important;
}

.cls-services-css p {
    min-height: 52px;
    margin: 0;
    padding: 0 25px;
    color: var(--ui-muted);
    font-size: 15px;
    line-height: 1.7;
}

.how-we-staff-grid .cls-services-css {
    min-height: 150px;
    padding: 24px 20px !important;
    text-align: center;
}

.how-we-staff-grid .cls-services-css img {
    width: 58px !important;
    height: 58px !important;
    margin: 0 auto 16px;
    border-radius: 12px !important;
    object-fit: contain;
}

.how-we-staff-grid .cls-services-css h2 {
    margin: 0 !important;
    font-size: 15px !important;
}

.synectics-section-title {
    max-width: none;
    margin-bottom: 30px;
    text-align: left;
}

.synectics-section-title h1,
.synectics-section-title h2 {
    max-width: 820px;
    text-align: left;
}

.synectics-section-title h1:after,
.synectics-section-title h2:after {
    left: 0;
    transform: none;
}

.synectics-section-title .card-text {
    margin: 18px 0 20px;
    color: var(--ui-primary-dark);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .35px;
    text-align: left;
    text-transform: uppercase;
}

.synectics-section-title img {
    max-height: 430px;
    margin: 0 0 28px;
}

.synectics-accordion {
    color: var(--ui-muted);
}

.synectics-accordion h2,
.synectics-accordion h3,
.synectics-jobdetail-content h2,
.synectics-jobdetail-content h3 {
    margin-top: 28px !important;
    margin-bottom: 12px !important;
    padding-bottom: 0;
    text-align: left;
}

.synectics-accordion h2:after,
.synectics-accordion h3:after,
.synectics-jobdetail-content h2:after,
.synectics-jobdetail-content h3:after {
    display: none;
}

.synectics-accordion ul,
.synectics-jobdetail-content ul {
    margin: 0 0 20px 20px;
    padding: 0;
}

.synectics-accordion li,
.synectics-jobdetail-content li {
    margin-bottom: 8px;
}

.synectics-accordion table,
.synectics-main-content table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    border: 1px solid var(--ui-line);
    background: #fff;
}

.synectics-accordion th,
.synectics-accordion td,
.synectics-main-content th,
.synectics-main-content td {
    padding: 13px 14px;
    border: 1px solid var(--ui-line);
    color: var(--ui-muted);
    font-size: 14px;
    line-height: 1.55;
    vertical-align: top;
}

.synectics-accordion th,
.synectics-main-content th {
    background: var(--ui-soft);
    color: var(--ui-ink);
    font-weight: 700;
}

.synectics-blog-grid > ul > li {
    position: relative;
    overflow: visible;
}

.synectics-blog-grid > ul > li > figure,
.synectics-blog-grid > ul > li > .synectics-blog-grid-text {
    float: none;
    width: 100%;
}

.synectics-blog-grid > ul > li:after {
    position: absolute;
    inset: 0 15px;
    z-index: -1;
    border: 1px solid var(--ui-line);
    border-radius: var(--ui-card-radius);
    background: #fff;
    box-shadow: var(--ui-shadow);
    content: "";
}

.synectics-blog-grid figure {
    border-radius: var(--ui-card-radius) var(--ui-card-radius) 0 0;
}

.synectics-blog-grid figure img {
    /*height: 205px;*/
    border-radius: var(--ui-card-radius) var(--ui-card-radius) 0 0;
}

.synectics-blog-grid-text {
    min-height: 275px;
    padding: 25px 25px 28px;
    border: 0;
    background: transparent;
}

.synectics-blog-grid-text h3 {
    min-height: 52px;
    margin-bottom: 12px !important;
    color: var(--ui-ink);
    font-size: 20px !important;
    line-height: 1.4 !important;
}

.synectics-blog-grid-text p {
    color: var(--ui-muted);
    font-size: 15px;
    line-height: 1.65;
}

body .btn:not(.navbar-toggle),
body a.synectics-static-btn,
body a.synectics-simple-btn,
body .synectics-plain-btn > a,
body a.synectics-read-more,
body a.synectics-classic-priceplane-btn,
body a.synectics-option-btn,
body a.synectics-classic-btn,
body a.synectics-text-btn,
body a.em-cta-btn,
body button:not(.navbar-toggle):not(.slick-arrow):not([class*="close"]),
body input[type="submit"]:not(#mybtn-primary),
body input[type="button"] {
    border: 1px solid var(--ui-primary-dark) !important;
    border-radius: 5px !important;
    background: var(--ui-primary-dark) !important;
    box-shadow: 0 7px 18px rgba(8, 118, 166, .18);
    color: #fff !important;
    text-decoration: none !important;
}

body .btn:not(.navbar-toggle):hover,
body a.synectics-static-btn:hover,
body a.synectics-simple-btn:hover,
body .synectics-plain-btn > a:hover,
body a.synectics-read-more:hover,
body a.synectics-classic-priceplane-btn:hover,
body a.synectics-option-btn:hover,
body a.synectics-classic-btn:hover,
body a.synectics-text-btn:hover,
body a.em-cta-btn:hover,
body button:not(.navbar-toggle):not(.slick-arrow):not([class*="close"]):hover,
body input[type="submit"]:not(#mybtn-primary):hover,
body input[type="button"]:hover {
    border-color: var(--ui-primary) !important;
    background: var(--ui-primary) !important;
    color: #fff !important;
}

body .btn.btn-secondary,
body button.btn-secondary,
body .services-page .btn-secondary {
    border-color: var(--ui-primary-dark) !important;
    background: #fff !important;
    box-shadow: none !important;
    color: var(--ui-primary-dark) !important;
}

body .btn.btn-secondary:hover,
body button.btn-secondary:hover,
body .services-page .btn-secondary:hover {
    border-color: var(--ui-primary) !important;
    background: var(--ui-soft) !important;
    color: var(--ui-primary-dark) !important;
}

body input[type="text"],
body input[type="password"],
body input[type="email"],
body input[type="number"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="date"],
body select,
body textarea {
    border-color: var(--ui-line) !important;
    border-radius: 6px !important;
    color: var(--ui-ink);
    font-family: var(--ui-font-family) !important;
}

body input:focus,
body select:focus,
body textarea:focus {
    border-color: var(--ui-primary) !important;
    box-shadow: 0 0 0 3px rgba(21, 155, 211, .13) !important;
    outline: 0;
}

.em-cta {
    margin-top: 34px;
}

.em-cta-inner {
    padding: 46px 34px;
    border-radius: var(--ui-card-radius);
    background: linear-gradient(120deg, rgba(7, 55, 82, .96), rgba(8, 118, 166, .86));
    color: #fff;
}

.em-cta-inner h2,
.em-cta-inner p {
    color: #fff !important;
}

.em-cta-inner p {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 991px) {
    .synectics-main-content h1,
    .synectics-page-title h1 {
        font-size: 31px !important;
    }

    .synectics-main-content h2,
    .synectics-fancy-title h2 {
        font-size: 29px !important;
    }

    .synectics-plain-services > ul > li,
    .synectics-featured-listing > ul > li,
    .synectics-blog-grid > ul > li,
    .em-card-grid > li {
        display: block;
    }
}

@media (max-width: 767px) {
    .synectics-main-section:not(.synectics-counter-full):not(.map-full),
    .careerfy-main-section,
    .jobsearch-main-section {
        padding-top: var(--ui-section-space-mobile) !important;
        padding-bottom: var(--ui-section-space-mobile) !important;
    }

    .synectics-main-content h1,
    .synectics-page-title h1 {
        font-size: 27px !important;
    }

    .synectics-main-content h2,
    .synectics-fancy-title h2 {
        font-size: 25px !important;
    }

    .synectics-main-content h3 {
        font-size: 20px !important;
    }

    .synectics-fancy-title,
    .industry-page .synectics-fancy-title,
    .synectics-section-title,
    .em-section-heading {
        margin-bottom: 32px;
    }

    .cls-services-css img,
    .synectics-blog-grid figure img,
    .synectics-section-title img {
        /*height: auto !important;*/
        /*aspect-ratio: 16 / 10;*/
    }

    .cls-services-css h2 {
        margin-right: 20px !important;
        margin-left: 20px !important;
        font-size: 20px !important;
    }

    .cls-services-css p {
        padding-right: 20px;
        padding-left: 20px;
    }

    .synectics-blog-grid > ul {
        display: block;
    }

    .synectics-blog-grid > ul > li {
        display: block;
    }

    .synectics-blog-grid-text {
        min-height: 0;
    }

    .synectics-blog-grid-text h3 {
        min-height: 0;
    }

    .em-cta-inner {
        padding: 34px 22px;
    }
}

/* Header helpers moved from inc/header.php */
@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hide-on-tablet {
        display: none;
    }
}

.synectics-header-one .submenu-addicon > a:after {
    display: inline-block;
    margin-left: 7px;
    color: inherit;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 12px;
    vertical-align: top;
}

.usFlag,
.caFlag,
.inFlag {
    float: left;
    width: 25px;
    height: 17px;
    margin: 0 5px 0 0;
}

.usFlag {
    background: url("../images/usFlag.png");
}

.caFlag {
    background: url("../images/caFlag.png");
}

.inFlag {
    background: url("../images/sprite.png");
}

.navbar-nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.submenu-addicon.active .sub-menu {
    display: block;
}

@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
    }

    .sub-menu {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #fff;
        list-style-type: none;
    }

    .sub-menu li {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    .submenu-addicon > a:after {
        float: right;
        content: "\f107";
    }

    .submenu-addicon.active .sub-menu,
    .navbar-nav li:hover > .sub-menu {
        display: block;
        position: relative;
    }

    .navbar-nav > li {
        position: relative;
    }

    .navbar-nav > li > a,
    .sub-menu li a {
        display: block;
        width: 100%;
    }

    .navbar-nav li {
        border-bottom: 1px solid #ddd;
    }
}

/* ==========================================================
   Internal CSS moved from PHP pages
   Centralized here so page UI can be edited from one file.
   ========================================================== */

/* Moved from 10-key-benefits-of-ai-in-recruitment-for-staffing-agencies.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* important */
}


/* Moved from 11index.php */
.cls-slider-span{
    font-size: 16px !important;
    font-weight: 500 !important;
    color:#fff !important;
}
.cls-hwrd-count576{
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
.cls-hwrd-title576{
     display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Ensure the text is not wrapped */
    }
	.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.synectics-simple-btnn {
    float: right;
    width: 100%;
    padding: 9px 16px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    margin: 15px 0px 0px -20px;
    overflow: hidden;
    position: relative;
}
.synectics-option-btn.synectics-bluee {
    background-color: #542dff;
}
/*.cls-slider-span{
    font-size: 24px !important;
    font-weight: 600 !important;
    color:#fff !important;
}*/
.cls-icon-pd{
	padding:8%;
}
@media (max-width: 767px) {
    .synectics-banner-search ul li, .synectics-banner-search ul li:last-child {
        width: 100%;
    }
    .word-counter{
font-size: 20px !important;
margin-bottom: 0px !important;
}
}
.job-TSL{
    font-size:13px;
}
.Job-Title-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cls576-paddingright {
    padding-right: 0px !important;
}
.clshome-location-count576 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#filterDetails {
    position: relative;
}
.synectics-featured-listing .synectics-table-layer {
    border: 1px solid #ececec;
    margin-bottom: 3%;
}
.synectics-testimonial-slider {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 75px;
    position: relative;
    margin-top: 20px;
}
.cls-services-css{
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 7%;
    box-shadow: 0 0 6px;
}
    /*.cls-hwrds-count576 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.cls-hwrd-content-count576 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Moved from 15-best-job-search-sites-for-job-seekers-in-2025.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from 25-best-chatgpt-prompts-for-resume-writing.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from 404.php */
.team-title-cl{
        color:#1175c0 !important;
    }
    /*.team-name {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(60, 72, 88, 0.8);
}*/

.check-icon {
      color: #539AD1; /* Set the color of the icon */
      font-size: 16px; /* Adjust the font size if needed */
      margin-right: 5px; /* Optional: Add some margin */
    }


/* Moved from average-attorney-salary-in-the-us-in-2026-by-state-practice-area-and-experience.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from average-salary-of-an-attorney-in-2025-a-complete-guide.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from banking-staffing-agency.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
        margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from best-attorney-resume-examples-and-writing-tips-for-job-seekers.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* important */
}


/* Moved from beyond-words-the-power-of-nonverbal-communication-in-job-interviews.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from blog.php */
.cls-hwrd-count576 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cls-hwrd-content-count576 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Moved from building-a-winning-team-cultivating-cultural-fit-with-the-help-of-a-staffing-agency.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from candidate-apply.php */
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
@media (min-width: 992px) {
    .text-lg-right {
        text-align: right !important;
    }
}
.cls-ca-pl{
	paddinf-left:2%;
}
.float-left-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  float: left;
  text-align: center;
  width: 100%; /* Adjust the width as needed */
}


/* Moved from career-development-plan-a-step-by-step-guide-to-building-long-term-professional-growth.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from c-level.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from construction-staffing-agency.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
        margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from contact-us.php */
.synectics-contact-info-list li i {
    position: absolute;
    left: 0px;
    top: 3px;
    color: #ffffff;
    font-size: 17px;
}

.cls-contact-team {
        margin-top: 3%;
    }


/* Moved from creative-and-digital-marketing-staffing-agency.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
        margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from employers.php */
.employers-page {
            --em-blue: #4f7dc8;
            --em-ink: #111a2a;
            --em-navy: #111b2d;
            --em-muted: #667085;
            --em-soft: #eef2f7;
            --em-line: #dfe6f0;
            background: var(--em-soft);
            color: var(--em-ink);
            font-family: "Roboto", Arial, sans-serif;
        }

        .employers-page * {
            box-sizing: border-box;
        }

        .employers-page a,
        .employers-page a:hover,
        .employers-page a:focus {
            text-decoration: none;
        }

        .employers-page .em-wrap {
            width: min(1060px, calc(100% - 96px));
            margin: 0 auto;
        }

        .employers-page .em-hero {
            position: relative;
            overflow: hidden;
            padding: 54px 0 70px;
            background: #000000;
            color: #fff;
        }

        .employers-page .em-hero:after {
            position: absolute;
            z-index: 0;
            right: -150px;
            bottom: -230px;
            width: 470px;
            height: 470px;
            border-radius: 50%;
            border: 46px solid rgba(72, 99, 143, .25);
            content: "";
            pointer-events: none;
        }

        .employers-page .em-hero-content {
            position: relative;
            z-index: 1;
            max-width: 520px;
        }

        .employers-page .em-kicker {
            display: block;
            /* margin-bottom: 20px; */
            color: #c9d5ea;
            /* font-size: 10px; */
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .employers-page .em-kicker:before {
            display: inline-block;
            width: 18px;
            height: 1px;
            margin-right: 10px;
            background: #c9d5ea;
            vertical-align: middle;
            content: "";
        }

        .employers-page h1 {
            max-width: 430px;
            margin: 0 0 20px;
            color: #fff;
            font-size: 42px;
            font-weight: 800;
            line-height: 1.06;
        }

        .employers-page h1 span {
            color: var(--em-blue);
        }

        .employers-page .em-hero p {
            max-width: 530px;
            margin: 0;
            color: #d5dceb;
            line-height: 1.85;
        }

        .employers-page .em-main {
            position: relative;
            z-index: 1;
            padding: 44px 0 54px;
        }

        .employers-page .em-section-head {
            /* display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 28px; */
            margin-bottom: 28px;
        }

        .employers-page .em-label {
            display: block;
            margin-bottom: 2px;
            color: var(--em-blue);
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 1.6px;
            text-transform: uppercase;
        }

        .employers-page .em-title-row {
            display: flex;
            align-items: center;
            /* gap: 16px; */
        }

        .employers-page h2 {
            margin: 0;
            color: var(--em-blue);
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .employers-page .em-section-note {
            /* max-width: 320px;
            margin: 0;
            color: #738096;
            font-size: 12px;
            line-height: 1.55;
            text-align: right; */
        }

        .employers-page .em-solutions {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
            margin-bottom: 86px;
        }

        .employers-page .em-card {
            min-height: 126px;
            padding: 18px 20px 17px;
            border-radius: 8px;
            border: 1px solid #e7edf5;
            background: #fff;
            box-shadow: 0 10px 24px rgba(31, 45, 71, .04);
        }

        .employers-page .em-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            margin-bottom: 13px;
            border-radius: 7px;
            background: #edf4ff;
            color: var(--em-blue);
            font-size: 14px;
        }

        .employers-page .em-card h3 {
            margin: 0 0 11px;
            color: var(--em-ink);
            font-size: 13px;
            font-weight: 800;
            line-height: 1.3;
        }

        .employers-page .em-card p {
            margin: 0;
            color: #536176;
            line-height: 1.55;
        }

        .employers-page .em-expertise {
            margin-bottom: 58px;
        }

        .employers-page .em-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 14px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .employers-page .em-tags > li {
            position: relative;
            display: inline-flex;
        }

        .employers-page .em-tags a {
            position: relative;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            min-height: 45px;
            padding: 8px 16px;
            border-radius: 5px;
            border: 1px solid #dfe6f0;
            background: #fff;
            color: #1e2a3c;
            font-weight: 600;
            line-height: 1.2;
            transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
        }

        .employers-page .em-tags a:before {
            width: 5px;
            height: 5px;
            margin-right: 9px;
            border-radius: 50%;
            background: var(--em-blue);
            content: "";
            pointer-events: none;
        }

        .employers-page .em-tags a:hover,
        .employers-page .em-tags a:focus {
            border-color: var(--em-blue);
            box-shadow: 0 10px 24px rgba(31, 45, 71, .08);
            color: var(--em-blue);
        }

        .employers-page .em-tags p {
            position: absolute;
            z-index: 5;
            top: calc(100% + 10px);
            left: 0;
            width: min(280px, calc(100vw - 40px));
            margin: 0;
            padding: 14px 16px;
            border: 1px solid #dfe6f0;
            border-radius: 6px;
            background: #fff;
            box-shadow: 0 16px 35px rgba(17, 26, 42, .14);
            color: #536176;
            font-size: 12px;
            line-height: 1.55;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-4px);
            transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
            pointer-events: none;
        }

        .employers-page .em-tags p:before {
            position: absolute;
            top: -6px;
            left: 20px;
            width: 10px;
            height: 10px;
            border-top: 1px solid #dfe6f0;
            border-left: 1px solid #dfe6f0;
            background: #fff;
            content: "";
            transform: rotate(45deg);
        }

        .employers-page .em-tags > li:hover p,
        .employers-page .em-tags > li:focus-within p {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .employers-page .em-cta {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 28px;
            padding: 28px 34px;
            border-radius: 8px;
            background: linear-gradient(125deg, var(--ui-primary-dark), #13b5ea);
            color: #fff;
            text-align: justify !important;
        }

        .employers-page .em-cta h2 {
            margin: 0 0 6px;
            color: #fff;
            font-size: 20px;
        }

        .employers-page .em-cta p {
            margin: 0;
            color: #d8e0ef;
            font-size: 18px;
            line-height: 1.6;
        }

        .employers-page .em-actions {
            position: relative;
            z-index: 3;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .employers-page .em-btn {
            position: relative;
            z-index: 4;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 118px;
            min-height: 42px;
            padding: 11px 18px;
            border-radius: 6px;
            /* font-size: 12px;
            font-weight: 800; */
            line-height: 1;
            transition: transform .2s ease, background .2s ease, color .2s ease;
        }

        .employers-page .em-btn:hover,
        .employers-page .em-btn:focus {
            transform: translateY(-1px);
        }

        .employers-page .em-btn-primary {
            background: var(--em-blue);
            color: #fff;
        }

        .employers-page .em-btn-dark {
            background: #101a2b;
            color: #fff;
        }

        @media (max-width: 991px) {
            .employers-page h1 {
                font-size: 38px;
            }

            .employers-page .em-solutions {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 767px) {
            .employers-page .em-wrap {
                width: min(100% - 30px, 520px);
            }

            .employers-page .em-hero {
                padding: 52px 0 76px;
            }

            .employers-page h1 {
                font-size: 34px;
            }

            .employers-page .em-main {
                padding: 42px 0 48px;
            }

            .employers-page .em-section-head,
            .employers-page .em-title-row,
            .employers-page .em-cta {
                display: block;
            }

            .employers-page .em-label {
                margin-bottom: 8px;
            }

            .employers-page .em-section-note {
                /* max-width: none;
                margin-top: 12px;
                text-align: left; */
            }

            .employers-page .em-solutions {
                grid-template-columns: 1fr;
                margin-bottom: 58px;
            }

            .employers-page .em-actions {
                margin-top: 20px;
            }

            .employers-page .em-tags > li {
                display: block;
                width: 100%;
            }

            .employers-page .em-tags a {
                width: 100%;
            }

            .employers-page .em-tags p {
                position: static;
                width: auto;
                margin-top: 7px;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                pointer-events: auto;
            }

            .employers-page .em-tags p:before {
                display: none;
            }
        }


/* Moved from engineering-staffing-agency.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from finding-the-perfect-fit-why-partnering-with-a-staffing-agency-streamlines-your-hiring-process.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from finding-your-dream-job-how-a-staffing-agency-can-be-your-golden-ticket.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from government.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from healthcare-staffing-agency.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from how-staffing-agencies-help-companies-overcome-talent-shortages.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from how-to-negotiate-salary-after-a-job-offer-in-2026-tips-that-actually-work.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from how-to-prevent-employee-burnout-12-proven-strategies-for-a-healthier-workplace.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from how-to-verify-if-a-staffing-agency-is-real-a-step-by-step-synectics-inc-guide-for-job-seekers.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from human-resources-staffing-agency.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from inc/blog-sidebar.php */
.cls-blg-titles{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.li-cls-padding {
    margin:6% 0 6% 0;
}


/* Moved from inc/footer.php */
.sticky-button {
    position: fixed;  /* Keeps the button fixed in place */
    background: #337ab7;
    right: 0px;      /* Distance from the right side of the screen */
    top: 50%;         /* Center it vertically */
    transform: translateY(-50%);  /* Offset it by half its height to perfectly center */
    /*rotate: 90deg;*/
    background-color: #007BFF; /* Button background color */
    color: #fff;               /* Button text color */
    padding: 10px 20px;        /* Button padding for size */
    border-radius: 5px;        /* Rounded corners */
    text-align: center;        /* Center the text */
    text-decoration: none;     /* Remove underline */
    font-size: 16px;           /* Font size */
    z-index: 1000;             /* Ensures it stays on top of other elements */
    
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
    transition: background-color 0.3s ease;   /* Smooth hover effect */
    }
    
    /* Hover effect */
    .sticky-button:hover {
        background-color: #0056b3;  /* Darker shade on hover */
    }


/* Moved from index.php */
body.home-refresh {
            --home-primary: #159bd3;
            --home-primary-dark: #0876a6;
            --home-ink: #172b3a;
            --home-muted: #60717d;
            --home-soft: #f3f8fb;
            --home-line: #dce8ef;
            width: 100%;
            max-width: 100%;
            overflow-x: hidden;
            background: #fff;
            color: var(--home-ink);
        }

        body.home-refresh * {
            box-sizing: border-box;
        }

        body.home-refresh .synectics-wrapper,
        body.home-refresh .synectics-main-content {
            width: 100%;
            max-width: 100%;
            overflow-x: hidden;
        }

        body.home-refresh .synectics-banner {
            position: relative;
            min-height: 610px;
            overflow: hidden;
            background-position: center;
        }

        body.home-refresh .synectics-banner:after {
            position: absolute;
            right: -120px;
            bottom: -190px;
            width: 430px;
            height: 430px;
            border: 1px solid rgba(255, 255, 255, .15);
            border-radius: 50%;
            content: "";
            pointer-events: none;
        }

        body.home-refresh .synectics-banner-transparent {
            background: linear-gradient(105deg, rgba(7, 45, 70, .93) 0%, rgba(8, 91, 130, .79) 55%, rgba(8, 82, 117, .45) 100%);
        }

        body.home-refresh .synectics-banner-caption {
            z-index: 2;
        }

        body.home-refresh .synectics-banner-caption .container {
            max-width: 1050px;
        }

        body.home-refresh .synectics-banner-caption h1 {
            max-width: 880px;
            margin: 0 auto 30px;
            color: #fff !important;
            font-size: 52px;
            font-weight: 700;
            line-height: 1.13;
            letter-spacing: -.6px;
            text-align: center;
            text-shadow: 0 4px 24px rgba(0, 0, 0, .22);
        }

        body.home-refresh .cls-slider-span {
            display: block;
            max-width: 760px;
            margin: 18px auto 0;
            color: rgba(255, 255, 255, .9) !important;
            font-size: 16px !important;
            font-weight: 400 !important;
            line-height: 1.65;
        }

        body.home-refresh .synectics-banner-search {
            float: none;
            display: block;
            width: 100%;
            max-width: 900px;
            margin: 0 auto;
            padding: 9px !important;
            border: 1px solid rgba(255, 255, 255, .25);
            border-radius: 10px;
            background: rgba(255, 255, 255, .96);
            box-shadow: 0 18px 45px rgba(0, 30, 50, .28);
        }

        body.home-refresh .synectics-banner-search ul {
            float: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin: 0;
            padding: 0;
            border: 0;
        }

        body.home-refresh .synectics-banner-search ul li {
            float: none;
            position: relative;
            width: auto;
            min-width: 0;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 0;
            flex: 1 1 0;
            border: 0;
            border-right: 1px solid var(--home-line);
        }

        body.home-refresh .synectics-banner-search ul li:last-child {
            width: 64px;
            min-width: 64px;
            -ms-flex: 0 0 64px;
            flex: 0 0 64px;
            border: 0;
        }

        body.home-refresh .synectics-banner-search input[type="text"] {
            float: none;
            display: block;
            height: 58px;
            padding: 0 20px 0 50px;
            border: 0;
            color: var(--home-ink);
            font-size: 15px;
        }

        body.home-refresh .synectics-banner-search ul li i {
            top: 50%;
            right: auto;
            left: 19px;
            color: var(--home-primary-dark);
            line-height: 1;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        body.home-refresh .synectics-banner-search .synectics-banner-submit {
            position: relative;
            overflow: hidden;
            border-radius: 7px;
            background: linear-gradient(135deg, var(--home-primary-dark), var(--home-primary));
        }

        body.home-refresh .synectics-banner-search .synectics-banner-submit input[type="submit"] {
            position: absolute;
            z-index: 2;
            inset: 0;
            float: none;
            width: 100%;
            height: 100%;
            border: 0;
            background: transparent;
            cursor: pointer;
        }

        body.home-refresh .synectics-banner-search .synectics-banner-submit i {
            position: absolute;
            z-index: 1;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            height: 100%;
            color: #fff;
            font-size: 23px;
            line-height: 1;
            pointer-events: none;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-transform: none;
            transform: none;
            padding-top: 0px;
        }

        body.home-refresh .synectics-banner-btn {
            margin-top: 22px;
            text-align: center;
        }

        body.home-refresh .synectics-banner-btn a {
            float: none;
            display: inline-block;
            padding: 13px 23px;
            border: 1px solid rgba(255, 255, 255, .55);
            border-radius: 5px;
            background: rgba(255, 255, 255, .12);
            font-weight: 600;
            backdrop-filter: blur(6px);
        }

        body.home-refresh .synectics-main-content {
            background: #fff;
        }

        body.home-refresh .synectics-main-content .container,
        body.home-refresh .synectics-main-content .container-fluid {
            max-width: 100%;
        }

        body.home-refresh .synectics-main-content .synectics-row,
        body.home-refresh .synectics-main-content .row {
            max-width: calc(100% + 30px);
        }

        body.home-refresh .synectics-counter-full {
            position: relative;
            z-index: 3;
            /*margin-top: -58px;*/
            padding: 0;
            background: transparent;
        }

        body.home-refresh .synectics-counter {
            overflow: hidden;
            border: 1px solid var(--home-line);
            border-radius: 14px;
            background: #fff;
            box-shadow: 0 18px 45px rgba(23, 43, 58, .12);
        }

        body.home-refresh .synectics-counter ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0;
        }

        body.home-refresh .synectics-counter ul li {
            width: 33.333%;
            padding: 27px 20px 25px;
            border-right: 1px solid var(--home-line);
            text-align: center;
        }

        body.home-refresh .synectics-counter ul li:last-child {
            border-right: 0;
        }

        body.home-refresh .synectics-counter span {
            color: var(--home-primary-dark);
            font-size: 31px;
            font-weight: 700;
            line-height: 1.2;
        }

        body.home-refresh .synectics-counter small {
            margin-top: 6px;
            color: var(--home-muted);
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        body.home-refresh .synectics-main-section,
        body.home-refresh .careerfy-main-section {
            padding: 20px 0;
        }

        body.home-refresh .synectics-counter-full + .synectics-main-section {
            padding-top: 0px;
        }

        body.home-refresh .synectics-fancy-title {
            float: none;
            clear: both;
            display: block;
            width: 100%;
            max-width: 720px;
            margin: 0 auto 44px;
            text-align: center;
        }

        body.home-refresh .synectics-fancy-title h2 {
            float: none;
            display: block;
            width: 100%;
            position: relative;
            margin: 0;
            padding-bottom: 18px;
            color: var(--home-ink);
            font-size: 38px;
            font-weight: 700;
            line-height: 1.2;
            text-align: center;
            overflow-wrap: anywhere;
        }

        body.home-refresh .synectics-fancy-title h2:after {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 54px;
            height: 4px;
            border-radius: 4px;
            background: var(--home-primary);
            content: "";
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        body.home-refresh .synectics-fancy-title p {
            float: none;
            display: block;
            width: 100%;
            margin: 17px auto 0;
            color: var(--home-muted);
            font-size: 16px;
            line-height: 1.7;
            text-align: center;
        }

        body.home-refresh .categories-list ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 -10px -20px;
        }

        body.home-refresh .categories-list ul li {
            width: 25%;
            margin: 0 0 20px;
            padding: 0 10px;
        }

        body.home-refresh .categories-list ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            min-height: 118px;
            padding: 23px 20px;
            border: 1px solid var(--home-line);
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 8px 24px rgba(23, 43, 58, .05);
            color: var(--home-ink);
            font-size: 14px;
            font-weight: 700;
            line-height: 1.35;
            text-align: left;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
        }

        body.home-refresh .categories-list ul li a:hover {
            border-color: rgba(21, 155, 211, .48);
            box-shadow: 0 15px 34px rgba(23, 43, 58, .11);
            color: var(--home-primary-dark);
            transform: translateY(-4px);
        }

        body.home-refresh .categories-list ul li i {
            display: inline-block;
            width: 48px;
            min-width: 48px;
            height: 48px;
            margin: 0 15px 0 0;
            border-radius: 12px;
            background: var(--home-soft);
            color: var(--home-primary-dark);
            font-size: 22px;
            line-height: 48px;
            text-align: center;
        }

        body.home-refresh .careerfy-plain-services-full {
            background: var(--home-soft);
        }

        body.home-refresh .synectics-plain-services > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

        body.home-refresh .synectics-plain-services > ul > li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 28px;
        }

        body.home-refresh .cls-services-css {
            width: 100%;
            overflow: hidden;
            padding: 0 0 28px;
            border: 1px solid var(--home-line);
            border-radius: 14px;
            background: #fff;
            box-shadow: 0 9px 28px rgba(23, 43, 58, .07);
            text-align: left;
            transition: box-shadow .25s ease, transform .25s ease;
        }

        body.home-refresh .cls-services-css:hover {
            box-shadow: 0 17px 38px rgba(23, 43, 58, .13);
            transform: translateY(-5px);
        }

        body.home-refresh .cls-services-css img {
            width: 100% !important;
            height: 180px !important;
            border-radius: 0 !important;
            object-fit: cover;
        }

        body.home-refresh .cls-services-css h2 {
            margin: 24px 25px 10px;
            padding: 0 !important;
            color: var(--home-ink);
            font-size: 22px;
            font-weight: 700;
        }

        body.home-refresh .cls-services-css p {
            min-height: 52px;
            margin: 0;
            padding: 0 25px;
            color: var(--home-muted);
            font-size: 15px;
            line-height: 1.7;
        }

        body.home-refresh .synectics-parallex-full {
            position: relative;
            padding: 88px 0;
            background-attachment: fixed;
        }

        body.home-refresh .synectics-parallex-full:before {
            position: absolute;
            inset: 0;
            background: linear-gradient(120deg, rgba(7, 55, 82, .94), rgba(8, 118, 166, .84));
            content: "";
        }

        body.home-refresh .synectics-parallex-full .container {
            position: relative;
            z-index: 1;
        }

        body.home-refresh .synectics-parallex-full .synectics-parallex-text {
            padding: 0;
            text-align: center;
        }

        body.home-refresh .synectics-parallex-full h2 {
            margin-bottom: 20px;
            color: #fff;
            font-size: 39px;
            font-weight: 700;
        }

        body.home-refresh .synectics-parallex-full p {
            color: rgba(255, 255, 255, .9);
            font-size: 18px;
            line-height: 1.8;
        }

        body.home-refresh .synectics-featured-listing > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: 0 -12px;
            max-width: calc(100% + 24px);
        }

        body.home-refresh .synectics-featured-listing > ul > li {
            padding: 0 12px;
        }

        body.home-refresh .synectics-featured-listing .synectics-table-layer {
            overflow: hidden;
            margin-bottom: 24px;
            border: 1px solid var(--home-line);
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 8px 25px rgba(23, 43, 58, .06);
            transition: box-shadow .2s ease, transform .2s ease;
        }

        body.home-refresh .synectics-featured-listing .synectics-table-layer:hover {
            box-shadow: 0 14px 34px rgba(23, 43, 58, .12);
            transform: translateY(-3px);
        }

        body.home-refresh .synectics-testimonial-full {
            position: relative;
            overflow: hidden;
            background: var(--home-soft);
        }

        body.home-refresh .synectics-testimonial-section {
            float: none;
            max-width: 850px;
            margin: 0 auto;
            overflow: visible;
            background: transparent;
        }

        body.home-refresh .synectics-testimonial-section > .row {
            display: block;
            margin: 0;
        }

        body.home-refresh .synectics-testimonial-section > .row > aside:first-child {
            display: none;
        }

        body.home-refresh .synectics-testimonial-section > .row > aside:last-child {
            float: none;
            width: 100%;
            padding: 0;
        }

        body.home-refresh .synectics-testimonial-slider {
            float: none;
            width: 100%;
            margin: 0;
            padding: 0 70px;
            overflow: hidden;
        }

        body.home-refresh .careerfy-testimonial-wrap {
            min-height: 230px;
            padding: 44px 50px 38px;
            border: 1px solid var(--home-line);
            border-radius: 16px;
            background: #fff;
            box-shadow: 0 14px 36px rgba(23, 43, 58, .08);
            text-align: center;
        }

        body.home-refresh .careerfy-testimonial-wrap p {
            margin-bottom: 22px;
            color: var(--home-ink);
            font-size: 20px;
            font-style: normal;
            line-height: 1.65;
        }

        body.home-refresh .careerfy-testimonial-text h6 {
            color: var(--home-primary-dark);
            font-size: 15px;
            font-weight: 700;
        }

        body.home-refresh .synectics-testimonial-slider .slick-arrow {
            border-radius: 50%;
            background: #fff;
            box-shadow: 0 7px 20px rgba(23, 43, 58, .12);
            color: var(--home-primary-dark);
        }

        body.home-refresh .synectics-blog-grid > ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            max-width: 100%;
        }

        body.home-refresh .synectics-blog-grid > ul > li {
            display: block;
        }

        body.home-refresh .synectics-blog-grid > ul > li > figure,
        body.home-refresh .synectics-blog-grid > ul > li > .synectics-blog-grid-text {
            float: none;
            width: 100%;
        }

        body.home-refresh .synectics-blog-grid > ul > li {
            position: relative;
            overflow: hidden;
            margin-bottom: 25px;
            border-radius: 14px;
        }

        body.home-refresh .synectics-blog-grid > ul > li:after {
            position: absolute;
            inset: 0 15px;
            z-index: -1;
            border: 1px solid var(--home-line);
            border-radius: 14px;
            background: #fff;
            box-shadow: 0 9px 28px rgba(23, 43, 58, .07);
            content: "";
        }

        body.home-refresh .synectics-blog-grid figure {
            border-radius: 14px 14px 0 0;
        }

        body.home-refresh .synectics-blog-grid figure img {
            /*height: 205px;
            object-fit: cover;*/
        }

        body.home-refresh .synectics-blog-grid-text {
            min-height: 275px;
            padding: 25px 25px 28px;
            border: 0;
            background: transparent;
        }

        body.home-refresh .synectics-blog-grid-text h3 {
            min-height: 52px;
            margin-bottom: 12px;
            color: var(--home-ink);
            font-size: 20px;
            font-weight: 700;
            line-height: 1.4;
        }

        body.home-refresh .synectics-blog-grid-text p {
            color: var(--home-muted);
            font-size: 15px;
            line-height: 1.65;
        }

        body.home-refresh .synectics-read-more {
            display: inline-block;
            margin-top: 17px;
            padding: 10px 17px;
            border-radius: 4px;
            background: var(--home-primary-dark);
            color: #fff;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .6px;
            text-transform: uppercase;
        }

        body.home-refresh .synectics-parallex-text-full {
            padding: 86px 0;
            background: var(--home-soft);
        }

        body.home-refresh .synectics-parallex-text-full .row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

        body.home-refresh .synectics-logo-text {
            padding-right: 44px;
        }

        body.home-refresh .synectics-logo-text h2 {
            margin-bottom: 18px;
            color: var(--home-ink);
            font-size: 36px;
            font-weight: 700;
            line-height: 1.25;
        }

        body.home-refresh .synectics-logo-text p {
            color: var(--home-muted);
            font-size: 17px;
            line-height: 1.75;
        }

        body.home-refresh .synectics-logo-thumb img {
            width: 100%;
            height: 335px;
            border-radius: 16px;
            box-shadow: 0 18px 45px rgba(23, 43, 58, .14);
            object-fit: cover;
        }

        @media (max-width: 991px) {
            body.home-refresh .synectics-banner-caption h1 {
                font-size: 32px;
            }

            body.home-refresh .categories-list ul li {
                width: 50%;
            }

            body.home-refresh .synectics-fancy-title h2,
            body.home-refresh .synectics-parallex-full h2 {
                font-size: 33px;
            }
        }

        @media (max-width: 767px) {
            body.home-refresh .synectics-banner {
                min-height: 680px;
            }

            body.home-refresh .synectics-banner-caption h1 {
                width: calc(100% - 30px);
                font-size: 34px;
                line-height: 1.18;
            }

            body.home-refresh .cls-slider-span {
                width: 100%;
                font-size: 16px !important;
                line-height: 1.55;
            }

            body.home-refresh .synectics-banner-search {
                width: calc(100% - 20px);
            }

            body.home-refresh .synectics-banner-search ul {
                display: block;
            }

            body.home-refresh .synectics-banner-search ul li,
            body.home-refresh .synectics-banner-search ul li:last-child {
                width: 100%;
                min-width: 0;
                border-right: 0;
                border-bottom: 1px solid var(--home-line);
            }

            body.home-refresh .synectics-banner-search ul li:last-child {
                height: 54px;
                min-height: 54px;
                border-bottom: 0;
            }

            body.home-refresh .synectics-banner-search .synectics-banner-submit i {
                line-height: 1;
            }

            body.home-refresh .synectics-counter-full {
                margin-top: -38px;
                padding: 0 15px;
            }

            body.home-refresh .synectics-counter ul {
                display: block;
            }

            body.home-refresh .synectics-counter ul li {
                width: 100%;
                padding: 20px;
                border-right: 0;
                border-bottom: 1px solid var(--home-line);
            }

            body.home-refresh .synectics-counter ul li:last-child {
                border-bottom: 0;
            }

            body.home-refresh .synectics-main-section,
            body.home-refresh .careerfy-main-section {
                padding: 55px 0;
            }

            body.home-refresh .synectics-fancy-title {
                margin-bottom: 34px;
            }

            body.home-refresh .synectics-fancy-title h2,
            body.home-refresh .synectics-parallex-full h2,
            body.home-refresh .synectics-logo-text h2 {
                font-size: 29px;
            }

            body.home-refresh .categories-list ul li {
                width: 100%;
            }

            body.home-refresh .categories-list ul li a {
                min-height: 96px;
            }

            body.home-refresh .synectics-parallex-full {
                padding: 65px 0;
                background-attachment: scroll;
            }

            body.home-refresh .synectics-parallex-full p {
                font-size: 16px;
            }

            body.home-refresh .synectics-testimonial-slider {
                padding: 0 12px;
            }

            body.home-refresh .careerfy-testimonial-wrap {
                min-height: 260px;
                padding: 35px 25px;
            }

            body.home-refresh .careerfy-testimonial-wrap p {
                font-size: 17px;
            }

            body.home-refresh .synectics-blog-grid > ul {
                display: block;
            }

            body.home-refresh .synectics-blog-grid > ul > li {
                display: block;
            }

            body.home-refresh .synectics-parallex-text-full .row {
                display: block;
            }

            body.home-refresh .synectics-logo-text {
                margin-bottom: 30px;
                padding-right: 0;
            }

            body.home-refresh .synectics-logo-thumb img {
                height: 260px;
            }
        }
        .synectics-parallex-text {
            margin-bottom: 0px;
        }
        .synectics-parallex-text p{
            margin-bottom: 0px;
        }

.cls-slider-span{
    font-size: 16px !important;
    font-weight: 500 !important;
    color:#fff !important;
}
.cls-hwrd-count576{
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
.cls-hwrd-title576{
     display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Ensure the text is not wrapped */
    }
	.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.synectics-simple-btnn {
    float: right;
    width: 100%;
    padding: 9px 16px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 2px;
    margin: 15px 0px 0px -20px;
    overflow: hidden;
    position: relative;
}
.synectics-option-btn.synectics-bluee {
    background-color: #542dff;
}
/*.cls-slider-span{
    font-size: 24px !important;
    font-weight: 600 !important;
    color:#fff !important;
}*/
.cls-icon-pd{
	padding:8%;
}
@media (max-width: 767px) {
    .synectics-banner-search ul li, .synectics-banner-search ul li:last-child {
        width: 100%;
    }
    .word-counter{
font-size: 20px !important;
margin-bottom: 0px !important;
}
}
.job-TSL{
    font-size:13px;
}
.Job-Title-line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cls576-paddingright {
    padding-right: 0px !important;
}
.clshome-location-count576 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.synectics-parallex-text-full {
    margin-bottom: 0px;
}

#filterDetails {
    position: relative;
}
.synectics-featured-listing .synectics-table-layer {
    border: 1px solid #ececec;
    margin-bottom: 3%;
}
.synectics-testimonial-slider {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 75px;
    position: relative;
    margin-top: 20px;
}
.cls-services-css{
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    padding: 7%;
    box-shadow: 0 0 6px;
}
   /* .cls-hwrds-count576 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}*/
.cls-hwrd-content-count576 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Moved from industries.php */
.team-title-cl{
        color:#1175c0 !important;
    }
    /*.team-name {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(60, 72, 88, 0.8);
}*/

.check-icon {
      color: #539AD1; /* Set the color of the icon */
      font-size: 16px; /* Adjust the font size if needed */
      margin-right: 5px; /* Optional: Add some margin */
    }
    .about-refresh .synectics-about-text {
    padding-right: 0px;
}


/* Moved from it-services.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from job-listings.php */
.cls-icon-pd{
	padding:8%;
}
.pagination-item{
	padding:10px;
	border: 1px solid #e9e9e9;
}
.prev{
	padding:10px;
	border: 1px solid #e9e9e9;
}
.next{
	padding:10px;
	border: 1px solid #e9e9e9;
}
.pagination-container{
	text-align:center;
}
.card{
	overflow: hidden;
}
.scroll-form {
    overflow-x: auto;
    height: 300px;
}
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: inherit;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 25px;
    cursor: text;
    overflow: auto;
	word-wrap: break-word;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.label {
	line-height: unset;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #000;
    padding: 2px 2px 2px 2px;
}
.label-info {
    background-color: #fff;
    border: 1px solid #000;
}
#pagination-container .pagination-item.active {
    background: #539AD1;
    color: #fff;
    border: none;
}
.synectics-list-option ul li {
	width: 100%;
	margin-bottom: 6px;
}
@media (max-width: 767px) {
    .synectics-banner-search ul li, .synectics-banner-search ul li:last-child {
        width: 100% !important;
    }
}
.cls-hwrd-count576 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#pagination-container .prev.disabled, #pagination-container .next.disabled {
    opacity: 0.5;
}
    .disabled, :disabled {
    pointer-events: none !important;
}

.modalx {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
      }
      .modal-content {
        margin: 50px auto;
        border: 1px solid #999;
        width: 300px; 
      }
      
      .contact-form button {
        width: 100%;
        padding: 10px;
        border: none;
        background: #337ab7;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
      }
      button:hover {
        background: #337ab7;
      }
      .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }
      .close:hover,
      .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
      }
      button.button {
        background: none;
        border-top: none;
        outline: none;
        border-right: none;
        border-left: none;
        border-bottom: #02274a 1px solid;
        padding: 0 0 3px 0;
        font-size: 16px;
        cursor: pointer;
      }
      button.button:hover {
        border-bottom: #a99567 1px solid;
        color: #a99567;
      }
      .form-group textarea {
        height: 70px !important; 
        width: -webkit-fill-available  !important;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        font-size: 13px;
    }
     .modal-backdrop {
        position: inherit;
        top: 0;
        left: 0;
        z-index: 1040;
        width: auto;
        height: auto;
        background-color: #000;
    }


/* Moved from job-openings/job.php */
.synectics-plain-btn {
    float: left;
    width: 100%;
	text-align: left;
    margin-bottom: 20px;
}
.synectics-JDIcons{
	/* border: 1px solid #ddd; */
    padding: 0px 22px 0px 22px;
	text-align:center;
}
.synectics-jobdetail-media li {
    float: left;
    list-style: none;
    margin-right: 0px;
    line-height: 2;
    padding-top: 5px;
}
.synectics-jobdetail-media {
    float: left;
    margin-left: 0px;
}
/* Hide elements on mobile devices (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

/* Hide elements on tablets (min-width: 768px) and (max-width: 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none;
  }
}
.clncls576:last-child {
 display:none !important;
}
.d-none {
    display: none !important;
}
.list-inline-item {
    display: inline-block;
}
.cls-icon-pd {
    padding: 2%;
}
.synectics-jobdetail-list figcaption span {
    display: inline;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 0px;
}
.synectics-jobdetail-options li {
    float: left;
    list-style: none;
    margin-right: 20px;
    margin-bottom: 5px;
    width: 100%;
}
/* .synectics-list-option span {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
    background-color: #67cc66;
    font-size: 12px;
    font-weight: 300;
    border-radius: 5px;
    vertical-align: top;
} */

.synectics-header-one .submenu-addicon > a:after {
    content: "\f107";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 7px;
    font-size: 12px;
    vertical-align: top;
}
.usFlag {
    width: 25px;
    height: 17px;
    background: url(../images/usFlag.png);
    float: left;
    margin: 0px 5px 0px 0px;
}
.caFlag {
    width: 25px;
    height: 17px;
    background: url(../images/caFlag.png);
    float: left;
    margin: 0px 5px 0px 0px;
}
.inFlag {
    width: 25px;
    height: 17px;
    background: url(../images/sprite.png);
    float: left;
    margin: 0px 5px 0px 0px;
}
/* Base Styles */
.navbar-nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
   /* display: flex;*/
    flex-direction: column;
}

/* Mobile and Tablet Version */
@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
    }

    /* Hide all sub-menus initially */
    .sub-menu {
        display: none;
        list-style-type: none;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        background-color: #fff;
        width: 100%;
    }

    /* Sub-menu items */
    .sub-menu li {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #ddd;
    }

    /* Add toggle functionality */
    .submenu-addicon > a:after {
        content: ' \25BC'; /* down arrow */
        float: right;
    }

    /* Show the sub-menu when hovering on larger devices */
    .submenu-addicon.active .sub-menu {
        display: block;
        position: relative;
    }

    /* Style for parent items */
    .navbar-nav > li {
        position: relative;
    }

    /* Make sub-menu items appear under the parent */
    .navbar-nav li:hover > .sub-menu {
        display: block;
    }

    /* Adjust submenu for smaller screen (mobile view) */
    .navbar-nav > li > a {
        padding: 10px;
        display: block;
    }

    /* Ensures sub-menu doesn't overflow */
    .sub-menu li a {
        width: 100%;
    }

    /* Optional: For better spacing */
    .navbar-nav li {
        border-bottom: 1px solid #ddd;
    }
}
.synectics-jobdetail-list figcaption span {
    display: inline;
    font-size: 16px;
    color: #333333;
    font-weight: normal !important;
    margin-bottom: 0px;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.label {
	line-height: unset;
}
.synectics-column-12 .synectics-typo-wrap .synectics-jobdetail-content .job-detail-desc ul li {
    list-style: none; /* Remove default bullets */
    position: relative;
    padding-left: 20px; /* Space for custom bullet */
}

.synectics-column-12 .synectics-typo-wrap .synectics-jobdetail-content .job-detail-desc ul li::before {
    content: "•"; /* Custom bullet */
    position: absolute;
    left: 0;
    color: black;
    font-size: 16px; /* Adjust size as needed */
}
.synectics-jobdetail-content .job-detail-desc p strong {
  display: inline-block; /* Allows margin to take effect */
  margin-bottom: 10px;
  margin-top: 10px;
}

.sticky-button {
    position: fixed;  /* Keeps the button fixed in place */
    background: #337ab7;
    right: 0px;      /* Distance from the right side of the screen */
    top: 50%;         /* Center it vertically */
    transform: translateY(-50%);  /* Offset it by half its height to perfectly center */
    /*rotate: 90deg;*/
    background-color: #007BFF; /* Button background color */
    color: #fff;               /* Button text color */
    padding: 10px 20px;        /* Button padding for size */
    border-radius: 5px;        /* Rounded corners */
    text-align: center;        /* Center the text */
    text-decoration: none;     /* Remove underline */
    font-size: 16px;           /* Font size */
    z-index: 1000;             /* Ensures it stays on top of other elements */
    
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
    transition: background-color 0.3s ease;   /* Smooth hover effect */
    }
    
    /* Hover effect */
    .sticky-button:hover {
        background-color: #0056b3;  /* Darker shade on hover */
    }

.modalx {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4);
      }
      .modal-content {
        margin: 50px auto;
        border: 1px solid #999;
        width: 300px; 
      }
      
      .contact-form button {
        width: 100%;
        padding: 10px;
        border: none;
        background: #337ab7;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
      }
      button:hover {
        background: #337ab7;
      }
      .close {
        color: #aaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }
      .close:hover,
      .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
      }
      button.button {
        background: none;
        border-top: none;
        outline: none;
        border-right: none;
        border-left: none;
        border-bottom: #02274a 1px solid;
        padding: 0 0 3px 0;
        font-size: 16px;
        cursor: pointer;
      }
      button.button:hover {
        border-bottom: #a99567 1px solid;
        color: #a99567;
      }
      .form-group textarea {
        height: 70px !important; 
        width: -webkit-fill-available  !important;
        border: 1px solid #dee2e6;
        border-radius: 10px;
        font-size: 13px;
    }
     .modal-backdrop {
        position: inherit;
        top: 0;
        left: 0;
        z-index: 1040;
        width: auto;
        height: auto;
        background-color: #000;
    }

.synectics-jobdetail-content {
        border: none;
        padding: 0px;
    }
    .synectics-jobdetail-list{
        border: none;
    }


/* Moved from job-seekers.php */
.employers-page {
            --em-blue: #4f7dc8;
            --em-ink: #111a2a;
            --em-navy: #111b2d;
            --em-muted: #667085;
            --em-soft: #eef2f7;
            --em-line: #dfe6f0;
            background: var(--em-soft);
            color: var(--em-ink);
            font-family: "Roboto", Arial, sans-serif;
        }

        .employers-page * {
            box-sizing: border-box;
        }

        .employers-page a,
        .employers-page a:hover,
        .employers-page a:focus {
            text-decoration: none;
        }

        .employers-page .em-wrap {
            width: min(1060px, calc(100% - 96px));
            margin: 0 auto;
        }

        .employers-page .em-hero {
            position: relative;
            overflow: hidden;
            padding: 54px 0 70px;
            background: #000000;
            color: #fff;
        }

        .employers-page .em-hero:after {
            position: absolute;
            z-index: 0;
            right: -150px;
            bottom: -230px;
            width: 470px;
            height: 470px;
            border-radius: 50%;
            border: 46px solid rgba(72, 99, 143, .25);
            content: "";
            pointer-events: none;
        }

        .employers-page .em-hero-content {
            position: relative;
            z-index: 1;
            max-width: 520px;
        }

        .employers-page .em-kicker {
            display: block;
            /* margin-bottom: 20px; */
            color: #c9d5ea;
            /* font-size: 10px; */
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .employers-page .em-kicker:before {
            display: inline-block;
            width: 18px;
            height: 1px;
            margin-right: 10px;
            background: #c9d5ea;
            vertical-align: middle;
            content: "";
        }

        .employers-page h1 {
            max-width: 430px;
            margin: 0 0 20px;
            color: #fff;
            font-size: 42px;
            font-weight: 800;
            line-height: 1.06;
        }

        .employers-page h1 span {
            color: var(--em-blue);
        }

        .employers-page .em-hero p {
            max-width: 530px;
            margin: 0;
            color: #d5dceb;
            line-height: 1.85;
        }

        .employers-page .em-main {
            position: relative;
            z-index: 1;
            padding: 44px 0 54px;
        }

        .employers-page .em-section-head {
            /* display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 28px; */
            margin-bottom: 28px;
        }

        .employers-page .em-label {
            display: block;
            margin-bottom: 2px;
            color: var(--em-blue);
            font-size: 10px;
            font-weight: 800;
            letter-spacing: 1.6px;
            text-transform: uppercase;
        }

        .employers-page .em-title-row {
            display: flex;
            align-items: center;
            /* gap: 16px; */
        }

        .employers-page h2 {
            margin: 0;
            color: var(--em-blue);
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
        }

        .employers-page .em-section-note {
            /* max-width: 320px;
            margin: 0;
            color: #738096;
            font-size: 12px;
            line-height: 1.55;
            text-align: right; */
        }

        .employers-page .em-solutions {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
            margin-bottom: 86px;
        }

        .employers-page .em-card {
            min-height: 126px;
            padding: 18px 20px 17px;
            border-radius: 8px;
            border: 1px solid #e7edf5;
            background: #fff;
            box-shadow: 0 10px 24px rgba(31, 45, 71, .04);
        }

        .employers-page .em-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 32px;
            height: 32px;
            margin-bottom: 13px;
            border-radius: 7px;
            background: #edf4ff;
            color: var(--em-blue);
            font-size: 14px;
        }

        .employers-page .em-card h3 {
            margin: 0 0 11px;
            color: var(--em-ink);
            font-size: 13px;
            font-weight: 800;
            line-height: 1.3;
        }

        .employers-page .em-card p {
            margin: 0;
            color: #536176;
            line-height: 1.55;
        }

        .employers-page .em-process {
            margin: -32px 0 68px;
        }

        .employers-page .em-process-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .employers-page .em-process-card {
            min-height: 132px;
            padding: 20px 20px 18px;
            border: 1px solid #e7edf5;
            border-radius: 8px;
            background: #fff;
            box-shadow: 0 10px 24px rgba(31, 45, 71, .04);
        }

        .employers-page .em-step-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 26px;
            height: 26px;
            margin-bottom: 13px;
            border-radius: 8px;
            background: var(--em-blue);
            color: #fff;
            font-size: 12px;
            font-weight: 800;
            line-height: 1;
        }

        .employers-page .em-process-card h3 {
            margin: 0 0 9px;
            color: var(--em-ink);
            font-size: 13px;
            font-weight: 800;
            line-height: 1.3;
        }

        .employers-page .em-process-card p {
            margin: 0;
            color: #536176;
            line-height: 1.55;
        }

        .employers-page .em-expertise {
            margin-bottom: 58px;
        }

        .employers-page .em-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 12px 14px;
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .employers-page .em-tags > li {
            position: relative;
            display: inline-flex;
        }

        .employers-page .em-tags a {
            position: relative;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            min-height: 45px;
            padding: 8px 16px;
            border-radius: 5px;
            border: 1px solid #dfe6f0;
            background: #fff;
            color: #1e2a3c;
            font-weight: 600;
            line-height: 1.2;
            transition: border-color .2s ease, box-shadow .2s ease, color .2s ease;
        }

        .employers-page .em-tags a:before {
            width: 5px;
            height: 5px;
            margin-right: 9px;
            border-radius: 50%;
            background: var(--em-blue);
            content: "";
            pointer-events: none;
        }

        .employers-page .em-tags a:hover,
        .employers-page .em-tags a:focus {
            border-color: var(--em-blue);
            box-shadow: 0 10px 24px rgba(31, 45, 71, .08);
            color: var(--em-blue);
        }

        .employers-page .em-tags p {
            position: absolute;
            z-index: 5;
            top: calc(100% + 10px);
            left: 0;
            width: min(280px, calc(100vw - 40px));
            margin: 0;
            padding: 14px 16px;
            border: 1px solid #dfe6f0;
            border-radius: 6px;
            background: #fff;
            box-shadow: 0 16px 35px rgba(17, 26, 42, .14);
            color: #536176;
            font-size: 12px;
            line-height: 1.55;
            opacity: 0;
            visibility: hidden;
            transform: translateY(-4px);
            transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
            pointer-events: none;
        }

        .employers-page .em-tags p:before {
            position: absolute;
            top: -6px;
            left: 20px;
            width: 10px;
            height: 10px;
            border-top: 1px solid #dfe6f0;
            border-left: 1px solid #dfe6f0;
            background: #fff;
            content: "";
            transform: rotate(45deg);
        }

        .employers-page .em-tags > li:hover p,
        .employers-page .em-tags > li:focus-within p {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .employers-page .em-cta {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 28px;
            padding: 28px 34px;
            border-radius: 8px;
            background:linear-gradient(125deg, var(--ui-primary-dark), #13b5ea);
            color: #fff;
            text-align: justify !important;
        }

        .employers-page .em-cta h2 {
            margin: 0 0 6px;
            color: #fff;
            font-size: 20px;
        }

        .employers-page .em-cta p {
            margin: 0;
            color: #d8e0ef;
            font-size: 18px;
            line-height: 1.6;
        }

        .employers-page .em-actions {
            position: relative;
            z-index: 3;
            display: flex;
            flex-wrap: wrap;
            gap: 12px;
        }

        .employers-page .em-btn {
            position: relative;
            z-index: 4;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-width: 118px;
            min-height: 42px;
            padding: 11px 18px;
            border-radius: 6px;
            /* font-size: 12px;
            font-weight: 800; */
            line-height: 1;
            transition: transform .2s ease, background .2s ease, color .2s ease;
        }

        .employers-page .em-btn:hover,
        .employers-page .em-btn:focus {
            transform: translateY(-1px);
        }

        .employers-page .em-btn-primary {
            background: var(--em-blue);
            color: #fff !important;
        }

        .employers-page .em-btn-dark {
            background: #101a2b;
            color: #fff;
        }

        @media (max-width: 991px) {
            .employers-page h1 {
                font-size: 38px;
            }

            .employers-page .em-solutions {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .employers-page .em-process-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 767px) {
            .employers-page .em-wrap {
                width: min(100% - 30px, 520px);
            }

            .employers-page .em-hero {
                padding: 52px 0 76px;
            }

            .employers-page h1 {
                font-size: 34px;
            }

            .employers-page .em-main {
                padding: 42px 0 48px;
            }

            .employers-page .em-section-head,
            .employers-page .em-title-row,
            .employers-page .em-cta {
                display: block;
            }

            .employers-page .em-label {
                margin-bottom: 8px;
            }

            .employers-page .em-section-note {
                /* max-width: none;
                margin-top: 12px;
                text-align: left; */
            }

            .employers-page .em-solutions {
                grid-template-columns: 1fr;
                margin-bottom: 58px;
            }

            .employers-page .em-process {
                margin: -20px 0 52px;
            }

            .employers-page .em-process-grid {
                grid-template-columns: 1fr;
            }

            .employers-page .em-actions {
                margin-top: 20px;
            }

            .employers-page .em-tags > li {
                display: block;
                width: 100%;
            }

            .employers-page .em-tags a {
                width: 100%;
            }

            .employers-page .em-tags p {
                position: static;
                width: auto;
                margin-top: 7px;
                opacity: 1;
                visibility: visible;
                transform: none;
                box-shadow: none;
                pointer-events: auto;
            }

            .employers-page .em-tags p:before {
                display: none;
            }
        }
        ol li {
    list-style: none;
    width: 100%;
}


/* Moved from legal-information.php */
.check-icon {
      color: #539AD1; /* Set the color of the icon */
      font-size: 16px; /* Adjust the font size if needed */
      margin-right: 5px; /* Optional: Add some margin */
    }


/* Moved from legal-secretary-vs-paralegal-roles-responsibilities-and-career-paths-compared.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from legal-staffing-agency.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from manufacturing-staffing-agency.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from new-employers.php */
.careerfy-static-btn {
    display: inline-block;
    background-color: #13b5ea;
    padding: 17px 30px;
    line-height: 1;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.check-icon {
      color: #539AD1; /* Set the color of the icon */
      font-size: 16px; /* Adjust the font size if needed */
      margin-right: 5px; /* Optional: Add some margin */
    }
    .cls-srvs-list576{
        padding: 3%;
    border: 1px solid #e9e9e9;
    margin: 1%;
    }


/* Moved from nursing-smart-goals-examples-a-complete-guide-for-nurses-in-2026.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from our-story.php */
.team-title-cl{
        color:#1175c0 !important;
    }
    /*.team-name {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(60, 72, 88, 0.8);
}*/

.check-icon {
      color: #539AD1; /* Set the color of the icon */
      font-size: 16px; /* Adjust the font size if needed */
      margin-right: 5px; /* Optional: Add some margin */
    }


/* Moved from our-team.php */
.ml-auto {
    margin-left: auto !important;
}
@media (min-width: 768px) and (max-width: 1054px) {
    .cls-teams-none{
        display: none !important;
    }
}


/* Moved from our-technology.php */
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from overcoming-rejection-at-interviews-a-deep-dive.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from permanent-jobs-everything-you-need-to-know-before-accepting-an-offer.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from pharmaceutical.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from privacy-policy.php */
.team-title-cl{
        color:#1175c0 !important;
    }
    /*.team-name {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(60, 72, 88, 0.8);
}*/

.check-icon {
      color: #539AD1; /* Set the color of the icon */
      font-size: 16px; /* Adjust the font size if needed */
      margin-right: 5px; /* Optional: Add some margin */
    }


/* Moved from salary-negotiation-balancing-logic-and-emotion.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from sales-and-marketing-staffing-agency.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from services.php */
.services-page .content-section .em-section-soft {
        display: flex;
    }


/* Moved from sms-terms-and-conditions.php */
.team-title-cl{
        color:#1175c0 !important;
    }
    /*.team-name {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(60, 72, 88, 0.8);
}*/

.check-icon {
      color: #539AD1; /* Set the color of the icon */
      font-size: 16px; /* Adjust the font size if needed */
      margin-right: 5px; /* Optional: Add some margin */
    }


/* Moved from submit-resume.php */
.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}
@media (min-width: 992px) {
    .text-lg-right {
        text-align: right !important;
    }
}
.cls-ca-pl{
	paddinf-left:2%;
}
.float-left-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  float: left;
  text-align: center;
  width: 100%; /* Adjust the width as needed */
}
.cls-form-css{
    border: #e9e9e9;
    border-radius: 5px;
    box-shadow: 0 0 4px;
    padding: 3%;
}


/* Moved from telecommunications.php */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cls-services-css {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 2%;
    box-shadow: 0 0 1px;
}
.cls-industries-ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 0;
    margin: 0;
    margin-bottom: 5%;
}
@media (max-width: 768px) {
    .cls-industries-ul {
        grid-template-columns: 1fr; /* Single column on smaller screens */
    }
}
.check-icon {
    color: #539AD1;
    font-size: 16px;
    margin-right: 5px;
}


/* Moved from the-open-door-policy-why-communication-is-key-to-finding-your-perfect-job-with-a-staffing-agency.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from the-ultimate-guide-to-workforce-retention-strategies-for-2025.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from top-10-best-staffing-agencies-in-chicago-for-2025.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from top-15-exit-interview-questions-to-ask-for-honest-employee-feedback.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from top-15-highest-paying-tech-jobs-in-the-us-and-how-to-land-them.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from top-15-phlebotomy-staffing-agencies-a-comprehensive-guide-for-employers-and-job-seekers.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from top-20-best-skills-to-put-on-a-resume.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from top-20-interview-questions-for-administrative-assistants.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from top-high-paying-entry-level-healthcare-jobs-in-2025.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from top-legal-job-boards-in-2026-for-legal-Job-seekers-permanent-remote-and-hybrid.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from top-legal-staffing-agencies-in-dallas-tx-your-guide-to-hiring-the-best-legal-talent.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* Moved from virtual-meeting-etiquette-15-experts-tips.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* important */
}


/* Moved from what-is-skills-gap-analysis-a-complete-guide-for-hr-leaders-in-2026.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px; /* important */
}


/* Moved from workplace-culture-what-it-is-and-why-it-matters-for-your-career.php */
.thumb {
    display: table-cell;
    padding-top: 5px;
	padding-bottom: 5px;
    vertical-align: top;
    width: 80px;
}
.info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
}


/* ==========================================================
   Internal CSS moved from profile pages
   ========================================================== */

/* Moved from profiles/576jim-rutty.php */
body{
    margin-top:0px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;    
}
.main-body {
    padding: 15px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}


/* Moved from profiles/camila-carrion.php */
body{
    margin-top:0px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;    
}
.main-body {
    padding: 15px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}


/* Moved from profiles/lesley-thephasdin.php */
body{
    margin-top:0px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;    
}
.main-body {
    padding: 15px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}


/* Moved from profiles/mallory-barlow.php */
body{
    margin-top:0px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;    
}
.main-body {
    padding: 15px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}


/* Moved from profiles/melissa1-lounds.php */
body{
    margin-top:0px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;    
}
.main-body {
    padding: 15px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}


/* Moved from profiles/mike-hoffmann.php */
body{
    margin-top:0px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;    
}
.main-body {
    padding: 15px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}


/* Moved from profiles/stori-luft.php */
body{
    margin-top:0px;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;    
}
.main-body {
    padding: 15px;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.gutters-sm>.col, .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}

.bg-gray-300 {
    background-color: #e2e8f0;
}
.h-100 {
    height: 100%!important;
}
.shadow-none {
    box-shadow: none!important;
}

.synectics-main-content .synectics-main-section p, .synectics-main-content p, .synectics-main-content li, .synectics-main-content label {
    color : #000000;
    font-size: 15px;
}

/* Final page guards after centralized legacy CSS */
body:not(.profile-refresh) {
    margin-top: 0;
    background: #fff;
    color: var(--ui-ink);
    text-align: left;
}

body.profile-refresh {
    margin-top: 0;
    color: #1a202c;
    text-align: left;
    background-color: #e2e8f0;
}

body:not(.profile-refresh) .synectics-main-content p,
body:not(.profile-refresh) .synectics-main-content li,
body:not(.profile-refresh) .synectics-main-content label {
    color: var(--ui-muted);
    font-size: var(--ui-body-size);
    line-height: var(--ui-body-line);
}

/* Homepage refinements: solutions, career cards, testimonials */
body.home-refresh .careerfy-plain-services-full {
    background: var(--ui-soft);
}

body.home-refresh .careerfy-plain-services-full .synectics-plain-services > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: -14px;
    margin-left: -14px;
}

body.home-refresh .careerfy-plain-services-full .synectics-plain-services > ul > li {
    display: flex;
    float: none;
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 28px;
}

body.home-refresh .careerfy-plain-services-full .cls-services-css {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 0 26px !important;
    border: 1px solid var(--ui-line) !important;
    border-radius: 14px !important;
    background: #fff;
    box-shadow: 0 9px 28px rgba(23, 43, 58, .07) !important;
    overflow: hidden;
}

body.home-refresh .careerfy-plain-services-full .cls-services-css img {
    flex: 0 0 auto;
    width: 100% !important;
    height: 180px !important;
    border-radius: 0 !important;
    object-fit: cover;
}

body.home-refresh .careerfy-plain-services-full .cls-services-css h2 {
    margin: 24px 25px 10px !important;
    padding-top: 0 !important;
    color: var(--ui-ink);
    font-size: 22px !important;
    line-height: 1.32 !important;
}

body.home-refresh .careerfy-plain-services-full .cls-services-css p {
    flex: 1 1 auto;
    margin: 0;
    padding: 0 25px;
    color: var(--ui-muted);
    font-size: 15px;
    line-height: 1.7;
}

body.home-refresh .careerfy-plain-services-full .cls-services-css br {
    display: none;
}

/* Job listing/detail meta rows */
.jobs-refresh .job-meta-location,
.job-detail-refresh .job-meta-location,
.job-detail-refresh .job-meta-date {
    display: inline-flex !important;
    align-items: flex-start;
    max-width: 100%;
    gap: 7px;
    white-space: normal;
}

.jobs-refresh .job-meta-location i,
.job-detail-refresh .job-meta-location i,
.job-detail-refresh .job-meta-date i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: var(--ui-primary) !important;
}

.jobs-refresh .job-meta-location span,
.job-detail-refresh .job-meta-location span {
    display: inline;
    min-width: 0;
    overflow-wrap: anywhere;
}

.job-detail-refresh .synectics-jobdetail-options {
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    body.home-refresh .careerfy-plain-services-full .synectics-plain-services > ul > li {
        width: 50%;
    }
}

body.home-refresh .synectics-featured-listing > ul.synectics-row {
    display: block;
    margin: 0;
    max-width: none;
}

body.home-refresh .synectics-featured-listing #filterDetails {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: calc(100% + 24px);
    margin: 0 -12px;
}

body.home-refresh .synectics-featured-listing #filterDetails > li {
    display: flex;
    float: none;
    width: 50%;
    padding: 0 12px;
    margin: 0 0 24px;
}

body.home-refresh .synectics-featured-listing #filterDetails .synectics-table-layer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100% !important;
    min-height: 220px;
    margin-bottom: 0;
    padding: 5px 5px 10px;
}

body.home-refresh .synectics-featured-listing #filterDetails .synectics-table-row,
body.home-refresh .synectics-featured-listing #filterDetails .synectics-featured-listing-text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
}

body.home-refresh .synectics-featured-listing #filterDetails .synectics-featured-listing-text > h2 {
    flex: 0 0 auto;
}

body.home-refresh .synectics-featured-listing #filterDetails .synectics-featured-listing-options {
    margin-top: auto;
}

body.home-refresh .synectics-featured-listing #filterDetails .synectics-job-like {
    margin-top: 12px;
}

body.home-refresh .synectics-featured-listing #filterDetails > .alert,
body.home-refresh .synectics-featured-listing #filterDetails > #loading {
    width: 100%;
    margin-right: 12px;
    margin-left: 12px;
}

body.home-refresh .synectics-testimonial-full {
    background: var(--ui-soft);
}

body.home-refresh .synectics-testimonial-full .container-fluid {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

body.home-refresh .synectics-testimonial-full .row {
    margin-right: -15px;
    margin-left: -15px;
}

body.home-refresh .synectics-testimonial-full .synectics-typo-wrap {
    float: none;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

body.home-refresh .synectics-testimonial-section {
    float: none;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    overflow: visible;
    background: transparent;
}

body.home-refresh .synectics-testimonial-section > .row {
    display: block;
    margin: 0;
}

body.home-refresh .synectics-testimonial-section > .row > aside:first-child {
    display: none;
}

body.home-refresh .synectics-testimonial-section > .row > aside:last-child {
    float: none;
    width: 100%;
    padding: 0;
}

body.home-refresh .synectics-testimonial-slider {
    float: none;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    padding: 0 70px;
    overflow: hidden;
}

body.home-refresh .synectics-testimonial-slider .slick-list {
    overflow: hidden;
}

body.home-refresh .synectics-testimonial-slider .slick-track {
    display: flex;
    align-items: stretch;
}

body.home-refresh .synectics-testimonial-slider .slick-slide {
    height: auto;
}

body.home-refresh .synectics-testimonial-slider .slick-slide > div,
body.home-refresh .careerfy-testimonial-slide-layer {
    height: 100%;
}

body.home-refresh .careerfy-testimonial-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 250px;
    margin: 0 auto;
    text-align: center;
}

body.home-refresh .careerfy-testimonial-wrap p {
    color: var(--ui-ink) !important;
}

@media (max-width: 767px) {
    body.home-refresh .careerfy-plain-services-full .synectics-plain-services > ul {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 0;
        padding: 0;
        max-width: none;
    }

    body.home-refresh .careerfy-plain-services-full .synectics-plain-services > ul > li {
        display: block;
        float: none;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: 0;
        text-align: left !important;
    }

    body.home-refresh .careerfy-plain-services-full .cls-services-css {
        display: grid;
        grid-template-columns: 98px minmax(0, 1fr);
        grid-template-rows: auto 1fr;
        align-items: stretch;
        width: 100%;
        min-height: 132px;
        padding: 0 !important;
        border-radius: 12px !important;
        overflow: hidden;
    }

    body.home-refresh .careerfy-plain-services-full .cls-services-css img {
        grid-row: 1 / 3;
        grid-column: 1;
        width: 98px !important;
        height: 100% !important;
        min-height: 132px;
        aspect-ratio: auto;
        object-fit: cover;
    }

    body.home-refresh .careerfy-plain-services-full .cls-services-css h2 {
        grid-column: 2;
        align-self: end;
        margin: 18px 18px 7px !important;
        padding: 0 !important;
        font-size: 18px !important;
        line-height: 1.25 !important;
        text-align: left;
    }

    body.home-refresh .careerfy-plain-services-full .cls-services-css p {
        grid-column: 2;
        align-self: start;
        margin: 0 !important;
        padding: 0 18px 18px !important;
        color: var(--ui-muted);
        font-size: 14px !important;
        line-height: 1.55 !important;
        text-align: left;
    }

    body.home-refresh .careerfy-plain-services-full .cls-services-css:hover {
        transform: none;
    }

    body.home-refresh .synectics-featured-listing #filterDetails {
        display: flex;
        margin: 0;
        width: 100%;
    }

    body.home-refresh .synectics-featured-listing #filterDetails > li {
        display: flex;
        width: 100%;
        padding: 0;
    }

    body.home-refresh .synectics-featured-listing #filterDetails .synectics-table-layer {
        min-height: 270px;
        padding: 22px 18px;
    }

    body.home-refresh .synectics-testimonial-slider {
        padding: 0 12px;
    }

    body.home-refresh .careerfy-testimonial-wrap {
        min-height: 285px;
        padding: 34px 24px;
    }
}

@media (max-width: 420px) {
    body.home-refresh .careerfy-plain-services-full .cls-services-css {
        grid-template-columns: 88px minmax(0, 1fr);
        min-height: 124px;
    }

    body.home-refresh .careerfy-plain-services-full .cls-services-css img {
        width: 88px !important;
        min-height: 124px;
    }

    body.home-refresh .careerfy-plain-services-full .cls-services-css h2 {
        margin: 15px 15px 6px !important;
        font-size: 17px !important;
    }

    body.home-refresh .careerfy-plain-services-full .cls-services-css p {
        padding: 0 15px 15px !important;
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 1199px) {
    body.jobs-refresh .job-filter-toggle-control:checked + .row #jobFiltersPanel.filters-section,
    body.jobs-refresh .job-filter-toggle-control:checked + .row aside#jobFiltersPanel.filters-section {
        display: block !important;
        position: fixed !important;
        z-index: 9999 !important;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        width: min(88vw, 390px) !important;
        max-width: 390px !important;
        height: auto !important;
        max-height: none !important;
        margin: 0 !important;
        padding: 0 15px !important;
        overflow: hidden !important;
        transform: none !important;
    }

    body.jobs-refresh .job-filter-toggle-control:checked + .row #jobFiltersPanel > .synectics-typo-wrap {
        display: block !important;
        height: 100% !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
    }

    body.jobs-refresh .job-filter-toggle-control:checked + .row .filter-back-layer {
        display: block !important;
    }
}
