/* stylelint-disable order/order */
/*
* Converts an pixel value into a rem value.
*
* @param string  $values    the pixel value(s) as a number. Can convert multiple values if values separated by a space.
* @param integer $base      the base pixel value.
*
* @return string   a space-separated string of rem values.
*/
/*
* This is an abbreviated wrapper for the responsive-values function.
*/
/*
* Creates a CSS clamp value that sizes between breakpoints.
*
* @param integer $min                    the minimum pixel value.
* @param integer $max                    the maximum pixel value.
* @param string  $smallest-breakpoint    the name of the smallest breakpoint from the $grid-breakpoints variable.
* @param string  $largest-breakpoint     the name of the largest breakpoint from the $grid-breakpoints variable.
* @param string  $screen                 whether to use a horizontal (width) breakpoint or a vertical (height) breakpoint.
*
* @return string   a CSS clamp property value.
*/
/*
* Outputs a font family value from the $fonts variable.
*
* @param string  $key   the font key.
*
* @return string   a font family value.
*/
/*
* Outputs a color value from the $paints or $additional-paints variables.
*
* @param string   $key   the color name.
*
* @return string   a color value.
*/
/*
* Outputs an effect value from the $effects variable.
*
* @param string  $key   the effect name.
*
* @return string   an effect value.
*/
/* stylelint-enable order/order */
/*
* Used to target heading selectors.
*
* @param integer  $start               the first heading element to target. 1 through 6.
* @param integer  $end                 the last heading element to target. 1 through 6.
* @param string   $beforeCombinator    the CSS combinator to include before the heading classes.
* @param string   $afterCombinator     the CSS combinator to include after the heading classes.
* @param boolean  $includeFontClasses  whether or not to include the .has-t-1... classes or just output the standard heading elements.
*
* @return string  The included CSS wrapped with selectors for the specified headings.
*/
/*
* Used to add properties to a for a pseudo element to make an icon based on the iconfont set.
*
* @param string   $content     the content for the icon. Usually uses one of the iconfont variables.
* @param string   $font-size   the font size with unit.
*
* @return string  The CSS properties for the icon.
*/
/*
* Generates CSS to fit an element into the 12-column grid. Only works when used on an element where the parent element is the width of the entire page.
*
* @return string  CSS properties to set the width of the element to the specified column sizes.
*/
/*
* Used to target elements with a background color that has a text color different from the standard color.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to target button elements with a background color set to use the alt button colors.
*
* @param string   $additionalSelectors     additional comma-separated selectors to add.
*
* @return string  The included CSS wrapped with selectors for the specified background.
*/
/*
* Used to add the CSS Grid properties for the 12-column grid.
*
* @return string  The CSS Grid properties for the 12-column grid.
*/
/*
* Used to visually hide an element but still allow screen readers to access the element and its contents for accessibility.
*
* @return string  The styles needed to visually hide an element.
*/
.fade-up {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition: 300ms opacity 300ms ease-out, 300ms transform 300ms ease-out;
}
.fade-up.in-viewport {
  opacity: 1 !important;
  transform: none !important;
}

/****************
 * Fonts
 *
 * The font settings are defined via the gulp figma which task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/*
* This array is used to specify the fonts used on the project with the following parameters:
	base - the name for use in the font() mixin.
		css - the output CSS value.
		figma-name: - the 'font-family' name ued in the _figma-font-variable.scss file.
	)
*/
/****************
 * Colors
 *
 * The primary colors are defined via the gulp figma task which creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 ****************/
/* If additional colors need to be added to the _figma-color-variables.scss, they can be added to this variable: */
/* This variable controls the background colors generated in the ACF background_color field and the background color classes - bg-white, bg-neutral-10, etc: */
/* This variable controls the default text color on a light background. Used with paint(text) to generate a CSS variable that changes to use background font colors. */
/* If a background color uses a different font color than the default color, use these variables to specify the alternate colors */
/* Backgrounds specified in this variable will use the alternative text colors: */
/* Backgrounds specified in this variable will use the alternative button colors: */
/****************
 * Effects
 ****************/
/****************
 * Grid Settings
 ****************/
