#content>.ast-container {
    max-width: 100%;
    padding: 0 !important;
}

.double-underline {
    position: relative;
    display: inline-block;
}

.double-underline:after,
.double-underline:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    background-color: var(--black-jet);
    display: block;

}

.double-underline:after {
    bottom: -5px;
    height: 2px;
}

.double-underline:before {
    bottom: 0;
    height: 1px;
}

div#primary {
    margin: 0 !important;
}

body {
    background: #eeede9;
}

.large-heading {
    font-size: 25px !important;
    font-weight: 700;
    color: var(--color-primary-new);
    margin-bottom: 18px;
    text-transform: capitalize;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: .5rem;
    text-transform: capitalize;
    transition: all .4s ease-in-out;
    font-weight: 400;
    border: none;
}

.btn-small {
    padding: 4px 20px;
    width: 50%;
    font-size: 15px;
}

.btn-primary {
    background: var(--black-jet);
    color: var(--white);
    box-shadow: 0 0 0 1px inset var(--black-jet);
}

.btn-primary:hover {
    background: var(--color-red);
    color: var(--white);
    box-shadow: 0 0 0 1px inset var(--color-red);
}

.btn-red {
    background: #128187;
    color: var(--white);
}

.btn-red:hover {
    background: var(--color-primary-new);
    color: var(--white);
}

.btn-outline {
    background: none;
    color: var(--color-primary-new);
    box-shadow: 0 0 0 1px inset var(--color-primary-new);
}

.btn-outline:hover {
    background: var(--color-red);
    color: var(--white);
    box-shadow: 0 0 0 1px inset var(--color-red);
}

.btn-centered {
    justify-content: center;
}

.section-padding {
    padding: 50px 0;
}

.section-padding-top {
    padding-top: 50px;
}

.section-padding-bottom {
    padding-bottom: 50px;
}

.hero-banner__content-title-body p {
    margin-bottom: 1rem;
}

.hero-banner__content-title-body p:last-of-type {
    margin: 0;
}

/* Hero Section */

.hero-banner {
    background-size: cover !important;
}

.hero-banner>div {
    max-width: 1300px;
}

.hero-banner__content {
    background: var(--white);
    padding: 2rem;
    border-radius: 5px;
}

h1.hero-banner__content-title {
    border-bottom: 2px solid;
    display: inline-block;
}

/* CTA Section */

.resources-cta-scetion__heading {
    margin-bottom: 40px !important;
    line-height: 1;
}

.resources-cta-card {
    padding: 2rem;
    background: var(--white);
    border-radius: 8px;
}

.resources-cta__image img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.resource-cta__summary {
    margin: 2rem auto 1.5rem;
}

.resources-cta-btn:hover,
.cta-banner-btn a:hover,
.pdf-download-area a:hover {
    background: var(--red);
}

.cta-card-row .ast-col-md-4:not(:last-of-type) .resources-cta-card {
    margin-bottom: 2rem;
}

.cta-banner-section_row {
    background: var(--white);
    border-radius: .5rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.cta-banner__image img {
    width: 200px;
}

.cta-banner__title {
    margin-bottom: 5px;
}

/* Jobs Sectioon */

.jobs-section__title {
    padding-bottom: 1rem;
}

.pdf-download-area h3 {
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 600;
    color: var(--black-jet);
    font-size: 22px;
}

.pdf-download-area .btn {
    padding: 10px;
}

.jobs-slider {
    margin-top: 2rem;
    opacity: 0;
    transition: opacity .4s ease-in-out;
}

.job-card__header {
    position: relative;
}

.job-card__header span {
    color: var(--white);
    font-weight: 700;
    position: absolute;
    left: 20px;
    top: 20px;
    /* text-shadow: 0 0 black; */
    filter: drop-shadow(2px 4px 6px black);
}

.job-card {
    margin: unset;
    border-radius: 10px;
    overflow: hidden;
}

.job-card__body {
    padding: 20px;
    background: var(--white);
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.job-card__header img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.job-card__body .job-title {
    color: var(--black-jet);
    font-size: 18px;
    font-weight: 700;
}

.job-card__body .job-posted {
    color: #AAAAAA;
    font-weight: 500;
    font-size: 14px;
}

.job-card__body .job-salary {
    font-size: 18px;
    color: #AAAAAA;
    font-weight: 600;
}

.job-card__link a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 16px 0;
    background: var(--black-jet);
    color: var(--white);
    transition: all .4s ease;
}

.job-card__link a:hover {
    background: var(--red);
}

.jobs-section .lSSlideOuter {
    position: relative;
    overflow: visible;
}

.jobs-section .lSSlideWrapper {
    position: static;
}

.jobs-section .lSAction>a {
    opacity: 1;
    transition: all .4s ease-in-out;
}

.jobs-section .lSAction>a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jobs-section .lSAction>.lSNext {
    right: -20px;
}

.jobs-section .lSAction>.lSNext:hover {
    transform: translateX(5px);
}

.jobs-section .lSAction>.lSPrev {
    left: -20px;
}

.jobs-section .lSAction>.lSPrev:hover {
    transform: translateX(-5px);
}

a.jobs-link {
    display: inline-flex;
    padding: 5px 35px;
    background: var(--btn-bg-color);
    border: 2px solid var(--btn-bg-color);
    border-radius: 5px;
}

a.jobs-link svg>* {
    stroke: var(--btn-text-color);
}

a.jobs-link:hover {
    background: var(--red);
    border: 2px solid var(--red);
}

.logo-group {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}

.logo-group .image {
    min-height: auto;
    /* padding: 0 25px; */
}

.logo-group .image img {
    height: 60px;
    width: auto;
}

.logo-group:nth-child(2) {
    display: none;
}

.faqs-heading {
    text-transform: uppercase;
}

.faqs-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all .4s ease-in-out;
    max-height: 372px;
    overflow: hidden;
}

