@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400);

a,
mark {
    color: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
pre code,
section {
    display: block
}

.features li:first-child,
.features li:nth-child(2),
.features li:nth-child(3),
.row,
.row.gtr-0,
.row.gtr-0.gtr-uniform,
.row.gtr-25,
.row.gtr-50 {
    margin-top: 0
}

.icon:before,
input[type=checkbox]+label:before,
input[type=radio]+label:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    text-transform: none !important
}

.icon,
.image,
sub,
sup {
    position: relative
}

.table-wrapper,
pre {
    -webkit-overflow-scrolling: touch
}

.align-left,
table th {
    text-align: left
}

#nav,
#wrapper {
    max-width: calc(100% - 4em)
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.spotlight .content header.major,
blockquote,
dl,
form,
p,
pre,
table {
    margin: 0 0 2em
}

blockquote,
em,
i {
    font-style: italic
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

body {
    -webkit-text-size-adjust: none;
    -ms-overflow-style: scrollbar;
    background-image: url("images/overlay.png"), -moz-linear-gradient(45deg, #70aaff 25%, #a0ceff 75%);
    background-image: url("images/overlay.png"), -webkit-linear-gradient(45deg, #70aaff 25%, #a0ceff 75%);
    background-image: url("images/overlay.png"), -ms-linear-gradient(45deg, #70aaff 25%, #a0ceff 75%);
    background-image: url("images/overlay.png"), linear-gradient(45deg, #70aaff 25%, #a0ceff 75%);
    background-color: #70aaff;
    color: rgba(255, 255, 255, .65)
}

mark {
    background-color: transparent
}

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

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

@-ms-viewport {
    width: device-width
}

html {
    box-sizing: border-box
}

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

.row,
.row>* {
    box-sizing: border-box
}

body.is-loading *,
body.is-loading :after,
body.is-loading :before {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important
}

body,
input,
select,
textarea {
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 17pt;
    font-weight: 300;
    line-height: 1.65
}

code,
pre {
    font-family: "Courier New", monospace
}

a {
    -moz-transition: color .2s, border-bottom .2s;
    -webkit-transition: color .2s, border-bottom .2s;
    -ms-transition: color .2s, border-bottom .2s;
    transition: color .2s, border-bottom .2s;
    text-decoration: none;
    border-bottom: 1px dotted
}

a:hover {
    border-bottom-color: transparent
}

b,
strong {
    font-weight: 400
}

dl dt,
label {
    margin: 0 0 1em
}

p.content {
    -moz-columns: 20em 2;
    -webkit-columns: 20em 2;
    -ms-columns: 20em 2;
    columns: 20em 2;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    -ms-column-gap: 2em;
    column-gap: 2em;
    text-align: justify
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 .7em;
    letter-spacing: -.025em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none
}

h1 {
    font-size: 2.5em;
    line-height: 1.2
}

h2 {
    font-size: 1.5em
}

h3 {
    font-size: 1.25em
}

h4 {
    font-size: 1.1em
}

#nav.alt ul li a,
h5 {
    font-size: .9em
}

h6 {
    font-size: .7em
}

#footer .copyright,
.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
sub,
sup {
    font-size: .8em
}

sub {
    top: .5em
}

sup {
    top: -.5em
}

code,
label,
pre,
table th {
    font-size: .9em
}

blockquote {
    border-left: 4px solid rgba(255, 255, 255, .35);
    padding: .5em 0 .5em 2em
}

code {
    border-radius: 8px;
    border: 1px solid;
    margin: 0 .25em;
    padding: .25em .65em
}

pre code {
    line-height: 1.75;
    padding: 1em 1.5em;
    overflow-x: auto
}

hr {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .35);
    margin: 2em 0
}

hr.major {
    margin: 3em 0
}

.align-center,
article.special,
header.major.special,
section.special {
    text-align: center
}

.align-right,
article.special2,
section.special2 {
    text-align: right
}

a:hover,
b,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
strong,
textarea {
    color: #fff
}

code {
    background: rgba(255, 255, 255, .075);
    border-color: rgba(255, 255, 255, .35)
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -1.5em
}

.row>* {
    padding: 0 0 0 1.5em
}

.box>:last-child,
.box>:last-child>:last-child,
.box>:last-child>:last-child>:last-child,
.features li>:last-child,
.row.gtr-uniform>*>:last-child,
.spotlight .content>:last-child {
    margin-bottom: 0
}

.row.aln-left {
    justify-content: flex-start
}

.row.aln-center {
    justify-content: center
}

.row.aln-right {
    justify-content: flex-end
}

.row.aln-top {
    align-items: flex-start
}

.row.aln-middle {
    align-items: center
}

.row.aln-bottom {
    align-items: flex-end
}

.row>.imp {
    order: -1
}

.row>.col-1 {
    width: 8.33333%
}

.row>.off-1 {
    margin-left: 8.33333%
}

.row>.col-2 {
    width: 16.66667%
}

.row>.off-2 {
    margin-left: 16.66667%
}

.row>.col-3 {
    width: 25%
}

.row>.off-3 {
    margin-left: 25%
}

.row>.col-4 {
    width: 33.33333%
}

.row>.off-4 {
    margin-left: 33.33333%
}

.row>.col-5 {
    width: 41.66667%
}

.row>.off-5 {
    margin-left: 41.66667%
}

.row>.col-6 {
    width: 50%
}

.row>.off-6 {
    margin-left: 50%
}

.row>.col-7 {
    width: 58.33333%
}

.row>.off-7 {
    margin-left: 58.33333%
}

.row>.col-8 {
    width: 66.66667%
}

.row>.off-8 {
    margin-left: 66.66667%
}

.row>.col-9 {
    width: 75%
}

.row>.off-9 {
    margin-left: 75%
}

.row>.col-10 {
    width: 83.33333%
}

.row>.off-10 {
    margin-left: 83.33333%
}

.row>.col-11 {
    width: 91.66667%
}

.row>.off-11 {
    margin-left: 91.66667%
}

.button.fit,
.image.fit img,
.image.left img,
.image.main img,
.image.right img,
.row>.col-12,
button.fit,
input[type=button].fit,
input[type=reset].fit,
input[type=submit].fit,
ul.actions.fit li>*,
ul.actions.fit.stacked {
    width: 100%
}

.row>.off-12 {
    margin-left: 100%
}

.row.gtr-0 {
    margin-left: 0
}

.row.gtr-0>* {
    padding: 0
}

.row.gtr-0.gtr-uniform>*,
ul.actions.stacked li:first-child {
    padding-top: 0
}

.row.gtr-25 {
    margin-left: -.375em
}

.row.gtr-25>* {
    padding: 0 0 0 .375em
}

.row.gtr-25.gtr-uniform {
    margin-top: -.375em
}

.row.gtr-25.gtr-uniform>* {
    padding-top: .375em
}

.row.gtr-50 {
    margin-left: -.75em
}

.row.gtr-50>* {
    padding: 0 0 0 .75em
}

.row.gtr-50.gtr-uniform {
    margin-top: -.75em
}

.row.gtr-50.gtr-uniform>* {
    padding-top: .75em
}

.row.gtr-uniform {
    margin-top: -1.5em
}

.row.gtr-uniform>* {
    padding-top: 1.5em
}

.row.gtr-150 {
    margin-top: 0;
    margin-left: -2.25em
}

.row.gtr-150>* {
    padding: 0 0 0 2.25em
}

.row.gtr-150.gtr-uniform {
    margin-top: -2.25em
}

.row.gtr-150.gtr-uniform>* {
    padding-top: 2.25em
}

.row.gtr-200 {
    margin-top: 0;
    margin-left: -3em
}

.row.gtr-200>* {
    padding: 0 0 0 3em
}

.row.gtr-200.gtr-uniform {
    margin-top: -3em
}

.row.gtr-200.gtr-uniform>* {
    padding-top: 3em
}

.box {
    border-radius: 8px;
    border: solid rgba(255, 255, 255, .35);
    margin-bottom: 2em;
    padding: 1.5em
}

#footer,
.features {
    width: calc(100% + 2em);
    margin: 0 0 3em -2em
}

.box.alt {
    border: 0;
    border-radius: 0;
    padding: 0
}

.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    border-radius: 8px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 2.75em;
    line-height: 2.75em;
    min-width: 9.25em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
    color: #fff !important
}

#nav,
.icon.major,
.statistics,
ul.actions,
ul.icons {
    cursor: default
}

.icon:before,
dl dt,
label,
table th {
    font-weight: 400
}

.button.icon,
button.icon,
input[type=button].icon,
input[type=reset].icon,
input[type=submit].icon {
    padding-left: 1.35em
}

.button.icon:before,
button.icon:before,
input[type=button].icon:before,
input[type=reset].icon:before,
input[type=submit].icon:before {
    margin-right: .5em;
    color: rgba(255, 255, 255, .5)
}

.button.large,
button.large,
input[type=button].large,
input[type=reset].large,
input[type=submit].large {
    font-size: 1.35em
}

.button.disabled,
.button:disabled,
button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
    pointer-events: none;
    opacity: .25
}

.button:hover,
.icon.alt:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
table tbody tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, .075)
}

