@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1%, from, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  11.1%, from, to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

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

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

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

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

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

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

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

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

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

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

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*
 * jQuery Off Canvas Menu v1.2
 * Copyright (c) 2014 Matt Mcnamee
 *
 * Dual licensed under the MIT and GPL licenses:
 *  http://www.opensource.org/licenses/mit-license.php
 *  http://www.gnu.org/licenses/gpl.html
 */
.onCanvas, body, html {
  background: #1D1F20;
  width: 100%;
}

.onCanvas {
  width: 100%;
  min-height: 100%;
  position: relative;
  height: 100%;
  float: left;
  z-index: 2;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.overflow_hidden, .overflow_hidden .onCanvas, .overflow_hidden body {
  overflow: hidden !important;
  height: 100%;
}

html.offCanvas_open body .onCanvas {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}

html.offCanvas_open body .onCanvas.onCanvas_left {
  -webkit-transform: translateX(260px);
  -moz-transform: translateX(260px);
  -ms-transform: translateX(260px);
  -o-transform: translateX(260px);
  transform: translateX(260px);
}

@media screen and (min-width: 365px) {
  html.offCanvas_open body .onCanvas {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  html.offCanvas_open body .onCanvas.onCanvas_left {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
  }
}
a.offCanvas_trigger {
  display: block;
  float: right;
  margin: 20px 17px 0 0;
  outline: 0;
  width: 30px;
  height: 38px;
}

.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item {
  background: #fff;
}

.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item:first-child {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 6px 50%;
  -ms-transform-origin: 6px 50%;
  -webkit-transform-origin: 6px 50%;
  transform-origin: 6px 50%;
}

.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item:nth-child(2) {
  opacity: 0;
}

.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -webkit-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.offCanvas_trigger_item {
  -moz-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  transition: all linear 0.4s;
  display: block;
  width: 30px;
  height: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 5px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  a.offCanvas_trigger {
    display: block;
  }
}
.offCanvas {
  padding: 20px 5px 20px 35px;
  height: 100%;
  overflow-y: hidden;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  width: 235px;
  background-color: #242e30;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0.4s;
  transition: transform 0.4s 0s, visibility 0s 0.4s;
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
  transform: translateX(80px);
  -webkit-overflow-scrolling: touch;
}

.offCanvas.offCanvas_left {
  left: 0;
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
  transform: translateX(-80px);
}

@media screen and (min-width: 365px) {
  .offCanvas {
    width: 275px;
  }
}
html.offCanvas_open .offCanvas.offCanvas_menu_open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  transition: transform 0.4s 0s, visibility 0s 0s;
  overflow-y: scroll;
}

ul.offCanvas_menu {
  position: relative;
}

ul.offCanvas_menu, ul.offCanvas_menu ul {
  -webkit-transform: translateZ(0);
  list-style: none;
  float: left;
  width: 100%;
  display: block;
  margin: 0 0 20px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul.offCanvas_menu ul {
  padding: 0 0 15px 20px;
  margin: 0;
  display: none;
}

ul.offCanvas_menu li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  cursor: pointer;
  position: relative;
}

ul.offCanvas_menu li a {
  display: block;
  float: left;
  width: 75%;
  padding: 7px 0;
  font-size: 16px;
  color: #ddd;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

ul.offCanvas_menu > li > a {
  text-transform: uppercase;
  font-size: 18px;
}

ul.offCanvas_menu li a:hover {
  color: #fff;
}

ul.offCanvas_menu li .offCanvas_menu_has_children_indicator {
  display: block;
  float: left;
  width: 25%;
  height: 20px;
  position: absolute;
  right: 0;
  top: 8px;
  text-align: center;
}

ul.offCanvas_menu li > .offCanvas_menu_has_children_indicator svg {
  fill: #fff;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform ease 0.2s;
  -moz-transition: -moz-transform ease 0.2s;
  -ms-transition: -ms-transform ease 0.2s;
  -o-transition: -o-transform ease 0.2s;
  transition: transform ease 0.2s;
}

ul.offCanvas_menu li.offCanvas_menu_sub_open > .offCanvas_menu_has_children_indicator svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

ul.offCanvas_menu_social, ul.offCanvas_menu_social li {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

ul.offCanvas_menu_social {
  width: 90%;
  float: left;
  margin-bottom: 80px;
}

ul.offCanvas_menu_social li {
  display: inline-block;
  padding: 0 8px;
}

ul.offCanvas_menu_social li a {
  color: #777;
  font-size: 28px;
}

ul.offCanvas_menu_social li a:hover {
  color: #999;
}

/*
	Colorbox
*/
#cboxOverlay, #cboxWrapper, #colorbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxBottomLeft, #cboxMiddleLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#cboxContent, #cboxLoadedContent, #colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* ================================= */
/* Colorbox Theme */
/* ================================= */
#cboxOverlay {
  background: #000000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
}

.cboxIframe {
  background: #FFFFFF;
}

#cboxError {
  padding: 50px;
  border: 1px solid #CCCCCC;
}

#cboxLoadedContent {
  background: #FFFFFF;
  padding: 1px;
}

#cboxLoadingGraphic {
  background: url(../../images/colorbox/loading.gif) no-repeat center center;
}

#cboxLoadingOverlay {
  background: #000000;
}

#cboxTitle {
  position: absolute;
  top: -22px;
  left: 0;
  color: #000000;
}

#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  text-indent: -9999px;
  width: 25px !important;
  height: 25px;
  position: absolute;
  top: -25px;
  background: url(../../images/colorbox/controls.png) no-repeat 0 0;
  padding: 0 !important;
}

button#cboxPrevious, button#cboxNext, button#cboxSlideshow, button#cboxClose {
  border: none !important;
  outline: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  background-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  background-position: 0px 0px;
  right: 44px;
}

#cboxPrevious:hover {
  background-position: 0px -25px;
}

#cboxNext {
  background-position: -25px 0px;
  right: 22px;
}

#cboxNext:hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0px;
  right: 0;
}

#cboxClose:hover {
  background-position: -50px -25px;
}

.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}

/* Do not Edit! */
/**
  * Grid.css v3.1
  * https://github.com/mcnamee/grid
  *
  * Copyright 2014 Matt Mcnamee - www.mcnamee.co
  * Row, 5ths, Source Ordering added by Jeff Miller 2016.
  * Free to use under the GPLv2 license.
  * http://www.gnu.org/licenses/gpl-2.0.html
  **/
/* Do not Edit! */
* {
  text-rendering: auto;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, html {
  height: 100%;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-y: scroll;
}

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  background: #FFF;
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #00E;
  outline: 0;
}

a:hover {
  color: #06E;
}

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

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

