/* ==========
Default Navigation
========== */
@import url('https://www.awai.com/_css/framework/templates/chapters/default-nav.css');

/* ==========
Fonts
========== */

/* Geomanist */
@font-face {
 font-family: "Geomanist";
 src: url("https://www.awai.com/_fonts/Geomanist-Regular.woff") format("woff"), /* Modern Browsers */
   url("https://www.awai.com/_fonts/Geomanist-Regular.woff2") format("woff2"); /* Modern Browsers */
 font-weight: normal;
 font-style: normal;
}

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

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

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

/* ====================
Browser Overrides
==================== */
* {
 box-sizing: border-box;
 margin: 0;
 padding: 0;
}


/* ====================
General
==================== */
body {
 font-family: 'Geomanist', Verdana, Geneva, sans-serif;
 font-weight: 400;
 font-size: 18px;
 color: #222;
 line-height: 1.4;
 transition: all ease-out 400ms;
 -webkit-font-smoothing: antialiased;
 -moz-font-smoothing: greyscale;
 overflow-x: hidden;
}

.content h1,
.content h2,
.content h3 {
 font-family: 'Geomanist', Verdana, Geneva, sans-serif;
 font-weight: 900;
 margin: 0 0 20px;
 color: #222;
 /* text-align: left; */
}

.content h2 {
 color: #222;
 font-size: 36px;
}

.content h2.color--accent {
 padding-top: 20px;
}

.content img {
 max-width: 100%;
 height: auto;
 margin: 40px auto;
 display: block;
}

.center__image {
 margin: 30px auto;
 border: 1px solid #dde2eb;
}

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

.content p {
 margin: 0 0 20px 0;
}

.content .fa-ul {
 margin-bottom: 20px;
}

.content .fa-li {
 color: #34b10a;
}

.content .fa.fa-check {
 color: #34b10a;
 margin-right: 10px;
}

.content ol {
 margin-left: 40px;
 margin-bottom: 20px;
}

/* ====================
Utility Classes
==================== */

.section__call-out {
 padding: 20px 40px 5px;
 background: #c9f0b1;
 margin-bottom: 15px;
 border-radius: 5px;
 position: relative;
 color: #000;
}

.call-out__image {
 max-width: 50px;
 width: 100%;
 position: absolute;
 top: -15px;
 left: -20px;
 opacity: 1;
}

.section .color--primary {
 color: #1038bb;
}

.section .color--secondary {
 color: #000;
}

.section .color--accent {
 color: #25770a;
}

.copy--right {
 float: right;
 border-top: 4px solid #187e0b;
 border-bottom: 4px solid #187e0b;
 max-width: 12em;
 margin: 0 0 .5em .7em;
 padding: 5px;
}

.copy--right .citation {
 display: block;
 text-align: right;
 font-size: .9em;
 font-weight: bold;
}

@media(max-width: 1124px) {
 .section__call-out {
  padding: 20px 10px 5px;
 }

 .call-out__image {
  opacity: 0;
 }
}

/* ====================
Layout
==================== */
.content .container {
 max-width: 1400px;
 padding: 0 10px;
}

.content .container--1200 {
 max-width: 1200px;
 width: 100%;
}

.content .container--768 {
 max-width: 768px;
 width: 100%;
}

/* .content .container--pl {
 padding-left: 350px;
} */

.content .section {
 margin-top: 50px;
}

.sections__container {
 padding: 0 0 50px;
}

.content .image {
 max-width: 300px;
 width: 100%;
 margin: 10px auto;
}

.image--right {
 float: right;
 margin: 0 0 10px 15px;
}

@media(max-width:1079px) {
 /* .container--pl {
  padding-left: 10px;
 } */

 .container--1200 {
  max-width: 760px;
  margin: 0 auto;
 }
}

@media(max-width: 767px) {
 .image--right {
  float: none;
  margin: 0 auto;
 }
}

/* ===================
HERO
==================== */

.hero__content {
 display: flex;
 align-items: center;
 flex-direction: column;
 margin: 0 0 20px;
}

