@charset "UTF-8";
/* LESS - http://lesscss.org style sheet */
@media screen and (max-width: 567px) {
  .collapse_top {
    order: 1; }
  .collapse_bottom {
    order: 2; } }

/* pure-hidden-xs */
@media screen and (max-width: 567px) {
  .pure-visible-sm {
    display: none; }
  .pure-visible-md {
    display: none; }
  .pure-visible-lg {
    display: none; }
  .pure-visible-xl {
    display: none; }
  .pure-hidden-xs {
    display: none; } }

/* pure-hidden-sm */
@media screen and (min-width: 568px) and (max-width: 767px) {
  .pure-visible-xs {
    display: none; }
  .pure-visible-md {
    display: none; }
  .pure-visible-lg {
    display: none; }
  .pure-visible-xl {
    display: none; }
  .pure-hidden-sm {
    display: none; } }

/* pure-hidden-md */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pure-visible-xs {
    display: none; }
  .pure-visible-sm {
    display: none; }
  .pure-visible-lg {
    display: none; }
  .pure-visible-xl {
    display: none; }
  .pure-hidden-md {
    display: none; } }

/* pure-hidden-lg */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .pure-visible-xs {
    display: none; }
  .pure-visible-sm {
    display: none; }
  .pure-visible-md {
    display: none; }
  .pure-visible-xl {
    display: none; }
  .pure-hidden-lg {
    display: none; } }

/* pure-hidden-xl */
@media screen and (min-width: 1280px) {
  .pure-visible-xs {
    display: none; }
  .pure-visible-sm {
    display: none; }
  .pure-visible-md {
    display: none; }
  .pure-visible-lg {
    display: none; }
  .pure-hidden-xl {
    display: none; } }

.pure-g > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*so that we can add padding and margin to pure grid elements without breaking the layout.*/ }

.l-box {
  padding: 1em; }

* {
  font-family: 'Nunito', sans-serif; }

html {
  height: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

h1 {
  font-size: 6em;
  font-weight: bold;
  margin-top: .8em; }

h2 {
  font-size: 4em;
  font-weight: bold;
  margin-top: .8em; }

h3 {
  font-size: 2em;
  font-weight: bold;
  margin-top: .8em; }

h4 {
  font-size: 1.5em;
  font-weight: bold;
  margin-top: .8em; }

h5 {
  font-size: 1.25em;
  font-weight: bold;
  margin-top: .8em; }

p {
  text-align: left; }

p.tabbed {
  margin-left: 2em; }

a:link {
  color: #111111;
  text-decoration: underline; }

a:active {
  color: #111111;
  text-decoration: underline; }

a:visited {
  color: #111111;
  text-decoration: underline; }

a:hover {
  color: #111111;
  text-decoration: none; }

.main-menu a {
  text-decoration: none; }

/****************** HEADER ***************/
.screen-reader-text {
  left: -9000px;
  position: absolute; }

#header_siteImage {
  width: auto;
  height: 1.5em; }

.main-menu {
  border-bottom: thin solid #000000; }

/****************** SectionBreaks ***************/
.SectionBreak {
  background-color: #333333;
  height: 32px; }

/*****************Panels and panes *************/
.panel {
  padding-bottom: 2em;
  padding-top: 1em; }

.pane {
  padding: 0em 1em 1em 1em;
  margin: 0; }

.pane hr {
  max-width: 12em;
  border-color: #efefef; }

.center {
  margin: auto; }

.panel_title {
  text-align: center;
  font-size: 2em;
  margin-top: 1em;
  margin-bottom: .5em; }

.panel_text {
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
  max-width: 38em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em; }

.image-pane_image {
  width: 80%;
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto; }

.sideMargin {
  padding-left: .8em;
  padding-right: .8em; }

#page-title_panel {
  margin-top: 1em;
  font-size: 4em;
  margin-bottom: 0em;
  padding: 0em; }

/****************** WelcomePanel ***************/
#welcome {
  margin-top: 2em;
  padding-bottom: 0; }

.welcome_title {
  font-size: 2.25em;
  font: bold;
  color: #000000;
  margin-top: 1em;
  margin-bottom: .25em; }

.welcome_subTitle {
  font-size: 1.2em;
  color: #000000;
  font: bold;
  padding-left: 2em;
  padding-bottom: 1em; }

