@charset "utf-8";
/* Page Styling */
#SpContent_Container { padding: 0; }
#CustomPageBody { padding: 35px 15px 15px; overflow-x: hidden; }

/* Background Image */
#SpTitleBar {
    background-image: url(//cdn.ymaws.com/nysavt.site-ym.com/resource/resmgr/standardpages/1000x300.png);
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-shadow: 0 3px 4px rgba(0,0,0,0.35);
    line-height: normal;
    height: 180px;
    padding: 15px;
}

/* General Styles */
.col-5 {
    float: left;
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
}
.sm-text {
    color: #999;
    font-size: 13px;
}
.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;
}
.formbutton.border-btn { 
    color: #00355f !important; 
    background: transparent; 
    border: 2px solid #00355f; 
}
.formbutton.border-btn:hover { 
    color: #fff !important; 
    background: #00355f; 
    border-color: #00355f; 
}
.padding-top-0 {
    padding-top: 0 !important;
}
.padding-bottom-10 {
    padding-bottom: 10px !important;
}
/* 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; 
}
.section-link {
    text-align: center;
}
/* Background Colors */
.bg-grey {
    background-color: #f7f7f7;
}
.bg-accent {
    background-color: #00355f;
}
.bg-gradient {
    background: linear-gradient(to right,#00355f 0%,#e67d00 100%);
}



/*********** Standard Page 1 *************/
/* Overall Members Styling */
.members-section h2 { margin-bottom: 25px; }
.sm-text { color: #999; font-size: 13px; font-style: italic; font-weight: bold; }
    
/* Featured Members */
#executive-members { margin-bottom: 45px; }
.featured-member { border-bottom: 2px solid #eee; padding-bottom: 25px; margin-bottom: 25px; }
.featured-member:last-child { border-bottom: 0; padding-bottom: 0; margin-bottom: 0; }
.fm-img img { width: 100%; max-width: 200px; border-radius: 100%; }
.fm-text h4 { margin-bottom: 5px; }
.fm-text .formbutton { padding: 10px 25px; margin-top: 5px; }

/* Bottom Members Columns */
.member-item { text-align: center; margin-bottom: 40px; }
.member-item img { width: 100%; max-width: 140px; border-radius: 100%; margin-bottom: 10px; }
.member-item h6 { font-size: 16px; margin-bottom: 5px; }



/*********** Standard Page 2 *************/
.benefits-info { padding: 40px 0; } 
.fe-img, .fe-text { margin-bottom: 30px; }
.text-box { background-color: #00355f; color: #fff; padding: 20px; margin-bottom: 30px; box-shadow: 6px 7px 4px rgb(0 0 0 / 10%); }
.text-box ul { margin: 0; }
.text-box li:last-child { margin-bottom: 0; padding-bottom: 0; }
.benefits-ctas { text-align: center; border-top: 2px solid #eee; padding: 40px 0 50px; }
.benefits-ctas h2 { margin-bottom: 20px; }
.benefits-info .center-text { text-align: center; }
.benefits-info .fe-text .formbutton.one { margin-right: 15px; }
.sp-cta-col .formbutton { width: 100%; }



/*********** Standard Page 3 *************/
.color-box { background-color: #00355f; padding: 20px; color: #fff; }
.color-box h4 { color: #fff !important; margin: 15px 0 5px; }
.color-box a { color: #fff; }
.articles-ctas { margin-top: 40px; text-align: center; }
.articles-ctas h2 { margin-bottom: 25px; }





/*********** Media Queries *************/
@media (max-width: 1199px) {
    
}
		
@media (max-width: 991px) {
    
}

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

@media (max-width: 767px) {
    /* Background Image */
    #SpTitleBar {
        font-size: 28px;
        text-align: center;
        height: 120px;
    }
    /* General */
    .col-5 {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-margins {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /* Section Styles */
    .sp-content-out {
        padding: 40px 0;
    }
    
    /* Standard Page 1 */
    #executive-members { padding-bottom: 40px; margin-bottom: 30px; }
    .members-section { border-bottom: 2px solid #eee; margin-bottom: 30px; }
    .members-section:last-child { border-bottom: none; margin-bottom: 0; }
    .members-section h2 { text-align: center; }
    .featured-member { text-align: center; border-bottom: 0; padding-bottom: 0; margin-bottom: 45px; }
    .fm-img img { max-width: 180px; margin: 0 auto 10px; }
    
    /* Standard Page 2 */
    .sp-cta-col { max-width: 300px; margin: 0 auto 45px; }
    .sp-cta-col:last-child { margin-bottom: 0; }
    .benefits-info .fe-text { text-align: center; }
    .text-box ul { display: inline-block; }
    
    /* Standard Page 3 */
    .art-cta { margin-bottom: 30px; }
    .art-cta:last-child { margin-bottom: 0; }
    
}

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

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

