@charset "utf-8";
/* Page Break Styling */
#sp-main { width: 100%; padding-left: 0; padding-right: 0; margin-top: 120px; }
#sp-main::before { display: none; }
#sp-main>.row { margin-left: 0 !important; margin-right: 0 !important; }
#sp-main #left { padding: 0 !important; margin-top: 0 !important; }
#SpSubHead { display: none; }
#SpContent_Container { padding: 0; }
#SpContent_Container>.calloutbox { display: none; }
#CustomPageBody { overflow: hidden; }
#sectionPageBody { padding: 0; }
.bottomcontentarea-out { display: none; }

/* General Styles */
.col-5 {
    float: left;
    width: 20%;
    padding-left: 8px;
    padding-right: 8px;
}
.sm-text {
    color: #999;
    font-size: 13px;
}
.accent-line {
    border-top: 3px solid #57c4e6;
    width: 60px;
    margin: 0 0 15px;
}
.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: #57c4e6 !important; 
    background: transparent; 
    border: 2px solid #57c4e6; 
}
.formbutton.border-btn:hover { 
    color: #fff !important; 
    background: #57c4e6; 
    border-color: #57c4e6; 
}
.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-blue {
    background-color: #57c4e6;
}
.bg-gradient {
    background: linear-gradient(to right,#57c4e6 0%,#eb5e28 100%);
}
/* Hero Image */
.sp-hero-out {
    position: relative;
    overflow: hidden;
}
.sp-hero-out .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sp-hero-content {
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.3);
}
.sp-hero-content h1 {
    color: #fff;
    margin: 0;
    font-weight: bold;
}
.sp-hero-content .formbutton {
    text-shadow: none;
    margin-top: 20px;
}
.sp-hero-content .hero-links {
    list-style: none;
    padding-left: 0;
    margin: 10px 0 0;
}
.sp-hero-content .hero-links li {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #fff;
    margin-top: 10px;
}
.sp-hero-content .hero-links li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}
.sp-hero-content .hero-links a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.sp-hero-content .hero-links a:hover {
		opacity: 0.6;
}
/* Navigation Bar */
.sp-nav-out {
    text-align: center;
    background-color: #57c4e6;
    padding: 10px 0;
}
.sp-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.sp-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}
.sp-nav li:last-child {
    margin-right: 0;
}
.sp-nav a {
    color: #fff;
    font-size: 18px;
    text-decoration: none !important;
    line-height: 25px;
}
.sp-nav a:hover {
    opacity: 0.7;
}
.fixed-nav {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: 0.5s;
}
/* Accordion Styles */
.panel-group {
    margin-bottom: 0;
}
.panel-group .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 5px !important;
}
.panel-default>.panel-heading {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}
.panel-title a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    background-color: #444;
    padding: 12px 40px 12px 20px;
    display: block;
    position: relative;
}
.panel-title a.collapsed {
    background-color: #57c4e6;
}
.panel-title a.collapsed:hover {
    background-color: #444;
}
.panel-title a::after {
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.7;
}
.panel-title a.collapsed::after {
    content: "\f054";
}
/* Featured Content */
.spFeatured-out.border-top {
    border-top: 5px solid #fff;
}
.featured-left {
    padding: 0 !important;
}
.featured-video iframe {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
}
.featured-img img {
		position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
}
.featured-right {
    padding: 60px 4% 80px;
    min-height: 400px;
}
.featured-text .formbutton {
    margin-top: 15px;
}
/* Content Boxes */
.cb-left {
    padding-right: 2%;
}
.cb-right {
    padding-left: 2%;
}
.cb-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15);
    box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15);
}
.cb-text {
    background-color: #fff;
    padding: 25px 20px 80px !important;
    min-height: 355px;
    position: relative;
}
.cb-text h5 {
    margin: 0 0 15px;
}
.cb-text .formbutton {
    position: absolute;
    left: 20px;
    bottom: 40px;
}
.cb-img {
    position: relative;
    padding: 0 !important;
}
.cb-img img {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    object-fit: cover;
}
/* Text Boxes */
.text-box {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15);
    box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15);
    padding: 25px 15px;
}
.text-box .formbutton {
    margin-top: 10px;
}
/* Become Member */
.bmem-info {
    margin-top: 20px;
}



