/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */


html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

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

figcaption,
figure {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

main {
    display: block;
}

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

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

dfn {
    font-style: italic;
}

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

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

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

img {
    border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

input {
    overflow: visible;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

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

legend {
    box-sizing: border-box;
    display: table;
    max-width: 100%;
    padding: 0;
    color: inherit;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

details {
    display: block;
}

summary {
    display: list-item;
}

menu {
    display: block;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.foundation-mq {
    font-family: 'small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em';
}

html {
    box-sizing: border-box;
    font-size: 100%;
}

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

body {
    margin: 0;
    padding: 0;
    background: #f5f5f5;
    font-family: "futura-pt", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #4a4a4a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

button {
    padding: 0;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
}

[data-whatinput='mouse'] button {
    outline: 0;
}

pre {
    overflow: auto;
}

.is-visible {
    display: block !important;
}

.is-hidden {
    display: none !important;
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

.row::before,
.row::after {
    display: table;
    content: ' ';
}

.row::after {
    clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}

.row .row {
    margin-right: -.5rem;
    margin-left: -.5rem;
}

@media print,
screen and (min-width: 40em) {
    .row .row {
        margin-right: -.625rem;
        margin-left: -.625rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .row .row {
        margin-right: -.625rem;
        margin-left: -.625rem;
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}

.row.expanded {
    max-width: none;
}

.row.expanded .row {
    margin-right: auto;
    margin-left: auto;
}

.row:not(.expanded) .row {
    max-width: none;
}

.row.gutter-small>.column,
.row.gutter-small>.columns {
    padding-right: .5rem;
    padding-left: .5rem;
}

.row.gutter-medium>.column,
.row.gutter-medium>.columns {
    padding-right: .625rem;
    padding-left: .625rem;
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-right: .5rem;
    padding-left: .5rem;
}

@media print,
screen and (min-width: 40em) {
    .column,
    .columns {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
    float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
    float: left;
}

.column.row.row,
.row.row.columns {
    float: none;
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}

.small-1 {
    width: 8.33333%;
}

.small-push-1 {
    position: relative;
    left: 8.33333%;
}

.small-pull-1 {
    position: relative;
    left: -8.33333%;
}

.small-offset-0 {
    margin-left: 0%;
}

.small-2 {
    width: 16.66667%;
}

.small-push-2 {
    position: relative;
    left: 16.66667%;
}

.small-pull-2 {
    position: relative;
    left: -16.66667%;
}

.small-offset-1 {
    margin-left: 8.33333%;
}

.small-3 {
    width: 25%;
}

.small-push-3 {
    position: relative;
    left: 25%;
}

.small-pull-3 {
    position: relative;
    left: -25%;
}

.small-offset-2 {
    margin-left: 16.66667%;
}

.small-4 {
    width: 33.33333%;
}

.small-push-4 {
    position: relative;
    left: 33.33333%;
}

.small-pull-4 {
    position: relative;
    left: -33.33333%;
}

.small-offset-3 {
    margin-left: 25%;
}

.small-5 {
    width: 41.66667%;
}

.small-push-5 {
    position: relative;
    left: 41.66667%;
}

.small-pull-5 {
    position: relative;
    left: -41.66667%;
}

.small-offset-4 {
    margin-left: 33.33333%;
}

.small-6 {
    width: 50%;
}

.small-push-6 {
    position: relative;
    left: 50%;
}

.small-pull-6 {
    position: relative;
    left: -50%;
}

.small-offset-5 {
    margin-left: 41.66667%;
}

.small-7 {
    width: 58.33333%;
}

.small-push-7 {
    position: relative;
    left: 58.33333%;
}

.small-pull-7 {
    position: relative;
    left: -58.33333%;
}

.small-offset-6 {
    margin-left: 50%;
}

.small-8 {
    width: 66.66667%;
}

.small-push-8 {
    position: relative;
    left: 66.66667%;
}

.small-pull-8 {
    position: relative;
    left: -66.66667%;
}

.small-offset-7 {
    margin-left: 58.33333%;
}

.small-9 {
    width: 75%;
}

.small-push-9 {
    position: relative;
    left: 75%;
}

.small-pull-9 {
    position: relative;
    left: -75%;
}

.small-offset-8 {
    margin-left: 66.66667%;
}

.small-10 {
    width: 83.33333%;
}

.small-push-10 {
    position: relative;
    left: 83.33333%;
}

.small-pull-10 {
    position: relative;
    left: -83.33333%;
}

.small-offset-9 {
    margin-left: 75%;
}

.small-11 {
    width: 91.66667%;
}

.small-push-11 {
    position: relative;
    left: 91.66667%;
}

.small-pull-11 {
    position: relative;
    left: -91.66667%;
}

.small-offset-10 {
    margin-left: 83.33333%;
}

.small-12 {
    width: 100%;
}

.small-offset-11 {
    margin-left: 91.66667%;
}

.small-up-1>.column,
.small-up-1>.columns {
    float: left;
    width: 100%;
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
    float: left;
}

.small-up-2>.column,
.small-up-2>.columns {
    float: left;
    width: 50%;
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
    float: left;
}

.small-up-3>.column,
.small-up-3>.columns {
    float: left;
    width: 33.33333%;
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
    float: left;
}

.small-up-4>.column,
.small-up-4>.columns {
    float: left;
    width: 25%;
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
    float: left;
}

.small-up-5>.column,
.small-up-5>.columns {
    float: left;
    width: 20%;
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
    float: left;
}

.small-up-6>.column,
.small-up-6>.columns {
    float: left;
    width: 16.66667%;
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
    float: left;
}

.small-up-7>.column,
.small-up-7>.columns {
    float: left;
    width: 14.28571%;
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
    float: left
}

.small-up-8>.column,
.small-up-8>.columns {
    float: left;
    width: 12.5%;
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
    clear: none;
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
    float: left;
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
}

.small-collapse .row {
    margin-right: 0;
    margin-left: 0;
}

.expanded.row .small-collapse.row {
    margin-right: 0;
    margin-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-right: .5rem;
    padding-left: .5rem;
}

.small-centered {
    margin-right: auto;
    margin-left: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
}

@media print,
screen and (min-width: 40em) {
    .medium-1 {
        width: 8.33333%;
    }
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .medium-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .medium-offset-0 {
        margin-left: 0%;
    }
    .medium-2 {
        width: 16.66667%;
    }
    .medium-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .medium-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .medium-3 {
        width: 25%;
    }
    .medium-push-3 {
        position: relative;
        left: 25%;
    }
    .medium-pull-3 {
        position: relative;
        left: -25%;
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .medium-4 {
        width: 33.33333%;
    }
    .medium-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .medium-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        width: 41.66667%;
    }
    .medium-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .medium-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .medium-6 {
        width: 50%;
    }
    .medium-push-6 {
        position: relative;
        left: 50%;
    }
    .medium-pull-6 {
        position: relative;
        left: -50%;
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .medium-7 {
        width: 58.33333%;
    }
    .medium-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .medium-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        width: 66.66667%;
    }
    .medium-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .medium-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .medium-9 {
        width: 75%;
    }
    .medium-push-9 {
        position: relative;
        left: 75%;
    }
    .medium-pull-9 {
        position: relative;
        left: -75%;
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .medium-10 {
        width: 83.33333%;
    }
    .medium-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .medium-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        width: 91.66667%;
    }
    .medium-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .medium-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .medium-12 {
        width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        float: left;
        width: 100%;
    }
    .medium-up-1>.column:nth-of-type(1n),
    .medium-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-1>.column:nth-of-type(1n+1),
    .medium-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }
    .medium-up-1>.column:last-child,
    .medium-up-1>.columns:last-child {
        float: left;
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        float: left;
        width: 50%;
    }
    .medium-up-2>.column:nth-of-type(1n),
    .medium-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-2>.column:nth-of-type(2n+1),
    .medium-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }
    .medium-up-2>.column:last-child,
    .medium-up-2>.columns:last-child {
        float: left;
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        float: left;
        width: 33.33333%;
    }
    .medium-up-3>.column:nth-of-type(1n),
    .medium-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-3>.column:nth-of-type(3n+1),
    .medium-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }
    .medium-up-3>.column:last-child,
    .medium-up-3>.columns:last-child {
        float: left;
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        float: left;
        width: 25%;
    }
    .medium-up-4>.column:nth-of-type(1n),
    .medium-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-4>.column:nth-of-type(4n+1),
    .medium-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }
    .medium-up-4>.column:last-child,
    .medium-up-4>.columns:last-child {
        float: left;
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        float: left;
        width: 20%;
    }
    .medium-up-5>.column:nth-of-type(1n),
    .medium-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-5>.column:nth-of-type(5n+1),
    .medium-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }
    .medium-up-5>.column:last-child,
    .medium-up-5>.columns:last-child {
        float: left;
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        float: left;
        width: 16.66667%;
    }
    .medium-up-6>.column:nth-of-type(1n),
    .medium-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-6>.column:nth-of-type(6n+1),
    .medium-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }
    .medium-up-6>.column:last-child,
    .medium-up-6>.columns:last-child {
        float: left;
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        float: left;
        width: 14.28571%;
    }
    .medium-up-7>.column:nth-of-type(1n),
    .medium-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-7>.column:nth-of-type(7n+1),
    .medium-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }
    .medium-up-7>.column:last-child,
    .medium-up-7>.columns:last-child {
        float: left;
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        float: left;
        width: 12.5%;
    }
    .medium-up-8>.column:nth-of-type(1n),
    .medium-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }
    .medium-up-8>.column:nth-of-type(8n+1),
    .medium-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }
    .medium-up-8>.column:last-child,
    .medium-up-8>.columns:last-child {
        float: left;
    }
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .medium-collapse .row {
        margin-right: 0;
        margin-left: 0;
    }
    .expanded.row .medium-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: .625rem;
        padding-left: .625rem;
    }
    .medium-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .medium-centered,
    .medium-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .medium-uncentered,
    .medium-push-0,
    .medium-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

@media print,
screen and (min-width: 64em) {
    .large-1 {
        width: 8.33333%;
    }
    .large-push-1 {
        position: relative;
        left: 8.33333%;
    }
    .large-pull-1 {
        position: relative;
        left: -8.33333%;
    }
    .large-offset-0 {
        margin-left: 0%;
    }
    .large-2 {
        width: 16.66667%
    }
    .large-push-2 {
        position: relative;
        left: 16.66667%;
    }
    .large-pull-2 {
        position: relative;
        left: -16.66667%;
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .large-3 {
        width: 25%
    }
    .large-push-3 {
        position: relative;
        left: 25%;
    }
    .large-pull-3 {
        position: relative;
        left: -25%;
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .large-4 {
        width: 33.33333%;
    }
    .large-push-4 {
        position: relative;
        left: 33.33333%;
    }
    .large-pull-4 {
        position: relative;
        left: -33.33333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        width: 41.66667%;
    }
    .large-push-5 {
        position: relative;
        left: 41.66667%;
    }
    .large-pull-5 {
        position: relative;
        left: -41.66667%;
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .large-6 {
        width: 50%;
    }
    .large-push-6 {
        position: relative;
        left: 50%;
    }
    .large-pull-6 {
        position: relative;
        left: -50%;
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .large-7 {
        width: 58.33333%;
    }
    .large-push-7 {
        position: relative;
        left: 58.33333%;
    }
    .large-pull-7 {
        position: relative;
        left: -58.33333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        width: 66.66667%;
    }
    .large-push-8 {
        position: relative;
        left: 66.66667%;
    }
    .large-pull-8 {
        position: relative;
        left: -66.66667%;
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .large-9 {
        width: 75%;
    }
    .large-push-9 {
        position: relative;
        left: 75%;
    }
    .large-pull-9 {
        position: relative;
        left: -75%;
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .large-10 {
        width: 83.33333%;
    }
    .large-push-10 {
        position: relative;
        left: 83.33333%;
    }
    .large-pull-10 {
        position: relative;
        left: -83.33333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        width: 91.66667%;
    }
    .large-push-11 {
        position: relative;
        left: 91.66667%;
    }
    .large-pull-11 {
        position: relative;
        left: -91.66667%;
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .large-12 {
        width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        float: left;
        width: 100%;
    }
    .large-up-1>.column:nth-of-type(1n),
    .large-up-1>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-1>.column:nth-of-type(1n+1),
    .large-up-1>.columns:nth-of-type(1n+1) {
        clear: both;
    }
    .large-up-1>.column:last-child,
    .large-up-1>.columns:last-child {
        float: left;
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        float: left;
        width: 50%;
    }
    .large-up-2>.column:nth-of-type(1n),
    .large-up-2>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-2>.column:nth-of-type(2n+1),
    .large-up-2>.columns:nth-of-type(2n+1) {
        clear: both;
    }
    .large-up-2>.column:last-child,
    .large-up-2>.columns:last-child {
        float: left;
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        float: left;
        width: 33.33333%;
    }
    .large-up-3>.column:nth-of-type(1n),
    .large-up-3>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-3>.column:nth-of-type(3n+1),
    .large-up-3>.columns:nth-of-type(3n+1) {
        clear: both;
    }
    .large-up-3>.column:last-child,
    .large-up-3>.columns:last-child {
        float: left;
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        float: left;
        width: 25%;
    }
    .large-up-4>.column:nth-of-type(1n),
    .large-up-4>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-4>.column:nth-of-type(4n+1),
    .large-up-4>.columns:nth-of-type(4n+1) {
        clear: both;
    }
    .large-up-4>.column:last-child,
    .large-up-4>.columns:last-child {
        float: left;
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        float: left;
        width: 20%;
    }
    .large-up-5>.column:nth-of-type(1n),
    .large-up-5>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-5>.column:nth-of-type(5n+1),
    .large-up-5>.columns:nth-of-type(5n+1) {
        clear: both;
    }
    .large-up-5>.column:last-child,
    .large-up-5>.columns:last-child {
        float: left;
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        float: left;
        width: 16.66667%;
    }
    .large-up-6>.column:nth-of-type(1n),
    .large-up-6>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-6>.column:nth-of-type(6n+1),
    .large-up-6>.columns:nth-of-type(6n+1) {
        clear: both;
    }
    .large-up-6>.column:last-child,
    .large-up-6>.columns:last-child {
        float: left;
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        float: left;
        width: 14.28571%;
    }
    .large-up-7>.column:nth-of-type(1n),
    .large-up-7>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-7>.column:nth-of-type(7n+1),
    .large-up-7>.columns:nth-of-type(7n+1) {
        clear: both;
    }
    .large-up-7>.column:last-child,
    .large-up-7>.columns:last-child {
        float: left;
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        float: left;
        width: 12.5%;
    }
    .large-up-8>.column:nth-of-type(1n),
    .large-up-8>.columns:nth-of-type(1n) {
        clear: none;
    }
    .large-up-8>.column:nth-of-type(8n+1),
    .large-up-8>.columns:nth-of-type(8n+1) {
        clear: both;
    }
    .large-up-8>.column:last-child,
    .large-up-8>.columns:last-child {
        float: left;
    }
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0;
    }
    .large-collapse .row {
        margin-right: 0;
        margin-left: 0
    }
    .expanded.row .large-collapse.row {
        margin-right: 0;
        margin-left: 0;
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: .625rem;
        padding-left: .625rem;
    }
    .large-centered {
        margin-right: auto;
        margin-left: auto;
    }
    .large-centered,
    .large-centered:last-child:not(:first-child) {
        float: none;
        clear: both;
    }
    .large-uncentered,
    .large-push-0,
    .large-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0;
    }
}

.column-block {
    margin-bottom: 1rem;
}

.column-block>:last-child {
    margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.25rem;
    }
    .column-block>:last-child {
        margin-bottom: 0;
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 80%;
    line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #cacac8;
}

h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h2 {
    font-size: 1.3125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h5 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
}

@media print,
screen and (min-width: 40em) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    h5 {
        font-size: 1rem;
    }
    h6 {
        font-size: 1rem;
    }
}

@media print,
screen and (min-width: 64em) {
    h1 {
        font-size: 2.25rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.125rem;
    }
    h5 {
        font-size: 1rem;
    }
    h6 {
        font-size: 1rem
    }
}

a {
    line-height: inherit;
    color: #00c4df;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    color: #00a9c0;
}

a img {
    border: 0;
}

hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacac8;
    border-left: 0;
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

li {
    font-size: inherit;
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc;
}

ol {
    margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl {
    margin-bottom: 1rem;
}

dl dt {
    margin-bottom: .3rem;
    font-weight: bold;
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacac8;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #9a9b9d;
}

cite {
    display: block;
    font-size: .8125rem;
    color: #9a9b9d;
}

cite:before {
    content: "— ";
}

abbr {
    border-bottom: 1px dotted #4a4a4a;
    color: #4a4a4a;
    cursor: help;
}

figure {
    margin: 0;
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacac8;
    background-color: #f1f1f0;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #4a4a4a;
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #f1f1f0;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #4a4a4a;
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #9a9b9d;
}

.lead {
    font-size: 125%;
    line-height: 1.6;
}

.stat {
    font-size: 2.5rem;
    line-height: 1;
}

p+.stat {
    margin-top: -1rem;
}

.no-bullet {
    margin-left: 0;
    list-style: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

@media print,
screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
}

@media print,
screen and (min-width: 64em) {
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
}

.show-for-print {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
    }
    .show-for-print {
        display: block !important;
    }
    .hide-for-print {
        display: none !important;
    }
    table.show-for-print {
        display: table !important;
    }
    thead.show-for-print {
        display: table-header-group !important;
    }
    tbody.show-for-print {
        display: table-row-group !important;
    }
    tr.show-for-print {
        display: table-row !important;
    }
    td.show-for-print {
        display: table-cell !important;
    }
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre,
    blockquote {
        border: 1px solid #9a9b9d;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacac8;
    border-radius: 4px;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(74, 74, 74, 0.3);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    color: #4a4a4a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
    outline: none;
    border: 1px solid #9a9b9d;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacac8;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
    max-width: 100%;
}

textarea[rows] {
    height: auto;
}

input::placeholder,
textarea::placeholder {
    color: #cacac8;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #f1f1f0;
    cursor: not-allowed;
}

[type='submit'],
[type='button'] {
    appearance: none;
    border-radius: 0;
}

input[type='search'] {
    box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 1rem;
}

[type='checkbox']+label,
[type='radio']+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
    cursor: pointer;
}

label>[type='checkbox'],
label>[type='radio'] {
    margin-right: .5rem;
}

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

label {
    display: block;
    margin: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.8;
    color: #4a4a4a;
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0;
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #4a4a4a;
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem;
}

.input-group>:first-child {
    border-radius: 4px 0 0 4px;
}

.input-group>:last-child>* {
    border-radius: 0 4px 4px 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    margin: 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacac8;
    background: #f1f1f0;
    color: #4a4a4a;
    text-align: center;
    white-space: nowrap;
    width: 1%;
    height: 100%;
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%;
    height: 100%
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

.input-group .input-group-button {
    display: table-cell
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacac8
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem;
    background: #fefefe
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    appearance: none;
    border: 1px solid #cacac8;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    line-height: normal;
    color: #4a4a4a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28154, 155, 157%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

@media screen and (min-width: 0\0) {
    /*select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg==")
    } */
}

select:focus {
    outline: none;
    border: 1px solid #9a9b9d;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacac8;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

select:disabled {
    background-color: #f1f1f0;
    cursor: not-allowed;
}

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

select[multiple] {
    height: auto;
    background-image: none;
}

.is-invalid-input:not(:focus) {
    border-color: #ec5840;
    background-color: #fcedeb;
}

.is-invalid-input:not(:focus)::placeholder {
    color: #ec5840
}

.is-invalid-label {
    color: #ec5840
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: bold;
    color: #ec5840
}

.form-error.is-visible {
    display: block
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 2.5rem 0;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color:#00c4df;
    color: #fefefe
}

[data-whatinput='mouse'] .button {
    outline: 0
}

.button:hover,
.button:focus {
    background-color: #00a7be;
    color: #fefefe
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.primary {
    background-color: #00c4df;
    color: #4a4a4a
}

.button.primary:hover,
.button.primary:focus {
    background-color: #009db2;
    color: #4a4a4a
}

.button.secondary {
    background-color: #f9455c;
    color: #fefefe
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #f60826;
    color: #fefefe
}

.button.success {
    background-color: #3adb76;
    color: #4a4a4a
}

.button.success:hover,
.button.success:focus {
    background-color: #22bb5b;
    color: #4a4a4a
}

.button.warning {
    background-color: #ffae00;
    color: #4a4a4a
}

.button.warning:hover,
.button.warning:focus {
    background-color: #cc8b00;
    color: #4a4a4a
}

.button.alert {
    background-color: #ec5840;
    color: #fefefe
}

.button.alert:hover,
.button.alert:focus {
    background-color: #da3116;
    color: #fefefe
}

.button.hollow,
.button.hollow-secondary,
.button.hollow-secondary:hover,
.button.hollow-secondary:focus {
    border: 1px solid #00c4df;
/*    color: #00c4df;*/
color: #fff;
}

.button.hollow,
.button.hollow-secondary,
.button.hollow-secondary:hover,
.button.hollow-secondary:focus,
.button.hollow:hover,
.button.hollow-secondary:hover,
.button.hollow:focus,
.button.hollow-secondary:focus {
    background-color: #e40000;
}

.button.hollow:hover,
.button.hollow-secondary:hover,
.button.hollow:focus,
.button.hollow-secondary:focus {
    border-color: #006270;
/*    color: #006270;*/
	  color: #fff;
}

.button.hollow.primary,
.button.primary.hollow-secondary {
    border: 1px solid #00c4df;
    /*color: #00c4df*/
	color: #fff;
}

.button.hollow.primary:hover,
.button.primary.hollow-secondary:hover,
.button.hollow.primary:focus,
.button.primary.hollow-secondary:focus {
    border-color: #006270;
/*    color: #006270;*/
	color: #fff;
}

.button.hollow.secondary,
.button.secondary.hollow-secondary {
    border: 1px solid #f9455c;
/*    color: #f9455c;*/
	color: #fff;

}

.button.hollow.secondary:hover,
.button.secondary.hollow-secondary:hover,
.button.hollow.secondary:focus,
.button.secondary.hollow-secondary:focus {
    border-color: #9a0518;
/*    color: #9a0518;*/
color: #fff;

}

.button.hollow.success,
.button.success.hollow-secondary {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:hover,
.button.success.hollow-secondary:hover,
.button.hollow.success:focus,
.button.success.hollow-secondary:focus {
    border-color: #157539;
    color: #157539
}

.button.hollow.warning,
.button.warning.hollow-secondary {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:hover,
.button.warning.hollow-secondary:hover,
.button.hollow.warning:focus,
.button.warning.hollow-secondary:focus {
    border-color: #805700;
    color: #805700
}

.button.hollow.alert,
.button.alert.hollow-secondary {
    border: 1px solid #ec5840;
    color: #ec5840
}

.button.hollow.alert:hover,
.button.alert.hollow-secondary:hover,
.button.hollow.alert:focus,
.button.alert.hollow-secondary:focus {
    border-color: #881f0e;
    color: #881f0e
}

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled],
.button[disabled]:hover,
.button[disabled]:focus {
    background-color: #00c4df;
    color: #fefefe
}

.button.disabled.primary,
.button[disabled].primary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.primary,
.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
    background-color: #00c4df;
    color: #4a4a4a
}

.button.disabled.secondary,
.button[disabled].secondary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
    background-color: #f9455c;
    color: #fefefe
}

.button.disabled.success,
.button[disabled].success {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success,
.button[disabled].success:hover,
.button[disabled].success:focus {
    background-color: #3adb76;
    color: #4a4a4a
}

.button.disabled.warning,
.button[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
    background-color: #ffae00;
    color: #4a4a4a
}

.button.disabled.alert,
.button[disabled].alert {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
    background-color: #ec5840;
    color: #fefefe
}

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset .4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

.button.dropdown.hollow::after,
.button.dropdown.hollow-secondary::after {
    border-top-color: #00c4df
}

.button.dropdown.hollow.primary::after,
.button.dropdown.primary.hollow-secondary::after {
    border-top-color: #00c4df
}

.button.dropdown.hollow.secondary::after,
.button.dropdown.secondary.hollow-secondary::after {
    border-top-color: #f9455c
}

.button.dropdown.hollow.success::after,
.button.dropdown.success.hollow-secondary::after {
    border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after,
.button.dropdown.warning.hollow-secondary::after {
    border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after,
.button.dropdown.alert.hollow-secondary::after {
    border-top-color: #ec5840
}

.button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none
}

.accordion-item:first-child>:first-child {
    border-radius: 0 0 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1rem 0;
    border: none;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #f9455c
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: none;
    border-radius: 0 0 0 0
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: #fefefe
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'
}

.is-active>.accordion-title::before {
    content: '\2013'
}

.accordion-content {
    display: none;
    padding: 0 0 1rem;
    border: none;
    border-bottom: 0;
    background-color: #fefefe;
    color: #00c4df
}

:last-child>.accordion-content:last-child {
    border-bottom: none
}

.button-group {
    margin-bottom: 1rem;
    font-size: 0
}

.button-group::before,
.button-group::after {
    display: table;
    content: ' '
}

.button-group::after {
    clear: both
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1rem
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded {
    margin-right: -1px
}

.button-group.expanded::before,
.button-group.expanded::after {
    display: none
}

.button-group.expanded .button:first-child:last-child {
    width: 100%
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
    display: inline-block;
    width: calc(50% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child,
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
    display: inline-block;
    width: calc(33.33333% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child,
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
    display: inline-block;
    width: calc(25% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child,
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
    display: inline-block;
    width: calc(20% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child,
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
    margin-right: -6px
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
    display: inline-block;
    width: calc(16.66667% - 1px);
    margin-right: 1px
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child,
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
    margin-right: -6px
}

.button-group.primary .button {
    background-color: #00c4df;
    color: #4a4a4a
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
    background-color: #009db2;
    color: #4a4a4a
}

.button-group.secondary .button {
    background-color: #f9455c;
    color: #fefefe
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
    background-color: #f60826;
    color: #fefefe
}

.button-group.success .button {
    background-color: #3adb76;
    color: #4a4a4a
}

.button-group.success .button:hover,
.button-group.success .button:focus {
    background-color: #22bb5b;
    color: #4a4a4a
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #4a4a4a
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
    background-color: #cc8b00;
    color: #4a4a4a
}

.button-group.alert .button {
    background-color: #ec5840;

    color: #fefefe
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
    background-color: #da3116;
    color: #fefefe
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
    width: 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        width: auto;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        width: auto;
        margin-bottom: 0
    }
}

@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

.close-button {
    position: absolute;
    color: #9a9b9d;
    cursor: pointer
}

[data-whatinput='mouse'] .close-button {
    outline: 0
}

.close-button:hover,
.close-button:focus {
    color: #4a4a4a
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,
.close-button.medium {
    right: 1.25rem;
    top: 0rem;
    font-size: 4em;
    line-height: 1
}

.menu {
    margin: 0;
    list-style-type: none
}

.menu>li {
    display: table-cell;
    vertical-align: middle
}

[data-whatinput='mouse'] .menu>li {
    outline: 0
}

.menu>li>a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1
}

.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0
}

.menu>li>a img,
.menu>li>a i,
.menu>li>a svg {
    vertical-align: middle
}

.menu>li>a img+span,
.menu>li>a i+span,
.menu>li>a svg+span {
    vertical-align: middle
}

.menu>li>a img,
.menu>li>a i,
.menu>li>a svg {
    margin-right: .25rem;
    display: inline-block
}

.menu>li,
.menu.horizontal>li {
    display: table-cell
}

.menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed
}

.menu.expanded>li:first-child:last-child {
    width: 100%
}

.menu.vertical>li {
    display: block
}

@media print,
screen and (min-width: 40em) {
    .menu.medium-horizontal>li {
        display: table-cell
    }
    .menu.medium-expanded {
        display: table;
        width: 100%;
        table-layout: fixed
    }
    .menu.medium-expanded>li:first-child:last-child {
        width: 100%
    }
    .menu.medium-vertical>li {
        display: block
    }
}

@media print,
screen and (min-width: 64em) {
    .menu.large-horizontal>li {
        display: table-cell
    }
    .menu.large-expanded {
        display: table;
        width: 100%;
        table-layout: fixed
    }
    .menu.large-expanded>li:first-child:last-child {
        width: 100%
    }
    .menu.large-vertical>li {
        display: block
    }
}

.menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

.menu.simple a {
    padding: 0
}

.menu.simple li {
    margin-left: 0;
    margin-right: 1rem
}

.menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem
}

.menu.align-right::before,
.menu.align-right::after {
    display: table;
    content: ' '
}

.menu.align-right::after {
    clear: both
}

.menu.align-right>li {
    float: right
}

.menu.icon-top>li>a {
    text-align: center
}

.menu.icon-top>li>a img,
.menu.icon-top>li>a i,
.menu.icon-top>li>a svg {
    display: block;
    margin: 0 auto .25rem
}

.menu.icon-top.vertical a>span {
    margin: auto
}

.menu.nested {
    margin-left: 1rem
}

.menu .active>a {
    background: #00c4df;
    color: #fefefe
}

.menu.menu-bordered li {
    border: 1px solid #f1f1f0
}

.menu.menu-bordered li:not(:first-child) {
    border-top: 0
}

.menu.menu-hover li:hover {
    background-color: #f1f1f0
}

.menu-text {
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit
}

.menu-centered {
    text-align: center
}

.menu-centered>.menu {
    display: inline-block;
    vertical-align: top
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''
}

.menu-icon:hover::after {
    background: #cacac8;
    box-shadow: 0 7px 0 #cacac8, 0 14px 0 #cacac8
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #4a4a4a;
    box-shadow: 0 7px 0 #4a4a4a, 0 14px 0 #4a4a4a;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #9a9b9d;
    box-shadow: 0 7px 0 #9a9b9d, 0 14px 0 #9a9b9d
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #00c4df transparent transparent;
    right: 5px;
    margin-top: -3px
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after {
    right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00c4df transparent transparent
}

.dropdown.menu.vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00c4df
}

@media print,
screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #00c4df transparent transparent;
        right: 5px;
        margin-top: -3px
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #00c4df transparent transparent
    }
    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #00c4df
    }
}

@media print,
screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #00c4df transparent transparent;
        right: 5px;
        margin-top: -3px
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.large-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.large-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #00c4df transparent transparent
    }
    .dropdown.menu.large-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #00c4df
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: none;
    background: #fefefe
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00c4df transparent transparent
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00c4df
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #00c4df;
    color: #fefefe
}

.label.primary {
    background: #00c4df;
    color: #4a4a4a
}

.label.secondary {
    background: #f9455c;
    color: #fefefe
}

.label.success {
    background: #3adb76;
    color: #4a4a4a
}

.label.warning {
    background: #ffae00;
    color: #4a4a4a
}

.label.alert {
    background: #ec5840;
    color: #fefefe
}

.media-object {
    display: block;
    margin-bottom: 1rem
}

.media-object img {
    max-width: none
}

@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        display: block
    }
    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section>:last-child {
    margin-bottom: 0
}

.media-object-section.middle {
    vertical-align: middle
}

.media-object-section.bottom {
    vertical-align: bottom
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(254, 254, 254, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 1;
    transition: transform .5s ease;
    backface-visibility: hidden;
    background: #fefefe
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-overlap {
    z-index: 10
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: none
}

.off-canvas.is-open {
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 1;
    transition: transform .5s ease;
    backface-visibility: hidden;
    background: #fefefe
}

[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 10
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: none
}

.off-canvas-absolute.is-open {
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    transform: translateX(-300px);
    overflow-y: auto
}

.position-left.is-open ~ .off-canvas-content {
    transform: translateX(300px)
}

.position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    box-shadow: none;
    content: " "
}

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none
}

.position-right {
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    transform: translateX(300px);
    overflow-y: auto
}

.position-right.is-open ~ .off-canvas-content {
    transform: translateX(-300px)
}

.position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    box-shadow: none;
    content: " "
}

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    transform: translateY(-250px);
    overflow-x: auto
}

.position-top.is-open ~ .off-canvas-content {
    transform: translateY(250px)
}

.position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: none;
    content: " "
}

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    transform: translateY(250px);
    overflow-x: auto
}

.position-bottom.is-open ~ .off-canvas-content {
    transform: translateY(-250px)
}

.position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: none;
    content: " "
}

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    transform: none
}

