@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp, small, strike, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

div, nav, header, footer, aside {
  display: block;
}

body {
  background: #FFFFFF;
  text-align: center;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

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

#site-wrapper {
  overflow: hidden;
}

.container {
  display: block;
  margin: auto;
  text-align: left;
  width: 1245px;
  position: relative;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .container {
    width: auto;
    margin: 0 20px;
  }
}
a {
  color: #006B3F;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: #009959;
}

a:active,
a:focus {
  color: #0E0E0E;
}

.clearfix {
  display: block;
  clear: both;
}

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

.page-block {
  position: relative;
  padding: 64px 0;
}
.page-block.page-block-no-padding-top {
  padding-top: 0px;
}
.page-block.page-block-no-padding-bottom {
  padding-bottom: 0px;
}

.spacer {
  height: 64px;
}
.spacer.spacer-extra-small {
  height: 24px;
}
.spacer.spacer-small {
  height: 32px;
}
.spacer.spacer-large {
  height: 96px;
}
.spacer.spacer-extra-large {
  height: 128px;
}

/* Accessibility tweaks */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

@media all and (max-width: 1023px) {
  .page-block {
    padding: 38px 0;
  }

  .page-block.page-block-no-padding-top {
    padding-top: 0px;
  }

  .page-block.page-block-no-padding-bottom {
    padding-bottom: 0px;
  }

  .spacer {
    height: 38px;
  }
  .spacer.spacer-extra-small {
    height: 12px;
  }
  .spacer.spacer-small {
    height: 24px;
  }
  .spacer.spacer-large {
    height: 48px;
  }
  .spacer.spacer-extra-large {
    height: 64px;
  }
  .spacer.about-bottom-spacer {
    height: 28px;
  }
}
.next-page-loader,
.has-another-page {
  display: none !important;
}

.cky-consent-container {
  padding: 0 0 50px 0;
}
.cky-consent-container .cky-consent-bar {
  max-width: 1248px;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  padding: 32px 40px;
  text-align: left;
  margin: 0 auto;
}
.cky-consent-container .cky-consent-bar .cky-notice .cky-title {
  display: none;
}
.cky-consent-container .cky-consent-bar .cky-notice-des {
  font-size: 12px;
  line-height: 22px;
  max-width: 560px;
}
.cky-consent-container .cky-consent-bar .cky-notice-des a {
  font-size: 12px;
  line-height: 22px;
  color: #0E0E0E;
  text-decoration: underline;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

@media all and (max-width: 1248px) and (min-width: 0px) {
  .cky-consent-container {
    padding: 0;
  }
}
#cookie-law-info-bar {
  background: transparent !important;
  box-shadow: none !important;
  padding: 32px 0 32px 0 !important;
}
#cookie-law-info-bar .cli-bar-message a {
  color: #FFF;
  text-decoration: underline;
}
#cookie-law-info-bar .cli-bar-message a:hover, #cookie-law-info-bar .cli-bar-message a:active, #cookie-law-info-bar .cli-bar-message a:focus {
  color: #006B3F;
}
#cookie-law-info-bar #wt-cli-accept-all-btn {
  background: #006B3F !important;
  text-decoration: none !important;
}
#cookie-law-info-bar .cli-bar-container {
  max-width: 1248px;
  margin: 0 auto;
}

.cli-style-v2 .cli-bar-message {
  width: 80%;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #cookie-law-info-bar .cli-bar-container {
    max-width: none;
    margin: 0 32px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #cookie-law-info-bar .cli-bar-container {
    max-width: none;
    margin: 0 20px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #cookie-law-info-bar {
    padding: 44px 0 20px 0 !important;
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-message {
    width: auto;
    display: block;
    padding: 0 0 28px 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container {
    width: 100% !important;
    margin: 0px !important;
    display: block;
  }
  #cookie-law-info-bar .cli-bar-container .cli-bar-btn_container #wt-cli-accept-all-btn {
    display: block;
    width: 100% !important;
  }
}
/* Animate.css at top, added CSS at bottom */
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* Added animation */
.animate {
  opacity: 0;
}

.animated-delay-100 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

.animated-delay-200 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.animated-delay-300 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.animated-delay-400 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.animated-delay-500 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.animated-delay-600 {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.animated-delay-700 {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

.animated-delay-800 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.animated-delay-900 {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.animated-delay-1000 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.animated-delay-1100 {
  animation-delay: 1s;
  -webkit-animation-delay: 1.1s;
}

.animated-delay-1200 {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.animated {
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: normal;
  color: #006B3F;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  padding-top: 48px;
}

article .first-heading {
  padding-top: 0px;
}

article h1 {
  font-size: 80px;
  line-height: 96px;
  margin: 0 0 22px 0;
}

article h2 {
  font-size: 48px;
  line-height: 60px;
  margin: 0 0 20px 0;
}

article h3 {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 22px 0;
}

article h4 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 24px 0;
}

article h5 {
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 13px 0;
}

article h6 {
  font-size: 20px;
  line-height: 40px;
  margin: 0 0 12px 0;
}

article p {
  line-height: 28px;
  margin: 0 0 28px 0;
}
article p a {
  text-decoration: underline;
}
article p a.button {
  text-decoration: none;
}

article table {
  width: 100%;
}
article table th {
  padding: 24px 32px;
  background: #006B3F;
  font-size: 24px;
  line-height: 32px;
  font-family: "DM Serif Display", Georgia, serif;
  font-weight: normal;
  color: #FFF;
}
article table td {
  padding: 24px 32px;
  border-bottom: 2px solid #F3EFEC;
  font-size: 18px;
  line-height: 28px;
}
article table td small {
  display: block;
  font-size: 12px;
  line-height: 28px;
  margin: 0px;
}

@media all and (max-width: 822px) and (min-width: 0px) {
  article .table-wrapper {
    margin: 0 -20px;
    overflow: auto;
  }
  article .table-wrapper table {
    width: 822px !important;
    margin: 0 20px;
  }
  article .table-wrapper table th {
    padding: 15px 24px;
    font-size: 20px;
    line-height: 32px;
  }
  article .table-wrapper table td {
    padding: 16px 24px;
    font-size: 16px;
  }
}
article ul {
  margin: 0 0 8px 0;
}
article ul li {
  margin: 0 0 17px 0;
  padding: 0 0 0 30px;
  line-height: 28px;
  position: relative;
}
article ul li:before {
  position: absolute;
  line-height: 26px;
  content: "•";
  left: 5px;
  top: 0px;
  display: block;
}

article p + ul {
  margin-top: -3px;
}

article ol {
  margin: 0 0 8px 30px;
  list-style: decimal outside;
  line-height: 28px;
}
article ol li {
  margin: 0 0 17px 0;
  padding: 0px;
}

article p + ol {
  margin-top: -3px;
}

article small {
  display: block;
  margin: 0 0 28px 0;
  font-size: 16px;
  line-height: 26px;
}

strong {
  font-weight: 700;
}

blockquote p,
blockquote cite {
  -webkit-text-size-adjust: 100%;
}

@media all and (max-width: 1023px) {
  article h1,
article h2,
article h3,
article h4,
article h5 {
    padding-top: 18px;
  }

  article h1 {
    font-size: 56px;
    line-height: 72px;
    margin: 0 0 17px 0;
  }

  article h2 {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 23px 0;
  }

  article h3 {
    font-size: 32px;
    line-height: 48px;
    margin: 0 0 13px 0;
  }

  article h4 {
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 16px 0;
  }

  article h5 {
    font-size: 20px;
    line-height: 40px;
    margin: 0 0 13px 0;
  }

  article h6 {
    font-size: 18px;
    line-height: 40px;
    margin: 0 0 12px 0;
  }

  article p {
    font-size: 16px;
    margin: 0 0 26px 0;
  }

  article ul {
    margin: 0 0 11px 0;
    font-size: 16px;
  }

  article ol {
    margin: 0 0 11px 30px;
    font-size: 16px;
  }
}
.button,
.post-password-form input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  background: #006B3F;
  border-radius: 0px;
  border: 2px solid #006B3F;
  padding: 17px 24px 15px 24px;
  line-height: 20px;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: center;
}
.button svg,
.post-password-form input[type=submit] svg {
  position: relative;
  top: 0px;
}
.button span,
.post-password-form input[type=submit] span {
  position: relative;
  z-index: 1;
}
.button:hover,
.post-password-form input[type=submit]:hover {
  color: #FFF;
  background: #009959;
  border-color: #009959;
}
.button:active, .button:focus,
.post-password-form input[type=submit]:active,
.post-password-form input[type=submit]:focus {
  background: #009959;
  border-color: #006B3F;
  color: #FFF;
}
.button.button-bordered,
.post-password-form input[type=submit].button-bordered {
  background: transparent;
  border: 2px solid #006B3F;
  color: #006B3F;
}
.button.button-bordered:hover,
.post-password-form input[type=submit].button-bordered:hover {
  color: #FFF;
  background: #006B3F;
}
.button.button-bordered:active, .button.button-bordered:focus,
.post-password-form input[type=submit].button-bordered:active,
.post-password-form input[type=submit].button-bordered:focus {
  background: #006B3F;
  border-color: #009959;
  color: #FFF;
}
.button.button-white-fill,
.post-password-form input[type=submit].button-white-fill {
  background: #FFF;
  border-color: #FFF;
  color: #006B3F;
}
.button.button-white-fill:hover,
.post-password-form input[type=submit].button-white-fill:hover {
  color: #006B3F;
  border-color: #D8EBE3;
  background: #D8EBE3;
}
.button.button-white-fill:active, .button.button-white-fill:focus,
.post-password-form input[type=submit].button-white-fill:active,
.post-password-form input[type=submit].button-white-fill:focus {
  color: #006B3F;
  background: #D8EBE3;
  border-color: #009959;
}
.button.button-white-bordered,
.post-password-form input[type=submit].button-white-bordered {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}
.button.button-white-bordered:hover,
.post-password-form input[type=submit].button-white-bordered:hover {
  background: #FFF;
  color: #006B3F;
  border-color: #FFF;
}
.button.button-white-bordered:active, .button.button-white-bordered:focus,
.post-password-form input[type=submit].button-white-bordered:active,
.post-password-form input[type=submit].button-white-bordered:focus {
  background: #FFF;
  border-color: #009959;
  color: #006B3F;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .button {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .button {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 374px) and (min-width: 0px) {
  .button {
    font-size: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.text-button {
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 18px 0 0;
  font-weight: 500;
}
.text-button svg {
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -5.5px 0 0 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .text-button {
    font-size: 16px;
  }
  .text-button svg {
    margin-top: -4.5px;
  }
}
a .link-arrow {
  position: absolute;
  width: 33px;
  height: 33px;
  display: block;
  transition: 0.3s ease-in-out;
}
a .link-arrow .link-arrow-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-in-out;
  margin: -4px 0 0 -13px;
}
a .link-arrow .arrow-icon {
  position: relative;
  top: 0px;
  transition: 0.3s ease-in-out;
  vertical-align: middle;
}
a .link-arrow .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
}

@media all and (min-width: 1024px) {
  a.arrow-link:hover, a.arrow-link:active, a.arrow-link:focus {
    color: #F66353;
  }
  a.arrow-link:hover .link-arrow .link-arrow-arrow, a.arrow-link:active .link-arrow .link-arrow-arrow, a.arrow-link:focus .link-arrow .link-arrow-arrow {
    transform: translate3d(4px, 0, 0);
    margin-left: -11px;
  }
  a.arrow-link:hover .link-arrow .arrow-icon--circle, a.arrow-link:active .link-arrow .arrow-icon--circle, a.arrow-link:focus .link-arrow .arrow-icon--circle {
    stroke-dashoffset: 0;
  }
  a.arrow-link:active, a.arrow-link:focus {
    color: #FD874E;
  }
}
.arrow-link {
  font-size: 18px;
  line-height: 33px;
  display: inline-block;
  padding: 0 40px 0 0;
  position: relative;
  color: #F66353;
}
.arrow-link .link-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
}
.arrow-link:active {
  color: #FD874E;
}

.underline-link {
  font-size: 18px;
  position: relative;
  line-height: 28px;
  display: inline-block;
}
.underline-link:before {
  transition: 0.3s ease-in-out;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 0px;
  height: 2px;
  background: #006B3F;
  content: "";
  display: block;
}
.underline-link:hover {
  color: #006B3F;
}
.underline-link:hover:before {
  width: 100%;
}
.underline-link:active {
  color: #FD874E;
}
.underline-link:active:before {
  background: #FD874E;
  width: 100%;
}

.icon-link {
  padding: 0 0 0 31px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #006B3F;
  display: inline-block;
  font-weight: 600;
}
.icon-link svg {
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  position: absolute;
}
.icon-link:hover {
  color: #009959;
}

textarea,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #F3EFEC;
  border-radius: 0px;
  width: 100%;
  height: 52px;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  padding: 15px 19px 14px 19px;
  line-height: 21px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background: transparent;
}

