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

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

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

@font-face {
	font-family: 'Geomanist';
	src:
		local('Geomanist-RegularItalic'),
		url("https://www.awai.com/_fonts/Geomanist-RegularItalic.woff2") format("woff2"),
		url("https://www.awai.com/_fonts/Geomanist-RegularItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

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

@font-face {
	font-family: 'Geomanist';
	src:
		local('Geomanist-BoldItalic'),
		url("https://www.awai.com/_fonts/Geomanist-BoldItalic.woff2") format("woff2"),
		url("https://www.awai.com/_fonts/Geomanist-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
}

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

/* General Rules */
body {
	font-size: 1.25rem;
	font-family: 'Geomanist', "Helvetica Neue Bold", "Helvetica Neue", Helvetica, "Arial Bold", Arial, sans-serif;
	color: #2e2e2e;
}

h1,
h2,
h3,
h4 {
	font-family: 'Geomanist', "Helvetica Neue Bold", "Helvetica Neue", Helvetica, "Arial Bold", Arial, sans-serif;
 text-align: center;
 color: #08161f;
 line-height: 1;
}
h2 {
  font-size:1.8rem;
}
@media screen and (min-width:47.5rem) {
.content h2 {
	
	font-size: 2.5rem;
	letter-spacing: -0.5px;
	line-height: 1.2;
	text-align: center;
}


}


/*.fa-ul li { list-style-image: none; }
.fa-li { color: #0ccb00; }*/
ul.fa-ez {
	margin: 0 1.5rem 0 3rem;
}

ul.fa-ez li {
	line-height: 1.3;
	list-style: none;
}

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

ul.fa-ez li:before {
	/*DEFAULT - CHECKMARK */
	content: '\f00c';
	/*checks*/
	font-size: 1.1rem;
	margin-left: -1.5rem;
	margin-top: -0.1rem;
	color: #ff9900;
}

ul.fa-ez.bullet li:before {
	/*DEFAULT - CHECKMARK */
	content: '\f111';
	/*checks*/
	font-size: 1.1rem;
	margin-left: -1.5rem;
	margin-top: -0.1rem;
	color: #ffffff;
}


ul.fa-ez.questions li:before {
	/*DEFAULT - QUESTIONMARK */
	content: '\f059';
	/*checks*/
	font-size: 1.3rem;
	margin-left: -1.5rem;
	margin-top: -0.1rem;
	color: #6ED100;
}

@media screen and (min-width:47.5rem) {
	ul.fa-ez {
		margin: 0 1.5rem 0 3rem;
	}
}

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

/* Layout Rules */
.wrap {
	margin: auto;
	padding: 0 10px;
}

@media screen and (min-width:47.5rem) {
	.wrap h3 {
		margin-left: -35px;
	}

	.wrap {
		max-width: 48rem;
	}

	.header__wrap {
		max-width: 54rem;
	}
}

/* Header Rules */
.header {
	background-color: #051c2c;
	background-image: linear-gradient(168deg, #579d3e 0.46%, #4f903a 45%, #6eb454 45%, #40762e 98.56%);
	background-image: linear-gradient(175deg, #083850 0.46%, #081017 68%, #1f546c 68%, #0f2834 98.56%);

	padding: 20px 10px 10px;
}

.header__eyebrow {
	color: #eaffb0;
	font-size: 1.4rem;
	line-height: 1;
	
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0 auto 1rem;
	text-align: center;
 text-shadow: 1px 1px 25px #333333;
}

.header__logo {
	margin: auto;
}

.header__headline {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.1;
	margin: .7em auto 0;
 padding:0 0 0.5rem;
	text-align: center;
	text-shadow: 2px 2px 4px #222;
}
.header__headline.success {
 border-bottom: none;
}

.header__preheading {
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: center;
}

.predeading__date {
	color: #c9ff33;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
}

.header__subhead {
	color: #eaffb0;
	border-bottom:5px solid #ffffff33;

	font-size: 1.35rem;
	font-weight: bold;
 line-height: 1;
	margin: .5em 0 0 0;
	text-align: center;

}
.two-things {
 color:#ffff33;
 font-size:1.5rem;
 font-weight: bold;
 margin:1rem 0 0;
 text-align: center;


}
.watch-video {
  font-size: 1.25rem;
  font-weight:bold;
  text-align: center;

}
.mark-calendar {
 font-size:1.25rem;
 font-weight:bold;
 text-align: center;
}

@media screen and (min-width:47.5rem) {
	.header {
		padding: 40px 10px 20px;
	}

	.header__eyebrow {
		font-size: 1.6rem;
		letter-spacing: 1px;
		margin: 0 auto 1.5rem;
	}

	.header__preheading {
		color: #fff;
		font-size: 1.2rem;
		line-height: 1.45;
	}

	.header__logo {
		margin: auto;
		max-width: 540px;
	}

	.header__headline {
		font-size: 3.5rem;
		font-weight: bold;
		margin: .5rem 0 0;
		line-height: 1;
	}
 .header__headline.success {
  font-size:6rem;

 
 }

	.header__subhead {
		font-size: 2rem;
		margin: .8em 0 1.5em;
		padding: 0 0 1em;
	}
 .two-things {
  font-size:2rem;
  margin:2rem 0 0;
  
 }
 .watch-video {
  font-size:2rem;
  line-height: 1.1;

}
.mark-calendar {
 font-size:2rem;
 line-height:1.1;
 margin:0 0 2rem;
}
}


.important-note {
	background-color: #f3fdd6;
 background-image: linear-gradient(#f3fdd6, #e9f9ba);
	background-image: linear-gradient(#eef3f9, #dbe9fa);


padding: .8rem;
}

.special-note {

	font-size: 1.5rem;
 font-weight: bold;
	text-align: center;
}

 .joinus {
	color: #ff9900;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
 margin: 0 0 0.8rem;
	text-align: center;
}
.attendence{
	color: #ff9900;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
 margin: 0 0 0.8rem;
	text-align: center;
}

@media screen and (min-width:47.5rem) {

	 .joinus {
		font-size: 3rem;
	}
 .attendence{
		font-size: 2rem;
	}

}

.era {
	background-color: #dfebfa;
	padding: 25px 5px 10px;
}

/* Signup Form Rules */
.signup {
	margin: 0 0 40px;
	padding: 20px 0;
}

.signup__wrap {
	max-width: 40rem;
}

.sign-up-here {
	color: #fff;
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 0;
	text-align: center;
}

.signup-form {
	/*background-color: #214e9e; */
	background-color: #f4f4f4;
	border: 4px solid #eaeaea;
	border-radius: 0.5em;
	margin: 1rem auto;
	padding: 1rem .25rem;
	/*box-shadow: 0.1em 0.1em 0.3em rgba(0,0,0,0.33);*/
	max-width: 37rem;
}

.signup-form--trans {
 background-color:transparent;
 border:none;

}

.signup-form-inner {
	margin: 0 auto;
	/* max-width: 35em; */
}

.signup-form h1,
.signup-form .h1 {
	text-shadow: 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.33);
}

.signup-form label {
	color: #333;
	display: block;
	margin: 0 0 1rem;
}

input.text-input {
	border: 3px solid #ddd;
	border-radius: 0.5rem;
	color: #000;
	display: block;
	font-size: 100%;
	margin: 0 auto;
	padding: 0.7em 0.5rem;
	width: 90%;
}

input.text-input:focus {
	background-color: #ffffc2;
}
.cta,
.form-button {
	background-color: #ff6600;
	border: 0 none;
	border-radius: 0.5rem;
	box-shadow: 0.1em 0.1em 0.3em rgba(0, 0, 0, 0.33);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 1em auto 0;
	padding: 0.5rem 0.75rem 0.67rem;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
	width: 90%;
}
.cta {
	display:block;
	margin:auto;
	max-width:400px;
}
.cta:link,
.cta:visited {color:#fff}

.cta:hover,
.cta:focus,
.cta:active,
.form-button:hover,
.form-button:focus,
.form-button:active {
	background-color: #ff7700;
	color:#ffff55;
}

.form-button[disabled] {
	background-color: #656565;
	cursor: not-allowed;
	opacity: 0.15;
}

@media screen and (min-width:47.5rem) {
	.signup-form {
		padding: 1rem 2.5rem;
		max-width: 37rem;
	}

	.sign-up-here {
		font-size: 2.2rem;
	}

	.offset {
		border-left: 5px double #d7fa70;
		margin-left: 20px;
		padding-left: 20px;
	}
}

.join-date,
.now {
	color: #333;
	font-size: 1.4em;
	line-height: 1.1;
	margin: 10px 0 10px 0;
	padding: 10px 0;
	text-align: center;
}

.marquee-border {
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
}


/* Page Singles*/
.highlight-acid {
	background-color: #e1f8a2;
	padding: 1px 2px 1px 1px;
}

/* Content Rules */


.portrait__inline {
	border-radius: 0.5em;
	display: block;
	margin:  auto;
	padding: 0.5em;
 max-width: 170px;
}

.portrait__inline img {
 display: block;
 border:5px solid #eee;
	border-radius: 100px;
 margin: auto;
 max-width: 150px;
}

.portrait__inline--caption {
 display: none;
	margin-top: 0.25em;
}


@media screen and (min-width:47rem) {
 .portrait__inline {
  float: right;
  margin: 0 0 1em 1em;
  max-width:150px;
 width: 150px;
 }

 .portrait__inline--caption {
  display: block;
  font-weight: bold;
   text-align: center;
 }
}

footer {
	color: #fefefe;
	background: #444;
	padding-top: 20px;
}

footer p {
	font-size: 16px;
}

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

.no-mo {
	display: none;
}

.mblock {
	display: block;
}

@media screen and (min-width:47.5rem) {
	.mblock {
		display: inline;
	}

	.no-mo {
		display: initial;
	}

	.alb {
		display: block
	}
}
.aua {
 color:#c9ff33;
 display: block;
font-size:2.5rem;
font-style: italic;
}

.headline__caption {
 display:block;
 font-size:1.25rem;
 font-weight: bold;
 color:#4f903a;
 font-style: italic;
}
@media screen and (min-width:47.5rem) {
 .aua { 
 font-size:6rem;
}
.headline__caption {
 font-size: 2rem;
}

}

/* PORTRAITS*/

.portrait__container {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:1rem 0;

}
.portrait {

	margin:10px auto;
	padding:15px 10px;
}
.portrait img {
 border:6px solid #eee;
	border-radius:100px;
	display:block;
	margin:0 auto .5rem;
	max-width:170px;
}
.portrait__name, .portrait__title {

	display:block;
	text-align:center;
}
.portrait__name {
	line-height:1.1;
	color:#333;
	font-size:1.4rem;
	font-weight:bold;
}

@media screen and (min-width:47.5rem) {


.portrait__container {
	
}
.portrait {
	width:190px;
	margin:10px;
	padding:15px 10px;
}
.portrait img {
 border:6px solid #eee;
	border-radius:100px;
	display:block;
	margin:0 auto .5rem;
	max-width:170px;
}
.portrait__name, .portrait__title {

	display:block;
	text-align:center;
}
.portrait__name {
	line-height:1.1;
	color:#333;
	font-size:1.4rem;
	font-weight:bold;
}

}

.time-code {
	background-color: #ff9900;
	border-radius: 100px;
	color:#ffffff;
	display: inline-block;
	font-size:0.9em;
	font-weight: bold;
	line-height: 0.9;
	padding:5px 20px;
	text-align: center;
width:45px;
}

.callout {
  background-color: #f1f1f1;
  border-radius: 12px;
  margin: 20px 30px 30px;
  padding: 10px 10px 10px;
  position: relative;
}
.callout.-homework {
  background-color: #ecf7ff ;
  margin:25px auto;
}

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

.callout h2 {
  border: none;
}

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

.callout.-right {
  float: none;
}

.callout>* {
  margin-top: 0
}

.callout.-dialog {
  margin: 40px auto 30px;
  padding: 10px 10px 10px;
  position: relative;
}

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

@media screen and (min-width:30em) {
  .callout.-dialog {
    padding: 30px;
  }

  .callout.-dialog::before {
    display: block;
    position: absolute;
    top: -45px;
    right: -24px;
    margin: 0 0 0;
  }
}

.callout.-example {
  background-color: #f5f5f5;
  border-top: 5px solid #ddd;
  border-bottom: 5px solid #ddd;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  font-family: 'Courier Prime', sans-serif;
  font-size: 1.33rem;
}

.callout.-style1 {
  border: 12px solid #e7f3fb;
  border-radius: 12px;
}

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

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

.-email ul.fa-ez.bullet li:before {
  /* EXTRA - BULLET */
  content: '\f111';
  /*bullet*/
  font-size: 0.2em;
  margin-left: -1.5em;
  margin-top: 0;
  color: var(--color1);
}

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