.off-canvas-content {
    transition: transform .5s ease;
    backface-visibility: hidden
}

@media print,
screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        transform: none;
        z-index: 1
    }
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 300px
    }
    .position-right.reveal-for-medium {
        transform: none;
        z-index: 1
    }
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 300px
    }
    .position-top.reveal-for-medium {
        transform: none;
        z-index: 1
    }
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 300px
    }
    .position-bottom.reveal-for-medium {
        transform: none;
        z-index: 1
    }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 300px
    }
}

@media print,
screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        transform: none;
        z-index: 1
    }
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 300px
    }
    .position-right.reveal-for-large {
        transform: none;
        z-index: 1
    }
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 300px
    }
    .position-top.reveal-for-large {
        transform: none;
        z-index: 1
    }
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 300px
    }
    .position-bottom.reveal-for-large {
        transform: none;
        z-index: 1
    }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 300px
    }
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    user-select: none;
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(74, 74, 74, 0.45);
    overflow-y: scroll;
}

.reveal {
    z-index: 1006;
    backface-visibility: hidden;
    display: none;
    padding: 1rem .5rem;
    border: 1px solid #cacac8;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput='mouse'] .reveal {
    outline: 0
}

@media print,
screen and (min-width: 40em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal .reveal {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
}

@media print,
screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width: 39.9375em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(74, 74, 74, 0.2);
    line-height: 0
}

a.thumbnail {
    transition: box-shadow 200ms ease-out
}

a.thumbnail:hover,
a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(0, 196, 223, 0.5)
}

a.thumbnail image {
    box-shadow: none
}

.title-bar {
    padding: .5rem;
    background: #4a4a4a;
    color: #fefefe
}

.title-bar::before,
.title-bar::after {
    display: table;
    content: ' '
}

.title-bar::after {
    clear: both
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left {
    float: left
}

.title-bar-right {
    float: right;
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold
}

.top-bar {
    padding: 0.75rem 0
}

.top-bar::before,
.top-bar::after {
    display: table;
    content: ' '
}

.top-bar::after {
    clear: both
}

.top-bar,
.top-bar ul {
    background-color: #fefefe
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: 100%
}

@media print,
screen and (min-width: 64em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
        width: auto
    }
}

@media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        width: 100%
    }
}

@media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        width: 100%
    }
}

.top-bar-title {
    display: inline-block;
    float: left;
    padding: 1rem
}

.top-bar-title .menu-icon {
    bottom: 2px
}

.top-bar-left {
    float: left
}

.top-bar-right {
    float: right
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src:url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");src:url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix") format("embedded-opentype"),url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("/assets/img/ajax-loader.gif") no-repeat center center;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "FontAwesome";
    font-size: 82px;
    line-height: 1;
    color: #cacac8;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -20px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -20px
}

