/*!
Theme Name: Impact on Education
Author: Jeff Sylvester
Description: This theme was created for www.impactoneducation.org/
Version: 1.0
*/
/* == WordPress WYSIWYG Editor Styles == */
@import url("scss/vendor/accordion.css");
@import url("scss/vendor/modaal.min.css");
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: .7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s,opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top,opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom,transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top,opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom,transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*!
 * justifiedGallery - v3.7.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2018 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}

.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}

.justified-gallery > a > .caption,
.justified-gallery > div > .caption,
.justified-gallery > figure > .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}

.justified-gallery > a > .caption.caption-visible,
.justified-gallery > div > .caption.caption-visible,
.justified-gallery > figure > .caption.caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery > .entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}

.justified-gallery > .entry-visible > img,
.justified-gallery > .entry-visible > a > img {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.justified-gallery > .jg-filtered {
  display: none;
}

.justified-gallery > .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}

.justified-gallery > .spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}

/* HTML and Body setup
////////////////////////////////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4;
  overflow-x: hidden;
  padding-top: 10rem;
  font-family: "Poppins", sans-serif;
  color: #58595B;
}

.copy {
  color: #58595B;
}

.copy-white {
  color: white;
}

@media (min-width: 992px) {
  body {
    padding-top: 18rem;
  }
}
img[src$=".svg"] {
  width: 100%;
}

a {
  color: #0A6694;
}

/* Color Options
--------------------------------------------- */
.has-grey-color {
  color: #58595B;
}

.has-grey-background-color {
  background-color: #58595B;
}

.has-light-grey-color {
  color: #D9D9D9;
}

.has-light-grey-background-color {
  background-color: #D9D9D9;
}

.has-purple-color {
  color: #7A1364;
}

.has-purple-background-color {
  background-color: #7A1364;
}

.has-blue-color {
  color: #0A6694;
}

.has-blue-background-color {
  background-color: #0A6694;
}

.has-blue-green-color {
  color: #1F7375;
}

.has-blue-green-background-color {
  background-color: #1F7375;
}

.has-green-color {
  color: #0A852E;
}

.has-green-background-color {
  background-color: #0A852E;
}

.has-light-green-color {
  color: #EBF5EE;
}

.has-light-green-background-color {
  background-color: #EBF5EE;
}

.has-yellow-color {
  color: #FCAB12;
}

.has-yellow-background-color {
  background-color: #FCAB12;
}

.has-orange-color {
  color: #F7542B;
}

.has-orange-background-color {
  background-color: #F7542B;
}

.has-red-color {
  color: #DB0D3D;
}

.has-red-background-color {
  background-color: #DB0D3D;
}

/* Type
////////////////////////////////////////////////////////*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.fancy {
  color: red;
  background-image: url("images/poly-grad.png");
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3rem;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin: 0;
}

.fancy.fancy-large {
  font-size: 4rem;
  line-height: 4.2rem;
}

@media (min-width: 992px) {
  .fancy {
    font-size: 5rem;
    line-height: 5.2rem;
  }

  .fancy.fancy-large {
    font-size: 6.6rem;
    line-height: 6.8rem;
  }
}
/* Layout Elements
////////////////////////////////////////////////////////*/
.wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content {
  width: 100%;
  max-width: 120rem;
  padding: 0 3rem;
  box-sizing: border-box;
}
.content.content-110 {
  max-width: 110rem;
}
.content.content-100 {
  max-width: 100rem;
}
.content.content-90 {
  max-width: 90rem;
}
.content.content-80 {
  max-width: 80rem;
}
.content.content-70 {
  max-width: 70rem;
}
.content.content-60 {
  max-width: 60rem;
}

.content .col {
  width: 100%;
}