.button:active,
.icon.alt:active,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
    background-color: rgba(255, 255, 255, .2)
}

.button.primary,
button.primary,
input[type=button].primary,
input[type=reset].primary,
input[type=submit].primary {
    background-color: #8cc9f0;
    color: #fff !important;
    box-shadow: none
}

#main .button.special:hover,
#main button.special:hover,
#main input[type=button].special:hover,
#main input[type=reset].special:hover,
#main input[type=submit].special:hover,
.button.primary:hover,
button.primary:hover,
input[type=button].primary:hover,
input[type=reset].primary:hover,
input[type=submit].primary:hover {
    background-color: #9acff2
}

#main .button.special:active,
#main button.special:active,
#main input[type=button].special:active,
#main input[type=reset].special:active,
#main input[type=submit].special:active,
.button.primary:active,
button.primary:active,
input[type=button].primary:active,
input[type=reset].primary:active,
input[type=submit].primary:active {
    background-color: #7ec3ee
}

#nav,
.statistics li.style1,
.statistics li.style2 {
    background-color: #f7f7f7
}

#main .button.special.icon:before,
#main button.special.icon:before,
#main input[type=button].special.icon:before,
#main input[type=reset].special.icon:before,
#main input[type=submit].special.icon:before,
.button.primary.icon:before,
button.primary.icon:before,
input[type=button].primary.icon:before,
input[type=reset].primary.icon:before,
input[type=submit].primary.icon:before {
    color: #fff !important
}

label {
    display: block;
    color: #fff
}

input[type=email],
input[type=number],
input[type=password],
input[type=text],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .35);
    color: inherit;
    display: block;
    outline: 0;
    padding: 0 1em;
    text-decoration: none;
    width: 100%;
    background-color: rgba(255, 255, 255, .075)
}

ul.actions,
ul.actions.special li:first-child,
ul.alt,
ul.icons {
    padding-left: 0
}

input[type=email]:invalid,
input[type=number]:invalid,
input[type=password]:invalid,
input[type=text]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none
}

select {
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: calc(100% - 1rem) center;
    padding-right: 2.75em;
    text-overflow: ellipsis;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.35)' /%3E%3C/svg%3E")
}

select:focus::-ms-value {
    background-color: transparent
}

select::-ms-expand {
    display: none
}

input[type=email],
input[type=number],
input[type=password],
input[type=text],
select {
    height: 2.75em
}

textarea {
    padding: .75em 1em
}

input[type=checkbox],
input[type=radio] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    float: left;
    margin-right: -2em;
    opacity: 0;
    width: 1em;
    z-index: -1
}

input[type=checkbox]+label,
input[type=radio]+label {
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 300;
    padding-left: 2.4em;
    padding-right: .75em;
    position: relative;
    color: rgba(255, 255, 255, .65)
}

