@charset "utf-8";
/* Page Break Styling */
#sp-main { width: 100%; padding-left: 0; padding-right: 0; }
#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 #233e56;
    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: #233e56 !important; 
    background: transparent; 
    border: 2px solid #233e56; 
}
.formbutton.border-btn:hover { 
    color: #fff !important; 
    background: #233e56; 
    border-color: #233e56; 
}
.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: #233e56;
}
.bg-gradient {
    background: linear-gradient(to right,#233e56 0%,#db545a 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: #233e56;
    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: #233e56;
}
.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 *************/
/* 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 2 *************/
/* Boxes */
#memberListing2-boxes .text-box { margin-bottom: 20px; }

/* CTA Columns */
#memberListing2-ctas .section-header { margin-bottom: 35px; }
.ml2-cta { border-left: 2px solid #f6f6f6; padding: 0 20px; }
.ml2-cta:last-child { border-right: 2px solid #f6f6f6; }
.ml2-cta i { color: #233e56; font-size: 50px; margin-bottom: 10px; }

/* Featured Info */
#memberListing2-featured .featured-right { color: #fff; background-color: #233e56; }
#memberListing2-featured h2, #memberListing2-featured a { color: #fff; }



/*********** Custom Page 3 *************/
/* Top Links */
#memberListing3-links { background-color: #233e56; 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; color: #fff; }

/* 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: #233e56; 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 4 *************/
/* 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/reta.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 #233e56; 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 5 *************/
/* Intro */
.resources1-intro { margin-bottom: 30px; }



/*********** Custom Page 6 *************/
/* Accordions */
#FAQ-accordion1 .section-header { margin-bottom: 40px; }
.accordion-transparent.panel { border: none; border-top: 1px solid #ddd; box-shadow: none; margin-bottom: 15px !important; padding-bottom: 0; }
.panel-group .accordion-transparent.panel+.accordion-transparent .panel { margin-top: 0; border-radius: 0; }
.accordion-transparent .panel-title a { color: #233e56; line-height: 1.5; display: block; padding: 20px 20px 5px 0; background-color: transparent; position: relative; text-decoration: none !important; }
.accordion-transparent .panel-title a::after { top: 20px; transform: none; right: 0; }
.accordion-transparent .panel-title a.collapsed:hover{ color: #233e56 !important; background-color: transparent !important; }
.accordion-transparent .panel-title a.collapsed { color: #333333; background-color: transparent; }
.accordion-transparent .panel-body { padding: 0; border-top: none !Important; }



/*********** Custom Page 7 *************/
/* Icon Columns */
.spIcon-col { border-right: 2px solid #f1f1f1; padding-right: 2%; padding-left: 2%; margin-bottom: 40px; }
.spIcon-col:last-child { border-right: none; }
.spIcon-col i { color: #fff; font-size: 30px; line-height: 65px; height: 65px; width: 65px; background-color: #233e56; border-radius: 100%; margin-bottom: 10px; }



/*********** Custom Page 8 *************/
/* Left Column */
.program-left h4 { margin-top: 0; }

/* Right Column */
.program-right img { margin-bottom: 10px; }
.program-right .formbutton { width: 100%; margin-bottom: 10px; padding: 11px 10px; }
.quotewrap { text-align: center;  position: relative;  margin-top: 30px; }
.topquote { position: absolute; width: 100%; top: -22px; }
.topquote i { color: #233e56; font-size: 47px; }
.quotebox { color: #233e56; background: #eee ; border-radius: 17px; padding: 40px 15px; font-size: 14px; }
.quotename { color: #233e56; font-style: italic; font-size: 14px; padding: 10px 15px 0; }

/* Links */
#courseSingle-links .formbutton { margin-top: 10px; width: 100%; padding: 11px 35px 11px 15px; text-align: left; position: relative; }
#courseSingle-links .formbutton i { position: absolute; right: 15px; }

/* Sponsors */
.logo-col { margin-top: 15px; }



/*********** Custom Page 9 *************/
/* Icon Columns */
.generalUse4-col h5 i { margin-right: 5px; }
.generalUse4-col .formbutton { margin-top: 10px; }



/*********** Custom Page 10 *************/
/* 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: #233e56; 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: #777; }
.row-desc:before { border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 13px solid #777; 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; }




/*********** 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 */
    .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 */
    #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 2 */
    .ml2-cta { border-left: none; margin-bottom: 30px; }
    .ml2-cta:last-child { border-right: none; margin-bottom: 0; }
    
    /* Custom Page 3 */
    #memberListing3-bar { text-align: center; }
    .lrnmorebtn { float: none; font-size: 18px; margin-top: 10px; }
    
    /* Custom Page 4 */
    
    /* Custom Page 5 */
    
    /* Custom Page 6 */
    
    /* Custom Page 7 */
    .spIcon-col { border-right: none; padding: 0 15px; max-width: 600px; margin: 0 auto 40px; }
    
    /* Custom Page 8 */
    .program-right { max-width: 400px; margin: 40px auto 0; }
    
    /* Custom Page 9 */
    .generalUse4-col { text-align: center; margin-bottom: 40px; }
    .generalUse4-col:last-child { margin-bottom: 0; }
    
    /* Custom Page 10 */
    .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; }
}

@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;
    }
}