.gform_wrapper.gravity-theme .gfield select.large,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: 1px solid #F3EFEC;
  border-radius: 0px;
  width: 100%;
  height: 52px;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  padding: 15px 19px 14px 19px;
  line-height: 21px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background: url(../images/select-arrow.svg) no-repeat right 21px center transparent;
}

body .gform_wrapper.gravity-theme .gfield textarea.large,
textarea {
  height: 132px;
  padding: 15px 19px 14px 19px;
}

textarea:focus,
input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.gform_wrapper.gravity-theme .gfield select.large:focus,
select:focus {
  border-color: #006B3F;
}

body .gfield_error textarea,
body .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gfield_error .gform_wrapper.gravity-theme .gfield select.large,
body .gfield_error select {
  border-color: #C53434;
}

body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  display: block;
  margin: 0 0 9px 0;
  padding: 0px;
}

body .gform_wrapper.gravity-theme .gfield_description {
  padding: 6px 0 0 0;
}

body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
  color: #C53434;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  border: none;
  margin: 0px;
  background: transparent;
  padding: 15px 0 0 0 !important;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 28px;
  grid-column-gap: 16px;
}

body .gform_wrapper.gravity-theme .gform_footer {
  padding: 26px 0 0 0;
  margin: 0px;
}
body .gform_wrapper.gravity-theme .gform_footer .button {
  display: block;
  width: 100%;
  background: transparent;
  border: 2px solid #006B3F;
  color: #006B3F;
}
body .gform_wrapper.gravity-theme .gform_footer .button:hover {
  color: #FFF;
  background: #006B3F;
}
body .gform_wrapper.gravity-theme .gform_footer .button:active, body .gform_wrapper.gravity-theme .gform_footer .button:focus {
  background: #006B3F;
  border-color: #009959;
  color: #FFF;
}

body .gform_wrapper.gravity-theme .gfield_label .gfield_required {
  display: none;
}

body .gform_wrapper.gravity-theme .gfield {
  position: relative;
}

body .gform_wrapper.gravity-theme .gfield-optional {
  position: relative;
}
body .gform_wrapper.gravity-theme .gfield-optional:before {
  position: absolute;
  right: 0px;
  font-size: 12px;
  line-height: 16px;
  color: #313131;
  content: "Optional";
  top: 3px;
  display: block;
}

body .gform_wrapper .gform_validation_errors {
  padding: 20px 64px 20px 29px;
  margin: 0 0 24px 0;
  border: none;
  box-shadow: none;
  background: url(../images/error.svg) no-repeat right 26px top 21px;
  background-color: rgba(197, 52, 52, 0.1);
  border-radius: 0px;
}
body .gform_wrapper .gform_validation_errors h2 {
  color: #0E0E0E;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  padding-left: 0px;
}
body .gform_wrapper .gform_validation_errors h2 .gform-icon {
  display: none !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  max-width: none !important;
}

body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice {
  position: relative;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input {
  position: absolute;
  left: -9999px;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
  padding: 0px 0 0px 33px;
  font-size: 14px;
  line-height: 20px;
  color: #0E0E0E;
  cursor: pointer;
  font-weight: normal;
  display: block;
  position: relative;
  border: none;
  font-weight: 500;
  break-inside: avoid;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:before {
  width: 16px;
  height: 16px;
  border: 2px solid #006B3F;
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0px;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:after {
  background: url(../images/check.svg) no-repeat center center #006B3F;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  content: "";
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label a {
  color: #0E0E0E;
  text-decoration: underline;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input:focus + label {
  outline: 1px dotted #006B3F !important;
  outline-offset: 3px !important;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input:checked + label:after {
  display: block;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 20px !important;
  }

  body .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0px;
  }
}
.slick-slider {
  position: relative;
}
.slick-slider section {
  padding: 0 20px 48px 0;
}
.slick-slider .slick-dots {
  bottom: -8px;
  left: 0px;
  width: 100%;
  position: absolute;
  text-align: center;
  z-index: 5;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  height: 24px;
  line-height: 24px;
}
.slick-slider .slick-dots li button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px;
  border: none;
  margin: 0px;
  text-indent: -9999px;
  border-radius: 100%;
  font-size: 1px;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  position: relative;
  border: none;
  background: #F3EFEC;
  position: relative;
  top: -3px;
}
.slick-slider .slick-dots li.slick-active button {
  border: 1px solid #006B3F;
  background: #006B3F;
}

#site-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  height: 102px;
}
#site-header .logo {
  position: absolute;
  top: 20px;
  left: 0px;
}
#site-header .logo img {
  display: block;
  height: 51px;
}
#site-header .logo .logo-fixed {
  display: none;
}
#site-header nav {
  padding: 0 200px 0 180px;
  text-align: center;
}
#site-header nav ul {
  display: inline-block;
}
#site-header nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 30px 20px;
  position: relative;
}
#site-header nav ul li a {
  display: inline-block;
  font-size: 18px;
  color: #FFF;
  padding: 8px 0;
}
#site-header nav ul li a:hover {
  opacity: 0.8;
}
#site-header nav ul li.menu-item-has-children > a {
  position: relative;
  padding: 0 20px 0 0;
}
#site-header nav ul li.menu-item-has-children > a:before {
  position: absolute;
  top: 50%;
  margin: -4px 0 0 0;
  right: 0px;
  background: none no-repeat left top;
  background-image: url('data:image/svg+xml,<svg width="14px" height="8px" viewBox="0 0 14 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><polyline stroke="%23FFFFFF" stroke-width="2" points="1 1 7 7 13 1"></polyline></g></svg>');
  display: block;
  width: 14px;
  height: 8px;
  content: "";
}
#site-header nav ul li ul {
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  position: absolute;
  top: 80px;
  left: -20px;
  width: 261px;
  padding: 32px 8px 32px 8px;
}
#site-header nav ul li ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: calc(100% - 32px);
  background: url(../images/dropdown-nav.png) no-repeat left top;
  background-size: 261px auto;
}
#site-header nav ul li ul:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 32px;
  background: url(../images/dropdown-nav.png) no-repeat left bottom;
  background-size: 261px auto;
}
#site-header nav ul li ul li {
  padding: 0px;
}
#site-header nav ul li ul li a {
  display: block;
  padding: 4px 32px;
  font-size: 18px;
  line-height: 32px;
  color: #0E0E0E;
}
#site-header nav ul li ul li a:hover, #site-header nav ul li ul li a:active, #site-header nav ul li ul li a:focus {
  color: #006B3F;
}
#site-header nav ul li ul li.sub-nav-heading a {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
#site-header nav ul li#menu-item-382 ul {
  left: 18px;
}
#site-header nav ul li#menu-item-385 ul {
  left: -36px;
}
@media all and (max-width: 1280px) and (min-width: 0px) {
  #site-header nav ul li ul {
    margin-left: -10px;
  }
}
@media all and (min-width: 1024px) {
  #site-header nav ul li:hover > a:before {
    background-image: url('data:image/svg+xml,<svg width="14px" height="8px" viewBox="0 0 14 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><polyline stroke="%23FFFFFF" stroke-width="2" transform="translate(7.000000, 4.000000) scale(1, -1) translate(-7.000000, -4.000000) " points="1 1 7 7 13 1"></polyline></g></svg>');
  }
  #site-header nav ul li:hover ul {
    visibility: visible;
    opacity: 1;
  }
  #site-header nav ul li:focus-within > a:before {
    background-image: url('data:image/svg+xml,<svg width="14px" height="8px" viewBox="0 0 14 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><polyline stroke="%23FFFFFF" stroke-width="2" transform="translate(7.000000, 4.000000) scale(1, -1) translate(-7.000000, -4.000000) " points="1 1 7 7 13 1"></polyline></g></svg>');
  }
  #site-header nav ul li:focus-within ul {
    visibility: visible;
    opacity: 1;
  }
}
#site-header .header-right {
  position: absolute;
  top: 20px;
  right: 0px;
}
#site-header .header-right .button {
  margin: 0 0 0 15px;
}
#site-header .mobile-join-link,
#site-header .mobile-nav-link {
  display: none;
}

body:not(.fixed-header) #site-header .header-right .button.button-book {
  background: #F3EFEC;
  border-color: #F3EFEC;
  color: #006B3F;
}
body:not(.fixed-header) #site-header .header-right .button.button-book:hover, body:not(.fixed-header) #site-header .header-right .button.button-book:active, body:not(.fixed-header) #site-header .header-right .button.button-book:focus {
  background: #006B3F;
  border-color: #006B3F;
  color: #FFF;
}
body:not(.fixed-header) #site-header .header-right .button.button-join {
  color: #FFF;
  border-color: #FFF;
}
body:not(.fixed-header) #site-header .header-right .button.button-join:hover, body:not(.fixed-header) #site-header .header-right .button.button-join:active, body:not(.fixed-header) #site-header .header-right .button.button-join:focus {
  background: #FFF;
  border-color: #FFF;
  color: #006B3F;
}

body.fixed-header #site-header {
  position: fixed;
  background: #FFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
body.fixed-header #site-header .mobile-join-link {
  color: #006B3F;
}
body.fixed-header #site-header .mobile-nav-link {
  color: #006B3F;
}
body.fixed-header #site-header .logo img {
  display: none;
}
body.fixed-header #site-header .logo .logo-fixed {
  display: block;
}
body.fixed-header #site-header nav ul li a {
  color: #0E0E0E;
}
body.fixed-header #site-header nav ul li a:hover {
  opacity: 1;
  color: #006B3F;
}
body.fixed-header #site-header nav ul li.menu-item-has-children > a:before {
  background-image: url('data:image/svg+xml,<svg width="14px" height="8px" viewBox="0 0 14 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><polyline stroke="%230E0E0E" stroke-width="2" points="1 1 7 7 13 1"></polyline></g></svg>');
}
@media all and (min-width: 1024px) {
  body.fixed-header #site-header nav ul li:hover > a {
    color: #006B3F;
  }
  body.fixed-header #site-header nav ul li:hover > a:before {
    background-image: url('data:image/svg+xml,<svg width="14px" height="8px" viewBox="0 0 14 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><polyline stroke="%23006B3F" stroke-width="2" transform="translate(7.000000, 4.000000) scale(1, -1) translate(-7.000000, -4.000000) " points="1 1 7 7 13 1"></polyline></g></svg>');
  }
  body.fixed-header #site-header nav ul li:focus-within > a {
    color: #006B3F;
  }
  body.fixed-header #site-header nav ul li:focus-within > a:before {
    background-image: url('data:image/svg+xml,<svg width="14px" height="8px" viewBox="0 0 14 8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" stroke-linecap="round" stroke-linejoin="round"><polyline stroke="%23006B3F" stroke-width="2" transform="translate(7.000000, 4.000000) scale(1, -1) translate(-7.000000, -4.000000) " points="1 1 7 7 13 1"></polyline></g></svg>');
  }
}

@media all and (max-width: 1280px) {
  #site-header nav ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  #site-header nav ul li a {
    font-size: 16px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-header {
    height: 87px;
  }
  #site-header .logo {
    position: absolute;
    left: 50%;
    margin: 0 0 0 -77px;
  }
  #site-header .logo img {
    height: 45px;
  }
  #site-header nav {
    display: none;
  }
  #site-header .header-right {
    display: none;
  }
  #site-header .mobile-join-link,
