@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  border: none; }
  button:focus {
    outline: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  width: 88%;
  max-width: 1320px;
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .container {
      padding: 0; } }
  @media only screen and (min-width: 500px) {
    .container {
      padding: 0 1.25rem; } }
  .container.narrow {
    max-width: 1100px; }

.piece {
  padding: 0 1.25rem; }

.half {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.third {
  width: 33%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.fourth {
  width: 25%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.fifth {
  width: 20%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

html {
  box-sizing: border-box;
  background-color: #fff; }

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

a {
  color: #7AA63D;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper .valign {
  display: block; }

ul, ol {
  padding: 0;
  list-style-position: inside; }

.clearfix {
  clear: both; }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: color("grey", "lighten-2"); }

.top-vertical-align {
  vertical-align: top; }

.middle-vertical-align {
  vertical-align: middle; }

.bottom-vertical-align {
  vertical-align: bottom; }

.display-table {
  display: table; }

.display-table-cell {
  display: table-cell; }

img,
svg {
  vertical-align: top; }

img.responsive-img,
video.responsive-video {
  width: 100%;
  height: auto; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  transform-origin: 0 50%; }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

#optanon-popup-bg.fade-in, #optanon-popup-wrapper.fade-in {
  opacity: 1; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  border-radius: 50%; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.full-width {
  width: 100%; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.uppercase {
  text-transform: uppercase; }

.drop-shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2); }

.drop-shadow-less {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); }

html {
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #606060; }
  @media only screen and (min-width: 0) {
    html {
      font-size: 15.113px; } }
  @media only screen and (min-width: 500px) {
    html {
      font-size: 16.0548px; } }
  @media only screen and (min-width: 1000px) {
    html {
      font-size: 17px; } }

/************
  Headings
************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #5a5a5a; }

@media only screen and (min-width: 0) {
  .heading-alpha {
    font-size: 2rem; } }

@media only screen and (min-width: 500px) {
  .heading-alpha {
    font-size: 2.8235rem; } }

@media only screen and (min-width: 1000px) {
  .heading-alpha {
    font-size: 3.3333rem; } }

@media only screen and (min-width: 0) {
  .heading-beta {
    font-size: 1.5rem; } }

@media only screen and (min-width: 500px) {
  .heading-beta {
    font-size: 2.1176rem; } }

@media only screen and (min-width: 1000px) {
  .heading-beta {
    font-size: 2.6667rem; } }

@media only screen and (min-width: 0) {
  .heading-gamma {
    font-size: 1.3125rem; } }

@media only screen and (min-width: 500px) {
  .heading-gamma {
    font-size: 1.6471rem; } }

@media only screen and (min-width: 1000px) {
  .heading-gamma {
    font-size: 2rem; } }

@media only screen and (min-width: 0) {
  .heading-delta {
    font-size: 1.125rem; } }

@media only screen and (min-width: 500px) {
  .heading-delta {
    font-size: 1.2353rem; } }

@media only screen and (min-width: 1000px) {
  .heading-delta {
    font-size: 1.3333rem; } }

.heading-epsilon {
  font-size: 1.1667rem; }

.heading-zeta {
  font-size: 1rem; }

.title-l {
  font-size: 24px;
  font-weight: 100;
  color: #5A5A5A; }

.preamble-paragraph {
  font-size: 16px; }

/**********************
  Paragraphs & Lists
**********************/
p,
ul,
ol {
  font-size: 1rem;
  margin: 0 0 1em; }

.preamble {
  font-size: 1.7778rem;
  color: #999999;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

/********
  Links
*********/
a {
  transition: color 300ms ease; }

.button {
  padding: 0 1.6667rem;
  text-transform: uppercase;
  font-size: 0.7778rem;
  font-weight: 600;
  letter-spacing: 0.93px;
  border: none;
  transition: opacity 300ms;
  opacity: 1;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  font-family: "Open Sans", sans-serif; }
  @media only screen and (min-width: 0) {
    .button {
      height: 2.5rem;
      line-height: 2.5rem; } }
  @media only screen and (min-width: 500px) {
    .button {
      height: 2.7778rem;
      line-height: 2.7778rem; } }
  .button.primary {
    background: #7AA63D;
    color: #FFFFFF;
    text-transform: uppercase;
    border: none; }
  .button.secondary {
    background: #4C4C4C;
    color: #7AA63D;
    text-transform: uppercase; }
  .button.tertiary {
    background: #4C4C4C;
    color: #7AA63D;
    text-transform: uppercase; }
  .button.outline {
    background: transparent;
    color: #7AA63D;
    box-shadow: 0 0 0 2px #7AA63D inset;
    text-transform: uppercase; }
  .button:hover {
    opacity: 0.8; }

.intro-section {
  max-width: 700px;
  margin: 0 auto; }
  .intro-section a {
    font-weight: 400; }

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

@media only screen and (max-width: 900px) {
  #fp-nav {
    display: none; } }

#fp-nav.right {
  right: 60px; }
  @media only screen and (max-width: 1400px) {
    #fp-nav.right {
      right: 30px; } }

#fp-nav ul li,
.fp-slidesNav ul li {
  width: 16px;
  height: 16px;
  margin: 10px 0; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 16px;
  width: 16px;
  background: #fff;
  margin: 0; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  height: 16px;
  width: 16px;
  border: 3px solid #fff;
  background: transparent;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  height: 16px;
  width: 16px;
  background: #fff;
  margin: 0; }

#fp-nav.green li a span {
  border-color: #74C020; }

#fp-nav.green li a.active span {
  background: #74C020; }

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
  border: none; }
  button:focus {
    outline: 0; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  width: 88%;
  max-width: 1320px;
  margin: 0 auto; }
  @media only screen and (min-width: 0) {
    .container {
      padding: 0; } }
  @media only screen and (min-width: 500px) {
    .container {
      padding: 0 1.25rem; } }
  .container.narrow {
    max-width: 1100px; }

.piece {
  padding: 0 1.25rem; }

.half {
  width: 50%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.third {
  width: 33%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.fourth {
  width: 25%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

.fifth {
  width: 20%;
  display: inline-block;
  margin-right: -4px;
  vertical-align: top; }

html {
  box-sizing: border-box;
  background-color: #fff; }

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

a {
  color: #7AA63D;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper .valign {
  display: block; }

ul, ol {
  padding: 0;
  list-style-position: inside; }

.clearfix {
  clear: both; }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: color("grey", "lighten-2"); }

.top-vertical-align {
  vertical-align: top; }

.middle-vertical-align {
  vertical-align: middle; }

.bottom-vertical-align {
  vertical-align: bottom; }

.display-table {
  display: table; }

.display-table-cell {
  display: table-cell; }

img,
svg {
  vertical-align: top; }

img.responsive-img,
video.responsive-video {
  width: 100%;
  height: auto; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  transform-origin: 0 50%; }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

#optanon-popup-bg.fade-in, #optanon-popup-wrapper.fade-in {
  opacity: 1; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  border-radius: 50%; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.full-width {
  width: 100%; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.uppercase {
  text-transform: uppercase; }

.drop-shadow {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2); }

.drop-shadow-less {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); }

html {
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #606060; }
  @media only screen and (min-width: 0) {
    html {
      font-size: 15.113px; } }
  @media only screen and (min-width: 500px) {
    html {
      font-size: 16.0548px; } }
  @media only screen and (min-width: 1000px) {
    html {
      font-size: 17px; } }

/************
  Headings
************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #5a5a5a; }

@media only screen and (min-width: 0) {
  .heading-alpha {
    font-size: 2rem; } }

@media only screen and (min-width: 500px) {
  .heading-alpha {
    font-size: 2.8235rem; } }

@media only screen and (min-width: 1000px) {
  .heading-alpha {
    font-size: 3.3333rem; } }

@media only screen and (min-width: 0) {
  .heading-beta {
    font-size: 1.5rem; } }

@media only screen and (min-width: 500px) {
  .heading-beta {
    font-size: 2.1176rem; } }

@media only screen and (min-width: 1000px) {
  .heading-beta {
    font-size: 2.6667rem; } }

@media only screen and (min-width: 0) {
  .heading-gamma {
    font-size: 1.3125rem; } }

@media only screen and (min-width: 500px) {
  .heading-gamma {
    font-size: 1.6471rem; } }

@media only screen and (min-width: 1000px) {
  .heading-gamma {
    font-size: 2rem; } }

@media only screen and (min-width: 0) {
  .heading-delta {
    font-size: 1.125rem; } }

@media only screen and (min-width: 500px) {
  .heading-delta {
    font-size: 1.2353rem; } }

@media only screen and (min-width: 1000px) {
  .heading-delta {
    font-size: 1.3333rem; } }

.heading-epsilon {
  font-size: 1.1667rem; }

.heading-zeta {
  font-size: 1rem; }

.title-l {
  font-size: 24px;
  font-weight: 100;
  color: #5A5A5A; }

.preamble-paragraph {
  font-size: 16px; }

/**********************
  Paragraphs & Lists
**********************/
p,
ul,
ol {
  font-size: 1rem;
  margin: 0 0 1em; }

.preamble {
  font-size: 1.7778rem;
  color: #999999;
  font-family: "Open Sans", sans-serif;
  font-weight: 300; }

/********
  Links
*********/
a {
  transition: color 300ms ease; }

.button {
  padding: 0 1.6667rem;
  text-transform: uppercase;
  font-size: 0.7778rem;
  font-weight: 600;
  letter-spacing: 0.93px;
  border: none;
  transition: opacity 300ms;
  opacity: 1;
  border-radius: 0;
  display: inline-block;
  text-align: center;
  font-family: "Open Sans", sans-serif; }
  @media only screen and (min-width: 0) {
    .button {
      height: 2.5rem;
      line-height: 2.5rem; } }
  @media only screen and (min-width: 500px) {
    .button {
      height: 2.7778rem;
      line-height: 2.7778rem; } }
  .button.primary {
    background: #7AA63D;
    color: #FFFFFF;
    text-transform: uppercase;
    border: none; }
  .button.secondary {
    background: #4C4C4C;
    color: #7AA63D;
    text-transform: uppercase; }
  .button.tertiary {
    background: #4C4C4C;
    color: #7AA63D;
    text-transform: uppercase; }
  .button.outline {
    background: transparent;
    color: #7AA63D;
    box-shadow: 0 0 0 2px #7AA63D inset;
    text-transform: uppercase; }
  .button:hover {
    opacity: 0.8; }

.intro-section {
  max-width: 700px;
  margin: 0 auto; }
  .intro-section a {
    font-weight: 400; }

body.as .copy {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  line-height: 36px; }
  body.as .copy.smaller {
    font-size: 18px; }
  @media only screen and (max-width: 1400px) {
    body.as .copy {
      font-size: 18px;
      line-height: 28px; } }
  @media only screen and (max-width: 700px) {
    body.as .copy {
      font-size: 16px;
      line-height: 26px; }
      body.as .copy.smaller {
        font-size: 14px;
        line-height: 22px; } }

body.as .logo {
  font-size: 32px;
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
  transition: .2s; }
  body.as .logo.white span {
    color: #ffffff !important; }
  body.as .logo.blue span {
    color: #008CD4 !important; }
  body.as .logo.small {
    font-size: 32px !important;
    line-height: 63px !important;
    margin-bottom: 0; }
  @media only screen and (max-width: 700px) {
    body.as .logo {
      font-size: 20px; } }

body.as .title {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #008CD4;
  font-size: 46px;
  line-height: 58px;
  margin-bottom: 20px; }
  body.as .title.main {
    font-size: 52px !important;
    line-height: 60px !important; }
  @media only screen and (max-width: 1400px) {
    body.as .title {
      font-size: 42px;
      line-height: 54px; }
      body.as .title.main {
        font-size: 42px !important;
        line-height: 54px !important; } }
  @media only screen and (max-width: 700px) {
    body.as .title {
      font-size: 27px;
      line-height: 37px; }
      body.as .title.main {
        font-size: 29px !important;
        line-height: 40px !important; } }

body.as .subline {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
  margin: 10px 0 0;
  transition: .2s; }
  @media only screen and (max-width: 700px) {
    body.as .subline {
      font-size: 10px;
      margin-top: 5px; } }

body.as .nobr {
  white-space: nowrap; }

body.as .white {
  color: #ffffff; }

body.as .green {
  color: #74C020; }

body.as .blue {
  color: #008CD4; }

body.as .sb {
  font-weight: 600; }

body.as .bo {
  font-weight: 700; }

body.as .it {
  font-style: italic; }

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

body.as .error {
  color: red;
  font-size: 12px;
  line-height: 1; }

body.as .only-below-m {
  display: none; }
  @media only screen and (max-width: 900px) {
    body.as .only-below-m {
      display: block; } }

body.as .as-holder {
  position: relative;
  width: 1100px;
  max-width: 85%;
  margin: 0 auto;
  z-index: 2; }
  body.as .as-holder.narrow {
    width: 810px;
    max-width: 70%; }
  body.as .as-holder.ex-narrow {
    width: 700px; }
  @media only screen and (max-width: 900px) {
    body.as .as-holder {
      text-align: center;
      max-width: 80%; }
      body.as .as-holder.narrow {
        max-width: 80%; }
      body.as .as-holder.ex-narrow {
        width: 470px;
        max-width: 80%; } }
  @media only screen and (max-width: 700px) {
    body.as .as-holder {
      max-width: 90%; }
      body.as .as-holder.narrow {
        max-width: 90%; } }

body.as .fp-tableCell {
  padding-top: 69px; }
  @media only screen and (max-width: 700px) {
    body.as .fp-tableCell {
      padding-top: 25px;
      padding-bottom: 25px; } }

body.as .s-full .col-half {
  padding: 0; }

@media only screen and (max-width: 900px) {
  body.as .s-full .col-half {
    width: 100%; } }

body.as .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 0;
  transition: .2s; }
  @media only screen and (max-width: 900px) {
    body.as .overlay {
      opacity: .5; } }
  @media only screen and (max-width: 700px) {
    body.as .overlay {
      opacity: .7; } }

body.as #top {
  background-image: url("../assets/img/bg_top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 140px; }
  body.as #top .fp-tableCell {
    padding-top: initial; }
  body.as #top .ex-p-top {
    padding-top: 150px; }
  body.as #top .mouse {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%); }
    body.as #top .mouse img {
      animation: bounce 2s infinite; }
  @media only screen and (max-width: 900px) {
    body.as #top {
      background-position: center 67px; } }
  @media only screen and (max-width: 900px) {
    body.as #top .ex-p-top {
      padding-top: 69px; }
    body.as #top .mouse {
      display: none; } }
  @media only screen and (max-width: 700px) {
    body.as #top .ex-p-top {
      padding-top: 66px; } }

body.as footer {
  background-image: url("../assets/img/bg_footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left; }
  body.as footer .as-holder {
    opacity: 0;
    transition: .6s;
    transition-delay: .4s; }
  body.as footer.active .as-holder {
    opacity: 1; }
  @media only screen and (max-width: 900px) {
    body.as footer {
      background-position: 10%; } }
  @media only screen and (max-width: 700px) {
    body.as footer .fp-tableCell {
      padding-bottom: 0;
      padding-top: 70px; }
    body.as footer .as-holder {
      transition-delay: 0s; } }
  body.as footer #to-curatina {
    margin: 40px 0;
    display: block;
    border: 0;
    text-decoration: underline;
    color: #008CD4; }

body.as .bg-middle {
  background-image: url("../assets/img/bg_middle.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right; }

body.as .bg-badge {
  position: absolute;
  height: calc( 100% - 67px);
  top: 67px;
  right: 0; }
  body.as .bg-badge img {
    height: 100%; }

body.as button {
  font-size: 18px;
  color: #008CD4;
  font-weight: 500;
  border: 2px solid #008CD4;
  border-radius: 100px;
  width: 190px;
  height: 49px;
  background: #ffffff;
  transition: .2s; }
  body.as button:hover {
    transform: scale(1.02); }

body.as #as-menu {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 43px 0;
  background: #ffffff;
  z-index: 100; }
  body.as #as-menu .item {
    display: inline-block;
    transition: .2s; }
  body.as #as-menu #top-logo {
    cursor: pointer; }
  body.as #as-menu .to-curatina-start {
    position: absolute;
    left: 0;
    margin-top: 7px; }
  body.as #as-menu #get-started {
    position: absolute;
    right: 0;
    margin-top: 7px; }
  body.as #as-menu.small {
    padding: 13px 0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
    body.as #as-menu.small button {
      height: 35px;
      width: 150px;
      font-size: 16px; }
    body.as #as-menu.small .logo {
      font-size: 20px; }
    body.as #as-menu.small .subline {
      font-size: 10px;
      margin-top: 5px; }
    body.as #as-menu.small #get-started, body.as #as-menu.small .to-curatina-start {
      margin-top: 4px; }
  body.as #as-menu.last #get-started, body.as #as-menu.last .to-curatina-start {
    opacity: 0; }
  @media only screen and (max-width: 900px) {
    body.as #as-menu {
      padding: 16px 0 14px;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
      body.as #as-menu.small {
        padding: 16px 0 14px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
        body.as #as-menu.small #get-started {
          margin-top: 6px; }
      body.as #as-menu .as-holder {
        transition: .2s; }
      body.as #as-menu #get-started, body.as #as-menu .to-curatina-start {
        margin-top: 6px; }
      body.as #as-menu button {
        height: 30px !important;
        width: 120px !important;
        font-size: 14px !important; }
      body.as #as-menu .logo {
        font-size: 20px; }
      body.as #as-menu .subline {
        font-size: 10px;
        margin-top: 5px; } }
  @media only screen and (max-width: 700px) {
    body.as #as-menu {
      padding: 14px 0 12px;
      position: fixed; }
      body.as #as-menu.small {
        padding: 14px 0 0; }
        body.as #as-menu.small .subline {
          opacity: 0;
          height: 0;
          margin: 0; }
      body.as #as-menu #get-started, body.as #as-menu .to-curatina-start.top {
        display: none; } }

