@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;
  -webkit-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"] {
  -webkit-box-sizing: border-box;
  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: emCalc(25px);
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: emCalc(16px);
  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: 1200px;
  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.33333%; }

.columns-2 {
  width: 16.66667%; }

.columns-3 {
  width: 25%; }

.columns-4 {
  width: 33.33333%; }

.columns-5 {
  width: 41.66667%; }

.columns-6 {
  width: 50%; }

.columns-7 {
  width: 58.33333%; }

.columns-8 {
  width: 66.66667%; }

.columns-9 {
  width: 75%; }

.columns-10 {
  width: 83.33333%; }

.columns-11 {
  width: 91.66667%; }

.columns-12 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.33333%; }
  .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.66667%; }
  .block-grid-6 > li:nth-of-type(6n+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.33333%; }
    .inline-block-grid > li:first-child:nth-last-child(4),
    .inline-block-grid > li:first-child:nth-last-child(4) ~ li {
      width: 25%; }

.button, .button-white, form input[type=submit],
form input[type=button] {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  display: inline-block;
  line-height: 1;
  overflow: visible;
  padding: 10px 15px;
  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: .75s;
  animation-duration: .75s; }

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

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

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-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;
  -ms-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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-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; }

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px); }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px); }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px); }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1; }

html {
  font-size: 100%;
  background: url(../../images/bg.jpg); }

body {
  color: #363744;
  overflow-x: hidden;
  position: relative; }

::-moz-selection {
  background: #4f90b2;
  color: white; }

::selection {
  background: #4f90b2;
  color: white; }

::-moz-selection {
  background: #4f90b2;
  color: white; }

@-ms-viewport {
  width: device-width;
  zoom: 1; }

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-family: "brandon-grotesque",serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  line-height: 1;
  margin: 0;
  padding-bottom: 25px;
  text-transform: none; }
  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-family: "brandon-grotesque",serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  font-size: 3rem;
  color: #4f90b2; }

h2 {
  font-family: "brandon-grotesque",serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  font-size: 2.25rem;
  text-transform: uppercase;
  color: #4f90b2; }

h3 {
  font-family: "brandon-grotesque",serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  color: #f94867; }

h4 {
  font-family: "brandon-grotesque",serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  font-size: 1.375rem; }

h5 {
  font-family: "brandon-grotesque",serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase; }

h6 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #f94867; }

hr {
  border: 1px solid #4f90b2;
  margin: 10px 0 25px; }

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

img.alignright,
.wp-caption.alignright {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px; }

img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px; }

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(79, 144, 178, 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 {
  text-decoration: underline; }
  a:hover, a:focus, a:active {
    text-decoration: none; }

.button {
  background: #4f90b2;
  color: white; }
  .button:hover {
    background: #2f576c; }

.button-white {
  background: white;
  border: 1px solid #4f90b2;
  color: #4f90b2; }
  .button-white:hover {
    background: #4f90b2;
    color: white; }

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

ul {
  list-style: disc;
  margin: 0 0 0 15px;
  padding: 0 0 15px; }
  ul a {
    text-decoration: none; }

.entry-content ul:not(.gform_fields) {
  list-style: none;
  margin: 0;
  padding-bottom: 30px; }
  .entry-content ul:not(.gform_fields) li {
    line-height: 32px;
    padding-left: 23px;
    position: relative; }
    .entry-content ul:not(.gform_fields) li + li {
      margin-top: 10px; }
    .entry-content ul:not(.gform_fields) li:before {
      background: url(../../images/bullet.png) no-repeat center center;
      content: '';
      height: 14px;
      position: absolute;
      top: 9px;
      left: 0;
      width: 14px; }

.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: #4f90b2;
      content: counter(ordered-list);
      font-weight: 700;
      position: absolute;
      left: 0; }
    .entry-content ol li + li {
      margin-top: 10px; }

.pagination {
  list-style: none;
  margin: 15px 0; }
  .pagination li {
    display: inline-block;
    margin-right: 10px; }
    .pagination li:empty {
      display: none; }

p {
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #363744;
  margin: 0;
  line-height: 1.75em;
  padding-bottom: 15px; }
  p:empty {
    display: none; }

.p-intro {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 38px;
  line-height: 2.375rem; }

.css-select-wrapper {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 200px; }
  .css-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; }

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

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  border: 0;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  background: #f9f9f9;
  color: #444;
  padding: 0 !important;
  position: relative;
  text-shadow: none;
  border: 10px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden;
  max-width: 100%; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  height: 100%;
  width: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading {
  background-image: url(../../images/fancybox/fancybox_sprite.png); }

#fancybox-loading {
  background-position: 0 -108px;
  cursor: pointer;
  margin-top: -22px;
  margin-left: -22px;
  opacity: 0.8;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 8060; }
  #fancybox-loading div {
    background: url(../../images/fancybox/fancybox_loading.gif) center center no-repeat;
    height: 44px;
    width: 44px; }

.fancybox-close {
  background: url(../../images/fancybox/fancybox_close.png) no-repeat;
  cursor: pointer;
  height: 60px;
  position: absolute;
  top: -60px;
  right: -70px;
  width: 60px;
  z-index: 8040; }

.fancybox-nav {
  background: transparent url(../../images/fancybox/blank.gif);
  /* helps IE */
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 40%;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }
  .fancybox-nav span {
    cursor: pointer;
    height: 85px;
    position: absolute;
    top: 50%;
    margin-top: -42px;
    width: 85px;
    z-index: 8040; }

.fancybox-prev {
  left: 0; }
  .fancybox-prev span {
    background: url(../../images/fancybox/fancybox_prev.png) no-repeat;
    left: -125px; }

