/* 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; } }

/* generated with grunt-sass-globbing */
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'] {
  -webkit-box-sizing: border-box;
          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: #4AC7E9;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #4AC7E9;
  color: #fff;
  text-shadow: none; }

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

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

@media print {
  * {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  @page {
    margin: 2cm; } }

html {
	 -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 112.5%;
  line-height: 1.3;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body {
  background-color: #fff;
  color: #414445;
  /*color: #1b3156;*/
  margin: 0;
  padding: 0;
  word-wrap: normal; }

@media print {
  nav {
    display: none; } }

summary {
  display: list-item; }

iframe {
  border: 0; }
  @media print {
    iframe {
      display: none; } }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: 700;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1.3;
  margin: 0 0 1rem;
  text-rendering: optimizeLegibility; }
  @media print {
    h1, h2, h3, h4, h5, h6 {
      orphans: 3;
      page-break-after: avoid;
      widows: 3; }
      h1::after, h2::after, h3::after, h4::after, h5::after, h6::after {
        display: inline-block; } }
  * + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 1em; }

h1 {
  font-size: 3em;
  margin-bottom: 0.5em; }

h2 {
  font-size: 1.5em; }

h3 {
  /*color: #493087;*/
  font-size: 1.3em; 
}

/*
.post__content h3 {
	font-style:italic;
}
*/

h4 {
  /*color: #5C73B8;*/
  font-size: 1.2em; }

h5 {
  font-size: 1.1em; }

h6 {
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase; }

h1 + h1, h2 + h1, h3 + h1, h4 + h1, h5 + h1, h6 + h1, h1 + h2, h2 + h2, h3 + h2, h4 + h2, h5 + h2, h6 + h2, h1 + h3, h2 + h3, h3 + h3, h4 + h3, h5 + h3, h6 + h3, h1 + h4, h2 + h4, h3 + h4, h4 + h4, h5 + h4, h6 + h4, h1 + h5, h2 + h5, h3 + h5, h4 + h5, h5 + h5, h6 + h5, h1 + h6, h2 + h6, h3 + h6, h4 + h6, h5 + h6, h6 + h6 {
  margin-top: 0; }

p {
  margin: 0 0 1rem; }
  @media print {
    p {
      orphans: 3;
      widows: 3; } }

a {
	background-color: transparent;
  	color: #1b3156;
  	outline-offset: 0.1111111111em;
  	-webkit-text-decoration-skip: objects;
}
a:active, a:hover {
	outline: 0; 
}

a:hover, a:focus {
	color: #1f9bbd; 
	/*color: #4AC7E9; */
}

@media print {
    a, a:visited {
		text-decoration: none; 
	}
    a[href]::after {
    	font-family: "Open Sans", 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] {
  	border-bottom: none;
  	text-decoration: underline;
  	-webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; 
}

abbr:hover {
  	cursor: help;
}

@media print {
  	abbr[title]::after {
    	content: " (" attr(title) ")"; 
	} 
}

dfn {
  	font-style: italic;
}

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

small {
  font-size: 1.5555555556em; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

blockquote {
  	/*border-left: 4px solid #ccc;*/
	margin: 25px 0px 25px 0px;
	padding: 10px 50px 10px 50px;
	/*background-color: #f7f7f7;*/
	/*font-size: .9rem;
	line-height: 1.52;*/
	background-color:#e5e5e5;
}

blockquote  p {
	/*margin: 0 !important;*/
}


/*
  blockquote::after {
    content: '';
    display: block;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#33BBED), color-stop(#5C73B8), to(#1D2D4E));
    background-image: -o-linear-gradient(right, #33BBED, #5C73B8, #1D2D4E);
    background-image: linear-gradient(to left, #33BBED, #5C73B8, #1D2D4E); }
  blockquote cite {
    display: block;
    margin-top: 0.5em;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    text-align: right; }
    blockquote cite:before {
      content: "\2013";
      margin-right: 0.5em; }
  @media print {
    blockquote {
      page-break-inside: avoid; } }
*/

pre {
  margin: 0 0 1rem;
  overflow: auto; }
  @media print {
    pre {
      page-break-inside: avoid; } }

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

ul {
  list-style-type: disc;
  margin: 0 0 1rem;
  padding: 0 0 0 1.2em; }
  [dir='rtl'] ul {
    padding: 0 1.2em 0 0; }
  ul ol,
  ul ul {
    margin: 0.5rem 0 0; }

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

li {
  margin-bottom: 0.5rem; }
  li:last-child {
    margin-bottom: 0; }
  @media print {
    li {
      page-break-inside: avoid; } }

dd {
  margin-bottom: 1rem; }

dl {
  margin: 0 0 1rem; }

caption {
  margin-bottom: 0.5rem; }

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

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

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

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

@media print {
  thead {
    display: table-header-group; } }

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

@media print {
  tr {
    page-break-inside: avoid; } }

button {
  overflow: visible; }

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

input {
  line-height: normal; }

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

optgroup {
  font-weight: bold; }

textarea {
  overflow: auto; }

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

canvas {
  display: inline-block; }

figure {
  margin: 0 0 1rem; }

img {
  border: 0;
  font-style: italic;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }
  @media print {
    img {
      max-width: 100% !important;
      page-break-inside: avoid; } }

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

.breadcrumb__title, .form-item--checkbox .form-item__checkbox {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  word-wrap: normal; }

.element-hidden {
  display: none; }

.menu--mobile .menu__link, .mobile-menu__button, .tabs__link, .skiplinks {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Open Sans", "Helvetica Neue", sans-serif; }

html, .button, .tabs__link {
  font-family: "Open Sans", sans-serif; }

/*
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif; }
*/


/* generated with grunt-sass-globbing */
.l-constrain {
  	margin-left: auto;
  	margin-right: auto;
	/*margin-left: 3em;
	margin-right: 3em;*/
  	max-width: 70rem;
  	padding-left: 3em;
  	padding-right: 3em; 
}


@media (max-width: 800px) {
	.l-constrain {
		padding-left: 1.5em;
  		padding-right: 1.5em;
	}
}

.l-constrain_nav_menu {
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 66rem;
  	padding-left: 1em;
  	padding-right: 1em; 
	/*padding-top:3px;*/
}



/*
.l-constrain .l-constrain {
    padding-left: 0;
    padding-right: 0; 
}
*/
.l-constrain--narrow {
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 66.6666666667rem;
  	padding-left: 1em;
  	padding-right: 1em;
  	max-width: 980px; 
}

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

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

.l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}

.l-grid > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((100%) - 2em);
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
    min-width: 0;
}

.l-grid--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em;
}
.l-grid--2col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((100%) - 2em);
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
    min-width: 0;
}
@supports (display: grid) {
    .l-grid--2col {
      	margin-left: 0;
      	margin-right: 0;
      	grid-template-columns: repeat(1, 1fr);
      	grid-gap: 2em;
      	display: grid;
	}
 	.l-grid--2col > * {
        margin: 0;
        min-width: 0;
        width: 100%;
	}
}

@media (min-width: 37.5em) {
    .l-grid--2col > * {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
				flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: calc((50%) - 2em);
 		margin-left: 1em;
		margin-right: 1em;
		margin-bottom: 2em;
		min-width: 275px;
	}
    @supports (display: grid) {
		.l-grid--2col {
 			grid-template-columns: repeat(2, 1fr);
 			grid-gap: 2em;
		}
 		.l-grid--2col > * {
			margin: 0;
			min-width: 0;
			width: 100%;
		}
	}
}

.l-grid--3col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	margin-left: -1em;
	margin-right: -1em;
}

.l-grid--3col > * {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
    -ms-flex-negative: 0;
	flex-shrink: 0;
    -ms-flex-preferred-size: auto;
	flex-basis: auto;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
}

.l-grid--3col-hp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	/*margin-left: -1em;
	margin-right: -1em;*/
	margin-bottom:0px;
}

.l-grid--3col-hp > * {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
    -ms-flex-negative: 0;
	flex-shrink: 0;
    -ms-flex-preferred-size: auto;
	flex-basis: auto;
    /*margin-left: 1em;*/
    margin-right: 2em;
    margin-bottom: 2em;
}



/* default sizes for large windows */
.l-grid--3col > * {
	width: calc((33.3333333333%) - 2em);
	min-width: 28%;
}
/* default sizes for large windows */
.l-grid--3col-hp > * {
	width: calc((33.3333333333%) - 2em);
	/*min-width: 28%;*/
}


@media (max-width: 47.5em) {
	.l-grid--3col > * {
		width: calc((100%) - 2em);
		min-width: 0;
	}
	.l-grid--3col-hp > * {
		width: calc((100%) - 2em);
		min-width: 0;
	}
}

@media (min-width: 47.5em) and (max-width: 56.25em) {
	.l-grid--3col > * {
		width: calc((50%) - 2em);
		min-width: 25%; 
	}
	.l-grid--3col-hp > * {
		width: calc((50%) - 2em);
		min-width: 25%; 
	}
}

