                 /*!
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: .75s;
  animation-duration: .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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@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.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
.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: .4s;
  -moz-transition-duration: .4s;
  transition-duration: .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 .4s;
  -o-transition: all linear .4s;
  -webkit-transition: all linear .4s;
  transition: all linear .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 .4s 0s,visibility 0s .4s;
  -moz-transition: -moz-transform .4s 0s,visibility 0s .4s;
  transition: transform .4s 0s,visibility 0s .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 .4s 0s,visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s,visibility 0s 0s;
  transition: transform .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 .2s;
  -moz-transition: -moz-transform ease .2s;
  -ms-transition: -ms-transform ease .2s;
  -o-transition: -o-transform ease .2s;
  transition: transform ease .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; }

/**
  * Grid.css v2.1.2
  * https://github.com/mcnamee/grid
  *
  * Copyright 2014 Matt Mcnamee - www.mcnamee.co
  * Free to use under the GPLv2 license.
  * http://www.gnu.org/licenses/gpl-2.0.html
  **/
* {
  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: -.5em; }

sub {
  bottom: -.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; }

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; }

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; }

input:invalid, textarea:invalid {
  background-color: #f0dddd; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .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: 17px;
  line-height: 24px;
  color: #777;
  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: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited {
  color: #555; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
  float: left; }

audio, canvas, video {
  display: inline-block; }

[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: '\0020';
  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; }

.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 {
  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: 1008px; }

.grid_1 {
  width: 4.1666666666667%; }

.grid_2 {
  width: 8.3333333333333%; }

.grid_3 {
  width: 12.5%; }

.grid_4 {
  width: 16.666666666667%; }

.grid_5 {
  width: 20.833333333333%; }

.grid_6 {
  width: 25%; }

.grid_7 {
  width: 29.166666666667%; }

.grid_8 {
  width: 33.333333333333%; }

.grid_9 {
  width: 37.5%; }

.grid_10 {
  width: 41.666666666667%; }

.grid_11 {
  width: 45.833333333333%; }

.grid_12 {
  width: 50%; }

.grid_13 {
  width: 54.166666666667%; }

.grid_14 {
  width: 58.333333333333%; }

.grid_15 {
  width: 62.5%; }

.grid_16 {
  width: 66.666666666667%; }

.grid_17 {
  width: 70.833333333333%; }

.grid_18 {
  width: 75%; }

.grid_19 {
  width: 79.166666666667%; }

.grid_20 {
  width: 83.333333333333%; }

.grid_21 {
  width: 87.5%; }

.grid_22 {
  width: 91.666666666667%; }

.grid_23 {
  width: 95.833333333333%; }

.grid_24 {
  width: 100%; }

.prefix_0 {
  margin-left: 0; }

.prefix_1 {
  margin-left: 4.1666666666667%; }

.prefix_2 {
  margin-left: 8.3333333333333%; }

.prefix_3 {
  margin-left: 12.5%; }

.prefix_4 {
  margin-left: 16.666666666667%; }

.prefix_5 {
  margin-left: 20.833333333333%; }

.prefix_6 {
  margin-left: 25%; }

.prefix_7 {
  margin-left: 29.166666666667%; }

.prefix_8 {
  margin-left: 33.333333333333%; }

.prefix_9 {
  margin-left: 37.5%; }

.prefix_10 {
  margin-left: 41.666666666667%; }

.prefix_11 {
  margin-left: 45.833333333333%; }

.prefix_12 {
  margin-left: 50%; }

.prefix_13 {
  margin-left: 54.166666666667%; }

.prefix_14 {
  margin-left: 58.333333333333%; }

.prefix_15 {
  margin-left: 62.5%; }

.prefix_16 {
  margin-left: 66.666666666667%; }

.prefix_17 {
  margin-left: 70.833333333333%; }

.prefix_18 {
  margin-left: 75%; }

.prefix_19 {
  margin-left: 79.166666666667%; }

.prefix_20 {
  margin-left: 83.333333333333%; }

.prefix_21 {
  margin-left: 87.5%; }

.prefix_22 {
  margin-left: 91.666666666667%; }

.prefix_23 {
  margin-left: 95.833333333333%; }

.prefix_24 {
  margin-left: 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_l, .visible_m, .visible_phone, .visible_s, .visible_xl, .visible_xs {
    display: none !important; }

  .visible_l {
    display: inline-block !important; } }
@media only screen and (min-width: 1200px) {
  body {
    min-width: 1170px; }

  .container_24 {
    width: 1170px; }

  .grid_1_xl {
    width: 4.1666666666667%; }

  .grid_2_xl {
    width: 8.3333333333333%; }

  .grid_3_xl {
    width: 12.5%; }

  .grid_4_xl {
    width: 16.666666666667%; }

  .grid_5_xl {
    width: 20.833333333333%; }

  .grid_6_xl {
    width: 25%; }

  .grid_7_xl {
    width: 29.166666666667%; }

  .grid_8_xl {
    width: 33.333333333333%; }

  .grid_9_xl {
    width: 37.5%; }

  .grid_10_xl {
    width: 41.666666666667%; }

  .grid_11_xl {
    width: 45.833333333333%; }

  .grid_12_xl {
    width: 50%; }

  .grid_13_xl {
    width: 54.166666666667%; }

  .grid_14_xl {
    width: 58.333333333333%; }

  .grid_15_xl {
    width: 62.5%; }

  .grid_16_xl {
    width: 66.666666666667%; }

  .grid_17_xl {
    width: 70.833333333333%; }

  .grid_18_xl {
    width: 75%; }

  .grid_19_xl {
    width: 79.166666666667%; }

  .grid_20_xl {
    width: 83.333333333333%; }

  .grid_21_xl {
    width: 87.5%; }

  .grid_22_xl {
    width: 91.666666666667%; }

  .grid_23_xl {
    width: 95.833333333333%; }

  .grid_24_xl {
    width: 100%; }

  .prefix_0_xl {
    margin-left: 0; }

  .prefix_1_xl {
    margin-left: 4.1666666666667%; }

  .prefix_2_xl {
    margin-left: 8.3333333333333%; }

  .prefix_3_xl {
    margin-left: 12.5%; }

  .prefix_4_xl {
    margin-left: 16.666666666667%; }

  .prefix_5_xl {
    margin-left: 20.833333333333%; }

  .prefix_6_xl {
    margin-left: 25%; }

  .prefix_7_xl {
    margin-left: 29.166666666667%; }

  .prefix_8_xl {
    margin-left: 33.333333333333%; }

  .prefix_9_xl {
    margin-left: 37.5%; }

  .prefix_10_xl {
    margin-left: 41.666666666667%; }

  .prefix_11_xl {
    margin-left: 45.833333333333%; }

  .prefix_12_xl {
    margin-left: 50%; }

  .prefix_13_xl {
    margin-left: 54.166666666667%; }

  .prefix_14_xl {
    margin-left: 58.333333333333%; }

  .prefix_15_xl {
    margin-left: 62.5%; }

  .prefix_16_xl {
    margin-left: 66.666666666667%; }

  .prefix_17_xl {
    margin-left: 70.833333333333%; }

  .prefix_18_xl {
    margin-left: 75%; }

  .prefix_19_xl {
    margin-left: 79.166666666667%; }

  .prefix_20_xl {
    margin-left: 83.333333333333%; }

  .prefix_21_xl {
    margin-left: 87.5%; }

  .prefix_22_xl {
    margin-left: 91.666666666667%; }

  .prefix_23_xl {
    margin-left: 95.833333333333%; }

  .prefix_24_xl {
    margin-left: 100%; }

  .hidden_l, .hidden_m, .hidden_phone, .hidden_s, .hidden_xs {
    display: inline-block !important; }

  .hidden_xl, .visible_l, .visible_m, .visible_phone, .visible_s, .visible_xs {
    display: none !important; }

  .visible_xl {
    display: inline-block !important; } }
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    min-width: 750px; }

  .container_24 {
    width: 750px; }

  .grid_1_m {
    width: 4.1666666666667%; }

  .grid_2_m {
    width: 8.3333333333333%; }

  .grid_3_m {
    width: 12.5%; }

  .grid_4_m {
    width: 16.666666666667%; }

  .grid_5_m {
    width: 20.833333333333%; }

  .grid_6_m {
    width: 25%; }

  .grid_7_m {
    width: 29.166666666667%; }

  .grid_8_m {
    width: 33.333333333333%; }

  .grid_9_m {
    width: 37.5%; }

  .grid_10_m {
    width: 41.666666666667%; }

  .grid_11_m {
    width: 45.833333333333%; }

  .grid_12_m {
    width: 50%; }

  .grid_13_m {
    width: 54.166666666667%; }

  .grid_14_m {
    width: 58.333333333333%; }

  .grid_15_m {
    width: 62.5%; }

  .grid_16_m {
    width: 66.666666666667%; }

  .grid_17_m {
    width: 70.833333333333%; }

  .grid_18_m {
    width: 75%; }

  .grid_19_m {
    width: 79.166666666667%; }

  .grid_20_m {
    width: 83.333333333333%; }

  .grid_21_m {
    width: 87.5%; }

  .grid_22_m {
    width: 91.666666666667%; }

  .grid_23_m {
    width: 95.833333333333%; }

  .grid_24_m {
    width: 100%; }

  .prefix_0_m {
    margin-left: 0; }

  .prefix_1_m {
    margin-left: 4.1666666666667%; }

  .prefix_2_m {
    margin-left: 8.3333333333333%; }

  .prefix_3_m {
    margin-left: 12.5%; }

  .prefix_4_m {
    margin-left: 16.666666666667%; }

  .prefix_5_m {
    margin-left: 20.833333333333%; }

  .prefix_6_m {
    margin-left: 25%; }

  .prefix_7_m {
    margin-left: 29.166666666667%; }

  .prefix_8_m {
    margin-left: 33.333333333333%; }

  .prefix_9_m {
    margin-left: 37.5%; }

  .prefix_10_m {
    margin-left: 41.666666666667%; }

  .prefix_11_m {
    margin-left: 45.833333333333%; }

  .prefix_12_m {
    margin-left: 50%; }

  .prefix_13_m {
    margin-left: 54.166666666667%; }

  .prefix_14_m {
    margin-left: 58.333333333333%; }

  .prefix_15_m {
    margin-left: 62.5%; }

  .prefix_16_m {
    margin-left: 66.666666666667%; }

  .prefix_17_m {
    margin-left: 70.833333333333%; }

  .prefix_18_m {
    margin-left: 75%; }

  .prefix_19_m {
    margin-left: 79.166666666667%; }

  .prefix_20_m {
    margin-left: 83.333333333333%; }

  .prefix_21_m {
    margin-left: 87.5%; }

  .prefix_22_m {
    margin-left: 91.666666666667%; }

  .prefix_23_m {
    margin-left: 95.833333333333%; }

  .prefix_24_m {
    margin-left: 100%; }

  .hidden_l, .hidden_phone, .hidden_s, .hidden_xl, .hidden_xs {
    display: inline-block !important; }

  .hidden_m, .visible_l, .visible_phone, .visible_s, .visible_xl, .visible_xs {
    display: none !important; }

  .visible_m {
    display: inline-block !important; } }
