/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
@media print {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important; } }

@media screen {
  .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.flipOutX,
  .animated.flipOutY,
  .animated.bounceIn,
  .animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s; }
  @-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    40%, 43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0); }
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0); }
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0); } }
  @keyframes bounce {
    from, 20%, 53%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    40%, 43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0); }
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0); }
    90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0); } }
  .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
        transform-origin: center bottom; }
  @-webkit-keyframes flash {
    from, 50%, to {
      opacity: 1; }
    25%, 75% {
      opacity: 0; } }
  @keyframes flash {
    from, 50%, to {
      opacity: 1; }
    25%, 75% {
      opacity: 0; } }
  .flash {
    -webkit-animation-name: flash;
    animation-name: flash; }
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  @-webkit-keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05); }
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
  @keyframes pulse {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    50% {
      -webkit-transform: scale3d(1.05, 1.05, 1.05);
      transform: scale3d(1.05, 1.05, 1.05); }
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
  .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse; }
  @-webkit-keyframes rubberBand {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1); }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1); }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1); }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1); }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1); }
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
  @keyframes rubberBand {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1); }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1); }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1); }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1); }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1); }
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
  .rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand; }
  @-webkit-keyframes shake {
    from, to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0); }
    20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0); } }
  @keyframes shake {
    from, to {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0); }
    20%, 40%, 60%, 80% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0); } }
  .shake {
    -webkit-animation-name: shake;
    animation-name: shake; }
  @-webkit-keyframes headShake {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg); }
    18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg); }
    31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg); }
    43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg); }
    50% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  @keyframes headShake {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    6.5% {
      -webkit-transform: translateX(-6px) rotateY(-9deg);
      transform: translateX(-6px) rotateY(-9deg); }
    18.5% {
      -webkit-transform: translateX(5px) rotateY(7deg);
      transform: translateX(5px) rotateY(7deg); }
    31.5% {
      -webkit-transform: translateX(-3px) rotateY(-5deg);
      transform: translateX(-3px) rotateY(-5deg); }
    43.5% {
      -webkit-transform: translateX(2px) rotateY(3deg);
      transform: translateX(2px) rotateY(3deg); }
    50% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  .headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake; }
  @-webkit-keyframes swing {
    20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg); }
    40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg); }
    60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg); }
    80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg); }
    to {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg); } }
  @keyframes swing {
    20% {
      -webkit-transform: rotate3d(0, 0, 1, 15deg);
      transform: rotate3d(0, 0, 1, 15deg); }
    40% {
      -webkit-transform: rotate3d(0, 0, 1, -10deg);
      transform: rotate3d(0, 0, 1, -10deg); }
    60% {
      -webkit-transform: rotate3d(0, 0, 1, 5deg);
      transform: rotate3d(0, 0, 1, 5deg); }
    80% {
      -webkit-transform: rotate3d(0, 0, 1, -5deg);
      transform: rotate3d(0, 0, 1, -5deg); }
    to {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg); } }
  .swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
        transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing; }
  @-webkit-keyframes tada {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    10%, 20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
    30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
    40%, 60%, 80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
  @keyframes tada {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    10%, 20% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
    30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
    40%, 60%, 80% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
      transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
  .tada {
    -webkit-animation-name: tada;
    animation-name: tada; }
  /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
  @-webkit-keyframes wobble {
    from {
      -webkit-transform: none;
      transform: none; }
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
    to {
      -webkit-transform: none;
      transform: none; } }
  @keyframes wobble {
    from {
      -webkit-transform: none;
      transform: none; }
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
    to {
      -webkit-transform: none;
      transform: none; } }
  .wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble; }
  @-webkit-keyframes jello {
    from, 11.1%, to {
      -webkit-transform: none;
      transform: none; }
    22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg); }
    33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg); }
    44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg); }
    55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg); }
    66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg); }
    77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg); }
    88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
  @keyframes jello {
    from, 11.1%, to {
      -webkit-transform: none;
      transform: none; }
    22.2% {
      -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
      transform: skewX(-12.5deg) skewY(-12.5deg); }
    33.3% {
      -webkit-transform: skewX(6.25deg) skewY(6.25deg);
      transform: skewX(6.25deg) skewY(6.25deg); }
    44.4% {
      -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
      transform: skewX(-3.125deg) skewY(-3.125deg); }
    55.5% {
      -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
      transform: skewX(1.5625deg) skewY(1.5625deg); }
    66.6% {
      -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
      transform: skewX(-0.78125deg) skewY(-0.78125deg); }
    77.7% {
      -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
      transform: skewX(0.390625deg) skewY(0.390625deg); }
    88.8% {
      -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
      transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
  .jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -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; } }

.l-flexbox, .nav--footer ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

