@charset "UTF-8";

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

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

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

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

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

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

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

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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 bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

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

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

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

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

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

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

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

@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 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 bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .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(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .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(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

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

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

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

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

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

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

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

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

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

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

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

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

  to {
    -webkit-transform: none;
    transform: none;
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

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

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

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

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

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

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

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

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

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

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

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

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

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

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

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

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}


/* This file is CSS reset file */
/* Now reset effects only our CSS */

.cs-root html, .cs-root body, .cs-root div, .cs-root span, .cs-root applet, .cs-root object, .cs-root iframe,
.cs-root h1, .cs-root h2, .cs-root h3, .cs-root h4, .cs-root h5, .cs-root h6, .cs-root p, .cs-root blockquote, .cs-root pre,
.cs-root a, .cs-root abbr, .cs-root acronym, .cs-root address, .cs-root big, .cs-root cite, .cs-root code,
.cs-root del, .cs-root dfn, .cs-root em, .cs-root img, .cs-root ins, .cs-root kbd, .cs-root q, .cs-root s, .cs-root samp,
.cs-root small, .cs-root strike, .cs-root strong, .cs-root sub, .cs-root sup, .cs-root tt, .cs-root var,
.cs-root b, .cs-root u, .cs-root i, .cs-root center,
.cs-root dl, .cs-root dt, .cs-root dd, .cs-root ol, .cs-root ul, .cs-root li,
.cs-root fieldset, .cs-root form, .cs-root label, .cs-root legend,
.cs-root table, .cs-root caption, .cs-root tbody, .cs-root tfoot, .cs-root thead, .cs-root tr, .cs-root th, .cs-root td,
.cs-root article, .cs-root aside, .cs-root canvas, .cs-root details, .cs-root embed,
.cs-root figure, .cs-root figcaption, .cs-root footer, .cs-root header, .cs-root hgroup,
.cs-root menu, .cs-root nav, .cs-root output, .cs-root ruby, .cs-root section, .cs-root summary,
.cs-root time, .cs-root mark, .cs-root audio, .cs-root video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.cs-root span {
  color: inherit;
}

.cs-root article, .cs-root aside, .cs-root details, .cs-root figcaption, .cs-root figure,
.cs-root footer, .cs-root header, .cs-root hgroup, .cs-root menu, .cs-root nav, .cs-root section {
  display: block;
}

.cs-root {
  line-height: normal;
}

.cs-root ol, .cs-root ul {
  list-style: none;
}

.cs-root blockquote, .cs-root q {
  quotes: none;
}

.cs-root blockquote:before, .cs-root blockquote:after,
.cs-root q:before, .cs-root q:after {
  content: '';
  content: none;
}

.cs-root table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* classes which help us design tinymce markup */
.cs-root .cs-bold {
  font-weight: bold;
}

.cs-root .cs-italic {
  font-style: italic;
}

.cs-root .cs-underline {
  text-decoration: underline;
}


#holiRoot .cs-widget-logo {
    cursor: pointer;
}
.cs-element-highlight-outer {
    position: fixed!important;
    width: 0;
    height: 0;
    opacity:1;
    overflow: visible;
    z-index: 99999;
}
.cs-element-highlight-inner {
    position: absolute;
    top: -5px;
    left: -5px;
    border: 2px solid;
    border-radius: 5px;
    background: none !important;
    pointer-events: none;
}

.cs-emphasize {
    border :solid 1px green;
/*
    padding: 3px;
    transition: padding 0.25s ;
    -webkit-transition: padding 0.25s ;
*/
}

div#holiRoot {
    font-size: initial;
}

div#holiRoot input {
    height :unset;
    width :unset;
    line-height:unset;
    margin:unset;
    padding: unset;
}


div#csInspectorRoot  {
    font-family: 'Open Sans', Arial, sans-serif;
    text-align: left;
}
div#csInspectorRoot .cs-inspector-hotspot {
    width: 120px ;
    height: 120px ;
    position: fixed ;
    z-index: 1111111115;
    bottom:0 ;
    left:0;
    background-color: transparent ;
    cursor: pointer;
    border-top-right-radius: 5px;
}

div#csInspectorRoot .cs-inspector-hotspot:hover, #csInspectorRoot .cs-inspector-hotspot:focus {
    background-color: rgba(0,0,0,0.3);
}

div#csInspectorRoot .cs-inspector-hotspot .cs-inspector-menu-item {
    padding: 5px;
    background-color: #fff;
    border: solid 1px #555;
    width: 110%;
    margin-left: 5%;
    margin-top: -5%;
    cursor: pointer;
    position: relative;
}
div#csInspectorRoot .cs-inspector-hotspot .cs-inspector-menu-item .cs-selected {
    background: rgb(202,255,217);
}
div#csInspectorRoot .cs-inspector-hotspot .cs-inspector-menu-item:hover {
    background: rgb(150,255,180);
}
div#csInspectorRoot .cs-campaigns-menu {
    position: absolute;
    bottom:5px;
    right: -100px;
}

@media only screen and (max-device-width: 480px) {
    div#csInspectorRoot .cs-inspector-hotspot {
        width: 260px ;
        height: 260px ;
        background-color: transparent ;
        cursor: pointer;
        border-top-right-radius: 10px;
        font-size: 200%;
        line-height: 1.6;
    }
}

div#csInspectorRoot .cs-inspector-monitor {
    position: fixed ;
    z-index: 1111111115;
    top:0 ;
    right:0;
    max-height: 90%;
    background-color: rgba(150,255,180,0.95) ;
    overflow-x: hidden;
    overflow-y: auto;
}
div#csInspectorRoot .cs-inspector-monitor.collapsed{
    overflow-y: hidden;
    background-color: transparent ;
    right: 20px;
}

div#csInspectorRoot .cs-inspector-monitor-content {
    display: block;
    width: 530px ;
    padding: 10px;
}
div#csInspectorRoot .cs-bold-error {
    color: red ;
    font-weight: bold;
}
div#csInspectorRoot .cs-emphasize {
    color: blue ;
    font-weight: bold;
}
div#csInspectorRoot hr {
    height:0;
    border-width: 1px ;
    border-style: inset ;
    border-color: rgb(238,238,238);
    margin: 8px 0;
}

div#csInspectorRoot .cs-inspector-title {
    margin-bottom: 0.2em;
}
div#csInspectorRoot .cs-inspector-monitor.collapsed .cs-inspector-monitor-content {
    display: none;
}

div#csInspectorRoot .cs-inspector-traffic-light .rule-row {
    cursor: help;
}
div#csInspectorRoot .cs-inspector-traffic-light .rule-row span.cs-value,
div#csInspectorRoot .cs-inspector-traffic-light .rule-row span.cs-key{
    font-weight: bold;
}
div#csInspectorRoot .cs-inspector-traffic-light .rule-row span.cs-matcher{
    font-style: italic;
}
div#csInspectorRoot .cs-inspector-traffic-light .rule-row span.cs-bullet{
    color:red;
}
div#csInspectorRoot .cs-inspector-traffic-light .rule-row.satisfied span.cs-bullet {
    color:#009702;
}

div#csInspectorRoot .cs-inspector-campaign-state {
    display: none;
}
div#csInspectorRoot .cs-inspector-campaign-state.blocked, div#csInspectorRoot .cs-inspector-campaign-state.shown {
    display: block;
}
div#csInspectorRoot .cs-inspector-campaign-state.blocked span.cs-bullet{
    color:red;
}
div#csInspectorRoot .cs-inspector-campaign-state.shown span.cs-bullet{
    color:#009702;
}

div#csInspectorRoot .cs-inspector-traffic-light .cs-rule-group {
    padding-left: 0.6em;
}


div#csInspectorRoot .cs-inspector-monitor .cs-inspector-monitor-nub {
    display: none;
}
div#csInspectorRoot .cs-inspector-monitor.collapsed .cs-inspector-monitor-nub {
    display: block;
    cursor: pointer;
    background: rgba(150,255,180,0.7);
    padding: 5px;
    border-bottom: solid 1px #000000;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
div#csInspectorRoot .cs-inspector-monitor.collapsed .cs-inspector-monitor-nub:hover {
    background: rgba(150,255,180,1);
}

div#csInspectorRoot .cs-inspector-monitor .cs-inspector-monitor-close {
    position: absolute;
    top: 5px;
    right: 6px;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    padding: 0.2em 1em;
    font-size: 1.1em;
    cursor: pointer;
}
div#csInspectorRoot .cs-inspector-monitor .cs-inspector-monitor-close:hover {
    background: rgba(255,255,255,0.9);
}

div#csInspectorRoot .cs-inspector-monitor .cs-label {
    font-weight: bold;
}

div#csInspectorRoot .cs-inspector-monitor .cs-show-more {
    display:inline-block;
    cursor: pointer;
    padding: 2px 6px;
    margin: 3px 0;
    background: white;
}


#csBubblerRoot .cs-msg-wrapper {
    position: relative;
}

#csBubblerRoot .cs-widget-logo {
    color: #7f8c8d;
    font-size: 11px;
    float: right;
    position: relative;
    top: 9px;
    margin-right: 20px;
    cursor: pointer;
    width: 225px;
    text-align: right;
}
#csBubblerRoot .cs-widget-logo:hover {
    text-decoration: underline;
}
#csBubblerRoot {
    z-index: 1111111111;
}
#csBubblerRoot .cs-msg-box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-family: Arial;
    background: white;
    -webkit-box-shadow: 0px 3px 3px rgba(161, 161, 163, 1);
    -moz-box-shadow: 0px 3px 3px rgba(161, 161, 163, 1);
    box-shadow: 0px 3px 3px rgba(161, 161, 163, 1);
    line-height: 1;
    position: absolute;
    overflow: visible!important;
    border: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;

    z-index: 999999996;

    height: 127px;
    width: 442px;
    top: 0;

    border-top: 6px rgb(160, 244, 9) solid;

}

#csBubblerRoot .cs-msg-box * {
    font-family: Arial;
}

#csBubblerRoot .cs-msg-box.cs-msg-minimized {
    width: 35px;
    height: 50px;
    -webkit-box-shadow: 0px 0px 5px rgba(161, 161, 163, 1);
    -moz-box-shadow: 0px 0px 5px rgba(161, 161, 163, 1);
    box-shadow: 0px 0px 5px rgba(161, 161, 163, 1);
    border-top: 0px;
}



#csBubblerRoot .cs-msg-close-btn {
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -1px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    z-index: 999999997;
}

#csBubblerRoot .cs-msg-box.cs-msg-no-top-line .cs-msg-close-btn {
    top: -3px;
}

