@charset "UTF-8";
/* Config */
/* Grid */
/* Break Points */
/* Section Padding */
/* Colors */
/* Vendor */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    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 {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -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); }
  100% {
    -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 {
  0% {
    -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); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  0% {
    -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); }
  100% {
    -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 {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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); }
  100% {
    -webkit-transform: none;
    transform: none; } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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); }
  100% {
    -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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -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 {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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); }
  100% {
    -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 {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -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; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -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; }
  100% {
    -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; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 1; }
  100% {
    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 {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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); }
  100% {
    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 {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ngdialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.ngdialog {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ngdialog.ngdialog-disabled-animation * {
  -webkit-animation: none !important;
  animation: none !important; }

.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s; }

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s; }

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s; }

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s; }

.ngdialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer; }

html.ngdialog-open {
  overflow: hidden; }

.cg-notify-message {
  position: fixed;
  top: 0px;
  z-index: 9999;
  max-width: 40rem;
  -webkit-transition: top 0.5s ease-out,opacity 0.2s ease-out;
  -moz-transition: top 0.5s ease-out,opacity 0.2s ease-out;
  -o-transition: top 0.5s ease-out,opacity 0.2s ease-out;
  transition: top 0.5s ease-out,opacity 0.2s ease-out;
  visibility: hidden; }

.cg-notify-message-center {
  left: 50%; }

.cg-notify-message-left {
  left: 15px; }

.cg-notify-message-right {
  right: 15px; }

.cg-notify-message a {
  font-weight: bold;
  color: inherit; }

.cg-notify-message a:hover {
  color: inherit; }

.cg-notify-close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  position: absolute;
  top: 0px;
  right: 3px;
  line-height: 15px; }

.cg-notify-close:hover, .cg-notify-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

.cg-notify-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
	Icon font
*/
@font-face {
  font-family: 'RedactorFont';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }

/*
	Box
*/
.redactor-box {
  position: relative;
  overflow: visible;
  margin-bottom: 24px; }

.redactor-box textarea {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  outline: none;
  border: none;
  background-color: #111;
  box-shadow: none;
  color: #ccc;
  font-size: 13px;
  font-family: Menlo, Monaco, monospace, sans-serif;
  resize: none; }

.redactor-box textarea:focus {
  outline: none; }

.redactor-editor,
.redactor-box {
  background: #fff; }

/*
	Z-index setup
*/
.redactor-editor,
.redactor-box,
.redactor-box textarea {
  z-index: auto; }

.redactor-box-fullscreen {
  z-index: 1051; }

.redactor-toolbar {
  z-index: 100; }

.redactor-dropdown {
  z-index: 1052; }

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
  z-index: 1053; }

/*
	Resize
*/
.redactor-resize {
  background: #f4f4f4;
  padding: 4px 0 3px 0;
  cursor: move;
  border: 1px solid #e3e3e3;
  border-top: none; }

.redactor-resize div {
  width: 30px;
  margin: auto;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff; }

/*
	Fullscreen
*/
body .redactor-box-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

/*
	Utils
*/
.body-redactor-hidden {
  overflow: hidden; }

/*
	Editor
*/
.redactor-editor {
  position: relative;
  overflow: auto;
  margin: 0 !important;
  padding: 20px;
  outline: none;
  white-space: normal;
  border: 1px solid #eee;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  min-height: 200px; }

.redactor-editor:focus {
  outline: none; }

.toolbar-fixed-box + .redactor-editor {
  padding-top: 32px !important; }

/*
	Placeholder
*/
.redactor-placeholder {
  position: relative; }

.redactor-placeholder:after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: attr(placeholder);
  color: #999 !important;
  font-weight: normal !important; }

/* Placeholder in linebreaks mode */
.redactor-linebreaks.redactor-placeholder:after {
  top: 20px;
  left: 20px; }

/*
	Toolbar
*/
.redactor-toolbar {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  font-size: 14px !important;
  line-height: 1 !important;
  background: #fff;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }

.redactor-toolbar:after {
  content: "";
  display: table;
  clear: both; }

.redactor-toolbar.redactor-toolbar-overflow {
  overflow-y: auto;
  height: 29px;
  white-space: nowrap; }

.redactor-toolbar.redactor-toolbar-external {
  z-index: 999;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.redactor-toolbar li {
  vertical-align: top;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  outline: none;
  list-style: none !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.redactor-toolbar li a {
  display: block;
  color: #333;
  text-align: center;
  padding: 9px 10px;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.redactor-toolbar li a:hover {
  outline: none;
  background-color: #1f78d8;
  color: #fff; }

.redactor-toolbar li a:hover i:before {
  color: #fff; }

.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
  outline: none;
  background-color: #ccc;
  color: #444; }

.redactor-toolbar li a.redactor-btn-image {
  width: 14px;
  height: 14px;
  background-position: center center;
  background-repeat: no-repeat; }

.redactor-toolbar li a.fa-redactor-btn {
  display: inline-block;
  padding: 9px 10px 8px 10px;
  line-height: 1; }

.redactor-toolbar li a.redactor-button-disabled {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3; }

.redactor-toolbar li a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default; }

/*
	CodeMirror
*/
.redactor-box .CodeMirror {
  display: none; }

/*
	Icons
*/
.re-icon {
  font-family: 'RedactorFont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.re-icon i:before {
  position: relative;
  font-size: 14px; }

.re-video:before {
  content: "\e600"; }

.re-unorderedlist:before {
  content: "\e601"; }

.re-undo:before {
  content: "\e602"; }

.re-underline:before {
  content: "\e603"; }

.re-textdirection:before {
  content: "\e604"; }

.re-fontcolor:before {
  content: "\e605"; }

.re-table:before {
  content: "\e606"; }

.re-redo:before {
  content: "\e607"; }

.re-quote:before {
  content: "\e608"; }

.re-outdent:before {
  content: "\e609"; }

.re-orderedlist:before {
  content: "\e60a"; }

.re-link:before {
  content: "\e60b"; }

.re-horizontalrule:before {
  content: "\e60c"; }

.re-italic:before {
  content: "\e60d"; }

.re-indent:before {
  content: "\e60e"; }

.re-image:before {
  content: "\e60f"; }

.re-fullscreen:before {
  content: "\e610"; }

.re-normalscreen:before {
  content: "\e611"; }

.re-formatting:before {
  content: "\e612"; }

.re-fontsize:before {
  content: "\e613"; }

.re-fontfamily:before {
  content: "\e614"; }

.re-deleted:before {
  content: "\e615"; }

.re-html:before {
  content: "\e616"; }

.re-clips:before {
  content: "\e617"; }

.re-bold:before {
  content: "\e618"; }

.re-backcolor:before {
  content: "\e619"; }

.re-file:before {
  content: "\e61a"; }

.re-alignright:before {
  content: "\e61b"; }

.re-alignment:before,
.re-alignleft:before {
  content: "\e61c"; }

.re-alignjustify:before {
  content: "\e61d"; }

.re-aligncenter:before {
  content: "\e61e"; }

.re-gallery:before {
  content: "\e61f"; }

/*
	Toolbar tooltip
*/
.redactor-toolbar-tooltip {
  position: absolute;
  z-index: 1054;
  text-align: center;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 5px 8px;
  line-height: 1;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 12px;
  border-radius: 2px; }

/*
	Dropdown
*/
.redactor-dropdown {
  position: absolute;
  top: 28px;
  left: 0;
  padding: 0;
  min-width: 220px;
  max-height: 254px;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1.6em; }

.redactor-dropdown a {
  display: block;
  padding: 10px 15px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.redactor-dropdown a:last-child {
  border-bottom: none; }

.redactor-dropdown a:hover {
  background-color: #1f78d8;
  color: #fff !important;
  text-decoration: none; }

.redactor-dropdown a.selected {
  background-color: #000;
  color: #fff; }

/*
	IMAGE BOX
*/
#redactor-image-box {
  position: relative;
  max-width: 100%;
  display: inline-block;
  line-height: 0;
  outline: 1px dashed rgba(0, 0, 0, 0.6); }

#redactor-image-editter {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -18px;
  line-height: 1;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  padding: 7px 10px;
  cursor: pointer; }

#redactor-image-resizer {
  position: absolute;
  z-index: 2;
  line-height: 1;
  cursor: nw-resize;
  bottom: -4px;
  right: -5px;
  border: 1px solid #fff;
  background-color: #000;
  width: 8px;
  height: 8px; }

/*
	LINK TOOLTIP
*/
.redactor-link-tooltip {
  position: absolute;
  z-index: 49999;
  padding: 10px;
  line-height: 1;
  display: inline-block;
  background-color: #000;
  color: #555 !important; }

.redactor-link-tooltip,
.redactor-link-tooltip a {
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif; }

.redactor-link-tooltip a {
  color: #ccc;
  margin: 0 5px;
  text-decoration: none; }

.redactor-link-tooltip a:hover {
  color: #fff; }

/*
	DROPAREA
*/
#redactor-droparea {
  position: relative;
  overflow: hidden;
  padding: 140px 20px;
  border: 3px dashed rgba(0, 0, 0, 0.1); }

#redactor-droparea.drag-hover {
  background: rgba(200, 222, 250, 0.75); }

#redactor-droparea.drag-drop {
  background: rgba(250, 248, 200, 0.5); }

#redactor-droparea-placeholder {
  text-align: center;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7); }

/*
	PROGRESS
*/
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px; }

