html {
  --fla-heading-font-family: "CenturyGothicStd", "Inter", sans-serif;
  --fla-subheading-font-family: "Poppins";
  --fla-body-font-family: "Inter", "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
  --fla-text-color-light: rgba(255,255,255,0.618);
}

body {
  --fla-dock-height: 0px;
}

body[data-fla-state*="do:1"] {
  --fla-dock-height: var(--fla-footer-height);
}

/**
 * TO BE INCLUDED WITHIN THE CONTENT CONTAINING ELEMENT
 * (WHERE THE SCOLLING DOES HAPPEN)
 */
/**
 * Must be applied not to the block element but the h1/h2/h3 directly
 * block must be display: contents
 */
/**
  NOTE: THIS IS SPECIFIC TO FONTS
  ARIAL: 0.318/2
 */
/**
 * What this does, is:
 * Given a Text like "First, Last and Always" we have the descender "y"
 * this mixin calculates the space that is taken by descenders and subtracts it
 * from the height of the element via negative margin bottom. By the way:
 * the descender space is also taken if we have text that does NOT have a descender!
 * When to use:
 * - The text block needs to sit bottom align with a specific design line or element
 *
 * When NOT to use:
 * - If another text block is placed below this one. in that case we need to use another mixin "centuryGothicDescendantEqualizer"
 *
 * Get the UnitsPerEM via "ttx -t head CenturyGothicStd.ttf" (fonttools)
 * Get the sTypoDescender via `ttx -t OS/2 CenturyGothicStd.ttf` (fonttools)
 * Calculate the Descener Ratio: Descender Ratio = |sTypoDescender| / unitsPerEm
 * Translate into CSS: margin-bottom: calc(-1*<DescenderRatio>)
 *
 * @see https://stackoverflow.com/questions/27631736/meaning-of-top-ascent-baseline-descent-bottom-and-leading-in-androids-font
 */
/**
 What we do here is:
 Based on this graphic: https://i.sstatic.net/LwZJF.png we cut off the
 distance from the bottom to the Descent
 */
/**
 * @deprecated Moved to a SDC component
 */
/**
 * Meant to glue the menu image before and after the content area so it can be used as glass background..
 */
/**
 * Use the content's image as a background below the content area to prevent boring grey areas
 */
/*
 * Use this for sections where the main content area must start below the header (not overlayed by the glass header)
 * to look fine u need to define a backkground image either for the body element or the layout container
 */
#block-pagetitle {
  background-color: #5b5b5b;
}

.region-content {
  overflow: auto;
  overflow-x: hidden;
  background: #333 url(/themes/custom/fla/img/schotten-and-hansen/tile_gray-paper.jpg) left top repeat;
}

#block-fla-content {
  padding: 0 !important;
  height: 100%;
  --fla-menu-image-background-top: block !important;
  --fla-menu-image-background-bottom: block !important;
}

.view-content {
  padding: 10px;
  padding-top: 3px;
  font-family: "Helvetica Neue", "Helvetica", "Arial";
  font-weight: 200;
}

.view-id-s_h_colors.view-display-id-page_1 > .view-content {
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  position: relative;
}

@media screen and (min-width: 576px) {
  .view-id-s_h_colors.view-display-id-page_1 > .view-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 1600px) {
  .view-id-s_h_colors.view-display-id-page_1 > .view-content {
    grid-template-columns: repeat(8, 1fr);
  }
}

.view-id-s_h_colors.view-display-id-page_1 > .view-content .views-row {
  position: relative;
}

.view-id-s_h_colors.view-display-id-page_1 > .view-content .views-field-title {
  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1;
  z-index: 0;
  min-width: 100px;
}

@media screen and (min-width: 1024px) {
  .view-id-s_h_colors.view-display-id-page_1 > .view-content .views-field-title {
    padding: 0.5rem;
  }
  .view-id-s_h_colors.view-display-id-page_1 > .view-content .views-field-title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
  }
  .view-id-s_h_colors.view-display-id-page_1 > .view-content .views-field-title:before {
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    backdrop-filter: grayscale(20%) blur(3px) brightness(60%);
  }
}

@media screen and (max-width: 375px) {
  .view-id-s_h_colors.view-display-id-page_1 > .view-content .views-field-title .asterisk {
    position: absolute;
    top: -0.382ch;
  }
}

.view-id-s_h_colors.view-display-id-page_1 > .view-content .views-field-field-image img {
  width: 100%;
  height: auto;
}

.view-id-s_h_colors.view-display-id-page_1 > .view-content:after {
  content: "* Denotes exclusive color";
  font-size: 0.8125rem;
  white-space: nowrap;
  position: absolute;
  bottom: -3ch;
  left: 0.75rem;
}

.view-id-s_h_colors.view-display-id-page_1 > .attachment .views-row {
  margin-top: 40px;
  margin-bottom: 20px;
}

.views-row {
  position: relative;
}

.views-element-container .attachment .views-row .views-field-title {
  font-family: CenturyGothicStd;
  padding: 10px 10px 5px 10px;
  font-size: 1.125rem;
  padding-left: 0;
  font-weight: 400;
}

.views-element-container .attachment .views-row .views-field-field-image img {
  width: 100%;
}

@media screen and (min-width: 1140px) {
  .views-element-container .attachment .views-row .views-field-field-image img {
    width: unset;
  }
}

/*# sourceMappingURL=fla-sandh-colors.css.map */