@charset "utf-8";
/* CSS Document */
.hero + div, .hero + section {
    padding-top: 0;
}
.general-content:not(.page__content > .general-content) {
    margin: 3.5rem auto;
    /* overflow: auto; */
    max-width: 1200px;
}
.image-video-cta {
    margin: 3.5rem auto;
    max-width: 1200px;
}
.spotlight__items {
    max-width: 1200px;
    margin: auto;
}
.two-column {
    max-width: 1200px;
    margin: auto;
}
.stats_content_area {
    max-width: 1200px;
    margin: auto;
}
.callout-photo-container {
    display: grid;
    height: 100%;
    place-items: center;
}