.press-releases-list__element.featured .press-releases-list__read-more {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.press-releases-list__element.featured .press-releases-list__read-more:focus, .press-releases-list__element.featured .press-releases-list__read-more:hover {
  color: #0070c0;
}
.press-releases-list__element.featured .press-releases-list__read-more:focus svg, .press-releases-list__element.featured .press-releases-list__read-more:hover svg {
  -webkit-transform: scale3d(1.9, 1, 1);
  -moz-transform: scale3d(1.9, 1, 1);
  transform: scale3d(1.9, 1, 1);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
}
.press-releases-list__element.featured .press-releases-list__read-more:focus svg path, .press-releases-list__element.featured .press-releases-list__read-more:hover svg path {
  fill: #0070c0;
}
.press-releases-list__element.featured .press-releases-list__read-more svg {
  margin-left: 8px;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
  transition: -webkit-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
}
.press-releases-list__element.featured .press-releases-list__read-more svg path {
  fill: #f2f0ec;
  -moz-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

[data-post-list-template=pagination] {
  margin-bottom: 64px;
}
@media screen and (min-width: 640px) {
  [data-post-list-template=pagination] {
    margin-bottom: 74px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  [data-post-list-template=pagination] {
    margin-bottom: 74px;
  }
}
[data-post-list-template=pagination] ul {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  padding-top: 14px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 640px) {
  [data-post-list-template=pagination] ul {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  [data-post-list-template=pagination] ul {
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  [data-post-list-template=pagination] ul {
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] ul {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
[data-post-list-template=pagination] li {
  margin-right: 2px;
}
[data-post-list-template=pagination] li:not(.mobile-display):not(.first):not(.last) {
  display: none;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] li:not(.mobile-display):not(.first):not(.last) {
    display: block;
  }
}
[data-post-list-template=pagination] li.last, [data-post-list-template=pagination] li.first {
  display: inline-block;
}
[data-post-list-template=pagination] li:last-of-type {
  margin-right: 0;
}
[data-post-list-template=pagination] li.mobile-display {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] li.mobile-display {
    display: none;
  }
}
[data-post-list-template=pagination] li.mobile-display span {
  font-weight: 700;
}
[data-post-list-template=pagination] button {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 700;
  cursor: pointer;
  color: #667085;
  background-color: transparent;
  border: 0;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  -moz-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
[data-post-list-template=pagination] button:not(.prev):not(.next):not(.current-page):focus, [data-post-list-template=pagination] button:not(.prev):not(.next):not(.current-page):hover {
  background-color: #7d89b0;
  color: #ffffff;
}
[data-post-list-template=pagination] button.current-page {
  color: #ffffff;
  background-color: #222e72;
}
[data-post-list-template=pagination] button.next, [data-post-list-template=pagination] button.prev {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #667085;
  padding: 0;
  width: auto;
}
[data-post-list-template=pagination] button.next:hover, [data-post-list-template=pagination] button.next:focus, [data-post-list-template=pagination] button.prev:hover, [data-post-list-template=pagination] button.prev:focus {
  color: #222e72;
}
[data-post-list-template=pagination] button.next:hover::after, [data-post-list-template=pagination] button.next:hover::before, [data-post-list-template=pagination] button.next:focus::after, [data-post-list-template=pagination] button.next:focus::before, [data-post-list-template=pagination] button.prev:hover::after, [data-post-list-template=pagination] button.prev:hover::before, [data-post-list-template=pagination] button.prev:focus::after, [data-post-list-template=pagination] button.prev:focus::before {
  background-color: #222e72;
}
[data-post-list-template=pagination] button.next.active, [data-post-list-template=pagination] button.prev.active {
  color: #667085;
}
[data-post-list-template=pagination] button.next.active:hover, [data-post-list-template=pagination] button.next.active:focus, [data-post-list-template=pagination] button.prev.active:hover, [data-post-list-template=pagination] button.prev.active:focus {
  color: #222e72;
}
[data-post-list-template=pagination] button.next span, [data-post-list-template=pagination] button.prev span {
  display: inline;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  [data-post-list-template=pagination] button.next span, [data-post-list-template=pagination] button.prev span {
    display: none;
  }
}
[data-post-list-template=pagination] button.prev {
  margin-right: 17px;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] button.prev {
    margin-right: 60px;
  }
}
[data-post-list-template=pagination] button.prev::before {
  -webkit-mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #667085;
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
[data-post-list-template=pagination] button.next {
  margin-left: 17px;
}
@media screen and (min-width: 1024px) {
  [data-post-list-template=pagination] button.next {
    margin-left: 60px;
  }
}
[data-post-list-template=pagination] button.next::after {
  -webkit-mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  mask-image: url("../../../../assets/images/pager-arrow-right.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #667085;
  margin-left: 15px;
}

.press-releases-list__press-release:first-of-type .no-featured {
  margin-top: 44px;
}
@media screen and (min-width: 1024px) {
  .press-releases-list__press-release:first-of-type .no-featured {
    margin-top: 144px;
  }
}
.press-releases-list__results {
  scroll-margin-top: 94px;
}
@media screen and (min-width: 1024px) {
  .press-releases-list__results {
    scroll-margin-top: 126px;
  }
}
.press-releases-list__element.featured {
  background-color: #07073a;
  padding-top: 73px;
  padding-bottom: 65px;
  padding-left: 32px;
  padding-right: 32px;
  margin-bottom: 44px;
  color: #f2f0ec;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .press-releases-list__element.featured {
    margin-bottom: 72px;
    padding-left: 69px;
    padding-right: 69px;
    padding-top: 71px;
    padding-bottom: 112px;
  }
}
@media screen and (min-width: 1024px) {
  .press-releases-list__element.featured {
    padding-top: 71px;
    margin-bottom: 114px;
    padding-bottom: 112px;
    padding-left: 28px;
    padding-right: 18px;
  }
}
.press-releases-list__element.featured .press-releases-list__read-more {
  color: #f2f0ec;
}
.press-releases-list__element.featured .press-releases-list__title a {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  font-weight: 500;
  display: block;
  color: #f2f0ec;
  margin-bottom: 40px;
  text-transform: none;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  text-decoration-color: transparent;
  transition: -webkit-text-decoration-color 0.3s ease;
  -moz-transition: text-decoration-color 0.3s ease, -moz-text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease, -moz-text-decoration-color 0.3s ease;
}
.press-releases-list__element.featured .press-releases-list__title a:focus {
  color: #f2f0ec;
}
.press-releases-list__element.featured .press-releases-list__title a:hover, .press-releases-list__element.featured .press-releases-list__title a:focus:focus-visible {
  color: #f2f0ec;
  -webkit-text-decoration-color: #f2f0ec;
  -moz-text-decoration-color: #f2f0ec;
  text-decoration-color: #f2f0ec;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .press-releases-list__element.featured .press-releases-list__title a {
    font-size: 2.25rem;
    line-height: 1.2222222222;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .press-releases-list__element.featured .press-releases-list__title a {
    font-size: 3rem;
    line-height: 1.25;
    font-weight: 400;
  }
}
.press-releases-list__element.featured .press-releases-list__label {
  display: block;
  color: #CCDAE6;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .press-releases-list__element.featured .press-releases-list__label {
    margin-bottom: 16px;
  }
}
.press-releases-list__element.featured .inner {
  position: relative;
  padding-top: 28px;
  padding-left: 22px;
  padding-bottom: 22px;
  padding-right: 15px;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .press-releases-list__element.featured .inner {
    padding-top: 49px;
    padding-left: 49px;
    padding-bottom: 30px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .press-releases-list__element.featured .inner {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1039px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 49px;
    padding-left: 49px;
    padding-right: 18px;
  }
}
@media screen and (min-width: 1920px) {
  .press-releases-list__element.featured .inner {
    max-width: 1130px;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
}
.press-releases-list__element.featured .inner::before {
  content: "";
  display: block;
  position: absolute;
  left: -4px;
  top: -4px;
  border-top: 8px solid #CCDAE6;
  border-left: 8px solid #CCDAE6;
  width: 105px;
  height: 105px;
}
@media screen and (min-width: 640px) {
  .press-releases-list__element.featured .inner::before {
    border-top-width: 15px;
    border-left-width: 15px;
    left: -8px;
    top: -8px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .press-releases-list__element.featured .inner::before {
    border-top-width: 15px;
    border-left-width: 15px;
    left: -8px;
    top: -8px;
  }
}
.press-releases-list__element.featured .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 73px;
  height: 73px;
  border-right: 2px solid #CCDAE6;
  border-bottom: 2px solid #CCDAE6;
}
@media screen and (min-width: 640px) {
  .press-releases-list__element.featured .inner::after {
    border-right-width: 4px;
    border-bottom-width: 4px;
    bottom: -2px;
    right: -2px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .press-releases-list__element.featured .inner::after {
    border-right-width: 4px;
    border-bottom-width: 4px;
    bottom: -2px;
    right: -2px;
  }
}
.press-releases-list__element.featured .press-releases-list__date {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 600;
  color: #f2f0ec;
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .press-releases-list__element.featured .press-releases-list__date {
    margin-bottom: 16px;
  }
}
.press-releases-list__element:not(.featured) {
  max-width: 940px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 47px;
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .press-releases-list__element:not(.featured) {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media screen and (min-width: 1920px) {
  .press-releases-list__element:not(.featured) {
    max-width: 1121px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.press-releases-list__element:not(.featured)::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b9c0d4;
  margin-top: 22px;
}
.press-releases-list__date {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  color: #5d6b98;
  margin-bottom: 8px;
}
.press-releases-list__title a, .press-releases-list__title {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 500;
  color: #171f27;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  -webkit-text-decoration-color: transparent;
  -moz-text-decoration-color: transparent;
  text-decoration-color: transparent;
}
.press-releases-list__title a:hover, .press-releases-list__title a:focus, .press-releases-list__title:hover, .press-releases-list__title:focus {
  -webkit-text-decoration-color: #171f27;
  -moz-text-decoration-color: #171f27;
  text-decoration-color: #171f27;
}
.press-releases-list__title a:visited, .press-releases-list__title a:active, .press-releases-list__title:visited, .press-releases-list__title:active {
  color: #171f27;
}
@media screen and (min-width: 640px) {
  .press-releases-list__title a, .press-releases-list__title {
    font-size: 1.875rem;
    line-height: 1.2666666667;
    font-weight: 500;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .press-releases-list__title a, .press-releases-list__title {
    font-size: 1.875rem;
    line-height: 1.2666666667;
    font-weight: 500;
  }
}

[data-post-list-template=pagination] .press-releases-list__pagination-pager {
  padding-top: 0;
  margin-top: 154px;
}