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

/* ROOT COLOR STYLE VARS */
:root {
  /* Base */
  --colorBody: #222222;
  --colorBg: #fff;
  /* Headline */
  --colorHeadline: #293e9d;
  --colorSubhead: #293e9d;
  /* Bullet Colors */
  --color1Bullet: #293e9d;
  --color2Bullet: #299d2f;
  /* Boxes & Quotes*/
  --colorCallout: #bfe2fd;
  --colorBox1: #bfe2fd;
  --colorBox2: #d3ffd3;
  --colorBox3: #ffedd3;
  /*  Colors Sets */
  --color1: #293e9d;
  --color1Alt: #091d79;
  --color1SetBullet: #091d79;
  --color1Bg: #bfe2fd;
  --color1BgAlt: #9bc9ee;
  --color2: #299d2f;
  --color2Alt: #136e18;
  --color2SetBullet: #136e18;;
  --color2Bg: #d3ffd3;
  --color2BgAlt: #afdaaf;
  --color3: #ff9900;
  --color3Alt: #e38700;
  --color3SetBullet: #ff9900;
  --color3Bg: #ffedd3;
  --color3BgAlt: #f9e4c5;
  /* Highlighters */
  --highlight1: #fffdcc;
  --highlight1Brdr: #f1ee9c;
  /* use for <u> decoration */
  --highlight2: #e4f5ff;
  --highlight2Brdr: #1575a8;
  /* use for <u> decoration */
  --highlight3: #e6fcff;
  --highlight3Brdr: #61abb5;
  /* use for <u> decoration */
  --highlight4: #e8f5cd;
  --highlight4Brdr: #d1e99a;
  /* use for <u> decoration */
  /* Footer */
  --footer: #999;
  --footerBg: #232323;
  /* BREAKPOINTS*/
}