input[type=checkbox]+label:before,
input[type=radio]+label:before {
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    border: 1px solid rgba(255, 255, 255, .35);
    content: '';
    display: inline-block;
    font-size: .8em;
    height: 2.0625em;
    left: 0;
    line-height: 2.0625em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.0625em;
    background: rgba(255, 255, 255, .075)
}

.image,
input[type=checkbox]+label:before {
    border-radius: 8px
}

input[type=checkbox]:checked+label:before,
input[type=radio]:checked+label:before {
    content: '\f00c';
    background-color: #fff;
    border-color: #fff;
    color: #935d8c
}

input[type=radio]+label:before {
    border-radius: 100%
}

::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

:-moz-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

::-moz-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

:-ms-input-placeholder {
    opacity: 1;
    color: rgba(255, 255, 255, .5) !important
}

#main input[type=checkbox]:focus+label:before,
#main input[type=email]:focus,
#main input[type=number]:focus,
#main input[type=password]:focus,
#main input[type=radio]:focus+label:before,
#main input[type=text]:focus,
#main select:focus,
#main textarea:focus,
input[type=checkbox]:focus+label:before,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=radio]:focus+label:before,
input[type=text]:focus,
select:focus,
textarea:focus {
    border-color: #8cc9f0;
    box-shadow: 0 0 0 1px #8cc9f0
}

select option {
    color: #fff;
    background: #935d8c
}

.formerize-placeholder {
    color: rgba(255, 255, 255, .5) !important
}

.icon {
    text-decoration: none;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    border-bottom: none
}

.icon>.label {
    display: none
}

.icon.alt,
.icon.major,
.icon.major:before,
.image {
    display: inline-block
}

.icon.major {
    border: 1px solid;
    border-radius: 100%;
    padding: .65em;
    margin: 0 0 2em
}

.icon.major:before {
    font-size: 6.25rem;
    width: 2.25em;
    height: 2.25em;
    line-height: 2.2em;
    border-radius: 100%;
    border: 1px solid;
    text-align: center
}

.icon.alt {
    border: 1px solid;
    border-radius: 100%
}

.image img,
.image.fit,
.image.main,
dl dt,
dl.alt dt,
dl.alt:after {
    display: block
}

.icon.alt,
.icon.major,
.icon.major:before,
table tbody tr,
table.alt tbody tr td {
    border-color: rgba(255, 255, 255, .35)
}

.icon.alt:before {
    display: block;
    font-size: 1.25em;
    width: 2em;
    height: 2em;
    text-align: center;
    line-height: 2em
}

.icon.style1,
.icon.style2,
.icon.style3,
.icon.style4,
.icon.style5 {
    color: #70aaff
}

@media screen and (max-width:1680px) {

    body,
    input,
    select,
    textarea {
        font-size: 14pt
    }

    .row,
    .row>* {
        box-sizing: border-box
    }

    .row,
    .row.gtr-0,
    .row.gtr-0.gtr-uniform,
    .row.gtr-25,
    .row.gtr-50 {
        margin-top: 0
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-left: -1.5em
    }

    .row>* {
        padding: 0 0 0 1.5em
    }

    .row.gtr-uniform>*>:last-child {
        margin-bottom: 0
    }

    .row.aln-left {
        justify-content: flex-start
    }

    .row.aln-center {
        justify-content: center
    }

    .row.aln-right {
        justify-content: flex-end
    }

    .row.aln-top {
        align-items: flex-start
    }

    .row.aln-middle {
        align-items: center
    }

    .row.aln-bottom {
        align-items: flex-end
    }

    .row>.imp-xlarge {
        order: -1
    }

    .row>.col-1-xlarge {
        width: 8.33333%
    }

    .row>.off-1-xlarge {
        margin-left: 8.33333%
    }

    .row>.col-2-xlarge {
        width: 16.66667%
    }

    .row>.off-2-xlarge {
        margin-left: 16.66667%
    }

    .row>.col-3-xlarge {
        width: 25%
    }

    .row>.off-3-xlarge {
        margin-left: 25%
    }

    .row>.col-4-xlarge {
        width: 33.33333%
    }

    .row>.off-4-xlarge {
        margin-left: 33.33333%
    }

    .row>.col-5-xlarge {
        width: 41.66667%
    }

    .row>.off-5-xlarge {
        margin-left: 41.66667%
    }

    .row>.col-6-xlarge {
        width: 50%
    }

    .row>.off-6-xlarge {
        margin-left: 50%
    }

    .row>.col-7-xlarge {
        width: 58.33333%
    }

    .row>.off-7-xlarge {
        margin-left: 58.33333%
    }

    .row>.col-8-xlarge {
        width: 66.66667%
    }

    .row>.off-8-xlarge {
        margin-left: 66.66667%
    }

    .row>.col-9-xlarge {
        width: 75%
    }

    .row>.off-9-xlarge {
        margin-left: 75%
    }

    .row>.col-10-xlarge {
        width: 83.33333%
    }

    .row>.off-10-xlarge {
        margin-left: 83.33333%
    }

    .row>.col-11-xlarge {
        width: 91.66667%
    }

    .row>.off-11-xlarge {
        margin-left: 91.66667%
    }

    .row>.col-12-xlarge {
        width: 100%
    }

    .row>.off-12-xlarge {
        margin-left: 100%
    }

    .row.gtr-0 {
        margin-left: 0
    }

    .row.gtr-0>* {
        padding: 0
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0
    }

    .row.gtr-25 {
        margin-left: -.375em
    }

    .row.gtr-25>* {
        padding: 0 0 0 .375em
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -.375em
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: .375em
    }

    .row.gtr-50 {
        margin-left: -.75em
    }

    .row.gtr-50>* {
        padding: 0 0 0 .75em
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -.75em
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: .75em
    }

    .row.gtr-uniform {
        margin-top: -1.5em
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em
    }

    .icon.major:before {
        font-size: 5.5rem
    }
}

.icon.alt {
    color: #fff
}

.image {
    border: 0
}

.image img {
    border-radius: 8px
}

.features,
ul.actions {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    list-style: none
}

.image.left,
.image.right {
    max-width: 40%
}

.image.left {
    float: left;
    margin: 0 1.5em 1em 0;
    top: .25em
}

.image.right {
    float: right;
    margin: 0 0 1em 1.5em;
    top: .25em
}

.image.fit,
ol,
ul {
    margin: 0 0 2em
}

.image.fit {
    width: 100%
}

.image.main {
    margin: 0 0 3em;
    width: 100%
}

ol {
    list-style: decimal;
    padding-left: 1.25em
}

ol li {
    padding-left: .25em
}

ul {
    list-style: disc;
    padding-left: 1em
}

ul li {
    padding-left: .5em
}

ul.alt {
    list-style: none;
    font-size: 80%
}

ul.alt li {
    border-top: 1px solid rgba(255, 255, 255, .35);
    padding: .5em 0
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0
}

dl dt {
    color: #fff
}

dl dd {
    margin-left: 2em
}

dl.alt dt {
    width: 3em;
    margin: 0;
    clear: left;
    float: left
}

dl.alt dd {
    margin: 0 0 .85em 5.5em
}

dl.alt:after {
    content: '';
    clear: both
}

#nav ul li,
#nav ul li a,
.spotlight .image,
.statistics li .icon,
ul.icons li {
    display: inline-block
}

ul.actions {
    display: flex;
    margin-left: -1em
}

ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle
}

ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0
}

ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0
}

ul.actions.stacked li {
    padding: 1.3em 0 0
}

ul.actions.fit {
    width: calc(100% + 1em)
}

ul.actions.fit li {
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -moz-flex-shrink: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-shrink: 1;
    flex-shrink: 1;
    width: 100%
}

ul.icons {
    list-style: none
}

ul.icons li {
    padding: 0 .65em 0 0
}

ul.icons li:last-child {
    padding-right: 0 !important
}

header.major {
    margin-bottom: 3em
}

#header.alt h1,
header.major h2 {
    font-size: 2em
}

header.major h2:after {
    display: block;
    content: '';
    width: 10em;
    height: 2px;
    margin: .7em 0 1em;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, .35)
}

article.special header.major h2:after,
header.major.special h2:after,
section.special header.major h2:after {
    margin-left: auto;
    margin-right: auto
}

#header p,
header.major p {
    font-size: 1.25em;
    letter-spacing: -.025em
}

footer.major {
    margin-top: 3em
}

.table-wrapper {
    overflow-x: auto
}

table tbody tr {
    border: 1px solid;
    border-left: 0;
    border-right: 0
}

table td {
    padding: .75em
}

table th {
    padding: 0 .75em .75em;
    color: #fff
}

table thead {
    border-bottom: 2px solid
}

table tfoot {
    border-top: 2px solid
}

table.alt {
    border-collapse: separate
}

table.alt tbody tr td {
    border: 1px solid;
    border-left-width: 0;
    border-top-width: 0
}

table.alt tbody tr td:first-child {
    border-left-width: 1px
}

table.alt tbody tr:first-child td {
    border-top-width: 1px
}

table.alt thead {
    border-bottom: 0
}

#main>.main:first-child,
table.alt tfoot {
    border-top: 0
}

table thead {
    border-bottom-color: rgba(255, 255, 255, .35)
}

table tfoot {
    border-top-color: rgba(255, 255, 255, .35)
}

.features {
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 0
}

.features li {
    width: calc(33.33333% - 2em);
    margin-left: 2em;
    margin-top: 3em;
    padding: 0
}

#nav,
.statistics li {
    padding: 1em;
    color: #636363;
    text-align: center
}

.statistics {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    margin: 0 0 3em;
    padding: 0;
    list-style: none
}

.statistics li {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.statistics li.style2 {
    border-radius: 8px;
    padding: .8em;
    margin: .1em
}

.statistics li.style3 {
    background-color: #a89cc8
}

.statistics li.style4 {
    background-color: #9bb2e1
}

.statistics li.style5 {
    background-color: #8cc9f0
}

.statistics li b,
.statistics li strong {
    display: block;
    font-size: 2em;
    line-height: 1.1;
    color: inherit !important;
    font-weight: 300;
    letter-spacing: -.025em
}

.statistics li:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.statistics li:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px
}

.statistics li .icon:before {
    font-size: 2.75rem;
    line-height: 1.3
}

#footer,
.spotlight {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex
}

.spotlight {
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 2em
}

.spotlight .content {
    -moz-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.spotlight .image {
    margin-left: 4em;
    padding: .65em;
    border: 1px solid rgba(255, 255, 255, .35)
}

.spotlight .image img {
    display: block;
    width: 18em
}

#header {
    padding: 5em 5em 1em;
    text-align: center
}

#header h1 {
    margin: 0 0 .25em
}

#header.alt {
    padding: 4em 5em
}

#header.alt>* {
    -moz-transition: opacity 3s 0.5s;
    -webkit-transition: opacity 3s 0.5s;
    -ms-transition: opacity 3s 0.5s;
    transition: opacity 3s 0.5s;
    opacity: 1
}

#header.alt .logo {
    -moz-transition: opacity 1.25s, -moz-transform .5s;
    -webkit-transition: opacity 1.25s, -webkit-transform .5s;
    -ms-transition: opacity 1.25s, -ms-transform .5s;
    transition: opacity 1.25s, transform .5s;
    display: block;
    margin: 0 0 .5em
}

#header.alt .logo img {
    display: block;
    margin: 0 auto;
    max-width: 75%
}

body.is-loading #header.alt>* {
    opacity: 0
}

body.is-loading #header.alt .logo {
    -moz-transform: scale(.8) rotate(-30deg);
    -webkit-transform: scale(.8) rotate(-30deg);
    -ms-transform: scale(.8) rotate(-30deg);
    transform: scale(.8) rotate(-30deg)
}

