/**
 * Base Styles
 * - 01 - Foundation
 * - 02 - Utilities
 * - 03 - Framework
 * - 04 - Settings
 */
/*------------------------------------*\
  01 - Foundation
\*------------------------------------*/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*------------------------------------*\
  02 - Utilities
\*------------------------------------*/
/*------------------------------------*\
  03 - Framework
\*------------------------------------*/
/*------------------------------------*\
  04 - Settings
\*------------------------------------*/
/**
 * Colors
 * - 01 - Variables
 * - 02 - Mapping
 */
/*------------------------------------*\
  01 - Variables
\*------------------------------------*/
/*------------------------------------*\
  02 - Mapping
\*------------------------------------*/
@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-SemiBold.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Outfit';
  src: url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf), url(/solutions/themes/custom/themekit/assets/fonts/outfit/Outfit-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}

/******* End Drupal Defaults *******/
.paragraph--type--section-title {
  text-align: center;
  padding-top: 10px;
}

.paragraph--type--section-title .image-video-wide__decoration {
  position: relative;
  margin: 0 auto 15px auto;
  display: block;
  width: 27px;
  height: 45px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--section-title .image-video-wide__decoration {
    width: 42px;
    height: 71px;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--section-title .image-video-wide__decoration {
    width: 46px;
    height: 74px;
  }
}

.paragraph--type--section-title .image-video-wide__decoration:before {
  content: '';
  width: 5px;
  height: 5px;
  box-shadow: 0px 0px 12.125px #000000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 50%;
  z-index: 1;
}

.paragraph--type--section-title .image-video-wide__decoration svg {
  position: relative;
  z-index: 2;
}

.paragraph--type--section-title .l-container {
  max-width: 900px;
  padding: 0;
  margin: 0 20px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--section-title .l-container {
    padding: 0 15px;
    margin: 0 auto;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--section-title .l-container {
    padding: 0 15px;
    margin: 0 auto;
  }
}

.paragraph--type--section-title .l-container h2 {
  color: var(--Primary-Black, #000);
  text-align: left;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Outfit;
  font-size: clamp(20px, 3vw, 26px);
  font-style: normal;
  font-weight: 200;
  line-height: 130%; /* 41.6px */
  letter-spacing: 0.45px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--section-title .l-container h2 {
    margin: 0 auto 30px auto;
    text-align: center;
  }
}



/*# sourceMappingURL=section-title.css.map*/