@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

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

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

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

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

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

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

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

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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-duration: 0.75s;
  animation-duration: 0.75s;
  -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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

.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) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -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-duration: 0.75s;
  animation-duration: 0.75s;
  -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-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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);
  }

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

@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);
  }

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

.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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    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-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

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

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

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

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

/* 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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.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;
}

.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.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}


@font-face {
  font-family: "GilroyBold";
  src: url("../fonts/Gilroy/GilroyOffice-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "GilroyBoldItalic";
  src: url("../fonts/Gilroy/GilroyOffice-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: "GilroyRegular";
  src: url("../fonts/Gilroy/GilroyOffice-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "GilroyRegularItalic";
  src: url("../fonts/Gilroy/GilroyOffice-RegularItalic.ttf") format("truetype");
}
body {
  font-family: Arial, sans-serif;
  max-width: 1440px;
  margin: 0 auto;
}

main {
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
}

.revealOnScroll {
  opacity: 0;
}

.row {
  width: 100%;
  margin: 0;
}

.hide-element {
  visibility: hidden;
}

.active-link {
  color: #68A17C !important;
  border-bottom: 3px solid #68A17C;
}

.service-menu-active {
  border-bottom: 2px solid #333333;
}

#wrapper {
  overflow: visible !important;
}

.promo > .component-content {
  border: none !important;
}

.solid-orange-btn-container, .outline-cta-container,
.orange-outline-btn-container {
  position: relative;
}

.orange-outline-btn {
  border-radius: 0;
  text-decoration: none !important;
  color: #333333 !important;
  border: 2px solid #FF5000;
  margin-bottom: 50px;
  font-weight: bold;
  height: 54px;
  font-family: Arial;
  font-size: 19px !important;
  line-height: 22px;
  padding: 10px;
  padding-right: 50px;
  padding-top: 14px;
}
.orange-outline-btn + img {
  height: 20px;
  width: 24px;
  position: absolute;
  bottom: 23px;
  right: 15px;
}
.orange-outline-btn:hover {
  color: #fff !important;
  background: #FF5000;
  opacity: 0.9;
}
.orange-outline-btn + .long-btn {
  height: 20px;
  width: 30px;
  margin-right: 0;
}

.outline-cta {
  text-decoration: none !important;
  color: #fff !important;
  border: 2px solid #FFFFFF;
  margin-top: 40px;
  border-radius: 0;
  height: 54px;
  font-family: Arial;
  font-size: 19px !important;
  font-weight: bold;
  line-height: 22px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 55px;
}
.outline-cta:hover {
  background: #FF5000;
  border: 2px solid #FF5000;
  opacity: 0.9;
}
.outline-cta + img {
  height: 20px;
  width: 24px;
  position: absolute;
  top: 19px;
  right: 20px;
  pointer-events: none;
}
.outline-cta + .long-btn {
  height: 20px;
  width: 30px;
}

.solid-orange-btn {
  height: 54px;
  text-decoration: none !important;
  color: #fff !important;
  background: #FF5000;
  border-radius: 0;
  margin-top: 43px;
  font-family: Arial;
  font-size: 19px !important;
  font-weight: bold;
  line-height: 22px;
  padding-top: 14px;
  padding-left: 15px;
  padding-right: 55px;
}
.solid-orange-btn:hover, .solid-orange-btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.solid-orange-btn:hover {
  opacity: 0.9;
}
.solid-orange-btn + img {
  position: absolute;
  top: 21px;
  height: 20px;
  width: 24px;
  right: 18px;
  pointer-events: none;
}
.solid-orange-btn + .long-btn {
  height: 20px;
  width: 30px;
}

@media (max-width: 320px) {
  .solid-orange-btn + img {
    right: 5px;
  }
}
@media (max-width: 991px) {
  .outline-cta {
    margin-top: 80px;
  }
  .outline-cta:hover, .outline-cta:active {
    background: none;
    border: 2px solid #FFFFFF;
    opacity: 1;
  }
  .outline-cta + img {
    top: 39px;
  }

  .solid-orange-btn {
    margin-top: 80px;
  }
  .solid-orange-btn:hover, .solid-orange-btn:active {
    opacity: 1;
  }
  .solid-orange-btn + img {
    top: 39px;
  }
}
@media (max-width: 767px) {
  .outline-cta {
    margin-top: 40px;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    min-width: 300px;
  }
  .outline-cta:hover, .outline-cta:active {
    background: none;
    border: 2px solid #FFFFFF;
    opacity: 1;
  }
  .outline-cta + img {
    top: 20px;
  }

  .solid-orange-btn {
    margin-top: 40px;
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
  }
  .solid-orange-btn:hover, .solid-orange-btn:active {
    opacity: 1;
  }
  .solid-orange-btn + img {
    top: 19px;
  }

  .orange-outline-btn {
    font-size: 17px !important;
    line-height: 22px;
  }
}
/************** Header & MegaMenu *********/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.navigation {
  position: absolute;
  width: 100%;
  z-index: 1;
  padding: 30px 90px;
}
.navigation .logo a {
  position: absolute;
  z-index: 1;
}
.navigation .logo a, .navigation .logo img {
  height: 72px;
  width: 94px;
}
.navigation .service-menu {
  margin-bottom: 28px;
}
.navigation .service-menu li a,
.navigation .service-menu li a:visited {
  margin-left: 20px;
  color: #fff;
  font-family: GilroyRegular;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 16px;
  text-align: right;
  text-decoration: none;
  padding-bottom: 3px;
}
.navigation .service-menu li a:hover {
  border-bottom: 2px solid #333333;
}
.navigation .service-menu img {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  left: 3px;
}
.navigation .megamenu-nav {
  margin-top: 4px;
}
.navigation .megamenu-nav li {
  margin-right: 0;
  padding-right: 0.5rem;
}
.navigation .megamenu-nav > li > a {
  margin-left: 20px;
  color: #fff;
  font-family: GilroyBold;
  font-size: 19px;
  letter-spacing: 0.1px;
  line-height: 23px;
  text-align: right;
  padding-bottom: 20px;
  padding-top: 20px;
}
.navigation .megamenu-nav > li > a:hover,
.navigation .megamenu-nav .l1-hover {
  color: #68A17C;
  text-decoration: none;
  border-bottom: 3px solid #68A17C;
}
.navigation .navigation-panel {
  visibility: hidden;
  -webkit-transition: visibility 0.1s;
  transition: visibility 0.1s;
  padding: 63px 0 80px 93px;
  margin-top: 23px;
  border-top: 1px solid #E1ECE5;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.navigation .navigation-panel .megamenu-section {
  width: 350px;
  margin-right: 85px;
  font-family: Arial;
  color: #365445;
}
.navigation .navigation-panel .megamenu-section .nav-img {
  height: 160px;
  width: 350px;
}
.navigation .navigation-panel .megamenu-section a {
  margin-top: 10px;
  font-size: 19px;
  font-weight: bold;
  line-height: 30px;
  text-decoration: none;
  font-family: Arial;
  color: #365445;
  margin-left: 5px;
}
.navigation .navigation-panel .megamenu-section a:hover {
  text-decoration: none;
  color: #FF5000;
  font-size: 22px;
}
.navigation .navigation-panel .megamenu-section .nav-img-arrow {
  width: 24px;
  height: 15px;
}
.navigation .navigation-panel .megamenu-section p {
  margin-left: 30px;
  width: 75%;
  font-size: 16px;
  line-height: 25px;
}
.navigation .navigation-panel .second-level {
  min-width: 380px;
  margin-top: -20px;
}
.navigation .navigation-panel .second-level > li {
  position: relative;
  border-bottom: 1px solid #E1ECE5;
}
.navigation .navigation-panel .second-level > li > a {
  display: block;
  width: 100%;
  color: #365445;
  font-family: Arial;
  font-size: 19px;
  letter-spacing: 0.1px;
  line-height: 60px;
  text-decoration: none;
}
.navigation .navigation-panel .second-level img {
  position: absolute;
  right: 0;
  top: 23px;
  width: 15px;
  height: 15px;
  pointer-events: none;
}
.navigation .navigation-panel .second-level > li > a:hover,
.navigation .navigation-panel .second-level .l2-hover {
  text-decoration: none;
  color: #68A17C;
  font-weight: bold;
}
.navigation .navigation-panel .second-level .third-level {
  visibility: hidden;
  width: 440px;
  padding-left: 25px;
  position: absolute;
  left: 380px;
  top: 6px;
}
.navigation .navigation-panel .second-level .third-level li a {
  font-family: Arial;
  color: #365445;
  letter-spacing: 0.11px;
  line-height: 50px;
  font-size: 16px;
}
.navigation .navigation-panel .second-level .third-level li a:hover {
  text-decoration: none;
  color: #68A17C;
  font-weight: bold;
}

.fixed-nav {
  position: static;
}

.white-nav,
.fixed-nav {
  border-bottom: 1px solid #E1ECE5;
  background-color: #FFF !important;
}
.white-nav .megamenu-nav > li > a,
.fixed-nav .megamenu-nav > li > a {
  color: #333333;
  padding-bottom: 23px !important;
}
.white-nav .service-menu li a,
.fixed-nav .service-menu li a {
  color: #333333 !important;
}
.white-nav .navigation-panel,
.fixed-nav .navigation-panel {
  border-top: none !important;
  margin-top: 25px !important;
}
.white-nav.navigation,
.fixed-nav.navigation {
  padding: 30px 90px 24px 90px;
}

.mobile-nav {
  display: none;
}

@media (max-width: 1024px) {
  .navigation {
    display: none;
  }

  .mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 40px;
    padding-right: 28px;
    border-bottom: 1px solid #E1ECE5;
    background-color: #FFF !important;
  }
  .mobile-nav .mobile-mega-nav {
    margin: auto 0;
  }
  .mobile-nav .list-group-item {
    border-radius: 0 !important;
    padding: 0 40px;
  }
  .mobile-nav .list-group-item a:hover {
    text-decoration: none;
  }
  .mobile-nav .list-group-item .img-link,
.mobile-nav .list-group-item img {
    position: absolute;
    right: 40px;
    top: 20px;
    width: 20px;
    height: 20px;
  }
  .mobile-nav .list-group-item img {
    pointer-events: none;
  }
  .mobile-nav .green-color {
    color: #68A17C !important;
  }
  .mobile-nav .primary-item {
    font-family: GilroyBold;
    color: #333333;
    font-size: 18px;
    line-height: 60px;
  }
  .mobile-nav .primary-item[expanded=true] {
    color: #68A17C;
  }
  .mobile-nav .secondary-item {
    font-family: Arial;
    color: #365445;
    font-size: 16px;
    line-height: 60px;
    padding-left: 20px;
  }
  .mobile-nav .secondary-item[aria-expanded=true] {
    color: #68A17C;
    font-weight: bold;
  }
  .mobile-nav .tertiary-item {
    color: #365445;
    font-family: Arial;
    font-size: 14px;
    line-height: 60px;
    padding-left: 80px;
  }
  .mobile-nav .search {
    font-family: Arial;
    font-size: 16px;
    line-height: 30px;
    line-height: 60px;
    width: 100%;
  }
  .mobile-nav .search-icon {
    position: absolute;
    right: 40px;
    top: 20px;
    height: 19px;
    width: 19px;
    z-index: 1;
  }
  .mobile-nav .service-menu-item {
    font-family: GilroyRegular;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    border: none !important;
  }
  .mobile-nav .service-menu-item:first-of-type {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
  }
  .mobile-nav #MainMenu {
    position: absolute;
    top: 85px;
    width: 360px;
    right: 0;
    z-index: 1;
    max-height: 100vh;
    height: 85vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-nav .icon-bar {
    width: 22px;
    height: 2px;
    background-color: #333333;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px;
  }
  .mobile-nav .navbar-toggler {
    border: none;
    background: transparent !important;
  }
  .mobile-nav .navbar-toggler .top-bar {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
  }
  .mobile-nav .navbar-toggler .middle-bar {
    opacity: 0;
  }
  .mobile-nav .navbar-toggler .bottom-bar {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }
  .mobile-nav .navbar-toggler.collapsed .top-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .mobile-nav .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
  }
  .mobile-nav .navbar-toggler.collapsed .bottom-bar {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width: 80%;
  }
  .mobile-nav .list-group.panel > .list-group-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .mobile-nav .logo a {
    position: absolute;
  }
  .mobile-nav .logo a, .mobile-nav .logo img {
    height: 50px;
    width: 64px;
  }
}
@media (max-width: 767px) {
  .mobile-nav #MainMenu {
    width: 100%;
  }
}
/************** Header & MegaMenu ENDS*********/

/*# sourceMappingURL=common.css.map */


@charset "UTF-8";
/* breakpoints */
.on-page-editor .accordion .toggle-content [scfieldtype="rich text"] {
  display: block;
}

.accordion {
  padding: 0;
  margin-bottom: 10px;
}

.accordion .active .toggle-header .field-heading:before {
  content: "" !important;
}

.accordion .toggle-header {
  cursor: pointer;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
}

.accordion .toggle-header:hover {
  background-color: transparent;
}

.accordion .toggle-header .component {
  margin-top: 0;
}

.accordion .toggle-header .component.title {
  margin-top: 0;
}

.accordion .toggle-header .component .field-heading {
  font-size: 16px;
  padding-left: 34px;
  font-weight: normal;
}

.accordion .toggle-header .component .field-heading:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.accordion .toggle-header .label {
  padding: 7px;
  text-align: left;
  display: block;
  background: transparent;
  position: relative;
  z-index: 3;
}

.accordion .toggle-header .label:after {
  content: "";
  display: table;
  clear: both;
}

.accordion .toggle-content {
  padding: 10px;
  background-color: transparent;
}

.accordion .toggle-content:after {
  content: "";
  display: table;
  clear: both;
}

.accordion .toggle-content .component {
  margin-top: 0;
}

.accordion .items {
  overflow: hidden;
}

.accordion .item:last-child {
  border-bottom: none;
}

/* breakpoints */
.accordion-horizontal {
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}

.accordion-horizontal.accordion-image .items .item {
  box-sizing: border-box;
  padding: 0 0 0 50px;
  margin: 0;
  min-height: 300px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
}

.accordion-horizontal.accordion-image .items .item.active .toggle-header {
  background: transparent !important;
}

.accordion-horizontal.accordion-image .items .item.active .toggle-content {
  left: 0 !important;
}

.accordion-horizontal.accordion-image .items .item .toggle-header {
  width: 50px;
  border-right: none;
}

.accordion-horizontal.accordion-image .items .item .toggle-header:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.accordion-horizontal.accordion-image .items .item .toggle-content {
  padding: 0;
}

.accordion-horizontal .items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.accordion-horizontal .items .item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  box-sizing: border-box;
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 0 40px;
  min-height: 250px;
  position: relative;
}

.accordion-horizontal .items .item.active .toggle-header {
  background: transparent;
}

.accordion-horizontal .items .item .toggle-header {
  box-sizing: border-box;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  padding: 0;
  width: 40px;
  min-height: 100%;
  border-right: 1px solid #d2d2d2;
  border-bottom: none;
  background: transparent;
}

.accordion-horizontal .items .item .toggle-header .component {
  margin-top: 0px;
}

.accordion-horizontal .items .item .toggle-header .label {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
}

.accordion-horizontal .items .item .toggle-header .label p {
  width: 200px;
}

.accordion-horizontal .items .item .toggle-header .label div.field-heading {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 16px;
}

.accordion-horizontal .items .item .toggle-header .label div.field-heading span.scWebEditInput {
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accordion-horizontal .items .item .toggle-content {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: auto;
  z-index: 10;
  height: 100%;
  overflow: hidden;
  text-align: left;
  padding: 10px;
}


@charset "UTF-8";
/* breakpoints */
.sxa-archive .level-1 {
  display: block !important;
  padding-left: 10px;
}

.sxa-archive .level-1 > li > .group-header {
  font-weight: bold;
}

.sxa-archive .group-header {
  position: relative;
}

.sxa-archive .group-header:before {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 10px;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -15px;
  padding: 0;
}

.sxa-archive .group-header.opened:before {
  content: "";
}

.sxa-archive ul {
  display: none;
  margin-left: 10px;
  cursor: pointer;
}

.sxa-archive ul li {
  position: relative;
}

.sxa-archive .archive-items {
  display: none;
}

.sxa-archive .archive-items .archive-item {
  /* breakpoints */
  cursor: default;
}

.sxa-archive .archive-items .archive-item a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #747474;
  border-bottom: 1px solid #89C6CC;
}

.sxa-archive .archive-items .archive-item a:hover {
  color: #878787;
  text-decoration: none;
}


@charset "UTF-8";
/* breakpoints */
.breadcrumb.component {
  background: transparent;
}

.breadcrumb.component:after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumb.component.breadcrumb-navigation {
  overflow: visible;
}

.breadcrumb.component a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  color: #747474;
}

.breadcrumb.component ol {
  list-style: none;
}

.breadcrumb.component .field-title {
  display: inline-block;
}

.breadcrumb.component .separator {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb.component li {
  position: relative;
  display: block;
  float: left;
}

.breadcrumb.component li > .navigation-title {
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb.component li > .navigation-title > a:hover {
  color: #15909c;
}

.breadcrumb.component li.last .separator {
  display: none;
}

.breadcrumb.component li.item-hide:hover > ol {
  display: none;
}

.breadcrumb.component li:hover > ol {
  display: block;
  position: absolute;
  top: 20px;
  left: auto;
  z-index: 100;
}

.breadcrumb.component li > ol {
  box-sizing: border-box;
  display: none;
  margin: 0;
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.breadcrumb.component li > ol li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  float: none;
  margin: 0;
  padding: 2px 20px;
  width: 100%;
  min-width: 140px;
  cursor: pointer;
}

.breadcrumb.component li > ol li .fa {
  float: left;
}

.breadcrumb.component li > ol li:hover {
  background: #89C6CC;
  color: #fff;
}

.breadcrumb.component li > ol li:hover a {
  color: #fff !important;
}

.breadcrumb.component li > ol li:before {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
  top: 50%;
  left: 2px;
}

.breadcrumb.component li > ol li > a {
  display: block;
  padding: 2px 0 2px 10px;
}

.breadcrumb.component li > ol li:last-child {
  border-bottom-width: 0;
}

/* breakpoints */
.breadcrumb.breadcrumb-hide li {
  white-space: nowrap;
}

.breadcrumb.breadcrumb-hide li.item-hide + li.item-hide {
  display: none;
}

.breadcrumb.breadcrumb-hide li.item-hide a {
  display: none;
}

.breadcrumb.breadcrumb-hide li.item-hide:before {
  content: "...";
  display: inline;
}

.breadcrumb.breadcrumb-hide li.hide-full {
  display: none;
}

/* breakpoints */
.breadcrumb.triangle-separator .separator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
}

.breadcrumb.triangle-separator .separator:before {
  content: "";
  display: block;
  font-size: 16px;
}


@charset "UTF-8";
/* breakpoints */
.carousel {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
  background: #FFFFFF;
}

.carousel .wrapper {
  padding-bottom: 30px;
}

.carousel .slides {
  position: relative;
}

.carousel .slides:after {
  content: "";
  display: block;
  clear: both;
}

.carousel .nav {
  margin-top: 10px;
}

.carousel .nav .nav-items {
  display: inline-block;
  position: relative;
  height: 32px;
  min-width: 20px;
  margin: 0 15px;
  vertical-align: middle;
  cursor: pointer;
}

.carousel .nav .nav-items:before, .carousel .nav .nav-items:after {
  background-image: url(../Images/player.png);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
}

.carousel .nav .nav-items:before {
  left: -9px;
  background-position: -154px -152px;
}

.carousel .nav .nav-items:after {
  right: -9px;
  background-position: -225px -152px;
}

.carousel .nav .nav-items .sxa-bullets, .carousel .nav .nav-items .sxa-numbers {
  position: relative;
  height: 32px;
  float: left;
  width: 20px;
  box-sizing: border-box;
}

.carousel .nav .nav-items .sxa-bullets:before {
  background-image: url(../Images/player.png);
  background-position: 0 -152px;
  left: -10px;
  content: '';
  width: 20px;
  height: 32px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.carousel .nav .nav-items .sxa-bullets.active:before {
  background-position: -75px -152px;
}

.carousel .nav .nav-items .sxa-numbers {
  padding-top: 3px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZmRmZGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjZDVkNWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjY2VjZWNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuNDQiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #efefef 3%, #fbfbfb 16%, #fefefe 22%, white 34%, #fdfdfd 41%, #f7f7f7 50%, #e8e8e8 66%, #d5d5d5 78%, #cecece 84%, rgba(13, 15, 17, 0.44) 88%, rgba(13, 15, 17, 0.3) 94%, rgba(13, 15, 17, 0.12) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(3%, #efefef), color-stop(16%, #fbfbfb), color-stop(22%, #fefefe), color-stop(34%, white), color-stop(41%, #fdfdfd), color-stop(50%, #f7f7f7), color-stop(66%, #e8e8e8), color-stop(78%, #d5d5d5), color-stop(84%, #cecece), color-stop(88%, rgba(13, 15, 17, 0.44)), color-stop(94%, rgba(13, 15, 17, 0.3)), to(rgba(13, 15, 17, 0.12)));
  background: linear-gradient(to bottom, #eeeeee 0%, #efefef 3%, #fbfbfb 16%, #fefefe 22%, white 34%, #fdfdfd 41%, #f7f7f7 50%, #e8e8e8 66%, #d5d5d5 78%, #cecece 84%, rgba(13, 15, 17, 0.44) 88%, rgba(13, 15, 17, 0.3) 94%, rgba(13, 15, 17, 0.12) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.carousel .nav .nav-items .sxa-numbers:hover {
  color: #878787;
}

.carousel .nav .nav-items .sxa-numbers.active {
  font-weight: bold;
}

.carousel .nav .prev-text, .carousel .nav .next-text {
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #000;
}

.carousel .nav a.next-text:hover, .carousel .nav a.next-text:active {
  text-decoration: none;
  color: #878787;
}

.carousel .nav a.next-text:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 20px;
}

.carousel .nav a.prev-text:hover, .carousel .nav a.prev-text:active {
  text-decoration: none;
}

.carousel .nav a.prev-text:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  font-size: 20px;
}

.carousel.image-full-size .carousel-body {
  height: auto;
  top: 2%;
  opacity: 0.8;
}

.carousel.image-full-size .carousel-link {
  left: auto;
  right: 1%;
  bottom: 2%;
  opacity: 0.8;
}

@media (max-width: 768px) {
  .carousel {
    padding: 0;
  }
}


.row.column-splitter {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.row.column-splitter > div {
  padding-left: 0;
  padding-right: 0;
}


/* breakpoints */
.title-row-box {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  box-sizing: border-box;
  width: 100%;
  height: 87px;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}

.title-row-box > .component-content {
  max-width: 960px;
  margin: 0 auto !important;
}

.title-row-box > .component-content .title {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 23px 0 0 0;
  padding: 0;
}

.title-row-box > .component-content .title h1 {
  font-size: 22px;
  font-size: 2.2rem;
  border: none;
}

@media only screen and (max-width: 959px) {
  .title-row-box > .component-content .title {
    margin: 23px 0 0 20px;
  }
}

.title-row-box > .component-content .rich-text {
  margin: 0;
}

.title-row-box > .component-content .rich-text h1, .title-row-box > .component-content .rich-text h2, .title-row-box > .component-content .rich-text h3, .title-row-box > .component-content .rich-text h4 {
  margin: 0;
  padding: 0;
}

.title-row-box > .component-content .breadcrumb {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 23px 0 0 0;
  padding: 0;
  float: right;
  clear: both;
}

@media only screen and (min-width: 381px) and (max-width: 959px) {
  .title-row-box > .component-content .breadcrumb {
    margin: 23px 20px 0 0;
  }
}

@media only screen and (max-width: 380px) {
  .title-row-box > .component-content .breadcrumb {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  .title-row-box .alpha {
    vertical-align: middle;
    box-sizing: border-box;
    width: auto !important;
    float: left;
  }
  .title-row-box .omega {
    vertical-align: middle;
    box-sizing: border-box;
    width: auto !important;
    float: right;
  }
}

/* breakpoints */
.container {
  padding: 0;
}

.container .component-content:after {
  content: "";
  display: table;
  clear: both;
}


/* breakpoints */
.divider hr {
  margin: 10px 0;
  border: 0;
  height: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #d2d2d2;
}

.white-space-divider hr {
  border: none;
}


@charset "UTF-8";
/* breakpoints */
.event-list li, .event-list li > .scLooseFrameZone {
  background: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #747474;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.event-list li:after, .event-list li > .scLooseFrameZone:after {
  content: "";
  display: table;
  clear: both;
}

.event-list {
  /* breakpoints */
  background: transparent;
}

.event-list .field-filetypeicon > a > span, .event-list .pdf, .event-list .xls, .event-list .xlsx, .event-list .pptx, .event-list .ppt, .event-list .docx, .event-list .doc, .event-list .bmp, .event-list .png, .event-list .jpg, .event-list .jpeg, .event-list .psd, .event-list .gif, .event-list .avi, .event-list .mp4, .event-list .wmv, .event-list .mov, .event-list .mp3, .event-list .wma, .event-list .txt, .event-list .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.event-list .field-filetypeicon > a > span:before, .event-list .pdf:before, .event-list .xls:before, .event-list .xlsx:before, .event-list .pptx:before, .event-list .ppt:before, .event-list .docx:before, .event-list .doc:before, .event-list .bmp:before, .event-list .png:before, .event-list .jpg:before, .event-list .jpeg:before, .event-list .psd:before, .event-list .gif:before, .event-list .avi:before, .event-list .mp4:before, .event-list .wmv:before, .event-list .mov:before, .event-list .mp3:before, .event-list .wma:before, .event-list .txt:before, .event-list .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event-list .field-filetypeicon span:before {
  content: "";
}

.event-list .field-filetypeicon .pdf:before {
  content: "";
}

.event-list .field-filetypeicon .xlsx:before, .event-list .field-filetypeicon .xls:before {
  content: "";
}

.event-list .field-filetypeicon .pptx:before, .event-list .field-filetypeicon .ppt:before {
  content: "";
}

.event-list .field-filetypeicon .docx:before, .event-list .field-filetypeicon .doc:before {
  content: "";
}

.event-list .field-filetypeicon .bmp:before, .event-list .field-filetypeicon .png:before, .event-list .field-filetypeicon .jpg:before, .event-list .field-filetypeicon .jpeg:before, .event-list .field-filetypeicon .psd:before, .event-list .field-filetypeicon .gif:before, .event-list .field-filetypeicon .tif:before {
  content: "";
}

.event-list .field-filetypeicon .avi:before, .event-list .field-filetypeicon .mp4:before, .event-list .field-filetypeicon .wmv:before, .event-list .field-filetypeicon .mov:before, .event-list .field-filetypeicon .mpg:before, .event-list .field-filetypeicon .mkv:before, .event-list .field-filetypeicon .vp6:before, .event-list .field-filetypeicon .vid:before, .event-list .field-filetypeicon .rv:before, .event-list .field-filetypeicon .webm:before, .event-list .field-filetypeicon .swf:before, .event-list .field-filetypeicon .flv:before, .event-list .field-filetypeicon .m4v:before, .event-list .field-filetypeicon .h264:before, .event-list .field-filetypeicon .mk3d:before, .event-list .field-filetypeicon .gifv:before, .event-list .field-filetypeicon .oggv:before, .event-list .field-filetypeicon .movie:before, .event-list .field-filetypeicon .divx:before {
  content: "";
}

.event-list .field-filetypeicon .mp3:before, .event-list .field-filetypeicon .wma:before, .event-list .field-filetypeicon .wav:before, .event-list .field-filetypeicon .fla:before, .event-list .field-filetypeicon .flac:before, .event-list .field-filetypeicon .ra:before, .event-list .field-filetypeicon .rma:before, .event-list .field-filetypeicon .aif:before, .event-list .field-filetypeicon .aiff:before, .event-list .field-filetypeicon .aa:before, .event-list .field-filetypeicon .aac:before, .event-list .field-filetypeicon .mid:before, .event-list .field-filetypeicon .midi:before, .event-list .field-filetypeicon .aax:before, .event-list .field-filetypeicon .ac3:before, .event-list .field-filetypeicon .au:before, .event-list .field-filetypeicon .ogg:before, .event-list .field-filetypeicon .avr:before, .event-list .field-filetypeicon .m4a:before, .event-list .field-filetypeicon .mp4a:before, .event-list .field-filetypeicon .amz:before, .event-list .field-filetypeicon .mka:before, .event-list .field-filetypeicon .asx:before, .event-list .field-filetypeicon .pcm:before, .event-list .field-filetypeicon .m3u:before, .event-list .field-filetypeicon .xwma:before {
  content: "";
}

.event-list .field-filetypeicon .txt:before {
  content: "";
}

.event-list .field-filetypeicon .zip:before, .event-list .field-filetypeicon .zipx:before, .event-list .field-filetypeicon .rar:before, .event-list .field-filetypeicon .tar:before, .event-list .field-filetypeicon .gz:before, .event-list .field-filetypeicon .dmg:before, .event-list .field-filetypeicon .iso:before {
  content: "";
}

.event-list .field-filetypeicon .css:before, .event-list .field-filetypeicon .js:before, .event-list .field-filetypeicon .py:before, .event-list .field-filetypeicon .git:before, .event-list .field-filetypeicon .py:before, .event-list .field-filetypeicon .cpp:before, .event-list .field-filetypeicon .h:before, .event-list .field-filetypeicon .ini:before, .event-list .field-filetypeicon .config:before {
  content: "";
}

.event-list .field-filetypeicon .exe:before, .event-list .field-filetypeicon .jar:before, .event-list .field-filetypeicon .dll:before, .event-list .field-filetypeicon .bat:before, .event-list .field-filetypeicon .pl:before, .event-list .field-filetypeicon .scr:before, .event-list .field-filetypeicon .msi:before, .event-list .field-filetypeicon .app:before, .event-list .field-filetypeicon .deb:before, .event-list .field-filetypeicon .apk:before, .event-list .field-filetypeicon .jar:before, .event-list .field-filetypeicon .vb:before, .event-list .field-filetypeicon .prg:before, .event-list .field-filetypeicon .sh:before {
  content: "";
}

.event-list .field-filetypeicon .com:before, .event-list .field-filetypeicon .net:before, .event-list .field-filetypeicon .org:before, .event-list .field-filetypeicon .edu:before, .event-list .field-filetypeicon .gov:before, .event-list .field-filetypeicon .mil:before, .event-list .field-filetypeicon .html:before, .event-list .field-filetypeicon .htm:before, .event-list .field-filetypeicon .xhtml:before, .event-list .field-filetypeicon .jhtml:before, .event-list .field-filetypeicon .php:before, .event-list .field-filetypeicon .php3:before, .event-list .field-filetypeicon .php4:before, .event-list .field-filetypeicon .php5:before, .event-list .field-filetypeicon .phtmle:before, .event-list .field-filetypeicon .asp:before, .event-list .field-filetypeicon .aspx:before, .event-list .field-filetypeicon .cfm:before {
  content: "";
}

.event-list h1, .event-list h2, .event-list h3, .event-list h4, .event-list h5, .event-list h6 {
  color: #222;
}

.event-list h1, .event-list h2 {
  margin: 10px 0;
}

.event-list h3, .event-list h4, .event-list p {
  margin: 5px 0;
}

.event-list h5, .event-list h6 {
  margin: 5px 0 0;
}

.event-list strong {
  font-weight: 700;
}

.event-list ul, .event-list ol {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 10px;
}

.event-list li {
  font-size: 13px;
  margin-left: 15px;
}

.event-list ul li {
  list-style: disc;
  list-style-position: inside;
}

.event-list ol li {
  list-style: decimal;
  list-style-position: inside;
}

.event-list a {
  color: #de232f;
  text-decoration: underline;
  font-size: 1em;
}

.event-list a:hover {
  color: #878787;
}

.event-list table {
  height: auto !important;
  border: 2px solid #d2d2d2;
}

.event-list table, .event-list table tr, .event-list table th, .event-list table td {
  border: solid 2px #d2d2d2;
  background: #FFFFFF;
  border-collapse: collapse;
  vertical-align: middle;
}

.event-list table tr, .event-list table th, .event-list table td {
  padding: 5px;
}

.event-list table caption {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}

.event-list table tr {
  border: none;
}

.event-list table th, .event-list table td {
  border-width: 2px 0 0 2px;
}

.event-list table th {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}

.event-list table th:first-child {
  border-left: 0;
}

.event-list table td:first-child {
  border-left: 0;
}

.event-list h1, .event-list h2, .event-list h3, .event-list h4, .event-list h5, .event-list h6 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
}

.event-list ul {
  margin: 10px 0;
}

.event-list li {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  margin-left: 0;
  box-sizing: border-box;
  padding: 15px 15px 40px 15px;
  position: relative;
  margin: 10px 0;
}

.event-list li > .scLooseFrameZone > .scEmptyPlaceholder {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.event-list .event-list-time {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
  min-width: 115px;
  max-width: 20%;
}

.event-list .event-list-time .scWebEditInput {
  display: inline;
}

.event-list .event-list-info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  margin: 0 15px;
  max-width: 75%;
}

.event-list .event-list-name {
  font-size: 16px;
  font-weight: bold;
}

.event-list .event-list-place,
.event-list .event-list-link {
  position: absolute;
  bottom: 5px;
  padding-left: 15px;
}

.event-list .event-list-place:before,
.event-list .event-list-link:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.event-list .event-list-place {
  left: 10px;
}

.event-list .event-list-place:before {
  content: "";
}

.event-list .event-list-link {
  right: 10px;
}

.event-list .event-list-link a {
  font-size: 1em;
  color: #747474;
}

.event-list .event-list-link a:hover {
  color: #878787;
  text-decoration: none;
  border-bottom: 1px solid #89C6CC;
}

.event-list .event-list-link:before {
  content: "";
}

.event-list .scWebEditInput {
  font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif;
}


.facebook-comments .fb-comments {
  width: 100%;
}

.facebook-comments .fb-comments > span {
  text-align: justify !important;
  width: 100% !important;
}

.facebook-comments .fb-comments > span > iframe {
  width: 100% !important;
}


/* breakpoints */
.feed {
  background: transparent;
}

.feed h1, .feed h2, .feed h3, .feed h4, .feed h5, .feed h6 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
}

.feed .feed-item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
  padding: 10px 10px 10px 0px;
  margin-left: 10px;
  background: transparent;
}

