﻿#faq h1 {
    font-family: 'museo_slab500',serif;
}

nav.accordion {
    background: none;
    float: none;
    border: none;
    box-shadow: none;
}

.accordion input {
    display: none;
}

.box {
    position: relative;
    /* background: white; */
    /* height: 64px; */
    transition: all .15s ease-in-out;
    border-bottom: 1px solid #ddd;
}

    .box::before {
        content: '';
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        /* box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24); */
    }

    .box label {
        margin-bottom: 0px;
    }

.box__title {
    width: calc(100% - 40px);
    font-size: 16px;
    /*height: 64px;*/
    /*line-height: 64px;*/
    padding: 14px 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box__content {
    padding: 0px 25px 23px;
    font-family: sans-serif;
    /* font-size: 11pt; */
    /* color: rgba(0,0,0,.54); */
    display: none;
}

    .box__content a {
        color: #fd9e22;
        display: inline;
    }

.box__close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

input:checked + .box {
    height: auto;
    padding: 16px 0;
    /* box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32); */
}

    input:checked + .box .box__title {
        /* border-bottom: 1px solid rgba(0,0,0,.18); */
    }

    input:checked + .box .box__content,
    input:checked + .box .box__close {
        display: inline-block;
    }

.accordion--arrows section .box__title {
    padding-left: 25px;
}

    .accordion--arrows section .box__title:before {
        font-family: "fontello";
        position: absolute;
        display: block;
        content: '\e801';
        font-size: 18pt;
        left: 5px;
        top: 9px;
        transition: all .15s ease-in-out;
        color: #fd9e22;
    }

input:checked + section.box .box__title:before {
    transform: rotate(90deg);
    top: 24px;
}

#faq .contact {
    width: 50%;
    float: left;
    font-family: 'open_sansregular','verdana','arial' sans-serif;
}

#faq .contact .container {
    padding: 0 2px;
}

@media only screen and (min-width:0px) and (max-width:599px) {
    #faq .contact .container {
        padding: 0 10px;
    }
}


@media only screen and (min-width:0px) and (max-width:599px) {
    #faq .contact {
        width: 100%;
    }
}

#faq .contact h2 {
    font-family: 'museo_slab500',serif;
    margin-bottom: 10px;
    color: #574d45;
}

#faq .contact form input {
    border-color: #cac3bd;
    -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.4);
    -moz-box-shadow: 1px 1px 0 rgba(255,255,255,0.4);
    box-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}

#faq .contact form textarea {
    border-color: #cac3bd;
    -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.4);
    -moz-box-shadow: 1px 1px 0 rgba(255,255,255,0.4);
    box-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}

#faq .contact form .form-control {
    width: 100%;
}

#faq .contact .btn {
    display: inline-block;
    float: right;
    font-size: 14px;
    text-transform: uppercase;
}

@media only screen and (min-width:0px) and (max-width:950px) {
    #faq .contact .btn {
        margin-top: 10px;
        display: block;
        float: none;
    }
}

#faq .contact .btn-md {
    padding: 10px 40px;
}

#faq .contact .form-group {
    width: 100%;
    float: left;
}

#faq .contact .g-recaptcha {
    display: inline-block;
}