/* 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;
  box-shadow: 0 0 0.5em 0.1em #bbb;
  margin: 0 auto;
  padding: 80px 16px 16px;
  text-align: center;
  width: auto;
  min-height: 0;
}

:root {
  /* Base */
  --colorBody: #333333;
  --colorBg: #fff;
  /* Headline */
  --colorHeadline: #222;
  --colorSubhead: #222;
  /*  Colors */
  --color1: #F7B32B;
  --color1Alt: #F6AB13;
  --color1Bg: #ffe6b3;
  --color2: #0C7489;
  --color2Alt: #0A5F71;
  --color2Bg: #b1eaf6;
  --color3: #7BB517;
  --color3Alt: #629013;
  --color3Bg: #e1f9b9;
  /* Boxes & Quotes*/
  --colorBox1: var(--color1Bg);
  --colorBox2: var(--color2Bg);
  --colorBox3: var(--color3Bg);
  /* Bullet Colors */
  --color1Bullet: #629013;
  --color2Bullet: #0A5F71;
  /* Highlighters */
  --highlight1: #ffebc3;
  --highlight1Brdr: #ffd684;
  --highlight2: #f0fdda;
  --highlight2Brdr: #def8b1;
  /* Footer */
  --footer: #000;
  --footerBg: #ddd;
  --footerLink: #1114cf;
  --footerLinkHover: #ff1010;
}


/* General Rules */
body {
  color: var(--colorBody);
  font-size: 1.25em;
  line-height: 1.6em;
  font-family: "Lato", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
}

.bolded {
  font-weight: 900;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headline);
  font-family: "Lato", -apple-system, "Segoe UI", Optima, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.5px;
}

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

.content .h2,
h2 {
  color: var(--colorSubhead);
  font-size: 1.6em;
  margin: 0.8em 0 0.8em;
  text-align: center;
}

@media screen and (min-width:30em) {
  h1 {
    font-size: 2.7em;
  }

  .content h2,
  h2 {

    font-size: 1.8em;
    line-height: 1.1;
    padding: 0 0 5px;
  }
}

.-eyebrow,
.-chin {
  display: block;
  font-size: 85%;
}

ul.fa-ez {
  margin: 0 1.5em 0 2em;
}

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

ul.fa-ez li:before {
  font-family: 'FontAwesome';
  float: left;
}

ul.fa-ez li:before {
  /*DEFAULT - CHECKMARK */
  content: '\f00c';
  /*checks*/
  font-size: 1.1em;
  margin-left: -1.75em;
  margin-top: 0;
  color: var(--color1Bullet);
}

ul.fa-ez.-checks li:before {
  /*EXTRA - CHECKMARK */
  content: '\f00c';
  /*checks*/
  font-size: 1.1em;
  margin-left: -1.75em;
  margin-top: 0;
}

ul.fa-ez.-grass li:before {
  color: #23a248 !important;
}

ul.fa-ez.-bullet li:before {
  /* EXTRA - BULLET */
  content: '\f111';
  /*bullet*/
  font-size: 0.6em;
  margin-left: -1.5em;
  margin-top: 0;
  color: var(--color1Bullet);
}

ul.fa-ez.-asterisk li:before {
  /* EXTRA - ASTERISK */
  content: '\f069';
  /*asterisk*/
  font-size: 1.1em;
  margin-left: -1.75em;
  margin-top: -0.1em;
  color: var(--color1Bullet);
}

ul.fa-ez.-gift li:before {
  /* EXTRA - ASTERISK */
  content: '\f06b';
  /*asterisk*/
  font-size: 1.5em;
  margin-left: -1.35em;
  margin-top: -0.05em;
  color: var(--color1);
}

ul.fa-ez li {
  list-style-image: none;
}


/* Color Sets*/

/* Color Sets*/
.-colorSet1,
.-colorSet2,
.-colorSet3 {
  color: #000;
  padding: 1px 0 20px 0;
}

