/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
/**
 * Breakpoints & Media Queries
 */
/**
*  Converts a hex value into the rgb equivalent.
*
* @param {string} hex - the hexadecimal value to convert
* @return {string} comma separated rgb values
*/
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Breakpoint mixins
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
.block-root .vl-resource-highlight-contact-card {
  min-height: 465px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}
.block-root .vl-resource-highlight-contact-card__image {
  max-height: 14.375rem;
  width: 100%;
  overflow: hidden;
  inset: 0;
  height: 100%;
  position: absolute;
}
.block-root .vl-resource-highlight-contact-card__image img {
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.block-root .vl-resource-highlight-contact-card__content {
  position: relative;
  margin: 198px 20px 0 0;
  padding: 1.8125rem 1.25rem 1.25rem 1.25rem;
  display: flex;
  flex-flow: column nowrap;
  z-index: 1;
  background-color: var(--color-white);
  height: 100%;
}
.block-root .vl-resource-highlight-contact-card__content.has-content-box-background-color-light-gray {
  background-color: #f5f5f5;
}
.block-root .vl-resource-highlight-contact-card__content h2,
.block-root .vl-resource-highlight-contact-card__content h3,
.block-root .vl-resource-highlight-contact-card__content h4,
.block-root .vl-resource-highlight-contact-card__content h5,
.block-root .vl-resource-highlight-contact-card__content h6 {
  margin-bottom: 1.125rem;
}
.block-root .vl-resource-highlight-contact-card__content .wp-block-buttons {
  margin-top: 0;
  gap: 0 !important;
}
.block-root .vl-resource-highlight-contact-card__content .wp-block-buttons .is-style-outline-arrow {
  width: 100%;
}
.block-root .vl-resource-highlight-contact-card__content .wp-block-buttons .is-style-outline-arrow .wp-block-button__link {
  width: 100%;
}
.block-root .vl-resource-highlight-contact-card__content .wp-block-buttons .is-style-outline-arrow:last-of-type .wp-block-button__link {
  border-width: 0.125rem 0 0.125rem;
}
.block-root .wp-block-evermade-default-resource-highlight-items.has-columns-1 .vl-resource-highlight-contact-card__image, .block-root .wp-block-evermade-default-resource-highlight-items.has-columns-2 .vl-resource-highlight-contact-card__image {
  max-height: 15.625rem;
}

/*# sourceMappingURL=style-index.css.map*/