/* Base Styles */
.job-detail {
    font-family: 'Signika', Arial, sans-serif !important;
}

#CompHTMLTop {
    background-color: #fff;
}

.job-page__content {
    background: rgba(255, 255, 255, 0.75);
    padding-top: 3rem;
}

.job-detail-content {
    background-color: #fff;
    max-width: 1200px !important;
    padding: 1rem;
}

.ThemedContent h1 {
    border-top: 0;
    padding-bottom: 20px;
    color: #333;
}

/* Shared Styles */
.job-detail #job-info>*,
.job-detail .job-addl-info,
.job-detail .job-body,
.job-detail .date span,
.job-detail .job-status span {
    font-family: 'Signika', Arial, sans-serif !important;
    color: #000;
}

.job-detail .apply-button,
.job-detail .map-button,
.job-detail .job-share-button {
    font-size: 1.5rem;
    padding: 1rem;
    display: inline-block;
    width: 100%;
    min-width: fit-content;
    text-align: left;
    text-decoration: none;
    border-radius: 0.3125rem;
    border: none;
    cursor: pointer;
    line-height: 1;
    transition: all 0.4s ease;
}

.job-detail .primary-background-color {
    background-color: rgba(6, 6, 6, 0.6);
}

.job-detail .secondary-color {
    color: #fff;
}


.job-detail #about-us:before {
    content: 'Why Join Horizon?';
}

.job-detail #description:before {
    content: "How You'll Impact Lives";
}

.job-detail #qualifications:before {
    content: 'What You Need';
}

.qualifications-content {
    width: 75%;
    margin-left: 3rem;
}

.job-detail .job-description-content ul {
    padding-left: 40px;
    color: #000;
}

.job-detail .map-button,
.job-detail .job-share-button {
    font-size: 1.5rem;
    padding: 0.5rem;
    margin: 1rem 0;
    width: 100%;
    background-color: #f1f2f2;
    color: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.job-detail .job-addl-info .map-button:hover,
.job-detail .job-addl-info .job-share-button:hover {
    color: #ffffff;
    background-color: #e1d145;
}

.job-detail #about-us,
.job-detail #description,
.job-detail #qualifications {
    position: relative;
    padding-bottom: 5rem;
    font-weight: normal;
}

.job-detail * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* .job-detail #about-us:before {
    content: 'Why Join Horizon?';
    font-weight: 500;
    width: 25%;
    color: #185b7e;
    font-size: 27px;
} */

.job-detail #about-us:before,
.job-detail #description:before,
.job-detail #qualifications:before {
    font-weight: 500;
    width: 25%;
    color: #185b7e;
    font-size: 27px;
    margin-right: 2rem;
    padding-right: 2px;
}

.job-detail #job-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 8rem;
}

/* Responsive Styles */
@media (min-width: 768px) {
    .job-page__content {
        background: rgba(255, 255, 255, 0.75);
        padding-top: 3rem;
    }

    .job-detail-content {
        background-color: #fff;
        max-width: 1200px !important;
        padding: 3rem;
    }

    .job-detail .job-addl-info,
    .job-detail .job-body {
        margin-top: 20px;
    }

    .job-detail .job-addl-info {
        /* padding-left: 2rem; */
        width: 35%;
    }
}

