/* Full Page Callout */
.full-callout-wrap { position: relative; background-color: hsl(var(--siteColor1)); margin-top: 20rem;}
.full-callout-wrap img { height: 25rem; width: 90%; object-fit: cover; position: absolute; top: -35%; left: 50%; transform: translateX(-50%); }
.full-callout-wrap .div-line { height: 5rem; width: 0.0625rem; background: hsl(var(--siteColor5)); position: absolute; top: 10rem; left: 50%; transform: translateX(-50%); z-index: 99; }
.full-callout-wrap .subtitle {font-family: var(--siteFont5); font-size: .875rem; text-transform: none; color: hsl(var(--siteColor5)); margin: 1rem auto; }
.full-callout-wrap .title { font-family: var(--siteFont5); font-size: 2.8125rem; color: hsl(var(--siteColor1)); text-transform: uppercase; }
.full-callout { overflow: hidden; display: flex; flex-direction: column; width: 100%; height: 100%; padding: 6rem 1rem; 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: 9rem 0 0; }
.full-callout-title { 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); text-shadow: 0.125rem 0.125rem 0.125rem hsla(var(--black), 0.1); }
.full-callout-title .title { display: block; color: hsl(var(--white)); font-size: 3.5rem; font-weight: var(--wMedium); text-transform: capitalize; }
.full-callout-title span { display: block; font-size: .75rem; width: 70%; font-family: var(--siteFont3); text-transform: none; color: hsl(var(--white)); margin: 0 auto; }
.full-callout .btn { display: flex; align-items: center; margin: 2.5rem auto 0; padding: 0.75rem 3rem; border: 0.0625rem solid hsl(var(--siteColor5)); border-radius: var(--borderRadius); text-transform: capitalize; font-size: .75rem; }
.full-callout .btn:hover { display: flex; align-items: center; margin: 2.5rem auto 0; padding: 0.75rem 3rem; background: hsl(var(--siteColor2)); border: 0.0625rem solid hsl(var(--siteColor2)); border-radius: var(--borderRadius); font-size: .75rem; }
.full-callout .btn span { display: flex; align-items: center; margin-left: .5rem; font-size: 1.5rem; padding-bottom: .25rem; }
@media (min-width: 992px) {
  .full-callout-title strong { font-size: 4.5rem; }
}
