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

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 75rem;
    margin: 0 auto
}

@media print,
screen and (min-width:40em) {
    .grid-container {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .grid-container {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media screen and (min-width:75em) {
    .grid-container {
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }
}

.grid-container.fluid {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 100%;
    margin: 0 auto
}

@media print,
screen and (min-width:40em) {
    .grid-container.fluid {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .grid-container.fluid {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media screen and (min-width:75em) {
    .grid-container.fluid {
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto
}

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.cell.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.auto,
.grid-x>.shrink {
    width: auto
}

.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,
.grid-x>.small-full,
.grid-x>.small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,
screen and (min-width:40em) {
    .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,
    .grid-x>.medium-full,
    .grid-x>.medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width:64em) {
    .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,
    .grid-x>.large-full,
    .grid-x>.large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:75em) {
    .grid-x>.xlarge-1,
    .grid-x>.xlarge-2,
    .grid-x>.xlarge-3,
    .grid-x>.xlarge-4,
    .grid-x>.xlarge-5,
    .grid-x>.xlarge-6,
    .grid-x>.xlarge-7,
    .grid-x>.xlarge-8,
    .grid-x>.xlarge-9,
    .grid-x>.xlarge-10,
    .grid-x>.xlarge-11,
    .grid-x>.xlarge-12,
    .grid-x>.xlarge-full,
    .grid-x>.xlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:90em) {
    .grid-x>.xxlarge-1,
    .grid-x>.xxlarge-2,
    .grid-x>.xxlarge-3,
    .grid-x>.xxlarge-4,
    .grid-x>.xxlarge-5,
    .grid-x>.xxlarge-6,
    .grid-x>.xxlarge-7,
    .grid-x>.xxlarge-8,
    .grid-x>.xxlarge-9,
    .grid-x>.xxlarge-10,
    .grid-x>.xxlarge-11,
    .grid-x>.xxlarge-12,
    .grid-x>.xxlarge-full,
    .grid-x>.xxlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.small-1 {
    width: 8.33333333%
}

.grid-x>.small-2 {
    width: 16.66666667%
}

.grid-x>.small-3 {
    width: 25%
}

.grid-x>.small-4 {
    width: 33.33333333%
}

.grid-x>.small-5 {
    width: 41.66666667%
}

.grid-x>.small-6 {
    width: 50%
}

.grid-x>.small-7 {
    width: 58.33333333%
}

.grid-x>.small-8 {
    width: 66.66666667%
}

.grid-x>.small-9 {
    width: 75%
}

.grid-x>.small-10 {
    width: 83.33333333%
}

.grid-x>.small-11 {
    width: 91.66666667%
}

.grid-x>.small-12 {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .grid-x>.medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }
    .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,
    .grid-x>.medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .grid-x>.medium-shrink {
        width: auto
    }
    .grid-x>.medium-1 {
        width: 8.33333333%
    }
    .grid-x>.medium-2 {
        width: 16.66666667%
    }
    .grid-x>.medium-3 {
        width: 25%
    }
    .grid-x>.medium-4 {
        width: 33.33333333%
    }
    .grid-x>.medium-5 {
        width: 41.66666667%
    }
    .grid-x>.medium-6 {
        width: 50%
    }
    .grid-x>.medium-7 {
        width: 58.33333333%
    }
    .grid-x>.medium-8 {
        width: 66.66666667%
    }
    .grid-x>.medium-9 {
        width: 75%
    }
    .grid-x>.medium-10 {
        width: 83.33333333%
    }
    .grid-x>.medium-11 {
        width: 91.66666667%
    }
    .grid-x>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .grid-x>.large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }
    .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,
    .grid-x>.large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .grid-x>.large-shrink {
        width: auto
    }
    .grid-x>.large-1 {
        width: 8.33333333%
    }
    .grid-x>.large-2 {
        width: 16.66666667%
    }
    .grid-x>.large-3 {
        width: 25%
    }
    .grid-x>.large-4 {
        width: 33.33333333%
    }
    .grid-x>.large-5 {
        width: 41.66666667%
    }
    .grid-x>.large-6 {
        width: 50%
    }
    .grid-x>.large-7 {
        width: 58.33333333%
    }
    .grid-x>.large-8 {
        width: 66.66666667%
    }
    .grid-x>.large-9 {
        width: 75%
    }
    .grid-x>.large-10 {
        width: 83.33333333%
    }
    .grid-x>.large-11 {
        width: 91.66666667%
    }
    .grid-x>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .grid-x>.xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }
    .grid-x>.xlarge-1,
    .grid-x>.xlarge-2,
    .grid-x>.xlarge-3,
    .grid-x>.xlarge-4,
    .grid-x>.xlarge-5,
    .grid-x>.xlarge-6,
    .grid-x>.xlarge-7,
    .grid-x>.xlarge-8,
    .grid-x>.xlarge-9,
    .grid-x>.xlarge-10,
    .grid-x>.xlarge-11,
    .grid-x>.xlarge-12,
    .grid-x>.xlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .grid-x>.xlarge-shrink {
        width: auto
    }
    .grid-x>.xlarge-1 {
        width: 8.33333333%
    }
    .grid-x>.xlarge-2 {
        width: 16.66666667%
    }
    .grid-x>.xlarge-3 {
        width: 25%
    }
    .grid-x>.xlarge-4 {
        width: 33.33333333%
    }
    .grid-x>.xlarge-5 {
        width: 41.66666667%
    }
    .grid-x>.xlarge-6 {
        width: 50%
    }
    .grid-x>.xlarge-7 {
        width: 58.33333333%
    }
    .grid-x>.xlarge-8 {
        width: 66.66666667%
    }
    .grid-x>.xlarge-9 {
        width: 75%
    }
    .grid-x>.xlarge-10 {
        width: 83.33333333%
    }
    .grid-x>.xlarge-11 {
        width: 91.66666667%
    }
    .grid-x>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .grid-x>.xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }
    .grid-x>.xxlarge-1,
    .grid-x>.xxlarge-2,
    .grid-x>.xxlarge-3,
    .grid-x>.xxlarge-4,
    .grid-x>.xxlarge-5,
    .grid-x>.xxlarge-6,
    .grid-x>.xxlarge-7,
    .grid-x>.xxlarge-8,
    .grid-x>.xxlarge-9,
    .grid-x>.xxlarge-10,
    .grid-x>.xxlarge-11,
    .grid-x>.xxlarge-12,
    .grid-x>.xxlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .grid-x>.xxlarge-shrink {
        width: auto
    }
    .grid-x>.xxlarge-1 {
        width: 8.33333333%
    }
    .grid-x>.xxlarge-2 {
        width: 16.66666667%
    }
    .grid-x>.xxlarge-3 {
        width: 25%
    }
    .grid-x>.xxlarge-4 {
        width: 33.33333333%
    }
    .grid-x>.xxlarge-5 {
        width: 41.66666667%
    }
    .grid-x>.xxlarge-6 {
        width: 50%
    }
    .grid-x>.xxlarge-7 {
        width: 58.33333333%
    }
    .grid-x>.xxlarge-8 {
        width: 66.66666667%
    }
    .grid-x>.xxlarge-9 {
        width: 75%
    }
    .grid-x>.xxlarge-10 {
        width: 83.33333333%
    }
    .grid-x>.xxlarge-11 {
        width: 91.66666667%
    }
    .grid-x>.xxlarge-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:40em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

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

@media screen and (min-width:75em) {
    .grid-margin-x {
        margin-left: -1.875rem;
        margin-right: -1.875rem
    }
}

.grid-margin-x>.cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x>.cell {
        width: calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-x>.cell {
        width: calc(100% - 2.5rem);
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }
}

@media screen and (min-width:75em) {
    .grid-margin-x>.cell {
        width: calc(100% - 3.75rem);
        margin-left: 1.875rem;
        margin-right: 1.875rem
    }
}

.grid-margin-x>.auto,
.grid-margin-x>.shrink {
    width: auto
}

.grid-margin-x>.small-1 {
    width: calc(8.33333333% - 1.25rem)
}

.grid-margin-x>.small-2 {
    width: calc(16.66666667% - 1.25rem)
}

.grid-margin-x>.small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
    width: calc(33.33333333% - 1.25rem)
}

.grid-margin-x>.small-5 {
    width: calc(41.66666667% - 1.25rem)
}

.grid-margin-x>.small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
    width: calc(58.33333333% - 1.25rem)
}

.grid-margin-x>.small-8 {
    width: calc(66.66666667% - 1.25rem)
}

.grid-margin-x>.small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
    width: calc(83.33333333% - 1.25rem)
}

.grid-margin-x>.small-11 {
    width: calc(91.66666667% - 1.25rem)
}

.grid-margin-x>.small-12 {
    width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-margin-x>.auto,
    .grid-margin-x>.shrink {
        width: auto
    }
    .grid-margin-x>.small-1 {
        width: calc(8.33333333% - 1.875rem)
    }
    .grid-margin-x>.small-2 {
        width: calc(16.66666667% - 1.875rem)
    }
    .grid-margin-x>.small-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.small-4 {
        width: calc(33.33333333% - 1.875rem)
    }
    .grid-margin-x>.small-5 {
        width: calc(41.66666667% - 1.875rem)
    }
    .grid-margin-x>.small-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.small-7 {
        width: calc(58.33333333% - 1.875rem)
    }
    .grid-margin-x>.small-8 {
        width: calc(66.66666667% - 1.875rem)
    }
    .grid-margin-x>.small-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.small-10 {
        width: calc(83.33333333% - 1.875rem)
    }
    .grid-margin-x>.small-11 {
        width: calc(91.66666667% - 1.875rem)
    }
    .grid-margin-x>.small-12 {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x>.medium-auto,
    .grid-margin-x>.medium-shrink {
        width: auto
    }
    .grid-margin-x>.medium-1 {
        width: calc(8.33333333% - 1.875rem)
    }
    .grid-margin-x>.medium-2 {
        width: calc(16.66666667% - 1.875rem)
    }
    .grid-margin-x>.medium-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.medium-4 {
        width: calc(33.33333333% - 1.875rem)
    }
    .grid-margin-x>.medium-5 {
        width: calc(41.66666667% - 1.875rem)
    }
    .grid-margin-x>.medium-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.medium-7 {
        width: calc(58.33333333% - 1.875rem)
    }
    .grid-margin-x>.medium-8 {
        width: calc(66.66666667% - 1.875rem)
    }
    .grid-margin-x>.medium-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.medium-10 {
        width: calc(83.33333333% - 1.875rem)
    }
    .grid-margin-x>.medium-11 {
        width: calc(91.66666667% - 1.875rem)
    }
    .grid-margin-x>.medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-x>.auto,
    .grid-margin-x>.shrink {
        width: auto
    }
    .grid-margin-x>.small-1 {
        width: calc(8.33333333% - 2.5rem)
    }
    .grid-margin-x>.small-2 {
        width: calc(16.66666667% - 2.5rem)
    }
    .grid-margin-x>.small-3 {
        width: calc(25% - 2.5rem)
    }
    .grid-margin-x>.small-4 {
        width: calc(33.33333333% - 2.5rem)
    }
    .grid-margin-x>.small-5 {
        width: calc(41.66666667% - 2.5rem)
    }
    .grid-margin-x>.small-6 {
        width: calc(50% - 2.5rem)
    }
    .grid-margin-x>.small-7 {
        width: calc(58.33333333% - 2.5rem)
    }
    .grid-margin-x>.small-8 {
        width: calc(66.66666667% - 2.5rem)
    }
    .grid-margin-x>.small-9 {
        width: calc(75% - 2.5rem)
    }
    .grid-margin-x>.small-10 {
        width: calc(83.33333333% - 2.5rem)
    }
    .grid-margin-x>.small-11 {
        width: calc(91.66666667% - 2.5rem)
    }
    .grid-margin-x>.small-12 {
        width: calc(100% - 2.5rem)
    }
    .grid-margin-x>.medium-auto,
    .grid-margin-x>.medium-shrink {
        width: auto
    }
    .grid-margin-x>.medium-1 {
        width: calc(8.33333333% - 2.5rem)
    }
    .grid-margin-x>.medium-2 {
        width: calc(16.66666667% - 2.5rem)
    }
    .grid-margin-x>.medium-3 {
        width: calc(25% - 2.5rem)
    }
    .grid-margin-x>.medium-4 {
        width: calc(33.33333333% - 2.5rem)
    }
    .grid-margin-x>.medium-5 {
        width: calc(41.66666667% - 2.5rem)
    }
    .grid-margin-x>.medium-6 {
        width: calc(50% - 2.5rem)
    }
    .grid-margin-x>.medium-7 {
        width: calc(58.33333333% - 2.5rem)
    }
    .grid-margin-x>.medium-8 {
        width: calc(66.66666667% - 2.5rem)
    }
    .grid-margin-x>.medium-9 {
        width: calc(75% - 2.5rem)
    }
    .grid-margin-x>.medium-10 {
        width: calc(83.33333333% - 2.5rem)
    }
    .grid-margin-x>.medium-11 {
        width: calc(91.66666667% - 2.5rem)
    }
    .grid-margin-x>.medium-12 {
        width: calc(100% - 2.5rem)
    }
    .grid-margin-x>.large-auto,
    .grid-margin-x>.large-shrink {
        width: auto
    }
    .grid-margin-x>.large-1 {
        width: calc(8.33333333% - 2.5rem)
    }
    .grid-margin-x>.large-2 {
        width: calc(16.66666667% - 2.5rem)
    }
    .grid-margin-x>.large-3 {
        width: calc(25% - 2.5rem)
    }
    .grid-margin-x>.large-4 {
        width: calc(33.33333333% - 2.5rem)
    }
    .grid-margin-x>.large-5 {
        width: calc(41.66666667% - 2.5rem)
    }
    .grid-margin-x>.large-6 {
        width: calc(50% - 2.5rem)
    }
    .grid-margin-x>.large-7 {
        width: calc(58.33333333% - 2.5rem)
    }
    .grid-margin-x>.large-8 {
        width: calc(66.66666667% - 2.5rem)
    }
    .grid-margin-x>.large-9 {
        width: calc(75% - 2.5rem)
    }
    .grid-margin-x>.large-10 {
        width: calc(83.33333333% - 2.5rem)
    }
    .grid-margin-x>.large-11 {
        width: calc(91.66666667% - 2.5rem)
    }
    .grid-margin-x>.large-12 {
        width: calc(100% - 2.5rem)
    }
}

@media screen and (min-width:75em) {
    .grid-margin-x>.auto,
    .grid-margin-x>.shrink {
        width: auto
    }
    .grid-margin-x>.small-1 {
        width: calc(8.33333333% - 3.75rem)
    }
    .grid-margin-x>.small-2 {
        width: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-x>.small-3 {
        width: calc(25% - 3.75rem)
    }
    .grid-margin-x>.small-4 {
        width: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-x>.small-5 {
        width: calc(41.66666667% - 3.75rem)
    }
    .grid-margin-x>.small-6 {
        width: calc(50% - 3.75rem)
    }
    .grid-margin-x>.small-7 {
        width: calc(58.33333333% - 3.75rem)
    }
    .grid-margin-x>.small-8 {
        width: calc(66.66666667% - 3.75rem)
    }
    .grid-margin-x>.small-9 {
        width: calc(75% - 3.75rem)
    }
    .grid-margin-x>.small-10 {
        width: calc(83.33333333% - 3.75rem)
    }
    .grid-margin-x>.small-11 {
        width: calc(91.66666667% - 3.75rem)
    }
    .grid-margin-x>.small-12 {
        width: calc(100% - 3.75rem)
    }
    .grid-margin-x>.medium-auto,
    .grid-margin-x>.medium-shrink {
        width: auto
    }
    .grid-margin-x>.medium-1 {
        width: calc(8.33333333% - 3.75rem)
    }
    .grid-margin-x>.medium-2 {
        width: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-x>.medium-3 {
        width: calc(25% - 3.75rem)
    }
    .grid-margin-x>.medium-4 {
        width: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-x>.medium-5 {
        width: calc(41.66666667% - 3.75rem)
    }
    .grid-margin-x>.medium-6 {
        width: calc(50% - 3.75rem)
    }
    .grid-margin-x>.medium-7 {
        width: calc(58.33333333% - 3.75rem)
    }
    .grid-margin-x>.medium-8 {
        width: calc(66.66666667% - 3.75rem)
    }
    .grid-margin-x>.medium-9 {
        width: calc(75% - 3.75rem)
    }
    .grid-margin-x>.medium-10 {
        width: calc(83.33333333% - 3.75rem)
    }
    .grid-margin-x>.medium-11 {
        width: calc(91.66666667% - 3.75rem)
    }
    .grid-margin-x>.medium-12 {
        width: calc(100% - 3.75rem)
    }
    .grid-margin-x>.large-auto,
    .grid-margin-x>.large-shrink {
        width: auto
    }
    .grid-margin-x>.large-1 {
        width: calc(8.33333333% - 3.75rem)
    }
    .grid-margin-x>.large-2 {
        width: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-x>.large-3 {
        width: calc(25% - 3.75rem)
    }
    .grid-margin-x>.large-4 {
        width: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-x>.large-5 {
        width: calc(41.66666667% - 3.75rem)
    }
    .grid-margin-x>.large-6 {
        width: calc(50% - 3.75rem)
    }
    .grid-margin-x>.large-7 {
        width: calc(58.33333333% - 3.75rem)
    }
    .grid-margin-x>.large-8 {
        width: calc(66.66666667% - 3.75rem)
    }
    .grid-margin-x>.large-9 {
        width: calc(75% - 3.75rem)
    }
    .grid-margin-x>.large-10 {
        width: calc(83.33333333% - 3.75rem)
    }
    .grid-margin-x>.large-11 {
        width: calc(91.66666667% - 3.75rem)
    }
    .grid-margin-x>.large-12 {
        width: calc(100% - 3.75rem)
    }
    .grid-margin-x>.xlarge-auto,
    .grid-margin-x>.xlarge-shrink {
        width: auto
    }
    .grid-margin-x>.xlarge-1 {
        width: calc(8.33333333% - 3.75rem)
    }
    .grid-margin-x>.xlarge-2 {
        width: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-x>.xlarge-3 {
        width: calc(25% - 3.75rem)
    }
    .grid-margin-x>.xlarge-4 {
        width: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-x>.xlarge-5 {
        width: calc(41.66666667% - 3.75rem)
    }
    .grid-margin-x>.xlarge-6 {
        width: calc(50% - 3.75rem)
    }
    .grid-margin-x>.xlarge-7 {
        width: calc(58.33333333% - 3.75rem)
    }
    .grid-margin-x>.xlarge-8 {
        width: calc(66.66666667% - 3.75rem)
    }
    .grid-margin-x>.xlarge-9 {
        width: calc(75% - 3.75rem)
    }
    .grid-margin-x>.xlarge-10 {
        width: calc(83.33333333% - 3.75rem)
    }
    .grid-margin-x>.xlarge-11 {
        width: calc(91.66666667% - 3.75rem)
    }
    .grid-margin-x>.xlarge-12 {
        width: calc(100% - 3.75rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-x>.xxlarge-auto,
    .grid-margin-x>.xxlarge-shrink {
        width: auto
    }
    .grid-margin-x>.xxlarge-1 {
        width: calc(8.33333333% - 3.75rem)
    }
    .grid-margin-x>.xxlarge-2 {
        width: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-x>.xxlarge-3 {
        width: calc(25% - 3.75rem)
    }
    .grid-margin-x>.xxlarge-4 {
        width: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-x>.xxlarge-5 {
        width: calc(41.66666667% - 3.75rem)
    }
    .grid-margin-x>.xxlarge-6 {
        width: calc(50% - 3.75rem)
    }
    .grid-margin-x>.xxlarge-7 {
        width: calc(58.33333333% - 3.75rem)
    }
    .grid-margin-x>.xxlarge-8 {
        width: calc(66.66666667% - 3.75rem)
    }
    .grid-margin-x>.xxlarge-9 {
        width: calc(75% - 3.75rem)
    }
    .grid-margin-x>.xxlarge-10 {
        width: calc(83.33333333% - 3.75rem)
    }
    .grid-margin-x>.xxlarge-11 {
        width: calc(91.66666667% - 3.75rem)
    }
    .grid-margin-x>.xxlarge-12 {
        width: calc(100% - 3.75rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media screen and (min-width:75em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -1.875rem;
        margin-left: -1.875rem
    }
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media screen and (min-width:75em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -1.875rem;
        margin-left: -1.875rem
    }
}

.grid-padding-x>.cell {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-x>.cell {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .grid-padding-x>.cell {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }
}

@media screen and (min-width:75em) {
    .grid-padding-x>.cell {
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }
}

.small-up-1>.cell {
    width: 100%
}

.small-up-2>.cell {
    width: 50%
}

.small-up-3>.cell {
    width: 33.33333333%
}

.small-up-4>.cell {
    width: 25%
}

.small-up-5>.cell {
    width: 20%
}

.small-up-6>.cell {
    width: 16.66666667%
}

.small-up-7>.cell {
    width: 14.28571429%
}

.small-up-8>.cell {
    width: 12.5%
}

@media print,
screen and (min-width:40em) {
    .medium-up-1>.cell {
        width: 100%
    }
    .medium-up-2>.cell {
        width: 50%
    }
    .medium-up-3>.cell {
        width: 33.33333333%
    }
    .medium-up-4>.cell {
        width: 25%
    }
    .medium-up-5>.cell {
        width: 20%
    }
    .medium-up-6>.cell {
        width: 16.66666667%
    }
    .medium-up-7>.cell {
        width: 14.28571429%
    }
    .medium-up-8>.cell {
        width: 12.5%
    }
}

@media print,
screen and (min-width:64em) {
    .large-up-1>.cell {
        width: 100%
    }
    .large-up-2>.cell {
        width: 50%
    }
    .large-up-3>.cell {
        width: 33.33333333%
    }
    .large-up-4>.cell {
        width: 25%
    }
    .large-up-5>.cell {
        width: 20%
    }
    .large-up-6>.cell {
        width: 16.66666667%
    }
    .large-up-7>.cell {
        width: 14.28571429%
    }
    .large-up-8>.cell {
        width: 12.5%
    }
}

@media screen and (min-width:75em) {
    .xlarge-up-1>.cell {
        width: 100%
    }
    .xlarge-up-2>.cell {
        width: 50%
    }
    .xlarge-up-3>.cell {
        width: 33.33333333%
    }
    .xlarge-up-4>.cell {
        width: 25%
    }
    .xlarge-up-5>.cell {
        width: 20%
    }
    .xlarge-up-6>.cell {
        width: 16.66666667%
    }
    .xlarge-up-7>.cell {
        width: 14.28571429%
    }
    .xlarge-up-8>.cell {
        width: 12.5%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-up-1>.cell {
        width: 100%
    }
    .xxlarge-up-2>.cell {
        width: 50%
    }
    .xxlarge-up-3>.cell {
        width: 33.33333333%
    }
    .xxlarge-up-4>.cell {
        width: 25%
    }
    .xxlarge-up-5>.cell {
        width: 20%
    }
    .xxlarge-up-6>.cell {
        width: 16.66666667%
    }
    .xxlarge-up-7>.cell {
        width: 14.28571429%
    }
    .xxlarge-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.33333333% - 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.66666667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.28571429% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .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.33333333% - 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.66666667% - 1.875rem)
    }
    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571429% - 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.33333333% - 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.66666667% - 1.875rem)
    }
    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.28571429% - 1.875rem)
    }
    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-x.medium-up-1>.cell,
    .grid-margin-x.small-up-1>.cell {
        width: calc(100% - 2.5rem)
    }
    .grid-margin-x.medium-up-2>.cell,
    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 2.5rem)
    }
    .grid-margin-x.medium-up-3>.cell,
    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333333% - 2.5rem)
    }
    .grid-margin-x.medium-up-4>.cell,
    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 2.5rem)
    }
    .grid-margin-x.medium-up-5>.cell,
    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 2.5rem)
    }
    .grid-margin-x.medium-up-6>.cell,
    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66666667% - 2.5rem)
    }
    .grid-margin-x.medium-up-7>.cell,
    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571429% - 2.5rem)
    }
    .grid-margin-x.medium-up-8>.cell,
    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 2.5rem)
    }
    .grid-margin-x.large-up-1>.cell {
        width: calc(100% - 2.5rem)
    }
    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 2.5rem)
    }
    .grid-margin-x.large-up-3>.cell {
        width: calc(33.33333333% - 2.5rem)
    }
    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 2.5rem)
    }
    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 2.5rem)
    }
    .grid-margin-x.large-up-6>.cell {
        width: calc(16.66666667% - 2.5rem)
    }
    .grid-margin-x.large-up-7>.cell {
        width: calc(14.28571429% - 2.5rem)
    }
    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 2.5rem)
    }
}

