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

:root {
  /* Base */
  --colorBody: #333;
  --colorBg: #fff;
  /* Headline */
  --colorHeadline: #374036;
  --colorSubhead: #1f4db3;
  /* Bullet Colors */
  --color1Bullet: #65ac41;
  --color2Bullet: #258ef0;
  /* Boxes & Quotes*/
  --colorCallout: #dbeaf7;
  --colorBox1: #e6f1f1;
  --colorBox2: #c5eeff;
  --colorBox3: #d4eafd;
  /* Colors */
  --color1: #63aa43;
  --color1Alt: #71b850;
  --color1Bg: #f2f2f2;
  --color1SetBullet: #c0d4ad;
  --color2: #175c9d;
  --color2Alt: #4b91c4;
  --color2Bg: #daefff;
  --color3: #ba4e24;
  --color3Alt: #c17042;
  --color3Bg: #fbe5d7;
  /* Highlighters */
  --highlight1: #d2f4d3;
  --highlight1Brdr: #c6f3c7;
  --highlight2: #edf3fc;
  --highlight2Brdr: #cedff9;
  --highlight3: #f8f8cc;
  --highlight3Brdr: #f8f88e;
  /* Accent Colors*/
  --colorAccent1: #f7973e;
  /* Footer */
  --footer: #999;
  --footerBg: #121212;
}

/* FONTS */
@font-face {
  font-family: 'Geomanist';
  src:
    local('Geomanist-Regular'),
    url("/_fonts/Geomanist-Regular.woff2") format("woff2"),
    url("/_fonts/Geomanist-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist';
  src:
    local('Geomanist-RegularItalic'),
    url("/_fonts/Geomanist-RegularItalic.woff2") format("woff2"),
    url("/_fonts/Geomanist-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Geomanist';
  src:
    local('Geomanist-Bold'),
    url("/_fonts/Geomanist-Bold.woff2") format("woff2"),
    url("/_fonts/Geomanist-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Geomanist';
  src:
    local('Geomanist-BoldItalic'),
    url("/_fonts/Geomanist-BoldItalic.woff2") format("woff2"),
    url("/_fonts/Geomanist-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

/* Basic Document Setup Rules */
html {
  font-size: 100%;
}

body {
  color: var(--colorBody);
  font-size: 1.25em;
  line-height: 1.5;
  font-family: "Geomanist", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
  font-weight: 400;
}

strong {
  font-weight: 800 !important
}

@media screen and (min-width:35.75em) {
  body {
    font-size: 1.33em;
    line-height: 1.5;
  }

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

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

.container {
  padding: 0 10px
}

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

  header .container {
    margin: auto;
    max-width: 38em;
    padding: 0 0 0 0;
  }
}

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

.content h1,
.content .h1 {
  font-size: 2.5em;
}

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

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

  .content h1,
  .content .h1 {
    font-size: 2.5em;
  }

  .content h2,
  .content .h2 {
    font-size: 1.75em;
    line-height: 1.1;
    padding: 0 0 5px;
  }
}

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

  .content h2,
  .content .h2 {
    color: var(--colorSubhead);
    font-size: 1.8em;
    margin: 48px 32px 32px;
    text-align: center;
  }

  .content h3,
  .content .h3 {
    font-size: 1.5em;
    margin: 32px 60px 24px;
  }

  .promo h3,
  .promo .h3 {
    font-size: 1.15;
    color: var(--colorSubhead);
    text-align: center;
    margin: 32px 5px 24px;
    border-bottom: 3px solid var(--colorSubhead);
    margin: 32px 60px 24px;
  }

}

/* FontAwesome UL Bullets */
ul.fa-ez {
  margin: 0 1em 0 2em;
}

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

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

ul.fa-ez li::before {
  content: '\f111';
  font-size: 0.66em;
  margin-left: -2em;
  margin-top: 6px;
  color: var(--color1Bullet);
}

ul.fa-ez.-strike li:before {
  content: '\f057';
  font-size: 1.25em;
  margin-left: -1.5em;
  margin-top: -1px;
  color: #990000;
}

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

ul.fa-ez.-check li:before {
  content: '\f00c';
  font-size: 1em;
  margin-left: -1.75em;
  margin-top: 0px;
  color: var(--color1Bullet);
}

ul.fa-ez.-asterisk li:before {
  content: '\f069';
  font-size: 0.9EM;
  margin-left: -1.5em;
  margin-top: 1px;
  color: var(--color1Bullet);
}

ul.fa-ez.-dash li:before {
  content: '\f068';
  font-size: 0.8em;
  margin-left: -1.75em;
  margin-top: 8px;
  color: var(--color1Bullet);
}

ul.fa-ez.-forward-arrow li:before {
  content: '\f064';
  font-size: 1.1em;
  margin-left: -1.75em;
  margin-top: 4px;
  color: var(--color1Bullet);
}

ul.fa-ez.-gift li::before {
  content: '\f06b';
  font-size: 1.33em;
  margin-left: -1.5em;
  margin-top: -6px;
}

ul.fa-ez.-user li::before {
  content: '\f007';
  font-size: 1.33em;
  margin-left: -1.5em;
  margin-top: -6px;
}

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

@media screen and (min-width:33em) {
  ul.fa-ez {
    margin: 0 2em 0 3em;
  }
}

/* inline Highlight styles*/
.highlight {
  background-color: var(--highlight1);
  border-bottom: 2px solid var(--highlight1Brdr);
  display: inline-block;
  padding: 0 6px 0 6px;
  border-radius: 3px;
}

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

.highlight.-style3 {
  background-color: var(--highlight3);
  border-bottom: 2px solid var(--highlight3Brdr);
}

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

figure {
  margin: 0
}

figure,
figure.flavor {
  margin: 0 auto;
  padding: 0;
  max-width: 380px;
}

figure img {
  display: block;
  margin: auto;
  max-width: 330px;
}

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

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

figure.-rounded img {
  border-radius: 8px;
}

figure.-inset {
  margin: 0 1em;
}

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

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

  figure,
  figure.flavor {
    display: block;
    margin: 0 auto 1em;
    max-width: 100%;
  }

  figure img,
  figure.flavor img {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
  }

  figure.-full img {
    margin: 0 auto;
  }

  figure.-inset {
    margin: 0 2.5em;
  }

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

  figure.-right {
    float: right;
    margin: 0 0 16px 16px;
    max-width: 260px;
  }
}

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

  figure.spread {
    width: auto;
    margin: 0 -100px;
    overflow: visible;
  }

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

  figure.-border1px img {
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
  }
}

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

.portraitImage {
  border-radius: 50%;
  display: block;
  margin: auto;
  max-width: 220px;
}

.portraitCaption {
  display: none;
  font-family: "Geomanist", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.1;
  text-align: center;
}

.portrait .-title {
  display: block;
  font-weight: bold;
  text-align: center;
}

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

  .portrait.-left {
    float: left;
    margin: 0 1em 1em 0;
  }

  .portrait.-center {
    float: none;
    margin: 1em auto 1em;
  }

  .portraitCaption {
    display: block;
  }
}

