#job-details {
    font-family: "Intact Sans", sans;
}

body {
}

.job-description--link {
    text-decoration: underline;
    color: #DF0030;

}

.job-description a {
    word-break: break-word;
}

.job-description-grid a {
    text-decoration: underline;
    color: #DF0030;
    font-style: normal;
}

.job-container {
    max-width: 96.3rem;
    margin: 0 auto;
    width: 100%;
    position: relative
}

.job-header {
    position: relative;
    -webkit-print-color-adjust: exact;
    display: flex;
    flex-direction: column-reverse;
    gap: 5rem;
}

@media screen and (min-width: 768px) {
    .job-header {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: row;
        gap: 5rem;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 420px
    }
}

@media print {
    .job-header {
        min-height: 320px
    }
}

.job-header .job-header-background {
    background-size: cover;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-print-color-adjust: exact
}

.job-header .job-header-background .job-header-background__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.job-header .job-header-title {
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: relative;
    text-align: center;
    width: 100%;
    padding: 20px 0 40px;
    line-height: normal
}

@media screen and (min-width: 768px) {
    .job-header .job-header-title {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

@media screen and (min-width: 1024px) {
    .job-header .job-header-title {
        text-align: left
    }
}

@media screen and (min-width: 1600px) {
    .job-header .job-header-title {
        max-width: 1300px;
    }
}

.job-header .job-header-banner {
    height: 41.6rem;
    min-height: 66vw;
    /* flex: 1; */
    width: 100vw;
    align-self: stretch;
}

.job-header .job-header-banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .job-header .job-header-banner {
        width: 34vw;
        min-height: 22vw;
    }
}

@media screen and (min-width: 1024px) {
    .job-header .job-header-banner {
        width: 46vw;
        min-height: 30vw;
    }

    .job-header .job-header-banner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.job-header .job-header-title__eyebrow {
    margin-bottom: 20px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
}

.job-header .job-header-title__main {
    margin-bottom: 0;
    font-size: 4.8rem;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    width: fit-content;
    max-width: 100%;
    text-align: left;
    font-family: "Intact Serif", sans-serif;
}

@media screen and (max-width: 1023px) {
    .job-header .job-header-title__main {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (max-width: 767px) {
    .job-header .job-header-title__main {
        text-align: center;
    }
}

.job-header .job-header-toolbar {
    width: 100%;
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}

@media screen and (min-width: 1024px) {
    .job-header .job-header-toolbar {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        left: 0;
        bottom: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: end;
        -ms-flex-pack: justify;
        justify-content: end;
    }
}

.job-header .job-header-info--wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2.2rem;
    padding: 0 2rem;
}

@media screen and (min-width: 768px) {
    .job-header .job-header-info--wrap {
        padding: 0 4rem 0 0;
        align-items: start;
        flex: 1.5;
        width: 70%;
    }
}

@media screen and (min-width: 1024px) {
    .job-header .job-header-info--wrap {
        flex: 1;
        width: 100%;
    }
}

.job-header .job-header-actions {
    display: flex;
    align-items: stretch;
    gap: 2rem;
}

.job-header .job-header-info {
    margin: 5px 0;
    display: block;
    text-align: center;
    text-transform: capitalize
}

.job-header .job-header-info .job-header-logo {
    height: 15px;
    margin-bottom: 15px;
    display: inline-block
}

@media screen and (min-width: 1024px) {
    .job-header .job-header-info .job-header-logo {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1024px) {
    .job-header .job-header-info {
        display: inline-block;
        text-align: left;
        margin: 0
    }

    .job-header .job-header-info:not(:last-of-type):after {
        content: "|";
        margin: 0 15px;
        opacity: .5
    }
}

.apply-button,
.share-button {
    border-radius: 1rem;
    color: #fff;
    background-color: #DF0030;
    box-shadow: inset 0 10rem rgba(0, 0, 0, 0);
    padding: 1.5rem 2rem;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease-in-out all;
    /* font-weight: 600; */
    height: 100%;
    font-size: 1.8rem;
    line-height: 1.6;
}

.job-action .apply-button {
    width: fit-content;
    /* margin: 4rem auto 4rem; */
}

.apply-button:hover,
.share-button:hover {
    /* background: #DF0030; */
    box-shadow: inset 0 10rem rgba(0, 0, 0, 0.2);
}

.dropdown-menu-show {
    display: block !important
}

@media screen and (min-width: 1024px) {
    .dropdown-wrapper .dropdown-menu {
        width: auto;
        text-align: left
    }
}

.job-body {
    -webkit-print-color-adjust: exact;
    overflow: hidden
}

.job-body .job-content {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.5;
    font-style: normal;
}

@media screen and (min-width: 1024px) {
    .job-body .job-content {
        /* padding-bottom: 50px */
    }
}

@media screen and (min-width: 1024px) {
    .job-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.job-description-grid {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 40px;

    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .job-description-grid {
        padding-left: 40px !important;
        padding-right: 40px !important
    }
}

@media screen and (min-width: 1024px) {
    .job-description-grid {
        padding-left: 60px !important;
        padding-right: 60px !important
    }
}

@media print {
    .job-description-grid p.paragraph {
        margin: 0;
        width: 100%;
        display: block
    }
}

@media print {
    .job-description-grid {
        margin-top: 40px;
        width: 100%
    }
}

.job-post-summary {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border-left: 1px solid #e7e7e7
}

@media screen and (min-width: 1024px) {
    .job-post-summary {
        overflow: auto;
        width: 33.3333%
    }
}

@media print {
    .job-post-summary {
        page-break-inside: avoid
    }
}

.job-post-summary .job-summary-container {
    width: 100%
}

.job-post-summary .summary-position-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 20px;
    padding-bottom: 50px
}

@media screen and (min-width: 768px) {
    .job-post-summary .summary-position-wrapper {
        padding-left: 30px !important;
        padding-right: 30px !important
    }
}

@media screen and (min-width: 1024px) {
    .job-post-summary .summary-position-wrapper {
        padding-left: 40px !important;
        padding-right: 40px !important;
        padding-top: 50px;
        background-color: #fff
    }
}

.job-post-summary .summary-title {
    margin-bottom: 40px;
    font-weight: 800;
}

.summary-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 2.2rem;
    flex-flow: column;
    max-width: 96rem;
}

.summary-list-item {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: normal;
    /* text-transform: capitalize; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}

.summary-list-item .summary-value {
    margin: 0;
    flex: 1 1 80%;
    font-weight: normal;
}

.summary-list-item:has(.summary-value:empty) {
    display: none;
}

.summary-value ul {
    overflow: auto;
    max-height: 15rem;
}

@media screen and (min-width: 768px) {
    .summary-list {
        justify-content: start;
    }
}

 .summary-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    font-weight: 600;
    vertical-align: top;
    padding-right: .7rem
}

.summary-list-divider {
    height: 1px;
    margin: 0 0 25px;
    background-color: #e7e7e7
}

.job-description-grid p {
    display: block;
    /* -webkit-margin-before: 1em;
  margin-block-start: 1em;
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px; */
    unicode-bidi: -webkit-isolate;
    unicode-bidi: -moz-isolate;
    unicode-bidi: isolate;
}

/* Remove default list styles */
.job-description-grid ul,
.job-description-grid ol {
    list-style: initial;
    padding-left: 20px;
    display: block;
    list-style-type: disc;
    /* margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; */
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.summary-value ul li,
.summary-value ol li {
    margin-bottom: 10px;
}

.description a[href*="hrd-paycalculator"]:before {
    content: '*** PAY CALCULATOR *** ';
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #DF0030;

}

.job-pay-calculator {
    background: #000;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 2rem;
    flex-flow: wrap;
}

.dropdown-wrapper {
    display: inline-block;
    position: relative
}

.dropdown-wrapper .dropdown-button {
    display: flex;
    outline: none !important;
    justify-content: center;
    width: 100%;
}

.dropdown-wrapper .dropdown-menu {
    width: 100%;
    padding: 5px 0;
    min-width: 180px;
    position: absolute;
    z-index: 800;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    display: none;
    overflow: hidden;
}

@media screen and (min-width: 1024px) {
    .dropdown-wrapper .dropdown-menu:before {
        width: 0;
        height: 0;
        content: "";
        display: block;
        position: absolute;
        border: 10px solid transparent
    }

    .dropdown-wrapper .dropdown-menu:after {
        width: 0;
        height: 0;
        content: "";
        display: block;
        position: absolute;
        border: 9px solid transparent
    }

    .dropdown-wrapper .dropdown-menu.top {
        bottom: 100%;
        left: 50%;
        margin: 0 0 15px;
        -webkit-transform: translate(-50%);
        transform: translate(-50%);
        border-radius: 1rem;
    }

    .dropdown-wrapper .dropdown-menu.top:before {
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-top-color: #e7e7e7
    }

    .dropdown-wrapper .dropdown-menu.top:after {
        border-top-color: #fff;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 100%
    }

    .dropdown-wrapper .dropdown-menu.bottom {
        top: 100%;
        margin: 15px 0 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }

    .dropdown-wrapper .dropdown-menu.bottom:before {
        border-bottom-color: #e7e7e7;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .dropdown-wrapper .dropdown-menu.bottom:after {
        border-bottom-color: #fff;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .dropdown-wrapper .dropdown-menu.left {
        top: 50%;
        right: 100%;
        margin: 0 15px 0 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .dropdown-wrapper .dropdown-menu.left:before {
        border-left-color: #e7e7e7
    }

    .dropdown-wrapper .dropdown-menu.left:after,
    .dropdown-wrapper .dropdown-menu.left:before {
        top: 50%;
        left: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top-color: transparent
    }

    .dropdown-wrapper .dropdown-menu.left:after {
        border-left-color: #fff
    }

    .dropdown-wrapper .dropdown-menu.right {
        top: 50%;
        left: 100%;
        margin: 0 0 0 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .dropdown-wrapper .dropdown-menu.right:before {
        border-right-color: #e7e7e7
    }

    .dropdown-wrapper .dropdown-menu.right:after,
    .dropdown-wrapper .dropdown-menu.right:before {
        top: 50%;
        right: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top-color: transparent
    }

    .dropdown-wrapper .dropdown-menu.right:after {
        border-right-color: #fff
    }
}

@media screen and (max-width: 1023px) {
    .dropdown-wrapper .dropdown-menu {
        left: 0;
        bottom: 0;
        position: fixed
    }
}

.dropdown-wrapper .dropdown-menu-item a,
.dropdown-wrapper .dropdown-menu-item button {
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    color: #191919;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.dropdown-wrapper .dropdown-menu-item a:focus,
.dropdown-wrapper .dropdown-menu-item button:focus {
    outline: none
}

@media screen and (min-width: 1024px) {

    .dropdown-wrapper .dropdown-menu-item a,
    .dropdown-wrapper .dropdown-menu-item button {
        height: 35px
    }
}

.dropdown-wrapper .dropdown-menu-item a .icon,
.dropdown-wrapper .dropdown-menu-item button .icon {
    height: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 15px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease
}

.dropdown-wrapper .dropdown-menu-item a span,
.dropdown-wrapper .dropdown-menu-item button span {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 16px
}

@media screen and (min-width: 1024px) {

    .dropdown-wrapper .dropdown-menu-item a span,
    .dropdown-wrapper .dropdown-menu-item button span {
        font-size: 12px
    }
}

.dropdown-wrapper .dropdown-menu-item a.facebook .icon,
.dropdown-wrapper .dropdown-menu-item a.facebook:focus,
.dropdown-wrapper .dropdown-menu-item a.facebook:hover,
.dropdown-wrapper .dropdown-menu-item button.facebook .icon,
.dropdown-wrapper .dropdown-menu-item button.facebook:focus,
.dropdown-wrapper .dropdown-menu-item button.facebook:hover {
    color: #3b5998
}

.dropdown-wrapper .dropdown-menu-item a.twitter .icon,
.dropdown-wrapper .dropdown-menu-item a.twitter:focus,
.dropdown-wrapper .dropdown-menu-item a.twitter:hover,
.dropdown-wrapper .dropdown-menu-item button.twitter .icon,
.dropdown-wrapper .dropdown-menu-item button.twitter:focus,
.dropdown-wrapper .dropdown-menu-item button.twitter:hover {
    color: #1da1f2
}

.dropdown-wrapper .dropdown-menu-item a.linkedin .icon,
.dropdown-wrapper .dropdown-menu-item a.linkedin:focus,
.dropdown-wrapper .dropdown-menu-item a.linkedin:hover,
.dropdown-wrapper .dropdown-menu-item button.linkedin .icon,
.dropdown-wrapper .dropdown-menu-item button.linkedin:focus,
.dropdown-wrapper .dropdown-menu-item button.linkedin:hover {
    color: #0077b5
}

.dropdown-wrapper .dropdown-menu-item a.xing .icon,
.dropdown-wrapper .dropdown-menu-item a.xing:focus,
.dropdown-wrapper .dropdown-menu-item a.xing:hover,
.dropdown-wrapper .dropdown-menu-item button.xing .icon,
.dropdown-wrapper .dropdown-menu-item button.xing:focus,
.dropdown-wrapper .dropdown-menu-item button.xing:hover {
    color: #1a7576
}

.dropdown-wrapper .dropdown-menu-item a.wechat .icon,
.dropdown-wrapper .dropdown-menu-item a.wechat:focus,
.dropdown-wrapper .dropdown-menu-item a.wechat:hover,
.dropdown-wrapper .dropdown-menu-item button.wechat .icon,
.dropdown-wrapper .dropdown-menu-item button.wechat:focus,
.dropdown-wrapper .dropdown-menu-item button.wechat:hover {
    color: #2dc100
}

.dropdown-wrapper .dropdown-menu-item a.line .icon,
.dropdown-wrapper .dropdown-menu-item a.line:focus,
.dropdown-wrapper .dropdown-menu-item a.line:hover,
.dropdown-wrapper .dropdown-menu-item button.line .icon,
.dropdown-wrapper .dropdown-menu-item button.line:focus,
.dropdown-wrapper .dropdown-menu-item button.line:hover {
    color: #00b833
}

.dropdown-wrapper .dropdown-menu-item a:focus,
.dropdown-wrapper .dropdown-menu-item a:hover,
.dropdown-wrapper .dropdown-menu-item button:focus,
.dropdown-wrapper .dropdown-menu-item button:hover {
    background-color: #f7f7f7
}

.dropdown-wrapper .dropdown-menu-item a:active,
.dropdown-wrapper .dropdown-menu-item button:active {
    -webkit-transition: none;
    transition: none;
    background-color: #e7e7e7
}

.dropdown-wrapper .dropdown-menu-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #e7e7e7
}

.dropdown-wrapper .dropdown-menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.dropdown-wrapper .dropdown-menu-divider {
    height: 1px;
    margin: 5px 0;
    background-color: #e7e7e7
}

.dropdown-wrapper .share-label {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.dropdown-wrapper .share-label-inner {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.back-to-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}