ins {
  background: #FF9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #FF0;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

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

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:after, q:before {
  content: "";
  content: none;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ol, ul {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ol, nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
}

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

figure, form {
  margin: 0;
}

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

label {
  cursor: pointer;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

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

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

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

td {
  vertical-align: top;
}

.chromeframe {
  margin: 0.2em 0;
  background: #CCC;
  color: #000;
  padding: 0.2em 0;
}

address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px;
}

::-moz-selection {
  background: #333;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #FFF;
  text-shadow: none;
}

p img {
  margin: 0;
}

em {
  font-style: italic;
}

small {
  font-size: 80%;
}

blockquote, blockquote p {
  font-size: 30px;
  line-height: 1.5;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 10px 20px;
  border-left: 1px solid #DDD;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a, blockquote cite a:visited {
  color: #555;
}

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

audio, canvas, video {
  display: inline-block;
}

.padded {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .padded {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.margined {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .margined {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

[hidden], audio:not([controls]) {
  display: none;
}

.grid_demo, .grid_demo_g {
  margin: 0 0 20px;
  font-size: 11px;
}

.grid_demo .inner, .grid_demo .text_align_center, .grid_demo_g > .inner > div {
  background: #ECECEC;
  border: 1px solid #CCC;
  border-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.grid_demo .inner:last-child, .grid_demo .text_align_center:last-child, .grid_demo_g > .inner > div {
  border-right: 1px solid #CCC;
}

.float_right {
  float: right !important;
}

.float_left {
  float: left !important;
}

.text_align_center {
  text-align: center !important;
}

.text_align_right {
  text-align: right !important;
}

.text_align_left {
  text-align: left !important;
}

.scale_with_grid {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after, .clearfix:before, .container_24:after, .container_24:before {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after, .container_24:after {
  clear: both;
}

.clearfix, .container_24 {
  zoom: 1;
}

.container_24 {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /*-webkit-transition:width linear .2s;-moz-transition:width linear .2s;transition:width linear .2s*/
}

.row {
  position: relative;
}

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

.row.outer {
  margin-left: -10px;
  margin-right: -10px;
}

.row.medium_gutters.outer {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 767px) {
  .row.medium_gutters.outer {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.row.medium_gutters .inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .row.medium_gutters .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.row.large_gutters.outer {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (max-width: 767px) {
  .row.large_gutters.outer {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.row.large_gutters .inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .row.large_gutters .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.grid_1, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_2, .grid_20, .grid_21, .grid_22, .grid_23, .grid_24, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_5th {
  display: inline-block;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.inner {
  padding-left: 10px;
  padding-right: 10px;
}

.inner_l {
  padding-left: 10px;
}

.inner_r {
  padding-right: 10px;
}

.inner_t {
  padding-top: 10px;
}

.inner_b {
  padding-bottom: 10px;
}

body {
  min-width: 1008px;
}

.container_24 {
  width: 980px;
}

.grid_5th {
  width: 20%;
}

.grid_1 {
  width: 4.1666666667%;
}

.grid_2 {
  width: 8.3333333333%;
}

.grid_3 {
  width: 12.5%;
}

.grid_4 {
  width: 16.6666666667%;
}

.grid_5 {
  width: 20.8333333333%;
}

.grid_6 {
  width: 25%;
}

.grid_7 {
  width: 29.1666666667%;
}

.grid_8 {
  width: 33.3333333333%;
}

.grid_9 {
  width: 37.5%;
}

.grid_10 {
  width: 41.6666666667%;
}

.grid_11 {
  width: 45.8333333333%;
}

.grid_12 {
  width: 50%;
}

.grid_13 {
  width: 54.1666666667%;
}

.grid_14 {
  width: 58.3333333333%;
}

.grid_15 {
  width: 62.5%;
}

.grid_16 {
  width: 66.6666666667%;
}

.grid_17 {
  width: 70.8333333333%;
}

.grid_18 {
  width: 75%;
}

.grid_19 {
  width: 79.1666666667%;
}

.grid_20 {
  width: 83.3333333333%;
}

.grid_21 {
  width: 87.5%;
}

.grid_22 {
  width: 91.6666666667%;
}

.grid_23 {
  width: 95.8333333333%;
}

.grid_24 {
  width: 100%;
}

.prefix_0 {
  margin-left: 0;
}

.prefix_1 {
  margin-left: 4.1666666667%;
}

.prefix_2 {
  margin-left: 8.3333333333%;
}

.prefix_3 {
  margin-left: 12.5%;
}

.prefix_4 {
  margin-left: 16.6666666667%;
}

.prefix_5 {
  margin-left: 20.8333333333%;
}

.prefix_6 {
  margin-left: 25%;
}

.prefix_7 {
  margin-left: 29.1666666667%;
}

.prefix_8 {
  margin-left: 33.3333333333%;
}

.prefix_9 {
  margin-left: 37.5%;
}

.prefix_10 {
  margin-left: 41.6666666667%;
}

.prefix_11 {
  margin-left: 45.8333333333%;
}

.prefix_12 {
  margin-left: 50%;
}

.prefix_13 {
  margin-left: 54.1666666667%;
}

.prefix_14 {
  margin-left: 58.3333333333%;
}

.prefix_15 {
  margin-left: 62.5%;
}

.prefix_16 {
  margin-left: 66.6666666667%;
}

.prefix_17 {
  margin-left: 70.8333333333%;
}

.prefix_18 {
  margin-left: 75%;
}

.prefix_19 {
  margin-left: 79.1666666667%;
}

.prefix_20 {
  margin-left: 83.3333333333%;
}

.prefix_21 {
  margin-left: 87.5%;
}

.prefix_22 {
  margin-left: 91.6666666667%;
}

.prefix_23 {
  margin-left: 95.8333333333%;
}

.prefix_24 {
  margin-left: 100%;
}

.push_0 {
  left: 0;
}

.push_1 {
  left: 4.1666666667%;
}

.push_2 {
  left: 8.3333333333%;
}

.push_3 {
  left: 12.5%;
}

.push_4 {
  left: 16.6666666667%;
}

.push_5 {
  left: 20.8333333333%;
}

.push_6 {
  left: 25%;
}

.push_7 {
  left: 29.1666666667%;
}

.push_8 {
  left: 33.3333333333%;
}

.push_9 {
  left: 37.5%;
}

.push_10 {
  left: 41.6666666667%;
}

.push_11 {
  left: 45.8333333333%;
}

.push_12 {
  left: 50%;
}

.push_13 {
  left: 54.1666666667%;
}

.push_14 {
  left: 58.3333333333%;
}

.push_15 {
  left: 62.5%;
}

.push_16 {
  left: 66.6666666667%;
}

.push_17 {
  left: 70.8333333333%;
}

.push_18 {
  left: 75%;
}

.push_19 {
  left: 79.1666666667%;
}

.push_20 {
  left: 83.3333333333%;
}

.push_21 {
  left: 87.5%;
}

.push_22 {
  left: 91.6666666667%;
}

.push_23 {
  left: 95.8333333333%;
}

.push_24 {
  left: 100%;
}

.pull_0 {
  right: 0;
}

.pull_1 {
  right: 4.1666666667%;
}

.pull_2 {
  right: 8.3333333333%;
}

.pull_3 {
  right: 12.5%;
}

.pull_4 {
  right: 16.6666666667%;
}

.pull_5 {
  right: 20.8333333333%;
}

.pull_6 {
  right: 25%;
}

.pull_7 {
  right: 29.1666666667%;
}

.pull_8 {
  right: 33.3333333333%;
}

.pull_9 {
  right: 37.5%;
}

.pull_10 {
  right: 41.6666666667%;
}

.pull_11 {
  right: 45.8333333333%;
}

.pull_12 {
  right: 50%;
}

.pull_13 {
  right: 54.1666666667%;
}

.pull_14 {
  right: 58.3333333333%;
}

.pull_15 {
  right: 62.5%;
}

.pull_16 {
  right: 66.6666666667%;
}

.pull_17 {
  right: 70.8333333333%;
}

.pull_18 {
  right: 75%;
}

.pull_19 {
  right: 79.1666666667%;
}

.pull_20 {
  right: 83.3333333333%;
}

.pull_21 {
  right: 87.5%;
}

.pull_22 {
  right: 91.6666666667%;
}

.pull_23 {
  right: 95.8333333333%;
}

.pull_24 {
  right: 100%;
}

.hidden_l, .visible_m, .visible_phone, .visible_s, .visible_xl, .visible_xs {
  display: none !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .hidden_m, .hidden_phone, .hidden_s, .hidden_xl, .hidden_xs {
    display: inline-block !important;
  }
  .hidden_m.visible_block, .hidden_phone.visible_block, .hidden_s.visible_block, .hidden_xl.visible_block, .hidden_xs.visible_block {
    display: block !important;
  }
  .hidden_l, .visible_m, .visible_phone, .visible_s, .visible_xl, .visible_xs {
    display: none !important;
  }
  .visible_l {
    display: inline-block !important;
  }
  .visible_l.visible_block {
    display: block !important;
  }
}
@media only screen and (min-width: 1230px) {
  body {
    min-width: 1200px;
  }
  .container_24 {
    width: 1200px;
  }
  .grid_5th_xl {
    width: 20%;
  }
  .grid_1_xl {
    width: 4.1666666667%;
  }
  .grid_2_xl {
    width: 8.3333333333%;
  }
  .grid_3_xl {
    width: 12.5%;
  }
  .grid_4_xl {
    width: 16.6666666667%;
  }
  .grid_5_xl {
    width: 20.8333333333%;
  }
  .grid_6_xl {
    width: 25%;
  }
  .grid_7_xl {
    width: 29.1666666667%;
  }
  .grid_8_xl {
    width: 33.3333333333%;
  }
  .grid_9_xl {
    width: 37.5%;
  }
  .grid_10_xl {
    width: 41.6666666667%;
  }
  .grid_11_xl {
    width: 45.8333333333%;
  }
  .grid_12_xl {
    width: 50%;
  }
  .grid_13_xl {
    width: 54.1666666667%;
  }
  .grid_14_xl {
    width: 58.3333333333%;
  }
  .grid_15_xl {
    width: 62.5%;
  }
  .grid_16_xl {
    width: 66.6666666667%;
  }
  .grid_17_xl {
    width: 70.8333333333%;
  }
  .grid_18_xl {
    width: 75%;
  }
  .grid_19_xl {
    width: 79.1666666667%;
  }
  .grid_20_xl {
    width: 83.3333333333%;
  }
  .grid_21_xl {
    width: 87.5%;
  }
  .grid_22_xl {
    width: 91.6666666667%;
  }
  .grid_23_xl {
    width: 95.8333333333%;
  }
  .grid_24_xl {
    width: 100%;
  }
  .prefix_0_xl {
    margin-left: 0;
  }
  .prefix_1_xl {
    margin-left: 4.1666666667%;
  }
  .prefix_2_xl {
    margin-left: 8.3333333333%;
  }
  .prefix_3_xl {
    margin-left: 12.5%;
  }
  .prefix_4_xl {
    margin-left: 16.6666666667%;
  }
  .prefix_5_xl {
    margin-left: 20.8333333333%;
  }
  .prefix_6_xl {
    margin-left: 25%;
  }
  .prefix_7_xl {
    margin-left: 29.1666666667%;
  }
  .prefix_8_xl {
    margin-left: 33.3333333333%;
  }
  .prefix_9_xl {
    margin-left: 37.5%;
  }
  .prefix_10_xl {
    margin-left: 41.6666666667%;
  }
  .prefix_11_xl {
    margin-left: 45.8333333333%;
  }
  .prefix_12_xl {
    margin-left: 50%;
  }
  .prefix_13_xl {
    margin-left: 54.1666666667%;
  }
  .prefix_14_xl {
    margin-left: 58.3333333333%;
  }
  .prefix_15_xl {
    margin-left: 62.5%;
  }
  .prefix_16_xl {
    margin-left: 66.6666666667%;
  }
  .prefix_17_xl {
    margin-left: 70.8333333333%;
  }
  .prefix_18_xl {
    margin-left: 75%;
  }
  .prefix_19_xl {
    margin-left: 79.1666666667%;
  }
  .prefix_20_xl {
    margin-left: 83.3333333333%;
  }
  .prefix_21_xl {
    margin-left: 87.5%;
  }
  .prefix_22_xl {
    margin-left: 91.6666666667%;
  }
  .prefix_23_xl {
    margin-left: 95.8333333333%;
  }
  .prefix_24_xl {
    margin-left: 100%;
  }
  .push_0_xl {
    left: 0;
  }
  .push_1_xl {
    left: 4.1666666667%;
  }
  .push_2_xl {
    left: 8.3333333333%;
  }
  .push_3_xl {
    left: 12.5%;
  }
  .push_4_xl {
    left: 16.6666666667%;
  }
  .push_5_xl {
    left: 20.8333333333%;
  }
  .push_6_xl {
    left: 25%;
  }
  .push_7_xl {
    left: 29.1666666667%;
  }
  .push_8_xl {
    left: 33.3333333333%;
  }
  .push_9_xl {
    left: 37.5%;
  }
  .push_10_xl {
    left: 41.6666666667%;
  }
  .push_11_xl {
    left: 45.8333333333%;
  }
  .push_12_xl {
    left: 50%;
  }
  .push_13_xl {
    left: 54.1666666667%;
  }
  .push_14_xl {
    left: 58.3333333333%;
  }
  .push_15_xl {
    left: 62.5%;
  }
  .push_16_xl {
    left: 66.6666666667%;
  }
  .push_17_xl {
    left: 70.8333333333%;
  }
  .push_18_xl {
    left: 75%;
  }
  .push_19_xl {
    left: 79.1666666667%;
  }
  .push_20_xl {
    left: 83.3333333333%;
  }
  .push_21_xl {
    left: 87.5%;
  }
  .push_22_xl {
    left: 91.6666666667%;
  }
  .push_23_xl {
    left: 95.8333333333%;
  }
  .push_24_xl {
    left: 100%;
  }
  .pull_0_xl {
    right: 0;
  }
  .pull_1_xl {
    right: 4.1666666667%;
  }
  .pull_2_xl {
    right: 8.3333333333%;
  }
  .pull_3_xl {
    right: 12.5%;
  }
  .pull_4_xl {
    right: 16.6666666667%;
  }
  .pull_5_xl {
    right: 20.8333333333%;
  }
  .pull_6_xl {
    right: 25%;
  }
  .pull_7_xl {
    right: 29.1666666667%;
  }
  .pull_8_xl {
    right: 33.3333333333%;
  }
  .pull_9_xl {
    right: 37.5%;
  }
  .pull_10_xl {
    right: 41.6666666667%;
  }
  .pull_11_xl {
    right: 45.8333333333%;
  }
  .pull_12_xl {
    right: 50%;
  }
  .pull_13_xl {
    right: 54.1666666667%;
  }
  .pull_14_xl {
    right: 58.3333333333%;
  }
  .pull_15_xl {
    right: 62.5%;
  }
  .pull_16_xl {
    right: 66.6666666667%;
  }
  .pull_17_xl {
    right: 70.8333333333%;
  }
  .pull_18_xl {
    right: 75%;
  }
  .pull_19_xl {
    right: 79.1666666667%;
  }
  .pull_20_xl {
    right: 83.3333333333%;
  }
  .pull_21_xl {
    right: 87.5%;
  }
  .pull_22_xl {
    right: 91.6666666667%;
  }
  .pull_23_xl {
    right: 95.8333333333%;
  }
  .pull_24_xl {
    right: 100%;
  }
  .hidden_l, .hidden_m, .hidden_phone, .hidden_s, .hidden_xs {
    display: inline-block !important;
  }
  .hidden_l.visible_block, .hidden_m.visible_block, .hidden_phone.visible_block, .hidden_s.visible_block, .hidden_xs.visible_block {
    display: block !important;
  }
  .hidden_xl, .visible_l, .visible_m, .visible_phone, .visible_s, .visible_xs {
    display: none !important;
  }
  .visible_xl {
    display: inline-block !important;
  }
  .visible_xl.visible_block {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    min-width: 750px;
  }
  .container_24 {
    width: 720px;
  }
  .grid_5th_m {
    width: 20%;
  }
  .grid_1_m {
    width: 4.1666666667%;
  }
  .grid_2_m {
    width: 8.3333333333%;
  }
  .grid_3_m {
    width: 12.5%;
  }
  .grid_4_m {
    width: 16.6666666667%;
  }
  .grid_5_m {
    width: 20.8333333333%;
  }
  .grid_6_m {
    width: 25%;
  }
  .grid_7_m {
    width: 29.1666666667%;
  }
  .grid_8_m {
    width: 33.3333333333%;
  }
  .grid_9_m {
    width: 37.5%;
  }
  .grid_10_m {
    width: 41.6666666667%;
  }
  .grid_11_m {
    width: 45.8333333333%;
  }
  .grid_12_m {
    width: 50%;
  }
  .grid_13_m {
    width: 54.1666666667%;
  }
  .grid_14_m {
    width: 58.3333333333%;
  }
  .grid_15_m {
    width: 62.5%;
  }
  .grid_16_m {
    width: 66.6666666667%;
  }
  .grid_17_m {
    width: 70.8333333333%;
  }
  .grid_18_m {
    width: 75%;
  }
  .grid_19_m {
    width: 79.1666666667%;
  }
  .grid_20_m {
    width: 83.3333333333%;
  }
  .grid_21_m {
    width: 87.5%;
  }
  .grid_22_m {
    width: 91.6666666667%;
  }
  .grid_23_m {
    width: 95.8333333333%;
  }
  .grid_24_m {
    width: 100%;
  }
  .prefix_0_m {
    margin-left: 0;
  }
  .prefix_1_m {
    margin-left: 4.1666666667%;
  }
  .prefix_2_m {
    margin-left: 8.3333333333%;
  }
  .prefix_3_m {
    margin-left: 12.5%;
  }
  .prefix_4_m {
    margin-left: 16.6666666667%;
  }
  .prefix_5_m {
    margin-left: 20.8333333333%;
  }
  .prefix_6_m {
    margin-left: 25%;
  }
  .prefix_7_m {
    margin-left: 29.1666666667%;
  }
  .prefix_8_m {
    margin-left: 33.3333333333%;
  }
  .prefix_9_m {
    margin-left: 37.5%;
  }
  .prefix_10_m {
    margin-left: 41.6666666667%;
  }
  .prefix_11_m {
    margin-left: 45.8333333333%;
  }
  .prefix_12_m {
    margin-left: 50%;
  }
  .prefix_13_m {
    margin-left: 54.1666666667%;
  }
  .prefix_14_m {
    margin-left: 58.3333333333%;
  }
  .prefix_15_m {
    margin-left: 62.5%;
  }
  .prefix_16_m {
    margin-left: 66.6666666667%;
  }
  .prefix_17_m {
    margin-left: 70.8333333333%;
  }
  .prefix_18_m {
    margin-left: 75%;
  }
  .prefix_19_m {
    margin-left: 79.1666666667%;
  }
  .prefix_20_m {
    margin-left: 83.3333333333%;
  }
  .prefix_21_m {
    margin-left: 87.5%;
  }
  .prefix_22_m {
    margin-left: 91.6666666667%;
  }
  .prefix_23_m {
    margin-left: 95.8333333333%;
  }
  .prefix_24_m {
    margin-left: 100%;
  }
  .push_0_m {
    left: 0;
  }
  .push_1_m {
    left: 4.1666666667%;
  }
  .push_2_m {
    left: 8.3333333333%;
  }
  .push_3_m {
    left: 12.5%;
  }
  .push_4_m {
    left: 16.6666666667%;
  }
  .push_5_m {
    left: 20.8333333333%;
  }
  .push_6_m {
    left: 25%;
  }
  .push_7_m {
    left: 29.1666666667%;
  }
  .push_8_m {
    left: 33.3333333333%;
  }
  .push_9_m {
    left: 37.5%;
  }
  .push_10_m {
    left: 41.6666666667%;
  }
  .push_11_m {
    left: 45.8333333333%;
  }
  .push_12_m {
    left: 50%;
  }
  .push_13_m {
    left: 54.1666666667%;
  }
  .push_14_m {
    left: 58.3333333333%;
  }
  .push_15_m {
    left: 62.5%;
  }
  .push_16_m {
    left: 66.6666666667%;
  }
  .push_17_m {
    left: 70.8333333333%;
  }
  .push_18_m {
    left: 75%;
  }
  .push_19_m {
    left: 79.1666666667%;
  }
  .push_20_m {
    left: 83.3333333333%;
  }
  .push_21_m {
    left: 87.5%;
  }
  .push_22_m {
    left: 91.6666666667%;
  }
  .push_23_m {
    left: 95.8333333333%;
  }
  .push_24_m {
    left: 100%;
  }
  .pull_0_m {
    right: 0;
  }
  .pull_1_m {
    right: 4.1666666667%;
  }
  .pull_2_m {
    right: 8.3333333333%;
  }
  .pull_3_m {
    right: 12.5%;
  }
  .pull_4_m {
    right: 16.6666666667%;
  }
  .pull_5_m {
    right: 20.8333333333%;
  }
  .pull_6_m {
    right: 25%;
  }
  .pull_7_m {
    right: 29.1666666667%;
  }
  .pull_8_m {
    right: 33.3333333333%;
  }
  .pull_9_m {
    right: 37.5%;
  }
  .pull_10_m {
    right: 41.6666666667%;
  }
  .pull_11_m {
    right: 45.8333333333%;
  }
  .pull_12_m {
    right: 50%;
  }
  .pull_13_m {
    right: 54.1666666667%;
  }
  .pull_14_m {
    right: 58.3333333333%;
  }
  .pull_15_m {
    right: 62.5%;
  }
  .pull_16_m {
    right: 66.6666666667%;
  }
  .pull_17_m {
    right: 70.8333333333%;
  }
  .pull_18_m {
    right: 75%;
  }
  .pull_19_m {
    right: 79.1666666667%;
  }
  .pull_20_m {
    right: 83.3333333333%;
  }
  .pull_21_m {
    right: 87.5%;
  }
  .pull_22_m {
    right: 91.6666666667%;
  }
  .pull_23_m {
    right: 95.8333333333%;
  }
  .pull_24_m {
    right: 100%;
  }
  .hidden_l, .hidden_phone, .hidden_s, .hidden_xl, .hidden_xs {
    display: inline-block !important;
  }
  .hidden_l.visible_block, .hidden_phone.visible_block, .hidden_s.visible_block, .hidden_xl.visible_block, .hidden_xs.visible_block {
    display: block !important;
  }
  .hidden_m, .visible_l, .visible_phone, .visible_s, .visible_xl, .visible_xs {
    display: none !important;
  }
  .visible_m {
    display: inline-block !important;
  }
  .visible_m.visible_block {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  .container_24 {
    width: 90%;
  }
  .grid_1, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16, .grid_17, .grid_18, .grid_19, .grid_2, .grid_20, .grid_21, .grid_22, .grid_23, .grid_24, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_5th {
    width: 100%;
  }
  .prefix_1, .prefix_10, .prefix_11, .prefix_12, .prefix_13, .prefix_14, .prefix_15, .prefix_16, .prefix_17, .prefix_18, .prefix_19, .prefix_2, .prefix_20, .prefix_21, .prefix_22, .prefix_23, .prefix_24, .prefix_3, .prefix_4, .prefix_5, .prefix_6, .prefix_7, .prefix_8, .prefix_9 {
    margin-left: 0;
  }
  .push_0, .push_1, .push_2, .push_3, .push_4, .push_5, .push_6, .push_7, .push_8, .push_9, .push_10, .push_11, .push_12, .push_13, .push_14, .push_15, .push_16, .push_17, .push_18, .push_19, .push_20, .push_21, .push_22, .push_23, .push_24 {
    left: 0;
  }
  .pull_0, .pull_1, .pull_2, .pull_3, .pull_4, .pull_5, .pull_6, .pull_7, .pull_8, .pull_9, .pull_10, .pull_11, .pull_12, .pull_13, .pull_14, .pull_15, .pull_16, .pull_17, .pull_18, .pull_19, .pull_20, .pull_21, .pull_22, .pull_23, .pull_24 {
    right: 0;
  }
  .no_inner_phone {
    padding-left: 0;
    padding-right: 0;
  }
  .no_inner_l_phone {
    padding-left: 0;
  }
  .no_inner_r_phone {
    padding-right: 0;
  }
  .no_inner_t_phone {
    padding-top: 0;
  }
  .no_inner_b_phone {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  body {
    min-width: 420px;
  }
  .grid_5th_s {
    width: 20%;
  }
  .grid_1_s {
    width: 4.1666666667%;
  }
  .grid_2_s {
    width: 8.3333333333%;
  }
  .grid_3_s {
    width: 12.5%;
  }
  .grid_4_s {
    width: 16.6666666667%;
  }
  .grid_5_s {
    width: 20.8333333333%;
  }
  .grid_6_s {
    width: 25%;
  }
  .grid_7_s {
    width: 29.1666666667%;
  }
  .grid_8_s {
    width: 33.3333333333%;
  }
  .grid_9_s {
    width: 37.5%;
  }
  .grid_10_s {
    width: 41.6666666667%;
  }
  .grid_11_s {
    width: 45.8333333333%;
  }
  .grid_12_s {
    width: 50%;
  }
  .grid_13_s {
    width: 54.1666666667%;
  }
  .grid_14_s {
    width: 58.3333333333%;
  }
  .grid_15_s {
    width: 62.5%;
  }
  .grid_16_s {
    width: 66.6666666667%;
  }
  .grid_17_s {
    width: 70.8333333333%;
  }
  .grid_18_s {
    width: 75%;
  }
  .grid_19_s {
    width: 79.1666666667%;
  }
  .grid_20_s {
    width: 83.3333333333%;
  }
  .grid_21_s {
    width: 87.5%;
  }
  .grid_22_s {
    width: 91.6666666667%;
  }
  .grid_23_s {
    width: 95.8333333333%;
  }
  .grid_24_s {
    width: 100%;
  }
  .prefix_0_s {
    margin-left: 0;
  }
  .prefix_1_s {
    margin-left: 4.1666666667%;
  }
  .prefix_2_s {
    margin-left: 8.3333333333%;
  }
  .prefix_3_s {
    margin-left: 12.5%;
  }
  .prefix_4_s {
    margin-left: 16.6666666667%;
  }
  .prefix_5_s {
    margin-left: 20.8333333333%;
  }
  .prefix_6_s {
    margin-left: 25%;
  }
  .prefix_7_s {
    margin-left: 29.1666666667%;
  }
  .prefix_8_s {
    margin-left: 33.3333333333%;
  }
  .prefix_9_s {
    margin-left: 37.5%;
  }
  .prefix_10_s {
    margin-left: 41.6666666667%;
  }
  .prefix_11_s {
    margin-left: 45.8333333333%;
  }
  .prefix_12_s {
    margin-left: 50%;
  }
  .prefix_13_s {
    margin-left: 54.1666666667%;
  }
  .prefix_14_s {
    margin-left: 58.3333333333%;
  }
  .prefix_15_s {
    margin-left: 62.5%;
  }
  .prefix_16_s {
    margin-left: 66.6666666667%;
  }
  .prefix_17_s {
    margin-left: 70.8333333333%;
  }
  .prefix_18_s {
    margin-left: 75%;
  }
  .prefix_19_s {
    margin-left: 79.1666666667%;
  }
  .prefix_20_s {
    margin-left: 83.3333333333%;
  }
  .prefix_21_s {
    margin-left: 87.5%;
  }
  .prefix_22_s {
    margin-left: 91.6666666667%;
  }
  .prefix_23_s {
    margin-left: 95.8333333333%;
  }
  .prefix_24_s {
    margin-left: 100%;
  }
  .push_0_s {
    left: 0;
  }
  .push_1_s {
    left: 4.1666666667%;
  }
  .push_2_s {
    left: 8.3333333333%;
  }
  .push_3_s {
    left: 12.5%;
  }
  .push_4_s {
    left: 16.6666666667%;
  }
  .push_5_s {
    left: 20.8333333333%;
  }
  .push_6_s {
    left: 25%;
  }
  .push_7_s {
    left: 29.1666666667%;
  }
  .push_8_s {
    left: 33.3333333333%;
  }
  .push_9_s {
    left: 37.5%;
  }
  .push_10_s {
    left: 41.6666666667%;
  }
  .push_11_s {
    left: 45.8333333333%;
  }
  .push_12_s {
    left: 50%;
  }
  .push_13_s {
    left: 54.1666666667%;
  }
  .push_14_s {
    left: 58.3333333333%;
  }
  .push_15_s {
    left: 62.5%;
  }
  .push_16_s {
    left: 66.6666666667%;
  }
  .push_17_s {
    left: 70.8333333333%;
  }
  .push_18_s {
    left: 75%;
  }
  .push_19_s {
    left: 79.1666666667%;
  }
  .push_20_s {
    left: 83.3333333333%;
  }
  .push_21_s {
    left: 87.5%;
  }
  .push_22_s {
    left: 91.6666666667%;
  }
  .push_23_s {
    left: 95.8333333333%;
  }
  .push_24_s {
    left: 100%;
  }
  .pull_0_s {
    right: 0;
  }
  .pull_1_s {
    right: 4.1666666667%;
  }
  .pull_2_s {
    right: 8.3333333333%;
  }
  .pull_3_s {
    right: 12.5%;
  }
  .pull_4_s {
    right: 16.6666666667%;
  }
  .pull_5_s {
    right: 20.8333333333%;
  }
  .pull_6_s {
    right: 25%;
  }
  .pull_7_s {
    right: 29.1666666667%;
  }
  .pull_8_s {
    right: 33.3333333333%;
  }
  .pull_9_s {
    right: 37.5%;
  }
  .pull_10_s {
    right: 41.6666666667%;
  }
  .pull_11_s {
    right: 45.8333333333%;
  }
  .pull_12_s {
    right: 50%;
  }
  .pull_13_s {
    right: 54.1666666667%;
  }
  .pull_14_s {
    right: 58.3333333333%;
  }
  .pull_15_s {
    right: 62.5%;
  }
  .pull_16_s {
    right: 66.6666666667%;
  }
  .pull_17_s {
    right: 70.8333333333%;
  }
  .pull_18_s {
    right: 75%;
  }
  .pull_19_s {
    right: 79.1666666667%;
  }
  .pull_20_s {
    right: 83.3333333333%;
  }
  .pull_21_s {
    right: 87.5%;
  }
  .pull_22_s {
    right: 91.6666666667%;
  }
  .pull_23_s {
    right: 95.8333333333%;
  }
  .pull_24_s {
    right: 100%;
  }
  .hidden_l, .hidden_m, .hidden_xl, .hidden_xs {
    display: inline-block !important;
  }
  .hidden_l.visible_block, .hidden_m.visible_block, .hidden_xl.visible_block, .hidden_xs.visible_block {
    display: block !important;
  }
  .hidden_s, .visible_l, .visible_m, .visible_xl, .visible_xs {
    display: none !important;
  }
  .visible_s {
    display: inline-block !important;
  }
  .visible_s.visible_block {
    display: block !important;
  }
  .no_inner_s {
    padding-left: 0;
    padding-right: 0;
  }
  .no_inner_l_s {
    padding-left: 0;
  }
  .no_inner_r_s {
    padding-right: 0;
  }
  .no_inner_t_s {
    padding-top: 0;
  }
  .no_inner_b_s {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 479px) {
  .grid_5th_xs {
    width: 20%;
  }
  .grid_1_xs {
    width: 4.1666666667%;
  }
  .grid_2_xs {
    width: 8.3333333333%;
  }
  .grid_3_xs {
    width: 12.5%;
  }
  .grid_4_xs {
    width: 16.6666666667%;
  }
  .grid_5_xs {
    width: 20.8333333333%;
  }
  .grid_6_xs {
    width: 25%;
  }
  .grid_7_xs {
    width: 29.1666666667%;
  }
  .grid_8_xs {
    width: 33.3333333333%;
  }
  .grid_9_xs {
    width: 37.5%;
  }
  .grid_10_xs {
    width: 41.6666666667%;
  }
  .grid_11_xs {
    width: 45.8333333333%;
  }
  .grid_12_xs {
    width: 50%;
  }
  .grid_13_xs {
    width: 54.1666666667%;
  }
  .grid_14_xs {
    width: 58.3333333333%;
  }
  .grid_15_xs {
    width: 62.5%;
  }
  .grid_16_xs {
    width: 66.6666666667%;
  }
  .grid_17_xs {
    width: 70.8333333333%;
  }
  .grid_18_xs {
    width: 75%;
  }
  .grid_19_xs {
    width: 79.1666666667%;
  }
  .grid_20_xs {
    width: 83.3333333333%;
  }
  .grid_21_xs {
    width: 87.5%;
  }
  .grid_22_xs {
    width: 91.6666666667%;
  }
  .grid_23_xs {
    width: 95.8333333333%;
  }
  .grid_24_xs {
    width: 100%;
  }
  .prefix_0_xs {
    margin-left: 0;
  }
  .prefix_1_xs {
    margin-left: 4.1666666667%;
  }
  .prefix_2_xs {
    margin-left: 8.3333333333%;
  }
  .prefix_3_xs {
    margin-left: 12.5%;
  }
  .prefix_4_xs {
    margin-left: 16.6666666667%;
  }
  .prefix_5_xs {
    margin-left: 20.8333333333%;
  }
  .prefix_6_xs {
    margin-left: 25%;
  }
  .prefix_7_xs {
    margin-left: 29.1666666667%;
  }
  .prefix_8_xs {
    margin-left: 33.3333333333%;
  }
  .prefix_9_xs {
    margin-left: 37.5%;
  }
  .prefix_10_xs {
    margin-left: 41.6666666667%;
  }
  .prefix_11_xs {
    margin-left: 45.8333333333%;
  }
  .prefix_12_xs {
    margin-left: 50%;
  }
  .prefix_13_xs {
    margin-left: 54.1666666667%;
  }
  .prefix_14_xs {
    margin-left: 58.3333333333%;
  }
  .prefix_15_xs {
    margin-left: 62.5%;
  }
  .prefix_16_xs {
    margin-left: 66.6666666667%;
  }
  .prefix_17_xs {
    margin-left: 70.8333333333%;
  }
  .prefix_18_xs {
    margin-left: 75%;
  }
  .prefix_19_xs {
    margin-left: 79.1666666667%;
  }
  .prefix_20_xs {
    margin-left: 83.3333333333%;
  }
  .prefix_21_xs {
    margin-left: 87.5%;
  }
  .prefix_22_xs {
    margin-left: 91.6666666667%;
  }
  .prefix_23_xs {
    margin-left: 95.8333333333%;
  }
  .prefix_24_xs {
    margin-left: 100%;
  }
  .push_0_xs {
    left: 0;
  }
  .push_1_xs {
    left: 4.1666666667%;
  }
  .push_2_xs {
    left: 8.3333333333%;
  }
  .push_3_xs {
    left: 12.5%;
  }
  .push_4_xs {
    left: 16.6666666667%;
  }
  .push_5_xs {
    left: 20.8333333333%;
  }
  .push_6_xs {
    left: 25%;
  }
  .push_7_xs {
    left: 29.1666666667%;
  }
  .push_8_xs {
    left: 33.3333333333%;
  }
  .push_9_xs {
    left: 37.5%;
  }
  .push_10_xs {
    left: 41.6666666667%;
  }
  .push_11_xs {
    left: 45.8333333333%;
  }
  .push_12_xs {
    left: 50%;
  }
  .push_13_xs {
    left: 54.1666666667%;
  }
  .push_14_xs {
    left: 58.3333333333%;
  }
  .push_15_xs {
    left: 62.5%;
  }
  .push_16_xs {
    left: 66.6666666667%;
  }
  .push_17_xs {
    left: 70.8333333333%;
  }
  .push_18_xs {
    left: 75%;
  }
  .push_19_xs {
    left: 79.1666666667%;
  }
  .push_20_xs {
    left: 83.3333333333%;
  }
  .push_21_xs {
    left: 87.5%;
  }
  .push_22_xs {
    left: 91.6666666667%;
  }
  .push_23_xs {
    left: 95.8333333333%;
  }
  .push_24_xs {
    left: 100%;
  }
  .pull_0_xs {
    right: 0;
  }
  .pull_1_xs {
    right: 4.1666666667%;
  }
  .pull_2_xs {
    right: 8.3333333333%;
  }
  .pull_3_xs {
    right: 12.5%;
  }
  .pull_4_xs {
    right: 16.6666666667%;
  }
  .pull_5_xs {
    right: 20.8333333333%;
  }
  .pull_6_xs {
    right: 25%;
  }
  .pull_7_xs {
    right: 29.1666666667%;
  }
  .pull_8_xs {
    right: 33.3333333333%;
  }
  .pull_9_xs {
    right: 37.5%;
  }
  .pull_10_xs {
    right: 41.6666666667%;
  }
  .pull_11_xs {
    right: 45.8333333333%;
  }
  .pull_12_xs {
    right: 50%;
  }
  .pull_13_xs {
    right: 54.1666666667%;
  }
  .pull_14_xs {
    right: 58.3333333333%;
  }
  .pull_15_xs {
    right: 62.5%;
  }
  .pull_16_xs {
    right: 66.6666666667%;
  }
  .pull_17_xs {
    right: 70.8333333333%;
  }
  .pull_18_xs {
    right: 75%;
  }
  .pull_19_xs {
    right: 79.1666666667%;
  }
  .pull_20_xs {
    right: 83.3333333333%;
  }
  .pull_21_xs {
    right: 87.5%;
  }
  .pull_22_xs {
    right: 91.6666666667%;
  }
  .pull_23_xs {
    right: 95.8333333333%;
  }
  .pull_24_xs {
    right: 100%;
  }
  .hidden_l, .hidden_m, .hidden_s, .hidden_xl {
    display: inline-block !important;
  }
  .hidden_l.visible_block, .hidden_m.visible_block, .hidden_s.visible_block, .hidden_xl.visible_block {
    display: block !important;
  }
  .hidden_xs, .visible_l, .visible_m, .visible_s, .visible_xl {
    display: none !important;
  }
  .visible_xs {
    display: inline-block !important;
  }
  .visible_xs.visible_block {
    display: block !important;
  }
  .no_inner_xs {
    padding-left: 0;
    padding-right: 0;
  }
  .no_inner_l_xs {
    padding-left: 0;
  }
  .no_inner_r_xs {
    padding-right: 0;
  }
  .no_inner_t_xs {
    padding-top: 0;
  }
  .no_inner_b_xs {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hidden_phone {
    display: none !important;
  }
  .visible_phone {
    display: inline-block !important;
  }
  .visible_phone.visible_block {
    display: block !important;
  }
}
@media print {
  * {
    background: 0 0 !important;
    color: #000 !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    font-family: Arial, Helvetica, sans-serif;
    margin: 20px 0;
    text-align: left !important;
  }
  body {
    font-size: 11px;
    line-height: 1.2em;
  }
  body div {
    display: block;
    float: left;
    width: 90%;
    margin: 10px auto;
    padding: 0;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: "";
    display: none;
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2, h3, p {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  h1, h2, h3, h4, h5, p, table, ul {
    margin: 0 0 8px;
    padding: 0;
  }
  .hidden_print {
    display: none !important;
  }
}
/*
 * qTip2 - Pretty powerful tooltips - v2.2.1
 * http://qtip2.com
 *
 * Copyright (c) 2014 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Sat Sep 6 2014 11:12 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11; /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
  top: 16px;
} /* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma, sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/*! Light tooltip style */
.qtip-light {
  background-color: white;
  border-color: #E2E2E2;
  color: #454545;
}

.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/*! Dark tooltip style */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

.qtip-dark .qtip-titlebar {
  background-color: #404040;
}

.qtip-dark .qtip-icon {
  border-color: #444;
}

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/*! Cream tooltip style */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}

.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/*! Red tooltip style */
.qtip-red {
  background-color: #F78B83;
  border-color: #D95252;
  color: #912323;
}

.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}

.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

.qtip-red .qtip-icon {
  border-color: #D95252;
}

.qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}

/*! Green tooltip style */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}

.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/*! Blue tooltip style */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}

.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: white;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, black));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, black 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, black 100%);
}

.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}

.qtip-youtube .qtip-content {
  padding: 0.75em;
  font: 12px arial, sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

.qtip-youtube .qtip-icon {
  border-color: #222;
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* jQuery TOOLS Tooltip style */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid rgb(241, 241, 241);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}

/* IE Specific */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

.qtip-jtools .qtip-titlebar,
.qtip-jtools .qtip-content {
  background: transparent;
  color: white;
  border: 0 dashed transparent;
}

.qtip-jtools .qtip-icon {
  border-color: #555;
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}

/* Cluetip style */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: white;
  border: 0 dashed transparent;
}

.qtip-cluetip .qtip-icon {
  border-color: #808064;
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* Tipsy style */
.qtip-tipsy {
  background: black;
  background: rgba(0, 0, 0, 0.87);
  color: white;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 16px;
  text-shadow: 0 1px black;
}

.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}

.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}

.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* Tipped style */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: normal;
  font-family: serif;
}

.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: white;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}

.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap {
  /** Taken from Bootstrap body */
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  /** Taken from Bootstrap .popover */
  padding: 1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.qtip-bootstrap .qtip-titlebar {
  /** Taken from Bootstrap .popover-title */
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
  /**
   * Overrides qTip2:
   * .qtip-titlebar .qtip-close{
   *   [...]
   *   right: 4px;
   *   top: 50%;
   *   [...]
   *   border-style: solid;
   * }
   */
  right: 11px;
  top: 45%;
  border-style: none;
}

.qtip-bootstrap .qtip-content {
  /** Taken from Bootstrap .popover-content */
  padding: 9px 14px;
}

.qtip-bootstrap .qtip-icon {
  /**
   * Overrides qTip2:
   * .qtip-default .qtip-icon {
   *   border-color: #CCC;
   *   background: #F1F1F1;
   *   color: #777;
   * }
   */
  background: transparent;
}

.qtip-bootstrap .qtip-icon .ui-icon {
  /**
   * Overrides qTip2:
   * .qtip-icon .ui-icon{
   *   width: 18px;
   *   height: 14px;
   * }
   */
  width: auto;
  height: auto;
  /* Taken from Bootstrap .close */
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
  /* Taken from Bootstrap .close:hover */
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.qtipmodal-ie6fix {
  position: absolute !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin: 24px 0;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 12px;
}

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 62px;
  left: -16px;
  top: -20px;
  background-image: url(../images/backgrounds/budget-slider-handles.png);
  background-size: auto 100%;
  background-position: left top;
  cursor: ew-resize;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper {
  background-position: right top;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-background {
  background: #FFCB05;
}

.noUi-connect {
  background: #3A3A3C;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-target {
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  /* border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF; */
  cursor: default;
  /* box-shadow: inset 0 0 1px #FFF,
  			inset 0 1px 7px #EBEBEB,
  			0 3px 6px -3px #BBB; */
}

.noUi-active {
  /* box-shadow: inset 0 0 1px #FFF,
  			inset 0 1px 7px #DDD,
  			0 3px 6px -3px #BBB; */
}

/* Handle stripes;
 */
/* .noUi-handle:before,
.noUi-handle:after {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 14px;
	top: 6px;
}
.noUi-handle:after {
	left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
} */
/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.budget_slider_values {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* ================================= */
/* Body and Universal Reset */
/* ================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  background: #EEEEEE;
  min-height: 100%;
}

body {
  background: #FFFFFF;
  height: auto;
  position: relative;
}

#popupWindowCaller {
  display: none;
}

img {
  border: none;
}

::selection {
  background: #393E42;
  color: #FFFFFF;
}

::-moz-selection {
  background: #393E42;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  html, body {
    font-size: 14px;
    line-height: 20px;
  }
  #homePage #menu_mobile {
    display: none;
  }
  .text_align_center_phone {
    text-align: center !important;
  }
  .no_inner_phone {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .no_inner_xs {
    padding: 0;
  }
}
/* ================================= */
/* Defaults */
/* ================================= */
.clear {
  width: 100%;
}

.max_container {
  max-width: 2000px;
}
@media (min-width: 2000px) {
  .max_container {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.collapse_header {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.collapse_header:after {
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  content: "\f0d8";
  margin-left: 5px;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform ease 0.2s;
  -moz-transition: -moz-transform ease 0.2s;
  -ms-transition: -ms-transform ease 0.2s;
  -o-transition: -o-transform ease 0.2s;
  transition: transform ease 0.2s;
}

.collapse_header.closed:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.no-csstransforms .collapse_header.closed:after {
  content: "\f0d7";
}

.vert_align_container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.251em; /* Adjust this for spacing */
}

.vert_align_container .vert_align {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.vert_center_container {
  width: 100%;
  display: table;
  height: 100%;
}
.vert_center_container .inner_vert_center_container {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.inner_t {
  padding-top: 30px;
}

.inner_b {
  padding-bottom: 30px;
}

.inline_inherit {
  color: inherit;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-break: inherit;
  text-align: inherit;
  text-transform: inherit;
  padding: 0;
  margin: 0;
}

/* ================================= */
/* Instant Click Progress Bar */
/* ================================= */
#instantclick-bar {
  background: #FFCB05;
}

/* ================================= */
/* Typography */
/* ================================= */
#content ul.noContent li:before, #content .noContent ul li:before, #content .slickslider .slick-dots li:before {
  content: none;
  display: none;
}

#content ul.noContent li, #content .noContent ul li {
  text-indent: 0;
  margin-left: 0;
}

#content .slickslider .slick-dots {
  margin-left: 0 !important;
}

/* ================================= */
/* Slick Slider Defaults */
/* ================================= */
.slick-slider {
  /* Pagination Dots */
  /* ================================= */
}
.slick-slider .draggable {
  /* cursor: move; */
}
.slick-slider * {
  outline: none !important;
}
.slick-slider ul.slick-dots {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  background: #fff;
  margin: 0;
}
.slick-slider ul.slick-dots li {
  text-indent: 0;
  display: inline-block;
  float: none;
  margin-left: 6px;
}
.slick-slider ul.slick-dots li:before {
  content: "";
  display: none;
  margin: 0;
  padding: 0;
  border: 0;
}
.slick-slider ul.slick-dots li button {
  background: #FFCB05;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: none;
  text-indent: -9999px;
  padding: 0;
  display: inline-block;
  margin: 0 5px;
  float: none;
}
@media (max-width: 767px) {
  .slick-slider ul.slick-dots li button {
    height: 15px;
    width: 15px;
  }
}
.slick-slider ul.slick-dots li.slick-active button {
  background: rgb(209, 165.528, 0);
}

/* ================================= */
/* Off Canvas Menu */
/* ================================= */
html, body, .onCanvas {
  background: #FFFFFF;
}

@media (min-width: 767px) {
  .onCanvas {
    transform: none !important;
  }
}
a.offCanvas_trigger {
  margin: 0;
  padding: 13px 0 0 20px;
  height: 26px;
  position: relative;
  display: inline-block;
  z-index: 999;
}

.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item,
.offCanvas_trigger_item {
  background: #FFCB05;
}

ul.offCanvas_menu li.members_menu_div {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #5F5F5F;
}

/* ================================= */
/* Self Drawing SVGs */
/* ================================= */
/* .on_screen { */
.cssanimations a.home_service:hover svg.self_drawing {
  /* &.self_drawing_order_2 path { animation-delay: 0.5s; }
  &.self_drawing_order_3 path { animation-delay: 1s; }
  &.self_drawing_order_4 path { animation-delay: 1.5s; }
  &.self_drawing_order_5 path { animation-delay: 2s; }
  &.self_drawing_order_6 path { animation-delay: 2.5s; } */
}
.cssanimations a.home_service:hover svg.self_drawing path {
  stroke: #000;
  opacity: 0;
  stroke-width: 0;
  stroke-dasharray: 600px;
  stroke-dashoffset: 600px;
  animation-name: draw;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  fill-opacity: 0;
}

@keyframes draw {
  1% {
    opacity: 1;
    stroke-width: 1;
  }
  88% {
    fill-opacity: 0;
    stroke-width: 1;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
    stroke-width: 0;
    opacity: 1;
  }
}
/* ================================= */
/* Sidebar */
/* ================================= */
#content #sidebar {
  margin-top: 15px;
}

.sub_nav {
  background-color: #FAFAFA;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 15px 0px;
}
.sub_nav a {
  display: block;
  color: #333;
  padding: 5px 20px;
  text-decoration: none;
}
.sub_nav a:hover {
  color: #FFCB05;
}
.sub_nav a.down {
  color: #FFCB05;
  font-weight: bold;
}
.sub_nav a.sub_nav_heading {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: bold;
  background: #FFCB05;
  font-size: 22px;
}
.sub_nav a.level_1 {
  padding-left: 35px;
}
.sub_nav a.level_2 {
  font-size: 11px;
  padding-left: 50px;
}
.sub_nav a.level_3 {
  font-size: 11px;
  padding-left: 65px;
}

/* ================================= */
/* Content */
/* ================================= */
#content {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
}

.copy p, .copy table, .copy ul, .copy ol {
  margin: 0 0 18px 0;
}

.copy ul, .copy ol {
  margin-left: 18px;
}

/* ================================= */
/* Widgets */
/* ================================= */
.widget {
  margin-top: 15px;
  margin-bottom: 10px;
}
.widget .widget_title {
  padding: 10px 15px 10px 20px;
  background: #FFCB05;
  font-size: 13px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 0;
}
.widget .widget_title h2 {
  color: #FFFFFF;
  margin: 0;
}
.widget .widget_content {
  background: #FAFAFA;
  padding: 10px 15px 15px 20px;
}
.widget .widget_content h2, .widget .widget_content h2 a {
  font-size: 13px;
  line-height: 17px;
  color: #000000;
  margin-bottom: 0;
}
.widget .widget_content p {
  margin-bottom: 10px !important;
}
.widget .widget_content ul {
  margin-bottom: 0 !important;
}
.widget .widget_content ul li {
  font-weight: bold;
  margin-left: 0px !important;
  margin-bottom: 5px;
}
.widget .widget_content ul li:before {
  margin-right: 3px;
  font-size: 13px !important;
}
.widget .widget_content .widget_date {
  padding: 8px 0 13px;
  margin: 4px 8px 10px 10px;
  text-align: center;
  width: 72px;
  background-color: #FFCB05;
  text-transform: uppercase;
  float: right;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
}
.widget .widget_content .widget_date h2 {
  font-weight: bold;
  font-size: 30px;
  text-transform: none;
  color: #FFFFFF;
  margin: 10px;
}
.widget .widget_content .blogDate {
  color: #000000;
  font-style: italic;
  display: block;
  margin-bottom: 13px;
  line-height: 14px;
}
.widget .widget_content .blogLink {
  text-decoration: underline;
}
.widget .widget_content .widget_form_row {
  margin: 3px 0;
  text-align: right;
}
.widget .widget_content .widget_form_row label {
  width: 21.5%;
  text-align: left;
  margin-right: 2%;
  display: inline-block;
}
@media (max-width: 1023px) {
  .widget .widget_content .widget_form_row label {
    width: 100%;
    display: block;
  }
}
.widget .widget_content .widget_form_input {
  text-align: right;
  width: 73%;
  padding-right: 1%;
  display: inline-block;
}
@media (max-width: 1023px) {
  .widget .widget_content .widget_form_input {
    width: 100%;
  }
}
.widget .widget_content .widget_form_button {
  margin-top: 7px;
  padding-right: 1%;
  text-align: right;
}

.home_page .widget_content {
  min-height: 162px;
}

/* ================================= */
/* Sitemap */
/* ================================= */
#content ul.sitemap {
  list-style: none;
  margin: 0px;
  padding: 0px;
  float: left;
  display: block;
  width: 100%;
}
#content ul.sitemap a {
  color: #3A3A3C;
  border-bottom: 1px solid #E3E3E1;
  padding: 10px 5px;
  display: block;
}
#content ul.sitemap a:hover {
  color: #FFCB05;
}
#content ul.sitemap li.sitemapHeading > a {
  font-size: 16px;
  margin: 0;
  font-weight: bold;
}
#content ul.sitemap li ul {
  margin-left: 30px;
}
.byLine {
  white-space: nowrap;
}
.byLine span {
  position: relative;
  display: inline-block;
  top: -5px;
  margin: 0 3px 0;
}

/* ================================= */
/* Breadcrumbs */
/* ================================= */
#content #breadcrumbs {
  display: block;
  float: left;
  width: 100%;
  background: #fafbfc;
  border-bottom: 1px solid #e1e2e3;
}
#content #breadcrumbs ul {
  list-style: none;
  margin: 14px 0;
  display: block;
  position: relative;
  float: left;
  width: 95%;
}
#content #breadcrumbs ul li {
  display: inline;
  padding: 0 5px 0 0;
  color: #333;
}
#content #breadcrumbs ul li a {
  padding: 0 5px 0 0;
  color: #333;
  font-size: 12px;
}
#content #breadcrumbs ul li a:hover {
  color: #FFCB05;
}
#content #breadcrumbs ul li a.currentBreadcrumb {
  color: #7d7d7d;
  text-transform: none;
}
#content span.breadcrumbDivider {
  color: #888888;
  padding: 0;
  display: inline-block;
  font-size: 13px;
  line-height: 12px;
}

