@charset "IBM437";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900");
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden; }

body {
  font-family: "Open Sans", Arial;
  background: white;
  background-size: 100% auto; }

@media (min-width: 1200px) {
  .container {
    max-width: 960px; } }
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 260px; }

.fullw {
  width: 100% !important; }

.nopadd {
  padding: 0 !important; }

.red {
  color: #ff0606; }
.bg-hurry {
    background: #D00000;
}

.btn-brand {
  white-space: normal;
  background: #dca815;
  color: #fff;
  font-family: "Oswald", sans-serif;
  width: 100%;
  display: inline-block;
  border: 2px solid #ffc41e;
  padding: 0.8rem 0.25rem;
  border-radius: 2px; }
  .btn-brand:hover {
    color: #fff;
    border: 2px solid #a5ce16;
    background: #44b916; }
  .btn-brand .main {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    float: left;
    clear: both; }
  .btn-brand .sub {
    font-size: 0.9rem;
    opacity: 0.75;
    letter-spacing: 0.8px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline;
    width: 100%;
    float: left;
    clear: both; }

.btn-red {
  white-space: normal;
  background: #ff0606;
  color: #fff;
  font-family: "Oswald", sans-serif;
  width: 100%;
  display: inline-block;
  border: 2px solid #ed4343;
  padding: 0.8rem 0.25rem;
  border-radius: 2px; }
  .btn-red:hover {
    color: #fff;
    border: 2px solid #a5ce16;
    background: #44b916; }
  .btn-red .main {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    float: left;
    clear: both; }
  .btn-red .sub {
    font-size: 0.9rem;
    opacity: 0.75;
    letter-spacing: 0.8px;
    font-weight: 300;
    text-transform: uppercase;
    display: inline;
    width: 100%;
    float: left;
    clear: both; }

.btn-submit-form {
    text-transform: uppercase;
    font-size: 1.65rem;
    cursor: pointer;
    white-space: normal;
    background: #D00000;
    color: #fff;
    font-family: "Oswald", sans-serif;
    display: inline-block;
    border: 2px solid #DB1F2A;
    padding: 1.15rem 0.8rem;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}
#insureShip {
    background: #a3c7d8;
    padding: 10px 20px 0 0 ;
    font-size: 11px;
}
.termstext {
    font-size: 13px;
    font-style: italic;
    line-height: 13px;
    padding-top: 13px;
}
#header {
  background: #3a506f;
  color: #000; }
  #header .secure-header {
      display: inline-block;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
//      background: rgba(0, 0, 0, 0.7);
//      border: 2px solid black;
      padding: 3px 25px 3px 20px;
//      border-radius: 5px;

      color: #fff;
      text-align: center;
      margin-top: 15px;
      margin-bottom: 15px;
//      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  }
    #header .secure-header img {
      position: relative;
      top: 1px;
      right: -10px; }

#main {
  margin-top: 0; }
  #main .content {
    border: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px; }
  #main #headings {
    margin-bottom: 0.25rem;
    color: #000;
    padding: 0; }
    #main #headings h3 {
      padding: 0;
      text-align: center;
      font-family: "Poppins", sans-serif;
      line-height: 2.25rem;
      font-size: 1.9rem;
      margin-top: 0;
      font-weight: 500;
      letter-spacing: -0.5px; }
      #main #headings h3 strong {
        font-weight: 600; }
      #main #headings h3 small {
        line-height: 2rem;
        color: #ff0606;
        font-weight: 600;
        letter-spacing: 4px;
        font-size: 1.5rem;
        text-transform: uppercase; }
        #main #headings h3 small ::before {
          content: "-----"; }

.logo-wrap img {
  max-width: 200px;
}
.cards {
  margin-top: 6px;
  max-height: 22px; }

