@charset "utf-8";
/* Page Styling */
/* Background Image */
#sp-main::before {
    background: none;
}

/* General Styles */
#CustomPageBody { padding: 15px;}
#SpSubHead { margin: 20px auto 10px;}
#SpTitleBar {
    background: linear-gradient(to right bottom, #79b1e6, #0db9da, #11c2bf, #19ca83, #97d649);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    font-size: 30px;
    height: auto;
    padding: 50px 15px;
    color: #ffffff;
}

#SpContent_Container { padding: 0px;}
#SpContent_Container .calloutbox {display: none;}
.addthis_toolbox { display: none;}
#CustomPageBody { padding: 15px;}
hr { border-top: 1px solid #ebebeb;}
.mtop-30 { margin-top: 30px;}
.col-5 { float: left; width: 20%; padding-left: 8px; padding-right: 8px;}
.sm-text { color: #999; font-size: 14px; font-style: italic; font-weight: bold;}
.no-margins {margin-left: 0 !important;margin-right: 0 !important;}
.flex-row {display: -webkit-box;display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.formbutton { display: inline-block;}


/* Section Styles */
.sp-content-out {
    padding: 50px 0;
}
.section-header {
    margin-bottom: 20px;
}
.border-top .section-header { 
    border-top: 1px solid #ddd; 
    padding-top: 40px; 
}


/*********** PAGE 1 / Event Listings *************/
    
.featured-event { border-bottom: 2px solid #eee; padding-bottom: 40px; margin-bottom: 30px;}    
.event-info { margin-bottom: 15px; padding-left: 0;}
.event-info li { color: #999; font-size: 13px; font-weight: bold; font-style: italic; line-height: 12px; display: inline-block; padding-right: 8px; margin-right: 5px;border-right: 2px solid #ddd;}
.event-info li:last-child { border-right: none; padding-right: 0; margin-right: 0;}
.event-item { background-color: #f7f7f7; padding: 15px; margin-bottom: 15px;border-radius: 20px;} 


/*********** PAGE 2 / Committees *************/
/* List/Rows */
.committees-list { padding: 40px 0; }
.committees-intro p { font-size: 18px; }
.list-item { border-bottom: 2px solid #eee; padding-bottom: 35px; margin-bottom: 35px; }
.list-item:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.eventl-desc { padding-left: 5%; }


/*********** PAGE 3 / Articles *************/
.color-box {    
    background-color: #ebf6ff;
    padding: 20px;
    color: #000000;
    border-radius: 30px;}
.color-box h4 { color: #000 !important; margin: 15px 0 5px; }
.color-box a { color: #0368b2; }
.articles-ctas { margin: 40px 0; text-align: center; }
.articles-ctas h2 { margin-bottom: 25px; }


/*********** PAGE 4 / Benefits *************/
.text-box { background-color: #ebf6ff; color: #000000; padding: 20px 22px 10px; margin-bottom: 30px; box-shadow: 6px 7px 4px rgb(0 0 0 / 10%); border-radius: 20px;}
.fe-img, .fe-text { margin-bottom: 30px;}
.benefits-ctas {text-align: center; border-top: 2px solid #eee; padding: 40px 0 50px;}
.benefits-ctas h5{ color: #575656; font-size: 20px; }




/*********** Media Queries *************/
@media (max-width: 1199px) {
    .about-desc { padding-top: 10px; }
}
		
@media (max-width: 991px) {
    
}

@media (max-width: 959px) {
    
}

@media (max-width: 767px) {
    /* General */
    .col-5 {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-margins {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    #SpTitleBar {text-align: center;}
    
    /* Section Styles */
    .sp-content-out {
        padding: 40px 0;
    }
    
    /* PAGE 1 / Event Listings */
    .featured-event {text-align: center;}
    .event-list {text-align: center;}
    .event-img img {margin:0 auto 20px;}
    .fe-img img {  margin: auto;}
    
    /* PAGE 2 / Committees */
    .eventl-desc { text-align: center; padding-left: 15px; margin-top: 15px; }
    .eventl-desc { padding-left: 15px; }
    
    /* PAGE 3 / Articles */
    .art-cta { margin-bottom: 30px; }
    .art-cta:last-child { margin-bottom: 0; }
    .articles-top {text-align: center;}
    .articles-middle {text-align: center;}
    
    /* PAGE 4 / Benefits */
    .fe-img, .fe-text {text-align: center;}
    .text-box li {text-align: left;}
    .fe-img img {margin: auto;}
    .benefits-ctas h5 {margin-top: 40px;}

    
}

@media (max-width: 600px) {
    
}

@media (max-width: 480px) {
    
}