.fancybox-next {
  right: 0; }
  .fancybox-next span {
    background: url(../../images/fancybox/fancybox_next.png) no-repeat;
    right: -125px; }

.fancybox-tmp {
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
  position: absolute;
  top: -99999px;
  left: -99999px; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }
  .fancybox-lock body {
    overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  background: rgba(51, 61, 77, 0.9);
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8010; }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  display: block; }

.fancybox-title-outside-wrap {
  color: #fff;
  margin-top: 10px;
  position: relative; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0; }

.fancybox-title {
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 45px 40px;
  text-align: center; }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading {
    background-image: url(../../images/fancybox/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(../../images/fancybox/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.accordion-holder {
  padding: 20px 0; }

.accordion-entry:not(:last-child) {
  margin-bottom: 20px; }

.accordion-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  padding-right: 50px; }
  .accordion-label:after {
    font-size: 18px;
    font-size: 1.125rem;
    content: '+';
    font-weight: 400;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
    width: 25px; }
  [data-status="opened"] .accordion-label:after {
    content: '-'; }

.accordion-content {
  display: none;
  padding: 15px 0px; }
  .accordion-content p {
    color: black;
    font-size: 16px;
    font-size: 1rem; }

:-moz-placeholder {
  /* Firefox 18- */ }

::-moz-placeholder {
  /* Firefox 19+ */ }

form label {
  text-transform: uppercase; }

form input[type="text"],
form input[type="url"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form input[type="password"],
form textarea {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  font-size: 1em;
  padding: 5px 10px; }

form input[type=submit],
form input[type=button] {
  background: #4f90b2;
  color: white; }
  form input[type=submit]:hover,
  form input[type=button]:hover {
    background: #2f576c; }

.gform_heading,
.gform_body,
.gform_footer {
  clear: both;
  padding-bottom: 20px; }

ul.gform_fields {
  list-style: none;
  margin: 0 -15px;
  padding: 0; }

li.gfield {
  clear: both;
  overflow: inherit;
  padding: 0 15px 20px; }

.ginput_container span {
  margin-bottom: 10px; }

.ginput_container input.large,
.ginput_container select.large,
.ginput_container textarea.large {
  width: 100%; }

.ginput_container input.medium,
.ginput_container select.medium,
.ginput_container textarea.medium {
  width: 66%; }

.ginput_container input.small,
.ginput_container select.small,
.ginput_container textarea.small {
  width: 33%; }

.ginput_container input,
.ginput_container textarea {
  margin: 2px; }

label.gfield_label {
  display: inline-block;
  padding-bottom: 10px; }
  .left_label label.gfield_label {
    float: left;
    width: 25%; }
  .right_label label.gfield_label {
    float: right;
    width: 25%; }

.gfield_required {
  padding-left: 5px; }

ul.gfield_checkbox,
ul.gfield_radio {
  list-style: none;
  padding: 0; }
  ul.gfield_checkbox input,
  ul.gfield_radio input {
    margin-right: 10px;
    position: relative;
    top: -1px; }

ul.gfield_radio input {
  margin-left: 2px; }

.gsection h2 {
  border-bottom: 3px solid black;
  padding-bottom: 15px; }

.gf_progressbar_wrapper {
  padding-bottom: 15px; }

.gf_progressbar {
  background: gray; }

.gf_progressbar_percentage {
  background: red;
  padding: 5px 10px;
  text-align: right; }

.gfield_time_hour, .gfield_time_minute, .gfield_time_ampm {
  display: inline;
  display: inline-block; }

.gfield_time_hour label, .gfield_time_minute label {
  display: block; }

.gfield_time_ampm {
  vertical-align: top; }

.gform_hidden {
  display: none; }

.validation_error {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 15px; }

li.gfield.gfield_error {
  background: #FFDFE0;
  margin-bottom: 15px;
  padding-top: 15px; }
  li.gfield.gfield_error label.gfield_label {
    font-weight: bold; }

li.gfield .validation_message {
  font-weight: bold;
  margin-top: 10px; }

.gform_validation_container {
  display: none; }

.ginput_full {
  display: block; }
  .ginput_full input, .ginput_full select, .ginput_full textarea {
    margin-bottom: 5px;
    width: 100%; }
  .ginput_full label {
    display: block; }

.ginput_left {
  float: left;
  padding-right: 15px;
  width: 50%; }
  .ginput_left input, .ginput_left select, .ginput_left textarea {
    margin-bottom: 5px;
    width: 100%; }
  .ginput_left label {
    display: block; }

.ginput_right {
  float: right;
  width: 50%; }
  .ginput_right input, .ginput_right select, .ginput_right textarea {
    margin-bottom: 5px;
    width: 100%; }
  .ginput_right label {
    display: block; }

.ginput_right {
  float: right;
  width: 50%; }

li.gf_left_half {
  clear: none;
  float: left;
  padding-right: 15px;
  padding-bottom: 10px;
  width: 50%; }

li.gf_right_half {
  clear: none;
  float: right;
  padding-bottom: 10px;
  width: 50%; }

li.gf_left_third {
  clear: none;
  float: left;
  padding-right: 15px;
  padding-bottom: 10px;
  width: 33%; }

li.gf_middle_third {
  clear: none;
  float: left;
  padding-right: 15px;
  padding-bottom: 10px;
  width: 34%; }

li.gf_right_third {
  clear: none;
  float: right;
  padding-bottom: 10px;
  width: 33%; }

li.gf_first_quarter {
  clear: none;
  float: left;
  padding-right: 15px;
  padding-bottom: 10px;
  width: 25%; }

li.gf_second_quarter {
  clear: none;
  float: left;
  padding-right: 15px;
  padding-bottom: 10px;
  width: 25%; }

li.gf_third_quarter {
  clear: none;
  float: left;
  padding-bottom: 10px;
  width: 25%; }

li.gf_fourth_quarter {
  clear: none;
  float: right;
  padding-bottom: 10px;
  width: 25%; }

@media screen and (max-width: 480px) {
  li.gf_left_half, li.gf_right_half, li.gf_left_third, li.gf_middle_third, li.gf_right_third, li.gf_first_quarter, li.gf_second_quarter, li.gf_third_quarter, li.gf_fourth_quarter {
    width: 100%; } }

.gf_list_2col ul.gfield_checkbox li,
.gf_list_2col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 50%; }

.gf_list_3col ul.gfield_checkbox li,
.gf_list_3col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 33%; }

.gf_list_4col ul.gfield_checkbox li,
.gf_list_4col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 25%; }

.gf_list_5col ul.gfield_checkbox li,
.gf_list_5col ul.gfield_radio li {
  float: left;
  padding-bottom: 10px;
  width: 20%; }

.gf_list_inline ul.gfield_checkbox li,
.gf_list_inline ul.gfield_radio li {
  display: inline-block;
  padding-right: 15px;
  padding-bottom: 10px; }

@media screen and (max-width: 480px) {
  .gf_list_2col ul.gfield_checkbox li,
  .gf_list_2col ul.gfield_radio li,
  .gf_list_3col ul.gfield_checkbox li,
  .gf_list_3col ul.gfield_radio li,
  .gf_list_4col ul.gfield_checkbox li,
  .gf_list_4col ul.gfield_radio li,
  .gf_list_5col ul.gfield_checkbox li,
  .gf_list_5col ul.gfield_radio li {
    width: 100%; } }

.custom_checkboxes .gfield_checkbox {
  margin-left: 0; }

.custom_checkboxes input[type="checkbox"] {
  display: none; }
  .custom_checkboxes input[type="checkbox"] + label {
    position: relative;
    padding-left: 20px; }
    .custom_checkboxes input[type="checkbox"] + label:before {
      content: '';
      display: inline-block;
      height: 15px;
      width: 15px;
      background: #363744;
      margin-right: 13px;
      position: absolute;
      left: 0;
      top: 0;
      padding-left: 2px;
      line-height: 16px;
      line-height: 1rem;
      overflow: hidden; }
    .custom_checkboxes input[type="checkbox"] + label span {
      display: block;
      margin-left: 20px; }
    .custom_checkboxes input[type="checkbox"] + label:hover {
      cursor: pointer; }
  .custom_checkboxes input[type="checkbox"]:checked + label:before {
    content: '✓';
    color: #4f90b2; }

.ui-datepicker {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  font: 9pt Arial,sans-serif;
  height: auto;
  margin: 5px auto 0;
  width: 216px; }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  border-collapse: collapse;
  width: 100%; }

.ui-datepicker-header {
  background-color: #666;
  border-color: #666;
  border-style: solid;
  border-width: 1px 0 0;
  -webkit-box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
  box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
  color: #e0e0e0;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
  text-shadow: 1px -1px 0 #000; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-title select {
  margin-top: 2.5%; }

.ui-datepicker-prev, .ui-datepicker-next {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 600%;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 30px; }

.ui-datepicker-prev:before,
.ui-datepicker-next:before {
  border-color: transparent #e0e0e0;
  border-style: solid;
  content: '';
  position: absolute;
  top: 30%;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001); }

