/**** Custom Recruiter Styles ****/
body a{
    color: #00664f;
}

:focus {
    outline-color: rgba(0, 102, 79, 0.2) !important;
    outline-style: solid !important;
    outline-width: 1px !important;
}

#erec_side_nav li.sub-nav-item {
    flex-direction: column;
}

#hdr_container{
    min-height: 90px;
}

#header_spacer{
    padding-top: 104px !important;
}

.hdr_style_1 #hdr_brand img {
    width: 350px;
}

.view-container {
    position: relative;
    margin-bottom: 0px; /* Set this to match the height of your footer */
}

#waiver-modal .close {
    display: none;
}

/*span.fa.fa-camera {*/
  /*margin-top: 15px;*/
  /*margin-left: 3px;*/
/*}*/

.search-highlight {
    background: #FFF !important;
}

.hdr_style_1{
    height: 104px;
    min-height: 104px;
}

.hdr_style_1 ul#hdr_nav_links{
    font-size: 1.3em;
}

.hdr_style_1 #hdr_brand {
    margin: 20px 0 0;
}

.hdr_style_1.scrolled #hdr_brand {
    margin: 20px 0 0;
}

.hdr_style_1.scrolled a.nav-link {
    height: 90px;
}

.subHeader p{
    position: relative;
    top: -30px;
    font-size: 1.3em;
    color: #18453b;
    font-family: "Gotham SSm A","Gotham SSm B",sans-serif;
}

.subHeader a{
    position: relative;
    font-weight: bold;
    color: #18453b;
    text-decoration: none;
}

.hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/Volunteer-hands.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 48vh;
    padding-top: 130px;
}

.lp-title{
    font-size: 2.3em;
    font-weight: bold;
    color: #18453b;
    background: #ffffff78;
    width: fit-content;
    margin: 15px auto;
    padding: 0 20px;
    border-radius: 10px;
    letter-spacing: 2px;
}

.socialSec{
    display: flex;
    justify-content: center;
    background-color: #6d6d6d;
    padding: 20px 0;
}

.landing-btn-nav{
    margin-top: -80px
}

.btnLanding a{
    text-decoration: none;
    font-size: 1.9em;
    line-height: 2;
 }

#facts-at-a-glace .container{
    padding: 30px 0;
}

.factsContainer{
    display: flex;
}

.factsStats{
    margin: 30px 30px;
}

.factsStats .fact{
    padding: 20px 0;
    margin-bottom: 20px;
    font-weight: bolder;
    font-size: 2em;
    border-bottom: 1px solid #bbbbbb;
}

.landing-section-heading{
    background-color: #18453b;
}

#programs{
    text-align: center;
    color: #fff;
}

.hpPrograms{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hpProgram{
    border: 1px solid #8b8b8b;
    padding: 5px;
    margin: 10px;
    width: 23%;
    min-width: 200px;
    text-align: center;
}

.hpProgram:hover{
    background-color: rgba(24, 69, 59, 0.1);
}

.hpProgram a{
    text-decoration: none;
    color: #18453b;
    font-size: 1em;
    font-weight: 600;
}

.hpProgram img{
    width: 100%;
    margin-bottom: 5px;
}

/*Silder*/

/*NOTE THIS IS FOR THE DEFAULT TEMPLATE PLEASE DELETE IF NOT USED*/
/*.hot-image {
  position: relative;
    width: 100%;
    height: 100%;
}
.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-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 2px white;
    border-radius: 5px;
    font-size: 25px;
}
.btnLearnMore:hover {
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.btnHomeSearch {
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: solid 2px white;
  border-radius: 5px;
  font-size: 25px;
}
.btnHomeSearch:hover {
    background-color: rgba(0, 0, 0, 0.5) !important;
}*/


/*Footer*/

/*NOTE THIS IS FOR THE DEFAULT TEMPLATE PLEASE DELETE IF NOT USED*/
#client_footer{
    display: flex;
}

.clFtLinks{
    display: flex;
    flex-direction: column;
}

.clFtLinks li{
    float: left;
    padding: 0 10px;
    border-right: 1px solid #18453b;
    list-style: none;
    margin: 3px 0;
}


.clFtLinks li:last-child{
    border-right: none;
}

.clFt1 a{
    text-decoration: none;
    color: #18453b;
    font-size: 0.9em;
}

.clft2{
    /*border-top: 1px dotted black;*/
    color: #18453b;
    font-size: 0.8em;
}

.clft2 a{
    color: #4c7e00;
    font-weight: bold;
}

.social {
    width: 45px;
    height: 45px;
    padding-top: 5px;
    float: left;
    margin: 0 .5em;
    background-color: #fff;
    border-radius: 25px;
}
.social a {
  color: #6d6d6d;
    font-size: 24px;
    text-align: center;
    display: block;
    vertical-align: middle;
}
.samaritan-footer {
    background: #FFF !important;
    color: #000 !important;
}
.samaritan-footer a {
	color: #4c7e00 !important;
}