/** Section/Block Styles **/
/** Banner/Ribbon **/
.ribbon {
  background-color: #006600;
  color: #fff
}

.ribbon .container {
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.1;
  max-width: 30em;
  padding: 15px 20px;
  text-align: center;
}

/** MAIN HEADER  **/
.header {
  background-color: #fff;
  background: linear-gradient(rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 1)), url(/_img/photos/signup/9-ways/9ways_v2_bg-1000.jpg) bottom center no-repeat;
  background-size: cover;
  margin: 0 0 10px;
  padding: 10px 10px 10px;
}

.header.lp {
  padding-bottom: 40px;
  border-bottom: 4px solid #f7f7f7;
}

.headerPreHeadline {
  color: var(--color1);
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 20px auto;
  max-width: 22em;
  padding: 0;
  text-align: center;
}

.headerHeadline {
  border-radius: 12px;
  color: var(--colorHeadline);
  font-size: 2em;
  font-weight: 800;
  letter-spacing: -0.25px;
  line-height: 1;
  margin: 0 0 10px;
  max-width: 22em;
  padding: 0px 10px 0;
  text-shadow: 00px 00px 90px #ffffff33;
}
.headerHeadline.-promo {
  color: var(--colorSubhead);
  font-size: 2.5em;
}

.ty h1.headerHeadline {
  font-size: 1.5em;
  line-height: 1;
  margin: 0 0 35px;
}

.headerHeadline .-eyebrow {
  color: var(--colorBody);
  display: block;
  font-size: 70%;
  letter-spacing: -1px;
  line-height: 1;
}
.headerHeadline.-promo .-eyebrow {
  color: var(--colorBody);
  display: block;
  font-size: 50%;
  letter-spacing: -1px;
  line-height: 1;
}

.headerHeadline .-chin {
  color: var(--colorBody);
  display: block;
  font-size: 70%;
  letter-spacing: -0.75px;
  line-height: 1.1;
  margin: 0em 0 0;
}

.headerPostHeadline {
  color: var(--color1);
  font-size: 1.55em;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin: 20px auto;
  padding: 0;
  text-align: center;
}

.promo .headerPostHeadline {
  color: var(--colorBody);
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin: 20px auto;
  padding: 0;
  text-align: center;
}

.header .icon {
  display: block;
  color: var(--color1Bullet);
  font-size: 2em;
  line-height: 1;
}

.leadHeadline,
h2.leadHeadline {
  color: var(--colorBody);
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.1;
  margin: 10px 0 30px;
  text-align: center;
}

