/* Full Page Callout */
.full-callout-wrap { padding: 3rem 0; overflow: hidden; position: relative; background-color: var(--placeholderBG); background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; color: hsl(var(--white)); text-align: center; }
.full-callout-wrap .container { max-width: 50rem; }
.full-callout-title { display: flex; flex-direction: column; justify-content: center; }
.full-callout-title span { font-size: 1.125rem; font-weight: var(--wMedium); text-transform: uppercase; }
.full-callout-title .h1 { text-transform: none; }
.full-callout-wrap .btn { min-width: 12rem; margin-top: 1.5rem; padding: 0.875rem 1.5rem; box-shadow: 0 0 0 0.0625rem hsl(var(--white)); font-weight: var(--wMedium); }
.full-callout-wrap .btn:hover { margin-top: 2rem; box-shadow: var(--btnShadowColor1); }
@media (min-width: 768px) {
  .full-callout-title .h1 { font-size: 3rem;  }
  .full-callout-title span { font-size: 1.3125rem; }
}
@media (min-width: 1025px) {
  .full-callout-wrap { padding: 5rem 0; }
  .full-callout-title .h1 { font-size: 4rem;  }
  .full-callout-title span { font-size: 1.875rem; }
  .full-callout-wrap .btn { margin-top: 2rem; padding: 0.9375rem 1.5rem; font-size: 1.125rem; }
}