@media (min-width: 992px) {
  .wrapper {
    display: flex;
    align-items: center;
  }

  .content {
    max-width: 120rem;
  }

  .row {
    display: flex;
    margin: 0 -2rem;
  }

  .row .col {
    margin: 0 2rem;
  }

  .row .col-25 {
    width: 25%;
  }

  .row .col-33 {
    width: 33.333333%;
  }

  .row .col-50 {
    width: 50%;
  }

  .row .col-66 {
    width: 66.666666%;
  }

  .row .col-75 {
    width: 75%;
  }
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

/* Swiper Pagination
////////////////////////////////////////////////////////*/
.ioe-pagination .swiper-pagination-bullet {
  width: .5rem;
  height: .5rem;
  display: inline-block;
  border-radius: 100%;
  background: #3A3A3A;
  opacity: 1;
  border: .3rem solid #3A3A3A;
  margin: 0 4px;
}

.ioe-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.ioe-pagination.reverse .swiper-pagination-bullet {
  background: #FFFFFF;
  border: .3rem solid #FFFFFF;
}

.ioe-pagination.reverse .swiper-pagination-bullet-active {
  background: transparent;
}

/* Swiper Pagination
////////////////////////////////////////////////////////*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Button
////////////////////////////////////////////////////////*/
.button {
  padding: .5rem 2rem;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.1;
  text-decoration: none;
}

.button.button-white {
  color: white;
  border: 2px solid white;
}

.button.button-blue {
  color: #0A6694;
  border: 2px solid #0A6694;
}

.button.button-blue-green {
  color: #1F7375;
  border: 2px solid #1F7375;
}

@media (min-width: 992px) {
  .button {
    padding: 1rem 2rem;
  }
}
/* Text-Link
////////////////////////////////////////////////////////*/
.text-link {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.8rem;
  text-decoration: none;
  letter-spacing: .5px;
  margin-right: .2rem;
}

.text-link:after {
  position: relative;
  right: 0;
  content: '';
  display: inline-block;
  width: 3rem;
  height: 1.25rem;
  margin-left: .25rem;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.75 10.39'%3E%3Cpath fill='%23cccccc' d='M16.55 0l-1.41 1.41 2.8 2.81H0v2h17.89l-2.75 2.76 1.41 1.41 5.2-5.19-5.2-5.2z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.text-link.text-link-red {
  color: #DB0D3D;
}
.text-link.text-link-red:after {
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.75 10.39'%3E%3Cpath fill='%23db0d3d' d='M16.55 0l-1.41 1.41 2.8 2.81H0v2h17.89l-2.75 2.76 1.41 1.41 5.2-5.19-5.2-5.2z'/%3E%3C/svg%3E");
}

.text-link.text-link-white {
  color: white;
}
.text-link.text-link-white:after {
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.75 10.39'%3E%3Cpath fill='%23ffffff' d='M16.55 0l-1.41 1.41 2.8 2.81H0v2h17.89l-2.75 2.76 1.41 1.41 5.2-5.19-5.2-5.2z'/%3E%3C/svg%3E");
}

.text-link.text-link-small {
  font-size: 1.6rem;
}
.text-link.text-link-small:after {
  width: 2rem;
  height: 1rem;
}

/* Show Hide Utilities
////////////////////////////////////////////////////////*/
.show-desktop {
  display: none;
}

@media (min-width: 992px) {
  .show-desktop {
    display: block;
  }
}
/* Post Summary
////////////////////////////////////////////////////////*/
.post-summary .post-image {
  height: 30rem;
  width: 100%;
}

.post-summary .post-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.post-summary .post-content {
  background-color: white;
  border-top: 5px solid #F7542B;
  z-index: 1;
  position: relative;
  padding-top: 1rem;
  box-sizing: border-box;
}

.post-summary .post-title {
  font-size: 2.2rem;
  line-height: 2.4rem;
  color: #58595B;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.post-summary .post-excerpt p:first-of-type {
  margin-top: 0;
}

@media (min-width: 992px) {
  .post-summary .post-image {
    height: 25rem;
  }
}
/* Paging
//////////////////////////////////////////////////////// */
.paging {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  margin-bottom: 5rem;
  width: 100%;
}

.paging .page-numbers {
  border: 2px solid #0A6694;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: .5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 2.5rem;
}

.paging a {
  text-decoration: none;
  color: #0A6694;
}

.paging .current {
  border: 2px solid #0A6694;
  background-color: #0A6694;
  color: white;
}

/* Sidebar Posts and News Summary List
//////////////////////////////////////////////////////// */
.sidebar-posts h2 {
  color: #0A852E;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.sidebar-post {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.sidebar-post h3 {
  margin: 0;
  line-height: 1;
  margin-bottom: .5rem;
  flex: 1;
}

.sidebar-post a {
  color: #58595B;
  font-size: 1.8rem;
  text-decoration: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.sidebar-post .thumbnail-image {
  width: calc(20% + 5vw);
  display: block;
  background-size: cover;
  background-position: center;
  margin-right: 1rem;
  min-height: 10rem;
}

@media (min-width: 992px) {
  .sidebar-posts h2 {
    margin-top: 2rem;
  }
}
/* Bloomerang Items
//////////////////////////////////////////////////////// */
#email-registration-form-container .field, #donation-form-container .field, .bloomerang-form .field {
  padding: 4px 0;
  margin-bottom: 1rem;
}
#email-registration-form-container .field.radio, #donation-form-container .field.radio, .bloomerang-form .field.radio {
  padding: 4px 0;
  margin-bottom: 0rem;
}
#email-registration-form-container h3, #donation-form-container h3, .bloomerang-form h3 {
  font-size: 2rem;
  color: #1F7375;
  margin-top: 3rem;
}
#email-registration-form-container .field input[type=text],
#email-registration-form-container .field input[type=textarea],
#email-registration-form-container .field input[type=tel],
#email-registration-form-container .field input[type=email],
#email-registration-form-container .field input[type=number],
#email-registration-form-container .field select,
#email-registration-form-container .field textarea, #donation-form-container .field input[type=text],
#donation-form-container .field input[type=textarea],
#donation-form-container .field input[type=tel],
#donation-form-container .field input[type=email],
#donation-form-container .field input[type=number],
#donation-form-container .field select,
#donation-form-container .field textarea, .bloomerang-form .field input[type=text],
.bloomerang-form .field input[type=textarea],
.bloomerang-form .field input[type=tel],
.bloomerang-form .field input[type=email],
.bloomerang-form .field input[type=number],
.bloomerang-form .field select,
.bloomerang-form .field textarea {
  padding: 1rem !important;
  max-width: none !important;
  width: 96% !important;
}
#email-registration-form-container .btn-group .btn, #donation-form-container .btn-group .btn, .bloomerang-form .btn-group .btn {
  padding: .5rem 2rem !important;
  display: inline-block !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.1;
  text-decoration: none;
  color: #0A6694;
  border: 2px solid #0A6694;
  background: none !important;
  margin: 2rem 0;
}
@media (min-width: 992px) {
  #email-registration-form-container .btn-group .btn-, #donation-form-container .btn-group .btn-, .bloomerang-form .btn-group .btn- {
    padding: 1rem 2rem !important;
  }
}