#csBubblerRoot .cs-msg-box.cs-msg-no-top-line.cs-msg-minimized .cs-msg-close-btn {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#csBubblerRoot .cs-msg-close-btn .cs-msg-close-left-bor {
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 15px;
    color: rgba(0, 0, 0, 0.25);
    font-weight: normal;
    border-top-left-radius: 13px;
    z-index: 999999998;
}

#csBubblerRoot .cs-msg-close-btn .cs-msg-x-ph {
    position: absolute;
    z-index: 999999997;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

/*.cs-msg-with-title .cs-msg-x-ph {*/
/*background-color: rgba(0, 0, 0, .1);*/
/*}*/

#csBubblerRoot .cs-msg-close-btn .cs-msg-x-ph > div {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEMyNjNFN0EzRDcwMTFFNEFBMUVDNDhFNzg2Njc1NzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEMyNjNFN0IzRDcwMTFFNEFBMUVDNDhFNzg2Njc1NzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QzI2M0U3ODNENzAxMUU0QUExRUM0OEU3ODY2NzU3NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QzI2M0U3OTNENzAxMUU0QUExRUM0OEU3ODY2NzU3NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnJsw80AAABfSURBVHjaYqzv6c1gYGBYD8QvGRBAHIgDmYDEBiC+CBWASYD460GSL4BYHyrgBqVB/JcsUNUgI+OBeCcQu8OsYEIyaiFUYhHMChYkO/ShOmBW6IN0BiFJMCApCAIIMAB9cBZE5SwF7AAAAABJRU5ErkJggg==) no-repeat center;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#csBubblerRoot .cs-msg-close-btn:hover .cs-msg-x-ph > div {
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#csBubblerRoot .cs-msg-box.cs-msg-minimized .cs-msg-close-btn .cs-msg-x-ph > div {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMi1jMDAxIDYzLjEzOTQzOSwgMjAxMC8xMC8xMi0wODo0NTozMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIEVsZW1lbnRzIDExLjAgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMUYwMzgwQTAwMDAxMUUzODEwN0E0RUIzMUZDMzMzOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMUYwMzgwQjAwMDAxMUUzODEwN0E0RUIzMUZDMzMzOSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQxRjAzODA4MDAwMDExRTM4MTA3QTRFQjMxRkMzMzM5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQxRjAzODA5MDAwMDExRTM4MTA3QTRFQjMxRkMzMzM5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+FDQy/wAAAX5JREFUeNqclc9KAzEQh5N0RfDiwVIQhFb6ArYXhRbZh/CmoEdfQ8GLeBEEvYqiPoF3n0CfwB568QFEUbTxmzULIc3arAMfs2Qmv5382VltrVWhaa0z3BpIcOJ8EQLj/BNzv6Ymi6AP1oVcJoYxL8e4nO5ULJLUqRKKCHfCl/vBTWgIqYL+3PLZuD1bxY0Y+BbUDCN/KRgaOQ1l3AG0EBonCPXghsfz4Bxkbstpqb7kzlhSE07hEBbgIpIjJ9/P3BtsRUWyJfuwDgekPbvx2G2xMm68OxaKSeV3MCZ3txSbYTYLBRGaxx3BO+wh9KbSzZrI4Bwswwt8qJpWfkb+XrzCtlwFuKXiYQ29YtNNtHZr73E7sIHoGTRTCsx+t03LpzOJiH7iToiv4I/xD4xd/nEjitWKaJ74iW3BFVxHYnmh5XWYTqLoIgwjTaIbNof8n42h4a8wbF/Scdo1xNpuznT7CsofJDTYQWybdMUvQJbRc6emvbtqPR5jre5HgAEAU1vowLsizx8AAAAASUVORK5CYII=) no-repeat center;
}

#csBubblerRoot .cs-msg-sec-tmr {
    position: absolute;
    top: 17px;
    font-size: 9px;
    z-index: 999999998;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 11px;
    color: rgba(0, 0, 0, 0.55);
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15);
    font-weight: normal;
}

#csBubblerRoot .cs-msg-contents-wrapper {
    height: 100%;
}

#csBubblerRoot .cs-msg-box.cs-msg-no-top-line .cs-msg-contents-wrapper {
    position: relative;
    bottom: 3px;
}

#csBubblerRoot .cs-msg-left {
    float: left;
    position:relative;
    top: 25px;
    margin-right: 15px;
    height: 100%;
}

#csBubblerRoot .cs-msg-content {
    margin-top: 15px;
}

#csBubblerRoot .cs-cta-icon-outer-container {
    float: left;
    width: 112px;
    height: 121px;
    display: table;
    margin-left: 6px;
    margin-right: 9px;
    margin-top: 3px;
}

#csBubblerRoot .cs-cta-content {
    max-height: 66px;
    overflow: hidden;
}

#csBubblerRoot .cs-cta-icon-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#csBubblerRoot .cs-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    max-height: 20px;
    padding-bottom: 1px;
    overflow: hidden;
    line-height: 1.2;
}

#csBubblerRoot .cs-content {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2;
}

#csBubblerRoot .cs-lead-content {
    overflow: hidden;
    max-height: 18px;
}

#csBubblerRoot .cs-lead-title {
    max-height: 20px;
    overflow: hidden;
    margin-bottom: 5px;
}

#csBubblerRoot .cs-cta-button-container {
    position: absolute;
    right: 20px;
    bottom: 12px;
}

#csBubblerRoot .cs-cta-button {
    left:270px;
    font-size: 16px;
    border: none;
    position: static;
    margin: 0;
    cursor: pointer;
    color: white;
    height: 35px;
    padding: 0 20px;
    background: transparent;
}

#csBubblerRoot .cs-cta-button:hover {
    -moz-box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.91), inset 0 0 2px white, 0 1px 2px rgba(0, 0, 0, 0.68);
    -webkit-box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.91), inset 0 0 2px white, 0 1px 2px rgba(0, 0, 0, 0.68);
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.91), inset 0 0 2px white, 0 1px 2px rgba(0, 0, 0, 0.68)
}

#csBubblerRoot .cs-cta-button:active {
    -moz-box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.57), 0 -1px 1px rgba(0, 0, 0, 0.82);
    -webkit-box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.57), 0 -1px 1px rgba(0, 0, 0, 0.82);
    box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.57), 0 -1px 1px rgba(0, 0, 0, 0.82);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35) !important
}


#csBubblerRoot .cs-content-container {
    padding-top: 19px;
    padding-left: 24px;
}

#csBubblerRoot .cs-offer-box-container {
    float: left;
    padding-left: 24px;
    padding-top: 19px;
    padding-right: 18px;
}

#csBubblerRoot .cs-offer-content-container {
    margin-left: 20px;
}

#csBubblerRoot .cs-offer-couponPolicy {
    text-align: right;
    margin-right: 20px;
    font-size: 12px;
    margin-top: 10px;
}

#csBubblerRoot .cs-help-icon {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNtCDrVoAAAETSURBVDhPfZIxTsNAEEVdQREKF8bHIE7nkiMghYPkBkhBcpMCQRqouFGAcIAUUEBAShEKQgPvr/9atizypafMzvyxN+NJ2lq9vWdQwRK+zSNMIbOtKwpjWMM1lHBkFM/hA8a211ICXmHkVE/UCnvqZoJj0JuKkNgjPEN7cx10/yvXktntXQoP8AsbuHApSF6oFOjPl84HYT6Lv3pASFrywlKBJnfgfCMaCtCb750KwnsIu32NK+hcU8KrSW8V9K4q0XQKqY+N5IUnBRrOjfONaNJgJj42wqtvGoaTg0Y8dC1ITdD5RHhO7M1jQgvwAv9+S9Xs6W3POXxCXLmBiSunWrcpikJc8mf4gS9YwCW0ljxJ/gC6MzWT5nQ0AAAAAABJRU5ErkJggg==') transparent center;
    width: 14px;
    height: 14px;
}

#csBubblerRoot .cs-help-icon.cs-offer-couponPolicy-hover{
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 5px;
    cursor: pointer;
}

#csBubblerRoot .cs-offer-box-title {
    max-width: 290px;
    color: white;
    width: 93px;
    height: 30px;
    font-size: 17px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #ff0000;
}
#csBubblerRoot .cs-offer-box-text-wrapper {
    display: table;
    height: 100%;
    border: dashed 3px ;  /* protect against overrides at the site level e.g. border: 0 */
    border-style: solid dashed dashed;
    height: 51px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0px;
}
#csBubblerRoot .cs-offer-box-text {
    display: table-cell;
    vertical-align: middle;
    width: 87px;
    max-width: 87px;
    height: 52px;
    max-height: 52px;
    overflow: hidden;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.3;
}

#csBubblerRoot .cs-offer-box-code {
    background-color: rgb(216,222,223);
    text-align: center;
    padding-top: 8px;
    width: 130px;
    height: 21px;
    font-weight: 300;
}

#csBubblerRoot .cs-offer-content {
    font-size: 14px;
    margin-bottom: 19px;
    max-width: 290px;
    max-height: 16px;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
}

#csBubblerRoot .cs-offer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
}

#csBubblerRoot .cs-offer-box-text-wrapper {
    border-color: #ff0000;
}

#csBubblerRoot  .cs-offer-cpn-code {
    font-size: 14px;
    display: inline;
    padding: 7px 14px;
    background-color: #ecf0f1;
}
#csBubblerRoot .cs-lead-input-container {
    position: absolute;
    bottom: 17px;
    left: 17px;
}
#csBubblerRoot .cs-lead-input-container button {
    max-width: 140px;
    white-space: nowrap;
}
#csBubblerRoot .cs-lead-input {
    height: 33px;
    width: 238px;
    margin-right: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 10px;
}

#csBubblerRoot .cs-lead-invalid-input {
    border: solid 1px red;
}

#tb-tooltip{
    position:fixed;
    max-width:300px;
    z-index:9999999999989;
    display:inline-block; /*important*/
    padding: 0 ;
}
#tb-tooltip #tooltip-text {
    font-family:Arial, sans-serif;
    background:#222;
    color:#fff !important;
    font-size: 12px;
    line-height:16px;
    padding:4px 8px;
    text-align:left
}
#tb-tooltip #tooltip-nub{
    margin: 0;
    width:11px;
    height:6px;
    background-image:url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAMAAAAi7JTKAAAABGdBTUEAALGPC/xhBQAAAwBQTFRFAAAAIiIiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYY3yiwAAAQB0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AFP3ByUAAAAJcEhZcwAADsEAAA7BAbiRa+0AAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjbQg61aAAAAJUlEQVQYV2NgRACG/3D2f4b/MM5/EBvCAdIgNogDosDs/2DmfwCYhh4HZebebgAAAABJRU5ErkJggg==);
}