/* AWAI METHOD Success Accelerator - Section Subhead Eyebrow */
.accelerator {
  display: block;
  font-size: 0.85em;
  text-transform: uppercase;
}

.accelerator::after {
  content: "";
  background-image: linear-gradient(90deg, #ffffff00 5%, #0464cc 15%, #0464cc 85%, #ffffff00 95%);
  display: block;
  height: 2px;
  margin: 10px auto;
}

.method {
  display: block;
  font-style: italic;
}

@media screen and (min-width:35.75em) {
  .header {
    padding: 30px 0 10px;
  }

  .headerPreHeadline {
    font-size: 1.9em;
    letter-spacing: -1px;
    line-height: 1.1;
    padding: 0 10px 0;
    margin: 20px auto 40px;
  }

  h1.headerHeadline {
    font-size: 2.25em;
    letter-spacing: -1px;
    line-height: 1;
    padding: 0 5px 0;
  }

  h1.headerHeadline.-promo {
    color: var(--colorSubhead);
    font-size: 4em;
    font-weight: 800;
    letter-spacing: -0.25px;
    line-height: 1;
    margin: 0 0 10px;
    max-width: 22em;
    padding: 0px 10px 0;
    /*text-transform: uppercase;*/
    text-shadow: 00px 00px 90px #ffffff33;
    /* transform: rotate(0.5deg); */
    /*box-shadow: 0 16px 12px -12px #999;*/
  }

  .ty h1.headerHeadline {
    font-size: 2.25em;
    letter-spacing: -1px;
    line-height: 1;
    padding: 0 5px 0;
  }

  .headerHeadline .-eyebrow {
    font-size: 45%;
    line-height: 0.5;
    margin: 0 0 20px 0;
  }

  .headerHeadline .-chin {
    font-size: 60%;
    padding: 20px 0 0;
    letter-spacing: -0.5px;
    line-height: 1;
  }

  .headerPostHeadline {
    font-size: 1.85em;
    padding: 20px 0 0;
    letter-spacing: -0.5px;
    line-height: 1;
  }

  .headerList {
    display: block;
    font-size: 1.1em;
    margin: 0 auto;
    width: 31em;
  }

  .headerList ul {
    margin: 40px 50px 0 100px;
  }

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

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

  .header .icon {
    font-size: 4.5em;
  }

  .leadHeadline {
    color: var(--colorBody);
    font-size: 1.3em;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 30px 0 20px;
  }

  h2.spreadSubhead {
    font-size: 4.5em;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
  }
}

/* General Text Enhancements*/
.-eyebrow,
.-chin {
  color: var(--colorBody);
  display: block;
  font-size: .75em;
}

blockquote {
  border-left: 5px solid #eee;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, #f1f1f1, #ffffff);
  padding: 0.25em 2em;
  font-family: 'Courier Prime', 'Courier New', Courier, monospace;
}

/* "From the Desk of" banner */
.stationary {
  color: #666;
  border-top: 2px double #aaa;
  border-bottom: 2px double #aaa;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.15;
  margin: 2em 0 2em;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width:26.5em) {
  .stationary {
    font-size: 1.1em;
  }
}

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

.strike::after,
.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);
}

.underscore {
  display: inline-block;
  border-bottom: 4px solid var(--colorSubhead);
  padding: 15px 2px 1px;
  margin: -10px 0 0;
  text-decoration: none;
}

/** Lead Styles **/
.lead {
  padding-top: 10px;
}

/** Section Base Styles **/
.section {
  margin: 0;
  padding: 0;
}

.section.-bonus {
  background-color: #f3f3f3;
}

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

button.submit,
.cta.-button {
  background: #fea815;
  border: 5px solid #fea815;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 800;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 5% auto;
  max-width: 15em;
  padding: 10px 10px 10px;
  transition: all 200ms ease-out;
  text-align: center;
}

button.submit.-button {
  font-size: 1.15em;
  line-height: 1;
  margin: auto;
  padding: 5px 20px 5px;
}

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

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

@media screen and (min-width:35.75em) {
  .cta.-button {
    font-size: 1.5em;
  }
}

/** FOOTER **/

footer {
  background: #333;
  color: #888;
  font-size: .8em;
  line-height: 1.8em;
  margin: 0;
  padding: 10px 0;
}

footer a:link,
footer a:visited {
  color: #ffffff;
}

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

.footer h4 {
  margin-top: 0;
}

/** MODULES **/
.module {
  background-color: var(--color1Bg);
}

.module .container {
  margin-top: 100px;
  margin-bottom: -100px;
  padding-top: 100px;
  padding-bottom: 30px;
}

