@charset "UTF-8";
/* 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;
}

/**
 * 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 20px 20px 0;
}

.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
**/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: #000000;
}

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

h1, .h1 {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-family: "Cantata One", sans-serif;
  margin-bottom: 70px;
  text-align: center;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.2px;
    margin-bottom: 80px;
  }
}
h1:after, .h1:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  border: solid transparent;
  border-width: 16px 12px;
  border-top-color: #a6ce3d;
}
@media (min-width: 768px) {
  h1:after, .h1:after {
    bottom: -60px;
  }
}
@media (min-width: 1200px) {
  h1:after, .h1:after {
    bottom: -50px;
    border-width: 15px 10px;
  }
}

h2, .h2 {
  position: relative;
  font-size: 30px;
  line-height: 48px;
  letter-spacing: 0;
  font-family: "Cantata One", sans-serif;
  margin-bottom: 85px;
  text-align: center;
}
h2:after, .h2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  border: solid transparent;
  border-width: 16px 12px;
  border-top-color: #a6ce3d;
}

h3, .h3 {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.4px;
  font-weight: 600;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 25px;
  }
}

a {
  text-decoration: none;
  color: #000000;
}

p {
  margin: 0 0 28px;
}
p:last-child {
  margin: 0;
}

ul li:last-child {
  margin: 0;
}

ol li:last-child {
  margin: 0;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

.wysiwyg a {
  font-weight: 700;
  transition: color 0.3s;
}
.wysiwyg a:hover {
  color: #a6ce39;
}
.wysiwyg strong {
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}
.wysiwyg ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 34px;
}
.wysiwyg ul li:before {
  content: "";
  background: #a6ce39;
  height: 2px;
  width: 16px;
  position: absolute;
  left: 0;
  top: 13px;
}
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 {
  border: 2px solid #b3b2b0;
  padding: 0 20px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.7);
  color: #000000;
  height: 50px;
}

textarea {
  display: block;
  height: 150px;
  padding-top: 12px;
  padding-bottom: 12px;
}

::-webkit-input-placeholder {
  color: #000000;
}

:-moz-placeholder {
  color: #000000;
}

::-moz-placeholder {
  color: #000000;
}

:-ms-input-placeholder {
  color: #000000;
}

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: "";
  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;
}

.fieldWrapper {
  margin-bottom: 12px;
}

.btnRow {
  display: flex;
  justify-content: flex-end;
}

.btnWrapper {
  position: relative;
}

.btn {
  display: block;
  line-height: 40px;
  background: #a6ce3d;
  color: #ffffff;
  padding: 0 22px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  border: none;
  min-width: 170px;
  outline: none;
  transition: background-color 0.3s;
}
.btn:hover {
  background: #7aad37;
}

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

body {
  min-width: 320px;
  position: relative;
  padding: 0;
}

#main {
  padding-top: 114px;
}

.container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 64px;
  }
}