#redactor-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3d58a8;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-size: 40px 40px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

/*
	MODAL
*/
#redactor-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  margin: auto;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: #000 !important;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3; }

#redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto; }

#redactor-modal {
  outline: 0;
  position: relative;
  margin: auto;
  margin-bottom: 20px;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 14px !important;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  box-shadow: 0 1px 70px rgba(0, 0, 0, 0.5); }

#redactor-modal header {
  padding: 30px 40px 5px 40px;
  font-size: 18px;
  font-weight: bold; }

#redactor-modal section {
  padding: 30px 40px 50px 40px; }

#redactor-modal label {
  display: block;
  float: none !important;
  margin: 15px 0 3px 0 !important;
  padding: 0; }

#redactor-modal input[type="radio"],
#redactor-modal input[type="checkbox"] {
  position: relative;
  top: -1px; }

#redactor-modal select {
  width: 100%; }

#redactor-modal input[type="text"],
#redactor-modal input[type="password"],
#redactor-modal input[type="email"],
#redactor-modal input[type="url"],
#redactor-modal textarea {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 5px 4px;
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 1px;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
  color: #333;
  width: 100%;
  font-size: 14px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  -moz-transition: border 0.3s ease-in;
  transition: border 0.3s ease-in; }

#redactor-modal input[type="text"]:focus,
#redactor-modal input[type="password"]:focus,
#redactor-modal input[type="email"]:focus,
#redactor-modal input[type="url"]:focus,
#redactor-modal textarea:focus {
  outline: none;
  border-color: #5ca9e4;
  box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; }

#redactor-modal input[type="text"].redactor-input-error,
#redactor-modal input[type="password"].redactor-input-error,
#redactor-modal input[type="email"].redactor-input-error,
#redactor-modal input[type="url"].redactor-input-error,
#redactor-modal textarea.redactor-input-error {
  border-color: #e82f2f;
  box-shadow: 0 0 0 2px rgba(232, 47, 47, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset; }

#redactor-modal textarea {
  display: block;
  margin-top: 4px;
  line-height: 1.4em; }

/*
	Tabs in Modal
*/
#redactor-modal-tabber {
  margin-bottom: 15px;
  font-size: 12px; }

#redactor-modal-tabber a {
  border: 1px solid #ddd;
  line-height: 1;
  padding: 8px 15px;
  margin-right: -1px;
  text-decoration: none;
  color: #000; }

#redactor-modal-tabber a:hover {
  background-color: #1f78d8;
  border-color: #1f78d8;
  color: #fff; }

#redactor-modal-tabber a.active {
  cursor: default;
  background-color: #ddd;
  border-color: #ddd;
  color: rgba(0, 0, 0, 0.6); }

/*
	List in Modal
*/
#redactor-modal #redactor-modal-list {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow-x: auto; }

#redactor-modal #redactor-modal-list li {
  border-bottom: 1px solid #ddd; }

#redactor-modal #redactor-modal-list li:last-child {
  border-bottom: none; }

#redactor-modal #redactor-modal-list a {
  padding: 10px 5px;
  color: #000;
  text-decoration: none;
  font-size: 13px;
  display: block;
  position: relative; }

#redactor-modal #redactor-modal-list a:hover {
  background-color: #eee; }

#redactor-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  text-align: right;
  color: #bbb;
  font-size: 30px;
  font-weight: 300;
  cursor: pointer; }

#redactor-modal-close:hover {
  color: #000; }

#redactor-modal footer button {
  position: relative;
  width: 100%;
  padding: 14px 16px;
  margin: 0;
  outline: none;
  border: none;
  background-color: #ddd;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-size: 12px;
  font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
  line-height: 1;
  cursor: pointer; }

#redactor-modal footer button:hover {
  color: #777;
  background: none;
  background: #bbb;
  text-decoration: none; }

#redactor-modal footer button.redactor-modal-delete-btn {
  background: none;
  color: #fff;
  background-color: #b52525; }

#redactor-modal footer button.redactor-modal-delete-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #881b1b; }

#redactor-modal footer button.redactor-modal-action-btn {
  background: none;
  color: #fff;
  background-color: #2461b5; }

#redactor-modal footer button.redactor-modal-action-btn:hover {
  color: rgba(255, 255, 255, 0.6);
  background-color: #1a4580; }

/*
	##############################################

	DROPDOWN FORMATTING

	##############################################
*/
.redactor-dropdown .redactor-formatting-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown .redactor-formatting-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown .redactor-formatting-h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold; }

.redactor-dropdown .redactor-formatting-h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold; }

.redactor-dropdown .redactor-formatting-h3 {
  font-size: 21px;
  line-height: 30px;
  font-weight: bold; }

.redactor-dropdown .redactor-formatting-h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold; }

.redactor-dropdown .redactor-formatting-h5 {
  font-size: 16px;
  line-height: 23px;
  font-weight: bold; }

/*
	##############################################

	 CONTENT STYLES

	##############################################
*/
.redactor-editor code,
.redactor-editor pre {
  font-family: Menlo, Monaco, monospace, sans-serif; }

.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor blockquote,
.redactor-editor pre {
  font-size: 14px;
  line-height: 1.6em; }

.redactor-editor a {
  color: #15c;
  text-decoration: underline; }

.redactor-editor object,
.redactor-editor embed,
.redactor-editor video,
.redactor-editor img {
  max-width: 100%;
  width: auto; }

.redactor-editor video,
.redactor-editor img {
  height: auto; }

.redactor-editor div,
.redactor-editor p,
.redactor-editor ul,
.redactor-editor ol,
.redactor-editor table,
.redactor-editor dl,
.redactor-editor figure,
.redactor-editor blockquote,
.redactor-editor pre {
  margin: 0;
  margin-bottom: 15px;
  border: none;
  background: none;
  box-shadow: none; }

.redactor-editor iframe,
.redactor-editor object,
.redactor-editor hr {
  margin-bottom: 15px; }

.redactor-editor blockquote {
  margin-left: 1.6em !important;
  padding-left: 0;
  color: #777;
  font-style: italic; }

.redactor-editor ul,
.redactor-editor ol {
  padding-left: 2em; }

.redactor-editor ul ul,
.redactor-editor ol ol,
.redactor-editor ul ol,
.redactor-editor ol ul {
  margin: 2px;
  padding: 0;
  padding-left: 2em;
  border: none; }

.redactor-editor ol ol li {
  list-style-type: lower-alpha; }

.redactor-editor ol ol ol li {
  list-style-type: lower-roman; }

.redactor-editor dl dt {
  font-weight: bold; }

.redactor-editor dd {
  margin-left: 1em; }

.redactor-editor table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%; }

.redactor-editor table td,
.redactor-editor table th {
  padding: 5px;
  border: 1px solid #ddd;
  vertical-align: top; }

.redactor-editor table thead td,
.redactor-editor table th {
  font-weight: bold;
  border-bottom-color: #888; }

.redactor-editor code {
  background-color: #d8d7d7; }

.redactor-editor pre {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f8f8f8;
  white-space: pre;
  font-size: 90%; }

.redactor-editor hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc; }

.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4,
.redactor-editor h5,
.redactor-editor h6 {
  font-weight: bold;
  color: #000;
  padding: 0;
  background: none;
  text-rendering: optimizeLegibility;
  margin: 0 0 .5em 0; }

.redactor-editor h1,
.redactor-editor h2,
.redactor-editor h3,
.redactor-editor h4 {
  line-height: 1.3; }

.redactor-editor h1 {
  font-size: 36px; }

.redactor-editor h2 {
  font-size: 24px;
  margin-bottom: .7em; }

.redactor-editor h3 {
  font-size: 21px; }

.redactor-editor h4 {
  font-size: 18px; }

.redactor-editor h5 {
  font-size: 16px; }

.redactor-editor h6 {
  font-size: 12px;
  text-transform: uppercase; }

.tipsy {
  font-size: 1.3rem;
  line-height: 1.625;
  position: absolute;
  padding: 5px;
  z-index: 100000; }

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 8px 10px 7px 10px;
  text-align: left; }

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000; }

