/* IE/Edge Responsive Viewport */

@-ms-viewport {
  width: device-width;
}

/* Offer Expired Resets */

.offer-expired {
  background: url(/_img/toolbox/icons/icon_important-60.png) no-repeat center 15px, linear-gradient(#d00, #800);
  border: 0 none;
  border-radius: 0;
  padding: 80px 1em 1em;
  text-align: center;
  width: auto;
  min-height: 0;
}

/* General Rules */

body {
  font-size: 100%;
font-family: 'Geomanist', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    color:#2d3192;
  font-family: 'Geomanist', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height:1.05em;
}

h1,
h2,
.h1,
.h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h1,
.h1 {
  font-size: 2.25em;
}

.no-list {
  margin: 1em auto;
}

.no-list li,
.fa-ul li {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
}

.image-float--right {
  margin: 0 auto;
  display: block;
}

@media (min-width: 30em) {
  .image-float--right {
    float: right;
    margin: 0 0 0.7em 0.6em;
  }
}

@media screen and (min-width: 24em) {
  h1,
  .h1 {
    font-size: 3em;
  }
}

@media screen and (min-width: 40em) {
  body {
    font-size: 110%;
  }
}

@media screen and (min-width: 60em) {
  body {
    font-size: 115%;
  }
}

/* Layout Rules */

.content {
  margin: 0;
  padding: 0;
}

.section {
  background-color: #fff;
  margin: 0 auto;
  padding:20px 5px;
}

.section h2:first-child {
  margin-top: .5em;
}

.wrap {
  margin: 0 auto;
  max-width: 50em;
  padding: 0.1em 1em;
}

/* Branding Section */

.section-branding .wrap {
  padding: 0.5em;
  text-align: center;
}

.section-branding img,
.section-branding p {
  display: block;
  margin: 0.5em auto;
}

@media screen and (min-width: 17em) {
  .section-branding .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* Eyebrow Section */

.section-eyebrow {
  background-color: #4b4e9f;
  /*background-image: linear-gradient(#eee 10%, #fff 60%, #fff 80%, #eee 90%); */
  background:#4b4e9f url(/_img/toolbox/p/wwt/wwt_gears.svg) top center no-repeat;
  background-size:cover;
  padding: 0.1em 0;
}

.section-eyebrow .wrap {
  /* background-color: #396f68; 
  border-radius: 0.5em;
  font-size: 1.25em; */
  max-width: 40em;
  margin: 1em auto;
}

.section-eyebrow h1,
.section-eyebrow .h1,
.section-eyebrow h2,
.section-eyebrow .h2 {
  color: #fff;
}

.section-eyebrow h1,
.section-eyebrow .h1 {
  margin: 0.1em auto 0.5em auto;
}

.player {
  background-color: #1c3734;
  border-radius: 0.5em;
  box-sizing: border-box;
  margin: 1em auto;
  max-width: 30em;
  padding: 1em;
  width: 95%;
}

.subhead-copy {
  font-size: 1.8em;
  font-weight: 400;
  margin: 0 0 1em;
}

/* Clock Section */

.section-clock {
  background-color: #444;
  padding:0;
}

.section-clock .wrap {
  padding: 0;
  max-width: 65em;
}

.section-clock-message {
  color: #fff;
  font-family: 'Geomanist', sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  padding: 0.5em 1em;
  text-align: center;
}

.time-remaining {
  background-color: #333;
  padding: 0.5em;
}

.timer {
  margin: 0 auto;
  text-align: center;
}

.timer-unit {
  border-radius: 0.25em;
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0.25em auto;
  min-width: 2.5em;
}

.unit {
  color: #fff;
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  margin-top: 0.5em;
  text-transform: uppercase;
}

@media screen and (min-width: 22em) {
  .timer-unit {
    font-size: 1.45em;
  }
}

@media screen and (min-width: 54em) {
  .section-clock .wrap {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-clock-message,
  .time-remaining {
    width: 33%;
  }

  .section-clock .order-button {
    font-size: 1em;
    display: block;
    /* margin: 0 auto; */
    padding: 0.4em 1em 0.5em;
  }

  .time-remaining {
    background: #343434;
    /* padding: 2em 0.5em; */
  }
}

/* Clock 2 */

.clock-2 {
  background-color: #5255a2;
  padding: 0;
}

.clock-2 .wrap {
  padding: 0;
  max-width: 65em;
}

.clock-2 .section-clock-message {
  color: #fff;
  font-family: 'Geomanist', sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0.5em 1em;
  text-align: center;
}

.clock-2 .time-remaining {
  background-color: #4b4e9f;
  padding: 0.1em;
}

.clock-2 .timer {
  margin: 0 auto;
  text-align: center;
}

.clock-2 .timer-unit {
  border-radius: 0.25em;
  color: #fff;
  display: inline-block;
  font-size: 1.75em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0.25em auto;
  min-width: 2.5em;
}

.clock-2 .unit {
  color: #fff;
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  margin-top: 0.5em;
  text-transform: uppercase;
}

@media screen and (min-width: 22em) {
  .clock-2 .timer-unit {
    font-size: 2em;
  }
}

@media screen and (min-width: 54em) {
  .clock-2 .wrap {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clock-2 .section-clock-message,
  .clock-2 .time-remaining {
    width: 50%;
  }

  .clock-2 .time-remaining {
    /* padding: 2em 0.5em; */
  }
}

/* Alert Section */

.section-alert {
  background-color: #fff153;
}

.section-alert h2 {
  margin: 1em auto 1em;
  max-width: 14em;
}

@media screen and (min-width: 28em) and (min-height: 37.5em) {
  .section-alert {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .section-clock {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .clock-2 {
    position: relative;
    z-index: 0;
  }
}

@media (min-width: 52em) {
  .section-alert h2 {
    max-width: none;
  }
}

/* Copy Section */

.section-copy .wrap {
  max-width: 40em;
}

.section-copy .fa-li {
 /* color: #2cb81f; */
 color:#4b4e9f;
}

/* Misc. Content */

.aside {
  background-color: #e9f5ff;
  border-radius: 0.5em;
  padding: 0.75em;
  margin: 1em auto 0;
  max-width: 85%;
}

.portrait {
  background-color: #ddd;
  border: 2px solid #cdcdcd;
  border-radius: 0.25em;
  margin: 1em auto;
  max-width: 9.5em;
  padding: 0.5em;
}

.callout {
  background-color: #d2eafd;
  border: 3px dashed #8acbfd;
  border-radius: 0.5em;
  padding: 0.75em;
  margin: 1em auto;
  max-width: 85%;
}

@media screen and (min-width: 30em) {
  .portrait-right {
    float: right;
    margin: 0 0 1em 1em;
  }
}

/* Fees Section */

.section-fees {
  background-color: #bfe2fd;
  background-image: linear-gradient(#969add 2%, #878bd8 9%, #878bd8 50%);
}

.section-fees .wrap {
  max-width: 70em;
  padding-bottom: 1em;
}

.section-fees .inner-wrap {
  margin: 0 auto;
  max-width: 42em;
}

.section-fees h2,
.section-fees .h2 {
  font-size: 2.5em;
}

.fee-list {
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2em;
}

.fee-list-copy {
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1em;
  margin: 0.25em auto 0.33em;
}

.fee-list-item {
  box-sizing: border-box;
  padding: 0 0.5em;
  width: 50%;
}

.fee-list-fee {
  color: #000;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0 auto 2em;
  max-width: 10em;
}

.fee-list-item img {
  border-radius: 0.5em;
  width: 80%;
}

@media screen and (min-width: 26em) {
  .fee-list-fee {
    font-size: 1.25em;
  }
}

@media screen and (min-width: 47em) {
  .fee-list-fee {
    font-size: 1em;
  }

  .fee-list-item {
    width: 25%;
  }
}

@media screen and (min-width: 60em) {
  .fee-list-fee {
    font-size: 1.25em;
  }
}

@media screen and (min-width: 70em) {
  .fee-list-fee {
    font-size: 1em;
  }

  .fee-list-item {
    width: 16.6%;
    width: calc(100% / 6);
  }
}

@media screen and (min-width: 79em) {
  .fee-list-fee {
    font-size: 1.1em;
  }
}

/* Offer Section */

.section-offer {
  background-color:#e2e3f6;
}

.section-offer .wrap {
  max-width: 46em;
}

.offer-box {
  background-color: #fff;
  border: 1px solid #2e7cad;
  margin: 1em auto;
  max-width: 23.5em;
}

.offer-box-offer {
  padding: 0.1em 1em;
}

.offer-box-title {
  background-color: #2e7cad;
  color: #fff;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 auto 1em;
  padding: 1em;
  text-align: center;
}

@media screen and (min-width: 49em) {
  .offer-box {
    float: right;
    margin: 0.5em 0 1em 1em;
  }

  .section-offer {
    padding-bottom: 1.5em;
  }
}

/* Guarantee Section */

.seal {
  margin: 1em auto;
}

.seal img {
  width: 13.6em;
}

@media screen and (min-width: 28.75em) {
  .seal img {
    float: right;
    margin: 0 0 1em 1em;
  }
}

/* Bio Section */

.profile img {
  width: 13.6em;
}

@media screen and (min-width: 30em) {
  .profile {
    float: left;
    margin: 0.5em 1em 1em 0;
  }
}

/* Bonus Section */

.section-bonuses {
  background-color: #eee;
}

.section-bonuses .wrap {
  max-width: 40em;
}

.bonus {
  background-color: #2b729e;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  padding: 0 5px 3px 5px;
}

/* FAQ Section */

.section-faq {
  background-color: #bfe2fd;
}

.section-faq .wrap {
  max-width: 60em;
}

.section-faq h3,
.section-faq strong {
  color: #2e7cad;
}

.faq-list-item {
  background-color: #fff;
  border: 2px solid #2e7cad;
  border-radius: 0.5em;
  margin: 1em auto;
  padding: 0.1em 1em;
}

@media screen and (min-width: 48em) {
  .section-faq {
    padding-bottom: 1em;
  }

  .faq-list {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .faq-list-item {
    box-sizing: border-box;
    margin: 0.5em;
    width: 45%;
  }

  .faq-list-item-long {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .faq-list-item-short {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* Testimonials Section */

.section-testimonials {
  background-color: #ddd;
}

.section-testimonials .wrap {
  max-width: 65em;
}

.section-testimonials .inner-wrap {
  margin: 0 auto;
  max-width: 50em;
}

.section-testimonials strong {
  color: #2e7cad;
}

.testimonial-list-item {
  background-color: #fff;
  border-radius: 0.5em;
  border: 2px solid #2e7cad;
  margin: 1em auto;
  padding: 0.1em 1em;
  width: 85%;
}

@media screen and (min-width: 64em) {
  .testimonial-list {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1em auto;
    width: auto;
  }

  .testimonial-list-item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .testimonial-list-item + .testimonial-list-item {
    margin-left: 1em;
  }
}

/* CTA Section */

.section-cta {
  background-color: #3a98d3;
}

.section-cta h2 {
  color: #fff;
}

/* Footer Section */

.section-footer {
  background-color: #333;
  color: #fff;
}

.section-footer a {
  color: #fff;
  text-decoration: underline;
}

.section-footer a:hover,
.section-footer a:focus {
  text-decoration: none;
}

/* Order Buttons */

a.order-button {
  background-color: #ff811b;
  border-radius:100px;
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  font-weight:bold;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0.5em 1em 0.5em;
}

a.order-button:hover,
a.order-button:focus,
a.order-button:active {
  color: #ff3;
}

a.order-button:active {
  background-color: #d36b18;
}

/* Artificial Breaks */

.section-offer h2 {
  max-width: 17em;
}
.section-testimonials h2 {
  max-width: 17em;
}

/* Utility Classes */

.group:before,
.group:after {
  content: '';
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}



/* 2021 addons*/

.fee-list-icon {
 background-color:#ffffff;
 border:8px solid #afb1e5;
 border-radius:100px;
 margin:15px 15px 0;
 padding:25px;
    
}
.fee-list-icon img {
    display:block;
    margin:auto;
    width:180px;
    
}

.fee-list-copy {
    color:#fff;
    background-color:#ff6600; 
    border-radius:4px;
    font-size:.95em;
    padding:5px 8px 4px;
    margin:-25px auto 40px;
    max-width:135px;
    text-align:center;
}

.highlight--citrus {
    background-color:#ffdcc6;
    padding:1px 2px;
}

.alb {display:none;}
@media screen and (min-width:35em) {
.alb {display:block;}

}


.testimonial-box {
    
    background-color:#ffdcc6;
    border:10px solid #ffeee4;
    border-radius:8px;
    padding:1em 2em;
    margin:1.5em auto;
    max-width:30em;
    
}

.testimonial-citation:before {
    content:"— ";
}
.testimonial-citation {
    text-align:right;
    margin-top:0;
}

.underscore {
    display:inline-block;
    padding:0 2px 1px;
    border-bottom:4px solid orange;
}