.ui-datepicker-prev {
  float: left; }
  .ui-datepicker-prev:before {
    border-width: 5px 10px 5px 0;
    left: 40%; }

.ui-datepicker-next {
  float: right; }
  .ui-datepicker-next:before {
    border-width: 5px 0 5px 10px;
    right: 40%; }

.ui-datepicker thead {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f1f1f1)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  color: #666666;
  font-size: 6pt;
  padding: 5px 0;
  text-align: center;
  text-shadow: 1px 0 0 #fff;
  text-transform: uppercase; }

.ui-datepicker tbody td {
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  padding: 0; }

.ui-datepicker tbody td:last-child {
  border-right: 0 none; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0 none; }

.ui-datepicker td span, .ui-datepicker td a {
  color: #666666;
  display: inline-block;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
  width: 30px; }

.ui-datepicker-calendar .ui-state-default {
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dedede)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset;
  box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset; }

.ui-datepicker-calendar .ui-state-hover {
  background: none repeat scroll 0 0 #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: none repeat scroll 0 0 #fff2aa;
  border: 1px solid #c19163;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
  color: #666;
  margin: -1px;
  position: relative;
  text-shadow: 0 1px 0 #fff; }

.ui-datepicker-unselectable .ui-state-default {
  background: none repeat scroll 0 0 #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  margin-left: 0;
  width: 29px; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  margin-right: 0;
  width: 29px; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

table.ui-datepicker-calendar {
  margin: 0 !important; }

body div#ui-datepicker-div[style] {
  z-index: 9999 !important; }

.menu-support {
  position: absolute;
  top: 100px;
  right: 0;
  z-index: 999; }
  .menu-support .menu-support-wrap {
    padding: 15px 5px 10px;
    background: #363744;
    text-align: center;
    width: 100px;
    margin-top: 1px; }
    .menu-support .menu-support-wrap img {
      margin: auto; }
  .menu-support .menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .menu-support .menu-wrapper:hover span {
      opacity: 1;
      -webkit-transition-duration: 250ms;
      -o-transition-duration: 250ms;
      transition-duration: 250ms;
      -webkit-transition-property: background-color, color, border, opacity, text-indent;
      -o-transition-property: background-color, color, border, opacity, text-indent;
      transition-property: background-color, color, border, opacity, text-indent; }
  .menu-support span {
    opacity: 0;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: white;
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 30px;
    padding: 15px 20px;
    background-color: #4f90b2;
    border-radius: 50px;
    position: relative; }
    .menu-support span:after {
      content: '';
      position: absolute;
      width: 0px;
      height: 0px;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 15px solid #4f90b2;
      right: -12px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .menu-support p {
    padding-bottom: 0px;
    color: white;
    padding-top: 2px; }
  .menu-support a {
    text-decoration: none; }
    .menu-support a:hover .menu-support-wrap {
      background: #2b2c36; }

.site-branding img {
  display: block; }

#site-navigation {
  text-align: right; }

#main-nav {
  font-size: 0;
  margin: 140px 0 0;
  margin: 0 0;
  padding: 0;
  text-align: left;
  overflow: auto;
  height: calc(100% - 10px);
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  #main-nav > li {
    display: block; }
  #main-nav a {
    font-size: 16px;
    font-size: 1rem;
    color: black;
    display: block;
    padding: 10px; }
    #main-nav a:hover {
      color: #4f90b2; }
  #main-nav .sub-menu {
    display: block; }
  #main-nav > li:first-child a {
    font-family: "brandon-grotesque",serif;
    font-style: normal;
    font-weight: 700;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    padding: 20px 40px; }
  #main-nav .chapter-label {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */ }
  #main-nav .menu-item-type-custom {
    margin: 0; }
    #main-nav .menu-item-type-custom a {
      font-family: "brandon-grotesque",serif;
      font-style: normal;
      font-weight: 700;
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: 700;
      color: #abdcd7;
      text-transform: uppercase;
      padding: 20px 40px 5px; }
      #main-nav .menu-item-type-custom a:hover {
        cursor: default; }
    #main-nav .menu-item-type-custom + li a {
      font-family: "brandon-grotesque",serif;
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: 700;
      color: white;
      text-transform: uppercase;
      padding: 10px 40px;
      letter-spacing: .1em; }
      #main-nav .menu-item-type-custom + li a:hover {
        background: rgba(9, 77, 109, 0.4); }
  #main-nav .menu-item-has-children a {
    font-family: "brandon-grotesque",serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    padding: 10px 40px; }
    #main-nav .menu-item-has-children a:hover {
      background: rgba(9, 77, 109, 0.4); }
  #main-nav .sub-menu {
    list-style: none;
    margin: 0px 10px; }
    #main-nav .sub-menu li a {
      font-family: 'Muli', sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 17px;
      font-size: 1.0625rem;
      color: white;
      text-transform: none;
      padding: 10px 40px;
      letter-spacing: normal; }
      #main-nav .sub-menu li a:hover {
        background: rgba(9, 77, 109, 0.4); }

