/* Full Page Callout */
.full-callout-wrap { position: relative; z-index: 2; background-color: var(--placeholderBG); background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; }
.full-callout-wrap:before { content: ""; display: block; position: absolute; inset: 0; z-index: 1; background: hsla(var(--siteColor6), 75%); }
.full-callout-wrap .title-img { position: absolute; top: 0; transform: translateY(-50%); }
.full-callout-wrap .container { display: flex; flex-direction: column; align-items: center; width: 100%; max-width: 75rem; margin: auto; padding: 6rem 0.9375rem 3rem; position: relative; z-index: 2; }
.full-callout-wrap .title { margin-bottom: 1rem; text-align: center; }
.full-callout-info { width: 100%; max-width: 47.5rem; height: 100%; margin-bottom: 1rem; font-size: 1.375rem; color: hsl(var(--white)); text-align: center; font-style: italic; }
.full-callout-wrap .btn { width: 18.75rem; max-width: 100%; margin: 1.25rem auto 0; padding: 1.125rem 1.5rem; font-size: 1.5rem; }

/* Sidebar Callouts Carousel */
.full-callout-item-row [class^=col] { max-width: 30rem; padding: 1rem 3rem; font-size: 1.125rem; text-align: center; color: hsl(var(--white)); }
.full-callout-item-row img { width: auto; height: 7rem; object-fit: contain; margin-bottom: 1.25rem; }
.full-callout-item-row .title { margin-bottom: 1.25rem; }