#site-header .mobile-nav-link {
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin: 29px 0 0 0;
    color: #FFF;
    text-decoration: underline;
    font-weight: 500;
  }
  #site-header .mobile-join-link {
    float: left;
  }
  #site-header .mobile-nav-link {
    float: right;
  }
}
#mobile-nav {
  display: none;
  background: #006B3F;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 11;
  width: 100%;
  padding: 0 0 200px 0;
}
#mobile-nav .mobile-nav-header {
  height: 114px;
  height: 94px;
}
#mobile-nav .mobile-nav-header .logo {
  position: absolute;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -77px;
}
#mobile-nav .mobile-nav-header .logo img {
  display: block;
  height: 45px;
}
#mobile-nav .mobile-nav-header .logo .logo-fixed {
  display: none;
}
#mobile-nav .mobile-nav-header .mobile-nav-back,
#mobile-nav .mobile-nav-header .close-nav {
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin: 29px 0 0 0;
  color: #FFF;
  text-decoration: underline;
  font-weight: 500;
  position: absolute;
  top: 0px;
}
#mobile-nav .mobile-nav-header .mobile-nav-back svg,
#mobile-nav .mobile-nav-header .close-nav svg {
  position: absolute;
  top: 0px;
}
#mobile-nav .mobile-nav-header .mobile-nav-back {
  display: none;
  left: 42px;
}
#mobile-nav .mobile-nav-header .mobile-nav-back svg {
  left: -22px;
}
#mobile-nav .mobile-nav-header .close-nav {
  right: 20px;
}
#mobile-nav .mobile-nav-header .close-nav svg {
  left: -22px;
  top: 3px;
}
#mobile-nav .container {
  margin: 0px;
  width: auto;
  transition: 0.3s height;
}
#mobile-nav nav {
  position: relative;
  z-index: 1001;
}
#mobile-nav nav div.menu {
  width: 300%;
  position: relative;
  left: 0px;
  transition: 0.3s ease-in-out;
}
#mobile-nav nav ul li {
  display: block;
  width: 33.33%;
}
#mobile-nav nav ul li a {
  font-size: 28px;
  line-height: 52px;
  text-decoration: underline;
  padding: 8px 20px;
  color: #FFF;
  display: block;
}
#mobile-nav nav ul li.menu-item-has-children > a:first-child {
  position: relative;
}
#mobile-nav nav ul li.menu-item-has-children > a:first-child:after {
  top: 50%;
  right: 22px;
  position: absolute;
  display: block;
  background: url(../images/mobile-nav-arrow.svg) no-repeat;
  width: 18px;
  height: 28px;
  margin: -14px 0 0 0;
  content: "";
}
#mobile-nav nav ul li ul {
  position: absolute;
  top: 0px;
  width: 33.33%;
  left: 33.33%;
  visibility: hidden;
  opacity: 0;
}
#mobile-nav nav ul li ul li {
  width: 100%;
  left: auto;
}
#mobile-nav nav ul li ul li a {
  font-weight: normal;
}
#mobile-nav nav ul li ul li.sub-nav-heading {
  padding: 21px 0 2px 0;
}
#mobile-nav nav ul li ul li.sub-nav-heading a {
  font-size: 38px;
  font-family: "DM Serif Display", Georgia, serif;
  line-height: 52px;
  text-decoration: none;
}
#mobile-nav nav ul li ul li ul {
  width: 100%;
  left: 100%;
}
#mobile-nav nav ul li.active ul {
  visibility: visible;
  opacity: 1;
}
#mobile-nav nav ul li.active ul ul {
  visibility: hidden;
  opacity: 0;
}
#mobile-nav nav ul li.active ul .active ul {
  visibility: visible;
  opacity: 1;
}
#mobile-nav .mobile-nav-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}
#mobile-nav .mobile-nav-footer section {
  width: 50%;
  float: left;
  position: relative;
  background: #F3EFEC;
  text-align: center;
  padding: 22px 30px 20px 30px;
}
#mobile-nav .mobile-nav-footer section p {
  font-size: 24px;
  line-height: 30px;
  color: #006B3F;
  margin: 0 0 23px 0;
  font-family: "DM Serif Display", Georgia, serif;
}
#mobile-nav .mobile-nav-footer section .button {
  padding-left: 0px;
  padding-right: 0px;
  display: block;
}
#mobile-nav .mobile-nav-footer section .divider-line {
  position: absolute;
  top: 25px;
  right: 0px;
  height: calc(100% - 45px);
  width: 1px;
  background: #006B3F;
  display: block;
  content: "";
}

@media all and (max-width: 374px) and (min-width: 0px) {
  #mobile-nav .mobile-nav-footer {
    padding: 0px;
  }
  #mobile-nav .mobile-nav-footer section {
    padding-left: 10px;
    padding-right: 10px;
  }

  #mobile-nav .mobile-nav-header .mobile-nav-back {
    left: 20px;
  }

  #mobile-nav .mobile-nav-header .mobile-nav-back svg {
    display: none;
  }

  #mobile-nav .mobile-nav-header .close-nav svg {
    display: none;
  }
}
#page-banner {
  background: none no-repeat center center;
  background-size: cover;
}
#page-banner .page-banner-back {
  background: rgba(0, 0, 0, 0.44);
}
#page-banner .page-banner-gradient {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 100%);
}
#page-banner .container {
  height: 697px;
  text-align: center;
}
#page-banner .banner-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#page-banner .banner-text .caption {
  font-size: 32px;
  line-height: 48px;
  color: #FFF;
  font-family: "DM Serif Display", Georgia, serif;
}
#page-banner .banner-text h1 {
  font-size: 90px;
  line-height: 90px;
  color: #FFF;
}
#page-banner .banner-text p {
  font-size: 24px;
  line-height: 32px;
  padding: 25px 0 0 0;
  color: #FFF;
}
#page-banner .banner-text .banner-buttons {
  padding: 47px 0 0 0;
  margin: 0 0 -8px 0;
}
#page-banner .banner-text .banner-buttons .button {
  margin: 0 8px 8px 0;
}
#page-banner .banner-text .lta-logo {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 80px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  height: 40px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #page-banner .container {
    height: 667px;
  }
  #page-banner .banner-text .caption {
    margin: 0 0 6px 0;
  }
  #page-banner .banner-text h1 {
    font-size: 56px;
    line-height: 60px;
  }
  #page-banner .banner-text p {
    padding: 27px 0 0 0;
    font-size: 20px;
    line-height: 26px;
  }
  #page-banner .banner-text .banner-buttons {
    padding: 38px 0 0 0;
  }
}
#page-banner.page-banner-four-oh-four .page-banner-back .page-banner-gradient {
  background: none #006B3F;
}

.page-block-content article {
  margin: 0 0 -28px 0;
}
.page-block-content article .button,
.page-block-content article .text-button {
  margin: 0 16px 0 0;
}
.page-block-content .post-password-form input {
  margin: 0 0 20px 0;
}
.page-block-content .post-password-form p:first-of-type {
  display: none;
}
.page-block-content.page-block-first {
  padding-top: 104px;
}
.page-block-content.background-grey {
  padding: 128px 0;
  background: #F3EFEC;
}
.page-block-content.background-green {
  padding: 128px 0;
  background: #006B3F;
}
.page-block-content.background-green article h2,
.page-block-content.background-green article h3,
.page-block-content.background-green article h4,
.page-block-content.background-green article p {
  color: #FFF;
}
.page-block-content.background-green article h2 a,
.page-block-content.background-green article h3 a,
.page-block-content.background-green article h4 a,
.page-block-content.background-green article p a {
  color: #FFF;
}
.page-block-content.background-green article .button {
  background: #FFF;
  border-color: #FFF;
  color: #006B3F;
}
.page-block-content.background-green article .button:hover {
  color: #006B3F;
  border-color: #D8EBE3;
  background: #D8EBE3;
}
.page-block-content.background-green article .button:active, .page-block-content.background-green article .button:focus {
  color: #006B3F;
  background: #D8EBE3;
  border-color: #009959;
}
.page-block-content.background-green article .button.button-bordered {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}
.page-block-content.background-green article .button.button-bordered:hover {
  background: #FFF;
  color: #006B3F;
  border-color: #FFF;
}
.page-block-content.background-green article .button.button-bordered:active, .page-block-content.background-green article .button.button-bordered:focus {
  background: #FFF;
  border-color: #009959;
  color: #006B3F;
}

article .download-link {
  margin: 54px 0 54px 0;
  border: 2px solid #006B3F;
  padding: 25px 240px 26px 32px;
  position: relative;
}
article .download-link .download-link-label {
  display: block;
  font-size: 24px;
  line-height: 40px;
  font-family: "DM Serif Display", Georgia, serif;
  color: #006B3F;
  margin: 0 0 1px 0;
}
article .download-link .download-link-description {
  font-size: 14px;
  line-height: 28px;
  color: #0E0E0E;
  display: block;
}
article .download-link .button {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -28px;
  display: block;
  padding-left: 50px;
}
article .download-link .button svg {
  top: 17px;
  left: 17px;
  position: absolute;
}

