/* stylelint-disable order/order */
/*
* Converts an pixel value into a rem value.
*
* @param string  $values    the pixel value(s) as a number. Can convert multiple values if values separated by a space.
* @param integer $base      the base pixel value.
*
* @return string   a space-separated string of rem values.
*/
/*
* This is an abbreviated wrapper for the responsive-values function.
*/
/*
* Creates a CSS clamp value that sizes between breakpoints.
*
* @param integer $min                    the minimum pixel value.
* @param integer $max                    the maximum pixel value.
* @param string  $smallest-breakpoint    the name of the smallest breakpoint from the $grid-breakpoints variable.
* @param string  $largest-breakpoint     the name of the largest breakpoint from the $grid-breakpoints variable.
* @param string  $screen                 whether to use a horizontal (width) breakpoint or a vertical (height) breakpoint.
*
* @return string   a CSS clamp property value.
*/
/*
* Outputs a font family value from the $fonts variable.
*
* @param string  $key   the font key.
*
* @return string   a font family value.
*/
/*
* Outputs a color value from the $paints or $additional-paints variables.
*
* @param string  $key   the color name.
*
* @return string   a color value.
*/
/*
* Outputs an effect value from the $effects variable.
*
* @param string  $key   the effect name.
*
* @return string   an effect value.
*/
/* stylelint-enable order/order */
/*
* Used to target heading selectors.
*
* @param integer  $start               the first heading element to target. 1 through 6.
* @param integer  $end                 the last heading element to target. 1 through 6.
* @param string   $beforeCombinator    the CSS combinator to include before the heading classes.
* @param string   $afterCombinator     the CSS combinator to include after the heading classes.
* @param boolean  $includeFontClasses  whether or not to include the .has-t-1... classes or just output the standard heading elements.
*
* @return string  The included CSS wrapped with selectors for the specified headings.
*/
/*
* Used to add properties to a for a pseudo element to make an icon based on the iconfont set.
*
* @param string   $content     the content for the icon. Usually uses one of the iconfont variables.
* @param string   $font-size   the font size with unit.
*
* @return string  The CSS properties for the icon.
*/
/*
* Generates CSS to fit an element into the 12-column grid. Only works when used on an element where the parent element is the width of the entire page.
*
* @return string  CSS properties to set the width of the element to the specified column sizes.
*/
/*
* Used to target elements with a background color that has a text color different from the standard color.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/*
* Used to detect device type, either hover (mouse) device or pointer (touch) device.
* Adds the style into the media query code.
*/
/*
* Used to add a wavy line icon style to a wavy-line div
*/
/*
* Used to add a double pulsing animation to the element
*/
/*
* Used to add style to the pulsing play button
*/
/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma which task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/*
* This array is used to specify the fonts used on the project with the following parameters:
	base - the name for use in the font() mixin.
		css - the output CSS value.
		figma-name: - the 'font-family' name ued in the _figma-font-variable.scss file.
	)
*/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task which creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/* If additional colors need to be added to the _figma-color-variables.scss, they can be added to this variable: */
/* This variable controls the background colors generated in the ACF background_color field and the background color classes - bg-white, bg-gray-92, etc: */
/* If a background color uses a different font color than the default color, use these variables to specify the alternate colors */
/* Backgrounds specified in this variable will use the alternative text colors: */
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/****************
 * Block Spacing
 *
 * These variables are based on the "Spacing" rules found in the "Foundations" section in Figma. These control the default spacing between blocks of different colors.
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.block-content-side-image {
  padding: clamp(4.5rem, 0.5rem + 8.3333333333vw, 8rem) 0;
}
.block-content-side-image--right:not(.no-image) .block-content-side-image__image-col {
  order: 2;
}
@media (min-width: 62rem) {
  .block-content-side-image--right:not(.no-image) .block-content-side-image__image-col {
    order: 2;
  }
}
@media (min-width: 62rem) {
  .block-content-side-image--right:not(.no-image) .block-content-side-image__image-col .main-image,
.block-content-side-image--right:not(.no-image) .block-content-side-image__image-col .accent-image {
    margin-left: -5.25rem;
  }
}
.block-content-side-image--right:not(.no-image) .block-content-side-image__image-col::after,
.block-content-side-image--right:not(.no-image) .block-content-side-image__image-col .accent-image {
  right: -1.25rem;
}
@media (max-width: 22.5rem) {
  .block-content-side-image--right:not(.no-image) .block-content-side-image__image-col::after,
.block-content-side-image--right:not(.no-image) .block-content-side-image__image-col .accent-image {
    right: -0.625rem;
  }
}
@media (min-width: 62rem) {
  .block-content-side-image--right:not(.no-image) .block-content-side-image__image-col::after,
.block-content-side-image--right:not(.no-image) .block-content-side-image__image-col .accent-image {
    right: 0;
    left: auto;
  }
}
.block-content-side-image--right:not(.no-image) .block-content-side-image__content-col {
  order: 1;
}
@media (min-width: 62rem) {
  .block-content-side-image--right:not(.no-image) .block-content-side-image__content-col {
    order: 1;
    margin-right: clamp(7.125rem, -34.125rem + 55vw, 15.375rem);
    margin-left: auto;
  }
}
@media (min-width: 62rem) {
  .block-content-side-image--right:not(.no-image).is-style-no-accent .main-image {
    margin-left: 0;
  }
}
@media (min-width: 62rem) {
  .block-content-side-image--right:not(.no-image).is-style-no-accent .block-content-side-image__content-col {
    margin-right: clamp(1.875rem, -39.375rem + 55vw, 10.125rem);
  }
}
.block-content-side-image--left:not(.no-image) .block-content-side-image__image-col {
  order: 2;
}
@media (min-width: 62rem) {
  .block-content-side-image--left:not(.no-image) .block-content-side-image__image-col {
    order: 1;
  }
}
@media (min-width: 62rem) {
  .block-content-side-image--left:not(.no-image) .block-content-side-image__image-col .main-image {
    margin-left: 5.25rem;
  }
}
.block-content-side-image--left:not(.no-image) .block-content-side-image__image-col::after,
.block-content-side-image--left:not(.no-image) .block-content-side-image__image-col .accent-image {
  right: 1.875rem;
}
@media (max-width: 22.5rem) {
  .block-content-side-image--left:not(.no-image) .block-content-side-image__image-col::after,
.block-content-side-image--left:not(.no-image) .block-content-side-image__image-col .accent-image {
    right: 1.25rem;
  }
}
@media (min-width: 62rem) {
  .block-content-side-image--left:not(.no-image) .block-content-side-image__image-col::after,
.block-content-side-image--left:not(.no-image) .block-content-side-image__image-col .accent-image {
    left: 0;
    right: auto;
  }
}
.block-content-side-image--left:not(.no-image) .block-content-side-image__content-col {
  order: 1;
}
@media (min-width: 62rem) {
  .block-content-side-image--left:not(.no-image) .block-content-side-image__content-col {
    order: 2;
    margin-left: clamp(7.125rem, -34.125rem + 55vw, 15.375rem);
    margin-right: auto;
  }
}
@media (min-width: 48rem) {
  .block-content-side-image--left:not(.no-image).is-style-no-accent .main-image {
    margin-left: 0;
  }
}
@media (min-width: 62rem) {
  .block-content-side-image--left:not(.no-image).is-style-no-accent .block-content-side-image__content-col {
    margin-left: clamp(1.875rem, -39.375rem + 55vw, 10.125rem);
  }
}
.block-content-side-image .accent-image {
  display: none;
}
.block-content-side-image.is-style-image-accent .accent-image {
  display: block;
  bottom: clamp(-9.0625rem, 2.0535714286rem + -12.3511904762vw, -3.875rem);
  padding-bottom: 63%;
  width: 100%;
}
@media (max-width: 61.98rem) {
  .block-content-side-image.is-style-image-accent .accent-image {
    width: calc(100% - 0.5rem);
    padding-bottom: 64.765%;
  }
}
@media (min-width: 62rem) {
  .block-content-side-image.is-style-image-accent .accent-image {
    width: 92.48%;
  }
}
p + .block-content-side-image, h1 + .block-content-side-image, h2 + .block-content-side-image, h3 + .block-content-side-image, h4 + .block-content-side-image, h5 + .block-content-side-image, h6 + .block-content-side-image {
  padding-top: clamp(3rem, -0.4285714286rem + 7.1428571429vw, 6rem);
}
.block-content-side-image__container {
  display: flex;
  flex-direction: column;
  margin-bottom: clamp(3.875rem, -2.0535714286rem + 12.3511904762vw, 9.0625rem);
}
@media (min-width: 62rem) {
  .block-content-side-image__container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.is-style-no-accent .block-content-side-image__container {
  margin-bottom: 0;
}
.block-content-side-image__image-col {
  position: relative;
  width: 100%;
  max-width: 19.6875rem;
  margin: 3rem auto 0;
}
@media (min-width: 62rem) {
  .block-content-side-image__image-col {
    flex: 0 0 44.875%;
    max-width: 44.875%;
    margin: 0;
  }
}
.block-content-side-image__image-col::after {
  content: "";
  display: block;
  position: absolute;
  bottom: clamp(-9.0625rem, 2.0535714286rem + -12.3511904762vw, -3.875rem);
  height: 0;
  width: 100%;
  padding-bottom: 63%;
  border-radius: 0.625rem;
  background-color: #f9e143;
}
@media (max-width: 61.98rem) {
  .block-content-side-image__image-col::after {
    width: calc(100% - 0.5rem);
    padding-bottom: 64.765%;
  }
}
@media (min-width: 62rem) {
  .block-content-side-image__image-col::after {
    width: 92.48%;
  }
}
.is-style-light-gold-accent .block-content-side-image__image-col::after {
  background-color: #f9e143;
}
.is-style-sky-blue-accent .block-content-side-image__image-col::after {
  background-color: #0368e0;
}
.is-style-no-accent .block-content-side-image__image-col::after, .is-style-image-accent .block-content-side-image__image-col::after {
  display: none;
}
.is-style-no-accent .block-content-side-image__image-col {
  max-width: 20.9375rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 62rem) {
  .is-style-no-accent .block-content-side-image__image-col {
    flex: 0 0 50.125%;
    max-width: 50.125%;
  }
}
.is-style-no-accent .block-content-side-image__image-col .main-image,
.is-style-no-accent .block-content-side-image__image-col .accent-image {
  padding-bottom: 79.8%;
}
.block-content-side-image__image-col .main-image,
.block-content-side-image__image-col .accent-image {
  z-index: 5;
  padding-bottom: 85%;
  border-radius: 0.625rem;
}
.block-content-side-image__image-col .accent-image {
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: 0;
}
.block-content-side-image__content-col {
  position: relative;
  z-index: 10;
}
@media (min-width: 62rem) {
  .block-content-side-image__content-col {
    max-width: 32rem;
  }
}
.block-content-side-image__content-col h1 .decorative-title,
.block-content-side-image__content-col h2 .decorative-title {
  font-weight: var(--t2-alt-font-weight);
  font-size: var(--t2-alt-font-size);
  font-family: var(--t2-alt-font-family);
  line-height: var(--t2-alt-line-height);
  margin-bottom: var(--t2-alt-margin-bottom);
  text-transform: capitalize;
}
.block-content-side-image__content-col h1 .decorative-title:last-child,
.block-content-side-image__content-col h2 .decorative-title:last-child {
  margin-bottom: 0;
}
.block-content-side-image__content-col h3 .decorative-title {
  font-weight: var(--t3-alt-font-weight);
  font-size: var(--t3-alt-font-size);
  font-family: var(--t3-alt-font-family);
  line-height: var(--t3-alt-line-height);
  margin-bottom: var(--t3-alt-margin-bottom);
  text-transform: capitalize;
}
.block-content-side-image__content-col h3 .decorative-title:last-child {
  margin-bottom: 0;
}
.block-content-side-image__content-col h4 .decorative-title,
.block-content-side-image__content-col h5 .decorative-title,
.block-content-side-image__content-col h6 .decorative-title {
  font-weight: var(--t4-alt-font-weight);
  font-size: var(--t4-alt-font-size);
  font-family: var(--t4-alt-font-family);
  line-height: var(--t4-alt-line-height);
  margin-bottom: var(--t4-alt-margin-bottom);
  text-transform: capitalize;
}
.block-content-side-image__content-col h4 .decorative-title:last-child,
.block-content-side-image__content-col h5 .decorative-title:last-child,
.block-content-side-image__content-col h6 .decorative-title:last-child {
  margin-bottom: 0;
}
.block-content-side-image:not(.no-image) > .container {
  max-width: 100%;
}
@media (min-width: 62rem) {
  .block-content-side-image--right:not(.no-image) > .container {
    padding-right: clamp(0.625rem, 0.1964285714rem + 0.8928571429vw, 1rem);
  }
}
@media (min-width: 62rem) {
  .block-content-side-image--left:not(.no-image) > .container {
    padding-left: clamp(0.625rem, 0.1964285714rem + 0.8928571429vw, 1rem);
  }
}
.block-content-side-image.is-style-no-accent {
  position: relative;
}
.block-content-side-image.is-style-no-accent .bottom-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 15.0625rem;
}
@media (min-width: 62rem) {
  .block-content-side-image.is-style-no-accent .bottom-bar {
    height: clamp(1.25rem, -18.2151162791rem + 31.3953488372vw, 14.75rem);
  }
}
.block-content-side-image.is-style-no-accent .bottom-bar.bg-bar-transparent {
  background-color: transparent;
}
.block-content-side-image.is-style-no-accent .bottom-bar.bg-bar-white {
  background-color: #f2f3f5;
}
.block-content-side-image.is-style-no-accent .bottom-bar.bg-bar-gray {
  background-color: #d7e2ee;
}
.block-content-side-image.is-style-no-accent .bottom-bar.bg-bar-gray-80 {
  background-color: #b8c4d1;
}
.block-content-side-image.is-style-no-accent .bottom-bar.bg-bar-gray-88 {
  background-color: #d3dce6;
}
.block-content-side-image.is-style-no-accent .bottom-bar.bg-bar-gray-92 {
  background-color: #e2e7ee;
}
.block-content-side-image.is-style-no-accent .bottom-bar.bg-bar-dark {
  background-color: #08284d;
}
.block-content-side-image.no-image .container {
  margin-bottom: 0;
}
.block-content-side-image.no-image .block-content-side-image__content-col {
  width: 100%;
  max-width: none;
  margin: 0;
}
.block-content-side-image.no-image .block-content-side-image__image-col {
  display: none;
}
.block-content-side-image.active-bg-bar-transparent.acf-block + :not(.bg-transparent) {
  padding-top: clamp(3rem, 1.2857142857rem + 3.5714285714vw, 4.5rem);
}
.block-content-side-image.active-bg-bar-transparent.acf-block + .block-cta-standard:not(.bg-transparent) {
  padding-top: clamp(4.5rem, 0.5rem + 8.3333333333vw, 8rem);
}
.block-content-side-image.active-bg-bar-transparent.acf-block + .bg-transparent {
  padding-top: 0;
}
.block-content-side-image.active-bg-bar-white.acf-block + :not(.bg-white) {
  padding-top: clamp(3rem, 1.2857142857rem + 3.5714285714vw, 4.5rem);
}
.block-content-side-image.active-bg-bar-white.acf-block + .block-cta-standard:not(.bg-white) {
  padding-top: clamp(4.5rem, 0.5rem + 8.3333333333vw, 8rem);
}
.block-content-side-image.active-bg-bar-white.acf-block + .bg-white {
  padding-top: 0;
}
.block-content-side-image.active-bg-bar-gray.acf-block + :not(.bg-gray) {
  padding-top: clamp(3rem, 1.2857142857rem + 3.5714285714vw, 4.5rem);
}
.block-content-side-image.active-bg-bar-gray.acf-block + .block-cta-standard:not(.bg-gray) {
  padding-top: clamp(4.5rem, 0.5rem + 8.3333333333vw, 8rem);
}
.block-content-side-image.active-bg-bar-gray.acf-block + .bg-gray {
  padding-top: 0;
}
.block-content-side-image.active-bg-bar-gray-80.acf-block + :not(.bg-gray-80) {
  padding-top: clamp(3rem, 1.2857142857rem + 3.5714285714vw, 4.5rem);
}
.block-content-side-image.active-bg-bar-gray-80.acf-block + .block-cta-standard:not(.bg-gray-80) {
  padding-top: clamp(4.5rem, 0.5rem + 8.3333333333vw, 8rem);
}
.block-content-side-image.active-bg-bar-gray-80.acf-block + .bg-gray-80 {
  padding-top: 0;
}
.block-content-side-image.active-bg-bar-gray-88.acf-block + :not(.bg-gray-88) {
  padding-top: clamp(3rem, 1.2857142857rem + 3.5714285714vw, 4.5rem);
}
.block-content-side-image.active-bg-bar-gray-88.acf-block + .block-cta-standard:not(.bg-gray-88) {
  padding-top: clamp(4.5rem, 0.5rem + 8.3333333333vw, 8rem);
}
.block-content-side-image.active-bg-bar-gray-88.acf-block + .bg-gray-88 {
  padding-top: 0;
}
.block-content-side-image.active-bg-bar-gray-92.acf-block + :not(.bg-gray-92) {
  padding-top: clamp(3rem, 1.2857142857rem + 3.5714285714vw, 4.5rem);
}
.block-content-side-image.active-bg-bar-gray-92.acf-block + .block-cta-standard:not(.bg-gray-92) {
  padding-top: clamp(4.5rem, 0.5rem + 8.3333333333vw, 8rem);
}
.block-content-side-image.active-bg-bar-gray-92.acf-block + .bg-gray-92 {
  padding-top: 0;
}
.block-content-side-image.active-bg-bar-dark.acf-block + :not(.bg-dark) {
  padding-top: clamp(3rem, 1.2857142857rem + 3.5714285714vw, 4.5rem);
}
.block-content-side-image.active-bg-bar-dark.acf-block + .block-cta-standard:not(.bg-dark) {
  padding-top: clamp(4.5rem, 0.5rem + 8.3333333333vw, 8rem);
}
.block-content-side-image.active-bg-bar-dark.acf-block + .bg-dark {
  padding-top: 0;
}