/* 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 1em 1em;
  text-align: center;
  width: auto;
  min-height: 0;
}

/* General Rules */
body {
  color: #595959;
  font-size: 100%;
  font-weight: 400;
  font-family: "Poppins", "Open Sans", Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
  line-height: 1.9em;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0264E1;
  font-family: "Poppins", Calibri, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.25px;
  line-height: 1.3em;
  margin: 0 0 .9em;
  text-align: center;
}

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

.h2,
h2 {
  font-size: 1.35em;
}

@media screen and (min-width:24.5em) {
  body {
    font-size: 1.25em;
  }
}

@media screen and (min-width:37.5em) {
  body {
    font-size: 1.2em;
    line-height: 1.65em;
  }

  .h2,
  h2 {
    font-size: 1.7em;
    line-height: 1.15em;
  }
}

.content {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

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

.content ul li {
  list-style: none;
}

.content ul li:before {
  font-family: 'FontAwesome';
  float: left;
}

.content ul li:before {
  /*DEFAULT - CHECKMARK */
  content: '\f00c';
  /*checks*/
  font-size: 1.1em;
  margin-left: -1.75em;
  margin-top: -0.1em;
  color: #00bb00;
}

.content ul.bullet li:before {
  /* EXTRA - BULLET */
  content: '\f111';
  /*bullet*/
  font-size: 0.7em;
  margin-left: -2em;
  margin-top: 0.5em;
  color: #ec8a22;
}

.content ul.asterisk li:before {
  /* EXTRA - ASTERISK */
  content: '\f069';
  /*asterisk*/
  font-size: 1.1em;
  margin-left: -1.75em;
  margin-top: -0.1em;
  color: #ec8a22;
}

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

@media screen and (min-width:37.5em) {
  .content ul {
    margin: 0 1em 0 3.5em;
  }
}

img {
  height: auto;
  max-width: 100%;
}

/* HEADER/SECTIONS*/


section {
  margin: auto;
  width: 100%;
}

.section__wrap {
  margin: auto;
  padding: 15px;
}

.masthead {
  background-color:#f6f6f6;
  background-image: linear-gradient(#ddd,#fefefe);

}

.masthead__wrap{
  margin: auto;
  padding: 0 1em;
  
}

/***** MASTHEAD *****/


.masthead {
  /*background-color: blue;*/
  /* background: #FFEAB7 url(https://www.awai.com/_img/toolbox/p/kcs-v2/kcs_bg-1600.jpg) top center no-repeat;*/
  padding: 30px 0 10px;
}

.masthead__headline {

  font-size: 1.7em;
  line-height: 1.1em;
  text-align: center;
}
.masthead__subhead {
font-size: 1.25em;
  font-weight:600;
  letter-spacing: -.5px;;
  line-height: 1.2em;
  text-align: center;
}
.masthead__img {
  display: block;
  max-width: 280px;
  margin: auto;
}




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

  .masthead__wrap {
    /*background-color: red;*/

    margin: auto;
    padding: 0 1em;
  }

  .section__wrap {
    max-width: 36em;
    padding-top: 30px;
  }
}

/***** MASTHEAD ~~ DESKTOP *****/
@media screen and (min-width:50.5em) {
  .masthead {
    background-color:#ffffff;
    background-image: none;
    padding: 30px 0 30px;

  
  }
  

  .masthead__wrap {
    background: #fff url(https://www.awai.com/_img/toolbox/p/sme/sme-masthead-bg4.png) top center no-repeat;
    background-size:contain;
    margin: auto;
    max-width: 104em;
    padding: 0 1em;
  }
}

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

    max-width: 104em;
    padding: 0 1em;
  }

  .masthead__text {

    margin: 60px 0 0;

  }

  .masthead__ribbon {
    max-width: 275px;
  }

  .masthead__img {
    max-width: 300px;
    z-index: 999;
  }

  .masthead__headline {
    font-size: 2.1em;
    font-weight: 700;
    letter-spacing: -0.75px;
    line-height: 1.1em;
    margin: auto;
    max-width: 18em;
    text-shadow: 0px 2px 2px #00000045;

  }
  .masthead__subhead {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.4em;
    margin:auto;
    max-width: 23em;
  }

  .lead {
    margin: -50px auto 0;
    padding-top: 40px;
  }

  .lead__wrap {
    max-width: 32em;
  }

  .lead__subhead {
    font-size: 1.8em;
    letter-spacing: -1px;
    line-height: 1.2em;
  }

  .lead__subhead--heavy {
    font-size: 2.2em;
  }

  .lead__start-date {
    display: block;
    margin: auto;
    max-width: 22em;
  }
}


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

