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

:root {
  /* Base */
  --colorBody: #333;
  --colorBg: #fff;
  /* Headline */
  --colorHeadline: #123669;
  --colorSubhead: #205eb3;
  /*  Colors */
  --color1: #205eb3;
  --color1Alt: #3274d7;
  --color1Bg: #e7eef8;
  --color2: #13438c;
  --color2Alt: #09326f;
  --color2Bg: #dae7f9;
  --color3: #d8f9d9;
  --color3Alt: #365c39;
  --color3Bg: #ebfaec;
  /* Boxes & Quotes*/
  --colorBox1: #e2eaf6;
  --colorBox2: #d4e2f7;
  --colorBox3: #e8f9d7;
  /* Bullet Colors */
  --color1Bullet: #1a53a4;
  --color2Bullet: #5ab75e;
  /* Highlighters */
  --highlight1: #d2f4d3;
  --highlight1Brdr: #c6f3c7;
  --highlight2: #edf3fc;
  --highlight2Brdr: #cedff9;
  --highlight3: #f8f8cc;
  --highlight3Brdr: #f8f88e;
  /* Accent Colors*/
  --colorAccent1: #f7973e;
  /* Footer */
  --footer: #999;
  --footerBg: #121212;
}

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

/* General Rules */
/*****************/
html {
  font-size: 100%;
}

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

strong {
  font-weight: 800 !important
}

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

  /*Desktop*/
  body {
    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
}

/*Desktop*/
header .container {
  margin: 10px auto 0;
  max-width: 38em;
  padding: 0 0 10px 0;
}

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

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

  /*Desktop*/
  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(--headline);
  font-family: "Source Serif 3", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
}

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

.content .h2,
h2 {
  color: var(--colorSubhead);
  font-size: 1.33em;
  margin: 48px 32px 32px;
  text-align: center;
  /*border-bottom: 3px solid var(--color1Alt); */
}

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

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

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

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

  /*Desktop*/
  .h2,
  .content h2 {
    font-size: 1.8em;
    letter-spacing: -0.5px;
  }
}

/* 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: #23a248 !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 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;
}

figcaption {
  display: block;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  margin: 10px 0 20px;
}

figcaption.host {
  font-size: 1.2em;
  letter-spacing: -1px;

}

@media screen and (min-width:35.75em) {
  figcaption.host {
    font-size: 1.4em;

  }

}

.-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 #e6edf7;
  border-radius: 50%;
  display: block;
  margin: auto;
  max-width: 220px;
}

.portraitCaption {
  display: none;
  /* Hidden for Mobile*/
  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: #333;
  color: var(--colorBody);
  font-family: 'Open Sans', Courier, monospace;
  font-size: 1.1em;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
  padding: 20px 0 20px;
  text-align: center;
}

.ribbon .container {
  background-color: #eaea04;
  border-radius: 10px;
  max-width: 30em;
  padding: 15px 20px;
  /*border-bottom: 4px dashed #e7dbb6;*/
}

/** MAIN HEADER  **/
.header {
  background-color: #1c507f;
  background: linear-gradient(rgba(26, 79, 125, 0.5), rgba(5, 47, 83, 0.9)), url(https://www.awai.com/_img/toolbox/signup/bootcamp-revealed/arc-blu-bg.svg) center no-repeat;
  background-size: cover;
  /*border-bottom:10px solid #052f53;*/
  margin: 0 0 0;
  padding: 20px 10px 0;
}

/* 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(--colorBody);
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto 10px;
  max-width: 224em;
  padding: 8px 12px 15px;
  text-align: center;
}

.headerHeadline {
  /*  background-color: #111;
  background-image: linear-gradient(170deg, #303a6c, #242c54);
  border: 12px solid #cdf99e; */
  border-radius: 12px;
  color: #cbf01b;
  font-size: 1.8em;
  font-weight: 800;
  letter-spacing: -0.25px;
  line-height: 1;
  margin: 10px 0 10px;
  max-width: 22em;
  padding: 0px 10px 0;
  /*text-transform: uppercase;*/
  /*text-shadow: 00px 00px 90px #ffffff88;*/
  /* transform: rotate(0.5deg); */
  /*box-shadow: 0 16px 12px -12px #999;*/
}

.invite .headerHeadline {
  /*  background-color: #111;
  background-image: linear-gradient(170deg, #303a6c, #242c54);
  border: 12px solid #cdf99e; */
  border-radius: 12px;
  color: #cbf01b;
  font-size: 3em;
  font-weight: 800;
  letter-spacing: -0.25px;
  line-height: 1;
  margin: 20px 0 20px;
  max-width: 25em;
  padding: 0px 10px 0;
  /*text-transform: uppercase;*/
  /*text-shadow: 00px 00px 90px #ffffff88;*/
  /* transform: rotate(0.5deg); */
  /*box-shadow: 0 16px 12px -12px #999;*/
}

.headerHeadline img {
  display: block;
  margin: 0 auto;
  width: 100%;
}


.headerHeadline .-eyebrow {
  display: block;
  font-size: 60%;
  letter-spacing: -1px;
  line-height: 1;
}

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

.headerPostHeadline {
  color: #c7dcfc;
  font-size: 1.25em;
  font-weight: 800;
  /*font-family: 'Courier Prime', Courier, monospace;*/
  letter-spacing: -1px;
  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(--colorHeadline);
  font-size: 1.4em;
  font-weight: 800;
  line-height: 1;
  margin: 10px 0 10px;
  text-align: center;
}

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

  /*Desktop*/
  /** MAIN HEADER  **/
  .header {
    /*background-image: linear-gradient(#fff, #e3e3e3 60%, #fff 60%);*/
    /*border-bottom: 10px solid #f5f5f5;*/
    /* background-image: linear-gradient(#e8f3ff, #fff); */
    padding: 40px 10px 10px;
  }

  .header.-overlapped {
    padding: 40px 10px 150px
  }

  .section.-overlap {
    margin: -150px 0 30px;
    z-index: 99;
  }

  .headerPreHeadline {
    font-size: 1.5em;
    letter-spacing: -1px;
    line-height: 1.1;
    padding: 0 10px 0;
    margin: 20px auto 0;
    /*border-bottom: 4px solid #eee;*/
  }

  .headerHeadline.-alt {
    font-size: 2.7em;
  }

  h1.headerHeadline {
    font-size: 3em;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 0 0;
    padding: 0 0 0;
  }

  .invite .headerHeadline {
    font-size: 6em;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 0 0;
    padding: 0 0 0;
  }

  .headerHeadline img {
    margin: 0 auto;
    max-width: 650px;
  }

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

  .headerHeadline .-chin {
    padding: 5px 0 0;
    line-height: 1.2;
  }

  .headerPostHeadline {
    font-size: 1.6em;
    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,
  h2.leadHeadline {
    color: var(--colorHeadline);
    font-size: 1.7em;
    letter-spacing: -0.5px;
    line-height: 1.2;
    margin: 20px 0 10px;
  }

  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*/
  display: block;
  font-size: .75em;
}

/* "From the Desk of" banner */
.stationary {
  color: #666;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  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;
  }
}

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

.strikethru::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 **/
/* This section immediately follows the header */
.lead {
  padding-top: 10px;
}

/** 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.6em;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 0.9;
  text-align: center;
  margin: 0 0 10px 0;
}

.cta.-button {
  background: #fea815;
  border: 5px solid #fea815;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 400px;
  padding: 8px 15px 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;
  cursor: pointer !important;

  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) {
  .cta.-eyebrow {
    font-size: 1.7em;

  }

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

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

.callout {
  background-color: #f1f1f1;
  border-radius: 12px;
  margin: 20px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
}

.callout.-white {
  background-color: #fff;

}

.callout.-guarantee {
  margin: 120px 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.-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: #e7f9ed;
  border-top: 5px solid #79d297;
  border-bottom: 5px solid #79d297;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  color: #0c963a;
  font-size: 0.95em;
  margin: 30px auto;
  max-width: 28em;
  ;
  transform: rotate(-1.2deg);
}

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

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

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

.callout.-email {
  background-color: #f2f2f2;
  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: 25px auto;
  box-shadow: 0px 6px 6px -6px #333333;
}

.callout.-testimonial p {
  margin-bottom: 0.8em;
}

@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 {
    padding: 30px;
  }

  .callout.-dialog::before {
    display: block;
    position: absolute;
    top: -45px;
    right: -24px;
    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);
  }
}

/* Bio Cards */