#email-registration-form-container .email-registration-form .field .checkboxes {
  max-width: none !important;
  background-color: white !important;
  width: 96% !important;
}
#email-registration-form-container .email-registration-form .field .checkbox.selected {
  background: #1F7375 !important;
  color: #fff;
}
#email-registration-form-container .email-registration-form .field .checkbox {
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto !important;
  line-height: 1.2 !important;
  padding: 5px 28px 5px 8px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #404040;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 992px) {
  #email-registration-form-container #email-registration-form {
    display: flex;
    flex-wrap: wrap;
  }
  #email-registration-form-container .section.contact {
    width: 48%;
    margin-right: 4%;
  }
  #email-registration-form-container .section.custom-fields {
    width: 48%;
  }
  #email-registration-form-container .btn-group {
    width: 100%;
  }
}

/* Fix Modaal Overlay
//////////////////////////////////////////////////////// */
.modaal-overlay {
  z-index: 9998;
}

/* Social Share
//////////////////////////////////////////////////////// */
.social-share {
  display: inline-flex;
  align-items: center;
}

.social-share ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social-share li {
  margin: 0 1rem;
}

.social-share-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #f8f8f8;
  padding: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.alert {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.alert.hide {
  display: none;
}

.alert .content {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.alert-message {
  padding-right: 5rem;
}

.alert #close-alert {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42 42' style='enable-background:new 0 0 42 42;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath id='Union_1' class='st0' d='M4,33.7L16.8,21L4,8.3L8.3,4L21,16.8L33.7,4L38,8.3L25.2,21L38,33.7L33.7,38L21,25.2L8.3,38 L4,33.7z'/%3E%3C/svg%3E");
  width: 3rem;
  height: 3rem;
  background-size: 3rem;
  background-repeat: no-repeat;
}

.alert .content a, .alert .content a:hover {
  color: inherit;
}

#sticky-badge {
  z-index: 9900;
  position: fixed;
  right: 0;
  top: 12rem;
}

#sticky-badge img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  #sticky-badge {
    top: 20rem;
  }
}
header {
  padding: 0 2rem;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  height: 10rem;
  z-index: 1000;
}

header #logo-container {
  flex: 0 24rem;
  z-index: 101;
  height: 100%;
}

header #logo-container img {
  height: 100%;
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: left center;
}

header #hamburger {
  z-index: 101;
}

header #navigation {
  box-sizing: border-box;
  height: calc(100% - 10rem);
  width: 100%;
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  top: 10rem;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  overflow-y: scroll;
}

#menus {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#main-menu {
  width: 100%;
}

#main-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
}

#main-menu a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #58595B;
  text-decoration: none;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 1rem 0;
  display: inline-block;
}

#main-menu a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #58595B;
  text-decoration: none;
  font-size: 1.6rem;
  text-transform: uppercase;
}

#main-menu .menu-item-has-children {
  background-color: white;
  transition: all 1s;
}

#main-menu .menu-item-has-children .sub-menu {
  max-height: 0;
  overflow: hidden;
  transition: all .5s;
}

#main-menu .menu-item-has-children .sub-menu a {
  font-weight: 600;
  color: white;
  text-transform: none;
}

#main-menu .menu-item-has-children > a {
  display: inline-flex;
}

#main-menu .menu-item-has-children > a:after {
  display: inline-block;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
  background-image: url(images/chevron.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  transition: all .5s;
  align-self: flex-end;
  margin-bottom: .75rem;
}

#main-menu .menu-item-has-children.open-sub-menu {
  transition: all 1s;
}

#main-menu .menu-item-has-children.open-sub-menu > a {
  color: white;
  transition: all 1s;
}

#main-menu .menu-item-has-children.open-sub-menu .sub-menu {
  max-height: 60rem;
  transition: all 1s;
}

#main-menu .menu-item-has-children.open-sub-menu > a:after {
  transform: rotate(180deg);
  background-image: url(images/chevron-white.svg);
  transition: all .5s;
}

.secondary-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: center;
  display: flex;
  justify-content: center;
}

.secondary-menu li {
  margin: .5rem 0;
}

.secondary-menu li a {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #58595B;
}

.secondary-menu li:not(.menu-icon) {
  display: block;
  width: 100%;
  text-align: center;
}

.menu-icon {
  margin: 1rem;
}

.menu-icon a {
  display: block;
  width: 3rem;
  height: 3rem;
  margin: 2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 1;
}

.hamburger-inner {
  background-color: #DB0D3D;
}
.hamburger-inner:before {
  background-color: #DB0D3D;
}
.hamburger-inner:after {
  background-color: #DB0D3D;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #F7542B;
}