body.as .has-cols {
  font-size: 0;
  display: flex; }
  @media only screen and (max-width: 900px) {
    body.as .has-cols {
      display: block; } }

body.as .col-half {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 50%;
  opacity: 0;
  transition: .6s;
  transition-delay: .4s; }
  body.as .col-half.small {
    width: 40%; }
  body.as .col-half .text-holder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 30px;
    width: 100%; }
    body.as .col-half .text-holder.right {
      padding: 0 0 0 30px; }
  body.as .col-half.image {
    transition: .4s;
    transition-delay: .5s;
    transform: scale(0);
    text-align: center; }
    body.as .col-half.image.right {
      order: 2; }
    body.as .col-half.image img {
      width: 80%;
      max-width: 100%; }
  @media only screen and (max-width: 900px) {
    body.as .col-half {
      width: 100%;
      padding: 0;
      display: block; }
      body.as .col-half .text-holder {
        padding: 0 !important;
        transform: none;
        top: initial;
        position: relative; }
      body.as .col-half.image img {
        width: 50%;
        margin-bottom: 60px; } }
  @media only screen and (max-width: 700px) {
    body.as .col-half {
      transition-delay: .2s; }
      body.as .col-half.image {
        transition-delay: 0s; }
        body.as .col-half.image img {
          margin-bottom: 20px; } }

body.as .section.active .col-half {
  opacity: 1; }
  body.as .section.active .col-half.image {
    transform: scale(1); }
  body.as .section.active .col-half .list li:before {
    opacity: 1; }

body.as .list {
  list-style: none; }
  body.as .list li {
    position: relative;
    padding-left: 35px; }
    body.as .list li:before {
      content: '';
      display: block;
      height: 16px;
      width: 16px;
      border: 3px solid #74C020;
      background: transparent;
      border-radius: 50%;
      position: absolute;
      top: 10px;
      left: 0;
      opacity: 0;
      transition: .3s; }
    body.as .list li:nth-child(1):before {
      transition-delay: .5s; }
    body.as .list li:nth-child(2):before {
      transition-delay: .6s; }
    body.as .list li:nth-child(3):before {
      transition-delay: .7s; }
    body.as .list li:nth-child(4):before {
      transition-delay: .8s; }
    body.as .list li:nth-child(5):before {
      transition-delay: .9s; }
    body.as .list li:nth-child(6):before {
      transition-delay: 1s; }
    body.as .list li:nth-child(7):before {
      transition-delay: 1.1s; }
    @media only screen and (max-width: 1400px) {
      body.as .list li {
        line-height: 32px; }
        body.as .list li:before {
          top: 9px; } }
    @media only screen and (max-width: 900px) {
      body.as .list li {
        padding-left: 0; }
        body.as .list li:before {
          display: none; } }
    @media only screen and (max-width: 700px) {
      body.as .list li {
        line-height: 28px; }
        body.as .list li:before {
          top: 7px; } }

body.as form {
  margin: 0 0 70px; }
  @media only screen and (max-width: 700px) {
    body.as form {
      margin-bottom: 40px; } }

body.as input {
  width: 355px;
  height: 49px;
  background: none;
  border: 2px solid #008CD4;
  border-radius: 100px;
  color: #008CD4;
  display: block;
  padding: 15px 25px;
  margin: 20px auto;
  line-height: 1;
  font-weight: 600;
  font-size: 20px; }
  body.as input[type=submit] {
    background: #ffffff;
    color: #008CD4;
    font-weight: 600;
    border: none;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    transition: .2s; }
    body.as input[type=submit]:hover {
      transform: scale(1.02); }
  body.as input:focus, body.as input:active {
    outline: none; }
  body.as input::placeholder {
    color: #008CD4 !important;
    font-weight: 600;
    vertical-align: middle;
    line-height: 1; }
  @media only screen and (max-width: 1400px) {
    body.as input {
      font-size: 18px; } }
  @media only screen and (max-width: 700px) {
    body.as input {
      width: 100%;
      font-size: 16px;
      margin: 10px auto; } }

body.as #custom-nav {
  position: fixed;
  right: 58px;
  bottom: 60px;
  z-index: 98;
  width: 20px;
  height: 20px; }
  body.as #custom-nav #to-next-section {
    display: block;
    width: 100%;
    height: 17px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .2s;
    cursor: pointer;
    height: 20px;
    bottom: 0;
    background-image: url("../assets/img/down-icon-white.svg"); }
  body.as #custom-nav.green #to-next-section {
    background-image: url("../assets/img/down-icon.svg"); }
  body.as #custom-nav.last #to-next-section {
    opacity: 0;
    pointer-events: none; }
  @media only screen and (max-width: 1400px) {
    body.as #custom-nav {
      right: 30px; } }
  @media only screen and (max-width: 900px) {
    body.as #custom-nav {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%); }
      body.as #custom-nav #to-next-section {
        animation: bounce 2s infinite; } }
  @media only screen and (max-width: 700px) {
    body.as #custom-nav {
      display: none; } }

body.as #bottom-buttons {
  display: none;
  position: fixed;
  width: 294px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%); }
  body.as #bottom-buttons #get-going, body.as #bottom-buttons .to-curatina-start.footer {
    display: inline-block; }
    body.as #bottom-buttons #get-going:first-child, body.as #bottom-buttons .to-curatina-start.footer:first-child {
      margin-right: 10px; }
    body.as #bottom-buttons #get-going button, body.as #bottom-buttons .to-curatina-start.footer button {
      color: #74C020;
      font-size: 16px;
      width: 140px;
      height: 34px;
      background: #ffffff;
      border: none;
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1); }
  body.as #bottom-buttons.last {
    display: none; }
  @media only screen and (max-width: 700px) {
    body.as #bottom-buttons {
      display: block; } }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  15% {
    transform: translateY(-8px); }
  25% {
    transform: translateY(0); }
  28% {
    transform: translateY(-2px); }
  32% {
    transform: translateY(0); } }

