/* IE/Edge Responsive Viewport */
@-ms-viewport {
  width: device-width;
}

/* Offer Expired Resets */
.offer-expired {
  background: url("https://www.awai.com/_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: #141414;
  --colorBg: #fff;
  /* Headline */
  --colorHeadline: #dff1fa;
  --colorSubhead: #092b47;
  /*  Colors */
  --color1: #5492bf;
  --color1Alt: #407aa3;
  --color1Bg: #ddeef9;
  --color2: #ffc746;
  --color2Alt: #fabc2a;
  --color2Bg: #f7efda;
  --color3: #2a2e26;
  --color3Alt: #82c03a;
  --color3Bg: #ebfbd9;
  /* Boxes & Quotes*/
  --colorBox1: #d4eaf9;
  --colorBox2: #ffefd2;
  --colorBox3: #d2fafb;
  /* Bullet Colors */
  --color1Bullet: #084999;
  --color2Bullet: #fec130;
  /* Highlighters */
  --highlight1: #ffefd2;
  --highlight1Brdr: #f5dc89;
  --highlight2: #edf3fc;
  --highlight2Brdr: #cedff9;
  --highlight3: #ffff33;
  --highlight3Brdr: #ffff33;
  /* Footer */
  --footer: #999;
  --footerBg: #232323;
  /* BREAKPOINTS*/


}


/* General Rules */
/*****************/

html {
  font-size: 100%;
}

body {
  color: var(--colorBody);
  font-size: 1.25rem;
  line-height: 1.8;
  font-family: "Lato", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
}

.bolded {
  font-weight: 900;
}

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


  /*Desktop*/
  body {
    line-height: 1.9rem;
  }

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

/* Layout Rules & Framing */
/**************************/

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

.container {
  padding: 0 10px
}

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


  /*Desktop*/
  .container {
    margin: auto;
    max-width: 36em;
  }

  /*Desktop*/
  .container.-lead {
    margin: auto;
    max-width: 40em;
  }
}

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

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

.content .h2,
h2 {
  color: var(--colorSubhead);
  font-size: 2rem;
  margin: 3rem 0 1rem;
  text-align: center;
}

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

  /*Mobile*/
  h1 {
    font-size: 3rem;
  }

  .content h2,
  h2 {

    font-size: 1.9rem;
    line-height: 1.1;
    padding: 0 0 5px;
  }
}

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

  /*Desktop*/

  .h2,
  .content h2 {
    font-size: 2.25rem;
    letter-spacing: -0.5px;
  }

}

/* FontAwesome UL Bullets */

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

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.3rem;
  margin-left: -1.75rem;
  margin-top: -0rem;
  color: var(--color1Bullet);
}

ul.fa-ez.-strike li:before {
  /*EXTRA - STRKE X */
  content: '\f057';
  /*checks*/
  font-size: 1.5rem;
  margin-left: -2.2rem;
  margin-top: 0;
  color: #990000;
}

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


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

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

ul.fa-ez.-gifts li:before {
  /* EXTRA - GIFTBOX */
  content: '\f06b';
  /*asterisk*/
  font-size: 1.5rem;
  margin-left: -1.35rem;
  margin-top: -0.05rem;
  color: var(--color1Bullet);
}

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

/* inline Highlight styles*/

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

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


/* General Images */
img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0
}

/* Reset default browser values */

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

figure.primary img {
  border-radius: 3px;
  width: 380px;
  margin: auto;
}

figure.-border img {
  border: 1px solid #ededed;
}

figure.-shadow img {
  box-shadow: 0 12px 16px -16px #666;

}

.-left,
.-right {
  float: none;
}

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

  /*Desktop*/

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

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

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

  figure.primary img {
    border-radius: 8px;
    width: auto;
    margin: 0 auto 1em;
  }

  figure.-border img {
    border: 8px solid #ededed;


  }

  .-left {
    float: right;
    margin: 0 16px 16px 0;
    max-width: 300px;
  }

  .-right {
    float: right;
    margin: 0 0 16px 16px;
    max-width: 300px;

  }
}

