@charset "UTF-8";
/*
 * Bootstrap Image Gallery Demo CSS 3.0.0
 * https://github.com/blueimp/Bootstrap-Image-Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */


/* Icomoon font icons -- used for social media icons */
@font-face{font-family:icomoon;src:url(../fonts/icomoon.eot);src:url(../fonts/icomoon.eot?#iefix) format('embedded-opentype'),url(../fonts/icomoon.ttf) format('truetype'),url(../fonts/icomoon.woff) format('woff'),url(../fonts/icomoon.svg#icomoon) format('svg');font-weight:400;font-style:normal}@font-face{font-family:icomoon;src:url(../fonts/icomoon.eot);src:url(../fonts/icomoon.eot?#iefix) format('embedded-opentype'),url(../fonts/icomoon.ttf) format('truetype'),url(fonts/icomoon.woff) format('woff'),url(../fonts/icomoon.svg#icomoon) format('svg');font-weight:400;font-style:normal}@font-face{font-family:icomoon;src:url(../fonts/icomoon.eot?) format('eot'),url(../fonts/icomoon.woff) format('woff'),url(../fonts/icomoon.ttf) format('truetype')}[class*=smIcon-]{font-family:icomoon;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.smIcon-bubbleup-logo:before{content:"\e600"}.smIcon-google:before{content:"\e601"}.smIcon-facebook:before{content:"\e602"}.smIcon-twitter:before{content:"\e603"}.smIcon-feed:before{content:"\e604"}.smIcon-youtube:before{content:"\e605"}.smIcon-vimeo:before{content:"\e606"}.smIcon-flickr:before{content:"\e607"}.smIcon-tumblr:before{content:"\e608"}.smIcon-linkedin:before{content:"\e609"}



*{
    transition:all .2s ease; 
    -o-transition:all .2s ease; 
    -moz-transition:all .2s ease; 
    -webkit-transition:all .2s ease;
}

#megaMenu *{
    transition:none; 
    -o-transition:none; 
    -moz-transition:none; 
    -webkit-transition:none;
}


#ie8{
    text-align:center;
    width:500px;
    margin:10% auto;
    font-family: arial, helvetica, sans-serif;
}


body {
    font-size:16px;
    font-family:"proxima-nova", sans-serif;
    color:#5e5e5e;
}

.menu-anchor{
    padding-top:60px;
    display:block;
}

.hidden{
    display:none;
}

a {
    color:#4D81B7;
}

a:hover {
    color:#004B99;
}

a:link {
}

a:visited {
}

p, #content ul li, #content ol li {
}

#content ul, #content ol {
}

a.register-btn{
    font-size:14px !important;

    background:#004B99;
    margin:20px 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border:0;


}
.btn-lg{
    font-size:18px;
    text-transform:uppercase;    
    font-weight:700;
}
.btn-primary a{
    color:#fff;
    text-decoration:none;
}

h2,h3,h4,h5,h6{
    color: #1A1A1A;
    margin:0;
}

h3,h4,h5,h6{
    font-weight:700;
}

h1 { 
    font-family: "proxima-nova",sans-serif;
    font-weight: 700;
    font-size: 54px;
    color:#004A99;
}

h1 + h2, h1 + h3, h1 + h4{
    margin:0 !important;
}


h2 + h3, h2 + h4, h2 + h5{
    margin:0 !important;
}

h2 { 
    font-family: "proxima-nova",sans-serif;
    font-weight: 500;
    font-size:36px;
}

h3 {
    font-family: "proxima-nova",sans-serif;
    font-weight: 500;
    font-size:24px;
}

h4{
    font-size:18px;
}



lead{
    font-size:22px;
    color:#898989;
    padding:10px 0;
}
	/* Header */
body.admin-bar {
margin-top: -32px;
padding-bottom: 32px;
}

header {
    background:#1A1A1A;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    border-bottom:5px solid #004A99;
    position:relative;
    z-index:50;
    
}

#header-top{
    margin:5px 0;
}

#header-left, #header-right{
    display:table;
    padding:0;
}

    .header-cell{
        display:table-cell;
        height:100%;
        width:100%;
    }
        .header-cell h2{
            display:inline-block;
            zoom:1;
            *display:inline;
            margin:0 0 0 20px;
            padding:0;
            vertical-align:middle;
            color:#fff;
            font-weight:100;
            font-size:30px;

        }
        