.l-grid--4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  .l-grid--4col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((100%) - 2em);
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
    min-width: 0; }
  @supports (display: grid) {
    .l-grid--4col {
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 2em;
      display: grid; }
      .l-grid--4col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 37.5em) and (max-width: 50em) {
    .l-grid--4col > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: calc((50%) - 2em);
      margin-left: 1em;
      margin-right: 1em;
      margin-bottom: 2em;
      min-width: 275px; }
    @supports (display: grid) {
      .l-grid--4col {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 2em; }
        .l-grid--4col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }
  @media (min-width: 50.0625em) {
    .l-grid--4col > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: calc((25%) - 2em);
      margin-left: 1em;
      margin-right: 1em;
      margin-bottom: 2em;
      min-width: 0; }
    @supports (display: grid) {
      .l-grid--4col {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 2em; }
        .l-grid--4col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.l-grid--6col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  .l-grid--6col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((100%) - 2em);
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
    min-width: 0; }
  @supports (display: grid) {
    .l-grid--6col {
      margin-left: 0;
      margin-right: 0;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 2em;
      display: grid; }
      .l-grid--6col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 37.5em) and (max-width: 62.4375em) {
    .l-grid--6col > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: calc((33.3333333333%) - 2em);
      margin-left: 1em;
      margin-right: 1em;
      margin-bottom: 2em;
      min-width: 0; }
    @supports (display: grid) {
      .l-grid--6col {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2em; }
        .l-grid--6col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }
  @media (min-width: 62.5em) {
    .l-grid--6col > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: calc((16.6666666667%) - 2em);
      margin-left: 1em;
      margin-right: 1em;
      margin-bottom: 2em;
      min-width: 0; }
    @supports (display: grid) {
      .l-grid--6col {
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 2em; }
        .l-grid--6col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.l-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 37.5em) {
    .l-media {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.l-media__object {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin: 0 1rem 0 0; }

.l-media__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.l-media--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.l-media--reversed > .l-media__object {
  margin: 0 0 0 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.l-footer {
  background-color: #fff;
  background-position: 0.8333333333rem center;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/catalyst-logo--grey-transparent.svg") !important;
  background-image: -o-linear-gradient(transparent, transparent), url("../images/catalyst-logo--grey-transparent.svg") !important;
  background-image: linear-gradient(transparent, transparent), url("../images/catalyst-logo--grey-transparent.svg") !important;
  padding-top: 46.8px;
  padding-bottom: 25px; 
	background-size:cover;
}
  @media (min-width: 0) and (max-width: 56.25em) {
    .l-footer {
      background-size: cover; } }

@media (min-width: 56.25em) {
  	.footer__columns {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
    	/*margin-left: -23.4px;
    	margin-right: -23.4px; */
	}
    .footer__columns > * {
      	padding-left: 23.4px;
      	padding-right: 23.4px; 
	}
}

@media (min-width: 0) and (max-width: 56.25em) {
  .footer__columns > * {
    margin-bottom: 23.4px; } }

@media (min-width: 56.25em) {
  .footer__column--first {
    width: 35%; } }

@media (min-width: 56.25em) {
  .footer__column--second {
    width: 25%; } }

@media (min-width: 56.25em) {
  .footer__column--third {
    width: 40%; } }

.footer__contact {
  color: #204F59;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  vertical-align: middle;
  margin-top: 11.7px;
  margin-left: 11.7px; }

.l-header {
  padding-top: 19px;
  padding-bottom: 17px;
  position: relative;
  z-index: 73; }
  @media (min-width: 0) and (max-width: 56.25em) {
    .l-header {
      display: none; } }

.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem; 
  
  }
  
.l-header__content > * {
    /*margin-left: 1rem;
    margin-right: 1rem; */
}
  .l-header__content > *:first-child {
    width: calc(20% - 1rem); 
	}
  .l-header__content > *:nth-child(2) {
    width: 57%; }
	
@media (min-width: 62.5em) {
	.l-header__content > *:nth-child(2) {
        width: calc(60% - 1rem); 
	}
}
.l-header__content > *:last-child {
    /*width: calc(23% - 1rem); */
}
	
@media (min-width: 62.5em) {
	.l-header__content > *:last-child {
        /*width: calc(20% - 1rem); */
	} 
}

.header__search--icon {
  display: inline-block;
  /*position: absolute;*/
  height: 20px;
  overflow: hidden;
  width: 22px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/search.svg") !important;
  background-image: -o-linear-gradient(transparent, transparent), url("../images/search.svg") !important;
  background-image: linear-gradient(transparent, transparent), url("../images/search.svg") !important;
  top: 0.25rem;
  right: 10px; 
  margin-left:20px;
  }
.header__search--icon::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }
  @media (min-width: 77.1875em) {
    .header__search--icon {
      top: 2.25rem; } }

.l-navigation {
  display: none; }
  @media (min-width: 56.25em) {
    .l-navigation {
      display: block; } }

.l-section {
  margin-bottom: 2em; }

@media (min-width: 56.25em) {
  .l-sidebar {
    /*display: flex;
    flex-wrap: wrap;*/
    width: 420px;
    margin-left: 1rem;
    float: right; }
    .l-sidebar > * {
      /* flex-grow: 1;
      flex-shrink: 1;
      flex-basis: calc(100% - 420px - 2rem);
      margin-right: $l-sidebar-gutter;
      &:last-child {
        margin-right: 0;
      }*/ }
    .l-sidebar .l-sidebar__full {
      /*flex-grow: 1;
      flex-shrink: 1;
      flex-basis: 100%;
      margin-right: 0;*/ }
    .l-sidebar .l-sidebar__sidebar {
      /*flex-grow: 1;
      flex-shrink: 0;
      flex-basis: 420px*/ }
    @supports (display: grid) {
      .l-sidebar {
        /* display: grid;
      grid-template-columns: 1fr $l-sidebar-width;
      grid-gap: $l-sidebar-gutter;

      .l-sidebar__full {
        grid-column: span 2;
      }*/ } } }

@media (min-width: 56.25em) {
  .l-sidebar--multi-2 > * {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 840px - 3rem);
        flex-basis: calc(100% - 840px - 3rem); }
  @supports (display: grid) {
    .l-sidebar--multi-2 {
      grid-template-columns: 420px 1fr 420px; }
      .l-sidebar--multi-2 .l-sidebar__full {
        grid-column: span 3; } } }

/* generated with grunt-sass-globbing */
.aligncenter {
  display: block;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }


.alignleft, .alignright {
	max-width: 250px;
	border:1px solid #bbb;
}



.alignleft {
	margin: .5em 2em 1.5em 0;
	float: left;
}
.alignright {
	margin: .5em 0 1.5em 2em;
	float: right;
}

figure .alignright, figure .alignleft {
	width:280px !important;
}

@media (max-width: 35em) {
	.alignleft {
		float: none;
		width:100%;
		max-width: 100%;
		margin: 1em 0 1em 0; } 
	.alignright {
		float: none;
		width:100%;
		max-width: 100%;
		margin: 1em 0 1em 0; }
}





.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;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          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; }

.sticky {
  display: block; }

.wp-caption {
  background-color: #fff;
  max-width: 100%;
  /*margin-top: 23.4px;*/
  margin-bottom: 23.4px;
  padding:15px 15px 3px 15px;
  
 }
  
.wp-caption .wp-caption__text {
    color: #888B8C;
    font-size: 1rem;
    max-width: 100%;
    background-color: #fff;
    padding: 20px; }

.article {
  margin-top: 46.8px;
  margin-bottom: 46.8px; }

.page-hero .author a {
	color: #fff; 
}

.breadcrumb {
	margin: 1rem 0;
}
.breadcrumb::after {
    clear: both;
    content: '';
    display: table;
}

.breadcrumb__list {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0; 
}
.breadcrumb__list > li {
	display: inline;
}

.breadcrumb__item {
	font-size: 28px;
	margin-right: 0.25em;
}
.breadcrumb__item::after {
	content: '/';
	margin-left: 0.25em;
}
.breadcrumb__item:last-child::after {
	content: '';
	margin-left: 0;
}

.breadcrumb__link {
  text-decoration: none;
}


.button-lovegov {
	background-color: #117D77;
	border: 0;
	border-radius: 0;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	line-height: 0.7142857143;
	padding: 1.1111111111rem 1.5rem;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: normal;
	margin: 0 0 1em;
}

.button-lovegov:focus, .button-lovegov:hover {
    background-color: #0d5c57;
    color: #fff !important;
    outline: 0; 
}


.button {
	background-color: #117D77;
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5555555556rem;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	line-height: 0.7142857143;
	padding: 1.1111111111rem 1.1111111111rem;
	text-align: center;
	text-decoration: none;
	vertical-align: top;
	white-space: normal;
	margin: 0 0 1em; 
}

.button:focus, .button:hover {
    background-color: #0b504c;
    color: #fff;
    outline: 0; 
}

.button:active {
    background-color: #117D77;
    color: #fff;
}

.button[disabled] {
    background-color: #d6d7d9;
    color: #323a45;
    cursor: default;
    pointer-events: none;
}
.button + .button {
    margin-left: 0.5em; 
}

[dir='rtl'] .button + .button {
	margin-left: 0;
	margin-right: 0.5em; 
}

