

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
    font-family: 'Open Sans',Arial, sans-serif;
    height: 100%;
    color: #666;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

a,a:hover {
    color: blue;
    text-decoration: underline;
}

a:focus {
    color:red;
    text-decoration: underline;
}

a:visited {
    color: purple;
    text-decoration: underline;
}

ul,ol {
    margin-bottom: 0;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0;
}

.clearfix {
    clear: both;
}

.mb-50 {
    margin-bottom: 70px;
}

#innerContentWrap {
    position: relative;
    padding: 0 0 144px 0;
    min-height: calc(100vh - 110px);
    height: auto !important;
    height: 100%;
}

.cccPageTitle {
    color: #4087bc;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 40px;
}

.sectionTitle {
    color: #4087bc;
    font-family: 'Open Sans',Arial, sans-serif;
    font-weight: bold;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 40px;
    letter-spacing: -.25px;
}

.largeLink {
    display: block;
    cursor: auto;
    text-decoration: underline;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

.bottomBannerWrap {
    margin-top: 100px;
}

.home .bottomBannerWrap {
    margin-top: 0;
}

.bottomBanner {
    width: 940px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.bottomBanner img {
    width: 100%;
}

#bottomDate {
    position: absolute;
    top:18px;
    left:48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

#bottomAnnual {
    position: absolute;
    left: 68px;
    top: 57px;
    color: #fff;
    transform: rotate(-6deg);
    font-size: 15px;
}

#bottomBase {
    font-size: 14px;
}

.bottomBannerBtn {
    background: rgba(199,220,188,1);
    background: -moz-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,220,188,1)), color-stop(100%, rgba(135,182,116,1)));
    background: -webkit-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: -o-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: -ms-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: linear-gradient(to bottom, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7dcbc', endColorstr='#87b674', GradientType=0 );
    padding: 0px 25px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    text-decoration: none;
    text-align:center;
    border-radius: 5px;
    margin: 0 auto;
    width: 150px;
    position: absolute;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-box-shadow: 1px 33px 7px -11px rgba(0,0,0,0.74);
    -moz-box-shadow: 1px 33px 7px -11px rgba(0,0,0,0.74);
    box-shadow: 0px 11px 15px -15px rgba(0,0,0,0.74);
}

.bottomBannerBtn:hover,
.bottomBannerBtn:focus,
.bottomBannerBtn:active,
.bottomBannerBtn:visited {
    background-image: none;
    background-color: rgba(122,163,105,1);
    color: #fff;
    text-decoration: none;
}

#bottomBannerRegister {
    right: 55px;
    top: 35px;
}

#bottomBannerDonate {
    right: 55px;
    top: 85px;
}

.bannerSmall {
    display:none;
}

.dashedDivide {
    width: 840px;
    display: block;
    height: 1px;
    border-top: 1px dotted #ddd;
    margin: 30px auto;
}

