/**** Custom Recruiter Styles ****/

/*  Overrides  */
.view-container {
    position: relative;
    margin-bottom: 0; /* Set this to match the height of your footer */
}

.show-mobile {
    display: none;
}

.search-highlight {
    background: #FFF !important;
}

img.org-card-img {
    object-fit: contain;
}

p.login-new-vol-link {
    display: none;
}

div.filter-group.oneTimeEvents-filter p.filter-header {
    display: none;
}

div.filter-group.oneTimeEvents-filter div.form-group {
    margin: 1rem 0 0;
}

/* Landing Page */
div#employee-landing {
    background: #efefef;
    position: relative;
    padding: 5rem 0 2rem;
}

section#banner {
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: 0;
}

section#banner img {
    width: 100%;
    height: auto;
}

div#main-content-container {
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: var(--border-radius);
}

section#call-to-action {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

section div.hero-image-container {
    flex: 2;
    align-self: stretch;
    min-width: 325px;
}

section div.hero-details-container {
    flex: 3;
}

section div.hero-image-container img {
    max-width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: 50% 50%;
}

section#org-sponsor-program {
    background: #F5F5F5;
    padding: 6rem 2rem;
}

section div.hero-details-container h1,
section div.org-details-container h1 {
    font-weight: 900;
    font-size: 2.5rem;
}

section div.hero-details-container p,
section div.org-details-container p {
    line-height: 1.75rem;
}

p.login-new-vol-link {
    display: none;
}

#featured-videos {
    padding: 0 1rem;
}
#featured-videos .header-title {
    text-align: center;
    margin-bottom: 2rem;
}

#video-resources {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

#video-resources .video-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    filter: opacity(1);
    width:300px;
    text-align: center;
}

#video-resources .video-item:hover {
    filter: opacity(0.8);
}

#video-resources .video-item h1 {
    padding-bottom: 10px;
}

#featured-videos .see-more {
    text-align: center;
    padding:1rem;
}

div#resources > a {
    border-radius: 5px;
}

div#resources a:focus,
div#resources a:hover {
    text-decoration: none;
}

div#resources a:hover {
    background: #f5f5f5;
}

div#resources a div.btn-link {
    color: var(--primary-color) !important;
    text-decoration: none;
}


/* volunteer_login */

.custom-user-pane-link {
    width: 100%;
    display: block;
    color: #000;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 0.5rem 2rem 0.5rem 2rem;
    text-decoration: none;
}

#user-settings-container > div > div:has(.custom-user-pane-link) {
    width: 100%;
}

#erec_main_container[esar-layout] recruiter-header div#user-settings-container div.user-settings_link-container {
    margin: 0;
}

.custom-user-pane-link:hover {
    background-color: rgba(0, 0, 0, 0.08);
    text-decoration: none;
}

.user-settings_link-container .user-settings_edit-profile {
    display: none;
}


body#page_volunteer_login div#erec_wrapper{
    display: flex;
    flex-direction: column;
}

body#page_volunteer_login div#erec_wrapper div.view-container,
body#page_volunteer_login div#erec_wrapper div.view-frame,
body#page_volunteer_login div#erec_wrapper div#login_page {
    display: flex;
    flex-direction: column;
    flex: 1
}

/*div#login_page h1 {*/
/*    font-family: "Poppins", serif;*/
/*}*/

div#login_page {
    position: relative;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    overflow: hidden;
    padding: 5rem;
    /*background: rgb(5,74,116);*/
    /*background: linear-gradient(90deg, rgba(5,74,116,1) 13%, rgba(51,185,194,1) 100%);*/
}

div#login_page div#login_page-credential-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
    max-width: 400px;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0.5) 100%);*/
    border-radius: 12px;
    padding: 1rem;
    z-index: 1;
}

div#login_page basic-login-pain {
    width: 100%;
}

div#login_page form.login-form {
    width: 100%;
    max-width: 550px;
    margin: 0;
}

div#login_page form.login-form input#login_username,
div#login_page form.login-form input#password {
    width: 100%;
    height: auto;
    font-size: 1.25rem;
    padding: 0.5rem;
    line-height: 1;
}

div#login_page .btn.btn-primary {
    padding: 1rem;
}

div#login_page input.btn.btn-primary {
    text-transform: uppercase;
}

div#login_page a#login_button_sso {
    text-decoration: none;
}

div#login_page > svg {
    position: absolute;
    width: clamp(800px, 100%, 2000px);
    bottom: 0;
    transform: translateY(65%);
    z-index: 0;
}