/* generated with grunt-sass-globbing */
.bg--light-grey {
  background-color: #ECECEC; }

.bg--blue {
  background-color: #213368;
  color: #ffffff; }

.bg--image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.bg--overlay {
  position: relative; }
  .bg--overlay > * {
    position: relative;
    z-index: 40; }
  .bg--overlay:before {
    background-color: rgba(255, 255, 255, 0.4);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 35;
    width: 100%;
    height: 100%; }

.dropcap::first-letter {
  color: #213368;
  float: left;
  font-size: 8.25rem;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  line-height: 5rem;
  margin-right: 3px;
  margin-top: 10px; }

.gradient-bg {
  background-color: transparent;
  background-image: -moz-linear-gradient(left, #213368 0%, #800000 100%);
  background-image: -webkit-linear-gradient(left, #213368 0%, #800000 100%);
  background-image: linear-gradient(to right, #213368 0%, #800000 100%);
  color: #ffffff; }

.image--border {
  position: relative; }
  .image--border::after {
    border: 10px solid #800000;
    content: '';
    height: 99%;
    left: auto;
    position: absolute;
    right: -15px;
    top: -15px;
    transition: all ease-in-out 0.28s;
    width: 98%; }

.image--border-center::after {
  bottom: -10px;
  height: 102%;
  width: 92%;
  left: 15px;
  right: auto;
  top: -10px; }

@media (min-width: 43.75em) {
  .text--right {
    text-align: right; } }

.text--left {
  text-align: left; }

.text--center {
  text-align: center; }

.text--uppercase {
  text-transform: uppercase; }

.text--capitalize {
  text-transform: capitalize; }

.text--sm {
  font-size: 14px; }

.text--red {
  color: #800000; }

.text--white {
  color: #ffffff; }
  @media print {
    .text--white {
      color: #000; } }

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button::-moz-focusring,
[type='button']::-moz-focusring,
[type='reset']::-moz-focusring,
[type='submit']::-moz-focusring {
  outline: 1px dotted ButtonText; }

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

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

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

template,
[hidden] {
  display: none; }

abbr,
blockquote,
code,
kbd,
q,
samp,
tt,
var {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

[tabindex='-1']:focus {
  outline: none !important; }

::-moz-selection {
  background: #2A5CAA;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #2A5CAA;
  color: #ffffff;
  text-shadow: none; }

*,
*::before,
*::after {
  box-sizing: inherit; }

* {
  transition-duration: 0.2s;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-timing-function: linear; }

a {
  background-color: transparent;
  color: #800000;
  outline-offset: 0.125em;
  -webkit-text-decoration-skip: objects;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0; }
  .gradient-bg a,
  .bg--blue a,
  .hero a {
    color: #ffffff; }
    .gradient-bg a:hover, .gradient-bg a:focus,
    .bg--blue a:hover,
    .bg--blue a:focus,
    .hero a:hover,
    .hero a:focus {
      color: #ffffff !important;
      border-bottom: 1px solid #ffffff !important; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

abbr:hover {
  cursor: help; }

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

blockquote,
.blockquote {
  font-family: "Noto Serif", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  margin: 1.5rem 0; }
  blockquote p,
  .blockquote p {
    margin: 1rem 0; }
  @media (min-width: 64em) {
    blockquote,
    .blockquote {
      font-size: 1.875rem;
      margin: 1.5rem; } }
  blockquote.blockquote--side,
  .blockquote.blockquote--side {
    max-width: 31.25rem; }
    @media (min-width: 64em) {
      blockquote.blockquote--side.alignleft,
      .blockquote.blockquote--side.alignleft {
        margin-left: -1.5rem; } }
    @media (min-width: 64em) {
      blockquote.blockquote--side.alignright,
      .blockquote.blockquote--side.alignright {
        margin-right: -1.5rem; } }

body {
  background-color: #ffffff;
  color: #000;
  margin: 0;
  padding: 0;
  word-wrap: normal; }

button {
  overflow: visible; }

canvas {
  display: inline-block; }

caption {
  margin-bottom: 0.5rem; }

cite.blockquote__cite {
  color: #800000;
  font-size: 14px;
  padding-left: 2.5rem;
  position: relative; }
  cite.blockquote__cite::before {
    background-image: url("../images/bg/icon--quote.png");
    background-image: linear-gradient(transparent, transparent), url("../images/bg/icon--quote.svg");
    background-size: 28px;
    background-position: left center;
    background-repeat: no-repeat;
    content: '';
    height: 39px;
    left: 0;
    position: absolute;
    top: -10px;
    width: 39px; }

dd {
  margin-bottom: 1rem; }

dfn {
  font-style: italic; }

dl {
  margin: 0 0 1rem; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

figure {
  margin: 0 0 1rem; }

h1,
.h1, h2,
.h2, h3, .hero-bg-image__subtitle, .hero-inline-image__subtitle,
.h3, h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #213368;
  font-weight: 700;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1.3;
  margin: 0 0 1rem;
  text-rendering: optimizeLegibility; }
  a:not(.expert) h1,
  a:not(.expert) .h1, a:not(.expert) h2,
  a:not(.expert) .h2, a:not(.expert) h3, a:not(.expert) .hero-bg-image__subtitle, a:not(.expert) .hero-inline-image__subtitle,
  a:not(.expert) .h3, a:not(.expert) h4,
  a:not(.expert) .h4,
  a:not(.expert) h5,
  a:not(.expert) .h5,
  a:not(.expert) h6,
  a:not(.expert) .h6,
  h1 a:not(.expert),
  .h1 a:not(.expert),
  h2 a:not(.expert),
  .h2 a:not(.expert),
  h3 a:not(.expert),
  .hero-bg-image__subtitle a:not(.expert),
  .hero-inline-image__subtitle a:not(.expert),
  .h3 a:not(.expert),
  h4 a:not(.expert),
  .h4 a:not(.expert),
  h5 a:not(.expert),
  .h5 a:not(.expert),
  h6 a:not(.expert),
  .h6 a:not(.expert) {
    color: #213368; }
    a:not(.expert) h1:focus,
    a:not(.expert) .h1:focus, a:not(.expert) h2:focus,
    a:not(.expert) .h2:focus, a:not(.expert) h3:focus, a:not(.expert) .hero-bg-image__subtitle:focus, a:not(.expert) .hero-inline-image__subtitle:focus,
    a:not(.expert) .h3:focus, a:not(.expert) h4:focus,
    a:not(.expert) .h4:focus,
    a:not(.expert) h5:focus,
    a:not(.expert) .h5:focus,
    a:not(.expert) h6:focus,
    a:not(.expert) .h6:focus, a:not(.expert) h1:hover,
    a:not(.expert) .h1:hover, a:not(.expert) h2:hover,
    a:not(.expert) .h2:hover, a:not(.expert) h3:hover, a:not(.expert) .hero-bg-image__subtitle:hover, a:not(.expert) .hero-inline-image__subtitle:hover,
    a:not(.expert) .h3:hover, a:not(.expert) h4:hover,
    a:not(.expert) .h4:hover,
    a:not(.expert) h5:hover,
    a:not(.expert) .h5:hover,
    a:not(.expert) h6:hover,
    a:not(.expert) .h6:hover,
    h1 a:not(.expert):focus,
    .h1 a:not(.expert):focus,
    h2 a:not(.expert):focus,
    .h2 a:not(.expert):focus,
    h3 a:not(.expert):focus,
    .hero-bg-image__subtitle a:not(.expert):focus,
    .hero-inline-image__subtitle a:not(.expert):focus,
    .h3 a:not(.expert):focus,
    h4 a:not(.expert):focus,
    .h4 a:not(.expert):focus,
    h5 a:not(.expert):focus,
    .h5 a:not(.expert):focus,
    h6 a:not(.expert):focus,
    .h6 a:not(.expert):focus,
    h1 a:not(.expert):hover,
    .h1 a:not(.expert):hover,
    h2 a:not(.expert):hover,
    .h2 a:not(.expert):hover,
    h3 a:not(.expert):hover,
    .hero-bg-image__subtitle a:not(.expert):hover,
    .hero-inline-image__subtitle a:not(.expert):hover,
    .h3 a:not(.expert):hover,
    h4 a:not(.expert):hover,
    .h4 a:not(.expert):hover,
    h5 a:not(.expert):hover,
    .h5 a:not(.expert):hover,
    h6 a:not(.expert):hover,
    .h6 a:not(.expert):hover {
      color: #800000; }
  .gradient-bg h1,
  .gradient-bg .h1, .gradient-bg h2,
  .gradient-bg .h2, .gradient-bg h3, .gradient-bg .hero-bg-image__subtitle, .gradient-bg .hero-inline-image__subtitle,
  .gradient-bg .h3, .gradient-bg h4,
  .gradient-bg .h4,
  .gradient-bg h5,
  .gradient-bg .h5,
  .gradient-bg h6,
  .gradient-bg .h6,
  .cta h1,
  .cta .h1,
  .cta h2,
  .cta .h2,
  .cta h3,
  .cta .hero-bg-image__subtitle,
  .cta .hero-inline-image__subtitle,
  .cta .h3,
  .cta h4,
  .cta .h4,
  .cta h5,
  .cta .h5,
  .cta h6,
  .cta .h6,
  .bg--blue h1,
  .bg--blue .h1,
  .bg--blue h2,
  .bg--blue .h2,
  .bg--blue h3,
  .bg--blue .hero-bg-image__subtitle,
  .bg--blue .hero-inline-image__subtitle,
  .bg--blue .h3,
  .bg--blue h4,
  .bg--blue .h4,
  .bg--blue h5,
  .bg--blue .h5,
  .bg--blue h6,
  .bg--blue .h6,
  .hero h1,
  .hero .h1,
  .hero h2,
  .hero .h2,
  .hero h3,
  .hero .hero-bg-image__subtitle,
  .hero .hero-inline-image__subtitle,
  .hero .h3,
  .hero h4,
  .hero .h4,
  .hero h5,
  .hero .h5,
  .hero h6,
  .hero .h6 {
    color: #ffffff; }
  h1.impact-area__title,
  .impact-area__title.h1, h2.impact-area__title,
  .impact-area__title.h2, h3.impact-area__title, .impact-area__title.hero-bg-image__subtitle, .impact-area__title.hero-inline-image__subtitle,
  .impact-area__title.h3, h4.impact-area__title,
  .impact-area__title.h4,
  h5.impact-area__title,
  .impact-area__title.h5,
  h6.impact-area__title,
  .impact-area__title.h6 {
    color: #800000; }

h1,
.h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5em; }
  @media (min-width: 43.75em) {
    h1,
    .h1 {
      font-size: 3.75rem; } }

h2,
.h2 {
  font-size: 2rem; }
  @media (min-width: 43.75em) {
    h2,
    .h2 {
      font-size: 2.5rem; } }

h3,
.hero-bg-image__subtitle,
.hero-inline-image__subtitle,
.h3 {
  font-size: 1.375rem; }
  @media (min-width: 43.75em) {
    h3,
    .hero-bg-image__subtitle,
    .hero-inline-image__subtitle,
    .h3 {
      font-size: 2rem; } }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 1.125rem;
  font-weight: 700; }
  @media (min-width: 43.75em) {
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
      font-size: 1.375rem; } }

hr {
  border: 1px solid #1C9AD6;
  box-sizing: content-box;
  height: 0;
  margin: 1rem 0;
  padding-bottom: -1px; }

html {
  box-sizing: border-box;
  font-size: 100%;
  line-height: 32px;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

iframe {
  border: 0; }

img {
  border: 0;
  font-style: italic;
  height: auto;
  max-width: 100%; }

input:not(.button[type="submit"]) {
  font-family: "Noto Serif", serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1;
  padding: 0.4375rem 1.25rem;
  display: inline-block;
  vertical-align: middle; }

legend {
  border: 0;
  box-sizing: border-box;
  color: inherit;
  display: table;
  margin: 0;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

li {
  margin-bottom: 1rem; }
  li:last-child {
    margin-bottom: 0; }

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

ol {
  margin: 2rem 0;
  padding: 0; }
  [dir='rtl'] ol {
    padding: 0 1.5em 0 0; }
  ol ol,
  ol ul {
    margin: 0.5rem 0 0; }

optgroup {
  font-weight: bold; }

p {
  margin: 2rem 0; }

pre {
  margin: 0 0 1rem;
  overflow: auto; }

small {
  font-size: 1.125em; }

sub {
  bottom: -0.25em; }

summary {
  display: list-item; }

sup {
  top: -0.5em; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
  min-width: 100%; }

td {
  background-color: #ffffff;
  border: 1px solid #5b616b;
  padding: 0.9375rem; }

textarea {
  overflow: auto; }

tfoot td,
tfoot th {
  background-color: #f1f1f1; }

th {
  background-color: #ffffff;
  border: 1px solid #5b616b;
  padding: 0.9375rem;
  text-align: left; }

thead td,
thead th {
  background-color: #f1f1f1; }

ul {
  margin: 2rem 0; }
  [dir='rtl'] ul {
    padding: 0 1.2em 0 0; }
  ul ol,
  ul ul {
    margin: 0.5rem 0 0; }

@media print {
  * {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: none; }
  a[href]::after {
    font-family: "Montserrat", "Helvetica Neue", sans-serif;
    content: " <" attr(href) ">";
    font-size: 10pt;
    font-weight: normal;
    text-transform: lowercase; }
  a[href^='javascript:']::after,
  a[href^='mailto:']::after,
  a[href^='tel:']::after,
  a[href^='#']::after,
  a[href*='?']::after {
    content: ''; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  blockquote,
  img,
  li,
  pre,
  tr {
    page-break-inside: avoid; }
  h1 a::after,
  h2 a::after,
  h3 a::after,
  h4 a::after,
  h5 a::after,
  h6 a::after {
    display: inline-block; }
  h2,
  h3,
  h4 {
    page-break-after: avoid; }
  h2,
  h3,
  h4,
  p {
    orphans: 3;
    widows: 3; }
  iframe,
  nav {
    display: none; }
  img {
    max-width: 100% !important; }
  thead {
    display: table-header-group; }
  @page {
    margin: 2cm; } }

/* generated with grunt-sass-globbing */
.form-item__checkbox,
.form-item__radio {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.l-grid__row::after {
  clear: both;
  content: '';
  display: table; }

.mobile-menu__button, .skiplinks, .nav--mobile-menu .nav__link {
  font-family: "Montserrat", "Helvetica Neue", sans-serif; }

html, .button,
.nav--pillbox .nav__link {
  font-family: "Montserrat", "Helvetica Neue", sans-serif; }

h1,
.h1, h2,
.h2, h3, .hero-bg-image__subtitle, .hero-inline-image__subtitle,
.h3, h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Noto Serif", serif; }

code,
kbd,
pre,
samp {
  font-family: Consolas, "Lucida Console", "Liberation Mono", "Courier New", monospace, sans-serif; }

.has-padding,
.has-padding-above,
.header__content {
  padding-top: 2rem; }

.has-padding,
.has-padding-below {
  padding-bottom: 2rem; }

.has-quarter-padding,
.has-quarter-padding-above,
.header.is-fixed .header__content {
  padding-top: 0.5rem; }

.has-quarter-padding,
.has-quarter-padding-below {
  padding-bottom: 0.5rem; }

.has-half-padding,
.has-half-padding-above {
  padding-top: 1rem; }

.has-half-padding,
.has-half-padding-below {
  padding-bottom: 1rem; }

.has-double-padding,
.has-double-padding-above {
  padding-top: 2rem; }
  @media (min-width: 43.75em) {
    .has-double-padding,
    .has-double-padding-above {
      padding-top: 4rem; } }

.has-double-padding,
.has-double-padding-below {
  padding-bottom: 2rem; }
  @media (min-width: 43.75em) {
    .has-double-padding,
    .has-double-padding-below {
      padding-bottom: 4rem; } }

.has-triple-padding,
.has-triple-padding-above {
  padding-top: 6rem; }

.has-triple-padding,
.has-triple-padding-below {
  padding-bottom: 6rem; }

.has-no-padding,
.has-no-padding-above {
  padding-top: 0; }

.has-no-padding,
.has-no-padding-below {
  padding-bottom: 0; }

.has-space,
.has-space-above,
.has-double-space,
.has-double-space-above,
.has-triple-space,
.has-triple-space-above {
  margin-top: 2rem !important; }

.has-space,
.has-space-below,
.has-double-space,
.has-double-space-below,
.has-triple-space,
.has-triple-space-below,
#responsiveTabs {
  margin-bottom: 2rem !important; }

.has-quarter-space,
.has-quarter-space-above,
.cta p {
  margin-top: 0.5rem !important; }

.has-quarter-space,
.has-quarter-space-below {
  margin-bottom: 0.5rem !important; }

.has-half-space,
.has-half-space-above,
.experts__summary p:first-child {
  margin-top: 1rem !important; }

.has-half-space,
.has-half-space-below,
.expert__image {
  margin-bottom: 1rem !important; }

@media (min-width: 43.75em) {
  .has-double-space,
  .has-double-space-above {
    margin-top: 4rem !important; } }

@media (min-width: 43.75em) {
  .has-double-space,
  .has-double-space-below {
    margin-bottom: 4rem !important; } }

@media (min-width: 43.75em) {
  .has-triple-space,
  .has-triple-space-above {
    margin-top: 6rem !important; } }

@media (min-width: 43.75em) {
  .has-triple-space,
  .has-triple-space-below {
    margin-bottom: 6rem !important; } }

.has-no-space,
.has-no-space-above {
  margin-top: 0 !important; }

.has-no-space,
.has-no-space-below,
.tablepress-table-name {
  margin-bottom: 0 !important; }

/* generated with grunt-sass-globbing */
.l-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 71.25em;
  padding-left: 1em;
  padding-right: 1em; }
  .l-constrain .l-constrain {
    padding-left: 0;
    padding-right: 0; }

.l-constrain--no-padding {
  padding-left: 0;
  padding-right: 0; }

.l-constrain--narrow {
  max-width: 43.75em; }

.l-constrain--medium {
  max-width: 61.25em; }

.l-flexbox--align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-grid-row-align: center;
      align-items: center; }

.l-flexbox--align-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-grid-row-align: flex-start;
      align-items: flex-start; }

.l-flexbox--align-flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-grid-row-align: flex-end;
      align-items: flex-end; }

.l-flexbox--justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.l-flexbox--justify-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.l-flexbox--align-self-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.l-flexbox--two-columns, .nav--footer ul.nav, .l-flexbox--two-columns-40-60, .l-flexbox--two-columns-25-75, .l-flexbox--two-columns-60-40, .l-flexbox--two-columns-30-70, .l-flexbox--two-columns-75-25, .l-flexbox--three-columns, .l-flexbox--three-columns-25-50-25, .l-flexbox--three-columns-50-25-25, .l-flexbox--three-columns-30-40-30, .l-flexbox--four-columns {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1em; }
  .l-flexbox--two-columns > *, .nav--footer ul.nav > *, .l-flexbox--two-columns-40-60 > *, .l-flexbox--two-columns-25-75 > *, .l-flexbox--two-columns-60-40 > *, .l-flexbox--two-columns-30-70 > *, .l-flexbox--two-columns-75-25 > *, .l-flexbox--three-columns > *, .l-flexbox--three-columns-25-50-25 > *, .l-flexbox--three-columns-50-25-25 > *, .l-flexbox--three-columns-30-40-30 > *, .l-flexbox--four-columns > * {
    margin-left: 1em;
    margin-right: 1em;
    width: 100%; }

.l-flexbox--two-grids, .l-flexbox--two-grids-40-60, .l-flexbox--two-grids-60-40, .l-flexbox--two-grids-75-25, .l-flexbox--three-grids, .l-flexbox--four-grids, .l-flexbox--two-large-grids, .l-flexbox--three-large-grids, .l-flexbox--two-medium-grids, .l-flexbox--three-medium-grids, .l-flexbox--four-medium-grids {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  .l-flexbox--two-grids > *, .l-flexbox--two-grids-40-60 > *, .l-flexbox--two-grids-60-40 > *, .l-flexbox--two-grids-75-25 > *, .l-flexbox--three-grids > *, .l-flexbox--four-grids > *, .l-flexbox--two-large-grids > *, .l-flexbox--three-large-grids > *, .l-flexbox--two-medium-grids > *, .l-flexbox--three-medium-grids > *, .l-flexbox--four-medium-grids > * {
    width: 100%; }

.l-flexbox--full-column {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .l-flexbox--full-column > * {
    width: 100%; }
    @media (min-width: 43.75em) {
      .l-flexbox--full-column > * {
        width: calc(100% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns > *,
  .nav--footer ul.nav > * {
    width: calc(50% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-40-60 > *:first-child {
    width: calc(50% - 2em); } }

@media (min-width: 61.25em) {
  .l-flexbox--two-columns-40-60 > *:first-child {
    width: calc(40% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-40-60 > *:last-child {
    width: calc(50% - 2em); } }

@media (min-width: 61.25em) {
  .l-flexbox--two-columns-40-60 > *:last-child {
    width: calc(60% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-25-75 > *:first-child {
    width: calc(25% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-25-75 > *:last-child {
    width: calc(75% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-60-40 > *:first-child {
    width: calc(60% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-60-40 > *:last-child {
    width: calc(40% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-30-70 > *:first-child {
    width: calc(30% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-30-70 > *:last-child {
    width: calc(70% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-75-25 > *:first-child {
    width: calc(75% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-75-25 > *:last-child {
    width: calc(25% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns > * {
    width: calc(33.33333% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns-25-50-25 > * {
    width: calc(50% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns-25-50-25 > *:first-child,
  .l-flexbox--three-columns-25-50-25 > *:last-child {
    width: calc(25% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns-50-25-25 > *:first-child {
    width: calc(50% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns-50-25-25 > * {
    width: calc(25% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns-30-40-30 > * {
    width: calc(40% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns-30-40-30 > *:first-child,
  .l-flexbox--three-columns-30-40-30 > *:last-child {
    width: calc(30% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--four-columns > * {
    width: calc(50% - 2em); } }

@media (min-width: 50em) {
  .l-flexbox--four-columns > * {
    width: calc(25% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-grids > * {
    width: 50%; } }

.l-flexbox--two-grids-40-60 > * {
  margin-bottom: 0; }

@media (min-width: 43.75em) {
  .l-flexbox--two-grids-40-60 > *:first-child {
    width: 40%; } }

@media (min-width: 43.75em) {
  .l-flexbox--two-grids-40-60 > *:last-child {
    width: 60%; } }

.l-flexbox--two-grids-60-40 > * {
  margin-bottom: 0; }

@media (min-width: 43.75em) {
  .l-flexbox--two-grids-60-40 > *:first-child {
    width: 60%; } }

@media (min-width: 28.125em) {
  .l-flexbox--two-grids-60-40 > *:last-child {
    width: 40%; } }

.l-flexbox--two-grids-75-25 > * {
  margin-bottom: 0; }

@media (min-width: 43.75em) {
  .l-flexbox--two-grids-75-25 > *:first-child {
    width: 75%; } }

@media (min-width: 28.125em) {
  .l-flexbox--two-grids-75-25 > *:last-child {
    width: 25%; } }

@media (min-width: 43.75em) {
  .l-flexbox--three-grids > * {
    width: 33.33333%; } }

@media (min-width: 43.75em) {
  .l-flexbox--four-grids > * {
    width: 25%; } }

.l-flexbox--two-large-grids, .l-flexbox--three-large-grids {
  margin-top: 100px; }
  .l-flexbox--two-large-grids > *, .l-flexbox--three-large-grids > * {
    margin-bottom: 100px; }
    @media (min-width: 37.5em) {
      .l-flexbox--two-large-grids > *, .l-flexbox--three-large-grids > * {
        width: calc(50% - 50px); } }

@media (min-width: 75em) {
  .l-flexbox--three-large-grids > * {
    width: calc(33.33333% - 50px); } }

.l-flexbox--two-medium-grids, .l-flexbox--three-medium-grids, .l-flexbox--four-medium-grids {
  margin-top: 100px; }
  .l-flexbox--two-medium-grids > *, .l-flexbox--three-medium-grids > *, .l-flexbox--four-medium-grids > * {
    margin-bottom: 100px; }
    @media (min-width: 28.125em) {
      .l-flexbox--two-medium-grids > *, .l-flexbox--three-medium-grids > *, .l-flexbox--four-medium-grids > * {
        width: calc(50% - 50px); } }

@media (min-width: 56.25em) {
  .l-flexbox--three-medium-grids > *, .l-flexbox--four-medium-grids > * {
    width: calc(33.33333% - 50px); } }

@media (min-width: 84.375em) {
  .l-flexbox--four-medium-grids > * {
    width: calc(25% - 50px); } }

.l-grid {
  overflow: hidden; }

.l-grid__row {
  margin-left: -2em;
  margin-right: -2em; }

.l-grid__column {
  float: left;
  padding: 0 2em;
  width: 100%; }

.l-grid--cols-2 .l-grid__column {
  width: 50%; }

.l-grid--cols-3 .l-grid__column {
  width: 33.3333333333%; }

.l-grid--cols-4 .l-grid__column {
  width: 25%; }

.l-grid--cols-5 .l-grid__column {
  width: 20%; }

.l-grid--cols-6 .l-grid__column {
  width: 16.6666666667%; }

@media (min-width: 43.75em) {
  .l-sidebars {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

[class^="l-sidebars__"] {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.l-sidebars__full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.l-sidebars__main {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.l-sidebars__sidebar {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.l-slat::after {
  clear: both;
  content: '';
  display: table; }

.l-slat__media {
  margin: 0;
  padding: 0 0 1em; }
  @media (min-width: 37.5em) {
    .l-slat__media {
      float: left;
      padding-right: 1em; } }
  .l-slat__media:empty {
    padding: 0; }
  .l-slat__media a,
  .l-slat__media img {
    display: block; }

.l-slat__content {
  display: table-cell;
  width: 10000px; }

@media (min-width: 37.5em) {
  .l-slat--reversed .l-slat__media {
    float: right;
    padding-left: 1em;
    padding-right: 0; } }

.l-flexbox--full-column {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .l-flexbox--full-column > * {
    width: 100%; }
    @media (min-width: 43.75em) {
      .l-flexbox--full-column > * {
        width: calc(100% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns > *,
  .nav--footer ul.nav > * {
    width: calc(50% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-40-60 > *:first-child {
    width: calc(50% - 2em); } }

@media (min-width: 61.25em) {
  .l-flexbox--two-columns-40-60 > *:first-child {
    width: calc(40% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-40-60 > *:last-child {
    width: calc(50% - 2em); } }

@media (min-width: 61.25em) {
  .l-flexbox--two-columns-40-60 > *:last-child {
    width: calc(60% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-25-75 > *:first-child {
    width: calc(25% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-25-75 > *:last-child {
    width: calc(75% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-60-40 > *:first-child {
    width: calc(60% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-60-40 > *:last-child {
    width: calc(40% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-30-70 > *:first-child {
    width: calc(30% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-30-70 > *:last-child {
    width: calc(70% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-75-25 > *:first-child {
    width: calc(75% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-columns-75-25 > *:last-child {
    width: calc(25% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns > * {
    width: calc(33.33333% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns-25-50-25 > * {
    width: calc(50% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns-25-50-25 > *:first-child,
  .l-flexbox--three-columns-25-50-25 > *:last-child {
    width: calc(25% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns-50-25-25 > *:first-child {
    width: calc(50% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns-50-25-25 > * {
    width: calc(25% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns-30-40-30 > * {
    width: calc(40% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--three-columns-30-40-30 > *:first-child,
  .l-flexbox--three-columns-30-40-30 > *:last-child {
    width: calc(30% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--four-columns > * {
    width: calc(50% - 2em); } }

@media (min-width: 50em) {
  .l-flexbox--four-columns > * {
    width: calc(25% - 2em); } }

@media (min-width: 43.75em) {
  .l-flexbox--two-grids > * {
    width: 50%; } }

.l-flexbox--two-grids-40-60 > * {
  margin-bottom: 0; }

@media (min-width: 43.75em) {
  .l-flexbox--two-grids-40-60 > *:first-child {
    width: 40%; } }

@media (min-width: 43.75em) {
  .l-flexbox--two-grids-40-60 > *:last-child {
    width: 60%; } }

.l-flexbox--two-grids-60-40 > * {
  margin-bottom: 0; }

@media (min-width: 43.75em) {
  .l-flexbox--two-grids-60-40 > *:first-child {
    width: 60%; } }

@media (min-width: 28.125em) {
  .l-flexbox--two-grids-60-40 > *:last-child {
    width: 40%; } }

.l-flexbox--two-grids-75-25 > * {
  margin-bottom: 0; }

@media (min-width: 43.75em) {
  .l-flexbox--two-grids-75-25 > *:first-child {
    width: 75%; } }

@media (min-width: 28.125em) {
  .l-flexbox--two-grids-75-25 > *:last-child {
    width: 25%; } }

@media (min-width: 43.75em) {
  .l-flexbox--three-grids > * {
    width: 33.33333%; } }

@media (min-width: 43.75em) {
  .l-flexbox--four-grids > * {
    width: 25%; } }

.l-flexbox--two-large-grids, .l-flexbox--three-large-grids {
  margin-top: 100px; }
  .l-flexbox--two-large-grids > *, .l-flexbox--three-large-grids > * {
    margin-bottom: 100px; }
    @media (min-width: 37.5em) {
      .l-flexbox--two-large-grids > *, .l-flexbox--three-large-grids > * {
        width: calc(50% - 50px); } }

@media (min-width: 75em) {
  .l-flexbox--three-large-grids > * {
    width: calc(33.33333% - 50px); } }

.l-flexbox--two-medium-grids, .l-flexbox--three-medium-grids, .l-flexbox--four-medium-grids {
  margin-top: 100px; }
  .l-flexbox--two-medium-grids > *, .l-flexbox--three-medium-grids > *, .l-flexbox--four-medium-grids > * {
    margin-bottom: 100px; }
    @media (min-width: 28.125em) {
      .l-flexbox--two-medium-grids > *, .l-flexbox--three-medium-grids > *, .l-flexbox--four-medium-grids > * {
        width: calc(50% - 50px); } }

@media (min-width: 56.25em) {
  .l-flexbox--three-medium-grids > *, .l-flexbox--four-medium-grids > * {
    width: calc(33.33333% - 50px); } }

@media (min-width: 84.375em) {
  .l-flexbox--four-medium-grids > * {
    width: calc(25% - 50px); } }

/* generated with grunt-sass-globbing */
.about-block {
  background-color: #213368;
  max-width: 70%;
  padding-left: 64px;
  padding-right: 64px; }

.about-block__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.accent__title {
  display: none;
  border-top: 2px solid #1C9AD6;
  color: #1C9AD6;
  font-family: "Noto Serif", serif;
  font-size: 14px;
  left: -5px;
  line-height: 1;
  padding-top: 15px;
  padding-right: 2rem;
  position: absolute;
  top: 20px;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -ms-transform-origin: left top 0;
      transform-origin: left top 0; }
  @media (min-width: 76.25em) {
    .accent__title {
      display: block; } }
  @media (min-width: 78.75em) {
    .accent__title {
      left: -15px;
      padding-top: 15px; } }
  @media (min-width: 83.125em) {
    .accent__title {
      font-size: 18px;
      left: -40px;
      padding-top: 25px; } }

.additional-authors__content p {
  margin: 0; }

.aligncenter {
  display: block;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.alignleft {
  max-width: 100%; }

.alignleft {
  float: none;
  margin: 0; }

@media (min-width: 43.75em) {
  .alignleft {
    float: left;
    margin: 0 1em 1em 0; } }

.alignright {
  max-width: 100%; }

.alignright {
  float: none;
  margin: 0; }

@media (min-width: 43.75em) {
  .alignright {
    float: right;
    margin: 0 0 1em 1em; } }

.authors__content p {
  margin: 0; }

.button {
  background-color: #1C9AD6;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1.1111111111;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal; }
  .button:focus, .button:hover {
    background-color: #2A5CAA;
    color: #ffffff;
    outline: 0; }
  .button:active {
    background-color: #2A5CAA;
    color: #ffffff; }
  .button[disabled] {
    background-color: #8C8B8C;
    color: #ffffff;
    cursor: default;
    pointer-events: none; }
  @media (min-width: 43.75em) {
    .button {
      margin: 0 0 0.35em; }
      .button + .button {
        margin-left: 0.35em; }
        [dir='rtl'] .button + .button {
          margin-left: 0;
          margin-right: 0.35em; } }

.citation__title {
  color: #800000; }

.citation__text {
  color: #4A4A4A;
  font-size: 14px;
  line-height: 1.6; }

.copyright {
  display: inline-block; }

.cta {
  background-color: #213368;
  color: #ffffff;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 43.75em) {
    .cta {
      padding-left: 3rem;
      padding-right: 3rem; } }
  .cta .cta__buttons .button {
    display: block;
    margin-left: 0; }
    @media (min-width: 43.75em) {
      .cta .cta__buttons .button {
        display: inline-block;
        margin-left: 0.5em; } }

.expert-spotlight {
  background-color: #fff;
  border-bottom: 10px solid #213368; }

.expert-spotlight__left {
  margin: 0;
  padding: 0; }
  .expert-spotlight__left img {
    display: block; }

.expert-spotlight__right {
  padding: 10px 0; }

.expert-spotlight__name a {
  color: #800000 !important; }

.expert .expert__image::after {
  transition: all 0.1s linear; }

.expert:hover .expert__image::after, .expert:focus .expert__image::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%; }

.expert__image {
  background-color: #ECECEC;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 20.625rem; }
  .expert__image img {
    display: block; }
  @media print {
    .expert__image {
      display: none; } }

.expert__meta {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase; }
  .expert__meta p {
    margin: 0; }

.expert__name {
  display: inline-block; }
  .expert__name::after {
    content: ', '; }
  .expert__name:last-of-type::after {
    content: ''; }
  .expert__name:only-child::after {
    content: ''; }

.expert__name-no-link {
  color: #000;
  display: inline-block;
  transition: none; }
  .expert__name-no-link:hover, .expert__name-no-link:focus, .expert__name-no-link:active {
    border-bottom: none !important;
    color: #000; }
  .expert__name-no-link::after {
    content: ', '; }
  .expert__name-no-link:last-of-type::after {
    content: ''; }
  .expert__name-no-link:only-child::after {
    content: ''; }

.experts--homepage {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  background-image: linear-gradient(to right, #213368 0%, maroon 100%); }
  .experts--homepage > * {
    position: relative;
    z-index: 65; }
  .experts--homepage a {
    color: #ffffff; }
    .experts--homepage a:hover, .experts--homepage a:focus {
      border-bottom: 1px solid #ffffff;
      color: #ffffff; }

.experts__seal {
  background-position: left 2rem;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (min-width: 0em) and (max-width: 43.75em) {
    .experts__seal {
      padding-top: 430px; } }
  @media (min-width: 43.75em) {
    .experts__seal {
      background-size: 530px; } }

.fa-resource {
  padding-left: 4rem;
  padding-right: 4rem;
  text-align: center; }

.facet__title {
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase; }
  .facet__title:hover, .facet__title:focus {
    cursor: pointer; }

.facet__toggle {
  float: right;
  font-weight: 300;
  font-size: 16px; }

.facetwp-search {
  width: 100%; }

.facetwp-counter {
  font-size: 14px;
  color: #8C9196; }

.facetwp-checkbox {
  font-size: 14px; }

.facetwp-facet {
  margin-bottom: 0 !important; }

.facetwp-type-fselect .fs-wrap {
  width: 100% !important; }

.fs-label-wrap .fs-label {
  line-height: 42px;
  height: 42px;
  font-size: 14px;
  vertical-align: middle;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.fs-label-wrap {
  background-color: #213368 !important;
  border: 0 !important;
  color: #ffffff !important;
  cursor: pointer !important; }
  .fs-label-wrap:hover, .fs-label-wrap:focus {
    background-color: #2A5CAA !important; }

.facetwp-type-fselect .fs-dropdown {
  font-size: 14px;
  width: 100% !important;
  max-width: 260px; }

.fs-search {
  display: none; }

.facetwp-search {
  margin: 0 !important; }

.facetwp-type-search {
  margin-bottom: 10px; }
  @media (min-width: 43.75em) {
    .facetwp-type-search {
      margin-bottom: 0; } }

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  background-color: #1C9AD6 !important; }

.fs-arrow {
  border: 0 !important;
  border-left: 1px solid #ffffff !important;
  height: auto !important;
  width: auto !important;
  background-image: url("../images/bg/chevron-down.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/chevron-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px; }

.facetwp-type-fselect {
  position: relative; }
  .facetwp-type-fselect .fs-arrow {
    /*position: absolute;
    right: 5px;
    top: 5px;*/
    color: #ffffff;
    display: block;
    padding-left: 10px;
    padding-right: 25px; }

.facet .facetwp-type-fselect .fs-option {
  word-break: normal !important; }
  .facet .facetwp-type-fselect .fs-option .fs-option-label {
    white-space: normal !important; }

.facetwp-btn {
  background-color: #213368 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  color: #ffffff;
  opacity: 1 !important;
  top: -11px !important;
  right: 0 !important;
  bottom: -6px !important;
  padding-left: 8px;
  padding-right: 10px;
  height: 42px;
  line-height: 42px !important;
  vertical-align: middle;
  font-style: normal; }

.facetwp-btn {
  background-image: url("../images/bg/search.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/search.svg"); }
  .facetwp-btn::before {
    background: transparent !important;
    display: none; }

.facetwp-btn.f-reset {
  background-image: url("../images/bg/times.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/times.svg"); }

.facet__clear {
  color: #C16600;
  font-size: 14px;
  text-transform: uppercase; }
  .facet__clear:hover, .facet__clear:focus {
    color: #000; }

.facetwp-selection-label {
  display: none; }

.facetwp-selections {
  display: inline-block !important;
  margin-left: 15px; }
  .facetwp-selections a {
    color: #8C8B8C; }
  .facetwp-selections .facetwp-selection-value {
    background-image: none !important;
    font-weight: 700;
    font-size: 14px;
    color: #8C8B8C !important; }
    .facetwp-selections .facetwp-selection-value::before {
      content: 'x';
      display: inline-block;
      margin-right: 5px;
      border: 1px solid #8C8B8C;
      padding: 1px 3px 0 3px;
      text-align: center;
      font-weight: 400 !important;
      line-height: 1;
      border-radius: 50%;
      height: 14px;
      font-size: 10px;
      width: 14px;
      vertical-align: middle; }
    .facetwp-selections .facetwp-selection-value:hover, .facetwp-selections .facetwp-selection-value:focus {
      color: #800000 !important;
      border-color: #800000; }

.featured-content {
  position: relative;
  z-index: 105; }

.featured-content--overlay {
  margin-top: 16px; }
  @media (min-width: 43.75em) {
    .featured-content--overlay {
      margin-top: -2rem; } }

.focus-areas .l-flexbox--two-grids {
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .focus-areas .l-flexbox--two-grids > *:only-child,
  .focus-areas .l-flexbox--two-grids > *:last-child,
  .focus-areas .l-flexbox--two-grids > *:last-of-type {
    -ms-flex-item-align: start;
        align-self: flex-start;
    justify-self: flex-start; }

.form-item {
  margin: 0 0 0.625rem; }

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

.form-item__label {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  max-height: 100%;
  transition: max-height 1.5s ease-in-out; }
  .is-disabled > .form-item__label {
    color: #213368; }
  .form-item__label.is-hidden {
    display: none;
    max-height: 0; }

.form-item__fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

.form-item__submit {
  margin-bottom: 0; }

.form-item__description {
  color: #213368; }
  .form-item__description > :last-child {
    margin-bottom: 0; }

.form-item__required-marker::before {
  content: '*'; }

.form-item__required {
  color: #800000;
  font-size: 14px;
  font-weight: 400; }


.form-item__color,
.form-item__date,
.form-item__email,
.form-item__month,
.form-item__number,
.form-item__password,
.form-item__search,
.form-item__select,
.form-item__tel,
.form-item__text,
.form-item__textarea,
.form-item__time,
.form-item__url,
.form-item__week,
.facetwp-search {
  -webkit-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: 1px solid #ECECEC;
  border-radius: 0;
  display: inline-block;
  font-size: 0.875rem;
  height: 2.75rem;
  line-height: 1.5714285714;
  padding: 0.7142857143em 0.5em;
  margin: 0.2em 0;
  max-width: 100%; }
  
  .form-item__color:focus,
  .form-item__date:focus,
  .form-item__email:focus,
  .form-item__month:focus,
  .form-item__number:focus,
  .form-item__password:focus,
  .form-item__search:focus,
  .form-item__select:focus,
  .form-item__tel:focus,
  .form-item__text:focus,
  .form-item__textarea:focus,
  .form-item__time:focus,
  .form-item__url:focus,
  .form-item__week:focus,
  .facetwp-search:focus {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
    outline: 0; }
  
  .form-item__color:disabled,
  .form-item__date:disabled,
  .form-item__email:disabled,
  .form-item__month:disabled,
  .form-item__number:disabled,
  .form-item__password:disabled,
  .form-item__search:disabled,
  .form-item__select:disabled,
  .form-item__tel:disabled,
  .form-item__text:disabled,
  .form-item__textarea:disabled,
  .form-item__time:disabled,
  .form-item__url:disabled,
  .form-item__week:disabled,
  .facetwp-search:disabled {
    background: #d6d7d9;
    border-color: #aeb0b5;
    cursor: default; }
  
  .form-item__color:-ms-input-placeholder,
  .form-item__date:-ms-input-placeholder,
  .form-item__email:-ms-input-placeholder,
  .form-item__month:-ms-input-placeholder,
  .form-item__number:-ms-input-placeholder,
  .form-item__password:-ms-input-placeholder,
  .form-item__search:-ms-input-placeholder,
  .form-item__select:-ms-input-placeholder,
  .form-item__tel:-ms-input-placeholder,
  .form-item__text:-ms-input-placeholder,
  .form-item__textarea:-ms-input-placeholder,
  .form-item__time:-ms-input-placeholder,
  .form-item__url:-ms-input-placeholder,
  .form-item__week:-ms-input-placeholder,
  .facetwp-search:-ms-input-placeholder {
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-family: "Noto Serif", serif; }
  
  .form-item__color::placeholder,
  .form-item__date::placeholder,
  .form-item__email::placeholder,
  .form-item__month::placeholder,
  .form-item__number::placeholder,
  .form-item__password::placeholder,
  .form-item__search::placeholder,
  .form-item__select::placeholder,
  .form-item__tel::placeholder,
  .form-item__text::placeholder,
  .form-item__textarea::placeholder,
  .form-item__time::placeholder,
  .form-item__url::placeholder,
  .form-item__week::placeholder,
  .facetwp-search::placeholder {
    color: #000;
    font-size: 14px;
    font-style: italic;
    font-family: "Noto Serif", serif; }
  .is-full-width >
  .form-item__color, .is-full-width >
  .form-item__date, .is-full-width >
  .form-item__email, .is-full-width >
  .form-item__month, .is-full-width >
  .form-item__number, .is-full-width >
  .form-item__password, .is-full-width >
  .form-item__search, .is-full-width >
  .form-item__select, .is-full-width >
  .form-item__tel, .is-full-width >
  .form-item__text, .is-full-width >
  .form-item__textarea, .is-full-width >
  .form-item__time, .is-full-width >
  .form-item__url, .is-full-width >
  .form-item__week, .is-full-width >
  .facetwp-search {
    width: 100%; }

.form-item__select {
  background-image: url("../images/bg/arrow-down.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/arrow-down.svg");
  background-position: right 0.8125rem center;
  background-repeat: no-repeat;
  background-size: 0.8125rem;
  padding-right: 2.0625rem; }
  [dir='rtl'] .form-item__select {
    background-position: left 0.8125rem center;
    padding-left: 2.0625rem;
    padding-right: 0; }
  .form-item__select::-ms-expand {
    display: none; }

.form-item__textarea {
  height: auto; }

.form-item__checkbox + .form-item__label,
.form-item__radio + .form-item__label {
  cursor: pointer;
  display: block; }
  .form-item__checkbox + .form-item__label::before,
  .form-item__radio + .form-item__label::before {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
    content: '\a0';
    display: inline-block;
    height: 1rem;
    line-height: 1rem;
    margin-right: 0.6em;
    text-indent: 0.15em;
    transition-duration: 0.2s;
    transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
    transition-timing-function: ease-in-out;
    vertical-align: middle\0;
    width: 1rem; }

.form-item__checkbox:checked + .form-item__label::before,
.form-item__radio:checked + .form-item__label::before {
  background-color: #0071bc;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc; }

.form-item__checkbox:focus + .form-item__label::before,
.form-item__radio:focus + .form-item__label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc, 0 0 3px 4px #3e94cf, 0 0 7px 4px #3e94cf; }

.form-item__checkbox:disabled + .form-item__label,
.form-item__radio:disabled + .form-item__label {
  color: #213368;
  cursor: default; }
  .form-item__checkbox:disabled + .form-item__label::before,
  .form-item__radio:disabled + .form-item__label::before {
    background-color: #d6d7d9;
    box-shadow: 0 0 0 1px #aeb0b5;
    cursor: not-allowed; }

.form-item__checkbox + .form-item__label::before {
  border-radius: 0.1875rem;
  box-shadow: 0 0 0 1px #757575;
  height: 1.125rem;
  line-height: 1.125rem;
  width: 1.125rem; }

.form-item__checkbox:checked + .form-item__label::before {
  background-image: url("../images/bg/correct.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/correct.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  box-shadow: 0 0 0 1px #0071bc; }

.form-item__checkbox:disabled + .form-item__label::before {
  box-shadow: 0 0 0 1px #aeb0b5; }

.form-item__checkbox:checked:disabled + .form-item__label::before {
  background-color: #aeb0b5; }

.form-item__range {
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  height: 2.75rem;
  margin: 0.2em 0;
  padding: 0; }
  .form-item__range:focus {
    box-shadow: none;
    outline: 0; }
    .form-item__range:focus::-moz-range-thumb {
      box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
    .form-item__range:focus::-ms-thumb {
      box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
    .form-item__range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .form-item__range:disabled {
    cursor: default; }
    .form-item__range:disabled::-moz-range-thumb {
      background: #d6d7d9;
      border-color: #aeb0b5;
      cursor: default; }
    .form-item__range:disabled::-moz-range-track {
      background: #d6d7d9;
      border-color: #aeb0b5;
      cursor: default; }
    .form-item__range:disabled::-ms-thumb {
      background: #d6d7d9;
      border-color: #aeb0b5;
      cursor: default; }
    .form-item__range:disabled::-ms-fill-lower, .form-item__range:disabled::-ms-fill-upper {
      background: #d6d7d9;
      border-color: #aeb0b5;
      cursor: default; }
    .form-item__range:disabled::-webkit-slider-thumb {
      background: #d6d7d9;
      border-color: #aeb0b5;
      cursor: default; }
    .form-item__range:disabled::webkit-slider-runnable-track {
      background: #d6d7d9;
      border-color: #aeb0b5;
      cursor: default; }
  .form-item__range::-moz-range-thumb {
    background: #757575;
    border: 1px solid #f1f1f1;
    border-radius: 0.1875rem;
    cursor: pointer;
    height: 2.75rem;
    outline: 0;
    width: 1.375rem; }
  .form-item__range::-moz-range-track {
    background: #aeb0b5;
    border: 1px solid #757575;
    cursor: pointer;
    display: block;
    height: 0.625rem;
    margin: 0;
    outline: 0;
    width: 100%; }
  .form-item__range::-ms-thumb {
    background: #757575;
    border: 1px solid #f1f1f1;
    border-radius: 0.1875rem;
    cursor: pointer;
    height: 2.75rem;
    outline: 0;
    width: 1.375rem;
    margin-top: 0 !important; }
  .form-item__range::-ms-track {
    background: #aeb0b5;
    border: 1px solid #757575;
    cursor: pointer;
    display: block;
    height: 0.625rem;
    margin: 0;
    outline: 0;
    width: 100%;
    background: transparent;
    border: 0;
    color: transparent; }
  .form-item__range::-ms-fill-lower, .form-item__range::-ms-fill-upper {
    background: #aeb0b5;
    border: 1px solid #757575; }
  .form-item__range::-webkit-slider-thumb {
    background: #757575;
    border: 1px solid #f1f1f1;
    border-radius: 0.1875rem;
    cursor: pointer;
    height: 2.75rem;
    outline: 0;
    width: 1.375rem;
    -webkit-appearance: none;
    margin-top: -1.125rem; }
  .form-item__range::-webkit-slider-runnable-track {
    background: #aeb0b5;
    border: 1px solid #757575;
    cursor: pointer;
    display: block;
    height: 0.625rem;
    margin: 0;
    outline: 0;
    width: 100%; }
  .is-full-width > .form-item__range {
    width: 100%; }

.gallery-caption {
  max-width: 100%; }

.hero-bg-image {
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  padding: 4em 1em;
  text-align: center; }
  .hero-bg-image.has-overlay {
    position: relative; }
    .hero-bg-image.has-overlay:after {
      background: rgba(0, 0, 0, 0.5);
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .hero-bg-image.has-overlay .hero-bg-image__content {
      position: relative;
      z-index: 2; }

.hero-bg-image__title {
  margin-bottom: 0.25em; }

.hero--homepage {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  mix-blend-mode: multiply;
  transition: all linear 0.1s; }
  .hero--homepage::before {
    /*@extend %gradient-bg;
    bottom: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    padding-top: 2rem;
    mix-blend-mode: overlay;
    opacity: 0.95;
    top: 0;
    transition: all linear 0.1s;*/ }
  .hero--homepage > * {
    position: relative;
    z-index: 60; }
  .hero--homepage .hero__title {
    color: #ffffff;
    font-size: 40px; }
    @media (min-width: 43.75em) {
      .hero--homepage .hero__title {
        font-size: 60px; } }
    @media print {
      .hero--homepage .hero__title {
        color: #000; } }
  .hero--homepage .hero__content {
    color: #ffffff; }
    @media print {
      .hero--homepage .hero__content {
        color: #000; } }
  .hero--homepage .hero__column--image {
    -ms-flex-order: 2;
        order: 2;
    padding-top: 1rem; }
    @media (min-width: 50em) {
      .hero--homepage .hero__column--image {
        -ms-flex-order: 1;
            order: 1;
        padding-top: 13rem; } }
  .hero--homepage .hero__column--text {
    -ms-flex-order: 1;
        order: 1;
    padding-top: 1rem; }
    @media (min-width: 0) and (max-width: 50em) {
      .hero--homepage .hero__column--text {
        width: 100%; } }
    @media (min-width: 50em) {
      .hero--homepage .hero__column--text {
        -ms-flex-order: 2;
            order: 2;
        padding-top: 9rem; } }

.hero--large-padding {
  padding-bottom: 10rem; }

.hero__image {
  margin-top: -8rem;
  position: relative; }

.hero--overlay-image {
  position: relative;
  background-image: url(../images/gradient-overlay.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.hero-inline-image {
  color: #fff;
  padding: 0;
  position: relative;
  text-align: center; }
  .hero-inline-image.has-overlay:after {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .hero-inline-image.has-overlay .hero-inline-image__content {
    z-index: 2; }

.hero-inline-image__title {
  margin-bottom: 0.25em; }

.hero-inline-image__picture {
  display: block;
  line-height: 0; }

.hero-inline-image__content {
  background: rgba(0, 0, 0, 0.5);
  bottom: 5%;
  padding: 1em;
  position: absolute;
  right: 5%; }

.image-pullquote__column-image {
  display: inline-block; }

.image-pullquote__content-column {
  font-family: "Noto Serif", serif;
  padding-left: 16px; }
  @media (min-width: 43.75em) {
    .image-pullquote__content-column {
      padding-top: 12.5rem; }
      .image-pullquote__content-column > * {
        padding-left: 40px; } }

@media (min-width: 43.75em) {
  .image-pullquote__content-text {
    border-left: 10px solid #800000;
    padding-left: 32px; } }

.image-pullquote__content-attribution {
  color: #800000;
  font-size: 18px; }

.meta > p {
  margin: 0; }

.meta__type {
  color: #800000;
  font-family: "Noto Serif", serif;
  font-size: 22px; }

.meta__date,
.meta__authors {
  color: #4A4A4A; }

.meta__icon {
  display: inline-block;
  position: relative; }

.meta__icon > .meta__link {
  height: 40px;
  overflow: hidden;
  width: 40px;
  display: block;
  text-indent: -999999em; }
  .meta__icon > .meta__link::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }
  .meta__icon > .meta__link::before, .meta__icon > .meta__link::after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 2.5rem;
    left: 0;
    position: absolute;
    width: 2.5rem;
    top: 0;
    transition: all 0.2s ease-in-out; }
  .meta__icon > .meta__link::after {
    opacity: 0; }
  .meta__icon > .meta__link:hover {
    border-bottom: 0 !important; }
    .meta__icon > .meta__link:hover::before {
      opacity: 0; }
    .meta__icon > .meta__link:hover::after {
      opacity: 1; }

.meta__website > .meta__link::before {
  background-image: url("../images/bg/website.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/website.svg"); }

.meta__website > .meta__link::after {
  background-image: url("../images/bg/website-active.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/website-active.svg"); }

.meta__email > .meta__link::before {
  background-image: url("../images/bg/email.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/email.svg"); }

.meta__email > .meta__link::after {
  background-image: url("../images/bg/email-active.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/email-active.svg"); }

.meta__phone > .meta__link::before {
  background-image: url("../images/bg/telephone.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/telephone.svg"); }

.meta__phone > .meta__link::after {
  background-image: url("../images/bg/telephone-active.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/telephone-active.svg"); }

.meta__social--facebook > .meta__link::before {
  background-image: url("../images/bg/facebook.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/facebook.svg"); }

.meta__social--facebook > .meta__link::after {
  background-image: url("../images/bg/facebook-active.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/facebook-active.svg"); }

.meta__social--twitter > .meta__link::before {
  background-image: url("../images/bg/twitter.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/twitter.svg"); }

.meta__social--twitter > .meta__link::after {
  background-image: url("../images/bg/twitter-active.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/twitter-active.svg"); }

.meta__social--linkedin > .meta__link::before {
  background-image: url("../images/bg/linkedin.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/linkedin.svg"); }

.meta__social--linkedin > .meta__link::after {
  background-image: url("../images/bg/linkedin-active.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/linkedin-active.svg"); }

.meta__social--research-gate > .meta__link::before {
  background-image: url("../images/bg/research-gate.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/research-gate.svg"); }

.meta__social--research-gate > .meta__link::after {
  background-image: url("../images/bg/research-gate-active.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/research-gate-active.svg"); }

.meta__social--google-scholar > .meta__link::before {
  background-image: url("../images/bg/google-scholar.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/google-scholar.svg"); }

.meta__social--google-scholar > .meta__link::after {
  background-image: url("../images/bg/google-scholar-active.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/google-scholar-active.svg"); }

@media (min-width: 43.75em) {
  .mobile-menu {
    display: none; } }

.mobile-menu__bar {
  background-color: rgba(243, 243, 243, 0.98);
  border-bottom: 1px solid #dadada;
  box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.4);
  color: #555559;
  height: 3.4375em;
  text-align: center; }

.mobile-menu__button {
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
  border: 0;
  color: #555559;
  display: inline-block;
  font-size: 1.375rem;
  font-weight: bold;
  height: 3.4375rem;
  line-height: 3.4375rem;
  margin: 0;
  padding: 0 1em;
  text-decoration: none;
  position: relative;
  z-index: 999; }
  .mobile-menu__button:focus {
    outline: thin dotted; }

.mobile-menu__button--menu {
  border-right: 1px solid #dadada;
  float: left; }

.mobile-menu__button--search {
  border-left: 1px solid #dadada;
  float: right; }

.mobile-menu__icon {
  height: 22px;
  overflow: hidden;
  width: 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  display: inline-block;
  margin-top: 1rem; }
  .mobile-menu__icon::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }

.is-active .mobile-menu__icon--menu, .is-active .mobile-menu__icon--search {
  background-image: url("../images/bg/mobile-close.png");
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.9%202.2l-2.2-2.2-8.8%208.8-8.8-8.8-2.2%202.2%208.8%208.8-8.8%208.8%202.2%202.2%208.8-8.8%208.8%208.8%202.2-2.2-8.8-8.8%208.8-8.8z%22%2F%3E%0A%3C%2Fsvg%3E'); }

.mobile-menu__icon--menu {
  background-image: url("../images/bg/mobile-menu.png");
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2233%22%20height%3D%2222%22%20viewBox%3D%220%200%2033%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M0%2022h33.1v-3.7h-33.1v3.7zM0%2012.8h33.1v-3.7h-33.1v3.7zM0%200v3.7h33.1v-3.7h-33.1z%22%2F%3E%0A%3C%2Fsvg%3E');
  background-size: 33px 22px;
  width: 33px; }
  .is-active .mobile-menu__icon--menu {
    background-size: 22px 22px; }

.mobile-menu__icon--search {
  background-image: url("../images/bg/mobile-search.png");
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.3%2018.7l-5.2-4.4c-0.5-0.5-1.1-0.7-1.6-0.7%201.2-1.4%202-3.3%202-5.4%200-4.6-3.7-8.2-8.2-8.2s-8.2%203.7-8.2%208.3%203.7%208.3%208.3%208.3c2%200%203.9-0.7%205.4-2%200%200.5%200.2%201%200.7%201.6l4.4%205.2c0.8%200.8%202%200.9%202.8%200.2s0.7-2-0.2-2.8zM8.3%2013.8c-3%200-5.5-2.5-5.5-5.5s2.5-5.5%205.5-5.5%205.5%202.5%205.5%205.5-2.5%205.5-5.5%205.5z%22%2F%3E%0A%3C%2Fsvg%3E'); }

.mobile-menu__links {
  background-color: #f3f3f3;
  background-color: rgba(243, 243, 243, 0.98);
  color: #555559;
  position: absolute;
  width: 100%;
  z-index: 905; }

.mobile-menu__search {
  display: none;
  padding: 0;
  z-index: 915;
  position: relative; }
  .mobile-menu__search form,
  .mobile-menu__search .form-item,
  .mobile-menu__search .form-text {
    width: 100%; }
  .mobile-menu__search .form-text {
    box-sizing: border-box; }

.nav,
.menu {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav__item,
.menu-item {
  margin-bottom: 0; }

.nav--inline > .nav__item,
.nav--inline > .menu-item,
.mobile--social > .nav__item,
.nav--copyright ul.nav > .nav__item,
.nav--primary ul.nav > .nav__item,
.nav--secondary ul.menu > .nav__item,
.nav--social ul.nav > .nav__item,
.nav--utility ul.nav > .nav__item,
.mobile--social > .menu-item,
.nav--copyright ul.nav > .menu-item,
.nav--primary ul.nav > .menu-item,
.nav--secondary ul.menu > .menu-item,
.nav--social ul.nav > .menu-item,
.nav--utility ul.nav > .menu-item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }


.nav--pillbox::after {
  clear: both;
  content: '';
  display: table; }


.nav--pillbox .nav__item {
  display: inline-block;
  margin: 0 3px 5px 0; }


.nav--pillbox .nav__link {
  background-color: transparent;
  border: 0;
  border-radius: 0.5rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1.1111111111;
  padding: 0.75rem 1.25rem;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  border: 1px solid #ffffff;
  display: block;
  font-size: 14px;
  padding: 8px 16px;
  margin: 0; }
  
  .nav--pillbox .nav__link:focus,
  .nav--pillbox .nav__link:hover {
    background-color: #ffffff;
    color: #213368;
    outline: 0; }
  
  .nav--pillbox .nav__link:active {
    background-color: #ffffff;
    color: #213368; }
  
  .nav--pillbox .nav__link[disabled] {
    background-color: #d6d7d9;
    color: #323a45;
    cursor: default;
    pointer-events: none; }
  
  .nav--pillbox .nav__link.is-active,
  .nav--pillbox .nav__link:hover,
  .nav--pillbox .nav__link:focus {
    background-color: #ffffff;
    color: #213368 !important; }

.pager,
.facetwp-pager {
  clear: both;
  list-style: none;
  margin: 2em 0;
  padding: 0;
  text-align: center; }

.facetwp-page {
  padding: 3px 6px !important; }

.pager__item,
.facetwp-page {
  color: #800000 !important;
  display: inline-block;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 0) and (max-width: 43.75em) {
    .pager__item,
    .facetwp-page {
      display: none; } }
  .pager__item.facet-pager, .pager__item.facet-text, .pager__item.pager__item--next, .pager__item.pager__item--previous, .pager__item.pager__item--current,
  .facetwp-page.facet-pager,
  .facetwp-page.facet-text,
  .facetwp-page.pager__item--next,
  .facetwp-page.pager__item--previous,
  .facetwp-page.pager__item--current {
    display: inline-block; }

.pager__item--current,
.facetwp-page.active, .pager__link,
.facetwp-page {
  background-color: transparent;
  color: #800000;
  min-width: 2.75rem;
  padding: 0.8125em; }

.pager__item--current,
.facetwp-page.active {
  background-color: #1C9AD6;
  color: #ffffff !important;
  font-weight: 400 !important; }
  .pager__item--current:hover, .pager__item--current:focus,
  .facetwp-page.active:hover,
  .facetwp-page.active:focus {
    color: #ffffff !important; }

.pager__link,
.facetwp-page {
  display: inline-block;
  text-decoration: none; }
  .pager__link:focus, .pager__link:hover,
  .facetwp-page:focus,
  .facetwp-page:hover {
    color: #213368 !important; }

.facet-pager-prev,
.facet-pager-next {
  color: #1C9AD6 !important; }

.facet-text {
  color: #213368 !important;
  font-size: 18px; }

.partnerships--homepage {
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 115; }
  .partnerships--homepage::after {
    background-color: transparent;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%); }

.post__subtitle {
  color: #8C8B8C; }

.post__content a:not(.r-tabs-anchor) {
  border-bottom: 2px solid transparent; }
  .post__content a:not(.r-tabs-anchor):not(.button):not(.r-tabs-anchor):hover, .post__content a:not(.r-tabs-anchor):not(.button):not(.r-tabs-anchor):focus {
    color: #213368;
    border-bottom: 2px solid #800000; }

.post__content ol {
  counter-reset: li;
  list-style: none;
  margin: 0 0 1rem;
  padding: 0; }
  .post__content ol li {
    counter-increment: li; }
    .post__content ol li::before {
      content: counter(li);
      color: #800000;
      font-family: "Noto Serif", serif;
      font-weight: 700;
      margin-right: 15px;
      text-align: right; }

.post__content ul:not(.r-tabs-nav) {
  list-style: inside; }
  .post__content ul:not(.r-tabs-nav) li::before {
    margin-right: 15px; }

.post__meta {
  line-height: 1.4; }
  .project__meta .post__meta {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36); }
    @media (min-width: 43.75em) {
      .project__meta .post__meta {
        border-bottom: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.36);
        margin-bottom: 0;
        padding-bottom: 0; } }
    .project__meta .post__meta:last-child {
      border-right: 0;
      border-bottom: 0;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important; }

.post__image--expert {
  width: 25rem;
  margin-right: 1.5625rem; }

.post__image--overlay {
  margin-top: 16px; }
  @media (min-width: 43.75em) {
    .post__image--overlay {
      margin-top: -2rem; } }

@media (min-width: 43.75em) {
  .project__meta {
    padding-bottom: 4rem; } }

.r-tabs-tab,
.r-tabs-accordion-title {
  background-color: #213368;
  padding-left: 8px;
  padding-right: 8px; }
  .r-tabs-tab::before,
  .r-tabs-accordion-title::before {
    display: none !important; }
  .r-tabs-tab a,
  .r-tabs-accordion-title a {
    color: #ffffff; }
    .r-tabs-tab a:hover, .r-tabs-tab a:focus,
    .r-tabs-accordion-title a:hover,
    .r-tabs-accordion-title a:focus {
      color: #ffffff; }
  .r-tabs-tab.r-tabs-state-active,
  .r-tabs-accordion-title.r-tabs-state-active {
    background-color: #1C9AD6; }

.r-tabs-panel {
  border: 1px solid #ECECEC; }
  .r-tabs-panel .blockquote--side.alignleft {
    margin-left: 0; }
  .r-tabs-panel .blockquote--side.alignright {
    margin-right: 0; }

.related-content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 104; }
  .related-content.partnerships--homepage {
    z-index: 40; }
  .related-content::after, .related-content::before {
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20; }
  .related-content::before {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.5) 1%, white 100%);
    z-index: 21; }
  .related-content::after {
    background-color: rgba(0, 0, 0, 0.25); }
  .related-content > * {
    position: relative;
    z-index: 25; }
  @media print {
    .related-content {
      display: none; } }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.section__image {
  -ms-flex-order: 2;
      order: 2; }
  @media (min-width: 61.25em) {
    .section__image {
      position: absolute;
      bottom: -4rem;
      z-index: 600;
      margin-top: 6rem; } }
  @media (min-width: 61.25em) {
    .section__image img {
      margin-top: 6rem;
      max-width: 80%; } }

.section__image--left {
  left: 0; }

.skiplinks {
  left: 50%;
  margin-left: -7em;
  position: absolute;
  width: 14em;
  z-index: 9999; }

.skiplinks__link,
.skiplinks__link:visited,
.skiplinks__link:focus {
  background-color: #333;
  border: 2px solid #eee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  color: #eee;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 0.25em 0.5em;
  text-align: center;
  text-decoration: none;
  width: 14em; }

#main:focus {
  outline: 0; }

.social-sharing .addtoany_list {
  display: inline-block; }

.social-sharing .addtoany_list a, .social-sharing .widget .addtoany_list a {
  line-height: 1;
  border: 0 !important;
  padding: 0;
  outline: 0; }
  .social-sharing .addtoany_list a:hover, .social-sharing .addtoany_list a:focus, .social-sharing .widget .addtoany_list a:hover, .social-sharing .widget .addtoany_list a:focus {
    border: 0; }

@media print {
  .social-sharing {
    display: none; } }

.social-sharing__link {
  display: inline-block;
  border: 0 !important;
  padding: 0; }
  .social-sharing__link:hover, .social-sharing__link:focus {
    border: 0; }

a.addtoany_share img {
  margin-top: 3px; }

.social-sharing__icon {
  line-height: 2.5rem;
  vertical-align: middle; }

.sticky {
  display: block; }

.tablepress tfoot th,
.tablepress thead th {
  background-color: #213368 !important;
  border-top-color: #213368 !important;
  border-left-color: #213368 !important;
  border-right-color: #213368 !important;
  color: #ffffff;
  line-height: 1.2; }

.tablepress tbody {
  border: 1px solid #A6A6A6 !important; }

.tablepress td {
  line-height: 1.2; }

.tablepress-table-name {
  background-color: #2A5CAA;
  color: #ffffff;
  font-family: "Montserrat", "Helvetica Neue", sans-serif;
  font-size: 1.5625rem;
  padding: 8px;
  text-align: center; }

.wp-caption {
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    max-width: 100%; }

.wp-caption-text {
  font-size: 14px;
  line-height: 1.25rem; }

.wpcf7-form br {
  display: none; }

.button--danger {
  background-color: #e31c3d;
  color: #fff; }
  .button--danger:focus, .button--danger:hover {
    background-color: #cd2026;
    color: #fff; }
  .button--danger:active {
    background-color: #981b1e;
    color: #fff; }

.button--lg {
  font-size: 2rem;
  line-height: 0.78125;
  padding: 0.9375rem 1.875rem; }

.button--secondary {
  background-color: #5b616b;
  color: #fff; }
  .button--secondary:focus, .button--secondary:hover {
    background-color: #323a45;
    color: #fff; }
  .button--secondary:active {
    background-color: #212121;
    color: #fff; }

.button--sm {
  font-size: 1.125rem;
  line-height: 0.9444444444;
  padding: 0.5rem 1rem; }

.card {
  background-color: #ffffff;
  color: #213368;
  padding: 2rem;
  padding-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      -ms-grid-row-align: flex-start;
      align-items: flex-start; }
  .card > * {
    width: 100%; }
    .card > *:last-child:not(.card__top) {
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .card > *:only-child {
      -ms-flex-item-align: start;
          align-self: flex-start; }
  .card:hover, .card:focus {
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.15), 0px 15px 14px 0 rgba(0, 0, 0, 0.1); }
    .card:hover .card__title, .card:focus .card__title {
      color: #800000; }

.card--quarter-padding {
  padding: 0.25rem; }

.card--half-padding {
  padding: 0.5rem; }

.card--has-border {
  border: 1px solid transparent;
  border-bottom: 11px solid #213368; }
  .card--has-border:hover, .card--has-border:focus {
    border-color: #800000;
    border-bottom-width: 11px; }

.card__type {
  color: #800000;
  font-size: 0.6875rem;
  line-height: 1.2; }

.card__title {
  color: #ffffff;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  line-height: 1.4; }
  .card--image-bg .card__title {
    color: #ffffff;
    text-shadow: 1px 1px 1px #2B2B2B; }

.card__meta {
  font-size: 14px; }

.card__date {
  color: #4A4A4A; }
  .card__date::before {
    background-color: #1C9AD6;
    content: '';
    display: block;
    height: 2px;
    width: 32px; }

.card__featured {
  background-color: #F8A423;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.6;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-transform: uppercase;
  width: auto; }

.card--image-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .card--image-bg.card {
    position: relative; }
    .card--image-bg.card:hover .card__title, .card--image-bg.card:focus .card__title {
      color: #ffffff; }
    .card--image-bg.card::before {
      background-color: rgba(0, 0, 0, 0.35);
      bottom: 0;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      transition: background-color ease 0.15s;
      z-index: 18; }
    .card--image-bg.card > * {
      position: relative;
      z-index: 21; }
  .card--image-bg:hover::before, .card--image-bg:focus::before {
    background-color: rgba(0, 0, 0, 0.15); }
  .card--image-bg .card__title {
    color: #ffffff; }
  .card--image-bg .card__explore {
    color: #ffffff; }

.card__explore {
  color: #800000;
  font-size: 14px; }

.card--has-shadow,
.cards--featured .card .card--image-bg {
  box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.15); }
  .card--has-shadow:hover, .card--has-shadow:focus,
  .cards--featured .card .card--image-bg:hover,
  .cards--featured .card .card--image-bg:focus {
    box-shadow: 0 0px 4px 2px rgba(0, 0, 0, 0.15), 0px 15px 14px 0 rgba(0, 0, 0, 0.1); }

.card__summary {
  color: #000;
  font-size: 18px;
  line-height: 1.5; }

.card--large .card__featured {
  color: #000;
  position: absolute;
  left: 0;
  line-height: 2;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  top: 0; }

.card--large:hover .card__title, .card--large:focus .card__title {
  color: #800000 !important; }

.card--has-overlay {
  position: relative;
  z-index: 115; }
  .card--has-overlay:hover .card__title, .card--has-overlay:focus .card__title {
    color: #800000; }
  .card--has-overlay .card__content {
    background-color: #ffffff;
    padding: 32px;
    padding-bottom: 48px; }
  .card--has-overlay .card--image-bg {
    /*padding-bottom: 100px;
    margin-bottom: 250px;*/ }
    .card--has-overlay .card--image-bg + .card__content {
      z-index: 115; }
      @media (min-width: 61.25em) {
        .card--has-overlay .card--image-bg + .card__content {
          left: 50%;
          margin-left: -40%;
          max-width: 80%;
          position: absolute;
          bottom: -80px; } }
      @media (min-width: 87.5em) {
        .card--has-overlay .card--image-bg + .card__content {
          /*bottom: -($vertical-spacing * 4);*/ } }
  .card--has-overlay .card__title {
    color: #213368; }
  .card--has-overlay .card__explore {
    color: #800000; }

.card__link {
  font-weight: 600; }

.cards--featured .card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.875rem;
  padding: 0;
  position: relative;
  z-index: 30; }
  @media (min-width: 43.75em) {
    .cards--featured .card {
      margin-bottom: 0; } }
  .cards--featured .card:hover, .cards--featured .card:focus {
    box-shadow: none; }
  .cards--featured .card .card--image-bg {
    border: 2px solid #F8A423;
    min-height: 12.5rem;
    padding: 2rem; }
    @media (min-width: 43.75em) {
      .cards--featured .card .card--image-bg {
        margin-bottom: 0;
        min-height: 21.875rem; } }
    @media (min-width: 75em) {
      .cards--featured .card .card--image-bg {
        min-height: 28.125rem; } }
    .cards--featured .card .card--image-bg:hover .card__title, .cards--featured .card .card--image-bg:focus .card__title {
      color: #ffffff; }

.cards--featured .card__title {
  font-size: 30px;
  line-height: 1.2; }

.cards--featured .card--large.card--image-bg {
  min-height: 28.125rem; }
  @media (min-width: 87.5em) {
    .cards--featured .card--large.card--image-bg {
      min-height: 38.125rem; } }

.cards--featured .card--large .card {
  bottom: -7.5rem; }

.cards--featured .card--has-yellow-border {
  border: 2px solid #F8A423; }

.cards--featured .card--sm {
  padding: 2rem;
  min-height: 20.625rem; }

.breadcrumb__content {
  font-size: 14px; }

.footer {
  background-color: #213368;
  color: #ffffff;
  text-align: center; }
  @media (min-width: 43.75em) {
    .footer {
      text-align: left;
      position: relative;
      top: 170px; } }
  @media print {
    .footer {
      display: none; } }

.footer__content {
  font-size: 14px; }

.footer__heading {
  font-family: "Noto Serif", serif;
  font-size: 16px; }

.footer__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 165px; }

.footer__address {
  line-height: 1.5; }

.footer__copyright {
  border-top: 1px solid #8C8B8C; }

@media (max-width: 980px) {
  .footer__newsletter {
    width: 100%; } }

.header {
  background-color: #ffffff;
  display: none;
  overflow: hidden;
  position: fixed;
  max-height: 300px;
  top: 0;
  transition: all ease-in-out 0.1s;
  width: 100%;
  z-index: 900; }
  @media (min-width: 43.75em) {
    .header {
      display: block; } }
  .header.is-fixed {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.21);
    position: fixed; }
    .admin-bar .header.is-fixed {
      top: 32px; }
    .header.is-fixed > * {
      position: relative; }
    .header.is-fixed:hover .nav--secondary, .header.is-fixed:focus .nav--secondary {
      max-height: 100px; }
  @media print {
    .header {
      display: none; } }

.header__search {
  max-height: 0;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100; }

.header__searchform {
  background-color: #213368;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }

.header__search-button {
  margin-top: 3px;
  margin-left: 1px; }

.header__search-close {
  display: none;
  position: absolute; }
  @media (min-width: 43.75em) {
    .header__search-close {
      display: block;
      top: 2rem;
      right: 2rem; } }

.header__search-close-link {
  color: #ffffff;
  font-size: 14px; }
  .header__search-close-link:hover, .header__search-close-link:focus {
    color: #ffffff;
    border-bottom: 0;
    text-decoration: underline; }

.header__search-input {
  width: 100%; }

.logo {
  display: none; }
  @media (min-width: 43.75em) {
    .logo {
      display: block; } }

.logo--mobile {
  display: block; }
  .logo--mobile .logo__link {
    height: 30px;
    overflow: hidden;
    width: 165px;
    background-size: contain;
    margin-top: 0.75rem; }
    .logo--mobile .logo__link::before {
      content: '';
      display: block;
      height: 150%;
      width: 0; }

.logo__link {
  background-image: url("../images/bg/chapin-logo.png");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/chapin-logo.svg");
  height: 34px;
  overflow: hidden;
  width: 210px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 210px 34px;
  display: inline-block; }
  .logo__link::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }
  @media (min-width: 71.25em) {
    .logo__link {
      height: 86px;
      overflow: hidden;
      width: 400px;
      background-size: 400px auto; }
      .logo__link::before {
        content: '';
        display: block;
        height: 150%;
        width: 0; } }
  .header.is-fixed .logo__link {
    height: 36px;
    overflow: hidden;
    width: 200px;
    background-size: 200px auto; }
    .header.is-fixed .logo__link::before {
      content: '';
      display: block;
      height: 150%;
      width: 0; }

@media (min-width: 43.75em) {
  .main {
    position: relative;
    top: 170px; } }

@media print {
  .main {
    top: 10px; } }

.nav--copyright {
  display: inline-block; }
  .nav--copyright .nav__link {
    color: #ffffff; }
  @media print {
    .nav--copyright {
      display: none; } }

.nav--footer {
  display: none; }
  @media (min-width: 61.25em) {
    .nav--footer {
      display: block; } }
  .nav--footer .nav__item {
    font-size: 14px; }
  .nav--footer .nav__link {
    color: #ffffff; }
  @media print {
    .nav--footer {
      display: none; } }

.nav--mobile-menu {
  margin: 0.75em 0 0 0; }
  .nav--mobile-menu .nav__item {
    margin: 0;
    padding: 0; }
  .nav--mobile-menu .nav__link {
    background-color: transparent;
    border: 0;
    color: #555559;
    display: block;
    font-size: 1.125em;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
    padding: 0.5972222222em 1.25em;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: auto;
    z-index: 3; }
    .nav--mobile-menu .nav__link:focus, .nav--mobile-menu .nav__link:hover, .nav--mobile-menu .nav__link:active, .nav--mobile-menu .nav__link.is-active {
      color: #000; }
  .nav--mobile-menu .nav__item--parent {
    position: relative; }
    .nav--mobile-menu .nav__item--parent.is-open {
      background: #fff;
      background: rgba(255, 255, 255, 0.98); }
    .nav--mobile-menu .nav__item--parent > .nav__link {
      display: inline-block; }
  .nav--mobile-menu .nav__subnav-arrow {
    background: none;
    height: 44px;
    overflow: hidden;
    width: 100%;
    background-image: url("../images/bg/mobile-arrow-down.png");
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%200l7.5%207.5%207.5-7.5%202.3%202.3-9.7%209.7-9.7-9.7%202.3-2.3z%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 19px 12px;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 2.75em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    z-index: 2; }
    .nav--mobile-menu .nav__subnav-arrow::before {
      content: '';
      display: block;
      height: 150%;
      width: 0; }
    .nav--mobile-menu .nav__subnav-arrow:focus {
      outline: thin dotted; }
    .nav--mobile-menu .nav__subnav-arrow.is-active {
      background-image: url("../images/bg/mobile-arrow-up.png");
      background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%2012l7.5-7.5%207.5%207.5%202.3-2.3-9.7-9.7-9.7%209.7%202.3%202.3z%22%2F%3E%0A%3C%2Fsvg%3E'); }
    [dir='rtl'] .nav--mobile-menu .nav__subnav-arrow {
      left: 0;
      right: auto; }
  .nav--mobile-menu .nav__subnav {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav--mobile-menu .nav__subnav .nav__link {
      color: #555559;
      padding-left: 2em; }
      .nav--mobile-menu .nav__subnav .nav__link:focus, .nav--mobile-menu .nav__subnav .nav__link:hover, .nav--mobile-menu .nav__subnav .nav__link:active {
        color: #000; }

.nav--primary {
  border-top: 1px solid #ECECEC;
  display: none;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem; }
  @media (min-width: 43.75em) {
    .nav--primary {
      display: block; } }
  .header.is-fixed .nav--primary {
    padding-bottom: 4px;
    padding-top: 4px; }
  .nav--primary .nav__item {
    margin-left: 10px;
    margin-right: 10px; }
    @media (min-width: 61.25em) {
      .nav--primary .nav__item {
        margin-left: 20px;
        margin-right: 20px; } }
    .nav--primary .nav__item.current-page-ancestor a, .nav--primary .nav__item.current_page_item a {
      color: #800000; }
  .nav--primary .nav__link {
    color: #000;
    font-size: 1rem;
    text-transform: uppercase; }
    .header.is-fixed .nav--primary .nav__link {
      font-size: 14px;
      line-height: 1; }
    .nav--primary .nav__link:hover, .nav--primary .nav__link:focus {
      color: #800000;
      border-bottom: 0;
      border-bottom: 2px solid; }
  @media print {
    .nav--primary {
      display: none; } }

.nav--secondary {
  background-color: #213368;
  display: none;
  transition: max-height ease 0.25s; }
  .header.is-fixed .nav--secondary {
    max-height: 0;
    overflow: hidden; }
  @media (min-width: 43.75em) {
    .nav--secondary {
      display: block; } }
  .nav--secondary ul.menu {
    line-height: 1.5;
    padding-top: 3px;
    padding-bottom: 3px; }
  .nav--secondary .menu-item {
    margin-left: 10px;
    margin-right: 10px; }
    @media (min-width: 61.25em) {
      .nav--secondary .menu-item {
        margin-left: 20px;
        margin-right: 20px; } }
    .nav--secondary .menu-item > a {
      color: #ffffff;
      font-size: 12px;
      text-transform: uppercase; }
      @media (min-width: 61.25em) {
        .nav--secondary .menu-item > a {
          font-size: 14px; } }
      .header.is-fixed .nav--secondary .menu-item > a {
        font-size: 12px; }
      .nav--secondary .menu-item > a:hover, .nav--secondary .menu-item > a:focus {
        border-bottom: 2px solid #ffffff !important;
        color: #ffffff !important; }
  @media print {
    .nav--secondary {
      display: none; } }

.nav--social {
  display: none; }
  @media (min-width: 43.75em) {
    .nav--social {
      display: block; } }
  .nav--social ul.nav {
    font-size: 14px; }
    @media (min-width: 61.25em) {
      .nav--social ul.nav {
        font-size: 18px; } }
  .nav--social .nav__item {
    margin-right: 10px; }
    .nav--social .nav__item:last-child {
      margin-right: 0; }
  .nav--social .nav__link {
    border-radius: 50%;
    border: 1px solid #ECECEC;
    color: #8C8B8C;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px; }
    @media (min-width: 61.25em) {
      .nav--social .nav__link {
        height: 40px;
        line-height: 40px;
        width: 40px; } }
    .nav--social .nav__link:hover, .nav--social .nav__link:focus {
      border-color: #1C9AD6;
      color: #1C9AD6; }
    .header.is-fixed .nav--social .nav__link {
      height: 26px;
      line-height: 26px;
      width: 26px;
      font-size: 14px; }
  @media print {
    .nav--social {
      display: none; } }

.nav--subnav {
  font-size: 14px; }

.nav--utility {
  display: none; }
  @media (max-width: 980px) {
    .nav--utility {
      position: absolute;
      top: 5px;
      right: 1em;
      width: 100%; } }
  @media (min-width: 43.75em) {
    .nav--utility {
      display: block; } }
  .nav--utility .nav__item {
    font-size: 12px;
    margin-right: 4px; }
    @media (min-width: 71.25em) {
      .nav--utility .nav__item {
        font-size: 14px;
        margin-right: 10px; } }
    .nav--utility .nav__item:last-child {
      margin-right: 0; }
    .header.is-fixed .nav--utility .nav__item {
      font-size: 12px; }
  .nav--utility .nav__link {
    color: #8C8B8C; }
    .nav--utility .nav__link:hover, .nav--utility .nav__link:focus {
      color: #1C9AD6; }
  @media print {
    .nav--utility {
      display: none; } }

/* generated with grunt-sass-globbing */
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important; }

.focusable:active, .focusable:focus {
  clip: auto !important;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  width: auto !important; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.clearfix::after {
  clear: both !important;
  content: '' !important;
  display: table !important; }
/*# sourceMappingURL=styles.css.map */