@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Montserrat:400,700);

body {
    font-family: 'Open Sans', sans-serif;
}

h1 {
    font-size: 27px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

.hrpadding {
    margin-left: 15px;
    margin-right: 15px;
}

.row-for-desktop {
    margin-right: -15px;
    margin-left: -15px;
}

.show-in-mobile {
    display: none;
}

.form-control:focus {
    border-bottom-color: #64a9bc;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #64a9bc;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #64a9bc;
    border-top-color: #64a9bc;
    box-shadow: 0 1px 1px #c1e9f4 inset, 0 0 8px #64a9bc;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

.green-btn {
    background-color: #64a9bc;
    color: #140c3c;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    clear: left;
    display: inline-block;
}

    .green-btn:hover {
        background-color: #a5d8e6;
        text-decoration: none;
    }

.right-search {
    margin-bottom: 15px;
}

.right_green_bx {
    color: #808285;
    font-weight: normal;
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    padding: 0 10px 10px 10px;
    font-size: 12px;
    clip: auto;
}

    .right_green_bx a {
        color: #64a9bc;
        font-size: 12px;
    }

/* form */

.for-lable-hide .form-group.has-error label {
    display: none !important;
}

/* green button */

.btn-green {
    background-color: #205963;
    border-bottom-color: #205963;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #205963;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #205963;
    border-top-color: #205963;
    color: #FFFFFF !important;
}

    .btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
        background-color: #1b4b53;
        border-bottom-color: #1b4b53;
        border-left-color-ltr-source: physical;
        border-left-color-rtl-source: physical;
        border-left-color-value: #1b4b53;
        border-right-color-ltr-source: physical;
        border-right-color-rtl-source: physical;
        border-right-color-value: #1b4b53;
        border-top-color: #1b4b53;
        color: #FFFFFF !important;
    }

    .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
        background-image: none;
    }

        .btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green.active[disabled], fieldset[disabled] .btn-green.active {
            background-color: #205963;
            border-bottom-color: #205963;
            border-left-color-ltr-source: physical;
            border-left-color-rtl-source: physical;
            border-left-color-value: #205963;
            border-right-color-ltr-source: physical;
            border-right-color-rtl-source: physical;
            border-right-color-value: #205963;
            border-top-color: #205963;
        }

/* Twitter Script*/

.twitterfeed ul {
    margin: 0;
    padding: 0;
}

    .twitterfeed ul li {
        list-style: none;
        overflow: hidden;
        margin: 0;
        padding: 0;
    }

.twitterfeed .tweet, .twitterfeed .timePosted {
    float: left;
    font-size: 12px;
}

.tweet {
    width: 174px;
}

    .tweet img {
        width: 50px !important;
        padding: 5px;
    }

.twitterfeed .timePosted {
    border-bottom: 1px solid #808285;
    width: 100%;
    padding: 0 0 10px 0;
}

.interact {
    visibility: hidden;
    margin-bottom: -25px;
}

.media img {
    margin-left: 0 !important;
    width: 100% !important;
}

.no-image {
    display: none;
    height: -5px;
}
/* \ twitter */

#loadmore {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

/* Header */

.header {
    min-height: 296px;
    position: relative;
    background-image: url("../i/header-bg.jpg");
}

.home-header {
    height: 296px;
    position: relative;
    background-image: url("../i/header-bg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 50% 0;
    background-size: cover;
}

.header-logo {
    /*background-color:#fff;*/
    text-align: center;
    left: -40px;
}

.logo {
    margin-top: -3px;
    height: 75px;
}

.brown-strip {
    position: absolute;
    top: 0;
    left: 0;
}

.days {
    height: 20px;
    position: relative;
    top: 222px;
    left: 150px;
    font-size: 20px;
    color: white;
    font-weight: 700;
}

.top-subs {
    position: relative;
}

.top-subs-bg {
    width: 100%;
    background-color: #140c3c;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    margin-top: -1px;
}

.top-sub-content {
    color: #fff;
    z-index: 2;
    position: relative;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 0 10px 0;
    text-align: right;
    white-space: nowrap;
    /*margin-top:-4px;*/
}

    .top-sub-content img {
        border: 0;
        margin: 0 3px;
    }

    .top-sub-content a {
        color: #fff;
    }

#accountnav {
    font-weight: normal;
}

.header-bnr-text {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px 0 10px;
}

