/*
Theme Name: DGHF
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dghf
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,700,600|Lato:300,400,700&amp;display=swap");

@font-face {
  font-family: 'icomoon';
  src: url("../eot/icomoon7840.eot");
  src: url("../eot/icomoon7840.eot#iefix") format("embedded-opentype"), url("../ttf/icomoon7840.ttf") format("truetype"), url("../woff/icomoon7840.woff") format("woff"), url("../svg/icomoon7840.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-big-close:before {
  content: "\e90f";
}

.icon-arrow-top:before {
  content: "\e90e";
}

.icon-arrow-left:before {
  content: "\e90d";
}

.icon-arrow-large-right:before {
  content: "\e90c";
}

.icon-search:before {
  content: "\e909";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-calendar:before {
  content: "\e901";
}

.icon-close:before {
  content: "\e902";
}

.icon-donate:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-hands:before {
  content: "\e905";
}

.icon-instagram:before {
  content: "\e906";
}

.icon-mail:before {
  content: "\e907";
}

.icon-open-mail:before {
  content: "\e908";
}

.icon-tape:before {
  content: "\e90a";
}

.icon-twitter:before {
  content: "\e90b";
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.checkbox-list,
.radio-list,
.social-list,
#nav ul,
.nav-col ul,
.result-list,
.article-list,
.team-list,
.share-list,
.events-list,
.ways-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #030303;
  background: #fff;
  font: 18px/1.5 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

iframe {
  max-width: 100%;
}

.resize-active * {
  transition: none !important;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 22px;
}

blockquote {
  border-left: 4px solid #0d7675;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #4f4f4f;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #0d7675;
  padding: 10px;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

input[type='text']:not(textarea),
input[type='tel']:not(textarea),
input[type='email']:not(textarea),
input[type='search']:not(textarea),
input[type='password']:not(textarea),
textarea:not(textarea) {
  height: 32px;
  padding: 0 10px;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  outline: none;
  border-color: #000;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #111019;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #111019;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #111019;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #111019;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #111019;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  height: 32px;
  border: 1px solid #0d7675;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.1;
}

select:focus {
  outline: none;
}

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  transition: background 0.3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  background: #109694;
  color: #fff;
  border: 2px solid #109694;
  outline: none;
  height: 32px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.1;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover {
  background: #0d7675;
}

.search-block .search-form {
  border: 1px solid #707070;
  margin: 0 0 13px;
  display: flex;
}

@media (min-width: 1024px) {
  .search-block .search-form {
    border-width: 0 0 2px;
    border-color: #109694;
    padding: 0 0 0 74px;
    position: relative;
    margin-bottom: 78px;
  }
}

.search-block .search-form .submit {
  width: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #109694;
  font-size: 17px;
  background-color: transparent;
  padding: 0;
  height: 37px;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-color: #707070;
}

@media (min-width: 1024px) {
  .search-block .search-form .submit {
    font-size: 53px;
    position: absolute;
    left: 0;
    top: 6px;
    height: auto;
    border-left: 0;
    width: auto;
    line-height: 1.2;
  }
}

.search-block .search-form input[type="search"] {
  display: block;
  border: 0;
  width: calc(100% - 41px);
  padding: 0 10px;
  height: 37px;
  font-size: 12px;
  color: #109694;
  background-color: transparent;
}

@media (min-width: 1024px) {
  .search-block .search-form input[type="search"] {
    width: calc(100% - 75px);
    font-size: 27px;
    height: 80px;
  }
}

.search-block .search-form input[type="search"]::-webkit-input-placeholder {
  color: #109694;
}

.search-block .search-form input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: #109694;
}

.search-block .search-form input[type="search"]:-moz-placeholder {
  color: #109694;
}

.search-block .search-form input[type="search"]:-ms-input-placeholder {
  color: #109694;
}

.search-block .search-form input[type="search"].placeholder {
  color: #109694;
}

.footer-contact-col {
  position: relative;
}

.footer-contact-col form {
  margin: 0 0 21px;
}

.checkbox-list {
  display: flex;
  margin: 0 -13px;
}

.checkbox-list li {
  margin: 0 13px;
  position: relative;
}

.radio-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

@media (min-width: 768px) {
  .radio-list {
    margin: 0 -18px;
  }
}

.radio-list li {
  margin: 0 5px;
  position: relative;
}

@media (min-width: 768px) {
  .radio-list li {
    margin: 0 18px;
  }
}

.custom-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.filter-block .custom-checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 1px 11px 2px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  background-color: #0d7675;
}

.filter-block .custom-checkbox.date {
  padding: 1px 5px 2px;
}

.filter-block input[type="checkbox"]:checked~.custom-checkbox {
  text-decoration: underline;
}

.filter-block input[type="checkbox"]:checked~.custom-checkbox .icon-arrow-top {
  transform: rotate(180deg);
}

.filter-block .icon-arrow-top {
  font-size: 12px;
  margin: 4px 0 0 5px;
  display: inline-block;
  vertical-align: top;
}

.filter-block .custom-radio {
  text-transform: uppercase;
  font-size: 12px;
  color: #616c72;
  cursor: pointer;
}

@media (min-width: 768px) {
  .filter-block .custom-radio {
    font-size: 16px;
  }
}

.filter-block input[type="radio"]:checked~.custom-radio {
  text-decoration: underline;
}

.comment-respond .comment-form-cookies-consent {
  display: flex;
  line-height: 1.05;
  font-size: 14px;
}

.comment-respond .comment-form-cookies-consent input[type="checkbox"] {
  width: 15px;
}

.comment-respond .comment-form-cookies-consent label {
  max-width: calc(100% - 15px);
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

@media (min-width: 768px) {

  h1,
  .h1 {
    font-size: 80px;
  }

  h2,
  .h2 {
    font-size: 60px;
  }

  h3,
  .h3 {
    font-size: 35px;
  }

  h4,
  .h4 {
    font-size: 30px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6 {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {

  h1,
  .h1 {
    font-size: 120px;
  }

  h2,
  .h2 {
    font-size: 80px;
  }

  h3,
  .h3 {
    font-size: 60px;
  }

  h4,
  .h4 {
    font-size: 40px;
  }

  h5,
  .h5 {
    font-size: 28px;
  }

  h6,
  .h6 {
    font-size: 25px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: inherit;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1;
}

@media (min-width: 768px) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}

h1,
.h1 {
  font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

@media (min-width: 768px) {

  h1,
  .h1 {
    letter-spacing: -2px;
  }
}

h2,
.h2 {
  font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
}

@media (min-width: 1024px) {

  h2.small,
  .h2.small {
    font-size: 70px;
  }
}

h3,
.h3 {
  font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 400;
}

p {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  p {
    margin-bottom: 30px;
  }
}

a {
  transition: color 0.3s ease-in-out;
  color: #0d7675;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #4f4f4f;
}

mark {
  background-color: #e96156;
}

table {
  width: 100%;
  margin: 0 0 20px;
  font-size: 14px;
}

@media (min-width: 768px) {
  table {
    font-size: 18px;
    margin-bottom: 49px;
  }
}

table th {
  border-color: #109694;
}

table td {
  border: 1px solid #109694;
  padding: 5px;
}

@media (min-width: 768px) {
  table td {
    padding: 9px 23px 2px;
  }
}

table tr:not(:first-child) td {
  border-top-width: 2px;
}

a[href^="tel:"] {
  white-space: nowrap;
}

.btn,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev,
.nav-links .next,
.nav-links .prev,
.navigation-single .next a,
.navigation-single .prev a {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  background: #109694;
  color: #fff;
  border: 2px solid #109694;
  padding: 8px 35px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.btn.btn-outline,
.navigation .btn-outline.next,
.navigation .btn-outline.prev,
.navigation-comments .btn-outline.next,
.navigation-comments .btn-outline.prev,
.nav-links .btn-outline.next,
.nav-links .btn-outline.prev,
.navigation-single .next a.btn-outline,
.navigation-single .prev a.btn-outline {
  background-color: transparent;
  color: #109694;
}

.btn.btn-outline:focus,
.navigation .btn-outline.next:focus,
.navigation .btn-outline.prev:focus,
.navigation-comments .btn-outline.next:focus,
.navigation-comments .btn-outline.prev:focus,
.nav-links .btn-outline.next:focus,
.nav-links .btn-outline.prev:focus,
.navigation-single .next a.btn-outline:focus,
.navigation-single .prev a.btn-outline:focus,
.btn.btn-outline:hover,
.navigation .btn-outline.next:hover,
.navigation .btn-outline.prev:hover,
.navigation-comments .btn-outline.next:hover,
.navigation-comments .btn-outline.prev:hover,
.nav-links .btn-outline.next:hover,
.nav-links .btn-outline.prev:hover,
.navigation-single .next a.btn-outline:hover,
.navigation-single .prev a.btn-outline:hover {
  background-color: #109694;
  border-color: #109694;
  color: #fff;
}

.btn:focus,
.navigation .next:focus,
.navigation .prev:focus,
.navigation-comments .next:focus,
.navigation-comments .prev:focus,
.nav-links .next:focus,
.nav-links .prev:focus,
.navigation-single .next a:focus,
.navigation-single .prev a:focus,
.btn:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover,
.nav-links .next:hover,
.nav-links .prev:hover,
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  background: #0d7675;
  color: #fff;
  border-color: #0d7675;
  outline: none;
}

.btn-group {
  display: flex;
}

.btn-group>.btn+.btn,
.navigation .btn-group>.next+.btn,
.navigation .btn-group>.prev+.btn,
.navigation-comments .btn-group>.next+.btn,
.navigation-comments .btn-group>.prev+.btn,
.nav-links .btn-group>.next+.btn,
.nav-links .btn-group>.prev+.btn,
.navigation-single .next .btn-group>a+.btn,
.navigation-single .prev .btn-group>a+.btn,
.navigation .btn-group>.btn+.next,
.navigation .btn-group>.next+.next,
.navigation .btn-group>.prev+.next,
.navigation-single .next .navigation .btn-group>a+.next,
.navigation .navigation-single .next .btn-group>a+.next,
.navigation-single .prev .navigation .btn-group>a+.next,
.navigation .navigation-single .prev .btn-group>a+.next,
.navigation .btn-group>.btn+.prev,
.navigation .btn-group>.next+.prev,
.navigation .btn-group>.prev+.prev,
.navigation-single .next .navigation .btn-group>a+.prev,
.navigation .navigation-single .next .btn-group>a+.prev,
.navigation-single .prev .navigation .btn-group>a+.prev,
.navigation .navigation-single .prev .btn-group>a+.prev,
.navigation-comments .btn-group>.btn+.next,
.navigation-comments .btn-group>.next+.next,
.navigation-comments .btn-group>.prev+.next,
.navigation-single .next .navigation-comments .btn-group>a+.next,
.navigation-comments .navigation-single .next .btn-group>a+.next,
.navigation-single .prev .navigation-comments .btn-group>a+.next,
.navigation-comments .navigation-single .prev .btn-group>a+.next,
.navigation-comments .btn-group>.btn+.prev,
.navigation-comments .btn-group>.next+.prev,
.navigation-comments .btn-group>.prev+.prev,
.navigation-single .next .navigation-comments .btn-group>a+.prev,
.navigation-comments .navigation-single .next .btn-group>a+.prev,
.navigation-single .prev .navigation-comments .btn-group>a+.prev,
.navigation-comments .navigation-single .prev .btn-group>a+.prev,
.nav-links .btn-group>.btn+.next,
.nav-links .btn-group>.next+.next,
.nav-links .btn-group>.prev+.next,
.navigation-single .next .nav-links .btn-group>a+.next,
.nav-links .navigation-single .next .btn-group>a+.next,
.navigation-single .prev .nav-links .btn-group>a+.next,
.nav-links .navigation-single .prev .btn-group>a+.next,
.nav-links .btn-group>.btn+.prev,
.nav-links .btn-group>.next+.prev,
.nav-links .btn-group>.prev+.prev,
.navigation-single .next .nav-links .btn-group>a+.prev,
.nav-links .navigation-single .next .btn-group>a+.prev,
.navigation-single .prev .nav-links .btn-group>a+.prev,
.nav-links .navigation-single .prev .btn-group>a+.prev,
.navigation-single .next .btn-group>.btn+a,
.navigation .navigation-single .next .btn-group>.next+a,
.navigation-single .next .navigation .btn-group>.next+a,
.navigation .navigation-single .next .btn-group>.prev+a,
.navigation-single .next .navigation .btn-group>.prev+a,
.navigation-comments .navigation-single .next .btn-group>.next+a,
.navigation-single .next .navigation-comments .btn-group>.next+a,
.navigation-comments .navigation-single .next .btn-group>.prev+a,
.navigation-single .next .navigation-comments .btn-group>.prev+a,
.nav-links .navigation-single .next .btn-group>.next+a,
.navigation-single .next .nav-links .btn-group>.next+a,
.nav-links .navigation-single .next .btn-group>.prev+a,
.navigation-single .next .nav-links .btn-group>.prev+a,
.navigation-single .next .btn-group>a+a,
.navigation-single .prev .btn-group>.btn+a,
.navigation .navigation-single .prev .btn-group>.next+a,
.navigation-single .prev .navigation .btn-group>.next+a,
.navigation .navigation-single .prev .btn-group>.prev+a,
.navigation-single .prev .navigation .btn-group>.prev+a,
.navigation-comments .navigation-single .prev .btn-group>.next+a,
.navigation-single .prev .navigation-comments .btn-group>.next+a,
.navigation-comments .navigation-single .prev .btn-group>.prev+a,
.navigation-single .prev .navigation-comments .btn-group>.prev+a,
.nav-links .navigation-single .prev .btn-group>.next+a,
.navigation-single .prev .nav-links .btn-group>.next+a,
.nav-links .navigation-single .prev .btn-group>.prev+a,
.navigation-single .prev .nav-links .btn-group>.prev+a,
.navigation-single .prev .btn-group>a+a {
  border-left: 0;
}

.social-list {
  display: flex;
  align-items: center;
  margin: 0 -8px;
  font-size: 16px;
}

.social-list a img {
  height: 23px;
}

.header-bar .social-list {
  margin-right: 16px;
}

@media (min-width: 1024px) {
  .header-bar .social-list {
    justify-content: flex-end;
    padding-right: 43px;
    margin: 0 -34px 20px;
    width: 210px;
  }
}

.footer-contact-col .social-list {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer-contact-col .social-list {
    margin-bottom: 47px;
  }
}

.footer-contact-col .social-list a {
  color: #fff;
}

.footer-contact-col .social-list a:hover {
  color: #41a8b3;
}

.social-list li {
  margin: 0 8px;
}

.widget {
  margin-bottom: 20px;
}

.widget select {
  min-width: 150px;
}

.search-form label,
.post-password-form label {
  display: block;
}

.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}

.search-form input[type='submit'],
.post-password-form input[type='submit'] {
  margin: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin: 0 -3px 22px;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  max-width: 49%;
}

.nav-links,
.navigation-comments {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.nav-links .next,
.nav-links .prev,
.navigation-comments .next,
.navigation-comments .prev {
  max-width: 49%;
  display: flex;
  align-items: center;
  padding: 8px 3px;
}

.nav-links .next a,
.nav-links .prev a,
.navigation-comments .next a,
.navigation-comments .prev a {
  display: block;
  color: inherit;
}

.navigation-single {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin: 10px -5px 20px;
}

@media (min-width: 1024px) {
  .navigation-single {
    margin: 0 -22px 20px;
  }
}

.btn-wrap .navigation-single {
  margin-bottom: 0;
}

.navigation-single .next,
.navigation-single .prev {
  margin: 0 5px;
}

@media (min-width: 1024px) {

  .navigation-single .next,
  .navigation-single .prev {
    margin: 0 22px;
  }
}

.navigation-single .next a,
.navigation-single .prev a {
  background-color: #86b9ba;
  border-color: #86b9ba;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}

@media (min-width: 768px) {

  .comment-form input,
  .comment-form textarea {
    max-width: 300px;
  }
}

.comment-form input[type='submit'],
.comment-form textarea[type='submit'] {
  display: block;
  width: auto;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item+.commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 2px solid #109694;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.wp-caption img {
  margin-bottom: 4px;
}

.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 22px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 22px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery .gallery-item {
  padding: 0 10px;
}

.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

#header {
  padding: 7px 0 8px;
  position: relative;
  z-index: 200;
}

@media (min-width: 1024px) {
  #header {
    padding: 12px 0 28px;
  }
}

#header>.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1024px) {
  #header>.container {
    position: relative;
    align-items: flex-end;
  }
}

#header .logo {
  width: 185px;
}

@media (min-width: 768px) {
  #header .logo {
    width: 286px;
  }
}

.logo-bar {
  display: flex;
}

@media (min-width: 768px) {
  .logo-bar {
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .logo-bar {
    margin: 0 0 8px;
    display: block;
  }
}

.nav-opener {
  display: block;
  width: 28px;
  height: 28px;
  position: relative;
  background-color: #109694;
  margin: 0 6px 0 0;
}

@media (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}

.nav-opener span {
  background: #fff;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 6px;
  top: 8px;
  transition: transform 0.3s, top 0.3s, background 0.3s;
}

.nav-opener span:nth-child(2) {
  top: 13px;
}

.nav-opener span:nth-child(3) {
  top: 18px;
}

.nav-active .nav-opener span {
  top: 50%;
}

.nav-active .nav-opener span:nth-child(1) {
  transform: rotate(45deg);
}

.nav-active .nav-opener span:nth-child(2) {
  transform: scaleX(0);
}

.nav-active .nav-opener span:nth-child(3) {
  transform: rotate(-45deg);
}

.nav-drop {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 23px 22px;
}

@media (min-width: 1024px) {
  .nav-drop {
    position: static;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    max-width: calc(100% - 320px);
    opacity: 1;
    visibility: visible;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .nav-drop {
    max-width: calc(100% - 372px);
  }
}

.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}

.nav-drop:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0;
  height: 1px;
  background: #707070;
}

@media (min-width: 1024px) {
  .nav-drop:before {
    display: none;
  }
}

#nav {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 30px;
}

@media (min-width: 1024px) {
  #nav {
    margin-bottom: 8px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #nav {
    font-size: 18px;
  }
}

#nav ul>.active>a {
  color: #109694;
}

#nav ul a {
  color: #4f4f4f;
}

#nav ul a:hover {
  color: #109694;
}

@media (min-width: 1024px) {
  #nav>ul {
    display: flex;
    margin: 0 -7px;
  }
}

@media (min-width: 1200px) {
  #nav>ul {
    margin: 0 -14px;
  }
}

#nav>ul>li {
  margin: 0 0 15px;
}

@media (min-width: 1024px) {
  #nav>ul>li {
    margin: 0 7px;
    position: relative;
  }
}

@media (min-width: 1200px) {
  #nav>ul>li {
    margin: 0 14px;
  }
}

#nav>ul>li.hover>a {
  color: #109694;
}

@media (min-width: 1024px) {
  #nav>ul>li.hover .menu-drop {
    opacity: 1;
    visibility: visible;
  }
}

#nav .menu-drop {
  font-size: 13px;
  padding: 16px 0 6px;
}

@media (min-width: 1024px) {
  #nav .menu-drop {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    top: 100%;
    left: -15px;
    display: block;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    font-size: 16px;
    padding: 17px 15px;
  }
}

@media (min-width: 1024px) {
  #nav .menu-drop ul {
    white-space: nowrap;
  }
}

#nav .menu-drop ul li+li {
  margin-top: 12px;
}

@media (min-width: 1024px) {
  #nav .menu-drop ul li+li {
    margin-top: 24px;
  }
}

.header-bar {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

@media (min-width: 1024px) {
  .header-bar {
    display: block;
    margin: 0;
    width: 164px;
    position: relative;
    z-index: 10;
  }
}

.header-bar>* {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .header-bar>* {
    margin-bottom: 0;
  }
}

.header-bar .btn,
.header-bar .navigation .next,
.navigation .header-bar .next,
.header-bar .navigation .prev,
.navigation .header-bar .prev,
.header-bar .navigation-comments .next,
.navigation-comments .header-bar .next,
.header-bar .navigation-comments .prev,
.navigation-comments .header-bar .prev,
.header-bar .nav-links .next,
.nav-links .header-bar .next,
.header-bar .nav-links .prev,
.nav-links .header-bar .prev,
.header-bar .navigation-single .next a,
.navigation-single .next .header-bar a,
.header-bar .navigation-single .prev a,
.navigation-single .prev .header-bar a {
  font-size: 12px;
  padding: 8px 35px;
}

@media (min-width: 1024px) {

  .header-bar .btn,
  .header-bar .navigation .next,
  .navigation .header-bar .next,
  .header-bar .navigation .prev,
  .navigation .header-bar .prev,
  .header-bar .navigation-comments .next,
  .navigation-comments .header-bar .next,
  .header-bar .navigation-comments .prev,
  .navigation-comments .header-bar .prev,
  .header-bar .nav-links .next,
  .nav-links .header-bar .next,
  .header-bar .nav-links .prev,
  .nav-links .header-bar .prev,
  .header-bar .navigation-single .next a,
  .navigation-single .next .header-bar a,
  .header-bar .navigation-single .prev a,
  .navigation-single .prev .header-bar a {
    width: 100%;
    font-size: 16px;
    padding: 7px 10px 8px;
  }
}

.header-bar .btn {
  background-color: #ff674c;
  border-color: #ff674c;
}

.header-bar .btn:focus,
.header-bar .btn:active,
.header-bar .btn:hover {
  background-color: #df5942;
  border-color: #df5942;
}

.search-block {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 5px 0;
  overflow: auto;
  display: block !important;
  height: calc(100vh - 52px);
}

@media (min-width: 768px) {
  .search-block {
    height: calc(100vh - 63px);
  }
}

@media (min-width: 1024px) {
  .search-block {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 103px 0;
    height: auto;
  }
}

@media (min-width: 1200px) {
  .search-block {
    padding-left: 220px;
    padding-right: 220px;
  }
}

.search-active .search-block {
  z-index: 100;
  opacity: 1;
  visibility: visible;
}

.search-block .title-block {
  display: block;
  color: #109694;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 27px;
}

@media (min-width: 768px) {
  .search-block .title-block {
    font-size: 37px;
    font-weight: 400;
  }
}

.search-block .ajax-search-holder {
  overflow: hidden;
}

.search-opener {
  font-size: 25px;
  position: relative;
  display: block;
}

@media (min-width: 1024px) {
  .search-opener {
    position: absolute;
    z-index: 12;
    top: -1px;
    right: 18px;
    font-size: 18px;
  }
}

.search-active .search-opener .close {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1024px) {
  .search-active .search-opener .close {
    opacity: 0;
    visibility: hidden;
  }
}

.search-opener .close {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  width: 28px;
  height: 28px;
  background-color: #109694;
  display: block;
}

.search-opener .close span {
  background: #fff;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 6px;
  top: 50%;
  transition: transform 0.3s, top 0.3s, background 0.3s;
}

.search-opener .close span:nth-child(1) {
  transform: rotate(45deg);
}

.search-opener .close span:nth-child(2) {
  top: 14px;
  transform: rotate(-45deg);
}

.search-close {
  display: none;
}

@media (min-width: 1024px) {
  .search-close {
    font-size: 50px;
    top: 10px;
    right: 10px;
    position: absolute;
    display: block;
  }
}

@media (min-width: 1200px) {
  .search-close {
    top: 96px;
    right: 116px;
    font-size: 88px;
  }
}

.container {
  max-width: 1234px;
  padding: 0 15px;
  margin: 0 auto;
}

[class*="border-bottom-"] {
  border-bottom: 1px solid;
}

h1 [class*="border-bottom-"] {
  border-bottom-width: 3px;
}

h2 [class*="border-bottom-"],
.main-text [class*="border-bottom-"] {
  border-bottom-width: 2px;
}

.border-bottom-orange {
  border-color: #ff7f41;
}

.border-bottom-gray {
  border-color: #4f4f4f;
}

.border-bottom-white {
  border-color: #fff;
}

.border-bottom-red {
  border-color: #fc5f6b;
}

.d-block {
  display: block;
}

.text-center {
  text-align: center;
}

.more-link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 17px 0 0;
  font-size: 14px;
}

.more-link:hover:before {
  transform: translate3d(5px, -50%, 0);
}

.more-link:before {
  transition: transform 0.3s ease-in-out;
  font-family: 'icomoon';
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  font-size: 7px;
  color: #ff7f41;
  margin-top: 1px;
}

.bg-gray {
  background-color: rgba(226, 232, 237, 0.71);
}

.bg-green {
  background-color: #23828a;
  color: #fff;
}

.bg-green .btn.btn-outline,
.bg-green .navigation .btn-outline.next,
.navigation .bg-green .btn-outline.next,
.bg-green .navigation .btn-outline.prev,
.navigation .bg-green .btn-outline.prev,
.bg-green .navigation-comments .btn-outline.next,
.navigation-comments .bg-green .btn-outline.next,
.bg-green .navigation-comments .btn-outline.prev,
.navigation-comments .bg-green .btn-outline.prev,
.bg-green .nav-links .btn-outline.next,
.nav-links .bg-green .btn-outline.next,
.bg-green .nav-links .btn-outline.prev,
.nav-links .bg-green .btn-outline.prev,
.bg-green .navigation-single .next a.btn-outline,
.navigation-single .next .bg-green a.btn-outline,
.bg-green .navigation-single .prev a.btn-outline,
.navigation-single .prev .bg-green a.btn-outline {
  border-color: #fff;
  color: #fff;
}

.bg-green .btn.btn-outline:hover,
.bg-green .navigation .btn-outline.next:hover,
.navigation .bg-green .btn-outline.next:hover,
.bg-green .navigation .btn-outline.prev:hover,
.navigation .bg-green .btn-outline.prev:hover,
.bg-green .navigation-comments .btn-outline.next:hover,
.navigation-comments .bg-green .btn-outline.next:hover,
.bg-green .navigation-comments .btn-outline.prev:hover,
.navigation-comments .bg-green .btn-outline.prev:hover,
.bg-green .nav-links .btn-outline.next:hover,
.nav-links .bg-green .btn-outline.next:hover,
.bg-green .nav-links .btn-outline.prev:hover,
.nav-links .bg-green .btn-outline.prev:hover,
.bg-green .navigation-single .next a.btn-outline:hover,
.navigation-single .next .bg-green a.btn-outline:hover,
.bg-green .navigation-single .prev a.btn-outline:hover,
.navigation-single .prev .bg-green a.btn-outline:hover {
  background-color: #fff;
  color: #41a8b3;
}

.bg-red {
  background-color: #fefaf3;
}

.color-green {
  color: #0d7675;
}

.color-red {
  color: #e96156;
}

.color-gray {
  color: #4c5264;
}

.picture-holder.arrow {
  position: relative;
}

@media (min-width: 768px) {
  .info-box:nth-child(even) .picture-holder.arrow:before {
    right: auto;
    left: -24px;
    content: "\e90d";
  }
}

@media (min-width: 768px) {
  .reverse .info-box:nth-child(odd) .picture-holder.arrow:before {
    right: auto;
    left: -24px;
  }
}

@media (min-width: 768px) {
  .reverse .info-box:nth-child(even) .picture-holder.arrow:before {
    right: -24px;
    left: auto;
  }
}

@media (min-width: 768px) {
  .info-box.full .picture-holder.arrow:before {
    bottom: -65px;
    content: "\e90c";
    top: auto;
    font-size: 94px;
    right: auto;
    left: 32px;
  }
}

@media (min-width: 768px) {
  .reverse .info-box.full .picture-holder.arrow:before {
    left: 32px;
  }
}

@media (min-width: 768px) {
  .content-wrap .picture-holder.arrow:before {
    top: 3px;
  }
}

.picture-holder.arrow:before {
  font-family: 'icomoon' !important;
  content: "\e90c";
  position: absolute;
  left: 10px;
  color: #ff7f41;
  bottom: -45px;
  font-size: 45px;
}

@media (min-width: 768px) {
  .picture-holder.arrow:before {
    content: "\e900";
    right: -24px;
    top: 13px;
    left: auto;
    bottom: auto;
    font-size: 26px;
  }
}

.picture-holder.arrow img {
  max-width: none;
  width: 100%;
}

#main {
  padding: 40px 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  #main {
    padding: 60px 0;
  }
}

@media (min-width: 1024px) {
  #main {
    padding: 92px 0;
  }
}

#main .hero-banner:first-child,
#main .short-info-wrap:first-child,
#main .bg-red:first-child,
#main .bg-green:first-child,
#main .banner:first-child,
#main .bg-gray:first-child {
  margin-top: -40px;
}

@media (min-width: 768px) {

  #main .hero-banner:first-child,
  #main .short-info-wrap:first-child,
  #main .bg-red:first-child,
  #main .bg-green:first-child,
  #main .banner:first-child,
  #main .bg-gray:first-child {
    margin-top: -60px;
  }
}

@media (min-width: 1024px) {

  #main .hero-banner:first-child,
  #main .short-info-wrap:first-child,
  #main .bg-red:first-child,
  #main .bg-green:first-child,
  #main .banner:first-child,
  #main .bg-gray:first-child {
    margin-top: -92px;
  }
}

#main .hero-banner:last-child,
#main .short-info-wrap:last-child,
#main .bg-red:last-child,
#main .bg-green:last-child,
#main .banner:last-child,
#main .bg-gray:last-child {
  margin-bottom: -40px;
}

@media (min-width: 768px) {

  #main .hero-banner:last-child,
  #main .short-info-wrap:last-child,
  #main .bg-red:last-child,
  #main .bg-green:last-child,
  #main .banner:last-child,
  #main .bg-gray:last-child {
    margin-bottom: -60px;
  }
}

@media (min-width: 1024px) {

  #main .hero-banner:last-child,
  #main .short-info-wrap:last-child,
  #main .bg-red:last-child,
  #main .bg-green:last-child,
  #main .banner:last-child,
  #main .bg-gray:last-child {
    margin-bottom: -92px;
  }
}

#main .news-section:last-child {
  padding-bottom: 0;
}

.indent-section {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .indent-section {
    padding: 60px 0;
  }
}

@media (min-width: 1024px) {
  .indent-section {
    padding: 92px 0;
  }
}

.section .text-wrap {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .section .text-wrap {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .section .text-wrap {
    margin-bottom: 110px;
  }
}

.section .text-wrap h2 {
  margin: 0 0 19px;
}

.section .text-wrap h2 [class*="border-bottom-"] {
  display: inline-block;
  vertical-align: top;
  line-height: 1.05;
  margin: 2px 0 0;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .section .text-wrap h2 [class*="border-bottom-"] {
    padding: 0 10px;
  }
}

.section h2 {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .section h2 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .section h2 {
    margin-bottom: 102px;
  }
}

@media (min-width: 1024px) {
  .section h2.small {
    margin-bottom: 74px;
  }
}

.title-small {
  font-size: 20px;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0;
  padding: 0 0 15px;
  margin: 0 0 26px;
  line-height: 1.1;
  text-align: left;
  font-weight: 700;
}

.article-list .title-small {
  font-size: 16px;
}

@media (min-width: 768px) {
  .article-list .title-small {
    font-size: 20px;
  }
}

@media (min-width: 768px) {

  .load-more-holder .btn,
  .load-more-holder .navigation .next,
  .navigation .load-more-holder .next,
  .load-more-holder .navigation .prev,
  .navigation .load-more-holder .prev,
  .load-more-holder .navigation-comments .next,
  .navigation-comments .load-more-holder .next,
  .load-more-holder .navigation-comments .prev,
  .navigation-comments .load-more-holder .prev,
  .load-more-holder .nav-links .next,
  .nav-links .load-more-holder .next,
  .load-more-holder .nav-links .prev,
  .nav-links .load-more-holder .prev,
  .load-more-holder .navigation-single .next a,
  .navigation-single .next .load-more-holder a,
  .load-more-holder .navigation-single .prev a,
  .navigation-single .prev .load-more-holder a {
    margin-top: 49px;
  }
}

.marking {
  display: block;
  color: #109391;
  font-weight: 300;
  margin: 0 0 15px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .marking {
    font-size: 16px;
    margin-bottom: 29px;
  }
}

.event-box .marking {
  margin-bottom: 14px;
}

.m-none {
  display: none;
}

@media (min-width: 1024px) {
  .m-none {
    display: inline-block;
    vertical-align: top;
  }
}

.article-wrap {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .article-wrap h2 {
    font-size: 60px;
    margin-bottom: 40px;
  }
}

.content-page {
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .content-page {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .content-page {
    margin-bottom: 92px;
  }
}

.content-page h2 {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .content-page .hold {
    width: 52%;
  }
}

@media (min-width: 768px) {
  .content-page .hold:only-child {
    width: 100%;
  }
}

.content-page .picture-wrap {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .content-page .picture-wrap {
    width: 43.1%;
    margin-bottom: 0;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .content-page .picture-wrap:only-child {
    width: 100%;
  }
}

.content-page .picture-wrap img {
  display: block;
}

.content-page .picture-wrap img+img {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .content-page .picture-wrap img+img {
    margin-top: 45px;
  }
}

@media (min-width: 768px) {
  .content-page .text-frame {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .content-page .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 124px;
  }
}

@media (min-width: 1024px) {

  .content-page .btn-wrap>.btn,
  .content-page .navigation .btn-wrap>.next,
  .navigation .content-page .btn-wrap>.next,
  .content-page .navigation .btn-wrap>.prev,
  .navigation .content-page .btn-wrap>.prev,
  .content-page .navigation-comments .btn-wrap>.next,
  .navigation-comments .content-page .btn-wrap>.next,
  .content-page .navigation-comments .btn-wrap>.prev,
  .navigation-comments .content-page .btn-wrap>.prev,
  .content-page .nav-links .btn-wrap>.next,
  .nav-links .content-page .btn-wrap>.next,
  .content-page .nav-links .btn-wrap>.prev,
  .nav-links .content-page .btn-wrap>.prev,
  .content-page .navigation-single .next .btn-wrap>a,
  .navigation-single .next .content-page .btn-wrap>a,
  .content-page .navigation-single .prev .btn-wrap>a,
  .navigation-single .prev .content-page .btn-wrap>a {
    margin-right: 10px;
  }
}

.content-page .btn-wrap .btn,
.content-page .btn-wrap .navigation .next,
.navigation .content-page .btn-wrap .next,
.content-page .btn-wrap .navigation .prev,
.navigation .content-page .btn-wrap .prev,
.content-page .btn-wrap .navigation-comments .next,
.navigation-comments .content-page .btn-wrap .next,
.content-page .btn-wrap .navigation-comments .prev,
.navigation-comments .content-page .btn-wrap .prev,
.content-page .btn-wrap .nav-links .next,
.nav-links .content-page .btn-wrap .next,
.content-page .btn-wrap .nav-links .prev,
.nav-links .content-page .btn-wrap .prev,
.content-page .btn-wrap .navigation-single .next a,
.navigation-single .next .content-page .btn-wrap a,
.content-page .btn-wrap .navigation-single .prev a,
.navigation-single .prev .content-page .btn-wrap a {
  margin-bottom: 10px;
}

.main-text {
  display: block;
  font-size: 30px;
  margin: 0 0 30px;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}

@media (min-width: 768px) {
  .main-text {
    font-size: 60px;
    margin-bottom: 58px;
  }
}

.main-text [class*="border-bottom-"] {
  display: inline-block;
  vertical-align: top;
  line-height: 1.05;
  margin: 4px 0 0;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .main-text [class*="border-bottom-"] {
    padding: 0 10px;
  }
}

.two-col-holder {
  padding: 50px 0;
}

@media (min-width: 768px) {
  .two-col-holder {
    display: flex;
    justify-content: space-between;
  }

  .two-col-holder.reverse {
    flex-direction: row-reverse;
  }

  .two-col-holder.reverse .col.arrow-text {
    text-align: right;
  }

  .two-col-holder.reverse .picture-holder.arrow:before {
    right: auto;
    left: -24px;
    content: "\e90d";
  }
}

@media (min-width: 1024px) {
  .two-col-holder {
    padding: 140px 0;
  }
}

.two-col-holder:only-child {
  margin-bottom: 0;
}

.content-wrap .two-col-holder {
  padding: 0;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .content-wrap .two-col-holder {
    margin-bottom: 44px;
  }
}

@media (min-width: 1024px) {
  .content-wrap .two-col-holder {
    margin-bottom: 84px;
  }
}

.content-wrap .two-col-holder:only-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .content-wrap .two-col-holder h2 {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .two-col-holder .col {
    width: 48.1%;
  }
}

.two-col-holder .col+.col {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .two-col-holder .col+.col {
    margin-top: 0;
  }
}

.two-col-holder .col+.col.arrow-text {
  margin-top: 0;
  padding: 10px 0 0 40px;
}

@media (min-width: 768px) {
  .two-col-holder .col+.col.arrow-text {
    padding: 0;
    margin-top: -8px;
  }
}

.two-col-holder h2 {
  line-height: 1.25;
  margin: 0 0 15px;
  font-size: 38px;
}

@media (min-width: 1024px) {
  .two-col-holder h2 {
    font-size: 60px;
  }
}

.info-wrap {
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .info-wrap {
    margin-bottom: 147px;
  }
}

.info-wrap h3 {
  margin-bottom: 42px;
}

.info-wrap .picture-holder {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .info-wrap .picture-holder {
    padding-top: 30px;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .columns-wrap {
    display: flex;
  }
}

@media (min-width: 768px) {
  .columns-wrap.reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .columns-wrap .col {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .columns-wrap .col:only-child {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .columns-wrap .col:only-child:nth-child(odd) {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .columns-wrap .col:nth-child(odd) {
    width: 39.4%;
  }
}

.donate-container {
  text-align: center;
  max-width: 1025px;
  margin: 0 auto;
  min-height: 1500px;
}

.donate-container h2 {
  margin: 0 0 25px;
}

.decor-text {
  font-size: 20px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #109694;
  padding: 0 0 3px;
}

@media (min-width: 768px) {
  .decor-text {
    font-size: 24px;
  }
}

.decor-text:before {
  transition: width 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 69px;
  height: 1px;
  background: #ff674c;
}

.donate-form {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .donate-form {
    margin-bottom: 58px;
  }
}

.note {
  padding: 20px 0 0;
  border-top: 1px solid #fc5f6b;
}

@media (min-width: 768px) {
  .note {
    padding-top: 34px;
  }
}

.content-wrap {
  padding: 20px 0 0;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .content-wrap {
    padding-top: 40px;
  }
}

@media (min-width: 1024px) {
  .content-wrap {
    padding-top: 97px;
  }
}

.content-wrap h2 {
  color: #4c5264;
  margin: 0 0 10px;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -1.2px;
  font-size: 30px;
}

@media (min-width: 768px) {
  .content-wrap h2 {
    font-size: 40px;
  }
}

.content-wrap a {
  color: #0091c1;
}

.content-wrap a:hover {
  color: #41a8b3;
}

.content-wrap .address-holder {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.content-wrap .address-holder .decor-col {
  width: 10%;
}

@media (min-width: 768px) {
  .content-wrap .address-holder .decor-col {
    width: 160px;
  }
}

.content-wrap .address-holder .address-col {
  width: 90%;
}

@media (min-width: 768px) {
  .content-wrap .address-holder .address-col {
    width: 50%;
  }
}

.content-wrap .title {
  display: block;
  font-weight: 700;
  font-size: 22px;
}

@media (min-width: 768px) {
  .content-wrap .title {
    font-size: 24px;
  }
}

.content-wrap a.tel {
  color: inherit;
}

.content-wrap a.tel:hover {
  color: #0d7675;
}

.content-wrap .text-hold {
  display: block;
}

@media (min-width: 768px) {
  .content-wrap .text-hold {
    margin-bottom: 2px;
  }
}

.content-wrap address {
  font-style: normal;
  margin: 0;
  font-size: 14px;
}

@media (min-width: 768px) {
  .content-wrap address {
    font-size: 20px;
  }
}

.address-block {
  display: block;
  color: #4f4f4f;
}

.address-block+.address-block {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .address-block+.address-block {
    margin-top: 42px;
  }
}

@media (min-width: 768px) {
  .address-block .text-hold {
    margin-bottom: 7px;
  }
}

#footer {
  padding: 38px 0;
  background-color: #4c5264;
  color: #fff;
}

@media (min-width: 768px) {
  #footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

#footer .btn,
#footer .navigation .next,
.navigation #footer .next,
#footer .navigation .prev,
.navigation #footer .prev,
#footer .navigation-comments .next,
.navigation-comments #footer .next,
#footer .navigation-comments .prev,
.navigation-comments #footer .prev,
#footer .nav-links .next,
.nav-links #footer .next,
#footer .nav-links .prev,
.nav-links #footer .prev,
#footer .navigation-single .next a,
.navigation-single .next #footer a,
#footer .navigation-single .prev a,
.navigation-single .prev #footer a {
  min-width: 184px;
}

#footer .btn-outline {
  border-color: #fff;
  color: #fff;
  border-width: 3px;
}

#footer .btn-outline:hover {
  background-color: #fff;
  color: #41a8b3;
}

#footer #mailpoet_form_1 .mailpoet_form {
  padding: 0;
}

#footer #mailpoet_form_1 .mailpoet_form .parsley-errors-list {
  display: none;
}

#footer #mailpoet_form_1 .mailpoet_paragraph {
  margin-bottom: 0;
}

#footer form.mailpoet_form {
  display: flex;
  margin: 0 0 21px;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer form.mailpoet_form label+.mailpoet_paragraph {
  width: calc(100% - 132px);
}

#footer form.mailpoet_form .mailpoet_text {
  width: 100%;
  border-color: #fff;
  height: 36px;
  font-size: 13px;
  line-height: 34px;
}

#footer form.mailpoet_form .mailpoet_text::-webkit-input-placeholder {
  color: #a6adb4;
}

#footer form.mailpoet_form .mailpoet_text::-moz-placeholder {
  opacity: 1;
  color: #a6adb4;
}

#footer form.mailpoet_form .mailpoet_text:-moz-placeholder {
  color: #a6adb4;
}

#footer form.mailpoet_form .mailpoet_text:-ms-input-placeholder {
  color: #a6adb4;
}

#footer form.mailpoet_form .mailpoet_text.placeholder {
  color: #a6adb4;
}

#footer form.mailpoet_form .mailpoet_submit {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  height: 36px;
  width: 124px;
  border: 1px solid #fff;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

#footer form.mailpoet_form .mailpoet_submit:hover {
  background-color: #fff;
  color: #41a8b3;
}

#footer form.mailpoet_form .mailpoet_message {
  width: 100%;
  color: #fff;
}

.footer-logo-col {
  width: 100%;
  margin: 0 0 20px;
}

@media (min-width: 1024px) {
  .footer-logo-col {
    width: 184px;
    order: 2;
    padding-top: 44px;
  }
}

@media (min-width: 768px) {
  .footer-contact-col {
    width: 42%;
  }
}

@media (min-width: 1024px) {
  .footer-contact-col {
    width: 41.9%;
  }
}

.footer-contact-col .title {
  display: block;
  margin: 0 0 7px;
  font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 20px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .footer-contact-col .title {
    font-size: 22px;
  }
}

.footer-contact-col .legal {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 0.2rem;
}

@media (max-width: 768px) {
  .footer-contact-col .legal {
    position: relative;
    margin-top: 3rem;
  }
}

.footer-contact-col .legal p {
  margin-bottom: 0;
}

.nav-col {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: uppercase;
  padding: 44px 0 0;
  overflow: hidden;
}

@media (min-width: 768px) {
  .nav-col {
    width: 42%;
  }
}

@media (min-width: 1024px) {
  .nav-col {
    width: 30%;
  }
}

.nav-col>*+* {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .nav-col>*+* {
    margin-top: 37px;
  }
}

.nav-col ul li {
  margin: 0 0 12px;
}

.nav-col ul li.active a {
  color: #41a8b3;
}

.nav-col ul a {
  color: #fff;
}

.nav-col ul a:hover {
  color: #41a8b3;
}

.nav-col .two-list {
  display: flex;
  justify-content: space-between;
}

.nav-col .two-list ul {
  width: 43%;
}

.nav-col .one-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}

.nav-col .one-list ul li {
  margin: 0 14px 5px;
}

.ajax-search-container.is-busy .ajax-search-holder {
  position: relative;
  min-height: 200px;
}

.ajax-search-container.is-busy .ajax-search-holder:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
}

.ajax-search-container.is-busy .ajax-search-holder:after {
  content: '';
  position: absolute;
  z-index: 6;
  top: 100px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  height: 40px;
  width: 40px;
  border: 5px solid #0d7675;
  border-top-color: transparent;
  border-radius: 50%;
  animation: loader 1s infinite linear;
}

@keyframes loader {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.search-active {
  overflow: hidden;
}

.result-list {
  margin: -15px 0;
}

@media (min-width: 768px) {
  .result-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}

@media (min-width: 1024px) {
  .result-list {
    margin: 0 -23px;
  }
}

.result-list li {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .result-list li {
    padding: 0 15px;
    width: 33.3%;
  }
}

@media (min-width: 1024px) {
  .result-list li {
    padding: 0 23px 112px;
  }
}

.result-box {
  transition: background-color 0.3s ease-in-out;
  background-color: #41a8b3;
  min-height: 215px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  line-height: 1.2;
}

.result-box:hover {
  background-color: #109694;
  color: #fff;
}

.result-box:hover .bg-holder:before {
  background: rgba(20, 19, 19, 0.3);
}

.result-box .bg-holder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: 50% 50%;
}

.result-box .bg-holder:before {
  transition: background 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 19, 19, 0.6);
}

.result-box .logo-box {
  position: absolute;
  max-width: 50%;
  width: 135px;
  top: 22px;
  right: 27px;
  z-index: -1;
}

.result-box .text-holder {
  position: relative;
  z-index: 2;
  padding: 14px 17px;
}

.result-box .category {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin: 0 0 10px;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.result-box .title {
  display: block;
  line-height: 1.01;
}

.result-box p:last-child {
  margin-bottom: 0;
}

.hero-banner {
  display: flex;
  flex-direction: row;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
}

.hero-banner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(1deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.hero-banner+.section {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .hero-banner+.section {
    padding-top: 40px;
  }
}

@media (min-width: 1024px) {
  .hero-banner+.section {
    padding-top: 92px;
  }
}

.hero-banner .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 330px;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (min-width: 768px) {
  .hero-banner .container {
    min-height: 450px;
  }
}

@media (min-width: 1024px) {
  .hero-banner .container {
    min-height: 800px;
  }
}

.hero-banner .text-frame {
  width: 100%;
}

.hero-banner h1 {
  margin-bottom: 0;
  line-height: 0.9;
  opacity: 0;
}

.short-info-wrap {
  padding: 25px 0;
}

@media (min-width: 768px) {
  .short-info-wrap {
    padding: 50px 0;
  }
}

@media (min-width: 1024px) {
  .short-info-wrap {
    padding: 91px 0 80px;
  }
}

.short-info-wrap .frame {
  overflow: hidden;
}

.short-info-wrap h1 {
  font-weight: 400;
  margin: 0 -5px 30px;
  line-height: 0.9;
}

@media (min-width: 768px) {
  .short-info-wrap h1 {
    margin-bottom: 45px;
    margin: 0 -10px 50px;
  }
}

.short-info-wrap [class*="border-bottom-"] {
  display: inline-block;
  vertical-align: top;
  line-height: 1.05;
  margin: -2px 0 0;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .short-info-wrap [class*="border-bottom-"] {
    padding: 0 10px;
  }
}

.short-info-wrap .category {
  display: block;
  margin: 0 0 23px;
  font-size: 16px;
  color: #0d7675;
}

@media (min-width: 768px) {
  .short-info-wrap .category {
    font-size: 18px;
  }
}

.info-box-wrap {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .info-box-wrap {
    padding: 60px 0;
  }
}

@media (min-width: 1024px) {
  .info-box-wrap {
    padding: 123px 0;
  }
}

.info-box-holder {
  margin: 0 0 50px;
}

@media (min-width: 768px) {
  .info-box-holder {
    margin-bottom: 60px;
  }
}

@media (min-width: 1024px) {
  .info-box-holder {
    margin-bottom: 103px;
  }
}

.info-box {
  font-size: 20px;
  line-height: 1.3;
  color: #4c5264;
}

@media (min-width: 768px) {
  .info-box {
    display: flex;
    justify-content: space-between;
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .info-box {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .info-box:nth-child(even) {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .info-box:nth-child(even) .text-holder {
    text-align: right;
  }
}

.info-box.large {
  font-size: 22px;
}

@media (min-width: 768px) {
  .info-box.large {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .info-box.large {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .info-box.large .picture-holder {
    width: 55%;
  }
}

@media (min-width: 1024px) {
  .info-box.large .picture-holder {
    width: 69.1%;
  }
}

@media (min-width: 768px) {
  .info-box.large .text-holder {
    width: 42%;
  }
}

@media (min-width: 1024px) {
  .info-box.large .text-holder {
    width: 29%;
  }
}

@media (min-width: 768px) {
  .reverse .info-box {
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .reverse .info-box:nth-child(even) {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .info-box.full {
    display: block;
  }
}

@media (min-width: 768px) {
  .info-box.full .picture-holder {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .info-box.full .text-holder {
    width: 80%;
    padding: 30px 0 0 105px;
  }
}

.info-box+.info-box {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .info-box+.info-box {
    margin-top: 60px;
  }
}

@media (min-width: 1024px) {
  .info-box+.info-box {
    margin-top: 130px;
  }
}

@media (min-width: 768px) {
  .info-box .picture-holder {
    width: 48.2%;
  }
}

.info-box .text-holder {
  padding: 16px 0 0 40px;
}

@media (min-width: 768px) {
  .info-box .text-holder {
    width: 48.2%;
    padding: 0;
  }
}

.info-box h2 {
  font-size: 38px;
  margin: 0;
  font-weight: 700;
}

@media (min-width: 768px) {
  .info-box h2 {
    font-size: 44px;
    margin-top: 10px;
  }
}

@media (min-width: 1024px) {
  .info-box h2 {
    margin-top: 17px;
  }
}

.info-box p {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .info-box p {
    margin-bottom: 35px;
  }
}

.illustration-section {
  display: flex;
  flex-direction: row;
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.illustration-section .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 430px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .illustration-section .container {
    min-height: 683px;
    padding-top: 142px;
    padding-bottom: 142px;
  }
}

@media (min-width: 768px) {
  .illustration-section .text-frame {
    max-width: 86%;
  }
}

@media (min-width: 1024px) {
  .illustration-section .text-frame {
    width: 645px;
  }
}

.illustration-section .title {
  display: block;
  font-size: 21px;
  font-weight: 700;
  font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin-bottom: 10px;
  line-height: 1;
}

@media (min-width: 768px) {
  .illustration-section .title {
    font-size: 45px;
    margin-bottom: 0;
  }
}

.illustration-section .title span {
  display: inline-block;
  vertical-align: top;
  padding: 4px 5px 0;
  background-color: #e96156;
  margin: 0 0 5px;
}

@media (min-width: 768px) {
  .illustration-section .title span {
    padding: 4px 17px 0;
  }
}

.illustration-section .more-link {
  padding: 3px 35px 4px 5px;
  background-color: #fff;
  color: #e96156;
  font-size: 16px;
}

@media (min-width: 768px) {
  .illustration-section .more-link {
    font-size: 18px;
    padding: 7px 32px 5px 22px;
  }
}

.illustration-section .more-link:before {
  color: inherit;
  right: 8px;
  font-size: 8px;
}

.news-section {
  padding: 30px 0;
  color: #111019;
  overflow: hidden;
}

@media (min-width: 768px) {
  .news-section {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .news-section {
    padding: 60px 0 41px;
  }
}

.article-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media (min-width: 768px) {
  .article-list {
    margin: 0 -15px;
  }
}

@media (min-width: 1024px) {
  .article-list {
    margin: 0 -22px;
  }
}

@media (min-width: 1024px) {
  .article-list.small li {
    width: 33.3%;
    margin-bottom: 67px;
  }
}

.article-list[class*="border-top-"] {
  position: relative;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .article-list[class*="border-top-"] {
    padding-top: 23px;
  }
}

.article-list[class*="border-top-"]:before {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  left: 10px;
  right: 10px;
}

@media (min-width: 768px) {
  .article-list[class*="border-top-"]:before {
    left: 15px;
    right: 15px;
  }
}

@media (min-width: 1024px) {
  .article-list[class*="border-top-"]:before {
    left: 22px;
    right: 22px;
  }
}

.article-list.border-top-orange:before {
  background-color: #ff674c;
}

@media (min-width: 768px) {
  .news-section .article-list li {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .news-section .article-list li {
    margin-bottom: 75px;
  }
}

@media (min-width: 1024px) {
  .article-box-section .article-list li {
    margin-bottom: 180px;
  }
}

.article-list li {
  width: 50%;
  padding: 0 10px;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .article-list li {
    padding: 0 15px;
    margin-bottom: 103px;
  }
}

@media (min-width: 1024px) {
  .article-list li {
    padding: 0 22px;
  }
}

.three-col-gallery a.btn {
  margin-bottom: 60px;
}

.article-box-section {
  padding: 40px 0;
  overflow: hidden;
  background-color: #f2f3ef;
}

@media (min-width: 768px) {
  .article-box-section {
    padding: 80px 0 19px;
  }
}

.article-box-section h2 {
  font-size: 38px;
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .article-box-section h2 {
    margin-bottom: 100px;
  }
}

.article-box-holder {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .article-box-holder {
    margin-bottom: 99px;
  }
}

.article-box {
  color: #111019;
}

.news-section .article-box {
  padding: 0 0 20px;
}

@media (min-width: 768px) {
  .news-section .article-box {
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .news-section .article-box {
    padding-bottom: 94px;
  }
}

.bg-green .article-box {
  color: #fff;
}

.article-box:hover .price,
.article-box:active .price {
  opacity: 1;
  visibility: visible;
}

.article-box.font-base h2 {
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (min-width: 768px) {
  .article-box.font-base .picture-holder {
    margin-bottom: 15px;
  }
}

@media (min-width: 1024px) {
  .article-box.font-base .picture-holder {
    margin-bottom: 32px;
  }
}

.article-box.large {
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
  .article-box.large {
    margin-bottom: 39px;
    padding-bottom: 29px;
  }
}

@media (min-width: 768px) {
  .article-box.large a {
    display: flex;
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .article-box.large .picture-holder {
    width: 30.9%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .article-box.large h2 {
    width: 69.1%;
    max-width: 435px;
    padding: 0 0 0 45px;
    margin: -8px 0 0;
  }
}

.article-box.large img {
  max-width: none;
  width: 100%;
}

.article-box.dark a:hover .picture-holder:before {
  opacity: 0.7;
}

.article-box.dark .picture-holder:before {
  opacity: 1;
  background-color: rgba(79, 79, 79, 0.83);
}

.article-box a {
  color: inherit;
}

.article-box a:hover {
  text-decoration: underline;
}

.article-box a:hover .picture-holder:before {
  opacity: 1;
}

.article-box .picture-holder {
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .article-box .picture-holder {
    margin-bottom: 24px;
  }
}

.article-box .picture-holder:before {
  transition: opacity 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
}

.article-box h2 {
  font-size: 18px;
  line-height: 1.17;
  margin: 0;
}

@media (min-width: 768px) {
  .article-box h2 {
    font-size: 30px;
  }
}

.article-box .price {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
  font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 700;
  font-style: italic;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .article-box .price {
    font-size: 80px;
  }
}

.publications-section {
  padding: 30px 0;
  font-size: 16px;
  line-height: 1.25;
  overflow: hidden;
}

@media (min-width: 768px) {
  .publications-section {
    padding: 74px 0;
  }
}

.publications-section h2 {
  font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .publications-section h2 {
    margin-bottom: 25px;
  }
}

.publications-section .text-holder {
  margin: 0 0 30px;
  max-width: 900px;
}

@media (min-width: 768px) {
  .publications-section .text-holder {
    margin-bottom: 68px;
  }
}

.filter-block {
  max-width: 900px;
}

.filter-block .checkbox-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .filter-block .checkbox-holder {
    margin-bottom: 67px;
  }
}

.filter-block .title {
  display: block;
  font-weight: 700;
  color: #0d7675;
  font-size: 15px;
  width: 100%;
  margin: 0 0 10px;
}

@media (min-width: 768px) {
  .filter-block .title {
    width: 99px;
    padding: 0 5px 0 0;
    margin-bottom: 0;
  }
}

.filter-block .radio-holder {
  margin: 0 0 9px;
}

@media (min-width: 768px) {
  .filter-block .radio-holder {
    padding: 0 0 0 102px;
  }
}

.reports-list {
  overflow: hidden;
  counter-reset: item;
  padding: 0;
  border-bottom: 1px solid #0d7675;
  color: #4f4f4f;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 300;
}

.reports-list li {
  padding: 11px 0 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-top: 1px solid #0d7675;
}

.reports-list li:before {
  width: 98px;
  color: #0d7675;
  content: counters(item, ".") " ";
  counter-increment: item;
  text-align: center;
  font-size: 80px;
  line-height: 0.95;
  font-family: "Crimson Text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  margin: -7px 0 7px;
}

.reports-list .text-frame {
  max-width: 430px;
  width: calc(100% - 98px);
  padding: 0 0 0 6px;
}

.reports-list .text {
  display: block;
  font-weight: 700;
}

.reports-list .text a {
  color: inherit;
}

.reports-list .text a:hover {
  color: #0d7675;
}

.text-section {
  padding: 30px 0 1px;
}

@media (min-width: 768px) {
  .text-section {
    padding: 54px 0 1px;
  }
}

.text-section h2 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .text-section h2 {
    margin-bottom: 53px;
  }
}

.video-section {
  padding: 30px 0 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .video-section {
    padding: 133px 0 57px;
  }
}

.video-block {
  position: relative;
  padding-top: 45.3%;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .video-block {
    margin-bottom: 49px;
  }
}

.video-block iframe {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  width: 100%;
  height: 100%;
}

.team-section {
  overflow: hidden;
}

.team-section h2,
.team-short-section h2 {
  text-align: left;
  margin: 0 0 8px;
}

.team-short-section {
  margin: 0 0 30px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .team-short-section {
    margin-bottom: 53px;
  }
}

.team-short-section h2 {
  margin: 0 0 25px;
}

.team-short-section p {
  margin: 0 0 50px;
}

.team-short-section h3 {
  color: #4c5264;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (min-width: 768px) {
  .team-short-section h3 {
    font-size: 40px;
    margin-bottom: 31px;
  }
}

.team-short-section .text-wrap {
  margin: 0 0 40px;
}

@media (min-width: 768px) {
  .team-short-section .text-wrap {
    margin-bottom: 78px;
  }
}

.team-wrap {
  margin: 0 0 50px;
}

@media (min-width: 768px) {
  .team-wrap {
    margin-bottom: 111px;
  }
}

@media (min-width: 768px) {
  .team-list {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .team-list {
    margin: 0 -21px;
  }
}

.team-short-section .team-list li,
.team-active .team-list li {
  display: block;
}

.team-list li {
  display: none;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .team-list li {
    width: 33.3%;
    padding: 0 15px;
    margin: 0 0 42px;
  }
}

@media (min-width: 1024px) {
  .team-list li {
    padding: 0 21px;
  }
}

.team-list li:first-child,
.team-list li:nth-child(2) {
  display: block;
}

@media (min-width: 768px) {
  .team-list li:nth-child(3) {
    display: block;
  }
}

.team-block {
  font-size: 16px;
}

@media (min-width: 768px) {
  .team-block {
    font-size: 20px;
  }
}

.team-block .picture-holder {
  text-align: center;
}

.team-block .text-holder {
  padding: 10px 0 0;
  max-width: 320px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .team-block .text-holder {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .team-block .text-holder {
    padding: 18px 84px 18px 24px;
  }
}

.team-block .personal-wrap {
  margin: 0 0 7px;
  font-size: 14px;
  color: #111019;
}

@media (min-width: 768px) {
  .team-block .personal-wrap {
    font-size: 18px;
  }
}

.team-block .name {
  font-weight: 700;
}

.team-block p {
  margin: 0 0 7px;
}

.team-block .mail {
  font-size: 12px;
  color: #109694;
  line-height: 1;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .team-block .mail {
    font-size: 16px;
  }
}

.team-block .mail:hover {
  color: #0d7675;
}

.more-link-list {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  color: #109694;
  padding: 0 0 3px;
}

@media (min-width: 768px) {
  .more-link-list {
    font-size: 24px;
  }
}

.team-active .more-link-list .default-text {
  display: none;
}

.team-active .more-link-list .active-text {
  display: block;
}

.more-link-list:hover,
.more-link-list:focus {
  color: #109694;
}

.more-link-list:hover:before {
  width: 120px;
}

.more-link-list:before {
  transition: width 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 69px;
  height: 1px;
  background: #ff674c;
}

.more-link-list .active-text {
  display: none;
}

.share-list {
  margin: 0 -10px 20px;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .share-list {
    margin: 0 -18px 54px;
  }
}

.share-list li {
  padding: 0 10px;
}

@media (min-width: 1024px) {
  .share-list li {
    padding: 0 18px;
  }
}

.share-list [class*="st_"] {
  transition: opacity 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .share-list [class*="st_"] {
    width: 135px;
    height: auto;
    padding: 4px 5px;
  }
}

.share-list [class*="st_"]:hover {
  opacity: 0.8;
}

.share-list .st_facebook_custom {
  background-color: #3b5a99;
}

.share-list .st_twitter_custom {
  background-color: #56acef;
}

.share-list .st_email_custom {
  background-color: #4c5264;
}

.share-list [class*="icon-"] {
  font-size: 12px;
}

@media (min-width: 1024px) {
  .share-list [class*="icon-"] {
    margin: 0 5px 0 0;
  }
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.fancybox-bg {
  background-color: #707070;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.8;
}

.modal {
  max-width: 1082px;
  color: #707070;
  padding: 25px 10px;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .modal {
    padding: 61px 104px;
  }
}

.modal .picture-holder {
  margin: 0 0 20px;
}

.modal h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #109694;
  margin: 0 0 22px;
}

@media (min-width: 1024px) {
  .modal h2 {
    font-size: 44px;
  }
}

.modal p {
  margin: 0 0 25px;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 0;
  color: #109694;
  right: 5px;
  top: 5px;
}

@media (min-width: 768px) {
  .fancybox-slide--html .fancybox-close-small {
    right: 16px;
    top: 19px;
  }
}

.fancybox-slide--html .fancybox-close-small:hover {
  color: #0d7675;
}

.fancybox-close-small {
  transition: color 0.3s ease-in-out;
  font-size: 14px;
  width: auto;
  height: auto;
}

@media (min-width: 768px) {
  .fancybox-close-small {
    font-size: 28px;
  }
}

.fancybox-close-small:hover {
  background-color: transparent;
}

.fancybox-close-small:before {
  content: "\e90f";
  font-family: 'icomoon';
}

.fancybox-close-small svg {
  display: none;
}

.masonry-block {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
  font-size: 20px;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .masonry-block {
    font-size: 25px;
    margin-bottom: 96px;
  }
}

.masonry-block .col {
  padding: 10px;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: 1;
  display: flex;
}

@media (min-width: 768px) {
  .masonry-block .col {
    padding: 20px 10px;
  }
}

@media (min-width: 1024px) {
  .masonry-block .col {
    padding: 22px 10px 25px 56px;
  }
}

.masonry-block .col>* {
  width: calc(100% + 20px);
}

@media (min-width: 1024px) {
  .masonry-block .col>* {
    width: calc(100% + 66px);
  }
}

.masonry-block .large {
  width: 100%;
  min-height: 300px;
}

@media (min-width: 768px) {
  .masonry-block .large {
    padding-top: 63px;
    padding-bottom: 63px;
    min-height: 422px;
  }
}

.masonry-block .medium {
  width: 100%;
}

@media (min-width: 768px) {
  .masonry-block .medium {
    width: 66.6%;
  }
}

.masonry-block .small {
  width: 100%;
}

@media (min-width: 768px) {
  .masonry-block .small {
    width: 33.3%;
  }
}

.masonry-block .dark:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(1deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}

.masonry-block .img {
  background-size: cover;
  background-position: 50% 50%;
  padding-top: 98.4%;
  margin: -10px;
}

@media (min-width: 768px) {
  .masonry-block .img {
    margin: -20px -10px;
  }
}

@media (min-width: 1024px) {
  .masonry-block .img {
    margin: -22px -10px -25px -56px;
  }
}

.masonry-block p {
  margin-bottom: 0;
}

.event-box {
  margin: 0 0 50px;
}

@media (min-width: 768px) {
  .event-box {
    margin-bottom: 100px;
  }
}

@media (min-width: 1024px) {
  .event-box {
    margin-bottom: 201px;
  }
}

.event-box h2 {
  color: #111019;
  margin: 0 0 15px;
}

@media (min-width: 768px) {
  .event-box h2 {
    margin-bottom: 27px;
  }
}

.event-frame {
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .event-frame {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    flex-direction: row-reverse;
  }
}

.event-frame h3 {
  color: #4c5264;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (min-width: 768px) {
  .event-frame h3 {
    font-size: 40px;
    margin-bottom: 26px;
    letter-spacing: -1px;
  }
}

.event-frame h3 a {
  color: inherit;
}

.event-frame h3 a:hover {
  color: #0d7675;
}

@media (min-width: 768px) {
  .event-frame .text {
    width: 51%;
    padding-top: 4px;
  }
}

.event-frame .picture-holder {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .event-frame .picture-holder {
    width: 48.1%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .event-frame p {
    margin-bottom: 28px;
  }
}

.event-frame a {
  color: #0091c1;
}

.event-frame a:hover {
  color: #41a8b3;
}

.events-list {
  margin: 0 0 -30px;
}

@media (min-width: 768px) {
  .events-list {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .events-list {
    margin: 0 -22px -112px;
  }
}

.events-list li {
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .events-list li {
    padding: 0 15px;
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .events-list li {
    padding: 0 22px;
    margin-bottom: 112px;
  }
}

.event-block {
  font-size: 16px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .event-block {
    font-size: 18px;
  }
}

.event-block .picture-holder {
  margin: 0 0 23px;
}

.event-block h3 {
  color: #4c5264;
  font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (min-width: 768px) {
  .event-block h3 {
    font-size: 40px;
  }
}

.event-block h3 a {
  color: inherit;
}

.event-block h3 a:hover {
  color: #0d7675;
}

@media (min-width: 768px) {
  .event-block p {
    margin-bottom: 27px;
  }
}

.event-block a {
  color: #0091c1;
}

.event-block a:hover {
  color: #41a8b3;
}

.illustration-block {
  color: #f2f3ef;
  line-height: 1.25;
  font-size: 30px;
}

@media (min-width: 768px) {
  .illustration-block {
    font-size: 35px;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .illustration-block {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  .illustration-block:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.illustration-block.red {
  background-color: #e96156;
}

.illustration-block.blue {
  background-color: #0091c1;
}

.illustration-block .picture-holder {
  padding-top: 50%;
  background-size: cover;
  background-position: 50% 50%;
}

@media (min-width: 768px) {
  .illustration-block .picture-holder {
    width: 34.5%;
    padding-top: 27.5%;
  }
}

.illustration-block .text-holder {
  padding: 15px 10px;
}

@media (min-width: 768px) {
  .illustration-block .text-holder {
    width: 64%;
    padding: 30px 20px;
  }
}

@media (min-width: 1024px) {
  .illustration-block .text-holder {
    padding: 55px 60px;
  }
}

.illustration-block-wrap {
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .illustration-block-wrap {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .illustration-block-wrap {
    margin-bottom: 78px;
  }
}

.ways-list li {
  margin: 0 0 30px;
  display: flex;
  align-items: flex-start;
}

.ways-list li img {
  margin-right: 1.5rem;
}

@media (min-width: 768px) {
  .ways-list {
    padding-right: 4rem;
  }

  .ways-list li {
    margin-bottom: 69px;
  }
}

.ways-list [class*="icon-"] {
  color: #41a8b3;
  font-size: 50px;
  width: 60px;
}

@media (min-width: 768px) {
  .ways-list [class*="icon-"] {
    font-size: 76px;
    width: 94px;
  }
}

.ways-list .text {
  width: calc(100% - 60px);
  padding: 0 0 0 10px;
}

@media (min-width: 768px) {
  .ways-list .text {
    width: calc(100% - 94px);
  }
}

.ways-list h4 {
  color: #4c5264;
  font-weight: 400;
  margin: 0 0 10px;
}

.ways-list p {
  margin: 0 0 5px;
}

.banner {
  background-color: #23828a;
  padding: 29px 0;
  color: #fff;
}

.banner h1 {
  font-weight: 600;
  margin: 0;
  letter-spacing: -0.84px;
  line-height: 44px;
}

@media (min-width: 768px) {
  .banner h1 {
    font-size: 42px;
  }
}

.banner h2 {
  margin: 0;
}

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

.text-image-red-callout strong.color-red {
  margin-bottom: 28px;
}

.no-top-padding {
  padding-top: 14px;
}

.member-info p {
  font-size: 18px;
}

.member-contact-info p {
  font-size: 16px;
}

body.home .illustration-section:first-child {
    background-position: 77% center;
}