/* Full Page Callout */
.full-callout-wrap { padding: 1rem 0 4rem; overflow: hidden; position: relative; background-color: var(--placeholderBG); background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; border-bottom: 0.0625rem solid hsl(var(--white)); color: hsl(var(--white)); }
.full-callout-wrap:before { content: ''; height: 100%; width: 100%; background-color: hsla(var(--siteColor1), 75%); position: absolute; inset: 0; } 
.full-callout-wrap [class^=col] { margin-top: 3rem; }
.full-callout-title { margin-bottom: 1.5rem; }
.full-callout-subtitle { max-width: 45rem; margin-bottom: 2.5rem; font-size: 1.125rem; }
.full-callout-wrap ul  { padding-left: 1.5rem; }
.full-callout-link { padding-left: 1.5rem; font-weight: var(--wBold); }
.full-callout-link .icon { width: 1rem; height: 1rem; }
@media (min-width: 1025px) {
  .full-callout-wrap { padding: 3rem 0 6rem; font-size: 1.25rem; }
  .full-callout-subtitle { font-size: 1.375rem; }
}