.hero__image {
 max-width: 500px;
 width: 100%;
 margin-bottom: 10px;
}

.hero__title {
 max-width: 900px;
 font-size: 60px;
 width: 100%;
 text-align: center;
}

.hero__title--deck {
 font-size: 40px;
 display: block;
 margin-bottom: 10px;
 font-weight: 400;
 font-family: 'Geomanist', Verdana, Geneva, sans-serif;
}

@media(max-width: 1099px) {
 .hero__title {
  font-size: 50px;
 }
}

@media(max-width:1079px) {

 .hero__title {
  font-size: 45px;
 }
}

/* ====================
Chapter Descriptions
==================== */

.chapter-descriptions {
 background: #f5f5f5;
 padding: 10px 20px;
 border-radius: 5px;
}

.chapter-description__title {
 margin: 50px auto 0;
}

.chapter-description__body {
 display: flex;
 justify-content: space-around;
 margin: 20px 0;
 align-items: center;
}

.chapter-description__icon {
 max-width: 250px;
 padding-right: 10px;
 width: 100%;
}

.chapter-description__copy {
 max-width: 650px;
 width: 100%;
}

@media(max-width: 767px){
 .chapter-description__body{
  flex-wrap: wrap;
 }
}

/* ==========
Welcome Page Chapters
========== */

.chapters__container {
 display: flex;
 flex-direction: column;
 max-width: 1400px;
}

.content .chapters {
 display: flex;
 justify-content: space-around;
 max-width: 1200px;
 flex-wrap: wrap;
}

