@charset "UTF-8";
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;
}

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

@font-face {
  font-family: "icomoon";
  src: url("/_assets/fonts/icomoon/icomoon.eot?-rt8vu1");
  src: url("/_assets/fonts/icomoon/icomoon.eot?#iefix-rt8vu1") format("embedded-opentype"), url("/_assets/fonts/icomoon/icomoon.woff?-rt8vu1") format("woff"), url("/_assets/fonts/icomoon/icomoon.ttf?-rt8vu1") format("truetype"), url("/_assets/fonts/icomoon/icomoon.svg?-rt8vu1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mobile:before {
  content: "\e600";
}

.icon-heart:before {
  content: "\e601";
}

.icon-heart2:before {
  content: "\e602";
}

.icon-earth:before {
  content: "\e603";
}

.icon-list:before {
  content: "\e604";
}

.icon-arrow-left:before {
  content: "\e605";
}

.icon-arrow-down:before {
  content: "\e606";
}

.icon-arrow-up:before {
  content: "\e607";
}

.icon-arrow-right:before {
  content: "\e608";
}

.icon-twitter:before {
  content: "\e609";
}

.icon-facebook:before {
  content: "\e60a";
}

.icon-googleplus:before {
  content: "\e60b";
}

.icon-instagram:before {
  content: "\e60c";
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: inherit;
  font-weight: "Nunito Sans", sans-serif;
  color: inherit;
  text-rendering: optimizelegibility;
}

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

h1, .h1 {
  margin-bottom: 0.7em;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
}

h2, .h2 {
  margin-bottom: 0.7em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}

h3, .h3 {
  margin-bottom: 0.9333333333em;
  font-size: 21px;
  font-size: 2.1rem;
  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-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
}
@media all and (min-width: 46.25em) {
  p, ol, ul, li, dl, address {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media all and (min-width: 61.25em) {
  p, ol, ul, li, dl, address {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

small {
  font-size: 0.8em;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #f5c55a;
  border-bottom: 1px solid rgb(255, 255, 255);
}

ul, ol {
  margin: 0 0 1.4em 0;
  padding: 0 0 0 20px;
}
blockquote {
  margin: 0 0 1.4em -20px;
  padding-left: 20px;
  border-left: 2px solid #f5c55a;
  font-family: Georgia, Times, "Times New Roman";
  font-style: normal;
}

q {
  quotes: none;
}

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

cite {
  font-style: normal;
}

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

dt {
  font-weight: "Nunito Sans", sans-serif;
  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 #f5c55a;
  cursor: help;
}

b, strong {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
}

dfn {
  font-style: italic;
}

ins {
  background-color: white;
  color: rgb(0, 0, 0);
  text-decoration: none;
}

mark {
  background-color: white;
  color: rgb(0, 0, 0);
  font-style: italic;
  font-weight: "Nunito Sans", sans-serif;
}

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: -0.5em;
}

sub {
  bottom: -0.25em;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: black;
}
a:focus {
  outline: none;
  color: black;
}
a:hover, a:active {
  outline: none;
}

.heading-link {
  font-size: 20px;
  font-size: 2rem;
}
.heading-link:hover {
  text-decoration: underline;
}

/*!
 * 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: 0.75s;
  animation-duration: 0.75s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -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: "Nunito Sans", sans-serif;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4em;
  color: rgb(255, 255, 255);
  text-align: center;
  vertical-align: middle;
  background-color: gray;
  border: 1px solid #f2b42a;
  -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: 0.3em;
}
.btn:visited, .btn:hover {
  color: rgb(0, 0, 0);
  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-linear-gradient(top, #f5c55a, #ea1c0d);
  background-color: #ea1c0d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5c55a), to(#ea1c0d));
  background-image: linear-gradient(top, #f5c55a, #ea1c0d);
  background-repeat: repeat-x;
  color: rgb(255, 255, 255);
}
.btn-error:visited, .btn-error:hover {
  color: rgb(255, 255, 255);
}

.btn-primary {
  background-color: #f5c55a;
}

.btn-success {
  background-color: #428da1;
}

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

.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: 0.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: rgb(0, 0, 0);
  border: 0;
  border-bottom: 1px solid white;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #d9d9d9;
}
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: "Nunito Sans", sans-serif;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

label {
  display: block;
  margin-bottom: 0.175em;
  font-weight: bold;
  color: rgb(0, 0, 0);
  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: rgb(255, 255, 255);
  border: 1px solid white;
  color: rgb(0, 0, 0);
}
input:hover,
textarea:hover,
select:hover {
  border-color: #fbe7ba;
}

::-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;
  border-radius: 0;
  border: 0 \9 ;
}

input[type=checkbox],
input[type=radio] {
  -webkit-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;
  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;
  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: rgb(255, 255, 255);
  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: #f5c55a, 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;
  box-shadow: none;
}

.help-block,
.help-inline {
  color: gray;
}

.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;
  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 white;
  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 white;
}
table tbody tr td,
table tbody tr th {
  -webkit-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: white;
}

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

.table-bordered {
  border: 1px solid white;
  border-left: 0;
  border-collapse: separate;
  *border-collapse: collapsed;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid white;
}
.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: white;
}

.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 #f5c55a;
}
.list-bordered li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom-width: 0;
}

.link-list {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
}
.link-list li {
  margin: 0;
  padding: 0;
}
.link-list a {
  font-size: inherit;
}

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: gray;
}

.image-bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.image-bg img {
  left: -9999em;
  position: relative;
}

.horizontal-slide {
  width: 100%;
  height: 486px;
  height: auto;
  margin-left: 0;
  display: block;
  overflow-x: scroll;
  margin-bottom: 30px;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.horizontal-slide::-webkit-scrollbar {
  width: 0px;
  height: 10px;
  background: transparent;
}
.horizontal-slide::-webkit-scrollbar-thumb {
  background: #428da1;
}
.horizontal-slide::-webkit-scrollbar-thumb:hover {
  background: #f5c55a;
}
.horizontal-slide .slide-block {
  width: 1200px;
  height: 420px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.horizontal-slide .slide-block .img-container {
  display: inline-block;
  margin: 0 -4px 0 0;
  padding: 0px 0;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.horizontal-slide .slide-block .img-container img {
  height: 380px !important;
  margin: 0 0 0 0;
  padding: 0 15px 5px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.horizontal-slide .slide-block .img-container .image-caption {
  margin-bottom: 10px;
  background: rgb(255, 255, 255);
  padding: 2px 4px;
  max-width: calc(100% - 22px);
  max-width: 600px;
}
@media all and (min-width: 46.25em) {
  .horizontal-slide {
    height: 586px;
    height: auto;
  }
  .horizontal-slide .slide-block {
    height: 520px;
    height: auto;
  }
  .horizontal-slide .slide-block .img-container img {
    height: 480px !important;
  }
}
@media all and (min-width: 61.25em) {
  .horizontal-slide {
    width: 112%;
    margin-right: -12%;
  }
}

.m-image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-image-gallery .main-image a {
  margin: 0 0 10px;
}
.m-image-gallery a {
  position: relative;
  display: inline-block;
}
.m-image-gallery .overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 10;
  background-color: rgba(66, 141, 161, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-image-gallery .overlay:before {
  position: absolute;
  background: url("/_assets/svg/plus-white.svg") 50% 50% no-repeat;
  background-size: contain;
  content: "";
  width: 20%;
  min-height: 20%;
  display: inline-block;
  z-index: 10;
  top: 40%;
  left: 40%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-image-gallery a:hover .overlay {
  opacity: 1;
}
.m-image-gallery a:hover .overlay:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.m-image-gallery .side-images {
  overflow-x: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.m-image-gallery .side-images::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.m-image-gallery .side-images::-webkit-scrollbar-track {
  background: #eee;
}
.m-image-gallery .side-images::-webkit-scrollbar-thumb {
  background: #428da1;
}
.m-image-gallery .side-images::-webkit-scrollbar-thumb:hover {
  background: #f5c55a;
}
.m-image-gallery .side-images-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
}
.m-image-gallery .side-images-slider a {
  width: auto;
  margin: 0 10px 10px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-image-gallery .side-images-slider img {
  width: auto;
  max-height: 110px;
  margin: 0 0;
}
@media all and (min-width: 61.25em) {
  .m-image-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .m-image-gallery .main-image {
    width: 80%;
  }
  .m-image-gallery .main-image a {
    margin: 0;
  }
  .m-image-gallery .side-images {
    width: 15%;
    margin-left: 5%;
    overflow-x: visible;
    overflow-y: scroll;
    position: relative;
    height: auto;
  }
  .m-image-gallery .side-images-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: absolute;
    width: 100%;
    margin-top: 0;
  }
  .m-image-gallery .side-images-slider a {
    max-height: none;
    width: calc(100% - 10px);
  }
  .m-image-gallery .side-images-slider a:last-of-type {
    margin-bottom: 0;
  }
  .m-image-gallery .side-images-slider a img {
    max-height: none;
  }
}

@-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: #ebebeb;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: white;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4em;
  color: rgb(0, 0, 0);
  text-align: center;
}

.row {
  width: 100%;
  display: inline-block;
}
.row.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.row.sup-header {
  margin-bottom: 20px;
}
.row.site-announcement {
  margin-bottom: -50px;
}
.container {
  padding: 10px;
  width: calc(100% - 0px);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  max-width: 1500px;
}
@media all and (min-width: 46.25em) {
  .container {
    padding: 20px;
    width: calc(100% - 0px);
  }
}
.bg {
  position: relative;
  display: inline-block;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 10px;
  width: calc(100% - 20px);
}
.bg-tl {
  border-radius: 10px 0 10px 0;
}
.bg-tr {
  border-radius: 10px 10px 0 10px;
}
@media all and (min-width: 46.25em) {
  .bg {
    padding: 20px;
    border-radius: 20px;
    width: calc(100% - 40px);
  }
  .bg-tl {
    border-radius: 20px 0 20px 0;
  }
  .bg-tr {
    border-radius: 20px 20px 0 20px;
  }
}
@media all and (min-width: 61.25em) {
  .bg {
    width: calc(100% - 40px);
    padding: 20px;
    border-radius: 20px;
  }
  .bg-tl {
    border-radius: 30px 0 30px 0;
  }
  .bg-tr {
    border-radius: 30px 30px 0 30px;
  }
}
@media all and (min-width: 81.25em) {
  .bg {
    padding: 40px 30px;
    width: calc(100% - 60px);
  }
}
.bg-alt, .bg-yellow {
  background: #f5c55a;
}
.bg-turquoise {
  background: #428da1;
}

.site-announcement + .bg-tr {
  border-radius: 0px 10px 0 10px;
}
@media all and (min-width: 46.25em) {
  .site-announcement + .bg-tr {
    border-radius: 0px 20px 0 20px;
  }
}
@media all and (min-width: 61.25em) {
  .site-announcement + .bg-tr {
    border-radius: 0px 30px 0 30px;
  }
}

.links {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
}
.links li {
  margin: 0;
  padding: 0;
}

.border-top {
  border-top: 1px solid #f5c55a;
}
.border-top--thick {
  border-top-width: 10px;
}

.trailing-slash:after {
  content: "/";
  margin-left: 10px;
}

.clip {
  width: calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.figure {
  margin: 0;
  position: relative;
}
.figure.rounded {
  position: relative;
}
.figure.rounded--top img {
  display: inline-block;
  width: 100%;
  border-radius: 1000px 1000px 0 0;
}
.link {
  width: 30px;
  height: 24px;
  display: inline-block;
  background: url(../img/icon-link.png) center center no-repeat;
  background-size: 100%;
}
.link-large {
  width: 60px;
  height: 48px;
}

.accent, .accent a {
  color: #f5c55a;
}

.accent--alt, .accent--alt a {
  color: #428da1;
}

.red {
  color: #f44336;
}

.orange {
  color: #f5c55a;
}

.more-info {
  display: inline-block;
  width: calc(100% - 40px);
  padding: 5px 5px 5px 30px;
  position: relative;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.more-info .link {
  bottom: 3px;
  position: absolute;
  left: 5px;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fadein.animated {
  opacity: 1;
}

.admin-bar {
  background: #89C625 url(/_assets/img/flash-bg.png) repeat center center;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-size: 2rem;
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.admin-bar.env-local {
  background-color: #89C625;
}
.admin-bar.env-dev {
  background-color: #FFC416;
}
.admin-bar.env-stage {
  background-color: #f5c55a;
}
.admin-bar.env-prod {
  background-color: #f44336;
}

section#debug {
  border-top: 1px solid gray;
  background: rgb(255, 255, 255);
  width: 100%;
  max-width: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3) inset;
          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: rgb(255, 255, 255);
  padding: 1px 8px;
  text-transform: uppercase;
  font-weight: "Nunito Sans", sans-serif;
  color: #f44336;
}

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

.title {
  font-family: "Nunito Sans", sans-serif;
}
.title--regular {
  font-family: "Nunito Sans", sans-serif;
}
.title--sub {
  margin-top: 40px;
}

.layout .block {
  display: inline-block;
  vertical-align: top;
  padding: 20px 0;
  width: 100%;
}
.layout .masked-image {
  margin-right: -40px;
}
.layout--home .block--side-col .masked-image {
  margin-right: -40px;
}
@media all and (min-width: 46.25em) {
  .layout--home .block--main-col {
    width: calc(49.65% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--home .block--side-col {
    width: calc(49.65% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--home .block--side-col .masked-image {
    margin-right: -55px;
  }
}
@media all and (min-width: 61.25em) {
  .layout--home .block--main-col {
    width: calc(49.65% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--home .block--side-col {
    width: calc(49.65% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--home .block--side-col .masked-image {
    margin-right: -60px;
  }
  .layout--overview .block--main-col {
    width: calc(99.3% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .layout--article .block--meta-col {
    width: calc(29.79% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .layout--article .block--main-col {
    width: calc(69.51% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--article .block--side-col {
    width: calc(69.51% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
  }
  .layout--article .block--side-col .masked-image {
    margin-right: -60px;
  }
  .layout--standard .block--meta-col {
    width: calc(29.79% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--standard .block--main-col {
    width: calc(69.51% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--standard .block--side-col {
    width: calc(79.44% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--standard .block--side-col .masked-image {
    margin-right: -80px;
  }
}
@media all and (min-width: 81.25em) {
  .layout--home .block--main-col {
    width: calc(49.65% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--home .block--side-col {
    width: calc(49.65% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--home .block--side-col .masked-image {
    margin-right: -70px;
  }
  .layout--article .block--meta-col {
    width: calc(29.79% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--article .block--main-col {
    width: calc(64.545% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--article .block--main-col .article-links {
    width: 112%;
  }
  .layout--article .block--side-col {
    width: calc(64.545% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--article .block--side-col .masked-image {
    margin-right: -80px;
  }
  .layout--standard .block--meta-col {
    width: calc(29.79% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--standard .block--main-col {
    width: calc(64.545% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--standard .block--side-col {
    width: calc(64.545% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--standard .block--side-col .masked-image {
    margin-right: -80px;
  }
}

.sticky {
  position: sticky;
  top: 40px;
}

.split-content > * {
  display: inline-block;
  vertical-align: top;
}
.split-content--main {
  width: calc(59.58% - 20px);
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.split-content--secondary {
  width: calc(39.72% - 20px);
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 11.0333333333%;
  box-sizing: border-box;
}

.single-content > * {
  display: inline-block;
  vertical-align: top;
}
@media all and (min-width: 61.25em) {
  .single-content--main {
    width: calc(99.3% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media all and (min-width: 81.25em) {
  .single-content--main {
    width: calc(99.3% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.logo {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Nunito Sans", sans-serif;
  padding-right: 10px;
  margin-bottom: 1.3em;
  display: inline-block;
  vertical-align: top;
}
.logo .img-container {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 0 10px 0 0;
  position: relative;
}
.logo .img-container .flat-logo {
  position: relative;
  opacity: 1;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 3;
  background: white;
}
.logo .img-container .animated-logo {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  z-index: 2;
}
.logo img {
  width: 160px;
  height: auto;
  max-width: 120px;
  margin: 0 10px 0 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.logo .logo-text {
  width: 160px;
  display: inline-block;
  vertical-align: bottom;
}
.logo a:hover {
  border: none;
  text-decoration: none;
}
.logo a:hover .img-container .flat-logo {
  opacity: 0;
}
.logo a:hover .img-container .animated-logo {
  opacity: 1;
}

.logo-text {
  font-size: 16px;
  font-size: 1.6rem;
}
.logo-text span {
  display: block;
  width: 100%;
  margin: 0 0 0 5px;
}

.sponsor-logos {
  width: auto;
  padding: 10px 30px;
  display: inline-block;
}
.sponsor-logos strong {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.sponsor-logos a {
  display: inline-block;
  width: 80px;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.sponsor-logos a.logo-eu {
  width: 115px;
}
.sponsor-logos a.logo-epsrc {
  width: 115px;
}
.sponsor-logos a.logo-tuos {
  width: 70px;
}
.sponsor-logos a.logo-tuos img {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.explore-button {
  position: relative;
  bottom: 20px;
  /* right: 0; */
  height: auto;
  float: right;
  display: inline-block;
  margin: 30px 0;
}
.explore-button .button-bg {
  background: url("/_assets/img/360-button.png") 50% 50% no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 300px;
  height: 80px;
  z-index: 10;
  position: relative;
  right: -5px;
  top: 10px;
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.explore-button .button-bg strong {
  font-size: 18px;
  font-size: 1.8rem;
}
.explore-button .circle-bg {
  background: url("/_assets/img/360-circle.png") 50% 50% no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -25px;
  right: -30px;
  z-index: 10;
  padding: 10px;
  background-origin: content-box;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 1;
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 1;
  }
}
.explore-button .circle-bg {
  -webkit-animation: rotation 20s linear infinite;
          animation: rotation 20s linear infinite;
}
.explore-button:hover {
  color: #f5c55a;
}
@media all and (min-width: 46.25em) {
  .explore-button {
    position: absolute;
    height: 80px;
    top: 0;
    right: 0;
    z-index: 10;
    margin: -10px 0 0;
  }
}
@media all and (min-width: 61.25em) {
  .explore-button {
    margin-top: 0;
  }
}

.email-link {
  display: inline-block;
  width: auto;
  float: right;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Nunito Sans", sans-serif;
  padding: 10px 50px;
}
.email-link a {
  border-bottom: 10px solid rgb(0, 0, 0);
}

.main-nav {
  padding-left: 10px;
}
.main-nav li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1em;
  display: inline-block;
  vertical-align: top;
}
.main-nav li a {
  padding: 3px 3px 3px;
  display: inline-block;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
.main-nav li a span {
  position: relative;
  z-index: 1;
}
.main-nav li a:after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 10px;
  opacity: 0;
  background: #f5c55a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-nav li a:hover:after {
  opacity: 1;
}
.main-nav li.selected a:after {
  opacity: 1;
  background: rgb(0, 0, 0);
  height: 2px;
}
.main-nav li.selected a:hover:after {
  background: #f5c55a;
  height: 2px;
}
.main-nav li.coming-soon {
  pointer-events: none;
  opacity: 0.5;
}
@media all and (min-width: 61.25em) {
  .main-nav li {
    width: 24%;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 81.25em) {
  .main-nav li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.header-contact {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
.header-contact a {
  border-bottom: 5px solid #f5c55a;
}
.header-contact a:hover {
  text-decoration: none;
}

@media all and (min-width: 61.25em) {
  .logo {
    margin-bottom: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 370px;
  }
  .logo .img-container {
    min-width: 100px;
    max-width: 130px;
    width: 130px;
    height: 130px;
    margin-right: 20px;
  }
  .logo .img-container .flat-logo,
  .logo .img-container .animated-logo {
    max-width: 130px;
    width: 130px;
    height: 130px;
  }
  .logo .bar {
    background: rgb(0, 0, 0);
    width: 70%;
    max-width: 210px;
    height: 10px;
    margin: 30px 0 0 0;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .logo-text {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .logo:hover {
    cursor: pointer;
  }
  .logo:hover .bar {
    background: #f5c55a;
  }
  .main-nav {
    width: calc(57.925% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: bottom;
  }
  .main-nav .links {
    margin: 0;
  }
  .header-contact {
    width: calc(16.55% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 8.275%;
    box-sizing: border-box;
  }
}
@media all and (min-width: 78.125em) {
  .main-nav {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 81.25em) {
  .main-nav {
    width: calc(66.2% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    vertical-align: bottom;
    margin-bottom: 60px;
  }
  .main-nav li {
    margin-bottom: 0;
  }
}
.site-announcement .bg-turquoise {
  color: rgb(255, 255, 255);
}
.site-announcement--text {
  padding-top: 20px;
  padding-bottom: 70px;
}
.site-announcement h2, .site-announcement h3, .site-announcement h4, .site-announcement p {
  margin-bottom: 0px;
  padding-left: 30px;
  padding-right: 130px;
}
.site-announcement .ell {
  width: calc(100% - 160px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
.site-announcement .link {
  position: absolute;
  top: 32px;
  right: 60px;
}

@media all and (max-width: 46.24em) {
  .body {
    padding-top: 110px;
  }
  .sup-header {
    display: none;
  }
  .site-announcement h2, .site-announcement h3, .site-announcement p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .site-announcement h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .site-announcement h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .site-announcement p, .site-announcement i {
    display: none;
  }
  .page-header {
    position: fixed;
    border-radius: 0 0 10px 10px;
    top: 0px;
    left: 10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - 20px);
    background: rgb(255, 255, 255);
    z-index: 15;
    max-height: 110px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid #d9d9d9;
  }
  .page-header .logo {
    height: 90px;
    margin-bottom: 0;
  }
  .page-header .logo .img-container {
    width: 80px;
    height: 80px;
    margin: 10px;
  }
  .page-header .logo .img-container .flat-logo,
  .page-header .logo .img-container .animated-logo,
  .page-header .logo .img-container img {
    width: 80px;
    height: 80px;
  }
  .page-header .logo .logo-text {
    top: -16px;
    position: relative;
    left: -10px;
    width: 130px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .page-header .mobile-nav-button {
    font-family: "Nunito Sans", sans-serif;
    position: absolute;
    top: 52px;
    right: 25px;
    z-index: 20;
  }
  .page-header .main-nav {
    display: inline-block;
    position: relative;
    z-index: 11;
    margin-top: -600px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 12px 10px;
    opacity: 0;
  }
  .page-header .main-nav li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .page-header .main-nav li a {
    border: none;
    font-family: "Nunito Sans", sans-serif;
  }
  .page-header .main-nav li.selected a {
    border-color: transparent;
    font-family: "Nunito Sans", sans-serif;
  }
  .page-header .header-contact {
    margin: 0px 15px 0px;
    display: inline-block;
    top: -20px;
    position: relative;
  }
  .page-header.show-nav {
    max-height: 700px;
  }
  .page-header.show-nav .main-nav {
    margin-top: 20px;
    opacity: 1;
  }
  .block.border-top {
    border-top: none;
    padding: 10px 0;
  }
  .block .side-nav {
    padding-left: 0;
  }
}
@media all and (min-width: 46.25em) {
  .mobile-nav-button {
    display: none;
  }
  .text-container {
    display: inline-block;
    width: 60px;
    vertical-align: top;
    margin-top: 0px;
  }
}
.footer-col {
  border-top: 1px solid rgb(0, 0, 0);
  padding-top: 20px;
}
.footer-col--first {
  padding-left: 0px;
  padding-right: 3%;
}
.footer-col--first a {
  display: inline-block;
  border: 1px solid rgb(0, 0, 0);
  padding: 10px;
  width: 80%;
  max-width: 250px;
}
.footer-col--first a img {
  margin: 0;
}
.footer-col--first h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Nunito Sans", sans-serif;
  width: 50%;
}
.footer-col--middle {
  padding-left: 10px;
}
.footer-col--middle .links li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Nunito Sans", sans-serif;
}
.footer-col--middle .main-nav {
  width: calc(99.3% - 20px);
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-col--last {
  padding-left: 10px;
}
.footer-col--last .sponsor-logos {
  padding: 0;
  margin: 0 0 20px 0;
}
.footer-col--last .sponsor-logos strong {
  display: inline-block;
  width: 100%;
}
.footer-col .credits a {
  font-size: 14px;
  font-size: 1.4rem;
  color: gray;
}
.footer-col .credits a:hover {
  border: none;
  text-decoration: underline;
}

@media all and (min-width: 61.25em) {
  .footer-col--first {
    width: calc(19.86% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-col--middle {
    width: calc(49.65% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-col--last {
    width: calc(29.79% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media all and (min-width: 81.25em) {
  .footer-col--first {
    width: calc(19.86% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-col--middle {
    width: calc(49.65% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-col--last {
    width: calc(29.79% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.masked-image {
  position: relative;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.masked-image .mask {
  position: relative;
  z-index: 2;
}
.masked-image .image {
  position: absolute;
  z-index: 1;
}
.masked-image .slider {
  position: absolute;
  z-index: 1;
  width: 100%;
  opacity: 0.92;
}
.masked-image .slider .image {
  position: relative;
  z-index: 1;
}
.masked-image--research .image,
.masked-image--research .slider {
  bottom: 4%;
  right: 0;
}
.masked-image--workshops .image,
.masked-image--workshops .slider {
  bottom: 8%;
  right: 0;
}
.masked-image--capabilities .image,
.masked-image--capabilities .slider {
  bottom: 9%;
  right: 0;
}
.masked-image--featured .image {
  top: -10%;
  right: 0;
  width: 100%;
}
.masked-image--article .image {
  top: 0%;
  right: 0;
  width: 110%;
  max-width: 110%;
}
.masked-image--article-vertical {
  margin-top: -10%;
}
.masked-image--article-vertical .image {
  bottom: 0%;
  right: -65%;
  height: 100%;
  width: auto;
  max-width: none;
}
.masked-image--article-person {
  margin-top: -10%;
}
.masked-image--article-person .image {
  bottom: 0%;
  height: 100%;
  width: auto;
  max-width: none;
}

.figcaption {
  font-family: "Nunito Sans", sans-serif;
}

.side-nav {
  margin-top: 15px;
  padding-right: 15px;
}
.side-nav li {
  margin: 0 0 5px;
}
.side-nav li.selected {
  font-family: "Nunito Sans", sans-serif;
}
.side-nav a {
  padding: 0 2px;
  line-height: 1.3em;
  display: inline-block;
}
.side-nav a:hover {
  text-decoration: underline;
}

.sub-nav {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
  margin-bottom: 2.4em;
}
.sub-nav li {
  margin: 0;
  padding: 0;
}
.sub-nav li {
  margin: 0px 5% 0px 0;
  border-bottom: 1px solid rgb(0, 0, 0);
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0px;
  width: 100%;
  display: inline-block;
}
.sub-nav a {
  position: relative;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-nav a .link {
  position: absolute;
  left: 11px;
  bottom: 11px;
}
.sub-nav a:before {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background: #f5c55a;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sub-nav a > span {
  position: relative;
  display: inline-block;
  height: auto;
  width: 100%;
  z-index: 1;
  padding: 10px;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sub-nav a:hover:before {
  width: 100%;
}
.sub-nav a.alt:before {
  background: #428da1;
}
.sub-nav a.alt:hover {
  color: rgb(255, 255, 255);
}
@media all and (min-width: 61.25em) {
  .sub-nav li {
    width: 42%;
  }
  .sub-nav--fw li {
    width: 100%;
  }
}

.article-links {
  margin: 30px 0;
}
.article-links h2, .article-links h3 {
  margin-bottom: 5px;
}

.text-block {
  margin-bottom: 40px;
}
.text-block--promo {
  margin-bottom: 20px;
}
.text-block--promo .header-image {
  width: 100%;
  margin: 30px 0 40px;
  width: 100%;
  border-radius: 0 20px 0 20px;
}
.text-block--promo .header-image img {
  width: 100%;
  max-width: none;
  border-radius: 0 20px 0 20px;
}
@media all and (min-width: 61.25em) {
  .text-block--promo {
    width: 100%;
  }
}
.text-block--promo p, .text-block--promo li {
  font-size: 18px;
  font-size: 1.8rem;
  max-width: 100%;
}
@media all and (min-width: 81.25em) {
  .text-block--promo p, .text-block--promo li {
    font-size: 20px;
    font-size: 2rem;
  }
}
.text-block--content .intro-text p {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.4;
}
.text-block--content .body p {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.4;
}
.text-block--content .header-image {
  width: 100%;
  margin: 30px 0 40px;
  width: 100%;
  border-radius: 0 20px 0 20px;
}
.text-block--content .header-image img {
  width: 100%;
  max-width: none;
  border-radius: 0 20px 0 20px;
}
.text-block--workshop {
  padding-top: 40px;
}
@media all and (max-width: 46.24em) {
  .text-block--workshop {
    padding-top: 100px;
  }
}
.text-block--workshop .intro-text {
  font-size: 20px;
  font-size: 2rem;
  font-family: "Nunito Sans", sans-serif;
}
.text-block--workshop .header-image {
  width: 100%;
  margin: 30px 0 40px;
  width: 100%;
  border-radius: 0 20px 0 20px;
}
.text-block--workshop .header-image img {
  width: 100%;
  max-width: none;
  border-radius: 0 20px 0 20px;
}
.text-block--workshop .content-image {
  width: 100%;
  margin: 30px 0 40px;
  border-radius: 0 20px 0 20px;
}
.text-block--workshop .content-image img {
  width: 100%;
  max-width: none;
  border-radius: 0 20px 0 20px;
  position: relative;
}
.text-block--workshop .content-image .image-caption {
  margin-bottom: 10px;
  padding: 5px 0px;
  text-align: left;
}
.text-block--workshop h1, .text-block--workshop h2 {
  margin-bottom: 5px;
  font-size: 32px;
  font-size: 3.2rem;
}
.text-block--workshop h1:last-of-type, .text-block--workshop h2:last-of-type {
  margin-bottom: 0.8em;
}
.text-block--workshop .map-embed {
  margin-bottom: 20px;
}
.text-block--workshop .map-embed iframe {
  margin-bottom: 20px;
  width: 100%;
}
.text-block--workshop.border-top {
  border-top: 1px solid gray;
}
.text-block--workshop:first-of-type {
  padding-top: 0px;
}
.text-block--workshop:last-of-type {
  margin-bottom: 60px;
}
.text-block--workshop .workshop-link {
  border: 3px solid #d9d9d9;
  display: inline-block;
  padding: 20px 15px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}
.text-block--workshop .workshop-link .link {
  position: absolute;
  right: 15px;
  top: 6px;
}
.text-block--workshop .workshop-link:hover {
  background: #f5c55a;
  border-color: #f5c55a;
}
.text-block--capabilities p:first-of-type {
  font-size: 19px;
  font-size: 1.9rem;
}
.text-block--capabilities h2, .text-block--capabilities h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 0.4em;
}
.text-block--capabilities table {
  width: 100% !important;
  max-width: 750px;
  border-bottom: 1px solid gray;
  margin-bottom: 40px;
}
.text-block--capabilities table tr td {
  border-top: 1px solid gray;
}
.text-block--capabilities table thead th {
  font-family: "Nunito Sans", sans-serif;
}
.text-block--featured {
  display: inline-block;
  border-bottom: 1px solid rgb(0, 0, 0);
  margin-bottom: 20px;
}
.text-block--featured:hover h1,
.text-block--featured:hover .more-info {
  color: #f5c55a;
}
.text-block--featured h1, .text-block--featured h2, .text-block--featured h3, .text-block--featured p {
  margin-bottom: 10px;
}
.text-block--featured h1, .text-block--featured h2, .text-block--featured .more-info {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.text-block--featured .masked-image {
  margin-bottom: 0;
}
@media all and (min-width: 61.25em) {
  .text-block--featured {
    margin-bottom: 40px;
    text-align: right;
  }
  .text-block--featured h1, .text-block--featured h2, .text-block--featured h3, .text-block--featured p {
    margin-bottom: 20px;
  }
  .text-block--featured .featured-text {
    display: inline-block;
    vertical-align: bottom;
    width: 38%;
    text-align: left;
    margin-right: 4%;
  }
  .text-block--featured .featured-text .more-info {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .text-block--featured .masked-image--featured {
    display: inline-block;
    vertical-align: bottom;
    width: 60%;
    right: -10px;
  }
}
@media all and (min-width: 61.25em) {
  .text-block--featured .masked-image--featured {
    right: -20px;
  }
}
.text-block p a {
  text-decoration: underline;
}

.pull-quote {
  margin: 10px 0 20px;
  padding: 15px 0;
  position: relative;
}
.pull-quote:before {
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px solid rgb(0, 0, 0);
  z-index: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 40px;
}
.pull-quote blockquote {
  position: relative;
  z-index: 1;
  border: 1px solid rgb(0, 0, 0);
  background: rgb(255, 255, 255);
  padding: 25px 40px;
  margin: 0 0 0 0px;
}
.pull-quote blockquote p {
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  color: #428da1;
  color: #3e8ba1;
}
@media all and (min-width: 61.25em) {
  .pull-quote:before {
    top: 0;
    left: 0;
  }
  .pull-quote blockquote {
    margin: 0 0 0 -40px;
  }
  .pull-quote blockquote p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.video-embed {
  margin: 20px 0;
  width: 100%;
}
.video-embed--vimeo {
  position: relative;
  height: 0;
  padding-bottom: 55.5%;
}
.video-embed--vimeo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-embed--youtube {
  position: relative;
  height: 0;
  padding-bottom: 56%;
}
.video-embed--youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.block--meta-col .breadcrumbs {
  display: block;
}

.view-all {
  line-height: 16px;
}
.view-all a {
  border-bottom: 2px solid transparent;
  display: inline-block;
  width: auto;
}
.view-all a:hover {
  border-bottom: 2px solid #f5c55a;
}
.view-all--alt a:hover {
  border-bottom-color: #428da1;
}

.info-panel {
  background: transparent;
  border-radius: 0 20px 0 20px;
  margin: 20px 20px 140px 0;
}
.info-panel--text {
  padding: 15px 15px 5px;
  border: 3px solid #d9d9d9;
  border-radius: 0 20px 0 0px;
}
.info-panel--text p {
  margin-bottom: 10px;
}
.info-panel--text p strong,
.info-panel--text p a {
  display: block;
  font-family: "Nunito Sans", sans-serif;
}
.info-panel--text p a {
  color: #428da1;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info-panel--text p a:hover {
  color: rgb(0, 0, 0);
}
.info-panel--text.inc-cta {
  border-bottom: none;
}
.info-panel--cta {
  padding: 15px 15px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0 0 0 20px;
  background: #d9d9d9;
  border: 3px solid #d9d9d9;
  color: #428da1;
}
.info-panel--cta:hover {
  background: #428da1;
  color: rgb(255, 255, 255);
  border: 3px solid #428da1;
}

.article--xxxx--header {
  padding: 10px 10px 0;
}
.article--xxxx--header h1,
.article--xxxx--header .title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 5px;
}
.article--xxxx--header h1--regular,
.article--xxxx--header .title--regular {
  font-family: "Nunito Sans", sans-serif;
}
.article--xxxx--header h1--regular strong,
.article--xxxx--header .title--regular strong {
  font-family: "Nunito Sans", sans-serif;
}
.article--xxxx--header h2,
.article--xxxx--header .subtitle {
  font-family: "Nunito Sans", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 0;
  margin-top: 0px;
}
.article--xxxx--header p,
.article--xxxx--header .intro-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.article--xxxx--header .heading-group {
  margin: 40px 0;
}
.article--xxxx--header .heading-text {
  margin: 0 0 40px 0;
}
.article--xxxx--header .heading-text p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1.2em;
}
.article--xxxx--header .heading-text p a {
  border-bottom: 1px solid rgb(0, 0, 0);
}
.article--xxxx--body {
  padding-top: 40px;
  padding: 40px 10px 10px;
}
.article--xxxx--body .key-contact {
  font-family: "Nunito Sans", sans-serif;
}
.article--xxxx--body .key-contact a,
.article--xxxx--body p a {
  border-bottom: 1px solid #f5c55a;
}
.article--xxxx--body .split-content--main p:first-of-type {
  font-size: 22px;
  font-size: 2.2rem;
}
.article--xxxx--body ul li, .article--xxxx--body ol li {
  margin-bottom: 0;
}
.article--xxxx--body ul {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.article--xxxx--body ul li {
  margin: 0;
  padding: 0;
}
.article--xxxx--body ul li {
  padding-left: 20px;
}
.article--xxxx--body ul li:before {
  content: "– ";
  float: left;
  display: inline-block;
  margin-left: -18px;
}

@media all and (min-width: 61.25em) {
  .layout--title-image .heading-group {
    width: calc(39.72% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .layout--title-image .figure {
    width: calc(59.58% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 8.275%;
    box-sizing: border-box;
  }
  .layout--title .heading-group {
    margin-left: 10px;
  }
  .layout--title .heading-group .view-all {
    top: -10px;
    position: relative;
    display: inline-block;
    width: auto;
    margin-right: 0px;
    border-left: 2px solid #d9d9d9;
    margin-left: 10px;
  }
  .layout--title .heading-group .view-all a {
    margin-left: 10px;
  }
  .layout--title .heading-group .view-all:first-of-type {
    border-left: none;
    margin-left: 0px;
    padding-left: 0;
  }
  .layout--title .heading-group .view-all:first-of-type a {
    margin-left: 0;
  }
  .layout--homepage .heading-group {
    width: calc(69.51% - 20px);
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 16.55%;
    box-sizing: border-box;
  }
  .layout--homepage .heading-group .title {
    margin-bottom: 10px;
  }
}

.feature-box {
  background: #d9d9d9;
  border-radius: 10px;
}
.feature-box--title {
  padding: 15px 20px;
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 0;
  font-family: "Nunito Sans", sans-serif;
}
.feature-box--text {
  padding: 17px 20px;
}
.feature-box--text li {
  font-family: "Nunito Sans", sans-serif;
}
.feature-box--text .cutoff {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.feature-box--text p {
  margin-bottom: 5px;
}
.feature-box--text p a {
  border-bottom: none;
}

.feature-images {
  width: calc(100% + 46px);
  margin-left: -20px;
  margin-bottom: 80px;
}
.feature-images .figure {
  display: inline-block;
  position: relative;
}
.feature-images--one {
  width: 35%;
  z-index: 5;
  top: 80px;
  margin-right: -5%;
}
.feature-images--one.drg:before {
  top: auto;
  bottom: 30px;
  right: -10px;
  width: 80px;
  height: 80px;
}
.feature-images--two {
  width: 50%;
  z-index: 4;
  margin-left: -10%;
}
.feature-images--three {
  width: 35%;
  z-index: 3;
  margin-left: -6%;
}
.feature-images--three.drg:before {
  top: auto;
  bottom: -20px;
  left: 110px;
  z-index: 8;
}

.map-embed iframe {
  width: 100%;
  height: 450px;
}

.explore-embed {
  margin-left: -30px;
  width: 100%;
}
.explore-embed iframe {
  width: calc(100% + 30px);
  height: 100%;
  max-height: calc(100vh - 200px);
}
@media all and (min-width: 46.25em) {
  .explore-embed {
    margin-left: -30px;
    width: 100%;
    width: calc(100% + 30px);
    position: relative;
    height: 0;
    padding-bottom: 59%;
  }
  .explore-embed iframe {
    width: calc(100% + 30px);
    height: 600px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media all and (min-width: 61.25em) {
  .main-body-text p {
    width: 80%;
  }
  .main-body-text p:first-of-type {
    width: 100%;
  }
}

.contact-form {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0px 0 10px;
  margin-top: 20px;
  padding: 0px 0px 40px;
  color: rgb(0, 0, 0);
}
.contact-form .title {
  padding: 0;
}
.contact-form .form-control {
  margin: 20px 0;
  display: block;
}
.contact-form .form-control--split .field {
  width: 47%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}
.contact-form .form-control--split .field:last-of-type {
  margin-right: 0;
}
.contact-form label {
  color: rgb(0, 0, 0);
  display: block;
  width: 100%;
}
.contact-form .field, .contact-form .btn {
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background: #f2f2f2;
}
.contact-form .textarea {
  min-height: 150px;
}
.contact-form .checkbox {
  display: inline-block;
}
.contact-form .btn {
  background: #f5c55a;
  color: rgb(255, 255, 255);
  padding: 10px 30px;
  margin-right: 10px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-form .btn:hover {
  background: rgb(0, 0, 0);
}

.login-layout {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0px 0 10px;
  max-width: 480px;
  margin-top: 20px;
  padding: 0px 0px 40px;
  color: rgb(0, 0, 0);
}
.login-layout .title {
  padding: 0;
}
.login-layout .form-control {
  margin: 20px 0;
  display: block;
}
.login-layout label {
  color: rgb(0, 0, 0);
}
.login-layout .field, .login-layout .btn {
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  background: #f2f2f2;
}
.login-layout .checkbox {
  display: inline-block;
}
.login-layout .btn {
  background: #f5c55a;
  color: rgb(255, 255, 255);
  padding: 10px 30px;
  margin-right: 10px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.login-layout .btn:hover {
  background: rgb(0, 0, 0);
}

.success {
  margin: 0 0 30px 0;
  padding: 20px 20px 10px;
  background: #f2f2f2;
  background: #428da1;
}
.success h2, .success h3, .success h4, .success p {
  margin-bottom: 10px;
  color: rgb(255, 255, 255);
}
.overview-grid__tile {
  padding: 10px 0;
  border-bottom: 1px solid rgb(0, 0, 0);
  margin-bottom: 10px;
}
.overview-grid__tile--image-wrapper {
  width: 100%;
  height: 0;
  padding: 0 0 56%;
  position: relative;
  margin: 0 0 10px;
  border-radius: 0 20px 0 0;
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}
.overview-grid__tile--image-wrapper img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0;
  left: 50%;
  margin-left: -25%;
  border-radius: 0 0 0 0;
  opacity: 0;
}
.overview-grid__tile--image {
  margin-bottom: 20px;
  border-radius: 0 20px 0 0;
  max-width: none;
  width: 100%;
}
.overview-grid__tile .image-bg {
  height: 0;
  padding: 0 0 52.8%;
}
.overview-grid__tile .title,
.overview-grid__tile .timestamp {
  margin: 0 0 5px;
}
.overview-grid__tile .more-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 5px;
}
.overview-grid__tile .more-info .link {
  position: static;
}
.overview-grid__tile .title,
.overview-grid__tile .timestamp {
  font-size: 18px;
  font-size: 1.8rem;
}
.overview-grid__tile.highlighted .image-bg {
  height: 0;
  padding: 0 0 66%;
}
.overview-grid__tile.highlighted .title,
.overview-grid__tile.highlighted .timestamp {
  font-size: 20px;
  font-size: 2rem;
}
@media all and (min-width: 46.25em) {
  .overview-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  .overview-grid__tile {
    width: calc(50% - 10px);
  }
  .overview-grid__tile.highlighted {
    width: 100%;
  }
  .overview-grid__tile-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media all and (min-width: 81.25em) {
  .overview-grid {
    gap: 20px;
  }
  .overview-grid__tile {
    width: calc(33.333% - 15px);
  }
  .overview-grid__tile .title,
  .overview-grid__tile .timestamp {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .overview-grid__tile.highlighted {
    width: 100%;
  }
  .overview-grid__tile.highlighted .title,
  .overview-grid__tile.highlighted .timestamp {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .overview-grid--initial .overview-grid__tile {
    width: calc(66.666% - 15px);
  }
  .overview-grid--initial .overview-grid__tile-wrap {
    width: calc(33.333% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .overview-grid--initial .overview-grid__tile-wrap .overview-grid__tile {
    width: 100%;
  }
}

.layout--grid {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
  padding: 10px 0;
}
.layout--grid li {
  margin: 0;
  padding: 0;
}
.layout--grid li {
  width: 100%;
  display: inline-block;
  margin: 0 0% 4% 0%;
  vertical-align: top;
  padding-bottom: 1.4%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout--grid li.no_results {
  display: inline-block;
  padding: 20px 20px 80px 20px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: gray;
}
.layout--grid a {
  display: inline-block;
  padding: 20px 20px 80px 20px;
  border-radius: 20px 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layout--grid a:hover {
  text-decoration: none;
  background: #f5c55a;
}
.layout--grid h3 {
  margin-bottom: 0px;
  font-size: 16px;
  font-size: 1.6rem;
}
.layout--grid h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Nunito Sans", sans-serif;
}
.layout--grid .figure {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  background: #595959 url(../img/drg-texture-20pc-white.png) -50% -50% no-repeat;
  background-size: 130%;
  overflow: hidden;
  margin: 0 0 20px 0;
}
.layout--grid .more-info {
  border-bottom: 1px solid rgb(0, 0, 0);
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin-top: 40px;
}
.layout--grid--people li {
  width: 100%;
  margin: 0 0% 4% 0%;
}
.layout--grid--people .figure {
  padding-bottom: 130%;
  position: relative;
}
.layout--grid--people .figure img {
  margin-top: -20%;
  max-width: 101%;
}
.layout--grid--people .figure:after {
  position: absolute;
  display: inline-block;
  z-index: 3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout--grid--people a {
  padding-bottom: 60px;
}
.layout--grid--people a:hover {
  background: #f5c55a;
  color: rgb(255, 255, 255);
}
.layout--grid--people a:hover .figure:after {
  opacity: 0;
}
.layout--grid--people .more-info {
  margin-top: 10px;
}
.layout--grid--people li:nth-of-type(5n+1) a:hover {
  background: #336d7d;
}
.layout--grid--people li:nth-of-type(5n+2) a:hover {
  background: #5aa7bc;
}
.layout--grid--people li:nth-of-type(5n+3) a:hover {
  background: #428da1;
}
.layout--grid--people li:nth-of-type(5n+4) a:hover {
  background: #7fbaca;
}
.layout--grid--people li:nth-of-type(5n+5) a:hover {
  background: #336d7d;
}
.layout--grid--people li:nth-of-type(5n+6) a:hover {
  background: #7fbaca;
}
.layout--grid--people li:nth-of-type(1) .figure:after {
  content: "";
  background: url(../img/lvv-mark-1.png) -10px 0px no-repeat;
  background-size: 100%;
  width: 97px;
  height: 70px;
  bottom: 0;
  left: 0;
}
.layout--grid--people li:nth-of-type(7n+3) .figure:after {
  content: "";
  background: url(../img/lvv-mark-2.png) 0px 0px no-repeat;
  background-size: 100%;
  width: 97px;
  height: 100px;
  right: 0;
  bottom: 0;
}
.layout--grid--people li:nth-of-type(7n+5) .figure:after {
  content: "";
  background: url(../img/lvv-mark-3.png) 0px 0px no-repeat;
  background-size: 100%;
  width: 67px;
  height: 100px;
  right: 0;
  bottom: 0;
}
.layout--grid--people li:nth-of-type(7n+7) .figure:after {
  content: "";
  background: url(../img/lvv-mark-4.png) 0px 0px no-repeat;
  background-size: 100%;
  width: 77px;
  height: 70px;
  bottom: 0px;
}
.layout--grid--people li:nth-of-type(7n+8) .figure:after {
  content: "";
  background: url(../img/lvv-mark-5.png) 0px 0px no-repeat;
  background-size: 100%;
  width: 77px;
  height: 120px;
  bottom: -30px;
}
.layout--grid--labs li {
  width: 100%;
  margin: 0 0% 4% 0%;
}
.layout--grid--equipment li {
  width: 100%;
  margin: 0 0% 4% 0%;
}
.layout--grid--news li a:hover {
  text-decoration: none;
  background: #428da1;
  color: rgb(255, 255, 255);
}
@media all and (min-width: 37.5em) {
  .layout--grid--people li {
    width: 45%;
    margin: 0 2% 2% 2%;
  }
}
@media all and (min-width: 46.25em) {
  .layout--grid li {
    width: 45%;
    margin: 0 2% 2% 2%;
  }
  .layout--grid--people li, .layout--grid--equipment li {
    width: 29%;
    margin: 0 3% 2% 0%;
  }
  .layout--grid--labs li {
    width: 45%;
    margin: 0 2% 2% 2%;
  }
}
@media all and (min-width: 61.25em) {
  .layout--grid {
    padding: 10px 0px;
    margin-left: -10px;
  }
  .layout--grid li {
    width: 29%;
    margin: 0 3% 2% 0;
  }
  .layout--grid--equipment li {
    width: 30%;
    margin: 0 2% 2% 0%;
  }
  .layout--grid--equipment li h3, .layout--grid--equipment li h4 {
    width: 100%;
  }
  .layout--grid--labs li {
    width: 37%;
    margin: 0 2% 2% 2%;
  }
}
@media all and (min-width: 81.25em) {
  .layout--grid--people li {
    width: 22%;
    margin: 0 2% 2% 0%;
  }
  .layout--grid--equipment li {
    width: 19%;
    margin: 0 2% 2% 0%;
  }
  .layout--grid--equipment li h3, .layout--grid--equipment li h4 {
    width: 100%;
    display: inline-block;
  }
}
@media all and (min-width: 112.5em) {
  .layout--grid {
    padding: 20px 10px;
  }
  .layout--grid--people li {
    width: 19.5%;
    margin: 0 0% 2% 0%;
  }
}
.layout--grid li.fadein {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s;
}
.layout--grid li.fadein.animated {
  opacity: 1;
}

.layout--list {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
  padding: 20px 0;
}
.layout--list li {
  margin: 0;
  padding: 0;
}
.layout--list li {
  width: 70%;
  display: inline-block;
  margin: 0 2% 4% 10px;
  vertical-align: top;
  padding-bottom: 1.4%;
  border-bottom: 2px dotted #f5c55a;
}
.layout--list li h4, .layout--list li p {
  margin-bottom: 0;
}

.layout--reserach-areas {
  margin: 20px 10px;
}
.layout--reserach-areas .title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.layout--reserach-areas .ui-state-active {
  text-decoration: underline;
}
.layout--reserach-areas .acc-div {
  padding-bottom: 15px;
}
.layout--reserach-areas .acc-div p {
  margin-bottom: 8px;
  padding-left: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}
.layout--reserach-areas .acc-div p strong {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
.layout--reserach-areas .acc-div p a {
  border-bottom: 1px solid rgb(0, 0, 0);
  margin-left: 5px;
  margin-right: 5px;
}
.layout--reserach-areas.fadein {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.layout--reserach-areas.fadein.animated {
  opacity: 1;
}

.key-dates {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
}
.key-dates li {
  margin: 0;
  padding: 0;
}
.key-dates li {
  border-bottom: 2px solid #d9d9d9;
  padding: 15px 0 15px 1%;
}
.key-dates .key,
.key-dates .date {
  width: 63%;
  display: inline-block;
  vertical-align: top;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
}
.key-dates .date {
  width: 35%;
  text-align: right;
  color: gray;
}

.time-line {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
}
.time-line li {
  margin: 0;
  padding: 0;
}
.time-line li {
  padding: 0 0 0 1%;
}
.time-line .time,
.time-line .line {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 15px 0 15px;
}
.time-line .time {
  width: 60px;
  color: gray;
  font-family: "Nunito Sans", sans-serif;
}
.time-line .line {
  width: calc(98% - 60px);
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #d9d9d9;
}
.time-line p {
  margin: 0;
}
.time-line p strong {
  font-family: "Nunito Sans", sans-serif;
}
.time-line li.title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  margin: 30px 0 10px;
}

.people-summary {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
  width: 100%;
  height: 120px;
  overflow: hidden;
}
.people-summary li {
  margin: 0;
  padding: 0;
}
.people-summary li.people-summary--photo {
  width: 120px;
  height: 120px;
  margin: 0 -20px 10px 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 120px;
}
.people-summary li.people-summary--photo img {
  width: 150%;
  max-width: 150%;
  margin: -25%;
  opacity: 0.9;
}
.people-summary li.people-summary--photo.fadein {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: -10px;
}
.people-summary li.people-summary--photo.fadein.animated {
  opacity: 1;
  right: 0;
}
.people-summary li.people-summary--photo.fadein:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.people-summary li.people-summary--photo.fadein:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.people-summary li.people-summary--photo.fadein:nth-of-type(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.people-summary li.people-summary--photo.fadein:nth-of-type(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.people-summary li.people-summary--photo.fadein:nth-of-type(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.people-summary li.people-summary--photo.fadein:nth-of-type(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.people-summary li.people-summary--photo.fadein:nth-of-type(7) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.people-summary li.people-summary--photo.fadein:nth-of-type(8) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.people-summary li.people-summary--photo.fadein:nth-of-type(9) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.people-summary li.people-summary--photo.fadein:nth-of-type(10) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.list-table {
  list-style: none;
  clear: both;
  float: none;
  margin: 0 0 1.4em 0;
  padding: 0;
}
.list-table li {
  margin: 0;
  padding: 0;
}
.list-table li {
  margin: 5px 0;
  padding: 5px;
}
.list-table li span {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.list-table li a {
  text-decoration: underline;
}
.list-table li:nth-of-type(2n+1) {
  background: #f7f7f7;
}
.list-table li.header-row {
  font-family: "Nunito Sans", sans-serif;
  background: transparent;
  border-bottom: 2px dotted gray;
}
.list-table li.header-row span {
  text-decoration: underline;
}
.list-table li.more-rows a {
  color: gray;
  text-decoration: underline;
}
.list-table li.more-rows a .fa {
  font-size: 80%;
}
.list-table li.past-event-row {
  height: auto;
  max-height: 0px;
  padding: 0px 5px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.list-table li.upcoming-event-row {
  height: auto;
  max-height: 100px;
  padding: 5px 5px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.list-table li.show-more-row a:before {
  content: "Show";
}
.list-table li.show-more-row a .fa {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-table li.upcoming-title {
  height: auto;
  max-height: 100px;
  padding: 5px 5px;
  font-family: "Nunito Sans", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.list-table.show-past-events li.past-event-row,
.list-table.show-past-events li.upcoming-title {
  height: auto;
  max-height: 100px;
  padding: 5px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Nunito Sans", sans-serif;
}
.list-table.show-past-events li.upcoming-event-row {
  height: auto;
  max-height: 0px;
  padding: 0px 5px;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-table.show-past-events li.show-more-row a {
  font-family: "Nunito Sans", sans-serif;
}
.list-table.show-past-events li.show-more-row a:before {
  content: "Hide";
}
.list-table.show-past-events li.show-more-row a .fa {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media all and (min-width: 37.5em) {
  .list-table li span {
    width: 44%;
    margin-right: 4%;
  }
  .list-table li span.seminar-title {
    width: 90%;
  }
}
@media all and (min-width: 46.25em) {
  .list-table li {
    padding: 5px;
  }
  .list-table li span {
    width: 14%;
    margin-right: 1%;
  }
  .list-table li span.seminar-title {
    width: 19%;
  }
}
@media all and (min-width: 61.25em) {
  .list-table li span {
    width: 15%;
    margin-right: 1%;
  }
  .list-table li span.date {
    width: 11%;
  }
  .list-table li span.time {
    width: 8%;
  }
  .list-table li span.venue {
    width: 19%;
  }
  .list-table li span.seminar-title {
    width: 22%;
  }
  .list-table li span.affiliation {
    width: 16%;
  }
}

.featured-event {
  padding: 10px;
  display: inline-block;
}
.featured-event--title {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Nunito Sans", sans-serif;
  padding: 10px 19px 10px 0;
  margin-bottom: 20px;
  width: 99%;
}
.featured-event--title h3 {
  border-bottom: 1px dotted gray;
  padding: 10px 0;
  padding-right: 30px;
  position: relative;
  margin-bottom: 0;
}
.featured-event--title h3 .fa {
  position: absolute;
  right: 10px;
}
.featured-event--details .date,
.featured-event--details .location,
.featured-event--details .summary {
  display: inline-block;
  width: 100%;
}
.featured-event--details .date {
  font-family: "Nunito Sans", sans-serif;
}
.featured-event--details .summary {
  margin-top: 25px;
}
@media all and (min-width: 46.25em) {
  .featured-event--title {
    width: 79%;
    position: relative;
    z-index: 1;
    background: rgb(255, 255, 255);
  }
  .featured-event--details {
    width: 30%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
  }
  .featured-event--image {
    width: 64%;
    margin-top: -70px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
  }
}

@media all and (min-width: 46.25em) {
  .no-flexbox .general-content .fi img {
    position: relative;
    bottom: auto;
  }
  .no-flexbox .mainnav > .fi {
    display: inline-block;
    width: 43%;
    vertical-align: top;
  }
  .no-flexbox .mainnav > ul.fi {
    width: 63%;
  }
}
@media all and (min-width: 61.25em) {
  .no-flexbox .general-content > .fi {
    display: inline-block;
    width: 43%;
    vertical-align: top;
  }
}

html .mod span {
  display: none;
}
html.flexbox .flexbox, html.touch .touch, html.js .js, html.mediaqueries .mediaqueries, html.cookies .cookies, html.backgroundblendmode .backgroundblendmode, html.backgroundcliptext .backgroundcliptext, html.csscalc .csscalc, html.csscolumns .csscolumns, html.batteryapi .batteryapi, html.cssfilters .cssfilters, html.ligatures .ligatures, html.flash .flash {
  display: inline-block;
}
html.flexbox .flexbox:before, html.touch .touch:before, html.js .js:before, html.mediaqueries .mediaqueries:before, html.cookies .cookies:before, html.backgroundblendmode .backgroundblendmode:before, html.backgroundcliptext .backgroundcliptext:before, html.csscalc .csscalc:before, html.csscolumns .csscolumns:before, html.batteryapi .batteryapi:before, html.cssfilters .cssfilters:before, html.ligatures .ligatures:before, html.flash .flash:before {
  content: "";
  background: #6be468;
  margin: 0 5px 0 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  top: -1px;
}
html.safari .safari {
  display: inline-block;
}
html.chrome .chrome {
  display: inline-block;
}
html.firefox .firefox {
  display: inline-block;
}
html.ie .ie {
  display: inline-block;
}
html.mac .mac {
  display: inline-block;
}
html.win .win {
  display: inline-block;
}
html.webkit .webkit {
  display: inline-block;
}
html.gecko .gecko {
  display: inline-block;
}
html.ipod .ipod {
  display: inline-block;
}
html.iphone .iphone {
  display: inline-block;
}
html.ipad .ipad {
  display: inline-block;
}
html.webtv .webtv {
  display: inline-block;
}
html.android .android {
  display: inline-block;
}
html.mobile .mobile {
  display: inline-block;
}

html.no-flexbox .no-flexbox, html.no-touch .no-touch, html.no-js .no-js, html.no-mediaqueries .no-mediaqueries, html.no-cookies .no-cookies, html.no-backgroundblendmode .no-backgroundblendmode, html.no-backgroundcliptext .no-backgroundcliptext, html.no-csscalc .no-csscalc, html.no-csscolumns .no-csscolumns, html.no-batteryapi .no-batteryapi, html.no-cssfilters .no-cssfilters, html.no-ligatures .no-ligatures, html.no-flash .no-flash {
  display: inline-block;
  font-weight: bold;
}
html.no-flexbox .no-flexbox:before, html.no-touch .no-touch:before, html.no-js .no-js:before, html.no-mediaqueries .no-mediaqueries:before, html.no-cookies .no-cookies:before, html.no-backgroundblendmode .no-backgroundblendmode:before, html.no-backgroundcliptext .no-backgroundcliptext:before, html.no-csscalc .no-csscalc:before, html.no-csscolumns .no-csscolumns:before, html.no-batteryapi .no-batteryapi:before, html.no-cssfilters .no-cssfilters:before, html.no-ligatures .no-ligatures:before, html.no-flash .no-flash:before {
  content: "";
  background: #ec5463;
  margin: 0 5px 0 0;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 20px;
  position: relative;
  top: -1px;
}

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: 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 gray;
    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;
  }
}
/*# sourceMappingURL=style.css.map */