@media only screen and (max-width: 767px) {
  body {
    min-width: 300px; }

  .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 {
    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; }

  .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_1_s {
    width: 4.1666666666667%; }

  .grid_2_s {
    width: 8.3333333333333%; }

  .grid_3_s {
    width: 12.5%; }

  .grid_4_s {
    width: 16.666666666667%; }

  .grid_5_s {
    width: 20.833333333333%; }

  .grid_6_s {
    width: 25%; }

  .grid_7_s {
    width: 29.166666666667%; }

  .grid_8_s {
    width: 33.333333333333%; }

  .grid_9_s {
    width: 37.5%; }

  .grid_10_s {
    width: 41.666666666667%; }

  .grid_11_s {
    width: 45.833333333333%; }

  .grid_12_s {
    width: 50%; }

  .grid_13_s {
    width: 54.166666666667%; }

  .grid_14_s {
    width: 58.333333333333%; }

  .grid_15_s {
    width: 62.5%; }

  .grid_16_s {
    width: 66.666666666667%; }

  .grid_17_s {
    width: 70.833333333333%; }

  .grid_18_s {
    width: 75%; }

  .grid_19_s {
    width: 79.166666666667%; }

  .grid_20_s {
    width: 83.333333333333%; }

  .grid_21_s {
    width: 87.5%; }

  .grid_22_s {
    width: 91.666666666667%; }

  .grid_23_s {
    width: 95.833333333333%; }

  .grid_24_s {
    width: 100%; }

  .prefix_0_s {
    margin-left: 0; }

  .prefix_1_s {
    margin-left: 4.1666666666667%; }

  .prefix_2_s {
    margin-left: 8.3333333333333%; }

  .prefix_3_s {
    margin-left: 12.5%; }

  .prefix_4_s {
    margin-left: 16.666666666667%; }

  .prefix_5_s {
    margin-left: 20.833333333333%; }

  .prefix_6_s {
    margin-left: 25%; }

  .prefix_7_s {
    margin-left: 29.166666666667%; }

  .prefix_8_s {
    margin-left: 33.333333333333%; }

  .prefix_9_s {
    margin-left: 37.5%; }

  .prefix_10_s {
    margin-left: 41.666666666667%; }

  .prefix_11_s {
    margin-left: 45.833333333333%; }

  .prefix_12_s {
    margin-left: 50%; }

  .prefix_13_s {
    margin-left: 54.166666666667%; }

  .prefix_14_s {
    margin-left: 58.333333333333%; }

  .prefix_15_s {
    margin-left: 62.5%; }

  .prefix_16_s {
    margin-left: 66.666666666667%; }

  .prefix_17_s {
    margin-left: 70.833333333333%; }

  .prefix_18_s {
    margin-left: 75%; }

  .prefix_19_s {
    margin-left: 79.166666666667%; }

  .prefix_20_s {
    margin-left: 83.333333333333%; }

  .prefix_21_s {
    margin-left: 87.5%; }

  .prefix_22_s {
    margin-left: 91.666666666667%; }

  .prefix_23_s {
    margin-left: 95.833333333333%; }

  .prefix_24_s {
    margin-left: 100%; }

  .hidden_l, .hidden_m, .hidden_xl, .hidden_xs {
    display: inline-block !important; }

  .hidden_s, .visible_l, .visible_m, .visible_xl, .visible_xs {
    display: none !important; }

  .visible_s {
    display: inline-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_1_xs {
    width: 4.1666666666667%; }

  .grid_2_xs {
    width: 8.3333333333333%; }

  .grid_3_xs {
    width: 12.5%; }

  .grid_4_xs {
    width: 16.666666666667%; }

  .grid_5_xs {
    width: 20.833333333333%; }

  .grid_6_xs {
    width: 25%; }

  .grid_7_xs {
    width: 29.166666666667%; }

  .grid_8_xs {
    width: 33.333333333333%; }

  .grid_9_xs {
    width: 37.5%; }

  .grid_10_xs {
    width: 41.666666666667%; }

  .grid_11_xs {
    width: 45.833333333333%; }

  .grid_12_xs {
    width: 50%; }

  .grid_13_xs {
    width: 54.166666666667%; }

  .grid_14_xs {
    width: 58.333333333333%; }

  .grid_15_xs {
    width: 62.5%; }

  .grid_16_xs {
    width: 66.666666666667%; }

  .grid_17_xs {
    width: 70.833333333333%; }

  .grid_18_xs {
    width: 75%; }

  .grid_19_xs {
    width: 79.166666666667%; }

  .grid_20_xs {
    width: 83.333333333333%; }

  .grid_21_xs {
    width: 87.5%; }

  .grid_22_xs {
    width: 91.666666666667%; }

  .grid_23_xs {
    width: 95.833333333333%; }

  .grid_24_xs {
    width: 100%; }

  .prefix_0_xs {
    margin-left: 0; }

  .prefix_1_xs {
    margin-left: 4.1666666666667%; }

  .prefix_2_xs {
    margin-left: 8.3333333333333%; }

  .prefix_3_xs {
    margin-left: 12.5%; }

  .prefix_4_xs {
    margin-left: 16.666666666667%; }

  .prefix_5_xs {
    margin-left: 20.833333333333%; }

  .prefix_6_xs {
    margin-left: 25%; }

  .prefix_7_xs {
    margin-left: 29.166666666667%; }

  .prefix_8_xs {
    margin-left: 33.333333333333%; }

  .prefix_9_xs {
    margin-left: 37.5%; }

  .prefix_10_xs {
    margin-left: 41.666666666667%; }

  .prefix_11_xs {
    margin-left: 45.833333333333%; }

  .prefix_12_xs {
    margin-left: 50%; }

  .prefix_13_xs {
    margin-left: 54.166666666667%; }

  .prefix_14_xs {
    margin-left: 58.333333333333%; }

  .prefix_15_xs {
    margin-left: 62.5%; }

  .prefix_16_xs {
    margin-left: 66.666666666667%; }

  .prefix_17_xs {
    margin-left: 70.833333333333%; }

  .prefix_18_xs {
    margin-left: 75%; }

  .prefix_19_xs {
    margin-left: 79.166666666667%; }

  .prefix_20_xs {
    margin-left: 83.333333333333%; }

  .prefix_21_xs {
    margin-left: 87.5%; }

  .prefix_22_xs {
    margin-left: 91.666666666667%; }

  .prefix_23_xs {
    margin-left: 95.833333333333%; }

  .prefix_24_xs {
    margin-left: 100%; }

  .hidden_l, .hidden_m, .hidden_s, .hidden_xl {
    display: inline-block !important; }

  .hidden_xs, .visible_l, .visible_m, .visible_s, .visible_xl {
    display: none !important; }

  .visible_xs {
    display: inline-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; } }
@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; } }
/*!
 * FullCalendar v2.0.2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left; }

.fc table {
  border-collapse: collapse;
  border-spacing: 0; }

html .fc,
.fc table {
  font-size: 1em; }

.fc td,
.fc th {
  padding: 0;
  vertical-align: top; }

/* Header
------------------------------------------------------------------------*/
.fc-header td {
  white-space: nowrap; }

.fc-header-left {
  width: 25%;
  text-align: left; }

.fc-header-center {
  text-align: center; }

.fc-header-right {
  width: 25%;
  text-align: right; }

.fc-header-title {
  display: inline-block;
  vertical-align: top; }

.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap; }

.fc .fc-header-space {
  padding-left: 10px; }

.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top; }

/* buttons edges butting together */
.fc-header .fc-button {
  margin-right: -1px; }

.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */ }

/* button layering (for border precedence) */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2; }

.fc-header .fc-state-down {
  z-index: 3; }

.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4; }

/* Content
------------------------------------------------------------------------*/
.fc-content {
  position: relative;
  z-index: 1;
  /* scopes all other z-index's to be inside this container */
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */ }

.fc-view {
  position: relative;
  width: 100%;
  overflow: hidden; }

/* Cell Styles
------------------------------------------------------------------------*/
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd; }

.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcf8e3; }

.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */ }

/* Buttons
------------------------------------------------------------------------*/
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer; }

.fc-state-default {
  /* non-theme */
  border: 1px solid; }

.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/
.fc-button .fc-icon {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */ }

.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold; }

.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold; }

.fc-icon-left-double-arrow:after {
  content: "\000AB"; }

.fc-icon-right-double-arrow:after {
  content: "\000BB"; }

/* icon (for jquery ui) */
.fc-button .ui-icon {
  position: relative;
  top: 50%;
  float: left;
  margin-top: -8px;
  /* we know jqui icons are always 16px tall */ }

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6; }

.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; }

.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

/* Global Event Styles
------------------------------------------------------------------------*/
.fc-event-container > * {
  z-index: 8; }

.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9; }

.fc-event {
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: .85em;
  cursor: default; }

a.fc-event {
  text-decoration: none; }

a.fc-event,
.fc-event-draggable {
  cursor: pointer; }

.fc-rtl .fc-event {
  text-align: right; }

.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fc-event-time,
.fc-event-title {
  padding: 0 1px; }

.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */ }

/* Horizontal Events
------------------------------------------------------------------------*/
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px; }

.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

/* resizable */
.fc-event-hori .ui-resizable-e {
  top: 0           !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px      !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize; }

.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px       !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize; }

.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */ }

/* Reusable Separate-border Table
------------------------------------------------------------*/
table.fc-border-separate {
  border-collapse: separate; }

.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px; }

.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px; }

.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px; }

.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0; }

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
.fc-grid th {
  text-align: center; }

.fc .fc-week-number {
  width: 22px;
  text-align: center; }

.fc .fc-week-number div {
  padding: 0 2px; }

.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px; }

.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
   might want to set the 'color' property instead
   making day-numbers bold also fixes the problem */ }

.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */ }

/* event styles */
.fc-grid .fc-event-time {
  font-weight: bold; }

/* right-to-left */
.fc-rtl .fc-grid .fc-day-number {
  float: left; }

.fc-rtl .fc-grid .fc-event-time {
  float: right; }

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
.fc-agenda table {
  border-collapse: separate; }

.fc-agenda-days th {
  text-align: center; }

.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  font-weight: normal; }

.fc-agenda-slots .fc-agenda-axis {
  white-space: nowrap; }

.fc-agenda .fc-week-number {
  font-weight: bold; }

.fc-agenda .fc-day-content {
  padding: 2px 2px 1px; }

/* make axis border take precedence */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px; }

.fc-agenda-days .fc-col0 {
  border-left-width: 0; }

/* all-day area */
.fc-agenda-allday th {
  border-width: 0 1px; }

.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px; }

/* divider (between all-day and slots) */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden; }

.fc-widget-header .fc-agenda-divider-inner {
  background: #eee; }

/* slot rows */
.fc-agenda-slots th {
  border-width: 1px 1px 0; }

.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none; }

.fc-agenda-slots td div {
  height: 20px; }

.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0; }

.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted; }

.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */ }

/* Vertical Events
------------------------------------------------------------------------*/
.fc-event-vert {
  border-width: 0 1px; }

.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px; }

.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2; }

.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25); }

.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */ }

/* resizable */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize; }

.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden; }

/* Do not Edit! */
/*! jQuery UI - v1.11.4 - 2015-08-27
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault='Open%20Sans'%2C%20Arial%2C%20Helvetica%2C%20sans-serif&fwDefault=normal&fsDefault=14px&cornerRadius=0px&bgColorHeader=%232f5ab2&bgTextureHeader=flat&bgImgOpacityHeader=0&borderColorHeader=%232f5ab2&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23ffffff&bgTextureContent=flat&bgImgOpacityContent=0&borderColorContent=%23e1e2e3&fcContent=%23999999&iconColorContent=%23999999&bgColorDefault=%232f5ab2&bgTextureDefault=flat&bgImgOpacityDefault=0&borderColorDefault=%232f5ab2&fcDefault=%23ffffff&iconColorDefault=%23ffffff&bgColorHover=%233464c6&bgTextureHover=flat&bgImgOpacityHover=0&borderColorHover=%233464c6&fcHover=%23ffffff&iconColorHover=%23ffffff&bgColorActive=%232a509e&bgTextureActive=flat&bgImgOpacityActive=0&borderColorActive=%232a509e&fcActive=%23ffffff&iconColorActive=%23ffffff&bgColorHighlight=%235ecaff&bgTextureHighlight=flat&bgImgOpacityHighlight=0&borderColorHighlight=%235ecaff&fcHighlight=%23ffffff&iconColorHighlight=%23ffffff&bgColorError=%23ED5E56&bgTextureError=flat&bgImgOpacityError=0&borderColorError=%23ED5E56&fcError=%23ffffff&iconColorError=%23ffffff&bgColorOverlay=%23000000&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=70&bgColorShadow=%23000000&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=0&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */ }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em; }

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em; }

.ui-button-icons-only {
  width: 3.4em; }

button.ui-button-icons-only {
  width: 3.7em; }

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal; }

.ui-button-text-only .ui-button-text {
  padding: .4em 1em; }

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px; }

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em; }

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em; }

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em; }

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px; }

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px; }

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em; }

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em; }

/* button sets */
.ui-buttonset {
  margin-right: 7px; }

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em; }

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  margin-bottom: .2em; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 0px 1px;
  padding: 0px;
  line-height: 1em;
  height: auto; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px; }

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none; }

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #E6E6E6;
  background: #ffffff;
  color: #666666; }

