/**** Custom Recruiter Styles ****/
:focus {
    outline-color: #fff !important;
    outline-style: none !important;
    outline-width: 0 !important;
}

a{
    color: #183560;
}
.opp-published-date {
    display: none;
}

#page_volunteer_home #header_content, #page_get_started #header_content{
    background-color: rgba(0, 0, 0, 0) !important;
}

#page_volunteer_home #erec_wrapper, #page_get_started #erec_wrapper{
    margin-top: -100px;
}

.hdr_style_1 {
    position: absolute;
}

.temp-class {
    background: rgba(255,0,0,0.3) !important;
}

.view-container {
    position: relative;
    margin-bottom: 0; /* 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 #hdr_brand img {
    width: 225px;
    padding: 20px 0;
}

.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.3em;
}

/*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 */
/*.btn-link{*/
/*    color: #fff;*/
/*}*/

#feedNavContainer{
    position: relative;
    text-align: right;
    bottom: 40px;
    right: 10px;
    z-index: 10;
    color: #fff;
}

#success-stories .owl-next{
    background: none;
    border: none;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    z-index: 10;
}

#success-stories .owl-prev{
    background: none;
    border: none;
    font-size: 1.2em;
    letter-spacing: 0.5px;
    z-index: 10;
}

#success-stories .btn-link:hover, #success-stories .btn-link:hover {
    background: none;
    color: #fff;
}
#success-stories .owl-prev:hover .btn-link2, #success-stories .owl-next:hover .btn-link2{
    color: #fff;
}
#success-stories .owl-prev:focus, #success-stories .owl-next:focus{
    outline: none;
}

#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 {
    position: absolute;
    padding: 5px 0 15px 15%;
    height: 550px;
    color: #FFF;
    z-index: 1;
}

#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 *******************/
.jrbtn{
    padding: 20px 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-radius: 5px;
    border-width: 1px;
    border-color: rgba(255,255,255,0);
    border-style: solid;
    background: #ea1e25;
    color: #ffffff;
}

.become-vol{
    min-height:100%;
    background-color: #ebebeb;
    position: relative;
    height: 450px;
    /*background-color: rgba(243, 149, 32, 0.71);*/
}

.become-vol-text{
    text-align: center;
    position: relative;
    font-size: 1.3em;
    top: 26%;
    margin: 0 auto;
}

.become-vol-text h1 {
    color: #fff;
    margin-bottom: 20px;
}

.become-vol-text p{
    color: #fff;
    margin-bottom: 20px;
}

.jrbtn2{
    padding: 6px 29px;
    border-radius: 100px;
    border-width: 1px;
    border-color: rgba(255,255,255,0);
    border-style: solid;
    background: #fff;
    color: #f39520;
}

.fyf{
    min-height: 520px;
    background: rgba(2, 156, 73, 0.71);
}

/*Landing Page*/
.hero-image {
    height: 900px;
    padding: 50px 0 0;
    background: url(https://lacity.samaritan.com/custom/1411/images/COLA_Hero.jpg) center center / cover;
}

.bubble .header-text{
    color: #FFF;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    margin: 40px 0 0;
    line-height: 0.8;
}
.bubble div p {
    color: #FFF;
    font-family: "Titling Gothic FB Comp Med", Helvetica, sans-serif;
}
.hero-content {
    margin-top: 30px;
    max-width: 675px;
    font-size: 1.2em;
}
.hero-content a, .hero-content a:visited{
    color: #fff;
}

.hero-content a:hover{
    color: #00ACD8;
}

.hero-btn {
    position: absolute;
    margin-left: 20px;
    top: 450px;
    z-index: 1;
}
.section-divider-rider2 {
    background: url(https://lacity.samaritan.com/custom/1411/images/section-divider.svg) center center / cover;
    position: absolute;
    top: 329px;
    height: 600px;
    width: 100%;
    z-index: 0;
}
/*.landing-middle-section {*/
/*    height: 100px;*/
/*}*/
.middle-btn-placeholder {
    margin-top: -200px;
    z-index: 1;
}
.main-landing-btn-blue {
    background-image: url(../images/bx-1.svg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 7px;
}
.main-landing-btn-blue2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bx-2.svg);
    border-radius: 7px;
}
.main-landing-btn-purple {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bx-3.svg);
    border-radius: 7px;
}
.btn-landBtnOne {
    background-color: #183560;
    box-shadow: 0 20px 55px #005070;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 40px;
}
.btn-landBtnTwo {
    background-color: #05b7e0;
    box-shadow: 0 20px 55px #005070;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 40px;
}
.btn-landBtnThree {
    background-color: #a366b2;
    box-shadow: 0 20px 55px #005070;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 40px;
}
.btn-landBtnOne:hover {
    color: #FFF;
}