.module .label {
  background-color: var(--color1Alt);
  border: 15px solid var(--color1Bg);
  border-radius: 25px;
  color: #fff;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  letter-spacing: 1.5px;
  max-width: 280px;
  margin: -180px auto 10px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.label .-icon {
  font-size: 1.5em;
  display: block;
  text-align: center;
  margin: 0 0 0.25em;
}

.module .title {
  color: #333;
  display: block;
  font-size: 1em;
  line-height: 1.1;
  text-align: center;
}

@media screen and (min-width:48em) {
  .module .label {
    margin: -180px auto -20px;
  }

  .module .title {
    font-size: 1.1em;
    margin: 30px 0 20px;
  }
}

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

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

.module.-set1 ul.fa-ez li:before {
  color: var(--color1Alt);
}

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

.module.-set2 .label {
  border-color: var(--color2Bg);
  background-color: var(--color2Alt);
}

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

.module.-set3 {
  background-color: var(--color1Bg);
}

.module.-set3 .label {
  border-color: var(--color1Bg);
  background-color: var(--color1Alt);
}

.module.-last {
  margin-bottom: 0;
  padding-bottom: 100px;
}

/* Basic Callout Box + Variants*/
.callout {
  background-color: #f1f1f1;
  border-radius: 12px;
  margin: 20px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
}

.callout.-guarantee {
  margin: 60px auto 15px;
  padding: 20px 25px 10px;
  background-image: linear-gradient(164deg, #e6fce7 66%, #d9f2db);
  border: 4px solid #d9f2db;
  box-shadow: 0 8px 8px -6px #33333355;
}

.-guarantee h2 {
  letter-spacing: -1px;
}

.-guarantee figure {
  margin: -130px auto 20px;
}

.callout.-output .highlight {
  display: inline;
  background-color: var(--highlight1);
}

@media screen and (max-width:30em) {
  .callout ul.fa-ez {
    margin: 0 .5em 0 1.5em;
  }
}

.callout h2 {
  border: none;
}

.callout.-shadow {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, .3);
}

.callout.-right {
  float: none;
}

.callout>* {
  margin-top: 0
}

.callout.-dialog {
  background-color: #d9f2db;
  margin: 40px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
}

.callout.-dialog::before {
  color: #aabcac;
  content: '\f075';
  font-family: 'FontAwesome';
  font-size: 3em;
  display: block;
  margin: -54px auto 0;
  text-align: center;
}

.callout.-question {
  background-color: #d9f2db;
  margin: 40px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
}

.callout.-question::before {
  color: #aabcac;
  content: '\f059';
  font-family: 'FontAwesome';
  font-size: 3em;
  display: block;
  margin: -54px auto 0;
  text-align: center;
}

.callout.-output {
  background-color: #f9f9f9;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  color: #444;
  font-family: 'Roboto', Courier, monospace;
  font-size: 1em;
  line-height: 1.4;
}

.callout.-screen {
  background-color: #444654;
  border: 5px solid #2c2e38;
  border-radius: 9px;
  color: #f0f0f9;
  font-family: 'Roboto', Courier, monospace;
  font-size: 0.85em;
  line-height: 1.5em;
  padding: 10px 15px;
}

.callout.-screen h3,
.callout.-screen h4 {
  font-weight: 600;
  letter-spacing: 0;
}

.-screen ul.fa-ez.-bullet {
  margin: 20px 11px 30px;
}

.-screen ul.fa-ez.-bullet li::before {
  color: #f0f0f9;
  content: '\f111';
  font-size: 0.33em;
  margin-left: -2em;
  margin-top: -2px;
}

.callout.-screen .highlight {
  display: inline;
  background-color: var(--highlight1);
}

.callout.-example {
  background-color: #f5f5f5;
  border-top: 5px solid #ddd;
  border-bottom: 5px solid #ddd;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  font-size: 0.95em;
}

.callout.-ribbon {
  background-color: #006600;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
}

.callout.-step {
  font-size: 0.95em;
  max-width: 45em;
}

.callout.-step h2 {
  color: var(--colorBody);
  font-size: 1.25em;
letter-spacing: -0.5px;
}

.callout.-style1 {
  background-color: var(--color1BgAlt);
  border: 12px solid var(--color1Bg);
  border-radius: 12px;
}

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

.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 {
  content: '\f111';
  font-size: 0.2em;
  margin-left: -1.5em;
  margin-top: 0;
  color: var(--color1);
}

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

/** Testimonial **/
.callout.-testimonial {
  background-color: var(--colorBox3);
  border-radius: 12px;
  color: var(--colorBody);
  font-family: "Courier Prime", Helvetica, Verdana, sans-serif;
  margin: 2em auto;
  letter-spacing: -0.5px;
  line-height: 1.4;
  padding: 20px 20px 20px;
  max-width: 28em;
  border-top: 3px solid #d2f0d4;
  box-shadow: 0px 6px 6px -6px #333333;
}

@media screen and (min-width:38em) {
  .container.-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 60em;
  }

  .-grid .-testimonial {
    max-width: 300px;
    margin: 15px 30px;
  }
}

