/* 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; display: flex; flex-direction: column; width: 100%; height: 100%; background-color: hsla(var(--siteColor1), 65%); color: hsl(var(--white)); text-align: center; }
.full-callout .container { max-width: 60rem; }
.full-callout-title { margin-bottom: 1rem; text-shadow: 0.125rem 0.125rem 0.125rem hsla(var(--black), 0.1); }
.full-callout-subtitle { font-size: 1.25rem; }
.full-callout .btn { margin: 2rem auto 0; }
@media (min-width: 992px) {
  .full-callout { padding: 5rem 0; }
  .full-callout-subtitle { font-size: 1.625rem; }
  .full-callout .btn { font-size: 1.125rem; }
}