header form {
    background:#fff;
    padding:0 10px;
    margin:35px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    header form .form-control:focus {
        border:0 !important;
        box-shadow: none !important;
        outline: 0 !important;
    }
    
    header form .input-group input, header form .input-group button{
        background: transparent;
        color:#000;
        border:0;
        font-size:18px;
    }
    header form .input-group button:hover{
        color:#ccc;
        background:0;
    }



#social-media{
    text-align:left;
}
    #social-media ul{
        margin:0;
        display:inline-block;
        zoom:1;
        *display:inline;
    }
    #social-media a:link, #social-media a:visited{
        font-size:20px;
        line-height:normal;
        color:#fff;
        display:inline-block;
        padding:5px 5px 0;
    }

        #social-media a:last-of-type{
            margin-right:0;
        }

        #social-media a:hover{
            text-decoration:none;
        }
        
#social-media .btn-primary {
color: #fff;
background-color: #004A99;
border-color: #004A99;
padding: 2px 10px;
margin: 0 0 10px 10px;
}





#megaMenu #megaMenuToggle .megaMenuToggle-icon{
    margin-top:18px;
}


/* Breadcrumbs */

#breadcrumbs{
    list-style:none;
    margin:0;
    overflow:hidden;
    width:100%;
    background:#004A99;
    z-index:1;
    position:relative;
    padding:5px 10px;
}
 
#breadcrumbs li{
    float:left;
    color:#fff;
    font-weight:100;
    margin-right:15px;
    font-size:14px;
}

#breadcrumbs li a{
    float:left;
    color:#fff;
    font-weight:100;
    font-size:14px
}

#breadcrumbs b, #breadcrumbs strong{
    color:#fff;
    font-weight:600;
    font-size:14px;
    line-height:normal;
    display:inline-block;
    zoom:1;
    *display:inline;
}
 
#breadcrumbs .separator{
    font-weight:700;
    font-size:16px;
    color:#fff;
}

 /* Carousel */



.carousel.fade {
  opacity: 1;
}
    .carousel.fade .item {
      -moz-transition: opacity ease-in-out .7s;
      -o-transition: opacity ease-in-out .7s;
      -webkit-transition: opacity ease-in-out .7s;
      transition: opacity ease-in-out .7s;
      left: 0 !important;
      opacity: 0;
      top:0;
      position:absolute;
      width: 100%;
      display:table !important;
      z-index:1;
    }
        .carousel.fade .item:first-child {
          top:auto;
          position:relative;
        }
        .carousel.fade .item.active {
          opacity: 1;
          -moz-transition: opacity ease-in-out .7s;
          -o-transition: opacity ease-in-out .7s;
          -webkit-transition: opacity ease-in-out .7s;
          transition: opacity ease-in-out .7s;
          z-index:2;
        }
 
 
.carousel-inner>.item>img, .carousel-inner>.item>a>img{
     min-width:100%;
     max-width:200%;
     height:auto;
     opacity:0.55;
 }
 
    .carousel, .carousel-inner, .item{
        background:#004A99;
        overflow:hidden;
        
    }
 
 .carousel-control.right, .carousel-control.left{
     background-image:none;
     z-index:20;
 }

 .carousel-caption{
     bottom:auto;
     top:0;
     left:auto;
     right:auto;
    width:100%;
    height:100%;

 }
 
 .caption-wrap{
     display:table;
     width:100%;
     height:100%;
     padding-bottom:30px;
 }
 
 .caption-wrap .caption-interior{
     display:table-cell;
     vertical-align: middle;
     width:100%;
 }
 
 .carousel-caption h4{
    font-family: "proxima-nova",sans-serif;
    color:#fff;
    font-weight:100;
    text-transform:uppercase;
    font-size:32px;
    position:relative;
    margin-top:auto;

 }

 
.headline {
    text-align: center;
    overflow:hidden;
    margin:20px 0;
    
}
.headline span {
    display: inline-block;
    position: relative;  
}
.headline span:before,
.headline span:after {
    content: "";
    position: absolute;
    height: 1px;
    background:#FF1C00;
    top: 0;
    width: 999px;
}
.headline span:before {
    right: 100%;
    top:50%;
    margin-right: 15px;
}
.headline span:after {
    left: 100%;
    top:50%;
    margin-left: 15px;
}

   
.carousel-caption h2{
    font-family: "proxima-nova",sans-serif;
     font-weight:700;
     font-size:32px;
     color:#fff;
}