#nav {
    -moz-transition: background-color .2s, border-top-left-radius .2s, border-top-right-radius .2s, padding .2s;
    -webkit-transition: background-color .2s, border-top-left-radius .2s, border-top-right-radius .2s, padding .2s;
    -ms-transition: background-color .2s, border-top-left-radius .2s, border-top-right-radius .2s, padding .2s;
    transition: background-color .2s, border-top-left-radius .2s, border-top-right-radius .2s, padding .2s;
    position: absolute;
    width: 64em;
    border-top-left-radius: .25em;
    border-top-right-radius: .25em
}

#main a:hover,
#main b,
#main dl dt,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main input,
#main input[type=checkbox]+label,
#main input[type=radio]+label,
#main label,
#main select,
#main strong,
#main table th,
#main textarea,
#nav a:hover,
#nav b,
#nav h1,
#nav h2,
#nav h3,
#nav h4,
#nav h5,
#nav h6,
#nav input,
#nav select,
#nav strong,
#nav textarea {
    color: #636363
}

#main blockquote,
#nav blockquote {
    border-left-color: #ddd
}

#main code,
#main input[type=checkbox]+label:before,
#main input[type=email],
#main input[type=number],
#main input[type=password],
#main input[type=radio]+label:before,
#main input[type=text],
#main select,
#main textarea,
#nav code {
    background: rgba(222, 222, 222, .25);
    border-color: #ddd
}

#main hr,
#main table thead,
#nav hr {
    border-bottom-color: #ddd
}

#nav+#main {
    padding-top: 4.25em
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#nav ul li {
    -moz-transition: margin .2s;
    -webkit-transition: margin .2s;
    -ms-transition: margin .2s;
    transition: margin .2s;
    margin: 0 .35em;
    padding: 0;
    vertical-align: middle
}

#nav ul li a {
    -moz-transition: font-size .2s;
    -webkit-transition: font-size .2s;
    -ms-transition: font-size .2s;
    transition: font-size .2s;
    height: 2.25em;
    line-height: 2.25em;
    padding: 0 1.25em;
    border: 0;
    border-radius: 8px;
    box-shadow: inset 0 0 0 1px transparent
}

#main .box,
#main .icon.alt,
#main .icon.major,
#main .icon.major:before,
#main .spotlight .image,
#main table tbody tr,
#main table.alt tbody tr td {
    border-color: #ddd
}

#main .button:hover,
#main .icon.alt:hover,
#main button:hover,
#main input[type=button]:hover,
#main input[type=reset]:hover,
#main input[type=submit]:hover,
#main table tbody tr:nth-child(odd),
#nav ul li a:hover {
    background-color: rgba(222, 222, 222, .25)
}

#nav ul li a.active {
    background-color: #fff;
    box-shadow: none
}

#nav.alt {
    position: fixed;
    top: 0;
    padding: .5em 1em;
    background-color: rgba(247, 247, 247, .95);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 10000
}

#footer,
#main>.main {
    padding: 5em 5em 3em
}

#nav.alt ul li {
    margin: 0 .175em
}

#main {
    background-color: #fff;
    color: #636363;
    border-radius: .25em
}

#main .button,
#main button,
#main input[type=button],
#main input[type=reset],
#main input[type=submit] {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #ddd;
    color: #636363 !important
}

#main .button:active,
#main .icon.alt:active,
#main button:active,
#main input[type=button]:active,
#main input[type=reset]:active,
#main input[type=submit]:active {
    background-color: rgba(222, 222, 222, .5)
}

#main .button.icon:before,
#main button.icon:before,
#main input[type=button].icon:before,
#main input[type=reset].icon:before,
#main input[type=submit].icon:before {
    color: rgba(99, 99, 99, .25)
}

#main .button.special,
#main button.special,
#main input[type=button].special,
#main input[type=reset].special,
#main input[type=submit].special {
    background-color: #a5d7f7;
    color: #fff !important;
    box-shadow: none
}

#main .select-wrapper:before {
    color: #ddd
}

#main input[type=checkbox]:checked+label:before,
#main input[type=radio]:checked+label:before {
    background-color: #636363;
    border-color: #636363;
    color: #fff
}

#main ::-webkit-input-placeholder {
    color: rgba(99, 99, 99, .25) !important
}

#main :-moz-placeholder {
    color: rgba(99, 99, 99, .25) !important
}

#main ::-moz-placeholder {
    color: rgba(99, 99, 99, .25) !important
}

#main :-ms-input-placeholder {
    color: rgba(99, 99, 99, .25) !important
}

#main .formerize-placeholder {
    color: rgba(99, 99, 99, .25) !important
}

#main .icon.alt {
    color: #636363
}

#main table tfoot,
#main ul.alt li {
    border-top-color: #ddd
}

#main header.major h2:after {
    background-color: #ddd;
    background-image: -moz-linear-gradient(90deg, #9caabf, #70aaff, #9ab1ea);
    background-image: -webkit-linear-gradient(90deg, #9caabf, #70aaff, #9ab1ea);
    background-image: -ms-linear-gradient(90deg, #9caabf, #70aaff, #9ab1ea);
    background-image: linear-gradient(90deg, #9caabf, #70aaff, #9ab1ea)
}

#main>.main {
    border-top: 1px solid #ddd
}

#main>.main>.image.main:first-child {
    margin: -5em 0 5em -5em;
    width: calc(100% + 10em);
    border-radius: .25em .25em 0 0
}

#main>.main>.image.main:first-child img {
    border-radius: .25em .25em 0 0
}

#footer {
    display: flex;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#footer>* {
    width: calc(50% - 2em);
    margin-left: 2em
}

#footer .copyright {
    width: 100%;
    margin: 2.5em 0 2em;
    text-align: center
}

