/**
 * This file is for common styles.
 */
/* stylelint-disable */
/* stylelint-enable */
.c-section__component-item {
  padding-bottom: 30px;
}
@media (min-width: 48em) {
  .c-section__component-item {
    padding-bottom: 50px;
  }
}
@media (min-width: 57.5em) {
  .c-section__component-item {
    padding-bottom: 80px;
  }
}
.has-load-more .c-section__component-item {
  padding-bottom: 20px;
}
@media (min-width: 48em) {
  .has-load-more .c-section__component-item {
    padding-bottom: 20px;
  }
}
@media (min-width: 57.5em) {
  .has-load-more .c-section__component-item {
    padding-bottom: 10px;
  }
}

p.summary {
  font-size: 0.8888888889rem;
  line-height: 1.5rem;
  margin-bottom: 50px;
  color: #303030;
}
@media (min-width: 48em) {
  p.summary {
    font-size: 1.1111111111rem;
    line-height: 1.7222222222rem;
  }
}
p.summary.green {
  color: #518325;
}

.c-section__overview {
  border-bottom: 2px solid #979797;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (min-width: 48em) {
  .c-section__overview {
    margin-bottom: 70px;
  }
}

.page-component .l-main {
  margin-bottom: 0;
  overflow-x: hidden;
}
.page-component .l-section {
  margin-bottom: 0;
  overflow: hidden;
}
.page-component .l-c-footer {
  overflow: hidden;
}
.page-component .l-header {
  margin-bottom: 0;
}

.page--post-event .l-main {
  margin-bottom: 0;
}

@media (max-width: 47.5em) {
  .l-nav__menu {
    top: 52px;
  }
}

.has-load-more .button--more {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.1111111111rem;
  line-height: 1.3888888889rem;
  border: 0;
  text-transform: initial;
  color: #222;
  border-radius: 0;
  position: relative;
}
.has-load-more .button--more:after {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_chevron.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 20px;
  background-size: 100%;
  position: relative;
  top: 6px;
  right: -8px;
}
.has-load-more .button--more:before {
  display: none;
}
.has-load-more .button--more:active,
.has-load-more .button--more:focus,
.has-load-more .button--more:hover {
  color: #fff;
}
.has-load-more .button--more:active:after,
.has-load-more .button--more:focus:after,
.has-load-more .button--more:hover:after {
  content: "";
  background-image: url("/themes/gesso/build/dist/svg/icon_chevron_white.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 19px;
  background-size: 100%;
  position: relative;
  top: -2px;
  right: -8px;
}

.view-empty--return {
  padding: 30px 0;
}

.return-top {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 0.9444444444rem;
  display: inline-block;
  margin-bottom: 80px;
  cursor: pointer;
  transition: all 0.6s ease 0s;
  text-decoration: underline;
}
.return-top:active,
.return-top:focus,
.return-top:hover {
  color: #518325;
  text-decoration: underline;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.ui-dialog.external-link-popup.external-link-popup-id-default {
  z-index: 200;
}

.blink {
  color: #fff;
  animation: glowing 2s infinite;
  font-size: 25px;
  font-weight: bold;
}

@keyframes glowing {
  0% {
    background-color: #518325;
    box-shadow: 0 0 3px #518325;
  }
  50% {
    background-color: #65a42e;
    box-shadow: 0 0 10px #65a42e;
  }
  100% {
    background-color: #8d331e;
    box-shadow: 0 0 3px #8d331e;
  }
}
@keyframes blinking {
  0% {
    color: #518325;
    opacity: 1;
    transform: scale(2);
  }
  50% {
    color: transparent;
    transform: scale(0);
  }
  100% {
    color: #8d331e;
    transform: scale(1);
  }
}
.current-event-container {
  text-align: center;
}

.has-border.view__row {
  padding: 0 !important;
}

.current-event .view__content .view__row {
  padding: 0;
}

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