.order-summary {
  background: #fefefe;
  padding: 1rem 1rem 0.1rem 1rem; }
  .order-summary h4 {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0 15px 10px;
    margin: 0;
    color: #5d5d5d; }
  .order-summary .table thead th {
    vertical-align: bottom;
    border-bottom: 0;
    border-top: 0;
    font-weight: normal; }

select.form-control:not([size]):not([multiple]) {
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  outline: none;
  position: relative;
  cursor: s-resize; }

.control-dropdown::after {
  font-family: Arial, Helvetica;
  content: "↓";
  display: block;
  width: 20px;
  height: 100%;
  color: #999999;
  position: absolute;
  top: -3px;
  right: 15px;
  z-index: 750;
  font-size: 14pt;
  line-height: 40px;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.1s ease-in-out; }

.control-dropdown:hover::after {
  color: #44b916; }

.price-old {
  text-align: center;
  display: inline-block;
  color: #000;
  position: relative;
  top: 0;
  font-weight: 400;
  font-size: 1rem;
  left: -5px; }
  .price-old:before {
    content: "";
    display: block;
    background: transparent url("/assets/joinB/images/crossover.png") center center no-repeat;
    width: 100%;
    height: 13px;
    position: relative;
    top: 20px; }

.price-free {
  text-align: center;
  font-weight: 800;
  color: #ff0606;
  font-size: 1.2rem;
  display: inline-block; }

.price-new {
  text-align: right;
  font-weight: bold;
  color: #44b916;
  width: 100%;
  display: inline-block; }

table {
  margin-bottom: 0 !important; }

.total-row {
  text-transform: uppercase;
  font-weight: 500; }
  .total-row:last-child {
    text-align: center; }

.checkout-agreement {
  font-size: 0.85rem;
  background: #fcfcfc;
  padding: 1rem;
  border: 1px dotted #dddddd;
  padding-bottom: 0; }

.submit-wrap {
  margin: 5px 0 0 0; }
  .submit-wrap button {
    width: 100%; }

.form-box {
  font-family: "Open Sans", Arial;
  font-weight: 300; }
  .form-box header {
      background: #3a506f;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      text-transform: uppercase;
      padding: 1rem 1.1rem;
      margin-bottom: 20px;
  }
    .form-box header h3 {
      font-size: 1.05rem;
      margin: 0;
      font-weight: 500;
      letter-spacing: 1px;
      color: #fff; }
  .form-box .form-group {
    margin-bottom: 1rem;
    padding: 0 20px; }
    .form-box .form-group input[type="text"], .form-box .form-group input[type="search"], .form-box .form-group input[type="number"], .form-box .form-group input[type="tel"], .form-box .form-group input[type="password"] {
      height: 40px;
      padding: 5px 10px;
      line-height: normal; }
    .form-box .form-group input[type="text"],
    .form-box .form-group input[type="search"],
    .form-box .form-group input[type="number"],
    .form-box .form-group input[type="tel"],
    .form-box .form-group input[type="password"],
    .form-box .form-group textarea,
    .form-box .form-group select,
    .form-box .form-group .a-input-text {
      font-family: "Open Sans", Arial;
      font-weight: 400;
      font-size: 0.95rem;
      border: 1px solid #d0d0d0;
      border-top: 1px solid #bbb;
      -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
      -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
      box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07) inset;
      outline: 0;
      outline-width: 0; }
      .form-box .form-group input[type="text"] ::selection,
      .form-box .form-group input[type="search"] ::selection,
      .form-box .form-group input[type="number"] ::selection,
      .form-box .form-group input[type="tel"] ::selection,
      .form-box .form-group input[type="password"] ::selection,
      .form-box .form-group textarea ::selection,
      .form-box .form-group select ::selection,
      .form-box .form-group .a-input-text ::selection {
        color: #fff;
        text-shadow: #007931 1px 2px 2px;
        background-color: #3399FF; }
    .form-box .form-group label {
      margin: 0;
      line-height: 35px;
      text-align: right;
      font-weight: 600;
      font-size: 0.9rem; }
    .form-box .form-group .form-control {
      border-radius: 0; }
    .form-box .form-group .billing2 {
      margin-top: 10px; }

ul.breadcrumbs {
  display: inline-block;
  background: transparent;
  margin: 15px auto 0 auto;
  padding: 0;
  width: 100%; }

li.breadcrumb {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 1px;
  list-style-type: none;
  background: #d20000;
  color: #fff;
  display: block;
  float: left;
  line-height: 40px;
  margin: 0 auto;
  height: 40px;
  padding: 0;
  width: 33.33333333%;
  text-align: center;
  text-transform: uppercase;
  vertical-align: bottom;
  border-radius: 0; }

li.breadcrumb:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 20px solid #eee;
  border-bottom: 20px solid #eee;
  border-left: 15px solid #d20000;
  float: right; }

li.first-crumb {
  background: #f60000;
  border-radius: 3px; }

li.first-crumb:after {
  border-top: 20px solid #d20000;
  border-bottom: 20px solid #d20000;
  border-left: 15px solid #f60000; }

li.last-crumb {
  background: #eee;
  color: #666;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

li.last-crumb:after {
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #eee; }

section.sales {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

.hidden-under-660 {
  display: none; }

@media (min-width: 660px) {
  .hidden-under-660 {
    display: inline-block; } }
.bottomCountdown {
  margin-top: 0;
  padding: 0; }

.bottomCountdown header {
  text-align: center;
  color: #fff;
  background: #17528a;
  font-size: 20pt;
  padding: .5em 0;
  font-weight: 600;
  line-height: 1em; }

.bottomCountdown h3 {
  font-size: 18pt;
  color: #000;
  margin: 0.5em 0 0.5em 0; }

.bottomCountdown h3 span {
  white-space: pre; }

#order-form-extra .bottomCountdown img, .bottomCountdown img {
  display: block;
  width: auto;
  max-width: 60%;
  margin: 1em auto; }

.bottomCountdown .textBox {
  background: #fffdcd;
  padding: 1em;
  border: 4px dashed #175387; }

.bottomCountdown .textBox strong {
  display: block;
  text-align: center;
  font-size: 18pt;
  margin: 0 0 .5em 0;
  font-weight: 700; }

.bottomCountdown .textBox p {
  margin: 0.5em 0; }

[data-clock] {
  display: block;
  width: 100%;
  margin: 0 auto 2.5em auto;
  text-align: center; }

[data-hours], [data-minutes], [data-seconds] {
  color: #333;
  display: inline-block;
  width: 75px;
  height: 75px;
  margin: 0 .25em;
  text-align: center;
  line-height: 1.7;
  font-size: 40px;
  font-weight: 700;
  border: 3px solid currentColor;
  border-radius: 100%;
  position: relative; }

[data-hours]:after, [data-minutes]:after, [data-seconds]:after {
  display: block;
  width: 100%;
  position: absolute;
  bottom: -18pt;
  font-size: 10pt;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #999999; }

[data-hours]:after {
  content: "Hours"; }

[data-minutes]:after {
  content: "Minutes"; }

[data-seconds]:after {
  content: "Seconds"; }

@media (min-width: 800px) {
  #order-form-extra .bottomCountdown img, .bottomCountdown .textBox {
    display: block;
    float: left;
    width: 60%;
    margin: 0; }

  #order-form-extra .bottomCountdown img {
    margin: 3em 5% 0 auto;
    width: 35%; }

  .bottomCountdown h3 {
    font-size: 22pt; }

  .bottomCountdown div {
    overflow: hidden; } }
.button.start-it {
  display: block;
  font-size: 14pt;
  text-align: center;
  max-width: 390px;
  margin: 1em auto !important; }

.button.start-it p {
  font-size: 20pt !important;
  line-height: 20pt;
  margin: 0;
  text-align: center !important; }

.button.start-it small {
  font-family: 'Open Sans', 'Source Sans Pro', Roboto, 'Myriad Pro', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 10pt !important;
  line-height: 6pt !important;
  font-weight: 400;
  margin: 0;
  opacity: 0.75; }

#video-sidebar {
  background: transparent url("/assets/joinB/images/videoside.png") top center no-repeat;
  background-size: 100% auto; }
  #video-sidebar h3 {
    text-align: center;
    color: #fff;
    padding: 0.5rem 0 0.25rem 0;
    font-family: "Poppins", sans-serif; }
  #video-sidebar .pay-shipping {
    text-align: center;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    display: inline-block;
    padding: 0; }
  #video-sidebar .secure-order {
    margin-top: 5px; }

#video-down-arrow {
  width: 100%;
  min-height: 155px;
  background: transparent url("/assets/joinB/images/under-video-bg.png") bottom center no-repeat;
  padding: 3rem;
  text-align: center;
  font-family: "Poppins", sans-serif; }
  #video-down-arrow h3 {
    color: #fff;
    margin: 0;
    padding: 0.3rem 0 0 0;
    font-weight: 600;
    font-size: 1.6rem; }
  #video-down-arrow p {
    color: #dca815;
    margin: 0;
    padding: 0;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.09rem;
    font-size: 0.9rem; }