@media screen and (max-width:1280px) {

    body,
    input,
    select,
    textarea {
        font-size: 12pt
    }

    .row,
    .row>* {
        box-sizing: border-box
    }

    .row,
    .row.gtr-0,
    .row.gtr-0.gtr-uniform,
    .row.gtr-25,
    .row.gtr-50 {
        margin-top: 0
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-left: -1.5em
    }

    .row>* {
        padding: 0 0 0 1.5em
    }

    .row.gtr-uniform>*>:last-child {
        margin-bottom: 0
    }

    .row.aln-left {
        justify-content: flex-start
    }

    .row.aln-center {
        justify-content: center
    }

    .row.aln-right {
        justify-content: flex-end
    }

    .row.aln-top {
        align-items: flex-start
    }

    .row.aln-middle {
        align-items: center
    }

    .row.aln-bottom {
        align-items: flex-end
    }

    .row>.imp-large {
        order: -1
    }

    .row>.col-1-large {
        width: 8.33333%
    }

    .row>.off-1-large {
        margin-left: 8.33333%
    }

    .row>.col-2-large {
        width: 16.66667%
    }

    .row>.off-2-large {
        margin-left: 16.66667%
    }

    .row>.col-3-large {
        width: 25%
    }

    .row>.off-3-large {
        margin-left: 25%
    }

    .row>.col-4-large {
        width: 33.33333%
    }

    .row>.off-4-large {
        margin-left: 33.33333%
    }

    .row>.col-5-large {
        width: 41.66667%
    }

    .row>.off-5-large {
        margin-left: 41.66667%
    }

    .row>.col-6-large {
        width: 50%
    }

    .row>.off-6-large {
        margin-left: 50%
    }

    .row>.col-7-large {
        width: 58.33333%
    }

    .row>.off-7-large {
        margin-left: 58.33333%
    }

    .row>.col-8-large {
        width: 66.66667%
    }

    .row>.off-8-large {
        margin-left: 66.66667%
    }

    .row>.col-9-large {
        width: 75%
    }

    .row>.off-9-large {
        margin-left: 75%
    }

    .row>.col-10-large {
        width: 83.33333%
    }

    .row>.off-10-large {
        margin-left: 83.33333%
    }

    .row>.col-11-large {
        width: 91.66667%
    }

    .row>.off-11-large {
        margin-left: 91.66667%
    }

    .row>.col-12-large {
        width: 100%
    }

    .row>.off-12-large {
        margin-left: 100%
    }

    .row.gtr-0 {
        margin-left: 0
    }

    .row.gtr-0>* {
        padding: 0
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0
    }

    .row.gtr-25 {
        margin-left: -.375em
    }

    .row.gtr-25>* {
        padding: 0 0 0 .375em
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -.375em
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: .375em
    }

    .row.gtr-50 {
        margin-left: -.75em
    }

    .row.gtr-50>* {
        padding: 0 0 0 .75em
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -.75em
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: .75em
    }

    .row.gtr-uniform {
        margin-top: -1.5em
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em
    }

    .icon.major:before {
        font-size: 4.75rem
    }

    #header {
        padding: 4em 4em .1em
    }

    #header.alt {
        padding: 4em 4em 3em
    }

    #footer,
    #main>.main {
        padding: 4em 4em 2em
    }

    #main>.main>.image.main:first-child {
        margin: -4em 0 4em -4em;
        width: calc(100% + 8em)
    }
}

@media screen and (max-width:980px) {

    .row,
    .row>* {
        box-sizing: border-box
    }

    .row,
    .row.gtr-0,
    .row.gtr-0.gtr-uniform,
    .row.gtr-25,
    .row.gtr-50 {
        margin-top: 0
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-left: -1.5em
    }

    .row>* {
        padding: 0 0 0 1.5em
    }

    .row.gtr-uniform>*>:last-child {
        margin-bottom: 0
    }

    .row.aln-left {
        justify-content: flex-start
    }

    .row.aln-center {
        justify-content: center
    }

    .row.aln-right {
        justify-content: flex-end
    }

    .row.aln-top {
        align-items: flex-start
    }

    .row.aln-middle {
        align-items: center
    }

    .row.aln-bottom {
        align-items: flex-end
    }

    .row>.imp-medium {
        order: -1
    }

    .row>.col-1-medium {
        width: 8.33333%
    }

    .row>.off-1-medium {
        margin-left: 8.33333%
    }

    .row>.col-2-medium {
        width: 16.66667%
    }

    .row>.off-2-medium {
        margin-left: 16.66667%
    }

    .row>.col-3-medium {
        width: 25%
    }

    .row>.off-3-medium {
        margin-left: 25%
    }

    .row>.col-4-medium {
        width: 33.33333%
    }

    .row>.off-4-medium {
        margin-left: 33.33333%
    }

    .row>.col-5-medium {
        width: 41.66667%
    }

    .row>.off-5-medium {
        margin-left: 41.66667%
    }

    .row>.col-6-medium {
        width: 50%
    }

    .row>.off-6-medium {
        margin-left: 50%
    }

    .row>.col-7-medium {
        width: 58.33333%
    }

    .row>.off-7-medium {
        margin-left: 58.33333%
    }

    .row>.col-8-medium {
        width: 66.66667%
    }

    .row>.off-8-medium {
        margin-left: 66.66667%
    }

    .row>.col-9-medium {
        width: 75%
    }

    .row>.off-9-medium {
        margin-left: 75%
    }

    .row>.col-10-medium {
        width: 83.33333%
    }

    .row>.off-10-medium {
        margin-left: 83.33333%
    }

    .row>.col-11-medium {
        width: 91.66667%
    }

    .row>.off-11-medium {
        margin-left: 91.66667%
    }

    .row>.col-12-medium {
        width: 100%
    }

    .row>.off-12-medium {
        margin-left: 100%
    }

    .row.gtr-0 {
        margin-left: 0
    }

    .row.gtr-0>* {
        padding: 0
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0
    }

    .row.gtr-25 {
        margin-left: -.375em
    }

    .row.gtr-25>* {
        padding: 0 0 0 .375em
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -.375em
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: .375em
    }

    .row.gtr-50 {
        margin-left: -.75em
    }

    .row.gtr-50>* {
        padding: 0 0 0 .75em
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -.75em
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: .75em
    }

    .row.gtr-uniform {
        margin-top: -1.5em
    }

    .row.gtr-uniform>* {
        padding-top: 1.5em
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em
    }

    .row.gtr-150>* {
        padding: 0 0 0 2.25em
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -2.25em
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 2.25em
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em
    }

    .row.gtr-200>* {
        padding: 0 0 0 3em
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -3em
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 3em
    }

    .features li {
        width: calc(50% - 2em)
    }

    .features li:nth-child(3) {
        margin-top: 3em
    }

    .statistics li b,
    .statistics li strong {
        font-size: 1.5em
    }

    .spotlight {
        -moz-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center
    }

    .spotlight .content {
        -moz-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%
    }

    .spotlight .content header.major h2:after {
        margin-left: auto;
        margin-right: auto
    }

    .spotlight .image {
        -moz-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: 0;
        margin-bottom: 2em
    }

    #header {
        padding: 4em 3em .1em
    }

    #header.alt,
    #main>.main {
        padding: 4em 3em 2em
    }

    #main>.main>.image.main:first-child {
        margin: -4em 0 4em -3em;
        width: calc(100% + 6em)
    }

    #footer {
        padding: 4em 3em 2em;
        display: block;
        margin: 0 0 3em;
        width: 100%
    }

    #footer>* {
        width: 100%;
        margin-left: 0;
        margin-bottom: 3em
    }

    #footer .copyright {
        text-align: left
    }
}