@media screen and (min-width:75em) {
    .grid-margin-x.large-up-1>.cell,
    .grid-margin-x.medium-up-1>.cell,
    .grid-margin-x.small-up-1>.cell {
        width: calc(100% - 3.75rem)
    }
    .grid-margin-x.large-up-2>.cell,
    .grid-margin-x.medium-up-2>.cell,
    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 3.75rem)
    }
    .grid-margin-x.large-up-3>.cell,
    .grid-margin-x.medium-up-3>.cell,
    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-x.large-up-4>.cell,
    .grid-margin-x.medium-up-4>.cell,
    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 3.75rem)
    }
    .grid-margin-x.large-up-5>.cell,
    .grid-margin-x.medium-up-5>.cell,
    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 3.75rem)
    }
    .grid-margin-x.large-up-6>.cell,
    .grid-margin-x.medium-up-6>.cell,
    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-x.large-up-7>.cell,
    .grid-margin-x.medium-up-7>.cell,
    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571429% - 3.75rem)
    }
    .grid-margin-x.large-up-8>.cell,
    .grid-margin-x.medium-up-8>.cell,
    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 3.75rem)
    }
    .grid-margin-x.xlarge-up-1>.cell {
        width: calc(100% - 3.75rem)
    }
    .grid-margin-x.xlarge-up-2>.cell {
        width: calc(50% - 3.75rem)
    }
    .grid-margin-x.xlarge-up-3>.cell {
        width: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-x.xlarge-up-4>.cell {
        width: calc(25% - 3.75rem)
    }
    .grid-margin-x.xlarge-up-5>.cell {
        width: calc(20% - 3.75rem)
    }
    .grid-margin-x.xlarge-up-6>.cell {
        width: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-x.xlarge-up-7>.cell {
        width: calc(14.28571429% - 3.75rem)
    }
    .grid-margin-x.xlarge-up-8>.cell {
        width: calc(12.5% - 3.75rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-x.xxlarge-up-1>.cell {
        width: calc(100% - 3.75rem)
    }
    .grid-margin-x.xxlarge-up-2>.cell {
        width: calc(50% - 3.75rem)
    }
    .grid-margin-x.xxlarge-up-3>.cell {
        width: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-x.xxlarge-up-4>.cell {
        width: calc(25% - 3.75rem)
    }
    .grid-margin-x.xxlarge-up-5>.cell {
        width: calc(20% - 3.75rem)
    }
    .grid-margin-x.xxlarge-up-6>.cell {
        width: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-x.xxlarge-up-7>.cell {
        width: calc(14.28571429% - 3.75rem)
    }
    .grid-margin-x.xxlarge-up-8>.cell {
        width: calc(12.5% - 3.75rem)
    }
}

.small-margin-collapse,
.small-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.small-1 {
    width: 8.33333333%
}

.small-margin-collapse>.small-2 {
    width: 16.66666667%
}

.small-margin-collapse>.small-3 {
    width: 25%
}

.small-margin-collapse>.small-4 {
    width: 33.33333333%
}

.small-margin-collapse>.small-5 {
    width: 41.66666667%
}

.small-margin-collapse>.small-6 {
    width: 50%
}

.small-margin-collapse>.small-7 {
    width: 58.33333333%
}

.small-margin-collapse>.small-8 {
    width: 66.66666667%
}

.small-margin-collapse>.small-9 {
    width: 75%
}

.small-margin-collapse>.small-10 {
    width: 83.33333333%
}

.small-margin-collapse>.small-11 {
    width: 91.66666667%
}

.small-margin-collapse>.small-12 {
    width: 100%
}

@media print,
screen and (min-width:40em) {
    .small-margin-collapse>.medium-1 {
        width: 8.33333333%
    }
    .small-margin-collapse>.medium-2 {
        width: 16.66666667%
    }
    .small-margin-collapse>.medium-3 {
        width: 25%
    }
    .small-margin-collapse>.medium-4 {
        width: 33.33333333%
    }
    .small-margin-collapse>.medium-5 {
        width: 41.66666667%
    }
    .small-margin-collapse>.medium-6 {
        width: 50%
    }
    .small-margin-collapse>.medium-7 {
        width: 58.33333333%
    }
    .small-margin-collapse>.medium-8 {
        width: 66.66666667%
    }
    .small-margin-collapse>.medium-9 {
        width: 75%
    }
    .small-margin-collapse>.medium-10 {
        width: 83.33333333%
    }
    .small-margin-collapse>.medium-11 {
        width: 91.66666667%
    }
    .small-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .small-margin-collapse>.large-1 {
        width: 8.33333333%
    }
    .small-margin-collapse>.large-2 {
        width: 16.66666667%
    }
    .small-margin-collapse>.large-3 {
        width: 25%
    }
    .small-margin-collapse>.large-4 {
        width: 33.33333333%
    }
    .small-margin-collapse>.large-5 {
        width: 41.66666667%
    }
    .small-margin-collapse>.large-6 {
        width: 50%
    }
    .small-margin-collapse>.large-7 {
        width: 58.33333333%
    }
    .small-margin-collapse>.large-8 {
        width: 66.66666667%
    }
    .small-margin-collapse>.large-9 {
        width: 75%
    }
    .small-margin-collapse>.large-10 {
        width: 83.33333333%
    }
    .small-margin-collapse>.large-11 {
        width: 91.66666667%
    }
    .small-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .small-margin-collapse>.xlarge-1 {
        width: 8.33333333%
    }
    .small-margin-collapse>.xlarge-2 {
        width: 16.66666667%
    }
    .small-margin-collapse>.xlarge-3 {
        width: 25%
    }
    .small-margin-collapse>.xlarge-4 {
        width: 33.33333333%
    }
    .small-margin-collapse>.xlarge-5 {
        width: 41.66666667%
    }
    .small-margin-collapse>.xlarge-6 {
        width: 50%
    }
    .small-margin-collapse>.xlarge-7 {
        width: 58.33333333%
    }
    .small-margin-collapse>.xlarge-8 {
        width: 66.66666667%
    }
    .small-margin-collapse>.xlarge-9 {
        width: 75%
    }
    .small-margin-collapse>.xlarge-10 {
        width: 83.33333333%
    }
    .small-margin-collapse>.xlarge-11 {
        width: 91.66666667%
    }
    .small-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .small-margin-collapse>.xxlarge-1 {
        width: 8.33333333%
    }
    .small-margin-collapse>.xxlarge-2 {
        width: 16.66666667%
    }
    .small-margin-collapse>.xxlarge-3 {
        width: 25%
    }
    .small-margin-collapse>.xxlarge-4 {
        width: 33.33333333%
    }
    .small-margin-collapse>.xxlarge-5 {
        width: 41.66666667%
    }
    .small-margin-collapse>.xxlarge-6 {
        width: 50%
    }
    .small-margin-collapse>.xxlarge-7 {
        width: 58.33333333%
    }
    .small-margin-collapse>.xxlarge-8 {
        width: 66.66666667%
    }
    .small-margin-collapse>.xxlarge-9 {
        width: 75%
    }
    .small-margin-collapse>.xxlarge-10 {
        width: 83.33333333%
    }
    .small-margin-collapse>.xxlarge-11 {
        width: 91.66666667%
    }
    .small-margin-collapse>.xxlarge-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:40em) {
    .medium-margin-collapse,
    .medium-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width:40em) {
    .medium-margin-collapse>.small-1 {
        width: 8.33333333%
    }
    .medium-margin-collapse>.small-2 {
        width: 16.66666667%
    }
    .medium-margin-collapse>.small-3 {
        width: 25%
    }
    .medium-margin-collapse>.small-4 {
        width: 33.33333333%
    }
    .medium-margin-collapse>.small-5 {
        width: 41.66666667%
    }
    .medium-margin-collapse>.small-6 {
        width: 50%
    }
    .medium-margin-collapse>.small-7 {
        width: 58.33333333%
    }
    .medium-margin-collapse>.small-8 {
        width: 66.66666667%
    }
    .medium-margin-collapse>.small-9 {
        width: 75%
    }
    .medium-margin-collapse>.small-10 {
        width: 83.33333333%
    }
    .medium-margin-collapse>.small-11 {
        width: 91.66666667%
    }
    .medium-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:40em) {
    .medium-margin-collapse>.medium-1 {
        width: 8.33333333%
    }
    .medium-margin-collapse>.medium-2 {
        width: 16.66666667%
    }
    .medium-margin-collapse>.medium-3 {
        width: 25%
    }
    .medium-margin-collapse>.medium-4 {
        width: 33.33333333%
    }
    .medium-margin-collapse>.medium-5 {
        width: 41.66666667%
    }
    .medium-margin-collapse>.medium-6 {
        width: 50%
    }
    .medium-margin-collapse>.medium-7 {
        width: 58.33333333%
    }
    .medium-margin-collapse>.medium-8 {
        width: 66.66666667%
    }
    .medium-margin-collapse>.medium-9 {
        width: 75%
    }
    .medium-margin-collapse>.medium-10 {
        width: 83.33333333%
    }
    .medium-margin-collapse>.medium-11 {
        width: 91.66666667%
    }
    .medium-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .medium-margin-collapse>.large-1 {
        width: 8.33333333%
    }
    .medium-margin-collapse>.large-2 {
        width: 16.66666667%
    }
    .medium-margin-collapse>.large-3 {
        width: 25%
    }
    .medium-margin-collapse>.large-4 {
        width: 33.33333333%
    }
    .medium-margin-collapse>.large-5 {
        width: 41.66666667%
    }
    .medium-margin-collapse>.large-6 {
        width: 50%
    }
    .medium-margin-collapse>.large-7 {
        width: 58.33333333%
    }
    .medium-margin-collapse>.large-8 {
        width: 66.66666667%
    }
    .medium-margin-collapse>.large-9 {
        width: 75%
    }
    .medium-margin-collapse>.large-10 {
        width: 83.33333333%
    }
    .medium-margin-collapse>.large-11 {
        width: 91.66666667%
    }
    .medium-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .medium-margin-collapse>.xlarge-1 {
        width: 8.33333333%
    }
    .medium-margin-collapse>.xlarge-2 {
        width: 16.66666667%
    }
    .medium-margin-collapse>.xlarge-3 {
        width: 25%
    }
    .medium-margin-collapse>.xlarge-4 {
        width: 33.33333333%
    }
    .medium-margin-collapse>.xlarge-5 {
        width: 41.66666667%
    }
    .medium-margin-collapse>.xlarge-6 {
        width: 50%
    }
    .medium-margin-collapse>.xlarge-7 {
        width: 58.33333333%
    }
    .medium-margin-collapse>.xlarge-8 {
        width: 66.66666667%
    }
    .medium-margin-collapse>.xlarge-9 {
        width: 75%
    }
    .medium-margin-collapse>.xlarge-10 {
        width: 83.33333333%
    }
    .medium-margin-collapse>.xlarge-11 {
        width: 91.66666667%
    }
    .medium-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .medium-margin-collapse>.xxlarge-1 {
        width: 8.33333333%
    }
    .medium-margin-collapse>.xxlarge-2 {
        width: 16.66666667%
    }
    .medium-margin-collapse>.xxlarge-3 {
        width: 25%
    }
    .medium-margin-collapse>.xxlarge-4 {
        width: 33.33333333%
    }
    .medium-margin-collapse>.xxlarge-5 {
        width: 41.66666667%
    }
    .medium-margin-collapse>.xxlarge-6 {
        width: 50%
    }
    .medium-margin-collapse>.xxlarge-7 {
        width: 58.33333333%
    }
    .medium-margin-collapse>.xxlarge-8 {
        width: 66.66666667%
    }
    .medium-margin-collapse>.xxlarge-9 {
        width: 75%
    }
    .medium-margin-collapse>.xxlarge-10 {
        width: 83.33333333%
    }
    .medium-margin-collapse>.xxlarge-11 {
        width: 91.66666667%
    }
    .medium-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .medium-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse,
    .large-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse>.small-1 {
        width: 8.33333333%
    }
    .large-margin-collapse>.small-2 {
        width: 16.66666667%
    }
    .large-margin-collapse>.small-3 {
        width: 25%
    }
    .large-margin-collapse>.small-4 {
        width: 33.33333333%
    }
    .large-margin-collapse>.small-5 {
        width: 41.66666667%
    }
    .large-margin-collapse>.small-6 {
        width: 50%
    }
    .large-margin-collapse>.small-7 {
        width: 58.33333333%
    }
    .large-margin-collapse>.small-8 {
        width: 66.66666667%
    }
    .large-margin-collapse>.small-9 {
        width: 75%
    }
    .large-margin-collapse>.small-10 {
        width: 83.33333333%
    }
    .large-margin-collapse>.small-11 {
        width: 91.66666667%
    }
    .large-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse>.medium-1 {
        width: 8.33333333%
    }
    .large-margin-collapse>.medium-2 {
        width: 16.66666667%
    }
    .large-margin-collapse>.medium-3 {
        width: 25%
    }
    .large-margin-collapse>.medium-4 {
        width: 33.33333333%
    }
    .large-margin-collapse>.medium-5 {
        width: 41.66666667%
    }
    .large-margin-collapse>.medium-6 {
        width: 50%
    }
    .large-margin-collapse>.medium-7 {
        width: 58.33333333%
    }
    .large-margin-collapse>.medium-8 {
        width: 66.66666667%
    }
    .large-margin-collapse>.medium-9 {
        width: 75%
    }
    .large-margin-collapse>.medium-10 {
        width: 83.33333333%
    }
    .large-margin-collapse>.medium-11 {
        width: 91.66666667%
    }
    .large-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse>.large-1 {
        width: 8.33333333%
    }
    .large-margin-collapse>.large-2 {
        width: 16.66666667%
    }
    .large-margin-collapse>.large-3 {
        width: 25%
    }
    .large-margin-collapse>.large-4 {
        width: 33.33333333%
    }
    .large-margin-collapse>.large-5 {
        width: 41.66666667%
    }
    .large-margin-collapse>.large-6 {
        width: 50%
    }
    .large-margin-collapse>.large-7 {
        width: 58.33333333%
    }
    .large-margin-collapse>.large-8 {
        width: 66.66666667%
    }
    .large-margin-collapse>.large-9 {
        width: 75%
    }
    .large-margin-collapse>.large-10 {
        width: 83.33333333%
    }
    .large-margin-collapse>.large-11 {
        width: 91.66666667%
    }
    .large-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .large-margin-collapse>.xlarge-1 {
        width: 8.33333333%
    }
    .large-margin-collapse>.xlarge-2 {
        width: 16.66666667%
    }
    .large-margin-collapse>.xlarge-3 {
        width: 25%
    }
    .large-margin-collapse>.xlarge-4 {
        width: 33.33333333%
    }
    .large-margin-collapse>.xlarge-5 {
        width: 41.66666667%
    }
    .large-margin-collapse>.xlarge-6 {
        width: 50%
    }
    .large-margin-collapse>.xlarge-7 {
        width: 58.33333333%
    }
    .large-margin-collapse>.xlarge-8 {
        width: 66.66666667%
    }
    .large-margin-collapse>.xlarge-9 {
        width: 75%
    }
    .large-margin-collapse>.xlarge-10 {
        width: 83.33333333%
    }
    .large-margin-collapse>.xlarge-11 {
        width: 91.66666667%
    }
    .large-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .large-margin-collapse>.xxlarge-1 {
        width: 8.33333333%
    }
    .large-margin-collapse>.xxlarge-2 {
        width: 16.66666667%
    }
    .large-margin-collapse>.xxlarge-3 {
        width: 25%
    }
    .large-margin-collapse>.xxlarge-4 {
        width: 33.33333333%
    }
    .large-margin-collapse>.xxlarge-5 {
        width: 41.66666667%
    }
    .large-margin-collapse>.xxlarge-6 {
        width: 50%
    }
    .large-margin-collapse>.xxlarge-7 {
        width: 58.33333333%
    }
    .large-margin-collapse>.xxlarge-8 {
        width: 66.66666667%
    }
    .large-margin-collapse>.xxlarge-9 {
        width: 75%
    }
    .large-margin-collapse>.xxlarge-10 {
        width: 83.33333333%
    }
    .large-margin-collapse>.xxlarge-11 {
        width: 91.66666667%
    }
    .large-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .large-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width:75em) {
    .xlarge-margin-collapse,
    .xlarge-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:75em) {
    .xlarge-margin-collapse>.small-1 {
        width: 8.33333333%
    }
    .xlarge-margin-collapse>.small-2 {
        width: 16.66666667%
    }
    .xlarge-margin-collapse>.small-3 {
        width: 25%
    }
    .xlarge-margin-collapse>.small-4 {
        width: 33.33333333%
    }
    .xlarge-margin-collapse>.small-5 {
        width: 41.66666667%
    }
    .xlarge-margin-collapse>.small-6 {
        width: 50%
    }
    .xlarge-margin-collapse>.small-7 {
        width: 58.33333333%
    }
    .xlarge-margin-collapse>.small-8 {
        width: 66.66666667%
    }
    .xlarge-margin-collapse>.small-9 {
        width: 75%
    }
    .xlarge-margin-collapse>.small-10 {
        width: 83.33333333%
    }
    .xlarge-margin-collapse>.small-11 {
        width: 91.66666667%
    }
    .xlarge-margin-collapse>.small-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .xlarge-margin-collapse>.medium-1 {
        width: 8.33333333%
    }
    .xlarge-margin-collapse>.medium-2 {
        width: 16.66666667%
    }
    .xlarge-margin-collapse>.medium-3 {
        width: 25%
    }
    .xlarge-margin-collapse>.medium-4 {
        width: 33.33333333%
    }
    .xlarge-margin-collapse>.medium-5 {
        width: 41.66666667%
    }
    .xlarge-margin-collapse>.medium-6 {
        width: 50%
    }
    .xlarge-margin-collapse>.medium-7 {
        width: 58.33333333%
    }
    .xlarge-margin-collapse>.medium-8 {
        width: 66.66666667%
    }
    .xlarge-margin-collapse>.medium-9 {
        width: 75%
    }
    .xlarge-margin-collapse>.medium-10 {
        width: 83.33333333%
    }
    .xlarge-margin-collapse>.medium-11 {
        width: 91.66666667%
    }
    .xlarge-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .xlarge-margin-collapse>.large-1 {
        width: 8.33333333%
    }
    .xlarge-margin-collapse>.large-2 {
        width: 16.66666667%
    }
    .xlarge-margin-collapse>.large-3 {
        width: 25%
    }
    .xlarge-margin-collapse>.large-4 {
        width: 33.33333333%
    }
    .xlarge-margin-collapse>.large-5 {
        width: 41.66666667%
    }
    .xlarge-margin-collapse>.large-6 {
        width: 50%
    }
    .xlarge-margin-collapse>.large-7 {
        width: 58.33333333%
    }
    .xlarge-margin-collapse>.large-8 {
        width: 66.66666667%
    }
    .xlarge-margin-collapse>.large-9 {
        width: 75%
    }
    .xlarge-margin-collapse>.large-10 {
        width: 83.33333333%
    }
    .xlarge-margin-collapse>.large-11 {
        width: 91.66666667%
    }
    .xlarge-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .xlarge-margin-collapse>.xlarge-1 {
        width: 8.33333333%
    }
    .xlarge-margin-collapse>.xlarge-2 {
        width: 16.66666667%
    }
    .xlarge-margin-collapse>.xlarge-3 {
        width: 25%
    }
    .xlarge-margin-collapse>.xlarge-4 {
        width: 33.33333333%
    }
    .xlarge-margin-collapse>.xlarge-5 {
        width: 41.66666667%
    }
    .xlarge-margin-collapse>.xlarge-6 {
        width: 50%
    }
    .xlarge-margin-collapse>.xlarge-7 {
        width: 58.33333333%
    }
    .xlarge-margin-collapse>.xlarge-8 {
        width: 66.66666667%
    }
    .xlarge-margin-collapse>.xlarge-9 {
        width: 75%
    }
    .xlarge-margin-collapse>.xlarge-10 {
        width: 83.33333333%
    }
    .xlarge-margin-collapse>.xlarge-11 {
        width: 91.66666667%
    }
    .xlarge-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xlarge-margin-collapse>.xxlarge-1 {
        width: 8.33333333%
    }
    .xlarge-margin-collapse>.xxlarge-2 {
        width: 16.66666667%
    }
    .xlarge-margin-collapse>.xxlarge-3 {
        width: 25%
    }
    .xlarge-margin-collapse>.xxlarge-4 {
        width: 33.33333333%
    }
    .xlarge-margin-collapse>.xxlarge-5 {
        width: 41.66666667%
    }
    .xlarge-margin-collapse>.xxlarge-6 {
        width: 50%
    }
    .xlarge-margin-collapse>.xxlarge-7 {
        width: 58.33333333%
    }
    .xlarge-margin-collapse>.xxlarge-8 {
        width: 66.66666667%
    }
    .xlarge-margin-collapse>.xxlarge-9 {
        width: 75%
    }
    .xlarge-margin-collapse>.xxlarge-10 {
        width: 83.33333333%
    }
    .xlarge-margin-collapse>.xxlarge-11 {
        width: 91.66666667%
    }
    .xlarge-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .xlarge-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse,
    .xxlarge-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse>.small-1 {
        width: 8.33333333%
    }
    .xxlarge-margin-collapse>.small-2 {
        width: 16.66666667%
    }
    .xxlarge-margin-collapse>.small-3 {
        width: 25%
    }
    .xxlarge-margin-collapse>.small-4 {
        width: 33.33333333%
    }
    .xxlarge-margin-collapse>.small-5 {
        width: 41.66666667%
    }
    .xxlarge-margin-collapse>.small-6 {
        width: 50%
    }
    .xxlarge-margin-collapse>.small-7 {
        width: 58.33333333%
    }
    .xxlarge-margin-collapse>.small-8 {
        width: 66.66666667%
    }
    .xxlarge-margin-collapse>.small-9 {
        width: 75%
    }
    .xxlarge-margin-collapse>.small-10 {
        width: 83.33333333%
    }
    .xxlarge-margin-collapse>.small-11 {
        width: 91.66666667%
    }
    .xxlarge-margin-collapse>.small-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse>.medium-1 {
        width: 8.33333333%
    }
    .xxlarge-margin-collapse>.medium-2 {
        width: 16.66666667%
    }
    .xxlarge-margin-collapse>.medium-3 {
        width: 25%
    }
    .xxlarge-margin-collapse>.medium-4 {
        width: 33.33333333%
    }
    .xxlarge-margin-collapse>.medium-5 {
        width: 41.66666667%
    }
    .xxlarge-margin-collapse>.medium-6 {
        width: 50%
    }
    .xxlarge-margin-collapse>.medium-7 {
        width: 58.33333333%
    }
    .xxlarge-margin-collapse>.medium-8 {
        width: 66.66666667%
    }
    .xxlarge-margin-collapse>.medium-9 {
        width: 75%
    }
    .xxlarge-margin-collapse>.medium-10 {
        width: 83.33333333%
    }
    .xxlarge-margin-collapse>.medium-11 {
        width: 91.66666667%
    }
    .xxlarge-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse>.large-1 {
        width: 8.33333333%
    }
    .xxlarge-margin-collapse>.large-2 {
        width: 16.66666667%
    }
    .xxlarge-margin-collapse>.large-3 {
        width: 25%
    }
    .xxlarge-margin-collapse>.large-4 {
        width: 33.33333333%
    }
    .xxlarge-margin-collapse>.large-5 {
        width: 41.66666667%
    }
    .xxlarge-margin-collapse>.large-6 {
        width: 50%
    }
    .xxlarge-margin-collapse>.large-7 {
        width: 58.33333333%
    }
    .xxlarge-margin-collapse>.large-8 {
        width: 66.66666667%
    }
    .xxlarge-margin-collapse>.large-9 {
        width: 75%
    }
    .xxlarge-margin-collapse>.large-10 {
        width: 83.33333333%
    }
    .xxlarge-margin-collapse>.large-11 {
        width: 91.66666667%
    }
    .xxlarge-margin-collapse>.large-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse>.xlarge-1 {
        width: 8.33333333%
    }
    .xxlarge-margin-collapse>.xlarge-2 {
        width: 16.66666667%
    }
    .xxlarge-margin-collapse>.xlarge-3 {
        width: 25%
    }
    .xxlarge-margin-collapse>.xlarge-4 {
        width: 33.33333333%
    }
    .xxlarge-margin-collapse>.xlarge-5 {
        width: 41.66666667%
    }
    .xxlarge-margin-collapse>.xlarge-6 {
        width: 50%
    }
    .xxlarge-margin-collapse>.xlarge-7 {
        width: 58.33333333%
    }
    .xxlarge-margin-collapse>.xlarge-8 {
        width: 66.66666667%
    }
    .xxlarge-margin-collapse>.xlarge-9 {
        width: 75%
    }
    .xxlarge-margin-collapse>.xlarge-10 {
        width: 83.33333333%
    }
    .xxlarge-margin-collapse>.xlarge-11 {
        width: 91.66666667%
    }
    .xxlarge-margin-collapse>.xlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-margin-collapse>.xxlarge-1 {
        width: 8.33333333%
    }
    .xxlarge-margin-collapse>.xxlarge-2 {
        width: 16.66666667%
    }
    .xxlarge-margin-collapse>.xxlarge-3 {
        width: 25%
    }
    .xxlarge-margin-collapse>.xxlarge-4 {
        width: 33.33333333%
    }
    .xxlarge-margin-collapse>.xxlarge-5 {
        width: 41.66666667%
    }
    .xxlarge-margin-collapse>.xxlarge-6 {
        width: 50%
    }
    .xxlarge-margin-collapse>.xxlarge-7 {
        width: 58.33333333%
    }
    .xxlarge-margin-collapse>.xxlarge-8 {
        width: 66.66666667%
    }
    .xxlarge-margin-collapse>.xxlarge-9 {
        width: 75%
    }
    .xxlarge-margin-collapse>.xxlarge-10 {
        width: 83.33333333%
    }
    .xxlarge-margin-collapse>.xxlarge-11 {
        width: 91.66666667%
    }
    .xxlarge-margin-collapse>.xxlarge-12 {
        width: 100%
    }
}

@media screen and (min-width:90em) {
    .xxlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .xxlarge-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.33333333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.33333333% + .625rem)
}

.small-offset-2 {
    margin-left: 16.66666667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.66666667% + .625rem)
}

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

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + .625rem)
}

.small-offset-4 {
    margin-left: 33.33333333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.33333333% + .625rem)
}