.portrait__img {}

.portrait__img  {
 /*img must be 1:1 square*/
 border: 8px solid #f5f1ff;
 border-radius: 50%;
 display: block;
 margin: auto;
 max-width: 180px;
}

.portrait__caption {
 /*display: none;*/
 font-weight: bold;
 line-height: 1.1em;
 text-align: center;
}
.expert-title {
  display:none;
}
@media screen and (min-width:37.5em) {
 .portrait {
  float: right;
  margin: 0 0 1em 1em;
  max-width: 250px;
  width: 250px;
 }

 .portrait__caption {
  display: block;
 }
 .expert-title {
  display:block;
}
}


/*INLINE STYLES*/
.testimonial {
  color: #555;
  font-family: 'PT Mono', monospace;
}

.testimonial--inline {
  margin: 0 .5em
}

@media screen and (min-width:37.5em) {
  .testimonial--inline {
    margin: 0 2em;
  }
}

.img-right {
  display: block;
  margin: 10px auto 15px;
  border-radius: 15px;
}

.noshadow {
  box-shadow: none;
}

@media screen and (min-width:37.5em) {
  .img-right {
    display: initial;
    float: right;
    margin: 10px 0 10px 15px;
    max-width: 300px;
  }
}

/** Section: Qualified **/
.qualified {
  background-color: #ffeefd;
}


/** Testimonials **/
.testimonial {
  background-color: #f4f1f4;
  border-radius: 12px;
  font-family: "Open Sans", san-serif;
  font-size: 1em;
  line-height: 1.5em;
  margin: 30px 0;
  padding: 5px 20px 0;
  position:relative;
}

.testimonial__cited:before {
  content: "–";
  padding-right: 5px
}

.testimonial__cited {

  text-align: right;
}

@media screen and (min-width:37.5em) {
  .testimonial {
    margin: 25px 30px 40px;
    padding: 20px 40px 20px;
  }

  .testimonial__text {
    margin: 0 0 .25em;
  }

  .testimonial__cited {

    border-radius: 100px;
    margin: 0 0 .5em;
    text-align: right;
  }
}

.testimonial--inline {
  background: #fee766;
  border-bottom: 4px solid #f8d849;

}

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


.portrait__img img {
  /*img must be 1:1 square*/
  border: 8px solid #f5f1ff;
  border-radius: 50%;
  display: block;
  margin: auto;
  max-width: 150px;
}

.portrait__caption {
  /*display: none;*/
  font-weight: bold;
  line-height: 1.1em;
  text-align: center;
}

@media screen and (min-width:37.5em) {
  .portrait {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 250px;
    width: 250px;
  }

  .portrait__caption {
    display: block;
  }
}

/** CTA/Button Styles **/
.cta__button {
  background: #ff6600;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.2em;
  margin: 0px auto 30px;
  max-width: 450px;
  padding: 10px;
  text-align: center;
}
.cta__button {
  background: #ff6600;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: -0.5px;
  line-height: 1.2em;
  margin: 0px auto 30px;
  max-width: 450px;
  padding: 10px;
  text-align: center;
}

:link.cta__button,
:visited.cta__button {
  color: #fff;
}

:hover.cta__button,
:active.cta__button {
  color: #ffff33;
  box-shadow: 0 8px 6px -5px #333;
  text-shadow: 0px 0px 25px #fff;
}

.cta_text-link:link,
.cta_text-link:visited {
  color: #6d1866;
  background-color: #fde4ff;
  padding: 0 2px;
}

.cta_text-link:active,
.cta_text-link:hover {
  color: #6d1866;
  background-color: #ffe6a9;
  padding: 0 2px;
}

/** FOOTER **/


