/**
 * 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--membership-hero {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 500px;
  margin-bottom: 0;
  background-attachment: fixed;
  top: -5px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--membership-hero {
    margin-bottom: 110px;
    background-attachment: fixed;
    top: 70px;
    height: 708px;
    max-width: 1600px;
  }
}


.paragraph--type--membership-hero .l-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 70px 20px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  z-index: 2;
  /* padding-top: 205px; */
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--membership-hero .l-container {
    justify-content: flex-end;
    padding: 100px 15px;
  }
}

.paragraph--type--membership-hero .membership-hero__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: none;
}

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

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

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

.paragraph--type--membership-hero .l-container .image-text__text {
  max-width: 100%;
  text-align: left;
  /*margin-bottom: 25px;*/
}

.paragraph--type--membership-hero .l-container .image-text__text h1 {
  color: #FFF;
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Outfit;
  font-size: clamp(32px, 3vw, 60px);
  font-style: normal;
  font-weight: 200;
  line-height: 130%; /* 78px */
  letter-spacing: 0.45px;
  margin-bottom: 5px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--membership-hero .l-container .image-text__text .headers h1 {
    text-align: left;
    padding-top: 0;
    line-height: 106%;
    margin-bottom: 15px;
  }
}


.paragraph--type--membership-hero .l-container .image-text__text .headers h2 {
  color: #fefefe;
  margin: 0;
  line-height: 112%;
  font-size: clamp(20px, 3vw, 30px);
}

.paragraph--type--membership-hero .l-container .image-text__text .text_buttons .text p {
  margin: 0;
  font-size: clamp(14px, 3vw, 26px);
  color: #fefefe;
  font-family: Outfit;
  font-style: normal;
  line-height: 150%;
  /* 36px */
  font-weight: 200;
  text-shadow: 0 2px 15px rgba(0, 0, 0, .3);
}

.paragraph--type--membership-hero .l-container .image-text__text .text_buttons .field--name-field-text img video {
  margin-right: 40px;
  margin-right: 20px;
  max-width: 40%;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--membership-hero .l-container .image-text__text .text_buttons .field--name-field-text img video {
    margin-right: 40px;
  }
}

.paragraph--type--membership-hero .l-container .image-text__text .text_buttons .buttons .field--name-field-cta a {
  display: inline-block;
  background: #EB7100;
  color: #fefefe;
  text-decoration: none;
  font-weight: 400;
  border-radius: 7px;
  font-size: clamp(14px, 3vw, 16px);
  padding: 9px 25px;
  margin-top: 15px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--membership-hero .l-container .image-text__text .text_buttons .buttons .field--name-field-cta a {
    padding: 15px 30px;
    border-radius: 10px;
    margin-top: 50px;
  }
}

.paragraph--type--membership-hero .l-container .image-text__text .text_buttons .buttons .field--name-field-cta a:hover {
  color: #fefefe;
  background: #E66100;
}

.paragraph--type--membership-hero .l-container .image-text__text .text_buttons .buttons {
  display: flex;
  gap: 8px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--membership-hero .l-container .image-text__text .text_buttons .buttons {
    display: flex;
    /* top: 0; */
    gap: 8px;
    flex-direction: row;
    align-items: center;
    margin-top: -30px;
    align-content: space-around;
  }
}

.paragraph--type--membership-hero .l-container .image-text__text .text_buttons {
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--membership-hero .l-container .image-text__text .text_buttons {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
  }
}

.paragraph--type--membership-hero .l-container .image-text__text .text_buttons .buttons .field--name-field-link a {
  display: inline-block;
  background: #fefefe;
  border: 1px solid #EB7100;
  color: #EB7100;
  text-decoration: none;
  font-weight: 400;
  border-radius: 7px;
  font-size: clamp(13px, 3vw, 16px);
  padding: 9px 25px;
  margin-top: 15px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--membership-hero .l-container .image-text__text .text_buttons .buttons .field--name-field-link a {
    padding: 15px 40px;
    border-radius: 10px;
    margin-top: 50px;
  }
}

.paragraph--type--membership-hero .l-container .image-text__text .text_buttons .buttons .field--name-field-link a:hover {
  color: #EB7100;
  background: #F8ECE1;
}

.paragraph--type--membership-hero .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--membership-hero .l-container .block--system-breadcrumb-block {
    top: 20px;
  }
}

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

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

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

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

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



/*# sourceMappingURL=image-text.css.map*/