#csBubblerMRoot .cs-msg-box {
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
    background: none;
}
@media only screen and (max-device-width : 360px) {
    #csBubblerMRoot .cs-msg-box {
        height: 150px;
    }
}
#csBubblerMRoot .cs-msg-box-inner {
    text-align: center;
    line-height: 100px;
    padding: 10px;
}
@media only screen and (max-device-width : 360px) {
    #csBubblerMRoot .cs-msg-box-inner {
        line-height: 150px;
        padding: 20px;
    }
}
#csBubblerMRoot .cs-msg-box-inner > div {
    display: inline-block;
    vertical-align: top;
}

#csBubblerMRoot .cs-msg-close-btn {
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -1px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    z-index: 999999997;
}

#csBubblerMRoot .cs-msg-box.cs-msg-no-top-line .cs-msg-close-btn {
    top: -3px;
}

#csBubblerMRoot .cs-msg-box.cs-msg-no-top-line.cs-msg-minimized .cs-msg-close-btn {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#csBubblerMRoot .cs-msg-close-btn .cs-msg-x-ph {
    position: absolute;
    z-index: 999999997;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

#csBubblerMRoot .cs-msg-close-btn .cs-msg-x-ph > div {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEMyNjNFN0EzRDcwMTFFNEFBMUVDNDhFNzg2Njc1NzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEMyNjNFN0IzRDcwMTFFNEFBMUVDNDhFNzg2Njc1NzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QzI2M0U3ODNENzAxMUU0QUExRUM0OEU3ODY2NzU3NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QzI2M0U3OTNENzAxMUU0QUExRUM0OEU3ODY2NzU3NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnJsw80AAABfSURBVHjaYqzv6c1gYGBYD8QvGRBAHIgDmYDEBiC+CBWASYD460GSL4BYHyrgBqVB/JcsUNUgI+OBeCcQu8OsYEIyaiFUYhHMChYkO/ShOmBW6IN0BiFJMCApCAIIMAB9cBZE5SwF7AAAAABJRU5ErkJggg==) no-repeat center;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#csBubblerMRoot .cs-msg-close-btn:hover .cs-msg-x-ph > div {
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
#csBubblerMRoot .cs-offer-box-container {
    text-align: left;
}

#csBubblerMRoot .cs-offer-content-container {
    margin-left: 20px;
    line-height: 1;
    text-align: left;
}

#csBubblerMRoot .cs-offer-couponPolicy {
    text-align: right;
    margin-right: 20px;
    font-size: 12px;
    margin-top: 10px;
}

#csBubblerMRoot .cs-help-icon {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAOwgAADsIBFShKgAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNtCDrVoAAAETSURBVDhPfZIxTsNAEEVdQREKF8bHIE7nkiMghYPkBkhBcpMCQRqouFGAcIAUUEBAShEKQgPvr/9atizypafMzvyxN+NJ2lq9vWdQwRK+zSNMIbOtKwpjWMM1lHBkFM/hA8a211ICXmHkVE/UCnvqZoJj0JuKkNgjPEN7cx10/yvXktntXQoP8AsbuHApSF6oFOjPl84HYT6Lv3pASFrywlKBJnfgfCMaCtCb750KwnsIu32NK+hcU8KrSW8V9K4q0XQKqY+N5IUnBRrOjfONaNJgJj42wqtvGoaTg0Y8dC1ITdD5RHhO7M1jQgvwAv9+S9Xs6W3POXxCXLmBiSunWrcpikJc8mf4gS9YwCW0ljxJ/gC6MzWT5nQ0AAAAAABJRU5ErkJggg==') transparent center;
    width: 14px;
    height: 14px;
}

#csBubblerMRoot .cs-help-icon.cs-offer-couponPolicy-hover{
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 5px;
    cursor: pointer;
}

#csBubblerMRoot .cs-offer-box-title {
    max-width: 290px;
    color: white;
    width: 93px;
    height: 30px;
    font-size: 17px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background-color: #ff0000;
}
@media only screen and (max-device-width : 360px) {
    #csBubblerMRoot .cs-offer-box-title {
        font-size: 24px;
        height: 40px;
        line-height: 40px;
        width: 120px;
    }
}
#csBubblerMRoot .cs-offer-box-text-wrapper {
    display: table;
    border-style: solid dashed dashed;
    height: 51px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0px;
}
@media only screen and (max-device-width : 360px) {
    #csBubblerMRoot .cs-offer-box-text-wrapper {
        height: 65px;
    }
}
#csBubblerMRoot .cs-offer-box-text {
    display: table-cell;
    vertical-align: middle;
    width: 87px;
    max-width: 87px;
    height: 52px;
    max-height: 52px;
    overflow: hidden;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.3;
}

@media only screen and (max-device-width : 360px) {
    #csBubblerMRoot .cs-offer-box-text {
        width: 113px;
        max-width: 113px;
        font-size: 45px;
    }
}

#csBubblerMRoot .cs-offer-box-code {
    background-color: rgb(216,222,223);
    text-align: center;
    padding-top: 8px;
    width: 130px;
    height: 21px;
    font-weight: 300;
}

#csBubblerMRoot .cs-offer-content {
    font-size: 14px;
    margin-bottom: 19px;
    max-width: 290px;
    max-height: 16px;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
}
@media only screen and (max-device-width : 360px) {
    #csBubblerMRoot .cs-offer-content {
        font-size: 21px;
        max-height: 21px;
        margin-bottom: 22px;
    }
}

#csBubblerMRoot .cs-offer-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
}

@media only screen and (max-device-width : 360px) {
    #csBubblerMRoot .cs-offer-title {
        font-size: 27px;
        margin-bottom: 10px;
    }
}

#csBubblerMRoot .cs-offer-box-text-wrapper {
    border-color: #ff0000;
}

#csBubblerMRoot  .cs-offer-cpn-code {
    font-size: 14px;
    display: inline;
    padding: 7px 14px;
    background-color: #ecf0f1;
}

@media only screen and (max-device-width : 360px) {
    #csBubblerMRoot  .cs-offer-cpn-code {
        font-size: 21px;
    }
}



#csLightboxRoot {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1111111112;
}

#csLightboxRoot .cs-lightbox-outer {
    background-color: black;
    opacity: 0.9;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;

}

#csLightboxRoot .cs-lightbox-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: Arial;
    line-height: 1;
    min-width: 500px;
    min-height: 400px;
}

#csLightboxRoot .cs-lightbox-inner * {
    font-family: Arial;
}

#csLightboxRoot .cs-lightbox-inner.cs-lightbox-nobg {
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#csLightboxRoot .cs-lightbox-inner .cs-msg-contents-wrapper {
    margin: 0 30px;
}

#csLightboxRoot .cs-lightbox-powered-by {
    position: absolute;
    bottom: 20px;
    left: 40px;
    z-index: 1111111113;
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
}
#csLightboxRoot .cs-lightbox-powered-by * {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
}

#csLightboxRoot .cs-lightbox-powered-by-preview {
    display: none;
}

#csLightboxRoot .cs-lightbox-powered-by a span {
    text-decoration: underline;
}

#csLightboxRoot .cs-title {
    font-weight: bold;
    font-size: 30px;
    padding-bottom: 1px;
    overflow: hidden;
    line-height: 1.2;
}

#csLightboxRoot .cs-content {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
}

#csLightboxRoot .cs-content-container {
    margin-top: 20px;
    max-width: 440px;
}

#csLightboxRoot .cs-cta-button {
    background: none;
    font-size: 16px;
    border: none;
    cursor: pointer;
    color: white;
    width: 250px;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#csLightboxRoot .cs-cta-button:hover {
    -moz-box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.91), inset 0 0 2px white, 0 1px 2px rgba(0, 0, 0, 0.68);
    -webkit-box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.91), inset 0 0 2px white, 0 1px 2px rgba(0, 0, 0, 0.68);
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.91), inset 0 0 2px white, 0 1px 2px rgba(0, 0, 0, 0.68)
}

#csLightboxRoot .cs-cta-button:active {
    -moz-box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.57), 0 -1px 1px rgba(0, 0, 0, 0.82);
    -webkit-box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.57), 0 -1px 1px rgba(0, 0, 0, 0.82);
    box-shadow: inset 0 0 16px rgba(255, 255, 255, 0.57), 0 -1px 1px rgba(0, 0, 0, 0.82);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35) !important
}

#csLightboxRoot .cs-msg-close-btn .cs-msg-x-ph {
    position: absolute;
    z-index: 1111111113;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

/*.cs-msg-with-title .cs-msg-x-ph {*/
/*background-color: rgba(0, 0, 0, .1);*/
/*}*/

#csLightboxRoot .cs-msg-close-btn .cs-msg-x-ph > div {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEMyNjNFN0EzRDcwMTFFNEFBMUVDNDhFNzg2Njc1NzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEMyNjNFN0IzRDcwMTFFNEFBMUVDNDhFNzg2Njc1NzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QzI2M0U3ODNENzAxMUU0QUExRUM0OEU3ODY2NzU3NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QzI2M0U3OTNENzAxMUU0QUExRUM0OEU3ODY2NzU3NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnJsw80AAABfSURBVHjaYqzv6c1gYGBYD8QvGRBAHIgDmYDEBiC+CBWASYD460GSL4BYHyrgBqVB/JcsUNUgI+OBeCcQu8OsYEIyaiFUYhHMChYkO/ShOmBW6IN0BiFJMCApCAIIMAB9cBZE5SwF7AAAAABJRU5ErkJggg==) no-repeat center;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#csLightboxRoot .cs-msg-close-btn:hover .cs-msg-x-ph > div {
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#csLightboxRoot .cs-msg-close-btn-x {
    cursor: pointer;
    width: 40px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -1px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    z-index: 1111111113;
}

#csLightboxRoot .cs-cta-text-close-link {
    cursor: pointer;
    text-decoration: underline;
    margin-top: 10px;
}

#csLightboxRoot .cs-lead-input {
    width: 280px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px 20px;
}

#csLightboxRoot .cs-lead-button-container {
    margin-top: 15px;
}

#csLightboxRoot .cs-lead-button-container .cs-cta-button {
    width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#csLightboxRoot .cs-lead-button-container .cs-flash-confirm {
    width: 280px;
    text-align: center;
    padding: 10px 0;
}


#csLightboxMobileRoot {
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 1111111112;
}

#csLightboxMobileRoot .cs-lightbox-outer {
    display: block;
    height: 150%;
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #000;    
}

