/**
 * 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--hero-simple-slim {
  width: 100%;
  height: 434px;
  position: relative;
  overflow: hidden;
  margin-bottom: 75px;
  height: 434px;
  margin-bottom: 40px;
  margin-top: -3px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim {
    height: 434px;
    margin-bottom: 60px;
    background-attachment: fixed;
    margin-top: 70px;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--hero-simple-slim {
    height: 434px;
    margin-bottom: 75px;
    background-attachment: fixed;
    margin-top: 70px;
  }
}

.paragraph--type--hero-simple-slim .hero-simple-slim__desktop-bg {
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  display: none;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .hero-simple-slim__desktop-bg {
    display: block;
  }
}

.paragraph--type--hero-simple-slim .hero-simple-slim__mobile-bg {
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 75px;
  display: none;
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .hero-simple-slim__mobile-bg {
    display: none;
    top: 0;
  }
}

.paragraph--type--hero-simple-slim .hero-simple-slim__gradient {
  background: linear-gradient(359deg, rgba(17, 43, 68, 0.78) 15.03%, rgba(17, 43, 68, 0.00) 56.23%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .hero-simple-slim__gradient {
    background: linear-gradient(93deg, rgba(17, 43, 68, 0.44) 30.22%, rgba(17, 43, 68, 0.00) 61.41%);
  }
}

.paragraph--type--hero-simple-slim .l-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
  justify-content: flex-start;
  padding-top: 150px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container {
    justify-content: center;
    padding-top: 0px;
  }
}

.paragraph--type--hero-simple-slim .l-container .block--system-breadcrumb-block {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 16px;
  color: #fefefe;
  top: 90px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container .block--system-breadcrumb-block {
    top: 20px;
  }
}

.paragraph--type--hero-simple-slim .l-container .block--system-breadcrumb-block .breadcrumb li::before {
  content: '//';
  margin-right: 8px;
  display: inline-block;
}

.paragraph--type--hero-simple-slim .l-container .block--system-breadcrumb-block .breadcrumb li:first-child::before {
  content: none;
}

.paragraph--type--hero-simple-slim .l-container .block--system-breadcrumb-block li {
  padding: 0 8px 0 0;
  display: inline-block;
}

.paragraph--type--hero-simple-slim .l-container .block--system-breadcrumb-block a {
  color: #fefefe;
  text-decoration: none;
}

.paragraph--type--hero-simple-slim .l-container .block--system-breadcrumb-block a:hover {
  text-decoration: underline;
}

.paragraph--type--hero-simple-slim .l-container .text_area {
  position: absolute;
  bottom: 5px;
  margin: 0px 20px 20px 20px;
  left: 0;
  text-align: center;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container .text_area {
    position: relative;
    bottom: inherit;
    max-width: 1280px;
    margin: 0;
    text-align: left;
  }
}

.paragraph--type--hero-simple-slim .l-container .text_area h1 {
  color: #fefefe;
  font-weight: 700;
  margin: 0;
  line-height: 112%;
  font-size: clamp(32px, 3vw, 50px);
  max-width: 640px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container .text_area h1 {
    text-align: left;
    padding-top: 0;
    line-height: 106%;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--hero-simple-slim .l-container .text_area h1 {
    text-align: left;
    padding-top: 0;
    line-height: 106%;
  }
}

.paragraph--type--hero-simple-slim .l-container .text_area h2 {
  color: #fefefe;
  font-weight: 700;
  margin: 0;
  line-height: 53px;
  font-size: clamp(32px, 3vw, 50px);
  max-width: 840px;
}

.paragraph--type--hero-simple-slim.show-line__yes .l-container .text_area:before {
  content: '';
  display: block;
  background: #ffffff;
  margin: 0 0 60px 0;
  width: 50px;
  height: 6px;
  margin: 0 auto 20px auto;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim.show-line__yes .l-container .text_area:before {
    margin: 0 0 20px 0;
    width: 60px;
    height: 8px;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--hero-simple-slim.show-line__yes .l-container .text_area:before {
    margin: 0 0 20px 0;
    width: 75px;
    height: 10px;
  }
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container .text_area h1:before {
    margin: 0;
    margin-bottom: 10px;
    width: 60px;
    height: 8px;
    text-align: left;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--hero-simple-slim .l-container .text_area h1:before {
    margin: 0;
    margin-bottom: 10px;
    width: 75px;
    height: 10px;
    text-align: left;
  }
}

.paragraph--type--hero-simple-slim .l-container .text_area .field--name-field-cta {
  text-align: center;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container .text_area .field--name-field-cta {
    text-align: left;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--hero-simple-slim .l-container .text_area .field--name-field-cta {
    text-align: left;
  }
}

.paragraph--type--hero-simple-slim .l-container .text_area .field--name-field-cta a {
  display: inline-block;
  background: #EB7100;
  color: #fefefe;
  text-decoration: none;
  font-weight: bold;
  border-radius: 10px;
  font-size: clamp(14px, 3vw, 18px);
  padding: 15px 40px;
  margin-top: 15px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--hero-simple-slim .l-container .text_area .field--name-field-cta a {
    padding: 15px 40px;
    margin-top: 20px;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--hero-simple-slim .l-container .text_area .field--name-field-cta a {
    padding: 15px 40px;
  }
}

.paragraph--type--hero-simple-slim .l-container .text_area .field--name-field-cta a:hover {
  background: #E66100;
}

/*# sourceMappingURL=paragraph--hero-simple-slim.css.map*/