@charset "UTF-8";
/* CSS Document */

/*----- GIBSON -----*/
@font-face {
  font-family: 'Gibson';
  src: url('https://assets.1729research.com/common/fonts/gibson/gibson-webfont.eot');
  src: url('https://assets.1729research.com/common/fonts/gibson/gibson-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://assets.1729research.com/common/fonts/gibson/gibson-webfont.woff') format('woff'),
    url('https://assets.1729research.com/common/fonts/gibson/gibson-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/*----- GIBSON SEMIBOLD -----*/
@font-face {
  font-family: 'Gibson';
  src: url('https://assets.1729research.com/common/fonts/gibson/gibson-semibold-webfont.eot');
  src: url('https://assets.1729research.com/common/fonts/gibson/gibson-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://assets.1729research.com/common/fonts/gibson/gibson-semibold-webfont.woff') format('woff'),
    url('https://assets.1729research.com/common/fonts/gibson/gibson-semibold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*----- CASLON -----*/
@font-face {
  font-family: "Caslon";
  src: url("https://assets.1729research.com/common/fonts/caslon/ACaslonPro-Regular.eot");
  src: url("https://assets.1729research.com/common/fonts/caslon/ACaslonPro-Regular.eot?#iefix") format("embedded-opentype"),
    url("https://assets.1729research.com/common/fonts/caslon/ACaslonPro-Regular.woff") format("woff"),
    url("https://assets.1729research.com/common/fonts/caslon/ACaslonPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*----- CASLON BOLD -----*/
@font-face {
  font-family: "Caslon";
  src: url("https://assets.1729research.com/common/fonts/caslon/ACaslonPro-Bold.eot");
  src: url("https://assets.1729research.com/common/fonts/caslon/ACaslonPro-Bold.eot?#iefix") format("embedded-opentype"),
    url("https://assets.1729research.com/common/fonts/caslon/ACaslonPro-Bold.woff") format("woff"),
    url("https://assets.1729research.com/common/fonts/caslon/ACaslonPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/*----- TIEMPOS HEADLINE REGULAR -----*/
@font-face {
  font-family: 'Tiempos';
  src: url('https://assets.1729research.com/common/fonts/tiempos/TiemposHeadline-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/*----- TIEMPOS HEADLINE MEDIUM - CALLING THIS BOLD -----*/
@font-face {
  font-family: 'Tiempos';
  src: url('https://assets.1729research.com/common/fonts/tiempos/TiemposHeadline-Medium.eot');
  src: url('https://assets.1729research.com/common/fonts/tiempos/TiemposHeadline-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://assets.1729research.com/common/fonts/tiempos/TiemposHeadline-Medium.woff') format('woff'),
    url('https://assets.1729research.com/common/fonts/tiempos/TiemposHeadline-Medium.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

/*
==================================================================================
BEGIN LAYOUT
==================================================================================
*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
}

article {
  background: none;
  height: auto;
  min-height: 100%;
  overflow: hidden;
}

.main-middle {
  border: none;
  box-shadow: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  min-height: auto;
  padding: 0 10px;
}

.row {
  margin: 0;
}

.main-middle .row {
  background-color: transparent;
  margin-top: 34px;
  position: relative;
}

.main-middle.order-form {
  padding-top: 0;
  max-width: 750px;
}

.col-content {
  float: left;
  min-height: 1px;
  max-width: 100%;
  width: 650px;
}

.col-content.centered {
  background-color: transparent;
  float: none;
  padding: 0 0 40px;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
}

.arrow-tab {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  display: table;
  height: 120px;
  width: 120px;
  line-height: normal;
  text-align: center;
  margin: -90px auto 0;
  padding-top: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 11;
}

.arrow-tab img {
  width: 50%;
}

.chart-wide {
  display: block;
  margin: 20px auto;
  width: 100%;
}

.imgCenter {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}

.chart-img {
  border: 1px solid #cfc9c9;
  margin-bottom: 30px;
}

.big-bundle {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
}

.big-check {
  width: 50px;
  margin: 0 2px -8px 0;
  position: relative;
  top: -12px;
}

@media screen and (min-width: 1000px) {
  .br-mobile {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .br-hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .col-content {
    float: none;
    width: 100%;
  }
}

/*
==================================================================================
END LAYOUT
==================================================================================
*/

/*
==================================================================================
BEGIN EXIT POP
==================================================================================
*/
#exitpopup {
  display: none;
  height: auto;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
  position: fixed;
  z-index: 999999;
}

#exitpopup .innerCopy {
  background: #fff;
  border: 6px solid #c00;
  border-radius: 0;
  position: relative;
  text-align: left;
  color: #000;
  padding: 32px 40px;
}

#exitpopup_bg {
  display: none;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgb(0, 0, 0);
  opacity: 0.8;
  z-index: 999998;
}

#exitpopup h2 {
  color: #c00;
  font-family: "Gibson", arial, sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 1;
  margin: 0 auto 0.5em;
}

#exitpopup p {
  color: #000;
  font-family: "Gibson", arial, sans-serif;
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 0.8em;
}

#exitpopup p.closeMe {
  font-size: 16px !important;
  line-height: 1.2;
  margin: 24px auto 0;
  text-align: center;
}

#exitpopup p.disclaimer {
  font-size: 12px;
  line-height: 1.2;
}

#exitpopup a.red {
  background: #de0000;
  border-top: 1px solid #ff9999;
  border-bottom: 1px solid #920000;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Gibson", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 15px;
  width: 320px;
  max-width: 100%;
  cursor: pointer;
}

#exitpopup a.blue {
  background: #2b669a;
  border-top: 1px solid #55afff;
  border-bottom: 1px solid #1d3456;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Gibson", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  margin: 10px auto;
  padding: 15px;
  width: 320px;
  max-width: 100%;
  cursor: pointer;
}

/*
==================================================================================
END EXIT POP
==================================================================================
*/

/*
==================================================================================
BEGIN TYPOGRAPHY FOR PARAS AND HEADINGS
==================================================================================
*/
strong {
  font-family: inherit;
}

a {
  color: #004ddd;
}

a:hover {
  color: #003ba8;
}

p, li {
  color: #000000;
  font-family: "Caslon", georgia, serif;
  font-size: 26px;
  line-height: 1.25;
  margin: 0 auto 1.2em;
  text-align: left;
}

h1 {
  color: #000000;
  font-family: "Tiempos", "Times", serif;
  font-size: 58px;
  line-height: 1.1;
  letter-spacing: -.015em;
  margin: 0 0 24px;
  padding: 0;
  position: relative;
  text-align: center;
}

h2, h3 {
  color: #000000;
  font-family: "Gibson", arial, sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.store-form h3 {
  font-size: 34px;
  text-align: center;
  margin-bottom: 0.5em;
}

.start-now {
  font-family: "Gibson", arial, sans-serif;
  font-size: 28px;
  font-weight: bold;
  margin: 1.25em 0 0.5em;
  text-align: center;
}

.testimonial {
  background: transparent url("https://assets.1729research.com/common/icons/quotes-blue.png") no-repeat scroll 0 -4px / 92px;
  border: none;
  color: #333333;
  font-family: "Gibson", arial, sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.15;
  height: auto;
  margin: 0 auto 20px;
  min-height: 70px;
  padding: 22px 0 0 14px;
  max-width: 640px;
  width: 100%;
}

.testimonial span {
  display: block;
  font-family: "Gibson", arial, sans-serif;
  font-size: 75%;
  margin-top: 0.5em;
  text-transform: capitalize;
  text-align: right;
}

.pull-quote {
  border-top: 2px solid #a8a8a8;
  float: right;
  padding: 20px;
  width: 400px;
  margin: 10px 0 20px -60px;
  position: relative;
  right: -100px;
  text-align: right;
}

.pull-quote::before {
  background-color: #a8a8a8;
  content: "";
  height: 2px;
  position: absolute;
  right: 1px;
  top: -1px;
  transform: rotate(-120deg);
  transform-origin: top right;
  width: 35px;
  z-index: 1;
}

.pull-quote div {
  background-color: #666666;
  border: 2px solid #a8a8a8;
  border-radius: 50%;
  left: -18px;
  top: -24px;
  opacity: 1;
  position: absolute;
}

.pull-quote div img {
  width: 44px;
  padding: 9px;
}

.pull-quote p {
  color: #ea8e22;
  font-family: "Gibson-SemiBold", arial, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  margin-bottom: 0;
}

.chart-disclosure {
  font-size: 12px;
  color: #777777;
}

p.disclaimer {
  color: #777777;
  font-family: sans-serif;
  font-size: 12px !important;
  line-height: 1.25;
  margin: 0 auto 20px;
  width: 92%;
}

@media screen and (max-width: 1000px) {
  .pull-quote {
    right: 0;
    margin-left: 40px;
    width: 350px;
  }
}

@media screen and (max-width: 600px) {
  p, li {
    font-size: 22px;
    line-height: 1.33;
  }

  .pull-quote {
    display: block;
    float: none;
    margin: 40px auto 10px;
    max-width: 90%;
  }
}

@media screen and (max-width: 500px) {
  p, li {
    font-size: 21px;
  }

  h1 {
    font-size: 40px;
  }

  h2, h3 {
    font-size: 32px;
  }

  .testimonial {
    font-size: 20px;
  }
}

@media screen and (max-width: 400px) {
  p, li {
    font-size: 20px;
  }
}

@media screen and (max-width: 360px) {
  p, li {
    font-size: 19px;
  }
}

@media screen and (max-width: 320px) {
  p, li {
    font-size: 18px;
  }
}

/*
==================================================================================
END TYPOGRAPHY FOR PARAS AND HEADINGS
==================================================================================
*/

/*
==================================================================================
BEGIN HEADER
==================================================================================
*/
header h3 {
  color: #fff;
  font-family: "Gibson", arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

header.order {
  background-color: #000;
  height: auto;
  position: relative;
  width: 100%;
  top: 0;
}

header.order .inner {
  margin: 0 auto;
  padding: 6px 10px;
  max-width: 1200px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
}

header.order .inner .thirds {
  -ms-flex: 1 1 230px;
  -webkit-flex: 1 1 230px;
  flex: 1 1 230px;
}

header.order .imglogo {
  width: 140px;
  display: block;
  margin: auto;
}

header.order h3 img {
  height: 20px;
  margin-right: 5px;
  top: -2px;
  position: relative;
}

header a.phone-link {
  color: #ffffff;
  text-decoration: none;
}

header a.phone-link:hover, header a.phone-link:active {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

@media screen and (max-width: 1000px) {
  header.order .imglogo {
    margin: 0;
  }

  header.order .inner .thirds:nth-child(3)>h3 {
    float: right;
  }
}

@media screen and (max-width: 900px) {
  header.order .imglogo {
    width: 130px;
  }

  header h3 {
    font-size: 15px;
  }
}

@media screen and (max-width: 800px) {
  header h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  header.order .inner .thirds {
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }

  header.order .imglogo {
    margin: 0;
  }

  header.order .inner .thirds:nth-child(2)>h3 {
    float: right;
  }

  header.order .inner .thirds:nth-child(3)>h3 {
    border-top: 1px solid #444;
    margin-top: 6px;
    padding-top: 6px;
    float: none;
  }
}

@media screen and (max-width: 600px) {
  header.order .imglogo {
    width: 120px;
  }

  header h3 {
    font-size: 13px;
  }
}

@media screen and (max-width: 500px) {
  header.order {
    height: auto;
  }

  header.order .imglogo {
    width: 110px;
  }
}

@media screen and (max-width: 360px) {
  header.order .imglogo {
    width: 100px;
    float: none;
  }

  header h3 {
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
  }
}

@media screen and (max-width: 300px) {
  header h3 {
    font-size: 11px;
  }
}

/*
==================================================================================
END HEADER
==================================================================================
*/

/*
==================================================================================
BEGIN FOOTER
==================================================================================
*/
footer {
  margin: 0 auto;
  padding: 20px 0;
}

.bottom-footer {
  background-color: transparent;
  height: auto;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
}

.bottom-footer p {
  color: #000000;
  font-family: sans-serif;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

/*
==================================================================================
END FOOTER
==================================================================================
*/

/*
==================================================================================
BEGIN TOP SHOWCASE
==================================================================================
*/
.showcase-intro {
  background: #000 none repeat scroll center center / cover;
  height: 320px;
  overflow: hidden;
  position: relative;
  -webkit-transition: opacity 1s ease 0s;
  -ms-transition: opacity 1s ease 0s;
  transition: opacity 1s ease 0s;
}

.showcase-intro.large {
  height: 680px;
  width: 100%;
}

.showcase-intro.hl-header {
  height: auto;
  width: 100%;
}

.showcase-intro.confirm {
  height: 400px;
  width: 100%;
}

.showcase-inner {
  color: #fff;
  left: 50%;
  margin: 0 auto;
  max-width: 1300px;
  padding: 30px 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 95%;
  z-index: 6;
}

.showcase-inner.reg-hl {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  padding: 90px 0 0;
}

.showcase-inner h1 {
  color: #fff;
  font-family: "Gibson-SemiBold", arial, helvetica, sans-serif;
  font-size: 50px;
  line-height: 1.05;
  margin: 0 0 40px;
  padding: 0;
  text-align: center;
}

.showcase-inner.hero h1 {
  text-align: center;
  font-family: "Tiempos", georgia, serif;
  font-size: 90px;
  line-height: 1.1;
  margin: 0 auto 20px;
}

.showcase-inner.reg-hl h1 {
  color: #000;
  text-align: center;
  font-family: "Tiempos", georgia, serif;
  font-size: 90px;
  line-height: 1.1;
  margin: 0 auto 20px;
}

.showcase-inner.reg-hl .confirmation-hl {
  font-size: 70px;
}

.showcase-inner h3 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  max-width: 1000px;
  position: relative;
  width: 100%;
  margin: 0px auto 20px;
}

.showcase-inner.hero h3 {
  padding: 0 10px;
  max-width: 100%;
  font-size: 30px;
}

.showcase-inner.reg-hl h3 {
  color: #000;
  padding: 0 10px;
  max-width: 100%;
  font-size: 30px;
}

.showcase-inner h3.kicker {
  font-size: 22px;
  font-family: "Gibson", arial, sans-serif;
  color: #fff;
  margin: 6px auto 20px;
}

.showcase-inner.promo h1 {
  color: #fff;
  font-family: "Gibson-SemiBold", arial, helvetica, sans-serif;
  font-size: 50px;
  line-height: 1.1;
  margin: 0 0 40px;
  padding: 0 30px;
  text-align: center;
}

.showcase-inner.promo h3 {
  color: #000;
  font-size: 50px;
  text-align: center;
  max-width: 900px;
  position: relative;
  width: 100%;
  margin: 20px auto 0;
}

.showcase-image {
  bottom: auto;
  height: 100%;
  left: 50%;
  opacity: 0.6;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}

.showcase-image.hl-header {
  opacity: 1;
  width: 100%;
  height: auto;
  max-width: 900px;
  min-width: auto;
  min-height: auto;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.showcase-video {
  bottom: auto;
  display: block;
  opacity: 0.45;
  height: auto;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}

.home-scroll {
  bottom: -55px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
  width: 100%;
}


.home-scroll p {
  color: #fff;
  font-family: "Gibson", arial, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: relative;
  bottom: 10px;
  opacity: 0;
  animation: home-p 0.6s ease-out 2.5s 1 forwards;
}

@keyframes home-p {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    bottom: 2px;
  }
}

.home-scroll img {
  display: block;
  margin: 5px auto;
  opacity: 0;
  position: relative;
  bottom: 10px;
  width: 20px;
  animation: home-img 0.6s ease-out 2.7s 1 forwards;
}

@keyframes home-img {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}

@media screen and (max-height: 700px) {
  .showcase-intro.large {
    height: 650px;
  }
}

@media screen and (max-width: 1250px) {
  .showcase-inner.hero h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 1100px) {
  .showcase-intro.large {
    height: 600px;
  }

  .showcase-inner.hero h1 {
    font-size: 70px;
  }

  .showcase-inner.hero h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 900px) {
  .showcase-inner h3 {
    font-size: 34px;
  }
}

@media screen and (max-width: 768px) {
  .showcase-intro.large {
    height: 650px;
  }

  .showcase-inner h1 {
    font-size: 46px;
  }

  .showcase-inner.reg-hl h1 {
    font-size: 80px;
  }

  .showcase-inner h3 {
    font-size: 24px;
  }

  .showcase-inner.hero h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 650px) {
  .showcase-inner.hero h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 500px) {
  .showcase-intro.large {
    height: 600px;
  }

  .showcase-inner.hero h1 {
    font-size: 46px;
  }

  .showcase-inner.reg-hl h1 {
    font-size: 60px;
  }

  .showcase-inner.hero h3 {
    font-size: 20px;
  }

  .showcase-image.hl-header {
    top: 20px;
  }
}

/*
==================================================================================
END TOP SHOWCASE
==================================================================================
*/

/*
==================================================================================
BEGIN CUSTOM NUMBERS FOR ORDERED LISTS, PARAS OR HEADINGS
==================================================================================
*/
.numbered {
  margin-left: 16px;
  padding-left: 24px;
  padding-top: 4px;
  position: relative;
}

.numbered::before {
  background-color: #1d7112;
  border-radius: 50%;
  color: #fff;
  content: attr(data-number);
  font-family: "Gibson-SemiBold", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -15px;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol.custom-numbers {
  counter-reset: section;
  list-style-type: none;
  padding-inline-start: 3rem;
  margin-top: 30px;
}

li.numbered {
  margin-left: 0;
}

li.numbered::before {
  counter-increment: section;
  content: counter(section);
}


.numbered::before {
    color: #fff;
    content: counter(counter);
    font-family: "Gibson", sans-serif;
    font-size: 80%;
    font-weight: bold;
    left: -1em !important;
    background-color: #308034;
    line-height: 1.1;
    border-radius: 50%;
    padding: 5px 8px;
    width: 28px !important;
    height: 28px !important;
    position: absolute;
    text-align: center;
    top: 3px;
}

/*
==================================================================================
END CUSTOM NUMBERS FOR ORDERED LISTS, PARAS OR HEADINGS
==================================================================================
*/

/*
==================================================================================
BEGIN IMAGE BULLETS WITH PARAGRAPHS
==================================================================================
*/
.asterisk {
  background: transparent url("https://assets.1729research.com/common/icons/icon-asterisk-1.png") no-repeat scroll 0 0 / 1.4em;
  margin-left: 0.2em;
  padding-left: 1.7em;
  padding-top: 0.2em;
}

.asterisk-2 {
  background: transparent url("https://assets.1729research.com/common/icons/icon-asterisk-2.png") no-repeat scroll 0 0 / 1.4em;
  margin-left: 0.2em;
  padding-left: 1.7em;
  padding-top: 0.2em;
}

.asterisk-3 {
  background: transparent url("https://assets.1729research.com/common/icons/icon-asterisk-3.png") no-repeat scroll 0 0 / 1.25em;
  margin-left: 0.3em;
  padding-left: 1.6em;
  padding-top: 0.2em;
}

.bullets {
  background: transparent url("https://assets.1729research.com/common/icons/bullet-angle-circle-green.png") no-repeat scroll 0 4px / 24px;
  margin-left: 16px;
  padding-left: 40px;
  padding-top: 4px;
  margin-bottom: 10px;
}

.bullets:last-of-type {
  margin-bottom: 22px;
}

.bullets.red {
  background: transparent url("https://assets.1729research.com/common/icons/bullet-target-red.png") no-repeat scroll 0 0 / 30px;
}

.bullets.green {
  background: transparent url("https://assets.1729research.com/common/icons/bullet-target-green.png") no-repeat scroll 0 0 / 30px;
}

.bullets.warning {
  background: transparent url("https://assets.1729research.com/common/icons/icon-warning.png") no-repeat scroll 0 0 / 30px;
}

.bullets.check {
  margin-bottom: 20px;
  padding-left: 34px;
  background: transparent url("https://assets.1729research.com/common/icons/bullet-check-green.png") no-repeat scroll 0 0 / 24px;
  padding-top: 0;
}

/*
==================================================================================
END IMAGE BULLETS WITH PARAGRAPHS
==================================================================================
*/

/*
==================================================================================
BEGIN ORDER FORM BANNER
==================================================================================
*/
.banner {
  background-color: #f7f7f7;
  border-bottom: 1px solid #333;
}

.banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  max-width: 900px;
  width: 100%;
}

.banner-inner .banner-image-left {
  background-color: #f7f7f7;
  border: 1px solid #333;
  border-radius: 50%;
  margin: 0 12px -46px 0;
  width: 80px;
  float: left;
  position: relative;
  top: -6px;
}

.banner-inner .banner-image-right {
  float: right;
  height: 34px;
  margin: 0 0 0 12px;
}

.banner-inner h3 {
  font-family: "Gibson", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 800px) {
  .banner-inner h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .banner-inner .banner-image-left {
    width: 70px;
    margin-right: 10px;
    top: -12px;
  }

  .banner-inner .banner-image-right {
    display: none;
  }

  .banner-inner h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  .banner-inner {
    padding: 6px 10px;
  }

  .banner-inner .banner-image-left {
    margin-bottom: 0;
    top: 0;
  }
}

/*
==================================================================================
END ORDER FORM BANNER
==================================================================================
*/

/*
==================================================================================
BEGIN ITEMIZED CHECKMARK BOX FOR ORDER FORM
==================================================================================
*/
.storeOF {
  background-color: #f7f7f7;
  border: 2px solid #166a16;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  padding: 34px 34px 20px;
  margin: 40px auto 50px;
  position: relative;
}

.storeOF .caret-down {
  background-color: #ffffff;
  border: 2px solid #166a16;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
}

.storeOF h3 {
  color: #c00000;
  font-size: 34px;
  text-align: left;
  margin-bottom: 0.5em;
}

.storeOF p {
  color: #111111;
  font: normal 20px/1.2 'Gibson', sans-serif;
  text-align: left;
  margin: 0 0 5px 70px;
  padding-bottom: 10px;
}

.storeOF p.bullets {
  padding-left: 30px;
  margin-left: 0;
  margin-bottom: 8px;
  max-width: 100%;
  padding-top: 3px;
  background: transparent url(https://assets.1729research.com/common/icons/bullet-check-green.png) no-repeat scroll 0 3px / 21px;
}

@media screen and (max-width: 500px) {
  .storeOF {
    padding: 34px 20px 20px;
  }

  .storeOF h3 {
    font-size: 30px;
  }

  .storeOF p, .storeOF p.bullets {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.25;
  }
}

/*
==================================================================================
END ITEMIZED CHECKMARK BOX FOR ORDER FORM
==================================================================================
*/

/*
==================================================================================
BEGIN SIDE IMAGES AND SIDEBAR IMAGES WITH CAPTION - WITHIN MAIN COPY
==================================================================================
*/
.sidebar {
  border-left: 1px solid #a8a8a8;
  float: right;
  margin: 0 0 20px -60px;
  padding: 20px;
  position: relative;
  right: -100px;
  width: 400px;
}

.sidebar p {
  font-family: "Gibson", arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.sidebar img {
  width: 100%;
  margin: 10px auto;
}

.sidebar .bullets {
  background: transparent url("https://assets.1729research.com/common/icons/bullet-target-green.png") no-repeat scroll 0 0 / 22px;
  padding-left: 30px;
  padding-top: 1px;
  margin-left: 4px;
}

.side-image {
  float: right;
  width: 250px;
  margin-left: 20px;
}

.side-image-left {
  float: left;
  width: 200px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .sidebar {
    margin-left: 20px;
    width: 360px;
    right: 0;
  }
}

@media screen and (max-width: 600px) {
  .sidebar {
    border: none;
    border-top: 1px solid #a8a8a8;
    border-bottom: 1px solid #a8a8a8;
    float: none;
    max-width: 360px;
    width: 100%;
    margin: 20px auto;
    right: 0;
  }
}

@media screen and (max-width: 500px) {
  .side-image {
    float: none;
    display: block;
    margin: 10px auto;
    width: 200px;
  }
}

/*
==================================================================================
BEGIN SIDE IMAGES AND SIDEBAR IMAGES WITH CAPTION - WITHIN MAIN COPY
==================================================================================
*/

/*
==================================================================================
BEGIN GUARANTEE BOX
==================================================================================
*/
.guarantee-container {
  background-color: #f7f7f7;
  border: 4px solid #074a85;
  outline: 10px solid #ffffff;
  box-shadow: 0 0 30px rgb(0 0 0 / 25%), 0 0 4px 10px rgb(0 0 0 / 15%);
  vertical-align: middle;
  box-sizing: border-box;
  padding: 30px 30px 16px;
  margin: 0 auto 40px;
  position: relative;
  max-width: 700px;
  width: 100%;
}

.guarantee-container h3 {
  font-size: 34px;
  line-height: 1.15;
  margin-bottom: 0.75em;
}

.guarantee-container p {
  color: #111111;
  font-family: 'Gibson', sans-serif;
  font-size: 22px;
  line-height: 1.2;
  text-align: left;
}

.guarantee-container .side-image {
  width: 180px;
  margin: 0 0 20px 20px;
}

.guarantee-signoff {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  border-top: 1px dotted #000000;
  margin-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}

.guarantee-signoff>div {
  flex: 0 1 auto;
}

.guarantee-signoff>div>p {
  font-size: 18px;
  margin: 0;
}

img.guarantee-headshot {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 100px;
  max-width: 100%;
}

img.guarantee-signature {
  display: block;
  margin: 0 0 10px;
  width: 110px;
  max-width: 100%;
}

@media screen and (max-width: 500px) {
  .guarantee-container {
    padding: 24px 24px 0;
  }

  .guarantee-container p {
    font-size: 18px;
    line-height: 1.25;
  }

  .guarantee-container h3 {
    font-size: 28px;
  }

  .guarantee-container .side-image {
    margin: 20px auto;
  }

  img.guarantee-headshot {
    width: 90px;
  }

  img.guarantee-signature {
    width: 100px;
  }

  .guarantee-signoff>div>p {
    font-size: 15px;
  }
}

/*
==================================================================================
END GUARANTEE BOX
==================================================================================
*/

/*
==================================================================================
BEGIN COUNTDOWN TIMER FOR ORDER FORM
==================================================================================
*/
#event-timer {
  border-bottom: 1px solid #aaaaaa;
  color: #000;
  font-family: "Gibson", arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 30px;
  padding-bottom: 24px;
  text-align: center;
  text-transform: uppercase;
}

#event-timer>div {
  border-right: 1px dashed rgba(0, 0, 0, 0.45);
  display: inline-block;
  margin-right: 20px;
  padding-right: 20px;
  text-align: center;
}

#event-timer>div:last-child, #lead-clock .time-unit:last-child {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}

#event-timer span {
  color: #c00;
  display: block;
  font-size: 80px;
  line-height: 1;
  margin-bottom: -8px;
  padding-top: 10px;
  font-weight: 700;
}

@media screen and (max-width: 500px) {
  #event-timer {
    font-size: 14px;
  }

  #event-timer>div {
    margin-right: 10px;
    padding-right: 10px;
  }

  #event-timer span {
    font-size: 50px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 360px) {
  #event-timer span {
    font-size: 42px;
  }
}

/*
==================================================================================
END COUNTDOWN TIMER FOR ORDER FORM
==================================================================================
*/

/*
==================================================================================
BEGIN ORDER FORM ITEMS BREAKDOWN
==================================================================================
*/
.report-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: nowrap;
  flex-flow: nowrap;
  margin-bottom: 40px;
}

.report-column {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 10px;
  width: 35%;
}

.report-column img {
  display: block;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  width: 100%;
}

.teaser-column {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 65%;
}

.chapter-header {
  border-bottom: 1px solid #bbb;
  font-family: "Gibson", arial, sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.chapter-header span {
  color: #c00;
  display: block;
  font-size: 20px;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 500px) {
  .report-container {
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }

  .report-column, .teaser-column {
    width: 100%;
    padding: 0;
  }

  .report-column img {
    width: 100%;
    max-width: 340px;
  }

  .chapter-header {
    font-size: 28px;
  }
}

/*
==================================================================================
END ORDER FORM ITEMS BREAKDOWN
==================================================================================
*/

/*
==================================================================================
BEGIN OFFER PRICING TABLE
==================================================================================
*/
table.offer {
  font-family: "Gibson", sans-serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  margin: 20px auto 30px;
  max-width: 520px;
  width: 100%;
}

table.offer th, table.offer td {
  padding: 0 0 8px 0;
}

table.offer td {
  padding-left: 10px;
  text-align: right;
}

table.offer tr.credit {
  font-size: 80%;
}

table.offer tr.credit th {
  padding-left: 10px;
}

table.offer tr.credit td {
  color: #c00000;
}

table.offer tr.your-price {
  border-top: 1px solid #aaa;
  font-size: 30px;
}

table.offer tr.your-price th, table.offer tr.your-price td {
  line-height: 1;
  padding-top: 8px;
}

.final-price {
  color: #007928;
  font-size: 110%;
  position: relative;
}

.final-price::before {
  content: "";
  position: absolute;
  background-image: url(https://assets.1729research.com/common/icons/circle-red.png);
  background-size: 170px;
  background-repeat: no-repeat;
  width: 170px;
  height: 80px;
  left: -28px;
  top: -28px;
}

@media screen and (max-width: 500px) {
  table.offer {
    font-size: 20px;
  }

  table.offer tr.your-price {
    font-size: 26px;
  }

  .final-price::before {
    background-size: 150px;
    left: -24px;
    top: -24px;
  }
}

@media screen and (max-width: 400px) {
  table.offer tr.your-price {
    font-size: 24px;
  }

  .final-price::before {
    background-size: 140px;
  }
}

/*
==================================================================================
END OFFER PRICING TABLE
==================================================================================
*/

/*
==================================================================================
BEGIN ORDER FORM STYLING - CUSTOMER AND PAYMENT INFO FORM FONTS AND INPUTS
==================================================================================
*/
input {
  color: #000000;
  margin: 0 auto;
  vertical-align: middle;
}

.store-form-container {
  background-color: #fafafa;
  border: 3px solid #aaa;
  padding: 0 2rem 2rem;
  width: 100%;
  border-radius: 8px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.store-form-container p {
  font-family: 'Gibson', sans-serif;
  font-size: 22px;
  margin: 0 auto;
}

.store-form {
  background-color: transparent;
  border: none;
  padding: 15px 0 20px;
  margin: 0 auto 30px;
  position: relative;
  text-align: left;
}

.store-form .form-group {
  display: block;
  margin-bottom: 0.75rem;
  text-align: left;
}

.store-form .form-control {
  background-color: #fff;
  display: block;
  width: 100%;
  max-width: 100%;
}

.customer-info, #zuora_payment {
  position: relative;
  left: 0;
  width: 100%;
  max-width: 220px;
  margin: auto;
}

.customer-info label, #zuora_payment label {
  color: #737373;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 13px;
  text-transform: capitalize;
  max-width: 100%;
  padding: 0 !important;
  margin-bottom: 2px;
}

.customer-info .form-control, #zuora_payment .form-control {
  height: 30px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.1);
  font-family: Verdana, sans-serif;
  font-size: 13px;
  line-height: 17px;
}