.header-text-bg {
    background-color: #140c3c;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.header-bnr-text p {
    position: relative;
    z-index: 2;
}

/* Banner */
.banner-image-home {
    min-height: 282px; /*290px;*/ /*350px;*/
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}

    .banner-image-home figcaption {
        width: 100%;
        position: absolute;
        padding: 10px;
        bottom: 0;
        left: 0;
        background-image: url(../i/banner-bg.png);
    }

.banner-image {
    min-height: 255px; /*350px;*/
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}


/* Intro Carousel */

.page-intro .carousel {
    overflow: hidden;
}

    .page-intro .carousel .item {
        -webkit-transition: opacity 1s;
        -moz-transition: opacity 1s;
        -ms-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
    }

    .page-intro .carousel .active.left, .page-intro .carousel .active.right {
        left: 0;
        opacity: 0;
        z-index: 2;
    }

/* Banner Carusel */

.latest-events-carousel {
    padding-left: -0px;
    padding-right: -0px;
}


/* Left Side */

.opt_bx {
    color: #808285;
    font-weight: bold;
    border: 1px solid #dfdfdf;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
    /*text-transform:uppercase;*/
    cursor: pointer;
}

    .opt_bx a {
        color: #808285;
    }

        .opt_bx a:hover {
            text-decoration: none;
        }

.newsletter_signup_bx {
    color: #808285; 
    font-weight: bold;
    border: 1px solid #dfdfdf;
    padding: 10px 10px 10px 10px;
    text-align: center;
    margin-bottom: 15px;
}

    .newsletter_signup_bx p {
        color: #808285;
    }

    .newsletter_signup_bx h1 {
        color: #25195e;
        margin: 0;
        font-size: 15px;
        font-weight: bold;
    }

    .newsletter_signup_bx a {
        text-decoration: none;
    }

.signup-controls {
    margin: 0 0 0 -40px;
}

.txbxsignup {
}

.btnsignup {
    background-color: #64a9bc;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 0;
    height: 34px;
    width: 34px;
}

    .btnsignup:hover {
        color: #fff;
    }

.newsletter_bx {
    background-image: none;
}

.download_brochure_bx {
    background-image: none;
}

.mail_list_bx {
    background-image: none;
}

.multi-item_bx {
    /*color:#808285;*/
    color: #333;
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    padding: 10px 10px 0 10px;
    font-size: 12px;
}

    .multi-item_bx h4 {
        font-size: 13px;
        text-transform: uppercase;
        line-height: 17px;
        margin: 0 0 0 0;
        color: #276975;
        font-weight: bold;
    }

