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

/* Offer Expired Resets */
.offer-expired {
  background: url("https://www.awai.com/_img/toolbox/icons/icon_important-60.png") no-repeat center 15px, linear-gradient(#d00, #800);
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0.5em 0.1em #bbb;
  margin: 0 auto;
  padding: 80px 16px 16px;
  text-align: center;
  width: auto;
  min-height: 0;
}



/* 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("https://www.awai.com/_fonts/Geomanist-RegularItalic.woff2") format("woff2"),
  url("https://www.awai.com/_fonts/Geomanist-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
 }
 @font-face {
  font-family: 'Geomanist';
  src:
  local('Geomanist-Bold'),
  url("https://www.awai.com/_fonts/Geomanist-Bold.woff2") format("woff2"),
  url("https://www.awai.com/_fonts/Geomanist-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
 }
 @font-face {
  font-family: 'Geomanist';
  src:
  local('Geomanist-BoldItalic'),
  url("https://www.awai.com/_fonts/Geomanist-BoldItalic.woff2") format("woff2"),
  url("https://www.awai.com/_fonts/Geomanist-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
 }


:root {
  /* Base */
  --colorBody: #333333;
  --colorBg: #fff;
  /* Headline */
  --colorHeadline: #fff;
  --colorSubhead: #044769;
  /* Bullet Colors */
  --color1Bullet: #04608f;
  --color2Bullet: #8f1a31;
  /* Boxes & Quotes*/
  /* --colorBox1: #b8f0fd; */
  --colorBox1: #e6f0fb;
  --colorBox2: #c7ff8f;
  --colorBox3: #b3e9f8;
  /*  Colors Sets */
  --color1: #045894;
  --color1Alt: #094f81;
  --color1Bg: #e8f3fb;
  --color1BgAlt: #afd5f0;
  --color2: #6e9c0a;
  --color2Alt: rgb(47, 75, 15);
  --color2Bg: #f6fbec;
  --color2BgAlt: #e0f2cb;
  --color3: #ad1a23;
  --color3Alt: #93161e;
  --color3Bg: #fae4e6;
  --color3BgAlt: #fdeef0;
  /* Highlighters */
  --highlight1: #fff2cc;
  --highlight1Brdr: #f1e19c;
  --highlight2: #faedff;
  --highlight2Brdr: #e195fc;
  --highlight3: #e5edfa;
  --highlight3Brdr: #c6d8f8;
  --highlight4: #e8f5cd;
  --highlight4Brdr: #d1e99a;
  /* Footer */
  --footer: #999;
  --footerBg: #232323;
  /* BREAKPOINTS*/
}

/* General 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) {

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

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

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

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

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

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

@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: -1px;
  }
}

/* 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 {
	color: var(--color1Bullet);
	content: '\f00c';
	font-size: 1.1em;
	margin-left: -1.75em;
	margin-top: -2px;
}

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

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

figure.tiles img.flex {
  
  margin: 10px auto;
}


@media screen and (min-width:55em) {
  figure.-oversize {
    /*makes Image wider than content*/
    width: auto;
    margin: 0 -30px 1em;
    overflow: visible;
  }
  
  figure.tiles {
    width: auto;
    margin: 0 auto 1em;
    overflow: visible;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5em;
  }
  figure.tiles img.flex {
    flex: 1 1 220px;
    width: 220px;
    margin: 0;
  }
  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 #eee;
  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: #222222;
  background-image: linear-gradient(177deg, #000, #222);
  color: var(--colorBody);
  font-family: 'Roboto Mono', Courier, monospace;
  font-size: 0.9em;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
  padding: 20px 0 30px;
  text-align: center;
}