@media screen and (min-width:55em) {
  figure.primary.-oversize {
    /*makes Image wider than content*/
    width: auto;
    margin: 0 -30px 1em;
    overflow: visible;
  }

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

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

.portraitImage {
  /*img must be 1:1 square*/
  border: 12px solid #d8ecf7;
  border-radius: 50%;
  display: block;
  margin: auto;
  max-width: 200px;
}

.portraitCaption {
  display: none;
}

.-title {
  display: block;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

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

  .portrait {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 250px;
    width: 250px;
  }

  .portraitCaption {
    display: block;
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
  }
}

/** 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;
  font-family: "Exo", -apple-system, "Segoe UI", Optima, Arial, sans-serif;

  font-weight: 400;
  padding: 15px 20px 15px;
  margin: 10px 15px 15px;
}

.testimonial.-cited {
  text-align: right;
}

/** Section/Block Styles **/

/** Banner/Ribbon **/
.banner {
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

.banner .wrap {
  max-width: 46.25em;
}

/** MAIN HEADER  **/
.header {
  background-color: #2b1145;
  background-image: linear-gradient(160deg, #00294d 10%, #015285, #00294d 90%);
  /*border-bottom: 6px solid #eaeaea;*/
  color: #fff;
  padding: 20px 0 90px;
}

.header.-direct {}

.header:after {
  content: "";
  background-color: transparent;
  background-image: url(/_img/toolbox/p/gho/arc.svg);
  background-position: center;
  background-repeat: none;
  background-size: cover;
  display: block;
  font-family: "Exo", -apple-system, "Segoe UI", Optima, Arial, sans-serif;

  height: 60px;
  margin: -30px 0 -95px;
  z-index: 9;
  text-align: center;
}


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

.-direct .headerContainer {
  margin: auto;
  padding: 30px 10px 85px;
  max-width: 48em;
}


.headerPreHeadline {
  border-radius: 8px;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto 10px;
  max-width: 36em;
  text-align: center;
  text-shadow: 00px 00px 50px #ffffff33;

}

.-direct .headerPreHeadline {}

.headerHeadline {
  color: var(--colorHeadline);
  /*color:#fce8bb;*/
  color: #ffc745;

  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: -1.1px;
  line-height: 1.1em;
  margin: 15px 0 20px;
  padding: 10px 0 0;
  text-shadow: 00px 00px 90px #ffffff88;
}

.headerHeadline .-eyebrow {
  font-size: 100%;
}

.headerHeadline .-chin {
  font-size: 100%;
}

.headerPostHeadline {
  font-size: 1.75rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.1;
  padding: 0 10px 10px;
  text-align: center;
  text-shadow: 00px 00px 50px #ffffff55;

}

.-mdirect .headerPostHeadline {
  font-size: 1.75rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.1;
  padding: 0 10px 10px;
  text-align: center;
  text-shadow: 00px 00px 50px #ffffff55;

}

.leadHeadline {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin: -20px 0 70px;
  text-align: center;
}

.-mdirect .leadHeadline {
  color: #ffffff;
  font-size: 2.4rem;
  margin: 20px 0 70px;
}

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

  /*Desktop*/
  .headerContainer {
    margin: auto;
    padding: 20px 10px 70px;
    max-width: 40em;
  }

  /*Desktop*/
  .-mdirect .headerContainer {
    margin: auto;
    padding: 20px 10px 70px;
    max-width: 42em;
  }

  .headerPreHeadline {
    font-size: 2.5rem;
    letter-spacing: -0.5px;
    line-height: 1.1;
    padding: 0 10px 10px;
    margin: auto;
    max-width: 18em;

  }

  .-direct .headerPreHeadline {
    padding: 0 10px 20px;
    margin: 0 auto 20px;
    max-width: 20em;

  }

  .-mdirect .headerPreHeadline {
    border-bottom: 3px solid #ffffff22;

    padding: 0 10px 20px;
    margin: 0 auto 20px;
    max-width: 20em;

  }

  .-direct .headerPostHeadline {
    padding: 0 10px 20px;

    max-width: 21em;

  }

  .headerHeadline {
    font-size: 4.8rem;
    letter-spacing: -1px;
    line-height: 1;
    margin: 0 0 20px;
    padding: 0;
  }

  .-direct .headerHeadline {
    font-size: 4.8rem;

  }

  .-mdirect .headerHeadline {
    font-size: 6rem;

  }

  .-mdirect .headerPostHeadline {
    font-size: 2rem;
    letter-spacing: -0.5px;
    line-height: 1.1;
    padding: 0 10px 10px;
    margin: auto;
    max-width: 21em;

  }

  .headerList {
    display: block;
    font-size: 1.66rem;
    margin: 0 auto;
    width: 30em;
  }

  .headerList ul {

    margin: 40px 0 0 100px;
  }

  .headerList ul li {
    line-height: 1.25;
  }

  .headerList ul.asterisk li:before {

    font-size: 1.4rem;
    margin-left: -2rem;
    margin-top: 0.2rem;
    color: var(--color2Bullet);
  }

  .leadHeadline {
    font-size: 3rem;
  }

}


/* General Text Enhancements*/
/***************************/

.-eyebrow {
  /* small text eyebrows for HXs*/
  display: block;
  font-size: .85em;
}

/* "From the Desk of" banner */
.desk {
  color: var(--colorBody);
  border-top: 3px solid var(--color2);
  border-bottom: 3px solid var(--color2);
  font-size: 0.9rem;
  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:26.5em) {

  /*Mobile*/
  .desk {
    font-size: 1.25rem;
  }


}

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

.line-strike::after {
  border-bottom: 0.3em solid #d11414d7;
  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*/
  margin: 0;
  padding: 0;
}

.section.-bonus {
  background-color: #f3f3f3;
  padding: 1px 0 70px;
}

/*******************/
/** 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: block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 0 auto;
  padding: 10px 40px;
  text-align: center;
  max-width: 400px;
}

:link.cta.-button,
:visited.cta.-button {
  color: #fff;
}

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

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


  /*Desktop*/
  .cta.-button {
    font-size: 1.4rem;
  }
}

footer {
  color: #ccc;
  background-color: #444;
  font-size: .75em;
  line-height: 1.25em;
  margin-top: 40px;
  padding: 30px 0;
  text-align: center;
}

footer a:link,
footer a:visited {
  color: #66c9f2
}

footer a:hover,
footer a:active {
  color: #ffb810;
}





/** 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.75rem;
  font-weight: bold;
  max-width: 250px;
  margin: -150px auto 10px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

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

  /*Tablet*/
  .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(--color1Bg);
  border-radius: 12px;
  margin: 20px 20px 30px;
  padding: 0 20px 10px;
}

