body > main > header#slider__newsletter {
  background: transparent url("/img/newsletter-slider-min.jpg");
}

#latest-newsletter,
#archive-newsletter,
#branch-archive-newsletter {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
}

#newsletter-content {
  display: none;
}
#newsletter-content.promo-content {
  display: block;
}

#latest-newsletter {
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (min-width: 576px) {
  #latest-newsletter {
    grid-template-columns: minmax(auto, 400px) minmax(auto, 400px);
    grid-gap: 40px;
  }
}
#latest-newsletter section:first-child {
  text-align: center;
}
#latest-newsletter section:first-child figure {
  margin: 0;
  padding: 0;
  max-height: 275px;
  overflow: hidden;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 768px) {
  #latest-newsletter section:first-child figure {
    max-height: none;
    overflow: visible;
  }
}
#latest-newsletter section:first-child figure:hover, #latest-newsletter section:first-child figure:active {
  background: #fafafa;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}
#latest-newsletter section:nth-child(2) a {
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: 1px solid lightgrey;
}
#latest-newsletter section:nth-child(2) a div h3 {
  margin: 0;
  display: block;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  color: var(--font-color);
}
#latest-newsletter section:nth-child(2) a div p {
  margin: 0;
  color: var(--font-color);
}
#latest-newsletter section:nth-child(2) a div:nth-child(2) {
  display: grid;
  align-content: center;
  padding: 0 10px;
}
#latest-newsletter section:nth-child(2) a div:nth-child(2) .far {
  font-size: 30px;
  color: #b30b00;
}
#latest-newsletter section:nth-child(2) a:hover, #latest-newsletter section:nth-child(2) a:active {
  background-color: var(--green);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out;
}
#latest-newsletter section:nth-child(2) a:hover div > h3,
#latest-newsletter section:nth-child(2) a:hover div > p,
#latest-newsletter section:nth-child(2) a:hover div > .far, #latest-newsletter section:nth-child(2) a:active div > h3,
#latest-newsletter section:nth-child(2) a:active div > p,
#latest-newsletter section:nth-child(2) a:active div > .far {
  color: white !important;
}

#archive-newsletter,
#branch-archive-newsletter {
  grid-gap: 24px;
}
@media only screen and (min-width: 768px) {
  #archive-newsletter,
#branch-archive-newsletter {
    grid-template-columns: repeat(3, 1fr);
  }
}
#archive-newsletter article,
#branch-archive-newsletter article {
  cursor: pointer;
}
#archive-newsletter article h4,
#branch-archive-newsletter article h4 {
  display: block;
  font-size: 1.3em;
}
#archive-newsletter article a,
#branch-archive-newsletter article a {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  border-bottom: 1px solid #ebebeb;
  padding: 0 2%;
}
#archive-newsletter article a p,
#branch-archive-newsletter article a p {
  display: grid;
  align-content: center;
  color: var(--font-color);
}
#archive-newsletter article a:hover, #archive-newsletter article a:active,
#branch-archive-newsletter article a:hover,
#branch-archive-newsletter article a:active {
  background: #fafafa;
  transition: all 0.3s ease-in-out;
}
#archive-newsletter article a:hover h4, #archive-newsletter article a:active h4,
#branch-archive-newsletter article a:hover h4,
#branch-archive-newsletter article a:active h4 {
  text-decoration: underline;
}
#archive-newsletter article a:hover p i, #archive-newsletter article a:active p i,
#branch-archive-newsletter article a:hover p i,
#branch-archive-newsletter article a:active p i {
  color: var(--green);
}

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