﻿@media (min-width: 767px) {
    .events {
        margin-top: 20px; /* So there isn't a large gap */
    }
}

.event-cnt-btm {
    text-align: center;
}

.event-cnt-btm h3 {
    display: inline-block;
    font-family: 'ProximaNovaRegular';
    font-size: 50px;
    color: white;
    font-weight: normal;
    background-size: 100% auto;
    line-height: 78px;
    /* **old header font used** font-family: 'RockSalt-Regular';*/
}

@media (max-width: 767px) {
    .event-cnt-btm h3 {
        font-size: 38px;
    }
}

.event-cnt-btm h4 {
    font-family: 'ProximaNovaRegular';
    font-size: 18px;
    color: white;
    font-weight: normal;
    background-size: 100% auto;
    line-height: 78px;
}

@media screen and (max-width: 768px) {
    .event-cnt-btm h4 {
        font-size: 14px;
    }
}


.faq-section {
    max-width: 1600px;
    min-height: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: url(https://mavenprodcontent.blob.core.windows.net/media/FillmoreNOLATEMP/images/banner2.jpg) no-repeat;
    background-position: center;
    /*padding-top: 15%;*/
    /*margin-bottom: 15px;*/
}

h2.faq-head {
    color: #fff;
    font-family: 'Brandon Printed Two','Arial Black', sans-serif;
    font-size: 36px;
    letter-spacing: 8px;
    margin: 0 auto;
    margin-top: 0px;
    text-shadow: 3px 3px #113975;
    margin-bottom: 18px;
    /*padding-top: 30px;*/
    padding-bottom: 0px;
    text-transform: uppercase;
}

#column-faq {
    margin: 0 auto 100px;
    text-align: left;
    overflow: hidden;
    max-width: 1300px;
}

.faq-item {
    width: 98%;
    margin: 0 1%;
    float: left;
}

    .faq-item p {
        color: white;
        font-size: 16px;
    }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.faq-module {
    float: left;
    width: 50%;
}

    .faq-module .accordion {
        cursor: pointer;
        margin-bottom: 10px;
        color: #fff !important;
    }

    .faq-module a {
        color: white;
        text-decoration: underline;
    }

.accordion:after {
    color: #fff !important;
    content: '\02795';
    font-size: 13px;
    float: right;
    vertical-align: text-top;
    margin-left: 5px;
}

.faq-module h6 {
    color: #fff;
    font-family: 'Brandon Printed One','Arial Black', sans-serif;
    font-size: 15px;
    padding: 9px 10px 5px;
    width: 100%;
    text-align: left;
    margin-bottom: 5em;
    background: #852d11;
    text-transform: uppercase;
    margin: 0 0;
}

.faq-module div.panel {
    display: none;
    padding: 0 18px 10px;
    color: #ddd;
    text-align: left;
    letter-spacing: 1.5px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .faq-module {
        width: 100%;
    }
}
