/* Full Page Callout */
.full-callout-wrap { overflow: hidden; position: relative; background: hsl(var(--siteColor3)) url('/images/layout/why-book-bg.jpg') no-repeat center center; background-size: cover; }
.full-callout { overflow: hidden; display: flex; flex-direction: column; width: 100%; height: 100%; padding: 5rem 1rem; background-color: hsla(var(--siteColor3), 75%); box-shadow: var(--dropShadow), var(--dropShadow); font-size: 1.625rem; line-height: 1.75; color: hsl(var(--white)); font-weight: var(--wBold); text-align: center; }
.full-callout .container { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; max-width: 60rem; padding: 0; }
.full-callout-title { margin-bottom: 1rem; font-family: var(--siteFont3), sans-serif; font-size: clamp(2.75rem, 5vw, 4.375rem); line-height: 1.25; letter-spacing: 0.125rem; text-transform: uppercase; font-weight: var(--wMedium); text-shadow: 0.125rem 0.125rem 0.125rem hsla(var(--black), 0.1); }
.full-callout-title strong { display: block; font-size: 3.5rem; font-weight: var(--wMedium); }
.full-callout .btn-group { gap: 0.5rem; margin-top: 2rem; }
.full-callout .btn-group .btn:first-child,
.full-callout .btn-group .btn:last-child { border-radius: 0 !important; }
.full-callout .btn { margin: 1rem 0 0; padding: 0.75rem 3rem; box-shadow: 0 0 0 0.125rem hsl(var(--siteColor2)); border-radius: var(--borderRadius); font-size: 1.5rem; color: hsl(var(--white)); }
.full-callout .btn:hover { background: hsl(var(--siteColor2)); box-shadow: 0 0 0 0.125rem hsl(var(--white)); }
@media (min-width: 992px) {
  .full-callout-title strong { font-size: 4.5rem; }
}