/**
 * 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-slides {
  position: relative;
  flex-shrink: 1; }
  .text-side--left .paragraph--type--image-slides img {
    width: 100%;
    display: block; }
    @media print, screen and (min-width: 40em) {
      .text-side--left .paragraph--type--image-slides img {
        aspect-ratio: 1.53; } }
  .text-side--right .paragraph--type--image-slides {
    height: 100%; }
    .text-side--right .paragraph--type--image-slides picture,
    .text-side--right .paragraph--type--image-slides div {
      height: 100%; }
    .text-side--right .paragraph--type--image-slides img {
      width: auto;
      -o-object-fit: contain;
         object-fit: contain;
      display: block;
      max-height: 100%;
      height: 400px; }
      @media print, screen and (min-width: 40em) {
        .text-side--right .paragraph--type--image-slides img {
          height: 500px; } }
      @media screen and (min-width: 75em) {
        .text-side--right .paragraph--type--image-slides img {
          height: 700px; } }
  .paragraph--type--image-slides .field--name-field-caption {
    position: absolute;
    left: 0;
    top: 100%;
    padding-top: 10px;
    font-size: 0.9375rem;
    line-height: 1.33;
    color: #4C4C4C; }
    @media print, screen and (min-width: 64em) {
      .paragraph--type--image-slides .field--name-field-caption {
        left: 30px; } }


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