/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/jh-info-card/jh-info-card-block.scss ***!
  \***********************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&family=Roboto:ital,wght@0,400;0,500;1,400;1,500&display=swap);
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blocks/jh-info-card/jh-info-card-block.scss (1) ***!
  \***************************************************************************************************************************************************/
/*
 *	Info Card Block.
*/
/**
 * Switch for palettes with a quartenary color.
 *
 * This must be included with the palette in order for the `with-extended-palette`
 * function to work properly.
 */
/**
 * Conditionally use colors based on whether the palette includes a quartenary value.
 *
 * @param {string} $if-has-4 The value to use if the palette has a quartenary color.
 * @param {string} $if-has-3 The value to use if the palette does not has a quartenary color.
 */
/**
 * Returns the calculation used for the full-width base.
 */
/**
 * Styles the overview banner gradient based on the supplied color and direction.
 *
 * @param string $direction The gradient direction (top, bottom, left, right).
 */
.mb-none {
  margin-bottom: 0 !important;
}

.mb-unit {
  margin-bottom: 1rem !important;
}

.mb-small {
  margin-bottom: 1rem !important;
}

.mb-medium {
  margin-bottom: 1.5rem !important;
}

.mb-large {
  margin-bottom: 2rem !important;
}

.mb-larger {
  margin-bottom: 2.875rem !important;
}

.mb-xlarge {
  margin-bottom: 4rem !important;
}

.mb-xxlarge {
  margin-bottom: 8rem !important;
}

/**
 * Adds focus ring outline.
 * https://remysharp.com/til/css/focus-ring-default-styles
 */
/**
 * Remove browser default button styles
 */
/**
 * Breakpoints
 */
/**
 * Vertical rhythm.
 *
 * @param {String} $spacing Vertical spacing value in pixels.
 */
/**
 * Returns the calculation used for the full-width base.
 */
/**
 * Styles the overview banner gradient based on the supplied color and direction.
 *
 * @param string $direction The gradient direction (top, bottom, left, right).
 */
.card--info-card {
  border-bottom: 0.125rem solid #393D47;
  border-radius: 0;
  box-shadow: none;
  flex-direction: column;
  padding: 2rem;
  z-index: 1;
  max-width: 400px;
}
.card--info-card .card__icon {
  height: 6.25rem;
  margin-bottom: 2.125rem;
}
.card--info-card .card__title {
  color: #F06C00;
  margin-bottom: 1.5rem;
  margin-left: 0;
}
.card--info-card .card__text {
  color: #393D47;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
.card--info-card .card__body {
  padding: 0 0 0;
}
.card--info-card .card__link {
  display: none;
}
@media only screen and (min-width: 48rem) {
  .card--info-card {
    align-items: center;
    border-bottom: 5px solid #F06C00;
    display: flex;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 2px 8px 0px rgba(57, 61, 71, 0.6);
    cursor: pointer;
    padding: 0 0 1.375rem;
  }
  .card--info-card .card__body {
    align-items: center;
    padding: 2rem 2rem 0;
  }
  .card--info-card .card__link {
    display: block;
    margin-top: 10px;
  }
  .card--info-card .icon__open,
  .card--info-card .icon__open path {
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (min-width: 48rem) and (min-width: 48rem) {
  .card--info-card {
    border-top-left-radius: 2.5rem;
    border-top-right-radius: 2.5rem;
  }
}

/*# sourceMappingURL=jhInfoCardBlock.css.map*/