@media all and (min-width: 1024px) {
  .page-block-content article {
    padding: 0 112px;
  }
}
@media all and (min-width: 1280px) {
  .page-block-content article {
    padding: 0 212px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content.page-block-first {
    padding-top: 74px;
  }
  .page-block-content.background-grey {
    padding: 52px 0 62px 0;
  }
  .page-block-content.background-green {
    padding: 52px 0 62px 0;
  }
  .page-block-content article .button {
    margin-right: 12px;
    margin-bottom: 12px;
  }

  article .download-link {
    padding: 17px 22px 22px 22px;
  }
  article .download-link .download-link-label {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px 0;
  }
  article .download-link .download-link-description {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 23px 0;
  }
  article .download-link .button {
    position: relative;
    top: auto;
    margin: 0px;
    right: auto;
    display: inline-block;
  }
}
.page-block-image-and-content h2.mobile-heading {
  font-size: 48px;
  line-height: 60px;
  display: none;
}
.page-block-image-and-content .image-and-content {
  display: flex;
  align-items: center;
}
.page-block-image-and-content .image-and-content .mobile-heading {
  display: none;
}
.page-block-image-and-content .image-and-content article {
  width: 50%;
  padding: 0 0 0 90px;
}
.page-block-image-and-content .image-and-content article .buttons {
  padding: 13px 0 0 0;
  margin: 0 -6px -8px -6px;
}
.page-block-image-and-content .image-and-content article .buttons .button {
  margin: 0 6px 8px 6px;
}
.page-block-image-and-content .image-and-content .image-holder {
  width: calc(50% + 32px);
  margin: 0 0 0 -32px;
  position: relative;
  padding: 0 16px 0 0;
}
.page-block-image-and-content .image-and-content .image-holder img {
  width: 100%;
  display: block;
}
.page-block-image-and-content .image-and-content .image-holder img.mobile-image {
  display: none;
}
.page-block-image-and-content.page-block-image-on-right .image-and-content {
  flex-direction: row-reverse;
}
.page-block-image-and-content.page-block-image-on-right .image-and-content article {
  padding: 0 90px 0 0;
}
.page-block-image-and-content.page-block-image-on-right .image-and-content .image-holder {
  padding: 0 0 0 16px;
}
.page-block-image-and-content.background-grey {
  padding: 128px 0;
  background: #F3EFEC;
}
.page-block-image-and-content.background-green {
  padding: 128px 0;
  background: #006B3F;
}
.page-block-image-and-content.background-green h2.mobile-heading {
  color: #FFF;
}
.page-block-image-and-content.background-green .image-and-content article h2,
.page-block-image-and-content.background-green .image-and-content article h3,
.page-block-image-and-content.background-green .image-and-content article h4,
.page-block-image-and-content.background-green .image-and-content article p {
  color: #FFF;
}
.page-block-image-and-content.background-green .image-and-content article h2 a,
.page-block-image-and-content.background-green .image-and-content article h3 a,
.page-block-image-and-content.background-green .image-and-content article h4 a,
.page-block-image-and-content.background-green .image-and-content article p a {
  color: #FFF;
}
.page-block-image-and-content.background-green .image-and-content article .button {
  background: #FFF;
  border-color: #FFF;
  color: #006B3F;
}
.page-block-image-and-content.background-green .image-and-content article .button:hover {
  color: #006B3F;
  border-color: #D8EBE3;
  background: #D8EBE3;
}
.page-block-image-and-content.background-green .image-and-content article .button:active, .page-block-image-and-content.background-green .image-and-content article .button:focus {
  color: #006B3F;
  background: #D8EBE3;
  border-color: #009959;
}
.page-block-image-and-content.background-green .image-and-content article .button.button-bordered {
  background: transparent;
  border-color: #FFF;
  color: #FFF;
}
.page-block-image-and-content.background-green .image-and-content article .button.button-bordered:hover {
  background: #FFF;
  color: #006B3F;
  border-color: #FFF;
}
.page-block-image-and-content.background-green .image-and-content article .button.button-bordered:active, .page-block-image-and-content.background-green .image-and-content article .button.button-bordered:focus {
  background: #FFF;
  border-color: #009959;
  color: #006B3F;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-image-and-content .image-and-content article {
    padding-left: 16px;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content article {
    padding-right: 32px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-image-and-content h2.mobile-heading {
    display: block;
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 8px 0;
  }
  .page-block-image-and-content .image-and-content {
    display: block;
  }
  .page-block-image-and-content .image-and-content article {
    width: auto;
    padding: 0px;
  }
  .page-block-image-and-content .image-and-content article h2.article-heading {
    display: none;
  }
  .page-block-image-and-content .image-and-content .image-holder {
    width: calc(100% + 8px);
    padding: 0 0 21px 0;
    margin: 0 0 0 -8px;
  }
  .page-block-image-and-content .image-and-content .image-holder img.hide-on-mobile {
    display: none;
  }
  .page-block-image-and-content .image-and-content .image-holder img.mobile-image {
    display: block;
  }
  .page-block-image-and-content.page-block-image-on-right .image-and-content .image-holder {
    width: calc(100% + 8px);
    padding: 23px 0 21px 0;
    margin: 0 0 0 -8px;
  }
  .page-block-image-and-content.background-grey {
    padding: 50px 0 80px 0;
  }
  .page-block-image-and-content.background-green {
    padding: 50px 0 80px 0;
  }
  .page-block-image-and-content.crop-mobile-image {
    overflow: hidden;
  }
  .page-block-image-and-content.crop-mobile-image .image-and-content .image-holder {
    width: calc(100% + 64px);
    margin: 0 -32px;
    text-align: center;
  }
  .page-block-image-and-content.crop-mobile-image .image-and-content .image-holder img {
    margin: 0 auto;
  }
}
.page-block-link-cards {
  background: #FFF;
  padding: 120px 0 120px 0;
}
.page-block-link-cards h2 {
  font-size: 48px;
  line-height: 60px;
  margin: 0 150px 32px 0;
}
.page-block-link-cards .link-cards {
  margin: 0 -16px;
  position: relative;
}
.page-block-link-cards .link-cards .slick-arrow {
  position: absolute;
  top: -84px;
  right: 16px;
  width: 48px;
  height: 48px;
  padding: 0px;
}
.page-block-link-cards .link-cards .slick-arrow.slick-prev {
  right: 76px;
}
.page-block-link-cards .link-cards .slick-arrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
}
.page-block-link-cards .link-cards section {
  float: left;
  width: 25%;
  padding: 0 16px;
}
.page-block-link-cards .link-cards section .link-card {
  display: block;
  background: #FFFFFF;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.14);
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.page-block-link-cards .link-cards section .link-card .link-card-image {
  height: 163px;
  overflow: hidden;
  position: relative;
  display: block;
}
.page-block-link-cards .link-cards section .link-card .link-card-image .link-card-image-inner {
  background: none no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s ease-in-out;
}
.page-block-link-cards .link-cards section .link-card .link-card-image .link-card-caption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #FFF;
  z-index: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}
.page-block-link-cards .link-cards section .link-card .link-card-image .link-card-caption.link-card-caption-green {
  background: #006B3F;
}
.page-block-link-cards .link-cards section .link-card .link-card-image .link-card-caption.link-card-caption-red {
  background: #C53434;
}
.page-block-link-cards .link-cards section .link-card .link-card-image .link-card-caption.link-card-caption-blue {
  background: #2367ED;
}
.page-block-link-cards .link-cards section .link-card .link-card-content {
  display: block;
  padding: 20px 24px 24px 24px;
  position: relative;
  min-height: 205px;
}
.page-block-link-cards .link-cards section .link-card .link-card-content h4 {
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #0E0E0E;
  margin: 0 0 8px 0;
}
.page-block-link-cards .link-cards section .link-card .link-card-content .link-card-text {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #0E0E0E;
  margin: 0 0 25px 0;
}
.page-block-link-cards .link-cards section .link-card .link-card-content .button {
  margin: 0px;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.page-block-link-cards .link-cards section .link-card:hover .link-card-content h4, .page-block-link-cards .link-cards section .link-card:active .link-card-content h4, .page-block-link-cards .link-cards section .link-card:focus .link-card-content h4 {
  color: #006B3F;
}
.page-block-link-cards .link-cards section .link-card:hover .link-card-content .button, .page-block-link-cards .link-cards section .link-card:active .link-card-content .button, .page-block-link-cards .link-cards section .link-card:focus .link-card-content .button {
  color: #FFF;
  background: #009959;
  border-color: #009959;
}
@media all and (min-width: 1024px) {
  .page-block-link-cards .link-cards section .link-card:hover .link-card-image .link-card-image-inner, .page-block-link-cards .link-cards section .link-card:active .link-card-image .link-card-image-inner, .page-block-link-cards .link-cards section .link-card:focus .link-card-image .link-card-image-inner {
    transform: scale(1.2);
  }
}
.page-block-link-cards.page-block-link-cards-green {
  background: #006B3F;
}
.page-block-link-cards.page-block-link-cards-green h2 {
  color: #FFF;
}
.page-block-link-cards.page-block-link-cards-grey {
  background: #F3EFEC;
}
.page-block-link-cards.tennis-camps .link-cards section .link-card .link-card-content {
  min-height: 192px;
}
.page-block-link-cards.tennis-camps .link-cards section .link-card .link-card-content h4 {
  font-size: 24px;
  line-height: 26px;
}
.page-block-link-cards.tennis-camps .link-cards section .link-card .link-card-content .link-card-text {
  margin: 0 0 12px 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-link-cards {
    background: transparent !important;
    padding: 66px 0 58px 0;
    position: relative;
  }
  .page-block-link-cards.page-block-link-cards-green:before {
    position: absolute;
    background: #006B3F;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 140px);
    display: block;
    content: "";
  }
  .page-block-link-cards.page-block-link-cards-grey:before {
    position: absolute;
    background: #F3EFEC;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 336px;
    display: block;
    content: "";
  }
  .page-block-link-cards h2 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 144px 21px 0;
    max-width: 161px;
  }
  .page-block-link-cards .link-cards {
    margin: 0 -10px;
  }
  .page-block-link-cards .link-cards .slick-arrow {
    top: -68px;
    width: 40px;
    height: 40px;
  }
  .page-block-link-cards .link-cards .slick-arrow.slick-prev {
    right: 62px;
  }
  .page-block-link-cards .link-cards section {
    padding: 0 10px;
  }
  .page-block-link-cards .link-cards section .link-card .link-card-image {
    height: 141px;
  }
  .page-block-link-cards .link-cards section .link-card .link-card-image .link-card-caption {
    font-size: 12px;
    line-height: 27px;
    padding: 0 10px;
    left: 12px;
    bottom: 12px;
  }
  .page-block-link-cards .link-cards section .link-card .link-card-content {
    padding: 20px;
    min-height: 215px;
  }
  .page-block-link-cards .link-cards section .link-card .link-card-content h4 {
    margin: 0 0 7px 0;
    line-height: 26px;
    font-size: 20px !important;
  }
  .page-block-link-cards .link-cards section .link-card .link-card-content .link-card-text {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 21px 0;
  }
  .page-block-link-cards .link-cards section .link-card .link-card-content .button {
    left: 20px;
    bottom: 20px;
    height: 52px;
    line-height: 16px;
  }
  .page-block-link-cards.discover-your-game {
    padding-top: 35px;
  }
  .page-block-link-cards.discover-your-game h2 {
    max-width: 191px;
    margin: 0 144px 41px 0;
  }
  .page-block-link-cards.discover-your-game .link-cards .slick-arrow {
    top: -88px;
  }
  .page-block-link-cards.discover-your-game .link-cards section .link-card .link-card-content {
    min-height: 203px;
  }
  .page-block-link-cards.discover-your-game .link-cards section .link-card .link-card-content h4 {
    margin: 0 0 12px 0;
  }
}
@media all and (max-width: 374px) and (min-width: 0px) {
  .page-block-link-cards.discover-your-game h2 {
    margin-right: 124px;
  }
}
.page-block-upcoming-events {
  padding: 150px 0;
}
.page-block-upcoming-events .upcoming-events {
  display: flex;
}
.page-block-upcoming-events .upcoming-events header {
  width: 320px;
}
.page-block-upcoming-events .upcoming-events header h2 {
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 34px 0;
}
.page-block-upcoming-events .upcoming-events .upcoming-event-cards {
  width: calc(100% - 320px);
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 108px;
  row-gap: 40px;
  margin: 0 0 -40px 0;
}
.page-block-upcoming-events .upcoming-events .upcoming-event-cards section .event-card {
  display: flex;
  align-items: center;
}
.page-block-upcoming-events .upcoming-events .upcoming-event-cards section .event-card .event-card-image {
  display: block;
  width: 108px;
  height: 86px;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-upcoming-events .upcoming-events .upcoming-event-cards section .event-card .event-card-content {
  display: block;
  padding: 0 0 0 24px;
  width: calc(100% - 108px);
}
.page-block-upcoming-events .upcoming-events .upcoming-event-cards section .event-card .event-card-content h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #0E0E0E;
  margin: 0 0 8px 0;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
}
.page-block-upcoming-events .upcoming-events .upcoming-event-cards section .event-card .event-card-content .event-card-date {
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #313131;
}
.page-block-upcoming-events .upcoming-events .upcoming-event-cards section .event-card:hover .event-card-content h4, .page-block-upcoming-events .upcoming-events .upcoming-event-cards section .event-card:active .event-card-content h4, .page-block-upcoming-events .upcoming-events .upcoming-event-cards section .event-card:focus .event-card-content h4 {
  color: #006B3F;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-upcoming-events .upcoming-events {
    display: block;
  }
  .page-block-upcoming-events .upcoming-events header {
    width: auto;
    position: relative;
    padding: 0 160px 0 0;
  }
  .page-block-upcoming-events .upcoming-events header .button {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .page-block-upcoming-events .upcoming-events .upcoming-event-cards {
    width: 100%;
    column-gap: 32px;
    row-gap: 32px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-upcoming-events {
    padding: 26px 0 80px 0;
  }
  .page-block-upcoming-events .upcoming-events header h2 {
    font-size: 32px;
    line-height: 48px;
    padding: 4px 0;
    margin: 0 0 30px 0;
  }
  .page-block-upcoming-events .upcoming-events .upcoming-event-cards {
    display: block;
    margin: 0 0 -30px 0;
  }
  .page-block-upcoming-events .upcoming-events .upcoming-event-cards section {
    margin: 0 0 30px 0;
  }
  .page-block-upcoming-events .upcoming-events .upcoming-event-cards section .event-card .event-card-image {
    width: 100px;
  }
  .page-block-upcoming-events .upcoming-events .upcoming-event-cards section .event-card .event-card-content {
    width: calc(100% - 100px);
    padding: 0 0 0 20px;
  }
  .page-block-upcoming-events .upcoming-events .upcoming-event-cards section .event-card .event-card-content h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 8px 0;
  }
}
@media all and (max-width: 374px) and (min-width: 0px) {
  .page-block-upcoming-events .upcoming-events header {
    padding-right: 0px;
    margin: 0 0 20px 0;
  }
  .page-block-upcoming-events .upcoming-events header h2 {
    margin-bottom: 10px;
  }
  .page-block-upcoming-events .upcoming-events header .button {
    position: relative;
    top: auto;
    right: auto;
  }
}
.page-block-half-ctas {
  padding: 0px;
}
.page-block-half-ctas section {
  float: left;
  width: 50%;
  background: #F3EFEC;
  height: 437px;
  overflow: hidden;
  position: relative;
}
.page-block-half-ctas section img {
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.page-block-half-ctas section .mobile-image {
  display: none;
}
.page-block-half-ctas section .cta-inner {
  width: 620px;
  float: right;
  position: relative;
  padding: 0 276px 0 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: left;
}
.page-block-half-ctas section .cta-inner h4 {
  font-size: 40px;
  line-height: 38px;
  margin: 0 0 21px 0;
}
.page-block-half-ctas section .cta-inner p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 25px 0;
}
.page-block-half-ctas section .cta-inner .button {
  margin: 0px;
}
.page-block-half-ctas section.cta-green {
  background: #006B3F;
}
.page-block-half-ctas section.cta-green .cta-inner h4 {
  color: #FFF;
}
.page-block-half-ctas section.cta-green .cta-inner p {
  color: #FFF;
}
.page-block-half-ctas section.cta-2 .cta-inner {
  float: left;
  padding-left: 56px;
  padding-right: 130px;
}
@media all and (min-width: 1280px) {
  .page-block-half-ctas section.cta-2 img {
    right: 0px;
    left: 478px;
  }
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-half-ctas section .cta-inner {
    width: auto;
    float: none;
    padding: 0 240px 0 32px;
  }
  .page-block-half-ctas section.cta-2 .cta-inner {
    padding: 0 240px 0 32px;
  }
  .page-block-half-ctas section.cta-2 img {
    right: -20px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-half-ctas section {
    float: none;
    height: auto;
    padding: 40px 0 50px 0;
    width: auto;
  }
  .page-block-half-ctas section .mobile-image {
    display: block;
    max-width: 150px;
  }
  .page-block-half-ctas section .hide-on-mobile {
    display: none;
  }
  .page-block-half-ctas section .cta-inner {
    padding: 0 128px 0 20px;
    top: auto;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
  }
  .page-block-half-ctas section .cta-inner h4 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 20px 12px 0;
  }
  .page-block-half-ctas section .cta-inner p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 30px 0;
    margin-right: 30px;
  }
  .page-block-half-ctas section .cta-inner .button {
    padding-left: 18px;
    padding-right: 18px;
  }
  .page-block-half-ctas section.cta-2 .cta-inner {
    text-align: right;
    padding: 0 20px 0 130px;
    float: right;
  }
  .page-block-half-ctas section.cta-2 .cta-inner h4 {
    margin-right: 0px;
    margin-left: 20px;
  }
  .page-block-half-ctas section.cta-2 .cta-inner p {
    margin-right: 0px;
    margin-left: 20px;
  }
  .page-block-half-ctas section.cta-2 img {
    right: auto;
    left: 0px;
  }
}
@media all and (max-width: 374px) and (min-width: 0px) {
  .page-block-half-ctas section.cta-1 .cta-inner .button {
    margin-right: -50px;
  }

  .page-block-half-ctas section.cta-2 .cta-inner .button {
    margin-left: -50px;
  }

  .page-block-half-ctas section img {
    top: 40%;
  }
}
.page-block-ad-banner a {
  display: block;
}
.page-block-ad-banner a img {
  display: block;
}
.page-block-ad-banner a img.mobile-image {
  display: none;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-ad-banner a img.hide-on-mobile {
    display: none;
  }
  .page-block-ad-banner a img.mobile-image {
    display: block;
  }
}
.page-block-intro article {
  margin: 0px;
}
.page-block-intro article h2,
.page-block-intro article h3,
.page-block-intro article h4 {
  font-size: 32px;
  line-height: 50px;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #0E0E0E;
  margin: 0px;
  text-align: center;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-intro article h2,
.page-block-intro article h3,
.page-block-intro article h4 {
    font-size: 24px;
    line-height: 38px;
  }
}
.page-block-quote {
  padding: 170px 0 144px 0;
  background: #006B3F;
}
.page-block-quote .quote-holder {
  position: relative;
  margin: 0 170px;
  z-index: 2;
}
.page-block-quote .quote-holder .quote-top {
  position: absolute;
  top: -40px;
  left: -82px;
  background: url(../images/quote-top.svg) no-repeat;
  display: block;
  content: "";
  width: 119px;
  height: 76px;
  z-index: 0;
}
.page-block-quote .quote-holder .quote-bottom {
  position: absolute;
  bottom: -16px;
  right: -78px;
  background: url(../images/quote-bottom.svg) no-repeat;
  display: block;
  content: "";
  width: 119px;
  height: 76px;
  z-index: 0;
}
.page-block-quote .quote-holder blockquote {
  background: #FFF;
  clip-path: polygon(0 5%, 99% 0, 100% 96%, 1% 100%);
  padding: 87px 104px 75px 80px;
  position: relative;
  z-index: 3;
}
.page-block-quote .quote-holder blockquote p {
  font-size: 24px;
  line-height: 35px;
  font-style: italic;
  color: #0E0E0E;
  margin: 0 0 16px 0;
}
.page-block-quote .quote-holder blockquote cite {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #0E0E0E;
}
.page-block-quote.page-block-quote-has-image .quote-holder {
  margin: 0 0 0 310px;
}
.page-block-quote.page-block-quote-has-image .quote-holder .quote-top {
  left: 64px;
}
.page-block-quote.page-block-quote-has-image .quote-holder .quote-bottom {
  right: -10px;
  bottom: -51px;
}
.page-block-quote.page-block-quote-has-image img {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 2;
  display: block;
  transform: translateY(-56%);
  -webkit-transform: translateY(-56%);
  -ms-transform: translateY(-56%);
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-quote {
    padding: 106px 0 94px 0;
  }
  .page-block-quote .quote-holder {
    margin: 0px;
  }
  .page-block-quote .quote-holder .quote-top {
    width: 97px;
    height: 62px;
    background-size: 100% 100%;
    top: -37px;
    left: -9px;
  }
  .page-block-quote .quote-holder .quote-bottom {
    width: 75px;
    height: 48px;
    background-size: 100% 100%;
    bottom: -30px;
    right: 0px;
  }
  .page-block-quote .quote-holder blockquote {
    clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
    padding: 45px 30px 52px 40px;
  }
  .page-block-quote .quote-holder blockquote p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  .page-block-quote .quote-holder blockquote cite {
    font-size: 16px;
    line-height: 24px;
  }
  .page-block-quote.page-block-quote-has-image img {
    top: 68px;
    left: 0px;
    max-width: 148px;
  }
  .page-block-quote.page-block-quote-has-image .quote-holder {
    position: relative;
    padding: 106px 0 0 0;
    margin: 0px;
  }
  .page-block-quote.page-block-quote-has-image .quote-holder .quote-top {
    left: 105px;
    top: 58px;
  }
  .page-block-quote.page-block-quote-has-image .quote-holder .quote-bottom {
    right: -10px;
    bottom: -30px;
  }
}
.page-block-columns .columns-heading {
  max-width: 70%;
  margin: 0 0 72px 0;
}
.page-block-columns .columns-heading h2 {
  margin: 0 0 20px 0;
}
.page-block-columns .columns article {
  margin: 0 0 -28px 0;
}
.page-block-columns .columns article h3,
.page-block-columns .columns article h4 {
  margin: 0 0 24px 0;
}
.page-block-columns .columns article p img {
  margin: 0 0 -9px 0;
}

