/**** Custom Recruiter Styles ****/
:focus {
    outline-color: #FF0000 !important;
    outline-style: none !important;
    outline-width: 0 !important;
}

.brand-nav-container {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-rows: 1fr;
}

#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;
}

/*Silder*/

/*.owl-stage-outer{*/
/*    padding: 10px 0;*/
/*}*/

.container-owl{
    display: flex;
    flex-direction: column;
}

.card-inner2{
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.28);
    margin: 0 10px;
}

.hot-image2 {
    position: relative;
    width: 100%;
    height: 160px;
}

.custom-carousel-nav{
    margin: 10px;
    display: flex;
    justify-content: center;
}
.custom-carousel-nav2{
    margin: 10px;
    display: flex;
    justify-content: center;
}
.owl-dots {
    display: flex;
}

.owl-dot {
    background: transparent;
    border: none;
    outline: none;
}

.owl-dot>span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #dadada;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

 /*.btn-link is used throughout the entire system, make a more granular style adjustment */
#feedNavContainer .btn-link{
    color: #fff;
    padding: 5px;
}

#feedNavContainer{
    position: relative;
    text-align: right;
    bottom: 40px;
    right: 10px;
    z-index: 10;
    color: #fff;
}

#hot-opportunities .owl-next{
    position: absolute;
    background: rgba(0, 0, 0, 0);
    border: none;
    margin-top: 10px;
    height: 100%;
    right: -5px;
    top: -10px;
}
#hot-opportunities .owl-prev{
    background: rgba(0, 0, 0, 0);
    border: none;
    margin-top: 10px;
    position: absolute;
    height: 100%;
    left: -4px;
    top: -10px;
}

#hot-opportunities .owl-prev:hover, #hot-opportunities .owl-next:hover {
    background: rgba(0, 0, 0, 0.33);
}
#hot-opportunities .owl-prev:hover .btn-link2, #hot-opportunities .owl-next:hover .btn-link2{
    color: #e2e0e0;
}
#hot-opportunities .owl-prev:focus, #hot-opportunities .owl-next:focus{
    outline: none;
}

.btn-link2{
    color: rgba(130, 130, 130, 0.7);
    font-size: 3em;
}

.owl-dot.active span:hover {
    background: #869791;
}

.owl-dot.active span {
    background: #869791;
}
.bubbleWrap {
  padding-top: 30%;
  margin-left: 90px;
  margin-right: 90px;
  padding-bottom: 10%;
}
.bubble {
  border-radius: 50px;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 15px;
}
#hotOppBox h4 {
    font-size: 50px;
    color: #fff;
    text-align: center;
}
.bubbleWrap a {
    color: #fff;
    text-align: center;
    text-decoration: none;
}
.owl-theme .owl-dots {
    position: absolute;
    margin-left: 48%;
    margin-top: -40px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}
.homeBtn {
  margin-top: 20px;
	text-align: center;
}
.btnLearnMore {
    padding: 5px 20px;
    border: solid 2px white;
    border-radius: 5px;
    font-size: 25px;
}
.btnLearnMore:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.btnHomeSearch {
    padding: 5px 46px;
    border: solid 2px white;
    border-radius: 5px;
    font-size: 25px;
}
.btnHomeSearch:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.learn-more-btn{
    background: #4e4e4e;
    padding: 5px 15px;
    margin: 5px 0 0 0;
    width: 120px;
    float: right;
}

.learn-more-btn a{
    text-decoration: none;
    color: #fff;
}

/************* Hero *******************/


#main {
    display: grid;
    grid-template-columns: 50% 50%;
}

#main img#hero {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    object-position: 50% 0%;
    min-height: 350px;
}

#main #call-to-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

#main #call-to-action p#heading {
    font-size: clamp(1.5rem, 7vw, 5rem);
    border-bottom: 2px solid var(--main-text-color);
    line-height: 1.1;
    font-weight: 400;
    width: fit-content;
}

#main #call-to-action p#sub_heading {
    font-size: clamp(1rem, 2.5vw, 2rem);
    letter-spacing: 5px;
    font-weight: 400;
}

#main #call-to-action p#slogan {
    margin: 2rem 0 calc(2rem + 10px);
    font-size: clamp(1rem, 2vw, 1.5rem);
    text-align: center;
    color: var(--secondary-text-color);
}

#main #call-to-action a {
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    width: fit-content;
    font-size: clamp(1rem, 2vw, 1.5rem);
    text-decoration: none;
    border: 3px solid var(--primary-color);
    color: var(--primary-color);
}

#main #call-to-action a:hover {
    background-color: var(--primary-color);
    color: #fff;
}


/*********** Home Body *****************/

#homepage-body > p:first-child {
    font-weight: 400;
    text-align: center;
    font-size: clamp(1.5rem, 5vw, 2.3rem);
}

#homepage-body > p:nth-child(2) {
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: clamp(1rem, 3.5vw, 1.3rem);
    text-align: right;
}

/************RTS Divider****************/

.rtsDivider{
    position: relative;
}

.rtsDivider div{
    height: 5px;
    width: 16.666%;
    float: left;
}