#csLightboxMobileRoot .cs-lightbox-inner {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    margin: auto;
    width: 290px;
    height: auto;
    border-radius: 6px;
    background-size: cover;
}

#csLightboxMobileRoot .cs-lightbox-inner * {
    font-family: Arial;
}

#csLightboxMobileRoot .cs-lightbox-inner.cs-lightbox-nobg {
    background: white;    
}

#csLightboxMobileRoot .cs-lightbox-inner .cs-msg-contents-wrapper {
    min-height: 100%;
    position: relative;
    padding: 20px;
    outline: 0;
    box-sizing: border-box;
}

#csLightboxMobileRoot .cs-lightbox-powered-by {
    position: absolute;
    bottom: 20px;
    left: 40px;
    z-index: 1111111113;
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
}
#csLightboxMobileRoot .cs-lightbox-powered-by * {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
}

#csLightboxMobileRoot .cs-lightbox-powered-by-preview {
    display: none;
}

#csLightboxMobileRoot .cs-lightbox-powered-by a span {
    text-decoration: underline;
}

#csLightboxMobileRoot .cs-title {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    line-height: 1.3;
}

#csLightboxMobileRoot .cs-message-modal-mobile .cs-title {
    display: block;
}

#csLightboxMobileRoot .cs-content {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
}

#csLightboxMobileRoot .cs-content-container {
    display: table;
    width: 100%;
    padding: 0;
    font-size: 25px;
}

#csLightboxMobileRoot .cs-content-container.cs-message-modal-mobile {
    font-size: 30px;
}

#csLightboxMobileRoot .cs-cta-button {
    background: none;
    font-size: inherit;
    border: none;
    cursor: pointer;
    color: white;
    width: 250px;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


#csLightboxMobileRoot .cs-msg-close-btn .cs-msg-x-ph {
    position: absolute;
    z-index: 1111111113;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

/*.cs-msg-with-title .cs-msg-x-ph {*/
/*background-color: rgba(0, 0, 0, .1);*/
/*}*/

#csLightboxMobileRoot .cs-msg-close-btn .cs-msg-x-ph > div {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEMyNjNFN0EzRDcwMTFFNEFBMUVDNDhFNzg2Njc1NzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEMyNjNFN0IzRDcwMTFFNEFBMUVDNDhFNzg2Njc1NzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QzI2M0U3ODNENzAxMUU0QUExRUM0OEU3ODY2NzU3NCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QzI2M0U3OTNENzAxMUU0QUExRUM0OEU3ODY2NzU3NCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnJsw80AAABfSURBVHjaYqzv6c1gYGBYD8QvGRBAHIgDmYDEBiC+CBWASYD460GSL4BYHyrgBqVB/JcsUNUgI+OBeCcQu8OsYEIyaiFUYhHMChYkO/ShOmBW6IN0BiFJMCApCAIIMAB9cBZE5SwF7AAAAABJRU5ErkJggg==) no-repeat center;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#csLightboxMobileRoot .cs-msg-close-btn:hover .cs-msg-x-ph > div {
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#csLightboxMobileRoot .cs-msg-close-btn-x {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    z-index: 1;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}

#csLightboxMobileRoot .cs-cta-text-close-link {
    color: #fff;
    text-align: center;
    text-decoration: underline;
    position: absolute;
    top: 340px;    
    width: 100%;
    left: 0;
}

#csLightboxMobileRoot .cs-lead-input-container {
    position: relative;
    padding: 7px 0;
    font-size: 20px;
}

#csLightboxMobileRoot .cs-lead-input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #cccccc;
    font-size: inherit;
    padding: 10px 20px;
    text-align: center;
    outline: none;
}

#csLightboxMobileRoot .cs-lead-button-container {
    padding: 7px 0 0;
    font-size: 26px;
}

#csLightboxMobileRoot .cs-lead-button-container .cs-cta-button {
    background: #ff6600;
    border: none;
    cursor: pointer;
    color: #000;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
}

#csLightboxMobileRoot .cs-cta-button-container .cs-cta-button {
    border: none;
    cursor: pointer;
    color: #000;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
}

#csLightboxMobileRoot .cs-lead-button-container .cs-flash-confirm {
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

#csLightboxMobileRoot #cs-mobile-tb-tooltip{
    position:absolute;
    max-width:400px;
    z-index: 1111111114;
    display:inline-block; /*important*/
    padding: 0;
    top: -25px;
}
#csLightboxMobileRoot #cs-mobile-tb-tooltip #cs-mobile-tooltip-text {
    font-family:Arial, sans-serif;
    background:#222;
    color:#fff !important;
    font-size: 12px;
    line-height:16px;
    padding:4px 8px;
    text-align:left
}
#csLightboxMobileRoot #cs-mobile-tb-tooltip #cs-mobile-tooltip-nub{
    margin: 0;
    width:11px;
    height:6px;
    background-image:url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAGCAMAAAAi7JTKAAAABGdBTUEAALGPC/xhBQAAAwBQTFRFAAAAIiIiAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAYY3yiwAAAQB0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AFP3ByUAAAAJcEhZcwAADsEAAA7BAbiRa+0AAAAZdEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjbQg61aAAAAJUlEQVQYV2NgRACG/3D2f4b/MM5/EBvCAdIgNogDosDs/2DmfwCYhh4HZebebgAAAABJRU5ErkJggg==);
}






#csBarDisplayerRoot * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#csBarDisplayerRoot input, #csBarDisplayerRoot button {
    line-height: normal;
}

#csBarDisplayerRoot .cs-bar-outer {
    width: 100%;
    height: 40px;
    white-space: nowrap;
    background: none;
    z-index:99999999;
}
#csBarDisplayerRoot .cs-bar-outer.no-border {
    height: 43px;
    border: 0;
}

#csBarDisplayerRoot .cs-bar-outer > div{
    display: inline-block;
}

#csBarDisplayerRoot .cs-bar-hovering {
    position: fixed;
    left: 0;
}

#csBarDisplayerRoot .cs-bar-inline {

}

#csBarDisplayerRoot .cs-bar-top {
    border-bottom: 3px solid white;
}

#csBarDisplayerRoot .cs-bar-bottom {
    border-top: 3px solid white;
}

#csBarDisplayerRoot .cs-bar-hovering.cs-bar-top {
    top: 0;
}

#csBarDisplayerRoot .cs-bar-hovering.cs-bar-bottom {
    bottom: 0;
}

#csBarDisplayerRoot .cs-bar-inner {
    font-family:Arial, sans-serif;
    line-height: 40px;
    text-align: center;
    width: 100%;
    vertical-align: top;
}
#csBarDisplayerRoot .cs-bar-inner * {
    font-family:Arial, sans-serif;
}

#csBarDisplayerRoot .no-border .cs-bar-inner {
    line-height: 43px;
}
#csBarDisplayerRoot .cs-content-container {
    background: none;
}
#csBarDisplayerRoot .cs-content-container * {
    line-height: normal;
}
#csBarDisplayerRoot .cs-content-container > .cs-headline-container {
    line-height: inherit;
}
#csBarDisplayerRoot .cs-content-container > span {
    display: inline-block;
    vertical-align: baseline;    
    margin: 0 5px;
}

#csBarDisplayerRoot .cs-cta-button {
    background: none;
    font-size: 16px;
    font-weight: bold;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 15px;
    margin: 0 5px;
}

#csBarDisplayerRoot .cs-icon-outer-container {
    display: inline-block;
    line-height: 38px;
}

#csBarDisplayerRoot .no-border .cs-icon-outer-container {
    line-height: 41px;
}


#csBarDisplayerRoot .cs-icon-container {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
    position: relative;
}

#csBarDisplayerRoot .cs-coupon-title {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: red;
    padding: 5px;
    font-weight: bold;
    color: white;

}

#csBarDisplayerRoot .cs-content-container > span.cs-coupon-title {
    margin-left: 0;
}

#csBarDisplayerRoot .cs-coupon-value-text {
    font-weight: bold;
    color: red;
}
#csBarDisplayerRoot .cs-coupon-value-wrapper {
    -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;
    padding: 3px 5px;
    border: 2px dashed red;
    border-right: 0 solid;
    position: relative;
    left: 1px;
}

#csBarDisplayerRoot .cs-content-container > span.cs-coupon-value-wrapper {
    margin-right: 0;
}

#csBarDisplayerRoot .cs-coupon-code-container {
    background-color: white;
    padding: 3px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#csBarDisplayerRoot .cs-content-container > span.cs-lead-input-container {
    margin-right: 0;
    position: relative;
    top: -1px;
}

#csBarDisplayerRoot .cs-lead-input {
    border: 0;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    padding: 4px;
}

#csBarDisplayerRoot .cs-bar-logo {
    width: 34px;
    height: 40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAoCAYAAACb3CikAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzM5OTdBRjI5Q0JBMTFFNEEyMDE4MDZGN0E2QjA1RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzM5OTdBRjM5Q0JBMTFFNEEyMDE4MDZGN0E2QjA1RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Mzk5N0FGMDlDQkExMUU0QTIwMTgwNkY3QTZCMDVFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Mzk5N0FGMTlDQkExMUU0QTIwMTgwNkY3QTZCMDVFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnTEhiEAAAJeSURBVHja7JhBSFRRFIbnjU1KZJNGGIloposMRKlAmEUtWtU2EEsXBbMJF+GqhUgoEeRKN7qIiFYuXIQTRVEwVKC2EAQ3oSLhkKYmhYzpjPn673AuHA73vZkHBYPcA5+O9z/nvv+9e+51ZhzXdUPFEOFQkYQ1Yo1YI9bIgTZyFjwE02ANfANJcB9UFTivyhsBKZABn8Ed3xtX/2uICBgEWdc7tkA3qzFxBix71D/1qtMvDoM3hsKsh7EhHyNvWV7GYKrdz8gQS9wHo6AZOKAMXAGvxYRxw4TVTF8BdTQeZ+NLoNRk5DzYoyT1+4bHnSpTA2zCDRAVOZeZPiy090y7x8bLtZFhljCYZ/2VmXcs/5HQG5g2KbSL9LRVrINjNB7VRuZJ/ANO5zGiaKFcFWlaDq2FwRwzc13UjjHtgTSyx9YuVCDP2YRPhNbBtFkyp7VGsEvauDSid8WXAEZqwW+2s5rE8s0wM52iVvXgMzKl/q7RRlJUsAOOBjDzmF3shdCuMS3hUV8FToBecFKu290ARirAD1YbY9ohsTym+uNgCmyDPjVwlRX9BOcCmOlhtdN05oTo0NIxIS5eCerBbbBKOR9Mp6E6H7royNf6EdDGLqQppSbX8RV8YrvK1CPc1E3Kj+nBU2BRnJybyik9Pt2YrwwTxpguI0HNK2si7KYu8CNem/no+seCx91dItP6Saje6Tcd5Qai0ojeerdAku13lxrqJWgtoIHVdiwJ0Gc5I47PR84IqAa74DvY/0/viaLgl1MEn31zRorhrWJa/XDstwHWiDVijVgj/zj+CjAAy1TQWG1LvJgAAAAASUVORK5CYII=) no-repeat;
    position: absolute;
    margin: 0 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#csBarDisplayerRoot .no-border .cs-bar-logo {
    top: 3px;
}

