@charset "UTF-8";
@import url("//hello.myfonts.net/count/2c8eff");
body.env-local:before {
  background-color: #FCF8E3;
  border-bottom: 1px solid #FBEED5;
  border-left: 1px solid #FBEED5;
  color: #C09853;
  font: small-caption;
  padding: 3px 6px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100; }
  @media all and (min-width: 20em) {
    body.env-local:before {
      content: "mob ≥ 320px (20em)"; } }
  @media all and (min-width: 37.5em) {
    body.env-local:before {
      content: "phab ≥ 600px (37.5em)"; } }
  @media all and (min-width: 46.25em) {
    body.env-local:before {
      content: "tab ≥ 740px (46.25em)"; } }
  @media all and (min-width: 61.25em) {
    body.env-local:before {
      content: "lap ≥ 980px (61.25em)"; } }
  @media all and (min-width: 81.25em) {
    body.env-local:before {
      content: "desk ≥ 1300px (81.25em)"; } }
  @media all and (min-width: 112.5em) {
    body.env-local:before {
      content: "epic ≥ 1800px (112.5em)"; } }

/**
 * Tests
 * (scroll down to edit the tests)
 */
@media all and (min-width: 20em) {
  .element {
    color: green; } }

@media all and (min-width: 37.5em) {
  .element {
    color: yellow; } }

@media all and (min-width: 46.25em) {
  .element {
    color: blue; } }

@media all and (max-width: 61.24em) {
  .element {
    color: red; } }

@media all and (max-width: 400px), (min-width: 650px) and (max-width: 1200px) {
  .element {
    color: crimson; } }

@media all and (min-width: 75em) {
  .element {
    color: yellow; } }

/**
 * For older browsers that don't support @media queries
 * (in our case: IE8)


.element {
    @include mq($from: mob) {
        color: lighten(green,40);
    }
    @include mq($from: tab) {
        color: lighten(blue,40);
    }
    @include mq($to: lap) {
        color: lighten(red,40); // Not wide enough: won't be in the output
    }
    @include mq(desk) {
        color: lighten(crimson,40); // Too wide: won't be in the output
    }

}
 */
/* Reset =================================================== */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

/**
 * @license
 * MyFonts Webfont Build ID 2920191, 2014-11-12T05:07:44-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: AvenirLTStd-Heavy by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/85-heavy/
 * 
 * Webfont: AvenirLTStd-Book by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/avenir/45-book/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2920191
 * Licensed pageviews: 250,000
 * Webfonts copyright: Copyright &#x00A9; 1989, 1995, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 1995, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * © 2014 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'AvenirBold';
  src: url("/_assets/fonts/avenir/2C8EFF_0_0.eot");
  src: url("/_assets/fonts/avenir/2C8EFF_0_0.eot?#iefix") format("embedded-opentype"), url("/_assets/fonts/avenir/2C8EFF_0_0.woff2") format("woff2"), url("/_assets/fonts/avenir/2C8EFF_0_0.woff") format("woff"), url("/_assets/fonts/avenir/2C8EFF_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'AvenirBook';
  src: url("/_assets/fonts/avenir/2C8EFF_1_0.eot");
  src: url("/_assets/fonts/avenir/2C8EFF_1_0.eot?#iefix") format("embedded-opentype"), url("/_assets/fonts/avenir/2C8EFF_1_0.woff2") format("woff2"), url("/_assets/fonts/avenir/2C8EFF_1_0.woff") format("woff"), url("/_assets/fonts/avenir/2C8EFF_1_0.ttf") format("truetype"); }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.7px;
  color: inherit;
  text-rendering: optimizelegibility; }

h1 small, h2 small {
  font-weight: normal;
  color: #bfbfbf; }

h1, .h1 {
  margin-bottom: 0.35em;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2; }

h2, .h2 {
  margin-bottom: 0.4666666667em;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.2; }

h3, .h3, .subtitle {
  margin-bottom: 0.56em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3; }

h4, .h4 {
  margin-bottom: 1.4em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25; }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.4em; }

h6, .h6 {
  margin-bottom: 1.4em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase; }

p, ol, ul, li, dl, address {
  margin-bottom: 1.4em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.7px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em; }
  p strong, p b, ol strong, ol b, ul strong, ul b, li strong, li b, dl strong, dl b, address strong, address b {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 1px; }

small {
  font-size: 0.8em; }

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #c7ced6;
  border-bottom: 1px solid white; }

ul, ol {
  margin: 0 0 1.4em 0;
  padding: 0 0 0 20px; }

blockquote {
  margin: 0 0 1.4em 0; }

q {
  quotes: none; }

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

cite {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4em;
  font-style: normal; }
  cite strong {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

dl,
dd {
  margin-bottom: 1.4em; }

dt {
  font-weight: 700;
  text-transform: uppercase; }

.dl-horizontal dt {
  float: left;
  clear: left;
  width: 20.25%;
  text-align: right; }

.dl-horizontal dd {
  margin-left: 22.78%; }

abbr[title] {
  border-bottom: 1px dotted #c7ced6;
  cursor: help; }

b, strong {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  letter-spacing: 1px; }

dfn {
  font-style: italic; }

ins {
  background-color: #f3f5f6;
  color: #000000;
  text-decoration: none; }

mark {
  background-color: #f3f5f6;
  color: #000000;
  font-style: italic;
  font-weight: 700; }

pre,
code,
kbd,
samp {
  font-family: "Roboto Mono", Monaco, Courier New, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  vertical-align: baselineheight; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:visited {
    color: inherit; }
  a:hover {
    text-decoration: none;
    color: inherit;
    opacity: 0.8;
    outline: none; }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0;
    outline: none; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

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

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

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

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

@keyframes flash {
  from, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

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

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

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

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

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

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

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

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

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

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

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: none;
    transform: none; } }

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

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

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

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 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, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 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(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 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(-100px, 0, 0);
    transform: translate3d(-100px, 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(50px, 0, 0);
    transform: translate3d(50px, 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(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 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, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 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, 100px, 0);
    transform: translate3d(0, 100px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

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

/* ============================================================

Cone: A Marshall

============================================================ */
/* Buttons =================================================== */
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 6px 11px 6px;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: #959594;
  border: 0px solid #2d353e;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  cursor: pointer;
  *margin-left: .3em; }
  .btn:visited, .btn:hover {
    color: #000000;
    text-decoration: none; }

.btn:first-child {
  *margin-left: 0; }

.btn-disabled {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: default; }

.btn-error {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2d353e), to(#d62e2e));
  background-image: -webkit-linear-gradient(top, #2d353e, #d62e2e);
  background-color: #d62e2e;
  background-image: -moz-linear-gradient(top, #2d353e, #d62e2e);
  background-image: -ms-linear-gradient(top, #2d353e, #d62e2e);
  background-image: -o-linear-gradient(top, #2d353e, #d62e2e);
  background-image: linear-gradient(top, #2d353e, #d62e2e);
  background-repeat: repeat-x;
  color: white; }
  .btn-error:visited, .btn-error:hover {
    color: white; }

.btn-primary {
  background-color: #2d353e; }

.btn-success {
  background-color: #4e7f40; }

.btn-warning {
  background-color: #e9982d; }

.btn-mini {
  padding: 3px 5px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px; }

.btn-small {
  padding: 6px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px; }

.btn-large {
  padding: 11px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.btn-extlarge {
  padding: 11px 22px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box; }

.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
  margin-bottom: 1.4em; }
  .btn-group .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box; }
    .btn-group .btn:first-child {
      margin-left: 0;
      -webkit-border-top-right-radius: 2px;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 2px;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 2px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 2px;
      -moz-border-radius-topleft: 0;
      border-top-right-radius: 2px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 2px;
      border-top-left-radius: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .btn-group .btn:last-child {
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 2px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 2px;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 2px;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-topleft: 2px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 2px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .btn-group .btn.large:first-child {
      margin-left: 0;
      -webkit-border-top-right-radius: 4px;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 4px;
      -webkit-border-top-left-radius: 0;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-bottomleft: 4px;
      -moz-border-radius-topleft: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 0;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }
    .btn-group .btn.large:last-child {
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-bottom-left-radius: 0;
      -webkit-border-top-left-radius: 4px;
      -moz-border-radius-topright: 0;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 0;
      -moz-border-radius-topleft: 4px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 0;
      border-top-left-radius: 4px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding;
      background-clip: padding-box; }

.btn-toolbar {
  clear: both;
  margin-top: 0.7em;
  margin-bottom: 0.7em; }
  .btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

form {
  margin: 0 0 1.4em 0; }
  form fieldset {
    margin-bottom: 1.4em;
    padding: 0;
    border-width: 0; }
  form legend {
    display: block;
    width: 100%;
    margin-bottom: 2.8em;
    *margin-left: -7px;
    padding: 0;
    color: #000000;
    border: 0;
    border-bottom: 1px solid #8c9bab;
    white-space: normal; }
    form legend small {
      font-size: 14px;
      font-size: 1.4rem;
      color: #bfbfbf; }
  form p {
    margin-bottom: 0.7em; }
  form ul {
    list-style-type: none;
    margin: 0 0 1.4em 0;
    padding: 0; }
  form br {
    display: none; }

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle; }

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

label {
  display: block;
  margin-bottom: 0.175em;
  font-weight: bold;
  color: #000000;
  cursor: pointer; }
  label input,
  label textarea,
  label select {
    display: block; }

input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.35em;
  background-color: white;
  border: 1px solid #8c9bab;
  color: #000000; }
  input:hover,
  textarea:hover,
  select:hover {
    border-color: #586879; }

::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem; }

input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem; }

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible; }

select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px; }

select {
  width: auto;
  background-color: white;
  font-size: 13px;
  font-size: 1.3rem; }

select[multiple],
select[size] {
  height: auto; }

textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top; }

input[type="hidden"] {
  display: none; }

.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal; }

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px; }

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle; }

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed; }

input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.help-block,
.help-inline {
  color: #959594; }

.help-block {
  display: block;
  margin-bottom: 0.7em; }

.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px; }

.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0; }