.rtsDivider div:nth-child(1){
    background: #ea1e25;
}

.rtsDivider div:nth-child(2){
    background: #fcee26;
}

.rtsDivider div:nth-child(3){
    background: #4753a3;
}

.rtsDivider div:nth-child(4){
    background: #029c49;
}

.rtsDivider div:nth-child(5){
    background: #30a7df;
}

.rtsDivider div:nth-child(6){
    background: #f39520;
}

/*Footer*/

/*NOTE THIS IS FOR THE DEFAULT TEMPLATE PLEASE DELETE IF NOT USED*/
#client_footer{
    background: #fff;
    padding: 10px 50px 10px 50px;
    display: -ms-flexbox;
    display: grid;
    justify-content: space-evenly;
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(305px,1fr));
}
.client_footer_left{
    text-align: left;
    justify-items: end;
    margin: 0 auto;
}

.client_footer_right {
    display: flex;
    flex-direction: column;
    place-self: center;
    text-align: left;
    margin: 0 auto;
}
.client_footer_right p{
    color: #3b3b3b;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-weight: bold;
}

.client_footer_mid{
    color: #3b3b3b;
    text-align: left;
    place-self: center;
    margin: 0 auto;
}

.client_footer_mid img{
    max-height: 100px;
}

.client_footer_mid a:link{
    color:#a8a8a8;
}

.client_footer_mid a:hover{
    color: #437dd6;
}

.client_footer_mid a:visited{
    color:#a8a8a8;
}

.icnSocial{
    border-bottom: 1px solid #a5a5a5;
}

.icnSocial a{
    width: 25%;
    display: block;
    float: left;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding: 30px 0;
    font-size: 40px;
    text-decoration: none;
}

.icnSocial a:hover{
    background: #4753a3;
    color: #fff;
}

.client_footer_right a{
    margin: 0 3px 0 3px;
    color: #575757;
    background: #fff;
    text-decoration: none;
}

.client_footer_right a:hover {
    color: #2d2d2d;
}

.samaritan-footer {
    background: #515151 !important;
    color: #FFF !important;
    min-height: 92px;
}
.samaritan-footer a {
    color: #6ea8d5 !important;
}

#clientRegister{
    border-radius: 0;
    color:white;
    padding:20px;
}

#clientRegister a{
    text-decoration: none;
    color:white;
}

.samtan-footer{
    padding: 10px 0;
    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;
}

/*    Newsletter    */
#article-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

#article-container > article-card {
    width: 100%;
}

#article-container.container:before {
    display: none;
}

#article-card {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 200px auto auto 200px 3rem;
    min-height: 300px;
    height: 100%;
    box-shadow: 2px 2px 20px 5px #ccc;
    border-radius: 5px;
    background-color: #fff;
}

#article-card > div.image {
    padding: 0 !important;
}

#article-card > * {
    padding: 0 1rem;
}

#article-card > p:last-child {
    justify-self: start;
}

#article-card .image {
    width: 100%;
    height: 200px
}

#article-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

#article-card p.title {
    padding: 1rem 1rem 0;
    font-size: 1.3rem;
    color: var(--primary-color);
    font-weight: 500;
}

#article-card p.date {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    color: var(--secondary-text-color);
}

#article-card .content {
    max-height: 200px;
    overflow: hidden;
    position: relative;
}

#article-card .content .line-fade {
    position: absolute;
    height: 2rem;
    width: 100%;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(86deg, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%),
    linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

/*    Newsletter list    */
#newsletters h1 {
    margin: 2rem 0 1rem;
}

#newsletters > a {
    display: block;
    margin-bottom: 1rem;
    text-decoration: none;
    font-size: 1.2rem;
    color: var(--secondary-blue);
}

#newsletters > a:hover {
    text-decoration: underline;
}

#newsletter-list > div {
    display: flex;
    flex-wrap: nowrap;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

#newsletter-list > div > p:first-child {
    flex: 1;
    margin: 0 1rem;
}

#newsletter-list > div > p:last-child {
    flex: 2;
    margin: 0 1rem;
}

#newsletter-list > div > p:last-child {
    color: var(--secondary-text-color);
}

#newsletter-list > div > p:first-child {
    min-width: 8rem;
}

#newsletter-list > div#newsletter_header > p:nth-child(2),
#newsletter-list > div > a:nth-child(2) {
    flex: 5;
    text-decoration: none;
}

#newsletter-list > div#newsletter_header {
    border-bottom: 2px solid #eee;
}

#newsletter-list > div#newsletter_header > p {
    font-size: 1.2rem;
    font-weight: 500;
}

/****    Article    ****/
#article_page {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#article_page h1#title {
    margin: 2rem 0;
    color: var(--primary-color);
}

#article_page > a {
    margin-bottom: 2rem;
    text-decoration: none;
    font-size: 1.3rem;
    color: var(--secondary-blue);
}

#article_page > a:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

#article_page img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: clamp(300px, 70vw, 700px);
}

#article_page #article_meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

#article_page #body {
    width: clamp(300px, 70vw, 700px);
    margin: 1rem 0 4rem;
}

/*************** 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;
}
