/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/**
	Global variables
*/
/* Site Max Width. Used in 03-base/_template.scss
   -------------------------------------------------------------------------- */
/* Layout Margins (top/bottom)
   -------------------------------------------------------------------------- */
/* Colors
   -------------------------------------------------------------------------- */
/* Filter Colors
   Use https://codepen.io/sosuke/pen/Pjoqqp to generate filters for new colors
   -------------------------------------------------------------------------- */
/* Directories and Misc?
   -------------------------------------------------------------------------- */
/**
 * This file is used to override bootstrap variables.  build/node_modules/bootstrap/scss/_variables.scss
 * Some examples are included below.
 */
/* Grid breakpoints
   Define the minimum dimensions at which your layout will change,
   adapting to different screen sizes, for use in media queries.
   ------------------------------------------------------------------------ */
/* Body
   ------------------------------------------------------------------------ */
/* Gutter width (half is added to each column)
   ------------------------------------------------------------------------ */
/* Default transition.  Used in transition() mixin.
   ------------------------------------------------------------------------ */
/* Tools
   -------------------------------------------------------------------------- */
/**
	General mixins
	Note: Variables are loaded via _core.scss before this file, so no @use needed
*/
/* Variable Size
   Function can be used to make any property value variable
   -------------------------------------------------------------------------- */
/* Basic Transition
   -------------------------------------------------------------------------- */
/* Default Unordered List
   This mixin is used in place of defining base ul styles and then having to
   override them everywhere.  Ex: in a menu.
   This should be included when you output an acf wysiwyg field.
   -------------------------------------------------------------------------- */
/* Default Link Style
   This mixin is used in place of defining base a styles and then having to
   override them everywhere. Ex: text links vs buttons.
   This should be included when you output an acf wysiwyg field.
   -------------------------------------------------------------------------- */
/* Default Table
   -------------------------------------------------------------------------- */
/* Default Gradient
   -------------------------------------------------------------------------- */
/* Button Reset
   -------------------------------------------------------------------------- */
/* List Reset
   -------------------------------------------------------------------------- */
/* 100vh Mixin
   -------------------------------------------------------------------------- */
/* Accessibility Mixins to allow or prevent animations and transitions
   -------------------------------------------------------------------------- */
/* Variable Min Height
   Will scale from $startHeight to $endHeight, from $startWidth to
   $endWidth.
   -------------------------------------------------------------------------- */
/* Variable Image Width
   Will scale from $startWidth to $endWidth, from $startScreenWidth to
   $endScreenWidth.  Must be in proper media query.
   -------------------------------------------------------------------------- */
/**
 * Typography Mixins & Font Declarations
 *
 * Font Families:
 *   - Self Modern: Used for headings (H1-H6) and display text
 *   - Funkis A Springs: Used for body copy, callouts, and eyebrow text
 *
 * Usage:
 *   @include self-modern--book;
 *   @include funkis--light;
 */
/* ==========================================================================
   @font-face Declarations
   ========================================================================== */
