/* Defines common breakpoint targets. */
.hover-disclosure__header {
  cursor: pointer;
}

.hover-disclosure__body[aria-hidden=true] {
  visibility: hidden;
  opacity: 0;
}
.hover-disclosure__body[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media screen and (min-width: 64rem) {
  .news__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .news__top .more-articles {
    width: 33.33%;
  }
}
@media screen and (min-width: 64rem) {
  .news__intro {
    width: calc(66.66% - 1rem);
  }
}
.news__img {
  padding-bottom: 56.25%;
  background-size: cover;
}
.news__byline, .news__updated {
  margin-top: 1.5rem;
}
.news__link-section {
  width: 100%;
  padding: 1rem 1.25rem 0;
}
@media screen and (min-width: 64rem) {
  .news__link-section {
    width: 70%;
  }
}
@media screen and (min-width: 80rem) {
  .news__link-section {
    width: 800px;
  }
}
@media screen and (min-width: 30rem) {
  .news__link-section {
    display: flex;
    justify-content: space-between;
  }
}
.news__news-link {
  color: #002A4A;
  display: flex;
  align-items: center;
  transition: transform 0.2s ease-in;
  transform: translate3d(0, 0, 0);
  font-family: "Montserrat-Medium", sans-serif;
  text-transform: uppercase;
}
.news__news-link:visited {
  color: #002A4A;
}
.news__news-link:hover {
  transform: translate3d(0, -0.25rem, 0);
}
.news__news-icon {
  width: 50px;
  margin-right: 0.75rem;
}
@media screen and (min-width: 0rem) and (max-width: 63.9375rem) {
  .news__body {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 64rem) {
  .news__body {
    width: calc(66.66% - 1rem);
  }
}
.news__body a {
  text-decoration: underline !important;
}

.share-icons {
  margin: 1rem 0;
}

.other-headlines {
  position: relative;
  margin-top: 3rem;
  padding-top: 2rem;
}
.other-headlines:before {
  content: "";
  width: 25%;
  background-color: #002A4A;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.author {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 2rem;
  margin-top: 2rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 48rem) {
  .author {
    align-items: center;
  }
}
.author__icon {
  border-radius: 50%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 48rem) {
  .author__icon {
    width: 140px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48rem) {
  .author__info {
    width: calc(100% - 140px - 2rem);
  }
}

/*# sourceMappingURL=single-news.css.map */