.small-offset-5 {
    margin-left: 41.66666667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.66666667% + .625rem)
}

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

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + .625rem)
}

.small-offset-7 {
    margin-left: 58.33333333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.33333333% + .625rem)
}

.small-offset-8 {
    margin-left: 66.66666667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.66666667% + .625rem)
}

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

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + .625rem)
}

.small-offset-10 {
    margin-left: 83.33333333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.33333333% + .625rem)
}

.small-offset-11 {
    margin-left: 91.66666667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.66666667% + .625rem)
}

@media print,
screen and (min-width:40em) {
    .medium-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.medium-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
    .medium-offset-1 {
        margin-left: 8.33333333%
    }
    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.33333333% + .9375rem)
    }
    .medium-offset-2 {
        margin-left: 16.66666667%
    }
    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.66666667% + .9375rem)
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .medium-offset-4 {
        margin-left: 33.33333333%
    }
    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.33333333% + .9375rem)
    }
    .medium-offset-5 {
        margin-left: 41.66666667%
    }
    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.66666667% + .9375rem)
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .medium-offset-7 {
        margin-left: 58.33333333%
    }
    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.33333333% + .9375rem)
    }
    .medium-offset-8 {
        margin-left: 66.66666667%
    }
    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.66666667% + .9375rem)
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .medium-offset-10 {
        margin-left: 83.33333333%
    }
    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.33333333% + .9375rem)
    }
    .medium-offset-11 {
        margin-left: 91.66666667%
    }
    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.66666667% + .9375rem)
    }
}