.dlBrochureBtn,
.dlBrochureBtn:hover,
.dlBrochureBtn:active,
.dlBrochureBtn:focus,
.dlBrochureBtn:visited{
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(176,176,176,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(176,176,176,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(176,176,176,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(176,176,176,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(176,176,176,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(176,176,176,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b0b0b0', GradientType=0 );
    display: block;
    height: 30px;
    width: 250px;
    font-size:11px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
    font-weight: 700;
    border: 1px solid #333;
    border-radius: 5px;
    margin: 0 auto;
}

.bold {
    font-weight: bold;
}

.semiBold {
    font-weight: 600;
}

.noBottomMarg {
    margin-bottom:0;
}

.upper {
    text-transform:uppercase;
}

.underline {
    text-decoration:underline;
}

.center {
    text-align:center;
}

.italic {
    font-style: italic;
}

.greenLink,
.greenLink:hover,
.greenLink:active,
.greenLink:focus,
.greenLink:visited {
    color: #87b674;
}

.spacer {
    margin-top: 60px;
}

.paddLeft8 {
    padding-left: 8px;
}



/* ==========================================================================
   Alert Bar
   ========================================================================== */
.alert-bar {
    text-align: center;
    padding: 8px 0;
    background: #fc1921;
    font-weight: 600;
}

    .alert-bar span,
    .alert-bar a {
        color: #fff;
        font-size: 15px;
    }

    @media(max-width: 479px) {
        .alert-bar span,
        .alert-bar a {
            color: #fff;
            font-size: 14px;
        }
    }

    .alert-bar a:hover,
    .alert-bar a:active,
    .alert-bar a:focus  {
        font-weight: bold;
    }



/* ==========================================================================
   Alert Modal and Overlay
   ========================================================================== */
.overlay {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.overlay.active {
    position: fixed;
    overflow: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.85);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.15s linear;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal-alert {
    position: relative;
    display: none;
    z-index: 95;
    max-width: 600px;
    color: #fff;
    margin: 120px auto;
    border-radius: 4px;
}

@media(max-width: 767px) {
    .modal-alert {
        max-width: 450px;
    }
}

@media(max-width: 550px) {
    .modal-alert {
        max-width: 420px;
    }
}

@media(max-width: 480px) {
    .modal-alert {
        max-width: 350px;
    }
}

    .modal-alert.active {
        display: block;
    }

.modal-alert__header {
    background: #fc1921;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .modal-alert__header h3 {
        margin: 0;
        padding: 0;
        font-size: 22px;
    }

@media(max-width: 767px) {
    .modal-alert__header h3 {
        font-size: 20px;
        font-weight: bold;
    }
}

@media(max-width: 480px) {
    .modal-alert__header h3 {
        font-size: 18px;
    }
}



.modal-alert__body {
    padding: 20px;
    background-color: #fff;
    color: #333;
    margin-bottom: 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.modal-close {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    width: 120px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
}
/* ==========================================================================
   Header/Footer
   ========================================================================== */
#mainNav {
    background: rgba(64,137,189,1);
    background: -moz-linear-gradient(top, rgba(64,137,189,1) 0%, rgba(38,119,181,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,137,189,1)), color-stop(100%, rgba(38,119,181,1)));
    background: -webkit-linear-gradient(top, rgba(64,137,189,1) 0%, rgba(38,119,181,1) 100%);
    background: -o-linear-gradient(top, rgba(64,137,189,1) 0%, rgba(38,119,181,1) 100%);
    background: -ms-linear-gradient(top, rgba(64,137,189,1) 0%, rgba(38,119,181,1) 100%);
    background: linear-gradient(to bottom, rgba(64,137,189,1) 0%, rgba(38,119,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4089bd', endColorstr='#2677b5', GradientType=0 );
    height: 70px;
    border: none;
    border-radius: 0;
    position: static;
    margin-bottom: 40px;
    position: relative;
}

.navbar-inverse .navbar-brand {
    height: auto;
}

#navbar {
    width: 100%;
    position: absolute;
    bottom: -40px;
    left: 0;
    padding: 0;
    background-color: #2E6EA7;
}

.navbar-brand {
    width: 360px;
}

.navbar-brand img {
    width: 100%;
}

.navLinks {
    list-style-type: none;
    display: flex;
    justify-content: center;
    background-color: #2E6EA7;
    padding: 10px 0px;
    -webkit-box-shadow: inset 0px 4px 6px -2px rgba(17,88,150,1);
    -moz-box-shadow: inset 0px 4px 6px -2px rgba(17,88,150,1);
    box-shadow: inset 0px 4px 6px -2px rgba(17,88,150,1);
}

.navLinks li {
    border-right: 2px solid #4080B0;
    padding: 0 12px;
}

.navLinks li:last-child {
    border-right: 0;
}

.navLinks li a,
.navLinks li a:hover,
.navLinks li a:active,
.navLinks li a:focus,
.navLinks li a:visited {
    color: #C3D9E4;
    font-weight: 600;
    text-decoration: none;
}

#navToggle {
    display: none;
    width: 25px;
    height: 45px;
    position: relative;
    float: right;
    border: none;
    margin: 0;
    margin-top: 25px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#navToggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#navToggle span:nth-child(1) {
    top: 0px;
}

#navToggle span:nth-child(2), #navToggle span:nth-child(3) {
    top: 8px;
}

#navToggle span:nth-child(4) {
    top: 16px;
}

#navToggle.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#navToggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#navToggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#navToggle.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#headerRight {
    height: 70px;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* min-height: 24em; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position:relative;
}

#mobileButtons {
    display:none;
}

.fbWrap,
.buttonWrap {
    display: inline-block;
    vertical-align:middle;
}

.buttonWrap {
    -webkit-box-shadow: 1px 33px 7px -11px rgba(0,0,0,0.74);
    -moz-box-shadow: 1px 33px 7px -11px rgba(0,0,0,0.74);
    box-shadow: 0px 11px 15px -15px rgba(0,0,0,0.74);
}

.fbWrap {
    color: #fff;
    position: absolute;
    width: 110px;
    height: 30px;
    left: -140px;
    top: 22px;
    text-decoration: none;
}

.fbWrap:hover,
.fbWrap:focus,
.fbWrap:active,
.fbWrap:visited{
    color: #fff;
    text-decoration: none;
}

.fbWrap img {
    position:absolute;
    left:0;
    width: 110px;
}

.fbWrap p {
    margin-left: 35px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 300;
}

.fbWrap p span {
    font-weight: 500;
    font-size: 16px;
}

.headerBtn {
    background: rgba(199,220,188,1);
    background: -moz-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,220,188,1)), color-stop(100%, rgba(135,182,116,1)));
    background: -webkit-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: -o-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: -ms-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: linear-gradient(to bottom, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7dcbc', endColorstr='#87b674', GradientType=0 );
    padding: 0px 25px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
}

