@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

body {
  background: #b0e0ff;
  font-family: "Open Sans";
}

.strikeout {
  position: relative;
}
.strikeout::after {
  border-bottom: 0.15em solid;
  content: "";
  left: -0.125em;
  margin-top: calc(0.1em / 2 * -1);
  position: absolute;
  right: -0.125em;
  top: 50%;
}

.logo-container {
  text-align: center;
  margin: 20px 0;
}

#logo {
  width: 275px;
}

#logo-tagline {
  font-size: 18px;
  font-family: 'Roboto Condensed';
  text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
}

.video-player, .video-player-container-ratio, #wistia_container {
  width: 589px;
  height: 331px;
  max-width: 100%;
}
.exit-page .video-player-container-ratio, .exit-page .video-player {
  width: 880px;
  height:495px;
  max-width: 100%;
}
.exit-page .video-player {
  height: 525px;
}
.video-player {
  float: left;
}
.form-external-wrapper {
  width: 271px;
  max-width: 100%;
  float: right;
}
#formWrapper2 {
  margin:20px 0;
  width:271px;
  float: right;
  background: #c6c6c6;
  padding: 17px 12px 0px;
}
#formWrapper2 form {
    margin-bottom: 6px;
}
form .bodyText {
  display: none;
}
.formWrapper input, .formWrapper select {
  width: 100%;
  height:36px;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  margin-bottom: 10px;
  padding:10px;
}
.formWrapper input#user_email {
  margin-bottom: 13px;
}
.formWrapper select {
  padding: 0 10px;
}
.formWrapper .fl input {
  float: left;
  width: 94px;
}
.formWrapper .fr input {
  width: 142px;
  float: right;
}
.formWrapper input[type="submit"] {
  background: url(../images/apply-btn.png);
  width:253px;
  height:58px;
  margin-bottom: 0;
  margin-left: -4px;
  text-indent: 9999px;
}

.exit .formWrapper input[type="submit"] {text-indent: 0;}
.form-external-wrapper .formWrapper input[type="submit"] {
  margin-bottom: 14px;
}
.video-form-wrapper {
  width: 100%;
}

.security-proof{
  text-align: center;
}

@media (min-width: 480px) {
  #logo {
    width: 375px;
  }
  #logo-tagline {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  #logo {
    width: 500px;
  }
}

.heading {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 34px;
  margin: 0 0 20px 0;
}

.heading-sub {
  font-size: 28px;
}

.heading-invitation {
  margin-bottom: 25px;
}

.heading-invitation-warning {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 25px;
}

.heading-squeeze {
  font-size: 50px;
}

.heading-soldout {
  font-size: 70px;
  margin-bottom: 0;
}

.heading-soldout-sub {
  font-size: 42px;
}

.heading-soldout-sec {
  font-size: 46px;
}

.content {
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding-bottom: 200px!important;
}

.content p {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: left;
}

.content-headline {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}

.content-center {
  text-align: center;
}

.soldout .content {
  margin: 60px 0;
}

.soldout-arrow {
  margin-bottom: 20px;
}

.ci-form-soldout input[type="email"] {
  display: inline-block;
  margin-bottom: 20px;
  width: 290px;
  height: 40px;
}

.ci-form-soldout input[type="submit"] {
  background: rgb(191,210,85);
  background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
  background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%);
  padding: 5px 40px;
  font-size: 18px;
  color: #ffffff;
  border: 1px solid #72aa00;
  border-radius: 8px;
  margin-bottom: 20px;
}

.ci-form-soldout input[type="submit"]:hover {
  background: rgb(158,203,45);
  background: -webkit-linear-gradient(top,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 49%,rgba(142,185,42,1) 50%,rgba(191,210,85,1) 100%);
  background: linear-gradient(to bottom,  rgba(158,203,45,1) 0%,rgba(114,170,0,1) 49%,rgba(142,185,42,1) 50%,rgba(191,210,85,1) 100%);
}