.faqs-accordion.expanded {
    max-height: 2000px;
}

.faqs-accordion .input {
    display: none;
}

.faqs-accordion label {
    padding: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 1px;
}

.faqs-accordion__content a {
    text-decoration: underline;
    text-decoration-color: var(--accent);
    color: var(--accent);
}

.faqs-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    will-change: height;
    transform: translateZ(0);
    padding: 0 10px;
    font-size: 16px;
}

.faqs-accordion input:checked+label+.faqs-accordion__content.active,
.faqs-accordion__item.active {
    max-height: 1000px;
}

.faqs-accordion__item {
    transition: all .4s ease;
    border-radius: .5rem;
    position: relative;
}

.faqs-accordion__item ul {
    margin: 1.25rem;
}

.faqs-accordion__item:not(.active):after {
    content: "";
    width: 100%;
    height: 14px;
    display: block;
    position: absolute;
    left: 10px;
    border-bottom: 1px dashed var(--gray-border);
    bottom: 0px;
}

.faqs-accordion__item.active {
    background: var(--white);
    /* box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; */
}

.faqs-accordion__item .fa {
    transition: transform .4s ease;
    color: var(--gray-border);
}

.faqs-accordion__item.active .fa {
    transform: rotate(225deg);
}

.show-more-faqs {
    background: var(--black-jet);
    color: var(--white);
    text-align: center;
    border-radius: .5rem;
    padding: 12px;
    cursor: pointer;
    margin-top: 1rem;
    text-transform: capitalize;
    font-size: 1.25rem;
    transition: all .4s ease-in-out;
}

.show-more-faqs:hover {
    background: var(--gold);
}

.contact-form input {
    border-radius: .5rem;
    width: 100%;
}

.contact-form input::placeholder {
    color: var(--gray-dark);
}

.contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    padding: 12px;
    font-size: 1.5rem;
    text-transform: capitalize;
    letter-spacing: 2px;
    background: var(--black-jet);
    transition: all .4s ease-in-out;
}

.contact-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {
    background-color: var(--accent);
}

.contact-form {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    row-gap: 1rem;
}

.contact-form span.wpcf7-spinner {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translate(-75%, -50%);
}

.faqs-section-redesigned .contact-form,
.faqs-section-redesigned .faqs-wrapper {
    background: var(--white);
    border-radius: .5rem;
    padding: 2rem;
}

.contact-form img {
    width: 80%;
    margin: 0 auto;
    min-height: 170px;
    object-fit: contain;
}

.contact-form form>p {
    margin: 0;
    position: relative;
}

.contact-form form>p:not(:last-of-type) {
    margin-bottom: 18px;
}

section.faqs-section.faqs-section-redesigned {
    margin-bottom: 50px;
}

@media screen and (min-width:769px) {
    section.jobs-section .header-wrapper h2 {
        max-width: 75%;
    }

    .cta-banner-btn {
        width: calc(30% - 2rem);
    }
}

@media screen and (max-width:768px) {
    .ast-col-md-6.faqs {
        margin-top: 2rem;
    }

    .cta-banner-section_row {
        flex-direction: column;
        margin-top: 2rem;
    }

    .large-heading {
        font-size: 1.6rem !important;
    }

    .pdf-download-area {
        margin-top: 1rem;
    }

    .logo-group .image {
        display: block !important;
        width: 45% !important;
        background-size: contain !important;
    }


}