/* BEGIN: Callout Section
-----------------------------------*/
.section-page--callout_section {
    padding: 100px 0;
    color: var(--teak-mint);
    text-align: center;
}

.section-page--callout_section header {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.section-page--callout_section header h2 {
	background-image: url('../images/clear.gif');
    color: var(--teak-mint);
}

.section-page--callout_section header h2 .callout__copy {
    opacity: 0;
    display: none;
    color: var(--teak-evergreen);
}

.section-page--callout_section header h2 .callout__copy.active {
    opacity: 1;
    display: block;
}

/* BEGIN: iPad / Mobile
---------------------------------------------*/
@media screen and (max-width: 991px) {

    /* BEGIN: Callout Section */
    .section-page--callout_section {
        padding: 50px 0;
    }
}