/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

button,
input[type="submit"] {
  border: 1px solid #e19602;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #f3cd84;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  background-color: #f4b436;
  background-image: -webkit-linear-gradient(#f4b436, #f0a002);
  background-image: linear-gradient(#f4b436, #f0a002);
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffbe40;
  background-clip: padding-box;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em; }
  button:hover:not(:disabled),
  input[type="submit"]:hover:not(:disabled) {
    box-shadow: inset 0 1px 0 0 #efbb55;
    cursor: pointer;
    background-color: #eea923;
    background-image: -webkit-linear-gradient(#eea923, #e09503);
    background-image: linear-gradient(#eea923, #e09503); }
  button:active:not(:disabled),
  input[type="submit"]:active:not(:disabled), button:focus:not(:disabled),
  input[type="submit"]:focus:not(:disabled) {
    border: 1px solid #e19602;
    box-shadow: inset 0 0 8px 4px #d08b04, inset 0 0 8px 4px #d08b04; }
  button:disabled,
  input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed; }

@font-face {
  font-family: FiraSans;
  font-weight: 200;
  font-style: normal;
  src: url("/assets/fonts/fira/FiraSans-Light.eot");
  src: url("/assets/fonts/fira/FiraSans-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fira/FiraSans-Light.woff") format("woff"), url("/assets/fonts/fira/FiraSans-Light.ttf") format("truetype"), url("/assets/fonts/fira/FiraSans-Light.svg#FiraSans") format("svg"); }
@font-face {
  font-family: FiraSans;
  font-weight: 200;
  font-style: italic;
  src: url("/assets/fonts/fira/FiraSans-LightItalic.eot");
  src: url("/assets/fonts/fira/FiraSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fira/FiraSans-LightItalic.woff") format("woff"), url("/assets/fonts/fira/FiraSans-LightItalic.ttf") format("truetype"), url("/assets/fonts/fira/FiraSans-LightItalic.svg#FiraSans") format("svg"); }
@font-face {
  font-family: FiraSans;
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/fira/FiraSans-Regular.eot");
  src: url("/assets/fonts/fira/FiraSans-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fira/FiraSans-Regular.woff") format("woff"), url("/assets/fonts/fira/FiraSans-Regular.ttf") format("truetype"), url("/assets/fonts/fira/FiraSans-Regular.svg#FiraSans") format("svg"); }
@font-face {
  font-family: FiraSans;
  font-weight: 400;
  font-style: italic;
  src: url("/assets/fonts/fira/FiraSans-RegularItalic.eot");
  src: url("/assets/fonts/fira/FiraSans-RegularItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fira/FiraSans-RegularItalic.woff") format("woff"), url("/assets/fonts/fira/FiraSans-RegularItalic.ttf") format("truetype"), url("/assets/fonts/fira/FiraSans-RegularItalic.svg#FiraSans") format("svg"); }
@font-face {
  font-family: FiraSans;
  font-weight: 600;
  font-style: normal;
  src: url("/assets/fonts/fira/FiraSans-Medium.eot");
  src: url("/assets/fonts/fira/FiraSans-Medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fira/FiraSans-Medium.woff") format("woff"), url("/assets/fonts/fira/FiraSans-Medium.ttf") format("truetype"), url("/assets/fonts/fira/FiraSans-Medium.svg#FiraSans") format("svg"); }
@font-face {
  font-family: FiraSans;
  font-weight: 600;
  font-style: italic;
  src: url("/assets/fonts/fira/FiraSans-MediumItalic.eot");
  src: url("/assets/fonts/fira/FiraSans-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fira/FiraSans-MediumItalic.woff") format("woff"), url("/assets/fonts/fira/FiraSans-MediumItalic.ttf") format("truetype"), url("/assets/fonts/fira/FiraSans-MediumItalic.svg#FiraSans") format("svg"); }
@font-face {
  font-family: FiraSans;
  font-weight: 700;
  font-style: normal;
  src: url("/assets/fonts/fira/FiraSans-Bold.eot");
  src: url("/assets/fonts/fira/FiraSans-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fira/FiraSans-Bold.woff") format("woff"), url("/assets/fonts/fira/FiraSans-Bold.ttf") format("truetype"), url("/assets/fonts/fira/FiraSans-Bold.svg#FiraSans") format("svg"); }
@font-face {
  font-family: FiraSans;
  font-weight: 700;
  font-style: italic;
  src: url("/assets/fonts/fira/FiraSans-BoldItalic.eot");
  src: url("/assets/fonts/fira/FiraSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fira/FiraSans-BoldItalic.woff") format("woff"), url("/assets/fonts/fira/FiraSans-BoldItalic.ttf") format("truetype"), url("/assets/fonts/fira/FiraSans-BoldItalic.svg#FiraSans") format("svg"); }
@font-face {
  font-family: FiraMono;
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/fira/FiraMono-Regular.eot");
  src: url("/assets/fonts/fira/FiraMono-Regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fira/FiraMono-Regular.woff") format("woff"), url("/assets/fonts/fira/FiraMono-Regular.ttf") format("truetype"), url("/assets/fonts/fira/FiraMono-Regular.svg#FiraMono") format("svg"); }
@font-face {
  font-family: FiraMono;
  font-weight: bold;
  font-style: normal;
  src: url("/assets/fonts/fira/FiraMono-Bold.eot");
  src: url("/assets/fonts/fira/FiraMono-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/fira/FiraMono-Bold.woff") format("woff"), url("/assets/fonts/fira/FiraMono-Bold.ttf") format("truetype"), url("/assets/fonts/fira/FiraMono-Bold.svg#FiraMono") format("svg"); }
body {
  color: #333333;
  font-family: "FiraSans", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "FiraSans", sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #221a09;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear;
  font-weight: 600; }
  a:hover {
    color: #ffb82b; }
  a:active, a:focus {
    color: #ffb82b;
    outline: none; }

hr {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #595959; }

blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

fieldset {
  background: #f7f7f7;
  border: 1px solid #dddddd;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "FiraSans", sans-serif;
  font-size: 1em; }

label {
  font-weight: bold;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="time"], input[type="week"],
select[multiple=multiple] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color;
  -moz-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 0.1875em;
  border: 1px solid #dddddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: "FiraSans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:hover,
  input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover,
  select[multiple=multiple]:hover {
    border-color: #c4c4c4; }
  textarea:focus,
  input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus,
  select[multiple=multiple]:focus {
    border-color: #f4b436;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(243, 171, 30, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: white;
  background-image: url("../img/seamless_stars.png");
  background-attachment: fixed; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    body {
      background-image: url("../img/seamless_stars_2x.png");
      background-size: 300px 300px; } }

.page-header {
  text-align: center;
  padding: 0.65em 0 0.25em 0;
  border-bottom: 1px solid rgba(245, 185, 69, 0.5); }

.content .row {
  display: block; }
  .content .row:after {
    content: "";
    display: table;
    clear: both; }
.content .column {
  padding: 2em 2em 2em 2em;
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .content .column:last-child {
    margin-right: 0; }
  @media screen and (min-width: 40em) {
    .content .column {
      padding: 2em 1em 2em 1em;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 61.70213%;
      margin-left: 19.14894%; }
      .content .column:last-child {
        margin-right: 0; } }

#features header {
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 1.5em; }
#features section {
  display: block;
  padding: 0 0 1em 0; }
  #features section:after {
    content: "";
    display: table;
    clear: both; }
  #features section a {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    margin-top: 0.25em; }
    #features section a:last-child {
      margin-right: 0; }
    @media screen and (min-width: 40em) {
      #features section a {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%; }
        #features section a:last-child {
          margin-right: 0; } }
    #features section a img {
      width: 100%; }
  #features section div {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%; }
    #features section div:last-child {
      margin-right: 0; }
    @media screen and (min-width: 40em) {
      #features section div {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 74.46809%;
        padding: 0 0 0 0.5em; }
        #features section div:last-child {
          margin-right: 0; } }
    #features section div h2 {
      font-size: 1.3em;
      font-weight: 600;
      margin-bottom: 0.25em; }
  #features section ul {
    list-style-type: disc; }
  @media screen and (min-width: 40em) {
    #features section .shifted {
      margin-left: 25.53191%; } }

