/* 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 { overflow: hidden; display: flex; flex-direction: column; width: 100%; height: 100%; padding: 6rem 1rem; box-shadow: var(--dropShadow), var(--dropShadow); color: hsl(var(--white)); text-align: center; }
.full-callout .container { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; max-width: 107.5rem; padding: 0; }
.full-callout-title { color: hsl(var(--siteColor1)); font-family: var(--siteFont1), sans-serif; font-size: var(--titleFontSize2); line-height: 1.25; letter-spacing: 0.125rem; text-transform: uppercase; font-weight: var(--wMedium); }
.full-callout-title strong { display: block; font-size: 2.5rem; font-weight: var(--wMedium); text-transform: initial; }
.full-callout-title span { font-size: 1rem; font-style: italic; text-transform: initial;}
.full-callout .btn { background: hsl(var(--siteColor1)); margin: 2.5rem 10px 0; padding: 0.75rem 3rem; box-shadow: var(--btnShadowWhite); border-radius: 0; font-size: 1rem; }
.full-callout .btn.transparent{ background: transparent; border: 1px solid hsl(var(--siteColor1)); color: hsl(var(--siteColor1)) }
@media (min-width: 992px) {
  .full-callout-title strong { font-size: 3rem; }
}