li[class^="icon"] a {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 1rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-email a {
  background-image: url(images/icon-email.svg);
}

.icon-twitter a {
  background-image: url(images/icon-tw.svg);
}

.icon-youtube a {
  background-image: url(images/icon-yt.svg);
}

.icon-instagram a {
  background-image: url(images/icon-ig.svg);
}

.icon-facebook a {
  background-image: url(images/icon-fb.svg);
}

#main-menu li.donate-button a {
  background-image: url(images/donate-grad.png);
  background-size: cover;
  background-position: center;
  display: inline-block;
  font-weight: 700 !important;
  letter-spacing: .5px;
  padding: 1rem 2rem;
  border-radius: 3rem;
  color: white;
  margin: 1rem;
}

header.expanded #navigation {
  opacity: 1;
  visibility: visible;
}

#language-switcher {
  border-top: 3px solid #F7542B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
}

.trp-language-switcher > div {
  box-sizing: border-box;
  padding: 3px 20px 3px 5px;
  /* border: 1px solid #c1c1c1; */
  border: none;
  border-radius: 0px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 8px) calc(1em + 0px), calc(100% - 3px) calc(1em + 0px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
  background-color: #fff;
}

.trp-language-switcher > div > a {
  display: block;
  padding: 2px;
  border-radius: 0px;
  color: #58595B;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  #hamburger {
    display: none;
  }

  header {
    height: 18rem;
    padding: 1rem 3%;
    box-sizing: border-box;
    transition: all 1s ease;
  }

  header #logo-container {
    flex: 1;
  }

  header #navigation {
    padding: 0;
    position: relative;
    flex-direction: column;
    visibility: visible;
    opacity: 1;
    width: auto;
    flex: 0 1 70%;
    align-items: flex-end;
    justify-content: flex-start;
    overflow-y: initial;
    height: auto;
    top: auto;
    background-color: transparent;
    height: 100%;
  }

  #menus {
    height: 100%;
    flex-direction: column;
    align-items: flex-end;
  }

  #main-menu {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #main-menu > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  #main-menu li {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
  }

  #main-menu > ul > li > a {
    white-space: nowrap;
  }

  #main-menu a {
    padding: 1rem 1.5rem;
    display: block;
  }

  #main-menu .menu-item-has-children .sub-menu {
    position: absolute;
    width: 30rem;
    text-align: left;
  }

  #menus .secondary-menu {
    display: flex;
    flex-direction: row-reverse;
  }

  #menus .secondary-menu li {
    margin: 0;
  }

  #language-switcher {
    margin: 0rem;
  }

  header.scrolling {
    height: 11rem;
    transition: all 1s ease;
    box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.43);
  }
}
@media (min-width: 1200px) {
  #main-menu > ul > li {
    margin-left: 2rem;
  }
}
/* Connect with Us
////////////////////////////////////////////////////////*/
#connect-with-us {
  background-color: rgba(252, 171, 18, 0.1);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#connect-with-us .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#connect-with-us-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#connect-with-us-form {
  padding: 3rem 0;
  border-bottom: 1px solid #D9D9D9;
}

#connect-with-us-contact-info {
  padding: 3rem 0;
}

#connect-with-us-contact-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#connect-with-us-contact-social li {
  display: inline-block;
  padding: .5rem;
}
#connect-with-us-contact-social li:first-of-type {
  padding-left: 0;
}

@media (min-width: 992px) {
  #connect-with-us {
    background-color: rgba(252, 171, 18, 0.1);
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  #connect-with-us-content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #connect-with-us-form {
    flex: 0 0 65%;
    margin-right: 5%;
    padding: 3rem 5% 3rem 0;
    box-sizing: border-box;
    border-bottom: none;
    border-right: 1px solid #D9D9D9;
  }
}
/* Footer
////////////////////////////////////////////////////////*/
#footer-content {
  background-image: url("images/poly-grad.png");
  background-size: cover;
  background-position: center;
  padding: 3rem;
  box-sizing: border-box;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#footer-logo {
  margin-bottom: 4rem;
}

#footer-logo svg {
  width: 100%;
  height: auto;
  max-width: 30rem;
}

#footer-copyright {
  max-width: 50rem;
}

@media (min-width: 992px) {
  #community-partners {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  #footer-logo {
    margin-bottom: 0;
  }

  #footer-content {
    flex-direction: row;
    justify-content: space-between;
    padding: 4rem 3%;
  }

  #footer-copyright {
    text-align: right;
  }
}
.single-event .event-header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white;
  max-width: 40rem;
}

.single-event .event-date {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 3rem;
}

.single-event .event-year {
  font-size: 2rem;
  font-weight: 400;
}

