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

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

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

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

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

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

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

.paragraph--type--slim-hero .text-area  {
  padding-top: 75px;
  padding-left: 20px;
  max-width: 90%;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--slim-hero .text-area {
    padding-top: 150px;
    padding-left: 100px;
    max-width: 90%;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--slim-hero .text-area {
    padding-top: 150px;
    padding-left: 100px;
    max-width: 90%;
  }
}

.paragraph--type--slim-hero .text-area .field--name-field-title-01 {
  color: #FFF;
  font-family: Outfit;
  font-size: clamp(40px, 3vw, 56px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.paragraph--type--slim-hero .text-area .field--name-field-title-02 {
  color: #FFF;
  font-family: Outfit;
  font-size: clamp(32px, 3vw, 48px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--slim-hero .text-area .field--name-field-title-02{
    padding-top: 150px;
    padding-left: 100px;
    max-width: 90%;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--slim-hero .text-area .field--name-field-title-02{
    padding-top: 150px;
    padding-left: 100px;
    max-width: 90%;
  }
}

.paragraph--type--slim-hero .text-area .field--name-field-cta {
  padding-top: 20px;
}

.paragraph--type--slim-hero .text-area .field--name-field-cta a{
  display: inline-block;
  font-size: clamp(10px, 3vw, 17px);
  font-weight: bold;
  color: #fefefe;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  background: #00488A;
}

.paragraph--type--slim-hero .text-area .field--name-field-cta a:hover{
  background: #FFFFFF;
  color: #00488A;
}



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