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

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

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

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

.flex-video {
  position: relative;
  padding-top: em(25);
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: em(16);
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.flex-video iframe:not(.twitter-tweet) {
  height: 100%;
}

[data-twttr-id=twttr-sandbox-0].flex-video {
  height: auto;
  padding: 0;
}
[data-twttr-id=twttr-sandbox-0].flex-video iframe {
  width: auto !important;
}

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

.row {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
  *zoom: 1;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row .row {
  margin-right: -15px;
  margin-left: -15px;
  max-width: none;
  width: auto;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: "";
  display: table;
}
.row .row:after {
  clear: both;
}

[class*=columns-] {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
[class*=columns-].column-center {
  float: none;
  margin-right: auto;
  margin-left: auto;
}

.columns-1 {
  width: 8.3333333333%;
}

.columns-2 {
  width: 16.6666666667%;
}

.columns-3 {
  width: 25%;
}

.columns-4 {
  width: 33.3333333333%;
}

.columns-5 {
  width: 41.6666666667%;
}

.columns-6 {
  width: 50%;
}

.columns-7 {
  width: 58.3333333333%;
}

.columns-8 {
  width: 66.6666666667%;
}

.columns-9 {
  width: 75%;
}

.columns-10 {
  width: 83.3333333333%;
}

.columns-11 {
  width: 91.6666666667%;
}

.columns-12 {
  width: 100%;
}

[class*=right-],
[class*=left-] {
  position: relative;
}

.left-1 {
  position: relative;
  right: 8.3333333333%;
}

.left-2 {
  position: relative;
  right: 16.6666666667%;
}

.left-3 {
  position: relative;
  right: 25%;
}

.left-4 {
  position: relative;
  right: 33.3333333333%;
}

.left-5 {
  position: relative;
  right: 41.6666666667%;
}

.left-6 {
  position: relative;
  right: 50%;
}

.left-7 {
  position: relative;
  right: 58.3333333333%;
}

.left-8 {
  position: relative;
  right: 66.6666666667%;
}

.left-9 {
  position: relative;
  right: 75%;
}

.left-10 {
  position: relative;
  right: 83.3333333333%;
}

.left-11 {
  position: relative;
  right: 91.6666666667%;
}

.left-12 {
  position: relative;
  right: 100%;
}

.right-1 {
  position: relative;
  left: 8.3333333333%;
}

.right-2 {
  position: relative;
  left: 16.6666666667%;
}

.right-3 {
  position: relative;
  left: 25%;
}

.right-4 {
  position: relative;
  left: 33.3333333333%;
}

.right-5 {
  position: relative;
  left: 41.6666666667%;
}

.right-6 {
  position: relative;
  left: 50%;
}

.right-7 {
  position: relative;
  left: 58.3333333333%;
}

.right-8 {
  position: relative;
  left: 66.6666666667%;
}

.right-9 {
  position: relative;
  left: 75%;
}

.right-10 {
  position: relative;
  left: 83.3333333333%;
}

.right-11 {
  position: relative;
  left: 91.6666666667%;
}

.right-12 {
  position: relative;
  left: 100%;
}

[class*=block-grid-] {
  display: block;
  margin: 0 -15px 15px -15px;
  overflow: auto;
  padding: 0;
}
[class*=block-grid-] > li {
  display: block;
  float: left;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.block-grid-2 > li {
  width: 50%;
}
.block-grid-2 > li:nth-of-type(2n+1) {
  clear: both;
}

.block-grid-3 > li {
  width: 33.3333333333%;
}
.block-grid-3 > li:nth-of-type(3n+1) {
  clear: both;
}

.block-grid-4 > li {
  width: 25%;
}
.block-grid-4 > li:nth-of-type(4n+1) {
  clear: both;
}

.block-grid-5 > li {
  width: 20%;
}
.block-grid-5 > li:nth-of-type(5n+1) {
  clear: both;
}

.block-grid-6 > li {
  width: 16.6666666667%;
}
.block-grid-6 > li:nth-of-type(6n+1) {
  clear: both;
}

.block-grid-7 > li {
  width: 14.2857142857%;
}
.block-grid-7 > li:nth-of-type(7n+1) {
  clear: both;
}

.block-grid-8 > li {
  width: 12.5%;
}
.block-grid-8 > li:nth-of-type(8n+1) {
  clear: both;
}

.block-grid-9 > li {
  width: 11.1111111111%;
}
.block-grid-9 > li:nth-of-type(9n+1) {
  clear: both;
}

.block-grid-10 > li {
  width: 10%;
}
.block-grid-10 > li:nth-of-type(10n+1) {
  clear: both;
}

.inline-block-grid {
  display: block;
  margin: 0 -15px 15px -15px;
  overflow: auto;
}
.inline-block-grid > li {
  display: block;
  float: left;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.inline-block-grid > li:first-child:nth-last-child(1) {
  width: 100%;
}
.inline-block-grid > li:first-child:nth-last-child(2), .inline-block-grid > li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.inline-block-grid > li:first-child:nth-last-child(3), .inline-block-grid > li:first-child:nth-last-child(3) ~ li {
  width: 33.3333333333%;
}
.inline-block-grid > li:first-child:nth-last-child(4), .inline-block-grid > li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}

.button.ghost, .button.mint, .button.white, .button.flatblue, .button.blueoutline, .button.orangeoutline, .button.orange, .button {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 20px;
  font-size: 1.25rem;
  border: none;
  display: inline-block;
  line-height: normal;
  overflow: visible;
  padding: 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-decoration: none;
}

/*
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.wow {
  visibility: hidden;
}

.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: 0.75s;
  animation-duration: 0.75s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -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;
}

html {
  font-size: 100%;
}

body {
  font-size: 16px;
  font-size: 1rem;
  background-color: #f5f5f5;
  font-family: "Proxima Nova W01 Regular";
  color: #333333;
  overflow-x: hidden !important;
}

::selection {
  background: #2a3955;
  color: white;
}

::-moz-selection {
  background: #2a3955;
  color: white;
}

@-ms-viewport {
  width: device-width;
  zoom: 1;
}
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

strong {
  font-family: "Proxima Nova W01 Regular";
  font-family: "Proxima Nova W01 Bold";
}

blockquote {
  border: none;
  padding: 0;
}
blockquote p {
  font-style: italic;
}
blockquote p:last-of-type:not(:first-of-type) {
  font-style: normal;
  font-weight: bold;
}

pre {
  background: #eee;
  border: 1px solid #ccc;
  margin: 0 0 15px;
  padding: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
  line-height: 1;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  margin: 0;
  padding-bottom: 25px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  padding-top: 15px;
}

h1 {
  font-size: 42px;
  font-size: 2.625rem;
}

h2 {
  font-size: 36px;
  font-size: 2.25rem;
}

h3 {
  font-size: 28px;
  font-size: 1.75rem;
}

h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Proxima Nova W01 Regular";
  font-family: "Proxima Nova W01 Semibold";
}

h6 {
  font-size: 18px;
  font-size: 1.125rem;
}

.section-heading {
  font-family: "Proxima Nova W01 Regular";
  font-family: "Proxima Nova W01 Semibold";
  padding-bottom: 70px;
}

.category-title {
  text-transform: uppercase;
  font-family: "Proxima Nova W01 Regular";
  font-family: "Proxima Nova W01 Bold";
  text-align: center;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  margin: 0 auto 45px;
  min-width: 60%;
  display: table;
}

hr {
  border: 0;
  margin: 15px 0 60px;
  border-bottom: 1px solid #cecece;
  height: 1px;
}

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

img.alignright,
.wp-caption.alignright {
  float: right;
  margin-bottom: 25px;
  margin-left: 30px;
}
img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 25px;
}
img.aligncenter,
.wp-caption.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  display: inline-block;
  margin-bottom: 15px;
  max-width: 100%;
  position: relative;
  width: auto !important;
}
.wp-caption img {
  display: block;
}

.wp-caption-text {
  background: rgba(42, 57, 85, 0.9);
  color: white;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

a, a:hover {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

a {
  color: #458bdd;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #9bc1ed;
}

.button {
  background: #3ce3ae;
  color: #2a3955;
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  font-family: "Avenir Next Cyr W00 Demi";
}
.button:hover {
  background: #69e9c1;
  color: #2a3955;
}

.button.orange {
  background: #e16550;
  color: white;
}
.button.orange:hover {
  background: #d93f25;
  color: white;
}

.button.orangeoutline {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
  border: 1px solid #e16550;
  color: #e16550;
}
.button.orangeoutline:hover {
  background: #e16550;
  border-color: #e16550;
  color: white;
}

.button.blueoutline {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
  border: 1px solid #2a3955;
  color: #2a3955;
}
.button.blueoutline:hover {
  background: #2a3955;
  border-color: #2a3955;
  color: white;
}

.button.flatblue {
  background: #3b5566;
  color: white;
}
.button.flatblue:hover {
  background: #1f2d36;
  color: white;
}

.button.white {
  background: white;
  color: #2a3955;
}
.button.white:hover {
  background: #cccccc;
  color: #2a3955;
}

.button.mint {
  background: #3ce3ae;
  color: #2a3955;
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  font-family: "Avenir Next Cyr W00 Demi";
}
.button.mint:hover {
  background: #69e9c1;
  color: #2a3955;
}

.button.ghost {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: none;
  border: 1px solid #cecece;
  color: #333333;
}
.button.ghost:hover {
  background: #cecece;
  border-color: #cecece;
  color: #333333;
}

.read-more {
  text-decoration: none;
}

.post-cats, .post-auth {
  line-height: 12px;
  color: #1681FE;
}

.post-date {
  line-height: 12px;
  color: #333333;
}

.post-meta {
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  font-family: "Avenir Next Cyr W00 Medium";
  padding-bottom: 24px;
}

ul {
  list-style: disc;
  margin: 0 0 0 25px;
  padding: 0 0 15px;
}
ul a {
  text-decoration: none;
}
.entry-content ul.gfield_radio,
.entry-content ul.gfield_checkbox {
  padding: 0;
}
.entry-content ul.gfield_radio li + li,
.entry-content ul.gfield_checkbox li + li {
  margin-top: 0;
}
.entry-content ul.gfield_radio li:before,
.entry-content ul.gfield_checkbox li:before {
  display: none;
}

ol {
  margin: 0 0 0 2px;
  padding: 0 0 15px;
}

.entry-content ol {
  counter-reset: ordered-list;
  list-style: none;
}
.entry-content ol li {
  counter-increment: ordered-list;
  padding-left: 20px;
  position: relative;
}
.entry-content ol li:before {
  color: #333333;
  content: counter(ordered-list) ".";
  position: absolute;
  left: 0;
}
.entry-content ol li + li {
  margin-top: 10px;
}

.pagination {
  list-style: none;
  margin: 15px 0;
}
.pagination li {
  display: inline-block;
  border-bottom: none;
  margin-right: 10px;
}
.pagination li:empty {
  display: none;
}
.pagination li.current {
  background-color: #1681FE;
  padding: 5px 9px;
  color: white;
}

p {
  margin: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
}
p:empty {
  display: none;
}

.cs-select-wrapper {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 200px;
}
.cs-select-wrapper:after {
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url(../../images/custom-select-arrow.png) no-repeat;
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  right: 10px;
}

.cs-select {
  background: #2a3955;
  border: none;
  color: white;
  padding-left: 10px;
  position: relative;
  width: 230px;
}
.cs-select option {
  font-size: 18px;
  font-size: 1.125rem;
  color: white;
  padding: 13px 16px;
}
.cs-select option + option {
  border-top: 1px solid white;
}

body.single .site-content ol {
  padding: 15px 0px 35px 15px;
}
body.single .site-content ol li + li {
  margin-top: 16px;
}
body.single .site-content ul li {
  line-height: 24px;
}
body.single .site-content img {
  margin: 10px 0 25px;
}
body.single aside .widget_media_image {
  top: 90px !important;
}

[class*=columns-].sidebar {
  padding-top: 60px;
  width: 30%;
}

.top-banner {
  padding-top: 20px;
  text-align: right;
}
.top-banner .social-menu {
  display: inline-block;
  list-style: none;
}
.top-banner .social-menu li {
  display: inline-block;
}

.dropit .dropit-open .dropit-submenu {
  display: block;
}

.site-header {
  position: relative;
}
.site-header .navigation-top {
  padding: 31px 0 26px;
}

.site-branding {
  padding-top: 20px;
  padding-bottom: 0px;
}
.site-branding img {
  display: block;
  width: 70%;
}

.site-header {
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: 0.6 ease;
  -moz-transition: 0.6 ease;
  -o-transition: 0.6 ease;
  transition: 0.6 ease;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header.hidden {
  top: -167px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header.hidden .site-branding {
  padding-top: 10px;
}
.site-header.hidden .site-branding img {
  max-width: 65%;
}
.site-header.hidden #site-navigation {
  padding-top: 10px;
}

.site-header.large .site-branding {
  padding-top: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header.large #site-navigation {
  padding-top: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header.fix {
  top: 0px;
  z-index: 1000;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header.hidden.fix {
  height: 73px;
  border-bottom: 1px solid #dedede;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header.hidden.fix .site-branding {
  padding-top: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.site-header.hidden.fix .site-branding img {
  max-width: 65%;
}
.site-header.hidden.fix #site-navigation {
  padding-top: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

#site-navigation {
  text-align: right;
  padding-right: 15px;
}
#site-navigation #main-nav {
  margin: 0;
  padding: 0;
}
#site-navigation #main-nav li {
  display: inline-block;
  margin-left: 40px;
}
#site-navigation #main-nav li:first-child {
  margin-left: 0;
}
#site-navigation #main-nav li a {
  color: white;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "Proxima Nova W01 Regular";
  font-family: "Proxima Nova W01 Medium";
  transition: 1.5s ease;
}
#site-navigation #main-nav li:hover a {
  color: #3ce3ae;
  transition: 0.3s ease;
}

.letter-trigger {
  background: white;
  border: 2px solid #2a3955;
  display: none;
  height: 54px;
  line-height: 1;
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 95px;
  width: 54px;
  text-decoration: none;
}
.letter-trigger:focus {
  outline: none;
}

.letter {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #343434;
  font-family: "Roboto", sans-serif;
  position: absolute;
}

.m {
  top: 4px;
  left: 7px;
}
.open .m {
  transform: translateX(-24px);
  -webkit-transform: translateX(-24px);
}

.e {
  top: 4px;
  right: 8px;
}
.open .e {
  transform: translateX(-43px);
  -webkit-transform: translateX(-43px);
}

.n {
  bottom: 4px;
  left: 7px;
}
.open .n {
  transform: translateX(43px);
  -webkit-transform: translateX(43px);
}

.u {
  right: 7px;
  bottom: 4px;
}
.open .u {
  transform: translateX(21px);
  -webkit-transform: translateX(21px);
}

.sform {
  display: inline-block;
}
.sform .search-field {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  line-height: 1;
  background-color: transparent;
}
.sform .search-field:focus {
  outline-width: 0;
}
.sform .ssubmit {
  margin-left: -4px;
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  background-color: transparent;
  vertical-align: middle;
}
.sform .ssubmit:hover {
  background-color: transparent;
  color: #2a3955;
}
.sform .ssubmit:focus {
  outline-width: 0;
}

.full-width-trigger {
  display: none;
  position: relative;
  text-align: right;
}
.full-width-trigger div {
  font-size: 20px;
  font-size: 1.25rem;
  color: #2a3955;
  font-weight: bold;
  ext-decoration: none;
  text-transform: uppercase;
}

.lines-button {
  display: inline-block;
  padding: 0.8333333333rem 1rem;
  transition: 0.3s;
  cursor: pointer;
}
.lines-button.x.open .lines {
  background: transparent;
}
.lines-button.x.open .lines:before, .lines-button.x.open .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 2.5rem;
}
.lines-button.x.open .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.open .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button:active {
  transition: 0;
  background: rgba(0, 0, 0, 0);
}
.lines-button .lines {
  display: inline-block;
  width: 2.5rem;
  height: 0.2777777778rem;
  background: white;
  border-radius: 2.5rem;
  transition: 0.2s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/
}
.lines-button .lines:before, .lines-button .lines:after {
  display: inline-block;
  width: 2.5rem;
  height: 0.2777777778rem;
  background: white;
  border-radius: 2.5rem;
  transition: 0.2s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 0.1785714286rem center;
}
.lines-button .lines:before {
  top: 0.625rem;
}
.lines-button .lines:after {
  top: -0.625rem;
}

.mobile-nav-container {
  position: relative;
}

#mobile-nav {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #2a3955;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 5;
}
#mobile-nav li {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
#mobile-nav li + li {
  border-top: 2px solid #26334d;
}
#mobile-nav a {
  font-size: 20px;
  font-size: 1.25rem;
  color: white;
  display: block;
  font-weight: bold;
  padding: 20px 0 17px;
}
#mobile-nav a:hover {
  background: #26334d;
}
#mobile-nav .sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-nav .sub-menu li {
  background: #222e44;
}
#mobile-nav .sub-menu .sub-menu li {
  background: #1d283c;
}

#mobile-nav {
  background: none;
  position: absolute;
  right: 15px;
  left: 15px;
  visibility: hidden;
  width: auto;
}
#mobile-nav li {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  background: #2a3955;
  opacity: 0;
}
#mobile-nav li:nth-of-type(1) {
  -webkit-transition-delay: 0.033s;
  -moz-transition-delay: 0.033s;
  -o-transition-delay: 0.033s;
  transition-delay: 0.033s;
}
#mobile-nav li:nth-of-type(2) {
  -webkit-transition-delay: 0.066s;
  -moz-transition-delay: 0.066s;
  -o-transition-delay: 0.066s;
  transition-delay: 0.066s;
}
#mobile-nav li:nth-of-type(3) {
  -webkit-transition-delay: 0.099s;
  -moz-transition-delay: 0.099s;
  -o-transition-delay: 0.099s;
  transition-delay: 0.099s;
}
#mobile-nav li:nth-of-type(4) {
  -webkit-transition-delay: 0.132s;
  -moz-transition-delay: 0.132s;
  -o-transition-delay: 0.132s;
  transition-delay: 0.132s;
}
#mobile-nav li:nth-of-type(5) {
  -webkit-transition-delay: 0.165s;
  -moz-transition-delay: 0.165s;
  -o-transition-delay: 0.165s;
  transition-delay: 0.165s;
}
#mobile-nav li:nth-of-type(6) {
  -webkit-transition-delay: 0.198s;
  -moz-transition-delay: 0.198s;
  -o-transition-delay: 0.198s;
  transition-delay: 0.198s;
}
#mobile-nav li:nth-of-type(7) {
  -webkit-transition-delay: 0.231s;
  -moz-transition-delay: 0.231s;
  -o-transition-delay: 0.231s;
  transition-delay: 0.231s;
}
#mobile-nav li:nth-of-type(8) {
  -webkit-transition-delay: 0.264s;
  -moz-transition-delay: 0.264s;
  -o-transition-delay: 0.264s;
  transition-delay: 0.264s;
}
#mobile-nav li:nth-of-type(9) {
  -webkit-transition-delay: 0.297s;
  -moz-transition-delay: 0.297s;
  -o-transition-delay: 0.297s;
  transition-delay: 0.297s;
}
#mobile-nav li:nth-of-type(10) {
  -webkit-transition-delay: 0.33s;
  -moz-transition-delay: 0.33s;
  -o-transition-delay: 0.33s;
  transition-delay: 0.33s;
}
.open #mobile-nav {
  visibility: visible;
}
.open #mobile-nav li {
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.site-footer {
  zoom: 1;
  position: relative;
  z-index: 1;
}
.site-footer:before {
  content: "";
  display: block;
}
.site-footer:after {
  content: "";
  display: table;
  clear: both;
}
.site-footer .site-footer-item .footer-innerwrap {
  padding: 60px 60px 0;
  display: inline-flex;
}
.site-footer .site-footer-item .footer-innerwrap p {
  color: #94a7ca;
  font-size: 14px;
  font-size: 0.875rem;
}
.site-footer .site-footer-item ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .site-footer-item ul li {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer .site-footer-item ul li:last-child {
  border: none;
}
.site-footer .site-footer-item a {
  color: #b6c3db;
}
.site-footer .site-footer-item .widget-area {
  position: relative;
  margin-bottom: 35px;
  z-index: 10;
  color: white;
}
.site-footer .site-footer-item .widget-area.first, .site-footer .site-footer-item .widget-area .second, .site-footer .site-footer-item .widget-area .third {
  margin-bottom: 0px;
}
.site-footer .site-footer-item .widget-area .textwidget {
  line-height: 22px;
}
.site-footer .site-footer-item .widget-area .widget-title {
  font-size: 14px;
  font-size: 0.875rem;
  color: white;
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  font-family: "Avenir Next Cyr W00 Medium";
  font-weight: 600;
  text-transform: uppercase;
}
.site-footer .site-footer-item .widget-area.third p {
  font-family: "Proxima Nova W01 Regular";
  font-family: "Proxima Nova W01 Medium";
  margin-bottom: 15px;
}
.site-footer .menu {
  list-style: none;
  margin-left: 0;
  padding-bottom: 0;
}
.site-footer .menu li {
  padding-bottom: 10px;
}
.site-footer #nav_menu-3 .menu li {
  display: inline-block;
  border: 1px solid white;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  height: 35px;
  width: 35px;
  text-align: center;
  margin-right: 15px;
}
.site-footer #nav_menu-3 .menu li a {
  top: 36%;
  transform: translateY(50%);
  position: relative;
}
.site-footer a {
  color: #b6c3db;
  font-size: 14px;
  font-size: 0.875rem;
}
.site-footer a:hover {
  color: #cccccc;
}
.site-footer .site-copyright .footer-innerwrap {
  padding: 30px 75px;
  border-top: 1px solid #324466;
}
.site-footer .site-copyright .social-items {
  display: inline-flex;
}
.site-footer .site-copyright .social-items ul {
  padding: 0;
  margin: 0;
}
.site-footer .site-copyright .social-items ul li {
  display: inline-flex;
}
.site-footer .site-copyright .social-items ul li a {
  color: white;
  display: flex;
  align-items: center;
  width: 30px;
}
.site-footer .site-copyright .copyright, .site-footer .site-copyright .menu-footer-menu-container {
  font-size: 16px;
  font-size: 1rem;
  display: inline-flex;
  color: white;
}

.hero-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero-container .hero-overlay .content-container {
  padding: 140px 0 160px;
}
.hero-container .hero-overlay .content-container .banner-heading {
  font-size: 70px;
  font-size: 4.375rem;
  font-family: "Proxima Nova Condensed W01 Rg", sans-serif;
  padding-bottom: 50px;
  line-height: 1.1;
  color: white;
}
.hero-container .hero-overlay .content-container p {
  color: white;
}
.hero-container .hero-overlay .content-container .gform_wrapper label {
  display: none;
}
.hero-container .hero-overlay .content-container .gform_wrapper .gform_heading .gform_description {
  color: white;
  font-family: "Proxima Nova Condensed W01 Rg", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}
.hero-container .hero-overlay .content-container .gform_wrapper .gform_body {
  width: 60%;
  display: block;
  float: left;
  padding-bottom: 10px;
  margin-right: 10px;
}
.hero-container .hero-overlay .content-container .gform_wrapper .gform_body .gform_fields {
  margin: 0;
}
.hero-container .hero-overlay .content-container .gform_wrapper .gform_body .gform_fields li.gfield {
  padding: 0;
  margin: 0;
}
.hero-container .hero-overlay .content-container .gform_wrapper .gform_body .gform_fields li.gfield .ginput_container {
  padding: 0;
}
.hero-container .hero-overlay .content-container .gform_wrapper .gform_body .gform_fields li.gfield .ginput_container input.large {
  margin: 0;
  border: 0;
  font-size: 20px;
  font-size: 1.25rem;
}
.hero-container .hero-overlay .content-container .gform_wrapper .gform_footer {
  width: 30%;
  display: inline-block;
  padding: 0;
  float: none;
}
.hero-container .hero-overlay .content-container .gform_wrapper .gform_footer .gf_submit {
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
}

.single-post-container {
  padding: 0 0 60px;
}
.single-post-container p {
  line-height: 28px;
  font-size: 18px;
}
.single-post-container .columns-8 {
  width: 70%;
  padding-top: 60px;
}
.single-post-container .columns-4 {
  width: 30%;
}

.single-long-post-container .site-content p, .single-long-post-container .site-content li {
  line-height: 28px;
  font-size: 18px;
}

.article-module-container {
  margin: 0 0 60px;
}
.article-module-container .article-grid > li {
  margin-bottom: 50px;
}
.article-module-container .article-grid > li .post-item {
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  width: 100%;
}
.article-module-container .article-grid > li .post-item .post-image {
  display: block;
  height: 225px;
  margin: 0 0 12px;
  background-size: cover;
  background-position: center;
}
.article-module-container .article-grid > li .post-item .item-tag {
  color: #458bdd;
  font-family: "Proxima Nova W01 Regular";
  font-family: "Proxima Nova W01 Semibold";
  margin: 0 0 8px;
  letter-spacing: 0.3px;
  display: block;
}
.article-module-container .article-grid > li .post-item .item-title {
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  font-family: "Proxima Nova W01 Regular";
  font-family: "Proxima Nova W01 Semibold";
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.1px;
  line-height: 1.1;
  padding: 0 0 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
.article-module-container .article-grid > li .post-item .item-title a {
  color: #333333;
}
.article-module-container .article-grid > li .post-item .author, .article-module-container .article-grid > li .post-item .date {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: -0.2px;
}
.article-module-container .article-grid > li .post-item .date {
  color: #888;
}
.article-module-container .article-grid > li .post-item .seperator {
  display: inline-block;
  width: 2px;
  background-color: #b7b7b7;
  height: 9px;
  margin: 0 6px 1px;
}
.article-module-container .article-grid > li .post-item .banner {
  position: absolute;
  top: 10px;
  right: -3px;
  background-color: #f54b25;
  padding: 7px 12px;
  color: #fff;
}
.article-module-container .article-grid-container {
  width: 70%;
  padding-top: 60px;
}

.sform {
  display: block;
  margin: 0 0 30px;
  width: 100%;
  float: left;
}
.sform .search-field {
  border: 1px solid #cecece;
  border-right: 0;
  width: 90%;
  box-sizing: border-box;
  margin: 0;
  text-transform: normal;
  padding: 11px 0 11px 20px;
  float: left;
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
}
.sform .ssubmit {
  border: 1px solid #cecece;
  border-left: 0;
  width: 10%;
  box-sizing: border-box;
  padding: 10px 10px 9px 0;
  margin: 0;
  text-align: right;
  float: left;
  color: #458bdd;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
}

#secondary {
  padding-top: 0;
  padding-left: 10%;
}
#secondary .widget-title {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-family: "Proxima Nova W01 Regular";
  font-family: "Proxima Nova W01 Semibold";
}
#secondary .widget-title:before {
  font-family: "picto-foundry-general";
  color: #458bdd;
  margin-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
#secondary .widget {
  margin-bottom: 30px;
}
#secondary .widget ul {
  margin: 0;
  padding: 0;
}
#secondary .widget ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
#secondary .widget ul li a {
  color: #333333;
  font-family: "Proxima Nova W01 Regular";
  font-family: "Proxima Nova W01 Semibold";
}
#secondary .widget ul li a:hover {
  color: #458bdd;
}
#secondary .widget_categories {
  margin-bottom: 30px;
}
#secondary .widget_categories .widget-title:before {
  content: "";
}
#secondary .widget_media_image.fixed {
  margin-top: 10px;
  position: fixed;
  top: 120px;
}
#secondary .top-posts .widget-title:before {
  content: "";
}
#secondary .top-posts li {
  padding: 0 0 7px;
  border-bottom: 1px solid #cecece;
}
#secondary .top-posts li:last-child {
  border-bottom: 0;
}

.related-posts-container {
  padding: 50px 0 0;
}
.related-posts-container .sub-section-heading {
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  font-family: "Avenir Next Cyr W00 Medium";
  font-weight: normal;
  text-align: left;
}
.related-posts-container .related-grid {
  margin-bottom: 0;
  padding: 0;
}
.related-posts-container .related-grid > li {
  margin-bottom: 20px;
}
.related-posts-container .related-grid > li .post-item {
  background-size: cover;
  height: 180px;
  width: 100%;
}
.related-posts-container .related-grid > li .post-item .item-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.related-posts-container .related-grid > li .post-item .item-wrap .item-overlay {
  background-color: rgba(44, 44, 44, 0.8);
  display: block;
  text-align: center;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  padding: 15px;
  height: 100%;
}
.related-posts-container .related-grid > li .post-item .item-wrap .item-overlay .item-title {
  color: white;
  padding-bottom: 0px;
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  font-family: "Avenir Next Cyr W00 Ult Light";
  line-height: 20px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  font-size: 18px;
  font-size: 1.125rem;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.related-posts-container .related-grid > li .post-item .item-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.related-posts-container .related-grid > li .post-item:hover .item-overlay {
  background-color: rgba(74, 74, 74, 0);
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  cursor: pointer;
}
.related-posts-container .related-grid > li .post-item:hover .item-overlay .item-tag {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -moz-transform: translate(0px, 10px);
  -webkit-transform: translate(0px, 10px);
  -o-transform: translate(0px, 10px);
  -ms-transform: translate(0px, 10px);
  transform: translate(0px, 10px);
}
.related-posts-container .related-grid > li .post-item:hover .item-overlay .item-title {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  transform: translateY(-30%);
}

.hero-general-container {
  padding-top: 55px;
  padding-bottom: 55px;
  background-position: center 73%;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-general-container .banner-heading {
  padding: 20px 20px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  font-family: "Avenir Next Cyr W00 Demi";
  font-size: 48px;
  font-size: 3rem;
  line-height: 60px;
  display: table;
}

.search-module-container {
  padding-bottom: 60px;
}
.search-module-container #content {
  width: 70%;
}
.search-module-container #content > ul {
  margin: 0;
}
.search-module-container #content > ul li {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
  border-bottom: 1px solid #dedede;
}
.search-module-container #content > ul li .read-more {
  display: block;
  margin-top: 10px;
}
.search-module-container #content > ul li .read-more .icon {
  color: #333333;
}
.search-module-container #content > ul li:last-child {
  border-bottom: none;
}
.search-module-container .site-content {
  padding-top: 60px;
}

body.ht_kb-template-default .content-area #content {
  padding-top: 60px;
}
body.ht_kb-template-default .content-area #content #hkb .hkb-article-list {
  margin-left: 3px;
}

.section-heading {
  line-height: 1.25;
}

.page-template-pages_legal-php .content-wrap, .page-template-pages_locked-php .content-wrap {
  background-image: url(../../images/content-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 90px 0 100px;
  margin-bottom: 1px;
  background-size: cover;
}

.page-template-pages_locked-php .content-wrap {
  background-image: none;
}

body.page-template-default .site-content {
  width: 70%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.single-banner-container {
  padding: 0 0 30px;
}
.single-banner-container.no-image .post-image {
  height: auto;
}
.single-banner-container.no-image .post-image .post-detail {
  background: url(../../uploads/2016/11/default.jpg) center center no-repeat;
}
.single-banner-container.no-image .post-image .post-detail .shade {
  padding: 80px 20px;
  background-color: rgba(255, 255, 255, 0.7);
}
.single-banner-container .post-image {
  margin-bottom: 24px;
}
.single-banner-container .post-detail .banner-heading {
  font-family: "Proxima Nova W01 Regular";
  font-family: "Proxima Nova W01 Semibold";
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.1;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: common-ligatures contextual discretionary-ligatures;
  font-feature-settings: "kern", "liga", "clig", "calt", "dlig";
}

.single-post .site-main .row {
  width: 100%;
  margin: 0 auto;
}
.single-post .content-area {
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}
.single-post .post-nav {
  margin-top: 60px;
  text-align: center;
}
.single-post .fixed {
  position: fixed;
  top: 100px;
  width: 327px;
}
.single-post .tags {
  margin-bottom: 65px;
}
.single-post .tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.single-post .tags ul li {
  border: 1px solid #bbb;
  display: inline-block;
  padding: 4px 8px 5px;
  border-radius: 2px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.single-post .tags ul li a {
  color: #333333;
}
.single-post .tags ul li:hover {
  background: #333333;
  cursor: pointer;
  border: 1px solid #333333;
}
.single-post .tags ul li:hover a {
  color: #f5f5f5;
}
.single-post .banner {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #cecece;
}
.single-post .banner .content-wrap {
  border: 1px solid #cecece;
  padding: 15px 10px 10px 30px;
}
.single-post .banner .content-wrap div {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
}
.single-post .banner .content-wrap .title-wrap {
  display: inline-block;
  width: 28%;
  vertical-align: middle;
}
.single-post .banner .content-wrap .content {
  width: 50%;
  display: inline-block;
}
.single-post .banner .content-wrap .content .button {
  padding: 12.5px 22.5px 10.7142857143px;
  font-size: 18px;
  font-size: 1.125rem;
}
.single-post .banner .content-wrap .content p {
  line-height: 20px;
}
.single-post .banner .icon {
  color: #1681FE;
  font-size: 137px;
  font-size: 8.5625rem;
}
.single-post .banner .title {
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  font-family: "Avenir Next Cyr W00 Demi";
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 47px;
}

body.post-template-single-long-form .banner .content-wrap div {
  width: 25%;
}
body.post-template-single-long-form .banner .content-wrap div .icon {
  font-size: 160px;
  font-size: 10rem;
}
body.post-template-single-long-form .banner .content-wrap .title-wrap {
  width: 33%;
}
body.post-template-single-long-form .banner .content-wrap .title-wrap .title {
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 49px;
}
body.post-template-single-long-form .banner .content-wrap .content {
  width: 40%;
}

.comments-container .comment-content {
  width: 70%;
}
.comments-container #comments .comments-title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #cecece;
}
.comments-container #comments .reply-title {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  border-bottom: 1px solid #cecece;
  padding-bottom: 45px;
  margin-bottom: 30px;
}
.comments-container #comments .comment-list {
  list-style: none;
  margin: 0px 0px 50px;
  padding: 0px;
  float: left;
  width: 100%;
  border-bottom: 1px solid #cecece;
}
.comments-container #comments .comment-list .comment {
  clear: both;
}
.comments-container #comments .comment-list .comment .comment-body {
  width: 100%;
  display: block;
  clear: both;
}
.comments-container #comments .comment-list .comment .comment-body .comment-meta {
  display: block;
  width: 100%;
  clear: both;
}
.comments-container #comments .comment-list .comment .comment-body .comment-meta .comment-author {
  float: left;
  display: block;
  width: 10%;
}
.comments-container #comments .comment-list .comment .comment-body .comment-meta .comment-metadata {
  float: left;
  display: block;
  width: 90%;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cecece;
}
.comments-container #comments .comment-list .comment .comment-body .comment-meta .comment-metadata .head {
  display: block;
  padding-bottom: 6px;
}
.comments-container #comments .comment-list .comment .comment-body .comment-meta .comment-metadata .head .reply {
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  font-family: "Avenir Next Cyr W00 Medium";
}
.comments-container #comments .comment-list .comment .comment-body .comment-meta .comment-metadata .head .fn {
  font-style: normal;
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  font-family: "Avenir Next Cyr W00 Medium";
  font-size: 18px;
  font-size: 1.125rem;
}
.comments-container #comments .comment-list .comment .comment-body .comment-meta .comment-metadata time {
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: "Avenir Next Cyr W00 Regular", sans-serif;
  font-family: "Avenir Next Cyr W00 Medium";
  color: #333333;
}
.comments-container #comments .comment-list .comment .comment-body .comment-meta .comment-metadata .comment-content {
  margin-top: 24px;
}
.comments-container #comments .comment-list .comment .children {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0 0 0 10%;
}
.comments-container #comments .comment-list > li:last-child .comment-metadata {
  border-bottom: none !important;
}
.comments-container #comments .comment-respond {
  clear: both;
  margin-bottom: 90px;
}
.comments-container #comments .comment-respond #reply-title {
  display: none;
}
.comments-container #comments .comment-respond label {
  display: block;
  padding: 0 0 10px;
  text-align: left;
  float: none;
}
.comments-container #comments .comment-respond textarea, .comments-container #comments .comment-respond input {
  width: 100%;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 22px;
  font-size: 1.375rem;
}
.comments-container #comments .comment-respond input {
  padding: 20px 15px;
}
.comments-container #comments .comment-respond input.submit {
  width: auto;
  padding: 18px 30px;
  margin-top: 20px;
  color: #ffffff;
  font-weight: 400;
  background-color: #458bdd;
  text-transform: none;
  border: 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.error404 .site-main .error-container {
  background-size: cover !important;
}
.error404 .site-content {
  text-align: left;
  padding: 120px 0px;
}
.error404 .site-content.center {
  text-align: center;
}
.error404 .site-content.center .entry-title {
  text-align: center;
}
.error404 .site-content.center article {
  text-align: center;
}
.error404 .site-content.center article .button {
  margin-bottom: 30px;
}
.error404 .site-content img {
  margin-bottom: 80px;
}
.error404 .site-content .entry-title {
  font-size: 72px;
  font-size: 4.5rem;
  text-align: left;
  margin-bottom: 80px;
  color: #2a3955;
}
.error404 .site-content .entry-content span.icon {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 20px;
  display: block;
}
.error404 .site-content .entry-content h3 {
  color: #333333;
  line-height: 1.25;
}
.error404 .site-content .entry-content h4 {
  color: #5d5d5d;
}
.error404 .site-content .entry-content h4.lobster {
  font-family: "Lobster Two";
  font-weight: 700;
  font-style: italic;
}
.error404 .site-content .entry-content h4.lobster span.lg-txt-bolt {
  color: #2a3955;
  padding-bottom: 20px;
  font-size: 40px;
  font-size: 2.5rem;
  background: url("../../images/bolt.png") right bottom no-repeat;
}
.error404 .site-content article {
  text-align: left;
  width: 100%;
}
.error404 .site-content p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
}
.error404 form {
  margin-bottom: 30px;
}
.error404 form input[type=text] {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  font-size: 33px;
  font-size: 2.0625rem;
  float: left;
  margin-right: 10px;
  width: 70%;
}
@media screen and (max-width: 1440px) {
  .site-header, .site-header.large, .site-header.fix {
    height: auto;
    padding: 1.5% 20px 20px;
  }
  .site-header .site-branding, .site-header.large .site-branding, .site-header.fix .site-branding {
    text-align: left;
    padding: 0;
  }
  .site-header .site-branding a, .site-header.large .site-branding a, .site-header.fix .site-branding a {
    padding-top: 4px;
  }
  .site-header .site-branding a img, .site-header.large .site-branding a img, .site-header.fix .site-branding a img {
    width: 75%;
  }
  .site-header .navigation-top, .site-header.large .navigation-top, .site-header.fix .navigation-top {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .site-header .navigation-top [class*=columns-], .site-header.large .navigation-top [class*=columns-], .site-header.fix .navigation-top [class*=columns-] {
    padding: 0;
  }

  .hero-container .hero-overlay [class*=columns-] {
    width: 50%;
  }
  .hero-container .hero-overlay .content-container form p:first-child input {
    max-width: 100% !important;
  }

  .site-footer .site-footer-item .footer-innerwrap .widget-area.third form p:first-child {
    width: 62% !important;
  }
  .site-footer .site-footer-item .footer-innerwrap .widget-area.third form p:last-child {
    width: 38% !important;
  }
}
@media screen and (max-width: 992px) {
  .site-header, .site-header.large, .site-header.fix {
    height: auto;
    padding: 2% 20px 20px;
  }
  .site-header .site-branding, .site-header.large .site-branding, .site-header.fix .site-branding {
    text-align: left;
    padding: 0;
  }
  .site-header .site-branding a, .site-header.large .site-branding a, .site-header.fix .site-branding a {
    padding-top: 4px;
  }
  .site-header .site-branding a img, .site-header.large .site-branding a img, .site-header.fix .site-branding a img {
    width: 100%;
  }
  .site-header .navigation-top, .site-header.large .navigation-top, .site-header.fix .navigation-top {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .site-header .navigation-top [class*=columns-], .site-header.large .navigation-top [class*=columns-], .site-header.fix .navigation-top [class*=columns-] {
    padding: 0;
  }

  .hero-container .hero-overlay [class*=columns-] {
    width: 70%;
  }
  .hero-container .hero-overlay .content-container form p:first-child input {
    max-width: 100% !important;
  }

  .single-post-container {
    padding-bottom: 0;
  }

  .site-footer .site-footer-item .footer-innerwrap {
    padding: 60px 0 0;
  }
  .site-footer .site-footer-item .footer-innerwrap .widget-area.third form p:first-child {
    width: 55% !important;
  }
  .site-footer .site-footer-item .footer-innerwrap .widget-area.third form p:first-child input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 100% !important;
  }
  .site-footer .site-footer-item .footer-innerwrap .widget-area.third form p:last-child {
    width: 45% !important;
  }
  .site-footer .site-footer-item .footer-innerwrap .widget-area.third form p:last-child input {
    padding: 8px 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .form-wrapper .locations ul {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto;
  }
  .form-wrapper .locations ul li:nth-of-type(2n+1) {
    clear: none;
  }
  .form-wrapper .locations ul > li {
    display: block;
    float: left;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  .form-wrapper .locations ul > li:nth-of-type(1n+1) {
    clear: both;
  }
  .form-wrapper .locations ul > li {
    padding-bottom: 30px;
  }

  .article-module-container .article-grid-container {
    width: 100%;
  }
  .article-module-container .article-grid-container .article-grid > li .post-item {
    background-size: 200%;
  }
  .article-module-container .article-grid-container .article-grid > li .post-item:hover {
    background-size: 190%;
  }
  .article-module-container .article-grid-container .sform {
    visibility: hidden;
    display: none;
  }

  .search-module-container {
    padding-bottom: 0;
  }
  .search-module-container #content {
    width: 100%;
  }

  .hero-container .hero-overlay {
    background: linear-gradient(117deg, rgba(50, 65, 93, 0.4) 0%, rgba(50, 65, 93, 0.7) 100%) !important;
  }
  .hero-container .hero-overlay [class*=columns-] {
    width: 80%;
  }

  .hero-general-container .post-image .banner-heading {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 40px;
  }

  .single-long-post-container [class*=columns-] {
    width: 100%;
  }
  .single-long-post-container [class*=columns-].right-1 {
    left: 0;
  }
  .single-long-post-container [class*=columns-] .embedform h3 {
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .single-long-post-container .widget_media_image {
    display: none;
  }

  #mobile-nav {
    top: 20px;
  }

  .fs-mobile-trigger, .full-width-trigger {
    display: block;
    text-align: center;
  }
  .fs-mobile-trigger .lines-button, .full-width-trigger .lines-button {
    padding: 0;
  }

  .site-header, .site-header.large, .site-header.fix {
    height: auto;
    padding: 3% 20px 20px;
  }
  .site-header .site-branding, .site-header.large .site-branding, .site-header.fix .site-branding {
    width: 60%;
    text-align: left;
    padding: 0;
  }
  .site-header .site-branding a, .site-header.large .site-branding a, .site-header.fix .site-branding a {
    padding-top: 4px;
  }
  .site-header .site-branding a img, .site-header.large .site-branding a img, .site-header.fix .site-branding a img {
    width: 100%;
  }
  .site-header .mobile-ham, .site-header.large .mobile-ham, .site-header.fix .mobile-ham {
    padding: 7px 0 0;
    width: 10%;
    float: right;
  }

  .lines-button .lines {
    width: 100%;
  }
  .lines-button .lines:after, .lines-button .lines:before {
    width: 100%;
  }

  #site-navigation {
    display: none;
  }

  .menu-main-menu-container {
    display: none;
  }

  .hero-post-container {
    margin-top: 20px;
  }
  .hero-post-container .recent-feature-posts .feature-item {
    width: 100%;
  }
  .hero-post-container .recent-feature-posts .feature-item.columns-6:nth-child(even), .hero-post-container .recent-feature-posts .feature-item.columns-6:nth-child(odd) {
    padding: 0;
  }
  .hero-post-container .recent-feature-posts .feature-item:first-child .item-title {
    font-size: 24px;
    font-size: 1.5rem;
    padding: 24px 0px;
  }
  .hero-post-container .recent-feature-posts .feature-item:first-child .read-more {
    margin-top: 22.5px;
  }
  .hero-post-container .recent-feature-posts .feature-item:first-child .feature-image {
    height: 265px;
  }
  .hero-post-container .recent-feature-posts .feature-item .read-more {
    margin-top: 22.5px;
  }
  .hero-post-container .misc-module iframe {
    height: 530px;
  }

  .category-module-container {
    padding-bottom: 22.5px;
  }

  .single-banner-container .post-image {
    height: auto;
  }
  .single-banner-container .post-image .post-detail .banner-heading {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 42px;
  }

  .single-post-container .columns-8 {
    width: 100%;
  }

  .single-post .content-area {
    padding: 60px 0px 70px;
  }

  body.page-template-default .site-content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  body.ht_kb-template-default .content-area #content {
    width: 100%;
  }

  .sidebar {
    width: 100% !important;
    padding-top: 0 !important;
  }
  .sidebar #secondary {
    padding-left: 0;
  }
  .sidebar #secondary .widget_media_image {
    text-align: center;
  }
  .sidebar #secondary .widget {
    width: 100%;
    float: right;
  }
  .sidebar #secondary .widget:last-child {
    width: 50%;
    float: right;
  }
  .sidebar #secondary .widget:nth-child(2) {
    float: left;
    width: 50%;
  }

  .site-footer .site-footer-item .wrap {
    padding: 0;
  }
  .site-footer .site-footer-item .wrap .footer-innerwrap {
    padding: 48px 0 0;
  }
  .site-footer .site-footer-item .wrap .footer-innerwrap .widget-area.third form {
    margin: 0;
  }
  .site-footer .site-footer-item .wrap .footer-innerwrap .widget-area.third form .mc4wp-form-fields div div {
    display: block !important;
  }
  .site-footer .site-footer-item .wrap .footer-innerwrap .widget-area.third form .mc4wp-form-fields div div p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .site-footer .site-footer-item .wrap .footer-innerwrap .widget-area.third form .mc4wp-form-fields div div p:first-child {
    width: 100% !important;
  }
  .site-footer .site-footer-item .wrap .footer-innerwrap .widget-area.third form .mc4wp-form-fields div div p:first-child input {
    width: 100% !important;
    margin-bottom: 3px;
  }
  .site-footer .site-footer-item .wrap .footer-innerwrap .widget-area.third form .mc4wp-form-fields div div p:last-child {
    width: 100% !important;
  }
  .site-footer .site-copyright .site-info {
    padding: 0;
  }
  .site-footer .site-copyright .site-info .footer-innerwrap {
    padding: 48px 20px;
  }
}
@media screen and (max-width: 568px) {
  .site-header.large, .site-header {
    height: auto;
  }

  .site-header.large, .site-header, .site-header.hidden.fix {
    padding: 3% 20px 20px;
  }
  .site-header.large .site-branding, .site-header .site-branding, .site-header.hidden.fix .site-branding {
    width: 65%;
    text-align: left;
    padding: 0;
  }
  .site-header.large .site-branding a, .site-header .site-branding a, .site-header.hidden.fix .site-branding a {
    padding-top: 4px;
  }
  .site-header.large .site-branding a img, .site-header .site-branding a img, .site-header.hidden.fix .site-branding a img {
    width: 100%;
  }
  .site-header.large .mobile-ham, .site-header .mobile-ham, .site-header.hidden.fix .mobile-ham {
    padding: 1% 0 0;
    width: 10%;
  }

  #mobile-nav {
    top: 20px;
  }

  #site-navigation {
    width: 80%;
    padding: 10px 0px 30px;
    text-align: left;
  }
  #site-navigation .sform .search-field {
    width: 250px;
    margin-left: 12px;
  }

  .site-footer .widget-area {
    margin-bottom: 20px;
  }

  #mobile-nav a {
    font-size: 16px;
    font-size: 1rem;
  }

  .error404 .site-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .error404 .site-content.center article .button {
    margin-left: 30px;
    margin-right: 30px;
  }
  .error404 .site-content img {
    margin-bottom: 30px;
  }
  .error404 .site-content .entry-title {
    font-size: 62px;
    font-size: 3.875rem;
    margin-bottom: 30px;
  }
  .error404 .site-content .entry-content {
    padding: 0 40px;
  }
  .error404 .site-content .entry-content h4.lobster span.lg-txt-bolt {
    display: block;
  }

  #main .hero-container .hero-overlay {
    background: linear-gradient(117deg, rgba(50, 65, 93, 0.4) 0%, rgba(50, 65, 93, 0.7) 100%) !important;
  }
  #main .hero-container .hero-overlay [class*=columns-] {
    width: 100%;
  }
  #main .hero-container .hero-overlay [class*=columns-] .content-container {
    padding: 70px 0;
  }
  #main .hero-container .hero-overlay [class*=columns-] .content-container .banner-heading {
    padding-bottom: 24px;
    line-height: 1;
  }
  #main .hero-container .hero-overlay [class*=columns-] .content-container form .mc4wp-form-fields p:first-child {
    width: 60% !important;
  }
  #main .hero-container .hero-overlay [class*=columns-] .content-container form .mc4wp-form-fields p:first-child input {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    width: 100% !important;
  }
  #main .hero-container .hero-overlay [class*=columns-] .content-container form .mc4wp-form-fields p:last-child {
    width: 40% !important;
  }
  #main .hero-container .hero-overlay [class*=columns-] .content-container form .mc4wp-form-fields p:last-child input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }

  .hero-post-container {
    margin-top: 0px;
  }
  .hero-post-container .recent-news-posts .post-item {
    background-size: cover;
  }
  .hero-post-container .recent-news-posts .post-item:hover {
    background-size: cover;
  }

  .hero-general-container {
    padding: 35px 0;
  }
  .hero-general-container .banner-heading {
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
    width: 100%;
  }

  .wp-caption-text {
    position: static;
  }

  .heading {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 83.3333333333%;
  }

  .article-module-container {
    margin-bottom: 0;
  }
  .article-module-container .article-grid-container {
    padding-top: 25px;
  }
  .article-module-container .article-grid-container .article-grid {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto;
  }
  .article-module-container .article-grid-container .article-grid > li {
    display: block;
    float: left;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  .article-module-container .article-grid-container .article-grid > li:nth-of-type(1n+1) {
    clear: both;
  }
  .article-module-container .article-grid-container .article-grid > li {
    margin-bottom: 25px;
  }
  .article-module-container .article-grid-container .sform {
    visibility: hidden;
    display: none;
  }

  .category-module-container .category-grid-container .category-grid > li {
    width: 100%;
  }

  .single-banner-container .post-image .post-detail .banner-heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }

  .single-post .columns-8 {
    width: 100%;
  }
  .single-post #main .columns-12 {
    padding: 0 15px;
  }

  .single-post-container .columns-8 {
    padding-top: 40px;
  }

  .related-post .related-grid {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto;
  }
  .related-post .related-grid li:nth-of-type(2n+1) {
    clear: none;
  }
  .related-post .related-grid > li {
    display: block;
    float: left;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }
  .related-post .related-grid > li:nth-of-type(1n+1) {
    clear: both;
  }

  .sidebar {
    width: 100%;
    padding-top: 0;
  }
  .sidebar #secondary {
    padding-left: 0;
  }
  .sidebar #secondary .widget_media_image {
    text-align: center;
  }
  .sidebar #secondary .widget {
    width: 100% !important;
    float: none;
  }

  .site-footer .site-footer-item .row {
    width: 100%;
  }
  .site-footer .site-footer-item .row .wrap {
    padding: 0;
  }
  .site-footer .site-footer-item .row .wrap .footer-innerwrap {
    padding: 48px 0;
    flex-direction: column;
  }
  .site-footer .site-footer-item .row .wrap .footer-innerwrap .widget-area {
    width: 100%;
  }
  .site-footer .site-footer-item .row .wrap .footer-innerwrap .widget-area .widget-title {
    padding-bottom: 10px;
  }
  .site-footer .site-footer-item .row .wrap .footer-innerwrap .widget-area.third {
    margin-bottom: 0;
  }
  .site-footer .site-footer-item .row .wrap .footer-innerwrap .widget-area.third .widget-area {
    margin-bottom: 0;
  }
  .site-footer .site-footer-item .row .wrap .footer-innerwrap .widget-area.third form {
    margin: 0;
  }
  .site-footer .site-footer-item .row .wrap .footer-innerwrap .widget-area.third form .mc4wp-form-fields div div {
    display: flex !important;
  }
  .site-footer .site-footer-item .row .wrap .footer-innerwrap .widget-area.third form .mc4wp-form-fields div div p {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .site-footer .site-footer-item .row .wrap .footer-innerwrap .widget-area.third form .mc4wp-form-fields div div p:first-child {
    width: 60% !important;
  }
  .site-footer .site-footer-item .row .wrap .footer-innerwrap .widget-area.third form .mc4wp-form-fields div div p:first-child input {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    width: 100% !important;
  }
  .site-footer .site-footer-item .row .wrap .footer-innerwrap .widget-area.third form .mc4wp-form-fields div div p:last-child {
    width: 40% !important;
  }
  .site-footer .site-footer-item .row .wrap .footer-innerwrap .widget-area.third form .mc4wp-form-fields div div p:last-child input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .site-footer .site-copyright .site-info {
    padding: 0;
  }
  .site-footer .site-copyright .site-info .footer-innerwrap {
    padding: 48px 40px;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .site-header.large .site-branding, .site-header .site-branding, .site-header.hidden.fix .site-branding {
    width: 80%;
  }
}
@media print {
  @page {
    size: 11in 17in;
    margin-top: 1in;
    margin-bottom: 1in;
  }
  /* Set default width and BG colour for main sections */
  body, .top-banner, #masthead, #content, #container, .site-footer {
    width: 100%;
    margin: 0;
    float: none;
    background: #fff url(none);
  }

  /* Remove unneeded elements */
  #site-navigation, #secondary, #footer-nav, .post-nav, #respond {
    display: none;
  }

  /* Body font, colour */
  body {
    font: 1em Georgia, "Times New Roman", Times, serif;
    color: #000;
  }

  /* Heading font, colour */
  h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
  }

  /* Heading sizes */
  h1 {
    font-size: 250%;
  }

  h2 {
    font-size: 175%;
  }

  h3 {
    font-size: 135%;
  }

  h4 {
    font-size: 100%;
    font-variant: small-caps;
  }

  h5 {
    font-size: 100%;
  }

  h6 {
    font-size: 90%;
    font-style: italic;
  }

  /* Underline links, content links have actual URL appended to be more user friendly */
  a:link, a:visited {
    color: #00c;
    font-weight: bold;
    text-decoration: underline;
  }

  #content a:link:after, #content a:visited:after {
    content: " (" attr(href) ") ";
  }
}
