/**
 * Theme Name:  Linx ARB
 * Theme URI:   https://linx.xtreme4x4.gr
 * Description: WordPress Theme for Xtreme4x4 Linx ARB
 * Version:     1.0.0
 * Author:      Digitalbox
 * Author URI:  http://www.digitalbox.gr
 * Tags:        one-column, custom-colors, custom-header, custom-menu, featured-images, post-formats, responsive-layout, rtl-language-support, theme-options, threaded-comments, translation-ready
 * Text Domain: starter_audemedia_framework
 */

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: hidden;
    position: relative;
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

@media print,
screen and (min-width:48.0625em) {
    .reveal,
    .reveal.tiny,
    .reveal.small,
    .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

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: .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: -.25em
}

sup {
    top: -.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 silver;
    margin: 0 2px;
    padding: .35em .625em .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&small-phone=20em&medium=48.0625em&large=64.0625em&xlarge=75em&xxlarge=90em&xxxlarge=120em&nav=47.5em&nav-big=83.75em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,
*::before,
*::after {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #000;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #fefefe;
    -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;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1
}

[data-whatinput='mouse'] button {
    outline: 0
}

pre {
    overflow: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

.is-visible {
    display: block!important
}

.is-hidden {
    display: none!important
}

.grid-container {
    max-width: 75rem;
    margin: 0 auto
}

.grid-container-padded {
    padding-left: .625rem;
    padding-right: .625rem
}

@media print,
screen and (min-width:48.0625em) {
    .grid-container-padded {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media screen and (min-width:75em) {
    .grid-container-padded {
        padding-left: 0;
        padding-right: 0
    }
}

.grid-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.cell.shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.auto {
    width: auto
}

.grid-x>.shrink {
    width: auto
}

.grid-x>small-shrink,
.grid-x>small-full,
.grid-x>small-1,
.grid-x>small-2,
.grid-x>small-3,
.grid-x>small-4,
.grid-x>small-5,
.grid-x>small-6,
.grid-x>small-7,
.grid-x>small-8,
.grid-x>small-9,
.grid-x>small-10,
.grid-x>small-11,
.grid-x>small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,
screen and (min-width:48.0625em) {
    .grid-x>medium-shrink,
    .grid-x>medium-full,
    .grid-x>medium-1,
    .grid-x>medium-2,
    .grid-x>medium-3,
    .grid-x>medium-4,
    .grid-x>medium-5,
    .grid-x>medium-6,
    .grid-x>medium-7,
    .grid-x>medium-8,
    .grid-x>medium-9,
    .grid-x>medium-10,
    .grid-x>medium-11,
    .grid-x>medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:47.5em) {
    .grid-x>nav-shrink,
    .grid-x>nav-full,
    .grid-x>nav-1,
    .grid-x>nav-2,
    .grid-x>nav-3,
    .grid-x>nav-4,
    .grid-x>nav-5,
    .grid-x>nav-6,
    .grid-x>nav-7,
    .grid-x>nav-8,
    .grid-x>nav-9,
    .grid-x>nav-10,
    .grid-x>nav-11,
    .grid-x>nav-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width:64.0625em) {
    .grid-x>large-shrink,
    .grid-x>large-full,
    .grid-x>large-1,
    .grid-x>large-2,
    .grid-x>large-3,
    .grid-x>large-4,
    .grid-x>large-5,
    .grid-x>large-6,
    .grid-x>large-7,
    .grid-x>large-8,
    .grid-x>large-9,
    .grid-x>large-10,
    .grid-x>large-11,
    .grid-x>large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x>.small-1 {
    width: 8.33333%
}

.grid-x>.small-2 {
    width: 16.66667%
}

.grid-x>.small-3 {
    width: 25%
}

.grid-x>.small-4 {
    width: 33.33333%
}

.grid-x>.small-5 {
    width: 41.66667%
}

.grid-x>.small-6 {
    width: 50%
}

.grid-x>.small-7 {
    width: 58.33333%
}

.grid-x>.small-8 {
    width: 66.66667%
}

.grid-x>.small-9 {
    width: 75%
}

.grid-x>.small-10 {
    width: 83.33333%
}

.grid-x>.small-11 {
    width: 91.66667%
}

.grid-x>.small-12 {
    width: 100%
}

@media print,
screen and (min-width:48.0625em) {
    .grid-x>.medium-auto {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        width: auto
    }
    .grid-x>.medium-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .grid-x>.medium-1 {
        width: 8.33333%
    }
    .grid-x>.medium-2 {
        width: 16.66667%
    }
    .grid-x>.medium-3 {
        width: 25%
    }
    .grid-x>.medium-4 {
        width: 33.33333%
    }
    .grid-x>.medium-5 {
        width: 41.66667%
    }
    .grid-x>.medium-6 {
        width: 50%
    }
    .grid-x>.medium-7 {
        width: 58.33333%
    }
    .grid-x>.medium-8 {
        width: 66.66667%
    }
    .grid-x>.medium-9 {
        width: 75%
    }
    .grid-x>.medium-10 {
        width: 83.33333%
    }
    .grid-x>.medium-11 {
        width: 91.66667%
    }
    .grid-x>.medium-12 {
        width: 100%
    }
}

@media screen and (min-width:47.5em) {
    .grid-x>.nav-auto {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        width: auto
    }
    .grid-x>.nav-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .grid-x>.nav-1 {
        width: 8.33333%
    }
    .grid-x>.nav-2 {
        width: 16.66667%
    }
    .grid-x>.nav-3 {
        width: 25%
    }
    .grid-x>.nav-4 {
        width: 33.33333%
    }
    .grid-x>.nav-5 {
        width: 41.66667%
    }
    .grid-x>.nav-6 {
        width: 50%
    }
    .grid-x>.nav-7 {
        width: 58.33333%
    }
    .grid-x>.nav-8 {
        width: 66.66667%
    }
    .grid-x>.nav-9 {
        width: 75%
    }
    .grid-x>.nav-10 {
        width: 83.33333%
    }
    .grid-x>.nav-11 {
        width: 91.66667%
    }
    .grid-x>.nav-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64.0625em) {
    .grid-x>.large-auto {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        width: auto
    }
    .grid-x>.large-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }
    .grid-x>.large-1 {
        width: 8.33333%
    }
    .grid-x>.large-2 {
        width: 16.66667%
    }
    .grid-x>.large-3 {
        width: 25%
    }
    .grid-x>.large-4 {
        width: 33.33333%
    }
    .grid-x>.large-5 {
        width: 41.66667%
    }
    .grid-x>.large-6 {
        width: 50%
    }
    .grid-x>.large-7 {
        width: 58.33333%
    }
    .grid-x>.large-8 {
        width: 66.66667%
    }
    .grid-x>.large-9 {
        width: 75%
    }
    .grid-x>.large-10 {
        width: 83.33333%
    }
    .grid-x>.large-11 {
        width: 91.66667%
    }
    .grid-x>.large-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print,
screen and (min-width:48.0625em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.grid-margin-x>.cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem
}

@media print,
screen and (min-width:48.0625em) {
    .grid-margin-x>.cell {
        width: calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.grid-margin-x>.auto {
    width: auto
}

.grid-margin-x>.shrink {
    width: auto
}

.grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.25rem)
}

.grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x>.small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.25rem)
}

.grid-margin-x>.small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.25rem)
}

.grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.25rem)
}

.grid-margin-x>.small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.25rem)
}

.grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.25rem)
}