.main-landing-btn h3 {
    color: #FFF;
}
.main-landing-btn p {
    color: #FFF;
}
.main-landing-btn-hover:focus, .main-landing-btn-hover:hover {
    transform: scale(1.015);
    box-shadow: 0 10px 35px rgba(0,0,0,.15);
    color: #333;
}
.landing-page-btn-container {
    background-color: #fcfcfc;
    margin-bottom: -20px;
    padding-top: 60px;
    padding-bottom: 60px;
}
.la-btn {
    background-color: #af6bbf;
    height: 60px;
    width: 234px;
    border: none;
    transform-origin: 0 0;
    transform: skew(-20deg);
}
.skew-correction {
    z-index: 99999;
    transform: skew(20deg);
    padding-bottom: 0px;
    margin-bottom: 0px;
}

a button.la-btn {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
a button.la-btn {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}



/*Footer*/

/*NOTE THIS IS FOR THE DEFAULT TEMPLATE PLEASE DELETE IF NOT USED*/
#client_footer{
    background: #0F2940;
    padding: 5.875rem 0 3rem;
    display: -ms-flexbox;
    display: grid;
    justify-content: space-evenly;
    grid-column-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(305px,1fr));
}

.social-link {
    color: #8993a6 !important;
    cursor: pointer;
    font-size: 0.8rem;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
}

.social-link:hover {
    color: #00aced !important;
}

.footer-copyright{
    color: #8993a6;
    font-size: 0.8rem;
}

.social-divider {
    color: #8993a6;
}

.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: #999999;
    background: #fff;
    text-decoration: none;
}

.client_footer_mid a {

}

.client_footer_right a:hover {
    color: #6e6e6e;
}

.samaritan-footer {
    background-color: #0f2940 !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: #0f2940 !important;
}

.poClass{
    min-width: fit-content;
}

.poContact-table tr{
    padding: 10px 0;
}

/********get Started**********/
#get-started{
    background: url(https://lacity.samaritan.com/custom/1411/images/COLA_Hero.jpg) center center / cover;
    padding-top: 100px;
}

#get-started a{
    color: #fff;
}

#get-started .h-font{
    font-family: 'Oswald', sans-serif;
}

#get-started .headline-area{
    text-align: center;
    color: #fff;
    background-color: #00000052;
    padding: 5px 20px;
    border-radius: 5px;
    backdrop-filter: blur(15px);
}

#get-started .headline-area .hero-text{
    text-align: left;
}

#get-started .headline-area h1{
    letter-spacing: 1px;
}

#get-started .headline-area h2{
    margin: 0 0 30px;
    text-transform: uppercase;
    color: #5be8ff;
}

#get-started .vol-type{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    color: #fff;
}

#get-started .vol-type > div{
    position: relative;
    width: calc(33% - 20px);
    border-radius: 5px;
    margin: 50px 10px;
}

#get-started .vol-type a{
    text-decoration: none;
    color: #000;
}

#get-started .vol-type a:hover, #get-started .vol-type a:active{
    color: #000
}

#get-started .vol-type div > div{
    padding: 20px 10px;
    height: 100%;
    width: 100%;
    cursor: pointer
}

#get-started .vol-general{
    background: rgba(24, 53, 96, 0.85);
    backdrop-filter: blur(2px);
}

#get-started .vol-general:hover{
    background: rgb(24, 53, 96);
    transform: scale(1.015);
}

#get-started .vol-dswv{
    background: rgba(5, 183, 224, 0.85);
    backdrop-filter: blur(2px);
}

#get-started .vol-dswv:hover{
    background: rgb(5, 183, 224);
    transform: scale(1.015);
}

#get-started .vol-medical{
    background: rgba(163, 102, 178, 0.85);
    backdrop-filter: blur(2px);
}

#get-started .vol-medical:hover {
    background: rgb(163, 102, 178);
    transform: scale(1.015);
}

#get-started .vol-type p{
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
}


