/**
 * 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-v2-update {
  text-align: center;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--section-title-v2-update {
     margin:  0;
  }
}

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

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


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

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

.paragraph--type--section-title-v2-update.title-color--blue .l-container h2 {
  /**color: #00488A;**/
}

.paragraph--type--section-title-v2-update.title-color--orange .l-container h2 {
  /**color: #FF850F;**/
}

.paragraph--type--section-title-v2-update.rounded-corners--on .image-video-wide__media {
  border-radius: 10px;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.15);
  border: 2px solid #e5e5e5;
  overflow: hidden;
  border-radius: 0px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--section-title-v2-update.rounded-corners--on .image-video-wide__media {
    border-radius: 10px;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--section-title-v2-update.rounded-corners--on .image-video-wide__media {
    border-radius: 10px;
  }
}

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

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

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

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

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

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

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

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

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

.paragraph--type--section-title-v2-update .l-container .field--name-field-text {
  font-size: clamp(20px, 3vw, 20px);
  font-weight: 300;
  text-align: center;
  max-width: 770px;
  margin: 0 auto 25px auto;
  color: #4C4C4C;
  line-height: 1.5;
  max-width: 80%;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--section-title-v2-update .l-container .field--name-field-text {
    line-height: 1.2;
    max-width: 100%;
  }
}


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