/* ======================================================
   Media query mixin
   Handle old versions of IE without the need for JavaScript as per https://jakearchibald.github.io/sass-ie/
   ======================================================*/
/*
TABLE OF CONTENTS:

# BASE
# TYPOGRAPHY
# BUTTONS
# ICONS
# PANEL
# HIGHLIGHT BOX
# LOZENGE PANEL
# HELP TEASER
# COLLAPSIBLE
# FORM ELEMENTS
# PAGINATION
# OVERLAYS
# ARROW BOX
# PARTIAL SAVE
# STOPPAGE
# COLLECT REMINDER
# BANNER
# HEADER / MENU DESKTOP
# HEADER / MENU MOBILE
# HERO
# FOOTER
# MENU
# SELECTORS
# ASR
# FLAGS
# MARKERS
# SAVING BADGE
# LINKS
# TAGS
# PROGRESS BAR
# SERVICE SELECTOR STEPS
# DIVIDER
# LIST-SLIDER
# SECTIONS
# HUB-LEADER PANEL
# QUALITY LABEL
# HUB THEME
# LIGHT SURVEY
# RATING COLORS
# ABOUT US
*/
/* Base header color */
/* desktop login link color */
:root {
  --hero-banner-cta: #00ffab;
  --hero-banner-cta-hover: #00bf82;
}

:root {
  --hub-exclusive-content: #7c68e1 !important;
  --hub-exclusive-content-cta: #eb1c24 !important;
  --hub-exclusive-content-cta-hover: #c40000 !important;
}

/* ======================================================
   Media query mixin
   Handle old versions of IE without the need for JavaScript as per https://jakearchibald.github.io/sass-ie/
   ======================================================*/
/*
TABLE OF CONTENTS:

# BASE
# TYPOGRAPHY
# BUTTONS
# ICONS
# PANEL
# HIGHLIGHT BOX
# LOZENGE PANEL
# HELP TEASER
# COLLAPSIBLE
# FORM ELEMENTS
# PAGINATION
# OVERLAYS
# ARROW BOX
# PARTIAL SAVE
# STOPPAGE
# COLLECT REMINDER
# BANNER
# HEADER / MENU DESKTOP
# HEADER / MENU MOBILE
# HERO
# FOOTER
# MENU
# SELECTORS
# ASR
# FLAGS
# MARKERS
# SAVING BADGE
# LINKS
# TAGS
# PROGRESS BAR
# SERVICE SELECTOR STEPS
# DIVIDER
# LIST-SLIDER
# SECTIONS
# HUB-LEADER PANEL
# QUALITY LABEL
# HUB THEME
# LIGHT SURVEY
# RATING COLORS
# ABOUT US
*/
/* Base header color */
/* desktop login link color */
:root {
  --hero-banner-cta: #00ffab;
  --hero-banner-cta-hover: #00bf82;
}

:root {
  --hub-exclusive-content: #7c68e1 !important;
  --hub-exclusive-content-cta: #eb1c24 !important;
  --hub-exclusive-content-cta-hover: #c40000 !important;
}

.container {
  max-width: 120rem;
  width: calc(100% - 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.flex {
  display: flex;
  flex-direction: column;
}

.grid {
  display: grid;
}
.grid.col-30-70 {
  grid-template-columns: 30% 70%;
}
@media screen and (max-width: 60em) {
  .grid.col-tablet-100-100 {
    display: flex;
    flex-direction: column-reverse;
  }
}

.results-page {
  padding: 5rem 0;
  background-color: white;
}

@media screen and (max-width: 53.1875em) {
  main#main {
    margin-top: 0;
  }
}
.popup__section {
  border-bottom: 0 !important;
}

.list-article__title {
  font-family: "Atrament", serif;
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: #58595B;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
@media screen and (min-width: 53.125em) {
  .list-article__title {
    font-size: 4.2rem;
    line-height: 4.8rem;
  }
}
.list-article__title:has(+ [class*=__subtitle]) {
  margin-bottom: 1rem;
}

.list-article__list-item-text {
  font-family: "Neue Haas Grotesk Display", Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #58595B;
  margin-bottom: 3rem;
}
@media screen and (min-width: 53.125em) {
  .list-article__list-item-text {
    font-size: 1.8rem;
  }
}

.list-article {
  padding: 3rem 0;
}
@media screen and (min-width: 53.125em) {
  .list-article {
    padding: 5rem 0;
  }
}
.list-article__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.list-article__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-bottom: 0;
}
@media screen and (min-width: 53.125em) {
  .list-article__list {
    flex-direction: row;
  }
}
.list-article__list-item {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 53.125em) {
  .list-article__list-item {
    flex-basis: calc(50% - 2rem);
    margin-right: 4rem;
  }
}
@media screen and (min-width: 60em) {
  .list-article__list-item {
    flex-basis: calc(25% - 1.5rem);
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 53.125em) {
  .list-article__list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 60em) {
  .list-article__list-item:nth-of-type(2n) {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 60em) {
  .list-article__list-item:nth-of-type(4n) {
    margin-right: 0;
  }
}
.list-article__list-item:last-of-type {
  margin-bottom: 0;
}
.list-article__list-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.list-article__list-item-link:hover {
  text-decoration: none !important;
  padding: 1.5rem;
  margin: -1.5rem;
  background-color: rgb(160.5619834711, 166.6157024793, 202.9380165289);
}
.list-article__list-item-link:hover .list-article__svg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.list-article__list-item-link:hover .list-article__list-item-title {
  text-decoration: underline;
}
.list-article__list-item-title {
  font-family: "Atrament", serif;
  font-size: 2rem;
  font-weight: 800;
  color: #58595B;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (min-width: 53.125em) {
  .list-article__list-item-title {
    font-size: 2.6rem;
  }
}
.list-article__list-item-title-wrapper {
  width: 100%;
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 60em) {
  .list-article__list-item-title-wrapper {
    display: block;
    margin-bottom: 1.5rem;
  }
}
.list-article__list-item-text {
  margin-bottom: 0;
}
.list-article--bg-lightpurple .list-article__list-item-text {
  color: #FFF;
}
.list-article__svg {
  width: 5.4rem;
  height: 5.4rem;
  padding: 1rem;
  border-radius: 50%;
  background-color: #C20000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.list-article__svg--large {
  width: 8rem;
  height: 8rem;
  padding: 1.5rem;
}
.list-article__svg--large.list-article__svg img {
  width: 5rem;
  height: 5rem;
}
.list-article--bg-lightpurple .list-article__svg {
  background-color: #FFF;
}
.list-article__svg img {
  max-width: 100%;
  margin-bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 3.4rem;
  width: 3.4rem;
}
.list-article__link {
  font-weight: normal;
  margin-top: 3rem;
}