@media screen and (max-width:736px) {
    h1 {
        font-size: 2em
    }

    .row,
    .row>* {
        box-sizing: border-box
    }

    .row,
    .row.gtr-0,
    .row.gtr-0.gtr-uniform,
    .row.gtr-25,
    .row.gtr-50,
    footer.major {
        margin-top: 0
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-left: -1em
    }

    .row>* {
        padding: 0 0 0 1em
    }

    .row.gtr-uniform>*>:last-child,
    header.major {
        margin-bottom: 0
    }

    .row.aln-left {
        justify-content: flex-start
    }

    .row.aln-center {
        justify-content: center
    }

    .row.aln-right {
        justify-content: flex-end
    }

    .row.aln-top {
        align-items: flex-start
    }

    .row.aln-middle {
        align-items: center
    }

    .row.aln-bottom {
        align-items: flex-end
    }

    .row>.imp-small {
        order: -1
    }

    .row>.col-1-small {
        width: 8.33333%
    }

    .row>.off-1-small {
        margin-left: 8.33333%
    }

    .row>.col-2-small {
        width: 16.66667%
    }

    .row>.off-2-small {
        margin-left: 16.66667%
    }

    .row>.col-3-small {
        width: 25%
    }

    .row>.off-3-small {
        margin-left: 25%
    }

    .row>.col-4-small {
        width: 33.33333%
    }

    .row>.off-4-small {
        margin-left: 33.33333%
    }

    .row>.col-5-small {
        width: 41.66667%
    }

    .row>.off-5-small {
        margin-left: 41.66667%
    }

    .row>.col-6-small {
        width: 50%
    }

    .row>.off-6-small {
        margin-left: 50%
    }

    .row>.col-7-small {
        width: 58.33333%
    }

    .row>.off-7-small {
        margin-left: 58.33333%
    }

    .row>.col-8-small {
        width: 66.66667%
    }

    .row>.off-8-small {
        margin-left: 66.66667%
    }

    .row>.col-9-small {
        width: 75%
    }

    .row>.off-9-small {
        margin-left: 75%
    }

    .row>.col-10-small {
        width: 83.33333%
    }

    .row>.off-10-small {
        margin-left: 83.33333%
    }

    .row>.col-11-small {
        width: 91.66667%
    }

    .row>.off-11-small {
        margin-left: 91.66667%
    }

    .row>.col-12-small {
        width: 100%
    }

    .row>.off-12-small {
        margin-left: 100%
    }

    .row.gtr-0 {
        margin-left: 0
    }

    .row.gtr-0>* {
        padding: 0
    }

    #nav+#main,
    .row.gtr-0.gtr-uniform>* {
        padding-top: 0
    }

    .row.gtr-25 {
        margin-left: -.25em
    }

    .row.gtr-25>* {
        padding: 0 0 0 .25em
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -.25em
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: .25em
    }

    .row.gtr-50 {
        margin-left: -.5em
    }

    .row.gtr-50>* {
        padding: 0 0 0 .5em
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -.5em
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: .5em
    }

    .row.gtr-uniform {
        margin-top: -1em
    }

    .row.gtr-uniform>* {
        padding-top: 1em
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -1.5em
    }

    .row.gtr-150>* {
        padding: 0 0 0 1.5em
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -1.5em
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 1.5em
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -2em
    }

    .row.gtr-200>* {
        padding: 0 0 0 2em
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -2em
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 2em
    }

    .button,
    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
        min-width: 0
    }

    .icon.major {
        margin: 0 0 1.5em;
        padding: .35em
    }

    .icon.major:before {
        font-size: 3.5rem
    }

    #header.alt h1,
    header.major h2 {
        font-size: 1.5em
    }

    #header p,
    header.major p {
        font-size: 1em;
        letter-spacing: 0
    }

    #header p br,
    #nav,
    header.major p br {
        display: none
    }

    .features li,
    .features li:nth-child(2),
    .features li:nth-child(3) {
        margin-top: 2em
    }

    .features {
        width: 100%;
        margin: 0 0 2em
    }

    .features li {
        width: 100%;
        margin-left: 0
    }

    .statistics {
        display: block;
        width: 20em;
        max-width: 100%;
        margin: 0 auto 2em
    }

    .statistics li:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 8px
    }

    .statistics li:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 8px
    }

    .statistics li .icon:before {
        font-size: 3.75rem
    }

    .statistics li b,
    .statistics li strong {
        font-size: 2.5em
    }

    .spotlight .image {
        padding: .35em
    }

    .spotlight .image img {
        width: 12em
    }

    #header {
        padding: 3em 2em .1em
    }

    #footer,
    #header.alt,
    #main>.main {
        padding: 3em 2em 1em
    }

    #main>.main>.image.main:first-child {
        margin: -3em 0 2em -2em;
        width: calc(100% + 4em)
    }
}