/*********** Custom Page 1 *************/
/* Top Links */
#memberListing3-links { background-color: #57c4e6; padding: 40px 0; }
.quicklinkul { padding: 0; list-style: none; margin-bottom: 0; }
.quicklinkul li { border-bottom: 1px solid #ffffff; }
.quicklinkul li a { color: #fff; font-weight: 600; text-transform: uppercase; display: block; padding: 10px; position: relative; }
.quicklinkul li a:hover { background-color: rgba(255,255,255,0.15); }
.quicklinkul li a:after { content: "\e072"; -moz-osx-font-smoothing: grayscale; font-family: "Glyphicons Halflings"; font-style: normal; font-weight: 400; line-height: 1; position: absolute; right: 10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* Lists */
#memberListing3-list { padding-bottom: 0; }
.membListing-intro { margin-bottom: 50px; }
.membListing-item { max-width: 550px; margin: 0 auto 50px; }
.membListing-item h4 { position: relative; padding-left: 40px; margin-bottom: 15px; }
.membListing-item i { position: absolute; left: 0; top: 0; }

/* CTA Bar */
#memberListing3-bar { color: #fff; padding: 40px 0; }
#memberListing3-bar h1 { color: #fff; margin: 10px 0; }
.lrnmorebtn { float: right; color: #fff; font-size: 20px; text-transform: uppercase; display: inline-block; margin-top: 15px; }
.lrnmorebtn i { margin-left: 5px; }
.lrnmorebtn:hover { opacity: 0.6; }

/* Pricing Boxes */
#memberListing3-pricing .section-header { margin-bottom: 35px; }
.memblist3-pricing { list-style: none; padding-left: 0; border: 1px solid #aaa; max-width: 500px; margin: 0 auto 50px; }
.membPricing-header { background-color: #57c4e6; padding: 25px 0; }
.membPricing-header h4 { color: #fff; margin: 0; }
.memblist3-pricing li { padding: 25px 0; border-bottom: 1px solid #aaa; }
.memblist3-pricing li:last-child { border-bottom: none; }
.memblist3-pricing li p { margin-bottom: 0; }
.membPricing-btn { padding: 0 !important; }
.membPricing-btn .formbutton { font-size: 20px; width: 100%; padding: 25px 10px; }



/*********** Custom Page 2 *************/
/* Mission/Purpose Section */
#about-intro i { color: #333; font-size: 30px; margin-bottom: 10px; }
.about-left { padding-right: 5%; border-right: 2px solid #f1f1f1; }
.about-right { padding-left: 5%; }

/* Board Members/Staff Sections */
#about-boardMembers, #about-boardStaff { padding-bottom: 20px; }
#about-boardMembers .section-header, #about-boardStaff .section-header { margin-bottom: 40px; }
.member-item { margin-bottom: 40px; }
.member-item img { border-radius: 100%; margin-bottom: 15px; }
.member-item h6 { margin: 0 0 5px; }

/* Icons */
#about-icons { padding-bottom: 20px; }
#about-icons .section-header { margin-bottom: 35px; }
.icon-item { margin-bottom: 40px; }
.icon-item i { font-size: 40px; margin: 10px 0 20px; }

/* Staff */
#about-boardStaff { padding-bottom: 20px; }
.staff-item { margin-bottom: 40px; }

/* Awards */
#about-awards { padding-bottom: 20px; }
#about-awards .section-header { margin-bottom: 40px; }
.award-item { margin-bottom: 40px; }
.award-item i { font-size: 44px; margin-bottom: 10px; }

/* Donation */
#about-donation { padding-bottom: 30px; }
#about-donation .section-header { text-align: center; margin-bottom: 30px; }




/*********** Custom Page 3 *************/
#board-list { text-align: center; }
.bmem-item { position: relative; height: 210px; width: 210px; display: inline-block; vertical-align: middle; margin: 0 8px 30px; border-radius: 100%; overflow: hidden; }
.bmem-item:before { background-color: rgba(0,0,0,0); content: ''; position: absolute; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; -webkit-transition: 0.4s ease; -o-transition: 0.4s ease; transition: 0.4s ease; }
.bmem-item:hover:before { background-color: rgba(0,0,0,0.6); }
.bmem-img img { position: absolute; top: 0; height: 100%; left: 0; width: 100%; object-fit: cover; }
.bmem-desc { color: #fff; font-size: 14px; padding: 0 10px; position: absolute; left: 0; width: 100%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: all 200ms linear 0s; -moz-transition: all 200ms linear 0s; -ms-transition: all 200ms linear 0s; -o-transition: all 200ms linear 0s; transition: all 200ms linear 0s; opacity: 0; z-index: 2; }
.bmem-desc h4 { color: #fff; font-size: 16px; line-height: normal;}
.bmem-desc h4 span { font-size: 14px; font-weight: normal; }
.bmem-desc a { color: #fff; }
.bmem-desc a:hover { text-decoration: underline; }
.bmem-desc .more-link { font-size: 13px; font-weight: bold; }
.bmem-desc .more-link i { margin-left: 5px; }
.bmem-item:hover .bmem-desc { opacity: 1; }



/*********** Custom Page 4 *************/
/* Board Members */
.members-section h2 { margin-bottom: 20px; }
.headshot-item { padding: 0 15px; max-width: 300px; margin: 0 auto 30px; }
.headshot-img { margin-bottom: 15px; }

/* Dropdown Bios */
.bio  { background: #f7f7f7; padding: 20px; margin: 30px 0 35px; position: relative; }
.bioContent h2 { margin-top: 0; }
.close { position: absolute; right: 16px; z-index: 100; font-size: 12px; text-decoration: underline; }
.close:hover { color:#222; text-decoration: underline; }

/* Staff List */
.staff-row { border-bottom: 1px dashed #aaa; padding: 50px 0; }	
.staff-row:nth-child(2) { padding-top: 0; }
.staff-row:last-child { border-bottom: none; padding-bottom: 0; }



/*********** Custom Page 5 *************/
/* Bio */
.staff-img { float: left; width: 220px; margin: 0 15px 10px 0; }
.staff-name { font-weight: bold; margin: 0 0 10px; }
.staff-title { font-weight: bold; font-style: italic; display: block;}



/*********** Custom Page 6 *************/
/* List */
.eventList-item { margin-bottom: 50px; }
.eventList-item:last-child { margin-bottom: 0; }
.eventl-desc { padding-left: 3%; }



/*********** Custom Page 7 *************/
/* Video Section */
.video-left h2 { margin-bottom: 10px; font-size: 47px; }

/* Testimonial Carousel */
#spTestimonialSlider h2 { color: #fff; }
#spTestimonialSlider { padding: 0 5%; color: #fff; }
#spTestimonialSlider h6 { color: #fff; font-style: italic; line-height: 1.5; margin-bottom: 0; }
#spTestimonialSlider .carousel-control { color: #fff; width: 5%; background-image: none !important; }
#spTestimonialSlider .carousel-control i { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#spTestimonialSlider .left.carousel-control i { left: 0; }
#spTestimonialSlider .right.carousel-control i { right: 0; }

/* Price Rows */
.price-row { border: 1px solid #343f49; background-color: #fff; text-align: center; margin-top: 20px; }
.row-date { font-size: 17px; font-weight: bold; text-transform: uppercase; padding: 20px; }
.row-date:before { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 13px solid #fff; content: ""; position: absolute; top: 50%; transform: translateY(-50%); width: 0; right: -13px; z-index: 2; }
.row-title { color: #fff; background-color: #57c4e6; font-size: 15px; text-transform: uppercase; padding: 20px; }
.row-desc { font-size: 15px; text-align: center; line-height: normal; padding: 15px 20px; color: #fff; background-color: #252422; }
.row-desc:before { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 13px solid #252422; content: ""; position: absolute; top: 50%; transform: translateY(-50%); width: 0; right: -13px; z-index: 2; }
.row-price { padding: 20px; font-weight: bold; font-size: 20px; }
.row-btn { padding: 13px 20px; border-left: 1px solid #343f49; }
.row-btn .formbutton { padding: 10px 10px; width: 100%; }

/* Speakers */
.event-speaker-desc .formbutton { margin-top: 10px; }

/* Sponsors Carousel */
#spSponsorSlider { padding-bottom: 25px; }
#spSponsorSlider .carousel-indicators { bottom: 0; margin-bottom: 0; }
#spSponsorSlider .carousel-indicators li { background-color: #ccc; border: none; height: 10px !important; width: 10px !important; margin: 1px !important; }
#spSponsorSlider .carousel-indicators li.active { background-color: #999; }
.sponsorCol { margin-bottom: 20px; }
.sponsorCol a { display: inline-block; }
.sponsorCol a:hover { opacity: 0.6; }



/*********** Custom Page 8 *************/
/* Featured */
#newsMain-featured { margin-top: 5px; }

/* Articles */
#newsMain-news { padding-bottom: 0; }
#newsMain-news .section-header { margin-bottom: 35px; }
.article-item { max-width: 400px; margin: 0 auto 50px; }
.article-item img { margin-bottom: 15px; }

/* Publications */
#newsMain-boxes { 
background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(//cdn.ymaws.com/epcnyc.site-ym.com/resource/resmgr/custompages/2000x500.png); 
background-size: cover; 
background-position: center; 
}
#newsMain-boxes .section-header { color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,.4); margin-bottom: 30px; }
.content-box { text-align: center; background-color: rgba(255, 255, 255, 0.9); -webkit-box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15); box-shadow: 0 0px 15px 0px rgba(52, 52, 52, 0.15); border-top: 5px solid #57c4e6; padding: 25px 15px; min-height: 170px; margin-bottom: 20px; }
.content-box h4 { font-weight: normal; }
.content-box .formbutton { margin-top: 5px; }

/* Supporters */
#newsMain-supporters { color: #fff; }
#newsMain-supporters a { color: #fff; }
#newsMain-supporters a:hover { opacity: 0.7; }
.supporters-intro .accent-line { border-color: #fff; margin: 0 auto 20px; }
.supporters-intro h2 { color: #fff; }
.img-columns { margin-top: 25px; }
.img-columns img { margin-bottom: 25px; }



/*********** Custom Page 9 *************/
/* Intro */
.resources1-intro { margin-bottom: 30px; }



/*********** Custom Page 10 *************/
/* Sponsors Section */
.sponsors-section { margin-bottom: 45px; }
.sponsors-section:last-child { margin-bottom: 0; }
.sponsors-section h2 { background-color: #f3f3f3; padding: 15px 10px; margin: 0 0 25px; }
.sponsor-row { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 2px solid #eee; }
.sponsor-row:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
.sponsor-img img { border: 1px solid #ddd; }
.sponsor-info p { line-height: normal; margin-bottom: 15px; word-break: break-all; }




/*********** Media Queries *************/
@media (max-width: 1199px) {
    /* Navigation Bar */
    .sp-nav li {
            margin-right: 20px;
    }
    .sp-nav a { 
            font-size: 15px; 
    }
}
		
@media (max-width: 991px) {
    
}

@media (max-width: 959px) {
    /* Featured Content */
    .featured-right {
        padding: 40px 5% 50px;
    }
}

@media (max-width: 767px) {
    /* General */
    #sp-main {
        margin-top: 0;
    }
    .col-5 {
        float: none;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .no-margins {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    /* Hero Image */
    .sp-hero-out img {
        height: 230px;
        width: auto;
        max-width: none;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .sp-hero-content .hero-links li {
        display: block;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
        margin-top: 5px;
    }
    .sp-hero-content .hero-links a {
        font-size: 15px;
    }
    /* Navigation Bar */
    #PageBody {
        margin-top: 0 !important;
    }
    .sp-nav li {
        display: block;
        margin: 0 0 6px;
    }
    .sp-nav a {
        display: block;
        background-color: rgba(255,255,255,0.15);
        padding: 11px 15px;
        line-height: normal;
    }
    .sp-nav a:hover {
        color: #fff;
        background-color: rgba(255,255,255,0.35);
    }
    .fixed-nav {
        position: initial;
    }
    /* Section Styles */
    .sp-content-out {
        padding: 40px 0;
    }
    /* Accordions Styles */
    .panel-title a {
        padding: 12px 30px 12px 10px;
    }
    .panel-title a::after {
        right: 10px;
    }
    /* Featured Content */
    .featured-left, .featured-right {
        width: 100%;
    }
    .featured-left {
        min-height: 230px;
    }
    .featured-right {
        padding: 25px 15px 50px;
        min-height: auto;
        border-left: none;
        border-top: 2px solid #fff;
    }
    /* Content Boxes */
    .cb-left {
        padding-right: 15px;
    }
    .cb-right {
        padding-left: 15px;
    }
    .cb-box {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .cb-text {
        padding: 25px 15px 30px !important;
    }
    .cb-text .formbutton {
        position: initial;
        margin-top: 15px;
    }
    /* Text Box */
    .spBox-col {
        min-height: auto !important;
        max-width: 600px;
        margin: 0 auto 30px;
    }
    .spBox-col:last-child {
        margin-bottom: 0;
    }
    /* Become Member */
    .bmem-info {
        margin: 0 0 35px;
    }
    
    /* Custom Page 1 */
    #memberListing3-bar { text-align: center; }
    .lrnmorebtn { float: none; font-size: 18px; margin-top: 10px; }
    
    /* Custom Page 2 */
    #about-intro { text-align: center; }
    #about-intro ul { display: inline-block; text-align: left; }
    .about-left { padding-right: 15px; border-right: none; margin-bottom: 40px; }
    .about-right { padding-left: 15px; }
    
    /* Custom Page 3 */
    
    /* Custom Page 4 */
    .members-section h2 { text-align: center; }
    .headshot-item { text-align: center; }
    .bioBTN { display: none; }
    .staff-row { text-align: center; }
    
    /* Custom Page 5 */
    .staff-img { float: none; width: 290px; margin: 0 0 15px; }
    
    /* Custom Page 6 */
    #eventlisting1-intro { text-align: center; }
    .eventl-desc { text-align: center; padding-left: 15px; margin-top: 15px; }
    
    /* Custom Page 7 */
    .video-left { margin-bottom: 25px; }
    .price-row { display: block; max-width: 500px; margin: 40px auto 0; }
    .row-btn { border-left: none; border-top: 1px solid #343f49; }
    .row-date:before, .row-desc:before { display: none; }
    .event-speaker-img { margin-bottom: 25px; }
    
    /* Custom Page 8 */
    
    /* Custom Page 9 */
    
    /* Custom Page 10 */
    .sponsor-img img { margin-bottom: 15px; }
}

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

@media (max-width: 480px) {
    /* Hero Image */
    .sp-hero-content h1 {
        font-size: 22px;
    }
    /* Content Boxes */
    .cb-box {
        display: block;
    }
    .cb-img {
            height: 250px;
        width: 100%;
        left: 0;
    }
    .cb-text {
        width: 100%;
        right: 0;
        min-height: auto;
    }
}

