/* 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: #0464cc;
  --colorSubhead: #0464cc;
  /* Bullet Colors */
  /*  --color1Bullet: #6e9c0a; */
  --color1Bullet: #0464cc;

  --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: #1d1d1d;
  --color3Alt: #333333;
  --color3Bg: #eeeeee;
  --color3BgAlt: #ededed;
  /* 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: 34em;
  }

  /*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: "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 10px 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.-users li:before {
  /* EXTRA - Users */
  content: '\f2be';
  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;
  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: #1a1001;

  font-family: 'Roboto Mono', Courier, monospace;
  font-size: 1.33em;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.1;
  padding: 0;
  text-align: center;
}

.ribbon .container {
  border-radius: 100px;
  color: #ff7f2a;

  max-width: 26em;
  padding: 15px 20px;
  /*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: var(--colorBody);
  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: 3em;
  font-weight: 900;
  letter-spacing: -0.25px;
  line-height: 1;
  margin: 10px 0 20px;
  max-width: 22em;

  padding: 0px 10px 0;
  text-align: center;
  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,
.headerHeadline .-chin {
  color: var(--colorBody);
  display: block;
  font-size: 50%;
  letter-spacing: -1px;
  line-height: 1;
}

.headerHeadline .-chin {

  margin: 0.25em 0 0;
}

.headerPostHeadline {
  color: var(--colorBody);
  font-size: 1.25em;
  font-weight: 600;
  /*font-family: 'Roboto Mono', 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(--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: 4.25em;
    letter-spacing: -0.5px;
    line-height: 0.9;
    margin: 30px 0 0 0;
    padding: 0 0 0 0;
  }

  .headerHeadline img {
    margin: 0 auto;

    max-width: 650px;
  }

  .headerHeadline .-eyebrow,
  .headerHeadline .-chin {
    font-size: 38%;
    margin: 5px 0 5px 0;
  }


  .headerPostHeadline {
    font-size: 1.8em;
    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;
}


/*******************/
/** 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.-white {
  background-color: #fff;
}

.callout.-white h3 {
  color: #0464cc;
  padding: 0 0 0;
  text-align: center;
}

.callout.-white h3::after {
  display: block;
  content: "";
  height: 3px;
  border-bottom: 3px solid #0465cc45;
  color: #fff;
  margin: 8px 0 32px;
  text-align: center;
}

.callout.-green {
  background-color: var(--color2BgAlt);
}

.callout.-green h3 {

  padding: 0 0 0;
  text-align: center;
}

.callout.-guarantee {
  margin: 120px auto 15px;
  padding: 20px 25px 10px;
  background-image: linear-gradient(164deg, #f9fff4 33%, #fff);
  border: 6px solid #e0f2cf;
  box-shadow: 0 8px 8px -6px #33333355;
}

.callout.-warning {
  font-size: 1.3em;
  line-height: 1.2;
  background-color: #1a1001;
  color: #fa7b26;
  margin: 20px auto 35px;
  padding: 20px 25px 20px;
  border: 6px solid #1d0808;
  box-shadow: 0 8px 8px -6px #33333355;
  text-align: center;
  max-width: 500px;
  transform: rotate(-1deg);
}

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

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

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


.numberbox {
  background-color: var(--color2BgAlt);
  border-radius: 12px;
  padding: 30px 20px 45px;
  margin: 50px 10px 40px;
}

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


.numberbox .label {
  color: var(--color2);
  border: 5px solid var(--color2BgAlt);
  background-color: #f6faf1;
  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;
  }

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

  .numberbox .label {
    border-radius: 100%;
    margin: 0 0 0 0;
    padding: 18px 21px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -90px;
  }

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

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

  }

  .numbered.-icon {
    background-color: #d9f2db;
    margin: 60px auto 30px;
    padding: 10px 10px 10px;
    position: relative;
    max-width: 30em;

  }

  .numbered.-icon::before {
    color: #bbdfbd;
    content: '\f075';
    font-family: 'FontAwesome';
    font-size: 5em;
    display: block;
    margin: -30px auto 0;
    text-align: center;
  }

  .numbered.-icon.-gift::before {

    content: '\f06b';
    font-family: 'FontAwesome';
    transform: rotate(15deg);

  }

  .numbered.-icon h2 {
    margin: 10px 10px 32px;
  }

  .numbered.-icon h2 {
    margin: 10px 10px 32px;
  }
}

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

.question {
  font-weight: bold;

}


.details {
  background-color: #0464CC;
  color: #fff;
  margin-bottom: 0;
}

.details .container {
  padding: 8px 5px 8px;
}

.detail-item {
  background-color: transparent;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 32px;
  margin: 5px auto;
  max-width: 16em;
  padding: 40px 10px 10px;
  text-align: center;
}

.detail-item.-date {
  background-image: url(/_img/toolbox/p/aca/icon_clock.svg);
}

.detail-item.-duration {
  background-image: url(/_img/toolbox/p/aca/icon_duration.svg);
}

.detail-item.-fee {
  background-image: url(/_img/toolbox/p/aca/icon_fee.svg);
}

.detail-item.-distinction {
  background-image: url(/_img/toolbox/p/aca/icon_distinction.svg);
}

.detail-item .special {
  display: inline-block;
  border-radius: 3px;
  background-color: #1a1001;
  color: #ff9900;
  margin: 0 0 2px;
  padding: 2px 4px;
  font-weight: bold;

}

.detail-item .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1em;
}

.detail-item .desc {
  font-size: .9em;
  line-height: 1.3;
}

@media screen and (min-width:44em) {
  .details .container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    max-width: 52em;
    padding: 8px 5px 8px;
  }

  .detail-item {
    background-color: transparent;
    background-position: 15px 10px;
    background-repeat: no-repeat;
    background-size: 40px;
    margin: 5px 5px;
    padding: 10px 20px 10px 70px;
    text-align: left;
    width: 250px;
  }

  .detail-item .title {
    font-size: 1.1em;
    line-height: 1.1;
    margin-bottom: 5px;
  }

  .detail-item .desc {
    font-size: 0.95em;
    line-height: 1.3;
  }

  .-date,
  .-duration {
    border-right: 2px solid #0000001c;
  }
}

@media screen and (min-width:49em) {
  .details .container {
    max-width: 60em;
  }

  .detail-item {
    width: 290px;
    padding: 10px 20px 10px 70px;
  }
}

.result {
  text-align: center;
  margin: 0 auto 40px;
}

.result .container {
  background-color: #e9f4ff;
  background-image: none;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 10px 20px 20px;
  text-align: center;
}

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

  .result .container {
    background-color: #e9f4ff;
    background: #e9f4ff url(/_img/toolbox/p/aca/aca_certified.svg) center left no-repeat;
    background-size: 180px;
    background-position: 20px 25px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px 20px 20px 200px;
  }
}

.result h2 {
  color: var(--colorHeadline);
  margin: 0 0 0;
  font-size: 1.5em;
}

.result .-eyebrow,
.result .-chin {
  color: var(--colorBody);
}

.result .-chin {
  color: var(--colorSubhead);
  font-size: 0.8em;
  line-height: 1.2;
  margin: 5px auto 0;
}

.instructors {
  padding: 0 8px;
}

.instructors .container {
  background-color: #fff;
  background-image: linear-gradient(#fff, #f6fcff 77%);
  border: 4px solid #daf1ff;
  border-radius: 12px;
  margin: 0 auto 36px;
  max-width: 48em;
  padding: 30px 20px 15px;
}

.instructors h2 {
  font-size: 2em;
  line-height: 1;
  margin: 0 auto 20px;
}

.instructors .title {
  border-bottom: 2px solid #c8e4f5;
}

.instructors .-chin {
  font-size: 0.7em;
  margin: 20px auto 0;
}

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

}

.instructor-card {
  margin: 15px 15px 25px;
  width: 270px;
  text-align: center;
}

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

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

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

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


.syllabus .container {
  max-width: 48em;
}

.syllabus-card {
  border: 3px solid #2494D6;
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95em;
  justify-content: center;
  margin: 0 2px 30px;
  padding: 30px 40px;
  column-gap: 10px;
  row-gap: 10px;
}

@media screen and (min-width:30em) {
  .syllabus-card ul {
    columns: 2;
  }
}

@media screen and (max-width:30em) {
  .syllabus-card ul {
    margin: 0;
  }

  .syllabus-card li {
    margin: 0 0 10px;
    padding: 0;
  }
}

.syllabus-card ul li {
  margin: 0 20px 20px 0;
  line-height: 1.3;
}

.syllabus-card ul.fa-ez li::before {
  content: '\f00c';
  font-size: 1em;
  color: #2494d6;
  margin-top: 0;
  margin-left: -1.5em;
}

.card-description {
  width: 65%;
  flex: 1 1 500px;
}

.card-description h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 20px;
}

.card-description .-label {
  background-color: #2494d6;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 0.66em;
  margin: 0 auto 0;
  padding: 4px 8px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}

@media screen and (min-width:30em) {
  .card-description .-label {

    margin: 0 0 0;

  }

}

.card-instructors {
  align-content: flex-start;
  column-gap: 10px;
  display: flex;
  flex: 1 1 154px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 5px;
  padding: 20px 10px 10px;
  row-gap: 15px;
}

.instructor .caption {
  color: #888;
  font-size: 0.7em;
  font-weight: normal;
  flex: 0 0 100px;
  text-align: center;

}

.instructor img {
  border-radius: 100%;
  max-width: 100px;
}

.points {
  border-top: 1px solid #5aafe0;
  padding: 20px 0;
  flex: 1 1 100%;
}

.summary {
  line-height: 1.3;
  margin: auto;
  max-width: 33em;
  text-align: center;
}

.summary .-label {
  display: block;
  font-weight: bold;
}

.icon-grid .container {
  max-width: 44em;
  padding: 0 0 50px;
}

.icon-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 30px;
  row-gap: 30px;

}

.icon-item {

  font-size: 0.9em;
  flex: 0 1 150px;
  line-height: 1.1;
  text-align: center;
}

@media screen and (min-width:30em) {
  .icon-item {
    flex: 0 1 200px;
  }

}

.icon {
  max-width: 65px;
  display: block;
  margin: auto;
}

.capstone {}

.capstone-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  margin: 0 auto;
  max-width: 870px;
  padding: 5px 5px 5px;
}

.capstone-item {
  background-color: #f4f4f4;
  border-radius: 5px;
  flex: 1 1 360px;
  margin: 5px 5px 5px;
  padding: 20px 10px 10px;
}

.capstone-item h3 {
  font-size: 1.4em;
  margin: 0;
  text-align: center;
}

.capstone-item p {
  line-height: 1.2;
  margin: 0.5em 1em 0.5em;
  text-align: center;
}

.capstone-image {
  border: 2px solid #ebebeb;
  border-radius: 5px;
  display: block;
  margin: 0 auto 1.5em;
}



/* Mid Masthead Section*/

.mid-mast {
  background: linear-gradient(#000000c0, #000000d3), url(https://www.awai.com/_img/toolbox/p/aca/aca_midmast_bg_02.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}

.mid-mast .container {
  padding: 70px 10px 70px;
}

.mid-mast h2 {
  border-bottom: 3px solid #ffffff55;
  font-size: 2em;
  color: #fff;
  margin: 0.2em 0 0.3em;
  max-width: 15em;
  padding: 0 0 0.3em;
  text-align: center;
  text-transform: uppercase;
}

.mid-mast h3 {

  font-size: 2.2em;
  color: #fff;
  margin: 0 0 0;

  padding: 0 0 10px;
  text-align: center;
}

.mid-mast .icon {
  max-width: 150px;
  margin: 0 auto;
}

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

  .mid-mast h2 {

    font-size: 3em;
  }
}

.lh1-2 {
  line-height: 1.2;
}

.lead .container {

  max-width: 50em;

}

.founders-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 15px;
  column-gap: 15px;
  margin: 75px auto 30px;
}

.founders-item {
  background-color: #e9f4ff;
  border-radius: 5px;
  flex: 0 0 300px;
  padding: 30px 10px 10px;
  margin: 15px 10px 25px;

}

.founders-item .-photo {
  border-radius: 100px;
  display: block;
  margin: -75px auto 20px;
  max-width: 100px;
}

.founders-item .-quote {
  font-size: 0.8em;
  line-height: 1.3;
}

.founders-item .cited {
  font-size: 0.8em;
  line-height: 1.2;
  margin: 0.5em 0 0.25em;
}

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

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

}

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

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

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