#csBarDisplayerRoot .cs-msg-close-btn {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkZGQUIxREJBNDlBMTFFNEE2QjQ4QjU0QzAxMDBCNTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkZGQUIxRENBNDlBMTFFNEE2QjQ4QjU0QzAxMDBCNTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRkZBQjFEOUE0OUExMUU0QTZCNDhCNTRDMDEwMEI1NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRkZBQjFEQUE0OUExMUU0QTZCNDhCNTRDMDEwMEI1NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgyF5AAAABeSURBVHjaYvj///8yIFYGYgYkLA/EK0EMfiBeDcRKUAk5IF4LxEIwlTAFNkC8BiQBEkc2SguIHwOxIUwMJiEL1akAxKuAWBEmKQMVEEKyYiVIIYgzE0kC2Q2zAQIMALkenWKuC3/nAAAAAElFTkSuQmCC) no-repeat center;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    margin: 0 10px;
    width: 10px;
    right: 0;
    height: 40px;
    cursor: pointer;
}

#csBarDisplayerRoot .no-border .cs-msg-close-btn {
    top: 3px;
}

#csBarDisplayerRoot .cs-msg-lead span.cs-cta-button-container {
    margin-left: 0;
}

#csBarDisplayerRoot .cs-msg-lead .cs-cta-button {
    margin-left: 10px;

}











#csBar .cs-bar-inner {
    position: fixed;
    /**bottom: 0;
    top: auto;**/
    width: 100%;
    text-align: center;
    white-space: nowrap;
    z-index:999999;
}

#csBar .cs-bar-inner.cs-bar-docking-pos-bottom {
    bottom: 0 !important;
    top: auto !important;
}

#csBar .cs-bar-inner.cs-bar-docking-pos-top {
    bottom: auto !important;
    top: 0 !important;
}

#csBar .cs-bar-inner.cs-bar-docking-pos-top > .ui-resizable-n  {
    visibility: hidden;
}

#csBar .cs-bar-inner.cs-bar-docking-pos-top > .ui-resizable-s  {
    visibility: visible;
}

#csBar .cs-bar-inner.cs-bar-docking-pos-bottom > .ui-resizable-n  {
    visibility: visible;
}

#csBar .cs-bar-inner.cs-bar-docking-pos-bottom > .ui-resizable-s  {
    visibility: hidden;
}

#csBar .cs-bar-outer.no-border {
    height: 43px;
    border: 0;
}

/* clearfix solution to add more space at the bottom so the bar won't hide the footer */
#csBar .cs-clearfix:before {
    display: table;
    content: " ";
}
#csBar .cs-clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

/* end of clearfix */


#csBar .cs-content-container {
    background: none;
}

/*exlude span because button with span inside of bar breaks the vetical alignment of the content in FF and IE*/
/*removeing span from geting the line-height normal fix it*/
#csBar .cs-content-container *:not(span) {
    line-height: normal;
}
#csBar .cs-content-container > span {
    display: inline-block;
    vertical-align: baseline;
    margin: 0 5px;
}

#csBar .cs-cta-button {
    background: none;
    font-size: 16px;
    font-weight: bold;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 15px;
    margin: 0 5px;
}

#csBar .cs-icon-outer-container {
    display: inline-block;
    line-height: 38px;
}

#csBar .no-border .cs-icon-outer-container {
    line-height: 41px;
}


#csBar .cs-icon-container {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
    position: relative;
}

#csBar .cs-coupon-title {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: red;
    padding: 5px;
    font-weight: bold;
    color: white;

}

#csBar .cs-content-container > span.cs-coupon-title {
    margin-left: 0;
}

#csBar .cs-coupon-value-text {
    font-weight: bold;
    color: red;
}
#csBar .cs-coupon-value-wrapper {
    -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;
    padding: 3px 5px;
    border: 2px dashed red;
    border-right: 0 solid;
    position: relative;
    left: 1px;
}

#csBar .cs-content-container > span.cs-coupon-value-wrapper {
    margin-right: 0;
}

#csBar .cs-coupon-code-container {
    background-color: white;
    padding: 3px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#csBar .cs-content-container > span.cs-lead-input-container {
    margin-right: 0;
    position: relative;
    top: -1px;
}

#csBar .cs-lead-input {
    border: 0;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    padding: 4px;
}

#csBar .cs-bar-logo {
    width: 34px;
    height: 40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAoCAYAAACb3CikAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzM5OTdBRjI5Q0JBMTFFNEEyMDE4MDZGN0E2QjA1RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzM5OTdBRjM5Q0JBMTFFNEEyMDE4MDZGN0E2QjA1RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Mzk5N0FGMDlDQkExMUU0QTIwMTgwNkY3QTZCMDVFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Mzk5N0FGMTlDQkExMUU0QTIwMTgwNkY3QTZCMDVFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnTEhiEAAAJeSURBVHja7JhBSFRRFIbnjU1KZJNGGIloposMRKlAmEUtWtU2EEsXBbMJF+GqhUgoEeRKN7qIiFYuXIQTRVEwVKC2EAQ3oSLhkKYmhYzpjPn673AuHA73vZkHBYPcA5+O9z/nvv+9e+51ZhzXdUPFEOFQkYQ1Yo1YI9bIgTZyFjwE02ANfANJcB9UFTivyhsBKZABn8Ed3xtX/2uICBgEWdc7tkA3qzFxBix71D/1qtMvDoM3hsKsh7EhHyNvWV7GYKrdz8gQS9wHo6AZOKAMXAGvxYRxw4TVTF8BdTQeZ+NLoNRk5DzYoyT1+4bHnSpTA2zCDRAVOZeZPiy090y7x8bLtZFhljCYZ/2VmXcs/5HQG5g2KbSL9LRVrINjNB7VRuZJ/ANO5zGiaKFcFWlaDq2FwRwzc13UjjHtgTSyx9YuVCDP2YRPhNbBtFkyp7VGsEvauDSid8WXAEZqwW+2s5rE8s0wM52iVvXgMzKl/q7RRlJUsAOOBjDzmF3shdCuMS3hUV8FToBecFKu290ARirAD1YbY9ohsTym+uNgCmyDPjVwlRX9BOcCmOlhtdN05oTo0NIxIS5eCerBbbBKOR9Mp6E6H7royNf6EdDGLqQppSbX8RV8YrvK1CPc1E3Kj+nBU2BRnJybyik9Pt2YrwwTxpguI0HNK2si7KYu8CNem/no+seCx91dItP6Saje6Tcd5Qai0ojeerdAku13lxrqJWgtoIHVdiwJ0Gc5I47PR84IqAa74DvY/0/viaLgl1MEn31zRorhrWJa/XDstwHWiDVijVgj/zj+CjAAy1TQWG1LvJgAAAAASUVORK5CYII=) no-repeat;
    position: absolute;
    margin: 0 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#csBar .no-border .cs-bar-logo {
    top: 3px;
}

#csBar .cs-msg-close-btn {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkZGQUIxREJBNDlBMTFFNEE2QjQ4QjU0QzAxMDBCNTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkZGQUIxRENBNDlBMTFFNEE2QjQ4QjU0QzAxMDBCNTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRkZBQjFEOUE0OUExMUU0QTZCNDhCNTRDMDEwMEI1NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRkZBQjFEQUE0OUExMUU0QTZCNDhCNTRDMDEwMEI1NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgyF5AAAABeSURBVHjaYvj///8yIFYGYgYkLA/EK0EMfiBeDcRKUAk5IF4LxEIwlTAFNkC8BiQBEkc2SguIHwOxIUwMJiEL1akAxKuAWBEmKQMVEEKyYiVIIYgzE0kC2Q2zAQIMALkenWKuC3/nAAAAAElFTkSuQmCC) no-repeat center;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    margin: 0 10px;
    width: 10px;
    right: 0;
    height: 40px;
    cursor: pointer;
}

#csBar .no-border .cs-msg-close-btn {
    top: 3px;
}

#csBar .cs-msg-lead span.cs-cta-button-container {
    margin-left: 0;
}

#csBar .cs-msg-lead .cs-cta-button {
    margin-left: 10px;

}
/*FROM csModal*/


#csBar .cs-bar-elements-container {
    width: 1000px;
    height: 100%;
    display: inline-block;
    position: relative;
}


#csBar .cs-element {
    position: absolute!important;
    top: 0;
    left: 0;
}

/*break word on text element now when resize the element no text will flow out of the element*/
#csBar .cs-text {
    word-wrap: break-word;
}

#csBar .cs-image img {
    display: block;
}

#csBar .cs-element.highlighter,
#csBar .cs-element.tempHighlighter,
#csBar .cs-element.ui-resizable.ui-draggable-dragging,
#csBar .cs-element.ui-resizable.ui-resizable-resizing,
#csBar .cs-elements-container-parent.highlighter,
#csBar .cs-elements-container-parent.ui-resizable.ui-draggable-dragging,
#csBar .cs-elements-container-parent.ui-resizable.ui-resizable-resizing {
    outline: 2px dashed #4597ac;
    outline-offset: -moz-calc(-5px); //fix firefox bug - moving the outline 5px from the element
}

#csBar .ui-resizable-se {
    right: -5px;
    bottom: -5px;
}

#csBar .ui-resizable-sw,
#csBar .ui-resizable-ne,
#csBar .ui-resizable-nw,
#csBar .ui-resizable-se,
#csBar .ui-resizable-n:after,
#csBar .ui-resizable-e:after,
#csBar .ui-resizable-s:after,
#csBar .ui-resizable-w:after {
    width: 7px;
    height: 7px;
    background: #fff;
    border: 1px solid #4597ac;
    box-sizing: border-box;
}

#csBar .ui-resizable-n:after,
#csBar .ui-resizable-e:after,
#csBar .ui-resizable-s:after,
#csBar .ui-resizable-w:after {
    content: "";
    display: block;
    position: absolute;
}

#csBar .ui-resizable-handle {
    opacity: 0;
}

