/* Full Page Callout */
.full-callout-wrap { padding: 2.5rem 0; overflow: hidden; position: relative; background-color: hsl(var(--black)) !important; background-repeat: no-repeat !important; background-position: center center !important; background-size: cover !important; }
.full-callout-wrap .container { max-width: 87.5rem; text-align: center; }
.full-callout-title { margin-bottom: 1.3125rem; font-size: 1.25rem; color: hsl(var(--white)); text-align: center; text-transform: uppercase; }
.full-callout-title .title { margin: 0.25rem 0 0; font-size: 2.25rem; font-weight: 500; }
.full-callout-wrap .btn,
.full-callout-wrap .btn:hover,
.full-callout-wrap .btn:focus { padding: 0.875rem 2rem; border: 0.0625rem solid hsl(var(--white)); }
@media (min-width: 768px) {
  .full-callout-title { font-size: 1.75rem; }
  .full-callout-title .title { font-size: 3.25rem; } 
  .full-callout-wrap .btn { font-size: 1.125rem; }
}
@media (min-width: 1025px) {
  .full-callout-wrap { padding: 3.5rem 0; }
  .full-callout-title { margin-bottom: 1.875rem; font-size: 2rem; letter-spacing: 0.125rem; }
  .full-callout-title .title { font-size: 4rem; letter-spacing: 0.25rem; } 
  .full-callout-wrap .btn { font-size: 1.25rem; }
}