.ui-widget-content a {
  color: #666666; }

.ui-widget-header {
  border: 1px solid #002a3a;
  background: #002a3a;
  color: #ffffff;
  font-weight: bold; }

.ui-widget-header a {
  color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #002a3a;
  background: #002a3a;
  font-weight: normal;
  color: #ffffff; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #004f6d;
  background: #004f6d;
  font-weight: normal;
  color: #ffffff; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #ffffff;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #000507;
  background: #000507;
  font-weight: normal;
  color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #0074a0;
  background: #0074a0;
  color: #ffffff; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ED5E56;
  background: #ED5E56;
  color: #ffffff; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/assets/images/jqueryui/ui-icons_999999_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/assets/images/jqueryui/ui-icons_ffffff_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("/assets/images/jqueryui/ui-icons_ffffff_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/assets/images/jqueryui/ui-icons_ffffff_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("/assets/images/jqueryui/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("/assets/images/jqueryui/ui-icons_ffffff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/assets/images/jqueryui/ui-icons_ffffff_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px; }

/* Overlays */
.ui-widget-overlay {
  background: #000000;
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #000000;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
  border-radius: 8px; }

/*
 * 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: transparent; }

.qtip-youtube .qtip-content {
  padding: .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 #f1f1f1;
  -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; }

/* ================================= */
/* 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; } }
/* ================================= */
/* Defaults */
/* ================================= */
.clear {
  width: 100%; }

.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; }

/* ================================= */
/* 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; }

/* ================================= */
/* Off Canvas Menu */
/* ================================= */
html, body, .onCanvas {
  background: #FFFFFF; }

a.offCanvas_trigger {
  margin: 0px;
  height: 22px;
  float: none; }

.offCanvas_trigger.offCanvas_trigger_open .offCanvas_trigger_item,
.offCanvas_trigger_item {
  background: #002a3a; }

ul.offCanvas_menu li.members_menu_div {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #5F5F5F; }

.offCanvas {
  background: #002a3a; }

ul.offCanvas_menu li a {
  font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif;
  color: #ffffff; }

ul.offCanvas_menu_social li a {
  color: #b1c9e8; }

/* ================================= */
/* Sidebar */
/* ================================= */
#sidebar .widget {
  margin-bottom: 60px; }
  @media screen and (max-width: 767px) {
    #sidebar .widget {
      margin-bottom: 30px; } }

.sub_nav {
  background-color: #f7f9fc;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 15px 0px; }
  .sub_nav a {
    display: block;
    color: #666666;
    padding: 5px 20px;
    text-decoration: none; }
    .sub_nav a:hover {
      color: #002a3a; }
    .sub_nav a.down {
      color: #002a3a;
      font-weight: bold; }
    .sub_nav a.sub_nav_heading {
      padding-top: 15px;
      padding-bottom: 15px;
      margin-bottom: 10px;
      color: #ffffff;
      font-weight: bold;
      background: #002a3a;
      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: 40px 0px 60px 0px;
  width: 100%;
  display: block;
  background: url(/assets/images/backgrounds/content_bg.png) no-repeat calc(50% + 550px) -40px; }
  #homePage #content {
    padding-bottom: 0; }

.copy p, .copy table, .copy ul, .copy ol {
  margin: 0 0 18px 0; }

.copy ul, .copy ol {
  margin-left: 18px; }

/* ================================= */
/* Widgets */
/* ================================= */
.widget .widget_title {
  padding: 20px 0px;
  background: #002a3a;
  font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  border: 0px none transparent; }
  .widget .widget_title h2 {
    font-size: inherit;
    color: inherit;
    margin: 0px; }
.widget .widget_subtitle {
  background: #f7f9fc;
  border: 1px solid #E6E6E6;
  border-top: 0px none transparent;
  min-height: 20px;
  padding: 20px;
  color: #002a3a;
  text-align: center;
  font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif;
  font-size: 18px; }
  .widget .widget_subtitle:first-child {
    border-top: 1px solid #E6E6E6; }
  .widget .widget_subtitle.no_padding {
    padding: 0px; }
.widget .widget_circle {
  height: 0px;
  text-align: center;
  position: relative; }
  .widget .widget_circle .widget_circle_content {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 78px;
    font-weight: bold;
    font-size: 30px;
    background: #002a3a;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .widget .widget_circle .widget_circle_content img {
      max-width: 48px;
      max-height: 40px;
      height: auto;
      width: auto; }
  .widget .widget_circle:first-child {
    padding-top: 30px; }
    .widget .widget_circle:first-child + .widget_subtitle,
    .widget .widget_circle:first-child + .widget_content,
    .widget .widget_circle:first-child + .widget_footer {
      border-top: 1px solid #E6E6E6; }
  .widget .widget_circle.small .widget_circle_content {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px; }
  .widget .widget_circle.large + .widget_subtitle,
  .widget .widget_circle.large + .widget_content,
  .widget .widget_circle.large + .widget_footer {
    padding-top: 60px; }
.widget .widget_tabs {
  height: 120px;
  background: #002a3a;
  display: table;
  width: 100%;
  position: relative;
  table-layout: fixed; }
  @media screen and (max-width: 479px) {
    .widget .widget_tabs {
      table-layout: auto;
      height: auto; } }
  .widget .widget_tabs .widget_tab {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif;
    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;
    transition: all 0.1s linear; }
    .widget .widget_tabs .widget_tab + .widget_tab {
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
      .widget .widget_tabs .widget_tab + .widget_tab:hover, .widget .widget_tabs .widget_tab + .widget_tab.current {
        border-left: 1px solid rgba(0, 0, 0, 0.1); }
    .widget .widget_tabs .widget_tab .tab_title {
      height: 0px;
      line-height: 24px;
      overflow: hidden;
      transition: all 0.1s linear; }
    .widget .widget_tabs .widget_tab:after {
      position: absolute;
      top: 120px;
      left: 50%;
      margin-left: -15px;
      margin-top: -15px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 0 15px;
      border-color: #002a3a transparent transparent transparent;
      transition: all 0.1s linear; }
    .widget .widget_tabs .widget_tab:hover, .widget .widget_tabs .widget_tab.current {
      background: #b7bf10; }
      .widget .widget_tabs .widget_tab:hover .tab_title, .widget .widget_tabs .widget_tab.current .tab_title {
        height: 24px; }
      .widget .widget_tabs .widget_tab:hover:after, .widget .widget_tabs .widget_tab.current:after {
        margin-top: 0px;
        border-color: #b7bf10 transparent transparent transparent; }
    .widget .widget_tabs .widget_tab .tab_icon {
      display: inline-block;
      width: 48px;
      height: 48px;
      background-size: contain;
      background-position: center; }
    @media screen and (max-width: 479px) {
      .widget .widget_tabs .widget_tab .tab_title {
        height: 24px;
        padding: 10px 0px; }
      .widget .widget_tabs .widget_tab:after {
        content: none; }
      .widget .widget_tabs .widget_tab .tab_icon {
        display: none; } }
.widget .widget_content {
  background: #ffffff;
  padding: 30px;
  border: 1px solid #E6E6E6;
  border-top: 0px none transparent;
  		/*
  		ul {
  			margin-bottom: 0 !important;
  
  			li {
  				font-weight:   bold;
  				margin-left:   0px !important;
  				margin-bottom: 5px;
  
  				&:before {
  					margin-right: 3px;
  					font-size:    13px !important;
  				}
  			}
  		}
  		*/ }
  .widget .widget_content:first-child {
    border-top: 1px solid #E6E6E6; }
  .widget .widget_content.blue {
    padding: 40px;
    background: #002a3a;
    color: #ffffff;
    border: 0px none transparent; }
    .widget .widget_content.blue a {
      color: #fff; }
    @media screen and (max-width: 1023px) {
      .widget .widget_content.blue {
        padding: 20px; } }
    .widget .widget_content.blue em {
      display: inline-block;
      color: #6e7e92;
      font-family: "Signalist W00 Signalist", sans-serif;
      font-size: 36px;
      line-height: 0.7; }
    .widget .widget_content.blue p em:only-child {
      display: block;
      margin-bottom: -10px; }
    .widget .widget_content.blue h1, .widget .widget_content.blue h2, .widget .widget_content.blue h3 {
      color: inherit; }
    .widget .widget_content.blue h1 {
      font-size: 72px; }
      .widget .widget_content.blue h1 + h2, .widget .widget_content.blue h1 + h3 {
        margin-top: -15px;
        margin-bottom: 30px; }
    .widget .widget_content.blue .button {
      margin: 10px 0px; }
  .widget .widget_content h2, .widget .widget_content h2 a {
    font-size: 13px;
    line-height: 17px;
    color: #000000;
    margin-bottom: 0; }
  .widget .widget_content .blogLink {
    text-decoration: underline; }
  .widget .widget_content .tab_content {
    margin: 0px -10px;
    width: auto;
    display: block; }
.widget .widget_footer {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-top: 0px none transparent;
  padding: 20px; }
  .widget .widget_footer:first-child {
    border-top: 1px solid #E6E6E6; }
  .widget .widget_footer.blue {
    color: #ffffff;
    background: #003C54;
    padding: 20px 40px;
    border: 0px none transparent; }
    @media screen and (max-width: 1023px) {
      .widget .widget_footer.blue {
        padding: 10px 20px; } }
  .widget .widget_footer h1, .widget .widget_footer h2, .widget .widget_footer h3 {
    color: inherit; }
.widget .widget_title > *:last-child,
.widget .widget_subtitle > *:last-child,
.widget .widget_content > *:last-child,
.widget .widget_footer > *:last-child {
  margin-bottom: 0px; }
@media screen and (max-width: 767px) {
  .widget.instagram {
    margin-bottom: 30px; } }
.widget.instagram .widget_title {
  text-align: left;
  padding: 15px 20px;
  font-size: 24px; }
  .widget.instagram .widget_title .fa {
    float: right;
    font-size: 18px;
    line-height: 24px; }
  .widget.instagram .widget_title a {
    color: #fff; }
.widget.instagram .widget_content {
  padding: 15px 5px 5px 5px; }
  .widget.instagram .widget_content .inner {
    padding: 0px 5px;
    margin-bottom: 10px; }

.home_page .widget_content {
  min-height: 162px; }

/* ================================= */
/* Sitemap */
/* ================================= */
#content ul.sitemap {
  list-style: none;
  margin: 0px;
  padding: 0px; }
  #content ul.sitemap li.sitemapHeading > a {
    font-size: 16px;
    padding: 10px 5px;
    margin: 0px 0px 0px;
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    display: block; }
    #content ul.sitemap li.sitemapHeading > a:hover {
      background: #EEEEEE;
      border-bottom: 1px solid #AAAAAA; }
  #content ul.sitemap li a {
    padding: 5px 0px 3px;
    display: block; }
  #content ul.sitemap li:hover {
    color: #000000; }

.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: #666666; }
      #content #breadcrumbs ul li a {
        padding: 0 5px 0 0;
        color: #666666;
        font-size: 12px; }
        #content #breadcrumbs ul li a:hover {
          color: #002a3a; }
        #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_gutter_offset {
  margin: 0px -10px; }

.form_label, .form_required, .form_field {
  margin: 10px 0; }

.form_label {
  display: none;
  font-size: 16px;
  color: #002a3a;
  font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif; }
  .no-placeholder .form_label {
    display: block; }

.form_field {
  width: 100%;
  min-height: 30px; }
  .form_field.datepicker {
    position: relative; }
    .form_field.datepicker:after {
      position: absolute;
      z-index: 1;
      font-family: FontAwesome;
      content: "\f073";
      display: block;
      font-size: 1.3em;
      line-height: 52px;
      height: 52px;
      width: 52px;
      right: 0px;
      top: 0px;
      text-align: center;
      color: #666666;
      pointer-events: none; }
  .form_field.captcha {
    padding: 6px 0px; }
    .form_field.captcha a {
      display: inline-block;
      margin-left: 8px; }

.form_content {
  text-align: center; }

#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: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  outline: none; }

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="password"], textarea, select, .custom_select span {
  height: 52px;
  width: 100%;
  padding: 13px 15px;
  border: 1px solid #E6E6E6;
  box-shadow: rgba(255, 255, 255, 0) 0 0 4px;
  transition: box-shadow linear 0.2s, border linear 0.2s;
  background: #f9f8f7;
  color: #666666;
  font-weight: normal;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* 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 #002a3a; }
  input[type="text"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="url"]:disabled, input[type="password"]:disabled, textarea:disabled, select:disabled, .custom_select span:disabled {
    border-color: white;
    color: gray; }
  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: #666666;
    font-size: 14px; }
  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: #666666;
    font-size: 14px;
    line-height: 24px; }
  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: #666666;
    font-size: 14px;
    line-height: 24px; }
  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: #666666;
    font-size: 14px;
    line-height: 24px; }
  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; }
  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 #f2f5f9 inset;
    border: 1px solid #E6E6E6 !important;
    -webkit-text-fill-color: #666666 !important; }

textarea {
  height: auto; }

/* ================================= */
/* Custom Select Dropdowns */
/* ================================= */
.custom_select {
  position: relative; }
  .custom_select select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .custom_select select::-ms-expand {
      display: none; }
  .custom_select:after {
    position: absolute;
    z-index: 1;
    font-family: FontAwesome;
    content: "\f107";
    display: block;
    font-size: 2em;
    line-height: 2em;
    height: 52px;
    width: 52px;
    right: 0px;
    top: 50%;
    margin-top: -26px;
    text-align: center;
    color: #666666;
    pointer-events: none; }

/* ================================= */
/* 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: #002a3a; }
  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: #002a3a; }

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: 13px 50px;
  border: 0px none transparent;
  display: inline-block;
  line-height: 24px;
  border-radius: 25px;
  cursor: pointer;
  width: auto;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s ease;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*
  @if (lightness($background_color) > 50) {
  	text-shadow: 0px -1px 0px lighten($background_color, 10%);
  } @else {
  	text-shadow: 0px 1px 0px darken($background_color, 10%);
  }
  */
  background-color: #b7bf10; }
  input[type="submit"], input[type="submit"]:visited, button, button:visited, .button, button.button, .button:visited {
    color: #ffffff; }
  input[type="submit"]:hover, button:hover, .button:hover {
    color: #ffffff;
    background-color: #ced712; }
  input[type="submit"]:active, button:active, .button:active {
    color: #ffffff;
    background-color: #b7bf10; }
  input[type="submit"]:hover, button:hover, .button:hover {
    text-decoration: none; }
  input[type="submit"]:active, button:active, .button:active {
    outline: 0; }
  input[type="submit"]:focus, button:focus, .button:focus {
    outline: 0; }
  input[type="submit"].button_blue, button.button_blue, .button.button_blue {
    /*
    @if (lightness($background_color) > 50) {
    	text-shadow: 0px -1px 0px lighten($background_color, 10%);
    } @else {
    	text-shadow: 0px 1px 0px darken($background_color, 10%);
    }
    */
    background-color: #002a3a; }
    input[type="submit"].button_blue, input[type="submit"].button_blue:visited, button.button_blue, button.button_blue:visited, .button.button_blue, .button.button_blue:visited {
      color: #ffffff; }
    input[type="submit"].button_blue:hover, button.button_blue:hover, .button.button_blue:hover {
      color: #ffffff;
      background-color: #003c54; }
    input[type="submit"].button_blue:active, button.button_blue:active, .button.button_blue:active {
      color: #ffffff;
      background-color: #002a3a; }
  input[type="submit"].button_red, button.button_red, .button.button_red {
    /*
    @if (lightness($background_color) > 50) {
    	text-shadow: 0px -1px 0px lighten($background_color, 10%);
    } @else {
    	text-shadow: 0px 1px 0px darken($background_color, 10%);
    }
    */
    background-color: #ED5E56; }
    input[type="submit"].button_red, input[type="submit"].button_red:visited, button.button_red, button.button_red:visited, .button.button_red, .button.button_red:visited {
      color: #ffffff; }
    input[type="submit"].button_red:hover, button.button_red:hover, .button.button_red:hover {
      color: #ffffff;
      background-color: #ef746d; }
    input[type="submit"].button_red:active, button.button_red:active, .button.button_red:active {
      color: #ffffff;
      background-color: #ED5E56; }
  input[type="submit"].button_white, button.button_white, .button.button_white {
    /*
    @if (lightness($background_color) > 50) {
    	text-shadow: 0px -1px 0px lighten($background_color, 10%);
    } @else {
    	text-shadow: 0px 1px 0px darken($background_color, 10%);
    }
    */
    background-color: #ffffff; }
    input[type="submit"].button_white, input[type="submit"].button_white:visited, button.button_white, button.button_white:visited, .button.button_white, .button.button_white:visited {
      color: #002a3a; }
    input[type="submit"].button_white:hover, button.button_white:hover, .button.button_white:hover {
      color: #002a3a;
      background-color: white; }
    input[type="submit"].button_white:active, button.button_white:active, .button.button_white:active {
      color: #002a3a;
      background-color: #ffffff; }
  input[type="submit"].button_transparent, button.button_transparent, .button.button_transparent {
    /*
    @if (lightness($background_color) > 50) {
    	text-shadow: 0px -1px 0px lighten($background_color, 10%);
    } @else {
    	text-shadow: 0px 1px 0px darken($background_color, 10%);
    }
    */
    background-color: rgba(255, 255, 255, 0.3);
    border: 2px solid #ffffff;
    box-shadow: none;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    line-height: 1em; }
    input[type="submit"].button_transparent, input[type="submit"].button_transparent:visited, button.button_transparent, button.button_transparent:visited, .button.button_transparent, .button.button_transparent:visited {
      color: #ffffff; }
    input[type="submit"].button_transparent:hover, button.button_transparent:hover, .button.button_transparent:hover {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.3); }
    input[type="submit"].button_transparent:active, button.button_transparent:active, .button.button_transparent:active {
      color: #ffffff;
      background-color: rgba(255, 255, 255, 0.3); }
    input[type="submit"].button_transparent:hover, button.button_transparent:hover, .button.button_transparent:hover {
      background: rgba(255, 255, 255, 0.5); }
    input[type="submit"].button_transparent:active, button.button_transparent:active, .button.button_transparent:active {
      top: 0px; }
  input[type="submit"].button_small, button.button_small, .button.button_small {
    font-size: 11px;
    line-height: 15px;
    padding: 6px 15px; }
  input[type="submit"].button_full_width, button.button_full_width, .button.button_full_width {
    width: 100%;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px; }
  input[type="submit"].button_large, button.button_large, .button.button_large {
    padding: 18px 22px; }

.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; }

.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: #002a3a;
  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: #002a3a;
  /* 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 .slide_container img {
      width: 100%;
      height: auto;
      display: block; }
  .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: #002a3a; }
  .slickslider .slicknav {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    color: #2d4155;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
    .slickslider .slicknav.next_arrow {
      right: 30px; }
      .slickslider .slicknav.next_arrow:before {
        margin-left: 5px;
        content: "\f105";
        font-family: "FontAwesome"; }
    .slickslider .slicknav.prev_arrow {
      right: 70px; }
      .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;
      			/*
      			&:hover {
      				background: lighten($prim_color, 10%);
      			}
      
      			&:active {
      				background: lighten($prim_color, 15%);
      			}
      			*/ }
    @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; }

/* ================================= */
/* Header */
/* ================================= */
.header_fill {
  /*height   : 66px;
  position : relative;
  float    : left;
  width    : 100%;*/
  display: none; }

#header {
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 100px;
  float: left;
  position: relative; }
  #header .container_24, #header .vert_align_container {
    height: 100%; }
  #header a.logo {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    max-width: 100%; }
    #header a.logo img {
      max-width: 100%;
      height: auto; }
  #header .vert_align_container {
    font-size: 0px; }
  @media screen and (max-width: 767px) {
    #header {
      height: 70px; }
      #header a.logo img {
        max-width: 160px; } }

/* ================================= */
/* Navigation Menu DROP DOWN MENU */
/* ================================= */
/* Superfish Default */
ul#mainNav, ul#mainNav * {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }

ul#mainNav {
  background: #002a3a; }

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 {
  min-width: 160px; }

ul#mainNav ul,
ul#mainNav .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  z-index: 99; }

ul#mainNav .sf-mega ul {
  display: block;
  float: left;
  width: 100%;
  position: relative; }

ul#mainNav li:hover > ul,
ul#mainNav li.sfHover > ul,
ul#mainNav li:hover > .sf-mega,
ul#mainNav li.sfHover > .sf-mega {
  display: block; }

ul#mainNav > li {
  float: left; }

ul#mainNav a {
  display: block;
  position: relative; }

ul#mainNav ul ul {
  top: 0;
  right: 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 {
  height: 100px;
  text-align: right;
  background: none;
  font-size: 0px;
  margin-right: -10px; }

ul#mainNav ul
ul#mainNav .sf-mega {
  min-width: 200px;
  *width: 100%; }

ul#mainNav li {
  -webkit-transition: background .2s;
  transition: background .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 {
  float: none;
  display: inline-block;
  height: 100%; }

ul#mainNav > li + li {
  margin-left: 8px; }
  @media screen and (min-width: 1200px) {
    ul#mainNav > li + li {
      margin-left: 22px; } }
  @media screen and (max-width: 1023px) {
    ul#mainNav > li + li {
      margin-left: 5px; } }

ul#mainNav > li > a {
  height: 100%;
  display: block;
  position: relative;
  text-align: center;
  font-size: 0px;
  color: #002a3a;
  font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif;
  background: transparent;
  text-transform: uppercase;
  padding: 0px 5px;
  transition: all 0.1s linear; }
  @media screen and (max-width: 1023px) {
    ul#mainNav > li > a {
      padding: 0px 5px; } }