#csBar .cs-element.ui-resizable.highlighter > .ui-resizable-handle,
#csBar .cs-element.ui-resizable.ui-draggable-dragging > .ui-resizable-handle,
#csBar .cs-elements-container-parent.ui-resizable.highlighter > .ui-resizable-handle,
#csBar .cs-element.ui-resizable.tempHighlighter > .ui-resizable-handle,
#csBar .cs-elements-container-parent.ui-resizable.ui-resizable-resizing > .ui-resizable-handle {
    opacity: 1;
}

#csBar .ui-resizable-e:after,
#csBar .ui-resizable-w:after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#csBar .ui-resizable-n:after,
#csBar .ui-resizable-s:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#csBar .ui-resizable-n,
#csBar .ui-resizable-s {
    cursor: ns-resize !important;
}

#csBar .ui-resizable-e,
#csBar .ui-resizable-w {
    cursor: ew-resize !important;
}

#csBar .ui-resizable-ne,
#csBar .ui-resizable-sw {
    cursor: nesw-resize !important;
}

#csBar .ui-resizable-nw,
#csBar .ui-resizable-se {
    cursor: nwse-resize !important;
}

#csBar .cs-btn {
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #333;
    background-color: #F7941D;
    cursor: pointer;
}

#csBar .cs-btn:hover {
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.91),
    inset 0 0 2px white, 0 1px 2px rgba(0, 0, 0, 0.68);
}

#csBar .cs-btn .cs-btn-text {
    position: relative;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
}

/* #csBar .cs-btn:hover .cs-btn-text{
    color: #FFFFFF;
} */

#csBar .cs-close-btn {
    padding: 5px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

#csBar .cs-cta-element {
    cursor: pointer;
}

#csBar .cs-cta-container {
    cursor: pointer;
}

#csBar .cs-close-btn svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

#csBar .cs-input input {
    width: 100%;
    color: #222;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 10px 20px;
    line-height: normal;
    box-sizing: border-box;
}

#csBar .cs-form .cs-error-message-tooltip {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #222;
    transition: opacity 0.5s ease;
    z-index: 999999999999999;
}

#csBar .cs-form .cs-error-message-tooltip.fadeIn {
    opacity: 1;
}

#csBar .cs-form .cs-error-message-tooltip-text {
    padding: 4px 8px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, sans-serif;
}

#csBar .cs-form .cs-error-message-tooltip:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #222;
    left: 50%;
    margin-left: -6px;
}

/* set the same placehoder color on all browser to the same color */
#csBar ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #a9a9a9;
}
#csBar :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #a9a9a9;
    opacity:  1;
}
#csBar ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #a9a9a9;
    opacity:  1;
}
#csBar :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #a9a9a9;
}
#csBar :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    #a9a9a9;
}
/* end placeholder colors */



/* Mobile runtime media queries */

/* ----------- iPhone 5 and 5S Portrait and Landscape ----------- */

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #csBar .cs-bar-elements-container {
        width: 320px;
    }
}
/* End of Mobile runtime */

/* Mobile cs-editor media queries */

@media only screen
  and (min-width: 320px)
  and (max-width: 736px) {
    #csBar .cs-bar-elements-container {
        width: 320px;
    }
}

/* End of Mobile cs-editor */


#csCurtain .cs-curtain-inner {
    position: fixed;
    top: 0 !important;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    z-index:999999;
}

#csCurtain .cs-curtain-inner.bottom-curtain {
    bottom: 0 !important;
    top: auto !important;
}

#csCurtain .cs-curtain-outer.no-border {
    height: 43px;
    border: 0;
}

/* clearfix solution to add more space at the bottom so the curtain won't hide the footer */
#csCurtain .cs-clearfix:before {
    display: table;
    content: " ";
}
#csCurtain .cs-clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

/* end of clearfix */


#csCurtain .cs-content-container {
    background: none;
}

#csCurtain .cs-cta-button {
    background: none;
    font-size: 16px;
    font-weight: bold;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    padding: 5px 15px;
    margin: 0 5px;
}

#csCurtain .cs-icon-outer-container {
    display: inline-block;
    line-height: 38px;
}

#csCurtain .no-border .cs-icon-outer-container {
    line-height: 41px;
}


#csCurtain .cs-icon-container {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
    position: relative;
}

#csCurtain .cs-coupon-title {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: red;
    padding: 5px;
    font-weight: bold;
    color: white;

}

#csCurtain .cs-content-container > span.cs-coupon-title {
    margin-left: 0;
}

#csCurtain .cs-coupon-value-text {
    font-weight: bold;
    color: red;
}
#csCurtain .cs-coupon-value-wrapper {
    -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;
    padding: 3px 5px;
    border: 2px dashed red;
    border-right: 0 solid;
    position: relative;
    left: 1px;
}

#csCurtain .cs-content-container > span.cs-coupon-value-wrapper {
    margin-right: 0;
}

#csCurtain .cs-coupon-code-container {
    background-color: white;
    padding: 3px 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#csCurtain .cs-content-container > span.cs-lead-input-container {
    margin-right: 0;
    position: relative;
    top: -1px;
}

#csCurtain .cs-lead-input {
    border: 0;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    padding: 4px;
}

#csCurtain .cs-curtain-logo {
    width: 34px;
    height: 40px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAoCAYAAACb3CikAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzM5OTdBRjI5Q0JBMTFFNEEyMDE4MDZGN0E2QjA1RUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzM5OTdBRjM5Q0JBMTFFNEEyMDE4MDZGN0E2QjA1RUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Mzk5N0FGMDlDQkExMUU0QTIwMTgwNkY3QTZCMDVFRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Mzk5N0FGMTlDQkExMUU0QTIwMTgwNkY3QTZCMDVFRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnTEhiEAAAJeSURBVHja7JhBSFRRFIbnjU1KZJNGGIloposMRKlAmEUtWtU2EEsXBbMJF+GqhUgoEeRKN7qIiFYuXIQTRVEwVKC2EAQ3oSLhkKYmhYzpjPn673AuHA73vZkHBYPcA5+O9z/nvv+9e+51ZhzXdUPFEOFQkYQ1Yo1YI9bIgTZyFjwE02ANfANJcB9UFTivyhsBKZABn8Ed3xtX/2uICBgEWdc7tkA3qzFxBix71D/1qtMvDoM3hsKsh7EhHyNvWV7GYKrdz8gQS9wHo6AZOKAMXAGvxYRxw4TVTF8BdTQeZ+NLoNRk5DzYoyT1+4bHnSpTA2zCDRAVOZeZPiy090y7x8bLtZFhljCYZ/2VmXcs/5HQG5g2KbSL9LRVrINjNB7VRuZJ/ANO5zGiaKFcFWlaDq2FwRwzc13UjjHtgTSyx9YuVCDP2YRPhNbBtFkyp7VGsEvauDSid8WXAEZqwW+2s5rE8s0wM52iVvXgMzKl/q7RRlJUsAOOBjDzmF3shdCuMS3hUV8FToBecFKu290ARirAD1YbY9ohsTym+uNgCmyDPjVwlRX9BOcCmOlhtdN05oTo0NIxIS5eCerBbbBKOR9Mp6E6H7royNf6EdDGLqQppSbX8RV8YrvK1CPc1E3Kj+nBU2BRnJybyik9Pt2YrwwTxpguI0HNK2si7KYu8CNem/no+seCx91dItP6Saje6Tcd5Qai0ojeerdAku13lxrqJWgtoIHVdiwJ0Gc5I47PR84IqAa74DvY/0/viaLgl1MEn31zRorhrWJa/XDstwHWiDVijVgj/zj+CjAAy1TQWG1LvJgAAAAASUVORK5CYII=) no-repeat;
    position: absolute;
    margin: 0 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#csCurtain .no-border .cs-curtain-logo {
    top: 3px;
}

#csCurtain .cs-msg-close-btn {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkZGQUIxREJBNDlBMTFFNEE2QjQ4QjU0QzAxMDBCNTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkZGQUIxRENBNDlBMTFFNEE2QjQ4QjU0QzAxMDBCNTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRkZBQjFEOUE0OUExMUU0QTZCNDhCNTRDMDEwMEI1NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRkZBQjFEQUE0OUExMUU0QTZCNDhCNTRDMDEwMEI1NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgyF5AAAABeSURBVHjaYvj///8yIFYGYgYkLA/EK0EMfiBeDcRKUAk5IF4LxEIwlTAFNkC8BiQBEkc2SguIHwOxIUwMJiEL1akAxKuAWBEmKQMVEEKyYiVIIYgzE0kC2Q2zAQIMALkenWKuC3/nAAAAAElFTkSuQmCC) no-repeat center;
    ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    margin: 0 10px;
    width: 10px;
    right: 0;
    height: 40px;
    cursor: pointer;
}

#csCurtain .no-border .cs-msg-close-btn {
    top: 3px;
}

#csCurtain .cs-msg-lead span.cs-cta-button-container {
    margin-left: 0;
}

#csCurtain .cs-msg-lead .cs-cta-button {
    margin-left: 10px;

}
/*FROM csModal*/


#csCurtain .cs-curtain-elements-container {
    width: 1000px;
    height: 100%;
    display: inline-block;
    position: relative;
}


#csCurtain .cs-element {
    position: absolute!important;
    top: 0;
    left: 0;
}

/*break word on text element now when resize the element no text will flow out of the element*/
#csCurtain .cs-text {
    word-wrap: break-word;
}

#csCurtain .cs-image img {
    display: block;
}

#csCurtain .cs-element.highlighter,
#csCurtain .cs-element.tempHighlighter,
#csCurtain .cs-element.ui-resizable.ui-draggable-dragging,
#csCurtain .cs-element.ui-resizable.ui-resizable-resizing,
#csCurtain .cs-elements-container-parent.highlighter,
#csCurtain .cs-elements-container-parent.ui-resizable.ui-draggable-dragging,
#csCurtain .cs-elements-container-parent.ui-resizable.ui-resizable-resizing {
    outline: 2px dashed #4597ac;
    outline-offset: -moz-calc(-5px); //fix firefox bug - moving the outline 5px from the element
}

#csCurtain .ui-resizable-se {
    right: -5px;
    bottom: -5px;
}

#csCurtain .ui-resizable-sw,
#csCurtain .ui-resizable-ne,
#csCurtain .ui-resizable-nw,
#csCurtain .ui-resizable-se,
#csCurtain .ui-resizable-n:after,
#csCurtain .ui-resizable-e:after,
#csCurtain .ui-resizable-s:after,
#csCurtain .ui-resizable-w:after {
    width: 7px;
    height: 7px;
    background: #fff;
    border: 1px solid #4597ac;
    box-sizing: border-box;
}