.carousel-caption h3{
    font-family: "proxima-nova",sans-serif;
     font-weight:100;
     font-size:24px;
     color:#fff;
}
.carousel-caption .btn{
    background:transparent;
    border:1px solid #fff;
    padding:10px 50px 5px 50px;
    text-transform:uppercase;
    font-weight:600;
    color:#fff;
    border-radius:0;
    margin-top:20px;
    }
    .carousel-caption .btn:hover{
        background:#004A99;
    }
    
    /* front page stuff... */
    
    .box-content-wrap{
        height:100%;
        padding:30px;
        
    }
    .top-box{
        padding-bottom:0;
    }
    
    .front-page-boxes{
        display:table;
    }
    .front-page-boxes h3{
        display:block;
        box-sizing:border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color:#fff;
        font-family:'league-gothic', impact, sans-serif;
        font-size:36px;
        text-transform:uppercase;
        margin:0;
        padding:30px 10px 10px;
        
    }
    
    .front-page-box-link{
        display:table;
        margin:20px auto 10px auto;
    }
    .front-page-box-link a{
        color:#000;
        font-weight:800;
        text-transform:uppercase;
        border-radius:0;
        padding:5px 15px !important;
    }
    
    .front-page-box-link li{
        border-right:2px solid #000;
    }
    
    .front-page-box-link li:last-of-type{
        border-right:0;
    }
    
    .front-page-boxes .front-page-column{
        padding:0;
        height:100%;
    }
    .front-page-boxes .front-page-column:first-of-type{
        border-left:0;
    }
    
        .front-page-boxes .front-page-column:nth-child(odd) h3{
            background:#004B99;
        }
        .front-page-boxes .front-page-column:nth-child(even) h3{
            background:#4D81B7;
        }
            .front-page-boxes .front-page-column:nth-child(4n+1) h3{
                border-bottom:#FF1C00 10px solid;
            }
            
            .front-page-boxes .front-page-column:nth-child(4n+2) h3{
                border-bottom:#FF6600 10px solid;
            }

            .front-page-boxes .front-page-column:nth-child(4n+3) h3{
                border-bottom:#31C0BF 10px solid;
            }
            
            .front-page-boxes .front-page-column:nth-child(4n+4) h3{
                border-bottom:#004B99 10px solid;
            }
            
            .front-page-boxes .col-sm-10 > h4, .front-page-boxes .col-sm-10 > h4 a,
            .event-wrapper h4, .event-wrapper h4 a{
                color:#1a1a1a;
                margin:0;
                font-weight:700;
                font-family:'proxima-nova', sans-serif;
            }
            
            .front-page-boxes .col-sm-10 h5, .front-page-boxes .col-sm-10 h5 a,
            .event-wrapper h4, .event-wrapper h2, .box-content-wrap h4{
                color:#1a1a1a;
                margin:0;
                font-family:'proxima-nova', sans-serif;
            }

            .event-wrapper{
                height:auto;
                overflow:auto;
                margin-bottom:30px;
            }
            
            .eventDetails{
                text-transform:uppercase;
                color:#1a1a1a;
                font-weight:700;
            }
            
            .box-date{
                background:#004B99;
                text-align:center;
                padding:5px;
            }
                .box-date h4, .box-date h5{
                    margin:0;
                    color:#fff;
                    font-family:'proxima-nova', sans-serif;
                }
                .box-date h4{
                    font-size:36px;
                    font-weight:100;
                    margin-top:5px;
                }
                .box-date h5{
                    text-transform:uppercase;
                    font-weight:700;
                }

                .event-pull{
                    font-size:50px;
                    color:#004B99;
                    padding-right:10px;
                }

                #weather-band{
                    background:#004B99;
                    color:#fff;
                    text-align:center;
                    padding:20px 0;
                    margin:0;
                }     
                
                #weather-band .row{
                    margin:0;padding:0;
                }
                
                #weather-band h3 a, #weather-band h3{
                    display:block;
                    margin:0 10px 0 0;padding:0;
                    color:#fff;
                    text-decoration:none;
                }
                #weather-band h3 a:hover, #weather-band h3:hover{
                    color:#4D81B7;
                }
                
                #weather-band .simple-weather{
                    font-size:24px;
                    line-height:normal;
                }
                
                
                .thanks-row{
                    padding:30px;
                    text-align:center;
                }   
                .thanks-row img{
                    max-height:100px;
                    display:inline-block;
                    padding:10px;
                    max-width:100%;
                }
/*sidebar*/


