@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
 */
.node--view-mode-carousel-card {
  height: 100%;
  width: 100%;
}
.node--view-mode-carousel-card .node__content {
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.node--view-mode-carousel-card .node__content .carousel-card__wrapper-link,
.node--view-mode-carousel-card .node__content .carousel-card__outer,
.node--view-mode-carousel-card .node__content .carousel-card__inner,
.node--view-mode-carousel-card .node__content .carousel-card__content {
  width: 100%;
}
.node--view-mode-carousel-card .node__content .carousel-card__outer {
  overflow: hidden;
  display: block;
  height: 100%;
  width: 100%;
}
.node--view-mode-carousel-card .node__content .carousel-card__inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}
.node--view-mode-carousel-card .node__content .carousel-card__inner .carousel-card__media {
  margin: 0 2rem;
}
.node--view-mode-carousel-card .node__content .carousel-card__inner .carousel-card__media .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.node--view-mode-carousel-card .node__content .carousel-card__inner .carousel-card__media img {
  border-radius: 0 0 7px 7px;
  height: 214px;
}
.node--view-mode-carousel-card .node__content .carousel-card__inner .node__title {
  color: #FFFFFF !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.node--view-mode-carousel-card .node__content .carousel-card__inner .node__title h3 {
  margin-bottom: 1.5rem;
  max-width: 80%;
}
.node--view-mode-carousel-card .node__content .carousel-card__inner .node__title:hover {
  color: #FFFFFF !important;
}
.node--view-mode-carousel-card .node__content .carousel-card__inner .node__title:hover h3,
.node--view-mode-carousel-card .node__content .carousel-card__inner .node__title:hover h3 a {
  color: #FFFFFF !important;
}
.node--view-mode-carousel-card .node__content .carousel-card__inner .node__title:hover:after {
  color: #FFFFFF !important;
}
.node--view-mode-carousel-card .node__content .carousel-card__inner .node__title:after {
  content: "\e001";
  font-family: "themeIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 2.375rem;
  margin-top: 1.25rem;
  text-decoration: none;
  text-transform: none;
}
.node--view-mode-carousel-card .node__content .carousel-card__inner .carousel-card__content {
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 7px;
  background-color: #FFFFFF;
  color: #0031A7;
  margin-top: calc(-216px + 3rem);
  padding: calc(216px - 2.25rem) 0 4rem;
}
.node--view-mode-carousel-card .node__content .carousel-card__inner .carousel-card__content header {
  padding: 0 2rem;
}
/*# sourceMappingURL=../../maps/libraries/node/carousel-card.css.map */