.dave-speaking {
  padding-top: 0; }

#product-bought {
  padding-top: 1.9rem; }
  #product-bought h3 {
    font-family: "Poppins", sans-serif;
    text-align: left;
    font-weight: 500; }
  #product-bought img {
    margin-top: 0; }

#checkout-sidebar {
  padding-left: 2rem; }

#section1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif; }
  #section1 h1 {
    font-weight: 600; }
  #section1 h5 {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.3px; }
    #section1 h5 strong {
      font-weight: 600; }
  #section1 ul {
    margin: 20px auto 0 auto;
    padding: 0; }
    #section1 ul li {
      font-family: "Poppins", sans-serif;
      background: transparent url("/assets/joinB/images/bullet.png") center left no-repeat;
      padding-left: 2.5rem;
      margin-bottom: 10px;
      font-weight: 300; }
      #section1 ul li strong {
        font-weight: 600; }

#support {
  width: 100%;
  padding: 1rem 0 1rem 6rem;
  margin: 10px auto;
  font-family: "Poppins", sans-serif;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: transparent url("/assets/joinB/images/lifesaver.png") center left no-repeat; }
  #support h3 {
    font-size: 1.2rem;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.3px; }
    #support h3 strong {
      font-weight: 600; }

form {
  margin: 0; }