/** Promo Singles/Inline**/
.bolder {
  font-weight: 800
}

.gold {
  color: #FFC73C
}

.highlighter--gold {
  background-color: #ffe39e;
  padding: 0 3px;
}

.underscore {
  display: inline-block;
  border-bottom: 2px solid #333;
  line-height: 1.05em;
}

.underscore--thick {
  border-bottom-width: 5px;
}

.underscore--orange {
  border-bottom-color: #ec8a22
}

.underline--purple {
  color: #703184
}

.type-mono {
  font-family: "PT Mono", monospace;
  font-size: .9em;
  line-height: 1.5em;
}

/* Utility Classes*/

.alb {
  display: none;

}

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

  .alb {
    display: block;
  }

}

/* DEV classes */

.pl20 {padding-left: 20px;}

.sm-post {
  background-color: #f3f3f3;
  border-radius: 10px;
  display: block;
  margin: 20px auto;
  max-width: 280px;
  padding: 6px;



}

@media screen and (min-width:21em) {
  .sm-post {
    max-width: 340px;

  }

}

@media screen and (min-width:37.5em) {
  .sm-post {
    max-width: 425px;
    padding: 15px;
  }
  .doug {max-width:600px !important;}
}
.no-border {}


/* Modules*/

.module {

  background-color: #f3f3f3;
  border: 8px solid #efefef;
  border-radius: 10px;
  margin: 30px 10px 45px;
  padding: 30px;
  position:relative;
}
.companies-logo, .bonus-reports {
  display: block;
  margin: auto;

}
.emoji-badge, .emoji-testimonial {
  display:none;
}
@media screen and (min-width:37.5em){
  .companies-logo {
    max-width: 400px;
  
  }
  .bonus-reports {
    max-width: 550px;
  
  }
  .emoji-badge {
    display:block;
    position:absolute;
    top:10px;
    right:-40px;
    font-size:6em;
  }
  .emoji-testimonial {
    display:block;
    position:absolute;
    top:-10px;
    right:-30px;
    font-size:3.5em;
  }
}

.module__num {
  display: block;
  border-bottom: 2px solid #0264e1;
  font-weight: 500;
  margin: 0 auto 15px;
  max-width: 180px;
  padding: 0 0 10px 0;
}

.module__title {
  color: #444;
  font-size: 1.15em;
  font-weight: 600;
  line-height: 1.15em;
}

.separator {
  
  background-color:#f5f5f5;
  height:5px;
  margin: auto;
  max-width: 37em;
}
/** Section Blocks & Dividers **/
.section--blue {
  background: #e0eafe;
 }
 
 .section--minty {
   background-color: #e7fff4;
 }
 .section--wave:before {
  content: "";
  background: #ffffff00 url("https://www.awai.com/_img/toolbox/p/blg/top-wave-s.svg") top center no-repeat;
  background-size: contain;
  display: block;
  min-height: 0;
  padding: 15px 0 30px;
  max-width: 100%;
  width: 100%;
 }
 
 .section--wave:after {
  content: "";
  background: #ffffff00 url("https://www.awai.com/_img/toolbox/p/sme/bottom-wave.svg") bottom center no-repeat;
  background-size: cover;
  display: block;
  margin: -15px 0 20px;
  min-height: 0;
  padding: 15px 0;
  max-width: 100%;
  width: 100%;
 }
 @media screen and (min-width:37em) {
  .section--wave:before {
   content: "";
   background: #ffffff00 url("https://www.awai.com/_img/toolbox/p/sme/top-wave-l.svg") top center no-repeat;
   background-size: cover;
   min-height: 50px;
   padding: 0 0 50px;
   margin: -50px 0 -0;
   max-width: 100%;
   width: 100%;
  }
 
  .section--wave:after {
   content: "";
   background: #ffffff00 url("https://www.awai.com/_img/toolbox/p/sme/bottom-wave.svg") bottom center no-repeat;
   background-size: cover;
   padding: 0 0 50px;
   margin: 25px 0 -45px;
   max-width: 100%;
   min-height: 50px;
   width: 100%;
  }
 }
 
 /* Footer */
 footer {
     color:#656565;
     font-size:.85em;
     line-height:1.25em;
 
 }