@charset "UTF-8";
/* Vertical Rhythm */
@import url("//hello.myfonts.net/count/312eed");
html {
  font-size: 100%;
  line-height: 1.5em;
}

/* Susy Grid */
/* Colours */
/* Font sizes */
/* Breakpoints */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2016 Schwartzco Inc.
        License: 1605-TINWHZ     
*/
@font-face {
  font-family: 'Publico Headline Web';
  src: url("webfonts/PublicoHeadline-Roman-Web.eot");
  src: url("webfonts/PublicoHeadline-Roman-Web.eot?#iefix") format("embedded-opentype"), url("webfonts/PublicoHeadline-Roman-Web.woff2") format("woff2"), url("webfonts/PublicoHeadline-Roman-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
.PublicoHeadline-Roman-Web {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

/**
 * @license
 * MyFonts Webfont Build ID 3223277, 2016-05-24T07:07:13-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: MoskauGrotesk by Letter Edit
 * URL: http://www.myfonts.com/fonts/letter-edit/moskau-grotesk/regular/
 * Copyright: Copyright (c) 2012 by Bjoern Gogalla. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3223277
 * 
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'MoskauGrotesk';
  src: url("webfonts/312EED_0_0.eot");
  src: url("webfonts/312EED_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/312EED_0_0.woff2") format("woff2"), url("webfonts/312EED_0_0.woff") format("woff"), url("webfonts/312EED_0_0.ttf") format("truetype");
}
/* Buttons */
.btn-primary, .btn-secondary {
  margin-bottom: 0;
}
.btn-primary a, .btn-secondary a {
  display: block;
  font-size: 20px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #00a7c3;
  padding: 0.75em 0.375em;
  border-bottom: 3px solid #33B9CF;
}

.btn-secondary a {
  color: #00a7c3;
  background-color: #FFF;
  border-bottom: 3px solid #DEE5F2;
}

/* Links */
.link-primary {
  margin-bottom: 0;
}
.link-primary a {
  display: block;
  color: #00a7c3;
}

/* Fonts */
/* Grid padding */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
@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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.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, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 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(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 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, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 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, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-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;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

body {
  font-family: MoskauGrotesk;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  background-color: #FFF;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, hr, blockquote, cite, figure, figcaption {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

p, ul {
  margin-bottom: 1.5em;
}

.wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  padding: 0 4.25532%;
}
.wrap:after {
  content: " ";
  display: block;
  clear: both;
}
.wrap:before, .wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
@media (min-width: 1024px) {
  .wrap {
    box-sizing: content-box;
    padding-right: 10px;
    padding-left: 10px;
  }
}

.wrap-inner {
  *zoom: 1;
  padding-top: 1.5em;
}
.wrap-inner:before, .wrap-inner:after {
  content: "";
  display: table;
}
.wrap-inner:after {
  clear: both;
}

.paused {
  -webkit-animation-play-state: paused;
  /* Chrome, Safari, Opera */
  animation-play-state: paused;
}

body#tinymce {
  background-color: #fff;
  margin: 20px !important;
}
body#tinymce h1, body#tinymce h2, body#tinymce h3, body#tinymce h4, body#tinymce h5 {
  margin-bottom: 12px;
}
body#tinymce p, body#tinymce ol, body#tinymce ul {
  margin-bottom: 12px;
}
body#tinymce ol, body#tinymce ul {
  margin-left: 1em;
}
body#tinymce a {
  color: #00a7c3;
}

/* Basic hero */
.basic-hero {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.basic-hero-wrap {
  display: table;
  width: 100%;
}

@media (min-width: 768px) {
  .basic-hero-img {
    display: table-cell;
    width: 50%;
  }
}

.basic-hero-info {
  background-color: #111;
  padding: 3em 1.5em;
}
@media (min-width: 768px) {
  .basic-hero-info {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding-right: 2.25em;
    padding-left: 2.25em;
  }
}
@media (min-width: 1024px) {
  .basic-hero-info {
    padding-right: 3em;
    padding-left: 3em;
  }
}
.basic-hero-info .basic-hero-type {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  color: #FFF;
}
@media (min-width: 1024px) {
  .basic-hero-info .basic-hero-type {
    font-size: 2.5em;
    line-height: 1.2em;
  }
}
.basic-hero-info .basic-hero-type p {
  margin: 0;
}

.basic-body {
  *zoom: 1;
  margin-top: 1.5em;
}
.basic-body:before, .basic-body:after {
  content: "";
  display: table;
}
.basic-body:after {
  clear: both;
}

.basic-body-article {
  border-top-width: 0.1875em;
  border-top-style: solid;
  padding-top: 1.3125em;
  border-color: #00a7c3;
}
@media (min-width: 768px) {
  .basic-body-article {
    width: 57.44681%;
    float: left;
    margin-right: 2.12766%;
  }
}
.basic-body-article h1 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: normal;
  color: #00a7c3;
  margin-bottom: 1.2em;
}
.basic-body-article p {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}

@media (min-width: 768px) {
  .basic-body-article-wide {
    width: 74.46809%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 768px) {
  .content-finder .basic-body-article {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
  }
}

.basic-body-sidebar {
  padding: 0;
  background-color: transparent;
}
@media (min-width: 768px) {
  .basic-body-sidebar {
    width: 31.91489%;
    float: right;
    margin-right: 0;
  }
}
.basic-body-sidebar h3 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: normal;
  color: #FFF;
  margin: 0.8em 0;
}
.basic-body-sidebar p {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  color: #FFF;
}

.widget-black {
  padding: 1.5em;
  background-color: #111;
}

.widget-green {
  padding: 1.5em;
  background-color: #00a7c3;
}
.widget-green h3, .widget-green p {
  color: #111;
}
.widget-green .link-primary a {
  display: inline-block;
  color: #FFF;
  position: relative;
}
.widget-green .link-primary a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 250ms;
}
.widget-green .link-primary a:hover {
  color: #FFF;
}
.widget-green .link-primary a:hover:after {
  border-bottom: 1px solid #FFF;
}

.case-study {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
}
.case-study:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .case-study {
    display: flex;
  }
}
@media (min-width: 768px) {
  .case-study .latest-image, .case-study .featured-prop-img {
    width: 48.3871%;
    float: left;
    margin-right: 3.22581%;
  }
}
@media (min-width: 768px) {
  .case-study .latest-content {
    width: 48.3871%;
    float: right;
    margin-right: 0;
  }
}
.case-study h2 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.case-study h2 a {
  color: #111;
  text-decoration: none;
  transition: all 250ms;
}
.case-study h2 a:hover {
  color: #00a7c3;
}
.case-study .post-excerpt:before {
  content: "–";
  color: #00a7c3;
  display: block;
}