.-testimonial .cited:before {
  color: #33333333;
  content: '\f075 ';
  font-family: 'FontAwesome';
  padding-right: 0.5em;
}

.callout.-testimonial .cited {
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.callout.-trainer {
  background-color: #f1f1f1;
  border: 2px solid #f6f6f6;
  border-radius: 12px;
  max-width: 15em;
}

.callout.-trainer p {
  font-size: .8em;
}

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

  .callout.-dialog,
  .callout.-question {
    padding: 30px;
    margin: 2em 2em;
  }

  .callout.-dialog::before,
  .callout.-question::before {
    display: block;
    position: absolute;
    top: -45px;
    right: -20px;
    margin: 0 0 0;
  }

  .callout.-output {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
  }

  .callout.-screen {
    background: #444654 url(/_img/toolbox/p/aic/cgpt_icon.png) no-repeat;
    background-position: 20px 20px;
    background-size: 40px;
    margin: 20px 0 0 0;
    padding: 30px 30px 30px 90px;
  }

  .callout.-screen h3 {
    padding-right: 105px;
  }

  .callout.-screen::before {
    content: '';
    display: block;
    background: transparent url(/_img/toolbox/p/aic/cgpt_thumbs.png) top right no-repeat;
    background-size: 90px 25px;
    height: 25px;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 0 -30px 0;
  }
}

@media screen and (min-width:55em) {
  .callout.-screen {
    border: 25px solid #2c2e38;
    margin: 25px -80px;
    overflow: visible;
    padding: 30px 30px 30px 90px;
  }

  .callout.-screen h3 {
    max-width: 600px;
  }
}

@media screen and (min-width:26.5em) {
  .callout {
    margin: 15px 20px 30px;
    padding: 25px 20px;
  }

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

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

  .callout.-right {
    float: right;
    max-width: 16em;
    margin: 0 -50px 20px 25px;
  }

  .-testimonial.-right {
    transform: rotate(1deg);
  }
}

.callout.-pointer::before {
  color: var(--color1Bullet);
  display: block;
  content: '\f01a';
  font-size: 2.5em;
  font-family: "FontAwesome";
  margin: auto;
  text-align: center;
  width: 100px;
}

.callout.-pointer {
  font-size: 1.1em;
  padding: 15px 15px;
  text-align: center;
}

@media screen and (min-width:30em) {
  .callout.-pointer::before {
    display: inline;
    content: '\f064';
    font-size: 2.5em;
    font-family: "FontAwesome";
    margin: 0;
    position: absolute;
    left: -21px;
    top: 4px;
    width: unset;
  }

  .callout.-pointer {
    padding: 20px 30px 20px 55px;
    text-align: left;
  }
}

/** MODULES **/
.tabbed {
  background-color: #d2f4d3;
  background-image: linear-gradient(175deg, #d2f4d3, #aee0b0);
  border-radius: 12px;
  margin: 40px auto 0;
  padding: 15px 20px 20px;
  max-width: 30em;
}

.tabbed.-shadow {
  box-shadow: 0 12px 12px -12px #555;
}

.tabbed h3 {
  text-align: center;
}

.tabbed .label {
  background-color: #b1e9b3;
  border-radius: 100px;
  color: var(--colorBody);
  display: block;
  font-size: 0.9em;
  font-weight: 800;
  font-family: "Courier Prime", monospace;
  max-width: 300px;
  margin: -78px auto 25px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}

.tabbed ul.fa-ez li:before {
  color: #687539;
}

.tabbed .title {
  display: block;
  font-family: "Geomanist", Helvetica, Verdana, sans-serif;
  font-size: 1.25em;
  line-height: 1.1;
  color: #333;
  text-align: center;
}

@media screen and (min-width:35.75em) {
  .tabbed {
    margin: 60px auto 0;
    padding: 20px 30px 20px;
  }

  .tabbed .label {
    border-radius: 5px;
    font-size: 0.9em;
    margin: -84px auto 15px;
    padding: 10px 20px;
  }

  .tabbed .title {
    font-size: 1em;
    margin: 15px 0 20px;
  }
}

.tabbed.-set1 {
  background-color: var(--color2Bg);
}

.tabbed.-set1 .label {
  border-color: var(--color2);
  background-color: var(--color2);
}

.tabbed.-set2 .label {
  border-color: var(--color3);
  background-color: var(--color3Alt);
}

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

/* Line Height Override*/
.lh1,
.lh-xs {
  line-height: 1 !important;
}

.lh1-1,
.lh-sm {
  line-height: 1.1 !important;
}

.lh1-2,
.lh-md {
  line-height: 1.2 !important;
}

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

.no-mo,
.-nomo {
  display: none;
}

.mblock {
  display: block;
}

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

  .no-mo,
  .-nomo {
    display: initial;
  }

  .alb {
    display: block
  }
}

