/* parent site - tweaks*/
.header-image-box {
    margin-bottom: -2px;
    padding: 0;
}

.navbar-default {
    border-bottom: none;
}

/* content */
.feature-content {
    margin-top: 50px;
}


    .feature-content img {
        max-width: 100%;
        margin-top: 10px;
    }

    .feature-content .grid-section .row {
        margin-top: 24px;
        margin-bottom: 24px;
    }

.secondary-nav .new-tabs {
    margin-bottom: 0;
}
/* 
	nav
*/
.feature-nav {
    background-color: #284581;
    margin-bottom: 0;
    border-radius: 0;
    font-size: 18px;
    position: relative;
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.2);
    z-index: 3000;
    border: 0;
    margin-top: 0;
}

    .feature-nav.affix {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 3000;
    }

    .feature-nav .navbar-brand {
        color: #fff;
    }

    .feature-nav a {
        color: #ddd;
        transition: all 0.2s ease-in-out;
    }

    .feature-nav .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.feature-body-fixed {
    margin-top: 50px;
}

.feature-nav .nav > li > a:hover, .feature-nav .nav > li > a:focus,
.feature-nav a:hover {
    background-color: #48578D;
    color: #fff;
}

.feature-nav .nav > li.active > a:after {
    bottom: 0%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

/* hero carousel */

.hero-gallery img {
    width: 100%;
    height: 31.25vw;
}

.hero-block-container {
    position: relative;
}

.hero-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .hero-text .container, .hero-text .row, .hero-text .col-xs-12 {
        height: 100%;
    }

    .hero-text .col-xs-12 {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

        .hero-text .col-xs-12 > div {
        }

    .hero-text h1, .hero-text h2 {
        color: #fff;
        padding: 16px 16px;
        background-color: rgba(0,0,0,0.6);
        margin: 0;
    }

    .hero-text h1 {
        display: inline-block;
        font-size: 45pt;
        font-family: Tahoma, Geneva, sans-serif;
    }

    .hero-text h2 {
        display: inline-block;
    }


.slick-prev, .slick-next {
    z-index: 2000;
}

    .slick-prev:before, .slick-next:before {
        color: #fff;
        font-size: 36px;
        font-family: 'Glyphicons Halflings';
    }

    .slick-prev:before {
        content: '\e079';
    }

    .slick-next:before {
        content: '\e080';
    }

.slick-arrow {
    display: block;
    height: 100%;
    width: 50px;
    color: #fff;
}

.slick-prev {
    left: 0px;
}

.slick-next {
    right: 0;
}

.slick-dots li button:focus, .carousel-control:hover, .carousel-control:focus {
    border: 1px solid red;
}

@media(max-width: 992px) {
    .slick-prev:before, .slick-next:before {
        background-color: rgba(0,0,0,0.5);
        color: #fff;
    }
}


/* feature blocks */

.feature-blocks {
    margin: 50px 0;
}

.feature-block {
    margin: 12px 0;
    position: relative;
}

    .feature-block img {
        width: 100%;
    }

    .feature-block .feature-text {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        width: 100%;
        background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(125,185,232,0) 100%);
    }

.feature-text > div {
    padding: 12px 24px;
}

.feature-text h2, .feature-text h3 {
    color: #fff;
}

.feature-block a {
    background-color: #000;
    display: block;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.2)
}

.feature-block .block-image {
    background-color: black;
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}


.feature-block a .block-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feature-block a:hover .block-image {
    transform: scale(1.03);
    opacity: 1;
}

.feature-block a:hover .block-filter {
    opacity: 0;
}

.feature-block a:hover .feature-text {
}

/* map */
.feature-map .venue-map {
    border: none;
}

/* feature header */
.feature-header {
    background-color: #aaa;
    background-size: cover;
}

.feature-header-inner {
    background-color: rgba(72, 87, 141, 0.4);
    padding: 1em;
    min-height: 180px;
}

.feature-header h1, .feature-header h2, .feature-header h3, .feature-header small {
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    display: inline-block;
    padding: 16px;
    margin: 0;
}

