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

/* ROOT COLOR STYLE VARS */
:root {
  /* Base */
  --colorBody: #222222;
  --colorBg: #fff;
  /* Headline */
  --colorHeadline: #f89f1a;
  --colorSubhead: #05284d;
  /* Bullet Colors */
  --color1Bullet: #45b749;
  --color2Bullet: #2c8a2f;
  /* Boxes & Quotes*/
  --colorCallout: #ebebeb;
  --colorBox1: #d8f0fa;
  --colorBox2: #ffddc7;
  --colorBox3: #f7efbe;
  /*  Colors Sets */
  --color1: #88713b;
  --color1Alt: #a28950;
  --color1SetBullet: #866f38;
  --color1Bg: #f4efc9;
  --color1BgAlt: #f0e7a9;
  --color2: #004968;
  --color2Alt: #03374d;
  --color2Inverse: #7bd7ff;
  --color2SetBullet: #05445f;
  --color2Bg: #d8f0fa;
  --color2BgAlt: #cdeefc;
  --color3: #38600d;
  --color3Alt: #233e06;
  --color3SetBullet: #2e5208;
  --color3Bg: #eaf9da;
  --color3BgAlt: #e2f8ca;
  /* 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*/
}

/* Basic Document Setup Rules */
/*****************/
html {
  font-size: 100%;
}

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

body p,
body li {
  line-height: 1.5;
}

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

  /*Desktop*/
  body {
    font-size: 1.33em;
    line-height: 1.2;
  }

  body p {
    line-height: 1.5;
  }

  .content ul {
    margin: 0 3em;
  }
}

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

.container {
  padding: 0 10px
}

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

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

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

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

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

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

.content h3,
.content .h3 {
  color: var(--colorSubhead);
  font-size: 1.15;
  font-weight: 600;
  text-align: center;
  /*margin: 32px 5px 24px;*/
}

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

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

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

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

  .content h2,
  .content .h2 {
    color: var(--colorSubhead);
    font-size: 1.8em;
    margin: 48px auto 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-color: #ffb810;
    border-radius: 100px;
    content: "";
    display: block;
    height: 2px;
    margin: 15px auto;
    max-width: 500px;
    padding: 2px 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;
}

u.underscore.-yellow {
  text-decoration-thickness: 3px;
  background-color: transparent;
  text-decoration-color: #f89f1a;
}

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

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

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.-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.-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 {
  /* EXTRA - Giftbox */
  content: '\f06b';
  font-size: 1.33em;
  margin-left: -1.5em;
  margin-top: -6px;
  /*color: var(--color3Bullet);*/
}

ul.fa-ez.-question li::before {
  /* EXTRA - Question */
  content: '\f059';
  font-size: 1.33em;
  margin-left: -1.5em;
  margin-top: -3px;
  /*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 li {
  list-style-image: none;
}

ul.fa-ez.-li-blue li:before {
  color: #09519f !important;
}

ul.fa-ez.-li-green li:before {
  color: #40b448 !important;
}

ul.fa-ez.-li-orange li:before {
  color: #f16921 !important;
}

ul.fa-ez.-li-wine li:before {
  color: #990000 !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;
}

blockquote {
  margin: 1.4em 2em 1.4em 2em;
  padding: 0;
}

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

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

.portraitCaption {
  display: none;
  /* Hidden for Mobile*/
  font-family: "Montserrat", -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: #03314ea0;
  color: #dff2fe
}

.ribbon .container {
  font-size: 1.2em;
  font-weight: 800;
  letter-spacing: 0.5px;
  line-height: 1.1;
  max-width: 30em;
  padding: 15px 20px ;
  text-align: center;
  margin: 0 auto 15px auto;
  /*border-bottom: 4px dashed #e7dbb6;*/
}

/** MAIN HEADER  **/
.header {
  background-color: #fff;
  /*background-image: linear-gradient(#f0fef2 66%, #fff);*/
  margin: 0 0 10px;
  padding: 0 0 ;
  background-color: transparent;
  background: linear-gradient(rgba(0, 0, 0, 0.81), rgba(0, 0, 0, 0.86)), url(/_img/toolbox/p/cos/bg_bokeh_dark.jpg) center center no-repeat;
  background-size: cover;
  /*background: #00193d linear-gradient( #000103, #00193d 25%, #001535 90%);*/
}

