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

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

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

/* Font Imports */
@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: normal;
  font-style: normal;
}

@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: normal;
  font-style: italic;
}

@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: bold;
  font-style: normal;
}

@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: bold;
  font-style: italic;
}

/* Baseline Rules */
body {
  color: #343434;
  font-size: 18px;
  font-family: "Geomanist", "Prompt", sans-serif;
  font-weight: normal;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3e493d;
  font-family: "Geomanist", sans-serif;
  letter-spacing: -1px;
  text-align: center;
}

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

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

.h3,
h3 {
  font-size: 1.2em;
  line-height: 1.1em;
}

p {
  margin: 1.2em 0
}

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

.content ul {
  margin: 0 1.5em 1em 2em;
}

.content ul li {
  margin: 0 0 10px;
  line-height: 1.4em;
  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: #228af9;
}

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

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

.content ul.ul-no-bull li:before {
  /* EXTRA - No Bullet Image */
  content: '';
  /*asterisk*/
  margin-left: -1.75em;
  margin-top: -0.1em;
}

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



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

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

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

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

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

/* Baseline Layout Rules */

.header__wrap,
.section__wrap,
.wrap {
  margin: 0 auto;
  padding: 1em;
}

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

  .header__wrap,
  .section__wrap,
  .wrap {
    margin: auto;
    max-width: 38em;
  }
  .lead__wrap {
    
    max-width: 40em;

  }
}

/** OVERLAY:  **/
.overlay {
  position: relative;
  display: flex;
  justify-content: center;
  background-size: contain;
}

.overlay>* {
  z-index: 99;
}

.overlay:after {
  background-color: transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9));
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  opacity: 0.89;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Baseline_Media Rules*/
.embed-container {
  background: #333;
  border: 5px solid #333;
  border-radius: 8px;
  margin: 25px auto 20px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 35em;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width:37.5em) {
  .embed-container {
    padding-bottom: 48.00%;
    background: rgba(0, 0, 0, 0.5);
    border: 20px solid rgba(0, 0, 0, .5);
  }
}

/* Video Player*/
.video__wrap {
  margin: 2em auto 0;
  padding: 0 .5em;
}


.video-player {
  border: 3px solid #00000020;
  border-radius: 8px;
  margin: 10px auto 20px;
}

@media screen and (min-width:37.5em) {
  .video__wrap {
    margin: 3em auto 0;
    padding: 0 1em;
  }

  .video-player {
    border: 12px solid #00000020;

    margin: 10px auto 40px;
    max-width: 600px;
  }
}

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

.discover__wrap {
  margin: 0 auto;
  padding: 0 auto;
}

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

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

@media screen and (min-width:28em) {
  .portrait {
    float: right;
    max-width: 180px;
    width: 180px;
  }

  .portrait__caption {
    display: block;
  }
}

/* END Baseline*/

/******** 9 Ways Package Common *******/



