#W .svs-clearfix:before,
#W .svs-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

#W .svs-clearfix:after {clear: both;}
#W .svs-clearfix {zoom: 1; display: block;}

#W .svs-limit-width {
  margin-left: auto;
  margin-right: auto;
}

#W .svs-widget {
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  cursor: default;
}

#W .svs-widget button::-moz-focus-inner {
  border: 0;
}

#W .svs-title {
  font-size: 18px;
  margin: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#W .svs-appeal {
  display: none;
}

#W .svs-hidden {
  display: none;
}

#W .svs-content {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#W .svs-action {
  display: block;
  margin: 10px auto 15px;
  cursor: pointer;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

#W .svs-answer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

#W .svs-list-controls {
  display: none;
}

#W .svs-list {
  position: relative;
  text-align: left;
  list-style-type: none;
}

#W .svs-list-select {
  margin: 0 auto;
  width: 90%;
}

#W .svs-list li {
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#W .svs-list li:first-child {
  margin-top: 0;
}

#W .svs-list.svs-two-cols .svs-list-inner:after {
  content: '';
  display: block;
  clear: both;
}

#W .svs-list.svs-two-cols li {
  float: left;
  width: 50%;
}

#W .choice-selector {
  margin: 0 auto;
}

#W .choice-selector .choice {
  display: inline-block;
  width: 34%;
  cursor: pointer;
}

#W textarea,
#W input[type=text] {
  display: block;
  width: 96%;
  margin: 2%;
  padding: 2px 6px;
  border: none;
  background-color: transparent;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#W input[type=text] {
  line-height: 30px;
}

#W .svs-waiting { /* !FIXME clean up */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}

#W .svs-waiting-inner {
  background: url('SVSROOT/images/ajaxloader.gif') no-repeat 50% 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
}


/* Video */

#W .svs-player {
  background-color: #000;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

#W .svs-player > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#W .svs-video-back > iframe {
  display: block;
  width: 100%;
}

/* Image */

#W .svs-image {
  line-height: 0;
}

#W .svs-image img {
  width: 100%;
}

#W img.svs-max-width {
  max-width: 100%;
}

#W .svs-drop-down .svs-drop-down-top {
  cursor: pointer;
}

#W .svs-drop-down .svs-list-wrap {
  z-index: 100200;
}

#W .svs-drop-down .svs-list-wrap-inner {
  max-height: 220px;
  overflow-x: hidden;
  overflow-y: auto;
}

#W .svs-drop-down .svs-list li span.svs-li-text {
  display: block;
}

#W .svs-action b,
#W .svs-li-text b {
  font-weight: bold;
}

#W .svs-action i,
#W .svs-li-text i {
  font-style: italic;
}


/* Email Table */


#W .svs-email-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#W .svs-email-table {
  width: 100%;
}

#W .svs-email-table td.svs-email-submit {
  display: none;
}


/* Width 420 */

#W.svs-small-420 ul.svs-list.svs-two-cols li {
  float: none;
  width: 100%;
}


/* Response */

#W .svs-response {
  min-height: 3em;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

/* Pure Content (Response and WYSIWYG) */

#W .svs-pure {
  line-height: 1.4;
  text-align: left;
}

#W .svs-pure p {
  margin: 0.5em 0 0;
}

#W .svs-pure p:first-child {
  margin-top: 0;
}

#W .svs-pure h1, #W .svs-pure h2, #W .svs-pure h3,
#W .svs-pure h4, #W .svs-pure h5, #W .svs-pure h6 {
  font-weight: bold;
  line-height: 1.1em;
  margin: 0.3em 0;
}

#W .svs-pure h1:first-child, #W .svs-pure h2:first-child, #W .svs-pure h3:first-child,
#W .svs-pure h4:first-child, #W .svs-pure h5:first-child, #W .svs-pure h6:first-child {
  margin-top: 0;
}

#W .svs-pure h1 { font-size: 1.6em; }
#W .svs-pure h2 { font-size: 1.5em; }
#W .svs-pure h3 { font-size: 1.4em; }
#W .svs-pure h4 { font-size: 1.3em; }
#W .svs-pure h5 { font-size: 1.14em; }
#W .svs-pure h6 { font-size: 1.05em; }

#W .svs-pure img.alignleft {
  float: left;
  margin: 2% 3% 2% 0;
}

#W .svs-pure img.alignright {
  float: right;
  margin: 2% 0 2% 3%;
}

#W .svs-pure img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#W .svs-pure em,
#W .svs-pure i {
  font-style: italic;
}

#W .svs-pure b,
#W .svs-pure strong {
  font-weight: bold;
}

#W .svs-pure blockquote {
  padding: 1.5em;
  margin: 0 0 1em;
  font-style: italic;
}

#W .svs-pure blockquote p:last-child {
  margin-bottom: 0;
}


/* Error */

#W .svs-error {
  position: absolute;
  z-index: 200000;
  cursor: default;
  -webkit-animation: svsfade 3s;
  -moz-animation: svsfade 3s;
  animation: svsfade 3s;
}

#W .svs-error {
  margin-left: 50%;
}

#W .svs-error-inner {
  position: relative;
  left: -50%;
  margin: -30px 0 0;
  border: 1px solid #ccc;
  background: #fcc;
  color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  text-align: center;
}

#W .svs-error-inner span {
  display: inline-block;
  padding: 20px 15px;
}

/* CTA Pro */