.form-inline label {
  display: inline-block; }

.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }

.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0; }

.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px; }

.form-search label {
  display: inline-block; }

.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px; }

/* Tables =================================================== */
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.4em;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent; }
  table th,
  table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #8c9bab;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    text-align: left; }
  table th {
    font-weight: bold; }
  table thead th {
    vertical-align: bottom; }
  table colgroup + thead tr:first-child th,
  table colgroup + thead tr:first-child td,
  table thead:first-child tr:first-child th,
  table thead:first-child tr:first-child td {
    border-top: 0; }
  table tbody + tbody {
    border-top: 2px solid #8c9bab; }
  table tbody tr td,
  table tbody tr th {
    -webkit-transition: background-color 0.25s 0 linear;
    -moz-transition: background-color 0.25s 0 linear;
    -ms-transition: background-color 0.25s 0 linear;
    -o-transition: background-color 0.25s 0 linear;
    transition: background-color 0.25s 0 linear; }
  table tbody tr:hover td,
  table tbody tr:hover th {
    background-color: #a9b4c1; }

.table-condensed th,
.table-condensed td {
  padding: 4px 5px; }

.table-bordered {
  border: 1px solid #8c9bab;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed; }
  .table-bordered th,
  .table-bordered td {
    border-left: 1px solid #8c9bab; }
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top: 0; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #c7ced6; }

.list-bordered {
  list-style-type: none;
  margin: 0 0 1.4em 0;
  padding: 0; }
  .list-bordered li {
    margin-bottom: 0.35em;
    padding-bottom: 0.35em;
    border-bottom: 1px dashed #c7ced6; }
  .list-bordered li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom-width: 0; }

.link-list li {
  color: red; }
  @media all and (min-width: 46.25em) {
    .link-list li {
      color: green; } }
  @media all and (min-width: 61.25em) {
    .link-list li {
      color: blue; } }

.main-content ul {
  list-style: none;
  clear: both;
  float: none; }

.main-content .text-content ul li {
  padding-left: 20px;
  margin-bottom: 0.5em; }
  .main-content .text-content ul li:before {
    content: "–";
    margin-left: -20px;
    position: relative;
    float: left;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg); }

@media all and (min-width: 81.25em) {
  .main-content .flexcol-split-content ul li {
    display: inline-block;
    width: 48%;
    margin-right: 1%;
    vertical-align: top; } }

img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin-bottom: 1.4em; }
  figure img {
    margin-bottom: 0.35em; }
  figure figcaption {
    display: block;
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    color: #959594; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.contact-details {
  color: #959594;
  font-size: 18px;
  font-size: 1.8rem; }
  .contact-details a, .contact-details strong, .contact-details em {
    color: #000000; }

.sup {
  font-size: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #000000;
  color: inherit;
  position: relative;
  top: -5px;
  padding-bottom: 3px; }

.pad-left {
  padding-left: 20px; }

.more-link {
  text-align: right; }
  .more-link .sup {
    font-size: 16px;
    font-size: 1.6rem; }

.scale-title {
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 0; }
  @media all and (min-width: 61.25em) {
    .scale-title {
      font-size: 36px;
      font-size: 3.6rem; } }

.open-collapse {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 3px;
  top: 0px;
  position: relative; }
  .open-collapse:before, .open-collapse:after {
    width: 11px;
    height: 1px;
    content: "";
    background-color: #000000;
    display: inline-block;
    position: absolute;
    top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .open-collapse:before {
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    left: 0; }
  .open-collapse:after {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    left: 9px; }

.show-sub-nav .open-collapse:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }

.show-sub-nav .open-collapse:after {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg); }

.open-link {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 3px;
  top: -5px;
  position: relative; }
  .open-link:before {
    width: 19px;
    height: 2px;
    content: "";
    background-color: #000000;
    display: inline-block;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .open-link-switch:before {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg); }

.show-sub-nav .open-link:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg); }

h1 .open-collapse {
  width: 24px;
  height: 22px; }
  h1 .open-collapse:before {
    width: 22px;
    height: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; }