/*#volunteer-login_login-panel {*/
/*    display: flex;*/
/*    width: 100%;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*#volunteer-login_login-panel:after {*/
/*    content: 'First time logging-in? To create and password, please register and submit an application using the apply button.'*/
/*}*/

/*.login-panel {*/
/*    text-align: center;*/
/*}*/

/*#volunteer-login_redirect-object {*/
/*    display: none;*/
/*}*/

/* vol_menu */
div#erec_main_container.logged-user div#erec_wrapper {
    background-color: var(--background-gray);
}

.welcome-header{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0 0 10px;
}

.heading-h3{
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
}

recruiter-header div.brand-nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

recruiter-header div#header_content div#hdr_brand {
    margin: unset;
}

div#dashboard-view {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}

#page_volunteer_menu button.hide-cancel.e-control.e-btn.e-lib.e-primary.e-flat {
    background: rgb(224 240 255);
    font-size: 1.5em;
    padding: 0.5rem 1.25rem;
}

.upcoming-schedule-heading:after {
    content: " (not all volunteer schedules are shown here)"
}

/*  Opp Details  */

.opp-details-schedule-slot-section {
    display: none;
}

/*.opp-details-contact1-info {*/
/*    display: none;*/
/*}*/
.opp-details-contact-section {
    display: none;
}

.slot-contact-info {
    display: none;
}

div:has(> .custom-opp-details-schedule-slot-section) ~ hr {
    display: none;
}
/*  Org Details  */

.org-left__address-container {
    display: none;
}
/*#opp_details > div.col-sm-9.col-xs-12.col-sm-push-3.pt10.pb50.ng-scope > div.org-details-description > div.ng-scope > div > div {*/

/*}*/
#opp_details > div.col-sm-9.col-xs-12.col-sm-push-3.pt10.pb50.ng-scope > div.org-details-description > div.ng-scope > div > div:before {
    white-space: pre-wrap;
    content: '\A Choose a path below to start your application today.';
    font-size: 1.5em;
    line-height: 1.2em;
    font-weight: bold;
    font-family: "calluna", serif;
    color: var(--primary-color);

}
#opp_details > div.col-sm-9.col-xs-12.col-sm-push-3.pt10.pb50.ng-scope > div.org-details-description > div.ng-scope > div > div > h3 {
    display:none;
}
/*#opp_details > div.col-sm-9.col-xs-12.col-sm-push-3.pt10.pb50.ng-scope > div.org-details-description > div.ng-scope > div > div > h3:after {*/
/*    content: '\A Choose a path below to start your application today.';*/
/*}*/

/* Hot Opps */
/*section#hot-opps*/



/* FAQ Page */
body#page_volunteer_home div#erec_wrapper,
body#page_volunteer_faq div#erec_wrapper {
    background-color: #efefef;
}

div#vol_faq div.header-text {
    font-family: "calluna", serif;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

div#vol_faq div.list-item,
div#vol_faq div.faq-section-header {
    margin-bottom: 0.5rem;
}

div#vol_faq div.item-list-container {
    background-color: #fff;
    padding: 2rem;
    border-radius: var(--border-radius);
    max-height: unset !important;
}



/* SKI Volunteer Info Page */
#ski-and-snowboard-info-container {
    position: relative;
    max-width: 1055px;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    border-radius: var(--border-radius);
    /*z-index: 1;*/

}

#ski-and-snowboard-info-container h1 {
    margin: 2rem;
}

#ski-and-snowboard-info-container h2 {
    margin-bottom: 2rem;
}
#ski-and-snowboard-info-container p {
    margin-bottom: 1rem;
}

.ski-image-container {
    float: left;
    margin: 1rem;
    max-width: 100%
}

.ski-image-container img {
    width: 100%;
}



/* Footer */

/* NOTE THIS IS FOR THE DEFAULT TEMPLATE PLEASE DELETE IF NOT USED */
div#client_footer > div.container > div {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
}

div#client_footer > div.container > div > div.legal {
    display: flex;
    align-items: center;
    gap: 2rem;
}

div#client_footer > div.container > div > div.social {
    display: flex;
    align-items: center;
    gap: 1rem;
}


div#client_footer > div.container > div > div.legal > a {
    text-decoration: none;
    color: var(--alt-text-footer);
    font-size: 16px;
    font-weight: 700;
}

div.social a {
    color: var(--alt-text-footer);
    font-size: 24px;
    text-align: center;
    display: block;
}
.samaritan-footer {
    background: var(--background-footer-gray) !important;
    color: var(--alt-text-footer) !important;
}
.samaritan-footer a {
	color: var(--primary-color) !important;
}

#clientRegister{
	border-radius: 0;
	color:white;
	padding:20px;
}

