html {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.f-w-600 {
    font-weight: 600;
}

.f-w-500 {
    font-weight: 500;
}

body {
    font-family: "Montserrat", sans-serif;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn {
    font-weight: 500;
}

body.home .container h1 {
    font-size: 2.25rem;
}

h1.job-details-title {
    font-weight: normal;
}

h2 {
}

body.home h2 {
    font-size: 1.75rem;
}
h2.job-details-heading {
    font-weight: normal;
}

body.home .perks h3 {
    font-size: 1.5rem;
    color: #fff !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    height: 100%; /* allow full-height flexbox */
    margin: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
}

header .navbar {
    background-color: #4a2255 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

header h1 {
    color: #fff;
}

div.logo > img,
div.logo > a > img {
    width: 64px;
}

.home div.logo > a {
    pointer-events: none;
}

.navbar-nav li:not(.dropdown-item) a {
    color: #fff !important;
}

.navbar-nav li.dropdown-item a {
    color: #0d6efd !important;
}

.navbar-nav.gap-3 {
    gap: 2rem !important;
}

.zone-container {
    margin-bottom: 0px;
}

    .zone-container h2 {
        font-size: 36px;
        font-weight: 500;
        margin-bottom: 2rem;
    }

    .zone-container p {
        font-size: 16px;
        font-weight: 400;
    }

    .zone-container h5.mt- {
    }

    .zone-container .max-w-200 {
        max-width: 200px;
    }

/*#region Accordion */

.div-subaccordion {
    margin-top: 20px;
}

.accordion-footer {
    margin-top: 20px;
}

/*#endregion */

/*#region My Buttons */
.btn {
    border-radius: 20px;
}

.btn-link i {
    display: inline-block; /* Required for transform */
    transition: transform 0.3s ease;
}

.btn-link[aria-expanded="true"] i {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.btn-custom {
    color: #FFF !important;
    background-color: #593063 !important;
    border-color: #593063 !important;
    font-weight: 600;
}

.btn-back-to-jobs {
    color: #4F235B;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 27px;
    word-wrap: break-word;
    padding: 1px 12px;
    border-radius: 25px;
    border: 1px solid #4B1D5C;
    padding: 3px 19px;
}

a.btn-custom {
    font-weight: normal;
    padding: 10px 30px;
}

.btn-custom:hover {
    color: #000000;
    background-color: transparent;
    border-color: #f4af8a;
    background-image: url('../Images/gold_bar.png');
}

/*#endregion */

/*#region product-list */
.product-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}

.product-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.product-info h5 {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
}

.product-actions button {
    padding: 0.5rem 1rem;
    border: none;
    background-color: #007acc;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

    .product-actions button:hover {
        background-color: #005f99;
    }

.pagination-wrapper {
    text-align: center;
    margin-top: 2rem;
}

.pagination {
    display: inline-flex;
    list-style: none;
    padding: 0;
    gap: 0.5rem;
}

    .pagination li {
        border: 1px solid #593063;
        padding: 0.5rem 0.75rem;
        border-radius: 4px;
    }

        .pagination li a {
            text-decoration: none;
            color: #593063;
        }

        .pagination li.disabled span {
            color: #888;
        }

        .pagination li.active span {
            color: #fff;
        }

        .pagination li.active {
            background-color: #593063;
            color: #fff;
        }


/*#endregion */

/*#region HR Filter */

.search-form {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.search-input {
    flex: 3;
    min-width: 200px;
    padding: 0.8rem 2rem;
    font-size: 1rem;
}

::placeholder {
    color: #1C1B1F;
    font-size: 16px;
    font-weight: 500;
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #1C1B1F;
    font-size: 16px;
    font-weight: 500;
}

input::placeholder {
    color: #1C1B1F;
    font-size: 16px;
    font-weight: 500;
}

.status-select {
    flex: 1;
    padding: 0.5rem;
    font-size: 1rem;
    min-width: 120px;
}

.search-button {
    flex: 1;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    min-width: 100px;
    cursor: pointer;
}

/*#endregion */

/*#region Careeroportunities page */

.responsive-banner {
    background-image: url('/images/Screenshot 2025-07-29 150959.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 16 / 9; /* Replaces padding-top */
    max-height: 530px; /*  Now respected */
    position: relative;
    overflow: hidden;
}

.responsive-banner-content {
    position: absolute;
    inset: 0; /* shorthand for top/right/bottom/left: 0 */
    display: flex;
    align-items: center;
    justify-content: center;
}
.responsive-banner h1,
.responsive-banner title {
    font-size: 3.3rem;
    margin: 0;
    color: white;
    text-align: center;
}

/*.div-header {*/
/*    padding: 35px 0 20px 20px;*/
/*}*/

.div-header h1, h2 {
    color: #4a2255;
}

.div-header .container {
    display: flex !important;
}

.div-header .container select,
.div-header .container input {
    margin-right: 10px;
}

.div-header ~ div {
    margin-top: 20px;
    padding:0 20px;
}

.div-job-list span {
    color: #4f235b;
}

.sp-status {
    display: inline-flex;
    position: relative;
    top: -4px;
}
.sp-category {
    color: var(--bs-body-color) !important;
    border: 1px solid var(--bs-body-color);
    border-radius: 20px;
    padding: 5px 15px;
}


/*#endregion */

/*#region Job page */

.div-job-details {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
}

.top-panels {
    display: flex;
    flex: 1 1 auto;
    min-height: 0; /* Important for scroll behavior */
}

.left-panel {
    --deep: #0e1b4b; /* dark navy (top/right) */
    --blue: #193078;
    --purple: #4b2a7c;
    --violet: #71368f;
    --pink: #d59ac0; /* bottom area tint */
    --glow: #ffe8f4; /* bottom-left light color */
    background: radial-gradient(120% 85% at 0% 100%, rgba(255, 232, 244, 0.95) 0%, rgba(255, 210, 236, 0.60) 28%, rgba(236, 170, 210, 0.30) 48%, rgba(208, 140, 188, 0.15) 60%, transparent 70%), linear-gradient(135deg, var(--deep) 0%, var(--blue) 30%, var(--purple) 58%, var(--violet) 78%, var(--pink) 100%);
    color: #fff;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 10px;
    position: sticky;
    top: 0;
    height: 100vh; /* Fixes the vertical centering issue */
    flex-shrink: 0;
    display: flex;
    justify-content: end;
}

.job-info p {
    margin: 0 0 0.5em 0;
}

.job-info .label {
    display: inline-block;
    /*width: 120px;*/ /* fixed width for all labels */
    font-weight: bold;
    vertical-align: top;
}

.job-info .value {
    display: inline-block;
    max-width: calc(100% - 130px); /* ensures it wraps without overlapping the label */
    vertical-align: top;
}

.scroll-wrapper {
    padding-left: 40px;
    padding-right: 40px;
}

.right-panel > div {
    margin-bottom: 40px;
}

#pnlApply h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.form-control {
    border-radius: .4rem !important;
    border-color: #4a2255;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

form#SubmitApp .text-danger,
form#SubmitApp .text-danger > span,
.text-muted {
    font-weight: normal !important;
    color: #b71c1c!important;
}

/*#region half-container */
/*@media (min-width: 768px) {
    .half-container {
        max-width: calc(720px / 2);
    }
}

@media (min-width: 992px) {
    .half-container {
        max-width: calc(960px / 2);
    }
}
*/
.half-container {
    width: 80%;
    display: flex;
    flex-direction: column; /* Stack the elements vertically */
    height: 100%; /* Required to center within parent */
}

/*#endregion */
.left-panel a {
    color: #ffffff;
    text-decoration: none;
}

.link-with-arrow::before {
    margin-right: 4px;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
}

.right-panel {
    flex: 1;
    background-color: #ffffff;
    padding: 10px;
    overflow-y: auto;
    height: 100%;
}

.bottom-panel {
    background-color: #F3F3F3;
    padding: 20px;
    flex-shrink: 0;
}

.scroll-wrapper {
    flex: 1;
    overflow-y: auto;
}

.purple a.btn {
    width: fit-content; /* Width adjusts to content */
    padding: 8px 20px;
    border-radius: 20px;
    border: 2px solid white;
    background-color: white;
    color: #2b2e73;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

    .purple a.btn:hover {
        background-color: transparent;
        color: white;
    }

.my-container {
    border-left: 3px solid white; /* vertical white line */
    padding-left: 15px; /* space between line and content */
    /* Optional: background and text color to see the effect */
    color: white;
    font-size: 16px;
    line-height: 27px;
}

#HowHeardOtherContainer {
    display: none;
}

/*#endregion */
/*#region Footer */
footer {
    color: #FFFFFF !important;
    background-color: #593060 !important;
    padding-top: 23px;
    padding-bottom: 23px;
    margin-bottom: 0;
    position: unset !important;
}

body.logged-in footer {
}

footer p {
    color: #FFFFFF !important;
    margin-bottom: 0;
    line-height: 20px;
    text-wrap: auto;
}

footer a {
    color: #FFFFFF !important;
    text-decoration: underline;
}

/*#endregion */

/*#region Prefooter */

prefooter {
    background-color: #535353;
    padding-top: 40px;
    padding-bottom: 20px;
}

    /* base: stacked (mobile) */
    prefooter > div {
        display: grid;
        grid-template-columns: 1fr; /* one column */
        gap: 1rem; /* space between items */
        margin: 0 auto; /* center the grid */
        background-position: bottom;
        background-repeat: no-repeat;
        background-image: url('../Images/bilder.png');
    }

        prefooter > div * {
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 700;
        }

    prefooter iframe {
        float: left;
        width: 100%;
    }

#google_map {
    border: 0px currentColor;
    float: right;
    margin-top: 20px;
    /*width: 450px;
    height: 250px;*/
    padding-bottom: 25px;
}

/* desktop and up: three columns */
@media (min-width: 998px) {
    prefooter > div {
        background-position: left 40px bottom;
        grid-template-columns: repeat(3, 1fr);
    }
}


/*#endregion */

/*#region Menu Admin */

.dropdown-item a,
.dropdown-item button {
    padding: 0;
    text-decoration: none;
}

/*#endregion */

/*#region Home */
.search-wrapper {
    border: 2px solid #4F235B; /* purple border */
    border-radius: 27.50px;
    overflow: hidden;
    max-width: 600px; /* control width */
    width: 100%;
}

.search-input {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-btn {
    background-color: #4B1D5C;
    color: #fff !important;
    border-radius: 0 50px 50px 0; /* round only right side */
    padding: 0 20px;
}

.view-btn {
    background-color: #4B1D5C;
    color: #fff !important;
    border-radius: 50px;
    padding: 10px 30px;
}

/*.search-btn:hover,*/
/*.view-btn:hover {*/
/*    color: #000000;*/
/*    background-color: transparent;*/
/*    border-color: #f4af8a;*/
/*    background-image: url('../Images/gold_bar.png');*/
/*}*/

.bg-perk {
    color: #fff;
    width: 100%; /* fixed width */
    height: auto;
    min-height: 652px;
    background-image: url('../Images/Perksbg.png');
    background-repeat: no-repeat; /* prevents repeating */
    background-size: cover; /* makes image cover the div */
    background-position: center; /* centers the image */
    background-color: rgba(0, 0, 0, 0.5);/* WCAG*/
}

.bg-testimonial {
    color: #fff;
    width: 100%; /* fixed width */
    height: auto;
    min-height: 360px;
    background-image: url('../Images/Perksbg.png');
    background-repeat: no-repeat; /* prevents repeating */
    background-size: cover; /* makes image cover the div */
    background-position: center; /* centers the image */
    background-color: rgba(0, 0, 0, 0.5); /* WCAG*/
}

.bg-hands {
    width: 100%; /* fixed width */
    height: auto;
    min-height: 562px;
    background-image: url('../Images/Handsbg.png');
    background-repeat: no-repeat; /*prevents repeating */
    background-size: cover; /*makes image cover the div */
    background-position: center; /*centers the image */
}

.home4 img {
    width: auto;
}

.btn-outline-custom {
    color: #4B1D5C;
    border: 2px solid #4B1D5C;
    background-color: transparent;
    border-radius: 50px;
    padding: 10px 30px;
    text-decoration: none;
}

.btn-outline-custom:hover {
    background-color: #4B1D5C;
    color: #fff;
}

.home hr {
    height: 2px;
}

#testimonialCarousel h4{
    font-size:1rem;
}
/*#region Topics */

/* Limit the overall width */
.topics-wrapper {
    max-width: 900px; /* adjust to taste (try 800?1000px) */
    width: 100%;
}

/* Left nav styles */
#topicsNav {
    border-right: 2px solid #6c4f82;
    padding-right: 1.5rem;
}

#topicsNav .nav-link {
    color: #6c4f82;
    font-weight: normal;
    font-size: 1.1rem;
    padding: 0.5rem 0;
    font-size: 26px;
}

#topicsNav .nav-link.active {
    color: #3a2350;
    font-weight: bold;
}

#topicContent p {
    color: black;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 31px;
    word-wrap: break-word
}

.perks-conatiner img,
#div-facilities img {
    margin-left: auto;
    margin-right: auto;
}