.sign_list_bx {
    background-image: url(../i/sign-ico.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 50px;
    margin: 0 0 15px 0;
}

.audio_list_bx {
    background-image: url(../i/audio-ico.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 50px;
    min-height: 40px;
    margin: 0 0 15px 0;
}

.audiolisten_list_bx {
    background-image: url(../i/audiosource-icon.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding: 15px 0px 15px 60px;
    margin: 0 0 15px 0;
    border: 1px solid #dfdfdf;
}

    .audiolisten_list_bx a {
        font-size: 13px;
        color: #276975;
    }

.talkback {
    margin: 0 0 15px 0;
    color: #808285;
    border: 1px solid #dfdfdf;
    font-size: 12px;
}

    .talkback h4 {
        margin: 0 0 0 0;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding: 8px 4px;
        background-color: #276975;
        color: #fff;
        text-align: center;
    }

.talkback-text {
    padding: 10px 10px;
}

.relaxed_performance_bx {
    background-image: url(../i/Relaxed-Performance-Logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 50px;
    margin: 0 0 10px 0;
    min-height: 40px;
}

    .relaxed_performance_bx h4 {
        font-size: 13px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        color: #276975;
        font-weight: bold;
    }

.closed_captioned_bx {
    background-image: url(../i/CC-Icon.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 50px;
    margin: 0 0 10px 0;
    min-height: 40px;
}

    .closed_captioned_bx h4 {
        font-size: 13px;
        text-transform: uppercase;
        margin: 0 0 0 0;
        color: #276975;
        font-weight: bold;
    }

.main-cont {
    margin-top: 15px;
}

.social_bx {
    color: #808285;
    font-weight: bold;
    border: 1px solid #dfdfdf;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

    .social_bx .footer-links {
        margin-left: 10px;
    }

    .social_bx h1 {
        margin: 0 0 20px 0;
        font-size: 17px;
        color: #fff;
        font-weight: bold;
        padding: 10px 10px 10px 45px;
        background-color: #64a9bc;
        background-image: url(../i/users-ico.png);
        background-repeat: no-repeat;
        background-position: 15px 10px;
    }

    .social_bx img {
        margin: 0 0 20px 25px;
    }

    .social_bx .gap {
        width: 100%;
        margin-top: 20px;
    }

    .social_bx a {
        font-size: 14px;
        color: #808285;
        font-weight: bold;
    }

        .social_bx a span {
            color: #64a9bc;
        }

.accessibility_bx {
    margin: 0 0 20px 0;
    line-height: 15px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 15px 5px;
    background-repeat: no-repeat;
    background-position: 15px 10px;
    border: 1px solid #dfdfdf;
    background-image: none;
}

    .accessibility_bx h1 {
        color: #25195e;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
    }

    .accessibility_bx a {
        font-size: 16px;
        color: #808285;
        font-weight: bold;
    }

.summary-links {
    background-color: #276975;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 15px;
}

    .summary-links h4 {
        width: 100%;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        padding: 0 0 0 0;
        text-transform: uppercase;
    }

    .summary-links p {
        /*color:#64a9bc;*/
        color: #fff;
        padding: 0 30px;
        font-size: 12px;
    }

        .summary-links p strong {
            color: #fff;
        }

.youtube-cont {
    width: 100%;
    text-align: center;
    height: 78px;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
}

    .youtube-cont img {
        border: 0;
    }

.youtube-thb {
    margin: -14px 0 0 0;
}

.youtube-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: -16px -16px;
}

.summary-links ul {
    padding: 0;
    margin: 0;
}

.summary-links li {
    list-style: none;
}

    .summary-links li a {
        width: 100%;
        text-transform: uppercase;
        color: #FFF;
        display: block;
        font-weight: bold;
        padding: 10px 22px 10px 10px;
        background-image: url(../i/blue-arrow.png);
        background-repeat: no-repeat;
        background-position: 94% 50%;
    }

.divider {
    height: 1px;
    width: 95%;
    margin: 10px auto;
    background-color: #fff;
    display: block;
    clear: both;
}

    .divider:last-child {
        display: none;
    }

/* central column*/

.header-bnr-cont {
    min-height: 282px; /*290px;*/ /*350px;*/
    background-color: #276975;
    color: #fff;
}

    .header-bnr-cont h1 {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 0;
        /*margin-top:-5px;*/
    }

    .header-bnr-cont h2 {
        font-size: 14px;
        margin-top: 10px;
    }

.bottom-links {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.mid-ltrs {
    margin-top: 10px;
    font-size: 24px;
}

.header-bnr-cont a {
    color: #fff;
}

.central-column h1 {
    color: #808285;
    font-size: 24px;
}

.central-header {
    margin-top: 15px;
}

.thumbnail .caption {
    color: #333333;
    padding-bottom: 0px;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 9px;
}

.thomb_bx {
    margin-bottom: 30px;
    text-align: center;
}

    .thomb_bx .thumbnail {
        border-radius: 0;
        height: 290px;
    }

        .thomb_bx .thumbnail .thumbnail-img {
            width: 100%;
            height: 160px;
            display: block;
            background-repeat: no-repeat;
            background-attachment: scroll;
            background-position: 50% 50%;
            background-size: 100%;
            background-clip: content-box;
            cursor: pointer;
        }


    .thomb_bx a {
        color: #140c3c;
        font-weight: bold;
    }

    .thomb_bx h3 {
        padding: 10px;
        margin: -10px -9px 0px -9px;
        background-color: #276975;
        color: #fff;
        font-size: 14px;
        font-weight: bolder;
        text-transform: uppercase;
        cursor: pointer;
    }

        .thomb_bx h3 a {
            color: #fff;
        }

            .thomb_bx h3 a:hover {
                text-decoration: none;
            }

    .thomb_bx h4 {
        text-transform: uppercase;
        color: #686868;
        font-weight: normal;
        font-size: 13px;
    }

.bootom_click_for_more {
    width: 100%;
    padding: 0 0 25px 0;
    text-align: center;
}

    .bootom_click_for_more a {
        color: #25195e;
    }

.central-content .gray-lnk {
    color: #999;
}

.central-content .page-title {
    color: #126473;
    font-weight: bold;
}

.central-content .green-txt {
    color: #126473;
    font-weight: bold;
}

/* search navigation */
.search-nav {
    padding: 10px 0;
    margin-bottom: 20px;
}

    .search-nav a, .pagerButton {
        padding: 10px;
        border-right: 1px solid #DDDDDD;
    }

.pagerButton {
    border-left: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
}

.search-nav span {
    padding: 10px;
}

.pagerButtonCurrentPage {
    background-color: #DDDDDD;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.search-nav a:first-child, .search-nav .pagerButtonCurrentPage:first-child {
    border-radius: 6px 0px 0px 6px;
}

.search-nav a:last-child, .search-nav .pagerButtonCurrentPage:last-child {
    border-radius: 0px 6px 6px 0px;
}

/* Togglable tabs */



.ttab .tab-content {
    padding: 40px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}

    .ttab .tab-content h1,
    .ttab .tab-content h2,
    .ttab .tab-content h3,
    .ttab .tab-content h4,
    .ttab .tab-content h5,
    .ttab .tab-content h6 {
        color: #64a9bc;
    }

.ttab .nav-tabs {
    border: 0;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 20px;
    padding-right: 20px;
}

.ttab .nav {
    background-color: #276975;
}

.ttab .nav-tabs > li > a {
    border: 0;
}

.ttab .nav-tabs > li.active > a, .ttab .nav-tabs > li.active > a:hover, .ttab .nav-tabs > li.active > a:focus {
    border: 0;
}

.ttab .nav li {
    background: none;
}

.ttab .nav-tabs > li {
    margin-bottom: 0px;
}

.ttab .nav .active a {
    color: #64a9bc;
    border-radius: 0;
    background-color: #FFF;
}

.ttab .nav li a {
    color: #fff;
    background-color: #64a9bc;
    border: 0;
    border-radius: 0;
}

.ttab .nav > li > a {
    padding: 5px 15px;
    margin-top: 5px;
    margin-left: 10px;
}


    .ttab .nav > li > a:hover, .ttab .nav > li > a:focus {
        background-color: #fff !important;
        color: #64a9bc !important;
        border-radius: 0;
    }

#dates-ttab ul {
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

    #dates-ttab ul li {
        list-style: none;
        display: inline;
        padding: 0px 10px;
        border-left: 1px solid #64a9bc;
    }

        #dates-ttab ul li.first {
            padding: 0 10px 0 0;
            border-left: none;
            list-style: none;
            display: inline;
        }


.page-intro {
    background-color: #276975;
}

    .page-intro .quotes {
        /*height:70px;*/
    }

    .page-intro .col-lg-7 {
        padding-left: 20px;
    }

.teal-highlight {
    color: #276975;
}


.page-intro h1 {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: -2px;
    line-height: 32px;
    text-transform: uppercase;
}

.page-intro h2 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    /*margin-top:-10px;*/
    text-transform: uppercase;
}

.page-intro h3 {
    color: #fff;
}

.page-intro h4 {
    color: #fff;
}

.page-intro h5 {
    color: #fff;
}

.page-intro h6 {
    color: #fff;
}

.page-intro a {
    line-height: 50px;
    color: #dadada;
}

.page-intro p {
    color: #fff;
    font-size: 14px;
}

.page-intro-image {
    display: block;
    padding-top: 50px;
    padding-right: 20px;
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.page-intro-image-slider {
    width: 100%;
    max-width: 340px;
    height: 300px;
}

.page-intro-image img {
    width: 100%;
}

.quotes {
    display: none;
}

.page-intro .bottom-links {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

    .page-intro .bottom-links a {
        color: #fff;
    }

.page-intro .col-lg-5 img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

/* Page Summery */

.page-summery-header {
    background-color: #276975;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .page-summery-header h1 {
        width: 350px;
        color: #FFFFFF;
        margin: 0;
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
    }

    .page-summery-header h2 {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
        margin-top: -5px;
        text-transform: uppercase;
    }

    .page-summery-header a {
        color: #DADADA;
        line-height: 50px;
    }

.page-summery-content-intro {
    color: #276975;
    font-size: 15px;
    border-left: 1px solid #e0e0e0;
}

p.intro {
    color: #64a9bc;
}

.page-summery-image {
    width: 300px !important;
    min-height: 250px;
    /*height: 100%;*/
    float: right;
    margin-top: -40px;
    margin-left: 30px;
    /*margin-bottom:10px;*/
    position: relative;
    overflow: hidden;
}

@media (min-width:768px) and (max-width:992px) {
    .page-summery-image {
        float: left;
        margin: 0 50px 0 0;
    }
}



.rotate-img img {
    /*max-width: 300px !important;*/
    max-width: 290px !important;
}

.page-summery-content {
    color: #333;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    /*min-height: 435px;*/
}

.page-summery-image img {
    float: left;
    /* margin: 20px;*/
    margin: 6px;
}

.logo_box {
    width: 228px;
    float: left;
    margin: 4px 10px 10px 0;
    border: 1px solid #cccccc;
}

.logo_wrapper {
    height: 100px;
    margin: 5px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

    .logo_wrapper img {
        width: 100%;
    }

.page-summery-content h1 {
    color: #FFFFFF;
    margin: 0;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #276975;
    padding: 15px;
    margin-top: -10px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 20px;
}


.page-summery-content .blue-txt {
    color: #180e4c;
}

.page-summery-content a {
    color: #180e4c;
}

#sponsorsArea {
    font-size: 12px;
    overflow: auto;
}

.sponsor {
    float: left;
    display: block;
    margin: 0 10px 0 0;
    text-align: center;
}

    .sponsor .sponsortext {
        margin-bottom: 10px;
    }

    .sponsor img {
        margin: 2px 0 0 0;
    }

a.booknow {
    background-color: #64A9BC;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #64A9BC;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    display: table;
    text-align: center;
}

    a.booknow:hover {
        background-color: #fff;
        color: #64A9BC;
        text-decoration: none;
        border: 1px solid #64A9BC;
    }

.cast-row {
    margin-top: -10px;
}

.cast-profiles {
    border: 1px #e0e0e0 solid;
    margin-bottom: 25px;
    overflow: hidden;
    padding: 20px;
}

@media (min-width: 1200px) {
    .cast-info {
        margin-left: -40px;
    }
}

/* News Column */

.page-news-content {
    margin-top: 15px;
}

/* Right Column */

.btn-search {
    background-color: #276975;
    color: #fff;
    border-radius: 0;
}

.search-bx {
    border-radius: 0;
}

.btn-search:hover {
    background-color: #358796;
    color: #fff;
}

.line-bt {
    width: 100%;
    height: 1px;
    background-color: #808285;
    margin-bottom: 7px;
}

.right_green_bx h1 {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 15px 10px 15px 45px;
    background-color: #64a9bc;
    margin-left: -10px;
    margin-right: -10px;
    text-transform: uppercase;
}

.right_green_bx h2 {
    margin: 0 0 20px 0;
    font-size: 13px;
    color: #fff;
    margin-top: -30xp;
}

.map_icon h1 {
    background-image: url(../i/map-ico.png);
    background-repeat: no-repeat;
    background-position: 15px 10px;
}

.right_green_bx img {
    margin-left: 15px;
}

#HQTweets img {
    margin-left: 0px;
    float: left;
    margin-right: 5px;
}

.right_green_bx .gap {
    width: 100%;
    margin-top: 20px;
}

.right_green_bx a span {
    color: #64a9bc;
}

.twitter_feeds_header {
    background-color: #64a9bc;
    padding-bottom: 3px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0px;
}

    .twitter_feeds_header .title_bx {
        color: #fff;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        padding: 10px 10px 15px 20px;
    }

    .twitter_feeds_header .subtitle_bx {
        color: #0d1261;
        font-size: 12px;
        font-weight: normal;
        margin-top: -30px;
        margin-left: 20px;
    }

.twitter_icon {
    background-image: none;
}

.newsfeed ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news_feeds_header {
    background-color: #64a9bc;
    padding-bottom: 3px;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
}

    .news_feeds_header .title_bx {
        color: #fff;
        font-size: 16px;
        color: #fff;
        font-weight: bold;
        padding: 17px 10px 5px 40px;
    }

        .news_feeds_header .title_bx a {
            color: #fff;
            font-size: 15px;
        }


    .news_feeds_header .subtitle_bx {
        color: #0d1261;
        font-size: 12px;
        font-weight: normal;
        margin-top: -30px;
        margin-left: 50px;
    }

.news_icon {
    background-image: url(../i/news-ico.png);
    background-repeat: no-repeat;
    background-position: 10px 16px;
}


/* Footer */

.footer {
    background-color: #276975;
    color: #fff;
    font-size: 12px;
    padding: 10px 0 100px 0;
}

    .footer a {
        color: #fff;
        margin-right: 7px;
        font-size: 10px;
    }

.footer-line {
    background-color: #79989e;
    width: 100%;
    height: 1px;
    margin: 0 0 10px 0;
    display: block;
}

.footer-logo {
    padding-bottom: 110px;
}

    .footer-logo img {
        max-width: 100%;
        max-height: 100%;
        display: block;
        float: right;
        padding-right: 24px;
    }

/* navigation */

.navbar-style {
    background-color: #EEEEEE;
    border-radius: 0;
    margin-bottom: 0px;
    min-height: 38px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    background-image: url(../i/header-sub-bg.png);
    border-bottom: 1px solid #c1c1c1;
}

.navbar-nav {
    width: 100%;
    background-position: bottom;
    text-transform: uppercase;
    color: #bde7fb;
}

    .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
        background-color: #205963;
        color: #fff;
    }

    .navbar-nav a {
        color: #bde7fb;
    }

    .navbar-nav > li > a {
        border-radius: 6px 6px 0 0;
        padding: 4px 15px 7px 15px; /*4px 18px 7px 18px;*/
        padding: 0px 15px 0 15px\9; /* IE8 and below */
        margin-top: 6px;
        position: relative;
        font-weight: bold;
    }

    .navbar-nav > li.active > a, .navbar-nav > li.active > a:hover, .navbar-nav > li.active > a:focus {
        background-color: #205963;
        color: #FFFFFF;
    }

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #205963 !important;
    text-decoration: none;
    color: #FFF !important;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #205963;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: left;
    left: 0;
    list-style: none outside none;
    margin: 0px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    text-transform: none;
    color: #BDE7FB;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #fff;
}

.dropdown-menu > li > a {
    color: #BDE7FB;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background-color: transparent;
        background-image: none;
        background-repeat: repeat-x;
        color: #71a5b3;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #205963;
    color: #fff;
}

.navbar-style .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

a.pdf_link {
    padding: 0 0 0 25px;
    /*background:url(../i/pdf_icon.jpg) no-repeat 0 0;*/
    background-image: url(../i/pdf_icon.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}

a.word_link {
    padding: 0 0 0 25px;
    /*background:url(../i/word_icon.jpg) no-repeat 0 0;*/
    background-image: url(../i/word_icon.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}


.muve-left-tabs {
    margin-left: -114px;
}
/* mega-menu */

.mega-menu .nav,
.mega-menu .dropup,
.mega-menu .dropdown,
.mega-menu .collapse {
    position: static;
}

.mega-menu-content {
    text-transform: none;
}

    .mega-menu-content a:hover {
        color: #71a5b3;
        text-decoration: none;
    }

.mega-menu .navbar-inner,
.mega-menu .container {
    position: relative;
}

.mega-menu .dropdown-menu {
    left: auto;
}

    .mega-menu .dropdown-menu > li {
        display: block;
    }

.mega-menu .nav.pull-right .dropdown-menu {
    right: 0;
}

.mega-menu .mega-menu-content {
    padding: 20px 30px;
    *zoom: 1;
}

    .mega-menu .mega-menu-content:before,
    .mega-menu .mega-menu-content:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .mega-menu .mega-menu-content:after {
        clear: both;
    }

.mega-menu.navbar .nav > li > .dropdown-menu:after,
.mega-menu.navbar .nav > li > .dropdown-menu:before {
    display: none;
}

.mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
}


.mega-menu li {
    list-style: none;
}

.dropdown-menu {
    top: auto;
}


.notice-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 5px solid #823859;
    margin-bottom: 15px;
}

    .notice-box h1 {
        background-color: #823859;
        color: white;
        font-size: 15px;
        /*font-weight:bold;*/
        padding: 5px;
        text-align: center;
        margin: 0;
    }

.notice-inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fff;
    background-color: #fff;
    color: #333;
    padding: 8px;
    font-size: 12px;
}

/*Responsive YouTube*/
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

    .videowrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Donation Buttons */
.btn-donation {
    background-color: #276975;
    color: #fff !important;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
}

    .btn-donation:hover {
        background-color: #64a9bc;
        color: #fff;
    }

.btn-donate {
    width: 130px;
    margin-bottom: 5px;
    color: #fff;
}

    .btn-donate:hover {
        color: #fff;
    }

#donations .col-md-3 {
    padding: 0;
    margin: 0 0 15px 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

#donations a {
    display: block;
    height: 0;
    padding-bottom: 100%;
    background-size: cover !important;
    position: relative;
}

    #donations a:hover {
        cursor: pointer;
    }

    #donations a .btntext {
        position: absolute;
        left: 0;
        bottom: 0px;
        font-weight: 300;
        color: #fff;
        font-size: 18px;
        line-height: 1.1;
        width: 100%;
    }

        #donations a .btntext .text-wrap {
            padding: 7px 10px 10px 10px;
            margin: 0 auto;
            text-align: center;
        }