/* Basic Colors */
.-color1 {
  color: var(--color1);
}

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

.-colorSet1Alt {
  color: var(--colorBody);
  background-color: var(--color1BgAlt);
  padding: 1px 0 20px 0;
}

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

.-textColor {
  color: var(--colorBody) !important;
}

.-grass {
  color: #6eb53d !important;
}

/** OLD or UNVERIFIED **/
.numbered h2 {
  border: none;
}

.numbered h3 {
  text-align: center;
}

.numbered .label {
  color: var(--color1);
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 10px;
  padding: 12px 12px 0 12px;
  text-align: center;
  text-transform: uppercase;
}

.numbered .label::before,
.numbered .label::after {
  display: inline-block;
  content: "—";
  font-family: 'FontAwesome';
  font-size: 1.1em;
  padding: 0 10px 0 0;
}

.numbered .label::after {
  content: "—";
  padding: 0 0 0 10px;
}

.numbered.step .label {
  background-color: var(--highlight1Brdr);
  border: none;
  color: var(--colorSubhead);
  display: block;
  font-size: 1em;
  font-family: "Courier Prime", monospace;
  letter-spacing: -1px;
  margin: 0 auto 8px;
  max-width: 380px;
  padding: 7px 0 5px 0;
  text-align: center;
  text-transform: uppercase;
}

/** Numbered Box - Left Floating Circle Digit/Icon **/
.numberbox {
  background-color: #e2f8ca;
  border-radius: 12px;
  padding: 30px 20px 45px;
  margin: 50px 10px 40px;
}

.numberbox h2,
.numberbox h3 {
  color: var(--colorBody);
  background-color: #e2f8ca;
  border: none;
  font-size: 1.1em;
  line-height: 1;
  margin: 0;
  position: relative;
  padding: 13px 0 0 0px;
  text-align: left;
}

.numberbox h3 {
  font-size: 1em;
}

.numberbox .label {
  border: 5px solid #e2f8ca;
  background-color: #f6fffa;
  border-radius: 50px;
  display: block;
  font-size: 1.5em;
  margin: -75px auto 30px;
  padding: 20px;
  text-align: center;
  max-width: 80px;
}

.numberbox .title {
  display: block;
  margin: 4px 5px 20px 0;
  text-align: center;
}

@media screen and (min-width:30em) {
  .numbered .title {
    font-size: 1.1em;
  }

  .numberbox {
    padding: 0 30px 5px 55px;
    margin: 20px 30px 40px 36px;
  }

  .numberbox .label {
    border: 5px solid #e2f8ca;
    background-color: #f6fffa;
    border-radius: 100%;
    font-size: 1.25em;
    margin: 0 0 0 0;
    padding: 16px 18px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -92px;
  }

  .numberbox h2 {
    font-size: 1.2em;
  }

  .numberbox .title {
    margin: 10px 5px 10px 0;
    text-align: left;
  }
}

.emoji {
  font-size: 1.2em;
}

.emoji.-subhead {
  display: block;
  font-size: 3.5em;
  text-align: center;
}

h2 .icon {
  display: block;
  margin: 0 auto -0.25em;
  max-width: 4em;
  opacity: 0.75;
}

.-notice {
  display: inline-block;
  color: #ff0000;
  border-bottom: 4px solid #ff0000;
  font-size: 2em;
  line-height: 1;
  margin: 0 0 10px;
  padding: 0 5px 10px;
  text-align: center;
}

@media screen and (min-width:35.75em) {
  .emoji.-subhead {
    font-size: 4.5em;
  }
}

/* VIDEO PLAYER */
.player {
  margin: auto;
  max-width: 350px;
}

.player iframe {
  border: none;
  border-radius: 10px;
}

@media screen and (min-width:780px) {
  .player {
    margin: auto;
    max-width: 700px;
  }

  .player iframe {
    border-radius: 10px;
    box-shadow: 0 16px 16px -18px #333;
    border: 8px solid #fdfdfd;
    margin-bottom: 30px;
  }

  .player.-wistia {
    border-radius: 26px;
    box-shadow: 0 16px 16px -18px #333;
    border: 12px solid #ffffffd1;
    margin: 30px auto 30px;
  }

  .-modsub {
    padding: 0 10px 100px;
    margin: 30px auto -150px;
  }
}

.indent {
  margin-left: 1.5em !important;
}

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

/* Bio Grid */
.container.case-cards {
  max-width: 52em;
}

.case-array {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  column-gap: 10px;
  margin: 30px 0 0 0;
}

.case-card {
  background-color: #ffffff;
  border: 4px solid #e9e9e9;
  border-radius: 15px;
  margin: 50px 0 0 0;
  padding: 20px 8px 16px;
  max-width: 330px;
  text-align: center;
}

.case-card img {
  border: 1px solid #ececec;
  border-radius: 100px;
  display: block;
  margin: -70px auto 10px;
  max-width: 100px;
}