.customer-info .form-control::placeholder {
  color: #aaaaaa;
}

.customer-info .form-control:focus, .customer-info .form-control:focus-visible {
  outline: 1px auto #005fcc;
  outline-offset: 0;
}

.secure-tab {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  margin: 0 auto;
  padding: 10px 12px 8px;
  width: 100%;
  max-width: 240px;
  position: relative;
  top: -22px;
}

.store-form-container .secure-tab p {
  font-family: 'Gibson', sans-serif;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}

.secure-tab p img {
  height: 20px;
  margin-right: 5px;
  top: -2px;
  position: relative;
}

.store-error {
  display: none;
  margin-top: 0.14rem;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #d00;
}

.store-form button.store-submit {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%) #0069d9;
  border: 1px solid;
  border-color: #0063cc #003975 #003975 #0063cc;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Gibson", arial, sans-serif;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 auto 20px;
  padding: 0.6em 0.75em;
  text-decoration: none;
  width: 250px;
  max-width: 100%;
}

.store-form button.store-submit:hover, .store-form button.store-submit:active, .store-form button.store-submit:focus {
  background-color: #0051a8;
  border-color: #0063cc #003975 #003975 #0063cc;
}

.store-form button.store-submit.green {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%) #49a229;
  border-color: #2d9f1e #1b6a11 #1b6a11 #2d9f1e;
}

