/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
/* 1 */
  -ms-text-size-adjust: 100%;
/* 2 */
  -webkit-text-size-adjust: 100%;
/* 2 */
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
/* 1 */
  vertical-align: baseline;
/* 2 */
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
/* 1 */
  font: inherit;
/* 2 */
  margin: 0;
/* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
/* 1 */,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
/* 2 */
  cursor: pointer;
/* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
/* 1 */
  padding: 0;
/* 2 */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
/* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
/* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
/* 1 */
  padding: 0;
/* 2 */
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.block {
  display: block;
}
.border-box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.full-width {
  width: 100%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
body {
  background-color: #fff;
  color: #707580;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
p,
ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  height: auto;
  max-width: 100%;
}
.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 25px;
  text-align: center;
}
.button span {
  font-weight: 500;
}
.button:hover {
  text-decoration: none;
}
.button:hover span {
  text-decoration: underline;
}
.button.bright {
  background-color: #fff;
  -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.15);
  box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.15);
}
.button.bright span {
  color: #747d8f;
}
.button.dark {
  background-color: #747d8f;
  -moz-box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.2);
  box-shadow: inset 0px -4px 0px 0px rgba(0,0,0,0.2);
}
.button.dark span {
  color: #fff;
}
section {
  width: 100%;
  margin: 0 auto;
}
section:before,
section:after {
  content: " ";
  display: table;
}
section:after {
  clear: both;
}
section > .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 3.125em;
  padding-right: 3.125em;
  margin: 0 auto;
  max-width: 72em;
}
section > .container:before,
section > .container:after {
  content: " ";
  display: table;
}
section > .container:after {
  clear: both;
}
section#top {
  margin: 2em 0;
}
section#top header {
  float: left;
}
section#top header > a {
  display: block;
}
section#top header > a:hover {
  text-decoration: none;
}
section#top header > a > img {
  display: block;
}
section#top nav {
  float: right;
}
section#top nav > ul {
  display: block;
  float: left;
}
section#top nav > ul li {
  float: left;
  display: inline-block;
}
section#top nav > ul .button {
  float: left;
  font-size: 16px;
  line-height: 20px;
  padding-top: 0.875em;
}
section#top nav > ul .login {
  font-size: 12px;
  line-height: 4;
  margin-left: 1.75em;
}
section#top nav > ul .login a {
  color: #747d8f;
  font-weight: 500;
}
section#intro {
  margin-top: 2.25em;
}
section#intro aside {
  float: left;
  margin-bottom: 2.5em;
  max-width: 100%;
}
section#intro .content {
  float: right;
  margin-right: 2.875em;
  max-width: 512px;
}
section#intro .content header {
  float: left;
  margin-bottom: 0.75em;
  margin-top: 8.75em;
}
section#intro .content header:before,
section#intro .content header:after {
  content: " ";
  display: table;
}
section#intro .content header:after {
  clear: both;
}
section#intro .content header h1 {
  font-size: 2.125em;
  font-weight: 200;
  margin: 0 0 16px;
}
section#intro .content p {
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 28px;
}
section#intro .content ul {
  float: left;
  list-style: none;
}
section#intro .content ul:before,
section#intro .content ul:after {
  content: " ";
  display: table;
}
section#intro .content ul:after {
  clear: both;
}
section#intro .content ul > li {
  float: left;
  display: inline-block;
}
section#intro .content ul .button {
  float: left;
}
section#intro .content ul .learn {
  font-size: 12px;
  line-height: 5;
  margin-left: 24px;
}
section#intro .content ul .learn a {
  color: #747d8f;
  font-weight: 500;
}
section#banner {
  background-color: #fafafa;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}