.headerPreHeadline {
  color: var(--color2Inverse);
  font-size: 1.25em;
  font-weight: 600;
  /*font-family: 'Courier Prime', Courier, monospace;*/
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0 auto 15px;
  padding: 0;
  text-align: center;
}

h1.headerHeadline {
  border-radius: 15px;
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: -0.25px;
  line-height: 1;
  margin: 0 0 0 0;
  padding: 20px 15px;
  text-align: center;
  /* text-transform: uppercase; */
  text-shadow: 00px 00px 90px #ffffff33;
  /* transform: rotate(0.5deg); */
  /* box-shadow: 0 16px 12px -12px #999; */
}

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

.headerHeadline .-eyebrow {
  display: block;
  font-size: 85%;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin:0 0 25px 0;
}

.headerHeadline .-chin {
  color: #fff;
  display: block;
  font-size: 85%;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin:25px 0 10px 0;
}

.headerPostHeadline {
  color: #fff;
  font-size: 1.1em;
  /*font-family: 'Courier Prime', Courier, monospace;*/
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0 auto 1em;
  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.1em;
  font-weight: 400;
  line-height: 1.1;
  margin: 10px 0 30px;
  text-align: center;
}

@media screen and (min-width:760px) {
  h1.headerHeadline {
    font-size: 1.8em;
    letter-spacing: -1px;
    line-height: 1;
    /* margin: 0 300px 10px 10px; */
    margin: 0 0 10px 0;
    padding: 30px 10 30px;
  }
}

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

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

  .header:after {
    background: transparent url(/_img/content/cos/separator-down.svg) bottom center no-repeat;
    background-size: cover;
    content: "";
    display: block;
    /* width: 100%; */
    min-height: 45px;
    margin: -30px 0 60px 0;
  }

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

  h1.headerHeadline {
    font-size: 2em;
  }

  .headerHeadline .-eyebrow {
    font-size: 85%;
    margin: 0 0 20px 0;
    line-height: 1.2;
  }

  .headerHeadline .-chin {
    font-size: 85%;
    padding: 25px 0 0;
    line-height: 1.2;
  }

  .headerPostHeadline {
    font-size: 1.5em;
    line-height: 1.2;
    max-width: 27em;
  }

  .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 {
    /* fro sizing Emojis in headline */
    font-size: 4.5em;
  }
}


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

blockquote {
  border-left: 8px solid var(--color2BgAlt);
  background-color: var(--color2Bg);
  background-image: linear-gradient(90deg, var(--color2Bg), #ffffff);
  padding: 0.25em .5em;
  margin: 1.4em 1em;
}

/* "From the Desk of" banner */
.stationary {
  color: #666;
  border-top: 2px double #aaa;
  border-bottom: 2px double #aaa;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.15;
  margin: 2em 0 2em;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
}

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

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

  blockquote {
    margin: 1.4em 2em;
  }
}

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

.cta.-button {
  background: #fea815;
  border: 5px solid #fea815;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: 800;
  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;
    max-width: 400px;
    padding: 12px 20px 12px;
  }
}

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

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

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

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

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

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

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

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

.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 20px;
  padding: 10px 10px 10px;
  position: relative;
}

.callout .-label {
  border-bottom: 3px solid var(--color1);
  font-size: 1.5em;
  margin: 10px auto 20px;
}

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

.callout.-reverse {
  background-color: #111;
  color: #fff;
}

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

.-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.-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-size: 0.95em;
}

.callout.-feature,
.callout.-staff {
  background-color: #f5f5f5;
  background-image: linear-gradient(16deg, rgba(116, 116, 116, 0.02) 0%, rgba(116, 116, 116, 0.02) 25%, transparent 25%, transparent 96%, rgba(177, 177, 177, 0.02) 96%, rgba(177, 177, 177, 0.02) 100%), linear-gradient(236deg, rgba(148, 148, 148, 0.02) 0%, rgba(148, 148, 148, 0.02) 53%, transparent 53%, transparent 59%, rgba(56, 56, 56, 0.02) 59%, rgba(56, 56, 56, 0.02) 100%), linear-gradient(284deg, rgba(16, 16, 16, 0.02) 0%, rgba(16, 16, 16, 0.02) 46%, transparent 46%, transparent 71%, rgba(181, 181, 181, 0.02) 71%, rgba(181, 181, 181, 0.02) 100%), linear-gradient(316deg, rgba(197, 197, 197, 0.02) 0%, rgba(197, 197, 197, 0.02) 26%, transparent 26%, transparent 49%, rgba(58, 58, 58, 0.02) 49%, rgba(58, 58, 58, 0.02) 100%), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
  border-radius: 12px;

  border: 1px solid #eee;
  box-shadow: 0 12px 12px -12px #00000044;

}

.callout.-feature h3 {
  font-size: 1.3em;
  letter-spacing: -1px;
  ;
  line-height: 1.2;
  text-align: left;
}

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

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

.callout.-mentor {
  background-color: #f5f5f5;
  background-image: linear-gradient(16deg, rgba(116, 116, 116, 0.02) 0%, rgba(116, 116, 116, 0.02) 25%, transparent 25%, transparent 96%, rgba(177, 177, 177, 0.02) 96%, rgba(177, 177, 177, 0.02) 100%), linear-gradient(236deg, rgba(148, 148, 148, 0.02) 0%, rgba(148, 148, 148, 0.02) 53%, transparent 53%, transparent 59%, rgba(56, 56, 56, 0.02) 59%, rgba(56, 56, 56, 0.02) 100%), linear-gradient(284deg, rgba(16, 16, 16, 0.02) 0%, rgba(16, 16, 16, 0.02) 46%, transparent 46%, transparent 71%, rgba(181, 181, 181, 0.02) 71%, rgba(181, 181, 181, 0.02) 100%), linear-gradient(316deg, rgba(197, 197, 197, 0.02) 0%, rgba(197, 197, 197, 0.02) 26%, transparent 26%, transparent 49%, rgba(58, 58, 58, 0.02) 49%, rgba(58, 58, 58, 0.02) 100%), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
  border-radius: 12px;

  border: 1px solid #eee;
  box-shadow: 0 12px 12px -12px #00000044;
}

.-mentor .portraitImage {
  border: 5px solid #00000011;

}

.callout.-mentor h2 {
  margin: 0 0 0.5em 0;
}

.callout.-output {
  background-color: #d9f0fa;
  border: solid #d8f0fa;
  border-width: 1px 0;
  color: #444;
  /*font-family: 'Roboto', Courier, monospace;*/
  font-size: 1em;
  line-height: 1.4;
}

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

.callout.-phase {
  background-color: #d9f2db;
  margin: 40px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
  box-shadow: 0 12px 12px -12px #00000048;

}

.callout.-phase h2 {
  font-size: 1.6em;
}

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

.callout.-question {
  background-color: #d9f0fa;
  margin: 40px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
}

.callout.-question::before {
  color: #a6dbf3;
  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: ; */
}

.callout.-summary {
  /* used inside .callout.-mentor */
  background-color: #fbfbfb;
  border-top: 5px solid #f1f1f1e2;
  border-bottom: 5px solid #f1f1f1e2;
  border-right: 4px solid #ffffff00;
  border-left: 4px solid #ffffff00;
  font-size: 0.95em;
}

/** 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 2em;
  padding: 20px 30px 20px;
  box-shadow: 0px 6px 6px -6px #333333;
}

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

.callout.-ticket {
  background: #c4aa70;
  background: radial-gradient(ellipse farthest-corner at right bottom, #ffed9a 0%, #ffcf6e 8%, #d1b578 30%, #cfb57c 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0%, #ffffc5 8%, #d7bd78 25%, #907842 62.5%, #a68436 100%);
  border-radius: 8px;
  color: var(--colorBody);
  letter-spacing: -0.5px;
  line-height: 1.4;
  margin: 0 auto;
  padding: 30px 30px 30px;
  /*box-shadow: 1em 1em 2em -1em rgba(0, 0, 0, 0.5), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.5);*/
  box-shadow: 1px 5px 10px rgba(0, 0, 0, .3);
}


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

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

  .callout.-dialog::before,
  .callout.-question::before {
    display: block;
    position: absolute;
    top: -45px;
    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:26.5em) {

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

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


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

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

  .-testimonial.-right {
    transform: rotate(1deg);
  }
}

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

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

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

.testimonialText {
  color: #030346;
  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*/
}

