/* Full Page Callout */
.full-callout-wrap { overflow: hidden; position: relative; background-color: var(--placeholderBG); background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; }
.full-callout { padding: 3rem 0; overflow: hidden; width: 100%; height: 100%; background-color: hsla(var(--siteColor2), 75%); color: hsl(var(--white)); text-align: center; }
.full-callout .container { display: flex; flex-direction: column; justify-content: center; align-items: center; }
.full-callout-title { text-shadow: 0.125rem 0.125rem 0.125rem hsla(var(--black), 0.1); }
.full-callout-title span { font-size: 1.125rem; line-height: 1.25; text-transform: uppercase; letter-spacing: 0.0625rem; }
.full-callout .btn { margin: 1.5rem auto 0; padding: 0.75rem 3rem; box-shadow: var(--btnShadowWhite); }
@media (min-width: 768px) {
  .full-callout-title .h1 { font-size: 3.5rem; }
  .full-callout-title span { font-size: 1.5rem; letter-spacing: 0.125rem; }
}
@media (min-width: 992px) {
  .full-callout-title .h1 { font-size: 4rem; }
  .full-callout-title span { font-size: 1.75rem; }
  .full-callout .btn { margin: 2.5rem auto 0; font-size: 1.3125rem; }
}
@media (min-width: 1440px) {
  .full-callout { padding: 5rem 0 ; }
  .full-callout-title .h1 { font-size: 5rem; }
  .full-callout-title span { font-size: 2rem; }
}