@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 #00223C;
    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: #00223C !important; 
    background: transparent; 
    border: 2px solid #00223C; 
}
.formbutton.border-btn:hover { 
    color: #fff !important; 
    background: #00223C; 
    border-color: #00223C; 
}
.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: #00223C;
}
.bg-gradient {
    background: linear-gradient(to right,#00223C 0%,#e67d00 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: #00223C;
    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: #00223C;
}
.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 *************/
/* Video Section */
.video-left h2 { margin-bottom: 10px; font-size: 47px;}

/* Section Border Top */
.border-top .section-header { border-top: 1px solid #ddd; padding-top: 40px; }

/* 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; }

/* Pricing Tables */
.event-pricing { margin-top: 25px; }
.pricing-table { border: 1px solid #333333; text-align: center; margin-bottom: 20px; }
.pricing-table h6 { text-transform: uppercase; margin: 0; }
.table-row { padding: 25px 10px; position: relative; }
.table-row-1::before { border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 13px solid #ffffff; content: ""; position: absolute; bottom: -13px; width: 0; left: 0; right: 0; margin: 0 auto; z-index: 2; }
.table-row-1 h6 { color: #000; }
.table-row-2 { background-color: #00223C; padding: 30px 10px 20px; }
.table-row-2::before { border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 13px solid #00223C; content: ""; position: absolute; bottom: -13px; width: 0; left: 0; right: 0; margin: 0 auto; z-index: 2; }
.table-row-2 h6, .table-row-2 h1 { color: #fff; }
.table-row-3 { background-color: #777; padding: 30px 10px 20px; }
.table-row-3 h6, .table-row-3 h1 { color: #fff; }
.price { color: #fff; font-size: 60px; font-weight: 500; line-height: normal; margin-top: 3px; padding-right: 30px; display: inline-block; position: relative; }
.price .currency { font-size: 54px; }
.price .cents { font-size: 20px; position: absolute; top: 24px; }
.table-row-4 ul { list-style: none; padding-left: 0; margin-bottom: 25px; }
.table-row-4 li { color:000; font-size: 16px; font-weight: 500; margin-bottom: 6px; }




/*********** 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 *************/
/* Intro */
.genUseLeft { margin-top: 30px; }
/* CTA Columns */
#misc2-ctas { padding: 0; }
.misc2-col { margin-bottom: 50px; }
.misc2-col img { margin-bottom: 25px; }
.misc2-col .formbutton { margin-top: 15px; }
.misc2-col ul { text-align: left; display: table; margin: 0 auto 10px; }



/*********** Custom Page 4 *************/
/* 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: #00223C; border-radius: 100%; margin-bottom: 10px; }



/*********** Custom Page 5 *************/
/* 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; }



/*********** Custom Page 6 *************/
/* Sponsors Section */
.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; 
    }
    
    /* Custom Page 1 */
    .price {  font-size: 50px;  }
    .price .currency { font-size: 46px; }
}
		
@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 */
    .video-left {  margin-bottom: 25px; }
    .pricing-table { max-width: 400px; margin: 0 auto 20px; }
    
    /* 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 */
    .genUseLeft {	margin: 0 0 40px; }
    
    /* Custom Page 4 */
    .spIcon-col { border-right: none; padding: 0 15px; max-width: 600px; margin: 0 auto 40px; }
    
    /* Custom Page 5 */
    .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;
    }
}