.headerBtn:hover,
.headerBtn:focus,
.headerBtn:active,
.headerBtn:visited {
    text-decoration: none;
    color: #fff;
    background-image: none;
    background-color: rgba(122,163,105,1);
}

.headerBtn i {
    display:inline;
}

.donateBtn {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-right: 1px solid #B2C7A1;
    margin-right: -4px;
}

.registerBtn {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: 1px solid #B2C7A1;
}

#footer {
    background-color: #ededed;
    height: 114px;
    border-top: 3px solid #DBDBDB;
    padding: 10px 0;
    text-align: center;
    font-size: 10px;
    color: #666;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer a,
#footer a:hover,
#footer a:focus,
#footer a:active {
    text-decoration: underline;
    color: #666;
}








/* ==========================================================================
   Home Page
   ========================================================================== */
.jumbotron {
    margin-bottom: 0;
    padding: 0;
    height: 475px;
    background-image: url('/img/background_lg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.jumboContent {
    position: relative;
    width: 930px;
    height: 373px;
}

.jumboContent #annual {
    position: absolute;
    top: 61px;
    font-size: 19px;
    left: 19px;
    color: #fff;
    transform: rotate(-6deg);
}

.jumboContent #annual .base {
    font-size: 14px;
}

.jumboContent #date {
    position: absolute;
    top: 20px;
    color: #fff;
    left: 1px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}


.jumboImg {
    margin: 0 auto;
    display:block;
    width :100%;
}

.jumboImgMobile {
    display:none;
}

.homeModuleWrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    width: 100%;
}

.homeModule {
    width: 24.5%;
    padding: 0 10px;
}


.moduleTitle {
    background-color: #82B9E6;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align:center;
    padding: 2px 0;
}

.moduleBody {
    background-color: #E0F0FC;
    padding: 20px;
    color: #4087bc;
    text-align:center;
    min-height: 240px;
    position:relative;
}

.moduleBody .liItem {
    text-align:left;
    margin-bottom:3px;
}

.liItem div {
    width: 10px;
    float: left;
    color: #ef007d;
    font-size: 16px;
    margin-right: 5px;
}

.liItem p {
    margin-left: 10px;
    font-weight: bold;
    color: #4087bc;
    margin-bottom: 0;
}

.moduleBtn {
    background: rgba(199,220,188,1);
    background: -moz-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,220,188,1)), color-stop(100%, rgba(135,182,116,1)));
    background: -webkit-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: -o-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: -ms-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: linear-gradient(to bottom, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7dcbc', endColorstr='#87b674', GradientType=0 );
    padding: 0px 25px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    border-radius: 5px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 150px;
    bottom: 20px;
    position: absolute;
    border-radius: 20px;
    -webkit-box-shadow: 1px 33px 7px -11px rgba(0,0,0,0.74);
    -moz-box-shadow: 1px 33px 7px -11px rgba(0,0,0,0.74);
    box-shadow: 0px 11px 15px -15px rgba(0,0,0,0.74);
}