/* ================================= */
/* Enquiry Form */
/* ================================= */
.required_fields_heading {
  font-size: 11px;
}

.form_required i, .required_fields_heading i {
  color: #FF9898;
}

.form_label, .form_required, .form_field {
  margin: 6px 0;
}

.form_label {
  width: 20%;
  padding: 7px 0 0 0;
  clear: both;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: -1px;
}
.form_label.form_label_full {
  width: 100%;
}

.form_required {
  width: 5%;
  padding: 10px 0 0 0;
}

.form_field {
  width: 75%;
  min-height: 30px;
}

@media (max-width: 767px) {
  .form_label {
    width: auto;
    padding: 0;
  }
  .form_required {
    width: 5%;
    padding: 0 0 0 10px;
  }
  .form_field {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}
#content .errorInput {
  background: #FFFFFF url(/assets/images/icons/error.gif) no-repeat right center;
  background: #FFFFFF url(/assets/images/icons/error_input.png) no-repeat right 10px center/17px 17px;
  box-shadow: #EDC9C4 0 0 4px;
  border: 1px solid #ED5E56;
}

.imageVerification * {
  vertical-align: middle;
  margin: 0 5px 0 0;
  text-decoration: none !important;
}
.imageVerification input,
.imageVerification input[type=text] {
  width: 25%;
}

.errorText {
  color: #ED5E56;
}

input.hintText, .form_note {
  color: #999999;
}

/* ================================= */
/* Form Fields Inputs */
/* ================================= */
input, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  outline: none;
  width: 100%;
}