.burger-trigger-2 {
  background: #363744;
  display: block;
  height: 100px;
  padding-top: 20px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 100px;
  z-index: 2; }
  .burger-trigger-2:focus {
    outline: none; }
  .burger-trigger-2 span {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    background: #abdcd7;
    display: block;
    height: 3px;
    margin: 10px auto 0;
    position: relative;
    top: 0;
    width: 50px;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%; }
    .burger-trigger-2 span:before, .burger-trigger-2 span:after {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #abdcd7;
      content: ""; }
    .burger-trigger-2 span:before {
      -webkit-transition-duration: 0.3s, 0.3s;
      -o-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0s;
      -o-transition-delay: 0.3s, 0s;
      transition-delay: 0.3s, 0s;
      -webkit-transition-property: top, -webkit-transform;
      transition-property: top, -webkit-transform;
      -o-transition-property: top, transform;
      transition-property: top, transform;
      transition-property: top, transform, -webkit-transform;
      top: -15px; }
    .burger-trigger-2 span:after {
      -webkit-transition-duration: 0.3s, 0.3s;
      -o-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0s;
      -o-transition-delay: 0.3s, 0s;
      transition-delay: 0.3s, 0s;
      -webkit-transition-property: bottom, -webkit-transform;
      transition-property: bottom, -webkit-transform;
      -o-transition-property: bottom, transform;
      transition-property: bottom, transform;
      transition-property: bottom, transform, -webkit-transform;
      bottom: -15px; }
  .burger-trigger-2.open {
    background: rgba(54, 55, 68, 0.4);
    z-index: 99999; }
    .burger-trigger-2.open span:before {
      top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0s, 0.3s;
      -o-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }
    .burger-trigger-2.open span {
      background: none; }
    .burger-trigger-2.open span:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0s, 0.3s;
      -o-transition-delay: 0s, 0.3s;
      transition-delay: 0s, 0.3s; }

.burger-text {
  padding-top: 30px;
  color: white;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: "brandon-grotesque",serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem; }

.menu-slide {
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  font-size: 32px;
  font-size: 2rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: url(../../images/menu-slide.png) no-repeat center 58% #4782a0;
  color: white;
  cursor: pointer;
  height: 35px;
  line-height: 1;
  position: absolute;
  top: 12px;
  right: 2%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 35px; }
  .menu-slide.open {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

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

#mobile-nav {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #4f90b2;
  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;
    -o-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 #4782a0; }
  #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: #4782a0; }
  #mobile-nav .sub-menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    #mobile-nav .sub-menu li {
      background: #3f738e; }
    #mobile-nav .sub-menu .sub-menu li {
      background: #37657d; }

#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: #4f90b2;
    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 {
  margin-top: 25px;
  padding-top: 25px; }

#footer-nav {
  margin: 0;
  text-align: left; }
  #footer-nav li {
    display: inline-block; }
    #footer-nav li + li {
      margin-left: 20px; }
  #footer-nav a {
    text-decoration: none; }

