/* 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: #c9ff33;*/

  --colorHeadline: #417adf;
  --colorSubhead: #1b1a20;
  /* Bullet Colors */
  --color1Bullet: #13497b;
  --color2Bullet: #501b8c;
  /* Boxes & Quotes*/
  /* --colorBox1: #b8f0fd; */
  --colorBox1: #e6f0fb;
  --colorBox2: #c7ff8f;
  --colorBox3: #b3e9f8;
  /*  Colors Sets */
  --color1: #ebf2f9;
  --color1Alt: #6bb1f7;
  --color1Bg: #d9ecfd;
  --color1BgAlt: rgb(218, 235, 255);
  --color2: #f76d03;
  --color2Alt: #f76d03;
  --color2Bg: #ffeada;
  --color2BgAlt: #fadec8;
  --color3: #ede249;
  --color3Alt: #e6d047;
  --color3Bg: #f8f4b7;
  --color3BgAlt: #ffffe2;
  /* Highlighters */
  --highlight1: #fff2cc;
  --highlight1Brdr: #f1e19c;
  --highlight2: #fdbe51;
  --highlight2Brdr: #f3b345;
  --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.33em;
  line-height: 1.5;
  font-family: "Geomanist", Helvetica, Verdana, sans-serif;
  font-weight: 400;
}

strong {
  font-weight: 600 !important
}

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

  /*Desktop*/
  .content ul {
    margin: 0 3em;
  }
}

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

.container {
  padding: 10px;
}


.header .container.-overlap {
  padding: 10px 0 0px
}

@media screen and (min-width:35.75em) {
  .container.-overlap {
    padding: 10px 0 150px
  }

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

  .lead .container {
    margin: auto;
    max-width: 38em;
    padding: 20px 10px;
    border-bottom: 1px dotted #c4c4c4;
  }


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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headline);
  font-family: "Geomanist", Helvetica, Verdana, sans-serif;
  font-weight: 800;
  letter-spacing: -0.5px;
}

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

.content .h2,
h2 {
  color: var(--colorSubhead);
  font-size: 1.25em;
  margin: 16px 32px 16px;
  text-align: center;
  /*border-bottom: 4px solid #edfadf;*/
}

@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.7em;
    letter-spacing: -0.5px;
  }
}

/* FontAwesome UL Bullets */
ul.fa-ez {
  margin: 0 2em 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 - CHECKMARK */
  content: '\f00c';
  /*checks*/
  font-size: 1.25em;
  margin-left: -1.5em;
  margin-top: -2px;
  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.-bullet li:before {
  /* EXTRA - Bullet */
  content: '\f111';
  /*asterisk*/
  font-size: 0.66em;
  margin-left: -1.75em;
  margin-top: 6px;
  color: var(--color1Bullet);
}

ul.fa-ez.-asterisk li:before {
  /* EXTRA - ASTERISK */
  content: '\f069';
  /*asterisk*/
  font-size: 1.1em;
  margin-left: -1.5em;
  margin-top: 0;
  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.25em;
  margin-left: -1.5em;
  margin-top: -2px;
  color: var(--color1Bullet);
}

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

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

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

.portraitImage {
  /*img must be 1:1 square*/
  border: 4px solid var(--color2);
  border-radius: 50%;
  display: block;
  margin: auto;
  max-width: 180px;
}

.portraitCaption {
  display: none;
  /* Hidden for Mobile*/
  font-family: "Lato", Helvetica, Verdana, 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;
  }

  .portraitImage {
    /*img must be 1:1 square*/
    border: 6px solid var(--color2);

    max-width: 220px;
  }

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

  .portrait.-header {
    padding: 20px 10px 10px
  }

  .portraitCaption {
    display: block;
  }
}

/** Section/Block Styles **/
/** Banner/Ribbon **/
.ribbon {
  background-color: #00000088;
  color: #a0f6ff;
  font-size: 1em;
  font-weight: 800;
  letter-spacing: 0.25px;
  line-height: 1.1;
  text-align: center;
}

.ribbon .container {
  max-width: 24em;
  padding: 10px 20px;
  /*border-bottom: 4px solid #ffffff33;*/
}

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

    font-size: 1.33em;

    letter-spacing: 0.25px;

  }
}

/** MAIN HEADER  **/
.header {
  background-color: #efefef;
  /*background-image: linear-gradient(#fff, #e3e3e3 60%, #fff 60%);*/
  /*	border: 6px solid #ecf8e0; */
  /*background:#5f9e43 url(/_img/content/signup/hard-reset/arc-grn-bg.jpg) center center no-repeat;*/
  /*background: linear-gradient(#204e9faa, #213051dd), url(https://www.awai.com/_img/content/signup/make-history/awai_bg_001.png) center no-repeat;   background-size: cover;*/
  background: radial-gradient(#0e0e0e2b 50%, #232323ab 70%), url(/_img/content/signup/new-rules/001.jpg) center no-repeat;
  background-size: cover;
  /* background: #efefef; */
  border-bottom: 8px solid #1e1a36;
  padding: 0 20px 0;
}

.header.-ty {
  padding: 0;

}

.header.-video {
  padding: 50px 30px 180px;
}

.headerPreHeadline {
  color: #fff;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1;
  margin: 0 auto 10px;
  max-width: 22em;
  padding: 8px 12px 10px;
  text-align: center;
}

/* .headerHeadline {
  background-image: linear-gradient(150deg, #fff  , #fff);
  background-clip: text;
  color: transparent;
  font-size: 2.5em;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 10px;
  max-width: 22em;
  padding: 10px 10px 10px;
  text-shadow: 0 0 40px #ffffff;
} */

.headerHeadline {
  /*  background-color: #111; */
  /*background-image: linear-gradient(150deg, #fff  , #fff);*/
  /*background-clip: text;*/
  color: #fff;
  font-size: 2.5em;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 10px;
  max-width: 22em;
  padding: 10px 10px 10px;
  text-shadow: 2px 2px 40px #000000;
  /* transform: rotate(0.5deg); */
  /*box-shadow: 0 16px 12px -12px #999;*/
}

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

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

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

.headerHeadline .-chin {
  display: block;
  font-size: 70%;
  letter-spacing: -1px;
  line-height: 0.9;
  margin: 15px 0 0;
}

.headerPostHeadline {
  color: #a0f6ff;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: -0.25px;
  line-height: 1.2;
  margin: 0 auto 20px;
  max-width: 22em;
  padding: 0;
  text-align: center;
  /*  text-shadow: 00px 00px 40px #213b15;*/

}

.-ty .headerPostHeadline {
  font-size: 1.33em;
  line-height: 1.2;
  margin: 0.9em auto 0.8em;
}
.-ty .headerPostHeadline .-eyebrow {
    color: #fff;
    font-size: 65%;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.05;


  }

.leadHeadline,
h2.leadHeadline {
  color: var(--colorSubhead);
  font-size: 1.2em;
  font-weight: 800;
  line-height: 1;
  margin: 15px 0 0;

  text-align: center;
}

.-ty .leadHeadline,
.-ty h2.leadHeadline {
  font-size: 1.3em;

  text-align: center;
}



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

  /*Desktop*/
  /** MAIN HEADER  **/
  .header {
    background-size: cover;

    /*background-image: linear-gradient(#fff, #e3e3e3 60%, #fff 60%);*/
    /* border-bottom: 10px solid #f5f0df; */
    /* background-image: linear-gradient(#e8f3ff, #fff); */
    border-bottom: 8px solid #1e1a36;
    padding: 0 0 15px;
  }

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

  .-ty .headerHeadline {
    font-size: 3em;
  }

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

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

  .headerHeadline .-eyebrow {
    line-height: 1.05;
    font-size: 90%;

  }

  .-ty .headerHeadline .-eyebrow {
    color: #fff;
    font-size: 70%;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.05;


  }

  .-ty .headerHeadline .-chin {

    color: #fff;
    letter-spacing: 0;
    line-height: 1.05;
    padding: 20px 0;

  }


  .headerHeadline .-chin {
    padding: 5px 0 0;
    font-size: 50%;

  }

  .headerPostHeadline {
    font-size: 1.9em;
    line-height: 1.2;
  }

  .-ty .headerPostHeadline {
    font-size: 2.8em;
    line-height: 1.1;
    margin: 0.9em auto 0.8em;
  }


  .headerList {
    display: block;
    font-size: 1.15em;
    margin: 0;
    width: 27em;
  }

  .headerList ul {
    margin: 40px 0 0 60px;
  }

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

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

  .leadHeadline,
  h2.leadHeadline {
    color: var(--colorSubhead);
    font-size: 1.66em;
    line-height: 1.2;
    margin: 30px 0 15px;
    letter-spacing: -1px;

  }

  .-ty .leadHeadline,
  .-ty h2.leadHeadline {
    font-size: 1.5em;
    margin: 30px 0 30px;

  }

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

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

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

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

.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: 3px solid var(--colorBody);
  padding: 0 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;
}

/* Signup Form */
.signupForm {
  /*background-color: #214e9e; */
  background-color: #f4f4f4;
  border: 4px solid #eaeaea;
  border-radius: 0.5em;
  margin: 1em auto;
  /*box-shadow: 0.1em 0.1em 0.3em rgba(0,0,0,0.33);*/
  max-width: 30em;
  padding: 15px 20px 25px;
}

.signupForm.-transparent {
  background-color: transparent;
  border: none;
}

.signupForm .title {
  font-family: "Raleway", Helvetica, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 15px 0;
  text-align: center;
}

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

.signupForm .-title {
  color: #333;
  display: block;
  margin: 0 0;
  text-align: left;
}

input.signupInput {
  border: 3px solid #ddd;
  border-radius: 0.5rem;
  color: #000;
  display: block;
  font-size: 100%;
  margin: 0 auto 12px;
  padding: 12px 12px;
  width: 90%;
}

input.signupInput:focus {
  background-color: #ffffc2;
}