input[type=text], input[type=email], input[type=number], input[type=url], input[type=password], textarea, select, .custom_select span {
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #BABABA;
  box-shadow: rgba(255, 255, 255, 0) 0 0 4px;
  transition: box-shadow linear 0.2s, border linear 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  /* Change the autofill to any color */
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=url]:focus, input[type=password]:focus, textarea:focus, select:focus, .custom_select span:focus {
  border: 1px solid #FFCB05 !important;
}
input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, .custom_select span::-webkit-input-placeholder {
  color: #BBB;
  font-size: 1em;
  line-height: 1.2em;
}
input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=number]:-moz-placeholder, input[type=url]:-moz-placeholder, input[type=password]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, .custom_select span:-moz-placeholder { /* Firefox 18- */
  color: #BBB;
  font-size: 1em;
  line-height: 1.2em;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .custom_select span::-moz-placeholder { /* Firefox 19+ */
  color: #BBB;
  font-size: 1em;
  line-height: 1.2em;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, .custom_select span:-ms-input-placeholder {
  color: #BBB;
  font-size: 1em;
  line-height: 1.2em;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:focus, input[type=email]:-webkit-autofill, input[type=email]:-webkit-autofill:focus, input[type=number]:-webkit-autofill, input[type=number]:-webkit-autofill:focus, input[type=url]:-webkit-autofill, input[type=url]:-webkit-autofill:focus, input[type=password]:-webkit-autofill, input[type=password]:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:focus, .custom_select span:-webkit-autofill, .custom_select span:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px rgb(255, 245.432, 209) inset;
  border: 1px solid #FFCB05 !important;
  -webkit-text-fill-color: #FFCB05 !important;
}
input[type=text][readonly], input[type=email][readonly], input[type=number][readonly], input[type=url][readonly], input[type=password][readonly], textarea[readonly], select[readonly], .custom_select span[readonly] {
  background: #E6E6E6;
}
input[type=text][readonly]:focus, input[type=email][readonly]:focus, input[type=number][readonly]:focus, input[type=url][readonly]:focus, input[type=password][readonly]:focus, textarea[readonly]:focus, select[readonly]:focus, .custom_select span[readonly]:focus {
  border: 1px solid #BABABA !important;
}

/* ================================= */
/* Custom Checkboxes & Radio Buttons */
/* ================================= */
input[type=radio].custom_input,
input[type=checkbox].custom_input {
  display: none;
  /* Large, boxy inputs */
}
.lt-ie9 input[type=radio].custom_input,
.lt-ie9 input[type=checkbox].custom_input {
  width: auto;
  display: block;
  float: left;
  margin: 5px 10px 0px 0px;
}
input[type=radio].custom_input + label,
input[type=checkbox].custom_input + label {
  display: block;
  padding-right: 16px;
  cursor: pointer;
  text-align: left;
  margin-bottom: 6px;
}
input[type=radio].custom_input + label:before,
input[type=checkbox].custom_input + label:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 0px 1px #BABABA;
  float: left;
  margin: 5px 10px 0px 0px;
  -webkit-transition: background 0.1s ease;
  -moz-transition: background 0.1s ease;
  -ms-transition: background 0.1s ease;
  -o-transition: background 0.1s ease;
  transition: background 0.1s ease;
}
.lt-ie9 input[type=radio].custom_input + label:before,
.lt-ie9 input[type=checkbox].custom_input + label:before {
  display: none;
}
.no-boxshadow input[type=radio].custom_input + label:before,
.no-boxshadow input[type=checkbox].custom_input + label:before {
  outline: 1px solid #BABABA;
}
input[type=radio].custom_input + label:hover:before,
input[type=checkbox].custom_input + label:hover:before {
  background: #BABABA;
}
input[type=radio].custom_input + label.active:before, input[type=radio].custom_input:checked + label:before, input[type=radio].custom_input:checked + label:hover:before,
input[type=checkbox].custom_input + label.active:before,
input[type=checkbox].custom_input:checked + label:before,
input[type=checkbox].custom_input:checked + label:hover:before {
  background: #FFCB05;
}
input[type=radio].custom_input.box + label,
input[type=checkbox].custom_input.box + label {
  border: 1px solid #BABABA;
  padding: 10px;
}
input[type=radio].custom_input.box + label.active, input[type=radio].custom_input.box:checked + label, input[type=radio].custom_input.box:checked + label:hover,
input[type=checkbox].custom_input.box + label.active,
input[type=checkbox].custom_input.box:checked + label,
input[type=checkbox].custom_input.box:checked + label:hover {
  border-color: #FFCB05;
}

input[type=radio].custom_input + label:before {
  border-radius: 13px;
}

/* ================================= */
/* Tables */
/* ================================= */
table.invisibleTable tr:hover .mceLayout td {
  border-top: 1px solid #CCCCCC;
}

table.invisibleTable tr .mceLayout td table {
  margin: 10px 0 5px !important;
}

/* ================================= */
/* Buttons */
/* ================================= */
input[type=submit], button, .button, button.button {
  padding: 18px 40px;
  border: 2px solid #FFCB05;
  display: inline-block;
  line-height: 1em;
  border-radius: 30px;
  cursor: pointer;
  width: auto;
  font-weight: bold;
  margin-bottom: 3px;
  transition: all 0.2s ease;
  position: relative;
  top: 0px;
  background: transparent;
  text-decoration: none !important;
  color: #FFCB05;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]:hover, button:hover, .button:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #FFCB05;
}
input[type=submit]:active, button:active, .button:active {
  outline: 0;
  opacity: 0.9;
}
input[type=submit]:focus, button:focus, .button:focus {
  outline: 0;
}
input[type=submit].button_white, button.button_white, .button.button_white {
  color: #fff;
  border-color: #fff;
}
input[type=submit].button_white:hover, button.button_white:hover, .button.button_white:hover {
  color: #FFCB05;
  background-color: #fff;
}
input[type=submit].button_white_bg, button.button_white_bg, .button.button_white_bg {
  background-color: #fff;
  border-color: #fff;
  color: #3A3A3C;
}
input[type=submit].button_white_bg:hover, button.button_white_bg:hover, .button.button_white_bg:hover {
  color: #fff;
  background-color: #FFCB05;
}
input[type=submit].button_yellow, button.button_yellow, .button.button_yellow {
  color: #fff;
  border-color: #FFCB05;
  background-color: #FFCB05;
}
input[type=submit].button_yellow:hover, button.button_yellow:hover, .button.button_yellow:hover {
  color: #FFCB05;
  background-color: #fff;
}
input[type=submit].button_dark_outline, button.button_dark_outline, .button.button_dark_outline {
  color: #3A3A3C;
  border-color: #3A3A3C;
  background-color: transparent;
}
input[type=submit].button_dark_outline:hover, button.button_dark_outline:hover, .button.button_dark_outline:hover {
  color: #fff;
  background-color: #3A3A3C;
}
input[type=submit].button_full_width, button.button_full_width, .button.button_full_width {
  width: 100%;
  text-align: center;
}
input[type=submit].button_small, button.button_small, .button.button_small {
  padding: 4px 10px;
}
input[type=submit].button_large, button.button_large, .button.button_large {
  padding: 22px 65px;
  font-size: 20px;
  border-radius: 40px;
}

.button a,
.button a:hover,
.button a:active {
  color: inherit;
  text-decoration: none !important;
}

.delete-button {
  color: #ED5E56;
}

/* ================================= */
/* Errors / Info / Caution */
/* ================================= */
.error_box, .info_box {
  margin: 0 0 15px 0;
  padding: 15px;
  color: #555555;
  display: block;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.error_box {
  padding: 15px;
  background-color: #FFF0F1;
  color: #ED5E56;
  font-weight: bold;
  text-align: left;
}
.error_box h3 {
  margin: -15px -15px 0;
  padding: 15px;
  background: #FFE4E4;
  text-transform: uppercase;
  font-size: 14px;
  color: #ED5E56;
}
.error_box i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 10px;
  color: #ED5E56;
}

.info_box {
  border-color: #D5F296;
  background-color: #F2FCDC;
  padding: 15px;
  color: #7F9E42;
  font-weight: bold;
  text-align: left;
}
.info_box i {
  font-size: 17px;
  vertical-align: middle;
  margin-right: 10px;
  color: #7F9E42;
  margin-top: -3px;
}

#content .error_box ul {
  margin-bottom: 0;
  margin-top: 16px;
  font-size: 12px;
  margin-left: 3px;
}

/* ================================= */
/* Message Boxes */
/* ================================= */
.msg_box {
  position: relative;
  margin: 20px 0;
  padding: 10px 10px 10px 45px;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: #555555;
}
.msg_box.info {
  background: #E1F2F7 url("/assets/images/icons/information.png") no-repeat 15px 14px;
  border-color: #C5E4ED;
}
.msg_box.success {
  background: #F2FCDC url("/assets/images/icons/accept.png") no-repeat 15px 14px;
  border-color: #D5F296;
}
.msg_box.caution {
  background: #FFFCD9 url("/assets/images/icons/error.png") no-repeat 15px 14px;
  border-color: #F5F0AE;
}
.msg_box.error {
  background: #FFF2ED url("/assets/images/icons/exclamation.png") no-repeat 15px 14px;
  border-color: #F5C2AE;
}
.msg_box a.close {
  position: absolute;
  top: 3px;
  right: 0px;
  padding: 5px 10px;
}

/* ================================= */
/* Icons */
/* ================================= */
.small-icon {
  font-size: 14px;
}

.medium-icon {
  font-size: 22px;
  vertical-align: middle;
}

.large-icon {
  font-size: 35px;
  vertical-align: middle;
}

/* ================================= */
/* bPopup - Default Styling */
/* ================================= */
.js_bPopup {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  max-width: 90%;
}
.js_bPopup .pop_up_padding {
  padding: 25px 30px;
  position: relative;
}
.js_bPopup .pop_up_padding .close_js {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 20px;
  cursor: pointer;
}

/* ================================= */
/* Qtip  */
/* ================================= */
.default_qtip {
  background: #FFCB05;
  padding: 8px 5px;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #FFCB05; /* Arrow Color - Same as background*/
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-left: 4px;
}
.default_qtip .qtip-content {
  color: #fff;
}

/* ================================= */
/* TinyMCE */
/* ================================= */
.editor {
  width: 100%;
}

#content .mceEditor table {
  margin: 0;
}

/* ================================= */
/* Slick slider  */
/* ================================= */
/* Standard Styles */
.slickslider {
  background: url(/assets/images/icons/ajax-loader-alt.gif) no-repeat center center;
  overflow: hidden;
}
.slickslider, .slickslider .banner_text {
  height: 300px;
}
.slickslider .slide_container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  outline: none;
}
.slickslider .slide_container .banner_text h2 {
  font-size: 36px;
  line-height: 40px;
}
.slickslider .slide_container .banner_text .button {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .slickslider .slide_container .banner_text {
    text-align: center;
  }
}
.slickslider ul.slick-dots {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.slickslider ul.slick-dots li {
  display: inline-block;
  text-indent: 0;
  margin-left: 0;
  padding: 0;
  margin: 0 5px;
}
.slickslider ul.slick-dots li button {
  text-shadow: none !important;
  padding: 0;
  text-indent: -9999px !important;
  height: 15px;
  width: 15px;
  line-height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow: none !important;
  text-indent: 0;
  background: #404042;
}
.slickslider ul.slick-dots li.slick-active button {
  background: #FFCB05;
}
.slickslider .slicknav {
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 99;
  color: #fff;
  background: #FFCB05;
  text-align: center;
  font-size: 30px;
}
.slickslider .slicknav.next_arrow {
  right: 0;
}
.slickslider .slicknav.next_arrow:before {
  margin-left: 5px;
  content: "\f105";
  font-family: "FontAwesome";
}
.slickslider .slicknav.prev_arrow {
  left: 0;
}
.slickslider .slicknav.prev_arrow:before {
  margin-right: 5px;
  content: "\f104";
  font-family: "FontAwesome";
}
.slickslider .slicknav.next_arrow, .slickslider .slicknav.prev_arrow {
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  display: block;
}
.slickslider .slicknav.next_arrow:hover, .slickslider .slicknav.prev_arrow:hover {
  background: rgb(255, 213.608, 56);
}
.slickslider .slicknav.next_arrow:active, .slickslider .slicknav.prev_arrow:active {
  background: rgb(255, 218.912, 81.5);
}
@media (max-width: 767px) {
  .slickslider .slicknav {
    display: none !important;
  }
}

.slickslider_gallery, .slickslider_gallery .slide_container, .slickslider_gallery .slide_container a {
  height: auto;
  max-height: 661px;
}
.slickslider_gallery .slide_container a {
  display: block;
}
.slickslider_gallery .slide_container a img {
  width: 100%;
  height: auto;
}

.slickslider_gallery_thumbs {
  max-height: 150px;
  background: none;
}
.slickslider_gallery_thumbs .slide_container {
  height: 150px;
  -webkit-backface-visibility: hidden;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}
.slickslider_gallery_thumbs .slide_container:hover {
  opacity: 0.8;
  cursor: pointer;
}
.slickslider_gallery_thumbs .slide_container.slick-current {
  opacity: 0.5;
  cursor: pointer;
}

/*
	 	Blinking Cursor
		https://github.com/mattboldt/typed.js/
*/
.typed-cursor {
  opacity: 1;
  animation: blink 0.7s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flexi {
  display: flex;
}
.flexi.row {
  width: 100%;
}

.flexi_wrap {
  flex-wrap: wrap;
}

.flexi_center {
  justify-content: center;
}

.flexi_left {
  justify-content: flex-start;
}

.flexi_right {
  justify-content: flex-end;
}

.flexi_spread {
  justify-content: space-between;
}

.flexi_top {
  align-items: flex-start;
}

.flexi_middle {
  align-items: center;
}

.flexi_bottom {
  align-items: flex-end;
}

.flexi_vert {
  flex-direction: column;
}

.grey-bg {
  background-color: #FAFAFA;
}
.grey-bg .html-content-block {
  padding: 35px 0 20px;
}

.html-content-block-wrapper {
  float: left;
  width: 100%;
}

@media (min-width: 1023px) {
  .small .container_24 {
    width: 800px;
  }
}

.tall .html-content-block {
  padding: 50px 0;
}
@media (min-width: 1023px) {
  .tall .html-content-block {
    padding: 90px 20px;
  }
}

.block_5_column_services_wrapper {
  float: left;
  width: 100%;
  padding: 60px 0;
}
.block_5_column_services_wrapper .block_5_column_services_title {
  padding-bottom: 40px;
}
.block_5_column_services_wrapper .block_5_column_services_title h1 {
  margin-bottom: 30px;
}
.block_5_column_services_wrapper .block_5_column_services_title p {
  font-size: 1.2em;
}
.block_5_column_services_wrapper .block_5_column_services_content {
  padding-bottom: 30px;
}
.block_5_column_services_wrapper .block_5_column_services_content .service_image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 104px;
  margin-bottom: 20px;
}
.block_5_column_services_wrapper .block_5_column_services_content .service_content h3 {
  color: #333;
  margin-bottom: 20px;
}
.block_5_column_services_wrapper .block_5_column_services_content .service_content p {
  letter-spacing: -1px;
}

.grecaptcha-badge {
  z-index: 10;
}

.addthis_inline_share_toolbox {
  text-align: center;
  height: 47px;
}

#popupForm {
  padding: 0;
}
#popupForm .landing_form {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #popupForm .landing_form {
    padding: 40px 0;
  }
}

input[type=text]#hpot {
  display: none;
}

/* ================================= */
/* Header */
/* ================================= */
.header_fill {
  height: 114px; /* This must match header height */
  position: relative;
  float: left;
  width: 100%;
  display: block;
  transition: ease-out 0.2s height;
}
@media (max-width: 767px) {
  .header_fill {
    height: 64px !important; /* This must match header height */
  }
}

#header {
  background-color: #FFF;
  display: block;
  width: 100%;
  float: left;
  padding: 30px 0;
  position: relative;
  position: fixed;
  z-index: 100;
  transition: ease-out 0.2s padding, linear 0.2s background-color;
  border-bottom: 1px solid #E3E3E1;
}
#header .header_container {
  padding: 0 80px;
}
@media (max-width: 1330px) {
  #header .header_container {
    padding: 0 20px;
  }
}
#header a.logo {
  margin: 3px 0 0;
  padding: 0;
  z-index: 2;
  height: 50px;
  width: 140px;
  display: block;
  position: relative;
  /* &:hover {
  	.logo_semi_colon {
  		animation-name: color-changer-uper-a;
  		animation-iteration-count: infinite;
  		animation-duration: 1s;
  		animation-fill-mode: both;
  	}
  } */
}
#header a.logo .logo_semi_colon {
  fill: #FFCB05;
}
#header a.logo .logo_letters {
  fill: #3A3A3C;
}
@media (max-width: 767px) {
  #header a.logo {
    height: 41px;
    width: 110px;
    float: left;
  }
}
#header .header_message {
  background-color: #FFCB05;
  color: #ffffff;
  padding: 10px 0;
  transition: all 0.2s ease-out, padding 0.6s ease, height 0.6s ease;
  transform: translateY(-30px);
  overflow: hidden;
}
@media (max-width: 767px) {
  #header .header_message {
    transform: translateY(-10px);
  }
}
body.user_scrolled #header .header_message {
  transform: translateY(-10px);
}
#header .header_message.closed {
  height: 0 !important;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#header .header_message .container_24 {
  height: auto !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header_message .container_24::before, #header .header_message .container_24::after {
  display: none;
}
#header .header_message .message {
  font-weight: bold;
  text-align: center;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  #header .header_message .message {
    padding-right: 30px;
  }
}
#header .header_message .close {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  background-color: transparent;
  padding: 0 !important;
  border: 1px solid currentColor;
  width: 24px !important;
  height: 24px;
  border-radius: 50%;
  font-size: 14px;
  margin-left: 20px;
  flex-shrink: 0;
}
#header .header_message .close:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  #header {
    padding: 10px 0 !important;
  }
}

@keyframes color-changer-uper-a {
  0% {
    fill: #BC4588;
  }
  25% {
    fill: #009FAE;
  }
  50% {
    fill: #86BB37;
  }
  75% {
    fill: #FFCB05;
  }
  100% {
    fill: #D94028;
  }
}
/* ================================= */
/* When user scrolls - change header */
/* ================================= */
.user_scrolled #header {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid transparent;
}
.user_scrolled .header_fill {
  height: 84px;
}

/* ================================= */
/* Animate logo depending on screen size */
/* ================================= */
.csstransforms3d .logo svg * {
  transition: ease-out 0.4s all;
}
.csstransforms3d .logo svg:hover .logo_semi_colon {
  transform: translate(-107px, 0);
}
@media (max-width: 1023px) {
  .csstransforms3d .logo svg .logo_semi_colon {
    transform: translate(-107px, 0);
  }
}
.csstransforms3d .logo svg .logo_agency {
  opacity: 1;
}
@media (max-width: 1023px) {
  .csstransforms3d .logo svg .logo_agency {
    opacity: 0;
  }
}
.csstransforms3d .logo svg:hover .logo_agency {
  opacity: 0;
}
@media (max-width: 1023px) {
  .csstransforms3d .logo svg .logo_pivotal_keep.logo_pivotal_V {
    transform: translate(-20px, 0);
  }
  .csstransforms3d .logo svg .logo_pivotal_keep.logo_pivotal_T {
    transform: translate(-64px, 0);
  }
  .csstransforms3d .logo svg .logo_pivotal_keep.logo_pivotal_L {
    transform: translate(-110px, 0);
  }
}
.csstransforms3d .logo svg:hover .logo_pivotal_keep.logo_pivotal_V {
  transform: translate(-20px, 0);
}
.csstransforms3d .logo svg:hover .logo_pivotal_keep.logo_pivotal_T {
  transform: translate(-64px, 0);
}
.csstransforms3d .logo svg:hover .logo_pivotal_keep.logo_pivotal_L {
  transform: translate(-110px, 0);
}
.csstransforms3d .logo svg .logo_pivotal_remove {
  opacity: 1;
}
@media (max-width: 1023px) {
  .csstransforms3d .logo svg .logo_pivotal_remove {
    opacity: 0;
  }
}
.csstransforms3d .logo svg:hover .logo_pivotal_remove {
  opacity: 0;
}

/* ================================= */
/* Mobile Menu overrides */
/* ================================= */
.offCanvas {
  padding-top: 70px;
  background: #FFF;
  width: 100%;
  box-sizing: border-box;
}
body.has_header_message .offCanvas {
  padding-top: 150px;
}

.overflow_hidden,
.overflow_hidden body,
.overflow_hidden .onCanvas {
  overflow: visible !important;
  background: #fff;
}

html.offCanvas_open body .onCanvas {
  transform: translateX(-100%) !important;
}

ul.offCanvas_menu li a,
ul.offCanvas_menu li a:hover {
  color: #3A3A3C;
}

ul.offCanvas_menu li {
  text-align: center;
}

ul.offCanvas_menu li a {
  font-family: "Poppins", sans-serif;
  width: 90%;
  padding: 15px 0 25px;
  font-size: 30px;
}

/* ================================= */
/* Navigation Menu DROP DOWN MENU */
/* ================================= */
/* Superfish Default */
ul#mainNav, ul#mainNav * {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

ul#mainNav {
  height: 54px;
}

ul#mainNav i {
  font-size: 150%;
  vertical-align: middle;
  color: #FFCB05;
}

ul#mainNav li {
  position: relative; /* Change to position: static; for left aligned menu */
}

ul#mainNav li.sf-mega-wrap {
  position: static; /* OR put this class on the parent (of .sf-mega) li to left align */
}

ul#mainNav ul,
ul#mainNav .sf-mega,
ul#mainNav .services_dropdown {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

ul#mainNav .sf-mega ul, ul#mainNav .services_dropdown ul {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}

ul#mainNav > li {
  float: left;
}

ul#mainNav li:hover > ul,
ul#mainNav li.sfHover > ul,
ul#mainNav li:hover > .sf-mega,
ul#mainNav li.sfHover > .sf-mega,
ul#mainNav li:hover > .services_dropdown,
ul#mainNav li.sfHover > .services_dropdown {
  display: block;
}

ul#mainNav a {
  display: block;
  position: relative;
}

ul#mainNav ul ul {
  top: 0;
  left: 100%;
}

ul#mainNav .sf-mega {
  display: none;
  position: absolute;
  float: left;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul#mainNav .sf-mega ul ul {
  left: 0;
  display: none !important; /* Hides 3x level deep under mega */
}

ul#mainNav .sf-mega > ul > li > ul {
  opacity: 1 !important;
  display: block !important; /* Shows 2x level deep under mega */
}