/****************
 * Block Spacing
 *
 * These variables are based on the "Spacing" rules found in the "Foundations" section in Figma. These control the default spacing between blocks of different colors.
 ****************/
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.block-hero-post {
  margin-bottom: clamp(2rem, 1.3157894737rem + 1.4254385965vw, 2.8125rem);
  padding: 0;
}
.block-hero-post--has-thumbnail {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 9.0625rem;
}
@media print {
  .block-hero-post--has-thumbnail {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
}
.block-hero-post--has-thumbnail .c-btn--back {
  color: #fff;
}
@media (max-width: 74.98rem) {
  .block-hero-post--has-thumbnail .c-btn--back {
    max-width: 50%;
  }
}
.block-hero-post--has-thumbnail .c-btn--back:hover, .block-hero-post--has-thumbnail .c-btn--back:focus {
  color: #fff;
}
.block-hero-post--has-thumbnail .c-btn--back:hover span, .block-hero-post--has-thumbnail .c-btn--back:focus span {
  text-decoration: underline;
}
.block-hero-post--has-thumbnail .c-btn--back__wrapper {
  margin-bottom: 0;
}
.block-hero-post--has-thumbnail .block-hero-post__content {
  margin-top: 11.3125rem;
  padding: clamp(1rem, 0.7894736842rem + 0.4385964912vw, 1.25rem) clamp(1.125rem, 0.3881578947rem + 1.5350877193vw, 2rem) clamp(1.125rem, 3.6578947368rem + -2.4122807018vw, 2.5rem);
}
@media print {
  .block-hero-post--has-thumbnail .block-hero-post__content {
    margin-top: 6.25rem;
  }
}
@media print {
  .block-hero-post .c-btn--back__wrapper,
.block-hero-post .block-hero-post__primary-term {
    display: none;
  }
}
.block-hero-post .block-hero-post__contacts-wrapper {
  width: 100%;
}
@media (min-width: 64rem) {
  .block-hero-post .block-hero-post__contacts-wrapper {
    width: auto;
  }
  .block-hero-post .block-hero-post__contacts-wrapper::before {
    position: relative;
    left: 0.125rem;
    content: "|";
    display: inline-block;
    margin: auto 0.25rem;
    color: var(--blockColor, #000);
  }
}
.block-hero-post__contacts {
  display: inline-flex;
  flex-flow: wrap;
  gap: 0.125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-hero-post__contacts .block-hero-post__contact {
  font-weight: var(--body-1-font-weight);
  font-size: var(--body-1-font-size);
  font-family: var(--body-1-font-family);
  line-height: var(--body-1-line-height);
}
.block-hero-post .c-btn--back::before {
  font-size: 1.25rem;
}
.block-hero-post .c-btn--back__wrapper {
  margin-top: 1.5rem;
  margin-bottom: 1.125rem;
}
.block-hero-post:not(.block-hero-post--has-thumbnail) .block-hero-post__content:first-child {
  padding-top: 1.5rem;
}
.block-hero-post:not(.block-hero-post--has-thumbnail) .c-btn--back:focus, .block-hero-post:not(.block-hero-post--has-thumbnail) .c-btn--back:hover {
  color: #0066ba;
}
.block-hero-post__content {
  background: #fff;
}
.block-hero-post__row {
  justify-content: center;
}
.block-hero-post__primary-term {
  font-weight: var(--overline-font-weight);
  font-size: var(--overline-font-size);
  font-family: var(--overline-font-family);
  line-height: var(--overline-line-height);
  letter-spacing: var(--overline-letter-spacing);
  text-transform: var(--overline-text-transform);
  margin-bottom: var(--overline-margin-bottom);
}
.block-hero-post__primary-term:first-child {
  margin-top: 0;
}
.block-hero-post__primary-term:last-child {
  margin-bottom: 0;
}
.block-hero-post__primary-term .wp-block-button__link {
  color: #0066ba;
}
.block-hero-post__primary-term .wp-block-button__link:hover, .block-hero-post__primary-term .wp-block-button__link:focus {
  text-decoration: underline;
}
.block-hero-post__title {
  margin: 1rem 0 0;
}
.block-hero-post__title:first-child {
  margin-top: 1.125rem;
}
.block-hero-post__subtitle {
  margin: clamp(0.5rem, -0.0263157895rem + 1.0964912281vw, 1.125rem) 0 0;
  color: #54575a;
}
.block-hero-post__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 23.4375rem;
  pointer-events: none;
}
@media (min-width: 64rem) {
  .block-hero-post__image-wrapper {
    height: 100%;
  }
}
@media print {
  .block-hero-post__image-wrapper {
    display: none;
  }
}
.block-hero-post__image-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.12) 100%);
}
.block-hero-post__image-wrapper .featured-item--image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-hero-post__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-hero-post__image[src*="block-library-placeholder.png"] {
  width: 100%;
}
.block-hero-post__meta {
  display: flex;
  flex-flow: wrap;
  row-gap: 1rem;
  margin-top: clamp(1rem, -0.2631578947rem + 2.6315789474vw, 2.5rem);
}
@media (max-width: 47.98rem) {
  .block-hero-post__meta {
    display: block;
  }
}
.block-hero-post__meta span {
  font-weight: var(--body-1-font-weight);
  font-size: var(--body-1-font-size);
  font-family: var(--body-1-font-family);
  line-height: var(--body-1-line-height);
}
.block-hero-post__source {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 0.75rem;
}
@media (min-width: 48rem) {
  .block-hero-post__source {
    margin-top: 0;
  }
}
@media (min-width: 48rem) {
  .block-hero-post__source::before {
    content: "|";
    margin: 0rem 0.75rem;
  }
}
.block-hero-post__source-label {
  display: inline-block;
  margin-right: 0.25em;
}
.block-hero-post + .block-text-sidebar {
  margin-top: clamp(2rem, 1.3157894737rem + 1.4254385965vw, 2.8125rem);
}
@media print {
  .block-hero-post + .block-text-sidebar {
    margin-top: 0;
  }
}