.slick-prev:before {
    content: ""
}

[dir="rtl"] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -20px
}

[dir="rtl"] .slick-next {
    left: -20px;
    right: auto
}

.slick-next:before {
    content: ""
}

[dir="rtl"] .slick-next:before {
    content: ""
}

.slick-dots,
.hero-slick-dots {
    position: absolute;
    bottom: -10px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li,
.hero-slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button,
.hero-slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.hero-slick-dots li button:hover,
.slick-dots li button:focus,
.hero-slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.hero-slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.hero-slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before,
.hero-slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #00c4df;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before,
.hero-slick-dots li.slick-active button:before {
    color: #00c4df;
    opacity: .75
}

.hero-slick-dots {
    bottom: 40px
}

.slider-caption .slick-prev,
.slider-caption .slick-next {
    top: 30%
}

.slider-sync .slick-slide {
    text-align: center;
    margin-bottom: 2rem;
    background: #f6f5f4;
}

.slider-sync .slick-slide img,
.slider-sync .slick-slide iframe {
    margin: 0 auto;
}

.slider-nav {
    margin-bottom: 2rem;
}

.slider-nav .slick-arrow {
    color: #000;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
    z-index: 100;
    width: 40px;
    height: 82px;
}

.slider-nav .slick-arrow:before {
    color: #fefefe;
    opacity: 1;
}

@media print,
screen and (min-width: 40em) {
    .slider-nav .slick-arrow:before {
        color: #cacac8;
        text-shadow: none;
    }
}

.slider-nav .slick-prev {
    left: 10px
}

@media print,
screen and (min-width: 40em) {
    .slider-nav .slick-prev {
        left: -50px
    }
}

.slider-nav .slick-next {
    right: 10px
}

@media print,
screen and (min-width: 40em) {
    .slider-nav .slick-next {
        right: -50px
    }
}

.slider-nav .slick-slide {
    margin: 0 .5rem;
    text-align: center
}

@media print,
screen and (min-width: 40em) {
    .slider-nav .slick-slide {
        margin: 0 1rem
    }
}

@media print,
screen and (min-width: 64em) {
    .slider-nav .slick-slide {
        margin: 0 1.5rem
    }
}

.slider-nav .slick-slide .fa-youtube-play {
    font-size: 8rem
}

.configuration-slider {
    margin-right: 10px
}

.configuration-slider .slick-list {
    padding: 0 40px 0 0 !important;
    color: #00c4df
}

.modal-slider {
    display: block;
    min-height: 5rem;
    margin-bottom: 1rem
}

.modal-slider .slick-dots,
.modal-slider .hero-slick-dots {
    bottom: -30px
}

.modal-slider .slick-prev,
.modal-slider .slick-next {
    height: 90px;
    width: 40px;
    z-index: 100
}

.modal-slider .slick-prev:before,
.modal-slider .slick-next:before {
    font-size: 96px
}

.modal-slider .slick-prev {
    left: 5px
}

@media print,
screen and (min-width: 40em) {
    .modal-slider .slick-prev {
        left: 20px;
    }
}

.modal-slider .slick-next {
    right: 5px;
}

@media print,
screen and (min-width: 40em) {
    .modal-slider .slick-next {
        right: 20px;
    }
}

.gridder {
    margin: 0 0 2rem;
    padding: 0;
    list-style-type: none;
    font-size: 0;
}

.gridder-list,
.gridder-show {
    font-size: 16px;
    background: #f1f1f0;
}

.gridder-list {
    display: inline-block;
    vertical-align: top;
}

.gridder-show {
    display: block;
    float: left;
    width: 100%;
    position: relative;
    padding: 1rem 1.5rem 0;
    margin-bottom: 2rem;
}

.gridder-content {
    display: none;
}

.gridder-list {
    width: 100%;
    margin-bottom: 2rem !important;
}

.gridder-list:nth-child(n) {
    margin-bottom: 2%;
    margin-right: 2%;
}

.gridder-list:nth-of-type(1n) {
    margin-right: 0;
    margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
    .gridder-list {
        width: 32%;
    }
    .gridder-list:nth-child(n) {
        margin-bottom: 2%;
        margin-right: 2%;
    }
    .gridder-list:nth-of-type(3n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .gridder-list.gridder-4-column {
        width: 23.5%;
    }
    .gridder-list.gridder-4-column:nth-child(n) {
        margin-bottom: 2%;
        margin-right: 2%
    }
    .gridder-list.gridder-4-column:nth-of-type(4n) {
        margin-right: 0;
        margin-bottom: 0;
    }
}

.gridder-border {
    background: #fefefe;
    border: 1px solid #cacac8;
}

.gridder-border .profile-image {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.profile-image img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.profile-text {
    position: relative;
    text-align: center;
    padding: 20px;
}

.profile-text h3,
.profile-text h4 {
    margin-bottom: 0;
    color: #4a4a4a;
    font-family: "Zeppelin32", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.profile-text hr {
    width: 25%;
    margin: .25rem auto;
}

.profile-text span {
    display: block;
    color: #00c4df;
    font-size: 1.125rem;
    line-height: 1.2;
}

.gridder-expandable .profile-text {
    padding-bottom: 40px;
}

.gridder-expandable .profile-text:after {
    font-family: FontAwesome;
    font-size: 1.5rem;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #4a4a4a;
}

.gridder-4-column .profile-text h4 {
    font-family: "Zeppelin32-Bold", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
}

.gridder-4-column .profile-text span {
    font-size: 1rem;
}

.gridder-list.selectedItem .profile-text:after {
    color: #00c4df;
}


@font-face {
	font-family:'Zeppelin32';src:url("/assets/fonts/webfonts/314B08_0_0.eot");src:url("/assets/fonts/webfonts/314B08_0_0.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/webfonts/314B08_0_0.woff2") format("woff2"),url("/assets/fonts/webfonts/314B08_0_0.woff") format("woff"),url("/assets/fonts/webfonts/314B08_0_0.ttf") format("truetype")
	}
	
@font-face{font-family:'Zeppelin32-Bold';src:url("/assets/fonts/webfonts/314B08_1_0.eot");src:url("/assets/fonts/webfonts/314B08_1_0.eot?#iefix") format("embedded-opentype"),url("/assets/fonts/webfonts/314B08_1_0.woff2") format("woff2"),url("/assets/fonts/webfonts/314B08_1_0.woff") format("woff"),url("/assets/fonts/webfonts/314B08_1_0.ttf") format("truetype");
	}
	
.top-bar,
.top-bar ul {
    z-index: 100;
}

.top-bar ul.menu>li>a {
    font-size: 1.125rem;
    color: #4a4a4a;
    font-family: "Zeppelin32-Bold", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border-bottom: 1px solid #f1f1f0;
    padding: .75rem 1rem;
}

@media print,
screen and (min-width: 64em) {
    .top-bar ul.menu>li>a {
        border-bottom: none;
    }
}

.top-bar ul.menu>li>a:hover {
    color: #00c4df;
    outline: none;
}

.top-bar ul.menu>li>a:active,
.top-bar ul.menu>li>a:focus {
    outline: none;
}

.top-bar-title {
    width: 35%;
    padding: 0 1rem 0 0;
}

@media print,
screen and (min-width: 40em) {
    .top-bar-title {
        width: 25%;
    }
}

@media print,
screen and (min-width: 64em) {
    .top-bar-title {
        width: 20%;
    }
}

.top-bar-title .name {
    display: block;
    width: 100%;
}

.top-bar-title .name img {
    width: 100%;
}

.top-bar-title span {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

@media print,
screen and (min-width: 40em) {
    .top-bar-title span {
        top: 1.85rem;
        right: 1.85rem;
    }
}

.top-bar-title span:active,
.top-bar-title span:focus {
    outline: none;
}

.top-bar-title span .menu-icon:focus,
.top-bar-title span .menu-icon:active {
    outline: none;
}

.top-bar-right {
    padding: 20px 0;
}

.top-bar-right .dropdown.menu {
    position: relative;
}

.top-bar-right .dropdown.menu>li {
    display: block;
}

@media print,
screen and (min-width: 64em) {
    .top-bar-right .dropdown.menu>li {
        display: table-cell;
    }
    .top-bar-right .dropdown.menu>li:last-child a {
        padding-right: 0;
    }
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding-right: 1rem;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border: none;
}

.dropdown.menu>li.here>a,
.dropdown.menu>li.parent-here>a,
.submenu>li.here>a {
    color: #00c4df;
}

.top-bar .is-dropdown-submenu {
    margin: 0;
    list-style-type: none;
    position: relative;
    margin: 0;
    list-style-type: none;
    text-align: left;
    font-family: "Zeppelin32", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    min-width: 150px;
}

.top-bar .is-dropdown-submenu>li {
    display: table-cell;
    vertical-align: middle;
}

[data-whatinput='mouse'] .top-bar .is-dropdown-submenu>li {
    outline: 0;
}

.top-bar .is-dropdown-submenu>li>a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}

.top-bar .is-dropdown-submenu input,
.top-bar .is-dropdown-submenu select,
.top-bar .is-dropdown-submenu a,
.top-bar .is-dropdown-submenu button {
    margin-bottom: 0;
}

.top-bar .is-dropdown-submenu>li {
    display: block;
}

@media print,
screen and (min-width: 64em) {
    .top-bar .is-dropdown-submenu {
        position: absolute;
        text-align: right;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.25);
    }
}

.top-bar .is-dropdown-submenu>li {
    white-space: nowrap;
}

.top-bar .is-dropdown-submenu a {
    color: #4a4a4a;
}

.top-bar .is-dropdown-submenu a:hover {
    color: #00c4df;
}

.off-canvas,
.off-canvas-absolute {
    padding-right: 16px;
}

@media print,
screen and (min-width: 40em) {
    .off-canvas,
    .off-canvas-absolute {
        padding-right: 20px;
    }
}

.off-canvas hr,
.off-canvas-absolute hr {
    margin: 0 1rem;
}

.off-canvas-absolute ul:last-child {
    margin-bottom: 0;
}

#off-canvas-button {
    margin-left: 8px;
    margin-right: 8px;
}

@media print,
screen and (min-width: 40em) {
    #off-canvas-button {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.off-canvas-content {
    min-height: 100vh;
}

.hero,
.hero-v {
    position: relative;
    max-width: 75rem;
    min-height: 320px;
    margin: 0 auto 2rem;
    overflow: hidden;
    z-index: 10;
}

@media print,
screen and (min-width: 40em) {
    .hero,
    .hero-v {
        min-height: 450px;
    }
}

.hero .hero-image .slick-slide,
.hero-v .hero-image .slick-slide,
.hero .hero-slider .slick-slide,
.hero-v .hero-slider .slick-slide {
    min-height: 320px;
}

@media print,
screen and (min-width: 40em) {
    .hero .hero-image .slick-slide,
    .hero-v .hero-image .slick-slide,
    .hero .hero-slider .slick-slide,
    .hero-v .hero-slider .slick-slide {
        min-height: 450px;
    }
}

.hero .hero-image img,
.hero-v .hero-image img,
.hero .hero-slider img,
.hero-v .hero-slider img {
    display: block;
    max-width: none;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -10;
    padding-left: .5rem;
    padding-right: .5rem;
}

@media print,
screen and (min-width: 40em) {
    .hero .hero-image img,
    .hero-v .hero-image img,
    .hero .hero-slider img,
    .hero-v .hero-slider img {
        padding-left: .625rem;
        padding-right: .625rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .hero .hero-image img,
    .hero-v .hero-image img,
    .hero .hero-slider img,
    .hero-v .hero-slider img {
        width: 100%;
    }
}

.hero .hero-image video,
.hero-v .hero-image video,
.hero .hero-slider video,
.hero-v .hero-slider video {
    width: 100%;
}

.hero .hero-content,
.hero-v .hero-content {
    width: 83.33333%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 100;
}

@media print,
screen and (min-width: 40em) {
    .hero .hero-content,
    .hero-v .hero-content {
        width: 66.66667%;
    }
}

.hero h1,
.hero-v h1 {
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.55);
}

@media print,
screen and (min-width: 40em) {
    .hero h1,
    .hero-v h1 {
        font-size: 2.625rem;
    }
}

.hero .button,
.hero-v .button {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.55);
}

.hero-bar {
    background: #00c4df;
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}

.hero-bar h1 {
    width: 83.33333%;
    float: left;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-left: 8.33333%;
    text-align: center;
    padding: 2rem 0 2rem 0;
    z-index: 100;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.55);
}