section.blurbs {
  padding-bottom: 10px; }
  @media only screen and (min-width: 0) {
    section.blurbs {
      white-space: normal;
      text-align: center; } }
  @media only screen and (min-width: 1000px) {
    section.blurbs {
      white-space: nowrap; } }
  section.blurbs div.blurb {
    display: inline-block;
    white-space: normal;
    text-align: left;
    vertical-align: top; }
    @media only screen and (min-width: 0) {
      section.blurbs div.blurb {
        width: 100%;
        max-width: 510px;
        margin-bottom: 13%; } }
    @media only screen and (min-width: 1000px) {
      section.blurbs div.blurb {
        width: 50%;
        max-width: none;
        margin-bottom: 9.375%; } }
    @media only screen and (min-width: 0) {
      section.blurbs div.blurb.first {
        padding: 0; } }
    @media only screen and (min-width: 1000px) {
      section.blurbs div.blurb.first {
        padding-right: 10px; } }
    @media only screen and (min-width: 0) {
      section.blurbs div.blurb.second {
        padding: 0; } }
    @media only screen and (min-width: 1000px) {
      section.blurbs div.blurb.second {
        padding-left: 10px; } }
    @media only screen and (min-width: 0px) {
      section.blurbs div.blurb img {
        margin-bottom: 6.25%; } }
    @media only screen and (min-width: 1000px) {
      section.blurbs div.blurb img {
        margin-bottom: 30px; } }
    section.blurbs div.blurb a {
      font-weight: 600;
      font-size: 0.75em;
      line-height: 0.9375em;
      display: block;
      padding-top: 5px;
      transition: color 300ms;
      font-size: 16px;
      color: #74C020;
      text-decoration: underline; }
      section.blurbs div.blurb a:hover {
        color: #5f812f; }

.calendar-wrap {
  width: 100%;
  background: #F4F4F4;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  overflow: hidden;
  position: relative;
  padding-bottom: 72px; }
  .calendar-wrap .intro-section {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 40px; }
  .calendar-wrap .calendar {
    padding: 20px 15px 10px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .calendar-wrap .calendar-day {
    float: left;
    width: calc(100%/5);
    padding: 0 3px; }
    .calendar-wrap .calendar-day.num-5, .calendar-wrap .calendar-day.num-6 {
      display: none !important; }
  .calendar-wrap .calendar-day-title {
    display: block;
    font-weight: 200;
    font-size: 18px;
    text-align: center;
    padding: 0 0 15px; }
  .calendar-wrap .calendar-item {
    padding: 12px 10px;
    border-top: 4px solid #74C020;
    background: #f9f9f9;
    margin-bottom: 8px; }
    .calendar-wrap .calendar-item h4 {
      display: block;
      font-weight: 200;
      margin-bottom: 3px;
      font-size: 14px; }
    .calendar-wrap .calendar-item date,
    .calendar-wrap .calendar-item p {
      color: #999;
      margin: 0;
      font-size: 13px; }
  @media only screen and (max-width: 1000px) {
    .calendar-wrap .calendar-day-title {
      text-align: left;
      padding-bottom: 5px; }
    .calendar-wrap .calendar-day {
      margin-top: 5px;
      width: 100%; } }

.card {
  font-family: "Open Sans", sans-serif;
  margin: 20px;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  transition: box-shadow .25s;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 0px 1px 4px 0px rgba(100, 100, 100, 0.5);
  box-shadow: 0px 1px 4px 0px rgba(100, 100, 100, 0.5); }
  .card .card-title {
    color: #5a5a5a;
    font-size: 17px;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    font-weight: 300;
    position: relative;
    text-transform: initial; }
    .card .card-title:after {
      content: "";
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 40px;
      height: 100%;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* IE10+ */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
      /* W3C */ }
    .card .card-title.activator {
      cursor: pointer; }
  .card .card-image {
    position: relative;
    cursor: pointer; }
    .card .card-image img {
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
    .card .card-image .card-title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px; }
  .card .card-content {
    padding: 15px 25px;
    position: relative; }
    .card .card-content span a {
      color: #5a5a5a; }
    .card .card-content a.caret {
      line-height: 1;
      position: absolute;
      right: 20px;
      z-index: 2;
      cursor: pointer; }
      .card .card-content a.caret svg {
        vertical-align: middle;
        pointer-events: none; }
        .card .card-content a.caret svg g {
          fill: #7AA63D; }
    .card .card-content p {
      margin: 0;
      color: inherit; }
    .card .card-content .card-title {
      line-height: 17px; }
  .card .card-reveal {
    padding: 15px 25px;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none; }
    .card .card-reveal .card-title {
      position: relative;
      cursor: pointer;
      display: block;
      overflow: visible;
      white-space: normal; }
      .card .card-reveal .card-title button.close {
        background: transparent;
        padding: 0;
        margin-left: 10px; }
        .card .card-reveal .card-title button.close svg {
          pointer-events: none;
          width: 14px;
          height: 14px; }
          .card .card-reveal .card-title button.close svg g {
            fill: #7AA63D; }
        .card .card-reveal .card-title button.close:hover svg g {
          fill: #5f812f; }
      .card .card-reveal .card-title:after {
        display: none; }
    .card .card-reveal p {
      color: #606060;
      font-weight: 300; }

section.contact-area {
  position: relative;
  color: #606060;
  font-weight: 300;
  margin: 0 auto;
  background: #F4F4F4; }
  @media only screen and (min-width: 0px) {
    section.contact-area {
      padding-top: 5%;
      padding-bottom: 2%; } }
  @media only screen and (min-width: 500px) {
    section.contact-area {
      padding-top: 5%;
      padding-bottom: 2%; } }
  @media only screen and (min-width: 1000px) {
    section.contact-area {
      padding-top: 5%;
      padding-bottom: 2%; } }
  section.contact-area .container {
    margin: 0 auto; }
    section.contact-area .container .heading-delta {
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 20px;
      letter-spacing: 0.87px; }
    section.contact-area .container .heading-zeta {
      margin-bottom: 30px;
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.87px; }
    @media only screen and (min-width: 0px) {
      section.contact-area .container.contact-area-text {
        padding-bottom: 0; } }
    @media only screen and (min-width: 500px) {
      section.contact-area .container.contact-area-text {
        padding-bottom: 0; } }
    @media only screen and (min-width: 0px) {
      section.contact-area .container.contact-area-address {
        padding-bottom: 0; } }
    @media only screen and (min-width: 500px) {
      section.contact-area .container.contact-area-address {
        padding-bottom: 0; } }
    section.contact-area .container.contact-area-address address {
      font-style: normal;
      font-size: 1.3333rem;
      font-weight: 300;
      line-height: 2rem; }
      section.contact-area .container.contact-area-address address a {
        color: #606060;
        transition: color 300ms;
        display: block; }
        section.contact-area .container.contact-area-address address a:hover {
          color: #5f812f; }
    section.contact-area .container.contact-area-form form input, section.contact-area .container.contact-area-form form textarea {
      display: block;
      text-align: left;
      margin: 0 auto;
      margin-bottom: 20px;
      font-size: 1rem;
      line-height: 1.2222rem;
      padding: 15px;
      border: 1px #EBEBEB solid;
      color: #999999;
      -webkit-appearance: none;
      border-radius: 0; }
      @media only screen and (min-width: 0px) {
        section.contact-area .container.contact-area-form form input, section.contact-area .container.contact-area-form form textarea {
          width: 100%; } }
      @media only screen and (min-width: 500px) {
        section.contact-area .container.contact-area-form form input, section.contact-area .container.contact-area-form form textarea {
          width: 85%; } }
      @media only screen and (min-width: 1000px) {
        section.contact-area .container.contact-area-form form input, section.contact-area .container.contact-area-form form textarea {
          width: 38%; } }
    section.contact-area .container.contact-area-form form input {
      height: 50px; }
      section.contact-area .container.contact-area-form form input.contact-send {
        color: #FFFFFF;
        font-weight: normal;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.7777rem;
        line-height: 0.9444rem;
        letter-spacing: 0.1294rem; }
    section.contact-area .container p {
      display: inline-block;
      margin-bottom: 0; }
      @media only screen and (min-width: 0) {
        section.contact-area .container p {
          width: 100%; } }
      @media only screen and (min-width: 500px) {
        section.contact-area .container p {
          width: 85%; } }
      @media only screen and (min-width: 1000px) {
        section.contact-area .container p {
          width: 50%; } }
  section.contact-area #success {
    color: #8fc24e; }

.contact-popper-button {
  background: #7AA63D;
  padding: 0;
  transition: opacity 300ms, left 500ms;
  opacity: 1;
  position: fixed;
  z-index: 3; }
  @media only screen and (min-width: 0) {
    .contact-popper-button {
      height: 30px;
      width: 30px;
      bottom: 20px;
      left: 20px; } }
  @media only screen and (min-width: 500px) {
    .contact-popper-button {
      height: 50px;
      width: 50px;
      bottom: 40px;
      left: 50px; } }
  @media only screen and (min-width: 0) {
    .contact-popper-button svg {
      width: 14px;
      padding-top: 7px; } }
  @media only screen and (min-width: 500px) {
    .contact-popper-button svg {
      width: 22px;
      padding-top: 4px; } }
  .contact-popper-button svg g {
    fill: #FFFFFF; }
  .contact-popper-button:hover {
    opacity: 0.8; }

@media only screen and (min-width: 0) {
  body.display-nav .contact-popper-button {
    left: -130px; } }

@media only screen and (min-width: 500px) {
  body.display-nav .contact-popper-button {
    left: -10px; } }

.contact-popper {
  height: 0;
  width: 0;
  position: fixed;
  background: #7AA63D;
  opacity: 0;
  transition: height 300ms ease, width 300ms ease, opacity 300ms ease;
  overflow: hidden;
  z-index: 11; }
  @media only screen and (min-width: 0) {
    .contact-popper {
      bottom: 10px;
      left: 10px;
      padding: 30px; } }
  @media only screen and (min-width: 500px) {
    .contact-popper {
      bottom: 20px;
      left: 30px;
      padding: 50px; } }
  .contact-popper h3,
  .contact-popper p,
  .contact-popper a {
    opacity: 0;
    transition: opacity 300ms ease;
    transition-delay: 300ms; }
  .contact-popper h3 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: initial; }
  .contact-popper p {
    color: #FFFFFF;
    font-size: 0.8889rem;
    font-weight: 400;
    margin-bottom: 2rem; }
  .contact-popper a {
    color: #FFFFFF;
    display: block;
    line-height: 2.1em; }
    .contact-popper a svg {
      position: relative; }
      .contact-popper a svg.phone {
        width: 18px;
        height: 18px;
        margin-right: 11px;
        top: 8px; }
      .contact-popper a svg.mobile {
        width: 18px;
        height: 18px;
        margin-right: 11px;
        top: 9px; }
      .contact-popper a svg.mail {
        width: 18px;
        height: 18px;
        margin-right: 11px;
        top: 12px; }
      .contact-popper a svg g {
        fill: #FFFFFF;
        transition: fill 300ms ease; }
    .contact-popper a:hover {
      color: #cccccc; }
      .contact-popper a:hover svg g {
        fill: white; }
  .contact-popper button {
    background: transparent;
    padding: 15px;
    height: 50px;
    position: absolute; }
    @media only screen and (min-width: 0) {
      .contact-popper button {
        bottom: 10px;
        left: 10px; } }
    @media only screen and (min-width: 500px) {
      .contact-popper button {
        bottom: 20px;
        left: 20px; } }
    @media only screen and (min-width: 0) {
      .contact-popper button svg {
        width: 14px;
        height: 14px; } }
    @media only screen and (min-width: 500px) {
      .contact-popper button svg {
        width: 20px;
        height: 20px; } }
    .contact-popper button svg g {
      fill: #FFFFFF;
      transition: fill 300ms ease; }
    .contact-popper button:hover svg g {
      fill: white; }
  .contact-popper.open {
    opacity: 1; }
    @media only screen and (min-width: 0) {
      .contact-popper.open {
        height: 400px;
        width: calc(100% - 20px); } }
    @media only screen and (min-width: 500px) {
      .contact-popper.open {
        height: 400px;
        width: 400px; } }
    @media only screen and (min-width: 0px) and (max-height: 430px) {
      .contact-popper.open {
        height: calc(100% - 60px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(100% - 20px);
        overflow: scroll; }
        .contact-popper.open button.close {
          left: auto;
          right: 10px;
          top: 10px; } }
    @media only screen and (min-width: 500px) and (max-height: 430px) {
      .contact-popper.open {
        width: calc(100% - 60px); } }
    .contact-popper.open h3,
    .contact-popper.open p,
    .contact-popper.open a {
      opacity: 1; }

.mix {
  display: none; }

.product-filter {
  padding-bottom: 60px;
  margin: 20px; }
  .product-filter .container h4 {
    font-size: 14px;
    color: #C5C5C5;
    letter-spacing: initial;
    margin-bottom: 15px;
    text-transform: uppercase; }
  .product-filter .container div.select-replace {
    width: 400px;
    max-width: 100%;
    height: 50px;
    border: 1px solid #EBEBEB;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
    margin: 0 auto;
    display: block;
    text-align: left;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none; }
    .product-filter .container div.select-replace span.value {
      padding: 11px 16px 6px;
      overflow: hidden;
      display: inline-block;
      color: #9B9B9B;
      text-transform: initial; }
    .product-filter .container div.select-replace div.arrow-down {
      position: absolute;
      right: 20px;
      top: 18px;
      text-align: center; }
      .product-filter .container div.select-replace div.arrow-down g {
        fill: #9B9B9B; }
    .product-filter .container div.select-replace ul {
      height: auto;
      list-style-type: none;
      display: none;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 1;
      background: #fff;
      top: 0px;
      left: -1px;
      width: calc(100% + 2px);
      border-left: 1px solid #EBEBEB;
      border-right: 1px solid #EBEBEB;
      max-height: 350px;
      overflow: scroll; }
      .product-filter .container div.select-replace ul li {
        border-bottom: 1px solid #EBEBEB;
        border-top: 0;
        padding: 11px 16px 6px;
        transition-property: color background;
        transition-duration: 300ms;
        min-height: 40px;
        text-transform: initial; }
        .product-filter .container div.select-replace ul li:hover, .product-filter .container div.select-replace ul li.active {
          background: #fcfcfc; }
        .product-filter .container div.select-replace ul li a {
          display: block;
          color: #9B9B9B; }
    .product-filter .container div.select-replace.open ul {
      display: block; }
  .product-filter .container div.select-replace.open .arrow-down svg {
    transform: rotate(180deg); }

section.product-grid {
  position: relative;
  padding-bottom: 9.375%; }
  section.product-grid .container {
    margin: 0 auto; }
    @media only screen and (min-width: 0px) {
      section.product-grid .container .product {
        width: 100%; } }
    @media only screen and (min-width: 500px) {
      section.product-grid .container .product {
        width: 50%; } }
    @media only screen and (min-width: 1000px) {
      section.product-grid .container .product {
        width: 33%; } }

section.cta {
  position: relative; }
  @media only screen and (min-width: 0px) {
    section.cta {
      padding-top: 60px;
      padding-bottom: 75px; } }
  @media only screen and (min-width: 600px) {
    section.cta {
      padding-top: 100px;
      padding-bottom: 120px; } }
  section.cta .filter {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    z-index: 0;
    top: 0; }
  section.cta div, section.cta a {
    position: relative; }
  section.cta > div p {
    letter-spacing: normal;
    font-weight: 300;
    color: #FFFFFF;
    max-width: 840px;
    margin: 0 auto 40px; }
    @media only screen and (min-width: 0px) {
      section.cta > div p {
        font-size: 1.375rem;
        line-height: 1.455em; } }
    @media only screen and (min-width: 600px) {
      section.cta > div p {
        font-size: 28px;
        line-height: 44px; } }
  section.cta a {
    width: 13.89rem;
    text-align: center;
    margin: 0 auto;
    display: block; }

section.data-list {
  position: relative; }
  @media only screen and (min-width: 0px) {
    section.data-list {
      padding-top: 60px;
      padding-bottom: 75px; } }
  @media only screen and (min-width: 600px) {
    section.data-list {
      padding-top: 100px;
      padding-bottom: 120px; } }
  section.data-list.bg-option-1 {
    background: #fff; }
  section.data-list.bg-option-2 {
    background: #F4F4F4; }
  section.data-list .container h3 {
    color: #C5C5C5;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 50px;
    font-weight: 400;
    letter-spacing: 1.5px; }
  @media only screen and (min-width: 0px) {
    section.data-list .container .data-block {
      width: 100%;
      padding: 20px 0px; } }
  @media only screen and (min-width: 1000px) {
    section.data-list .container .data-block {
      width: 50%;
      padding: 10px 20px; } }
  section.data-list .container h2 {
    font-size: 21px;
    letter-spacing: normal;
    line-height: 29px;
    border-bottom: 2px #EFEFEF solid;
    padding-bottom: 12px;
    margin: 0;
    text-transform: uppercase; }
  section.data-list .container .line {
    text-align: right;
    display: block;
    border-bottom: 1px #EFEFEF solid;
    height: 40px;
    line-height: 40px; }
    section.data-list .container .line span {
      font-size: 15px; }
    section.data-list .container .line .label {
      width: 50%;
      margin-right: 15px;
      display: inline-block; }
    section.data-list .container .line .data {
      width: 50%;
      display: inline-block; }

footer {
  background-color: #FFFFFF;
  height: 227px;
  color: #9B9B9B;
  position: relative; }
  footer .footer-logo-holder {
    margin: 0 auto;
    text-align: center;
    padding-top: 61px; }
    @media only screen and (min-width: 500px) {
      footer .footer-logo-holder {
        float: left;
        display: table;
        height: 100px;
        padding-top: 0; } }
    @media only screen and (min-width: 1023px) {
      footer .footer-logo-holder {
        text-align: left;
        width: 25%; } }
    footer .footer-logo-holder .footer-logo {
      display: inline-block; }
      footer .footer-logo-holder .footer-logo svg {
        width: 167px;
        height: 65px; }
      @media only screen and (min-width: 500px) {
        footer .footer-logo-holder .footer-logo {
          display: table-cell;
          vertical-align: middle; } }
  footer .footer-contact {
    text-align: center;
    margin: 0 auto;
    padding-top: 31px; }
    @media only screen and (min-width: 500px) {
      footer .footer-contact {
        float: right;
        display: table;
        height: 100px;
        padding-top: 0; } }
    @media only screen and (min-width: 1023px) {
      footer .footer-contact {
        text-align: right;
        width: 25%; } }
    @media only screen and (min-width: 500px) {
      footer .footer-contact p {
        display: table-cell;
        vertical-align: middle;
        text-transform: initial; } }
    footer .footer-contact a {
      color: #9B9B9B;
      transition: color 300ms ease-in-out;
      opacity: 1;
      font-weight: 300; }
      footer .footer-contact a:hover {
        color: #828282; }
  @media only screen and (min-width: 500px) {
    footer {
      height: 100px; } }
  footer p {
    margin-bottom: 0; }
  footer .footer-social {
    display: none; }

@media only screen and (min-width: 1023px) {
  footer.classic .footer-social {
    margin: 0 auto;
    width: auto;
    height: 100px;
    display: table;
    width: 50%; }
    footer.classic .footer-social .social-icons {
      text-align: center;
      vertical-align: middle;
      display: table-cell; }
      footer.classic .footer-social .social-icons a {
        padding: 0 10px; }
        footer.classic .footer-social .social-icons a svg {
          vertical-align: bottom; }
        footer.classic .footer-social .social-icons a svg g {
          fill: #9B9B9B;
          transition: fill 300ms; }
        footer.classic .footer-social .social-icons a:hover svg g {
          fill: #828282; } }

.full-size-map {
  width: 100%;
  background-color: #F9F9FA; }
  @media only screen and (min-width: 0px) {
    .full-size-map {
      height: 240px;
      text-align: center; }
      .full-size-map .show-google-maps-icon {
        display: block;
        position: relative;
        top: 98px;
        max-width: 144px;
        margin: 0 auto;
        cursor: pointer; }
        .full-size-map .show-google-maps-icon img {
          max-width: 60px; }
        .full-size-map .show-google-maps-icon .google-maps-text {
          font-weight: bold;
          text-align: center;
          margin-top: 11px;
          color: #5a5a5a;
          font-size: 0.75rem;
          line-height: 1.25em;
          letter-spacing: 0.1425em;
          display: block; }
      .full-size-map .show-map {
        display: none; } }
  @media only screen and (min-width: 500px) {
    .full-size-map {
      height: 37.1354vw; }
      .full-size-map .show-map {
        display: block;
        width: 100%;
        height: 100%; }
      .full-size-map .show-google-maps-icon {
        display: none; } }

section.half-text-half-image {
  position: relative;
  padding-top: 9.375%;
  padding-bottom: 9.375%; }
  section.half-text-half-image.bg-option-1 {
    background: #fff; }
  section.half-text-half-image.bg-option-2 {
    background: #F4F4F4; }
  section.half-text-half-image .container {
    margin: 0 auto; }
    @media only screen and (min-width: 0px) {
      section.half-text-half-image .container.right-align-image picture {
        padding-right: 0%; } }
    @media only screen and (min-width: 1000px) {
      section.half-text-half-image .container.right-align-image > div {
        left: -50%;
        position: relative;
        padding-right: 6.947368%;
        padding-left: 0%; }
      section.half-text-half-image .container.right-align-image picture {
        right: -50%;
        position: relative;
        padding-right: 0%; } }
    @media only screen and (min-width: 0px) {
      section.half-text-half-image .container > div {
        width: 100%;
        padding-right: 0%;
        max-width: 620px;
        display: block;
        margin: 0 auto; } }
    @media only screen and (min-width: 1000px) {
      section.half-text-half-image .container > div {
        width: 49%;
        padding-right: 0%;
        padding-left: 6.947368%;
        display: inline-block; } }
    section.half-text-half-image .container > div h2 {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      color: #5a5a5a;
      text-transform: uppercase;
      letter-spacing: normal; }
      @media only screen and (min-width: 0px) {
        section.half-text-half-image .container > div h2 {
          font-size: 1.125em;
          letter-spacing: normal; } }
      @media only screen and (min-width: 1000px) {
        section.half-text-half-image .container > div h2 {
          font-size: 1.50em;
          letter-spacing: normal; } }
    section.half-text-half-image .container > div p {
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      color: #606060;
      letter-spacing: normal; }
      @media only screen and (min-width: 0px) {
        section.half-text-half-image .container > div p {
          font-size: 1em; } }
    section.half-text-half-image .container > div a {
      color: #7AA63D;
      font-weight: 600;
      letter-spacing: normal;
      text-decoration: underline; }
      section.half-text-half-image .container > div a:hover {
        color: #5f812f; }
    section.half-text-half-image .container picture {
      text-align: center; }
      @media only screen and (min-width: 0px) {
        section.half-text-half-image .container picture {
          padding-right: 0%;
          margin-bottom: 6.25%;
          width: 100%; } }
      @media only screen and (min-width: 1000px) {
        section.half-text-half-image .container picture {
          padding-right: 0%;
          margin-bottom: 0%;
          width: 50%; } }
    section.half-text-half-image .container img {
      width: 100%;
      height: auto;
      max-width: 620px; }

section.history-slider {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }
  section.history-slider.bg-option-1 {
    background: #fff; }
  section.history-slider.bg-option-2 {
    background: #F4F4F4; }
  section.history-slider .container .slider-content {
    position: relative; }
    section.history-slider .container .slider-content .slide {
      background-color: #4C4C4C; }
      section.history-slider .container .slider-content .slide .story {
        display: inline-block;
        text-align: center; }
        @media only screen and (min-width: 0px) {
          section.history-slider .container .slider-content .slide .story {
            width: 100%;
            float: none;
            padding: 35px 70px 35px 70px; } }
        @media only screen and (min-width: 900px) {
          section.history-slider .container .slider-content .slide .story {
            width: 50%;
            float: left;
            padding: 35px 70px 0px 70px; } }
        @media only screen and (max-width: 450px) {
          section.history-slider .container .slider-content .slide .story {
            padding: 35px; } }
        section.history-slider .container .slider-content .slide .story h1 {
          letter-spacing: initial;
          text-transform: uppercase;
          color: #5a5a5a; }
        section.history-slider .container .slider-content .slide .story h3 {
          letter-spacing: initial;
          text-transform: uppercase;
          color: #5a5a5a; }
        section.history-slider .container .slider-content .slide .story hr {
          width: 200px;
          border: 2px solid #5a5a5a;
          display: inline-block;
          margin: 50px 0; }
          @media only screen and (max-width: 450px) {
            section.history-slider .container .slider-content .slide .story hr {
              width: 100%; } }
        section.history-slider .container .slider-content .slide .story p {
          color: #5a5a5a; }
      section.history-slider .container .slider-content .slide img {
        height: auto;
        vertical-align: bottom; }
        @media only screen and (min-width: 0px) {
          section.history-slider .container .slider-content .slide img {
            width: 100%;
            display: block; } }
        @media only screen and (min-width: 900px) {
          section.history-slider .container .slider-content .slide img {
            width: 50%;
            display: inline-block; } }
  section.history-slider .container .slick-dots {
    position: absolute;
    bottom: 0px;
    list-style: none;
    display: block;
    padding: 0;
    width: 100%; }
    @media only screen and (min-width: 0px) {
      section.history-slider .container .slick-dots {
        left: 50%; } }
    @media only screen and (min-width: 900px) {
      section.history-slider .container .slick-dots {
        left: 75%; } }
    section.history-slider .container .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 0;
      padding: 0;
      cursor: pointer; }
      section.history-slider .container .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 0;
        cursor: pointer; }
        section.history-slider .container .slick-dots li button:hover, section.history-slider .container .slick-dots li button:focus {
          outline: none; }
          section.history-slider .container .slick-dots li button:hover:before, section.history-slider .container .slick-dots li button:focus:before {
            opacity: 0.5; }
        section.history-slider .container .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-size: 30px;
          line-height: 20px;
          text-align: center;
          color: #FFFFFF;
          opacity: 0.5; }
      section.history-slider .container .slick-dots li.slick-active button:before {
        color: #FFFFFF;
        opacity: 1; }
  section.history-slider .container .slick-prev, section.history-slider .container .slick-next {
    position: absolute;
    height: 48px;
    width: 47px;
    background: transparent;
    padding: 0;
    z-index: 999; }
    @media only screen and (min-width: 0px) {
      section.history-slider .container .slick-prev, section.history-slider .container .slick-next {
        margin-top: -24px;
        top: 50%; } }
    @media only screen and (min-width: 900px) {
      section.history-slider .container .slick-prev, section.history-slider .container .slick-next {
        margin-top: -24px;
        top: 50%; } }
  section.history-slider .container .slick-prev:hover, section.history-slider .container .slick-prev:focus, section.history-slider .container .slick-next:hover, section.history-slider .container .slick-next:focus {
    background: transparent;
    color: transparent; }
  section.history-slider .container .slick-prev:hover:before, section.history-slider .container .slick-prev:focus:before, section.history-slider .container .slick-next:hover:before, section.history-slider .container .slick-next:focus:before {
    opacity: 1; }
  section.history-slider .container .slick-prev.slick-disabled:before, section.history-slider .container .slick-next.slick-disabled:before {
    opacity: 0.75; }
  @media only screen and (min-width: 0px) {
    section.history-slider .container .slick-prev {
      margin-top: -24px;
      margin-left: -24px;
      left: 0%; } }
  @media only screen and (min-width: 900px) {
    section.history-slider .container .slick-prev {
      left: 50%; } }
  section.history-slider .container .slick-prev:before {
    content: url(../assets/img/arrow-left.png); }
  section.history-slider .container .slick-next {
    right: 0px;
    margin-right: -24px; }
  section.history-slider .container .slick-next:before {
    content: url(../assets/img/arrow-right.png); }

section.image-headline {
  position: relative;
  background: #4C4C4C; }
  section.image-headline img {
    width: 100%;
    height: auto; }
  section.image-headline .container {
    top: 0; }
    @media only screen and (min-width: 0) {
      section.image-headline .container {
        position: relative;
        padding-top: 14%;
        padding-bottom: 14%; } }
    @media only screen and (min-width: 500px) {
      section.image-headline .container {
        padding-top: 14%;
        padding-bottom: 10%; } }
    @media only screen and (min-width: 1000px) {
      section.image-headline .container {
        position: absolute;
        padding-bottom: 0%;
        padding-top: 14%;
        max-width: none; } }
    section.image-headline .container h1 {
      color: #FFFFFF;
      font-family: "Open Sans", sans-serif;
      font-weight: 400;
      letter-spacing: 4.5px;
      text-transform: uppercase;
      margin-bottom: 0.7em; }
    section.image-headline .container h2 {
      color: #FFFFFF;
      font-family: "Open Sans", sans-serif;
      font-weight: 300;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 0.7em; }
  section.image-headline.no-image {
    min-height: 37.1354vw; }
    @media only screen and (min-width: 0) {
      section.image-headline.no-image .container {
        padding-top: calc(14% + 60px); } }
    @media only screen and (min-width: 500px) {
      section.image-headline.no-image .container {
        padding-top: calc(14% + 100px); } }
    @media only screen and (min-width: 1000px) {
      section.image-headline.no-image .container {
        padding-top: 14%; } }

section.image-headline-compact {
  background-size: cover;
  background-position: center;
  height: 360px; }
  section.image-headline-compact .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 50px 0 0px; }
    section.image-headline-compact .container h1 {
      font-size: 40px;
      letter-spacing: auto; }

@media only screen and (max-width: 700px) {
  section.image-headline-compact.start .container {
    padding-top: 0; }
  section.image-headline-compact.start h2 {
    display: none; }
  section.image-headline-compact.start h1 {
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 1.6;
    margin-bottom: 30px; } }

section.slider {
  padding-top: 9.375%;
  padding-bottom: 9.375%; }
  section.slider .container .slider-content {
    max-width: 840px;
    margin: 0 auto; }
    section.slider .container .slider-content .slide .caption-holder {
      background-color: #fff;
      color: #606060;
      width: 100%;
      margin: 0 auto;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      border-bottom: 1px solid #EFEFEF;
      padding: 15px 0; }
    section.slider .container .slider-content .slide img, section.slider .container .slider-content .slide picture {
      width: 100%;
      height: auto; }
  section.slider .slick-dots {
    position: absolute;
    top: 0px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%; }
    section.slider .slick-dots li {
      position: relative;
      display: inline-block;
      height: 20px;
      width: 20px;
      margin: 0 0;
      padding: 0;
      cursor: pointer; }
      section.slider .slick-dots li button {
        border: 0;
        background: transparent;
        display: block;
        height: 20px;
        width: 20px;
        outline: none;
        line-height: 0px;
        font-size: 0px;
        color: transparent;
        padding: 0;
        cursor: pointer; }
        section.slider .slick-dots li button:hover, section.slider .slick-dots li button:focus {
          outline: none; }
          section.slider .slick-dots li button:hover:before, section.slider .slick-dots li button:focus:before {
            opacity: 0.5; }
        section.slider .slick-dots li button:before {
          position: absolute;
          top: 0;
          left: 0;
          content: "•";
          width: 20px;
          height: 20px;
          font-size: 30px;
          line-height: 20px;
          text-align: center;
          color: #FFFFFF;
          opacity: 0.5; }
      section.slider .slick-dots li.slick-active button:before {
        color: #FFFFFF;
        opacity: 1; }
  section.slider .slick-prev, section.slider .slick-next {
    position: absolute;
    height: 48px;
    width: 47px;
    background: transparent;
    margin-top: -48px;
    top: 50%;
    padding: 0; }
  section.slider .slick-prev:hover, section.slider .slick-prev:focus, section.slider .slick-next:hover, section.slider .slick-next:focus {
    background: transparent;
    color: transparent; }
  section.slider .slick-prev:hover:before, section.slider .slick-prev:focus:before, section.slider .slick-next:hover:before, section.slider .slick-next:focus:before {
    opacity: 1; }
  section.slider .slick-prev.slick-disabled:before, section.slider .slick-next.slick-disabled:before {
    opacity: 0.75; }
  section.slider .slick-prev:before, section.slider .slick-next:before {
    color: red;
    opacity: 0.9; }
  section.slider .slick-prev {
    left: -24px; }
  section.slider .slick-prev:before {
    content: url(../assets/img/arrow-left.png); }
  section.slider .slick-next {
    right: -24px; }
  section.slider .slick-next:before {
    content: url(../assets/img/arrow-right.png); }

a.logo {
  position: fixed;
  transition: left 500ms;
  z-index: 10; }
  @media only screen and (min-width: 0) {
    a.logo {
      top: 0;
      left: 20px; } }
  @media only screen and (min-width: 500px) {
    a.logo {
      top: 0;
      transition: all 500ms;
      left: 50px; } }
  a.logo svg {
    height: auto; }
    @media only screen and (min-width: 0) {
      a.logo svg {
        width: 167px;
        height: 65px; } }
    @media only screen and (min-width: 500px) {
      a.logo svg {
        width: 167px;
        height: 65px; } }

@media only screen and (min-width: 0) {
  body.display-nav a.logo {
    left: -130px; } }

@media only screen and (min-width: 500px) {
  body.display-nav a.logo {
    left: -10px; } }

@media only screen and (min-width: 0px) {
  a.logo.classic.first {
    display: none; }
  a.logo.classic.alt {
    top: 10px; } }

@media only screen and (min-width: 500px) {
  a.logo.classic.alt {
    top: 10px; } }

@media only screen and (min-width: 1023px) {
  a.logo.classic.alt {
    display: none; }
  a.logo.classic.first {
    display: block; }
  a.logo.classic {
    top: 15px; }
  body.display-nav a.logo.classic {
    left: 20px; } }

.logo-holder.classic {
  display: none; }

@media only screen and (max-width: 1023px) {
  .logo-holder.classic {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    width: 100vw;
    height: 95px;
    min-height: 95px;
    background: #FFFFFF;
    transition: none; } }

section.logo-row {
  background: #F4F4F4; }
  @media only screen and (min-width: 0px) {
    section.logo-row {
      padding-top: 12.5%;
      padding-bottom: 6%; } }
  @media only screen and (min-width: 500px) {
    section.logo-row {
      padding-top: 8.5%;
      padding-bottom: 8%; } }
  @media only screen and (min-width: 1000px) {
    section.logo-row {
      padding-top: 4.545%;
      padding-bottom: 5.303%; } }
  section.logo-row > div h3 {
    color: #9B9B9B;
    font-weight: 400; }
    @media only screen and (min-width: 0px) {
      section.logo-row > div h3 {
        margin-bottom: 24px; } }
    @media only screen and (min-width: 1000px) {
      section.logo-row > div h3 {
        margin-bottom: 36px; } }
  section.logo-row > div .logos {
    max-width: 900px;
    margin: 0 auto;
    display: table; }
    @media only screen and (min-width: 0px) {
      section.logo-row > div .logos {
        width: 100%; }
        section.logo-row > div .logos span.logo:nth-child(4),
        section.logo-row > div .logos span.logo:nth-child(5),
        section.logo-row > div .logos a:nth-child(4),
        section.logo-row > div .logos a:nth-child(5) {
          display: none; } }
    @media only screen and (min-width: 500px) {
      section.logo-row > div .logos {
        width: 100%; }
        section.logo-row > div .logos span.logo:nth-child(4),
        section.logo-row > div .logos a:nth-child(4) {
          display: inline-block; } }
    @media only screen and (min-width: 1000px) {
      section.logo-row > div .logos {
        width: 80%; }
        section.logo-row > div .logos span.logo:nth-child(5),
        section.logo-row > div .logos a:nth-child(5) {
          display: inline-block; } }
    section.logo-row > div .logos a,
    section.logo-row > div .logos span.logo {
      transition: opacity 300ms;
      opacity: 1;
      display: inline-block;
      white-space: nowrap;
      text-align: center; }
      @media only screen and (min-width: 0px) {
        section.logo-row > div .logos a,
        section.logo-row > div .logos span.logo {
          width: 33%; } }
      @media only screen and (min-width: 500px) {
        section.logo-row > div .logos a,
        section.logo-row > div .logos span.logo {
          width: 25%; } }
      @media only screen and (min-width: 1000px) {
        section.logo-row > div .logos a,
        section.logo-row > div .logos span.logo {
          width: 20%; } }
      section.logo-row > div .logos a svg,
      section.logo-row > div .logos a picture img,
      section.logo-row > div .logos span.logo svg,
      section.logo-row > div .logos span.logo picture img {
        width: 70%;
        text-align: center; }
      section.logo-row > div .logos a:hover,
      section.logo-row > div .logos span.logo:hover {
        opacity: 0.7; }

a.toggle-nav {
  position: fixed;
  background: #FFFFFF;
  transition: right 500ms;
  z-index: 2;
  border-radius: 0; }
  @media only screen and (min-width: 0) {
    a.toggle-nav {
      top: 20px;
      right: 20px;
      height: 40px;
      width: 40px;
      padding-top: 13px; } }
  @media only screen and (min-width: 500px) {
    a.toggle-nav {
      top: 50px;
      right: 50px;
      height: 50px;
      width: 50px;
      padding-top: 17px; } }
  a.toggle-nav span {
    display: block;
    height: 2px;
    background: #9B9B9B;
    transition: opacity 300ms;
    opacity: 1; }
    @media only screen and (min-width: 0) {
      a.toggle-nav span {
        margin: 0 12px 4px; } }
    @media only screen and (min-width: 500px) {
      a.toggle-nav span {
        margin: 0 16px 4px; } }

html, body {
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto; }

body.display-nav {
  width: 100%;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 0) {
    body.display-nav a.toggle-nav {
      right: calc(100% - 60px); } }
  @media only screen and (min-width: 500px) {
    body.display-nav a.toggle-nav {
      right: 400px; } }
  body.display-nav a.toggle-nav span.first-line,
  body.display-nav a.toggle-nav span.third-line {
    opacity: 0; }

#canvas {
  width: 100%;
  min-height: 100vh;
  position: relative;
  right: 0;
  transition: right 500ms; }

body.display-nav #canvas {
  right: 150px; }

nav {
  font-family: "Open Sans", sans-serif;
  min-height: 100vh;
  background: #FFFFFF;
  position: fixed;
  top: 0;
  transition: 500ms ease right;
  overflow-y: scroll;
  z-index: 9; }
  @media only screen and (min-width: 0) {
    nav {
      width: calc(100% - 80px);
      right: calc(-100% - 80px); } }
  @media only screen and (min-width: 500px) {
    nav {
      width: 350px;
      right: -350px; } }
  nav a.cta {
    background: transparent;
    color: #9B9B9B;
    box-shadow: 0 0 0 2px #9B9B9B inset;
    transition: color 300ms, box-shadow 300ms;
    font-size: 0.6666rem;
    position: relative;
    transition: 500ms ease right;
    right: -150px;
    text-transform: uppercase; }
    @media only screen and (min-width: 0) {
      nav a.cta {
        margin: 20px 20px -18px;
        width: calc(100% - 40px);
        height: 40px; } }
    @media only screen and (min-width: 500px) {
      nav a.cta {
        margin: 50px 14.2857% -18px;
        width: 71.4286%;
        height: 50px; } }
    nav a.cta:hover {
      color: #b5b5b5;
      box-shadow: 0 0 0 2px #b5b5b5 inset; }
  nav ul.main-navigation {
    list-style: none;
    position: relative;
    transition: 500ms ease right;
    right: -150px;
    margin-bottom: 90px; }
    @media only screen and (min-width: 0) {
      nav ul.main-navigation {
        margin-top: 30px; } }
    @media only screen and (min-width: 500px) {
      nav ul.main-navigation {
        margin-top: 50px; } }
    nav ul.main-navigation li {
      cursor: pointer;
      display: block;
      line-height: 1.1em;
      font-weight: 100;
      /* Sub menu Hamburger */ }
      @media only screen and (min-width: 0) {
        nav ul.main-navigation li {
          font-size: 0.875rem; } }
      @media only screen and (min-width: 500px) {
        nav ul.main-navigation li {
          font-size: 1rem; } }
      nav ul.main-navigation li a {
        color: #9B9B9B;
        margin: 0;
        display: block;
        font-weight: normal;
        text-decoration: none;
        transition: color 300ms ease-in-out;
        text-transform: uppercase; }
        @media only screen and (min-width: 0) {
          nav ul.main-navigation li a {
            padding: 20px 30px; } }
        @media only screen and (min-width: 500px) {
          nav ul.main-navigation li a {
            padding: 20px 50px; } }
      nav ul.main-navigation li a:hover {
        color: #b5b5b5; }
      nav ul.main-navigation li.active a {
        color: #b5b5b5; }
      nav ul.main-navigation li ul {
        font-family: "Open Sans", sans-serif;
        display: none;
        margin-bottom: 0;
        background-color: #7AA63D; }
        @media only screen and (min-width: 0px) {
          nav ul.main-navigation li ul {
            position: relative;
            padding: 30px 0;
            margin-top: 15px; } }
        @media only screen and (min-width: 0px) {
          nav ul.main-navigation li ul:after {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #7AA63D;
            border-width: 10px;
            margin-left: -10px; } }
      nav ul.main-navigation li ul li li:first-child {
        margin-top: 0; }
      nav ul.main-navigation li ul.sub-menu li a {
        color: #FFFFFF;
        text-transform: initial; }
        @media only screen and (min-width: 0) {
          nav ul.main-navigation li ul.sub-menu li a {
            padding: 11px 30px;
            font-size: 0.75rem; } }
        @media only screen and (min-width: 500px) {
          nav ul.main-navigation li ul.sub-menu li a {
            padding: 11px 50px 11px 50px;
            font-size: 0.8889rem; } }
        nav ul.main-navigation li ul.sub-menu li a:hover {
          color: white; }
      nav ul.main-navigation li ul.sub-menu li.active a {
        color: white; }
  nav .contact {
    position: relative;
    background: #FFFFFF;
    display: block;
    transition: 500ms ease right;
    right: -150px; }
    @media only screen and (min-width: 0) {
      nav .contact {
        width: 100%;
        padding: 10px 20px 50px 20px;
        padding-bottom: 20px; } }
    @media only screen and (min-width: 500px) {
      nav .contact {
        width: 350px;
        padding: 10px 50px 50px 50px;
        padding-bottom: 50px; } }
    nav .contact .social {
      width: 100%; }
      @media only screen and (min-width: 0) {
        nav .contact .social {
          padding-bottom: 20px; } }
      @media only screen and (min-width: 500px) {
        nav .contact .social {
          padding-bottom: 30px; } }
      nav .contact .social a {
        display: inline-block;
        margin-right: 20px; }
        nav .contact .social a svg {
          vertical-align: bottom; }
        nav .contact .social a svg g {
          fill: #9B9B9B;
          transition: fill 300ms; }
        nav .contact .social a:hover svg g {
          fill: #b5b5b5; }
    nav .contact a {
      display: block;
      font-size: 0.7778rem;
      color: #9B9B9B;
      transition: color 300ms; }
      nav .contact a.phone {
        font-weight: 300; }
      nav .contact a.mail {
        font-weight: 700; }
      nav .contact a:hover {
        color: #b5b5b5; }

body.display-nav nav {
  right: 0;
  height: 100vh; }

body.display-nav ul.main-navigation,
body.display-nav a.cta,
body.display-nav nav .contact {
  right: 0; }

#canvas.classic {
  padding-top: 95px; }

@media only screen and (min-width: 0) {
  a.toggle-nav.classic {
    top: 28px;
    right: 20px;
    height: 40px;
    width: 40px;
    padding-top: 11px;
    border: 2px #9B9B9B solid; } }

@media only screen and (min-width: 500px) {
  a.toggle-nav.classic {
    top: 23px;
    right: 50px;
    height: 50px;
    width: 50px;
    padding-top: 16px; } }

@media only screen and (min-width: 1023px) {
  a.toggle-nav.classic {
    display: none; }
  nav.classic {
    top: 0;
    right: 0;
    width: 100vw;
    height: 95px;
    min-height: 0;
    background: #FFFFFF;
    overflow: visible;
    transition: none;
    /* Menu Classic */ }
    nav.classic a.cta {
      display: none; }
    nav.classic ul.main-navigation {
      margin: 0 auto;
      right: auto;
      text-align: right;
      padding: 0 1.25rem;
      width: 88%;
      max-width: 1320px;
      height: 30px;
      top: 50%;
      margin-top: -15px; }
      nav.classic ul.main-navigation li {
        display: inline-block;
        position: relative;
        margin-left: 20px;
        font-size: 14px;
        transition: font 0.3s ease;
        /* Sub menu Classic */ }
        nav.classic ul.main-navigation li a {
          color: #9B9B9B;
          display: inline;
          padding: 0; }
        nav.classic ul.main-navigation li a:hover {
          color: #b5b5b5; }
        nav.classic ul.main-navigation li.active a {
          color: #b5b5b5; }
        nav.classic ul.main-navigation li ul {
          position: absolute;
          top: 50px;
          left: 50%;
          right: 0;
          width: 224px;
          text-align: left;
          padding: 25px;
          transform: translateX(-50%);
          margin-top: 0;
          background-color: #7AA63D; }
          nav.classic ul.main-navigation li ul:after {
            bottom: 100%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #7AA63D;
            border-width: 10px;
            margin-left: -10px; }
        nav.classic ul.main-navigation li ul li {
          display: block;
          margin-left: 0;
          margin-top: 5px;
          padding: 5px 0px;
          line-height: 18px; }
        nav.classic ul.main-navigation li ul.sub-menu li a {
          color: #FFFFFF;
          text-transform: initial;
          padding: 0; }
          nav.classic ul.main-navigation li ul.sub-menu li a:hover {
            color: white; }
        nav.classic ul.main-navigation li ul.sub-menu li.active a {
          color: white; }
    nav.classic .contact {
      display: none; }
      nav.classic .contact .social {
        display: none; }
  body.display-nav nav {
    right: 0;
    height: 95px; }
  body.display-nav #canvas {
    right: 0; } }

@media only screen and (min-width: 1410px) {
  nav.classic ul.main-navigation li {
    margin-left: 37px;
    font-size: 16px; } }

a.logo.classic {
  top: 15px; }

.top-nav {
  font-family: "Open Sans", sans-serif;
  background: #74C020;
  position: relative;
  display: none; }
  .top-nav .inner {
    position: relative;
    margin-left: 50px;
    margin-bottom: 15px; }
  .top-nav a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 12px;
    display: inline-block; }

.news {
  padding-top: 60px;
  padding-bottom: 50px;
  margin-bottom: 60px;
  background: #F4F4F4; }
  .news .container {
    max-width: 700px; }
  .news header {
    text-align: center;
    margin-bottom: 48px; }
  .news ul {
    list-style: none; }
  .news li {
    padding: 20px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    position: relative;
    min-height: 41px; }
  .news span {
    display: block; }
  .news date {
    color: #999; }
  .news a {
    position: absolute;
    right: 0;
    top: 24px;
    background: #74C020;
    color: #fff;
    padding: 7px 15px 9px;
    display: inline-block;
    float: right; }
    .news a:hover {
      opacity: .8; }

section.news-spotlight {
  position: relative; }
  @media only screen and (min-width: 0px) {
    section.news-spotlight {
      padding-top: 9.375%;
      padding-bottom: 7.8125%;
      top: 0; } }
  @media only screen and (min-width: 1000px) {
    section.news-spotlight {
      padding-top: 0;
      padding-bottom: 4px;
      top: -30px;
      margin-bottom: -30px; } }
  section.news-spotlight .news-box {
    display: block;
    position: relative;
    background: #F4F4F4;
    width: 100%;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0px 1px 4px 0px rgba(100, 100, 100, 0.5);
    box-shadow: 0px 1px 4px 0px rgba(100, 100, 100, 0.5); }
    @media only screen and (min-width: 0px) {
      section.news-spotlight .news-box {
        padding: 20px; } }
    @media only screen and (min-width: 500px) {
      section.news-spotlight .news-box {
        padding: 30px;
        display: flex; } }
    section.news-spotlight .news-box picture, section.news-spotlight .news-box img {
      border-radius: 50%; }
      @media only screen and (min-width: 0px) {
        section.news-spotlight .news-box picture, section.news-spotlight .news-box img {
          width: 60px;
          height: 60px;
          margin-right: 10px;
          margin-bottom: 15px; } }
      @media only screen and (min-width: 500px) {
        section.news-spotlight .news-box picture, section.news-spotlight .news-box img {
          align-items: stretch;
          width: 100px;
          height: 100px;
          margin-bottom: 0px;
          margin-right: 30px; } }
    section.news-spotlight .news-box .text-content {
      position: relative; }
      section.news-spotlight .news-box .text-content .date {
        margin-bottom: 5px; }
        section.news-spotlight .news-box .text-content .date span {
          font-size: 12px;
          color: #BFC5C3; }
        section.news-spotlight .news-box .text-content .date svg {
          vertical-align: middle; }
          section.news-spotlight .news-box .text-content .date svg g {
            fill: #BFC5C3; }
      @media only screen and (min-width: 0px) {
        section.news-spotlight .news-box .text-content .bottom-grad {
          position: absolute;
          bottom: 0px;
          width: 100%;
          height: 30px;
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background: -moz-linear-gradient(top, rgba(244, 245, 247, 0) 0%, #f4f5f7 80%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 245, 247, 0)), color-stop(80%, #f4f5f7));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, rgba(244, 245, 247, 0) 0%, #f4f5f7 80%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, rgba(244, 245, 247, 0) 0%, #f4f5f7 80%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, rgba(244, 245, 247, 0) 0%, #f4f5f7 80%);
          /* IE10+ */
          background: linear-gradient(to bottom, rgba(244, 245, 247, 0) 0%, #f4f5f7 80%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
          /* IE6-8 */ } }
      @media only screen and (min-width: 500px) {
        section.news-spotlight .news-box .text-content {
          margin-right: 60px; }
          section.news-spotlight .news-box .text-content .bottom-grad {
            display: none; } }
      section.news-spotlight .news-box .text-content h3 {
        color: #606060;
        margin-bottom: 5px; }
        section.news-spotlight .news-box .text-content h3 a {
          color: #606060; }
          section.news-spotlight .news-box .text-content h3 a:hover {
            color: #7a7a7a; }
        @media only screen and (min-width: 0px) {
          section.news-spotlight .news-box .text-content h3 {
            font-size: 14px;
            letter-spacing: 0.055em;
            line-height: 18px; } }
        @media only screen and (min-width: 500px) {
          section.news-spotlight .news-box .text-content h3 {
            font-size: 17px;
            letter-spacing: 0.055em;
            line-height: 18px; } }
      @media only screen and (min-width: 0px) {
        section.news-spotlight .news-box .text-content div.excerpt {
          overflow: hidden;
          height: 66px;
          margin-bottom: 20px; } }
      @media only screen and (min-width: 500px) {
        section.news-spotlight .news-box .text-content div.excerpt {
          overflow: visible;
          height: auto;
          clear: none;
          margin-bottom: 0; } }
      section.news-spotlight .news-box .text-content div.excerpt p {
        letter-spacing: 0.049em;
        margin-bottom: 0;
        color: #606060; }
        @media only screen and (min-width: 0px) {
          section.news-spotlight .news-box .text-content div.excerpt p {
            font-size: 15px;
            line-height: 22px; } }
        @media only screen and (min-width: 500px) {
          section.news-spotlight .news-box .text-content div.excerpt p {
            font-size: 17px;
            line-height: 26px; } }
    section.news-spotlight .news-box div.read-more {
      margin: 0 -20px;
      padding: 20px 20px 0 20px;
      border-top: 1px solid #EFEFEF; }
      section.news-spotlight .news-box div.read-more span {
        font-size: 12px;
        letter-spacing: 0.17em;
        color: #5a5a5a; }
      section.news-spotlight .news-box div.read-more:hover span {
        color: #414141; }
      @media only screen and (min-width: 500px) {
        section.news-spotlight .news-box div.read-more {
          display: none; } }
    section.news-spotlight .news-box button.arrow-right {
      background-color: transparent;
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
      position: absolute;
      margin: auto; }
      @media only screen and (min-width: 0px) {
        section.news-spotlight .news-box button.arrow-right {
          top: initial;
          bottom: 10px;
          right: 20px; }
          section.news-spotlight .news-box button.arrow-right svg {
            height: 14px; } }
      @media only screen and (min-width: 500px) {
        section.news-spotlight .news-box button.arrow-right {
          top: 0;
          bottom: 0;
          right: 30px; }
          section.news-spotlight .news-box button.arrow-right svg {
            height: 24px; } }
      section.news-spotlight .news-box button.arrow-right svg g {
        fill: #7AA63D; }
    section.news-spotlight .news-box:hover button.arrow-right svg g {
      fill: #5f812f; }
    section.news-spotlight .news-box .twitter-follow-holder {
      position: absolute;
      top: 30px;
      right: 30px;
      border: 2px #55ACEE solid;
      width: 96px;
      height: 37px;
      cursor: pointer;
      transition: background-color 0.3s; }
      section.news-spotlight .news-box .twitter-follow-holder .twitter-follow-icon {
        margin-top: 3px;
        margin-left: 10px;
        float: left; }
        @media only screen and (max-width: 485px) {
          section.news-spotlight .news-box .twitter-follow-holder .twitter-follow-icon {
            margin-left: 3px; } }
        section.news-spotlight .news-box .twitter-follow-holder .twitter-follow-icon svg {
          height: 28px;
          width: 27px;
          fill: #55ACEE;
          transition: fill 0.3s; }
      section.news-spotlight .news-box .twitter-follow-holder .twitter-follow-text {
        font-weight: bold;
        color: #55ACEE;
        font-size: 13px;
        line-height: 34px;
        margin-left: 8px;
        transition: color 0.3s; }
        @media only screen and (max-width: 485px) {
          section.news-spotlight .news-box .twitter-follow-holder .twitter-follow-text {
            display: none; } }
      section.news-spotlight .news-box .twitter-follow-holder:hover {
        background-color: #55ACEE; }
        section.news-spotlight .news-box .twitter-follow-holder:hover .twitter-follow-icon svg {
          fill: #fff; }
        section.news-spotlight .news-box .twitter-follow-holder:hover .twitter-follow-text {
          color: #fff; }
      @media only screen and (min-width: 500px) and (max-width: 650px) {
        section.news-spotlight .news-box .twitter-follow-holder {
          left: 30px;
          top: 70%; } }
      @media only screen and (max-width: 485px) {
        section.news-spotlight .news-box .twitter-follow-holder {
          width: 37px; } }

section.posts-archive {
  position: relative;
  padding-top: 9.375%;
  padding-bottom: 9.375%; }
  section.posts-archive .container {
    margin: 0 auto;
    max-width: 840px; }
    section.posts-archive .container > div.article {
      position: relative;
      padding: 40px 0;
      border-bottom: 1px #DDDDDD solid; }
      section.posts-archive .container > div.article h2 {
        font-family: "Open Sans", sans-serif;
        font-weight: 300;
        color: #353D46;
        letter-spacing: initial;
        text-transform: uppercase; }
        @media only screen and (min-width: 0px) {
          section.posts-archive .container > div.article h2 {
            font-size: 1.125em;
            letter-spacing: 0.046em; } }
        @media only screen and (min-width: 1000px) {
          section.posts-archive .container > div.article h2 {
            font-size: 1.50em;
            letter-spacing: 0.063em; } }
        section.posts-archive .container > div.article h2 a {
          color: #353D46; }
      section.posts-archive .container > div.article .date {
        padding-bottom: 10px; }
        section.posts-archive .container > div.article .date span {
          font-family: "Open Sans", sans-serif;
          color: #9B9B9B;
          font-weight: 300;
          font-size: 0.75em;
          line-height: 0.9375em;
          letter-spacing: 0.107em;
          text-transform: uppercase; }
        section.posts-archive .container > div.article .date svg {
          vertical-align: middle; }
          section.posts-archive .container > div.article .date svg g {
            fill: #9B9B9B; }
      section.posts-archive .container > div.article .arrow svg g {
        fill: #7AA63D; }
      section.posts-archive .container > div.article .arrow:hover svg g {
        fill: #4b5663;
        transition: fill 300ms ease; }
      section.posts-archive .container > div.article:last-child {
        border-bottom: none; }
    section.posts-archive .container picture {
      text-align: center;
      margin-bottom: 30px; }
      @media only screen and (min-width: 0px) {
        section.posts-archive .container picture {
          padding-right: 0%;
          margin-bottom: 6.25%;
          width: 100%; } }
      @media only screen and (min-width: 1000px) {
        section.posts-archive .container picture {
          padding-right: 0%;
          margin-bottom: 0%;
          width: 50%; } }
    section.posts-archive .container img {
      width: 100%;
      height: auto;
      margin-bottom: 30px; }
      @media only screen and (min-width: 0px) {
        section.posts-archive .container img {
          max-width: 510px; } }
      @media only screen and (min-width: 1000px) {
        section.posts-archive .container img {
          max-width: 100%; } }
    section.posts-archive .container .paging {
      position: relative;
      padding-top: 30px;
      max-width: 840px;
      margin: 0 auto;
      padding-bottom: 120px; }
      section.posts-archive .container .paging div.prev, section.posts-archive .container .paging div.next {
        float: left;
        display: table; }
        section.posts-archive .container .paging div.prev button, section.posts-archive .container .paging div.next button {
          background: #7AA63D;
          position: relative; }
          @media only screen and (min-width: 0) {
            section.posts-archive .container .paging div.prev button, section.posts-archive .container .paging div.next button {
              width: 35px;
              height: 35px; } }
          @media only screen and (min-width: 500px) {
            section.posts-archive .container .paging div.prev button, section.posts-archive .container .paging div.next button {
              height: 50px;
              width: 50px; } }
          section.posts-archive .container .paging div.prev button:hover, section.posts-archive .container .paging div.next button:hover {
            background: #94c155;
            transition: background 300ms ease; }
          section.posts-archive .container .paging div.prev button svg, section.posts-archive .container .paging div.next button svg {
            display: table-cell;
            margin: 0 auto; }
            @media only screen and (min-width: 0) {
              section.posts-archive .container .paging div.prev button svg, section.posts-archive .container .paging div.next button svg {
                width: 14px;
                height: 14px; } }
            @media only screen and (min-width: 500px) {
              section.posts-archive .container .paging div.prev button svg, section.posts-archive .container .paging div.next button svg {
                width: 20px;
                height: 20px; } }
        section.posts-archive .container .paging div.prev span, section.posts-archive .container .paging div.next span {
          color: #9B9B9B;
          vertical-align: middle;
          display: table-cell;
          padding-left: 18px; }
      section.posts-archive .container .paging div.next {
        float: right; }
        section.posts-archive .container .paging div.next span {
          padding-right: 18px;
          padding-left: 0; }

section.preamble {
  position: relative;
  padding-top: 2%;
  padding-bottom: 2%;
  background: #FFFFFF; }
  @media only screen and (min-width: 500px) {
    section.preamble {
      font-size: 1.3333rem; } }
  section.preamble .container {
    margin: 0 auto; }
    section.preamble .container p {
      line-height: 1.3333em;
      letter-spacing: -0.19px;
      color: #999999;
      font-weight: 300;
      display: inline-block; }
      @media only screen and (min-width: 0) {
        section.preamble .container p {
          width: 100%;
          font-size: 1.3333rem; } }
      @media only screen and (min-width: 500px) {
        section.preamble .container p {
          width: 85%;
          font-size: 1.6667rem; } }
      @media only screen and (min-width: 1000px) {
        section.preamble .container p {
          width: 70%;
          font-size: 30px; } }

.preamble-compact {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
  background: #F4F4F4; }
  .preamble-compact .call-to {
    font-size: 32px;
    font-weight: 400; }
    .preamble-compact .call-to img {
      display: inline-block;
      vertical-align: baseline;
      margin-right: 20px; }

.services {
  padding-top: 20px;
  padding-bottom: 20px; }
  .services .service-list {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1000px) {
      .services .service-list {
        display: block; } }
  .services header {
    text-align: center;
    margin-bottom: 48px; }
  .services .service {
    position: relative;
    padding: 15px 24px 15px 80px;
    flex: 1 0 45%;
    border-bottom: 1px solid #F3F3F3; }
    .services .service.half {
      width: calc(50% - 20px);
      max-width: calc(50% - 20px); }
      .services .service.half:nth-child(odd) {
        margin-right: 20px; }
    .services .service a h3 {
      font-weight: 600;
      color: #5a5a5a;
      text-decoration: underline; }
    .services .service a:hover h3 {
      color: #74C020; }
    .services .service .straight-to-booking {
      background: #74C020;
      color: #f3f3f3;
      padding: 2px 10px;
      text-transform: uppercase;
      border-radius: 3px;
      transition: .1s;
      font-size: 13px;
      font-weight: 400;
      margin-top: 10px;
      display: inline-block; }
      .services .service .straight-to-booking:hover {
        background: #5f812f; }
    .services .service img {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      position: absolute;
      left: 0;
      width: 57px;
      height: 57px; }
    .services .service p {
      color: #5A5A5A;
      margin-bottom: 0; }
    @media only screen and (max-width: 1000px) {
      .services .service {
        width: 100% !important;
        max-width: 100% !important;
        display: block;
        height: auto; } }
    @media only screen and (max-width: 727px) {
      .services .service {
        height: auto; } }

.share-popper-button {
  background: #7AA63D;
  padding: 0;
  transition: opacity 300ms, left 500ms;
  opacity: 1;
  position: fixed;
  z-index: 2; }
  @media only screen and (min-width: 0) {
    .share-popper-button {
      height: 30px;
      width: 30px;
      bottom: 20px;
      right: 20px; } }
  @media only screen and (min-width: 500px) {
    .share-popper-button {
      height: 50px;
      width: 50px;
      bottom: 40px;
      right: 50px; } }
  @media only screen and (min-width: 0) {
    .share-popper-button svg {
      width: 14px;
      margin-right: 2px;
      padding-top: 5px; } }
  @media only screen and (min-width: 500px) {
    .share-popper-button svg {
      width: 22px;
      padding-top: 2px; } }
  .share-popper-button svg g {
    fill: #FFFFFF; }
  .share-popper-button span {
    font-size: 0.75em;
    font-weight: 700; }
  .share-popper-button:hover {
    opacity: 0.8; }

.share-popper {
  height: 0;
  width: 0;
  position: fixed;
  background: #7AA63D;
  opacity: 0;
  transition: height 300ms ease, width 300ms ease, opacity 300ms ease;
  overflow: hidden;
  z-index: 11; }
  @media only screen and (min-width: 0) {
    .share-popper {
      bottom: 10px;
      right: 10px;
      padding: 30px; } }
  @media only screen and (min-width: 500px) {
    .share-popper {
      bottom: 20px;
      right: 30px;
      padding: 50px; } }
  .share-popper .social-share-buttons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    transition: background 300ms;
    text-align: center; }
    .share-popper .social-share-buttons a.facebook {
      background: #3a5795; }
      .share-popper .social-share-buttons a.facebook:hover {
        background: #2c4270; }
    .share-popper .social-share-buttons a.linkedin {
      background: #00a0dc; }
      .share-popper .social-share-buttons a.linkedin:hover {
        background: #007ba9; }
    .share-popper .social-share-buttons a.mail {
      background: #9B9B9B; }
      .share-popper .social-share-buttons a.mail:hover {
        background: #828282; }
    .share-popper .social-share-buttons a svg, .share-popper .social-share-buttons a img {
      vertical-align: middle !important;
      margin-bottom: 0px !important; }
  .share-popper h3,
  .share-popper p,
  .share-popper a {
    opacity: 0;
    transition: opacity 300ms ease;
    transition-delay: 300ms; }
  .share-popper h3 {
    color: #FFFFFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: initial; }
  .share-popper p {
    color: #FFFFFF;
    font-size: 0.8889rem;
    font-weight: 400;
    margin-bottom: 1rem; }
  .share-popper span {
    font-size: 0.75em;
    font-weight: 700; }
  .share-popper a {
    color: #FFFFFF;
    display: block;
    line-height: 2.1em; }
    .share-popper a svg g {
      fill: #FFFFFF; }
    .share-popper a:hover {
      color: #e6e6e6; }
      .share-popper a:hover svg g {
        fill: white; }
  .share-popper button {
    background: transparent;
    padding: 15px;
    height: 50px;
    position: absolute; }
    @media only screen and (min-width: 0) {
      .share-popper button {
        bottom: 10px;
        right: 10px; } }
    @media only screen and (min-width: 500px) {
      .share-popper button {
        bottom: 20px;
        right: 20px; } }
    @media only screen and (min-width: 0) {
      .share-popper button svg {
        width: 14px;
        height: 14px; } }
    @media only screen and (min-width: 500px) {
      .share-popper button svg {
        width: 20px;
        height: 20px; } }
    .share-popper button svg g {
      fill: #FFFFFF;
      transition: fill 300ms ease; }
    .share-popper button:hover svg g {
      fill: white; }
  .share-popper.open {
    opacity: 1; }
    @media only screen and (min-width: 0) {
      .share-popper.open {
        height: 200px;
        width: calc(100% - 20px); } }
    @media only screen and (min-width: 500px) {
      .share-popper.open {
        height: 200px;
        width: 400px; } }
    @media only screen and (min-width: 0px) and (max-height: 430px) {
      .share-popper.open {
        height: calc(100% - 60px);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: calc(100% - 20px);
        overflow: scroll; }
        .share-popper.open button.close {
          left: auto;
          right: 10px;
          top: 10px; } }
    @media only screen and (min-width: 500px) and (max-height: 430px) {
      .share-popper.open {
        width: calc(100% - 60px); } }
    .share-popper.open h3,
    .share-popper.open p,
    .share-popper.open a {
      opacity: 1; }

section.block-section {
  background-color: #F4F4F4;
  width: 100%;
  position: relative;
  padding: 120px 0; }
  section.block-section .container .block-section-block {
    width: 25%;
    max-width: 25%;
    overflow: hidden;
    height: 19.875vw;
    max-height: 320px;
    float: left;
    border: none; }
    @media screen and (max-width: 640px) {
      section.block-section .container .block-section-block {
        width: 50%;
        max-width: 50%;
        height: 40.333vw; }
        section.block-section .container .block-section-block:nth-child(3), section.block-section .container .block-section-block:nth-child(5) {
          float: right; } }
    section.block-section .container .block-section-block.block-creative {
      overflow: hidden; }
      section.block-section .container .block-section-block.block-creative .block-content {
        display: table;
        text-align: center;
        width: 100%;
        height: 100%; }
        section.block-section .container .block-section-block.block-creative .block-content .content-container {
          width: 100%;
          display: table-cell;
          vertical-align: middle; }
          section.block-section .container .block-section-block.block-creative .block-content .content-container h1 {
            font-size: 7vw;
            margin: 0;
            padding: 0;
            padding-bottom: 4px; }
            @media screen and (max-width: 640px) {
              section.block-section .container .block-section-block.block-creative .block-content .content-container h1 {
                font-size: 14vw; } }
    section.block-section .container .block-section-block.block-text {
      position: relative;
      background-color: #FFFFFF; }
      section.block-section .container .block-section-block.block-text p {
        font-size: 16px;
        padding: 20px; }
        @media screen and (max-width: 1024px) {
          section.block-section .container .block-section-block.block-text p {
            font-size: 1.5vw;
            padding: 12px; } }
        @media screen and (max-width: 640px) {
          section.block-section .container .block-section-block.block-text p {
            font-size: 3vw; } }
      section.block-section .container .block-section-block.block-text .bottom-grad {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 30px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, white));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
        /* IE10+ */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
        /* IE6-8 */ }
      section.block-section .container .block-section-block.block-text .block-text-link-container {
        position: absolute;
        bottom: 0;
        display: block;
        width: 100%; }
        section.block-section .container .block-section-block.block-text .block-text-link-container .bottom-grad {
          position: relative;
          top: 0px;
          width: 100%;
          height: 15px; }
        @media screen and (max-width: 640px) {
          section.block-section .container .block-section-block.block-text .block-text-link-container {
            bottom: 0; } }
        section.block-section .container .block-section-block.block-text .block-text-link-container a {
          border-top: 1px #606060 solid;
          font-weight: 600;
          color: #7AA63D;
          text-transform: uppercase;
          letter-spacing: 0.107em;
          font-size: 12px;
          line-height: 0.9375em;
          display: inline-block;
          padding-top: 17px;
          padding-bottom: 17px;
          transition: color 300ms;
          margin-left: 20px;
          margin-right: 20px;
          display: block;
          background-color: #FFFFFF; }
          @media screen and (max-width: 1024px) {
            section.block-section .container .block-section-block.block-text .block-text-link-container a {
              margin-left: 12px;
              margin-right: 12px;
              padding-top: 12px;
              padding-bottom: 12px; } }
          section.block-section .container .block-section-block.block-text .block-text-link-container a:hover {
            color: #5f812f; }
          section.block-section .container .block-section-block.block-text .block-text-link-container a .right-arrow svg {
            height: 14px;
            float: right; }

section.single-post {
  position: relative; }
  @media only screen and (min-width: 0) {
    section.single-post section.slider {
      padding: 9% 0 0 0; } }
  @media only screen and (min-width: 1000px) {
    section.single-post section.slider {
      padding: 0 0 0 0;
      margin-top: -50px; } }
  section.single-post section.preamble {
    padding-top: 60px;
    padding-bottom: 0px; }
    section.single-post section.preamble p {
      max-width: 840px;
      width: 100%; }
  section.single-post .container .article {
    position: relative;
    max-width: 620px;
    margin: 0 auto; }
    section.single-post .container .article .content {
      padding-top: 60px; }
  section.single-post .container .paging {
    position: relative;
    border-top: 1px #EBEBEB solid;
    padding-top: 30px;
    max-width: 840px;
    margin: 0 auto;
    padding-bottom: 120px; }
    section.single-post .container .paging div.prev, section.single-post .container .paging div.next {
      float: left;
      display: table; }
      section.single-post .container .paging div.prev button, section.single-post .container .paging div.next button {
        background: #7AA63D;
        position: relative; }
        @media only screen and (min-width: 0) {
          section.single-post .container .paging div.prev button, section.single-post .container .paging div.next button {
            width: 35px;
            height: 35px; } }
        @media only screen and (min-width: 500px) {
          section.single-post .container .paging div.prev button, section.single-post .container .paging div.next button {
            height: 50px;
            width: 50px; } }
        section.single-post .container .paging div.prev button:hover, section.single-post .container .paging div.next button:hover {
          background: #94c155;
          transition: background 300ms ease; }
        section.single-post .container .paging div.prev button svg, section.single-post .container .paging div.next button svg {
          display: table-cell;
          margin: 0 auto; }
          @media only screen and (min-width: 0) {
            section.single-post .container .paging div.prev button svg, section.single-post .container .paging div.next button svg {
              width: 14px;
              height: 14px; } }
          @media only screen and (min-width: 500px) {
            section.single-post .container .paging div.prev button svg, section.single-post .container .paging div.next button svg {
              width: 20px;
              height: 20px; } }
      section.single-post .container .paging div.prev span, section.single-post .container .paging div.next span {
        color: #9B9B9B;
        vertical-align: middle;
        display: table-cell;
        padding-left: 18px;
        transition: color 300ms ease-in-out; }
        @media only screen and (max-width: 500px) {
          section.single-post .container .paging div.prev span, section.single-post .container .paging div.next span {
            display: none; } }
        section.single-post .container .paging div.prev span:hover, section.single-post .container .paging div.next span:hover {
          color: #cecece; }
    section.single-post .container .paging div.next {
      float: right; }
      section.single-post .container .paging div.next span {
        padding-right: 18px; }

.single-product section.contentBlock {
  padding-bottom: 70px; }
  @media only screen and (min-width: 0) {
    .single-product section.contentBlock section.slider {
      padding: 9% 0 0 0; } }
  @media only screen and (min-width: 1000px) {
    .single-product section.contentBlock section.slider {
      padding: 0 0 0 0;
      margin-top: -50px; } }
  .single-product section.contentBlock section.preamble {
    padding-top: 60px;
    padding-bottom: 0px; }
    .single-product section.contentBlock section.preamble p {
      max-width: 840px;
      width: 100%; }
  .single-product section.contentBlock section.textblock {
    padding-top: 60px;
    padding-bottom: 0; }
  .single-product section.contentBlock section.wide-button {
    padding-top: 60px;
    padding-bottom: 0px; }

section.staff-area {
  background-color: #F4F4F4;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 0) {
    section.staff-area {
      font-size: 1rem; } }
  @media only screen and (min-width: 500px) {
    section.staff-area {
      font-size: 1.3333rem; } }
  @media only screen and (min-width: 1000px) {
    section.staff-area {
      font-size: 1rem;
      padding-top: 40px;
      padding-bottom: 40px; } }
  section.staff-area .container .heading-delta {
    font-weight: 400;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5a5a5a;
    margin-bottom: 20px; }
  @media only screen and (min-width: 0px) {
    section.staff-area .container .employee {
      width: 100%; } }
  @media only screen and (min-width: 500px) {
    section.staff-area .container .employee {
      width: 50%; } }
  @media only screen and (min-width: 1000px) {
    section.staff-area .container .employee {
      width: 33%; } }

.card {
  font-family: "Open Sans", sans-serif;
  margin: 20px;
  position: relative;
  overflow: hidden;
  background-color: #FFFFFF;
  transition: box-shadow .25s;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 0px 1px 4px 0px rgba(100, 100, 100, 0.5);
  box-shadow: 0px 1px 4px 0px rgba(100, 100, 100, 0.5); }
  .card .card-title {
    color: #606060;
    font-size: 16px;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    font-weight: 300;
    position: relative;
    text-transform: initial;
    letter-spacing: normal; }
    .card .card-title:after {
      content: "";
      position: absolute;
      bottom: 0px;
      right: 0px;
      width: 40px;
      height: 100%;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
      /* IE10+ */
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
      /* W3C */ }
    .card .card-title.activator {
      cursor: pointer; }
  .card .card-image {
    position: relative;
    cursor: pointer; }
    .card .card-image img {
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
    .card .card-image .card-title {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 20px; }
  .card .card-content {
    padding: 20px 20px;
    position: relative; }
    .card .card-content a.caret {
      line-height: 1;
      position: absolute;
      right: 20px;
      z-index: 2;
      cursor: pointer; }
      .card .card-content a.caret svg {
        vertical-align: middle;
        pointer-events: none; }
        .card .card-content a.caret svg g {
          fill: #606060; }
    .card .card-content p {
      margin: 0;
      color: inherit; }
    .card .card-content .card-title {
      line-height: 22px; }
  .card .card-reveal {
    padding: 20px 20px;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    overflow-y: auto;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none; }
    .card .card-reveal .staff-card-reveal-top {
      margin-bottom: 30px; }
    .card .card-reveal ul {
      list-style-type: none; }
      .card .card-reveal ul li {
        overflow: hidden;
        white-space: nowrap;
        line-height: 2em;
        font-size: 16px;
        position: relative; }
        .card .card-reveal ul li:after {
          content: "";
          position: absolute;
          bottom: 0px;
          right: 0px;
          width: 40px;
          height: 100%;
          background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
          background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%);
          /* IE10+ */
          background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
          /* W3C */ }
        .card .card-reveal ul li a {
          color: #606060;
          transition: color 300ms;
          display: inline-block; }
          .card .card-reveal ul li a:hover {
            color: #5f812f; }
        .card .card-reveal ul li.staff-info {
          margin-top: 10px;
          white-space: normal; }
          .card .card-reveal ul li.staff-info:after {
            background: transparent; }
        .card .card-reveal ul li.staff-info p {
          font-size: 13px;
          line-height: 1.6em; }
    .card .card-reveal svg {
      vertical-align: middle;
      margin-right: 10px;
      text-align: right; }
      @media only screen and (min-width: 0) {
        .card .card-reveal svg.phone {
          width: 14px; } }
      @media only screen and (min-width: 500px) {
        .card .card-reveal svg.phone {
          width: 14px; } }
      @media only screen and (min-width: 0) {
        .card .card-reveal svg.mobile {
          width: 14px;
          height: 18px; } }
      @media only screen and (min-width: 500px) {
        .card .card-reveal svg.mobile {
          width: 14px;
          height: 18px; } }
      @media only screen and (min-width: 0) {
        .card .card-reveal svg.mail {
          width: 14px;
          height: 10px; } }
      @media only screen and (min-width: 500px) {
        .card .card-reveal svg.mail {
          width: 14px;
          height: 10px; } }
      .card .card-reveal svg g {
        fill: #606060; }
    .card .card-reveal .card-title {
      position: relative;
      cursor: pointer;
      display: block;
      overflow: visible;
      white-space: normal;
      line-height: 22px; }
      .card .card-reveal .card-title button.close {
        background: transparent;
        padding: 0;
        margin-left: 10px; }
        .card .card-reveal .card-title button.close svg {
          pointer-events: none;
          width: 14px;
          height: 14px; }
          .card .card-reveal .card-title button.close svg g {
            fill: #606060; }
        .card .card-reveal .card-title button.close:hover svg g {
          fill: #5f812f; }
      .card .card-reveal .card-title:after {
        display: none; }
    .card .card-reveal p {
      color: #606060;
      font-weight: 300; }

section.testimonials-slider {
  padding-top: 9.375%;
  padding-bottom: 9.375%;
  background: -webkit-linear-gradient(#F4F4F4, #F4F4F4);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#F4F4F4, #F4F4F4);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#F4F4F4, #F4F4F4);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(#F4F4F4, #F4F4F4);
  /* Standard syntax */ }
  section.testimonials-slider .container {
    margin: 0 auto; }
    section.testimonials-slider .container .testimonials-slider-content {
      position: relative; }
    section.testimonials-slider .container .testimonial {
      display: inline-block;
      padding-bottom: 40px; }
      @media only screen and (min-width: 0) {
        section.testimonials-slider .container .testimonial {
          width: 100%; }
          section.testimonials-slider .container .testimonial p {
            font-family: "Open Sans", sans-serif;
            font-size: 17px;
            color: #606060;
            letter-spacing: normal;
            font-style: normal;
            font-weight: 300;
            line-height: 1.55em; } }
      @media only screen and (min-width: 500px) {
        section.testimonials-slider .container .testimonial {
          width: 85%; }
          section.testimonials-slider .container .testimonial p {
            font-size: 22px; } }
      @media only screen and (min-width: 1000px) {
        section.testimonials-slider .container .testimonial {
          width: 70%; }
          section.testimonials-slider .container .testimonial p {
            font-size: 30px; } }
    section.testimonials-slider .container .label {
      display: table;
      margin: 0 auto;
      padding-bottom: 60px; }
      @media only screen and (max-width: 1023px) {
        section.testimonials-slider .container .label {
          display: block; } }
      section.testimonials-slider .container .label img {
        border-radius: 50%;
        margin-right: 20px; }
        @media only screen and (max-width: 1023px) {
          section.testimonials-slider .container .label img {
            margin: 0 auto;
            margin-bottom: 40px; } }
      section.testimonials-slider .container .label span {
        display: table-cell;
        vertical-align: middle;
        font-family: "Open Sans", sans-serif;
        color: #606060;
        text-transform: uppercase;
        font-size: 17px;
        letter-spacing: 0.15em; }
        @media only screen and (max-width: 1023px) {
          section.testimonials-slider .container .label span {
            margin: 0 auto;
            display: block;
            font-size: 14px;
            line-height: 17px; } }
    section.testimonials-slider .container .slick-prev, section.testimonials-slider .container .slick-next {
      position: absolute;
      height: 48px;
      width: 47px;
      background: transparent;
      padding: 0; }
      @media only screen and (max-width: 1023px) {
        section.testimonials-slider .container .slick-prev, section.testimonials-slider .container .slick-next {
          display: none !important; } }
      @media only screen and (min-width: 0px) {
        section.testimonials-slider .container .slick-prev, section.testimonials-slider .container .slick-next {
          margin-top: -24px;
          top: 50%; } }
      @media only screen and (min-width: 900px) {
        section.testimonials-slider .container .slick-prev, section.testimonials-slider .container .slick-next {
          margin-top: -24px;
          top: 50%; } }
    section.testimonials-slider .container .slick-prev:hover, section.testimonials-slider .container .slick-prev:focus, section.testimonials-slider .container .slick-next:hover, section.testimonials-slider .container .slick-next:focus {
      background: transparent;
      color: transparent; }
    section.testimonials-slider .container .slick-prev:hover:before, section.testimonials-slider .container .slick-prev:focus:before, section.testimonials-slider .container .slick-next:hover:before, section.testimonials-slider .container .slick-next:focus:before {
      opacity: 1; }
    section.testimonials-slider .container .slick-prev.slick-disabled:before, section.testimonials-slider .container .slick-next.slick-disabled:before {
      opacity: 0.75; }
    section.testimonials-slider .container .slick-prev {
      margin-top: -24px;
      margin-left: -24px;
      left: 0%; }
    section.testimonials-slider .container .slick-prev:before {
      content: url(../assets/img/caret_arrow_left.png); }
    section.testimonials-slider .container .slick-next {
      right: 0px;
      margin-right: -24px; }
    section.testimonials-slider .container .slick-next:before {
      content: url(../assets/img/caret_arrow_right.png); }
    section.testimonials-slider .container .slick-dots {
      position: absolute;
      bottom: 0px;
      list-style: none;
      display: block;
      text-align: center;
      padding: 0;
      width: 100%;
      margin-bottom: 0px; }
      section.testimonials-slider .container .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 0;
        padding: 0;
        cursor: pointer; }
        section.testimonials-slider .container .slick-dots li button {
          border: 0;
          background: transparent;
          display: block;
          height: 20px;
          width: 20px;
          outline: none;
          line-height: 0px;
          font-size: 0px;
          color: transparent;
          padding: 0;
          cursor: pointer; }
          section.testimonials-slider .container .slick-dots li button:hover, section.testimonials-slider .container .slick-dots li button:focus {
            outline: none; }
            section.testimonials-slider .container .slick-dots li button:hover:before, section.testimonials-slider .container .slick-dots li button:focus:before {
              opacity: 0.5; }
          section.testimonials-slider .container .slick-dots li button:before {
            position: absolute;
            top: 0;
            left: 0;
            content: "•";
            width: 20px;
            height: 20px;
            font-size: 30px;
            line-height: 20px;
            text-align: center;
            color: #222222;
            opacity: 0.5; }
        section.testimonials-slider .container .slick-dots li.slick-active button:before {
          color: #FFFFFF;
          opacity: 1; }

section.textblock {
  padding: 2% 0; }
  section.textblock.bg-option-1 {
    background: #fff; }
  section.textblock.bg-option-2 {
    background: #F4F4F4; }
  section.textblock .container {
    margin: 0 auto; }
    section.textblock .container div {
      width: 100%;
      padding-right: 0%;
      max-width: 620px;
      display: block;
      margin: 0 auto; }
      section.textblock .container div .optanon-show-settings-popup-wrapper .optanon-show-settings-left {
        width: 30px !important; }
      section.textblock .container div .optanon-show-settings-popup-wrapper .optanon-show-settings-middle {
        width: auto !important; }
      section.textblock .container div .optanon-cookie-policy-group-cookies-list div {
        display: inline; }
      section.textblock .container div h2.optanon-cookie-policy-group-name {
        text-transform: none; }
      section.textblock .container div p.optanon-cookie-policy-subgroup-table-column-header {
        font-weight: bold; }
      section.textblock .container div .optanon-cookie-policy-subgroup-table {
        margin-top: 2em; }
      section.textblock .container div .optanon-cookie-policy-group {
        margin-bottom: 2em; }
      section.textblock .container div #optanon-cookie-policy {
        margin-top: 2em; }
      section.textblock .container div li {
        margin-bottom: 0.5em; }
      section.textblock .container div h2 {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        color: #5a5a5a;
        text-transform: uppercase;
        letter-spacing: normal; }
        @media only screen and (min-width: 0px) {
          section.textblock .container div h2 {
            font-size: 1.125em;
            letter-spacing: normal; } }
        @media only screen and (min-width: 1000px) {
          section.textblock .container div h2 {
            font-size: 1.50em;
            letter-spacing: normal; } }
      section.textblock .container div p {
        color: #606060;
        font-weight: 300;
        letter-spacing: normal; }
        @media only screen and (min-width: 0px) {
          section.textblock .container div p {
            font-size: 1em; } }
      section.textblock .container div a {
        color: #7AA63D;
        font-weight: 600;
        letter-spacing: normal;
        text-decoration: underline; }
        section.textblock .container div a:hover {
          color: #5f812f; }
    section.textblock .container picture {
      text-align: center;
      display: inline-block;
      padding-right: 0%;
      margin-bottom: 50px;
      width: 100%; }
    section.textblock .container img {
      width: 100%;
      height: auto;
      max-width: 620px; }

section.wide-button {
  position: relative;
  padding: 9% 0; }
  section.wide-button .container div, section.wide-button .container a {
    position: relative;
    max-width: 620px; }
  section.wide-button .container a {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block; }