#csCurtain .ui-resizable-n:after,
#csCurtain .ui-resizable-e:after,
#csCurtain .ui-resizable-s:after,
#csCurtain .ui-resizable-w:after {
    content: "";
    display: block;
    position: absolute;
}

#csCurtain .ui-resizable-handle {
    opacity: 0;
}

#csCurtain .cs-element.ui-resizable.highlighter > .ui-resizable-handle,
#csCurtain .cs-element.ui-resizable.ui-draggable-dragging > .ui-resizable-handle,
#csCurtain .cs-elements-container-parent.ui-resizable.highlighter > .ui-resizable-handle,
#csCurtain .cs-element.ui-resizable.tempHighlighter > .ui-resizable-handle,
#csCurtain .cs-elements-container-parent.ui-resizable.ui-resizable-resizing > .ui-resizable-handle {
    opacity: 1;
}

#csCurtain .ui-resizable-e:after,
#csCurtain .ui-resizable-w:after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#csCurtain .ui-resizable-n:after,
#csCurtain .ui-resizable-s:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#csCurtain .ui-resizable-n,
#csCurtain .ui-resizable-s {
    cursor: ns-resize !important;
}

#csCurtain .ui-resizable-e,
#csCurtain .ui-resizable-w {
    cursor: ew-resize !important;
}

#csCurtain .ui-resizable-ne,
#csCurtain .ui-resizable-sw {
    cursor: nesw-resize !important;
}

#csCurtain .ui-resizable-nw,
#csCurtain .ui-resizable-se {
    cursor: nwse-resize !important;
}

#csCurtain .cs-btn {
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #333;
    background-color: #F7941D;
    cursor: pointer;
}

#csCurtain .cs-btn:hover {
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.91),
    inset 0 0 2px white, 0 1px 2px rgba(0, 0, 0, 0.68);
}

#csCurtain .cs-btn .cs-btn-text {
    position: relative;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
}

/* #csCurtain .cs-btn:hover .cs-btn-text{
    color: #FFFFFF;
} */

#csCurtain .cs-close-btn {
    padding: 5px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

#csCurtain .cs-cta-element {
    cursor: pointer;
}

#csCurtain .cs-cta-container {
    cursor: pointer;
}

#csCurtain .cs-close-btn svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

#csCurtain .cs-input input {
    width: 100%;
    color: #222;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 10px 20px;
    line-height: normal;
    box-sizing: border-box;
}

#csCurtain .cs-form .cs-error-message-tooltip {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #222;
    transition: opacity 0.5s ease;
    z-index: 999999999999999;
}

#csCurtain .cs-form .cs-error-message-tooltip.fadeIn {
    opacity: 1;
}

#csCurtain .cs-form .cs-error-message-tooltip-text {
    padding: 4px 8px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, sans-serif;
}

#csCurtain .cs-form .cs-error-message-tooltip:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #222;
    left: 50%;
    margin-left: -6px;
}

/* set the same placehoder color on all browser to the same color */
#csCurtain ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #a9a9a9;
}
#csCurtain :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #a9a9a9;
    opacity:  1;
}
#csCurtain ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #a9a9a9;
    opacity:  1;
}
#csCurtain :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #a9a9a9;
}
#csCurtain :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    #a9a9a9;
}
/* end placeholder colors */



/* Mobile runtime media queries */

/* ----------- iPhone 5 and 5S Portrait and Landscape ----------- */

@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 2) {
    #csCurtain .cs-curtain-elements-container {
        width: 320px;
    }
}
/* End of Mobile runtime */

/* Mobile cs-editor media queries */

@media only screen
  and (min-width: 320px)
  and (max-width: 736px) {
    #csCurtain .cs-curtain-elements-container {
        width: 320px;
    }
}

/* End of Mobile cs-editor */


.cs-inpage-dynamic-container .cs-lightbox-outer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.7);
    z-index: 99999;
}

#csModal .cs-inpage-outer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0);
    z-index: 99999;
}

.cs-inpage-dynamic-container .cs-modal-inner {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    box-sizing: border-box;
    z-index: 999999;
}

.cs-inpage-dynamic-container .verticalAndHorizontalCenterFixedElement {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
}

.cs-inpage-dynamic-container .cs-modal-elements-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.cs-inpage-dynamic-container .cs-modal-inner {
    font-family: Arial;
}

.cs-inpage-dynamic-container .cs-modal-inner span {
    /* line-height: 1.2; */
}

.cs-inpage-dynamic-container .cs-element {
    position: absolute!important;
    top: 0;
    left: 0;
}

/*break word on text element now when resize the element no text will flow out of the element*/
.cs-inpage-dynamic-container .cs-text {
    word-wrap: break-word;
}

.cs-inpage-dynamic-container .cs-image img {
    display: block;
}

.cs-inpage-dynamic-container .cs-element.highlighter,
.cs-inpage-dynamic-container .cs-element.tempHighlighter,
.cs-inpage-dynamic-container .cs-element.ui-resizable.ui-draggable-dragging,
.cs-inpage-dynamic-container .cs-element.ui-resizable.ui-resizable-resizing,
.cs-inpage-dynamic-container .cs-elements-container-parent.highlighter,
.cs-inpage-dynamic-container .cs-elements-container-parent.ui-resizable.ui-draggable-dragging,
.cs-inpage-dynamic-container .cs-elements-container-parent.ui-resizable.ui-resizable-resizing {
    outline: 2px dashed #4597ac;
    outline-offset: -moz-calc(-5px); //fix firefox bug - moving the outline 5px from the element
}

.cs-inpage-dynamic-container .ui-resizable-se {
    right: -5px;
    bottom: -5px;
}

.cs-inpage-dynamic-container .ui-resizable-sw,
.cs-inpage-dynamic-container .ui-resizable-ne,
.cs-inpage-dynamic-container .ui-resizable-nw,
.cs-inpage-dynamic-container .ui-resizable-se,
.cs-inpage-dynamic-container .ui-resizable-n:after,
.cs-inpage-dynamic-container .ui-resizable-e:after,
.cs-inpage-dynamic-container .ui-resizable-s:after,
.cs-inpage-dynamic-container .ui-resizable-w:after {
    width: 7px;
    height: 7px;
    background: #fff;
    border: 1px solid #4597ac;
    box-sizing: border-box;
}

.cs-inpage-dynamic-container .ui-resizable-n:after,
.cs-inpage-dynamic-container .ui-resizable-e:after,
.cs-inpage-dynamic-container .ui-resizable-s:after,
.cs-inpage-dynamic-container .ui-resizable-w:after {
    content: "";
    display: block;
    position: absolute;
}

.cs-inpage-dynamic-container .ui-resizable-handle {
    opacity: 0;
}

.cs-inpage-dynamic-container .cs-element.ui-resizable.highlighter > .ui-resizable-handle,
.cs-inpage-dynamic-container .cs-element.ui-resizable.ui-draggable-dragging > .ui-resizable-handle,
.cs-inpage-dynamic-container .cs-elements-container-parent.ui-resizable.highlighter > .ui-resizable-handle,
.cs-inpage-dynamic-container .cs-element.ui-resizable.tempHighlighter > .ui-resizable-handle,
.cs-inpage-dynamic-container .cs-elements-container-parent.ui-resizable.ui-resizable-resizing > .ui-resizable-handle {
    opacity: 1;
}

.cs-inpage-dynamic-container .ui-resizable-e:after,
.cs-inpage-dynamic-container .ui-resizable-w:after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.cs-inpage-dynamic-container .ui-resizable-n:after,
.cs-inpage-dynamic-container .ui-resizable-s:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.cs-inpage-dynamic-container .ui-resizable-n,
.cs-inpage-dynamic-container .ui-resizable-s {
    cursor: ns-resize !important;
}

.cs-inpage-dynamic-container .ui-resizable-e,
.cs-inpage-dynamic-container .ui-resizable-w {
    cursor: ew-resize !important;
}

.cs-inpage-dynamic-container .ui-resizable-ne,
.cs-inpage-dynamic-container .ui-resizable-sw {
    cursor: nesw-resize !important;
}

.cs-inpage-dynamic-container .ui-resizable-nw,
.cs-inpage-dynamic-container .ui-resizable-se {
    cursor: nwse-resize !important;
}

.cs-inpage-dynamic-container .cs-btn {
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #333;
    background-color: #F7941D;
    cursor: pointer;
}

.cs-inpage-dynamic-container .cs-btn:hover {
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.91),
    inset 0 0 2px white, 0 1px 2px rgba(0, 0, 0, 0.68);
}

.cs-inpage-dynamic-container .cs-btn .cs-btn-text {
    position: relative;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
}

/* .cs-inpage-dynamic-container .cs-btn:hover .cs-btn-text{
    color: #FFFFFF;
} */

.cs-inpage-dynamic-container .cs-close-btn {
    padding: 5px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

.cs-inpage-dynamic-container .cs-cta-element {
    cursor: pointer;
}

.cs-inpage-dynamic-container .cs-cta-container {
    cursor: pointer;
}

.cs-inpage-dynamic-container .cs-close-btn svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

.cs-inpage-dynamic-container .cs-input input {
    width: 100%;
    color: #222;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px 20px;
    line-height: normal;
    box-sizing: border-box;
}

.cs-inpage-dynamic-container .cs-form .cs-error-message-tooltip {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #222;
    transition: opacity 0.5s ease;
    z-index: 999999999999999;
}

.cs-inpage-dynamic-container .cs-form .cs-error-message-tooltip.fadeIn {
    opacity: 1;
}

.cs-inpage-dynamic-container .cs-form .cs-error-message-tooltip-text {
    padding: 4px 8px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, sans-serif;
}

.cs-inpage-dynamic-container .cs-form .cs-error-message-tooltip:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #222;
    left: 50%;
    margin-left: -6px;
}

/* set the same placehoder color on all browser to the same color */
.cs-inpage-dynamic-container ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #a9a9a9;
}
.cs-inpage-dynamic-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #a9a9a9;
    opacity:  1;
}
.cs-inpage-dynamic-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #a9a9a9;
    opacity:  1;
}
.cs-inpage-dynamic-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #a9a9a9;
}
.cs-inpage-dynamic-container :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    #a9a9a9;
}
/* end placeholder colors */

.cs-inpage-dynamic-container .cs-highlighter {
    position: absolute;
    top: -5px;
    left: -5px;
    border: 2px solid #ac43a0;
    border-radius: 5px;
    background: none !important;
    pointer-events: none;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
}


#csSlideout .cs-lightbox-outer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.7);
    z-index: 99999;
}
#csSlideout .cs-slideout-inner {
    position: fixed;
    box-shadow: 0px 3px 3px rgba(161, 161, 163, 1);
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-sizing: border-box;
    z-index: 999999;
}

