/**** Custom Recruiter Styles ****/
:focus {
    outline-color: #FF0000 !important;
    outline-style: none !important;
    outline-width: 0 !important;
}

.brand-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*#hdr_brand {*/
/*    grid-column: 1/2;*/
/*    grid-row: 1;*/
/*}*/

/*.custom_nav_container {*/
/*    grid-column: 3/-1;*/
/*    grid-row: 1;*/
/*    justify-self: end;*/
/*}*/

/*#nav_link_container {*/
/*    grid-column: 2/3;*/
/*    grid-row: 1;*/
/*    justify-self: center;*/
/*    align-self: end;*/
/*}*/

.hdr_style_1 a.nav-link {
    padding: 1rem;
     height: auto;
}

#header-vol-name,
.navigation-toggler {
    display: none;
}

.hdr_style_1 #logged-nav-sublinks li {
    padding: 0 15px;
    font-size: 1.2rem;
}

.hdr_style_1 #logged-nav-sublinks li a{
    text-decoration: none;
}

.view-container {
    position: relative;
    margin-bottom: 0px; /* Set this to match the height of your footer */
}

.search-highlight {
    background: #FFF !important;
}

.hdr_style_1 a.nav-link{
    border: none !important;
}

.hdr_style_1.scrolled #hdr_brand {
    margin: 10px !important;
}

.hdr_style_1 #logged-nav-sublinks li {
    height: 50px !important;
}

.hdr_style_1.scrolled a.nav-link {
    height: 90px;
}

.hdr_style_1 ul#hdr_nav_links li {
    font-size: 1.5rem;
}

.hdr_style_1 #hdr_brand img {
    max-height: 110px;
}

.requireOk {
    display: none;
}

/************* Landing *******************/

.hero-section {
    display: flex;
    align-items: center;
    padding: 6rem 0;
    background-image: url(../images/professions-hero.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section_content {
    padding: 1rem 2rem;
    max-width: 45%;
}

.hero-section h1 {
    font-weight: 500;
    font-size: 3.25rem;
    margin: 0;
}

.hero-section p {
    margin: 1.5rem 0;
    color: var(--secondary-text-color);
}

.hero-section a {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: #fff;
    font-weight: 500;
    border-width: 3px;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    text-decoration: none;
    transition: all 150ms ease-out;
}

.hero-section button:hover,
.hero-section button:focus {
    color: #fff;
    background-color: var(--primary-color);
}

.more-info-section {
    display: flex;
    padding: 6rem 0;
}

.more-info-section > div {
    flex: 1;
    margin: 0 2rem;
    text-align: center;
}

.more-info-section strong {
    color: var(--secondary-text-color);
}

.icon-container {
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-info-section i {
    font-size: 2rem;
}

.more-info-section > div:first-child i {
    color: var(--primary-orange);
}

.more-info-section > div i {
    color: var(--primary-green);
}

.more-info-section > div:last-child i {
    color: var(--primary-pink);
}

.more-info-section p {
    color: var(--secondary-text-color);
}


/*Footer*/

/*NOTE THIS IS FOR THE DEFAULT TEMPLATE PLEASE DELETE IF NOT USED*/
#client_footer {
    background: var(--primary-color);
}

#client_footer p {
    color: var(--main-text-lt);
}

#client_footer li {
    gap: 1.5rem;
}

#client_footer a {
    color: var(--main-text-lt);
}

.samaritan-footer {
    background: #515151 !important;
    color: #FFF !important;
    min-height: 92px;
    padding: 1rem 0;
}

.samaritan-footer a {
    color: var(--primary-color) !important;
}

#clientRegister{
    border-radius: 0;
    color:white;
    padding:20px;
}

#clientRegister a{
    text-decoration: none;
    color:white;
}

.samtan-footer{
    text-align: center;
    background-color: #fff;
}

.poClass{
    min-width: fit-content;
}

.poContact-table tr{
    padding: 10px 0;
}

/***************Button Active Toggle*******************/
.switch-outer{
    margin-top: 10px;
    background: #2ecc71;
    height: 30px;
    width: 60px;
    border: 1px solid #e4e4e4;
    border-radius: 60px;
}

.switchToggle{
    position: relative;
    left: 30px;
    bottom: 1px;
    height: 30px;
    width: 30px;
    background: #dcdcdc;
    border: 1px solid #d4d1d1;
    border-radius: 60px;
}

/*************** Badging *******************/
#badging .badging__current i,
#badging .badging__processing i{
    font-size: 1.3rem;
    color: green;
}


/***************MISC*******************/
.terms-background .formElems-container{
    background-color: #def5fe;
    border-radius: 5px;
}

#training_exp_date_control{
    min-width: 140px !important;
}

.modal-window .modal-dialog{
    width: 50vw;
    min-width: 300px;
}

.modal-window .modal-header{
    display: flex;
}

.nmh-modal-title{
    margin: 14px 0;
    font-size: 1.3em;
    font-weight: 600;
    width: calc(100% - 1.8em);
    text-align: center;
}

.login-register-text{
    display: none;
}