.grid-margin-x>.small-12 {
    width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:48.0625em) {
    .grid-margin-x>.auto {
        width: auto
    }
    .grid-margin-x>.shrink {
        width: auto
    }
    .grid-margin-x>.small-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.small-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.small-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.small-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.small-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.small-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.small-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.small-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.small-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.small-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.small-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.small-12 {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x>.medium-auto {
        width: auto
    }
    .grid-margin-x>.medium-shrink {
        width: auto
    }
    .grid-margin-x>.medium-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.medium-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.medium-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.medium-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:47.5em) {
    .grid-margin-x>.nav-auto {
        width: auto
    }
    .grid-margin-x>.nav-shrink {
        width: auto
    }
    .grid-margin-x>.nav-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.nav-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.nav-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.nav-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.nav-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.nav-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.nav-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.nav-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.nav-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.nav-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.nav-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.nav-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64.0625em) {
    .grid-margin-x>.large-auto {
        width: auto
    }
    .grid-margin-x>.large-shrink {
        width: auto
    }
    .grid-margin-x>.large-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.large-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.large-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.large-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.large-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.large-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.large-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.large-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.large-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.large-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.large-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.large-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width:48.0625em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-padding-x>.cell {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,
screen and (min-width:48.0625em) {
    .grid-padding-x>.cell {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.small-up-1>.cell {
    width: 100%
}

.small-up-2>.cell {
    width: 50%
}

.small-up-3>.cell {
    width: 33.33333%
}

.small-up-4>.cell {
    width: 25%
}

.small-up-5>.cell {
    width: 20%
}

.small-up-6>.cell {
    width: 16.66667%
}

.small-up-7>.cell {
    width: 14.28571%
}

.small-up-8>.cell {
    width: 12.5%
}

@media print,
screen and (min-width:48.0625em) {
    .medium-up-1>.cell {
        width: 100%
    }
    .medium-up-2>.cell {
        width: 50%
    }
    .medium-up-3>.cell {
        width: 33.33333%
    }
    .medium-up-4>.cell {
        width: 25%
    }
    .medium-up-5>.cell {
        width: 20%
    }
    .medium-up-6>.cell {
        width: 16.66667%
    }
    .medium-up-7>.cell {
        width: 14.28571%
    }
    .medium-up-8>.cell {
        width: 12.5%
    }
}

@media screen and (min-width:47.5em) {
    .nav-up-1>.cell {
        width: 100%
    }
    .nav-up-2>.cell {
        width: 50%
    }
    .nav-up-3>.cell {
        width: 33.33333%
    }
    .nav-up-4>.cell {
        width: 25%
    }
    .nav-up-5>.cell {
        width: 20%
    }
    .nav-up-6>.cell {
        width: 16.66667%
    }
    .nav-up-7>.cell {
        width: 14.28571%
    }
    .nav-up-8>.cell {
        width: 12.5%
    }
}

@media print,
screen and (min-width:64.0625em) {
    .large-up-1>.cell {
        width: 100%
    }
    .large-up-2>.cell {
        width: 50%
    }
    .large-up-3>.cell {
        width: 33.33333%
    }
    .large-up-4>.cell {
        width: 25%
    }
    .large-up-5>.cell {
        width: 20%
    }
    .large-up-6>.cell {
        width: 16.66667%
    }
    .large-up-7>.cell {
        width: 14.28571%
    }
    .large-up-8>.cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.25rem)
}

@media print,
screen and (min-width:48.0625em) {
    .grid-margin-x.small-up-1>.cell {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 1.875rem)
    }
    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }
    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
    .grid-margin-x.medium-up-1>.cell {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x.medium-up-2>.cell {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x.medium-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x.medium-up-4>.cell {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x.medium-up-5>.cell {
        width: calc(20% - 1.875rem)
    }
    .grid-margin-x.medium-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }
    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media screen and (min-width:47.5em) {
    .grid-margin-x.nav-up-1>.cell {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x.nav-up-2>.cell {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x.nav-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x.nav-up-4>.cell {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x.nav-up-5>.cell {
        width: calc(20% - 1.875rem)
    }
    .grid-margin-x.nav-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x.nav-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }
    .grid-margin-x.nav-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,
screen and (min-width:64.0625em) {
    .grid-margin-x.large-up-1>.cell {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x.large-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 1.875rem)
    }
    .grid-margin-x.large-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x.large-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }
    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.small-1 {
    width: 8.33333%
}

.small-margin-collapse>.small-2 {
    width: 16.66667%
}

.small-margin-collapse>.small-3 {
    width: 25%
}

.small-margin-collapse>.small-4 {
    width: 33.33333%
}

.small-margin-collapse>.small-5 {
    width: 41.66667%
}

.small-margin-collapse>.small-6 {
    width: 50%
}

.small-margin-collapse>.small-7 {
    width: 58.33333%
}

.small-margin-collapse>.small-8 {
    width: 66.66667%
}

.small-margin-collapse>.small-9 {
    width: 75%
}

.small-margin-collapse>.small-10 {
    width: 83.33333%
}

.small-margin-collapse>.small-11 {
    width: 91.66667%
}

.small-margin-collapse>.small-12 {
    width: 100%
}

.small-margin-collapse>.medium-1 {
    width: 8.33333%
}

.small-margin-collapse>.medium-2 {
    width: 16.66667%
}

.small-margin-collapse>.medium-3 {
    width: 25%
}

.small-margin-collapse>.medium-4 {
    width: 33.33333%
}

.small-margin-collapse>.medium-5 {
    width: 41.66667%
}

.small-margin-collapse>.medium-6 {
    width: 50%
}

.small-margin-collapse>.medium-7 {
    width: 58.33333%
}

.small-margin-collapse>.medium-8 {
    width: 66.66667%
}

.small-margin-collapse>.medium-9 {
    width: 75%
}

.small-margin-collapse>.medium-10 {
    width: 83.33333%
}

.small-margin-collapse>.medium-11 {
    width: 91.66667%
}

.small-margin-collapse>.medium-12 {
    width: 100%
}

.small-margin-collapse>.nav-1 {
    width: 8.33333%
}

.small-margin-collapse>.nav-2 {
    width: 16.66667%
}

.small-margin-collapse>.nav-3 {
    width: 25%
}

.small-margin-collapse>.nav-4 {
    width: 33.33333%
}

.small-margin-collapse>.nav-5 {
    width: 41.66667%
}

.small-margin-collapse>.nav-6 {
    width: 50%
}

.small-margin-collapse>.nav-7 {
    width: 58.33333%
}

.small-margin-collapse>.nav-8 {
    width: 66.66667%
}

.small-margin-collapse>.nav-9 {
    width: 75%
}

.small-margin-collapse>.nav-10 {
    width: 83.33333%
}

.small-margin-collapse>.nav-11 {
    width: 91.66667%
}

.small-margin-collapse>.nav-12 {
    width: 100%
}

.small-margin-collapse>.large-1 {
    width: 8.33333%
}

.small-margin-collapse>.large-2 {
    width: 16.66667%
}

.small-margin-collapse>.large-3 {
    width: 25%
}

.small-margin-collapse>.large-4 {
    width: 33.33333%
}

.small-margin-collapse>.large-5 {
    width: 41.66667%
}

.small-margin-collapse>.large-6 {
    width: 50%
}

.small-margin-collapse>.large-7 {
    width: 58.33333%
}

.small-margin-collapse>.large-8 {
    width: 66.66667%
}

.small-margin-collapse>.large-9 {
    width: 75%
}

.small-margin-collapse>.large-10 {
    width: 83.33333%
}

.small-margin-collapse>.large-11 {
    width: 91.66667%
}

.small-margin-collapse>.large-12 {
    width: 100%
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
}

@media print,
screen and (min-width:48.0625em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .medium-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
    .medium-margin-collapse>.small-1 {
        width: 8.33333%
    }
    .medium-margin-collapse>.small-2 {
        width: 16.66667%
    }
    .medium-margin-collapse>.small-3 {
        width: 25%
    }
    .medium-margin-collapse>.small-4 {
        width: 33.33333%
    }
    .medium-margin-collapse>.small-5 {
        width: 41.66667%
    }
    .medium-margin-collapse>.small-6 {
        width: 50%
    }
    .medium-margin-collapse>.small-7 {
        width: 58.33333%
    }
    .medium-margin-collapse>.small-8 {
        width: 66.66667%
    }
    .medium-margin-collapse>.small-9 {
        width: 75%
    }
    .medium-margin-collapse>.small-10 {
        width: 83.33333%
    }
    .medium-margin-collapse>.small-11 {
        width: 91.66667%
    }
    .medium-margin-collapse>.small-12 {
        width: 100%
    }
    .medium-margin-collapse>.medium-1 {
        width: 8.33333%
    }
    .medium-margin-collapse>.medium-2 {
        width: 16.66667%
    }
    .medium-margin-collapse>.medium-3 {
        width: 25%
    }
    .medium-margin-collapse>.medium-4 {
        width: 33.33333%
    }
    .medium-margin-collapse>.medium-5 {
        width: 41.66667%
    }
    .medium-margin-collapse>.medium-6 {
        width: 50%
    }
    .medium-margin-collapse>.medium-7 {
        width: 58.33333%
    }
    .medium-margin-collapse>.medium-8 {
        width: 66.66667%
    }
    .medium-margin-collapse>.medium-9 {
        width: 75%
    }
    .medium-margin-collapse>.medium-10 {
        width: 83.33333%
    }
    .medium-margin-collapse>.medium-11 {
        width: 91.66667%
    }
    .medium-margin-collapse>.medium-12 {
        width: 100%
    }
    .medium-margin-collapse>.nav-1 {
        width: 8.33333%
    }
    .medium-margin-collapse>.nav-2 {
        width: 16.66667%
    }
    .medium-margin-collapse>.nav-3 {
        width: 25%
    }
    .medium-margin-collapse>.nav-4 {
        width: 33.33333%
    }
    .medium-margin-collapse>.nav-5 {
        width: 41.66667%
    }
    .medium-margin-collapse>.nav-6 {
        width: 50%
    }
    .medium-margin-collapse>.nav-7 {
        width: 58.33333%
    }
    .medium-margin-collapse>.nav-8 {
        width: 66.66667%
    }
    .medium-margin-collapse>.nav-9 {
        width: 75%
    }
    .medium-margin-collapse>.nav-10 {
        width: 83.33333%
    }
    .medium-margin-collapse>.nav-11 {
        width: 91.66667%
    }
    .medium-margin-collapse>.nav-12 {
        width: 100%
    }
    .medium-margin-collapse>.large-1 {
        width: 8.33333%
    }
    .medium-margin-collapse>.large-2 {
        width: 16.66667%
    }
    .medium-margin-collapse>.large-3 {
        width: 25%
    }
    .medium-margin-collapse>.large-4 {
        width: 33.33333%
    }
    .medium-margin-collapse>.large-5 {
        width: 41.66667%
    }
    .medium-margin-collapse>.large-6 {
        width: 50%
    }
    .medium-margin-collapse>.large-7 {
        width: 58.33333%
    }
    .medium-margin-collapse>.large-8 {
        width: 66.66667%
    }
    .medium-margin-collapse>.large-9 {
        width: 75%
    }
    .medium-margin-collapse>.large-10 {
        width: 83.33333%
    }
    .medium-margin-collapse>.large-11 {
        width: 91.66667%
    }
    .medium-margin-collapse>.large-12 {
        width: 100%
    }
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .medium-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width:47.5em) {
    .nav-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .nav-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
    .nav-margin-collapse>.small-1 {
        width: 8.33333%
    }
    .nav-margin-collapse>.small-2 {
        width: 16.66667%
    }
    .nav-margin-collapse>.small-3 {
        width: 25%
    }
    .nav-margin-collapse>.small-4 {
        width: 33.33333%
    }
    .nav-margin-collapse>.small-5 {
        width: 41.66667%
    }
    .nav-margin-collapse>.small-6 {
        width: 50%
    }
    .nav-margin-collapse>.small-7 {
        width: 58.33333%
    }
    .nav-margin-collapse>.small-8 {
        width: 66.66667%
    }
    .nav-margin-collapse>.small-9 {
        width: 75%
    }
    .nav-margin-collapse>.small-10 {
        width: 83.33333%
    }
    .nav-margin-collapse>.small-11 {
        width: 91.66667%
    }
    .nav-margin-collapse>.small-12 {
        width: 100%
    }
    .nav-margin-collapse>.medium-1 {
        width: 8.33333%
    }
    .nav-margin-collapse>.medium-2 {
        width: 16.66667%
    }
    .nav-margin-collapse>.medium-3 {
        width: 25%
    }
    .nav-margin-collapse>.medium-4 {
        width: 33.33333%
    }
    .nav-margin-collapse>.medium-5 {
        width: 41.66667%
    }
    .nav-margin-collapse>.medium-6 {
        width: 50%
    }
    .nav-margin-collapse>.medium-7 {
        width: 58.33333%
    }
    .nav-margin-collapse>.medium-8 {
        width: 66.66667%
    }
    .nav-margin-collapse>.medium-9 {
        width: 75%
    }
    .nav-margin-collapse>.medium-10 {
        width: 83.33333%
    }
    .nav-margin-collapse>.medium-11 {
        width: 91.66667%
    }
    .nav-margin-collapse>.medium-12 {
        width: 100%
    }
    .nav-margin-collapse>.nav-1 {
        width: 8.33333%
    }
    .nav-margin-collapse>.nav-2 {
        width: 16.66667%
    }
    .nav-margin-collapse>.nav-3 {
        width: 25%
    }
    .nav-margin-collapse>.nav-4 {
        width: 33.33333%
    }
    .nav-margin-collapse>.nav-5 {
        width: 41.66667%
    }
    .nav-margin-collapse>.nav-6 {
        width: 50%
    }
    .nav-margin-collapse>.nav-7 {
        width: 58.33333%
    }
    .nav-margin-collapse>.nav-8 {
        width: 66.66667%
    }
    .nav-margin-collapse>.nav-9 {
        width: 75%
    }
    .nav-margin-collapse>.nav-10 {
        width: 83.33333%
    }
    .nav-margin-collapse>.nav-11 {
        width: 91.66667%
    }
    .nav-margin-collapse>.nav-12 {
        width: 100%
    }
    .nav-margin-collapse>.large-1 {
        width: 8.33333%
    }
    .nav-margin-collapse>.large-2 {
        width: 16.66667%
    }
    .nav-margin-collapse>.large-3 {
        width: 25%
    }
    .nav-margin-collapse>.large-4 {
        width: 33.33333%
    }
    .nav-margin-collapse>.large-5 {
        width: 41.66667%
    }
    .nav-margin-collapse>.large-6 {
        width: 50%
    }
    .nav-margin-collapse>.large-7 {
        width: 58.33333%
    }
    .nav-margin-collapse>.large-8 {
        width: 66.66667%
    }
    .nav-margin-collapse>.large-9 {
        width: 75%
    }
    .nav-margin-collapse>.large-10 {
        width: 83.33333%
    }
    .nav-margin-collapse>.large-11 {
        width: 91.66667%
    }
    .nav-margin-collapse>.large-12 {
        width: 100%
    }
    .nav-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .nav-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width:64.0625em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .large-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
    .large-margin-collapse>.small-1 {
        width: 8.33333%
    }
    .large-margin-collapse>.small-2 {
        width: 16.66667%
    }
    .large-margin-collapse>.small-3 {
        width: 25%
    }
    .large-margin-collapse>.small-4 {
        width: 33.33333%
    }
    .large-margin-collapse>.small-5 {
        width: 41.66667%
    }
    .large-margin-collapse>.small-6 {
        width: 50%
    }
    .large-margin-collapse>.small-7 {
        width: 58.33333%
    }
    .large-margin-collapse>.small-8 {
        width: 66.66667%
    }
    .large-margin-collapse>.small-9 {
        width: 75%
    }
    .large-margin-collapse>.small-10 {
        width: 83.33333%
    }
    .large-margin-collapse>.small-11 {
        width: 91.66667%
    }
    .large-margin-collapse>.small-12 {
        width: 100%
    }
    .large-margin-collapse>.medium-1 {
        width: 8.33333%
    }
    .large-margin-collapse>.medium-2 {
        width: 16.66667%
    }
    .large-margin-collapse>.medium-3 {
        width: 25%
    }
    .large-margin-collapse>.medium-4 {
        width: 33.33333%
    }
    .large-margin-collapse>.medium-5 {
        width: 41.66667%
    }
    .large-margin-collapse>.medium-6 {
        width: 50%
    }
    .large-margin-collapse>.medium-7 {
        width: 58.33333%
    }
    .large-margin-collapse>.medium-8 {
        width: 66.66667%
    }
    .large-margin-collapse>.medium-9 {
        width: 75%
    }
    .large-margin-collapse>.medium-10 {
        width: 83.33333%
    }
    .large-margin-collapse>.medium-11 {
        width: 91.66667%
    }
    .large-margin-collapse>.medium-12 {
        width: 100%
    }
    .large-margin-collapse>.nav-1 {
        width: 8.33333%
    }
    .large-margin-collapse>.nav-2 {
        width: 16.66667%
    }
    .large-margin-collapse>.nav-3 {
        width: 25%
    }
    .large-margin-collapse>.nav-4 {
        width: 33.33333%
    }
    .large-margin-collapse>.nav-5 {
        width: 41.66667%
    }
    .large-margin-collapse>.nav-6 {
        width: 50%
    }
    .large-margin-collapse>.nav-7 {
        width: 58.33333%
    }
    .large-margin-collapse>.nav-8 {
        width: 66.66667%
    }
    .large-margin-collapse>.nav-9 {
        width: 75%
    }
    .large-margin-collapse>.nav-10 {
        width: 83.33333%
    }
    .large-margin-collapse>.nav-11 {
        width: 91.66667%
    }
    .large-margin-collapse>.nav-12 {
        width: 100%
    }
    .large-margin-collapse>.large-1 {
        width: 8.33333%
    }
    .large-margin-collapse>.large-2 {
        width: 16.66667%
    }
    .large-margin-collapse>.large-3 {
        width: 25%
    }
    .large-margin-collapse>.large-4 {
        width: 33.33333%
    }
    .large-margin-collapse>.large-5 {
        width: 41.66667%
    }
    .large-margin-collapse>.large-6 {
        width: 50%
    }
    .large-margin-collapse>.large-7 {
        width: 58.33333%
    }
    .large-margin-collapse>.large-8 {
        width: 66.66667%
    }
    .large-margin-collapse>.large-9 {
        width: 75%
    }
    .large-margin-collapse>.large-10 {
        width: 83.33333%
    }
    .large-margin-collapse>.large-11 {
        width: 91.66667%
    }
    .large-margin-collapse>.large-12 {
        width: 100%
    }
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .large-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0%
}

.grid-margin-x>.small-offset-0 {
    margin-left: calc(0% + .625rem)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.66667% + .625rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + .625rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.66667% + .625rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + .625rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.66667% + .625rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + .625rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.66667% + .625rem)
}

@media print,
screen and (min-width:48.0625em) {
    .medium-offset-0 {
        margin-left: 0%
    }
    .grid-margin-x>.medium-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media screen and (min-width:47.5em) {
    .nav-offset-0 {
        margin-left: 0%
    }
    .grid-margin-x>.nav-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
    .nav-offset-1 {
        margin-left: 8.33333%
    }
    .grid-margin-x>.nav-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .nav-offset-2 {
        margin-left: 16.66667%
    }
    .grid-margin-x>.nav-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .nav-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.nav-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .nav-offset-4 {
        margin-left: 33.33333%
    }
    .grid-margin-x>.nav-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .nav-offset-5 {
        margin-left: 41.66667%
    }
    .grid-margin-x>.nav-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .nav-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.nav-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .nav-offset-7 {
        margin-left: 58.33333%
    }
    .grid-margin-x>.nav-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .nav-offset-8 {
        margin-left: 66.66667%
    }
    .grid-margin-x>.nav-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .nav-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.nav-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .nav-offset-10 {
        margin-left: 83.33333%
    }
    .grid-margin-x>.nav-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .nav-offset-11 {
        margin-left: 91.66667%
    }
    .grid-margin-x>.nav-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print,
screen and (min-width:64.0625em) {
    .large-offset-0 {
        margin-left: 0%
    }
    .grid-margin-x>.large-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

.grid-y {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y>.cell {
    width: auto
}

.grid-y>.auto {
    height: auto
}

.grid-y>.shrink {
    height: auto
}

.grid-y>small-shrink,
.grid-y>small-full,
.grid-y>small-1,
.grid-y>small-2,
.grid-y>small-3,
.grid-y>small-4,
.grid-y>small-5,
.grid-y>small-6,
.grid-y>small-7,
.grid-y>small-8,
.grid-y>small-9,
.grid-y>small-10,
.grid-y>small-11,
.grid-y>small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,
screen and (min-width:48.0625em) {
    .grid-y>medium-shrink,
    .grid-y>medium-full,
    .grid-y>medium-1,
    .grid-y>medium-2,
    .grid-y>medium-3,
    .grid-y>medium-4,
    .grid-y>medium-5,
    .grid-y>medium-6,
    .grid-y>medium-7,
    .grid-y>medium-8,
    .grid-y>medium-9,
    .grid-y>medium-10,
    .grid-y>medium-11,
    .grid-y>medium-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:47.5em) {
    .grid-y>nav-shrink,
    .grid-y>nav-full,
    .grid-y>nav-1,
    .grid-y>nav-2,
    .grid-y>nav-3,
    .grid-y>nav-4,
    .grid-y>nav-5,
    .grid-y>nav-6,
    .grid-y>nav-7,
    .grid-y>nav-8,
    .grid-y>nav-9,
    .grid-y>nav-10,
    .grid-y>nav-11,
    .grid-y>nav-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width:64.0625em) {
    .grid-y>large-shrink,
    .grid-y>large-full,
    .grid-y>large-1,
    .grid-y>large-2,
    .grid-y>large-3,
    .grid-y>large-4,
    .grid-y>large-5,
    .grid-y>large-6,
    .grid-y>large-7,
    .grid-y>large-8,
    .grid-y>large-9,
    .grid-y>large-10,
    .grid-y>large-11,
    .grid-y>large-12 {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y>.small-1 {
    height: 8.33333%
}

.grid-y>.small-2 {
    height: 16.66667%
}

.grid-y>.small-3 {
    height: 25%
}

.grid-y>.small-4 {
    height: 33.33333%
}

.grid-y>.small-5 {
    height: 41.66667%
}

.grid-y>.small-6 {
    height: 50%
}

.grid-y>.small-7 {
    height: 58.33333%
}

.grid-y>.small-8 {
    height: 66.66667%
}

.grid-y>.small-9 {
    height: 75%
}

.grid-y>.small-10 {
    height: 83.33333%
}

.grid-y>.small-11 {
    height: 91.66667%
}

.grid-y>.small-12 {
    height: 100%
}

@media print,
screen and (min-width:48.0625em) {
    .grid-y>.medium-auto {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        height: auto
    }
    .grid-y>.medium-shrink {
        height: auto
    }
    .grid-y>.medium-1 {
        height: 8.33333%
    }
    .grid-y>.medium-2 {
        height: 16.66667%
    }
    .grid-y>.medium-3 {
        height: 25%
    }
    .grid-y>.medium-4 {
        height: 33.33333%
    }
    .grid-y>.medium-5 {
        height: 41.66667%
    }
    .grid-y>.medium-6 {
        height: 50%
    }
    .grid-y>.medium-7 {
        height: 58.33333%
    }
    .grid-y>.medium-8 {
        height: 66.66667%
    }
    .grid-y>.medium-9 {
        height: 75%
    }
    .grid-y>.medium-10 {
        height: 83.33333%
    }
    .grid-y>.medium-11 {
        height: 91.66667%
    }
    .grid-y>.medium-12 {
        height: 100%
    }
}

@media screen and (min-width:47.5em) {
    .grid-y>.nav-auto {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        height: auto
    }
    .grid-y>.nav-shrink {
        height: auto
    }
    .grid-y>.nav-1 {
        height: 8.33333%
    }
    .grid-y>.nav-2 {
        height: 16.66667%
    }
    .grid-y>.nav-3 {
        height: 25%
    }
    .grid-y>.nav-4 {
        height: 33.33333%
    }
    .grid-y>.nav-5 {
        height: 41.66667%
    }
    .grid-y>.nav-6 {
        height: 50%
    }
    .grid-y>.nav-7 {
        height: 58.33333%
    }
    .grid-y>.nav-8 {
        height: 66.66667%
    }
    .grid-y>.nav-9 {
        height: 75%
    }
    .grid-y>.nav-10 {
        height: 83.33333%
    }
    .grid-y>.nav-11 {
        height: 91.66667%
    }
    .grid-y>.nav-12 {
        height: 100%
    }
}

@media print,
screen and (min-width:64.0625em) {
    .grid-y>.large-auto {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        height: auto
    }
    .grid-y>.large-shrink {
        height: auto
    }
    .grid-y>.large-1 {
        height: 8.33333%
    }
    .grid-y>.large-2 {
        height: 16.66667%
    }
    .grid-y>.large-3 {
        height: 25%
    }
    .grid-y>.large-4 {
        height: 33.33333%
    }
    .grid-y>.large-5 {
        height: 41.66667%
    }
    .grid-y>.large-6 {
        height: 50%
    }
    .grid-y>.large-7 {
        height: 58.33333%
    }
    .grid-y>.large-8 {
        height: 66.66667%
    }
    .grid-y>.large-9 {
        height: 75%
    }
    .grid-y>.large-10 {
        height: 83.33333%
    }
    .grid-y>.large-11 {
        height: 91.66667%
    }
    .grid-y>.large-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width:48.0625em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-padding-y>.cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print,
screen and (min-width:48.0625em) {
    .grid-padding-y>.cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width:48.0625em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,
screen and (min-width:48.0625em) {
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:48.0625em) {
    .grid-margin-y>.auto {
        height: auto
    }
    .grid-margin-y>.shrink {
        height: auto
    }
    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }
    .grid-margin-y>.medium-auto {
        height: auto
    }
    .grid-margin-y>.medium-shrink {
        height: auto
    }
    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media screen and (min-width:47.5em) {
    .grid-margin-y>.nav-auto {
        height: auto
    }
    .grid-margin-y>.nav-shrink {
        height: auto
    }
    .grid-margin-y>.nav-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.nav-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.nav-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.nav-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.nav-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.nav-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.nav-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.nav-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.nav-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.nav-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.nav-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.nav-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64.0625em) {
    .grid-margin-y>.large-auto {
        height: auto
    }
    .grid-margin-y>.large-shrink {
        height: auto
    }
    .grid-margin-y>.large-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame {
    width: 100vw;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print,
screen and (min-width:48.0625em) {
    .medium-grid-frame {
        width: 100vw;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .cell .medium-grid-frame {
        width: 100%
    }
    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
    .medium-cell-block-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }
    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width:47.5em) {
    .nav-grid-frame {
        width: 100vw;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .cell .nav-grid-frame {
        width: 100%
    }
    .nav-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
    .nav-cell-block-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }
    .nav-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .nav-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
}

@media print,
screen and (min-width:64.0625em) {
    .large-grid-frame {
        width: 100vw;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .cell .large-grid-frame {
        width: 100%
    }
    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
    .large-cell-block-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }
    .large-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    height: 100vh;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media print,
screen and (min-width:48.0625em) {
    .grid-y.medium-grid-frame {
        width: auto;
        height: 100vh;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media screen and (min-width:47.5em) {
    .grid-y.nav-grid-frame {
        width: auto;
        height: 100vh;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

@media print,
screen and (min-width:64.0625em) {
    .grid-y.large-grid-frame {
        width: auto;
        height: 100vh;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,
screen and (min-width:48.0625em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:47.5em) {
    .cell .grid-y.nav-grid-frame {
        height: 100%
    }
}

@media print,
screen and (min-width:64.0625em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

.row {
    max-width: 75rem;
    margin-right: auto;
    margin-left: auto
}

.row::before,
.row::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-order: 1;
    order: 1
}

.row::after {
    clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width:48.0625em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media screen and (min-width:47.5em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width:64.0625em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.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: .625rem;
    padding-left: .625rem
}

.row.gutter-medium>.column,
.row.gutter-medium>.columns {
    padding-right: .9375rem;
    padding-left: .9375rem
}

.column,
.columns {
    width: 100%;
    float: left;
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,
screen and (min-width:48.0625em) {
    .column,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.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: .625rem;
    padding-left: .625rem
}

.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:48.0625em) {
    .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: .9375rem;
        padding-left: .9375rem
    }
    .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 screen and (min-width:47.5em) {
    .nav-1 {
        width: 8.33333%
    }
    .nav-push-1 {
        position: relative;
        left: 8.33333%
    }
    .nav-pull-1 {
        position: relative;
        left: -8.33333%
    }
    .nav-offset-0 {
        margin-left: 0%
    }
    .nav-2 {
        width: 16.66667%
    }
    .nav-push-2 {
        position: relative;
        left: 16.66667%
    }
    .nav-pull-2 {
        position: relative;
        left: -16.66667%
    }
    .nav-offset-1 {
        margin-left: 8.33333%
    }
    .nav-3 {
        width: 25%
    }
    .nav-push-3 {
        position: relative;
        left: 25%
    }
    .nav-pull-3 {
        position: relative;
        left: -25%
    }
    .nav-offset-2 {
        margin-left: 16.66667%
    }
    .nav-4 {
        width: 33.33333%
    }
    .nav-push-4 {
        position: relative;
        left: 33.33333%
    }
    .nav-pull-4 {
        position: relative;
        left: -33.33333%
    }
    .nav-offset-3 {
        margin-left: 25%
    }
    .nav-5 {
        width: 41.66667%
    }
    .nav-push-5 {
        position: relative;
        left: 41.66667%
    }
    .nav-pull-5 {
        position: relative;
        left: -41.66667%
    }
    .nav-offset-4 {
        margin-left: 33.33333%
    }
    .nav-6 {
        width: 50%
    }
    .nav-push-6 {
        position: relative;
        left: 50%
    }
    .nav-pull-6 {
        position: relative;
        left: -50%
    }
    .nav-offset-5 {
        margin-left: 41.66667%
    }
    .nav-7 {
        width: 58.33333%
    }
    .nav-push-7 {
        position: relative;
        left: 58.33333%
    }
    .nav-pull-7 {
        position: relative;
        left: -58.33333%
    }
    .nav-offset-6 {
        margin-left: 50%
    }
    .nav-8 {
        width: 66.66667%
    }
    .nav-push-8 {
        position: relative;
        left: 66.66667%
    }
    .nav-pull-8 {
        position: relative;
        left: -66.66667%
    }
    .nav-offset-7 {
        margin-left: 58.33333%
    }
    .nav-9 {
        width: 75%
    }
    .nav-push-9 {
        position: relative;
        left: 75%
    }
    .nav-pull-9 {
        position: relative;
        left: -75%
    }
    .nav-offset-8 {
        margin-left: 66.66667%
    }
    .nav-10 {
        width: 83.33333%
    }
    .nav-push-10 {
        position: relative;
        left: 83.33333%
    }
    .nav-pull-10 {
        position: relative;
        left: -83.33333%
    }
    .nav-offset-9 {
        margin-left: 75%
    }
    .nav-11 {
        width: 91.66667%
    }
    .nav-push-11 {
        position: relative;
        left: 91.66667%
    }
    .nav-pull-11 {
        position: relative;
        left: -91.66667%
    }
    .nav-offset-10 {
        margin-left: 83.33333%
    }
    .nav-12 {
        width: 100%
    }
    .nav-offset-11 {
        margin-left: 91.66667%
    }
    .nav-up-1>.column,
    .nav-up-1>.columns {
        float: left;
        width: 100%
    }
    .nav-up-1>.column:nth-of-type(1n),
    .nav-up-1>.columns:nth-of-type(1n) {
        clear: none
    }
    .nav-up-1>.column:nth-of-type(1n+1),
    .nav-up-1>.columns:nth-of-type(1n+1) {
        clear: both
    }
    .nav-up-1>.column:last-child,
    .nav-up-1>.columns:last-child {
        float: left
    }
    .nav-up-2>.column,
    .nav-up-2>.columns {
        float: left;
        width: 50%
    }
    .nav-up-2>.column:nth-of-type(1n),
    .nav-up-2>.columns:nth-of-type(1n) {
        clear: none
    }
    .nav-up-2>.column:nth-of-type(2n+1),
    .nav-up-2>.columns:nth-of-type(2n+1) {
        clear: both
    }
    .nav-up-2>.column:last-child,
    .nav-up-2>.columns:last-child {
        float: left
    }
    .nav-up-3>.column,
    .nav-up-3>.columns {
        float: left;
        width: 33.33333%
    }
    .nav-up-3>.column:nth-of-type(1n),
    .nav-up-3>.columns:nth-of-type(1n) {
        clear: none
    }
    .nav-up-3>.column:nth-of-type(3n+1),
    .nav-up-3>.columns:nth-of-type(3n+1) {
        clear: both
    }
    .nav-up-3>.column:last-child,
    .nav-up-3>.columns:last-child {
        float: left
    }
    .nav-up-4>.column,
    .nav-up-4>.columns {
        float: left;
        width: 25%
    }
    .nav-up-4>.column:nth-of-type(1n),
    .nav-up-4>.columns:nth-of-type(1n) {
        clear: none
    }
    .nav-up-4>.column:nth-of-type(4n+1),
    .nav-up-4>.columns:nth-of-type(4n+1) {
        clear: both
    }
    .nav-up-4>.column:last-child,
    .nav-up-4>.columns:last-child {
        float: left
    }
    .nav-up-5>.column,
    .nav-up-5>.columns {
        float: left;
        width: 20%
    }
    .nav-up-5>.column:nth-of-type(1n),
    .nav-up-5>.columns:nth-of-type(1n) {
        clear: none
    }
    .nav-up-5>.column:nth-of-type(5n+1),
    .nav-up-5>.columns:nth-of-type(5n+1) {
        clear: both
    }
    .nav-up-5>.column:last-child,
    .nav-up-5>.columns:last-child {
        float: left
    }
    .nav-up-6>.column,
    .nav-up-6>.columns {
        float: left;
        width: 16.66667%
    }
    .nav-up-6>.column:nth-of-type(1n),
    .nav-up-6>.columns:nth-of-type(1n) {
        clear: none
    }
    .nav-up-6>.column:nth-of-type(6n+1),
    .nav-up-6>.columns:nth-of-type(6n+1) {
        clear: both
    }
    .nav-up-6>.column:last-child,
    .nav-up-6>.columns:last-child {
        float: left
    }
    .nav-up-7>.column,
    .nav-up-7>.columns {
        float: left;
        width: 14.28571%
    }
    .nav-up-7>.column:nth-of-type(1n),
    .nav-up-7>.columns:nth-of-type(1n) {
        clear: none
    }
    .nav-up-7>.column:nth-of-type(7n+1),
    .nav-up-7>.columns:nth-of-type(7n+1) {
        clear: both
    }
    .nav-up-7>.column:last-child,
    .nav-up-7>.columns:last-child {
        float: left
    }
    .nav-up-8>.column,
    .nav-up-8>.columns {
        float: left;
        width: 12.5%
    }
    .nav-up-8>.column:nth-of-type(1n),
    .nav-up-8>.columns:nth-of-type(1n) {
        clear: none
    }
    .nav-up-8>.column:nth-of-type(8n+1),
    .nav-up-8>.columns:nth-of-type(8n+1) {
        clear: both
    }
    .nav-up-8>.column:last-child,
    .nav-up-8>.columns:last-child {
        float: left
    }
    .nav-collapse>.column,
    .nav-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .nav-collapse .row {
        margin-right: 0;
        margin-left: 0
    }
    .expanded.row .nav-collapse.row {
        margin-right: 0;
        margin-left: 0
    }
    .nav-uncollapse>.column,
    .nav-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
    .nav-centered {
        margin-right: auto;
        margin-left: auto
    }
    .nav-centered,
    .nav-centered:last-child:not(:first-child) {
        float: none;
        clear: both
    }
    .nav-uncentered,
    .nav-push-0,
    .nav-pull-0 {
        position: static;
        float: left;
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width:64.0625em) {
    .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: .9375rem;
        padding-left: .9375rem
    }
    .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: 1.25rem
}

.column-block>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:48.0625em) {
    .column-block {
        margin-bottom: 1.875rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
}

.align-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-right.vertical.menu>li>a {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width:48.0625em) {
    .medium-order-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .medium-order-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .medium-order-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .medium-order-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .medium-order-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .medium-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:47.5em) {
    .nav-order-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .nav-order-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .nav-order-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .nav-order-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .nav-order-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .nav-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:64.0625em) {
    .large-order-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .large-order-2 {
        -ms-flex-order: 2;
        order: 2
    }
    .large-order-3 {
        -ms-flex-order: 3;
        order: 3
    }
    .large-order-4 {
        -ms-flex-order: 4;
        order: 4
    }
    .large-order-5 {
        -ms-flex-order: 5;
        order: 5
    }
    .large-order-6 {
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:48.0625em) {
    .medium-flex-container {
        display: -ms-flexbox;
        display: flex
    }
    .medium-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .medium-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:47.5em) {
    .nav-flex-container {
        display: -ms-flexbox;
        display: flex
    }
    .nav-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .nav-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .nav-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .nav-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .nav-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .nav-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .nav-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64.0625em) {
    .large-flex-container {
        display: -ms-flexbox;
        display: flex
    }
    .large-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .large-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

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: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #cacaca
}

h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h2 {
    font-size: 1.25rem;
    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: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h5 {
    font-size: 1.0625rem;
    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:48.0625em) {
    h1 {
        font-size: 3rem
    }
    h2 {
        font-size: 2.5rem
    }
    h3 {
        font-size: 1.9375rem
    }
    h4 {
        font-size: 1.5625rem
    }
    h5 {
        font-size: 1.25rem
    }
    h6 {
        font-size: 1rem
    }
}

a {
    line-height: inherit;
    color: #fefefe;
    text-decoration: none;
    cursor: pointer
}

a:hover,
a:focus {
    color: #dadada
}

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 #cacaca;
    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: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

cite:before {
    content: "— "
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #000
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #000
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ul.no-bullet,
ol.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:48.0625em) {
    .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 screen and (min-width:47.5em) {
    .nav-text-left {
        text-align: left
    }
    .nav-text-right {
        text-align: right
    }
    .nav-text-center {
        text-align: center
    }
    .nav-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width:64.0625em) {
    .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 #8a8a8a;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .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.0625rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #343841;
    border-radius: 0;
    background-color: #000;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    font-family: inherit;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    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 #bcbebf;
    background-color: #000;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca
}

input::placeholder,
textarea::placeholder {
    color: #cacaca
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type='submit'],
[type='button'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    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: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #fefefe
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #000
}

.input-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group>:first-child {
    border-radius: 0 0 0 0
}

.input-group>:last-child>* {
    border-radius: 0 0 0 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
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #000;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    height: auto;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
    height: 2.25rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: .75rem
}

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 #cacaca
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 2.0625rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #343841;
    border-radius: 0;
    background-color: #000;
    font-family: inherit;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    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%28138, 138, 138%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/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: none;
    border: 1px solid #bcbebf;
    background-color: #000;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #f9ecea
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #cc4b37
}

.form-error.is-visible {
    display: block
}

.button,
.gform_wrapper div.uploader span.file-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 1.5em 4.2em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #000;
    color: #fefefe
}

[data-whatinput='mouse'] .button,
[data-whatinput='mouse'] .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader [data-whatinput='mouse'] span.file-btn {
    outline: 0
}

.button:hover,
.gform_wrapper div.uploader span.file-btn:hover,
.button:focus,
.gform_wrapper div.uploader span.file-btn:focus {
    background-color: #000;
    color: #fefefe
}

.button.tiny,
.gform_wrapper div.uploader span.tiny.file-btn {
    font-size: .6875rem
}

.button.small,
.gform_wrapper div.uploader span.small.file-btn {
    font-size: .75rem
}

.button.large,
.gform_wrapper div.uploader span.large.file-btn {
    font-size: 1rem
}

.button.expanded,
.gform_wrapper div.uploader span.expanded.file-btn {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.primary,
.gform_wrapper div.uploader span.primary.file-btn {
    background-color: #000;
    color: #fefefe
}

.button.primary:hover,
.gform_wrapper div.uploader span.primary.file-btn:hover,
.button.primary:focus,
.gform_wrapper div.uploader span.primary.file-btn:focus {
    background-color: #000;
    color: #fefefe
}

.button.secondary,
.gform_wrapper div.uploader span.secondary.file-btn {
    background-color: #fefefe;
    color: #000
}

.button.secondary:hover,
.gform_wrapper div.uploader span.secondary.file-btn:hover,
.button.secondary:focus,
.gform_wrapper div.uploader span.secondary.file-btn:focus {
    background-color: #cbcbcb;
    color: #000
}

.button.success,
.gform_wrapper div.uploader span.success.file-btn {
    background-color: #3adb76;
    color: #000
}

.button.success:hover,
.gform_wrapper div.uploader span.success.file-btn:hover,
.button.success:focus,
.gform_wrapper div.uploader span.success.file-btn:focus {
    background-color: #22bb5b;
    color: #000
}

.button.warning,
.gform_wrapper div.uploader span.warning.file-btn {
    background-color: #ffae00;
    color: #000
}

.button.warning:hover,
.gform_wrapper div.uploader span.warning.file-btn:hover,
.button.warning:focus,
.gform_wrapper div.uploader span.warning.file-btn:focus {
    background-color: #cc8b00;
    color: #000
}

.button.alert,
.gform_wrapper div.uploader span.alert.file-btn {
    background-color: #cc4b37;
    color: #000
}

.button.alert:hover,
.gform_wrapper div.uploader span.alert.file-btn:hover,
.button.alert:focus,
.gform_wrapper div.uploader span.alert.file-btn:focus {
    background-color: #a53b2a;
    color: #000
}

.button.disabled,
.gform_wrapper div.uploader span.disabled.file-btn,
.button[disabled],
.gform_wrapper div.uploader span[disabled].file-btn {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled,
.gform_wrapper div.uploader span.disabled.file-btn,
.button.disabled:hover,
.gform_wrapper div.uploader span.disabled.file-btn:hover,
.button.disabled:focus,
.gform_wrapper div.uploader span.disabled.file-btn:focus,
.button[disabled],
.gform_wrapper div.uploader span[disabled].file-btn,
.button[disabled]:hover,
.gform_wrapper div.uploader span[disabled].file-btn:hover,
.button[disabled]:focus,
.gform_wrapper div.uploader span[disabled].file-btn:focus {
    background-color: #000;
    color: #fefefe
}

.button.disabled.primary,
.gform_wrapper div.uploader span.disabled.primary.file-btn,
.button[disabled].primary,
.gform_wrapper div.uploader span[disabled].primary.file-btn {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.primary,
.gform_wrapper div.uploader span.disabled.primary.file-btn,
.button.disabled.primary:hover,
.gform_wrapper div.uploader span.disabled.primary.file-btn:hover,
.button.disabled.primary:focus,
.gform_wrapper div.uploader span.disabled.primary.file-btn:focus,
.button[disabled].primary,
.gform_wrapper div.uploader span[disabled].primary.file-btn,
.button[disabled].primary:hover,
.gform_wrapper div.uploader span[disabled].primary.file-btn:hover,
.button[disabled].primary:focus,
.gform_wrapper div.uploader span[disabled].primary.file-btn:focus {
    background-color: #000;
    color: #fefefe
}

.button.disabled.secondary,
.gform_wrapper div.uploader span.disabled.secondary.file-btn,
.button[disabled].secondary,
.gform_wrapper div.uploader span[disabled].secondary.file-btn {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary,
.gform_wrapper div.uploader span.disabled.secondary.file-btn,
.button.disabled.secondary:hover,
.gform_wrapper div.uploader span.disabled.secondary.file-btn:hover,
.button.disabled.secondary:focus,
.gform_wrapper div.uploader span.disabled.secondary.file-btn:focus,
.button[disabled].secondary,
.gform_wrapper div.uploader span[disabled].secondary.file-btn,
.button[disabled].secondary:hover,
.gform_wrapper div.uploader span[disabled].secondary.file-btn:hover,
.button[disabled].secondary:focus,
.gform_wrapper div.uploader span[disabled].secondary.file-btn:focus {
    background-color: #fefefe;
    color: #000
}

.button.disabled.success,
.gform_wrapper div.uploader span.disabled.success.file-btn,
.button[disabled].success,
.gform_wrapper div.uploader span[disabled].success.file-btn {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.success,
.gform_wrapper div.uploader span.disabled.success.file-btn,
.button.disabled.success:hover,
.gform_wrapper div.uploader span.disabled.success.file-btn:hover,
.button.disabled.success:focus,
.gform_wrapper div.uploader span.disabled.success.file-btn:focus,
.button[disabled].success,
.gform_wrapper div.uploader span[disabled].success.file-btn,
.button[disabled].success:hover,
.gform_wrapper div.uploader span[disabled].success.file-btn:hover,
.button[disabled].success:focus,
.gform_wrapper div.uploader span[disabled].success.file-btn:focus {
    background-color: #3adb76;
    color: #000
}

.button.disabled.warning,
.gform_wrapper div.uploader span.disabled.warning.file-btn,
.button[disabled].warning,
.gform_wrapper div.uploader span[disabled].warning.file-btn {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.warning,
.gform_wrapper div.uploader span.disabled.warning.file-btn,
.button.disabled.warning:hover,
.gform_wrapper div.uploader span.disabled.warning.file-btn:hover,
.button.disabled.warning:focus,
.gform_wrapper div.uploader span.disabled.warning.file-btn:focus,
.button[disabled].warning,
.gform_wrapper div.uploader span[disabled].warning.file-btn,
.button[disabled].warning:hover,
.gform_wrapper div.uploader span[disabled].warning.file-btn:hover,
.button[disabled].warning:focus,
.gform_wrapper div.uploader span[disabled].warning.file-btn:focus {
    background-color: #ffae00;
    color: #000
}

.button.disabled.alert,
.gform_wrapper div.uploader span.disabled.alert.file-btn,
.button[disabled].alert,
.gform_wrapper div.uploader span[disabled].alert.file-btn {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.alert,
.gform_wrapper div.uploader span.disabled.alert.file-btn,
.button.disabled.alert:hover,
.gform_wrapper div.uploader span.disabled.alert.file-btn:hover,
.button.disabled.alert:focus,
.gform_wrapper div.uploader span.disabled.alert.file-btn:focus,
.button[disabled].alert,
.gform_wrapper div.uploader span[disabled].alert.file-btn,
.button[disabled].alert:hover,
.gform_wrapper div.uploader span[disabled].alert.file-btn:hover,
.button[disabled].alert:focus,
.gform_wrapper div.uploader span[disabled].alert.file-btn:focus {
    background-color: #cc4b37;
    color: #000
}

.button.hollow,
.gform_wrapper div.uploader span.hollow.file-btn {
    border: 1px solid #000;
    color: #000
}

.button.hollow,
.gform_wrapper div.uploader span.hollow.file-btn,
.button.hollow:hover,
.gform_wrapper div.uploader span.hollow.file-btn:hover,
.button.hollow:focus,
.gform_wrapper div.uploader span.hollow.file-btn:focus {
    background-color: transparent
}

.button.hollow.disabled,
.gform_wrapper div.uploader span.hollow.disabled.file-btn,
.button.hollow.disabled:hover,
.gform_wrapper div.uploader span.hollow.disabled.file-btn:hover,
.button.hollow.disabled:focus,
.gform_wrapper div.uploader span.hollow.disabled.file-btn:focus,
.button.hollow[disabled],
.gform_wrapper div.uploader span.hollow[disabled].file-btn,
.button.hollow[disabled]:hover,
.gform_wrapper div.uploader span.hollow[disabled].file-btn:hover,
.button.hollow[disabled]:focus,
.gform_wrapper div.uploader span.hollow[disabled].file-btn:focus {
    background-color: transparent
}

.button.hollow:hover,
.gform_wrapper div.uploader span.hollow.file-btn:hover,
.button.hollow:focus,
.gform_wrapper div.uploader span.hollow.file-btn:focus {
    border-color: #000;
    color: #000
}

.button.hollow:hover.disabled,
.gform_wrapper div.uploader span.hollow.file-btn:hover.disabled,
.button.hollow:hover[disabled],
.gform_wrapper div.uploader span.hollow.file-btn:hover[disabled],
.button.hollow:focus.disabled,
.gform_wrapper div.uploader span.hollow.file-btn:focus.disabled,
.button.hollow:focus[disabled],
.gform_wrapper div.uploader span.hollow.file-btn:focus[disabled] {
    border: 1px solid #000;
    color: #000
}

.button.hollow.primary,
.gform_wrapper div.uploader span.hollow.primary.file-btn {
    border: 1px solid #000;
    color: #000
}

.button.hollow.primary:hover,
.gform_wrapper div.uploader span.hollow.primary.file-btn:hover,
.button.hollow.primary:focus,
.gform_wrapper div.uploader span.hollow.primary.file-btn:focus {
    border-color: #000;
    color: #000
}

.button.hollow.primary:hover.disabled,
.gform_wrapper div.uploader span.hollow.primary.file-btn:hover.disabled,
.button.hollow.primary:hover[disabled],
.gform_wrapper div.uploader span.hollow.primary.file-btn:hover[disabled],
.button.hollow.primary:focus.disabled,
.gform_wrapper div.uploader span.hollow.primary.file-btn:focus.disabled,
.button.hollow.primary:focus[disabled],
.gform_wrapper div.uploader span.hollow.primary.file-btn:focus[disabled] {
    border: 1px solid #000;
    color: #000
}

.button.hollow.secondary,
.gform_wrapper div.uploader span.hollow.secondary.file-btn {
    border: 1px solid #fefefe;
    color: #fefefe
}

.button.hollow.secondary:hover,
.gform_wrapper div.uploader span.hollow.secondary.file-btn:hover,
.button.hollow.secondary:focus,
.gform_wrapper div.uploader span.hollow.secondary.file-btn:focus {
    border-color: #7f7f7f;
    color: #7f7f7f
}

.button.hollow.secondary:hover.disabled,
.gform_wrapper div.uploader span.hollow.secondary.file-btn:hover.disabled,
.button.hollow.secondary:hover[disabled],
.gform_wrapper div.uploader span.hollow.secondary.file-btn:hover[disabled],
.button.hollow.secondary:focus.disabled,
.gform_wrapper div.uploader span.hollow.secondary.file-btn:focus.disabled,
.button.hollow.secondary:focus[disabled],
.gform_wrapper div.uploader span.hollow.secondary.file-btn:focus[disabled] {
    border: 1px solid #fefefe;
    color: #fefefe
}

.button.hollow.success,
.gform_wrapper div.uploader span.hollow.success.file-btn {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:hover,
.gform_wrapper div.uploader span.hollow.success.file-btn:hover,
.button.hollow.success:focus,
.gform_wrapper div.uploader span.hollow.success.file-btn:focus {
    border-color: #157539;
    color: #157539
}

.button.hollow.success:hover.disabled,
.gform_wrapper div.uploader span.hollow.success.file-btn:hover.disabled,
.button.hollow.success:hover[disabled],
.gform_wrapper div.uploader span.hollow.success.file-btn:hover[disabled],
.button.hollow.success:focus.disabled,
.gform_wrapper div.uploader span.hollow.success.file-btn:focus.disabled,
.button.hollow.success:focus[disabled],
.gform_wrapper div.uploader span.hollow.success.file-btn:focus[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.warning,
.gform_wrapper div.uploader span.hollow.warning.file-btn {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:hover,
.gform_wrapper div.uploader span.hollow.warning.file-btn:hover,
.button.hollow.warning:focus,
.gform_wrapper div.uploader span.hollow.warning.file-btn:focus {
    border-color: #805700;
    color: #805700
}

.button.hollow.warning:hover.disabled,
.gform_wrapper div.uploader span.hollow.warning.file-btn:hover.disabled,
.button.hollow.warning:hover[disabled],
.gform_wrapper div.uploader span.hollow.warning.file-btn:hover[disabled],
.button.hollow.warning:focus.disabled,
.gform_wrapper div.uploader span.hollow.warning.file-btn:focus.disabled,
.button.hollow.warning:focus[disabled],
.gform_wrapper div.uploader span.hollow.warning.file-btn:focus[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.alert,
.gform_wrapper div.uploader span.hollow.alert.file-btn {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:hover,
.gform_wrapper div.uploader span.hollow.alert.file-btn:hover,
.button.hollow.alert:focus,
.gform_wrapper div.uploader span.hollow.alert.file-btn:focus {
    border-color: #67251a;
    color: #67251a
}

.button.hollow.alert:hover.disabled,
.gform_wrapper div.uploader span.hollow.alert.file-btn:hover.disabled,
.button.hollow.alert:hover[disabled],
.gform_wrapper div.uploader span.hollow.alert.file-btn:hover[disabled],
.button.hollow.alert:focus.disabled,
.gform_wrapper div.uploader span.hollow.alert.file-btn:focus.disabled,
.button.hollow.alert:focus[disabled],
.gform_wrapper div.uploader span.hollow.alert.file-btn:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear,
.gform_wrapper div.uploader span.clear.file-btn {
    border: 1px solid #000;
    color: #000
}

.button.clear,
.gform_wrapper div.uploader span.clear.file-btn,
.button.clear:hover,
.gform_wrapper div.uploader span.clear.file-btn:hover,
.button.clear:focus,
.gform_wrapper div.uploader span.clear.file-btn:focus {
    background-color: transparent
}

.button.clear.disabled,
.gform_wrapper div.uploader span.clear.disabled.file-btn,
.button.clear.disabled:hover,
.gform_wrapper div.uploader span.clear.disabled.file-btn:hover,
.button.clear.disabled:focus,
.gform_wrapper div.uploader span.clear.disabled.file-btn:focus,
.button.clear[disabled],
.gform_wrapper div.uploader span.clear[disabled].file-btn,
.button.clear[disabled]:hover,
.gform_wrapper div.uploader span.clear[disabled].file-btn:hover,
.button.clear[disabled]:focus,
.gform_wrapper div.uploader span.clear[disabled].file-btn:focus {
    background-color: transparent
}

.button.clear:hover,
.gform_wrapper div.uploader span.clear.file-btn:hover,
.button.clear:focus,
.gform_wrapper div.uploader span.clear.file-btn:focus {
    border-color: #000;
    color: #000
}

.button.clear:hover.disabled,
.gform_wrapper div.uploader span.clear.file-btn:hover.disabled,
.button.clear:hover[disabled],
.gform_wrapper div.uploader span.clear.file-btn:hover[disabled],
.button.clear:focus.disabled,
.gform_wrapper div.uploader span.clear.file-btn:focus.disabled,
.button.clear:focus[disabled],
.gform_wrapper div.uploader span.clear.file-btn:focus[disabled] {
    border: 1px solid #000;
    color: #000
}

.button.clear,
.gform_wrapper div.uploader span.clear.file-btn,
.button.clear.disabled,
.gform_wrapper div.uploader span.clear.disabled.file-btn,
.button.clear[disabled],
.gform_wrapper div.uploader span.clear[disabled].file-btn,
.button.clear:hover,
.gform_wrapper div.uploader span.clear.file-btn:hover,
.button.clear:hover.disabled,
.gform_wrapper div.uploader span.clear.file-btn:hover.disabled,
.button.clear:hover[disabled],
.gform_wrapper div.uploader span.clear.file-btn:hover[disabled],
.button.clear:focus,
.gform_wrapper div.uploader span.clear.file-btn:focus,
.button.clear:focus.disabled,
.gform_wrapper div.uploader span.clear.file-btn:focus.disabled,
.button.clear:focus[disabled],
.gform_wrapper div.uploader span.clear.file-btn:focus[disabled] {
    border-color: transparent
}

.button.clear.primary,
.gform_wrapper div.uploader span.clear.primary.file-btn {
    border: 1px solid #000;
    color: #000
}

.button.clear.primary:hover,
.gform_wrapper div.uploader span.clear.primary.file-btn:hover,
.button.clear.primary:focus,
.gform_wrapper div.uploader span.clear.primary.file-btn:focus {
    border-color: #000;
    color: #000
}

.button.clear.primary:hover.disabled,
.gform_wrapper div.uploader span.clear.primary.file-btn:hover.disabled,
.button.clear.primary:hover[disabled],
.gform_wrapper div.uploader span.clear.primary.file-btn:hover[disabled],
.button.clear.primary:focus.disabled,
.gform_wrapper div.uploader span.clear.primary.file-btn:focus.disabled,
.button.clear.primary:focus[disabled],
.gform_wrapper div.uploader span.clear.primary.file-btn:focus[disabled] {
    border: 1px solid #000;
    color: #000
}

.button.clear.primary,
.gform_wrapper div.uploader span.clear.primary.file-btn,
.button.clear.primary.disabled,
.gform_wrapper div.uploader span.clear.primary.disabled.file-btn,
.button.clear.primary[disabled],
.gform_wrapper div.uploader span.clear.primary[disabled].file-btn,
.button.clear.primary:hover,
.gform_wrapper div.uploader span.clear.primary.file-btn:hover,
.button.clear.primary:hover.disabled,
.gform_wrapper div.uploader span.clear.primary.file-btn:hover.disabled,
.button.clear.primary:hover[disabled],
.gform_wrapper div.uploader span.clear.primary.file-btn:hover[disabled],
.button.clear.primary:focus,
.gform_wrapper div.uploader span.clear.primary.file-btn:focus,
.button.clear.primary:focus.disabled,
.gform_wrapper div.uploader span.clear.primary.file-btn:focus.disabled,
.button.clear.primary:focus[disabled],
.gform_wrapper div.uploader span.clear.primary.file-btn:focus[disabled] {
    border-color: transparent
}

.button.clear.secondary,
.gform_wrapper div.uploader span.clear.secondary.file-btn {
    border: 1px solid #fefefe;
    color: #fefefe
}

.button.clear.secondary:hover,
.gform_wrapper div.uploader span.clear.secondary.file-btn:hover,
.button.clear.secondary:focus,
.gform_wrapper div.uploader span.clear.secondary.file-btn:focus {
    border-color: #7f7f7f;
    color: #7f7f7f
}

.button.clear.secondary:hover.disabled,
.gform_wrapper div.uploader span.clear.secondary.file-btn:hover.disabled,
.button.clear.secondary:hover[disabled],
.gform_wrapper div.uploader span.clear.secondary.file-btn:hover[disabled],
.button.clear.secondary:focus.disabled,
.gform_wrapper div.uploader span.clear.secondary.file-btn:focus.disabled,
.button.clear.secondary:focus[disabled],
.gform_wrapper div.uploader span.clear.secondary.file-btn:focus[disabled] {
    border: 1px solid #fefefe;
    color: #fefefe
}

.button.clear.secondary,
.gform_wrapper div.uploader span.clear.secondary.file-btn,
.button.clear.secondary.disabled,
.gform_wrapper div.uploader span.clear.secondary.disabled.file-btn,
.button.clear.secondary[disabled],
.gform_wrapper div.uploader span.clear.secondary[disabled].file-btn,
.button.clear.secondary:hover,
.gform_wrapper div.uploader span.clear.secondary.file-btn:hover,
.button.clear.secondary:hover.disabled,
.gform_wrapper div.uploader span.clear.secondary.file-btn:hover.disabled,
.button.clear.secondary:hover[disabled],
.gform_wrapper div.uploader span.clear.secondary.file-btn:hover[disabled],
.button.clear.secondary:focus,
.gform_wrapper div.uploader span.clear.secondary.file-btn:focus,
.button.clear.secondary:focus.disabled,
.gform_wrapper div.uploader span.clear.secondary.file-btn:focus.disabled,
.button.clear.secondary:focus[disabled],
.gform_wrapper div.uploader span.clear.secondary.file-btn:focus[disabled] {
    border-color: transparent
}

.button.clear.success,
.gform_wrapper div.uploader span.clear.success.file-btn {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.clear.success:hover,
.gform_wrapper div.uploader span.clear.success.file-btn:hover,
.button.clear.success:focus,
.gform_wrapper div.uploader span.clear.success.file-btn:focus {
    border-color: #157539;
    color: #157539
}

.button.clear.success:hover.disabled,
.gform_wrapper div.uploader span.clear.success.file-btn:hover.disabled,
.button.clear.success:hover[disabled],
.gform_wrapper div.uploader span.clear.success.file-btn:hover[disabled],
.button.clear.success:focus.disabled,
.gform_wrapper div.uploader span.clear.success.file-btn:focus.disabled,
.button.clear.success:focus[disabled],
.gform_wrapper div.uploader span.clear.success.file-btn:focus[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.clear.success,
.gform_wrapper div.uploader span.clear.success.file-btn,
.button.clear.success.disabled,
.gform_wrapper div.uploader span.clear.success.disabled.file-btn,
.button.clear.success[disabled],
.gform_wrapper div.uploader span.clear.success[disabled].file-btn,
.button.clear.success:hover,
.gform_wrapper div.uploader span.clear.success.file-btn:hover,
.button.clear.success:hover.disabled,
.gform_wrapper div.uploader span.clear.success.file-btn:hover.disabled,
.button.clear.success:hover[disabled],
.gform_wrapper div.uploader span.clear.success.file-btn:hover[disabled],
.button.clear.success:focus,
.gform_wrapper div.uploader span.clear.success.file-btn:focus,
.button.clear.success:focus.disabled,
.gform_wrapper div.uploader span.clear.success.file-btn:focus.disabled,
.button.clear.success:focus[disabled],
.gform_wrapper div.uploader span.clear.success.file-btn:focus[disabled] {
    border-color: transparent
}

.button.clear.warning,
.gform_wrapper div.uploader span.clear.warning.file-btn {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.clear.warning:hover,
.gform_wrapper div.uploader span.clear.warning.file-btn:hover,
.button.clear.warning:focus,
.gform_wrapper div.uploader span.clear.warning.file-btn:focus {
    border-color: #805700;
    color: #805700
}

.button.clear.warning:hover.disabled,
.gform_wrapper div.uploader span.clear.warning.file-btn:hover.disabled,
.button.clear.warning:hover[disabled],
.gform_wrapper div.uploader span.clear.warning.file-btn:hover[disabled],
.button.clear.warning:focus.disabled,
.gform_wrapper div.uploader span.clear.warning.file-btn:focus.disabled,
.button.clear.warning:focus[disabled],
.gform_wrapper div.uploader span.clear.warning.file-btn:focus[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.clear.warning,
.gform_wrapper div.uploader span.clear.warning.file-btn,
.button.clear.warning.disabled,
.gform_wrapper div.uploader span.clear.warning.disabled.file-btn,
.button.clear.warning[disabled],
.gform_wrapper div.uploader span.clear.warning[disabled].file-btn,
.button.clear.warning:hover,
.gform_wrapper div.uploader span.clear.warning.file-btn:hover,
.button.clear.warning:hover.disabled,
.gform_wrapper div.uploader span.clear.warning.file-btn:hover.disabled,
.button.clear.warning:hover[disabled],
.gform_wrapper div.uploader span.clear.warning.file-btn:hover[disabled],
.button.clear.warning:focus,
.gform_wrapper div.uploader span.clear.warning.file-btn:focus,
.button.clear.warning:focus.disabled,
.gform_wrapper div.uploader span.clear.warning.file-btn:focus.disabled,
.button.clear.warning:focus[disabled],
.gform_wrapper div.uploader span.clear.warning.file-btn:focus[disabled] {
    border-color: transparent
}

.button.clear.alert,
.gform_wrapper div.uploader span.clear.alert.file-btn {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear.alert:hover,
.gform_wrapper div.uploader span.clear.alert.file-btn:hover,
.button.clear.alert:focus,
.gform_wrapper div.uploader span.clear.alert.file-btn:focus {
    border-color: #67251a;
    color: #67251a
}

.button.clear.alert:hover.disabled,
.gform_wrapper div.uploader span.clear.alert.file-btn:hover.disabled,
.button.clear.alert:hover[disabled],
.gform_wrapper div.uploader span.clear.alert.file-btn:hover[disabled],
.button.clear.alert:focus.disabled,
.gform_wrapper div.uploader span.clear.alert.file-btn:focus.disabled,
.button.clear.alert:focus[disabled],
.gform_wrapper div.uploader span.clear.alert.file-btn:focus[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear.alert,
.gform_wrapper div.uploader span.clear.alert.file-btn,
.button.clear.alert.disabled,
.gform_wrapper div.uploader span.clear.alert.disabled.file-btn,
.button.clear.alert[disabled],
.gform_wrapper div.uploader span.clear.alert[disabled].file-btn,
.button.clear.alert:hover,
.gform_wrapper div.uploader span.clear.alert.file-btn:hover,
.button.clear.alert:hover.disabled,
.gform_wrapper div.uploader span.clear.alert.file-btn:hover.disabled,
.button.clear.alert:hover[disabled],
.gform_wrapper div.uploader span.clear.alert.file-btn:hover[disabled],
.button.clear.alert:focus,
.gform_wrapper div.uploader span.clear.alert.file-btn:focus,
.button.clear.alert:focus.disabled,
.gform_wrapper div.uploader span.clear.alert.file-btn:focus.disabled,
.button.clear.alert:focus[disabled],
.gform_wrapper div.uploader span.clear.alert.file-btn:focus[disabled] {
    border-color: transparent
}

.button.dropdown::after,
.gform_wrapper div.uploader span.dropdown.file-btn::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: .4em;
    display: inline-block;
    float: right;
    margin-left: 4.2em
}

.button.dropdown.hollow::after,
.gform_wrapper div.uploader span.dropdown.hollow.file-btn::after {
    border-top-color: #000
}

.button.dropdown.hollow.primary::after,
.gform_wrapper div.uploader span.dropdown.hollow.primary.file-btn::after {
    border-top-color: #000
}

.button.dropdown.hollow.secondary::after,
.gform_wrapper div.uploader span.dropdown.hollow.secondary.file-btn::after {
    border-top-color: #fefefe
}

.button.dropdown.hollow.success::after,
.gform_wrapper div.uploader span.dropdown.hollow.success.file-btn::after {
    border-top-color: #3adb76
}

.button.dropdown.hollow.warning::after,
.gform_wrapper div.uploader span.dropdown.hollow.warning.file-btn::after {
    border-top-color: #ffae00
}

.button.dropdown.hollow.alert::after,
.gform_wrapper div.uploader span.dropdown.hollow.alert.file-btn::after {
    border-top-color: #cc4b37
}

.button.arrow-only::after,
.gform_wrapper div.uploader span.arrow-only.file-btn::after {
    top: -.1em;
    float: none;
    margin-left: 0
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #000;
    color: #fefefe
}

.badge.primary {
    background: #000;
    color: #fefefe
}

.badge.secondary {
    background: #fefefe;
    color: #000
}

.badge.success {
    background: #3adb76;
    color: #000
}

.badge.warning {
    background: #ffae00;
    color: #000
}

.badge.alert {
    background: #cc4b37;
    color: #000
}

.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none
}

.breadcrumbs::before,
.breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    float: left;
    font-size: .6875rem;
    color: #000;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #cacaca
}

.breadcrumbs a {
    color: #000
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

.button-group {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

.button-group::before,
.button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-order: 1;
    order: 1
}

.button-group::after {
    clear: both
}

.button-group .button,
.button-group .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group span.file-btn {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: .9rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.button-group .button:last-child,
.button-group .gform_wrapper div.uploader span.file-btn:last-child,
.gform_wrapper div.uploader .button-group span.file-btn:last-child {
    margin-right: 0
}

.button-group.tiny .button,
.button-group.tiny .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group.tiny span.file-btn {
    font-size: .6875rem
}

.button-group.small .button,
.button-group.small .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group.small span.file-btn {
    font-size: .75rem
}

.button-group.large .button,
.button-group.large .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group.large span.file-btn {
    font-size: 1rem
}

.button-group.expanded .button,
.button-group.expanded .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group.expanded span.file-btn {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.button-group.primary .button,
.button-group.primary .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group.primary span.file-btn {
    background-color: #000;
    color: #fefefe
}

.button-group.primary .button:hover,
.button-group.primary .gform_wrapper div.uploader span.file-btn:hover,
.gform_wrapper div.uploader .button-group.primary span.file-btn:hover,
.button-group.primary .button:focus,
.button-group.primary .gform_wrapper div.uploader span.file-btn:focus,
.gform_wrapper div.uploader .button-group.primary span.file-btn:focus {
    background-color: #000;
    color: #fefefe
}

.button-group.secondary .button,
.button-group.secondary .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group.secondary span.file-btn {
    background-color: #fefefe;
    color: #000
}

.button-group.secondary .button:hover,
.button-group.secondary .gform_wrapper div.uploader span.file-btn:hover,
.gform_wrapper div.uploader .button-group.secondary span.file-btn:hover,
.button-group.secondary .button:focus,
.button-group.secondary .gform_wrapper div.uploader span.file-btn:focus,
.gform_wrapper div.uploader .button-group.secondary span.file-btn:focus {
    background-color: #cbcbcb;
    color: #000
}

.button-group.success .button,
.button-group.success .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group.success span.file-btn {
    background-color: #3adb76;
    color: #000
}

.button-group.success .button:hover,
.button-group.success .gform_wrapper div.uploader span.file-btn:hover,
.gform_wrapper div.uploader .button-group.success span.file-btn:hover,
.button-group.success .button:focus,
.button-group.success .gform_wrapper div.uploader span.file-btn:focus,
.gform_wrapper div.uploader .button-group.success span.file-btn:focus {
    background-color: #22bb5b;
    color: #000
}

.button-group.warning .button,
.button-group.warning .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group.warning span.file-btn {
    background-color: #ffae00;
    color: #000
}

.button-group.warning .button:hover,
.button-group.warning .gform_wrapper div.uploader span.file-btn:hover,
.gform_wrapper div.uploader .button-group.warning span.file-btn:hover,
.button-group.warning .button:focus,
.button-group.warning .gform_wrapper div.uploader span.file-btn:focus,
.gform_wrapper div.uploader .button-group.warning span.file-btn:focus {
    background-color: #cc8b00;
    color: #000
}

.button-group.alert .button,
.button-group.alert .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group.alert span.file-btn {
    background-color: #cc4b37;
    color: #000
}

.button-group.alert .button:hover,
.button-group.alert .gform_wrapper div.uploader span.file-btn:hover,
.gform_wrapper div.uploader .button-group.alert span.file-btn:hover,
.button-group.alert .button:focus,
.button-group.alert .gform_wrapper div.uploader span.file-btn:focus,
.gform_wrapper div.uploader .button-group.alert span.file-btn:focus {
    background-color: #a53b2a;
    color: #000
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group.stacked span.file-btn,
.button-group.stacked-for-small .button,
.button-group.stacked-for-small .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group.stacked-for-small span.file-btn,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-medium .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .button-group.stacked-for-medium span.file-btn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked .gform_wrapper div.uploader span.file-btn:last-child,
.gform_wrapper div.uploader .button-group.stacked span.file-btn:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-small .gform_wrapper div.uploader span.file-btn:last-child,
.gform_wrapper div.uploader .button-group.stacked-for-small span.file-btn:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-medium .gform_wrapper div.uploader span.file-btn:last-child,
.gform_wrapper div.uploader .button-group.stacked-for-medium span.file-btn:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:48.0625em) {
    .button-group.stacked-for-small .button,
    .button-group.stacked-for-small .gform_wrapper div.uploader span.file-btn,
    .gform_wrapper div.uploader .button-group.stacked-for-small span.file-btn {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64.0625em) {
    .button-group.stacked-for-medium .button,
    .button-group.stacked-for-medium .gform_wrapper div.uploader span.file-btn,
    .gform_wrapper div.uploader .button-group.stacked-for-medium span.file-btn {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
        margin-bottom: 0
    }
}

@media screen and (max-width:19.9375em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }
    .button-group.stacked-for-small.expanded .button,
    .button-group.stacked-for-small.expanded .gform_wrapper div.uploader span.file-btn,
    .gform_wrapper div.uploader .button-group.stacked-for-small.expanded span.file-btn {
        display: block;
        margin-right: 0
    }
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 0;
    background-color: #fff;
    color: #000
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #d9d9d9;
    color: #000
}

.callout.secondary {
    background-color: #fff;
    color: #000
}

.callout.success {
    background-color: #e1faea;
    color: #000
}

.callout.warning {
    background-color: #fff3d9;
    color: #000
}

.callout.alert {
    background-color: #f7e4e1;
    color: #000
}

.callout.small {
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
}

.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #fefefe
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    background: #e6e6e6
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem
}

.card-section>:last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer
}

[data-whatinput='mouse'] .close-button {
    outline: 0
}

.close-button:hover,
.close-button:focus {
    color: #000
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput='mouse'] .menu li {
    outline: 0
}

.menu a,
.menu .button,
.menu .gform_wrapper div.uploader span.file-btn,
.gform_wrapper div.uploader .menu span.file-btn {
    line-height: 1;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    padding: .7rem 1rem
}

.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.expanded li {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.menu.simple {
    -ms-flex-align: center;
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,
screen and (min-width:48.0625em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.medium-expanded li {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }
    .menu.medium-simple li {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }
}

@media screen and (min-width:47.5em) {
    .menu.nav-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.nav-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.nav-expanded li {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }
    .menu.nav-simple li {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }
}

@media print,
screen and (min-width:64.0625em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.large-expanded li {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }
    .menu.large-simple li {
        -ms-flex: 1 1 0%;
        flex: 1 1 0%
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active>a {
    background: #000;
    color: #fefefe
}

.menu .active>a {
    background: #000;
    color: #fefefe
}

.menu.align-left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu {
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    transition: height 0.5s
}

.drilldown a {
    padding: .7rem 1rem;
    background: #fefefe
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: transform 0.15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent>a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
    left: auto;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
    right: auto;
    left: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent
}

.drilldown .js-drilldown-back>a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem;
    border-left-width: 0
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    display: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #000;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    visibility: visible;
    display: block
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.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: #fefefe transparent transparent;
    right: 5px;
    margin-top: -3px
}

.dropdown.menu a {
    padding: .7rem 1rem
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0
}

.dropdown.menu .is-active>a {
    background: transparent;
    color: #000
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0
}

.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 {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe 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 #fefefe
}

@media print,
screen and (min-width:48.0625em) {
    .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: #fefefe 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;
        top: 0
    }
    .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 {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #fefefe 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 #fefefe
    }
}

@media screen and (min-width:47.5em) {
    .dropdown.menu.nav-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.nav-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.nav-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.nav-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: #fefefe transparent transparent;
        right: 5px;
        margin-top: -3px
    }
    .dropdown.menu.nav-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.nav-vertical>li.opens-left>.is-dropdown-submenu {
        right: 100%;
        left: auto;
        top: 0
    }
    .dropdown.menu.nav-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.nav-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.nav-vertical>li.opens-left>a::after {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #fefefe transparent transparent
    }
    .dropdown.menu.nav-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 #fefefe
    }
}

@media print,
screen and (min-width:64.0625em) {
    .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: #fefefe 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;
        top: 0
    }
    .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 {
        right: auto;
        left: 5px;
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #fefefe 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 #fefefe
    }
}

.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: 1px solid #cacaca;
    background: #fefefe
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe 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 #fefefe
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.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: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #000;
    color: #fefefe
}

.label.primary {
    background: #000;
    color: #fefefe
}

.label.secondary {
    background: #fefefe;
    color: #000
}

.label.success {
    background: #3adb76;
    color: #000
}

.label.warning {
    background: #ffae00;
    color: #000
}

.label.alert {
    background: #cc4b37;
    color: #000
}

.media-object {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.media-object img {
    max-width: none
}

@media screen and (max-width:19.9375em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (max-width:19.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.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.main-section {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(0, 0, 0, .45);
    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: 12;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fefefe
}

[data-whatinput='mouse'] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.off-canvas.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fefefe
}

[data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.off-canvas-absolute.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    width: 400px;
    height: 100%;
    -ms-transform: translateX(-400px);
    transform: translateX(-400px);
    overflow-y: auto
}

.off-canvas-content .off-canvas.position-left {
    -ms-transform: translateX(-400px);
    transform: translateX(-400px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -ms-transform: translateX(400px);
    transform: translateX(400px)
}

.position-left.is-transition-push {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .7)
}

.position-right {
    top: 0;
    right: 0;
    width: 400px;
    height: 100%;
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    overflow-y: auto
}

.off-canvas-content .off-canvas.position-right {
    -ms-transform: translateX(400px);
    transform: translateX(400px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -ms-transform: translateX(-400px);
    transform: translateX(-400px)
}

.position-right.is-transition-push {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .7)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -ms-transform: translateY(-250px);
    transform: translateY(-250px);
    overflow-x: auto
}

.off-canvas-content .off-canvas.position-top {
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .7)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    -ms-transform: translateY(250px);
    transform: translateY(250px);
    overflow-x: auto
}

.off-canvas-content .off-canvas.position-bottom {
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, .7)
}

.off-canvas-content {
    -ms-transform: none;
    transform: none;
    transition: transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-push {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media print,
screen and (min-width:48.0625em) {
    .position-left.reveal-for-medium {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-medium {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 400px
    }
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 400px
    }
    .position-right.reveal-for-medium {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-medium {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 400px
    }
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 400px
    }
    .position-top.reveal-for-medium {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-medium {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 400px
    }
    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 400px
    }
    .position-bottom.reveal-for-medium {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-medium {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 400px
    }
    .position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 400px
    }
}

@media screen and (min-width:47.5em) {
    .position-left.reveal-for-nav {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-nav .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-nav {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 400px
    }
    .position-left.reveal-for-nav~.off-canvas-content {
        margin-left: 400px
    }
    .position-right.reveal-for-nav {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-nav .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-nav {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 400px
    }
    .position-right.reveal-for-nav~.off-canvas-content {
        margin-right: 400px
    }
    .position-top.reveal-for-nav {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-nav .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-nav {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 400px
    }
    .position-top.reveal-for-nav~.off-canvas-content {
        margin-top: 400px
    }
    .position-bottom.reveal-for-nav {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-nav .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-nav {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 400px
    }
    .position-bottom.reveal-for-nav~.off-canvas-content {
        margin-bottom: 400px
    }
}

@media print,
screen and (min-width:64.0625em) {
    .position-left.reveal-for-large {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-large {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 400px
    }
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 400px
    }
    .position-right.reveal-for-large {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-large {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 400px
    }
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 400px
    }
    .position-top.reveal-for-large {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-large {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 400px
    }
    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 400px
    }
    .position-bottom.reveal-for-large {
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-large {
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 400px
    }
    .position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 400px
    }
}

@media print,
screen and (min-width:48.0625em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit
    }
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top,
    .off-canvas.in-canvas-for-medium.position-bottom {
        box-shadow: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media screen and (min-width:47.5em) {
    .off-canvas.in-canvas-for-nav {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit
    }
    .off-canvas.in-canvas-for-nav.position-left,
    .off-canvas.in-canvas-for-nav.position-right,
    .off-canvas.in-canvas-for-nav.position-top,
    .off-canvas.in-canvas-for-nav.position-bottom {
        box-shadow: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas.in-canvas-for-nav .close-button {
        display: none
    }
}

@media print,
screen and (min-width:64.0625em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        transition: inherit
    }
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top,
    .off-canvas.in-canvas-for-large.position-bottom {
        box-shadow: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::before,
.pagination::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-order: 1;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    border-radius: 0;
    font-size: .875rem;
    display: none
}

.pagination li:last-child,
.pagination li:first-child {
    display: inline-block
}

@media print,
screen and (min-width:48.0625em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
    color: #000
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #000;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: transparent
}

.pagination .ellipsis::after {
    padding: .1875rem .625rem;
    content: '\2026';
    color: #000
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: .5rem;
    content: '\00ab'
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: .5rem;
    content: '\00bb'
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca
}

.progress.primary .progress-meter {
    background-color: #000
}

.progress.secondary .progress-meter {
    background-color: #fefefe
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress.alert .progress-meter {
    background-color: #cc4b37
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #000
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #000;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[data-whatinput='mouse'] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #000
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(0, 0, 0, .45);
    overflow-y: scroll
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    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:48.0625em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column,
.reveal .columns {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:48.0625em) {
    .reveal {
        width: 600px;
        max-width: 75rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width:48.0625em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem
    }
}

@media print,
screen and (min-width:48.0625em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem
    }
}

@media print,
screen and (min-width:48.0625em) {
    .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:19.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
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .875rem;
    font-weight: 700;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    transition: all 0.25s ease-out;
    content: ''
}

input:checked~.switch-paddle {
    background: #000
}

input:checked~.switch-paddle::after {
    left: 2.25rem
}

[data-whatinput='mouse'] input:focus~.switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked~.switch-paddle::after {
    left: 1.75rem
}

.switch.small {
    height: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked~.switch-paddle::after {
    left: 2rem
}

.switch.large {
    height: 2.5rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.switch.large input:checked~.switch-paddle::after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f8f8f8;
    color: #fefefe
}

tfoot {
    background: #f1f1f1;
    color: #fefefe
}

thead tr,
tfoot tr {
    background: transparent
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody th,
tbody td {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody {
    background-color: #fefefe
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe
}

@media screen and (max-width:64em) {
    table.stack thead {
        display: none
    }
    table.stack tfoot {
        display: none
    }
    table.stack tr,
    table.stack th,
    table.stack td {
        display: block
    }
    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.table-scroll table {
    width: auto
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fefefe;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 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, 0, 0, .5)
}

a.thumbnail image {
    box-shadow: none
}

.title-bar {
    padding: .5rem;
    background: #000;
    color: #fefefe;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: 700;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 0;
    background-color: #000;
    font-size: 80%;
    color: #fefefe
}

.tooltip::before {
    position: absolute
}

.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000;
    bottom: 100%
}

.tooltip.bottom.align-center::before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center::before {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
    left: 100%
}

.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    right: 100%;
    left: auto
}

.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.align-top::before {
    bottom: auto;
    top: 10%
}

.tooltip.align-bottom::before {
    bottom: 10%;
    top: auto
}

.tooltip.align-left::before {
    left: 10%;
    right: auto
}

.tooltip.align-right::before {
    left: auto;
    right: 10%
}

.top-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: #e6e6e6
}

.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 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width:48.0625em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
    }
    .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media screen and (max-width:64em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:83.6875em) {
    .top-bar.stacked-for-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-nav .top-bar-left,
    .top-bar.stacked-for-nav .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:74.9375em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: .5rem 1rem .5rem 0
}

.top-bar-left,
.top-bar-right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.hide {
    display: none!important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width:19.9375em) {
    .hide-for-small-only {
        display: none!important
    }
}

@media screen and (max-width:0em),
screen and (min-width:20em) {
    .show-for-small-only {
        display: none!important
    }
}

@media print,
screen and (min-width:48.0625em) {
    .hide-for-medium {
        display: none!important
    }
}

@media screen and (max-width:48em) {
    .show-for-medium {
        display: none!important
    }
}

@media screen and (min-width:48.0625em) and (max-width:64em) {
    .hide-for-medium-only {
        display: none!important
    }
}

@media screen and (max-width:48em),
screen and (min-width:64.0625em) {
    .show-for-medium-only {
        display: none!important
    }
}

@media screen and (min-width:47.5em) {
    .hide-for-nav {
        display: none!important
    }
}

@media screen and (max-width:47.4375em) {
    .show-for-nav {
        display: none!important
    }
}

@media screen and (min-width:47.5em) and (max-width:83.6875em) {
    .hide-for-nav-only {
        display: none!important
    }
}

@media screen and (max-width:47.4375em),
screen and (min-width:83.75em) {
    .show-for-nav-only {
        display: none!important
    }
}

@media print,
screen and (min-width:64.0625em) {
    .hide-for-large {
        display: none!important
    }
}

@media screen and (max-width:64em) {
    .show-for-large {
        display: none!important
    }
}

@media screen and (min-width:64.0625em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display: none!important
    }
}

@media screen and (max-width:64em),
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;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static!important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.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
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::before,
.clearfix::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-order: 1;
    order: 1
}

.clearfix::after {
    clear: both
}

@font-face {
    font-family: 'arb';
    src: url(../../../../../../../../../themes/linx/assets/fonts/arb.eot);
    src: url("../../../../../../../../../themes/linx/assets/fonts/arbd41d.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/linx/assets/fonts/arb.woff) format("woff"), url(../../../../../../../../../themes/linx/assets/fonts/arb.ttf) format("truetype"), url("../../../../../../../../../themes/linx/assets/fonts/arb.svg#arb") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'arb-linx';
    src: url(../../../../../../../../../themes/linx/assets/fonts/arb-linx.eot);
    src: url("../../../../../../../../../themes/linx/assets/fonts/arb-linxd41d.eot?#iefix") format("embedded-opentype"), url(../../../../../../../../../themes/linx/assets/fonts/arb-linx.woff) format("woff"), url(../../../../../../../../../themes/linx/assets/fonts/arb-linx.ttf) format("truetype"), url("../../../../../../../../../themes/linx/assets/fonts/arb-linx.svg#arb-linx") format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'MaisonNeueWEB-Book';
    src: url(../../../../../../../../../themes/linx/assets/fonts/MaisonNeueWEB-Book.woff) format("woff"), url(../../../../../../../../../themes/linx/assets/fonts/MaisonNeueWEB-Book.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'MaisonNeueWEB-Medium';
    src: url(../../../../../../../../../themes/linx/assets/fonts/MaisonNeueWEB-Medium.woff) format("woff"), url(../../../../../../../../../themes/linx/assets/fonts/MaisonNeueWEB-Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'MaisonNeueWEB-Demi';
    src: url(../../../../../../../../../themes/linx/assets/fonts/MaisonNeueWEB-Demi.woff) format("woff"), url(../../../../../../../../../themes/linx/assets/fonts/MaisonNeueWEB-Demi.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'MaisonNeueWEB-Bold';
    src: url(../../../../../../../../../themes/linx/assets/fonts/MaisonNeueWEB-Bold.woff) format("woff"), url(../../../../../../../../../themes/linx/assets/fonts/MaisonNeueWEB-Bold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Replica-Pro-Bold';
    src: url(../../../../../../../../../themes/linx/assets/fonts/lineto-replica-pro-bold.woff) format("woff"), url(../../../../../../../../../themes/linx/assets/fonts/lineto-replica-pro-bold.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: transform, opacity;
    transform-style: preserve-3d
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>div {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-infobar__body,
.fancybox-button {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
    opacity: .3
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor
}

.fancybox-button--left::after {
    left: 20px;
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right::after {
    right: 20px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close::before,
.fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close::before {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close::after {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}

.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@keyframes fancybox-rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }
    .fancybox-button--left,
    .fancybox-button--right {
        display: none!important
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none
}

.fancybox-button--play::before,
.fancybox-button--pause::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px
}

.fancybox-thumbs {
    display: none
}

.fancybox-button--thumbs {
    display: none
}

@media all and (min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }
    .fancybox-button--thumbs span {
        font-size: 23px
    }
    .fancybox-button--thumbs::before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }
    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995
    }
    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }
    .fancybox-thumbs>ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }
    .fancybox-thumbs>ul>li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box
    }
    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, .1)
    }
    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .fancybox-thumbs>ul>li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all 0.2s cubic-bezier(.25, .46, .45, .94)
    }
    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1
    }
}

html {
    -webkit-text-size-adjust: 100%
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    ;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    color: #fefefe;
    background-color: #000;
    letter-spacing: 0
}

.wrapper {
    height: 100%
}

 ::-moz-selection {
    background: transparent
}

 ::selection {
    background: transparent
}

 ::-moz-selection {
    background: transparent
}

p {
    font-size: .75rem;
    line-height: 1.8;
    margin-bottom: 1.375rem
}

p+p {
    margin-top: -.375rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    letter-spacing: .15em;
    line-height: 1.3;
    margin-top: 0;
    color: #fefefe;
    text-transform: uppercase
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
    font-weight: inherit
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #fefefe
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #fefefe
}

.heading {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: .25em
}

.heading-primary {
    font-family: "MaisonNeueWEB-Demi", sans-serif;
    text-transform: uppercase;
    letter-spacing: .25em
}

.heading-secondary {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: .25em
}

h1 {
    font-size: 2rem;
    margin-bottom: 2.625rem
}

h2 {
    font-size: 1.75rem;
    margin-bottom: 1.375rem
}

h3 {
    font-size: .9375rem;
    margin-bottom: 1.375rem
}

h4 {
    font-size: .875rem;
    margin-bottom: 1.375rem
}

h5 {
    font-size: .75rem;
    margin-bottom: 1.375rem
}

h6 {
    font-size: .625rem;
    margin-bottom: 1.375rem
}

blockquote {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0 0 1.5rem 0
}

.content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.chosen-results):not(.nav-footer):not(.selector-nav-list):not(.info-icons-panel):not(.store-legend-items):not(.share-icons):not(.page-numbers):not(.month-selector):not(.slick-dots):not(.store-images):not(.tabs):not(.tabs-interior) {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
    font-size: .8125rem
}

.content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.chosen-results):not(.nav-footer):not(.selector-nav-list):not(.info-icons-panel):not(.store-legend-items):not(.share-icons):not(.page-numbers):not(.month-selector):not(.slick-dots):not(.store-images):not(.tabs):not(.tabs-interior) li {
    position: relative;
    padding-left: 1.25rem;
    margin-bottom: 1.125rem;
    margin-left: 0;
    font-size: inherit;
    text-align: left
}

.content ul:not(.gform_fields):not(.gfield_checkbox):not(.gfield_radio):not(.chosen-results):not(.nav-footer):not(.selector-nav-list):not(.info-icons-panel):not(.store-legend-items):not(.share-icons):not(.page-numbers):not(.month-selector):not(.slick-dots):not(.store-images):not(.tabs):not(.tabs-interior) li:before {
    content: "";
    background-color: #fefefe;
    width: .25rem;
    height: .25rem;
    display: block;
    font-size: 1rem;
    left: .0625rem;
    position: absolute;
    top: .5rem;
    border-radius: .25rem
}

input[type='text'],
input[type='email'],
input[type='number'],
select {
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    padding-left: 0;
    height: 3.125rem;
    letter-spacing: .15em;
    font-size: .75rem;
    color: #fefefe
}

input[type='text']:focus,
input[type='email']:focus,
input[type='number']:focus,
select:focus {
    border-top: inherit;
    border-left: inherit;
    border-right: inherit;
    box-shadow: none
}

input[type='text']:disabled,
input[type='email']:disabled,
input[type='number']:disabled,
select:disabled {
    background-color: #fefefe;
    color: #a8a8a8;
    border-color: #bcbebf
}

select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    text-transform: uppercase;
    background: url(../../../../../../../../../themes/linx/assets/img/select-arrow-white.png) transparent right 50% no-repeat;
    background: none, url(../../../../../../../../../themes/linx/assets/img/select-arrow-white.svg) transparent right 50% no-repeat;
    background-size: 12px 8px
}

select::-ms-expand {
    display: none
}

.button,
.gform_wrapper div.uploader span.file-btn {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-family: "MaisonNeueWEB-Demi", sans-serif;
    border: .0625rem solid #fefefe;
    transition: background 400ms ease-in-out, color 400ms ease-in-out
}

.button:hover,
.gform_wrapper div.uploader span.file-btn:hover,
.button:focus,
.gform_wrapper div.uploader span.file-btn:focus {
    background-color: #fefefe;
    color: #000
}

.button.tiny,
.gform_wrapper div.uploader span.tiny.file-btn {
    font-family: "MaisonNeueWEB-Demi", sans-serif
}

.button.secondary,
.gform_wrapper div.uploader span.secondary.file-btn {
    background-color: transparent;
    border: .0625rem solid #343841;
    color: #393d47
}

.button.secondary:hover,
.gform_wrapper div.uploader span.secondary.file-btn:hover,
.button.secondary:focus,
.gform_wrapper div.uploader span.secondary.file-btn:focus {
    background-color: #343841;
    color: #fefefe
}

.logo {
    width: inherit;
    height: inherit;
    display: inline-block
}

.interior .logo {
    width: inherit;
    height: inherit
}

.logo-panel {
    display: block;
    width: 7.75rem;
    height: 2rem;
    position: relative;
    outline: none;
    margin-left: 1.25rem
}

.logo-panel .text {
    transition: all 400ms ease-in-out;
    fill: #fefefe
}

.logo-panel object,
.intro-logo-panel object {
    pointer-events: none
}

.header {
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    background-color: #000;
    border-bottom: .0625rem solid #0d0d0d;
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

.nav-primary {
    font-family: 'Roboto', sans-serif;
    letter-spacing: .08em;
    margin-top: .9375rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: none
}

@media screen and (min-width:48.0625em) {
    .nav-primary {
        padding: 0;
        margin-top: 0;
        display: block
    }
}

.nav-primary ul {
    margin-bottom: 0;
    margin-top: -.0625rem
}

.nav-primary ul li {
    display: block;
    font-size: .6875rem;
    text-transform: uppercase;
    margin-left: 2%;
    margin-right: 2%;
    padding-top: .9375rem
}

.nav-primary ul li:last-child {
    background: #c00;
    padding: 3px 5px;
    border-radius: 4px;
}

@media screen and (min-width:48.0625em) {
    .nav-primary ul li {
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding-top: 0
    }
}

.nav-primary ul li a {
    position: relative
}

.nav-primary ul li a:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: .0625rem;
    background-color: #fefefe;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.3125rem;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 300ms ease-in-out;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.nav-primary ul li:last-child a:after {
    background-color: transparent;
}

.nav-primary ul li a:hover:after {
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: scale(1);
    transform: scale(1)
}

.nav-primary ul li.current-menu-item a {
    position: relative
}

.nav-primary ul li.current-menu-item a:after,
.nav-primary ul li.current-page-ancestor a:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: .0625rem;
    background-color: #ED1C24;
    position: absolute;
    bottom: -.375rem;
    -ms-transform: scale(1);
    transform: scale(1)
}

.nav-right {
    list-style: none;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .08em;
    margin-right: 1.25rem;
    float: right
}

.nav-right li {
    font-size: .6875rem;
    text-transform: uppercase;
    float: left
}

@media screen and (max-width:48em) {
    .nav-right li {
        margin-left: 1.25rem
    }
}

.nav-right .user-manual {
    position: relative;
    padding-right: 0;
    text-indent: -625rem;
    overflow: hidden;
    display: block;
    width: 1.25rem;
    height: 1.375rem;
    line-height: 1.375rem
}

@media screen and (min-width:48.0625em) {
    .nav-right .user-manual {
        text-indent: 0;
        padding-right: 2rem;
        width: auto
    }
}

.nav-right .user-manual:after {
    display: block;
    font-family: FontAwesome;
    content: "";
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    width: 1.25rem;
    height: 1.375rem;
    font-size: 1.625rem;
    line-height: 1.375rem;
    color: #fefefe;
    text-indent: 0;
    float: right
}

.menu-btn {
    width: 1.375rem;
    height: 1.375rem;
    position: relative
}

@media screen and (min-width:48.0625em) {
    .menu-btn {
        display: none
    }
}

.menu-btn .menu-icon {
    width: 1.375rem;
    height: 1.375rem;
    cursor: pointer
}

.menu-btn span {
    display: block;
    position: absolute;
    top: .625rem;
    left: 0;
    right: 0;
    height: .125rem;
    background: #fefefe;
    transition: background 0s 0.3s
}

.menu-btn span:before,
.menu-btn span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: .125rem;
    background-color: #fefefe;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s
}

.menu-btn span:before {
    top: -.4375rem;
    transition-property: top, transform
}

.menu-btn span:after {
    bottom: -.4375rem;
    transition-property: bottom, transform
}

.menu-btn.active span {
    background: none
}

.header.is-stuck .menu-btn.active span,
.nav-panel .menu-btn.active span,
.interior .menu-btn.active span {
    background: none
}

.menu-btn.active span:before,
.menu-btn.active span:after {
    transition-delay: 0s, 0.3s
}

.menu-btn.active span:before {
    top: 0;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.menu-btn.active span:after {
    bottom: 0;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.footer-outer {
    border-top: .0625rem solid #1d2025;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 2.375rem
}

@media screen and (min-width:48.0625em) {
    .footer-outer {
        padding-top: 0
    }
}

.home .footer-outer {
    border-top: none
}

.footer {
    text-align: center;
    background-color: #000;
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem
}

.footer .footer-links ul {
    list-style: none;
    margin: 0
}

.footer .footer-links ul li {
    font-size: .6875rem;
    margin-bottom: 3rem
}

@media screen and (min-width:48.0625em) {
    .footer .footer-links ul li {
        float: left;
        margin-right: 2.8125rem;
        margin-bottom: 0
    }
}

.footer .footer-links ul li:last-child {
    margin-right: 0
}

.footer .social-icons {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0
}

.footer .social-icons li {
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media screen and (min-width:48.0625em) {
    .footer .social-icons li {
        padding-left: 1.875rem
    }
    .footer .social-icons li:first-child {
        padding-left: 0
    }
}

.social-icons {
    display: inline-block;
    list-style: none;
    margin-left: 0
}

.social-icons li a {
    display: inline-block;
    overflow: hidden;
    text-indent: -624.9375rem;
    width: 2rem;
    height: 2rem;
    vertical-align: middle
}

.social-icons li a:before {
    display: inline-block;
    float: left;
    text-indent: 0;
    font-family: FontAwesome;
    content: "";
    font-weight: 400;
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.social-icons li.facebook-large a:before {
    content: ""
}

.social-icons li.twitter-large a:before {
    content: ""
}

.social-icons li.youtube-large a:before {
    content: ""
}

.social-icons li.instagram-large a:before {
    content: ""
}

.section {
    text-align: center;
    position: relative
}

.nav-secondary-mobile {
    opacity: 0;
    height: 0;
    transition: all 250ms ease-in-out
}

.nav-secondary-mobile.open {
    margin-top: .9375rem;
    opacity: 1
}

.nav-secondary-mobile.cell {
    padding: 0 0
}

.nav-secondary-mobile .nav-txt-display {
    font-size: .6875rem;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: .25em;
    text-align: center;
    background-color: #000;
    padding: 1.25rem 1.875rem;
    cursor: pointer;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525
}

.nav-secondary-mobile .nav-txt-display:after {
    font-family: FontAwesome;
    content: "";
    display: inline-block;
    font-weight: 400;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    transition: transform 300ms ease-in-out
}

.nav-secondary-mobile .nav-txt-display.closed:after {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-secondary {
    position: relative;
    z-index: 100;
    transition: transform 500ms ease-out;
    background-color: rgba(0, 0, 0, .9);
    list-style: none;
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    opacity: 0
}

.nav-secondary-mobile .nav-secondary {
    border-bottom: 1px solid #252525
}

.nav-secondary-mobile .nav-secondary li:first-child {
    padding-top: .625rem
}

.nav-secondary-mobile .nav-secondary li:last-child {
    padding-bottom: .625rem
}

@media screen and (min-width:48.0625em) {
    .nav-secondary {
        opacity: 1;
        position: fixed;
        width: auto;
        right: 1.25rem;
        top: 50%;
        margin-top: 0;
        -ms-transform: translateY(-50%) translateX(130%);
        transform: translateY(-50%) translateX(130%);
        background-color: transparent
    }
}

@media screen and (min-width:48.0625em) {
    .nav-secondary.open {
        -ms-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0)
    }
}

.nav-secondary li {
    font-size: .625rem;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .15em;
    text-align: center;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem
}

@media screen and (min-width:48.0625em) {
    .nav-secondary li {
        text-align: right;
        margin-top: 2.5rem
    }
}

@media screen and (min-width:48.0625em) {
    .nav-secondary li:first-child {
        margin-top: 0
    }
}

.nav-secondary li a {
    padding: .625rem 0;
    margin: 0 1.875rem
}

@media screen and (min-width:48.0625em) {
    .nav-secondary li a {
        padding: 0;
        margin: 0
    }
}

@media screen and (min-width:48.0625em) {
    .nav-secondary li a:after {
        content: '';
        display: inline-block;
        width: 1.875rem;
        height: .0625rem;
        background-color: #fefefe;
        vertical-align: middle;
        margin-left: .625rem;
        opacity: .5;
        transition: all 300ms ease-in-out
    }
}

@media screen and (min-width:48.0625em) {
    .nav-secondary li a .nav-txt {
        opacity: 0;
        transition: all 650ms ease-in-out;
        padding-right: .625rem
    }
}

.nav-secondary li a .nav-number {
    display: none
}

@media screen and (min-width:48.0625em) {
    .nav-secondary li a .nav-number {
        display: inline
    }
}

.nav-secondary li a:hover .nav-txt {
    opacity: 1
}

.nav-secondary li.active a {
    position: relative
}

.nav-secondary li.active a:after {
    opacity: 1
}

@media screen and (max-width:48em) {
    .nav-secondary li.active a:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: .0625rem;
        background-color: #ED1C24;
        position: absolute;
        bottom: .25rem;
        left: 0
    }
}

@media screen and (min-width:48.0625em) {
    .nav-secondary li.active a:after {
        background-color: #ED1C24;
        width: 4.375rem
    }
}

.content-inner {
    position: relative;
    left: 0;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%
}

@media screen and (min-width:48.0625em) {
    .content-inner {
        position: absolute;
        margin-left: 20%;
        margin-right: 20%;
        width: 60%
    }
}

.content-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 75rem;
    margin: 0 auto;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    height: auto
}

@media screen and (min-width:48.0625em) {
    .content-container {
        padding-top: 0;
        padding-bottom: 0;
        height: 100vh
    }
}

.content-container.two {
    display: none
}

.top-content,
.middle-content,
.bottom-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.top-content {
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.top-content .content-inner {
    bottom: auto;
    padding-bottom: 1.25rem
}

@media screen and (min-width:48.0625em) {
    .top-content .content-inner {
        bottom: 10%;
        padding-bottom: 0
    }
}

.middle-content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: auto;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.bottom-content {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.bottom-content .content-inner {
    top: auto;
    padding-top: 1.25rem
}

@media screen and (min-width:48.0625em) {
    .bottom-content .content-inner {
        top: 10%;
        padding-top: 0
    }
}

.bottom-content .content-inner ul {
    font-size: .75rem;
    text-align: left;
    list-style: none;
    margin: 0
}

.bottom-content .content-inner ul li {
    margin-bottom: .625rem;
    padding-left: 1rem;
    position: relative;
    font-size: 12px;
    font-size: 2vw
}

@media (max-width:600px) {
    .bottom-content .content-inner ul li {
        font-size: 12px
    }
}

@media (min-width:600px) {
    .bottom-content .content-inner ul li {
        font-size: 12px
    }
}

@media screen and (min-width:48.0625em) {
    .bottom-content .content-inner ul li {
        margin-bottom: 1.125rem
    }
}

.bottom-content .content-inner ul li:before {
    content: '';
    display: inline-block;
    width: .1875rem;
    height: .1875rem;
    background-color: #fefefe;
    border-radius: .625rem;
    position: absolute;
    left: 0;
    top: .375rem
}

@media screen and (min-width:48.0625em) {
    .bottom-content .content-inner ul li:before {
        top: .5rem
    }
}

.bottom-content .content-inner p {
    font-size: 12px;
    font-size: 2vw
}

@media (max-width:600px) {
    .bottom-content .content-inner p {
        font-size: 12px
    }
}

@media (min-width:600px) {
    .bottom-content .content-inner p {
        font-size: 12px
    }
}

@media screen and (min-width:20em) and (max-width:48em) {
    .bottom-content .content-inner p {
        margin-bottom: .75rem
    }
}

.next-slide-btn {
    position: absolute;
    left: 50%;
    margin-left: -2.0625rem;
    bottom: -3.125rem;
    font-size: .625rem;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1em;
    height: 8.125rem;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: height 250ms ease-in-out;
    -ms-transform-origin: center;
    transform-origin: center
}

.next-slide-btn:after {
    content: '';
    width: .0625rem;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fefefe;
    margin-top: 1.875rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto
}

.next-slide-btn .btn-txt {
    position: relative;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-bottom: 2.25rem;
    left: .25rem
}

.next-slide-btn:hover {
    height: 10rem
}

@media screen and (max-height:800px) and (orientation:landscape) {
    .next-slide-btn {
        height: 3.75rem;
        bottom: 0;
        text-indent: -125rem;
        overflow: hidden
    }
    .next-slide-btn:before {
        content: "";
        font-family: FontAwesome;
        color: #fefefe;
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 1.5rem;
        text-indent: 0;
        margin: 0 auto
    }
    .next-slide-btn:after {
        display: none
    }
    .next-slide-btn:hover {
        height: 3.75rem
    }
}

.video-container {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none
}

@media screen and (min-width:48.0625em) {
    .video-container {
        display: block
    }
}

.btn-skip {
    position: fixed;
    bottom: 4rem;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    z-index: 200;
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: .4em;
    font-family: 'Roboto', sans-serif;
    color: #fefefe;
    opacity: 0;
    visibility: hidden
}

.btn-skip:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: .0625rem;
    background-color: #fefefe;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.3125rem;
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 300ms ease-in-out;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.btn-skip:hover:after {
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: scale(1);
    transform: scale(1)
}

#header_video {
    position: absolute;
    object-fit: cover;
    object-position: 50% 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.x-graphic {
    width: 100%;
    max-width: 625px;
    position: fixed;
    top: 55%;
    left: 50%;
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%)
}

.x-graphic-panel {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.play-btn {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 3.75rem;
    line-height: 3.625rem;
    border: .125rem solid #fefefe;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 200;
    margin-top: -.1875rem;
    outline: none;
    opacity: 1;
    transition: border 300ms ease-in-out
}

.play-btn:before {
    font-family: FontAwesome;
    content: "\f04b";
    display: inline-block;
    font-weight: 400;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin-left: .0625rem;
    margin-top: 0
}

.play-btn:hover {
    border-color: rgba(254, 254, 254, .5)
}

.device {
    width: 100%;
    width: 60vmin;
    height: auto;
    max-width: 34.875rem;
    min-width: 21.875rem;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99;
    pointer-events: none
}

@media screen and (max-width:48em) {
    .device {
        display: none
    }
}

.device img {
    width: 100%
}

.device .intro-poster-img {
    width: calc(100% - 60px);
    height: auto;
    position: absolute;
    z-index: 97;
    padding-left: 9.139%;
    padding-right: 9.139%;
    padding-top: .9375rem;
    opacity: 0;
    margin-left: 1.875rem;
    margin-right: r 1.875rem
}

.device .device-frame {
    height: 100%;
    position: absolute;
    z-index: 98;
    opacity: 0;
    margin-left: 1.875rem;
    margin-right: 1.875rem
}

.device-placeholder {
    width: 100%;
    width: 60vmin;
    height: 100%;
    max-width: 34.875rem;
    max-height: 15.75rem;
    min-width: 21.875rem;
    display: block;
    position: relative
}

.img-placeholder {
    width: calc(100% - 60px);
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    position: relative;
    z-index: 99
}

@media screen and (min-width:48.0625em) {
    .img-placeholder {
        height: 0;
        padding-bottom: 45.161%;
        width: calc(100% - 60px)
    }
}

.poster-img {
    width: calc(100% - 60px);
    height: auto;
    position: absolute;
    z-index: 100;
    padding-left: 9.139%;
    padding-right: 9.139%;
    padding-top: 2.7%;
    padding-bottom: 2%;
    display: block;
    opacity: 0;
    margin-left: 1.875rem;
    margin-right: 1.875rem
}

.intro-sequence {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.intro-logo-panel {
    opacity: 0;
    width: 14.875rem;
    height: 3.875rem;
    position: relative;
    outline: none
}

.intro-logo-panel .text {
    transition: all 400ms ease-in-out;
    fill: #fefefe
}

#fullpage {
    display: none
}

#fullpage.fullpage-wrapper {
    display: block
}

#fullpage .section:nth-child(even) {
    background-color: rgba(52, 56, 65, .35)
}

#fullpage .section.intro .next-slide-btn,
#fullpage .section.intro .play-btn {
    opacity: 0;
    visibility: hidden
}

#fullpage .section .test-scroll {
    opacity: 1;
    transition: all 600ms ease-in-out;
    display: none
}

#fullpage .section.active .test-scroll {
    opacity: 0
}

#fullpage .section.active.fp-completely .test-scroll {
    opacity: 1
}

#fullpage .section h1 {
    margin-bottom: 0
}

#fullpage .section h1,
#fullpage .section h2,
#fullpage .section h3,
#fullpage .section p.animate,
#fullpage .section .tabs,
#fullpage .section .tabs-content-outer {
    opacity: 0
}

#fullpage .section.module h2 {
    font-size: .6875rem;
    letter-spacing: .45em;
    margin-bottom: 1.75rem;
    font-family: 'Roboto', sans-serif;
}

@media screen and (min-width:48.0625em) {
    #fullpage .section.module h2 {
        margin-bottom: 3rem
    }
}

@media screen and (max-height:800px) and (orientation:landscape) {
    #fullpage .section.module h2 {
        margin-bottom: 1.75rem
    }
}

#fullpage .section.module h3 {
    font-size: 1.75rem;
    margin-bottom: .625rem;
    font-size: 28px;
    font-size: 5vw
}

@media (max-width:440px) {
    #fullpage .section.module h3 {
        font-size: 22px
    }
}

@media (min-width:560px) {
    #fullpage .section.module h3 {
        font-size: 28px
    }
}

@media screen and (min-width:48.0625em) {
    #fullpage .section.module h3 {
        margin-bottom: 1.875rem
    }
}

@media screen and (max-height:800px) and (orientation:landscape) {
    #fullpage .section.module h3 {
        margin-bottom: .625rem
    }
}

#fullpage .section.module .next-slide-btn,
#fullpage .section.module .play-btn {
    opacity: 0;
    visibility: hidden
}

.tabs-interior {
    list-style: none;
    margin: 2.625rem auto .9375rem;
    padding: 0;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 90%
}

@media screen and (min-width:48.0625em) {
    .tabs-interior {
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 70%
    }
}

@media screen and (min-width:64.0625em) {
    .tabs-interior {
        max-width: 56%
    }
}

.tabs-interior .tabs-title {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: .75rem;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: .2em;
    font-family: 'Roboto', sans-serif;
    text-align: center
}

.tabs-interior .tabs-title a {
    border-bottom: .125rem solid #656565;
    outline: none;
    width: 100%;
    display: block;
    padding: 1.125rem;
    transition: all 400ms ease-in-out;
    white-space: nowrap
}

@media screen and (min-width:48.0625em) {
    .tabs-interior .tabs-title a {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

.tabs-interior .tabs-title.is-active a {
    border-color: #ED1C24
}

.tabs {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    overflow: auto
}

.tabs .tabs-title {
    font-size: .75rem;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    letter-spacing: .2em;
    font-family: 'Roboto', sans-serif;
    width: 50%
}

.tabs .tabs-title a {
    border-bottom: .125rem solid #656565;
    outline: none;
    width: 100%;
    display: block;
    padding: 1.125rem;
    transition: all 400ms ease-in-out;
    white-space: nowrap
}

@media screen and (min-width:48.0625em) {
    .tabs .tabs-title a {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

.tabs .tabs-title.is-active a {
    border-color: #ED1C24
}

.tabs-content .tabs-panel {
    display: none
}

.tabs-content .tabs-panel.is-active {
    display: block
}

.tabs-base-link {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 5rem
}

.tabs-base-link a {
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-family: 'Roboto', sans-serif;
}

.tabs-base-link a:hover {
    text-decoration: underline
}

.banner-interior {
    position: relative;
    margin-top: 3.875rem;
    background-color: rgba(52, 56, 65, .35);
    height: 100%;
    max-height: 34.375rem
}

.banner-interior .banner-interior-inner {
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 100;
    position: relative;
    text-align: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.banner-interior .banner-x-graphic-panel {
    top: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%
}

.banner-interior .banner-x-graphic-panel .banner-x-graphic {
    width: 100%;
    height: 100%;
    position: relative
}

.banner-interior .next-slide-btn {
    z-index: 100;
    letter-spacing: .55em;
    font-size: .625rem;
    text-align: center;
    margin-left: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.banner-interior h1 {
    margin-bottom: 8%;
    font-size: 32px;
    font-size: 5vw;
    margin-bottom: 1.25rem
}

@media (max-width:440px) {
    .banner-interior h1 {
        font-size: 22px
    }
}

@media (min-width:640px) {
    .banner-interior h1 {
        font-size: 32px
    }
}

.content {
    padding-top: 5rem
}

.snippet {
    padding-top: 3rem;
    padding-bottom: 3rem
}

@media screen and (min-width:48.0625em) {
    .snippet {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

.snippet:nth-child(even) {
    background-color: rgba(52, 56, 65, .35)
}

.snippet img {
    width: 100%;
    max-width: 100%;
    height: auto
}

.snippet h2 {
    font-size: 1.125rem
}

.snippet .link {
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: .625rem;
    font-family: 'Roboto', sans-serif;
}

.snippet .link+.link {
    margin-left: 1.375rem
}

.snippet.one-column {
    text-align: center
}

.snippet.one-column .grid-x+.grid-x {
    margin-top: 2rem
}

.snippet.two-column {
    text-align: center
}

@media screen and (min-width:48.0625em) {
    .snippet.two-column {
        text-align: left
    }
}

@media screen and (max-width:48em) {
    .snippet.two-column .col-img {
        margin-bottom: 2.625rem
    }
}

.snippet.downloads .col-img {
    margin-bottom: 2.625rem
}

.snippet.downloads .downloads-img {
    max-width: 14.9375rem
}

.bg {
    background-color: rgba(52, 56, 65, .35)
}

.gform_wrapper {
    margin-top: 7.5rem;
    margin-bottom: 5rem
}

.gform_wrapper .gform_ajax_spinner {
    width: auto;
    display: block;
    margin: 1.875rem auto
}

.gform_wrapper h3,
.gform_wrapper h3.gform_title {
    text-align: center;
    letter-spacing: 0.2em!important
}

.gform_wrapper h3 {
    font-size: .875rem
}

.gform_wrapper h3.gform_title {
    font-size: 1.375rem
}

.gform_wrapper select,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: .6875rem!important;
    letter-spacing: 0.2em!important;
    margin-bottom: 0
}

.gform_wrapper div.radio,
.gform_wrapper div.checker {
    margin-right: 10px
}

.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield_radio label {
    font-size: .8125rem;
    color: #fefefe
}

.gform_wrapper input[type=checkbox] {
    display: none;
    box-sizing: border-box;
    margin: 0 0 1rem
}

.gform_wrapper input[type=checkbox]+label:before {
    margin-right: .625rem;
    margin-left: -1.125rem;
    margin-top: -.0625rem;
    content: "";
    font-family: FontAwesome;
    vertical-align: middle;
    border: .0625rem solid #343841;
    width: 1rem;
    height: 1rem;
    text-indent: -.0625rem;
    border-radius: 0;
    display: inline-block;
    background: transparent;
    color: #fefefe;
    font-size: .875rem;
    line-height: .875rem;
    transition: box-shadow .2s;
    box-shadow: inset 0 0 0 .5rem #000
}

.gform_wrapper input[type=checkbox]:checked+label:before {
    content: "";
    border-color: #fefefe;
    box-shadow: inset 0 0 0 0 #000
}

.gform_wrapper input[type=checkbox]+label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 1.25rem;
    display: inline-block;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

.gform_wrapper .field_sublabel_above label {
    font-size: .75rem;
    color: #fefefe
}

.gform_wrapper .gfield_description {
    margin: .875rem 0;
    display: inline-block
}

.gform_wrapper .field_description_below .gfield_description {
    color: #fefefe;
    font-size: .75rem
}

.gform_wrapper .validation_error {
    margin-bottom: .875rem;
    box-shadow: none;
    color: #fefefe;
    padding: 1.875rem 1.25rem 1.875rem 5rem;
    margin-bottom: 2rem;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    vertical-align: text-top;
    background: #ED1C24;
    margin-left: 1.375rem;
    margin-right: 1.375rem
}

.gform_wrapper .validation_error:before {
    content: "!";
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    position: absolute;
    top: 1.5625rem;
    left: 2.1875rem;
    display: inline-block;
    color: #fefefe;
    border: .0625rem solid #fefefe;
    border-radius: 3.125rem;
    text-align: center
}

.gform_wrapper .gfield_description.validation_message {
    color: #fefefe;
    padding: 0;
    margin-top: 0;
    font-size: .6875rem
}

.gform_wrapper .gfield_description.validation_message a {
    color: #ED1C24
}

.gform_wrapper .gform_hidden {
    display: none
}

.gform_wrapper .ginput_counter {
    font-size: .8125rem;
    margin: .875rem 0
}

.gform_wrapper .gform_image_button {
    outline: none
}

.gform_wrapper .ginput_container_checkbox {
    text-align: center
}

.gform_wrapper div.uploader {
    margin-bottom: 1em
}

.gform_wrapper div.uploader span.filename {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
    cursor: pointer;
    font-size: 14px;
    height: 43px;
    color: #646566;
    color: #bcbec0
}

.gform_wrapper div.uploader span.file-btn {
    background: #ED1C24;
    padding: 16px 30px 15px;
    text-shadow: none
}

.gform_wrapper .ginput_container_fileupload .screen-reader-text {
    visibility: hidden
}

.gform_wrapper .gform_footer {
    text-align: center;
    margin-top: 2.625rem
}

.gform_wrapper .gform_footer .gform_button {
    padding: 1.5rem 6.25rem
}

.gform_wrapper .gform_body {
    margin-bottom: 1rem
}

.gform_wrapper .gform_body::before,
.gform_wrapper .gform_body::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-order: 1;
    order: 1
}

.gform_wrapper .gform_body::after {
    clear: both
}

.gform_wrapper .gform_body ul {
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: .46875rem;
    margin-right: .46875rem
}

.gform_wrapper .gform_body ul li {
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem;
    background-image: none;
    font-size: 1rem;
    margin-bottom: .375rem
}

.gform_wrapper .gform_body ul li:before {
    content: none
}

.gform_wrapper .gform_body h2 {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem
}

.gform_wrapper .gform_body label {
    color: #fefefe
}

.gform_wrapper .gform_body label.gfield_label {
    font-weight: 400;
    font-size: .6875rem;
    line-height: 1.6;
    pointer-events: none
}

.gform_wrapper .gform_body label.gfield_label:not(.no-funk) {
    position: absolute;
    top: 1.25rem;
    left: .9375rem;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition: transform .2s, top .2s, font-size .2s;
    font-size: .6875rem
}

.gform_wrapper .gform_body label.gfield_label:not(.no-funk).yoooooo {
    color: #fefefe;
    top: -.75rem;
    font-size: .5625rem;
    font-weight: 600
}

.gform_wrapper .gform_body label.gfield_label:not(.no-funk).yoooooo .gfield_required {
    color: #ED1C24
}

.gform_wrapper .gform_body label .gfield_required {
    color: #fefefe;
    font-weight: 400
}

.gform_wrapper .gform_body .gfield {
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative
}

.gform_wrapper .gform_body .gfield.form-section {
    margin: 0
}

.gform_wrapper .gform_body .gfield.gform_hidden {
    margin-bottom: 0
}

.gform_wrapper .gform_body .gfield.populated .gfield_label {
    color: #343841;
    top: -.75rem;
    font-size: .6875rem
}

.gform_wrapper .gform_body .gfield.populated .gfield_label .gfield_required {
    color: #ED1C24
}

.gform_wrapper .gform_body .gfield.gfield_html {
    margin-top: 4.375rem;
    margin-bottom: 0
}

.gform_wrapper .gform_body .gfield .gfield_label {
    margin: 0 auto;
    margin-bottom: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    color: #fefefe;
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: .3em;
    font-family: 'Roboto', sans-serif;
}

.gform_wrapper .gform_body .gfield .gfield_label .gfield_required {
    font-size: 1em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -.15em;
    color: #ED1C24;
    padding-left: 2px
}

@media screen and (min-width:48.0625em) {
    .gform_wrapper .gform_body .gfield.half-field {
        width: 50%;
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (min-width:48.0625em) {
    .gform_wrapper .gform_body .gfield.third-field {
        width: 33.33333%;
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media screen and (min-width:48.0625em) {
    .gform_wrapper .gform_body .gfield.quarter-field {
        width: 25%;
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.gform_wrapper .gform_body .gfield.full-field {
    width: 100%;
    padding-right: .9375rem;
    padding-left: .9375rem
}

.gform_wrapper .gform_body .gfield.full-field .radio,
.gform_wrapper .gform_body .gfield.full-field .checker {
    position: absolute;
    left: 0;
    top: 0
}

.gform_wrapper .gform_body .gfield.full-field .gfield_required {
    display: none
}

.gform_wrapper .gform_body .ginput_container {
    width: 100%
}

.gform_wrapper .gform_body .ginput_container .ginput_left {
    margin-bottom: .875rem
}

.gform_wrapper .gform_body .ginput_container .ginput_right {
    margin-bottom: .875rem
}

.recaptchatable input[type=text] {
    height: auto!important
}

.gform_confirmation {
    margin-top: 1.625em
}

.one-column .ginput_preview img {
    width: auto;
    margin-bottom: 0
}

.faqs-category-panel {
    border: .0625rem solid #343841;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.25rem;
    margin-bottom: 5rem
}

.faqs-category-panel-heading {
    margin-bottom: 0;
    display: inline-block;
    font-size: .875rem;
    position: relative
}

.faqs-category-panel-heading:after {
    position: absolute;
    left: 0;
    bottom: -.375rem;
    content: '';
    height: .0625rem;
    width: 100%;
    background-color: #ED1C24;
    display: block;
    margin-top: .375rem;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: left;
    transform-origin: left;
    transition: all 600ms ease-in-out
}

.faqs-category-panel-item {
    border-top: .0625rem solid #343841;
    text-align: center;
    padding: 3.75rem 1.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:48.0625em) {
    .faqs-category-panel-item {
        border-left: .0625rem solid #343841;
        border-top: none
    }
}

.faqs-category-panel-item:first-child {
    border-left: none;
    border-top: none
}

.faqs-category-panel-item:hover .faqs-category-panel-heading:after {
    background-color: #ED1C24;
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.faqs-category-panel-icon {
    position: relative;
    width: 4.625rem;
    height: 4.625rem;
    line-height: 4.625rem;
    margin-bottom: 1.25rem
}

.faqs-category-panel-icon:before {
    content: "\f10b";
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    speak: none;
    font-size: 4.625rem;
    width: 4.625rem;
    height: 4.625rem;
    line-height: 74px;
    color: #fefefe;
}

.faqs-category-panel-icon-hardware:before {
    content: "\f10b"
}

.faqs-category-panel-icon-software:before {
    content: "\f121"
}

.faqs-category-panel-icon-modules:before {
    content: "\f03a"
}

.faqs-cat-accordion {
    list-style-type: none;
    margin-top: 3.25rem;
    margin-bottom: 5rem
}

@media screen and (min-width:48.0625em) {
    .faqs-cat-accordion {
        margin-left: 3.75rem;
        margin-right: 3.75rem
    }
}

.faqs-cat-accordion>li:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #4b505d
}

.faqs-cat-accordion .faqs-cat-accordion-heading {
    text-align: center;
    font-size: 1.125rem;
    margin-bottom: 3.75rem
}

.faqs-cat-accordion .faqs-cat-accordion-title {
    position: relative;
    padding: 1.625rem 1.25rem;
    background-color: transparent;
    display: block;
    color: #fefefe;
    font-size: 1.125rem;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 3.5rem;
    letter-spacing: .15em;
    font-family: 'Roboto', sans-serif;
}

.faqs-cat-accordion .faqs-cat-accordion-title .title-inner {
    display: inline-block
}

.faqs-cat-accordion .faqs-cat-accordion-title .title-inner:after {
    content: '';
    height: .0625rem;
    width: 100%;
    background-color: #ED1C24;
    display: block;
    margin-top: .375rem;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: left;
    transform-origin: left;
    transition: all 600ms ease-in-out
}

.faqs-cat-accordion .faqs-cat-accordion-title:after {
    display: block;
    font-family: FontAwesome;
    content: "";
    font-weight: 400;
    position: absolute;
    right: 1.875rem;
    top: 50%;
    margin-top: -.75rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #fefefe
}

.faqs-cat-accordion .faqs-cat-accordion-content {
    display: none;
    padding: 2rem 1.25rem 2rem 1.25rem;
    color: #fefefe;
    text-align: left;
    font-size: .75rem;
    line-height: 1.9
}

.faqs-cat-accordion .faqs-cat-accordion-content .faqs-cat-accordion-answer {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    position: relative
}

@media screen and (min-width:48.0625em) {
    .faqs-cat-accordion .faqs-cat-accordion-content .faqs-cat-accordion-answer {
        padding-right: 6.25rem
    }
}

.faqs-cat-accordion .is-active .title-inner:after {
    background-color: #ED1C24;
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.faqs-cat-accordion .is-active:after {
    content: '';
    display: block;
    height: 1px
}

.faqs-cat-accordion .is-active .faqs-cat-accordion-title {
    color: #fefefe;
    background-color: transparent
}

.faqs-cat-accordion .is-active .faqs-cat-accordion-title:hover,
.faqs-cat-accordion .is-active .faqs-cat-accordion-title:focus {
    background-color: transparent
}

.faqs-cat-accordion .is-active .faqs-cat-accordion-title:after {
    content: "\f068";
    color: #fefefe
}

.faqs-accordion {
    list-style-type: none;
    margin-left: 0
}

.faqs-accordion>li:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #343841
}

.faqs-accordion .faqs-accordion-title {
    position: relative;
    padding: 1.625rem 1.25rem;
    padding-left: 4.0625rem;
    background-color: transparent;
    display: block;
    color: #fefefe;
    font-size: .75rem;
    line-height: 1.6;
    text-transform: uppercase;
    text-decoration: none;
    padding-right: 3.5rem;
    letter-spacing: .15em;
    font-family: 'Roboto', sans-serif;
}

.faqs-accordion .faqs-accordion-title:before {
    content: 'Q';
    font-family: 'Roboto', sans-serif;
    width: 1.625rem;
    height: 1.625rem;
    font-size: .625rem;
    line-height: 1.625rem;
    border-radius: 3.125rem;
    display: inline-block;
    text-align: center;
    margin-right: 1.25rem;
    text-indent: .0625rem;
    color: #000;
    background-color: #fefefe;
    border: .0625rem solid #fefefe;
    position: absolute;
    left: 1.25rem;
    top: 1.25rem
}

.faqs-accordion .faqs-accordion-title:after {
    display: block;
    font-family: FontAwesome;
    content: "\f107";
    font-weight: 400;
    position: absolute;
    right: 1.875rem;
    top: 50%;
    margin-top: -.75rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #fefefe
}

.faqs-accordion .faqs-accordion-content {
    display: none;
    padding: 2rem 1.25rem 2rem 1.25rem;
    border-left: .0625rem solid #343841;
    border-right: .0625rem solid #343841;
    border-bottom: .0625rem solid #343841;
    color: #fefefe;
    text-align: left;
    font-size: .75rem;
    line-height: 1.9
}

.faqs-accordion .faqs-accordion-content .faqs-accordion-answer {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    position: relative
}

@media screen and (min-width:48.0625em) {
    .faqs-accordion .faqs-accordion-content .faqs-accordion-answer {
        padding-right: 6.25rem
    }
}

.faqs-accordion .faqs-accordion-content .faqs-accordion-answer:before {
    content: 'A';
    font-family: 'Roboto', sans-serif;
    width: 1.625rem;
    height: 1.625rem;
    font-size: .625rem;
    line-height: 1.625rem;
    border-radius: 3.125rem;
    display: inline-block;
    text-indent: -.0625rem;
    text-align: center;
    margin-right: 1.25rem;
    position: absolute;
    left: 0;
    top: -.1875rem;
    color: #fefefe;
    background-color: transparent;
    border: .0625rem solid #fefefe
}

.faqs-accordion .is-active:after {
    content: '';
    display: block;
    height: 1px
}

.faqs-accordion .is-active .faqs-accordion-title {
    color: #fefefe;
    background-color: transparent;
    border: .0625rem solid #343841
}

.faqs-accordion .is-active .faqs-accordion-title:hover,
.faqs-accordion .is-active .faqs-accordion-title:focus {
    background-color: transparent
}

.faqs-accordion .is-active .faqs-accordion-title:after {
    content: "\f068";
    color: #fefefe
}

.fancybox-bg {
    background-color: #000
}

.fblink ul {
    list-style: none;
}

@media only screen and (min-width: 960px) and (max-width: 1025px) {
    .nav-primary ul li {
        font-size: .62rem;
        margin-left: 1%;
        margin-right: 1%;
        padding-top: .9375rem
    }
}

@media only screen and (max-width: 767px) {
    a.logo-panel img {
        width: 70%;
    }
    .nav-right li a img {
        width: 75%;
    }
    .nav-right li:last-child {
        float: right;
        margin-top: -35px;
    }
    .nav-primary ul li:last-child a {
        margin-top: 14px;
    }
}