/* Superfish Skin */
ul#mainNav {
  float: left;
  width: 100%;
  text-align: right;
}

ul#mainNav ul ul#mainNav .sf-mega {
  min-width: 200px;
  *width: 100%;
}

ul#mainNav li {
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

ul#mainNav ul li {
  white-space: nowrap;
  *white-space: normal;
}

ul#mainNav li:hover,
ul#mainNav li.sfHover {
  -webkit-transition: none;
  transition: none;
}

ul#mainNav > li {
  display: inline-block;
  float: none;
}

ul#mainNav > li > a {
  display: table;
  position: relative;
  text-align: center;
  float: left;
}

ul#mainNav a,
ul#mainNav a:visited {
  color: #3A3A3C;
  padding: 14px 15px;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  zoom: 1;
  display: block;
  width: 100%;
  /* border-bottom: 2px solid transparent; */
  font-size: 13px;
  text-transform: uppercase;
  transition: linear 0.2s all;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1229px) {
  ul#mainNav a,
  ul#mainNav a:visited {
    font-size: 15px;
    padding: 14px 20px;
  }
}
@media (max-width: 1023px) {
  ul#mainNav a,
  ul#mainNav a:visited {
    padding: 14px 8px;
  }
}

ul#mainNav a.button_yellow {
  color: #FFF;
  position: relative;
  top: -2px;
}

@media screen and (max-width: 910px) {
  #mainNav {
    top: 20px;
  }
  #mainNav .last {
    position: absolute;
    top: -40px;
    right: 0;
  }
}
ul#mainNav a:hover, ul#mainNav li.current > a {
  /* border-bottom: 2px solid $prim_color; */
  color: #FFCB05;
}

ul#mainNav li:first-child a {
  border-left: 0;
}

ul#mainNav > li > a > span {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* Drop downs */
ul#mainNav ul a,
ul#mainNav ul a:visited {
  border: 0;
  padding: 8px 15px;
  background: #FAFAFA;
  color: #777777;
  font-size: 13px;
}

ul#mainNav ul a:hover {
  background: #FAFAFA;
  color: #000000;
}

/* Mega Menu */
ul#mainNav .sf-mega {
  width: 600px;
}

ul#mainNav .sf-mega,
ul#mainNav .sf-mega > ul {
  background-color: #FAFAFA;
}

ul#mainNav .sf-mega > ul {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33%;
  border-right: 1px solid #CCCCCC;
  border-width: 1px;
  border-right-style: solid;
  -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CCCCCC), to(rgba(0, 0, 0, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#CCCCCC, rgba(0, 0, 0, 0)) 1 100%;
  -moz-border-image: -moz-linear-gradient(#CCCCCC, rgba(0, 0, 0, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(#CCCCCC, rgba(0, 0, 0, 0)) 1 100%;
  border-image: linear-gradient(to bottom, #CCCCCC, rgba(0, 0, 0, 0)) 1 100%;
  border-left: 0;
}

ul#mainNav .sf-mega > ul:last-of-type {
  border-right: 0;
}

ul#mainNav .sf-mega > ul > li > a {
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  color: #000000;
}

.mobile_phone_link {
  font-size: 24px;
  margin-top: 10px;
  display: inline-block;
}

.services_dropdown {
  width: 480px;
  text-align: left;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 5px;
  position: relative;
  background: #f7f7f7;
}
.services_dropdown:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  border: 6px solid;
  border-color: transparent transparent #eee transparent;
}
.services_dropdown .grid_12 {
  overflow: hidden;
}
.services_dropdown .grid_12:first-child {
  border-radius: 5px 0 0 0;
}
.services_dropdown .grid_12:last-child {
  border-radius: 0 5px 0 0;
  border-left: 1px solid #EEE;
}
.services_dropdown a {
  background: none !important;
}
.services_dropdown li:first-child > a {
  font-size: 16px !important;
  background: #EEE !important;
}
.services_dropdown li:not(:first-child) > a {
  text-transform: none !important;
}

/*
// Flexbox Menu
// If this isn't working, make sure #mainNav isn't inline-block. The class .hidden_phone tends to do that.
.flexbox {
	ul#mainNav {
		display: -ms-flexbox;
		-ms-flex-pack: justify;
		-ms-flex-wrap: none;

		display: -webkit-flex;
		-webkit-flex-wrap: nowrap;
		-webkit-justify-content: space-between;

		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;

		> li {
			width: auto;
			max-width: none;
			float: none;

			width: -ms-flex(1);
			-webkit-flex-grow: 1;
			flex-grow: 1;

			> a {
				padding-left: 5px;
				padding-right: 5px;
			}
		}
	}
}*/
/* ================================= */
/* Footer */
/* ================================= */
#footer {
  clear: both;
  background-color: #fff;
  display: block;
  width: 100%;
  float: left;
  padding: 0 0 40px 0;
  /* ================================= */
  /* Footer Top */
  /* ================================= */
  /* ================================= */
  /* Footer Bottom */
  /* ================================= */
}
#footer a {
  color: #000000;
  font-size: 11px;
}
#footer a:hover {
  color: rgb(38.25, 38.25, 38.25);
}
#footer li {
  display: inline;
  list-style: none;
  margin: 0 12px 0 0;
}
#footer .footer_top {
  padding: 0;
  margin: 0;
  background: #3A3A3C;
  color: #fff;
  /* Social Links */
  /* ================================= */
  /* Subscribe */
  /* ================================= */
}
#footer .footer_top .footer_social {
  margin-top: 115px;
}
@media (max-width: 1229px) {
  #footer .footer_top .footer_social {
    margin-top: 135px;
  }
}
@media (max-width: 1023px) {
  #footer .footer_top .footer_social {
    margin-top: 85px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer .footer_top .footer_social {
    margin-top: 0;
    padding-bottom: 60px; /* Match to padding of subscribe */
  }
}
#footer .footer_top .footer_social li {
  display: inline-block;
  float: none;
}
@media (max-width: 767px) {
  #footer .footer_top .footer_social {
    text-align: center;
  }
}
#footer .footer_top .footer_social a {
  height: 40px;
  width: 40px;
  background: transparent;
  border-radius: 50%;
  padding: 15px;
  margin: 0 0 0 10px;
  display: block;
  float: left;
  text-align: center;
  font-size: 40px;
  color: #fff;
  transition: background 0.2s, color linear 0.3s;
}
#footer .footer_top .footer_social a:hover {
  background: #fff;
}
#footer .footer_top .footer_social a.footer_social_facebook:hover {
  color: #3C5A98;
}
#footer .footer_top .footer_social a.footer_social_twitter:hover {
  color: #20B8FF;
}
#footer .footer_top .footer_social a.footer_social_instagram:hover {
  color: #A77B5E;
}
#footer .footer_top .footer_social a.footer_social_google_plus:hover {
  color: #DA4835;
}
#footer .footer_top .footer_social a.footer_social_linkedin:hover {
  color: #0077B5;
}
@media (max-width: 1023px) {
  #footer .footer_top .footer_social a {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #footer .footer_top .footer_social a {
    font-size: 30px;
    height: 30px;
    width: 30px;
    padding: 8px 8px;
    margin: 0;
  }
}
#footer .footer_top .footer_subscribe {
  padding: 60px 0;
  border-right: 1px solid rgb(83.0677966102, 83.0677966102, 85.9322033898);
}
@media (max-width: 767px) {
  #footer .footer_top .footer_subscribe {
    border-right: 0;
  }
}
#footer .footer_top .footer_subscribe .footer_subscribe_subtext {
  color: #fff;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: bold;
}
#footer .footer_top .footer_subscribe .footer_subscribe_maintext {
  color: #FFCB05;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: bold;
  margin-top: 8px;
}
#footer .footer_top .footer_subscribe .footer_subscribe_maintext input[type=email] {
  display: inline-block;
  float: none;
  width: 210px;
  background: none;
  border: none;
  border-bottom: 2px solid #fff;
  outline: none !important;
  color: #fff !important;
  font-size: 32px;
  border-radius: 0;
  padding: 7px 0;
}
#footer .footer_top .footer_subscribe .footer_subscribe_maintext input[type=email]:focus {
  border: 0 !important;
  border-bottom: 2px solid #FFCB05 !important;
}
#footer .footer_top .footer_subscribe .footer_subscribe_maintext ::-webkit-input-placeholder {
  color: #FFF !important;
}
#footer .footer_top .footer_subscribe .footer_subscribe_maintext :-moz-placeholder {
  color: #FFF !important;
}
#footer .footer_top .footer_subscribe .footer_subscribe_maintext ::-moz-placeholder {
  color: #FFF !important;
}
#footer .footer_top .footer_subscribe .footer_subscribe_maintext :-ms-input-placeholder {
  color: #FFF !important;
}
#footer .footer_top .footer_subscribe .footer_subscribe_button {
  margin-top: 24px;
}
#footer .footer_top .footer_subscribe .footer_subscribe_button .button {
  padding-left: 74px;
  padding-right: 74px;
}
#footer .footer_bottom {
  padding-top: 40px;
  text-align: right;
  /* Footer Main Nav */
  /* ================================= */
  /* Copyright */
  /* ================================= */
  /* Footer Secondary Nav */
  /* ================================= */
}
#footer .footer_bottom a.footer_logo {
  width: 52px;
  height: 52px;
  display: block;
  float: left;
}
#footer .footer_bottom a.footer_logo svg {
  width: 100%;
  height: auto;
}
#footer .footer_bottom a.footer_logo svg .footer_semi_colon {
  fill: #FFCB05;
  transition: linear 0.2s fill;
}
#footer .footer_bottom a.footer_logo:hover svg .footer_semi_colon {
  /* fill: $secondary_color; */
  animation-name: color-changer-uper-a;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
}
@media (max-width: 767px) {
  #footer .footer_bottom .footer_main_nav {
    display: none;
  }
}
#footer .footer_bottom .footer_main_nav ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 10px 11px;
}
#footer .footer_bottom .footer_main_nav ul li a {
  font-size: 18px;
  transition: linear all 0.2s;
}
#footer .footer_bottom .footer_main_nav ul li a:hover {
  color: #FFCB05;
}
#footer .footer_bottom .footer_copyright {
  font-size: 12px;
  margin-right: 20px;
  float: right;
}
@media (max-width: 767px) {
  #footer .footer_bottom .footer_copyright {
    float: none;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
}
#footer .footer_bottom .footer_secondary_nav {
  float: right;
}
@media (max-width: 767px) {
  #footer .footer_bottom .footer_secondary_nav {
    float: none;
    text-align: center;
    width: 100%;
  }
}
#footer .footer_bottom .footer_secondary_nav ul.footerNav {
  display: inline-block;
  float: none;
}
#footer .footer_bottom .footer_secondary_nav ul.footerNav li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 11px;
}
#footer .footer_bottom .footer_secondary_nav ul.footerNav li a {
  font-size: 12px;
  transition: linear all 0.2s;
}
#footer .footer_bottom .footer_secondary_nav ul.footerNav li a:hover {
  color: #FFCB05;
}
@media (max-width: 767px) {
  #footer .footer_bottom .footer_secondary_nav ul.footerNav li a {
    font-size: 14px;
  }
}

/* ================================= */
/* Home Hero */
/* ================================= */
.banner_overlay {
  display: block;
  position: absolute;
  height: 140%;
  width: 120%;
  left: -30%;
  top: -20%;
  background: #FFCB05;
  background: rgba(255, 203, 5, 0.8);
  /* mix-blend-mode: multiply; // Firefox OSX does a wierd positioning thing when on */
  transform: skewX(-9deg); /* Update this in the JS too */
}
.banner_overlay.banner_overlay_fc {
  background: #FFCB05;
}
@media (max-width: 767px) {
  .banner_overlay {
    left: -20%;
  }
}