.tipsy-arrow-s {
  border-top-color: #000; }

.tipsy-arrow-e {
  border-left-color: #000; }

.tipsy-arrow-w {
  border-right-color: #000; }

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

/* Site */
/*
 * These need to be separate from the config because they have to be decalred AFTER we include neat
*/
/* Font Familys */
/* Headlines */
/* Text Sizes */
.container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  position: relative;
  min-width: 320px; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  .container .container {
    padding-right: 0;
    padding-left: 0; }

.row {
  display: block;
  display: block;
  position: relative;
  margin-left: -12.5px;
  margin-right: -12.5px; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

@media screen and (max-width: 749px) {
  .table-row {
    display: block;
    display: block;
    position: relative;
    margin-left: -12.5px;
    margin-right: -12.5px; }
    .table-row::after {
      clear: both;
      content: "";
      display: table; } }

@media screen and (min-width: 750px) {
  .table-row {
    display: block;
    display: table;
    position: relative;
    margin-left: -12.5px;
    margin-right: -12.5px;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
    .table-row::after {
      clear: both;
      content: "";
      display: table; }
    .table-row > * {
      display: table-cell !important;
      float: none !important; }
      .table-row > *:first-child {
        padding-left: 0; }
      .table-row > *:last-child {
        padding-right: 0; } }

.table-row[valign="middle"] > * {
  vertical-align: middle; }

/* Columns */
@media screen and (min-width: 0) {
  [col-sm='1'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 4.72441%;
    width: 8.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-sm='1']:last-child {
      margin-right: 0; }
  [offset-sm='1'] {
    margin-left: 8.33333%; }
  [col-sm='2'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 13.38583%;
    width: 16.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-sm='2']:last-child {
      margin-right: 0; }
  [offset-sm='2'] {
    margin-left: 16.66667%; }
  [col-sm='3'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 22.04724%;
    width: 25%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-sm='3']:last-child {
      margin-right: 0; }
  [offset-sm='3'] {
    margin-left: 25%; }
  [col-sm='4'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 30.70866%;
    width: 33.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-sm='4']:last-child {
      margin-right: 0; }
  [offset-sm='4'] {
    margin-left: 33.33333%; }
  [col-sm='5'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 39.37008%;
    width: 41.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-sm='5']:last-child {
      margin-right: 0; }
  [offset-sm='5'] {
    margin-left: 41.66667%; }
  [col-sm='6'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 48.0315%;
    width: 50%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-sm='6']:last-child {
      margin-right: 0; }
  [offset-sm='6'] {
    margin-left: 50%; }
  [col-sm='7'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 56.69291%;
    width: 58.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-sm='7']:last-child {
      margin-right: 0; }
  [offset-sm='7'] {
    margin-left: 58.33333%; }
  [col-sm='8'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 65.35433%;
    width: 66.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-sm='8']:last-child {
      margin-right: 0; }
  [offset-sm='8'] {
    margin-left: 66.66667%; }
  [col-sm='9'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 74.01575%;
    width: 75%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-sm='9']:last-child {
      margin-right: 0; }
  [offset-sm='9'] {
    margin-left: 75%; }
  [col-sm='10'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 82.67717%;
    width: 83.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-sm='10']:last-child {
      margin-right: 0; }
  [offset-sm='10'] {
    margin-left: 83.33333%; }
  [col-sm='11'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 91.33858%;
    width: 91.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-sm='11']:last-child {
      margin-right: 0; }
  [offset-sm='11'] {
    margin-left: 91.66667%; }
  [col-sm='12'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 100%;
    width: 100%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-sm='12']:last-child {
      margin-right: 0; }
  [offset-sm='12'] {
    margin-left: 100%; }
  [col-sm='hidden'] {
    display: none; } }

@media screen and (max-width: 749px) {
  [col-sm='12'] + [col-sm='12'] {
    margin-top: 1rem; } }

@media screen and (min-width: 750px) {
  [col-md='1'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 4.72441%;
    width: 8.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-md='1']:last-child {
      margin-right: 0; }
  [offset-md='1'] {
    margin-left: 8.33333%; }
  [col-md='2'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 13.38583%;
    width: 16.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-md='2']:last-child {
      margin-right: 0; }
  [offset-md='2'] {
    margin-left: 16.66667%; }
  [col-md='3'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 22.04724%;
    width: 25%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-md='3']:last-child {
      margin-right: 0; }
  [offset-md='3'] {
    margin-left: 25%; }
  [col-md='4'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 30.70866%;
    width: 33.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-md='4']:last-child {
      margin-right: 0; }
  [offset-md='4'] {
    margin-left: 33.33333%; }
  [col-md='5'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 39.37008%;
    width: 41.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-md='5']:last-child {
      margin-right: 0; }
  [offset-md='5'] {
    margin-left: 41.66667%; }
  [col-md='6'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 48.0315%;
    width: 50%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-md='6']:last-child {
      margin-right: 0; }
  [offset-md='6'] {
    margin-left: 50%; }
  [col-md='7'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 56.69291%;
    width: 58.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-md='7']:last-child {
      margin-right: 0; }
  [offset-md='7'] {
    margin-left: 58.33333%; }
  [col-md='8'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 65.35433%;
    width: 66.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-md='8']:last-child {
      margin-right: 0; }
  [offset-md='8'] {
    margin-left: 66.66667%; }
  [col-md='9'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 74.01575%;
    width: 75%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-md='9']:last-child {
      margin-right: 0; }
  [offset-md='9'] {
    margin-left: 75%; }
  [col-md='10'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 82.67717%;
    width: 83.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-md='10']:last-child {
      margin-right: 0; }
  [offset-md='10'] {
    margin-left: 83.33333%; }
  [col-md='11'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 91.33858%;
    width: 91.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-md='11']:last-child {
      margin-right: 0; }
  [offset-md='11'] {
    margin-left: 91.66667%; }
  [col-md='12'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 100%;
    width: 100%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-md='12']:last-child {
      margin-right: 0; }
  [offset-md='12'] {
    margin-left: 100%; }
  [col-md='hidden'] {
    display: none; } }

@media screen and (min-width: 750px) and (max-width: 979px) {
  [col-md='12'] + [col-md='12'] {
    margin-top: 1rem; } }

@media screen and (min-width: 980px) {
  [col-lg='1'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 4.72441%;
    width: 8.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-lg='1']:last-child {
      margin-right: 0; }
  [offset-lg='1'] {
    margin-left: 8.33333%; }
  [col-lg='2'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 13.38583%;
    width: 16.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-lg='2']:last-child {
      margin-right: 0; }
  [offset-lg='2'] {
    margin-left: 16.66667%; }
  [col-lg='3'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 22.04724%;
    width: 25%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-lg='3']:last-child {
      margin-right: 0; }
  [offset-lg='3'] {
    margin-left: 25%; }
  [col-lg='4'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 30.70866%;
    width: 33.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-lg='4']:last-child {
      margin-right: 0; }
  [offset-lg='4'] {
    margin-left: 33.33333%; }
  [col-lg='5'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 39.37008%;
    width: 41.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-lg='5']:last-child {
      margin-right: 0; }
  [offset-lg='5'] {
    margin-left: 41.66667%; }
  [col-lg='6'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 48.0315%;
    width: 50%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-lg='6']:last-child {
      margin-right: 0; }
  [offset-lg='6'] {
    margin-left: 50%; }
  [col-lg='7'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 56.69291%;
    width: 58.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-lg='7']:last-child {
      margin-right: 0; }
  [offset-lg='7'] {
    margin-left: 58.33333%; }
  [col-lg='8'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 65.35433%;
    width: 66.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-lg='8']:last-child {
      margin-right: 0; }
  [offset-lg='8'] {
    margin-left: 66.66667%; }
  [col-lg='9'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 74.01575%;
    width: 75%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-lg='9']:last-child {
      margin-right: 0; }
  [offset-lg='9'] {
    margin-left: 75%; }
  [col-lg='10'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 82.67717%;
    width: 83.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-lg='10']:last-child {
      margin-right: 0; }
  [offset-lg='10'] {
    margin-left: 83.33333%; }
  [col-lg='11'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 91.33858%;
    width: 91.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-lg='11']:last-child {
      margin-right: 0; }
  [offset-lg='11'] {
    margin-left: 91.66667%; }
  [col-lg='12'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 100%;
    width: 100%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-lg='12']:last-child {
      margin-right: 0; }
  [offset-lg='12'] {
    margin-left: 100%; }
  [col-lg='hidden'] {
    display: none; } }

@media screen and (min-width: 980px) and (max-width: 1000px) {
  [col-lg='12'] + [col-lg='12'] {
    margin-top: 1rem; } }

@media screen and (min-width: 1001px) {
  [col-xl='1'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 4.72441%;
    width: 8.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-xl='1']:last-child {
      margin-right: 0; }
  [offset-xl='1'] {
    margin-left: 8.33333%; }
  [col-xl='2'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 13.38583%;
    width: 16.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-xl='2']:last-child {
      margin-right: 0; }
  [offset-xl='2'] {
    margin-left: 16.66667%; }
  [col-xl='3'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 22.04724%;
    width: 25%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-xl='3']:last-child {
      margin-right: 0; }
  [offset-xl='3'] {
    margin-left: 25%; }
  [col-xl='4'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 30.70866%;
    width: 33.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-xl='4']:last-child {
      margin-right: 0; }
  [offset-xl='4'] {
    margin-left: 33.33333%; }
  [col-xl='5'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 39.37008%;
    width: 41.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-xl='5']:last-child {
      margin-right: 0; }
  [offset-xl='5'] {
    margin-left: 41.66667%; }
  [col-xl='6'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 48.0315%;
    width: 50%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-xl='6']:last-child {
      margin-right: 0; }
  [offset-xl='6'] {
    margin-left: 50%; }
  [col-xl='7'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 56.69291%;
    width: 58.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-xl='7']:last-child {
      margin-right: 0; }
  [offset-xl='7'] {
    margin-left: 58.33333%; }
  [col-xl='8'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 65.35433%;
    width: 66.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-xl='8']:last-child {
      margin-right: 0; }
  [offset-xl='8'] {
    margin-left: 66.66667%; }
  [col-xl='9'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 74.01575%;
    width: 75%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-xl='9']:last-child {
      margin-right: 0; }
  [offset-xl='9'] {
    margin-left: 75%; }
  [col-xl='10'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 82.67717%;
    width: 83.33333%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-xl='10']:last-child {
      margin-right: 0; }
  [offset-xl='10'] {
    margin-left: 83.33333%; }
  [col-xl='11'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 91.33858%;
    width: 91.66667%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-xl='11']:last-child {
      margin-right: 0; }
  [offset-xl='11'] {
    margin-left: 91.66667%; }
  [col-xl='12'] {
    float: left;
    display: block;
    margin-right: 3.93701%;
    width: 100%;
    width: 100%;
    padding-left: 12.5px;
    padding-right: 12.5px;
    margin-right: 0; }
    [col-xl='12']:last-child {
      margin-right: 0; }
  [offset-xl='12'] {
    margin-left: 100%; }
  [col-xl='hidden'] {
    display: none; } }

@media screen and (min-width: xlarge) {
  [col-xl='12'] + [col-xl='12'] {
    margin-top: 1rem; } }

[col-right] {
  float: right; }

[col-centered] {
  display: block;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important; }

@font-face {
  font-family: 'icons';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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RlJYIDxZLrErARQrsARDLrArKy2wQCywABawBCWwBCYgLkcjRyNhsAlDKyMgPCAuIzixKwEUKy2wQSyxCAQlQrAAFrAEJbAEJSAuRyNHI2EgsAQjQrAJQysgsGBQWCCwQFFYswIgAyAbswImAxpZQkIjIEewBEOwAmIgsABQWLBAYFlmsAFjYCCwASsgiophILACQ2BkI7ADQ2FkUFiwAkNhG7ADQ2BZsAMlsAJiILAAUFiwQGBZZrABY2GwAiVGYTgjIDwjOBshICBGI0ewASsjYTghWbErARQrLbBCLLA1Ky6xKwEUKy2wQyywNishIyAgPLAEI0IjOLErARQrsARDLrArKy2wRCywABUgR7AAI0KyAAEBFRQTLrAxKi2wRSywABUgR7AAI0KyAAEBFRQTLrAxKi2wRiyxAAEUE7AyKi2wRyywNCotsEgssAAWRSMgLiBGiiNhOLErARQrLbBJLLAII0KwSCstsEossgAAQSstsEsssgABQSstsEwssgEAQSstsE0ssgEBQSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKyAAEAKrEABUKzCgIBCCqxAAVCsw4AAQgqsQAGQroCwAABAAkqsQAHQroAQAABAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbMMAgEMKrgB/4WwBI2xAgBEAAA=") format("truetype"); }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'icons';
    src: url('/publicsite/r/assets/font/icons.svg?88228691#icons') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-search:before {
  content: '\e800'; }

/* '' */
.icon-document:before {
  content: '\e801'; }

/* '' */
.icon-message:before {
  content: '\e802'; }

/* '' */
.icon-add:before {
  content: '\e803'; }

/* '' */
.icon-log-out:before {
  content: '\e804'; }

/* '' */
.icon-calendar:before {
  content: '\e805'; }

/* '' */
.icon-download:before {
  content: '\e806'; }

/* '' */
.icon-trash-empty:before {
  content: '\e807'; }

/* '' */
.icon-back-arrow:before {
  content: '\e80a'; }

/* '' */
.icon-dashboard:before {
  content: '\f0e4'; }

/* '' */
.icon-angle-left:before {
  content: '\f104'; }

/* '' */
.icon-angle-right:before {
  content: '\f105'; }

/* '' */
.icon-notch-down:before {
  content: '\f107'; }

/* '' */
.icon-help:before {
  content: '\f128'; }

/* '' */
.icon-expand:before {
  content: '\f152'; }

/* '' */
.icon-user-plus:before {
  content: '\f234'; }

/* '' */
/* ==========================================================================
   Typography
   ========================================================================== */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  font-size: 10px;
  line-height: 10px; }

body, input, textarea, button {
  font-family: "proxima-nova",sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.625; }

body {
  color: #1F2B3E; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  color: #1F2B3E; }
  h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    margin-right: 0.5em; }

p {
  margin: 1em 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #4A8AE7;
  cursor: pointer; }
  a, a:before, a * {
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  a, a:hover {
    text-decoration: none; }

b,
strong,
.strong {
  font-weight: 600; }

.accent {
  color: #4a6693; }

.text-xsmall {
  font-size: 1.2rem;
  line-height: 1.625; }

small,
.text-small {
  font-size: 1.3rem;
  line-height: 1.625; }

.text-medium {
  font-size: 1.5rem;
  line-height: 1.625; }

.text-large {
  font-size: 1.6rem;
  line-height: 1.625; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-upper {
  text-transform: uppercase; }

.text-lower {
  text-transform: lowercase; }

.text-justify {
  text-align: justify; }

.text-caps {
  text-transform: uppercase; }

.text-capitialize {
  text-transform: capitalize; }

.text-green {
  color: #6BBB14; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, .form .form__select .customSelect, .form .form__date .date_wrapper .customSelect {
  display: block;
  width: 100%;
  border: 1px solid #E5E9EA;
  padding: .75rem 1rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); }
  input[type="color"] ::-webkit-input-placeholder, input[type="date"] ::-webkit-input-placeholder, input[type="datetime"] ::-webkit-input-placeholder, input[type="datetime-local"] ::-webkit-input-placeholder, input[type="email"] ::-webkit-input-placeholder, input[type="month"] ::-webkit-input-placeholder, input[type="number"] ::-webkit-input-placeholder, input[type="password"] ::-webkit-input-placeholder, input[type="search"] ::-webkit-input-placeholder, input[type="tel"] ::-webkit-input-placeholder, input[type="text"] ::-webkit-input-placeholder, input[type="time"] ::-webkit-input-placeholder, input[type="url"] ::-webkit-input-placeholder, input[type="week"] ::-webkit-input-placeholder, input:not([type]) ::-webkit-input-placeholder, textarea ::-webkit-input-placeholder, .form .form__select .customSelect ::-webkit-input-placeholder, .form .form__date .date_wrapper .customSelect ::-webkit-input-placeholder {
    color: #4a6693; }
  input[type="color"] :-moz-placeholder, input[type="date"] :-moz-placeholder, input[type="datetime"] :-moz-placeholder, input[type="datetime-local"] :-moz-placeholder, input[type="email"] :-moz-placeholder, input[type="month"] :-moz-placeholder, input[type="number"] :-moz-placeholder, input[type="password"] :-moz-placeholder, input[type="search"] :-moz-placeholder, input[type="tel"] :-moz-placeholder, input[type="text"] :-moz-placeholder, input[type="time"] :-moz-placeholder, input[type="url"] :-moz-placeholder, input[type="week"] :-moz-placeholder, input:not([type]) :-moz-placeholder, textarea :-moz-placeholder, .form .form__select .customSelect :-moz-placeholder, .form .form__date .date_wrapper .customSelect :-moz-placeholder {
    color: #4a6693; }
  input[type="color"] ::-moz-placeholder, input[type="date"] ::-moz-placeholder, input[type="datetime"] ::-moz-placeholder, input[type="datetime-local"] ::-moz-placeholder, input[type="email"] ::-moz-placeholder, input[type="month"] ::-moz-placeholder, input[type="number"] ::-moz-placeholder, input[type="password"] ::-moz-placeholder, input[type="search"] ::-moz-placeholder, input[type="tel"] ::-moz-placeholder, input[type="text"] ::-moz-placeholder, input[type="time"] ::-moz-placeholder, input[type="url"] ::-moz-placeholder, input[type="week"] ::-moz-placeholder, input:not([type]) ::-moz-placeholder, textarea ::-moz-placeholder, .form .form__select .customSelect ::-moz-placeholder, .form .form__date .date_wrapper .customSelect ::-moz-placeholder {
    color: #4a6693; }
  input[type="color"] :-ms-input-placeholder, input[type="date"] :-ms-input-placeholder, input[type="datetime"] :-ms-input-placeholder, input[type="datetime-local"] :-ms-input-placeholder, input[type="email"] :-ms-input-placeholder, input[type="month"] :-ms-input-placeholder, input[type="number"] :-ms-input-placeholder, input[type="password"] :-ms-input-placeholder, input[type="search"] :-ms-input-placeholder, input[type="tel"] :-ms-input-placeholder, input[type="text"] :-ms-input-placeholder, input[type="time"] :-ms-input-placeholder, input[type="url"] :-ms-input-placeholder, input[type="week"] :-ms-input-placeholder, input:not([type]) :-ms-input-placeholder, textarea :-ms-input-placeholder, .form .form__select .customSelect :-ms-input-placeholder, .form .form__date .date_wrapper .customSelect :-ms-input-placeholder {
    color: #4a6693; }

input[type="color"]::-webkit-inner-spin-button, input[type="color"]::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button, input[type="datetime"]::-webkit-inner-spin-button, input[type="datetime"]::-webkit-outer-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button, input[type="email"]::-webkit-inner-spin-button, input[type="email"]::-webkit-outer-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button, input[type="password"]::-webkit-inner-spin-button, input[type="password"]::-webkit-outer-spin-button, input[type="search"]::-webkit-inner-spin-button, input[type="search"]::-webkit-outer-spin-button, input[type="tel"]::-webkit-inner-spin-button, input[type="tel"]::-webkit-outer-spin-button, input[type="text"]::-webkit-inner-spin-button, input[type="text"]::-webkit-outer-spin-button, input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button, input[type="url"]::-webkit-inner-spin-button, input[type="url"]::-webkit-outer-spin-button, input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-outer-spin-button, input:not([type])::-webkit-inner-spin-button, input:not([type])::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button, textarea::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.form label {
  display: block;
  color: #1F2B3E;
  font-weight: 600;
  margin-bottom: .5rem;
  line-height: 1.3; }
  .form label span {
    display: block;
    font-weight: 400; }

.form .form__input {
  position: relative; }
  .form .form__input[class*='icon'] input[type="color"], .form .form__input[class*='icon'] input[type="date"], .form .form__input[class*='icon'] input[type="datetime"], .form .form__input[class*='icon'] input[type="datetime-local"], .form .form__input[class*='icon'] input[type="email"], .form .form__input[class*='icon'] input[type="month"], .form .form__input[class*='icon'] input[type="number"], .form .form__input[class*='icon'] input[type="password"], .form .form__input[class*='icon'] input[type="search"], .form .form__input[class*='icon'] input[type="tel"], .form .form__input[class*='icon'] input[type="text"], .form .form__input[class*='icon'] input[type="time"], .form .form__input[class*='icon'] input[type="url"], .form .form__input[class*='icon'] input[type="week"], .form .form__input[class*='icon'] input:not([type]), .form .form__input[class*='icon'] textarea {
    padding-left: 3.5rem; }
  .form .form__input[class*='icon']:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 1rem; }

.form .form__checkbox label {
  display: inline-block; }

.form .form__checkbox input {
  margin-right: .5rem; }

.form .form__select {
  position: relative; }
  .form .form__select .hasCustomSelect {
    width: 100% !important;
    height: 100% !important;
    cursor: pointer; }
  .form .form__select .customSelect {
    display: block !important; }
    .form .form__select .customSelect:after {
      font-family: "icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      content: "";
      position: absolute;
      right: 1.5rem;
      top: calc(50% - .4rem);
      font-size: .7rem;
      color: rgba(0, 0, 0, 0.5);
      margin-left: .5rem; }
    .form .form__select .customSelectInner {
      width: auto !important; }

.form .form__date {
  display: flex; }
  .form .form__date .date_wrapper {
    position: relative;
    width: 100%; }
    .form .form__date .date_wrapper select {
      z-index: 100; }
    .form .form__date .date_wrapper .hasCustomSelect {
      width: 100% !important;
      height: 100% !important;
      cursor: pointer; }
    .form .form__date .date_wrapper .customSelect {
      display: block !important;
      position: relative;
      padding-right: 2.5rem; }
      .form .form__date .date_wrapper .customSelect:after {
        font-family: "icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        content: "";
        position: absolute;
        right: 0.5rem;
        top: calc(50% - .4rem);
        font-size: .7rem;
        color: rgba(0, 0, 0, 0.5);
        margin-left: .5rem; }
      .form .form__date .date_wrapper .customSelectInner {
        width: auto !important; }
  .form .form__date .date_wrapper_hour b {
    line-height: 40px; }

.form .form__submit {
  margin-top: 3rem; }

.form .row + .row {
  margin-top: 2rem; }

section {
  padding-top: 4rem;
  padding-bottom: 4rem; }

figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }
  img.round {
    border-radius: 50%; }

table {
  width: 100%; }

iframe {
  width: 100%;
  border: none;
  overflow: hidden; }

audio {
  width: 100%; }

blockquote {
  margin: 0; }

mark {
  background: none; }

label {
  cursor: pointer; }
  label input {
    display: none; }

ul.no-bullets, ol.no-bullets {
  list-style: none;
  padding-left: 0; }

ul.alpha, ol.alpha {
  list-style: upper-alpha; }

ul {
  padding-left: 3rem; }

ol {
  padding-left: 1.4em; }

li {
  margin-top: 8px; }
  li:first-child {
    margin-top: 0; }

svg {
  vertical-align: middle;
  position: relative;
  top: -1px; }

@media screen and (min-width: 750px) {
  .show-for-small {
    display: none !important; } }

@media screen and (max-width: 749px) {
  .hide-for-small {
    display: none !important; } }

.print-only {
  display: none !important; }
  @media print {
    .print-only {
      display: initial !important; } }

* {
  outline: none !important;
  box-sizing: border-box; }

body {
  min-width: 320px;
  min-height: 100vh;
  background: #eaedef;
  position: relative; }
  @media screen and (min-width: 980px) {
    body {
      min-width: 980px; } }
  body:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: rgba(5, 10, 20, 0);
    content: '';
    z-index: -1; }
  body.nav-open:before {
    background: rgba(5, 10, 20, 0.7);
    z-index: 99; }

h1, h2, h3, h4, h5, h6, p, li, span, a, figure, svg, table, strong, i {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 0; }
  .wf-active h1,
  .wf-inactive h1, .wf-active h2,
  .wf-inactive h2, .wf-active h3,
  .wf-inactive h3, .wf-active h4,
  .wf-inactive h4, .wf-active h5,
  .wf-inactive h5, .wf-active h6,
  .wf-inactive h6, .wf-active p,
  .wf-inactive p, .wf-active li,
  .wf-inactive li, .wf-active span,
  .wf-inactive span, .wf-active a,
  .wf-inactive a, .wf-active figure,
  .wf-inactive figure, .wf-active svg,
  .wf-inactive svg, .wf-active table,
  .wf-inactive table, .wf-active strong,
  .wf-inactive strong, .wf-active i,
  .wf-inactive i {
    opacity: 1; }

#header {
  background: #fff;
  height: 8rem; }
  @media screen and (min-width: 980px) {
    #header {
      display: none; } }
  #header .container {
    height: 100%; }
  #header .nav-toggle {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 49px;
    padding: 12px;
    margin-left: -12px;
    cursor: pointer;
    left: 2rem;
    z-index: 2;
    background: #fff;
    border-radius: 0 3px 3px 0;
    z-index: 101; }
    #header .nav-toggle::after {
      clear: both;
      content: "";
      display: table; }
    #header .nav-toggle li {
      margin: 0; }
    @media print {
      #header .nav-toggle {
        display: none; } }
    #header .nav-toggle li {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      display: block;
      height: 3px;
      background-color: black; }
    #header .nav-toggle li + li {
      margin-top: 4px; }
    #header .nav-toggle.active {
      left: 22rem;
      margin-left: 0; }
      #header .nav-toggle.active li:nth-child(2) {
        opacity: 0; }
      #header .nav-toggle.active li:first-child {
        -webkit-transform: rotate3d(0, 0, 1, 45deg) translate3d(5px, 5px, 0);
        -moz-transform: rotate3d(0, 0, 1, 45deg) translate3d(5px, 5px, 0);
        -ms-transform: rotate3d(0, 0, 1, 45deg) translate3d(5px, 5px, 0);
        -o-transform: rotate3d(0, 0, 1, 45deg) translate3d(5px, 5px, 0);
        transform: rotate3d(0, 0, 1, 45deg) translate3d(5px, 5px, 0); }
      #header .nav-toggle.active li:last-child {
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(5px, -5px, 0);
        -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(5px, -5px, 0);
        -ms-transform: rotate3d(0, 0, 1, -45deg) translate3d(5px, -5px, 0);
        -o-transform: rotate3d(0, 0, 1, -45deg) translate3d(5px, -5px, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(5px, -5px, 0); }
  #header .header__user-info {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: calc(5rem + 2rem);
    right: 0; }
    #header .header__user-info h1 {
      font-size: 2.25rem;
      line-height: 1; }
      @media screen and (max-width: 749px) {
        #header .header__user-info h1 {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; } }
      @media screen and (min-width: 750px) {
        #header .header__user-info h1 {
          font-size: 2.5rem;
          line-height: 1; } }
    #header .header__user-info p {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin: 0; }
      @media screen and (max-width: 749px) {
        #header .header__user-info p {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; } }
  #header .header__provider {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 2rem; }
    @media screen and (max-width: 749px) {
      #header .header__provider {
        display: none; } }

#nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 22rem;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 101;
  display: block; }
  @media print {
    #nav {
      display: none; } }
  #nav .nav__table {
    height: 100%;
    display: table;
    width: 100%; }
  #nav .nav__tablerow {
    display: table-row;
    height: 1px; }
    #nav .nav__tablerow .nav__user-info p {
      margin-bottom: 0; }
    #nav .nav__tablerow .nav__user-info ul {
      margin: 0;
      padding: 0; }
      #nav .nav__tablerow .nav__user-info ul li {
        list-style: none;
        margin: 0; }
    #nav .nav__tablerow:last-child {
      height: 100%; }
      #nav .nav__tablerow:last-child > div {
        display: table-cell;
        vertical-align: bottom; }
  @media screen and (max-width: 979px) {
    #nav {
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%); }
      #nav.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        box-shadow: 1rem 0 2rem -1rem rgba(0, 0, 0, 0.25); } }
  #nav .nav__user-info {
    font-size: 1.3rem;
    line-height: 1.2;
    background: #1F2B3E;
    padding: 2.5rem 2rem;
    color: rgba(255, 255, 255, 0.7); }
    #nav .nav__user-info h1 {
      font-size: 1.8rem;
      line-height: 1.2;
      color: #fff; }
    #nav .nav__user-info p {
      margin-top: .25rem; }
  #nav .nav__section {
    margin-right: 1rem;
    margin-left: 1rem;
    padding: 1rem 1rem;
    border-top: 1px solid #E5E9EA; }
    #nav .nav__section h5 {
      font-size: 1.3rem;
      line-height: 1em;
      margin-bottom: 1.5rem;
      font-weight: 600; }
    #nav .nav__section--top {
      border-top: none;
      padding-right: 0; }
    #nav .nav__section--bottom {
      padding-left: 2rem; }
  #nav .nav__links {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5rem;
    line-height: 1.2; }
    #nav .nav__links::after {
      clear: both;
      content: "";
      display: table; }
    #nav .nav__links li {
      margin: 0; }
    #nav .nav__links a {
      position: relative; }
    #nav .nav__links i {
      position: absolute;
      top: -0.25rem;
      left: 0;
      color: rgba(0, 0, 0, 0.5);
      font-size: 1.8rem; }
    #nav .nav__links li + li {
      margin-top: 1rem; }
    #nav .nav__links .special {
      margin: -2rem -2rem 0 -2rem;
      background: #4A8AE7;
      font-weight: bold;
      padding: 1.5rem 2rem; }
      #nav .nav__links .special a, #nav .nav__links .special i {
        color: #fff; }
      #nav .nav__links .special + li {
        margin: 1.5rem 0; }
    #nav .nav__links.links--with-icon a, #nav .nav__links .special a {
      padding-left: 3rem; }
  #nav .nav__provider {
    text-align: center;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: column; }