/* Layout*/
header {
  background-color: transparent;
  background-image: url(https://www.awai.com/_img/photos/signup/9-ways/9ways_v2_bg-1000.jpg);
  background-position: bottom;
  background-size: cover;
  border-bottom: 8px solid #eaeaea;
}

.header__branding {
  background-color: #1e241e;
  font-weight: bold;
  line-height: 0;
  margin: 0 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.branding__wrap {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}

.branding__wrap img {
  display: block;
  margin: 5px auto;
  width: 280px;
}

.header__eyebrow {
  background-color: #60ac40;
  border-bottom: 8px solid #b6d99f;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0;
  padding: 0px 0;
  text-align: center;
}

.eyebrow__wrap {
  margin: 0 auto;
  padding: 10px 10px;
}


.lead__headline {
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -1px;
  margin: 20px 0 30px;
}

.lead__wrap {
  padding-bottom: 30px;
}


.cover {
  max-width: 200px;
  margin: auto;
}

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

  .benefits__arrow {
    background-color: transparent;
    background-image: url(https://www.awai.com/_img/photos/signup/9-ways/red_arrow_left-580.png);
    margin: 5px 0 10px;
    min-height: 50px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: -90px;
    transform: rotate(-5deg);
  }
}

@media screen and (min-width:37em) {
  .offer {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: 0 auto 2em;
    max-width: 40em;
    gap: 30px 30px;
  }

  .cover,
  .benefits {
    max-width: 315px;
  }

  .cover {
    align-self: center;
    max-width: 400px;
  }

  .cover img {
    margin-left: -20px;
  }

  .cover--download {
    max-width: 230px;
  }

  .free-reports {
    width: 650px
  }

}


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


  .header__eyebrow {
    font-size: 1.5em;
    line-height: 1.1em;
    margin: 0 0;
    text-align: center;
  }

  .lead__headline {
    font-size: 2em;
    letter-spacing: -1.1px;
    margin: 20px auto 40px;
  }

  .header__branding {
    margin: 0 auto;
  }
}

/******* LANDING PAGE ********/


.signup__message {
  color: #444;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
  margin: 0 0 10px;
  text-align: center;
}

.benefits__headline {
  color: #444;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.1em;
  margin: 20px 0 10px;
  text-align: center;
}

.benefits li {text-align: left;}
.twl {font-size:0.85em;}

.signup__form {
  margin: auto;
  max-width: 38em;
}

.signup__form input[type=text],
.signup__form input[type=email] {
  display: block;
  border: 3px solid #e2e2e2;
  border-radius: 5px;
  color: #333;
  font-size: 1.125em;
  line-height: 1em;
  padding: 0.5em .75em;
  margin: 5px auto;
  max-width: 350px;
}

.signup__form input:focus[type=text],
.signup__form input:focus[type=email] {
  cursor: pointer;
  background-color: #ffffb5;
}

.form-button,
a.order-button {
  background-color: #ff6600;
  border: 3px solid #ff6600;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.1em;
  margin: 0.5em auto 0.5em;
  max-width: 16em;
  padding: .5em 1.5em;
  text-align: center;
}

.button a:hover,
.signup__form button:hover,
.form-button:hover,
a.order-button:active,
a.order-button:focus,
a.order-button:hover {
  background-color: #ff8800;
  border: 3px solid #ff8800;
  border-radius: 10px;
  color: #ffff33;
  cursor: pointer;
  box-shadow: 0 8px 6px -6px #444;
}


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

  .benefits__headline {
    font-size: 1.4em;
    margin-bottom: 0
  }

  .signup__fields {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin: auto;
    padding: 0;
  }

  .signup__form input[type=text],
  .signup__form input[type=email] {
    display: initial;
    color: #333;
    max-width: 310px;
    width: 100%;
  }
}

/** Image "Polaroid" Fan **/

.example__wrap {
  margin: 0 auto;
  padding-top: 0;
}


.polaroid {
  border: 2px solid #eee;
  background-color: #fefefe;
  background-image: linear-gradient(#fefefe, #eee);
  padding: 10px 10px 0px;
  margin: 5px auto;
  max-width: 245px;
  box-shadow: 4px 8px 8px -4px #999;
}

.polaroid img {
  display: block;
  border-radius: 4px;
  margin: auto;
  width: 245px;
}

.polaroid__caption {
  color: rgb(1, 1, 190);
  font-family: 'Caveat', cursive;

  font-weight: bold;
  font-size: .9em;
  letter-spacing: -0.25px;
  line-height: 1.1em;
  padding: 10px 0 10px;
  text-align: center;
}

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

  .example__wrap {
    margin: 0 auto;
    padding-top: 0;
  }

  .examples {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 46em;
    padding: 0 2em;
  }

  .polaroid {
    border: 2px solid #eee;
    background-color: #fefefe;
    background-image: linear-gradient(#fefefe, #eee);
    padding: 10px 10px 0px;
    margin: 5px 5px;
    box-shadow: 4px 8px 8px -4px #999;
  }

  .polaroid img {
    display: block;
    border-radius: 4px;
    margin: auto;
    width: 265px;
  }

  .polaroid__caption {
    font-weight: bold;
    letter-spacing: -0.65px;
    line-height: 1.1em;
    font-size: .9em;
    padding: 10px 0 10px;
    text-align: center;
  }

  .polaroid--middle {
    /* imag fan fix */
    margin-bottom: 15px;
  }

  .rot5 {
    margin: 20px -20px 5px 20px;
    transform: rotate(5deg);
  }

  .rot355 {
    margin: 20px 20px 5px -20px;
    transform: rotate(355deg);
  }
}

@media screen and (min-width:50em) {
  .examples {
    padding: 0em;
  }
}

/**** THANKYOU PAGE ****/

.screenshot {
  max-width: 300px;
}


@media screen and (min-width:37.5em) {
  .screenshot {
    border: 12px solid #ededed;
    border-radius: 8px;
    box-shadow: 0px 10px 15px -15px #555;
    margin: auto 10px;
    max-width: 100%;
  }

  .fb-quote {
    display: block;
    ;
    max-width: 600px;
    margin: auto;
  }
}

.callout {
  background-color: #e1f2fa;
  border: 2px dashed #d8f0fa;
  border-radius: 0.5em;
  padding: 0.1em 0.75em;
  margin: 1em auto 2em;
  max-width: 85%;
}

.callout.testimonial {
  color: #454545;
  font-family: "Courier", monospace;
  font-weight: bold;
}

.cited {
  text-align: right;
}

.testimonial {
  color: #030346;
  font-weight: 500;
  margin: 15px auto;
}

.testimonial__portrait {
  border: 4px solid #fff;
  border-radius: 100%;
  margin: auto;
  max-width: 232px;
  position: relative;
  z-index: 99;
}

.testimonial__img {
  border-radius: 100%;
  border: 16px solid #d8f0fa;
  display: block;
  margin: 0 auto 5px;
  width: 200px;


}

.testimonial__text {
  display: block;
  background-color: #d8f0fa;
  border-radius: 12px;

  padding: 64px 20px 15px;
  margin: -84px 0px 0;

}

.testimonial__inline {
  display: block;
  background-color: #d8f0fa;
  border-radius: 12px;
  ;
  padding: 15px 20px 15px;
  margin: 10px 15px;

}


.bonus__inline {
  background-color: #222222;
  border-radius: 15px;
  margin: 10px 30px;
  padding: 5px 30px 20px 30px;


}

.bonus__inline h3 {
  color: #92dd3e;
  font-size: 3em;
  line-height: 1.2em;
  padding: 0;
  margin: 0 0 .5em;
  text-align: center;

}

.section--gray {
  background-color: #eee;
}

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

  .testimonial__text {
    margin: -84px 40px 0;
  }

}