.feed .feed-title a {
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

.feed .feed-datetime {
  font-size: 11px;
  font-size: 1.1rem;
  float: left;
}

.feed .feed-author {
  font-size: 11px;
  font-size: 1.1rem;
  float: right;
}

.feed .feed-description {
  font-size: 13px;
  font-size: 1.3rem;
  box-sizing: border-box;
  margin: 5px;
  overflow: hidden;
  clear: both;
}

.feed .feed-description img {
  margin: 0 4px;
}

/* breakpoints */
.feed.feed-grid .feed-item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  width: 32%;
  margin: 0 1% 10px 0;
  padding: 20px;
}

@media only screen and (max-width: 639px) {
  .feed.feed-grid .feed-item {
    width: 100%;
  }
}


/* breakpoints */
.field-editor {
  background: transparent;
  overflow: hidden;
}

.field-editor .field-table {
  width: 100%;
  border-collapse: collapse;
}

.field-editor .field-table table {
  word-wrap: break-word;
  table-layout: fixed;
}

.field-editor .field-table tbody {
  border: none;
  background: none;
}

.field-editor .field-table tbody tr {
  background: none;
}

.field-editor .field-table th {
  color: #000;
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
}

.field-editor .field-table td {
  color: #747474;
  padding: 5px 10px;
  text-align: left;
  vertical-align: middle;
}

.field-editor.position-right .field-table td {
  text-align: right;
}

.field-editor.position-center .field-table td {
  text-align: center;
}


@charset "UTF-8";
/* breakpoints */
.file-list {
  background: transparent;
  /* breakpoints */
}

.file-list h1, .file-list h2, .file-list h3, .file-list h4, .file-list h5, .file-list h6 {
  color: #747474;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
}

.file-list li {
  margin: 0 20px 5px 0;
}

.file-list li * {
  color: #747474;
}

.file-list .list-item {
  background: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
}

.file-list .list-item a:hover {
  color: #878787;
}

.file-list .list-item > .scEnabledChrome {
  width: 100%;
}

.file-list .list-item > .scEnabledChrome .scEmptyPlaceholder {
  width: 100%;
  margin-left: 0;
}

.file-list .list-item > *, .file-list .list-item > .scEnabledChrome > * {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 5px;
}

.file-list .list-item .field-filetypeicon > a {
  display: block;
}

.file-list .list-item .field-filetypeicon span {
  display: block;
  height: 17px;
}

.file-list .list-item .field-filetypeicon span:before {
  font-size: 18px;
}

.file-list .field-linktext, .file-list .field-description, .file-list .field-customimage, .file-list .field-size {
  color: #747474;
  font-size: #747474;
}

.file-list .field-linktext a {
  text-decoration: none;
}

.file-list .field-filetypeicon > a > span, .file-list .pdf, .file-list .xls, .file-list .xlsx, .file-list .pptx, .file-list .ppt, .file-list .docx, .file-list .doc, .file-list .bmp, .file-list .png, .file-list .jpg, .file-list .jpeg, .file-list .psd, .file-list .gif, .file-list .avi, .file-list .mp4, .file-list .wmv, .file-list .mov, .file-list .mp3, .file-list .wma, .file-list .txt, .file-list .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.file-list .field-filetypeicon > a > span:before, .file-list .pdf:before, .file-list .xls:before, .file-list .xlsx:before, .file-list .pptx:before, .file-list .ppt:before, .file-list .docx:before, .file-list .doc:before, .file-list .bmp:before, .file-list .png:before, .file-list .jpg:before, .file-list .jpeg:before, .file-list .psd:before, .file-list .gif:before, .file-list .avi:before, .file-list .mp4:before, .file-list .wmv:before, .file-list .mov:before, .file-list .mp3:before, .file-list .wma:before, .file-list .txt:before, .file-list .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.file-list .field-filetypeicon span:before {
  content: "";
}

.file-list .field-filetypeicon .pdf:before {
  content: "";
}

.file-list .field-filetypeicon .xlsx:before, .file-list .field-filetypeicon .xls:before {
  content: "";
}

.file-list .field-filetypeicon .pptx:before, .file-list .field-filetypeicon .ppt:before {
  content: "";
}

.file-list .field-filetypeicon .docx:before, .file-list .field-filetypeicon .doc:before {
  content: "";
}

.file-list .field-filetypeicon .bmp:before, .file-list .field-filetypeicon .png:before, .file-list .field-filetypeicon .jpg:before, .file-list .field-filetypeicon .jpeg:before, .file-list .field-filetypeicon .psd:before, .file-list .field-filetypeicon .gif:before, .file-list .field-filetypeicon .tif:before {
  content: "";
}

.file-list .field-filetypeicon .avi:before, .file-list .field-filetypeicon .mp4:before, .file-list .field-filetypeicon .wmv:before, .file-list .field-filetypeicon .mov:before, .file-list .field-filetypeicon .mpg:before, .file-list .field-filetypeicon .mkv:before, .file-list .field-filetypeicon .vp6:before, .file-list .field-filetypeicon .vid:before, .file-list .field-filetypeicon .rv:before, .file-list .field-filetypeicon .webm:before, .file-list .field-filetypeicon .swf:before, .file-list .field-filetypeicon .flv:before, .file-list .field-filetypeicon .m4v:before, .file-list .field-filetypeicon .h264:before, .file-list .field-filetypeicon .mk3d:before, .file-list .field-filetypeicon .gifv:before, .file-list .field-filetypeicon .oggv:before, .file-list .field-filetypeicon .movie:before, .file-list .field-filetypeicon .divx:before {
  content: "";
}

.file-list .field-filetypeicon .mp3:before, .file-list .field-filetypeicon .wma:before, .file-list .field-filetypeicon .wav:before, .file-list .field-filetypeicon .fla:before, .file-list .field-filetypeicon .flac:before, .file-list .field-filetypeicon .ra:before, .file-list .field-filetypeicon .rma:before, .file-list .field-filetypeicon .aif:before, .file-list .field-filetypeicon .aiff:before, .file-list .field-filetypeicon .aa:before, .file-list .field-filetypeicon .aac:before, .file-list .field-filetypeicon .mid:before, .file-list .field-filetypeicon .midi:before, .file-list .field-filetypeicon .aax:before, .file-list .field-filetypeicon .ac3:before, .file-list .field-filetypeicon .au:before, .file-list .field-filetypeicon .ogg:before, .file-list .field-filetypeicon .avr:before, .file-list .field-filetypeicon .m4a:before, .file-list .field-filetypeicon .mp4a:before, .file-list .field-filetypeicon .amz:before, .file-list .field-filetypeicon .mka:before, .file-list .field-filetypeicon .asx:before, .file-list .field-filetypeicon .pcm:before, .file-list .field-filetypeicon .m3u:before, .file-list .field-filetypeicon .xwma:before {
  content: "";
}

.file-list .field-filetypeicon .txt:before {
  content: "";
}

.file-list .field-filetypeicon .zip:before, .file-list .field-filetypeicon .zipx:before, .file-list .field-filetypeicon .rar:before, .file-list .field-filetypeicon .tar:before, .file-list .field-filetypeicon .gz:before, .file-list .field-filetypeicon .dmg:before, .file-list .field-filetypeicon .iso:before {
  content: "";
}

.file-list .field-filetypeicon .css:before, .file-list .field-filetypeicon .js:before, .file-list .field-filetypeicon .py:before, .file-list .field-filetypeicon .git:before, .file-list .field-filetypeicon .py:before, .file-list .field-filetypeicon .cpp:before, .file-list .field-filetypeicon .h:before, .file-list .field-filetypeicon .ini:before, .file-list .field-filetypeicon .config:before {
  content: "";
}

.file-list .field-filetypeicon .exe:before, .file-list .field-filetypeicon .jar:before, .file-list .field-filetypeicon .dll:before, .file-list .field-filetypeicon .bat:before, .file-list .field-filetypeicon .pl:before, .file-list .field-filetypeicon .scr:before, .file-list .field-filetypeicon .msi:before, .file-list .field-filetypeicon .app:before, .file-list .field-filetypeicon .deb:before, .file-list .field-filetypeicon .apk:before, .file-list .field-filetypeicon .jar:before, .file-list .field-filetypeicon .vb:before, .file-list .field-filetypeicon .prg:before, .file-list .field-filetypeicon .sh:before {
  content: "";
}

.file-list .field-filetypeicon .com:before, .file-list .field-filetypeicon .net:before, .file-list .field-filetypeicon .org:before, .file-list .field-filetypeicon .edu:before, .file-list .field-filetypeicon .gov:before, .file-list .field-filetypeicon .mil:before, .file-list .field-filetypeicon .html:before, .file-list .field-filetypeicon .htm:before, .file-list .field-filetypeicon .xhtml:before, .file-list .field-filetypeicon .jhtml:before, .file-list .field-filetypeicon .php:before, .file-list .field-filetypeicon .php3:before, .file-list .field-filetypeicon .php4:before, .file-list .field-filetypeicon .php5:before, .file-list .field-filetypeicon .phtmle:before, .file-list .field-filetypeicon .asp:before, .file-list .field-filetypeicon .aspx:before, .file-list .field-filetypeicon .cfm:before {
  content: "";
}

.file-list.file-list-images .file-list-items li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 30%;
}

/* breakpoints */
.file-list.file-list-horizontal .component-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 5px;
}

.file-list.file-list-horizontal .component-content > ul > li {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.file-list.file-list-horizontal li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: auto;
}

.file-list.file-list-horizontal li .field-filetypeicon span {
  height: 25px;
  width: 100%;
}

.file-list.file-list-horizontal li .field-filetypeicon span:before {
  font-size: 24px !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.file-list.file-list-horizontal .list-item > *, .file-list.file-list-horizontal .list-item > .scEnabledChrome > * {
  display: block;
  text-align: center;
}


.flash .flash-replaced embed {
  min-height: 200px;
}


/* breakpoints */
.flip {
  background: transparent;
  -webkit-perspective: 1000;
  perspective: 1000;
}

.flip h2 {
  margin-bottom: 5px;
}

.flip .Side1, .flip .Side0, .flip .Side0_EDIT, .flip .Side1_EDIT {
  background: #FFFFFF;
  width: 96%;
  padding: 2%;
}

.flip .Side1:after, .flip .Side0:after, .flip .Side0_EDIT:after, .flip .Side1_EDIT:after {
  content: "";
  display: table;
  clear: both;
}

.flip .Side1_EDIT {
  margin-top: 5px;
}

.flip .flipsides {
  position: relative;
  word-wrap: break-word;
}

.flip .Side1, .flip .Side0 {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}

.flip .Side1 .slide-heading:after, .flip .Side1 .slide-content:after, .flip .Side0 .slide-heading:after, .flip .Side0 .slide-content:after {
  content: "";
  display: table;
  clear: both;
}

.flip .Side1 {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: slide0hide 1s ease-in 1s forwards;
  animation: slide0hide 1s ease-in 1s forwards;
}

.flip.active .Side0 {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: slide0hide 1s ease-in 1s forwards;
  animation: slide0hide 1s ease-in 1s forwards;
}

.flip.active .Side1 {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-animation: slide1show 0s ease-in 1s forwards;
  animation: slide1show 0s ease-in 1s forwards;
}

.flip.flip-fade .Side0, .flip.flip-fade .Side1 {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.flip.flip-fade .Side1 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.flip.flip-fade.active .Side0 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.flip.flip-fade.active .Side1 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 1;
}

.flip.flip-slide-top .Side0, .flip.flip-slide-top .Side1 {
  -webkit-transition-property: height, visibility, padding-top;
  transition-property: height, visibility, padding-top;
  -webkit-transition-duration: 1s, 1s, 1s;
  transition-duration: 1s, 1s, 1s;
  -webkit-transition-timing-function: linear, linear, linear;
  transition-timing-function: linear, linear, linear;
  box-sizing: border-box;
}

.flip.flip-slide-top .Side1 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  overflow: hidden;
  height: 0;
  visibility: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.flip.flip-slide-top .Side1 .slide-heading {
  margin-top: 16px;
}

.flip.flip-slide-top.active .Side0 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.flip.flip-slide-top.active .Side1 {
  height: 100%;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  visibility: visible;
  padding-top: 0;
  padding-bottom: 10px;
}

.flip.flip-vertical .Side1 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.flip.flip-vertical.active .Side0 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.flip.flip-vertical.active .Side1 {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.no-csstransforms3d .flip .Side1 {
  display: none;
}

.no-csstransforms3d .flip.active .Side0 {
  display: none;
}

.no-csstransforms3d .flip.active .Side1 {
  display: block;
}

.on-page-editor .flipsides {
  height: auto;
}

.on-page-editor .flipsides .Side0, .on-page-editor .flipsides .Side1 {
  margin-bottom: 10px;
}

@-webkit-keyframes slide0hide {
  to {
    visibility: hidden;
  }
}

@keyframes slide0hide {
  to {
    visibility: hidden;
  }
}

@-webkit-keyframes slide1show {
  to {
    visibility: visible;
  }
}

@keyframes slide1show {
  to {
    visibility: visible;
  }
}


/* breakpoints */
.form {
  margin: 10px 0;
  font-size: 14px;
  overflow: hidden;
}

.form table {
  width: 100%;
}

.form .scfSectionContent > div {
  margin: 5px 0 0 0;
  padding: 0;
}

.form .scfSectionContent > div ~ div {
  margin: 0;
}

.form .scfSectionContent > div > label, .form .scfSectionContent > div > div {
  width: 100%;
  display: block;
  padding: 0;
}

.form .has-feedback:after {
  content: "";
  display: table;
  clear: both;
}

.form .scfRequired {
  display: none !important;
}

.form fieldset {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  padding: 15px;
  margin: 10px 0;
  position: relative;
}

.form fieldset legend {
  font-weight: 700;
  padding: 0 5px;
  font-size: 16px;
  position: absolute;
  top: -33px;
  background: #fff;
  left: 0;
}

.form .scfSectionContent > div {
  box-sizing: border-box;
  margin: 15px 0;
  border: 1px dashed gray;
  padding: 10px;
  position: relative;
}

.form .scfSectionContent > div:after {
  clear: both;
  content: "";
  display: block;
}

.form .scfSectionContent > div:hover [class$="GeneralPanel"] > [class$="UsefulInfo"] {
  opacity: 1;
}

.form .scfSectionContent > div select, .form .scfSectionContent > div input {
  margin-left: 5px;
}

.form .scfSectionContent [class$="UsefulInfo"] {
  -webkit-transition: opacity 0.75s;
  transition: opacity 0.75s;
  box-sizing: border-box;
  opacity: 0;
  font-size: 12px;
  margin-left: 5px;
  position: absolute;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  left: 0px;
  top: -15px;
  padding: 4px 8px;
  max-width: 98%;
  width: auto;
  background-color: #F5F5F5;
  color: #808080;
}

.form input, .form select, .form textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  padding: 2px 4px;
  max-width: 98%;
}

.form .scfCaptcha input[type="text"] {
  margin: 0;
}

.form .scfCaptchaLimitGeneralPanel, .form .scfCaptchStrongTextPanel {
  max-width: 100%;
  width: auto;
}

.form .scfCaptchaLabel {
  display: none;
}

.form .scfSectionContent .scfCaptchaGeneralPanel embed {
  max-width: 180px;
}

.form input[type="image"] {
  border: none;
}

.form input[type="submit"], .form button {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  background: #FFFFFF;
  cursor: pointer;
  margin-left: 0;
}

.form input[type="text"], .form input[type="password"], .form textarea, .form input[type="file"] {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
  width: 95%;
  padding: 2px;
}

.form input[type="text"] + span, .form input[type="password"] + span, .form textarea + span, .form input[type="file"] + span {
  display: inline-block;
  vertical-align: middle;
}

.form input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form input[type="radio"] {
  position: absolute;
}

.form input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
}

.form input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 2px;
  display: block;
  width: 16px;
  height: 15px;
  background: image-url("radiobox.png");
}

.form input[type="radio"]:checked + label:after {
  background-position: -16px 0;
}

.form input[type="radio"] + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 20px;
  margin-left: 5px;
  position: relative;
}

.form select {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  max-height: 30px;
  position: relative;
  text-indent: 2px;
}

.form .scfListBox {
  background: none;
  max-height: none;
}

.form .scfDateSelectorDay, .form .scfDateSelectorMonth, .form .scfDateSelectorYear {
  width: 30%;
}

.form.hints-below .scfSectionContent [class$="UsefulInfo"] {
  position: static;
  opacity: 1;
  max-width: 100%;
  width: 100%;
  margin: 5px 0 0 5px;
}

.form.labels-above label {
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0;
}

.form.labels-above .scfEmailGeneralPanel, .form.labels-above .scfMultipleLineGeneralPanel, .form.labels-above .scfSingleLineGeneralPanel, .form.labels-above .scfPasswordGeneralPanel, .form.labels-above .scfNumberGeneralPanel, .form.labels-above .scfDatePickerGeneralPanel, .form.labels-above .scfListBoxGeneralPanel, .form.labels-above .scfDropListGeneralPanel, .form.labels-above .scfDateGeneralPanel, .form.labels-above .scfRadioButtonListGeneralPanel, .form.labels-above .scfCheckBoxListGeneralPanel, .form.labels-above .scfFileUploadGeneralPanel, .form.labels-above .scfDateSelectorGeneralPanel, .form.labels-above .scfCreditCardGeneralPanel, .form.labels-above .scfConfirmPasswordGeneralPanel, .form.labels-above .scfCaptchaGeneralPanel, .form.labels-above .scfTelephoneGeneralPanel, .form.labels-above .scfSmsTelephoneGeneralPanel {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  width: 93%;
}

.form.labels-above .scfSectionContent .scfRequired {
  margin: 0 5px;
}

