﻿.page-container {
    color: #333;
    font-size: 16px;
}

.hero h1 {
    color: #006940;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    padding: 46px 24px; 
}

.page-content {
    padding-bottom: 56px;
}

.collapse-controls {
    margin-bottom: 28px;
    display: flex;
}

    .collapse-controls .link {
        color: #006940;
        text-decoration: underline;
        cursor: pointer;
    }

        .collapse-controls .link:hover {
            color: #35aa47;
        }

        .collapse-controls .link:not(:first-child) {
            margin-left: 40px;
        }

.panel-heading {
    font-weight: bold;
    cursor: pointer;
    padding: 48px 32px;
}

.collapse-toggle {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .collapse-toggle.collapsed {
        background-color: inherit;
        color: inherit;
    }

    .collapse-toggle .arrow {
        height: 40px;
        width: 40px;
        color: #0D6940;
        font-size: 54px;
        margin-top: -39px;
        margin-left: 16px;
    }

        .collapse-toggle .arrow:after {
            font-family: "Material Icons";
            content: "\e316";
        }

        .collapse-toggle.collapsed .arrow:after {
            font-family: "Material Icons";
            content: "\e313";
        }

.panel-collapse > div {
    padding: 0 32px 48px 32px;
}

.faq {
    border-bottom: solid 1px #D9D9D9;
    margin-bottom: 0;
}

    .faq:first-child {
        border-top: solid 1px #D9D9D9;
    }

    .faq ul,
    .faq ol {
        margin: 0;
    }

    .faq p:not(:last-child),
    .faq ol li:not(:last-child) {
        margin-bottom: 24px;
    }

    .faq p:last-child,
    .faq ol li:last-child {
        margin-bottom: 0;
    }

    .faq table th {
        vertical-align: top;
        padding-right: 8px;
    }

    .faq a {
        color: #0D6940;
        padding: 0;
        text-decoration: underline;
    }

        .faq a:hover {
            color: #35aa47;
        }

.cta-email {
    background-color: #EFEFEF;
    color: #414141;
    text-align: center;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .cta-email h4 {
        color: #414141;
        font-size: 20px;
        font-weight: bold;
        line-height: 24px;
        margin: 0 0 16px 0;
    }

    .cta-email .phone {
        color: #006940;
        font-size: 26px;
        font-weight: bold;
        white-space: nowrap;
        margin-bottom: 8px;
    }

    .cta-email .btn-green {
        width: 94%;
        font-weight: bold;
    }

.cta-contact {
    background: transparent linear-gradient(214deg, #ACBC4C 0%, #7EA953 22%, #398460 54%, #457148 82%, #35613A 100%) 0% 0% no-repeat padding-box;
    color: #FFF;
    text-align: center;
    padding: 52px 0 16px 0;
    margin-top: 40px;
}

    .cta-contact .content {
        padding: 0 24px 40px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .cta-contact h3 {
        color: #FFF;
        font-size: 26px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0;
    }

    .cta-contact h6 {
        font-size: 20px;
        font-weight: normal;
        line-height: 25px;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .cta-contact .btn-orange {
        margin-top: 16px;
    }

    .cta-contact .link {
        color: #FFF;
        font-size: 20px;
        font-weight: normal;
        line-height: 25px;
        text-decoration: underline;
        margin-top: 16px;
    }

    .cta-contact img {
        width: 100%;
    }


@media (min-width: 992px) {
    .cta-col {
        padding-left: 40px;
    }
}

@media (max-width: 991px) {
    .cta-col {
        margin-top: 64px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .cta-email h4 br {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .cta-contact h6 {
        max-width: 500px;
        max-width: 438px;
    }
}

@media (max-width: 575px) {
    .hero h1 {
        font-size: 26px;
        line-height: 30px;
        padding: 24px;
    }

    .faqs-col {
        padding-left: 0;
        padding-right: 0;
    }

    .collapse-controls {
        padding-left: 32px;
        padding-right: 32px;
    }

    .panel-heading {
        padding: 32px;
    }

    .cta-col {
        padding-left: 0;
        padding-right: 0;
        margin-top: 64px;
    }
}
