.jobpost .sjb-page .job-info .job-title{color: inherit;}
a {color: #00A3FF;}
a:hover {color: #00A3FF;}

.header_sticky {
    position: fixed;
    background: #0959AE;
    top: 0;
}
.second_sticky {
    position: fixed;
    background: #0959AE;
    top: 95px;
}

/* --- Header Search Button --- */
@media (max-width: 1024px)
{
	.serach_btn_header .hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
    top: 80px;
    height: 42px !important;
}
	.search-open {
    height: 100vh;
    position: relative;
	overflow-y: hidden;
}

.search-open::after {
    background-color: #000;
    content: "";
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: .85;
}

/* body:has(.hfe-search-button-wrapper.hfe-input-focus)::after {
    background-color: #000;
    content: "";
    width: 100%;
    height: 100vh;
	overflow-y: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    opacity: .85;
} */

.serach_btn_header .hfe-input-focus .hfe-search-icon-toggle input[type=search] {
    width: 100% !important;
    min-width: 320px !important;
    padding: 10px 16px !important;
    height: 42px;
    right: 0px;
    border-radius: 20px !important;
}
}
/* --- Search results page --- */

body.search-results .page-header {
    background-color: #000 !important;
    min-height: 450px;
    margin-top: -9px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 8rem;
    background-image: url("/wp-content/uploads/2025/07/FMRT-Group-Shot-2025-edited.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
body.search-results .page-header::after {
    content: "";
    background-color: #121820;
    opacity: .85;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
body.search-results .page-header h1 {
    color: #fff;
}
body.search-results main#content {
    max-width: 100%;
    padding-inline: 0;
}
body.search-results main#content .page-content {
    width: calc(100% - 32px);
    max-width: 1240px;
    margin: auto;
    padding-top: 2.5rem;
}
/* --- Search results page --- */