/* hero  */

.careers-hero-container {
    background-position: right 0px bottom 0px;
    background-image: linear-gradient(180deg, rgba(26, 25, 25, 0.4) 0%, rgba(0, 0, 0, 0) 100%), url('https://duerdengroup.com/wp-content/uploads/2025/11/SUBMIT-DUERDEN_WEB_BG-2-2.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 180px 0 100px;
    min-height: 650px;
  	width: 100%;
}

.careers-hero-container .careers-hero-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    padding: 0 16px;
    color: #fff;
}

.careers-hero-container .careers-hero-wrapper h1 {
    font-size: 20px;
    text-transform: uppercase;
	color: #fff;
}

.careers-hero-container .careers-hero-wrapper h2 {
    font-size: 82px;
	color: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .careers-hero-container {
        min-height: 450px;
        padding: 100px 0 64px;
    }

    .careers-hero-container .careers-hero-wrapper h2 {
        font-size: 64px;
    }

    .careers-hero-container .careers-hero-wrapper h1 {
        font-size: 18px;

    }
}

@media (max-width: 767px) {
    .careers-hero-container {
        min-height: 0;
        padding: 100px 0 64px;
    }

    .careers-hero-container .careers-hero-wrapper h2 {
        font-size: 48px;
    }

    .careers-hero-container .careers-hero-wrapper h1 {
        font-size: 16px;

    }
}

@media (max-width: 576px) {
    .careers-hero-container {
        min-height: 0;
        padding: 64px 0 64px;
    }

    .careers-hero-container .careers-hero-wrapper h2 {
        font-size: 36px;
    }

    .careers-hero-container .careers-hero-wrapper h1 {
        font-size: 16px;
    }
}

/* end of hero  */


/* career select  */

.careers-selection-container {
    width: 100%;
    padding: 64px 32px;
}

@media (max-width: 767px) {
    .careers-selection-container {
        padding: 32px 16px !important;
    }
}