.home_hero {
  height: 500px;
  height: 75vh;
  min-height: 500px;
  max-height: 750px;
  width: 100%;
  display: block;
  float: left;
  background-position: top center;
  /* background-attachment: fixed; */
  background-size: 100% auto;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.home_hero .banner_semi_colon svg {
  position: absolute;
  bottom: 0px;
  right: 80px;
  height: 160px;
  fill: #FFCB05;
}
@media (max-width: 1229px) {
  .home_hero .banner_semi_colon svg {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .home_hero .banner_semi_colon svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .home_hero {
    height: 100%;
    min-height: 100%;
  }
  .home_hero br {
    display: none;
  }
}
.home_hero .home_hero_heading_1,
.home_hero .home_hero_heading_2 {
  position: relative;
  font-size: 60px;
  line-height: 1.1em;
  letter-spacing: -3px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  margin-bottom: 25px;
  display: inline-block;
}
@media (max-width: 767px) {
  .home_hero .home_hero_heading_1,
  .home_hero .home_hero_heading_2 {
    font-size: 40px;
    letter-spacing: -1px;
    text-align: center;
    display: block;
  }
}
.home_hero .home_hero_heading_1 {
  margin-top: 120px;
  margin-top: 12.5vh;
}
@media (max-width: 767px) {
  .home_hero .home_hero_heading_1 {
    margin-top: 50px;
  }
}
.home_hero .home_hero_heading_2 {
  color: #3A3A3C;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 38px;
}
@media (max-width: 767px) {
  .home_hero .home_hero_heading_2 {
    font-size: 28px;
    min-height: 60px;
  }
}
.home_hero .home_hero_button {
  display: inline-block;
  margin-bottom: 50px; /* Match to home_hero_heading_1 grid:s */
}
@media (max-width: 767px) {
  .home_hero .home_hero_button {
    text-align: center;
    display: block;
  }
}
.home_hero .home_hero_scroll_down {
  display: block;
  bottom: 40px;
  left: 50%;
  position: absolute;
  z-index: 100;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  animation-name: down-arrow;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0s;
}
@media (max-width: 767px) {
  .home_hero .home_hero_scroll_down {
    display: none;
  }
}
.home_hero .home_hero_scroll_down i {
  line-height: 40px;
  font-size: 70px;
}

@keyframes down-arrow {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
/* ================================= */
/* Home INTRO */
/* ================================= */
.home_intro {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px solid #E3E3E1;
  /* Intro Content */
  /* ================================= */
  /* People Grid */
  /* ================================= */
}
.home_intro .home_intro_content {
  padding: 92px 80px;
}
@media (min-width: 1023px) and (max-width: 1229px) {
  .home_intro .home_intro_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1381px) and (max-width: 1600px) {
  .home_intro .home_intro_content {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .home_intro .home_intro_content {
    padding: 40px 20px;
  }
}
.home_intro .home_intro_content h1 {
  font-size: 26px;
}
.home_intro .home_intro_content h1 span {
  color: #FFCB05;
}
.home_intro .home_intro_content p {
  margin-bottom: 20px;
}
.home_intro .home_intro_content .button {
  margin-top: 20px;
}
.home_intro .home_intro_people {
  float: left;
  display: block;
  position: relative;
  width: 100%;
}
.home_intro .home_intro_people .home_intro_person {
  background-size: 100% auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 20%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.home_intro .home_intro_people .home_intro_person.home_intro_person_last {
  display: none !important;
}
@media (min-width: 1023px) and (max-width: 1380px) {
  .home_intro .home_intro_people .home_intro_person {
    width: 25%;
  }
  .home_intro .home_intro_people .home_intro_person.home_intro_person_last {
    display: block !important;
  }
}
.home_intro .home_intro_people .home_intro_person img {
  width: 100%;
  height: auto;
}
@media (max-width: 1688px) and (min-width: 1380px) {
  .home_intro .home_intro_people .home_intro_person img {
    width: 110%;
  }
}
@media (max-width: 1150px) and (min-width: 1023px) {
  .home_intro .home_intro_people .home_intro_person img {
    width: 110%;
  }
}
.home_intro .home_intro_people .home_intro_person.home_intro_person_more {
  position: relative;
}
.home_intro .home_intro_people .home_intro_person.home_intro_person_more a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 90px;
  color: #CCC;
  transition: 0.2s linear color;
}
.home_intro .home_intro_people .home_intro_person.home_intro_person_more a:hover {
  color: #FFCB05;
}

/* ================================= */
/* Home Portfolio */
/* ================================= */
.home_porfolio_wrapper {
  padding: 80px 80px 0;
  float: left;
  display: block;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 705px;
  overflow: hidden;
  /* Portfolio Selector */
  /* ================================= */
  /* Portfolio */
  /* ================================= */
}
@media (max-width: 1300px) {
  .home_porfolio_wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1190px) and (min-width: 1023px) {
  .home_porfolio_wrapper {
    height: 560px;
  }
}
@media (max-width: 1023px) {
  .home_porfolio_wrapper {
    height: 100%;
  }
}
.home_porfolio_wrapper .home_porfolio_selector_wrapper {
  height: 100%;
  background-color: #FFCB05;
  z-index: 10;
}
.home_porfolio_wrapper .home_porfolio_selector_wrapper .home_porfolio_selector {
  float: left;
  display: block;
  width: 100%;
  position: relative;
  padding: 5px 30px;
  text-align: center;
  background: #FFCB05;
  border-bottom: 1px solid #E6B507;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  transition: linear all 0.2s;
}
.home_porfolio_wrapper .home_porfolio_selector_wrapper .home_porfolio_selector:hover, .home_porfolio_wrapper .home_porfolio_selector_wrapper .home_porfolio_selector.home_porfolio_selector_active {
  background: #E6B507;
}
.home_porfolio_wrapper .home_porfolio_selector_wrapper .home_porfolio_selector:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #E6B507;
  transform: rotate(45deg) translateX(-20px);
  opacity: 0;
  position: absolute;
  right: -10px;
  top: 50%;
  top: calc(50% - 10px);
  transition: 0.2s ease-out transform;
}
.home_porfolio_wrapper .home_porfolio_selector_wrapper .home_porfolio_selector.home_porfolio_selector_active:after {
  transform: rotate(45deg) translateX(0);
  opacity: 1;
}
.home_porfolio_wrapper .home_porfolio_selector_wrapper .home_porfolio_selector img {
  max-height: 100px;
  max-width: 150px;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.home_porfolio_wrapper .home_porfolio_selector_wrapper .home_porfolio_selector_all {
  display: block;
  background: #3A3A3C;
  width: 100%;
  text-align: center;
  padding: 15px 5px;
  font-size: 1.2em;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: linear 0.2s background;
  position: absolute;
  bottom: 0;
}
.home_porfolio_wrapper .home_porfolio_selector_wrapper .home_porfolio_selector_all:hover {
  background: rgb(83.0677966102, 83.0677966102, 85.9322033898);
}
.home_porfolio_wrapper .home_porfolio {
  display: block;
  float: left;
  width: 100%;
  background-color: #3A3A3C;
  z-index: 9;
}
.home_porfolio_wrapper .home_porfolio .home_porfolio_item {
  display: block;
  float: left;
  width: 100%;
  height: 635px;
  transition: linear all 0.4s;
  background-color: transparent;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 62.5% auto;
}
@media (max-width: 1465px) and (min-width: 1023px) {
  .home_porfolio_wrapper .home_porfolio .home_porfolio_item {
    background-size: auto 100%;
  }
}
@media (max-width: 1190px) and (min-width: 1023px) {
  .home_porfolio_wrapper .home_porfolio .home_porfolio_item {
    height: 560px;
  }
}
@media (max-width: 1023px) {
  .home_porfolio_wrapper .home_porfolio .home_porfolio_item {
    background-size: auto 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .home_porfolio_wrapper .home_porfolio .home_porfolio_item {
    background-size: 100% auto;
    background-size: cover;
  }
}
.home_porfolio_wrapper .home_porfolio .home_porfolio_item .home_porfolio_item_content {
  background: #3A3A3C;
  padding: 40px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  height: 100%;
  position: relative;
}
.home_porfolio_wrapper .home_porfolio .home_porfolio_item .home_porfolio_item_content .home_porfolio_item_content_vcent {
  position: relative;
}
@media (min-width: 1229px) {
  .home_porfolio_wrapper .home_porfolio .home_porfolio_item .home_porfolio_item_content .home_porfolio_item_content_vcent {
    top: 45%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1190px) {
  .home_porfolio_wrapper .home_porfolio .home_porfolio_item .home_porfolio_item_content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .home_porfolio_wrapper .home_porfolio .home_porfolio_item .home_porfolio_item_content {
    margin-top: 350px;
  }
}
.home_porfolio_wrapper .home_porfolio .home_porfolio_item .home_porfolio_item_content img {
  max-height: 130px;
  max-width: 200px;
  display: inline-block;
  margin-bottom: 20px;
}
.home_porfolio_wrapper .home_porfolio .home_porfolio_item .home_porfolio_item_content p {
  color: #939398;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .home_porfolio_wrapper .home_porfolio .home_porfolio_item.slick-active {
    animation-name: portfolio-image;
    animation-iteration-count: 1;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
  }
}
.home_porfolio_wrapper .home_porfolio .home_porfolio_item.slick-active .home_porfolio_item_content {
  animation-name: portfolio-content;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}
@media (max-width: 767px) {
  .home_porfolio_wrapper .home_porfolio .home_porfolio_item.slick-active .home_porfolio_item_content {
    animation-delay: 0s;
  }
}

.no-csstransforms .home_porfolio_item_content,
.no-csstransitions .home_porfolio_item_content,
.no-csstransforms3d .home_porfolio_item_content {
  opacity: 1 !important;
}

@keyframes portfolio-image {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  50% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes portfolio-content {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  50% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ================================= */
/* Home Services */
/* ================================= */
.home_services {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #E3E3E1;
}
.home_services a.home_service {
  display: block;
  border-right: 1px solid #E3E3E1;
  text-align: center;
  position: relative;
  background: #FCFCFA;
  padding: 60px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: linear 0.2s background;
}
.home_services a.home_service:last-of-type {
  border-right: none;
}
@media (max-width: 1023px) {
  .home_services a.home_service {
    padding: 30px 10px;
  }
}
@media (max-width: 1023px) and (min-width: 767px) {
  .home_services a.home_service:nth-child(3n) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .home_services a.home_service:nth-child(2n) {
    border-right: none;
  }
}
.home_services a.home_service svg {
  fill: #3A3A3C;
  height: 96px;
  width: auto;
  max-width: 115px;
  transition: linear 0.2s all;
}
.home_services a.home_service p {
  font-weight: bold;
  font-size: 18px;
  margin-top: 10px;
  color: #3A3A3C;
}
.home_services a.home_service:hover {
  background: #FFCB05;
}
.home_services a.home_service:hover svg {
  transform: translateY(-5px);
}

/* ================================= */
/* Home INTRO (NEW) */
/* ================================= */
.home_intro_new {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px solid #E3E3E1;
  /* Intro Heading */
  /* ================================= */
  /* Intro Content */
  /* ================================= */
  /* People Grid */
  /* ================================= */
}
.home_intro_new .home_intro_heading {
  padding: 92px 80px 0;
}
@media (min-width: 1023px) and (max-width: 1229px) {
  .home_intro_new .home_intro_heading {
    padding-top: 50px;
  }
}
@media (min-width: 1381px) and (max-width: 1600px) {
  .home_intro_new .home_intro_heading {
    padding-top: 56px;
  }
}
@media (max-width: 767px) {
  .home_intro_new .home_intro_heading {
    padding: 40px 20px 0;
  }
}
.home_intro_new .home_intro_heading h1 {
  font-size: 26px;
}
.home_intro_new .home_intro_heading h1 span {
  color: #FFCB05;
}
.home_intro_new .home_intro_content {
  padding: 50px 80px 92px;
}
@media (min-width: 1023px) and (max-width: 1229px) {
  .home_intro_new .home_intro_content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1381px) and (max-width: 1600px) {
  .home_intro_new .home_intro_content {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .home_intro_new .home_intro_content {
    padding: 40px 20px;
  }
}
.home_intro_new .home_intro_content h2 {
  font-size: 26px;
}
.home_intro_new .home_intro_content h2 span {
  color: #FFCB05;
}
.home_intro_new .home_intro_content p {
  margin-bottom: 20px;
}
.home_intro_new .home_intro_content .button {
  margin-top: 20px;
}
.home_intro_new .home_intro_people {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  border-top: 1px solid #E3E3E1;
  border-bottom: 1px solid #E3E3E1;
}
.home_intro_new .home_intro_people .home_intro_person {
  background-size: 100% auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 10%;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  display: block;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1023px) and (max-width: 1380px) {
  .home_intro_new .home_intro_people .home_intro_person {
    width: 20%;
  }
}
.home_intro_new .home_intro_people .home_intro_person img {
  width: 100%;
  height: auto;
}
@media (max-width: 1688px) and (min-width: 1380px) {
  .home_intro_new .home_intro_people .home_intro_person img {
    width: 110%;
  }
}
@media (max-width: 1150px) and (min-width: 1023px) {
  .home_intro_new .home_intro_people .home_intro_person img {
    width: 110%;
  }
}
.home_intro_new .home_intro_people .home_intro_person.home_intro_person_more {
  position: relative;
}
.home_intro_new .home_intro_people .home_intro_person.home_intro_person_more a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 90px;
  color: #CCC;
  transition: 0.2s linear color;
  left: 0;
}
.home_intro_new .home_intro_people .home_intro_person.home_intro_person_more a:hover {
  color: #FFCB05;
}
@media (max-width: 767px) {
  .home_intro_new .home_intro_people .home_intro_person.home_intro_person_more a {
    font-size: 60px;
  }
}

.google-reviews-container {
  clear: both;
  padding-bottom: 75px;
}

/* ================================= */
/* Secondary Page Title */
/* ================================= */
.page_title {
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .page_title {
    padding: 40px 0;
  }
}
.page_title p {
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.page_title h1, .page_title .h1 {
  font-size: 60px;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
@media (max-width: 767px) {
  .page_title h1, .page_title .h1 {
    font-size: 46px;
  }
}
.page_title h1 span, .page_title .h1 span {
  color: #FFCB05;
}
.page_title h1 .paragraph, .page_title .h1 .paragraph {
  display: block;
  color: #333;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 0;
}

/* ================================= */
/* Secondary Page Banner */
/* ================================= */
.secondary_banner {
  height: 400px;
  min-height: 200px;
  height: 50vh;
  max-height: 450px;
  width: 100%;
  display: block;
  float: left;
  background-position: center center;
  background-attachment: fixed;
  background-size: 100% auto;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.secondary_banner .sec_banner_vert_align {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.secondary_banner .secondary_banner_heading_1 {
  font-size: 60px;
  line-height: 1.1em;
  letter-spacing: -3px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .secondary_banner .secondary_banner_heading_1 {
    font-size: 40px;
    letter-spacing: -1px;
    text-align: center;
  }
}
.secondary_banner .secondary_banner_heading_1 span {
  color: #3A3A3C;
}

/* ================================= */
/* 2 Column Text */
/* ================================= */
.block_2_column_content_wrap:after {
  content: "";
  display: table;
  clear: both;
}
.block_2_column_content_wrap.block_2_column_brdr {
  border-top: 1px solid #E3E3E1;
  border-bottom: 1px solid #E3E3E1;
}
.block_2_column_content_wrap.block_2_column_brdr_top {
  border-top: 1px solid #E3E3E1;
}
.block_2_column_content_wrap.block_2_column_brdr_btm {
  border-bottom: 1px solid #E3E3E1;
}
.block_2_column_content_wrap .block_2_column_content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px;
  border-right: 1px solid #E3E3E1;
}
.block_2_column_content_wrap .block_2_column_content:last-of-type {
  border-right: none;
}
@media (max-width: 1023px) {
  .block_2_column_content_wrap .block_2_column_content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .block_2_column_content_wrap .block_2_column_content {
    padding: 10px 30px;
    border: none;
  }
  .block_2_column_content_wrap .block_2_column_content:first-of-type {
    padding-top: 30px;
  }
}
.block_2_column_content_wrap .block_2_column_content h2 {
  font-size: 34px;
  margin-bottom: 30px;
}

/* ================================= */
/* Values Block */
/* ================================= */
.block_values {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  padding: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .block_values {
    padding: 40px;
  }
}
.block_values a.block_values_arrow_left,
.block_values a.block_values_arrow_right {
  position: absolute;
  color: #FFF;
  font-size: 50px;
  top: calc(50% - 30px);
  cursor: pointer;
  background: #FFCB05;
  padding: 0;
  background: #FFCB05;
  border-radius: 40px;
  width: 55px;
  text-align: center;
  height: 55px;
}
.block_values a.block_values_arrow_left {
  left: 100px;
}
.block_values a.block_values_arrow_right {
  right: 100px;
}
.block_values .block_value .block_value_column {
  height: 250px;
  position: relative;
  background-color: #3A3A3C;
}
@media (max-width: 767px) {
  .block_values .block_value .block_value_column {
    height: 375px;
  }
}
.block_values .block_value .block_value_column .block_value_content {
  padding: 20px 60px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .block_values .block_value .block_value_column .block_value_content {
    padding: 20px 20px;
  }
}
.block_values .block_value .block_value_column .block_value_content * {
  color: #fff;
}
.block_values .block_value .block_value_column .block_value_content span.number {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #3A3A3C;
  padding: 5px 15px;
  border-radius: 50%;
  margin-bottom: 10px;
  position: absolute;
  top: 0px;
  left: 40px;
  transform: scale(5);
  z-index: 1;
}
@media (max-width: 767px) {
  .block_values .block_value .block_value_column .block_value_content span.number {
    margin: 0 10px 0 0;
    left: 80px;
  }
}
.block_values .block_value .block_value_column .block_value_content h3 {
  font-size: 30px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #FFCB05;
}
@media (max-width: 767px) {
  .block_values .block_value .block_value_column .block_value_content h3 {
    font-size: 20px;
  }
}
.block_values .block_value .block_value_column .block_value_content h3 span {
  color: #3A3A3C;
}
@media (max-width: 767px) {
  .block_values .block_value .block_value_column .block_value_content h3 span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .block_values .block_value .block_value_column .block_value_content h3 br {
    display: none;
  }
}
.block_values .block_value .block_value_column .block_value_content p {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.block_values .block_value .block_value_image {
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .block_values .block_value .block_value_image {
    height: 150px;
  }
}

/* ================================= */
/* Client Logos Block */
/* ================================= */
.block_logos {
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 80px;
  background: #FCFCFA;
  /* background: linear-gradient(to bottom, #FCFCFA 0%, #FFFFFF 100%); */
  border-bottom: 1px solid #E3E3E1;
  border-top: 1px solid #E3E3E1;
}
@media (max-width: 767px) {
  .block_logos {
    padding: 40px;
  }
}
.block_logos.block_logos_first {
  border-bottom: 0;
  padding-bottom: 10px;
}
.block_logos.block_logos_middle {
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.block_logos.block_logos_last {
  border-top: 10px;
  padding-top: 10px;
}
.block_logos h2 {
  color: #FFCB05;
  font-size: 38px;
  margin-bottom: 30px;
}
.block_logos h2 span {
  color: #3A3A3C;
}

/* ================================= */
/* Block Process */
/* ================================= */
.block_process {
  display: block;
  float: left;
  width: 100%;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .block_process {
    padding: 40px 0;
  }
}
.block_process h2 {
  color: #3A3A3C;
  font-size: 32px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .block_process h2 {
    margin-bottom: 0;
  }
}
.block_process h2 span {
  color: #FFCB05;
}
@media (max-width: 767px) {
  .block_process .block_process_item {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.block_process .block_process_item:after {
  display: block;
  content: "";
  height: 121px;
  width: 34px;
  background: url(../images/backgrounds/process-right-arrow.gif) center no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 110px);
  left: -15px;
}
@media (max-width: 1023px) {
  .block_process .block_process_item:after {
    left: -30px;
  }
}
@media (max-width: 767px) {
  .block_process .block_process_item:after {
    transform: rotate(90deg);
    left: 45%;
    top: -60.5px;
  }
}
.block_process .block_process_item:first-of-type:after {
  display: none;
}
.block_process .block_process_item h3, .block_process .block_process_item .h3 {
  color: #3A3A3C !important;
  font-size: 18px !important;
  margin: 20px 0 !important;
}
.block_process .block_process_item p {
  line-height: 1.4em;
}
.block_process .block_process_item svg {
  display: block;
  margin: 0 auto;
  float: none;
  width: 100%;
  fill: #3A3A3C;
  max-height: 140px;
  max-width: 180px;
  transition: 0.2s ease-in all;
}
.block_process .block_process_item:hover svg {
  fill: #000;
  transform: translateY(-10px);
}

/* ================================= */
/* Call to Action */
/* ================================= */
.calltoaction {
  float: left;
  display: block;
  width: 100%;
}
.calltoaction a.calltoaction_content {
  padding: 80px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  background-color: #fff;
  transition: background-color linear 0.2s;
}
.calltoaction a.calltoaction_content:hover {
  background-color: #FFCB05;
  color: #fff;
}
.calltoaction a.calltoaction_content h2, .calltoaction a.calltoaction_content h4 {
  font-size: 48px;
  transition: color linear 0.2s;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: -2px;
}
.calltoaction a.calltoaction_content p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.calltoaction a.calltoaction_content i {
  transition: all linear 0.2s;
}
.calltoaction a.calltoaction_content:hover h2 {
  color: #fff;
}
.calltoaction a.calltoaction_content:hover i {
  animation: arrow-bump infinite 1s both;
}
.calltoaction.calltoaction_yellow a.calltoaction_content {
  background-color: #FFCB05;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.calltoaction.calltoaction_yellow a.calltoaction_content p {
  color: #fff;
}
.calltoaction.calltoaction_yellow a.calltoaction_content:hover {
  background-color: #fff;
  color: #FFCB05;
  border-top: 1px solid #E3E3E1;
  border-bottom: 1px solid #E3E3E1;
}
.calltoaction.calltoaction_yellow a.calltoaction_content:hover h2 {
  color: #FFCB05;
}
.calltoaction.calltoaction_yellow a.calltoaction_content:hover p {
  color: #3A3A3C;
}

@keyframes arrow-bump {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
/* ================================= */
/* Community Block */
/* ================================= */
.block_community {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .block_community {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .block_community .block_community_grid {
    order: 2;
  }
}
.block_community .block_community_content {
  padding: 13% 40px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .block_community .block_community_content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .block_community .block_community_content {
    order: 1;
  }
}
.block_community .block_community_content h2 {
  font-size: 46px;
  margin: 0;
  padding: 0;
}
.block_community .block_community_content h2 span {
  color: #FFCB05;
}
@media (max-width: 1110px) {
  .block_community .block_community_content h2 {
    font-size: 32px;
  }
}

/* ================================= */
/* Contact Details */
/* ================================= */
.block_contact #contact_page_map {
  display: block;
  float: left;
  width: 100%;
  height: 550px;
  height: 60vh;
  min-height: 360px;
}
@media (max-width: 767px) {
  .block_contact #contact_page_map {
    height: 330px;
    min-height: auto;
  }
}
@media (max-width: 479px) {
  .block_contact #contact_page_map {
    height: 180px;
  }
}
.block_contact .block_contact_details {
  background: #FFCB05;
}
.block_contact .block_contact_details .block_contact_detail {
  background: #FFCB05;
  border-right: 1px solid rgb(219.2, 173.6064, 0);
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 275px;
  height: 30vh;
  min-height: 180px;
  position: relative;
}
.block_contact .block_contact_details .block_contact_detail:first-of-type, .block_contact .block_contact_details .block_contact_detail:nth-child(2) {
  border-bottom: 1px solid rgb(219.2, 173.6064, 0);
}
.block_contact .block_contact_details .block_contact_detail:nth-child(2n) {
  border-right: 0;
}
@media (max-width: 767px) {
  .block_contact .block_contact_details .block_contact_detail {
    height: 180px;
    min-height: 180px;
  }
}
@media (max-width: 479px) {
  .block_contact .block_contact_details .block_contact_detail {
    height: 115px;
    min-height: 115px;
    border-bottom: 1px solid rgb(219.2, 173.6064, 0);
    border-right: 0;
    padding-bottom: 8px;
    padding-top: 10px;
  }
}
.block_contact .block_contact_details .block_contact_detail h2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  font-size: 26px;
  letter-spacing: -2px;
  color: #3A3A3C;
}
.block_contact .block_contact_details .block_contact_detail h2 a {
  color: #3A3A3C;
}
.block_contact .block_contact_details .block_contact_detail h2 i {
  color: rgb(183.5, 145.332, 0);
  display: block;
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -10px;
}
@media (max-width: 1023px) {
  .block_contact .block_contact_details .block_contact_detail h2 {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .block_contact .block_contact_details .block_contact_detail h2 {
    font-size: 18px;
    letter-spacing: -1px;
  }
}

/* ================================= */
/* Services */
/* ================================= */
/* Menu */
.services_menu_wrap {
  z-index: 100;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  /* When fixed */
}
.services_menu_wrap .services_menu {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0 80px;
}
.services_menu_wrap .services_menu li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 14.2857142857%;
}
.services_menu_wrap .services_menu li:before {
  display: none;
  border: 0;
}
.services_menu_wrap .services_menu li a {
  display: block;
  padding: 20px 20px;
  background: #3A3A3C;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  line-height: 1.1em;
  transition: linear all 0.2s;
}
.services_menu_wrap .services_menu li a:hover {
  background: rgb(83.0677966102, 83.0677966102, 85.9322033898);
}
@media (max-width: 1460px) {
  .services_menu_wrap .services_menu li a {
    height: 70px;
  }
  .services_menu_wrap .services_menu li a span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 1060px) {
  .services_menu_wrap .services_menu li a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 920px) {
  .services_menu_wrap .services_menu li a {
    font-size: 12px;
  }
}
.services_menu_wrap .services_menu li:first-of-type a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.services_menu_wrap .services_menu li:last-of-type a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (min-width: 768px) {
  .services_menu_wrap .services_menu {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }
  .services_menu_wrap .services_menu > li {
    flex: 1;
    display: flex;
    width: unset;
  }
  .services_menu_wrap .services_menu > li > a {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: unset;
  }
  .services_menu_wrap .services_menu > li > a > span {
    top: unset;
    transform: none;
  }
}
.services_menu_wrap.services_menu_fixed .services_menu_fill {
  display: none;
}
@media (min-width: 767px) {
  .services_menu_wrap.services_menu_fixed .services_menu {
    position: fixed;
    top: 94px; /* Match to below filler */
    left: 0;
  }
  body.has_header_message .services_menu_wrap.services_menu_fixed .services_menu {
    top: 150px; /* Match to below filler */
  }
}
@media (min-width: 767px) and (max-height: 560px) {
  .services_menu_wrap.services_menu_fixed .services_menu {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .services_menu_wrap.services_menu_fixed .services_menu_fill {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 74px; /* Match to above top */
  }
}

/* 2 Column */
.block_services_wrap {
  padding: 40px 60px;
  float: left;
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 Column */
}
@media (max-width: 767px) {
  .block_services_wrap {
    padding: 0 20px;
  }
}
.block_services_wrap.block_services_2_column_wrap > div:first-of-type {
  padding-right: 20px;
}
.block_services_wrap.block_services_2_column_wrap > div:last-of-type {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .block_services_wrap.block_services_2_column_wrap > div {
    padding: 0 !important;
  }
}
.block_services_wrap .block_services_column {
  padding: 40px 40px 30px;
  border: 1px solid #E3E3E1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .block_services_wrap .block_services_column {
    margin-bottom: 40px;
  }
}
.block_services_wrap .block_services_column img {
  max-height: 165px;
  width: auto;
  margin-bottom: 45px;
}
.block_services_wrap .block_services_column h2 {
  margin-bottom: 40px;
  font-size: 36px;
}
.block_services_wrap .block_services_column .block_services_buttons {
  margin-top: 40px;
}
@media (max-width: 968px) {
  .block_services_wrap .block_services_column .block_services_buttons {
    margin-top: 0;
  }
}
@media (max-width: 968px) {
  .block_services_wrap .block_services_column .button {
    margin: 0 0;
    width: 100%;
  }
}
.block_services_wrap .block_services_1_column {
  padding-top: 50px;
  background-size: 100% auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .block_services_wrap .block_services_1_column {
    background-position: -10000px !important;
  }
}
@media (max-width: 1023px) {
  .block_services_wrap.block_services_1_column_wrap_0 .block_services_1_column {
    background-position: 60% 100%;
  }
}
.block_services_wrap.block_services_1_column_wrap_1 .block_services_1_column_content {
  margin: 0 auto;
}
.block_services_wrap.block_services_1_column_wrap_2 .block_services_1_column_content {
  float: right;
}
@media (min-width: 767px) {
  .block_services_wrap.block_services_1_column_wrap_w_img {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .block_services_wrap.block_services_1_column_wrap_w_img .block_services_1_column {
    border: 0;
    height: 715px;
    position: relative;
  }
}
@media (min-width: 767px) and (min-width: 1230px) {
  .block_services_wrap.block_services_1_column_wrap_w_img .block_services_1_column {
    height: 815px;
  }
}
@media (min-width: 767px) and (max-width: 1229px) {
  .block_services_wrap.block_services_1_column_wrap_w_img .block_services_1_column {
    height: 615px;
  }
}
@media (min-width: 767px) {
  .block_services_wrap.block_services_1_column_wrap_w_img .block_services_1_column .block_services_1_column_content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    color: #fff;
  }
}
@media (min-width: 767px) and (max-width: 767px) {
  .block_services_wrap.block_services_1_column_wrap_w_img .block_services_1_column .block_services_1_column_content {
    width: 100%;
    background-position: left top;
  }
}
@media (min-width: 767px) {
  .block_services_wrap.block_services_1_column_wrap_w_img .block_services_1_column .block_services_1_column_content p {
    color: #fff;
    font-size: 1.2em;
  }
}
@media (min-width: 767px) and (max-width: 1229px) {
  .block_services_wrap.block_services_1_column_wrap_w_img .block_services_1_column .block_services_1_column_content p {
    font-size: 1em;
    line-height: 1.2em;
  }
}
@media (min-width: 767px) {
  .block_services_wrap.block_services_1_column_wrap_w_img .block_services_1_column .block_services_1_column_content.block_services_1_column_content_dark, .block_services_wrap.block_services_1_column_wrap_w_img .block_services_1_column .block_services_1_column_content.block_services_1_column_content_dark p {
    color: #3A3A3C;
  }
}

/* 1 Column */
/* .block_services_1_column_wrap {
	padding: 40px 60px;
	float: left;
	position: relative;
	display: block;
	width: 100%;
	@include box-sizing;

	@media (max-width: $grid_s) {
		padding: 40px 20px;
	}

	// Standard - without image bg
	.block_services_1_column {
		padding: 50px 50px 40px;
		border: 1px solid $grey_border_color;
		text-align: center;
		@include box-sizing;

		@media (max-width: $grid_s) {
			margin-bottom: 40px;
		}

		img {
			max-height: 165px;
			width: auto;
			margin-bottom: 45px;
		}

		h2 {
			margin-bottom: 40px;
			font-size: 36px;
		}

		.block_services_1_column_buttons {
			margin-top: 40px;

			@media (max-width: 968px) {
				margin-top: 0;
			}
		}

		.button {
			@media (max-width: 968px) {
				margin: 0 0;
				width: 100%;
			}
		}
	}

	// With image bg
	&.block_services_1_column_wrap_w_img {
		padding-top: 10px;
		padding-bottom: 10px;

		.block_services_1_column {
			border: 0;
			height: 715px;
			background-size: 100% auto;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: top center;
			position: relative;

			@media (min-width: $grid_xl) {
				height: 815px;
			}

			@media (max-width: $grid_l) {
				height: 615px;
			}

			.block_services_1_column_content {
				position: relative;
				top: 50%;
				transform: translateY(-50%);
				width: 50%;
				color: #fff;

				@media (max-width: $grid_s) {
					width: 100%;
					background-position: left top;
				}

				h2 {
					color: #fff;

					@media (max-width: $grid_l) {
						margin-bottom: 20px;
						font-size: 24px;
					}
				}

				p {
					color: #fff;
					font-size: 1.2em;

					@media (max-width: $grid_l) {
						font-size: 1em;
						line-height: 1.2em;
					}
				}
			}
		}
} */
/* ================================= */
/* Contact Form Selector */
/* ================================= */
.contact_form_selector {
  text-align: center;
  padding: 80px;
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #E3E3E1;
}
@media (max-width: 767px) {
  .contact_form_selector {
    padding: 40px;
  }
}
.contact_form_selector h2 {
  font-size: 36px;
}
@media (max-width: 767px) {
  .contact_form_selector h2 {
    font-size: 28px;
  }
}
.contact_form_selector h2 a {
  color: #bbb;
  border-bottom: 1px solid #bbb;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  transition: linear all 0.2s;
  /* Option 1. */
  /* @media (max-width: $grid_s) {
  	border: 0;
  	text-decoration: underline;
  	display: inline;
  	padding: 0;
  } */
  /* Option 2. */
  /* @media (max-width: $grid_s) {
  	border: 0;
  	background: #bbb;
  	background: linear-gradient(to bottom,  rgba(232,232,232,1) 0%,rgba(187,187,187,1) 100%);
  	color: $secondary_color;
  	padding: 0 5px;
  	border-radius: 2px;
  	margin: 2px 0;

  	&:hover, &.active {
  		background: $prim_color;
  		color: #fff;
  	}
  } */
  /* Option 3. */
}
.contact_form_selector h2 a:hover, .contact_form_selector h2 a.active {
  color: #FFCB05;
  border-color: #FFCB05;
}
@media (max-width: 767px) {
  .contact_form_selector h2 a {
    border: 2px solid;
    display: block;
    padding: 10px 20px 12px;
    margin: 9px 0 9px;
    border-radius: 50px;
  }
}

.contact_form_options {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.contact_form_options .contact_form_option {
  padding: 40px 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_form_options .contact_form_option .option_title {
  text-align: center;
  margin: 0 auto 30px;
}
.contact_form_options .contact_form_option .option_title span {
  border-bottom: 1px solid #FFCB05;
  display: inline-block;
  color: #3A3A3C;
}
@media (max-width: 767px) {
  .contact_form_options .contact_form_option .option_title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .contact_form_options .contact_form_option {
    padding: 40px;
  }
}

/* ================================= */
/* Contact Form - Project Requirements */
/* ================================= */
label.project_req_wrap .project_requirement {
  border: 1px solid #E3E3E1;
  background: #fff;
  float: left;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  transition: linear 0.2s all;
}
label.project_req_wrap .project_requirement .project_req_icon,
label.project_req_wrap .project_requirement .project_req_title {
  height: 105px;
  float: left;
}
@media (max-width: 1023px) and (min-width: 767px) {
  label.project_req_wrap .project_requirement .project_req_icon,
  label.project_req_wrap .project_requirement .project_req_title {
    height: 60px;
    float: none;
  }
}
label.project_req_wrap .project_requirement .project_req_icon {
  border-right: 1px solid #E3E3E1;
  width: 33%;
  position: relative;
  transition: linear 0.2s all;
  text-align: center;
  font-size: 44px;
  line-height: 44px;
}
label.project_req_wrap .project_requirement .project_req_icon svg {
  display: block;
  float: none;
  width: 80%;
  max-height: 50px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
label.project_req_wrap .project_requirement .project_req_icon i {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) and (min-width: 767px) {
  label.project_req_wrap .project_requirement .project_req_icon {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #E3E3E1;
  }
}
label.project_req_wrap .project_requirement .project_req_title {
  width: 66%;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  letter-spacing: -1px;
  text-align: center;
  position: relative;
}
label.project_req_wrap .project_requirement .project_req_title p {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
@media (max-width: 1229px) {
  label.project_req_wrap .project_requirement .project_req_title {
    font-size: 14px;
    line-height: 1.2em;
  }
}
@media (max-width: 1023px) and (min-width: 767px) {
  label.project_req_wrap .project_requirement .project_req_title {
    width: 100%;
  }
}
label.project_req_wrap input[type=checkbox] {
  display: none;
}
label.project_req_wrap input[type=checkbox]:checked + .project_requirement {
  border: 1px solid rgb(209, 165.528, 0);
  background: #FFCB05;
}
label.project_req_wrap input[type=checkbox]:checked + .project_requirement .project_req_icon {
  border-color: rgb(209, 165.528, 0);
}

/* ================================= */
/* Background Image w/ Text */
/* ================================= */
.bgit {
  min-height: 200px;
  width: 100%;
  display: block;
  float: left;
  background-color: #f7f7f7;
  background-position: center center;
  background-size: 100% auto;
  background-size: cover;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #E3E3E1;
}
.bgit .bgit_title {
  font-size: 28px;
  margin: 90px 0 70px;
  color: #404041;
  line-height: 1.1em;
}
.bgit .bgit_title span {
  color: #3A3A3C;
}

.agency_checklist {
  background: #FAFAFA;
  padding: 70px 0;
  float: left;
  width: 100%;
}
.agency_checklist.agency_checklist_yellow {
  background: #FFCB05;
  color: #FFF;
}
.agency_checklist.agency_checklist_yellow h1, .agency_checklist.agency_checklist_yellow h2, .agency_checklist.agency_checklist_yellow h3, .agency_checklist.agency_checklist_yellow h4, .agency_checklist.agency_checklist_yellow h5, .agency_checklist.agency_checklist_yellow h6, .agency_checklist.agency_checklist_yellow p, .agency_checklist.agency_checklist_yellow li {
  color: inherit;
}
.agency_checklist.agency_checklist_yellow button, .agency_checklist.agency_checklist_yellow .button {
  color: inherit;
  border-color: #FFF;
}
.agency_checklist.agency_checklist_yellow button:hover, .agency_checklist.agency_checklist_yellow .button:hover {
  background: #FFF;
  color: #FFCB05;
}
.agency_checklist h2 {
  margin-bottom: 2em;
}
.agency_checklist p {
  font-size: 18px;
  line-height: 1.6;
}
.agency_checklist input:invalid, .agency_checklist textarea:invalid {
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .agency_checklist {
    padding: 50px 0;
  }
  .agency_checklist p {
    font-size: 14px;
  }
  .agency_checklist .agency_ebook {
    max-width: 260px;
    margin: 0 auto 30px;
  }
}

.block_read_more {
  margin: 50px auto;
}
.block_read_more .readmore_title {
  text-align: center;
}
.block_read_more .readmore_title .title {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.block_read_more .readmore_container .rm_arrow {
  transition: all 300ms ease;
  transform: rotate(0);
  margin-left: 5px;
}
.block_read_more .readmore_container.rm_open .rm_arrow {
  transform: rotate(180deg);
}
.block_read_more .readmore_content {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #header .button {
    padding: 10px 20px;
  }
}

.landing_header {
  border-bottom: 1px solid #E3E3E1;
  position: relative;
}
.landing_header .container_24 {
  position: relative;
  min-height: 600px;
}
@media (min-width: 767px) {
  .landing_header .container_24 {
    min-height: 740px;
    height: 85vh;
  }
}
@media (max-width: 479px) {
  .landing_header .container_24 {
    min-height: 500px;
  }
}
.landing_header .lh_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
}
.landing_header .lh_bg svg {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.landing_header .lh_content_wrap {
  position: absolute;
  height: 100%;
  width: 50%;
}
@media (max-width: 479px) {
  .landing_header .lh_content_wrap {
    width: 100%;
  }
  .landing_header .lh_content_wrap * {
    text-align: center;
  }
}
.landing_header .lh_content_wrap .lh_content {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  max-width: 80%;
}
@media (max-width: 479px) {
  .landing_header .lh_content_wrap .lh_content {
    position: relative;
    max-width: 100%;
  }
}
.landing_header .lh_content_wrap .lh_content h1, .landing_header .lh_content_wrap .lh_content h5 {
  font-size: 60px;
  line-height: 1em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  letter-spacing: -2px;
}
@media (max-width: 1023px) {
  .landing_header .lh_content_wrap .lh_content h1, .landing_header .lh_content_wrap .lh_content h5 {
    font-size: 40px;
  }
}
.landing_header .lh_content_wrap .lh_content h1 em, .landing_header .lh_content_wrap .lh_content h5 em {
  background-image: url(../images/splash-border-yellow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 3px;
  line-height: 1.2em;
}
.landing_header .lh_content_wrap .lh_content h4 {
  font-size: 20px;
  line-height: 1em;
}
.landing_header .lh_image {
  position: absolute;
  height: 100%;
  width: 50%;
  z-index: 1;
  right: 0;
}
.landing_header .lh_image img {
  position: absolute;
  bottom: -20px;
  right: 0;
}
.landing_header .lh_image_right {
  position: absolute;
  bottom: 0;
  z-index: 10;
  right: 0;
  width: 55%;
}
.landing_header .lh_image_right img {
  width: 100%;
}
@media screen and (max-width: 1229px) {
  .landing_header .lh_image_right {
    width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .landing_header .lh_image_right {
    width: 65%;
  }
}

.landing_services {
  display: block;
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding: 70px 0 30px;
}
.landing_services .ls_title h2 {
  font-size: 40px;
  line-height: 1.2em;
  color: #FFCB05;
}
.landing_services .ls_title h4 {
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
}
.landing_services .ls_services .ls_service {
  font-size: 16px;
  line-height: 1.2em;
  color: #c0c0c0;
  text-align: center;
  margin: 0 4% 40px;
}
@media (max-width: 767px) {
  .landing_services .ls_services .ls_service {
    margin: 0 0 40px;
  }
}
.landing_services .ls_services .ls_service img {
  max-height: 110px;
  margin: 0 auto 15px;
  transform: translateX(-10px);
}

.landing_form {
  display: block;
  float: left;
  width: 100%;
  background-color: #FFCB05;
  background-image: url(../images/backgrounds/yellow-geo-bg.jpg);
  background-size: 100% auto;
  background-size: cover;
  background-position: center;
  padding: 65px 0;
}
.landing_form .lf_content h2, .landing_form .lf_content h4 {
  text-align: center;
  line-height: 1.2em;
}
.landing_form .lf_content h2 {
  font-size: 36px;
}
.landing_form .lf_content .splash_border {
  max-width: 75%;
  margin: 0 auto 20px;
  float: none;
  display: block;
}
.landing_form .lf_content h4 {
  font-size: 18px;
}
.landing_form .noUi-background {
  background: #fff;
}
.landing_form .imageVerification a {
  color: #fff;
}
.landing_form .budget_slider_values {
  margin-bottom: 8px;
}
.landing_form .info_box {
  box-shadow: 0 0 10px 2px rgba(255, 255, 255, 0.7), inset 0 0 1px 1px rgba(0, 0, 0, 0.2);
}

.block_2_column_link_wrap {
  position: relative;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  flex-wrap: wrap;
}
.block_2_column_link_wrap:after {
  content: "";
  display: table;
  clear: both;
}
.block_2_column_link_wrap .block_2_column_link {
  position: relative;
  padding: 80px;
  transition: all 400ms ease;
  border-right: 1px solid #E6E6E6;
}
.block_2_column_link_wrap .block_2_column_link:last-of-type {
  border-right: none;
}
.block_2_column_link_wrap .block_2_column_link img {
  margin-bottom: 15px;
}
.block_2_column_link_wrap .block_2_column_link .abs_link {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.block_2_column_link_wrap .block_2_column_link .link_content_box {
  opacity: 0;
  transition: inherit;
}
.block_2_column_link_wrap .block_2_column_link .link_title_box {
  transition: inherit;
  transform: translateY(50px);
}
.block_2_column_link_wrap .block_2_column_link:hover {
  background: #FFCB05;
}
.block_2_column_link_wrap .block_2_column_link:hover .link_title_box {
  transform: translateY(0);
}
.block_2_column_link_wrap .block_2_column_link:hover .link_content_box {
  opacity: 1;
}
@media screen and (max-width: 1023px) {
  .block_2_column_link_wrap .hidden_desktop {
    display: inline-block;
  }
  .block_2_column_link_wrap .block_2_column_link {
    background: none !important;
    padding: 50px;
  }
  .block_2_column_link_wrap .block_2_column_link .link_title_box {
    transform: translateY(0);
  }
  .block_2_column_link_wrap .block_2_column_link .link_content_box {
    opacity: 1;
  }
  .block_2_column_link_wrap .block_2_column_link .abs_link {
    opacity: 1;
    display: inline-block;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .block_2_column_link_wrap {
    border-bottom: none;
  }
  .block_2_column_link_wrap .block_2_column_link {
    border-bottom: 1px solid #E6E6E6;
    border-right: none;
  }
  .block_2_column_link_wrap .block_2_column_link .link_title_box {
    transform: translateY(0);
  }
  .block_2_column_link_wrap .block_2_column_link .link_content_box {
    opacity: 1;
  }
}
@media screen and (max-width: 479px) {
  .block_2_column_link_wrap .block_2_column_link {
    padding: 30px;
  }
}

.landing_header.with_bg {
  float: left;
  width: 100%;
  background-position: center center;
  background-size: cover;
}
.landing_header.with_bg .container_24 {
  min-height: 500px;
}
@media (max-width: 479px) {
  .landing_header.with_bg .container_24 {
    min-height: 400px;
  }
}
@media (min-width: 767px) {
  .landing_header.with_bg .container_24 {
    min-height: 630px;
    height: 65vh;
  }
}
.landing_header.with_bg .lh_content_wrap {
  width: 55%;
}
.landing_header.with_bg .lh_content_wrap .lh_content {
  transform: translateY(-50%);
  max-width: calc(100% - 40px);
  color: #fff;
}
@media (max-width: 767px) {
  .landing_header.with_bg .lh_content_wrap .lh_content {
    transform: translateY(-50%);
    max-width: 100%;
  }
  .landing_header.with_bg .lh_content_wrap .lh_content * {
    text-align: left;
  }
}
@media screen and (max-width: 479px) {
  .landing_header.with_bg .lh_content_wrap .lh_content {
    top: 0;
    transform: translateY(0);
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.landing_header.with_bg .lh_content_wrap .lh_content h1 {
  color: #fff;
}
.landing_header.with_bg .lh_content_wrap .lh_content ul {
  padding-top: 20px;
}
.landing_header.with_bg .lh_content_wrap .lh_content ul li {
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .landing_header.with_bg .lh_content_wrap .lh_content ul li {
    float: left;
    width: calc(50% - 35px);
  }
}
.landing_header.with_bg .lh_content_wrap .lh_content ul:after, .landing_header.with_bg .lh_content_wrap .lh_content ul:before {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.landing_header.with_bg .lh_content_wrap .lh_content ul:after {
  clear: both;
}
.landing_header.with_bg .lh_content_wrap .lh_content ul {
  zoom: 1;
}
@media (max-width: 767px) {
  .landing_header.with_bg .lh_content_wrap .lh_content ul {
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .landing_header.with_bg .lh_content_wrap {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .landing_header.with_bg .lh_content_wrap {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .landing_header.with_bg .lh_content_wrap {
    position: relative;
  }
}
.landing_header.with_bg .lh_image {
  width: 45%;
  overflow: hidden;
}
.landing_header.with_bg .lh_image img {
  right: initial;
  left: 0;
  bottom: -55px;
}
@media (max-width: 1023px) {
  .landing_header.with_bg .lh_image {
    width: 40%;
  }
}
.landing_header.with_bg .lh_bg {
  overflow: hidden;
}
@media (max-width: 1023px) {
  .landing_header.with_bg .lh_bg svg {
    left: initial;
    right: 0;
    width: 60%;
  }
}
.landing_header.with_bg .lh_bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 8%;
  left: 28%;
  right: 0;
  bottom: 0;
  background-image: url(/assets/images/backgrounds/abstract-line-bg.svg);
  background-size: auto 992px;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 3;
  opacity: 0.2;
}

.marketing-landing-page p {
  line-height: 1.6;
}
.marketing-landing-page .small .html-content-block h1 {
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .marketing-landing-page .small .html-content-block h1 {
    margin-bottom: 30px;
  }
}
.marketing-landing-page .small .html-content-block h2 {
  margin-bottom: 20px;
}
.marketing-landing-page .small .html-content-block p {
  line-height: 2;
}

/* ================================= */
/* Marketing Services */
/* ================================= */
.marketing_services {
  float: left;
  position: relative;
  width: 100%;
}
.marketing_services a.marketing_service {
  display: block;
  float: left;
  flex: 1 0 14.2857142857%;
  border: 1px solid #E3E3E1;
  text-align: center;
  position: relative;
  background: #FCFCFA;
  margin-left: -1px;
  margin-top: -1px;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  transition: linear 0.2s background;
  white-space: nowrap;
}
.marketing_services a.marketing_service:last-of-type {
  border-right: none;
}
@media (max-width: 1023px) {
  .marketing_services a.marketing_service {
    padding: 20px 10px;
  }
}
.marketing_services a.marketing_service p {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  color: #3A3A3C;
}
.marketing_services a.marketing_service:hover {
  background: #FFCB05;
}
.marketing_services a.marketing_service.current {
  background: #FFF7DA;
  cursor: default;
}

/* ================================= */
/* Blog */
/* ================================= */
.displaying {
  font-size: 14px;
  text-align: center;
  color: #999999;
}

.nextprevnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 50px 0 50px 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 0;
}
.nextprevnav > * {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2em;
}
.nextprevnav a {
  text-decoration: none;
  color: #333;
}
.nextprevnav a,
.nextprevnav .nextprevcurrentpage,
.nextprevnav .dots {
  padding: 0;
  width: 2em;
}
.nextprevnav a:hover {
  color: #FFCB05 !important;
}
.nextprevnav .nextprevcurrentpage {
  color: #ffffff;
  border: 1px solid #FFCB05;
  background: #FFCB05;
  border-radius: 20px;
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.nextprevnav .nextLink,
.nextprevnav .prevLink {
  width: auto;
  text-transform: uppercase;
  white-space: nowrap;
}
.nextprevnav .prevLink {
  margin-right: 0.6em;
}
.nextprevnav .prevLink i {
  margin-right: 0.1em;
}
.nextprevnav .nextLink {
  margin-left: 0.6em;
}
.nextprevnav .nextLink i {
  margin-left: 0.1em;
}
.nextprevnav .nextprevdisabled {
  color: #CCCCCC;
}
.nextprevnav + .displaying {
  margin-top: -40px;
  margin-bottom: 50px;
}

.blog_list_container {
  margin: 0 -15px;
  clear: both;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.blog_list_container:after {
  content: "";
  display: table;
  clear: both;
}

.blogListingContainer {
  float: left;
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  display: flex;
}
.blogListingContainer:nth-child(2n+1) {
  clear: left;
}
.blogListingContainer h2 {
  margin: 0 0 5px;
}
.blogListingContainer .post_meta {
  color: #CCC;
  font-style: italic;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 15px !important;
}
.blogListingContainer .blog_inner {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 20px 20px;
  border-radius: 5px;
  border-top: 5px solid #FFCB05;
}
.blogListingContainer .blog_inner h2 {
  font-size: 26px;
}
.blogListingContainer .blog_inner h2 a {
  color: #333;
}
.blogListingContainer .blog_inner h2 a:hover, .blogListingContainer .blog_inner h2 a:active {
  color: #FFCB05;
}
.blogListingContainer .button {
  padding: 12px 30px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .blogListingContainer {
    width: 100%;
    float: none;
  }
  .blogListingContainer .blog_inner {
    padding: 22px 15px 15px;
  }
  .blogListingContainer .blog_inner h2 {
    font-size: 22px;
  }
  .blogListingContainer .blogListingThumb {
    width: 100px;
  }
}

.blogListingThumb {
  float: left;
  width: 20%;
  padding-right: 20px;
  text-align: center;
}

#content .blogListingContainer p {
  margin: 0 0 10px 0;
}

.blogAddThisTop {
  float: right;
  width: 124px;
}

.blogMetaInfo {
  background-color: #F5F5F5;
  margin: 10px 0;
  overflow: hidden;
  padding: 10px 10px;
}

.blogMetaInfo,
.blogMetaInfo a, .blogMetaInfo a:link, .blogMetaInfo a:visited {
  color: #999999;
}

#blog-viewPage article h1, #blog-viewPage article h2 {
  text-align: center;
  font-size: 38px;
}
#blog-viewPage article .blog_image {
  display: block;
  margin: 0 auto 50px;
}
@media (min-width: 1023px) {
  #blog-viewPage article {
    width: 70%;
    margin: 0 auto;
    display: block;
    float: none;
  }
}

.authorship {
  margin: 50px auto 50px;
  background: #F9f9f9;
  border-radius: 3px;
  padding: 20px;
  text-align: center;
}
.authorship:after {
  content: "";
  display: table;
  clear: both;
}
.authorship .author_details h3 {
  font-size: 26px;
  line-height: 1;
}
.authorship .author_details p {
  font-weight: bold;
  margin-top: 0;
  line-height: 1;
}
.authorship p {
  margin-bottom: 10px;
}
.authorship .blogDate {
  color: #999;
  font-style: italic;
  margin-bottom: 0;
}
.authorship .tags {
  margin: 10px 0 0;
}
.authorship img {
  max-width: 100px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .authorship {
    margin: 50px auto 30px;
  }
}

.content pre {
  border-left: #FFCB05 4px solid;
  background-color: #FAFAFA;
  padding: 20px;
  margin: 0 0 20px;
}
@media screen and (max-width: 479px) {
  .content pre {
    padding: 15px;
  }
}

.addthis_inline_share_toolbox.before_blog {
  margin: 30px auto;
}
.addthis_inline_share_toolbox.after_blog {
  margin: 50px auto;
}

/* ================================= */
/* FAQs Module */
/* ================================= */
#content .faqs, #content .faqs li {
  margin: 0;
  padding: 0;
}

#content .faqs {
  margin-bottom: 20px;
  display: block;
  float: left;
  width: 100%;
}
#content .faqs > li {
  margin: 0;
  padding: 0;
}
#content .faqs > li:before {
  border: 0;
  display: none;
}

.faq_title {
  transition: linear all 0.2s;
  cursor: pointer;
  background: #FFF;
  border-bottom: 1px solid #FFCB05;
  padding: 16px 30px 16px 12px;
  margin: 0 !important;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #333;
  text-transform: none;
  position: relative;
}
.faq_title:hover, .faq_title.faq_title_active {
  background: #FFCB05;
  color: #FFF;
}
.faq_title i {
  float: none;
  position: absolute;
  right: 12px;
  top: 33%;
}

.copy .faq_content {
  display: none;
  padding: 10px 10px 0;
}
.copy .faq_content ul, .copy .faq_content ol {
  margin: 0px 0px 20px 45px;
}

.faq_filter {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0 25px;
}
.faq_filter label {
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 4px;
}

/* ================================= */
/* People / Staff / Team Module */
/* ================================= */
.team_grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.team_grid .team_grid_item {
  width: 16.66667%;
  display: block;
  min-height: 115px;
  float: left;
  background: #fff;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1230px) {
  .team_grid .team_grid_item {
    width: 16.66667%;
  }
}
@media (max-width: 767px) {
  .team_grid .team_grid_item {
    width: 25%;
  }
}
@media (max-width: 479px) {
  .team_grid .team_grid_item {
    width: 33%;
  }
}
.team_grid .team_grid_item img {
  width: 100%;
  height: auto;
  transition: all ease 0.2s;
}
.team_grid .team_grid_item .team_grid_item_hover {
  transform: translateX(101%);
  transition: all ease 0.2s;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.team_grid .team_grid_item .team_grid_item_hover .team_grid_item_hover_text {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}
.team_grid .team_grid_item .team_grid_item_hover .team_grid_item_hover_text h4, .team_grid .team_grid_item .team_grid_item_hover .team_grid_item_hover_text p {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.team_grid .team_grid_item .team_grid_item_hover .team_grid_item_hover_text p {
  font-size: 14px;
  margin-top: 5px;
}
.team_grid .team_grid_item:hover > img {
  transform: translateX(-50%) scale(0.6);
  opacity: 0;
}
.team_grid .team_grid_item:hover .team_grid_item_hover {
  transform: translateX(0);
}
.team_grid .team_grid_text {
  background: #FFCB05;
}
.team_grid .team_grid_text.team_grid_text_team {
  background: #3A3A3C;
}
.team_grid .team_grid_text .team_grid_item_text, .team_grid .team_grid_text a.team_grid_item_text {
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  font-family: "Poppins", sans-serif;
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1450px) {
  .team_grid .team_grid_text .team_grid_item_text, .team_grid .team_grid_text a.team_grid_item_text {
    font-size: 0.95em;
  }
}
.team_grid .team_grid_text .team_grid_item_text span, .team_grid .team_grid_text a.team_grid_item_text span {
  font-size: 32px;
  display: block;
  margin-bottom: 10px;
}
.team_grid .team_grid_text:nth-child(even) {
  background: #E3E3E1;
}
.team_grid .team_grid_text:nth-child(even) .team_grid_item_text, .team_grid .team_grid_text:nth-child(even) a.team_grid_item_text {
  color: #3A3A3C;
}

.careers_listing {
  margin-bottom: 40px;
}
.careers_listing .careers_listing_item {
  border: 2px solid #eee;
  padding: 20px;
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin-bottom: 20px;
}
.careers_listing .careers_listing_item h3 {
  color: #3A3A3C;
}
@media (max-width: 767px) {
  .careers_listing .careers_listing_item {
    margin-bottom: 20px;
  }
}
.careers_listing .careers_listing_overflow {
  overflow: hidden;
  transition: max-height 0.15s ease-out;
  position: relative;
}
.careers_listing .careers_listing_overflow_active {
  max-height: 100%;
}
.careers_listing .careers_listing_hero {
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.careers_listing .careers_read_more {
  display: block;
  border-top: 1px solid #ccc;
  padding: 5px 0 0;
  margin-top: 15px;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.careers_view_banner {
  margin: 0 0 20px;
  position: relative;
}

.careers_view_banner:before, .careers_view_banner:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.careers_view_banner:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/* ================================= */
/* Listing Page */
/* ================================= */
.portfolio {
  display: block;
  float: left;
  width: 100%;
  padding: 0 60px;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .portfolio {
    padding: 0 40px;
  }
}
.portfolio .portfolio_item_wrap {
  padding: 5px;
}

/* Item */
/* ================================= */
a.portfolio_item {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-size: 110% auto;
  color: #fff;
  transition: ease-in-out all 0.3s;
}
a.portfolio_item:hover {
  color: #fff;
  background-size: 100% auto;
}
a.portfolio_item img.portfolio_spacer {
  width: 100%;
  height: auto;
}
a.portfolio_item img.portfolio_item_logo {
  width: 60%;
  height: auto;
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: ease-in-out all 0.3s;
  z-index: 10;
}
a.portfolio_item .portfolio_item_overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  /* float: left; */
  display: block;
  height: 100%;
  width: 100%;
  z-index: 5;
  transition: ease-in-out all 0.3s;
  transform: translateY(-100%) translateX(0);
}
a.portfolio_item .portfolio_item_overlay .portfolio_item_overlay_content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30% 20px 0;
}
a.portfolio_item .portfolio_item_overlay .portfolio_item_overlay_content p {
  margin: 0 0 18px;
  padding: 0;
  font-size: 16px;
  line-height: 1.4em;
}
@media (max-width: 1360px) {
  a.portfolio_item .portfolio_item_overlay .portfolio_item_overlay_content p {
    font-size: 14px;
    margin: 0 0 12px;
  }
}
@media (min-width: 767px) {
  a.portfolio_item:hover .portfolio_item_overlay {
    /* transform: translateY(-100%) translateX(0); */
  }
  a.portfolio_item:hover img.portfolio_item_logo {
    top: 25%;
  }
  a.portfolio_item:hover img.portfolio_item_logo_square {
    transform: translateY(-50%) translateX(-50%) scale(0.5);
  }
}

/* ================================= */
/* View Page */
/* ================================= */
.port_view_banner {
  height: 400px;
  min-height: 200px;
  height: 50vh;
  max-height: 450px;
  width: 100%;
  display: block;
  float: left;
  background-color: #CCC;
  background-position: top center;
  /* background-attachment: fixed; */
  background-size: 100% auto;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.port_view_banner .port_view_banner_logo {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.port_view_banner .port_view_banner_logo img {
  display: inline-block;
  height: auto;
  width: 280px;
}

/* Content */
/* ================================= */
.port_view_content .inner {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .port_view_content .inner {
    padding-top: 0;
    padding-bottom: 0;
  }
  .port_view_content .inner:first-of-type {
    padding-top: 40px;
  }
  .port_view_content .inner:last-of-type {
    padding-bottom: 40px;
  }
}

/* Screenshots */
/* ================================= */
.port_view_ss {
  position: relative;
  padding-bottom: 75px;
  display: block;
  float: left;
  width: 100%;
}
.port_view_ss .container_24 {
  position: relative;
}
@media (min-width: 1230px) {
  .port_view_ss {
    padding-bottom: 120px;
  }
}
.port_view_ss .port_view_ss_desktop {
  display: block;
  float: left;
  width: 100%;
  padding: 40px 5px 5px;
  border-radius: 4px;
  background-image: url(../images/backgrounds/desktop.gif);
  background-color: #eeeeee;
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (min-width: 1230px) {
  .port_view_ss .port_view_ss_desktop {
    padding-top: 48px;
  }
}
@media (max-width: 1023px) {
  .port_view_ss .port_view_ss_desktop {
    padding-top: 30px;
  }
}
.port_view_ss .port_view_ss_desktop img {
  transition: linear all 0.2s;
  z-index: 10;
  position: relative;
}
.port_view_ss .port_view_ss_desktop a {
  background: #000;
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.port_view_ss .port_view_ss_desktop a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-33%);
  z-index: 15;
  opacity: 0;
  transition: linear all 0.2s;
  color: #fff;
  background: rgba(255, 255, 255, 0.33);
  padding: 5px 15px;
  border-radius: 30px;
}
.port_view_ss .port_view_ss_desktop a:hover img {
  opacity: 0.33;
}
.port_view_ss .port_view_ss_desktop a:hover span {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%);
}
.port_view_ss .port_view_ss_mobile {
  background-image: url(../images/backgrounds/mobile.png);
  background-position: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 78px 18px 95px;
  display: inline-block;
  transform: scale(0.7);
  position: absolute;
  right: 0;
  top: 105px;
  z-index: 15;
}
@media (min-width: 1230px) {
  .port_view_ss .port_view_ss_mobile {
    top: 220px;
  }
}
@media (max-width: 1023px) {
  .port_view_ss .port_view_ss_mobile {
    transform: scale(0.55);
    top: -20px;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .port_view_ss .port_view_ss_mobile {
    transform: scale(0.3);
    top: -120px;
    right: -70px;
  }
}
@media (min-width: 554px) and (max-width: 767px) {
  .port_view_ss .port_view_ss_mobile {
    top: -120px;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  .port_view_ss .port_view_ss_mobile {
    top: -20px;
  }
}

/* Gallery Grid */
/* ================================= */
.port_view_gallery {
  width: 100%;
  float: left;
  display: block;
  max-width: 1660px;
  margin: 0 auto 30px;
  float: none;
}
.port_view_gallery .port_view_gal_item {
  height: 360px;
}
.port_view_gallery .port_view_gal_item.port_view_gal_full {
  margin-bottom: 10px;
}
.port_view_gallery .port_view_gal_item.port_view_gal_short {
  margin-bottom: 10px;
  height: 175px;
}
.port_view_gallery .port_view_gal_item .port_view_gal_img {
  background-position: center;
  background-size: auto 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 100%;
  width: 100%;
  float: left;
  display: block;
}
@media (max-width: 767px) {
  .port_view_gallery .port_view_gal_item {
    height: 175px;
    padding: 10px 10px 0;
    margin: 0 0 10px;
  }
}
@media (max-width: 479px) {
  .port_view_gallery .port_view_gal_item {
    padding: 0;
    margin: 0 0 10px;
  }
}

/* Related */
/* ================================= */
.port_view_related {
  float: left;
  display: block;
  width: 100%;
  position: relative;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .port_view_related .portfolio_item_no4 {
    display: none;
  }
}
.port_view_related h2 {
  margin: 30px 0 60px;
  font-size: 36px;
}

/* ================================= */
/* Custom Select Boxes */
/* ================================= */
.custom_select {
  position: relative;
}
.custom_select select {
  position: relative;
  z-index: 10;
  width: 100%;
  -webkit-appearance: none;
}
.custom_select span {
  position: absolute;
  bottom: 0;
  top: 0;
  float: left;
  left: 0;
  right: 0;
  cursor: default;
  z-index: 1;
  text-align: left;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #ffffff;
  padding: 15px 15px 11px;
}
.custom_select span:after {
  font-family: FontAwesome;
  content: "\f107";
  display: block;
  position: absolute;
  font-size: 2em;
  line-height: 2em;
  height: 2em;
  width: 1.2em;
  right: 0px;
  top: 50%;
  margin-top: -1em;
  text-align: center;
  color: #4b4c4e;
}

/* ================================= */
/* Custom Checkboxes & Radio Buttons */
/* ================================= */
input[type=radio].custom_input,
input[type=checkbox].custom_input {
  opacity: 0;
  width: 14px;
  margin-top: 5px;
  margin-right: -14px;
  min-height: 14px;
  float: left;
  cursor: pointer;
}
.lt-ie9 input[type=radio].custom_input,
.lt-ie9 input[type=checkbox].custom_input {
  display: block;
  visibility: visible;
  width: auto;
  float: left;
  margin: 5px 10px 0px 0px;
}
input[type=radio].custom_input + label,
input[type=checkbox].custom_input + label {
  display: block;
  cursor: pointer;
  text-align: left;
}
input[type=radio].custom_input + label.active:before, input[type=radio].custom_input:checked + label:before, input[type=radio].custom_input:checked + label:hover:before,
input[type=checkbox].custom_input + label.active:before,
input[type=checkbox].custom_input:checked + label:before,
input[type=checkbox].custom_input:checked + label:hover:before {
  background: #FFCB05;
}
.lt-ie9 input[type=radio].custom_input.box,
.lt-ie9 input[type=checkbox].custom_input.box {
  display: block;
  margin: 12px;
  margin-top: 18px;
  margin-right: -26px;
  float: left;
}
.lt-ie9 input[type=radio].custom_input.box + label,
.lt-ie9 input[type=checkbox].custom_input.box + label {
  padding-left: 38px;
}
input[type=radio].custom_input.box + label,
input[type=checkbox].custom_input.box + label {
  border: 1px solid #E6E6E6;
  padding: 12px;
}
input[type=radio].custom_input.box + label.active, input[type=radio].custom_input.box:checked + label, input[type=radio].custom_input.box:checked + label:hover,
input[type=checkbox].custom_input.box + label.active,
input[type=checkbox].custom_input.box:checked + label,
input[type=checkbox].custom_input.box:checked + label:hover {
  border-color: #FFCB05;
}

.custom_input_standalone, input[type=radio].custom_input + label:before,
input[type=checkbox].custom_input + label:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border: 3px solid #ffffff;
  box-shadow: 0px 0px 0px 1px #E6E6E6;
  float: left;
  margin: 3px 10px 0px 0px;
  cursor: pointer;
  border-collapse: separate;
  -webkit-backface-visibility: hidden;
  -moz-transition: background 0.1s ease 0s;
  -webkit-transition: background 0.1s ease 0s;
  transition: background 0.1s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.lt-ie9 .custom_input_standalone, .lt-ie9 input[type=radio].custom_input + label:before,
.lt-ie9 input[type=checkbox].custom_input + label:before {
  display: none;
}

input.custom_input:hover + label:before,
input.custom_input:hover + .custom_input_standalone,
.custom_input_standalone:hover,
input[type=radio].custom_input + label:hover:before,
input[type=checkbox].custom_input + label:hover:before {
  background: #E6E6E6;
}

.custom_input:checked + .custom_input_standalone, input.custom_input[type=radio]:checked + label:before,
input.custom_input[type=checkbox]:checked + label:before,
.custom_input:checked + .custom_input_standalone:hover,
.custom_input:checked:hover + .custom_input_standalone {
  background: #FFCB05;
}

.no-boxshadow .custom_input_standalone, .no-boxshadow input[type=radio].custom_input + label:before,
.no-boxshadow input[type=checkbox].custom_input + label:before {
  outline: 1px solid #E6E6E6;
}

input[type=radio].custom_input + label:before,
.custom_input_standalone.radio,
input[type=checkbox].custom_input + label.radio:before,
input[type=radio].custom_input + .custom_input_standalone {
  border-radius: 50%;
}

/* ================================= */
/* Fancy Inputs */
/* ================================= */
.form_row {
  padding: 10px 0px;
}
.form_row label {
  color: #FFCB05;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}
.form_row .imageVerification {
  padding-top: 5px;
}

.form_input_wrap {
  position: relative;
}

.form_input_wrap.fancy input,
.form_input_wrap.fancy textarea {
  width: 100%;
  padding: 13px 15px;
  line-height: 24px;
  height: 52px;
  -webkit-transition: padding 0.2s ease;
  -moz-transition: padding 0.2s ease;
  -ms-transition: padding 0.2s ease;
  -o-transition: padding 0.2s ease;
  transition: padding 0.2s ease;
}
.form_input_wrap.fancy textarea {
  height: auto;
}
.form_input_wrap.fancy input[type=radio],
.form_input_wrap.fancy input[type=checkbox] {
  width: auto;
}
.form_input_wrap.fancy .fancy_label {
  position: absolute;
  font-size: 12px;
  display: block !important;
  left: 16px;
  top: 0px;
  opacity: 0;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  color: #FFCB05;
  line-height: 15.6px;
  cursor: default;
  -webkit-transition: top 0.2s ease, opacity 0.2s linear;
  -moz-transition: top 0.2s ease, opacity 0.2s linear;
  -ms-transition: top 0.2s ease, opacity 0.2s linear;
  -o-transition: top 0.2s ease, opacity 0.2s linear;
  transition: top 0.2s ease, opacity 0.2s linear;
}
.form_input_wrap.fancy .fancy_label.errorText {
  color: #ED5E56;
}
.form_input_wrap.fancy .note, .form_input_wrap.fancy .required {
  position: absolute;
  z-index: 4;
  left: 0px;
  top: 50%;
  line-height: 18px;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #E6E6E6;
  background: #FFFFFF;
  font-size: 0.8em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.form_input_wrap.fancy .required {
  color: #ED5E56;
}
.form_input_wrap.fancy .note {
  color: #0077c1;
  left: 100%;
}
.form_input_wrap.fancy .right_overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 52px;
  line-height: 52px;
  padding: 0px 15px;
  color: #FFCB05;
  font-size: 1.5em;
}
.form_input_wrap.fancy.focused .fancy_label + input[type=text],
.form_input_wrap.fancy.focused .fancy_label + input[type=email],
.form_input_wrap.fancy.focused .fancy_label + input[type=number],
.form_input_wrap.fancy.focused .fancy_label + input[type=url],
.form_input_wrap.fancy.focused .fancy_label + input[type=password],
.form_input_wrap.fancy.focused .fancy_label + textarea, .no-placeholder .form_input_wrap.fancy .fancy_label + input[type=text],
.no-placeholder .form_input_wrap.fancy .fancy_label + input[type=email],
.no-placeholder .form_input_wrap.fancy .fancy_label + input[type=number],
.no-placeholder .form_input_wrap.fancy .fancy_label + input[type=url],
.no-placeholder .form_input_wrap.fancy .fancy_label + input[type=password],
.no-placeholder .form_input_wrap.fancy .fancy_label + textarea {
  padding-top: 19.5px;
  padding-bottom: 6.5px;
}
.form_input_wrap.fancy.focused .fancy_label, .no-placeholder .form_input_wrap.fancy .fancy_label {
  top: 6.5px;
  opacity: 1;
}

/*# sourceMappingURL=main.css.map */