.single-event .event-time {
  display: flex;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.single-event .event-time:after {
  width: calc(100%);
  height: 2px;
  display: block;
  background-color: white;
  content: '';
  position: absolute;
  bottom: 0;
}

.single-event .event-title {
  z-index: 2;
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 0;
}

.single-event .event-excerpt {
  margin-bottom: 3rem;
}

.single-event-content {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.single-event .sidebar-posts h2 {
  color: #0A852E;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

.single-event .sidebar-post {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.single-event .sidebar-post h3 {
  margin: 0;
  line-height: 1;
  margin-bottom: .5rem;
}

.single-event .sidebar-post a {
  color: #58595B;
  font-size: 1.8rem;
  text-decoration: none;
  margin-bottom: 0;
}

.single-event sidebar-post-start-date {
  color: #58595B;
  line-height: 1;
}

@media (min-width: 992px) {
  .single-event .sidebar-posts h2 {
    margin-top: 2rem;
  }

  .single-event .event-date {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.single-person .person-sidebar {
  margin-bottom: 3rem;
}

.single-person .person-sidebar div {
  font-size: 1.8rem;
  color: #1F7375;
  margin-bottom: 1rem;
}

.single-person .person-sidebar img {
  width: 20rem;
  height: auto;
  margin-bottom: 2rem;
}

@media (min-width: 992px) {
  .single-person .person-sidebar img {
    width: 100%;
    height: auto;
  }

  .single-person .person-bio .bio *:first-child {
    margin-top: 0;
  }
}
.single-post .post-header-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: white;
  max-width: 40rem;
}

.single-post .post-title {
  z-index: 2;
  position: relative;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 0;
}

.single-post-content {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.single-post .publish-date {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.single-post .publish-date:after {
  display: block;
  content: '';
  width: 50%;
  height: .5rem;
  background-color: #FCAB12;
  margin-top: 1rem;
}

.single-nav {
  margin-top: 3rem;
  display: flex;
}

.single-nav .single-nav-left {
  margin-right: 2rem;
}

@media (min-width: 992px) {
  .sidebar-posts h2 {
    margin-top: 2rem;
  }

  .single-post .event-date {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.hero {
  border-bottom: 5px solid #FCAB12;
  box-sizing: border-box;
}
.hero.hero-height-hero {
  height: 100vh;
  height: calc(100vh - var(--vh-offset, 0px) - 10rem);
}

.hero .swiper-container {
  width: 100%;
  height: 100%;
}

.hero-swiper-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("images/poly-grad.png");
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
}

.slide-inner {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  justify-content: flex-end;
}

.slide-art {
  height: 45%;
}

.slide-content {
  height: 55%;
  padding: 3rem 3rem 6rem 3rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}

.slide-title {
  font-weight: 900;
  color: white;
  font-size: 2rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.slide-copy {
  margin-top: 1rem;
  color: white;
}

.slide-cta {
  margin-top: 1rem;
}

.slide-art img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.hero-embed-container {
  background-color: black;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-embed-container iframe {
  width: calc(100%);
  height: calc(100%);
  box-sizing: border-box;
}

.hero-nav {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.hero-pagination {
  margin: 0 2rem;
}

.hero-pagination .swiper-pagination-bullet {
  background: transparent;
  border: .3rem solid white;
}

.ioe-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}

.hero-prev, .hero-next {
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.244' height='7.991'%3E%3Cpath data-name='Path 276' d='M1.033 1.087l5.089 4.835 5.089-4.835' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E");
  cursor: pointer;
}

.hero-prev {
  transform: rotate(90deg);
}

.hero-next {
  transform: rotate(-90deg);
}

@media (min-width: 992px) {
  .hero.hero-height-custom .hero-swiper-bg {
    height: 100%;
  }
  .hero.hero-height-hero {
    height: 100vh;
    height: calc(100vh - var(--vh-offset, 0px) - 18rem);
  }
  .hero.hero-height-hero .hero-swiper-bg {
    height: 100%;
  }

  .hero .swiper-container {
    padding-bottom: 5rem;
    box-sizing: border-box;
  }

  .slide-inner {
    flex-direction: row;
  }

  .slide-art {
    height: calc(100% + 5rem);
    width: 55%;
    padding-right: 5%;
    box-shadow: 0px 3px 7px 1px rgba(0, 0, 0, 0.2);
  }

  .slide-content {
    height: 100%;
    width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0;
    text-align: left;
    align-items: flex-start;
  }

  .slide-title {
    color: white;
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .slide-copy {
    margin-top: 1rem;
    color: white;
  }

  .slide-cta {
    margin-top: 1rem;
  }

  .hero-nav {
    z-index: 1;
    width: 30%;
    bottom: 10rem;
    justify-content: flex-start;
    margin-left: 5%;
  }

  .hero-prev, .hero-next {
    width: 3rem;
  }
}
@media (min-width: 1400px) {
  .slide-title {
    color: white;
    font-size: 4rem;
    line-height: 4.2rem;
    letter-spacing: .5px;
  }
}
.by-the-numbers {
  background-color: #EBF5EE;
}

.by-the-numbers-wrap {
  width: 100%;
  max-width: 120rem;
  padding: 3rem;
  box-sizing: border-box;
  margin: 0 auto;
}

.by-the-numbers h2 {
  text-align: center;
  margin-bottom: 4rem;
}

.stats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.stat {
  color: #1F7375;
  text-align: center;
  width: 100%;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .stat {
    width: calc(50% - 6rem);
    margin: 3rem;
  }
}
@media (min-width: 992px) {
  .by-the-numbers h2 {
    text-align: left;
    margin-bottom: 4rem;
  }

  .stat {
    width: calc(25% - 6rem);
    margin: 3rem;
  }
}
/* Stat out of Stat
////////////////////////////////////////////////////////*/
.stat-out-of-stat .stat-section {
  display: flex;
  align-items: center;
  font-family: nimbus-sans-condensed, sans-serif;
  font-weight: 900;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 2.4rem;
  line-height: 2.2rem;
  justify-content: center;
}

.stat-out-of-stat .divider {
  margin: 1rem;
}

.stat-out-of-stat .stat-1, .stat-out-of-stat .stat-2 {
  font-size: 10rem;
  line-height: 8rem;
  box-sizing: border-box;
}

.stat-out-of-stat .stat-1 {
  border: 4px solid #1F7375;
  padding: .8rem 1rem 1.2rem 1rem;
}

/* Bar Chart
////////////////////////////////////////////////////////*/
.bar-chart-graphic {
  display: flex;
  border-bottom: 1px solid #1F7375;
  justify-content: space-around;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.bar-chart-graphic .bar {
  font-family: nimbus-sans-condensed, sans-serif;
  color: white;
  background-color: #1F7375;
  padding: .25rem 1rem 0 1rem;
  font-weight: 600;
  font-size: 1.8rem;
  width: 4rem;
  text-align: center;
}

/* Bar Chart
////////////////////////////////////////////////////////*/
.stat-big-number .big-number {
  font-family: nimbus-sans-condensed, sans-serif;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 900;
}

.stat-big-number .bottom-text {
  margin-top: -1rem;
}

/* Goal
////////////////////////////////////////////////////////*/
.stat-goal .top-text {
  margin-bottom: 1rem;
}

.big-picture .mobile-image {
  width: 100%;
  height: auto;
  display: block;
}

.big-picture .desktop-image {
  display: none;
}

.big-picture-content {
  background-color: #0A6694;
  color: white;
  text-align: center;
  padding: 3rem;
  box-sizing: border-box;
}
.big-picture-content h2, .big-picture-content div {
  color: white;
}
.big-picture-content a {
  color: white;
  border-color: white;
}

.big-picture-content h2 {
  margin-bottom: 1rem;
}

.big-picture-content .copy {
  margin-bottom: 2rem;
}

.big-picture-overlay {
  display: none;
}

@media (min-width: 992px) {
  .big-picture {
    position: relative;
  }

  .big-picture .mobile-image {
    display: none;
  }

  .big-picture .desktop-image {
    display: block;
    width: 100%;
    height: auto;
  }

  .big-picture-overlay {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .big-picture-content {
    background-color: transparent;
    text-align: left;
    padding: 0;
    position: absolute;
  }
}
.news {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.news-sidebar {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.news-sidebar h2 {
  margin-bottom: 2rem;
}

.news-sidebar .copy {
  margin-bottom: 2rem;
}

.post-summary {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .news-posts {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .post-summary {
    flex: 0 1 50%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
}
@media (min-width: 992px) {
  .news .content {
    padding: 3rem;
    display: flex;
  }

  .news-sidebar {
    flex: 0 1 25%;
    margin-right: 3%;
    margin-bottom: 0;
    border-bottom: 0;
  }

  .post-summary {
    flex: 0 1 33.333333333%;
    padding: 0 2rem;
  }

  .with-sidebar .post-summary {
    flex: 0 1 50%;
  }
}
.rotator-event {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.events-rotator-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  bottom: 3rem;
  width: 100%;
  position: absolute;
}

.events-rotator-prev-wrap {
  background-color: rgba(10, 102, 148, 0.4);
  padding: 1rem 0rem 1rem 1rem;
}

.events-rotator-next-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(10, 102, 148, 0.4);
  padding: 1rem 1rem 1rem 0rem;
}

.events-rotator-prev, .events-rotator-next {
  margin: 0 .5rem;
  height: 4rem;
  width: 2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.events-rotator-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.343' height='48.544'%3E%3Cpath d='M27.808 3.535L7.072 24.272l20.736 20.736' fill='none' stroke='%23ffffff' stroke-width='10'/%3E%3C/svg%3E");
}

.events-rotator-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.343' height='48.544'%3E%3Cpath d='M3.535 45.008l20.736-20.737L3.535 3.535' fill='none' stroke='%23ffffff' stroke-width='10'/%3E%3C/svg%3E");
}

.rotator-event {
  padding: 6rem 3rem 10rem 3rem;
  display: flex;
  justify-content: center;
}

.rotator-event-content {
  padding: 3rem;
  box-sizing: border-box;
  border: 1rem solid white;
  position: relative;
  max-width: 50rem;
}

.rotator-event-content-bg {
  background-image: url(images/poly-grad.png);
  opacity: .6;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.rotator-event-content-copy {
  position: relative;
  z-index: 2;
  color: white;
}

.rotator-event-content-copy .section-title {
  margin-bottom: 2rem;
}

.rotator-event-content-copy .event-date {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 3rem;
}

.rotator-event-content-copy .event-year {
  font-size: 2rem;
  font-weight: 400;
}

.rotator-event-content-copy .event-time {
  display: flex;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.rotator-event-content-copy .event-time:after {
  width: calc(100% + 3rem);
  height: 2px;
  display: block;
  background-color: white;
  content: '';
  position: absolute;
  bottom: 0;
}

.rotator-event-content-copy .event-title {
  font-size: 2rem;
  text-transform: uppercase;
}

.rotator-event-content-copy .event-excerpt {
  margin-bottom: 3rem;
}

@media (min-width: 992px) {
  .events-rotator .swiper-container {
    position: relative;
  }

  .rotator-event {
    padding: 8rem 3rem;
    display: block;
  }

  .rotator-event-content {
    padding: 5rem;
    box-sizing: border-box;
    border: 1rem solid white;
    position: relative;
    width: 60rem;
    left: 15%;
  }

  .rotator-event-content-copy .event-excerpt {
    margin-bottom: 8rem;
  }

  .rotator-event-content-copy .event-date {
    font-size: 4rem;
    line-height: 4rem;
  }

  .rotator-event-content-copy .event-time:after {
    width: calc(100% + 5rem);
  }

  .events-rotator-navigation {
    position: unset;
  }

  .events-rotator-prev-wrap {
    padding: 1rem;
    top: 50%;
    z-index: 3;
    left: calc(15% - 3rem);
    position: absolute;
  }

  .events-rotator-next-wrap {
    padding: 1rem;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: calc(15% + 52rem);
  }
}
.page-header {
  background-image: url("images/poly-grad.png");
  position: relative;
}

.page-header-title {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
  padding: 6rem 3rem;
  box-sizing: border-box;
}

.page-header-title h1 {
  max-width: 30rem;
  color: white;
  text-transform: uppercase;
  line-height: 1.1;
}

.page-header-image {
  overflow: hidden;
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .5;
}

.page-header-image::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  transform-origin: center;
}

@media (min-width: 992px) {
  .page-header {
    display: flex;
  }

  .page-header-image {
    position: relative;
    width: 55%;
    margin-right: 5%;
    height: 25vh;
    min-height: 25rem;
    border-right: 1rem solid white;
    border-left: 1rem solid white;
    transform: skewX(-20deg);
    opacity: 1;
  }

  .page-header-image::before {
    transform: skewX(20deg) translateY(-50%);
    height: 100%;
    width: calc(100% + 11rem);
    position: absolute;
    top: 50%;
    left: 0;
  }
}
.people-accordion {
  padding: 3rem 0;
  color: white;
}

.people-accordion-section {
  background-color: #DB0D3D;
  margin-bottom: 2rem;
}

.people-accordion-head {
  border: none !important;
  border-radius: 0 !important;
  color: white;
  font-size: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 2rem !important;
}
.people-accordion-head:after {
  display: inline-block;
  content: '+';
  margin-left: 2rem;
}

.people-accordion-section.acc_active .people-accordion-head:after {
  content: '-';
}

.people-accordion .people {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  grid-auto-rows: auto;
  grid-gap: 2rem;
}

.people-accordion .person {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  flex: 1 1 30rem;
}

.people-accordion .person .person-photo {
  flex: 0 0 8rem;
  margin-right: 1rem;
}

.people-accordion .person .person-photo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.people-accordion .person .person-info {
  flex: 1;
}

.person-name {
  font-weight: 700;
}

.organization-title, .secondary-title, .email, .phone {
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.email a, .phone a {
  color: inherit;
}

@media (min-width: 992px) {
  .people-accordion .person .person-photo {
    flex: 0 0 10rem;
    margin-right: 1.5rem;
  }
}
.people-static {
  padding: 3rem 0;
}

.people-static-section {
  margin-bottom: 3rem;
}

.people-static-section h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 4rem;
}

.people-static .people {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  grid-auto-rows: auto;
  grid-gap: 2rem;
}

.people-static .person {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
  flex: 1 1 30rem;
  text-align: center;
}

.people-static .person .person-photo {
  flex: 0 0 8rem;
  max-width: 14rem;
  margin-bottom: .6rem;
}

.people-static .person .person-photo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.people-static .person .person-info {
  flex: 1;
}

.person-name {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: .2rem;
}

.organization-title, .secondary-title {
  font-size: 1.4rem;
  line-height: 1.7rem;
  margin-bottom: .2rem;
}

.person-contact-info {
  margin-top: 1rem;
}

.email, .phone {
  font-size: 1.4rem;
  margin-bottom: .2rem;
}

.email a, .phone a {
  color: inherit;
}

.person-social-icons {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
}

.person-social-icons li {
  margin: 0 1rem;
}

.person-social-icons img {
  max-width: 2rem;
  height: auto;
}

.bio-link {
  margin-top: 1rem;
}

@media (min-width: 992px) {
  .people-static .person .person-photo {
    flex: 0 0 10rem;
  }

  .people-static .person {
    margin-bottom: 3rem;
  }

  .people-static-section {
    margin-bottom: 8rem;
  }

  .people-static-section h2 {
    text-align: center;
    font-size: 4rem;
    margin-bottom: 5rem;
  }
}
.content-accordion {
  padding: 3rem 0;
}

.content-accordion-section {
  margin-bottom: 2rem;
  border: 1px solid #1F7375 !important;
  border-radius: 0 !important;
}

.content-accordion-head {
  background-color: #1F7375 !important;
  color: white;
  border: 1px solid #1F7375 !important;
  border-radius: 0 !important;
  color: white;
  font-size: 2.4rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 2rem !important;
}
.content-accordion-head:after {
  display: inline-block;
  content: '+';
  margin-left: 2rem;
}

.content-accordion .accordionjs .acc_section .acc_content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.content-accordion .accordionjs .acc_section .acc_content > *:first-child {
  padding-top: 0px;
  margin-top: 0;
}

.content-accordion .accordionjs .acc_section .acc_content > *:last-child {
  padding-bottom: 0px;
  margin-bottom: 0;
}

.content-accordion-section.acc_active .content-accordion-head:after {
  content: '-';
}

.community-partners .logos {
  /*
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: space-around;
  */
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 20rem));
  grid-auto-rows: auto;
  grid-gap: 3rem;
  align-items: center;
}

.community-partners .logos:nth-of-type(1) {
  grid-template-columns: repeat(auto-fit, minmax(8rem, 24rem));
}

.community-partners .logos:nth-of-type(2) {
  grid-template-columns: repeat(auto-fit, minmax(8rem, 22rem));
}

.community-partners .logos .logo img {
  width: 100%;
  height: auto;
}

.community-partners h2 {
  color: #0A6694;
}

.community-partners .sponsor-title-only {
  display: block;
  padding: 2rem 0;
}

/* Community Partners
////////////////////////////////////////////////////////*/
.community-partners-rotator {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.community-partners-rotator .content {
  position: relative;
  text-align: center;
}

.community-partners-rotator h2 {
  margin-bottom: 0rem;
}

.community-partners-rotator .copy {
  margin-top: 2rem;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.community-partners-rotator .text-link {
  margin-top: 2rem;
}

.community-partners-rotator-intro {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}

.community-partners-rotator-swiper {
  position: relative;
  padding: 0 3rem;
  box-sizing: border-box;
}

.community-partners-swiper .swiper-slide {
  padding: 3rem 3rem 5rem 3rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  height: 100%;
}

.community-partners-swiper .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.community-partners-partners-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: .5rem;
  padding-right: .5rem;
  box-sizing: border-box;
}

.community-partners-rotator-next, .community-partners-rotator-prev {
  height: 4rem;
  width: 2rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.community-partners-rotator-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.343' height='48.544'%3E%3Cpath d='M27.808 3.535L7.072 24.272l20.736 20.736' fill='none' stroke='%233a3a3a' stroke-width='10'/%3E%3C/svg%3E");
}

.community-partners-rotator-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.343' height='48.544'%3E%3Cpath d='M3.535 45.008l20.736-20.737L3.535 3.535' fill='none' stroke='%233a3a3a' stroke-width='10'/%3E%3C/svg%3E");
}

.links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  grid-auto-rows: auto;
  grid-gap: 6rem 3rem;
}

.link {
  border-left: 0.5rem solid #FCAB12;
  padding-left: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  box-sizing: border-box;
}

.link-image {
  width: 100%;
  height: 20rem;
  margin-bottom: 2rem;
}
.link-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.link h2 {
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1;
}

.link-cta {
  margin-top: 2rem;
}

.event-list-item {
  position: relative;
  margin-bottom: 4rem;
}

.event-list-item-art {
  height: 20rem;
  width: 100%;
}

.event-list-item-art img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.event-list-item-content {
  color: white;
  z-index: 2;
  position: relative;
  padding: 3rem;
  box-sizing: border-box;
}

.event-list-item-content-background {
  background-image: url(images/poly-grad.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.event-list-item-content .section-title {
  margin-bottom: 2rem;
  z-index: 2;
  position: relative;
}

.event-list-item-content .event-date {
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 3rem;
  z-index: 2;
  position: relative;
}

.event-list-item-content .event-year {
  font-size: 2rem;
  font-weight: 400;
  z-index: 2;
  position: relative;
}

.event-list-item-content .event-title {
  z-index: 2;
  position: relative;
  font-size: 2rem;
  text-transform: uppercase;
}

.event-list-item-content .event-cta {
  z-index: 2;
  position: relative;
}

.event-list-item-content .event-time {
  display: flex;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
}
.event-list-item-content .event-time:after {
  width: calc(100% + 3rem);
  height: 2px;
  display: block;
  background-color: white;
  content: '';
  position: absolute;
  bottom: 0;
}

.event-list-item-content .event-excerpt {
  margin-bottom: 3rem;
  z-index: 2;
  position: relative;
}

@media (min-width: 992px) {
  .event-list-item-art {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .event-list-item-content {
    width: 40%;
    padding: 6rem;
  }

  .event-list-item-content-background {
    opacity: .85;
    border-right: .5rem solid white;
    box-sizing: border-box;
  }

  .event-list-item-content .event-time:after {
    width: calc(100%);
  }

  .event-list-item:nth-child(even) .event-list-item-content {
    margin-left: auto;
  }
  .event-list-item:nth-child(even) .event-list-item-content-background {
    border-right: none;
    border-left: .5rem solid white;
  }
}
blockquote {
  text-align: left;
  margin: 2rem;
  padding: 2rem;
  font-size: 2rem;
  color: #428bca;
  background: #f8f8f8;
  border-left: 5px solid #0A6694;
  max-width: 60rem;
}

.wp-block-pullquote blockquote {
  text-align: center;
  margin: 2rem;
  padding: 2rem;
  font-size: 2rem;
  color: #428bca;
  background: #f8f8f8;
  border-left: none;
  border-top: 5px solid #0A6694;
  border-bottom: 5px solid #0A6694;
}

cite {
  font-size: 1.6rem;
}

blockquote .social-share {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
blockquote .social-share svg path {
  fill: #0A6694;
}

/*# sourceMappingURL=style.css.map */