/*#endregion */
@media (max-width: 768px) {
    .bg-perk .row, #div-facilities .row {
        text-align: center;
    }
}

/*#endregion */

/*#region Banner Gallery */
/* controls */
.ms-controls {
    display: none;
}


.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
    /*width: 30px;*/
    width: 52px;
    background: url(/Images/banner-prev.png) center center !important;
    /*background-position: -89px -26px;*/
    /*height: 40px;*/
    height: 60px;
    cursor: pointer;
    top: 50%;
    /*left: 30px;*/
    left: -23px;
    margin-top: -30px;
    position: absolute;
    z-index: 10;
    /*display: none;*/
}

.ms-skin-default .ms-nav-next:hover,
.ms-skin-default .ms-nav-prev:hover {
    opacity: 0.8
}

.ms-skin-default .ms-nav-next {
    /*right: 30px;*/
    right: -23px;
    left: auto;
    /*background-position: -89px -103px;*/
    background: url(/Images/banner-next.png) center center !important;
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
   /* display: block;*/
    width:52px!important;
    height:60px!important;
}

/* Custom override for MasterSlider text layer */
.ms-slide .ms-slide-layers .ms-layer.ms-caption {
    position: absolute !important; /* Ensure absolute positioning */
    top: 72% !important; /* Vertically center */
    left: 10% !important; /* Align to the left with some padding */
    transform: translateY(-50%) !important; /* Only vertical centering */
    text-align: left !important; /* Keep text left-aligned */
    padding: 20px 40px !important; /* Optional: adjust padding */
    font-size: 38px !important; /* Optional: adjust font-size */
    max-width: 600px !important; /* Optional: limit width */
    background: none !important;
}