.moduleBtn:hover,
.moduleBtn:focus,
.moduleBtn:active,
.moduleBtn:visited {
    background-image: none;
    background-color: rgba(122,163,105,1);
    color: #fff;
    text-decoration: none;
}
    
.youtubeWrap {
    margin-bottom: 40px;
}

.youtubeWrap iframe {
    margin: 0 auto;
    display: block;
}

.youtubeTitle,
.speakerTitle{
    color: #4087bc;
    font-family: 'Open Sans',Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.speakersWrap {
    text-align:center;
}

.speaker {
    margin-bottom: 0;
    font-weight: 700;
}

.pastSpeakersWrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pastSpeaker {
    margin: 0 20px;
}

.pastSpeaker img {
    border-radius: 50%;
    border: 5px solid #4087BC;
    margin-bottom: 10px;
    width:145px;
}


/* ==========================================================================
   Who is CCC Page
   ========================================================================== */

.dtFamilyCircle {
    float: right;
    margin-top: 65px;
    width: 90%
}

.whoIsLogo {margin-bottom: 20px;}







/* ==========================================================================
   Meet the Community Page
   ========================================================================== */
.memberWrap {
    margin-bottom: 60px;
}

.memberImg {
    border-radius: 50%;
    width: 200px;
    float: left;
    border: 5px solid #4087BC;
}

.memberName {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
}

.memberContent,
.bottomMemberP{
    margin-left: 250px;
}

.moreText {
    display:none;
}

a.read_more,
a.read_more:hover,
a.read_more:focus,
a.read_more:active,
a.read_more:visited {
    background: transparent;
    padding: 0px 25px;
    color: rgba(122,163,105,1);
    height: 35px;
    display: block;
    line-height: 35px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    width: 100px;
    border-radius: 20px;
    border: 2px solid rgba(122,163,105,1);
    box-sizing: content-box;
    margin-top: 20px;
}

a.read_less,
a.read_less:hover,
a.read_less:focus,
a.read_less:active,
a.read_less:visited {
    background: rgba(122,163,105,1);
    padding: 0px 25px;
    color: #fff;
    height: 35px;
    display: block;
    line-height: 35px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    width: 100px;
    border-radius: 20px;
    border: 2px solid rgba(122,163,105,1);
    box-sizing: content-box;
    margin-top: 20px;
}






/* ==========================================================================
   About CCC Day Page
   ========================================================================== */
.h2hBoxWrap {
    display: inline-flex;
    justify-content: left;
    width: 100%;
}

.h2hDayBox {
    width: 50%;
}

.h2hDayBox.first {
    border-right: 1px dotted #666;
    padding-right: 20px;
}

.h2hDayBox.second {
    padding: 0 20px;
}

.aboutCCCInfoWrap {
    margin-bottom: 20px;
}

.aboutCCCInfoWrap p {
    margin-bottom:0;
}

.eventList {
    list-style: none;
    padding: 0;
}

.event-split {
    width: 50%;
    height: 1px;
    background-color: #666;
    margin: 20px 0;
}

.eventList li {
    font-weight: bold;
    margin-bottom: 5px;
    display: flex;
}

.eventList li::before {
    content: "\002022 ";
    color: red; 
    margin-right: 10px;
}

.aboutIconWrap {
    position: relative;
    clear:both;
    min-height: 72px;
    display:flex;
    margin-bottom: 10px;
}

.aboutIcon {
    position: absolute;
    left:0;
}

.aboutContent {
    margin-left: 85px;
    display: flex;
    align-items: center;
}

.blueBox {
    background-color: #E0F0FC;
    padding: 15px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.blueBox p {
    color: #4087bc;
    font-size: 12px;
    margin-bottom: 0;
    font-weight:bold;
}

.luriesLogo {
    margin-bottom: 20px;
}

.bestChildrensWrap {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.bestChildrenAward {
    width: 130px;
    margin-right: 10px;
    display: block;
}

.bestChildrensWrap p {
    font-size: 13px;
}







/* ==========================================================================
   Event Schedule Page
   ========================================================================== */

#scheduleTable > thead > tr > th, #scheduleTable > tbody > tr > th, #scheduleTable > tfoot > tr > th, #scheduleTable > thead > tr > td, #scheduleTable > tbody > tr > td, #scheduleTable > tfoot > tr > td,
#scheduleTable2 > thead > tr > th, #scheduleTable2 > tbody > tr > th, #scheduleTable2 > tfoot > tr > th, #scheduleTable2 > thead > tr > td, #scheduleTable2 > tbody > tr > td, #scheduleTable2 > tfoot > tr > td,
#scheduleTable3 > thead > tr > th, #scheduleTable3 > tbody > tr > th, #scheduleTable3 > tfoot > tr > th, #scheduleTable3 > thead > tr > td, #scheduleTable3 > tbody > tr > td, #scheduleTable3 > tfoot > tr > td {
    border-top: 0;
}

#scheduleTable > tbody > tr > td.borderBottom,
#scheduleTable2 > tbody > tr > td.borderBottom,
#scheduleTable3 > tbody > tr > td.borderBottom {
    border-bottom: 1px solid #dedede;
}


#scheduleTable tr td:first-child,
#scheduleTable2 tr td:first-child,
#scheduleTable3 tr td:first-child,
#adultTable tr td:first-child {
    margin-right: 20px;
    width: 150px;
}

