/**
 * 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--cta-call-out .l-container {
  max-width: 1280px;
  display: flex;
  margin: 0 auto;
  padding: 0 15px;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--cta-call-out .l-container {
    margin-bottom: 50px;
  }
}

.paragraph--type--cta-call-out .l-container .cta-call-out__image-desktop {
    display: none;
  }

  .paragraph--type--cta-call-out .l-container .cta-call-out__image-mobile {
    display: block;
    padding: 25px 0px;
  }

@media print,
screen and (min-width: 25em) {
  .paragraph--type--cta-call-out .l-container .cta-call-out__image-mobile {
    display: block;
  }
}

@media print,
screen and (min-width: 25em) {
  .paragraph--type--cta-call-out .l-container .cta-call-out__image-desktop {
    display: none;
  }
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--cta-call-out .l-container .cta-call-out__image-mobile {
    display: none;
  }
}

@media print,
screen and (min-width: 40em) {
  .paragraph--type--cta-call-out .l-container .cta-call-out__image-desktop {
    display: block;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--cta-call-out .l-container .cta-call-out__image-desktop {
    display: block;
  }
}

@media print,
screen and (min-width: 64em) {
  .paragraph--type--cta-call-out .l-container .cta-call-out__image-mobile {
    display: none;
  }
}

@media print,
screen and (min-width: 75em) {
  .paragraph--type--cta-call-out .l-container .cta-call-out__image-desktop {
    display: block;
  }
}

@media print,
screen and (min-width: 75em) {
  .paragraph--type--cta-call-out .l-container .cta-call-out__image-mobile {
    display: none;
  }
}



/*# sourceMappingURL=cta-call-out.css.map*/