/* breakpoints */

.container {
  max-width: 1251px;
}

.news-article {
  font-family: Open Sans;
}

.news-article__content .rich-text p img {
  float: right;
}

.news-article__content .rich-text ol li {
  font-size: 1.6rem;
}

.news-article__info {
  color: #3A3537;
  font-family: Open Sans;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.18rem;
}

.news-article__info > div {
  display: inline-block;
}

.news-article__info .dot-separator {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  border-radius: 9999px;
  background: #d8d8d8;
  width: 0.7rem;
  height: 0.7rem;
}

.news-article__info .font-weight-normal {
  font-weight: 400;
}

.news-article__info--white {
  color: #fff;
}

.news-article__info--white .dot-separator {
  background-color: #fff;
}

.news-article h2 {
  font-size: 4.2rem;
  font-family: 'Open Sans';
  color: #222;
  font-weight: 300;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  line-height: 1.25;
  margin-top: 0;
}

.news-article .rich-text {
  letter-spacing: 0.025em;
  line-height: 2;
  font-size: 1.6rem;
  font-family: 'Open Sans';
  font-weight: 100;
  text-align: left;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 0;
  padding-right: 0;
  margin-top: 4.8rem;
}

.news-article .rich-text ul li {
  font-family: Open Sans;
  font-size: 1.6rem;
  line-height: 1.5;
}

.news-article .rich-text a {
  color: #004987;
}

.news-article__attachments {
  margin-top: 4.8rem;
}

.news-article__attachment {
  background-color: #f5f5f5;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

.news-article__attachment a {
  font-weight: 100;
  font-size: 1.6rem;
  color: #004987;
  border-style: none;
  text-decoration: none;
}

.news-article__attachment a:hover {
  color: #485662;
  text-decoration: underline;
}

.news-article__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 1224px) {
  .news-article__wrapper {
    padding-left: 20rem;
    margin-top: 1rem;
  }
}

.mobile-share {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 4.8rem;
}

.mobile-share__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mobile-share__text {
  padding-left: 0;
  padding-right: 0;
}

.mobile-share__wrapper {
  padding-left: 0;
  padding-right: 0;
}

.mobile-share ul {
  padding-top: 0;
  padding-bottom: 0;
}

.mobile-share span {
  font-size: 1.2rem;
  font-weight: 700;
  color: #232323;
}