.eventTableWrap {
    margin-bottom: 60px;
    /*height: 150px;*/
}

#adultTable > tbody > tr > td {
 border:none;
}



/* ==========================================================================
   Photo Page
   ========================================================================== */


.pastEventsAnchors a {
    display: block;
}

.gallerySection ul{
    padding-left: 0px;
}

.pgwSlideshow .ps-caption {
    display: none !important;
}
#photoSectionWrap {
    position: relative;
}
    #photoSectionWrap {
        height: 680px !important;
    }
    .pgwSlideshow .ps-current,
    .pgwSlideshow .ps-current > ul > li img {
        height: 540px !important;
    }

.gallerySection {
    opacity: 0;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
}

.gallerySection.active {
    opacity: 1;
    z-index: 5;
}



/* ==========================================================================
   Contact Us/ Register Page
   ========================================================================== */


#registerForm,
.attendeesForm {
    background-color: #eee;
    padding: 40px;
    margin-bottom: 40px;
}

#registerForm {
    position: relative;
}

.register-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 2;
    opacity: .65;
}

.attendeeTitle {
    text-align: center;
    font-family: 'Open Sans',Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.addtAttendee {
    padding-bottom: 0;
    clear:both;
}

.addtAttendee:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.attendeeSplit {
    height: 1px;
    background-color: #ccc;
    width: 100%;
    margin: 15px 0 30px 0;
    float: right;
}

.addtAttendee:last-child .attendeeSplit {
    display: none;
}

.contactAddressWrap {
    margin-bottom: 90px;
}

.contactAddressWrap p {
    margin-bottom: 0;
}

p.error {
    display: none;
    color: red;
}

.success {
    background-color: palegreen;
}

.registerLabel {
    text-align:right;
    margin-top:9px;
}

.barLouieCheckLabel {
    font-weight: normal;
    margin-left: 18px;
}

#registerForm input[type='checkbox'] {
    margin-left: -18px;
}

.registerSelect {
    display: block;
    padding: 10px 35px 10px 13px !important;
    max-width: 100%;
    height: auto !important;
    background: url("/img/downCaret.png") right center no-repeat;
    background-color: #fff;
    color: #444;
    line-height: 16px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.registerSelect option {
    padding: 0 4px;
}

.registerSelect::-ms-expand {
    display:none;
}

.registerSelect:disabled::-ms-expand {
    background: #f60;
}

.form-group .alert {
    margin-bottom: 0;
}

.form-group.lastRow {
    margin-bottom: 0;
}

.disclaimer {
    font-size: 12px;
    font-style:italic;
}

.regSubmit {
    background: rgba(199,220,188,1);
    background: -moz-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(199,220,188,1)), color-stop(100%, rgba(135,182,116,1)));
    background: -webkit-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: -o-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: -ms-linear-gradient(top, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    background: linear-gradient(to bottom, rgba(199,220,188,1) 0%, rgba(135,182,116,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7dcbc', endColorstr='#87b674', GradientType=0 );
    padding: 0px 25px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    text-decoration: none;
    border: none;
    width: 150px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 33px 7px -11px rgba(0,0,0,0.74);
    -moz-box-shadow: 1px 33px 7px -11px rgba(0,0,0,0.74);
    box-shadow: 0px 11px 15px -15px rgba(0,0,0,0.74);
    margin: 20px 0;
}

    .regSubmit:hover,
    .regSubmit:focus,
    .regSubmit:active,
    .regSubmit:visited {
        background-image: none;
        background-color: rgba(122,163,105,1);
        color: #fff;
        text-decoration: none;
    }

    #thankYouWrap {
        min-height: 250px;
    }

#eveningAttendeesWrap {
    display: none;
}
/* ==========================================================================
   Resources/Addtional Resources Pages
   ========================================================================== */