#wrapper {
    width: 64em;
    margin: 0 auto
}

@media screen and (max-width:480px) {

    body,
    html {
        min-width: 320px
    }

    .row,
    .row>* {
        box-sizing: border-box
    }

    .row,
    .row.gtr-0,
    .row.gtr-0.gtr-uniform,
    .row.gtr-25,
    .row.gtr-50 {
        margin-top: 0
    }

    .row {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        margin-left: -1.25em
    }

    .row>* {
        padding: 0 0 0 1.25em
    }

    .row.gtr-uniform>*>:last-child {
        margin-bottom: 0
    }

    .row.aln-left {
        justify-content: flex-start
    }

    .row.aln-center {
        justify-content: center
    }

    .row.aln-right {
        justify-content: flex-end
    }

    .row.aln-top {
        align-items: flex-start
    }

    .row.aln-middle {
        align-items: center
    }

    .row.aln-bottom {
        align-items: flex-end
    }

    .row>.imp-xsmall {
        order: -1
    }

    .row>.col-1-xsmall {
        width: 8.33333%
    }

    .row>.off-1-xsmall {
        margin-left: 8.33333%
    }

    .row>.col-2-xsmall {
        width: 16.66667%
    }

    .row>.off-2-xsmall {
        margin-left: 16.66667%
    }

    .row>.col-3-xsmall {
        width: 25%
    }

    .row>.off-3-xsmall {
        margin-left: 25%
    }

    .row>.col-4-xsmall {
        width: 33.33333%
    }

    .row>.off-4-xsmall {
        margin-left: 33.33333%
    }

    .row>.col-5-xsmall {
        width: 41.66667%
    }

    .row>.off-5-xsmall {
        margin-left: 41.66667%
    }

    .row>.col-6-xsmall {
        width: 50%
    }

    .row>.off-6-xsmall {
        margin-left: 50%
    }

    .row>.col-7-xsmall {
        width: 58.33333%
    }

    .row>.off-7-xsmall {
        margin-left: 58.33333%
    }

    .row>.col-8-xsmall {
        width: 66.66667%
    }

    .row>.off-8-xsmall {
        margin-left: 66.66667%
    }

    .row>.col-9-xsmall {
        width: 75%
    }

    .row>.off-9-xsmall {
        margin-left: 75%
    }

    .row>.col-10-xsmall {
        width: 83.33333%
    }

    .row>.off-10-xsmall {
        margin-left: 83.33333%
    }

    .row>.col-11-xsmall {
        width: 91.66667%
    }

    .row>.off-11-xsmall {
        margin-left: 91.66667%
    }

    .row>.col-12-xsmall,
    ul.actions:not(.fixed) li .button,
    ul.actions:not(.fixed) li button,
    ul.actions:not(.fixed) li input[type=button],
    ul.actions:not(.fixed) li input[type=reset],
    ul.actions:not(.fixed) li input[type=submit],
    ul.actions:not(.fixed) li>* {
        width: 100%
    }

    .row>.off-12-xsmall {
        margin-left: 100%
    }

    .row.gtr-0 {
        margin-left: 0
    }

    .row.gtr-0>* {
        padding: 0
    }

    .row.gtr-0.gtr-uniform>*,
    ul.actions:not(.fixed) li:first-child {
        padding-top: 0
    }

    .row.gtr-25 {
        margin-left: -.3125em
    }

    .row.gtr-25>* {
        padding: 0 0 0 .3125em
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -.3125em
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: .3125em
    }

    .row.gtr-50 {
        margin-left: -.625em
    }

    .row.gtr-50>* {
        padding: 0 0 0 .625em
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -.625em
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: .625em
    }

    .row.gtr-uniform {
        margin-top: -1.25em
    }

    .row.gtr-uniform>* {
        padding-top: 1.25em
    }

    .row.gtr-150 {
        margin-top: 0;
        margin-left: -1.875em
    }

    .row.gtr-150>* {
        padding: 0 0 0 1.875em
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -1.875em
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 1.875em
    }

    .row.gtr-200 {
        margin-top: 0;
        margin-left: -2.5em
    }

    .row.gtr-200>* {
        padding: 0 0 0 2.5em
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -2.5em
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 2.5em
    }

    ul.actions:not(.fixed) {
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 0;
        width: 100% !important
    }

    ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0;
        text-align: center;
        width: 100%
    }

    ul.actions:not(.fixed) li .button.icon:before,
    ul.actions:not(.fixed) li button.icon:before,
    ul.actions:not(.fixed) li input[type=button].icon:before,
    ul.actions:not(.fixed) li input[type=reset].icon:before,
    ul.actions:not(.fixed) li input[type=submit].icon:before {
        margin-left: -.5rem
    }

    #header {
        padding: 3em 1.5em .1em
    }

    #header.alt,
    #main>.main {
        padding: 3em 1.5em 1em
    }

    #main>.main>.image.main:first-child {
        margin: -3em 0 1.5em -1.5em;
        width: calc(100% + 3em)
    }

    #footer {
        padding: 2.5em 1em .5em
    }

    #wrapper {
        max-width: calc(100% - 2em)
    }
}

@media screen and (max-width:360px) {

    body,
    input,
    select,
    textarea {
        font-size: 11pt
    }

    #header {
        padding: 2.5em 1em .1em
    }

    #header.alt {
        padding: 2em 1em .5em
    }

    #main,
    #main>.main>.image.main:first-child img {
        border-radius: 0
    }

    #main>.main {
        padding: 2.5em 1em .5em
    }

    #main>.main>.image.main:first-child {
        margin: -2.5em 0 1.5em -1em;
        width: calc(100% + 2em);
        border-radius: 0
    }

    #wrapper {
        max-width: 100%
    }
}