.c-news__heading__wrapper {
  padding: 30px 0 0;
  padding: 3rem 0 0;
}
.c-news__heading__links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0 -10px;
  margin: 0 -1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media all and (min-width: 768px) {
  .c-news__heading__links {
    justify-content: flex-end;
  }
}
.c-news__topic__filter {
  max-width: 200px;
  max-width: 20rem;
}
@media all and (min-width: 768px) {
  .c-news__topic__filter {
    max-width: 30rem;
  }
}
@media all and (min-width: 1280px) {
  .c-news__topic__filter {
    max-width: 100%;
    width: 31.5rem;
  }
}
.c-news__heading__links__item {
  margin: 0;
  position: relative;
}
.c-news__heading__links__item:not(:last-child):before {
  position: absolute;
  content: '';
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 1px;
  width: 0.1rem;
  height: 15px;
  height: 1.5rem;
  background: #312F2F;
}
.c-news__heading__link {
  padding: 0 17px;
  padding: 0 1.7rem;
  color: #312F2F;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  transition: color 0.3s;
}
.c-news__heading__link:hover,
.c-news__heading__link:focus,
.c-news__heading__link:active {
  color: #673694;
}
.c-news__heading__link.c-news__heading__link--active {
  color: #673694;
  pointer-events: none;
}
.c-news__divider {
  height: 1px;
  height: 0.1rem;
  color: #d6d6d6;
}
.c-news__heading {
  font-size: 40px;
  font-size: 4rem;
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #673694;
}
@media all and (min-width: 768px) {
  .c-news__heading {
    font-size: 4rem;
  }
}
@media all and (min-width: 1280px) {
  .c-news__heading {
    font-size: 4.8rem;
  }
}
.c-news__heading__copy {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media all and (min-width: 768px) {
  .c-news__heading__copy {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-news__heading__copy {
    font-size: 2.2rem;
  }
}
.c-news__heading__copy__wrapper p,
.c-news__heading__copy__wrapper li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media all and (min-width: 768px) {
  .c-news__heading__copy__wrapper p,
  .c-news__heading__copy__wrapper li {
    font-size: 1.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-news__heading__copy__wrapper p,
  .c-news__heading__copy__wrapper li {
    font-size: 2.2rem;
  }
}
.c-news__heading__copy__wrapper > *:last-child {
  margin-bottom: 0;
}
.c-news__heading__btn__wrapper {
  padding: 10px 0 0;
  padding: 1rem 0 0;
}
.c-news__issues__filter {
  padding: 0 0 35px;
  padding: 0 0 3.5rem;
}
.c-news__issues__filter__heading {
  color: #312F2F;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
@media all and (min-width: 768px) {
  .c-news__issues__filter__heading {
    font-size: 3.2rem;
  }
}
@media all and (min-width: 1280px) {
  .c-news__issues__filter__heading {
    font-size: 3.6rem;
  }
}
.c-news__issues__filter__dropdown {
  width: 200px;
  width: 20rem;
}
@media all and (min-width: 768px) {
  .c-news__issues__filter__dropdown {
    width: 28rem;
  }
}
@media all and (min-width: 1280px) {
  .c-news__issues__filter__dropdown {
    width: 31.5rem;
  }
}
.c-news__issues__wrapper {
  padding: 30px 0;
  padding: 3rem 0;
}
.c-news__issues__inner {
  display: flex;
  margin: -35px -10px;
  margin: -3.5rem -1rem;
  flex-wrap: wrap;
}
.c-news__issue {
  padding: 35px 40px;
  padding: 3.5rem 4rem;
  flex: 0 1 100%;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  .c-news__issue {
    flex: 0 1 33.33%;
    max-width: 33.33%;
  }
}
@media all and (min-width: 1280px) {
  .c-news__issue {
    flex: 0 1 25%;
    max-width: 25%;
  }
}
.c-news__issue__image__wrapper {
  display: block;
}
.c-news__issue__image__wrapper:hover + .c-news__issue__heading,
.c-news__issue__image__wrapper:focus + .c-news__issue__heading,
.c-news__issue__image__wrapper:active + .c-news__issue__heading {
  color: #673694;
}
.c-news__issue__image__wrapper:hover + .c-news__issue__heading .e-icon,
.c-news__issue__image__wrapper:focus + .c-news__issue__heading .e-icon,
.c-news__issue__image__wrapper:active + .c-news__issue__heading .e-icon {
  transform: translate(0.5rem);
}
.c-news__issue__heading {
  display: block;
  color: #312F2F;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 18px;
  margin-top: 1.8rem;
  transition: color 0.3s;
  line-height: 1.4;
}
.c-news__issue__heading .e-icon {
  fill: #673694;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 5px;
  margin-left: 0.5rem;
  margin-bottom: -2px;
  margin-bottom: -0.2rem;
  transition: transform 0.3s;
}
.c-news__issue__heading:hover,
.c-news__issue__heading:focus,
.c-news__issue__heading:active {
  color: #673694;
}
.c-news__issue__heading:hover .e-icon,
.c-news__issue__heading:focus .e-icon,
.c-news__issue__heading:active .e-icon {
  transform: translate(0.5rem);
}
.c-news__issue__purchase__btn {
  display: inline-block;
  margin-top: 10px;
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
}
.c-news__issue__purchase__btn .e-icon {
  width: 18px;
  width: 1.8rem;
  height: 23px;
  height: 2.3rem;
  margin-right: 10px;
  margin-right: 1rem;
}
.c-news__item__content {
  display: flex;
  margin: 0 -20px;
  margin: 0 -2rem;
  padding: 20px 0 0;
  padding: 2rem 0 0;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .c-news__item__content {
    flex-wrap: nowrap;
  }
}
.c-news__item__content__image__wrapper {
  padding: 0 20px;
  padding: 0 2rem;
  flex: 0 0 220px;
  flex: 0 0 22rem;
  order: 2;
  flex: 1 1 100%;
}
@media all and (min-width: 768px) {
  .c-news__item__content__image__wrapper {
    flex: 0 0 20rem;
    max-width: 20rem;
    display: block;
    order: 0;
  }
}
@media all and (min-width: 1280px) {
  .c-news__item__content__image__wrapper {
    flex: 0 0 22rem;
    max-width: 22rem;
  }
}
.c-news__item__content__image {
  max-width: 220px;
  max-width: 22rem;
}
.c-news__item__content__inner {
  padding: 0 20px;
  padding: 0 2rem;
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .c-news__item__content__inner {
    flex-wrap: nowrap;
  }
}
.c-news__item__content__inner__btn-wrapper {
  order: -1;
  height: 37px;
  height: 3.7rem;
  display: flex;
  margin-top: -20px;
  margin-top: -2rem;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .c-news__item__content__inner__btn-wrapper {
    flex-wrap: wrap;
    order: 0;
    margin-top: 0;
  }
}
.c-news__item__content__inner__btn-wrapper .e-btn {
  padding: 8px 26px 10px;
  padding: 0.8rem 2.6rem 1rem;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .c-news__item__content__inner__btn-wrapper .e-btn {
    margin: 0;
  }
}
.c-news__item__content__inner__btn-wrapper .e-btn + .e-btn {
  margin-left: 10px;
  margin-left: 1rem;
}
@media all and (min-width: 768px) {
  .c-news__item__content__inner__btn-wrapper .e-btn + .e-btn {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.c-news__item__content__inner__btn-download.e-btn {
  height: 37px;
  height: 3.7rem;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-left: 2rem;
  padding-right: 20px;
  padding-right: 2rem;
  min-width: 176px;
  min-width: 17.6rem;
}
.c-news__item__content__inner__btn-download.e-btn .e-icon {
  width: 18px;
  width: 1.8rem;
  height: 23px;
  height: 2.3rem;
  margin-right: 10px;
  margin-right: 1rem;
}
.c-news__item__content__inner__heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  margin: 0;
  margin-right: 5px;
  margin-right: 0.5rem;
  width: 100%;
  letter-spacing: 0.8px;
  letter-spacing: 0.08rem;
  flex: 1 1 100%;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .c-news__item__content__inner__heading {
    font-size: 3rem;
    margin: 0;
    flex: 0 1 auto;
  }
}
@media all and (min-width: 1280px) {
  .c-news__item__content__inner__heading {
    font-size: 3.4rem;
  }
}
.c-news__item__content__inner__copy {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  flex-basis: 100%;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
@media all and (min-width: 768px) {
  .c-news__item__content__inner__copy {
    font-size: 1.6rem;
    margin-bottom: 0;
    padding-right: 4rem;
  }
}
@media all and (min-width: 1280px) {
  .c-news__item__content__inner__copy {
    font-size: 1.8rem;
  }
}
.c-news__item__table__contents {
  padding: 20px 0 0;
  padding: 2rem 0 0;
}
.c-news__item__table__contents__heading {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 5px;
  margin-bottom: 0.5rem;
}
@media all and (min-width: 768px) {
  .c-news__item__table__contents__heading {
    font-size: 2.8rem;
  }
}
@media all and (min-width: 1280px) {
  .c-news__item__table__contents__heading {
    font-size: 2.8rem;
  }
}
.c-news__item__table__contents__item {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
  margin: 0 -1rem;
  padding: 3px 0;
  padding: 0.3rem 0;
}
.c-news__item__table__contents__item__title {
  max-width: 75%;
  flex: 0 1 auto;
  margin: 0;
  padding: 0 10px;
  padding: 0 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media all and (min-width: 768px) {
  .c-news__item__table__contents__item__title {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px) {
  .c-news__item__table__contents__item__title {
    font-size: 1.8rem;
  }
}
.c-news__item__table__contents__item__lines {
  flex: 1 1 auto;
  padding: 0 10px;
  padding: 0 1rem;
  border-bottom: 1px dotted #d6d6d6;
  border-bottom: 0.1rem dotted #d6d6d6;
  position: relative;
  top: -5px;
  top: -0.5rem;
}
.c-news__item__table__contents__item__page {
  flex: 0 0 auto;
  margin: 0;
  padding: 0 10px;
  padding: 0 1rem;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media all and (min-width: 768px) {
  .c-news__item__table__contents__item__page {
    font-size: 1.6rem;
  }
}
@media all and (min-width: 1280px) {
  .c-news__item__table__contents__item__page {
    font-size: 1.8rem;
  }
}
.c-news__item__content__spacer {
  padding: 0 20px;
  padding: 0 2rem;
  flex: 0 0 150px;
  flex: 0 0 15rem;
  align-items: center;
  display: none;
}
@media all and (min-width: 1280px) {
  .c-news__item__content__spacer {
    display: block;
  }
}
.c-author__index__inner {
  border-bottom: 1px solid #d6d6d6;
  border-bottom: 0.1rem solid #d6d6d6;
  padding-bottom: 30px;
  padding-bottom: 3rem;
  margin: 30px 0 30px;
  margin: 3rem 0 3rem;
  border-top: 1px solid #d6d6d6;
  border-top: .1rem solid #d6d6d6;
  padding-top: 30px;
  padding-top: 3rem;
}
.c-author__index__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c-author__index__list__item {
  margin: 0;
}
.c-author__index__list__item__link {
  color: #312F2F;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 9px 0;
  padding: 0.9rem 0;
  display: inline-block;
  transition: color 0.3s;
}
.c-author__index__list__item__link:hover,
.c-author__index__list__item__link:focus,
.c-author__index__list__item__link:active {
  color: #673694;
}
.c-news__item__content__table {
  padding: 30px 0;
  padding: 3rem 0;
}
.c-news__item__content__table__heading {
  font-size: 28px;
  font-size: 2.8rem;
  color: #312F2F;
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
@media all and (max-width: 767px) {
  .c-news__table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 0.1rem;
    margin: -0.1rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0.1rem;
  }
}
.c-news__table th {
  border: 0;
  border-top: 1px solid #d6d6d6;
  border-top: 0.1rem solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-bottom: 0.1rem solid #d6d6d6;
  background: white;
  color: #312F2F;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px;
  padding: 2rem;
}
.c-news__table th:last-child {
  text-align: right;
}
.c-news__table td {
  border: 0;
  padding: 20px;
  padding: 2rem;
  background: white;
  color: #312F2F;
  font-size: 18px;
  font-size: 1.8rem;
}
.c-news__table td:last-child {
  text-align: right;
}
@media all and (max-width: 767px) {
  .c-news__table td {
    border-bottom: 0.1rem solid #d6d6d6;
    display: block;
    font-size: 1.5rem;
    text-align: right;
  }
  .c-news__table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .c-news__table td:last-child {
    border-bottom: 0;
  }
}
.c-news__table td a {
  color: #312F2F;
  transition: color 0.3s;
}
.c-news__table td a:focus,
.c-news__table td a:hover,
.c-news__table td a:active {
  color: #673694;
}
.c-news__table tr:nth-child(2n + 1) td {
  background: #f2f2f2;
}
@media all and (max-width: 767px) {
  .c-news__table tr {
    border-bottom: 0.3rem solid #d6d6d6;
    display: block;
    margin-bottom: 2rem;
  }
}
.c-news__table .c-topic__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media all and (max-width: 767px) {
  .c-news__table .c-topic__list {
    justify-content: flex-end;
  }
}
.c-news__table .c-topic__list li {
  margin: 0;
}
.c-news__table .c-topic__list li span {
  display: inline-block;
  margin: 0 5px;
  margin: 0 0.5rem;
}
.c-news__table .c-topic__list li:last-child span {
  display: none;
}
.c-news__editorial {
  padding: 20px 0 10px;
  padding: 2rem 0 1rem;
}
.c-news__editorial__tag {
  color: #673694;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.c-news__editorial__heading {
  margin: 0;
  font-weight: 300;
  color: #312F2F;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
.c-news__editorial__name {
  color: #312F2F;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  margin: 10px 0;
  margin: 1rem 0;
}
.c-news__editorial__copy__wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 768px) {
  .c-news__editorial__copy__wrapper {
    flex-wrap: nowrap;
  }
}
.c-news__editorial__copy__wrapper .c-show-more__section {
  align-self: flex-end;
}
.c-news__editorial__copy__wrapper .c-show-more {
  white-space: nowrap;
  margin-top: 20px;
  margin-top: 2rem;
  font-size: 20px;
  font-size: 2rem;
  color: #312F2F;
  font-weight: 400;
  position: relative;
  padding-right: 23px;
  padding-right: 2.3rem;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .c-news__editorial__copy__wrapper .c-show-more {
    padding-left: 2rem;
    margin-top: 0;
  }
}
.c-news__editorial__copy__wrapper .c-show-more .e-icon {
  fill: #673694;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-top: 2px;
  margin-top: 0.2rem;
}
.c-news__editorial__copy__wrapper .c-show-less__wrapper {
  display: none;
}
.c-news__editorial__copy__wrapper .c-show-less__wrapper .e-icon {
  transform: translateY(-50%) rotate(180deg) !important;
}
.c-news__editorial__copy {
  padding-top: 15px;
  padding-top: 1.5rem;
}
.c-news__article__results {
  padding: 20px 0;
  padding: 2rem 0;
}
.c-news__article__results__copy {
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 300;
  color: #312F2F;
  margin-bottom: 10px;
  margin-bottom: 1rem;
}