.resourceSection,
.addtResourceSection {
    margin-bottom: 40px;
}

.addtSectionTitle {
    color: #4087bc;
    font-family: 'Open Sans',Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}

.locationList li {
    margin-bottom: 20px;
}

.locationList li.noBottomMarg {
    margin-bottom: 0;
}


.locationList p {
    margin-bottom: 0;
}





/* ==========================================================================
   Directions Page
   ========================================================================== */
.mapWrap {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mapWrap iframe {
    padding-bottom:20px;
    border-bottom: 1px dotted #ddd;
}

.directionList {
    margin-bottom: 15px;
}

.boldListTitle {
    font-weight:bold;
    margin-bottom: 0;
    margin-left: 25px;
}

.pdfMapWrap p{
    margin-bottom: 0;
    margin-left: 40px;
}

.directionP {
    margin-left: 25px;
    margin-bottom: 0;
}

.directionSection {
    margin-bottom: 40px;
}

.eveningDinnerWrap {
    margin-top: 40px;
}


/* ==========================================================================
   Videos Page
   ========================================================================== */
.modal-dialog {
    max-width: 800px;
    margin: 100px auto;
}

.no-margin {
    margin: 0;
}


.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

.video-figure {
    margin-bottom: 30px;
}

h2.video-section__title {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.video-section {
    margin-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
}

.hidden-video {
    display: none;
}

.img-wrap {
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    transition: all .3s;
}

.img-overlay {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all .3s;
    background-color: rgba(0,0,0,0.15);
    color: transparent;
}

.play-icon {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 50px;
    transition: all .3s;
    color: rgba(255,255,255,.75);
}

    .img-wrap:hover .img-overlay {
        background-color: rgba(64,137,189,0.5);
        color: #fff;
    }

    .img-wrap:hover .play-icon {
        color: rgba(255,255,255,1);
    }

    .video-caption {
        text-align: center;
    }

.video-thumb {
    width: 100%;
    cursor: pointer;
}

@media (max-width: 991px) {
    .video-caption {
        font-size: 13px;
    }
}


@media (max-width: 767px) {
    #video-modal {
        max-width: 480px;
        margin: 100px auto;
    }
}

@media (max-width: 480px) {
    #video-modal {
        max-width: 90%;
    }

    .close {
        right: 0;
        top: -30px;
    }
}


/* ==========================================================================
   Section 504 Page
   ========================================================================== */
.questionSection {
    margin-bottom: 40px;
}





/* ==========================================================================
   Responsive Styles
   ========================================================================== */

/* =========================
   MAX-WIDTH: 1200
   ========================= */
@media (max-width:1200px) {

    .navLinks li {
        padding: 0 10px;
    }

    .paddLeft8 {
        padding-left: 15px;
    }

    .homeModule {
        width: 29.5%;
        padding: 0 10px;
    }

    #mainNav {
        margin-bottom: 0;
        position: relative;
    }

    #navbar {
        display: block;
        width: 310px;
        position: absolute;
        height: 100vh;
        top: 70px;
        z-index: 1000;
        right: -310px;
        left: auto;
        transition: all 0.3s ease;
        box-shadow: none;
    }

        #navbar.openNav {
            right: 0;
            transition: all 0.3s ease;
        }

    .navbar-header {
        width: 100%;
    }

    #navToggle {
        display: block;
    }

    #headerRight {
        display: none;
    }

    .navLinks,
    #mobileButtons {
        display: block;
        padding: 20px;
    }

        .navLinks li {
            border: none;
            text-align: center;
            font-size: 16px;
            margin-bottom: 10px;
        }

    .fbWrap {
        position: static;
        margin-left: 80px;
        margin-bottom: 10px;
    }

        .fbWrap img {
            left: 100px;
        }

}

