/**
 * 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-v3 {
  text-align: left;
  margin: 20px 0;
  margin-bottom: 40px;
  background: #F8F8F8;
  padding: 40px 0;
}


@media print,
screen and (min-width: 40em) {
  .paragraph--type--section-title-v3 {
    text-align: center;
  }
}
.paragraph--type--section-title-v3 .l-container h2 {
  color: var(--Primary-Black, #000);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Outfit;
  font-size: clamp(24px, 3vw, 40px);
  font-style: normal;
  font-weight: 300;
  line-height: 120%; /* 41.6px */
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}


.paragraph--type--section-title-v3.title-decoration--on .l-container h2:before {
  content: '';
  display: block;
  background: #FF850F;
  margin: 3px 0px;
  width: 60px;
  height: 1px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--section-title-v3.title-decoration--on .l-container h2:before {
    margin: 0 auto;
    width: 80px;
    height: 1px;
  }
}

.paragraph--type--section-title-v3.title-decoration--on.title-color--blue .l-container h2:before {
  background: #00488A;
}

.paragraph--type--section-title-v3.title-decoration--on.title-color--orange .l-container h2:before {
  background: #FF850F;
}

.paragraph--type--section-title-v3 .media--type-video {
  position: relative;
}

.paragraph--type--section-title-v3 .media--type-video .video__poster {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}

.paragraph--type--section-title-v3 .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-v3 .image-video-wide__decoration {
    width: 42px;
    height: 71px;
  }
}

.paragraph--type--section-title-v3 .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-v3 .image-video-wide__decoration svg {
  position: relative;
  z-index: 2;
}

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

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

.paragraph--type--section-title-v3 .l-container p {
  color: black;
  font-size: clamp(14px, 3vw, 18px);
  max-width: 800px;
  margin: 0 auto 15px auto;
  font-weight: 200;
  line-height: 150%; /* 41.6px */
  letter-spacing: 0.2px;
}

.paragraph--type--section-title-v3 .l-container span {
  font-weight: 400px;
}

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


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