/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/**==================================================================================================================================
BREAKPOINT
 ==================================================================================================================================*/
/**==================================================================================================================================
BREAKPOINT ENDS
==================================================================================================================================*/
span.edit-link {
  display: inline-block;
  background-color: yellow;
  font-weight: 700;
  position: fixed;
  left: 0;
  bottom: 3.125rem;
  transform: translateX(-45px);
  transition: all 0.2s;
}

span.edit-link a {
  display: block;
  padding: 0.9375rem;
}

span.edit-link:hover {
  transform: translateX(0);
}

.small-only {
  display: none !important;
}

@media screen and (max-width: 39.99875em) {
  .small-only {
    display: block;
  }
}
.medium-up {
  display: block;
}

@media screen and (max-width: 39.99875em) {
  .medium-up {
    display: none !important;
  }
}
section.article-hero {
  z-index: 5;
  padding: 0 !important;
}

section.article-hero + section.wysiwyg {
  padding-top: 0;
}

@media screen and (min-width: 40em) {
  section.article-hero figure {
    margin: 1.875rem 0;
  }
}
section.article-hero img {
  margin-bottom: -0.625rem;
}

section.article-hero:not(.has-background-image) > .grid-container:nth-child(1) {
  padding-top: 11.25rem;
}

@media screen and (max-width: 39.99875em) {
  section.article-hero:not(.has-background-image) .text-link--arrow-left {
    top: -2.8125rem !important;
  }
}
@media screen and (min-width: 40em) {
  section.article-hero:not(.has-background-image) .text-link--arrow-left {
    margin-top: -1rem;
  }
}
@media screen and (max-width: 39.99875em) {
  section.article-hero > .grid-container {
    padding-left: 0;
    padding-right: 0;
  }
  section.article-hero .ingress-container {
    padding: 0 1rem;
  }
  section.article-hero .text-link--arrow-left {
    left: 1.875rem !important;
  }
  section.article-hero figure {
    margin: 0;
    width: 100%;
  }
}
section.article-hero.has-background-image .background-image-wrapper {
  padding: 17.8125rem 0 0 0;
  margin-bottom: -20.625rem;
  height: 40rem;
}

section.article-hero.has-background-image .background-image-wrapper .grid-x {
  background: #fdfdfd;
}

@media screen and (min-width: 40em) {
  section.article-hero.has-background-image .grid-container + .grid-container {
    margin-top: -9.375rem;
  }
  section.article-hero.has-background-image .ingress-container {
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
}
@media screen and (min-width: 75em) {
  section.article-hero.has-background-image .ingress-container {
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 39.99875em) {
  section.article-hero.has-background-image .grid-container + .grid-container {
    margin-top: -1.875rem;
    margin-bottom: 1.25rem;
  }
}
section.article-hero.has-background-image .ingress-container {
  position: relative;
  background: #fdfdfd;
}

@media screen and (min-width: 40em) {
  section.article-hero.has-background-image .ingress-container {
    padding-bottom: 6.25rem;
  }
}
section.article-hero.has-background-image .ingress-container .ingress-wrapper {
  position: relative;
  z-index: 30;
  padding: 5rem 0 3.125rem 0;
}

section.article-hero.has-background-image .ingress-container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  content: "";
  display: block;
  width: 100%;
  height: 12.5rem;
  background: linear-gradient(to bottom, #fdfdfd, #f0f0f2);
}

section.article-hero .background-image-wrapper {
  position: relative;
  background: transparent;
  overflow: hidden;
}

section.article-hero .grid-x {
  position: relative;
  z-index: 4;
}

section.article-hero .grid-x .text-link--arrow-left {
  position: absolute;
  top: 2.9375rem;
  left: 2.5rem;
  height: -moz-max-content;
  height: max-content;
}

@media screen and (max-width: 39.99875em) {
  section.article-hero .grid-x .text-link--arrow-left {
    top: 2.5rem;
    left: 1rem;
  }
}
@media screen and (min-width: 40em) {
  section.article-hero p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
section.article-hero img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

section.article-hero img.background-image {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}

/*# sourceMappingURL=article-hero.css.map*/