/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html, body {
  min-height: 100%;
  margin: 0;
}

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  box-sizing: border-box;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
label,
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  /* 1 */
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

textarea {
  resize: vertical;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

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

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}
.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.alignnone {
  margin: 5px 0 20px 0;
}
@media (min-width: 1200px) {
  .alignnone {
    margin-bottom: 30px;
  }
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
100    Extra Light or Ultra Light
200    Light or Thin
300    Book or Demi
400    Normal or Regular
500    Medium
600    Semibold, Demibold
700    Bold
800    Black, Extra Bold or Heavy
900    Extra Black, Fat, Poster or Ultra Black
**/
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("../fonts/ProximaNova-RegularIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-RegularIt.woff2") format("woff2"), url("../fonts/ProximaNova-RegularIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-BoldIt.woff2") format("woff2"), url("../fonts/ProximaNova-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-SemiboldIt.woff2") format("woff2"), url("../fonts/ProximaNova-SemiboldIt.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-LightIt.woff2") format("woff2"), url("../fonts/ProximaNova-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Black.woff2") format("woff2"), url("../fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Proxima Nova", sans-serif;
  color: #222222;
  font-size: 1.125rem;
  line-height: 1.58;
  letter-spacing: -0.005em;
}
@media (min-width: 1600px) {
  body {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: normal;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}

h1, .h1 {
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 1.166;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4.0625rem;
  }
}

h2, .h2 {
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.166;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #333f48;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.1875rem;
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    margin-top: 50px;
  }
}
@media (min-width: 1600px) {
  h2, .h2 {
    font-size: 3.4375rem;
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
h2:first-child, .h2:first-child {
  margin-top: 0;
}

h3, .h3 {
  font-size: 1.3125rem;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-top: 25px;
  font-weight: 300;
  color: #333f48;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  h3, .h3 {
    font-size: 2.1875rem;
  }
}
h3:first-child, .h3:first-child {
  margin-top: 0;
}
h3:last-child, .h3:last-child {
  margin-bottom: 0;
}

h4, .h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  h4, .h4 {
    margin-bottom: 30px;
  }
}

a {
  text-decoration: none;
  color: currentColor;
}

p {
  margin: 0 0 1em;
}
@media (min-width: 1600px) {
  p {
    margin: 0 0 1.5em;
  }
}
p:last-child {
  margin: 0;
}
@media (min-width: 1600px) {
  p + h3 {
    margin-top: 36px;
  }
}
p .btn {
  margin-top: 0;
  margin-right: 30px;
}

ol li {
  padding-left: 15px;
}

b, strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