.welcome_text {
  font-size: 1em;
  color: #4A4A4A; }

#welcome_image {
  width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.welcome_bottomBox {
  color: #ffffff;
  font-size: 0.9em;
  background-color: #464652;
  padding: 1em; }

.welcome_bottomBox p {
  text-align: center;
  font-style: italic; }

#welcome_appStoreButton {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 12em; }

.welcome_spacer {
  height: 2em;
  width: 50em; }

/****************** Spelling is hard Panel ***************/
.sih_row {
  margin-top: 1em;
  margin-bottom: 1em; }

.sih_spelling-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

p.sih_spelling {
  color: #111111;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 0em;
  margin-top: 0em;
  line-height: 1em; }

@media screen and (max-width: 568px) {
  p.sih_spelling {
    font-size: 1.5em; }
  .sih_row {
    margin-top: .25em;
    margin-bottom: .25em; } }

span.vowel {
  color: #E3D526; }

span.consonant {
  color: #417505; }

span.semi-vowel {
  color: #6ECF2A; }

.sih_image {
  width: 100%;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.imagePane_image {
  max-width: 30em;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  margin: auto; }

#skip-vowels_panel {
  background-color: #f5f5f5; }

/****************** Syllables / Intelligent Word Prediction pane ***************/
#iwp_pane {
  width: auto;
  height: 100%;
  background-image: url("../../images/treeblurred.png");
  background-position: 50% 140%;
  background-size: contain;
  background-repeat: no-repeat; }

.terminal-text {
  font: 1.8em Courier, monospace;
  text-align: center; }

/****************** Syllables / Intelligent Word Prediction pane ***************/
.highlights-bar_highlight {
  background-color: #CACAD0;
  padding: 1em;
  min-height: 16em; }

.highlights-bar_image {
  width: auto;
  height: 4em;
  margin-top: 1em;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.highlights-bar_title {
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

/****************** try-it-panel ***************/
#try-it-panel {
  margin-top: 1em;
  margin-bottom: 0; }

#try-it-panel_appStoreButton {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 12em; }

.try-it-panel_nav-bar {
  margin: 4em 1em 2em 1em; }

.try-it-panel_nav-link {
  font-size: 1.5em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 12em;
  text-align: center; }

.try-it-panel_text {
  text-align: center;
  font-size: 2em;
  margin-top: .25em;
  margin-bottom: .25em; }

/****************** Numbers and Symbols ***************/
#numbers-symbols_image {
  max-width: 24em; }

/****************** add words panel ***************/
#add-words_panel {
  background-color: #f5f5f5; }

/****************** Resources page ***************/
.toclvl0 {
  margin-left: 0em;
  margin-bottom: 4em;
  font-size: 1.25em;
  font-weight: bold; }

.toclvl1 {
  margin-left: 2em;
  font-size: 0.9em; }

.toclvl1 p {
  margin-top: .1em;
  margin-bottom: .05em; }

.faq_question {
  margin: 0em 0em .5em 0em;
  font-size: 1em;
  font-weight: bold;
  color: #4A4A4A; }

.faq_answer {
  margin: 0em 1em 2em 2em;
  display: inline-block; }

.faq_next-keyboard-image {
  width: 2em;
  display: inline-block;
  vertical-align: -60%; }

.horizonta-line {
  width: 100%;
  border-bottom: 1px solid #000; }

.poem {
  font: 0.9em Baskerville, "Palatino Linotype", "Times New Roman", Times, serif;
  margin: auto;
  padding: 2em 0;
  text-align: left;
  width: 45em;
  line-height: 1.5em; }

.poem h1, h2 {
  font-weight: normal;
  text-align: center; }

.poem h1 {
  font: 0.9em Baskerville, "Palatino Linotype", "Times New Roman", Times, serif;
  font-size: 2em;
  margin-bottom: .5em; }

.poem h2 {
  font: 1em Baskerville, "Palatino Linotype", "Times New Roman", Times, serif;
  color: #666;
  font-style: italic;
  margin-bottom: 2em; }

.poem p {
  margin-bottom: 1em; }

.poem h2:before {
  content: '— '; }

.poem h2:after {
  content: ' —'; }

.poem h2 + p:first-letter {
  float: left;
  font-size: 38px;
  line-height: 1;
  margin: 2px 5px 0 0; }

.poem p:first-line {
  font-variant: small-caps;
  letter-spacing: 1px; }

.poem p:last-child {
  margin-bottom: 30px;
  padding-bottom: 30px; }

.phoneme-chart {
  width: 100%;
  min-width: 600px;
  height: auto; }

#introduction {
  font-size: 0.9em; }

/****************** FOOTER ***************/
#footer {
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em;
  background-color: #464652;
  text-align: center;
  color: #ffffff; }

#footer a {
  color: #ffffff;
  text-decoration: none; }

#credits {
  font-size: 10px;
  height: 33px;
  line-height: 33px;
  margin: 0 auto;
  text-align: center;
  width: 600px; }

#credits #copy {
  float: left;
  padding-left: 40px; }
