﻿.container.container-faqs {
    background-color: white;
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

body.spiritdental h2.faq-title, body.directbenefits h2.faq-title, body.magnumdental h2.faq-title {
    opacity: 1;
    color: rgba(70, 86, 96, 1);
    font-family: "Source Serif Pro" !important;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: left;
    line-height: 38px;
}

a.faq-header {
    margin: 30px 0 0;
}

.faq-content {
    display: none;
    padding: 10px 50px 30px 50px;
    border: 1px solid rgba(126, 167, 181, 1);
    background-color: rgba(67, 130, 165, 0.1);
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 1;
    color: rgba(38, 38, 38, 1);
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
}

.toggle-icon {
    opacity: 1;
    color: rgba(70, 86, 96, 1);
    font-size: 30px;
    padding-right: 30px;
}

.faq-header-title {
    opacity: 1;
    color: rgb(70, 86, 96) !important;
    font-family: "Montserrat" !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
    text-align: left;
    line-height: 14px;
    margin-bottom: 0px;
}

.faq-content {
    display: none;
    padding: 10px 50px 30px 50px;
    border: 1px solid rgba(126, 167, 181, 1);
    background-color: rgba(67, 130, 165, 0.1);
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 1;
    color: rgba(38, 38, 38, 1);
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    text-align: left;
    line-height: 24px;
}

.faq-header {
    border-radius: 8px;
    border: 1px solid rgba(126, 167, 181, 1);
    opacity: 1;
    background-color: rgba(255, 255, 255, 1) !important;
    display: flex !important;
    align-items: center;
    text-decoration: none;
    padding: 15px 17px !important;
}

    .faq-header.expanded {
        background-color: rgba(67, 130, 165, 0.1) !important;
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        color: rgba(70, 86, 96, 1);
    }

.sfContentBlock h2.no-margin-top.faq-title {
    margin-bottom: 30px;
}

.faq-header.expanded .faq-header-title {
    color: rgb(67, 130, 165) !important;
}

@media (max-width: 767px) {
    .container-faqs div.container {
        max-width: 90%;
    }
}