#secondary .widget_nav_menu li {
  display: none; }

#secondary .widget_nav_menu li.current_page_item,
#secondary .widget_nav_menu .current-page-ancestor,
#secondary .widget_nav_menu .current_page_parent {
  display: block; }
  #secondary .widget_nav_menu li.current_page_item ul, #secondary .widget_nav_menu li.current_page_item li, #secondary .widget_nav_menu li.current_page_item a,
  #secondary .widget_nav_menu .current-page-ancestor ul,
  #secondary .widget_nav_menu .current-page-ancestor li,
  #secondary .widget_nav_menu .current-page-ancestor a,
  #secondary .widget_nav_menu .current_page_parent ul,
  #secondary .widget_nav_menu .current_page_parent li,
  #secondary .widget_nav_menu .current_page_parent a {
    display: block; }

#secondary .widget + .widget {
  margin-top: 25px; }

a.open-panel, a.close-panel {
  display: none; }

#content {
  padding-top: 0; }

/* Move nav off screen, setup transitions */
.navigation {
  width: 375px;
  position: absolute;
  right: 0px;
  top: 0;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 20px;
  background: url(../../images/menu-bg.jpg);
  text-align: left;
  z-index: -999999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  /* Display nav items vertically */ }
  .navigation ul.menu {
    border-top: 1px solid #888; }
    .navigation ul.menu li {
      float: none;
      width: 100%;
      text-align: left;
      padding: .5em 1em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: 1px solid #888; }

.nav-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 40px; }

.copyright {
  color: white;
  padding: 10px;
  font-family: "brandon-grotesque",serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem; }

.openNav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }
  .openNav .navigation {
    z-index: 9999;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease; }

.openNav #page-wrapper {
  right: 0;
  -webkit-transform: translate3d(-375px, 0, 0);
  -moz-transform: translate3d(-375px, 0, 0);
  -ms-transform: translate3d(-375px, 0, 0);
  -o-transform: translate3d(-375px, 0, 0);
  transform: translate3d(-375px, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }

/* When the panel is closed, transition the page back to the left */
#page-wrapper {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }

.gray-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #4f90b2; }

.homepage {
  position: relative; }
  .homepage .home-wrap {
    position: absolute;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%; }
    .homepage .home-wrap .welcome {
      background: white;
      padding: 50px 0px 0px;
      text-align: center;
      overflow: hidden;
      width: 100%;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .homepage .logo-wrap {
    position: relative; }
    .homepage .logo-wrap:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -183px;
      background: url(../../images/shadow.png) no-repeat;
      width: 400px;
      height: 183px; }
    .homepage .logo-wrap img {
      padding-bottom: 45px; }
  .homepage .intro {
    font-family: "brandon-grotesque",serif;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    font-size: 2rem;
    padding: 60px 0px; }
  .homepage .get-started {
    position: relative; }
    .homepage .get-started a {
      position: relative;
      display: block;
      left: 0;
      right: 0;
      height: 65px;
      width: 100%;
      font-family: "brandon-grotesque",serif;
      font-style: normal;
      font-weight: 700;
      color: white;
      text-transform: uppercase;
      background: #47d58d;
      font-size: 22px;
      font-size: 1.375rem;
      padding: 17px 0px;
      font-weight: 700;
      text-decoration: none; }
      .homepage .get-started a:after {
        content: '';
        height: 46px;
        width: 46px;
        position: absolute;
        right: 25px;
        bottom: 9px;
        background: url(../../images/arrow.png) no-repeat; }
      .homepage .get-started a:hover {
        background: #2bbe73; }

.sidebar-calc {
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }
  .sidebar-calc .ui-spinner-input {
    width: 100%; }
  .sidebar-calc .activity-content .ui-spinner {
    border-radius: 0 !important; }
  .sidebar-calc .activity-content label {
    display: block;
    margin-bottom: 5px;
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    color: #4f90b2;
    text-transform: none; }
  .sidebar-calc .activity-content form {
    margin-bottom: 10px; }
    .sidebar-calc .activity-content form input {
      outline: none; }
  .sidebar-calc .activity-content .month, .sidebar-calc .activity-content .year, .sidebar-calc .activity-content .decade {
    margin-bottom: 10px; }
  .sidebar-calc .activity-content .month-title, .sidebar-calc .activity-content .year-title, .sidebar-calc .activity-content .decade-title {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #363744;
    display: block;
    margin-bottom: 5px; }
  .sidebar-calc .activity-content #cost-month, .sidebar-calc .activity-content #cost-year, .sidebar-calc .activity-content #cost-decade {
    font-weight: bold; }

#page-wrapper {
  background: url(../../images/bg.jpg);
  height: 100vh; }

.page-template-_first-step .question {
  padding-top: 175px; }