@media (min-width: 991px) and (max-width: 1200px) {
    #mainNav {
        height: 71px;
    }
}

 
/* =========================
   NAVIGATION
   ========================= */
@media (min-width: 992px) and (max-width: 1050px) {
    .navLinks li a {
        font-size: 13px;
    }
}

/* =========================
   MAX-WIDTH: 991
   ========================= */
@media (max-width: 991px) {
    

    

    .buttonWrap {
        margin-left: 12px;
    }

    .jumbotron {
        display:block;
        height: 375px;
    }

    .jumboContent {
        position: relative;
        width: 730px;
        margin: 0px auto;
        padding: 40px 0;
    }

    .jumboContent #annual {
        position: absolute;
        top: 90px;
        font-size: 13px;
        left: 15px;
        color: #fff;
        transform: rotate(-5deg);
    }

    .jumboContent #annual .base {
        font-size: 11px;
    }

    .jumboContent #date {
        position: absolute;
        top: 50px;
        color: #fff;
        left: 1px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }


        .jumboContent img {
            width: 100%;
        }

    .h2hDayBox {
        width :50%;
    }

    .h2hDayBox.first {
        padding-left: 0;
    }

    .h2hDayBox.second {
        padding-right: 0;
    }
    
    .luriesLogo {
        max-width: 240px;
    }

    .noTabPad {
        padding: 0;
    }

    .bestChildrensWrap {
        margin-top: 25px;
    }

    .bottomBanner {
        width: 720px;
    }

    #bottomDate {
        top: 10px;
        left: 38px;
        font-size: 13px;
    }

    #bottomAnnual {
        left: 52px;
        top: 43px;
        font-size: 12px;
        transform: rotate(-8deg);
    }

    #bottomBase {
        font-size: 10px;
    }

    #bottomBannerRegister {
        right: 24px;
        top: 22px;
    }

    #bottomBannerDonate {
        right: 24px;
        top: 68px;
    }

    .dashedDivide {
        width: 720px;
    }

    .dtFamilyCircle {
        float: none;
        margin-top: 0;
        margin: 0 auto;
        display: block;
        max-width: 400px;
        margin-top: 40px;
    }

    .h2hDayBox.first

    .noTabBreak {
        display:none;
    }

    .homeModule {
        width: 33%;
        padding: 0 10px;
    }


    #photoSectionWrap {
        height: 620px !important;
    }
    .pgwSlideshow .ps-current,
    .pgwSlideshow .ps-current > ul > li img {
        height: 480px !important;
    }

}





/* =========================
   MAX-WIDTH: 767
   ========================= */
@media (max-width: 767px){
    .body-copy {
        padding-right: 30px;
        padding-left: 30px;
    }

    .memberImg {
        width: 150px;
    }

    .memberContent, .bottomMemberP {
        margin-left: 185px;
    }

    .jumbotron {
        height: 340px;
    }

    .jumboContent {
        width: 450px;
        height:340px;
        padding: 60px 0 0 0;
    }

    .jumboImg {
        display:none;
    }

    .jumboImgMobile {
        display: block;
    }

    .jumboContent img {
        width: 100%;
    }

    .jumboContent #date {
        left: 72px;
        top: 40px;
    }

    .jumboContent #annual {
        position: absolute;
        top: 81px;
        font-size: 17px;
        left: 20px;
        color: #fff;
        transform: rotate(-5deg);
    }

    .h2hBoxWrap {
        display: block;
    }

    .h2hDayBox {
        width: 80%;
        padding: 0  0 20px 0;
    }

    .h2hDayBox.first {
        border-right: 0;
        border-bottom: 1px dotted #666;
    }

    .h2hDayBox.second {
        padding-top: 20px;
        padding-left: 0;
    }

    .bestChildrenAward {
        margin-bottom: 10px;
    }

    .mapWrap iframe {
        width: 100%;
    }

    .dashedDivide {
        width: 100%;
    }

    .table-responsive {
        border: none;
    }

    .registerLabel {
        text-align: left;
    }

    .homeModuleWrap {
        display: block;
    }

    .homeModule {
        margin: 0 auto;
        margin-bottom: 20px;
        width: 50%;
    }

    .bannerLarge {
        display:none;
    }

    .bannerSmall {
        display:block;
    }

    .bottomBanner {
        width:435px;
    }

    #bottomDate {
        top: 25px;
        left: 87px;
        font-size: 16px;
        display: none;
    }

    #bottomAnnual {
        left: 53px;
        top: 7px;
        font-size: 14px;
        transform: rotate(-6deg);
    }

    #bottomBase {
        font-size: 12px;
    }
    .bottomBannerBtn {
        width: 128px;
    }


    #bottomBannerRegister {
        top: auto;
        bottom: 28px;
        right: 90px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        border-left: 1px solid #B2C7A1;
        box-shadow: none;
    }

    #bottomBannerDonate {
        top: auto;
        bottom: 28px;
        right: auto;
        left: 90px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        box-shadow: none;
        border-right: 1px solid #B2C7A1;
    }

    #photoSectionWrap {
        height: 500px !important;
    }

    .pgwSlideshow .ps-current,
    .pgwSlideshow .ps-current > ul > li img {
        height: 360px !important;
    }

}


