/* line 6, ../sass/_h5bp.sass */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

/* line 9, ../sass/_h5bp.sass */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* line 14, ../sass/_h5bp.sass */
audio:not([controls]), [hidden] {
  display: none; }

/* line 25, ../sass/_h5bp.sass */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* line 30, ../sass/_h5bp.sass */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4; }

/* line 35, ../sass/_h5bp.sass */
::-moz-selection, ::selection {
  background: #a6ddf7;
  color: white;
  text-shadow: none; }

/* line 44, ../sass/_h5bp.sass */
a {
  text-decoration: none;
  -webkit-transition: border 0.4s ease-in, color 0.4s;
  -moz-transition: border 0.4s, color 0.4s; }
/* line 49, ../sass/_h5bp.sass */
a:hover {
  color: #222222;
  -webkit-transition: border 0.1s, color 0.3s linear;
  -moz-transition: border, color 0.4s; }
/* line 54, ../sass/_h5bp.sass */
a:focus {
  outline: thin dotted; }
/* line 56, ../sass/_h5bp.sass */
a:hover, a:active {
  outline: 0; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* line 67, ../sass/_h5bp.sass */
abbr[title] {
  border-bottom: 1px dotted; }

/* line 70, ../sass/_h5bp.sass */
b, strong {
  font-weight: normal;
  color: black; }

/* line 74, ../sass/_h5bp.sass */
blockquote {
  margin: 1em 40px; }

/* line 77, ../sass/_h5bp.sass */
dfn {
  font-style: italic; }

/* line 80, ../sass/_h5bp.sass */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/* line 88, ../sass/_h5bp.sass */
ins {
  background: #ffff99;
  color: black;
  text-decoration: none; }

/* line 93, ../sass/_h5bp.sass */
mark {
  background: yellow;
  color: black;
  font-style: italic;
  font-weight: bold; }

/* line 101, ../sass/_h5bp.sass */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

/* line 108, ../sass/_h5bp.sass */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/* line 113, ../sass/_h5bp.sass */
q {
  quotes: none; }
/* line 115, ../sass/_h5bp.sass */
q:before, q:after {
  content: "";
  content: none; }

/* line 119, ../sass/_h5bp.sass */
small {
  font-size: 85%; }

/* line 124, ../sass/_h5bp.sass */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 130, ../sass/_h5bp.sass */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

/* line 137, ../sass/_h5bp.sass */
sub {
  bottom: -0.25em; }

/* line 144, ../sass/_h5bp.sass */
ul, ol {
  margin: 0.5em 0 1.5em;
  padding: 0 0 0 15px; }

/* line 148, ../sass/_h5bp.sass */
dd {
  margin: 0 0 0 40px; }

/* line 152, ../sass/_h5bp.sass */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* line 166, ../sass/_h5bp.sass */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/* line 171, ../sass/_h5bp.sass */
img, embed, object, video {
  max-width: 100%; }

/* line 176, ../sass/_h5bp.sass */
svg:not(:root) {
  overflow: hidden; }

/* line 183, ../sass/_h5bp.sass */
figure, form {
  margin: 0; }

/* line 190, ../sass/_h5bp.sass */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* line 197, ../sass/_h5bp.sass */
label {
  cursor: pointer; }

/* line 204, ../sass/_h5bp.sass */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal; }

/* line 215, ../sass/_h5bp.sass */
button, input, select, textarea {
  font-size: 100%;
  font-family: inherit;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

/* line 225, ../sass/_h5bp.sass */
button, input {
  line-height: normal; }

/* line 233, ../sass/_h5bp.sass */
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/* line 239, ../sass/_h5bp.sass */
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

/* line 247, ../sass/_h5bp.sass */
button[disabled] {
  cursor: default; }

/* line 251, ../sass/_h5bp.sass */
input[disabled] {
  cursor: default; }
/* line 253, ../sass/_h5bp.sass */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }
/* line 258, ../sass/_h5bp.sass */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
/* line 263, ../sass/_h5bp.sass */
input[type="search"] ::-webkit-search-decoration, input[type="search"] ::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 271, ../sass/_h5bp.sass */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 279, ../sass/_h5bp.sass */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* line 295, ../sass/_h5bp.sass */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 299, ../sass/_h5bp.sass */
td {
  vertical-align: top; }