.case-card .fullname {
  font-size: 1.05em;
  margin-bottom: 10px;
  line-height: 1;
}

.case-card .fullname::after {
  display: block;
  background-color: #f7b25e;
  content: "";
  height: 1px;
  margin: 10px auto 15px;
  padding: 1px;
  max-width: 25px;
}

.case-card .card-title {
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 10px;
  line-height: 1;
}

.case-card .caption {
  color: #444;
  font-weight: normal;
  font-size: 0.85em;
  line-height: 1.2;
}

.experts .summary {
  border-top: 2px solid #eeffe0;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.2;
  max-width: 36em;
  margin: 20px auto 0;
  padding: 25px 5px;
  text-align: center;
}

.marine {
  color: var(--colorSubhead) !important;
}

.colorSubhead {
  color: var(--colorSubhead)
}

.colorBody {
  color: var(--colorBody) !important
}

.color1 {
  color: #63aa43 !important;
}

.legal {
  color: #878787;
  font-size: 0.85em;
  letter-spacing: -0.5px;
}

.logo-array {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 40px;
  max-width: 35em;
  margin: auto;
}

.logo-array .logo {
  align-self: center;
}

/* Lesson Grid */
.container.lessons {
  max-width: 55em;
}

.lesson-array {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  column-gap: 10px;
}