.form.labels-above .scfMultipleLineGeneralPanel {
  width: 95%;
}

.form.labels-above .scfMultipleLineTextBox {
  margin: 0 0 0 5px;
}


@charset "UTF-8";
/* breakpoints */
.event-calendar {
  /* breakpoints */
  background: #FFFFFF;
  overflow: hidden;
  box-sizing: border-box;
  padding: 5px;
  border-bottom: none !important;
}

.event-calendar .field-filetypeicon > a > span, .event-calendar .pdf, .event-calendar .xls, .event-calendar .xlsx, .event-calendar .pptx, .event-calendar .ppt, .event-calendar .docx, .event-calendar .doc, .event-calendar .bmp, .event-calendar .png, .event-calendar .jpg, .event-calendar .jpeg, .event-calendar .psd, .event-calendar .gif, .event-calendar .avi, .event-calendar .mp4, .event-calendar .wmv, .event-calendar .mov, .event-calendar .mp3, .event-calendar .wma, .event-calendar .txt, .event-calendar .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.event-calendar .field-filetypeicon > a > span:before, .event-calendar .pdf:before, .event-calendar .xls:before, .event-calendar .xlsx:before, .event-calendar .pptx:before, .event-calendar .ppt:before, .event-calendar .docx:before, .event-calendar .doc:before, .event-calendar .bmp:before, .event-calendar .png:before, .event-calendar .jpg:before, .event-calendar .jpeg:before, .event-calendar .psd:before, .event-calendar .gif:before, .event-calendar .avi:before, .event-calendar .mp4:before, .event-calendar .wmv:before, .event-calendar .mov:before, .event-calendar .mp3:before, .event-calendar .wma:before, .event-calendar .txt:before, .event-calendar .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event-calendar .field-filetypeicon span:before {
  content: "";
}

.event-calendar .field-filetypeicon .pdf:before {
  content: "";
}

.event-calendar .field-filetypeicon .xlsx:before, .event-calendar .field-filetypeicon .xls:before {
  content: "";
}

.event-calendar .field-filetypeicon .pptx:before, .event-calendar .field-filetypeicon .ppt:before {
  content: "";
}

.event-calendar .field-filetypeicon .docx:before, .event-calendar .field-filetypeicon .doc:before {
  content: "";
}

.event-calendar .field-filetypeicon .bmp:before, .event-calendar .field-filetypeicon .png:before, .event-calendar .field-filetypeicon .jpg:before, .event-calendar .field-filetypeicon .jpeg:before, .event-calendar .field-filetypeicon .psd:before, .event-calendar .field-filetypeicon .gif:before, .event-calendar .field-filetypeicon .tif:before {
  content: "";
}

.event-calendar .field-filetypeicon .avi:before, .event-calendar .field-filetypeicon .mp4:before, .event-calendar .field-filetypeicon .wmv:before, .event-calendar .field-filetypeicon .mov:before, .event-calendar .field-filetypeicon .mpg:before, .event-calendar .field-filetypeicon .mkv:before, .event-calendar .field-filetypeicon .vp6:before, .event-calendar .field-filetypeicon .vid:before, .event-calendar .field-filetypeicon .rv:before, .event-calendar .field-filetypeicon .webm:before, .event-calendar .field-filetypeicon .swf:before, .event-calendar .field-filetypeicon .flv:before, .event-calendar .field-filetypeicon .m4v:before, .event-calendar .field-filetypeicon .h264:before, .event-calendar .field-filetypeicon .mk3d:before, .event-calendar .field-filetypeicon .gifv:before, .event-calendar .field-filetypeicon .oggv:before, .event-calendar .field-filetypeicon .movie:before, .event-calendar .field-filetypeicon .divx:before {
  content: "";
}

.event-calendar .field-filetypeicon .mp3:before, .event-calendar .field-filetypeicon .wma:before, .event-calendar .field-filetypeicon .wav:before, .event-calendar .field-filetypeicon .fla:before, .event-calendar .field-filetypeicon .flac:before, .event-calendar .field-filetypeicon .ra:before, .event-calendar .field-filetypeicon .rma:before, .event-calendar .field-filetypeicon .aif:before, .event-calendar .field-filetypeicon .aiff:before, .event-calendar .field-filetypeicon .aa:before, .event-calendar .field-filetypeicon .aac:before, .event-calendar .field-filetypeicon .mid:before, .event-calendar .field-filetypeicon .midi:before, .event-calendar .field-filetypeicon .aax:before, .event-calendar .field-filetypeicon .ac3:before, .event-calendar .field-filetypeicon .au:before, .event-calendar .field-filetypeicon .ogg:before, .event-calendar .field-filetypeicon .avr:before, .event-calendar .field-filetypeicon .m4a:before, .event-calendar .field-filetypeicon .mp4a:before, .event-calendar .field-filetypeicon .amz:before, .event-calendar .field-filetypeicon .mka:before, .event-calendar .field-filetypeicon .asx:before, .event-calendar .field-filetypeicon .pcm:before, .event-calendar .field-filetypeicon .m3u:before, .event-calendar .field-filetypeicon .xwma:before {
  content: "";
}

.event-calendar .field-filetypeicon .txt:before {
  content: "";
}

.event-calendar .field-filetypeicon .zip:before, .event-calendar .field-filetypeicon .zipx:before, .event-calendar .field-filetypeicon .rar:before, .event-calendar .field-filetypeicon .tar:before, .event-calendar .field-filetypeicon .gz:before, .event-calendar .field-filetypeicon .dmg:before, .event-calendar .field-filetypeicon .iso:before {
  content: "";
}

.event-calendar .field-filetypeicon .css:before, .event-calendar .field-filetypeicon .js:before, .event-calendar .field-filetypeicon .py:before, .event-calendar .field-filetypeicon .git:before, .event-calendar .field-filetypeicon .py:before, .event-calendar .field-filetypeicon .cpp:before, .event-calendar .field-filetypeicon .h:before, .event-calendar .field-filetypeicon .ini:before, .event-calendar .field-filetypeicon .config:before {
  content: "";
}

.event-calendar .field-filetypeicon .exe:before, .event-calendar .field-filetypeicon .jar:before, .event-calendar .field-filetypeicon .dll:before, .event-calendar .field-filetypeicon .bat:before, .event-calendar .field-filetypeicon .pl:before, .event-calendar .field-filetypeicon .scr:before, .event-calendar .field-filetypeicon .msi:before, .event-calendar .field-filetypeicon .app:before, .event-calendar .field-filetypeicon .deb:before, .event-calendar .field-filetypeicon .apk:before, .event-calendar .field-filetypeicon .jar:before, .event-calendar .field-filetypeicon .vb:before, .event-calendar .field-filetypeicon .prg:before, .event-calendar .field-filetypeicon .sh:before {
  content: "";
}

.event-calendar .field-filetypeicon .com:before, .event-calendar .field-filetypeicon .net:before, .event-calendar .field-filetypeicon .org:before, .event-calendar .field-filetypeicon .edu:before, .event-calendar .field-filetypeicon .gov:before, .event-calendar .field-filetypeicon .mil:before, .event-calendar .field-filetypeicon .html:before, .event-calendar .field-filetypeicon .htm:before, .event-calendar .field-filetypeicon .xhtml:before, .event-calendar .field-filetypeicon .jhtml:before, .event-calendar .field-filetypeicon .php:before, .event-calendar .field-filetypeicon .php3:before, .event-calendar .field-filetypeicon .php4:before, .event-calendar .field-filetypeicon .php5:before, .event-calendar .field-filetypeicon .phtmle:before, .event-calendar .field-filetypeicon .asp:before, .event-calendar .field-filetypeicon .aspx:before, .event-calendar .field-filetypeicon .cfm:before {
  content: "";
}

.event-calendar h1, .event-calendar h2, .event-calendar h3, .event-calendar h4, .event-calendar h5, .event-calendar h6 {
  color: #222;
}

.event-calendar h1, .event-calendar h2 {
  margin: 10px 0;
}

.event-calendar h3, .event-calendar h4, .event-calendar p {
  margin: 5px 0;
}

.event-calendar h5, .event-calendar h6 {
  margin: 5px 0 0;
}

.event-calendar strong {
  font-weight: 700;
}

.event-calendar ul, .event-calendar ol {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 10px;
}

.event-calendar li {
  font-size: 13px;
  margin-left: 15px;
}

.event-calendar ul li {
  list-style: disc;
  list-style-position: inside;
}

.event-calendar ol li {
  list-style: decimal;
  list-style-position: inside;
}

.event-calendar a {
  color: #de232f;
  text-decoration: underline;
  font-size: 1em;
}

.event-calendar a:hover {
  color: #878787;
}

.event-calendar table {
  height: auto !important;
  border: 2px solid #d2d2d2;
}

.event-calendar table, .event-calendar table tr, .event-calendar table th, .event-calendar table td {
  border: solid 2px #d2d2d2;
  background: #FFFFFF;
  border-collapse: collapse;
  vertical-align: middle;
}

.event-calendar table tr, .event-calendar table th, .event-calendar table td {
  padding: 5px;
}

.event-calendar table caption {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}

.event-calendar table tr {
  border: none;
}

.event-calendar table th, .event-calendar table td {
  border-width: 2px 0 0 2px;
}

.event-calendar table th {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}

.event-calendar table th:first-child {
  border-left: 0;
}

.event-calendar table td:first-child {
  border-left: 0;
}

.event-calendar .fc-day-grid-event:hover {
  color: #fff;
}

.event-calendar .fc-content-skeleton td {
  padding: 0 !important;
}

.event-calendar .fc-bg > table {
  height: 100% !important;
}

.event-calendar .fc-day-header {
  background: #cccccc;
}

.event-calendar th, .event-calendar td {
  border-width: 1px 0 0 1px !important;
}

.event-calendar table {
  border: 1px solid #d2d2d2;
}

.event-calendar table, .event-calendar table tr, .event-calendar table th, .event-calendar table td {
  background: transparent;
}

.event-calendar .fc-event-container a {
  color: #fff;
  text-decoration: none;
}

.calendar-tooltip {
  /* breakpoints */
}

.calendar-tooltip .field-filetypeicon > a > span, .calendar-tooltip .pdf, .calendar-tooltip .xls, .calendar-tooltip .xlsx, .calendar-tooltip .pptx, .calendar-tooltip .ppt, .calendar-tooltip .docx, .calendar-tooltip .doc, .calendar-tooltip .bmp, .calendar-tooltip .png, .calendar-tooltip .jpg, .calendar-tooltip .jpeg, .calendar-tooltip .psd, .calendar-tooltip .gif, .calendar-tooltip .avi, .calendar-tooltip .mp4, .calendar-tooltip .wmv, .calendar-tooltip .mov, .calendar-tooltip .mp3, .calendar-tooltip .wma, .calendar-tooltip .txt, .calendar-tooltip .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.calendar-tooltip .field-filetypeicon > a > span:before, .calendar-tooltip .pdf:before, .calendar-tooltip .xls:before, .calendar-tooltip .xlsx:before, .calendar-tooltip .pptx:before, .calendar-tooltip .ppt:before, .calendar-tooltip .docx:before, .calendar-tooltip .doc:before, .calendar-tooltip .bmp:before, .calendar-tooltip .png:before, .calendar-tooltip .jpg:before, .calendar-tooltip .jpeg:before, .calendar-tooltip .psd:before, .calendar-tooltip .gif:before, .calendar-tooltip .avi:before, .calendar-tooltip .mp4:before, .calendar-tooltip .wmv:before, .calendar-tooltip .mov:before, .calendar-tooltip .mp3:before, .calendar-tooltip .wma:before, .calendar-tooltip .txt:before, .calendar-tooltip .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.calendar-tooltip .field-filetypeicon span:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .pdf:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .xlsx:before, .calendar-tooltip .field-filetypeicon .xls:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .pptx:before, .calendar-tooltip .field-filetypeicon .ppt:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .docx:before, .calendar-tooltip .field-filetypeicon .doc:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .bmp:before, .calendar-tooltip .field-filetypeicon .png:before, .calendar-tooltip .field-filetypeicon .jpg:before, .calendar-tooltip .field-filetypeicon .jpeg:before, .calendar-tooltip .field-filetypeicon .psd:before, .calendar-tooltip .field-filetypeicon .gif:before, .calendar-tooltip .field-filetypeicon .tif:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .avi:before, .calendar-tooltip .field-filetypeicon .mp4:before, .calendar-tooltip .field-filetypeicon .wmv:before, .calendar-tooltip .field-filetypeicon .mov:before, .calendar-tooltip .field-filetypeicon .mpg:before, .calendar-tooltip .field-filetypeicon .mkv:before, .calendar-tooltip .field-filetypeicon .vp6:before, .calendar-tooltip .field-filetypeicon .vid:before, .calendar-tooltip .field-filetypeicon .rv:before, .calendar-tooltip .field-filetypeicon .webm:before, .calendar-tooltip .field-filetypeicon .swf:before, .calendar-tooltip .field-filetypeicon .flv:before, .calendar-tooltip .field-filetypeicon .m4v:before, .calendar-tooltip .field-filetypeicon .h264:before, .calendar-tooltip .field-filetypeicon .mk3d:before, .calendar-tooltip .field-filetypeicon .gifv:before, .calendar-tooltip .field-filetypeicon .oggv:before, .calendar-tooltip .field-filetypeicon .movie:before, .calendar-tooltip .field-filetypeicon .divx:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .mp3:before, .calendar-tooltip .field-filetypeicon .wma:before, .calendar-tooltip .field-filetypeicon .wav:before, .calendar-tooltip .field-filetypeicon .fla:before, .calendar-tooltip .field-filetypeicon .flac:before, .calendar-tooltip .field-filetypeicon .ra:before, .calendar-tooltip .field-filetypeicon .rma:before, .calendar-tooltip .field-filetypeicon .aif:before, .calendar-tooltip .field-filetypeicon .aiff:before, .calendar-tooltip .field-filetypeicon .aa:before, .calendar-tooltip .field-filetypeicon .aac:before, .calendar-tooltip .field-filetypeicon .mid:before, .calendar-tooltip .field-filetypeicon .midi:before, .calendar-tooltip .field-filetypeicon .aax:before, .calendar-tooltip .field-filetypeicon .ac3:before, .calendar-tooltip .field-filetypeicon .au:before, .calendar-tooltip .field-filetypeicon .ogg:before, .calendar-tooltip .field-filetypeicon .avr:before, .calendar-tooltip .field-filetypeicon .m4a:before, .calendar-tooltip .field-filetypeicon .mp4a:before, .calendar-tooltip .field-filetypeicon .amz:before, .calendar-tooltip .field-filetypeicon .mka:before, .calendar-tooltip .field-filetypeicon .asx:before, .calendar-tooltip .field-filetypeicon .pcm:before, .calendar-tooltip .field-filetypeicon .m3u:before, .calendar-tooltip .field-filetypeicon .xwma:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .txt:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .zip:before, .calendar-tooltip .field-filetypeicon .zipx:before, .calendar-tooltip .field-filetypeicon .rar:before, .calendar-tooltip .field-filetypeicon .tar:before, .calendar-tooltip .field-filetypeicon .gz:before, .calendar-tooltip .field-filetypeicon .dmg:before, .calendar-tooltip .field-filetypeicon .iso:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .css:before, .calendar-tooltip .field-filetypeicon .js:before, .calendar-tooltip .field-filetypeicon .py:before, .calendar-tooltip .field-filetypeicon .git:before, .calendar-tooltip .field-filetypeicon .py:before, .calendar-tooltip .field-filetypeicon .cpp:before, .calendar-tooltip .field-filetypeicon .h:before, .calendar-tooltip .field-filetypeicon .ini:before, .calendar-tooltip .field-filetypeicon .config:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .exe:before, .calendar-tooltip .field-filetypeicon .jar:before, .calendar-tooltip .field-filetypeicon .dll:before, .calendar-tooltip .field-filetypeicon .bat:before, .calendar-tooltip .field-filetypeicon .pl:before, .calendar-tooltip .field-filetypeicon .scr:before, .calendar-tooltip .field-filetypeicon .msi:before, .calendar-tooltip .field-filetypeicon .app:before, .calendar-tooltip .field-filetypeicon .deb:before, .calendar-tooltip .field-filetypeicon .apk:before, .calendar-tooltip .field-filetypeicon .jar:before, .calendar-tooltip .field-filetypeicon .vb:before, .calendar-tooltip .field-filetypeicon .prg:before, .calendar-tooltip .field-filetypeicon .sh:before {
  content: "";
}

.calendar-tooltip .field-filetypeicon .com:before, .calendar-tooltip .field-filetypeicon .net:before, .calendar-tooltip .field-filetypeicon .org:before, .calendar-tooltip .field-filetypeicon .edu:before, .calendar-tooltip .field-filetypeicon .gov:before, .calendar-tooltip .field-filetypeicon .mil:before, .calendar-tooltip .field-filetypeicon .html:before, .calendar-tooltip .field-filetypeicon .htm:before, .calendar-tooltip .field-filetypeicon .xhtml:before, .calendar-tooltip .field-filetypeicon .jhtml:before, .calendar-tooltip .field-filetypeicon .php:before, .calendar-tooltip .field-filetypeicon .php3:before, .calendar-tooltip .field-filetypeicon .php4:before, .calendar-tooltip .field-filetypeicon .php5:before, .calendar-tooltip .field-filetypeicon .phtmle:before, .calendar-tooltip .field-filetypeicon .asp:before, .calendar-tooltip .field-filetypeicon .aspx:before, .calendar-tooltip .field-filetypeicon .cfm:before {
  content: "";
}

.calendar-tooltip h1, .calendar-tooltip h2, .calendar-tooltip h3, .calendar-tooltip h4, .calendar-tooltip h5, .calendar-tooltip h6 {
  color: #222;
}

.calendar-tooltip h1, .calendar-tooltip h2 {
  margin: 10px 0;
}

.calendar-tooltip h3, .calendar-tooltip h4, .calendar-tooltip p {
  margin: 5px 0;
}

.calendar-tooltip h5, .calendar-tooltip h6 {
  margin: 5px 0 0;
}

.calendar-tooltip strong {
  font-weight: 700;
}

.calendar-tooltip ul, .calendar-tooltip ol {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 10px;
}

.calendar-tooltip li {
  font-size: 13px;
  margin-left: 15px;
}

.calendar-tooltip ul li {
  list-style: disc;
  list-style-position: inside;
}

.calendar-tooltip ol li {
  list-style: decimal;
  list-style-position: inside;
}

.calendar-tooltip a {
  color: #de232f;
  text-decoration: underline;
  font-size: 1em;
}

.calendar-tooltip a:hover {
  color: #878787;
}

.calendar-tooltip table {
  height: auto !important;
  border: 2px solid #d2d2d2;
}

.calendar-tooltip table, .calendar-tooltip table tr, .calendar-tooltip table th, .calendar-tooltip table td {
  border: solid 2px #d2d2d2;
  background: #FFFFFF;
  border-collapse: collapse;
  vertical-align: middle;
}

.calendar-tooltip table tr, .calendar-tooltip table th, .calendar-tooltip table td {
  padding: 5px;
}

.calendar-tooltip table caption {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}

.calendar-tooltip table tr {
  border: none;
}

.calendar-tooltip table th, .calendar-tooltip table td {
  border-width: 2px 0 0 2px;
}

.calendar-tooltip table th {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}

.calendar-tooltip table th:first-child {
  border-left: 0;
}

.calendar-tooltip table td:first-child {
  border-left: 0;
}


@charset "UTF-8";
/* breakpoints */
.on-page-editor .gallery-inner img {
  max-width: 100%;
}

.gallery .galleria-container {
  background: transparent;
}

.gallery #galleria-loader {
  height: 1px !important;
}

.gallery .galleria-thumbnails .galleria-image img {
  border: none;
}

.gallery .galleria-counter {
  color: #fff;
  font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif;
}

.gallery .galleria-loader {
  top: 50%;
  left: 50%;
}

.gallery .galleria-info-text {
  background-color: #FFFFFF;
  border: 1px solid #d2d2d2;
}

.gallery .galleria-info-title {
  color: #747474;
  font-size: 12px;
  font-weight: bold;
  font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif;
}

.gallery .galleria-info-description {
  font-size: 12px;
  font-style: italic;
  font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif;
  color: #747474;
}

.gallery .galleria-info-close {
  width: 13px;
  height: 12px;
}

.gallery .galleria-info-close:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  width: 100%;
}

.gallery .galleria-info-link {
  color: #747474;
  background: none;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
}

.gallery .galleria-info-link:before {
  content: "";
}

.gallery .galleria-image-nav {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  height: 30px;
}

.gallery .galleria-image-nav-left, .gallery .galleria-image-nav-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 14px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  color: #747474;
}

.gallery .galleria-image-nav-left:before {
  content: "";
}

.gallery .galleria-image-nav-left:hover {
  color: #fff;
}

.gallery .galleria-image-nav-right:before {
  content: "";
}

.gallery .galleria-image-nav-right:hover {
  color: #fff;
}

.gallery .galleria-thumb-nav-left, .gallery .galleria-thumb-nav-right {
  top: 15px;
  height: 7px;
  width: 5px;
}

.gallery .galleria-thumbnails {
  margin: 0 auto;
}

.gallery .galleria-thumb-nav-right {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 10px;
}

.gallery .galleria-thumb-nav-right:before {
  content: "";
  font-size: 13px;
  color: #747474;
  display: block;
}

.gallery .galleria-thumb-nav-left {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: auto;
  left: 10px;
}

.gallery .galleria-thumb-nav-left:before {
  content: "";
  font-size: 13px;
  color: #747474;
  display: block;
}

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

.no-margin .galleria-stage {
  left: 0;
  right: 0;
}


.iframe iframe {
  width: 100%;
}


.image img {
  max-width: 100%;
  height: auto;
}

.image a {
  display: inline-block;
  max-width: 100%;
}

.image .image-caption {
  display: block;
  font-style: italic;
  font-size: 11px;
  color: #747474;
}

.image-default-size img {
  max-width: none;
  width: auto !important;
}

.image-full-size img {
  width: 100% !important;
  height: auto !important;
}

.image-left .component-content > div > img {
  float: left;
}

.image-right .component-content > div > img {
  float: right;
}


@charset "UTF-8";
/* breakpoints */
.language-selector {
  position: relative;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  padding: 10px;
  background-color: #FFFFFF;
}