#guaranteed {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif; }
  #guaranteed h4 {
    font-size: 1.1rem;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0; }
    #guaranteed h4 strong {
      font-weight: 600; }
  #guaranteed ul {
    padding: 0; }
    #guaranteed ul li {
      padding: 10px 0 0 80px;
      margin-bottom: 10px;
      font-weight: 400;
      margin-left: 10px; }
      #guaranteed ul li:nth-child(1) {
        background: transparent url("/assets/joinB/images/s-ico-1.png") center left no-repeat; }
      #guaranteed ul li:nth-child(2) {
        background: transparent url("/assets/joinB/images/s-ico-2.png") center left no-repeat; }
      #guaranteed ul li:nth-child(3) {
        background: transparent url("/assets/joinB/images/s-ico-3.png") center left no-repeat; }
      #guaranteed ul li p {
        margin: 0;
        font-family: Arial, Helvetica;
        font-size: 0.9rem;
        opacity: 0.7; }
      #guaranteed ul li img {
        float: left;
        display: inline-block; }
      #guaranteed ul li strong {
        font-weight: 600; }

.main-cta {
  background: #f5f3e0; }
  .main-cta .container {
    background: transparent url("/assets/joinB/images/hor-arrows.png") no-repeat center center; }
  .main-cta .btn-brand {
    margin: 15px auto;
    padding: 20px;
    min-height: 60px;
    max-width: 100%;
    position: relative;
    border-radius: 5px;
    background: #ff8900;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ff8900 0%, #ff3d00 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8900), color-stop(100%, #ff3d00));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ff8900 0%, #ff3d00 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ff8900 0%, #ff3d00 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ff8900 0%, #ff3d00 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ff8900 0%, #ff3d00 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8900', endColorstr='#ff3d00',GradientType=0 );
    /* IE6-9 */
    border: none;
    text-transform: uppercase;
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    border-top: 1px solid #ff8900;
    transition: none;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 2px 4px; }
    .main-cta .btn-brand:hover, .main-cta .btn-brand:focus {
      border-top: 1px solid #ffd28a;
      background: #FFA133;
      /* Old browsers */
      background: -moz-linear-gradient(top, #ffa133 0%, #ff3d00 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa133), color-stop(100%, #ff3d00));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #ffa133 0%, #ff3d00 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #ffa133 0%, #ff3d00 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ffa133 0%, #ff3d00 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #ffa133 0%, #ff3d00 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFA133', endColorstr='#ff3d00',GradientType=0 );
      /* IE6-9 */
      box-shadow: inset #ffb644 0 1px 0, #fb5c13 0 0 30px; }
    .main-cta .btn-brand small {
      text-transform: uppercase;
      font-size: 22px;
      font-weight: 300;
      margin: 0;
      opacity: 0.7;
      position: relative;
      top: -4px; }
  .main-cta .desc h2 {
    font-size: 1.8rem;
    font-family: "Poppins", sans-serif;
    line-height: 2.5rem; }

.styled {
  font-size: 1rem;
  line-height: 1.2rem;
  font-family: "Open Sans", Arial; }

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 260px;
  text-align: center;
  background: #f1f1f1;
  border-top: 3px solid #dcdcdc;
  padding-top: 60px; }
footer img {
    max-height: 100px;
}
  footer ul {
    margin: 0; }
    footer ul li {
      display: inline-block; }
      footer ul li a {
        width: 100%;
        font-size: 0.8rem;
        opacity: 0.5;
        color: #000;
        font-weight: 300;
        padding: 0.7rem 0.6rem;
        border-radius: 2px;
        text-decoration: none; }
        footer ul li a:hover {
          text-decoration: none;
          color: #dca815;
          opacity: 1;
          background: #272727; }

/* Sticky footer styles
-------------------------------------------------- */
@media only screen and (max-width: 1000px) {
  body .container {
    padding-left: 0;
    padding-right: 0; }

  #header .logo-wrap {
    width: 100% !important;
    text-align: center; }
  #header .secure-wrap {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  body .form-box .form-group label {
    text-align: left; }
  body #main .content {
    padding: 0;
    margin: 0; }
  body .form-box header h3 {
    width: 100%;
    text-align: center !important; }
  body #support {
    padding: 15px;
    background: transparent; }
  body #checkout-sidebar {
    padding-left: 1rem; }
  body #guaranteed ul li {
    padding: 20px 20px 0 80px; } }