.lesson {
  background-color: #09315f;
  background-image: linear-gradient(150deg, #eff4fa, #f4f6f9);
  border: 12px solid #eff4fa;
  border-radius: 8px;
  margin: 15px 15px 25px;
  padding: 20px 8px 16px;
  width: 460px;
  text-align: center;
  box-shadow: 0 12px 12px -12px #555;
}

.lesson .label {
  border-radius: 100px;
  display: block;
  background-color: #91bef5;
  color: #fff;
  font-size: 0.6em;
  margin: 0 auto 5px;
  max-width: 200px;
  padding: 2px 0 0;
  text-transform: uppercase;
}

.lesson h3 {
  border-color: #91bef555;
  color: var(--colorSubhead);
  font-size: 1.2em;
  line-height: 1.15;
  margin: 32px 0 24px;
  padding: 0 0 15px;
}

.lesson p {
  line-height: 1.2;
  margin-bottom: 10px;
}

.lesson .summary {
  color: var(--colorSubhead);
  font-size: 0.9em;
  line-height: 1.1;
  text-align: center;
}

.lesson a:link,
.lesson a:visited {
  color: var(--colorBody);
}

@media screen and (min-width:30em) {
  .lesson h3 {
    font-size: 1.3em;
  }
}

/* Flex rules from singles.css */
.flex {
  display: flex;
  gap: 1em;
  margin: 1.4em auto;
}

.f-centered {
  justify-content: center !important;
  align-items: center !important;
}

.gap-large {
  gap: 2em !important;
}

.f-wrap {
  flex-wrap: wrap !important;
}

/* Prototype Separator*/
hr.fadedx {
  clear: both !important;
  float: none !important;
  width: 100% !important;
  height: 1px !important;
  margin: 1.4em 0 !important;
  border: none !important;
  background-image: linear-gradient(90deg, #dddddd00, #ddd 5%, #ddd 95%, #dddddd00);
}

hr.fadedx.-thick {
  height: 2px !important;
}

hr.fadedx.-white {
  background-image: linear-gradient(90deg, #ffffff00, #fff 5%, #fff 95%, #ffffff00);
}

hr.fadedx.-dark {
  background-image: linear-gradient(90deg, #88888800, #888 5%, #888 95%, #88888800);
}

hr.fadedx.-tall {
  margin: 50px 0 !important;
}

.instructor {
  background-color: var(--colorBox1);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
  align-items: center;
  gap: 20px 10px;
  margin: 10px 10px;
  padding: 15px 20px;
}

.instructorName {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 10px 0;
  text-align: center;
}

.instructorName::after {
  content: "";
  background-color: #91bef5;
  display: block;
  max-width: 250px;
  margin: 5px auto 0;
  height: 2px;
}

.instructorCopy p {
  margin-top: 0
}

@media screen and (min-width:30em) {
  .instructor {
    flex-wrap: nowrap;
    margin: 20px 30px;
    padding: 20px 30px;
  }

  .instructorName {
    text-align: left;
  }

  .instructorName::after {
    margin: 5px 0 0;
    background-image: linear-gradient(90deg, #91bef5, #eff4fa);
  }
}

/* Mobile-first base styles */
.accordionContainer {
  line-height: 0;
  max-width: 600px;
  margin: 40px auto;
}

.accordionItem {
  display: grid;
  grid-template-rows: auto 0px;
  /* 0px instead of 0fr = true zero height */
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  background: white;
  transition: grid-template-rows 0.35s ease;
  border-collapse: collapse;

}

.accordionHeader {
  grid-row: 1;
  position: relative;
  padding: 15px 20px 15px 56px;
  background-color: #f7f7f7;
  cursor: pointer;
  font-weight: bold;
  user-select: none;
  font-size: 1em;
  margin: 0;
  line-height: 1.1;
  display: flex;
  text-align: left;
}

.accordionHeader:hover {
  background-color: #f0f0f0;
}

/* Green circle toggle */
.accordionHeader::before {
  content: '+';
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #4CAF50;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.accordionHeader.active::before {
  content: '−';
  background-color: #388E3C;
}

.accordionHeader:hover::before {
  background-color: #66BB6A;
}

/* Content – absolutely no space when collapsed */
.accordionContent {
  grid-row: 2;
  min-height: 0;
  margin: 0 !important;
  padding: 15px 20px 0 !important;
  overflow: hidden;
  background: white;
  text-align: left;
}

.accordionContent.active {
  padding: 20px 20px 24px 20px !important;
}

/* Expand the second row only when .active is on the item */
.accordionItem.active {
  grid-template-rows: auto 1fr;
  /* expands to full content height */
}

.accordionContent p {
  margin: 0 0 1.2em 0;
  line-height: 1.3;
  color: #444;
}





.dnc {
  color: #ffff33;
  background-color: #990000;
  background: linear-gradient(90deg,
      #77000000 0%,
      #770000dc 1%,
      #770000 10%,
      #770000 80%,
      #770000dc 99%,
      #77000000 100%);
  line-height: 1.1;
  font-weight: bold;
  margin: 25px auto 0;
  max-width: 30em;
  padding: 3px 10px 3px;
  text-align: center;
}

@media screen and (max-width:30em) {
  .dnc {
    margin: 25px auto
  }
}

.signupContainer {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  max-width: none;
  gap: 20px 20px;
  margin: 50px auto 10px;
  max-width: 38em;
}

@media screen and (max-width:30em) {
  .signupContainer {
    margin: 25px auto;
    display: block;
  }
}

.leadlist,
.signup {
  flex: 0 0 50%;
}

.signup-form-inner {
  background-color: #fff;
  border: 2px solid #e1e1e1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 30px 35px 20px;
  margin: 0 0 20px 0;
}

.signup h4 {
  background-color: #174062;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #fff;
  margin: 0 0 0 0;
  padding: 10px 10px;
  text-align: center;
}

.leadlist h4 {
  text-align: center;
  margin: 0 0 0 0;
}

.leadlist ul {
  padding: 10px 10px 10px 20px;
}

.leadlist li {
  margin: 0 0 16px;
  line-height: 1.2;
}

.inputs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0.5em 0;
}

@media screen and (min-width:30em) {
  .inputs {
    display: flex;
    justify-items: center;
    gap: 20px 20px;
    flex: 1 1 auto;
  }
}

.input-group {
  flex: 1 0 auto;
  position: relative;
}

.input-group label {
  display: none;
}

.input-group:focus-within label {
  position: absolute;
  top: -1.5em;
  left: 0;
  font-size: 0.8em;
  font-weight: normal;
  color: #888;
  transition: all 0.2s ease-in-out;
  display: block;
  font-weight: bold;
}

.input-group input {
  padding: 0.5em;
  border: 1px solid #ccc;
  width: 100%;
}

input.signupInput {
  background-color: #eeeeee;
  border: 2px solid #e5e5e5;
  border-radius: 0.5em;
  color: #313131;
  display: block;
  font-size: 100%;
  margin: 0 auto 12px;
  padding: 4px 12px;
  width: 90%;
  -moz-appearance: none;
}

input.signupInput:focus {
  background-color: #f8eecd;
  color: var(--colorBody);
  outline: none;
  -moz-appearance: none;
}

input.signupInput::placeholder {
  color: #aeaeae;
  opacity: 1;
}

.benefitsArrow {
  background-color: transparent;
  background-image: url(/_img/photos/signup/9-ways/red_arrow_left-580.png);
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 13px 0 -20px;
  min-height: 40px;
  position: relative;
  top: 0;
  left: -114px;
  transform: scaleY(-1) rotate(12deg);
}

@media screen and (max-width:30em) {
  .benefitsArrow {
    display: none;
  }
}

.about-tile {
  background-color: #f6f6f6;
  border-radius: 12px;
  display: flex;
  gap: 20px;
  font-size: 0.85em;
  line-height: 1.2;
  align-items: center;
  padding: 20px 40px;
  margin: 20px auto;
  max-width: 40em;
}

.about-tile img {
  max-width: 250px;
}

.about-text h3 {
  font-size: 1.1em;
  margin: 0 12px 0 0;
  text-align: left;
}

.about-text p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:30em) {
  .about-tile {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-text h3 {
    text-align: center;
  }
}