@media all and (min-width: 1024px) {
  .page-block-columns .columns {
    display: grid;
    column-gap: 32px;
  }
  .page-block-columns .columns.columns-2 {
    grid-template-columns: 1fr 1fr;
  }
  .page-block-columns .columns.columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page-block-columns .columns.columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-columns .columns-heading {
    max-width: none;
    margin: 0 0 56px 0;
  }
  .page-block-columns .columns {
    margin: 0 0 -74px 0;
  }
  .page-block-columns .columns article {
    margin: 0 0 74px 0;
  }
}
.page-block-accordion .container {
  padding: 0 214px;
}

.accordion {
  border-top: 1px solid #F3EFEC;
}
.accordion section {
  position: relative;
  border-bottom: 1px solid #F3EFEC;
}
.accordion section header {
  position: relative;
}
.accordion section header h4 {
  padding: 27px 64px 30px 0;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  display: block;
  cursor: pointer;
  z-index: 1;
}
.accordion section header .open-accordion-panel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}
.accordion section header:focus-within h4 {
  color: #006B3F;
}
.accordion section header:hover h4 {
  color: #006B3F;
}
.accordion section header:before {
  width: 26px;
  height: 26px;
  background: url(../images/accordion-plus.svg) no-repeat center center;
  position: absolute;
  top: 50%;
  right: 13px;
  margin: -13px 0 0 0;
  content: "";
  display: block;
}
.accordion section.active {
  z-index: 1;
  border-color: #006B3F;
}
.accordion section.active header:before {
  background-image: url(../images/accordion-minus.svg);
}
.accordion section.active header h4 {
  color: #006B3F;
}
.accordion section article {
  display: none;
  padding: 10px 0 21px 0;
}
.accordion section article h2,
.accordion section article h3,
.accordion section article h4 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 15px 0;
}
.accordion section article p {
  margin: 0 0 28px 0;
}
.accordion section article p img {
  margin: 12px 0 0 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-accordion .container {
    padding: 0 112px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-accordion .container {
    padding: 0px;
  }

  .accordion section header h4 {
    padding: 26px 60px 26px 0px;
    font-size: 20px;
    line-height: 20px;
  }
  .accordion section header:before {
    right: 6px;
  }
  .accordion section article {
    padding: 0 0 1px 0;
  }
  .accordion section article h2,
.accordion section article h3,
.accordion section article h4 {
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 13px 0;
  }
  .accordion section article p {
    margin: 0 0 28px 0;
  }
  .accordion section article p img {
    margin: 0px;
  }
}
.page-block-image-slider {
  overflow: hidden;
}
.page-block-image-slider .image-slider {
  overflow: hidden;
}
.page-block-image-slider .image-slider section {
  overflow: hidden;
  padding: 0px;
  float: left;
}
.page-block-image-slider .image-slider section img {
  display: block;
  width: 100%;
}
.page-block-image-slider .image-slider .slick-prev {
  left: 20px;
}

@media all and (min-width: 1024px) {
  .page-block-image-slider .image-slider section {
    margin: 0px;
  }
  .page-block-image-slider .image-slider .slick-dots {
    display: none;
    left: -9999px;
  }
  .page-block-image-slider .image-slider .slick-arrow {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin: 0 0 0 -624px;
    width: 48px;
    height: 48px;
    padding: 0px;
    z-index: 7;
    background: #FFF;
  }
  .page-block-image-slider .image-slider .slick-arrow.slick-next {
    margin: 0 0 0 -564px;
  }
  .page-block-image-slider .image-slider .slick-arrow:hover, .page-block-image-slider .image-slider .slick-arrow:active, .page-block-image-slider .image-slider .slick-arrow:focus {
    background: #006B3F;
  }
  .page-block-image-slider .image-slider .slick-arrow svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
  }
}
@media all and (max-width: 1280px) and (min-width: 1024px) {
  .page-block-image-slider .image-slider .slick-arrow {
    left: 32px;
    margin: 0px;
  }
  .page-block-image-slider .image-slider .slick-arrow.slick-next {
    margin: 0px;
    left: 92px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image-slider .image-slider section {
    padding: 0 0 32px 0;
  }
  .page-block-image-slider .image-slider .slick-arrow {
    position: absolute;
    z-index: 9;
    left: 20px;
    bottom: 0px;
  }
  .page-block-image-slider .image-slider .slick-arrow.slick-next {
    left: auto;
    right: 20px;
  }
}
.page-block-image img {
  display: block;
  width: 100%;
}
.page-block-image p {
  padding: 19px 0 0 0;
  font-size: 16px;
  line-height: 28px;
}
.page-block-image .video-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.page-block-image .video-link img {
  transition: 0.3s ease-in-out;
}
.page-block-image .video-link .video-play {
  width: 77px;
  height: 77px;
  background: url(../images/video-play.svg) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -39px 0 0 -39px;
}

.page-block-video h4 {
  padding: 19px 0 0 0;
  font-size: 24px;
  line-height: 40px;
}
.page-block-video p {
  padding: 13px 0 0 0;
}

@media all and (min-width: 1024px) {
  .page-block-image.page-block-image-small .container {
    padding: 0 114px;
  }
  .page-block-image .video-link:hover img, .page-block-image .video-link:active img, .page-block-image .video-link:focus img {
    transform: scale(1.1);
  }
}
@media all and (min-width: 1280px) {
  .page-block-image.page-block-image-small .container {
    padding: 0 214px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-image p {
    padding: 6px 0 0 0;
    font-size: 14px;
  }
  .page-block-image.page-block-image-large .container {
    margin: 0px;
  }
  .page-block-image.page-block-image-large .container p {
    margin-left: 20px;
  }
}
.page-block-content-over-image {
  padding: 0px !important;
  background: none no-repeat center center;
  background-size: cover;
}
.page-block-content-over-image .container {
  height: 701px;
}
.page-block-content-over-image .content-over-image-back {
  background: rgba(0, 0, 0, 0.44);
}
.page-block-content-over-image article .caption {
  font-size: 20px;
  line-height: 32px;
  font-family: "DM Serif Display", Georgia, serif;
  color: #FFF;
  display: block;
  margin: 0 0 10px 0;
}
.page-block-content-over-image article h2,
.page-block-content-over-image article h3 {
  font-size: 48px;
  line-height: 56px;
  color: #FFF;
  margin: 0 0 22px 0;
}
.page-block-content-over-image article p {
  color: #FFF;
  margin: 0px;
}
.page-block-content-over-image article .buttons {
  padding: 39px 0 0 0;
  margin: 0 -8px -8px -8px;
}
.page-block-content-over-image article .buttons .button {
  margin: 0 8px 8px 8px;
}
.page-block-content-over-image.page-block-content-on-right article {
  text-align: right;
}

@media all and (min-width: 1024px) {
  .page-block-content-over-image article {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 607px;
  }
  .page-block-content-over-image.page-block-content-on-right article {
    float: right;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-content-over-image .container {
    padding: 125px 0;
    height: auto;
  }
  .page-block-content-over-image article .caption {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 13px 0;
  }
  .page-block-content-over-image article h2,
.page-block-content-over-image article h3 {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 16px 0;
  }
  .page-block-content-over-image article .buttons {
    padding: 35px 0 0 0;
    margin: 0 -6px -6px -6px;
  }
  .page-block-content-over-image article .buttons .button {
    margin: 0 6px 6px 6px;
  }
}
.page-block-stats .stats {
  margin: 0 -16px;
  text-align: center;
}
.page-block-stats .stats section {
  padding: 0 16px;
  display: inline-block;
  width: 25%;
  font-size: 18px;
  line-height: 28px;
}
.page-block-stats .stats section strong {
  font-size: 80px;
  display: block;
  font-weight: normal;
  line-height: 90px;
  color: #006B3F;
  font-family: "DM Serif Display", Georgia, serif;
  margin: 0 0 8px 0;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-stats .stats {
    margin: 0 -30px -50px -30px;
  }
  .page-block-stats .stats section {
    width: 50%;
    padding: 0 30px;
    margin: 0 0 50px 0;
    font-size: 16px;
  }
  .page-block-stats .stats section strong {
    font-size: 56px;
    line-height: 67px;
    margin: 0 0 4px 0;
  }
}
.page-block-team .team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 32px;
  row-gap: 32px;
}
.page-block-team .team-grid section .modal-content {
  display: none;
}
.page-block-team .team-grid section .team-card {
  display: block;
  min-height: 783px;
  background: #FFF;
  position: relative;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.14);
}
.page-block-team .team-grid section .team-card .team-card-image {
  height: 468px;
  position: relative;
  display: block;
  overflow: hidden;
}
.page-block-team .team-grid section .team-card .team-card-image .team-card-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.page-block-team .team-grid section .team-card .team-card-bio-link {
  padding: 19px 22px 17px 22px;
  background: #FFF;
  display: inline-block;
  line-height: 20px;
  color: #006B3F;
  background: #FFF;
  position: absolute;
  top: 392px;
  right: 20px;
  z-index: 1;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.page-block-team .team-grid section .team-card .team-card-content {
  position: relative;
  height: 315px;
  display: block;
  padding: 27px 25px 0 25px;
}
.page-block-team .team-grid section .team-card .team-card-content h4 {
  font-size: 32px;
  line-height: 48px;
  margin: 0 0 9px 0;
}
.page-block-team .team-grid section .team-card .team-card-content .team-card-summary {
  font-size: 18px;
  line-height: 28px;
  color: #0E0E0E;
  display: block;
}
.page-block-team .team-grid section .team-card .team-card-meta {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: flex;
  width: 100%;
}
.page-block-team .team-grid section .team-card .team-card-meta .team-card-meta-item {
  border-top: 2px solid #F3EFEC;
  border-right: 2px solid #F3EFEC;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  padding: 15px 10px 16px 10px;
  color: #0E0E0E;
  width: 50%;
}
.page-block-team .team-grid section .team-card .team-card-meta .team-card-meta-item strong {
  margin: 0 0 5px 0;
  line-height: 28px;
}
.page-block-team .team-grid section .team-card .team-card-meta .team-card-meta-item.team-card-meta-item-contact {
  border-right: none;
}
.page-block-team .team-grid section .team-card:hover .team-card-bio-link, .page-block-team .team-grid section .team-card:active .team-card-bio-link, .page-block-team .team-grid section .team-card:focus .team-card-bio-link {
  color: #FFF;
  background: #009959;
  border-color: #009959;
}
@media all and (min-width: 1024px) {
  .page-block-team .team-grid section .team-card:hover .team-card-image .team-card-image-inner, .page-block-team .team-grid section .team-card:active .team-card-image .team-card-image-inner, .page-block-team .team-grid section .team-card:focus .team-card-image .team-card-image-inner {
    transform: scale(1.2);
  }
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-team .team-grid {
    column-gap: 16px;
  }
  .page-block-team .team-grid section .team-card {
    min-height: 0px;
  }
  .page-block-team .team-grid section .team-card .team-card-image {
    height: 397px;
  }
  .page-block-team .team-grid section .team-card .team-card-bio-link {
    top: 333px;
    right: 13px;
    padding: 15px 23px 15px 23px;
    line-height: 20px;
  }
  .page-block-team .team-grid section .team-card .team-card-content {
    padding: 18px 24px 24px 24px;
    height: auto;
  }
  .page-block-team .team-grid section .team-card .team-card-content h4 {
    margin: 0 0 6px 0;
    line-height: 42px;
  }
  .page-block-team .team-grid section .team-card .team-card-content .team-card-summary {
    font-size: 14px;
  }
  .page-block-team .team-grid section .team-card .team-card-meta {
    display: block;
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
  }
  .page-block-team .team-grid section .team-card .team-card-meta .team-card-meta-item {
    border-right: none;
    width: auto;
    border-top: 1px solid #F3EFEC;
    display: block;
    padding: 13px 20px 11px 20px;
    text-align: right;
    font-size: 16px;
    line-height: 28px;
  }
  .page-block-team .team-grid section .team-card .team-card-meta .team-card-meta-item br {
    display: none;
  }
  .page-block-team .team-grid section .team-card .team-card-meta .team-card-meta-item strong {
    float: left;
    list-height: 28px;
    font-size: 16px;
    text-align: left;
    margin: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-team .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-team .team-grid {
    display: block;
    column-gap: 0px;
    row-gap: 0px;
    margin: 0 0 -32px 0;
  }
  .page-block-team .team-grid section {
    display: block;
    margin: 0 0 32px 0;
  }
}
.modal-team-member .modal-team-member-top {
  display: flex;
  margin: 0 0 64px 0;
  align-items: center;
}
.modal-team-member .modal-team-member-top .image-holder {
  width: 35%;
}
.modal-team-member .modal-team-member-top .content-holder {
  width: 65%;
  padding: 0 0 0 64px;
}
.modal-team-member .modal-team-member-top .content-holder h4 {
  font-size: 48px;
  line-height: 60px;
  color: #FFF;
  margin: 0 0 19px 0;
}
.modal-team-member .modal-team-member-top .content-holder p {
  line-height: 28px;
  color: #FFF;
  margin: 0 0 52px 0;
}
.modal-team-member .modal-team-member-top .content-holder .person-meta {
  display: flex;
  border: 1px solid #FFF;
  border-right: none;
}
.modal-team-member .modal-team-member-top .content-holder .person-meta .person-meta-item {
  width: 50%;
  padding: 15px 20px 16px 20px;
  font-size: 18px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
  border-right: 1px solid #FFF;
}
.modal-team-member article h4 {
  font-size: 32px;
  line-height: 40px;
  color: #FFF;
}
.modal-team-member article p {
  color: #FFF;
}
.modal-team-member .person-links {
  padding: 20px 0 0 0;
}
.modal-team-member .person-links .person-link {
  position: relative;
  border: 1px solid #FFF;
  padding: 24px 200px 26px 32px;
  margin: 0 0 32px 0;
  font-size: 14px;
  line-height: 28px;
  color: #F3EFEC;
}
.modal-team-member .person-links .person-link .person-link-label {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 24px;
  line-height: 40px;
  color: #F3EFEC;
  margin: 0 0 1px 0;
  display: block;
}
.modal-team-member .person-links .person-link .button {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -28px;
  display: block;
}
.modal-team-member .person-videos {
  padding: 42px 0 0 0;
}
.modal-team-member .person-videos h4 {
  font-size: 32px;
  line-height: 40px;
  color: #FFF;
  margin: 0 0 24px 0;
}
.modal-team-member .person-videos .person-videos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 26px;
  row-gap: 26px;
}
.modal-team-member .person-videos .person-video a {
  display: block;
}
.modal-team-member .person-videos .person-video a img {
  width: 100%;
}

@media all and (max-width: 767px) and (min-width: 0px) {
  .modal-team-member .modal-team-member-top {
    display: block;
    text-align: center;
    margin: 0 0 46px 0;
  }
  .modal-team-member .modal-team-member-top .image-holder {
    margin: 0 auto 23px auto;
    max-width: 214px;
    width: auto;
  }
  .modal-team-member .modal-team-member-top .content-holder {
    width: auto;
    padding: 0px;
  }
  .modal-team-member .modal-team-member-top .content-holder h4 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 8px 0;
  }
  .modal-team-member .modal-team-member-top .content-holder p {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 23px 0;
  }
  .modal-team-member .modal-team-member-top .content-holder .person-meta {
    display: block;
    border-bottom: none;
  }
  .modal-team-member .modal-team-member-top .content-holder .person-meta .person-meta-item {
    display: block;
    width: auto;
    text-align: right;
    border-bottom: 1px solid #FFF;
    font-size: 16px;
    line-height: 28px;
    color: #F3EFEC;
    padding: 12px 20px 10px 20px;
  }
  .modal-team-member .modal-team-member-top .content-holder .person-meta .person-meta-item br {
    display: none;
  }
  .modal-team-member .modal-team-member-top .content-holder .person-meta .person-meta-item strong {
    float: left;
    font-size: 16px;
    line-height: 28px;
    color: #FFF;
  }
  .modal-team-member article h4 {
    font-size: 24px;
    line-height: 40px;
    margin: 0 0 16px 0;
  }
  .modal-team-member article p {
    font-size: 16px;
    line-height: 26px;
  }
  .modal-team-member .person-links {
    padding: 8px 0 0 0;
  }
  .modal-team-member .person-links .person-link {
    padding: 17px 22px 22px 22px;
    margin: 0 0 16px 0;
  }
  .modal-team-member .person-links .person-link .person-link-label {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 5px 0;
  }
  .modal-team-member .person-links .person-link .person-link-description {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 18px 0;
    display: block;
  }
  .modal-team-member .person-links .person-link .button {
    position: relative;
    top: auto;
    margin: 0px;
    right: auto;
    display: inline-block;
  }
  .modal-team-member .person-videos {
    padding: 25px 0 0 0;
  }
  .modal-team-member .person-videos h4 {
    font-size: 24px;
    line-height: 40px;
  }
  .modal-team-member .person-videos .person-videos-grid {
    display: block;
    column-gap: 0px;
  }
  .modal-team-member .person-videos .person-videos-grid .person-video {
    margin: 0 0 16px 0;
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 1000;
  padding: 210px 0 120px 0;
  background: #006B3F;
}
.modal header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 20px 0;
  height: 91px;
  z-index: 1001;
  background: #006B3F;
}
.modal header .container img {
  float: left;
  margin: 3px 0 0 0;
  height: 51px;
}
.modal header .container .button {
  float: right;
}
.modal header .container .button svg {
  position: relative;
  top: 1px;
  margin: 0 8px 0 0;
}
.modal .modal-content .container {
  padding: 0 214px;
}
.modal .modal-content .container article h1,
.modal .modal-content .container article h2,
.modal .modal-content .container article h3,
.modal .modal-content .container article h4,
.modal .modal-content .container article h5,
.modal .modal-content .container article p,
.modal .modal-content .container article ul,
.modal .modal-content .container article ol {
  color: #FFF;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .modal .modal-content .container {
    padding: 0 114px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .modal .modal-content .container {
    padding: 0;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .modal {
    padding: 135px 0 120px 0;
  }
  .modal header img {
    margin: 0px;
  }
}
.page-block-call-to-action.page-block-call-to-action-centred {
  padding: 0px;
  background: none no-repeat center center #006B3F;
  background-size: cover;
}
.page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back.call-to-action-back-has-image {
  background: rgba(0, 0, 0, 0.44);
}
.page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container {
  padding: 113px 223px 126px 223px;
  text-align: center;
}
.page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container h2,
.page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container h3,
.page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container h4 {
  color: #FFF;
  font-size: 48px;
  line-height: 60px;
}
.page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container p {
  padding: 19px 0 0 0;
  color: #FFF;
  line-height: 28px;
}
.page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container .buttons {
  padding: 40px 0 0 0;
  margin: 0 0 -8px 0;
}
.page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container .buttons .button {
  margin: 0 8px 8px 8px;
}
.page-block-call-to-action.page-block-call-to-action-button-on-right .call-to-action {
  background: #006B3F;
  display: flex;
  width: 100%;
  padding: 76px 64px 81px 64px;
}
.page-block-call-to-action.page-block-call-to-action-button-on-right .call-to-action h2,
.page-block-call-to-action.page-block-call-to-action-button-on-right .call-to-action h3,
.page-block-call-to-action.page-block-call-to-action-button-on-right .call-to-action h4 {
  color: #FFF;
  font-size: 48px;
  line-height: 60px;
  flex-grow: 1;
}
.page-block-call-to-action.page-block-call-to-action-button-on-right .call-to-action .buttons {
  text-align: right;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container {
    padding: 114px 114px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container {
    padding: 71px 0 79px 0;
  }
  .page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container h2,
.page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container h3,
.page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container h4 {
    font-size: 36px;
    line-height: 40px;
  }
  .page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container p {
    line-height: 26px;
    font-size: 16px;
  }
  .page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container .buttons {
    padding: 32px 0 0 0;
    margin: 0 -6px -6px -6px;
  }
  .page-block-call-to-action.page-block-call-to-action-centred .call-to-action-back .container .buttons .button {
    margin: 0 6px 6px 6px;
  }
  .page-block-call-to-action.page-block-call-to-action-button-on-right .call-to-action {
    display: block;
    padding: 40px 20px 40px 20px;
  }
  .page-block-call-to-action.page-block-call-to-action-button-on-right .call-to-action h2,
.page-block-call-to-action.page-block-call-to-action-button-on-right .call-to-action h3,
.page-block-call-to-action.page-block-call-to-action-button-on-right .call-to-action h4 {
    font-size: 36px;
    line-height: 48px;
    margin: 0 0 29px 0;
  }
  .page-block-call-to-action.page-block-call-to-action-button-on-right .call-to-action .buttons {
    text-align: left;
  }
}
body.blog #page-banner .container {
  height: 496px;
}
body.blog #page-banner .container .banner-text h1 {
  font-size: 80px;
  line-height: 80px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  body.blog #page-banner .container {
    height: 511px;
  }
  body.blog #page-banner .container .banner-text h1 {
    font-size: 56px;
    line-height: 60px;
  }
}
.page-block-blog {
  padding: 55px 0;
}
.page-block-blog .posts-number {
  margin: 0 0 32px 0;
  font-size: 14px;
  line-height: 28px;
}
.page-block-blog .blog-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 32px;
  column-gap: 32px;
}