@media screen and (min-width:37.5em) {
  .testimonialText {
    margin: -84px 50px 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: "Montserrat", 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: inline;
  }

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

  .alb {
    display: block
  }
}

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

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

/* 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 ul.fa-ez li:before {
  color: var(--color1SetBullet);
}

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

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

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

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

/** 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: #352500;
  background-color: var(--color1);
  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: 1px solid var(--color1Alt);
  border-radius: 7px;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 10px;
  max-width: 74px;
  padding: 12px 17px 14px 17px;
  text-align: center;
  text-transform: uppercase;
}

.numbered .label::before,
.numbered .label::after {
  display: inline-block;
  content: "-";
  font-family: 'FontAwesome';
  font-size: 1.1em;
  padding: 0 10px 0 0;
}

.numbered .label::after {
  content: "-";
  padding: 0 0 0 10px;
}

.numbered.step .label {
  background-color: var(--highlight1Brdr);
  border: none;
  color: var(--colorSubhead);
  display: block;
  font-size: 1em;
  font-family: "Courier Prime", monospace;
  letter-spacing: -1px;
  margin: 0 auto 8px;
  max-width: 380px;
  padding: 7px 0 5px 0;
  text-align: center;
  text-transform: uppercase;
}

/** Numbered Box - Left FLoating Cirlce Digit/Icon **/
.numberbox {
  background-color: #e9e9e9;
  background-image: linear-gradient(16deg, rgba(116, 116, 116, 0.02) 0%, rgba(116, 116, 116, 0.02) 25%, transparent 25%, transparent 96%, rgba(177, 177, 177, 0.02) 96%, rgba(177, 177, 177, 0.02) 100%), linear-gradient(236deg, rgba(148, 148, 148, 0.02) 0%, rgba(148, 148, 148, 0.02) 53%, transparent 53%, transparent 59%, rgba(56, 56, 56, 0.02) 59%, rgba(56, 56, 56, 0.02) 100%), linear-gradient(284deg, rgba(16, 16, 16, 0.02) 0%, rgba(16, 16, 16, 0.02) 46%, transparent 46%, transparent 71%, rgba(181, 181, 181, 0.02) 71%, rgba(181, 181, 181, 0.02) 100%), linear-gradient(316deg, rgba(197, 197, 197, 0.02) 0%, rgba(197, 197, 197, 0.02) 26%, transparent 26%, transparent 49%, rgba(58, 58, 58, 0.02) 49%, rgba(58, 58, 58, 0.02) 100%), linear-gradient(90deg, rgb(255, 255, 255), rgb(255, 255, 255));
  border-radius: 12px;
  padding: 30px 20px 45px;
  margin: 50px 10px 40px;
  box-shadow: 0 12px 12px -12px #00000044;

}

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

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

.numberbox .label {
  border: 5px solid #f4f4f4;
  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;
}

@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 #e9e9e9;
    border-radius: 100%;
    display: block;
    font-size: 1.25em;
    margin: 0 0 0 0;
    padding: 16px 18px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: -92px;
  }

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

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

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

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

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

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

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

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

.-cos-blue {
  color: #09519f !important
}

.-cos-ltblue {
  color: #7bd7ff !important
}

.-cos-green {
  color: #40b448 !important
}

.-cos-orange {
  color: #f16921 !important
}

.-cos-yellow {
  color: #ffb810 !important
}

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

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

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

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

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

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

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

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

.flex .bioText> :last-child {
  margin-bottom: 0;
}

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


.sectionHeader {
  background-color: #122742;
  background-image: linear-gradient(200deg, rgba(171, 171, 171, 0.05) 0%, rgba(171, 171, 171, 0.05) 23%, rgba(90, 90, 90, 0.05) 23%, rgba(90, 90, 90, 0.05) 48%, rgba(65, 65, 65, 0.05) 48%, rgba(65, 65, 65, 0.05) 61%, rgba(232, 232, 232, 0.05) 61%, rgba(232, 232, 232, 0.05) 100%), linear-gradient(126deg, rgba(194, 194, 194, 0.05) 0%, rgba(194, 194, 194, 0.05) 11%, rgba(127, 127, 127, 0.05) 11%, rgba(127, 127, 127, 0.05) 33%, rgba(117, 117, 117, 0.05) 33%, rgba(117, 117, 117, 0.05) 99%, rgba(248, 248, 248, 0.05) 99%, rgba(248, 248, 248, 0.05) 100%), linear-gradient(144deg, rgba(64, 64, 64, 0.05) 0%, rgba(64, 64, 64, 0.05) 33%, rgba(211, 211, 211, 0.05) 33%, rgba(211, 211, 211, 0.05) 50%, rgba(53, 53, 53, 0.05) 50%, rgba(53, 53, 53, 0.05) 75%, rgba(144, 144, 144, 0.05) 75%, rgba(144, 144, 144, 0.05) 100%), linear-gradient(329deg, rgb(2, 25, 51), rgb(2, 25, 51));
}

.sectionHeader::after {
  background: transparent url(/_img/content/cos/separator-down.svg) bottom center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  /* width: 100%; */
  min-height: 45px;
  margin: -30px 0 60px 0;
}

.sectionHeader .container {

  padding: 15px 10px 15px 10px;
}

.sectionHeader h2 {
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2;
  margin: 0;
}

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

    padding: 40px 0 40px 0;
    max-width: 44em;
  }

  .sectionHeader h2 {
    font-size: 1.7em;
    margin: 20px 0;
  }

}



.leftSideBorder {
  border-left: var(--color2) 5px solid;
  padding-left: 1em;
}

.item-container {
display: flex;
}
.item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;

}

.item.-style1 {
  background-color: #f4f4f4;
  border-radius: 18px;
  gap: 20px 20px;
  margin:0 0 35px 0;
  padding:40px 20px 0 20px;
}

.item.-style2 {
  align-items: center;
  gap: 20px 30px;
}

.item h2 {
  font-size: 1.4em;
  margin-top: 0;
  text-align: left;
}

.item .icon {
  max-width: 200px;
  margin: 0 auto;
}

.item .text {
  max-width: 25em;
}

.card-container{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 20px;
  margin: 15px auto 30px;
}

.card {
  background-color: #f4f4f4;
  border: 2px solid #eaeaea;
  border-radius: 10px;
  padding: 20px 20px 10px;
  max-width: 300px;
  box-shadow: 0 10px 20px -18px #333;
  align-self: stretch;
}



.card h3 {
  font-size: 1.3em;;
  margin-top: 0;
  text-align: center;
}
.card h3:after {
  content: "";
  display: block;
  background-color: #b8e5f9;
  height:1px;
  margin: 10px auto 10px;
  padding: 1px 1px 1px 1px;
}

.card .icon {
  max-width: 200px;
  margin: 0 auto;
}

.card .text {
  max-width: 25em;
}

.video-testimonials {
  background-color: #1a1a1a;
  background: transparent linear-gradient(#333, #1a1a1a);
}
.video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 15px;
  margin: auto;
  max-width: 44em;
  padding:5px 5px 5px;
}
.video-tile {
  flex: 0 0 275px;

}
/* Inspire Section */
.inspire__content {padding:0 15px;}

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

  .inspire__content {
    padding:0
  }
 .inspire__item-img-01 {
  background-image: url(/_img/content/cos/tile-bg-01.jpg);
  margin: 10px 0 0;
  height: 200px;
  width: 100%;
 }
 .row {
  width: 100%
 }

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

 .inspire__row {
  display: flex;
 }

 .item-col {
  width: 50%;
 }

 .inspire__item-col-text {
  display: flex;
  justify-content: flex-end;
 }

 .inspire__item-col-text-reverse {
  display: flex;
  justify-content: flex-start;
 }

 .inspire__item-text {
  width: 600px;
  padding: 40px 30px 30px 10px;
 }

 .inspire__item-text-reverse {
  width: 600px;
  padding: 40px 10px 30px 30px;
 }

 .item-col-img {
  background: #fff center center no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
 }

 .inspire__item-col-img-01 {
  background-image: url(/_img/content/cos/personal-mentor.jpg);
 }

 .inspire__item-col-img-02 {
  background-image: url(/_img/content/cos/copy-reviews.jpg);
 }

 .inspire__item-col-img-03 {
  background-image: url(/_img/content/cos/project-collaboration.jpg);
 }
 .inspire__item-col-img-04 {
  background-image: url(/_img/content/cos/writing-lab.jpg);
 }
}