.content .chapter__boxes {
 max-width: 350px;
 width: 100%;
 padding: 20px;
 background: #eee;
 margin: 20px auto;
 border-radius: 5px;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

.content .chapter__boxes:hover {
 transform: scale(1.1);
 transition: all 350ms ease-out;
}

/* .program__chapter {
 max-width: 350px;
 width: 100%;
 padding: 20px;
 background: #eee;
 margin: 20px auto;
 border-radius: 5px;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
} */

.chapter__description {
 order: 2;
}

.chapter__image {
 max-width: 200px;
 width: 100%;
 margin: 0 auto 20px;
}

.chapter__description p {
 color: #9b9b9b;
 font-size: 24px;
}

.chapter__number {
 display: block;
 font-size: 36px;
 color: #1f1f1f;
}

.chapter__link a {
 font-size: 18px;
 color: #1f1f1f;
 text-decoration: none;
}

.chapter__link a:hover {
 color: #9b9b9b;
 text-decoration: underline;
}

/* ==========
Opt-in
========== */

.opt-in {
 background: #dcf3ce;
 margin: 70px auto 0;
 border: 1px solid #b8dfa1;
 padding: 10px 20px;
 display: flex;
 justify-content: space-around;
 max-width: 1200px;
 /* Set to display none until we are ready for the phased launch */
 display: none;
}

.opt-in__cover {
 max-width: 200px;
 width: 100%;
}

.opt-in__copy {
 max-width: 500px;
 width: 100%;
 display: flex;
 flex-direction: column;
 justify-content: space-around;
}

.opt-in__title {
 font-size: 34px;
}

@media(max-width: 1124px) {
 .opt-in {
  max-width: 600px;
  flex-wrap: wrap;
 }

 .opt-in__button {
  text-align: center;
 }

 .opt-in__title {
  font-size: 28px;
 }
}

/* =========
Table
========== */

/* .wrapper {
 width: 100%;
 max-width: 1000px;
 margin: 1em auto;
 padding: 1em;
} */

.is-striped {
 background-color: rgba(233, 200, 147, 0.2);
}

/* Table column sizing
================================== */
.category-cell {
 width: 33.33%;
}

.apy-cell {
 width: 33.33%;
}

.hourly-wage-cell {
 width: 33.33%;
}

.responsive-table--collapse .responsive-table-row .responsive-table-cell {
 width: 33.33%;
}

/* .replay-link-cell {
 width: 13%;
}

.pdf-cell {
 width: 13%;
} */

/* Apply styles
================================== */
.responsive-table {
 display: -webkit-box;
 display: flex;
 flex-wrap: wrap;
 margin: 0 auto 1em;
 padding: 0;
 box-shadow: 9px 9px 10px rgba(0, 0, 0, 0.1), -9px -9px 10px rgba(228, 228, 228, 0.3);
 max-width: 700px;
}

.responsive-table .responsive-table-row {
 width: 100%;
 display: -webkit-box;
 display: flex;
}

.responsive-table .responsive-table-row:nth-of-type(1),.responsive-table .responsive-table-row:nth-of-type(2), .responsive-table .responsive-table-row:nth-of-type(3) {
 border-bottom: 1px solid #b1d1ac;
}

.responsive-table .responsive-table-row .responsive-table-cell {
 box-sizing: border-box;
 -webkit-box-flex: 1;
         flex-grow: 1;
 padding: 0.8em;
 overflow: hidden;
 list-style: none;
}
.responsive-table .responsive-table-row .responsive-table-cell.column-heading {
 background-color: #dcf3ce;
 color: #000;
 padding: 1em;
 font-weight: 700;
 text-align: inherit;
}
.responsive-table .responsive-table-row .responsive-table-cell .responsive-table-cell--heading {
 display: none;
}

/* Responsive
==================================== */
@media all and (max-width: 750px) {
 .is-striped {
   background-color: white;
 }

 .responsive-table--collapse {
   display: block;
   width: 100%;
   /* padding: 1em; */
   box-shadow: none;
 }
 .responsive-table--collapse .responsive-table-row {
   box-sizing: border-box;
   width: 100%;
   display: -webkit-box;
   display: flex;
   flex-wrap: wrap;
   margin-bottom: 2em;
   box-shadow: 9px 9px 10px rgba(0, 0, 0, 0.1), -9px -9px 10px rgba(228, 228, 228, 0.3);
 }

 .responsive-table--collapse .responsive-table-row .responsive-table-cell {
   width: 100% !important;
   display: -webkit-box;
   display: flex;
   -webkit-box-align: center;
           align-items: center;
 }
 .responsive-table--collapse .responsive-table-row .responsive-table-cell--heading {
   display: inline-block;
   -webkit-box-flex: 1;
           flex: 1;
   max-width: 150px;
   min-width: 150px;
   color: #000;
   font-weight: 700;
 }
 .responsive-table--collapse .responsive-table-row .responsive-table-cell .responsive-table-cell--content {
   -webkit-box-flex: 2;
           flex: 2;
   padding-left: 1em;
 }
 .responsive-table--collapse .responsive-table-row .responsive-table-cell.category-cell {
   background-color: #dcf3ce;
   color: #000;
   /* font-weight: 700; */
   -webkit-box-ordinal-group: 0;
           order: -1;
 }
 .responsive-table--collapse .responsive-table-row--head {
   display: none;
 }

 .responsive-table .responsive-table-row:nth-of-type(1),.responsive-table .responsive-table-row:nth-of-type(2), .responsive-table .responsive-table-row:nth-of-type(3) {
  border: none;
 }

 .responsive-table .responsive-table-row .responsive-table-cell .responsive-table-cell--heading {
  display: inline-block;
  text-align: left;
 }
}

@media(max-width: 540px) {
 /* .responsive-table-cell {
  font-size: 14px;
 } */
}
.no-flexbox .responsive-table {
 display: block;
}
.no-flexbox .responsive-table.responsive-table-cell {
 width: 100%;
}

/* Site table overrides */

table {
 border: none;
}

table th {
 background-color: transparent;
}

table th, table td {
 border: none;
 padding: 0;
}

/* =========
Button
========== */

.content .button,.button:visited, a.button {
 background: #ee7423;
 text-decoration: none;
 color: #fff;
 padding: 20px;
 font-size: 20px;
 font-weight: bold;
 border-radius: 5px;
 margin: 10px auto;
 display: inline-block;
 max-width: 350px;
 text-align: center;
 border: none;
}

.sidebar .button {
 font-size: 18px;
}

.content .button--center{
 text-align: center;
}

.content .button:hover  {
 background: #da681d;
 color: #fff000;
 cursor: pointer;
}

.content .open-table-of-contents {
 max-width: 300px;
 display: none;
}

@media(max-width: 1079px) {
 .content .open-table-of-contents {
  display: block;
 }
}

/* ==========
Footer (For testing purposes)
========== */

/* footer {
position: relative;
bottom: 0;
 width: 100%;
 background-color: red;
 color: white;
 text-align: center;
}

footer p {
 font-size: 28px;
 margin: 0;
}

@media(max-width: 1079px) {
 footer {
  left: 0;
 }
} */

/* =============================
Sidebar and Content Overrides to force stop at the footer ==================================== */

/* This height needs to match the negative margin of the sidebar, in order to pull the sidebar up to the top of the page. */
.masthead-nm {
 height: 6em;
}

.page-inner {
 display: flex;
}

.content {
 /* Have to use .content for this to limit your container width, that logic will need to be built directly into .content instead. */
 max-width: 940px;
 padding-left: 100px;
}

@media(max-width: 1079px) {
 .content {
  padding-left: 10px;
  width: 100%;
 }
}

.container--pl {
 padding-left: 0;
}

.sidebar {
 position: relative;
 order: -1;
 /* This negative margin needs to match the height of the masthead, in order to pull the sidebar up to the top of the page. */
 margin-top: -6em;
}

/* Checking for support first. If not supported, the sidebar simply becomes full length rather than scrollable. */
@supports (position: sticky) or (position: -webkit-sticky) {
 .sidebar {
  position: -webkit-sticky;
  position: sticky;
  overflow-y: scroll;
  height: 100vh;
  z-index: 200;
 }
}

/* ------------------------
Site Footer
------------------------ */
/*	-------------------------------------------------------------



	Footer DIV



	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

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

 article,
 aside,
 details,
 figcaption,
 figure,
 footer,
 header,
 menu,
 nav,
 section {
  display: block;
 }

 input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
 }

 input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
 }

 /* NEW Utility Classes */

 /* For removing text visually, but can still be read by screen readers */

 .hidden-a11y {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
 }

 /* Alternate to .clearfix since that class forces a display:inline-block */

 .group:before,
 .group:after {
  content: "";
  display: table;
 }

 .group:after {
  clear: both;
 }

 .group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
 }

 /*

 ===============================

 Generic Footer Rules

 ===============================

 */

 /* Basic Footer Styles */

 .footer {
  background-color: #242424;
  color: #4f4f4f;
  position: relative;
  width: 100%;
  font-size: 0.9em;
  /* Temporary override for larger body size */
 }

 .footer .ribbon {
  background: url(https://www.awai.com/_img/framework/templates/default/footer-ribbon.jpg) repeat-x;
 }

 .footer .ribbon-inner,
 .footer-inner {
  margin: 0 auto;
 }

 .footer .ribbon-inner {
  max-width: 69.44rem;
 }

 .footer .ribbon-inner img {
  background: #fff;
 }

 .footer-inner {
  max-width: 69.44rem;
  padding: 1em;
  	font-size:0.9em;
  line-height: 1.3;
 }

 .footer ul {
  margin: 1em auto;
 }

 .footer li {
  list-style: none;
 }

 .footer a:link,
 .footer a:visited {
  color: #8D8D8D;
  text-decoration: none;
 }

 .footer a:hover,
 .footer a:focus,
 .footer a:active {
  color: #E50;
 }

 /* Social Links, Search Bar, and Text Ad Columns */

 .footer-inner-top-row {
  margin: 0 auto 1em;
  /* Flexbox Rules */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
 }

 ul.social-links,
 .text-ad {
  margin: auto;
  /* Flexbox Rules */
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
 }

 ul.social-links li {
  display: inline-block;
  margin: 0;
 }

 ul.social-links li+li {
  margin-left: 0.5em;
 }

 ul.social-links .fa {
  background-color: #3c78a0;
  color: #242424;
  font-size: 1.3em;
  line-height: 2em;
  height: 2em;
  width: 2em;
 }

 .text-ad {
  /*	font-size: 1.1em;*/
  margin: 0.5em 0;
 }

 .text-ad a:link,
 .text-ad a:visited {
  color: #fff;
  font-family: 'Open Sans Condensed', Verdana, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
 }

 .footer-button {
  background-color: #63a538/*#6db43f/*#6c8645*/
  ;
  display: inline-block;
  padding: 0.25em 0.33em 0.33em;
  margin: 0.25em 0;
 }

 /* Search Form CSS */

 .footer .search-input-container {
  background-color: #fff;
  color: #999;
  display: inline-block;
  border: 3px solid #ccc;
  border-radius: 0.5em;
  margin: 1em auto;
  max-width: 55em;
  /* Flexbox Rules */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
 }

 .footer .search-input-container label {
  color: #999;
  padding: 0.3em 0 0.25em 0.5em;
  /* Flexbox Rules */
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
 }

 .footer .search-input-container input[type=search] {
  font-family: inherit;
  border: 0 none;
  color: inherit;
  padding: 0.1em 0.5em;
  /* Flexbox Rules */
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
 }

 .footer .search-input-container button {
  cursor: pointer;
  background-color: #1E609C;
  color: #FFFFFF;
  font-family: inherit;
  font-weight: bold;
  border: 0 none;
  border-top-right-radius: 0.3em;
  border-bottom-right-radius: 0.3em;
  padding: 1.1em;
  /* Flexbox Rules */
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
 }

 .footer .search-input-container button:hover,
 .footer .search-input-container button:focus,
 .footer .search-input-container button:active {
  background-color: #508bc0;
 }

 @media screen and (min-width:27.5em) {
  .footer .search-input-container input[type="search"] {
   font-size: 1.5em;
   line-height: 1.3;
  }
 }

 /* Footer Navigation Lists */

 .footer-nav-container {
  margin: 0 auto;
  width: 100%;
  max-width: 40em;
  padding: 0 0.75em;
  padding: 0 0.5em;
  /* Flexbox Rules */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
 }

 .footer-nav-container .footer-nav-list {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0.75em;
  /* Flexbox Rules */
  -webkit-box-flex: 0 1 10.25em;
  -moz-box-flex: 0 1 10.25em;
  -webkit-flex: 0 1 10.25em;
  -ms-flex: 0 1 10.25em;
  flex: 0 1 10.25em;
 }

 .footer-nav-list li {
  line-height: 1.3;
  margin: 0.5em auto;
 }

 .footer-nav-list-headline {
  color: #fff;
  font-family: "Open Sans Condensed", Verdana, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
 }

 @media screen and (min-width:65em) {
  .footer-nav-container {
   max-width: none;
   -webkit-box-pack: justify;
   -moz-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
   justify-content: space-between;
  }
  .footer-nav-container .footer-nav-list {
   -webkit-box-flex: 0 1 auto;
   -moz-box-flex: 0 1 auto;
   -webkit-flex: 0 1 auto;
   -ms-flex: 0 1 auto;
   flex: 0 1 auto;
  }
 }

 /* Postal Address, Security Badges, Copyright, and Secondary Links */

 .postal-address,
 .security-badges {
  margin: 1em auto;
 }

 .postal-address p {
  margin: 0 auto;
 }

 .footer-rule {
  background-color: transparent;
  border-bottom: 1px dotted #777;
  margin: 0 auto 0.5em;
 }

 @media screen and (min-width:26.25em) {
  .footer-nav-secondary li {
   display: inline;
   padding-right: 0.33em;
  }
  .footer-nav-secondary li+li:before {
   content: "|";
   padding-right: 0.33em;
  }
 }

 @media screen and (min-width:33.75em) {
  .postal-address {
   float: left;
   text-align: left;
  }
  .security-badges {
   float: right;
  }
 }

 @media screen and (min-width:46.25em) {
  .copyright {
   float: left;
  }
  .footer-nav-secondary {
   float: right;
  }
  .copyright,
  .footer-nav-secondary ul {
   margin-top: 0;
  }
 }

