@import url("../../node_modules/swiper/dist/css/swiper.css");
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

a[href^="tel"] {
  color: inherit;
  /* Inherit text color of parent element. */
  text-decoration: none;
  /* Remove underline. */
  /* Additional css `propery: value;` pairs here */ }

a {
  cursor: pointer !important; }

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

/* =============================================================================
  Site Styling la la la!
   ========================================================================== */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/fonts/icomoon.eot?ww653i2aa22a");
  src: url("../fonts/icomoon/fonts/icomoon.eot?ww653i2aa22a#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?ww653i2aa22a") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?ww653i2aa22a") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?ww653i2aa22a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

/* =============================================================================
  Breakpoints
   ========================================================================== */
/* =============================================================================
  Colours
   ========================================================================== */
/* =============================================================================
  Base variables
   ========================================================================== */
/* =============================================================================
  Font sizes
   ========================================================================== */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-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: none;
    transform: none; }
  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: none;
    transform: none; } }

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  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: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  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: none;
    transform: none; }
  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-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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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-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, -5%, 0);
    transform: translate3d(0, -5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-5%, 0, 0);
    transform: translate3d(-5%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

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

.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: none;
    transform: none; } }

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

.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: none;
    transform: none; } }

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.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: none;
    transform: none; } }

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

.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, 20px, 0);
    transform: translate3d(0, 20px, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 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-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-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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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: none;
    transform: none;
    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-name: hinge;
  animation-name: hinge; }

/* 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: none;
    transform: none; } }

@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: none;
    transform: none; } }

.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; }

/* =============================================================================
  Helpers
   ========================================================================== */
.img100 {
  display: block;
  float: left;
  width: 100%; }

.line0 {
  line-height: 0; }

.left {
  float: left; }

.right {
  float: right; }

.column.nopadding {
  padding-left: 0;
  padding-right: 0; }

.container {
  width: 1600px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto; }

.columns.left {
  float: left !important; }

.animatedVisibility {
  visibility: hidden; }
  .animatedVisibility.animated {
    visibility: visible; }

.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial; }

.textRendering, p, body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

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

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

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

a img.alignright {
  float: right;
  margin: 5px 0 30px 30px; }

a img.alignnone {
  margin: 5px 30px 30px 0; }

