/*START ACCORDION STYLES*/

.accordion-toggle {
    background-color: #E0E0E0; /*E6E6E6*/
    /*eee*/
    color: #444;
    cursor: pointer;
    padding: 10px 0px 10px 10px;
    width: 100%;
    height: 28px;
    text-align: left;
    border-bottom: 2px solid #fff;
    outline: none;
    transition: 0.4s;

}

.accordion-toggle:hover {
    background-color: #707070; /*E6E6E6*/
    /*eee*/
    color: #E0E0E0;
    cursor: pointer;
    padding: 10px 0px 10px 10px;
    width: 100%;
    height: 28px;
    text-align: left;
    border-bottom: 2px solid #fff;
    outline: none;
    transition: 0.4s;

}

.accordion-toggle h3 {
    float: left;
    clear: both;
    min-height: 24px;
    padding: none;
    margin: none !important;
}

.accordion-icon {
    float: right;
    font-weight: bold;
    padding-right: 10px;
}

.accordion-content {
    display: none;
    padding: 5px 0px 5px 20px;
    clear: both;
}

#content .accordion-content ul {
    display: contents !important;
}

.views-row {
    /*margin-top: 20px*/
}


/*END ACCORDION STYLES*/




/**********     BUTTONS     **********/

/*START WHITE BG BUTTON*/

a.button1 {
    display: inline-block;
    padding: 0.35em 1.2em;
    border: 0.1em solid #A30F37;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 400;
    color: #A30F37;
    text-align: center;
    transition: all 0.2s;
}

a.button1:hover {
    color: #ffffff;
    background-color: #8b072b;
}

@media all and (max-width:30em) {
    a.button1 {
        display: block;
        margin: 0.4em auto;
    }
}

/*END WHITE BG BUTTON*/


/*START RED BG BUTTON*/


a.button2 {
    display: inline-block;
    padding: 0.5em 3em;
    border: 0.16em solid #A30F37;
    margin: 0 0.3em 0.3em 0;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #A30F37;
    text-align: center;
    transition: all 0.15s;
}

a.button2:hover {
    color: #8b072b;
    border-color: #8b072b;
}

a.button2:active {
    color: #BBBBBB;
    border-color: #BBBBBB;
}

@media all and (max-width:30em) {
    a.button2 {
        display: block;
        margin: 0.4em auto;
    }
}

/*END RED BG BUTTON*/


/**********     END BUTTONS     **********/