#sidebar{
    margin:30px 0;
}

    #sidebar a{
        color:#5c5c5c;
    }
    
    #sidebar ul{
        list-style:none;
        margin:0;
        padding:0;
    }
    

    #sidebar aside h3{
        display:block;
        padding:10px 20px;
        margin:-20px -20px 30px -20px;
        box-sizing:border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color:#fff;
        font-family:'league-gothic', impact, sans-serif;
        font-size:32px;
        text-transform:uppercase;
    }
        #sidebar aside:nth-child(even) h3{
            background:#004B99;
        }
        #sidebar aside:nth-child(odd) h3{
            background:#4D81B7;
        }
            #sidebar aside:nth-child(4n+2) h3{
                border-bottom:#FF1C00 5px solid;
            }
            #sidebar aside:nth-child(4n+3) h3{
                border-bottom:#FF6600 5px solid;
            }
            #sidebar aside:nth-child(4n+4) h3{
                border-bottom:#31C0BF 5px solid;
            }
            #sidebar aside:nth-child(4n+1) h3{
                border-bottom:#004B99 5px solid;
            }

    #sidebar aside{
        background:#fff;
        padding:20px;
        margin:10px 0;
        border:1px solid #e7e7e7;
    }
        #sidebar aside:first-child{
            margin-top:0;
        }
        #sidebar aside:last-child{
            margin-bottom:0;
    }
    
    .eo_widget_calendar{
        width:100%;
    }
    #eo-widget-next-month{
        text-align:right;
    }
/* calendar widget */
.widget_calendar {
	float: left;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	color: #1a1a1a;
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	text-align: left;
	color: #333;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 15px;
}




#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	padding-bottom: 10px;
}

#wp-calendar tbody {
	color: #aaa;
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 16px 8px;
    font-size:10px;
}

#wp-calendar .event {
    background:#004B99;
}

#wp-calendar .event a:link, #wp-calender .event a:visited{
    color:#fff;
    font-size:10px;
}
#wp-calendar .event a:hover{
    color:#004B99 !important;
}

#wp-calendar tbody td:hover {
    background: #fff;
    font-size:10px;
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

.single .event { background: transparent; }
    
.container{
}

#content{
    padding:50px 0;
}

.staticImage{
    padding:0 !important;
    margin:0 !important;
}
.staticImage img{
    max-width:100%;
    display:block;
    height:auto;
}



 
	/* blog */ 
        
.blog-post{
    background: #fff;
    padding:0;
    margin: 10px 0;
    border: 1px solid #e7e7e7;
}
.blog-post h2 {
    margin: 0 0 10px 0;
}
.blog-post h2 a{
    width: 100%;
    display: block;
    padding: 10px;
    color: #fff;
    font-family: 'league-gothic', impact, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    background: #004B99;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration:none;
}
.blog-post h2 a:hover{
    background:#4D81B7;
}
.blog-post-content{
    padding:20px
}

.more-link{
   display:block;
   text-transform:uppercase;
   color:#1a1a1a;
   padding:10px 0;
   font-weight:700;
}


/* single video */

.post-media{
    border: 1px solid #e7e7e7;
    padding:10px;
    font-size:14px;
}
.post-media 

.post-pull{
    font-size:30px;
}


.post-list ul, .post-list ul li{
    list-style:none;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.post-list .label{
    margin-right:5px;
}
.post-list .label a{
    color:#fff;
    text-decoration:none; 
}
.post-list .label:hover{
    background:#ccc;
    cursor:pointer;
}

#single-video{
    text-align:center;
    width:100%;
    height:auto;
    overflow:auto;
    position:relative;
    display:table;
}

#single-video .video-button{
    position:absolute;
    width:100%;
    height:100%;
    display:table-row;
    vertical-align:middle;
    text-align:center;
}

#single-video .video-button .glyphicon-wrap{
    width:100%;
    height:100%;
    display:table;
}
#single-video .video-button .glyphicon-wrap .glyphicon{
    display:table-cell;
    vertical-align: middle;
    width:100%;
    font-size:90px; 
}

#single-video > a:link, #single-video > a:visited{
    color:#fff;
}

#single-video > a:hover{
    color:#203760;
}



.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
    position:relative;
}

.wpcf7-form-control-wrap{
    width:100% !important;
}



/* gallery */
.blueimp-gallery > .prev, .blueimp-gallery > .next{
    border:0;
}

.gallery-title{
    background:#004B99;
}
        
