/**
	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
*/
.social-circle__inner {
  margin: 0 auto;
}
.social-circle__inner.no-custom {
  background: #054052;
  padding: 40px 0 16px 0;
}
.social-circle__inner.no-custom .eui-widget-title {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .social-circle__inner.no-custom {
    padding: 48px 0 16px 0;
  }
}
@media screen and (min-width: 1280px) {
  .social-circle__inner.no-custom {
    padding: 64px 0 16px 0;
  }
}
.social-circle__inner.no-custom .social-circle__widget {
  padding-block: 16px;
  border-block: 1px solid rgba(247, 245, 245, 0.25);
}
.social-circle__inner.no-custom .social-circle__header {
  -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;
  margin-bottom: 40px;
}
.social-circle__inner.no-custom .social-circle__header .title {
  color: #FFF;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .social-circle__inner.no-custom .social-circle__header .title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .social-circle__inner.no-custom .social-circle__header .title {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .social-circle__inner.no-custom .social-circle__header {
    padding-inline: 80px;
    max-width: 768px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .social-circle__inner.no-custom .social-circle__header {
    padding-inline: 80px;
    max-width: 100%;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1440px) {
  .social-circle__inner.no-custom .social-circle__header {
    padding-inline: 120px;
  }
}
.social-circle__inner.no-custom .social_hashtag {
  font-family: "Self Modern", Georgia, serif;
  font-weight: 400;
  font-style: normal;
  color: #C8D228;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .social-circle__inner.no-custom .social_hashtag {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 166.667% */
    text-transform: capitalize;
  }
}
@media screen and (min-width: 1280px) {
  .social-circle__inner.no-custom .heading-wrapper {
    width: 100%;
    max-width: 50%;
    text-align: start;
  }
}
.social-circle__inner.no-custom .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1280px) {
  .social-circle__inner.no-custom .social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.social-circle__inner.no-custom .social-circle__social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .social-circle__inner.no-custom .social-circle__social-icons {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .social-circle__inner.no-custom .social-circle__social-icons {
    margin-top: 0;
  }
}
.social-circle__inner.no-custom .social-circle__social-icons a {
  margin-right: 0;
}
.social-circle__inner.no-custom .social-circle__social-icons .v-icon__svg {
  width: 26px;
  height: 26px;
}
.social-circle__inner.no-custom .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.social-circle__header {
  margin-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 24px;
}
@media screen and (min-width: 768px) {
  .social-circle__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 25px 0 21px;
  }
}
@media screen and (min-width: 1024px) {
  .social-circle__header {
    padding: 0 29px 0 26px;
  }
}
@media screen and (min-width: 1280px) {
  .social-circle__header {
    padding: 0 35px 0 58px;
  }
}
@media screen and (min-width: 1440px) {
  .social-circle__header {
    padding: 0 60px 0 56px;
    max-width: 1485px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1920px) {
  .social-circle__header {
    padding: 0 60px 0 64px;
  }
}
.social-circle__header.alignment-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-circle__header .title {
  color: #054052;
  margin-bottom: 24px;
}
.social-circle .es-review-background-container .es-review-content .es-text-shortener {
  color: #054052;
  font-family: "Funkis A Springs", system-ui, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.social-circle .es-carousel-layout .CfMHG {
  height: 48px;
  width: 48px;
  border: none;
  border-radius: 0;
  background-color: #C35B4F;
  color: #FFFFFF;
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  .social-circle .es-carousel-arrow-control-container {
    display: none !important;
  }
}
.social-circle .es-review-link-container:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.social-circle__social-icons {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .social-circle__social-icons {
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .social-circle__social-icons {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .social-circle__social-icons {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1440px) {
  .social-circle__social-icons {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1920px) {
  .social-circle__social-icons {
    margin-top: 0;
  }
}
.social-circle__social-icons a {
  margin-right: 14px;
  color: #FFFFFF;
}
.social-circle__social-icons a:last-of-type {
  margin-right: 0;
}
.social-circle__social-icons a:hover, .social-circle__social-icons afocus {
  opacity: 0.9;
  color: #FFFFFF;
}
.social-circle__social-icons .v-icon__svg {
  width: 2.8em;
  height: 2.8em;
  color: #054052;
}
.social-circle__network-icon {
  height: 40px;
}
@media screen and (min-width: 1024px) {
  .social-circle__network-icon {
    height: 48px;
  }
}
.social-circle__network-icon:hover, .social-circle__network-iconfocus {
  -webkit-filter: invert(0%) sepia(82%) saturate(7500%) hue-rotate(8deg) brightness(83%) contrast(114%);
          filter: invert(0%) sepia(82%) saturate(7500%) hue-rotate(8deg) brightness(83%) contrast(114%);
  color: #FFFFFF;
}
.social-circle__image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
  width: 100%;
}
@media screen and (max-width: 570px) {
  .social-circle__image-gallery .picture:nth-last-child(-n+3) {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .social-circle__image-gallery .picture:nth-last-child(-n+2) {
    display: none;
  }
}
@media screen and (max-width: 1919px) {
  .social-circle__image-gallery .picture:nth-last-child(-n+1) {
    display: none;
  }
}
.social-circle__image-gallery picture {
  width: 33.33%;
  height: 174px;
}
@media screen and (min-width: 570px) {
  .social-circle__image-gallery picture {
    width: 25%;
    height: 179px;
  }
}
@media screen and (min-width: 1024px) {
  .social-circle__image-gallery picture {
    width: 20%;
    height: 227px;
  }
}
@media screen and (min-width: 1280px) {
  .social-circle__image-gallery picture {
    height: 240px;
  }
}
@media screen and (min-width: 1920px) {
  .social-circle__image-gallery picture {
    width: 16.6667%;
  }
}