.wysiwyg a:not(.btn) {
  color: #165c7d;
  text-decoration: underline;
}
.wysiwyg ul {
  padding: 0 0 0 30px;
  margin: 0;
}
.wysiwyg ul li {
  padding-left: 5px;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
  color: #ff9955;
  font-weight: 800;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .subtitle {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .subtitle {
    margin-bottom: 15px;
  }
}

.wpa-image-missing-alt {
  display: none;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
  padding: 0;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid #8b9097;
  color: #222222;
  height: 52px;
  font-weight: 300;
}

textarea {
  display: block;
  height: 120px;
  border: none;
  border-bottom: 2px solid #8b9097;
}

::-webkit-input-placeholder {
  font-weight: 300;
  color: #222222;
}

:-moz-placeholder {
  font-weight: 300;
  color: #222222;
}

::-moz-placeholder {
  font-weight: 300;
  color: #222222;
}

:-ms-input-placeholder {
  font-weight: 300;
  color: #222222;
}

select {
  background: url("../images/icon-arrow-select2.svg") no-repeat right center;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  position: relative;
  background: #ffffff;
}

input[type=checkbox]:checked + span:after {
  display: block;
  content: "\f00c";
  font-family: FontAwesome, sans-serif;
  color: #000000;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
}

.fieldWrap {
  margin-bottom: 28px;
}
.fieldWrap--radio {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .fieldsRow {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .fieldsRow .fieldWrap {
    width: 48%;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  background: #165c7d;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  padding: 10px 35px 10px 25px;
  text-decoration: none;
  margin-top: 25px;
  position: relative;
  border: none;
  transition: color 0.3s, background-color 0.3s;
}
@media (min-width: 768px) {
  .btn {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .btn {
    font-size: 1.25rem;
    padding-left: 35px;
    padding-right: 45px;
  }
}
@media (min-width: 1600px) {
  .btn {
    margin-top: 45px;
  }
}
.btn:after {
  content: "";
  border: solid transparent;
  border-width: 0 0 58px 20px;
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
  position: absolute;
  right: -1px;
  top: -4px;
}
.btn:hover {
  background: #333f48;
}
.btn--white {
  background: #ffffff;
  color: #165c7d;
}
.btn--white:hover {
  color: #333f48;
}
.btn--hidden {
  display: none;
}

.btnUp {
  background: #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 50px;
  border-radius: 4px 0 0 4px;
  position: fixed;
  top: calc( 70% + 110px );
  right: 0;
  border: none;
  box-shadow: 0 0 0 1px #d2d2d2;
}
@media (min-width: 1200px) {
  .btnUp {
    transition: color 0.3s, background-color 0.3s;
  }
}
.btnUp__icon {
  height: 21px;
}
.btnUp__label {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  position: absolute;
  top: 50%;
  right: calc( 100% + 3px );
  transform: translateY(-50%);
  white-space: nowrap;
  font-size: 1.0625rem;
  line-height: 28px;
  padding: 0 9px;
  background: #f0f0f0;
  border-radius: 4px;
  color: #0d0d0d;
  box-shadow: 0 0 0 1px #d6d6d6;
}
.btnUp:hover {
  background: #181818;
  color: #ffffff;
}
.btnUp:hover .btnUp__label {
  visibility: visible;
  opacity: 1;
}

table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  vertical-align: top;
}
table thead th {
  vertical-align: bottom;
}

body {
  min-width: 360px;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}
body.exit {
  position: relative;
}
body.exit:after {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

.bodyInner {
  position: relative;
  overflow: hidden;
  flex: 1;
}

.container {
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 30px;
  width: 100%;
}
@media (min-width: 1200px) {
  .container {
    padding: 0 50px;
  }
}
.container--middle {
  max-width: 1510px;
}
.container--narrow {
  max-width: 1220px;
}

.siteHeader {
  position: relative;
}
.siteHeader__inner {
  height: 132px;
  background: #f5f5f5 url("../images/header-bg-mobile.jpg") no-repeat right center;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .siteHeader__inner {
    height: 140px;
    background: #333f48 url("../images/header-bg-desktop.jpg") no-repeat right calc( 100vw * .52 ) center;
  }
}
@media (min-width: 1200px) {
  .siteHeader__inner {
    height: 200px;
    background-position: right calc( 100vw * .66 ) center;
  }
}
@media (min-width: 2000px) {
  .siteHeader__inner {
    background-position: right calc( 50vw + 300px ) center;
  }
}
.siteHeader__logo {
  width: 182px;
}
@media (min-width: 768px) {
  .siteHeader__logo {
    width: 228px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .siteHeader__logo {
    width: 320px;
  }
}
.siteHeader .headerContacts {
  display: none;
}
@media (min-width: 768px) {
  .siteHeader .headerContacts {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .siteHeader .headerContacts {
    display: none;
  }
}

.headerNotification {
  color: #444444;
  text-align: center;
  min-height: 45px;
  padding: 13px 0;
}
@media (min-width: 1200px) {
  .headerNotification {
    min-height: 50px;
  }
}
@media (min-width: 1200px) {
  .headerNotification {
    align-items: center;
    display: flex;
    font-size: 1rem;
  }
}
.headerNotification .container {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .headerNotification .container {
    padding: 0 30px;
  }
}
.headerNotification__cta {
  height: 45px;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
  font-size: 0.9375rem;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .headerNotification__cta {
    display: none;
  }
}
.headerNotification__content {
  display: none;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .headerNotification__content {
    display: block;
    opacity: 1;
  }
}
.headerNotification__text {
  font-size: 0.9375rem;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .headerNotification__text {
    line-height: 1.2;
  }
}
.headerNotification__close {
  border: none;
  background: transparent;
  font-size: 0.9375rem;
  line-height: 1.35;
  color: #333f48;
  text-decoration: underline;
  outline: none;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .headerNotification__close {
    display: none;
  }
}
.headerNotification.open .headerNotification__cta {
  visibility: hidden;
  opacity: 0;
}
.headerNotification.open .headerNotification__content {
  opacity: 1;
}

.headerContacts {
  color: #ffb25b;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 43px;
}
@media (min-width: 768px) {
  .headerContacts {
    display: flex;
    position: absolute;
    right: 30px;
    bottom: 70px;
    margin: 0;
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .headerContacts {
    position: static;
  }
}
.headerContacts__item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .headerContacts__item {
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 20px;
    display: flex;
    align-items: center;
  }
}
.headerContacts__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .headerContacts__icon {
    position: static;
    align-items: center;
    margin-right: 10px;
    transform: none;
  }
}
.headerContacts__link {
  font-weight: 600;
  text-decoration: none;
}

.btnExit {
  padding: 10px 10px 10px 5px;
  position: absolute;
  right: 0;
  top: 183px;
  background: #165c7d;
  border: none;
  display: flex;
  align-items: center;
  min-height: 50px;
  outline: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.25rem;
  z-index: 895;
  transition: background-color 0.3s;
}
@media (min-width: 768px) {
  .btnExit {
    top: 360px;
  }
}
@media (min-width: 1200px) {
  .btnExit {
    padding: 10px 10px;
    top: 330px;
  }
}
.btnExit:before {
  content: "";
  border: solid transparent;
  border-width: 50px 20px 0 0;
  border-bottom-color: #165c7d;
  border-right-color: #165c7d;
  position: absolute;
  transition: border-color 0.3s;
  right: 100%;
  top: 0;
}
@media (min-width: 1200px) {
  .btnExit__icon {
    margin-right: 6px;
  }
}
.btnExit__text {
  display: none;
}
@media (min-width: 1200px) {
  .btnExit__text {
    display: inline;
  }
}
.btnExit:hover {
  background: #333f48;
}
.btnExit:hover:before {
  border-bottom-color: #333f48;
  border-right-color: #333f48;
}
.btnExit.fixed {
  position: fixed;
  top: 0;
}

.siteFooter {
  background: #333f48;
  color: #ffffff;
  padding: 25px 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  .siteFooter {
    padding: 45px 0;
    background: url("../images/footer-bg-tablet.jpg") no-repeat center top;
    background-size: cover;
  }
}
@media (min-width: 1200px) {
  .siteFooter {
    padding: 80px 0;
    background-image: url("../images/footer-bg-desktop.jpg");
  }
}
.siteFooter a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .siteFooter__row1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.siteFooter__row2 {
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .siteFooter__row2 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .siteFooter__row2 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .siteFooter__row2 {
    font-size: 1rem;
  }
}

.footerTitle {
  margin-bottom: 10px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .footerTitle {
    margin-bottom: 15px;
  }
}

.footerQuicklinks {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footerQuicklinks {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .footerQuicklinks {
    width: 23%;
  }
}
@media (min-width: 1600px) {
  .footerQuicklinks {
    width: 25.5%;
  }
}
.footerQuicklinks__item {
  margin-top: 5px;
}
.footerQuicklinks__link {
  position: relative;
  padding-left: 30px;
}
.footerQuicklinks__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footerContacts {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footerContacts {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .footerContacts {
    width: 23%;
  }
}
@media (min-width: 1600px) {
  .footerContacts {
    width: 25.5%;
  }
}

.footerSchedule {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footerSchedule {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .footerSchedule {
    width: 23%;
  }
}
@media (min-width: 1600px) {
  .footerSchedule {
    width: 25.5%;
  }
}

.footerSocials {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footerSocials {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .footerSocials {
    width: 31%;
  }
}
@media (min-width: 1600px) {
  .footerSocials {
    width: 23.5%;
  }
}
.footerSocials__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .footerSocials__items {
    justify-content: flex-start;
  }
}
.footerSocials__item {
  margin-top: 5px;
  width: 45%;
}
@media (min-width: 1600px) {
  .footerSocials__item {
    width: 40%;
  }
}
.footerSocials__link {
  position: relative;
  padding-left: 30px;
}
.footerSocials__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.footerCopyrights {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .footerCopyrights {
    margin-bottom: 5px;
  }
}
.footerCopyrights br {
  display: none;
}
@media (min-width: 768px) {
  .footerCopyrights br {
    display: block;
  }
}
@media (min-width: 1200px) {
  .footerCopyrights br {
    display: none;
  }
}

.a11y-toolbar {
  top: 455px;
  z-index: 800;
}
@media (min-width: 768px) {
  .a11y-toolbar {
    top: 70%;
  }
}
.mainNav {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  padding: 60px 0 60px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
  background: #333f48;
  overflow-y: scroll;
  min-height: 100%;
}
@media (min-width: 768px) {
  .mainNav {
    padding: 90px 0 60px;
  }
}
@media (min-width: 1200px) {
  .mainNav {
    padding: 0;
    visibility: visible;
    opacity: 1;
    z-index: 1100;
    transition: none;
    background: transparent;
    min-height: auto;
    width: 72%;
    top: 45px;
    left: auto;
    right: 0;
    overflow: visible;
    position: absolute;
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .mainNav {
    top: 42px;
  }
}
@media (min-width: 1800px) {
  .mainNav {
    right: 50%;
    transform: translateX(900px);
  }
}
.mainNav.visible {
  visibility: visible;
  opacity: 1;
}
.mainNav .container {
  max-width: 400px;
}
@media (min-width: 1200px) {
  .mainNav .container {
    max-width: 1800px;
    padding: 0 50px 0 0;
  }
}
.mainNav .btn {
  border: 2px solid currentColor;
  color: #ff9955;
  padding: 0 26px;
  min-height: 60px;
  background: transparent;
  transition: color 0.3s, background-color 0.3s;
  margin: 0;
}
@media (min-width: 768px) {
  .mainNav .btn {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1200px) {
  .mainNav .btn {
    font-size: 1.25rem;
    padding: 0 21px;
    min-height: 50px;
    display: none;
  }
}
.mainNav .btn:hover {
  background: #ff9955;
  color: #ffffff;
  border-color: #ff9955;
}
.mainNav .btn:after {
  display: none;
}
@media (min-width: 768px) {
  .mainNav .headerContacts {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mainNav .headerContacts {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  .mainNav .headerContacts__item {
    margin: 0 50px 0 0;
    font-size: 1.375rem;
  }
}
.mainNav .headerContacts .btn {
  display: none;
}
@media (min-width: 1200px) {
  .mainNav .headerContacts .btn {
    display: inline-flex;
  }
}

.mainMenu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 50px;
}
@media (min-width: 1200px) {
  .mainMenu {
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }
}
.mainMenu__item--depth0 {
  border-bottom: 1px solid #ffffff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 23px;
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0 {
    border: none;
    margin: 0 0 0 16px;
  }
  .mainMenu__item--depth0:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .mainMenu__item--depth0 {
    border: none;
    margin: 0 0 0 30px;
  }
}
.mainMenu__item--depth0:last-child {
  margin-bottom: 0;
}
.mainMenu__item--depth0.open {
  border-bottom-color: transparent;
}
.mainMenu__item--depth0.current-menu-item, .mainMenu__item--depth0.current-menu-ancestor, .mainMenu__item--depth0.menu-item-has-children:hover {
  position: relative;
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0.current-menu-item .mainMenu__link--depth0, .mainMenu__item--depth0.current-menu-ancestor .mainMenu__link--depth0, .mainMenu__item--depth0.menu-item-has-children:hover .mainMenu__link--depth0 {
    border-bottom-color: #ff9955;
  }
}
.mainMenu__item--depth0.current-menu-item {
  border-bottom-color: transparent;
}
@media (max-width: 1199px) {
  .mainMenu__item--depth0.current-menu-ancestor .mainMenu__list--depth1 {
    display: block;
  }
}
.mainMenu__item--depth1 {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .mainMenu__item--depth1 {
    margin-bottom: 19px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1 {
    margin: 0;
  }
}
.mainMenu__item--depth1:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .mainMenu__item--depth1.current-menu-item .mainMenu__link--depth1 {
    background: #465159;
    color: #ffffff;
  }
}
.mainMenu__link {
  color: #ffffff;
  text-decoration: none;
}
.mainMenu__link--depth0 {
  display: block;
  font-size: 1.25rem;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .mainMenu__link--depth0 {
    font-size: 1.5625rem;
    padding: 8px 0;
  }
}
@media (min-width: 1200px) {
  .mainMenu__link--depth0 {
    font-size: 0.9375rem;
    padding: 8px 0 39px;
    border-bottom: 5px solid transparent;
  }
}
@media (min-width: 1600px) {
  .mainMenu__link--depth0 {
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  .mainMenu__link--depth1 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .mainMenu__link--depth1 {
    display: block;
    color: #333f48;
    padding: 0 30px;
    white-space: nowrap;
    font-size: 1.125rem;
    line-height: 2;
  }
}
@media (min-width: 1600px) {
  .mainMenu__link--depth1 {
    font-size: 1.25rem;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__link--depth1:hover {
    background: #465159;
    color: #ffffff;
  }
}
.mainMenu__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .mainMenu__list {
    display: flex;
  }
}
.mainMenu__list--depth1 {
  display: none;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #ffffff;
}
@media (min-width: 768px) {
  .mainMenu__list--depth1 {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__list--depth1 {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 0;
  }
}
.mainMenu__arrow {
  display: block;
  width: 27px;
  height: 27px;
  background: url("../images/icon-plus.svg") no-repeat center;
  background-size: 100% auto;
  cursor: pointer;
  transition: background-image 0.3s;
}
@media (min-width: 768px) {
  .mainMenu__arrow {
    height: 32px;
    width: 32px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__arrow {
    display: none;
  }
}
.mainMenu__arrow.open {
  background-image: url("../images/icon-minus.svg");
}

.btnMenu {
  padding: 12px 10px 12px 40px;
  z-index: 800;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  background: transparent;
  position: absolute;
  right: 20px;
  bottom: 16px;
  font-size: 20px;
  line-height: 1;
  outline: none;
}
@media (min-width: 768px) {
  .btnMenu {
    bottom: 12px;
  }
}
@media (min-width: 1200px) {
  .btnMenu {
    display: none;
  }
}
.btnMenu span {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  background: #ffffff;
  width: 22px;
  height: 2px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.btnMenu span:nth-child(1) {
  margin-top: -6px;
}
.btnMenu span:nth-child(3) {
  margin-top: 6px;
}

.btnCloseMenu {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 50px;
  height: 50px;
  background: url("../images/icon-close.svg") no-repeat center;
  border: none;
  outline: none;
}
@media (min-width: 768px) {
  .btnCloseMenu {
    background-size: 24px auto;
    top: 18px;
    right: 18px;
  }
}
@media (min-width: 1200px) {
  .btnCloseMenu {
    display: none;
  }
}

.menuOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #333f48;
  z-index: 500;
  transition: visibility 0.3s, opacity 0.3s;
}
.menuOverlay.visible {
  opacity: 1;
  visibility: visible;
}

.comments ul {
  list-style-type: none;
}

.section-comment-form .comment-form .form-group label {
  display: block;
  padding: 0;
  margin: 0;
}
.section-comment-form .comment-form .btn {
  margin: 0;
  border: none;
  padding: 0;
}
.section-comments-list {
  padding: 0;
}
.section-comments-list .comments-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.section-comments-list .comments-list .comment {
  margin: 0;
}
.section-comments-list .comments-list .comment:last-of-type {
  margin-bottom: 0;
}
.section-comments-list .comments-list .comment .comment-wrap {
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header {
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header .comment-author {
  margin: 0;
}
.section {
  margin: 62px 0;
}
@media (min-width: 768px) {
  .section {
    margin: 78px 0;
  }
}
@media (min-width: 1200px) {
  .section {
    margin: 100px 0;
  }
}
@media (min-width: 1600px) {
  .section {
    margin: 135px 0;
  }
}

.heroSection {
  position: relative;
  margin: 0;
  height: 220px;
}
@media (min-width: 768px) {
  .heroSection {
    height: 400px;
  }
}
@media (min-width: 1600px) {
  .heroSection {
    height: 550px;
  }
}
.heroSection__image {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.heroSection__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background: url("../images/hero-gradient.png") repeat-x center;
  background-size: auto 100%;
}

@media (min-width: 768px) {
  .textImageSection__inner {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
.textImageSection__imageContainer {
  position: relative;
  padding-bottom: 87.5%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .textImageSection__imageContainer {
    width: 50%;
    min-height: 680px;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .textImageSection__imageContainer {
    min-height: auto;
  }
}
.textImageSection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1600px) {
  .textImageSection__image {
    position: static;
  }
}
@media (min-width: 768px) {
  .textImageSection__textContainer {
    width: 50%;
    padding-right: 40px;
  }
}
@media (min-width: 1600px) {
  .textImageSection__textContainer {
    padding-right: 0;
  }
}
@media (min-width: 1600px) {
  .textImageSection__textInner {
    max-width: 555px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .textImageSection + .imageTextSection {
    margin-top: -80px;
  }
}
@media (min-width: 1200px) {
  .textImageSection + .imageTextSection {
    margin-top: -100px;
  }
}
@media (min-width: 1600px) {
  .textImageSection + .imageTextSection {
    margin-top: -135px;
  }
}

@media (min-width: 768px) {
  .imageTextSection__inner {
    display: flex;
    align-items: center;
  }
}
.imageTextSection__imageContainer {
  position: relative;
  padding-bottom: 87.5%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .imageTextSection__imageContainer {
    width: 50%;
    min-height: 680px;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .imageTextSection__imageContainer {
    min-height: auto;
  }
}
.imageTextSection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1600px) {
  .imageTextSection__image {
    position: static;
  }
}
@media (min-width: 768px) {
  .imageTextSection__textContainer {
    width: 50%;
    padding-left: 40px;
  }
}
@media (min-width: 1600px) {
  .imageTextSection__textInner {
    max-width: 560px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .imageTextSection + .textImageSection {
    margin-top: -80px;
  }
}
@media (min-width: 1200px) {
  .imageTextSection + .textImageSection {
    margin-top: -100px;
  }
}
@media (min-width: 1600px) {
  .imageTextSection + .textImageSection {
    margin-top: -135px;
  }
}

.twoColumnsTextSection .container {
  max-width: 1510px;
}
@media (min-width: 1200px) {
  .twoColumnsTextSection__columns {
    display: flex;
    justify-content: space-between;
  }
}
.twoColumnsTextSection__column {
  margin-bottom: 1.6em;
}
@media (min-width: 768px) {
  .twoColumnsTextSection__column {
    margin-bottom: 1.2em;
  }
}
@media (min-width: 1200px) {
  .twoColumnsTextSection__column {
    width: 49%;
    margin-bottom: 0;
  }
}
.twoColumnsTextSection__column:last-child {
  margin-bottom: 0;
}
@media (min-width: 1600px) {
  .twoColumnsTextSection + .section {
    margin-top: -5px;
  }
}

.oneColumnTextSection .container {
  max-width: 1220px;
}

.lightBoxSection__inner {
  margin: 0 -30px;
  position: relative;
  background: #eeeeee;
  padding: 65px 30px 75px;
}
@media (min-width: 768px) {
  .lightBoxSection__inner {
    padding: 80px 40px 115px;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .lightBoxSection__inner {
    padding: 125px 40px;
  }
}
.lightBoxSection__inner:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  border: solid transparent;
  border-width: 82px 50px;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.lightBoxSection__textContainer {
  max-width: 1130px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .lightBoxSection .btn {
    margin-top: 45px;
  }
}
.lightBoxSection .btn:after {
  border-bottom-color: #eeeeee;
  border-right-color: #eeeeee;
}

.darkBoxSection h1, .darkBoxSection h2, .darkBoxSection h3, .darkBoxSection h4, .darkBoxSection h5, .darkBoxSection h6 {
  color: #ffffff;
}
.darkBoxSection__inner {
  margin: 0 -30px;
  position: relative;
  background: #333f48;
  color: #ffffff;
  padding: 65px 30px 75px;
}
@media (min-width: 768px) {
  .darkBoxSection__inner {
    padding: 80px 40px 115px;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .darkBoxSection__inner {
    padding: 125px 40px;
  }
}
.darkBoxSection__inner:after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  border: solid transparent;
  border-width: 82px 50px;
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}
.darkBoxSection__textContainer {
  max-width: 1130px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .darkBoxSection .btn {
    margin-top: 45px;
  }
}
.darkBoxSection .btn:after {
  border-bottom-color: #333f48;
  border-right-color: #333f48;
}
.darkBoxSection .btn:hover {
  background-color: #ffffff;
  color: #333f48;
}

.ctaSection {
  margin: 0;
}
@media (min-width: 1200px) {
  .ctaSection {
    background: #557188;
    overflow: hidden;
  }
}
.ctaSection__container {
  width: 100%;
}
@media (min-width: 768px) {
  .ctaSection__container {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .ctaSection__container {
    padding: 0 50px;
    max-width: 1800px;
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
}
.ctaSection__title {
  font-weight: 600;
}
@media (min-width: 768px) {
  .ctaSection__title {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }
}
@media (min-width: 1600px) {
  .ctaSection__title {
    width: auto;
    margin-bottom: 0;
    font-size: 2.1875rem;
    font-weight: 300;
    white-space: nowrap;
  }
}
.ctaSection .btn {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  background: transparent;
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  border: 2px solid currentColor;
  padding: 10px 18px;
  color: currentColor;
  margin: 0 0 0 12px;
}
@media (min-width: 1200px) {
  .ctaSection .btn {
    padding: 10px 25px;
  }
}
.ctaSection .btn:after {
  display: none;
}
.ctaSection__newsletter {
  background: #557188;
  color: #ffffff;
  padding: 28px 0;
  /*form {
    display: flex;
    @media (min-width: $desktop-min) {
      margin-left: 90px;
      flex: 1;
    }

    input {
      flex: 1;
      height: 50px;
      border: 0 solid transparent;
      border-bottom: 2px solid #ffffff;
      background: transparent;
      outline: none;
      width: 100%;
    }

    @include placeholder {
      color: #ffffff;
    }

    .btn {
      transition: background-color .3s, color .3s, border-color .3s;
      @media (min-width: $laptop-min) {
        margin-left: 25px;
      }

      &:hover {
        @media (min-width: $laptop-min) {
          background: #ffffff;
          color: #222222;
          border-color: #ffffff;
        }
      }
    }
  }*/
}
@media (min-width: 768px) {
  .ctaSection__newsletter {
    flex: 1;
    padding: 45px 0;
  }
}
@media (min-width: 768px) {
  .ctaSection__newsletter .container {
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .ctaSection__newsletter .container {
    padding: 0 120px 0 0;
  }
}
@media (min-width: 1600px) {
  .ctaSection__newsletter .container {
    display: flex;
    align-items: center;
    min-height: 110px;
  }
}
.ctaSection__donate {
  background: #eeeeee;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .ctaSection__donate {
    width: 320px;
    padding: 45px 0 45px 75px;
    background: #eeeeee url("../images/cta-bg-tablet.jpg") no-repeat left center;
    background-size: auto 100%;
  }
}
@media (min-width: 1200px) {
  .ctaSection__donate {
    position: relative;
    width: auto;
    padding-left: 150px;
    background-image: url("../images/cta-bg-desktop.jpg");
  }
  .ctaSection__donate:after {
    content: "";
    position: absolute;
    left: calc( 100% - 1px );
    top: 0;
    height: 100%;
    width: 1000px;
    background: #eeeeee;
  }
}
.ctaSection__donate .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .ctaSection__donate .container {
    display: block;
  }
}
@media (min-width: 1200px) {
  .ctaSection__donate .container {
    padding: 0;
    min-width: 185px;
  }
}
@media (min-width: 1600px) {
  .ctaSection__donate .container {
    display: flex;
    align-items: center;
    min-height: 110px;
  }
}
.ctaSection__donate .btn {
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
@media (min-width: 768px) {
  .ctaSection__donate .btn {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .ctaSection__donate .btn {
    margin-left: 55px;
    margin-right: 3px;
  }
}
@media (min-width: 1200px) {
  .ctaSection__donate .btn:hover {
    background: #222222;
    color: #ffffff;
    border-color: #222222;
  }
}

.teasersSection {
  position: relative;
}
.teasersSection__intro {
  max-width: 730px;
}
@media (min-width: 768px) {
  .teasersSection .subtitle,
.teasersSection h2 {
    padding-right: 200px;
  }
}
@media (min-width: 768px) {
  .teasersSection .btn {
    position: absolute;
    top: 15px;
    right: 30px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .teasersSection .btn {
    right: 50px;
  }
}
@media (min-width: 1600px) {
  .teasersSection .btn {
    right: 50%;
    margin-right: -705px;
    top: 40px;
  }
}

.formSection {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .formSection {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) {
  .formSection {
    margin-top: -50px;
  }
}
@media (min-width: 1600px) {
  .formSection {
    margin-top: -60px;
  }
}
@media (min-width: 1600px) {
  .formSection .lightBoxSection__inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.popupSafety {
  background: #676c73;
  padding: 35px 40px 45px;
  color: #ffffff;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .popupSafety {
    position: absolute;
    right: 0;
    top: 690px;
    width: 555px;
    transform: translateY(-100%);
    z-index: 890;
    padding: 45px 50px 50px;
  }
}
@media (min-width: 1200px) {
  .popupSafety {
    top: 750px;
  }
}
.popupSafety h3 {
  color: #ffffff;
}
.popupSafety .btn {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 0 18px;
  outline: none;
  margin: 20px 0 0;
  transition: background-color 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .popupSafety .btn {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .popupSafety .btn:hover {
    background-color: #ffffff;
    color: #676c73;
  }
}
.popupSafety .btn:after {
  display: none;
}

.accordion {
  margin-top: 25px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .accordion {
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  .accordion {
    margin-top: 35px;
    margin-bottom: 90px;
  }
}
.accordion__header {
  position: relative;
  border: 1px solid #dddddd;
  padding: 25px 50px 35px 20px;
  margin: 20px -20px 0;
  outline: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  .accordion__header {
    margin: 20px 0 0;
    padding: 40px 100px 40px 35px;
  }
}
@media (min-width: 1600px) {
  .accordion__header {
    padding: 29px 150px 29px 47px;
  }
}
.accordion__header:after {
  content: "";
  width: 26px;
  height: 26px;
  background: url("../images/icon-plus-blue.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 20px;
  transition: background 0.3s;
}
@media (min-width: 768px) {
  .accordion__header:after {
    width: 33px;
    height: 33px;
    top: 42px;
    right: 40px;
  }
}
@media (min-width: 1600px) {
  .accordion__header:after {
    top: 34px;
    right: 50px;
  }
}
.accordion__header.ui-state-active {
  border-bottom: none;
}
.accordion__header.ui-state-active:after {
  background-image: url("../images/icon-minus.svg");
}
.accordion__content {
  border: 1px solid #dddddd;
  border-top: none;
  margin: 0 -20px;
  padding: 0 20px 40px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .accordion__content {
    margin: 0;
    padding: 0 35px 40px;
  }
}
@media (min-width: 1600px) {
  .accordion__content {
    padding: 0 250px 40px 50px;
  }
}
.accordion:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .subpagesTeasers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .subpagesTeasers {
    margin-top: 55px;
  }
}

.subpageTeaser {
  border: 1px solid #dddddd;
  padding: 30px 20px 40px 30px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .subpageTeaser {
    width: 48%;
    padding: 40px 30px 55px 40px;
  }
}
@media (min-width: 1200px) {
  .subpageTeaser {
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
  }
}
@media (min-width: 1600px) {
  .subpageTeaser {
    padding: 55px 50px 65px;
    width: 49%;
  }
}
.subpageTeaser__icon {
  max-width: 88px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .subpageTeaser__icon {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .subpageTeaser__icon {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .subpageTeaser__icon {
    max-width: 120px;
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .subpageTeaser__textContainer {
    flex: 1;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .subpageTeaser .btn {
    margin-top: 20px;
  }
}
@media (min-width: 1600px) {
  .subpageTeaser .btn {
    margin-top: 40px;
  }
}
.subpageTeaser:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .subpageTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}

.storiesTeasers {
  margin-top: 23px;
}
@media (min-width: 768px) {
  .storiesTeasers {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .storiesTeasers {
    margin-top: 50px;
  }
}

.storyTeaser {
  position: relative;
  border: 1px solid #dddddd;
  margin-top: 18px;
  padding-bottom: 88%;
}
@media (min-width: 768px) {
  .storyTeaser {
    width: 48%;
    margin-right: 4%;
    padding-bottom: 56%;
    margin-top: 4%;
  }
}
@media (min-width: 1200px) {
  .storyTeaser {
    padding-bottom: 30.5%;
    width: 32%;
    margin-right: 2%;
    margin-top: 2%;
  }
}
.storyTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.storyTeaser__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  padding: 25px 30px;
  display: flex;
  align-items: flex-end;
  background: url("../images/story-teaser-gradient.png") repeat-x center bottom;
  background-size: auto 58%;
}
@media (min-width: 1600px) {
  .storyTeaser__overlay {
    padding: 50px 50px 50px 65px;
  }
}
.storyTeaser__title {
  color: #ffffff;
}
.storyTeaser__anchorOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.storyTeaser:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .storyTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .storyTeaser:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .storyTeaser:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .storyTeaser:nth-child(3n) {
    margin-right: 0;
  }
}

.defaultTeasers {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .defaultTeasers {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .defaultTeasers {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
  }
}

.defaultTeaser {
  position: relative;
  border: 1px solid #dddddd;
  padding: 30px 20px 30px 30px;
  margin-top: 19px;
  color: #165c7d;
}
@media (min-width: 768px) {
  .defaultTeaser {
    padding: 40px 30px 55px 40px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .defaultTeaser {
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
    width: 32%;
    margin-right: 2%;
    transition: box-shadow 0.3s;
  }
  .defaultTeaser:hover {
    box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1600px) {
  .defaultTeaser {
    padding: 45px 20px 45px 65px;
  }
}
.defaultTeaser__title {
  margin: 0;
}
.defaultTeaser__anchorOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 1200px) {
  .defaultTeaser:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .defaultTeaser:nth-child(-n+3) {
    margin-top: 0;
  }
}

.eventsTeasers {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .eventsTeasers {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .eventsTeasers {
    display: flex;
    flex-wrap: wrap;
  }
}

.eventTeaser {
  position: relative;
  border: 1px solid #dddddd;
  padding: 30px 90px 30px 30px;
  margin-top: 19px;
  color: #165c7d;
}
@media (min-width: 768px) {
  .eventTeaser {
    padding: 40px 150px 55px 40px;
    margin-top: 25px;
    min-height: 156px;
  }
}
@media (min-width: 1200px) {
  .eventTeaser {
    display: flex;
    align-items: flex-start;
    margin-top: 35px;
    width: 32%;
    margin-right: 2%;
    padding-bottom: 100px;
    padding-right: 40px;
    transition: box-shadow 0.3s;
    min-height: auto;
  }
  .eventTeaser:hover {
    box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1600px) {
  .eventTeaser {
    padding: 45px 20px 100px 65px;
  }
}
.eventTeaser__date {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background: #676c73;
  text-align: center;
  text-transform: uppercase;
  width: 70px;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .eventTeaser__date {
    width: 80px;
    height: 80px;
    flex-direction: row;
    padding: 20px;
  }
}
.eventTeaser__day {
  font-size: 1.25rem;
}
@media (min-width: 1600px) {
  .eventTeaser__day {
    font-size: 1.5625rem;
  }
}
.eventTeaser__month {
  font-size: 1rem;
}
.eventTeaser__sep {
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .eventTeaser__sep {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .eventTeaser__sep:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #ffffff;
    margin: 0 auto;
    display: block;
  }
}
.eventTeaser__title {
  margin: 0;
}
.eventTeaser__anchorOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.eventTeaser--endDate {
  min-height: 120px;
}
.eventTeaser--endDate .eventTeaser__date {
  top: 0;
}
@media (min-width: 768px) {
  .eventTeaser--endDate .eventTeaser__date {
    top: auto;
    width: auto;
  }
}
@media (min-width: 768px) {
  .eventTeaser--endDate .eventTeaser__sep {
    margin: 0 10px;
  }
}
@media (min-width: 1600px) {
  .eventTeaser--endDate .eventTeaser__sep {
    margin: 0 5px;
  }
}
@media (min-width: 1200px) {
  .eventTeaser:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .eventTeaser:nth-child(-n+3) {
    margin-top: 0;
  }
}

.teasers__pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .teasers__pagination {
    margin-top: 70px;
  }
}
.teasers__pagination .btn {
  margin-top: 0;
}
.teasers__nothingFound {
  text-align: center;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .teasers__nothingFound {
    margin-top: 70px;
  }
}

.postNav {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .postNav {
    margin-top: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .postNav {
    margin-top: 80px;
    padding-top: 80px;
  }
}
@media (min-width: 1600px) {
  .postNav {
    margin-top: 135px;
    padding-top: 135px;
    margin-left: 35px;
    margin-right: 35px;
  }
}
.postNav__inner {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1050px;
  margin: 0 auto;
}
.postNav__lnk {
  margin: 0;
}
@media (min-width: 768px) {
  .postNav__lnk:before {
    content: attr(data-tablet-text);
  }
}
@media (min-width: 1200px) {
  .postNav__lnk:before {
    content: attr(data-laptop-text);
  }
}
.postNav__lnkText {
  display: none;
}
.postNav__lnk--back:before {
  content: attr(data-mobile-text);
}
@media (min-width: 768px) {
  .postNav__lnk--back:before {
    content: attr(data-tablet-text);
  }
}
@media (min-width: 1200px) {
  .postNav__lnk--back:before {
    content: attr(data-laptop-text);
  }
}
.postNav__lnk--prev, .postNav__lnk--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #165c7d;
  font-size: 1.25rem;
  font-weight: 600;
}
.postNav__lnk--prev {
  left: 0;
  padding-left: 75px;
}
.postNav__lnk--prev:after {
  content: "";
  width: 65px;
  height: 50px;
  background: url("../images/icon-arrow-left.svg") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.postNav__lnk--next {
  right: 0;
  padding-right: 75px;
}
.postNav__lnk--next:after {
  content: "";
  width: 65px;
  height: 50px;
  background: url("../images/icon-arrow-left.svg") no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.tableTeasers {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .tableTeasers {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .tableTeasers {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .tableTeasers {
    margin-top: 40px;
  }
}

.tableTeaser {
  position: relative;
  border-top: 1px solid #dddddd;
  padding: 35px 20px 45px 30px;
  margin-top: 25px;
  color: #165c7d;
}
@media (min-width: 768px) {
  .tableTeaser {
    padding: 35px 150px 35px 40px;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .tableTeaser {
    width: calc( 100% / 3 );
    margin: 0;
    border-right: 1px solid #dddddd;
    padding-right: 40px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .tableTeaser {
    padding: 60px 75px 120px;
  }
}
.tableTeaser__title {
  margin: 0;
}
.tableTeaser__anchorOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #ff9955;
}
@media (min-width: 1200px) {
  .tableTeaser__anchorOverlay {
    transition: color 0.3s;
  }
}
.tableTeaser__arrow {
  position: absolute;
  right: 30px;
  bottom: 10px;
  width: 63px;
}
@media (min-width: 768px) {
  .tableTeaser__arrow {
    right: 60px;
    top: 50px;
    bottom: auto;
  }
}
@media (min-width: 1200px) {
  .tableTeaser__arrow {
    transition: right 0.3s;
    right: 40px;
    top: auto;
    bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .tableTeaser__arrow {
    right: 70px;
    bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .tableTeaser:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .tableTeaser:nth-child(-n+3) {
    border-top: none;
  }
}
.tableTeaser:first-child {
  border-top: none;
  margin-top: 0;
}
.tableTeaser:last-child {
  border-right: 0;
}
@media (min-width: 1200px) {
  .tableTeaser:hover .tableTeaser__anchorOverlay {
    color: #165c7d;
  }
}
@media (min-width: 1200px) {
  .tableTeaser:hover .tableTeaser__arrow {
    right: 25px;
  }
}
@media (min-width: 1600px) {
  .tableTeaser:hover .tableTeaser__arrow {
    right: 40px;
  }
}

.newsTeasers {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .newsTeasers {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .newsTeasers {
    display: flex;
    flex-wrap: wrap;
  }
}

.newsTeaser {
  position: relative;
  border: 1px solid #dddddd;
  padding: 30px 90px 30px 30px;
  margin-top: 19px;
  color: #165c7d;
}
@media (min-width: 768px) {
  .newsTeaser {
    padding: 40px 150px 55px 40px;
    margin-top: 25px;
    min-height: 156px;
  }
}
@media (min-width: 1200px) {
  .newsTeaser {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 35px;
    width: 32%;
    margin-right: 2%;
    padding-bottom: 100px;
    padding-right: 40px;
    transition: box-shadow 0.3s;
    min-height: auto;
  }
  .newsTeaser:hover {
    box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1600px) {
  .newsTeaser {
    padding: 45px 20px 45px 65px;
  }
}
.newsTeaser__date {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background: #676c73;
  text-align: center;
  text-transform: uppercase;
  width: 70px;
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .newsTeaser__date {
    width: 80px;
    height: 80px;
    flex-direction: row;
    padding: 20px;
  }
}
.newsTeaser__day {
  font-size: 1.25rem;
}
@media (min-width: 1600px) {
  .newsTeaser__day {
    font-size: 1.5625rem;
  }
}
.newsTeaser__month {
  font-size: 1rem;
}
.newsTeaser__year {
  position: relative;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 60px;
}
.newsTeaser__year:before {
  content: "";
  width: 37px;
  height: 3px;
  background: #71b2c9;
  position: absolute;
  left: 0;
  top: -30px;
}
.newsTeaser__title {
  margin: 0;
}
.newsTeaser__anchorOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media (min-width: 1200px) {
  .newsTeaser:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .newsTeaser:nth-child(-n+3) {
    margin-top: 0;
  }
}

.lettersTeasers {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .lettersTeasers {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .lettersTeasers {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .lettersTeasers {
    margin-top: 40px;
  }
}

.letterTeaser {
  position: relative;
  border-top: 1px solid #dddddd;
  padding: 35px 20px 45px 30px;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .letterTeaser {
    padding: 35px 40px 35px 40px;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .letterTeaser {
    width: calc( 100% / 3 );
    margin: 0;
    border-right: 1px solid #dddddd;
    padding-right: 40px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1600px) {
  .letterTeaser {
    padding: 60px 75px 45px;
  }
}
.letterTeaser__date {
  position: relative;
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 60px;
  text-transform: uppercase;
}
.letterTeaser__date:before {
  content: "";
  width: 37px;
  height: 3px;
  background: #ffb25b;
  position: absolute;
  left: 0;
  top: -30px;
}
@media (min-width: 1200px) {
  .letterTeaser:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 1200px) {
  .letterTeaser:nth-child(-n+3) {
    border-top: none;
  }
}
.letterTeaser:first-child {
  border-top: none;
  margin-top: 0;
}

.hiddenText {
  display: none;
}

.postMeta {
  margin: 40px 0 30px;
  display: flex;
}
@media (min-width: 768px) {
  .postMeta {
    margin: 70px 0 45px;
  }
}

.postDate {
  display: flex;
  letter-spacing: 0.05em;
}
.postDate__dayMonth {
  color: #ffffff;
  background: #676c73;
  text-align: center;
  text-transform: uppercase;
  min-width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .postDate__dayMonth {
    min-width: 80px;
    height: 80px;
    flex-direction: row;
    padding: 20px;
  }
}
.postDate__year {
  border: 1px solid #dddddd;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #676c73;
  font-size: 1.25rem;
}
@media (min-width: 1600px) {
  .postDate__year {
    font-size: 1.5625rem;
  }
}
.postDate__day {
  font-size: 1.25rem;
}
@media (min-width: 1600px) {
  .postDate__day {
    font-size: 1.5625rem;
  }
}
.postDate__month {
  font-size: 1rem;
}
.postDate__sep {
  font-size: 0.75rem;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .postDate__sep {
    color: transparent;
  }
}
@media (min-width: 768px) {
  .postDate__sep:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #ffffff;
    margin: 0 auto;
    display: block;
  }
}

body.page-template-home {
  /*.a11y-toolbar {
    top: 635px;
    @media (min-width: $tablet-min) {
      top: 850px;
    }
    @media (min-width: $desktop-min) {
      top: 1240px;
    }
  }*/
}
body.page-template-home .introSection {
  position: relative;
  height: 400px;
  margin: 0;
}
@media (min-width: 768px) {
  body.page-template-home .introSection {
    height: 550px;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .introSection {
    height: 850px;
  }
}
body.page-template-home .introSection__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
@media (min-width: 768px) {
  body.page-template-home .introSection__image {
    display: none;
  }
}
body.page-template-home .introSection__video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 20;
  display: none;
}
@media (min-width: 768px) {
  body.page-template-home .introSection__video {
    display: block;
  }
}
body.page-template-home .introSection__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: url("../images/intro-gradient.png") repeat-x center bottom;
  background-size: auto 100%;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  padding: 25px 0;
}
@media (min-width: 768px) {
  body.page-template-home .introSection__overlay {
    padding: 70px 0;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .introSection__overlay {
    padding: 150px 0;
  }
}
body.page-template-home .introSection__title {
  max-width: 300px;
  line-height: 1.1;
}
@media (min-width: 768px) {
  body.page-template-home .introSection__title {
    max-width: 500px;
  }
}
body.page-template-home .introSection__text {
  color: #ffb25b;
  font-size: 1.25rem;
  line-height: 1.43;
  font-weight: 600;
}
@media (min-width: 768px) {
  body.page-template-home .introSection__text {
    max-width: 340px;
    font-size: 1.375rem;
    line-height: 1.27;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .introSection__text {
    max-width: 450px;
    font-size: 1.875rem;
    margin-top: 20px;
  }
}
body.page-template-home .introSection .words {
  display: inline-flex;
}
body.page-template-home .introSection .words .word {
  display: none;
}
@media (min-width: 768px) {
  body.page-template-home .twoColumnsTextSection .btn {
    margin-top: 20px;
  }
}
body.page-template-home .twoColumnsTextSection__column {
  margin-bottom: 0;
}
body.page-template-home .twoColumnsTextSection__column:first-child .btn {
  display: none;
}
@media (min-width: 1200px) {
  body.page-template-home .twoColumnsTextSection__column:first-child .btn {
    display: inline-flex;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .twoColumnsTextSection__column:last-child {
    margin-top: -20px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .twoColumnsTextSection__column:last-child .btn {
    display: none;
  }
}
body.page-template-home .sliderSection {
  position: relative;
}
body.page-template-home .sliderSection .container {
  position: relative;
  padding: 0 20px;
}
@media (min-width: 768px) {
  body.page-template-home .sliderSection .container {
    padding: 0 30px;
  }
}
body.page-template-home .sliderSection__image {
  height: 630px;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  body.page-template-home .sliderSection__image {
    height: 740px;
    max-width: 1700px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page-template-home .sliderSection .owl-dots {
  display: flex;
  position: absolute;
  top: 316px;
  right: 95px;
}
@media (min-width: 768px) {
  body.page-template-home .sliderSection .owl-dots {
    top: 675px;
    right: 85px;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .sliderSection .owl-dots {
    top: 671px;
    right: 145px;
  }
}
body.page-template-home .sliderSection .slider--fr .owl-dots {
  right: 130px;
}
@media (min-width: 768px) {
  body.page-template-home .sliderSection .slider--fr .owl-dots {
    right: 130px;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .sliderSection .slider--fr .owl-dots {
    right: 200px;
  }
}
body.page-template-home .sliderSection .owl-dot {
  color: #ffffff;
  line-height: 60px;
  border-bottom: 5px solid transparent;
  margin-left: 17px;
  font-weight: 600;
  min-width: 22px;
  text-align: center;
}
@media (min-width: 1600px) {
  body.page-template-home .sliderSection .owl-dot {
    line-height: 64px;
    margin-left: 36px;
  }
}
body.page-template-home .sliderSection .owl-dot.active {
  border-bottom-color: #ff9955;
}
body.page-template-home .sliderSection__allLink {
  position: absolute;
  top: 316px;
  line-height: 60px;
  right: 20px;
  padding: 0 10px;
  font-weight: 600;
  color: #ffffff;
  z-index: 10;
}
@media (min-width: 768px) {
  body.page-template-home .sliderSection__allLink {
    top: 675px;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .sliderSection__allLink {
    top: 671px;
    right: 75px;
  }
}
@media (min-width: 768px) {
  body.page-template-home .darkBoxSection__inner {
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .darkBoxSection__inner {
    padding-top: 135px;
    padding-bottom: 155px;
  }
}
body.page-template-home .newsTeaser {
  margin-top: 30px;
  padding: 35px 90px 35px 30px;
}
@media (min-width: 768px) {
  body.page-template-home .newsTeaser {
    padding: 45px 100px 45px 40px;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  body.page-template-home .newsTeaser {
    padding: 45px 100px 45px 60px;
    margin-top: 0;
  }
}
body.page-template-home .newsTeaser__title {
  line-height: 1.43;
}
@media (min-width: 768px) {
  body.page-template-home .newsTeaser__title {
    line-height: 1.2;
  }
}
body.page-template-home .newsTeaser__title:after {
  content: "";
  display: inline-block;
  width: 50px;
}

.slider {
  max-width: 1700px;
  margin: 0 auto;
}

.slide {
  padding-top: 380px;
  padding-left: 2px;
}
@media (min-width: 768px) {
  .slide {
    padding-top: 445px;
  }
}
@media (min-width: 1600px) {
  .slide {
    padding-top: 375px;
  }
}
.slide__inner {
  position: relative;
  margin: 0;
  max-width: 460px;
}
@media (min-width: 1600px) {
  .slide__inner {
    max-width: 740px;
    margin: 0 0 0 45px;
  }
}
.slide__inner:before {
  content: "";
  height: calc( 100% - 110px );
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  background: #eeeeee;
  z-index: 10;
}
@media (min-width: 1600px) {
  .slide__inner:before {
    height: calc( 100% - 165px );
  }
}
.slide__inner:after {
  content: "";
  height: 110px;
  width: 100%;
  background: url("../images/slide-bg.png") no-repeat right center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media (min-width: 1600px) {
  .slide__inner:after {
    background-image: url("../images/slide-bg-desktop.png");
    height: 165px;
  }
}
.slide__textContainer {
  position: relative;
  padding: 45px 40px;
  z-index: 20;
}
@media (min-width: 768px) {
  .slide__textContainer {
    padding: 40px 40px;
  }
}
@media (min-width: 1600px) {
  .slide__textContainer {
    padding: 85px 100px;
  }
}

body.page-template-how-we-help .twoColumnsTextSection ul {
  list-style-type: none;
  padding: 0 0 0 45px;
  margin: 0;
}
@media (min-width: 1200px) {
  body.page-template-how-we-help .twoColumnsTextSection ul {
    padding: 0 0 0 50px;
  }
}
body.page-template-how-we-help .twoColumnsTextSection ul li {
  position: relative;
  margin: 0 0 9px;
}
@media (min-width: 768px) {
  body.page-template-how-we-help .twoColumnsTextSection ul li {
    margin-bottom: 8px;
  }
}
body.page-template-how-we-help .twoColumnsTextSection ul li:before {
  content: "";
  width: 20px;
  height: 15px;
  background: url("../images/icon-check.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: -35px;
  top: 5px;
}
body.page-template-how-we-help .twoColumnsTextSection ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  body.page-template-about-us .textImageSection__imageContainer {
    min-height: 530px;
  }
}
@media (max-width: 767px) {
  body.page-template-about-us .subpageTeaser h3 {
    font-size: 1.5625rem;
  }
}

.leadershipMember {
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .leadershipMember {
    display: flex;
    align-items: flex-start;
    margin-bottom: 75px;
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .leadershipMember {
    margin-bottom: 100px;
    min-height: auto;
  }
}
@media (min-width: 1600px) {
  .leadershipMember {
    align-items: center;
  }
}
.leadershipMember__photo {
  max-width: 260px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .leadershipMember__photo {
    max-width: 250px;
    margin: 0 35px 0 0;
  }
}
@media (min-width: 1200px) {
  .leadershipMember__photo {
    width: 39%;
    margin-right: 5%;
    max-width: none;
  }
}
@media (min-width: 768px) {
  .leadershipMember__textContainer {
    flex: 1;
  }
}
.leadershipMember__textContainer h2 {
  margin-bottom: 7px;
}
.leadershipMember:last-child {
  margin-bottom: 0;
}

.leadershipMemberContacts {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .leadershipMemberContacts {
    position: absolute;
    left: 0;
    top: 280px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .leadershipMemberContacts {
    position: static;
    display: flex;
    margin-top: 35px;
  }
}
.leadershipMemberContacts__item {
  position: relative;
  padding-left: 45px;
  margin-bottom: 12px;
}
@media (min-width: 1200px) {
  .leadershipMemberContacts__item {
    margin-right: 80px;
  }
}
.leadershipMemberContacts__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.leadershipMemberContacts__link {
  color: #165c7d;
  text-decoration: underline;
}

.boardMember {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .boardMember {
    padding-bottom: 45px;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .boardMember {
    padding-bottom: 55px;
    margin-bottom: 55px;
  }
}
.boardMember__description {
  max-width: 1124px;
  margin: 0 auto;
}
@media (min-width: 1600px) {
  .boardMember__description h2 {
    margin-bottom: 7px;
  }
}
@media (min-width: 1600px) {
  .boardMember__description p {
    margin-bottom: 1.6em;
  }
}
.boardMember__description p:last-child {
  margin-bottom: 0;
}
.boardMember:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.partnersCategories {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .partnersCategories {
    margin-top: 45px;
  }
}
@media (min-width: 1600px) {
  .partnersCategories {
    margin-top: 65px;
  }
}

.partnersCategory {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .partnersCategory {
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .partnersCategory {
    margin-bottom: 90px;
  }
}
.partnersCategory__title {
  max-width: 1420px;
  margin: 0 auto;
}
.partnersCategory:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .partnersTeasers {
    margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .partnersTeasers {
    margin-top: 35px;
  }
}

.partnerTeaser {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .partnerTeaser {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1600px) {
  .partnerTeaser {
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
.partnerTeaser__inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .partnerTeaser__inner {
    display: flex;
    align-items: center;
  }
}
.partnerTeaser__logoContainer {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .partnerTeaser__logoContainer {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .partnerTeaser__logoContainer {
    width: 29%;
    margin-right: 5%;
  }
}
.partnerTeaser__logo {
  max-width: 250px;
  max-height: 250px;
}
@media (min-width: 1200px) {
  .partnerTeaser__logo {
    max-width: 100%;
    max-height: none;
  }
}
@media (min-width: 1200px) {
  .partnerTeaser__textContainer {
    flex: 1;
  }
}
.partnerTeaser__website {
  margin-top: 7px;
  position: relative;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .partnerTeaser__website {
    margin-top: 15px;
  }
}
@media (min-width: 1600px) {
  .partnerTeaser__website {
    margin-top: 30px;
  }
}
.partnerTeaser__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.partnerTeaser__link {
  color: #165c7d;
  text-decoration: underline;
}
.partnerTeaser:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

@media (min-width: 768px) and (max-width: 768px) {
  body.page-template-inspiration .storyTeaser:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  body.page-template-inspiration .storyTeaser:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.page-template-inspiration .storyTeaser:nth-child(n+3) {
    display: block;
  }
}

@media (min-width: 1200px) {
  body.page-template-resource-directory .lightBoxSection {
    margin-top: -40px;
  }
}
@media (min-width: 1600px) {
  body.page-template-resource-directory .lightBoxSection {
    margin-top: -65px;
  }
}
body.page-template-resource-directory .teasers__pagination {
  margin-top: 20px;
}

.directoryForm {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .directoryForm {
    display: flex;
    align-items: flex-end;
  }
}
.directoryForm .fieldWrap {
  flex: 1;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .directoryForm .fieldWrap {
    margin-top: 0;
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .directoryForm .fieldWrap {
    margin-right: 50px;
  }
}
.directoryForm .fieldWrap__label {
  display: block;
  font-weight: 600;
}
@media (min-width: 768px) {
  .directoryForm .fieldWrap__label {
    margin-bottom: 10px;
  }
}
.directoryForm .fieldWrap select {
  height: 55px;
  border: none;
  border-bottom: 2px solid #8b9097;
  background: url("../images/icon-arrow-select.svg") no-repeat right 3px center;
  background-size: 16px auto;
}

.directoryTeasers {
  margin-top: 25px;
}

.directoryTeaser {
  padding: 32px 0;
  border-top: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .directoryTeaser {
    padding: 40px 0;
  }
}
@media (min-width: 1600px) {
  .directoryTeaser {
    padding: 54px 0;
  }
}
.directoryTeaser__inner {
  max-width: 1120px;
  margin: 0 auto;
}
.directoryTeaser__website {
  margin-top: 7px;
  position: relative;
  padding-left: 35px;
}
@media (min-width: 768px) {
  .directoryTeaser__website {
    margin-top: 15px;
  }
}
@media (min-width: 1600px) {
  .directoryTeaser__website {
    margin-top: 20px;
  }
}
.directoryTeaser__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.directoryTeaser__link {
  color: #165c7d;
  text-decoration: underline;
}
.directoryTeaser:first-child {
  border: none;
}

body.page-template-newsletters .accordion__header {
  border-bottom: 1px solid #dddddd;
}
body.page-template-newsletters .accordion__content {
  padding: 40px 20px;
}
@media (min-width: 768px) {
  body.page-template-newsletters .accordion__content {
    padding: 40px 35px;
  }
}
@media (min-width: 1600px) {
  body.page-template-newsletters .accordion__content {
    padding: 40px 250px 40px 50px;
  }
}
body.page-template-newsletters .darkBoxSection h3 {
  margin-bottom: 15px;
  color: #ffffff;
}
@media (min-width: 1600px) {
  body.page-template-newsletters .darkBoxSection h3 {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1600px) {
  body.page-template-newsletters .darkBoxSection__inner {
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  body.page-template-newsletters .darkBoxSection .ctct-form {
    padding-right: 0;
  }
}
body.page-template-newsletters .darkBoxSection .ctct-form-wrapper {
  margin-left: 0;
}
@media (min-width: 768px) {
  body.page-template-newsletters .darkBoxSection .ctct-form-wrapper {
    margin-right: 50px;
  }
}
@media (min-width: 1600px) {
  body.page-template-newsletters .darkBoxSection .ctct-form-wrapper {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  body.page-template-newsletters .darkBoxSection .ctct-form-wrapper .ctct-form {
    padding-right: 150px;
  }
}
@media (min-width: 1200px) {
  body.page-template-newsletters .darkBoxSection .ctct-form-wrapper .ctct-form {
    padding-right: 180px;
  }
}
body.page-template-newsletters .darkBoxSection .ctct-form-wrapper .ctct-form-field-submit {
  position: relative;
  display: inline-flex;
  margin-top: 20px;
}
@media (min-width: 768px) {
  body.page-template-newsletters .darkBoxSection .ctct-form-wrapper .ctct-form-field-submit {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}
body.page-template-newsletters .darkBoxSection .ctct-form-wrapper .ctct-form-field-submit:after {
  content: "";
  border: solid transparent;
  border-width: 0 0 58px 20px;
  border-bottom-color: #333f48;
  border-right-color: #333f48;
  position: absolute;
  right: -1px;
  top: -4px;
}
body.page-template-newsletters .darkBoxSection .ctct-form-wrapper .ctct-submit {
  background: #ffffff;
  color: #165c7d;
  padding-left: 20px;
  padding-right: 40px;
  margin-top: 0;
  width: 130px;
}
@media (max-width: 767px) {
  body.page-template-newsletters .darkBoxSection .ctct-form-wrapper .ctct-submit {
    position: static;
  }
}
@media (min-width: 1200px) {
  body.page-template-newsletters .darkBoxSection .ctct-form-wrapper .ctct-submit {
    padding-left: 30px;
    padding-right: 40px;
    width: 160px;
  }
}
body.page-template-newsletters .darkBoxSection .ctct-form-wrapper .ctct-submit:hover {
  color: #333f48;
}

.newsletterForm {
  display: flex;
}
.newsletterForm input {
  border: none;
  border-bottom: 2px solid #d7d7d7;
  color: #ffffff;
  height: 52px;
  margin: 0 24px 0 0;
  flex: 1;
}
.newsletterForm ::-webkit-input-placeholder {
  color: #ffffff;
}
.newsletterForm :-moz-placeholder {
  color: #ffffff;
}
.newsletterForm ::-moz-placeholder {
  color: #ffffff;
}
.newsletterForm :-ms-input-placeholder {
  color: #ffffff;
}
.newsletterForm .btn {
  background: #ffffff;
  color: #165c7d;
  margin-top: 0;
}

body.page-template-contact-us #main p {
  margin: 0 0 1.6em;
}
body.page-template-contact-us .contactSocials {
  margin-bottom: 20px;
}
body.page-template-contact-us .contactSocials__item {
  margin-bottom: 9px;
}
body.page-template-contact-us .contactSocials__link {
  position: relative;
  padding-left: 30px;
  color: #165c7d;
  text-decoration: underline;
}
body.page-template-contact-us .contactSocials__icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  fill: #165c7d;
}
body.page-template-contact-us .lightBoxSection {
  margin-top: 60px;
}
@media (min-width: 768px) {
  body.page-template-contact-us .lightBoxSection {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  body.page-template-contact-us .lightBoxSection {
    margin-top: 0;
  }
}
body.page-template-contact-us .lightBoxSection__inner {
  padding: 80px 30px;
}
@media (min-width: 768px) {
  body.page-template-contact-us .lightBoxSection__inner {
    padding: 75px 40px;
  }
}
@media (min-width: 1200px) {
  body.page-template-contact-us .lightBoxSection__inner {
    padding: 95px 110px;
  }
}
body.page-template-contact-us .lightBoxSection h3 {
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  body.page-template-contact-us .lightBoxSection h3 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1600px) {
  body.page-template-contact-us .lightBoxSection h3 {
    margin-bottom: 40px;
  }
}
body.page-template-contact-us .lightBoxSection .fieldWrap {
  margin-bottom: 27px;
}
body.page-template-contact-us .lightBoxSection .fieldWrap input {
  border: none;
  border-bottom: 2px solid #8b9097;
  color: #222222;
  height: 52px;
}
body.page-template-contact-us .lightBoxSection .fieldWrap textarea {
  border: none;
  border-bottom: 2px solid #8b9097;
  height: 130px;
  padding: 20px 0;
}
body.page-template-contact-us .lightBoxSection .btn {
  margin-top: 18px;
}

@media (min-width: 1200px) {
  .contactSection .container {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .contactSection .contactsBlock {
    width: 47%;
    margin-right: 4%;
  }
}
@media (min-width: 1200px) {
  .contactSection .contactsBlock__inner {
    max-width: 660px;
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .contactSection .lightBoxSection {
    width: 49%;
  }
}

.contactFormBlock__notes {
  margin-top: 20px;
  margin-right: 85px;
}
.contactFormBlock__thankYou {
  text-align: center;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.75);
}

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

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

.wpcf7 {
  margin-top: 40px;
}
.wpcf7:first-child {
  margin-top: 0;
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 1.5em 0;
}
.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 form div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 form .btnWrap {
  position: relative;
}
.wpcf7 form .btnWrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  margin: 0;
}
.wpcf7 form .wpcf7-radio {
  display: block;
  margin-top: 10px;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item {
  position: relative;
  margin: 0 47px 0 0;
  font-weight: 300;
  cursor: pointer;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: none;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item input[type=radio] + span {
  position: relative;
  display: block;
  padding-left: 31px;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item input[type=radio] + span:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #ffffff;
  position: absolute;
  left: 2px;
  top: 5px;
  border-radius: 100%;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 2px #8b9097;
}
.wpcf7 form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked + span:before {
  background: #8b9097;
}

.ctct-form {
  position: relative;
  padding-right: 130px;
}
@media (min-width: 1200px) {
  .ctct-form {
    padding-right: 160px;
  }
}

.ctct-button,
.ctct-disclosure {
  display: none;
}

input[type=email].ctct-email {
  flex: 1;
  height: 50px;
  border: 0 solid transparent;
  border-bottom: 2px solid #ffffff;
  background: transparent;
  outline: none;
  width: 100%;
}

.ctct-form-wrapper {
  position: relative;
  flex: 1;
}
@media (min-width: 1600px) {
  .ctct-form-wrapper {
    margin-left: 90px;
  }
}
.ctct-form-wrapper .ctct-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  background: transparent;
  border: 2px solid #ffffff;
  width: 120px;
  padding: 0;
  text-align: center;
  transition: color 0.3s, background-color 0.3s;
}
@media (min-width: 1200px) {
  .ctct-form-wrapper .ctct-submit {
    width: 140px;
  }
}
.ctct-form-wrapper .ctct-submit:hover {
  background-color: #ffffff;
  color: #557188;
}
.ctct-form-wrapper ::-webkit-input-placeholder {
  color: #ffffff;
}
.ctct-form-wrapper :-moz-placeholder {
  color: #ffffff;
}
.ctct-form-wrapper ::-moz-placeholder {
  color: #ffffff;
}
.ctct-form-wrapper :-ms-input-placeholder {
  color: #ffffff;
}

.ctct-form-wrapper .ctct-form-field {
  margin: 0;
}

.ctct-label-top {
  display: none;
}

.ctct-form-wrapper .ctct-message .ctct-dismiss-ajax-notice {
  display: none;
}

.ctct-form-wrapper .ctct-message.ctct-error {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: yellow;
  border: none;
  padding: 0;
  margin: 5px 0 0;
  position: absolute;
  top: 100%;
}

.ctct-form-wrapper .ctct-message.ctct-success {
  color: #2ecc40;
  padding: 0;
  border: none;
  margin: 0;
  position: absolute;
  top: 100%;
}

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