.ribbon .container {
  background-color: #efefef;
  background-image: linear-gradient(177deg, #ddd, #fff 20%);

  border-radius: 12px;
  color: #333; 

  max-width: 40em;
  padding: 15px 15px 5px;
  /*border-bottom: 4px dashed #e7dbb6;*/
}

/** MAIN HEADER  **/
/*.header {
  background-color: #d9eaff;
  /*background-image: linear-gradient(#fff, #e3e3e3 60%, #fff 60%);
  /*	border: 6px solid #ecf8e0; 
   background: linear-gradient(#ffffff55, #ffffff99), url(https://www.awai.com/_img/content/signup/streams/fractal-1200.png) top center no-repeat;
   background-size: cover;
  padding: 20px 20px 25px;
}
*/

.header {
	background-color: #fff;
	background-image: linear-gradient(168deg, #579d3e 0.46%, #4f903a 45%, #6eb454 45%, #40762e 98.56%);
	background-image: linear-gradient(168deg, #083850 0.46%, #081017 68%, #1f546c 68%, #0f2834 98.56%);
	background-image: linear-gradient(174deg, #103e5c 0.46%, #0c2e45 58%, #0b3f62 58%, #103e5c 98.56%);
	padding: 20px 10px 30px;
}

/* 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: #e7ffad;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1;
  margin: 0 auto 10px;
  max-width: 22em;

  padding: 8px 12px 10px;
  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: 1.66em;
  font-weight: 900;
  letter-spacing: -0.25px;
  line-height: 1;
  margin: 0 0 10px;
  max-width: 22em;

  padding: 0px 10px 0;
  text-shadow: 00px 00px 90px #ffffff74;
  /* transform: rotate(0.5deg); */
  /*box-shadow: 0 16px 12px -12px #999;*/
}

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

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

.headerHeadline .-line {
  display: block;
  line-height: 1;
  margin: 0 0 0.5em;
}

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

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

.headerPostHeadline {
  color: var(--colorBody);
  font-size: 1.65em;
  font-weight: 600;
  /*font-family: 'Roboto Mono', Courier, monospace;*/
  letter-spacing: -1px;
  line-height: 1.2;
  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.2em;
  font-weight: 800;
  
  line-height: 1.1;
  margin: 10px 0 30px;
  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: 20px 10px 30px;
  }

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

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

  .headerHeadline {
    font-size: 2.5em;
    letter-spacing: -0.5px;
    line-height: 1;
    margin: 0 0 0 0;
    padding: 0px 0 20px;
  }

  .headerHeadline img {
    margin: 0 auto;

    max-width: 650px;
  }

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

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

  .headerPostHeadline {
    font-size: 2.2em;
    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.33em;
    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*/
  display: block;
  font-size: .85em;
}
.-lg {font-size:1.5em;}
.-xl {font-size:1.75em;}
.-xxl {font-size:2em;}
.-xxxl {font-size:2.5em;}
.-xxxxl {font-size:3em;}
.-xxxxxl {font-size:4em;}

/* "From the Desk of" banner */
.stationary {
  color: var(--color1a);
  border-top: 3px solid var(--color1);
  border-bottom: 3px solid var(--color1);
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.15;
  margin: 1em 0 2em;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

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

  /*Mobile*/
  .stationary {
    font-size: 1.1em;
  }
}

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

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

.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.2em;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: center;
}

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

.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: 250px;
  margin: -180px auto 10px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

.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(--color2);
}
.module.-set2 h2 {
 color: var(--color2Alt)
}
.module.-set2 .underscore {
  border-bottom: 4px solid 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: 50px;
}

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


.callout.-guarantee {
	margin: 20px auto 35px;
	padding: 20px 25px 10px;
	background-image: linear-gradient(164deg, #f9fff4 33%, #fff);
	border: 6px solid #e0f2cf;
	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: 1.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-family: 'Roboto Mono', sans-serif;
  font-size: 0.95em;
  letter-spacing: -1px;
}

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

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

.callout.-email {
  background-color: #f2f2f2;
  font-family: monospace;
  font-size: 1.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: "Roboto Mono", 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 {
    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);
  }
}

/** MODULES **/


.tabbed {
  /* background: var(--color1Bg) url(https://www.awai.com/_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: "Roboto Mono", 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;
}

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

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

.mblock, .-nodt {
  display: block;
}


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

  /*Desktop*/
  .mblock{
    display: inline;
  }
.-nodt {
  display: none;
}
  .-nomo,
  .no-mo,
  .-nomo {
    display: block;
  }

  .alb {
    display: block
  }
}

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

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



/** 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: #5b928b;
  display: block;
  font-size: 0.9em;
  font-family: "Roboto Mono", 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: "\f100";
font-family: 'FontAwesome';
font-size: 1.1em;
padding:0 25px 0 0;

}

.numbered .label::after {
  content: "\f101";
  padding:0 0 0 25px;
}

.numbered.step .label {
  background-color: var(--highlight1Brdr);
  border: none;

  color: var(--colorSubhead);
  display: block;
  font-size: 1em;
  font-family: "Roboto Mono", 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 **/


.item.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: 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;
  margin: -75px auto 10px;
  padding: 16px;
  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;
}
  .item.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;
    margin: 0 0 0 0;
    padding: 16px 24px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -92px;
  }


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

  .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: 5px;
  text-decoration: none;
}


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

@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: 12px solid #8888887a;
  }
}

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


.hollywood {
  display: block;
  font-size: 2em !important;
}

@media screen and (min-width:37.5em) {
  .hollywood {
    font-size: 2.66em !important;
  }
}

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

.section.-altbg {
  background-color: #f0f1fd;
  padding: 20px 10px;
}

.section.-altbg:nth-child(odd) {
  background-color: #e7e9fd;
}

.-altbg h2 {
  margin-top: 0;
}

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