.careers-selection-container .careers-selection-wrapper {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.careers-selection-container .careers-selection-wrapper .careers-selection-intro {
    text-align: left;
    width: 100%;
}

.careers-selection-container .careers-selection-wrapper .careers-selection-intro h2 {
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 32px;
}

.careers-selection-container .careers-selection-wrapper .careers-selection-filters {
    display: flex;
    gap: 16px;
    align-items: center;
    width: 100%;
}

@media (max-width: 767px) {
    .careers-selection-container .careers-selection-wrapper .careers-selection-filters {
        flex-direction: column;
    }

    .careers-selection-container .careers-selection-wrapper .careers-selection-filters .search-filter,
    .careers-selection-container .careers-selection-wrapper .careers-selection-filters .department-filter {
        width: 100% !important;
    }

    .faq-answers-container .faq-answers-wrapper h2 {
        font-size: 32px !important;
    }
}

.careers-selection-container .careers-selection-wrapper .careers-selection-filters .search-filter {
    width: 50%;
}

.careers-selection-container .careers-selection-wrapper .careers-selection-filters .search-filter .input-wrapper {
    outline: 1px solid black;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 2px;
    border: 1px solid transparent;
    position: relative;
    width: 100%;
    cursor: text;
    box-sizing: border-box;
    align-items: center;
    /* max-width: 600px;  */
}

.careers-selection-container .careers-selection-wrapper .careers-selection-filters .search-filter .input-wrapper label {
    padding: .5rem 1rem 0;
    color: black;
    width: calc(100% - 2rem);
    overflow: hidden;
    font-size: .8125rem;
    line-height: 1.125rem;
    z-index: 1;
    display: block;
    background-color: #fff;
}

.careers-selection-container .careers-selection-wrapper .careers-selection-filters .search-filter .input-wrapper input {
    height: 34px;
    padding: 2px 1rem .5rem;
    width: calc(100% - 2rem);
    border: none;
    font-size: 1rem;
    font-family: inherit;
    margin: 0;
    display: block;
    min-width: 0;
    box-sizing: content-box;
    letter-spacing: inherit;
    animation-duration: 10ms;
    -webkit-tap-highlight-color: transparent;
    background: #fff;
    color: black;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.careers-selection-container .careers-selection-wrapper .careers-selection-filters .search-filter .input-wrapper input:active {
    border: none !important;
    outline: none !important;
}

.careers-selection-container .careers-selection-wrapper .careers-selection-filters .search-filter .input-wrapper input:focus {
    border: none !important;
    outline: none !important;
}

/* FOCUS: when input is focused, style the wrapper */
.search-filter .input-wrapper:focus-within {
    outline: 2px solid #111 !important;
    outline-offset: 2px !important;
    background: #fff;
    border: 1px solid black !important;
}

/* tweak label when focused (optional) */
.search-filter .input-wrapper:focus-within label {
    color: #111;
}



.careers-selection-container .careers-selection-wrapper .careers-selection-filters .department-filter {
    width: 50%;
}


.careers-selection-container .careers-selection-wrapper .careers-selection-filters .department-filter .department-container {
    outline: 1px solid black;
    border: 1px solid transparent;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    background: #fff;
    /* max-width: 600px;  */
}

.careers-selection-container .careers-selection-wrapper .careers-selection-filters .department-filter .department-container:focus-within {
    outline: 2px solid #111 !important;
    outline-offset: 2px !important;
    background: #fff;
    border: 1px solid black !important;
}


.dept-select {
    position: relative;
    /* max-width: 600px; */
}

.department-container.dept-select label {
    padding: .5rem 1rem 0;
    overflow: hidden;
    font-size: .8125rem;
    line-height: 1.125rem;
}

.dept-select__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
	color: black;
    min-height: 34px;
    height: 34px;
    padding: 2px 1rem .5rem;
    border: none;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    box-sizing: content-box!important;
}

.dept-select__list {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    padding: 6px 0;
    margin: 0;
    list-style: none;
    max-height: 260px;
    overflow: auto;
    display: none;
    z-index: 10;
}

.dept-select[data-open="true"] .dept-select__list {
    display: block;
}

.dept-select__list li {
    padding: 8px 12px;
    cursor: pointer;
}

.dept-select__list li:hover {
    background: #f3f5f7;
}


.awesomplete {
    width: 100%;
}

#awesomplete_list_1 {
    z-index: 2;
    background-color: #fff;
    border-radius: 2px !important;
    overflow: hidden;
}


/* remove the built-in :before stripe/arrow */
.awesomplete>ul[role="listbox"]::before {
    display: none !important;
    content: none !important;
}

#awesomplete_list_1 li {}

/* hover/keyboard-selected state */
.awesomplete>ul[role="listbox"]>li[aria-selected="true"],
.awesomplete>ul[role="listbox"]>li:hover {
    background: #f42525;
    color: #fff;
}

/* default match highlight */
.awesomplete ul[role="listbox"] li mark {
    background: #eef3cb;
    /* your pastel */
    color: #111;
    /* readable on light bg */
    padding: 0 2px;
    border-radius: 3px;
}

/* when the row is selected (you made the row red) */
.awesomplete ul[role="listbox"] li[aria-selected="true"] mark {
    background: rgba(255, 255, 255, .25);
    /* subtle on red */
    color: #fff;
    /* readable on red */
}

/* Optional: if CDN CSS keeps winning, add !important or increase specificity */
.awesomplete ul[role="listbox"] li mark {
    background: #eef3cb !important;
}

.awesomplete ul[role="listbox"] li[aria-selected="true"] mark {
    background: rgba(255, 255, 255, .25) !important;
    color: #fff !important;
}


/* accordion job  */

.faq-answers-container {
    padding: 64px 32px;
    width: 100%;
}


@media (max-width: 767px) {
    .faq-answers-container {
        padding: 32px 16px;
    }
}