ul#mainNav > li > a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.251em; }

ul#mainNav > li > a span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  width: auto; }
  @media screen and (min-width: 1200px) {
    ul#mainNav > li > a span {
      font-size: 18px; } }
  @media screen and (max-width: 1023px) {
    ul#mainNav > li > a span {
      font-size: 14px; } }

ul#mainNav > li > a:hover {
  color: #b1c9e8;
  background: transparent; }

ul#mainNav a {
  background: #b1c9e8;
  color: #FFFFFF;
  padding: 10px 10px;
  text-decoration: none;
  zoom: 1;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

ul#mainNav a:hover,
ul#mainNav li.current > a {
  color: #b1c9e8; }

ul#mainNav li:first-child a {
  border-left: 0; }

/* Drop downs */
ul#mainNav ul {
  text-align: left; }

ul#mainNav ul li:first-child a {
  box-shadow: inset 0px 15px 15px -15px rgba(0, 0, 0, 0.1); }

ul#mainNav ul a {
  border: 0;
  padding: 12px 20px;
  background: #f7f9fc;
  color: #666666;
  font-size: 14px; }

ul#mainNav ul a:hover {
  background: #ffffff;
  color: #002a3a; }

/* Mega Menu */
ul#mainNav .sf-mega {
  width: 600px;
  text-align: left; }

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(transparent)) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(#CCCCCC, transparent) 1 100%;
  -moz-border-image: -moz-linear-gradient(#CCCCCC, transparent) 1 100%;
  -o-border-image: -o-linear-gradient(#CCCCCC, transparent) 1 100%;
  border-image: linear-gradient(to bottom, #CCCCCC, transparent) 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; }

/*
// 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;
  display: block;
  width: 100%;
  float: left;
  padding: 0 0 40px 0;
  line-height: 18px;
  /* Footer Top */
  /* ================================= */
  /* Footer Bottom */
  /* ================================= */ }
  #footer h3 {
    line-height: 18px; }
  #footer li {
    display: inline;
    list-style: none;
    margin: 0 0 12px 0;
    font-size: 14px; }
  #footer a {
    color: #666666; }
    #footer a:hover {
      color: #b7bf10; }
  #footer .footer_top {
    padding: 15px 0;
    margin: 0px;
    background: #002a3a;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #footer .footer_top {
        padding: 5px 0px;
        margin-bottom: 20px; } }
    #footer .footer_top form {
      display: table;
      width: 100%; }
      #footer .footer_top form > div {
        display: table-cell;
        padding: 0px 5px;
        vertical-align: middle; }
        #footer .footer_top form > div:first-child {
          padding-left: 0px; }
        #footer .footer_top form > div:last-child {
          padding-right: 0px; }
      #footer .footer_top form .button_holder {
        width: 1%; }
      #footer .footer_top form .subscribe_message {
        font-family: "Signalist W00 Signalist", sans-serif;
        color: #ffffff;
        font-size: 60px;
        vertical-align: top;
        line-height: 43px;
        white-space: nowrap; }
        @media screen and (max-width: 1023px) {
          #footer .footer_top form .subscribe_message {
            font-size: 50px; } }
      #footer .footer_top form input,
      #footer .footer_top form button {
        border-radius: 25px;
        height: 50px;
        padding: 13px 30px;
        border: 0px none transparent; }
      #footer .footer_top form input {
        color: #2f5f9e; }
        #footer .footer_top form input:focus {
          border: 0px none transparent; }
        #footer .footer_top form input::-webkit-input-placeholder {
          color: #768692; }
        #footer .footer_top form input::-moz-placeholder {
          color: #768692;
          opacity: 1;
          line-height: 24px; }
        #footer .footer_top form input:placeholder-shown {
          color: #768692; }
      #footer .footer_top form button {
        background: #b1c9e8;
        text-shadow: none;
        text-transform: none;
        padding-left: 40px;
        padding-right: 40px; }
      @media screen and (max-width: 767px) {
        #footer .footer_top form {
          display: block; }
          #footer .footer_top form > div {
            display: block;
            text-align: center;
            padding: 0px; }
          #footer .footer_top form .input_holder,
          #footer .footer_top form .button_holder {
            float: left;
            padding: 10px 0px 5px 0px; }
          #footer .footer_top form .input_holder {
            width: calc(100% - 100px);
            margin-right: 20px; }
          #footer .footer_top form .button_holder {
            width: 80px; }
          #footer .footer_top form .name_field {
            display: none; }
          #footer .footer_top form button {
            padding-left: 0px;
            padding-right: 0px;
            width: 100%; } }
  #footer .footer_menu,
  #footer .footer_leasing,
  #footer .footer_address {
    border-right: 1px solid #E6E6E6;
    box-shadow: -1px 0px 0px 0px #E6E6E6;
    padding: 0px 3%; }
    @media screen and (max-width: 1023px) {
      #footer .footer_menu,
      #footer .footer_leasing,
      #footer .footer_address {
        padding: 0px 5%; } }
  #footer .footer_menu {
    padding-left: 0px;
    box-shadow: none; }
    #footer .footer_menu li {
      display: block;
      float: left;
      width: 50%; }
    .csscolumns #footer .footer_menu ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-width: 100px;
      -moz-column-width: 100px;
      column-width: 100px;
      -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
      column-gap: 10px; }
      .csscolumns #footer .footer_menu ul li {
        display: inline-block;
        width: 100%;
        float: none; }
  #footer .footer_leasing li {
    display: block; }
  @media screen and (max-width: 1023px) {
    #footer .footer_leasing {
      padding-right: 0px;
      border-right: 0px none transparent; } }
  #footer .footer_address {
    padding-right: 0px;
    border-right: 0px none transparent; }
    @media screen and (max-width: 1023px) {
      #footer .footer_address {
        padding-left: 0px;
        box-shadow: none;
        clear: left; } }
  #footer .footer_social {
    text-align: right; }
    #footer .footer_social ul {
      margin: 0px -3px; }
    #footer .footer_social li {
      display: inline-block;
      margin: 0px 3px; }
      @media (max-width: 767px) {
        #footer .footer_social li {
          display: inline-block;
          float: none; } }
    @media (max-width: 767px) {
      #footer .footer_social {
        text-align: center; } }
    #footer .footer_social a {
      background: #002a3a;
      padding: 15px;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: block;
      float: left;
      text-align: center;
      font-size: 18px;
      color: #fff;
      transition: background-color linear 0.2s; }
      #footer .footer_social a:hover {
        background: #000507; }
      #footer .footer_social a.footer_social_facebook:hover {
        background: #3C5A98; }
      #footer .footer_social a.footer_social_twitter:hover {
        background: #20B8FF; }
      #footer .footer_social a.footer_social_instagram:hover {
        background: #A77B5E; }
      #footer .footer_social a.footer_social_google_plus:hover {
        background: #DA4835; }
  #footer .footer_menu li,
  #footer .footer_leasing .footerNavHeading {
    font-size: 18px;
    font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif;
    color: #002a3a;
    margin-bottom: 10px; }
    #footer .footer_menu li a,
    #footer .footer_leasing .footerNavHeading a {
      color: inherit; }
      #footer .footer_menu li a:hover,
      #footer .footer_leasing .footerNavHeading a:hover {
        color: #b7bf10; }
  @media screen and (max-width: 1023px) {
    #footer .footer_social,
    #footer .footer_address {
      margin-top: 40px; } }
  #footer .footer_bottom {
    border-top: 1px solid #E6E6E6;
    padding-top: 25px;
    margin-top: 30px; }
    #footer .footer_bottom ul {
      text-align: left;
      float: left; }
      #footer .footer_bottom ul li {
        margin-right: 0px; }
        #footer .footer_bottom ul li + li:before {
          content: '|';
          padding: 0px 5px; }
    #footer .footer_bottom .footer_credits {
      float: right;
      text-align: right; }
    @media (max-width: 767px) {
      #footer .footer_bottom ul,
      #footer .footer_bottom .footer_credits {
        width: 100%;
        float: none;
        text-align: center; }
      #footer .footer_bottom .footer_credits {
        margin-top: 10px; } }
    #footer .footer_bottom .site_by em {
      color: #feba11;
      font-weight: bold;
      font-style: normal; }

/* ================================= */
/* Home */
/* ================================= */
#content ul#homeNav {
  margin: 0 0 15px;
  padding: 7px;
  background: #CCCCCC;
  border-radius: 8px; }