.ms-layer.ms-caption {
    display: block;
}

/* Responsive adjustments for small screens */
@media (max-width: 768px) {
    .ms-slide .ms-slide-layers .ms-layer.ms-caption {
        top:65%!important;
        left: 10% !important; /* Keep it aligned to the left */
        padding: 10px 20px !important; /* Reduce padding */
        font-size: 24px !important; /* Smaller font */
        max-width: 90% !important; /* Allow it to shrink */
    }

    .ms-slide .ms-slide-layers .ms-layer.ms-caption .btn-donate-light {
        display: inline-block !important;
        width: 100% !important; /* Button fits within screen */
        text-align: center !important;
        font-size: 18px !important; /* Adjust button size */
        margin-top: 10px !important; /* Some space above button */
    }

    .ms-layer.ms-caption {
        display:none;
    }
}

.ms-slide .ms-slide-layers .ms-layer.ms-caption h1,
.ms-slide .ms-slide-layers .ms-layer.ms-caption title,
.ms-slide .ms-slide-layers .ms-layer.ms-caption p {
    font-family: "Montserrat", sans-serif;
}

.btn-outline-banner {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 50px;
    padding: 7px 30px;
    text-decoration: none;
    font-size:20px;
}

.btn-outline-banner:hover {
    background-color: #4B1D5C;
    color: #fff;
}
/* Make slider taller on small screens */
@media (max-width: 767.98px) {
    .ms-view {
        height: 350px !important; /* adjust as needed */
    }

    .ms-slide {
        height: 350px !important;
    }

    .ms-slide img {
        height: 100% !important;
        object-fit: cover; /* ensures image fills area */
    }
}