.wrapper {
  padding: 2rem 0 8rem; }
  @media screen and (min-width: 980px) {
    .wrapper {
      margin-left: 22rem; } }

.no_wrapper .wrapper {
  margin-left: 0px !important; }

.text-green-wrapper .container {
  text-align: center; }
  .text-green-wrapper .container .text-green {
    font-size: 24px; }

.attach-file {
  padding-bottom: 20px; }
  .attach-file input[type="button"] {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 4.2rem;
    display: inline-block;
    height: 4.2rem;
    padding: 0 3rem;
    margin-bottom: 5px;
    color: #fff !important;
    vertical-align: middle;
    font-weight: 600;
    border-radius: 3px;
    position: relative;
    /* Colors */
    background: #4A8AE7;
    border: 1px solid #337be4;
    /* Size */
    padding-right: 15px;
    padding-left: 15px;
    font-size: 1.2rem;
    line-height: 30px;
    height: 30px;
    /* Icon */
    /* Mouse Actions */
    text-transform: capitalize; }
    .attach-file input[type="button"][disabled] {
      opacity: .5; }
    .attach-file input[type="button"].loading {
      opacity: 1;
      color: rgba(255, 255, 255, 0) !important; }
    .attach-file input[type="button"]:hover {
      background: #337be4; }
    .attach-file input[type="button"]:before {
      margin-right: 7px; }
    .attach-file input[type="button"]:active {
      top: 1px; }

.attachments-table {
  width: 100%; }
  .attachments-table th, .attachments-table td {
    vertical-align: top; }
  .attachments-table th {
    width: 12%;
    text-align: left; }
  .attachments-table .files {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: -.25rem 0; }
    .attachments-table .files::after {
      clear: both;
      content: "";
      display: table; }
    .attachments-table .files li {
      margin: 0; }
    .attachments-table .files li {
      display: inline-block;
      background: #4A8AE7;
      border: 1px solid #4a8ae7;
      border-radius: 3px;
      color: #fff;
      font-weight: 600;
      padding: .25rem 1rem;
      white-space: nowrap;
      margin: .25rem 0; }
      .attachments-table .files li:before {
        font-family: "icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        content: "";
        margin-right: .25rem; }
    .attachments-table .files button, .attachments-table .files a.download {
      background: none;
      border: none;
      margin: 0;
      padding: 0;
      font-size: 0;
      line-height: 0;
      display: inline-block;
      text-align: left;
      vertical-align: middle; }
      .attachments-table .files button:before, .attachments-table .files a.download:before {
        font-family: "icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        font-size: 2.4rem;
        color: rgba(255, 255, 255, 0.5); }
    .attachments-table .files .download:before {
      content: '\e806';
      margin-left: .5rem; }
    .attachments-table .files .delete:before {
      content: '\e807';
      margin-left: .25rem; }

.back-to-top {
  background: -webkit-linear-gradient(rgba(234, 237, 239, 0) 0%, #eaedef 50%);
  background: linear-gradient(rgba(234, 237, 239, 0) 0%, #eaedef 50%);
  display: none;
  text-align: center;
  padding-top: 20px;
  position: fixed;
  padding-bottom: 10px;
  width: 100%;
  bottom: 0; }
  @media screen and (max-width: 979px) {
    .back-to-top {
      display: block; } }
  .back-to-top a.arrow {
    border-radius: 0 3px 3px 0; }
  .back-to-top a.dashboard {
    border-radius: 3px 0 0 3px; }
  @media screen and (max-width: 749px) {
    .back-to-top a {
      padding: 0 2rem;
      font-size: 1.4rem;
      line-height: 3.2rem;
      height: 3.2rem; } }
  .back-to-top i.icon-back-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block; }
    .back-to-top i.icon-back-arrow:before {
      top: 0; }

.btn {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 4.2rem;
  display: inline-block;
  height: 4.2rem;
  padding: 0 3rem;
  margin-bottom: 5px;
  color: #fff !important;
  vertical-align: middle;
  font-weight: 600;
  border-radius: 3px;
  position: relative;
  /* Colors */
  /* Size */
  /* Icon */
  /* Mouse Actions */ }
  .btn[disabled] {
    opacity: .5; }
  .btn.loading {
    opacity: 1;
    color: rgba(255, 255, 255, 0) !important; }
  .btn:before {
    margin-right: 7px; }
  .btn:active {
    top: 1px; }
  .btn--blue {
    background: #4A8AE7;
    border: 1px solid #337be4;
    color: #fff !important; }
    .btn--blue:hover {
      background: #337be4; }
  .btn--red {
    background: red;
    border: 1px solid #e60000;
    color: #fff !important; }
    .btn--red:hover {
      background: #e60000; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

.custom-attributes {
  margin: 0;
  padding: 0; }
  .custom-attributes dt, .custom-attributes dd {
    margin: 0; }
  .custom-attributes dt {
    color: rgba(31, 43, 62, 0.5);
    font-weight: 600; }
  .custom-attributes dd {
    font-size: 1.6rem;
    line-height: 1.625; }
  .custom-attributes dd + dt {
    margin-top: 2rem; }

.data-table {
  width: 100%; }
  .data-table tr.lastone {
    background-color: cornsilk !important; }
  @media screen and (max-width: 749px) {
    .data-table, .data-table tr, .data-table td, .data-table tbody {
      display: block; }
    .data-table tr.single-row td {
      display: table-cell;
      vertical-align: middle;
      width: auto; } }
  .data-table th, .data-table td {
    padding: 1rem .5rem;
    vertical-align: top; }
    .data-table th:first-child, .data-table td:first-child {
      padding-left: 1rem; }
    .data-table th:last-child, .data-table td:last-child {
      padding-right: 1rem; }
  .data-table th {
    text-align: left;
    line-height: 1.2;
    white-space: nowrap;
    padding-bottom: 1rem; }
  .data-table td {
    line-height: 1.3; }
    @media screen and (max-width: 749px) {
      .data-table td {
        padding: 0.5rem 1rem; } }
    @media screen and (max-width: 749px) {
      .data-table td[width] {
        width: 100%; } }
  @media screen and (max-width: 749px) {
    .data-table thead {
      display: none; } }
  .data-table tbody tr {
    background: #fff; }
    .data-table tbody tr:nth-child(even) {
      background: #f3f3f6; }
    @media screen and (max-width: 749px) {
      .data-table tbody tr {
        padding: .75rem 0;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); } }
  @media screen and (max-width: 749px) {
    .data-table tbody tr + tr {
      margin-top: 1rem; } }
  @media screen and (min-width: 750px) {
    .data-table tbody tr + tr {
      border-top: 2px solid #eaedef; } }
  @media screen and (min-width: 750px) {
    .data-table h5 {
      display: none; } }
  .data-table .row--new,
  .data-table .row--new td:first-child {
    position: relative; }
    .data-table .row--new:before,
    .data-table .row--new td:first-child:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 3px;
      background: #2196F3;
      content: ''; }
  @media screen and (max-width: 749px) {
    .data-table .row--new td:first-child {
      display: none; } }
  @media screen and (min-width: 750px) {
    .data-table .row--new:before {
      display: none; } }
  .data-table .row--new a {
    font-weight: 600; }
  @media screen and (max-width: 749px) {
    .data-table .btn {
      display: block;
      width: 100%; } }
  @media screen and (max-width: 749px) {
    .data-table--two-col tr, .data-table--two-col td {
      overflow: hidden; }
    .data-table--two-col td:first-child {
      float: left; }
    .data-table--two-col td[colspan] {
      float: none; } }
  .data-table .monthly-totals td {
    vertical-align: middle; }

.data-table-legend {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.5); }
  .data-table-legend::after {
    clear: both;
    content: "";
    display: table; }
  .data-table-legend li {
    margin: 0; }
  @media screen and (max-width: 749px) {
    .data-table-legend li {
      display: inline-block; }
    .data-table-legend li + li {
      margin-left: .25rem; } }
  @media screen and (min-width: 750px) {
    .data-table-legend {
      text-align: center; } }
  .data-table-legend i {
    display: inline-block; }
  .data-table-legend .legend__updated {
    width: 4px;
    height: 10px;
    border-radius: 1px;
    background: #2196F3; }
  .data-table-legend .legend__seen {
    height: 10px;
    width: 10px;
    border: 1px solid rgba(121, 123, 123, 0.5);
    border-radius: 50%; }
  .data-table-legend .legend__onlyuser {
    height: 10px;
    width: 10px;
    background: #F5A623;
    border-radius: 2px; }
  .data-table-legend .legend__new {
    height: 10px;
    width: 10px;
    background: #2196F3;
    border-radius: 2px; }
  .data-table-legend .legend__message:before {
    font-family: "icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    content: ""; }
  .data-table-legend--inline {
    float: left;
    margin: .5rem -2rem 0 -2rem;
    text-align: left; }
    .data-table-legend--inline i {
      margin-right: .25rem; }
    .data-table-legend--inline li, .data-table-legend--inline li + li {
      display: inline-block;
      margin: .5rem 2rem; }

.data-table-pagination {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: bold;
  text-align: center;
  letter-spacing: 15px; }
  .data-table-pagination a, .data-table-pagination span {
    letter-spacing: normal; }
  @media screen and (max-width: 749px) {
    .data-table-pagination {
      margin-right: auto;
      margin-left: auto; } }
  @media screen and (min-width: 750px) {
    .data-table-pagination {
      float: right; } }
  .data-table-pagination input {
    height: 3rem;
    width: 4rem;
    display: inline-block;
    margin: 0;
    text-align: center;
    padding: 0; }
  .data-table-pagination a {
    font-weight: normal; }
  .data-table-pagination > a {
    display: inline-block;
    margin: 0 4px; }
  .data-table-pagination .pagination__prev:before, .data-table-pagination .pagination__next:after {
    font-family: "icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    font-size: 1.7rem; }
  .data-table-pagination .pagination__prev {
    margin-right: 1rem; }
    .data-table-pagination .pagination__prev:before {
      content: '';
      margin-right: .5rem; }
  .data-table-pagination .pagination__next {
    margin-left: 1rem; }
    .data-table-pagination .pagination__next:after {
      content: '';
      margin-left: .5rem; }

.data-table-form tr {
  background: none; }
  .data-table-form tr td font a {
    color: #4A8AE7;
    font-weight: 600;
    margin-bottom: .5rem;
    line-height: 1.3;
    font-family: "proxima-nova",sans-serif;
    padding: 10px 0 10px 0px;
    border-bottom: 1px solid #F4F6F7; }

.data-table-form select {
  text-transform: none;
  -webkit-appearance: menulist-button;
  position: absolute;
  opacity: 0;
  height: 39px;
  font-size: 14px; }

.data-table-form .customSelect {
  display: inline-block;
  border: 1px solid #E5E9EA;
  padding: .75rem 2.5rem .75rem 1rem;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 0px;
  position: relative;
  pointer-events: none; }

.data-table-form .customSelectInner {
  width: auto !important; }

.data-table-form .customSelect:after, .data-table-form .hasCustomSelect:after {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  font-family: "icons";
  width: auto;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  content: "";
  right: .75rem;
  font-size: 2rem;
  color: rgba(0, 0, 0, 0.5);
  margin-left: .5rem;
  pointer-events: none; }

.search-fields tr {
  background-color: white !important; }

.search-fields a {
  border: none !important;
  color: #4A8AE7 !important; }

.data-table-request {
  border-top: 2px solid #f4f6f7; }
  .data-table-request tr {
    background: white !important; }
  .data-table-request a {
    padding-left: 0 !important;
    border: none !important; }
  .data-table-request input[type="checkbox"] {
    float: none !important;
    margin-left: 10px !important; }
    .data-table-request input[type="checkbox"]:first-child {
      margin-left: 0 !important; }
  .data-table-request input[type="radio"] {
    margin-left: 10px !important; }
    .data-table-request input[type="radio"]:first-child {
      margin-left: 0 !important; }
  .data-table-request .time-wrapper {
    vertical-align: middle !important; }

.data-table-request-oneline input[type="text"] {
  width: inherit !important;
  display: inline-block;
  margin-left: 10px; }

.request-reported .data-table-reported {
  margin: 40px 0 20px 0; }
  .request-reported .data-table-reported tr {
    background-color: none !important; }
    .request-reported .data-table-reported tr:first-child {
      background-color: white !important; }

.request-accepted .headline {
  margin: 30px 0 10px 0;
  padding-left: 20px; }

.request-accepted .text-green {
  padding-left: 20px; }

.request-accepted .data-table-search td {
  margin-bottom: 20px;
  padding-left: 20px; }

.request-accepted .data-table-search .btn {
  display: inline-block;
  padding-right: 10px; }

.request-accepted .data-table-search .btn--red {
  background-color: red !important; }

.pm-calendar-select {
  background-color: white;
  border-color: #eaedef;
  margin: 10px 0 5px 0;
  padding: 5px;
  width: 75%; }

.serviver-company-radio {
  margin: 0 8px 0 2px; }

.monthly-totals {
  margin-top: 20px; }

.summary-report h1 {
  margin-top: 30px; }

.summary-report .data-table {
  margin: 15px 0; }
  .summary-report .data-table.no-border input[type="radio"] {
    margin-right: 10px; }
  .summary-report .data-table .request-row td:nth-child(8) {
    border-left: 2px solid #eaedef; }
  .summary-report .data-table .request-header td:nth-child(3) {
    border-left: 2px solid #eaedef; }

.maintenance-checklists h1 {
  margin: 30px 0 15px 0; }

.maintenance-checklists .data-table {
  margin: 15px 0; }

.invoice-report h1 {
  margin: 15px 0 0 0; }

.invoice-report .data-table {
  margin: 15px 0 30px 0; }
  .invoice-report .data-table .invoice-report-header {
    font-size: 18px; }

.form-panel__wrapper {
  max-width: 460px;
  display: block;
  float: none;
  margin: 0 auto;
  padding-top: 20px; }

.form-panel {
  background-color: #e8edf1;
  background-image: -webkit-linear-gradient(#e8edf1, #fafbfd);
  background-image: linear-gradient(#e8edf1, #fafbfd);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
  margin-bottom: 12px; }
  .form-panel .row + .row {
    margin-top: 12px; }
    .form-panel .row + .row:last-child {
      margin-top: 18px; }
  .form-panel form + form {
    margin-top: 2rem; }
  .form-panel label {
    font-weight: 700;
    font-size: 14px; }
    .form-panel label + .input {
      margin-top: 8px; }
  .form-panel .logo {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    padding: 30px 0 27px; }
  .form-panel .btn__login {
    background-color: #f69731;
    background-image: -webkit-linear-gradient(#f69731, #f0932f);
    background-image: linear-gradient(#f69731, #f0932f);
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    padding: 15px 34px;
    border: 1px solid #df8527; }
    .form-panel .btn__login, .form-panel .btn__login .btn__login a {
      font-size: 14px;
      line-height: 1em;
      color: #fff; }
    .form-panel .btn__login:hover, .form-panel .btn__login .btn__login:hover a {
      color: #fff;
      background: #df7503;
      border-color: #df7503; }
    .form-panel .btn__login:active {
      top: 1px; }

.form-error {
  color: red;
  font-weight: bold; }

.form-controls {
  text-align: center; }
  .form-controls:after {
    content: "";
    display: table;
    clear: both; }
  .form-controls a {
    display: block;
    color: #36469d; }
  .form-controls .forgot-password {
    margin-top: 18px; }
  .form-controls .register {
    margin-top: 12px; }

@media screen and (min-width: 560px) {
  .form-panel__wrapper {
    padding-top: 50px !important; }
  .form-panel {
    padding-bottom: 70px  !important; }
    .form-panel .logo {
      padding: 54px 0 51px  !important; }
    .form-panel label {
      font-size: 15px !important; }
  .form-controls .forgot-password {
    margin: 0  !important;
    float: left  !important;
    text-align: left  !important; }
  .form-controls .register {
    margin: 0  !important;
    float: right  !important;
    text-align: right  !important; } }

.go-opaque {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: .5; }

[class*='headline'] h1, [class*='headline'] h2, [class*='headline'] h3, [class*='headline'] h4, [class*='headline'] h5, [class*='headline'] h6 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  font-weight: inherit; }

.headline {
  /* Sizes */
  /* Weights */
  /* Styles */ }
  .headline[size='xsmall'] {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.4; }
  .headline[size='small'] {
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.4; }
  .headline[size='medium'] {
    font-weight: 300;
    font-size: 2.1rem;
    line-height: 1.4; }
  .headline[size='large'] {
    font-weight: 300;
    font-size: 2.6rem;
    line-height: 1.4; }
  .headline[size='xlarge'] {
    font-weight: 300;
    font-size: 2.8rem;
    line-height: 3.1rem; }
  .headline[size='xxlarge'] {
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.2rem; }
  .headline[size='xxxlarge'] {
    font-weight: 300;
    font-size: 6rem;
    line-height: 1; }
  .headline[weight='light'] {
    font-weight: 300; }
  .headline[weight='semibold'] {
    font-weight: 600; }
  .headline[weight='bold'] {
    font-weight: 700; }
  .headline.inactive {
    opacity: .3; }

.hr {
  height: 1px;
  background: #DBDDDE;
  margin: 3rem 0; }
  .hr[margin='small'] {
    margin: 1rem 0; }
  .hr[margin='medium'] {
    margin: 2rem 0; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  width: auto;
  margin: 0;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  top: -1px; }

.inline-select {
  font-size: 1.5rem;
  line-height: 1.625;
  text-align: right;
  position: relative; }
  .inline-select label {
    display: inline-block;
    font-weight: 400; }
  .inline-select select {
    cursor: pointer; }
    .inline-select select.hasCustomSelect {
      left: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important;
      z-index: 1; }
  .inline-select .customSelect {
    color: #4A8AE7;
    border-bottom: 2px dotted #CCCCCC; }
    .inline-select .customSelectInner {
      width: auto !important; }
      .inline-select .customSelectInner:after {
        font-family: "icons";
        width: auto;
        margin: 0;
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        line-height: 1em;
        text-align: center;
        font-variant: normal;
        text-transform: none;
        vertical-align: middle;
        position: relative;
        top: -1px;
        content: "";
        font-size: .7rem;
        color: rgba(0, 0, 0, 0.5);
        top: 0;
        margin-left: .5rem; }

.link-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .link-list::after {
    clear: both;
    content: "";
    display: table; }
  .link-list li {
    margin: 0; }
  .link-list li {
    display: block;
    white-space: nowrap; }
  .link-list a {
    display: inline-block;
    padding: .25rem 0; }
  @media screen and (min-width: 1001px) {
    .link-list.list--two-col {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 25px;
      -moz-column-gap: 25px;
      column-gap: 25px; }
      .link-list.list--two-col > * {
        /* This will soon be in bourbon */
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid; } }

.location-selector {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -1rem;
  line-height: 1.25; }
  .location-selector::after {
    clear: both;
    content: "";
    display: table; }
  .location-selector li {
    margin: 0; }
  .location-selector ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 2rem; }
    .location-selector ul::after {
      clear: both;
      content: "";
      display: table; }
    .location-selector ul li {
      margin: 0; }
  .location-selector li,
  .location-selector ul li {
    display: block;
    margin-top: 1rem; }
  .location-selector a {
    display: block;
    background: #fff;
    border-radius: 3px;
    padding: .75rem 1.2rem;
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); }
  .location-selector i {
    display: inline-block;
    color: #797B7B;
    font-size: 2rem;
    margin-right: .25rem;
    min-width: 2rem; }
  .location-selector .selector__toggler {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    padding: 0 1rem;
    border-left: 1px solid #E9EAEA; }
    .location-selector .selector__toggler:after {
      font-family: "icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      content: "";
      font-size: 1.5rem;
      line-height: 1.625;
      top: 0;
      color: #797B7B; }
  .location-selector .open > a {
    font-weight: 600; }
    .location-selector .open > a i {
      color: #6BAC23; }
    .location-selector .open > a .selector__toggler:after {
      content: ''; }

@media screen and (min-width: 750px) {
  .ngdialog {
    padding: 10% 0; } }

@media screen and (min-width: 1001px) {
  .ngdialog {
    padding: 10rem 0; } }

.poster .ngdialog-overlay {
  background: rgba(255, 255, 255, 0.95); }

.ngdialog-content {
  display: block;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-animation-name: slideInDown;
  -moz-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  max-width: 970px;
  position: relative; }
  @media screen and (min-width: 750px) {
    .ngdialog-content {
      width: 65%;
      max-width: 60rem; } }

.ngdialog-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem; }
  .ngdialog-close:before {
    font-family: "icons";
    width: auto;
    margin: 0;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    line-height: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    top: -1px;
    content: "";
    display: block;
    color: #C6C6C6; }
  .ngdialog-close:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); }

.cg-notify-message {
  text-align: center;
  color: green;
  background: #f5f8e9;
  border: 1px solid rgba(0, 128, 0, 0.5);
  padding: 1rem 1.5rem;
  border-radius: 3px;
  font-weight: 600; }

.notify--error {
  background: #fae5e5;
  border-color: rgba(255, 0, 0, 0.5);
  color: red; }

.notify--info {
  background: #ffffb8;
  border-color: rgba(255, 165, 0, 0.5);
  color: orange; }

.ng-show--slide-down {
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  max-height: 500px;
  overflow: hidden; }
  .ng-show--slide-down.ng-hide {
    max-height: 0; }

.ng-show--fade {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1; }
  .ng-show--fade.ng-hide {
    opacity: 0; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.ng-hide:not(.ng-animate) {
  display: none; }

.ng-show--slide-down {
  -webkit-transition: max-height 0.3s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  max-height: 500px;
  overflow: hidden; }
  .ng-show--slide-down.ng-hide {
    max-height: 0; }

ng-include {
  display: block; }

.notice {
  font-size: 1.8rem;
  line-height: 1.4;
  background: #FFFFDE;
  border: 1px solid #EAEAB7;
  text-align: center;
  padding: 1rem 2rem;
  overflow: hidden; }

@media screen and (min-width: 1001px) {
  .overlay .container {
    padding-right: 4rem;
    padding-left: 4rem; } }

.overlay__head, .overlay__footer {
  background-color: #F7F7F7;
  text-align: center;
  padding: 3rem 0; }

.overlay__body {
  padding: 3.5rem 0; }

.overlay--inversed .overlay__head, .overlay--inversed .overlay__footer {
  background-color: #fff; }

.overlay--inversed .overlay__body {
  background-color: #F7F7F7; }

.page-header {
  box-shadow: 0 1px 0 0 rgba(121, 123, 123, 0.2);
  padding-bottom: 2rem;
  margin-bottom: 3rem; }
  .page-header .back {
    display: inline-block;
    margin-bottom: .75rem; }
    .page-header .back:before {
      font-family: "icons";
      width: auto;
      margin: 0;
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      line-height: 1em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      vertical-align: middle;
      position: relative;
      top: -1px;
      content: "";
      margin-right: 1rem; }

.progress-meter {
  margin: 0;
  padding: 0;
  list-style: none; }
  .progress-meter::after {
    clear: both;
    content: "";
    display: table; }
  .progress-meter li {
    margin: 0; }
  .progress-meter li {
    height: 0.4rem;
    width: 2rem;
    display: block;
    float: left;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 2rem; }
    .progress-meter li.active {
      background: #6BBB14; }
  .progress-meter li + li {
    margin-left: 2px; }

.search-panel input {
  box-shadow: none; }

@media screen and (max-width: 749px) {
  .search-panel .search__advanced {
    float: right; } }

@media screen and (min-width: 750px) {
  .search-panel .search__advanced {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    font-size: 1.3rem;
    line-height: 1.625; } }

.search-panel .inline-select {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2rem; }

.status-table {
  width: 100%; }
  .status-table th, .status-table td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    vertical-align: top; }
  .status-table th {
    text-align: left;
    color: rgba(31, 43, 62, 0.5);
    padding-right: 1rem;
    width: 11rem;
    white-space: nowrap; }
  .status-table td[valign='middle'] {
    vertical-align: middle; }

.layout--dashboard > .container ~ .tab-nav {
  border-bottom: 1px solid #D8D8D8; }

@media screen and (min-width: 750px) {
  .tab-nav .container {
    min-height: 3em; } }

.tab-nav .nav__links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.625; }
  .tab-nav .nav__links::after {
    clear: both;
    content: "";
    display: table; }
  .tab-nav .nav__links li {
    margin: 0; }
  .tab-nav .nav__links li {
    display: block;
    float: left;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px; }
    .tab-nav .nav__links li.active {
      font-weight: 600;
      border-color: #2196F3; }
  .tab-nav .nav__links a {
    display: block;
    padding: 1rem 2rem;
    color: #797B7B; }
    @media screen and (min-width: 750px) {
      .tab-nav .nav__links a {
        padding-right: 4rem;
        padding-left: 4rem; } }
  .tab-nav .nav__links a:hover,
  .tab-nav .nav__links .active a {
    color: #4A8AE7; }

@media screen and (max-width: 749px) {
  .tab-nav .nav__sort {
    position: absolute;
    top: calc(100% + 2.5rem);
    left: 2rem; } }

@media screen and (min-width: 750px) {
  .tab-nav .nav__sort {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: auto;
    right: 2rem; } }

.table-title {
  padding-bottom: .5rem; }

.underscores {
  display: none; }

.wrapper-loop .wrapper {
  padding-bottom: 0; }

.layout--create-request .location-group {
  margin-top: 2rem; }

.layout--create-request .location-selector {
  margin-top: .5rem; }

.layout--dashboard .notice {
  margin-bottom: 3rem; }

.layout--dashboard .search-panel {
  margin-bottom: 1.5rem; }

.layout--dashboard > .container ~
.tab-nav {
  margin-bottom: 6rem; }
  @media screen and (min-width: 750px) {
    .layout--dashboard > .container ~
.tab-nav {
      margin-bottom: 3rem; } }

.layout--view-request .actions-wrap {
  margin-bottom: 3rem; }
  .layout--view-request .actions-wrap.left {
    padding-left: 0; }
  .layout--view-request .actions-wrap.right {
    padding-top: 23px; }

@media screen and (max-width: 749px) {
  .layout--view-request .form {
    margin-top: 3rem; } }

.layout--view-request .layout__upper-status-table {
  margin-top: 1.5rem; }

.layout--view-request .layout__lower-status-table {
  margin-top: .5rem; }

.layout--view-request .layout__lower {
  margin-top: 3rem; }

.layout--view-request .layout__comment-form {
  margin-top: 1rem; }

@media screen and (max-width: 749px) {
  .layout--view-request .layout__comment-actions {
    margin-top: 2rem; } }