#donations .text {
    font-size: 13px;
    padding: 5px;
}

/* Full House donation page */

#fullhouse-donate a {
    display: inline-block;
    height: 50px;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    font-size: 30px;
    width: 140px;
}

    #fullhouse-donate a:hover {
        text-decoration: none;
        cursor: pointer;
    }

#fullhouse-donate .btntext {
    height: 50px;
    padding: 4px;
    width: 130px;
    display: inline-block;
}

#amountvalue {
    background-color: #bb025e;
    color: #fff;
    font-weight: bold;
    border: none;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    padding: 0;
    height: 40px;
}

.totalamount {
    padding: 11px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}

.btn-fullhousedonation {
    background-color: #551b70 !important;
    color: #fff !important;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    width: 230px !important;
}

    .btn-fullhousedonation:hover {
        background-color: #7a22a2 !important;
        color: #fff;
    }





@media (max-width: 1215px) {
    .muve-left-tabs {
        margin-left: auto;
    }

    .header-bnr-cont {
        height: auto;
    }

    .navbar-nav {
        margin-bottom: 7.5px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 7.5px;
    }

    .header {
        position: relative;
    }

    .banner-image-home {
        min-height: 500px;
    }

    .thomb_bx .thumbnail {
        height: 360px;
    }

        .thomb_bx .thumbnail .thumbnail-img {
            height: 240px;
        }
}

