@charset "UTF-8";
#popup-contact-info-email, #popup-contact-info-phone {
  height: 360px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  font-size: 200%;
}

.newsflash.no-shadow ul li {
  box-shadow: none;
}
.newsflash.circle img {
  clip-path: circle();
  max-height: 300px;
  width: auto;
}

.fa-arrow-right-long::before, .fa-long-arrow-right::before {
  content: "→";
}

.fa-arrow-left-long::before, .fa-long-arrow-left::before {
  content: "←";
}

.com-content-category.category-list {
  margin-bottom: 2rem;
}

.container-main-bottom {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 1399px) {
  .container-main-bottom {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.container-main-bottom .moduletable > h3 {
  font-size: 200%;
}
.container-main-bottom .moduletable.module-faq {
  width: 100%;
}
.container-main-bottom .moduletable.module-faq .accordion-item .accordion-header button {
  color: var(--link-color);
}