#csSlideout .slideout-vertical-align-center {
    top: 50% !important;
}
#csSlideout .slideout-vertical-align-quarter {
    top: auto !important;
    bottom: 25%;
}
#csSlideout .slideout-vertical-align-bottom {
    top: auto !important;
    bottom: 70px;
}

#csSlideout .slideout-position-right {
    right: 0 !important;
    left: auto !important;
}

#csSlideout .slideout-position-left {
    left: 0 !important;
    right: auto !important;
}

#csSlideout .cs-slideout-elements-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#csSlideout .cs-slideout-inner {
    font-family: Arial;
}

#csSlideout .cs-slideout-inner span {
    /* line-height: 1.2; */
}

#csSlideout .cs-element {
    position: absolute!important;
    top: 0;
    left: 0;
}

/*break word on text element now when resize the element no text will flow out of the element*/
#csSlideout .cs-text {
    word-wrap: break-word;
}

#csSlideout .cs-image img {
    display: block;
}

#csSlideout .cs-element.highlighter,
#csSlideout .cs-element.tempHighlighter,
#csSlideout .cs-element.ui-resizable.ui-draggable-dragging,
#csSlideout .cs-element.ui-resizable.ui-resizable-resizing,
#csSlideout .cs-elements-container-parent.highlighter,
#csSlideout .cs-elements-container-parent.ui-resizable.ui-draggable-dragging,
#csSlideout .cs-elements-container-parent.ui-resizable.ui-resizable-resizing {
    outline: 2px dashed #4597ac;
    outline-offset: -moz-calc(-5px); //fix firefox bug - moving the outline 5px from the element
}

#csSlideout .ui-resizable-se {
    right: -5px;
    bottom: -5px;
}

#csSlideout .ui-resizable-sw,
#csSlideout .ui-resizable-ne,
#csSlideout .ui-resizable-nw,
#csSlideout .ui-resizable-se,
#csSlideout .ui-resizable-n:after,
#csSlideout .ui-resizable-e:after,
#csSlideout .ui-resizable-s:after,
#csSlideout .ui-resizable-w:after {
    width: 7px;
    height: 7px;
    background: #fff;
    border: 1px solid #4597ac;
    box-sizing: border-box;
}

#csSlideout .ui-resizable-n:after,
#csSlideout .ui-resizable-e:after,
#csSlideout .ui-resizable-s:after,
#csSlideout .ui-resizable-w:after {
    content: "";
    display: block;
    position: absolute;
}

#csSlideout .ui-resizable-handle {
    opacity: 0;
}

#csSlideout .cs-element.ui-resizable.highlighter > .ui-resizable-handle,
#csSlideout .cs-element.ui-resizable.ui-draggable-dragging > .ui-resizable-handle,
#csSlideout .cs-elements-container-parent.ui-resizable.highlighter > .ui-resizable-handle,
#csSlideout .cs-element.ui-resizable.tempHighlighter > .ui-resizable-handle,
#csSlideout .cs-elements-container-parent.ui-resizable.ui-resizable-resizing > .ui-resizable-handle {
    opacity: 1;
}

#csSlideout .ui-resizable-e:after,
#csSlideout .ui-resizable-w:after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#csSlideout .ui-resizable-n:after,
#csSlideout .ui-resizable-s:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#csSlideout .ui-resizable-n,
#csSlideout .ui-resizable-s {
    cursor: ns-resize !important;
}

#csSlideout .ui-resizable-e,
#csSlideout .ui-resizable-w {
    cursor: ew-resize !important;
}

#csSlideout .ui-resizable-ne,
#csSlideout .ui-resizable-sw {
    cursor: nesw-resize !important;
}

#csSlideout .ui-resizable-nw,
#csSlideout .ui-resizable-se {
    cursor: nwse-resize !important;
}

#csSlideout .cs-btn {
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #333;
    background-color: #F7941D;
    cursor: pointer;
}

#csSlideout .cs-btn:hover {
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.91),
    inset 0 0 2px white, 0 1px 2px rgba(0, 0, 0, 0.68);
}

#csSlideout .cs-btn .cs-btn-text {
    position: relative;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
}

/* #csSlideout .cs-btn:hover .cs-btn-text{
    color: #FFFFFF;
} */

#csSlideout .cs-close-btn {
    padding: 5px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

#csSlideout .cs-cta-element {
    cursor: pointer;
}

#csSlideout .cs-cta-container {
    cursor: pointer;
}

#csSlideout .cs-close-btn svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

#csSlideout .cs-input input {
    width: 100%;
    color: #222;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px 20px;
    line-height: normal;
    box-sizing: border-box;
}

#csSlideout .cs-form .cs-error-message-tooltip {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #222;
    transition: opacity 0.5s ease;
    z-index: 999999999999999;
}

#csSlideout .cs-form .cs-error-message-tooltip.fadeIn {
    opacity: 1;
}

#csSlideout .cs-form .cs-error-message-tooltip-text {
    padding: 4px 8px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, sans-serif;
}

#csSlideout .cs-form .cs-error-message-tooltip:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #222;
    left: 50%;
    margin-left: -6px;
}

/* set the same placehoder color on all browser to the same color */
#csSlideout ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #a9a9a9;
}
#csSlideout :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #a9a9a9;
    opacity:  1;
}
#csSlideout ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #a9a9a9;
    opacity:  1;
}
#csSlideout :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #a9a9a9;
}
#csSlideout :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    #a9a9a9;
}
/* end placeholder colors */


#csModal .cs-lightbox-outer{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0, 0.7);
    z-index: 99999;
}
#csModal .cs-modal-inner {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    box-sizing: border-box;
    z-index: 999999;
}

#csModal .verticalAndHorizontalCenterFixedElement {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
}

#csModal .cs-modal-elements-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#csModal .cs-modal-inner {
    font-family: Arial;
}

#csModal .cs-modal-inner span {
    /* line-height: 1.2; */
}

#csModal .cs-element {
    position: absolute!important;
    top: 0;
    left: 0;
}

/*break word on text element now when resize the element no text will flow out of the element*/
#csModal .cs-text {
    word-wrap: break-word;
}

#csModal .cs-image img {
    display: block;
}

#csModal .cs-element.highlighter,
#csModal .cs-element.tempHighlighter,
#csModal .cs-element.ui-resizable.ui-draggable-dragging,
#csModal .cs-element.ui-resizable.ui-resizable-resizing,
#csModal .cs-elements-container-parent.highlighter,
#csModal .cs-elements-container-parent.ui-resizable.ui-draggable-dragging,
#csModal .cs-elements-container-parent.ui-resizable.ui-resizable-resizing {
    outline: 2px dashed #4597ac;
    outline-offset: -moz-calc(-5px); //fix firefox bug - moving the outline 5px from the element
}

#csModal .ui-resizable-se {
    right: -5px;
    bottom: -5px;
}

#csModal .ui-resizable-sw,
#csModal .ui-resizable-ne,
#csModal .ui-resizable-nw,
#csModal .ui-resizable-se,
#csModal .ui-resizable-n:after,
#csModal .ui-resizable-e:after,
#csModal .ui-resizable-s:after,
#csModal .ui-resizable-w:after {
    width: 7px;
    height: 7px;
    background: #fff;
    border: 1px solid #4597ac;
    box-sizing: border-box;
}

#csModal .ui-resizable-n:after,
#csModal .ui-resizable-e:after,
#csModal .ui-resizable-s:after,
#csModal .ui-resizable-w:after {
    content: "";
    display: block;
    position: absolute;
}

#csModal .ui-resizable-handle {
    opacity: 0;
}

#csModal .cs-element.ui-resizable.highlighter > .ui-resizable-handle,
#csModal .cs-element.ui-resizable.ui-draggable-dragging > .ui-resizable-handle,
#csModal .cs-elements-container-parent.ui-resizable.highlighter > .ui-resizable-handle,
#csModal .cs-element.ui-resizable.tempHighlighter > .ui-resizable-handle,
#csModal .cs-elements-container-parent.ui-resizable.ui-resizable-resizing > .ui-resizable-handle {
    opacity: 1;
}

#csModal .ui-resizable-e:after,
#csModal .ui-resizable-w:after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#csModal .ui-resizable-n:after,
#csModal .ui-resizable-s:after {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

#csModal .ui-resizable-n,
#csModal .ui-resizable-s {
    cursor: ns-resize !important;
}

#csModal .ui-resizable-e,
#csModal .ui-resizable-w {
    cursor: ew-resize !important;
}

#csModal .ui-resizable-ne,
#csModal .ui-resizable-sw {
    cursor: nesw-resize !important;
}

#csModal .ui-resizable-nw,
#csModal .ui-resizable-se {
    cursor: nwse-resize !important;
}

#csModal .cs-btn {
    text-align: center;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #333;
    background-color: #F7941D;
    cursor: pointer;
}

#csModal .cs-btn:hover {
    box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.91),
    inset 0 0 2px white, 0 1px 2px rgba(0, 0, 0, 0.68);
}

#csModal .cs-btn .cs-btn-text {
    position: relative;
    display: inline-block;
    margin: 0;
    white-space: nowrap;
}

/* #csModal .cs-btn:hover .cs-btn-text{
    color: #FFFFFF;
} */

#csModal .cs-close-btn {
    padding: 5px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}

#csModal .cs-cta-element {
    cursor: pointer;
}

#csModal .cs-cta-container {
    cursor: pointer;
}

#csModal .cs-close-btn svg {
    width: 24px;
    fill: #fff;
    pointer-events: none;
    vertical-align: top;
}

#csModal .cs-input input {
    width: 100%;
    color: #222;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 10px 20px;
    line-height: normal;
    box-sizing: border-box;
}

#csModal .cs-form .cs-error-message-tooltip {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #222;
    transition: opacity 0.5s ease;
    z-index: 999999999999999;
}

#csModal .cs-form .cs-error-message-tooltip.fadeIn {
    opacity: 1;
}

#csModal .cs-form .cs-error-message-tooltip-text {
    padding: 4px 8px;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-family: Arial, sans-serif;
}

#csModal .cs-form .cs-error-message-tooltip:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #222;
    left: 50%;
    margin-left: -6px;
}

/* set the same placehoder color on all browser to the same color */
#csModal ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #a9a9a9;
}
#csModal :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #a9a9a9;
    opacity:  1;
}
#csModal ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #a9a9a9;
    opacity:  1;
}
#csModal :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #a9a9a9;
}
#csModal :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
    color:    #a9a9a9;
}
/* end placeholder colors */


.cs-confirm-message-element {
    position: absolute;
}