#clientRegister{
	border-radius: 0;
	color:white;
	padding:20px;
}

#clientRegister a{
	text-decoration: none;
	color:white;
}

/****************pre-application-info.html**********************/

.infoContainer{
    border: 1px solid #18453b;
    border-radius: 10px;
}

.infoHeader{
    color: #fff;
    background-color: #18453b;
    font-size: 1.5em;
    border: 1px solid #18453b;
    border-radius: 10px 10px 0 0;
    padding: 10px 0 10px 35px;
}

.infoContent{
    padding: 20px 35px;
}

.infoContent a, .infoContent a:hover, .infoContent a:visited{
    color: #4c7e00;
}

.btnInfo a {
    text-decoration: none;
    font-size: 1.3em;
    line-height: 1.5;
    margin: 10px auto;
    width: 25%;
    min-width: 200px;
}

.btnInfo a:hover{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
    font-weight: bolder;
}

.btnInfo a:focus{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.13);
    font-weight: bolder;
}

.btnInfo a:active{
    border: none;
    font-weight: bolder;
}

/****************programs.html**********************/

.filterRow{
    display: flex;
    background-color: #18453b;
    color: #fff;
    font-size: 1.5em;
    padding: 10px 10px;
}

.programHeader{
    font-size: 2.5em;
    text-align: center;
    color: #18453b;
}

.programs{
    display: flex;
    flex-wrap: wrap;
}

.programs div{
    background-color: #a1a1a1;
    margin: 10px;
    width: 31%;
    height: 300px;
}

.filterbtn{
    margin: 0 0 0 20px;
}

.filterbtn a{
    border: 1.5px solid #fff;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    text-decoration: none;
    padding: 0px 11px 5px;
}

.filterbtn a:visited{
    border: 1px solid #fff;
    border-right: 5px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    text-decoration: none;
}

.filterbtn a:hover{
    background-color: #fff;
    color: #18453b;
}

.filterbtn a:active{
    background-color: #fff;
    color: #18453b;
}

/****************contact.html**********************/

#contact-page .header{
     background: #18453b;
     color: #fff;
     font-size: 1.5em;
     padding: 5px 20px;
 }

#contact-page .introText{
    margin: 10px 20px;
}

#contact-page .header p{
    margin: 0;
}

#contact-page p{
    font-size: 1.2em;
}

#contact-page h3{
    color: #18453b;
    margin: 25px 20px;
}

#contact-page .contact{
    margin: 25px 50px;
}

#contact-page a{
    color: #4c7e00;
    font-size: 1.2em;
}
/****************application-fail.html**********************/
#app-fail a, #app-fail a:hover, #app-fail a:active, #app-fail a:visited{
    color: #4c7e00;

}

.rejectBtn, .rejectBtn:hover, .rejectBtn:active, .rejectBtn:visited{
    background: #18453b;
    color: #fff;
}

/****************process.html**********************/
#process h3, .question{
    color: #18453b;
    margin-bottom: 20px;
    font-size: 1.2em;
}

#process ul{
    margin-left: -20px;
}

#process .answer{
    padding-left: 5px;
    margin-bottom: 30px;
    margin-left: 10px;
}

#process a, #process a:hover, #process a:visited {
    color: #4c7e00;
}

/****************volunteer_faq.html**********************/

#faq h3, .question{
    color: #18453b;
    margin-bottom: 20px;
}

.faq-title{
    background: #18453b;
    color: #fff;
    padding: 5px 20px;
}

.qa-section{
    padding: 0 20px;
}

.question, .answer{
    margin-left: 30px;
}

.question{
    font-size: 1.2em;
    font-weight: bold;
}

.question p{
    margin-bottom: 5px;
}

.answer{
    padding-left: 5px;
    margin-bottom: 30px;
}

#faq a, #faq a:hover, #faq a:visited {
    color: #4c7e00;
}

/************Volunteer Menu*************/
.border-bottom-ng{
    border-bottom: 1px solid #eee;
}

.coordinating-county{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 0 20px 0;
}

.coordinating-county p{
    margin: 0;
}

#left-nav-contents .left-nav-links ul{
    padding-inline-start: 0;
    margin: 0;
}

#left-nav-contents .left-nav-links ul li{
    border-top: 1px solid #eee;
    padding: 10px 5px;
}
#left-nav-contents .left-nav-links ul li:hover{
    background-color: rgba(0, 79, 57, 0.04);
    cursor: pointer;
}

#left-nav-contents .left-nav-links ul li a{
    color: #004F39;
    text-decoration: none;
}

.custom-links{
    color: #004F39;
    border-top: 1px solid #eee;
}

.roster-links{
    border-bottom: 1px solid #eee;
}

.custom-links ul{
    padding-inline-start: 40px !important;
    list-style-type:none;
}

.custom-links ul li{
    border: none;
}