.blog-card {
  display: block;
  background: #FFF;
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.14);
}
.blog-card .blog-card-image {
  height: 224px;
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-card .blog-card-image .blog-card-image-inner {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: none no-repeat center center;
  background-size: cover;
  transition: 0.3s ease-in-out;
}
.blog-card .blog-card-content {
  padding: 28px 32px 32px 32px;
  position: relative;
  display: block;
  min-height: 227px;
}
.blog-card .blog-card-content h4 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  color: #0E0E0E;
  margin: 0 0 17px 0;
}
.blog-card .blog-card-content .blog-card-date {
  display: block;
  font-size: 14px;
  line-height: 18px;
  color: #313131;
}
.blog-card .blog-card-content .button {
  position: absolute;
  left: 32px;
  bottom: 32px;
  display: block;
  transition: 0.3s ease-in-out;
}
@media all and (min-width: 1024px) {
  .blog-card:hover .blog-card-image .blog-card-image-inner, .blog-card:active .blog-card-image .blog-card-image-inner, .blog-card:focus .blog-card-image .blog-card-image-inner {
    transform: scale(1.2);
  }
  .blog-card:hover .button, .blog-card:active .button, .blog-card:focus .button {
    background: #006B3F;
    color: #FFF;
  }
}

.load-more {
  text-align: center;
  padding: 48px 0 0 0;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  .page-block-blog .blog-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  .page-block-blog {
    padding: 22px 0;
  }
  .page-block-blog .posts-number {
    margin: 0 0 23px 0;
  }
  .page-block-blog .blog-cards {
    display: block;
    margin: 0 0 -20px 0;
  }
  .page-block-blog .blog-cards section {
    margin: 0 0 20px 0;
  }

  .blog-card .blog-card-image {
    height: 190px;
  }
  .blog-card .blog-card-content {
    min-height: 0px;
    padding: 20px 24px;
  }
  .blog-card .blog-card-content .blog-card-date {
    margin: 0 0 20px 0;
  }
  .blog-card .blog-card-content .button {
    position: relative;
    bottom: auto;
    left: auto;
    display: inline-block;
  }

  .load-more a {
    display: block;
  }
}
.blog-meta {
  border-top: 3px solid #F3EFEC;
  position: relative;
  padding: 21px 0 23px 0;
}
.blog-meta .blog-author {
  float: left;
  line-height: 28px;
  font-size: 18px;
}
.blog-meta .blog-date {
  position: absolute;
  left: 50%;
  width: 200px;
  text-align: center;
  margin: 0 0 0 -100px;
  line-height: 28px;
  font-size: 18px;
}
.blog-meta .share-links {
  float: right;
  line-height: 28px;
  font-size: 18px;
}
.blog-meta .share-links span {
  line-height: 24px;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
}
.blog-meta .share-links a {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 20px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .blog-meta {
    padding: 14px 0 14px 0;
  }
  .blog-meta .blog-author {
    font-size: 14px;
    float: none;
    line-height: 24px;
  }
  .blog-meta .blog-date {
    position: relative;
    top: auto;
    left: auto;
    text-align: left;
    margin: 0px;
    font-size: 14px;
    line-height: 24px;
    display: block;
  }
  .blog-meta .share-links {
    position: absolute;
    top: -2px;
    right: 0px;
    padding: 24px 0 0 0;
  }
  .blog-meta .share-links span {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    line-height: 24px;
  }
}
.page-block-map {
  clear: both;
  padding: 0 0 122px 0;
}
.page-block-map article {
  margin: 0 0 56px 0;
}
.page-block-map article h2 {
  margin: 0 0 22px 0;
}
.page-block-map article p {
  margin: 0px;
}
.page-block-map .map {
  height: 597px;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  .page-block-map {
    padding: 0px;
  }
  .page-block-map article {
    margin: 0 0 46px 0;
  }
  .page-block-map article h2 {
    font-size: 32px;
    line-height: 48px;
    margin: 0 0 14px 0;
  }
  .page-block-map .map {
    margin: 0 -20px;
    height: 423px;
  }
}
#contact-banner {
  background: #006B3F;
  padding: 220px 0 0 0;
  height: 742px;
  margin: 0 0 125px 0;
}
#contact-banner .banner-text {
  float: left;
  width: calc(50% + 16px);
  padding: 0 90px 0 0;
}
#contact-banner .banner-text .caption {
  font-size: 32px;
  line-height: 60px;
  color: #FFF;
  font-family: "DM Serif Display", Georgia, serif;
  margin: 0 0 4px 0;
}
#contact-banner .banner-text h1 {
  font-size: 64px;
  color: #FFF;
  line-height: 79px;
  margin: 0 0 28px 0;
}
#contact-banner .banner-text p {
  font-size: 16px;
  line-height: 29px;
  color: #FFF;
}
#contact-banner .banner-text p a {
  color: #FFF;
  text-decoration: underline;
}
#contact-banner .banner-text p a:hover, #contact-banner .banner-text p a:active, #contact-banner .banner-text p a:focus {
  text-decoration: none;
}
#contact-banner .contact-form {
  width: calc(50% - 16px);
  float: right;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
}
#contact-banner .contact-form .contact-form-holder {
  padding: 42px 48px;
}
#contact-banner .contact-form .contact-form-success {
  text-align: center;
  display: none;
  padding: 49px 64px 71px 64px;
  text-align: center;
}
#contact-banner .contact-form .contact-form-success svg {
  margin: 0 auto 20px auto;
}
#contact-banner .contact-form .contact-form-success p {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 12px 0;
}
#contact-banner .contact-form .contact-form-success h5 {
  font-size: 32px;
  line-height: 44px;
  font-weight: bold;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  margin: 0 0 38px 0;
  color: #000000;
}
#contact-banner .contact-form .contact-form-success .buttons {
  margin: 0 -7px;
}
#contact-banner .contact-form .contact-form-success .buttons .button {
  margin: 0 7px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #contact-banner .banner-text {
    width: 45%;
    padding: 0 16px 0 0;
  }
  #contact-banner .banner-text .caption {
    font-size: 32px;
    line-height: 60px;
    margin: 0 0 6px 0;
  }
  #contact-banner .banner-text h1 {
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 23px 0;
  }
  #contact-banner .banner-text p {
    font-size: 14px;
    line-height: 26px;
  }
  #contact-banner .contact-form {
    width: 55%;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  #contact-banner {
    padding: 158px 0 0 0;
    background: transparent;
    position: relative;
    margin: 0 0 83px 0;
    height: auto;
  }
  #contact-banner:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 709px;
    content: "";
    display: block;
    background: #006B3F;
  }
  #contact-banner .banner-text {
    float: none;
    width: auto;
    padding: 0 0 59px 0;
  }
  #contact-banner .contact-form {
    float: none;
    width: auto;
    padding: 0px;
  }
  #contact-banner .contact-form .contact-form-holder {
    padding: 28px 20px 20px 20px;
  }
  #contact-banner .contact-form .contact-form-success {
    padding: 41px 20px 48px 20px;
  }
  #contact-banner .contact-form .contact-form-success svg {
    margin: 0 auto 22px auto;
  }
  #contact-banner .contact-form .contact-form-success p {
    font-size: 18px;
    line-height: 34px;
    margin: 0 0 6px 0;
  }
  #contact-banner .contact-form .contact-form-success h5 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 32px 0;
  }
}
@media all and (max-width: 374px) and (min-width: 0px) {
  #contact-banner:before {
    height: 845px;
  }
}
body #join-wrapper .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 36px;
}

