/******* NEWSROOM LANDING VIEW CSS ******/

.highlighted-top,
.block-views-blocknewsroom-video-block-1 {
  display: none !important;
}

.view-empty {
  padding: 1em;
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
}

.view-newsroom-full > .view-content,
.view-newsroom-full > .view-content .newsroom-full {
  width: calc(100% - 15px);
  margin: auto;
}

/* .region--dark-background.footer, */
.view-newsroom-full form {
  margin-bottom: 4em;
}

.view-newsroom-full .form--inline .form-item,
.view-newsroom-full .form--inline .form-action {
  float: unset;
  clear: unset;
  margin: 0;
}

.view-newsroom-full .form--inline label {
  margin: 1em 0 0.5em;
  line-height: 1;
}
.view-newsroom-full .search-section {
  /* width: calc(100% - 30px); */
  margin: auto;
}
.view-newsroom-full .search-section .search-input {
  float: unset;
  clear: unset;
}

.view-newsroom-full .search-section .search-input label {
  /* display: none; */
}

.view-newsroom-full .search-section .form-inline,
.view-newsroom-full .search-section .search-title,
.view-newsroom-full .search-section .search-input {
  padding: 0 1em;
}

.view-newsroom-full .button:first-child,
.button:only-child,
.view-newsroom-full .form--inline input,
.view-newsroom-full .form--inline select {
  margin: 0;
  font-size: 14px;
  border: 1px solid #cdcdcd;
  height: 4em;
  box-shadow: unset;
}

.view-newsroom-full .form--inline input:not(.button):active,
.view-newsroom-full .form--inline input:not(.button):hover,
.view-newsroom-full .form--inline input:not(.button):focus,
.view-newsroom-full .form--inline select:active,
.view-newsroom-full .form--inline select:hover,
.view-newsroom-full .form--inline select:focus {
  box-shadow: unset;
  border: 1px solid #337ab7;
  background: #efefef;
}