@media (max-width: 969px) {
    .mega-menu .dropdown.mega-menu-fullwidth .dropdown-menu {
        width: auto;
    }

    .mega-menu .mega-menu-content {
        padding-left: 0;
        padding-right: 0;
    }

    .mega-menu .dropdown-menu > li > ul {
        display: block;
    }

    .navbar-nav > li > a {
        border-radius: 0;
    }

    #latest-events-carousel {
        margin: -15px -15px;
    }

    .header {
        min-height: 148px; /*136px;*/
        position: relative;
        background-image: none;
    }

    .top-subs {
        width: 100%;
    }

    .signup-controls {
        display: none;
    }

    .xs-hide {
        display: none;
    }

    #fullhouse-donate a {
        margin-bottom: 10px;
    }

    .totalamount {
        border: none;
        padding: 5px 11px 11px;
        font-size: 20px;
        border-radius: 4px !important;
        margin-bottom: 0;
    }

    .remove-padding-left {
        padding-left: 5px;
    }

    .remove-padding-right {
        padding-right: 5px;
    }

    .btn-fullhousedonation {
        padding-top: 4px;
        font-size: 25px;
        height: 45px;
    }
}

@media (max-width: 790px) {
}

@media (max-width: 781px) {
    .page-intro-image {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .home-header {
        background-position: left 74px !important;
        background-size: cover;
    }

    .banner-image {
        min-height: 400px;
    }

    .thomb_bx .thumbnail {
        height: 600px;
    }

        .thomb_bx .thumbnail .thumbnail-img {
            height: 500px;
        }
}

@media (max-width: 630px) {
    .ttab .nav > li {
        width: 100%;
    }

    .page-summery-image {
        display: none;
    }

    .banner-image-home {
        min-height: 400px;
    }

    .banner-image {
        min-height: 350px;
    }

    .thomb_bx .thumbnail {
        height: 440px;
    }

        .thomb_bx .thumbnail .thumbnail-img {
            height: 325px;
        }
}


@media (max-width: 400px) {
    .thomb_bx {
        width: auto;
        float: none;
    }

    .header {
        min-height: 148px;
        position: relative;
    }

    .banner-image-home {
        min-height: 300px;
    }

    .banner-image {
        min-height: 200px;
    }

    .thomb_bx .thumbnail {
        /* height: 316px;*/
        height: 470px;
    }

        .thomb_bx .thumbnail .thumbnail-img {
            /*height: 200px;*/
            height: 350px;
            background-size: cover;
        }
}

@media (min-width: 992px) {
    .opt_bx {
        padding: 10px 10px 10px 50px;
    }

    .signup_bx {
        background-image: url(../i/notepad-icon.png);
        background-repeat: no-repeat;
        background-position: 15px 15px;
    }

    .newsletter_bx {
        background-image: url(../i/newsletter-icon.png);
        background-repeat: no-repeat;
        background-position: 15px 15px;
    }

    .download_brochure_bx {
        background-image: url(../i/download-brochure-ico.png);
        background-repeat: no-repeat;
        background-position: 15px 15px;
    }

    .mail_list_bx {
        background-image: url(../i/email-ico.png);
        background-repeat: no-repeat;
        background-position: 15px 15px;
    }

    .accessibility_bx {
        padding: 10px 10px 15px 35px;
        background-image: url(../i/accessibility-bg.png);
        background-repeat: no-repeat;
        background-position: 5px 20px;
    }

    .twitter_feeds_header .title_bx {
        padding: 10px 10px 15px 50px;
    }

    .twitter_feeds_header .subtitle_bx {
        margin-left: 50px;
    }

    .twitter_icon {
        background-image: url(../i/twitter-ico.png);
        background-repeat: no-repeat;
        background-position: 10px 23px;
    }
}

@media (min-width: 1200px) {
    .accessibility_bx {
        padding: 10px 10px 15px 55px;
        background-position: 15px 20px;
    }
}
/*Header Banner*/
@media (max-width:1200px) {
    .header-logo {
        background-color: #fff !important;
        /*margin-top:-22px;*/
        left: 0;
    }

    .logo {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .top-sub-content {
        margin-top: 0;
        text-align: center;
    }

    .top-subs-bg {
        margin-top: 0;
    }
}

@media (max-width:992px) {
    .circle50 {
        top: 109px !important;
        height: 186px;
    }

    .brown-strip {
        top: 15px !important;
    }

    .days {
        top: 240px;
        left: 100px;
        font-size: 20px;
    }

    .central-header {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {

    .row-for-desktop {
        margin-right: 0;
        margin-left: 0;
    }

    .hide-in-mobile {
        display: none;
    }

    .show-in-mobile {
        display: block;
    }
}

@media (max-width: 576px) {
}

@media (max-width:480px) {
    .lineHeightLogo {
        line-height: 17px;
    }

    .days {
        font-size: 14px;
        width: 160px;
        margin-left: -10px;
    }

        .days span {
            font-size: 20px !important;
        }

    .ttab .tab-content {
        padding: 20px 0px;
        border: none;
    }

    .footer-logo img {
        display: block;
        float: initial;
        padding: 15px 0 0 0;
    }
}



#accordion .panel-heading {
    background-color: #276975;
    border-bottom: 1px solid #FFF;
    margin-bottom: 2px;
}

#accordion .panel-title > a {
    color: #fff;
    font-weight: 600;
    margin-left: 35px;
    content: "\f107";
}


#accordion .panel-heading + .panel-collapse .panel-body {
    border: 0;
}

#accordion .panel-title {
    position: relative;
}


    #accordion .panel-title a::before {
        color: #FFF;
        top: -10px;
        left: 0px;
        position: absolute;
        font-family: "FontAwesome";
        font-size: 30px;
    }


    #accordion .panel-title a.collapsed::before {
        content: "\f106";
    }



    #accordion .panel-title a::before {
        content: "\f107";
    }

#name-a-seat-renewal .item, #name-a-seat-renewal .item img {
    width: 140px;
    height: 140px;
    cursor: pointer;
    margin: 0 auto;
}


#name-a-seat-renewal .btn-fullhousedonation {
    background-color: #041d4b !important;
    color: #fff !important;
    padding: 6px 12px;
    font-size: 20px;
    font-weight: bold;
    height: 44px;
    width: 230px !important;
    vertical-align: unset;
}

#name-a-seat-renewal .totalamount {
    border-radius: 6px;
    border: 5px solid grey;
    padding: 6px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}

#name-a-seat-renewal .item {
    text-align: center;
}

.name-a-seat p, .name-a-seat ul {
    line-height: 1.6;
    margin: 0 0 16px;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }