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

/* ROOT COLOR STYLE VARS */
:root {
  /* Base */
  --colorBody: #333;
  --colorBg: #fff;
  /* Headline */
  --colorHeadline: #0464cc;
  --colorSubhead: #0464cc;
  /*  Colors */
  --colorHeaderBg1: #122d59;
  --colorHeaderBg2: #3165ae;
  --color1: #0464cc;
  --color1Alt: #09315F;
  --color1Bg: #e6f2ff;
  --color1BgAlt: #eff4fa;
  --color2: #C9FF33;
  --color2Alt: #365c39;
  --color2Bg: #ebfaec;
  --color3: #208f93;
  --color3Alt: #7eccd0;
  --color3Bg: #fcfcc6;
  /* Boxes & Quotes*/
  --colorBox1: #eff4fa;
  --colorBox2: #ffefd2;
  --colorBox3: #ddf4de;
  /* Bullet Colors */
  --color1Bullet: #a8cc4f;
  --color2Bullet: #3165ae;
  /* Highlighters */
  --highlight1: #d2f4d3;
  --highlight1Brdr: #c6f3c7;
  --highlight2: #edf3fc;
  --highlight2Brdr: #cedff9;
  --highlight3: #f8f8cc;
  --highlight3Brdr: #f8f88e;
  /* Accent Colors*/
  --colorAccent1: #c6f15a;
  /* 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%;
}

.content {
  color: var(--colorBody);
  font-size: 1.25em;
  line-height: 1.5;
}

strong {
  font-weight: 800 !important
}

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

  /*Desktop*/
  .content {
    font-size: 1.33em;
    line-height: 1.5;
  }

  .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:35.75em) {

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


}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headline);
  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;
  /*border-bottom: 3px solid var(--color1Alt); */
}

.content h3,
.content .h3 {
  /*border-bottom: 3px solid var(--color1);*/
  font-size: 1.15;
  color: var(--colorSubhead);
  margin: 32px 0 24px;
  text-align: center;
}

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

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

  .content h2,
  .content .h2 {
    font-size: 1.6em;
    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;
    /*border-bottom: 3px solid var(--color1Alt); */
  }

  .content h3,
  .content .h3 {
    font-size: 1.33em;
    margin: 32px 0 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 {
  /* DEFAULT - Bullet */
  content: '\f111';
  font-size: 0.66em;
  margin-left: -2em;
  margin-top: 6px;
  color: var(--color1Bullet);
}

ul.fa-ez.-strike li:before {
  /*EXTRA - STRKE X */
  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 {
  /*EXTRA - CHECKMARK */
  content: '\f00c';
  font-size: 1em;
  margin-left: -1.75em;
  margin-top: 0px;
  color: var(--color1Bullet);
}

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

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

ul.fa-ez.-forward-arrow li:before {
  /* EXTRA - Arrow */
  content: '\f064';
  /*right arrow*/
  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;
  /*color: var(--color3Bullet);*/
}

ul.fa-ez.-user li::before {
  content: '\f007';
  font-size: 1.33em;
  margin-left: -1.5em;
  margin-top: -6px;
  /*color: var(--color3Bullet);*/
}

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);
  display: inline-block;
}

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

.highlight.-style4 {
  background-color: var(--highlight4);
  border-bottom: 2px solid var(--highlight4Brdr);
  display: inline-block;
}

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

figure {
  margin: 0
}