@media (min-width: 1024px) {

    .job-description-content,
    .simple-apply-container {
        width: 100%;
        margin: 0 auto;
    }

    #ohno {
        margin-top: 20px;
        display: flex;
        align-items: flex-start;
    }


    .job-detail #job-info>* {
        margin: 1rem 1rem 1rem 0;
        width: 32%;
        font-weight: normal;
    }

    .job-detail #about-us,
    .job-detail #description,
    .job-detail #qualifications {
        position: relative;
        padding-bottom: 5rem;
        font-weight: normal;
        display: flex;
    }

    .job-detail #about-us:before,
    .job-detail #description:before,
    .job-detail #qualifications:before {
        border-right: 1px solid #c9c9c9;
    }



    .job-detail #shift:before,
    .job-detail #pay:before,
    .job-detail #department:before {
        display: block;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .job-detail #shift:before {
        content: 'Shift';
    }

    .job-detail #pay:before {
        content: 'Pay';
    }

    .job-detail #department:before {
        content: 'Department';
    }

    .job-detail .job-addl-info .simple-apply-container .apply-button {
        margin: 0;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .job-detail .job-addl-info .simple-apply-container .apply-button:hover,
    .job-detail .job-addl-info .simple-apply-container .apply-button:focus {
        background-color: #e1d145;
        color: #fff;
    }

    .job-detail .apply-button.full {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


.job-description .content {
    background-color: white;
    padding: 1rem;
    margin: 0 auto;
    max-width: 65rem
}


@media (min-width: 768px) {
    .job-description .content {
        padding: 3rem
    }

    .job-description .main-content,
    .job-description .job-addl-info {
        display: inline-block;
        vertical-align: top
    }

    .job-description .main-content {
        width: -webkit-calc(100% - 15rem);
        width: calc(100% - 15rem);
        padding-right: 2rem
    }

    .job-description .job-addl-info {
        width: 15rem;
        padding-left: 2rem
    }

    .job-description .job-addl-info .simple-apply-container {
        display: block
    }

    .job-description .apply-widget-container--top {
        display: none
    }
}


.job-description .apply-button {
    font-size: 1.1rem;
    padding: 1rem;
    display: inline-block;
    text-align: center;
    width: 100%;
    }


        .job-description {
            background-color: #f1f2f2;
            padding: 3rem 0;
        }


                .job-description .apply-button,
                .job-description .map-button,
                .job-description .job-share-button {
                    -webkit-transition: all 0.4s ease;
                    -o-transition: all 0.4s ease;
                    transition: all 0.4s ease;
                    text-align: center;
                    text-decoration: none;
                    border-radius: 0.3125rem;
                    border: none;
                    cursor: pointer;
                    line-height: 1
                }
        
                .job-description .map-button,
                .job-description .job-share-button {
                    font-size: 1rem;
                    padding: 0.5rem;
                    margin: 1rem 0;
                    width: 100%;
                    background-color: #f1f2f2;
                    display: block;
                    color: inherit
                }



 .job-post-apply .apply-button-group .share-button {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

 .job-post-apply .apply-button-group .dropdown-wrapper {
    display: inline-block;
    position: relative;
    width: 100%;
}

 .job-post-apply .apply-button-group .dropdown-wrapper .dropdown-button {
    margin-right: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

 .job-post-apply .apply-button-group .dropdown-wrapper .dropdown-menu {
    width: 100%;
    min-width: 180px;
    position: absolute;
    z-index: 800;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    /* bottom: 100% !important; */
    top: unset !important;
}

 .job-post-apply .apply-button-group .dropdown-wrapper .dropdown-menu.top {
    right: 0;
    left: auto;
    transform: none;
    display: block;
}

 .job-post-apply .apply-button-group .dropdown-wrapper .dropdown-menu.top:not(.dropdown-menu-show) {
    display: none;
}

 .job-post-apply .apply-button-group .dropdown-wrapper .dropdown-menu .dropdown-menu-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    list-style-type: none;
    margin: 0;
    padding: 10px;
}

 .job-post-apply .apply-button-group .dropdown-wrapper .dropdown-menu .dropdown-menu-list>li {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    line-height: 24px;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

 .job-post-apply .apply-button-group .dropdown-wrapper .dropdown-menu .dropdown-menu-list>li a {
    all: unset;
    display: block;
}

 .job-post-apply .apply-button-group .dropdown-wrapper .dropdown-menu .dropdown-menu-list>li:hover {
    background-color: #f2f2f2;
    color: #183761;
}

 .job-post-apply .apply-button-group .dropdown-wrapper .dropdown-menu .dropdown-menu-list>li.dropdown-menu-divider {
    height: 1px;
    padding: 0;
    margin: 5px 0;
    flex-shrink: 1;
    background-color: #e7e7e7;
}