body.page-template-page-join #page-banner .container {
  padding-bottom: 94px;
}

#join-wrapper .container {
  padding: 0 105px;
}
#join-wrapper .container .join-inner {
  margin: -130px 0 0 0;
  position: relative;
  z-index: 8;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(112, 120, 135, 0.24);
  padding: 0 0 96px 0;
}
#join-wrapper .container .join-inner:before {
  width: 1px;
  height: 100%;
  background: #F3EFEC;
  display: block;
  content: "";
  top: 0px;
  left: 640px;
  position: absolute;
}
#join-wrapper .container .join-inner .join-form {
  float: left;
  width: 640px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder {
  padding: 32px 48px 48px 48px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gfield_html {
  border-bottom: 1px solid #F3EFEC;
  padding: 0 48px 36px 48px;
  margin: 0 -48px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gfield_html h5 {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 6px 0;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gfield_html h4 {
  font-size: 24px;
  line-height: 32px;
  color: #000;
  margin: 0;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gfield_html p {
  padding: 12px 0 0 0;
  font-size: 14px;
  line-height: 18px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gfield.field_description_above .gfield_description {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 28px 0;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-type .membership-options {
  display: none;
  padding: 28px 0 0 0;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-type .membership-options h5 {
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  color: #0E0E0E;
  margin: 0 0 11px 0;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-type .membership-options section {
  display: none;
  border: 1px solid #F3EFEC;
  padding: 17px 25px 20px 25px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-type .membership-options section h6 {
  font-size: 20px;
  line-height: 28px;
  color: #0E0E0E;
  margin: 0 0 13px 0;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-type .membership-options section h6 span {
  float: right;
  color: #006B3F;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-type .membership-options section p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 16px 0;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-type .membership-options section ul li {
  margin: 0 0 9px 0;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 24px;
  position: relative;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-type .membership-options section ul li svg {
  position: absolute;
  top: 2px;
  left: 0px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level {
  margin-bottom: 6px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .gfield_label {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 13px 0;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .gfield_label a {
  margin: 0 0 0 13px;
  display: inline-block;
  position: relative;
  top: 4px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio {
  display: block;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio .gchoice {
  position: relative;
  width: 50%;
  float: left;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio .gchoice input {
  position: absolute;
  left: -9999px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio .gchoice label {
  padding: 15px 50px 13px 20px;
  border: 2px solid #006B3F;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #006B3F;
  cursor: pointer;
  display: block;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio .gchoice label:before {
  width: 16px;
  height: 16px;
  border: 2px solid #006B3F;
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 14px;
  border-radius: 100%;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio .gchoice label:after {
  background: url(../images/check-green.svg) no-repeat 4px 6px #FFF;
  width: 20px;
  height: 20px;
  border-radius: 0px;
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 14px;
  border-radius: 100%;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio .gchoice label:hover:before {
  background-color: #006B3F;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio .gchoice.gchoice_2_4_0 label {
  border-right: none;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio .gchoice input:focus + label {
  outline: 1px dotted #006B3F !important;
  outline-offset: 3px !important;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio .gchoice input:checked + label {
  background: #006B3F;
  color: #FFF;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio .gchoice input:checked + label:after {
  display: block;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 28px;
  display: block;
  margin: 0 0 9px 0;
  padding: 0px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme #field_2_11 {
  position: relative;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme #field_2_11 .gfield_description {
  position: absolute;
  top: 4px;
  right: 0px;
  display: block;
  float: right;
  width: auto;
  color: #313131;
  font-size: 12px;
  line-height: 16px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme #gform_fields_2_3 {
  grid-row-gap: 16px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme #field_2_14 {
  margin-bottom: 25px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label {
  font-weight: normal;
  line-height: 22px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gform_page_footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 96px;
  background: #FFF;
  border-top: 1px solid #F3EFEC;
  z-index: 9;
  width: 100%;
  padding: 20px 48px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gform_page_footer .gform_ajax_spinner {
  float: right;
  margin-top: 20px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button {
  color: #006B3F;
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  position: absolute;
  left: 180px;
  top: 20px;
}
#join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme #gform_page_2_3 .gform_page_footer .gform_previous_button {
  left: 362px;
}
#join-wrapper .container .join-inner .join-form .join-form-success {
  padding: 48px;
  display: none;
  margin-bottom: -96px;
}
#join-wrapper .container .join-inner .join-form .join-form-success svg {
  margin: 0 0 22px 0;
}
#join-wrapper .container .join-inner .join-form .join-form-success h6 {
  font-size: 20px;
  line-height: 34px;
  font-family: "DM Sans", Helvetica, Arial, sans-serif;
  color: #000000;
  margin: 0 0 9px 0;
}
#join-wrapper .container .join-inner .join-form .join-form-success h5 {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 21px 0;
}
#join-wrapper .container .join-inner .join-form .join-form-success p {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 35px 0;
}
#join-wrapper .container .join-inner .join-form .join-form-success .buttons .button {
  margin: 0 14px 0 0;
}
#join-wrapper .container .join-inner .join-help {
  float: right;
  width: calc(100% - 640px);
  padding: 43px 48px 48px 48px;
  text-align: center;
}
#join-wrapper .container .join-inner .join-help h4 {
  font-size: 24px;
  line-height: 60px;
  color: #0E0E0E;
}
#join-wrapper .container .join-inner .join-help p {
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 18px 0;
}
#join-wrapper .container .join-inner .join-help .contact-link {
  margin: 0 0 14px 0;
}
#join-wrapper .container .join-inner .join-help .contact-link a {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
#join-wrapper .container .join-inner .join-help .contact-link a svg {
  margin: 0 10px 0 0;
  position: relative;
  top: 3px;
}

.membership-level-help-modal-content {
  display: none;
}

.membership-level-help-modal-content-article h2 {
  padding-top: 0px;
}

@media all and (max-width: 1280px) and (min-width: 0px) {
  #join-wrapper .container {
    padding: 0px;
  }
}
@media all and (max-width: 1023px) and (min-width: 0px) {
  body.page-template-page-join #page-banner .container {
    padding-bottom: 0px;
    height: 709px;
  }

  #join-wrapper .container .join-inner {
    margin: 0 0 -20px 0;
    box-shadow: none;
    padding-bottom: 0px;
  }
  #join-wrapper .container .join-inner:before {
    display: none;
  }
  #join-wrapper .container .join-inner .join-form {
    float: none;
    width: auto;
    padding: 20px 0;
  }
  #join-wrapper .container .join-inner .join-form .join-form-success {
    padding: 0px;
    margin-bottom: 0px;
  }
  #join-wrapper .container .join-inner .join-form .join-form-success h6 {
    font-size: 18px;
  }
  #join-wrapper .container .join-inner .join-form .join-form-success p {
    font-size: 16px;
    line-height: 28px;
  }
  #join-wrapper .container .join-inner .join-form .join-form-success h5 {
    font-size: 36px;
    line-height: 48px;
  }
  #join-wrapper .container .join-inner .join-form .join-form-holder {
    padding: 0px;
  }
  #join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gfield_html {
    padding: 0 20px 26px 20px;
    margin: 0 -20px;
  }
  #join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gfield_html p {
    line-height: 22px;
  }
  #join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-type .membership-options section {
    border: none;
    padding: 0px;
  }
  #join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gform_page_footer {
    position: relative;
    padding: 32px 0 0 0;
    border: none;
    bottom: auto;
    left: auto;
  }
  #join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gform_page_footer .button {
    display: block;
    margin: 0px !important;
    width: 100%;
  }
  #join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gform_page_footer .gform_ajax_spinner {
    position: absolute;
    top: -20px;
    right: 0px;
    z-index: 100;
  }
  #join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .gform_page_footer .gform_previous_button {
    display: none !important;
  }
  #join-wrapper .container .join-inner .join-help {
    float: none;
    width: auto;
    padding: 20px;
    margin: 0 -20px;
    border-top: 1px solid #F3EFEC;
    border-bottom: 1px solid #F3EFEC;
  }
  #join-wrapper .container .join-inner .join-help .contact-link a {
    font-size: 16px;
  }
  #join-wrapper .container .join-inner .join-help .contact-link a svg {
    width: 18px;
    top: 4px;
  }
}
@media all and (max-width: 767px) and (min-width: 0px) {
  #join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio .gchoice {
    width: auto;
    display: block;
    float: none;
    margin: 0px;
  }

  #join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme .field-membership-level .ginput_container_radio .gchoice.gchoice_2_4_0 label {
    border-right: 2px solid #006B3F;
    margin: 0 0 16px 0;
  }

  #join-wrapper .container .join-inner .join-form .join-form-holder .gform_wrapper.gravity-theme #field_2_11 .gfield_description {
    position: relative;
    top: auto;
    right: auto;
    float: none;
    padding: 0px;
    margin: -5px 0 12px 0;
  }
}
@media (max-width: 640px) {
  #join-wrapper .gform_wrapper.gravity-theme .ginput_complex #input_2_8_3_container {
    margin-bottom: 36px;
  }
}
#site-footer {
  background: #0E0E0E;
  padding: 70px 0 38px 0;
}
@media all and (min-width: 1024px) {
  #site-footer .footer-logo {
    position: absolute;
    top: 0px;
    left: 50%;
    display: block;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #site-footer .footer-logo img {
    height: 51px;
  }
}
#site-footer .footer-socials {
  float: left;
  margin: 0 0 75px 0;
}
#site-footer .footer-socials h6 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: #F3EFEC;
  margin: 0 0 15px 0;
}
#site-footer .footer-socials .footer-socials-links {
  margin: 0 -11px;
}
#site-footer .footer-socials .footer-socials-links a {
  display: inline-block;
  margin: 0 11px;
  color: #F3EFEC;
}
#site-footer .footer-socials .footer-socials-links a:hover, #site-footer .footer-socials .footer-socials-links a:active, #site-footer .footer-socials .footer-socials-links a:focus {
  color: #FFF;
}
#site-footer .footer-logos {
  float: right;
  margin: 0 -24px;
}
#site-footer .footer-logos a {
  display: inline-block;
  margin: 0 24px;
}
#site-footer .footer-nav {
  float: right;
}
#site-footer .footer-nav ul {
  margin: 0 -16px;
}
#site-footer .footer-nav ul li {
  margin: 0 16px;
  display: inline-block;
  font-size: 12px;
  line-height: 26px;
}
#site-footer .footer-nav ul li a {
  text-decoration: underline;
  display: inline-block;
  color: #FFFFFF;
}
#site-footer .footer-nav ul li a:hover, #site-footer .footer-nav ul li a:active, #site-footer .footer-nav ul li a:focus {
  text-decoration: none;
}
#site-footer p {
  float: left;
  font-size: 12px;
  line-height: 26px;
  color: #FFFFFF;
}
#site-footer p a {
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 23px;
  color: #FFFFFF;
}
#site-footer p a:hover, #site-footer p a:active, #site-footer p a:focus {
  text-decoration: none;
}