.faq-answers-container .faq-answers-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.faq-answers-container .faq-answers-wrapper h2 {
    padding: 0 16px;
    margin-bottom: 40px;
    font-size: 36px;
}

.faq-answers-container .faq-answers-wrapper .faq-block {
    margin-bottom: 48px;
}

.faq-answers-container .faq-answers-wrapper .faq-block:last-of-type {
    margin-bottom: 0;
    /* no bottom margin on the last block */
}

.faq-answers-container .faq-answer-wrapper-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item {
    border-bottom: 1px solid black;
    width: 100%;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq {
    width: 100%;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button {
    padding: 0 1rem;
    width: 100%;
    border: none;
    background: transparent;
    min-height: 68px;
    display: flex;
	color: black;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button .faq-icon {
    height: 1.25rem;
    width: 1.25rem;
    position: relative;
    flex-shrink: 0;
    margin: 1.5rem 1rem 1.5rem 0;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button .faq-icon::before {
    background: black;
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    height: 4px;
    width: 1.25rem;
    border-radius: 5px;
    transform: translateY(-50%);
    transition: transform 300ms;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button .faq-icon.spin::before {
    transform: translateY(-50%) rotate(180deg);
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button .faq-icon::after {
    background: black;
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    height: 4px;
    width: 1.25rem;
    border-radius: 5px;
    transform: translateY(-50%) rotate(90deg);
    transition: transform 300ms;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button .faq-icon.spin::after {
    transform: translateY(-50%) rotate(0deg);
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq button .faq-title {
    font-size: 20px;
    font-weight: 700;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq .faq-body {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    transition: grid-template-rows 300ms ease, opacity 200ms ease;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq .faq-body.open {
    grid-template-rows: 1fr;
    opacity: 1;
    padding: 0 16px 16px;
    visibility: visible;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq .faq-body>* {
    min-height: 0;
    overflow: hidden;
}

.faq-answers-container .faq-answer-wrapper-list .faq-item .faq .faq-body p {
    margin: 0;
}

/* end of faqs  */

/* end of career select  */

/* benefits  */

.job-benefits-container {
    width: 100%;
    padding: 64px 32px;
    background-color: #f3f5f7;
}

.job-benefits-container .job-benefits-wrapper {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.job-benefits-container .job-benefits-wrapper .job-benefits-intro {
    text-align: center;
    width: 100%;
}

.job-benefits-container .job-benefits-wrapper .job-benefits-intro h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 48px;
}

.job-benefits-container .job-benefits-wrapper .job-benefits-list {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 24px;
    justify-items: center;
    align-items: stretch;
    text-align: center;
}

@media (max-width: 767px) {
    .job-benefits-container {
        padding: 32px 16px !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .job-benefits-container .job-benefits-wrapper .job-benefits-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .job-benefits-container .job-benefits-wrapper .job-benefits-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    .job-benefits-container .job-benefits-wrapper .job-benefits-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.job-benefits-container .job-benefits-wrapper .job-benefits-list .benefit {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
	width: 100%;
    border-radius: 12px;
    background-color: #fff;
}

.job-benefits-container .job-benefits-wrapper .job-benefits-list .benefit img {
    width: 75px;
    height: auto;
    max-width: 100%;
}

.job-benefits-container .job-benefits-wrapper .job-benefits-list .benefit p {
    font-size: 18px;
    font-weight: bold;
}


/* end of benefits  */


/* needed documents  */

.essential-documents-container {
    width: 100%;
    padding: 64px 32px;
}

@media (max-width: 767px) {
    .essential-documents-container {
        padding: 32px 16px !important;
    }
}

.essential-documents-container .essential-documents-wrapper {
    max-width: 700px;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 12px;
    background-color: #e5ebf3;
    padding: 40px;
}

.essential-documents-container .essential-documents-wrapper h2 {
    margin-bottom: 32px;
    font-size: 32px;
    text-align: center;
}

.essential-documents-list {
    list-style: disc;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 18px;
}

/* bullet style */
.essential-documents-list li::marker {
    color: #f42525;
    font-size: 20px;
    padding-right: 20px;
}

.essential-documents-container .essential-documents-wrapper .essential-documents-list li {}


/* end of needed documents  */


/* service quote / jaemes quote  */

.service-quote-container {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding: 64px 32px;
}

.service-quote-container .service-quote-wrapper {
    display: flex;
    gap: 64px;
    align-items: stretch;
}

@media (max-width: 1024px) {
    .service-quote-container .service-quote-wrapper {
        flex-direction: column;
    }

    .service-quote-container .service-quote-wrapper .map-quote-container,
    .service-quote-container .service-quote-wrapper .service-info {
        width: 100% !important;
    }

    .service-quote-container .service-quote-wrapper .map-quote-container .quote-intro-container {
        position: static !important;
        transform: none !important;
        width: 100% !important;
    }

    .service-quote-container .service-quote-wrapper .map-quote-container {
        display: flex;
        flex-direction: column;
    }

    .service-quote-container .service-quote-wrapper .map-quote-container .map-google-map-container {
        display: flex;
        order: 2;
    }

    .service-quote-container .service-quote-wrapper .map-quote-container .quote-intro-container {
        display: flex;
        flex-direction: column;
        order: 1;
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .service-quote-container .service-quote-wrapper .map-quote-container .quote-intro-container {
        padding: 20px !important;
    }

    .service-quote-container {
        padding: 32px 16px !important;
    }
}

@media (max-width: 576px) {
    .service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container {
        width: 310px !important;
    }

    .service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container .james-info .james-info-list li p {
        font-size: 12px;
    }

    .service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container .james-info h5 {
        font-size: 16px !important;
    }
}

.service-quote-container .service-quote-wrapper .map-quote-container {
    width: 60%;
    position: relative;
}

.service-quote-container .service-quote-wrapper .map-quote-container .map-google-map-container {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.service-quote-container .service-quote-wrapper .map-quote-container .map-google-map-container iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 450px;
    border-radius: 12px;
}

.service-quote-container .service-quote-wrapper .map-quote-container .quote-intro-container {
    box-shadow: rgba(51, 69, 87, 0.08) 0px 10px 10px;
    display: block;
    position: absolute;
    width: 80%;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255, 255, 255);
    padding: 3.125rem;
    border-radius: 12px;
}

.service-quote-container .service-quote-wrapper .map-quote-container .quote-intro-container h3 {}


.service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 20px;
    display: flex;
    width: 480px;
    height: 160px;

}

.service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container .james-img {}

.service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container .james-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}

.service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container .james-info {
    padding: 10px;
    background-color: #fff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    flex-grow: 1;
}

.service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container .james-info h5 {
    font-size: 18px;
    font-weight: bold;
}

.service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container .james-info .james-info-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container .james-info .james-info-list li {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    align-items: center;
}

.service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container .james-info .james-info-list li p {
    margin: 0;
}

.service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container .james-info .james-info-list li .james-info-icon-item {}

.service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container .james-info .james-info-list .james-info-icon-item svg {
    width: 24px;
    min-width: 24px;
    height: auto;
}

.service-quote-container .service-quote-wrapper .map-quote-container .james-quote-container .james-info .james-info-list .james-info-icon-item p {
    margin: 0;
}


/* info  */
.service-quote-container .service-quote-wrapper .service-info {
    width: 40%;
    display: flex;
    flex-direction: column;
}

.service-quote-container .service-quote-wrapper .service-info .service-info-intro {
    margin-bottom: 24px;
}

.service-quote-container .service-quote-wrapper .service-info .service-info-intro h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 24px;
}

.service-quote-container .service-quote-wrapper .service-info .service-info-list-wrapper {}

.service-quote-container .service-quote-wrapper .service-info .service-info-list-wrapper .service-info-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.service-quote-container .service-quote-wrapper .service-info .service-info-list-wrapper .service-info-list .service-info-list-item {
    display: flex;
    gap: 12px;
}

.service-quote-container .service-quote-wrapper .service-info .service-info-list-wrapper .service-info-list .service-info-list-item .service-info-list-item-icon-wrapper {
    min-width: 40px;
}

.service-quote-container .service-quote-wrapper .service-info .service-info-list-wrapper .service-info-list .service-info-list-item .service-info-list-item-icon-wrapper svg {
    width: 40px;
    height: auto;
    max-width: 100%;
    min-width: 40px;
}

.service-quote-container .service-quote-wrapper .service-info .service-info-list-wrapper .service-info-list .service-info-list-item .service-info-list-item-description {}

.service-quote-container .service-quote-wrapper .service-info .service-info-list-wrapper .service-info-list .service-info-list-item .service-info-list-item-description h5 {
    font-size: 18px;
    font-weight: bold;
}

.service-quote-container .service-quote-wrapper .service-info .service-info-list-wrapper .service-info-list .service-info-list-item .service-info-list-item-description p {
    margin-bottom: 12px;
}

.service-info-list-separator {
    width: 100%;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-image: initial;
    border-top: 2.5px dotted rgb(193, 192, 192);
    margin: 20px 0 !important;
}

/* end of service quote  */


/* further career  */

.further-your-career-container {
    width: 100%;
    padding: 64px 32px;
}

.further-your-career-container .further-your-career-wrapper {
    max-width: 1400px;
    width: 100%;
    display: flex;
    gap: 40px;
    margin: auto;
    align-items: center;
}

.further-your-career-container .further-your-career-wrapper .further-career-content,
.further-your-career-container .further-your-career-wrapper .further-career-image {
    width: 50%;
}

@media (max-width: 767px) {
    .further-your-career-container {
        width: 100%;
        padding: 32px 16px !important;
    }
}

@media (max-width: 1024px) {
    .further-your-career-container .further-your-career-wrapper {
        flex-direction: column;
    }

    .further-your-career-container .further-your-career-wrapper .further-career-content,
    .further-your-career-container .further-your-career-wrapper .further-career-image {
        width: 100% !important;
    }

    .further-your-career-container .further-your-career-wrapper .further-career-image {
        display: flex;
        justify-content: center;
    }

    .further-your-career-container .further-your-career-wrapper .further-career-image img {
        max-height: 400px;
        width: auto !important;
        margin: auto;
    }
}

.further-your-career-container .further-your-career-wrapper .further-career-content h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 24px;
}

.further-your-career-container .further-your-career-wrapper .further-career-content p {}

.further-your-career-container .further-your-career-wrapper .further-career-content a {
    display: flex;
    height: 50px;
    padding: 0 20px;
    color: #fff;
    width: fit-content;
    background-color: rgb(0, 165, 111);
    border-radius: 2px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    border: none !important;
    text-wrap: nowrap;
}

.further-your-career-container .further-your-career-wrapper .further-career-content a:hover {
    background-color: rgb(4 129 88);
}

/* FOCUS-VISIBLE */
.further-your-career-container .further-your-career-wrapper .further-career-content a:focus-visible {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px color-mix(in srgb, rgb(4 129 88) 30%, transparent);
}

/* FOCUS (fallback) — for browsers without :focus-visible */
.further-your-career-container .further-your-career-wrapper .further-career-content a:focus {
    outline: 2px solid rgb(4 129 88);
    outline-offset: 2px;
}

/* …but don’t show it for mouse clicks in browsers that DO support :focus-visible */
.further-your-career-container .further-your-career-wrapper .further-career-content a:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

/* ACTIVE */
.further-your-career-container .further-your-career-wrapper .further-career-content a:active {
    background-color: rgb(3 109 74);
    color: #fff;

}


.further-your-career-container .further-your-career-wrapper .further-career-image {}

.further-your-career-container .further-your-career-wrapper .further-career-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
}

/* end of further career  */