.expert-bio {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  padding: 1em 1em 1.2em;
  border-radius: 12px;
  margin: 1.4em auto;
}

.expert-bio .callout.-testimonial {
  background-color: var(--color2Bg);
  border-top-color: var(--color2);
  padding-bottom: 1em;
  font-size: 0.9em;
}

.expert-bio .portrait {
  margin: 0;
  flex: 0 0 216px;
}

@media screen and (min-width: 41em) {
  .expert-bio {
    flex-direction: row;
    gap: 1em;
  }

  .expert-bio .portrait {
    order: 1;
  }

  .expert-bio:nth-of-type(even) .portrait {
    order: -1;
  }
}

/** MODULES **/

.tabbed {
  /* background: var(--color1Bg) url(https://www.awai.com/_img/toolbox/p/gho/wave-white.svg) bottom center no-repeat; */
  background-color: #e9fee9;
  background-image: linear-gradient(175deg, #e9fee9, #daf6da);
  border: 6px solid #bde9bd;
  border-radius: 12px;
  margin: 50px auto 25px;
  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: #222;
  color: #fff;
  /* border: 8px solid var(--color1Bg); */
  border-radius: 100px;
  display: block;
  font-size: 0.8em;
  font-weight: 800;
  max-width: 320px;
  margin: -95px auto 25px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}

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

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

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

  .tabbed .label {
    /* border: 20px solid var(--color1Bg); */
    border-radius: 5px;
    font-size: 0.9em;
    margin: -110px auto 15px;
    padding: 10px 20px;
  }

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

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

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

.subhead-icon,
h2 .-icon img {
  display: block;
  font-size: 2em;
  margin: 0 auto 10px;
  max-width: 125px;
}

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

.-slate {
  color: var(--colorBody)
}

/** 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(--colorBody);
  display: block;
  font-size: 0.8em;
  font-family: "Courier Prime", monospace;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 0;
  max-width: 380px;
  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 {
  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 .label {
  border: 5px solid #e2f8ca;
  background-color: #f6fffa;
  border-radius: 50px;
  display: block;
  font-size: 1.5em;
  margin: -75px auto 10px;
  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%;
    display: block;
    font-size: 1.25em;
    margin: 0 0 0 0;
    padding: 8px 18px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -92px;
  }

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

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

.-underscore {
  display: inline-block;
  border-bottom: 3px solid var(--highlight1Brdr);
  padding-bottom: 3px;
  margin-bottom: 6px;
  text-decoration: none;
}

.wine.-underscore {
  border-bottom: 3px solid #990000;
}

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

/* SNGLE COLORS*/
.-bodycolor {
  color: var(--colorBody) !important;
}

.-yellow {
  color: #ffff33 !important;
}

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

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

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

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


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

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

.speaker-array {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
  margin: 20px 0 20px;
}

.speaker {
  background-color: #deebf7;
  border-radius: 12px;
  font-size: 0.9em;
  letter-spacing: -1px;
  line-height: 1.1em;
  padding: 12px 12px;
  width: 300px;
  text-align: center;
}

.speaker .name {
  display: block;
  font-size: 1.1em;
  line-height: 1;
  margin: 0;
  font-weight: bold;
}


/* Clock Section */
.countdown {

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

.countdown-clock {
  background-color: #deebf7;
  background-image: linear-gradient(180deg, #deebf7, #cae2f8);
  border-radius: 12px;
  margin: 15px 0 20px;
  padding: 10px 5px;

}

.countdown-clock .wrap {
  padding: 0;
  max-width: 96em;
  margin: 0 auto;
}

.countdown-clock-message {
  color: #990000;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0.1em 0.5em;
  text-align: center;
}

.time-remaining {
  padding: 0.1em;
}

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

.timer-unit {
  color: #fff;
  background-color: #021220a5;
  border-radius: 6px;
  ;
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.2;
  margin: 0.25em auto;
  padding: 10px 1px;
  min-width: 2.5em;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
}

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


@media screen and (min-width: 58.5em) {
  .countdown {

    margin: 0 auto 50px;
    max-width: 38.5em;
    padding: 0 10px;
  }


  .countdown-clock .wrap {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .countdown-clock-message {
    font-size: 2em;
  }

  .timer-unit {
    font-size: 2em;
    line-height: 1;
    min-width: 4em;
  }

  .unit {
    margin-top: 0;
  }

  /*.countdown-clock-message {
    width: 100%;
  }*/


  .time-remaining {
    width: 100%;
  }

  .countdown-clock-message {
    max-width: 40em;
  }

  .countdown-clock .order-button {
    font-size: 1em;
    display: block;
    padding: 0.4em 1em 0.5em;
  }
}

/* Add To Calendar Widget */
#addToCalendar {
  background: transparent;
  border: 0 none;
  border-radius: 0.25em;
  color: #fff;
  font: inherit;
  font-size: 1.5em;
  padding: 0.2em 1em;
}


.event-links {
  margin: 1.4em auto 1em;
  position: relative;
  text-align: center;
}

.addToCalendar {
  background: transparent;
  border: 3px solid #ff6600;
  border-radius: 0.25em;
  color: #ff6600;
  font: inherit;
  font-size: 1.5em;
  padding: 0.2em 1em;
}

.addToCalendar:hover,
.addToCalendar:focus {
  border-color: #4d8939;
  color: #4d8939;
  cursor: pointer;
}

.js-show-onload {
  display: none;
}

.js-hide-onload {
  display: block;
}

.addToCalendar-links {
  background: #fff;
  border: 1px solid #ccc;
  max-width: 20em;
  margin: auto;
  text-align: left;
}

.addToCalendar-links.js {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  z-index: 1;
}

.addToCalendar-links ul {
  margin-left: 0.7em;
}

.addToCalendar-links ul li {
  list-style: none;
}

.addToCalendar-links .calendar-icon {
  width: 1em;
  display: inline;
  top: 0.15em;
  position: relative;
}

.addToCalendar-links .closeCalendarButton {
  position: absolute;
  top: 0.2em;
  right: 0.2em;
  background: no-repeat;
  border: 0 none;
  color: #333;
  cursor: pointer;
}

.addToCalendar-links .closeCalendarButton:hover,
.addToCalendar-links .closeCalendarButton:focus,
.addToCalendar-links .closeCalendarButton:active {
  color: #d00;
}



/* POST INVITE CSS OVERRIDES FOR #LP */



#lp .countdown,
#lpx .countdown {
  margin: 0 auto 20px;

}


#lp .countdown-clock,
#lpx .countdown-clock {
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff, #fff);

}

#lp .countdown-clock-message,
#lpx .countdown-clock-message {
  font-size: 1.2em
}

#lp .post-time-remaining,
#lpx .post-time-remaining {
  color: var(--colorSubhead);
  font-size: 1.4em;
  letter-spacing: -1px;
}

#lp .timer-unit,
#lpx .timer-unit {
  background-color: #333;
  background-image: linear-gradient(180deg, #444, #222);
  min-width: 2.5em;
}

.colorHeadline {
  color: #cbf01b;
}
.-colorSubhead {
  color: var(--colorSubhead)
}

.sale-price {
  color: #04822e;
  background-image: linear-gradient(165deg, #16d756, #017e2b);
  color: transparent;
  background-clip: text;
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (min-width:30em) {
  .sale-price {
    font-size: 6em;
  }


}

@media screen and (min-width:30em) {
  .callout.-bucket {
    background-color: #f1f1f1;
    background-image: linear-gradient(#f8f8f8, #e8e8e8);
    margin: 30px 0 30px -30px;
  }

  .callout.-bucket:nth-of-type(even) {
    background-color: #e7eef8;
    background-image: linear-gradient(#e8e8e8, #f8f8f8);

    margin: 30px -30px 30px 0;
  }
}

.persona-array {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
.attending-persona {
  margin: 15px 15px 15px;
  max-width: 200px;
  text-align: center;
}

.attending-persona img {
  border: 6px solid #deebf1;
  border-radius: 12px;
  display: block;
  margin: 0 auto 10px;
  max-width: 145px;
}

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

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

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