.cc-icon {
  width: 20px;
  height: 20px;
  background: url(../img/icons/cc-icon-grey.png) center center no-repeat;
  background-size: 100%;
  display: inline-block;
  position: relative; }
  .cc-icon.cc-icon-up {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .cc-icon.cc-icon-left {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .cc-icon.cc-icon-down {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .cc-icon.cc-icon-white {
    background-image: url(../img/icons/cc-icon-white.png); }
  .cc-icon.cc-icon-black {
    background-image: url(../img/icons/cc-icon-black.png); }

.back-to-top {
  display: none;
  position: fixed;
  bottom: -80px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  right: 20px;
  background: #595959;
  padding: 5px 20px 10px;
  line-height: 20px;
  height: 30px;
  color: white;
  z-index: 20; }
  .back-to-top:hover {
    color: #000000 !important;
    opacity: 1.0; }
  .back-to-top .cc-icon {
    top: 6px;
    margin-left: 5px; }
  @media all and (min-width: 46.25em) {
    .back-to-top {
      display: inline-block; } }

body.scroll .back-to-top {
  bottom: 20px; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

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

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  background: white;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: #f3f5f6;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  line-height: 1.4em;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.7px; }

#top {
  padding-top: 100px; }
  @media all and (min-width: 81.25em) {
    #top {
      padding-top: 150px; } }

.container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

.body-colour-red .sup,
.body-colour-red .accent {
  color: #de5959;
  border-color: #de5959; }

.body-colour-red .back-to-top {
  background: #de5959; }

.body-colour-red .row .page-title a:hover,
.body-colour-red a:hover {
  color: #de5959; }

.body-colour-yellow .sup,
.body-colour-yellow .accent {
  color: #b69d32;
  border-color: #b69d32; }

.body-colour-yellow .back-to-top {
  background: #b69d32; }

.body-colour-yellow .row .page-title a:hover,
.body-colour-yellow a:hover {
  color: #b69d32; }

.body-colour-blue .sup,
.body-colour-blue .accent {
  color: #6680a3;
  border-color: #6680a3; }

.body-colour-blue .back-to-top {
  background: #6680a3; }

.body-colour-blue .row .page-title a:hover,
.body-colour-blue a:hover {
  color: #6680a3; }

.flash {
  background: #89C625 url(/_assets/img/flash-bg.png) repeat center center;
  text-align: center;
  color: white;
  font-size: 20px;
  font-size: 2rem;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  .flash.env-local {
    background-color: #89C625; }
  .flash.env-dev {
    background-color: #FFC416; }
  .flash.env-stage {
    background-color: #b69d32; }
  .flash.env-prod {
    background-color: #de5959; }
  @media all and (min-width: 61.25em) {
    .flash {
      width: 800px;
      left: 50%;
      margin-left: -400px; } }

section#debug {
  border-top: 1px solid #959594;
  background: white;
  width: 100%;
  max-width: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) inset;
  margin: 0; }
  section#debug .col-group {
    max-width: 1200px;
    margin: 10px auto; }

.edit-this a {
  font-size: 70%;
  background: white;
  padding: 1px 8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #de5959; }

.page-content .edit-this a {
  border: 2px solid #f53651;
  border-radius: 2px; }

h1 .edit-this {
  margin: 0 10px; }

.body-colour-red .overlay:after {
  background-image: url(/_assets/img/image-overlay-red.png); }

.body-colour-red .accent {
  color: #de5959; }

.body-colour-red .back-to-top {
  background-color: #de5959; }

.body-colour-red .sup {
  border-color: #de5959; }

.body-colour-blue .overlay:after {
  background-image: url(/_assets/img/image-overlay-blue.png); }

.body-colour-blue .accent {
  color: #6680a3; }

.body-colour-blue .back-to-top {
  background-color: #6680a3; }

.body-colour-blue .sup {
  border-color: #6680a3; }

.body-colour-yellow .overlay:after {
  background-image: url(/_assets/img/image-overlay-yellow.png); }

.body-colour-yellow .accent {
  color: #b69d32; }

.body-colour-yellow .back-to-top {
  background-color: #b69d32; }

.body-colour-yellow .sup {
  border-color: #b69d32; }

.body-colour-ash .overlay:after {
  background-image: url(/_assets/img/image-overlay-ash.png); }

.body-colour-ash .accent {
  color: #9baba5; }

.body-colour-ash .back-to-top {
  background-color: #9baba5; }

.body-colour-ash .sup {
  border-color: #9baba5; }

.body-colour-green .overlay:after {
  background-image: url(/_assets/img/image-overlay-green.png); }

.body-colour-green .accent {
  color: #4e7f40; }

.body-colour-green .back-to-top {
  background-color: #4e7f40; }

.body-colour-green .sup {
  border-color: #de5959; }

.body-colour-brown .overlay:after {
  background-image: url(/_assets/img/image-overlay-brown.png); }

.body-colour-brown .accent {
  color: #8a6c6e; }

.body-colour-brown .back-to-top {
  background-color: #8a6c6e; }

.body-colour-brown .sup {
  border-color: #8a6c6e; }

.body-colour-white .overlay:after {
  background-image: url(/_assets/img/image-overlay-white.png); }

.body-colour-white .accent {
  color: #959594; }

.body-colour-white .back-to-top {
  background-color: #959594; }

.body-colour-white .sup {
  border-color: #959594; }

.body .section-colour-brown {
  border-color: #8a6c6e; }
  .body .section-colour-brown .accent {
    color: #8a6c6e; }
  .body .section-colour-brown .sup {
    border-color: #8a6c6e; }
  .body .section-colour-brown.section-border:after {
    background-color: #8a6c6e; }

.body .section-colour-yellow {
  border-color: #b69d32; }
  .body .section-colour-yellow .accent {
    color: #b69d32; }
  .body .section-colour-yellow .sup {
    border-color: #b69d32; }
  .body .section-colour-yellow.section-border:after {
    background-color: #b69d32; }

.body .section-colour-red {
  border-color: #de5959; }
  .body .section-colour-red .accent {
    color: #de5959; }
  .body .section-colour-red .sup {
    border-color: #de5959; }
  .body .section-colour-red.section-border:after {
    background-color: #de5959; }

.body .section-colour-blue {
  border-color: #6680a3; }
  .body .section-colour-blue .accent {
    color: #6680a3; }
  .body .section-colour-blue .sup {
    border-color: #6680a3; }
  .body .section-colour-blue.section-border:after {
    background-color: #6680a3; }

.body .section-colour-green {
  border-color: #4e7f40; }
  .body .section-colour-green .accent {
    color: #4e7f40; }
  .body .section-colour-green .sup {
    border-color: #4e7f40; }
  .body .section-colour-green.section-border:after {
    background-color: #4e7f40; }

.body .section-colour-ash {
  border-color: #9baba5; }
  .body .section-colour-ash .accent {
    color: #9baba5; }
  .body .section-colour-ash .sup {
    border-color: #9baba5; }
  .body .section-colour-ash.section-border:after {
    background-color: #9baba5; }

.body .section-colour-offwhite {
  border-color: #e4e4e4; }
  .body .section-colour-offwhite .accent {
    color: #e4e4e4; }
  .body .section-colour-offwhite .sup {
    border-color: #e4e4e4; }
  .body .section-colour-offwhite.section-border:after {
    background-color: #e4e4e4; }

.body .section-colour-white {
  border-color: white; }
  .body .section-colour-white .accent {
    color: white; }
  .body .section-colour-white .sup {
    border-color: white; }
  .body .section-colour-white.section-border:after {
    background-color: white; }

.row {
  width: 100%;
  background: #e4e4e4;
  padding: 20px 20px;
  overflow: hidden; }
  .row .shape {
    background: #e4e4e4; }
  @media all and (min-width: 61.25em) {
    .row {
      padding: 20px 20px; } }
  @media all and (min-width: 81.25em) {
    .row {
      padding: 30px 20px; } }
  @media all and (min-width: 112.5em) {
    .row {
      padding: 40px 20px; } }
  .row.page-height {
    min-height: 100vh; }
    @media all and (min-width: 46.25em) {
      .row.page-height {
        padding: 160px 20px 40px; } }
    @media all and (min-width: 61.25em) {
      .row.page-height {
        padding: 160px 30px 40px; } }
    @media all and (min-width: 81.25em) {
      .row.page-height {
        padding: 200px 30px 40px; } }
  .row.bg-white {
    background: white; }
    .row.bg-white .shape {
      background: white; }
    .row.bg-white .page-title a:not(.accent) {
      color: inherit; }
  .row.bg-black {
    background: #000000;
    color: white; }
    .row.bg-black .shape {
      background: #000000; }
    .row.bg-black .open-link:before {
      background: white; }
  .row.bg-grey {
    background: #c8c8c8;
    color: #000000; }
    .row.bg-grey .shape {
      background: #000000; }
    .row.bg-grey .open-link:before {
      background: white; }
  .row h1.subtitle, .row h2.subtitle, .row h3.subtitle {
    color: #959594;
    text-indent: 40px; }
  @media all and (min-width: 46.25em) {
    .row h1 .open-link, .row h2 .open-link, .row h3 .open-link {
      margin-left: -23px;
      margin-right: 5px; } }
  .row > h1 {
    font-size: 36px;
    font-size: 3.6rem; }
  .row > h2 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 0px; }
  .row > h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px; }
  .row .page-title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 30px; }
    @media all and (min-width: 46.25em) {
      .row .page-title {
        margin-left: 0px; } }
    @media all and (min-width: 81.25em) {
      .row .page-title {
        margin-left: 0px; } }
    .row .page-title .cc-icon {
      margin-right: 5px; }
      @media all and (min-width: 46.25em) {
        .row .page-title .cc-icon {
          margin-left: -25px; } }

.full-width-image {
  padding: 0;
  position: relative;
  max-height: 440px; }

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent; }
  .bg-image .image {
    left: -999em;
    position: relative;
    z-index: 2; }
  @media all and (min-width: 81.25em) {
    .bg-image {
      background-position: 100% 50%;
      background-size: 90%; } }
  @media all and (min-width: 112.5em) {
    .bg-image {
      background-size: 95%; } }

.overlay {
  overflow: hidden; }
  .overlay:after {
    content: "";
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -25%;
    z-index: 3; }
    @media all and (min-width: 81.25em) {
      .overlay:after {
        left: -150px;
        background-position: 0% 50%;
        background-size: contain; } }
  @media all and (min-width: 112.5em) {
    .overlay {
      max-height: 550px; }
      .overlay:after {
        left: -260px; } }
  .overlay.overlay-flip:after {
    left: 10%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    @media all and (min-width: 81.25em) {
      .overlay.overlay-flip:after {
        left: 150px; } }
  @media all and (min-width: 81.25em) {
    .overlay.overlay-flip.bg-image {
      background-position: 0% 50%;
      background-size: 90%; } }
  @media all and (min-width: 112.5em) {
    .overlay.overlay-flip.bg-image {
      background-size: 95%; } }

.flex .fc {
  padding: 20px 0; }

@media all and (min-width: 46.25em) {
  .flex {
    display: flex; }
    .flex .fc {
      padding: 20px; } }

.flex-4 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding: 0; }
  .flex-4 > *, .flex-4 .fc {
    flex: 1 0 200px;
    margin-left: 0;
    margin-bottom: 0; }
  .flex-4 .fc {
    width: 25%; }

@media all and (min-width: 46.25em) {
  .flex-s {
    padding: 20px 0; }
    .flex-s .fc,
    .flex-s .page-title {
      padding: 0 20px;
      margin-left: 0; }
      .flex-s .fc.align-bottom,
      .flex-s .page-title.align-bottom {
        vertical-align: bottom;
        margin-bottom: 5px; } }

@media all and (min-width: 61.25em) {
  .flex-s .fc {
    display: inline-block;
    width: 43%;
    margin-right: 4%;
    max-width: 470px;
    vertical-align: top; } }

@media all and (min-width: 46.25em) {
  .flex-profile {
    padding: 20px 0; }
    .flex-profile .fc,
    .flex-profile .page-title {
      padding: 0 20px;
      margin-left: 0; }
      .flex-profile .fc.align-bottom,
      .flex-profile .page-title.align-bottom {
        vertical-align: bottom;
        margin-bottom: 5px; } }

@media all and (min-width: 61.25em) {
  .flex-profile .fc {
    display: inline-block;
    width: 45%;
    margin-right: 0;
    max-width: 470px;
    vertical-align: top; }
    .flex-profile .fc:first-of-type {
      width: 50%;
      max-width: 570px; } }

@media all and (min-width: 81.25em) {
  .flex-profile .fc {
    width: 30%;
    max-width: 470px; }
    .flex-profile .fc:first-of-type {
      margin-right: 3%;
      width: 55%;
      max-width: 760px; } }

@media all and (min-width: 112.5em) {
  .flex-profile .fc {
    width: 40%;
    max-width: 470px; }
    .flex-profile .fc:first-of-type {
      width: 55%;
      max-width: 800px; } }

@media all and (min-width: 46.25em) {
  .flex-open {
    padding: 20px 0; }
    .flex-open .fc,
    .flex-open .page-title {
      padding: 0 20px;
      margin-left: 0; } }

@media all and (min-width: 61.25em) {
  .flex-open .fc {
    display: inline-block;
    width: 80%;
    margin-right: 0%;
    max-width: 800px;
    vertical-align: top; } }

@media all and (min-width: 46.25em) {
  .flex-expanded {
    padding: 20px 0; }
    .flex-expanded .fc,
    .flex-expanded .page-title {
      padding: 0 20px;
      margin-left: 0; } }

@media all and (min-width: 61.25em) {
  .flex-expanded .fc {
    display: inline-block;
    width: 60%;
    margin-right: 4%;
    max-width: 700px;
    vertical-align: top; } }

.link-block {
  margin-bottom: 50px; }
  .link-block h2, .link-block h3 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 15px;
    color: #595959; }
  .link-block .suptitle, .link-block span {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px; }
    .link-block .suptitle .open-link, .link-block span .open-link {
      margin-left: -23px; }
  .link-block p {
    font-size: 15px;
    font-size: 1.5rem;
    color: #959594;
    margin-bottom: 10px; }
  @media all and (min-width: 46.25em) {
    .link-block-child-pages h3 .open-link {
      margin-right: 0;
      margin-left: -30px; } }

.alert {
  text-align: right;
  padding-right: 50px;
  color: #de5959;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem; }

.page-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  min-height: 100px;
  background: #e4e4e4; }
  .page-header .container {
    max-width: 1540px; }
  .page-header .logo {
    position: absolute;
    top: 8px;
    left: 20px;
    width: 60px;
    height: 82px;
    display: inline-block;
    z-index: 10; }
  @media all and (max-width: 46.24em) {
    .page-header .show-menu {
      position: absolute;
      top: 30px;
      right: 10px;
      z-index: 12;
      color: inherit;
      -webkit-transition: all 0.05s ease-in-out 0.4s;
      -moz-transition: all 0.05s ease-in-out 0.4s;
      -ms-transition: all 0.05s ease-in-out 0.4s;
      -o-transition: all 0.05s ease-in-out 0.4s;
      transition: all 0.05s ease-in-out 0.4s;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 500;
      letter-spacing: 1px;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 50px;
      width: 50px;
      text-align: center;
      padding: 0 0px 0 0;
      cursor: pointer; }
      .page-header .show-menu span {
        display: none; }
      .page-header .show-menu .fa {
        font-size: 30px;
        font-size: 3rem; }
      .page-header .show-menu .close {
        background: url(/_assets/img/icon-close.png) center center no-repeat;
        background-size: 100%;
        width: 11px;
        height: 11px;
        position: relative;
        display: inline-block;
        opacity: 0.0;
        -webkit-transition: all 0.3s ease-in-out 0.1s;
        -moz-transition: all 0.3s ease-in-out 0.1s;
        -ms-transition: all 0.3s ease-in-out 0.1s;
        -o-transition: all 0.3s ease-in-out 0.1s;
        transition: all 0.3s ease-in-out 0.1s;
        margin: 0 5px 0 0px; }
      .page-header .show-menu:hover {
        -webkit-transition: all 0.3s ease-in-out 0;
        -moz-transition: all 0.3s ease-in-out 0;
        -ms-transition: all 0.3s ease-in-out 0;
        -o-transition: all 0.3s ease-in-out 0;
        transition: all 0.3s ease-in-out 0; }
    .page-header .menu {
      position: absolute;
      width: 100%;
      height: auto;
      background: #000000;
      padding: 20px 12px;
      padding-top: 110px;
      box-sizing: border-box;
      z-index: 11;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      overflow: hidden; }
      .page-header .menu a {
        color: white;
        -webkit-transition: all 0.3s ease-in-out 1s;
        -moz-transition: all 0.3s ease-in-out 1s;
        -ms-transition: all 0.3s ease-in-out 1s;
        -o-transition: all 0.3s ease-in-out 1s;
        transition: all 0.3s ease-in-out 1s;
        font-size: 19px;
        font-size: 1.9rem; }
      .page-header .menu .mainnav li a:hover, .page-header .menu .mainnav li a:active {
        color: #de5959; } }
  @media all and (max-width: 46.24em) and (max-width: 46.24em) {
    .page-header .menu {
      top: -100vh;
      right: 0; }
      .page-header .menu:before {
        display: inline-block;
        width: 60px;
        height: 82px;
        top: 100vh;
        left: 10px;
        background: url(/_assets/img/icon-inv.png) center center no-repeat;
        background-size: 100%;
        content: "";
        position: absolute;
        z-index: 15;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        margin-top: 10px; } }
  @media all and (max-width: 46.24em) {
      .page-header .menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
        opacity: 0.0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-sizing: border-box; }
        .page-header .menu ul li {
          padding: 0;
          margin: 0;
          margin-top: 10px;
          line-height: 1.4em; }
        .page-header .menu ul a {
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 500;
          letter-spacing: 1px; }
          .page-header .menu ul a:hover {
            color: #000000; }
        .page-header .menu ul ul a {
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 400;
          letter-spacing: 0.7px; }
      .page-header .menu .ni {
        opacity: 0.0;
        position: relative; } }
    @media all and (max-width: 46.24em) and (max-width: 46.24em) {
      .page-header .menu .ni {
        top: -5px; } }
    @media all and (max-width: 46.24em) and (min-width: 46.25em) {
      .page-header .menu .ni {
        left: 10px; } }
  @media all and (max-width: 46.24em) {
      .page-header .menu .ni {
        margin-bottom: 15px; }
        .page-header .menu .ni:nth-of-type(1) {
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
        .page-header .menu .ni:nth-of-type(2) {
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
        .page-header .menu .ni:nth-of-type(3) {
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
        .page-header .menu .ni:nth-of-type(4) {
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
        .page-header .menu .ni:nth-of-type(5) {
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
        .page-header .menu .ni:nth-of-type(6) {
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; }
        .page-header .menu .ni:nth-of-type(7) {
          -webkit-transition: all 0.3s ease-out 0s;
          -moz-transition: all 0.3s ease-out 0s;
          -ms-transition: all 0.3s ease-out 0s;
          -o-transition: all 0.3s ease-out 0s;
          transition: all 0.3s ease-out 0s; } }
  @media all and (min-width: 46.25em) {
    .page-header {
      min-height: 130px; }
      .page-header .logo {
        top: 20px;
        left: 40px; }
      .page-header .show-menu {
        display: none; }
      .page-header .menu {
        text-align: right;
        padding: 45px 20px 30px 20px;
        width: 100%; }
        .page-header .menu:before {
          display: block;
          width: 10px;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0px;
          background: rgba(0, 0, 0, 0.5);
          opacity: 0.0;
          -webkit-transition: all 0.6s ease-out 0.5s;
          -moz-transition: all 0.6s ease-out 0.5s;
          -ms-transition: all 0.6s ease-out 0.5s;
          -o-transition: all 0.6s ease-out 0.5s;
          transition: all 0.6s ease-out 0.5s; }
        .page-header .menu .mainnav {
          margin: 0; }
        .page-header .menu .ni {
          display: inline-block;
          width: auto;
          margin: 0 5px 0 7px;
          vertical-align: top; }
        .page-header .menu a {
          font-size: 16px;
          font-size: 1.6rem;
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-weight: 500;
          letter-spacing: 1px;
          padding: 5px 10px 5px 1px;
          border-bottom: 1px solid transparent;
          text-align: left;
          display: inline-block; }
          .page-header .menu a .push {
            display: block;
            opacity: 0.0;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            margin-top: -22px;
            top: -10px;
            position: relative; }
          .page-header .menu a:hover {
            color: #000000;
            border-bottom: 1px solid #6680a3; }
            .page-header .menu a:hover .push {
              opacity: 1.0;
              margin-top: 0;
              top: 0; } }
  @media all and (min-width: 61.25em) {
    .page-header .logo {
      top: 20px;
      left: 40px; }
    .page-header .menu {
      padding: 45px 39px 30px 25px; }
      .page-header .menu .ni {
        margin: 0 0px 0 17px; } }
  @media all and (min-width: 81.25em) {
    .page-header {
      min-height: 155px; }
      .page-header .logo {
        width: 80px;
        height: 110px;
        left: 40px; }
      .page-header .menu {
        padding: 60px 39px 30px 25px; }
        .page-header .menu .ni {
          margin: 0 0px 0 25px; } }

.main-content {
  opacity: 1.0;
  -webkit-transition: all 0.6s ease-out 0.1s;
  -moz-transition: all 0.6s ease-out 0.1s;
  -ms-transition: all 0.6s ease-out 0.1s;
  -o-transition: all 0.6s ease-out 0.1s;
  transition: all 0.6s ease-out 0.1s; }

@media all and (max-width: 46.24em) {
  body.show-nav .page-header .show-menu {
    color: white;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s; }
    body.show-nav .page-header .show-menu .close {
      opacity: 1.0;
      -webkit-transition: all 0.4s ease-in-out 0.3s;
      -moz-transition: all 0.4s ease-in-out 0.3s;
      -ms-transition: all 0.4s ease-in-out 0.3s;
      -o-transition: all 0.4s ease-in-out 0.3s;
      transition: all 0.4s ease-in-out 0.3s;
      margin-right: 10px; }
  body.show-nav .page-header .menu {
    top: 0px; }
    body.show-nav .page-header .menu:before {
      top: 0px; }
    body.show-nav .page-header .menu ul {
      opacity: 1.0; }
    body.show-nav .page-header .menu .ni {
      opacity: 1.0;
      top: 0; }
    body.show-nav .page-header .menu .ni:nth-of-type(1) {
      -webkit-transition: all 0.2s ease-out 0.4s;
      -moz-transition: all 0.2s ease-out 0.4s;
      -ms-transition: all 0.2s ease-out 0.4s;
      -o-transition: all 0.2s ease-out 0.4s;
      transition: all 0.2s ease-out 0.4s; }
    body.show-nav .page-header .menu .ni:nth-of-type(2) {
      -webkit-transition: all 0.2s ease-out 0.5s;
      -moz-transition: all 0.2s ease-out 0.5s;
      -ms-transition: all 0.2s ease-out 0.5s;
      -o-transition: all 0.2s ease-out 0.5s;
      transition: all 0.2s ease-out 0.5s; }
    body.show-nav .page-header .menu .ni:nth-of-type(3) {
      -webkit-transition: all 0.2s ease-out 0.6s;
      -moz-transition: all 0.2s ease-out 0.6s;
      -ms-transition: all 0.2s ease-out 0.6s;
      -o-transition: all 0.2s ease-out 0.6s;
      transition: all 0.2s ease-out 0.6s; }
    body.show-nav .page-header .menu .ni:nth-of-type(4) {
      -webkit-transition: all 0.2s ease-out 0.7s;
      -moz-transition: all 0.2s ease-out 0.7s;
      -ms-transition: all 0.2s ease-out 0.7s;
      -o-transition: all 0.2s ease-out 0.7s;
      transition: all 0.2s ease-out 0.7s; }
    body.show-nav .page-header .menu .ni:nth-of-type(5) {
      -webkit-transition: all 0.2s ease-out 0.8s;
      -moz-transition: all 0.2s ease-out 0.8s;
      -ms-transition: all 0.2s ease-out 0.8s;
      -o-transition: all 0.2s ease-out 0.8s;
      transition: all 0.2s ease-out 0.8s; }
    body.show-nav .page-header .menu .ni:nth-of-type(6) {
      -webkit-transition: all 0.2s ease-out 0.9s;
      -moz-transition: all 0.2s ease-out 0.9s;
      -ms-transition: all 0.2s ease-out 0.9s;
      -o-transition: all 0.2s ease-out 0.9s;
      transition: all 0.2s ease-out 0.9s; }
    body.show-nav .page-header .menu .ni:nth-of-type(7) {
      -webkit-transition: all 0.2s ease-out 1s;
      -moz-transition: all 0.2s ease-out 1s;
      -ms-transition: all 0.2s ease-out 1s;
      -o-transition: all 0.2s ease-out 1s;
      transition: all 0.2s ease-out 1s; } }

@media all and (max-width: 46.24em) and (min-width: 46.25em) {
  body.show-nav .page-header .menu {
    top: 0;
    right: 0; }
    body.show-nav .page-header .menu:before {
      left: -10px;
      opacity: 1.0;
      -webkit-transition: all 0.5s ease-out 0.5s;
      -moz-transition: all 0.5s ease-out 0.5s;
      -ms-transition: all 0.5s ease-out 0.5s;
      -o-transition: all 0.5s ease-out 0.5s;
      transition: all 0.5s ease-out 0.5s; }
    body.show-nav .page-header .menu .ni, body.show-nav .page-header .menu .secondary-nav {
      left: 0; } }

@media all and (max-width: 46.24em) {
  body.show-nav .main-content {
    opacity: 0.5;
    -webkit-transition: all 0.6s ease-out 0.1s;
    -moz-transition: all 0.6s ease-out 0.1s;
    -ms-transition: all 0.6s ease-out 0.1s;
    -o-transition: all 0.6s ease-out 0.1s;
    transition: all 0.6s ease-out 0.1s; } }

body.body.homepage {
  margin-top: 160px; }
  body.body.homepage .page-header {
    margin-top: 84px; }
  @media all and (min-width: 46.25em) {
    body.body.homepage {
      margin-top: 70px; }
      body.body.homepage .page-header {
        margin-top: 70px; }
      body.body.homepage .site-jump span {
        width: 49%; }
      body.body.homepage .site-jump .align-right {
        text-align: right; } }
  @media all and (min-width: 61.25em) {
    body.body.homepage {
      margin-top: 72px; }
      body.body.homepage .full-nav {
        top: 72px; } }
  body.body.homepage .site-jump {
    display: inline-block; }

.site-jump {
  background: #191919 url(../img/site-jump.png) left center no-repeat;
  background-size: cover;
  color: white;
  padding: 20px 25px;
  display: none;
  width: 100%;
  position: relative;
  margin: 0px auto 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box; }
  .site-jump span {
    color: white;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 3px 0 2px; }
  .site-jump .open-link:before {
    background-color: white; }
  @media all and (min-width: 46.25em) {
    .site-jump {
      padding: 25px 25px; } }
  @media all and (min-width: 61.25em) {
    .site-jump {
      background-size: contain; } }
  .site-jump:hover {
    opacity: 1.0; }
    .site-jump:hover span.align-right {
      color: #de5959;
      opacity: 1.0; }

.page-footer p {
  font-size: 14px;
  font-size: 1.4rem; }

.page-footer a {
  display: block; }

.page-footer .footer-menu-titile {
  margin: 20px 0 -10px -24px; }
  .page-footer .footer-menu-titile .open-link {
    left: -5px; }
  @media all and (min-width: 46.25em) {
    .page-footer .footer-menu-titile {
      margin-left: -4px; } }

.page-footer .mainnav .ni {
  font-size: 20px;
  font-size: 2rem;
  color: #595959;
  font-weight: 700;
  margin-bottom: 10px; }
  .page-footer .mainnav .ni > a {
    margin-bottom: 10px; }

.page-footer .mainnav ul {
  margin-bottom: 10px; }

.page-footer .footer-form {
  max-width: 500px; }

@media all and (min-width: 46.25em) {
  .page-footer {
    padding: 30px 0px 30px 20px; }
    .page-footer h2, .page-footer h3 {
      padding-left: 20px;
      max-width: 400px; }
    .page-footer .mainnav {
      width: 100%; }
    .page-footer .ni {
      width: 29%;
      margin-right: 3%;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 20px; }
    .page-footer a {
      padding: 5px 0; }
    .page-footer .footer-form {
      width: 60%;
      max-width: none;
      margin-left: 20px; }
      .page-footer .footer-form h3 {
        padding-left: 0;
        font-size: 20px;
        font-size: 2rem;
        color: #595959;
        font-weight: 700; } }

@media all and (min-width: 61.25em) {
  .page-footer {
    padding: 40px 20px; }
    .page-footer .container {
      padding: 0 0px; }
    .page-footer .flex .fc {
      max-width: none; }
    .page-footer .social-ni {
      display: inline-block; }
      .page-footer .social-ni a {
        padding: 0; }
    .page-footer p {
      font-size: 12px;
      font-size: 1.2rem;
      width: 30%;
      display: inline-block;
      vertical-align: top; }
    .page-footer .fc1 {
      width: 28%;
      margin-right: 4%; }
    .page-footer .fc2 {
      width: 28%;
      margin-right: 4%; } }

.page-footer .sub-links {
  list-style: lower-roman; }
  .page-footer .sub-links li {
    font-size: 11px;
    font-size: 1.1rem;
    margin: 0 0 3px 0;
    color: #595959; }
    .page-footer .sub-links li a {
      font-size: 14px;
      font-size: 1.4rem;
      color: #000000; }

.page-footer .social-links {
  margin: 8px 0 0 0;
  padding: 0; }
  .page-footer .social-links li {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0; }
  .page-footer .social-links a {
    padding-left: 20px;
    font-weight: 700; }
  .page-footer .social-links .fa {
    float: left;
    margin: 3px 0 0 -20px; }

@media all and (min-width: 81.25em) {
  .page-footer {
    padding: 70px 20px; }
    .page-footer .container {
      padding-left: 0; }
    .page-footer .footer-form {
      width: 52%; }
    .page-footer .fc1 {
      width: 24%; }
    .page-footer .fc2 {
      width: 24%; } }

@media all and (min-width: 112.5em) {
  .page-footer {
    padding: 70px 0; }
    .page-footer .footer-form {
      width: 49%; }
    .page-footer .fc1 {
      width: 22%; }
    .page-footer .fc2 {
      width: 22%; } }

.subfooter {
  padding: 0 0; }
  @media all and (min-width: 46.25em) {
    .subfooter {
      padding: 0px 20px; } }
  .subfooter p a {
    font-weight: bold;
    padding-top: 0; }

body.homepage #top {
  padding-top: 0; }

body.homepage header#top {
  padding-top: 30px; }
  @media all and (min-width: 46.25em) {
    body.homepage header#top {
      padding-top: 200px; } }

@media all and (max-width: 46.24em) {
  body.homepage .section-border {
    border-top-width: 10px;
    border-top-style: solid; } }

@media all and (min-width: 46.25em) {
  body.homepage .section-border {
    /*
			padding-right: $gutterwidth;
			border-right-width: 50px;
			border-right-style: solid;
*/
    position: relative;
    padding: 35px 20px;
    overflow: hidden; }
    body.homepage .section-border:before {
      content: "";
      position: absolute;
      height: 60px;
      top: 0;
      left: 0;
      width: calc(100% + 50px);
      background: #000000;
      z-index: 5; }
    body.homepage .section-border:after {
      content: "";
      position: absolute;
      width: 50px;
      height: 100%;
      top: 0;
      right: 0;
      z-index: 4; } }

@media all and (min-width: 81.25em) {
  body.homepage .section-border {
    padding: 55px 20px; } }

body.homepage .section-border.bg-black .row-content h1 {
  color: #afafae; }

body.homepage .row {
  width: 100%;
  min-height: 660px; }
  @media all and (max-width: 46.24em) {
    body.homepage .row {
      min-height: 200px; } }
  body.homepage .row.page-height {
    min-height: 100vh; }

body.homepage .bg-img {
  padding: 0; }
  @media all and (min-width: 46.25em) {
    body.homepage .bg-img {
      padding: 60px 0px 0 0; } }

body.homepage .row-content {
  position: relative;
  display: block;
  width: 100%;
  z-index: 2;
  padding: 140px 0px; }
  body.homepage .row-content h1, body.homepage .row-content h2, body.homepage .row-content h3, body.homepage .row-content span, body.homepage .row-content p {
    max-width: 570px;
    width: 55%; }
  body.homepage .row-content h1, body.homepage .row-content h2 {
    color: #959594; }
  body.homepage .row-content h2.subtitle {
    color: white;
    font-size: 36px;
    font-size: 3.6rem;
    text-indent: 0; }
  @media all and (max-width: 46.24em) {
    body.homepage .row-content {
      padding: 100px 0px 20px; }
      body.homepage .row-content h1, body.homepage .row-content h2, body.homepage .row-content h3, body.homepage .row-content span, body.homepage .row-content p {
        width: 90%; } }
  @media all and (min-width: 46.25em) {
    body.homepage .row-content {
      padding: 140px 20px; } }
  @media all and (min-width: 97.5em) {
    body.homepage .row-content {
      padding: 140px 20px; } }

body.homepage .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  height: 650px;
  max-height: 650px;
  position: relative;
  z-index: 2;
  top: 0px;
  left: 00%; }
  @media all and (max-width: 46.24em) {
    body.homepage .image {
      height: 400px; } }
  @media all and (min-width: 46.25em) {
    body.homepage .image {
      height: 630px;
      max-height: 630px; } }

body.homepage .shape {
  width: 890px;
  height: 660px;
  max-height: 660px;
  position: absolute;
  z-index: 3;
  top: 50px;
  left: 105%; }
  @media all and (max-width: 46.24em) {
    body.homepage .shape {
      display: none; } }
  body.homepage .shape img {
    position: relative;
    left: -50%; }
  body.homepage .shape .flip {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media all and (min-width: 61.25em) {
    body.homepage .shape {
      left: 95%;
      width: 833px;
      top: 35px; } }
  @media all and (min-width: 81.25em) {
    body.homepage .shape {
      left: 85%; } }
  @media all and (min-width: 112.5em) {
    body.homepage .shape {
      left: 75%; } }
  body.homepage .shape.double-sized {
    top: auto;
    bottom: 0;
    height: 1320px;
    max-height: 1320px;
    width: 1200px; }
    body.homepage .shape.double-sized img {
      left: -33%;
      position: absolute;
      bottom: 0; }

body.homepage .slide-link {
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 2px 0px;
  display: inline-block;
  width: 27px;
  height: 23px;
  text-align: center; }
  body.homepage .slide-link.selected {
    border: 1px solid #595959; }

@media all and (min-width: 46.25em) {
  body.homepage .page-footer .container {
    padding: 0 40px 0 0px; } }

@media all and (min-width: 61.25em) {
  body.homepage .page-footer {
    padding-top: 120px; }
    body.homepage .page-footer .container {
      padding: 0 40px 0 0;
      max-width: 1540px; } }

@media all and (min-width: 81.25em) {
  body.homepage .page-footer {
    padding-top: 140px;
    max-width: none; }
    body.homepage .page-footer .container {
      max-width: 1500px; } }

@media all and (min-width: 112.5em) {
  body.homepage .page-footer {
    padding-top: 160px; } }

@media all and (min-width: 61.25em) {
  body.homepage .subfooter p.fc {
    width: 32%; }
    body.homepage .subfooter p.fc.fc1, body.homepage .subfooter div.fc1 {
      width: 24%; }
    body.homepage .subfooter div.fc1 {
	    display: inline-block;
	    } }

body.homepage .row.no-fixed-height {
  min-height: 0; }

.slider a, .slider figure,
.jslider a,
.jslider figure {
  margin-bottom: 0; }

.slider .slick-slide,
.jslider .slick-slide {
  position: relative;
  max-height: 100vh;
  overflow: hidden;
  height: 100%; }
  .slider .slick-slide .slide-text,
  .jslider .slick-slide .slide-text {
    position: absolute;
    bottom: 0px;
    left: 20px;
    color: white;
    margin: 0 0 0 20px;
    max-width: 300px;
    width: 100%;
    opacity: 0.0;
    -webkit-transition: all 0.6s ease-in-out 0.3s;
    -moz-transition: all 0.6s ease-in-out 0.3s;
    -ms-transition: all 0.6s ease-in-out 0.3s;
    -o-transition: all 0.6s ease-in-out 0.3s;
    transition: all 0.6s ease-in-out 0.3s; }
    .slider .slick-slide .slide-text.dark-text,
    .jslider .slick-slide .slide-text.dark-text {
      color: #000000; }
  .slider .slick-slide.bg-image:hover,
  .jslider .slick-slide.bg-image:hover {
    opacity: 1.0; }
  .slider .slick-slide.slick-current .slide-text,
  .jslider .slick-slide.slick-current .slide-text {
    opacity: 1.0;
    margin-left: 0; }

.slider.homepage-slider .slick-slide.bg-image:before,
.jslider.homepage-slider .slick-slide.bg-image:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1); }

.slider.homepage-slider .slick-dots,
.jslider.homepage-slider .slick-dots {
  padding: 20px;
  margin: -60px 0 0 0;
  height: 60px; }
  @media all and (min-width: 46.25em) {
    .slider.homepage-slider .slick-dots,
    .jslider.homepage-slider .slick-dots {
      margin: -60px 0 0 0; } }
  @media all and (min-width: 61.25em) {
    .slider.homepage-slider .slick-dots,
    .jslider.homepage-slider .slick-dots {
      padding-left: 40px; } }
  @media all and (min-width: 81.25em) {
    .slider.homepage-slider .slick-dots,
    .jslider.homepage-slider .slick-dots {
      margin: -80px 0 0 0;
      height: 80px;
      padding: 30px 40px; } }

.slider .slick-dots,
.jslider .slick-dots {
  list-style: none;
  clear: both;
  float: none;
  width: 100%;
  line-height: 30px;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  margin: 0px 0 0 0;
  margin: 0;
  height: 30px;
  z-index: 4; }
  .slider .slick-dots li,
  .jslider .slick-dots li {
    display: inline-block;
    margin: 0 5px 0 0; }
  .slider .slick-dots button,
  .jslider .slick-dots button {
    text-indent: -999em;
    border: 2px solid #595959;
    background: transparent;
    background: rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .slider .slick-dots button:active, .slider .slick-dots button:focus,
    .jslider .slick-dots button:active,
    .jslider .slick-dots button:focus {
      outline: none; }
  .slider .slick-dots .slick-active button,
  .jslider .slick-dots .slick-active button {
    background: rgba(89, 89, 89, 0.5); }
  @media all and (min-width: 81.25em) {
    .slider .slick-dots,
    .jslider .slick-dots {
      padding: 10px 10px; } }

.slider .slick-arrow,
.jslider .slick-arrow {
  position: absolute;
  bottom: 1px;
  border: none;
  background: transparent;
  z-index: 5;
  font-size: 18px;
  font-size: 1.8rem;
  color: #595959; }
  .slider .slick-arrow.slick-prev,
  .jslider .slick-arrow.slick-prev {
    right: 23px; }
  .slider .slick-arrow.slick-next,
  .jslider .slick-arrow.slick-next {
    right: 3px; }
  .slider .slick-arrow:focus,
  .jslider .slick-arrow:focus {
    outline: none; }

@media all and (min-width: 46.25em) {
  .slider .slick-slide .slide-text,
  .jslider .slick-slide .slide-text {
    bottom: 70px; } }

@media all and (min-width: 61.25em) {
  .slider .slick-slide .slide-text,
  .jslider .slick-slide .slide-text {
    bottom: 100px;
    left: 40px; } }

.image-grid img {
  margin: 0 0 20px 0;
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.image-grid p {
  margin-bottom: 10px; }

.image-grid a:hover {
  opacity: 1.0; }
  .image-grid a:hover img {
    -webkit-filter: grayscale(0%); }

@media all and (max-width: 37.49em) {
  .image-grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    padding: 0; }
    .image-grid > *, .image-grid .fc {
      flex: 1 0 300px;
      margin-left: 40px;
      margin-bottom: 40px; } }
    @media all and (max-width: 37.49em) and (min-width: 680px) {
      .image-grid > *, .image-grid .fc {
        max-width: calc(50% - 40px); } }
    @media all and (max-width: 37.49em) and (min-width: 1020px) {
      .image-grid > *, .image-grid .fc {
        max-width: calc(33.3333333333% - 40px); } }
    @media all and (max-width: 37.49em) and (min-width: 1360px) {
      .image-grid > *, .image-grid .fc {
        max-width: calc(25% - 40px); } }
    @media all and (max-width: 37.49em) and (min-width: 1200px) {
      .image-grid > *, .image-grid .fc {
        min-width: calc(25% - 40px); } }

@media all and (max-width: 37.49em) {
    .image-grid li {
      padding-left: 120px; }
    .image-grid img {
      width: 100px;
      margin: 5px 0 0 -120px;
      float: left; } }

@media all and (min-width: 37.5em) {
  .image-grid {
    width: 99%;
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    padding: 0;
    margin-left: -20px; }
    .image-grid > *, .image-grid .fc {
      flex: 1 0 250px;
      margin-left: 40px;
      margin-bottom: 40px; } }
    @media all and (min-width: 37.5em) and (min-width: 580px) {
      .image-grid > *, .image-grid .fc {
        max-width: calc(50% - 40px); } }
    @media all and (min-width: 37.5em) and (min-width: 870px) {
      .image-grid > *, .image-grid .fc {
        max-width: calc(33.3333333333% - 40px); } }
    @media all and (min-width: 37.5em) and (min-width: 1160px) {
      .image-grid > *, .image-grid .fc {
        max-width: calc(25% - 40px); } }
    @media all and (min-width: 37.5em) and (min-width: 1000px) {
      .image-grid > *, .image-grid .fc {
        min-width: calc(25% - 40px); } }

@media all and (min-width: 61.25em) {
  .image-grid > *,
  .image-grid .fc {
    flex: none;
    width: 22%; } }

@media all and (max-width: 46.24em) {
  .image-grid.grid-3 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    padding: 0;
    padding: 0 0px; }
    .image-grid.grid-3 > *, .image-grid.grid-3 .fc {
      flex: 1 0 300px;
      margin-left: 40px;
      margin-bottom: 40px; } }
    @media all and (max-width: 46.24em) and (min-width: 680px) {
      .image-grid.grid-3 > *, .image-grid.grid-3 .fc {
        max-width: calc(50% - 40px); } }
    @media all and (max-width: 46.24em) and (min-width: 1020px) {
      .image-grid.grid-3 > *, .image-grid.grid-3 .fc {
        max-width: calc(33.3333333333% - 40px); } }
    @media all and (max-width: 46.24em) and (min-width: 900px) {
      .image-grid.grid-3 > *, .image-grid.grid-3 .fc {
        min-width: calc(33.3333333333% - 40px); } }

@media all and (min-width: 46.25em) {
  .image-grid.grid-3 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    padding: 0;
    width: 100%;
    max-width: 1050px;
    padding: 0 20px; }
    .image-grid.grid-3 > *, .image-grid.grid-3 .fc {
      flex: 1 0 250px;
      margin-left: 40px;
      margin-bottom: 40px; } }
    @media all and (min-width: 46.25em) and (min-width: 580px) {
      .image-grid.grid-3 > *, .image-grid.grid-3 .fc {
        max-width: calc(50% - 40px); } }
    @media all and (min-width: 46.25em) and (min-width: 870px) {
      .image-grid.grid-3 > *, .image-grid.grid-3 .fc {
        max-width: calc(33.3333333333% - 40px); } }
    @media all and (min-width: 46.25em) and (min-width: 750px) {
      .image-grid.grid-3 > *, .image-grid.grid-3 .fc {
        min-width: calc(33.3333333333% - 40px); } }

.sidenav {
  display: none; }

@media all and (max-width: 46.24em) {
  body.homepage .sidenav {
    display: none; } }

@media all and (min-width: 46.25em) {
  body.homepage .sidenav {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 50px;
    z-index: 10; }
    body.homepage .sidenav ul {
      flex-direction: column;
      list-style: none;
      clear: both;
      float: none;
      text-align: center;
      padding: 7px; }
      body.homepage .sidenav ul li {
        padding: 3px;
        line-height: 28px;
        height: 36px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 500;
        letter-spacing: 1px;
        margin-bottom: 14px;
        border: 1px solid transparent;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        body.homepage .sidenav ul li:hover {
          background: rgba(0, 0, 0, 0.2); }
        body.homepage .sidenav ul li.selected {
          border: 1px solid #000000; }
        body.homepage .sidenav ul li.top img {
          top: -3px;
          position: relative; }
      body.homepage .sidenav ul a {
        color: white; } }

body.homepage .back-to-top {
  right: 70px; }

.field {
  border: none;
  background: #bfbfbf;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 10px;
  width: 100%;
  color: #000000;
  line-height: 40px;
  height: 40px; }
  .field.select {
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-appearance: none;
    line-height: 20px;
    position: relative;
    background: #bfbfbf url(../img/icons/cc-icon-caret-down.png) right center no-repeat;
    background-size: contain;
    background-origin: content-box; }
    .field.select option {
      font-size: 14px;
      font-size: 1.4rem; }

.btn {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn .cc-icon {
    position: relative;
    top: 5px;
    width: 20px;
    height: 20px; }
  .btn-white {
    background: white;
    color: #000000; }
    .btn-white:hover {
      background: #e4e4e4; }
  .btn-full-width {
    position: relative;
    display: block;
    text-align: left;
    padding: 0 10px; }
    .btn-full-width .cc-icon {
      top: 10px;
      right: 10px;
      position: absolute; }

.container-calculator:before {
  width: calc(100% + 40px);
  height: 100%;
  background: url(../img/calculator-bg2.jpg) right top repeat;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  left: 10%;
  z-index: 0; }

@media all and (min-width: 46.25em) {
  .container-calculator:before {
    content: "";
    width: 1540px;
    height: 614px; } }

@media all and (min-width: 81.25em) {
  .container-calculator:before {
    bottom: -30px; } }

@media all and (min-width: 112.5em) {
  .container-calculator:before {
    bottom: -40px; } }

.calculator form {
  position: relative;
  z-index: 1;
  background: white;
  display: inline-block; }

.calculator .btn {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 2px 15px 4px;
  font-weight: 400;
  box-sizing: content-box;
  margin: 15px 15px 0 0;
  background: #595959; }
  .calculator .btn:after {
    font-family: FontAwesome;
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    width: 20px;
    height: 20px;
    margin-left: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400; }
  .calculator .btn.add-invoice {
    background: #de5959; }
    .calculator .btn.add-invoice:after {
      content: "\f067"; }

.calculator .field {
  border: 2px solid #bfbfbf;
  background: white;
  padding: 3px 10px 5px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0; }

.calculator label {
  color: #595959;
  margin-bottom: 5px;
  margin-top: 5px; }

.calculator .help-block {
  color: #de5959;
  margin-top: 10px; }

.calculator .invoices li {
  padding-bottom: 20px;
  margin-bottom: 10px; }
  .calculator .invoices li:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px; }

.calculator .form-control {
  display: inline-block;
  vertical-align: top;
  width: 100%; }

@media all and (min-width: 46.25em) {
  .calculator {
    padding: 0 20px; }
    .calculator form {
      display: inline-block;
      padding: 0px 40px 40px 0;
      margin-left: 0;
      margin-top: -20px; }
    .calculator .form-control {
      display: block;
      margin: 0 20px 10px 0;
      width: 100%; }
      .calculator .form-control:last-of-type {
        margin-right: 0; }
    .calculator .invoices li,
    .calculator .result-fields li {
      padding-bottom: 20px;
      border-bottom: none; }
    .calculator .result-fields label {
      display: none; }
    .calculator .result-fields .field {
      margin-left: 0; }
    .calculator .result-fields li {
      padding-bottom: 0;
      margin-bottom: 0; } }

@media all and (min-width: 61.25em) {
  .calculator:before {
    content: ""; }
  .calculator form {
    display: inline-block;
    padding: 0px 40px 40px 0;
    margin-left: 0;
    margin-top: -20px; }
  .calculator .form-control {
    width: 100%;
    max-width: 400px; }
  .calculator label,
  .calculator .field {
    vertical-align: middle; }
  .calculator .field {
    width: 100%;
    height: 40px; }
  .calculator .btn {
    text-align: left; }
    .calculator .btn:after {
      float: right;
      position: relative;
      top: 2px; }
  .calculator .invoices li {
    padding-bottom: 20px; }
  .calculator .result-fields .form-control {
    width: 70%; }
  .calculator .result-fields .field {
    display: inline-block;
    vertical-align: middle; }
  .calculator .result-fields .field {
    width: 65%;
    max-width: 400px; } }

.results-container {
  overflow: scroll; }

.calculator-results {
  display: inline-block;
  background: white;
  padding: 20px 20px 20px 0;
  width: 100%;
  max-width: 650px; }
  .calculator-results form {
    margin-top: 0px;
    width: 100%; }
  .calculator-results .result-fields .form-control {
    width: 80%; }
    .calculator-results .result-fields .form-control .field {
      width: 100%; }

.results {
  margin-bottom: 20px; }
  .results th, .results td {
    padding: 12px 10px;
    border-top: none;
    border-bottom: 1px solid #bfbfbf; }
  .results tbody tr:hover td,
  .results tbody tr:hover th {
    background: #e9e9e9;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .results tr.total th, .results tr.total td {
    background: #f6f6f6;
    font-weight: 700; }

.content-header.fadein {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

@media all and (min-width: 61.25em) {
  .content-header.fadein {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; } }

.flexcol-adaptive .fadein {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

@media all and (min-width: 61.25em) {
  .flexcol-adaptive .fadein {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
    .flexcol-adaptive .fadein:nth-of-type(1) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .flexcol-adaptive .fadein:nth-of-type(2) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .flexcol-adaptive .fadein:nth-of-type(3) {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }
    .flexcol-adaptive .fadein:nth-of-type(4) {
      -webkit-animation-delay: 1s;
      animation-delay: 1s; } }

.page-footer .flexcol .fadein,
.journal-article .fadein {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

@media all and (min-width: 61.25em) {
  .page-footer .flexcol .fadein,
  .journal-article .fadein {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
    .page-footer .flexcol .fadein:nth-of-type(1),
    .journal-article .fadein:nth-of-type(1) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .page-footer .flexcol .fadein:nth-of-type(2),
    .journal-article .fadein:nth-of-type(2) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .page-footer .flexcol .fadein:nth-of-type(3),
    .journal-article .fadein:nth-of-type(3) {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }
    .page-footer .flexcol .fadein:nth-of-type(4),
    .journal-article .fadein:nth-of-type(4) {
      -webkit-animation-delay: 1s;
      animation-delay: 1s; } }

.flexcol-double {
  overflow: hidden; }
  .flexcol-double .align-right.fadein {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }

.flexcol-full .fadein,
.image-gallery .fadein {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

@media all and (min-width: 37.5em) {
  .flexcol-full .image-grid .fadein,
  .image-gallery .image-grid .fadein {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
    .flexcol-full .image-grid .fadein:nth-of-type(1),
    .image-gallery .image-grid .fadein:nth-of-type(1) {
      -webkit-animation-delay: 0.4s;
      animation-delay: 0.4s; }
    .flexcol-full .image-grid .fadein:nth-of-type(2),
    .image-gallery .image-grid .fadein:nth-of-type(2) {
      -webkit-animation-delay: 0.6s;
      animation-delay: 0.6s; }
    .flexcol-full .image-grid .fadein:nth-of-type(3),
    .image-gallery .image-grid .fadein:nth-of-type(3) {
      -webkit-animation-delay: 0.8s;
      animation-delay: 0.8s; }
    .flexcol-full .image-grid .fadein:nth-of-type(4),
    .image-gallery .image-grid .fadein:nth-of-type(4) {
      -webkit-animation-delay: 1s;
      animation-delay: 1s; } }

.no-flexbox .flexcol,
.no-flexbox .flexcol-adaptive {
  margin-left: -20px;
  margin-bottom: -20px; }
  .no-flexbox .flexcol > *, .no-flexbox .flexcol .fc, .no-flexbox .flexcol .afc,
  .no-flexbox .flexcol-adaptive > *,
  .no-flexbox .flexcol-adaptive .fc,
  .no-flexbox .flexcol-adaptive .afc {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-bottom: 20px; }
    .no-flexbox .flexcol > * .afc, .no-flexbox .flexcol .fc .afc, .no-flexbox .flexcol .afc .afc,
    .no-flexbox .flexcol-adaptive > * .afc,
    .no-flexbox .flexcol-adaptive .fc .afc,
    .no-flexbox .flexcol-adaptive .afc .afc {
      margin-left: 0;
      margin-right: 20px;
      padding-right: 20px; }

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  @page {
    margin: 0.5cm; }
  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }
  p {
    orphans: 3;
    widows: 3; }
  pre, blockquote {
    border: 1px solid #959594;
    page-break-inside: avoid; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  img {
    max-width: 100% !important;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; } }