@media all and (max-width: 1023px) and (min-width: 0px) {
  #site-footer {
    padding: 45px 0 20px 0;
  }
  #site-footer .footer-logo {
    text-align: center;
    display: block;
    margin: 0 0 42px 0;
  }
  #site-footer .footer-logo img {
    margin: 0 auto;
    height: 51px;
  }
  #site-footer .footer-socials {
    position: relative;
    float: none;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    padding: 20px 0 28px 0;
    overflow: hidden;
    margin: 0px;
  }
  #site-footer .footer-socials h6 {
    float: left;
    max-width: 175px;
    margin: 0px;
  }
  #site-footer .footer-socials .footer-socials-links {
    float: right;
    margin: 9px -11px 0 0;
  }
  #site-footer .footer-logos {
    padding: 30px 0;
    float: none;
    border-bottom: 1px solid #979797;
    margin: 0px;
    text-align: center;
  }
  #site-footer .footer-logos a {
    width: 50%;
    display: inline-block;
    margin: 0px;
  }
  #site-footer .footer-nav {
    margin: 0px;
    float: none;
    padding: 27px 0 10px 0;
  }
  #site-footer .footer-nav ul {
    margin: 0px;
    overflow: hidden;
  }
  #site-footer .footer-nav ul li {
    margin: 0 0 20px 0;
    width: 50%;
    display: block;
    float: left;
  }
  #site-footer p {
    font-size: 10px;
    line-height: 26px;
    text-align: center;
    float: none;
  }
  #site-footer p .credit-link {
    display: block;
  }
  #site-footer p a {
    margin: 0px;
  }
}
@media all and (max-width: 374px) and (min-width: 0px) {
  #site-footer .footer-socials h6 {
    max-width: 125px;
    font-size: 14px;
  }

  #site-footer .footer-nav ul li {
    float: none;
    margin: 0 0 10px 0;
    width: auto;
  }
}

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