/* line 306, ../sass/_h5bp.sass */
.chromeframe {
  margin: 0.2em 0;
  background: #cccccc;
  color: black;
  padding: 0.2em 0; }

/* line 3, ../sass/_non-semantic.sass */
.section {
  margin: 0 auto;
  width: 940px;
  position: relative;
  clear: both;
  padding: 0 10px; }

/* line 12, ../sass/_non-semantic.sass */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }
/* line 22, ../sass/_non-semantic.sass */
.ir br {
  display: none; }

/* line 27, ../sass/_non-semantic.sass */
.hidden {
  display: none !important;
  visibility: hidden; }

/* line 33, ../sass/_non-semantic.sass */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
/* line 43, ../sass/_non-semantic.sass */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* line 55, ../sass/_non-semantic.sass */
.invisible {
  visibility: hidden; }

/* line 60, ../sass/_non-semantic.sass */
.clearfix, .page {
  *zoom: 1; }
/* line 61, ../sass/_non-semantic.sass */
.clearfix:before, .page:before {
  content: "";
  display: table; }
/* line 64, ../sass/_non-semantic.sass */
.clearfix:after, .page:after {
  content: "";
  display: table;
  clear: both; }

/* line 1, ../sass/_primary.sass */
body {
  background-color: #34333b; }

/* line 3, ../sass/_primary.sass */
.page {
  position: relative;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  text-align: center; }

/* line 13, ../sass/_primary.sass */
.background--teach, .background--learn {
  overflow: hidden;
  padding-top: 55.625%;
  height: 0;
  width: 100%; }
@media (max-width: 1023px) {
  /* line 13, ../sass/_primary.sass */
  .background--teach, .background--learn {
    display: none !important; } }

/* line 20, ../sass/_primary.sass */
.background--learn {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/* line 28, ../sass/_primary.sass */
.background__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/* line 33, ../sass/_primary.sass */
.main {
  position: absolute;
  margin-top: 20%;
  top: 0;
  right: 50%; }
@media (max-width: 1200px) {
  /* line 33, ../sass/_primary.sass */
  .main {
    font-size: 14px; } }
@media (max-width: 1023px) {
  /* line 33, ../sass/_primary.sass */
  .main {
    margin: 0 auto;
    position: static; } }
@media (max-width: 400px) {
  /* line 33, ../sass/_primary.sass */
  .main {
    max-width: 100%;
    padding: 0 10px; } }

/* line 46, ../sass/_primary.sass */
.content {
  position: absolute;
  top: -13em;
  right: 0;
  min-width: 31em;
  padding-bottom: 1em; }
@media (max-width: 1023px) {
  /* line 46, ../sass/_primary.sass */
  .content {
    margin: 0 auto;
    position: static; } }

/* line 55, ../sass/_primary.sass */
.logo {
  margin: 3em 0 2em; width: 300px; }
@media (max-width: 400px) {
  /* line 55, ../sass/_primary.sass */
  .logo {
    margin-bottom: 3em; } }

/* line 59, ../sass/_primary.sass */
.heading-rotator {
  position: relative; }

@media (max-width: 400px) {
  /* line 61, ../sass/_primary.sass */
  .heading, .header--learn, .header--thanks {
    font-size: 50px; } }

/* line 64, ../sass/_primary.sass */
.header--learn, .header--thanks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0; }

/* line 72, ../sass/_primary.sass */
.subheading {
  margin-bottom: 1.5em;
  font-size: 1.1em;
  color: white; }
@media (max-width: 400px) {
  /* line 72, ../sass/_primary.sass */
  .subheading {
    font-size : 20px;
    max-width: 12em;
    margin: 0 auto 3.5em; } }

/* line 79, ../sass/_primary.sass */
.phone {
  position: absolute;
  top: 0;
  left: 54%;
  width: 23%;
  margin-top: 2.2%; }

/* line 85, ../sass/_primary.sass */
.phone__case {
  display: block;
  width: 100%; }

/* line 90, ../sass/_primary.sass */
form {
  display: inline-block;
  position: relative;
  font-size: 0.8em;
  font-weight: 300;
  white-space: nowrap;
  margin-top: 30px;
}

@media (max-width: 420px) {
  /* line 132, ../sass/_primary.sass */
  form {
    display: block;
    width: 100%;
  }
}

/* line 96, ../sass/_primary.sass */
.email {
  display: inline;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  z-index: 2;
  background-color: white;
  overflow: hidden;
  text-align: left;
}
@media (max-width: 420px) {
  /* line 132, ../sass/_primary.sass */
  .email {
    display: block;
    width: 100%;
  }
}

/* line 105, ../sass/_primary.sass */
.email__label {
  position: absolute;
  top: 50%;
  left: 1.5em;
  margin-top: -0.5em;
  min-width: 11em;
  padding: 0;
  line-height: 1em;
  color: #f45a2b;
  white-space: nowrap; }

/* line 115, ../sass/_primary.sass */
.email__input {
  position: relative;
  height: 1em;
  min-width: 14em;
  padding: 0.92em 0 0.6em 1.5em;
  background-color: transparent;
  border: none;
  line-height: 1em;
  color: #777777;
  background-color: white;
  filter: alpha(opacity=0);
  opacity: 0; }
/* line 129, ../sass/_primary.sass */
.email__input:focus, .email__input.active {
  filter: alpha(opacity=100);
  display:block;
  opacity: 1;
}

@media (max-width: 420px) {
  /* line 132, ../sass/_primary.sass */
  .email__input {
    display: block;
    width: 100%;
  }
}

.news_message {
  margin-top:50px;
  color : #FFF;
  font-size : 0.8em;
}

/* line 132, ../sass/_primary.sass */
.email__submit {
  display: inline;
  display: inline-block;
  vertical-align: bottom;
  background : none;
  margin-left : 10px;
  color: white;
  border : 2px solid #FFF;
  font-weight : 600;
  font-size: 1.25em;
  line-height: 1em;
  padding: 0.5em 1.4em;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1em;
  padding: 0.6em 1.5em; }
@media (max-width: 420px) {
  /* line 132, ../sass/_primary.sass */
  .email__submit {
    display: block;
    width: 100%;
    margin:auto;
    margin-top:10px;
  }
}

.beta__signup {
  display: block;
  margin:auto;
  vertical-align: bottom;
  color: white;
  width : 300px;
  background-color: #f45a2b;
  border: none;
  font-weight : 600;
  font-size: 1.25em;
  line-height: 1em;
  padding: 0.6em 1.5em;
  text-transform: uppercase;
  margin-bottom : 15px;
}
@media (max-width: 420px) {
  /* line 132, ../sass/_primary.sass */
  .beta__signup {
    display: block;
    width: 100%;
    text-transform: uppercase;
    margin-bottom : 15px;
  }
}

.beta__login {
  display: block;
  margin:auto;
  vertical-align: bottom;
  width : 300px;
  color: white;
  background: none;
  border : 2px solid #FFF;
  font-weight : 600;
  font-size: 1.25em;
  line-height: 1em;
  padding: 0.5em 1.4em;
  text-transform: uppercase;
  margin-bottom : 15px;
}
@media (max-width: 420px) {
  /* line 132, ../sass/_primary.sass */
  .beta__login {
    display: block;
    width: 100%;
    text-transform: uppercase;
    background: none;
    border : 2px solid #FFF;
    margin-bottom : 15px;
  }
}

/* line 145, ../sass/_primary.sass */
.wants {
  position: absolute;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0.4em;
  color: white;
  font-size: 0.9em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
/* line 155, ../sass/_primary.sass */
.wants.visible {
  opacity: 1;
  filter: alpha(opacity=100);
  top: -2em; }
@media (max-width: 400px) {
  /* line 145, ../sass/_primary.sass */
  .wants {
    opacity: 1;
    top: -2.5em; } }

/* line 162, ../sass/_primary.sass */
.wants__label {
  margin-left: 1em; }
/* line 164, ../sass/_primary.sass */
.wants__label:first-child {
  margin-left: 0; }

/* line 166, ../sass/_primary.sass */
.phone__want {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 125%; }

/* line 171, ../sass/_primary.sass */
.phone__want__img--teach, .phone__want__img--learn {
  width: 100%;
  display: block;
  margin-left: -50%; }

/* line 175, ../sass/_primary.sass */
.phone__want__img--learn {
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0; }

/* line 186, ../sass/_primary.sass */
.checkbox:checked ~ .check:after {
  content: "\e600"; }

/* line 189, ../sass/_primary.sass */
.lt-ie9 .checkbox {
  clip: auto;
  height: auto;
  margin-right: 0.5em;
  overflow: visible;
  position: static;
  width: auto; }
/* line 196, ../sass/_primary.sass */
.lt-ie9 .check {
  display: none; }

/* line 198, ../sass/_primary.sass */
.check {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.3em;
  border-radius: 2px; }
/* line 203, ../sass/_primary.sass */
.check:after {
  color: #f45a2b;
  font-family: Icon;
  content: "\e601"; }

/* line 209, ../sass/_primary.sass */
.errors {
  display: none;
  position: absolute;
  bottom: 100%;
  right: 0;
  padding: 0.2em 1em;
  margin-bottom: 2em;
  font-size: 1.25em;
  font-weight: 300px;
  color: white;
  background-color: #f45a2b; }
/* line 220, ../sass/_primary.sass */
.errors:after {
  content: "";
  position: absolute;
  bottom: -2em;
  right: 1em;
  margin-bottom: 1px;
  border-top: 2em solid #f45a2b;
  border-right: 1em solid transparent; }
/* line 228, ../sass/_primary.sass */
.errors > label {
  display: block;
  margin: 0.2em 0;
  font-size: 0.8em;
  text-align: left; }

/* line 234, ../sass/_primary.sass */
.uh-oh {
  display: block;
  font-size: 1.3em; }

@font-face {
  font-family: "icon";
  src: url("/web/fonts/icons-primary.eot");
  src: url("/web/fonts/icons-primary.eot?#iefix") format("embedded-opentype"), url("/web/fonts/icons-primary.ttf") format("truetype"), url("/web/fonts/icons-primary.woff") format("woff"), url("/web/fonts/icons-primary.svg#icons-primary") format("svg");
  font-weight: normal;
  font-style: normal; }

/* line 7, ../sass/_typography.sass */
.icon, [class^="icon-"], [class*=" icon-"] {
  font-family: "icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 19, ../sass/_typography.sass */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  color: #585858;
  font-size: 16px;
  line-height: 1.5; }

/* line 28, ../sass/_typography.sass */
h1, h2, h3, h4 {
  font-weight: 100;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
  color: white; }

/* line 33, ../sass/_typography.sass */
h1, .h1 {
  font-weight: 200;
  margin: 0 0 0.25em;
  font-size: 2.5em;
  letter-spacing: -1px;
  line-height: 1.2em; }

/* line 39, ../sass/_typography.sass */
h2, .h2 {
  font-weight: 300;
  margin: 0 0 0.35em;
  font-size: 1.5em;
  letter-spacing: -1px;
  line-height: 1.2em; }

/* line 46, ../sass/_typography.sass */
p {
  margin: 0 0 1.5em; }
