@charset "UTF-8";
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
@import url(fonts/FontAwesome/web-fonts-with-css/css/fontawesome-all.min.css);
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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(0px, 0, 0);
  transform: translate3d(0px, 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-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.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; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.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-slide-shadow-bottom {
  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(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.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; }

/* Scrollbar */
.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.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); } }

/* a11y */
.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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("/theme/public/assets/fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("/theme/public/assets/fonts/open-sans-v15-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("/theme/public/assets/fonts/open-sans-v15-latin-300italic.woff2") format("woff2"), url("/theme/public/assets/fonts/open-sans-v15-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("/theme/public/assets/fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("/theme/public/assets/fonts/open-sans-v15-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("/theme/public/assets/fonts/open-sans-v15-latin-italic.woff2") format("woff2"), url("/theme/public/assets/fonts/open-sans-v15-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("/theme/public/assets/fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("/theme/public/assets/fonts/open-sans-v15-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("/theme/public/assets/fonts/open-sans-v15-latin-600italic.woff2") format("woff2"), url("/theme/public/assets/fonts/open-sans-v15-latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("/theme/public/assets/fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("/theme/public/assets/fonts/open-sans-v15-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("/theme/public/assets/fonts/open-sans-v15-latin-700italic.woff2") format("woff2"), url("/theme/public/assets/fonts/open-sans-v15-latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("/theme/public/assets/fonts/open-sans-v15-latin-800.woff2") format("woff2"), url("/theme/public/assets/fonts/open-sans-v15-latin-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("/theme/public/assets/fonts/open-sans-v15-latin-800italic.woff2") format("woff2"), url("/theme/public/assets/fonts/open-sans-v15-latin-800italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/*!
 *
 *         SimpleBar.js - v2.5.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *
 */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */ }

[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.simplebar-content {
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  border-radius: 7px;
  min-height: 10px;
  width: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: black;
  background-clip: padding-box; }

.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear; }

.simplebar-track .simplebar-scrollbar.visible {
  opacity: 0.5; }

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px; }

.simplebar-track.vertical {
  top: 0; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

@media screen and (min-width: 0) {
  .container {
    max-width: 1400px; }
  html {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  h1, .swiper-caption strong {
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
    font-family: "Open Sans"; }
  h2 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Open Sans"; }
  h3 {
    font-size: inherit;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Open Sans"; }
  a.nav-level-1 {
    font-size: 1.2em;
    line-height: inherit;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  a.nav-level-2 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  a.nav-level-3 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  h1 {
    margin: 52.5px 0 30px 0; }
  .row.mt-h1,
  .col.mt-h1 {
    margin-top: 37.5px; }
  h2 {
    margin: 37.5px 0 15px 0; }
  .row.mt-h2,
  .col.mt-h2 {
    margin-top: 22.5px; }
  h3 {
    margin: 22.5px 0 15px 0; }
  .row.mt-h3,
  .col.mt-h3 {
    margin-top: 7.5px; }
  h4 {
    margin: 0 0 15px 0; }
  .row.mt-h4,
  .col.mt-h4 {
    margin-top: 0; }
  .row.mb-h1 + .row.mt-h2 {
    margin-top: 0; }
  ul,
  ol,
  table,
  p,
  hr,
  fieldset,
  blockquote,
  .form-group,
  .yform-element,
  .html object,
  .html iframe,
  .responsive-iframe {
    margin: 0 0 1em 0; }
  .image {
    margin-bottom: 1em; }
  hr {
    margin: 1em 0 2em 0; }
  li {
    margin-bottom: .25em; }
    li:last-child {
      margin-bottom: 0; }
  .pagination {
    margin: 2em 0 1em 0; }
  .row.mt-h1:first-child,
  .row.mt-h2:first-child,
  .row.mt-h3:first-child,
  .row.mt-h4:first-child,
  .col.mt-h1:first-child,
  .col.mt-h2:first-child,
  .col.mt-h3:first-child,
  .col.mt-h4:first-child,
  .col > h1:first-child,
  .col > h1:first-child,
  .col > h2:first-child,
  .col > h3:first-child,
  .col > h4:first-child,
  .image + h1,
  .image + h2,
  .image + h3,
  .image + h4,
  .articlelist-tile-text h2,
  .row:first-child .col:first-child {
    margin-top: 0; }
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  .row-inner {
    margin-left: -15px;
    margin-right: -15px; }
  .col {
    padding-left: 15px;
    padding-right: 15px; }
  .row:before, .row:after,
  .row-inner:before,
  .row-inner:after {
    content: " ";
    display: table; }
  .row:after,
  .row-inner:after {
    clear: both; }
  /*
    .image-position-left,
    .image-position-right {
        & + h1,
        & + h2,
        & + h3,
        & + h4,
        & + h5,
        & + h6 {
            overflow: hidden;
        }
    }
    */
  .image img {
    display: block; }
  .image-caption * {
    display: inline; }
  .responsive-iframe {
    position: relative; }
    .responsive-iframe iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .image-position-left {
    float: left;
    margin-right: 15px; }
    .image-position-left.image-width-100 {
      margin-right: 0;
      padding-right: 0; }
  .image-position-right {
    float: right;
    margin-left: 15px; }
    .image-position-right.image-width-100 {
      margin-left: 0;
      padding-left: 0; }
  .image-width-25,
  .image-width-33,
  .image-width-50 {
    width: 33%; }
  .image-width-66,
  .image-width-75,
  .image-width-100 {
    width: 100%; }
  .gallery {
    margin: 0 -1px 15px -1px;
    padding: 0; }
    .gallery:before, .gallery:after {
      content: " ";
      display: table; }
    .gallery:after {
      clear: both; }
    .gallery div {
      margin: 0;
      padding: 1px;
      width: 33.33%;
      float: left; }
    .gallery a {
      display: block; }
    .gallery img {
      display: block;
      padding: 0; }
  .teaser {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px; } }

@media screen and (min-width: 768px) {
  .container {
    max-width: 1400px; }
  html {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  h1, .swiper-caption strong {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 300;
    font-family: "Open Sans"; }
  h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Open Sans"; }
  h3 {
    font-size: inherit;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Open Sans"; }
  a.nav-level-1 {
    font-size: 1.2em;
    line-height: inherit;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  a.nav-level-2 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  a.nav-level-3 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  h1 {
    margin: 56px 0 32px 0; }
  .row.mt-h1,
  .col.mt-h1 {
    margin-top: 40px; }
  h2 {
    margin: 40px 0 16px 0; }
  .row.mt-h2,
  .col.mt-h2 {
    margin-top: 24px; }
  h3 {
    margin: 24px 0 16px 0; }
  .row.mt-h3,
  .col.mt-h3 {
    margin-top: 8px; }
  h4 {
    margin: 0 0 16px 0; }
  .row.mt-h4,
  .col.mt-h4 {
    margin-top: 0; }
  .row.mb-h1 + .row.mt-h2 {
    margin-top: 0; }
  ul,
  ol,
  table,
  p,
  hr,
  fieldset,
  blockquote,
  .form-group,
  .yform-element,
  .html object,
  .html iframe,
  .responsive-iframe {
    margin: 0 0 1em 0; }
  .image {
    margin-bottom: 1em; }
  hr {
    margin: 1em 0 2em 0; }
  li {
    margin-bottom: .25em; }
    li:last-child {
      margin-bottom: 0; }
  .pagination {
    margin: 2em 0 1em 0; }
  .row.mt-h1:first-child,
  .row.mt-h2:first-child,
  .row.mt-h3:first-child,
  .row.mt-h4:first-child,
  .col.mt-h1:first-child,
  .col.mt-h2:first-child,
  .col.mt-h3:first-child,
  .col.mt-h4:first-child,
  .col > h1:first-child,
  .col > h1:first-child,
  .col > h2:first-child,
  .col > h3:first-child,
  .col > h4:first-child,
  .image + h1,
  .image + h2,
  .image + h3,
  .image + h4,
  .articlelist-tile-text h2,
  .row:first-child .col:first-child {
    margin-top: 0; }
  .container {
    padding-left: 15px;
    padding-right: 15px; }
  .row-inner {
    margin-left: -15px;
    margin-right: -15px; }
  .col {
    padding-left: 15px;
    padding-right: 15px; }
  .row:before, .row:after,
  .row-inner:before,
  .row-inner:after {
    content: " ";
    display: table; }
  .row:after,
  .row-inner:after {
    clear: both; }
  /*
    .image-position-left,
    .image-position-right {
        & + h1,
        & + h2,
        & + h3,
        & + h4,
        & + h5,
        & + h6 {
            overflow: hidden;
        }
    }
    */
  .image img {
    display: block; }
  .image-caption * {
    display: inline; }
  .responsive-iframe {
    position: relative; }
    .responsive-iframe iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  .image-position-left {
    float: left;
    margin-right: 15px; }
    .image-position-left.image-width-100 {
      margin-right: 0;
      padding-right: 0; }
  .image-position-right {
    float: right;
    margin-left: 15px; }
    .image-position-right.image-width-100 {
      margin-left: 0;
      padding-left: 0; }
  .image-width-25,
  .image-width-33,
  .image-width-50 {
    width: 33%; }
  .image-width-66,
  .image-width-75,
  .image-width-100 {
    width: 100%; }
  .gallery {
    margin: 0 -1px 16px -1px;
    padding: 0; }
    .gallery:before, .gallery:after {
      content: " ";
      display: table; }
    .gallery:after {
      clear: both; }
    .gallery div {
      margin: 0;
      padding: 1px;
      width: 33.33%;
      float: left; }
    .gallery a {
      display: block; }
    .gallery img {
      display: block;
      padding: 0; }
  .teaser {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px; } }

@media screen and (min-width: 992px) {
  .container {
    max-width: 1400px; }
  html {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  h1, .swiper-caption strong {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 300;
    font-family: "Open Sans"; }
  h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Open Sans"; }
  h3 {
    font-size: inherit;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Open Sans"; }
  a.nav-level-1 {
    font-size: 21px;
    line-height: inherit;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  a.nav-level-2 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  a.nav-level-3 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  h1 {
    margin: 76.5px 0 34px 0; }
  .row.mt-h1 {
    margin-top: 59.5px; }
  h2 {
    margin: 42.5px 0 17px 0; }
  .row.mt-h2 {
    margin-top: 25.5px; }
  h3 {
    margin: 34px 0 17px 0; }
  .row.mt-h3 {
    margin-top: 17px; }
  h4 {
    margin: 0 0 17px 0; }
  .row.mt-h4 {
    margin-top: 0; }
  .row.mb-h1 + .row.mt-h2 {
    margin-top: 0; }
  ul,
  ol,
  table,
  p,
  hr,
  fieldset,
  blockquote,
  .form-group,
  .yform-element,
  .html object,
  .html iframe,
  .responsive-iframe {
    margin: 0 0 1em 0; }
  .image {
    margin-bottom: 1em; }
  hr {
    margin: 1em 0 2em 0; }
  li {
    margin-bottom: .25em; }
    li:last-child {
      margin-bottom: 0; }
  .pagination {
    margin: 2em 0 1em 0; }
  .col:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    margin-top: 1em; }
  .row.mt-h1:first-child,
  .row.mt-h2:first-child,
  .row.mt-h3:first-child,
  .row.mt-h4:first-child,
  .col.mt-h1,
  .col.mt-h2,
  .col.mt-h3,
  .col.mt-h4,
  .col > h1:first-child,
  .col > h2:first-child,
  .col > h3:first-child,
  .col > h4:first-child,
  .image + h1,
  .image + h2,
  .image + h3,
  .image + h4 {
    margin-top: 0; }
  .four-col-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .container {
    padding-left: 30px;
    padding-right: 30px; }
  .row-inner {
    margin-left: -30px;
    margin-right: -30px; }
  .col {
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    min-height: 1px; }
  .col-width-100 {
    width: 100%; }
  .col-width-75 {
    width: 75%; }
  .col-width-66 {
    width: 66.6666%; }
  .col-width-50 {
    width: 50%; }
  .col-width-33 {
    width: 33.3333%; }
  .col-width-25 {
    width: 25%; }
  .image-position-left {
    float: left;
    margin-right: 60px; }
    .image-position-left.image-width-100 {
      margin-right: 0;
      padding-right: 0; }
  .image-position-right {
    float: right;
    margin-left: 60px; }
    .image-position-right.image-width-100 {
      margin-left: 0;
      padding-left: 0; }
  .image-width-25 {
    width: 25%; }
  .image-width-33 {
    width: 33.3333%; }
  .image-width-50 {
    width: 50%; }
  .image-width-66 {
    width: 66.6666%; }
  .image-width-75 {
    width: 75%; }
  .image-width-100 {
    width: 100%; }
  .gallery {
    margin: 0 -1px 17px -1px; }
    .gallery div {
      padding: 1px;
      width: 25%; }
  .col-width-75 .gallery {
    margin: 0 -1px 17px -1px; }
    .col-width-75 .gallery div {
      width: 25%; }
  .col-width-66 .gallery,
  .col-width-50 .gallery {
    margin: 0 -1px 17px -1px; }
    .col-width-66 .gallery div,
    .col-width-50 .gallery div {
      width: 33.33%; }
  .col-width-33 .gallery,
  .col-width-25 .gallery {
    margin: 0 -1px 17px -1px; }
    .col-width-33 .gallery div,
    .col-width-25 .gallery div {
      width: 50%; }
  .four-col-wrapper {
    margin: 0 !important;
    width: 50%;
    float: left;
    clear: none; }
    .four-col-wrapper:before, .four-col-wrapper:after {
      content: " ";
      display: table; }
    .four-col-wrapper:after {
      clear: both; }
    .four-col-wrapper .col {
      width: 50%; }
  .teaser {
    width: 33.3333%;
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 1px; } }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1400px; }
  html {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  h1, .swiper-caption strong {
    font-size: 60px;
    line-height: 1.3;
    font-weight: 300;
    font-family: "Open Sans"; }
  h2 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Open Sans"; }
  h3 {
    font-size: inherit;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Open Sans"; }
  a.nav-level-1 {
    font-size: 22px;
    line-height: inherit;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  a.nav-level-2 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  a.nav-level-3 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  h1 {
    margin: 81px 0 36px 0; }
  .row.mt-h1 {
    margin-top: 63px; }
  h2 {
    margin: 45px 0 18px 0; }
  .row.mt-h2 {
    margin-top: 27px; }
  h3 {
    margin: 36px 0 18px 0; }
  .row.mt-h3 {
    margin-top: 18px; }
  h4 {
    margin: 0 0 18px 0; }
  .row.mt-h4 {
    margin-top: 0; }
  .row.mb-h1 + .row.mt-h2 {
    margin-top: 0; }
  ul,
  ol,
  table,
  p,
  hr,
  fieldset,
  blockquote,
  .form-group,
  .yform-element,
  .html object,
  .html iframe,
  .responsive-iframe {
    margin: 0 0 1em 0; }
  .image {
    margin-bottom: 1em; }
  hr {
    margin: 1em 0 2em 0; }
  li {
    margin-bottom: .25em; }
    li:last-child {
      margin-bottom: 0; }
  .pagination {
    margin: 2em 0 1em 0; }
  .col:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both;
    margin-top: 1em; }
  .row.mt-h1:first-child,
  .row.mt-h2:first-child,
  .row.mt-h3:first-child,
  .row.mt-h4:first-child,
  .col.mt-h1,
  .col.mt-h2,
  .col.mt-h3,
  .col.mt-h4,
  .col > h1:first-child,
  .col > h2:first-child,
  .col > h3:first-child,
  .col > h4:first-child,
  .image + h1,
  .image + h2,
  .image + h3,
  .image + h4 {
    margin-top: 0; }
  .four-col-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .container {
    padding-left: 45px;
    padding-right: 45px; }
  .row-inner {
    margin-left: -45px;
    margin-right: -45px; }
  .col {
    padding-left: 45px;
    padding-right: 45px;
    float: left;
    min-height: 1px; }
  .col-width-100 {
    width: 100%; }
  .col-width-75 {
    width: 75%; }
  .col-width-66 {
    width: 66.6666%; }
  .col-width-50 {
    width: 50%; }
  .col-width-33 {
    width: 33.3333%; }
  .col-width-25 {
    width: 25%; }
  .image-position-left {
    float: left;
    margin-right: 90px; }
    .image-position-left.image-width-100 {
      margin-right: 0;
      padding-right: 0; }
  .image-position-right {
    float: right;
    margin-left: 90px; }
    .image-position-right.image-width-100 {
      margin-left: 0;
      padding-left: 0; }
  .image-width-25 {
    width: 25%; }
  .image-width-33 {
    width: 33.3333%; }
  .image-width-50 {
    width: 50%; }
  .image-width-66 {
    width: 66.6666%; }
  .image-width-75 {
    width: 75%; }
  .image-width-100 {
    width: 100%; }
  .gallery {
    margin: 0 -1px 18px -1px; }
    .gallery div {
      padding: 1px;
      width: 25%; }
  .col-width-75 .gallery {
    margin: 0 -1px 18px -1px; }
    .col-width-75 .gallery div {
      width: 25%; }
  .col-width-66 .gallery,
  .col-width-50 .gallery {
    margin: 0 -1px 18px -1px; }
    .col-width-66 .gallery div,
    .col-width-50 .gallery div {
      width: 33.33%; }
  .col-width-33 .gallery,
  .col-width-25 .gallery {
    margin: 0 -1px 18px -1px; }
    .col-width-33 .gallery div,
    .col-width-25 .gallery div {
      width: 50%; }
  .four-col-wrapper {
    margin: 0 !important;
    width: 50%;
    float: left;
    clear: none; }
    .four-col-wrapper:before, .four-col-wrapper:after {
      content: " ";
      display: table; }
    .four-col-wrapper:after {
      clear: both; }
    .four-col-wrapper .col {
      width: 50%; }
  .teaser {
    width: 33.3333%;
    float: left;
    padding-left: 45px;
    padding-right: 45px;
    min-height: 1px; } }

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1400px; }
  html {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  h1, .swiper-caption strong {
    font-size: 70px;
    line-height: 1.3;
    font-weight: 300;
    font-family: "Open Sans"; }
  h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Open Sans"; }
  h3 {
    font-size: inherit;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Open Sans"; }
  a.nav-level-1 {
    font-size: 22px;
    line-height: inherit;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  a.nav-level-2 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; }
  a.nav-level-3 {
    font-size: inherit;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif; } }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  display: block; }
  label.form_warning {
    color: #a94442; }
  input[type="radio"] + label {
    display: inline; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  width: 100%;
  border: 1px solid #858384;
  padding: 4px; }

select {
  width: 100%;
  border-color: #858384;
  padding: 3px 4px 4px 4px; }

p.radio {
  margin: 0; }

.form_warning li {
  font-weight: bold;
  color: #a94442; }

label.error {
  display: block;
  padding: .1em .6em;
  background: #a94442;
  color: #fff; }

.form-grid-submit {
  text-align: right;
  padding: 1em 0; }
  .form-grid-submit button {
    margin-left: 1em; }

.form-success {
  font-weight: 700;
  color: #3c763d; }

.alert {
  padding: .5em 1em;
  margin-bottom: 1em;
  border-width: 1px;
  border-style: solid;
  border-radius: .2em; }
  .alert .formcheckbox,
  .alert ul {
    margin-bottom: 0; }

.alert-success {
  background-color: #dff0d8 !important;
  border-color: #d0e9c6 !important;
  color: #3c763d !important; }
  .alert-success * {
    color: #fff !important; }

.alert-info {
  background-color: #d9edf7 !important;
  border-color: #bcdff1 !important;
  color: #31708f !important; }
  .alert-info * {
    color: #31708f !important; }
  .alert-info a,
  .alert-info a:hover {
    text-decoration: underline; }
  .alert-info label.error {
    color: #fff !important; }

.alert-warning {
  background-color: #fcf8e3 !important;
  border-color: #faf2cc !important;
  color: #8a6d3b !important; }
  .alert-warning * {
    color: #8a6d3b !important; }

.alert-danger {
  background-color: #f2dede !important;
  border-color: #ebcccc !important;
  color: #a94442 !important; }
  .alert-danger * {
    color: #a94442 !important; }

.input-group-addon {
  display: none; }

[name="rex_ycom_auth_stay"] {
  float: left;
  margin-right: .2em;
  position: relative;
  top: .3em; }

.datenschutz-checkbox-wrapper input {
  float: left;
  margin-top: .2em;
  margin-right: .5em; }

.datenschutz-checkbox-labeltext {
  display: block;
  overflow: hidden; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #4a4645;
  overflow-y: scroll;
  position: relative; }

body {
  position: relative; }

hr {
  width: 100%;
  height: 0;
  display: block;
  border: 0;
  border-top: 1px solid #eee; }

ul {
  padding: 0 0 0 2em; }
  .article-inner ul {
    padding: 0;
    list-style: none; }
    .article-inner ul li {
      padding-left: 1em;
      position: relative; }
      .article-inner ul li:before {
        content: '\2022';
        position: absolute;
        left: 0;
        color: #005133; }

ol {
  padding: 0 0 0 2em; }

ul ul,
ol ol {
  margin: 0; }

a,
.gaOptout {
  text-decoration: none;
  cursor: pointer;
  color: #005133; }

a:hover,
.gaOptout:hover {
  text-decoration: underline;
  color: #005133; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block; }

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

table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0; }
  table tr td {
    padding: 0 0 .25em 0;
    vertical-align: top; }
    table tr td:first-child {
      padding-right: 1em; }
  table tr:last-child td {
    padding-bottom: 0; }

td {
  padding: 0 1em 0 0; }

strong,
b {
  font-weight: 700; }

em,
i {
  font-style: italic; }

iframe {
  border: 0; }

figure {
  margin: 0;
  padding: 0; }

.pswp {
  position: relative; }
  .pswp .pswp__caption__center {
    max-width: none;
    text-align: center; }

.js .lazyload,
.js .lazyloading {
  opacity: 0; }

.js .lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

img[data-sizes="auto"] {
  width: 100%;
  max-width: none; }

.image-ratio {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden; }
  .image-ratio i {
    display: block;
    width: 100%; }
  .image-ratio img {
    position: absolute;
    left: 0;
    top: 0; }

nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

nav li {
  margin: 0;
  padding: 0; }

nav a {
  text-decoration: none;
  padding: 0;
  margin: 0; }

.clear {
  clear: both;
  width: 100%;
  float: none; }

.col:before, .col:after {
  content: " ";
  display: table; }

.col:after {
  clear: both; }

.image-caption {
  font-size: .8em; }

.image-credit {
  padding-bottom: 1em; }
  .image-credit:before, .image-credit:after {
    content: " ";
    display: table; }
  .image-credit:after {
    clear: both; }
  .image-credit .image-credit-image {
    float: left;
    padding-right: 15px;
    max-width: 50%; }
    .image-credit .image-credit-image img {
      display: block; }
  .image-credit .image-credit-text {
    padding-left: 15px;
    overflow: hidden; }

.btn {
  display: inline-block;
  border: 0;
  text-decoration: none;
  color: #fff;
  text-shadow: none;
  padding: .3em 1em;
  border-radius: .3em; }
  .btn:hover {
    background: #008453; }

.row-teaser {
  padding-top: 1em;
  padding-bottom: 1em; }

.teaser {
  margin-bottom: 1em; }
  .teaser:hover {
    background: #eee;
    cursor: pointer; }

.teaser-inner {
  height: 100%;
  padding-bottom: 1.5em;
  position: relative; }

.teaser-text {
  padding: 0 1px; }

.teaser h2 {
  margin: .25em 0 0 0 !important;
  position: relative; }

.teaser-meta {
  padding: 0 1px;
  text-align: right; }
  .teaser-meta a i {
    margin-left: .25em;
    font-size: .65em; }
  .teaser-meta .btn:hover {
    background: #fff;
    color: #005133; }

.teaser-image {
  position: relative;
  overflow: hidden;
  margin-bottom: .5em; }

.row-teaser .teaser-image {
  margin-bottom: 0; }

.pagination-innner {
  width: 100%;
  text-align: center; }
  .pagination-innner a {
    display: inline-block;
    margin: 0 .25em; }
  .pagination-innner .btn {
    background: #eee;
    color: #005133; }
    .pagination-innner .btn:hover {
      background: #fff;
      color: #005133; }
    .pagination-innner .btn.active {
      background: #005133; }
      .pagination-innner .btn.active:hover {
        background: #005133;
        color: #fff; }

@media screen and (min-width: 768px) {
  .form-grid-20-40-40 {
    margin: 0 -7.5px; }
    .form-grid-20-40-40:before, .form-grid-20-40-40:after {
      content: " ";
      display: table; }
    .form-grid-20-40-40:after {
      clear: both; }
    .form-grid-20-40-40 > div {
      float: left;
      width: 40%;
      padding: 0 7.5px; }
      .form-grid-20-40-40 > div:first-child {
        width: 20%; }
  .form-grid-50-50 {
    margin: 0 -7.5px; }
    .form-grid-50-50:before, .form-grid-50-50:after {
      content: " ";
      display: table; }
    .form-grid-50-50:after {
      clear: both; }
    .form-grid-50-50 > div {
      float: left;
      width: 50%;
      padding: 0 7.5px; } }

/**/
.color-5 .content h1,
.color-5 .content a,
.color-5 .content a:hover {
  color: #4a4645; }

.color-5 .content h1,
.color-5 .content a,
.color-5 .content a:hover {
  color: #69ba2c; }

.color-5 .btn,
.color-5 .offscreen-wrapper,
.color-5 .toggle-offscreen-wrapper,
.color-5 .footer {
  background: #4a4645; }

.color-5 .footer-donate-link {
  color: #4a4645; }
  .color-5 .footer-donate-link:hover {
    color: #4a4645; }

.color-5 .offscreen-nav a.current {
  background: #3a3736; }

.header-nav .nav-color-5 {
  background: #4a4645; }
  .header-nav .nav-color-5 ul {
    background: #4a4645; }
  .header-nav .nav-color-5 a:hover {
    background: #3a3736; }
    .header-nav .nav-color-5 a:hover:after {
      background: #252323; }
  .header-nav .nav-color-5 a.current:after, .header-nav .nav-color-5 a.active:after {
    background: #252323;
    background: #989290; }
  .header-nav .nav-color-5 a.nav-level-2.current, .header-nav .nav-color-5 a.nav-level-3.current {
    background: #3a3736; }

.color-6 .content h1,
.color-6 .content a,
.color-6 .content a:hover {
  color: #17757d; }

.color-6 .btn,
.color-6 .offscreen-wrapper,
.color-6 .toggle-offscreen-wrapper,
.color-6 .footer {
  background: #17757d; }

.color-6 .footer-donate-link {
  color: #17757d; }
  .color-6 .footer-donate-link:hover {
    color: #17757d; }

.color-6 .offscreen-nav a.current {
  background: #125d63; }

.header-nav .nav-color-6 {
  background: #17757d; }
  .header-nav .nav-color-6 ul {
    background: #17757d; }
  .header-nav .nav-color-6 a:hover {
    background: #125d63; }
    .header-nav .nav-color-6 a:hover:after {
      background: #0c3d41; }
  .header-nav .nav-color-6 a.current:after, .header-nav .nav-color-6 a.active:after {
    background: #0c3d41;
    background: #4ed3df; }
  .header-nav .nav-color-6 a.nav-level-2.current, .header-nav .nav-color-6 a.nav-level-3.current {
    background: #125d63; }

.color-7 .content h1,
.color-7 .content a,
.color-7 .content a:hover {
  color: #17757d; }

.color-7 .btn,
.color-7 .offscreen-wrapper,
.color-7 .toggle-offscreen-wrapper,
.color-7 .footer {
  background: #17757d; }

.color-7 .footer-donate-link {
  color: #17757d; }
  .color-7 .footer-donate-link:hover {
    color: #17757d; }

.color-7 .offscreen-nav a.current {
  background: #125d63; }

.header-nav .nav-color-7 {
  background: #17757d; }
  .header-nav .nav-color-7 ul {
    background: #17757d; }
  .header-nav .nav-color-7 a:hover {
    background: #125d63; }
    .header-nav .nav-color-7 a:hover:after {
      background: #0c3d41; }
  .header-nav .nav-color-7 a.current:after, .header-nav .nav-color-7 a.active:after {
    background: #0c3d41;
    background: #4ed3df; }
  .header-nav .nav-color-7 a.nav-level-2.current, .header-nav .nav-color-7 a.nav-level-3.current {
    background: #125d63; }

.color-23 .content h1,
.color-23 .content a,
.color-23 .content a:hover {
  color: #da186a; }

.color-23 .btn,
.color-23 .offscreen-wrapper,
.color-23 .toggle-offscreen-wrapper,
.color-23 .footer {
  background: #da186a; }

.color-23 .footer-donate-link {
  color: #da186a; }
  .color-23 .footer-donate-link:hover {
    color: #da186a; }

.color-23 .offscreen-nav a.current {
  background: #be155d; }

.header-nav .nav-color-23 {
  background: #da186a; }
  .header-nav .nav-color-23 ul {
    background: #da186a; }
  .header-nav .nav-color-23 a:hover {
    background: #be155d; }
    .header-nav .nav-color-23 a:hover:after {
      background: #9a114b; }
  .header-nav .nav-color-23 a.current:after, .header-nav .nav-color-23 a.active:after {
    background: #9a114b;
    background: #f497be; }
  .header-nav .nav-color-23 a.nav-level-2.current, .header-nav .nav-color-23 a.nav-level-3.current {
    background: #be155d; }

.color-32 .content h1,
.color-32 .content a,
.color-32 .content a:hover {
  color: #69ba2c; }

.color-32 .btn,
.color-32 .offscreen-wrapper,
.color-32 .toggle-offscreen-wrapper,
.color-32 .footer {
  background: #69ba2c; }

.color-32 .footer-donate-link {
  color: #69ba2c; }
  .color-32 .footer-donate-link:hover {
    color: #69ba2c; }

.color-32 .offscreen-nav a.current {
  background: #5ba126; }

.header-nav .nav-color-32 {
  background: #69ba2c; }
  .header-nav .nav-color-32 ul {
    background: #69ba2c; }
  .header-nav .nav-color-32 a:hover {
    background: #5ba126; }
    .header-nav .nav-color-32 a:hover:after {
      background: #48801e; }
  .header-nav .nav-color-32 a.current:after, .header-nav .nav-color-32 a.active:after {
    background: #48801e;
    background: #bae798; }
  .header-nav .nav-color-32 a.nav-level-2.current, .header-nav .nav-color-32 a.nav-level-3.current {
    background: #5ba126; }

.color-50 .content h1,
.color-50 .content a,
.color-50 .content a:hover {
  color: #da186a; }

.color-50 .btn,
.color-50 .offscreen-wrapper,
.color-50 .toggle-offscreen-wrapper,
.color-50 .footer {
  background: #da186a; }

.color-50 .footer-donate-link {
  color: #da186a; }
  .color-50 .footer-donate-link:hover {
    color: #da186a; }

.color-50 .offscreen-nav a.current {
  background: #be155d; }

.header-nav .nav-color-50 {
  background: #da186a; }
  .header-nav .nav-color-50 ul {
    background: #da186a; }
  .header-nav .nav-color-50 a:hover {
    background: #be155d; }
    .header-nav .nav-color-50 a:hover:after {
      background: #9a114b; }
  .header-nav .nav-color-50 a.current:after, .header-nav .nav-color-50 a.active:after {
    background: #9a114b;
    background: #f497be; }
  .header-nav .nav-color-50 a.nav-level-2.current, .header-nav .nav-color-50 a.nav-level-3.current {
    background: #be155d; }

.color-52 .content h1,
.color-52 .content a,
.color-52 .content a:hover {
  color: #17757d; }

.color-52 .btn,
.color-52 .offscreen-wrapper,
.color-52 .toggle-offscreen-wrapper,
.color-52 .footer {
  background: #17757d; }

.color-52 .footer-donate-link {
  color: #17757d; }
  .color-52 .footer-donate-link:hover {
    color: #17757d; }

.color-52 .offscreen-nav a.current {
  background: #125d63; }

.header-nav .nav-color-52 {
  background: #17757d; }
  .header-nav .nav-color-52 ul {
    background: #17757d; }
  .header-nav .nav-color-52 a:hover {
    background: #125d63; }
    .header-nav .nav-color-52 a:hover:after {
      background: #0c3d41; }
  .header-nav .nav-color-52 a.current:after, .header-nav .nav-color-52 a.active:after {
    background: #0c3d41;
    background: #4ed3df; }
  .header-nav .nav-color-52 a.nav-level-2.current, .header-nav .nav-color-52 a.nav-level-3.current {
    background: #125d63; }

.color-70 .content h1,
.color-70 .content a,
.color-70 .content a:hover {
  color: #da186a; }

.color-70 .btn,
.color-70 .offscreen-wrapper,
.color-70 .toggle-offscreen-wrapper,
.color-70 .footer {
  background: #da186a; }

.color-70 .footer-donate-link {
  color: #da186a; }
  .color-70 .footer-donate-link:hover {
    color: #da186a; }

.color-70 .offscreen-nav a.current {
  background: #be155d; }

.header-nav .nav-color-70 {
  background: #da186a; }
  .header-nav .nav-color-70 ul {
    background: #da186a; }
  .header-nav .nav-color-70 a:hover {
    background: #be155d; }
    .header-nav .nav-color-70 a:hover:after {
      background: #9a114b; }
  .header-nav .nav-color-70 a.current:after, .header-nav .nav-color-70 a.active:after {
    background: #9a114b;
    background: #f497be; }
  .header-nav .nav-color-70 a.nav-level-2.current, .header-nav .nav-color-70 a.nav-level-3.current {
    background: #be155d; }

.color-72 .content h1,
.color-72 .content a,
.color-72 .content a:hover {
  color: #da186a; }

.color-72 .btn,
.color-72 .offscreen-wrapper,
.color-72 .toggle-offscreen-wrapper,
.color-72 .footer {
  background: #da186a; }

.color-72 .footer-donate-link {
  color: #da186a; }
  .color-72 .footer-donate-link:hover {
    color: #da186a; }

.color-72 .offscreen-nav a.current {
  background: #be155d; }

.header-nav .nav-color-72 {
  background: #da186a; }
  .header-nav .nav-color-72 ul {
    background: #da186a; }
  .header-nav .nav-color-72 a:hover {
    background: #be155d; }
    .header-nav .nav-color-72 a:hover:after {
      background: #9a114b; }
  .header-nav .nav-color-72 a.current:after, .header-nav .nav-color-72 a.active:after {
    background: #9a114b;
    background: #f497be; }
  .header-nav .nav-color-72 a.nav-level-2.current, .header-nav .nav-color-72 a.nav-level-3.current {
    background: #be155d; }

.color-73 .content h1,
.color-73 .content a,
.color-73 .content a:hover {
  color: #da186a; }

.color-73 .btn,
.color-73 .offscreen-wrapper,
.color-73 .toggle-offscreen-wrapper,
.color-73 .footer {
  background: #da186a; }

.color-73 .footer-donate-link {
  color: #da186a; }
  .color-73 .footer-donate-link:hover {
    color: #da186a; }

.color-73 .offscreen-nav a.current {
  background: #be155d; }

.header-nav .nav-color-73 {
  background: #da186a; }
  .header-nav .nav-color-73 ul {
    background: #da186a; }
  .header-nav .nav-color-73 a:hover {
    background: #be155d; }
    .header-nav .nav-color-73 a:hover:after {
      background: #9a114b; }
  .header-nav .nav-color-73 a.current:after, .header-nav .nav-color-73 a.active:after {
    background: #9a114b;
    background: #f497be; }
  .header-nav .nav-color-73 a.nav-level-2.current, .header-nav .nav-color-73 a.nav-level-3.current {
    background: #be155d; }

.color-74 .content h1,
.color-74 .content a,
.color-74 .content a:hover {
  color: #da186a; }

.color-74 .btn,
.color-74 .offscreen-wrapper,
.color-74 .toggle-offscreen-wrapper,
.color-74 .footer {
  background: #da186a; }

.color-74 .footer-donate-link {
  color: #da186a; }
  .color-74 .footer-donate-link:hover {
    color: #da186a; }

.color-74 .offscreen-nav a.current {
  background: #be155d; }

.header-nav .nav-color-74 {
  background: #da186a; }
  .header-nav .nav-color-74 ul {
    background: #da186a; }
  .header-nav .nav-color-74 a:hover {
    background: #be155d; }
    .header-nav .nav-color-74 a:hover:after {
      background: #9a114b; }
  .header-nav .nav-color-74 a.current:after, .header-nav .nav-color-74 a.active:after {
    background: #9a114b;
    background: #f497be; }
  .header-nav .nav-color-74 a.nav-level-2.current, .header-nav .nav-color-74 a.nav-level-3.current {
    background: #be155d; }

.color-0 .content h1,
.color-0 .content a,
.color-0 .content a:hover {
  color: #4a4645; }

.color-0 .content h1,
.color-0 .content a,
.color-0 .content a:hover {
  color: #69ba2c; }

.color-0 .btn,
.color-0 .offscreen-wrapper,
.color-0 .toggle-offscreen-wrapper,
.color-0 .footer {
  background: #4a4645; }

.color-0 .footer-donate-link {
  color: #4a4645; }
  .color-0 .footer-donate-link:hover {
    color: #4a4645; }

.color-0 .offscreen-nav a.current {
  background: #3a3736; }

.header-nav .nav-color-0 {
  background: #4a4645; }
  .header-nav .nav-color-0 ul {
    background: #4a4645; }
  .header-nav .nav-color-0 a:hover {
    background: #3a3736; }
    .header-nav .nav-color-0 a:hover:after {
      background: #252323; }
  .header-nav .nav-color-0 a.current:after, .header-nav .nav-color-0 a.active:after {
    background: #252323;
    background: #989290; }
  .header-nav .nav-color-0 a.nav-level-2.current, .header-nav .nav-color-0 a.nav-level-3.current {
    background: #3a3736; }

/**/
.image-credit-tile {
  float: left;
  background: #005133;
  color: #fff;
  font-size: .8em; }
  .image-credit-tile *,
  .image-credit-tile *:hover {
    color: #fff; }
  @media screen and (min-width: 600px) {
    .image-credit-tile {
      width: 50%; } }
  @media screen and (min-width: 900x) {
    .image-credit-tile {
      width: 33.33%; } }
  @media screen and (min-width: 1200px) {
    .image-credit-tile {
      width: 25%; } }

.image-credit-tile-text {
  padding: .25em;
  text-align: center; }

/**/
.container {
  position: relative;
  margin: 0 auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.header,
.main,
.article,
.footer {
  position: relative; }

.content {
  overflow: hidden; }

/**/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.25);
  background: #69ba2c; }

.header-nav {
  display: none;
  float: left;
  z-index: 10; }
  .header-nav ul.nav-level-2 {
    position: absolute;
    display: none;
    width: 20em;
    padding: .5em 0; }
  .header-nav li {
    display: block; }
    .header-nav li.nav-level-1 {
      float: left; }
      .header-nav li.nav-level-1:hover ul.nav-level-2 {
        display: block; }
    .header-nav li.nav-level-2 {
      padding-bottom: .5em; }
  .header-nav a {
    color: #fff;
    text-transform: uppercase;
    display: block; }
    .header-nav a:hover {
      text-decoration: none; }
    .header-nav a.active {
      font-weight: 700; }
    .header-nav a.current {
      font-weight: 700; }
    .header-nav a.nav-level-1 {
      display: inline-block;
      position: relative;
      padding: 0.5em 15px; }
      .header-nav a.nav-level-1:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px; }
    .header-nav a.nav-level-2 {
      padding: 0.5em 15px; }
    .header-nav a.nav-level-3 {
      padding: 0.25em 15px 0.25em 45px;
      text-transform: none; }
  @media screen and (min-width: 1200px) {
    .header-nav {
      display: block; } }

/**/
.offscreen-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0 15px 0;
  z-index: 200;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  opacity: .9;
  width: 100%;
  left: -100%;
  transition: left 0.25s; }
  .offscreen-wrapper.visible {
    left: 0; }
  @media screen and (min-width: 1200px) {
    .offscreen-wrapper {
      display: none !important; } }
  .offscreen-wrapper .toggle-offscreen-wrapper {
    display: none;
    color: #fff;
    position: absolute; }

.offscreen-nav {
  width: 100%;
  float: none;
  clear: both; }
  .offscreen-nav li {
    position: relative; }
    .offscreen-nav li.closed ul {
      display: none; }
  .offscreen-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 0.4em 15px 0.5em 48px; }
    .offscreen-nav a.current {
      font-weight: 700; }
    .offscreen-nav a:hover {
      text-decoration: none; }
    .offscreen-nav a.nav-level-1 {
      text-transform: uppercase; }
      .offscreen-nav a.nav-level-1 .toggler i {
        line-height: 2.15; }
    .offscreen-nav a.nav-level-2 .toggler i {
      line-height: 1.8; }
    .offscreen-nav a.nav-level-3 {
      padding-left: 72px; }
  .offscreen-nav .toggler {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45px;
    color: #fff;
    padding-left: 15px;
    left: 0;
    text-align: left; }
    .offscreen-nav .toggler i {
      position: relative; }
    .offscreen-nav .toggler .open {
      display: none; }
    .offscreen-nav .toggler .close {
      display: block; }
    .offscreen-nav .toggler.closed .open {
      display: block; }
    .offscreen-nav .toggler.closed .close {
      display: none; }

.toggle-offscreen-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 199;
  transition: left .5s, text-shadow .5s, color .5s, background-color .5s;
  font-size: 32px;
  line-height: 0;
  padding: .25em .5em .25em .5em;
  margin-top: .35em;
  color: #fff;
  text-decoration: none;
  display: none;
  border-top-left-radius: .4em;
  border-bottom-left-radius: .4em;
  opacity: .9; }
  .toggle-offscreen-wrapper:hover {
    color: #fff; }
  .toggle-offscreen-wrapper small {
    display: block;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
    transition: opacity .5s;
    text-transform: lowercase;
    color: #4a4645;
    padding-top: 5px; }
  .toggle-offscreen-wrapper.outline {
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff; }
  .toggle-offscreen-wrapper:before {
    text-align: center;
    background: none transparent;
    vertical-align: middle; }
  .toggle-offscreen-wrapper:focus {
    outline: 0; }
  .toggle-offscreen-wrapper.visible {
    display: block; }
  .toggle-offscreen-wrapper.headroom--not-top small {
    opacity: 0; }
  .toggle-offscreen-wrapper.headroom--not-top.left {
    left: -33px;
    padding-right: 0; }
  .toggle-offscreen-wrapper.headroom--not-top.right {
    right: -15px;
    transition: right 1s; }
  @media screen and (min-width: 1200px) {
    .toggle-offscreen-wrapper.headroom--not-top.left {
      left: 0;
      transition: none; }
    .toggle-offscreen-wrapper.headroom--not-top.right {
      right: 0;
      transition: none; } }
  @media screen and (min-width: 768px) {
    .toggle-offscreen-wrapper {
      margin-top: .6em; } }
  @media screen and (min-width: 992px) {
    .toggle-offscreen-wrapper {
      font-size: 36px;
      margin-top: .6em; } }
  @media screen and (min-width: 1200px) {
    .toggle-offscreen-wrapper {
      display: none !important; } }

/**/
.faq-item-toggler {
  position: relative;
  padding-left: 1.2em;
  cursor: pointer; }
  .faq-item-toggler .fa {
    position: absolute;
    left: 0;
    top: .1em; }
  .faq-item-toggler[data-status="closed"] .fa-plus-circle {
    display: inline-block; }
  .faq-item-toggler[data-status="closed"] .fa-minus-circle {
    display: none; }
  .faq-item-toggler[data-status="open"] .fa-plus-circle {
    display: none; }
  .faq-item-toggler[data-status="open"] .fa-minus-circle {
    display: inline-block; }

/**/
.swiper-container {
  margin-bottom: -1em; }

.swiper-slide div,
.swiper-slide div div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover; }

.swiper-slide {
  height: 60vh; }
  .swiper-slide.fullscreen {
    height: 100vh; }
  .swiper-slide .container {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    max-width: none !important;
    padding: 0; }
    @media screen and (min-width: 992px) {
      .swiper-slide .container {
        padding: 2em 0; } }
    @media screen and (min-width: 1200px) {
      .swiper-slide .container {
        align-items: center; } }

.swiper-caption {
  text-align: left;
  color: #fff;
  padding: 1em;
  margin-bottom: 4em;
  width: 90%;
  background: #005133;
  opacity: .9;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
  font-size: 1.2em; }
  @media screen and (min-width: 992px) {
    .swiper-caption {
      padding: 2em 4em; } }
  @media screen and (min-width: 1200px) {
    .swiper-caption {
      width: 100%;
      background: none transparent;
      text-align: center;
      text-shadow: 1px 1px 1px #000;
      margin-bottom: 0;
      margin-top: 2em;
      font-size: 1.5em; } }
  .swiper-caption strong {
    font-weight: 600;
    margin-top: 0;
    color: #fff; }
  .swiper-caption .link-intern a {
    display: inline-block; }
    .swiper-caption .link-intern a:hover {
      color: #fff; }

.swiper-button-next,
.swiper-button-prev {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 20;
  background: none transparent;
  text-align: center;
  font-size: 2em;
  padding: 15px;
  color: #fff;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.25);
  width: auto;
  height: auto;
  margin-top: -1em; }
  .swiper-button-next span,
  .swiper-button-prev span {
    color: #fff;
    font-size: 1em;
    text-shadow: 1px 1px 1px #000; }
    @media screen and (min-width: 992px) {
      .swiper-button-next span,
      .swiper-button-prev span {
        text-shadow: 2px 2px 4px #000; } }
    @media screen and (min-width: 1200px) {
      .swiper-button-next span,
      .swiper-button-prev span {
        text-shadow: 3px 3px 5px #000; } }
  @media screen and (min-width: 992px) {
    .swiper-button-next,
    .swiper-button-prev {
      display: block; } }

.swiper-button-next {
  right: 0;
  border-top-left-radius: .4em;
  border-bottom-left-radius: .4em; }

.swiper-button-prev {
  left: 0;
  border-top-right-radius: .4em;
  border-bottom-right-radius: .4em; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  padding-right: 1em;
  bottom: 1em;
  z-index: 20;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 1200px) {
    .swiper-pagination {
      bottom: 2em; } }

.swiper-pagination-bullet {
  display: inline-block;
  position: relative;
  width: 1.2em;
  height: 1.2em;
  opacity: 1;
  margin: 0 0 0 .5em;
  background: 0;
  font-size: 1.2em; }
  .swiper-pagination-bullet i {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    transition: opacity 500ms ease-out; }
  .swiper-pagination-bullet .fas.fa-circle {
    opacity: 0; }
  .swiper-pagination-bullet .far.fa-circle {
    opacity: .9; }

.swiper-pagination-bullet-active .fas.fa-circle {
  opacity: .9;
  color: #fff; }

.swiper-pagination-bullet-active .far.fa-circle {
  opacity: 0; }

.swiper-button-down {
  position: absolute;
  left: 50%;
  bottom: 0em;
  font-size: 1.5em;
  margin-left: -1.5em;
  width: 3em;
  height: 2.6em;
  line-height: 3em;
  cursor: pointer;
  text-align: center;
  z-index: 11; }
  .swiper-button-down * {
    color: #fff;
    display: inline-block;
    text-shadow: 1px 1px 1px #000;
    opacity: .9; }
    @media screen and (min-width: 992px) {
      .swiper-button-down * {
        text-shadow: 2px 2px 4px #000; } }
    @media screen and (min-width: 1200px) {
      .swiper-button-down * {
        text-shadow: 3px 3px 5px #000; } }

.slideshow-logo {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.slideshow-logo-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }

.slideshow-logo-link {
  width: 90%;
  position: relative; }
  .slideshow-logo-link:after {
    content: '';
    display: block;
    padding-top: 22%; }
  .slideshow-logo-link img {
    position: absolute;
    left: 0;
    top: 0;
    filter: drop-shadow(5px 5px 5px #222); }
  @media screen and (min-width: 768px) {
    .slideshow-logo-link {
      width: 60%; } }
  @media screen and (min-width: 992px) {
    .slideshow-logo-link {
      width: 50%; } }
  @media screen and (min-width: 1200px) {
    .slideshow-logo-link {
      width: 40%; } }
  @media screen and (min-width: 1400px) {
    .slideshow-logo-link {
      width: 35%; } }

@media screen and (orientation: portrait) {
  .swiper-slide-background-landscape {
    display: none; } }

@media screen and (orientation: landscape) {
  .swiper-slide-background-portrait {
    display: none; } }

.parallax-image {
  height: 50vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .parallax-image:last-child {
    margin-bottom: -5em; }

.is-mobile .parallax-image {
  background-attachment: scroll; }

.content {
  padding-bottom: 5em; }
  .content ul {
    list-style: none;
    padding-left: 0; }
  .content li {
    position: relative;
    padding-left: 1.5em; }
    .content li:before {
      content: '•';
      position: absolute;
      left: 0; }

.tiles-inner {
  margin-left: -15px;
  margin-right: -15px; }

.tile {
  width: 100%;
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px; }
  .tile strong {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 1em;
    color: #005133; }
  @media screen and (min-width: 992px) {
    .tile {
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .tile {
      width: 33.33%; } }

.tile-inner {
  position: relative; }

.totop {
  position: fixed;
  left: auto;
  top: auto;
  right: 15px;
  bottom: 0;
  margin: 0;
  font-size: 1.3em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: .4em .4em 0 0;
  transition: opacity .5s;
  outline: none;
  color: #fff;
  display: none; }
  .totop:hover {
    color: #fff; }
  .totop.visible {
    opacity: .9; }
  .totop.hidden {
    opacity: 0; }

/**/
.footer {
  background: #858384;
  color: #fff;
  text-align: center; }
  .footer *, .footer *:hover {
    color: #fff; }
  .footer ul {
    list-style: none;
    padding: 0; }
  .footer a i {
    font-size: .9em;
    width: 1.3em;
    position: relative;
    top: -.05em; }
  .footer a:hover {
    text-decoration: none; }

.footer-inner {
  padding-top: 1em; }
  .footer-inner * {
    margin: 0 auto; }
  .footer-inner:before, .footer-inner:after {
    display: none; }
  @media screen and (min-width: 992px) {
    .footer-inner {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      text-align: left; }
      .footer-inner * {
        margin: 0; }
      .footer-inner ul {
        margin: 0; } }

.footer-col {
  display: block;
  padding-bottom: 1em; }

.footer-logo .logo-line-1 {
  padding-top: 0; }

.footer-logo-wrapper {
  background: none transparent; }

.footer-mail-login {
  margin: 1em 0; }

.footer-login-link {
  margin: 1em 0; }

.footer-donate-link {
  display: inline-block;
  padding: 1em 2em;
  font-weight: 700;
  border-radius: 1em;
  background: #fff;
  text-align: center;
  font-size: 1.2em; }

/**/
@media screen and (min-width: 1200px) {
  .slideshow-placeholder {
    height: 2em; } }