@font-face {
  font-family: "Self Modern";
  src: url("/content/themes/base/assets/font/self-modern/SelfModern-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Self Modern";
  src: url("/content/themes/base/assets/font/self-modern/SelfModern-Regular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Self Modern";
  src: url("/content/themes/base/assets/font/self-modern/SelfModern-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Funkis A Springs";
  src: url("/content/themes/base/assets/font/funkis/FunkisASprings-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Font Family Variables
   ========================================================================== */
/* ==========================================================================
   Self Modern Mixins (Headings & Display)
   ========================================================================== */
/* ==========================================================================
   Funkis A Springs Mixins (Body & UI)
   ========================================================================== */
/* ==========================================================================
   Typography Style Mixins (Composite)
   These combine font, size, line-height, and other properties
   ========================================================================== */
/**
	Form specific mixins
	A set of default styles that can be applied to Gravity Forms and other forms
*/
.intro-sidebar {
  width: 100%;
}
@media (min-width: 1024px) {
  .intro-sidebar {
    width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.intro-sidebar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(8px, calc(8px + (100vw - 360px) / ((1024 - 360) / (10 - 8))), 10px);
  background: #FFFFFF;
  padding: clamp(32px, calc(32px + (100vw - 360px) / ((1024 - 360) / (40 - 32))), 40px);
  margin: auto;
}
@media (min-width: 768px) {
  .intro-sidebar__inner {
    max-width: calc(267px + (100vw - 768px) / ((1280 - 768) / (312 - 267)));
  }
}
@media (min-width: 1024px) {
  .intro-sidebar__inner {
    gap: 10px;
    padding: 40px;
  }
}
@media (min-width: 1280px) {
  .intro-sidebar__inner {
    max-width: 312px;
  }
}
.intro-sidebar__title {
  font-family: "Self Modern", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #054052;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 1280px) {
  .intro-sidebar__title {
    margin-bottom: 8px;
  }
}
.wrapper-background--2 .intro-sidebar__title, .wrapper-background--3 .intro-sidebar__title {
  color: #054052;
}
.intro-sidebar__content {
  margin-bottom: 16px;
}
.intro-sidebar__content .wysiwyg {
  font-family: "Funkis A Springs", system-ui, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  color: #288074;
  text-align: center;
}
.wrapper-background--2 .intro-sidebar__content .wysiwyg, .wrapper-background--3 .intro-sidebar__content .wysiwyg {
  color: #288074;
}
.intro-sidebar__content .wysiwyg ul {
  padding-left: 0;
  list-style: none;
}
.intro-sidebar__content .wysiwyg ul li {
  margin-bottom: 8px;
}
.intro-sidebar__content .wysiwyg ul li:last-child {
  margin-bottom: 0;
}
.intro-sidebar__content .wysiwyg > :first-child {
  margin-top: 0;
}
.intro-sidebar__content .wysiwyg > :last-child {
  margin-bottom: 0;
}
.intro-sidebar__ctas .link-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.intro-sidebar__ctas .link {
  margin: 0;
}
.intro-sidebar--alternate, .intro-sidebar--extended {
  width: 296px;
}
@media (min-width: 768px) {
  .intro-sidebar--alternate, .intro-sidebar--extended {
    width: 350px;
  }
}
@media (min-width: 1024px) {
  .intro-sidebar--alternate, .intro-sidebar--extended {
    width: 320px;
  }
}
@media (min-width: 1280px) {
  .intro-sidebar--alternate, .intro-sidebar--extended {
    width: 366px;
  }
}
.intro-sidebar--alternate .intro-sidebar__inner, .intro-sidebar--extended .intro-sidebar__inner {
  padding: clamp(24px, calc(24px + (100vw - 360px) / ((1024 - 360) / (40 - 24))), 40px);
}
@media (min-width: 768px) {
  .intro-sidebar--alternate .intro-sidebar__inner, .intro-sidebar--extended .intro-sidebar__inner {
    max-width: none;
  }
}
@media (min-width: 1024px) {
  .intro-sidebar--alternate .intro-sidebar__inner, .intro-sidebar--extended .intro-sidebar__inner {
    padding: 40px;
  }
}
.intro-sidebar--alternate .intro-sidebar__title, .intro-sidebar--extended .intro-sidebar__title {
  font-family: "Funkis A Springs", system-ui, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}
.intro-sidebar--alternate .intro-sidebar__content .wysiwyg, .intro-sidebar--extended .intro-sidebar__content .wysiwyg {
  font-family: "Funkis A Springs", system-ui, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 28px;
}
.intro-sidebar--alternate .intro-sidebar__inner {
  max-width: 296px;
}
@media (min-width: 768px) {
  .intro-sidebar--alternate .intro-sidebar__inner {
    max-width: none;
  }
}
.intro-sidebar--alternate .intro-sidebar__title {
  margin-bottom: 8px;
}
.intro-sidebar--image {
  width: 296px;
  overflow: hidden;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .intro-sidebar--image {
    width: 430px;
  }
}
@media (min-width: 1024px) {
  .intro-sidebar--image {
    width: 430px;
  }
}
@media (min-width: 1280px) {
  .intro-sidebar--image {
    width: 430px;
  }
}
.intro-sidebar--image .intro-sidebar__image-wrap {
  width: 100%;
  overflow: hidden;
}
.intro-sidebar--image .intro-sidebar__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-sidebar--image .intro-sidebar__inner {
  background: transparent;
  max-width: none;
  padding: clamp(20px, calc(20px + (100vw - 360px) / ((1024 - 360) / (32 - 20))), 32px) clamp(24px, calc(24px + (100vw - 360px) / ((1024 - 360) / (40 - 24))), 40px);
  gap: 8px;
}
@media (min-width: 1024px) {
  .intro-sidebar--image .intro-sidebar__inner {
    padding: 32px 40px;
  }
}
.intro-sidebar--image .intro-sidebar__title {
  font-size: clamp(20px, calc(20px + (100vw - 360px) / ((768 - 360) / (22 - 20))), 22px);
  line-height: clamp(28px, calc(28px + (100vw - 360px) / ((768 - 360) / (32 - 28))), 32px);
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .intro-sidebar--image .intro-sidebar__title {
    font-size: 22px;
    line-height: 32px;
  }
}
.intro-sidebar--image .intro-sidebar__content .wysiwyg {
  font-family: "Funkis A Springs", system-ui, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  color: #288074;
  text-align: center;
}
@media (min-width: 1024px) {
  .intro-sidebar--ctas {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.intro-sidebar--ctas .intro-sidebar__inner {
  background: transparent;
  padding: 0;
  max-width: none;
}
.wrapper-background--2 .intro-sidebar--ctas .intro-sidebar__title, .wrapper-background--3 .intro-sidebar--ctas .intro-sidebar__title {
  color: #FFFFFF;
}
.intro-sidebar--ctas .intro-sidebar__ctas {
  margin-top: 0;
}
.intro-sidebar--ctas .intro-sidebar__ctas .link-group {
  gap: 16px;
}
@media (min-width: 768px) {
  .intro-sidebar--ctas .intro-sidebar__ctas .link-group {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1280px) {
  .intro-sidebar--ctas .intro-sidebar__ctas .link-group {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.intro-sidebar--ctas .intro-sidebar__ctas .link {
  font-family: "Funkis A Springs", system-ui, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(12px, calc(12px + (100vw - 360px) / ((768 - 360) / (13 - 12))), 13px);
  letter-spacing: clamp(0.15em, calc(0.15px + (100vw - 360px) / ((768 - 360) / (0.2 - 0.15))), 0.2em);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .intro-sidebar--ctas .intro-sidebar__ctas .link {
    font-size: 13px;
    letter-spacing: 0.2em;
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .intro-sidebar--ctas .intro-sidebar__ctas .link {
    text-align: left;
  }
}