@media (min-width: 768px) {
  .additional-case .case-inner {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.case-type,
.case-location {
  margin: 0;
}

.case-type,
.case-location,
.case-inner .link-primary {
  line-height: 1.2em;
}
@media (min-width: 1200px) {
  .case-type,
  .case-location,
  .case-inner .link-primary {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}

.case-inner {
  border-top: 3px solid #00a7c3;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .case-inner {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0;
  }
}

.case-quote,
.side-quote {
  background-color: #00a7c3;
  padding: 1.5em;
}
@media (min-width: 768px) {
  .case-quote,
  .side-quote {
    width: 31.91489%;
    float: right;
    margin-right: 0;
    display: flex;
    align-items: flex-end;
  }
}
.case-quote blockquote p,
.side-quote blockquote p {
  line-height: 1.2em;
  color: #FFF;
}
@media (min-width: 1200px) {
  .case-quote blockquote p,
  .side-quote blockquote p {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}

.side-quote {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .side-quote {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
}

@media (min-width: 768px) {
  .case-body {
    width: 57.44681%;
    float: left;
    margin-right: 2.12766%;
  }
}

.case-meta {
  border-top: 3px solid #00a7c3;
  padding-top: 1.5em;
}

.case-intro {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  max-width: 500px;
}

.case-details {
  margin-bottom: 1.5em;
}
.case-details td:nth-child(1) {
  width: 150px;
  color: #00a7c3;
}

.case-carousel {
  margin-bottom: 1.5em;
}
.case-carousel:hover .cycle-prev,
.case-carousel:hover .cycle-next, .case-carousel:focus .cycle-prev,
.case-carousel:focus .cycle-next {
  opacity: 1;
}
.case-carousel .cycle-prev,
.case-carousel .cycle-next {
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 300;
  top: 50%;
  margin-top: -24px;
  opacity: 0;
  transition: all 250ms;
  cursor: pointer;
}
.case-carousel .cycle-prev:before, .case-carousel .cycle-prev:after,
.case-carousel .cycle-next:before,
.case-carousel .cycle-next:after {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  left: 0;
  top: 0;
  transition: all 250ms;
}
.case-carousel .cycle-prev:before,
.case-carousel .cycle-next:before {
  background-image: url(../img/cycle-next.svg);
  opacity: 1;
}
.case-carousel .cycle-prev:after,
.case-carousel .cycle-next:after {
  background-image: url(../img/cycle-next-up.svg);
  opacity: 0;
}
.case-carousel .cycle-prev:hover:before, .case-carousel .cycle-prev:focus:before,
.case-carousel .cycle-next:hover:before,
.case-carousel .cycle-next:focus:before {
  opacity: 0;
}
.case-carousel .cycle-prev:hover:after, .case-carousel .cycle-prev:focus:after,
.case-carousel .cycle-next:hover:after,
.case-carousel .cycle-next:focus:after {
  opacity: 1;
}
.case-carousel .cycle-prev {
  left: 0;
}
.case-carousel .cycle-next {
  right: 0;
  transform: rotate(-180deg);
}

.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.footer-navigation ul:before, .footer-navigation ul:after {
  content: "";
  display: table;
}
.footer-navigation ul:after {
  clear: both;
}
@media (min-width: 768px) {
  .footer-navigation ul {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .footer-navigation .prev {
    width: 42.85714%;
    float: left;
    margin-right: 14.28571%;
  }
}
@media (min-width: 768px) {
  .footer-navigation .next {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
  }
}

@media (min-width: 768px) {
  .contact-body-sidebar {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 768px) {
  .contact-body-primary {
    width: 74.46809%;
    float: right;
    margin-right: 0;
  }
}

.contact-details {
  padding-top: 1.5em;
  border-top: 3px solid #00a7c3;
}
.contact-details h3, .contact-details p {
  font-size: 1.25em;
  line-height: 1.2em;
}
.contact-details h3 {
  font-weight: normal;
}
.contact-details a {
  color: #00a7c3;
}

.contact-form {
  padding-top: 1.5em;
  border-top: 3px solid #00a7c3;
}
.contact-form h2 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  margin-top: 0.4em;
  margin-bottom: 0.8em;
}

.feature-info {
  padding: 1.5em;
  position: relative;
}
.feature-info .title {
  font-size: 1.875em;
  line-height: 1.2em;
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  margin-bottom: 0.8em;
}
.feature-info .excerpt {
  color: #FFF;
  width: 75%;
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
.feature-info .link-primary {
  font-size: 1.25em;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .feature-info .link-primary {
    position: absolute;
    right: 1.2em;
    top: 1.5em;
  }
}

.feature-wrap .cycle-pager {
  position: absolute;
  z-index: 201;
  bottom: 0.75em;
  right: 1.5em;
  color: #FFF;
  line-height: 10px;
  letter-spacing: .5em;
}
.feature-wrap .cycle-pager span {
  cursor: pointer;
}
.feature-wrap .cycle-pager .cycle-pager-active {
  color: #00a7c3;
}

.content-finder {
  *zoom: 1;
  margin: 0 0 3em 0;
}
.content-finder:before, .content-finder:after {
  content: "";
  display: table;
}
.content-finder:after {
  clear: both;
}
@media (min-width: 768px) {
  .content-finder {
    display: flex;
  }
}

.wrap-finder {
  background-color: #111;
}
@media (min-width: 768px) {
  .wrap-finder {
    width: 31.91489%;
    float: right;
    margin-right: 0;
  }
}

.property-finder {
  background-color: #111;
  padding: 1.5em;
}
.property-finder header {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  font-size: 1.375em;
  line-height: 1.63636em;
  margin-bottom: 1.09091em;
}
@media (min-width: 1024px) {
  .property-finder header {
    font-size: 1.875em;
    line-height: 1.2em;
    margin-bottom: 0.8em;
  }
}
.property-finder ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.property-finder ul li {
  border-bottom: 1px solid #333;
  position: relative;
  display: block;
}
@media (min-width: 1024px) {
  .property-finder ul li {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
.property-finder ul li:last-of-type {
  border-bottom: 0;
}
.property-finder ul li a {
  color: #FFF;
  text-decoration: none;
  transition: all 250ms;
  line-height: 2.25em;
}
@media (min-width: 1024px) {
  .property-finder ul li a {
    line-height: 1.8em;
  }
}
.property-finder ul li a:after {
  content: "\f105";
  font-family: FontAwesome;
  color: #00a7c3;
  position: absolute;
  right: 0;
}
.property-finder ul li a:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #00a7c3;
  position: absolute;
  right: 3em;
  opacity: 0;
  transition: all 250ms ease-out;
}
.property-finder ul li a:hover {
  color: #00a7c3;
}
.property-finder ul li a:hover:before {
  right: 0;
  opacity: 1;
}

@media (min-width: 768px) {
  .fp-bottom-area {
    display: flex;
  }
}

.widget-wrap {
  background-color: #111;
}
@media (min-width: 768px) {
  .widget-wrap {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
}
.widget-wrap .widget {
  margin-bottom: 0;
}

/* Main hero */
.main-hero {
  margin-top: 1.5em;
}

@media (min-width: 1024px) {
  .main-hero-wrap {
    position: relative;
    overflow: hidden;
  }
}

.main-hero-info {
  background-color: #111;
  padding: 3em 1.5em;
}
@media (min-width: 1024px) {
  .main-hero-info {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    position: absolute;
    z-index: 300;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(17, 17, 17, 0.75);
    padding: 4.5em 3em;
  }
}
.main-hero-info h1 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  color: #FFF;
  margin-bottom: 0.8em;
}
@media (min-width: 1024px) {
  .main-hero-info h1 {
    font-size: 2.625em;
    line-height: 1.14286em;
    margin-bottom: 0.57143em;
    padding-bottom: 0.57143em;
    border-bottom: 2px solid #00a7c3;
  }
}
.main-hero-info p {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #FFF;
}

/* Featured panel */
.featured-header {
  *zoom: 1;
  padding-top: 3em;
}
.featured-header:before, .featured-header:after {
  content: "";
  display: table;
}
.featured-header:after {
  clear: both;
}
.featured-header h2 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}
@media (min-width: 768px) {
  .featured-header h2 {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
}
@media (min-width: 1024px) {
  .featured-header h2 {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
}
.featured-header .link-primary {
  display: none;
  font-size: 1.25em;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .featured-header .link-primary {
    display: inline;
    width: 48.93617%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .featured-header .link-primary {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    text-align: left;
  }
}

.featured-property-wrap {
  *zoom: 1;
}
.featured-property-wrap:before, .featured-property-wrap:after {
  content: "";
  display: table;
}
.featured-property-wrap:after {
  clear: both;
}

.featured-property {
  margin-bottom: 1.5em;
  border-top: 3px solid #00a7c3;
}
@media (min-width: 768px) {
  .featured-property {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
  }
  .featured-property:last-child {
    width: 31.91489%;
    float: right;
    margin-right: 0;
  }
}

.featured-property-img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 55.84416%;
  background-color: #f5f5f5;
}

.featured-property-info {
  background-color: #00a7c3;
  padding: 1.5em;
}
.featured-property-info h3,
.featured-property-info .featured-property-header {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  color: #FFF;
  margin-bottom: 0.8em;
}
.featured-property-info .featured-property-header + p {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #FFF;
  min-height: 4.5em;
  margin-bottom: 1.2em;
}
.featured-property-info .featured-spec {
  display: block;
}

/* Main intro panel */
.main-intro {
  *zoom: 1;
  margin-bottom: 1.5em;
}
.main-intro:before, .main-intro:after {
  content: "";
  display: table;
}
.main-intro:after {
  clear: both;
}

.main-intro-intro {
  background-color: #EEF2F8;
  padding: 1.5em 1.5em;
  border-top: 3px solid #00a7c3;
}
@media (min-width: 768px) {
  .main-intro-intro {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
}
.main-intro-intro h2 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0.8em;
}
.main-intro-intro p {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}

.main-intro-latest, .featured-prop {
  padding-top: 0;
  border-top: 3px solid #00a7c3;
  border-color: #00a7c3;
}
@media (min-width: 768px) {
  .main-intro-latest, .featured-prop {
    width: 65.95745%;
    float: right;
    margin-right: 0;
  }
}
.main-intro-latest h2, .featured-prop h2,
.main-intro-latest .post-title,
.featured-prop .post-title {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
}
.main-intro-latest h2 a, .featured-prop h2 a,
.main-intro-latest .post-title a,
.featured-prop .post-title a {
  color: #111;
  text-decoration: none;
  transition: all 250ms;
}
.main-intro-latest h2 a:hover, .featured-prop h2 a:hover,
.main-intro-latest .post-title a:hover,
.featured-prop .post-title a:hover {
  color: #00a7c3;
}
.main-intro-latest h3, .featured-prop h3,
.main-intro-latest .latest-header,
.featured-prop .latest-header,
.main-intro-latest .featured-prop-header,
.featured-prop .featured-prop-header {
  font-size: 1.25em;
  line-height: 1.2em;
  color: #00a7c3;
  font-weight: normal;
  margin-top: 1.2em;
}
.main-intro-latest p, .featured-prop p {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
.main-intro-latest .date, .featured-prop .date {
  color: #999;
  margin-bottom: 0.6em;
}

@media (min-width: 768px) {
  .has-image .latest-content {
    width: 48.3871%;
    float: right;
    margin-right: 0;
  }
}

.latest-content {
  padding-top: 1.5em;
}

@media (min-width: 768px) {
  .latest-image, .featured-prop-img {
    width: 48.3871%;
    float: left;
    margin-right: 3.22581%;
  }
}

.search-feature {
  *zoom: 1;
  margin: 3em 0;
}
.search-feature:before, .search-feature:after {
  content: "";
  display: table;
}
.search-feature:after {
  clear: both;
}
@media (min-width: 768px) {
  .search-feature {
    display: flex;
  }
}

.search-wrap {
  background-color: #00a7c3;
}
@media (min-width: 768px) {
  .search-wrap {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
    display: flex;
  }
}

.feature-wrap {
  background-color: #111;
}
@media (min-width: 768px) {
  .feature-wrap {
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}

/* Property listing */
.property-listing-wrap {
  *zoom: 1;
}
.property-listing-wrap:before, .property-listing-wrap:after {
  content: "";
  display: table;
}
.property-listing-wrap:after {
  clear: both;
}

.property-listing-item {
  margin-bottom: 1.5em;
  border-top: 3px solid #00a7c3;
}
@media (min-width: 768px) {
  .property-listing-item {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .property-listing-item:nth-child(2n) {
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}

.property-group-header {
  margin-bottom: 1.5em;
}
.property-group-header span {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: normal;
  color: #00a7c3;
}

.property-listing-img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 54.59184%;
  background-color: #f5f5f5;
  overflow: hidden;
}

.property-hover:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00a7c3;
  z-index: 2;
  opacity: 0;
  transition: all 250ms;
}
.property-hover:hover:before {
  opacity: .5;
}

.alt-item .property-hover:before {
  background-color: #111;
}

.property-listing-msg {
  animation-delay: 500ms;
  animation-duration: 250ms;
  animation-fill-mode: both;
}

.property-listing-header {
  background-color: #00a7c3;
  padding: 1.5em;
}
.property-listing-header h3 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: normal;
  color: #FFF;
}
.property-listing-header h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: normal;
  color: #FFF;
}

.property-listing-summary {
  *zoom: 1;
  background-color: #EEF2F8;
  padding: 1.5em;
}
.property-listing-summary:before, .property-listing-summary:after {
  content: "";
  display: table;
}
.property-listing-summary:after {
  clear: both;
}
.property-listing-summary p {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0;
}

@media (min-width: 768px) {
  .property-listing-txt,
  .property-listing-price {
    min-height: 3em;
  }
}
@media (min-width: 1024px) {
  .property-listing-txt,
  .property-listing-price {
    min-height: 6em;
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
  }
}
.property-listing-txt p,
.property-listing-price p {
  margin: 0;
}

.property-listing-txt p {
  margin-bottom: 1.2em;
}

.property-listing-price {
  color: #00a7c3;
  min-height: 0;
}
@media (min-width: 1024px) {
  .property-listing-price {
    width: 47.82609%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .property-listing-txt-extended {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .property-listing-btn {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .property-listing-btn {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
  }
}
.property-listing-btn p {
  margin: 0;
}

/* Alterntive colors etc. */
.alt-item .property-listing-header {
  background-color: #111;
}

/* Optional overlay message */
.property-listing-msg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(17, 17, 17, 0.5);
  font-size: 1.25em;
  line-height: 1.2em;
  color: #FFF;
  padding: 1.2em;
  z-index: 3;
}

/* News listing */
.news-listing-wrap {
  *zoom: 1;
}
.news-listing-wrap:before, .news-listing-wrap:after {
  content: "";
  display: table;
}
.news-listing-wrap:after {
  clear: both;
}

.news-listing-item {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
  border-top: 3px solid #00a7c3;
}
@media (min-width: 1024px) {
  .news-listing-item {
    width: 48.93617%;
    float: left;
  }
  .news-listing-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .news-listing-item:nth-child(2n + 2) {
    margin-left: 51.06383%;
    margin-right: -100%;
    clear: none;
  }
}
.news-listing-item h2 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.news-listing-item h2 a {
  color: #111;
  text-decoration: none;
  transition: all 250ms;
}
.news-listing-item h2 a:hover {
  color: #00a7c3;
}
@media (min-width: 1024px) {
  .news-listing-item .post-excerpt {
    height: 6em;
  }
}
.news-listing-item p {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
.news-listing-item .date {
  color: #999;
  margin-bottom: 0.6em;
}

/* Pagination */
.pagination {
  text-align: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 768px) {
  .pagination {
    padding-top: 3em;
  }
}
.pagination p {
  font-size: 1.25em;
  line-height: 1.2em;
}

/* News article */
.news-header {
  *zoom: 1;
  margin-bottom: 0.75em;
}
.news-header:before, .news-header:after {
  content: "";
  display: table;
}
.news-header:after {
  clear: both;
}

.news-header-title {
  *zoom: 1;
}
.news-header-title:before, .news-header-title:after {
  content: "";
  display: table;
}
.news-header-title:after {
  clear: both;
}
@media (min-width: 768px) {
  .news-header-title {
    width: 57.44681%;
    float: left;
    margin-right: 2.12766%;
  }
}

.news-header-date {
  float: left;
}
.news-header-date span {
  color: #999;
}

.news-header-social {
  float: right;
  margin-top: -3px;
}
.news-header-social span {
  color: #999;
}
.news-header-social span:nth-child(2n), .news-header-social span:nth-child(3n) {
  padding-left: .5em;
}
.news-header-social .sharethis {
  cursor: pointer;
}
.news-header-social .fa {
  font-size: 22px;
  color: #00a7c3;
}

.news-body {
  *zoom: 1;
}
.news-body:before, .news-body:after {
  content: "";
  display: table;
}
.news-body:after {
  clear: both;
}

.news-body-article {
  border-top: 3px solid #00a7c3;
  padding-top: 1.5em;
}
@media (min-width: 768px) {
  .news-body-article {
    width: 57.44681%;
    float: left;
    margin-right: 2.12766%;
  }
}

.cms-text-area h2 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: normal;
  color: #00a7c3;
  margin-bottom: 1.2em;
}
.cms-text-area h3 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 1.2em;
}
.cms-text-area h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: normal;
}
.cms-text-area p {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
.cms-text-area ul, .cms-text-area ol {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  margin-left: 1.5em;
}
.cms-text-area a {
  display: inline-block;
  color: #00a7c3;
  position: relative;
}
.cms-text-area a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 167, 195, 0.25);
  transition: all 250ms;
}
.cms-text-area a:hover {
  color: #00a7c3;
}
.cms-text-area a:hover:after {
  border-bottom: 1px solid #00a7c3;
}
.cms-text-area blockquote {
  margin-bottom: 1.2em;
  margin-left: 1.5em;
}
.cms-text-area blockquote p {
  margin-bottom: 0;
}
.cms-text-area blockquote cite {
  font-size: 1.25em;
  line-height: 1.2em;
  font-style: normal;
}
.cms-text-area blockquote cite:before {
  content: "—";
  display: block;
  color: #00a7c3;
}

.home .cms-text-area h1 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.8em;
  color: #111;
}
@media (min-width: 768px) {
  .home .cms-text-area h1 {
    font-size: 2.625em;
    line-height: 1.14286em;
    margin-bottom: 0.57143em;
  }
}

.wp-caption {
  margin-bottom: 1.5em;
}

.news-body-sidebar {
  border-top: 3px solid #00a7c3;
  padding-top: 1.5em;
}
@media (min-width: 768px) {
  .news-body-sidebar {
    width: 31.91489%;
    float: right;
    margin-right: 0;
  }
}
.news-body-sidebar h3,
.news-body-sidebar .widget-title {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 1.2em;
}
.news-body-sidebar ul {
  list-style: none;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0;
}
.news-body-sidebar li {
  margin-bottom: 0.6em;
}

.widget {
  margin-bottom: 3em;
}
.widget li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.widget a {
  text-decoration: none;
  display: inline-block;
  color: #00a7c3;
  position: relative;
  display: inline;
}
.widget a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 167, 195, 0.25);
  transition: all 250ms;
}
.widget a:hover {
  color: #00a7c3;
}
.widget a:hover:after {
  border-bottom: 1px solid #00a7c3;
}

@media (min-width: 768px) {
  .property-list {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
  }
}

@media (min-width: 768px) {
  .property-list-sidebar {
    width: 31.91489%;
    float: right;
    margin-right: 0;
  }
}
.property-list-sidebar .widget {
  margin-bottom: 3em;
}

@media (min-width: 768px) {
  .cat-row {
    display: flex;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .cat-row {
    display: flex;
    width: 100%;
    margin-bottom: 1.5em;
  }
  .cat-row .cat-box:last-of-type {
    margin-right: 0;
  }
}

.cat-box {
  background-color: #111;
  margin-bottom: 1.5em;
  border-top: 3px solid #00A8C3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .cat-box {
    width: 31.91489%;
    margin-right: 2.12766%;
  }
}

.cat-info {
  padding: 1.5em;
  color: #FFF;
}
.cat-info header {
  font-size: 1.875em;
  line-height: 1.2em;
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  margin-bottom: 0.8em;
}
.cat-info p {
  font-size: 1.25em;
  line-height: 1.2em;
}

.latest-image, .featured-prop-img {
  text-decoration: none;
}

.cat-box-link {
  background-color: #00a7c3;
  display: block;
  color: #FFF;
  padding: 0.6em 1.2em;
  text-decoration: none;
  font-size: 1.25em;
  line-height: 1.2em;
  transition: all 250ms;
  border-bottom: 3px solid #99dce7;
}
.cat-box-link .fa {
  transition: all 250ms;
}
.cat-box-link:hover {
  background-color: #00869c;
}
.cat-box-link:hover .fa {
  transform: translateX(10px);
}

.property-results {
  margin: 3em 0;
}

.property-item {
  border-top: 3px solid #00a7c3;
  *zoom: 1;
  margin-bottom: 3em;
}
.property-item:before, .property-item:after {
  content: "";
  display: table;
}
.property-item:after {
  clear: both;
}
@media (min-width: 768px) {
  .property-item .latest-image, .property-item .featured-prop-img {
    width: 48.3871%;
    float: left;
    margin-right: 3.22581%;
  }
}
@media (min-width: 768px) {
  .property-item .latest-content {
    width: 48.3871%;
    float: right;
    margin-right: 0;
  }
}
.property-item .latest-content p {
  margin: 0;
  font-size: 1.25em;
  line-height: 1.2em;
}
.property-item h2 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.8em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.property-item h2 a {
  color: #111;
  text-decoration: none;
  transition: all 250ms;
}
.property-item h2 a:hover {
  color: #00a7c3;
}
.property-item .post-excerpt:before {
  content: "–";
  color: #00a7c3;
  display: block;
  margin: 1em 0;
}

@media (min-width: 768px) {
  .property-content {
    width: 57.44681%;
    float: left;
    margin-right: 2.12766%;
    margin-right: 8.51064%;
  }
}
.property-content .page-header {
  border-bottom: 3px solid #00a7c3;
}
.property-content .page-header h1 {
  margin-top: 0;
}

.p-header {
  color: #00a7c3;
  font-size: 1.25em;
  line-height: 1.2em;
  border-top-width: 0.15em;
  border-top-style: solid;
  padding-top: 1.05em;
  border-color: #00a7c3;
  margin-bottom: 1.2em;
  font-weight: normal;
}

.p-overview p {
  font-size: 1.25em;
  line-height: 1.2em;
}

.p-specs {
  /* Prevent nested li's from getting messed up */
}
.p-specs ul {
  list-style: none;
  padding-left: 0;
  margin: 1.2em 0;
  font-size: 1.25em;
  line-height: 1.2em;
}
.p-specs ul > li {
  padding-left: 0.6em;
  position: relative;
  margin: 0.3em 0;
}
.p-specs ul > li:before {
  content: "–";
  position: absolute;
  display: inline-block;
  top: 0;
  color: #00a7c3;
  left: 0;
}

.p-table {
  margin-bottom: 1.5em;
}
.p-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media (min-width: 1024px) {
  .p-table table {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
.p-table th {
  text-align: left;
  font-weight: normal;
  color: #999;
}
.p-table td {
  border-top: 1px solid #00a7c3;
  padding: 0.375em 0;
}
@media (min-width: 1024px) {
  .p-table td {
    padding: 0.3em 0;
  }
}
.p-table tbody tr {
  border-top: 1px solid #00a7c3;
}

p.legal {
  color: #999;
}

@media (min-width: 1024px) {
  .p-textarea p {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}

.p-downloads ul {
  list-style: none;
}
@media (min-width: 1024px) {
  .p-downloads ul {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}

.p-arrow-link {
  text-decoration: none;
  display: inline-block;
  color: #00a7c3;
  position: relative;
}
.p-arrow-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 167, 195, 0.25);
  transition: all 250ms;
}
.p-arrow-link:hover {
  color: #00a7c3;
}
.p-arrow-link:hover:after {
  border-bottom: 1px solid #00a7c3;
}
.p-arrow-link .fa {
  transition: all 250ms;
}
.p-arrow-link:hover .fa {
  margin-left: 10px;
}

.p-gmap .gmap {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}

.p-address {
  margin: 1.5em 0;
  *zoom: 1;
}
.p-address:before, .p-address:after {
  content: "";
  display: table;
}
.p-address:after {
  clear: both;
}
.p-address address {
  font-style: normal;
}
@media (min-width: 768px) {
  .p-address address {
    width: 70.37037%;
    float: left;
    margin-right: 3.7037%;
  }
}
@media (min-width: 1024px) {
  .p-address address {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
.p-address .address-links {
  list-style: none;
  margin: 1.5em 0 0 0;
}
@media (min-width: 768px) {
  .p-address .address-links {
    margin: 0;
    width: 25.92593%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .p-address .address-links {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}

.p-slider .cycle-next,
.p-slider .cycle-prev {
  width: 3em;
  height: 3em;
  line-height: 3em;
  background-color: rgba(0, 167, 195, 0.5);
  position: absolute;
  z-index: 201;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  color: #FFF;
  transition: all 250ms;
}
.p-slider .cycle-next:before,
.p-slider .cycle-prev:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 30px;
  transition: all 250ms;
}
.p-slider .cycle-next:hover,
.p-slider .cycle-prev:hover {
  background-color: #FFF;
}
.p-slider .cycle-next:hover:before,
.p-slider .cycle-prev:hover:before {
  color: #00a7c3;
}
.p-slider .cycle-next {
  right: 0;
}
.p-slider .cycle-next:before {
  content: "\f105";
}
.p-slider .cycle-prev {
  left: 0;
}
.p-slider .cycle-prev:before {
  content: "\f104";
}

/* Overview */
.overview {
  *zoom: 1;
}
.overview:before, .overview:after {
  content: "";
  display: table;
}
.overview:after {
  clear: both;
}

.overview-item {
  padding-bottom: 1.5em;
}
@media (min-width: 768px) {
  .overview-item {
    padding-top: 1.5em;
    border-top: 3px solid #00a7c3;
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
}
.overview-item h2 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: normal;
  color: #00a7c3;
  margin-bottom: 1.2em;
}
.overview-item h3 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 0.8em;
}
.overview-item p {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
.overview-item ul {
  list-style: none;
  list-style-position: outside;
}
.overview-item li {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
}
.overview-item li:before {
  content: "—";
  float: left;
  margin-left: -1em;
  color: #00a7c3;
}

.overview-btns {
  *zoom: 1;
}
.overview-btns:before, .overview-btns:after {
  content: "";
  display: table;
}
.overview-btns:after {
  clear: both;
}
@media (min-width: 768px) {
  .overview-btns .btn-primary, .overview-btns .btn-secondary {
    width: 47.82609%;
    float: left;
  }
  .overview-btns .btn-primary:nth-child(2n + 1), .overview-btns .btn-secondary:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .overview-btns .btn-primary:nth-child(2n + 2), .overview-btns .btn-secondary:nth-child(2n + 2) {
    margin-left: 52.17391%;
    margin-right: -100%;
    clear: none;
  }
}

.overview-item-secondary {
  background-color: #EEF2F8;
  padding-right: 2.25em;
  padding-left: 2.25em;
  padding-top: 1.5em;
}
@media (min-width: 768px) {
  .overview-item-secondary {
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}
.overview-item-secondary blockquote p {
  margin-bottom: 0;
}
.overview-item-secondary blockquote cite {
  font-size: 1.25em;
  line-height: 1.2em;
  font-style: normal;
  color: #00a7c3;
}
.overview-item-secondary blockquote cite:before {
  content: "—";
  display: block;
  color: #00a7c3;
}

.mobile-btns p {
  margin-bottom: 0.75em;
}
.mobile-btns p:last-of-type {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .mobile-btns {
    display: none;
  }
}

.banner,
.page-banner {
  width: 100%;
  height: 0;
  padding-bottom: 41.66667%;
  background-color: #f5f5f5;
  position: relative;
}
@media (min-width: 768px) {
  .banner,
  .page-banner {
    padding-bottom: 41.66667%;
  }
}

.banner-preloader,
.page-banner-preloader {
  position: absolute;
  left: -999em;
  width: 0;
  height: 0;
}

.banner-cycle,
.page-banner-cycle {
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 41.66667%;
}
@media (min-width: 768px) {
  .banner-cycle,
  .page-banner-cycle {
    padding-bottom: 41.66667%;
  }
}

.basic-hero-img .banner,
.basic-hero-img .page-banner,
.basic-hero-img .banner-cycle,
.basic-hero-img .page-banner-cycle {
  padding-bottom: 83.33333%;
}

.page-banner .cycle-slide {
  width: 100%;
  height: 0;
  padding-bottom: 41.66667%;
  position: relative;
}
@media (min-width: 768px) {
  .page-banner .cycle-slide {
    padding-bottom: 41.66667%;
  }
}

.slideshow-loader {
  display: block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -rhythm(0.5);
  margin-left: -rhythm(0.5);
  z-index: 201;
  text-align: center;
  background-image: url(../img/oval.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.page-banner .cycle-pager {
  position: absolute;
  left: 0;
  bottom: 1.5em;
  width: 100%;
  z-index: 200;
  text-align: center;
}
.page-banner .cycle-pager span {
  text-indent: -999em;
  width: 0.75em;
  height: 0.75em;
  display: inline-block;
  background-color: #FFF;
  border-radius: 1.5em;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 250ms;
}
.page-banner .cycle-pager span.cycle-pager-active {
  background-color: #00a7c3;
  cursor: default;
}
.page-banner .cycle-next, .page-banner .cycle-prev {
  width: 3em;
  height: 3em;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  transition: right 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 50%;
  border-top: 0;
  border-left: 0;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
  right: 3em;
  z-index: 2;
  margin-top: -1.5em;
  z-index: 200;
  cursor: pointer;
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-banner .cycle-next:hover, .page-banner .cycle-prev:hover {
  border-color: #111;
  border-width: 5px;
}
.page-banner .cycle-prev {
  right: auto;
  left: 3em;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  border-bottom: 0;
  border-right: 0;
}

.thumbnail-pager {
  margin: 1.5em 0 0 0;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .thumbnail-pager {
    *zoom: 1;
    margin-bottom: 0;
    display: block;
  }
  .thumbnail-pager:before, .thumbnail-pager:after {
    content: "";
    display: table;
  }
  .thumbnail-pager:after {
    clear: both;
  }
}
.thumbnail-pager span {
  cursor: pointer;
  height: 10px;
  border: 1px solid #FFF;
  background-color: #00a7c3;
  display: table-cell;
}
.thumbnail-pager span img {
  display: none;
}
.thumbnail-pager span.cycle-pager-active {
  background-color: #111;
}
@media (min-width: 768px) {
  .thumbnail-pager span {
    height: auto;
    border: 0;
    background-color: transparent;
    width: 14.89362%;
    float: left;
    border-bottom: 3px solid #FFF;
    transition: all 250ms;
    margin-bottom: 2.12766%;
  }
  .thumbnail-pager span img {
    display: block;
  }
  .thumbnail-pager span:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .thumbnail-pager span:nth-child(6n + 2) {
    margin-left: 17.02128%;
    margin-right: -100%;
    clear: none;
  }
  .thumbnail-pager span:nth-child(6n + 3) {
    margin-left: 34.04255%;
    margin-right: -100%;
    clear: none;
  }
  .thumbnail-pager span:nth-child(6n + 4) {
    margin-left: 51.06383%;
    margin-right: -100%;
    clear: none;
  }
  .thumbnail-pager span:nth-child(6n + 5) {
    margin-left: 68.08511%;
    margin-right: -100%;
    clear: none;
  }
  .thumbnail-pager span:nth-child(6n + 6) {
    margin-left: 85.10638%;
    margin-right: -100%;
    clear: none;
  }
  .thumbnail-pager span.cycle-pager-active {
    border-bottom: 3px solid #00a7c3;
  }
}

.block-pager {
  margin: 0 0 1.5em 0;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 1.5em;
}
.block-pager span {
  text-indent: -999em;
  cursor: pointer;
  line-height: 12px;
  height: 12px;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
  background-color: #4C4C4C;
  display: table-cell;
  transition: all 250ms;
}
.block-pager span:first-of-type {
  border-left: 0;
}
.block-pager span:last-of-type {
  border-right: 0;
}
.block-pager span.cycle-pager-active {
  background-color: #00a7c3;
}

.hero-caption {
  transition: all 350ms;
  opacity: 0;
}
.hero-caption.active {
  opacity: 1;
}

.breadcrumb {
  list-style: none;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.breadcrumb li {
  display: inline;
  font-size: 1.25em;
  line-height: 1.2em;
  color: #999;
}
.breadcrumb li:after {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: .25em;
  padding-left: .5em;
}
.breadcrumb a {
  color: #00a7c3;
  text-decoration: none;
  display: inline-block;
  color: #00a7c3;
  position: relative;
}
.breadcrumb a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 167, 195, 0.25);
  transition: all 250ms;
}
.breadcrumb a:hover {
  color: #00a7c3;
}
.breadcrumb a:hover:after {
  border-bottom: 1px solid #00a7c3;
}
.breadcrumb .current-breadcrumb-item:after {
  content: "";
}
.breadcrumb .current-breadcrumb-item a {
  color: #999;
  text-decoration: none;
  cursor: default;
}
.breadcrumb .current-breadcrumb-item a:after {
  display: none;
}

/* Buttons */
.btn-primary, .btn-secondary {
  margin-bottom: 0;
}
.btn-primary a, .btn-secondary a {
  display: block;
  padding: 0.6em 0.3em;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #00a7c3;
  border-bottom: 3px solid #33B9CF;
  transition: all 250ms;
}
.btn-primary a i, .btn-secondary a i {
  transition: all 250ms;
}
.btn-primary a:hover, .btn-secondary a:hover {
  background-color: #007d92;
}
.btn-primary a:hover i, .btn-secondary a:hover i {
  margin-left: 10px;
}

.btn-secondary a {
  color: #00a7c3;
  background-color: #FFF;
  border-bottom: 3px solid #DEE5F2;
}
.btn-secondary a:hover {
  background-color: #DEE5F2;
  border-bottom: 3px solid #a7acb6;
}
.btn-secondary a:hover i {
  margin-left: 10px;
}

/* Links */
.link-primary a {
  text-decoration: none;
  display: inline-block;
  color: #00a7c3;
  position: relative;
}
.link-primary a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 167, 195, 0.25);
  transition: all 250ms;
}
.link-primary a:hover {
  color: #00a7c3;
}
.link-primary a:hover:after {
  border-bottom: 1px solid #00a7c3;
}
.link-primary a i {
  transition: all 250ms;
}
.link-primary a:hover i {
  margin-left: 5px;
}

.carousel {
  width: 100%;
  display: none;
}

.carousel-cell {
  width: 100%;
  padding-bottom: 41.66667%;
  background-size: cover;
}

/* move page dots into carousel */
.flickity-page-dots {
  bottom: 10px;
}

.featured-prop {
  float: left;
  *zoom: 1;
}
.featured-prop:before, .featured-prop:after {
  content: "";
  display: table;
}
.featured-prop:after {
  clear: both;
}

@media (min-width: 768px) {
  .featured-content {
    width: 48.3871%;
    float: right;
    margin-right: 0;
  }
}

.featured-prop-header {
  padding-top: 1.5em;
}

.main-footer {
  background-color: #111;
}

.main-footer-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5em 4.25532%;
  margin-top: 3em;
}
.main-footer-inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  .main-footer-inner {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 1024px) {
  .main-footer-inner {
    box-sizing: content-box;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.main-footer-primary {
  *zoom: 1;
  margin-bottom: 1.5em;
}
.main-footer-primary:before, .main-footer-primary:after {
  content: "";
  display: table;
}
.main-footer-primary:after {
  clear: both;
}

.main-footer-primary-item {
  padding-top: 1.5em;
  border-top: 1px solid #333;
}
@media (min-width: 768px) {
  .main-footer-primary-item {
    width: 48.93617%;
    float: left;
    margin-right: 2.12766%;
  }
  .main-footer-primary-item:nth-child(2n) {
    width: 48.93617%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .main-footer-primary-item {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
  .main-footer-primary-item:nth-child(2n) {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%;
  }
  .main-footer-primary-item:last-child {
    width: 23.40426%;
    float: right;
    margin-right: 0;
  }
}
.main-footer-primary-item h3, .main-footer-primary-item p, .main-footer-primary-item ul {
  font-size: 1.125em;
  line-height: 1.33333em;
  color: #FFF;
}
.main-footer-primary-item h3 {
  font-weight: normal;
}
.main-footer-primary-item ul {
  list-style: none;
}
.main-footer-primary-item a {
  color: #FFF;
  text-decoration: none;
  transition: all 250ms;
}
.main-footer-primary-item a:hover {
  color: #00a7c3;
  text-decoration: underline;
}
.main-footer-primary-item .social-accounts li {
  display: inline-block;
  margin-left: 5px;
}
.main-footer-primary-item .social-accounts li a {
  font-size: 20px;
}
.main-footer-primary-item .social-accounts li a:hover {
  text-decoration: none;
}

.small-divider:before,
.group-navbar ul:before {
  display: block;
  content: "—";
  color: #00a7c3;
}

.main-footer-secondary {
  font-size: 1em;
  line-height: 1.5em;
  color: #999;
}
.main-footer-secondary p {
  margin-bottom: 0;
}
.main-footer-secondary ul {
  list-style: none;
  margin-bottom: 0;
}
.main-footer-secondary li {
  display: inline;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border-right: 1px solid #333;
}
.main-footer-secondary li:first-of-type {
  padding-left: 0;
}
.main-footer-secondary li:last-child {
  border-right: 0;
}
.main-footer-secondary a {
  color: #999;
  text-decoration: none;
  transition: all 250ms;
}
.main-footer-secondary a:hover {
  color: #00a7c3;
  text-decoration: underline;
}

.enquiry-form-header {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: normal;
  color: #111;
  margin-bottom: 0.8em;
}

.enquiry-form {
  padding-bottom: 1.5em;
  margin-top: 1.5em;
  *zoom: 1;
}
.enquiry-form:before, .enquiry-form:after {
  content: "";
  display: table;
}
.enquiry-form:after {
  clear: both;
}
@media (min-width: 768px) {
  .enquiry-form {
    padding-top: 1.5em;
    border-top: 3px solid #00a7c3;
  }
}

.gfieldset {
  border: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5em;
}

.form-3-wrapper .name_first,
.form-3-wrapper .name_last {
  margin-bottom: 10px;
  display: block;
}
.form-3-wrapper .name_first label,
.form-3-wrapper .name_last label {
  display: none;
}
.form-3-wrapper .gfield_checkbox li {
  margin-bottom: 10px;
  display: block;
}
.form-3-wrapper .form-1-col {
  margin-bottom: 10px;
  display: block;
}

.enquiry-form .gform_body {
  position: relative;
}
@media (min-width: 768px) {
  .enquiry-form .form-3-wrapper {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
    margin: 0;
  }
  .enquiry-form .form-3-wrapper .gfieldset-legend {
    width: 22.58065%;
    float: left;
    margin-right: 3.22581%;
  }
  .enquiry-form .form-3-wrapper.gfieldset {
    margin-bottom: 1.5em;
  }
  .enquiry-form .form-3-wrapper.gfieldset .gform_fields {
    width: 74.19355%;
    float: right;
    margin-right: 0;
  }
  .enquiry-form .form-3-wrapper .name_first,
  .enquiry-form .form-3-wrapper .name_last,
  .enquiry-form .form-3-wrapper .gfield_checkbox li {
    width: 47.82609%;
    float: left;
    margin-bottom: 0;
  }
  .enquiry-form .form-3-wrapper .name_first:nth-child(2n + 1),
  .enquiry-form .form-3-wrapper .name_last:nth-child(2n + 1),
  .enquiry-form .form-3-wrapper .gfield_checkbox li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .enquiry-form .form-3-wrapper .name_first:nth-child(2n + 2),
  .enquiry-form .form-3-wrapper .name_last:nth-child(2n + 2),
  .enquiry-form .form-3-wrapper .gfield_checkbox li:nth-child(2n + 2) {
    margin-left: 52.17391%;
    margin-right: -100%;
    clear: none;
  }
  .enquiry-form .form-3-wrapper .ginput_complex {
    *zoom: 1;
  }
  .enquiry-form .form-3-wrapper .ginput_complex:before, .enquiry-form .form-3-wrapper .ginput_complex:after {
    content: "";
    display: table;
  }
  .enquiry-form .form-3-wrapper .ginput_complex:after {
    clear: both;
  }
  .enquiry-form .form-3-wrapper .form-1-col {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
    margin-bottom: 0;
  }
  .enquiry-form .form-3-wrapper .form-1-col-last {
    width: 47.82609%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .enquiry-form .form-1-wrapper {
    width: 31.91489%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.enquiry-form .gform_footer {
  position: relative;
}
@media (min-width: 768px) {
  .enquiry-form .gform_footer {
    width: 14.89362%;
    float: left;
    margin-right: 2.12766%;
    margin-right: 85.10638%;
  }
}

.ginput_complex {
  *zoom: 1;
}
.ginput_complex:before, .ginput_complex:after {
  content: "";
  display: table;
}
.ginput_complex:after {
  clear: both;
}

@media (min-width: 768px) {
  .contact-form .form-3-wrapper .gfieldset-legend {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
  }
  .contact-form .form-3-wrapper.gfieldset .gform_fields {
    width: 65.71429%;
    float: right;
    margin-right: 0;
  }
  .contact-form .form-3-wrapper .name_first,
  .contact-form .form-3-wrapper .name_last,
  .contact-form .form-3-wrapper .gfield_checkbox li {
    width: 47.82609%;
    float: left;
    margin-bottom: 0;
  }
  .contact-form .form-3-wrapper .name_first:nth-child(2n + 1),
  .contact-form .form-3-wrapper .name_last:nth-child(2n + 1),
  .contact-form .form-3-wrapper .gfield_checkbox li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .contact-form .form-3-wrapper .name_first:nth-child(2n + 2),
  .contact-form .form-3-wrapper .name_last:nth-child(2n + 2),
  .contact-form .form-3-wrapper .gfield_checkbox li:nth-child(2n + 2) {
    margin-left: 52.17391%;
    margin-right: -100%;
    clear: none;
  }
  .contact-form .form-3-wrapper .ginput_complex {
    *zoom: 1;
  }
  .contact-form .form-3-wrapper .ginput_complex:before, .contact-form .form-3-wrapper .ginput_complex:after {
    content: "";
    display: table;
  }
  .contact-form .form-3-wrapper .ginput_complex:after {
    clear: both;
  }
  .contact-form .form-3-wrapper .form-1-col {
    width: 47.82609%;
    float: left;
    margin-right: 4.34783%;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .contact-form .form-3-wrapper .form-1-col {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .contact-form .form-3-wrapper .form-1-col-last {
    width: 47.82609%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .contact-form .form-1-wrapper {
    width: 65.71429%;
    float: left;
    margin-right: 2.85714%;
    margin-left: 34.28571%;
  }
}
.contact-form .gform_footer {
  position: relative;
}
@media (min-width: 768px) {
  .contact-form .gform_footer {
    width: 31.42857%;
    float: left;
    margin-right: 2.85714%;
    margin-left: 34.28571%;
  }
}

.gfieldset-legend {
  padding: 0;
  font-size: 1em;
  line-height: 1.5em;
  line-height: 1.95em;
}

.gform_wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.gform_body {
  *zoom: 1;
}
.gform_body:before, .gform_body:after {
  content: "";
  display: table;
}
.gform_body:after {
  clear: both;
}

.gform_fields {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.gfield_label {
  display: none;
}

.gfield_checkbox label {
  line-height: 1.95em;
  display: block;
  position: relative;
  padding-left: 2.25em;
  cursor: pointer;
}
.gfield_checkbox input[type="checkbox"] {
  display: none;
}
.gfield_checkbox input[type="checkbox"] + label:before {
  content: "";
  display: block;
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 1.875em;
  height: 1.875em;
  border: 1px solid #999;
  background-color: #FFF;
  transition: all 250ms;
}
.gfield_checkbox input[type="checkbox"]:checked + label:before {
  border-color: #00a7c3;
  background-color: #00a7c3;
}

.ginput_container input[type="text"], .ginput_container input[type="email"], .ginput_container textarea {
  width: 100%;
  padding: 0.375em;
  padding-top: 0.45em;
  padding-bottom: 0.3em;
  font-size: 1em;
  line-height: 1.5em;
  line-height: 1em;
  border: 0;
  border-color: #999;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.3125em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.3125em;
}
.ginput_container textarea {
  width: 100%;
  height: 8.79em;
}

.hide-form-header .gfieldset-legend {
  display: none;
}

.validation_message {
  color: red;
  font-size: 12px;
}

.gform_button {
  border: 0;
  display: block;
  width: 100%;
  font-size: 1.25em;
  line-height: 1.2em;
  padding: 0.6em 0.3em;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  background-color: #00a7c3;
  border-bottom: 3px solid #33B9CF;
  transition: all 250ms;
  cursor: pointer;
}
.gform_button:hover {
  background-color: #007d92;
}

img.gform_ajax_spinner {
  position: absolute;
  left: 100%;
  margin-left: 1.5em;
  width: 1.5em;
  height: 1.5em;
  top: 0.75em;
}

.validation_error {
  color: red;
  display: block;
  margin-bottom: 1.5em;
}

/* Register (footer) */
.register {
  position: relative;
  color: #00a7c3;
  font-size: 18px;
}
.register .mc-form {
  background-color: #333;
  *zoom: 1;
}
.register .mc-form:before, .register .mc-form:after {
  content: "";
  display: table;
}
.register .mc-form:after {
  clear: both;
}
.register input {
  width: calc( 100% - 32px );
  line-height: 42px;
  float: left;
  color: #FFF;
  background-color: transparent;
  text-indent: 10px;
  border: 0;
}
.register .submit {
  display: block;
  color: #00a7c3;
  font-size: 18px;
  background-color: transparent;
  float: right;
  width: 32px;
  line-height: 42px;
  border: 0;
  padding: 2px 0 0 0;
  transition: all 250ms;
  cursor: pointer;
}
.register .submit:hover, .register .submit:focus {
  color: #FFF;
}

.main-header {
  *zoom: 1;
  background-color: #111;
}
.main-header:before, .main-header:after {
  content: "";
  display: table;
}
.main-header:after {
  clear: both;
}

.main-header-inner {
  *zoom: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main-header-inner:before, .main-header-inner:after {
  content: "";
  display: table;
}
.main-header-inner:after {
  clear: both;
}
.main-header-inner:after {
  content: " ";
  display: block;
  clear: both;
}
.main-header-inner .vigo-link {
  display: block;
  position: absolute;
  left: 2.12766%;
  top: 0;
  width: 52px;
  height: 36px;
  background: url('../img/vigo-v.svg?1500021831');
}
@media (min-width: 768px) {
  .main-header-inner .vigo-link {
    width: 78px;
    height: 55px;
  }
}
@media (min-width: 1025px) {
  .main-header-inner .vigo-link {
    display: block;
    position: absolute;
    right: 2.12766%;
    left: auto;
  }
}

.main-header-branding {
  position: relative;
}
.main-header-branding .branding {
  overflow: hidden;
  display: block;
  background: url('../img/tlb-logo.svg?1500021831') no-repeat;
  background-size: 100% 100%;
  width: 40px;
  height: 62px;
  margin: 1.5em auto;
}
.main-header-branding .branding:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .main-header-branding .branding {
    width: 73px;
    height: 113px;
  }
}

.main-header-nav {
  display: none;
}
@media (min-width: 1025px) {
  .main-header-nav {
    display: block;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

.current-homes-link {
  padding: 1.5em;
  margin-top: 3em;
}
.current-homes-link .btn-primary a, .current-homes-link .btn-secondary a {
  display: inline-block;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
@media (min-width: 1025px) {
  .current-homes-link {
    display: none;
  }
}

.navbar ul {
  list-style: none;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .navbar ul {
    display: table;
    table-layout: fixed;
  }
}
.navbar li {
  border-top: 1px solid #333;
}
@media (min-width: 1025px) {
  .navbar li {
    border-top: 0;
    text-align: center;
    display: table-cell;
    width: auto;
    border-right: 2px solid #333;
  }
  .navbar li:last-child {
    border-right: none;
  }
}
.navbar a {
  display: block;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  padding: 0.75em;
  transition: all 250ms;
}
@media (min-width: 1025px) {
  .navbar a {
    padding: 5px 0;
    border-bottom: 5px solid transparent;
  }
}
.navbar a:hover {
  border-bottom: 5px solid #00a7c3;
}
.navbar .active a,
.navbar .current-menu-item a,
.navbar .current_page_item a {
  background-color: #00a7c3;
}
@media (min-width: 1025px) {
  .navbar .active a,
  .navbar .current-menu-item a,
  .navbar .current_page_item a {
    background-color: transparent;
    border-bottom: 5px solid #00a7c3;
  }
}

.mobile-toggle {
  position: absolute;
  top: 1.5em;
  width: 40px;
  height: 30px;
  right: 1.5em;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .mobile-toggle {
    top: 1.5em;
    right: 3em;
  }
}
@media (min-width: 1025px) {
  .mobile-toggle {
    display: none;
  }
}
.mobile-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #00a7c3;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.mobile-toggle span:nth-child(even) {
  left: 50%;
}
.mobile-toggle span:nth-child(odd) {
  left: 0px;
}
.mobile-toggle span:nth-child(1), .mobile-toggle span:nth-child(2) {
  top: 0px;
}
.mobile-toggle span:nth-child(3), .mobile-toggle span:nth-child(4) {
  top: 12px;
}
.mobile-toggle span:nth-child(5), .mobile-toggle span:nth-child(6) {
  top: 24px;
}
.mobile-toggle.active span:nth-child(1), .mobile-toggle.active span:nth-child(6) {
  transform: rotate(45deg);
}
.mobile-toggle.active span:nth-child(2), .mobile-toggle.active span:nth-child(5) {
  transform: rotate(-45deg);
}
.mobile-toggle.active span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.mobile-toggle.active span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.mobile-toggle.active span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.mobile-toggle.active span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.mobile-toggle.active span:nth-child(5) {
  left: 5px;
  top: 17px;
}
.mobile-toggle.active span:nth-child(6) {
  left: calc(50% - 5px);
  top: 17px;
}

/* Page header */
.page-header h1 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: normal;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
@media (min-width: 768px) {
  .page-header h1 {
    font-size: 3em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
  }
}
.page-header h2 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 0.8em;
}
.page-header h2.blue {
  color: #00a7c3;
}
.page-header .constrained {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .page-header .constrained {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
  }
}
.page-header .constrained p {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 0.8em;
}
.page-header h3 {
  font-size: 1.25em;
  line-height: 1.2em;
  font-weight: normal;
  margin-bottom: 1.2em;
}
@media (min-width: 768px) {
  .page-header h3 {
    margin-bottom: 2.4em;
  }
}

@media (min-width: 768px) {
  .header-article {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
  }
}

.home-twitter {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .home-twitter {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%;
    margin-bottom: 0;
  }
}

.twitter-feed {
  background-color: #00A8C3;
}

.twitter-wrap {
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .twitter-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 75.78125%;
  }
}
.twitter-wrap .fa {
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  color: #BFE9F0;
  font-size: 40px;
  text-decoration: none;
}

.tweets {
  padding: 1.5em;
}
@media (min-width: 1024px) {
  .tweets {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.tweet {
  height: 100%;
  padding-top: 3.75em;
  padding-right: 3em;
  color: #FFF;
  margin-bottom: 1.5em;
}
.tweet .tweet-content {
  line-height: 1.2em;
}
@media (min-width: 1200px) {
  .tweet .tweet-content {
    font-size: 1.25em;
    line-height: 1.2em;
  }
}
.tweet a {
  color: #FFF;
}

.tweet-date {
  position: absolute;
  bottom: 0;
  font-size: 0.875em;
  line-height: 1.71429em;
  left: 1.71429em;
}
@media (min-width: 1024px) {
  .tweet-date {
    font-size: 1em;
    line-height: 1.5em;
    left: 1.5em;
    line-height: 1.5em;
  }
}
.tweet-date a {
  color: #BFE9F0;
  text-decoration: none;
  transition: all 250ms;
}
.tweet-date a:hover {
  color: #FFF;
}

.twitter-footer {
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
  color: #BFE9F0;
  display: block;
  font-size: 0.875em;
  line-height: 1.71429em;
}
@media (min-width: 768px) {
  .twitter-footer {
    display: none;
  }
}
@media (min-width: 1024px) {
  .twitter-footer {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
  }
}
.twitter-footer a {
  color: #FFF;
}

.vigo-panel {
  background-color: #111;
  background-image: url(../img/vigo-v.svg);
  background-repeat: no-repeat;
  background-position: 90% 0%;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .vigo-panel {
    width: 31.91489%;
    float: right;
    margin-right: 0;
  }
}

.vigo-panel-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .vigo-panel-wrap {
    height: 0;
    padding-bottom: 100%;
  }
}
@media (min-width: 1024px) {
  .vigo-panel-wrap {
    padding-bottom: 75.78125%;
  }
}

.vigo-panel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 1.5em;
}

.vigo-panel-bottom {
  position: absolute;
  bottom: 1.5em;
  width: 90%;
}

.vigo-panel-text {
  font-size: 1.875em;
  line-height: 1.2em;
  color: #FFF;
}
@media (min-width: 768px) {
  .vigo-panel-text {
    font-size: 1.5em;
    line-height: 1.5em;
    line-height: 1.2em;
    margin-bottom: 1em;
  }
}
@media (min-width: 1024px) {
  .vigo-panel-text {
    font-size: 1.875em;
    line-height: 1.2em;
  }
}

.widget-search {
  background-color: #00a7c3;
  margin-bottom: 0;
}
.widget-search header {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.75em;
  line-height: 1.28571em;
  margin-bottom: 0.85714em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  color: #FFF;
}
@media (min-width: 768px) {
  .widget-search header {
    font-size: 1.875em;
    line-height: 1.2em;
    margin-bottom: 0.8em;
  }
}
@media (min-width: 1024px) {
  .widget-search header {
    font-size: 2.5em;
    line-height: 1.2em;
    margin-bottom: 0.6em;
  }
}
.widget-search header:before {
  content: "";
  display: inline-block;
  background-image: url(../img/search-icon.svg);
  width: .7em;
  height: .7em;
  margin-right: .3em;
}
.widget-search .search-label {
  color: #FFF;
  font-size: 1.25em;
  line-height: 1.2em;
}
.widget-search .search-drop {
  border: 0;
  padding: 0.3em;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background: #fff url(../img/select-arrows.svg) no-repeat right center;
}

@media (min-width: 768px) {
  .search-wrap {
    align-items: center;
  }
}
.search-wrap .widget-search {
  width: 100%;
  padding: 3em;
  margin-bottom: 3em;
}
@media (min-width: 768px) {
  .search-wrap .widget-search {
    padding: 0 3em;
    margin-bottom: 3em;
  }
}
.search-wrap .widget-search p {
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .search-wrap .widget-search p {
    display: flex;
    align-items: center;
  }
}
.search-wrap .widget-search .search-label {
  display: block;
  font-size: 1.25em;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .search-wrap .widget-search .search-label {
    width: 35.61644%;
  }
}
.search-wrap .widget-search .search-drop {
  display: block;
  width: 100%;
  font-size: 1.25em;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .search-wrap .widget-search .search-drop {
    width: 64.38356%;
  }
}
.search-wrap .widget-search .search-button {
  width: 100%;
}
@media (min-width: 768px) {
  .search-wrap .widget-search .search-button {
    float: right;
    width: 64.38356%;
  }
}

.property-list-sidebar .widget-search {
  padding: 1.5em;
}
@media (min-width: 768px) {
  .property-list-sidebar .widget-search {
    padding: 6.66667%;
  }
}
.property-list-sidebar .widget-search p {
  margin-bottom: 0;
}
.property-list-sidebar .widget-search .search-label {
  display: block;
  line-height: 3em;
}
.property-list-sidebar .widget-search .search-drop {
  width: 100%;
}
.property-list-sidebar .widget-search .search-button {
  width: 100%;
  margin-top: 1.2em;
}
.property-list-sidebar .widget-search header {
  font-size: 1.375em;
  line-height: 1.63636em;
  margin-bottom: 0.54545em;
}
@media (min-width: 1024px) {
  .property-list-sidebar .widget-search header {
    font-size: 1.875em;
    line-height: 1.2em;
    margin-bottom: 0.4em;
  }
}

.search-button {
  display: block;
  width: 64.38356%;
  font-size: 1.25em;
  line-height: 1.2em;
  padding: 0.6em 0.3em;
  color: #00a7c3;
  text-align: center;
  text-decoration: none;
  background-color: #FFF;
  border: 0;
  border-bottom: 3px solid #99dce7;
  transition: all 250ms;
  cursor: pointer;
}
.search-button i {
  transition: all 250ms;
  margin-left: 10px;
}
.search-button:hover {
  background-color: #99dce7;
  border-bottom: 3px solid #4dc1d5;
}
.search-button:hover i {
  margin-left: 20px;
}

.widget-black h3 {
  font-family: 'Publico Headline Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.875em;
  line-height: 1.2em;
  font-weight: normal;
  color: #FFF;
  margin: 0.8em 0;
}
.widget-black p {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  color: #FFF;
}

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