@charset "UTF-8";
/* ++++++++++
+++ STYLE +++
++++++++++ */
@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, p.wp-caption-text, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
  background: transparent;
  border: 0;
  color: inherit;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  margin: 0 auto 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, p.wp-caption-text, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-overflow-style: scrollbar;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

fieldset {
  /* Chrome and Firefox setting here
      min-width: min-content */
  min-width: 0;
}

/* ============
=== HELPERS ===
============ */
.dribbble {
  color: #EA4C89;
}

.facebook {
  color: #3B5999;
}

.flickr {
  color: #FF0084;
}

.googleplus {
  color: #DD4B39;
}

.instagram {
  color: #E4405F;
}

.linkedin {
  color: #0077B5;
}

.pinterest {
  color: #BD081C;
}

.snapchat {
  color: #FFFC00;
}

.soundcloud {
  color: #ff3300;
}

.tumblr {
  color: #34465D;
}

.twitter {
  color: #55ACEE;
}

.vimeo {
  color: #1AB7EA;
}

.whatsapp {
  color: #25D366;
}

.youtube {
  color: #CD201F;
}

@font-face {
  font-family: "VastagoGrotesk";
  src: url("../webfonts/VastagoGrotesk-Bold.woff2") format("woff2"), url("../webfonts/VastagoGrotesk-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "VastagoGrotesk";
  src: url("../webfonts/VastagoGrotesk-Black.woff2") format("woff2"), url("..webfonts/VastagoGrotesk-Black.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "chronicapro";
  src: url("../webfonts/chronicapro-regular-webfont.woff2") format("woff2"), url("../webfonts/chronicapro-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
.pullquote-share-element, .media-block-title a, .breadcrumbs-list-link, .pager__items a, .pagination a, .metatag-link, .local-task-list-block, .search-button, .sidebar-meta-block-tag, .rnav-item-link, .featured-list-item-image img, .card-image img, .item-image img, .content a img img, .comments-area .comment-content a img img, .item-header-title a, .item-link, .comment-wrapper .filter-help a, .comment-wrapper .links a, .comments-area .comment .reply a, .comment-wrapper .submitted a, .comments-area .comment-meta a, .metalabel a, .metadata-link, .sidebar-nav-item .subnav_element, .text-hover, figcaption a, p.wp-caption-text a, .donate-amount, input:not([type=submit]),
textarea,
select, .select2-selection {
  -webkit-transition-property: background, border, box-shadow, color, opacity, transform, background, height, padding;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-property: background, border, box-shadow, color, opacity, transform, background, height, padding;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wobblebig {
  0% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
@keyframes wobblesmall {
  0% {
    transform: rotate(0.5deg);
  }
  100% {
    transform: rotate(-0.5deg);
  }
}
.quotation .container, .featured-list-item, .impact .container, .story-wrapper, .story .container, .keep-in-touch .container, .share, .gallery-carousel .slick-track, .gallery, .statistic, .media-block-info, .media-block, .filter, .card, .cards > *, .cards, .item, .cta .container, .hero-home-boxes-single-text, .hero-home-boxes, .hero-home .container, .hero-info, .hero, .pager__items, .pagination, .main-section, .hero-outer.full .hero-info, .rnav-additional, .footer-header, .footer .container, .header-subnav, .header-menus, .header-inner, .header {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}

.responsive-helper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000000000000;
}

.responsive-helper p {
  color: white;
  background: black;
  padding: 8px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  text-align: center;
  width: 100px;
  font-weight: bold;
  display: none;
}
.responsive-helper p.base {
  display: block;
}
@media screen and (min-width: 560px) {
  .responsive-helper p.small {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .responsive-helper p.medium {
    display: block;
  }
}
@media screen and (min-width: 700px) {
  .responsive-helper p.tablet {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .responsive-helper p.large {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .responsive-helper p.xlarge {
    display: block;
  }
}
@media screen and (min-width: 1700px) {
  .responsive-helper p.xxlarge {
    display: block;
  }
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../webfonts/opensans-regular.woff2") format("woff2"), url("../webfonts/opensans-regular.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  font-display: optional;
  src: url("../webfonts/opensans-italic.woff2") format("woff2"), url("../webfonts/opensans-italic.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("../webfonts/opensans-bold.woff2") format("woff2"), url("../webfonts/opensans-bold.woff") format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  font-display: optional;
  src: url("../webfonts/opensans-bolditalic.woff2") format("woff2"), url("../webfonts/opensans-bolditalic.woff") format("woff");
}
::-moz-selection {
  background: #83d0f5;
  color: #FFFFFF;
}

::selection {
  background: #83d0f5;
  color: #FFFFFF;
}

:-ms-input-placeholder {
  color: currentColor;
  opacity: 0.4;
}

:-moz-input-placeholder {
  color: currentColor;
  opacity: 0.4;
}

::-moz-input-placeholder {
  color: currentColor;
  opacity: 0.4;
}

::-webkit-input-placeholder {
  color: currentColor;
  opacity: 0.4;
}

.local-task-list-block, .featured-list-item-link span, h6, .story-text-sub, .donate-header-title, h5, h4, .card-header-title, h3, h2, .carousel-slide-content .carousel-slide-title, .impact-text h2, .story-text-title, .keep-in-touch-text h2, .cta-text h2, .footer-subtitle, h1 {
  font: 800 1em/1.2 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}

.content table, .comments-area .comment-content table {
  font: 400 1em/1.5 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}

.pullquote-share-title, .content, .comments-area .comment-content, figcaption, p.wp-caption-text {
  font: 400 1em/1.5 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}

.comment-wrapper .links, .comments-area .comment .reply, .metadata, .content .pullquote-cite, .comments-area .comment-content .pullquote-cite {
  font: 400 1em/1.5 "Andale Mono", AndaleMono, "Lucida Console", monospace;
}

.metalabel {
  font: 700 0.9em/1.5 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.carousel-slide-content .carousel-slide-title, .impact-text h2, .story-text-title, .keep-in-touch-text h2, .cta-text h2, .footer-subtitle, h1 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (min-width: 960px) {
  .carousel-slide-content .carousel-slide-title, .impact-text h2, .story-text-title, .keep-in-touch-text h2, .cta-text h2, .footer-subtitle, h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 960px) {
  h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.card-header-title, h3 {
  font-size: 27px;
  font-size: 1.6875rem;
}
@media screen and (min-width: 960px) {
  .card-header-title, h3 {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

h4 {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (min-width: 960px) {
  h4 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.story-text-sub, .donate-header-title, h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .story-text-sub, .donate-header-title, h5 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.featured-list-item-link span, h6 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .featured-list-item-link span, h6 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.btn-blue,
.button-blue,
.media-block-outer.right .media-block .button-orange,
.media-block-outer.right .media-block button,
.media-block-outer.right .media-block [type=button],
.media-block-outer.right .media-block [type=reset],
.media-block-outer.right .media-block [type=submit],
.media-block-outer.right .media-block .pagination_element.prev,
.media-block-outer.right .media-block .pagination_element.next,
.media-block-outer.right .media-block .pager__item--first a,
.pager__item--first .media-block-outer.right .media-block a,
.media-block-outer.right .media-block .pager__item--previous a,
.pager__item--previous .media-block-outer.right .media-block a,
.media-block-outer.right .media-block .pager__item--next a,
.pager__item--next .media-block-outer.right .media-block a,
.media-block-outer.right .media-block .pager__item--last a,
.pager__item--last .media-block-outer.right .media-block a,
.search button,
.search [type=button],
.search [type=reset],
.search [type=submit], .btn-orange,
.button-orange,
.pager__item--first a,
.pager__item--previous a,
.pager__item--next a,
.pager__item--last a,
.pagination_element.next,
.pagination_element.prev,
button,
[type=button],
[type=reset],
[type=submit] {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  padding: 0 70px 0 25px;
  font-weight: 800;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  border-radius: 60px;
  text-transform: none;
  margin-top: 1em;
  transition: cubic-bezier(0.28, 0.84, 0.42, 1) 0.3s;
}
.btn-blue:not(.mfp-close):not(.mfp-arrow):after,
.button-blue:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .button-orange:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block button:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block [type=button]:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block [type=reset]:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block [type=submit]:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .pager__item--first a:not(.mfp-close):not(.mfp-arrow):after,
.pager__item--first .media-block-outer.right .media-block a:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .pager__item--previous a:not(.mfp-close):not(.mfp-arrow):after,
.pager__item--previous .media-block-outer.right .media-block a:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .pager__item--next a:not(.mfp-close):not(.mfp-arrow):after,
.pager__item--next .media-block-outer.right .media-block a:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .pager__item--last a:not(.mfp-close):not(.mfp-arrow):after,
.pager__item--last .media-block-outer.right .media-block a:not(.mfp-close):not(.mfp-arrow):after, .btn-orange:not(.mfp-close):not(.mfp-arrow):after,
.button-orange:not(.mfp-close):not(.mfp-arrow):after,
.pager__item--first a:not(.mfp-close):not(.mfp-arrow):after,
.pager__item--previous a:not(.mfp-close):not(.mfp-arrow):after,
.pager__item--next a:not(.mfp-close):not(.mfp-arrow):after,
.pager__item--last a:not(.mfp-close):not(.mfp-arrow):after,
.pagination_element.next:not(.mfp-close):not(.mfp-arrow):after,
.pagination_element.prev:not(.mfp-close):not(.mfp-arrow):after,
button:not(.mfp-close):not(.mfp-arrow):after,
[type=button]:not(.mfp-close):not(.mfp-arrow):after,
[type=reset]:not(.mfp-close):not(.mfp-arrow):after,
[type=submit]:not(.mfp-close):not(.mfp-arrow):after {
  content: "";
  height: 55px;
  width: 55px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: ease 0.3s;
}
.btn-blue:not(.mfp-close):not(.mfp-arrow):before,
.button-blue:not(.mfp-close):not(.mfp-arrow):before,
.media-block-outer.right .media-block .button-orange:not(.mfp-close):not(.mfp-arrow):before,
.media-block-outer.right .media-block button:not(.mfp-close):not(.mfp-arrow):before,
.media-block-outer.right .media-block [type=button]:not(.mfp-close):not(.mfp-arrow):before,
.media-block-outer.right .media-block [type=reset]:not(.mfp-close):not(.mfp-arrow):before,
.media-block-outer.right .media-block [type=submit]:not(.mfp-close):not(.mfp-arrow):before,
.media-block-outer.right .media-block .pager__item--first a:not(.mfp-close):not(.mfp-arrow):before,
.pager__item--first .media-block-outer.right .media-block a:not(.mfp-close):not(.mfp-arrow):before,
.media-block-outer.right .media-block .pager__item--previous a:not(.mfp-close):not(.mfp-arrow):before,
.pager__item--previous .media-block-outer.right .media-block a:not(.mfp-close):not(.mfp-arrow):before,
.media-block-outer.right .media-block .pager__item--next a:not(.mfp-close):not(.mfp-arrow):before,
.pager__item--next .media-block-outer.right .media-block a:not(.mfp-close):not(.mfp-arrow):before,
.media-block-outer.right .media-block .pager__item--last a:not(.mfp-close):not(.mfp-arrow):before,
.pager__item--last .media-block-outer.right .media-block a:not(.mfp-close):not(.mfp-arrow):before, .btn-orange:not(.mfp-close):not(.mfp-arrow):before,
.button-orange:not(.mfp-close):not(.mfp-arrow):before,
.pager__item--first a:not(.mfp-close):not(.mfp-arrow):before,
.pager__item--previous a:not(.mfp-close):not(.mfp-arrow):before,
.pager__item--next a:not(.mfp-close):not(.mfp-arrow):before,
.pager__item--last a:not(.mfp-close):not(.mfp-arrow):before,
.pagination_element.next:not(.mfp-close):not(.mfp-arrow):before,
.pagination_element.prev:not(.mfp-close):not(.mfp-arrow):before,
button:not(.mfp-close):not(.mfp-arrow):before,
[type=button]:not(.mfp-close):not(.mfp-arrow):before,
[type=reset]:not(.mfp-close):not(.mfp-arrow):before,
[type=submit]:not(.mfp-close):not(.mfp-arrow):before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  top: calc(50% - 10px);
  right: 19px;
  background-image: url("../images/button-arrow.svg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.btn-blue:hover,
.button-blue:hover,
.media-block-outer.right .media-block .button-orange:hover,
.media-block-outer.right .media-block button:hover,
.media-block-outer.right .media-block [type=button]:hover,
.media-block-outer.right .media-block [type=reset]:hover,
.media-block-outer.right .media-block [type=submit]:hover,
.media-block-outer.right .media-block .pagination_element.prev:hover,
.media-block-outer.right .media-block .pagination_element.next:hover,
.media-block-outer.right .media-block .pager__item--first a:hover,
.pager__item--first .media-block-outer.right .media-block a:hover,
.media-block-outer.right .media-block .pager__item--previous a:hover,
.pager__item--previous .media-block-outer.right .media-block a:hover,
.media-block-outer.right .media-block .pager__item--next a:hover,
.pager__item--next .media-block-outer.right .media-block a:hover,
.media-block-outer.right .media-block .pager__item--last a:hover,
.pager__item--last .media-block-outer.right .media-block a:hover, .btn-orange:hover,
.button-orange:hover,
.pager__item--first a:hover,
.pager__item--previous a:hover,
.pager__item--next a:hover,
.pager__item--last a:hover,
.pagination_element.next:hover,
.pagination_element.prev:hover,
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  box-shadow: 0px 3px 0px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.btn-orange,
.button-orange,
.pager__item--first a,
.pager__item--previous a,
.pager__item--next a,
.pager__item--last a,
.pagination_element.next,
.pagination_element.prev,
button,
[type=button],
[type=reset],
[type=submit] {
  background: #005b41;
  color: #c6d75e;
}
.btn-orange:after,
.button-orange:after,
.pager__item--first a:after,
.pager__item--previous a:after,
.pager__item--next a:after,
.pager__item--last a:after,
.pagination_element.next:after,
.pagination_element.prev:after,
button:after,
[type=button]:after,
[type=reset]:after,
[type=submit]:after {
  background: #13a538;
}
.btn-blue,
.button-blue,
.media-block-outer.right .media-block .button-orange,
.media-block-outer.right .media-block button,
.media-block-outer.right .media-block [type=button],
.media-block-outer.right .media-block [type=reset],
.media-block-outer.right .media-block [type=submit],
.media-block-outer.right .media-block .pagination_element.prev,
.media-block-outer.right .media-block .pagination_element.next,
.media-block-outer.right .media-block .pager__item--first a,
.pager__item--first .media-block-outer.right .media-block a,
.media-block-outer.right .media-block .pager__item--previous a,
.pager__item--previous .media-block-outer.right .media-block a,
.media-block-outer.right .media-block .pager__item--next a,
.pager__item--next .media-block-outer.right .media-block a,
.media-block-outer.right .media-block .pager__item--last a,
.pager__item--last .media-block-outer.right .media-block a,
.search button,
.search [type=button],
.search [type=reset],
.search [type=submit] {
  background: #c6d75e;
  color: #005b41;
}
.btn-blue:after,
.button-blue:after,
.media-block-outer.right .media-block .button-orange:after,
.media-block-outer.right .media-block button:after,
.media-block-outer.right .media-block [type=button]:after,
.media-block-outer.right .media-block [type=reset]:after,
.media-block-outer.right .media-block [type=submit]:after,
.media-block-outer.right .media-block .pagination_element.prev:after,
.media-block-outer.right .media-block .pagination_element.next:after,
.media-block-outer.right .media-block .pager__item--first a:after,
.pager__item--first .media-block-outer.right .media-block a:after,
.media-block-outer.right .media-block .pager__item--previous a:after,
.pager__item--previous .media-block-outer.right .media-block a:after,
.media-block-outer.right .media-block .pager__item--next a:after,
.pager__item--next .media-block-outer.right .media-block a:after,
.media-block-outer.right .media-block .pager__item--last a:after,
.pager__item--last .media-block-outer.right .media-block a:after,
.search button:after,
.search [type=button]:after,
.search [type=reset]:after,
.search [type=submit]:after {
  background: #005b41;
}
.btn-blue.lg,
.button-blue.lg,
.media-block-outer.right .media-block .lg.button-orange,
.media-block-outer.right .media-block button.lg,
.media-block-outer.right .media-block .lg[type=button],
.media-block-outer.right .media-block .lg[type=reset],
.media-block-outer.right .media-block .lg[type=submit],
.media-block-outer.right .media-block .lg.pagination_element.prev,
.media-block-outer.right .media-block .lg.pagination_element.next,
.media-block-outer.right .media-block .pager__item--first a.lg,
.pager__item--first .media-block-outer.right .media-block a.lg,
.media-block-outer.right .media-block .pager__item--previous a.lg,
.pager__item--previous .media-block-outer.right .media-block a.lg,
.media-block-outer.right .media-block .pager__item--next a.lg,
.pager__item--next .media-block-outer.right .media-block a.lg,
.media-block-outer.right .media-block .pager__item--last a.lg,
.pager__item--last .media-block-outer.right .media-block a.lg,
.search button.lg,
.search .lg[type=button],
.search .lg[type=reset],
.search .lg[type=submit] {
  height: 60px;
  line-height: 60px;
  padding: 0 70px 0 30px;
  font-size: 24px;
  font-size: 1.5rem;
}
.btn-blue.lg:not(.mfp-close):not(.mfp-arrow):after,
.button-blue.lg:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .lg.button-orange:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block button.lg:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .lg[type=button]:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .lg[type=reset]:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .lg[type=submit]:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .lg.pagination_element.prev:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .lg.pagination_element.next:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .pager__item--first a.lg:not(.mfp-close):not(.mfp-arrow):after,
.pager__item--first .media-block-outer.right .media-block a.lg:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .pager__item--previous a.lg:not(.mfp-close):not(.mfp-arrow):after,
.pager__item--previous .media-block-outer.right .media-block a.lg:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .pager__item--next a.lg:not(.mfp-close):not(.mfp-arrow):after,
.pager__item--next .media-block-outer.right .media-block a.lg:not(.mfp-close):not(.mfp-arrow):after,
.media-block-outer.right .media-block .pager__item--last a.lg:not(.mfp-close):not(.mfp-arrow):after,
.pager__item--last .media-block-outer.right .media-block a.lg:not(.mfp-close):not(.mfp-arrow):after,
.search button.lg:not(.mfp-close):not(.mfp-arrow):after,
.search .lg[type=button]:not(.mfp-close):not(.mfp-arrow):after,
.search .lg[type=reset]:not(.mfp-close):not(.mfp-arrow):after,
.search .lg[type=submit]:not(.mfp-close):not(.mfp-arrow):after {
  content: "";
  height: 60px;
  width: 60px;
}

.btn-secondary,
.button-secondary,
.content .btn,
.comments-area .comment-content .btn,
.content .button,
.comments-area .comment-content .button,
.content .pager-ellipsis:hover,
.comments-area .comment-content .pager-ellipsis:hover,
.content .pager__item.is-active:hover,
.comments-area .comment-content .pager__item.is-active:hover,
.content .pager__item a:hover,
.comments-area .comment-content .pager__item a:hover,
.pager__item .content a:hover,
.pager__item .comments-area .comment-content a:hover,
.comments-area .pager__item .comment-content a:hover,
.content .pagination_element:hover,
.comments-area .comment-content .pagination_element:hover {
  margin-top: 1em;
  display: inline-block;
  padding: 5px 30px 3px 8px;
  font-weight: 700;
  box-shadow: inset 0 -3px 0 #FFCC00;
  position: relative;
  transition: ease 0.3s;
  color: #1D1D1D;
}
.btn-secondary:after,
.button-secondary:after,
.content .btn:after,
.comments-area .comment-content .btn:after,
.content .button:after,
.comments-area .comment-content .button:after,
.content .pager-ellipsis:hover:after,
.comments-area .comment-content .pager-ellipsis:hover:after,
.content .pager__item.is-active:hover:after,
.comments-area .comment-content .pager__item.is-active:hover:after,
.content .pager__item a:hover:after,
.comments-area .comment-content .pager__item a:hover:after,
.pager__item .content a:hover:after,
.pager__item .comments-area .comment-content a:hover:after,
.comments-area .pager__item .comment-content a:hover:after,
.content .pagination_element:hover:after,
.comments-area .comment-content .pagination_element:hover:after {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  top: calc(50% - 7px);
  right: 5px;
  background-image: url("../images/button-arrow-black.svg");
  background-size: cover;
  background-position: center;
}
.btn-secondary:hover,
.button-secondary:hover,
.content .btn:hover,
.comments-area .comment-content .btn:hover,
.content .button:hover,
.comments-area .comment-content .button:hover,
.content .pager-ellipsis:hover,
.comments-area .comment-content .pager-ellipsis:hover,
.content .pager__item.is-active:hover,
.comments-area .comment-content .pager__item.is-active:hover,
.content .pager__item a:hover,
.comments-area .comment-content .pager__item a:hover,
.pager__item .content a:hover,
.pager__item .comments-area .comment-content a:hover,
.comments-area .pager__item .comment-content a:hover,
.content .pagination_element:hover,
.comments-area .comment-content .pagination_element:hover {
  box-shadow: inset 0 -30px 0 #FFCC00;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[data-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[data-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[data-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.donate-amount, input:not([type=submit]),
textarea,
select, .select2-selection {
  color: #333333;
  border-radius: 30px;
  border: 1px solid #CCCCCC;
  font: 400 1em/1.5 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  height: 56px;
  padding: 0 1em !important;
  width: 100%;
  font-weight: 700;
  color: #664A98;
}
.donate-amount:disabled, input:disabled:not([type=submit]),
textarea:disabled,
select:disabled, .select2-selection:disabled {
  background: #E6E6E6;
}
.donate-amount:focus, input:focus:not([type=submit]),
textarea:focus,
select:focus, .select2-selection:focus {
  box-shadow: inset 0 0 0 2px #664A98;
}

form {
  font: 1rem "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}
form p {
  font: 1em "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}

[type=text],
[type=number],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=time],
[type=search],
[type=tel],
[type=url],
[type=email],
[list],
textarea,
select, .select2-selection {
  background: #FFFFFF;
  outline: none;
}
[type=text]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=month]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[list]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder, .select2-selection::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}
[type=text]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=date]::-moz-placeholder,
[type=datetime]::-moz-placeholder,
[type=datetime-local]::-moz-placeholder,
[type=month]::-moz-placeholder,
[type=week]::-moz-placeholder,
[type=time]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=email]::-moz-placeholder,
[list]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder, .select2-selection::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
[type=text]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=month]:-ms-input-placeholder,
[type=week]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[list]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder, .select2-selection:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
[type=text]:-moz-placeholder,
[type=number]:-moz-placeholder,
[type=date]:-moz-placeholder,
[type=datetime]:-moz-placeholder,
[type=datetime-local]:-moz-placeholder,
[type=month]:-moz-placeholder,
[type=week]:-moz-placeholder,
[type=time]:-moz-placeholder,
[type=search]:-moz-placeholder,
[type=tel]:-moz-placeholder,
[type=url]:-moz-placeholder,
[type=email]:-moz-placeholder,
[list]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder, .select2-selection:-moz-placeholder { /* Firefox 18- */
  color: #808080;
  opacity: 1;
}

textarea {
  resize: vertical;
  padding: 0.5em 1em;
  height: auto;
  min-height: 8em;
}

button,
[type=button],
[type=reset],
[type=submit] {
  padding: 0 25px;
  width: 100%;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  margin: 0;
}
.search button,
.search [type=button],
.search [type=reset],
.search [type=submit] {
  padding: 0 25px;
  margin: 0;
}

[type=color],
[type=file] {
  border: none;
  line-height: 1;
  padding: 0;
}

[type=file] {
  height: auto;
}

select, .select2-selection {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/select-arrow.svg");
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  background-size: 25px;
  border: solid 1px #A1AEB7;
}
@media screen and (min-width: 560px) {
  select, .select2-selection {
    background-image: url("../images/select-arrow.svg");
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
  }
}
select::-ms-expand, .select2-selection::-ms-expand {
  display: none;
}

select ~ .select2-container {
  width: 100% !important;
}
select ~ .select2-container .select2-selection {
  color: #333333;
  border-radius: 30px;
  border: 1px solid #CCCCCC;
  font: 400 1em/1.5 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  height: 56px;
  padding: 0 1.5em;
  width: 100%;
  font-weight: 700;
  color: #664A98;
  background-position: 94% center;
}
select ~ .select2-container .select2-selection:disabled {
  background: #E6E6E6;
}
select ~ .select2-container .select2-selection:focus {
  box-shadow: inset 0 0 0 2px #664A98;
}
select ~ .select2-container .select2-selection__arrow {
  display: none;
}
select ~ .select2-container .select2-results__option[aria-disabled=true] {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 56px;
}

.select2-dropdown--below {
  border-radius: 0 0 30px 30px;
}

.select2-results__option {
  padding: 15px 20px;
}

.select2-results {
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}

label {
  font: 400 1em/1.5 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  display: block;
}
label + input, label + textarea, label + select {
  margin-top: 0.25em;
}

legend {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 0.5em;
  width: 100%;
}

[type=checkbox],
[type=radio] {
  float: left;
  height: 1.5em;
  margin-right: 0.5em;
  width: auto;
}
[type=checkbox] + label,
[type=radio] + label {
  display: inline;
  font-style: normal;
}

.gform_body input[type=radio], .gform_body input[type=checkbox] {
  position: absolute;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.gform_body input[type=radio] + label, .gform_body input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: inline-block;
  padding-left: 40px;
  width: 100%;
}
.gform_body input[type=radio] + label a, .gform_body input[type=checkbox] + label a {
  display: inline;
  vertical-align: baseline;
  text-decoration: underline;
}
.gform_body input[type=radio] + label:before, .gform_body input[type=checkbox] + label:before {
  content: "";
  margin-right: 10px;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
  border-radius: 100%;
  border: solid 1px #83d0f5;
  border-radius: 100%;
}
.gform_body input[type=radio] + label:after, .gform_body input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 22px;
  height: 22px;
  top: calc(50% - 11px);
  left: 4px;
}
.gform_body input[type=radio]:hover + label:after, .gform_body input[type=checkbox]:hover + label:after {
  background: rgba(0, 0, 0, 0.1);
}
.gform_body input[type=radio]:hover:checked + label:after, .gform_body input[type=checkbox]:hover:checked + label:after {
  background: transparent;
}
.gform_body input[type=radio]:focus + label:before, .gform_body input[type=checkbox]:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.gform_body input[type=radio]:disabled + label, .gform_body input[type=checkbox]:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.gform_body input[type=radio]:disabled + label:before, .gform_body input[type=checkbox]:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.gform_body input[type=radio]:checked + label:before, .gform_body input[type=checkbox]:checked + label:before {
  box-shadow: inset 0px 0px 0px 3px white;
  background: #FFCC00;
}
.gform_body input[type=radio]:checked + label:after, .gform_body input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  top: calc(50% - 8px);
  left: 12px;
  transform: rotate(45deg);
  border-right: solid 2px white;
  border-bottom: solid 2px white;
  border-radius: 0;
}

.gform_body .ginput_container * {
  margin-top: 0;
}
.gform_body .ginput_container .gfield_checkbox input[type=checkbox] {
  margin-top: 0 !important;
}
.gform_body select + label,
.gform_body input[type=text] + label {
  color: #808080;
  font-style: italic;
  margin: 0 auto 1em;
}
.gform_body label + * {
  margin-top: 0.25em;
}
.gform_body li.gfield + li.gfield {
  margin-top: 2em;
}
.gform_body .gfield_checkbox li, .gform_body .gfield_radio li {
  margin-top: 10px;
}
.gform_body .gfield_checkbox li input[type=text], .gform_body .gfield_radio li input[type=text] {
  border-radius: 0;
  color: #333;
  border: 5px solid #ccc;
  height: 60px;
  padding: 0 1em;
  width: 100%;
  margin-top: 10px;
}
.gform_body .gfield_checkbox li:first-of-type, .gform_body .gfield_radio li:first-of-type {
  margin-top: 0;
}
.gform_body .gfield_required {
  color: #E4282E;
}
.gform_body .ginput_container_multiselect select {
  height: auto;
  padding: 0;
  border: 0;
}
.gform_body .ginput_container_multiselect select option {
  padding: 10px 10px 10px 40px;
  position: relative;
  display: block;
  white-space: normal;
}
.gform_body .ginput_container_multiselect select option:checked, .gform_body .ginput_container_multiselect select option:hover, .gform_body .ginput_container_multiselect select option:focus, .gform_body .ginput_container_multiselect select option:active, .gform_body .ginput_container_multiselect select option:visited, .gform_body .ginput_container_multiselect select option:focus-within {
  background: linear-gradient(white, white);
  background-color: white !important; /* for IE */
  color: black !important;
}
.gform_body .ginput_container_multiselect select option:before {
  content: "";
  margin-right: 10px;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 0px;
  width: 30px;
  height: 30px;
  margin-bottom: 3px;
  border-radius: 100%;
  border: solid 1px #ccc;
  border-radius: 100%;
}
.gform_body .ginput_container_multiselect select option:checked:before {
  box-shadow: inset 0px 0px 0px 3px white;
  background: #FFCC00;
}
.gform_body .ginput_container_multiselect select option:checked:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 12px;
  top: calc(50% - 8px);
  left: 12px;
  transform: rotate(45deg);
  border-right: solid 2px white;
  border-bottom: solid 2px white;
  border-radius: 0;
}

.gform_button.button, .gform_button.pager-ellipsis:hover, .gform_button.pager__item.is-active:hover, .pager__item a.gform_button:hover, .gform_button.pagination_element:hover {
  width: auto;
  padding: 0 50px;
  background: #FFCC00;
  border-radius: 50px;
}
.gform_button.button:hover, .gform_button.pager-ellipsis:hover, .gform_button.pager__item.is-active:hover, .pager__item a.gform_button:hover, .gform_button.pagination_element:hover {
  box-shadow: 0px 3px 0px 2px rgba(0, 0, 0, 0.1);
}

.ginput_container_checkbox li label {
  padding-left: 40px !important;
  min-height: 30px !important;
  padding-top: 3px !important;
  overflow: visible !important;
}

.ginput_container_radio li label {
  padding-left: 40px !important;
  min-height: 40px !important;
  padding-top: 9px !important;
  overflow: visible !important;
}

select[multiple] {
  padding: 20px !important;
  background: white !important;
  min-height: 200px !important;
  border: solid 3px #f8c603 !important;
}

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1.5em;
  vertical-align: top;
  width: 1.5em;
}
.ie .icon {
  display: none;
}
.icon-label {
  left: -9999px;
  position: fixed;
  top: -9999px;
}
.ie .icon-label {
  position: static;
}

/* =========
=== CORE ===
========= */
/* ++++++++++++++++++++
+++ LAYOUT: GENERAL +++
++++++++++++++++++++ */
body,
br,
dd,
option,
td,
th,
svg {
  margin-top: 0;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  background: #c6d75e;
  color: #005b41;
  font: 400 1em/1.5 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  position: relative;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

figcaption, p.wp-caption-text {
  background-color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-style: italic;
  margin-top: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background: #F0F0F0;
  width: 100%;
  border-radius: 0 0 30px 30px;
  padding: 15px 25px;
}
a {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

hr {
  border: none;
  margin: 2em 0;
  border-top: 3px solid #DE570E;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  text-align: center;
}

sup {
  vertical-align: super;
  font-size: small;
}

sub {
  vertical-align: sub;
  font-size: small;
}

li {
  list-style: none;
}

.section, .main-section, .hero-outer.full .hero-info {
  margin: 0;
  overflow: hidden;
  padding: 3em 0;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .section, .main-section, .hero-outer.full .hero-info {
    padding: 2em 0;
  }
}
@media screen and (min-width: 960px) {
  .section, .main-section, .hero-outer.full .hero-info {
    padding: 3em 0;
  }
}

.carousel-slide-inner, .comment-wrapper, .comments-area, .container, .section-footer {
  max-width: 80em;
  padding: 0 1em;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .carousel-slide-inner, .comment-wrapper, .comments-area, .container, .section-footer {
    padding: 0 2em;
  }
}

.card {
  background: transparent;
}

.item-header-title a:hover, .item-link:hover, .comment-wrapper .filter-help a:hover, .comment-wrapper .links a:hover, .comments-area .comment .reply a:hover, .comment-wrapper .submitted a:hover, .comments-area .comment-meta a:hover, .metalabel a:hover, .metadata-link:hover, .sidebar-nav-item .subnav_element:hover, .text-hover:hover, figcaption a:hover, p.wp-caption-text a:hover {
  color: #83d0f5;
}

.featured-list-item-image, .card-image, .item-image, .content a img, .comments-area .comment-content a img {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  display: block;
  overflow: hidden;
}
.featured-list-item-image img, .card-image img, .item-image img, .content a img img, .comments-area .comment-content a img img {
  transform: scale(1);
}
.featured-list-item-image img:hover, .card-image img:hover, .item-image img:hover, .content a img img:hover, .comments-area .comment-content a img img:hover, .featured-list-item-image img:focus, .card-image img:focus, .item-image img:focus, .content a img img:focus, .comments-area .comment-content a img img:focus {
  transform: scale(1.05);
}

.card-image img, .item-image img, .hero-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.card-image img .no-object-fit, .item-image img .no-object-fit, .hero-image img .no-object-fit {
  font-family: "object-fit: cover;";
}

.inline-group, .comment-wrapper .form-actions {
  margin-top: 0;
}
.inline-group > *, .comment-wrapper .form-actions > * {
  float: left;
  margin: 1em 1em 0 0;
}

.visually-hidden, .filter-block label, .slick-arrow span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute !important;
  overflow: hidden;
  width: 1px;
}

.clearfix:after, .comment-wrapper .links:after, .comments-area .comment .reply:after, .comment-wrapper .submitted:after, .comments-area .comment-meta:after, .inline-group:after, .comment-wrapper .form-actions:after {
  clear: both;
  content: "";
  display: table;
}

img.object-fit {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  font-family: "object-fit: cover;";
}

.cookie-notice {
  background: #333333;
  bottom: 0;
  color: #FFFFFF;
  font-size: 0.9rem;
  line-height: 1.5;
  padding: 0.5em;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 50;
}

.skip-link {
  margin: 0;
  position: fixed;
  top: -10em;
  z-index: 40;
}
.skip-link:focus {
  margin: 0.5em 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

#ccc[light] .checkbox-toggle {
  border-color: #FFCC00 !important;
  background: #FFCC00 !important;
}
#ccc[light] h2, #ccc[light] h3 {
  color: #FFCC00 !important;
}

.ccc-panel .ccc-notify-button {
  background: #FFCC00 !important;
  border: none !important;
  border-radius: 25px !important;
  box-shadow: 4px 6px 20px 0 rgba(117, 117, 117, 0.5);
}
.ccc-panel .ccc-notify-button:hover {
  background: #83d0f5 !important;
  box-shadow: none;
  color: #FFFFFF;
}

/* +++++++++++++++++++
+++ LAYOUT: HEADER +++
+++++++++++++++++++ */
.header {
  background: #c6d75e;
  position: relative;
  width: 100%;
  z-index: 10000;
}
.admin-loggedin .header {
  margin-top: 32px;
}
.header-inner {
  flex: 0 100%;
  max-width: 100%;
  max-width: calc(80em + 1em * 4);
  align-items: center;
  justify-content: space-between;
  padding: 1em 1em;
}
@media screen and (min-width: 960px) {
  .header-inner {
    padding: 0.75em 2em;
  }
}
.header-menus {
  margin: 0;
  flex: 1;
  align-self: center;
  justify-content: flex-end;
  flex-flow: column nowrap;
  gap: 1em;
}
.header-logo {
  margin-left: 0;
}
.header-logo img {
  width: 150px;
  height: 61px;
}
@media screen and (min-width: 560px) {
  .header-logo img {
    width: 180px;
    height: 71px;
  }
}
@media screen and (min-width: 960px) {
  .header-logo img {
    width: 200px;
    height: 81px;
  }
}
@media screen and (min-width: 1280px) {
  .header-logo img {
    width: 220px;
    height: 87px;
  }
}
.header-links {
  display: none;
  margin-right: 0;
}
@media screen and (min-width: 960px) {
  .header-links {
    display: block;
  }
}
.header-nav {
  margin-right: 0;
  padding: 0;
}
.header-nav-list {
  display: none;
}
@media screen and (min-width: 960px) {
  .header-nav-list {
    display: block;
    margin: 0;
  }
}
.header-subnav {
  display: none;
}
.header-subnav-list {
  display: none;
}
@media screen and (min-width: 960px) {
  .header-subnav {
    display: flex;
    align-items: center;
    margin-right: 0;
    padding: 0 0 15px 0;
  }
  .header-subnav-list {
    text-align: right;
    display: inline-block;
  }
  .header-subnav-list .subnav-item {
    display: inline-block;
    margin-left: 25px;
    transition: ease 0.2s;
  }
  .header-subnav-list .subnav-item .nav-item-link {
    transition: ease 0.2s;
    font-size: 18px;
    font-size: 1.125rem;
    color: #005b41;
  }
  .header-subnav-list .subnav-item:hover {
    color: #664A98;
  }
  .header-subnav-list .subnav-item:hover a {
    color: #664A98;
  }
  .header-subnav-list .subnav-item.external {
    position: relative;
    padding-right: 22px;
    position: relative;
  }
  .header-subnav-list .subnav-item.external svg {
    height: 15px;
    width: 15px;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
  }
}
.header-subnav-socials {
  margin-left: 15px;
  display: none;
}
@media screen and (min-width: 960px) {
  .header-subnav-socials {
    display: inline-block;
  }
}
.header-search {
  display: none;
}
@media screen and (min-width: 960px) {
  .header-search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
  }
  .header-search form {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    width: 300px;
    position: relative;
  }
  .header-search form .icon {
    color: #005b41;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
  }
  .header-search form input {
    padding-left: 50px !important;
  }
  .header-search-input {
    -webkit-transition-property: width, opacity, height;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-property: width, opacity, height;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    background: transparent;
    border: none;
    display: none;
    font-size: 1em;
    height: 0;
    opacity: 0;
    padding: 0;
    text-align: left;
    width: 0;
  }
  .header-search-input.active, .header-search-input:focus {
    display: inline-block;
    height: 1.8em;
    margin-top: 0;
    opacity: 1;
    width: 100%;
  }
  .header-search-input:placeholder-shown {
    text-align: left;
    width: auto;
  }
}
.header .header-nav li:last-child::after {
  display: none;
}

.nav-item {
  display: inline-block;
  position: relative;
}
.header-nav .nav-item {
  margin: 0 6px;
}
.header-nav .nav-item:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #005b41;
  display: inline-block;
  position: relative;
  top: -2px;
  right: -6px;
}
.nav-item-link {
  margin: 0;
}
.header-nav .nav-item-link {
  font-weight: 500;
  color: #005b41;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 800;
  padding: 5px 10px 3px 10px;
  transition: ease 0.3s;
  box-shadow: inset 0 0 0 #83d0f5;
}
.header-nav .nav-item-link.nav-button {
  padding: 5px 10px 3px 10px;
  transition: ease 0.3s;
  box-shadow: inset 0 -13px 0 #ffd854;
}
.header-nav .nav-item-link.nav-button:hover {
  box-shadow: inset 0 -36px 0 #ffd854;
}
.header-nav .nav-item-link:hover {
  box-shadow: inset 0 -36px 0 #83d0f5;
}
.nav-item.social {
  height: 38px;
  width: 38px;
  border-radius: 100%;
  background: #005b41;
  margin-left: 5px;
  transition: ease 0.3s;
}
.nav-item.social a {
  color: white;
  display: block;
  height: 100%;
  padding: 5px;
}
.nav-item.social a svg {
  width: 100%;
  height: 100%;
}
.nav-item.social a:hover {
  box-shadow: none;
}
.nav-item.social:after {
  display: none;
}
.nav-item.social:hover {
  background: #157BC2;
}
.nav-item:hover .dropdown {
  -webkit-transition: opacity 0.2s 0.15s ease;
  transition: opacity 0.2s 0.15s ease;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.nav-item:hover .dropdown .nav-item {
  float: none;
}

.menu-button {
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 800;
  color: #005b41;
  margin: 0.2em 0 0 0;
  padding: 0 1.5em 0 0;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  .menu-button {
    display: none;
  }
}
.menu-button .icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  height: 1em;
  right: 0;
  width: 1em;
  color: #f3954a;
}

.search-open {
  background: none;
  color: #333333;
  cursor: pointer;
  margin: 0 !important;
  padding: 0;
}
.search-open:hover {
  background-color: transparent;
}

.dropdown {
  -webkit-transition: visibility 0s 0.4s ease, opacity 0.2s 0.2s ease;
  transition: visibility 0s 0.4s ease, opacity 0.2s 0.2s ease;
  background: #83d0f5;
  opacity: 0;
  margin-top: 2.4em;
  position: absolute;
  visibility: hidden;
  top: 100%;
  width: 200px;
  left: calc(50% - 100px);
  pointer-events: none;
}
.dropdown-item {
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.2;
  z-index: 1;
  position: relative;
  background: #FFCC00;
}
.dropdown-item .nav-item-link {
  padding: 15px 10px;
  display: block;
  color: #005b41;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.dropdown-item .nav-item-link:after {
  display: none;
}
.dropdown-item .nav-item-link:hover {
  color: #1D1D1D;
  box-shadow: none;
}
.dropdown-item:nth-of-type(even) {
  background: rgb(244.8, 195.84, 0);
}
.dropdown-item:first-of-type {
  position: relative;
  z-index: 1;
}
.dropdown-item:first-of-type:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #FFCC00;
  position: absolute;
  top: -25px;
  left: calc(50% - 25px);
}
.dropdown-item:hover {
  background: #f3954a;
}
.dropdown-item:hover:after {
  border-bottom: 25px solid #f3954a;
}
.dropdown-item:hover .nav-item-link {
  color: #FFFFFF;
}
.dropdown:before {
  content: "";
  height: 2.4em;
  width: 100%;
  top: -2.4em;
  position: absolute;
  left: 0;
}
.dropdown:hover {
  opacity: 1;
  visibility: visible;
}

#wpadminbar {
  box-sizing: content-box;
  margin-top: 0;
}
#wpadminbar img {
  display: inline;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.header-nav-outer .nav-item-link.is-active {
  color: #262626;
  font-weight: 700;
}

/* +++++++++++++++++++
+++ LAYOUT: FOOTER +++
+++++++++++++++++++ */
.footer {
  margin-top: 0;
  padding: 0 1em 0;
  z-index: 20;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .footer {
    padding: 0 0 4em;
  }
}
.footer-header {
  align-items: center;
  border-bottom: solid 1px #FFFFFF;
  justify-content: space-between;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.footer-header * {
  margin-top: 0;
}
.footer-header .search {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .footer-header .search {
    width: auto;
  }
}
.footer-header .search-input, .footer-header #search-block-form .form-search, #search-block-form .footer-header .form-search {
  background: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.footer-header .search-button {
  top: 0;
}
.footer-logo {
  display: block;
  margin: 1em auto 0 auto;
  width: 50vw;
}
@media screen and (min-width: 960px) {
  .footer-logo {
    width: 400px;
  }
}
.footer-logo picture {
  display: block;
}
.footer-logo img {
  width: auto;
}
.footer-title {
  color: #005b41;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
  font-weight: 800;
  line-height: 1;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 960px) {
  .footer-title {
    font-size: 48px;
    font-size: 3rem;
  }
}
.footer-subtitle {
  color: #005b41;
}
.footer-nav.social {
  text-align: center;
  margin: 1em 0;
  flex: 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
@media screen and (min-width: 560px) {
  .footer-nav.social {
    flex: 0 auto;
    max-width: auto;
    text-align: center;
  }
}
.footer-nav-item {
  margin-top: 0.5em;
}
.footer-nav-item:first-of-type {
  margin-top: 0;
}
.footer-nav-item .footer-nav-item-title {
  font-size: 1em;
  padding-bottom: 1em;
}
.footer-nav-item .nav-item-link {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 0 -4px;
  padding: 4px 8px;
  transition: ease 0.3s;
  box-shadow: inset 0 0 0 #FFFFFF;
}
.footer-nav-item .nav-item-link:hover {
  color: #664A98;
  box-shadow: inset 0 -36px 0 #FFFFFF;
}
.footer-nav-item.social {
  display: inline-block;
  text-align: center;
  color: #005b41;
  height: 70px;
  width: 70px;
  transition: ease 0.3s;
  margin: 0;
}
.footer-nav-item.social .nav-item-link {
  height: 70px;
  width: 70px;
  color: #005b41;
  display: block;
  padding: 3px;
  margin: 0;
  transition: ease 0.3s;
  box-shadow: none;
}
.footer-nav-item.social .nav-item-link .icon {
  height: 100%;
  width: 100%;
}
.footer-nav-item.social:hover {
  color: #83d0f5;
}
.footer-nav-item.social:hover a {
  color: #13a538;
}
.footer-details {
  margin-right: 0;
}
.footer-details img {
  display: inline-block;
  margin: 1em auto 0 auto;
}
.footer-details p {
  font-size: 16px;
  font-size: 1rem;
  color: #005b41;
}
.footer-details p a:hover {
  color: #FFCC00;
}
.footer-credits {
  margin-top: 2em;
}
@media screen and (min-width: 960px) {
  .footer-credits {
    margin-top: 3em;
  }
}
.footer-credits p {
  color: #005b41;
  font-size: 16px;
  font-size: 1rem;
}
.footer-credits p:first-of-type {
  margin-top: 0;
}
.footer-logos {
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-top: 2em;
}
@media screen and (min-width: 960px) {
  .footer-logos {
    gap: 3em;
  }
}
.footer-logos a {
  margin: 0;
}
.footer-logos img {
  height: 90px;
  width: auto;
  margin: 0;
}
.footer-col {
  margin-top: 1em;
}
.footer-col:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 960px) {
  .footer-col {
    margin-top: 0;
  }
}
.footer-col.width-15 {
  flex: 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .footer-col.width-15 {
    flex: 0 15%;
    max-width: 15%;
  }
}
.footer-col.width-25 {
  flex: 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 700px) {
  .footer-col.width-25 {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .footer-col.width-25 {
    flex: 0 25%;
    max-width: 25%;
  }
}
.footer-col.width-35 {
  margin-top: 2em;
  flex: 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .footer-col.width-35 {
    margin-top: 0;
    flex: 0 35%;
    max-width: 35%;
  }
}
.footer-support {
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.footer-support .container {
  padding-top: 2em;
  padding-bottom: 2em;
}
@media screen and (min-width: 960px) {
  .footer-support .container {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media screen and (min-width: 1280px) {
  .footer-support .container {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}
.footer-support .container .footer-col {
  flex: 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  .footer-support .container .footer-col {
    margin-top: 0;
    flex: 0 75%;
    max-width: 75%;
  }
}
.footer-support .container h1 {
  color: #005b41;
  font-weight: 700;
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (min-width: 960px) {
  .footer-support .container h1 {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
.footer-support .container h3 {
  color: #005b41;
  margin-top: 1em;
}
.footer-support svg {
  width: 101%;
  display: block;
  position: relative;
  top: 1px;
}
.footer-donate {
  position: absolute;
  top: 27px;
  right: 0;
  display: none;
  background-color: #f3954a;
  color: #FFFFFF;
  padding: 10px 30px 10px 30px;
  font-weight: 800;
  line-height: 1;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  transition: all ease-in-out 0.3s;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .footer-donate {
    display: block;
    font-size: 28px;
    font-size: 1.75rem;
    padding: 20px 45px 20px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .footer-donate {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.footer-donate:hover, .footer-donate:focus {
  padding: 10px 40px 10px 30px;
}
@media screen and (min-width: 960px) {
  .footer-donate:hover, .footer-donate:focus {
    padding: 20px 60px 20px 50px;
  }
}

/* +++++++++++++++++++++++++++
+++ LAYOUT: RESPONSIVE NAV +++
+++++++++++++++++++++++++++ */
.rnav {
  background: #F0F0F0;
  color: #1D1D1D;
  display: none;
  margin-top: 0;
  padding-top: 0;
}
#rnav-open:checked + .rnav {
  display: block;
}
.rnav * {
  margin-top: 0;
}
.rnav .search {
  margin: 0 1em 1em;
  padding-top: 1em;
}
.rnav .search-input, .rnav #search-block-form .form-search, #search-block-form .rnav .form-search {
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  color: #FFFFFF;
}
.rnav-item {
  border-top: 1px solid rgba(29, 29, 29, 0.1);
  position: relative;
}
.rnav-item-link {
  display: block;
  padding: 1em 3em 1em 1em;
  text-align: left;
}
.rnav-item-link:hover {
  background: rgba(255, 255, 255, 0.1);
}
.rnav-dropdown {
  background: #FFFFFF;
  display: none;
  overflow: hidden;
}
.rnav-checkbox:checked ~ .rnav-dropdown {
  display: block;
}
.rnav-secnav {
  background: #F0F0F0;
}
.rnav-secnav-item {
  border-top: 1px solid rgba(29, 29, 29, 0.1);
}
.rnav-additional {
  background: #83d0f5;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 3px #157BC2;
}
.rnav-additional .rnav-button {
  margin: 0;
  flex: 0 50%;
  max-width: 50%;
}
.rnav-additional .button-orange, .rnav-additional .pager__item--first a, .pager__item--first .rnav-additional a, .rnav-additional .pager__item--previous a, .pager__item--previous .rnav-additional a, .rnav-additional .pager__item--next a, .pager__item--next .rnav-additional a, .rnav-additional .pager__item--last a, .pager__item--last .rnav-additional a, .rnav-additional .pagination_element.next, .rnav-additional .pagination_element.prev, .rnav-additional button,
.rnav-additional [type=button],
.rnav-additional [type=reset],
.rnav-additional [type=submit] {
  color: White;
  width: 100%;
  text-align: center;
}
.rnav-socials {
  flex: 0 50%;
  max-width: 50%;
  padding: 1em;
  text-align: right;
}
.rnav-socials a {
  width: 40px;
  height: 40px;
  background: White;
  color: #83d0f5;
  padding: 0;
  border-radius: 100%;
  padding: 3px;
  margin: 0 0 0 10px;
  display: inline-block;
}
.rnav-socials a svg {
  height: 100%;
  width: 100%;
}
.rnav-socials a:hover {
  background: white;
}
.rnav-arrow {
  cursor: pointer;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
}
.rnav-arrow .icon {
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  display: block;
  width: 1.5em;
  color: #83d0f5;
}
.rnav-checkbox:checked + .rnav-arrow .rnav-arrow .icon {
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.rnav-button {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1em;
}
@media screen and (min-width: 960px) {
  #rnav-open:checked + .rnav {
    display: none;
  }
}

/* +++++++++++++++++
+++ LAYOUT: MAIN +++
+++++++++++++++++ */
.main {
  background: #c6d75e;
  display: block;
  margin: 0;
}
.main-section, .hero-outer.full .hero-info {
  align-items: flex-start;
  margin: auto;
  max-width: 80em;
  overflow: visible;
}
.main-header, .main-footer {
  text-align: center;
}
.main-header {
  position: relative;
  z-index: 2;
}
.main-header-wrapper {
  overflow: visible;
  position: relative;
  padding-top: 4em;
}
@media screen and (min-width: 960px) {
  .main-header-wrapper {
    padding-top: 5em;
  }
}
.main-header-wrapper .filter {
  position: relative;
  z-index: 2;
}
.main-header-title {
  font-size: 42px;
  font-size: 2.625rem;
}
.main-header-summary {
  margin-top: 2em;
}
.main-header-summary p {
  font-size: 1.2em;
}
.main-footer {
  padding: 1em 0 2em 0;
  overflow: visible;
}
@media screen and (min-width: 960px) {
  .main-footer {
    padding: 0 0 3em 0;
  }
}
@media screen and (min-width: 960px) {
  .main-section, .hero-outer.full .hero-info {
    flex-flow: row wrap;
  }
  .main-section > *, .hero-outer.full .hero-info > * {
    flex: 1 66.66%;
  }
}
.listing .main, .single-post .main {
  overflow: hidden;
  position: relative;
}
.single-event .main {
  background-color: #fff;
}

/* ++++++++++++++++++++
+++ LAYOUT: SECTION +++
++++++++++++++++++++ */
.section.dark, .section.primary, .section.secondary {
  color: #005b41;
}
.section.dark input,
.section.dark textarea,
.section.dark select, .section.primary input,
.section.primary textarea,
.section.primary select, .section.secondary input,
.section.secondary textarea,
.section.secondary select {
  border: none;
}
.section.white {
  background: #FFFFFF;
}
.section.grey {
  background: #E6E6E6;
}
.section.dark {
  background: #262626;
}
.section.primary {
  background: #FFCC00;
  color: black;
}
.section.secondary {
  background: #83d0f5;
}
.search .section.secondary {
  background: #FFCC00;
  color: black;
}
.section.purple {
  background: #664A98;
  color: white;
}
.section.beige {
  background: #F0F0F0;
}
.section.pattern {
  background-image: url(../images/seigaiha.png);
  background-repeat: repeat;
}
.section.feed {
  padding: 1em 0 0 0;
}
@media screen and (min-width: 960px) {
  .section.feed {
    padding: 1em 0 3em 0;
  }
}
@media screen and (min-width: 1280px) {
  .section.feed {
    padding: 1em 0 4em 0;
  }
}
.section.subnav {
  background: #FFFFFF;
}
.section.sec-links {
  border-bottom: solid 2px rgba(255, 204, 0, 0.05);
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
.section.sec-links .container {
  max-width: none;
  padding: 0;
}
.section.sec-links-outer {
  padding-bottom: 0;
}
.section.sec-links-outer .container {
  padding: 0;
}
.section-header {
  text-align: left;
  z-index: 1;
}
.section-header .button-secondary, .section-header .content .btn, .section-header .comments-area .comment-content .btn, .comments-area .section-header .comment-content .btn, .content .section-header .btn, .comments-area .comment-content .section-header .btn,
.section-header .content .button,
.section-header .comments-area .comment-content .button,
.comments-area .section-header .comment-content .button,
.section-header .content .pager-ellipsis:hover,
.section-header .comments-area .comment-content .pager-ellipsis:hover,
.comments-area .section-header .comment-content .pager-ellipsis:hover,
.section-header .content .pager__item.is-active:hover,
.section-header .comments-area .comment-content .pager__item.is-active:hover,
.comments-area .section-header .comment-content .pager__item.is-active:hover,
.section-header .content .pager__item a:hover,
.section-header .comments-area .comment-content .pager__item a:hover,
.comments-area .section-header .comment-content .pager__item a:hover,
.pager__item .section-header .content a:hover,
.pager__item .section-header .comments-area .comment-content a:hover,
.comments-area .pager__item .section-header .comment-content a:hover,
.section-header .content .pagination_element:hover,
.section-header .comments-area .comment-content .pagination_element:hover,
.comments-area .section-header .comment-content .pagination_element:hover,
.content .section-header .button,
.comments-area .comment-content .section-header .button,
.content .section-header .pager-ellipsis:hover,
.comments-area .comment-content .section-header .pager-ellipsis:hover,
.content .section-header .pager__item.is-active:hover,
.comments-area .comment-content .section-header .pager__item.is-active:hover,
.content .section-header .pager__item a:hover,
.comments-area .comment-content .section-header .pager__item a:hover,
.pager__item .content .section-header a:hover,
.pager__item .comments-area .comment-content .section-header a:hover,
.comments-area .pager__item .comment-content .section-header a:hover,
.content .section-header .pagination_element:hover,
.comments-area .comment-content .section-header .pagination_element:hover {
  padding-right: 45px;
  padding-bottom: 8px;
  margin-top: 0;
  box-shadow: inset 0 -6px 0 #FFCC00;
}
.section-header .button-secondary:after, .section-header .content .btn:after, .section-header .comments-area .comment-content .btn:after, .comments-area .section-header .comment-content .btn:after, .content .section-header .btn:after, .comments-area .comment-content .section-header .btn:after,
.section-header .content .button:after,
.section-header .comments-area .comment-content .button:after,
.comments-area .section-header .comment-content .button:after,
.section-header .content .pager-ellipsis:hover:after,
.section-header .comments-area .comment-content .pager-ellipsis:hover:after,
.comments-area .section-header .comment-content .pager-ellipsis:hover:after,
.section-header .content .pager__item.is-active:hover:after,
.section-header .comments-area .comment-content .pager__item.is-active:hover:after,
.comments-area .section-header .comment-content .pager__item.is-active:hover:after,
.section-header .content .pager__item a:hover:after,
.section-header .comments-area .comment-content .pager__item a:hover:after,
.comments-area .section-header .comment-content .pager__item a:hover:after,
.pager__item .section-header .content a:hover:after,
.pager__item .section-header .comments-area .comment-content a:hover:after,
.comments-area .pager__item .section-header .comment-content a:hover:after,
.section-header .content .pagination_element:hover:after,
.section-header .comments-area .comment-content .pagination_element:hover:after,
.comments-area .section-header .comment-content .pagination_element:hover:after,
.content .section-header .button:after,
.comments-area .comment-content .section-header .button:after,
.content .section-header .pager-ellipsis:hover:after,
.comments-area .comment-content .section-header .pager-ellipsis:hover:after,
.content .section-header .pager__item.is-active:hover:after,
.comments-area .comment-content .section-header .pager__item.is-active:hover:after,
.content .section-header .pager__item a:hover:after,
.comments-area .comment-content .section-header .pager__item a:hover:after,
.pager__item .content .section-header a:hover:after,
.pager__item .comments-area .comment-content .section-header a:hover:after,
.comments-area .pager__item .comment-content .section-header a:hover:after,
.content .section-header .pagination_element:hover:after,
.comments-area .comment-content .section-header .pagination_element:hover:after {
  height: 35px;
  width: 35px;
  top: calc(50% - 19px);
}
.section-header .button-secondary:hover, .section-header .content .btn:hover, .section-header .comments-area .comment-content .btn:hover, .comments-area .section-header .comment-content .btn:hover, .content .section-header .btn:hover, .comments-area .comment-content .section-header .btn:hover,
.section-header .content .button:hover,
.section-header .comments-area .comment-content .button:hover,
.comments-area .section-header .comment-content .button:hover,
.section-header .content .pager-ellipsis:hover,
.section-header .comments-area .comment-content .pager-ellipsis:hover,
.comments-area .section-header .comment-content .pager-ellipsis:hover,
.section-header .content .pager__item.is-active:hover,
.section-header .comments-area .comment-content .pager__item.is-active:hover,
.comments-area .section-header .comment-content .pager__item.is-active:hover,
.section-header .content .pager__item a:hover,
.section-header .comments-area .comment-content .pager__item a:hover,
.comments-area .section-header .comment-content .pager__item a:hover,
.pager__item .section-header .content a:hover,
.pager__item .section-header .comments-area .comment-content a:hover,
.comments-area .pager__item .section-header .comment-content a:hover,
.section-header .content .pagination_element:hover,
.section-header .comments-area .comment-content .pagination_element:hover,
.comments-area .section-header .comment-content .pagination_element:hover,
.content .section-header .button:hover,
.comments-area .comment-content .section-header .button:hover,
.content .section-header .pager-ellipsis:hover,
.comments-area .comment-content .section-header .pager-ellipsis:hover,
.content .section-header .pager__item.is-active:hover,
.comments-area .comment-content .section-header .pager__item.is-active:hover,
.content .section-header .pager__item a:hover,
.comments-area .comment-content .section-header .pager__item a:hover,
.pager__item .content .section-header a:hover,
.pager__item .comments-area .comment-content .section-header a:hover,
.comments-area .pager__item .comment-content .section-header a:hover,
.content .section-header .pagination_element:hover,
.comments-area .comment-content .section-header .pagination_element:hover {
  box-shadow: inset 0 -65px 0 #FFCC00;
}
.section-header-title {
  font-size: 30px;
  font-size: 1.875rem;
}
.section-header-summary {
  font-size: 1.125em;
  padding-bottom: 1em;
  margin-top: 2em;
}
.section-header + .container {
  margin-top: 3em;
}
.gallery .section-header + .container {
  margin-top: 1em;
}
@media screen and (min-width: 560px) {
  .gallery .section-header + .container {
    margin-top: 2em;
  }
}
@media screen and (min-width: 560px) {
  .section-header + .container {
    margin-top: 4em;
  }
  .single-post .section-header + .container {
    margin-top: 2em;
  }
}
.single-post .section-header, .page-builder .section-header, .components .section-header {
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 700px) {
  .single-post .section-header, .page-builder .section-header, .components .section-header {
    max-width: 65%;
  }
}
@media screen and (min-width: 960px) {
  .single-post .section-header, .page-builder .section-header, .components .section-header {
    max-width: 55%;
  }
}
@media screen and (min-width: 1440px) {
  .single-post .section-header, .page-builder .section-header, .components .section-header {
    max-width: 45%;
  }
}
.section-footer {
  margin-top: 2em;
  text-align: center;
}

.container.centered {
  text-align: center;
}
.container.small {
  max-width: 53.3333333333em;
}
.container.white, .container.grey, .container.dark, .container.primary, .container.secondary {
  padding: 1em;
}
@media screen and (min-width: 560px) {
  .container.white, .container.grey, .container.dark, .container.primary, .container.secondary {
    padding: 2em;
  }
}
@media screen and (min-width: 1280px) {
  .container.white, .container.grey, .container.dark, .container.primary, .container.secondary {
    border-radius: 4px;
    max-width: 76em;
  }
}
.container.dark, .container.primary, .container.secondary {
  color: #005b41;
}
.container.white {
  background: #FFFFFF;
}
.container.grey {
  background: #E6E6E6;
}
.container.dark {
  background: #262626;
}
.container.primary {
  background: #FFCC00;
}
.container.secondary {
  background: #83d0f5;
}

/* ++++++++++++++++++++
+++ LAYOUT: ARTICLE +++
++++++++++++++++++++ */
.article {
  margin-top: 0;
  padding: 2em 1em;
  position: relative;
  width: 100%;
  margin-left: 0;
}
.article-media {
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 960px) {
  .article-media {
    height: 60vh;
  }
}
.article-media img {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .article-media img {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
  }
}
.article-header-summary p {
  font: 300 1.33em/1.5 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
}
.article-footer {
  border-top: 1px solid #CCCCCC;
  margin-top: 2em;
  padding-top: 1em;
}
@media screen and (min-width: 560px) {
  .article {
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .article {
    flex: 0 66.66%;
    max-width: 66.66%;
  }
}

/* ++++++++++++++++++++
+++ LAYOUT: SIDEBAR +++
++++++++++++++++++++ */
.sidebar {
  border-radius: 30px;
  padding: 1em 1.5em;
  width: 100%;
  background: #83d0f5;
  position: relative;
  transform: rotate(-2deg);
}
@media screen and (min-width: 560px) {
  .sidebar {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 700px) {
  .sidebar {
    margin-bottom: 2em;
  }
}
.sidebar:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform: rotate(2deg);
  border-radius: 30px;
  z-index: 0;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 960px) {
  .sidebar:before {
    transform: rotate(4deg);
  }
}
.sidebar:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 3%;
  left: -1%;
  background: #ffd854;
  transform: rotate(3deg);
  border-radius: 30px;
  z-index: -1;
}
@media screen and (min-width: 960px) {
  .sidebar:after {
    transform: rotate(8deg);
  }
}
@media screen and (min-width: 960px) {
  .sidebar {
    flex: 0 29%;
    max-width: 29%;
    margin: -2em 0 0;
    float: right;
    margin: 0;
    padding: 1.8em;
    position: sticky;
    position: -webkit-sticky;
    top: calc(145px + 1em * 2);
    transform: rotate(-4deg);
    transition: ease 0.3s;
  }
  .nav-up .sidebar {
    top: 2em;
  }
}
@media screen and (min-width: 1280px) {
  .sidebar {
    flex: 0 25%;
    max-width: 25%;
  }
}
.sidebar-block + .sidebar-block {
  margin-top: 3em;
}
.sidebar-title {
  color: #13a538;
  font: 700 1.2em/1.2 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .sidebar-title {
    border-bottom: 1px solid #CCCCCC;
    margin: 0 0 1em;
    padding-bottom: 0.5em;
  }
}
.sidebar-block {
  position: relative;
  transform: rotate(2deg);
}
@media screen and (min-width: 960px) {
  .sidebar-block {
    transform: rotate(4deg);
  }
}
.sidebar-block .icon {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 960px) {
  .sidebar-block .icon {
    display: none;
  }
}
.sidebar-block .expand-check ~ div {
  display: none;
}
@media screen and (min-width: 960px) {
  .sidebar-block .expand-check ~ div {
    display: block !important;
  }
}
.sidebar-nav {
  border-top: solid 1px #E6E6E6;
  margin-top: 1em;
  padding-top: 1em;
}
@media screen and (min-width: 960px) {
  .sidebar-nav {
    border-top: 0;
    margin: 0;
    padding-top: 0;
  }
}
.sidebar-nav-item {
  padding: 0 0 0.5em;
}
.sidebar-nav-item .subnav_element {
  display: block;
  font-weight: 700;
}
.sidebar-nav-item .subnav_element:hover, .sidebar-nav-item .subnav_element.current {
  color: #83d0f5;
  font-weight: 700;
}
.sidebar-nav-item-link:hover {
  color: #DE570E;
}
.sidebar-nav-item-link.current {
  color: #f3954a;
  font-weight: 700;
}
.sidebar-nav-item.current-menu-item .subnav_element {
  color: #f3954a;
  font-weight: 700;
}
.sidebar-nav-item.current-menu-item .sidebar-nav-item .subnav_element {
  color: inherit;
  font-weight: 400;
}
.sidebar-meta {
  margin: 0;
  position: relative;
}
.sidebar-meta-block {
  padding: 0.5em 0;
}
.sidebar-meta-block span {
  color: #83d0f5;
  font-weight: 700;
}
.sidebar-meta-block-tag {
  background: #F2F2F2;
  border-radius: 4px;
  color: #666666;
  display: inline-block;
  font: 700 0.9em/1.5 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  margin-top: 0;
  padding: 0.25em 0.5em;
}
.sidebar-meta-block-tag:hover {
  background: #83d0f5;
  color: #FFFFFF;
}
.sidebar-meta + .sidebar-img img {
  padding-top: 0;
}
@media screen and (min-width: 960px) {
  .sidebar + article {
    float: left;
  }
}

.sub-list {
  box-shadow: inset 2px 0 #83d0f5;
  margin: 1em 0 0;
  transform: translate3d(0, 0, 0);
}
.sub-list .sub-list {
  margin-left: 1em;
}
.sub-list .sidebar-nav-item-link {
  display: block;
  font-weight: 400;
}
.sub-list .sidebar-nav-item-link.current {
  box-shadow: inset 2px 0 #DE570E;
  color: #DE570E;
  font-weight: bold;
  margin-left: -1em;
  padding-left: 1em;
}
.sub-list .sidebar-nav-item {
  padding-left: 1em;
}
.sub-list .sidebar-nav-item.current-menu-item .sidebar-nav-item-link {
  box-shadow: inset 2px 0 #E4282E;
}
.sub-list .sidebar-nav-item.current-menu-item .sidebar-nav-item .sidebar-nav-item-link {
  box-shadow: none;
}

/* ++++++++++++++++++++
+++ LAYOUT: CONTENT +++
++++++++++++++++++++ */
.content *:first-child, .comments-area .comment-content *:first-child {
  margin-top: 0;
}
.content table, .comments-area .comment-content table {
  margin-top: 2em;
}
.content ol, .comments-area .comment-content ol, .content ul, .comments-area .comment-content ul {
  margin-top: 2em;
  padding-left: 1.2em;
}
.content li + li, .comments-area .comment-content li + li {
  margin: 1em auto 0;
}
.content li, .comments-area .comment-content li {
  font-size: 1.125rem;
}
.content ol li, .comments-area .comment-content ol li {
  list-style: decimal;
}
.content ol li ol li, .comments-area .comment-content ol li ol li {
  list-style-type: lower-roman;
}
.content ol li ul li, .comments-area .comment-content ol li ul li {
  list-style-type: square;
}
.content ul li, .comments-area .comment-content ul li {
  list-style: square;
}
.content ul li ul li, .comments-area .comment-content ul li ul li {
  list-style-type: square;
}
.content ul li ol li, .comments-area .comment-content ul li ol li {
  list-style-type: decimal;
}
.content form ol, .comments-area .comment-content form ol, .content form ul, .comments-area .comment-content form ul {
  padding: 0;
}
.content form li, .comments-area .comment-content form li {
  list-style: none !important;
}
.content p, .comments-area .comment-content p {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 1em;
}
.content p:empty, .comments-area .comment-content p:empty {
  display: none;
}
.content a, .comments-area .comment-content a {
  text-decoration: underline;
  font-weight: 700;
  color: #DE570E;
}
.content a:hover, .comments-area .comment-content a:hover {
  color: #83d0f5;
}
.content h1, .comments-area .comment-content h1, .content h2, .comments-area .comment-content h2, .content h3, .comments-area .comment-content h3, .content h4, .comments-area .comment-content h4, .content h5, .comments-area .comment-content h5, .content h6, .comments-area .comment-content h6 {
  margin-top: 1.3em;
  color: #13a538;
}
.content img, .comments-area .comment-content img {
  width: 100%;
  height: auto;
  margin: 2em 0 0 0;
  border-radius: 30px;
}
.content [role=group], .comments-area .comment-content [role=group], .content .wp-caption, .comments-area .comment-content .wp-caption {
  margin: 2em 0 0 0;
}
.content .fluid-width-video-wrapper, .comments-area .comment-content .fluid-width-video-wrapper {
  border-radius: 4px;
  overflow: hidden;
  margin-top: 2em;
}
.content .btn, .comments-area .comment-content .btn,
.content .button,
.comments-area .comment-content .button,
.content .pager-ellipsis:hover,
.comments-area .comment-content .pager-ellipsis:hover,
.content .pager__item.is-active:hover,
.comments-area .comment-content .pager__item.is-active:hover,
.content .pager__item a:hover,
.comments-area .comment-content .pager__item a:hover,
.pager__item .content a:hover,
.pager__item .comments-area .comment-content a:hover,
.comments-area .pager__item .comment-content a:hover,
.content .pagination_element:hover,
.comments-area .comment-content .pagination_element:hover {
  border-radius: 0px;
  text-decoration: none !important;
  margin-top: 1.3em;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-right: 5px;
  color: black;
}
.content .btn:hover, .comments-area .comment-content .btn:hover,
.content .button:hover,
.comments-area .comment-content .button:hover,
.content .pager-ellipsis:hover,
.comments-area .comment-content .pager-ellipsis:hover,
.content .pager__item.is-active:hover,
.comments-area .comment-content .pager__item.is-active:hover,
.content .pager__item a:hover,
.comments-area .comment-content .pager__item a:hover,
.pager__item .content a:hover,
.pager__item .comments-area .comment-content a:hover,
.comments-area .pager__item .comment-content a:hover,
.content .pagination_element:hover,
.comments-area .comment-content .pagination_element:hover {
  color: black;
}
.content .btn a, .comments-area .comment-content .btn a,
.content .button a,
.comments-area .comment-content .button a,
.content .pager-ellipsis:hover a,
.comments-area .comment-content .pager-ellipsis:hover a,
.content .pager__item.is-active:hover a,
.comments-area .comment-content .pager__item.is-active:hover a,
.content .pager__item a:hover a,
.comments-area .comment-content .pager__item a:hover a,
.pager__item .content a:hover a,
.pager__item .comments-area .comment-content a:hover a,
.comments-area .pager__item .comment-content a:hover a,
.content .pagination_element:hover a,
.comments-area .comment-content .pagination_element:hover a {
  border-radius: 0px;
  color: black;
  text-decoration: none !important;
}
.content .btn a:hover, .comments-area .comment-content .btn a:hover,
.content .button a:hover,
.comments-area .comment-content .button a:hover,
.content .pager-ellipsis:hover a:hover,
.comments-area .comment-content .pager-ellipsis:hover a:hover,
.content .pager__item.is-active:hover a:hover,
.comments-area .comment-content .pager__item.is-active:hover a:hover,
.content .pager__item a:hover a:hover,
.comments-area .comment-content .pager__item a:hover a:hover,
.pager__item .content a:hover a:hover,
.pager__item .comments-area .comment-content a:hover a:hover,
.comments-area .pager__item .comment-content a:hover a:hover,
.content .pagination_element:hover a:hover,
.comments-area .comment-content .pagination_element:hover a:hover {
  color: black;
}
.content blockquote, .comments-area .comment-content blockquote {
  display: block;
  margin: 1.5em 0;
  position: relative;
  padding: 1.5em 1.5em 1.5em 3em;
}
@media screen and (min-width: 960px) {
  .content blockquote, .comments-area .comment-content blockquote {
    margin: 2em 0;
    padding: 2.5em 2.5em 2.5em 3em;
  }
}
.content blockquote p, .comments-area .comment-content blockquote p {
  margin-top: 0;
  font-family: "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  color: white;
}
@media screen and (min-width: 960px) {
  .content blockquote p, .comments-area .comment-content blockquote p {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.content blockquote:before, .comments-area .comment-content blockquote:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #664A98;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 40px;
  transform: rotate(-1deg);
}
@media screen and (min-width: 960px) {
  .content blockquote:before, .comments-area .comment-content blockquote:before {
    left: -15px;
  }
}
.content blockquote:after, .comments-area .comment-content blockquote:after {
  content: "";
  height: 60px;
  width: 59px;
  background: url(../images/quote-marks.svg);
  position: absolute;
  top: 2em;
  left: -1.5em;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 960px) {
  .content blockquote:after, .comments-area .comment-content blockquote:after {
    height: 5em;
    width: 5em;
    left: -3.5em;
  }
}
.content .pullquote, .comments-area .comment-content .pullquote {
  padding: 2.5em 2.5em 2.5em 3em;
  margin-top: 2em;
  position: relative;
}
.content .pullquote blockquote, .comments-area .comment-content .pullquote blockquote {
  padding: 0;
  border-bottom: none;
  margin-top: 0;
}
.content .pullquote blockquote:before, .comments-area .comment-content .pullquote blockquote:before, .content .pullquote blockquote:after, .comments-area .comment-content .pullquote blockquote:after {
  display: none;
}
.content .pullquote-cite, .comments-area .comment-content .pullquote-cite {
  margin: 1em 0 0 0;
  text-align: right;
  font-family: "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
}
.content .pullquote-cite:before, .comments-area .comment-content .pullquote-cite:before {
  content: "— ";
}
.content .pullquote:before, .comments-area .comment-content .pullquote:before {
  content: "";
  height: 100%;
  width: 100%;
  background: #FFCC00;
  position: absolute;
  top: 0;
  left: -15px;
  border-radius: 40px;
  transform: rotate(-1deg);
}
.content .pullquote:after, .comments-area .comment-content .pullquote:after {
  content: "";
  height: 5em;
  width: 5em;
  background: url(../images/quote-marks.svg);
  position: absolute;
  top: 2em;
  left: -3.5em;
  background-size: cover;
  background-position: center;
}
.content code, .comments-area .comment-content code {
  background: #F2F2F2;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-family: "Andale Mono", AndaleMono, "Lucida Console", monospace;
}
@media screen and (min-width: 560px) {
  .content li li, .comments-area .comment-content li li {
    font-size: 1em;
  }
}

.wp-caption {
  position: relative;
  width: auto !important;
}
.wp-caption img {
  border-radius: 30px 30px 0 0;
}

figure[role=group] img {
  border-radius: 30px 30px 0 0;
}

p.wp-caption-text {
  margin-top: 0;
}

pre {
  background-color: #FFFFFF;
  border-radius: 3px;
  font-size: 85%;
  font-family: "Andale Mono", AndaleMono, "Lucida Console", monospace;
  line-height: 1.45;
  margin: 3em 0;
  overflow: auto;
  padding: 3em;
}

p pre {
  display: inline-block;
  padding: 0;
}

/* +++++++++++++++++++
+++ LAYOUT: SEARCH +++
+++++++++++++++++++ */
.search {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.search-input, #search-block-form .form-search {
  margin: 0;
  padding-right: 44px;
}
.search-button {
  border-radius: 4px;
  cursor: pointer;
  margin: 0.25em;
  overflow: hidden;
  padding: 0.5em;
  position: absolute;
  right: 0;
  top: 28%;
}
.search-button:hover {
  background: #FFCC00;
  color: #FFFFFF;
}
.search-button .icon {
  display: block;
  height: 1em;
  width: 1em;
}
@media screen and (min-width: 560px) {
  .footer .search {
    display: inline-block;
  }
}

#search-block-form {
  display: none;
  position: relative;
  width: 250px;
}
@media screen and (min-width: 960px) {
  #search-block-form {
    display: inline-block;
  }
}
#search-block-form .form-actions {
  top: 9px;
  height: 25px;
  position: absolute;
  right: 9px;
  width: 25px;
}
#search-block-form .form-actions .form-submit {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 25px;
  left: 0;
  overflow: hidden;
  padding: 25px 0 0 0;
  position: absolute;
  text-align: right;
  top: 0;
  width: 25px;
}

/* +++++++++++++++++++
+++ LAYOUT: TABLES +++
+++++++++++++++++++ */
.content table, .comments-area .comment-content table {
  display: inline-block;
  font-variant-numeric: lining-nums tabular-nums;
  height: auto !important;
  max-width: 100%;
  overflow-x: auto;
  width: auto !important;
}
.content thead:nth-child(even), .comments-area .comment-content thead:nth-child(even), .content tfoot:nth-child(even), .comments-area .comment-content tfoot:nth-child(even), .content tr:nth-child(even), .comments-area .comment-content tr:nth-child(even) {
  background: #E6E6E6;
}
.content thead tr td, .comments-area .comment-content thead tr td {
  background-color: #FFCC00;
  color: #FFFFFF;
}
.content th, .comments-area .comment-content th, .content td, .comments-area .comment-content td {
  border: solid 1px #fff;
  padding: 0.25em 0.5em;
  vertical-align: top;
}
.content thead td, .comments-area .comment-content thead td,
.content tfoot td,
.comments-area .comment-content tfoot td,
.content th,
.comments-area .comment-content th {
  font-weight: 700;
}

/* +++++++++++++++++
+++ LAYOUT: HOME +++
+++++++++++++++++ */
.latest-updates, .support-us {
  padding: 2em 0;
}
@media screen and (min-width: 700px) {
  .latest-updates, .support-us {
    padding: 3em 0;
  }
}
@media screen and (min-width: 960px) {
  .latest-updates, .support-us {
    padding: 5em 0;
  }
}

.story, .support-us, .impact {
  position: relative;
  overflow: visible;
}

.home main {
  overflow-x: hidden;
}

.donations {
  padding-top: 1em;
}
.donations .donations-image {
  max-width: 800px;
  margin: 0 auto;
}
.donations-text-title {
  text-align: center;
  margin-top: 0.5em;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 960px) {
  .donations-text-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .donations-text-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

/* +++++++++++++++++++
+++ LAYOUT: DONATE +++
+++++++++++++++++++ */
.donate {
  text-align: center;
}
.donate-options {
  max-width: 26.6666666667em;
  margin-top: 0;
}
.donate-label {
  background: #FFFFFF;
  border: 1px solid #83d0f5;
  color: #83d0f5;
  cursor: pointer;
  float: left;
  font-weight: 700;
  margin: 0;
  padding: 0.5em 1em;
  width: 50%;
}
.donate-label:first-child {
  border-radius: 4px 0 0 4px;
}
.donate-label:last-child {
  border-radius: 0 4px 4px 0;
}
.donate-form {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  padding-bottom: 1em;
  max-width: 26.6666666667em;
}
.donate-header {
  background: #F2F2F2;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 4px 4px 0 0;
  padding: 1em;
}
.donate-amount {
  font-size: 1.4em;
  padding: 0;
  position: relative;
}
.donate-amount-label {
  left: 0;
  padding: 0.5em 1em;
  position: absolute;
}
.donate-amount-input {
  background: none;
  border: none;
  font-weight: 700;
  margin: 0;
  padding-left: 2em;
}
.donate-amount-input:placeholder-shown {
  font-weight: 400;
}
.donate-submit {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .donate-form {
    padding-bottom: 2em;
  }
}

#donate-once:checked ~ .donate-options .donate-once,
#donate-monthly:checked ~ .donate-options .donate-monthly {
  background: #83d0f5;
  color: #FFFFFF;
}

#donate-once:checked ~ .donate-form .donate-header-title span {
  display: none;
}

/* +++++++++++++++++++
+++ LAYOUT: DRUPAL +++
+++++++++++++++++++ */
.local-task-list {
  text-align: center;
}
.local-task-list-base {
  background-color: #4D4D4D;
  bottom: 0;
  margin-top: 0;
  padding: 1em 0;
  position: fixed;
  width: 100%;
}
.local-task-list-base * {
  margin-top: 0;
}
.local-task-list-block {
  background: #FFCC00;
  border-radius: 4px;
  color: #FFFFFF;
  display: block;
  line-height: 35px;
  list-style: none;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .local-task-list-block {
    display: inline-block;
    margin-left: 1em;
    width: auto;
  }
}
.local-task-list-block:hover {
  background: rgb(255, 216.24, 61.2);
}
.local-task-list-block:first-child {
  margin-left: 0;
}
.local-task-list-block a {
  display: block;
}
@media screen and (min-width: 560px) {
  .local-task-list-block a {
    padding: 0 0.6666666667em;
  }
}

@media screen and (min-width: 960px) {
  #toolbar-administration .hover-intent .toolbar-menu .toolbar-menu {
    margin-left: 200px;
    margin-top: -39px;
  }
}
#toolbar-item-administration-tray {
  margin: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: inline-block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  width: 55px;
  position: absolute;
  top: calc(50% - 22.5px);
  z-index: 1;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-prev {
  left: 0;
  transform: scalex(-1);
}
.slick-arrow.slick-prev:hover {
  box-shadow: 0px 3px 0px 2px rgba(0, 0, 0, 0.1);
  transform: scalex(-1) translateY(-3px);
}
.slick-arrow:focus, .slick-arrow:hover {
  outline: none;
}
.slick-arrow:focus:after, .slick-arrow:hover:after {
  background: #83d0f5;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.slick-arrow.slick-disabled:after {
  background: black;
}

.slick-dots {
  text-align: center;
  margin-top: 1em;
}
.slick-dots li {
  display: inline-block;
  margin: 0 3px;
  height: 15px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  font-size: 0px;
  padding: 0;
}
.slick-dots li button:before, .slick-dots li button:after {
  display: none;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  transform: none;
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #83d0f5;
}

/* ===============
=== COMPONENTS ===
=============== */
/* +++++++++++++++++++++
+++ LAYOUT: METADATA +++
+++++++++++++++++++++ */
.metadata {
  color: #83d0f5;
}
.metadata-link {
  font-weight: 700;
}
.metadata time {
  font-weight: 700;
}

.metalabel {
  color: #FFCC00;
  display: block;
}
.tags {
  margin-top: 1em;
}

.metatag {
  float: left;
  margin: 0.25em 0.25em 0 0;
}
.metatag-link {
  background: #F2F2F2;
  border-radius: 4px;
  color: #666666;
  display: block;
  font: 700 0.9em/1.5 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  padding: 0.25em 0.5em;
}
.metatag-link:hover {
  background: #83d0f5;
  color: #FFFFFF;
}

/* +++++++++++++++++++++++
+++ LAYOUT: PAGINATION +++
+++++++++++++++++++++++ */
.pager__items, .pagination {
  text-align: center;
  justify-content: center;
}
.pager__item--first a, .pager__item--previous a, .pager__item--next a, .pager__item--last a, .pager__item, .pagination_block {
  margin: 0 10px;
}
.pagination_block.numeral {
  display: block;
  height: 56px;
  width: 56px;
}
.pager-ellipsis, .pager__item.is-active, .pager__item a, .pagination_element {
  border-radius: 4px;
  display: block;
  height: 100%;
  line-height: 56px;
  overflow: hidden;
  padding: 0;
  font-size: 20px;
  background: #FFCC00;
  color: black;
  font-weight: 700;
  border-radius: 100%;
}
.pager__item--first a, .pager__item--previous a, .pager__item--next a, .pager__item--last a, .pagination_element.next, .pagination_element.prev {
  color: white;
  margin-top: 0px;
  display: block;
  padding: 28px;
}
.pager__item.is-active, .pagination_element.current {
  background: #005b41;
  color: white;
}
@media screen and (min-width: 560px) {
  .pager__item--first a, .pager__item--previous a, .pager__item--next a, .pager__item--last a, .pager__item, .pagination_block {
    margin: 0 0.25em;
  }
  .pager-ellipsis, .pager__item.is-active, .pager__item a, .pagination_element {
    display: block;
  }
}

.pagination_block.next {
  float: right;
}
.pagination_block.numeral {
  display: none;
}
.pagination_block.numeral:hover a {
  box-shadow: 0px 3px 0px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
@media screen and (min-width: 700px) {
  .pagination_block.numeral {
    display: block;
  }
}
.pagination_block.view_all {
  display: none;
}
.pagination_element.prev {
  font-size: 0.8em;
}
.pagination_element.prev:before {
  right: auto;
  left: 19px;
  transform: scaleX(-1);
}
.pagination_element.prev:after {
  right: auto;
  left: 0;
}
@media screen and (min-width: 960px) {
  .pagination_element.prev {
    font-size: 1em;
  }
}
.pagination_element.next {
  font-size: 0.8em;
}
@media screen and (min-width: 960px) {
  .pagination_element.next {
    font-size: 1em;
  }
}
.pager {
  padding: 1em 0;
}
.pager-first {
  float: right;
}
.pager__item {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .pager__item {
    width: auto;
  }
}
.pager__item a {
  padding: 0.5em 1em;
}
@media screen and (min-width: 560px) {
  .pager__item.is-active a {
    padding: 0;
  }
}
/* ++++++++++++++++++++
+++ LAYOUT: CONTENT +++
++++++++++++++++++++ */
.comment-wrapper, .comments-area {
  max-width: 53.3333333333em;
}
.comment-wrapper .title, .comments-area .comment-reply-title, .comments-area .comments-title {
  background: #F2F2F2;
  color: #999999;
  font: 700 1.2em/1.2 "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  padding: 1rem;
  text-transform: uppercase;
}

.comment-wrapper .comment, .comments-area .comment-body {
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
}
.comment-wrapper .submitted .username, .comments-area .comment-meta .fn {
  color: #4D4D4D;
  font-weight: 700;
}
.comments-area .comment .avatar {
  border-radius: 100%;
  float: left;
  height: 3em;
  margin-right: 0.5em;
  width: 3em;
}
.comments-area .comment-metadata {
  font-size: 0.9em;
  margin-top: 0.5em;
}
.comment-wrapper .content, .comments-area .comment-content {
  margin-top: 1em;
}
.comment-wrapper .links, .comments-area .comment .reply {
  font-size: 0.9em;
  margin-top: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.comment-wrapper .links li, .comments-area .comment .reply li {
  float: right;
  margin-left: 0.5em;
}
.comments-area .children {
  margin-left: 2em;
}

.comment-wrapper .permalink {
  color: #999999;
  float: left;
  font-size: 1rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  overflow: hidden;
  text-align: center;
  width: 1rem;
}

.comment-wrapper .filter-help {
  margin-top: 0;
}
.comment-wrapper .filter-guidelines {
  display: none;
}
/* ++++++++++++++++++++++++
+++ LAYOUT: BREADCRUMBS +++
++++++++++++++++++++++++ */
.breadcrumbs {
  background-color: #4D4D4D;
  color: #4D4D4D;
  font-size: 1rem;
  margin-top: 0;
  padding: 1em 0;
}
.breadcrumbs-list {
  display: block;
  color: #FFFFFF;
}
.breadcrumbs-list-item {
  display: inline-block;
  margin-top: 0;
}
.breadcrumbs-list-link {
  font-weight: 700;
}
.breadcrumbs-list-link:hover {
  color: #83d0f5;
}
.breadcrumbs-list-divider {
  color: #B3B3B3;
  margin: 0;
}

/* +++++++++++++++++
+++ LAYOUT: HERO +++
+++++++++++++++++ */
.hero {
  position: relative;
}
@media screen and (min-width: 700px) {
  .hero {
    flex-flow: row-reverse nowrap;
  }
}
.hero-outer {
  padding: 0;
}
.hero-outer.full {
  background: #13a538;
  position: relative;
}
.hero-outer.full .hero {
  display: block;
}
@media screen and (min-width: 960px) {
  .hero-outer.full .hero {
    display: flex;
  }
}
.hero-outer.full .hero-image {
  flex: 0 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
}
.hero-outer.full .hero-image img {
  min-height: 300px;
}
@media screen and (min-width: 960px) {
  .hero-outer.full .hero-image {
    left: 0;
    position: absolute;
    top: 0;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 960px) {
  .hero-outer.full .hero-image + .hero-info {
    margin: 350px auto 0 auto;
  }
  .hero-outer.full .hero-image + .hero-info .hero-inner {
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  }
}
.hero-outer.full .hero-info {
  display: block;
  flex: none;
  position: relative;
  text-align: center;
  z-index: 2;
  background: transparent;
  pointer-events: none;
  padding: 0;
}
@media screen and (min-width: 560px) {
  .hero-outer.full .hero-info {
    padding: 0;
  }
}
.hero-outer.full .hero-info .hero-inner {
  color: white;
  text-align: left;
  margin: 0 auto;
  padding: 2em;
  max-width: 100%;
  width: auto;
  pointer-events: auto;
  background: #005b41;
}
@media screen and (min-width: 960px) {
  .hero-outer.full .hero-info .hero-inner {
    max-width: 66.66%;
    margin-left: 0;
    border-radius: 30px;
  }
  .single-post .hero-outer.full .hero-info .hero-inner {
    margin-left: auto;
  }
}
.hero-outer.full .hero-info .hero-inner h1 {
  font-size: 38px;
  font-size: 2.375rem;
}
@media screen and (min-width: 960px) {
  .hero-outer.full .hero-info .hero-inner h1 {
    font-size: 43px;
    font-size: 2.6875rem;
  }
}
.hero-outer.full .hero-info .hero-inner p {
  font-size: 18px;
  font-size: 1.125rem;
}
.single-post .hero-outer.full .hero-info {
  text-align: left;
}
.hero-outer.full .hero-summary p {
  padding: 0;
}
.hero-outer.full.no-image .hero-inner {
  padding: 3em 2em;
  background: #13a538;
  color: #fff;
}
@media screen and (min-width: 700px) {
  .hero-outer.full.no-image .hero-inner {
    padding: 4em 2em;
  }
}
.hero-outer.full.no-image:after {
  display: none;
}
.page-builder .hero-outer.full:after, .single-post .hero-outer.full:after {
  content: "";
  height: 90px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #c6d75e;
}
.single-event .hero-outer.full:after {
  content: "";
  background: #fff;
}
.hero-info, .hero-image {
  margin: 0;
}
.hero-info {
  flex: 0 100%;
  max-width: 100%;
  background-color: #FFCC00;
  align-items: center;
}
.hero-info .hero-summary {
  padding-top: 1em;
}
@media screen and (min-width: 960px) {
  .hero-info p {
    padding-right: 5rem;
  }
}
.hero-info a {
  margin-top: 2rem;
}
.hero-inner {
  color: #FFFFFF;
  margin: 0 auto;
  padding: 3rem 2rem;
}
@media screen and (min-width: 700px) {
  .hero-inner {
    width: 60em;
  }
}
@media screen and (min-width: 960px) {
  .hero-inner {
    padding: 4rem 3rem 4rem 2em;
  }
}
.hero-inner p {
  font-size: 20px;
  font-size: 1.25rem;
}
.hero-image {
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .hero-image {
    flex: 0 40%;
    max-width: 40%;
  }
}
@media screen and (min-width: 960px) {
  .hero-image {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .hero-image + .hero-info {
    flex: 0 50%;
    max-width: 50%;
  }
}
.hero-image + .hero-info .hero-inner {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 700px) {
  .hero-image + .hero-info .hero-inner {
    width: 40em;
  }
}
.hero-meta {
  display: inline-block;
  background: #FFCC00;
  color: black;
  padding: 10px 25px;
  border-radius: 30px;
  margin-top: 2em;
}
@media screen and (min-width: 700px) {
  .hero-meta {
    display: inline-block;
    width: auto;
  }
}
.hero-meta p {
  display: block;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 700px) {
  .hero-meta p {
    display: inline-block;
  }
  .hero-meta p:after {
    content: "•";
    margin: 0 10px;
    display: inline-block;
  }
  .hero-meta p:last-of-type:after {
    display: none;
  }
}
.single-event .hero-meta {
  border-radius: 20px 30px 0 0;
  display: block;
}
@media screen and (min-width: 700px) {
  .single-event .hero-meta {
    border-radius: 20px 30px 30px 0;
    display: inline-block;
    width: auto;
  }
}
.hero-meta + .hero-meta {
  background: white;
  border-radius: 0 0 30px 20px;
  margin-top: 0;
  color: black;
}
.hero-meta + .button-blue, .media-block-outer.right .media-block .hero-meta + .button-orange, .media-block-outer.right .media-block .hero-meta + button,
.media-block-outer.right .media-block .hero-meta + [type=button],
.media-block-outer.right .media-block .hero-meta + [type=reset],
.media-block-outer.right .media-block .hero-meta + [type=submit], .media-block-outer.right .media-block .hero-meta + .pagination_element.prev, .media-block-outer.right .media-block .hero-meta + .pagination_element.next, .media-block-outer.right .media-block .pager__item--first .hero-meta + a, .pager__item--first .media-block-outer.right .media-block .hero-meta + a, .media-block-outer.right .media-block .pager__item--previous .hero-meta + a, .pager__item--previous .media-block-outer.right .media-block .hero-meta + a, .media-block-outer.right .media-block .pager__item--next .hero-meta + a, .pager__item--next .media-block-outer.right .media-block .hero-meta + a, .media-block-outer.right .media-block .pager__item--last .hero-meta + a, .pager__item--last .media-block-outer.right .media-block .hero-meta + a, .search .hero-meta + button,
.search .hero-meta + [type=button],
.search .hero-meta + [type=reset],
.search .hero-meta + [type=submit] {
  display: table;
  margin: 1em 0 0 0;
}
.hero-home {
  background: #c6d75e;
  color: white;
  margin: 1em 0 1em 0;
  padding: 0;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 700px) {
  .hero-home {
    margin: 1em 0 3em 0;
  }
}
.hero-home .container {
  justify-content: center;
}
.hero-home-text {
  text-align: center;
  color: #005b41;
  flex: 0 100%;
  max-width: 100%;
  margin: 4em 0 0 0;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .hero-home-text {
    flex: 0 60%;
    max-width: 60%;
    margin: 0;
  }
}
.hero-home-text h1 {
  font-weight: 800;
  line-height: 1;
  font-size: 50px;
  font-size: 3.125rem;
}
@media screen and (min-width: 700px) {
  .hero-home-text h1 {
    font-size: 80px;
    font-size: 5rem;
  }
}
@media screen and (min-width: 1280px) {
  .hero-home-text h1 {
    font-size: 110px;
    font-size: 6.875rem;
  }
}
.hero-home-text h1 span {
  font-weight: 800;
  line-height: 1;
  vertical-align: middle;
  font-size: 140px;
  font-size: 8.75rem;
}
@media screen and (min-width: 700px) {
  .hero-home-text h1 span {
    font-size: 200px;
    font-size: 12.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .hero-home-text h1 span {
    font-size: 300px;
    font-size: 18.75rem;
    line-height: 0.8;
  }
}
.hero-home-text h2 {
  font-weight: 800;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 700px) {
  .hero-home-text h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}
@media screen and (min-width: 1280px) {
  .hero-home-text h2 {
    font-size: 80px;
    font-size: 5rem;
  }
}
.hero-home-text > p {
  margin-top: 2em;
  max-width: 100%;
  margin-left: 0;
}
.hero-home-text .button, .hero-home-text .pagination_element:hover, .hero-home-text .pager__item a:hover, .pager__item .hero-home-text a:hover, .hero-home-text .pager__item.is-active:hover, .hero-home-text .pager-ellipsis:hover {
  margin-top: 2em;
}
.hero-home-image {
  margin: 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  width: calc(100% + 20px);
  height: 350px;
  margin-top: -130px;
  margin-right: 10px;
  transform: rotate(-4deg);
  top: 0;
  border-radius: 0 0 100px 100px;
}
@media screen and (min-width: 700px) {
  .hero-home-image {
    width: calc(100% + 20px);
    height: 500px;
    margin-top: -130px;
    margin-right: 10px;
    transform: rotate(-4deg);
    top: 0;
    border-radius: 0 0 100px 100px;
  }
}
@media screen and (min-width: 960px) {
  .hero-home-image {
    position: absolute;
    min-width: 500px;
    min-height: 500px;
    height: 50vw;
    width: 50vw;
    top: -3vw;
    right: -6vw;
    border-radius: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-home-image {
    height: 55vw;
    width: 55vw;
    top: -11vw;
    right: -13vw;
    border-radius: 150px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home-image {
    width: 780px;
    height: 780px;
    top: -150px;
    right: -160px;
  }
}
@media screen and (min-width: 1700px) {
  .hero-home-image {
    width: 45vw;
    height: 45vw;
    max-height: 864px;
    max-width: 864px;
    top: -8vw;
    right: -5vw;
  }
}
.hero-home-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-position: center 0px;
  font-family: "object-fit: cover; object-position: center 0px;";
}
@media screen and (min-width: 700px) {
  .hero-home-image img {
    object-position: center 0px;
  }
}
@media screen and (min-width: 960px) {
  .hero-home-image img {
    object-position: center 11vw;
    font-family: "object-fit: cover; object-position: center 11vw;";
  }
}
@media screen and (min-width: 1280px) {
  .hero-home-image img {
    object-position: center 15vw;
    font-family: "object-fit: cover; object-position: center 15vw;";
  }
}
@media screen and (min-width: 1440px) {
  .hero-home-image img {
    object-position: center 200px;
    font-family: "object-fit: cover; object-position: center 200px;";
  }
}
@media screen and (min-width: 1700px) {
  .hero-home-image img {
    object-position: center 8vw;
    font-family: "object-fit: cover; object-position: center 8vw;";
  }
}
.hero-home:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 759 381'%3E%3Cpath d='M0-91.254c0 .091.007.181.007.273 0 29.998-24.405 54.403-54.403 54.403s-54.403-24.405-54.403-54.403c0-.092.006-.182.007-.273h-36.582l-.003.273C-145.377-40.814-104.563 0-54.396 0s90.981-40.814 90.981-90.981q-.001-.136-.004-.273z' style='fill:%2383d0f5;fill-rule:nonzero' transform='translate(605.738 380.225)scale(4.16667)'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 475px;
  height: 245px;
}
@media screen and (min-width: 960px) {
  .hero-home:after {
    width: 575px;
    height: 305px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-home:after {
    width: 675px;
    height: 345px;
  }
}
.hero-home-boxes {
  flex: 0 100%;
  max-width: 100%;
  justify-content: space-between;
  margin-top: 3em;
  margin-left: 0;
}
@media screen and (min-width: 560px) {
  .hero-home-boxes {
    margin-top: 5em;
  }
}
@media screen and (min-width: 960px) {
  .hero-home-boxes {
    flex: 0 60%;
    max-width: 60%;
  }
}
.hero-home-boxes-single {
  width: 100%;
  margin: 1em 0 0 0;
  border-radius: 20px;
  overflow: hidden;
  transition: ease 0.3s;
}
.hero-home-boxes-single a {
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
}
@media screen and (min-width: 560px) {
  .hero-home-boxes-single {
    width: 30%;
    margin: 0;
  }
}
.hero-home-boxes-single-text {
  width: 100%;
  text-align: center;
  padding: 10px 20px;
  font-weight: 700;
  min-height: 70px;
  align-content: center;
  line-height: 1.4;
  flex-direction: column;
  justify-content: center;
}
.hero-home-boxes-single-text p {
  font-size: 20px;
  font-size: 1.25rem;
}
.hero-home-boxes-single:first-of-type .hero-home-boxes-single-text {
  background: #664A98;
}
.hero-home-boxes-single:nth-of-type(2) .hero-home-boxes-single-text {
  background: #00833F;
}
.hero-home-boxes-single:last-of-type .hero-home-boxes-single-text {
  background: #E4282E;
}
.hero-home-boxes-single-image {
  flex: 1 auto;
  position: relative;
  width: 100%;
  margin: 0;
}
.video .hero-home-boxes-single-image {
  position: relative;
}
.video .hero-home-boxes-single-image:before {
  content: "";
  position: absolute;
  height: 65px;
  width: 65px;
  background: #E4282E;
  border-radius: 100%;
  top: calc(50% - 32.5px);
  left: calc(50% - 32.5px);
}
.video .hero-home-boxes-single-image:after {
  content: "";
  height: 33px;
  width: 30px;
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 12px);
  background-image: url("../images/play-button.svg");
  background-size: cover;
  background-position: center;
}
.hero-home-boxes-single:hover {
  transform: translateY(-5px);
  box-shadow: 0px 3px 0px 2px rgba(0, 0, 0, 0.1);
}

/* ++++++++++++++++
+++ LAYOUT: CTA +++
++++++++++++++++ */
.cta {
  position: relative;
  padding: 2em 0;
  min-height: 600px;
}
@media screen and (min-width: 700px) {
  .cta {
    padding: 8em 0 10em 0;
  }
}
.cta img:not(.rainbow-full) {
  width: calc(100% - 2em);
  height: auto;
  border-radius: 20px 20px 0 0;
  min-height: 300px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 560px) {
  .cta img:not(.rainbow-full) {
    min-height: 350px;
    width: calc(100% - 4em);
  }
}
@media screen and (min-width: 700px) {
  .cta img:not(.rainbow-full) {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 0;
  }
}
.cta-text {
  position: relative;
  z-index: 1;
  margin-left: 0;
  width: 100%;
  padding: 1em;
  background: #ffd854;
  color: #005b41;
  border-radius: 0 0 20px 20px;
  z-index: 2;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .cta-text {
    padding: 20px;
  }
}
@media screen and (min-width: 700px) {
  .cta-text {
    width: 60%;
    padding: 40px;
    border-radius: 20px;
    margin: auto;
    transform: rotate(-4deg);
    background: #c6d75e;
  }
  .cta-text * {
    transform: rotate(4deg);
  }
  .cta-text .button-orange:hover, .cta-text button:hover,
  .cta-text [type=button]:hover,
  .cta-text [type=reset]:hover,
  .cta-text [type=submit]:hover, .cta-text .pagination_element.prev:hover, .cta-text .pagination_element.next:hover, .cta-text .pager__item--first a:hover, .pager__item--first .cta-text a:hover, .cta-text .pager__item--previous a:hover, .pager__item--previous .cta-text a:hover, .cta-text .pager__item--next a:hover, .pager__item--next .cta-text a:hover, .cta-text .pager__item--last a:hover, .pager__item--last .cta-text a:hover {
    transform: rotate(4deg) translateY(-3px);
  }
  .cta-text:after {
    content: "";
    height: 100%;
    width: 100%;
    background: #ffd854;
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(4deg);
    z-index: -1;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  }
  .cta-text:before {
    content: "";
    height: 200px;
    width: 200px;
    position: absolute;
    background-image: url("../images/leaf.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(50% - 120px);
    left: -100px;
    z-index: -1;
    position: absolute;
  }
}
@media screen and (min-width: 960px) {
  .cta-text {
    width: 55%;
  }
}
.cta-text p {
  margin-top: 1em;
}

/* +++++++++++++++++
+++ LAYOUT: FEED +++
+++++++++++++++++ */
.item {
  flex-direction: row-reverse;
}
@media screen and (min-width: 960px) {
  .item:nth-of-type(even) {
    flex-direction: row;
    padding: 2em;
    background: #F0F0F0;
    border-radius: 20px;
  }
}
.item + .item {
  margin-top: 1em;
}
.item-image {
  border-radius: 20px;
  width: 100%;
  height: 250px;
  margin: 0;
}
@media screen and (min-width: 560px) {
  .item-image {
    height: 350px;
  }
}
@media screen and (min-width: 960px) {
  .item-image {
    width: 300px;
    height: 190px;
    align-self: center;
  }
}
@media screen and (min-width: 1280px) {
  .item-image {
    width: 420px;
    height: 290px;
  }
}
.item-info {
  width: 100%;
  margin: 0;
  padding: 2em 0;
  align-self: center;
}
@media screen and (min-width: 960px) {
  .item-info {
    width: calc(100% - 300px);
    padding: 0 2em;
  }
}
@media screen and (min-width: 1280px) {
  .item-info {
    width: calc(100% - 420px);
    padding: 2em;
  }
}
.item-header-date {
  display: inline-block !important;
  position: relative !important;
  transform: none !important;
  margin: 15px 0 0 0;
}
.item-organiser {
  font-weight: 700;
  color: black;
  padding: 3px 20px;
  border-radius: 10px;
  display: table;
  position: relative;
  transform: none;
  margin: 15px 0 0 0;
  background: #83d0f5;
  width: auto;
}
.item-organiser p {
  color: white;
}
@media screen and (min-width: 960px) {
  .item-organiser {
    display: inline-block;
    margin-left: 10px;
  }
}
.item-summary {
  margin-left: 0;
  margin-top: 1em;
  max-width: 40em;
}
@media screen and (min-width: 960px) {
  .item + .item {
    margin-top: 3em;
  }
}

/* ++++++++++++++++++
+++ LAYOUT: CARDS +++
++++++++++++++++++ */
.cards {
  position: relative;
  width: 100%;
  pointer-events: none;
}
.templates .cards {
  pointer-events: auto;
}
.cards > * {
  flex: 0 100%;
  max-width: 100%;
  margin: 3em 0 0 0;
}
.cards > *:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 560px) {
  .cards > *:first-of-type {
    margin-top: 3em;
  }
}
.cards > *:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 560px) {
  .cards > *:last-of-type {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 560px) {
  .cards {
    margin-top: -3em;
  }
}
@media screen and (min-width: 960px) {
  .cards > * {
    flex: 0 33.33%;
    max-width: 33.33%;
  }
}
.cards-outer {
  position: relative;
  overflow: visible;
  padding: 3em 0;
}
@media screen and (min-width: 560px) {
  .cards-outer {
    padding: 4em 0;
  }
}
@media screen and (min-width: 960px) {
  .cards-outer .section-header.container {
    padding: 0 2em;
  }
}
.listing .cards-outer {
  padding: 1em 0;
}
@media screen and (min-width: 960px) {
  .listing .cards-outer {
    padding: 3em 0;
  }
}
.cards-outer .container:not(.section-header) {
  pointer-events: none;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .cards-outer .container:not(.section-header) {
    padding: 0;
  }
}

.card {
  flex-direction: column;
  width: 100%;
  transition: 0.3s;
}
@media screen and (min-width: 960px) {
  .card {
    margin: 0 1.5em;
  }
}
.card-image {
  display: block;
  position: relative;
  transition: ease 0.3s;
  pointer-events: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  margin: 0 auto 1em auto;
}
@media screen and (min-width: 560px) {
  .card-image {
    height: 350px;
  }
}
@media screen and (min-width: 960px) {
  .card-image {
    height: 200px;
  }
}
@media screen and (min-width: 1280px) {
  .card-image {
    height: 250px;
    width: 250px;
    margin: 0 auto 1em auto;
  }
}
@media screen and (min-width: 1280px) {
  .card-image {
    height: 300px;
    width: 300px;
  }
}
.card-image:hover, .hovered .card-image, .card-image:focus {
  transform: translateY(-3px);
}
.card-image:hover img, .hovered .card-image img, .card-image:focus img {
  transform: scale(1.05);
}
.card-image:hover + .card-wrap, .hovered .card-image + .card-wrap, .card-image:focus + .card-wrap {
  transform: translateY(-3px);
}
.card-wrap {
  align-self: stretch;
  transition: ease 0.3s;
  z-index: 2;
  pointer-events: auto;
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .card-wrap {
    flex: none;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .card-wrap {
    margin: 0;
  }
}
.card-wrap-inner {
  overflow: hidden;
  color: black;
}
.card-wrap:hover, .card-wrap:focus {
  transform: translateY(-3px);
}
.card-header {
  margin-top: 0;
  color: #005b41;
  transition: ease 0.3s;
  position: relative;
  text-align: center;
}
.card-header + .card-organiser {
  padding: 2em 1.5em 1em;
  font-weight: 700;
  border-bottom: solid 2px #E6E6E6;
}
@media screen and (min-width: 1280px) {
  .card-header + .card-organiser {
    padding: 1.8em 2em 1em;
  }
}
.card-header + .card-organiser + .card-summary {
  padding-top: 1em;
}
.card-header-date, .card-header .metalabel, .item-header-date {
  display: inline-block;
  margin: 1em auto 0 auto;
  background: #FFCC00;
  color: black;
  padding: 3px 20px;
}
.card-header-date .time, .card-header .metalabel .time, .item-header-date .time {
  display: none;
}
.card-header-date .time:before, .card-header .metalabel .time:before, .item-header-date .time:before {
  content: "- ";
}
.events .card-header-date .time, .events .card-header .metalabel .time, .card-header .events .metalabel .time, .events .item-header-date .time {
  display: inline-block;
  margin-left: 4px;
}
.card-header .metalabel {
  background: #00833F;
  color: white;
}
.card-summary {
  text-align: center;
  padding-top: 1em;
  color: #005b41;
}
.listing .card-summary {
  padding-top: 2em;
}

@media screen and (min-width: 700px) {
  .two-col .cards > * {
    flex: 0 50%;
    max-width: 50%;
  }
}
.two-col .cards > * .card {
  margin: 0 1.5em;
}
.two-col .cards > * .card-image {
  height: 35vh;
}

@media screen and (min-width: 960px) {
  .three-col .cards > * {
    flex: 0 33.33%;
    max-width: 33.33%;
  }
}
.three-col .cards > * .card {
  margin: 0 1.5em;
}
.three-col .cards > * .card-image {
  height: 25vh;
}
.three-col .cards > *:first-child:nth-last-child(2), .three-col .cards > *:first-child:nth-last-child(2) ~ article {
  flex: 0 50%;
  max-width: 50%;
}
.three-col .cards > *:first-child:nth-last-child(2) .card-image, .three-col .cards > *:first-child:nth-last-child(2) ~ article .card-image {
  height: 35vh;
}

@media screen and (min-width: 1280px) {
  .four-col .cards > * {
    flex: 0 25%;
    max-width: 25%;
  }
}
.four-col .cards > * .card {
  margin: 0 1.5em;
}
.four-col .cards > *:first-child:nth-last-child(3), .four-col .cards > *:first-child:nth-last-child(3) ~ article {
  flex: 0 33.33%;
  max-width: 33.33%;
}
.four-col .cards > *:first-child:nth-last-child(2), .four-col .cards > *:first-child:nth-last-child(2) ~ article {
  flex: 0 50%;
  max-width: 50%;
}
.four-col .cards > *:first-child:nth-last-child(2) .card, .four-col .cards > *:first-child:nth-last-child(2) ~ article .card {
  margin: 0 1.5em;
}
@media screen and (min-width: 1280px) {
  .four-col .cards > *:first-child:nth-last-child(2) .card-image, .four-col .cards > *:first-child:nth-last-child(2) ~ article .card-image {
    height: 35vh;
  }
}

/* ++++++++++++++++++++
+++ LAYOUT: FILTERS +++
++++++++++++++++++++ */
.filter {
  align-items: flex-end;
  justify-content: flex-start;
  max-width: 53.3333333333em;
  margin-top: 3em;
}
.filter-block {
  flex: 0 100%;
  padding: 0 2em 1.5em;
  text-align: left;
}
@media screen and (min-width: 700px) {
  .filter-block {
    flex: 1 12em;
    padding: 0 0.5em;
  }
}
.filter-block label {
  color: #FFFFFF;
  font-weight: 700;
}
.filter-block select {
  background-position: 94% center;
}
.filter-block:last-of-type {
  flex: none;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .filter-block:last-of-type {
    width: 200px;
    text-align: center;
  }
}
@media screen and (min-width: 560px) {
  .filter-submit {
    margin-top: 0;
  }
}

/* ++++++++++++++++++++++++
+++ LAYOUT: MEDIA BLOCK +++
++++++++++++++++++++++++ */
/* ++++++++++++++++++++++++
+++ LAYOUT: MEDIA BLOCK +++
++++++++++++++++++++++++ */
.media-block.video {
  min-height: none;
}
.media-block.video .media-block-element {
  flex: 0 100%;
  max-width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 700px) {
  .media-block.video .media-block-element {
    flex: 0 50%;
    max-width: 50%;
  }
}
.media-block.video .media-block-element .video-outer {
  display: block;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  position: relative;
}
.media-block.video .media-block-element .video-outer iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .media-block.video .media-block-info {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .media-block-outer.right .media-block {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
.media-block-outer.right .media-block .button-orange, .media-block-outer.right .media-block button,
.media-block-outer.right .media-block [type=button],
.media-block-outer.right .media-block [type=reset],
.media-block-outer.right .media-block [type=submit], .media-block-outer.right .media-block .pagination_element.prev, .media-block-outer.right .media-block .pagination_element.next, .media-block-outer.right .media-block .pager__item--first a, .pager__item--first .media-block-outer.right .media-block a, .media-block-outer.right .media-block .pager__item--previous a, .pager__item--previous .media-block-outer.right .media-block a, .media-block-outer.right .media-block .pager__item--next a, .pager__item--next .media-block-outer.right .media-block a, .media-block-outer.right .media-block .pager__item--last a, .pager__item--last .media-block-outer.right .media-block a {
  margin-top: 2em;
}
.media-block-element, .media-block-info {
  margin: 0;
}
.media-block-info {
  align-items: center;
  padding: 1.5em 0 0 0;
}
@media screen and (min-width: 560px) {
  .media-block-info {
    padding: 2em 0;
  }
}
@media screen and (min-width: 700px) {
  .media-block-info {
    flex: 0 65%;
    max-width: 65%;
  }
}
@media screen and (min-width: 960px) {
  .media-block-info {
    flex: 0 50%;
    max-width: 50%;
    padding: 3em;
  }
}
@media screen and (min-width: 1280px) {
  .media-block-info {
    padding: 4em 3em;
  }
}
.media-block-info .button-orange, .media-block-info button,
.media-block-info [type=button],
.media-block-info [type=reset],
.media-block-info [type=submit], .media-block-info .pagination_element.prev, .media-block-info .pagination_element.next, .media-block-info .pager__item--first a, .pager__item--first .media-block-info a, .media-block-info .pager__item--previous a, .pager__item--previous .media-block-info a, .media-block-info .pager__item--next a, .pager__item--next .media-block-info a, .media-block-info .pager__item--last a, .pager__item--last .media-block-info a {
  margin-top: 2em;
}
.media-block-element {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 300px;
}
@media screen and (min-width: 560px) {
  .media-block-element {
    min-height: 400px;
  }
}
@media screen and (min-width: 960px) {
  .media-block-element {
    flex: 0 50%;
    max-width: 50%;
  }
}
.media-block-element img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .media-block-element img {
    border-radius: 0;
    left: 0;
    position: absolute;
    top: 0;
  }
}
.no-objectfit .media-block-element img {
  width: auto;
}
.media-block-title {
  font-size: 1.4em;
  padding-bottom: 0.6666666667em;
}
@media screen and (min-width: 700px) {
  .media-block-title {
    font-size: 2em;
  }
}
.media-block-title a:hover {
  color: #FFCC00;
}

/* +++++++++++++++++++++++
+++ LAYOUT: STATISTICS +++
+++++++++++++++++++++++ */
.statistic {
  padding: 0 2em;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .statistic {
    padding: 0;
  }
}
.statistic-item {
  flex: 0 100%;
  max-width: 100%;
  margin: 0 0 2em;
}
@media screen and (min-width: 700px) {
  .statistic-item {
    flex: 0 48%;
    max-width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .statistic-item {
    flex: 0 20%;
    max-width: 20%;
    margin: 0;
  }
  .statistic-item:first-child:nth-last-child(2), .statistic-item:first-child:nth-last-child(2) ~ .statistic-item {
    flex: 0 48%;
    max-width: 48%;
  }
  .statistic-item:first-child:nth-last-child(3), .statistic-item:first-child:nth-last-child(3) ~ .statistic-item {
    flex: 0 30%;
    max-width: 30%;
  }
}
.statistic-icon {
  font-size: 2em;
}
.statistic-value {
  border-bottom: solid 10px #83d0f5;
  display: inline-block;
  padding: 0 0 0.5em;
  text-align: center;
}
.statistic-value-number {
  font-size: 4em;
  font-weight: 700;
}
.statistic-title {
  font-size: 1.6em;
  padding: 1.5em 0 1em;
  position: relative;
}

/* ++++++++++++++++++++
+++ LAYOUT: GALLERY +++
++++++++++++++++++++ */
.gallery {
  position: relative;
}
.gallery-thumb {
  flex: 0 50%;
  max-width: 50%;
  float: left;
  margin: 0;
  padding: 0.5em;
  width: 50%;
}
.gallery-thumb:nth-last-child(odd):first-child {
  flex: 1 100%;
}
@media screen and (min-width: 560px) {
  .gallery-thumb {
    flex: 1 33.33%;
    width: 33.33%;
  }
  .gallery-thumb:nth-last-child(odd):first-child {
    flex: 1 33.33%;
    width: 33.33%;
  }
  .gallery-thumb:nth-last-child(3n+1):first-child, .gallery-thumb:nth-last-child(3n+1):first-child + *, .gallery-thumb:nth-last-child(3n+2):first-child, .gallery-thumb:nth-last-child(3n+2):first-child + * {
    flex: 1 50%;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .gallery-thumb {
    flex: 0 25%;
    max-width: 25%;
    width: 25%;
  }
  .gallery-thumb:nth-last-child(4n+7):first-child, .gallery-thumb:nth-last-child(4n+7):first-child + *, .gallery-thumb:nth-last-child(4n+7):first-child + * + *, .gallery-thumb:nth-last-child(3n):first-child, .gallery-thumb:nth-last-child(3n):first-child ~ * {
    flex: 1 33.33%;
    width: 33.33%;
  }
  .gallery-thumb:nth-last-child(4n):first-child, .gallery-thumb:nth-last-child(4n):first-child ~ * {
    flex: 1 25%;
    width: 25%;
  }
  .gallery-thumb:nth-last-child(5n):first-child, .gallery-thumb:nth-last-child(5n):first-child ~ * {
    flex: 1 20%;
    width: 20%;
  }
}
@media screen and (min-width: 700px) {
  .gallery-carousel {
    padding: 0 65px;
  }
}
.gallery-carousel .slick-track > li {
  margin: 0;
  position: relative;
  margin: 10px;
}
.gallery-carousel-image {
  height: 0;
  width: 100%;
  padding-bottom: 100%;
  cursor: pointer;
  transition: ease 0.3s;
}
.gallery-carousel-image img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  overflow: hidden;
  transition: ease 0.3s;
}
.gallery-carousel-image:hover img {
  box-shadow: 0px 3px 0px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.mfp-bg, .mfp-wrap {
  z-index: 100000 !important;
}

.mfp-container .mfp-close:hover {
  box-shadow: none !important;
  transform: none !important;
}

.strp-window {
  background: #333333;
  color: #FFFFFF;
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: fixed;
  width: 0;
}
.strp-window * + * {
  margin: auto;
}

.strp-spinner-move {
  margin: auto;
}
.strp-spinner-move * + * {
  margin: auto;
}

.strp-window.strp-vertical {
  height: 0;
  width: 100%;
}

.strp-window {
  margin-left: 40px;
}

.strp-window.strp-vertical {
  margin-left: 0;
  margin-bottom: 40px;
}

@media all and (max-width: 414px) and (orientation: portrait), all and (max-width: 736px) and (max-height: 414px) {
  .strp-window.strp-horizontal {
    min-width: 100%;
  }
}
@media all and (max-height: 414px) and (orientation: landscape), all and (max-height: 736px) and (max-width: 414px) {
  .strp-window.strp-vertical {
    min-height: 100%;
  }
}
.strp-window,
.strp-spinner-move {
  z-index: 99999;
}

/* reset box-sizing */
.strp-window,
.strp-window [class^=strp-],
.strp-spinner-move,
.strp-spinner-move [class^=strp-] {
  box-sizing: border-box;
}

.strp-window {
  transform: translateZ(0px);
}

.strp-measured {
  margin: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
}

.strp-pages {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.strp-side-right {
  top: 0;
  right: 0;
}

.strp-side-right .strp-pages {
  top: 0;
  right: 0;
}

.strp-side-right .strp-page {
  top: 0;
  right: 0;
}

.strp-side-right .strp-close {
  top: 0;
  right: 0;
}

.strp-side-left {
  top: 0;
  left: 0;
}

.strp-side-left .strp-pages {
  top: 0;
  left: 0;
}

.strp-side-left .strp-page {
  top: 0;
  left: 0;
}

.strp-side-left .strp-close {
  top: 0;
  right: 0;
}

.strp-side-top {
  top: 0;
  left: 0;
}

.strp-side-top .strp-pages {
  top: 0;
  left: 0;
}

.strp-side-top .strp-page {
  top: 0;
  left: 0;
}

.strp-side-top .strp-close {
  top: 0;
  right: 0;
}

.strp-side-bottom {
  bottom: 0;
  left: 0;
}

.strp-side-bottom .strp-pages {
  bottom: 0;
  left: 0;
}

.strp-side-bottom .strp-page {
  bottom: 0;
  left: 0;
}

.strp-side-bottom .strp-close {
  top: 0;
  right: 0;
}

.strp-page {
  height: 100%;
  position: absolute;
  width: 100%;
}

.strp-container {
  -moz-user-select: none;
  -webkit-user-select: none;
  background: #292929;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  user-select: none;
}

.strp-no-overlap .strp-container {
  padding: 48px 72px;
}

.strp-no-overlap.strp-no-sides .strp-container {
  padding: 48px 0;
}

.strp-vertical .strp-no-overlap .strp-container {
  padding: 0 72px;
}

.strp-vertical .strp-no-overlap.strp-no-sides .strp-container {
  padding: 0 48px;
}

.strp-hovering-clickable .strp-container {
  cursor: pointer;
}

.strp-content-element {
  left: 50%;
  position: absolute;
  top: 50%;
}

.strp-content-element iframe {
  float: left;
  height: 100%;
  width: 100%;
}

.strp-container img {
  display: inline-block;
  vertical-align: middle;
}

.strp-info {
  -webkit-text-size-adjust: none;
  background: #262626;
  bottom: 0;
  color: #E6E6E6;
  font-size: 0.9rem;
  left: 0;
  line-height: 1.5;
  position: absolute;
  text-size-adjust: none;
  width: 100%;
}

.strp-info-padder {
  display: block;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: auto;
}

.strp-caption {
  display: inline;
  white-space: wrap;
  width: auto;
}

.strp-position {
  color: #B3B3B3;
  float: right;
  line-height: 21px;
  margin-left: 15px;
  opacity: 0.99;
  position: relative;
  text-align: right;
  white-space: nowrap;
}

.strp-info a,
.strp-info a:hover {
  background: none;
  border: 0;
  color: #CCCCCC;
  text-decoration: underline;
}

.strp-info a:hover {
  color: #F2F2F2;
}

.strp-nav {
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  height: 24px;
  margin-top: -12px;
  margin: 0 9px;
  position: absolute;
  top: 50%;
  user-select: none;
  width: 24px;
}

.strp-nav-previous {
  left: 0;
}

.strp-nav-next {
  right: 0;
  left: auto;
}

.strp-nav-disabled {
  cursor: default;
}

.strp-nav-button {
  float: left;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.strp-close {
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  height: 48px;
  position: absolute;
  user-select: none;
  width: 48px;
}
.strp-close .icon {
  top: 12px;
  left: 12px;
  position: absolute;
}

.strp-has-error .strp-container {
  background-color: #E4282E;
}

.strp-error {
  background-image: url("../images/strip/error.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 240px;
  left: 50%;
  margin-left: -120px;
  margin-top: -120px;
  position: absolute;
  top: 50%;
  width: 240px;
}

.strp-no-svg .strp-error {
  background-image: url("../images/strip/error.png");
}

.strp-spinner-move {
  height: 48px;
  overflow: visible !important;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 0;
}

.strp-spinner-move.strp-vertical {
  width: 48px;
  height: 0;
}

.strp-spinner {
  float: left;
  height: 48px;
  position: relative;
  width: 48px;
}

.strp-spinner-move.strp-side-top {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.strp-spinner-move.strp-side-bottom {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.strp-spinner-move.strp-side-right .strp-spinner {
  margin-left: -48px;
}

.strp-spinner-move.strp-side-left .strp-spinner {
  margin-right: -48px;
  float: right;
}

.strp-spinner-move.strp-side-bottom .strp-spinner {
  margin-top: -48px;
}

.strp-spinner-move.strp-side-top .strp-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: -48px;
}

@-moz-keyframes strp-spinner-spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes strp-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes strp-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.strp-spinner-rotate,
.strp-spinner-frame {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.strp-spinner-line {
  border-radius: 1px;
  color: inherit; /* color of the dots, inherited from text on the page */
  height: 3px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 15px;
  width: 2px;
  z-index: 80; /* amount of lines, removed later on */
}

.strp-window-skin-strip .strp-nav-button-background {
  background-color: transparent;
}

.strp-window-skin-strip .strp-nav-previous .strp-nav-button-icon {
  background-image: url("../images/strip/previous.svg");
}

.strp-window-skin-strip .strp-nav-next .strp-nav-button-icon {
  background-image: url("../images/strip/next.svg");
}

.strp-window-skin-strip.strp-no-svg .strp-nav-previous .strp-nav-button-icon {
  background-image: url("../images/strip/previous-faded.png");
  opacity: 1;
}

.strp-window-skin-strip.strp-no-svg .strp-nav-next .strp-nav-button-icon {
  background-image: url("../images/strip/next-faded.png");
  opacity: 1;
}

.strp-window-skin-strip .strp-nav .strp-nav-button-icon {
  opacity: 0.6;
} /* normal state */
.strp-window-skin-strip.strp-mobile-touch .strp-nav .strp-nav-button-icon {
  opacity: 1;
} /* mobile-touch always has normal states at full opacity */
.strp-window-skin-strip .strp-nav:hover .strp-nav-button-icon,
.strp-window-skin-strip .strp-nav-hover .strp-nav-button-icon {
  opacity: 1;
}

.strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-previous:hover .strp-nav-button-icon,
.strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-previous .strp-nav-button-icon {
  background-image: url("../images/strip/previous.png");
}

.strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-next:hover .strp-nav-button-icon,
.strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-next .strp-nav-button-icon {
  background-image: url("../images/strip/next.png");
}

@media all and (max-width: 375px) and (orientation: portrait), all and (max-height: 375px) and (max-width: 667px) {
  .strp-window-skin-strip .strp-nav {
    height: 60px;
    margin-top: -30px;
    margin: 0 5px;
    width: 48px;
  }
  .strp-window-skin-strip .strp-nav-previous .strp-nav-button-icon {
    background-image: url("../images/strip/previous-small.svg");
  }
  .strp-window-skin-strip .strp-nav-next .strp-nav-button-icon {
    background-image: url("../images/strip/next-small.svg");
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav-previous .strp-nav-button-icon {
    background-image: url("../images/strip/previous-small-faded.png");
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav-next .strp-nav-button-icon {
    background-image: url("../images/strip/next-small-faded.png");
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-previous:hover .strp-nav-button-icon,
  .strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-previous .strp-nav-button-icon {
    background-image: url("../images/strip/previous-small.png");
  }
  .strp-window-skin-strip.strp-no-svg .strp-nav.strp-nav-next:hover .strp-nav-button-icon,
  .strp-window-skin-strip.strp-no-svg .strp-nav-hover.strp-nav-next .strp-nav-button-icon {
    background-image: url("../images/strip/next-small.png");
  }
  .strp-no-overlap .strp-container {
    padding: 48px 58px;
  }
  .strp-no-overlap.strp-no-sides .strp-container {
    padding: 48px 0;
  }
  .strp-vertical .strp-no-overlap .strp-container {
    padding: 0 58px;
  }
  .strp-vertical .strp-no-overlap.strp-no-sides .strp-container {
    padding: 0 48px;
  }
}
.strp-window-skin-strip .strp-close .strp-close-icon {
  background-image: url("../images/strip/close.svg");
  opacity: 0.8;
}

.strp-window-skin-strip .strp-close:hover .strp-close-icon {
  opacity: 1;
}

.strp-window-skin-strip.strp-mobile-touch .strp-close .strp-close-icon,
.strp-window-skin-strip.strp-mobile-touch .strp-close:hover .strp-close-icon {
  opacity: 1;
}

.strp-window-skin-strip.strp-no-svg .strp-close .strp-close-icon {
  background-image: url("../images/strip/close.png");
  opacity: 1;
}

/* +++++++++++++++++++
+++ LAYOUT: EXPAND +++
+++++++++++++++++++ */
.expand-check ~ div {
  display: none;
}
.expand-check:checked ~ div {
  display: block;
}

.expand-trigger {
  cursor: pointer;
  margin-top: 0;
}
.expand-trigger .icon {
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.expand-check:checked ~ .expand-trigger .icon {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* ++++++++++++++++++++++++++++++++++++++++
+++ LAYOUT: COMPONENTS FOR PAGE BUILDER +++
++++++++++++++++++++++++++++++++++++++++ */
.components {
  margin-top: 0;
}
.components .wysiwyg {
  margin: 0;
  padding: 1.5em 1em;
}
@media screen and (min-width: 1440px) {
  .components .wysiwyg {
    margin: 0 auto;
    padding: 2em 0;
    width: 80em;
  }
}
.components .wysiwyg.center .content, .components .wysiwyg.center .comments-area .comment-content, .comments-area .components .wysiwyg.center .comment-content {
  margin: 0 auto;
}
.components .wysiwyg .content, .components .wysiwyg .comments-area .comment-content, .comments-area .components .wysiwyg .comment-content {
  margin: 0;
}
@media screen and (min-width: 960px) {
  .components .wysiwyg .content, .components .wysiwyg .comments-area .comment-content, .comments-area .components .wysiwyg .comment-content {
    width: 100%;
  }
}

/* ++++++++++++++++++++++
+++ LAYOUT: ACCORDION +++
++++++++++++++++++++++ */
.accordion {
  position: relative;
}
.accordion h3 {
  margin-top: 0.5em;
}
.accordion-button {
  background: none;
  border-radius: 0;
  color: #1D1D1D;
  font-size: 1.25rem;
  padding: 0;
}
.accordion-button .icon {
  display: inline-block;
  height: 1.05em;
  transition: 0.235s transform ease-in-out;
  width: 1.05em;
  vertical-align: middle;
}
.accordion-button:hover, .accordion-button:focus {
  background: none;
  border-bottom: 2px solid #1D1D1D;
  outline: 0;
}
.accordion-button:active .icon, .accordion-button.active .icon {
  transform: rotate(90deg);
  transition: 0.235s transform ease-in-out;
}
.accordion-panel {
  display: none;
}

/* ++++++++++++++++++++++
+++ LAYOUT: PULLQUOTE +++
++++++++++++++++++++++ */
.pullquote {
  font-family: "VastagoGrotesk", "Trebuchet MS", "Lucida Grande", Tahoma, sans-serif;
  font-weight: 300;
  margin: 0 auto;
  padding: 1.5em 2em;
}
@media screen and (min-width: 560px) {
  .pullquote {
    padding: 2em 3em;
  }
}
@media screen and (min-width: 1440px) {
  .pullquote {
    margin: 0 auto;
    padding: 2em 0;
    width: 80em;
  }
}
.pullquote blockquote {
  font-size: 1.8em;
  padding-bottom: 0.6666666667em;
}
@media screen and (min-width: 560px) {
  .pullquote blockquote {
    font-size: 2em;
  }
}
@media screen and (min-width: 700px) {
  .pullquote blockquote {
    font-size: 2.6em;
  }
}
.pullquote cite {
  color: #FFCC00;
  font-size: 1.2em;
  font-style: normal;
}
@media screen and (min-width: 560px) {
  .pullquote cite {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 700px) {
  .pullquote cite {
    font-size: 1.8em;
  }
}
.pullquote-share {
  display: block;
  position: relative;
}
@media screen and (min-width: 960px) {
  .pullquote-share {
    display: inline-block;
    padding-left: 5em;
    top: -4px;
  }
}
.pullquote-share-title {
  color: #4D4D4D;
  font-size: 0.7em;
  font-weight: 400;
  padding: 0 0 0 4em;
  position: relative;
  text-transform: uppercase;
}
.pullquote-share-title:before {
  background-color: #4D4D4D;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 36px;
}
.pullquote-share-element {
  background-color: #55ACEE;
  border-radius: 100%;
  color: #FFFFFF;
  display: inline-block;
  height: 30px;
  margin: 0 0 0 0.5em;
  text-align: center;
  width: 30px;
}
.pullquote-share-element .icon {
  margin-top: 3px;
}

/* ++++++++++++++++++
+++ LAYOUT: SHARE +++
++++++++++++++++++ */
.share {
  justify-content: center;
  padding: 1.5em 0;
}
.share-item {
  margin: 0 1em;
}

/* +++++++++++++++++++++++++
+++ LAYOUT: FIXED HEADER +++
+++++++++++++++++++++++++ */
@media screen and (min-width: 960px) {
  .header {
    height: 145px;
    left: 0;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
  }
}
.header.nav-up {
  box-shadow: none;
  top: -145px;
}

@media screen and (min-width: 960px) {
  .main {
    margin-top: 145px;
  }
}

.keep-in-touch {
  position: relative;
  z-index: 1;
  padding: 2em 0 0 0;
}
@media screen and (min-width: 700px) {
  .keep-in-touch {
    padding: 4em 0 12em 0;
  }
  .keep-in-touch:after {
    content: "";
    height: 28vw;
    width: 28vw;
    max-height: 540px;
    max-width: 540px;
    background-image: url("../images/leaf.svg");
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
}
@media screen and (min-width: 960px) {
  .keep-in-touch {
    padding: 6em 0 15em 0;
  }
}
@media screen and (min-width: 1280px) {
  .keep-in-touch {
    padding: 8em 0 20em 0;
  }
}
.keep-in-touch .container {
  padding: 0;
}
@media screen and (min-width: 700px) {
  .keep-in-touch .container {
    padding: 0 2em;
  }
}
.keep-in-touch img {
  height: auto;
  min-height: 300px;
  object-position: center left;
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .keep-in-touch img {
    min-height: 350px;
    width: calc(100% - 4em);
    object-position: center;
  }
}
@media screen and (min-width: 700px) {
  .keep-in-touch img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 0;
  }
}
.keep-in-touch-text {
  position: relative;
  z-index: 1;
  margin-right: 0;
  width: 100%;
  padding: 1em;
  background: #FFCC00;
  color: #005b41;
}
@media screen and (min-width: 700px) {
  .keep-in-touch-text {
    width: 60%;
    padding: 40px;
    border-radius: 20px;
    background: #FFCC00;
  }
}
@media screen and (min-width: 960px) {
  .keep-in-touch-text {
    width: 55%;
  }
}
@media screen and (min-width: 1280px) {
  .keep-in-touch-text {
    width: 45%;
  }
}
.keep-in-touch-text p {
  margin-top: 1em;
}

.story {
  position: relative;
  padding: 2em 0;
}
@media screen and (min-width: 960px) {
  .story {
    padding: 3em 0;
  }
}
@media screen and (min-width: 1280px) {
  .story {
    padding: 5em 0;
  }
}
.story .container {
  align-items: center;
  justify-content: space-between;
}
.story-wrapper {
  border-radius: 20px;
  background-color: #ffd854;
  align-items: center;
  justify-content: space-between;
  z-index: 5;
  padding: 2em;
}
@media screen and (min-width: 960px) {
  .story-wrapper {
    border-radius: 300px;
    padding: 2em 3em;
  }
}
@media screen and (min-width: 1280px) {
  .story-wrapper {
    padding: 3em 4em;
  }
}
.story-image {
  flex: 0 100%;
  max-width: 100%;
  border-radius: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  overflow: hidden;
  margin: 0;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .story-image {
    flex: 0 40%;
    max-width: 40%;
  }
}
.story-text {
  flex: 0 100%;
  max-width: 100%;
  pointer-events: none;
  margin: 2em 0 0 0;
  z-index: 1;
}
.story-text-title {
  color: #005b41;
  font-weight: 800;
}
.story-text-sub {
  color: #005b41;
  font-weight: 800;
}
.story-text-summary {
  margin-top: 1em;
  pointer-events: auto;
  color: #005b41;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 960px) {
  .story-text-summary {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1280px) {
  .story-text-summary {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.story-text .button-secondary, .story-text .content .btn, .content .story-text .btn,
.story-text .content .button,
.content .story-text .button,
.story-text .content .pagination_element:hover,
.content .story-text .pagination_element:hover,
.story-text .content .pager__item a:hover,
.content .pager__item .story-text a:hover,
.story-text .pager__item .content a:hover,
.pager__item .content .story-text a:hover,
.story-text .content .pager__item.is-active:hover,
.content .story-text .pager__item.is-active:hover,
.story-text .content .pager-ellipsis:hover,
.content .story-text .pager-ellipsis:hover, .story-text .comments-area .comment-content .btn, .comments-area .comment-content .story-text .btn,
.story-text .comments-area .comment-content .button,
.comments-area .comment-content .story-text .button,
.story-text .comments-area .comment-content .pagination_element:hover,
.comments-area .comment-content .story-text .pagination_element:hover,
.story-text .comments-area .comment-content .pager__item a:hover,
.comments-area .comment-content .pager__item .story-text a:hover,
.story-text .pager__item .comments-area .comment-content a:hover,
.pager__item .comments-area .comment-content .story-text a:hover,
.story-text .comments-area .pager__item .comment-content a:hover,
.comments-area .pager__item .comment-content .story-text a:hover,
.story-text .comments-area .comment-content .pager__item.is-active:hover,
.comments-area .comment-content .story-text .pager__item.is-active:hover,
.story-text .comments-area .comment-content .pager-ellipsis:hover,
.comments-area .comment-content .story-text .pager-ellipsis:hover {
  pointer-events: auto;
}
@media screen and (min-width: 700px) {
  .story-text {
    margin: 0;
    padding-right: 5%;
    flex: 0 52%;
    max-width: 52%;
  }
}
@media screen and (min-width: 1280px) {
  .story-text {
    padding-right: 7%;
  }
}

.impact {
  position: relative;
  padding: 2em 0;
}
@media screen and (min-width: 700px) {
  .impact {
    padding: 8em 0 10em 0;
  }
}
.impact .container {
  padding: 0;
}
@media screen and (min-width: 700px) {
  .impact .container {
    padding: 0 2em;
  }
}
.impact img {
  height: auto;
  min-height: 300px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 560px) {
  .impact img {
    min-height: 350px;
  }
}
@media screen and (min-width: 700px) {
  .impact img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 0;
  }
}
.impact-text {
  position: relative;
  z-index: 1;
  margin-left: 0;
  width: 100%;
  padding: 1em;
  background: #c6d75e;
  color: #005b41;
  z-index: 2;
}
@media screen and (min-width: 560px) {
  .impact-text {
    padding: 20px;
  }
}
@media screen and (min-width: 700px) {
  .impact-text {
    width: 60%;
    padding: 40px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 960px) {
  .impact-text {
    width: 55%;
  }
}
@media screen and (min-width: 1280px) {
  .impact-text {
    width: 40%;
  }
}
.impact-text p {
  margin-top: 1em;
}
.impact .star {
  display: none;
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: -80px;
  transform: translateY(-50%);
  z-index: 1;
  width: 500px;
  height: 500px;
}
@media screen and (min-width: 1280px) {
  .impact .star {
    pointer-events: auto;
  }
}
@media screen and (min-width: 700px) {
  .impact .star {
    display: block;
  }
}

.jelly, .semicircle, .rainbow, .jelly-listing-top, .jelly-blue, .jelly-red, .jelly-yellow-big, .jelly-yellow {
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 1280px) {
  .jelly, .semicircle, .rainbow, .jelly-listing-top, .jelly-blue, .jelly-red, .jelly-yellow-big, .jelly-yellow {
    pointer-events: auto;
  }
}
.jelly-yellow {
  bottom: -60%;
  top: auto;
  right: -50px;
  transform: scale(0.55);
  transform-origin: bottom right;
  width: 778px;
  height: 1705px;
}
@media screen and (min-width: 560px) {
  .jelly-yellow {
    top: -50px;
    right: -50px;
    transform-origin: top right;
    transform: scale(0.65);
    top: -100px;
  }
}
@media screen and (min-width: 700px) {
  .jelly-yellow {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 1440px) {
  .jelly-yellow {
    transform: scale(0.9);
  }
}
.jelly-yellow-big {
  transform: scale(0.8);
  transform-origin: bottom left;
  left: -100px;
  bottom: -50px;
  z-index: 0;
  width: 1460px;
  height: 1680px;
}
@media screen and (min-width: 1440px) {
  .jelly-yellow-big {
    transform: scale(0.9);
  }
}
.single-post .jelly-yellow-big {
  transform-origin: bottom right;
  right: -100px;
  left: auto;
  bottom: -50px;
  z-index: 0;
  transform: scale(0.5);
}
@media screen and (min-width: 1280px) {
  .single-post .jelly-yellow-big {
    transform: scale(0.65);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .jelly-yellow-big {
    transform: scale(0.7);
  }
}
.jelly-red {
  top: -50px;
  right: -20px;
  transform: scale(0.3);
  transform-origin: top right;
  width: 777px;
}
@media screen and (min-width: 560px) {
  .jelly-red {
    top: -300px;
    right: -20px;
    transform: scale(0.5);
  }
}
@media screen and (min-width: 1440px) {
  .jelly-red {
    transform: scale(0.6);
  }
}
.jelly-blue {
  bottom: -140px;
  right: 55%;
  z-index: 1;
  width: 1300px;
  height: 1155px;
}
.single-post .jelly-blue {
  right: auto;
  left: -80%;
  top: -250px;
  transform: scale(0.5);
  transform-origin: top left;
}
@media screen and (min-width: 560px) {
  .single-post .jelly-blue {
    left: -45%;
    bottom: auto;
    top: 0;
  }
}
@media screen and (min-width: 960px) {
  .single-post .jelly-blue {
    transform: scale(0.7);
    left: -50%;
    top: -150px;
    bottom: auto;
  }
}
@media screen and (min-width: 1280px) {
  .single-post .jelly-blue {
    left: -45%;
    top: auto;
    bottom: -350px;
    transform: scale(0.8);
  }
}
@media screen and (min-width: 1440px) {
  .single-post .jelly-blue {
    left: -45%;
    transform: scale(0.85);
  }
}
@media screen and (min-width: 1700px) {
  .single-post .jelly-blue {
    left: -38%;
    bottom: -300px;
  }
}
.page-builder .jelly-blue {
  display: none;
}
.jelly-listing-top {
  bottom: 0;
  left: 50%;
  transform-origin: bottom left;
  z-index: 1;
  transform: scale(0.5) translate(-50%, 89%);
  width: 2199px;
  height: 700px;
}
@media screen and (min-width: 560px) {
  .jelly-listing-top {
    transform: scale(0.7) translate(-50%, 89%);
  }
}
@media screen and (min-width: 960px) {
  .jelly-listing-top {
    transform: scale(0.8) translate(-50%, 89%);
  }
}
@media screen and (min-width: 1280px) {
  .jelly-listing-top {
    transform: scale(1.1) translate(-50%, 89%);
  }
}
.templates .jelly, .templates .semicircle, .templates .rainbow, .templates .jelly-yellow, .templates .jelly-yellow-big, .templates .jelly-red, .templates .jelly-blue, .templates .jelly-listing-top {
  display: none;
}

.rainbow {
  bottom: -60%;
  top: auto;
  left: -250px;
  transform: scale(0.55);
  transform-origin: bottom right;
  width: 778px;
  height: 1705px;
}
@media screen and (min-width: 560px) {
  .rainbow {
    top: -50px;
    left: -250px;
    transform-origin: top right;
    transform: scale(0.65);
    top: -100px;
  }
}
@media screen and (min-width: 700px) {
  .rainbow {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 1440px) {
  .rainbow {
    transform: scale(0.9);
  }
}

.semicircle {
  bottom: -40%;
  top: auto;
  right: -50px;
  transform: scale(0.4);
  transform-origin: bottom right;
  width: 778px;
  height: 1705px;
  z-index: 0;
}
@media screen and (min-width: 560px) {
  .semicircle {
    top: -50px;
    right: -50px;
    transform-origin: top right;
    transform: scale(0.65);
    top: -100px;
  }
}
@media screen and (min-width: 700px) {
  .semicircle {
    transform: scale(0.8);
  }
}
@media screen and (min-width: 1440px) {
  .semicircle {
    transform: scale(0.9);
  }
}

.featured-list-item {
  flex-direction: row;
  align-items: center;
  margin-top: 2em;
}
@media screen and (min-width: 560px) {
  .featured-list-item {
    margin-top: 3em;
  }
}
.featured-list-item-image {
  flex: 0 100%;
  max-width: 100%;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  transition: ease 0.3s;
  height: 200px;
  z-index: 2;
}
@media screen and (min-width: 700px) {
  .featured-list-item-image {
    height: 350px;
  }
}
@media screen and (min-width: 960px) {
  .featured-list-item-image {
    flex: 0 60%;
    max-width: 60%;
    height: 400px;
    border-radius: 20px;
  }
}
.featured-list-item-image picture {
  height: 200px;
  display: block;
}
@media screen and (min-width: 700px) {
  .featured-list-item-image picture {
    height: 350px;
  }
}
@media screen and (min-width: 960px) {
  .featured-list-item-image picture {
    height: 400px;
  }
}
.featured-list-item-image img {
  margin: 0;
  object-position: center;
}
.featured-list-item-image:hover, .hovered .featured-list-item-image, .featured-list-item-image:focus {
  transform: translateY(-3px);
  box-shadow: 0px 3px 0px 2px rgba(0, 0, 0, 0.1);
}
.featured-list-item-image:hover img, .hovered .featured-list-item-image img, .featured-list-item-image:focus img {
  transform: scale(1.05);
}
.featured-list-item-image:hover + .featured-list-item-text, .hovered .featured-list-item-image + .featured-list-item-text, .featured-list-item-image:focus + .featured-list-item-text {
  transform: translateY(-3px);
  box-shadow: 0px 3px 0px 2px rgba(0, 0, 0, 0.1);
  background: #DE570E;
}
.featured-list-item-text {
  flex: 0 100%;
  max-width: 100%;
  background: #13a538;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  color: #fff;
  transition: ease 0.3s;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .featured-list-item-text {
    flex: 0 45%;
    max-width: 45%;
    margin-left: -5%;
    border-radius: 20px;
  }
}
.featured-list-item-text p {
  font-size: 18px;
  font-size: 1.125rem;
}
.featured-list-item-header {
  padding: 1em;
}
@media screen and (min-width: 560px) {
  .featured-list-item-header {
    padding: 2em;
  }
}
.featured-list-item-summary {
  padding: 0 2em 1em 1em;
}
@media screen and (min-width: 560px) {
  .featured-list-item-summary {
    padding: 0 4em 2em 2em;
  }
}
.featured-list-item-link {
  padding: 1em;
  background: rgba(0, 0, 0, 0.1);
  display: block;
}
@media screen and (min-width: 560px) {
  .featured-list-item-link {
    padding: 1.5em 2em;
  }
}
.featured-list-item-link span {
  position: relative;
  padding: 0 28px 0 0;
}
.featured-list-item-link span:after {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  background-image: url("../images/button-arrow.svg");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.featured-list-item:first-of-type {
  margin-top: 0;
}
.featured-list-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 960px) {
  .featured-list-item:nth-of-type(even) .featured-list-item-text {
    margin-left: 0;
    margin-right: -5%;
  }
}

.quotation {
  padding: 4em 0;
}
@media screen and (min-width: 1280px) {
  .quotation {
    padding: 4em 0;
  }
}
.quotation-image {
  height: 350px;
  width: 350px;
  position: relative;
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .quotation-image {
    margin: 0 0 0 50px;
  }
}
.quotation-image-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .quotation-image:after {
    content: "";
    height: 88%;
    width: 90%;
    position: absolute;
    background-image: url("../images/blob.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -13px;
    left: -50px;
    z-index: 0;
    position: absolute;
  }
}
.quotation-text {
  width: 100%;
  align-self: center;
  padding: 3em 1em;
  position: relative;
  text-align: center;
}
.quotation-text h2 {
  color: #83d0f5;
  font-style: italic;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 960px) {
  .quotation-text h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.quotation-text p {
  margin-top: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: #DE570E;
  font-size: 18px;
  font-size: 1.125rem;
}
.quotation-text p:before {
  content: "- ";
}
@media screen and (min-width: 560px) {
  .quotation-text {
    padding: 3em 2em;
  }
}
@media screen and (min-width: 960px) {
  .quotation-text {
    padding: 3em 10%;
  }
}
@media screen and (min-width: 1280px) {
  .quotation-text {
    flex: 1;
    width: auto;
    text-align: left;
    padding: 3em 0 3em 3em;
  }
}
.quotation-text:before {
  content: "";
  height: 5em;
  width: 4.95em;
  background: url(../images/quote-marks.svg);
  position: absolute;
  top: -3em;
  left: calc(50% - 2.5em);
  background-size: cover;
  background-position: center;
  z-index: 3;
}
@media screen and (min-width: 1280px) {
  .quotation-text:before {
    height: 5em;
    width: 4.95em;
    left: -3.5em;
    top: 2em;
  }
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  background-image: none !important;
  background-color: transparent !important;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-container figcaption, .mfp-container p.wp-caption-text {
  display: inline-block;
  font-size: 18px;
  margin-top: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  background: none;
  width: 100%;
  padding: 0;
}
.mfp-container .mfp-counter {
  font-size: 18px;
}
.mfp-container .mfp-figure:after {
  display: none;
}
.mfp-container .mfp-figure {
  padding: 40px 0 40px 0;
}
.mfp-container .mfp-figure img {
  padding: 0;
}
.mfp-container .mfp-close {
  padding: 0;
  margin: 0;
  display: inline-block;
  right: 0;
  cursor: pointer !important;
}
.mfp-container .mfp-arrow:after {
  background: none;
}
.mfp-container .mfp-arrow:hover {
  transform: none;
  box-shadow: none;
}

/* +++++++++++++++++++++
+++ LAYOUT: CAROUSEL +++
+++++++++++++++++++++ */
section.carousel {
  position: relative;
  padding: 2em 0;
}
@media screen and (min-width: 960px) {
  section.carousel {
    padding: 5em 0;
  }
}

.carousel-slides {
  position: relative;
}
.carousel-slides .slick-slide {
  outline: none;
}
.carousel-slides .slick-arrow {
  background: none;
  border: none;
  cursor: pointer;
  height: 55px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  z-index: 10;
}
.carousel-slides .slick-arrow:before {
  transform: translateY(-50%);
  top: 50% !important;
}
.carousel-slides .slick-arrow span {
  display: block;
  font-size: 0;
  height: 100%;
  width: 100%;
}
.carousel-slides .slick-arrow span::before {
  border-right: 3px solid #c6d75e;
  border-top: 3px solid #c6d75e;
  content: "";
  display: block;
  height: 14px;
  margin: auto;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 14px;
}
.carousel-slides .slick-arrow.slick-prev {
  left: 1em;
}
.carousel-slides .slick-arrow.slick-prev::before {
  transform: translateY(-50%) rotate(-180deg);
}
.carousel-slides .slick-arrow.slick-prev:hover {
  transform: translateY(-50%) !important;
}
.carousel-slides .slick-arrow.slick-next {
  right: 1em;
}
.carousel-slides .slick-arrow.slick-next span::before {
  transform: translateY(-50%);
}
.carousel-slides .slick-arrow.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.carousel-slides .slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  margin: 2em 0 0;
  padding: 0;
}
.carousel-slides .slick-dots li {
  margin: 0 4px;
}
.carousel-slides .slick-dots li button {
  background: #4D4D4D;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 14px;
  padding: 0;
  transition: background 0.2s ease;
  width: 14px;
}
.carousel-slides .slick-dots li.slick-active button {
  background: #FFCC00;
}

.carousel-slide {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .carousel-slide {
    overflow: visible;
  }
}
.carousel-slide-inner {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (min-width: 700px) {
  .carousel-slide-inner {
    flex-flow: row nowrap;
    gap: 1em;
    align-items: center;
  }
}
.carousel-slide-image {
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 700px) {
  .carousel-slide-image {
    width: 50%;
  }
}
.carousel-slide-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.carousel-slide-image.has-style {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 550px;
  margin: 0 auto;
}
.carousel-slide-image.has-style img {
  display: block;
}
.carousel-slide-image.style-1 {
  position: relative;
  aspect-ratio: 1/1;
}
.carousel-slide-image.style-1 img {
  mask-image: url("../svg/masks/shape-8.svg");
  mask-size: 100% 100%;
}
.carousel-slide-image.style-1:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 200px;
  height: 125px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='191.737' height='90.126' viewBox='0 0 191.737 90.126' class='rainbow'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h191.737v90.126H0Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill='%2383d0f5' clip-path='url(%23a)'%3E%3Cpath d='M95.868 41.68c-27.982 0-51.088 21.242-54.06 48.445h11.445c2.906-20.924 20.903-37.089 42.615-37.089 21.711 0 39.71 16.165 42.614 37.09h11.445C146.955 62.921 123.85 41.68 95.868 41.68'/%3E%3Cpath d='M95.868 20.725c-39.543 0-72.046 30.626-75.09 69.4h11.386c3.01-32.506 30.425-58.044 63.704-58.044 33.28 0 60.694 25.538 63.704 58.045h11.386c-3.044-38.775-35.547-69.401-75.09-69.401'/%3E%3Cpath d='M11.386 90.126c3.065-43.946 39.772-78.77 84.483-78.77 44.71 0 81.418 34.824 84.483 78.77h11.385C188.654 39.913 146.844 0 95.869 0S3.084 39.912 0 90.126Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  z-index: 99;
}
.carousel-slide-image.style-1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100px;
  width: 200px;
  height: 150px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 759 381'%3E%3Cpath d='M0-91.254c0 .091.007.181.007.273 0 29.998-24.405 54.403-54.403 54.403s-54.403-24.405-54.403-54.403c0-.092.006-.182.007-.273h-36.582l-.003.273C-145.377-40.814-104.563 0-54.396 0s90.981-40.814 90.981-90.981q-.001-.136-.004-.273z' style='fill:%23ffd854;fill-rule:nonzero' transform='translate(605.738 380.225)scale(4.16667)'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.carousel-slide-image.style-2 {
  position: relative;
  aspect-ratio: 1/1;
}
.carousel-slide-image.style-2 img {
  display: block;
  mask-image: url("../svg/masks/shape-4.svg");
  mask-size: 100% 100%;
}
.carousel-slide-image.style-2:before {
  content: "";
  position: absolute;
  top: -25px;
  right: -50px;
  width: 200px;
  height: 125px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='165.34' height='82.244' viewBox='0 0 165.34 82.244'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h165.34v82.244H0Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23d0a9d0' d='M0 0c.237 45.461 37.153 82.244 82.67 82.244S165.103 45.461 165.34 0Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.carousel-slide-image.style-2:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: -50px;
  width: 200px;
  height: 125px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='191.737' height='90.126' viewBox='0 0 191.737 90.126' class='rainbow'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h191.737v90.126H0Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill='%23f3954a' clip-path='url(%23a)'%3E%3Cpath d='M95.868 41.68c-27.982 0-51.088 21.242-54.06 48.445h11.445c2.906-20.924 20.903-37.089 42.615-37.089 21.711 0 39.71 16.165 42.614 37.09h11.445C146.955 62.921 123.85 41.68 95.868 41.68'/%3E%3Cpath d='M95.868 20.725c-39.543 0-72.046 30.626-75.09 69.4h11.386c3.01-32.506 30.425-58.044 63.704-58.044 33.28 0 60.694 25.538 63.704 58.045h11.386c-3.044-38.775-35.547-69.401-75.09-69.401'/%3E%3Cpath d='M11.386 90.126c3.065-43.946 39.772-78.77 84.483-78.77 44.71 0 81.418 34.824 84.483 78.77h11.385C188.654 39.913 146.844 0 95.869 0S3.084 39.912 0 90.126Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.carousel-slide-image.style-3 {
  position: relative;
  aspect-ratio: 1/1;
}
.carousel-slide-image.style-3 img {
  display: block;
  mask-image: url("../svg/masks/shape-5.svg");
  mask-size: 100% 100%;
}
.carousel-slide-image.style-3:before {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  width: 200px;
  height: 125px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='191.737' height='90.126' viewBox='0 0 191.737 90.126' class='rainbow'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h191.737v90.126H0Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill='%23f3954a' clip-path='url(%23a)'%3E%3Cpath d='M95.868 41.68c-27.982 0-51.088 21.242-54.06 48.445h11.445c2.906-20.924 20.903-37.089 42.615-37.089 21.711 0 39.71 16.165 42.614 37.09h11.445C146.955 62.921 123.85 41.68 95.868 41.68'/%3E%3Cpath d='M95.868 20.725c-39.543 0-72.046 30.626-75.09 69.4h11.386c3.01-32.506 30.425-58.044 63.704-58.044 33.28 0 60.694 25.538 63.704 58.045h11.386c-3.044-38.775-35.547-69.401-75.09-69.401'/%3E%3Cpath d='M11.386 90.126c3.065-43.946 39.772-78.77 84.483-78.77 44.71 0 81.418 34.824 84.483 78.77h11.385C188.654 39.913 146.844 0 95.869 0S3.084 39.912 0 90.126Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.carousel-slide-image.style-3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 150px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 759 381'%3E%3Cpath d='M0-91.254c0 .091.007.181.007.273 0 29.998-24.405 54.403-54.403 54.403s-54.403-24.405-54.403-54.403c0-.092.006-.182.007-.273h-36.582l-.003.273C-145.377-40.814-104.563 0-54.396 0s90.981-40.814 90.981-90.981q-.001-.136-.004-.273z' style='fill:%23ffd854;fill-rule:nonzero' transform='translate(605.738 380.225)scale(4.16667)'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.carousel-slide-image.style-4 {
  position: relative;
  aspect-ratio: 1/1;
}
.carousel-slide-image.style-4 img {
  display: block;
  mask-image: url("../svg/masks/shape-2.svg");
  mask-size: 100% 100%;
}
.carousel-slide-image.style-4:before {
  content: "";
  position: absolute;
  top: -25px;
  right: -50px;
  width: 200px;
  height: 125px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='165.34' height='82.244' viewBox='0 0 165.34 82.244'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h165.34v82.244H0Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2383d0f5' d='M0 0c.237 45.461 37.153 82.244 82.67 82.244S165.103 45.461 165.34 0Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  z-index: -1;
}
.carousel-slide-image.style-4:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: -50px;
  width: 200px;
  height: 125px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='191.737' height='90.126' viewBox='0 0 191.737 90.126' class='rainbow'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath d='M0 0h191.737v90.126H0Z'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg fill='%23d0a9d0' clip-path='url(%23a)'%3E%3Cpath d='M95.868 41.68c-27.982 0-51.088 21.242-54.06 48.445h11.445c2.906-20.924 20.903-37.089 42.615-37.089 21.711 0 39.71 16.165 42.614 37.09h11.445C146.955 62.921 123.85 41.68 95.868 41.68'/%3E%3Cpath d='M95.868 20.725c-39.543 0-72.046 30.626-75.09 69.4h11.386c3.01-32.506 30.425-58.044 63.704-58.044 33.28 0 60.694 25.538 63.704 58.045h11.386c-3.044-38.775-35.547-69.401-75.09-69.401'/%3E%3Cpath d='M11.386 90.126c3.065-43.946 39.772-78.77 84.483-78.77 44.71 0 81.418 34.824 84.483 78.77h11.385C188.654 39.913 146.844 0 95.869 0S3.084 39.912 0 90.126Z'/%3E%3C/g%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.carousel-slide-content {
  text-align: center;
  padding: 1.5em 1em;
}
@media screen and (min-width: 700px) {
  .carousel-slide-content {
    padding: 2em 0;
  }
}
.carousel-slide-content .carousel-slide-pretext, .carousel-slide-content .carousel-slide-posttext {
  color: #005b41;
  font-weight: 800;
  line-height: 1;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 960px) {
  .carousel-slide-content .carousel-slide-pretext, .carousel-slide-content .carousel-slide-posttext {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-slide-content .carousel-slide-pretext, .carousel-slide-content .carousel-slide-posttext {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.carousel-slide-content .carousel-slide-title {
  color: #005b41;
  font-weight: 800;
  margin: 0.25em 0;
  line-height: 1;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 960px) {
  .carousel-slide-content .carousel-slide-title {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 1280px) {
  .carousel-slide-content .carousel-slide-title {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

.carousel-overlay .carousel-slide-image {
  height: 480px;
}
@media screen and (min-width: 960px) {
  .carousel-overlay .carousel-slide-image {
    height: 600px;
  }
}
.carousel-overlay .carousel-slide-content {
  bottom: 0;
  left: 0;
  padding: 2em;
  position: absolute;
  right: 0;
}