.ms-slide img{
    width:100%!important
}

/* kill unexpected fades on captions/layers */
/*.ms-layer, .ms-caption, .ms-layer * {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}*/
/*#endregion */

.div-table-row {
    align-items: center;
    display: flex;
}

.div-table-cell {
    margin-right: 0.5rem;
}

.div-table-cell p {
    margin: 0;
    font-weight: 700;
}

.div-table-cell a {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

/* Default (collapsed) ? hide X */
.navbar-toggler[aria-expanded="false"] .bi-x {
    display: none;
}

/* Expanded ? hide hamburger, show X */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    display: none;
}

.navbar-toggler[aria-expanded="true"] .bi-x {
    display: inline-block;
    color: white;
    font-size: 2.75rem;
}

.navbar-toggler:focus {
    border: 0 !important;
    box-shadow: none !important;
}

.career-heading {
    font-size: 36px;
    font-weight: 500;
}

.border-radius-25 {
    border-radius: 25px;
}

.search-header {
    height: 49px;
}

div.perks h2 {
    color: white;
}

div#life-at-hdgh h2 {
    color: black;
}

div#volunteer-section h2 {
    color: black;
}
div#volunteer-section img,
div#volunteer-section-2 img {
    width: 100%;
}
div#volunteer-section > div > div > div,
div#volunteer-section-2 > div > div > div {
    width: 100%;
}
.quote-icon {
    transform: rotate(180deg);
}