.-colorSet1 h2,
.-colorSet2 h2 {
  color: #000;
}

.-colorSet1 {
  background-color: var(--colorBox1) !important;
}

.-colorSet2 {
  background-color: var(--colorBox2) !important;
}

.highlight1 {
  background-color: var(--highlight1);
  border-bottom: 2px solid var(--highlight1Brdr);
  display: inline-block;
}

.highlight1-nob {
  background-color: var(--highlight1);
  border-bottom: 2px solid var(--highlight1Brdr);
}

.highlight2 {
  background-color: var(--highlight2);
  border-bottom: 2px solid var(--highlight2Brdr);
  display: inline-block;
}

.color1 {
  color: var(--color1);
}

.color2 {
  color: var(--color2);
}

.color3 {
  color: var(--color3);
}

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

@media screen and (min-width:38em) {

  .h2,
  h2 {
    font-size: 1.75em;
  }
}

@media screen and (min-width:38em) {
  body {
    line-height: 1.7em;
  }

  .content ul {
    margin: 0 3em;
  }
}

@media screen and (min-width:38em) {

  /** Overlay **/
  .overlay {
    position: relative;
    display: flex;
    justify-content: center;
    background-size: cover;
  }

  .overlay>* {
    z-index: 99;
  }

  .overlay:after {
    background-image: linear-gradient(rgba(255, 255, 255, 0) rgb(255, 255, 255));
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .header__overlay:after {
    background-image: url(/_img/toolbox/p/dri/bubbles.svg);
    background-repeat: none;
    background-position: bottom;
    background-size: 105%;
  }
}

/* Layout Rules & Framing */
.content {
  /* AWAI Content Area Reset*/
  margin: 0 auto;
  padding: 0;
}

.container {
  padding: 0 10px
}

@media screen and (min-width:38em) {
  .container {
    margin: auto;
    max-width: 35em;
  }
}

figure.flavor,
figure.screenshot {
  margin: 0 10px;
  padding: 0;
}

figure.screenshot img {
  border: 1px solid #ededed;
  background-color: #ededed;
  border-radius: 3px;
  box-shadow: 0 12px 16px -16px #666;
  width: 380px;
  margin: auto;
}

.-leftt,
.-right {
  float: none;
  text-align: center;
}

@media screen and (min-width:40em) {

  figure.flavor,
  figure.screenshot {
    margin: 0 20px;
    padding: 0;
  }

  figure.flavor img {
    display: block;
    margin: 0 auto;
    padding: 0;
  }

  figure.screenshot {
    width: auto;
    margin: 0 0 1em;
  }

  figure.screenshot img {
    border: 8px solid #ededed;
    background-color: #ededed;
    border-radius: 8px;
    width: auto;
    margin: 0 auto 1em;
  }

  .-left,
  .-right {
    max-width: 300px;
  }

  .-left {
    float: left;
    margin: 0 .8em .8em 0;
  }

  .-right {
    float: right;
    margin: 0 0 .8em .8em;
  }
}

@media screen and (min-width:55em) {
  figure.screenshot {
    width: auto;
    margin: 0 -30px 1em;
    overflow: visible;
  }

  figure.screenshot img {
    border: 12px solid #ededed;
  }
}

/** Portrait Styles **/
.portrait {
  margin: 1em auto;
}

.portraitImage {
  /*img must be 1:1 square*/
  border: 8px solid;
  border-color: var(--highlight1);
  border-radius: 50%;
  display: block;
  margin: auto;
  max-width: 200px;
}

.-colorSet1 .portraitImage,
.-colorSet2 .portraitImage,
.-colorSet3 .portraitImage {
  border-color: rgba(255, 255, 255, 0.5);
}

.portraitCaption {
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.title {
  display: block;
}

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


/** Testimonial Styles **/
.testimonial {
  color: #444444;
  font-weight: 500;
}

.testimonial__title {
  font-size: 1.1;
  font-weight: bold;
  text-align: center;
}

.testimonial__inline {
  display: block;
  background-color: var(--colorBox1);
  border-radius: 12px;
  padding: 15px 20px 15px;
  margin: 10px 15px 15px;
}

.testimonial__cited {
  text-align: right;
}

/** Section/Block Styles **/
/** EYEBROW **/
.eyebrow__box {
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

/** MAIN HEADER  **/
.headerPreHeadline {
  border-radius: 8px;
  font-size: 1.33em;
  font-weight: 900;
  line-height: 1.2;
  margin: auto;
  max-width: 36em;
  padding: 14px 14px 16px;
  text-align: center;
}

.headerPostHeadline {
  font-size: 1.33em;
  font-weight: 900;
  color: var(--colorBody);
  letter-spacing: -0.5px;
  line-height: 1.2;
  padding: 10px 10px;
  text-align: center;
}


.header {
  background-color: var(--color1Bg);
  background-image: linear-gradient(var(--color1Bg), var(--color1));
  border-bottom: 6px solid var(--color1Alt);
  padding: 15px 10px 30px;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerContainer {
  margin: auto;
  padding: 10px 10px 10px;
}

.headerHeadline {
  color: var(--colorHeadline);
  font-size: 2em;
  font-weight: 900;
  letter-spacing: -1.1px;
  line-height: 1.2;
  margin: 15px 0 0;
  padding: 10px 0 0;
}

.headerList {
  display: block;
  font-size: 1.25em;
  font-weight: 900;
}

.headerList ul {
  margin: 0.5em 0 0.5em 0.5em
}

.headerList ul li {
  line-height: 1.2;
  margin: 0.25em 0;
}

@media screen and (min-width:38em) {
  .headerContainer {
    margin: auto;
    padding: 20px 10px 40px;
    max-width: 48em;
  }

  .headerHeadline {
    font-size: 2.33em;
    letter-spacing: -1.5px;
    line-height: 1;
    margin: 30px 10px 15px;
    padding: 0;
  }

  .headerPostHeadline {
    font-size: 1.66em;
  }

  .headerList {
    display: block;
    font-size: 2.25em;
    font-weight: 900;
    margin: 1em auto;
    width: 20em;
  }

  .headerList ul {
    margin: 0.25em 0 0.25em 4em
  }

}

.headerList ul.fa-ez li:before {
  font-size: 1.4em;
  margin-left: -2em;
  margin-top: 0.2em;
  color: var(--color2Bullet);
}

/* Desk Ribbon */
.desk {
  color: var(--colorBody);
  border-top: 3px solid var(--color2);
  border-bottom: 3px solid var(--color2);
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1em;
  margin: 0 0 32px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width:30em) {
  .desk {
    font-size: 1.25em;
  }

}

.line-strike {
  line-height: 1em;
  position: relative;
  text-decoration: none;
}

.line-strike::after {
  border-bottom: 0.3em solid rgba(209, 20, 20, 0.843);
  content: "";
  left: 0;
  margin-top: calc(0.3em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-20deg);

}

/** Lead Styles **/
/* This section immediately follows the header */
.lead {
  padding-top: 30px;
}

.leadHeadline {
  margin: 0 auto 50px
}

/** Section Base Styles **/
/* Colored Sections -- Spacing & Colors */
.section {
  /*no change from base*/
}

/*******************/
/** CTA/Button Styles **/
.cta__eyebrow {
  font-size: 1.2em;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

.cta__button {
  background: #ff6600;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.2em;
  margin: 0 auto;
  padding: 10px 40px;
  text-align: center;
}

:link.cta__button,
:visited.cta__button {
  color: #fff;
}

:hover.cta__button,
:active.cta__button {
  color: #fff;
  box-shadow: 0 8px 6px -5px #333;
  text-shadow: 0px 0px 25px #fff;
}

@media screen and (min-width:38em) {
  .cta__button {
    font-size: 1.3em;
  }
}

footer {
  color: var(--footer);
  background-color: var(--footerBg);
  font-size: .75em;
  line-height: 1.25em;
  margin-top: 40px;
  padding: 30px 0;
  text-align: center;
}

footer a:link,
footer a:visited {
  color: var(--footerLink);
}

footer a:hover,
footer a:focus,
footer a:active {
  color: var(--footerLinkHover);
}

/* Inline Boxes, Styles & Testimonials */
.headlineLabel {
  /* usuall eyebrows for H2s*/
  display: block;
  font-size: .85em;
}

.bubble {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 10px 15px;
  margin: auto 25px 25px;
}

.bubble.-color2 {
  background-color: #fff0c7;
}

.bubble.-gold {
  color: #ae920a;
  background-color: #fdf5cd;
}

/** MODULES **/

.moduleItem {
  background: #f4f4f4;
  margin-top: 100px;
  margin-bottom: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.moduleTitle {
  font-size: 1.5em;
  line-height: 1.1;
  color: #333;
  text-align: center;
}

.moduleLabel {
  background-color: #aaa;
  border: 25px solid #bbb;
  color: #fff;
  border-radius: 100px;
  font-size: 1.75em;
  font-weight: bold;
  max-width: 250px;
  margin: -150px auto 10px;
  padding: 10px 0;
  text-align: center;
}

@media screen and (min-width:30em) {

  .moduleLabel {
    margin: -150px auto -30px;

  }

  .moduleTitle {
    font-size: 1.7em;
    margin: 30px 0 20px;

  }

}

.moduleItem.-set1 {
  background-color: var(--color1Bg);
}

.moduleItem.-set1 .moduleLabel {
  border-color: var(--color1Bg);
  background-color: var(--color1Alt);
}

.moduleItem.-set2 {
  background-color: var(--color2Bg);
}

.moduleItem.-set2 .moduleLabel {
  border-color: var(--color2Bg);
  background-color: var(--color2Alt);
}

.-set2 ul.fa-ez li:before {
  color: var(--color2Bullet);
}

.moduleItem.-set3 {
  background-color: var(--color3Bg);
}

.moduleItem.-set3 .moduleLabel {
  border-color: var(--color3Bg);
  background-color: var(--color3Alt);
}

.moduleItem.-set4 {
  background-color: var(--color2Bg);
}

.moduleItem.-set4 .moduleLabel {
  border-color: var(--color2Bg);
  background-color: var(--color2Alt);
}

.moduleItem.-last {
  margin-bottom: 0;
  padding-bottom: 50px;
}



.callout {
  background-color: var(--color3Bg);
  border-radius: 12px;
  margin: 0 auto 30px;
  padding: 10px 20px;
}

.callout .portraitImage {
  border-color: var(--color3);
}

.sidebar {
  background-color: var(--color2Bg);
  border-radius: 12px;
  margin: 0 auto 30px;
  padding: 10px 20px;
}

.callout.-email {
  background-color: #f2f2f2;
  font-family: monospace;
  font-size: 1.2em;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
}

.-email ul.fa-ez.bullet li:before {
  /* EXTRA - BULLET */
  content: '\f111';
  /*bullet*/
  font-size: 0.2em;
  margin-left: -1.5em;
  margin-top: 0;
  color: var(--color1);
}

.calloutLabel {
  border-bottom: 3px solid var(--color1);
  font-size: 1.5em;
  margin: 10px auto 20px;
}

@media screen and (min-width:30em) {

  .callout {
    margin: 0 auto 30px;
    padding: 10px 30px;
  }

  .calloutLabel {
    font-size: 1.6em;
    margin: 10px auto 20px;
  }

}

@media screen and (min-width:40em) {
  .sidebar-right {
    float: right;
    font-size: 0.85em;
    line-height: 1.4;
    margin: 1em 0 1em 1em;
    max-width: 15em;
  }

  .sidebar-right ul {
    margin-left: 2em;
    margin-right: 1em;
  }
}



/** BONUS **/


.bonusItem {
  background: #f4f4f4;
  border-radius: 40px;
  margin: 1.4em auto;
  padding: 0 1em 0.75em;
}

.bonusTitle {
  font-size: 1.5em;
  line-height: 1.1;
  color: #333;
  text-align: center;
}

.bonusLabel {
  background-color: #aaa;
  border: 25px solid #bbb;
  color: #fff;
  border-radius: 100px;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0 auto -50px;
  max-width: 250px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  display: block;
}

@media screen and (min-width:30em) {
  .bonusItem {
    margin: 96px auto 1.4em;
    padding: 0 2em 0.75em;
    position: relative;
  }

  .bonusLabel {
    margin: -60px auto 0;
    position: absolute;
    left: 0;
    right: 0;
  }

  .bonusTitle {
    font-size: 1.7em;
    margin: 30px 0 20px;

  }

}

.bonusItem.-set1 {
  background-color: var(--color1Bg);
}

.bonusItem.-set1 .bonusLabel {
  border-color: var(--color1Bg);
  background-color: var(--color1Alt);
}

.bonusItem.-set2 {
  background-color: var(--color2Bg);
}

.bonusItem.-set2 .bonusLabel {
  border-color: var(--color2Bg);
  background-color: var(--color2Alt);
}

.-set2 ul.fa-ez li:before {
  color: var(--color2Bullet);
}

.bonusItem.-set3 {
  background-color: var(--color3Bg);
}

.bonusItem.-set3 .bonusLabel {
  border-color: var(--color3Bg);
  background-color: var(--color3Alt);
}

.bonusItem.-set4 {
  background-color: var(--color2Bg);
}

.bonusItem.-set4 .bonusLabel {
  border-color: var(--color2Bg);
  background-color: var(--color2Alt);
}

.bonusItem.-last {
  margin-bottom: 0;
  padding-bottom: 50px;
}





/* Artificial Break */
.alb {
  display: none;
}

.no-mo {
  display: none;
}

.mblock {
  display: block;
}

@media screen and (min-width:38em) {
  .mblock {
    display: inline;
  }

  .no-mo {
    display: initial;
  }

  .alb {
    display: block
  }
}

.subhead-icon {
  display: block;
  font-size: 2em;
  margin: auto;
}

@media screen and (min-width:30em) {
  .subhead-icon {
    font-size: 6em;
    margin-bottom: -120px;
  }

  .subhead-icon-hl {
    display: block;
    margin-bottom: 80px;
  }

  .starred {
    color: #f0de84;
    display: block;
    font-size: 3em;
    padding: 0px;
    margin-bottom: -160px;
  }

  .staricon {
    display: block;
    margin-bottom: 100px;
  }
}



.guar {
  /* remove all below for template*/
  display: block;
  margin: 0 auto 2em;
  max-width: 320px;

}

.guar--right {
  float: none;
}

@media screen and (min-width:37.5em) {


  .guar {
    max-width: 600px;

  }

  .guar--right {
    float: right;
    margin: 0 0 .8em .8em;
    max-width: 300px;


  }
}

.section-fees {
  background-color: #d4ecff;
}

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

.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;
}

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

.fee-list-fee {
  /*background-color: #f7bc3c;*/
  background-color: #dace40;
  border-radius: 0.5em;
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin: 1em auto 0.5em;
  max-width: 10em;
  padding: 8px;
}

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

.fee-list-copy {
  font-size: 0.9em;
  margin: 0.5em auto 2em;
  font-weight: 900;
}

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

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

.fee-list-fee {
  /*background-color: #f7bc3c;*/
  border-radius: 0.5em;
  color: rgb(0, 0, 0);
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  margin: 1em auto 0.5em;
  max-width: 10em;
}

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

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

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

@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-copy {
    font-size: 1.2em;
  }

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

@media screen and (min-width: 40em) {
  .fee-list-item {
    width: calc(100% / 4);
  }
}

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