.gallery-title{
    width: 100%;
    display: block;
    padding: 5px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size:36px;
    font-weight:400;
    font-family: 'league-gothic', impact, sans-serif;
}
.gallery-item{
  display:inline-block;
  zoom:1;
  *display:inline;
  border-bottom:1px solid #ddd !important;
  margin:12px;
  width:160px;
  vertical-align:top;
}
    .gallery-item a{
        text-decoration:none !important;
    }
.gallery-item .image-title{
    display:block;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.gallery-item .image-desc{
    font-size:11px;
    line-height:12px;
}
.gallery-item .image-container{
    max-height:113px;
    overflow:hidden;
    position:relative;
    display:block;
}

.gallery-item .video-button{
    position:absolute;
    width:100%;
    text-align:center;
    display:block;
    top:30%;
    bottom:30%;
    left:0;
    font-size:50px;
    color:#fff;
}
.gallery-item .video-button:hover{
    color:#ccc;
}


.gallery-item img{
    max-width:150px;
    height:auto;
}

.blueimp-gallery > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .close, .blueimp-gallery > .play-pause, .blueimp-gallery > .title, .blueimp-gallery > .indicator {
    visibility:visible ;
    display:block;
}

.blueimp-gallery > .slides > .slide > .slide-content{
    max-height:60%;
    width:auto;
}

.blueimp-gallery > .title {
    width: 50%;
    margin: 0 auto;
    left: 25%;
    right: 25%;
    top: 5%;
    text-align: center;
    font-family: 'nimbus-sans', sans-serif;
    text-transform:none;
}



/* widgets */

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 16px 8px;
    font-size:10px;
}

.fc-button{
    height:1.7em !important;
}
.fc-day-content > div, .fc-day-content{
    max-height:151px !important;
    height:auto !important;
}

.fc-event-inner{
    border:0;
}

.fc-day-header{
padding: 10px 20px;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
color: #fff !important;
font-family: 'league-gothic', impact, sans-serif;
font-weight:400 !important;
font-size: 32px;
text-transform: uppercase;
background:#004B99 !important;
background-image:none;
}

.qtip-title{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
color: #fff !important;
font-weight:400 !important;
text-transform: uppercase;
background:#FF1C00 !important;
background-image:none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
border: 1px solid #ffba85;
background: #ffba85 !important;
color: #333333;
}

  
	/* footer */ 
 
footer {
    background: #191919;
    color: #ccc;
    padding-top:10px;
    font-size:14px;
    text-align:center;
    border-top:#0D4C97 50px solid;
}
footer h3{
    color:#fff;
    font-weight:700;
}
footer a:link, footer a:visited{
    color: #FFF;
    text-decoration:none;
    font-size:14px;
}
footer a:hover{
    color: #CCC;
    text-decoration:none;
}
.footer-social a:link, .footer-social a:visited{
  font-size:20px;
  margin-right:5px;
}
#lower-footer{
    margin-top:20px;
    background:#0C0C0C;
    padding:10px;
    text-align:center;
}
#lower-footer ul{
    margin:0;
    padding:0;
}
#lower-footer li{
    list-style:none;
    display:inline-block;
    zoom:1;
    *display:inline;
}


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width:760px) {
    
    
    #content{
        padding:50px;
    }
    
    #wp-calendar tbody td {
        font-size:12px;
    }
    #wp-calendar tbody td:hover {
        font-size:12px;
    }
    #wp-calendar .event a:link, #wp-calender .event a:visited{
        font-size:12px;
    }
    
    #wp-calendar .event:hover{
        background:#4D81B7;
    }

    .carousel-caption h2{
         font-size:28px;
    }

    .carousel-caption h3{
         font-size:16px;
    }

    #main-nav.affix {
        position: fixed;
        top: 0;
        width: 100%
    }
                        
    #social-media{
        text-align:right;
    }
	

	
    footer {
        text-align:left;
    }

    
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    
    .carousel-caption h2{
         font-size:32px;
    }

    .carousel-caption h3{
         font-size:20px;
    }
    
    .front-page-boxes .front-page-column{
        padding:0;
        float:none;
        display:table-cell;
        height:100%;
        border-left:1px solid #ccc;
    }
    
    #weather-band a h3, #weather-band h3, #weather-band a{
        display:inline-block;
        color:#fff !important;

    }
    
    
    header {
    }
    


    #main-nav.affix {
        position: fixed;
        top: 0;
        width: 100%
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
    .carousel-caption h2{
         font-size:42px;
    }

    .carousel-caption h3{
         font-size:24px;
    }
    
    
    .container{
        
    }
}