.qoute {
    background: linear-gradient(180deg, #FFD5AB 0%, #C16747 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/*# Career Opportunity Page */
.btn-career-tag {
    color: #4F235B;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
    padding: 1px 12px;
    border-radius: 25px;
    border: 2px solid #4B1D5C;
    margin-right: 0.4rem;
}

.btn-career-tag-selected {
    color: #FFF !important;
    background-color: #593063 !important;
    border-color: #593063 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word;
    padding: 1px 12px;
    border-radius: 25px;
    border: 2px solid #4B1D5C;
    margin-right: 0.4rem;
}

.border-bottom-1 {
    border-bottom: 1px solid;
}

.border-bottom-1-rem {
    border-bottom: 0.1rem solid;
}

.job-title {
    color: black;
    font-size: 26px;
    font-weight: 500;
    line-height: 27px;
    display:inline-flex;
}

.job-ref {
    font-size: 12px;
    font-weight: 700;
    line-height: 27px;
    display:block!important;
}

.job-summary {
    font-size: 16px;
    line-height: 27px;
    word-wrap: break-word;
}

.job-deadline {
    font-weight: 700;
    line-height: 27px;
}

.btn-job-apply {
    color: #4F235B;
    font-size: 26px;
    font-weight: 700;
    line-height: 27px;
}

.job-apply-arrow {
    -webkit-text-stroke: 2px;
    margin-left: 0.5rem;
    font-size: 20px;
}

/*# Career Opportunity Page Ends */

/*# Job details Page */

.job-details-title {
    font-size: 36px;
}

.job-details-heading {
    color: black;
    font-size: 26px;
    line-height: 27px;
}

.btn-job-details-apply {
    background-color: #FFFFFF;
    color: #4F235B !important;
    font-weight: 600;
    width: 120px;
}

#pnlApply .form-group {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    word-wrap: break-word;
    padding-bottom: 1rem;
}

.btn-job-submit {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    border-radius: 30px !important;
}

.btn-file-submit {
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 27px;
}

.navbar-toggler-icon {
    width: 2.5rem;
    height: 2.5em;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/navbar-toggler-icon.png');
}

#Submission_Aridate {
    border: 0;
    background-color: inherit;
    width: auto !important;
}

.submission-date-section {
    margin-left: 3rem;
}

/*# Job details Page Ends */

.thank-you-heading {
    color: #4F235B;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    word-wrap: break-word;
}

.thank-you-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    word-wrap: break-word;
}

prefooter {
    border-top: 10px solid #cd8e73;
}

prefooter ul {
    list-style: none;
    padding-left: 2.5rem;
    line-height: 2.5rem;
}

prefooter li::before {
    content: "\203A";
    padding-right: 20px;
}

prefooter h2 {
    padding-bottom: 7px;
    border-bottom: 1px solid #FFFFFF;
}

.category-select {
    display: none;
}

/*.carrer-opportunity-summary > p:first-child {
    background-color: #4a2255 !important;
    color: #fff;
    padding: 20px;
}*/

/*.carrer-opportunity-summary > p:last-child{
    padding: 0 20px;

}*/