#W .fa {
  -moz-font-feature-settings: normal;
  -moz-font-language-override: normal;
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}


/* WYSIWYG */

#W .svs-wysiwyg.svs-add-paddings .svs-wysiwyg-content,
#W .svs-wysiwyg2.svs-add-paddings .svs-wysiwyg2-columns,
#W .svs-html.svs-add-paddings {
  padding: 10px 5%;
}

#W .svs-wysiwyg2 .svs-wysiwyg-column {
  float: left;
  width: 50%;
}

#W .svs-wysiwyg2.svs-layout-75-25.svs-add-paddings .svs-wysiwyg2-columns {
  padding-right: 0;
}

#W .svs-wysiwyg2.svs-layout-25-75.svs-add-paddings .svs-wysiwyg2-columns {
  padding-left: 0;
}

#W .svs-wysiwyg2.svs-add-paddings .svs-wysiwyg-column {
  width: 48%;
}

#W .svs-wysiwyg2.svs-add-paddings .svs-right-column {
  margin-left: 4%;
  min-height: 50px;
}

#W .svs-wysiwyg2.svs-layout-75-25 .svs-left-column {
  width: 75%;
}

#W .svs-wysiwyg2.svs-layout-75-25 .svs-right-column,
#W .svs-wysiwyg2.svs-layout-25-75 .svs-right-column {
  width: 25%;
  margin-left: 0;
}

#W .svs-wysiwyg2.svs-layout-75-25.svs-add-paddings .svs-left-column {
  width: 73%;
}

#W .svs-wysiwyg2.svs-layout-75-25.svs-add-paddings .svs-right-column {
  width: 27%;
}

#W .svs-wysiwyg2.svs-layout-25-75 .svs-left-column {
  width: 25%;
}

#W .svs-wysiwyg2.svs-layout-25-75 .svs-right-column {
  width: 75%;
}

#W .svs-wysiwyg2.svs-layout-25-75.svs-add-paddings .svs-left-column {
  width: 27%;
}

#W .svs-wysiwyg2.svs-layout-25-75.svs-add-paddings .svs-right-column {
  width: 73%;
}


/* Progress Bar */

#W .svs-progressbar-inner {
  background: #f0f0f0;
  border: 1px solid #888;
  margin: 5px;
}

#W .svs-progressbar .svs-line-inner {
  background: #222;
  height: 32px;
}

#W .svs-progressbar .svs-caption-wrap {
  position: relative;
}

#W .svs-progressbar .svs-caption {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 31px;
}


/* Image List */

#W .svs-images-inner {
  display: flex;
  flex-wrap: wrap;
}

#W .svs-images .svs-item {
  display: block;
  flex-grow: 1;
  box-sizing: border-box;
  min-height: 70px;
  cursor: pointer;
  transition: transform 0.2s ease-out;
}

#W .svs-images.svs-2-in-row .svs-item {
  width: 50%;
}

#W .svs-images.svs-3-in-row .svs-item {
  width: 33.333%;
}

#W .svs-images.svs-4-in-row .svs-item {
  width: 25%;
}

#W .svs-images .svs-item.active {
  transform: scale(0.95);
}

#W .svs-images .svs-caption {
  display: none;
}

#W .svs-images.svs-show-labels .svs-caption {
  display: block;
}

#W .svs-images .svs-picture {
  line-height: 0;
}

#W .svs-images .svs-picture img {
  width: 100%;
}

#W .svs-ebook .svs-ebook-image {
  float: right;
  width: 40%;
}

#W .svs-ebook .svs-ebook-image img {
  max-width: 100%;
  margin: 0 auto;
}

#W .svs-ebook .svs-ebook-content {
  float: left;
  width: 59%;
  padding: 0 5px 0 5px;
  box-sizing: border-box;
}

#W .svs-headline-content {
  padding: 10px 0;
}

#W .svs-divider {
  padding: 10px 0;
}

#W .svs-divider .svs-divider-inner {
  background: rgba(0, 0, 0, 0.5);
  height: 2px;
}

#W .svs-svg {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}


/* Below Next Button */

#W .svs-below-action {
  font-size: 55%;
  padding: 0 5px 5px;
}


/* Countdown Timer */

#W .svs-countdown-content {
  width: 250px;
  margin: 0 auto;
}

#W .svs-countdown-content .svs-cell,
.svs-countdown-content .svs-cell {
  float: left;
  width: 60px;
  height: 59px;
  border-top: 1px solid #353534;
  margin: 0 0 0 3px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  font-family: 'Arial Narrow', Arial, sans-serif;

  background-color: #111;
  background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(100%,#000000));
  background: -webkit-linear-gradient(top, #222222 0%,#000000 100%);
  background: -o-linear-gradient(top, #222222 0%,#000000 100%);
  background: -ms-linear-gradient(top, #222222 0%,#000000 100%);
  background: linear-gradient(to bottom, #222222 0%,#000000 100%);
}

#W .svs-countdown-content .svs-cell:first-child,
.svs-countdown-content .svs-cell:first-child {
  margin-left: 0;
}

#W .svs-countdown-content .svs-num,
.svs-countdown-content .svs-num {
  font-size: 24px;
  font-weight: bold;
  margin: 7px 0 5px;
}

#W .svs-countdown-content .svs-label,
.svs-countdown-content .svs-label {
  font-size: 11px;
  text-transform: uppercase;
}

#W .jump-in {
  animation: jump-in 0.7s 1;
  transition-timing-function: ease-in;
}

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

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

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

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

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