.interior-complex #faqs {
    padding-left: 30px;
    padding-right: 27px;
}
.faqs.no-stick {
    clear: both;
}
.faqs > ul
{
    list-style:disc;
}
    .faqs ul .question
    {
        border-bottom: 1px solid #dee5ee;
        color:#3385ac;
        cursor: pointer;
        padding: 11px 25px 9px 46px;
        position: relative;
        background: #fff;
        transition: background .2s;
        width: 100%;
        font-size: 15px;
        font-weight:bold;
    }
    .faqs ul .question:hover
    {
        background-color: #eee;
        text-decoration: none !important;
    }
    
    .faqs ul .question:before
    {
        content: '+';
        position: absolute;
        top: 22px;
        left: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #2fa1d8;
        font-weight: 600;
        font-size: 22px;
        line-height: 1;
        font-family: 'BrandonGrotesque',sans-serif;
        font-weight: 700;
    }
    
    .faqs ul .question.open:before
    {
        content: '-';
        top:46%;
    }
    
    .faqs ul .question.no-content
    {
        cursor:default;
    }
    
    .faqs ul .question.no-content:hover
    {
        background:none;
    }
    
    .faqs .group-header
    {
        border-top:0 !important;
        list-style:none;
        padding-top: 15px !important;
        border-top: 1px solid #ccc;
    }
        .faqs .group-header .question
        {
            font-size: 1.15em;
            padding-left: 0 !important;
        }
        
        
        
        .faqs ul li.group-header .question.no-content
        {
            border-width :0;
            border-bottom-width : 1px;
            color:#111;
        }
        
        .faqs ul .question.no-content:before,
        .faqs ul .question.no-content:after
        {
            content:'';
        }
        
        .faqs ul li > div.answer
        {
            padding: 20px;
        }
        .faqs ul li .anchor-faq + div.answer {
            padding: 0 !important;
        }
        
        .faqs ul li .question.no-content + .answer
        {
            padding: 0;
        }
        
        .faqs .anchor-list .group-header
        {
            border-top: 1px solid #ccc;
            color: #333;
        }
           
    .faqs .anchor-list a
    {
        display:block;
        margin-bottom:5px;
        font-weight: normal;
    }     
.answer ul {
    margin-bottom: 0 !important;
}
.answer ul li ul li:before {
    color: #3385ac;
    content: '\f054';
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 8px;
    font-weight: 100;
    height: 12px;
    margin-left: -12px;
    margin-top: 4px;
    position: absolute;
}

.answer ol li:before {
    display:none !important;
}

.no-stick .anchor-list
{
    display:none;
    padding-top: 0 !important;
}

.question-list > ul > li:before {
    display: none !important;
}

.faqs.no-stick li
{
    padding-top: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}
.faqs.no-stick .question-list ul li ul{
    padding-top: 0 !important;
    padding-left: 7px !important;
}
.faqs.no-stick .question-list ul li ul li{
    padding-top: inherit !important;
    padding-left: inherit !important;
    margin-bottom: 9px !important;
}


.faqs.no-stick li:not(.group-header) > .question
{
    cursor: pointer;
}
.faqs.no-stick li:not(.group-header) > .question:hover
{
    text-decoration: underline;
}
.faqs.no-stick li:not(.group-header) > .answer
{
    border-bottom: 1px solid #dee5ee;
    display:none;
    padding-left: 46px;
}

#page-content .faqs.no-stick li:not(.group-header) > .answer p:first-of-type {
    margin-top: 0 !important;
}

.question-list > ul{
    list-style: none;
    margin-top: 0 !important;
    padding-top: 0px !important;
}
.faq-toggle-questions {
    cursor: pointer;
    padding-bottom: 5px;
    font-weight: normal !important;
    display: block;
    font-size: 17px;
}


@media (max-width:480px) {
    #faqs {
        margin-bottom:1.5em !important;
    }
}