@media (max-width: 767.98px) {
    #life-at-hdgh, #volunteer-section, #volunteer-section-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

   /* #life-at-hdgh img{
        width: 100% !important;
    }*/

    div.search-wrapper {
        width: 334px;
    }

    hr {
        margin-left: 25px;
        margin-right: 25px;
    }

    div.topics-wrapper a {
        text-align: left;
    }

    div.bg-hands {
        padding: 1.5rem !important;
    }

    div.topics-wrapper div.justify-content-center {
        display: block !important;
    }

    #topicsNav {
        border-right: 0;
        border-bottom: 5px solid #6c4f82;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }

    .step-card {
        width: auto !important;
    }

    .search-header {
        height: auto;
    }

        .search-header div {
            height: 49px !important;
            width: 100%;
            margin-left: 0 !important;
            text-align: center;
        }

        .search-header button {
            width: 161px !important;
        }

    .category-filters {
        display: none;
    }
    .category-select{
        display:block;
    }
    .apply-section {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        margin-top: 3rem;
    }

    .job-postings, .carrer-opportunity-summary, .div-header {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    #life-at-hdgh .zone-container h3:first-of-type {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
        bottom: 2rem !important;
    }

    #life-at-hdgh .zone-container p:nth-of-type(2) {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .submission-date-section {
        margin-left: 0 !important;
    }

    .half-container {
        width: 80%
    }

    /*.radio-agree {
        display: flex;
    }

        .radio-agree input {
            margin-right: 1rem;
        }*/

        .radio-agree label {
            font-size: 20px;
            font-weight: 500;
            line-height: 27px;
            word-wrap: break-word;
        }

    .submission-date label {
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
        margin-right: 3rem !important;
    }

    .btn-file-submit {
        font-size: 14px !important;
    }

    .footer {
        position: unset !important;
        text-align: center;
    }

    .zone-container p {
        font-size: 14px !important;
    }

    prefooter > div * {
        font-size: 14px;
    }

    prefooter {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    body.current-oppurtunities
    .container:not(.logo):not(.pre-footer):not(.footer) {
        padding-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #life-at-hdgh .row-cols-1 div.col:first-child {
        padding: 0 2rem 0 2rem;
    }

    .job-postings {
        padding-left: 0;
        padding-right: 0;
    }

        .job-postings div.d-flex {
            padding-right: 1.5rem !important;
            padding-left: 1.5rem !important;
        }

    .container.logo {
        padding-right: 2rem;
        padding-left: 2rem;
    }

    div.logo > img, div.logo > a > img {
        width: 48px;
    }
}

@media (max-width: 1399.98px) {
    .navbar-expand-xxl .navbar-collapse {
        padding-top: 2rem;
    }
}

@media only screen and (max-width: 450px) and (orientation: portrait) {
    #life-at-hdgh img {
        width: 100% !important;
    }
}

/*Fix for home page steps section*/

#steps-section .d-md-none {
    display: block !important;
}

#steps-section .d-md-flex {
    display: none !important;
}

/* Hide again at lg (768px and up) */
@media (min-width: 768px) {
    #steps-section .d-md-none {
        display: none !important;
    }

    #steps-section .d-md-flex {
        display: flex !important;
    }
}

@media (max-width: 997.98px) {

    .left-panel {
        position: unset !important;
        height: unset !important;
        min-height: calc(100vh - 6rem) !important;
        padding-bottom: 4rem !important;
    }

    .radio-agree {
        display: flex;
    }

    .radio-agree input {
        margin-right: 1rem;
    }

    .prefooter-section, .pre-footer {
        padding-bottom: 22rem;
    }
}

/*#region Fixes to avoid the movement of the contents on the page side to side on mobile */

/* 1) Prevent most accidental horizontal scroll, but only at top-level */
html, body {
    max-width: 100%;
    overflow-x: clip; /* better than hidden; avoids creating a new scroll context */
}

/* 2) Replace 100vw on inner containers */
.container:not(.nomaxwidth), .section, .wrapper {
    width: 100%; /* not 100vw */
    /*max-width: 100%;*/
    max-width: 1400px;
}

/* 3) Constrain media */
img, video, canvas, svg, iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 4) Carousels/strips that rely on nowrap */
.scroller, .logo-strip, .cards-row {
    overflow-x: auto; /* let the row scroll itself */
    -webkit-overflow-scrolling: touch;
}

/* 5) Off-canvas menus/panels */
.offcanvas {
    position: fixed; /* avoid affecting layout width */
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(100%); /* hidden state */
    will-change: transform;
}

/* 6) Safety for nested layouts */
* {
    box-sizing: border-box;
}


/*#endregion */

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 8px 16px;
    background: #000;
    color: #fff;
    z-index: 100;
    transition: top 0.2s;
}

.skip-link:focus {
    top: 0;
}