@media screen and (min-width: 640px) {
  .view-newsroom-full .search-section .form-inline {
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .view-newsroom-full
    .form--inline
    select[name="field_newsroom_tags_target_id"] {
    min-width: 200px;
  }
}

.view-newsroom-full .form--inline input:not(.button):focus-within {
  background-color: #fff;
}

.view-newsroom-full .button,
.view-newsroom-full .button:link,
.view-newsroom-full .button:visited {
  background: #337ab7;
  color: #fff;
  border-radius: 0.5rem;
  text-transform: unset;
  padding: 1em;
  float: right;
}

.view-newsroom-full .button:active,
.view-newsroom-full .button:hover,
.view-newsroom-full .button:focus {
  background: #282d58;
  border-color: #6ab8ff;
  box-shadow: unset;
}

.view-newsroom-full .form--inline .form-actions {
  margin-bottom: 0 !important;
  clear: unset;
  display: flex;
  justify-content: space-evenly;
  gap: 1ch;
}
.view-newsroom-full .form--inline .form-actions input {
  float: unset;
  flex: 1;
  margin-left: 0;
}

/* end search */
/* Tile Grid */

.view-newsroom-full.newsroom-sort,
.view-newsroom-full .news-small-block {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin: 2em auto;
  justify-content: space-between;
}

/* first feature block */
.view-newsroom-full .top-feature {
  /* padding: 0; */
  /* width: calc(100% - 30px); */
  /* margin: auto; */
}

.view-newsroom-full .top-feature .feature-content {
  padding: 1em;
}

.view-newsroom-full .top-feature .feature-content > p {
  color: #555;
}

.view-newsroom-full .newsroom-sort .tile:not(.top-feature) {
  padding: 1em;
  border: 1px solid #cdcdcd;
  flex: 1 0 calc(50% - 1em);
}

.view-newsroom-full .top-feature .feature-content > p span,
.view-newsroom-full .newsroom-sort .tile > p span {
  font-weight: 600;
  color: #ba5002;
  display: block;
}

.view-newsroom-full .top-feature .feature-content h2,
.view-newsroom-full .newsroom-sort .tile h2 {
  font-size: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  height: unset;
}

.view-newsroom-full .news-small-block .tile > h2 {
  font-size: 1.1em;
  font-weight: 800;
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
}

.view-newsroom-full .top-feature .feature-content > h2 a,
.view-newsroom-full .newsroom-sort .tile > h2 a {
  text-decoration: none;
}

.view-newsroom-full .newsroom-sort .tile > h2 a {
  color: #000;
}

/* 2nd dark feature block */
/* .view-newsroom-full .block-feature {
  background: #06407a;
  padding: 1em;
}

.view-newsroom-full .block-feature .feature-content {
}

.view-newsroom-full .block-feature .feature-content P {
  color: #ffd458;
}

.view-newsroom-full .block-feature .feature-content h2,
.view-newsroom-full .block-feature .feature-content h2 + p {
  color: #fff;
}

.view-newsroom-full .block-feature .feature-content ul.feature-rack {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
  display: flex;
  flex-direction: column;
}

.view-newsroom-full .block-feature .feature-content ul li {
}

.view-newsroom-full .block-feature .feature-content ul li a {
  padding: 1em 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.view-newsroom-full .block-feature .feature-content ul li a::after {
  display: inline-flex;
  content: "âžœ";
}

.view-newsroom-full .block-feature .feature-content ul li a:link,
.view-newsroom-full .block-feature .feature-content ul li a:visited {
}

.view-newsroom-full .block-feature .feature-content ul li a:hover {
}

.view-newsroom-full .block-feature .feature-content ul li a:focus,
.view-newsroom-full .block-feature .feature-content ul li a:active {
}

.view-newsroom-full .block-feature .feature-content + img {
} */

.view-newsroom-full .newsroom-sort .tile[class*="small-"] img {
  max-width: unset;
  width: 100%;
}
.view-newsroom-full .newsroom-sort .tile[class*="small-"] iframe {
  aspect-ratio: 3 / 2;
}
.view-newsroom-full .newsroom-sort .tile[class*="small-"] span:empty,
[id="block-breadcrumb"] {
  display: none !important;
}

@media screen and (max-width: 639px) {
  .view-newsroom-full .button {
    margin-top: 1em;
  }
}

@media screen and (min-width: 640px) {
  .view-newsroom-full .search-section .form--inline {
    display: grid;
    /* align-items: flex-end; */
    gap: 0 1.5em;
    justify-content: space-between;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(6, 1fr);
  }

  .view-newsroom-full
    .search-section
    .form--inline
    .form-item-field-newsroom-tags-target-id,
  .view-newsroom-full
    .search-section
    .form--inline
    .form-item-field-newsroom-page-type-value {
    min-width: 120px;
    margin: 0;
    grid-area: 1 / 4 / 2 / 7;
  }
  .view-newsroom-full
    .search-section
    .form--inline
    .form-item-field-newsroom-page-type-value {
    grid-area: 1 / 1 / 2 / 4;
  }
  .view-newsroom-full .search-section .form--inline .form-item-title {
    grid-area: 2 / 1 / 3 / 4;
  }

  .view-newsroom-full
    .search-section
    .form--inline
    .form-type-select.clearfix::before,
  .view-newsroom-full .search-section .form--inline.clearfix::before,
  .view-newsroom-full .search-section .form--inline.clearfix::after {
    display: none;
  }

  .view-newsroom-full .search-section .form--inline .form-actions {
    /* margin: 1em 0; */
    grid-area: 2 / 4 / 3 / 7;
    align-items: flex-end;
    gap: 1ch;
  }
  .view-newsroom-full > .view-content > div > div,
  .view-newsroom-full .news-small-block {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .newsroom-sort
    .views-element-container:has(.top-feature)
    + .news-small-block
    .tile.small-9,
  .newsroom-sort > .news-small-block:has(.tile.small-0) > .tile.small-6 {
    display: none;
  }
  .newsroom-sort
    .views-element-container:has(.top-feature)
    + .news-small-block
    .tile.small-6 {
    display: block;
  }
  .news-small-block > .tile {
    max-width: calc(50% - 2em);
  }
}

@media screen and (min-width: 800px) {
  .view-newsroom-full > .view-content {
    /* width: 90%;
    margin: auto; */
  }
  .view-newsroom-full .newsroom-sort {
    /* display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(6, auto); */
    gap: 2em 1em;
  }

  .view-newsroom-full .views-element-container:has(.top-feature) {
    grid-area: 1 / 1 / 2 / 7;
    /* justify-content: center; */
  }

  .view-newsroom-full .top-feature {
    width: calc(100% - 15px);
    margin: auto;
  }

  .view-newsroom-full .search-section .form--inline .form-item-title {
    grid-area: 2 / 1 / 3 / 5;
  }
  .view-newsroom-full .search-section .form--inline .form-actions {
    /* margin: 1em 0; */
    grid-area: 2 / 5 / 3 / 7;
    align-items: flex-end;
  }

  /* div.view-newsroom-full div.block-feature {
    grid-area: 2 / 1 / 3 / 7;
    width: 100%;
  } */

  /* .view-newsroom-full .block-feature .feature-content {
    flex: 1 0 40%;
  } */

  /* .view-newsroom-full > .view-content > div > div {
    display: flex;
    justify-content: space-evenly;
    gap: 2em;
  } */

  .news-small-block .tile[class*="small-"] {
    /* gap: 0; */
    /* width: calc(100% - 15px);
    height: 100%;
    flex-direction: column;
    gap: 1em 5%; */
  }
  /* .view-newsroom-full .newsroom-sort .tile:not(.top-feature) {
	flex: 1 0 calc(50% - 2em);
} */

  .news-small-block .tile[class*="small-"] p {
    padding-bottom: 0;
  }

  .news-small-block .tile > h2 {
    height: unset;
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
  }
  /*
  .view-newsroom-full
    .newsroom-sort
    .tile[class*="small-"]:nth-of-type(2n + 3) {
    grid-column: 4/7;
  }

  .view-newsroom-full
    .newsroom-sort
    .tile[class*="small-"]:nth-of-type(2n + 2) {
    grid-column: 1/4;
  } */

  .view-newsroom-full .top-feature .feature-content > p span,
  .news-small-block .tile > p span {
    display: inline-block;
    margin-right: 1ch;
  }
  :not(.top-feature) + .news-small-block .tile.small-6 {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .view-newsroom-full .search-section .form--inline {
    justify-content: flex-start;
  }

  .view-newsroom-full .search-section .form--inline .form-type-select {
    margin: 0;
    flex: 1 0 20%;
  }

  .ant-margin {
    margin-bottom: 2em;
  }

  .view-newsroom-full .top-feature {
    width: 100%;
    gap: 1em 2em;
    display: flex;
    /* gap: 1em; */
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    width: calc(100% - 30px);
    margin: 2em 0 0;
  }

  .view-newsroom-full .top-feature .feature-content,
  .view-newsroom-full .top-feature .feature-content + div:has(img) {
    flex: 1 0 50%;
  }

  .view-newsroom-full .top-feature .feature-content > h2 {
    white-space: unset;
    height: unset;
  }

  /* .view-newsroom-full .top-feature .feature-content + div:has(img),
  .view-newsroom-full .block-feature {
    grid-column-end: 6;
  } */

  .view-newsroom-full .top-feature .feature-content + div:has(img) {
    flex-basis: calc(50% - 2em);
  }

  /* .view-newsroom-full .newsroom-sort .tile[class*="small-"]:nth-of-type(2n + 3),
  .view-newsroom-full
    .newsroom-sort
    .tile[class*="small-"]:nth-of-type(2n + 2) {
    grid-column: unset;
  } */
  /*
  .view-newsroom-full:has(.top-feature) .newsroom-sort .tile.small-1,
  .view-newsroom-full:has(.top-feature) .newsroom-sort .tile.small-4,
  .view-newsroom-full:has(.top-feature) .newsroom-sort .tile.small-7 {
    grid-column: 1/3 !important;
  }

  .view-newsroom-ful:has(.top-feature) .newsroom-sort .tile.small-2,
  .view-newsroom-full:has(.top-feature) .newsroom-sort .tile.small-5,
  .view-newsroom-full:has(.top-feature) .newsroom-sort .tile.small-8 {
    grid-column: 3/5 !important;
  }
  .view-newsroom-full:has(.top-feature) .newsroom-sort .tile.small-3,
  .view-newsroom-full:has(.top-feature) .newsroom-sort .tile.small-6,
  .view-newsroom-full:has(.top-feature) .newsroom-sort .tile.small-9 {
    grid-column: 5 / 7 !important;
  }

  .view-newsroom-full .newsroom-sort .tile.small-1,
  .view-newsroom-full .newsroom-sort .tile.small-4,
  .view-newsroom-full .newsroom-sort .tile.small-7 {
    grid-column: 3/5;
  }

  .view-newsroom-full .newsroom-sort .tile.small-2,
  .view-newsroom-full .newsroom-sort .tile.small-5,
  .view-newsroom-full .newsroom-sort .tile.small-8 {
    grid-column: 5/7;
  }
  .view-newsroom-full .newsroom-sort .tile.small-0,
  .view-newsroom-full .newsroom-sort .tile.small-3,
  .view-newsroom-full .newsroom-sort .tile.small-6 {
    grid-column: 1/3;
  } */
  .view-newsroom-full .newsroom-sort .tile:not(.top-feature) {
    flex: 1 0 calc(33% - 2em);
  }
  .view-newsroom-full .top-feature .feature-content > p span,
  .view-newsroom-full .newsroom-sort .tile > p span {
    display: inline-block;
    margin-right: 1ch;
  }
  .newsroom-sort
    .views-element-container:has(.top-feature)
    + .news-small-block
    .tile.small-9 {
    display: block;
  }
  .news-small-block > .tile {
    max-width: calc(40% - 2em);
  }
}

@media screen and (min-width: 1000px) {
  .view-newsroom-full .newsroom-sort {
    margin-top: 4em;
  }
  .view-newsroom-full .top-feature {
    margin: 2em 0;
  }

  .view-newsroom-full form {
    margin-bottom: 0;
  }

  /* .view-newsroom-full .search-section {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0;
    gap: 2em;
  } */

  .view-newsroom-full .search-section .search-title,
  .view-newsroom-full .search-section .search-input {
    margin: 0;
    align-items: center;
    min-width: 120px;
  }
  input[type="submit"] + input[type="submit"] {
    margin-left: unset;
  }

  .view-newsroom-full .search-section .form--inline {
    display: flex;
    min-width: 600px;
  }

  .view-newsroom-full .search-section .form--inline .form-type-select {
    min-width: 20rem;
  }

  .view-newsroom-full .search-section .form--inline .form-actions {
    /* margin: 1em 0; */
    gap: 1ch;
  }
}

@media screen and (min-width: 1200px) {
  .news-small-block > .tile {
    max-width: calc(33% - 2em);
  }
  /* .view-newsroom-full .search-section .search-input input[type="text"] {
    min-width: 300px;
  }

  .view-newsroom-full .search-section select {
    background-position-x: 95%;
  }

  .view-newsroom-full .newsroom-sort {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(8, auto);
    margin-bottom: 2em;
    gap: 2em 5%;
  }

  .view-newsroom-full .views-element-container:has(.top-feature) {
    grid-area: 1 / 1 / 5 / 5;
    gap: 2em;
  }

  .view-newsroom-full .top-feature {
    display: block;
    width: 100%;
  } */

  /* .view-newsroom-full .top-feature > .feature-content + div {
    overflow: hidden;
    object-position: center;
  } */

  /* .view-newsroom-full .views-element-container + .block-feature {
    grid-area: 5 / 1 / 7 / 5;
  } */
  /*
  .view-newsroom-full .newsroom-sort .tile[class*="small-"] {
    gap: 0;
    height: 100%;
    border: 0;
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(3, auto);
    align-content: stretch;
    padding: 0;
  }

  .view-newsroom-full .newsroom-sort .tile[class*="small-"]:nth-of-type(2n + 3),
  .view-newsroom-full .newsroom-sort .tile[class*="small-"]:nth-of-type(even) {
    grid-column: unset;
  }

  .view-newsroom-full .newsroom-sort .tile.small-0 {
    grid-area: 1 / 5 / 3 / 7 !important;
  }

  .view-newsroom-full .newsroom-sort .tile.small-1 {
    grid-area: 3/5/5/7 !important;
  }

  .view-newsroom-full .newsroom-sort .tile.small-2 {
    grid-area: 5/5/7/7 !important;
  }

  .view-newsroom-full .newsroom-sort .tile.small-3 {
    grid-area: 7/1/8/3 !important;
  }

  .view-newsroom-full .newsroom-sort .tile.small-4 {
    grid-area: 7/3/8/5 !important;
  }

  .view-newsroom-full .newsroom-sort .tile.small-5 {
    grid-area: 7/5/8/7 !important;
  }

  .view-newsroom-full .newsroom-sort .tile.small-6 {
    grid-area: 8/1/9/3 !important;
  }

  .view-newsroom-full .newsroom-sort .tile.small-7 {
    grid-area: 8/3/9/5 !important;
  }

  .view-newsroom-full .newsroom-sort .tile.small-8 {
    grid-area: 8/5/9/7 !important;
  }

  .view-newsroom-full .newsroom-sort .tile.small-3 div,
  .view-newsroom-full .newsroom-sort .tile.small-4 div,
  .view-newsroom-full .newsroom-sort .tile.small-5 div,
  .view-newsroom-full .newsroom-sort .tile.small-6 div,
  .view-newsroom-full .newsroom-sort .tile.small-7 div,
  .view-newsroom-full .newsroom-sort .tile.small-8 div,
  .view-newsroom-full .newsroom-sort .tile.small-9 div {
    height: 260px;
    border-bottom: 1px solid #cdc;
    overflow: hidden;
  } */
  /*
  .view-newsroom-full .block-feature .feature-content {
    padding: 2em 0 0 1em;
    flex: 1 0 35%;
  }

  .view-newsroom-full .block-feature .feature-content ul li a {
    padding: 0.5em 0;
  }

  .view-newsroom-full .block-feature .feature-content P,
  .view-newsroom-full .block-feature .feature-content h2 {
    margin: 0;
  } */
  /*
  .view-newsroom-full .top-feature .feature-content > h2,
  .view-newsroom-full .newsroom-sort .tile > h2 {
    overflow: unset;
    text-overflow: unset;
    white-space: wrap;
  }

  .view-newsroom-full .newsroom-sort .tile > h2 {
    min-height: 5em;
  } */

  /* tile blocks - base */
  /*
  .view-newsroom-full .newsroom-sort .tile[class*="small-"] p {
    grid-area: 2/1/3/2;
    padding: 1em 0 0.5em;
  }

  .view-newsroom-full .newsroom-sort .tile[class*="small-"] h2 {
    grid-area: 3/1/4/2;
    margin: 0;
  }

  .view-newsroom-full .newsroom-sort .tile[class*="small-"] div {
    grid-area: 1/1/2/2;
  } */
}

/* Pagination */

nav.pager {
  margin: 2em 0;
}
nav.pager > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: auto;
  justify-content: center;
}

nav.pager ul li.pager__item {
  /* border-right: 1px solid #cdcdcd; */
  display: inline-flex;
  align-items: center;
}

nav.pager ul li.pager__item.is-active,
nav.pager ul li.pager__item[class*="--last"] {
  border-right: 0;
}

nav.pager ul li.pager__item > a {
  padding: 1em 2.5vw;
  font-size: 12px;
  background: #fff;
  color: #333;
  margin: 0;
}

nav.pager ul li.pager__item[class*="--next"] > a,
nav.pager ul li.pager__item[class*="--last"] > a {
  padding: 1em 2vw;
}

nav.pager ul li.pager__item:not(.is-active) > a:hover,
nav.pager ul li.pager__item:not(.is-active) > a:focus {
  color: #337ab7;
  text-decoration: underline;
}

nav.pager ul li.pager__item.is-active > a,
nav.pager ul li.pager__item.is-active > a:link,
nav.pager ul li.pager__item.is-active > a:visited {
  background: #337ab7;
  color: #fff;
  border-radius: 0.5rem;
  padding: 1em;
  font-weight: 600;
  text-wrap: nowrap;
}

nav.pager ul li.pager__item.is-active > a:active,
nav.pager ul li.pager__item.is-active > a:hover,
nav.pager ul li.pager__item.is-active > a:focus {
  background: #282d58;
  border-color: #6ab8ff;
  box-shadow: unset;
}

nav.pager ul li.pager__item > a span {
  white-space: nowrap;
}

nav.pager + div.view-footer,
nav.pager ul li.pager__item.pager__item--ellipsis,
p:empty {
  /* nav.pager ul li.pager__item:nth-child(n + 6) { */
  display: none;
}

nav.pager ul li.pager__item[class*="--first"],
nav.pager ul li.pager__item[class*="--previous"],
nav.pager ul li.pager__item[class*="--next"],
nav.pager ul li.pager__item[class*="--last"] {
  display: inline-flex;
  max-width: fit-content;
}
.view-newsroom-full li.pager__item--next {
  margin-left: 0;
}

@media screen and (max-width: 639px) {
  nav.pager > ul.pager__items .pager__item:not([class*="--"]) {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  nav.pager ul li.pager__item[class*="--first"],
  nav.pager ul li.pager__item[class*="--last"] {
    display: none;
  }
  nav.pager ul li.pager__item[class*="--next"] {
    border-left: 0;
  }
  nav.pager ul li.pager__item[class*="--previous"] {
    margin-right: 0;
    border-right: 0;
  }
}

@media screen and (min-width: 800px) {
  nav.pager ul {
    width: 80%;
  }
  nav.pager ul li.pager__item[class*="--first"],
  nav.pager ul li.pager__item[class*="--previous"],
  nav.pager ul li.pager__item[class*="--next"],
  nav.pager ul li.pager__item[class*="--last"] {
    display: flex;
  }
  nav.pager ul li.pager__item[class*="--next"] {
    /* border-right: 1px solid #cdcdcd; */
  }
  nav.pager ul li.pager__item > a {
    padding: 1em;
    font-size: 14px;
  }
}

/* @media screen and (min-width: 1000px) {
  nav.pager ul li.pager__item > a {
    padding: 1em;
  }
} */

/* nav.pager__items.js-pager__items ul li.pager__item:nth-child(n) {
    display: inline-flex;
  }
  nav.pager__items.js-pager__items ul li.pager__item[class*="--next"],
  nav.pager__items.js-pager__items ul li.pager__item[class*="--last"] {
    display: inline-flex;
    max-width: fit-content;
  } */

/* news list borrowed from Resources Linkgrid */

.ant-container {
  margin: 0 auto 4em;
}

.ant-container .ant-list ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
  padding-inline-start: 0;
}

.ant-container .ant-list ul li {
  border-bottom: 2px solid #cdcdcd;
  padding: 1em 0;
  min-width: 240px;
}
.ant-container .ant-list ul li:has(a:hover),
.ant-container .ant-list ul li:has(a:focus) {
  border-bottom: 2px solid #337ab7;
}
.ant-container #archiveList + a,
.ant-container .ant-list ul li a {
  text-decoration: none;
  font-weight: 600;
  color: #333;
  /* white-space: nowrap; */
  display: inline-flex;
  width: 100%;
  gap: 2ch;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.ant-container #archiveList + a {
  padding: 1em 0;
  justify-content: flex-end;
}

.ant-container #archiveList + a:hover,
.ant-container #archiveList + a:focus,
.ant-container #archiveList ul li a:visited {
  color: #777;
}

.ant-container ul li:has(a:hover) > a::after {
  color: #337ab7;
  transition: 0.2s;
  text-decoration: none;
  transition: 0.2s;
}

.ant-container ul li a::after {
  display: inline-flex;
  content: "\279E";
  padding: 0;
  margin: 0;
}

.region--light-typography.region--dark-background .ant-margin a {
  color: #0050b5;
  display: block;
  padding: 1em 0;
}

@media screen and (min-width: 640px) {
  .ant-container ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5%;
    justify-content: stretch;
    align-items: flex-start;
  }

  .ant-container ul li {
    flex: 1 0 30%;
  }
}

@media screen and (min-width: 800px) {
  .ant-container .ant-list {
    padding-right: 40px;
  }

  .ant-container ul {
    gap: 0 3%;
    align-items: stretch;
  }

  .ant-container ul li {
    flex: 1 0 30%;
  }
}