.custom-links .links-dd{
    cursor: pointer;
    padding: 10px 5px;
}

.custom-links .links-dd:hover{
    background-color: rgba(0, 79, 57, 0.04);
}

.emg-msg-board{
    margin-top: 1rem;
}

.roster-headline{
    margin: 5px 0;
    background-color: #E7ECEB;
    border: 1px solid #c0c7c5;
    padding: 15px 0;
    box-shadow: 2px 2px 5px 0 #ccc;
    border-radius: 4px;
}

.roster-inactive{
    margin: 10px 0;
    padding: 15px;
}

.roster-title{
    font-size: 1.4rem;
    font-weight: bold;
    color: #004F39;
    padding: 5px 20px 0 0;
}

.select-roster-dd{
    width: auto;
    font-weight: bold;
    padding: 6px 6px 5px 6px;
    border-radius: 5px;
    border: 2px solid #004F39;
}

.headline-unactive ul{
    list-style-type: none;
}
/****************Annual Dash**********************/
.annual-dash{
    color: #18453b;
    background-color: #fff;
    padding: 5px;
    border: 2px solid rgba(24, 69, 59, 0.25);
    border-radius: 5px;
}

.annual-dash .cert-complete{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.annual-dash .cert-complete i{
    color: #2b6f17;
    font-size: 2rem;
    margin-right: 10px;
    padding: 0
}

.annual-dash .annual-dash-row{
    background-color: rgba(24, 69, 59, 0.1);
    border-radius: 5px;
    margin: 3px 0;
    min-height: 46px;
    padding: 5px 15px;
}

.annual-dash .annual-dash-row.disabled {
    background-color: #eaeaea;
    color: #666;
    cursor: not-allowed;
}

.annual-dash ul{
    list-style-type: none;
    padding-left: 0;
}

.annual-dash ul{
    margin: 0;
}

.annual-dash i{
    padding-left: 5px;
    font-size: 1.2em;
    color: red;
}

/****************Record Summary*************/
#record-summary{
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#record-summary .print{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    background-color: #00664f;
    color: #fff;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%;
    cursor: pointer;
}

#record-summary h2{
    margin: 0;
    text-align: center;
}

#record-summary .summary-view{
    display: flex;
    justify-content: center;
}

#record-summary .record-summary-filter{
    display: flex;
    justify-content: center;
}

#record-summary .record-summary-filter button{
   margin: 10px 0;
}

#record-summary .summary-view > div{
    border: 1px solid #ccc;
    margin: 0 1rem;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 5px 5px 20px 0 #ccc;
}
#record-summary .summary-view > div > p{
    margin: 0 0 5px;
    font-weight: bold;
}

#record-summary .summary-view > div > ul{
    padding-left: 25px;
}

#record-summary .summary-view > div > ul > li{
    display: flex;
    justify-content: space-between;
}

#record-summary .summary-view > div > ul > li > span:first-child{
    margin-right: 3rem;
}

#record-summary .record-detailed-list{
    padding: 5px 15px;
    margin: 0 !important
}

#record-summary .record-detailed-list:nth-child(even){
    background-color: #dadada;
}

@media print{
    #record-summary .print{
        display: none;
    }
    #record-summary .record-summary-filter{
        display: none;
    }
}

/****************MISC**********************/

.nav-tabs>li>a {
    text-decoration: none;
}

.result-summary{
    display: none;
}

.formBtn{
    margin-top: 1rem;
}

.formBtn .formElems-container{
    display: flex;
    justify-content: center;
}

opp-place-refer-list a.global-opp-search{
    display: none;
}

.wavBTN{
    padding: 6px 20px;
}

.rejectBtn{
    background: #18453b;
    color: #fff;
    width: 200px;
    margin: 0 auto;
    font-size: 1.4em;
    text-decoration: none;
}

.flexCenter:first-child{
    display: flex;
    justify-content: center;
}

.ob-step-number{
    display: none;
}

.login-opp-search{
    display: none;
}

.btn-primary{
    text-decoration: none;
    background-color: #18453b !important;
    color: #fff !important;
    border: 2px solid #18453b !important;
}

.btn-primary:hover{
    text-decoration: none;
    background-color: #00664f !important;
    color: #fff !important;
    border: 2px solid #00664f !important;
}

.msuBtn a{
    background-color: #18453b;
    color: #fff;
    border: none;
    border: 2px solid #18453b;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 5px;
    text-decoration: none;
}

.msuBtn a:hover, .msuBtn a:active{
    background-color: #00664f;
    border: none;
    border: 2px solid #00664f;
}


msuBkColor{
    background-color: #f1f1f1;
}

.alert-info {
    color: #18453b;
    background-color: #E7ECEB;
    border-color: rgba(24, 69, 59, 0.25);
}

.ob-step-active{
    background-color: rgba(24, 69, 59, 0.1);
    border-color: rgba(24, 69, 59, 0.25);
}