section#banner aside {
  float: left;
  line-height: 0;
  margin-top: 50px;
  max-width: 100%;
}
section#banner .content {
  float: right;
  margin-right: 0.5em;
  max-width: 544px;
}
section#banner .content header {
  margin-top: 6.5em;
}
section#banner .content header:before,
section#banner .content header:after {
  content: " ";
  display: table;
}
section#banner .content header:after {
  clear: both;
}
section#banner .content header h2 {
  font-size: 2em;
  font-weight: 200;
  margin: 0 0 16px;
}
section#banner .content p strong {
  font-weight: 500;
}
section#features header h2 {
  font-size: 2.5em;
  font-weight: 300;
  margin: 44px 0 48px;
}
section#features ul {
  width: 100%;
  list-style: none;
  margin-bottom: 3.25em;
}
section#features ul:before,
section#features ul:after {
  content: " ";
  display: table;
}
section#features ul:after {
  clear: both;
}
section#features ul li {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
  border: 1px solid #d5d5d5;
  padding: 1.5em;
  margin: 0 1.875em 1.25em 0;
  max-width: 30em;
  width: 100%;
}
section#features ul li .icon {
  float: left;
  text-align: center;
  margin-right: 2em;
  width: 3.5em;
}
section#features ul li .icon img {
  display: inline-block;
}
section#features ul li .title {
  font-weight: 500;
}
section#features ul li .title,
section#features ul li .description {
  line-height: 1.5;
}
section#simple > header {
  background-color: #747d8f;
  border-bottom: 1px solid #747d8f;
  border-top: 1px solid #747d8f;
  text-align: center;
  padding: 2.5em 0;
}
section#simple > header .icon,
section#simple > header .title {
  color: #fff;
  display: inline;
  font-size: 30px;
  font-weight: 300;
}
section#simple > header .icon {
  margin-right: 28px;
}
section#simple > header .icon img {
  vertical-align: middle;
}
section#simple > article {
  padding-top: 6em;
}
section#simple > article ul {
  width: 100%;
  list-style: none;
  margin-bottom: 3.25em;
}
section#simple > article ul:before,
section#simple > article ul:after {
  content: " ";
  display: table;
}
section#simple > article ul:after {
  clear: both;
}
section#simple > article ul li {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0;
  margin: 0 4.375em 1.25em 0;
  max-width: 27.5em;
  width: 100%;
}
section#simple > article ul li .icon {
  line-height: 0;
  margin-bottom: 28px;
}
section#simple > article ul li .icon:before,
section#simple > article ul li .icon:after {
  content: " ";
  display: table;
}
section#simple > article ul li .icon:after {
  clear: both;
}
section#simple > article ul li .icon.video,
section#simple > article ul li .icon.conversation {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.15);
}
section#simple > article ul li .icon.video.top,
section#simple > article ul li .icon.conversation.top {
  margin-bottom: 19px;
}
section#simple > article ul li .icon img {
  display: block;
}
section#simple > article ul li .title {
  font-weight: 500;
}
section#simple > article ul li .title,
section#simple > article ul li .description {
  line-height: 1.75;
}
section#hello {
  background-color: #747d8f;
  color: #fff;
  text-align: center;
}
section#hello header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 48em) {
  section#hello header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (min-width: 48em) and (max-width: 68em) {
  section#hello header {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (min-width: 68em) {
  section#hello header {
    padding-left: 200px;
    padding-right: 200px;
  }
}
section#hello header h2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.5em;
  font-weight: 300;
  margin: 44px 0 32px;
}
section#hello header p {
  font-size: 20px;
}
section#hello header ul {
  list-style: none;
  margin-top: 24px;
  margin-bottom: 32px;
}
section#hello header ul li {
  display: inline-block;
}
section#hello header ul li a {
  display: inline-block;
}
section#hello aside {
  margin-bottom: 50px;
}
section#nav {
  background-color: #747d8f;
  padding: 0 0 28px;
}
section#nav nav {
  float: left;
}
section#nav nav ul {
  list-style: none;
}
section#nav nav ul:before,
section#nav nav ul:after {
  content: " ";
  display: table;
}
section#nav nav ul:after {
  clear: both;
}
section#nav nav ul li {
  display: inline-block;
  float: left;
  line-height: 36px;
  margin-right: 40px;
}
section#nav nav ul li a {
  color: #fff;
  display: inline-block;
  float: left;
  font-weight: 500;
}
section#nav nav ul li a:hover {
  text-decoration: underline;
}
section#nav aside ul {
  float: right;
  list-style: none;
}
section#nav aside ul li {
  display: inline-block;
  float: left;
  margin-left: 20px;
}
section#nav aside ul li a {
  background-color: #fff;
  -webkit-border-radius: 2.25em;
  -moz-border-radius: 2.25em;
  -o-border-radius: 2.25em;
  border-radius: 2.25em;
  color: #747d8f;
  display: inline-block;
  float: left;
  height: 2.25em;
  text-align: center;
  width: 2.25em;
}
section#nav aside ul li a .label {
  color: #747d8f;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
section#nav aside ul li a .icon {
  display: inline-block;
  line-height: 2.5em;
}