/* =========================
   MAX-WIDTH: 615
   ========================= */
@media (max-width:615px) {
    .youtubeWrap iframe{
        width:100%;
    }
}



/* =========================
   MAX-WIDTH: 550
   ========================= */
@media (max-width: 550px) {
    .whoIsLogo {
        width: 100%;
    }

    .homeModule {
        width: 75%;
    }
}






 /* =========================
   MAX-WIDTH: 479
========================= */


    @media (max-width: 479px) {
        .navbar-brand {
            width: 90%;
            padding-top: 15px;
        }

        .navbar-brand img {
            width: 300px;
        }

        .jumbotron {
            height: 340px;
        }

        .jumboContent {
            width: 350px;
            height: 275px;
            padding: 60px 0 0 0;
        }

        .jumboImg {
            display: none;
        }

        .jumboImgMobile {
            display: block;
        }

        .jumboContent #date {
            left: 57px;
            top: 45px;
            font-size: 14px;
        }

        .jumboContent #annual {
            position: absolute;
            top: 75px;
            font-size: 14px;
            left: 16px;
            color: #fff;
            transform: rotate(-5deg);
        }


        .memberImg {
            float: none;
            display: block;
            margin: 0 auto;
            margin-bottom: 10px;
        }

        .memberContent, .bottomMemberP {
            margin-left: 0;
        }

        .memberContent h2, .bottomMemberP {
            text-align:center;
        }

        .readBtn {
            margin: 10px auto;
        }

        .h2hDayBox {
            width: 100%;
        }

        #innerContentWrap {
            min-height: 0;
        }

        .homeModule {
            width: 100%;
        }

        .jumbotron {
            height: 275px;
        }


        .bottomBanner {
            width: 310px;
        }

        #bottomDate {
            top: 16px;
            left: 62px;
            font-size: 12px;
        }

        #bottomAnnual {
            left: 37px;
            top: 37px;
            font-size: 11px;
            transform: rotate(-6deg);
        }

        #bottomBase {
            font-size: 9px;
        }

        .bottomBannerBtn {
            width: 100px;
        }


        #bottomBannerRegister {
            top: auto;
            bottom: 15px;
            right: 55px;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            border-left: 1px solid #B2C7A1;
            box-shadow: none;
        }

        #bottomBannerDonate {
            top: auto;
            bottom: 15px;
            right: auto;
            left: 55px;
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            box-shadow: none;
            border-right: 1px solid #B2C7A1;
        }

        #photoSectionWrap {
            height: 360px !important;
        }

        .pgwSlideshow .ps-current,
        .pgwSlideshow .ps-current > ul > li img {
            height: 220px !important;
        }

        .pastSpeakersWrap {
            display: block;
        }

        .pastSpeaker {
            margin-bottom: 20px;
        }
    }

/* =========================
   MAX-WIDTH: 400
========================= */

@media (max-width: 400px){
    .navbar-inverse .navbar-brand {
        margin-top: 7px;
    }

    .navbar-brand img {
        width: 250px;
    }
}

/* =========================
   MAX-WIDTH: 350
========================= */

@media (max-width:350px){
    .navbar-inverse .navbar-brand {
        margin-top: 9px;
    }

    .navbar-brand img {
        width: 200px;
    }
}