.siteHeader {
  height: 114px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  border-bottom: 3px solid #eeefef;
  transition: background-color 0.3s, border-bottom 0.3s;
  z-index: 1000;
}
@media (min-width: 1200px) {
  .siteHeader {
    border-bottom-color: transparent;
  }
}
.siteHeader__logo {
  width: 177px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .siteHeader__logo {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 1200px) {
  .siteHeader__logo {
    left: 0;
    transform: translateY(-50%);
    width: 173px;
  }
}
.siteHeader .container {
  position: relative;
  height: 100%;
}
.siteHeader--sticky {
  border-bottom-color: #eeefef;
}

.siteFooter__section1 {
  padding: 80px 0 60px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  background: url(../images/footer-bg.svg) no-repeat left 209px bottom -360px;
  background-size: 1030px auto;
}
@media (min-width: 768px) {
  .siteFooter__section1 {
    padding-bottom: 70px;
    background-position: right -550px bottom -400px;
    background-size: 1030px auto;
  }
}
@media (min-width: 1200px) {
  .siteFooter__section1 {
    background-position: right -310px bottom -362px;
    background-size: 1030px auto;
  }
}
.siteFooter__contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.siteFooter__logoImage {
  width: 173px;
  margin-bottom: 35px;
}
.siteFooter__address {
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .siteFooter__address {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .siteFooter__address br {
    display: none;
  }
}
.siteFooter__lnkLinkedin {
  display: block;
  border: 2px solid #58595b;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  width: 30px;
  margin-left: 20px;
  transition: border-color 0.3s;
}
.siteFooter__lnkLinkedin:hover {
  border-color: #a6ce3d;
}
.siteFooter__section2 {
  text-align: center;
  background: #a6ce3d;
  color: #ffffff;
  font-size: 12.5px;
  line-height: 18px;
  letter-spacing: 0;
  font-weight: 700;
  padding: 18px 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .siteFooter__section2 {
    line-height: 20px;
    padding: 15px 0;
  }
}
.siteFooter__section2 a {
  color: #ffffff;
  transition: color 0.3s;
}
.siteFooter__section2 a:hover {
  color: #7aad37;
}
.siteFooter .br {
  display: none;
}
@media (max-width: 767px) {
  .siteFooter .br--mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .siteFooter .br--tablet {
    display: block;
  }
}
.siteFooter .sep {
  display: none;
}
@media (max-width: 767px) {
  .siteFooter .sep--mobile {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .siteFooter .sep--tablet {
    display: inline;
  }
}
@media (min-width: 1200px) {
  .siteFooter .sep--desktop {
    display: inline;
  }
}

.mainNav {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 2000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 9px solid #a6ce3d;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 1200px) {
  .mainNav {
    display: flex !important;
    flex-direction: row;
    visibility: visible;
    opacity: 1;
    height: 111px;
    right: 50%;
    left: auto;
    width: auto;
    margin-right: -500px;
    border: none;
    background: transparent;
  }
}
.mainNav--visible {
  visibility: visible;
  opacity: 1;
}
.mainNav .fa-linkedin {
  display: inline-block;
  line-height: 26px;
  border: 2px solid #000000;
  width: 30px;
  text-align: center;
  color: #000000;
  transition: border-color 0.3s;
}
@media (min-width: 1200px) {
  .mainNav .fa-linkedin {
    margin-left: 15px;
  }
}
.mainNav .fa-linkedin:hover {
  border-color: #a6ce3d;
}

.mainMenu {
  position: relative;
}
.mainMenu__underline {
  background: #a6ce3d;
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: -15px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s, left 0.3s;
}
.mainMenu__underline.visible {
  visibility: visible;
  opacity: 1;
}
.mainMenu__list {
  list-style: none;
  padding: 0;
  margin: 0 0 10vh;
}
@media (min-width: 768px) {
  .mainMenu__list {
    margin: 1vh 0 7vh;
  }
}
@media (min-width: 1200px) {
  .mainMenu__list {
    display: flex;
    justify-content: center;
    margin: 0;
  }
}
.mainMenu__item {
  margin-bottom: 10vh;
}
@media (min-width: 768px) {
  .mainMenu__item {
    margin-bottom: 6vh;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item {
    margin-bottom: 0;
  }
}
.mainMenu__link {
  display: block;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.96px;
  text-align: center;
}
@media (min-width: 1200px) {
  .mainMenu__link {
    padding: 0 18px;
    white-space: nowrap;
  }
}

#navOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #ffffff;
  z-index: 1000;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#navOverlay--visible {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  #navOverlay {
    display: none;
  }
}

.btnMenu {
  width: 60px;
  height: 60px;
  position: fixed;
  top: 25px;
  right: 20px;
  padding: 0;
  z-index: 3000;
  outline: none;
  background: transparent;
  border: none;
}
@media (min-width: 768px) {
  .btnMenu {
    right: 35px;
  }
}
@media (min-width: 1200px) {
  .btnMenu {
    display: none !important;
  }
}
.btnMenu span {
  display: block;
  width: 38px;
  height: 3px;
  background: #a6ce3d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transform-origin: 50% 50%;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s linear, opacity 0.3s linear, margin-top 0.3s linear, transform 0.3s linear;
}
@media (min-width: 768px) {
  .btnMenu span {
    width: 50px;
  }
}
.btnMenu span:nth-child(1) {
  margin-top: -15px;
}
.btnMenu span:nth-child(2) {
  margin-top: 0;
}
.btnMenu span:nth-child(3) {
  margin-top: 15px;
}
.btnMenu--close span:nth-child(1) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.btnMenu--close span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(0deg);
}
.btnMenu--close span:nth-child(3) {
  margin-top: 0;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.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 {
  padding: 70px 0;
}
@media (min-width: 768px) {
  .section {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .section {
    padding: 6.5vw 0;
  }
}

.heroSection {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 114px);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 9px solid #a6ce3d;
  padding: 0 0 50%;
  min-height: calc(460px - 114px);
}
@media (max-width: 359px) {
  .heroSection {
    padding: 0 0 25%;
  }
}
@media (min-width: 768px) {
  .heroSection {
    padding-bottom: 43%;
  }
}
@media (min-width: 1200px) {
  .heroSection {
    padding-bottom: 12%;
  }
}
.heroSection:before {
  content: "";
  background: url(../images/hero-bg.svg) no-repeat center;
  position: absolute;
  z-index: 10;
  width: 870px;
  height: 620px;
  background-size: contain;
  right: -25px;
  bottom: -285px;
}
@media (min-width: 768px) {
  .heroSection:before {
    right: 169px;
    bottom: -112px;
    width: 113%;
  }
}
@media (min-width: 1200px) {
  .heroSection:before {
    width: 73%;
    padding-bottom: 52.3%;
    height: auto;
    right: 49%;
    bottom: -270px;
  }
}
@media (min-width: 1600px) {
  .heroSection:before {
    bottom: -370px;
  }
}
.heroSection .container {
  position: relative;
  z-index: 20;
}
@media (min-width: 1200px) {
  .heroSection .container {
    max-width: 800px;
  }
}
.heroSection__logo {
  margin-bottom: 10vh;
  width: 214px;
}
@media (min-width: 768px) {
  .heroSection__logo {
    width: 280px;
    margin-bottom: 8vh;
  }
}
.heroSection__title {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0;
  font-family: "Cantata One", sans-serif;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .heroSection__title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.64px;
  }
}
@media (min-width: 1200px) {
  .heroSection__title {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.72px;
  }
}
.heroSection__title:after {
  display: none;
}

@media (min-width: 768px) {
  .storySection {
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .storySection {
    padding: 7vw 0 8vw;
  }
}
@media (min-width: 1200px) {
  .storySection .container {
    max-width: 1460px;
  }
}
.storySection__title {
  text-align: left;
}
.storySection__title:after {
  left: 0;
  transform: none;
}
.storySection__text h3 {
  line-height: 34px;
}
@media (min-width: 768px) {
  .storySection__text h3 {
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .storySection__cols {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .storySection__storyCol {
    width: 47%;
  }
}
.storySection__storyCol strong {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.4px;
}
.storySection__mapCol {
  margin-top: 45px;
}
@media (min-width: 768px) {
  .storySection__mapCol {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .storySection__mapCol {
    width: 44%;
    margin-top: 0;
  }
}
.storySection__mapImageWrapper {
  margin: 0 -30px 32px;
}
@media (min-width: 768px) {
  .storySection__mapImageWrapper {
    margin: 0 0 38px;
  }
}
.storySection__mapImage {
  width: 100%;
}
.storySection__mapTeaser {
  position: relative;
  padding-left: 47px;
}
.storySection__mapTeaser:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  border: solid transparent;
  border-width: 12px 16px;
  border-left-color: #a6ce3d;
}
.storySection__mapTeaser h3 {
  font-size: 21px;
  line-height: 28px;
  margin-bottom: 0;
}
.storySection__mapTeaser strong {
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.42px;
}
.storySection__mapTeaser p {
  margin-bottom: 0;
}

.whatWeDoSection {
  padding: 80px 0;
  background: #eeefef;
}
@media (min-width: 768px) {
  .whatWeDoSection {
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .whatWeDoSection {
    padding: 7vw 0 7.5vw;
  }
}
@media (min-width: 1200px) {
  .whatWeDoSection .container {
    max-width: 960px;
  }
}
.whatWeDoSection__title {
  margin-bottom: 55px;
  text-align: center;
}
@media (min-width: 768px) {
  .whatWeDoSection__intro {
    margin-bottom: 60px;
    text-align: center;
  }
}

.whatWeDoTeaser {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .whatWeDoTeaser {
    display: flex;
    align-items: stretch;
    margin-top: 38px;
  }
}
@media (min-width: 1200px) {
  .whatWeDoTeaser {
    margin-top: 82px;
  }
}
.whatWeDoTeaser__iconContainer {
  padding: 20px 0;
  text-align: center;
  border-bottom: 3px solid #a6ce3d;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .whatWeDoTeaser__iconContainer {
    width: 125px;
    border-bottom: none;
    border-right: 3px solid #a6ce3d;
    margin-right: 65px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .whatWeDoTeaser__iconContainer {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .whatWeDoTeaser__textContainer {
    flex: 1;
    padding-bottom: 10px;
  }
}
.whatWeDoTeaser__title {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}

.newsSection {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .newsSection {
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .newsSection {
    padding: 7vw 0 7.5vw;
  }
}
.newsSection__title {
  text-align: center;
}
.newsSection__teasers {
  margin: 0 -30px;
}
@media (min-width: 768px) {
  .newsSection__teasers {
    margin: 0 -64px;
  }
}
@media (min-width: 1200px) {
  .newsSection__teasers {
    margin-top: 4.5vw;
  }
}
.newsSection__btnRow {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.newsTeaser {
  background: #eeefef;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .newsTeaser {
    display: flex;
  }
}
.newsTeaser:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .newsTeaser__imageWrapper {
    width: 345px;
  }
}
@media (min-width: 1200px) {
  .newsTeaser__imageWrapper {
    width: 460px;
  }
}
.newsTeaser__image {
  width: 100%;
}
.newsTeaser__textWrapper {
  padding: 23px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .newsTeaser__textWrapper {
    flex: 1;
    padding: 36px 80px 26px 40px;
  }
}
@media (min-width: 1200px) {
  .newsTeaser__textWrapper {
    padding-bottom: 30px;
    padding-right: 40px;
  }
}
.newsTeaser__title {
  margin-bottom: 12px;
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
}
.newsTeaser__lnkMore {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 3px solid #a6ce3d;
  color: #000000;
  line-height: 34px;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.newsTeaser.visible {
  visibility: visible;
}

.contactSection {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../images/contact-section-bg.jpg") no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .contactSection {
    padding-bottom: 90px;
  }
}
@media (min-width: 1200px) {
  .contactSection {
    padding: 7vw;
    background-image: url("../images/contact-section-bg-desktop.jpg");
  }
}
@media (min-width: 1200px) {
  .contactSection .container {
    max-width: 800px;
  }
}
.contactSection__title {
  text-align: center;
  margin-bottom: 50px;
}
.contactSection__text {
  text-align: center;
}
.contactSection__formWrapper {
  position: relative;
  margin-top: 42px;
}
@media (min-width: 768px) {
  .contactSection__formWrapper {
    margin-top: 55px;
  }
}

.singleBlogSection {
  padding-bottom: 80px;
}
@media (min-width: 1200px) {
  .singleBlogSection {
    padding-bottom: 7.5vw;
  }
}
.singleBlogSection__title {
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .singleBlogSection__title {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .singleBlogSection__title {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 110px;
  }
}
.singleBlogSection__imageWrapper {
  margin: 0 -30px 25px;
}
@media (min-width: 768px) {
  .singleBlogSection__imageWrapper {
    margin: 0 -64px 40px;
  }
}
@media (min-width: 1200px) {
  .singleBlogSection__textWrapper {
    max-width: 834px;
    margin-left: auto;
    margin-right: auto;
  }
}

.singlePostNav {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.singlePostNav__btnPrev, .singlePostNav__btnNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .singlePostNav__btnPrev, .singlePostNav__btnNext {
    width: auto;
  }
}
.singlePostNav__btnPrev span, .singlePostNav__btnNext span {
  display: none;
}
@media (min-width: 768px) {
  .singlePostNav__btnPrev span, .singlePostNav__btnNext span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
  }
}
.singlePostNav__btnPrev:before, .singlePostNav__btnNext:before {
  content: "";
  border: solid transparent;
  border-width: 10px 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.singlePostNav__btnPrev {
  right: 50%;
  margin-right: 110px;
}
@media (min-width: 768px) {
  .singlePostNav__btnPrev {
    padding-left: 40px;
    margin-right: 115px;
  }
}
.singlePostNav__btnPrev:before {
  border-left-width: 0;
  border-right-color: #a6ce3d;
  margin-left: -5px;
}
@media (min-width: 768px) {
  .singlePostNav__btnPrev:before {
    left: 13px;
    margin-left: 0;
  }
}
.singlePostNav__btnNext {
  left: 50%;
  margin-left: 110px;
}
@media (min-width: 768px) {
  .singlePostNav__btnNext {
    padding-right: 40px;
    margin-left: 115px;
  }
}
.singlePostNav__btnNext:before {
  border-right-width: 0;
  border-left-color: #a6ce3d;
  margin-right: -5px;
}
@media (min-width: 768px) {
  .singlePostNav__btnNext:before {
    right: 0;
    left: auto;
    margin-right: 0;
  }
}

body.page-template-home .siteHeader {
  border-bottom-color: transparent;
  background: transparent;
}
body.page-template-home .siteHeader__logo {
  visibility: hidden;
  opacity: 0;
}
body.page-template-home .siteHeader--sticky {
  border-bottom-color: #eeefef;
  background: #ffffff;
}
body.page-template-home .siteHeader--sticky .siteHeader__logo {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1200px) {
  body.page-template-home .mainNav {
    transform: translateX(50%);
    margin-right: 0;
    transition: transform 0.3s, margin-right 0.3s;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .mainNav--sticky {
    transform: none;
    margin-right: -500px;
  }
}

body.page-template-blog .newsTeaser:nth-child(n+7) {
  display: none;
}

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

.wpcf7 span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
}
.wpcf7 .wpcf7-response-output {
  text-align: center;
  margin: 20px 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  .wpcf7 .wpcf7-response-output {
    position: absolute;
    left: 0;
    top: 100%;
    right: 200px;
    text-align: left;
    margin: -40px 0 0;
  }
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}

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