@charset  "utf-8";

/* CSS Document */
html {
    background-color: #fff !important;
    margin: 0 auto;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    height: 1335px;
}

/* Typography Styles 
-------------------------------------------------- */
h1 {
    text-align: center;
    padding: 1em;
}

.sectionTitle {
    margin: 0;
    padding: 30px 0 50px;
}

.sponsorTitle {
    font-size: 1.5em;
    font-weight: 700;
    margin: 5px auto;
    padding: 10px 0;
}

h3 {
    margin: 0;
    padding: 20px 0;
}

section h3:first-of-type {
    padding: 0 0 20px;
}

.underline {
    text-decoration: underline;
}

.headline {
    font-size: 1.5em;
    text-transform: uppercase;
}

.small {
    font-size: .8em;
}

a,a:hover {
    color: #fff;
    text-decoration: none;
    text-transform: none;
}

.link {
    color: #00538C;
    text-decoration: none;
    text-transform: none;
}

.link:hover {
    color: #00538C;
    text-decoration: none;
    text-transform: none;
}

/* Main Navigation Styles 
-------------------------------------------------- */
.navbar {
    height: 90px;
    min-height: 90px;
    box-shadow: 0 0 10px 0 rgba(68,68,68,0.50);
}

.navbar-right {
    height: 90px;
}

.navbar-nav>li {
    float: left;
    height: 90px;
}

.navbar-nav>li>a {
    padding-top: 35px;
    padding-bottom: 35px;
}

.navbar-header {
    width: 140px;
}

.navbar-brand {
    height: 90px;
    padding: 20px 0;
}

.navbar-brand img {
    width: 100%;
}

.nav>li>a {
    height: 90px;
}

.btn-warning {
    background-color: #f05423;
}

li#btn-register {
    height: 50px;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 5px;
}

li#btn-register>a {
    padding-top: 16px;
    color: #fff;
}

.cta-regBtn {
    background-color: rgba(240,84,35,.60);
    max-width: 300px;
    width: 100%;
    padding: 10px 0;
    border: #f05423 solid 2px;
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
    text-decoration: none;
    text-transform: none;
    color: #fff;
}

.cta-regBtn:hover {
    border: #fff solid 2px;
    text-decoration: none;
    text-transform: none;
}

/* Mobile Navigation Styles 
-------------------------------------------------- */
.navbar-toggle {
    padding: 15px;
    margin-top: 20px;
    margin-right: 0;
}

.navbar-default .navbar-collapse {
    background-color: #f8f8f8;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.navbar-collapse {
    padding-right: 45px;
}

/* Page Structure Styles 
-------------------------------------------------- */
.pageWrapper {
    display: block;
    position: relative;
    padding-top: 130px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1024px;
    margin-bottom: 50px;
}

.block {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
    border-bottom: solid 1px #ccc;
}

.column {
    position: relative;
    display: inline-block;
    height: auto;
    padding: 10px;
    margin-bottom: 50px;
}

.full {
    position: relative;
    width: 100%;
}

.left {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    padding-right: 20px;
}

.right {
    position: relative;
    float: right;
    clear: right;
    width: 50%;
    padding-left: 20px;
}

.photos>img {
    max-width: 600px;
    width: 100%;
    margin-bottom: 25px;
    vertical-align: middle;
    position: relative;
    display: block;
}

.placeholderText {
    margin: 100px;
    font-size: 4em;
    line-height: 1.3em;
}

footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #f8f8f8;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    border-top: 1px #999 solid;
}

footer p {
    font-size: 12px;
    color: #333;
    font-weight: 400;
    margin: 0;
}

footer a,footer a:hover {
    color: #00538C;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* Inner Page Styles 
-------------------------------------------------- */
.inner {
    height: auto;
    padding: 1rem;
}

.innerParty {
    padding: 1rem;
    max-height: 1800px;
    height: 1800px;
}

.innerParty p {
    color: #000;
}

.centerPage {
    margin: 0 auto;
    display: block;
    position: relative;
    max-width: 700px;
}

.cover {
    text-shadow: 0 .05rem .1rem rgba(0,0,0,.5);
    color: #fff;
    padding-top: 85px;
    margin-bottom: -85px;
}

.lead {
    margin-top: 20px;
}

.banner {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 30px 0;
}

.white {
    background-color: rgba(250,250,250,.40);
}

.lightBlue {
    background-color: rgba(53,208,239,.50);
}

#homeContent {
    margin-top: 100px;
}

#video-main {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

iframe#video-main {
    max-width: 500px;
}

#fees table {
    max-width: 400px;
    width: 100%;
    margin: 25px 0;
}

#fees tr {
    width: 100%;
}