/* Reset default browser values */
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) {

  /*Desktop*/
  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 {
    /*makes Image wider than content*/
    width: auto;
    margin: 0 -30px 1em;
    overflow: visible;
  }

  figure.spread {
    /*makes Image wider than content*/
    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 {
  /*img must be 1:1 square*/
  border: 8px solid #cadff8;
  border-radius: 50%;
  display: block;
  margin: auto;
  max-width: 220px;
}

.portraitCaption {
  display: none;
  /* Hidden for Mobile*/
  font-family: "Geomanist", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  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;
  /*border-bottom: 4px dashed #e7dbb6;*/
}

/** MAIN HEADER  **/
/*.header {
  background-color: #fff;
  background-image: linear-gradient(#dfeeff 50%, #fff);
  margin: 0 0 10px;
  padding: 10px 10px 10px;
}
*/

/* Header Background Image*/
/* 
.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;
  height: 60px;
  margin: -30px 0 -95px;
  z-index: 9;
  text-align: center;
}
*/
.headerPreHeadline {
  color: var(--color1);
  font-size: 1.25em;
  font-weight: 600;
  /*font-family: 'Courier Prime', Courier, monospace;*/
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 20px auto;
  max-width: 22em;
  padding: 0;
  text-align: center;
}

.headerHeadline {
  /*  background-color: #111;
  background-image: linear-gradient(170deg, #303a6c, #242c54);
  border: 12px solid #cdf99e; */
  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-transform: uppercase;*/
  text-shadow: 00px 00px 90px #ffffff33;
  /* transform: rotate(0.5deg); */
  /*box-shadow: 0 16px 12px -12px #999;*/
}


.headerHeadline.-alt {
  font-size: 2em;
  line-height: 1;
  margin: 15px 0 35px;
}



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

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

.headerPostHeadline {
  
  font-size: 1.55em;
  font-weight: 600;
  /*font-family: 'Courier Prime', Courier, monospace;*/
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin: 20px auto;
  max-width: 22em;
  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 Accelertator - Section Subhead Eyebrow */
.accelerator {
  display: block;
  font-size: 0.85em;
  text-transform: uppercase;
}

.accelerator::after {
  content: "";
  background-color: transparent;
  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) {

  /*Desktop*/
  /** MAIN HEADER  **/
  /*background-image: linear-gradient(#fff, #e3e3e3 60%, #fff 60%);*/
  /*border-bottom: 10px solid #f5f5f5;*/
  /* background-image: linear-gradient(#e8f3ff, #fff); */
  /*.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;}
    /*border-bottom: 4px solid #eee;*/
  

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


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

  .headerHeadline .-chin {
    font-size: 50%;
    padding: 5px 0 0;
    line-height: 0.5;
  }

  .headerPostHeadline {
    font-size: 1.85em;
    line-height: 1.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 {
  /* small text eyebrows for HXs*/
  color: var(--colorBody);
  display: block;
  font-size: .85em;
}

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

  /*Mobile*/
  .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;
}




/** Section Base Styles **/
/* Colored Sections -- Spacing & Colors */
.section {
  /*no change from base*/
  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;
}

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

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

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

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

  /*Desktop*/
  .cta.-button {
    font-size: 1.5em;
  }
}

footer {
  color: #ccc;
  background-color: #222;
  font-size: 1.15em;
  line-height: 1.33em;
  margin-top: 0px;
  padding: 50px 0;
  text-align: center;
}

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

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

/** MODULES **/
/* Full Width Background color */
.module {
  /* this is set along with .section */
  background-color: var(--color1Bg);
}

.module .container {
  /* this is set along with .container */
  margin-top: 100px;
  margin-bottom: -100px;
  padding-top: 100px;
  /* padding-bottom: 50px; Removed for nested .numbered sections */
  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) {

  /*Tablet*/
  .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.-cta {
  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;
}
.-cta h2 {
  letter-spacing: -1px;
  margin:0 0 20px 0;
}
.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 {
  color: var(--colorSubhead);
  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;
  background-image: none;
  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;
  /* margin-left: ; */
}

.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.-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 {
  /* EXTRA - BULLET */
  content: '\f111';
  /*bullet*/
  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);
  /* background-image: linear-gradient(160deg, var(--highlight1), var(--highlight1Brdr) 40%); */
  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;
  border-radius: 8px;
  margin: 15px auto;
  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;
    /*  transform: rotate(-0.25deg); */
  }
}

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

@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.-output .highlight {
    display: inline;
    background-color: var(--highlight1);
  }

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

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

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

  .callout.-testimonial {}

  .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: var(--color1Bg) url(/_img/toolbox/p/gho/wave-white.svg) bottom center no-repeat; */
  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: 8px solid var(--color1Bg); */
  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: 20px solid var(--color1Bg); */
    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 {
  background-color: var(--color3Bg);
}

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

  /*Desktop*/
  .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;
}

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

.-textColor {
  color: var(--colorBody) !important;
}
.-grass {
  color: #6eb53d !important;
}

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

.numbered h3 {
  text-align: center;
}

.numbered .label {
  /* border-top: 4px solid var(--color1Alt); */
  /*border-bottom: 2px solid #7bc6bd;*/
  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 Cirlce 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;
  line-height: 1;

}

.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 50px 40px 56px;
  }

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

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

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

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

/** end Numbered Box **/
.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;
  }
}

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

.player iframe {
  border: none;
  border-radius: 10px;
}
[data-id="221793790"] iframe {
  border-radius: 20px !important;
}
@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 #cacfd6;
  }
 

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

}

@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 #cacfd6;
  }

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

  }
}

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



/* 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;
}

/* 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;
}

/* Bio Grid */
.case-array {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  column-gap: 10px;

}

.case-card {
  background-color: #eff6f9;
  border: 2px solid #d5e7ef;
  border-radius: 8px;
  margin: 15px 15px 25px;
  padding: 20px 8px 16px;
  width: 260px;
  text-align: center;
  box-shadow: 0 12px 12px -12px #555;
}

.case-card img {
  border: 6px solid #d7eaf4;
  border-radius: 12px;
  display: block;
  margin: 0 auto 10px;
  max-width: 160px;
}

.case-card .fullname {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1;
}

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

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

@media screen and (min-width:33em) {
  .case-array {
    margin: 15px -110px;
  }
}

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

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

.logo-array {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px 40px;
}

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


/* Lesson Grid */
.container.case {
  max-width: 35em;

}

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

}

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

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

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

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

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

}

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

@media screen and (min-width:30em) {
  .case 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-color: transparent;
  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);

  }

}

/* DEFAULT TEMPLATE OVERRIDES*/
.page-inner,
.page-inner .content {
 max-width: none;
 padding:0 0 0 0;
 width:100%;
}