/**
 * 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--image-text-2x2-grid {
  position: relative;
  padding: 30px 0;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-2x2-grid {
    padding: 50px 0 0 0;
  }
}

.paragraph--type--image-text-2x2-grid .l-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 15px;
}

.paragraph--type--image-text-2x2-grid .l-container h1 {
  color: var(--Primary-Black, #000);
  font-feature-settings: 'clig' off, 'liga' off;
  text-align: left;
  /* Desktop/Header/H1 */
  font-family: Outfit;
  font-size: clamp(24px, 3vw, 28px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: 0.45px;
}

.paragraph--type--image-text-2x2-grid .l-container h1 span {
  color: #FF850F;
}

.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__top-row,
.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row {
  align-items: center;
  flex-wrap: nowrap;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

@media print,
screen and (min-width: 40em) {

  .paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__top-row,
  .paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row {
    gap: 30px;
    flex-wrap: nowrap;
  }
}

@media print,
screen and (min-width: 64em) {

  .paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__top-row,
  .paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row {
    gap: 50px;
  }
}

.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__top-row .image-text-2x2__text,
.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__top-row .image-text-2x2__image,
.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row .image-text-2x2__text,
.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row .image-text-2x2__image {
  width: 100%;
  text-align: left;
  order: 1;
}

.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__top-row h2,
.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row h2 {
  color: var(--Primary-Black, #000);
  font-feature-settings: 'clig' off, 'liga' off;
  text-align: left;
  /* Desktop/Header/H1 */
  font-family: Outfit;
  font-size: clamp(24px, 3vw, 28px);
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 36.4px */
  letter-spacing: 0.45px;
  position: relative;
}

.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__top-row h2 span,
.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row h2 span {
  display: block;
  color: #FF850F;
}

.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__top-row h2:before,
.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row h2:before {
  content: '';
  display: block;
  background: #00488A;
  margin-bottom: 30px;
  margin-bottom: 15px;
  width: 30px;
  height: 5px;
}

@media print,
screen and (min-width: 40em) {

  .paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__top-row h2:before,
  .paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row h2:before {
    margin-bottom: 20px;
    width: 40px;
    height: 6px;
  }
}

@media print,
screen and (min-width: 64em) {

  .paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__top-row h2:before,
  .paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row h2:before {
    margin-bottom: 30px;
    width: 50px;
    height: 7px;
  }
}

.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row {
  margin-top: 25px;
}

.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row .image-text-2x2__text {
  order: 1;
}

.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row .image-text-2x2__text h2 {
  color: #000;
}

.paragraph--type--image-text-2x2-grid .l-container .image-text-2x2__bottom-row .image-text-2x2__text h2:before {
  background: #FF850F;
}

.paragraph--type--image-text-2x2-grid .l-container .field--name-field-link a,
.paragraph--type--image-text-2x2-grid .l-container .field--name-field-cta a {
  display: inline-block;
  text-decoration: none;
  color: #fefefe;
  font-size: clamp(18px, 3vw, 22px);
  background: #EB7100;
  border-radius: 7px;
  font-weight: bold;
  padding: 9px 22px;
}

@media print,
screen and (min-width: 40em) {

  .paragraph--type--image-text-2x2-grid .l-container .field--name-field-link a,
  .paragraph--type--image-text-2x2-grid .l-container .field--name-field-cta a {
    padding: 13px 70px;
  }
}

@media print,
screen and (min-width: 64em) {

  .paragraph--type--image-text-2x2-grid .l-container .field--name-field-link a,
  .paragraph--type--image-text-2x2-grid .l-container .field--name-field-cta a {
    padding: 16px 90px;
  }
}

.paragraph--type--image-text-2x2-grid .l-container .field--name-field-link a:hover,
.paragraph--type--image-text-2x2-grid .l-container .field--name-field-cta a:hover {
  background: #E66100;
}

.paragraph--type--image-text-2x2-grid .l-container .field--name-field-text,
.paragraph--type--image-text-2x2-grid .l-container .field--name-field-text-02 {
  color: var(--Primary-Black, #000);
  font-feature-settings: 'clig' off, 'liga' off;
  font-family: Outfit;
  font-size: clamp(16px, 3vw, 20px);
  font-style: normal;
  font-weight: 200;
  line-height: 150%;
  letter-spacing: 0.4px;
  margin-bottom: 0px;
  width: 100%;
}

.paragraph--type--image-text-2x2-grid .l-container .field--name-field-text ul,
.paragraph--type--image-text-2x2-grid .l-container .field--name-field-text-02 ul {
  list-style: none;
  margin: 0;
  font-weight: 300;
}

.paragraph--type--image-text-2x2-grid .l-container .field--name-field-text ul li,
.paragraph--type--image-text-2x2-grid .l-container .field--name-field-text-02 ul li {
  list-style-type: none;
  margin: 0 0 0 0px;
  font-weight: 300;
  padding-left: 15px;
  position: relative;
}

.paragraph--type--image-text-2x2-grid .l-container .field--name-field-text ul li:before,
.paragraph--type--image-text-2x2-grid .l-container .field--name-field-text-02 ul li:before {
  content: '\2022';
  font-size: 18px;
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.paragraph--type--image-text-2x2-grid .l-container .field--name-field-text ul strong,
.paragraph--type--image-text-2x2-grid .l-container .field--name-field-text-02 ul strong {
  font-weight: 600;
}

.paragraph--type--image-text-2x2-grid .l-container video {
  width: 100%;
  height: auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.paragraph--type--image-text-2x2-grid.img__right:after {
  background: linear-gradient(180deg, #E5E5E5 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
  transform: matrix(1, 0, 0, -1, 0, 0);
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 150px;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-2x2-grid.img__right:after {
    height: 435px;
  }
}

.paragraph--type--image-text-2x2-grid.img__right .image-text-2x2__top-row .image-text-2x2__text {
  max-width: 80%;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-2x2-grid.img__right .image-text-2x2__top-row .image-text-2x2__text {
    max-width: 100%;
  }
}

.paragraph--type--image-text-2x2-grid.img__right .image-text-2x2__bottom-row .image-text-2x2__text {
  order: 1;
  max-width: 80%;
}

.paragraph--type--image-text-2x2-grid.img__right .image-text-2x2__bottom-row .image-text-2x2__image {
  order: 2;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-2x2-grid.img__right .image-text-2x2__bottom-row .image-text-2x2__text {
    order: 2;
    max-width: 100%;
  }

  .paragraph--type--image-text-2x2-grid.img__right .image-text-2x2__bottom-row .image-text-2x2__image {
    order: 1;
  }
}

.paragraph--type--image-text-2x2-grid.img--left .image-text-2x2__top-row .image-text-2x2__text {
  order: 2;
  max-width: 80%;
}

.paragraph--type--image-text-2x2-grid.img--left .image-text-2x2__top-row .image-text-2x2__image {
  order: 1;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-2x2-grid.img--left .image-text-2x2__top-row .image-text-2x2__text {
    order: 2;
    max-width: 100%;
  }

  .paragraph--type--image-text-2x2-grid.img--left .image-text-2x2__top-row .image-text-2x2__image {
    order: 1;
  }
}

.paragraph--type--image-text-2x2-grid.img--left .image-text-2x2__bottom-row .image-text-2x2__text {
  order: 2;
  max-width: 80%;
}

.paragraph--type--image-text-2x2-grid.img--left .image-text-2x2__bottom-row .image-text-2x2__image {
  order: 1;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--image-text-2x2-grid.img--left .image-text-2x2__bottom-row .image-text-2x2__text {
    order: 1;
    max-width: 100%;
  }

  .paragraph--type--image-text-2x2-grid.img--left .image-text-2x2__bottom-row .image-text-2x2__image {
    order: 2;
  }
}


/*# sourceMappingURL=image-text-2x2-grid.css.map*/