header#masthead {
    border-bottom: 1px solid #006940;
    color: #333333;
}

#content.site-content {
    padding-bottom: 50px;
    padding-top: 70px;
}

h1 {
    color: #006940;
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 58px;
    text-align: center;
}

.btn-container a {
    cursor: pointer;
    color: #0D6940 !important;
    font-size: 16px;
    line-height: 60px;
    margin-right: 40px;
    text-decoration: underline !important;
}

.entry-content {
    border-top: 1px solid #D9D9D9;
    margin: 0;
    margin-right: 40px;
    padding-right: 10px;
}

.schema-faq-section {
    border-bottom: 1px solid #D9D9D9;
    padding: 50px 20px 50px 30px;
}

.schema-faq-question {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    justify-content: space-between;
    padding-right: 100px;
}

    .schema-faq-question:after {
        border: solid #0D6940;
        border-width: 0 3px 3px 0;
        content: '';
        display: inline-block;
        padding: 10px;
        transform: translateY(20%) translateX(100px) rotate(-135deg);
        -webkit-transform: translateY(20%) translateX(100px) rotate(-135deg);
    }

    .schema-faq-question.collapsed:after {
        border: solid #0D6940;
        border-width: 0 3px 3px 0;
        content: '';
        display: inline-block;
        padding: 10px;
        transform: translateY(-40%) translateX(100px) rotate(45deg);
        -webkit-transform: translateY(-40%) translateX(100px) rotate(45deg);
    }

.schema-faq-answer {
    font-size: 16px;
    line-height: 20px;
    padding-right: 85px;
    padding-top: 34px;
}

.cta-contact-us {
    align-items: center;
    background-clip: padding-box;
    background-image: url('/wp-content/themes/wp-bootstrap-starter-eri/inc/assets/images/demo-cta.png'), linear-gradient(210deg, #ACBC4C 0%, #7EA953 22%, #398460 54%, #457148 82%, #35613A 100%);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 68px 30px 260px 30px;
    text-align: center;
}

    .cta-contact-us h2 {
        color: #ffffff;
        font-size: 30px;
        font-weight: bold;
        line-height: 35px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .cta-contact-us p {
        font-size: 20px;
        font-weight: normal;
        line-height: 25px;
        margin-bottom: 33px;
    }

    .cta-contact-us .btn-orange {
        background-color: #EB9100;
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 11px;
    }

    .cta-contact-us a.lnk {
        color: #ffffff !important;
        font-size: 20px;
        font-weight: normal;
        line-height: 25px;
        text-decoration: underline;
    }

@media screen and (max-width: 991px) {

    .entry-content {
        margin: 0;
    }

    .schema-faq-question {
        padding-right: 0;
    }

        .schema-faq-question:after {
            transform: translateY(20%) translateX(10px) rotate(-135deg);
            -webkit-transform: translateY(20%) translateX(10px) rotate(-135deg);
        }

        .schema-faq-question.collapsed:after {
            transform: translateY(-40%) translateX(10px) rotate(45deg);
            -webkit-transform: translateY(-40%) translateX(10px) rotate(45deg);
        }

    .schema-faq-answer {
        padding-right: 0;
    }

    .cta-contact-us {
        margin-top: 35px;
    }
}
