.view-frontpage .item-list > ul {
  display: grid;
  margin: 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 4%;
  gap: 25px clamp(15px, 4%, 25px);
}
@media (max-width: 640px) {
  .view-frontpage.mobile-onecol .item-list > ul {
    gap: 10px;
    grid-template-columns: 1fr;
  }
  .view-frontpage.mobile-onecol .item-list > ul li + li {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
  }
}
@media (min-width: 769px) {
  .view-frontpage.desktop-fourcol .item-list > ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 2.95%;
  }
  @supports (gap: 25px clamp(15px, 2.95%, 23px)) {
    .view-frontpage.desktop-fourcol .item-list > ul {
      grid-template-columns: repeat(auto-fit, minmax(max(150px, 25% - clamp(15px, 2.95%, 23px) * 3 / 4), 1fr));
      gap: 25px clamp(15px, 2.95%, 23px);
    }
  }
}

.path-frontpage h1, .path-frontpage h1.page-title {
  font-size: 1.5em;
  line-height: 1.2;
  padding: 10px 15px;
  margin: 25px -15px;
  background: #ccc;
  color: #444;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .path-frontpage h1, .path-frontpage h1.page-title {
    background: -webkit-gradient(linear, left top, right top, from(#ccc), color-stop(75%), to(#f0f0f0));
    background: linear-gradient(to right, #ccc, 75%, #f0f0f0);
    text-shadow: 0 0 3px #ccc;
    text-align: left;
    padding: 10px 25px;
    margin: 25px 0 25px -25px;
  }
}
@media (max-width: 768px) {
  .path-frontpage h1, .path-frontpage h1.page-title {
    margin-top: 20px;
  }
}
.path-frontpage h1 a:link, .path-frontpage h1 a:visited, .path-frontpage h1.page-title a:link, .path-frontpage h1.page-title a:visited {
  color: inherit;
  text-decoration: none;
}
.path-frontpage h1 a:link::after, .path-frontpage h1 a:visited::after, .path-frontpage h1.page-title a:link::after, .path-frontpage h1.page-title a:visited::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101";
  display: inline-block;
  padding-left: 8px;
}
.path-frontpage h1 a:hover, .path-frontpage h1.page-title a:hover {
  text-decoration: underline;
}
.path-frontpage h1 a:hover::after, .path-frontpage h1.page-title a:hover::after {
  text-decoration: none;
}
.path-frontpage .block.header-green h1 {
  font-size: 1.5em;
  line-height: 1.2;
  padding: 10px 15px;
  margin: 25px -15px;
  background: #4c812e;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .path-frontpage .block.header-green h1 {
    background: -webkit-gradient(linear, left top, right top, from(#4c812e), color-stop(75%), to(#ebf4dc));
    background: linear-gradient(to right, #4c812e, 75%, #ebf4dc);
    text-shadow: 0 0 3px #4c812e;
    text-align: left;
    padding: 10px 25px;
    margin: 25px 0 25px -25px;
  }
}
@media (max-width: 768px) {
  .path-frontpage .block.header-green h1 {
    margin-top: 20px;
  }
}
.path-frontpage .block.header-green h1 a:link, .path-frontpage .block.header-green h1 a:visited {
  color: inherit;
  text-decoration: none;
}
.path-frontpage .block.header-green h1 a:link::after, .path-frontpage .block.header-green h1 a:visited::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101";
  display: inline-block;
  padding-left: 8px;
}
.path-frontpage .block.header-green h1 a:hover {
  text-decoration: underline;
}
.path-frontpage .block.header-green h1 a:hover::after {
  text-decoration: none;
}
.path-frontpage .block.header-blue h1 {
  font-size: 1.5em;
  line-height: 1.2;
  padding: 10px 15px;
  margin: 25px -15px;
  background: #224c83;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .path-frontpage .block.header-blue h1 {
    background: -webkit-gradient(linear, left top, right top, from(#224c83), color-stop(75%), to(#e7eaf6));
    background: linear-gradient(to right, #224c83, 75%, #e7eaf6);
    text-shadow: 0 0 3px #224c83;
    text-align: left;
    padding: 10px 25px;
    margin: 25px 0 25px -25px;
  }
}
@media (max-width: 768px) {
  .path-frontpage .block.header-blue h1 {
    margin-top: 20px;
  }
}
.path-frontpage .block.header-blue h1 a:link, .path-frontpage .block.header-blue h1 a:visited {
  color: inherit;
  text-decoration: none;
}
.path-frontpage .block.header-blue h1 a:link::after, .path-frontpage .block.header-blue h1 a:visited::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101";
  display: inline-block;
  padding-left: 8px;
}
.path-frontpage .block.header-blue h1 a:hover {
  text-decoration: underline;
}
.path-frontpage .block.header-blue h1 a:hover::after {
  text-decoration: none;
}
.path-frontpage .block.header-red h1 {
  font-size: 1.5em;
  line-height: 1.2;
  padding: 10px 15px;
  margin: 25px -15px;
  background: #8e1618;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .path-frontpage .block.header-red h1 {
    background: -webkit-gradient(linear, left top, right top, from(#8e1618), color-stop(75%), to(#eee5e6));
    background: linear-gradient(to right, #8e1618, 75%, #eee5e6);
    text-shadow: 0 0 3px #8e1618;
    text-align: left;
    padding: 10px 25px;
    margin: 25px 0 25px -25px;
  }
}
@media (max-width: 768px) {
  .path-frontpage .block.header-red h1 {
    margin-top: 20px;
  }
}
.path-frontpage .block.header-red h1 a:link, .path-frontpage .block.header-red h1 a:visited {
  color: inherit;
  text-decoration: none;
}
.path-frontpage .block.header-red h1 a:link::after, .path-frontpage .block.header-red h1 a:visited::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101";
  display: inline-block;
  padding-left: 8px;
}
.path-frontpage .block.header-red h1 a:hover {
  text-decoration: underline;
}
.path-frontpage .block.header-red h1 a:hover::after {
  text-decoration: none;
}
.path-frontpage .block.header-purple h1 {
  font-size: 1.5em;
  line-height: 1.2;
  padding: 10px 15px;
  margin: 25px -15px;
  background: #4c2e81;
  color: white;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 641px) {
  .path-frontpage .block.header-purple h1 {
    background: -webkit-gradient(linear, left top, right top, from(#4c2e81), color-stop(75%), to(#ebdcf4));
    background: linear-gradient(to right, #4c2e81, 75%, #ebdcf4);
    text-shadow: 0 0 3px #4c2e81;
    text-align: left;
    padding: 10px 25px;
    margin: 25px 0 25px -25px;
  }
}
@media (max-width: 768px) {
  .path-frontpage .block.header-purple h1 {
    margin-top: 20px;
  }
}
.path-frontpage .block.header-purple h1 a:link, .path-frontpage .block.header-purple h1 a:visited {
  color: inherit;
  text-decoration: none;
}
.path-frontpage .block.header-purple h1 a:link::after, .path-frontpage .block.header-purple h1 a:visited::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f101";
  display: inline-block;
  padding-left: 8px;
}
.path-frontpage .block.header-purple h1 a:hover {
  text-decoration: underline;
}
.path-frontpage .block.header-purple h1 a:hover::after {
  text-decoration: none;
}

/*# sourceMappingURL=frontpage.css.map */