.store-form button.store-submit.green:hover, .store-form button.store-submit.green:active, .store-form button.store-submit.green:focus {
  background-color: #398f22;
  border-color: #2d9f1e #1b6a11 #1b6a11 #2d9f1e;
}

.store-form button.store-submit.red {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%) #b52727;
  border-color: #9a1d1d #651010 #651010 #9a1d1d;
}

.store-form button.store-submit.red:hover, .store-form button.store-submit.red:active, .store-form button.store-submit.red:focus {
  background-color: #9a1d1d;
  border-color: #9a1d1d #651010 #651010 #9a1d1d;
}

#z_hppm_iframe {
  position: relative;
  left: -23px;
  min-width: 270px;
  /*	height: 690px;*/
}

.secure-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  flex-flow: wrap;
  margin: 30px auto;
  border: none;
  padding: 0;
}

.secure-column {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0 20px;
  width: 50%;
}

.secure-column:first-of-type {
  border-right: 1px solid #bbbbbb;
}

.secure-column h3 {
  font-size: 26px;
  margin: 10px 0;
  text-align: left;
}

.secure-column p {
  font-family: "Gibson", arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.secure-column img {
  position: relative;
  width: 36px;
}

@media screen and (max-width: 650px) {
  .secure-column {
    width: 100%;
    margin-bottom: 0;
  }

  .secure-column:first-of-type {
    border-right: none;
  }
}

@media screen and (max-width: 500px) {
  .store-form-container {
    padding: 0 1.5rem 1.5rem;
  }

  .store-form-container p {
    font-size: 20px;
  }

  .store-form h3 {
    font-size: 28px;
  }

  .secure-column {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 360px) {
  .main-middle.order-form {
    max-width: 100%;
    padding: 0;
  }

  .store-form-container {
    border: none;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 0 1rem 1.5rem;
    border-radius: 0;
  }

  .secure-container {
    border: none;
  }
}

/*
==================================================================================
END ORDER FORM STYLING - CUSTOMER AND PAYMENT INFO FORM FONTS AND INPUTS
==================================================================================
*/

/*OSANO FOOTER START*/
.osano-cm-widget {
  display: none;
}

.footerRow {
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  justify-content: center;
  margin: 10px auto;
}

.footerItem {
  font-family: verdana, sans-serif;
  font-size: 12px;
  color: #454242;
  line-height: 20px;
  padding: 0 15px;
  border-right: 2px solid #bbb;
  text-decoration: none;
}

.footerItem:last-child {
  border-right: none;
}

.footerItem:hover {
  text-decoration: none;
  color: #454242;
}

@media (max-width: 960px) {
  .footerRow {
    flex-direction: column;
    text-align: center;
  }
}

#osano-cm-drawer-toggle--category_MARKETING--description {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size:
    12px;
  line-height: 1.375;
}

.osano-cm-description p, .osano-cm-view--type_consent p {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height:
    1.375;
}

.osano-cm-disclosure__toggle, .osano-cm-header {
  font-family: Verdana, sans-serif;
  font-size: 17.65px;
}

.osano-cm-header {
  font-family: "Gibson-SemiBold", arial, sans-serif;
  font-size: 17.65px;
  line-height: 1.375em;
  margin: 0 auto 0 0;
}

/*OSANO FOOTER END*/