.white-bg {
  background-color: white;
  box-shadow: 0 3px 3px black; }

.blue-gradient-bg,
.orange-gradient-bg {
  color: white;
  text-shadow: 0 1px 2px black;
  overflow: visible;
  background-image: -webkit-radial-gradient(50% 0%, rgba(72, 177, 255, 0.5) 0%, rgba(57, 170, 255, 0) 80%);
  background-image: radial-gradient(  at 50% 0%, rgba(72, 177, 255, 0.5) 0%, rgba(57, 170, 255, 0) 80%);
  background-color: rgba(57, 170, 255, 0);
  border-color: rgba(72, 177, 255, 0.5); }
  .blue-gradient-bg a,
  .orange-gradient-bg a {
    color: white; }
    .blue-gradient-bg a:hover,
    .orange-gradient-bg a:hover {
      color: #f4b436; }

.blue-gradient-bg {
  color: white;
  background-image: -webkit-radial-gradient(50% 0%, rgba(255, 189, 58, 0.5) 0%, rgba(244, 180, 54, 0) 80%);
  background-image: radial-gradient(  at 50% 0%, rgba(255, 189, 58, 0.5) 0%, rgba(244, 180, 54, 0) 80%);
  background-color: rgba(244, 180, 54, 0);
  background-position: bottom left;
  border-top: 2px solid rgba(245, 185, 69, 0.5); }
  .blue-gradient-bg a {
    color: white;
    font-weight: 700; }
    .blue-gradient-bg a:hover {
      color: #39aaff; }

.orange-gradient-bg {
  color: white;
  background-image: -webkit-radial-gradient(50% 0%, rgba(72, 177, 255, 0.5) 0%, rgba(57, 170, 255, 0) 80%);
  background-image: radial-gradient(  at 50% 0%, rgba(72, 177, 255, 0.5) 0%, rgba(57, 170, 255, 0) 80%);
  background-color: rgba(57, 170, 255, 0);
  border-color: rgba(72, 177, 255, 0.5); }
  .orange-gradient-bg a {
    color: white; }
    .orange-gradient-bg a:hover {
      color: #39aaff; }

.hero {
  display: block;
  background-image: -webkit-radial-gradient(50% 0%, circle, rgba(255, 189, 58, 0.4) 0%, rgba(244, 180, 54, 0) 70%);
  background-image: radial-gradient(  circle at 50% 0%, rgba(255, 189, 58, 0.4) 0%, rgba(244, 180, 54, 0) 70%);
  background-color: rgba(244, 180, 54, 0);
  background-repeat: repeat;
  background-position: top;
  background-size: auto;
  border-bottom: 1px solid rgba(245, 185, 69, 0.5);
  overflow: visible;
  padding: 1em 0em 0.5em 0em;
  margin: auto;
  text-align: center;
  color: white; }
  .hero:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 40em) {
    .hero section#hero {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 74.46809%;
      margin-left: 12.76596%; }
      .hero section#hero:last-child {
        margin-right: 0; } }
  .hero section#hero img {
    margin: 0 auto 0.5em auto;
    max-width: 256px; }
  .hero section#hero .button {
    border: 1px solid #e19602;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #f3cd84;
    color: #333333;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: #f4b436;
    background-image: -webkit-linear-gradient(#f4b436, #f0a002);
    background-image: linear-gradient(#f4b436, #f0a002);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffbe40;
    background-clip: padding-box;
    font-size: 1em;
    outline: none;
    margin: 1em 0.5em 1.2em 0.5em; }
    .hero section#hero .button:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #efbb55;
      cursor: pointer;
      background-color: #eea923;
      background-image: -webkit-linear-gradient(#eea923, #e09503);
      background-image: linear-gradient(#eea923, #e09503); }
    .hero section#hero .button:active:not(:disabled), .hero section#hero .button:focus:not(:disabled) {
      border: 1px solid #e19602;
      box-shadow: inset 0 0 8px 4px #d08b04, inset 0 0 8px 4px #d08b04; }
    .hero section#hero .button:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .hero section#hero .blue-button {
    border: 1px solid #0089f1;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #8acafa;
    color: white;
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    background-color: #39aaff;
    background-image: -webkit-linear-gradient(#39aaff, #0192ff);
    background-image: linear-gradient(#39aaff, #0192ff);
    padding: 7px 18px;
    text-decoration: none;
    text-shadow: 0 1px 0 #007edc;
    background-clip: padding-box;
    font-size: 1em;
    outline: none;
    margin: 1em 0.5em 1.2em 0.5em; }
    .hero section#hero .blue-button:hover:not(:disabled) {
      box-shadow: inset 0 1px 0 0 #59b4f9;
      cursor: pointer;
      background-color: #249efb;
      background-image: -webkit-linear-gradient(#249efb, #0089f1);
      background-image: linear-gradient(#249efb, #0089f1); }
    .hero section#hero .blue-button:active:not(:disabled), .hero section#hero .blue-button:focus:not(:disabled) {
      border: 1px solid #0089f1;
      box-shadow: inset 0 0 8px 4px #0081e1, inset 0 0 8px 4px #0081e1; }
    .hero section#hero .blue-button:disabled {
      opacity: 0.5;
      cursor: not-allowed; }
  .hero section#hero h1 {
    font-size: 3em; }
  .hero section#hero h2 {
    font-size: 1.8em;
    font-weight: 200;
    margin-bottom: 0em; }
  .hero section#hero p {
    margin: auto; }

.app-list {
  overflow: visible;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
  .app-list .app {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 100%; }
    .app-list .app:last-child {
      margin-right: 0; }
    @media screen and (min-width: 40em) {
      .app-list .app {
        float: left;
        display: block;
        margin-right: 2.85714%;
        width: 48.57143%; }
        .app-list .app:last-child {
          margin-right: 0; } }
  .app-list .app-icon {
    float: left;
    padding: 0 1.16667em 0 0;
    border-radius: 50%;
    width: 10.5em;
    height: 10.5em; }
    .app-list .app-icon img {
      opacity: 0.4; }
    .app-list .app-icon a img {
      -webkit-transition: all 0.36s ease-in-out;
      -moz-transition: all 0.36s ease-in-out;
      transition: all 0.36s ease-in-out;
      opacity: 1.0; }
      .app-list .app-icon a img:hover {
        -webkit-transform: scale3d(1.25, 1.25, 1.25);
        -moz-transform: scale3d(1.25, 1.25, 1.25);
        -ms-transform: scale3d(1.25, 1.25, 1.25);
        -o-transform: scale3d(1.25, 1.25, 1.25);
        transform: scale3d(1.25, 1.25, 1.25); }
  .app-list .app-content {
    margin-left: 4.9em;
    margin-bottom: 2em; }
  .app-list h3 {
    font-size: 1.4em;
    padding-top: 0.5em;
    margin-bottom: 0.58333em;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    display: inline-block; }

.row h2 {
  margin-bottom: 0.5em; }

.footer {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
  font-weight: light;
  padding: 3em 1.25em;
  font-size: 0.9em; }
  .footer:after {
    content: "";
    display: table;
    clear: both; }
  .footer .footer-links {
    margin-bottom: 1.5em;
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 74.46809%;
    margin-left: 12.76596%; }
    .footer .footer-links:last-child {
      margin-right: 0; }
  .footer ul {
    margin-bottom: 3em; }
    @media screen and (min-width: 40em) {
      .footer ul {
        float: left;
        display: block;
        margin-right: 2.85714%;
        width: 14.28571%;
        padding: 2.12766%;
        padding: 0; }
        .footer ul:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 40em) {
    .footer ul.footer-details {
      float: left;
      display: block;
      margin-right: 2.85714%;
      width: 100%; }
      .footer ul.footer-details:last-child {
        margin-right: 0; } }
  .footer li {
    text-align: center; }
  .footer a {
    color: rgba(255, 255, 255, 0.8); }
    .footer a:hover {
      color: white; }
  .footer li h3 {
    color: white;
    font-size: 1em;
    font-weight: 800;
    margin-bottom: .4em; }
  .footer hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 1.5em;
    width: 12em; }