@media (min-width: 480px) {
  .ci-form-soldout input[type="email"] {
    width: 385px;
  }
}

.footer {
  text-align: center
}

.content,
.footer {
  padding: 15px;
}

@media (min-width: 480px) {
  .content,
  .footer {
    padding: 25px;
  }
}

@media (min-width: 768px) {
  .content,
  .footer {
    padding: 35px;
  }
}

@media (min-width: 992px) {
  .content,
  .footer {
    padding: 45px;
  }
}

.video-progress {
  background: #222222;
  background: -webkit-linear-gradient(top,  #222222 0%,#000 100%);
  background: linear-gradient(to bottom,  #222222 0%,#000 100%);
  color: #ffffff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  height: 30px;
  position: relative;
}

.video-progress-viewers {
  padding-left: 20px;
  line-height: 30px;
  width: 150px;
  float: left;
}

.video-progress-stream {
  float: left;
  padding: 0 5px;
}

.video-progress-viewers,
.video-progress-stream {
  z-index: 1;
  position: relative;
}
 
.video-progress-buttons {
  padding-right: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.live-results {
  position: relative;
  border: medium;
  border-color: #b70000;
  border-style: dashed;
  padding: 5px;
  text-align: center;
  max-width: 750px;
  margin: 40px auto;
}

.live-results-top {
  height: 55px;
  font-size: 18px;
  margin-bottom: 5px;
}

.live-results-time {
  white-space: nowrap;
}

.live-results-top-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.live-results-top-text-start,
.live-results-top-text-end {
  display: inline-block;
}

.live-results-top-text-start {
  font-weight: bold;
}

.live-results-logo,
.live-results-verified-online {
  position: absolute;
  display: none;
}

.live-results-logo {
  width: 140px;
  top: 15px;
  left: 10px;
}

.live-results-verified-online {
  width: 102px;
  top: 8px;
  right: 30px;
}

@media (min-width: 768px) {
  .live-results-top {
    margin: 0 150px 5px;
  }
  .live-results-logo,
  .live-results-verified-online {
    display: inline-block;
  }
}

.time-remaining {
  position: relative;
  font-size: 16px;
  width: 100%;
  max-width: 750px;
  border:1px solid #f6e9d0;
  background: #fff18f;
  padding: 10px;
  margin: 40px auto;
}

.time-remaining-content {
  text-align: center;
}

.time-remaining-content-headline {
  font-size: 20px;
  margin-bottom: 15px;
}

.time-remaining-content-description {
  font-size: 12px;
}

.time-remaining-counter {
  text-align: center;
  padding: 20px 0;
}

@media (min-width: 992px) {
  .time-remaining-counter {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
  }
  .time-remaining-counter-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .time-remaining-content {
    display: inline-block;
    width: 80%;
  }
}

.fb-comments {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-color:#ffffff;
}

.fb-comment {
  padding: 10px 20px;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
}

.fb-comment-avatar {
  float: left;
}

.fb-comment-content {
  margin-left: 70px;
}

.fb-comment-content-name {
  color: #3b5998;
}

.fb-comment-content-text {
  padding: 10px 0;
}

.fb-comment-content-buttons {
  color: #3b5998;
  cursor: pointer;
}

.fb-comments-top-box {
  padding: 5px;
  font-size: 13px;
  font-weight: bold;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

.fb-comments-top-box .add-comment {
  float: right;
  color: #3b5998;
  text-decoration: none;
  cursor: pointer;
}

.fb-comments-bottom-box {
  padding: 15px 0;
}

.fb-comments-bottom-box-inner {
  background: #edeff4;
  border: 1px solid #d9e0eb;
  color: #526ea6;
  text-decoration: none;
  padding: 10px;
}

#fb-comments-content {
  padding: 5px;
}

#fb-comments-load {
  cursor: pointer;
}

.claim-box {
  border: 10px dashed #ff0000;
  background-color: #ffffff;
  width: 100%;
  max-width: 700px;
  padding: 10px;
  margin: 40px auto;
}

.claim-box-top {
  overflow: hidden;
  text-align: center;
}

.claim-box-top-important {
  float: left;
  width: 200px;
  height: 125px;
  margin: 0 20px 10px;
  display: none;
}

.claim-box-top-heading {
  font-weight: 700;
  margin: 20px;
}

@media (min-width: 480px) {
  .claim-box {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .claim-box-top-important {
    display: inline-block;
  }
}

.comment-item {
  margin: 0 30px 25px;
  padding: 20px;
  background-color: #f6f6f6;
  box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  font-size: 16px;
}

.comment-item.reply {
  margin-left: 70px;
  margin-top: 10px;
  background-color: #c7e2ff;
  box-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.comment-item .title {
  margin-bottom: 5px;
}

.comment-form {
  margin: 0 30px;
}

.comment-form .form-group .form-control {
  height: 34px!important;
  font-size: 14px!important;
  color: #555555!important;
  background-color: #ffffff!important;
  border: 1px solid #cccccc!important;
  border-radius: 4px!important;
  text-transform: none!important;
  text-align: left!important;
}

.comment-form .form-group textarea.form-control {
  height: auto!important;
}

#comment-result {
  display:none;
  text-align:center;
  padding: 10px 0 40px;
  color:#D90000;
}

.ci-form-squeeze input[type="submit"] {
  background-image: url(../images/download-now.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 290px;
  border-style: none;
  height: 96px;
  width: 290px;
  padding: 0;
}

.ci-form-squeeze input.user_email {
  font-size: 18px;
  background-color: #fff;
  background-image: url(../images/email-padlock.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 290px;
  height: 45px;
  border: solid 2px #007169;
  border-radius: 6px;
  padding: 0 10px 0 90px;
}

.ci-form-invitation input[type="submit"],
#open_squeeeze_popup {
  background-image: url(../images/check-availability-blank.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  background-size: 290px;
  border-style: none;
  height: 58px;
  width: 290px;
  padding: 0 0 8px 24px;
  color: #233150;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #ffffff;
}

.ci-form-invitation input[type="submit"]:hover,
#open_squeeeze_popup:hover {
  background-position: center center;
}

.ci-form-invitation p {
  margin-bottom: 10px;
}

.ci-form-invitation input.user_email {
  background-image: url(../images/email-padlock.png);
  background-repeat: no-repeat;
  background-position: -45px center;
  width: 290px;
  height: 45px;
  border: 1px solid #666666;
  padding: 0 10px 0 45px;
  margin: 10px 0;
  font-size: 17px;
}

@media (min-width: 480px) {
  .ci-form-invitation input[type="submit"],
  #open_squeeeze_popup {
    background-size: 385px;
    height: 77px;
    width: 385px;
    padding: 0 0 10px 30px;
    font-size: 23px;
  }
  .ci-form-invitation input.user_email {
    width: 385px;
  }
  .ci-form-squeeze input[type="submit"] {
    background-size: 385px;
    height: 128px;
    width: 385px;
  }
  .ci-form-squeeze input.user_email {
    width: 385px;
  }
}

@media (min-width: 768px) {
  .ci-form-invitation input[type="submit"],
  #open_squeeeze_popup {
    background-size: 450px;
    height: 90px;
    width: 450px;
    padding: 0 0 12px 40px;
    font-size: 27px;
  }
  .ci-form-squeeze input[type="submit"] {
    background-size: 450px;
    height: 150px;
    width: 450px;
  }
  .ci-form-squeeze input.user_email {
    font-size: 20px;
    width: 450px;
    height: 60px;
    border-width: 4px;
  }
}

.invitation-product-box {
  text-align: center;
  margin-bottom: 40px;
}

.invitation-product-box-ecover {
  width: 340px;
}

.invitation-product-box-security-confirmed {
  margin-top: 10px;
  width: 444px;
  height: 62px;
}

.squeeze-product-box {
  text-align: center;
  margin-bottom: 20px;
}

.squeeze-product-box-ecover {
  width: 290px;
  height: 255px;
}

.squeeze-ticks {
  max-width: 500px;
  margin: 40px auto;
  padding: 0;
  list-style: none;
  font-size: 17px;
}

.squeeze-ticks li {
  background: url(../images/squeeze-tick.png) no-repeat;
  padding-left: 59px;
  padding-bottom: 20px;
  min-height: 49px;
}

.security-proof {
  margin-top: 5px;
}

.security-proof-seal {
  width: 290px;
  height: auto;
}

@media (min-width: 480px) {
  .security-proof-seal {
    width: 450px;
    height: auto;
  }
}

.broker-container {
  text-align: center;
  font-size: 17px;
}

.broker-link-text {
  margin: 20px 0;
  font-weight: bold;
}

.broker-link-image {
  width: 240px;
  height: 80px;
}

@media (min-width: 480px) {
  .broker-link-image {
    width: 300px;
    height: 100px;
  }
}

.broker-form-container {
  margin: 0 auto;
  max-width: 480px;
  text-align: left;
}

.broker-form-control .yes-btn,
.broker-form-control .no-btn {
  width: 100%;
}

.broker-form-control-text {
  margin: 10px 0 20px;
  font-size: 14px;
}

.broker-form-control-tick,
.broker-form-control-cross {
  width: 40px;
  height: 39px;
  margin-right: 4px;
  float: left;
}

.deposit-top-bar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #87cefa;
  height: 90px;
  width: 100%;
}

.deposit-top-bar-logo {
  padding: 10px;
  height: auto;
  width: 500px;
}

.deposit-modal .modal-body {
  text-align: center;
}

.boa-form-element form {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 640px;
}

.boa-form-element .form-container {
  overflow: hidden;
}

.boa-form-element form .register-btn,
.boa-form-element form .register-btn:active {
  font-size: 28px!important;
}

.boa-form-privacy {
  font-weight: 700;
  text-align: center;
}

.boa-form-privacy-padlock {
  width: 42px;
  height: 50px;
}

@media (min-width: 480px) {
  .boa-form-element form .register-btn,
  .boa-form-element form .register-btn:active {
    font-size: 35px!important;
  }
}

@media (min-width: 992px) {
  .boa-form-element form:before {
    content: '';
    background-image: url(../images/arrow.png);
    background-size: 100px auto;
    background-repeat: no-repeat;
    width: 100px;
    height: 111px;
    position: absolute;
    left: -120px;
    top: 0;
  }
  .boa-form-element form:after {
    content: '';
    background-image: url(../images/arrow.png);
    background-size: 100px auto;
    background-repeat: no-repeat;
    width: 100px;
    height: 111px;
    position: absolute;
    right: -120px;
    top: 0;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}

.video-player {
  margin: 20px 0;
  background-color: black;
}

.video-player-container-ratio {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-player-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-player-container .wistia_embed {
  width: 100%;
  height: 100%;
}

.popover {
  background: lightyellow;
  width: 250px;
  display: none!important;
}

@media (min-width: 992px) {
  .popover {
    display: block!important;
  }
}

.large-margin-bottom {
  margin-bottom: 60px!important;
}

.medium-margin-bottom {
  margin-bottom: 40px!important;
}

.first-letter-cursive {
  font-family: 'Covered By Your Grace', cursive;
  font-size: 36px;
  color: #1B6D9E;
  font-weight: 400;
  line-height: 40px;
}

.txt-red {
  color: #e31600;
}

.txt-red-bold {
  color: #e31600;
  font-weight: bold;
}

.txt-green {
  color: green;
}

.txt-light {
  font-weight: 300;
}

.txt-blink {
  -webkit-animation-name: blinker;
  animation-name: blinker;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  color: #c40000;
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blinker {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}

.marquee {
  white-space: nowrap;
  overflow: hidden;
}

.marquee span {
  display: inline-block;
  vertical-align: top;
  padding-left: 100%;
          animation-name: marquee;
  -webkit-animation-name: marquee;
          animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
          animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}

.marquee span:hover {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

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

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

.yes-btn,
.yes-btn:visited,
.yes-btn:focus {
  background: rgb(253,227,57);
  background: -webkit-linear-gradient(top, rgba(253,227,57,1) 0%, rgba(251,213,3,1) 100%);
  background: linear-gradient(to bottom, rgba(253,227,57,1) 0%, rgba(251,213,3,1) 100%);
  border: 1px solid #faf30a;
  font-size: 22px;
  padding: 5px 20px;
  color: #c39f00;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.yes-btn:hover {
  background: rgb(251,213,3);
  background: -webkit-linear-gradient(top, rgba(251,213,3,1) 0%, rgba(253,227,57,1) 100%);
  background: linear-gradient(to bottom, rgba(251,213,3,1) 0%, rgba(253,227,57,1) 100%);
  color: #8c7400;
  text-decoration: none;
}

.no-btn,
.no-btn:visited,
.no-btn:focus {
  background: -webkit-linear-gradient(top, rgba(213,213,213,1) 0%, rgba(195,195,195,1) 100%);
  background: linear-gradient(to bottom, rgba(213,213,213,1) 0%, rgba(195,195,195,1) 100%);
  border: 1px solid #cccccc;
  font-size: 18px;
  padding: 8px 20px;
  color: #a2a2a2;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.no-btn:hover {
  background: rgb(195,195,195);
  background: -webkit-linear-gradient(top, rgba(195,195,195,1) 0%, rgba(213,213,213,1) 100%);
  background: linear-gradient(to bottom, rgba(195,195,195,1) 0%, rgba(213,213,213,1) 100%);
  border: 1px solid #cccccc;
  color: #6a6a6a;
  text-decoration: none;
}

.LicensesLeft {
  position: fixed;
  z-index: 3;
  width: 250px;
  right: 5px;
  top: 50px;
  display: none;
}

.LicensesLeftMobile {
  position: relative;
  display: block;
  margin: 20px auto;
}

.LicensesLeft > .BG {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: #fff;
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.LicensesLeft > .in {
  position: relative;
  padding: 7px 10px 10px;
}

.LicensesLeft .N {
  text-transform: uppercase;
  font-size: 26px;
  line-height: 30px;
  font-family: 'Roboto';
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: -1px;
  text-align: center;
}

.LicensesLeft .N b {
  color: #c00;
  font-weight: normal;
}

.LicensesLeft .Bar {
  position: relative;
}

.LicensesLeft .Bar > .BG {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  font-size: 0;
  background: url(../images/licenses_bar.png) 0 -20px repeat-x;
}

.LicensesLeft .Bar > .in {
  position: relative;
  height: 20px;
}

.LicensesLeft .Bar > .in > i {
  display: block;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  font-size: 0;
  background: url(../images/licenses_bar.png) 0 0 repeat-x;
}

.LicensesLeft .Button {
  text-align: center;
  padding-top: 10px;
}

.LicensesLeft .Button a {
  display: inline-block;
  vertical-align: top;
  background: #66ac1c;
  border: 1px solid #86cc3c;
  border-radius: 4px;
  line-height: 24px;
  padding: 0 7px;
  text-transform: uppercase;
  font-size: 14px;
}

.LicensesLeft .Button a:lang(de) {
  padding: 3px 7px;
  line-height: 18px;
}

.LicensesLeft .Button a:link,
.LicensesLeft .Button a:visited {
  color: #fff;
  text-decoration: none;
}

.LicensesLeft .Button a:hover {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.LicensesLeft .Button-new {
  text-align: center;
  padding-top: 10px;
}
.fieldset {position: relative;}
.clear {clear:both;}
.tooltip {
  position: static;
  display: none;
  color:red;
  opacity: 1;
  margin-top: -7px;
  margin-bottom: 6px;

}
.exit .tooltip {text-align: center;}
.tooltip#tooltip_country_prefix, .tooltip#tooltip_phone_num{
  position: absolute;
  background:#fff;
  padding:5px;
  left: 0px;
  width: 100%;
  top: 40px;
}
.approved {display: none;}

.placeholder-form .error::-webkit-input-placeholder{ color:#ff0000; }
.placeholder-form .error:-moz-placeholder{ color:#ff0000; }
.placeholder-form .error::-moz-placeholder{ color:#ff0000; }
.placeholder-form .error:-ms-input-placeholder{ color:#ff0000; }

.testimonials-headline {
  margin-top: 30px;
  text-align: center;
}
.testimonials-headline img {
  max-width: 100%;
  height: auto;
}

.testimonials {
  max-width: 870px;
  margin: 0 auto;
  overflow: hidden;
}

.testimonial {
  min-height: 720px;
  float: left;
  margin: 20px 10px;
  position: relative;
  padding: 20px 20px 97px 20px;
  width: 270px;
  color: #5C5452;
  background: rgb(229,229,229);
  background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 84%);
  background: linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 84%);
  box-shadow: 0 10px 6px -6px #777;
}

.testimonial,
.testimonial p {
  font-size: 13px;
}

.testimonial-header {
  overflow: hidden;
  margin-bottom: 20px;
}

.testimonial-name {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}

.testimonial-address {
  font-style: italic;
}

.testimonial-accepted {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 27px;
}

.testimonial-avatar {
  float: left;
}

.testimonial-avatar-container {
  min-width: 80px;
  min-height: 80px;
  margin: 0 10px 0 0;
  float: left;
}
.live-data-feed-counter {
  font-size: 14px;
  text-align: center;
  background-color: rgb(254, 251, 200);
  border: 2px solid #b19bd9;
  padding: 10px;
  width: 200px;
  height: 290px;
  position: fixed;
  left: 5px;
  top: 200px;
  z-index: 1000;
}

.live-data-feed-marquee {
  position: fixed;
  right: 5px;
  top: 200px;
  background-color: rgb(254, 251, 200);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  width: 210px;
  height: 327px;
  text-align: center;
  padding: 10px;
  border: 2px solid #b19bd9;
  z-index: 1100;
}

.live-data-feed-counter-verified-online,
.live-data-feed-marquee-verified-online {
  margin: 10px 0;
}

.live-data-feed-counter-heading,
.live-data-feed-marquee-heading {
  font-size: 23px;
  color: #009933;
  margin-bottom: 10px;
}

.live-data-feed-marquee-content {
  font-size: 12px;
  height: 150px;
  overflow: hidden;
}

.live-data-feed-marquee-content div {
  padding-bottom: 4px;
}

.live-data-feed-counter-amount {
  color: #D90000;
  font-weight: bold;
}

.live-data-feed-counter-amount-value {

}







.yellowjohnsonbox {
  position: relative;
  padding: 7px 15px;

  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  max-width: 510px;
  margin: 0 auto 18px;
}

#steps {
  list-style: none;
  overflow: hidden;
  margin: 0;
  padding: 0 0 15px 0
}
#steps li {
  font-size: 28px;
  float: left;
  width: 33.33333%;
  padding: 7px;
  color: #7f7f7f;
  font-family: Tahoma, Arial, Helvetica, Verdana, "Lucida Grande", sans-serif;
  font-weight: bold
}
#steps li span {
  font-size: 12px;
  display: block
}
#steps li.current {
  color: #000
}

.step1 input[type=radio] {
  float: left;
  padding: 0;
  margin-right: 7px;
  vertical-align: baseline;
  *vertical-align: middle;
  line-height: normal;
  *overflow: visible
}
.step1 p {
  text-align: left;
  margin: 0;
  padding: 0
}
.onething {
  font-size: 20px;
  padding: 0 0 15px 0;
  margin: 0;
  text-align: center !important;
}
.prev {
  display: none
}
.second-form-red input.submit {
    margin-bottom: 40px!important;
  }
.second-form-red input.submit, .next {
  display: inline-block;
  text-decoration: none;
  background-color: #ee432e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ee432e 0), to(#c63929 50%));
  background-image: -webkit-linear-gradient(top, #ee432e 0, #c63929 50%, #b51700 50%, #891100 100%);
  background-image: linear-gradient(top, #ee432e 0, #c63929 50%, #b51700 50%, #891100 100%);
  border: 1px solid #951100;
  border-radius: 5px;
  -ms-box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
  -o-box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
  box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4), 0 1px 3px #333;
  color: #fff;
  font: bold 24px "helvetica neue", helvetica, arial, sans-serif;
  line-height: 1;
  padding: 12px 20px 14px 20px;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8);
  width: 300px;
  max-width: 100%;
}
.second-form-red input.submit:hover, .next:hover {
  color: #fff;
  text-decoration: none;
  background-color: #f37873;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f37873 0), to(#db504d 50%));
  background-image: -webkit-linear-gradient(top, #f37873 0, #db504d 50%, #cb0500 50%, #a20601 100%);
  background-image: linear-gradient(top, #f37873 0, #db504d 50%, #cb0500 50%, #a20601 100%);
  cursor: pointer
}
.second-form-red input.submit:active, .next:active {
  background-color: #d43c28;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d43c28 0), to(#ad3224 50%));
  background-image: -webkit-linear-gradient(top, #d43c28 0, #ad3224 50%, #9c1500 50%, #700d00 100%);
  background-image: linear-gradient(top, #d43c28 0, #ad3224 50%, #9c1500 50%, #700d00 100%);
  -ms-box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4);
  -o-box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4);
  box-shadow: inset 0 0 0 1px rgba(255, 115, 100, 0.4)
}
.second-form-red input.submit:focus, .next:focus {
  color: #fff;
  text-decoration: none;
}
.second-form-red .email_fieldset input {
    display: block;
    width: 100%;
    max-width:350px;
    margin: 0 auto 20px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.footer p{
  display:none;
}
.footer p:first-child, .footer p:nth-child(2), .footer p:nth-child(10), .footer p:nth-child(11){
  display:block;
}

@media (max-width: 1262px) {
  .live-data-feed-counter, .LicensesLeft, .live-data-feed-marquee {
    display:none !important;
  }
}
@media (max-width: 990px) {
  .video-player{
    float:none;
    margin: 20px auto;
  }
}
@media (max-width: 800px) {
  .video-player-container-ratio {
    height:auto;
    padding-bottom:0;
  }
  iframe {
    max-width: 100%;
  }
  .video-player, .video-player-container-ratio, #wistia_container {
    max-width: 100%;
    height: auto;
  }
  #formWrapper2, .form-external-wrapper {
    width: 100%;
  }
  .testimonial {
      width: 100%;
      height: auto;
      min-height: 0;
  }
  .formWrapper .fr input {
    width: 68%;
  }
  .formWrapper .fl input {
    width: 30%;
  }
  .video-progress {
    display: none;
  }
  img.large-margin-bottom, .invitation-product-box img {
    max-width: 100%;
  }
  .exit-page .video-player, .exit-page .video-player-container-ratio {
    height: auto;
  }
}
@media (max-width: 768px) {
  .video-player{
    float:none;
    margin: 10px auto;
  }
  .heading-invitation-warning{
    font-size: 15px !important;
    width: 75%;
    margin: 0 auto;
    text-align: left;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .heading-invitation-warning img{
    margin-right: 10px;
    float:left;
  }
    .heading.heading-invitation{
      font-size: 20px;
    }
    #logo-tagline {
      font-size: 15px;
    }
    .logo-container {
      margin: 2px 0;
    }
    .content{
      padding: 15px 25px 25px 25px !important;
    }
    .heading-invitation {
      margin-bottom: 5px;
    }
    .heading.heading-sub{
      margin: 0 0 5px 0;
    }
    .footer p{
      display:none;
    }
    .footer p:first-child, .footer p:nth-child(2){
      display:block;
    }
}
@media (max-width: 665px) {
  .heading.heading-sub{
    font-size: 12px !important;
    margin: 0 0 10px 0;
  }
  .video-player{
    margin: 10px auto;
  }
}
@media (max-width: 540px) {
  .heading-invitation-warning{
    font-size: 13px !important;
    margin-bottom: 5px;
    width: 82%;
  }
  .vjs_video_3-dimensions{
    height: 278px;
  }
  #logo-tagline {
    font-size: 15px;
  }
  .logo-container {
    text-align: center;
    margin: 7px 0 2px 0px;
  }
  .heading-invitation {
    margin-bottom: 10px;
  }
}
@media (max-width: 440px){
  .heading-invitation-warning {
      font-size: 11px !important;
      margin-bottom: 5px;
      width: 90%;
  }
  .heading.heading-sub {
    font-size: 11px !important; font-weight:400; line-height:17px; text-align:left;
  }
  .heading.heading-sub img{ float:left; margin-right:10px; }
  .heading.heading-sub + h1.heading{ font-size:15px; }
  .content{ padding-bottom:1px !important; }
  .heading-invitation-warning img{ width:44px; height:auto; }
  .vjs_video_3-dimensions{
      height: 217px;
  }      
  .logo-container {
    text-align: center;
    margin: 7px 0 2px 0px;
  }
  #logo-tagline{
    font-size: 12px;
  }
  .heading.heading-invitation {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .video-player {
    margin: 5px auto 5px auto;
  }
  #formWrapper2{
    margin: 5px 0 20px 0px;
  }
}
@media (max-width: 320px) {
  .vjs_video_3-dimensions{
      height: 164px;
  }    
  .video-player{
    float:none;
    margin: 5px auto 0px auto;
  }
  .heading-invitation-warning{
    font-size: 12px !important;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    line-height: 11px;
    margin-bottom: 15px;
  }
  .heading.heading-invitation{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .heading.heading-sub{
    font-size: 10px !important;
    margin-bottom: 10px;
  }
  .logo-container {
    text-align: center;
    margin: 7px 0 2px 0px;
}
  #logo-tagline{
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
    .logo-container {
        margin: 18px 0 6px;
    }
    .short .logo-container {
        margin: 20px 0 3px;
    }
    .short-two .logo-container, 
    .long-two .logo-container {
        margin: 20px 0 15px;
    }
    .content {
        padding-top: 9px; 
    }
    .long-two .content,
    .short-two .content {
        padding-top: 15px;
    }
    .long-two .heading,
    .short-two .heading {
        font-size: 23px;
    }
    .long-two .time-remaining,
    .short-two .time-remaining {
        margin-top: 8px; 
    }

    .heading-invitation-warning {
        margin-bottom: 0px;
    }
    .heading-invitation {
        margin-bottom: 3px;
        font-size: 32px;
    }
    .video-player,
    #formWrapper2 {
        margin: 0 0 8px;
    }
    .heading-sub {
        margin-bottom: 11px; 
    }
    .short .heading-sub {
        margin-bottom: 11px;
    }
    .long-two .heading-sub,
    .short-two .heading-sub {
        margin-bottom: 30px;
    }
    .testimonials-headline {
        margin: 24px 0 0; 
    }
    .short .testimonials-headline {
        margin: 29px 0 0;
    }
    .testimonial {
        min-height: 708px;
    }
    .video-form-wrapper {
        margin-bottom: 36px;
    }
}