a img.alignleft {
  float: left;
  margin: 5px 30px 30px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.site-header-masthead-wrapper {
  height: 150px;
  display: block;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 9999999999999; }
  .site-header-masthead-wrapper .masthead-fontsizer {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0; }
    .site-header-masthead-wrapper .masthead-fontsizer__button {
      float: left;
      width: 40px;
      height: 50px;
      background: #DFFDFF;
      line-height: 50px;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;
      text-align: center;
      top: 0;
      font-size: 0;
      vertical-align: baseline;
      cursor: pointer;
      transition: all 0.1s linear;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear; }
      .site-header-masthead-wrapper .masthead-fontsizer__button:hover {
        color: #FFDF00; }
      .site-header-masthead-wrapper .masthead-fontsizer__button.active {
        color: #FFDF00; }
    .site-header-masthead-wrapper .masthead-fontsizer--normal {
      font-size: 14px; }
    .site-header-masthead-wrapper .masthead-fontsizer--medium {
      font-size: 18px; }
    .site-header-masthead-wrapper .masthead-fontsizer--large {
      font-size: 22px; }

/* =============================================================================
  masthead
   ========================================================================== */
.site-masthead {
  display: block;
  width: 100%;
  height: 50px;
  background: rgba(223, 253, 255, 0.2);
  /* =============================================================================
  Contact Phone
   ========================================================================== */ }
  .site-masthead__contact-phone {
    position: absolute;
    z-index: 10;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    top: 10px;
    position: absolute;
    right: 80px;
    padding: 0 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    background: #DFFDFF;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    right: 20px; }
    @media (min-width: 768px) {
      .site-masthead__contact-phone {
        background: transparent;
        width: auto;
        height: 30px; } }
    .site-masthead__contact-phone span {
      color: #DFFDFF;
      display: none; }
      @media (min-width: 768px) {
        .site-masthead__contact-phone span {
          color: #DFFDFF; } }
      @media (min-width: 768px) {
        .site-masthead__contact-phone span {
          display: inline-block; } }
    .site-masthead__contact-phone i {
      color: #fff;
      display: block;
      line-height: 30px; }
      @media (min-width: 768px) {
        .site-masthead__contact-phone i {
          display: none; } }
    .site-masthead__contact-phone:hover i {
      background: none;
      color: #fff; }

/* =============================================================================
  header
   ========================================================================== */
.site-header {
  width: 100%;
  display: block;
  top: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  height: 100px;
  /* =============================================================================
  Contact Phone
   ========================================================================== */ }
  .site-header__branding {
    display: inline-block;
    text-align: left;
    position: absolute;
    z-index: 77;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    visibility: hidden;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    left: 15px;
    top: 32px;
    height: 40px;
    width: 180px;
    color: #000; }
    .site-header__branding.animated {
      visibility: visible; }
    .site-header__branding img {
      width: 100%; }
    .site-header__branding a {
      color: #000; }
    .site-header__branding svg {
      width: 100;
      transition: all 0.1s linear;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear; }
  .site-header__nav-branding {
    width: 80px;
    margin: 0 auto;
    position: relative; }
  .site-header__contact-phone {
    position: absolute;
    z-index: 10;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    top: 34px;
    position: absolute;
    right: 80px;
    padding: 0 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 30px;
    background: #DFFDFF; }
    @media (min-width: 1100px) {
      .site-header__contact-phone {
        background: transparent;
        width: auto;
        height: 30px;
        right: 20px; } }
    @media (min-width: 1200px) {
      .site-header__contact-phone {
        top: 35px; } }
    @media (min-width: 768px) {
      .site-header__contact-phone {
        padding: 0 24px;
        width: auto;
        height: 30px; } }
    .site-header__contact-phone span {
      color: #DFFDFF;
      display: none; }
      @media (min-width: 768px) {
        .site-header__contact-phone span {
          color: #80CEEF; } }
      @media (min-width: 768px) {
        .site-header__contact-phone span {
          display: inline-block; } }
    .site-header__contact-phone i {
      color: #80CEEF;
      display: block;
      line-height: 30px; }
      @media (min-width: 768px) {
        .site-header__contact-phone i {
          display: none; } }
    .site-header__contact-phone:hover i {
      background: none;
      color: #fff; }

/* =============================================================================
  Hamburger Nav
   ========================================================================== */
button {
  position: relative;
  display: block;
  background: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none; }
  button:focus {
    outline: none; }

.bouncy-transition {
  transition: 0.2s ease-out all 0.2s; }
  .bouncy-transition:before, .bouncy-transition:after {
    transition: all 0.6s cubic-bezier(0.46, -0.41, 0.3, 1.52) 0.1s; }
  .open-state .bouncy-transition {
    transition: all 0.6s cubic-bezier(0.46, -0.41, 0.3, 1.52) 0.1s; }
    .open-state .bouncy-transition:before, .open-state .bouncy-transition:after {
      transition: all 0.6s cubic-bezier(0.46, -0.41, 0.3, 1.52) 0.1s; }

/* =============================================================================
 Site Nav Desktop
  ========================================================================== */
.site-nav-desktop {
  z-index: 20;
  width: 100%;
  top: 0px;
  right: 120px;
  left: 0;
  bottom: 0;
  display: block;
  position: fixed;
  visibility: hidden; }
  @media (min-width: 768px) {
    .site-nav-desktop {
      right: 300px; } }
  .site-nav-desktop.is-active {
    position: fixed; }
    @media (min-width: 1100px) {
      .site-nav-desktop.is-active {
        position: relative; } }
  @media (min-width: 1100px) {
    .site-nav-desktop {
      position: absolute;
      top: 27px;
      right: 300px;
      width: 1000px;
      left: auto;
      bottom: auto;
      background: none;
      visibility: visible; } }
  .site-nav-desktop ul {
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 100px;
    right: 0; }
    @media (min-width: 1100px) {
      .site-nav-desktop ul {
        position: absolute;
        background: none;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto; } }
    .site-nav-desktop ul li {
      position: relative;
      display: block; }
      .site-nav-desktop ul li .sub-menu {
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-animation-duration: 0.2s;
        animation-duration: 0.2s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeOutDown;
        animation-name: fadeOutDown; }
        .site-nav-desktop ul li .sub-menu ul li a:hover {
          color: #482681; }
      .site-nav-desktop ul li.menu-item-has-children:hover {
        background: #FFDF00; }
        .site-nav-desktop ul li.menu-item-has-children:hover a {
          color: #DFFDFF; }
        .site-nav-desktop ul li.menu-item-has-children:hover ul {
          background: #FFDF00; }
        .site-nav-desktop ul li.menu-item-has-children:hover .sub-menu {
          visibility: visible;
          -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
          opacity: 1; }
          .site-nav-desktop ul li.menu-item-has-children:hover .sub-menu li a {
            color: #DFFDFF; }
      @media (min-width: 1100px) {
        .site-nav-desktop ul li {
          display: inline-block; } }
      .site-nav-desktop ul li:hover ul {
        display: block; }
      .site-nav-desktop ul li a {
        display: block;
        position: relative;
        color: #000;
        transition: all 0.1s linear;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 700;
        line-height: 1;
        margin-right: 8px;
        padding: 15px 5px; }
        @media (min-width: 1300px) {
          .site-nav-desktop ul li a {
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            font-weight: 700;
            line-height: 1;
            margin-right: 8px;
            padding: 15px 8px; } }
        @media (min-width: 1400px) {
          .site-nav-desktop ul li a {
            font-family: "Open Sans", sans-serif;
            font-size: 18px;
            font-weight: 700;
            line-height: 1;
            margin-right: 10px;
            padding: 15px 10px; } }
        .site-nav-desktop ul li a:hover {
          color: #482681; }
      .site-nav-desktop ul li.current-menu-item a {
        color: #482681; }

/* =============================================================================
 Site Nav Mobile
  ========================================================================== */
.site-nav-mobile {
  background: rgba(241, 242, 255, 0.95);
  position: fixed;
  z-index: 77777777;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden; }
  .site-nav-mobile.is-active {
    visibility: visible; }
    @media (min-width: 1100px) {
      .site-nav-mobile.is-active {
        visibility: hidden; } }
  .site-nav-mobile .nav-container {
    margin-top: 180px; }
  .site-nav-mobile ul li {
    display: block;
    text-align: center;
    margin-bottom: 0; }
    .site-nav-mobile ul li a {
      display: block;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 1;
      color: #482681;
      padding: 4px 0;
      margin-bottom: 8px; }
      .site-nav-mobile ul li a:hover {
        color: #CF2389; }
    .site-nav-mobile ul li .sub-menu {
      margin-top: 0px; }

/* =============================================================================
 Hamburger Nav Options
  ========================================================================== */
/* Icon 1 */
#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #482681;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon1 span:nth-child(1) {
  top: 0px; }

#nav-icon1 span:nth-child(2) {
  top: 12px; }

#nav-icon1 span:nth-child(3) {
  top: 24px; }

#nav-icon1.is-active span {
  background: #482681; }

#nav-icon1.is-active span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#nav-icon1.is-active span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#nav-icon1.is-active span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Icon 2 */
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #DFFDFF;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px; }

#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px; }

#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px; }

#nav-icon2.is-active span:nth-child(1), #nav-icon2.is-active span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon2.is-active span:nth-child(2), #nav-icon2.is-active span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon2.is-active span:nth-child(1) {
  left: 5px;
  top: 7px; }

#nav-icon2.is-active span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#nav-icon2.is-active span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#nav-icon2.is-active span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#nav-icon2.is-active span:nth-child(5) {
  left: 5px;
  top: 29px; }

#nav-icon2.is-active span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px; }

/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 18px; }

#nav-icon3 span:nth-child(4) {
  top: 36px; }

#nav-icon3.is-active span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#nav-icon3.is-active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.is-active span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4 span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#nav-icon4.is-active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px; }

#nav-icon4.is-active span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#nav-icon4.is-active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px; }

/* =============================================================================
 Site Nav Toggle (Mobile or Minimal Desktop Nav Usage)
  ========================================================================== */
.site-nav-toggle {
  position: absolute;
  right: 20px;
  top: 34px;
  width: 40px;
  height: calc( 12px * 2 +  4px * 2);
  z-index: 99999999999999999;
  display: block; }
  @media (min-width: 1100px) {
    .site-nav-toggle {
      display: none; } }
  @media (min-width: 1100px) {
    .site-nav-toggle.is-active {
      position: relative; } }
.swiper-slide {
  background: #fff; }

/* =============================================================================
  Slider
   ========================================================================== */
.hero-slider {
  width: 100%;
  margin-bottom: 35px; }
  .hero-slider__item {
    width: 100%;
    display: block;
    position: relative;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    background: #fff;
    height: calc(100vh - 100px); }
    @media (min-width: 1200px) {
      .hero-slider__item {
        height: calc(90vh - 200px); } }
  .hero-slider__item--blue:before {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 223, 0, 0.7); }
  .hero-slider__item--lightblue {
    content: "";
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(128, 206, 239, 0.3); }
  .hero-slider__content {
    position: absolute;
    display: block;
    box-sizing: border-box;
    padding: 20px;
    z-index: 9999;
    position: relative;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    width: 100%; }
    @media (min-width: 1200px) {
      .hero-slider__content {
        width: 80%; } }
    @media (min-width: 1400px) {
      .hero-slider__content {
        width: 80%; } }
  .hero-slider__content--half {
    width: 100%; }
    @media (min-width: 1200px) {
      .hero-slider__content--half {
        width: 80%; } }
    @media (min-width: 1400px) {
      .hero-slider__content--half {
        width: 50%; } }
  .hero-slider__content--full {
    width: 100%; }
    @media (min-width: 1200px) {
      .hero-slider__content--full {
        width: 100%; } }
    @media (min-width: 1400px) {
      .hero-slider__content--full {
        width: 100%; } }
  .hero-slider__image-wrapper {
    height: inherit;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    .hero-slider__image-wrapper:before {
      content: "";
      position: absolute;
      display: block;
      background: url("../../images/slider_overlay.svg?v=3") no-repeat;
      background-position: bottom -20px left;
      background-size: contain;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 8888; }
  .hero-slider__image {
    float: left;
    display: block;
    width: 100%;
    height: inherit;
    font-size: 0;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear; }

/* =============================================================================
  Pagination
   ========================================================================== */
.swiper-pagination-bullets {
  float: left;
  width: auto !important;
  margin-left: 15px; }
  .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px !important;
    padding: 0px !important;
    height: 10px !important;
    width: 10px !important;
    border-radius: 100% !important;
    margin-right: 5px !important;
    background: rgba(128, 206, 239, 0.9) !important;
    opacity: 0.5; }
  .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #DFFDFF !important;
    opacity: 1; }

.section-hero-space {
  height: 140px; }

.section-hero {
  margin-left: -20px;
  margin-right: -20px;
  height: auto;
  display: block;
  padding-top: 100px;
  box-sizing: border-box;
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    .section-hero {
      padding-top: 180px;
      display: flex;
      flex-direction: row;
      height: calc(100vh - 80px);
      margin-bottom: 80px; } }
  .section-hero__content {
    padding-left: 10%;
    padding-right: 2%;
    z-index: 4;
    position: relative; }
    @media (min-width: 768px) {
      .section-hero__content {
        width: 50%; } }
    .section-hero__content p {
      margin-bottom: 30px; }
  .section-hero__image {
    z-index: 4;
    position: relative;
    padding-right: 10%; }
    @media (min-width: 768px) {
      .section-hero__image {
        width: 40%; } }
    .section-hero__image img {
      width: 100%;
      height: auto; }
  .section-hero__bg {
    background: green;
    position: absolute;
    left: 0;
    top: 0;
    width: 75%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    padding-bottom: 80px;
    height: 100vh; }
    @media (min-width: 768px) {
      .section-hero__bg {
        height: inherit; } }
  .section-hero__bg--mixed {
    background: linear-gradient(90deg, #F0FDFF 0%, #FFF7F7 100%);
    opacity: 1; }
  .section-hero__bg--pink {
    background: #FFEAEA;
    opacity: 1; }
  .section-hero__bg--blue {
    background: #DFFDFF;
    opacity: 1; }
  .section-hero__bg--purple {
    background: #F1F2FF;
    opacity: 1; }

.section-bg {
  position: relative;
  z-index: 0; }
  .section-bg--right:before {
    content: "";
    display: block;
    position: absolute;
    right: -10%;
    top: 0;
    height: 100%;
    width: 75%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    padding-bottom: 80px;
    background: #FFEAEA;
    opacity: 0.5; }
  .section-bg--left:before {
    content: "";
    display: block;
    position: absolute;
    left: -10%;
    top: 0;
    height: 100%;
    width: 75%;
    padding-bottom: 40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    padding-bottom: 80px;
    background: #FFEAEA;
    opacity: 0.5; }
  .section-bg--full:before {
    left: -20%;
    right: auto;
    top: 0;
    width: 150%; }
  .section-bg--pink:before {
    background: #FFEAEA; }
  .section-bg--blue:before {
    background: #DFFDFF; }

/* =============================================================================
  body
   ========================================================================== */
html {
  background: #000;
  position: relative; }

html, body, main {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4; }

body {
  background: #fff;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
  overflow-x: hidden; }

main {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box; }

p {
  margin-bottom: 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #000; }
  p a {
    text-decoration: underline; }
  p a.button {
    text-decoration: none; }

ul {
  margin-bottom: 20px; }
  ul li {
    color: #000; }

a {
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  cursor: pointer !important;
  color: #482681;
  text-decoration: none; }
  a:hover {
    color: #CF2389; }

table {
  margin-bottom: 15px;
  color: #FFDF00;
  max-width: 100%; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

blockquote {
  margin: 0;
  position: relative;
  background: rgba(255, 223, 0, 0.1);
  padding: 10px; }
  @media (min-width: 1200px) {
    blockquote {
      padding: 15px; } }
  blockquote p {
    color: #FFDF00;
    padding: 20px;
    margin: 0 !important; }

.section div {
  visibility: hidden; }
  .section div.animated {
    visibility: visible; }

.fullImage {
  width: 100%; }

.image-circle {
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 70px; }

/* =============================================================================
 Gallery
  ========================================================================== */
.gallery-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2);
  grid-gap: 15px; }
  @media (min-width: 1200px) {
    .gallery-block {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3);
      grid-gap: 15px; } }
  .gallery-block__item {
    box-sizing: border-box;
    font-size: 0;
    position: relative;
    padding-bottom: 70%; }
    .gallery-block__item img {
      width: 100%; }
    .gallery-block__item a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }

.section-people {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1);
  grid-gap: 15px; }
  @media (min-width: 1400px) {
    .section-people {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2);
      grid-gap: 15px; } }
  .section-people__item {
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .section-people__item {
        flex-direction: row; } }
  .section-people__item-image {
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 768px) {
      .section-people__item-image {
        width: 20%; } }
    @media (min-width: 1200px) {
      .section-people__item-image {
        width: 30%; } }
    .section-people__item-image img {
      width: 100%; }
  .section-people__item-content {
    box-sizing: border-box;
    width: 100%;
    color: #221E20; }
    @media (min-width: 768px) {
      .section-people__item-content {
        width: 80%;
        padding-left: 15px; } }
    @media (min-width: 1200px) {
      .section-people__item-content {
        width: 70%;
        padding-left: 15px; } }
/* =============================================================================
 Accordion
  ========================================================================== */
.accordion {
  margin-bottom: 70px;
  max-width: 100%; }
  .accordion li {
    position: relative;
    margin-bottom: 2px; }
    .accordion li a.accordion__title {
      display: block;
      cursor: pointer;
      font-weight: 600;
      text-align: left;
      line-height: 1;
      padding: 24px 20px;
      padding-right: 50px;
      user-select: none;
      font-size: 18px;
      color: #482681;
      border-bottom: 2px solid #482681;
      transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear; }
      .accordion li a.accordion__title:hover {
        background: rgba(72, 38, 129, 0.1);
        color: #482681; }
      .accordion li a.accordion__title:after {
        font-family: 'icomoon' !important;
        content: "\e907";
        font-size: 14px;
        position: absolute;
        right: 10px;
        top: 26px;
        transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transform: rotate(0deg);
        transition: all, 0.2s, ease-in-out; }
      .accordion li a.accordion__title.active:after {
        transform: rotate(180deg);
        transition: all, 0.2s, ease-in-out; }
    .accordion li div {
      color: #000;
      margin-bottom: 17.5px;
      display: none;
      line-height: 1.4;
      padding: 20px; }
      .accordion li div ul li {
        border-bottom: none; }

/* =============================================================================
 List Item Block
   ========================================================================== */
.list-item-block {
  display: block;
  margin-bottom: 70px;
  margin-bottom: 60px;
  position: relative;
  z-index: 5; }
  .list-item-block__item {
    border-bottom: 1px solid #482681;
    display: block;
    padding: 15px 0;
    display: flex;
    flex-direction: row; }
  .list-item-block__item-text-left {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    flex: 1;
    color: #000;
    font-weight: 700; }
  .list-item-block__item-text-right {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
    text-align: right;
    color: #000; }

/* =============================================================================
 SCSS Imports
  ========================================================================== */
.styled-bullets {
  margin: 0 0 35px 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 20px !important; }

.styled-bullets li {
  background-image: url("../../images/dot_yellow_blue.svg?v=1");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 20px center;
  margin: 0 0 1rem 0;
  padding: 0 0 0 2.5rem; }

.styled-bullets li:before {
  content: ""; }

/* =============================================================================
 SCSS Imports
  ========================================================================== */
.l-layout {
  box-sizing: border-box; }
  .l-layout--fixed {
    max-width: 1100px;
    margin: 0 auto; }
  .l-layout--wide {
    max-width: 1400px;
    margin: 0 auto; }
  .l-layout--full {
    max-width: 100%; }
  .l-layout--navigation-offset {
    margin-top: 100px; }
  .l-layout--padding {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media (min-width: 768px) {
      .l-layout--padding {
        padding-top: 160px;
        padding-bottom: 160px; } }
    @media (min-width: 1400px) {
      .l-layout--padding {
        padding-top: 80px;
        padding-bottom: 80px; } }
.g-grid {
  display: flex; }

/* =============================================================================
  Heading
   ========================================================================== */
.h-heading {
  line-height: 1.4;
  position: relative;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #000;
  margin-bottom: 35px; }
  .h-heading--xxlarge {
    font-size: calc(2.5vw + 2.5vh + 2vmin);
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .h-heading--xxlarge {
        font-size: 72px; } }
  .h-heading--xlarge {
    font-size: 32px; }
    @media (min-width: 1200px) {
      .h-heading--xlarge {
        font-size: 52px; } }
  .h-heading--large {
    font-size: 24px;
    margin-bottom: 35px; }
    @media (min-width: 1200px) {
      .h-heading--large {
        font-size: 32px;
        margin-bottom: 35px; } }
  .h-heading--medium {
    font-size: 18px; }
    @media (min-width: 1200px) {
      .h-heading--medium {
        font-size: 24px; } }
  .h-heading__margin-small {
    margin-bottom: 15px; }
  .h-heading--white {
    color: #fff; }
  .h-heading--lightblue {
    color: #80CEEF; }
  .h-heading--blue {
    color: #DFFDFF; }
  .h-heading--sans {
    font-family: "Open Sans", sans-serif; }
  .h-heading--mono {
    font-family: "Open Sans", sans-serif; }
  .h-heading--serif {
    font-family: "Open Sans", sans-serif; }
  .h-heading--bold {
    font-weight: 800; }
  .h-heading--uppercase {
    text-transform: uppercase; }
  .h-heading--underline:before {
    content: "";
    position: absolute;
    height: 3px;
    background: #482681;
    left: -20px;
    bottom: -10px;
    width: 150px; }
  .h-heading__content {
    font-size: 32px; }
    @media (min-width: 1200px) {
      .h-heading__content {
        font-size: 52px; } }
  .h-heading__label {
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 24px; }
    .h-heading__label:after {
      content: " ";
      display: block;
      padding: 4px 0;
      border-bottom: 2px solid #fff; }

h1 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-size: 24px; }
  @media (min-width: 1200px) {
    h1 {
      font-size: 32px; } }
h2 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  font-size: 24px; }
  @media (min-width: 1200px) {
    h2 {
      font-size: 32px; } }
.i-image {
  display: block;
  box-sizing: border-box; }
  .i-image--border {
    padding: 8px;
    font-size: 0;
    background: #fff; }

/* =============================================================================
  Button
   ========================================================================== */
.button {
  background: #482681;
  padding: 0 40px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 20px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  color: #DFFDFF;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear; }
  .button:hover {
    background: #DFFDFF;
    color: #112B71; }
  .button--white {
    background: rgba(255, 255, 255, 0.8); }
    .button--white:hover {
      background: #80CEEF;
      color: #fff; }
  .button--blue {
    background: #dffdff;
    color: #112B71; }
    .button--blue:hover {
      background: #112B71;
      color: #DFFDFF; }
  .button--pink {
    background: #ffeaea;
    color: #CF2389; }
    .button--pink:hover {
      background: #CF2389;
      color: #fff; }
  .button--purple {
    background: #f1f2ff;
    color: #482681; }
    .button--purple:hover {
      background: #482681;
      color: #fff; }

/* =============================================================================
 Spacer Block
  ========================================================================== */
.spacer-block {
  width: 100%;
  display: block;
  display: block;
  width: 100%;
  height: 15px; }
  @media (min-width: 1200px) {
    .spacer-block {
      height: 15px; } }
  @media (min-width: 1400px) {
    .spacer-block {
      height: 15px; } }
  .spacer-block--large {
    height: 30px; }
    @media (min-width: 1200px) {
      .spacer-block--large {
        height: 40px; } }
    @media (min-width: 1400px) {
      .spacer-block--large {
        height: 60px; } }
.double-text-column {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-direction: column;
  margin-bottom: 70px;
  position: relative; }
  .double-text-column--center {
    align-items: center; }
  @media (min-width: 1200px) {
    .double-text-column {
      flex-direction: row; } }
  .double-text-column .column {
    flex: 1;
    width: 100%; }
    .double-text-column .column img {
      max-width: 100%;
      height: 100% !important; }
    @media (min-width: 1200px) {
      .double-text-column .column {
        width: 50%;
        padding-right: 15px; }
        .double-text-column .column:nth-child(2n) {
          padding-left: 15px;
          padding-right: 0px; } }
.double-text-column, .text-column, .accordion li div {
  margin-bottom: 70px; }
  .double-text-column img, .text-column img, .accordion li div img {
    max-width: 100%;
    height: 100% !important; }
  .double-text-column ul li, .text-column ul li, .accordion li div ul li {
    color: #000;
    margin-bottom: 5px;
    list-style: circle;
    margin-left: 20px; }

.project-hero {
  display: block;
  position: relative;
  visibility: hidden; }
  .project-hero.animated {
    visibility: visible; }
  .project-hero__title {
    position: absolute;
    top: 15px; }
    .project-hero__title .ribbon-heading {
      position: relative !important;
      top: auto; }
    @media (min-width: 1200px) {
      .project-hero__title {
        margin-left: 0px; } }
.project-details {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 30px 0; }
  @media (min-width: 1200px) {
    .project-details {
      flex-direction: row;
      justify-content: space-between;
      margin: 60px 0; } }
  .project-details__meta {
    flex: 1;
    margin-bottom: 15px; }
  .project-details__meta-item {
    margin-bottom: 15px;
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3; }
    @media (min-width: 1200px) {
      .project-details__meta-item {
        font-family: "Open Sans", sans-serif;
        font-size: 32px;
        font-weight: 500;
        line-height: 1.3; } }
  .project-details__description {
    flex: 1;
    padding-right: 0px; }
    @media (min-width: 1200px) {
      .project-details__description {
        padding-right: 80px; } }
.ribbon-heading {
  position: absolute;
  display: inline-block;
  top: 15px;
  z-index: 5;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-right: 30px;
  line-height: 0; }
  @media (min-width: 1200px) {
    .ribbon-heading.animated {
      -webkit-animation-name: fadeOutLeft;
      animation-name: fadeOutLeft; } }
  .ribbon-heading span {
    display: inline;
    box-shadow: 0 -3px 0 3px white;
    /* Tune line "padding" here */
    background-color: white;
    color: #5BDAB3;
    padding: 0 15px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px; }
    @media (min-width: 1200px) {
      .ribbon-heading span {
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 31px; } }
  .ribbon-heading strong {
    font-weight: 800; }
  .ribbon-heading--large {
    top: 30px; }
    .ribbon-heading--large span {
      font-family: "Open Sans", sans-serif;
      font-size: 32px;
      font-weight: 500;
      line-height: 41px; }
      @media (min-width: 1200px) {
        .ribbon-heading--large span {
          font-family: "Open Sans", sans-serif;
          font-size: 72px;
          font-weight: 500;
          line-height: 88px; } }
  .ribbon-heading--green span {
    background-color: #5bdab3;
    box-shadow: 0 0 0 10px #5bdab3;
    /* Tune line "padding" here */
    color: #fff; }
  .ribbon-heading--white span {
    box-shadow: 0 -1px 0 15px white;
    /* Tune line "padding" here */
    background-color: rgba(255, 255, 255, 0.95);
    color: #5BDAB3; }
  .ribbon-heading--large .ribbon-heading--green span {
    padding-left: 30px; }
  .ribbon-heading--centered {
    text-align: center;
    margin: 0 auto !important; }

/* =============================================================================
 Footer
  ========================================================================== */
.site-footer {
  padding: 100px 0 100px 0px;
  font-size: 14px;
  color: #000;
  margin-top: 0px;
  position: relative;
  /*
	
	&:before {
		content: "";
		display: block;
		left: 0;
		right: 0;
		top: 0;
		height: 140px;
		background: $black;
	}
	
*/ }
  .site-footer:before {
    content: "";
    display: block;
    background-size: 80px 80px;
    height: 80px;
    width: 80px;
    position: absolute;
    left: 15px;
    top: -30px;
    z-index: 8; }
  .site-footer__inner {
    display: block;
    padding: 0 20px;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto; }
  .site-footer__columns {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    flex-direction: column; }
    @media (min-width: 768px) {
      .site-footer__columns {
        margin-bottom: 120px;
        flex-direction: row; } }
  .site-footer__column {
    color: #000;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .site-footer__column {
        max-width: 300px;
        margin-right: 30px;
        margin-bottom: 0px; } }
  .site-footer__nav ul li {
    margin-bottom: 5px; }
    .site-footer__nav ul li a {
      display: block;
      color: #000;
      padding: 7.5px 0;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.4;
      font-size: 16px; }
      @media (min-width: 768px) {
        .site-footer__nav ul li a {
          padding: 0px 0;
          margin-bottom: 10px; } }
      .site-footer__nav ul li a:hover {
        color: #482681; }
    .site-footer__nav ul li ul.sub-menu li {
      border-bottom: 1px solid #482681; }
      @media (min-width: 768px) {
        .site-footer__nav ul li ul.sub-menu li {
          border: none; } }
      .site-footer__nav ul li ul.sub-menu li a {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.4;
        font-size: 16px; }
        @media (min-width: 768px) {
          .site-footer__nav ul li ul.sub-menu li a {
            margin-bottom: 0px; } }
  .site-footer__copyright {
    float: left;
    font-weight: 700; }
  .site-footer__privacy {
    float: right; }
    .site-footer__privacy a {
      color: #000;
      font-weight: 700; }
      .site-footer__privacy a:hover {
        color: #482681; }

/* =============================================================================
  Scrollbar styling
   ========================================================================== */
::-webkit-scrollbar {
  width: 7.5px;
  height: 7.5px; }

::-webkit-scrollbar-button:vertical {
  background-color: #DFFDFF;
  border: 1px solid #000; }

/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block; }

/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
  display: none; }

/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:vertical:increment {
  display: none; }

/* Place The scroll up button at the up */
::-webkit-scrollbar-button:vertical:decrement {
  display: none; }

/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:horizontal:increment {
  display: none; }

/* Place The scroll up button at the up */
::-webkit-scrollbar-button:horizontal:decrement {
  display: none; }

::-webkit-scrollbar-track:vertical {
  background-color: #482681;
  border: 1px dashed #000; }

/* Top area above thumb and below up button */
::-webkit-scrollbar-track-piece:vertical:start {
  border: 0px; }

/* Bottom area below thumb and down button */
::-webkit-scrollbar-track-piece:vertical:end {
  border: 0px; }

/* Track below and above */
::-webkit-scrollbar-track-piece {
  background-color: #DFFDFF; }

/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #301956; }

/* The thumb itself */
::-webkit-scrollbar-thumb:horizontal {
  height: 50px;
  background-color: #301956; }

/* Corner */
::-webkit-scrollbar-corner:vertical {
  background-color: #241341; }

/* Resizer */
::-webkit-scrollbar-resizer:vertical {
  background-color: #301956; }

/* =============================================================================
 Contact form
  ========================================================================== */
.wpcf7-form {
  background: rgba(241, 242, 255, 0.5);
  padding: 20px;
  border-radius: 4px; }
  .wpcf7-form p {
    margin: 0;
    padding: 0;
    margin-bottom: 15px; }
  .wpcf7-form input, .wpcf7-form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    box-sizing: border-box; }
    .wpcf7-form input:focus, .wpcf7-form textarea:focus {
      border-bottom: 2px solid #5BDAB3; }
  .wpcf7-form .inputContainer {
    margin-bottom: 20px; }
    .wpcf7-form .inputContainer label {
      display: none; }
  .wpcf7-form .half-width-fields {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1200px) {
      .wpcf7-form .half-width-fields {
        flex-direction: row; } }
    .wpcf7-form .half-width-fields label {
      width: 100%;
      font-weight: 700; }
      @media (min-width: 1200px) {
        .wpcf7-form .half-width-fields label {
          width: 50%; } }
      .wpcf7-form .half-width-fields label:first-of-type {
        padding-right: 10px; }
      .wpcf7-form .half-width-fields label:last-of-type {
        padding-left: 10px; }
  .wpcf7-form input[type=text], .wpcf7-form textarea, .wpcf7-form input[type=email] {
    -webkit-appearance: none;
    height: 50px;
    padding: 0 10px;
    background: none;
    border-radius: 0;
    border: none;
    border-bottom: none;
    font-size: 16px;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    border-bottom: 2px solid #482681; }
    .wpcf7-form input[type=text].wpcf7-not-valid, .wpcf7-form textarea.wpcf7-not-valid, .wpcf7-form input[type=email].wpcf7-not-valid {
      padding: 0 10px; }
    .wpcf7-form input[type=text]:focus, .wpcf7-form textarea:focus, .wpcf7-form input[type=email]:focus {
      border-bottom: 2px solid #5BDAB3; }
  .wpcf7-form textarea {
    min-height: 180px;
    padding: 10px;
    border-bottom: 2px solid #482681; }
    .wpcf7-form textarea:focus {
      border: none;
      border-bottom: 2px solid #5BDAB3; }
  .wpcf7-form select {
    -webkit-appearance: none;
    padding: 10px;
    height: 50px;
    margin-top: 10px;
    border: none;
    background: rgba(91, 218, 179, 0.05); }
  .wpcf7-form label {
    font-size: 14px;
    color: #482681;
    font-weight: 700; }
  .wpcf7-form .wpcf7-submit {
    -webkit-appearance: none;
    height: 50px;
    background: #482681;
    color: #fff;
    width: auto;
    padding: 0 30px;
    border-radius: 0;
    border: none; }
    .wpcf7-form .wpcf7-submit:hover {
      background: #46a88a;
      color: #fff; }
  .wpcf7-form .wpcf7-response-output {
    margin: 20px 0 20px 0; }
  .wpcf7-form .wpcf7-not-valid-tip {
    display: block;
    background: mistyrose;
    color: red;
    font-size: 12px;
    padding: 15px; }
  .wpcf7-form .wpcf7-validation-errors {
    background: mistyrose;
    color: red;
    font-size: 14px;
    padding: 20px;
    border: none; }
  .wpcf7-form .wpcf7-mail-sent-ok {
    background: #23b97d;
    color: #fff;
    font-size: 14px;
    padding: 20px;
    border: none; }
  .wpcf7-form h2 {
    margin-bottom: 20px;
    font-weight: 800; }
  .wpcf7-form h3 {
    position: relative; }
    .wpcf7-form h3:after {
      content: " ";
      width: 50%;
      border-bottom: 2px solid #5BDAB3;
      position: absolute;
      bottom: -10px;
      left: 0%; }
  .wpcf7-form input[type="submit"] {
    -webkit-appearance: none;
    background: #482681;
    color: #fff;
    font-size: 24px;
    text-transform: none;
    border-radius: 0;
    border: none;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear; }
    .wpcf7-form input[type="submit"]:hover {
      background: #5BDAB3;
      color: #fff; }
  .wpcf7-form input:focus, .wpcf7-form input:active, .wpcf7-form textarea:focus, .wpcf7-form textarea:active, .wpcf7-form select:focus, .wpcf7-form select:active, .wpcf7-form button:focus, .wpcf7-form button:active {
    outline: 0; }

.content-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  color: #482681; }

.content-table thead tr {
  background-color: #482681;
  color: #ffffff;
  text-align: left;
  font-weight: bold; }

.content-table tr td strong {
  color: #482681 !important; }

.content-table thead tr td strong {
  color: #482681 !important; }

.content-table th,
.content-table td {
  padding: 12px 15px; }

.content-table tbody tr {
  border-bottom: 1px solid rgba(72, 38, 129, 0.3); }

.content-table tbody tr:nth-of-type(even) {
  background-color: rgba(72, 38, 129, 0.3); }

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #482681; }

.content-table tbody tr.active-row {
  font-weight: bold;
  color: #482681; }

/* =============================================================================
 Grid
  ========================================================================== */
.section-grid {
  width: calc(100%);
  display: grid;
  grid-gap: 40px;
  margin-bottom: 70px;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1); }
  @media (min-width: 768px) {
    .section-grid {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2); } }
  @media (min-width: 1200px) {
    .section-grid {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(4); } }
  .section-grid--2 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1); }
    @media (min-width: 768px) {
      .section-grid--2 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2); } }
  .section-grid--4 {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1); }
    @media (min-width: 768px) {
      .section-grid--4 {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2); } }
    @media (min-width: 1200px) {
      .section-grid--4 {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4); } }
  .section-grid .s-grid-item {
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
    background-size: cover;
    background-position: center;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    background: #f1f2ff; }
    .section-grid .s-grid-item .button {
      margin-bottom: 0; }
    .section-grid .s-grid-item__content {
      text-align: center;
      padding: 20px 20px;
      margin-bottom: 40px; }
      @media (min-width: 1200px) {
        .section-grid .s-grid-item__content {
          padding: 40px 40px; } }
      .section-grid .s-grid-item__content i {
        font-size: 41px;
        color: #000;
        display: inline-block;
        margin-bottom: 20px; }
      .section-grid .s-grid-item__content p {
        color: #000; }
    .section-grid .s-grid-item__content--pink {
      background: #FFEAEA; }
    .section-grid .s-grid-item__content--blue {
      background: #DFFDFF; }
    .section-grid .s-grid-item__content--purple {
      background: #F1F2FF; }
    .section-grid .s-grid-item:hover {
      transform: scale(1.05);
      color: #000; }
      .section-grid .s-grid-item:hover .s-grid-item__content i {
        color: #482681 !important; }
      .section-grid .s-grid-item:hover .s-grid-item__content .h-heading, .section-grid .s-grid-item:hover .s-grid-item__content p {
        color: #000; }
      .section-grid .s-grid-item:hover .s-grid-item__content--pink {
        background: #CF2389 !important; }
      .section-grid .s-grid-item:hover .s-grid-item__image {
        transform: scale(1.05); }
    .section-grid .s-grid-item__inner-container {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      overflow: hidden; }
      @media (min-width: 1200px) {
        .section-grid .s-grid-item__inner-container {
          overflow: visible; } }
    .section-grid .s-grid-item__image {
      overflow: hidden;
      border-radius: 100%;
      display: inline-block;
      margin: 0 auto;
      margin-bottom: 20px;
      width: 140px;
      height: 140px;
      transition: all 0.1s linear;
      -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
      -o-transition: all 0.1s linear; }
      @media (min-width: 1200px) {
        .section-grid .s-grid-item__image {
          margin-top: -80px;
          width: 200px;
          height: 200px; } }
      .section-grid .s-grid-item__image img {
        width: 100%; }

/* =============================================================================
 ACF Map
  ========================================================================== */
.acf-map {
  height: 500px;
  width: 100%;
  display: block;
  /* fixes potential theme css conflict */ }
  .acf-map img {
    max-width: inherit !important; }

.gm-style-iw {
  position: relative;
  display: block;
  background: #fff;
  padding: 5px;
  top: 18px !important; }

.marker__content {
  display: block;
  background: #fff;
  padding: 20px; }

.markerContent a {
  text-decoration: none;
  display: block;
  margin-bottom: 10px; }

.markerContent .markerContentPhone {
  font-size: 18px;
  color: #3E3E3E;
  margin-bottom: 10px; }

.markerContent .markerContentAddress {
  font-size: 16px;
  color: #3E3E3E; }

/* =============================================================================
 Page Hero
  ========================================================================== */
.page-hero {
  position: relative;
  overflow: hidden; }
  .page-hero:before {
    content: "";
    position: absolute;
    display: block;
    background: url("../../images/slider_overlay.svg?v=3") no-repeat;
    background-position: bottom -5px left;
    background-size: contain;
    left: -1px;
    right: -1px;
    top: 0;
    bottom: 0;
    z-index: 8888; }

.button-contact-location {
  top: 20px;
  position: absolute;
  display: none;
  right: 20px;
  padding: 0 30px;
  font-size: 14px;
  right: 60px; }
  @media (min-width: 1300px) {
    .button-contact-location {
      right: 20px;
      padding: 0 20px;
      font-size: 16px; } }
  @media (min-width: 1400px) {
    .button-contact-location {
      right: 20px;
      padding: 0 40px;
      font-size: 18px; } }
  @media (min-width: 768px) {
    .button-contact-location {
      display: block; } }
.button-icon {
  font-size: 24px;
  position: relative;
  bottom: -4px; }
