@charset "UTF-8";
/**
 * Globals
 * An import of all abstracts
 */
/**
 * Vendor
 * For files that need compiling
 */
/**
 * This themes global styles
 */
/**
 * Root Font Sizing
 */
/**
 * Type sets
 * Defines a type grouping that can be looped over and generate utility classes
 */
/**
 * Grid and Grid Gap
 */
/**
 * Vertical Gap
 */
/**
 * Horizontal Gap
 */
/**
 * Container widths
 */
/**
 * Global Variables
 */
@-webkit-keyframes scale-LR {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes scale-LR {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
/** No-space
 * Removes the default space, border, and padding place on a component
 */
/** Grid row
 * Sets row up for the grid
 */
/** Grid row gutters
 * IF $gutter-horizontal = true: set the sides gap width
 * ELSE $gutter-vertical = false: remove the top and bottom gap width
 * IF $gutter-vertical = true: set the top and bottom gap width
 * ELSE $gutter-vertical = false: remove the top and bottom gap width
 * IF $gutter-horizontal-size & $gutter-vertical-size = wide: large sized space between items
 * IF $gutter-horizontal-size & $gutter-vertical-size = wide-lg: large sized space between items only on the lg breakpoint
 * IF $gutter-horizontal-size & $gutter-vertical-size = narrow: small sized space between items
 * ELSE $gutter-horizontal-size & $gutter-vertical-size = default: regular sized space between items
 */
/** Grid columns
 * IF = auto: fits the available space
 * ELSE IF = variable: fits the width of it's content
 * ELSE span the amount of columns provided
 */
/** Grid Spacing Clear
 * Clears first and last grid row margin or padding
 * Declare on column class: @include grid-clear-vertical-spacing(2);
 * Options:
 * • $columns(value = 1 to n) - default = 1
 * • $property(value = margin or padding) - default = margin, sets to 0
 */
/** Grid class generators
 * Generates classes for each column and offset by default and breakpoint
 */
/**
 * Hide Text
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 * See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
/**
 * Hide Element
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
/**
 * Component
 */
.paragraph--type-carousel-cards {
  max-width: 75em;
  width: calc(100% - 2rem);
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1rem;
  padding-right: 1rem;
  --theme-bg-color: #F2ECD5;
  --theme-text-bg-color: #FFFFFF;
  --theme-header-color: #0031A7;
  --theme-header-font: MacklinSlab, Times, serif;
  --theme-text-color: #0031A7;
  --theme-cta-color: #FFFFFF;
  --theme-cta-color--secondary: #0031A7;
  /*
  @if $theme == 'light' {
    // All of the light theme should be defaults.
    // This is here for placeholder purposes.
  }
  */
  position: relative;
}
@media (min-width: 80.01em) {
  .paragraph--type-carousel-cards {
    padding-left: 0;
    padding-right: 0;
  }
}
.paragraph--type-carousel-cards.component-carousel-cards__no-slider .field--name-field-card {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
}
@media (min-width: 48.01em) {
  .paragraph--type-carousel-cards.component-carousel-cards__no-slider .field--name-field-card {
    grid-template-columns: repeat(3, 1fr);
  }
}
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-container,
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-slide {
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-container article,
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-slide article {
  overflow: hidden;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-pagination {
  bottom: auto;
  margin-top: 0.5rem;
}
@media (min-width: 48.01em) {
  .paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-pagination {
    display: none;
  }
}
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-pagination-bullet {
  background-color: #FCD405;
  border-color: #FCD405;
}
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0031A7;
  border-color: #0031A7;
  height: 0.7rem;
  width: 0.7rem;
}
@media (max-width: 1349px) {
  .paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-button-prev,
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-button-next {
    height: 60px;
    width: 60px;
  }
}
@media (min-width: 1351px) {
  .paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-button-prev,
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-button-next {
    height: 78px;
    width: 78px;
  }
}
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-button-prev {
  background: transparent url("../../../images/slider-arrow-left.svg") no-repeat center;
  background-size: cover;
}
@media (max-width: 1349px) {
  .paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-button-prev {
    left: -1rem;
  }
}
@media (min-width: 1351px) {
  .paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-button-prev {
    left: -3.5rem;
  }
}
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-button-prev:after {
  content: none;
}
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-button-next {
  background: transparent url("../../../images/slider-arrow-right.svg") no-repeat center;
  background-size: cover;
}
@media (max-width: 1349px) {
  .paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-button-next {
    right: -1rem;
  }
}
@media (min-width: 1351px) {
  .paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-button-next {
    right: -3.5rem;
  }
}
.paragraph--type-carousel-cards.component-carousel-cards--js-initialized .swiper-button-next:after {
  content: none;
}
.paragraph--type-carousel-cards .carousel-card__content {
  background-color: #0031A7 !important;
  color: #FFFFFF !important;
}
.paragraph--type-carousel-cards .carousel-card__content h3,
.paragraph--type-carousel-cards .carousel-card__content h3 a {
  color: #FFFFFF !important;
}
.paragraph--type-carousel-cards .carousel-card__content h3:hover, .paragraph--type-carousel-cards .carousel-card__content h3:active,
.paragraph--type-carousel-cards .carousel-card__content h3 a:hover,
.paragraph--type-carousel-cards .carousel-card__content h3 a:active {
  color: #FFFFFF !important;
}
/*# sourceMappingURL=../../maps/libraries/paragraph/full--carousel-cards.css.map */
