/*
    Styling for our accessible toggles
*/

.abc-toggle-btn{
    width: 100%;
    color: #046b99 !important;
    font-family: 'Source Sans Pro',Helvetica,Arial,Lucida,sans-serif;
    font-style:normal;
    text-transform: none;
    text-decoration: none;
    line-height: 1.1;
    background-color: transparent;
    border: none;
    text-align: left;
    padding: 1em 3em 1em 1em !important;
}

.et_pb_toggle_title:before{
    margin-right: 20px;
}

.et_pb_toggle_close,
.et_pb_toggle_open{
    padding: 0 !important;
}

.et_pb_toggle_close h3,
.et_pb_toggle_open h3{
    padding: 0;
}

.et_pb_toggle_content{
    padding: 20px;
}