/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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;
    vertical-align: baseline
}

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
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td, th {
    padding: 0
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important
}

* , * :before, * :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* :first-child {
    margin-top: 0 !important
}

* :last-child {
    margin-bottom: 0 !important
}

html {
    font: 16px / 1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: rgba(26, 25, 25, 0.75);
    text-rendering: optimizeLegibility
}

html, body {
    width: 100%;
    height: 100%
}

@media screen and (max-height: 900px) {
    html {
        font-size: 14px
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 12px
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.2;
    font-weight: 300
}

h1 {
    font-size: 2.625rem;
    margin-bottom: 2.1875rem
}

h2 {
    font-size: 2rem;
    margin: 1.25rem 0
}

h3 {
    font-size: 1.625rem;
    margin: 1.5625rem 0 1.5625rem
}

h4, h5, h6 {
    font-size: 1.125rem;
    margin: 1.5625rem 0 1.5625rem
}

h1, h2, h3, h4, h5, h6, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong,
h6 strong {
    color: #1A1919
}

.masthead strong {
    color: rgba(255, 255, 255, 0.9)
}

h4, h5, h6, strong {
    font-weight: 500
}

strong {
    color: rgba(26, 25, 25, 0.85)
}

.thin {
    font-weight: 200
}

small {
    color: rgba(26, 25, 25, 0.55)
}

.hero small {
    font-size: 60%;
    color: rgba(255, 255, 255, 0.5)
}

p {
    margin: 1.8125rem 0
}

a, input, textarea {
    transition: color .1s ease-out, border-color .1s ease-out, background-color .1s ease-out, background-image .1s ease-out
}

a {
    text-decoration: none;
    color: #0096F8;
    font-weight: 500
}

a:hover, a:active, a:focus {
    outline: 0;
    color: #0074bf
}

.masthead .button.full:hover, .masthead .button.full:active, .masthead .button.full:focus {
    background: #3795ff
}

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

del {
    color: rgba(26, 25, 25, 0.55)
}

nav ul, nav ol, ul.row, ol.row {
    list-style: none
}

nav ul, nav ol {
    margin: 0;
    padding: 0;
    font-size: 0
}

nav li {
    display: inline-block;
    font-size: 1rem
}

ul, ol {
    list-style-position: outside;
    margin-top: 0;
    padding-left: 1.2em
}

ul.row, ol.row {
    padding-left: 0
}

ul {
    list-style-type: disc
}

blockquote {
    margin: 0;
    font-style: italic;
    position: relative
}

q::before {
    content: "\201C"
}

q::after {
    content: "\201D"
}

p:first-of-type {
    margin-top: 0
}

pre code {
    display: block;
    padding: .625rem 1rem
}

.wrapper {
    max-width: 61.250rem;
    margin: 0 auto
}

section > .wrapper {
    padding: 2.5rem 0
}

section > .wrapper.extra {
    padding: 5rem 0
}

.row {
    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
}

.row.center-h, .col.center-h {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center
}

.row.justify {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    justify-content: justify
}

.row.distribute {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.row.col-reverse {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.row.center-v {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.col:not(.span-12) + .col {
    margin-left: 4.0816327%
}

.row.justify .col + .col, .row.distribute .col + .col {
    margin-left: 0
}

.span-1 {
    width: 4.5918367%
}

.span-2 {
    width: 13.2653061%
}

.span-3 {
    width: 21.93877551%
}

.span-4 {
    width: 30.6122449%
}

.span-5 {
    width: 39.2857143%
}

.span-6 {
    width: 47.9591837%
}

.span-7 {
    width: 56.6326531%
}

.span-8 {
    width: 65.3061224%
}

.span-9 {
    width: 73.9795918%
}

.span-10 {
    width: 82.6530612%
}

.span-11 {
    width: 91.3265306%
}

.span-12 {
    width: 100%
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ir {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    direction: ltr;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    text-indent: -999em
}

.rtl {
    direction: rtl
}

* ::selection {
    color: #fff;
    background: #0096F8
}

* ::-moz-selection {
    color: #fff;
    background: #0096F8
}

* ::selection:window-inactive {
    background: #0074bf
}

.main-header h1 {
    float: left;
    margin: 0;
    font-size: 2rem;
    vertical-align: middle
}


body > * {
    padding: 0 2rem
}

.main-header + .standalone .wrapper {

}

body > section:not(.hero) {
    overflow: hidden
}

.standalone {
	background: white;
}

.grey {
    background: rgba(77, 125, 153, 0.03)
}

.feature {
    font-size: 1.1875rem
}

.feature .shadow {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: none;
    -webkit-filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2))
}

.wrapper .compensate-bottom {
    margin-bottom: -2.5rem !important
}

.wrapper.extra .compensate-bottom {
    margin-bottom: -5rem !important
}

.compensate-bottom img {
    margin: 0 auto
}

.version {
    white-space: nowrap
}

@media screen and (min-width: 601px) {
    .home.standalone {
        height: calc(100% - 18.9375rem);
        min-height: 34rem
    }
}

.home.standalone .wrapper {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.home.standalone .extra-wrapper {
    display: block;
    position: relative
}

.home .section-header {
    margin: 0 auto
}

.home .section-header > h1 {
    font-size: 3rem;
    line-height: 1.2;
    padding: 0 0 4.375rem;
    text-align: center
}

.home .products img {
    display: block;
    margin: 0 auto;
    width: 8rem;
    height: 8rem
}

.home .products {
    margin-bottom: -2.5rem !important
}

.home .products:last-child {
    margin-bottom: -2.5rem !important
}

.home .products li {
    margin-bottom: 2.5rem !important
}

.home .products h2 {
    font-size: 1.375rem;
    text-align: center
}

.home .products h2 > small {
    display: block;
    font-size: 1rem;
    color: rgba(26, 25, 25, 0.75)
}

.main-footer {
    text-align: center
}

.main-footer div {
    margin-bottom: 0.8125rem
}

.main-footer p {
    font-size: .875rem;
    margin-bottom: 0.5rem
}

.main-footer a {
    font-size: 1.2rem;
    font-weight: 200
}

.main-footer p, .main-footer a {
    color: #666666
}

.main-footer a:first-of-type {
    padding-right: 0.25rem
}

.main-footer > .wrapper {
    padding: 2.5rem 0
}

.update-badge-container {
    position: relative;
    display: inline-block
}

.update-badge-container .update-badge {
    position: absolute;
    right: -1.6rem;
    top: -1rem;
    width: 4em;
    height: 4em;
    background-color: #f80000;
    border-radius: 2em;
    box-shadow: 0 1px 4px 0 rgba(0, 1, 1, 0.2);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.update-badge-container .update-badge p {
    font-weight: 600;
    color: white;
    line-height: 1.1;
    margin: 0;
    padding: 0;
}

.update-badge-container .update-badge .new {
    font-size: 1em
}

.update-badge-container .update-badge .version {
    font-size: 1.6em
}


