/* 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-title { margin-bottom: 1.5rem; font-size: 1.125rem; }
.full-callout-wrap .btn { min-width: 12rem; border: 0.0625rem solid hsl(var(--white)) !important; font-weight: var(--wBold); }
@media (min-width: 576px) {
  .full-callout-title span { display: block; }
}
@media (min-width: 768px) {
  .full-callout-title { font-size: 1.5rem; }
  .full-callout-title .h1 { font-size: 3.25rem; }
}
@media (min-width: 1025px) {
  .full-callout-wrap { padding: 5rem 0; }
  .full-callout-title { margin-bottom: 2rem; font-size: 1.625rem; }
  .full-callout-title .h1 { font-size: 4.25rem; letter-spacing: 0.125rem; }
  .full-callout-wrap .btn { font-size: 1.125rem; }
} 
@media (min-width: 1400px) {
  .full-callout-title { font-size: 1.875rem; }
  .full-callout-title .h1 { font-size: 4.75rem; }
} 