/* FONTS */
/* Regular - 400 */
@font-face {
	font-family: 'Geomanist';
	src: 
	local('Geomanist'),
	local('Geomanist-Regular'),
	url("/_fonts/Geomanist-Regular.woff2") format("woff2"),
	url("/_fonts/Geomanist-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}

/* Italic - 400 */
@font-face {
	font-family: 'Geomanist';
	src: 
	local('Geomanist-Italic'),
	local('Geomanist-RegularItalic'),
	url("/_fonts/Geomanist-RegularItalic.woff2") format("woff2"),
	url("/_fonts/Geomanist-RegularItalic.woff") format("woff");
	font-weight: 400;
	font-style: italic;
}

/* Medium - 500 */
@font-face {
	font-family: 'Geomanist';
	src: 
	local('Geomanist-Medium'),
	url("/_fonts/Geomanist-Medium.woff2") format("woff2"),
	url("/_fonts/Geomanist-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

/* Medium Italic - 500 */
@font-face {
	font-family: 'Geomanist';
	src: 
	local('Geomanist-MediumItalic'),
	url("/_fonts/Geomanist-MediumItalic.woff2") format("woff2"),
	url("/_fonts/Geomanist-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
}

/* Bold - 700 */
@font-face {
	font-family: 'Geomanist';
	src: 
	local('Geomanist-Bold'),
	url("/_fonts/Geomanist-Bold.woff2") format("woff2"),
	url("/_fonts/Geomanist-Bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
}

/* Bold Italic - 700 */
@font-face {
	font-family: 'Geomanist';
	src: 
	local('Geomanist-BoldItalic'),
	url("/_fonts/Geomanist-BoldItalic.woff2") format("woff2"),
	url("/_fonts/Geomanist-BoldItalic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
}



/* Basic Document Setup 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: 1px 10px
}

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

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headline);
  font-family: "Geomanist", -apple-system, "Segoe UI", Calibri, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.content h1,
.content .h1 {
  font-size: 2.2em;
}

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

.content h3,
.content .h3 {
  color: var(--colorSubhead);
  text-align: center;
  margin: 32px 5px 24px;
}


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

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

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


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

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

  .content h3,
  .content .h3 {
    font-size: 1.5em;
    margin: 32px 60px 24px;
  }

  h2.-underscore::after,
  h3.-underscore::after {
    background-image: linear-gradient(to right, var(--color1), var(--color3));
    border-radius: 100px;
    content: "";
    display: block;
    height: 1px;
    margin: 15px auto;
    max-width: 700px;
    padding: 1px 0;
  }
}


.content u {
  text-decoration-thickness: 2px;
}

.content u.-thick {
  text-decoration-thickness: 4px;
}

u.underscore {
  text-decoration-thickness: 2px;
  text-decoration-color: var(--colorBody);
}

u.underscore.-blue {
  text-decoration-thickness: 3px;
  background-color: #e4f5ff;
  text-decoration-color: #1575a8;

}

/* FontAwesome UL Bullets */
.ul2col {
  columns: 2;
}

.ul2col li {
  margin: 0 0 0.75em 0;
  line-height: 1.1;
}

ol.strong {
  font-weight: bold;
  color: var(--colorSubhead)
}

ol.strong p {
  font-weight: normal !important;
  color: var(--colorBody)
}

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: -3px;
  color: #990000;
}


ul.fa-ez.-cert li:before {
  /*EXTRA - Burst or Certificate Star */
  content: '\f0a3';
  font-size: 1em;
  margin-left: -1.75em;
  margin-top: 0px;
  color: var(--color1Bullet);

}

ul.fa-ez.-check li:before {
  /*EXTRA - CHECKMARK */
  content: '\f00c';
  font-size: 1em;
  margin-left: -1.75em;
  margin-top: 0px;
  color: var(--color1Bullet);
}

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

ul.fa-ez.-bell li:before {
  /* EXTRA - DASH */
  content: '\f0f3';
  /*dash*/
  font-size: 0.8em;
  margin-left: -1.75em;
  margin-top: 2px;
  color: var(--color1Bullet);
}
ul.fa-ez.-dash li:before {
  /* EXTRA - DASH */
  content: '\f068';
  /*dash*/
  font-size: 0.8em;
  margin-left: -1.75em;
  margin-top: 2px;
  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 {
  /* EXTRA - Giftbox */

  content: '\f06b';
  font-size: 1.33em;
  margin-left: -1.5em;
  margin-top: -6px;
  /*color: var(--color3Bullet);*/
}

ul.fa-ez.-user li::before {
  /* EXTRA - User Icon */

  content: '\f007';
  font-size: 1.33em;
  margin-left: -1.5em;
  margin-top: -6px;
  /*color: var(--color3Bullet);*/
}

ul.fa-ez.-user-o li::before {
  content: '\f2be';
  font-size: 0.9em;
  margin-left: -1.75em;
  margin-top: 1px;
  color: var(--color2);
}

ul.fa-ez.-question li::before {
  content: '\f059';
  font-size: 1.1em;
  margin-left: -1.75em;
  margin-top: -2px;
  color: var(--color1Bullet);
}

ul.fa-ez li {
  list-style-image: none;
}

ul.fa-ez.-grass li:before {
  color: #6eb53d !important;
}
ul.fa-ez.-orange li:before {
  color: var(--color3SetBullet) !important;
}

@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,
picture {
  margin: 0 auto;
  padding: 0;
  max-width: 380px;
}

figure img,
picture img {
  display: block;
  margin: auto;
  max-width: 100%;
}

figure.-full {
  max-width: none;
}

figure.-border img,
picture.-border img {
  border: 1px solid #ededed;
}

figure.-shadow img,
picture.-shadow img {
  box-shadow: 0 12px 16px -16px #666;
}

figure.-rounded img,
picture.-rounded {
  border-radius: 8px;
}

figure.-inset {
  margin: 0 1em;
}

.-left,
.-right {
  float: none;
}

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

  /*Desktop*/
  figure {
    display: block;
    margin: 0 auto 1em;
    max-width: 100%;
    ;
  }

  figure img,
  picture 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: 30px -50px 30px;
    overflow: visible;
    max-width: none;
  }

  figure.spread {
    /*makes Image wider than content*/
    width: auto;
    margin: 0 -100px;
    overflow: visible;
  }

  figure.-border img,
  picture.-border img {
    border: 5px 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 var(--color1BgAlt);
  border-radius: 50%;
  display: block;
  margin: auto;
  max-width: 220px;
}

.portraitCaption {
  /* 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 {
  align-items: center;
  background-color: var(--color1);
  border-radius: 1em;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.1em;
  font-weight: 500;
  gap: 0.5em 1em;
  justify-content: center;
  letter-spacing: 0.5px;
  line-height: 1.1;
  margin: 0 auto 30px;
  max-width: none;
  padding: 15px 20px;
  text-align: center;
}

/** MAIN HEADER  **/
.header {
  background: #f4f4f4 url(/_img/toolbox/p/wcs/agsquare.png) repeat;
  margin: 0 0 10px;
  padding: 30px 0 90px;
}

/* 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(--color3Alt);
  font-size: 1.3em;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin: 20px auto;
  max-width: 22em;
  padding: 0;
  text-align: center;
}

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

.flare {
	background-image: linear-gradient(to right in oklch, hsl(59.1, 100%, 50%), hsl(33.6, 100%, 50%));
	background-clip: text;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
	color: transparent;
}

u.flare {
	background-image:
  linear-gradient(to right in oklch, hsl(59.1, 100%, 50%), hsl(33.6, 100%, 50%)), 
  linear-gradient(to right in oklch, hsl(59.1, 100%, 50%), hsl(33.6, 100%, 50%)) 
  ;
	background-clip: text, padding-box;
  background-position: 0 0, center 80%;
  background-size: 100% 100%, 99% 3px;
  background-repeat: no-repeat;
	color: transparent;
}

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

.headerHeadline .-emphasis {
  font-size: 1.1em;
  line-height: 0.9;
}

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

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

.headerPostHeadline {
  color: #f9ffb6;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin: 30px auto 50px;
  padding: 0 10px;
  text-align: center;
}

.header .icon {
  display: block;
  color: var(--color1Bullet);
  font-size: 2em;
  line-height: 1;
}

.leadHeadline,
h2.leadHeadline {
  font-size: 1.2em;
  font-weight: 500;

  line-height: 1.1;
  margin: 1em auto;
  text-align: center;
}

.headerList {
  display: block;
  background: #fff;
  position: relative;
  z-index: 2;
  margin: 40px auto -45px;
  padding: 1px 10px 10px;
  border-radius: 1em;
  box-shadow:
  0 0 0 10px rgba(255, 255, 255, 0.3),
  1px 5px 10px rgba(0, 0, 0, .3);
}

.headerList ul {
  margin: 0 1em 0 3em;
}

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

@media screen and (min-width:35.75em) {
  /*Desktop*/
  .ribbon {
    flex-direction: row;
    font-size: 1.3em;
    text-align: left;
  }

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

  .headerPreHeadline {
    font-size: 1.5em;
    letter-spacing: -1px;
    line-height: 1.1;
  }



  h1.headerHeadline,
  .h1.headerHeadline {
    font-size: 2.6em;
    letter-spacing: -1px;
    line-height: 1;
  }

.headerHeadline .-emphasis {
  font-size: 1.4em;
}

  .headerHeadline .-eyebrow {
    font-size: 50%;
    margin: 0 0 10px 0;
  }
  
  .headerHeadline .-chin {
    font-size: 50%;
    padding: 5px 0 0;
  }

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

  .header .icon {
    font-size: 4.5em;
  }

  .leadHeadline {
    font-size: 1.3em;
    letter-spacing: -0.5px;
    line-height: 1.2;
  }

  .headerList {
    font-size: 1.1em;
  }

  h2.spreadSubhead {
    font-size: 4.5em;
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
  }
}

/* General Text Enhancements*/
/***************************/
.-eyebrow,
.-chin {
  /* small text eyebrows for HXs*/
  color: var(--colorBody);
  display: block;
  font-size: .85em;
}

blockquote {
  border-left: 8px solid var(--color2BgAlt);
  background-color: var(--color2Bg);
  background-image: linear-gradient(90deg, var(--color2Bg), #f3fdf3);
  padding: 0.25em 2em;
}

.container > blockquote + p {
	margin-top: 0;
}

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

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

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

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

}

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



/** Lead Styles **/
/* This section immediately follows the header */
.lead {
  padding-top: 10px;
}


.section.lead {
  background-color: #fff;
  padding: 20px 20px;
}


@media screen and (min-width:30em) {
  .section.lead {
    margin: 0 auto;
    padding: 170px 10px 0;
  }

  .lead .container {
    margin: 0 auto;
    max-width: 43.5em;
  }

  .lead h2 {
    margin-top: 0;
    font-size: 1.5em;
    line-height: 1.33;
  }
}

/** Section Base Styles **/
/* Colored Sections -- Spacing & Colors */
.section {
  /*no change from base*/
  margin: 0;
  padding: 0;
}



/*******************/
/** CTA/Button Styles **/
.cta.-eyebrow {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: -8px;
  text-align: center;
}

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

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

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

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

  /*Desktop*/
  .cta.-button {
    font-size: 1.5em;
    padding: 12px 20px 12px;
  }
}

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

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

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

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

.module .container {
  /* this is set along with .container */
  margin-top: 100px;
  margin-bottom: -100px;
  padding-top: 100px;
  /* padding-bottom: 50px; Removed for nested .numbered sections */
  padding-bottom: 30px;
}

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

.module ul.fa-ez li:before {
  color: var(--color1SetBullet);
}

.label .-icon {
  font-size: 1.5em;
  display: block;
  text-align: center;
  margin: 0 0 0.25em;
}

.module .title {
  color: #333;
  display: block;
  font-size: 1em;
  line-height: 1.1;
  text-align: center;
}
.module .date {
  color:var(--color2Bullet);
  display: block;
  font-size:0.85em;
  font-family: 'Courier Prime', Courier, monospace;
  margin:0;
  line-height: 1.1;
  text-transform: uppercase;

}

@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(--color1SetBullet);
}

.module.-set2 {
  background-color: var(--color2Bg);
}

.module.-set2 .label {
  border-color: var(--color2Bg);
  background-color: var(--color2);
}

.module.-set2 ul.fa-ez li:before {
  color: var(--color2SetBullet);
}

.module.-set3 {
  background-color: var(--color3Bg);
}

.module.-set3 .label {
  border-color: var(--color3Bg);
  background-color: var(--color3Alt);
}

.module.-set3 ul.fa-ez li:before {
  color: var(--color3SetBullet);
}



.module.-last {
  margin-bottom: 0;
  padding-bottom: 100px;
}

/* Basic Callout Box + Variants*/
.callout {
  background-color: var(--colorCallout);
  border-radius: 12px;
  margin: 20px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
}

.callout.-style2 {
  background-color: var(--colorBox2);
}

.callout.-style2 h2,
.callout.-style2 h3 {
  color: #000;
}

.callout h2 {
  border: none;
}

.callout.-shadow {
  box-shadow: 1px 5px 10px rgba(0, 0, 0, .3);
}

.callout.-right {
  float: none;
}

.callout>* {
  margin-top: 0
}

@media screen and (max-width:30em) {
  .callout ul.fa-ez {
    margin: 0 .5em 0 1.5em;
  }
}

/* Callout Style VAriations*/

.callout.-unlock {
  background-color: #d9f2db;
  background-image: none;
  margin: 40px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
}

.callout.-unlock::before {
  color: #aabcac;
  content: '\f13e';
  font-family: 'FontAwesome';
  font-size: 3em;
  display: block;
  margin: -54px auto 0;
  text-align: center;
}
.callout.-dialog {
  background-color: #d9f2db;
  background-image: none;
  margin: 40px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
}

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

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

.callout.-example {
  background-color: #ffedd3;
}

.callout.-guarantee {
  margin: 60px auto 15px;
  padding: 20px 25px 10px;
  background-image: linear-gradient(164deg, #e6fce7 66%, #d9f2db);
  border: 4px solid #d9f2db;
  box-shadow: 0 8px 8px -6px #33333355;
}

.-guarantee h2 {
  letter-spacing: -1px;
}

.-guarantee figure {
  margin: -130px auto 20px;
}

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

.callout.-outcome {
  background-color: #fff;
  background:transparent linear-gradient(177deg, #fff, var(--color3Bg));
  border:4px solid var(--color3BgAlt);
  padding: 20px 20px 10px;
  margin: 2em 2em;
  line-height: 1.2;
}

.callout.-outcome:before {
  color: var(--color3);
  content: '\f11e';
  font-family: 'FontAwesome';
  font-size: 3em;
  display: block;
  margin: -54px auto 0;
  text-align: center;
}

.callout.-outcome h3 {
  color: var(--color3);
  font-size: 1.3em;
  text-align: left;
  margin: 0.5em 0 1em 0;
}
.callout.-outcome ul.fa-ez li:before {
  color: var(--color3SetBullet) !important;
}

.callout.-output {
  background-color: #f9f9f9;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  color: #444;
  font-family: 'Roboto', Courier, monospace;
  font-size: 1em;
  line-height: 1.4;
}

.callout.-output .highlight {
  display: inline;
  background-color: var(--highlight1);
}


.callout.-question {
  background-color: #fafafa;
  margin: 20px auto 15px;
  padding: 5px 10px 5px;
  position: relative;
}

.callout.-question::before {
  color: #aabcac;

  content: '\f059';
  font-family: 'FontAwesome';
  font-size: 3em;
  display: block;
  margin: -54px auto 0;
  text-align: center;
}

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

.callout.-screen ul.fa-ez.-bullet {
  margin: 20px 11px 30px;
}

.callout.-screen .highlight {
  display: inline;
  background-color: var(--highlight1);
}

.callout.-screen ul.fa-ez.-bullet li::before {
  color: #f0f0f9;
  content: '\f111';
  font-size: 0.33em;
  margin-left: -2em;
  margin-top: -2px;
  /* margin-left: ; */
}

/** Testimonial **/
.callout.-testimonial {
  /*background-color: #eadda7;
   (background: radial-gradient(ellipse farthest-corner at right bottom, rgba(255, 233, 128, 0.6) 0%, rgba(255, 198, 84, 0.6) 8%, rgba(203, 170, 101, 0.6) 30%, rgba(200, 170, 105, 0.6) 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 172, 0.6) 8%, rgba(209, 180, 100, 0.6) 25%, rgba(126, 105, 58, 0.6) 62.5%, rgba(147, 117, 48, 0.6) 100%);*/
  /*box-shadow: 0.5em 0.5em 1em -0.5em rgba(0, 0, 0, 0.5);*/
  background-color: var(--colorBox1);
  border-radius: 8px;
  color: var(--colorBody);
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin: 2em 0.5em;
  padding: 20px 30px 20px;
  box-shadow: 0px 6px 6px -6px #333333;
}

.callout.-golden {
  background-color: var(--colorBox1);
  background-color: #eadda7;
  background: radial-gradient(ellipse farthest-corner at right bottom, rgba(255, 233, 128, 0.6) 0%, rgba(255, 198, 84, 0.6) 8%, rgba(203, 170, 101, 0.6) 30%, rgba(200, 170, 105, 0.6) 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 172, 0.6) 8%, rgba(209, 180, 100, 0.6) 25%, rgba(126, 105, 58, 0.6) 62.5%, rgba(147, 117, 48, 0.6) 100%);
  border-radius: 8px;
  color: var(--colorBody);
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin: 2em auto;
  padding: 20px 30px 20px;
  box-shadow: 0.5em 0.5em 1em -0.5em rgba(0, 0, 0, 0.5);
}




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



.callout.-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.flex {
    margin: 1.5em 2em;
  }


  .callout.-outcome,
  .callout.-dialog,
  .callout.-question {
    padding: 30px;
    margin: 2em 2em;
  }

  .callout.-gear {
    padding: 15px;
    margin: 1em 1.5em;
  }
  .callout.-outcome::before,
  .callout.-dialog::before,
  .callout.-question::before {
    display: block;
    position: absolute;
    top: -45px;
    right: -20px;
    margin: 0 0 0;
  }
  .callout.-outcome::before {
    font-size:3.5em;
    top: -25px;
    right: -20px;
    margin: 0 0 0;
  }

  .callout.-output {
    border-top: 2px solid #ededed;
    border-bottom: 2px solid #ededed;
  }

  .callout.-output .highlight {
    display: inline;
    background-color: var(--highlight1);
  }

  .callout.-screen {
    background: #444654 url(/_img/toolbox/p/aic/cgpt_icon.png) no-repeat;
    background-position: 20px 20px;
    background-size: 40px;
    margin: 20px 0 0 0;
    padding: 30px 30px 30px 90px;
  }

  .callout.-screen h3 {
    padding-right: 105px;
  }

  .callout.-screen::before {
    content: '';
    display: block;
    background: transparent url(/_img/toolbox/p/aic/cgpt_thumbs.png) top right no-repeat;
    background-size: 90px 25px;
    height: 25px;
    top: 0;
    right: 0;
    position: relative;
    margin: 0 0 -30px 0;
  }
}

@media screen and (min-width:55em) {
  .callout.-screen {
    border: 25px solid #2c2e38;
    margin: 25px -80px;
    overflow: visible;
    padding: 30px 30px 30px 90px;
  }

  .callout.-screen h3 {
    max-width: 600px;
  }
}

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

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

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

  .callout.-testimonial {
    margin: 2em 2em;
  }

  .callout.-email {
    font-size: 1.33em;
  }

  .callout.-right {
    float: right;
    max-width: 12em;
    margin: 0 0 20px 25px;
  }
}

@media screen and (min-width:54em) {
  .callout.-right {
    max-width: 14em;
    margin: 0 -50px 20px 25px;
  }

  .callout.-right_large {
    float: right;
    max-width: 16em;
    margin: 0 0 20px 25px;
  }
}

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


/* COS Bio Box Testimonial */
.testimonial {
  display: block;
  margin: 0 auto 1.5em;

}

.testimonialPortrait {
  border: 4px solid #fff;
  /*creates white ring style*/
  border-radius: 100%;
  margin: auto;
  max-width: 232px;
  position: relative;
  z-index: 9;
}

.testimonialImage {
  border-radius: 100%;
  border: 16px solid var(--colorBox1);
  display: block;
  margin: 0 auto 5px;
  max-width: 200px;
}

.testimonialText {
  display: block;
  background-color: var(--colorBox1);
  border-radius: 12px;
  font-weight: 500;
  padding: 64px 20px 15px;
  margin: -84px 15px 0;
  /* lifts text box into portrait for conjoined look*/
  box-shadow: 0 12px 12px -12px #00000035;
}



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

  .testimonialText {
    margin: -84px 50px 0;
  }

}

.bioText p:first-child {
  margin-top: 0;
}

/** MODULES **/
.tabbed {
  /* background: var(--color1Bg) url(/_img/toolbox/p/gho/wave-white.svg) bottom center no-repeat; */
  background-color: #d2f4d3;
  background-image: linear-gradient(175deg, #d2f4d3, #aee0b0);
  border-radius: 12px;
  margin: 40px auto 0;
  padding: 15px 20px 20px;
  max-width: 30em;
}

.tabbed.-shadow {
  box-shadow: 0 12px 12px -12px #555;
}

.tabbed h3 {
  text-align: center;
}

.tabbed .label {
  background-color: #b1e9b3;
  /* border: 8px solid var(--color1Bg); */
  border-radius: 100px;
  color: var(--colorBody);
  display: block;
  font-size: 0.9em;
  font-weight: 800;
  font-family: "Courier Prime", monospace;
  max-width: 300px;
  margin: -78px auto 25px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
}

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

.tabbed .title {
  display: block;
  font-family: "Geomanist", Helvetica, Verdana, sans-serif;
  font-size: 1.25em;
  line-height: 1.1;
  color: #333;
  text-align: center;
}

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

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

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

.tabbed.-set1 {
  background-color: var(--color2Bg);
}

.tabbed.-set1 .label {
  border-color: var(--color2);
  background-color: var(--color2);
}

.-tabbed.-set2 {
  background-color: var(--color2Bg);
}

.tabbed.-set2 .label {
  border-color: var(--color2);
  background-color: var(--color2Alt);
}

.tabbed.-last {
  margin-bottom: 0;
  padding-bottom: 50px;
}

/* Line Height Override*/

.lh1,
.lh-xs {
  line-height: 1 !important;
}

.lh1-1,
.lh-sm {
  line-height: 1.1 !important;
}

.lh1-2,
.lh-md {
  line-height: 1.2 !important;
}


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

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

.mblock {
  display: block;
}

@media screen and (min-width:800px) {
  .no-tab {
    display: none;
  }
}

@media screen and (min-width:980px) {

  /*Desktop*/
  .mblock {
    display: none;
  }

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

  .alb {
    display: block
  }
}


/* Basic Colors */
.-color1 {
  color: var(--color1);
}

/* Color Sets*/
.-colorSet1 {
  color: var(--colorBody);
  background-color: var(--color1Bg);
}

.-colorSet1 h2 {
  color: var(--colorBody);
}

.-colorSet1Alt {
  color: var(--colorBody);
  background-color: var(--color1BgAlt);
}

.-colorSet2 ul.fa-ez li:before {
  color: var(--color1SetBullet);
}

.-colorSet2 {
  color: var(--colorBody);
  background-color: var(--color2Bg);
}

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

.-colorSet2 ul.fa-ez li:before {
  color: var(--color2SetBullet);
}


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

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

.color1Alt {
  color: var(--color1Alt) !important
}

.color2 {
  color: var(--color2) !important
}

.color2Alt {
  color: var(--color2Alt) !important
}

.color3 {
  color: var(--color3) !important
}

.color3Alt {
  color: var(--color3Alt) !important
}

.-grass {
  color: #6eb53d !important;
}

.numbered {
  padding: 0 0 30px 0
}

.numbered h2,
.numbered h3 {
  color: var(--colorBody)
  padding: 20px 0 10px 0;
}

.numbered h3 {
  text-align: center;
}

.numbered .label {
  /* border-top: 4px solid var(--color1Alt); */
  /* border-bottom: 2px solid #7bc6bd; */
  color: var(--color2);
  display: block;
  font-family: 'Courier Prime', 'Courier New', Courier, monospace;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 10px;
  max-width: 300px;
  padding: 12px 17px 0 17px;
  text-align: center;
  text-transform: uppercase;
}

.numbered .label::after {
  background-color: var(--color2);
  display: block;
  content: "";
  font-size: 1em;
  margin: 5px 0 10px;
  padding: 1px 0 1px;
  height: 2px;
  max-width: 300px;
}

/** Numbered Box - Left FLoating Cirlce Digit/Icon **/
.numberbox {
  background-color: var(--color3Bg);
  border-radius: 12px;
  padding: 30px 20px 45px;
  margin: 50px 10px 40px;
}

.numberbox h2,
.numberbox h3 {
  color: var(--colorBody);
  background-color: var(--color3Bg);
  border: none;
  font-size: 1.4em;
  line-height: 1;
  
  margin:0 0 0.75em 0;
  position: relative;
  padding: 13px 0 0 0px;
  text-align: center;
}

.numberbox h3 {
  font-size: 1.2em;
  margin:0 0 0.75em 0;
  line-height: 1;
  text-align: center;

}


.numberbox ul.fa-ez li:before {
  color: var(--color3SetBullet);
}

.numberbox .label {
  border: 5px solid var(--color3Bg);
  background-color: #fdfdfd;
  border-radius: 50px;
  display: block;
  font-size: 1.5em;
  margin: -75px auto 30px;
  padding: 20px;
  text-align: center;
  max-width: 80px;
}

.numberbox .title {
  display: block;
  margin: 4px 5px 20px 0;
  text-align: center;
}

.numberbox .title .-eyebrow {
  margin: 10px 0 10px 0;
}

@media screen and (min-width:30em) {
  .numbered .title {
    font-size: 1.1em;
  }

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

  .numberbox .label {
    border: 5px solid var(--color3Bg);
    border-radius: 100%;
    display: block;
    font-size: 1.25em;
    margin: 0 0 0 0;
    padding: 16px 20px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -92px;
  }

  
  .numberbox h2 {
    font-size: 1.8em;
  }
  
  .numberbox h3 {
    font-size: 1.5em;
    margin:0 0 0.75em 0;
  }
  .numberbox .title {
    margin: 10px 5px 10px 0;
    text-align: center;
  }

  .numberbox .title .-eyebrow {
    margin: 10px 0 10px 0 !important;
  }
}

/** end Numbered Box **/
.emoji {
  font-size: 1.2em;
}

.emoji.-subhead {
  display: block;
  font-size: 3.5em;
  text-align: center;
}

h2 .icon {
  display: block;
  margin: 0 auto -0.25em;
  max-width: 4em;
  opacity: 0.75;
}



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

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

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

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

@media screen and (min-width:780px) {
  .player {
    margin: auto;
    max-width: 700px;
  }

  .player iframe {
    border-radius: 10px;
    box-shadow: 0 16px 16px -18px #333;
    border: 8px solid #cacfd6;
  }

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

}

@media screen and (min-width:780px) {
  .player {
    margin: auto;
    max-width: 700px;
  }

  .player iframe {
    border-radius: 10px;
    box-shadow: 0 16px 16px -18px #333;
    border: 8px solid #cacfd6;
  }

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

  }
}

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



/* Fee List Section */

.fee-list {
  align-content: space-between;
	display: flex;
  flex-wrap: wrap;
  gap: 1em 1em;
	justify-content: center;
	margin-top: 2em;
}

.fee-list-item {
	box-sizing:border-box;
	width: 46%;
  width: calc(50% - 1em);
}

.fee-list-fee {
	background-color: var(--color2);
	border-radius: 0.5em;
	color: #fff;
	display: block;
	font-size: 1em;
  font-size: clamp(0.7em, 4vw, 1.5em);
	font-weight: bold;
  line-height: 1;
	margin: 1em auto 0.5em;
	max-width: 10em;
  padding: 0.5em 0.25em 0.4em;
}

.fee-list-item img {
	border-radius: 0.5em;
	max-width: 200px;
	width: 80%;
}

.fee-list-copy {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0.5em auto 0;
}

@media screen and (min-width:54em) {
	.fee-list-fee { font-size: 0.8em; }

	.fee-list-item {
    width: 18%;
    width: calc(20% - 1em);
  }
}

@media screen and (min-width:70em) {
	.fee-list-fee { font-size: 1em; }
}

@media screen and (min-width:85em) {
	.fee-list-fee { font-size: 1.2em; }
}

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


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

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

.mono {
  font-family: 'Courier Prime', monospace;
  letter-spacing: -1px;

}

.flex.-reverse {
  flex-direction: row;
}

.flex0 {
  flex: 0 0 auto;
}

/* Flex rules from singles.css */
@media screen and (min-width:30em) {
  .flex {
    display: flex;
    gap: 1em;
    margin: 0 auto 1.4em auto;
  }

  .flex.-centered {
    justify-content: center !important;
    align-items: center !important;
  }

  .flex.-start {
    justify-content: center !important;
    align-items: flex-start !important;
  }

  .flex.-gap-large {
    gap: 2em !important;
  }

  .flex.-wrap {
    flex-wrap: wrap !important;
  }

  .flex.-reverse {
    flex-direction: row-reverse;
  }
}

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





figure.-fancy img {
  max-width: 250px;
}

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

  figure.-fancy {
    margin: 20px -100px 20px 30px;
  }

  figure.-fancy img {
    border-radius: 8px;
    border: 15px solid #e1f4cd;
    transform: rotate(2deg);
    box-shadow: 0 12px 12px -12px #0000001a;
  }

}