/* Full Page Callout */
.full-callout-wrap { overflow: hidden; position: relative; background: var(--placeholderBG); background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; }
.full-callout { padding: 4rem 0; background-color: hsla(var(--siteColor2), 65%); color: hsl(var(--white)); }
.full-callout .container { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; gap: 2rem; }
.full-callout-btn-wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.5rem; }
@media (min-width: 1025px) {
	.full-callout { padding: 6rem 0; }
}