#clientRegister a{
	text-decoration: none;
	color:white;
}

div#hot-opps-container button.owl-dot {
    background: transparent !important;
    border: none !important;
}

/* Breadcrumb Styles */

.breadcrumb > li > a {
  color: #24557F !important;
}

.breadcrumb > .active {
  color: #525252 !important;
}

/*Annual Dashboard*/
#annulDash onboarding-steps div div div div div.ob-step {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: small;
}

#annulDash onboarding-steps div div div div div.ob-step .ob-message p {
    margin: 0;
    padding: 0;
}

#annulDash a {
    font-size: x-small;
}

#annulCompleteStatus {
    background: #F8FAFC;
}

.annulDashBtn {
    background-color: #feba12;
    color: white;
    border: none;
    border-radius: 3px;
    margin-top: 7px;
}

/****** Forgot Password ******/

#page_forgot_password .fp-email-sent-msg {
    text-align: center;
}

#page_forgot_password .fp-email-sent-msg::after {
    display: block;
    margin-top: 1rem;
    content: 'Note: Password reset links are only valid for 30 minutes.';
    font-weight: bold;
    background-color: #ffe7d1;
    color: #333333;
    padding: 5px;
    border-radius: 5px;
}

/******* Org Search *********/
#org-search {
    padding-top: 40px;
}

#org-search div.org-card_body > div {
    align-self: end;
}

.orgSearchBckBtnRow {
    display: none;
}
.headerTopSection div.owl-carousel {
    width: calc(100% - 5rem);
    margin: 0 auto !important;
}

.headerTopSection .owl-carousel .owl-item img {
    margin: 0 auto 0.5rem !important;
    width: 50px;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.headerTopSection div.owl-nav button.owl-prev,
.headerTopSection div.owl-nav button.owl-next {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--primary-color);
    background: #fff;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    font-size: 2.5rem;
    transform: translateY(-50%);
}

.headerTopSection div.owl-nav button.owl-prev.disabled,
.headerTopSection div.owl-nav button.owl-next.disabled {
    display: none;
}

.headerTopSection div.owl-nav button.owl-prev:hover,
.headerTopSection div.owl-nav button.owl-next:hover {
    background-color: var(--primary-color);
}

.headerTopSection div.owl-nav button.owl-prev > span,
.headerTopSection div.owl-nav button.owl-next > span {
    line-height: 0;
    margin-bottom: 5px !important;
}

.headerTopSection div.owl-nav button.owl-prev {
    left: -2.5rem;
}

.headerTopSection div.owl-nav button.owl-next {
    right: -2.5rem;
}


.search-btn-container {
    display: grid;
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.searchBtnIconLink {
    color: #003b71;
    background-color: transparent;
    border: none;
}

button.searchBtnIconLink img {
    width: 70px;
    margin: 0 auto;
}

.searchBtnIcon {
    text-align: center;
    font-size: 40px;
}
.searchBtnText {
    font-size: 15px;
    font-weight: bold;
}
.card-view {
    padding: 0;
}
.org-card_body h2,
.org-card_body > div {
    padding: 0 1rem;
}
.org-card_body .learn-more {
    padding: 0.125rem 1rem;
}

.icon-search-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.service-type-img-container {
    height: 300px;
}
.service-type-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#org-search .btn-ctrl,
.org-card_body .learn-more {
    background-color: var(--primary-color);
}

/* Workflow styles */
div.e-tab-header {
    border-bottom: 2px solid #0082B5 !important;
}

div.e-tab-header div.e-items {
    gap: 0.25rem !important;
}

div.e-tab-header div.e-indicator {
    display: none !important;
}

div.e-tab-header div.e-tab-wrap:hover {
    border-radius: 5px 5px 0 0 !important;
}

div.e-tab-header div.e-item {
    border-radius: 5px 5px 0 0 !important;
    background-color: #dbdbdb !important;
}

div.e-tab-header div.e-item.e-active {
    background-color: #0082B5;
}

div.e-tab-header div.e-item.e-active span.tab-list-title {
    color: #fff;
}

div.e-content {
    background: #fff !important;
    border-radius: 0 0 5px 5px !important;
}

/*div#workflow.show-dash {*/
/*    max-width: 1000px;*/
/*}*/

/*div#workflow.show-dash div.e-content {*/
/*    max-height: 500px !important;*/
/*    overflow-y: auto !important;*/
/*}*/


/* Misc styles */

div.divider { display: flex; align-items: center; margin: 5rem 0 }
div.divider > div { border-bottom: 2px solid #eee;}
div.divider > img { width: 25px; height: auto; margin: 0 1rem}