.page-template-_first-step .title {
  text-align: center;
  position: relative;
  margin-bottom: 100px; }
  .page-template-_first-step .title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -183px;
    background: url(../../images/shadow.png) no-repeat;
    height: 183px;
    width: 100%;
    max-width: 400px;
    background-position: center; }
  .page-template-_first-step .title h1 {
    font-family: "brandon-grotesque",serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    font-size: 3rem;
    color: #4f90b2; }

.page-template-_first-step .support {
  text-align: center; }
  .page-template-_first-step .support a:hover .icon-wrap {
    border: 2px solid #f94867; }
  .page-template-_first-step .support:hover {
    cursor: pointer; }
    .page-template-_first-step .support:hover .icon-wrap {
      border-color: #f94867; }
  .page-template-_first-step .support p {
    line-height: 1em;
    padding-bottom: 5px; }
  .page-template-_first-step .support h6 {
    line-height: 1em;
    padding: 5px 0px 10px; }

.page-template-_first-step .icon-wrap {
  height: 175px;
  width: 175px;
  background: #454e5d;
  border: 2px solid #abdcd7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  text-align: center;
  margin: auto;
  margin-bottom: 30px; }
  .page-template-_first-step .icon-wrap img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%; }

.page-template-_wysiwyg-content .wysiwyg-content {
  padding-top: 175px;
  padding-bottom: 80px; }
  .page-template-_wysiwyg-content .wysiwyg-content .title {
    text-align: center; }

.page-template-_wysiwyg-content .container > div {
  margin-bottom: 40px; }

.page-template-_wysiwyg-content .activity {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

.page-template-_wysiwyg-content .activity-header {
  background: #227baa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .page-template-_wysiwyg-content .activity-header img {
    vertical-align: bottom;
    display: inline-block; }
  .page-template-_wysiwyg-content .activity-header h5 {
    color: white;
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 0; }

.page-template-_wysiwyg-content .activity-content {
  background: white;
  padding: 25px 30px; }

.page-template-_wysiwyg-content .activity-footer a {
  font-family: "brandon-grotesque",serif;
  font-style: normal;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 25px 70px 25px 40px;
  width: 100%;
  background: #f94867;
  display: block;
  text-align: left;
  position: relative; }
  .page-template-_wysiwyg-content .activity-footer a:before {
    content: '';
    background: url(../../images/white-arrow.png) no-repeat;
    position: absolute;
    right: 20px;
    height: 46px;
    width: 46px;
    top: 14px;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .page-template-_wysiwyg-content .activity-footer a:hover {
    background: #f7173e; }

.page-template-_response .response {
  padding-top: 175px; }
  .page-template-_response .response h3 {
    font-family: "brandon-grotesque",serif;
    font-style: normal;
    font-weight: 300;
    font-size: 34px;
    font-size: 2.125rem;
    color: #363744; }
  .page-template-_response .response .statements {
    list-style: none;
    margin: 0;
    padding-bottom: 0; }
    .page-template-_response .response .statements .statement {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding: 15px;
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
      .page-template-_response .response .statements .statement p {
        font-family: 'Muli', sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        font-size: 1.125rem;
        color: #4f90b2;
        line-height: 1.5em;
        padding-bottom: 0; }
      .page-template-_response .response .statements .statement:first-child {
        border-top: 1px solid rgba(0, 0, 0, 0.2); }
      .page-template-_response .response .statements .statement:hover {
        background: rgba(171, 220, 215, 0.3); }
      .page-template-_response .response .statements .statement .accordion-content p {
        color: #363744;
        font-size: 16px;
        font-size: 1rem; }

.page-template-_response .title {
  text-align: center;
  position: relative;
  margin-bottom: 60px; }
  .page-template-_response .title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -183px;
    background: url(../../images/shadow.png) no-repeat;
    height: 183px;
    width: 100%;
    max-width: 400px;
    background-position: center; }
  .page-template-_response .title h1 {
    font-family: "brandon-grotesque",serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    font-size: 3rem;
    color: #4f90b2; }

.page-template-_response .discover-wrapper {
  margin-top: 55px;
  list-style: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px; }
  .page-template-_response .discover-wrapper .discover a {
    font-family: 'Muli', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    color: #363744;
    padding: 25px 70px;
    display: block;
    position: relative;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    .page-template-_response .discover-wrapper .discover a:before {
      content: '';
      transition: all 500ms ease;
      -webkit-transition: all 500ms ease;
      -moz-transition: all 500ms ease;
      -ms-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      background: url(../../images/hover.png) no-repeat;
      position: absolute;
      right: 25px;
      height: 46px;
      width: 46px;
      top: 14px;
      opacity: 0; }
    .page-template-_response .discover-wrapper .discover a:hover {
      background: rgba(253, 195, 69, 0.6);
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease; }
      .page-template-_response .discover-wrapper .discover a:hover:before {
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        content: '';
        background: url(../../images/hover.png) no-repeat;
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0); }
  .page-template-_response .discover-wrapper .discover:nth-child(odd) {
    background: rgba(253, 195, 69, 0.25); }
  .page-template-_response .discover-wrapper .discover:nth-child(even) {
    background: rgba(253, 195, 69, 0.4); }

.page-template-_response .activity {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

.page-template-_response .activity-header {
  background: #227baa; }
  .page-template-_response .activity-header img {
    vertical-align: bottom;
    display: inline-block; }
  .page-template-_response .activity-header h5 {
    color: white;
    display: inline-block;
    padding-bottom: 22px;
    padding-left: 10px; }

.page-template-_response .activity-content {
  background: white;
  padding: 25px 30px; }

.page-template-_response .activity-footer a {
  font-family: "brandon-grotesque",serif;
  font-style: normal;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 25px 70px 25px 40px;
  width: 100%;
  background: #f94867;
  display: block;
  text-align: left;
  position: relative; }
  .page-template-_response .activity-footer a:before {
    content: '';
    background: url(../../images/white-arrow.png) no-repeat;
    position: absolute;
    right: 20px;
    height: 46px;
    width: 46px;
    top: 14px;
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .page-template-_response .activity-footer a:hover {
    background: #f7173e; }

.page-template-_question .question {
  padding-top: 175px; }

.page-template-_question .title {
  text-align: center;
  position: relative;
  margin-bottom: 60px; }
  .page-template-_question .title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -183px;
    background: url(../../images/shadow.png) no-repeat;
    height: 183px;
    width: 100%;
    max-width: 400px;
    background-position: center; }
  .page-template-_question .title h1 {
    font-family: "brandon-grotesque",serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    font-size: 3rem;
    color: #4f90b2; }

.page-template-_question .intro {
  padding-bottom: 50px; }

.page-template-_question .responses {
  list-style: none;
  margin: 0; }
  .page-template-_question .responses .response {
    margin-bottom: 35px;
    position: relative; }
    .page-template-_question .responses .response.with-icon {
      padding-left: 79px; }
  .page-template-_question .responses img {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }
  .page-template-_question .responses .response-wrap {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background: #4f90b2;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    display: inline-block;
    width: 100%;
    left: -4px;
    border: 2px solid #4f90b2; }
    .page-template-_question .responses .response-wrap:before {
      content: '';
      background: url(../../images/tip.png) no-repeat;
      height: 24px;
      width: 14px;
      position: absolute;
      right: 25px;
      top: 19px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
    .page-template-_question .responses .response-wrap span {
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      font-family: "brandon-grotesque",serif;
      font-style: normal;
      font-weight: 700;
      font-size: 15px;
      font-size: 0.9375rem;
      color: white;
      vertical-align: top;
      display: inline-block;
      padding: 19px 20px;
      text-transform: uppercase; }
  .page-template-_question .responses a:hover .response-wrap {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    background: none;
    border: 2px solid #4f90b2; }
    .page-template-_question .responses a:hover .response-wrap span {
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      color: #363744; }

.page-template-_calculator .calculator-wrapper {
  padding-top: 175px; }

.page-template-_calculator .title {
  text-align: center;
  position: relative;
  margin-bottom: 60px; }
  .page-template-_calculator .title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -183px;
    background: url(../../images/shadow.png) no-repeat;
    height: 183px;
    width: 100%;
    max-width: 400px;
    background-position: center; }
  .page-template-_calculator .title h1 {
    font-family: "brandon-grotesque",serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    font-size: 3rem;
    color: #4f90b2; }

.page-template-_calculator .intro {
  padding-bottom: 50px; }

.page-template-_calculator .month {
  margin-top: 25px; }

.page-template-_calculator .month, .page-template-_calculator .year, .page-template-_calculator .decade {
  padding: 15px 0px;
  border-top: 1px solid rgba(137, 137, 137, 0.3); }
  .page-template-_calculator .month span, .page-template-_calculator .year span, .page-template-_calculator .decade span {
    font-family: 'Muli', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    font-size: 1.125rem; }

.page-template-_calculator .decade {
  border-bottom: 1px solid rgba(137, 137, 137, 0.3); }

.page-template-_calculator #cost-month, .page-template-_calculator #cost-year, .page-template-_calculator #cost-decade {
  float: right; }

.page-template-_calculator form {
  padding-bottom: 15px; }

.page-template-_calculator label {
  display: block;
  text-align: center;
  padding-bottom: 15px; }

.page-template-_calculator .ui-widget, .page-template-_calculator #numCig {
  font-size: 42px;
  font-size: 2.625rem;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  text-align: center !important; }

.page-template-_calculator .ui-spinner-button {
  border: 1px solid #898989 !important;
  height: 30px;
  width: 30px; }

.page-template-_calculator .ui-spinner .ui-icon {
  left: 7px; }

.page-template-_calculator .ui-spinner-up {
  top: 5px; }

.page-template-_calculator .ui-spinner-down {
  bottom: 5px; }

.page-template-_calculator .calc-wrap h4 {
  font-family: "brandon-grotesque",serif;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  font-size: 2.125rem;
  text-align: center; }

.page-template-_calculator #costCalc label {
  border-bottom: 1px solid rgba(137, 137, 137, 0.3);
  font-family: 'Muli', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #4f90b2;
  text-transform: none;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.page-template-_calculator .discover-wrapper {
  margin-top: 55px;
  list-style: none;
  margin-left: 0;
  margin-right: 0; }
  .page-template-_calculator .discover-wrapper .discover a {
    font-family: 'Muli', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.125rem;
    color: #363744;
    padding: 25px 70px;
    display: block;
    position: relative; }
    .page-template-_calculator .discover-wrapper .discover a:after {
      content: '';
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      opacity: 0; }
    .page-template-_calculator .discover-wrapper .discover a:hover {
      background: rgba(253, 195, 69, 0.6); }
      .page-template-_calculator .discover-wrapper .discover a:hover:after {
        -webkit-transition: 0.5s ease;
        -moz-transition: 0.5s ease;
        -o-transition: 0.5s ease;
        transition: 0.5s ease;
        content: '';
        background: url(../../images/hover.png) no-repeat;
        position: absolute;
        right: 25px;
        height: 46px;
        width: 46px;
        top: 14px;
        opacity: 1; }
  .page-template-_calculator .discover-wrapper .discover:nth-child(odd) {
    background: rgba(253, 195, 69, 0.25); }
  .page-template-_calculator .discover-wrapper .discover:nth-child(even) {
    background: rgba(253, 195, 69, 0.4); }

.page-template-default #main {
  padding-top: 175px; }

.page-template-default .entry-title {
  text-align: center;
  position: relative;
  margin-bottom: 100px; }
  .page-template-default .entry-title:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -183px;
    background: url(../../images/shadow.png) no-repeat;
    height: 183px;
    width: 100%;
    max-width: 400px;
    background-position: center; }
  .page-template-default .entry-title h1 {
    font-family: "brandon-grotesque",serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    font-size: 3rem;
    color: #4f90b2; }

.contact-content {
  padding-top: 175px; }
  .contact-content .title {
    position: relative;
    text-align: center;
    margin-bottom: 60px; }
    .contact-content .title:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -183px;
      background: url("../../images/shadow.png") no-repeat;
      height: 183px;
      width: 100%;
      max-width: 400px;
      background-position: center; }

.support-grid {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .support-grid li:hover .icon-wrap {
    border-color: #f94867; }
  .support-grid .icon-wrap {
    height: 175px;
    width: 175px;
    background-color: #454e5d;
    border: 2px solid #abdcd7;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 30px; }

.error404 .entry-title {
  padding-top: 175px;
  font-size: 72px;
  font-size: 4.5rem;
  text-align: center; }

.error404 .site-content {
  text-align: center; }
  .error404 .site-content p {
    font-size: 32px;
    font-size: 2rem;
    font-style: italic; }

.top-banner {
  background: #4f90b2; }

.site-header {
  background: #f2f2f2; }

#secondary {
  background: #f2f2f2;
  padding: 15px; }

.site-footer {
  background: #f2f2f2; }

.blocks [class*="block-grid-"] > li {
  background: none repeat scroll 0 0 #CCCCCC;
  border: 1px solid #999999;
  padding-bottom: 5px;
  padding-top: 5px; }

@media screen and (max-width: 1024px) {
  .page-template-_response .columns-7,
  .page-template-_wysiwyg-content .columns-7 {
    position: static;
    width: 66.66667%; }
  .page-template-_response .columns-3,
  .page-template-_wysiwyg-content .columns-3 {
    position: static;
    width: 33.33333%; } }

@media screen and (max-width: 1024px) {
  .columns-6.column-center {
    width: 66.66667%; } }

@media screen and (max-width: 975px) {
  .fancybox-wrap {
    top: 100px !important; }
  .fancybox-close {
    right: 0;
    top: -75px; }
  .page-template-_wysiwyg-content .container .columns-8 {
    width: 50%; }
  .page-template-_wysiwyg-content .container .columns-4 {
    width: 50%; } }

@media screen and (max-width: 890px) {
  .page-template-_first-step .welcome .block-grid-4 {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto; }
    .page-template-_first-step .welcome .block-grid-4 li:nth-of-type(2n+1) {
      clear: none; }
    .page-template-_first-step .welcome .block-grid-4 > li {
      display: block;
      float: left;
      height: auto;
      padding-right: 15px;
      padding-left: 15px;
      width: 50%; }
      .page-template-_first-step .welcome .block-grid-4 > li:nth-of-type(2n+1) {
        clear: both; }
    .page-template-_first-step .welcome .block-grid-4 li {
      padding-bottom: 25px; } }

@media screen and (max-width: 768px) {
  .menu-support {
    font-size: 0;
    top: 0;
    right: 100px; }
    .menu-support .menu-wrapper {
      display: inline-block; }
    .menu-support span {
      display: none; }
    .menu-support a {
      display: inline-block;
      vertical-align: top; }
      .menu-support a .menu-support-wrap {
        margin-top: 0;
        margin-right: 1px;
        max-width: 85px;
        height: 100px; }
  .support-grid {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto; }
    .support-grid > li {
      display: block;
      float: left;
      height: auto;
      padding-right: 15px;
      padding-left: 15px;
      width: 33.33333%; }
      .support-grid > li:nth-of-type(3n+1) {
        clear: both; }
  .columns-6.column-center,
  .columns-8.column-center {
    width: 83.33333%; }
  .page-template-_response .columns-7 {
    position: static;
    width: 100%; }
  .page-template-_response .columns-3 {
    position: static;
    width: 100%; }
  .page-template-_response .activity {
    margin-top: 50px; }
  .page-template-_response .content-wrapper .entry-content:nth-of-type(2), .page-template-_response .content-wrapper .entry-content:nth-of-type(3) {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0; } }

@media screen and (max-width: 767px) {
  .columns-6.column-center,
  .columns-8.column-center,
  .columns-9.column-center,
  .columns-10.column-center {
    width: 100%; }
  .page-template-_wysiwyg-content .container .columns-8 {
    width: 100%; }
  .page-template-_wysiwyg-content .container .columns-4 {
    width: 100%; }
  .top-banner {
    display: none; }
  .fs-mobile-trigger, .full-width-trigger {
    display: block; }
  .page-template-_calculator #costCalc #numCig {
    width: 100%; } }

@media screen and (max-width: 550px) {
  .wp-caption-text {
    position: static; }
  .logo-wrap {
    padding: 0px 10px; }
  .support-grid {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto; }
    .support-grid > li {
      display: block;
      float: left;
      height: auto;
      padding-right: 15px;
      padding-left: 15px;
      width: 50%; }
      .support-grid > li:nth-of-type(2n+1) {
        clear: both; } }

@media screen and (max-width: 480px) {
  .wp-caption-text {
    position: static; }
  .navigation {
    width: 100%; }
  .page-template-_first-step .welcome .block-grid-4 {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto; }
    .page-template-_first-step .welcome .block-grid-4 li:nth-of-type(2n+1) {
      clear: none; }
    .page-template-_first-step .welcome .block-grid-4 > li {
      display: block;
      float: left;
      height: auto;
      padding-right: 15px;
      padding-left: 15px;
      width: 100%; }
      .page-template-_first-step .welcome .block-grid-4 > li:nth-of-type(1n+1) {
        clear: both; }
  .menu-support a .menu-support-wrap {
    max-width: 72px; }
  .support-grid {
    display: block;
    margin: 0 -15px 15px -15px;
    overflow: auto; }
    .support-grid > li {
      display: block;
      float: left;
      height: auto;
      padding-right: 15px;
      padding-left: 15px;
      width: 100%; }
      .support-grid > li:nth-of-type(1n+1) {
        clear: both; }
  .home-wrap {
    padding-top: 25px; }
    .home-wrap .welcome .intro {
      font-size: 20px;
      font-size: 1.25rem;
      padding: 25px 10px; } }

@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) ") "; } }