.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--ghost {
  background-color: transparent;
  color: #fff;
  border: 3px solid #4AC7E9;
  font-size: 18px;
  line-height: 1.3; }
  @media (min-width: 81.25em) {
    .button--ghost {
      font-size: 1.3333333333rem; } }
  .button--ghost:focus, .button--ghost:hover {
    background-color: #4AC7E9;
    color: #fff; }
  .button--ghost:active {
    background-color: #4AC7E9;
    color: #fff; }

.button--large {
  font-size: 2.1111111111rem;
  line-height: 0.6578947368;
  padding: 0.8333333333rem 1.6666666667rem; }

.button--secondary {
  background-color: #493087;
  color: #fff; }
  .button--secondary:focus, .button--secondary:hover {
    background-color: #5d3dad;
    color: #fff; }
  .button--secondary:active {
    background-color: #493087;
    color: #fff; }

.button--small {
  font-size: 1.5555555556rem;
  line-height: 0.6071428571;
  padding: 0.4444444444rem 0.8888888889rem; }

.button--white {
  background-color: #fff;
  color: #117D77;
  font-size: 20px;
  padding-top: 11.7px;
  padding-bottom: 11.7px; }
  .button--white:focus, .button--white:hover {
    background-color: #117D77;
    color: #fff; }
  .button--white:active {
    background-color: #117D77;
    color: #fff; }

.cards {
  margin-top: 20px;
  /*margin-bottom: 46.8px; */
  
  }

.facetwp-template .cards {
	margin-top: 0px;
}


.card {
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06), 0 3px 6px rgba(0, 0, 0, 0.13);
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-bottom: 23px; 
	position:relative;
}

/*
.card:hover, .card:focus {
    color: #1b3156; 
}
*/

.card a {
	text-decoration:none;

}

.card:hover .card__image, .card:focus .card__image {
	opacity: 0.9; 
}

.card__image, .card__image_hp {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: block; 
}

.card__image {
	/*height: 16.6666666667rem;*/
	padding-bottom:66%;
}

.card__image_hp {
	height: 12rem;
	width:45%;
}

.card__body {
  padding: 1.5rem 1rem; }

.card__content, .card__content_hp {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 45px 0 23px;
  font-weight: 400;
	/*
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
	*/
  -ms-flex-item-align: start;
      align-self: flex-start; 
}

.card__content a {
	color:#1b3156 !important;
}

.card__content a:hover {
	/*color: #4AC7E9 !important;*/
	color: #1f9bbd !important;
	
}



.card__title {
  font-size: 1.4444444444rem;
  font-weight: bold;
  /*font-weight: 600;*/
  line-height: 1.2;
  /*margin-bottom: 23.4px; */
  /*text-decoration:none;*/
  }
 
 
a.card__title  {
	text-decoration:none;
}

  
.card__title__linky {
	text-decoration:none;
}
  
  

.card__subtitle {
	font-size: 1.1111111111rem;
  	/*margin-bottom: 23.4px;*/
	margin-top: 3px;
	/*font-style: italic;*/
	font-weight:500; 
	color:#1b3156;
 }

.card__subtitle_hp {
	font-size: 1.1111111111rem;
  	/*margin-bottom: 23.4px;*/
	margin-top: 0px;
	/*font-style: italic;*/
	font-weight:500; 
	color:#1b3156;
 }


.card__meta {
	color: #5C73B8;
	font-size: 0.8888888889rem;
	-ms-flex-item-align: end;
	align-self: flex-end;
	padding: 20px 23.4px 23.4px 23.4px; 
}

.card__meta_author_date {
	color: #666;
	font-family:helvetica, arial;
	font-size: 0.75rem;
	
}

.card__author {
	text-transform: uppercase;
}
.card__meta_separator {
	color: #999;
}


/*
.card__meta_hp {
	color: #5C73B8;
	font-size: 0.8888888889rem;
	padding: 20px 23.4px 23.4px 0px; 
}
*/

.card__meta_hp, .card__meta_hp_sm {
	color: #666;
	font-size: 13px;
	padding: 20px 23.4px 0px 0px; 
	font-family: Helvetica;
	text-transform: uppercase;
}



.card__meta_hp {
	padding: 20px 23.4px 0px 0px; 
}

.card__meta_hp_sm {
	padding: 10px 23.4px 0px 0px; 
}

.card__meta_hp a {
	color: #666;
	text-decoration:none;
}

.card__meta_hp a:hover {
	color: #666;
	text-decoration:underline;
}


.card__meta .taxonomies {
    color: #414344;
    margin-top: 23.4px; }

.card__summary {
	font-size: 1rem; 
	margin-top: 8px;
}

.card__summary p {
	margin: 0;
}


.card__summary_hp {
	font-size: 1rem; 
	margin-top: 19px;
}

.card__media {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }
  .card__media img {
    width: 100%; }

.card__footer {
  margin-top: auto; }

.cards--horizontal .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cards--horizontal .card > * {
    width: 50%;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; 
}
.cards--horizontal .card .card__image {
    height: 100%;
}

.cards--horizontal .card .card__content {
    padding-bottom: 0;
}

.cards--horizontal .card .card__meta {
    padding-right: 0;
    padding-left: 0;
    -ms-flex-item-align: start;
        align-self: flex-start;
}

.cards .l-grid--3col {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; 
}

.cards .l-grid--3col-hp {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; 
}

.footer__copyright {
	text-align:center;
}

.copyright {
  color: #5E6163;
  font-size: .85rem;
  margin-top: 47px; }

.date {
  font-weight: 700; }

details.details {
  margin: 0 0 1.6666666667rem; }
  .js details.details:not([open]) > .details__content {
    display: none; }

.details__summary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/plus.svg") !important;
  background-image: -o-linear-gradient(transparent, transparent), url("../images/plus.svg") !important;
  background-image: linear-gradient(transparent, transparent), url("../images/plus.svg") !important;
  background-color: #f1f1f1;
  background-position: right 1.6666666667rem center;
  background-repeat: no-repeat;
  background-size: 0.7222222222rem;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1;
  outline: 0;
  padding: 0.8333333333rem 3.0555555556rem 0.8333333333rem 1.6666666667rem; }
  [dir='rtl'] .details__summary {
    background-position: left 1.6666666667rem center;
    padding-left: 3.0555555556rem;
    padding-right: 1.6666666667rem; }
  [open] > .details__summary {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/minus.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/minus.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/minus.svg") !important; }
  .details__summary:hover {
    background-color: #d6d7d9; }
  .details__summary:focus {
    -webkit-box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
            box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .details__summary::-webkit-details-marker {
    display: none; }

.details__fallback-link {
  color: inherit !important;
  display: block;
  outline: 0;
  text-decoration: none; }

.details__content {
  background: #fff;
  border: 3px solid #f1f1f1;
  border-top: 0;
  padding: 1.6666666667rem; }
  .details__content > :last-child {
    margin-bottom: 0; }

.details__description {
  color: #493087;
  font-size: 1.5555555556rem;
  margin-bottom: 1rem; }
  .details__description > :last-child {
    margin-bottom: 0; }

.facebook-comments {
  margin-top: 46.8px;
  margin-bottom: 46.8px; }

.facets {
	margin-top: 23px;
	margin-bottom: 17px;
}
@media (min-width: 56.25em) {
	.facets {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

/*
@media (min-width: 56.25em) {
	.facets__first {
		width: 75%; 
	}
}
*/

.facetwp-facet-topics, .facetwp-facet-article_types, .facetwp-facet-explore_types {
  /*display: flex;
    align-items: stretch;*/
  display: inline; }

.facetwp-display-value {
  padding-right: 0px !important;
}


.facetwp-radio, .facetwp-checkbox {
	background-color: #EDEEEE !important;
	background-position: center 17px !important;
	background-repeat: no-repeat;
	border-radius: 6px !important;
	/*border-radius: 6px !important;*/
	color: rgba(65, 68, 69, 0.6);
	display: inline-block !important;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center !important;
	width: 6.6666666667rem;
	height: 6.6666666667rem;
	font-size: 0.75rem;
	line-height: .9rem;
	margin-left: 0px;
	margin-right: 12px;
	margin-bottom: 8px !important;
	padding-top: 3.9rem;
	padding-bottom: 0.5555555556rem;
	padding-right: 5px;
	padding-left: 5px !important;
	border-style: solid;
	border-width: 4px;
	border-color:#EDEEEE;
	vertical-align: middle;
	background-image:none !important;
}



 @media (min-width: 56.25em) {
	.facetwp-radio, .facetwp-checkbox {
		width: 6.44rem;
		height: 7.2222222222rem;
		padding-top: 4.5rem;
		font-size: 0.75rem;
		line-height:.9rem;
	 }
}

/* NEW */




.facetwp-facet-article_types .facetwp-radio {
	height:auto;
	padding:5px 0 !important;
	margin-bottom:8px;
	font-size:13.5px;
}

.facetwp-facet-article_types .facetwp-radio:not(.checked):not(:focus):hover {
    color: #fff;
    border-color: #505050;
    color: rgba(65, 68, 69, 0.6);
}


.facetwp-facet-article_types .facetwp-radio.checked {
	color:#fff;
	background-color: #505050 !important;
	border-color: #505050;
}

.facetwp-facet-article_types .facetwp-radio:not(.checked):not(:focus):hover {
    color: #fff;
    border-color: #505050;
    color: rgba(65, 68, 69, 0.6);

}

/* END NEW */


.facetwp-checkbox[data-value="all_types"], .facetwp-checkbox {
	background-image: none !important;
	height: auto;
	/*width: auto;*/
	padding: 4px 0 !important;
	font-size: 0.6666666667rem;
	/*border: 0 !important;*/
	text-decoration: none;
	display: inline-block;
}
@media (min-width: 56.25em) {
	.facetwp-checkbox[data-value="all_types"], .facetwp-checkbox {
		font-size: 0.75rem;
	}
}




/*.facetwp-checkbox[data-value="all_types"]:hover, */
.facetwp-checkbox[data-value="all_types"]:focus, .facetwp-checkbox[data-value="all_types"].checked,
.facetwp-checkbox:focus,
  .facetwp-checkbox.checked {
	color: #fff;
	background-color: #505050 !important;
	 border-color: #505050;
}

.facetwp-checkbox[data-value="all_types"]:not(.checked):focus {
	color:#fff;
}

.facetwp-checkbox[data-value="all_types"]:focus:hover {
	color:#fff;
}

.facetwp-checkbox:focus:hover {
	color:#fff;
}



.facetwp-checkbox[data-value="all_types"]:hover
 
.facetwp-checkbox.checked:hover {
	color: #fff !important;
}


.facetwp-checkbox:not(.checked):not(:focus):hover {
	/*color: #fff;*/
	border-color: #505050;
	color: rgba(65, 68, 69, 0.6);
}



.facetwp-counter {
	display: none !important;
}


.facetwp-radio.checked {
	color: #fff;
}

.facetwp-radio[data-value="all"] {
	background-image: none !important;
	font-size: 1.2222222222rem;
	text-decoration: none;
	padding-top: 23.4px; 
	line-height: 1.6rem;
}

@media (min-width: 56.25em) {
	.facetwp-radio[data-value="all"] {
		font-size: 1.46rem;
		padding-top: 23.4px; 
		line-height:2rem;
		} 
}

.facetwp-radio[data-value="all"]:focus, .facetwp-radio[data-value="all"].checked {
	border-color: #505050;
	background-color: #505050 !important;
	/*color: #fff;*/
}

.facetwp-radio[data-value="all"]:not(.checked):focus {
	border-color: #505050;
	/*background-color: #292929 !important;*/
	color: #fff;
}


.facetwp-radio[data-value="all"]:active {
	border-color: #505050;
	/*background-color: #292929 !important;*/
	color: #fff;
}


.facetwp-radio[data-value="all"]:not(.checked):not(:focus):hover {
	border-color: #505050;
	/*background-color: #292929 !important;*/
	color: rgba(65, 68, 69, 0.6);
}

/********************/

.facetwp-radio[data-value="culture-society"] {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/culture_society_gray.svg") !important;
	background-image: -o-linear-gradient(transparent, transparent), url("../images/culture_society_gray.svg") !important;
	background-image: linear-gradient(transparent, transparent), url("../images/culture_society_gray.svg") !important;
	background-size: 62px 56px; 
}

@media (min-width: 56.25em) {
	.facetwp-radio[data-value="culture-society"] {
		background-size: 74px 64px;
	}
}


.facetwp-radio[data-value="culture-society"]:hover, .facetwp-radio[data-value="culture-society"]:focus, .facetwp-radio[data-value="culture-society"].checked {
	border-color: #ef4e67; 
}

.facetwp-radio[data-value="culture-society"].checked {
	background-color: #ef4e67 !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/culture_society_white.svg") !important;
	background-image: -o-linear-gradient(transparent, transparent), url("../images/culture_society_white.svg") !important;
	background-image: linear-gradient(transparent, transparent), url("../images/culture_society_white.svg") !important;
}

/********************/


.facetwp-radio[data-value="economy-jobs"] {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/economy--grey.svg") !important;
	background-image: -o-linear-gradient(transparent, transparent), url("../images/economy--grey.svg") !important;
	background-image: linear-gradient(transparent, transparent), url("../images/economy--grey.svg") !important;
	background-size: 52px 46px; 
}

@media (min-width: 56.25em) {
	.facetwp-radio[data-value="economy-jobs"] {
		background-size: 61px 55px;
	}
}

.facetwp-radio[data-value="economy-jobs"]:hover, .facetwp-radio[data-value="economy-jobs"]:focus, .facetwp-radio[data-value="economy-jobs"].checked {
	border-color: #134a9e; 
}

.facetwp-radio[data-value="economy-jobs"].checked {
	background-color: #134a9e !important;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/economy--white.svg") !important;
	background-image: -o-linear-gradient(transparent, transparent), url("../images/economy--white.svg") !important;
	background-image: linear-gradient(transparent, transparent), url("../images/economy--white.svg") !important;
}


/***************/


.facetwp-radio[data-value="education"] {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/education--grey.svg") !important;
	background-image: -o-linear-gradient(transparent, transparent), url("../images/education--grey.svg") !important;
	background-image: linear-gradient(transparent, transparent), url("../images/education--grey.svg") !important;
	background-size: 61px 46px;
}

@media (min-width: 56.25em) {
	.facetwp-radio[data-value="education"] {
		background-size: 74px 55px;
	}
}

.facetwp-radio[data-value="education"]:hover, .facetwp-radio[data-value="education"]:focus, .facetwp-radio[data-value="education"].checked {
    border-color: #3798a1; 
}

.facetwp-radio[data-value="education"].checked {
    background-color: #3798a1 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/education--white.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/education--white.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/education--white.svg") !important;
}


/***************/

.facetwp-radio[data-value="environment"] {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/environment_gray.svg") !important;
	background-image: -o-linear-gradient(transparent, transparent), url("../images/environment_gray.svg") !important;
	background-image: linear-gradient(transparent, transparent), url("../images/environment_gray.svg") !important;
	background-size: 61px 46px;
	/*font-size:13px;*/
}

@media (min-width: 56.25em) {
	.facetwp-radio[data-value="environment"] {
		background-size: 84px 60px;
	}
}

.facetwp-radio[data-value="environment"]:hover, .facetwp-radio[data-value="environment"]:focus, .facetwp-radio[data-value="environment"].checked {
    border-color: #149b08; 
}

.facetwp-radio[data-value="environment"].checked {
    background-color: #149b08 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/environment_white.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/environment_white.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/environment_white.svg") !important;
}


/***************/

.facetwp-radio[data-value="global-issues"] {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/environment_gray.svg") !important;
	background-image: -o-linear-gradient(transparent, transparent), url("../images/global_issues_gray.svg") !important;
	background-image: linear-gradient(transparent, transparent), url("../images/global_issues_gray.svg") !important;
	background-size: 61px 46px;
	/*font-size:13px;*/
}

@media (min-width: 56.25em) {
	.facetwp-radio[data-value="global-issues"] {
		background-size: 84px 60px;
	}
}

.facetwp-radio[data-value="global-issues"]:hover, .facetwp-radio[data-value="global-issues"]:focus, .facetwp-radio[data-value="global-issues"].checked {
    border-color: #dbd135; 
}

.facetwp-radio[data-value="global-issues"].checked {
    background-color: #dbd135 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/global_issues_white.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/global_issues_white.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/global_issues_white.svg") !important;
}


/***************/

.facetwp-radio[data-value="healthcare"] {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/healthcare--grey.svg") !important;
	background-image: -o-linear-gradient(transparent, transparent), url("../images/healthcare--grey.svg") !important;
	background-image: linear-gradient(transparent, transparent), url("../images/healthcare--grey.svg") !important;
	background-size: 46px 46px;
}


@media (min-width: 56.25em) {
	.facetwp-radio[data-value="healthcare"] {
		background-size: 55px 57px;
	} 
}

.facetwp-radio[data-value="healthcare"]:hover, .facetwp-radio[data-value="healthcare"]:focus, .facetwp-radio[data-value="healthcare"].checked {
    border-color: #bb0707;
}

.facetwp-radio[data-value="healthcare"].checked {
    /*background-color: #f8675a !important;*/
	background-color: #bb0707 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/healthcare--white.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/healthcare--white.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/healthcare--white.svg") !important;
}

/***************/

.facetwp-radio[data-value="housing"] {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/housing_gray3.svg") !important;
	background-image: -o-linear-gradient(transparent, transparent), url("../images/housing_gray3.svg") !important;
	background-image: linear-gradient(transparent, transparent), url("../images/housing_gray3.svg") !important;
	background-size: 57px 56px;
	background-position: center 15px !important;
}

@media (min-width: 56.25em) {
	.facetwp-radio[data-value="housing"] {
		background-size: 69px 52px; 
		background-position: center 22px !important;
	} 
}

  .facetwp-radio[data-value="housing"]:hover, .facetwp-radio[data-value="housing"]:focus, .facetwp-radio[data-value="housing"].checked {
    border-color: #d1770d; 
}

  .facetwp-radio[data-value="housing"].checked {
    background-color: #d1770d !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/housing_white3.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/housing_white3.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/housing_white3.svg") !important;
}

/***************/

.facetwp-radio[data-value="privacy"] {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/privacy--grey.svg") !important;
  background-image: -o-linear-gradient(transparent, transparent), url("../images/privacy--grey.svg") !important;
  background-image: linear-gradient(transparent, transparent), url("../images/privacy--grey.svg") !important;
  background-size: 38px 46px;
}

@media (min-width: 56.25em) {
	.facetwp-radio[data-value="privacy"] {
		background-size: 45px 55px; } 
}

.facetwp-radio[data-value="privacy"]:hover, .facetwp-radio[data-value="privacy"]:focus, .facetwp-radio[data-value="privacy"].checked {
    border-color: #5433a6;
}
.facetwp-radio[data-value="privacy"].checked {
    background-color: #5433a6 !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/privacy--white.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/privacy--white.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/privacy--white.svg") !important;
}

/***************/

.facets__second {
	display:none;	
}

@media (min-width: 56.25em) {
  .facets__second {
    width: 18%;
    margin-left: 1%; } }

@media (min-width: 76.875em) {
  .facets__second {
    width: 20%;
    margin-left: 5%; } }

.featured-content {
  /*margin-top: 46.8px;*/
	margin-top: 0;
  	/*margin-bottom: 46.8px; */
}

.featured-content a {
    text-decoration: none; 
}

.featured-content .section__title {
    font-size: 2.1111111111rem;
}

.featured-post {
	background: #fff;
}

/*
@media (min-width: 61em) {
    .featured-post {
		-webkit-box-shadow: 18px 0 43px -25px rgba(136, 139, 141, 0.5);
		box-shadow: 18px 0 43px -25px rgba(136, 139, 141, 0.5); 
	}
}
*/

.topic__information {
	margin:10px 0;
}


.featured-content__summary {
  font-size: 1.2rem;
  /*margin-bottom: 23.4px; */
}

.featured-content__meta {
	color: #5C73B8;
	font-size: 0.8888888889rem;
	margin-bottom: 23.4px;
}

.fieldset {
  margin-bottom: 2.9666666667rem;
  padding: 0;
  position: relative;
  top: 1.3rem; }

.fieldset__legend {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  left: -1px;
  position: absolute;
  text-indent: 0;
  top: -1.3rem;
  width: 100%; }
  [dir='rtl'] .fieldset__legend {
    left: auto;
    right: -1px; }

.fieldset__legend-text {
  display: block; }

.fieldset__legend-link {
  display: block; }

.fieldset__description {
  color: #493087;
  font-size: 1.5555555556rem; }
  .fieldset__description > :last-child {
    margin-bottom: 0; }

.fieldset--default {
  background: #fff;
  border: 1px solid #aeb0b5;
  margin: 1rem 0 1.6666666667rem;
  padding: 0 1em; }
  .fieldset--default .fieldset__legend {
    background: #d6d7d9;
    border: 1px solid #aeb0b5;
    border-bottom: none;
    color: #212121;
    height: 2em;
    line-height: 2;
    padding: 0;
    text-shadow: 0 1px 0 #fff; }
  .fieldset--default .fieldset__legend-text {
    padding-left: 1em; }
    [dir='rtl'] .fieldset--default .fieldset__legend-text {
      padding-left: 0;
      padding-right: 1em; }
  .fieldset--default .fieldset__content {
    margin-top: 2.5em; }
  .fieldset--default .fieldset__description {
    font-style: italic;
    margin: 1rem 0; }

.focus-issues {
  margin-top: 46.8px;
  margin-bottom: 46.8px;
  /*padding-top: 46.8px;*/
  /*border-top: 1px solid #979797; */
}

.focus-issues__title {
  	font-size: 54px;
  	font-weight: 700;
  	text-align: center; 
  	color:#222;
 }

.focus-issues__list {
  margin-top: 26px;
  margin-bottom: 47px;
  text-align: center;
  max-width: 700px;
margin-left: auto;
margin-right: auto;
}

.focus-issue {
  background-color: #EDEEEE;
  background-position: center 30px;
  background-repeat: no-repeat;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  width: 7.5rem;
  height: 7.2222222222rem;
  font-size: 0.7777777778rem;
  text-decoration: none;
  margin-left: 5.85px;
  margin-right: 5.85px;
  margin-bottom: 11.7px;
  padding-top: 4.4444444444rem;
  padding-bottom: 0.5555555556rem;
  padding-right: 11.7px;
  padding-left: 11.7px;
  border: 5px solid #EDEEEE;
  vertical-align: middle; }
  @media (min-width: 56.25em) {
    .focus-issue {
      width: 8.2rem;
      height: 8.5rem;
      padding-top: 5.2777777778rem;
      font-size: 0.77rem; } }
  .focus-issue:hover, .focus-issue:focus {
    color: #fff; }


.focus-issue.culture-society {
	background-image: -webkit-linear-gradient(transparent, transparent), url("../images/culture_society_white.svg") !important;
	background-image: -o-linear-gradient(transparent, transparent), url("../images/culture_society_white.svg") !important;
	background-image: linear-gradient(transparent, transparent), url("../images/culture_society_white.svg") !important;
	
	background-size: 65px 45px;
  	
	background-color: #ef4e67;
  	border-color: #ef4e67;
	background-position: center 32px;
}

@media (min-width: 56.25em) {
	.focus-issue.culture-society {
		background-size: 75px 55px; 
		background-position: center 32px;
	} 
}

.focus-issue.culture-society:hover, .focus-issue.economy-jobs:focus {
    border-color: #ce3b52;
}



.focus-issue.economy-jobs {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/economy--white.svg") !important;
  background-image: -o-linear-gradient(transparent, transparent), url("../images/economy--white.svg") !important;
  background-image: linear-gradient(transparent, transparent), url("../images/economy--white.svg") !important;
  background-size: 52px 46px;
  background-color: #134a9e;
  border-color: #134a9e;
}
@media (min-width: 56.25em) {
	.focus-issue.economy-jobs {
		background-size: 61px 55px;
	}
}

.focus-issue.economy-jobs:hover, .focus-issue.economy-jobs:focus {
    border-color: #0b3a83;
}

.focus-issue.education {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/education--white.svg") !important;
  background-image: -o-linear-gradient(transparent, transparent), url("../images/education--white.svg") !important;
  background-image: linear-gradient(transparent, transparent), url("../images/education--white.svg") !important;
  background-size: 61px 46px;
  background-color: #3798a1;
  border-color: #3798a1;
}
@media (min-width: 56.25em) {
    .focus-issue.education {
      background-size: 74px 55px;
	}
}

.focus-issue.education:hover, .focus-issue.education:focus {
    border-color: #247c84;
}
	
.focus-issue.environment {
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/environment_white.svg") !important;
  background-image: -o-linear-gradient(transparent, transparent), url("../images/environment_white.svg") !important;
  background-image: linear-gradient(transparent, transparent), url("../images/environment_white.svg") !important;
  	background-size: 61px 46px;
  	background-color: #149b08;
  	border-color: #149b08;
	background-position:center 28px;
}

@media (min-width: 56.25em) {
    .focus-issue.environment {
    	background-size: 74px 60px;
	} 
}
.focus-issue.environment:hover, .focus-issue.environment:focus {
    border-color: #0e8304;
}
	


.focus-issue.global-issues {
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/global_issues_white.svg") !important;
  background-image: -o-linear-gradient(transparent, transparent), url("../images/global_issues_white.svg") !important;
  background-image: linear-gradient(transparent, transparent), url("../images/global_issues_white.svg") !important;
  	background-size: 61px 46px;
  	background-color: #dbd135;
  	border-color: #dbd135;
	background-position:center 28px;
}

@media (min-width: 56.25em) {
    .focus-issue.global-issues {
    	background-size: 74px 60px;
	} 
}
.focus-issue.global-issues:hover, .focus-issue.global-issues:focus {
    border-color: #a6ac0c;
}


.focus-issue.healthcare {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/healthcare--white.svg") !important;
	background-image: -o-linear-gradient(transparent, transparent), url("../images/healthcare--white.svg") !important;
	background-image: linear-gradient(transparent, transparent), url("../images/healthcare--white.svg") !important;
	background-size: 46px 46px;
	/*background-color: #f8675a;
	border-color: #f8675a;*/
	
	background-color: #bb0707;
	border-color: #bb0707;
}

@media (min-width: 56.25em) {
 	.focus-issue.healthcare {
		background-size: 55px 55px;
	}
}

.focus-issue.healthcare:hover, .focus-issue.healthcare:focus {
    border-color: #9c0404;
}

.focus-issue.housing {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/housing_white3.svg") !important;
	background-image: -o-linear-gradient(transparent, transparent), url("../images/housing_white3.svg") !important;
	background-image: linear-gradient(transparent, transparent), url("../images/housing_white3.svg") !important;
	background-size: 59px 52px;
	background-position: center 34px;
	background-color: #d1770d;
	border-color: #d1770d;
}
@media (max-width: 56.25em) {
    .focus-issue.housing {
		background-size: 49.3px 43.5px;
		background-position: center 32px;
	}
}
.focus-issue.housing:hover, .focus-issue.housing:focus {
	border-color: #b26204;
}

.focus-issue.privacy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/privacy--white.svg") !important;
  background-image: -o-linear-gradient(transparent, transparent), url("../images/privacy--white.svg") !important;
  background-image: linear-gradient(transparent, transparent), url("../images/privacy--white.svg") !important;
  background-size: 38px 46px;
  background-color: #5433a6;
  border-color: #5433a6;
}

@media (min-width: 56.25em) {
    .focus-issue.privacy {
      background-size: 45px 55px; } }
  .focus-issue.privacy:hover, .focus-issue.privacy:focus {
    border-color: #352361; }

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

.form-item__label {
  display: block; }
  .is-disabled > .form-item__label {
    color: #493087; }

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

.form-item__description {
  color: #493087;
  font-size: 1.5555555556rem; }
  .form-item__description > :last-child {
    margin-bottom: 0; }

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


.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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #5b616b;
  border-radius: 0;
  display: inline-block;
  font-size: 1.6666666667rem;
  height: 2.4444444444rem;
  line-height: 0.7333333333;
  padding: 0.3333333333em 0.2333333333em;
  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 {
    -webkit-box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
            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 {
    background: #d6d7d9;
    border-color: #aeb0b5;
    cursor: default; }
  .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 {
    width: 100%; }

.form-item__textarea {
  height: auto; }

.form-item--checkbox {
  margin-bottom: 0.5em; }
  .form-item--checkbox .form-item__checkbox + .form-item__label {
    cursor: pointer;
    display: block; }
    .form-item--checkbox .form-item__checkbox + .form-item__label::before {
      background: #fff;
      border-radius: 0.1666666667rem;
      -webkit-box-shadow: 0 0 0 1px #757575;
              box-shadow: 0 0 0 1px #757575;
      content: '\a0';
      display: inline-block;
      height: 1rem;
      line-height: 1rem;
      margin-right: 0.6em;
      text-indent: 0.15em;
      -webkit-transition-duration: 0.2s;
           -o-transition-duration: 0.2s;
              transition-duration: 0.2s;
      -webkit-transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
      transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
      -o-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
      transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
      transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform, -webkit-box-shadow, -webkit-transform;
      -webkit-transition-timing-function: ease-in-out;
           -o-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      vertical-align: middle;
      width: 1rem; }
  .form-item--checkbox .form-item__checkbox:checked + .form-item__label::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/correct.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/correct.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/correct.svg") !important;
    background-color: #0071bc;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 1.1111111111rem;
    -webkit-box-shadow: 0 0 0 1px #0071bc;
            box-shadow: 0 0 0 1px #0071bc; }
  .form-item--checkbox .form-item__checkbox:checked:disabled + .form-item__label::before {
    background-color: #AEB0B5; }
  .form-item--checkbox .form-item__checkbox:disabled + .form-item__label {
    color: #493087;
    cursor: default; }
    .form-item--checkbox .form-item__checkbox:disabled + .form-item__label::before {
      background-color: #AEB0B5;
      -webkit-box-shadow: 0 0 0 1px #AEB0B5;
              box-shadow: 0 0 0 1px #AEB0B5;
      cursor: not-allowed; }

.form-item--checkboxes {
  margin-bottom: 0; }

.form-item--radio {
  margin-bottom: 0.5em; }
  .form-item--radio .form-item__radio {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 2px solid #999;
    border-radius: 50%;
    cursor: pointer;
    height: 16px;
    margin-right: 3px;
    outline: none;
    position: relative;
    top: 2px;
    -webkit-transition-duration: 0.2s;
         -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
    -webkit-transition-property: border-color, border-width;
    -o-transition-property: border-color, border-width;
    transition-property: border-color, border-width;
    -webkit-transition-timing-function: ease-in-out;
         -o-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    width: 16px; }
    .form-item--radio .form-item__radio:checked {
      border: 6px solid #0071bc; }
    .form-item--radio .form-item__radio:disabled {
      border: 2px solid #bbb;
      cursor: default; }
    .form-item--radio .form-item__radio + .form-item__label {
      cursor: pointer;
      display: inline; }
    .form-item--radio .form-item__radio:disabled + .form-item__label {
      color: #bbb;
      cursor: default; }

.form-item--radios {
  margin-bottom: 0; }

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

.form-item--range.is-full-width > .form-item__range {
  width: 100%; }

.form-item--select .form-item__select {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/arrow-down.svg") !important;
  background-image: -o-linear-gradient(transparent, transparent), url("../images/arrow-down.svg") !important;
  background-image: linear-gradient(transparent, transparent), url("../images/arrow-down.svg") !important;
  background-position: right 0.7222222222rem center;
  background-repeat: no-repeat;
  background-size: 0.7222222222rem;
  padding-right: 1.8333333333rem; }
  [dir='rtl'] .form-item--select .form-item__select {
    background-position: left 0.7222222222rem center;
    padding-left: 1.8333333333rem;
    padding-right: 0; }
  .form-item--select .form-item__select::-ms-expand {
    display: none; }

.full-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 44.3333333333rem;
  -webkit-box-shadow: 0 38px 47px -8px #888B8D;
          box-shadow: 0 38px 47px -8px #888B8D; }

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

.get-involved {
  background-color: #292929;
  padding-top: 46.8px;
  padding-bottom: 46.8px; }

.get-involved__title {
  color: #fff;
  font-size: 2.1111111111rem;
  font-weight: 700; }
  @media (min-width: 56.25em) {
    .get-involved__title {
      font-size: 2.4444444444rem; } }
  @media (min-width: 81.25em) {
    .get-involved__title {
      font-size: 3rem; } }

@media (min-width: 56.25em) {
  .get-involved__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media (min-width: 0) and (max-width: 56.25em) {
  .get-involved__buttons > * {
    display: block; } }

@media (min-width: 56.25em) {
  .get-involved__buttons > * {
    width: 48%;
    margin-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.get-involved__buttons > * > * {
  width: 100%; }

.get-involved__buttons > *:last-child {
  margin-right: 0; }

.get-involved__buttons .button + .button {
  margin-left: 0; }

/*
.gradient--link {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3888888889rem; }
  .gradient--link::before {
    background-image: -webkit-gradient(linear, right top, left top, from(#1D2D4E), color-stop(#5C73B8), to(#33BBED));
    background-image: -o-linear-gradient(right, #1D2D4E, #5C73B8, #33BBED);
    background-image: linear-gradient(to left, #1D2D4E, #5C73B8, #33BBED);
    content: '';
    width: 4.7777777778rem;
    height: 0.5555555556rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11.7px; }
	*/
	

.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-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__media {
  display: block;
  line-height: 0; }
  .hero-inline-image__media img, .hero-inline-image__media picture {
    width: 100%; }

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


/* 
Home page article section style. transition to single column home page 
*/

.homepage__content {
	margin-top:33px;
}


@media (min-width: 61em) {
  .homepage-content {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex; 
	  
	} 
	.homepage__content {
    	/*width: calc(100% - 380px) !important;
    	margin-right: 80px;*/
		
		width: 67%;
    	margin-right: 9%;
		/*-webkit-box-shadow: 18px 0 43px -25px rgba(136, 139, 141, 0.5);
		box-shadow: 18px 0 43px -25px rgba(136, 139, 141, 0.5); */
		/*-webkit-box-shadow: 44px -26px 25px -35px rgba(136, 139, 141, 0.3);
		box-shadow: 44px -26px 25px -35px rgba(136, 139, 141, 0.3);*/
		
	}
	.homepage__sidebar {
		width: 24%; 
	}
	.homepage__sidebar .sidebar {
        float: none;
        width: auto;
        margin-left: 0;
	}
}

.homepage__sidebar {
	margin-top: 10px; 
 }
 

/*
.latest-posts {
  	margin-bottom: 46.8px; 
  	padding-top:15px;
	
}

@media (min-width: 61em) {
    .latest-posts {
      -webkit-box-shadow: 18px 0 43px -25px rgba(136, 139, 141, 0.5);
              box-shadow: 18px 0 43px -25px rgba(136, 139, 141, 0.5);
		padding-top:0;
	} 
}
*/

.latest-posts {
  	margin-bottom: 46.8px; 
  	padding-top:15px;
	/*-webkit-box-shadow: 18px 0 43px -25px rgba(136, 139, 141, 0.5);
              box-shadow: 18px 0 43px -25px rgba(136, 139, 141, 0.5);*/
	
}

@media (max-width: 61em) {
    .latest-posts {
      /*-webkit-box-shadow: none;
		box-shadow: none;*/
		padding-top:0;
	} 
}



.latest-posts .cards--large .card {
    margin-bottom: 40px; 
}

 @media (min-width: 56.25em) {
	.latest-posts .cards--large .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
	 } 
}

.latest-posts .cards--large .card:first-child .card__text::after {
      position: absolute;
      content: '';
      width: 80%;
      height: 1px;
      /*background-color: #979797;*/
      bottom: -15px;
      left: 50%;
      margin-left: -40%;
}

.latest-posts .cards--large .card__content, .latest-posts .cards--large .card__content_hp {
    padding-top: 0;
}




/*
.latest-posts .cards--large .card__image_hp {
    width: 4%; 
}
*/

/* at small widths, do this */
@media (max-width: 56.25em) {
	.latest-posts .cards--large .card__image_hp {
    	width: 100%; 
		height:0;
		padding-bottom:50%;
	}
	.latest-posts .cards--large .card__content_hp {
		padding-left:0;
		padding-top: 5px;
	}
	.card__summary {
		display:none;
	}
	
	.latest-posts .l-grid--3col-hp .card__title {
		font-size: 1.44444444rem !important;
	}
	
	.card__content, .card__content_hp {
		padding-top:7px;
		
	}
	
}

@media (min-width: 56.25em) {
	
    .latest-posts .cards--large .card__text {
    	width: 60%;
    	position: relative; 
	} 
}

.latest-posts .l-grid--3col-hp {
	-webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /*padding-right: 18px; */
}

@media (max-width: 56.25em) {
	.latest-posts .l-grid--3col-hp {
        display: block;
        /*margin-left: 1em;
        margin-right: 1em; */
	} 
	.latest-posts .l-grid--3col-hp {
		padding-right: 0; 
	}
}


.latest-posts .l-grid--3col-hp .card {
	margin-bottom: 30px; 
	margin-top:10px;
}

.latest-posts .l-grid--3col-hp .card__image {
	height: 140px;
}

@media (max-width: 64em) {
	.latest-posts .l-grid--3col-hp .card {
          width: 100%;
          min-width: 100%; 
	}
	.latest-posts .l-grid--3col-hp .card__image {
		height: 0;
		padding-bottom:50%;
	}
}





.latest-posts .l-grid--3col-hp .card:nth-child(2) {
	position: relative;
}

@media (min-width: 64em) {
	.latest-posts .l-grid--3col-hp .card:nth-child(2)::before, .latest-posts .l-grid--3col .card:nth-child(2)::after {
		content: '';
		bottom: 0;
		height: 200px;
		width: 1px;
		position: absolute;
	}
	.latest-posts .l-grid--3col-hp .card:nth-child(2)::before {
		left: -15px; 
	}
	.latest-posts .l-grid--3col-hp .card:nth-child(2)::after {
          right: -15px; 
	}
}

.latest-posts .l-grid--3col-hp .card__title {
	font-size: 1.2222222222rem;
	margin-bottom: 0;
}

.latest-posts .l-grid--3col-hp .card__content, .latest-posts .l-grid--3col-hp .card__meta {
 	padding-left: 0;
	padding-right: 0;
}

.latest-posts .l-grid--3col-hp .card__meta {
	padding-top: 0; 
}

.latest-posts .card {
    -webkit-box-shadow: none;
            box-shadow: none;
}

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

.list--border {
	list-style: none;
	margin-left: 0;
	padding-left: 0; 
}

.list--border > li {
    border-bottom: 1px solid #ccc;
    padding: 0.25rem;
}

.list--clean {
	list-style-type: none;
	margin: 0;
	padding: 0; 
}

.list--clean li::before {
    display: none;
}

.list--column {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  @media (min-width: 31.25em) {
    .list--column {
      -webkit-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 2em;
              column-gap: 2em; } }
  .list--column > li {
    -webkit-column-break-inside: avoid;
            break-inside: avoid-column;
    display: table;
    margin-bottom: 0;
    padding-bottom: 0.25em; }

.list--inline {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .list--inline > li {
    display: inline; }

.list--pipeline {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0; }
  .list--pipeline::after {
    clear: both;
    content: '';
    display: table; }
  .list--pipeline > li {
    border-right: 1px solid #d6d7d9;
    display: block;
    float: left;
    margin-right: 0.75em;
    padding-right: 0.75em; }
    [dir='rtl'] .list--pipeline > li {
      border-left: 1px solid #d6d7d9;
      border-right: 0;
      float: right;
      margin-left: 0.75em;
      margin-right: 0;
      padding-left: 0.75em;
      padding-right: 0; }
    .list--pipeline > li.is-active {
      font-weight: bold; }
    .list--pipeline > li:last-child {
      border-right: 0;
      margin-right: 0;
      padding-right: 0; }
      [dir='rtl'] .list--pipeline > li:last-child {
        border-left: 0;
        margin-left: 0;
        padding-left: 0; }

.love-gov {
	/*
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/catalyst-logo--grey-transparent.svg") !important;
  background-image: -o-linear-gradient(transparent, transparent), url("../images/catalyst-logo--grey-transparent.svg") !important;
  background-image: linear-gradient(transparent, transparent), url("../images/catalyst-logo--grey-transparent.svg") !important;
	*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*margin-top: 46.8px;
  padding-top: 46.8px;*/
  /*padding-bottom: 46.8px; */
}

.love-gov-homepage {
	
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/catalyst-logo--grey-transparent.svg") !important;
  background-image: -o-linear-gradient(transparent, transparent), url("../images/catalyst-logo--grey-transparent.svg") !important;
  background-image: linear-gradient(transparent, transparent), url("../images/catalyst-logo--grey-transparent.svg") !important;
	
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*margin-top: 46.8px;*/
  padding-top: 15px;
  padding-bottom: 46px; 
}


.love-gov__content {
  margin-top: 23.4px; }

.media {
  margin-bottom: 46.8px;
  margin-top: 46.8px; }

.media-promo {
  position: relative;
  padding-top: 23.4px; }
  .media-promo::before {
    background-image: -webkit-gradient(linear, right top, left top, from(#1D2D4E), color-stop(#5C73B8), to(#33BBED));
    background-image: -o-linear-gradient(right, #1D2D4E, #5C73B8, #33BBED);
    background-image: linear-gradient(to left, #1D2D4E, #5C73B8, #33BBED);
    content: '';
    width: 100%;
    height: 0.5555555556rem;
    position: absolute;
    top: 0;
    left: 0; }

.media-promo__title {
  font-size: 1.5555555556rem;
  font-weight: 600; }

.latest-episode__title {
	color:#222;
  	font-size: 1.5555555556rem;
  	font-weight: 700;
  	margin-bottom: 23.4px; 
}

.episode__title {
  font-size: 1.3888888889rem;
  font-weight: 600; }
  .episode__title a {
    text-decoration: none; }

.episode__summary {
  margin-top: 23.4px; }

.menu {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .menu li::before {
    display: none; }
  @media print {
    .menu {
      display: none; } }

.menu__item {
  margin-bottom: 0; }

.menu--footer .menu__item {
  margin-bottom: 11.7px; }

/*
.menu--footer .menu__item--donate .menu__link {
  color: #493087;
  font-weight: 700; 
}
*/

.menu--footer .menu__link {
  color: #1b3156;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

@media (min-width: 56.25em) {
    .menu--footer .menu__link {
		font-size: 28px;
	}
}

.menu--main {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	text-align: center;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-weight:500;
	/*font-size:20px;*/
	font-size:1.08rem;
}

.menu--main > li {
    display: inline;
}

.menu--main .menu__item {
    text-transform: uppercase;
    
	margin-left: 13px;
	margin-right: 13px;
}


@media (max-width: 71em) {
	.menu--main .menu__item {
        /*font-size: 0.77rem; */
		font-size:15px;
	} 
}

@media (min-width: 60.01em) and (max-width: 75em) {
	.menu--main .menu__item {
		margin-left: 10px;
    	margin-right: 10px; 
	}
}

@media (max-width: 61em) {
	.menu--main .menu__item {
		margin-left: 6px;
    	margin-right: 6px; 
	}
}


.menu--main .menu__item:first-child {
	margin-left: 0;
}
.menu--main .menu__item:last-child {
	margin-right: 0;
}

.menu--main .menu__item--donate .menu__link {
    /*color: #493087;
    font-weight: 700; */
}

.menu--main a {
	color:#333;	
}

.menu--main a:hover {
	/* color:#26a;*/
	color: #1f9bbd;
}

.menu--main .menu__link {
	text-decoration: none;
}

.menu--mobile {
	margin: 0.75em 0 0 0;
}

.menu--mobile .menu__item {
	margin: 0;
    padding: 0;
}

.menu--mobile .menu__link {
    background-color: transparent;
    border: 0;
    color: #555559;
    display: block;
    font-size: 1em;
    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;
}

.menu--mobile .menu__link:focus, .menu--mobile .menu__link:hover, .menu--mobile .menu__link:active, .menu--mobile .menu__link.is-active {
	color: #000;
}
  .menu--mobile .menu__item--parent {
    position: relative; }
    .menu--mobile .menu__item--parent.is-open {
      background: #fff;
      background: rgba(255, 255, 255, 0.98); }
    .menu--mobile .menu__item--parent > .menu__link {
      display: inline-block; }
  .menu--mobile .menu__subnav-arrow {
    background: none;
    height: 44px;
    overflow: hidden;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(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%0D%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%0D%0A%3C%2Fsvg%3E');
    background-image: -o-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%0D%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%0D%0A%3C%2Fsvg%3E');
    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%0D%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%0D%0A%3C%2Fsvg%3E');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 19px 12px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 2.4444444444em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    z-index: 2; }
    .menu--mobile .menu__subnav-arrow::before {
      content: '';
      display: block;
      height: 150%;
      width: 0; }
    .menu--mobile .menu__subnav-arrow:focus {
      outline: thin dotted; }
    .menu--mobile .menu__subnav-arrow.is-active {
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(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%0D%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%0D%0A%3C%2Fsvg%3E');
      background-image: -o-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%0D%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%0D%0A%3C%2Fsvg%3E');
      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%0D%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%0D%0A%3C%2Fsvg%3E'); }
    [dir='rtl'] .menu--mobile .menu__subnav-arrow {
      left: 0;
      right: auto; }
  .menu--mobile .menu__subnav {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .menu--mobile .menu__subnav .menu__link {
      color: #555559;
      padding-left: 2em; }
      .menu--mobile .menu__subnav .menu__link:focus, .menu--mobile .menu__subnav .menu__link:hover, .menu--mobile .menu__subnav .menu__link:active {
        color: #000; }

.menu--social {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
  display: inline-block; }
  .menu--social > li {
    display: inline; }
  .l-footer .menu--social {
    margin-top: 11.7px;
    vertical-align: middle; }
  .menu--social .menu__item {
    margin-left: 3.9px;
    margin-right: 3.9px; }
    .menu--social .menu__item:first-child {
      margin-left: 0; }
    .menu--social .menu__item:last-child {
      margin-right: 0; }
  .menu--social .menu__item--facebook .menu__link {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/facebook.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/facebook.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/facebook.svg") !important; }
  .menu--social .menu__item--twitter .menu__link {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/twitter.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/twitter.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/twitter.svg") !important; }
  .menu--social .menu__item--instagram .menu__link {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/instagram.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/instagram.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/instagram.svg") !important; }
  .menu--social .menu__item--linkedin .menu__link {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/linkedin.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/linkedin.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/linkedin.svg") !important; }
  .menu--social .menu__link {
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 0) and (max-width: 64em) {
      .menu--social .menu__link {
        height: 24px;
        overflow: hidden;
        width: 24px; }
        .menu--social .menu__link::before {
          content: '';
          display: block;
          height: 150%;
          width: 0; } }
    @media (min-width: 64em) and (max-width: 71.5625em) {
      .menu--social .menu__link {
        height: 30px;
        overflow: hidden;
        width: 30px; }
        .menu--social .menu__link::before {
          content: '';
          display: block;
          height: 150%;
          width: 0; } }
    @media (min-width: 71.5625em) {
      .menu--social .menu__link {
        height: 34px;
        overflow: hidden;
        width: 34px;
        background-size: cover; }
        .menu--social .menu__link::before {
          content: '';
          display: block;
          height: 150%;
          width: 0; } }

.messages {
  background-color: #ecf6fa;
  background-position: 0.5555555556em 0.5555555556em;
  background-repeat: no-repeat;
  background-size: 2.2222222222em;
  border: 1px solid #bcdeee;
  color: #424242;
  margin-bottom: 1rem;
  overflow: hidden;
  padding: 1em;
  position: relative;
  word-wrap: break-word; }
  .messages::before {
    background-repeat: no-repeat;
    background-size: 2.8888888889em;
    bottom: -.5em;
    content: '';
    display: block;
    height: 2.8888888889em;
    position: absolute;
    right: -.5em;
    -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
            transform: rotate(-20deg);
    width: 2.8888888889em; }
  .messages a {
    color: #bcdeee;
    font-weight: 600;
    text-decoration: underline; }
  @media print {
    .messages {
      background-image: none !important; } }

.messages__content > *:last-child {
  margin-bottom: 0; }

.messages--status {
  background-color: #eff8e6;
  border-color: #c9e8a9; }
  .messages--status::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/messages-status.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/messages-status.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/messages-status.svg") !important; }
  .messages--status a {
    color: #71b02f; }

.messages--error {
  background-color: #ffe6e5;
  border-color: #ffc5c2; }
  .messages--error::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/messages-error.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/messages-error.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/messages-error.svg") !important; }
  .messages--error a {
    color: #ff645c; }
  .messages--error .messages__item em:first-child {
    font-style: normal;
    font-weight: bold; }

.messages--warning {
  background-color: #fcf8e3;
  border-color: #faf2cc; }
  .messages--warning::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/messages-warning.svg") !important;
    background-image: -o-linear-gradient(transparent, transparent), url("../images/messages-warning.svg") !important;
    background-image: linear-gradient(transparent, transparent), url("../images/messages-warning.svg") !important; }
  .messages--warning a {
    color: #8a6d3b; }

.mobile-menu {
  position: relative;
  z-index: 125; }
  @media (min-width: 56.25em) {
    .mobile-menu {
      display: none; } }

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

.mobile-menu__button {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 0;
  color: #555559;
  display: inline-block;
  font-size: 1.6666666667rem;
  font-weight: bold;
  height: 3.0555555556rem;
  line-height: 3.0555555556rem;
  margin: 0;
  padding: 0 1em;
  text-decoration: none; }
  .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: 0; }
  .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: -webkit-gradient(linear, left top, left bottom, from(transparent), to(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%0D%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%0D%0A%3C%2Fsvg%3E');
  background-image: -o-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%0D%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%0D%0A%3C%2Fsvg%3E');
  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%0D%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%0D%0A%3C%2Fsvg%3E'); }

.mobile-menu__icon--menu {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(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%0D%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%0D%0A%3C%2Fsvg%3E');
  background-image: -o-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%0D%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%0D%0A%3C%2Fsvg%3E');
  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%0D%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%0D%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: -webkit-gradient(linear, left top, left bottom, from(transparent), to(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%0D%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%0D%0A%3C%2Fsvg%3E');
  background-image: -o-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%0D%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%0D%0A%3C%2Fsvg%3E');
  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%0D%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%0D%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: 100; }

.mobile-menu__search {
  display: none;
  padding: 0.5em; }
  .mobile-menu__search form,
  .mobile-menu__search .form-item,
  .mobile-menu__search .form-text {
    width: 100%; }
  .mobile-menu__search .form-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mobile-menu__search .mobile-logo {
    display: inline-block; }

.newsletter input[type="email"] {
  background: transparent;
  border: 0;
  border-bottom: 3px solid #204F59;
  font-size: 0.8888888889rem;
  width: 100%;
  padding-bottom: 5.85px; }

.newsletter__title {
	font-size: 1.3333333333rem;
	font-weight: 600;
	margin-bottom: 23.4px; 
	color:#1b3156;
}
  @media (min-width: 56.25em) {
    .newsletter__title {
      font-size: 1.9444444444rem; } }


.home .page-hero {
	padding-top: 0px;
	padding-bottom: 0px;
	height:400px;
	/*margin-top:-20px;*/
	/*background-size:120%;*/
}

@media (max-width: 1400px) {
	.home .page-hero {
		padding-top: 0px;
		padding-bottom: 0px;
		height:350px;
		/*background-size:120%;*/
	}
}

@media (max-width: 1000px) {
	.home .page-hero {
		padding-top: 0px;
		padding-bottom: 0px;
		height:280px;
	}
}
@media (max-width: 700px) {
	.home .page-hero {
		padding-top: 0px;
		padding-bottom: 0px;
		height:220px;
		/*background-size:135%;*/
		/*margin-top:0px;*/
	}
}

@media (max-width: 500px) {
	.home .page-hero {
		padding-top: 0px;
		padding-bottom: 0px;
		height:135px;
	}
}


.page-hero, .page-hero_sm {
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: center;
	  color: #fff;

	  position: relative;
 }

.page-hero-image-top {
	background-position: top !important;
}

.page-hero-image-bottom {
	background-position: bottom !important;
}


.page-hero {
	  padding-top: 46.8px;
	  padding-bottom: 46.8px;
 }

.page-hero-title-block {
	position:absolute !important;
	bottom:30px;
	width:100%;
}

.page-hero-has-image {
	  /*padding-top: 350px;*/
	  padding-bottom: 20px !important;
	  min-height:35em;
 }

.page-hero_sm {
	  padding-top: 23px;
	  padding-bottom: 8px;
	  
 }

 @media (min-width: 56.25em) {
    /*.home .page-hero {
      	padding-top: 13.8888888889rem; 
	}
    .home .page-hero::before {
        display: none; 
	} */
}

.home .page-hero::before {
	display: none; 
} 

.page-hero a, .page-hero_sm a {
    color: #fff; 
}

.page-hero::before, .page-hero_sm::before {
    content: '';
    background-image: -webkit-gradient(linear, right top, left top, from(#1D2D4E), color-stop(#5C73B8), to(#33BBED));
    background-image: -o-linear-gradient(right, #1D2D4E, #5C73B8, #33BBED);
    background-image: linear-gradient(to left, #1D2D4E, #5C73B8, #33BBED);
    position: absolute;
	bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    mix-blend-mode: multiply;
    z-index: 13; 
}

.page-hero-has-image::before {
	/* background-image: linear-gradient(to bottom, #fff, #fff, #777, #444) !important; */
	background-image: linear-gradient(to bottom, #fff, #fff, #ccc, #666) !important;
}





/*
.page-hero-has-image::before {
	background-color:#568 !important;
	background-image: none !important;
}
*/

.page-hero > * {
    position: relative;
    z-index: 15; 
}

.page-hero_sm > * {
    position: relative;
    z-index: 15; 
}

.page-hero__meta {
  	font-size: 18px;
	font-weight:300;
	line-height:2;
}
  
@media (min-width: 56.25em) {
    .page-hero__meta {
      	font-size: 18px; 
	}
}

.page-hero__meta > * {
    display: inline-block; 
}

.page-hero__meta .author:after {
    content: '|';
    display: inline-block;
    margin-left: 5.85px;
    margin-right: 5.85px; 
}

.page-hero__date {
  margin-right: 46.8px; }

.taxonomy {
  display: inline-block; }

.tax__sep {
  display: inline-block;
  margin-left: 5.85px;
  margin-right: 5.85px; }

.page-hero .page-title {
	color: #fff;
	font-size: 3.4rem;
	line-height: 1.1; 
	margin-bottom:.5rem;
}

.page-hero-has-image .page-title {
	font-size: 3.4rem;
	line-height: 1.1;
	margin-bottom:.5rem;
}

.page-hero_sm .page-title {
	color: #fff;
	font-size: 2.1rem;
	line-height: 1; 
}

.hero_subtitle {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}


@media (max-width: 81em) {
	.page-hero .page-title {
		font-size: 3rem;
	}
	.hero_subtitle {
		font-size: 1.4rem;
	}
	
}

@media (max-width: 56em) {
    .page-hero .page-title {
		font-size: 2.5rem; } 
	
	.page-hero-has-image {
		padding-top: 150px !important;
	}
}








.pager, .facetwp-pager {
	margin-bottom: 46.8px;
}

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

.facetwp-pager-label {
  padding: 0.7222222222em !important; }

.pager__item,
.facetwp-page {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
  color: #212121;
  min-width: 2.4444444444rem;
  padding: 0.7222222222em !important;
  background-color: #f1f1f1;
  text-decoration: none; }
  
  /*
  .pager__item:not([class*=pager__item--]),
  .facetwp-page:not([class*=pager__item--]) {
    display: none; }
	*/
	
    @media (min-width: 37.5em) {
      .pager__item:not([class*=pager__item--]),
      .facetwp-page:not([class*=pager__item--]) {
        display: inline-block; } }

.pager__item--current,
.facetwp-page.active {
  background-color: #d6d7d9; }

.pager__link {
  display: inline-block; }
  .pager__link:focus, .pager__link:hover {
    background-color: #d6d7d9;
    color: inherit; }

.post-navigation {
  color: #888B8C;
  margin-bottom: 46.8px; }

.post-navigation__link {
  color: #888B8C;
  font-size: 1rem;
  text-decoration: none; }

@media (min-width: 61em) {
  .post--has-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.post--has-sidebar .sidebar {
  margin-top: 46.8px; }

.post--has-sidebar .post__content {
  	margin-top: 46.8px; 
}

 @media (min-width: 61em) {
	.post--has-sidebar .post__content {
		
		/*width: calc(100% - 380px) !important;*/
		width: 66%;
		margin-right:10%;
	 }
}

.post__content {
  	/*
	margin-top: 46.8px; 
  	line-height:1.75;
	color:#111;
	font-size:1.02rem;
	*/
	
	margin-top: 46.8px; 
  	line-height:1.65;
	color:#111;
	font-size:1.05rem;
	font-family:georgia;
	letter-spacing:.005rem;

}
  
.post__content_styles p {
	 margin:1.4rem 0;
}

.post__content_styles a {
	 color: #0044dd;
}
.post__content_styles a:hover {
	 color: #C60;
}

.post__content_styles .size-large {
	 margin-bottom:10px;;
}


.post__image {
  max-height: 295px;
  overflow: hidden; }
  .homepage__sidebar .post__image {
    max-height: 245px; }

.progress {
  position: relative; }

.progress__track {
  background-color: #aeb0b5;
  border: 1px solid #5b616b;
  border-radius: 0.1666666667rem;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 1rem;
  margin: 0.2em 0;
  max-width: 100%;
  min-width: 6em;
  overflow: hidden; }

.progress__bar {
  background-color: #1b3156;
  border-radius: 0.1666666667rem;
  height: 1rem;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  width: 3%; }

.progress__description,
.progress__percentage {
  color: #493087;
  font-size: 1rem;
  overflow: hidden; }

.progress__description {
  float: left; }
  [dir='rtl'] .progress__description {
    float: right; }

.progress__percentage {
  float: right; }
  [dir='rtl'] .progress__percentage {
    float: left; }

.promo {
  background-color: #fff;
  -webkit-box-shadow: 0 38px 47px -8px #888B8D;
          box-shadow: 0 38px 47px -8px #888B8D;
  padding: 46.8px;
  font-weight: 700;
  font-size: 2.4444444444rem;
  max-width: 16.6666666667rem; }

.promo__button {
  margin-top: 23.4px; }

.scale-up-bottom {
  -webkit-animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: scale-up-bottom 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

/* ----------------------------------------------
 * Generated by Animista on 2018-9-11 15:0:52
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%; }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%; } }
@keyframes scale-up-bottom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%; }
  100% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%; } }

/*
.searchform--header {
  	background: #fff;
  	border-bottom: 1px solid #EDEEEE;
	border-top: 1px solid #eeeeee;
  	padding-top: 23.4px;
  	padding-bottom: 23.4px;
  	position: absolute;
  	top: 98%;
  	width: 100%;
  	z-index: 16;
  	left: 0; 
	
}
*/
.searchform--header {
    background: #fff;
    border-bottom: 1px solid #EDEEEE;
    border-top: 1px solid #eeeeee;
    padding-top: 23.4px;
    padding-bottom: 23.4px;
    position: absolute;
    top: 98%;
    width: 100%;
    z-index: 16;
 	left: 0;
    width: 100%;
}



.searchform_header_container {
	max-width:1170px;
	margin: 0 auto;
}

.searchform__input {
  width: 65%;
  border: 0;
  vertical-align: middle;
  font-size: 0.8888888889rem;
  margin-left: 2.5%; }
  @media (min-width: 56.25em) {
    .searchform__input {
      width: 60%;
      font-size: 1.2222222222rem; } }
  .searchform--header .searchform__input {
    outline: 0;
    border-bottom: 1px solid #EDEEEE; }

.searchform__button {
  width: 25%;
  margin-left: 11.7px;
  margin-bottom: 0;
  vertical-align: middle; }
  @media (min-width: 0) and (max-width: 56.25em) {
    .searchform__button {
      font-size: 14px;
      padding: 11.7px; } }
  @media (min-width: 56.25em) {
    .searchform__button {
      width: 35%; } }

.section__title {
  	font-size: 2.1111111rem;
  	font-weight: 700;
  	margin-bottom: 23.4px; 
  	color:#222;
	display:none;
}

  .section__title::before {
    background-image: -webkit-gradient(linear, right top, left top, from(#1D2D4E), color-stop(#5C73B8), to(#33BBED));
    background-image: -o-linear-gradient(right, #1D2D4E, #5C73B8, #33BBED);
    background-image: linear-gradient(to left, #1D2D4E, #5C73B8, #33BBED);
    content: '';
    width: 4.7777777778rem;
    height: 0.5555555556rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11.7px; }

.selectability {
  background: 1px solid #EDEEEE;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 14em;
}

.has-error > .selectability {
    border-color: #f8675a; 
}

.selectability [role=textbox] {
    background-color: #505050;
    color: #fff;
    display: block;
    font-size: 1rem;
    outline: 0;
    position: relative;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
    padding: 11.7px;
}

.selectability [role=textbox]:after {
      border-left: 1px solid #414344;
      content: '+';
      display: block;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      text-align: center;
      width: 48px;
      padding-top: 13px; }
  .selectability[aria-expanded="true"], .selectability:focus {
    border-color: #1b3156;
    outline: 0; }
  .selectability [role=listbox] {
    background-color: #EDEEEE;
    display: none;
    font-size: 0.8888888889rem;
    line-height: 1.2; }
  .selectability[aria-expanded=true] [role=listbox] {
    display: block; }
  .selectability [role=heading] {
    font-weight: bold; }
  .selectability [role=option] {
    outline: 0;
    padding: 11.7px; }
    .selectability [role=option]:focus, .selectability [role=option]:hover {
      background: #4AC7E9;
      color: #fff; }
  .is-full-width > .selectability {
    width: 100%; }
  .is-small > .selectability [role=textbox] {
    font-size: 18px; }

.selectability-offscreen {
  display: none;
  width: 1px !important; }

.share-your-story {
  background-color: #4AC7E9;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 46.8px;
  padding-bottom: 46.8px;
  position: relative; }
  .share-your-story::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#1D2D4E), color-stop(#5C73B8), to(#33BBED));
    background-image: -o-linear-gradient(right, #1D2D4E, #5C73B8, #33BBED);
    background-image: linear-gradient(to left, #1D2D4E, #5C73B8, #33BBED);
    mix-blend-mode: multiply;
    z-index: 38; }

.share-your-story__title {
  color: #fff;
  font-size: 2.4444444444rem;
  font-weight: 700;
  position: relative;
  z-index: 40; }
  @media (min-width: 56.25em) {
    .share-your-story__title {
      font-size: 3rem; } }
  @media (min-width: 81.25em) {
    .share-your-story__title {
      font-size: 4.1666666667rem; } }

.share-your-story__text {
  position: relative;
  z-index: 42; }
  @media (min-width: 56.25em) {
    .share-your-story__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.share-your-story__subtitle {
  color: #fff;
  font-weight: 600;
  font-size: 1.6666666667rem;
  margin-bottom: 23.4px; }
  @media (min-width: 56.25em) {
    .share-your-story__subtitle {
      font-size: 2.1111111111rem; } }
  @media (min-width: 81.25em) {
    .share-your-story__subtitle {
      font-size: 1.6666666667rem; } }

.sidebar {
	margin-top: 0;
	margin-bottom: 46.8px; 
}

@media (min-width: 61em) {
    .sidebar {
		width: 24%;
		min-width:240px;
		/*margin-left: 4rem;*/ 
	} 
}


.homepage__sidebar .sidebar {
	margin-top: 23.4px;
}

.sidebar ol, .sidebar ul {
    padding-left: 0; 
}

@media (min-width: 0) and (max-width: 61em) {
    .sidebar .wpp-list {
		display: -webkit-box;
    	display: -ms-flexbox;
      	display: flex;
      	-ms-flex-wrap: wrap;
          flex-wrap: wrap; 
	}
    .sidebar .wpp-list > * {
        width: 48%; 
	}
    .sidebar .wpp-list > *:nth-child(odd) {
        margin-right: 4%; 
	}
}

.sidebar .popular-posts ol {
    list-style: none;
    counter-reset: item; 
}

.sidebar .popular-posts li {
    counter-increment: item;
    margin-bottom: 5px;
    position: relative;
    margin-bottom: 23.4px;
}

@media (min-width: 0) and (max-width: 56.25em) {
    .sidebar .popular-posts li {
        clear: both; 
	} 
}

.sidebar .popular-posts li::before {
      content: counter(item);
      /*background: #004c97;*/
      /*border-radius: 100%;*/
      color: #fff;
      font-weight: 700;
      font-size: 1.5rem;
      width: 2.5rem;
      height: 2.5rem;
      text-align: center;
      display: inline-block;
      position: absolute;
      /*left: -0.5555555556rem;*/
      top: -0.2777777778rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}

/* blue box*/
/* 
@media (min-width: 56.25em) {
	.sidebar .popular-posts li::before {
    	top: 0rem;
        font-size: 1.2rem;
        width: 2.8rem;
        height: 2.8rem; 
	}
}
*/

/* big numbers */
/*
.sidebar .popular-posts li::before {
 	top: 66px;
	font-size: 8rem;
	width: 2.8rem;
    height: 2.8rem; 
	left:30px;
	text-shadow: 2px 2px 15px #000;
}
*/

/* small numbers */
.sidebar .popular-posts li::before {
 	top: 10px;
	font-size: 3rem;
	width: 2.8rem;
    height: 2.8rem; 
	left:0px;
	text-shadow: 2px 2px 15px #333, 2px 2px 15px #333;
}


.sidebar .popular-posts .wpp-meta {
    color: #fff; 
	position: absolute;
	top: 6px;
	right: 11px;
	background-color: #5e6163;
	padding: 6px 10px 5px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:.45px;
	font-size:12px;
}

.card-taxonomy-article-type {
    color: #fff; 
	position: absolute;
	top: 9px;
	right: 11px;
	background-color: #505050;
	/*background-color: #00a96b;*/
	/*background-color: #069c65;*/
	
	
	/*background-color: #0ea611;*/ /* green*/
	/* background-color: #e93d88;*/
	/*background-color: #eb4032;*/ /* fee orange */
	
	/*background-color: #2b5ffc;*/ /* lightish blue */
	
	
	
	padding: 7px 15px 6px;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:.45px;
	font-size:12px;
	font-family:tahoma;
}

.card-taxonomy-article-type a {
	color: #fff;
}


@media (max-width: 56.25em) {
	.sidebar .popular-posts li::before {
    	top: 10px;
        font-size: 3rem;
        width: 2.8rem;
        height: 2.8rem; 
		left:0px;
		text-shadow: 2px 2px 10px #000;
	}
	
	.sidebar .popular-posts .wpp-meta {
		top: 7px;
		right: 9px;
		padding: 5px 10px 4px;
		letter-spacing:.2px;
		
	}
}

.sidebar .popular-posts a {
    text-decoration: none; 
}

/*
.sidebar .popular-posts a:hover {
	text-decoration: underline; 
}
*/

.sidebar .article_type {
	color:#ffffff;

}

.sidebar .article_type a {
	color:#ffffff;
}



.sidebar .popular-posts a.wpp-post-title {
    display: inline-block;
    font-size: 1.2222222222rem;
    font-weight: 600;
    margin-top: 9px;
    margin-bottom: 12px; 
}





.sidebar .popular-posts .wpp-post__thumbnail {
    max-height: 11.1111111111rem;
    overflow: hidden;
}

.site-name .mobile-logo  {
	display: inline-block;
	margin-top: 7px;
}

.site-name__text {
	/*height: 50px;*/
	width: 180px;
	overflow: hidden;
	/*width: 180;*/
	background-size: contain;
	background-image: url(../images/catalyst-logo--gradient.png);
	background-repeat: no-repeat;
	margin-bottom: 0;
	vertical-align: middle; 
}
.site-name__text::before {
    content: '';
    display: block;
    height: 150%;
    width: 0;
}

.mobile-logo img {
	width:150px;
	margin-top:8px;
}

@media (max-width: 400px) {
	.mobile-logo img {
		width:115px;
		margin-top:13px;
	}
}

@media (min-width: 64em) {
	.site-name__text {
		/*height: 60px;*/
		overflow: hidden;
 		width: 215px;
	}
	.site-name__text::before {
		content: '';
        display: block;
        height: 150%;
        width: 0;
	}
}


.mobile-logo .site-name__text::before {
	content: '';
	display: block;
	height: 150%;
	width: 0;
}

.subtitle {
  color: #fff;
  font-size: 1.3333333333rem;
  font-weight: 700;
  max-width: 70%; }
  @media (min-width: 56.25em) {
    .subtitle {
      font-size: 1.8888888889rem; } }

/*
.subtitle--small {
  font-size: 1rem;
  font-weight: 400; }
  @media (min-width: 56.25em) {
    .subtitle--small {
      font-size: 1.3333333333rem; } }
*/

.tabs::after {
  clear: both;
  content: '';
  display: table; }

.tabs__items {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .tabs__items li::before {
    display: none; }
  @media (min-width: 37.5em) {
    .tabs__items {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media print {
    .tabs__items {
      display: none; } }

.tabs__item:first-child .tabs__link {
  border-bottom-left-radius: 0.1666666667rem;
  border-left: 0;
  border-top-left-radius: 0.1666666667rem; }

.tabs__item:last-child .tabs__link {
  border-bottom-right-radius: 0.1666666667rem;
  border-top-right-radius: 0.1666666667rem; }

.tabs__link {
  background-color: #d6d7d9;
  border: 0;
  border-radius: 0;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5555555556rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 0.7142857143;
  padding: 1.1111111111rem 1.1111111111rem;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  border-left: 1px solid #aeb0b5;
  display: block;
  font-size: 1.5555555556rem;
  line-height: 0.6071428571;
  margin: 0;
  padding: 0.4444444444rem 0.8888888889rem; }
  .tabs__link:focus, .tabs__link:hover {
    background-color: #93969d;
    color: #212121;
    outline: 0; }
  .tabs__link:active {
    background-color: #212121;
    color: #fff; }
  .tabs__link[disabled] {
    background-color: #d6d7d9;
    color: #323a45;
    cursor: default;
    pointer-events: none; }
  .tabs__link:active {
    background-color: #212121;
    color: #fff; }
  .tabs__link:focus {
    background-color: #aeb0b5; }
  .tabs__link:hover, .tabs__link:visited {
    color: #212121; }
  .tabs__link.is-active {
    background-color: #212121;
    color: #fff; }
    .tabs__link.is-active:hover {
      color: #fff; }

.tagline {
  color: #292929;
  font-weight: 700;
  margin-top: 5.85px;
  margin-bottom: 11.7px; }

.taxonomy__icon {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  background-size: 0.8888888889rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  vertical-align: middle;
  padding: 5.85px;
  margin-bottom: 5.85px; 
  margin-right:6px;
  }

.taxonomy__link {
  display: inline-block;
	/*font-weight:400;
  vertical-align: middle; */
  }

.topic__information > * {
  display: none; }

.widget__title_container {
	background-color:#004c97;
	padding-left:10px;
}


h3.widget__title {
	/*color: #1b3156;*/
  	font-size: 1.3rem;
	margin-bottom:23.4px; 
	color:#222;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	position: relative;
	overflow: hidden;
	display:block;
	padding:5px 10px 5px 15px;
	background-color: #eee;
	line-height:1.2;
}

h3.widget__title a {
	text-decoration:none;
}


.homepage__sidebar h3.widget__title {
    font-size: 1.3rem;
}

h3.widget__title::before {
    /*background-image: -webkit-gradient(linear, right top, left top, from(#1D2D4E), color-stop(#5C73B8), to(#33BBED));
    background-image: -o-linear-gradient(right, #1D2D4E, #5C73B8, #33BBED);
    background-image: linear-gradient(to left, #1D2D4E, #5C73B8, #33BBED);
    content: '';
    width: 4.7777777778rem;
    height: 0.5555555556rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11.7px; */
	/*position:absolute;*/
	/*display:inline-block;
	margin-right:5px;*/
	
}
/*
h3.widget__title::before, h3.widget__title::after  {
	background-color: #004c97;
	content: " ";
	min-width: 20px;
	height: 20px;
	top: 8px;
}


h3.widget__title::after {
	width:100%;
	display:inline-block;
	margin-left:5px;
	position:absolute;
}
*/


.clearfix::after {
  clear: both !important;
  content: '' !important;
  display: table !important; }

.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; }
  .visually-hidden.focusable:active, .visually-hidden.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; }

.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;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          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; }
/*# sourceMappingURL=styles.css.map */


img.avatar {
	float:left;
	margin:3px 20px 20px 0;	
}

.post__content {
	overflow:auto;	
}

.taxonomy--topic {
	margin-right:5px;
}
.taxonomy__link {
	margin-right:5px;
}

.featured-content__title {
	font-size:2.1em;
	font-weight:bold;
	margin: 8px 0 5px;
	line-height:1.15em;
}


.featured-content-text-container {
	padding:0 25px 5px 0;
}

@media (max-width: 61em) {
	.featured-content-text-container {
		padding-bottom:0;
	}
}




.responsive-container-outer {
	max-width:800px;
	/*margin:0 auto;*/
	margin:0;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.responsive-container-tweet {
	position: relative;
	padding-top: 0px;
	overflow: hidden;
}
.responsive-container-tweet p {
	margin:0;
}


.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-hero__taxonomies {
	font-weight:300;
}

/* wp popular post images */
.wpp-thumbnail {
	width:100%;
}


body .simplePullQuote {
	color: #5C73B8;
	font-weight: 700;
	background: #fff;
	font-size: 1.8888888889rem;
	-webkit-box-shadow: 0 28px 30px -8px #888B8D;
	box-shadow: 0 28px 30px -8px #888B8D;
	border-left: 0.3333333333rem solid #1b3156;
	position: relative;
	padding: 10px 46px 20px 46px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 23.4px;
	margin-bottom: 46.8px;
	line-height: 1.3;
	width:100%;
	text-indent:0;
	border-top:none;
	border-bottom:none;
}

body .simplePullQuote::after {
    content: '';
    display: block;
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#33BBED), color-stop(#5C73B8), to(#1D2D4E));
    background-image: -o-linear-gradient(right, #33BBED, #5C73B8, #1D2D4E);
    background-image: linear-gradient(to left, #33BBED, #5C73B8, #1D2D4E);
}



.sharethis-inline-share-buttons {
	margin: 0px 0 30px 0 !important;
	height: 34px;
}


/* makes buttons not move up when moused over */
.sharethis-inline-share-buttons .st-btn {
    position: unset !important;
}

.st-total {
    margin-right: 10px !important;
}

.wp-user-avatar {
	border: 1px solid #ccc;	
}


figcaption {
	font-size: 75%;
	text-align: center;
	margin: 10px 18px 10px;
	line-height: 1.4;
}



.page-hero figcaption {
    display: block;
    position: absolute !important;
    bottom: 0;
    right: 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(60,60,60,.9);
    line-height: 27px;
    padding: 0 12px;
    font-family: "Times New Roman",Times, serif;
	margin:0 !important;
}
.page-hero figcaption cite {
	font-style:normal;
}

.page-hero figcaption a {
	text-decoration:none;
	
}



/* hides the default avatar */
.avatar-default {
	display:none;
}