#content #homeNav li {
  margin: 0;
  padding: 1px 0;
  text-align: center;
  text-indent: 0;
  margin-left: 0 !important; }

#content #homeNav li:before {
  content: '' !important; }

#homeNav a {
  display: block;
  background: #f7f9fc;
  background-image: linear-gradient(bottom, #323232 0%, #464646 100%);
  background-image: -o-linear-gradient(bottom, #323232 0%, #464646 100%);
  background-image: -moz-linear-gradient(bottom, #323232 0%, #464646 100%);
  background-image: -webkit-linear-gradient(bottom, #323232 0%, #464646 100%);
  background-image: -ms-linear-gradient(bottom, #323232 0%, #464646 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #323232), color-stop(1, #464646));
  padding: 13px 15px;
  text-decoration: none;
  margin: 0;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  text-shadow: -1px -1px 3px rgba(0, 0, 0, 0.2); }

#homeNav a:active, #homeNav a:focus, #homeNav a:hover {
  box-shadow: inset -2px -2px 5px rgba(255, 255, 255, 0.08), inset 2px 2px 5px rgba(0, 0, 0, 0.5) !important;
  outline: none !important; }

#homeNav li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

#homeNav li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

/* Home Page Banner */
#homeBanner, #homeBanner .slide_container {
  height: 700px; }

.home_banners {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #002a3a;
  height: 700px;
  height: 70vh; }
  .home_banners .home_banner {
    display: table-cell;
    padding: 70px 2%;
    text-align: center;
    vertical-align: middle;
    background: #002a3a;
    color: #ffffff;
    position: relative; }
    .home_banners .home_banner + .home_banner {
      border-left: 1px solid #ffffff; }
      .home_banners .home_banner + .home_banner .underlay {
        background-position: left center; }
    .home_banners .home_banner .home_banner_content {
      font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif;
      position: relative;
      z-index: 2;
      font-size: 18px;
      line-height: 1;
      text-transform: uppercase;
      /*
      @media screen and (max-width: $grid_m_max) {
      	font-size: 14px;
      }
      */ }
      .home_banners .home_banner .home_banner_content h1, .home_banners .home_banner .home_banner_content h2, .home_banners .home_banner .home_banner_content h3 {
        color: inherit;
        text-transform: none; }
      .home_banners .home_banner .home_banner_content h1 {
        font-size: 2.666em;
        margin-bottom: 25px; }
      .home_banners .home_banner .home_banner_content h2 {
        font-size: 2em; }
      .home_banners .home_banner .home_banner_content h3 {
        font-size: 1.333em; }
      .home_banners .home_banner .home_banner_content p {
        margin-bottom: 25px; }
        @media screen and (min-width: 768px) {
          .home_banners .home_banner .home_banner_content p:last-of-type {
            max-height: 50px; } }
      .home_banners .home_banner .home_banner_content strong {
        font-size: 1.2em;
        font-weight: normal; }
      .home_banners .home_banner .home_banner_content .button {
        margin: 0px 4px 10px 4px;
        text-transform: none; }
        .home_banners .home_banner .home_banner_content .button:hover {
          background: #ffffff;
          color: #002a3a; }
      .home_banners .home_banner .home_banner_content *:last-child {
        margin-bottom: 0px; }
      @media screen and (min-width: 768px) {
        .home_banners .home_banner .home_banner_content {
          font-size: 1.5vw; } }
      @media screen and (max-width: 767px) {
        .home_banners .home_banner .home_banner_content {
          font-size: calc(5px + 2vw); } }
    .home_banners .home_banner .underlay {
      position: absolute;
      top: 0px;
      left: 0px;
      bottom: 0px;
      right: 0px;
      width: 100%;
      height: 700px;
      height: 70vh;
      z-index: 1;
      opacity: 0.8;
      background-repeat: no-repeat;
      background-position: right center;
      background-size: cover;
      transition: opacity 0.2s linear; }
      @media screen and (max-width: 767px) {
        .home_banners .home_banner .underlay {
          height: 100%; } }
    .home_banners .home_banner:hover .underlay {
      opacity: 0.4; }
  @media screen and (max-width: 767px) {
    .home_banners {
      height: auto;
      display: block; }
      .home_banners .home_banner {
        display: block;
        padding: 30px 10%; }
        .home_banners .home_banner + .home_banner {
          border-left: 0px none transparent;
          border-top: 1px solid #ffffff; }
        .home_banners .home_banner .banner_icon, .home_banners .home_banner .down_arrow {
          display: none; }
        .home_banners .home_banner .button {
          margin-top: 10px;
          padding: 10px 20px;
          line-height: 1.4; } }

.home_content {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 1023px) {
    .home_content {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .home_content {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .home_content .title_side {
    border-right: 1px solid #E6E6E6;
    line-height: 1; }
    @media screen and (max-width: 1023px) {
      .home_content .title_side {
        border-right: 0px none transparent;
        border-bottom: 1px solid #E6E6E6;
        padding-bottom: 20px; } }
    .home_content .title_side h1 {
      font-size: 72px;
      color: #002a3a;
      line-height: inherit;
      margin-bottom: 0px; }
      @media screen and (max-width: 767px) {
        .home_content .title_side h1 {
          font-size: 48px; } }
      @media screen and (max-width: 479px) {
        .home_content .title_side h1 {
          font-size: 32px; } }
    .home_content .title_side h4 {
      font-weight: normal;
      color: #617c9f;
      font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: block; }
  .home_content .content_side {
    box-shadow: -1px 0px 0px 0px #E6E6E6;
    padding-left: 60px; }
    @media screen and (max-width: 1023px) {
      .home_content .content_side {
        padding-top: 20px;
        padding-left: 0px;
        box-shadow: none; } }
    .home_content .content_side *:last-child {
      margin-bottom: 0px; }

.multiline_cutoff {
  font-size: 14px;
  line-height: 1.7em;
  max-height: 3.4em;
  overflow: hidden;
  text-overflow: ellipsis; }

.home_events_news {
  background: #002a3a url(/assets/images/backgrounds/gabba_bg.jpg) no-repeat center;
  background-size: cover;
  margin: 40px 0px; }
  .home_events_news .home_events_news_container {
    width: 100%;
    height: 500px;
    font-size: 0px;
    		/*
    		@media screen and (max-width: $grid_m_max) {
    			height: auto;
    
    			> div {
    				vertical-align: middle;
    			}
    		}
    		*/ }
    @media screen and (max-width: 479px) {
      .home_events_news .home_events_news_container {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px; } }
    .home_events_news .home_events_news_container > div {
      vertical-align: top;
      display: inline-block;
      height: 100%;
      float: none;
      font-size: 14px; }
  .home_events_news .home_event {
    display: block;
    padding: 30px;
    height: 100%;
    font-size: 0px;
    position: relative;
    z-index: 1;
    cursor: default;
    -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 screen and (max-width: 1023px) {
      .home_events_news .home_event {
        padding: 10px; } }
    @media screen and (max-width: 479px) {
      .home_events_news .home_event {
        margin: 10px 0px;
        padding: 30px 20px; } }
    .home_events_news .home_event.event_0 {
      transform: translateY(-40px); }
      @media screen and (max-width: 479px) {
        .home_events_news .home_event.event_0 {
          transform: translateY(0px); } }
      .home_events_news .home_event.event_0, .home_events_news .home_event.event_0 .home_event_image {
        background-color: #547aac; }
      @supports (-webkit-background-blend-mode: luminosity) or (background-blend-mode: luminosity) {
        .home_events_news .home_event.event_0 .home_event_image {
          opacity: 0.1; } }
      .home_events_news .home_event.event_0 .home_event_content .category_circle {
        color: #002a3a; }
        .home_events_news .home_event.event_0 .home_event_content .category_circle:after {
          background: #ffffff; }
    .home_events_news .home_event.event_1 {
      transform: translateY(40px); }
      @media screen and (max-width: 479px) {
        .home_events_news .home_event.event_1 {
          transform: translateY(0px); } }
      .home_events_news .home_event.event_1, .home_events_news .home_event.event_1 .home_event_image {
        background-color: #a0a70e; }
      @supports (-webkit-background-blend-mode: luminosity) or (background-blend-mode: luminosity) {
        .home_events_news .home_event.event_1, .home_events_news .home_event.event_1 .home_event_image {
          background-color: #b7bf10; } }
      .home_events_news .home_event.event_1 .home_event_content {
        text-shadow: 0px 0px 4px rgba(3, 3, 0, 0.6); }
        .home_events_news .home_event.event_1 .home_event_content .category_circle {
          color: #ffffff; }
          .home_events_news .home_event.event_1 .home_event_content .category_circle:after {
            background: #002a3a; }
    .home_events_news .home_event.event_2 {
      transform: translateY(-20px); }
      @media screen and (max-width: 479px) {
        .home_events_news .home_event.event_2 {
          transform: translateY(0px); } }
      .home_events_news .home_event.event_2, .home_events_news .home_event.event_2 .home_event_image {
        background-color: #18576f; }
      .home_events_news .home_event.event_2 .home_event_content .category_circle {
        color: #002a3a; }
        .home_events_news .home_event.event_2 .home_event_content .category_circle:after {
          background: #ffffff; }
    .home_events_news .home_event .home_event_image {
      position: absolute;
      z-index: 1;
      left: 0px;
      right: 0px;
      bottom: 0px;
      top: 0px;
      opacity: 0.2;
      background-size: cover;
      background-position: center; }
      @supports (-webkit-background-blend-mode: luminosity) or (background-blend-mode: luminosity) {
        .home_events_news .home_event .home_event_image {
          -webkit-background-blend-mode: luminosity;
          background-blend-mode: luminosity;
          opacity: 0.1; } }
    .home_events_news .home_event .home_event_content {
      width: 100%;
      font-size: 14px;
      text-align: center;
      color: #ffffff;
      position: relative;
      z-index: 2;
      text-shadow: 0px 0px 4px #002a3a; }
      @media screen and (max-width: 767px) {
        .home_events_news .home_event .home_event_content {
          line-height: 1.4; } }
      .home_events_news .home_event .home_event_content .category_circle {
        position: relative;
        display: inline-block;
        z-index: 1;
        font-family: "Signalist W00 Signalist", sans-serif;
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 40px;
        max-width: 60px;
        line-height: 0.7;
        text-shadow: none; }
        .home_events_news .home_event .home_event_content .category_circle:after {
          content: '';
          display: block;
          width: 140%;
          position: absolute;
          z-index: -1;
          left: -20%;
          right: -20%;
          top: 50%;
          margin-top: -70%;
          padding-top: 140%;
          border-radius: 50%;
          width: calc(100% + 20px);
          left: calc(-10px);
          right: calc(-10px);
          margin-top: calc(-50% - 10px);
          padding-top: calc(100% + 20px); }
      .home_events_news .home_event .home_event_content h1 {
        color: inherit; }
      .home_events_news .home_event .home_event_content em {
        display: block;
        margin-top: 15px;
        font-size: 12px; }
      .home_events_news .home_event .home_event_content .read_more {
        text-decoration: underline;
        margin-top: 15px;
        display: inline-block;
        cursor: pointer; }

.home_news_only {
  width: 100%;
  clear: both; }

.home_events_news .home_news,
.home_news_only .home_news {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1023px) {
    .home_events_news .home_news,
    .home_news_only .home_news {
      padding: 0px;
      background: transparent; } }
  .home_events_news .home_news h1,
  .home_news_only .home_news h1 {
    color: #b1c9e8;
    font-size: 72px; }
    @media screen and (max-width: 767px) {
      .home_events_news .home_news h1,
      .home_news_only .home_news h1 {
        font-size: 48px; } }
    @media screen and (max-width: 479px) {
      .home_events_news .home_news h1,
      .home_news_only .home_news h1 {
        font-size: 32px; } }
  .home_events_news .home_news h3,
  .home_news_only .home_news h3 {
    margin-bottom: 15px; }
  .home_events_news .home_news .multiline_cutoff,
  .home_news_only .home_news .multiline_cutoff {
    margin-bottom: 5px; }
  .home_events_news .home_news em,
  .home_news_only .home_news em {
    font-size: 12px;
    color: #999999; }
  .home_events_news .home_news .read_more,
  .home_news_only .home_news .read_more {
    display: inline-block;
    float: right;
    margin-top: 20px;
    text-decoration: underline;
    color: #b1c9e8; }

.home_content_with_image {
  padding: 50px; }
  @media screen and (max-width: 1023px) {
    .home_content_with_image {
      padding: 30px; } }
  @media screen and (max-width: 767px) {
    .home_content_with_image {
      padding: 30px 5%; } }
  .home_content_with_image .positioner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1920px;
    margin: 0px auto; }
  .home_content_with_image .content_side {
    padding-right: 50px; }
    @media screen and (max-width: 1023px) {
      .home_content_with_image .content_side {
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .home_content_with_image .content_side {
        padding-right: 0px; } }
    .home_content_with_image .content_side .widget_footer .footer_content {
      display: inline-block;
      position: relative;
      padding-left: 65px; }
    .home_content_with_image .content_side .widget_footer .circle_number {
      position: absolute;
      left: 0px;
      top: 0px;
      color: #002a3a;
      background: #b1c9e8;
      font-size: 24px;
      font-weight: bold;
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50%; }
    .home_content_with_image .content_side .widget_footer .circle_content {
      overflow: hidden;
      text-align: left; }
      .home_content_with_image .content_side .widget_footer .circle_content h1 {
        margin-bottom: 5px; }
      .home_content_with_image .content_side .widget_footer .circle_content h2, .home_content_with_image .content_side .widget_footer .circle_content h3 {
        margin-bottom: 0px; }
  .home_content_with_image .image_side {
    position: absolute;
    height: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #002a3a;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .home_content_with_image .image_side {
        position: static;
        margin-bottom: 30px; }
        .home_content_with_image .image_side:before {
          content: '';
          display: block;
          width: 100%;
          height: 0px;
          padding-top: 60%; } }

/* Secondary Page Banner */
.secondary_banner {
  display: block;
  float: left;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-position-x: center !important;
  background-color: #002a3a;
  height: 300px; }
  .secondary_banner.custom {
    height: 500px; }
    @media (max-width: 767px) {
      .secondary_banner.custom {
        height: auto; } }
  .secondary_banner .sec_mob_image {
    display: none; }
    @media (max-width: 767px) {
      .secondary_banner .sec_mob_image {
        display: block; } }
  @media (max-width: 767px) {
    .secondary_banner {
      background: none !important;
      height: auto; } }

.page_title {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 72px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .page_title {
      font-size: calc(30px + 3vw);
      padding-top: 0.3em;
      padding-bottom: 0.3em; } }

.subtitle_block {
  color: #6292d1;
  color: #77859b;
  font-size: 30px;
  font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px; }
  .subtitle_block:first-child {
    margin-top: -30px;
    margin-bottom: 0px; }
  .subtitle_block br {
    display: none; }

/* Leasing Pages */
.header_content {
  margin-bottom: 40px; }

.leasing_content {
  padding-top: 30px; }
  .leasing_content .widget {
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .leasing_content {
      padding-top: 0px; } }

.lease_sidebar .widget {
  text-align: center;
  margin-bottom: 30px; }
  .lease_sidebar .widget .widget_content {
    padding-bottom: 20px; }
    .lease_sidebar .widget .widget_content h1 {
      color: #b7bf10;
      font-size: 48px;
      margin-bottom: 20px; }
  .lease_sidebar .widget:last-child {
    margin-bottom: 0px; }

.html_and_map {
  padding: 50px; }
  .html_and_map:first-child {
    padding-top: 0px; }
  @media screen and (max-width: 767px) {
    .html_and_map {
      padding: 30px 5%; } }
  .html_and_map .positioner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1400px;
    margin: 0px auto; }
  .html_and_map .html_side {
    padding-right: 50px; }
    @media screen and (max-width: 1023px) {
      .html_and_map .html_side {
        padding-right: 0px; } }
  .html_and_map .map_side {
    position: absolute !important;
    height: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #f7f9fc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (max-width: 1023px) {
      .html_and_map .map_side {
        position: static !important;
        margin-bottom: 30px;
        height: 400px;
        max-height: 70vh;
        /*
        &:before {
        	content: '';
        	display: block;
        	width: 100%;
        	height: 0px;
        	padding-top: 60%;
        }
        */ } }

.transport_section_title {
  padding: 0 0px 52px 0px;
  background: #ffffff;
  text-align: center;
  font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif;
  font-size: 48px;
  line-height: 0.9;
  color: #002a3a;
  position: relative; }
  .transport_section_title:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -36px;
    width: 72px;
    height: 36px;
    background: transparent url(/assets/images/bottom_arrow.png) no-repeat center bottom;
    background: transparent url(/assets/images/bottom_arrow@2x.png) no-repeat center bottom/72px 36px; }
  @media screen and (max-width: 767px) {
    .transport_section_title {
      padding: 10px 0px 30px 0px;
      font-size: 36px; } }
  @media screen and (max-width: 479px) {
    .transport_section_title {
      padding: 0px 0px 20px 0px;
      font-size: 24px; }
      .transport_section_title:after {
        margin-left: -24px;
        width: 48px;
        height: 24px; } }

.transport_content {
  background: #f7f9fc;
  padding: 60px 0px 45px 0px;
  border-top: 1px solid #E6E6E6; }
  @media screen and (max-width: 479px) {
    .transport_content {
      padding-top: 45px; } }
  .transport_content:last-child {
    margin-bottom: -60px; }

/* Page Sash - eg. 100% Sold Banner */
.page_sash_wrap {
  position: relative; }

.page_sash {
  background: rgba(255, 192, 203, 0.8);
  display: block;
  text-align: center;
  /* Phone */
  /* L Up */
  /* XL Up */ }
  @media screen and (max-width: 1023px) {
    .page_sash {
      margin-bottom: 20px; } }
  @media screen and (min-width: 1023px) {
    .page_sash {
      float: left;
      position: absolute;
      transform: rotate(-30deg) translateY(-250px) translateX(60px);
      padding: 8px 80px;
      top: 0;
      left: 0; } }
  @media screen and (min-width: 1200px) {
    .page_sash {
      transform: rotate(-30deg) translateY(-210px) translateX(50px); } }
  .page_sash span {
    font-size: 64px;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif; }

/* ================================= */
/* Blog */
/* ================================= */
.displaying {
  text-align: center;
  margin-bottom: 10px !important; }

.nextprevnav {
  display: block;
  text-align: center;
  margin: 18px 0 0 0;
  font-size: 14px;
  padding: 0; }
  .nextprevnav a {
    text-decoration: none !important;
    color: #999999 !important; }

.nextprevcurrentpage, .nextprevnav a {
  padding: 0;
  line-height: 22px;
  display: inline-block;
  width: 22px;
  height: 22px; }

.nextprevnav a:hover {
  color: #002a3a !important; }

.nextprevcurrentpage {
  color: #FAFBFD;
  border: 1px solid #002a3a;
  background: #002a3a;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.nextprevdisabled {
  color: #CCCCCC; }

.nextprevnav .nextLink, .nextprevnav .prevLink {
  width: 60px;
  margin-left: 5px;
  margin-right: 5px;
  text-transform: uppercase; }
  .nextprevnav .nextLink i, .nextprevnav .prevLink i {
    margin-left: 5px;
    margin-right: 5px; }

.blogListings {
  margin: 0px -10px 20px -10px;
  font-size: 0px;
  text-align: left; }
  .blogListings > div {
    display: inline-block;
    float: none;
    font-size: 14px; }

.blogListingContainer {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #E6E6E6;
  margin-bottom: 20px; }

.blogListingThumb {
  width: 35%;
  float: right;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #E6E6E6;
  margin-left: 20px;
  margin-bottom: 20px; }

#content .blogListingContainer p {
  margin: 0 0 10px 0; }

.blogDate {
  color: #CCCCCC; }

.blogAddThisTop {
  float: right;
  width: 124px; }

.blogMetaInfo {
  background-color: #F5F5F5;
  margin: 20px -20px -20px -20px;
  overflow: hidden;
  padding: 10px 20px;
  clear: both;
  border-top: 1px solid #E6E6E6; }

.blogMetaInfo,
.blogMetaInfo a, .blogMetaInfo a:link, .blogMetaInfo a:visited {
  color: #999999; }

/* Circle Image*/
.cricle_image_style {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  margin-right: 5%;
  float: left; }
  @media (max-width: 479px) {
    .cricle_image_style {
      width: 70%;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 20px;
      float: none; } }

.test_cricle_content_style {
  padding-bottom: 30px;
  border-bottom: 3px solid #F7F7F7;
  margin-bottom: 40px; }
  .test_cricle_content_style .cricle_image_style {
    max-width: 194px;
    float: none;
    margin: 0 auto; }
  .test_cricle_content_style.last {
    border-bottom: none;
    margin-bottom: 0; }

.testimonial_content {
  margin-top: 20px; }
  .testimonial_content h2 {
    font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif;
    font-style: italic;
    text-transform: capitalize; }
    .testimonial_content h2 span {
      color: #002a3a; }
  @media (max-width: 479px) {
    .testimonial_content {
      text-align: center; } }

/* ================================= */
/* FAQs Module */
/* ================================= */
#content .faqs, #content .faqs li {
  margin: 0;
  padding: 0; }

#content .faqs {
  margin-bottom: 20px; }

.faq_title {
  -webkit-backface-visibility: hidden;
  -moz-transition: background 0.25s ease 0s;
  -webkit-transition: background 0.25s ease 0s;
  transition: background 0.25s ease 0s;
  cursor: pointer;
  background: #002a3a;
  border-bottom: 1px solid #004f6d;
  padding: 12px;
  margin: 0;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: none; }
  .faq_title:hover {
    background: #004f6d; }
  .faq_title i {
    float: right;
    margin: 2px 4px 0 0; }

.faq_content {
  display: none;
  padding: 10px 10px 0; }

.video_thumbs_outer_container {
  margin: 10px -10px; }
  @media (max-width: 479px) {
    .video_thumbs_outer_container .video_thumb {
      text-align: center; } }
  .video_thumbs_outer_container .video_thumb a {
    display: block;
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center center;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }
    .video_thumbs_outer_container .video_thumb a:hover {
      opacity: 0.8; }
    @media (max-width: 1023px) {
      .video_thumbs_outer_container .video_thumb a {
        height: 130px; } }
    @media (max-width: 767px) {
      .video_thumbs_outer_container .video_thumb a {
        height: 160px; } }
    @media (max-width: 479px) {
      .video_thumbs_outer_container .video_thumb a {
        height: 160px; } }
  .video_thumbs_outer_container .video_thumb .video_info {
    margin-top: 20px; }
    .video_thumbs_outer_container .video_thumb .video_info h3 {
      line-height: 22px; }
  .video_thumbs_outer_container .video_desktop_clear, .video_thumbs_outer_container .video_s_clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 100%; }
  @media (max-width: 767px) {
    .video_thumbs_outer_container .video_desktop_clear {
      display: none; } }
  .video_thumbs_outer_container .video_s_clear {
    display: none; }
    @media (min-width: 480px) and (max-width: 767px) {
      .video_thumbs_outer_container .video_s_clear {
        display: block; } }

/* ================================= */
/* Gallery  */
/* ================================= */
/* General Gallery Styles & Fixes */
#content ul.gallery_cat_list, #content ul.thumbs {
  margin: 0; }

#content .gallery_cat_list li, #content .gallery_thumbs li {
  text-indent: 0;
  margin-left: 0;
  padding: 0; }
  #content .gallery_cat_list li:before, #content .gallery_thumbs li:before {
    display: none; }

/* Category Styles  */
#content .gallery_cat_list li {
  float: left;
  width: 32%;
  position: relative;
  display: block;
  margin-bottom: 15px; }
  #content .gallery_cat_list li a {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000000;
    display: block;
    -moz-transition: all linear 100ms;
    -webkit-transition: all linear 100ms;
    -o-transition: all linear 100ms;
    transition: all linear 100ms; }
    #content .gallery_cat_list li a:hover {
      position: relative;
      z-index: 99; }
      #content .gallery_cat_list li a:hover .gallery_title_overlay_container {
        width: 100%;
        top: 0;
        position: absolute;
        z-index: 100;
        text-align: center;
        display: table-cell; }
      #content .gallery_cat_list li a:hover .gallery_title_overlay {
        text-align: center;
        display: inline-block;
        padding: 7px; }
      #content .gallery_cat_list li a:hover .gallery_title_label {
        color: #FFFFFF;
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        height: 215px;
        text-align: center;
        vertical-align: middle;
        display: table-cell; }
    #content .gallery_cat_list li a img {
      width: 100%;
      height: auto;
      opacity: 1;
      -webkit-backface-visibility: hidden;
      -moz-transition: opacity .25s ease;
      -webkit-transition: opacity .25s ease;
      transition: opacity .25s ease; }
    #content .gallery_cat_list li a:hover img {
      opacity: 0.7;
      width: 100%;
      height: 100%;
      position: relative; }
    #content .gallery_cat_list li a:active img {
      opacity: 0.5;
      width: 100%;
      height: 100%;
      position: relative; }
  #content .gallery_cat_list li.gallery_middle {
    margin-right: 2%;
    margin-left: 2%; }
  #content .gallery_cat_list li .gallery_title_overlay_container {
    display: none; }
  #content .gallery_cat_list li .gallery_title_overlay {
    display: none; }
  #content .gallery_cat_list li .gallery_divider {
    width: 100%;
    height: 0;
    padding: 0;
    margin: 0; }
  @media (max-width: 1023px) {
    #content .gallery_cat_list li {
      margin-bottom: 10px; }
      #content .gallery_cat_list li a {
        width: 100%; }
        #content .gallery_cat_list li a:hover {
          width: 100%;
          margin: 0; }
          #content .gallery_cat_list li a:hover .gallery_title_label {
            font-size: 14px;
            line-height: 17px;
            font-weight: bold;
            height: 135px;
            /* Change the height to the height of the image */ } }
  @media (max-width: 767px) {
    #content .gallery_cat_list li {
      margin-bottom: 15px;
      width: 48%; }
      #content .gallery_cat_list li.gallery_middle {
        margin-right: 0;
        margin-left: 0; }
      #content .gallery_cat_list li.gallery_mob_last {
        margin-left: 4%; }
      #content .gallery_cat_list li a {
        background: none; }
        #content .gallery_cat_list li a .gallery_title_overlay_container, #content .gallery_cat_list li a:hover .gallery_title_overlay_container {
          position: relative;
          display: block;
          text-align: left; }
        #content .gallery_cat_list li a .gallery_title_label {
          font-size: 14px;
          display: block;
          padding: 10px 0 2px 0;
          line-height: 17px;
          font-weight: bold;
          color: #000;
          text-align: left;
          height: auto;
          /* Change the height to the height of the image */ }
        #content .gallery_cat_list li a:hover .gallery_title_overlay {
          padding: 0px; }
        #content .gallery_cat_list li a:hover .gallery_title_label {
          font-size: 14px;
          display: block;
          padding: 10px 0 2px 0;
          line-height: 17px;
          font-weight: bold;
          color: #000;
          text-align: left;
          height: auto;
          /* Change the height to the height of the image */ }
      #content .gallery_cat_list li .gallery_title_overlay {
        display: block;
        text-align: left;
        padding: 0px; } }