/***************vol dashboard**********/
.rtn-onboarding-section{
    border-radius: 5px;
    background-color: #D9EDF7;
    border-color: #c4ecf6;
    width: 100%;
    margin: 20px 0;
    padding: 20px 10px;
}

#account-lv-dashboard{
    padding: 0 0 15px;
    color: rgb(24, 53, 96);;
}

#account-lv-dashboard .dash-btn-link{
    display: flex;
    flex-direction: column;
}

.dash-btn-link div{
    cursor: pointer;
    color: #fff;
    background-color: rgb(24, 53, 96);
    border: 1px solid #eee;
    font-weight: bold;
    border-radius: 5px;
}

.dash-btn-link div:hover{
    color: #fff;
    background-color: rgb(18, 39, 73);
}

#account-lv-dashboard .info-container{
    border: 2px solid rgb(24, 53, 96);
    border-radius: 5px;
    padding: 0;
}

#account-lv-dashboard .account-type-banner{
    color: rgb(24, 53, 96);
    font-size: 0.8rem;
}

#account-lv-dashboard .current-account-type p{
    margin: 0;
}

#account-lv-dashboard .required-steps-container .account-type i{
    color: green;
    font-size: 34px;
}

#account-lv-dashboard .current-account-type .account-type-name{
    font-weight: bold;
    font-size: 1.5rem;
}

#account-lv-dashboard .current-account-type .account-type-upgrade{
    cursor: pointer;
    color: #fff;
    font-size: 0.8rem;
    background-color: rgb(24, 53, 96);
    margin: 5px 0 0 20px;
    padding: 3px 15px;
    border-radius: 50px;
}

#account-lv-dashboard .current-account-type .account-type-upgrade:hover{
    background-color: rgb(18, 39, 73);
}

#account-lv-dashboard .account-type{
    border: 1px solid #eee;
    background-color: rgba(137, 147, 166, 0.15);
    border-radius: 5px;
    margin: 5px;
    padding: 10px;
}

#account-lv-dashboard .account-type .account-type-upgrade-name{
    margin: 0;
    font-size: 1.2rem;
    font-weight: bold;
    float: left;
}

#account-lv-dashboard .account-type .more-info{
    font-size: 0.8rem;
    margin: 7px 0 2px 15px;
    text-decoration: underline;
    float: left;
    cursor: pointer;
}

/*#account-lv-dashboard .info-container .reonboard-step{*/
/*    padding: 20px 10px;*/
/*    border: 1px solid #dedede;*/
/*}*/

#account-lv-dashboard .info-container .reonboard-step-view .account-type p{
    font-weight: bold;
    margin: 5px 0 0 0;
}

/***************FAQ*******************/
#faq {
    margin-bottom: 50px
}

#faq .faq-title{
    background: #0F2940;
    color: #fff;
    padding: 5px 20px;
}

#faq .faq-title{
    margin: 30px 0 0;
}

#faq .qa-section{
    padding: 30px;
    background: #efefef;
}

/***************Form*******************/

.form-not-logged-in-msg{
    border: 1px solid #bce8f1;
    background-color: #D9EDF7;
    border-radius: 5px;
    max-width: 600px;
    min-width: 300px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

.form-not-logged-in-msg h2{
    font-size: 1.4rem;
}

.form-not-logged-in-msg a{
    color: #0F2940;
}

/********Upgrade Account Modal*********/
.modal-body .modal-upgrade-heading{
    text-align: center;
    font-size: 1.2rem;
}

.modal-body .modal-upgrade-subtext{
    font-size: 0.8rem;
    padding: 10px 30px 0;
}

/***************MISC*******************/
#page_volunteer_registration > div.modal.ng-scope.ng-isolate-scope.in > div > div > div.modal-body.ng-scope > div.form-group.label-well{
    /*Removes group leader checkbox from edit group modal*/
    display: none;
}

#page_volunteer_profile > div.modal.ng-scope.ng-isolate-scope.in > div > div > div.modal-body.ng-scope > div.form-group.label-well{
    /*Removes group leader checkbox from edit group modal*/
    display: none
}

.btn-primary, .btn-primary:focus {
    background-color: rgb(24, 53, 96);
    border-color: rgb(18, 39, 73);
}

.btn-primary:hover {
    background-color: rgb(18, 39, 73);
}

.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;
}

