.faq-section {
    max-width: 1200px;
    margin: 40px auto;
    font-family: 'BentonSans';
    letter-spacing: 0.5px;
}

.faq-section .card {
    border: 0px;
}

.faq-section .card .card-header {
    background: transparent;
    border: 0px !important;
    padding: 0;
}

.faq-section .card .card-header h5 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #131111;
    font-size: 18px;
}

.faq-section .card ul {
    margin: 0px;
    padding: 0px 30px;
}

.faq-section .card h2 {
    color: #2f5496;
    font-family: 'BentonSans Medium';
    font-weight: 500;
    font-size: 15px;
    margin: 20px 0;
}

.faq-section .card p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
}

.faq-section .card a span {
    color: #0563c1;
    text-decoration: underline;
    padding: 5px 0 3px;
}

.faq-section .card .heighlighted {
    background-color: #ffff00;
    padding: 5px 0 3px;
}

.faq-section .card .card-header .btn.btn-link {
    transition: all .2s ease;
    text-decoration: none;
}

.faq-section .card .card-header .btn.btn-link:before {
    font-family: 'Fontawesome';
    content: "\F105";
    font-size: 18px;
}

.faq-section .card .card-header .btn.btn-link[aria-expanded="true"] {
    transform: rotate(90deg);
    transition: all .2s ease;
}

.faq-section .card .card-header .btn.btn-link i {
    font-size: 24px;
    color: #131111;
}

.faq-section .card .card-header .btn.btn-link:hover {
    color: #131111;
}

.faq-section .card .card-header .btn.btn-link:focus {
    outline: 0;
    box-shadow: none !important;
}

.faq-section .card .card-body {
    padding-top: 0;
}

.faq-section table {
    width: 100%;
}

.faq-section table p {
    padding: 15px 15px 0;
}

.faq-section .btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.faq-section .btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}