.callout>* {
  margin-top: 0
}

.callout.-style1 {
  border: 12px solid #e7f3fb;
  border-radius: 12px;
}

.callout.-important {
  background-color: rgb(253, 231, 231);
  padding: 10px 20px 10px;


}

.callout.-email {
  background-color: #f2f2f2;
  font-family: monospace;
  font-size: 1.2rem;
  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.2rem;
  margin-left: -1.5rem;
  margin-top: 0;
  color: var(--color1);
}

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

@media screen and (min-width:26.5em) {
  /*Mobile*/

  .callout {
    margin: 15px 20px 30px;
    padding: 25px 20px;
  }

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

  .callout.-email {
    font-size: 1.33rem;
  }
}


/** MODULES **/

.tabcardItem {
  background: var(--color1Bg) url(https://www.awai.com/_img/toolbox/p/gho/wave-white.svg) bottom center no-repeat;

  border-radius: 12px;
  margin: 70px auto 0;
  padding: 100px 20px 20px;
  max-width: 32em;
  box-shadow: 0 12px 12px -12px #555;
}



.tabcardLabel {
  background-color: var(--color1Alt);
  border: 8px solid var(--color1Bg);
  border-radius: 12px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  max-width: 250px;
  margin: -130px auto -30px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}

.tabcardTitle {
  font-size: 1.25rem;
  line-height: 1.1;
  color: #333;
  text-align: center;
}

@media screen and (min-width:38em) {
  .tabcardItem {
    margin: 100px auto 0;
    padding: 100px 20px 20px;
  }

  .tabcardItem.-bonus {
    max-width: 36em;
    margin: 70px -50px 0;
    overflow: visible;
  }

  .tabcardLabel {
    border: 20px solid var(--color1Bg);
    border-radius: 25px;
    font-size: 1.33rem;

    margin: -150px auto -30px;
    padding: 10px 0;

  }

  .tabcardTitle {
    font-size: 1.7rem;
    margin: 40px 0 20px;
  }

}


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

}

