/**
 * @file
 * Quick Links styles.
 */
.block--quick-links {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
  border-radius: 0.5rem;
  height: 100%;
  padding: 6% 6.5%;
}
.block--quick-links.is-style-green-background {
  background-color: #154734;
  color: #FFFFFF;
}
.is-style-page-sidebar .block--quick-links {
  height: auto;
  margin: 3.75rem 0;
}
@media (max-width: 47.9375rem) {
  .is-style-page-sidebar .block--quick-links {
    margin: 1.5rem 0 0;
  }
}
.block--quick-links:not(:only-of-type) {
  height: auto;
  margin: 3.75rem 0;
}
@media (max-width: 47.9375rem) {
  .block--quick-links:not(:only-of-type) {
    margin: 1.5rem 0;
  }
}
.block--quick-links:not(:only-of-type):first-child {
  margin-top: 0;
}
.block--quick-links:not(:only-of-type):last-child {
  margin-bottom: 0;
}

.quick-links__headline {
  margin: 0;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
}
.quick-links__headline:after {
  content: "";
  display: block;
  width: 3.625rem;
  height: 3px;
  margin: 1.375rem 0 1.5rem;
  background-color: #154734;
}
.is-style-green-background .quick-links__headline:after {
  background-color: #FFFFFF;
}
.is-style-purple .quick-links__headline:after {
  background-color: #880250;
}
.is-style-blue .quick-links__headline:after {
  background-color: #0071BC;
}
.is-style-yellow .quick-links__headline:after {
  background-color: #927200;
}
.is-style-pink .quick-links__headline:after {
  background-color: #F04C54;
}

.quick-links__list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
@media (max-width: 27.4375rem) {
  .quick-links__list {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
}
.quick-links__list li {
  display: inline-block;
  width: 100%;
  margin: 0.375rem 0;
}
.quick-links__list a {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.9375rem, 1.125vw, 1.125rem);
  text-decoration: none;
}
.quick-links__list a:hover {
  text-decoration: underline;
}
.is-style-green-background .quick-links__list a {
  color: #FFFFFF;
}
.quick-links__list a:after {
  margin-left: 0.5rem;
  margin-right: -0.75rem;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="7.438" height="12.751" viewBox="0 0 7.438 12.751"><path d="M2.125,0a1.058,1.058,0,0,1-.751-.311,1.062,1.062,0,0,1,0-1.5L5.937-6.375,1.374-10.937a1.062,1.062,0,0,1,0-1.5,1.062,1.062,0,0,1,1.5,0L8.189-7.127a1.062,1.062,0,0,1,0,1.5L2.876-.312A1.053,1.053,0,0,1,2.125,0Z" transform="translate(-1.063 12.751)" fill="%23154734"/></svg>');
}
.is-style-green-background .quick-links__list a:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="7.438" height="12.751" viewBox="0 0 7.438 12.751"><path d="M2.125,0a1.058,1.058,0,0,1-.751-.311,1.062,1.062,0,0,1,0-1.5L5.937-6.375,1.374-10.937a1.062,1.062,0,0,1,0-1.5,1.062,1.062,0,0,1,1.5,0L8.189-7.127a1.062,1.062,0,0,1,0,1.5L2.876-.312A1.053,1.053,0,0,1,2.125,0Z" transform="translate(-1.063 12.751)" fill="%23fff"/></svg>');
}