/* THUMBS - ALBUM STYLES */
#content .gallery_thumbs {
  margin: 0;
  padding: 0; }
  #content .gallery_thumbs li {
    width: 25%;
    float: left; }
    #content .gallery_thumbs li.gallery_divider {
      width: 100%;
      height: 0;
      padding: 0;
      margin: 0; }
    #content .gallery_thumbs li a {
      display: block;
      background: #000000; }
      #content .gallery_thumbs li a:hover div {
        opacity: 0.7; }
      #content .gallery_thumbs li a:active div {
        opacity: 0.5; }
    #content .gallery_thumbs li.gallery_last {
      margin-right: 0; }
    @media (max-width: 1023px) {
      #content .gallery_thumbs li, #content .gallery_thumbs li.gallery_last {
        width: 31.6%; }
      #content .gallery_thumbs li .gallery_tab_last {
        margin-right: 0; } }
    @media (max-width: 767px) {
      #content .gallery_thumbs li, #content .gallery_thumbs li.gallery_last, #content .gallery_thumbs li.gallery_tab_last {
        width: 50%; }
      #content .gallery_thumbs li.gallery_mob_last {
        margin-right: 0; } }
  #content .gallery_thumbs .gallery_caption {
    padding: 15px 0 7px; }
    #content .gallery_thumbs .gallery_caption h2 {
      font-size: 14px;
      color: #000000;
      line-height: 18px; }
    @media (max-width: 767px) {
      #content .gallery_thumbs .gallery_caption .gallery_caption {
        padding: 18px 0 0px; }
        #content .gallery_thumbs .gallery_caption .gallery_caption h2 {
          margin-bottom: 10px; } }
    @media (max-width: 479px) {
      #content .gallery_thumbs .gallery_caption .gallery_caption {
        padding: 10px 0 0px; }
        #content .gallery_thumbs .gallery_caption .gallery_caption h2 {
          margin-bottom: 5px; } }