@media print,
screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.large-offset-0 {
        margin-left: calc(0% + 1.25rem)
    }
    .large-offset-1 {
        margin-left: 8.33333333%
    }
    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.33333333% + 1.25rem)
    }
    .large-offset-2 {
        margin-left: 16.66666667%
    }
    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.66666667% + 1.25rem)
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + 1.25rem)
    }
    .large-offset-4 {
        margin-left: 33.33333333%
    }
    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.33333333% + 1.25rem)
    }
    .large-offset-5 {
        margin-left: 41.66666667%
    }
    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.66666667% + 1.25rem)
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + 1.25rem)
    }
    .large-offset-7 {
        margin-left: 58.33333333%
    }
    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.33333333% + 1.25rem)
    }
    .large-offset-8 {
        margin-left: 66.66666667%
    }
    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.66666667% + 1.25rem)
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + 1.25rem)
    }
    .large-offset-10 {
        margin-left: 83.33333333%
    }
    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.33333333% + 1.25rem)
    }
    .large-offset-11 {
        margin-left: 91.66666667%
    }
    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.66666667% + 1.25rem)
    }
}

@media screen and (min-width:75em) {
    .xlarge-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.xlarge-offset-0 {
        margin-left: calc(0% + 1.875rem)
    }
    .xlarge-offset-1 {
        margin-left: 8.33333333%
    }
    .grid-margin-x>.xlarge-offset-1 {
        margin-left: calc(8.33333333% + 1.875rem)
    }
    .xlarge-offset-2 {
        margin-left: 16.66666667%
    }
    .grid-margin-x>.xlarge-offset-2 {
        margin-left: calc(16.66666667% + 1.875rem)
    }
    .xlarge-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.xlarge-offset-3 {
        margin-left: calc(25% + 1.875rem)
    }
    .xlarge-offset-4 {
        margin-left: 33.33333333%
    }
    .grid-margin-x>.xlarge-offset-4 {
        margin-left: calc(33.33333333% + 1.875rem)
    }
    .xlarge-offset-5 {
        margin-left: 41.66666667%
    }
    .grid-margin-x>.xlarge-offset-5 {
        margin-left: calc(41.66666667% + 1.875rem)
    }
    .xlarge-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.xlarge-offset-6 {
        margin-left: calc(50% + 1.875rem)
    }
    .xlarge-offset-7 {
        margin-left: 58.33333333%
    }
    .grid-margin-x>.xlarge-offset-7 {
        margin-left: calc(58.33333333% + 1.875rem)
    }
    .xlarge-offset-8 {
        margin-left: 66.66666667%
    }
    .grid-margin-x>.xlarge-offset-8 {
        margin-left: calc(66.66666667% + 1.875rem)
    }
    .xlarge-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.xlarge-offset-9 {
        margin-left: calc(75% + 1.875rem)
    }
    .xlarge-offset-10 {
        margin-left: 83.33333333%
    }
    .grid-margin-x>.xlarge-offset-10 {
        margin-left: calc(83.33333333% + 1.875rem)
    }
    .xlarge-offset-11 {
        margin-left: 91.66666667%
    }
    .grid-margin-x>.xlarge-offset-11 {
        margin-left: calc(91.66666667% + 1.875rem)
    }
}

@media screen and (min-width:90em) {
    .xxlarge-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.xxlarge-offset-0 {
        margin-left: calc(0% + 1.875rem)
    }
    .xxlarge-offset-1 {
        margin-left: 8.33333333%
    }
    .grid-margin-x>.xxlarge-offset-1 {
        margin-left: calc(8.33333333% + 1.875rem)
    }
    .xxlarge-offset-2 {
        margin-left: 16.66666667%
    }
    .grid-margin-x>.xxlarge-offset-2 {
        margin-left: calc(16.66666667% + 1.875rem)
    }
    .xxlarge-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.xxlarge-offset-3 {
        margin-left: calc(25% + 1.875rem)
    }
    .xxlarge-offset-4 {
        margin-left: 33.33333333%
    }
    .grid-margin-x>.xxlarge-offset-4 {
        margin-left: calc(33.33333333% + 1.875rem)
    }
    .xxlarge-offset-5 {
        margin-left: 41.66666667%
    }
    .grid-margin-x>.xxlarge-offset-5 {
        margin-left: calc(41.66666667% + 1.875rem)
    }
    .xxlarge-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.xxlarge-offset-6 {
        margin-left: calc(50% + 1.875rem)
    }
    .xxlarge-offset-7 {
        margin-left: 58.33333333%
    }
    .grid-margin-x>.xxlarge-offset-7 {
        margin-left: calc(58.33333333% + 1.875rem)
    }
    .xxlarge-offset-8 {
        margin-left: 66.66666667%
    }
    .grid-margin-x>.xxlarge-offset-8 {
        margin-left: calc(66.66666667% + 1.875rem)
    }
    .xxlarge-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.xxlarge-offset-9 {
        margin-left: calc(75% + 1.875rem)
    }
    .xxlarge-offset-10 {
        margin-left: 83.33333333%
    }
    .grid-margin-x>.xxlarge-offset-10 {
        margin-left: calc(83.33333333% + 1.875rem)
    }
    .xxlarge-offset-11 {
        margin-left: 91.66666667%
    }
    .grid-margin-x>.xxlarge-offset-11 {
        margin-left: calc(91.66666667% + 1.875rem)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y>.cell {
    width: auto;
    max-width: none
}

.grid-y>.auto,
.grid-y>.shrink {
    height: auto
}

.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,
.grid-y>.small-full,
.grid-y>.small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,
screen and (min-width:40em) {
    .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,
    .grid-y>.medium-full,
    .grid-y>.medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width:64em) {
    .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,
    .grid-y>.large-full,
    .grid-y>.large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:75em) {
    .grid-y>.xlarge-1,
    .grid-y>.xlarge-2,
    .grid-y>.xlarge-3,
    .grid-y>.xlarge-4,
    .grid-y>.xlarge-5,
    .grid-y>.xlarge-6,
    .grid-y>.xlarge-7,
    .grid-y>.xlarge-8,
    .grid-y>.xlarge-9,
    .grid-y>.xlarge-10,
    .grid-y>.xlarge-11,
    .grid-y>.xlarge-12,
    .grid-y>.xlarge-full,
    .grid-y>.xlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media screen and (min-width:90em) {
    .grid-y>.xxlarge-1,
    .grid-y>.xxlarge-2,
    .grid-y>.xxlarge-3,
    .grid-y>.xxlarge-4,
    .grid-y>.xxlarge-5,
    .grid-y>.xxlarge-6,
    .grid-y>.xxlarge-7,
    .grid-y>.xxlarge-8,
    .grid-y>.xxlarge-9,
    .grid-y>.xxlarge-10,
    .grid-y>.xxlarge-11,
    .grid-y>.xxlarge-12,
    .grid-y>.xxlarge-full,
    .grid-y>.xxlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y>.small-1 {
    height: 8.33333333%
}

.grid-y>.small-2 {
    height: 16.66666667%
}

.grid-y>.small-3 {
    height: 25%
}

.grid-y>.small-4 {
    height: 33.33333333%
}

.grid-y>.small-5 {
    height: 41.66666667%
}

.grid-y>.small-6 {
    height: 50%
}

.grid-y>.small-7 {
    height: 58.33333333%
}

.grid-y>.small-8 {
    height: 66.66666667%
}

.grid-y>.small-9 {
    height: 75%
}

.grid-y>.small-10 {
    height: 83.33333333%
}

.grid-y>.small-11 {
    height: 91.66666667%
}

.grid-y>.small-12 {
    height: 100%
}

@media print,
screen and (min-width:40em) {
    .grid-y>.medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }
    .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,
    .grid-y>.medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .grid-y>.medium-shrink {
        height: auto
    }
    .grid-y>.medium-1 {
        height: 8.33333333%
    }
    .grid-y>.medium-2 {
        height: 16.66666667%
    }
    .grid-y>.medium-3 {
        height: 25%
    }
    .grid-y>.medium-4 {
        height: 33.33333333%
    }
    .grid-y>.medium-5 {
        height: 41.66666667%
    }
    .grid-y>.medium-6 {
        height: 50%
    }
    .grid-y>.medium-7 {
        height: 58.33333333%
    }
    .grid-y>.medium-8 {
        height: 66.66666667%
    }
    .grid-y>.medium-9 {
        height: 75%
    }
    .grid-y>.medium-10 {
        height: 83.33333333%
    }
    .grid-y>.medium-11 {
        height: 91.66666667%
    }
    .grid-y>.medium-12 {
        height: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .grid-y>.large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }
    .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,
    .grid-y>.large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .grid-y>.large-shrink {
        height: auto
    }
    .grid-y>.large-1 {
        height: 8.33333333%
    }
    .grid-y>.large-2 {
        height: 16.66666667%
    }
    .grid-y>.large-3 {
        height: 25%
    }
    .grid-y>.large-4 {
        height: 33.33333333%
    }
    .grid-y>.large-5 {
        height: 41.66666667%
    }
    .grid-y>.large-6 {
        height: 50%
    }
    .grid-y>.large-7 {
        height: 58.33333333%
    }
    .grid-y>.large-8 {
        height: 66.66666667%
    }
    .grid-y>.large-9 {
        height: 75%
    }
    .grid-y>.large-10 {
        height: 83.33333333%
    }
    .grid-y>.large-11 {
        height: 91.66666667%
    }
    .grid-y>.large-12 {
        height: 100%
    }
}

@media screen and (min-width:75em) {
    .grid-y>.xlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }
    .grid-y>.xlarge-1,
    .grid-y>.xlarge-2,
    .grid-y>.xlarge-3,
    .grid-y>.xlarge-4,
    .grid-y>.xlarge-5,
    .grid-y>.xlarge-6,
    .grid-y>.xlarge-7,
    .grid-y>.xlarge-8,
    .grid-y>.xlarge-9,
    .grid-y>.xlarge-10,
    .grid-y>.xlarge-11,
    .grid-y>.xlarge-12,
    .grid-y>.xlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .grid-y>.xlarge-shrink {
        height: auto
    }
    .grid-y>.xlarge-1 {
        height: 8.33333333%
    }
    .grid-y>.xlarge-2 {
        height: 16.66666667%
    }
    .grid-y>.xlarge-3 {
        height: 25%
    }
    .grid-y>.xlarge-4 {
        height: 33.33333333%
    }
    .grid-y>.xlarge-5 {
        height: 41.66666667%
    }
    .grid-y>.xlarge-6 {
        height: 50%
    }
    .grid-y>.xlarge-7 {
        height: 58.33333333%
    }
    .grid-y>.xlarge-8 {
        height: 66.66666667%
    }
    .grid-y>.xlarge-9 {
        height: 75%
    }
    .grid-y>.xlarge-10 {
        height: 83.33333333%
    }
    .grid-y>.xlarge-11 {
        height: 91.66666667%
    }
    .grid-y>.xlarge-12 {
        height: 100%
    }
}

@media screen and (min-width:90em) {
    .grid-y>.xxlarge-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }
    .grid-y>.xxlarge-1,
    .grid-y>.xxlarge-2,
    .grid-y>.xxlarge-3,
    .grid-y>.xxlarge-4,
    .grid-y>.xxlarge-5,
    .grid-y>.xxlarge-6,
    .grid-y>.xxlarge-7,
    .grid-y>.xxlarge-8,
    .grid-y>.xxlarge-9,
    .grid-y>.xxlarge-10,
    .grid-y>.xxlarge-11,
    .grid-y>.xxlarge-12,
    .grid-y>.xxlarge-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .grid-y>.xxlarge-shrink {
        height: auto
    }
    .grid-y>.xxlarge-1 {
        height: 8.33333333%
    }
    .grid-y>.xxlarge-2 {
        height: 16.66666667%
    }
    .grid-y>.xxlarge-3 {
        height: 25%
    }
    .grid-y>.xxlarge-4 {
        height: 33.33333333%
    }
    .grid-y>.xxlarge-5 {
        height: 41.66666667%
    }
    .grid-y>.xxlarge-6 {
        height: 50%
    }
    .grid-y>.xxlarge-7 {
        height: 58.33333333%
    }
    .grid-y>.xxlarge-8 {
        height: 66.66666667%
    }
    .grid-y>.xxlarge-9 {
        height: 75%
    }
    .grid-y>.xxlarge-10 {
        height: 83.33333333%
    }
    .grid-y>.xxlarge-11 {
        height: 91.66666667%
    }
    .grid-y>.xxlarge-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }
}

@media screen and (min-width:75em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -1.875rem;
        margin-bottom: -1.875rem
    }
}

.grid-padding-y>.cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-padding-y>.cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .grid-padding-y>.cell {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

@media screen and (min-width:75em) {
    .grid-padding-y>.cell {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%
}

.cell-block,
.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%
}

.cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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:40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }
    .cell .medium-grid-frame {
        width: 100%
    }
    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -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%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print,
screen and (min-width:64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }
    .cell .large-grid-frame {
        width: 100%
    }
    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -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%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width:75em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }
    .cell .xlarge-grid-frame {
        width: 100%
    }
    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .xlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }
    .xlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .xlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media screen and (min-width:90em) {
    .xxlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }
    .cell .xxlarge-grid-frame {
        width: 100%
    }
    .xxlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .xxlarge-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }
    .xxlarge-cell-block-container>.grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .xxlarge-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print,
screen and (min-width:40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print,
screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width:75em) {
    .grid-y.xlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media screen and (min-width:90em) {
    .grid-y.xxlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,
screen and (min-width:40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:75em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%
    }
}

@media screen and (min-width:90em) {
    .cell .grid-y.xxlarge-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }
}

@media screen and (min-width:75em) {
    .grid-margin-y {
        margin-top: -1.875rem;
        margin-bottom: -1.875rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y>.cell {
        height: calc(100% - 2.5rem);
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }
}

@media screen and (min-width:75em) {
    .grid-margin-y>.cell {
        height: calc(100% - 3.75rem);
        margin-top: 1.875rem;
        margin-bottom: 1.875rem
    }
}

.grid-margin-y>.auto,
.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66666667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66666667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66666667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66666667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y>.auto,
    .grid-margin-y>.shrink {
        height: auto
    }
    .grid-margin-y>.small-1 {
        height: calc(8.33333333% - 1.875rem)
    }
    .grid-margin-y>.small-2 {
        height: calc(16.66666667% - 1.875rem)
    }
    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.small-4 {
        height: calc(33.33333333% - 1.875rem)
    }
    .grid-margin-y>.small-5 {
        height: calc(41.66666667% - 1.875rem)
    }
    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.small-7 {
        height: calc(58.33333333% - 1.875rem)
    }
    .grid-margin-y>.small-8 {
        height: calc(66.66666667% - 1.875rem)
    }
    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.small-10 {
        height: calc(83.33333333% - 1.875rem)
    }
    .grid-margin-y>.small-11 {
        height: calc(91.66666667% - 1.875rem)
    }
    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }
    .grid-margin-y>.medium-auto,
    .grid-margin-y>.medium-shrink {
        height: auto
    }
    .grid-margin-y>.medium-1 {
        height: calc(8.33333333% - 1.875rem)
    }
    .grid-margin-y>.medium-2 {
        height: calc(16.66666667% - 1.875rem)
    }
    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.medium-4 {
        height: calc(33.33333333% - 1.875rem)
    }
    .grid-margin-y>.medium-5 {
        height: calc(41.66666667% - 1.875rem)
    }
    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.medium-7 {
        height: calc(58.33333333% - 1.875rem)
    }
    .grid-margin-y>.medium-8 {
        height: calc(66.66666667% - 1.875rem)
    }
    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.medium-10 {
        height: calc(83.33333333% - 1.875rem)
    }
    .grid-margin-y>.medium-11 {
        height: calc(91.66666667% - 1.875rem)
    }
    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y>.auto,
    .grid-margin-y>.shrink {
        height: auto
    }
    .grid-margin-y>.small-1 {
        height: calc(8.33333333% - 2.5rem)
    }
    .grid-margin-y>.small-2 {
        height: calc(16.66666667% - 2.5rem)
    }
    .grid-margin-y>.small-3 {
        height: calc(25% - 2.5rem)
    }
    .grid-margin-y>.small-4 {
        height: calc(33.33333333% - 2.5rem)
    }
    .grid-margin-y>.small-5 {
        height: calc(41.66666667% - 2.5rem)
    }
    .grid-margin-y>.small-6 {
        height: calc(50% - 2.5rem)
    }
    .grid-margin-y>.small-7 {
        height: calc(58.33333333% - 2.5rem)
    }
    .grid-margin-y>.small-8 {
        height: calc(66.66666667% - 2.5rem)
    }
    .grid-margin-y>.small-9 {
        height: calc(75% - 2.5rem)
    }
    .grid-margin-y>.small-10 {
        height: calc(83.33333333% - 2.5rem)
    }
    .grid-margin-y>.small-11 {
        height: calc(91.66666667% - 2.5rem)
    }
    .grid-margin-y>.small-12 {
        height: calc(100% - 2.5rem)
    }
    .grid-margin-y>.medium-auto,
    .grid-margin-y>.medium-shrink {
        height: auto
    }
    .grid-margin-y>.medium-1 {
        height: calc(8.33333333% - 2.5rem)
    }
    .grid-margin-y>.medium-2 {
        height: calc(16.66666667% - 2.5rem)
    }
    .grid-margin-y>.medium-3 {
        height: calc(25% - 2.5rem)
    }
    .grid-margin-y>.medium-4 {
        height: calc(33.33333333% - 2.5rem)
    }
    .grid-margin-y>.medium-5 {
        height: calc(41.66666667% - 2.5rem)
    }
    .grid-margin-y>.medium-6 {
        height: calc(50% - 2.5rem)
    }
    .grid-margin-y>.medium-7 {
        height: calc(58.33333333% - 2.5rem)
    }
    .grid-margin-y>.medium-8 {
        height: calc(66.66666667% - 2.5rem)
    }
    .grid-margin-y>.medium-9 {
        height: calc(75% - 2.5rem)
    }
    .grid-margin-y>.medium-10 {
        height: calc(83.33333333% - 2.5rem)
    }
    .grid-margin-y>.medium-11 {
        height: calc(91.66666667% - 2.5rem)
    }
    .grid-margin-y>.medium-12 {
        height: calc(100% - 2.5rem)
    }
    .grid-margin-y>.large-auto,
    .grid-margin-y>.large-shrink {
        height: auto
    }
    .grid-margin-y>.large-1 {
        height: calc(8.33333333% - 2.5rem)
    }
    .grid-margin-y>.large-2 {
        height: calc(16.66666667% - 2.5rem)
    }
    .grid-margin-y>.large-3 {
        height: calc(25% - 2.5rem)
    }
    .grid-margin-y>.large-4 {
        height: calc(33.33333333% - 2.5rem)
    }
    .grid-margin-y>.large-5 {
        height: calc(41.66666667% - 2.5rem)
    }
    .grid-margin-y>.large-6 {
        height: calc(50% - 2.5rem)
    }
    .grid-margin-y>.large-7 {
        height: calc(58.33333333% - 2.5rem)
    }
    .grid-margin-y>.large-8 {
        height: calc(66.66666667% - 2.5rem)
    }
    .grid-margin-y>.large-9 {
        height: calc(75% - 2.5rem)
    }
    .grid-margin-y>.large-10 {
        height: calc(83.33333333% - 2.5rem)
    }
    .grid-margin-y>.large-11 {
        height: calc(91.66666667% - 2.5rem)
    }
    .grid-margin-y>.large-12 {
        height: calc(100% - 2.5rem)
    }
}