@media print,
screen and (min-width: 40em) {
    .hero-bar h1 {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

.hero-bar h1:last-child:not(:first-child) {
    float: right;
}

.hero-bar h1:last-child:last-child {
    float: left;
}

@media print,
screen and (min-width: 40em) {
    .hero-bar h1 {
        width: 66.66667%;
        float: left;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-left: 16.66667%;
        padding: 3rem 0 3rem 0;
        font-size: 2.625rem;
    }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
    .hero-bar h1 {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .hero-bar h1:last-child:not(: first-child) {
        float: right;
    }
    .hero-bar h1:last-child:last-child {
        float: left;
    }
}

.hero-v {
    height: auto;
}

.hero-v .hero-product-icon {
    width: 50%;
    float: left;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

@media print,
screen and (min-width: 40em) {
    .hero-v .hero-product-icon {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

.hero-v .hero-product-icon:last-child:not(:first-child) {
    float: right;
}

.hero-v .hero-product-icon,
.hero-v .hero-product-icon:last-child:not(:first-child) {
    float: none;
    clear: both;
}

@media print,
screen and (min-width: 40em) {
    .hero-v .hero-product-icon {
        width: 25%;
        float: left;
        padding-right: .5rem;
        padding-left: .5rem;
        text-align: left;
    }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
    .hero-v .hero-product-icon {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .hero-v .hero-product-icon:last-child:not(: first-child) {
        float: right;
    }
}

.hero-v .hero-product-caption {
    width: 100%;
    float: left;
    padding-right: .5rem;
    padding-left: .5rem;
    text-align: center;
}

@media print,
screen and (min-width: 40em) {
    .hero-v .hero-product-caption {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

.hero-v .hero-product-caption:last-child:not(:first-child) {
    float: right;
}

@media print,
screen and (min-width: 40em) {
    .hero-v .hero-product-caption {
        width: 75%;
        float: left;
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
    .hero-v .hero-product-caption {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .hero-v .hero-product-caption:last-child:not(: first-child) {
        float: right;
    }
}

.hero-v h1 {
    margin-left: 0;
    width: 100%;
    padding: 0 .5rem 3rem;
}

@media print,
screen and (min-width: 40em) {
    .hero-v h1 {
        padding-top: 3rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .hero-v h1 {
        padding-top: 6rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .border-aside {
        padding-left: 2rem;
        border-left: solid 1px #cacac8;
    }
    .border-content {
        padding-right: 2rem;
    }
}

.accordion-item hr {
    margin: 0 5%;
}

.accordion-title {
    font-size: 1.5rem;
    font-family: "Zeppelin32-Bold", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.accordion-title:hover,
.accordion-title:focus {
    color: #f9455c;
}

.accordion-filters,
.accordion-sidenav {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
}

.accordion-filters .accordion-title,
.accordion-sidenav .accordion-title {
    font-size: 1rem;
    color: #4a4a4a;
    outline: none;
}

.accordion-filters .accordion-content,
.accordion-sidenav .accordion-content {
    color: #4a4a4a;
}

.accordion-sidenav .accordion-content {
    padding: 0;
}

.accordion-sidenav .accordion-title:before {
    display: none;
}

.accordion-filter .accordion-title:before {
    color: #4a4a4a;
}

.accordion-filters ul {
    list-style-type: none;
    margin-left: 0;
}

.blog-content {
    margin-bottom: 2rem;
}

.blog-content h1,
.blog-content h2 {
    margin-bottom: 0;
    line-height: 1.2;
    color: inherit;
    text-shadow: none;
}

.blog-content h1 a,
.blog-content h2 a {
    color: inherit;
}

.blog-content .sub-text,
.blog-content .tag-list {
    display: inline-block;
    margin-bottom: .5rem;
}

.blog-content .sub-text {
    font-style: italic;
    padding-right: 1rem;
}

.blog-content .tag-list {
    font-weight: bold;
}

.blog-aside h3,
.blog-aside h4 {
    font-family: "Zeppelin32-Bold", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.blog-aside .button {
    margin-bottom: .5rem;
}

.blog-aside ul {
    list-style-type: none;
    margin: 0;
}

.blog-aside .block {
    margin-bottom: 2.5rem
}

.blog-aside .tag-list a {
    margin-right: .625rem;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin: 0 auto;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.panel {
    width: 100%;
    background-color: #f1f1f0;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.download-panel {
    width: 100%;
    background-color: #cacac8;
    padding: 2rem 1.5rem;
    margin: 1rem 0;
    text-align: center;
}

.download-panel .button {
    margin-bottom: 0;
}

.selling-point {
    display: table;
    width: 100%;
    margin-top: .875rem;
}

.selling-point .count {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    padding-top: 1.75rem;
    font-family: "Zeppelin32", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 3rem;
    color: #00c4df;
    text-align: center;
    line-height: 1;
}

.selling-point .point {
    display: table-cell;
    width: 75%;
    vertical-align: middle;
}

.selling-point .point h5 {
    font-weight: 700;
    margin-bottom: 0;
}

.column.featured-block,
.featured-block.columns {
    margin-bottom: 2.5rem;
}

.column.featured-block .featured-image,
.featured-block.columns .featured-image {
    display: block;
    position: relative;
    width: 100%;
    min-height: 150px;
}

@media print,
screen and (min-width: 64em) {
    .column.featured-block .featured-image,
    .featured-block.columns .featured-image {
        border-radius: 1000px;
        -webkit-border-radius: 1000px;
        width: 33.33333%;
        float: left;
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media print,
screen and (min-width: 64em) and (min-width: 40em) {
    .column.featured-block .featured-image,
    .featured-block.columns .featured-image {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .column.featured-block .featured-image:last-child:not(: first-child), .featured-block.columns .featured-image:last-child:not(: first-child) {
        float: right;
    }
}

.column.featured-block .featured-image h2,
.featured-block.columns .featured-image h2 {
    display: block;
    width: 94%;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: .5rem;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    position: absolute;
    bottom: 3%;
    left: 3%;
}

@media print,
screen and (min-width: 64em) {
    .column.featured-block .featured-image h2,
    .featured-block.columns .featured-image h2 {
        display: none;
    }
}

.column.featured-block .featured-category,
.featured-block.columns .featured-category,
.column.featured-block .item-category,
.featured-block.columns .item-category {
    color: #00c4df;
    background-color: #f1f1f0;
    padding: .5rem .5rem;
    text-align: center;
    font-weight: 700;
}

@media print,
screen and (min-width: 64em) {
    .column.featured-block .featured-category,
    .featured-block.columns .featured-category,
    .column.featured-block .item-category,
    .featured-block.columns .item-category {
        display: none;
    }
}

.column.featured-block .featured-content,
.featured-block.columns .featured-content {
    display: none;
}

@media print,
screen and (min-width: 64em) {
    .column.featured-block .featured-content,
    .featured-block.columns .featured-content {
        display: block;
        width: 66.66667%;
        float: left;
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media print,
screen and (min-width: 64em) and (min-width: 40em) {
    .column.featured-block .featured-content,
    .featured-block.columns .featured-content {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .column.featured-block .featured-content:last-child:not(: first-child), .featured-block.columns .featured-content:last-child:not(: first-child) {
        float: right;
    }
}

.column.featured-block .featured-content h2>a,
.featured-block.columns .featured-content h2>a {
    color: inherit;
}

.column.featured-block .item-image,
.featured-block.columns .item-image {
    display: block;
    position: relative;
    width: 100%;
    min-height: 150px;
}

.column.featured-block .item-image h2,
.featured-block.columns .item-image h2 {
    position: absolute;
    top: 1rem;
    font-size: 1.5rem;
    font-family: "Zeppelin32", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #fefefe;
    text-align: center;
    text-shadow: 0 2px 4px #000;
    line-height: 1.2;
}

@media print,
screen and (min-width: 64em) {
    .column.featured-block .item-image h2,
    .featured-block.columns .item-image h2 {
        display: none;
    }
}

@media print,
screen and (min-width: 64em) {
    .column.featured-block.img-right .featured-image,
    .featured-block.img-right.columns .featured-image {
        position: relative;
        left: 66.66667%;
    }
    .column.featured-block.img-right .featured-content,
    .featured-block.img-right.columns .featured-content {
        position: relative;
        left: -33.33333%;
    }
}

.content-right,
.content-left {
    width: 100%;
    float: left;
    padding-right: .5rem;
    padding-left: .5rem;
}

@media print,
screen and (min-width: 40em) {
    .content-right,
    .content-left {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

.content-right:last-child:not(:first-child),
.content-left:last-child:not(:first-child) {
    float: right;
}

@media print,
screen and (min-width: 40em) {
    .content-right,
    .content-left {
        width: 66.66667%;
        float: left;
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
    .content-right,
    .content-left {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .content-right:last-child:not(: first-child), .content-left:last-child:not(: first-child) {
        float: right;
    }
}

.content-right:last-child:last-child {
    float: left;
}

@media print,
screen and (min-width: 40em) {
    .content-right {
        position: relative;
        left: 33.33333%;
    }
}

.content-img-right,
.content-img-left {
    display: none;
}

@media print,
screen and (min-width: 40em) {
    .content-img-right,
    .content-img-left {
        display: block;
        width: 33.33333%;
        float: left;
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
    .content-img-right,
    .content-img-left {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .content-img-right:last-child:not(: first-child), .content-img-left:last-child:not(: first-child) {
        float: right;
    }
}

.content-img-right:last-child:last-child {
    float: left;
}

@media print,
screen and (min-width: 40em) {
    .content-img-left {
        position: relative;
        left: -66.66667%;
    }
}

.project-list>.column,
.project-list>.columns {
    overflow: hidden;
    margin-bottom: 1.5rem;
}

.project-list a {
    display: block;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

@media print,
screen and (min-width: 64em) {
    .project-list a {
        height: 250px;
    }
}

.project-list img {
    display: block;
    position: relative;
    width: 100%;
}

.project-list .caption {
    display: block;
    width: 94%;
    font-family: "futura-pt", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    margin: 0;
    padding: .5rem;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    position: absolute;
    bottom: 3%;
    left: 3%;
}

.data-center-partner img {
    padding: 0 2rem;
}

.data-center-partner .caption {
    font-family: "Zeppelin32", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.125rem;
    margin-top: 1rem;
}

.button-left {
    text-align: center;
}

@media print,
screen and (min-width: 40em) {
    .button-left {
        text-align: left;
    }
}

.button-right {
    text-align: center;
}

@media print,
screen and (min-width: 40em) {
    .button-right {
        text-align: right;
    }
}

.filters {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none;
    margin-bottom: 2rem;
}

.filter-title {
    position: relative;
    display: block;
    padding: 1rem 0;
    border: none;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #f9455c;
    display: inline-block;
    border-bottom: none;
    color: #f9455c;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.6;
    padding: 0;
}

:last-child:not(.is-active)>.filter-title {
    border-bottom: none;
    border-radius: 0 0 0 0;
}

.filter-title:hover,
.filter-title:focus {
    background-color: #fefefe;
}

.filter-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+';
}

.is-active>.filter-title::before {
    content: '\2017';
}

.filter-title:hover,
.filter-title:focus {
    background: #fefefe;
    color: #f9455c;
    outline: none;
}

.filter-title:before {
    content: '' !important;
}

.filter-title i {
    padding-left: 10px;
}

.filter-content,
.filter-list {
    display: none;
    padding: 0 0 1rem;
    border: none;
    border-bottom: 0;
    background-color: #fefefe;
    color: #00c4df;
    padding: 1rem 1rem 0;
    background: #f1f1f0;
}

:last-child>.filter-content:last-child,
:last-child>.filter-list:last-child {
    border-bottom: none;
}

.small-image-slider,
.small-swipe-slider {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.small-image-slider .column,
.small-image-slider .columns,
.small-swipe-slider .column,
.small-swipe-slider .columns {
    margin-bottom: 1rem;
}

.small-image-slider .column:focus,
.small-image-slider .columns:focus,
.small-swipe-slider .column:focus,
.small-swipe-slider .columns:focus {
    outline: none;
}

.small-image-slider img,
.small-swipe-slider img {
    width: 100%;
}

.small-image-slider figure,
.small-swipe-slider figure {
    margin: 0;
}

.small-image-slider figure:focus,
.small-swipe-slider figure:focus {
    outline: none;
}

.small-image-slider figcaption>h3,
.small-image-slider figcaption>h4,
.small-swipe-slider figcaption>h3,
.small-swipe-slider figcaption>h4 {
    text-align: center;
    font-weight: 700;
    color: #00c4df;
    margin-bottom: 0;
    margin-top: .25rem;
}

.small-image-slider figcaption>p,
.small-swipe-slider figcaption>p {
    text-align: center;
    font-family: "Zeppelin32", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #00c4df;
    margin-bottom: 0;
}

.slider-overlay-wrap {
    position: relative;
    display: block;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: right 0.15s linear;
}

.slider-overlay-wrap .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: .25rem 1rem;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider-overlay-wrap .title {
    float: left;
    font-weight: 700;
    font-size: 1.5rem;
    padding: .75rem 0;
    color: #fefefe;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
}

.slider-overlay-wrap .arrow {
    float: right;
    font-size: 48px;
    line-height: 1.1;
    color: #fefefe;
}

.configuration-heading {
    text-align: right;
    padding: 0 8px;
    cursor: pointer;
}

@media print,
screen and (min-width: 40em) {
    .configuration-heading {
        padding: 0 10px;
    }
}

.configuration {
    padding-bottom: 1.5rem;
}

.configuration .rendering {
    border: solid 1px #f1f1f0;
    cursor: pointer;
    transition: border .3s, opacity .5s;
}

.configuration .rendering:hover {
    border-color: #cacac8;
}

.configuration .rendering.active {
    opacity: .5;
}

.configuration .rendering h3,
.configuration .rendering h4 {
    margin-bottom: 0;
    color: #00c4df;
}

.configuration .rendering p {
    margin-bottom: 0;
    line-height: 1.3;
}

.configuration .caption {
    padding: .5rem .75rem;
}

.configuration .button-group.expanded .button:first-child:nth-last-child(3),
.configuration .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
    width: calc(50% - 1px);
}

.configuration .button-group.expanded .button:first-child:nth-last-child(3).hollow,
.configuration .button-group.expanded .button.hollow-secondary:first-child:nth-last-child(3),
.configuration .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button.hollow,
.configuration .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button.hollow-secondary {
    display: none !important;
}

@media print,
screen and (min-width: 64em) {
    .configuration .button-group.expanded .button:first-child:nth-last-child(3),
    .configuration .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
        width: calc(33.3333% - 1px);
    }
    .configuration .button-group.expanded .button:first-child:nth-last-child(3).hollow,
    .configuration .button-group.expanded .button.hollow-secondary:first-child:nth-last-child(3),
    .configuration .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button.hollow,
    .configuration .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button.hollow-secondary {
        display: inline-block !important;
    }
}

.configuration.slick-slide {
    padding: 0 10px;
}

.configuration.slick-slide .rendering {
    position: relative;
    margin-bottom: .5rem;
    cursor: pointer;
}

.configuration.slick-slide .rendering img {
    width: 100%;
}

.configuration.slick-slide .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.modal-slider h3 {
    padding-right: 3.5rem;
}

.masonry-grid {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto;
}

.masonry-grid::before,
.masonry-grid::after {
    display: table;
    content: ' ';
}

.masonry-grid::after {
    clear: both;
}

.masonry-grid-item {
    width: 100%;
    float: left;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-bottom: 1rem;
}

@media print,
screen and (min-width: 40em) {
    .masonry-grid-item {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

.masonry-grid-item:last-child:not(:first-child) {
    float: right;
}

@media print,
screen and (min-width: 40em) {
    .masonry-grid-item {
        width: 33.33333%;
        float: left;
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
    .masonry-grid-item {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

@media print,
screen and (min-width: 40em) {
    .masonry-grid-item:last-child:not(: first-child) {
        float: right;
    }
}

.masonry-grid-item>div {
    background: #f1f1f0;
    padding: 20px;
}

.masonry-grid-item h3 {
    line-height: 1.3;
}

.reveal:focus {
    outline: none;
}

.reveal {
    overflow: hidden;
}

@media print,
screen and (min-width: 64em) {
    .reveal {
        width: 750px;
    }
}

.reveal h4,
.reveal h5 {
    font-weight: 700;
}

.reveal .button-group {
    margin: 1rem auto;
}

.reveal .button-group.expanded {
    margin-right: -16px;
}

.reveal .button-group.expanded::before,
.reveal .button-group.expanded::after {
    display: none;
}

.reveal .button-group.expanded .button:first-child:last-child {
    width: 100%;
}

.reveal .button-group.expanded .button:first-child:nth-last-child(2),
.reveal .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
    display: inline-block;
    width: calc(50% - 16px);
    margin-right: 16px;
}

.reveal .button-group.expanded .button:first-child:nth-last-child(2):last-child,
.reveal .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
    margin-right: -96px;
}

.reveal .button-group.expanded .button:first-child:nth-last-child(3),
.reveal .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
    display: inline-block;
    width: calc(33.33333% - 16px);
    margin-right: 16px;
}

.reveal .button-group.expanded .button:first-child:nth-last-child(3):last-child,
.reveal .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
    margin-right: -96px;
}

.reveal .button-group.expanded .button:first-child:nth-last-child(4),
.reveal .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
    display: inline-block;
    width: calc(25% - 16px);
    margin-right: 16px;
}

.reveal .button-group.expanded .button:first-child:nth-last-child(4):last-child,
.reveal .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
    margin-right: -96px;
}

.reveal .button-group.expanded .button:first-child:nth-last-child(5),
.reveal .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
    display: inline-block;
    width: calc(20% - 16px);
    margin-right: 16px;
}

.reveal .button-group.expanded .button:first-child:nth-last-child(5):last-child,
.reveal .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
    margin-right: -96px
}

.reveal .button-group.expanded .button:first-child:nth-last-child(6),
.reveal .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
    display: inline-block;
    width: calc(16.66667% - 16px);
    margin-right: 16px;
}

.reveal .button-group.expanded .button:first-child:nth-last-child(6):last-child,
.reveal .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
    margin-right: -96px;
}

@media print,
screen and (min-width: 40em) {
    .reveal .button-group.expanded {
        margin-right: -20px;
    }
    .reveal .button-group.expanded::before,
    .reveal .button-group.expanded::after {
        display: none;
    }
    .reveal .button-group.expanded .button:first-child:last-child {
        width: 100%;
    }
    .reveal .button-group.expanded .button:first-child:nth-last-child(2),
    .reveal .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
        display: inline-block;
        width: calc(50% - 20px);
        margin-right: 20px;
    }
    .reveal .button-group.expanded .button:first-child:nth-last-child(2):last-child,
    .reveal .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -120px;
    }
    .reveal .button-group.expanded .button:first-child:nth-last-child(3),
    .reveal .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
        display: inline-block;
        width: calc(33.33333% - 20px);
        margin-right: 20px;
    }
    .reveal .button-group.expanded .button:first-child:nth-last-child(3):last-child,
    .reveal .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -120px;
    }
    .reveal .button-group.expanded .button:first-child:nth-last-child(4),
    .reveal .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
        display: inline-block;
        width: calc(25% - 20px);
        margin-right: 20px;
    }
    .reveal .button-group.expanded .button:first-child:nth-last-child(4):last-child,
    .reveal .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -120px;
    }
    .reveal .button-group.expanded .button:first-child:nth-last-child(5),
    .reveal .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
        display: inline-block;
        width: calc(20% - 20px);
        margin-right: 20px;
    }
    .reveal .button-group.expanded .button:first-child:nth-last-child(5):last-child,
    .reveal .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -120px;
    }
    .reveal .button-group.expanded .button:first-child:nth-last-child(6),
    .reveal .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
        display: inline-block;
        width: calc(16.66667% - 20px);
        margin-right: 20px;
    }
    .reveal .button-group.expanded .button:first-child:nth-last-child(6):last-child,
    .reveal .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -120px;
    }
}

.reveal .close-button {
    font-size: 400%;
    color: #00c4df;
}

.reveal .prompt {
    margin-top: 2.5em;
}

.button {
    font-weight: 700;
}

.button.simple {
    margin: 0;
}

.button.button-secondary,
.button.button-secondary:focus {
    background: #f9455c;
}

.button.button-secondary:hover,
.button.button-secondary:focus:hover {
    background: #f82c46;
}

.button.hollow-secondary,
.button.hollow-secondary:hover,
.button.hollow-secondary:focus {
    border-color: #f9455c;
    color: #fff;

}

.button:focus {
    background: #00c4df;
}

.filter-content .button,
.filter-list .button {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    text-align: left;
}

.filter-content .button:focus,
.filter-list .button:focus {
    outline: none;
}

.filter-content .button.hollow,
.filter-content .button.hollow-secondary,
.filter-list .button.hollow,
.filter-list .button.hollow-secondary {
    border-color: #9b9b9b;
    color: #4a4a4a;
    font-weight: 400;
}

.filter-content .button.selected,
.filter-list .button.selected {
    border-color: #00c4df;
    background: #00c4df;
    color: #fefefe;
}

input.error,
textarea.error {
    border-color: #ec5840;
}

label.error {
    color: #ec5840;
    margin-bottom: 1rem;
}

.search-size fieldset {
    padding: .5rem 0;
}

.search-size input {
    width: 33%;
    display: inline-block;
}

.search-size button {
    margin-bottom: 0;
}

h1,
h3 {
    font-family: "Zeppelin32-Bold", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h2 .thin,
h3 .thin,
h4 .thin,
h5 .thin {
    font-family: "Zeppelin32", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h1 {
    color: #fefefe;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.55);
}

h3 {
    color: #f9455c;
}

address,
.contact a {
    display: block;
    font-style: normal;
    margin-bottom: 0;
    line-height: 1.4;
    color: #4a4a4a;
}

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-primary {
    color: #00c4df;
}

.text-secondary {
    color: #f9455c;
}

.text-gray {
    color: #9a9b9d;
}

.text-med-gray {
    color: #cacac8;
}

.text-light-gray {
    color: #f1f1f0;
}

.text-body {
    font-family: "futura-pt", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.text-heading {
    font-family: "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.margin-end {
    margin-bottom: 2rem;
}

.row-spacer {
    margin-bottom: 3.5rem;
}

.styled-header h2 {
    line-height: 1.1;
    padding-bottom: .4rem;
    margin-bottom: 1.2rem;
    border-bottom: 1px solid #00c4df;
}

.styled-header .pre {
    display: block;
    font-family: "Zeppelin32", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.quote-text {
    font-size: 1.75rem;
    font-family: "Zeppelin32", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #00c4df;
    margin-bottom: 1rem;
    text-align: center;
}

.quote-source {
    font-family: "futura-pt", "Zeppelin32", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #00c4df;
    text-align: center;
}

footer {

}

footer .social {
    padding-top: 1.75rem;
}

footer .social>li>a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

footer .social .fa-stack {
    font-size: 1.5rem;
}

footer .social .fa {
    color: #fefefe;
}

footer .social .fa-circle {
    color: #00c4df;
}

footer hr {
    margin-top: 1.875rem;
}

footer img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

@media print,
screen and (min-width: 40em) {
    footer img {
        width: 50%;
        margin: 0;
    }
}

footer .nav-column {
    display: none;
}

@media print,
screen and (min-width: 40em) {
    footer .nav-column {
        display: block;
        width: 16.66667%;
        float: left;
        padding-right: .5rem;
        padding-left: .5rem;
        margin-top: 1rem;
    }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
    footer .nav-column {
        padding-right: .625rem;
        padding-left: .625rem;
    }
}

@media print,
screen and (min-width: 40em) {
    footer .nav-column:last-child:not(: first-child) {
        float: right;
    }
    footer .nav-column:first-child {
        margin-left: 16.66667%;
    }
}

@media print,
screen and (min-width: 64em) {
    footer .nav-column {
        margin-top: 1.2rem;
    }
}

footer h5 {
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 0;
}

footer .menu.simple>li {
    display: block;
}

footer .menu.simple>li>a {
    font-size: .875rem;
    color: #4a4a4a;
    line-height: 1.5;
}

footer address,
footer .contact a {
    font-size: .875rem;
}

footer p {
    font-size: .875rem;
    margin-top: .5rem;
}