

/*global toggles (used on FAQs)*/
.et_pb_toggle{
    border: 1px solid #162667;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.et_pb_toggle_close{
    background-color: #2a78a9;
}

.et_pb_toggle_close h3.et_pb_toggle_title{
    color: #fff !important;
}

.et_pb_toggle_content{
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #000;
}

h3.et_pb_toggle_title{
    font-weight: 700;
    color: #000;
}

.et_pb_toggle_title:before{
    font-family: 'Font Awesome 7 Pro' !important;
    content: '\2b';
    font-weight: 500;
    color: #fff; 
}