/*   WELCOME PAGE */
.welcome__headline {
  color: #70ad47;

  font-size: 1.5em;

}

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

  .welcome__headline {
    font-size: 1.8em;
    margin-top: 30px;

  }
}

/** FOOTER **/
#footer {
  margin: 0;
  padding: 10px 0;
  background-color: #efefef;
}

footer {
  background: #333;
  color: #888;
  font-size: .8em;
  line-height: 1.8em;
}

footer a:link,
footer a:visited {
  color: #ffffff;
}

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

.footer h4 {
  margin-top: 0;
}



/* Layout & Style Utilities*/


/* Extra Promo Typography*/

.awai-green {
  color: #70ad47 !important;
}

.handwriting {
  font-family: "Architects Daughter", cursive;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.highlight-celery {
  background-color: #e2f8ca !important;
}

.red-strike {
  line-height: 1em;
  position: relative;
}

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

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

.no-mo {
  display: none;
}

.mblock {
  display: block;
}

@media screen and (min-width:37.5em) {
  .alb {
    display: block
  }

  .no-mo {
    display: initial;
  }

  .mblock {
    display: inline;
  }
}

/* Flex rules from singles.css */

.flex {
	display: flex;
	gap: 1em;
	margin: 1.4em auto;
}

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

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

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




.testimonials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.testimonial {
  background-color: #eeeeee;
  background-image: linear-gradient(#f2f2f2, #eeeeee 33%);
  border: 4px solid #f2f2f2;
  border-radius: 12px;
  font-size: 0.95em;
  padding: 20px;
  box-shadow: 0 4px 4px -3px #33333355;

}

.testimonial-citation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.testimonial-portrait {
  flex: 0 0 100px;
/*  border-radius: 100px;*/
}

.testimonial-portrait img {
  border-radius: 100px;
  border: 3px solid #ddd;
}

.testimonial-name {
  font-weight: bold;
  line-height: 1;
}

.testimonial-location {
  font-size: 0.9em;
  line-height: 1;
}
.testimonial-copy::before { /* seperator */
  background-color: #00000011;
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto 10px;
  padding: 2px 0 2px;
  max-width: 200px;
}
.testimonial-copy {
  line-height: 1.3;
  text-align: center;
}

@media screen and (min-width:30em) {
  .testimonial {
    width: 300px;
    box-shadow: 0 8px 8px -6px #33333355;
  }
}

@media screen and (min-width:55em) {
  .testimonials {
    margin: 20px -100px;
  }

  .testimonial {
    width: 400px;
    box-shadow: 0 8px 8px -6px #33333355;
  }

}