.language-selector .flags-ad {
  background-image: url(../images/sprite-flag);
  background-position: 0px -25px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ae {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-af {
  background-image: url(../images/sprite-flag);
  background-position: 0px -50px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ag {
  background-image: url(../images/sprite-flag);
  background-position: 0px -75px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ai {
  background-image: url(../images/sprite-flag);
  background-position: 0px -100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-al {
  background-image: url(../images/sprite-flag);
  background-position: 0px -125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-am {
  background-image: url(../images/sprite-flag);
  background-position: 0px -150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ao {
  background-image: url(../images/sprite-flag);
  background-position: 0px -175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-aq {
  background-image: url(../images/sprite-flag);
  background-position: 0px -200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ar {
  background-image: url(../images/sprite-flag);
  background-position: 0px -225px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-as {
  background-image: url(../images/sprite-flag);
  background-position: 0px -250px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-at {
  background-image: url(../images/sprite-flag);
  background-position: 0px -275px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-au {
  background-image: url(../images/sprite-flag);
  background-position: 0px -300px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-aw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -325px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ax {
  background-image: url(../images/sprite-flag);
  background-position: 0px -350px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-az {
  background-image: url(../images/sprite-flag);
  background-position: 0px -375px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ba {
  background-image: url(../images/sprite-flag);
  background-position: 0px -400px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bb {
  background-image: url(../images/sprite-flag);
  background-position: 0px -425px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bd {
  background-image: url(../images/sprite-flag);
  background-position: 0px -450px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-be {
  background-image: url(../images/sprite-flag);
  background-position: 0px -475px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -500px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -525px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bh {
  background-image: url(../images/sprite-flag);
  background-position: 0px -550px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bi {
  background-image: url(../images/sprite-flag);
  background-position: 0px -575px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bj {
  background-image: url(../images/sprite-flag);
  background-position: 0px -600px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -625px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -650px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -675px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bo {
  background-image: url(../images/sprite-flag);
  background-position: 0px -700px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bq {
  background-image: url(../images/sprite-flag);
  background-position: 0px -725px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-br {
  background-image: url(../images/sprite-flag);
  background-position: 0px -750px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bs {
  background-image: url(../images/sprite-flag);
  background-position: 0px -775px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -800px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bv {
  background-image: url(../images/sprite-flag);
  background-position: 0px -825px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -850px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-by {
  background-image: url(../images/sprite-flag);
  background-position: 0px -875px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-bz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -900px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ca {
  background-image: url(../images/sprite-flag);
  background-position: 0px -925px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -950px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cd {
  background-image: url(../images/sprite-flag);
  background-position: 0px -975px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1000px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1025px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ch {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1050px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ci {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1075px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ck {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-co {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1225px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1250px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cv {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1275px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1300px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cx {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1325px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cy {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1350px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-cz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1375px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-de {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1400px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-dj {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1425px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-dk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1450px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-dm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1475px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-do {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1500px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-dz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1525px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ec {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1550px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ee {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1575px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-eg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1600px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-eh {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1625px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-er {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1650px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-es {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1675px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-et {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1700px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-fi {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1725px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-fj {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1750px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-fk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1775px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-fm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1800px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-fo {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1825px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-fr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1850px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ga {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1875px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gb {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1900px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gd {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1925px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ge {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1950px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -1975px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2000px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gh {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2025px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gi {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2050px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2075px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gp {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gq {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gs {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2225px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2250px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2275px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2300px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-gy {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2325px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-hk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2350px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-hm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2375px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-hn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2400px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-hr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2425px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ht {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2450px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-hu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2475px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-id {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2500px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ie {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2525px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-il {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2550px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-im {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2575px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-in {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2600px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-io {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2625px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-iq {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2650px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ir {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2675px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-is {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2700px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-it {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2725px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-je {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2750px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-jm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2775px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-jo {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2800px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-jp {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2825px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ke {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2850px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2875px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kh {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2900px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ki {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2925px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-km {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2950px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -2975px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kp {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3000px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3025px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3050px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ky {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3075px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-kz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-la {
  background-image: url(../images/sprite-flag);
  background-position: 0px 0px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lb {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-li {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3225px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3250px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ls {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3275px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3300px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3325px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-lv {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3350px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ly {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3375px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ma {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3400px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3425px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-md {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3450px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-me {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3475px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3500px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3525px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mh {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3550px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3575px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ml {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3600px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3625px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3650px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mo {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3675px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mp {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3700px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mq {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3725px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3750px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ms {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3775px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3800px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3825px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mv {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3850px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3875px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mx {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3900px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-my {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3925px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-mz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3950px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-na {
  background-image: url(../images/sprite-flag);
  background-position: 0px -3975px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-nc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4000px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ne {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4025px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-nf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4050px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ng {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4075px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ni {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-nl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-no {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-np {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-nr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-nu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4225px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-nz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4250px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-om {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4275px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pa {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4300px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pe {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4325px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4350px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4375px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ph {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4400px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4425px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4450px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4475px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4500px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4525px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ps {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4550px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4575px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-pw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4600px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-py {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4625px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-qa {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4650px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-re {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4675px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ro {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4700px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-rs {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4725px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ru {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4750px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-rw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4775px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sa {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4800px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sb {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4825px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4850px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sd {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4875px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-se {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4900px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4925px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sh {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4950px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-si {
  background-image: url(../images/sprite-flag);
  background-position: 0px -4975px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sj {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5000px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5025px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5050px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5075px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-so {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ss {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-st {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sv {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5225px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sx {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5250px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sy {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5275px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-sz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5300px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5325px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-td {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5350px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5375px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5400px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-th {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5425px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tj {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5450px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tk {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5475px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tl {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5500px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5525px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5550px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-to {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5575px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tr {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5600px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5625px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tv {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5650px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5675px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-tz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5700px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ua {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5725px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ug {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5750px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-um {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5775px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-us {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5800px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-uy {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5825px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-uz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5850px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-va {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5875px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-vc {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5900px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ve {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5925px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-vg {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5950px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-vi {
  background-image: url(../images/sprite-flag);
  background-position: 0px -5975px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-vn {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6000px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-vu {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6025px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-wf {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6050px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ws {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6075px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-ye {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6100px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-yt {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6125px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-za {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6150px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-zm {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6175px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-zw {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6200px;
  width: 20px;
  height: 15px;
}

.language-selector .flags-zz {
  background-image: url(../images/sprite-flag);
  background-position: 0px -6225px;
  width: 20px;
  height: 15px;
}

.language-selector .language-selector-select-item {
  cursor: pointer;
}

.language-selector .language-selector-select-item > a {
  width: 100%;
  display: block;
  position: relative;
  padding-right: 15px;
}

.language-selector .language-selector-select-item > a:hover {
  text-decoration: none;
}

.language-selector .language-selector-select-item:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.language-selector .language-selector-item-container {
  box-shadow: 0 2px 9px 0px #b3b3b3;
  padding: 0;
  position: absolute;
  top: 110%;
  min-width: 220px;
  z-index: 10;
  background: #FFFFFF;
  display: none;
  left: 0;
  right: 0;
}

.language-selector .language-selector-item {
  margin: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}

.language-selector .language-selector-item:hover {
  background-color: #FFFFFF;
  border-bottom: 1px solid #15909c;
}

.language-selector .language-selector-item:first-child {
  margin-bottom: 0;
}

.language-selector .language-selector-item a {
  text-decoration: none;
  color: #747474;
  font-weight: normal;
  padding-left: 25px;
  background-repeat: no-repeat;
}

.language-selector .language-selector-link {
  padding: 0px 20px 0 30px;
}

.language-selector .language-selector-select-link {
  padding-left: 25px;
  background-repeat: no-repeat;
}


/* breakpoints */
.link {
  background: transparent;
  /* breakpoints */
}

.link a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #747474;
  border-bottom: 1px solid #89C6CC;
}

.link a:hover {
  color: #878787;
  text-decoration: none;
}


@charset "UTF-8";
/* breakpoints */
.link-list {
  background: transparent;
}

.link-list h1, .link-list h2, .link-list h3, .link-list h4, .link-list h5, .link-list h6 {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
}

.link-list > .component-content ul {
  background: transparent;
}

.link-list > .component-content li {
  background: transparent;
  display: block;
  font-size: 13px;
}

.link-list > .component-content li a {
  display: inline;
  color: #747474;
  position: relative;
  padding-left: 10px;
  font-size: 1em;
  text-decoration: none;
}

.link-list > .component-content li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10px;
}

.link-list > .component-content li a:hover {
  color: #878787;
  text-decoration: none;
  border-bottom: 1px solid #89C6CC;
}

.link-list .button-default, .link-list .default {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  color: #747474;
  font-weight: bold;
}

.link-list .button-default:hover, .link-list .default:hover {
  color: #747474;
  background: #f7f7f7;
}

.link-list .button-success, .link-list .success {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #a0ce4e;
  color: #fff;
  font-weight: bold;
}

.link-list .button-success:hover, .link-list .success:hover {
  color: #fff;
  background: #92be43;
}

.link-list .button-warning, .link-list .warning {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #bc4526;
  color: #fff;
  font-weight: bold;
}

.link-list .button-warning:hover, .link-list .warning:hover {
  color: #fff;
  background: #c34e30;
}

/* breakpoints */
.link-list.list-vertical h3 {
  background: #FFFFFF;
  width: 100%;
  display: inline-block;
  padding: 3px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.link-list.list-vertical a {
  border: none;
}

.link-list.list-vertical li {
  display: block;
  margin-left: 20px;
}


/* breakpoints */
.login {
  /* breakpoints */
  background-color: transparent;
}

.login label {
  background: transparent;
  color: #747474;
}

.login input, .login button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.login input:focus {
  border: 1px solid #d2d2d2;
}

.login input[type="submit"], .login input[type="reset"], .login input[type="button"], .login button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.login input[type="submit"]:hover, .login input[type="reset"]:hover, .login input[type="button"]:hover, .login button:hover {
  background: #f7f7f7 !important;
}

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

.login input[type="text"] {
  font-size: 13px;
}

.login input[type="text"], .login input[type="email"], .login input[type="password"], .login textarea, .login select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.login select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.login table {
  width: 100%;
}

.login table input, .login table label {
  display: inline-block;
  margin: 0;
}

.login table tr, .login table tbody {
  background-color: transparent !important;
}

.login table td {
  padding: 5px;
}

.login table input[type='text'], .login table input[type='password'] {
  min-height: 33px;
}


/* breakpoints */
.logout {
  /* breakpoints */
}

.logout a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #747474;
  border-bottom: 1px solid #89C6CC;
}

.logout a:hover {
  color: #878787;
  text-decoration: none;
}

.logout .component-content > a, .logout .component-content > p {
  display: inline-block;
}


/* breakpoints */
.map {
  border-width: 1px;
  border-style: solid;
  border-color: none;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  background: transparent;
}

.map .map-canvas {
  position: relative;
}

.map img {
  max-width: none;
}

.map .MicrosoftMap .infobox-close {
  position: static;
  float: right;
}

.map .MicrosoftMap .Infobox .infobox-body {
  height: 100%;
}

.map .MicrosoftMap .Infobox .infobox-info {
  height: 100%;
  box-sizing: border-box;
}


@charset "UTF-8";
/* breakpoints */
.media-link {
  background: transparent;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  /* breakpoints */
}

.media-link a {
  color: #747474;
}

.media-link a:hover {
  color: #878787;
  text-decoration: none;
}

.media-link .component-content .scEmptyPlaceholder {
  width: 100%;
  margin-left: 0;
}

.media-link .component-content > * {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.media-link.position-right .field-filetypeicon, .media-link.position-right .field-linktext {
  float: right;
}

.media-link .field-filetypeicon, .media-link .field-linktext {
  display: inline-block;
}

.media-link .field-filetypeicon > a {
  height: 24px !important;
  display: block;
}

.media-link .field-filetypeicon span {
  display: block;
  height: 24px !important;
}

.media-link .field-filetypeicon span:before {
  font-size: 18px;
}

.media-link .field-linktext a {
  font-size: 1em;
}

.media-link .field-filetypeicon > a > span, .media-link .pdf, .media-link .xls, .media-link .xlsx, .media-link .pptx, .media-link .ppt, .media-link .docx, .media-link .doc, .media-link .bmp, .media-link .png, .media-link .jpg, .media-link .jpeg, .media-link .psd, .media-link .gif, .media-link .avi, .media-link .mp4, .media-link .wmv, .media-link .mov, .media-link .mp3, .media-link .wma, .media-link .txt, .media-link .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.media-link .field-filetypeicon > a > span:before, .media-link .pdf:before, .media-link .xls:before, .media-link .xlsx:before, .media-link .pptx:before, .media-link .ppt:before, .media-link .docx:before, .media-link .doc:before, .media-link .bmp:before, .media-link .png:before, .media-link .jpg:before, .media-link .jpeg:before, .media-link .psd:before, .media-link .gif:before, .media-link .avi:before, .media-link .mp4:before, .media-link .wmv:before, .media-link .mov:before, .media-link .mp3:before, .media-link .wma:before, .media-link .txt:before, .media-link .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.media-link .field-filetypeicon span:before {
  content: "";
}

.media-link .field-filetypeicon .pdf:before {
  content: "";
}

.media-link .field-filetypeicon .xlsx:before, .media-link .field-filetypeicon .xls:before {
  content: "";
}

.media-link .field-filetypeicon .pptx:before, .media-link .field-filetypeicon .ppt:before {
  content: "";
}

.media-link .field-filetypeicon .docx:before, .media-link .field-filetypeicon .doc:before {
  content: "";
}

.media-link .field-filetypeicon .bmp:before, .media-link .field-filetypeicon .png:before, .media-link .field-filetypeicon .jpg:before, .media-link .field-filetypeicon .jpeg:before, .media-link .field-filetypeicon .psd:before, .media-link .field-filetypeicon .gif:before, .media-link .field-filetypeicon .tif:before {
  content: "";
}

.media-link .field-filetypeicon .avi:before, .media-link .field-filetypeicon .mp4:before, .media-link .field-filetypeicon .wmv:before, .media-link .field-filetypeicon .mov:before, .media-link .field-filetypeicon .mpg:before, .media-link .field-filetypeicon .mkv:before, .media-link .field-filetypeicon .vp6:before, .media-link .field-filetypeicon .vid:before, .media-link .field-filetypeicon .rv:before, .media-link .field-filetypeicon .webm:before, .media-link .field-filetypeicon .swf:before, .media-link .field-filetypeicon .flv:before, .media-link .field-filetypeicon .m4v:before, .media-link .field-filetypeicon .h264:before, .media-link .field-filetypeicon .mk3d:before, .media-link .field-filetypeicon .gifv:before, .media-link .field-filetypeicon .oggv:before, .media-link .field-filetypeicon .movie:before, .media-link .field-filetypeicon .divx:before {
  content: "";
}

.media-link .field-filetypeicon .mp3:before, .media-link .field-filetypeicon .wma:before, .media-link .field-filetypeicon .wav:before, .media-link .field-filetypeicon .fla:before, .media-link .field-filetypeicon .flac:before, .media-link .field-filetypeicon .ra:before, .media-link .field-filetypeicon .rma:before, .media-link .field-filetypeicon .aif:before, .media-link .field-filetypeicon .aiff:before, .media-link .field-filetypeicon .aa:before, .media-link .field-filetypeicon .aac:before, .media-link .field-filetypeicon .mid:before, .media-link .field-filetypeicon .midi:before, .media-link .field-filetypeicon .aax:before, .media-link .field-filetypeicon .ac3:before, .media-link .field-filetypeicon .au:before, .media-link .field-filetypeicon .ogg:before, .media-link .field-filetypeicon .avr:before, .media-link .field-filetypeicon .m4a:before, .media-link .field-filetypeicon .mp4a:before, .media-link .field-filetypeicon .amz:before, .media-link .field-filetypeicon .mka:before, .media-link .field-filetypeicon .asx:before, .media-link .field-filetypeicon .pcm:before, .media-link .field-filetypeicon .m3u:before, .media-link .field-filetypeicon .xwma:before {
  content: "";
}

.media-link .field-filetypeicon .txt:before {
  content: "";
}

.media-link .field-filetypeicon .zip:before, .media-link .field-filetypeicon .zipx:before, .media-link .field-filetypeicon .rar:before, .media-link .field-filetypeicon .tar:before, .media-link .field-filetypeicon .gz:before, .media-link .field-filetypeicon .dmg:before, .media-link .field-filetypeicon .iso:before {
  content: "";
}

.media-link .field-filetypeicon .css:before, .media-link .field-filetypeicon .js:before, .media-link .field-filetypeicon .py:before, .media-link .field-filetypeicon .git:before, .media-link .field-filetypeicon .py:before, .media-link .field-filetypeicon .cpp:before, .media-link .field-filetypeicon .h:before, .media-link .field-filetypeicon .ini:before, .media-link .field-filetypeicon .config:before {
  content: "";
}

.media-link .field-filetypeicon .exe:before, .media-link .field-filetypeicon .jar:before, .media-link .field-filetypeicon .dll:before, .media-link .field-filetypeicon .bat:before, .media-link .field-filetypeicon .pl:before, .media-link .field-filetypeicon .scr:before, .media-link .field-filetypeicon .msi:before, .media-link .field-filetypeicon .app:before, .media-link .field-filetypeicon .deb:before, .media-link .field-filetypeicon .apk:before, .media-link .field-filetypeicon .jar:before, .media-link .field-filetypeicon .vb:before, .media-link .field-filetypeicon .prg:before, .media-link .field-filetypeicon .sh:before {
  content: "";
}

.media-link .field-filetypeicon .com:before, .media-link .field-filetypeicon .net:before, .media-link .field-filetypeicon .org:before, .media-link .field-filetypeicon .edu:before, .media-link .field-filetypeicon .gov:before, .media-link .field-filetypeicon .mil:before, .media-link .field-filetypeicon .html:before, .media-link .field-filetypeicon .htm:before, .media-link .field-filetypeicon .xhtml:before, .media-link .field-filetypeicon .jhtml:before, .media-link .field-filetypeicon .php:before, .media-link .field-filetypeicon .php3:before, .media-link .field-filetypeicon .php4:before, .media-link .field-filetypeicon .php5:before, .media-link .field-filetypeicon .phtmle:before, .media-link .field-filetypeicon .asp:before, .media-link .field-filetypeicon .aspx:before, .media-link .field-filetypeicon .cfm:before {
  content: "";
}

/* breakpoints */
.media-link-horizontal div .field-filetypeicon span {
  height: 25px;
  width: 100%;
}

.media-link-horizontal div .field-filetypeicon span:before {
  font-size: 24px !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-link-horizontal .component-content > * {
  display: block;
  text-align: center;
}


@charset "UTF-8";
/* breakpoints */
.navigation {
  background: transparent;
}

.navigation .level1 > .navigation-title > a, .navigation .level0 > .navigation-title > a {
  font-size: 18px;
  border-color: #89C6CC;
  border-style: solid;
  border-width: 0 0 2px 0;
  padding-right: 3px;
  margin-right: 5px;
}

.navigation .level1 > .navigation-title > a:hover, .navigation .level0 > .navigation-title > a:hover {
  text-decoration: none;
}

.navigation a {
  color: #747474;
}

.lt-ie9 .navigation a, .lt-ie9 .navigation a span {
  color: #747474;
}

.navigation a:focus, .navigation a:hover {
  color: #747474;
}

.navigation li.submenu {
  margin-bottom: 0;
}

.navigation li > .navigation-title > a {
  padding: 3px 5px 3px 0;
  display: block;
  color: #747474;
  text-decoration: none;
}

.navigation li > ul a {
  font-size: 14px;
}

.navigation .submenu > ul {
  padding-left: 10px;
}

/* breakpoints */
.navigation.navigation-fat {
  background: #FFFFFF;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.navigation.navigation-fat a {
  text-decoration: none;
}

.navigation.navigation-fat nav > ul {
  list-style: none;
  padding: 10px 0;
  overflow: hidden;
}

.navigation.navigation-fat .rel-level1 {
  margin: 10px;
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.navigation.navigation-fat .rel-level1.submenu ul a {
  position: relative;
}

.navigation.navigation-fat .rel-level1.submenu ul a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  content: "";
  top: 50%;
  left: -9px;
  font-size: 10px;
}

.navigation.navigation-fat .rel-level1 > .navigation-title > a {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  border-bottom: 0;
  background: #f6f6f6;
  padding: 5px 10px;
  display: block;
  width: auto;
}

.navigation.navigation-fat .rel-level1 > .navigation-title > a:hover {
  border-color: #1b809e;
}

.navigation.navigation-fat .rel-level1 > ul {
  padding: 0;
}

.navigation.navigation-fat .rel-level2 {
  padding-left: 10px;
  display: block;
}

/* breakpoints */
.navigation.navigation-main .component-content > nav {
  position: relative;
}

.navigation.navigation-main .component-content > nav ul:after {
  content: "";
  display: table;
  clear: both;
}

.navigation.navigation-main .rel-level1 {
  float: left;
}

.navigation.navigation-main .rel-level1.active > .navigation-title > a {
  border-color: #89C6CC;
}

.navigation.navigation-main .rel-level1 > .navigation-title > a {
  border-width: 2px 0 0 0;
  border-color: transparent;
}

.navigation.navigation-main .rel-level1 > .navigation-title > a:hover {
  border-color: #89C6CC;
}

.navigation.navigation-main .rel-level1.submenu > .navigation-title a {
  position: relative;
  padding-right: 15px;
}

.navigation.navigation-main .rel-level1.submenu > .navigation-title a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}

.navigation.navigation-main .rel-level1 > ul {
  overflow: hidden;
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  background: #f6f6f6;
  margin-left: 0;
  margin-top: -2px;
  border-top: 2px solid #89C6CC;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.navigation.navigation-main .rel-level1.show > a + ul {
  display: block !important;
}

.navigation.navigation-main .rel-level1.show > ul {
  display: block !important;
  min-width: 60px;
}

.navigation.navigation-main .rel-level1.active > .navigation-title > a:link, .navigation.navigation-main .rel-level1.active > .navigation-title > a:visited {
  color: #878787;
}

.navigation.navigation-main .rel-level1.active > span {
  display: block;
  padding: 10px 20px;
  color: #fff;
}

.navigation.navigation-main .rel-level1.submenu.active {
  border-color: #176f89;
}

.navigation.navigation-main .rel-level2:hover, .navigation.navigation-main .rel-level2:focus {
  -webkit-transition: background .2s ease-in;
  transition: background .2s ease-in;
  background: #f6f6f6;
}

.navigation.navigation-main .rel-level2 div > a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}

.navigation.navigation-main .rel-level2 div > a:hover, .navigation.navigation-main .rel-level2 div > a:focus {
  color: #222;
}

.navigation.navigation-main .rel-level2.submenu {
  box-sizing: border-box;
}

.navigation.navigation-main .rel-level2.submenu.navigation-image {
  text-align: center;
}

.navigation.navigation-main .rel-level2.submenu.navigation-image > a, .navigation.navigation-main .rel-level2.submenu.navigation-image .field-navigationtext {
  text-align: left;
}

.navigation.navigation-main.navigation-main-horizontal .submenu > ul {
  padding-left: 0;
}

.navigation.navigation-main.navigation-main-horizontal .rel-level1.show > a + ul {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navigation.navigation-main.navigation-main-horizontal .rel-level1.show > ul {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navigation.navigation-main.navigation-main-horizontal .rel-level1 > ul {
  width: 100%;
  clear: both;
  left: 0;
}

.navigation.navigation-main.navigation-main-horizontal .rel-level2 {
  float: left;
  padding: 10px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 23%;
  flex-basis: 23%;
}

.navigation.navigation-main.navigation-main-vertical .rel-level1 > ul {
  padding-left: 0;
  width: auto;
  left: auto;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
}

.navigation.navigation-main.navigation-main-vertical .rel-level1 > ul > li {
  padding: 5px 10px;
}

/* breakpoints */
.navigation.navigation-mobile nav > ul {
  border: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.navigation.navigation-mobile .rel-level1 {
  cursor: pointer;
  margin: 0;
  background: #FFFFFF;
}

.navigation.navigation-mobile .rel-level1 > ul {
  padding-left: 25px;
  display: none;
  background: #f6f6f6;
}

.navigation.navigation-mobile .rel-level1 > ul li {
  position: relative;
}

.navigation.navigation-mobile .rel-level1 > ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  font-size: 10px;
  top: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navigation.navigation-mobile .rel-level1.submenu.active > .navigation-title:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.navigation.navigation-mobile .rel-level1.submenu.active > ul {
  display: block;
}

.navigation.navigation-mobile .rel-level1.submenu > .navigation-title {
  position: relative;
}

.navigation.navigation-mobile .rel-level1.submenu > .navigation-title:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  font-size: 10px;
  top: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.navigation.navigation-mobile .rel-level1 > .navigation-title {
  border-bottom: 1px solid #89C6CC;
  margin: 0;
}

.navigation.navigation-mobile .rel-level1 > .navigation-title:last-child {
  border-bottom: none;
}

.navigation.navigation-mobile .rel-level1 .navigation-title {
  padding: 10px;
}

.navigation.navigation-mobile .rel-level1 .navigation-title > a {
  text-decoration: none;
  color: #747474;
  display: inline;
}

.navigation.navigation-mobile .rel-level2 {
  display: list-item;
}

.navigation.navigation-mobile .rel-level2 .navigation-title > a {
  font-weight: 500;
}

.navigation.navigation-mobile .rel-level2 ul {
  display: none;
}

/* breakpoints */
.navigation.navigation-sidebar a {
  text-decoration: none;
}

.navigation.navigation-sidebar nav > ul .rel-level1 > .navigation-title {
  margin-bottom: 0;
}

.navigation.navigation-sidebar nav > ul .rel-level1 > .navigation-title > a {
  padding: 5px 10px;
  display: block;
  position: relative;
  z-index: 1;
  margin-right: 0;
}

.navigation.navigation-sidebar nav > ul .rel-level1 > ul {
  margin-left: 10px;
  margin-top: 5px;
}

.navigation.navigation-sidebar nav > ul .rel-level2 {
  display: block;
}

/* breakpoints */
.navigation.sitemap-navigation .level2 a {
  position: relative;
  padding-left: 10px;
}

.navigation.sitemap-navigation .level2 a:before {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-50%) scale(1, -1);
  -ms-transform: translateY(-50%) scale(1, -1);
  transform: translateY(-50%) scale(1, -1);
  position: absolute;
  content: "";
  top: 50%;
  left: -8px;
}


/* breakpoints */
.page-list {
  background-color: transparent;
  /* breakpoints */
}

.page-list .item {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  background: transparent;
  padding: 15px;
  overflow: hidden;
}

.page-list .item:last-child {
  border-width: 0;
}

.page-list .item .field-title {
  color: #000;
}

.page-list .field-title {
  font-weight: bold;
}

.page-list a {
  background-color: transparent;
  text-decoration: none;
  font-size: 1em;
  color: #747474;
  border-bottom: 1px solid #89C6CC;
}

.page-list a:hover {
  color: #878787;
  text-decoration: none;
}


/* breakpoints */
.list-pagination {
  background: transparent;
}

.list-pagination nav {
  font-size: 13px;
}

.list-pagination nav > span, .list-pagination nav > a {
  display: inline-block;
  margin: 2px 1px 2px 0;
  padding: 4px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  font-size: 1em;
  font-weight: bold;
}

.list-pagination nav > span:hover, .list-pagination nav > a:hover {
  color: #89C6CC;
  background: #f6f6f6;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: #15909c;
}

.list-pagination nav > span:focus, .list-pagination nav > a:focus {
  text-decoration: none;
  color: #89C6CC;
}

.list-pagination nav > span.active {
  background: #f6f6f6;
  color: #89C6CC;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.list-pagination nav > span.inactive {
  color: #aaa;
}

.list-pagination nav > span.inactive:hover {
  background: none;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}


@charset "UTF-8";
/* breakpoints */
.playlist {
  background-color: transparent;
  padding: 20px 10px 0 10px;
}

.playlist a:hover {
  text-decoration: none;
}

.playlist .component-content > h1, .playlist .component-content > h2, .playlist .component-content > h3, .playlist .component-content > h4, .playlist .component-content > h5, .playlist .component-content > h6 {
  margin: 0 0 10px 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
}

.playlist .playlist-item {
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}

.playlist .playlist-item .playlist-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.playlist .playlist-item .playlist-section > .scEmptyPlaceholder {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.playlist .playlist-item .playlist-section > div {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.playlist .playlist-item .playlist-section .field-moviecaption a, .playlist .playlist-item .playlist-section .field-moviecaption a:hover {
  text-decoration: none !important;
}

.playlist .playlist-item .playlist-section .field-moviethumbnail {
  max-width: 150px;
  padding: 10px 10px 8px 5px;
}

.playlist .playlist-item .playlist-section .field-moviethumbnail a {
  display: block;
  text-align: center;
}

.playlist .playlist-item .playlist-section .field-moviethumbnail a img {
  width: 100%;
  height: auto;
}

.playlist .playlist-item .playlist-section .field-moviecaption {
  font-size: 13px;
}

.playlist .playlist-item .playlist-section .field-moviecaption > a {
  padding: 15px 10px;
  display: block;
  color: #747474;
  font-size: 1em;
}

.playlist .playlist-item.active {
  background-color: #89C6CC;
}

.playlist .playlist-item.active .field-moviecaption a {
  color: #fff;
  font-weight: bold;
}

.playlist .playlist-nav {
  padding: 5px;
  text-align: center;
}

.playlist .playlist-nav a {
  text-indent: -9999px;
  display: block;
  height: 100%;
}

.playlist .playlist-nav .playlist-prev, .playlist .playlist-nav .playlist-next {
  height: 17px;
  width: 14px;
  display: inline-block;
  vertical-align: middle;
}

.playlist .playlist-nav .playlist-next a, .playlist .playlist-nav .playlist-prev a {
  position: relative;
}

.playlist .playlist-nav .playlist-next a:before, .playlist .playlist-nav .playlist-prev a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: 0;
}

.playlist .playlist-nav .playlist-next a:hover, .playlist .playlist-nav .playlist-prev a:hover {
  color: #89C6CC;
}

.playlist .playlist-nav .playlist-prev a:before {
  content: "";
}

.playlist .playlist-nav .playlist-next a:before {
  content: "";
}

.video-playlist.show {
  display: block;
}

.on-page-editor .video-playlist {
  display: block;
}

/* breakpoints */
.playlist.playlist-horizontal .playlist-items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.playlist.playlist-horizontal .playlist-items .playlist-item {
  min-width: 150px;
}

.playlist.playlist-horizontal .playlist-items .playlist-item .playlist-section > div {
  width: 100%;
}

.playlist.playlist-horizontal .playlist-items .playlist-item .playlist-section {
  display: block;
}

.playlist.playlist-horizontal .playlist-items .playlist-item .field-moviecaption {
  text-align: center;
}


/* breakpoints */
.promo {
  background: #FFFFFF;
  padding: 15px;
  overflow: hidden;
  box-sizing: border-box;
}

.promo > .component-content {
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
}

.promo > .component-content:after {
  content: "";
  display: table;
  clear: both;
}

.promo > .component-content > div {
  padding: 5px;
}

.promo .zg-height-fix .field-promoicon {
  margin-top: 100px;
}

.promo .field-promoicon {
  overflow: hidden;
  width: 100%;
}

.promo .field-promoicon img {
  width: 100%;
  height: auto;
}

.promo .field-promolink {
  margin-top: 5px;
  padding-bottom: 10px;
}

.promo.image-full-size img {
  margin-bottom: 10px;
}

.promo h1, .promo h2, .promo h3, .promo h4, .promo h5, .promo h6 {
  color: #222;
}

.promo h1, .promo h2 {
  margin: 10px 0;
}

.promo h3, .promo h4, .promo p {
  margin: 5px 0;
}

.promo h5, .promo h6 {
  margin: 5px 0 0;
}

.promo strong {
  font-weight: 700;
}

.promo ul, .promo ol {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 10px;
}

.promo li {
  font-size: 13px;
  margin-left: 15px;
}

.promo ul li {
  list-style: disc;
  list-style-position: inside;
}

.promo ol li {
  list-style: decimal;
  list-style-position: inside;
}

.promo a {
  color: #de232f;
  text-decoration: underline;
  font-size: 1em;
}

.promo a:hover {
  color: #878787;
}

.promo table {
  height: auto !important;
  border: 2px solid #d2d2d2;
}

.promo table, .promo table tr, .promo table th, .promo table td {
  border: solid 2px #d2d2d2;
  background: #FFFFFF;
  border-collapse: collapse;
  vertical-align: middle;
}

.promo table tr, .promo table th, .promo table td {
  padding: 5px;
}

.promo table caption {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}

.promo table tr {
  border: none;
}

.promo table th, .promo table td {
  border-width: 2px 0 0 2px;
}

.promo table th {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}

.promo table th:first-child {
  border-left: 0;
}

.promo table td:first-child {
  border-left: 0;
}

.promo.absolute-bottom-link {
  position: relative;
}

.promo.absolute-bottom-link .field-promolink {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* breakpoints */
.promo.promo-hero {
  position: relative;
  text-align: center;
}

.promo.promo-hero.promo-hero-half {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 959px) {
  .promo.promo-hero.promo-hero-half {
    float: none;
    width: 100%;
  }
}

.promo.promo-hero .field-promotext {
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.promo.promo-hero .field-promotext > a {
  color: inherit;
  text-decoration: none;
}

@media only screen and (max-width: 959px) {
  .promo.promo-hero .field-promotext {
    width: 100%;
    margin: 0;
  }
  .promo.promo-hero .field-promotext h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .promo.promo-hero .field-promotext h2, .promo.promo-hero .field-promotext h3, .promo.promo-hero .field-promotext h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* breakpoints */
.promo-shadow {
  max-width: 960px;
  padding: 0;
  border-top-width: 3px;
  border-top-color: #89C6CC;
  border-style: solid;
  overflow: visible;
  position: relative;
}

.promo-shadow.promo {
  float: left;
}

.promo-shadow > .component-content {
  padding: 15px;
  margin: 0 0 30px 0;
}

@media only screen and (max-width: 959px) {
  .promo-shadow > .component-content {
    margin: 0 10px 30px 10px;
  }
}

.promo-shadow > .component-content:before, .promo-shadow > .component-content:after {
  opacity: 0.7;
  box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: -1;
  height: 20%;
  max-height: 100px;
  max-width: 460px;
  width: 47%;
  content: "";
  bottom: 10px;
}

.promo-shadow > .component-content:before {
  left: 2%;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.promo-shadow > .component-content:after {
  right: 2%;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}


@charset "UTF-8";
/* breakpoints */
.content, .rich-text {
  background: transparent;
  color: #747474;
  border: transparent;
  line-height: 1.5;
  font-size: 12px;
  overflow: hidden;
  /* breakpoints */
}

.content *, .rich-text * {
  max-width: 100%;
}

.content .field-filetypeicon > a > span, .content .pdf, .content .xls, .content .xlsx, .content .pptx, .content .ppt, .content .docx, .content .doc, .content .bmp, .content .png, .content .jpg, .content .jpeg, .content .psd, .content .gif, .content .avi, .content .mp4, .content .wmv, .content .mov, .content .mp3, .content .wma, .content .txt, .content .zip, .rich-text .field-filetypeicon > a > span, .rich-text .pdf, .rich-text .xls, .rich-text .xlsx, .rich-text .pptx, .rich-text .ppt, .rich-text .docx, .rich-text .doc, .rich-text .bmp, .rich-text .png, .rich-text .jpg, .rich-text .jpeg, .rich-text .psd, .rich-text .gif, .rich-text .avi, .rich-text .mp4, .rich-text .wmv, .rich-text .mov, .rich-text .mp3, .rich-text .wma, .rich-text .txt, .rich-text .zip {
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  width: 15px;
  height: 21px;
  margin: 0;
  padding: 0;
  position: relative;
}

.content .field-filetypeicon > a > span:before, .content .pdf:before, .content .xls:before, .content .xlsx:before, .content .pptx:before, .content .ppt:before, .content .docx:before, .content .doc:before, .content .bmp:before, .content .png:before, .content .jpg:before, .content .jpeg:before, .content .psd:before, .content .gif:before, .content .avi:before, .content .mp4:before, .content .wmv:before, .content .mov:before, .content .mp3:before, .content .wma:before, .content .txt:before, .content .zip:before, .rich-text .field-filetypeicon > a > span:before, .rich-text .pdf:before, .rich-text .xls:before, .rich-text .xlsx:before, .rich-text .pptx:before, .rich-text .ppt:before, .rich-text .docx:before, .rich-text .doc:before, .rich-text .bmp:before, .rich-text .png:before, .rich-text .jpg:before, .rich-text .jpeg:before, .rich-text .psd:before, .rich-text .gif:before, .rich-text .avi:before, .rich-text .mp4:before, .rich-text .wmv:before, .rich-text .mov:before, .rich-text .mp3:before, .rich-text .wma:before, .rich-text .txt:before, .rich-text .zip:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px !important;
  position: absolute;
  display: block;
  top: 50%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content .field-filetypeicon span:before, .rich-text .field-filetypeicon span:before {
  content: "";
}

.content .field-filetypeicon .pdf:before, .rich-text .field-filetypeicon .pdf:before {
  content: "";
}

.content .field-filetypeicon .xlsx:before, .content .field-filetypeicon .xls:before, .rich-text .field-filetypeicon .xlsx:before, .rich-text .field-filetypeicon .xls:before {
  content: "";
}

.content .field-filetypeicon .pptx:before, .content .field-filetypeicon .ppt:before, .rich-text .field-filetypeicon .pptx:before, .rich-text .field-filetypeicon .ppt:before {
  content: "";
}

.content .field-filetypeicon .docx:before, .content .field-filetypeicon .doc:before, .rich-text .field-filetypeicon .docx:before, .rich-text .field-filetypeicon .doc:before {
  content: "";
}

.content .field-filetypeicon .bmp:before, .content .field-filetypeicon .png:before, .content .field-filetypeicon .jpg:before, .content .field-filetypeicon .jpeg:before, .content .field-filetypeicon .psd:before, .content .field-filetypeicon .gif:before, .content .field-filetypeicon .tif:before, .rich-text .field-filetypeicon .bmp:before, .rich-text .field-filetypeicon .png:before, .rich-text .field-filetypeicon .jpg:before, .rich-text .field-filetypeicon .jpeg:before, .rich-text .field-filetypeicon .psd:before, .rich-text .field-filetypeicon .gif:before, .rich-text .field-filetypeicon .tif:before {
  content: "";
}

.content .field-filetypeicon .avi:before, .content .field-filetypeicon .mp4:before, .content .field-filetypeicon .wmv:before, .content .field-filetypeicon .mov:before, .content .field-filetypeicon .mpg:before, .content .field-filetypeicon .mkv:before, .content .field-filetypeicon .vp6:before, .content .field-filetypeicon .vid:before, .content .field-filetypeicon .rv:before, .content .field-filetypeicon .webm:before, .content .field-filetypeicon .swf:before, .content .field-filetypeicon .flv:before, .content .field-filetypeicon .m4v:before, .content .field-filetypeicon .h264:before, .content .field-filetypeicon .mk3d:before, .content .field-filetypeicon .gifv:before, .content .field-filetypeicon .oggv:before, .content .field-filetypeicon .movie:before, .content .field-filetypeicon .divx:before, .rich-text .field-filetypeicon .avi:before, .rich-text .field-filetypeicon .mp4:before, .rich-text .field-filetypeicon .wmv:before, .rich-text .field-filetypeicon .mov:before, .rich-text .field-filetypeicon .mpg:before, .rich-text .field-filetypeicon .mkv:before, .rich-text .field-filetypeicon .vp6:before, .rich-text .field-filetypeicon .vid:before, .rich-text .field-filetypeicon .rv:before, .rich-text .field-filetypeicon .webm:before, .rich-text .field-filetypeicon .swf:before, .rich-text .field-filetypeicon .flv:before, .rich-text .field-filetypeicon .m4v:before, .rich-text .field-filetypeicon .h264:before, .rich-text .field-filetypeicon .mk3d:before, .rich-text .field-filetypeicon .gifv:before, .rich-text .field-filetypeicon .oggv:before, .rich-text .field-filetypeicon .movie:before, .rich-text .field-filetypeicon .divx:before {
  content: "";
}

.content .field-filetypeicon .mp3:before, .content .field-filetypeicon .wma:before, .content .field-filetypeicon .wav:before, .content .field-filetypeicon .fla:before, .content .field-filetypeicon .flac:before, .content .field-filetypeicon .ra:before, .content .field-filetypeicon .rma:before, .content .field-filetypeicon .aif:before, .content .field-filetypeicon .aiff:before, .content .field-filetypeicon .aa:before, .content .field-filetypeicon .aac:before, .content .field-filetypeicon .mid:before, .content .field-filetypeicon .midi:before, .content .field-filetypeicon .aax:before, .content .field-filetypeicon .ac3:before, .content .field-filetypeicon .au:before, .content .field-filetypeicon .ogg:before, .content .field-filetypeicon .avr:before, .content .field-filetypeicon .m4a:before, .content .field-filetypeicon .mp4a:before, .content .field-filetypeicon .amz:before, .content .field-filetypeicon .mka:before, .content .field-filetypeicon .asx:before, .content .field-filetypeicon .pcm:before, .content .field-filetypeicon .m3u:before, .content .field-filetypeicon .xwma:before, .rich-text .field-filetypeicon .mp3:before, .rich-text .field-filetypeicon .wma:before, .rich-text .field-filetypeicon .wav:before, .rich-text .field-filetypeicon .fla:before, .rich-text .field-filetypeicon .flac:before, .rich-text .field-filetypeicon .ra:before, .rich-text .field-filetypeicon .rma:before, .rich-text .field-filetypeicon .aif:before, .rich-text .field-filetypeicon .aiff:before, .rich-text .field-filetypeicon .aa:before, .rich-text .field-filetypeicon .aac:before, .rich-text .field-filetypeicon .mid:before, .rich-text .field-filetypeicon .midi:before, .rich-text .field-filetypeicon .aax:before, .rich-text .field-filetypeicon .ac3:before, .rich-text .field-filetypeicon .au:before, .rich-text .field-filetypeicon .ogg:before, .rich-text .field-filetypeicon .avr:before, .rich-text .field-filetypeicon .m4a:before, .rich-text .field-filetypeicon .mp4a:before, .rich-text .field-filetypeicon .amz:before, .rich-text .field-filetypeicon .mka:before, .rich-text .field-filetypeicon .asx:before, .rich-text .field-filetypeicon .pcm:before, .rich-text .field-filetypeicon .m3u:before, .rich-text .field-filetypeicon .xwma:before {
  content: "";
}

.content .field-filetypeicon .txt:before, .rich-text .field-filetypeicon .txt:before {
  content: "";
}

.content .field-filetypeicon .zip:before, .content .field-filetypeicon .zipx:before, .content .field-filetypeicon .rar:before, .content .field-filetypeicon .tar:before, .content .field-filetypeicon .gz:before, .content .field-filetypeicon .dmg:before, .content .field-filetypeicon .iso:before, .rich-text .field-filetypeicon .zip:before, .rich-text .field-filetypeicon .zipx:before, .rich-text .field-filetypeicon .rar:before, .rich-text .field-filetypeicon .tar:before, .rich-text .field-filetypeicon .gz:before, .rich-text .field-filetypeicon .dmg:before, .rich-text .field-filetypeicon .iso:before {
  content: "";
}

.content .field-filetypeicon .css:before, .content .field-filetypeicon .js:before, .content .field-filetypeicon .py:before, .content .field-filetypeicon .git:before, .content .field-filetypeicon .py:before, .content .field-filetypeicon .cpp:before, .content .field-filetypeicon .h:before, .content .field-filetypeicon .ini:before, .content .field-filetypeicon .config:before, .rich-text .field-filetypeicon .css:before, .rich-text .field-filetypeicon .js:before, .rich-text .field-filetypeicon .py:before, .rich-text .field-filetypeicon .git:before, .rich-text .field-filetypeicon .py:before, .rich-text .field-filetypeicon .cpp:before, .rich-text .field-filetypeicon .h:before, .rich-text .field-filetypeicon .ini:before, .rich-text .field-filetypeicon .config:before {
  content: "";
}

.content .field-filetypeicon .exe:before, .content .field-filetypeicon .jar:before, .content .field-filetypeicon .dll:before, .content .field-filetypeicon .bat:before, .content .field-filetypeicon .pl:before, .content .field-filetypeicon .scr:before, .content .field-filetypeicon .msi:before, .content .field-filetypeicon .app:before, .content .field-filetypeicon .deb:before, .content .field-filetypeicon .apk:before, .content .field-filetypeicon .jar:before, .content .field-filetypeicon .vb:before, .content .field-filetypeicon .prg:before, .content .field-filetypeicon .sh:before, .rich-text .field-filetypeicon .exe:before, .rich-text .field-filetypeicon .jar:before, .rich-text .field-filetypeicon .dll:before, .rich-text .field-filetypeicon .bat:before, .rich-text .field-filetypeicon .pl:before, .rich-text .field-filetypeicon .scr:before, .rich-text .field-filetypeicon .msi:before, .rich-text .field-filetypeicon .app:before, .rich-text .field-filetypeicon .deb:before, .rich-text .field-filetypeicon .apk:before, .rich-text .field-filetypeicon .jar:before, .rich-text .field-filetypeicon .vb:before, .rich-text .field-filetypeicon .prg:before, .rich-text .field-filetypeicon .sh:before {
  content: "";
}

.content .field-filetypeicon .com:before, .content .field-filetypeicon .net:before, .content .field-filetypeicon .org:before, .content .field-filetypeicon .edu:before, .content .field-filetypeicon .gov:before, .content .field-filetypeicon .mil:before, .content .field-filetypeicon .html:before, .content .field-filetypeicon .htm:before, .content .field-filetypeicon .xhtml:before, .content .field-filetypeicon .jhtml:before, .content .field-filetypeicon .php:before, .content .field-filetypeicon .php3:before, .content .field-filetypeicon .php4:before, .content .field-filetypeicon .php5:before, .content .field-filetypeicon .phtmle:before, .content .field-filetypeicon .asp:before, .content .field-filetypeicon .aspx:before, .content .field-filetypeicon .cfm:before, .rich-text .field-filetypeicon .com:before, .rich-text .field-filetypeicon .net:before, .rich-text .field-filetypeicon .org:before, .rich-text .field-filetypeicon .edu:before, .rich-text .field-filetypeicon .gov:before, .rich-text .field-filetypeicon .mil:before, .rich-text .field-filetypeicon .html:before, .rich-text .field-filetypeicon .htm:before, .rich-text .field-filetypeicon .xhtml:before, .rich-text .field-filetypeicon .jhtml:before, .rich-text .field-filetypeicon .php:before, .rich-text .field-filetypeicon .php3:before, .rich-text .field-filetypeicon .php4:before, .rich-text .field-filetypeicon .php5:before, .rich-text .field-filetypeicon .phtmle:before, .rich-text .field-filetypeicon .asp:before, .rich-text .field-filetypeicon .aspx:before, .rich-text .field-filetypeicon .cfm:before {
  content: "";
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  color: #222;
}

.content h1, .content h2, .rich-text h1, .rich-text h2 {
  margin: 10px 0;
}

.content h3, .content h4, .content p, .rich-text h3, .rich-text h4, .rich-text p {
  margin: 5px 0;
}

.content h5, .content h6, .rich-text h5, .rich-text h6 {
  margin: 5px 0 0;
}

.content strong, .rich-text strong {
  font-weight: 700;
}

.content ul, .content ol, .rich-text ul, .rich-text ol {
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 10px;
}

.content li, .rich-text li {
  font-size: 13px;
  margin-left: 15px;
}

.content ul li, .rich-text ul li {
  list-style: disc;
  list-style-position: inside;
}

.content ol li, .rich-text ol li {
  list-style: decimal;
  list-style-position: inside;
}

.content a, .rich-text a {
  color: #de232f;
  text-decoration: underline;
  font-size: 1em;
}

.content a:hover, .rich-text a:hover {
  color: #878787;
}

.content table, .rich-text table {
  height: auto !important;
  border: 2px solid #d2d2d2;
}

.content table, .content table tr, .content table th, .content table td, .rich-text table, .rich-text table tr, .rich-text table th, .rich-text table td {
  border: solid 2px #d2d2d2;
  background: #FFFFFF;
  border-collapse: collapse;
  vertical-align: middle;
}

.content table tr, .content table th, .content table td, .rich-text table tr, .rich-text table th, .rich-text table td {
  padding: 5px;
}

.content table caption, .rich-text table caption {
  background-color: #f7f7f7;
  overflow: hidden;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 0;
}

.content table tr, .rich-text table tr {
  border: none;
}

.content table th, .content table td, .rich-text table th, .rich-text table td {
  border-width: 2px 0 0 2px;
}

.content table th, .rich-text table th {
  background-color: white;
  font-size: 13px;
  font-weight: bold;
  padding: 7px;
}

.content table th:first-child, .rich-text table th:first-child {
  border-left: 0;
}

.content table td:first-child, .rich-text table td:first-child {
  border-left: 0;
}

/* breakpoints */
.rich-text-lists ul, .field-featurelist ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.rich-text-lists ul li, .field-featurelist ul li {
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  line-height: 21px;
  list-style: none;
  margin: 0;
  padding: 5px 0 5px 25px;
}

.rich-text-lists ul li:before, .field-featurelist ul li:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'FontAwesome', sans-serif;
  position: absolute;
  top: 3px;
  left: 0;
  color: #747474;
  text-align: center;
  content: "\f00c";
  width: 20px;
  margin: 0 5px 0 0;
  padding: 0;
}

.field-featurelist ul li:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'FontAwesome', sans-serif;
  position: absolute;
  top: 3px;
  left: 0;
  color: #747474;
  text-align: center;
  content: "\f046";
  width: 20px;
  margin: 0 5px 0 0;
  padding: 0;
}

.media-link.file-type-icon-media-link {
  float: left;
}

.media-link.file-type-icon-media-link .field-filetypeicon {
  text-align: center;
}


@charset "UTF-8";
/* breakpoints */
.facet-component {
  box-sizing: border-box;
  background: transparent;
  /* breakpoints */
}

.facet-component label {
  background: transparent;
  color: #747474;
}

.facet-component input, .facet-component button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.facet-component input:focus {
  border: 1px solid #d2d2d2;
}

.facet-component input[type="submit"], .facet-component input[type="reset"], .facet-component input[type="button"], .facet-component button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.facet-component input[type="submit"]:hover, .facet-component input[type="reset"]:hover, .facet-component input[type="button"]:hover, .facet-component button:hover {
  background: #f7f7f7 !important;
}

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

.facet-component input[type="text"] {
  font-size: 13px;
}

.facet-component input[type="text"], .facet-component input[type="email"], .facet-component input[type="password"], .facet-component textarea, .facet-component select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.facet-component select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.facet-component:after {
  content: "";
  display: table;
  clear: both;
}

.facet-component .bottom-filter-button {
  float: right;
}

.facet-component .facet-heading {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  position: relative;
}

.facet-component .facet-heading .facet-title {
  display: inline-block;
  vertical-align: middle;
  color: #747474;
  padding-right: 25px;
}

.facet-component .facet-heading .clear-filter {
  display: inline-block;
  vertical-align: middle;
  border-radius: 15px;
  font-size: 10px;
  text-align: center !important;
  width: 15px;
  cursor: pointer;
  position: absolute;
  color: #747474;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: transparent;
}

.facet-component .facet-heading .clear-filter:hover {
  background: #e0e0e0;
  border-color: #adadad;
  text-decoration: none;
  color: #747474;
}

.facet-component .facet-heading .clear-filter.has-active-facet {
  background: #e0e0e0;
  color: #747474;
}

.facet-component .facet-heading .clear-filter.has-active-facet:hover {
  background: #e0e0e0;
  color: #747474;
}

.facet-single-selection-list .facet-dropdown {
  margin: 10px 0;
}

.facet-single-selection-list .facet-dropdown select {
  min-width: 100%;
}

.facet-single-selection-list .facet-value input[type="checkbox"] {
  display: none;
}

.facet-single-selection-list .facet-value label {
  color: #747474;
}

.facet-single-selection-list .facet-value.active-facet label, .facet-single-selection-list .facet-value.active-facet .facet-count.highlighted, .facet-single-selection-list .facet-value.active-facet span {
  color: #89C6CC;
}

.facet-single-selection-list .bottom-remove-filter {
  float: left;
}

.facet-single-selection-list .bottom-filter-button {
  float: right;
}

.facet-date-range .from-date, .facet-date-range .to-date {
  margin-bottom: 5px;
}

.ui-datepicker-title select {
  color: #747474;
}

.facet-dropdown {
  margin: 10px 0;
}

.facet-dropdown select {
  min-width: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  position: relative;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

.facet-managed-range {
  box-sizing: border-box;
}

.facet-managed-range .min-range-value, .facet-managed-range .max-range-value {
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 49%;
  margin-bottom: 5px;
}

.facet-managed-range .min-range-value input[type=text], .facet-managed-range .max-range-value input[type=text] {
  min-width: 100%;
  width: 100%;
}

.facet-managed-range .min-range-value {
  float: left;
}

.facet-managed-range .max-range-value {
  float: right;
}

.facet-managed-range .bottom-remove-filter {
  float: left;
}

.facet-range-selector .slider-min-value {
  float: left;
  width: 4%;
  text-align: center;
}

.facet-range-selector .slider-max-value {
  float: right;
  width: 4%;
  text-align: center;
}

.facet-range-selector .slider-min-value + .ui-slider-horizontal {
  float: left;
  width: 88%;
  margin: 5px 2%;
}

.radius-filter {
  /* breakpoints */
}

.radius-filter label {
  background: transparent;
  color: #747474;
}

.radius-filter input, .radius-filter button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.radius-filter input:focus {
  border: 1px solid #d2d2d2;
}

.radius-filter input[type="submit"], .radius-filter input[type="reset"], .radius-filter input[type="button"], .radius-filter button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.radius-filter input[type="submit"]:hover, .radius-filter input[type="reset"]:hover, .radius-filter input[type="button"]:hover, .radius-filter button:hover {
  background: #f7f7f7 !important;
}

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

.radius-filter input[type="text"] {
  font-size: 13px;
}

.radius-filter input[type="text"], .radius-filter input[type="email"], .radius-filter input[type="password"], .radius-filter textarea, .radius-filter select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.radius-filter select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.radius-filter .radius-button.selected {
  color: #89C6CC;
  background: #FFFFFF;
}

.radius-filter ul {
  height: 30px;
}

.radius-filter ul li {
  display: block;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #d2d2d2;
  float: left;
  padding: 5px 5px;
  cursor: pointer;
}

.radius-filter ul li:first-child {
  border-width: 1px;
}

.radius-filter .bottom-remove-filter {
  margin-bottom: 5px;
}

.ui-slider {
  position: relative;
  width: 80%;
  margin: 10px auto;
  text-align: left;
}

.ui-slider .ui-widget-header {
  border: 1px solid #89C6CC;
  background: #89C6CC;
  font-weight: bold;
}

.ui-slider .ui-widget-header a {
  color: #ffffff;
}

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

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d2d2d2;
  background: #f7f7f7;
  font-weight: normal;
  color: #747474;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #747474;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #d2d2d2;
  background: #dadada;
  font-weight: normal;
  color: #747474;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #747474;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #d2d2d2;
  background: #dadada;
  font-weight: normal;
  color: #747474;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #747474;
  text-decoration: none;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.load-more {
  /* breakpoints */
}

.load-more label {
  background: transparent;
  color: #747474;
}

.load-more input, .load-more button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.load-more input:focus {
  border: 1px solid #d2d2d2;
}

.load-more input[type="submit"], .load-more input[type="reset"], .load-more input[type="button"], .load-more button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.load-more input[type="submit"]:hover, .load-more input[type="reset"]:hover, .load-more input[type="button"]:hover, .load-more button:hover {
  background: #f7f7f7 !important;
}

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

.load-more input[type="text"] {
  font-size: 13px;
}

.load-more input[type="text"], .load-more input[type="email"], .load-more input[type="password"], .load-more textarea, .load-more select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.load-more select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

/* breakpoints */
.location-filter {
  position: relative;
  padding: 5px 10px 15px 10px;
  margin: 0 0 20px 0;
  /* breakpoints */
  /* breakpoints */
}

.location-filter label {
  background: transparent;
  color: #747474;
}

.location-filter input, .location-filter button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.location-filter input:focus {
  border: 1px solid #d2d2d2;
}

.location-filter input[type="submit"], .location-filter input[type="reset"], .location-filter input[type="button"], .location-filter button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.location-filter input[type="submit"]:hover, .location-filter input[type="reset"]:hover, .location-filter input[type="button"]:hover, .location-filter button:hover {
  background: #f7f7f7 !important;
}

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

.location-filter input[type="text"] {
  font-size: 13px;
}

.location-filter input[type="text"], .location-filter input[type="email"], .location-filter input[type="password"], .location-filter textarea, .location-filter select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.location-filter select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.location-filter .twitter-typeahead {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}

.location-filter .tt-menu {
  background: #FFFFFF;
  width: 100%;
  border: 1px solid #d2d2d2;
}

.location-filter .tt-hint {
  color: #747474;
}

.location-filter .tt-dropdown-menu {
  width: 250px;
  margin-top: 5px;
  background-color: #f7f7f7;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.location-filter .tt-suggestion {
  padding: 4px 10px;
  color: #747474;
  overflow: hidden;
}

.location-filter .tt-suggestion a {
  text-decoration: none;
}

.location-filter .tt-suggestion:last-child {
  border: none;
}

.location-filter .tt-suggestion .field-image {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.location-filter .tt-suggestion .field-make {
  font-size: 15px;
  float: left;
  margin-right: 5px;
}

.location-filter .tt-suggestion .field-model {
  margin-left: 4px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
}

.location-filter .tt-suggestion .field-priceformatted {
  float: right;
  font-size: 15px;
  color: #89C6CC;
  margin-top: -20px;
}

.location-filter .tt-suggestion.tt-cursor {
  color: #89C6CC;
  background-color: #dadada;
  cursor: pointer;
}

.location-filter.loading-in-progress .tt-dropdown-menu {
  display: block !important;
  min-height: 50px;
  position: relative;
}

.location-filter.loading-in-progress .tt-dropdown-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  width: 50px;
  display: block;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 11;
}

.location-filter.loading-in-progress .tt-dropdown-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: 0.8;
  z-index: 10;
}

.location-filter .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location-filter .component-content > div, .location-filter .component-content > button, .location-filter .component-content > label, .location-filter .component-content > input, .location-filter .component-content > span {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.location-filter .component-content > label, .location-filter .component-content > button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.location-filter .component-content > label {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.location-filter .component-content > input, .location-filter .component-content > span {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  width: auto;
  margin: 0 5px;
}

.location-filter .tt-hint::-webkit-input-placeholder {
  color: transparent;
}

.location-filter .tt-hint::-moz-placeholder {
  color: transparent;
}

.page-selector {
  text-align: center;
  padding: 10px 0 0 0;
}

.page-selector .page-selector-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 8px;
}

.page-selector .page-selector-list li.inactive a {
  color: #aaa;
  cursor: default;
}

.page-selector a {
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}

.page-selector .page-selector-item-link {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: block;
  text-decoration: none;
  font-weight: normal;
  height: 28px;
  line-height: 22px;
  padding: 2px 9px;
  margin-left: 5px;
}

.page-selector .page-selector-item-link.active {
  font-weight: bold;
  color: #89C6CC;
  border: 1px solid #15909c;
  background: #f6f6f6;
}

.page-selector .page-selector-item-link:hover {
  color: #89C6CC;
  border: 1px solid #15909c;
  background: #f6f6f6;
}

.page-selector .page-selector-item-link.inactive {
  color: #aaa;
}

.page-size {
  /* breakpoints */
}

.page-size label {
  background: transparent;
  color: #747474;
}

.page-size input, .page-size button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.page-size input:focus {
  border: 1px solid #d2d2d2;
}

.page-size input[type="submit"], .page-size input[type="reset"], .page-size input[type="button"], .page-size button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.page-size input[type="submit"]:hover, .page-size input[type="reset"]:hover, .page-size input[type="button"]:hover, .page-size button:hover {
  background: #f7f7f7 !important;
}

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

.page-size input[type="text"] {
  font-size: 13px;
}

.page-size input[type="text"], .page-size input[type="email"], .page-size input[type="password"], .page-size textarea, .page-size select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.page-size select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.page-size label {
  margin-right: 5px;
}

.page-size select {
  max-width: 100px;
  width: auto;
}

.search-results-count .progress {
  display: none;
}

.search-results-count .results-count {
  display: none;
}

.on-page-editor .results-count {
  display: inline-block;
}

/* breakpoints */
.facet-single-selection-list {
  display: block;
}

.facet-single-selection-list .facet-search-filter .facet-value {
  position: relative;
  border-bottom: 1px solid #e0dede;
  background: transparent;
  cursor: pointer;
  padding: 5px 0;
}

.facet-single-selection-list .facet-search-filter .facet-value:last-of-type {
  border-bottom: none;
}

.facet-single-selection-list .facet-search-filter .facet-value.active-facet {
  font-weight: bold;
}

.facet-single-selection-list .facet-search-filter .facet-value .highlighted {
  font-weight: bold;
  color: #888888;
}

/* breakpoints */
.variant-selector.component {
  margin: 30px 0 0 0;
}

.variant-selector .component-content > div {
  height: 30px;
  display: inline-block;
  width: 30px;
  margin: 2px;
  cursor: Pointer;
}

.variant-selector .variant-option {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.variant-selector .variant-option:before {
  content: "";
  display: block;
  height: 100%;
  font-size: 30px;
  width: 100%;
  text-align: center;
}

.variant-selector .variant-option.active-variant {
  color: #15909c;
}

.variant-selector .variant-option.horizontal:before {
  content: "";
}

.variant-selector .variant-option.horizontal.active-variant {
  color: #15909c;
}

.variant-selector .variant-option.vertical:before {
  content: "";
}

.variant-selector .variant-option.vertical.active-variant {
  color: #15909c;
}

.column-header-search .search-box {
  margin: 0;
  padding: 2px 10px 0 10px;
}

.search-box {
  /* breakpoints */
  /* breakpoints */
  position: relative;
  padding-right: 10px;
  box-sizing: border-box;
}

.search-box label {
  background: transparent;
  color: #747474;
}

.search-box input, .search-box button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.search-box input:focus {
  border: 1px solid #d2d2d2;
}

.search-box input[type="submit"], .search-box input[type="reset"], .search-box input[type="button"], .search-box button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.search-box input[type="submit"]:hover, .search-box input[type="reset"]:hover, .search-box input[type="button"]:hover, .search-box button:hover {
  background: #f7f7f7 !important;
}

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

.search-box input[type="text"] {
  font-size: 13px;
}

.search-box input[type="text"], .search-box input[type="email"], .search-box input[type="password"], .search-box textarea, .search-box select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.search-box select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.search-box .twitter-typeahead {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: 100%;
}

.search-box .tt-menu {
  background: #FFFFFF;
  width: 100%;
  border: 1px solid #d2d2d2;
}

.search-box .tt-hint {
  color: #747474;
}

.search-box .tt-dropdown-menu {
  width: 250px;
  margin-top: 5px;
  background-color: #f7f7f7;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.08);
}

.search-box .tt-suggestion {
  padding: 4px 10px;
  color: #747474;
  overflow: hidden;
}

.search-box .tt-suggestion a {
  text-decoration: none;
}

.search-box .tt-suggestion:last-child {
  border: none;
}

.search-box .tt-suggestion .field-image {
  width: 100px;
  float: left;
  margin-right: 10px;
}

.search-box .tt-suggestion .field-make {
  font-size: 15px;
  float: left;
  margin-right: 5px;
}

.search-box .tt-suggestion .field-model {
  margin-left: 4px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
}

.search-box .tt-suggestion .field-priceformatted {
  float: right;
  font-size: 15px;
  color: #89C6CC;
  margin-top: -20px;
}

.search-box .tt-suggestion.tt-cursor {
  color: #89C6CC;
  background-color: #dadada;
  cursor: pointer;
}

.search-box.loading-in-progress .tt-dropdown-menu {
  display: block !important;
  min-height: 50px;
  position: relative;
}

.search-box.loading-in-progress .tt-dropdown-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  height: 40px;
  width: 50px;
  display: block;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 11;
}

.search-box.loading-in-progress .tt-dropdown-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  opacity: 0.8;
  z-index: 10;
}

.search-box.hide-button .search-box-button {
  display: none;
}

.search-box .component-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-box .component-content > label, .search-box .component-content > input, .search-box .component-content > button {
  display: inline-block;
}

.search-box .component-content > label, .search-box .component-content > button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search-box .component-content > input {
  width: auto;
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  margin: 0 5px;
}

.search-box .component-content > label {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.search-box .component-content > .twitter-typeahead {
  -webkit-box-flex: 10;
  -ms-flex-positive: 10;
  flex-grow: 10;
  margin: 0 5px;
}

.search-box .component-content > .twitter-typeahead .search-box-input.tt-input {
  margin-bottom: 0;
}

.search-box .search-box-input {
  position: relative;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.search-box .search-box-input.tt-hint {
  margin-top: 0;
}

/* breakpoints */
.loupe-search-btn .search-box-button-with-redirect {
  position: relative;
  text-indent: -99999px;
  width: 20px;
  background: #000000 !important;
  border: none;
  padding: 4px 14px;
}

.loupe-search-btn .search-box-button-with-redirect:hover {
  background: #89C6CC !important;
}

.loupe-search-btn .search-box-button-with-redirect:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  font-size: 10px;
  text-indent: 0;
  font-size: 14px;
  color: #fff;
}

.sort-results {
  /* breakpoints */
}

.sort-results label {
  background: transparent;
  color: #747474;
}

.sort-results input, .sort-results button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.sort-results input:focus {
  border: 1px solid #d2d2d2;
}

.sort-results input[type="submit"], .sort-results input[type="reset"], .sort-results input[type="button"], .sort-results button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.sort-results input[type="submit"]:hover, .sort-results input[type="reset"]:hover, .sort-results input[type="button"]:hover, .sort-results button:hover {
  background: #f7f7f7 !important;
}

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

.sort-results input[type="text"] {
  font-size: 13px;
}

.sort-results input[type="text"], .sort-results input[type="email"], .sort-results input[type="password"], .sort-results textarea, .sort-results select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.sort-results select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.sort-results select {
  max-width: 100%;
  width: auto;
  display: inline-block;
}

.sort-results .facet-title {
  display: inline-block;
  margin-right: 5px;
}


/* breakpoints */
.search-results {
  /* breakpoints */
}

.search-results label {
  background: transparent;
  color: #747474;
}

.search-results input, .search-results button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.search-results input:focus {
  border: 1px solid #d2d2d2;
}

.search-results input[type="submit"], .search-results input[type="reset"], .search-results input[type="button"], .search-results button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.search-results input[type="submit"]:hover, .search-results input[type="reset"]:hover, .search-results input[type="button"]:hover, .search-results button:hover {
  background: #f7f7f7 !important;
}

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

.search-results input[type="text"] {
  font-size: 13px;
}

.search-results input[type="text"], .search-results input[type="email"], .search-results input[type="password"], .search-results textarea, .search-results select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.search-results select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.search-results .search-result-list {
  padding-top: 5px;
}

.search-results.vertical .search-result-list > li, .search-results.component-details .search-result-list > li, .search-results.standard-fields .search-result-list > li {
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 5px;
  margin: 0 7px 10px 0;
}

.search-results.vertical .search-result-list > li .field-title, .search-results.component-details .search-result-list > li .field-title, .search-results.standard-fields .search-result-list > li .field-title {
  display: block;
  margin-top: 10px;
}

.search-results.vertical .search-result-list > li .field-title a, .search-results.component-details .search-result-list > li .field-title a, .search-results.standard-fields .search-result-list > li .field-title a {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
  display: block;
}

.search-results.vertical .search-result-list > li a img, .search-results.component-details .search-result-list > li a img, .search-results.standard-fields .search-result-list > li a img {
  max-width: 100%;
  height: auto;
}

.search-results.vertical .search-result-list > li:hover, .search-results.component-details .search-result-list > li:hover, .search-results.standard-fields .search-result-list > li:hover {
  border-bottom-width: 1px 1px 2px 1px;
  border-bottom-style: solid;
  border-bottom-color: #15909c;
}

.search-results.horizontal .search-result-list, .search-results.components .search-result-list, .search-results.example-fields .search-result-list {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-results.horizontal .search-result-list:after, .search-results.components .search-result-list:after, .search-results.example-fields .search-result-list:after {
  content: "";
  display: table;
  clear: both;
}

.search-results.horizontal .search-result-list > li, .search-results.components .search-result-list > li, .search-results.example-fields .search-result-list > li {
  box-sizing: border-box;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-color: #d2d2d2;
  position: relative;
  min-height: 120px;
  margin: 0 2% 10px 0;
  padding: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 175px;
  min-width: 23%;
}

.search-results.horizontal .search-result-list > li .field-title, .search-results.components .search-result-list > li .field-title, .search-results.example-fields .search-result-list > li .field-title {
  display: block;
  padding: 0 5px;
  text-align: center;
}

.search-results.horizontal .search-result-list > li .field-title a, .search-results.components .search-result-list > li .field-title a, .search-results.example-fields .search-result-list > li .field-title a {
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  font-weight: normal;
}

.search-results.horizontal .search-result-list > li a img, .search-results.components .search-result-list > li a img, .search-results.example-fields .search-result-list > li a img {
  max-width: 100%;
  height: auto;
}

.search-results.horizontal .search-result-list > li:hover, .search-results.components .search-result-list > li:hover, .search-results.example-fields .search-result-list > li:hover {
  border-bottom-width: 1px 1px 2px 1px;
  border-bottom-style: solid;
  border-bottom-color: #15909c;
}

.search-results .search-results-overlay {
  display: none;
}

.search-results.loading-in-progress {
  min-height: 200px;
}

.search-results.loading-in-progress .search-result-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-results.loading-in-progress .search-result-overlay:after {
  content: "";
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+CiAgPHBhdGggIG9wYWNpdHk9Ii4yNSIgZD0iTTE2IDAgQTE2IDE2IDAgMCAwIDE2IDMyIEExNiAxNiAwIDAgMCAxNiAwIE0xNiA0IEExMiAxMiAwIDAgMSAxNiAyOCBBMTIgMTIgMCAwIDEgMTYgNCIvPgogIDxwYXRoIGZpbGw9JyNkZGRkZGQnIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMSAzMiAxNiBMMjggMTYgQTEyIDEyIDAgMCAwIDE2IDR6Ij4KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvcGF0aD4KPC9zdmc+);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  right: 0;
  margin: -30px auto 0;
}

.search-results.loading-more-in-progress:after {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgd2lkdGg9IjMyIiBoZWlnaHQ9IjMyIiBmaWxsPSJibGFjayI+DQogIDxwYXRoICBvcGFjaXR5PSIuMjUiIGQ9Ik0xNiAwIEExNiAxNiAwIDAgMCAxNiAzMiBBMTYgMTYgMCAwIDAgMTYgMCBNMTYgNCBBMTIgMTIgMCAwIDEgMTYgMjggQTEyIDEyIDAgMCAxIDE2IDQiLz4NCiAgPHBhdGggZmlsbD0nIzFhODBiNicgZD0iTTE2IDAgQTE2IDE2IDAgMCAxIDMyIDE2IEwyOCAxNiBBMTIgMTIgMCAwIDAgMTYgNHoiPg0KICAgIDxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIwIDE2IDE2IiB0bz0iMzYwIDE2IDE2IiBkdXI9IjAuOHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPg0KICA8L3BhdGg+DQo8L3N2Zz4NCg==);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  height: 100px;
}

.search-results .no-results {
  padding: 5px;
}


/* breakpoints */
.market-selector {
  /* breakpoints */
}

.market-selector label {
  background: transparent;
  color: #747474;
}

.market-selector input, .market-selector button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 13px;
}

.market-selector input:focus {
  border: 1px solid #d2d2d2;
}

.market-selector input[type="submit"], .market-selector input[type="reset"], .market-selector input[type="button"], .market-selector button {
  border: 1px solid #89C6CC;
  padding: 5px 20px;
}

.market-selector input[type="submit"]:hover, .market-selector input[type="reset"]:hover, .market-selector input[type="button"]:hover, .market-selector button:hover {
  background: #f7f7f7 !important;
}

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

.market-selector input[type="text"] {
  font-size: 13px;
}

.market-selector input[type="text"], .market-selector input[type="email"], .market-selector input[type="password"], .market-selector textarea, .market-selector select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.market-selector select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.market-selector select {
  height: auto;
  font-size: 13px;
  color: #747474;
  padding: 5px 15px 5px 5px;
}


/* breakpoints */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #bf1722;
  color: #fff !important;
  padding: 8px;
  z-index: 100;
  border-bottom-right-radius: 8px;
}

.skip-link:focus {
  top: 0;
}


.snippet {
  padding-left: 0;
  padding-right: 0;
}


/* breakpoints */
.social-media-share {
  background: transparent;
}

.social-media-share ul {
  overflow: hidden;
}

.social-media-share li {
  float: left;
  margin: 0 10px;
}

.social-media-share li:first-child {
  margin-left: 0;
}

.social-media-share li .fb_iframe_widget {
  display: block;
  margin-top: -2px;
}


/* breakpoints */
.tabs {
  overflow: hidden;
  position: relative;
  background: none;
  border: none;
  position: relative;
  overflow: hidden;
}

.tab-slider {
  position: absolute;
  background: #f7f7f7;
  cursor: pointer;
  border: 2px solid #89C6CC;
  vertical-align: center;
  width: 15px;
  text-indent: -9999px;
  z-index: 10;
}

.tabs-heading {
  overflow: hidden;
}

.tabs-heading li {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #f7f7f7;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #f7f7f7;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  float: left;
  display: block;
  margin-left: 1px;
  background: #f7f7f7;
  width: auto;
  cursor: pointer;
}

.tabs-heading li > div {
  padding: 3px 10px;
  display: block;
  text-decoration: none;
  color: #222;
}

.tabs-heading li > div:after {
  content: "";
  display: table;
  clear: both;
}

.tabs-heading li > div .field-heading {
  font-size: 16px;
}

.tabs-heading li .component.content {
  margin: 5px 0;
}

.tabs-heading li.active {
  background: #FFFFFF;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d2d2d2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
}

.tabs-heading li.active a {
  color: #000;
}

.tabs-heading li:hover {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  background: #FFFFFF;
}

.tabs-heading li:first-child {
  margin-left: 0;
}

.tabs-container {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  background: transparent;
  margin-top: -1px;
}

.tab {
  display: none;
  padding: 10px;
}

.tab:after {
  content: "";
  display: table;
  clear: both;
}

.tab.active {
  display: block;
}

/* breakpoints */
.tabs.tabs-bottom .tabs-container {
  margin: 0;
}

.tabs.tabs-bottom .tabs-heading {
  position: relative;
  margin-top: -1px;
}

.tabs.tabs-bottom .tabs-heading li {
  margin-bottom: 0;
  border-top: 0px solid #ffffff;
}

.tabs.tabs-bottom .tabs-heading li a {
  border: none;
}

.tabs.tabs-bottom .tabs-heading li.active {
  border-top: none;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #d2d2d2;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d2d2d2;
}

.tabs.tabs-bottom .tabs-heading li.active a {
  border: none;
  position: relative;
}

.tabs.tabs-bottom .tabs-heading li:hover {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  background: #FFFFFF;
}

.tabs.tabs-bottom .tabs-container {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  border-top: none;
  background: transparent;
  margin-bottom: 1px;
}

/* breakpoints */
.tabs.tabs-scrollable .tabs-heading {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
}

.tabs.tabs-scrollable .tabs-container {
  margin: 0;
}

.tabs.tabs-scrollable .prev {
  left: 0;
  background: #e4e4e4 url("../Images/arrow-left.png") center center no-repeat;
}

.tabs.tabs-scrollable .next {
  right: 0;
  background: #e4e4e4 url("../Images/arrow-right.png") center center no-repeat;
}

.tabs.tabs-scrollable.tabs-bottom .wrapper {
  margin-top: 2px;
  padding-bottom: 6px;
}

.tabs.tabs-scrollable.tabs-bottom .next {
  top: 1px;
}

.tabs.tabs-scrollable.tabs-bottom .prev {
  top: 1px;
}

.tabs.tabs-scrollable.tabs-bottom .tabs-heading {
  margin-top: -4px;
}

/* breakpoints */
.tabs.tabs-vertical.tabs-vertical-right .tabs-heading {
  float: right;
  margin-left: -1px;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #f7f7f7;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active {
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li.active a {
  border: none;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-heading li:hover {
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}

.tabs.tabs-vertical.tabs-vertical-right .tabs-container {
  float: right;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-top: none;
  margin-left: -1px;
  border-left: none;
}

/* breakpoints */
.tabs.tabs-vertical .tabs-heading {
  width: 30%;
  float: left;
}

.tabs.tabs-vertical .tabs-heading li {
  margin: 0 0 2px 0;
  display: block;
  width: 100%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #f7f7f7;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #f7f7f7;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #89C6CC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #f7f7f7;
}

.tabs.tabs-vertical .tabs-heading li.active {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}

.tabs.tabs-vertical .tabs-heading li.active a {
  border: none;
}

.tabs.tabs-vertical .tabs-heading li:first-child {
  margin-top: 0;
}

.tabs.tabs-vertical .tabs-heading li:hover {
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}

.tabs.tabs-vertical .tabs-container {
  margin: 0;
  float: left;
  width: 70%;
  margin-left: -1px;
  border-top: none;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #89C6CC;
}


/* breakpoints */
.tag-cloud .component-content {
  text-align: justify;
}

.tag-cloud .tag-cloud-item a {
  color: #747474;
}

.tag-cloud .tag-cloud-item a:hover {
  color: #878787;
}

.tag-cloud .tag-cloud-item.xs {
  font-size: 0.9em;
}

.tag-cloud .tag-cloud-item.s {
  font-size: 1.1em;
}

.tag-cloud .tag-cloud-item.m {
  font-size: 1.3em;
}

.tag-cloud .tag-cloud-item.l {
  font-size: 1.5em;
}

.tag-cloud .tag-cloud-item.xl {
  font-size: 1.8em;
}

.tag-cloud .tag-cloud-item.xxl {
  font-size: 2.0em;
}


@charset "UTF-8";
/* breakpoints */
.tag-list span.field-title.tag-text {
  color: #747474;
  position: relative;
  padding-left: 15px;
  margin-right: 10px;
  border-bottom: 1px solid transparent;
}

.tag-list span.field-title.tag-text:hover {
  cursor: pointer;
  color: #878787;
  border-bottom: 1px solid #15909c;
  text-decoration: none;
}

.tag-list span.field-title.tag-text:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.tag-list span.field-title > a {
  color: #747474;
  background: #89C6CC;
  border-radius: 3px 0 0 3px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 15px 0 23px;
  position: relative;
  margin: 0 20px 10px 0;
  text-decoration: none;
  -webkit-transition: color .2s;
  color: #fff;
}

.tag-list span.field-title > a:hover {
  background-color: #15909c;
}

.tag-list span.field-title > a:hover:after {
  border-left: 10px solid #15909c;
}

.tag-list span.field-title > a:before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag-list span.field-title > a:after {
  background: transparent;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #89C6CC;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
}


/* breakpoints */
.title {
  background: transparent;
}

.title h1, .title .field-title a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #89C6CC;
  font-size: 24px;
  margin-bottom: 10px;
  color: #747474;
  line-height: normal;
  padding-bottom: 10px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.title h1:hover, .title .field-title a:hover {
  color: #878787;
}


@charset "UTF-8";
/* breakpoints */
.toggle details[open] summary:before {
  content: "";
}

.toggle summary.toggle-header {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0 10px;
  background: #FFFFFF;
  cursor: pointer;
  min-height: 25px;
}

.toggle summary.toggle-header::-webkit-details-marker {
  display: none;
}

.toggle summary.toggle-header:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  font-size: 17px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.toggle summary.toggle-header.show {
  display: inline-block !important;
}

.toggle summary.toggle-header .toggle-label {
  display: block;
  float: right;
  margin: 0 0 0 10px;
}

.toggle summary.toggle-header .toggle-label p {
  margin-bottom: 0;
}

.toggle .show {
  color: #878787;
}

.toggle .toggle-content {
  margin-top: -1px;
}

.toggle details summary ~ .component > .component-content {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  display: none;
}

.toggle details[open] summary ~ .component {
  overflow: hidden;
}

.toggle details[open] summary ~ .component > .component-content {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  display: block;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutBack {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  20% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  30% {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  60% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutBack {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  20% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  30% {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  60% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  80% {
    -webkit-transform: translateY(40%);
    transform: translateY(40%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutBounce {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  62.5% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  75% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  87.5% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutBounce {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  62.5% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  75% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  87.5% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutCirc {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  10% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  90% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutCirc {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  10% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  90% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutCubic {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  70% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutCubic {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  70% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutElastic {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  70% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutElastic {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  70% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutExpo {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutExpo {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutQad {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutQad {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutQuart {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutQuart {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutQuint {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutQuint {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  30% {
    -webkit-transform: translateY(-90%);
    transform: translateY(-90%);
  }
  70% {
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes easeInOutSine {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  75% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes easeInOutSine {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
  }
  75% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes outQuad {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  50% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  75% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes outQuad {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  25% {
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
  }
  50% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  75% {
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}


/* breakpoints */
.twitter h1, .twitter h2, .twitter h3, .twitter h4, .twitter h5, .twitter h6 {
  padding-bottom: 6px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d2d2d2;
}

.twitter .twitter-follow-button {
  margin: 10px 0 0;
}

.twitter .tweet-item {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #89C6CC;
  padding: 10px 10px 10px 0px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
  padding-left: 55px;
}

.twitter .tweet-item:first-child {
  border: none;
  background: none;
}

.twitter .tweet-header {
  overflow: hidden;
}

.twitter .tweet-profile {
  display: block;
  float: left;
  text-decoration: none;
  font-size: 14px;
}

.twitter .tweet-avatar {
  position: absolute;
  left: 0;
  top: 10px;
}

.twitter .tweet-datetime {
  display: block;
  float: right;
  text-decoration: none;
}

.twitter .tweet-content {
  margin-top: 5px;
}

.twitter .tweet-footer > ul li {
  display: inline;
  padding-left: 5px;
}

.twitter .tweet-footer > ul li:first-child {
  padding: 0;
}

.twitter .tweet-footer a {
  text-decoration: none;
}


/* breakpoints */
.component.video .mejs-container {
  overflow: hidden;
}

.component.video .mejs-controls .mejs-button button {
  box-shadow: none;
}

.component.video .sxa-video-wrapper {
  position: relative;
}

.component.video .video-init {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  background: url("/-/media/Base-Themes/Core-Libraries/styles/mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  overflow: hidden;
  z-index: 1;
}


/****** HEADER *******/
#hero {
  width: 100%;
  background: #204131;
  height: 810px;
}
#hero .row {
  width: 100%;
  height: 100%;
}
#hero .component-content {
  height: 100%;
}
#hero .hero {
  padding: 20px;
  height: 100%;
}
#hero .hero .tagline {
  height: 128px;
  width: 490px;
  margin-bottom: 150px;
}
#hero .hero .arrow {
  height: 30px;
  width: 20px;
  position: relative;
  left: 12%;
  cursor: pointer;
}

@media (max-width: 991px) {
  #hero {
    height: 380px;
  }
  #hero .hero {
    padding: 48px;
    padding-left: 25px;
    height: 100%;
  }
  #hero .hero .tagline {
    height: 110px;
    width: 369px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #hero {
    height: 380px;
  }
  #hero .hero {
    padding: 10px;
    height: 100%;
  }
  #hero .hero .tagline {
    height: 66px;
    width: 260px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
/****** HEADER ENDS*******/
/****** BREAKING NEWS *******/
.breaking-news {
  background-color: #67A17C;
}
.breaking-news .row {
  width: 100%;
}
.breaking-news .news-container {
  padding: 34px 90px 50px 90px;
  margin: 0;
}
.breaking-news .news {
  color: #FFFFFF;
  font-family: Arial;
  font-weight: bold;
}
.breaking-news .news h6 {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 10px;
}
.breaking-news .news p {
  font-family: Arial;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  width: 80%;
}
.breaking-news .btn-cta a {
  border: 2px solid #FFFFFF;
  border-radius: 0;
  color: #FFFFFF;
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  padding: 15px 20px;
  padding-right: 45px;
  margin-top: 20px;
}
.breaking-news .btn-cta a:hover, .breaking-news .btn-cta a:active {
  color: #fff;
  background: #FF5000;
  border: 2px solid #FF5000;
  opacity: 0.9;
}
.breaking-news .btn-cta img {
  width: 24px;
  height: 20px;
  position: relative;
  top: 17px;
  right: 40px;
  margin-right: 2px;
}
.breaking-news .btn-cta .long-btn {
  width: 26px;
  margin-right: 0;
}

@media (max-width: 991px) {
  .breaking-news .news-container {
    padding: 20px 70px 50px 50px;
    margin: 0;
  }
  .breaking-news .news p {
    font-size: 22px;
    line-height: 28px;
    width: 80%;
  }
  .breaking-news .btn-cta a:hover, .breaking-news .btn-cta a:active {
    background: none;
    border: 2px solid #FFFFFF;
    opacity: 1;
  }
  .breaking-news .btn-cta img {
    top: 16px;
    right: 41px;
  }
}
@media (max-width: 767px) {
  .breaking-news .news-container {
    padding: 20px 30px 30px 30px;
    margin: 0;
  }
  .breaking-news .news p {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
  }
  .breaking-news .btn-cta a:hover, .breaking-news .btn-cta a:active {
    background: none;
    border: 2px solid #FFFFFF;
    opacity: 1;
  }
}
/****** BREAKING NEWS ENDS*******/
/****** HEADER BACKGROUND IMAGE*******/
#hero-image {
  background: url("./assets/images/Hero_frontPage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 810px;
}
#hero-image .hero {
  padding: 20px;
  height: 100%;
  color: #fff;
}
#hero-image .hero .hero-text {
  color: #FFF;
  margin-bottom: 100px;
  margin-left: 60px;
  font-family: GilroyBold;
  font-size: 70px;
  letter-spacing: 0.1px;
  line-height: 75px;
  width: 60%;
}
#hero-image .hero .button {
  margin-bottom: 145px;
}
#hero-image .hero .button-cta {
  border-radius: 0;
  border-color: transparent;
  background: #FF5000;
}
#hero-image .hero .arrow {
  height: 30px;
  width: 20px;
  position: absolute;
  left: 50%;
}

@media (max-width: 991px) {
  #hero-image {
    height: 480px;
  }
  #hero-image .hero .hero-text {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 25px;
    margin-left: 20px;
    width: 100%;
  }
  #hero-image .hero .button {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #hero-image {
    width: 100%;
    height: 480px;
  }
  #hero-image .hero {
    flex-direction: column;
    padding: 20px;
    height: 100%;
    color: #fff;
  }
  #hero-image .hero .hero-text {
    margin-top: 80px;
    margin-bottom: 20px;
    font-family: GilroyBold;
    font-size: 35px;
    letter-spacing: 0.1px;
    line-height: 45px;
    width: 90%;
  }
  #hero-image .hero .button {
    margin-bottom: 0;
  }
}
/****** HEADER BACKGROUND IMAGE ENDS*******/
/****** INFOGRAPHIC *******/
.infographic-container {
  margin: 0;
  padding: 0;
  border: none;
}

.infographic-section {
  width: 100%;
  padding: 100px 80px 90px 90px;
}
.infographic-section .section-title {
  color: #627A6E;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 0;
}
.infographic-section .sub-title {
  color: #365445;
  font-family: GilroyBold;
  font-size: 70px;
  letter-spacing: 0.1px;
  line-height: 75px;
  margin-top: 40px;
  margin-bottom: 0;
}
.infographic-section .learn-more {
  position: absolute;
  right: -10%;
  top: 40%;
  color: #333333;
  font-family: Arial;
  font-size: 19px;
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
}
.infographic-section .learn-more:hover {
  color: #FF5000;
  text-decoration: none;
}
.infographic-section .learn-more + img {
  width: 24px;
  height: 20px;
  position: relative;
  top: 169px;
  left: 11%;
}
.infographic-section .cards-desktop {
  margin-top: 70px;
}
.infographic-section .cards-desktop .card {
  position: relative;
}
.infographic-section .cards-desktop .card img {
  position: absolute;
}
.infographic-section .title {
  color: #365445;
  font-family: GilroyRegular;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 70px;
}
.infographic-section .title .reduced-text-size {
  font-size: 40px;
}
.infographic-section .card-text {
  color: #333333;
  font-family: Arial;
  font-size: 19px;
  line-height: 30px;
  padding-left: 2px;
}
.infographic-section .card {
  padding-left: 20px;
  border: none;
}
.infographic-section .card img {
  width: 24px;
  height: 20px;
  left: -4px;
  top: 20px;
}
.infographic-section .card p {
  width: 90%;
}

@media (max-width: 991px) {
  .infographic-section {
    padding: 43px 0 100px 40px;
  }
  .infographic-section .carousel-indicators {
    margin: auto;
    z-index: 0;
    top: 120%;
  }
  .infographic-section .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #DEE3E0;
  }
  .infographic-section .carousel-indicators .active {
    background-color: #68A17C;
  }
  .infographic-section .carousel,
.infographic-section .carousel-inner,
.infographic-section .carousel-inner > .carousel-item {
    overflow: hidden;
  }
  .infographic-section .carousel-inner > .carousel-item.active,
.infographic-section .carousel-inner > .carousel-item-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
  }
  .infographic-section .carousel {
    border: none;
    overflow: unset;
  }
  .infographic-section .section-title {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 22px;
  }
  .infographic-section .sub-title {
    font-size: 50px;
    letter-spacing: 0.13px;
    line-height: 55px;
    margin-top: 25px;
    width: 80%;
    margin-bottom: 30px;
  }
  .infographic-section .learn-more {
    position: static;
  }
  .infographic-section .learn-more + img {
    top: 1px;
    left: -7%;
  }
  .infographic-section .title {
    font-size: 36px;
    letter-spacing: 0.09px;
    line-height: 63px;
  }
  .infographic-section .title .reduced-text-size {
    font-size: 26px;
  }
  .infographic-section #infographicCarousel {
    margin-top: 70px;
  }
  .infographic-section .card {
    padding-left: 20px;
    border: none;
  }
  .infographic-section .card img {
    width: 19px;
    height: 25px;
    position: absolute;
    left: -3px;
    top: 10px;
  }
  .infographic-section .card p {
    width: 100%;
  }
  .infographic-section .card div:last-child img {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .infographic-section {
    padding: 35px 0 100px 20px;
  }
  .infographic-section .carousel-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .infographic-section .section-title {
    line-height: 28px;
  }
  .infographic-section .sub-title {
    font-size: 34px;
    letter-spacing: 0.1px;
    line-height: 38px;
    margin-top: 25px;
    width: 100%;
    margin-bottom: 30px;
  }
  .infographic-section .learn-more {
    position: static;
  }
  .infographic-section .learn-more + img {
    top: -21px;
    left: 36%;
  }
  .infographic-section .title {
    display: inline-block !important;
    width: 135%;
    font-size: 36px;
    letter-spacing: 0.09px;
    line-height: 63px;
  }
  .infographic-section .title .reduced-text-size {
    font-size: 26px;
  }
  .infographic-section #infographicCarousel {
    margin-top: 25px;
  }
  .infographic-section .card {
    padding-left: 20px;
    border: none;
  }
  .infographic-section .card img {
    width: 19px;
    height: 25px;
    position: absolute;
    left: -3px;
    top: 10px;
  }
  .infographic-section .card p {
    width: 170%;
  }
  .infographic-section .card div:last-child img {
    left: -20px;
  }
}
/****** INFOGRAPHIC ENDS*******/
/****** MAIN FOOTER *******/
#footer {
  margin-bottom: 399px;
}
#footer .container-fluid {
  padding: 0 !important;
}
#footer .row {
  width: 100%;
}
#footer .footer-panel {
  height: 180px;
  background: #204131;
  color: #fff;
  padding: 50px 87px;
}
#footer .footer-panel .footer-logo {
  width: 94px;
  height: 72px;
}
#footer .footer-panel .footer-tagline {
  height: 51px;
  width: 167px;
}
#footer ul {
  margin-left: 0;
}
#footer ul li {
  margin-left: 0;
  list-style: none !important;
}
#footer ul li a {
  text-decoration: none;
}
#footer .contact {
  padding: 52px 107px 110px 90px;
  position: fixed;
  height: 399px;
  max-width: 1440px;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
#footer .address {
  color: #365445;
  font-family: Arial;
  font-size: 18px;
  line-height: 32px;
}
#footer .address h6 {
  color: #365445;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
#footer .address .field-address {
  margin-bottom: 25px;
  color: #365445;
}
#footer .address .field-phone {
  color: #365445 !important;
}
#footer .address p {
  width: 35%;
}
#footer .affiliates {
  padding-left: 90px;
}
#footer .affiliates, #footer .social-links {
  font-family: Arial;
  font-weight: bold;
}
#footer .affiliates h6, #footer .social-links h6 {
  color: #365445;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 15px;
  margin-top: 0;
}
#footer .affiliates a, #footer .social-links a {
  color: #68A17C;
  font-size: 19px;
  line-height: 32px;
}
#footer .affiliates a:hover, #footer .affiliates a:active, #footer .social-links a:hover, #footer .social-links a:active {
  text-decoration: none;
  border-bottom: 2px solid #68A17C;
}

@media (max-width: 991px) {
  #footer {
    margin-bottom: 367px;
  }
  #footer .footer-panel {
    height: 160px;
    padding: 40px 35px;
  }
  #footer .footer-panel .footer-logo {
    width: 100px;
    height: 80px;
  }
  #footer .contact {
    padding: 40px 70px 90px 40px;
    height: 367px;
  }
  #footer .address {
    font-size: 17px;
  }
  #footer .address h6 {
    font-size: 19px;
    font-weight: bold;
  }
  #footer .address p {
    width: 60%;
  }
  #footer .affiliates {
    padding-left: 0;
  }
  #footer .affiliates h6, #footer .social-links h6 {
    font-size: 12px;
    letter-spacing: 1px;
  }
  #footer .affiliates a, #footer .social-links a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  #footer {
    margin-bottom: 650px;
  }
  #footer .footer-panel {
    height: 110px;
    width: 100%;
    padding: 20px;
  }
  #footer .footer-panel div {
    height: 100%;
  }
  #footer .footer-panel .footer-logo {
    width: 53px;
    height: 42px;
  }
  #footer .footer-panel .footer-tagline {
    height: 27px;
    width: 100px;
  }
  #footer .contact {
    padding: 30px 20px 50px 20px;
    height: 650px;
  }
  #footer .address {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #footer .address .field-address {
    margin-bottom: 20px;
  }
  #footer .address h6 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #footer .address p {
    width: 48%;
  }
  #footer .affiliates, #footer .social-links {
    margin-bottom: 15px;
  }
  #footer .affiliates h6, #footer .social-links h6 {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  #footer .affiliates a, #footer .social-links a {
    font-size: 17px;
  }

  .social-links {
    margin-bottom: 0 !important;
  }
}
/****** MAIN FOOTER ENDS *******/
/****** NEWS ARTICLE *******/
.news-article-bg > .component-content {
  background-color: #365445;
  background-repeat: no-repeat;
  background-position: right;
  background-size: unset !important;
}

.news-article {
  color: #fff;
}
.news-article .background {
  height: 820px;
  width: 100%;
}
.news-article .patient-story {
  margin-left: 90px;
  padding-top: 110px;
  width: 61%;
}
.news-article .title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 50px;
}
.news-article .sub-title {
  font-family: GilroyBold;
  font-size: 50px;
  letter-spacing: 0.1px;
  line-height: 55px;
}
.news-article .main-text {
  font-size: 19px;
  line-height: 30px;
}
.news-article .sub-text {
  margin-left: 130px;
  margin-top: 75px;
}
.news-article .timestamp {
  color: #A6B3AD;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 19px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .news-article-bg > .component-content {
    background-size: 50% 87% !important;
  }

  .news-article .background {
    height: 538px;
    width: 100%;
  }
  .news-article .patient-story {
    margin-left: 40px;
    padding-top: 60px;
    width: 75%;
  }
  .news-article .title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .news-article .sub-title {
    font-size: 40px;
    letter-spacing: 0.1px;
    line-height: 45px;
  }
  .news-article .sub-text {
    margin-left: 0;
    margin-top: 0;
  }
  .news-article .outline-cta {
    margin-top: 100px;
  }
  .news-article .outline-cta + img {
    top: 49px;
  }
}
@media (max-width: 767px) {
  .news-article-bg > .component-content {
    background-size: 64% 68% !important;
  }

  .news-article .background {
    height: 500px;
    width: 100%;
  }
  .news-article .patient-story {
    margin-left: 20px;
    padding-top: 40px;
    width: 72%;
  }
  .news-article .sub-title {
    font-size: 25px;
    letter-spacing: 0.1px;
    line-height: 32px;
  }
  .news-article .sub-text {
    margin-left: 0;
    margin-top: 0;
  }
  .news-article .outline-cta {
    margin-top: 80px;
    min-width: 210px;
  }
  .news-article .outline-cta + img {
    top: 39px;
  }
}
/****** NEWS ARTICLE ENDS*******/
/****** CONTENT TEASER *******/
.content-teaser-bg {
  overflow: hidden;
}
.content-teaser-bg > .component-content {
  background-color: #365445;
  background-size: cover;
  background-position: center;
}

.content-teaser-section {
  color: #fff;
}
.content-teaser-section .background {
  height: 900px;
  width: 100%;
}
.content-teaser-section .content-teaser {
  margin-left: 90px;
  padding-top: 112px;
  width: 56%;
}
.content-teaser-section .title {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  margin-bottom: 50px;
}
.content-teaser-section .sub-title {
  font-family: GilroyBold;
  font-size: 70px;
  letter-spacing: 0.1px;
  line-height: 75px;
}
.content-teaser-section .main-text {
  font-family: Arial;
  font-size: 19px;
  line-height: 30px;
}
.content-teaser-section .sub-text {
  margin-left: 130px;
  margin-top: 104px;
}

@media only screen and (min-width: 992px) and (max-width: 1123px) {
  .content-teaser {
    width: 67% !important;
  }
}
@media (max-width: 991px) {
  .content-teaser-section .background {
    height: 480px;
    width: 100%;
  }
  .content-teaser-section .content-teaser {
    margin-left: 40px;
    padding-top: 54px;
    width: 65%;
  }
  .content-teaser-section .title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .content-teaser-section .sub-title {
    font-size: 50px;
    letter-spacing: 0.07px;
    line-height: 55px;
  }
  .content-teaser-section .sub-text {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .content-teaser-bg > .component-content {
    background-image: none !important;
  }

  .content-teaser-section .background {
    height: auto;
    width: 100%;
    background: #627A6E;
    padding-bottom: 50px;
  }
  .content-teaser-section .mobile-view {
    position: relative;
    height: 210px;
  }
  .content-teaser-section .mobile-view img {
    height: 100%;
    width: 100%;
  }
  .content-teaser-section .mobile-view p {
    position: absolute;
    bottom: 15px;
    left: 20px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .content-teaser-section .content-teaser {
    margin-left: 20px;
    padding-top: 27px;
    width: 70%;
  }
  .content-teaser-section .sub-title {
    font-size: 34px;
    letter-spacing: 0.1px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .content-teaser-section .sub-text {
    margin-left: 0;
    margin-top: 0;
  }
}
/****** CONTENT TEASER ENDS*******/
/****** TWIN CONTENT *******/
/****** TWIN CONTENT ENDS *******/
/****** IMAGE QUOTE *******/
.image-quote {
  background-color: #FFF;
}
.image-quote .container {
  padding: 100px 120px;
}
.image-quote .image img {
  width: 350px;
  height: 350px;
}
.image-quote p {
  padding: 0px 5px;
  color: #365445;
  font-family: GilroyRegular;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1px;
  line-height: 45px;
}
.image-quote .name {
  font-weight: bold;
}
.image-quote .name, .image-quote .designation {
  color: #365445;
  font-size: 16px;
  line-height: 24px;
}
.image-quote .blockquote img {
  width: 42px;
  height: 80px;
}
.image-quote .blockquote p {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .image-quote .container {
    padding: 85px 40px;
  }
  .image-quote .image img {
    width: 225px;
    height: 225px;
  }
  .image-quote p {
    margin: 0px 5px;
    color: #365445;
    font-family: GilroyRegular;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.07px;
    line-height: 36px;
    width: 95%;
  }
  .image-quote .name, .image-quote .designation {
    font-size: 14px;
    line-height: 22px;
  }
  .image-quote .blockquote img {
    height: 45px;
  }
  .image-quote .blockquote p {
    margin-bottom: 20px;
  }
  .image-quote .image img {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .image-quote .image img {
    width: 210px;
    height: 210px;
  }
  .image-quote .container {
    padding: 48px 25px 70px 25px;
  }
  .image-quote p {
    padding: 0px 5%;
    color: #365445;
    font-family: GilroyRegular;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
  .image-quote .name, .image-quote .designation {
    font-size: 14px;
    line-height: 22px;
  }
  .image-quote .blockquote {
    margin-top: 20px;
  }
  .image-quote .blockquote p {
    margin-bottom: 20px;
  }
  .image-quote .image img {
    padding-top: 0;
  }
}
/****** IMAGE QUOTE ENDS *******/
/***** CONTACT FORM *******/
.contact-form {
  max-width: 900px;
  margin: 20px auto 50px auto;
  padding-left: 105px;
  padding-right: 95px;
}
.contact-form .col-sm-9 {
  padding-right: 10px;
}
.contact-form .message {
  color: #333333;
  font-family: Arial;
  font-size: 19px;
  line-height: 32px;
  margin-bottom: 50px;
  padding-left: 10px;
}
.contact-form label, .contact-form .check-box-label {
  font-family: Arial;
  font-size: 19px;
  line-height: 23px;
  color: #627A6E;
}
.contact-form label {
  margin: auto 0;
}
.contact-form .check-box-label {
  margin-top: 10px;
}
.contact-form .custom-control-label {
  margin: 0;
  font-size: 17px;
  line-height: 22px;
}
.contact-form .custom-control-label a {
  font-family: Arial;
  font-size: 17px;
  text-decoration: underline;
}
.contact-form .custom-control-label a:hover {
  text-decoration: underline;
}
.contact-form input {
  height: 54px;
  border: 1px solid #A6B3AD;
  border-radius: 0;
  font-family: Arial;
  font-size: 19px;
  color: #333333;
}
.contact-form .form-control.error,
.contact-form .form-control.error:focus {
  border: 2px solid #FF001F !important;
  color: #FF001F !important;
}
.contact-form .error {
  color: #FF001F;
  font-family: Arial;
  font-size: 14px;
  line-height: 22px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.contact-form .checkbox-section {
  margin-top: 50px;
}
.contact-form .custom-control-label {
  margin-left: 3rem;
  margin-top: 9px;
}
.contact-form .custom-control-label::before {
  height: 35px;
  width: 35px;
  border: 1px solid #68A17C;
  background-color: #FFFFFF;
  border-radius: 0;
}
.contact-form .custom-control-input.error ~ .custom-control-label::before {
  border: 2px solid #FF001F;
}
.contact-form .custom-control label.error {
  position: absolute;
  bottom: -30px;
  margin-left: 3rem;
}
.contact-form .custom-control-label::after {
  height: 35px;
  width: 35px;
}
.contact-form .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #68A17C;
}
.contact-form .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.contact-form .additional-info {
  color: #333333;
  font-family: Arial;
  font-size: 19px;
  margin: 50px 0;
  padding-left: 10px;
}
.contact-form textarea {
  height: 154px;
  border: 1px solid #A6B3AD;
  border-radius: 0;
  font-family: Arial;
  font-size: 19px;
  color: #333333;
}
.contact-form .form-control:focus {
  border: 2px solid #68A17C;
  box-shadow: none;
}
.contact-form .form-group {
  margin-bottom: 11px;
}
.contact-form .submit-btn {
  text-align: center;
  height: 54px;
  width: 250px;
  border: 2px solid #FF5000;
  color: #333333;
  font-family: Arial;
  font-weight: bold;
  font-size: 19px;
  line-height: 22px;
  background-color: #FFF;
  margin-top: 40px;
  cursor: pointer;
}
.contact-form .mandatory::after {
  content: "*";
  color: #FE5000;
  font-weight: bold;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .contact-form {
    max-width: 688px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .contact-form {
    max-width: 292px;
    margin: 10px auto 40px auto;
  }
  .contact-form .additional-info {
    margin: 30px 0;
    margin-left: 10px;
    font-size: 17px;
  }
  .contact-form .message {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .contact-form label, .contact-form .check-box-label {
    font-size: 15px;
    line-height: 23px;
  }
  .contact-form .check-box-label {
    margin-left: 45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
  }
  .contact-form .custom-control-label,
.contact-form .custom-control-label a {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .contact-form .custom-control-label::before,
.contact-form .custom-control-label::after {
    top: -18px;
  }
}
/***** CONTACT FORM ENDS*******/
/****** PAGE INTRO *******/
.page-intro {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 75px;
}
.page-intro h1 {
  color: #365445;
  font-family: GilroyBold;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 20px;
}
.page-intro p {
  color: #627A6E;
  font-family: GilroyRegular;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

@media (max-width: 991px) {
  .page-intro {
    max-width: 688px;
    margin-top: 55px;
  }
  .page-intro h1 {
    letter-spacing: 0.1px;
    font-size: 40px;
    line-height: 45px;
  }
  .page-intro p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .page-intro {
    max-width: 282px;
    margin-top: 55px;
  }
  .page-intro h1 {
    letter-spacing: 0.1px;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 28px;
  }
  .page-intro p {
    font-size: 18px;
    line-height: 30px;
  }
}
/****** PAGE INTRO ENDS *******/
/****** HIGHLIGHTED QUOTE *******/
.highlighted-quote {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.highlighted-quote img {
  width: 42px;
}
.highlighted-quote h1 {
  color: #365445;
  font-family: GilroyBold;
  font-size: 32px;
  line-height: 45px;
}
.highlighted-quote p {
  color: #204131;
  font-family: Arial;
  font-size: 16px;
  line-height: 24px;
  opacity: 0.7;
  font-weight: normal;
  margin-top: 20px;
}
.highlighted-quote .field-designation, .highlighted-quote .field-department {
  margin-top: 0;
}

@media (max-width: 991px) {
  .highlighted-quote {
    width: 700px;
    margin-top: 0;
  }
  .highlighted-quote img {
    width: 35px;
  }
  .highlighted-quote h1 {
    font-size: 26px;
    line-height: 36px;
  }
  .highlighted-quote p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .highlighted-quote {
    width: 280px;
    margin-top: 0;
  }
  .highlighted-quote img {
    width: 34px;
  }
  .highlighted-quote h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .highlighted-quote p {
    font-size: 12px;
    line-height: 20px;
  }
}
/****** HIGHLIGHTED QUOTE ENDS *******/
/****** RICH TEXT *******/
.rich-text-secondary {
  background-color: #EFF5F1;
  padding-bottom: 118px;
}
.rich-text-secondary img {
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.rich-text-secondary .h2 {
  color: #365445;
  font-family: GilroyBold;
  letter-spacing: -0.1px;
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 60px;
}
.rich-text-secondary .rich-text {
  padding-top: 138px;
}
.rich-text-secondary .download-asset {
  margin-top: 20px;
}
.rich-text-secondary .download-asset a {
  margin-left: 20px;
}

.rich-text {
  max-width: 700px;
  margin: 0 auto;
  color: #333333;
  font-family: Arial;
  padding-top: 50px;
  margin-bottom: 30px;
}
.rich-text h1 {
  font-size: 19px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.rich-text p, .rich-text a, .rich-text li {
  font-size: 19px;
  line-height: 32px;
}
.rich-text a, .rich-text a:hover {
  color: #68A17C;
}
.rich-text h1 {
  font-size: 26px;
}
.rich-text h2 {
  font-size: 24px;
}
.rich-text h3 {
  font-size: 22px;
}

@media (max-width: 991px) {
  .rich-text-secondary {
    padding-bottom: 100px;
  }
  .rich-text-secondary .rich-text {
    padding-top: 80px;
  }

  .rich-text {
    width: 600px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .rich-text-secondary {
    padding-bottom: 35px;
  }
  .rich-text-secondary .download-asset a {
    font-size: 17px;
    line-height: 26px;
  }
  .rich-text-secondary .mob-view .h2 {
    font-family: GilroyBold;
    font-size: 25px;
    letter-spacing: 0.1px;
    line-height: 32px;
    color: #365445;
    margin-bottom: 0;
  }
  .rich-text-secondary .mob-view img {
    height: 22px;
  }
  .rich-text-secondary .rich-text {
    padding-top: 35px;
  }
  .rich-text-secondary .rich-text h1 {
    margin-top: 30px;
  }

  .rich-text {
    width: 280px;
    padding-top: 26px;
  }
  .rich-text h1 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .rich-text p {
    font-size: 17px;
    line-height: 26px;
  }
  .rich-text h1 {
    font-size: 24px;
  }
  .rich-text h2 {
    font-size: 22px;
  }
  .rich-text h3 {
    font-size: 20px;
  }
}
/****** RICH TEXT ENDS *******/
/****** CONTACT SECTION *******/
.contact-section {
  padding: 50px 0 70px 0;
  text-align: center;
  background-color: #627A6E;
  color: #FFFFFF;
}
.contact-section .field-headline {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
  margin-top: 0;
}
.contact-section .contact-cards {
  margin-top: 50px;
}
.contact-section .contact-card .contact-details {
  max-width: 100% !important;
  min-height: 120px;
}
.contact-section .contact-card .contact-img {
  height: 240px;
  width: 240px;
  margin-bottom: 20px;
}
.contact-section .contact-card .name, .contact-section .contact-card .designation, .contact-section .contact-card .number, .contact-section .contact-card .field-link {
  font-family: Arial;
  font-size: 19px;
}
.contact-section .contact-card .field-department, .contact-section .contact-card .field-region, .contact-section .contact-card .field-experience {
  margin-top: -10px;
}
.contact-section .contact-card .number {
  margin-top: 20px;
}
.contact-section .contact-card .field-link, .contact-section .contact-card .name {
  font-weight: bold;
}
.contact-section .contact-card .field-link a {
  color: #FFFFFF;
  text-decoration: none;
  border-bottom: 2px solid #fff;
}
.contact-section .contact-card .outline-cta {
  padding-right: 100px;
}
.contact-section .contact-card .outline-cta + img {
  right: 20%;
  top: 18px;
}

@media (max-width: 991px) {
  .contact-section {
    padding-bottom: 200px;
  }
  .contact-section .field-headline {
    font-size: 12px;
    letter-spacing: 1.71px;
    line-height: 25px;
  }
  .contact-section .contact-card .contact-btn {
    position: absolute;
    bottom: 95px;
  }
  .contact-section .contact-card .contact-details {
    max-width: 200px !important;
  }
  .contact-section .contact-card .contact-img {
    height: 182px;
    width: 182px;
  }
  .contact-section .contact-card .name, .contact-section .contact-card .designation, .contact-section .contact-card .number, .contact-section .contact-card .field-link {
    line-height: 25px;
  }
  .contact-section .contact-card .outline-cta {
    padding-right: 65px;
  }
  .contact-section .contact-card .outline-cta + img {
    right: 13%;
    top: 37px;
  }
}
@media (max-width: 767px) {
  .contact-section {
    padding-bottom: 136px;
  }
  .contact-section .carousel {
    border: none;
  }
  .contact-section .carousel .carousel-indicators {
    margin: auto;
    z-index: 0;
    bottom: -14%;
  }
  .contact-section .carousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #DEE3E0;
  }
  .contact-section .carousel .carousel-indicators .active {
    background-color: #68A17C;
  }
  .contact-section .field-headline {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
  }
  .contact-section .contact-card {
    background-color: #627A6E;
    height: 100%;
  }
  .contact-section .contact-card .contact-btn {
    position: static;
  }
  .contact-section .contact-card .contact-details {
    max-width: 100% !important;
  }
  .contact-section .contact-card .contact-img {
    height: 218px;
    width: 218px;
  }
  .contact-section .contact-card .name, .contact-section .contact-card .designation, .contact-section .contact-card .number, .contact-section .contact-card .field-link {
    font-size: 17px;
    line-height: 26px;
  }
  .contact-section .contact-card .field-department, .contact-section .contact-card .field-region, .contact-section .contact-card .field-experience {
    margin-top: -10px;
  }
  .contact-section .contact-card .outline-cta {
    padding-right: 60px;
    min-width: 0;
  }
  .contact-section .contact-card .outline-cta + img {
    right: 10%;
    top: 18px;
  }
}
/****** CONTACT SECTION ENDS *******/
/****** BREADCRUMB ENDS *******/
.breadcrumb {
  max-width: 900px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.breadcrumb.indent-bottom {
  margin-bottom: 0;
}
.breadcrumb.indent-top {
  margin-top: 24px;
}
.breadcrumb .breadcrumb-item::before {
  display: none;
}
.breadcrumb .breadcrumb-item a {
  font-family: Arial;
  color: #68A17C;
  font-size: 14px;
  line-height: 20px;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #68A17C !important;
}
.breadcrumb .breadcrumb-item .separator {
  color: #68A17C;
  font-size: 9px;
  margin: 0 10px 0 8px;
}

@media (max-width: 991px) {
  .breadcrumb {
    max-width: 688px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    max-width: 280px;
  }
}
/****** BREADCRUMB ENDS *******/
/****** PARAGRAPH IMAGE *******/
.paragraph-img, .paragraph-img-static {
  width: 100%;
  margin-top: 65px;
  text-align: center;
}
.paragraph-img div, .paragraph-img-static div {
  overflow: hidden;
}
.paragraph-img p, .paragraph-img a, .paragraph-img-static p, .paragraph-img-static a {
  color: #333333;
  opacity: 0.7;
  font-family: Arial;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
}
.paragraph-img a, .paragraph-img a:hover, .paragraph-img-static a, .paragraph-img-static a:hover {
  color: #68A17C;
}

.paragraph-img-static {
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  .paragraph-img, .paragraph-img-static {
    margin-top: 10px;
  }
  .paragraph-img div, .paragraph-img-static div {
    overflow: hidden;
    height: auto;
  }
}
@media (max-width: 767px) {
  .paragraph-img, .paragraph-img-static {
    margin-top: 37px;
  }
  .paragraph-img p, .paragraph-img-static p {
    font-size: 12px;
    width: 80%;
    margin: 0 auto;
    margin-top: 5px;
  }
  .paragraph-img a, .paragraph-img-static a {
    font-size: 12px;
  }
}
/****** PARAGRAPH IMAGE ENDS *******/
/****** 500 ERROR PAGE *******/
.error-500 {
  margin-top: 217px;
  margin-left: 270px;
}
.error-500 h1 {
  font-family: GilroyBold;
  color: #365445;
  font-size: 50px;
  letter-spacing: 0.1px;
  line-height: 55px;
}
.error-500 p {
  font-family: GilroyRegular;
  color: #627A6E;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  width: 55%;
}

@media (max-width: 991px) {
  .error-500 {
    margin-top: 143px;
    margin-left: 40px;
  }
  .error-500 h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .error-500 p {
    font-size: 22px;
    line-height: 34px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .error-500 {
    margin-top: 60px;
    margin-left: 20px;
  }
  .error-500 h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .error-500 p {
    font-size: 18px;
    line-height: 30px;
    width: 75%;
  }
}
/****** 500 ERROR PAGE ENDS *******/
/****** 404 ERROR PAGE *******/
.error-404 {
  margin: 103px 0 196px 270px;
}
.error-404 h1 {
  font-family: GilroyBold;
  color: #365445;
  font-size: 50px;
  letter-spacing: 0.1px;
  line-height: 55px;
}
.error-404 .error {
  font-family: GilroyRegular;
  color: #627A6E;
  font-weight: 500;
  font-size: 25px;
  line-height: 40px;
  width: 55%;
}
.error-404 .go-back {
  margin-top: 20px;
  font-family: Arial;
  color: #333333;
  line-height: 30px;
}
.error-404 .go-back a {
  color: #68A17C;
  font-weight: bold;
}

@media (max-width: 991px) {
  .error-404 {
    margin: 63px 40px 168px 40px;
  }
  .error-404 h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .error-404 .error {
    font-size: 22px;
    line-height: 34px;
    width: 90%;
  }
  .error-404 .go-back {
    font-size: 19px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .error-404 {
    margin: 44px 20px 60px 20px;
  }
  .error-404 h1 {
    font-size: 34px;
    line-height: 38px;
  }
  .error-404 .error {
    font-size: 18px;
    line-height: 30px;
    width: 90%;
  }
  .error-404 .go-back {
    font-size: 17px;
    line-height: 26px;
    width: 80%;
  }
}
/****** 404 ERROR PAGE ENDS *******/
/************** PRIMARY VISUAL *********/
.primary-visual {
  width: 900px;
  margin: 60px auto;
}
.primary-visual .video {
  padding: 0;
}
.primary-visual .video-caption,
.primary-visual .field-caption {
  color: #333333;
  opacity: 0.7;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 991px) {
  .primary-visual {
    width: 683px;
    margin: 50px auto;
  }
  .primary-visual .video-caption {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .primary-visual {
    width: 280px;
    margin: 45px auto;
  }
  .primary-visual .video-caption {
    font-size: 12px;
    line-height: 20px;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
  }
}
/************** PRIMARY VISUAL ENDS*********/
/************** PAGE NAVIGATION *********/
.page-nav {
  padding: 140px 90px;
  background-color: #365445;
}
.page-nav .title {
  color: #FFFFFF;
  font-family: GilroyBold;
  font-size: 70px;
  letter-spacing: 0.1px;
  line-height: 75px;
  margin-bottom: 25px;
  width: 70%;
}
.page-nav .description {
  color: #FFFFFF;
  font-family: GilroyRegular;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1px;
  width: 80%;
}
.page-nav .nav-link {
  margin-top: 40px;
  position: relative;
  max-width: 50%;
}
.page-nav .nav-link a {
  text-decoration: none;
  display: inline-block;
  margin-left: 41px;
}
.page-nav .nav-link a:hover {
  text-decoration: none;
}
.page-nav .nav-link a:hover h3 {
  color: #FF5000;
}
.page-nav .nav-link h3 {
  color: #FFFFFF;
  font-family: GilroyBold;
  font-size: 30px;
  letter-spacing: 0.1px;
  line-height: 45px;
}
.page-nav .nav-link p {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 19px;
  line-height: 30px;
}
.page-nav .nav-link img {
  position: absolute;
  top: 22px;
  height: 20px;
  width: 24px;
}
.page-nav .nav-link .long-btn {
  width: 32px;
}

@media (max-width: 991px) {
  .page-nav {
    padding: 77px 40px;
  }
  .page-nav .title {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 30px;
    width: 90%;
  }
  .page-nav .description {
    font-size: 22px;
    line-height: 34px;
    width: 100%;
  }
  .page-nav .nav-link {
    margin-top: 25px;
  }
  .page-nav .nav-link a {
    margin-left: 41px;
  }
  .page-nav .nav-link h3 {
    font-size: 22px;
    letter-spacing: 0.07px;
  }
  .page-nav .nav-link img {
    top: 22px;
  }
}
@media (max-width: 767px) {
  .page-nav {
    padding: 35px 20px;
  }
  .page-nav .title {
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 30px;
    width: 90%;
  }
  .page-nav .description {
    font-size: 18px;
    line-height: 30px;
    width: 90%;
  }
  .page-nav .nav-link {
    margin-top: 10px;
    max-width: 100%;
  }
  .page-nav .nav-link a {
    margin-left: 35px;
  }
  .page-nav .nav-link h3 {
    font-size: 20px;
    letter-spacing: 0.08px;
  }
  .page-nav .nav-link p {
    font-size: 17px;
    line-height: 26px;
  }
  .page-nav .nav-link img {
    top: 23px;
    height: 18px;
    width: 22px;
  }
}
/************** PAGE NAVIGATION ENDS*********/
/************** CONTENT PAGE HERO *********/
.content-page-header-section {
  background-color: #204131;
  width: 100%;
  height: 360px;
  padding-left: 90px;
  padding-top: 214px;
}
.content-page-header-section h1 {
  color: #FFFFFF;
  font-family: GilroyBold;
  font-size: 40px;
  letter-spacing: 0.1px;
  line-height: 45px;
  margin: 0;
}

@media (max-width: 991px) {
  .content-page-header-section {
    height: 220px;
    padding-left: 48px;
    padding-top: 130px;
  }
  .content-page-header-section h1 {
    font-size: 30px;
    letter-spacing: 0.07px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .content-page-header-section {
    height: 175px;
    padding-left: 20px;
    padding-top: 102px;
  }
  .content-page-header-section h1 {
    font-size: 25px;
    letter-spacing: 0.06px;
    line-height: 45px;
  }
}
/************** CONTENT PAGE HERO ENDS*********/
/****** TWIN CONTENT *******/
.twin-content-section {
  overflow: hidden;
  margin-bottom: 50px;
  padding-right: 55px !important;
}
.twin-content-section .second-container {
  background-color: #F5F3EF !important;
}
.twin-content-section .pipeline {
  background-color: #F5F3EF;
}
.twin-content-section .promo {
  padding: 0;
  margin: 0;
}
.twin-content-section .promo .component-content {
  border: none;
}
.twin-content-section .promo .component-content > div {
  padding: 0;
  margin: 0;
}
.twin-content-section .work, .twin-content-section .pipeline {
  padding-top: 97px;
  padding-left: 90px;
}
.twin-content-section .title {
  color: #627A6E;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 28px;
}
.twin-content-section .sub-title {
  color: #365445;
  font-family: GilroyBold;
  font-size: 50px;
  letter-spacing: 0.1px;
  line-height: 55px;
  width: 464px;
}
.twin-content-section .main-text {
  color: #333333;
  font-size: 19px;
  line-height: 30px;
  width: 471px;
}
.twin-content-section .work .sub-title {
  margin-top: 41px;
  margin-bottom: 72px;
}
.twin-content-section .work .main-text {
  margin-bottom: 32px;
}
.twin-content-section .pipeline {
  width: 100%;
}
.twin-content-section .pipeline .sub-title {
  margin-top: 40px;
  margin-bottom: 72px;
}
.twin-content-section .pipeline .main-text {
  margin-bottom: 32px;
}
.twin-content-section .first-container {
  width: 50%;
  transition: width 0.5s ease;
}
.twin-content-section .first-container:hover {
  width: 60%;
}
.twin-content-section .first-container:hover .sub-title {
  transform: scale(1.1, 1.1);
  transform-origin: bottom left;
  transition: transform 0.75s ease;
}
.twin-content-section .second-container {
  width: 50%;
  transition: width 0.5s ease;
}
.twin-content-section .second-container:hover {
  width: 60%;
}
.twin-content-section .second-container:hover .sub-title {
  transform: scale(1.1, 1.1);
  transform-origin: bottom left;
  transition: transform 0.75s ease;
}

@media (max-width: 991px) {
  .twin-content-section {
    padding-right: 0 !important;
  }
  .twin-content-section .first-container:hover {
    width: 50%;
  }
  .twin-content-section .first-container:hover .sub-title {
    -webkit-transform: none;
    transform: none;
  }
  .twin-content-section .second-container:hover {
    width: 50%;
  }
  .twin-content-section .second-container:hover .sub-title {
    -webkit-transform: none;
    transform: none;
  }
  .twin-content-section .work, .twin-content-section .pipeline {
    padding-top: 41px;
    padding-left: 40px;
  }
  .twin-content-section .title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
  }
  .twin-content-section .sub-title {
    font-size: 40px;
    margin-top: 40px;
    line-height: 45px;
    width: 90%;
    margin-bottom: 72px !important;
  }
}
@media (max-width: 767px) {
  .twin-content-section {
    padding-right: 0 !important;
    margin-bottom: 0;
  }
  .twin-content-section .no-gutters {
    flex-direction: column;
  }
  .twin-content-section .first-container,
.twin-content-section .second-container {
    width: 100% !important;
  }
  .twin-content-section .work, .twin-content-section .pipeline {
    padding-top: 31px;
    padding-left: 20px;
  }
  .twin-content-section .title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
  }
  .twin-content-section .sub-title {
    font-size: 30px;
    margin-top: 25px;
    line-height: 34px;
    width: 70%;
    margin-bottom: 55px !important;
  }
}
/****** TWIN CONTENT1 ENDS *******/
/****** News Grid Card  *******/
/****** News Grid Card Ends  *******/

/*# sourceMappingURL=homepage.css.map */


@charset "UTF-8";
/* breakpoints */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont-eot.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont-eot.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont-woff2.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont-woff.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont-ttf.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont-svg.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 0px;
}

body {
  font-family: "Open Sans", Helvetica, Verdana, Tahoma, sans-serif;
  position: relative;
  overflow: auto;
  color: #747474;
  font-size: 14px;
  line-height: 1.5;
  background: #FFFFFF;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.on-page-editor {
  background: none !important;
}

a {
  color: #747474;
  cursor: pointer;
  font-size: 0.85em;
}

a:hover {
  color: #878787;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 0.83em;
}

h6 {
  font-size: 0.67em;
}

.xa-variable {
  border: 0px;
  padding: 1px;
  margin: 0px;
  background-color: #ebebe4;
  color: #545454;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

#breadcrumbMenuSubcontrol_context_menu * {
  box-sizing: initial;
}


@charset "UTF-8";
/* breakpoints */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../Images/overlay-bg.png);
  z-index: 9999;
  display: none;
  width: 100%;
}

.overlay.component {
  margin: 0;
}

.overlay > .component-content {
  border-radius: 5px;
  display: block;
  position: absolute;
  background-color: #E6E6E6;
  padding: 10px;
  max-width: 90%;
  background: #f7f7f7;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.overlay > .component-content .component {
  margin: 0;
}

.overlay > .component-content .component.image img {
  width: 100%;
}

.overlay .overlay-inner {
  min-width: 25px;
  max-height: inherit;
  height: inherit;
  overflow: auto;
}

.overlay .overlay-inner.overlay-percent {
  max-height: 100%;
  height: auto;
}

.overlay .overlay-inner #InnerCenter {
  width: auto;
  height: auto;
}

.overlay .overlay-inner .container {
  width: 100%;
}

.overlay .overlay-inner > img {
  width: 100%;
}

.overlay .overlay-inner:focus {
  border: 1px solid #cccccc;
}

.overlay .overlay-close {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  top: -20px;
  right: -10px;
}

.overlay .overlay-close:before {
  content: "";
  background: #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overlay .overlay-close:hover:before {
  background: #cccccc;
}

.overlay .overlay-close a {
  display: block;
  text-indent: -9999px;
}

.overlay .overlay-close-link:focus {
  color: #cccccc;
}

.overlay .overlay-close-link:hover {
  color: #cccccc;
}

.overlay .overlay-close-link {
  text-decoration: none;
}

/* this css class is used on overlay page */
.overlay-page {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../Images/overlay-bg.png);
  z-index: 9999;
  text-align: center;
  width: 100%;
  margin: 0;
}

.overlay-page > .component-content {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  background-color: #E6E6E6;
  border-radius: 5px;
  position: relative;
  padding: 10px 10px 25px;
  margin: 100px 60px 60px;
  max-width: 90%;
  background: #f7f7f7;
}

.overlay-page > .component-content .component {
  margin: 0;
}

.overlay-page > .component-content .component.image img {
  width: 100%;
}

.overlay-page .overlay-inner {
  min-width: 25px;
  height: inherit;
  max-height: inherit;
  min-height: 135px;
  overflow: auto;
}

.overlay-page .overlay-inner.overlay-percent {
  max-height: 100%;
  height: auto;
}

.overlay-page .overlay-inner.overlay-percent.edit {
  max-height: inherit;
}

.overlay-page .overlay-inner .container {
  width: 100%;
}

.overlay-page .overlay-inner:focus {
  border: 1px solid #cccccc;
}

.overlay-page .overlay-close {
  bottom: 8px;
  color: #000;
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: -5px;
  bottom: -15px;
}

.overlay-page .overlay-close-link:focus {
  color: #cccccc;
}

.overlay-page .overlay-close-link:hover {
  color: #cccccc;
}

.overlay-page .overlay-close-link {
  text-decoration: none;
}

#wrapper {
  overflow: hidden;
}

#wrapper.overlay-page {
  margin-bottom: -80px;
}

body.preview .overlay-page {
  position: fixed;
}

.overlay-page .main {
  width: 100%;
}

.on-page-editor .overlay .overlay-inner {
  margin: auto;
}

.on-page-editor .overlay-page {
  z-index: 9000;
}


/* breakpoints */
.privacy-warning {
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 0.8;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0 0;
  color: #FFFFFF;
  text-align: center;
  z-index: 1000;
  background: url(../Images/overlay-bg.png);
}

.privacy-warning .component-content {
  position: relative;
  height: auto;
  width: 90%;
  padding: 15px;
  margin: 0 auto;
}

.privacy-warning a {
  color: #FFFFFF;
}

.privacy-warning a:hover, .privacy-warning a:focus {
  color: #FFFFFF;
}

.privacy-warning .close {
  -webkit-transform: scale(1.3, 0.95);
  -ms-transform: scale(1.3, 0.95);
  transform: scale(1.3, 0.95);
  font-size: 35px;
  font-size: 3.5rem;
  position: absolute;
  top: -10px;
  right: 8px;
  font-weight: bold;
}

.privacy-warning .learnMore {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.privacy-warning .submit {
  display: inline-block;
  vertical-align: middle;
  padding: 20px 0;
}

.privacy-warning .submit a {
  font-size: 13px;
  font-size: 1.3rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  text-decoration: none;
  font-weight: bold;
  background: #FFFFFF;
  padding: 5px 10px;
  cursor: pointer;
  color: #000;
}


/* breakpoints */
.boxed {
  box-sizing: border-box;
  margin: 20px 0;
}

@media only screen and (min-width: 381px) and (max-width: 959px) {
  .boxed {
    padding: 10px;
  }
}

@media only screen and (max-width: 380px) {
  .boxed {
    padding: 10px;
  }
}

.boxed > div {
  max-width: 960px;
  margin: 0 auto !important;
}

/* breakpoints */
.component-content-clearfix .component-content:after {
  content: "";
  display: table;
  clear: both;
}

.component-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.highlighted-top {
  background: #ffffff;
  border-top-width: 3px;
  border-top-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-top h1, .highlighted-top h2, .highlighted-top h3, .highlighted-top h4 {
  margin: 0 0 10px 0;
}

.highlighted-bottom {
  background: #ffffff;
  border-bottom-width: 3px;
  border-bottom-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-bottom h1, .highlighted-bottom h2, .highlighted-bottom h3, .highlighted-bottom h4 {
  margin: 0 0 10px 0;
}

.highlighted-left {
  background: #ffffff;
  border-left-width: 3px;
  border-left-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-left h1, .highlighted-left h2, .highlighted-left h3, .highlighted-left h4 {
  margin: 0 0 10px 0;
}

.highlighted-right {
  background: #ffffff;
  border-right-width: 3px;
  border-right-color: #15909c;
  border-style: solid;
  padding: 25px;
  margin: 0;
}

.highlighted-right h1, .highlighted-right h2, .highlighted-right h3, .highlighted-right h4 {
  margin: 0 0 10px 0;
}

.indent {
  margin: 0 40px;
}

.indent-top {
  margin-top: 20px;
}

.indent-bottom {
  margin-bottom: 20px;
}

/* breakpoints */
.link-button .button-default, .link-button .default {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  color: #747474;
  font-weight: bold;
}

.link-button .button-default:hover, .link-button .default:hover {
  color: #747474;
  background: #f7f7f7;
}

.link-button .button-success, .link-button .success {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #a0ce4e;
  color: #fff;
  font-weight: bold;
}

.link-button .button-success:hover, .link-button .success:hover {
  color: #fff;
  background: #92be43;
}

.link-button .button-warning, .link-button .warning {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #bc4526;
  color: #fff;
  font-weight: bold;
}

.link-button .button-warning:hover, .link-button .warning:hover {
  color: #fff;
  background: #c34e30;
}

.promoted-box {
  border: none !important;
}

.position-left, .position-left * {
  text-align: left !important;
}

.position-right, .position-right * {
  text-align: right !important;
}

.position-center, .position-center * {
  text-align: center !important;
}

/* breakpoints */
.cover-background > .component-content, .fix-background > .component-content, .parallax-background > .component-content {
  background-repeat: no-repeat;
  background-size: cover;
}

.fix-background > .component-content {
  background-position: left top;
  background-attachment: fixed;
  min-height: 240px;
}

.parallax-background > .component-content {
  background-position: 50% 0;
  background-attachment: fixed;
  min-height: 240px;
}

@media only screen and (max-width: 786px) {
  .parallax-background > .component-content {
    background-attachment: scroll;
  }
}

.container-gray-background {
  background: #f7f7f7;
}

.container-clean-background {
  background: #FFFFFF;
}

.container-dark-background {
  background: #3d3d3d;
}

.container-color-background {
  background: #89C6CC;
}


