.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

html, body {    
    min-width: 300px;
}

.details-header {
    position: relative;
    width: 100%;
    max-width: 850px;
    padding-top: calc(111 / 850 * 100%); /* This maintains the aspect ratio */
    background: url("/Content/org/UPUYL4DOATHIBMPZ/ShinePeopleSolutions_JobBoardHeader.png") no-repeat center center;
    background-size: contain;
    margin: 0; /* Remove centering */
}

.details-header-content {
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1.5rem;
    max-width: 1024px;
}

.tagline {
    position: absolute;
    width: 90%;
    max-width: 1024px;
    text-align: center;
    bottom: auto;
    right: auto;
}

.tagline h1,
.tagline h4 {
    display: none;
}

.details-body .career-info {
    padding-top: 40px;
    padding-bottom: 40px;
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}

.career-panel {
    border-left: 1px solid #d3d3d3;
    font-weight: 400;
    padding-left: 20px;
    padding-bottom: 15px;
}

.career-panel p {
    color: #696969;
}

.career-panel p span {
    display: block;
    color: #a9a9a9;
}

.career-panel p .career-title {
    font-size: 1.5rem;
    font-weight: 600;
}

.career-panel .career-location {
    padding-top: 20px;
    color: #696969;
}

.widget-button {
    margin: 20px 0 0;
    cursor: pointer;
}

.widget-button.apply a {
    color: #000000;
    border: 2px solid #FAA631;
    padding: 7px 20px;
    font-size: .8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.widget-button.apply a:hover {
    border-color: #FAA631;
    background-color: #FAA631;
    color: #fff;
}

.widget-button.copy a {
    color: #000000;
    border: 2px solid #DE5145;
    padding: 7px 20px;
    font-size: .8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.widget-button.copy a:hover {
    border-color: #DE5145;
    background-color: #DE5145;
    color: #fff;
}

.widget-button.st-custom-button a {
    color: #000000;
    border: 2px solid #95D03A;
    padding: 7px 20px;
    font-size: .8em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}

.widget-button.st-custom-button a:hover {
    border-color: #95D03A;
    background-color: #95D03A;
    color: #fff;
}

.widget-button.st-custom-button i {
    margin-right: 5px;
}

.indeed-apply-button {
    margin: 15px 5px 0 0;
}

#awm_widget {
    margin-top: 9px;
}

@media (max-width: 992px) {
    .career-panel {
        margin: 10px 0 30px 0;
        border: 1px solid #d3d3d3;
        font-weight: 400;
        padding: 20px;
    }

    .widget-button {
        display: inline-block;
        margin-top: 20px;
        margin-right: 5px;
    }

    .tagline h1 {
        font-size: 2em;
    }
}

@media (max-width: 768px) {
    .tagline h1 {
        font-size: 1.75em;
    }
}

.cd-top {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: fixed;
    bottom: 25px;
    right: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: 99;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(211, 211, 211, 0.9) url("../../../content/custom/joblisting/chevron-up.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 0.5;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top:hover {
    background-color: #007ACC;
    opacity: 1;
}

.cd-down {
    height: 40px;
    width: 40px;
    display: inline-block;
    position: fixed;
    bottom: 25px;
    right: 85px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    z-index: 99;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(211, 211, 211, 0.9) url("../../../content/custom/joblisting/chevron-down.svg") no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-down.cd-is-visible {
    visibility: visible;
    opacity: 0.5;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-down:hover {
    background-color: #007ACC;
    opacity: 1;
}

.page-footer {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background-color: #f8f8f8;
    position: relative;
    bottom: 0;
}

.page-footer .footer-image {
    max-width: 100%;
    height: auto;
    display: block !important; /* Ensure the image is displayed */
}
