html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

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

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

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

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

  25%, 75% {
    opacity: 0;
  }
}

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

  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.195312deg) skewY(-0.195312deg);
    transform: skewX(-0.195312deg) skewY(-0.195312deg);
  }
}

@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.195312deg) skewY(-0.195312deg);
    transform: skewX(-0.195312deg) skewY(-0.195312deg);
  }
}

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

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

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

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

/* fade image in after load */

.lazyload,
.lazyloading {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.lazyloading:not(iframe) {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: 400ms opacity;
  transition: 400ms opacity;
}

[data-expand] {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all .4s;
  transition: all .4s;
}

[data-expand].lazyloaded {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

[data-slideUp] {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

[data-slideUp].lazyloaded {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

[data-slideDown] {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all .4s;
  transition: all .4s;
}

[data-slideDown].lazyloaded {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.bg-black {
  background-color: #292929;
}

.bg-darkGray {
  background-color: #363636;
}

.bg-fillGray {
  background-color: #f0f0f0;
}

.bg-gray {
  background-color: #5e6261;
}

.bg-grey-1 {
  background-color: #f7f7f7;
}

.bg-grey-2 {
  background-color: #e5e5e5;
}

.bg-grey-3 {
  background-color: #b9b9b9;
}

.bg-grey-4 {
  background-color: #56666d;
}

.bg-grey-5 {
  background-color: #425055;
}

.bg-grey-6 {
  background-color: #435056;
}

.bg-beige {
  background-color: #f5f5de;
}

a.bg-beige:hover,
a.bg-beige:focus,
a.bg-beige:active {
  background-color: #f5f5de;
}

.bg-darkBlue {
  background-color: #315590;
}

.bg-blue {
  background-color: #278ACA;
}

a.bg-blue:hover,
a.bg-blue:focus,
a.bg-blue:active {
  background-color: #00c1db;
}

.bg-lightBlue {
  background-color: #00ccd9;
}

a.bg-lightBlue:hover,
a.bg-lightBlue:focus,
a.bg-lightBlue:active {
  background-color: #2eecf2;
}

.bg-brown {
  background-color: #99938a;
}

a.bg-brown:hover,
a.bg-brown:focus,
a.bg-brown:active {
  background-color: #b2aaa1;
}

.bg-green {
  background-color: #34ce92;
}

a.bg-green:hover,
a.bg-green:focus,
a.bg-green:active {
  background-color: #40e28d;
}

.bg-green-1 {
  background-color: #79ba53;
}

.bg-teal {
  background-color: #058c96;
}

.bg-purple {
  background-color: #b73c9a;
}

a.bg-purple:hover,
a.bg-purple:focus,
a.bg-purple:active {
  background-color: #d350ba;
}

.bg-red {
  background-color: #d64c4c;
}

a.bg-red:hover,
a.bg-red:focus,
a.bg-red:active {
  background-color: #e25c59;
}

.bg-yellow {
  background-color: #f2b729;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
a.bg-yellow:active {
  background-color: #ffc757;
}

.bg-white {
  background-color: #ffffff;
}

.bg-lightGray {
  background-color: #cfcfcf;
}

.bg-slate {
  background-color: #404040;
}

.bg-social-facebook {
  background-color: #39579a;
}

.bg-social-twitter {
  background-color: #3a96ff;
}

.bg-social-email {
  background-color: #7d7d7d;
}

.layout-ExtraWide,
.layout-extraWide {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1510px;
}

@media screen and (min-width: wide) {
  .layout-ExtraWide,
  .layout-extraWide {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.-noPadding.layout-ExtraWide,
.-noPadding.layout-extraWide {
  padding: 0;
}

.-no-padding.layout-ExtraWide,
.-no-padding.layout-extraWide {
  padding: 0;
}

.-filter-header.layout-ExtraWide,
.-filter-header.layout-extraWide {
  padding: 0 0 0 18px;
}

.layout-Wide {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1260px;
}

@media screen and (min-width: wide) {
  .layout-Wide {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.-noPadding.layout-Wide {
  padding: 0;
}

.-no-padding.layout-Wide {
  padding: 0;
}

.-filter-header.layout-Wide {
  padding: 0 0 0 18px;
}

.layout-Full {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1020px;
}

@media screen and (min-width: wide) {
  .layout-Full {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.-noPadding.layout-Full {
  padding: 0;
}

.-no-padding.layout-Full {
  padding: 0;
}

.-filter-header.layout-Full {
  padding: 0 0 0 18px;
}

.layout-Medium {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1020px;
}

@media screen and (min-width: wide) {
  .layout-Medium {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.-noPadding.layout-Medium {
  padding: 0;
}

.-no-padding.layout-Medium {
  padding: 0;
}

.-filter-header.layout-Medium {
  padding: 0 0 0 18px;
}

.layout-Small {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (min-width: wide) {
  .layout-Small {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.-noPadding.layout-Small {
  padding: 0;
}

.-no-padding.layout-Small {
  padding: 0;
}

.-filter-header.layout-Small {
  padding: 0 0 0 18px;
}

.u-bulletsDots > li {
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

@media print {
  .u-bulletsDots > li {
    list-style: disc;
    padding-left: 0;
  }
}

.u-bulletsDots > li:before {
  background-color: #278ACA;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '\0020';
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.5em;
  width: 6px;
}

@media print {
  .u-bulletsDots > li:before {
    display: none !important;
  }
}

.u-innerBorder {
  border: 10px solid transparent;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}

@-webkit-keyframes colorRotate {
  0% {
    background-color: #278ACA;
  }

  16.666667% {
    background-color: #b73c9a;
  }

  50% {
    background-color: #f2b729;
  }

  83.333333% {
    background-color: #34ce92;
  }

  100% {
    background-color: #278ACA;
  }
}

@keyframes colorRotate {
  0% {
    background-color: #278ACA;
  }

  16.666667% {
    background-color: #b73c9a;
  }

  50% {
    background-color: #f2b729;
  }

  83.333333% {
    background-color: #34ce92;
  }

  100% {
    background-color: #278ACA;
  }
}

@-webkit-keyframes colorRotateBorder {
  0% {
    border-top-color: #278ACA;
  }

  16.666667% {
    border-top-color: #b73c9a;
  }

  50% {
    border-top-color: #f2b729;
  }

  83.333333% {
    border-top-color: #34ce92;
  }

  100% {
    border-top-color: #278ACA;
  }
}

@keyframes colorRotateBorder {
  0% {
    border-top-color: #278ACA;
  }

  16.666667% {
    border-top-color: #b73c9a;
  }

  50% {
    border-top-color: #f2b729;
  }

  83.333333% {
    border-top-color: #34ce92;
  }

  100% {
    border-top-color: #278ACA;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
    visibility: visible;
  }
}

.u-fadeIn {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  animation-timing-function: ease-in-out;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.u-fadeOut {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

@keyframes gradient-move {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 200% 50%;
  }
}

.layout-Sidebar > * {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.layout-Sidebar > *:first-child {
  margin-top: 0;
}

.layout-LeftColumn,
.layout-RightColumn {
  z-index: z("layout", "sidebar");
  margin-top: 30px;
  margin-top: 1.875rem;
}

.layout-LeftColumn .Component {
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.layout-LeftColumn .Component:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 47.9375em) {
  .layout-LeftColumn .Component {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.layout-CenterColumn {
  min-height: -webkit-calc(110vh - 100px);
  min-height: calc(110vh - 100px);
}

.layout .Component {
  margin: 20px 0;
  margin: 1.25rem 0;
}

.ScrollZone-column {
  position: absolute;
  top: 0;
}

.layout-ExtraWide:after {
  clear: both;
  content: '';
  display: table;
}

.layout-extraWide:after {
  clear: both;
  content: '';
  display: table;
}

.layout-extraWide.-no-margin {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.layout-Full:after {
  clear: both;
  content: '';
  display: table;
}

.u-row {
  margin-left: -40px;
}

[class*="u-row"]:after {
  clear: both;
  content: '';
  display: table;
}

[class*="u-row"].-noGutter {
  margin-left: 0;
}

[class*="u-col-"] {
  position: relative;
  width: 100%;
}

[class*="u-col-"].-static {
  position: static;
}

.u-row > [class*="u-col-"] {
  float: left;
  padding-left: 40px;
}

.-noGutter > [class*="u-col-"] {
  padding-left: 0;
}

.u-col-1 {
  float: left;
  padding-left: 40px;
  width: 8.333333%;
}

.u-col-pull-1 {
  right: 8.333333%;
}

.u-col-push-1 {
  left: 8.333333%;
}

.u-col-offset-1 {
  margin-left: 8.333333%;
}

.u-col-2 {
  float: left;
  padding-left: 40px;
  width: 16.666667%;
}

.u-col-pull-2 {
  right: 16.666667%;
}

.u-col-push-2 {
  left: 16.666667%;
}

.u-col-offset-2 {
  margin-left: 16.666667%;
}

.u-col-3 {
  float: left;
  padding-left: 40px;
  width: 25%;
}

.u-col-pull-3 {
  right: 25%;
}

.u-col-push-3 {
  left: 25%;
}

.u-col-offset-3 {
  margin-left: 25%;
}

.u-col-4 {
  float: left;
  padding-left: 40px;
  width: 33.333333%;
}

.u-col-pull-4 {
  right: 33.333333%;
}

.u-col-push-4 {
  left: 33.333333%;
}

.u-col-offset-4 {
  margin-left: 33.333333%;
}

.u-col-5 {
  float: left;
  padding-left: 40px;
  width: 41.666667%;
}

.u-col-pull-5 {
  right: 41.666667%;
}

.u-col-push-5 {
  left: 41.666667%;
}

.u-col-offset-5 {
  margin-left: 41.666667%;
}

.u-col-6 {
  float: left;
  padding-left: 40px;
  width: 50%;
}

.u-col-pull-6 {
  right: 50%;
}

.u-col-push-6 {
  left: 50%;
}

.u-col-offset-6 {
  margin-left: 50%;
}

.u-col-7 {
  float: left;
  padding-left: 40px;
  width: 58.333333%;
}

.u-col-pull-7 {
  right: 58.333333%;
}

.u-col-push-7 {
  left: 58.333333%;
}

.u-col-offset-7 {
  margin-left: 58.333333%;
}

.u-col-8 {
  float: left;
  padding-left: 40px;
  width: 66.666667%;
}

.u-col-pull-8 {
  right: 66.666667%;
}

.u-col-push-8 {
  left: 66.666667%;
}

.u-col-offset-8 {
  margin-left: 66.666667%;
}

.u-col-9 {
  float: left;
  padding-left: 40px;
  width: 75%;
}

.u-col-pull-9 {
  right: 75%;
}

.u-col-push-9 {
  left: 75%;
}

.u-col-offset-9 {
  margin-left: 75%;
}

.u-col-10 {
  float: left;
  padding-left: 40px;
  width: 83.333333%;
}

.u-col-pull-10 {
  right: 83.333333%;
}

.u-col-push-10 {
  left: 83.333333%;
}

.u-col-offset-10 {
  margin-left: 83.333333%;
}

.u-col-11 {
  float: left;
  padding-left: 40px;
  width: 91.666667%;
}

.u-col-pull-11 {
  right: 91.666667%;
}

.u-col-push-11 {
  left: 91.666667%;
}

.u-col-offset-11 {
  margin-left: 91.666667%;
}

.u-col-12 {
  float: left;
  padding-left: 40px;
  width: 100%;
}

.u-col-pull-12 {
  right: 100%;
}

.u-col-push-12 {
  left: 100%;
}

.u-col-offset-12 {
  margin-left: 100%;
}

.u-col-full {
  float: left;
  padding-left: 40px;
  width: 100%;
}

.u-col-half {
  float: left;
  padding-left: 40px;
  width: 50%;
}

.u-col-third {
  float: left;
  padding-left: 40px;
  width: 33.333333%;
}

.u-col-quarter {
  float: left;
  padding-left: 40px;
  width: 25%;
}

.u-col-centered,
.u-row > .u-col-centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 20em) {
  .u-row--small {
    margin-left: -40px;
  }

  .u-col-1--small {
    float: left;
    padding-left: 40px;
    width: 8.333333%;
  }

  .u-col-pull-1--small {
    right: 91.666667%;
  }

  .u-col-push-1--small {
    left: 8.333333%;
  }

  .u-col-offset-0--small {
    margin-left: 0%;
  }

  .u-col-2--small {
    float: left;
    padding-left: 40px;
    width: 16.666667%;
  }

  .u-col-pull-2--small {
    right: 83.333333%;
  }

  .u-col-push-2--small {
    left: 16.666667%;
  }

  .u-col-offset-1--small {
    margin-left: 8.333333%;
  }

  .u-col-3--small {
    float: left;
    padding-left: 40px;
    width: 25%;
  }

  .u-col-pull-3--small {
    right: 75%;
  }

  .u-col-push-3--small {
    left: 25%;
  }

  .u-col-offset-2--small {
    margin-left: 16.666667%;
  }

  .u-col-4--small {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
  }

  .u-col-pull-4--small {
    right: 66.666667%;
  }

  .u-col-push-4--small {
    left: 33.333333%;
  }

  .u-col-offset-3--small {
    margin-left: 25%;
  }

  .u-col-5--small {
    float: left;
    padding-left: 40px;
    width: 41.666667%;
  }

  .u-col-pull-5--small {
    right: 58.333333%;
  }

  .u-col-push-5--small {
    left: 41.666667%;
  }

  .u-col-offset-4--small {
    margin-left: 33.333333%;
  }

  .u-col-6--small {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .u-col-pull-6--small {
    right: 50%;
  }

  .u-col-push-6--small {
    left: 50%;
  }

  .u-col-offset-5--small {
    margin-left: 41.666667%;
  }

  .u-col-7--small {
    float: left;
    padding-left: 40px;
    width: 58.333333%;
  }

  .u-col-pull-7--small {
    right: 41.666667%;
  }

  .u-col-push-7--small {
    left: 58.333333%;
  }

  .u-col-offset-6--small {
    margin-left: 50%;
  }

  .u-col-8--small {
    float: left;
    padding-left: 40px;
    width: 66.666667%;
  }

  .u-col-pull-8--small {
    right: 33.333333%;
  }

  .u-col-push-8--small {
    left: 66.666667%;
  }

  .u-col-offset-7--small {
    margin-left: 58.333333%;
  }

  .u-col-9--small {
    float: left;
    padding-left: 40px;
    width: 75%;
  }

  .u-col-pull-9--small {
    right: 25%;
  }

  .u-col-push-9--small {
    left: 75%;
  }

  .u-col-offset-8--small {
    margin-left: 66.666667%;
  }

  .u-col-10--small {
    float: left;
    padding-left: 40px;
    width: 83.333333%;
  }

  .u-col-pull-10--small {
    right: 16.666667%;
  }

  .u-col-push-10--small {
    left: 83.333333%;
  }

  .u-col-offset-9--small {
    margin-left: 75%;
  }

  .u-col-11--small {
    float: left;
    padding-left: 40px;
    width: 91.666667%;
  }

  .u-col-pull-11--small {
    right: 8.333333%;
  }

  .u-col-push-11--small {
    left: 91.666667%;
  }

  .u-col-offset-10--small {
    margin-left: 83.333333%;
  }

  .u-col-12--small {
    float: left;
    padding-left: 40px;
    width: 100%;
  }

  .u-col-pull-12--small {
    right: 0%;
  }

  .u-col-push-12--small {
    left: 100%;
  }

  .u-col-offset-11--small {
    margin-left: 91.666667%;
  }

  .u-col-full--small {
    float: left;
    padding-left: 40px;
    width: 100%;
  }

  .u-col-half--small {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .u-col-third--small {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
  }

  .u-col-quarter--small {
    float: left;
    padding-left: 40px;
    width: 25%;
  }

  .u-col-centered--small {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 30em) {
  .u-row--med-small {
    margin-left: -40px;
  }

  .u-col-1--med-small {
    float: left;
    padding-left: 40px;
    width: 8.333333%;
  }

  .u-col-pull-1--med-small {
    right: 91.666667%;
  }

  .u-col-push-1--med-small {
    left: 8.333333%;
  }

  .u-col-offset-0--med-small {
    margin-left: 0%;
  }

  .u-col-2--med-small {
    float: left;
    padding-left: 40px;
    width: 16.666667%;
  }

  .u-col-pull-2--med-small {
    right: 83.333333%;
  }

  .u-col-push-2--med-small {
    left: 16.666667%;
  }

  .u-col-offset-1--med-small {
    margin-left: 8.333333%;
  }

  .u-col-3--med-small {
    float: left;
    padding-left: 40px;
    width: 25%;
  }

  .u-col-pull-3--med-small {
    right: 75%;
  }

  .u-col-push-3--med-small {
    left: 25%;
  }

  .u-col-offset-2--med-small {
    margin-left: 16.666667%;
  }

  .u-col-4--med-small {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
  }

  .u-col-pull-4--med-small {
    right: 66.666667%;
  }

  .u-col-push-4--med-small {
    left: 33.333333%;
  }

  .u-col-offset-3--med-small {
    margin-left: 25%;
  }

  .u-col-5--med-small {
    float: left;
    padding-left: 40px;
    width: 41.666667%;
  }

  .u-col-pull-5--med-small {
    right: 58.333333%;
  }

  .u-col-push-5--med-small {
    left: 41.666667%;
  }

  .u-col-offset-4--med-small {
    margin-left: 33.333333%;
  }

  .u-col-6--med-small {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .u-col-pull-6--med-small {
    right: 50%;
  }

  .u-col-push-6--med-small {
    left: 50%;
  }

  .u-col-offset-5--med-small {
    margin-left: 41.666667%;
  }

  .u-col-7--med-small {
    float: left;
    padding-left: 40px;
    width: 58.333333%;
  }

  .u-col-pull-7--med-small {
    right: 41.666667%;
  }

  .u-col-push-7--med-small {
    left: 58.333333%;
  }

  .u-col-offset-6--med-small {
    margin-left: 50%;
  }

  .u-col-8--med-small {
    float: left;
    padding-left: 40px;
    width: 66.666667%;
  }

  .u-col-pull-8--med-small {
    right: 33.333333%;
  }

  .u-col-push-8--med-small {
    left: 66.666667%;
  }

  .u-col-offset-7--med-small {
    margin-left: 58.333333%;
  }

  .u-col-9--med-small {
    float: left;
    padding-left: 40px;
    width: 75%;
  }

  .u-col-pull-9--med-small {
    right: 25%;
  }

  .u-col-push-9--med-small {
    left: 75%;
  }

  .u-col-offset-8--med-small {
    margin-left: 66.666667%;
  }

  .u-col-10--med-small {
    float: left;
    padding-left: 40px;
    width: 83.333333%;
  }

  .u-col-pull-10--med-small {
    right: 16.666667%;
  }

  .u-col-push-10--med-small {
    left: 83.333333%;
  }

  .u-col-offset-9--med-small {
    margin-left: 75%;
  }

  .u-col-11--med-small {
    float: left;
    padding-left: 40px;
    width: 91.666667%;
  }

  .u-col-pull-11--med-small {
    right: 8.333333%;
  }

  .u-col-push-11--med-small {
    left: 91.666667%;
  }

  .u-col-offset-10--med-small {
    margin-left: 83.333333%;
  }

  .u-col-12--med-small {
    float: left;
    padding-left: 40px;
    width: 100%;
  }

  .u-col-pull-12--med-small {
    right: 0%;
  }

  .u-col-push-12--med-small {
    left: 100%;
  }

  .u-col-offset-11--med-small {
    margin-left: 91.666667%;
  }

  .u-col-full--med-small {
    float: left;
    padding-left: 40px;
    width: 100%;
  }

  .u-col-half--med-small {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .u-col-third--med-small {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
  }

  .u-col-quarter--med-small {
    float: left;
    padding-left: 40px;
    width: 25%;
  }

  .u-col-centered--med-small {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 40.625em) {
  .u-row--med-large {
    margin-left: -40px;
  }

  .u-col-1--med-large {
    float: left;
    padding-left: 40px;
    width: 8.333333%;
  }

  .u-col-pull-1--med-large {
    right: 91.666667%;
  }

  .u-col-push-1--med-large {
    left: 8.333333%;
  }

  .u-col-offset-0--med-large {
    margin-left: 0%;
  }

  .u-col-2--med-large {
    float: left;
    padding-left: 40px;
    width: 16.666667%;
  }

  .u-col-pull-2--med-large {
    right: 83.333333%;
  }

  .u-col-push-2--med-large {
    left: 16.666667%;
  }

  .u-col-offset-1--med-large {
    margin-left: 8.333333%;
  }

  .u-col-3--med-large {
    float: left;
    padding-left: 40px;
    width: 25%;
  }

  .u-col-pull-3--med-large {
    right: 75%;
  }

  .u-col-push-3--med-large {
    left: 25%;
  }

  .u-col-offset-2--med-large {
    margin-left: 16.666667%;
  }

  .u-col-4--med-large {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
  }

  .u-col-pull-4--med-large {
    right: 66.666667%;
  }

  .u-col-push-4--med-large {
    left: 33.333333%;
  }

  .u-col-offset-3--med-large {
    margin-left: 25%;
  }

  .u-col-5--med-large {
    float: left;
    padding-left: 40px;
    width: 41.666667%;
  }

  .u-col-pull-5--med-large {
    right: 58.333333%;
  }

  .u-col-push-5--med-large {
    left: 41.666667%;
  }

  .u-col-offset-4--med-large {
    margin-left: 33.333333%;
  }

  .u-col-6--med-large {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .u-col-pull-6--med-large {
    right: 50%;
  }

  .u-col-push-6--med-large {
    left: 50%;
  }

  .u-col-offset-5--med-large {
    margin-left: 41.666667%;
  }

  .u-col-7--med-large {
    float: left;
    padding-left: 40px;
    width: 58.333333%;
  }

  .u-col-pull-7--med-large {
    right: 41.666667%;
  }

  .u-col-push-7--med-large {
    left: 58.333333%;
  }

  .u-col-offset-6--med-large {
    margin-left: 50%;
  }

  .u-col-8--med-large {
    float: left;
    padding-left: 40px;
    width: 66.666667%;
  }

  .u-col-pull-8--med-large {
    right: 33.333333%;
  }

  .u-col-push-8--med-large {
    left: 66.666667%;
  }

  .u-col-offset-7--med-large {
    margin-left: 58.333333%;
  }

  .u-col-9--med-large {
    float: left;
    padding-left: 40px;
    width: 75%;
  }

  .u-col-pull-9--med-large {
    right: 25%;
  }

  .u-col-push-9--med-large {
    left: 75%;
  }

  .u-col-offset-8--med-large {
    margin-left: 66.666667%;
  }

  .u-col-10--med-large {
    float: left;
    padding-left: 40px;
    width: 83.333333%;
  }

  .u-col-pull-10--med-large {
    right: 16.666667%;
  }

  .u-col-push-10--med-large {
    left: 83.333333%;
  }

  .u-col-offset-9--med-large {
    margin-left: 75%;
  }

  .u-col-11--med-large {
    float: left;
    padding-left: 40px;
    width: 91.666667%;
  }

  .u-col-pull-11--med-large {
    right: 8.333333%;
  }

  .u-col-push-11--med-large {
    left: 91.666667%;
  }

  .u-col-offset-10--med-large {
    margin-left: 83.333333%;
  }

  .u-col-12--med-large {
    float: left;
    padding-left: 40px;
    width: 100%;
  }

  .u-col-pull-12--med-large {
    right: 0%;
  }

  .u-col-push-12--med-large {
    left: 100%;
  }

  .u-col-offset-11--med-large {
    margin-left: 91.666667%;
  }

  .u-col-full--med-large {
    float: left;
    padding-left: 40px;
    width: 100%;
  }

  .u-col-half--med-large {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .u-col-third--med-large {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
  }

  .u-col-quarter--med-large {
    float: left;
    padding-left: 40px;
    width: 25%;
  }

  .u-col-centered--med-large {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 47.9375em) {
  .u-row--medium {
    margin-left: -40px;
  }

  .u-col-1--medium {
    float: left;
    padding-left: 40px;
    width: 8.333333%;
  }

  .u-col-pull-1--medium {
    right: 91.666667%;
  }

  .u-col-push-1--medium {
    left: 8.333333%;
  }

  .u-col-offset-0--medium {
    margin-left: 0%;
  }

  .u-col-2--medium {
    float: left;
    padding-left: 40px;
    width: 16.666667%;
  }

  .u-col-pull-2--medium {
    right: 83.333333%;
  }

  .u-col-push-2--medium {
    left: 16.666667%;
  }

  .u-col-offset-1--medium {
    margin-left: 8.333333%;
  }

  .u-col-3--medium {
    float: left;
    padding-left: 40px;
    width: 25%;
  }

  .u-col-pull-3--medium {
    right: 75%;
  }

  .u-col-push-3--medium {
    left: 25%;
  }

  .u-col-offset-2--medium {
    margin-left: 16.666667%;
  }

  .u-col-4--medium {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
  }

  .u-col-pull-4--medium {
    right: 66.666667%;
  }

  .u-col-push-4--medium {
    left: 33.333333%;
  }

  .u-col-offset-3--medium {
    margin-left: 25%;
  }

  .u-col-5--medium {
    float: left;
    padding-left: 40px;
    width: 41.666667%;
  }

  .u-col-pull-5--medium {
    right: 58.333333%;
  }

  .u-col-push-5--medium {
    left: 41.666667%;
  }

  .u-col-offset-4--medium {
    margin-left: 33.333333%;
  }

  .u-col-6--medium {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .u-col-pull-6--medium {
    right: 50%;
  }

  .u-col-push-6--medium {
    left: 50%;
  }

  .u-col-offset-5--medium {
    margin-left: 41.666667%;
  }

  .u-col-7--medium {
    float: left;
    padding-left: 40px;
    width: 58.333333%;
  }

  .u-col-pull-7--medium {
    right: 41.666667%;
  }

  .u-col-push-7--medium {
    left: 58.333333%;
  }

  .u-col-offset-6--medium {
    margin-left: 50%;
  }

  .u-col-8--medium {
    float: left;
    padding-left: 40px;
    width: 66.666667%;
  }

  .u-col-pull-8--medium {
    right: 33.333333%;
  }

  .u-col-push-8--medium {
    left: 66.666667%;
  }

  .u-col-offset-7--medium {
    margin-left: 58.333333%;
  }

  .u-col-9--medium {
    float: left;
    padding-left: 40px;
    width: 75%;
  }

  .u-col-pull-9--medium {
    right: 25%;
  }

  .u-col-push-9--medium {
    left: 75%;
  }

  .u-col-offset-8--medium {
    margin-left: 66.666667%;
  }

  .u-col-10--medium {
    float: left;
    padding-left: 40px;
    width: 83.333333%;
  }

  .u-col-pull-10--medium {
    right: 16.666667%;
  }

  .u-col-push-10--medium {
    left: 83.333333%;
  }

  .u-col-offset-9--medium {
    margin-left: 75%;
  }

  .u-col-11--medium {
    float: left;
    padding-left: 40px;
    width: 91.666667%;
  }

  .u-col-pull-11--medium {
    right: 8.333333%;
  }

  .u-col-push-11--medium {
    left: 91.666667%;
  }

  .u-col-offset-10--medium {
    margin-left: 83.333333%;
  }

  .u-col-12--medium {
    float: left;
    padding-left: 40px;
    width: 100%;
  }

  .u-col-pull-12--medium {
    right: 0%;
  }

  .u-col-push-12--medium {
    left: 100%;
  }

  .u-col-offset-11--medium {
    margin-left: 91.666667%;
  }

  .u-col-full--medium {
    float: left;
    padding-left: 40px;
    width: 100%;
  }

  .u-col-half--medium {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .u-col-third--medium {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
  }

  .u-col-quarter--medium {
    float: left;
    padding-left: 40px;
    width: 25%;
  }

  .u-col-centered--medium {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 61.25em) {
  .u-row--med-wide {
    margin-left: -40px;
  }

  .u-col-1--med-wide {
    float: left;
    padding-left: 40px;
    width: 8.333333%;
  }

  .u-col-pull-1--med-wide {
    right: 91.666667%;
  }

  .u-col-push-1--med-wide {
    left: 8.333333%;
  }

  .u-col-offset-0--med-wide {
    margin-left: 0%;
  }

  .u-col-2--med-wide {
    float: left;
    padding-left: 40px;
    width: 16.666667%;
  }

  .u-col-pull-2--med-wide {
    right: 83.333333%;
  }

  .u-col-push-2--med-wide {
    left: 16.666667%;
  }

  .u-col-offset-1--med-wide {
    margin-left: 8.333333%;
  }

  .u-col-3--med-wide {
    float: left;
    padding-left: 40px;
    width: 25%;
  }

  .u-col-pull-3--med-wide {
    right: 75%;
  }

  .u-col-push-3--med-wide {
    left: 25%;
  }

  .u-col-offset-2--med-wide {
    margin-left: 16.666667%;
  }

  .u-col-4--med-wide {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
  }

  .u-col-pull-4--med-wide {
    right: 66.666667%;
  }

  .u-col-push-4--med-wide {
    left: 33.333333%;
  }

  .u-col-offset-3--med-wide {
    margin-left: 25%;
  }

  .u-col-5--med-wide {
    float: left;
    padding-left: 40px;
    width: 41.666667%;
  }

  .u-col-pull-5--med-wide {
    right: 58.333333%;
  }

  .u-col-push-5--med-wide {
    left: 41.666667%;
  }

  .u-col-offset-4--med-wide {
    margin-left: 33.333333%;
  }

  .u-col-6--med-wide {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .u-col-pull-6--med-wide {
    right: 50%;
  }

  .u-col-push-6--med-wide {
    left: 50%;
  }

  .u-col-offset-5--med-wide {
    margin-left: 41.666667%;
  }

  .u-col-7--med-wide {
    float: left;
    padding-left: 40px;
    width: 58.333333%;
  }

  .u-col-pull-7--med-wide {
    right: 41.666667%;
  }

  .u-col-push-7--med-wide {
    left: 58.333333%;
  }

  .u-col-offset-6--med-wide {
    margin-left: 50%;
  }

  .u-col-8--med-wide {
    float: left;
    padding-left: 40px;
    width: 66.666667%;
  }

  .u-col-pull-8--med-wide {
    right: 33.333333%;
  }

  .u-col-push-8--med-wide {
    left: 66.666667%;
  }

  .u-col-offset-7--med-wide {
    margin-left: 58.333333%;
  }

  .u-col-9--med-wide {
    float: left;
    padding-left: 40px;
    width: 75%;
  }

  .u-col-pull-9--med-wide {
    right: 25%;
  }

  .u-col-push-9--med-wide {
    left: 75%;
  }

  .u-col-offset-8--med-wide {
    margin-left: 66.666667%;
  }

  .u-col-10--med-wide {
    float: left;
    padding-left: 40px;
    width: 83.333333%;
  }

  .u-col-pull-10--med-wide {
    right: 16.666667%;
  }

  .u-col-push-10--med-wide {
    left: 83.333333%;
  }

  .u-col-offset-9--med-wide {
    margin-left: 75%;
  }

  .u-col-11--med-wide {
    float: left;
    padding-left: 40px;
    width: 91.666667%;
  }

  .u-col-pull-11--med-wide {
    right: 8.333333%;
  }

  .u-col-push-11--med-wide {
    left: 91.666667%;
  }

  .u-col-offset-10--med-wide {
    margin-left: 83.333333%;
  }

  .u-col-12--med-wide {
    float: left;
    padding-left: 40px;
    width: 100%;
  }

  .u-col-pull-12--med-wide {
    right: 0%;
  }

  .u-col-push-12--med-wide {
    left: 100%;
  }

  .u-col-offset-11--med-wide {
    margin-left: 91.666667%;
  }

  .u-col-full--med-wide {
    float: left;
    padding-left: 40px;
    width: 100%;
  }

  .u-col-half--med-wide {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .u-col-third--med-wide {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
  }

  .u-col-quarter--med-wide {
    float: left;
    padding-left: 40px;
    width: 25%;
  }

  .u-col-centered--med-wide {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 75em) {
  .u-row--wide {
    margin-left: -40px;
  }

  .u-col-1--wide {
    float: left;
    padding-left: 40px;
    width: 8.333333%;
  }

  .u-col-pull-1--wide {
    right: 91.666667%;
  }

  .u-col-push-1--wide {
    left: 8.333333%;
  }

  .u-col-offset-0--wide {
    margin-left: 0%;
  }

  .u-col-2--wide {
    float: left;
    padding-left: 40px;
    width: 16.666667%;
  }

  .u-col-pull-2--wide {
    right: 83.333333%;
  }

  .u-col-push-2--wide {
    left: 16.666667%;
  }

  .u-col-offset-1--wide {
    margin-left: 8.333333%;
  }

  .u-col-3--wide {
    float: left;
    padding-left: 40px;
    width: 25%;
  }

  .u-col-pull-3--wide {
    right: 75%;
  }

  .u-col-push-3--wide {
    left: 25%;
  }

  .u-col-offset-2--wide {
    margin-left: 16.666667%;
  }

  .u-col-4--wide {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
  }

  .u-col-pull-4--wide {
    right: 66.666667%;
  }

  .u-col-push-4--wide {
    left: 33.333333%;
  }

  .u-col-offset-3--wide {
    margin-left: 25%;
  }

  .u-col-5--wide {
    float: left;
    padding-left: 40px;
    width: 41.666667%;
  }

  .u-col-pull-5--wide {
    right: 58.333333%;
  }

  .u-col-push-5--wide {
    left: 41.666667%;
  }

  .u-col-offset-4--wide {
    margin-left: 33.333333%;
  }

  .u-col-6--wide {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .u-col-pull-6--wide {
    right: 50%;
  }

  .u-col-push-6--wide {
    left: 50%;
  }

  .u-col-offset-5--wide {
    margin-left: 41.666667%;
  }

  .u-col-7--wide {
    float: left;
    padding-left: 40px;
    width: 58.333333%;
  }

  .u-col-pull-7--wide {
    right: 41.666667%;
  }

  .u-col-push-7--wide {
    left: 58.333333%;
  }

  .u-col-offset-6--wide {
    margin-left: 50%;
  }

  .u-col-8--wide {
    float: left;
    padding-left: 40px;
    width: 66.666667%;
  }

  .u-col-pull-8--wide {
    right: 33.333333%;
  }

  .u-col-push-8--wide {
    left: 66.666667%;
  }

  .u-col-offset-7--wide {
    margin-left: 58.333333%;
  }

  .u-col-9--wide {
    float: left;
    padding-left: 40px;
    width: 75%;
  }

  .u-col-pull-9--wide {
    right: 25%;
  }

  .u-col-push-9--wide {
    left: 75%;
  }

  .u-col-offset-8--wide {
    margin-left: 66.666667%;
  }

  .u-col-10--wide {
    float: left;
    padding-left: 40px;
    width: 83.333333%;
  }

  .u-col-pull-10--wide {
    right: 16.666667%;
  }

  .u-col-push-10--wide {
    left: 83.333333%;
  }

  .u-col-offset-9--wide {
    margin-left: 75%;
  }

  .u-col-11--wide {
    float: left;
    padding-left: 40px;
    width: 91.666667%;
  }

  .u-col-pull-11--wide {
    right: 8.333333%;
  }

  .u-col-push-11--wide {
    left: 91.666667%;
  }

  .u-col-offset-10--wide {
    margin-left: 83.333333%;
  }

  .u-col-12--wide {
    float: left;
    padding-left: 40px;
    width: 100%;
  }

  .u-col-pull-12--wide {
    right: 0%;
  }

  .u-col-push-12--wide {
    left: 100%;
  }

  .u-col-offset-11--wide {
    margin-left: 91.666667%;
  }

  .u-col-full--wide {
    float: left;
    padding-left: 40px;
    width: 100%;
  }

  .u-col-half--wide {
    float: left;
    padding-left: 40px;
    width: 50%;
  }

  .u-col-third--wide {
    float: left;
    padding-left: 40px;
    width: 33.333333%;
  }

  .u-col-quarter--wide {
    float: left;
    padding-left: 40px;
    width: 25%;
  }

  .u-col-centered--wide {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.layout-Medium:after {
  clear: both;
  content: '';
  display: table;
}

.layout-Small:after {
  clear: both;
  content: '';
  display: table;
}

.layout-Wide:after {
  clear: both;
  content: '';
  display: table;
}

.Button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #7d7d7d;
  background-image: none;
  border: solid 1px #7d7d7d;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  font-size: map-deep-get((small: (font-size: 14px, icon-right: 10px, padding: 10px 10px), default: (font-size: 16px, icon-right: 20px, padding: 10px 20px), large: (font-size: 22px, icon-right: 20px, padding: 10px 20px)), "default", "font-size");
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
  line-height: 1;
  padding: map-deep-get((small: (font-size: 14px, icon-right: 10px, padding: 10px 10px), default: (font-size: 16px, icon-right: 20px, padding: 10px 20px), large: (font-size: 22px, icon-right: 20px, padding: 10px 20px)), "default", "padding");
  text-align: left;
  text-transform: none;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

.Button svg {
  fill: currentColor;
  vertical-align: sub;
  height: 1em;
  width: 1em;
}

.Button,
.Button:link,
.Button:visited {
  color: #fff;
}

.Button:focus,
.Button:hover,
.Button:active {
  background-color: #646464;
  color: #fff;
}

.Button.-outlined,
.Button.-outlined-thick {
  background-color: transparent;
  border-color: #cfcfcf;
}

.Button.-outlined,
.Button.-outlined:link,
.Button.-outlined:visited,
.Button.-outlined-thick,
.Button.-outlined-thick:link,
.Button.-outlined-thick:visited {
  color: #7d7d7d;
}

.Button.-outlined:hover,
.Button.-outlined:focus,
.Button.-outlined:active,
.Button.-outlined-thick:hover,
.Button.-outlined-thick:focus,
.Button.-outlined-thick:active {
  color: #fff;
  background-color: #7d7d7d;
  border-color: #7d7d7d;
}

.Button.-outlined-white {
  color: #7d7d7d;
  background-color: #ffffff;
  border-color: #cfcfcf;
}

.Button.-outlined-white,
.Button.-outlined-white:link,
.Button.-outlined-white:visited {
  color: #7d7d7d;
}

.Button.-outlined-white:hover,
.Button.-outlined-white:focus,
.Button.-outlined-white:active {
  color: #7d7d7d;
  background-color: #e6e6e6;
}

.Button.-plain-text {
  border-color: transparent;
  background-color: transparent;
}

.Button.-plain-text,
.Button.-plain-text:link,
.Button.-plain-text:visited {
  color: #7d7d7d;
}

.Button.-plain-text:hover,
.Button.-plain-text:focus,
.Button.-plain-text:active {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}

.Button.-yellow:not(.-outlined),
.Button.-yellow:not(.-outlined-thick),
.Button.-yellow:not(.-plain-text) {
  background-color: #eac112;
  border-color: #eac112;
}

.Button.-yellow:not(.-outlined):disabled,
.Button.-yellow:not(.-outlined).is-disabled,
.Button.-yellow:not(.-outlined-thick):disabled,
.Button.-yellow:not(.-outlined-thick).is-disabled,
.Button.-yellow:not(.-plain-text):disabled,
.Button.-yellow:not(.-plain-text).is-disabled {
  background-color: #f0cf3f;
}

input[type="radio"]:checked + .Button.-yellow:not(.-outlined),
input[type="radio"]:checked + .Button.-yellow:not(.-outlined-thick),
input[type="radio"]:checked + .Button.-yellow:not(.-plain-text) {
  color: #fff;
  background-color: #eac112;
  border-color: #eac112;
}

.Button.-yellow:not(.-outlined):hover,
.Button.-yellow:not(.-outlined):focus,
.Button.-yellow:not(.-outlined):active,
.Button.-yellow:not(.-outlined-thick):hover,
.Button.-yellow:not(.-outlined-thick):focus,
.Button.-yellow:not(.-outlined-thick):active,
.Button.-yellow:not(.-plain-text):hover,
.Button.-yellow:not(.-plain-text):focus,
.Button.-yellow:not(.-plain-text):active {
  background-color: #d2ad10;
  border-color: #d2ad10;
}

.Button.-yellow.-outlined,
.Button.-yellow.-outlined-thick {
  background-color: transparent;
  border-color: #eac112;
}

.Button.-yellow.-outlined,
.Button.-yellow.-outlined:link,
.Button.-yellow.-outlined:visited,
.Button.-yellow.-outlined-thick,
.Button.-yellow.-outlined-thick:link,
.Button.-yellow.-outlined-thick:visited {
  color: #eac112;
}

.Button.-yellow.-outlined:hover,
.Button.-yellow.-outlined:focus,
.Button.-yellow.-outlined:active,
.Button.-yellow.-outlined-thick:hover,
.Button.-yellow.-outlined-thick:focus,
.Button.-yellow.-outlined-thick:active {
  color: #fff;
  background-color: #eac112;
}

.Button.-yellow.-plain-text {
  border-color: transparent;
  background-color: transparent;
}

.Button.-yellow.-plain-text,
.Button.-yellow.-plain-text:link,
.Button.-yellow.-plain-text:visited {
  color: #eac112;
}

.Button.-yellow.-plain-text:hover,
.Button.-yellow.-plain-text:focus,
.Button.-yellow.-plain-text:active {
  color: #fff;
  background-color: #bb9a0e;
  border-color: #bb9a0e;
}

.Button.-yellow.-shadow {
  -webkit-box-shadow: 0 5px 0 #bb9a0e;
  box-shadow: 0 5px 0 #bb9a0e;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.Button.-yellow.-shadow:active {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 #bb9a0e;
  box-shadow: 0 0 0 #bb9a0e;
}

.Button.-teal:not(.-outlined),
.Form-inputGroup > span button:not(.-outlined),
.Button.-teal:not(.-outlined-thick),
.Form-inputGroup > span button:not(.-outlined-thick),
.Button.-teal:not(.-plain-text),
.Form-inputGroup > span button:not(.-plain-text) {
  background-color: #009aac;
  border-color: #009aac;
}

.Button.-teal:not(.-outlined):disabled,
.Form-inputGroup > span button:not(.-outlined):disabled,
.Button.-teal:not(.-outlined).is-disabled,
.Form-inputGroup > span button:not(.-outlined).is-disabled,
.Button.-teal:not(.-outlined-thick):disabled,
.Form-inputGroup > span button:not(.-outlined-thick):disabled,
.Button.-teal:not(.-outlined-thick).is-disabled,
.Form-inputGroup > span button:not(.-outlined-thick).is-disabled,
.Button.-teal:not(.-plain-text):disabled,
.Form-inputGroup > span button:not(.-plain-text):disabled,
.Button.-teal:not(.-plain-text).is-disabled,
.Form-inputGroup > span button:not(.-plain-text).is-disabled {
  background-color: #00c8df;
}

input[type="radio"]:checked + .Button.-teal:not(.-outlined),
.Form-inputGroup > span input[type="radio"]:checked + button:not(.-outlined),
input[type="radio"]:checked + .Button.-teal:not(.-outlined-thick),
.Form-inputGroup > span input[type="radio"]:checked + button:not(.-outlined-thick),
input[type="radio"]:checked + .Button.-teal:not(.-plain-text),
.Form-inputGroup > span input[type="radio"]:checked + button:not(.-plain-text) {
  color: #fff;
  background-color: #009aac;
  border-color: #009aac;
}

.Button.-teal:not(.-outlined):hover,
.Form-inputGroup > span button:not(.-outlined):hover,
.Button.-teal:not(.-outlined):focus,
.Form-inputGroup > span button:not(.-outlined):focus,
.Button.-teal:not(.-outlined):active,
.Form-inputGroup > span button:not(.-outlined):active,
.Button.-teal:not(.-outlined-thick):hover,
.Form-inputGroup > span button:not(.-outlined-thick):hover,
.Button.-teal:not(.-outlined-thick):focus,
.Form-inputGroup > span button:not(.-outlined-thick):focus,
.Button.-teal:not(.-outlined-thick):active,
.Form-inputGroup > span button:not(.-outlined-thick):active,
.Button.-teal:not(.-plain-text):hover,
.Form-inputGroup > span button:not(.-plain-text):hover,
.Button.-teal:not(.-plain-text):focus,
.Form-inputGroup > span button:not(.-plain-text):focus,
.Button.-teal:not(.-plain-text):active,
.Form-inputGroup > span button:not(.-plain-text):active {
  background-color: #008393;
  border-color: #008393;
}

.Button.-teal.-outlined,
.Form-inputGroup > span button.-outlined,
.Button.-teal.-outlined-thick,
.Form-inputGroup > span button.-outlined-thick {
  background-color: transparent;
  border-color: #009aac;
}

.Button.-teal.-outlined,
.Form-inputGroup > span button.-outlined,
.Button.-teal.-outlined:link,
.Form-inputGroup > span button.-outlined:link,
.Button.-teal.-outlined:visited,
.Form-inputGroup > span button.-outlined:visited,
.Button.-teal.-outlined-thick,
.Form-inputGroup > span button.-outlined-thick,
.Button.-teal.-outlined-thick:link,
.Form-inputGroup > span button.-outlined-thick:link,
.Button.-teal.-outlined-thick:visited,
.Form-inputGroup > span button.-outlined-thick:visited {
  color: #009aac;
}

.Button.-teal.-outlined:hover,
.Form-inputGroup > span button.-outlined:hover,
.Button.-teal.-outlined:focus,
.Form-inputGroup > span button.-outlined:focus,
.Button.-teal.-outlined:active,
.Form-inputGroup > span button.-outlined:active,
.Button.-teal.-outlined-thick:hover,
.Form-inputGroup > span button.-outlined-thick:hover,
.Button.-teal.-outlined-thick:focus,
.Form-inputGroup > span button.-outlined-thick:focus,
.Button.-teal.-outlined-thick:active,
.Form-inputGroup > span button.-outlined-thick:active {
  color: #fff;
  background-color: #009aac;
}

.Button.-teal.-plain-text,
.Form-inputGroup > span button.-plain-text {
  border-color: transparent;
  background-color: transparent;
}

.Button.-teal.-plain-text,
.Form-inputGroup > span button.-plain-text,
.Button.-teal.-plain-text:link,
.Form-inputGroup > span button.-plain-text:link,
.Button.-teal.-plain-text:visited,
.Form-inputGroup > span button.-plain-text:visited {
  color: #009aac;
}

.Button.-teal.-plain-text:hover,
.Form-inputGroup > span button.-plain-text:hover,
.Button.-teal.-plain-text:focus,
.Form-inputGroup > span button.-plain-text:focus,
.Button.-teal.-plain-text:active,
.Form-inputGroup > span button.-plain-text:active {
  color: #fff;
  background-color: #006c79;
  border-color: #006c79;
}

.Button.-teal.-shadow,
.Form-inputGroup > span button.-shadow {
  -webkit-box-shadow: 0 5px 0 #006c79;
  box-shadow: 0 5px 0 #006c79;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.Button.-teal.-shadow:active,
.Form-inputGroup > span button.-shadow:active {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 #006c79;
  box-shadow: 0 0 0 #006c79;
}

.Button.-red:not(.-outlined),
.Button.-red:not(.-outlined-thick),
.Button.-red:not(.-plain-text) {
  background-color: #c12940;
  border-color: #c12940;
}

.Button.-red:not(.-outlined):disabled,
.Button.-red:not(.-outlined).is-disabled,
.Button.-red:not(.-outlined-thick):disabled,
.Button.-red:not(.-outlined-thick).is-disabled,
.Button.-red:not(.-plain-text):disabled,
.Button.-red:not(.-plain-text).is-disabled {
  background-color: #d8455c;
}

input[type="radio"]:checked + .Button.-red:not(.-outlined),
input[type="radio"]:checked + .Button.-red:not(.-outlined-thick),
input[type="radio"]:checked + .Button.-red:not(.-plain-text) {
  color: #fff;
  background-color: #c12940;
  border-color: #c12940;
}

.Button.-red:not(.-outlined):hover,
.Button.-red:not(.-outlined):focus,
.Button.-red:not(.-outlined):active,
.Button.-red:not(.-outlined-thick):hover,
.Button.-red:not(.-outlined-thick):focus,
.Button.-red:not(.-outlined-thick):active,
.Button.-red:not(.-plain-text):hover,
.Button.-red:not(.-plain-text):focus,
.Button.-red:not(.-plain-text):active {
  background-color: #ac2539;
  border-color: #ac2539;
}

.Button.-red.-outlined,
.Button.-red.-outlined-thick {
  background-color: transparent;
  border-color: #c12940;
}

.Button.-red.-outlined,
.Button.-red.-outlined:link,
.Button.-red.-outlined:visited,
.Button.-red.-outlined-thick,
.Button.-red.-outlined-thick:link,
.Button.-red.-outlined-thick:visited {
  color: #c12940;
}

.Button.-red.-outlined:hover,
.Button.-red.-outlined:focus,
.Button.-red.-outlined:active,
.Button.-red.-outlined-thick:hover,
.Button.-red.-outlined-thick:focus,
.Button.-red.-outlined-thick:active {
  color: #fff;
  background-color: #c12940;
}

.Button.-red.-plain-text {
  border-color: transparent;
  background-color: transparent;
}

.Button.-red.-plain-text,
.Button.-red.-plain-text:link,
.Button.-red.-plain-text:visited {
  color: #c12940;
}

.Button.-red.-plain-text:hover,
.Button.-red.-plain-text:focus,
.Button.-red.-plain-text:active {
  color: #fff;
  background-color: #972032;
  border-color: #972032;
}

.Button.-red.-shadow {
  -webkit-box-shadow: 0 5px 0 #972032;
  box-shadow: 0 5px 0 #972032;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.Button.-red.-shadow:active {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 #972032;
  box-shadow: 0 0 0 #972032;
}

.Button.-green:not(.-outlined),
.Button.-green:not(.-outlined-thick),
.Button.-green:not(.-plain-text) {
  background-color: #009146;
  border-color: #009146;
}

.Button.-green:not(.-outlined):disabled,
.Button.-green:not(.-outlined).is-disabled,
.Button.-green:not(.-outlined-thick):disabled,
.Button.-green:not(.-outlined-thick).is-disabled,
.Button.-green:not(.-plain-text):disabled,
.Button.-green:not(.-plain-text).is-disabled {
  background-color: #00c45f;
}

input[type="radio"]:checked + .Button.-green:not(.-outlined),
input[type="radio"]:checked + .Button.-green:not(.-outlined-thick),
input[type="radio"]:checked + .Button.-green:not(.-plain-text) {
  color: #fff;
  background-color: #009146;
  border-color: #009146;
}

.Button.-green:not(.-outlined):hover,
.Button.-green:not(.-outlined):focus,
.Button.-green:not(.-outlined):active,
.Button.-green:not(.-outlined-thick):hover,
.Button.-green:not(.-outlined-thick):focus,
.Button.-green:not(.-outlined-thick):active,
.Button.-green:not(.-plain-text):hover,
.Button.-green:not(.-plain-text):focus,
.Button.-green:not(.-plain-text):active {
  background-color: #00783a;
  border-color: #00783a;
}

.Button.-green.-outlined,
.Button.-green.-outlined-thick {
  background-color: transparent;
  border-color: #009146;
}

.Button.-green.-outlined,
.Button.-green.-outlined:link,
.Button.-green.-outlined:visited,
.Button.-green.-outlined-thick,
.Button.-green.-outlined-thick:link,
.Button.-green.-outlined-thick:visited {
  color: #009146;
}

.Button.-green.-outlined:hover,
.Button.-green.-outlined:focus,
.Button.-green.-outlined:active,
.Button.-green.-outlined-thick:hover,
.Button.-green.-outlined-thick:focus,
.Button.-green.-outlined-thick:active {
  color: #fff;
  background-color: #009146;
}

.Button.-green.-plain-text {
  border-color: transparent;
  background-color: transparent;
}

.Button.-green.-plain-text,
.Button.-green.-plain-text:link,
.Button.-green.-plain-text:visited {
  color: #009146;
}

.Button.-green.-plain-text:hover,
.Button.-green.-plain-text:focus,
.Button.-green.-plain-text:active {
  color: #fff;
  background-color: #005e2d;
  border-color: #005e2d;
}

.Button.-green.-shadow {
  -webkit-box-shadow: 0 5px 0 #005e2d;
  box-shadow: 0 5px 0 #005e2d;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.Button.-green.-shadow:active {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 #005e2d;
  box-shadow: 0 0 0 #005e2d;
}

.Button.-mediumRed:not(.-outlined),
.Button.-mediumRed:not(.-outlined-thick),
.Button.-mediumRed:not(.-plain-text) {
  background-color: #ad162f;
  border-color: #ad162f;
}

.Button.-mediumRed:not(.-outlined):disabled,
.Button.-mediumRed:not(.-outlined).is-disabled,
.Button.-mediumRed:not(.-outlined-thick):disabled,
.Button.-mediumRed:not(.-outlined-thick).is-disabled,
.Button.-mediumRed:not(.-plain-text):disabled,
.Button.-mediumRed:not(.-plain-text).is-disabled {
  background-color: #da1c3b;
}

input[type="radio"]:checked + .Button.-mediumRed:not(.-outlined),
input[type="radio"]:checked + .Button.-mediumRed:not(.-outlined-thick),
input[type="radio"]:checked + .Button.-mediumRed:not(.-plain-text) {
  color: #fff;
  background-color: #ad162f;
  border-color: #ad162f;
}

.Button.-mediumRed:not(.-outlined):hover,
.Button.-mediumRed:not(.-outlined):focus,
.Button.-mediumRed:not(.-outlined):active,
.Button.-mediumRed:not(.-outlined-thick):hover,
.Button.-mediumRed:not(.-outlined-thick):focus,
.Button.-mediumRed:not(.-outlined-thick):active,
.Button.-mediumRed:not(.-plain-text):hover,
.Button.-mediumRed:not(.-plain-text):focus,
.Button.-mediumRed:not(.-plain-text):active {
  background-color: #961329;
  border-color: #961329;
}

.Button.-mediumRed.-outlined,
.Button.-mediumRed.-outlined-thick {
  background-color: transparent;
  border-color: #ad162f;
}

.Button.-mediumRed.-outlined,
.Button.-mediumRed.-outlined:link,
.Button.-mediumRed.-outlined:visited,
.Button.-mediumRed.-outlined-thick,
.Button.-mediumRed.-outlined-thick:link,
.Button.-mediumRed.-outlined-thick:visited {
  color: #ad162f;
}

.Button.-mediumRed.-outlined:hover,
.Button.-mediumRed.-outlined:focus,
.Button.-mediumRed.-outlined:active,
.Button.-mediumRed.-outlined-thick:hover,
.Button.-mediumRed.-outlined-thick:focus,
.Button.-mediumRed.-outlined-thick:active {
  color: #fff;
  background-color: #ad162f;
}

.Button.-mediumRed.-plain-text {
  border-color: transparent;
  background-color: transparent;
}

.Button.-mediumRed.-plain-text,
.Button.-mediumRed.-plain-text:link,
.Button.-mediumRed.-plain-text:visited {
  color: #ad162f;
}

.Button.-mediumRed.-plain-text:hover,
.Button.-mediumRed.-plain-text:focus,
.Button.-mediumRed.-plain-text:active {
  color: #fff;
  background-color: #801023;
  border-color: #801023;
}

.Button.-mediumRed.-shadow {
  -webkit-box-shadow: 0 5px 0 #801023;
  box-shadow: 0 5px 0 #801023;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.Button.-mediumRed.-shadow:active {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 #801023;
  box-shadow: 0 0 0 #801023;
}

.Button.-darkRed:not(.-outlined),
.Button.-darkRed:not(.-outlined-thick),
.Button.-darkRed:not(.-plain-text) {
  background-color: #8a0021;
  border-color: #8a0021;
}

.Button.-darkRed:not(.-outlined):disabled,
.Button.-darkRed:not(.-outlined).is-disabled,
.Button.-darkRed:not(.-outlined-thick):disabled,
.Button.-darkRed:not(.-outlined-thick).is-disabled,
.Button.-darkRed:not(.-plain-text):disabled,
.Button.-darkRed:not(.-plain-text).is-disabled {
  background-color: #bd002d;
}

input[type="radio"]:checked + .Button.-darkRed:not(.-outlined),
input[type="radio"]:checked + .Button.-darkRed:not(.-outlined-thick),
input[type="radio"]:checked + .Button.-darkRed:not(.-plain-text) {
  color: #fff;
  background-color: #8a0021;
  border-color: #8a0021;
}

.Button.-darkRed:not(.-outlined):hover,
.Button.-darkRed:not(.-outlined):focus,
.Button.-darkRed:not(.-outlined):active,
.Button.-darkRed:not(.-outlined-thick):hover,
.Button.-darkRed:not(.-outlined-thick):focus,
.Button.-darkRed:not(.-outlined-thick):active,
.Button.-darkRed:not(.-plain-text):hover,
.Button.-darkRed:not(.-plain-text):focus,
.Button.-darkRed:not(.-plain-text):active {
  background-color: #71001b;
  border-color: #71001b;
}

.Button.-darkRed.-outlined,
.Button.-darkRed.-outlined-thick {
  background-color: transparent;
  border-color: #8a0021;
}

.Button.-darkRed.-outlined,
.Button.-darkRed.-outlined:link,
.Button.-darkRed.-outlined:visited,
.Button.-darkRed.-outlined-thick,
.Button.-darkRed.-outlined-thick:link,
.Button.-darkRed.-outlined-thick:visited {
  color: #8a0021;
}

.Button.-darkRed.-outlined:hover,
.Button.-darkRed.-outlined:focus,
.Button.-darkRed.-outlined:active,
.Button.-darkRed.-outlined-thick:hover,
.Button.-darkRed.-outlined-thick:focus,
.Button.-darkRed.-outlined-thick:active {
  color: #fff;
  background-color: #8a0021;
}

.Button.-darkRed.-plain-text {
  border-color: transparent;
  background-color: transparent;
}

.Button.-darkRed.-plain-text,
.Button.-darkRed.-plain-text:link,
.Button.-darkRed.-plain-text:visited {
  color: #8a0021;
}

.Button.-darkRed.-plain-text:hover,
.Button.-darkRed.-plain-text:focus,
.Button.-darkRed.-plain-text:active {
  color: #fff;
  background-color: #570015;
  border-color: #570015;
}

.Button.-darkRed.-shadow {
  -webkit-box-shadow: 0 5px 0 #570015;
  box-shadow: 0 5px 0 #570015;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.Button.-darkRed.-shadow:active {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 #570015;
  box-shadow: 0 0 0 #570015;
}

.Button.-teal,
.Form-inputGroup > span button,
.Button.-teal:link,
.Form-inputGroup > span button:link,
.Button.-teal:visited,
.Form-inputGroup > span button:visited {
  color: #fff;
}

.Button.-teal:hover,
.Form-inputGroup > span button:hover,
.Button.-teal:focus,
.Form-inputGroup > span button:focus,
.Button.-teal:active,
.Form-inputGroup > span button:active {
  color: #fff;
}

.Button.-white:not(.-outlined),
.Button.-white:not(.-outlined-thick),
.Button.-white:not(.-plain-text) {
  background-color: #ffffff;
  border-color: #ffffff;
}

.Button.-white:not(.-outlined),
.Button.-white:not(.-outlined):link,
.Button.-white:not(.-outlined):visited,
.Button.-white:not(.-outlined-thick),
.Button.-white:not(.-outlined-thick):link,
.Button.-white:not(.-outlined-thick):visited,
.Button.-white:not(.-plain-text),
.Button.-white:not(.-plain-text):link,
.Button.-white:not(.-plain-text):visited {
  color: #292929;
}

.Button.-white:not(.-outlined):hover,
.Button.-white:not(.-outlined):focus,
.Button.-white:not(.-outlined):active,
.Button.-white:not(.-outlined-thick):hover,
.Button.-white:not(.-outlined-thick):focus,
.Button.-white:not(.-outlined-thick):active,
.Button.-white:not(.-plain-text):hover,
.Button.-white:not(.-plain-text):focus,
.Button.-white:not(.-plain-text):active {
  background-color: #e6e6e6;
}

.Button.-white.-outlined,
.Button.-white.-outlined-thick {
  background-color: transparent;
  border-color: #ffffff;
}

.Button.-white.-outlined,
.Button.-white.-outlined:link,
.Button.-white.-outlined:visited,
.Button.-white.-outlined-thick,
.Button.-white.-outlined-thick:link,
.Button.-white.-outlined-thick:visited {
  color: #fff;
}

.Button.-white.-outlined:hover,
.Button.-white.-outlined:focus,
.Button.-white.-outlined:active,
.Button.-white.-outlined-thick:hover,
.Button.-white.-outlined-thick:focus,
.Button.-white.-outlined-thick:active {
  color: #292929;
  background-color: #ffffff;
}

.Button.-white.-plain-text {
  background-color: transparent;
  border-color: transparent;
}

.Button.-white.-plain-text,
.Button.-white.-plain-text:link,
.Button.-white.-plain-text:visited {
  color: #fff;
}

.Button.-white.-plain-text:hover,
.Button.-white.-plain-text:focus,
.Button.-white.-plain-text:active {
  color: #292929;
  background-color: #ffffff;
}

.Button.-small {
  font-size: 0.875em;
  padding: 10px 10px;
  padding: 0.625rem 0.625rem;
}

.Button.-default {
  font-size: 1em;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

.Button.-large {
  font-size: 1.375em;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

.Button.-hover-clear:hover,
.Button.-hover-clear:focus,
.Button.-hover-clear:active {
  border-color: transparent;
  background: none;
}

.Button.-primary {
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  padding: 10px 17px;
  padding: 0.625rem 1.0625rem;
  text-align: center;
}

.Button small {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
}

dl {
  margin-bottom: 1em;
  margin-top: 0;
}

dd {
  margin-left: 0;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  padding-left: 0;
  padding-right: 0;
}

label,
input,
textarea {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

label,
input[type='radio'],
input[type='checkbox'] {
  cursor: pointer;
}

textarea {
  display: block;
  width: 100%;
}

[readonly] {
  cursor: text;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
  background-color: transparent;
  border: 1px solid #5e6261;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  height: 40px;
  padding: 0 0.625em 0;
  width: 100%;
  -webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: inherit;
  margin: 0;
}

hr {
  background-color: #000;
  border: none;
  height: 1px;
  margin: 0;
}

hr {
  color: red;
  background-color: #cfcfcf;
}

.icon {
  fill: currentColor;
  height: 1em;
  vertical-align: middle;
  overflow: visible !important;
  width: 1em;
}

.icon.-va-text-bottom {
  vertical-align: text-bottom;
}

.icon.-large {
  height: 30px;
  width: 30px;
}

.icon.-small {
  height: .7em;
  margin-bottom: .2em;
  width: .7em;
}

.icon.-map {
  height: 40px;
  width: 40px;
}

.icon.-tiny {
  height: .75em;
  vertical-align: baseline;
  width: .5em;
}

.icon.-flip {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

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

.u-photoBorder {
  border: 7px solid #fff;
  -webkit-box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 1px 0 rgba(0, 0, 0, 0.15);
}

ul,
ol {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

.u-richtext table {
  margin: 2em 0;
  position: relative;
  width: 100%;
}

.u-richtext table:before {
  background-color: #009aac;
  content: "";
  height: 5px;
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
}

.u-richtext table caption {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.u-richtext table tr:first-child > * {
  padding-top: 19px;
}

.u-richtext table th,
.u-richtext table td {
  border: solid 1px #cfcfcf;
  padding: 14px 16px;
  padding: 0.875rem 1rem;
}

.u-richtext table td {
  color: inherit;
  vertical-align: top;
}

.u-richtext table th {
  font-size: 1.1875em;
  line-height: 1.315789474;
  border-bottom: 0;
  color: #292929;
  text-align: left;
}

.u-richtext table tfoot td {
  border-top: 3px solid #5e6261;
  font-weight: bold;
}

p {
  margin: 0;
}

blockquote {
  margin: 0;
}

.u-richtext {
  color: #7d7d7d;
  line-height: 1.4;
  font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
}

.u-richtext:after {
  clear: both;
  content: '';
  display: table;
}

@media screen and (min-width: 30em) {
  .u-richtext {
    font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
  }
}

.u-richtext .Media {
  margin: 2em 0;
}

.u-richtext .Media:first-child {
  margin-top: 0;
}

.u-richtext .Media + .Media {
  margin: 4em 0;
}

.u-richtext > *:last-child {
  margin-bottom: 0;
}

.u-richtext p:empty {
  display: none;
}

.u-richtext > h1,
.u-richtext > h2,
.u-richtext > h3,
.u-richtext > h4,
.u-richtext > h5,
.u-richtext > h6 {
  font-family: "Oswald", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.u-richtext > h1:first-child,
.u-richtext > h2:first-child,
.u-richtext > h3:first-child,
.u-richtext > h4:first-child,
.u-richtext > h5:first-child,
.u-richtext > h6:first-child {
  margin-top: 0;
}

.u-richtext > h1 {
  font-size: 1.75em;
  line-height: 1.333333;
  color: #c12940;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 62.5em) {
  .u-richtext > h1 {
    font-size: 187.5%;
  }
}

.webos .u-richtext > h1 {
  text-rendering: auto;
}

.u-richtext > h2 {
  font-size: 1.75em;
  line-height: 1.333333;
  color: #c12940;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 62.5em) {
  .u-richtext > h2 {
    font-size: 187.5%;
  }
}

.webos .u-richtext > h2 {
  text-rendering: auto;
}

.u-richtext > h3 {
  font-size: 1.375em;
  line-height: 1.416667;
  color: #c12940;
  font-weight: bold;
}

@media screen and (min-width: 62.5em) {
  .u-richtext > h3 {
    font-size: 150%;
  }
}

.u-richtext > h4 {
  font-size: 1.375em;
  line-height: 1.416667;
  color: #404040;
  font-weight: bold;
}

@media screen and (min-width: 62.5em) {
  .u-richtext > h4 {
    font-size: 150%;
  }
}

.u-richtext > h5 {
  font-size: 1.125em;
  line-height: 1.5;
  color: #404040;
  font-weight: bold;
}

@media screen and (min-width: 62.5em) {
  .u-richtext > h5 {
    font-size: 125%;
  }
}

.u-richtext > h6 {
  font-size: 1.125em;
  line-height: 1.5;
  color: #7d7d7d;
  position: relative;
}

@media screen and (min-width: 62.5em) {
  .u-richtext > h6 {
    font-size: 125%;
  }
}

.u-richtext > ul:not(.Shortcode):not(.Component),
.u-richtext > ol:not(.Shortcode):not(.Component) {
  clear: left;
}

.u-richtext.-small > p:not(.Shortcode):not(.Component),
.u-richtext.-small > ul:not(.Shortcode):not(.Component),
.u-richtext.-small > ol:not(.Shortcode):not(.Component) {
  font-size: 17px;
  line-height: 23px;
}

@media screen and (min-width: 47.9375em) {
  .u-richtext.-small > p:not(.Shortcode):not(.Component),
  .u-richtext.-small > ul:not(.Shortcode):not(.Component),
  .u-richtext.-small > ol:not(.Shortcode):not(.Component) {
    font-size: 19px;
    line-height: 25px;
  }
}

.u-richtext.-small > p {
  margin-bottom: .75em;
}

.u-richtext > p {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media screen and (min-width: 41.25em) {
  .u-richtext > p {
    font-size: 112.5%;
  }
}

@media screen and (min-width: 62.5em) {
  .u-richtext > p {
    font-size: 125%;
  }
}

.u-richtext ul:not(.Shortcode):not(.Component) {
  font-size: 1em;
  list-style-type: inherit;
  margin-bottom: 1em;
  padding-left: 0;
}

@media screen and (min-width: 41.25em) {
  .u-richtext ul:not(.Shortcode):not(.Component) {
    font-size: 112.5%;
  }
}

@media screen and (min-width: 62.5em) {
  .u-richtext ul:not(.Shortcode):not(.Component) {
    font-size: 125%;
  }
}

.u-richtext ul:not(.Shortcode):not(.Component) ul,
.u-richtext ul:not(.Shortcode):not(.Component) ol {
  margin-bottom: 0;
  padding-left: 1.25em;
}

.u-richtext ul:not(.Shortcode):not(.Component) li {
  margin-top: 0.2em;
  margin-left: 32px;
  margin-left: 2rem;
}

.u-richtext ul:not(.Shortcode):not(.Component) li:first-child {
  margin-top: 0;
}

.u-richtext ul:not(.Shortcode):not(.Component) li li:first-child {
  margin-top: 0.2em;
}

.u-richtext ul:not(.Shortcode):not(.Component) ul {
  list-style: circle;
}

.u-richtext > ul:not(.Shortcode):not(.Component),
.u-richtext blockquote > ul {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.u-richtext ol:not(.Shortcode):not(.Component) {
  font-size: 1em;
  list-style-type: inherit;
  margin-bottom: 1em;
  padding-left: 0;
  list-style-type: decimal;
  padding-left: 1.5625em;
}

@media screen and (min-width: 41.25em) {
  .u-richtext ol:not(.Shortcode):not(.Component) {
    font-size: 112.5%;
  }
}

@media screen and (min-width: 62.5em) {
  .u-richtext ol:not(.Shortcode):not(.Component) {
    font-size: 125%;
  }
}

.u-richtext ol:not(.Shortcode):not(.Component) ul,
.u-richtext ol:not(.Shortcode):not(.Component) ol {
  margin-bottom: 0;
  padding-left: 1.25em;
}

.u-richtext ol:not(.Shortcode):not(.Component) li {
  margin-top: 0.2em;
  margin-left: 32px;
  margin-left: 2rem;
}

.u-richtext ol:not(.Shortcode):not(.Component) li:first-child {
  margin-top: 0;
}

.u-richtext ol:not(.Shortcode):not(.Component) li li:first-child {
  margin-top: 0.2em;
}

.u-richtext ol:not(.Shortcode):not(.Component) ol {
  list-style: lower-alpha;
}

.u-richtext ol:not(.Shortcode):not(.Component) ol ol {
  list-style: lower-roman;
}

.u-richtext ol:not(.Shortcode):not(.Component) ul {
  list-style: circle;
}

.u-richtext blockquote {
  font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
  font-size: 1.125em;
  color: #c12940;
  line-height: 1.357142857;
  padding: 0 0 0 20px;
  padding: 0 0 0 1.25rem;
  margin-bottom: 1em;
}

@media screen and (min-width: 28.5em) {
  .u-richtext blockquote {
    font-size: 125%;
  }
}

@media screen and (min-width: 37em) {
  .u-richtext blockquote {
    font-size: 137.5%;
  }
}

@media screen and (min-width: 45.5em) {
  .u-richtext blockquote {
    font-size: 150%;
  }
}

@media screen and (min-width: 54em) {
  .u-richtext blockquote {
    font-size: 162.5%;
  }
}

@media screen and (min-width: 62.5em) {
  .u-richtext blockquote {
    font-size: 175%;
  }
}

.u-richtext blockquote ul,
.u-richtext blockquote ol {
  line-height: 1.4;
}

.u-richtext blockquote p {
  margin-bottom: 1em;
}

.u-richtext > li > p:last-child {
  margin-bottom: 0;
}

.u-richtext table:first-child {
  margin-top: 0;
}

.u-richtext b,
.u-richtext strong {
  font-weight: bold;
}

.u-richtext sup {
  font-size: 0.8em;
  left: -1px;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

iframe,
object,
embed {
  display: block;
  z-index: 1 !important;
}

.ios input,
.ios textarea,
.ios select {
  font-size: 16px;
}

a > svg,
button > svg {
  pointer-events: none;
}

a {
  -webkit-transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border 150ms ease-in-out;
  transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border 150ms ease-in-out;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  text-decoration: none;
}

a,
a:link,
a:visited {
  color: #009aac;
}

a:hover,
a:focus,
a:active {
  color: #007583;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

a[href^="mailto"] {
  word-break: break-all;
  word-break: break-word;
}

button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  background-image: none;
  cursor: pointer;
  font-weight: normal;
  letter-spacing: 0;
  line-height: normal;
  text-align: left;
  text-shadow: none;
  text-transform: none;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

button:hover,
button:focus,
button:active {
  background-color: transparent;
}

input:focus,
textarea:focus {
  border-color: #34ce92;
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  color: #292929;
  font-family: "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.6875;
  background-color: #fff;
  height: 100%;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 0;
}

.disable-hover {
  pointer-events: none;
}

.js-no-outlines *:focus {
  outline: none;
}

.overflow-hidden {
  overflow: hidden;
}

.u-show {
  display: block;
}

.u-hide {
  display: none;
}

.u-HIDE {
  display: none !important;
}

.u-invisible {
  visibility: hidden;
}

.u-visible {
  visibility: visible;
}

@media print {
  .u-printHide {
    display: none !important;
  }
}

.u-printOnly {
  display: none !important;
}

@media print {
  .u-printOnly {
    display: block !important;
  }
}

.u-vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

[class^='u-visible'] {
  display: none;
}

@media screen and (max-width: med-small) {
  .u-visible--small {
    display: inherit;
  }

  .u-visible--small--block {
    display: block;
  }

  .u-visible--small--inline {
    display: inline;
  }

  .u-visible--small--inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .u-visible--med-small {
    display: inherit;
  }

  .u-visible--med-small--block {
    display: block;
  }

  .u-visible--med-small--inline {
    display: inline;
  }

  .u-visible--med-small--inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: 47.9375em) and (max-width: 61.25em) {
  .u-visible--medium {
    display: inherit;
  }

  .u-visible--medium--block {
    display: block;
  }

  .u-visible--medium--inline {
    display: inline;
  }

  .u-visible--medium--inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: 61.25em) and (max-width: 75em) {
  .u-visible--med-wide {
    display: inherit;
  }

  .u-visible--med-wide--block {
    display: block;
  }

  .u-visible--med-wide--inline {
    display: inline;
  }

  .u-visible--med-wide--inline-block {
    display: inline-block;
  }
}

@media screen and (min-width: wide) {
  .u-visible--wide {
    display: inherit;
  }

  .u-visible--wide--block {
    display: block;
  }

  .u-visible--wide--inline {
    display: inline;
  }

  .u-visible--wide--inline-block {
    display: inline-block;
  }
}

@media screen and (max-width: 30em) {
  .u-hidden--small {
    display: none;
  }
}

@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  .u-hidden--med-small {
    display: none;
  }
}

@media screen and (min-width: 47.9375em) and (max-width: 61.25em) {
  .u-hidden--medium {
    display: none;
  }
}

@media screen and (min-width: 61.25em) and (max-width: 75em) {
  .u-hidden--med-wide {
    display: none;
  }
}

@media screen and (min-width: 75em) {
  .u-hidden--wide {
    display: none;
  }
}

.u-clear {
  clear: both;
}

.u-clearfix:after {
  clear: both;
  content: '';
  display: table;
}

.u-vertCenter {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.no-csstransforms .u-vertCenter {
  position: static;
  top: auto;
}

.u-absoluteFill {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.u-nowrap {
  display: inline-block;
  white-space: nowrap;
}

.u-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-textCenter {
  text-align: center;
}

.u-textLeft {
  text-align: left;
}

.u-textRight {
  text-align: right;
}

.u-mb1 {
  margin-bottom: 0.625em;
}

.u-mt1 {
  margin-top: 0.625em;
}

.u-mb2 {
  margin-bottom: 1.25em;
}

.u-mt2 {
  margin-top: 1.25em;
}

.u-mb3 {
  margin-bottom: 1.875em;
}

.u-mt3 {
  margin-top: 1.875em;
}

.u-mb4 {
  margin-bottom: 2.5em;
}

.u-mt4 {
  margin-top: 2.5em;
}

.u-mb5 {
  margin-bottom: 3.125em;
}

.u-mt5 {
  margin-top: 3.125em;
}

.u-mb6 {
  margin-bottom: 3.75em;
}

.u-mt6 {
  margin-top: 3.75em;
}

.u-mb7 {
  margin-bottom: 4.375em;
}

.u-mt7 {
  margin-top: 4.375em;
}

.u-mb8 {
  margin-bottom: 5em;
}

.u-mt8 {
  margin-top: 5em;
}

.u-mb9 {
  margin-bottom: 5.625em;
}

.u-mt9 {
  margin-top: 5.625em;
}

.u-mb10 {
  margin-bottom: 6.25em;
}

.u-mt10 {
  margin-top: 6.25em;
}

.u-mb11 {
  margin-bottom: 6.875em;
}

.u-mt11 {
  margin-top: 6.875em;
}

.u-mb12 {
  margin-bottom: 7.5em;
}

.u-mt12 {
  margin-top: 7.5em;
}

.u-mb13 {
  margin-bottom: 8.125em;
}

.u-mt13 {
  margin-top: 8.125em;
}

.u-mb14 {
  margin-bottom: 8.75em;
}

.u-mt14 {
  margin-top: 8.75em;
}

.u-mb15 {
  margin-bottom: 9.375em;
}

.u-mt15 {
  margin-top: 9.375em;
}

.u-mb16 {
  margin-bottom: 10em;
}

.u-mt16 {
  margin-top: 10em;
}

.u-mb17 {
  margin-bottom: 10.625em;
}

.u-mt17 {
  margin-top: 10.625em;
}

.u-mb18 {
  margin-bottom: 11.25em;
}

.u-mt18 {
  margin-top: 11.25em;
}

.u-mb19 {
  margin-bottom: 11.875em;
}

.u-mt19 {
  margin-top: 11.875em;
}

.u-mb20 {
  margin-bottom: 12.5em;
}

.u-mt20 {
  margin-top: 12.5em;
}

.u-posr {
  position: relative;
}

.u-posa {
  position: absolute;
}

.u-poss {
  position: static;
}

.u-db {
  display: block;
}

.u-di {
  display: inline;
}

.u-dib {
  display: inline-block;
}

.BackgroundImage {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.Banner {
  background-image: url("/images/banners/banner.png");
  background-repeat: no-repeat;
  padding: 30px 0;
  padding: 1.875rem 0;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: right -300px center;
  background-color: #EDEDEC;
}

@media screen and (min-width: 25em) {
  .Banner {
    background-position: right -250px center;
  }
}

@media screen and (min-width: 37.5em) {
  .Banner {
    background-position: right -200px center;
  }
}

@media screen and (min-width: 56.25em) {
  .Banner {
    background-position: right -100px center;
  }
}

@media screen and (min-width: 76.25em) {
  .Banner {
    background-position: right center;
  }
}

@media screen and (min-width: 47.9375em) {
  .Banner {
    padding: 2.5rem 0;
  }
}

.Banner-title {
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (min-width: 24.25em) {
  .Banner-title {
    font-size: 187.5%;
  }
}

@media screen and (min-width: 28.5em) {
  .Banner-title {
    font-size: 200%;
  }
}

@media screen and (min-width: 32.75em) {
  .Banner-title {
    font-size: 212.5%;
  }
}

@media screen and (min-width: 37em) {
  .Banner-title {
    font-size: 225%;
  }
}

@media screen and (min-width: 41.25em) {
  .Banner-title {
    font-size: 237.5%;
  }
}

@media screen and (min-width: 45.5em) {
  .Banner-title {
    font-size: 250%;
  }
}

@media screen and (min-width: 49.75em) {
  .Banner-title {
    font-size: 262.5%;
  }
}

@media screen and (min-width: 54em) {
  .Banner-title {
    font-size: 275%;
  }
}

@media screen and (min-width: 58.25em) {
  .Banner-title {
    font-size: 287.5%;
  }
}

@media screen and (min-width: 62.5em) {
  .Banner-title {
    font-size: 300%;
  }
}

.Banner-body {
  width: 90%;
}

.Banner-body p {
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  margin: 10px 0;
  margin: 0.625rem 0;
  line-height: 1.5;
  font-weight: 300;
}

@media screen and (min-width: 28.5em) {
  .Banner-body p {
    font-size: 106.25%;
  }
}

@media screen and (min-width: 37em) {
  .Banner-body p {
    font-size: 118.75%;
  }
}

@media screen and (min-width: 45.5em) {
  .Banner-body p {
    font-size: 131.25%;
  }
}

@media screen and (min-width: 54em) {
  .Banner-body p {
    font-size: 143.75%;
  }
}

@media screen and (min-width: 62.5em) {
  .Banner-body p {
    font-size: 150%;
  }
}

.Banner-link {
  display: block;
  font-size: 1.125em;
  font-weight: bold;
}

.Banner-link,
.Banner-link:link,
.Banner-link:visited {
  color: #00a34f;
}

.Banner-link:hover,
.Banner-link:focus,
.Banner-link:active {
  color: #00a34f;
  text-decoration: underline;
}

.fluid-iframe {
  background: #000;
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.fluid-iframe.-ratio-4-3 {
  padding-bottom: 75%;
}

.fluid-iframe.-ratio-16-9 {
  padding-bottom: 56.25%;
}

.fluid-iframe iframe {
  display: block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
}

.Footer {
  background-color: #ddd;
  background-repeat: repeat;
  font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
}

.Footer-table {
  display: table;
  width: 100%;
}

.Footer-cell {
  display: table-cell;
  vertical-align: middle;
}

.Footer-title {
  height: 150px;
  text-align: center;
}

.Form-inputGroup {
  border: solid 1px #404040;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  height: 48px;
  display: table;
  overflow: hidden;
  width: 100%;
}

.Form-inputGroup > * {
  display: table-cell;
  vertical-align: top;
}

.Form-inputGroup > input {
  border: none;
  height: 48px;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.Form-inputGroup > span {
  overflow: hidden;
}

.Form-inputGroup > span button {
  float: right;
  height: 48px;
  padding: 0 20px;
  padding: 0 1.25rem;
}

.Form-inputGroup > span button:hover,
.Form-inputGroup > span button:focus,
.Form-inputGroup > span button:active {
  padding: 0 25px;
  padding: 0 1.5625rem;
}

.Form-inputGroup > *:last-child button {
  margin-right: -1px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}

.Form-inputGroup > *:first-child button {
  -webkit-border-radius: 0 24px 24px 0;
  border-radius: 0 24px 24px 0;
}

.Form-inputGroup-large {
  width: 100%;
}

.Form-inputGroup-small {
  width: 1%;
  white-space: nowrap;
}

/*---------------------------------------------------*Global Footer
\*---------------------------------------------------*/

.GlobalFooter {
  background-color: #000;
  font-family: "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
  color: #999999;
  padding-bottom: 20px;
  width: 100%;
}

.GlobalFooter:before,
.GlobalFooter:after {
  content: "";
  display: table;
  clear: both;
}

.GlobalFooter a {
  color: #999999;
}

.GlobalFooter-top {
  margin-top: 25px;
  margin-bottom: 14px;
}

.GlobalFooter-top:before,
.GlobalFooter-top:after {
  content: "";
  display: table;
  clear: both;
}

.GlobalFooter-title {
  float: left;
}

@media (max-width: 900px) {
  .GlobalFooter-title {
    display: none;
  }
}

.GlobalFooter .back-to-top {
  float: right;
  min-width: 50px;
  font-size: 15px;
  font-weight: bold;
  border: 1px solid transparent;
}

.GlobalFooter .back-to-top a {
  color: #ffffff;
}

@media (min-width: 621px) {
  .GlobalFooter .back-to-top {
    display: none;
  }
}

@media (min-width: 501px) and (max-width: 620px) {
  .GlobalFooter-socialLinks {
    width: 78%;
  }
}

@media (min-width: 901px) {
  .GlobalFooter-socialLinks {
    float: right;
  }
}

@media (max-width: 500px) {
  .GlobalFooter-socialLinks {
    width: 50%;
  }
}

.GlobalFooter-socialLinks li {
  float: left;
  min-width: 36px;
  margin-right: 20px;
  line-height: 14px;
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 900px) {
  .GlobalFooter-socialLinks li {
    width: 25%;
    margin-right: 0;
  }
}

@media (min-width: 901px) {
  .GlobalFooter-socialLinks li {
    max-width: 143px;
  }
}

.GlobalFooter-socialLinks .icon {
  float: left;
  margin-right: 10px;
  width: 34px;
  height: 34px;
  background-color: #ffffff;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  font-size: 20px;
  text-align: center;
}

@media (min-width: 501px) and (max-width: 620px) {
  .GlobalFooter-socialLinks .icon {
    margin-right: 2px;
  }
}

.GlobalFooter-socialLinks .icon .fa {
  color: black;
  padding-top: 8px;
}

.GlobalFooter-socialLinks .text {
  margin-top: 5px;
}

.GlobalFooter-socialLinks .short {
  display: none;
}

@media (min-width: 501px) and (max-width: 620px) {
  .GlobalFooter-socialLinks .short {
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 500px) {
  .GlobalFooter-socialLinks .short {
    display: none;
  }
}

.GlobalFooter-socialLinks .long {
  display: none;
}

@media (min-width: 621px) {
  .GlobalFooter-socialLinks .long {
    display: block;
  }
}

.GlobalFooter-gradientBar {
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#0e8e97), color-stop(#51a17d), color-stop(#76b35b), to(#8ac242));
  background: -webkit-linear-gradient(left, #0e8e97, #51a17d, #76b35b, #8ac242);
  background: linear-gradient(90deg, #0e8e97, #51a17d, #76b35b, #8ac242);
  margin-bottom: 14px;
}

.GlobalFooter-bottom {
  position: relative;
}

.GlobalFooter-bottom-logo {
  float: left;
  margin-right: 14px;
}

@media (max-width: 650px) {
  .GlobalFooter-bottom-logo {
    float: none;
  }
}

.GlobalFooter-bottom-logo svg {
  fill: gray;
}

.GlobalFooter-bottom-copyright {
  font-size: 12px;
  float: left;
  margin-top: 9px;
}

.GlobalFooter-bottom-copyright span,
.GlobalFooter-bottom-copyright a {
  margin-left: 3px;
}

.GlobalFooter-bottom-links {
  float: right;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.6px;
}

@media (max-width: 650px) {
  .GlobalFooter-bottom-links {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.GlobalFooter-bottom-links a {
  color: #ffffff;
}

/*---------------------------------------------------*Gradient Bar
\*---------------------------------------------------*/

.GradientBar {
  -webkit-animation: gradient-move 40s linear infinite;
  animation: gradient-move 40s linear infinite;
  background: -webkit-gradient(linear, right top, left top, from(#058c96), color-stop(#79ba53), to(#058c96));
  background: -webkit-linear-gradient(right, #058c96, #79ba53, #058c96);
  background: linear-gradient(270deg, #058c96, #79ba53, #058c96);
  -webkit-background-size: 200% 200%;
  background-size: 200% 200%;
  height: 6px;
  width: 100%;
}

.GradientBar.-absolute-top {
  position: absolute;
  top: 0;
  left: 0;
}

[data-grid] [data-grid-preview] {
  background: #ddd;
  height: 0;
  left: 0;
  margin-top: 20px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: auto;
  width: 100%;
}

[data-grid] .og-expander-inner {
  height: 100%;
}

.Header {
  background-color: #000;
  background-repeat: repeat;
  font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Arial, Helvetica, "Roboto", sans-serif;
}

.Header:before,
.Header:after {
  content: "";
  display: table;
  clear: both;
}

.Header-body {
  clear: both;
  margin: 25px 0 5px;
  margin: 1.5625rem 0 0.3125rem;
}

.Header-gradientBar {
  clear: both;
}

.Header-shareLinks {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 30em) {
  .Header-shareLinks {
    float: right;
    margin-top: 0.625rem;
  }
}

.Icon {
  fill: currentColor;
}

.Icon.-inline {
  height: 1em;
  width: 1em;
}

.Logo {
  height: 25px;
  width: 65px;
}

.Logo-letter.-letter-h1 {
  fill: #008B94;
}

.Logo-letter.-letter-h2 {
  fill: #00A34A;
}

.Logo-letter.-letter-m {
  fill: #4DB13E;
}

.Logo-letter.-letter-i {
  fill: #86C333;
}

.ProfileDetail {
  background-color: #F0F0F0;
  display: block;
  margin: 0 auto;
  padding: 15px;
  padding: 0.9375rem;
  position: relative;
  line-height: 1.3;
  text-align: left;
}

@media screen and (min-width: 47.9375em) {
  .ProfileDetail {
    padding: 2.375rem 2rem;
  }
}

@media screen and (max-width: 47.9375em) {
  .ProfileDetail-imageWrapper {
    display: none;
  }
}

@media screen and (min-width: 47.9375em) {
  .ProfileDetail-imageWrapper {
    float: left;
    display: block;
    width: 250px;
  }
}

.ProfileDetail-contentWrapper:after {
  clear: both;
  content: '';
  display: table;
}

@media screen and (min-width: 47.9375em) {
  .ProfileDetail-contentWrapper {
    margin-left: 280px;
  }
}

.ProfileDetail-title {
  font-weight: bold;
  color: #292929;
}

@media screen and (min-width: 34.1875em) {
  .ProfileDetail-title {
    font-size: 162.5%;
  }
}

@media screen and (min-width: 48.3125em) {
  .ProfileDetail-title {
    font-size: 175%;
  }
}

@media screen and (min-width: 62.5em) {
  .ProfileDetail-title {
    font-size: 187.5%;
  }
}

.ProfileDetail-image {
  float: left;
  width: 100%;
}

.ProfileDetail-meta {
  padding: 7px 0;
  padding: 0.4375rem 0;
}

@media screen and (min-width: 47.9375em) {
  .ProfileDetail-meta {
    padding: 0.9375rem 0 1.25rem;
  }
}

.ProfileDetail-meta > * {
  margin: 5px 0;
  margin: 0.3125rem 0;
}

.ProfileDetail-institution,
.ProfileDetail-disciplines,
.ProfileDetail-sponsor {
  font-size: 1em;
  line-height: 1.125;
}

.ProfileDetail-institution {
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 47.9375em) {
  .ProfileDetail-institution {
    font-size: 0.6875em;
  }
}

.ProfileDetail-disciplines {
  display: block;
  font-style: italic;
}

@media screen and (max-width: 47.9375em) {
  .ProfileDetail-disciplines {
    font-size: 0.6875em;
  }
}

.ProfileDetail-sponsor {
  display: block;
  font-style: italic;
}

@media screen and (max-width: 47.9375em) {
  .ProfileDetail-sponsor {
    font-size: 0.6875em;
  }
}

.ProfileDetail-description {
  border-top: solid 1px gray;
  font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
  line-height: 1.444444;
  min-height: 170px;
  padding-top: 10px;
  padding-top: 0.625rem;
}

@media screen and (min-width: 62.5em) {
  .ProfileDetail-description {
    font-size: 112.5%;
  }
}

@media screen and (min-width: 47.9375em) {
  .ProfileDetail-description {
    padding-top: 1.25rem;
  }
}

.ProfileDetail-closeBtn {
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
}

.ProfileDetail-closeBtn:hover,
.ProfileDetail-closeBtn:focus,
.ProfileDetail-closeBtn:active {
  outline: none;
  background-color: #cacaca;
}

.ProfileDetail-closeBtn-icon {
  height: 19px;
  width: 19px;
}

.Profile {
  display: block;
  margin: 0 auto;
  position: relative;
  line-height: 1.3;
  text-align: left;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.ScholarGrid-list.expanded .ScholarGrid-item:not(.og-expanded) .Profile {
  opacity: .5;
}

@media screen and (min-width: 30em) {
  .Profile {
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #cacaca;
  }
}

@media screen and (min-width: 40.625em) {
  .Profile {
    max-width: 300px;
  }
}

.Profile:before {
  border: solid 4px #8ac341;
  bottom: -1px;
  content: "";
  left: -1px;
  opacity: 0;
  position: absolute;
  right: -1px;
  top: -1px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media screen and (min-width: 30em) {
  .og-expanded .Profile:before,
  .ScholarGrid-item > a:focus .Profile:before {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 30em) {
  .Profile-imageWrapper {
    float: left;
    margin: 0 0.625rem 0 0;
    width: 75px;
  }
}

@media screen and (min-width: 30em) {
  .Profile-imageWrapper:before,
  .Profile-imageWrapper:after {
    clear: both;
    content: "";
    display: table;
  }
}

.Profile-arrow {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #f0f0f0;
  height: 0;
  position: absolute;
  bottom: -21px;
  left: 50%;
  margin-left: -15px;
  opacity: 0;
  width: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.og-expanded .Profile-arrow {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.Profile-contentWrapper {
  background-color: #fff;
}

.Profile-contentWrapper:after {
  clear: both;
  content: '';
  display: table;
}

@media screen and (max-width: 30em) {
  .Profile-contentWrapper {
    margin-left: 5.3125rem;
  }
}

@media screen and (min-width: 30em) {
  .Profile-contentWrapper {
    padding: 0 0.9375rem;
  }

  .Profile-contentWrapper:before,
  .Profile-contentWrapper:after {
    clear: both;
    content: "";
    display: table;
  }
}

.Profile-content {
  margin: 15px 0;
  margin: 0.9375rem 0;
}

.Profile-content > * {
  margin: 5px 0;
  margin: 0.3125rem 0;
}

.Profile-title {
  font-size: 0.875em;
  font-weight: bold;
  color: #292929;
}

.Profile-image {
  float: left;
  width: 100%;
}

.Profile-sponsor,
.Profile-institution,
.Profile-disciplines {
  color: #676767;
  display: block;
  font-size: 0.8125em;
}

@media screen and (max-width: 30em) {
  .Profile-sponsor,
  .Profile-institution,
  .Profile-disciplines {
    font-size: 0.6875em;
  }
}

.ScholarGrid {
  margin: 40px 0;
  margin: 2.5rem 0;
  position: relative;
}

.ScholarGrid-list {
  font-size: 0;
  margin: 0 -10px;
  margin: 0 -0.625rem;
  text-align: center;
}

@media screen and (min-width: 75em) {
  .ScholarGrid-list {
    text-align: left;
  }
}

.ScholarGrid-item {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 0 0 10px;
  padding: 0 0 0 0.625rem;
  vertical-align: top;
  width: 100%;
}

.ScholarGrid-item > a {
  display: block;
}

.ScholarGrid-item > a:hover,
.ScholarGrid-item > a:focus,
.ScholarGrid-item > a:active {
  outline: none;
}

@media screen and (min-width: 30em) {
  .ScholarGrid-item {
    display: inline-block;
    width: 198px;
  }
}

/*---------------------------------------------------*Share LInks
\*---------------------------------------------------*/

.ShareLinks:after {
  clear: both;
  content: '';
  display: table;
}

.ShareLinks-item {
  float: left;
  margin-left: 10px;
}

.ShareLinks-item:first-child {
  margin-left: 0;
}

.ShareLink-link {
  -webkit-border-radius: 50% 50%;
  border-radius: 50% 50%;
  display: inline-block;
  line-height: 28px;
  height: 28px;
  width: 28px;
  text-align: center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.ShareLink-link,
.ShareLink-link:link,
.ShareLink-link:visited {
  color: #292929;
  background-color: #ffffff;
}

.ShareLink-link:hover,
.ShareLink-link:focus,
.ShareLink-link:active {
  background-color: #f7f7f7;
}

.SubscribeLink {
  display: block;
}

.SubscribeLink,
.SubscribeLink:link,
.SubscribeLink:visited {
  color: #ffffff;
}

.SubscribeLink:hover,
.SubscribeLink:focus,
.SubscribeLink:active {
  color: #f7f7f7;
}

.SubscribeLink:hover .SubscribeLink-icon,
.SubscribeLink:focus .SubscribeLink-icon,
.SubscribeLink:active .SubscribeLink-icon {
  background-color: #f7f7f7;
}

.ArticleSideColumn .SubscribeLink {
  margin: 20px 0;
}

.ShortCodeImage.-left,
.ShortCodeImage.-right {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (min-width: 30em) {
  .ShortCodeImage.-left {
    float: left;
    margin: 0 0.9375rem 0.4375rem 0;
  }
}

@media screen and (min-width: 30em) {
  .ShortCodeImage.-right {
    float: right;
    margin: 0 0 0.4375rem 0.9375rem;
  }
}

.ShortCodeImage-captions {
  color: #909090;
}

.ShortCodeImage-credit {
  font-style: italic;
}

.Shortcode {
  margin: 20px 0;
  margin: 1.25rem 0;
}

.Shortcode:first-child {
  margin-top: 0;
}

@media screen and (min-width: 30em) {
  .Shortcode {
    margin: 1.875rem 0;
  }

  .Shortcode:first-child {
    margin-top: 0;
  }
}

.Shortcode.-center {
  margin-right: auto;
  margin-left: auto;
}

.Shortcode .twitter-tweet {
  margin: 0 auto;
}

@media print {
  .VideoShortcode {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
  }
}

@media print {
  .SkipLinks {
    display: none !important;
  }
}

.SkipLinks ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.SkipLinks a {
  background-color: #fff;
  display: inline-block;
  font-size: 0.8125em;
  font-weight: normal;
  padding: 5px 10px;
  position: absolute;
  left: 20px;
  top: -200px;
  z-index: -1;
}

.SkipLinks a:focus {
  top: 20px;
  z-index: z("skip-links");
}

.SponsorStrata {
  background-color: #2c2c2c;
}

.SponsorStrata-header {
  color: #fff;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
}

.SponsorStrata-header-title {
  border-bottom: 1px solid #fff;
  display: inline-block;
  font-size: 1.125em;
  font-weight: 300;
}

.SponsorStrata-list {
  font-size: 0;
  text-align: center;
}

.SponsorStrata-item {
  font-size: 16px;
  display: inline-block;
  margin: 10px 4%;
  margin: 0.625rem 4%;
}

.SponsorStrata-item img {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.SponsorStrata-item-link:hover img,
.SponsorStrata-item-link:focus img,
.SponsorStrata-item-link:active img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.Strata {
  padding: 30px 0;
  padding: 1.875rem 0;
}

@media screen and (min-width: 47.9375em) {
  .Strata {
    padding: 2.5rem 0;
  }
}

@media screen and (min-width: 75em) {
  .Strata {
    padding: 5rem 0;
  }
}

.Strata.-no-padding {
  padding: 0;
}

.Strata.-no-bottom-padding {
  padding-bottom: 0;
}

.Strata.-no-top-padding {
  padding-top: 0;
}

.Strata.-small-top-padding {
  padding-top: 20px;
  padding-top: 1.25rem;
}

@media screen and (min-width: 47.9375em) {
  .Strata.-small-top-padding {
    padding-top: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .Strata.-small-top-padding {
    padding-top: 1.25rem;
  }
}

.Strata.-small-bottom-padding {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

@media screen and (min-width: 47.9375em) {
  .Strata.-small-bottom-padding {
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 75em) {
  .Strata.-small-bottom-padding {
    padding-bottom: 1.25rem;
  }
}

.Strata-header-title {
  font-size: 1.5em;
  color: #404040;
  font-family: oswald;
  line-height: 1.333333;
}

@media screen and (min-width: 34.1875em) {
  .Strata-header-title {
    font-size: 162.5%;
  }
}

@media screen and (min-width: 48.3125em) {
  .Strata-header-title {
    font-size: 175%;
  }
}

@media screen and (min-width: 62.5em) {
  .Strata-header-title {
    font-size: 187.5%;
  }
}

.Strata-header-title.-cWhite {
  color: #fff;
}

.SuperHeader {
  background-color: #000;
  border-bottom: 1px solid #4d4d4d;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.SuperHeader:focus {
  outline: none;
}

.SuperHeader-returnLink {
  display: inline-block;
  font-size: 0.625em;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

.SuperHeader-returnLink,
.SuperHeader-returnLink:link,
.SuperHeader-returnLink:visited {
  color: #fff;
}

.SuperHeader-returnLink:hover,
.SuperHeader-returnLink:focus,
.SuperHeader-returnLink:active {
  text-decoration: underline;
}

/* No files to import found in main//prototype//* */

#main {
  position: relative;
}

.Prototype-buttons .Button {
  margin: 0 0 5px 5px;
  margin: 0 0 0.3125rem 0.3125rem;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !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;
  }

  pre,
  blockquote,
  tr,
  img {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 2;
    widows: 2;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    margin: 0.5in 0.5in .75in;
}
}

select::-ms-expand {
  display: none;
}