.tabcardItem.-set1 .tabcardLabel {
  border-color: var(--color1Bg);
  background-color: var(--color1Alt);
}

.tabcardItem.-set2 {
  background-color: var(--color3Bg);
  background: var(--color3Bg) url(https://www.awai.com/_img/toolbox/p/gho/wave-shadow.svg) bottom center no-repeat;

}

.tabcardItem.-set2 .tabcardLabel {

  border-color: var(--color3Bg);
  background-color: var(--color3Alt);
}

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

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

.tabcardItem.-set3 .tabcardLabel {
  border-color: var(--color3Bg);
  background-color: var(--color3Alt);
}

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

.tabcardItem.-set4 .tabcardLabel {
  border-color: var(--color2Bg);
  background-color: var(--color2Alt);
}

.tabcardItem.-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) {


  /*Desktop*/
  .mblock {
    display: inline;
  }

  .no-mo {
    display: initial;
  }

  .alb {
    display: block
  }
}

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

/* Color Sets*/

/* Color Sets*/
.-colorSet1 {
  color: var(--colorBody);
  background-color: var(--colorBox1);
  padding: 1px 0 20px 0;
}

.-colorSet2 {
  color: var(--colorBody);
  background-color: #fef0c6;
  padding: 1px 0 20px 0;
}

.-colorSet2 h2 {
  color: var(--colorBody);
}

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

}

.guar.-right {
  float: none;
}

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

  /*Desktop*/

  .guar {
    max-width: 600px;

  }

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


  }
}





/** OLD or UNVERIFIED **/

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

.section-fees .wrap {
  max-width: 46.25em;
  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:26.5em) {

  /*Mobile*/
  .fee-list-fee {
    font-size: 1.5em;
  }
}

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

  /*Desktop*/

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



/* NEW to thhis iteration */

.sequenceItem {
  display: block;

}

.sequenceItem .-number {
  border-bottom: 4px solid var(--color2);
  display: block;
  font-size: .85em;
  margin: 0 auto 7px;
  padding: 0 0 5px 0;
  max-width: 150px;
  text-align: center;
}

.convo {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 4px solid var(--color2);
  font-family: "Exo", sans-serif;
  font-weight: 400;
}

.-underscore {
  display: inline-block;
  border-bottom: 3px solid var(--color2Alt);
  padding-bottom: 5px;
}


.finalOffer {
  background-color: #333;
  background-image: linear-gradient(#111111, #000000);
  border-radius: 8px;
  box-shadow: 0 12px 12px -12px #333;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  line-height: 1.1;
  padding: 15px 30px;
  margin: 0 auto 20px;
  max-width: 18em;
  text-align: center;

}

.-notice {
  display: inline-block;
  color: #ff0000;
  border-bottom: 4px solid #ff0000;
  font-size: 2.25rem;

  line-height: 1;
  margin: 0 0 10px;
  padding: 0 5px 10px;
  text-align: center;
}

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


  .finalOffer {
    font-size: 2rem;
    margin: 0 auto 40px;

  }
}