/* 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-wrap .container { display: flex; justify-content: center; width: 100%; max-width: 107.5rem; margin: auto; padding: 0; }
.full-callout-badge { display: flex; justify-content: center; align-items: center; width: 20rem; height: 20rem; padding: 2rem; position: absolute; top: 50%; left: 0; z-index: 1; transform: translateY(-50%); background-color: hsl(var(--siteColor1)); border: 0.375rem solid hsla(var(--white), 95%); border-radius: 50vw; box-shadow: var(--dropShadow), var(--dropShadow); }
.full-callout-badge-img { width: 100%; height: auto; position: relative; top: -1rem; transform: rotate(-10deg); }
.full-callout-info { overflow: hidden; width: 100%; max-width: 37.5rem; height: 100%; position: relative; z-index: 2; padding: 2.125rem 2rem; background-color: hsla(var(--siteColor2),90%) !important; background-repeat: repeat !important; background-position: center center !important; background-size: 100% !important; box-shadow: var(--dropShadow), var(--dropShadow); color: hsl(var(--white)); text-align: center; }
.full-callout-title { display: inline-block; margin-bottom: 0.5rem; position: relative; font-family: var(--siteFont2), serif; font-size: 7rem; line-height: 1; text-transform: capitalize; font-weight: var(--wBlack); }
.full-callout-title span { display: block; width: 100%; position: relative; font-family: var(--siteFont1), sans-serif; font-size: 1.75rem; line-height: 1; font-weight: var(--wMedium); text-transform: uppercase; letter-spacing: 0; }
.full-callout-subtitle { font-family: var(--siteFont1), sans-serif; font-size: 1.75rem; text-transform: uppercase; font-weight: var(--wMedium); }
.full-callout-info .btn { width: 18.75rem; max-width: 100%; margin: 1.25rem auto 0; padding: 1rem 0.75rem; font-family: var(--siteFont2), serif; font-size: 1.5rem; font-weight: var(--wHeavy); text-transform: uppercase; }
@media (min-width: 480px) {
  .full-callout-title { font-size: 9rem; }
  .full-callout-title:first-letter { font-size: 120%; line-height: 0.75; }
  .full-callout-title span { position: absolute; top: 1rem; right: 0; font-size: 1.75rem; text-indent: 0; text-align: right; }
}
@media (min-width: 768px) {
  .full-callout-badge { width: ; }
  .full-callout-info { padding: 2.125rem 3.5rem; }
  .full-callout-title { font-size: 12rem; }
  .full-callout-title span { padding-left: 10rem; font-size: 2rem; text-align: center; }
  .full-callout-subtitle { font-size: 2rem; }
  .full-callout-info .btn { padding: 1.25rem 0.9375rem; font-size: 2rem; }
}
@media (min-width: 992px) {
  .full-callout-wrap .container { justify-content: flex-end; }
  .full-callout-badge { width: ; }
  .full-callout-info { background-color: hsl(var(--siteColor2)) !important; }
}