.feature-header h1, .feature-header h2 {
    font-size: 3em;
}

.feature-header h3 {
    font-size: 1.4em;
    font-weight: normal;
    font-family: Segoe, Calibri, Tahoma, Geneva, sans-serif;
}

.feature-event-block a {
    max-height: 450px;
    height: 450px;
    background-color: rgba(0,0,0,0.2);
}

.feature-event-block .feature-text {
    height: 100%;
}

.feature-event-block img {
    margin: 0;
}

.feature-event-block h2 {
    font-size: 4em;
}

.col-sm-4 .feature-event-block h2 {
    font-size: 2.5em;
}


.event-listing .feature-blocks {
    margin-top: 0;
    margin-bottom: 1em;
}

.feature-footer {
    background-color: #48578D;
    padding: 12px 0 0;
    margin-bottom: -1.5em;
}

.feature-footer-padding {
    margin-top: 1.5em;
}

.feature-footer a {
    color: #fff;
}

.feature-footer .top-link {
    position: absolute;
    width: 75px;
    top: 16px;
    z-index: 399;
    right: 0;
}

.hero-text h1, .hero-text h2 {
    line-height: 1.2;
}

.page-Home .hero-text h1 {
    font-size: 33pt;
}

.page-Home .hero-text h2 {
    font-weight: 400;
    font-size: 20pt;
}

.page-Home .hero-text .col-xs-12 > div {
    margin-top: -4vw;
}

@media (max-width: 992px) {

    .page-Home .hero-text h1, .hero-text h1 {
        font-size: 14pt;
        max-width: calc(100% - 60px);
        margin-left: 2em;
    }

    .page-Home .hero-text h2, .hero-text h2 {
        display: none;
    }
}


/* gallery */

.hero-gallery.slick-dotted.slick-slider {
    margin-bottom: 1em;
}

.hero-gallery .slick-dots {
    bottom: 10px;
}

    .hero-gallery .slick-dots li {
        padding: 0 15px;
    }

        .hero-gallery .slick-dots li.slick-active button:before {
            color: #fff;
            font-weight: bold;
            font-size: 14pt;
            opacity: 1;
        }

        .hero-gallery .slick-dots li button:before {
            color: #eee;
            font-size: 16pt;
            opacity: 0.7;
        }

.new-tabs .hero-gallery.slick-dotted.slick-slider,
.new-tabs .hero-gallery img {
    max-height: 25vw;
    margin-bottom: 0;
}

.hero-gallery.slick-dotted.slick-slider,
.hero-gallery img {
    max-height: 19vw;
}

@media (max-width: 992px) {

    .slick-prev:before, .slick-next:before {
        font-size: 26px;
    }

    .hero-gallery .slick-dots li button:before {
        font-size: 8pt;
    }

    .hero-gallery .slick-dots li.slick-active button:before {
        font-size: 9pt;
    }

    .hero-gallery .slick-dots {
        bottom: 0;
    }

    .feature-header h1, .feature-header h2 {
        font-size: 26pt;
    }

    .feature-header h3 {
        font-size: 12pt; 
    }

    /*
    .page-Home .hero-text .col-xs-12 > div,
    .hero-text .col-xs-12 > div {
        text-align: center;
        margin-top: -25vw;
    }

    .new-tabs .hero-gallery.slick-dotted.slick-slider,
    .new-tabs .hero-gallery img {
        max-height: 35vh;
        height: 35vh;
    }

    .hero-gallery.slick-dotted.slick-slider,
    .hero-gallery img {
        max-height: 30vh;
        height: 30vh;
    }

    .hero-block-image {
        height: 35vh;
        position: relative;
    }

    .hero-gallery .hero-block-image img {
        position: absolute;
        left: -50%;
        left: 50%;
        transform: translateX(-50%);
        min-width: 100%;
        width: auto;
    }
	*/
}

.mandate-form .field-validation-error {
    color: #AE3F3D;
    display: none;
}