/*******************/
/** 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;
  background-image: linear-gradient(#fea815, #ff7800);
  /*border: 5px solid #fea815;*/
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 800;
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin: 0 auto;
  max-width: 390px;
  padding: 15px 20px 16px;
  transition: all 200ms ease-out;
  text-align: center;
}

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

:hover.cta.-button,
:active.cta.-button {
  background: #fea815;
  background-image: linear-gradient(#fea815, #fb8014);

  /* border: 5px solid #ffd48a; */
  border: none;
  color: #fff;

  box-shadow: 0 8px 6px -5px #585858;
  text-shadow: 0px 0px 25px #fff;
}

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

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

footer {
  color: var(--footer);
  background-color: var(--footerBg);
  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 .item {
  /* this is set along with .container */
  margin-top: 100px;
  margin-bottom: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.module .title {
  color: #333;
  display: block;
  font-size: 1.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.33em;
    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: 50px;
}

.labeler {
  background-color: #990000;
  border-right: 7px solid #770000;
  border-left: 7px solid #770000;
  color: #fffffff3;
  font-family: 'Quantico', 'Courier New', Courier, monospace;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  margin: 20px auto 20px;
  max-width: 400px;
  padding: 7px 15px 6px 15px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width:30em) {
.labeler {
  font-size: 1.33em;
  margin: 20px auto 20px;
  max-width: 400px;
  padding: 7px 15px 6px 15px;
}

}

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

.callout.-homework {
  background-color: #ecf7ff;
  margin: 25px auto;
}

@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 {
  margin: 40px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
}

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

@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.-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: 'Courier Prime', sans-serif;
  font-size: 1.33rem;
}

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

.callout.-important {
  background-color: #fac478;
  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(--highlight1);
  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;
}

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

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

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

  .calloutLabel {
    font-size: 1.rem;
    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 **/
.item.tabbed {
  /* background: var(--color1Bg) url(https://www.awai.com/_img/toolbox/p/gho/wave-white.svg) bottom center no-repeat; */
  background-color: #f1ffbd;
  background-image: linear-gradient(175deg, #f1ffbd, #c8dc7f);
  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: #cfe974;
  /* border: 8px solid var(--color1Bg); */
  border-radius: 100px;
  color: var(--colorBody);
  display: block;
  font-size: 1.25em;
  font-weight: bold;
  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) {
  .item.tabbed {
    margin: 60px auto 0;
    padding: 20px 30px 20px;
  }

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

  .tabbed .title {
    font-size: 1.2em;
    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;
}

.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 {
  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 h3 {
  text-align: center;
}

.numbered .label {
  border-top: 4px solid var(--color1Alt);
  border-bottom: 4px solid var(--color1Alt);
  color: var(--color1Alt);
  display: block;
  font-size: 2rem;
  font-family: "Courier Prime", monospace;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 15px;
  margin: 0 auto 10px;
  max-width: 320px;
  padding: 5px 0 5px 0;
  text-align: center;
  text-transform: uppercase;
}

.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 15px;
  margin: 50px 10px 40px;
}

.numberbox h2 {
  color: var(--colorBody);
  background-color: #e2f8ca;
  border: none;
  font-size: 1.25em;
  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) {
  .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.33em;
  }

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

  }
}

/** end Numbered Box **/
.emoji {
  font-size: 2rem;
}

.emoji.-subhead {
  display: block;
  font-size: 4rem;
  text-align: center;
}

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

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

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

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

.player.-overlap {
  padding: 0 0 0;
  margin: -150px auto 50px;
}

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

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

.joinus {
  font-size: 1.1em;
  line-height: 1.2;
  margin: 0 auto 25px;
  max-width: 30em;
  text-align: center;
}

@media screen and (min-width:37.5em) {
  .joinus {
    font-size: 1.3em;
  }
}

.quantico {
  font-family: 'Quantico', sans-serif;
}

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



.quoted {
  color: #4e3902;
  background-color: transparent;
  background-image: linear-gradient(170deg, #ffe93333 10%, #ffc23385);
  /* border: 1px solid #eee; */
  border-top: 1px solid #fbe9b7;
  border-left: 1px solid #fbe9b7;
  border-radius: 4px;
  font-size: 1.7rem;
  font-weight: bold;
  font-family: 'Courier Prime', Courier, monospace;
  letter-spacing: -2px;
  line-height: 1;
  margin: 10px auto 0px;
  max-width: 24em;
  padding: 30px 10px 30px;
  text-align: center;
  word-spacing: -35%;
  transform: rotate(-0.75deg);
}

.time-code {
  background-color: #ff9900;
  border-radius: 100px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 0.9;
  padding: 5px 20px;
  text-align: center;
  width: 45px;

}

/* TY PAGE CUSTOMS*/

.dates {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
  margin:20px auto 20px;
  max-width: 23em;
  text-align: center;


}
.dates .icon {
  font-size: 1.1em;
  padding-right:15px;
}
@media screen and (min-width:30em) {
.dates {
  font-size: 1.7em;
  margin:20px auto 20px;
  max-width: 23em;


}
.dates .icon {
  font-size: 1.1em;
}

  
}