.gallery_box {
  background: url("/img/gallery-thumb/jr3arbtrxw3o.jpg");
  height: 250px;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important; }
  @media (max-width: 479px) {
    .gallery_box {
      height: 175px; } }

.event_listing_cats h2 {
  margin-bottom: 25px; }
.event_listing_cats .event_listing_container .event_listing_content .button {
  margin-top: 0 !important; }
@media (max-width: 767px) {
  .event_listing_cats .event_listing_container {
    width: 100% !important;
    float: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0; } }

.events_nav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: right;
  margin: 30px 0; }
  .events_nav .button {
    margin-left: 10px; }
  @media (max-width: 767px) {
    .events_nav {
      text-align: center; } }
  @media (max-width: 479px) {
    .events_nav {
      text-align: center; }
      .events_nav .button:first-child {
        margin-bottom: 20px; } }

.event_listings {
  /*
  	display: block;
  	width: auto;
  	margin: 0px -10px;
  */
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .event_listings {
      margin-bottom: 10px; } }

.event_listing_container {
  position: relative;
  display: block;
  margin-bottom: 20px;
  background-color: #002a3a;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  height: 500px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .event_listing_container {
      height: 300px; } }
  .event_listing_container .event_listing_image {
    width: 33%;
    margin-right: 2%;
    float: left;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
    .event_listing_container .event_listing_image img {
      -webkit-border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .event_listing_container .event_listing_image:hover {
      opacity: 0.8; }
    @media (min-width: 1200px) {
      .event_listing_container .event_listing_image {
        width: 25%; } }
    @media (max-width: 767px) {
      .event_listing_container .event_listing_image {
        width: 100%;
        margin-right: 0; }
        .event_listing_container .event_listing_image img {
          -webkit-border-bottom-right-radius: 0;
          -webkit-border-bottom-left-radius: 0;
          -moz-border-radius-bottomright: 0;
          -moz-border-radius-bottomleft: 0;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;
          -webkit-border-top-left-radius: 5px;
          -webkit-border-top-right-radius: 5px;
          -moz-border-radius-topleft: 5px;
          -moz-border-radius-topright: 5px;
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; } }
  .event_listing_container .event_listing_title,
  .event_listing_container .event_listing_content {
    transition: all 0.3s ease; }
    .event_listing_container .event_listing_title .category_circle,
    .event_listing_container .event_listing_content .category_circle {
      position: relative;
      display: inline-block;
      z-index: 1;
      font-family: "Signalist W00 Signalist", sans-serif;
      font-size: 24px;
      line-height: 24px;
      margin-bottom: 40px;
      max-width: 60px;
      line-height: 0.7;
      color: #002a3a;
      text-align: center; }
      .event_listing_container .event_listing_title .category_circle:after,
      .event_listing_container .event_listing_content .category_circle:after {
        background: #ffffff;
        content: '';
        display: block;
        width: 140%;
        position: absolute;
        z-index: -1;
        left: -20%;
        right: -20%;
        top: 50%;
        margin-top: -70%;
        padding-top: 140%;
        border-radius: 50%;
        width: calc(100% + 20px);
        left: calc(-10px);
        right: calc(-10px);
        margin-top: calc(-50% - 10px);
        padding-top: calc(100% + 20px); }
    .event_listing_container .event_listing_title h1,
    .event_listing_container .event_listing_content h1 {
      color: inherit; }
    .event_listing_container .event_listing_title em,
    .event_listing_container .event_listing_content em {
      display: block;
      margin-top: 15px;
      font-size: 12px; }
    .event_listing_container .event_listing_title .read_more,
    .event_listing_container .event_listing_content .read_more {
      margin-top: 15px;
      display: inline-block;
      font-weight: bold; }
      .event_listing_container .event_listing_title .read_more:hover,
      .event_listing_container .event_listing_content .read_more:hover {
        text-decoration: underline; }
  .event_listing_container .event_listing_title {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0%;
    background: rgba(0, 42, 58, 0.8);
    text-align: left;
    padding: 20px; }
    .event_listing_container .event_listing_title .category_circle {
      position: absolute;
      right: 60px;
      top: 0px;
      -webkit-transform: translateY(-50%) translateX(50%);
      -moz-transform: translateY(-50%) translateX(50%);
      -ms-transform: translateY(-50%) translateX(50%);
      transform: translateY(-50%) translateX(50%); }
      .no-csstransforms .event_listing_container .event_listing_title .category_circle {
        display: none; }
    .event_listing_container .event_listing_title h1 {
      margin-bottom: 5px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .event_listing_container .event_listing_title h1 {
          font-size: calc(10px + 2vw); } }
    .event_listing_container .event_listing_title em {
      margin-top: 0px; }
  .event_listing_container .event_listing_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
    padding: 20px;
    text-align: center;
    font-size: 0px;
    background: rgba(0, 42, 58, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    .event_listing_container .event_listing_content .vert_align {
      font-size: 14px; }
    @media screen and (max-width: 767px) {
      .event_listing_container .event_listing_content {
        display: none; } }
  .event_listing_container:hover {
    color: #ffffff; }
    .event_listing_container:hover .event_listing_title {
      bottom: 100%; }
    .event_listing_container:hover .event_listing_content {
      top: 0%; }
    @media screen and (max-width: 767px) {
      .event_listing_container:hover .event_listing_title {
        bottom: 0%; }
      .event_listing_container:hover .event_listing_content {
        top: 100%; } }

.event_view_main {
  float: none; }
  .event_view_main .text_side > *:last-child {
    margin-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .event_view_main .text_side {
      margin-bottom: 30px; } }
  .event_view_main .event_details {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E6E6E6; }
    .event_view_main .event_details h2 {
      margin-bottom: 25px; }
    .event_view_main .event_details h3 {
      margin-bottom: 5px; }

.related_events_container {
  margin: 20px -10px 20px; }
  .related_events_container > h2 {
    margin-left: 10px;
    margin-bottom: 30px; }
  @media (max-width: 479px) {
    .related_events_container .related_event {
      text-align: center; } }
  .related_events_container .related_event .event_r_info {
    padding: 20px 0; }

/* ================================= */
/* Members  */
/* ================================= */
.members_container {
  background-color: #F9F9F9;
  padding: 30px;
  margin: 60px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .members_container h1 {
    text-align: center; }

.members_login_container {
  padding: 0 30px 0 0;
  border-right: 1px solid #DBDBDB; }
  .members_login_container.right {
    border: 0;
    padding: 0 0 0 30px; }
  @media (max-width: 767px) {
    .members_login_container {
      border-bottom: 1px solid #eee;
      border-right: 0;
      padding: 0 0 30px 0;
      margin-bottom: 30px; }
      .members_login_container.right {
        padding: 0; } }

.members_options {
  float: right;
  margin-top: 10px;
  text-align: right; }
  .members_options a:first-of-type {
    margin-right: 10px; }
  @media (max-width: 767px) {
    .members_options {
      text-align: center;
      width: 100%;
      margin-top: 20px; } }

.member_button {
  float: left; }
  @media (max-width: 767px) {
    .member_button {
      text-align: center; } }

.member_home_container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 35px;
  background: #000507; }

h1.members_login {
  margin: 0 -30px 30px;
  padding: 10px 0;
  font-size: 24px;
  background: #002a3a;
  color: #FFFFFF; }

.member_home_heading {
  width: 100%;
  margin: 30px 0 66px;
  text-align: center; }
  .member_home_heading.sub_heading {
    margin: 24px 0 36px;
    padding: 0 0 10px;
    border-bottom: 0; }
    .member_home_heading.sub_heading i {
      font-size: 69px; }
  .member_home_heading h1 {
    text-transform: capitalize;
    margin-bottom: 10px; }
    .member_home_heading h1 + p {
      font-size: 14px;
      line-height: 16px; }
    .member_home_heading h1 i {
      margin: 0 auto 0px;
      display: block;
      font-size: 90px; }

.memeberbox_padding {
  padding: 20px 20px 0; }

.memberbox {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  background: #002a3a;
  padding: 30px 30px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-backface-visibility: hidden;
  -moz-transition: background .25s ease;
  -webkit-transition: background .25s ease;
  transition: background .25s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }
  .memberbox:hover {
    background: #000507; }
    .memberbox:hover .memberbox_title h2 {
      margin-left: 20px; }
      @media (max-width: 1023px) {
        .memberbox:hover .memberbox_title h2 {
          margin-left: 0; } }
      @media (max-width: 479px) {
        .memberbox:hover .memberbox_title h2 {
          margin-left: 0; } }
  .memberbox:active {
    background: black; }
  @media (max-width: 479px) {
    .memberbox {
      padding: 20px 18px 25px; } }

a .memberbox_icon {
  float: left;
  color: #FFFFFF;
  margin-right: 7%;
  margin-top: -5px;
  font-size: 40px;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  a .memberbox_icon i {
    vertical-align: middle; }
  @media (max-width: 1023px) {
    a .memberbox_icon {
      margin-top: -1px;
      font-size: 28px; } }
  @media (max-width: 479px) {
    a .memberbox_icon {
      margin-top: -1px;
      font-size: 28px; } }

.memberbox_title h2 {
  font-size: 18px;
  float: left;
  color: #FFFFFF;
  margin-bottom: 0;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.memberbox_title h2 {
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 0;
  -webkit-backface-visibility: hidden;
  -moz-transition: all .25s ease;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

@media (max-width: 767px) {
  .password_button {
    width: 100%;
    text-align: center; }

  .sectioned_form {
    margin-bottom: 20px; } }
@media (max-width: 479px) {
  .member_button_container, .members_login_container.right {
    text-align: center;
    width: 100%; }

  .member_button_container .button.grey, .member_button_container input[type=submit] {
    padding: 12px 10px !important; } }
/* ================================= */
/* People / Staff / Team Module */
/* ================================= */
.people_person img {
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
.people_person p {
  display: block;
  font-weight: bold;
  font-size: 13px;
  margin: 0 !important;
  padding: 8px 0 0;
  color: #111111; }
  .people_person p span {
    font-weight: normal;
    font-style: italic;
    font-size: 12px; }
.people_person a, .people_person a:link, .people_person a:visited, .people_person a:active {
  display: block;
  border-bottom: 1px solid transparent;
  padding: 0 0 8px;
  margin: 0 0 8px; }
.people_person a:hover {
  border-bottom: 1px solid #002a3a; }
  .people_person a:hover img {
    border: 4px solid #002a3a; }
  .people_person a:hover p {
    color: #002a3a; }

img.people_person_image, .people_person img {
  border: 4px solid #EEEEEE; }

/* ================================= */
/* Products Module */
/* ================================= */
/* Product Listing */
.product_listing_container .product_listing {
  margin-bottom: 20px; }
.product_listing_container .product_listing_image_wrapper {
  display: block;
  width: 33%;
  margin-right: 20px;
  float: left;
  background: #F5F5F5;
  position: relative; }
  @media (max-width: 479px) {
    .product_listing_container .product_listing_image_wrapper {
      width: 100%;
      margin: 0px 0px 20px 0px;
      float: none; } }
  .product_listing_container .product_listing_image_wrapper:before {
    content: '';
    display: block;
    width: 100%;
    height: 0px;
    padding-top: 75%; }
  .product_listing_container .product_listing_image_wrapper .product_listing_image {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    font-size: 0px;
    text-align: center; }
  .product_listing_container .product_listing_image_wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
.product_listing_container .product_listing_text {
  overflow: hidden; }
  .product_listing_container .product_listing_text p {
    margin-bottom: 5px; }
.product_listing_container .product_listing_price {
  font-weight: bold; }

.product_listing_container.grid {
  margin: 0px -10px; }
  .product_listing_container.grid .product_listing {
    padding: 0px 10px;
    width: 33.33333%;
    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; }
    .product_listing_container.grid .product_listing.first_3 {
      clear: left; }
    .product_listing_container.grid .product_listing:nth-child(n) {
      clear: none; }
    .product_listing_container.grid .product_listing:nth-child(3n+1) {
      clear: left; }
    @media (min-width: 1200px) {
      .product_listing_container.grid .product_listing {
        width: 33.33333%; }
        .product_listing_container.grid .product_listing:nth-child(n) {
          clear: none; }
        .product_listing_container.grid .product_listing:nth-child(3n+1) {
          clear: left; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .product_listing_container.grid .product_listing {
        width: 50%; }
        .product_listing_container.grid .product_listing:nth-child(n) {
          clear: none; }
        .product_listing_container.grid .product_listing:nth-child(2n+1) {
          clear: left; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .product_listing_container.grid .product_listing {
        width: 50%; }
        .product_listing_container.grid .product_listing:nth-child(n) {
          clear: none; }
        .product_listing_container.grid .product_listing:nth-child(2n+1) {
          clear: left; } }
    @media (max-width: 479px) {
      .product_listing_container.grid .product_listing {
        width: 100%; }
        .product_listing_container.grid .product_listing:nth-child(n) {
          clear: none; }
        .product_listing_container.grid .product_listing:nth-child(1n+1) {
          clear: left; } }
  .product_listing_container.grid .product_listing_image_wrapper {
    width: 100%;
    margin: 0px 0px 20px 0px;
    float: none; }

/* Product View */
.product_images,
.product_options {
  margin-bottom: 20px; }

.product_options .price {
  padding: 10px 0px; }

.product_options_form {
  background: #F5F5F5;
  padding: 10px; }

.product_options_table {
  width: 100%; }
  .product_options .product_options_table {
    margin-bottom: 0px; }
  .product_options_table td {
    vertical-align: middle;
    padding-bottom: 10px; }
  .product_options_table label {
    font-weight: bold; }

/* ================================= */
/* Cart / Checkout Module */
/* ================================= */
.product_listing_container.cart .listing_heading {
  margin-bottom: 20px; }
.product_listing_container.cart .product_listing_image_wrapper {
  width: 100%;
  margin-right: 0px;
  float: none; }

.remove_from_cart {
  margin-left: 20px; }

.empty_cart {
  color: #ed1c24; }

.quantity_select {
  width: 80px;
  display: inline-block; }

.total_table {
  width: 100%; }
  .copy .total_table, .total_table {
    margin: 20px 0px; }
  .total_table td, .total_table th {
    text-align: right; }
  .total_table th {
    font-weight: bold;
    padding-left: 5px; }
  .total_table .total td, .total_table .total th {
    padding-top: 10px;
    font-size: 1.3em;
    font-weight: bold; }

/* ================================= */
/* Retailers */
/* ================================= */
.retailer_view {
  margin-bottom: 30px; }
  .retailer_view .logo_text,
  .retailer_view .contact_info,
  .retailer_view .image_slider {
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .retailer_view {
      margin-bottom: 0px; }
      .retailer_view .logo_text,
      .retailer_view .contact_info {
        padding-bottom: 30px; }
        .retailer_view .logo_text:after,
        .retailer_view .contact_info:after {
          position: relative;
          top: 30px;
          content: '';
          display: block;
          width: 100%;
          height: 0px;
          border-bottom: 1px solid #E6E6E6; } }
  .retailer_view .logo_text {
    float: none; }
    .retailer_view .logo_text .logo_image {
      display: block;
      text-align: center;
      max-width: 100%;
      height: auto;
      padding: 25px;
      border: 1px solid #E6E6E6;
      margin: 0 auto 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: 767px) {
        .retailer_view .logo_text .logo_image {
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 42px;
          display: block; } }
    .retailer_view .logo_text > *:last-child {
      margin-bottom: 0px; }
    @media screen and (min-width: 1024px) {
      .retailer_view .logo_text {
        box-shadow: 1px 0px 0px 0px #E6E6E6;
        padding-right: 30px; } }
  .retailer_view .contact_info {
    font-size: 18px; }
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .retailer_view .contact_info {
        box-shadow: 1px 0px 0px 0px #E6E6E6;
        padding-right: 30px; } }
    .retailer_view .contact_info h2 {
      font-size: 35px;
      margin-bottom: 25px; }
    .retailer_view .contact_info h3 {
      font-size: 30px;
      margin-bottom: 4px;
      color: #b7bf10; }
    .retailer_view .contact_info p {
      margin-bottom: 20px; }
    .retailer_view .contact_info .social_icons a {
      display: inline-block;
      width: 30px;
      height: 30px;
      line-height: 29px;
      text-align: center;
      background: #b7bf10;
      color: #ffffff;
      border-radius: 50%; }
      .retailer_view .contact_info .social_icons a.facebook:hover {
        background: #3C5A98; }
      .retailer_view .contact_info .social_icons a.twitter:hover {
        background: #20B8FF; }
      .retailer_view .contact_info .social_icons a.instagram:hover {
        background: #A77B5E; }
      .retailer_view .contact_info .social_icons a.youtube:hover {
        background: #cc181e; }
  .retailer_view .image_slider {
    /*
    img {
    	display: block;
    	width: 100%;
    	height: auto;
    }
    */ }
    @media screen and (min-width: 768px) {
      .retailer_view .image_slider {
        border-left: 1px solid #E6E6E6;
        padding-left: 30px; } }

/* Map */
.crosshair {
  cursor: crosshair; }

.clickable {
  cursor: pointer; }

.movable {
  cursor: move; }

.map_holder {
  border: 1px solid #E6E6E6;
  background: #ffffff;
  margin-bottom: 60px;
  text-align: center;
  padding: 15px 30px; }
  @media screen and (max-width: 767px) {
    .map_holder {
      padding: 20px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 479px) {
    .map_holder {
      padding: 10px; } }
  .map_holder.retailer_view_map {
    padding: 30px 0px;
    border-left: 0px none transparent;
    border-bottom: 0px none transparent;
    border-right: 0px none transparent;
    margin-bottom: 0px; }

.map_container {
  position: relative;
  float: none; }
  .map_container .marker {
    position: absolute;
    width: 1px;
    height: 1px;
    display: block;
    		/*
    		&:before {
    			content:             '';
    			display:             block;
    			position:            absolute;
    			bottom:              100%;
    			right:               100%;
    
    			width:               34px;
    			height:              53px;
    
    			margin-right:        -17px;
    			margin-bottom:       0px;
    
    			color:               #FFFFFF;
    		}
    		*/ }
    .map_container .marker .marker_img {
      position: absolute;
      width: 24px;
      height: 30px;
      top: -28px;
      left: -12px; }
    .map_container .marker .retailer_logo {
      background: #ffffff;
      padding: 10px;
      width: 102px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: -50px;
      margin-bottom: 12px;
      border: 1px solid #E6E6E6;
      position: absolute;
      bottom: 100%;
      text-align: center; }
      .map_container .marker .retailer_logo img {
        display: inline-block;
        max-width: 100%;
        height: auto; }
      .map_container .marker .retailer_logo:before {
        content: '';
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50%;
        width: 30px;
        height: 10px;
        margin-left: -15px;
        margin-top: 9px;
        position: absolute;
        top: 100%;
        left: 50%; }
      .map_container .marker .retailer_logo:after {
        content: '';
        background: transparent url(/assets/images/bottom_arrow.png) no-repeat center bottom;
        background: transparent url(/assets/images/bottom_arrow@2x.png) no-repeat center bottom/72px 36px;
        width: 28px;
        height: 14px;
        display: block;
        left: 50%;
        top: 100%;
        margin-left: -14px;
        position: absolute; }

/* Retailers Listing */
.other_retailers {
  clear: both;
  padding: 50px 0px;
  background: #f7f9fc;
  border-top: 1px solid #E6E6E6;
  margin-bottom: -60px; }
  @media screen and (max-width: 767px) {
    .other_retailers {
      padding: 30px 0px; } }
  .other_retailers h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px; }
    @media screen and (max-width: 767px) {
      .other_retailers h2 {
        font-size: 6vw;
        margin-bottom: 30px; } }
  .other_retailers .retailer_grid {
    text-align: center; }

.retailer_grid {
  display: block;
  width: auto;
  margin: 0px -10px -20px -10px;
  font-size: 0px;
  text-align: left; }
  .retailer_grid > div {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    font-size: 14px; }
  .retailer_grid .content_holder {
    display: block;
    position: relative;
    background: #002a3a; }
    .retailer_grid .content_holder .tile_content {
      color: #ffffff;
      text-align: center;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      opacity: 1;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      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;
      transition: all 0.1s linear; }
    .retailer_grid .content_holder .vert_align_container {
      font-size: 0px; }
      .retailer_grid .content_holder .vert_align_container .vert_align {
        font-size: 48px;
        line-height: 1;
        font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif; }
        @media screen and (min-width: 480px) and (max-width: 767px) {
          .retailer_grid .content_holder .vert_align_container .vert_align {
            font-size: 6vw; } }
        @media screen and (min-width: 300px) and (max-width: 479px) {
          .retailer_grid .content_holder .vert_align_container .vert_align {
            font-size: 12vw; } }
    .retailer_grid .content_holder:hover .tile_content {
      opacity: 0.8; }
    .retailer_grid .content_holder:after {
      content: '';
      width: 100%;
      display: block;
      height: 0px;
      padding-top: 75%; }
  .retailer_grid .events_tile .content_holder {
    background: #b7bf10; }
    .retailer_grid .events_tile .content_holder.content_holder_secondary {
      background: #b1c9e8; }
      .retailer_grid .events_tile .content_holder.content_holder_secondary .tile_content .text_4 {
        color: #002a3a; }
    .retailer_grid .events_tile .content_holder.content_holder_tertiary {
      background: #002a3a; }
      .retailer_grid .events_tile .content_holder.content_holder_tertiary .tile_content .text_4 {
        color: #b1c9e8; }
    .retailer_grid .events_tile .content_holder:hover .tile_content {
      opacity: 1; }
    .retailer_grid .events_tile .content_holder .tile_content {
      color: #ffffff; }
      .retailer_grid .events_tile .content_holder .tile_content, .retailer_grid .events_tile .content_holder .tile_content .vert_align {
        font-size: 18px; }
        @media screen and (min-width: 480px) and (max-width: 767px) {
          .retailer_grid .events_tile .content_holder .tile_content, .retailer_grid .events_tile .content_holder .tile_content .vert_align {
            font-size: calc(2.5vw); } }
      .retailer_grid .events_tile .content_holder .tile_content .text_1,
      .retailer_grid .events_tile .content_holder .tile_content .text_2,
      .retailer_grid .events_tile .content_holder .tile_content .text_3,
      .retailer_grid .events_tile .content_holder .tile_content .text_4 {
        display: block;
        color: #ffffff;
        font-size: 1em;
        line-height: 0.9;
        font-family: "Melbourne W00 Bold", Arial, Helvetica, sans-serif; }
      .retailer_grid .events_tile .content_holder .tile_content .text_1 {
        text-transform: uppercase; }
        @media screen and (max-width: 767px) {
          .retailer_grid .events_tile .content_holder .tile_content .text_1.reduce_text_smaller_xs {
            font-size: 0.666em; } }
      .retailer_grid .events_tile .content_holder .tile_content .text_2 {
        font-size: 2.666em; }
        @media screen and (max-width: 767px) {
          .retailer_grid .events_tile .content_holder .tile_content .text_2.reduce_text_smaller_xs {
            font-size: 1.666em; } }
      .retailer_grid .events_tile .content_holder .tile_content .text_3 {
        font-size: 4em;
        font-family: "Signalist W00 Signalist", sans-serif; }
      .retailer_grid .events_tile .content_holder .tile_content .text_4 {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #6a6f09;
        margin-top: 0.5em; }
        .retailer_grid .events_tile .content_holder .tile_content .text_4 .fa {
          font-size: 1.8em;
          vertical-align: sub;
          margin-left: 0.2em; }

.custom_qtip {
  background: transparent;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  border: 0; }
  .custom_qtip:after {
    content: '';
    background: transparent url(/assets/images/bottom_arrow.png) no-repeat center bottom;
    background: transparent url(/assets/images/bottom_arrow@2x.png) no-repeat center bottom/72px 36px;
    width: 28px;
    height: 14px;
    display: block;
    margin-top: -1px;
    margin-left: 36px;
    position: relative; }
  .custom_qtip .qtip-content {
    padding: 20px;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6; }
    .custom_qtip .qtip-content h3 {
      margin-bottom: 2px; }
    .custom_qtip .qtip-content p {
      margin-bottom: 14px; }
    .custom_qtip .qtip-content .logo_side {
      box-shadow: 1px 0px 0px 0px #E6E6E6;
      padding-right: 20px;
      text-align: center; }
      @media screen and (max-width: 479px) {
        .custom_qtip .qtip-content .logo_side {
          padding-right: 0px;
          box-shadow: none; } }
      .custom_qtip .qtip-content .logo_side .retailer_logo {
        margin-bottom: 20px;
        max-width: 100%;
        height: auto; }
      .custom_qtip .qtip-content .logo_side .button {
        width: 100%; }
    .custom_qtip .qtip-content .text_side {
      padding-left: 20px;
      border-left: 1px solid #E6E6E6; }

.marker_list_wrapper {
  font-size: 0px;
  line-height: 0px; }

.location_gradient {
  background: url("/images/backgrounds/location_gradient.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  height: 80px;
  right: 21px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 99;
  pointer-events: none; }

/*# sourceMappingURL=main.css.map */