#fees td {
    max-width: 100px;
    width: 100%;
    padding: 5px 10px;
}

#fees>table>tr {
    border-bottom: solid 1px #ccc;
}

#sforiginal {
    float: right;
    padding: 0 5px 0 30px;
    padding-bottom: 5px;
}

.captionFrame {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    background-color: #4d6a79;
    color: #fff;
    border-radius: 5px;
    border: rgba(255,255,255,0.00) 1px solid;
}

.iconSection {
    display: block;
    position: relative;
    max-width: 600px;
    width: 100%;
    padding: 10px;
    margin: 20px auto;
    height: auto;
    border-radius: 5px;
    clear: both;
    border-bottom: solid 1px rgba(204,204,204,.40);
}

.iconSection:first-of-type {
    padding-top: 0;
}

.iconSection:last-of-type {
    border-bottom: 0;
}

.iconSection p {
    display: inline-block;
    max-width: 480px;
    width: 100%;
    margin-left: 20px;
    font-size: 14px;
}

.icon {
    display: inline-block;
    vertical-align: top;
    max-width: 100px;
    width: 100%;
    height: auto;
}

.sponsor {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.sponsor tbody {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
}

.sponsor th {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
}

.sponsor tr {
    display: block;
    position: relative;
    width: 100%;
    margin: 10px;
    padding: 0;
    text-align: center;
}

.sponsor tr td {
    display: inline-block;
    position: relative;
    max-width: 200px;
    width: 100%;
    margin: 0 10px;
    padding: 0;
    text-align: center;
}

.sponsor td a img {
    position: relative;
    display: block;
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}

#glide {
    max-width: 350px;
    width: 100%;
}

#dignity {
    max-width: 400px;
    width: 100%;
    margin: 30px 0;
}

#twentyfourhr {
    max-width: 300px;
    width: 100%;
    margin: 30px auto;
}

.station {
    max-width: 120px;
    width: 100%;
}

#registration {
    margin-top: 30px;
    text-align: center;
}

iframe {
    border: none;
}

iframe#map {
    max-width: 1000px;
    width: 100%;
}

.thumb {
    max-width: 120px;
    width: 100%;
    height: auto;
    border-radius: 5px;
    border: #ccc solid 1px;
    padding: 5px;
    margin-right: 15px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    height: 650px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
    height: 650px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 650px;
}

.carousel-control {
    top: -40px;
}

/* Clock Widget
---------------------- */
#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    background: rgba(250,250,250,.20);
    display: inline-block;
}

#clockdiv div > span {
    padding: 15px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

/* Media Queries 
-------------------------------------------------- */
@media (max-width: 767px) {
    .navbar-header {
        width: 100%;
    }

    .navbar-brand img {
        width: 100%;
    }

    .navbar-brand {
        max-width: 250px;
        padding: 15px 0 15px 30px;
    }

    .navbar-right {
        margin-right: -60px;
    }

    .pageWrapper {
        padding-bottom: 80px;
    }

    .headline {
        font-size: 1em;
    }

    #video-main iframe {
        width: 100%;
    }

    .column.left,.column.right {
        float: none;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 15px 30px;
    }

    #fees table {
        max-width: 600px;
    }

    #fees tr {
        border-bottom: 1px solid #ccc;
    }

    .photos>img {
        margin-left: auto;
        margin-right: auto;
    }

    iframe#map {
        height: 300px;
    }

    .carousel,.carousel-inner,.carousel .item,.carousel-inner > .item > img {
        height: 450px;
    }
}

@media (max-width: 545px) {
    .navbar-brand {
        max-width: 200px;
        padding: 25px 0 25px 30px;
    }

    .navbar-brand img {
        width: 80%;
    }

    li#btn-register {
        margin-top: 0;
        margin-bottom: 15px;
    }

    li#btn-register>a {
        padding-top: 6px !important;
    }

    .navbar-nav {
        margin: 7.5px -15px;
        display: block;
        position: relative;
    }

    .navbar-nav>li {
        float: right !important;
        height: 40px !important;
        display: inline-block;
        clear: right;
    }

    .navbar-nav>li>a {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        line-height: 28px !important;
    }

    .nav>li>a {
        display: inline-block;
        height: 30px !important;
        float: right;
        clear: right;
    }

    h1 {
        padding: .5em;
        font-size: 1.5em;
    }

    .placeholderText {
        margin: 30px 10px 0;
        font-size: 1.5em;
        line-height: 1.3em;
    }

    .headline {
        font-size: .8em;
    }

    .placeholderText {
        font-size: 2em;
    }

    .carousel,.carousel-inner,.carousel .item,.carousel-inner > .item > img {
        height: 300px;
    }
}