@media screen and (min-width:75em) {
    .grid-margin-y>.auto,
    .grid-margin-y>.shrink {
        height: auto
    }
    .grid-margin-y>.small-1 {
        height: calc(8.33333333% - 3.75rem)
    }
    .grid-margin-y>.small-2 {
        height: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-y>.small-3 {
        height: calc(25% - 3.75rem)
    }
    .grid-margin-y>.small-4 {
        height: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-y>.small-5 {
        height: calc(41.66666667% - 3.75rem)
    }
    .grid-margin-y>.small-6 {
        height: calc(50% - 3.75rem)
    }
    .grid-margin-y>.small-7 {
        height: calc(58.33333333% - 3.75rem)
    }
    .grid-margin-y>.small-8 {
        height: calc(66.66666667% - 3.75rem)
    }
    .grid-margin-y>.small-9 {
        height: calc(75% - 3.75rem)
    }
    .grid-margin-y>.small-10 {
        height: calc(83.33333333% - 3.75rem)
    }
    .grid-margin-y>.small-11 {
        height: calc(91.66666667% - 3.75rem)
    }
    .grid-margin-y>.small-12 {
        height: calc(100% - 3.75rem)
    }
    .grid-margin-y>.medium-auto,
    .grid-margin-y>.medium-shrink {
        height: auto
    }
    .grid-margin-y>.medium-1 {
        height: calc(8.33333333% - 3.75rem)
    }
    .grid-margin-y>.medium-2 {
        height: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-y>.medium-3 {
        height: calc(25% - 3.75rem)
    }
    .grid-margin-y>.medium-4 {
        height: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-y>.medium-5 {
        height: calc(41.66666667% - 3.75rem)
    }
    .grid-margin-y>.medium-6 {
        height: calc(50% - 3.75rem)
    }
    .grid-margin-y>.medium-7 {
        height: calc(58.33333333% - 3.75rem)
    }
    .grid-margin-y>.medium-8 {
        height: calc(66.66666667% - 3.75rem)
    }
    .grid-margin-y>.medium-9 {
        height: calc(75% - 3.75rem)
    }
    .grid-margin-y>.medium-10 {
        height: calc(83.33333333% - 3.75rem)
    }
    .grid-margin-y>.medium-11 {
        height: calc(91.66666667% - 3.75rem)
    }
    .grid-margin-y>.medium-12 {
        height: calc(100% - 3.75rem)
    }
    .grid-margin-y>.large-auto,
    .grid-margin-y>.large-shrink {
        height: auto
    }
    .grid-margin-y>.large-1 {
        height: calc(8.33333333% - 3.75rem)
    }
    .grid-margin-y>.large-2 {
        height: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-y>.large-3 {
        height: calc(25% - 3.75rem)
    }
    .grid-margin-y>.large-4 {
        height: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-y>.large-5 {
        height: calc(41.66666667% - 3.75rem)
    }
    .grid-margin-y>.large-6 {
        height: calc(50% - 3.75rem)
    }
    .grid-margin-y>.large-7 {
        height: calc(58.33333333% - 3.75rem)
    }
    .grid-margin-y>.large-8 {
        height: calc(66.66666667% - 3.75rem)
    }
    .grid-margin-y>.large-9 {
        height: calc(75% - 3.75rem)
    }
    .grid-margin-y>.large-10 {
        height: calc(83.33333333% - 3.75rem)
    }
    .grid-margin-y>.large-11 {
        height: calc(91.66666667% - 3.75rem)
    }
    .grid-margin-y>.large-12 {
        height: calc(100% - 3.75rem)
    }
    .grid-margin-y>.xlarge-auto,
    .grid-margin-y>.xlarge-shrink {
        height: auto
    }
    .grid-margin-y>.xlarge-1 {
        height: calc(8.33333333% - 3.75rem)
    }
    .grid-margin-y>.xlarge-2 {
        height: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-y>.xlarge-3 {
        height: calc(25% - 3.75rem)
    }
    .grid-margin-y>.xlarge-4 {
        height: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-y>.xlarge-5 {
        height: calc(41.66666667% - 3.75rem)
    }
    .grid-margin-y>.xlarge-6 {
        height: calc(50% - 3.75rem)
    }
    .grid-margin-y>.xlarge-7 {
        height: calc(58.33333333% - 3.75rem)
    }
    .grid-margin-y>.xlarge-8 {
        height: calc(66.66666667% - 3.75rem)
    }
    .grid-margin-y>.xlarge-9 {
        height: calc(75% - 3.75rem)
    }
    .grid-margin-y>.xlarge-10 {
        height: calc(83.33333333% - 3.75rem)
    }
    .grid-margin-y>.xlarge-11 {
        height: calc(91.66666667% - 3.75rem)
    }
    .grid-margin-y>.xlarge-12 {
        height: calc(100% - 3.75rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-y>.xxlarge-auto,
    .grid-margin-y>.xxlarge-shrink {
        height: auto
    }
    .grid-margin-y>.xxlarge-1 {
        height: calc(8.33333333% - 3.75rem)
    }
    .grid-margin-y>.xxlarge-2 {
        height: calc(16.66666667% - 3.75rem)
    }
    .grid-margin-y>.xxlarge-3 {
        height: calc(25% - 3.75rem)
    }
    .grid-margin-y>.xxlarge-4 {
        height: calc(33.33333333% - 3.75rem)
    }
    .grid-margin-y>.xxlarge-5 {
        height: calc(41.66666667% - 3.75rem)
    }
    .grid-margin-y>.xxlarge-6 {
        height: calc(50% - 3.75rem)
    }
    .grid-margin-y>.xxlarge-7 {
        height: calc(58.33333333% - 3.75rem)
    }
    .grid-margin-y>.xxlarge-8 {
        height: calc(66.66666667% - 3.75rem)
    }
    .grid-margin-y>.xxlarge-9 {
        height: calc(75% - 3.75rem)
    }
    .grid-margin-y>.xxlarge-10 {
        height: calc(83.33333333% - 3.75rem)
    }
    .grid-margin-y>.xxlarge-11 {
        height: calc(91.66666667% - 3.75rem)
    }
    .grid-margin-y>.xxlarge-12 {
        height: calc(100% - 3.75rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print,
screen and (min-width:40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 2.5rem)
    }
}

@media screen and (min-width:75em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 3.75rem)
    }
}

@media screen and (min-width:90em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 3.75rem)
    }
}

@media print,
screen and (min-width:40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 2.5rem)
    }
}

@media screen and (min-width:75em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 3.75rem)
    }
}

@media screen and (min-width:90em) {
    .grid-margin-y.xxlarge-grid-frame {
        height: calc(100vh + 3.75rem)
    }
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

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

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

@media screen and (min-width:75em) {
    .xlarge-text-left {
        text-align: left
    }
    .xlarge-text-right {
        text-align: right
    }
    .xlarge-text-center {
        text-align: center
    }
    .xlarge-text-justify {
        text-align: justify
    }
}

@media screen and (min-width:90em) {
    .xxlarge-text-left {
        text-align: left
    }
    .xxlarge-text-right {
        text-align: right
    }
    .xxlarge-text-center {
        text-align: center
    }
    .xxlarge-text-justify {
        text-align: justify
    }
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer
}

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

.close-button:focus,
.close-button:hover {
    color: #0a0a0a
}

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

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    -webkit-transition: height .5s;
    transition: height .5s
}

.drilldown a {
    padding: .7rem 1rem;
    background: #fff
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-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
}

.drilldown.align-left .is-drilldown-submenu-parent>a:after,
.drilldown .is-drilldown-submenu-parent>a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1d2859;
    right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent>a:after {
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after {
    display: block;
    right: auto;
    left: 1rem
}

.drilldown.align-right .is-drilldown-submenu-parent>a:after,
.drilldown .js-drilldown-back>a:before {
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1d2859 transparent transparent
}

.drilldown .js-drilldown-back>a:before {
    display: block;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

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

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

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

.media-object {
    display: -webkit-box;
    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:39.99875em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.media-object-section {
    -webkit-box-flex: 0;
    -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 screen and (max-width:39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.sticky,
.sticky-container {
    position: relative
}

.sticky {
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(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
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll
}

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

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    background-color: hsla(0, 0%, 4%, .7)
}

.reveal,
.reveal-overlay {
    display: none;
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto
}

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

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

.reveal .column {
    min-width: 0
}

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

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

.reveal.collapse {
    padding: 0
}

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

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

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

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

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

.reveal.without-overlay {
    position: fixed
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: 0;
    font-weight: 400;
    cursor: help
}

.tooltip {
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 3px;
    background-color: #1d2859;
    font-size: 80%;
    color: #fff
}

.tooltip,
.tooltip:before {
    position: absolute
}

.tooltip.bottom:before {
    display: block;
    width: 0;
    height: 0;
    border: .75rem inset;
    content: "";
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #1d2859;
    bottom: 100%
}

.tooltip.bottom.align-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top:before {
    display: block;
    width: 0;
    height: 0;
    border: .75rem inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1d2859 transparent transparent;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.left:before {
    display: block;
    width: 0;
    height: 0;
    border: .75rem inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1d2859;
    left: 100%
}

.tooltip.left.align-center:before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right:before {
    display: block;
    width: 0;
    height: 0;
    border: .75rem inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1d2859 transparent transparent;
    right: 100%;
    left: auto
}

.tooltip.right.align-center:before {
    bottom: auto;
    top: 50%;
    -webkit-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%
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width:75em) {
    .hide-for-xlarge {
        display: none !important
    }
}

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

@media screen and (min-width:75em) and (max-width:89.99875em) {
    .hide-for-xlarge-only {
        display: none !important
    }
}

@media screen and (max-width:74.99875em),
screen and (min-width:90em) {
    .show-for-xlarge-only {
        display: none !important
    }
}

@media screen and (min-width:90em) {
    .hide-for-xxlarge {
        display: none !important
    }
}

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

@media screen and (min-width:90em) {
    .hide-for-xxlarge-only {
        display: none !important
    }
}

@media screen and (max-width:89.99875em) {
    .show-for-xxlarge-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;
    border: 0
}

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

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

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

@media screen and (orientation:portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        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
    }
}

.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width:40em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:75em) {
    .xlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .xlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .xlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .xlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .xlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .xlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media screen and (min-width:90em) {
    .xxlarge-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .xxlarge-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .xxlarge-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .xxlarge-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .xxlarge-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .xxlarge-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:75em) {
    .xlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .xlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .xlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .xlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .xlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .xlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .xlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .xlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:90em) {
    .xxlarge-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .xxlarge-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .xxlarge-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .xxlarge-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .xxlarge-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .xxlarge-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .xxlarge-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .xxlarge-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

* {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,
button,
input,
select,
textarea {
    font-family: National, Arial, sans-serif;
    font-size: .875rem;
    font-display: fallback;
    line-height: 1.4;
    color: #1d2859;
    font-variant-numeric: lining-nums
}

@media print,
screen and (min-width:40em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 1rem
    }
}

@media print,
screen and (min-width:64em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 1.0625rem
    }
}

@media screen and (min-width:75em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 1.1875rem
    }
}

@media screen and (min-width:90em) {
    body,
    button,
    input,
    select,
    textarea {
        font-size: 1.25rem
    }
}

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

img,
main {
    display: block
}

ol,
ul {
    list-style-type: none
}

hr {
    border: 0
}

a {
    -webkit-transition: background .25s ease, border-color .25s ease, color .25s ease;
    transition: background .25s ease, border-color .25s ease, color .25s ease;
    color: #1d2859
}

a,
a img {
    text-decoration: none
}

a img {
    border: 0
}

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

.ws-pre {
    white-space: pre-line
}

.h1,
h1 {
    font-size: 2.625rem
}

.h2,
h2 {
    font-size: 1.625rem
}

.h3,
h3 {
    font-size: 1.1875rem
}

.h4,
.h5,
h4,
h5 {
    font-size: 1rem
}

.h6,
h6 {
    font-size: .875rem
}

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

@media print,
screen and (min-width:64em) {
    .h1,
    h1 {
        font-size: 4.875rem
    }
    .h2,
    h2 {
        font-size: 2rem
    }
    .h3,
    h3 {
        font-size: 1.5rem
    }
    .h6,
    h6 {
        font-size: 1.0625rem
    }
}

@media screen and (min-width:75em) {
    .h1,
    h1 {
        font-size: 6.25rem
    }
    .h2,
    h2 {
        font-size: 2.375rem
    }
    .h3,
    h3 {
        font-size: 1.75rem
    }
    .h4,
    .h5,
    h4,
    h5 {
        font-size: 1.375rem
    }
    .h6,
    h6 {
        font-size: 1.1875rem
    }
}

@media screen and (min-width:90em) {
    .h6,
    h6 {
        font-size: 1.25rem
    }
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    line-height: 1.1;
    font-weight: 700
}

.h1,
.h2--alt,
h1 {
    font-family: Cervo, Arial, sans-serif;
    font-display: fallback;
    text-transform: uppercase;
    line-height: 1
}

@media print,
screen and (min-width:40em) {
    .h1,
    .h2--alt,
    h1 {
        line-height: .9
    }
}

.h2--alt {
    margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
    .h2--alt {
        font-size: 2.5rem;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .h2--alt {
        font-size: 3.375rem
    }
}

@media screen and (min-width:75em) {
    .h2--alt {
        font-size: 4.375rem
    }
}

@media screen and (min-width:90em) {
    .h2--alt {
        font-size: 4.625rem
    }
}

h5 {
    color: #008ecf
}

p+.btn {
    margin-top: .3125rem
}

@media print,
screen and (min-width:40em) {
    p+.btn {
        margin-top: .9375rem
    }
}

p+.link-text {
    margin-top: .625rem
}

@media print,
screen and (min-width:40em) {
    p+.link-text {
        margin-top: .9375rem
    }
}

.typography a[href="https://www.facebook.com/talleysicecream"],
.typography p a[href="https://www.facebook.com/talleysicecream"] {
    border-bottom: none
}

.typography a[href="https://www.facebook.com/talleysicecream"]:before,
.typography p a[href="https://www.facebook.com/talleysicecream"]:before {
    content: "\F082";
    font-family: Font Awesome\ 5 Brands;
    display: inline-block;
    font-size: .875rem;
    margin-right: .375rem;
    margin-left: .3125rem
}

.typography a[href="https://www.instagram.com/talleysicecream"],
.typography p a[href="https://www.instagram.com/talleysicecream"] {
    border-bottom: none
}

.typography a[href="https://www.instagram.com/talleysicecream"]:before,
.typography p a[href="https://www.instagram.com/talleysicecream"]:before {
    content: "\F16D";
    font-family: Font Awesome\ 5 Brands;
    display: inline-block;
    font-size: .875rem;
    margin-right: .375rem;
    margin-left: .3125rem
}

.btn {
    display: inline-block;
    border-radius: 3px;
    background-color: #1d2859;
    padding: .5625rem .9375rem;
    font-weight: 700;
    color: #fff
}

@media print,
screen and (min-width:40em) {
    .btn {
        padding: .8125rem 1.125rem
    }
}

@media print,
screen and (min-width:64em) {
    .btn {
        padding: .8125rem 1.5625rem
    }
}

@media screen and (min-width:75em) {
    .btn {
        padding: .9375rem 1.875rem
    }
}

.btn:hover {
    background-color: #008ecf;
    color: #fff;
    cursor: pointer
}

.btn__icon {
    margin-left: .25rem
}

@media print,
screen and (min-width:40em) {
    .btn__icon {
        vertical-align: -.0625rem
    }
}

@media print,
screen and (min-width:40em) {
    .btn--large {
        font-size: 1.25rem;
        padding: .8125rem 1.25rem
    }
}

@media print,
screen and (min-width:64em) {
    .btn--large {
        padding: .9375rem 2rem 1.0625rem;
        font-size: 1.5rem
    }
}

@media screen and (min-width:90em) {
    .btn--large {
        font-size: 1.75rem
    }
}

@media print,
screen and (min-width:64em) {
    .btn__icon--large {
        font-size: 1.375rem
    }
}

@media screen and (min-width:90em) {
    .btn__icon--large {
        font-size: 1.625rem
    }
}

.btn--full {
    width: 100%;
    text-align: center
}

.btn--reverse {
    background-color: #fff;
    color: #1d2859
}

.link-text {
    -webkit-transition: border .25s ease;
    transition: border .25s ease;
    display: inline-block;
    font-weight: 700;
    border-bottom: .125rem solid #1d2859
}

@media screen and (min-width:75em) {
    .link-text {
        padding-bottom: .125rem;
        border-width: .1875rem
    }
}

.link-text:hover {
    border-color: rgba(0, 142, 207, .25)
}

.text--reverse,
.text--reverse a:not(.btn) {
    color: #fff
}

.image--rounded {
    border-radius: 3px
}

.image__caption {
    font-size: .875rem;
    padding: .625rem 0
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.reveal__video {
    background-color: #000;
    padding: 0;
    border: 10px solid #000;
    outline: none;
    width: 46.875rem;
    max-width: 46.875rem
}

figure.video a {
    position: relative;
    z-index: 1;
    display: block
}

figure.video a .play {
    font-size: 2.1875rem;
    position: absolute;
    right: .625rem;
    bottom: .625rem;
    z-index: 2;
    color: #fff;
    text-shadow: 1px 1px 7px #000;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

figure.video a:hover .play {
    color: #d9edf7
}

.banner-logo-wrapper {
    text-align: left
}

@media print,
screen and (min-width:64em) {
    .banner-logo-wrapper {
        text-align: center
    }
}

.banner-logo {
    margin-bottom: 1.25rem;
    display: inline-block
}

@media print,
screen and (min-width:64em) {
    .banner-logo {
        margin-bottom: 0
    }
}

.limit-min-max__product-title {
    white-space: pre-wrap !important;
    font-size: 1.9vw !important
}

@media (max-width:63.15789474rem) {
    .limit-min-max__product-title {
        font-size: 1.2rem !important
    }
}

@media (min-width:85.52631579rem) {
    .limit-min-max__product-title {
        font-size: 1.625rem !important
    }
}

.limit-min-max__image {
    white-space: pre !important;
    font-size: 6vw !important
}

@media (max-width:500px) {
    .limit-min-max__image {
        font-size: 30px !important
    }
}

@media (min-width:1433.33333333px) {
    .limit-min-max__image {
        font-size: 86px !important
    }
}

@media print,
screen and (min-width:64em) {
    .limit-min-max__image {
        padding-top: 34px
    }
}

.limit-min-max__no-image {
    font-size: 8vw !important
}

@media (max-width:375px) {
    .limit-min-max__no-image {
        font-size: 30px !important
    }
}

@media (min-width:1375px) {
    .limit-min-max__no-image {
        font-size: 110px !important
    }
}

.limit-min-max__intro-section {
    white-space: pre-wrap !important;
    font-size: 3.5vw !important
}

@media (max-width:828.57142857px) {
    .limit-min-max__intro-section {
        font-size: 29px !important
    }
}

@media (min-width:85.71428571rem) {
    .limit-min-max__intro-section {
        font-size: 3rem !important
    }
}

.limit-min-max__tile-title {
    white-space: pre-wrap !important;
    font-size: 2vw !important
}

@media (max-width:1100px) {
    .limit-min-max__tile-title {
        font-size: 22px !important
    }
}

@media (min-width:1550px) {
    .limit-min-max__tile-title {
        font-size: 31px !important
    }
}

/*# sourceMappingURL=base.css.map*/