.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


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

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

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

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

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

.grid-x {
    display: flex;
    flex-flow: row wrap
}

.cell {
    flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%
}

.cell.auto {
    flex: 1 1 0px
}

.cell.shrink {
    flex: 0 0 auto
}

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

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

.grid-x>.small-shrink,
.grid-x>.small-full,
.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12 {
    flex-basis: auto
}

@media print,
screen and (min-width: 40em) {
    .grid-x>.medium-shrink,
    .grid-x>.medium-full,
    .grid-x>.medium-1,
    .grid-x>.medium-2,
    .grid-x>.medium-3,
    .grid-x>.medium-4,
    .grid-x>.medium-5,
    .grid-x>.medium-6,
    .grid-x>.medium-7,
    .grid-x>.medium-8,
    .grid-x>.medium-9,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12 {
        flex-basis: auto
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-x>.large-shrink,
    .grid-x>.large-full,
    .grid-x>.large-1,
    .grid-x>.large-2,
    .grid-x>.large-3,
    .grid-x>.large-4,
    .grid-x>.large-5,
    .grid-x>.large-6,
    .grid-x>.large-7,
    .grid-x>.large-8,
    .grid-x>.large-9,
    .grid-x>.large-10,
    .grid-x>.large-11,
    .grid-x>.large-12 {
        flex-basis: auto
    }
}

.grid-x>.small-12,
.grid-x>.small-11,
.grid-x>.small-10,
.grid-x>.small-9,
.grid-x>.small-8,
.grid-x>.small-7,
.grid-x>.small-6,
.grid-x>.small-5,
.grid-x>.small-4,
.grid-x>.small-3,
.grid-x>.small-2,
.grid-x>.small-1 {
    flex: 0 0 auto
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
    .grid-x>.medium-auto {
        flex: 1 1 0px;
        width: auto
    }
    .grid-x>.medium-12,
    .grid-x>.medium-11,
    .grid-x>.medium-10,
    .grid-x>.medium-9,
    .grid-x>.medium-8,
    .grid-x>.medium-7,
    .grid-x>.medium-6,
    .grid-x>.medium-5,
    .grid-x>.medium-4,
    .grid-x>.medium-3,
    .grid-x>.medium-2,
    .grid-x>.medium-1,
    .grid-x>.medium-shrink {
        flex: 0 0 auto
    }
    .grid-x>.medium-shrink {
        width: auto
    }
    .grid-x>.medium-1 {
        width: 8.3333333333%
    }
    .grid-x>.medium-2 {
        width: 16.6666666667%
    }
    .grid-x>.medium-3 {
        width: 25%
    }
    .grid-x>.medium-4 {
        width: 33.3333333333%
    }
    .grid-x>.medium-5 {
        width: 41.6666666667%
    }
    .grid-x>.medium-6 {
        width: 50%
    }
    .grid-x>.medium-7 {
        width: 58.3333333333%
    }
    .grid-x>.medium-8 {
        width: 66.6666666667%
    }
    .grid-x>.medium-9 {
        width: 75%
    }
    .grid-x>.medium-10 {
        width: 83.3333333333%
    }
    .grid-x>.medium-11 {
        width: 91.6666666667%
    }
    .grid-x>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-x>.large-auto {
        flex: 1 1 0px;
        width: auto
    }
    .grid-x>.large-12,
    .grid-x>.large-11,
    .grid-x>.large-10,
    .grid-x>.large-9,
    .grid-x>.large-8,
    .grid-x>.large-7,
    .grid-x>.large-6,
    .grid-x>.large-5,
    .grid-x>.large-4,
    .grid-x>.large-3,
    .grid-x>.large-2,
    .grid-x>.large-1,
    .grid-x>.large-shrink {
        flex: 0 0 auto
    }
    .grid-x>.large-shrink {
        width: auto
    }
    .grid-x>.large-1 {
        width: 8.3333333333%
    }
    .grid-x>.large-2 {
        width: 16.6666666667%
    }
    .grid-x>.large-3 {
        width: 25%
    }
    .grid-x>.large-4 {
        width: 33.3333333333%
    }
    .grid-x>.large-5 {
        width: 41.6666666667%
    }
    .grid-x>.large-6 {
        width: 50%
    }
    .grid-x>.large-7 {
        width: 58.3333333333%
    }
    .grid-x>.large-8 {
        width: 66.6666666667%
    }
    .grid-x>.large-9 {
        width: 75%
    }
    .grid-x>.large-10 {
        width: 83.3333333333%
    }
    .grid-x>.large-11 {
        width: 91.6666666667%
    }
    .grid-x>.large-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
    .grid-margin-x>.auto {
        width: auto
    }
    .grid-margin-x>.shrink {
        width: auto
    }
    .grid-margin-x>.small-1 {
        width: calc(8.3333333333% - 1.875rem)
    }
    .grid-margin-x>.small-2 {
        width: calc(16.6666666667% - 1.875rem)
    }
    .grid-margin-x>.small-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.small-4 {
        width: calc(33.3333333333% - 1.875rem)
    }
    .grid-margin-x>.small-5 {
        width: calc(41.6666666667% - 1.875rem)
    }
    .grid-margin-x>.small-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.small-7 {
        width: calc(58.3333333333% - 1.875rem)
    }
    .grid-margin-x>.small-8 {
        width: calc(66.6666666667% - 1.875rem)
    }
    .grid-margin-x>.small-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.small-10 {
        width: calc(83.3333333333% - 1.875rem)
    }
    .grid-margin-x>.small-11 {
        width: calc(91.6666666667% - 1.875rem)
    }
    .grid-margin-x>.small-12 {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x>.medium-auto {
        width: auto
    }
    .grid-margin-x>.medium-shrink {
        width: auto
    }
    .grid-margin-x>.medium-1 {
        width: calc(8.3333333333% - 1.875rem)
    }
    .grid-margin-x>.medium-2 {
        width: calc(16.6666666667% - 1.875rem)
    }
    .grid-margin-x>.medium-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.medium-4 {
        width: calc(33.3333333333% - 1.875rem)
    }
    .grid-margin-x>.medium-5 {
        width: calc(41.6666666667% - 1.875rem)
    }
    .grid-margin-x>.medium-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.medium-7 {
        width: calc(58.3333333333% - 1.875rem)
    }
    .grid-margin-x>.medium-8 {
        width: calc(66.6666666667% - 1.875rem)
    }
    .grid-margin-x>.medium-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.medium-10 {
        width: calc(83.3333333333% - 1.875rem)
    }
    .grid-margin-x>.medium-11 {
        width: calc(91.6666666667% - 1.875rem)
    }
    .grid-margin-x>.medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-margin-x>.large-auto {
        width: auto
    }
    .grid-margin-x>.large-shrink {
        width: auto
    }
    .grid-margin-x>.large-1 {
        width: calc(8.3333333333% - 1.875rem)
    }
    .grid-margin-x>.large-2 {
        width: calc(16.6666666667% - 1.875rem)
    }
    .grid-margin-x>.large-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.large-4 {
        width: calc(33.3333333333% - 1.875rem)
    }
    .grid-margin-x>.large-5 {
        width: calc(41.6666666667% - 1.875rem)
    }
    .grid-margin-x>.large-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.large-7 {
        width: calc(58.3333333333% - 1.875rem)
    }
    .grid-margin-x>.large-8 {
        width: calc(66.6666666667% - 1.875rem)
    }
    .grid-margin-x>.large-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.large-10 {
        width: calc(83.3333333333% - 1.875rem)
    }
    .grid-margin-x>.large-11 {
        width: calc(91.6666666667% - 1.875rem)
    }
    .grid-margin-x>.large-12 {
        width: calc(100% - 1.875rem)
    }
}

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

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

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

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

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

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

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

.small-up-2>.cell {
    /*width: 50%;*/
    width: 100%
}

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

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

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

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

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

.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.3333333333%
    }
    .medium-up-4>.cell {
        width: 25%
    }
    .medium-up-5>.cell {
        width: 20%
    }
    .medium-up-6>.cell {
        width: 16.6666666667%
    }
    .medium-up-7>.cell {
        width: 14.2857142857%
    }
    .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.3333333333%
    }
    .large-up-4>.cell {
        width: 25%
    }
    .large-up-5>.cell {
        width: 20%
    }
    .large-up-6>.cell {
        width: 16.6666666667%
    }
    .large-up-7>.cell {
        width: 14.2857142857%
    }
    .large-up-8>.cell {
        width: 12.5%
    }
}

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

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

.grid-margin-x.small-up-3>.cell {
    width: calc(33.3333333333% - 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.6666666667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.2857142857% - 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.3333333333% - 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.6666666667% - 1.875rem)
    }
    .grid-margin-x.small-up-7>.cell {
        width: calc(14.2857142857% - 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.3333333333% - 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.6666666667% - 1.875rem)
    }
    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.2857142857% - 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.large-up-1>.cell {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x.large-up-3>.cell {
        width: calc(33.3333333333% - 1.875rem)
    }
    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 1.875rem)
    }
    .grid-margin-x.large-up-6>.cell {
        width: calc(16.6666666667% - 1.875rem)
    }
    .grid-margin-x.large-up-7>.cell {
        width: calc(14.2857142857% - 1.875rem)
    }
    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
    .small-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }
    .small-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }
    .small-margin-collapse>.medium-3 {
        width: 25%
    }
    .small-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }
    .small-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }
    .small-margin-collapse>.medium-6 {
        width: 50%
    }
    .small-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }
    .small-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }
    .small-margin-collapse>.medium-9 {
        width: 75%
    }
    .small-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }
    .small-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }
    .small-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .small-margin-collapse>.large-1 {
        width: 8.3333333333%
    }
    .small-margin-collapse>.large-2 {
        width: 16.6666666667%
    }
    .small-margin-collapse>.large-3 {
        width: 25%
    }
    .small-margin-collapse>.large-4 {
        width: 33.3333333333%
    }
    .small-margin-collapse>.large-5 {
        width: 41.6666666667%
    }
    .small-margin-collapse>.large-6 {
        width: 50%
    }
    .small-margin-collapse>.large-7 {
        width: 58.3333333333%
    }
    .small-margin-collapse>.large-8 {
        width: 66.6666666667%
    }
    .small-margin-collapse>.large-9 {
        width: 75%
    }
    .small-margin-collapse>.large-10 {
        width: 83.3333333333%
    }
    .small-margin-collapse>.large-11 {
        width: 91.6666666667%
    }
    .small-margin-collapse>.large-12 {
        width: 100%
    }
}

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

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

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

@media print,
screen and (min-width: 40em) {
    .medium-margin-collapse>.small-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse>.small-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse>.small-3 {
        width: 25%
    }
    .medium-margin-collapse>.small-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse>.small-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse>.small-6 {
        width: 50%
    }
    .medium-margin-collapse>.small-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse>.small-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse>.small-9 {
        width: 75%
    }
    .medium-margin-collapse>.small-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse>.small-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 40em) {
    .medium-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse>.medium-3 {
        width: 25%
    }
    .medium-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse>.medium-6 {
        width: 50%
    }
    .medium-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse>.medium-9 {
        width: 75%
    }
    .medium-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .medium-margin-collapse>.large-1 {
        width: 8.3333333333%
    }
    .medium-margin-collapse>.large-2 {
        width: 16.6666666667%
    }
    .medium-margin-collapse>.large-3 {
        width: 25%
    }
    .medium-margin-collapse>.large-4 {
        width: 33.3333333333%
    }
    .medium-margin-collapse>.large-5 {
        width: 41.6666666667%
    }
    .medium-margin-collapse>.large-6 {
        width: 50%
    }
    .medium-margin-collapse>.large-7 {
        width: 58.3333333333%
    }
    .medium-margin-collapse>.large-8 {
        width: 66.6666666667%
    }
    .medium-margin-collapse>.large-9 {
        width: 75%
    }
    .medium-margin-collapse>.large-10 {
        width: 83.3333333333%
    }
    .medium-margin-collapse>.large-11 {
        width: 91.6666666667%
    }
    .medium-margin-collapse>.large-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 {
        margin-right: 0;
        margin-left: 0
    }
    .large-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width: 64em) {
    .large-margin-collapse>.small-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse>.small-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse>.small-3 {
        width: 25%
    }
    .large-margin-collapse>.small-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse>.small-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse>.small-6 {
        width: 50%
    }
    .large-margin-collapse>.small-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse>.small-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse>.small-9 {
        width: 75%
    }
    .large-margin-collapse>.small-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse>.small-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .large-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse>.medium-3 {
        width: 25%
    }
    .large-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse>.medium-6 {
        width: 50%
    }
    .large-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse>.medium-9 {
        width: 75%
    }
    .large-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .large-margin-collapse>.large-1 {
        width: 8.3333333333%
    }
    .large-margin-collapse>.large-2 {
        width: 16.6666666667%
    }
    .large-margin-collapse>.large-3 {
        width: 25%
    }
    .large-margin-collapse>.large-4 {
        width: 33.3333333333%
    }
    .large-margin-collapse>.large-5 {
        width: 41.6666666667%
    }
    .large-margin-collapse>.large-6 {
        width: 50%
    }
    .large-margin-collapse>.large-7 {
        width: 58.3333333333%
    }
    .large-margin-collapse>.large-8 {
        width: 66.6666666667%
    }
    .large-margin-collapse>.large-9 {
        width: 75%
    }
    .large-margin-collapse>.large-10 {
        width: 83.3333333333%
    }
    .large-margin-collapse>.large-11 {
        width: 91.6666666667%
    }
    .large-margin-collapse>.large-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
    }
}

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

.grid-margin-x>.small-offset-0 {
    margin-left: calc(0% + 0.625rem)
}

.small-offset-1 {
    margin-left: 8.3333333333%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0%
    }
    .grid-margin-x>.medium-offset-0 {
        margin-left: calc(0% + 0.9375rem)
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.3333333333% + 0.9375rem)
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.6666666667% + 0.9375rem)
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + 0.9375rem)
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.3333333333% + 0.9375rem)
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.6666666667% + 0.9375rem)
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + 0.9375rem)
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.3333333333% + 0.9375rem)
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.6666666667% + 0.9375rem)
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + 0.9375rem)
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.3333333333% + 0.9375rem)
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.6666666667% + 0.9375rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0%
    }
    .grid-margin-x>.large-offset-0 {
        margin-left: calc(0% + 0.9375rem)
    }
    .large-offset-1 {
        margin-left: 8.3333333333%
    }
    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.3333333333% + 0.9375rem)
    }
    .large-offset-2 {
        margin-left: 16.6666666667%
    }
    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.6666666667% + 0.9375rem)
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + 0.9375rem)
    }
    .large-offset-4 {
        margin-left: 33.3333333333%
    }
    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.3333333333% + 0.9375rem)
    }
    .large-offset-5 {
        margin-left: 41.6666666667%
    }
    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.6666666667% + 0.9375rem)
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + 0.9375rem)
    }
    .large-offset-7 {
        margin-left: 58.3333333333%
    }
    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.3333333333% + 0.9375rem)
    }
    .large-offset-8 {
        margin-left: 66.6666666667%
    }
    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.6666666667% + 0.9375rem)
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + 0.9375rem)
    }
    .large-offset-10 {
        margin-left: 83.3333333333%
    }
    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.3333333333% + 0.9375rem)
    }
    .large-offset-11 {
        margin-left: 91.6666666667%
    }
    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.6666666667% + 0.9375rem)
    }
}

.grid-y {
    display: flex;
    flex-flow: column nowrap
}

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

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

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

.grid-y>.small-shrink,
.grid-y>.small-full,
.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
    flex-basis: auto
}

@media print,
screen and (min-width: 40em) {
    .grid-y>.medium-shrink,
    .grid-y>.medium-full,
    .grid-y>.medium-1,
    .grid-y>.medium-2,
    .grid-y>.medium-3,
    .grid-y>.medium-4,
    .grid-y>.medium-5,
    .grid-y>.medium-6,
    .grid-y>.medium-7,
    .grid-y>.medium-8,
    .grid-y>.medium-9,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12 {
        flex-basis: auto
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-y>.large-shrink,
    .grid-y>.large-full,
    .grid-y>.large-1,
    .grid-y>.large-2,
    .grid-y>.large-3,
    .grid-y>.large-4,
    .grid-y>.large-5,
    .grid-y>.large-6,
    .grid-y>.large-7,
    .grid-y>.large-8,
    .grid-y>.large-9,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12 {
        flex-basis: auto
    }
}

.grid-y>.small-12,
.grid-y>.small-11,
.grid-y>.small-10,
.grid-y>.small-9,
.grid-y>.small-8,
.grid-y>.small-7,
.grid-y>.small-6,
.grid-y>.small-5,
.grid-y>.small-4,
.grid-y>.small-3,
.grid-y>.small-2,
.grid-y>.small-1 {
    flex: 0 0 auto
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
    .grid-y>.medium-auto {
        flex: 1 1 0px;
        height: auto
    }
    .grid-y>.medium-12,
    .grid-y>.medium-11,
    .grid-y>.medium-10,
    .grid-y>.medium-9,
    .grid-y>.medium-8,
    .grid-y>.medium-7,
    .grid-y>.medium-6,
    .grid-y>.medium-5,
    .grid-y>.medium-4,
    .grid-y>.medium-3,
    .grid-y>.medium-2,
    .grid-y>.medium-1,
    .grid-y>.medium-shrink {
        flex: 0 0 auto
    }
    .grid-y>.medium-shrink {
        height: auto
    }
    .grid-y>.medium-1 {
        height: 8.3333333333%
    }
    .grid-y>.medium-2 {
        height: 16.6666666667%
    }
    .grid-y>.medium-3 {
        height: 25%
    }
    .grid-y>.medium-4 {
        height: 33.3333333333%
    }
    .grid-y>.medium-5 {
        height: 41.6666666667%
    }
    .grid-y>.medium-6 {
        height: 50%
    }
    .grid-y>.medium-7 {
        height: 58.3333333333%
    }
    .grid-y>.medium-8 {
        height: 66.6666666667%
    }
    .grid-y>.medium-9 {
        height: 75%
    }
    .grid-y>.medium-10 {
        height: 83.3333333333%
    }
    .grid-y>.medium-11 {
        height: 91.6666666667%
    }
    .grid-y>.medium-12 {
        height: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-y>.large-auto {
        flex: 1 1 0px;
        height: auto
    }
    .grid-y>.large-12,
    .grid-y>.large-11,
    .grid-y>.large-10,
    .grid-y>.large-9,
    .grid-y>.large-8,
    .grid-y>.large-7,
    .grid-y>.large-6,
    .grid-y>.large-5,
    .grid-y>.large-4,
    .grid-y>.large-3,
    .grid-y>.large-2,
    .grid-y>.large-1,
    .grid-y>.large-shrink {
        flex: 0 0 auto
    }
    .grid-y>.large-shrink {
        height: auto
    }
    .grid-y>.large-1 {
        height: 8.3333333333%
    }
    .grid-y>.large-2 {
        height: 16.6666666667%
    }
    .grid-y>.large-3 {
        height: 25%
    }
    .grid-y>.large-4 {
        height: 33.3333333333%
    }
    .grid-y>.large-5 {
        height: 41.6666666667%
    }
    .grid-y>.large-6 {
        height: 50%
    }
    .grid-y>.large-7 {
        height: 58.3333333333%
    }
    .grid-y>.large-8 {
        height: 66.6666666667%
    }
    .grid-y>.large-9 {
        height: 75%
    }
    .grid-y>.large-10 {
        height: 83.3333333333%
    }
    .grid-y>.large-11 {
        height: 91.6666666667%
    }
    .grid-y>.large-12 {
        height: 100%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
    .grid-margin-y>.auto {
        height: auto
    }
    .grid-margin-y>.shrink {
        height: auto
    }
    .grid-margin-y>.small-1 {
        height: calc(8.3333333333% - 1.875rem)
    }
    .grid-margin-y>.small-2 {
        height: calc(16.6666666667% - 1.875rem)
    }
    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.small-4 {
        height: calc(33.3333333333% - 1.875rem)
    }
    .grid-margin-y>.small-5 {
        height: calc(41.6666666667% - 1.875rem)
    }
    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.small-7 {
        height: calc(58.3333333333% - 1.875rem)
    }
    .grid-margin-y>.small-8 {
        height: calc(66.6666666667% - 1.875rem)
    }
    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.small-10 {
        height: calc(83.3333333333% - 1.875rem)
    }
    .grid-margin-y>.small-11 {
        height: calc(91.6666666667% - 1.875rem)
    }
    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }
    .grid-margin-y>.medium-auto {
        height: auto
    }
    .grid-margin-y>.medium-shrink {
        height: auto
    }
    .grid-margin-y>.medium-1 {
        height: calc(8.3333333333% - 1.875rem)
    }
    .grid-margin-y>.medium-2 {
        height: calc(16.6666666667% - 1.875rem)
    }
    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.medium-4 {
        height: calc(33.3333333333% - 1.875rem)
    }
    .grid-margin-y>.medium-5 {
        height: calc(41.6666666667% - 1.875rem)
    }
    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.medium-7 {
        height: calc(58.3333333333% - 1.875rem)
    }
    .grid-margin-y>.medium-8 {
        height: calc(66.6666666667% - 1.875rem)
    }
    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.medium-10 {
        height: calc(83.3333333333% - 1.875rem)
    }
    .grid-margin-y>.medium-11 {
        height: calc(91.6666666667% - 1.875rem)
    }
    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-margin-y>.large-auto {
        height: auto
    }
    .grid-margin-y>.large-shrink {
        height: auto
    }
    .grid-margin-y>.large-1 {
        height: calc(8.3333333333% - 1.875rem)
    }
    .grid-margin-y>.large-2 {
        height: calc(16.6666666667% - 1.875rem)
    }
    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.large-4 {
        height: calc(33.3333333333% - 1.875rem)
    }
    .grid-margin-y>.large-5 {
        height: calc(41.6666666667% - 1.875rem)
    }
    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.large-7 {
        height: calc(58.3333333333% - 1.875rem)
    }
    .grid-margin-y>.large-8 {
        height: calc(66.6666666667% - 1.875rem)
    }
    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.large-10 {
        height: calc(83.3333333333% - 1.875rem)
    }
    .grid-margin-y>.large-11 {
        height: calc(91.6666666667% - 1.875rem)
    }
    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

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

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

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    max-height: 100%;
    flex-wrap: nowrap
}

@media print,
screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        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: flex;
        flex-direction: column;
        max-height: 100%
    }
    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        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;
        flex-wrap: nowrap;
        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: flex;
        flex-direction: column;
        max-height: 100%
    }
    .large-cell-block-container>.grid-x {
        max-height: 100%;
        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
    }
}

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

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

@media print,
screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        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%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print,
screen and (min-width: 40em) {
    .grid-margin-y>.auto {
        height: auto
    }
    .grid-margin-y>.shrink {
        height: auto
    }
    .grid-margin-y>.small-1 {
        height: calc(8.3333333333% - 1.875rem)
    }
    .grid-margin-y>.small-2 {
        height: calc(16.6666666667% - 1.875rem)
    }
    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.small-4 {
        height: calc(33.3333333333% - 1.875rem)
    }
    .grid-margin-y>.small-5 {
        height: calc(41.6666666667% - 1.875rem)
    }
    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.small-7 {
        height: calc(58.3333333333% - 1.875rem)
    }
    .grid-margin-y>.small-8 {
        height: calc(66.6666666667% - 1.875rem)
    }
    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.small-10 {
        height: calc(83.3333333333% - 1.875rem)
    }
    .grid-margin-y>.small-11 {
        height: calc(91.6666666667% - 1.875rem)
    }
    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }
    .grid-margin-y>.medium-auto {
        height: auto
    }
    .grid-margin-y>.medium-shrink {
        height: auto
    }
    .grid-margin-y>.medium-1 {
        height: calc(8.3333333333% - 1.875rem)
    }
    .grid-margin-y>.medium-2 {
        height: calc(16.6666666667% - 1.875rem)
    }
    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.medium-4 {
        height: calc(33.3333333333% - 1.875rem)
    }
    .grid-margin-y>.medium-5 {
        height: calc(41.6666666667% - 1.875rem)
    }
    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.medium-7 {
        height: calc(58.3333333333% - 1.875rem)
    }
    .grid-margin-y>.medium-8 {
        height: calc(66.6666666667% - 1.875rem)
    }
    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.medium-10 {
        height: calc(83.3333333333% - 1.875rem)
    }
    .grid-margin-y>.medium-11 {
        height: calc(91.6666666667% - 1.875rem)
    }
    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-margin-y>.large-auto {
        height: auto
    }
    .grid-margin-y>.large-shrink {
        height: auto
    }
    .grid-margin-y>.large-1 {
        height: calc(8.3333333333% - 1.875rem)
    }
    .grid-margin-y>.large-2 {
        height: calc(16.6666666667% - 1.875rem)
    }
    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.large-4 {
        height: calc(33.3333333333% - 1.875rem)
    }
    .grid-margin-y>.large-5 {
        height: calc(41.6666666667% - 1.875rem)
    }
    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.large-7 {
        height: calc(58.3333333333% - 1.875rem)
    }
    .grid-margin-y>.large-8 {
        height: calc(66.6666666667% - 1.875rem)
    }
    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.large-10 {
        height: calc(83.3333333333% - 1.875rem)
    }
    .grid-margin-y>.large-11 {
        height: calc(91.6666666667% - 1.875rem)
    }
    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

.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 + 1.875rem)
    }
}

@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 + 1.875rem)
    }
}

.align-left {
    justify-content: flex-start
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    justify-content: center
}

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

.align-self-top {
    align-self: flex-start
}

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

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

@media print,
screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1
    }
    .medium-order-2 {
        order: 2
    }
    .medium-order-3 {
        order: 3
    }
    .medium-order-4 {
        order: 4
    }
    .medium-order-5 {
        order: 5
    }
    .medium-order-6 {
        order: 6
    }
}

@media print,
screen and (min-width: 64em) {
    .large-order-1 {
        order: 1
    }
    .large-order-2 {
        order: 2
    }
    .large-order-3 {
        order: 3
    }
    .large-order-4 {
        order: 4
    }
    .large-order-5 {
        order: 5
    }
    .large-order-6 {
        order: 6
    }
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

@media print,
screen and (min-width: 40em) {
    .medium-flex-container {
        display: flex
    }
    .medium-flex-child-auto {
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto
    }
    .medium-flex-dir-row {
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width: 64em) {
    .large-flex-container {
        display: flex
    }
    .large-flex-child-auto {
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        flex: 0 1 auto
    }
    .large-flex-dir-row {
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
}

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

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

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

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

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

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

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

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

@font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/lora-v13-latin-regular.eot");
    src: local("Lora Regular"), local("Lora-Regular"), url("../webfonts/lora-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/lora-v13-latin-regular.woff2") format("woff2"), url("../webfonts/lora-v13-latin-regular.woff") format("woff"), url("../webfonts/lora-v13-latin-regular.ttf") format("truetype"), url("../webfonts/lora-v13-latin-regular.svg#Lora") format("svg")
}

@font-face {
    font-family: "Lora";
    font-style: italic;
    font-weight: 400;
    src: url("../webfonts/lora-v13-latin-italic.eot");
    src: local("Lora Italic"), local("Lora-Italic"), url("../webfonts/lora-v13-latin-italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/lora-v13-latin-italic.woff2") format("woff2"), url("../webfonts/lora-v13-latin-italic.woff") format("woff"), url("../webfonts/lora-v13-latin-italic.ttf") format("truetype"), url("../webfonts/lora-v13-latin-italic.svg#Lora") format("svg")
}

@font-face {
    font-family: "Lora";
    font-style: normal;
    font-weight: 700;
    src: url("../webfonts/lora-v13-latin-700.eot");
    src: local("Lora Bold"), local("Lora-Bold"), url("../webfonts/lora-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../webfonts/lora-v13-latin-700.woff2") format("woff2"), url("../webfonts/lora-v13-latin-700.woff") format("woff"), url("../webfonts/lora-v13-latin-700.ttf") format("truetype"), url("../webfonts/lora-v13-latin-700.svg#Lora") format("svg")
}

@font-face {
    font-family: "Lora";
    font-style: italic;
    font-weight: 700;
    src: url("../webfonts/lora-v13-latin-700italic.eot");
    src: local("Lora Bold Italic"), local("Lora-BoldItalic"), url("../webfonts/lora-v13-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/lora-v13-latin-700italic.woff2") format("woff2"), url("../webfonts/lora-v13-latin-700italic.woff") format("woff"), url("../webfonts/lora-v13-latin-700italic.ttf") format("truetype"), url("../webfonts/lora-v13-latin-700italic.svg#Lora") format("svg")
}

@font-face {
    font-family: "Cinzel";
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/cinzel-v8-latin-regular.eot");
    src: local("Cinzel Regular"), local("Cinzel-Regular"), url("../webfonts/cinzel-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/cinzel-v8-latin-regular.woff2") format("woff2"), url("../webfonts/fonts/cinzel-v8-latin-regular.woff") format("woff"), url("../webfonts/cinzel-v8-latin-regular.ttf") format("truetype"), url("../webfonts/cinzel-v8-latin-regular.svg#Cinzel") format("svg")
}

@font-face {
    font-family: "Cinzel";
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/cinzel-v8-latin-900.eot");
    src: local("Cinzel Black"), local("Cinzel-Black"), url("../webfonts/cinzel-v8-latin-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/cinzel-v8-latin-900.woff2") format("woff2"), url("../webfonts/cinzel-v8-latin-900.woff") format("woff"), url("../webfonts/fonts/cinzel-v8-latin-900.ttf") format("truetype"), url("../webfonts/cinzel-v8-latin-900.svg#Cinzel") format("svg")
}

@font-face {
    font-family: "Pacifico";
    font-style: normal;
    font-weight: 400;
    src: url("/css/theme/people-pages/fonts/pacifico-v13-latin-regular.eot");
    src: local("Pacifico Regular"), local("Pacifico-Regular"), url("/css/theme/people-pages/fonts/pacifico-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("/css/theme/people-pages/fonts/pacifico-v13-latin-regular.woff2") format("woff2"), url("/css/theme/people-pages/fonts/pacifico-v13-latin-regular.woff") format("woff"), url("/css/theme/people-pages/fonts/pacifico-v13-latin-regular.ttf") format("truetype"), url("/css/theme/people-pages/fonts/pacifico-v13-latin-regular.svg#Pacifico") format("svg")
}

@font-face {
    font-family: "Cedarville Cursive";
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/cedarville-cursive-v10-latin-regular.eot");
    src: local("Cedarville Cursive"), local("Cedarville-Cursive"), url("../webfonts/cedarville-cursive-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/cedarville-cursive-v10-latin-regular.woff2") format("woff2"), url("../webfonts/cedarville-cursive-v10-latin-regular.woff") format("woff"), url("../webfonts/cedarville-cursive-v10-latin-regular.ttf") format("truetype"), url("../webfonts/cedarville-cursive-v10-latin-regular.svg#CedarvilleCursive") format("svg")
}


/*!
 * Copyright (c) 1999-2019 Allette Systems Pty Ltd
*/

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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

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

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

* {
    box-sizing: border-box
}

figcaption { text-align: center; font-size: 14px; padding-top: 5px; color: #888; }

figcaption .mfp-title { font-family: "Cedarville Cursive", Tahoma, Geneva, sans-serif; font-size: 28px; top: 0; left: 25px; line-height: 32px; }

.mfp-bottom-bar { bottom: 100px; top: auto; }
.mfp-counter { top: 40px; right: 35px; }

@media screen and (max-width: 1366px) {
    .mfp-image-holder .mfp-content { max-width: 50%; padding: 0 30px 60px 30px; }
    figcaption .mfp-title { font-size: 18px; line-height: 24px;left: 10px; }
    .mfp-counter { right: 20px; }
}

@media screen and (max-width: 768px) {
    .mfp-image-holder .mfp-content { max-width: 70%; }
}

@media screen and (max-width: 600px) {
    .mfp-image-holder .mfp-content { max-width: 82%; }
}

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

.scroll-bar::-webkit-scrollbar {
    width: 5px
}

.scroll-bar::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 20px
}

.scroll-bar::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 20px
}

html,
body {
    height: 100%
}

.container {
    display: flex;
    flex-direction: column;
    height: 100vh
}

.main {
    flex: 1 0 auto;
    padding-bottom: 1.25rem
}

.psml-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

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

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

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

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

.divider {
    clear: both;
    max-width: 100%;
    height: 0;
    margin: 1.875rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    border-left: 0
}

.divider--small {
    margin: .625rem auto
}

.link,
.link:visited {
    color: #006e62;
    text-decoration: underline
}

.link .svg-icon,
.link:visited .svg-icon {
    margin: 0 .1875rem
}

.link:hover,
.link:active,
.link:focus,
.link:visited:hover,
.link:visited:active,
.link:visited:focus {
    color: #86b5ad
}

.border {
    border: 1px solid #efefef
}

.border--light {
    border: 1px solid #f9f9f9
}

.border--dark {
    border: 1px solid #ccc
}

.version {
    font-size: .75rem;
    color: #999
}

em,
i {
    font-style: italic
}

b,
strong {
    font-weight: 700
}

.bg-base {
    background-color: #fff
}

.bg-primary {
    background-color: #006e62
}

.bg-secondary {
    background-color: #414042
}

.bg-tertiary {
    background-color: #064a7a
}

.bg-accent {
    background-color: #814d3b
}

.bg-gray {
    background-color: #999
}

.bg-gray--lightest {
    background-color: #f9f9f9
}

.bg-gray--lighter {
    background-color: #efefef
}

.bg-gray--light {
    background-color: #ccc
}

.bg-gray--dark {
    background-color: #666
}

.bg-gray--darker {
    background-color: #333
}

.bg-info {
    background-color: #07c
}

.bg-warning {
    background-color: #d09b13
}

.bg-success {
    background-color: #33a855
}

.bg-alert {
    background-color: #c00
}

.fade-enter-active,
.fade-leave-active {
    transition: all .5s ease
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.progress {
    position: absolute;
    top: 100%;
    height: 2px;
    display: block;
    width: 100%;
    background-color: #ccc;
    border-radius: 10px;
    background-clip: padding-box;
    margin: 0;
    overflow: hidden;
    z-index: 999
}

.progress__bar {
    background-color: #006e62
}

.progress__bar:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: progress 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite
}

.progress__bar:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    animation: progress-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation-delay: 1.15s
}

.floating-action {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 9999;
    display: flex;
    flex-direction: column
}

.floating-action .button {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .5);
    transition: all .3s ease
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes progress {
    0% {
        left: -35%;
        right: 100%
    }
    60% {
        left: 100%;
        right: -90%
    }
    100% {
        left: 100%;
        right: -90%
    }
}

@keyframes progress-short {
    0% {
        left: -200%;
        right: 100%
    }
    60% {
        left: 107%;
        right: -8%
    }
    100% {
        left: 107%;
        right: -8%
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.badge *,
.message *,
.hero__text *,
.table--header *,
.table__caption *,
.title *,
.subtitle *,
.page-title *,
.preface-head *,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 *,
.h1 *,
.h2 *,
.h3 *,
.h4 *,
.footer__heading *,
.h5 *,
.h6 * {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-bottom: 0
}

.search-results__title,
.title,
.subtitle,
.page-title,
.preface-head,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.footer__heading,
.h5,
.h6 {
    font-family: "Cinzel", "Open Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    line-height: 1.4;
    margin-top: 1.875rem;
    margin-bottom: .625rem
}

.search-results__title .data-prefix,
.title .data-prefix,
.subtitle .data-prefix,
.page-title .data-prefix,
.preface-head .data-prefix,
h1 .data-prefix,
h2 .data-prefix,
h3 .data-prefix,
h4 .data-prefix,
h5 .data-prefix,
h6 .data-prefix,
.h1 .data-prefix,
.h2 .data-prefix,
.h3 .data-prefix,
.h4 .data-prefix,
.footer__heading .data-prefix,
.h5 .data-prefix,
.h6 .data-prefix {
    display: inline-block;
    padding-right: .1875rem
}

body {
    font-size: 1rem;
    color: #000;
    font-family: "Lora", "Times New Roman", Times, serif;
    line-height: 1.5;
    background-color: #fff
}

p {
    font-family: "Lora", "Times New Roman", Times, serif;
    font-size: inherit;
    line-height: 1.5;
    color: #000;
    margin-bottom: .625rem
}

.h1 {
    font-size: 2.5rem;
    color: #414042
}

.h2 {
    font-size: 2rem;
    color: #414042
}

.h3 {
    font-size: 1.75rem;
    color: #333
}

.h4,
.footer__heading {
    font-size: 1.5rem;
    color: #333
}

.h5 {
    font-size: 1.25rem;
    color: #666;
    margin-top: .3125rem
}

.h6 {
    font-size: 1rem;
    color: #666;
    margin-top: .3125rem
}

.title {
    font-size: 2.5rem;
    color: #414042
}

.subtitle {
    font-size: 2rem;
    color: #414042
}

.preface-head {
    font-size: 1.75rem;
    font-family: "Cinzel", "Open Sans", Arial, Helvetica, sans-serif;
    color: #333
}

#title h1,
.page-title {
    font-size: 2.5rem;
    color: #414042;
    margin-top: .625rem
}

sup,
.sup,
sub,
.sub {
    position: static;
    font-size: .625rem
}

sup,
.sup {
    vertical-align: super
}

sub,
.sub {
    vertical-align: sub
}

.button {
    font-family: "Lora", "Times New Roman", Times, serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    border-radius: 4px;
    padding: 0 1em;
    border: 0 none;
    margin: .1875rem .1875rem .1875rem 0;
    -webkit-appearance: none;
    cursor: pointer
}

.button--primary {
    color: #fff;
    background: #006e62
}

.button--primary:hover,
.button--primary:focus {
    transition: background .3s ease;
    background: #00a18f;
    outline: 0
}

.button--primary:active {
    transition: transform .3s ease;
    transform: scale(0.95)
}

.button--secondary {
    color: #fff;
    background: #414042
}

.button--secondary:hover,
.button--secondary:focus {
    transition: background .3s ease;
    background: #5b595c;
    outline: 0
}

.button--secondary:active {
    transition: transform .3s ease;
    transform: scale(0.95)
}

.button--tertiary {
    color: #fff;
    background: #064a7a
}

.button--tertiary:hover,
.button--tertiary:focus {
    transition: background .3s ease;
    background: #0867ab;
    outline: 0
}

.button--tertiary:active {
    transition: transform .3s ease;
    transform: scale(0.95)
}

.button--accent {
    color: #fff;
    background: #814d3b
}

.button--accent:hover,
.button--accent:focus {
    transition: background .3s ease;
    background: #a4624b;
    outline: 0
}

.button--accent:active {
    transition: transform .3s ease;
    transform: scale(0.95)
}

.button--link {
    color: #006e62;
    background: transparent;
    padding-left: 0;
    padding-right: 0
}

.button--link:hover,
.button--link:focus {
    transition: background .3s ease;
    background: rgba(26, 26, 26, 0);
    outline: 0
}

.button--link:active {
    transition: transform .3s ease;
    transform: scale(0.95)
}

.button--link:hover,
.button--link:focus {
    transition: color .3s ease;
    color: #000
}

.button--link .svg-icon {
    margin: 0 .1875rem
}

.button--icon {
    color: #006e62;
    background: transparent;
    padding: 0 .3em
}

.button--icon:hover,
.button--icon:focus {
    transition: background .3s ease;
    background: rgba(26, 26, 26, 0);
    outline: 0
}

.button--icon:active {
    transition: transform .3s ease;
    transform: scale(0.95)
}

.button--icon-alt {
    padding: 0 .75em
}

.button--small {
    font-size: .75rem;
    line-height: 30px;
    height: 30px
}

.button--large {
    font-size: 1.25rem;
    line-height: 50px;
    height: 50px
}

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

.form *:disabled {
    opacity: .5;
    cursor: not-allowed
}

.input {
    border: 1px solid #ccc;
    padding: .625rem;
    font: inherit;
    color: #000;
    flex: 1 1 0px;
    width: auto
}

.input::-webkit-input-placeholder {
    color: #999
}

.input:-moz-placeholder {
    color: #999
}

.input::-moz-placeholder {
    color: #999
}

.input:-ms-input-placeholder {
    color: #999
}

.input--text,
.input--select,
.input--textarea {
    width: 100%
}

.input--text:focus,
.input--select:focus,
.input--textarea:focus {
    border-color: #006e62;
    outline: 0;
    transition: all .3s ease
}

.input--text,
.input--select {
    height: 40px
}

.input--textarea {
    min-height: 100px
}

.input:invalid:not(:focus):not(:placeholder-shown) {
    border-color: #c00
}

.input:invalid:not(:focus):not(:placeholder-shown)+.error {
    display: block
}

.label {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    color: #666;
    display: block
}

.field {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative
}

.field--multiple {
    margin-bottom: 1.25rem;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column
}

.field .label {
    padding-right: .625rem
}

.field .button {
    margin: 0 0 0 .1875rem;
    border-radius: 0
}

.error {
    color: #c00
}

.contact {
    width: 400px;
    max-width: 100%;
    margin: auto
}

@media screen and (max-width: 39.99875em) {
    .field .label {
        width: 100%
    }
}

.logo {
    display: block
}

.logo__image {
    max-width: 100%
}

.logo:hover {
    opacity: .7;
    transition: all .3s ease
}

.logo--footer {
    margin: 0 auto .625rem
}

.header {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    position: relative;
    background-color: #006e62;
    z-index: 999
}

.header.is-sticky {
    transition: all .3s ease;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25)
}

.header .field .button,
.header .button--nav {
    color: #006e62;
    background: #619f95
}

.header .field .button:hover,
.header .field .button:focus,
.header .button--nav:hover,
.header .button--nav:focus {
    transition: background .3s ease;
    background: #81b2aa;
    outline: 0
}

.header .field .button:active,
.header .button--nav:active {
    transition: transform .3s ease;
    transform: scale(0.95)
}

.header .field .button:hover,
.header .button--nav:hover {
    color: #fff;
    background-color: #86b5ad
}

.header .button--icon {
    color: #86b5ad
}

.nav__logo {
    width: 100%
}

@media screen and (max-width: 39.99875em) {
    .nav__search {
        display: none;
        width: 100%;
        padding: 1.25rem;
        background-color: #efefef;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1001
    }
}

@media print,
screen and (min-width: 40em) {
    .nav__search {
        padding-right: 1.25rem;
        width: 400px;
        max-width: 100%
    }
    .nav__search--large {
        min-width: 50%
    }
    .nav__account {
        padding-left: 1.25rem
    }
}

.document-info {
    color: #999;
    width: 100%;
    margin-bottom: .625rem
}

.document-info * {
    font-family: "Open Sans", Arial, Helvetica, sans-serif
}

.document-info__lastmodified {
    font-size: .75rem
}

.document-info__lastmodified .svg-icon {
    margin-right: .3125rem
}

.document-info__edit {
    bottom: 45px
}

.footer {
    flex-shrink: 0;
    padding: 0
}

.footer .newsletter {
    width: 600px;
    max-width: 100%;
    margin: auto
}

.footer .newsletter .label {
    color: #fff
}

.footer .button--footer {
    color: #fff;
    background: #86b5ad
}

.footer .button--footer:hover,
.footer .button--footer:focus {
    transition: background .3s ease;
    background: #a6c8c2;
    outline: 0
}

.footer .button--footer:active {
    transition: transform .3s ease;
    transform: scale(0.95)
}

.footer__content {
    color: #fff;
    background-color: #619f95;
    padding-top: .625rem;
    padding-bottom: .625rem
}

.footer__column {
    width: calc(33.3333333333% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem
}

.footer__column--newsletter {
    width: calc(100% - 1.25rem);
    margin-right: 0.625rem;
    margin-left: 0.625rem
}

.footer__column--about {
    text-align: center
}

.footer__column--nav-1,
.footer__column--nav-2 {
    display: none
}

.footer__text {
    margin-bottom: .625rem
}

.footer .social {
    justify-content: center;
    align-items: center
}

.footer .nav-list__item {
    border-bottom: 1px solid #efefef;
    padding-bottom: .625rem;
    margin-bottom: .625rem
}

.footer .nav-list__title {
    display: block;
    font-weight: 700
}

.footer .nav-list__content {
    display: block
}

.footer .nav-list__link {
    display: block;
    color: #414042;
    text-decoration: none
}

.footer__copyright {
    text-align: center;
    color: #86b5ad;
    background-color: #006e62
}

.footer__copyright-text {
    font-size: .875rem;
    padding-top: .625rem;
    padding-bottom: .625rem
}

.footer__copyright-text .link,
.footer__copyright-text .link:active,
.footer__copyright-text .link:focus {
    color: #86b5ad
}

.footer__copyright-text .link:hover,
.footer__copyright-text .link:active:hover,
.footer__copyright-text .link:focus:hover {
    color: inherit
}

@media screen and (max-width: 39.99875em) {
    .footer .newsletter {
        text-align: center
    }
    .footer__column {
        width: calc(100% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem
    }
}

.nav {
    padding: .625rem
}

.nav__items {
    display: flex
}

.nav__item {
    position: relative
}

.nav__item:focus {
    outline: 0
}

.nav__item:focus .nav__link {
    color: #fff
}

.nav__item.js-has-children {
    pointer-events: none;
    cursor: pointer
}

.nav__item:hover>.submenu {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease
}

.nav__link {
    display: block;
    padding: .9375rem .625rem .3125rem;
    text-decoration: none;
    color: #86b5ad;
    font-size: 1rem;
    opacity: 1;
    cursor: pointer
}

.nav__link:after {
    display: block;
    content: "";
    width: 1px;
    height: 2px;
    margin: .625rem auto 0
}

.nav__link:hover,
.nav__link:active,
.nav__link:focus,
.nav__link--current {
    transition: all .3s ease;
    color: #fff;
    outline: 0;
    opacity: 1
}

.nav__link:hover:after,
.nav__link:active:after,
.nav__link:focus:after,
.nav__link--current:after {
    transition: all .3s ease;
    width: 100%;
    background-color: #fff
}

.nav__link .svg-icon {
    fill: #fff;
    width: 12px;
    height: 12px;
    margin-left: .1875rem
}

.nav--full {
    background-color: #414042;
    padding: 0
}

.nav--full .nav__menu-wrapper {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto
}

@media print,
screen and (min-width: 40em) {
    .nav--full .nav__menu-wrapper {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem
    }
}

.nav--full .nav__items {
    background-color: transparent
}

.submenu__item {
    display: flex;
    position: relative;
    margin-bottom: .1875rem
}

.submenu__link {
    display: block;
    width: 100%;
    font-size: .875rem;
    color: #fff;
    text-decoration: none;
    padding: .625rem 1.25rem;
    line-height: 1.2
}

.submenu__link:before {
    display: block;
    content: "";
    width: 3px;
    height: 1px;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%)
}

.submenu__link--current {
    color: #86b5ad
}

.submenu__link--current:before {
    height: 100%;
    background-color: #86b5ad
}

.submenu__link:hover,
.submenu__link:active,
.submenu__link:focus {
    transition: all .3s ease;
    color: #86b5ad
}

.submenu__link:hover:before,
.submenu__link:active:before,
.submenu__link:focus:before {
    transition: all .3s ease;
    height: 100%;
    background-color: #86b5ad
}

@media screen and (max-width: 63.99875em) {
    .nav .button--menu,
    .nav .button--close-menu {
        position: absolute
    }
    .nav .button--menu {
        top: 50%;
        bottom: 0;
        left: .3125rem;
        transform: translateY(-50%);
        z-index: 1
    }
    .nav .button--close-menu {
        top: .625rem;
        right: .625rem;
        z-index: 1003;
        transition: all 1s cubic-bezier(0.77, 0.2, 0.05, 1)
    }
    .nav__logo {
        padding-left: 1.875rem
    }
    .nav__menu {
        flex: 0 0 auto;
        min-height: 0px;
        min-width: 0px;
        width: calc(100% - 1.875rem);
        transition: all .5s cubic-bezier(0.77, 0.2, 0.05, 1);
        position: fixed;
        top: 0;
        left: 0;
        background-color: #006e62;
        padding: 0;
        margin: 0;
        height: 100%;
        z-index: 1002;
        overflow: hidden;
        width: 0%;
        visibility: hidden;
        transform: translate(-200%, 0)
    }
    .nav__menu.js-is-open {
        width: 100%;
        visibility: visible;
        transform: none;
        overflow: auto
    }
    .nav__items {
        flex-direction: column
    }
    .simple-page .nav__logo {
        padding-left: 0;
        text-align: center
    }
    .submenu__link {
        color: #86b5ad
    }
}

@media print,
screen and (min-width: 64em) {
    .submenu {
        width: 14em;
        padding: .625rem 0;
        border-radius: 4px;
        position: absolute;
        top: 3em;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, .25);
        height: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 1001;
        background-color: rgba(65, 64, 66, .95)
    }
}

.subnav {
    background-color: transparent;
    margin-bottom: 1.25rem
}

.subnav__items {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap
}

.subnav__link {
    color: #006e62;
    padding: .625rem;
    display: block;
    text-decoration: none;
    text-transform: lowercase
}

.subnav__link::first-letter {
    text-transform: uppercase
}

.subnav__link:hover,
.subnav__link:active,
.subnav__link:focus {
    transition: all .3s ease;
    color: #86b5ad;
    text-decoration: underline
}

.profile {
    position: relative;
    font-size: 1rem
}

.profile__avatar {
    width: 2em;
    height: 2em;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 2px rgba(255, 255, 255, .8);
    display: inline-block;
    cursor: pointer
}

.profile__avatar:hover {
    transition: all .3s ease;
    opacity: .9
}

.profile__avatar--big {
    font-size: 1.75rem
}

.profile__avatar--a {
    background-color: rgba(0, 110, 98, .75)
}

.profile__avatar--b {
    background-color: rgba(65, 64, 66, .75)
}

.profile__avatar--c {
    background-color: rgba(6, 74, 122, .75)
}

.profile__avatar--d {
    background-color: rgba(129, 77, 59, .75)
}

.profile__avatar--e {
    background-color: rgba(153, 153, 153, .75)
}

.profile__avatar--f {
    background-color: rgba(102, 102, 102, .75)
}

.profile__avatar--g {
    background-color: rgba(0, 119, 204, .75)
}

.profile__avatar--h {
    background-color: rgba(51, 168, 85, .75)
}

.profile__avatar--i {
    background-color: rgba(208, 155, 19, .75)
}

.profile__avatar--j {
    background-color: rgba(204, 0, 0, .75)
}

.profile__avatar--k {
    background-color: rgba(0, 110, 98, .5)
}

.profile__avatar--l {
    background-color: rgba(65, 64, 66, .5)
}

.profile__avatar--m,
.profile__avatar--x {
    background-color: rgba(6, 74, 122, .5)
}

.profile__avatar--n,
.profile__avatar--u {
    background-color: rgba(129, 77, 59, .5)
}

.profile__avatar--o {
    background-color: rgba(153, 153, 153, .5)
}

.profile__avatar--p {
    background-color: rgba(102, 102, 102, .5)
}

.profile__avatar--q,
.profile__avatar--v {
    background-color: rgba(0, 119, 204, .5)
}

.profile__avatar--r,
.profile__avatar--w {
    background-color: rgba(51, 168, 85, .5)
}

.profile__avatar--s,
.profile__avatar--y {
    background-color: rgba(208, 155, 19, .5)
}

.profile__avatar--t,
.profile__avatar--z {
    background-color: rgba(204, 0, 0, .5)
}

.profile__box {
    width: 14em;
    padding: .625rem;
    border-radius: 4px;
    position: absolute;
    top: auto;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1001
}

.profile--js-is-open>.profile__box {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease
}

.profile:hover>.profile__box,
.profile:focus>.profile__box,
.profile:active>.profile__box {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease
}

.profile__name {
    display: block;
    margin-bottom: .625rem
}

.list,
.footer .nav-list {
    list-style: none;
    margin: .625rem 0 1.875rem;
    padding: 0;
    list-style-position: inside
}

.list__item {
    position: relative;
    padding-left: .9375rem;
    color: #000;
    margin-bottom: .625rem
}

.list__item:before {
    display: inline-block;
    color: #414042;
    position: absolute;
    left: 0;
    top: 2px
}

.list .list,
.footer .nav-list .list,
.list .footer .nav-list,
.footer .list .nav-list,
.footer .nav-list .nav-list {
    padding-left: 1.25rem
}

.list--roman {
    list-style-type: upper-roman
}

.list--roman .list__item:before {
    display: none
}

.list--ordered {
    counter-reset: li
}

.list--ordered .list__item {
    padding-left: 1.875rem;
    counter-increment: li
}

.list--ordered .list__item:before {
    content: counter(li);
    text-align: right;
    direction: rtl;
    font-size: .875rem;
    font-weight: 700;
    width: 1.25rem
}

.list--unordered .list__item:before {
    content: "";
    width: 4px;
    height: 4px;
    border: 1px solid #414042;
    background-color: #414042;
    top: 8px;
    border-radius: 100%
}

.list--unordered .list--unordered .list__item:before {
    background-color: #fff
}

.table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    text-align: left;
    color: #000
}

.table-responsive {
    overflow-x: auto
}

.table__caption {
    color: #000;
    font-size: 1.25rem;
    padding: .625rem
}

.table__head .table--header {
    position: relative;
    padding-right: 1.875rem
}

.table__sort {
    display: block;
    padding: .625rem .625rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.table__body {
    border: 0 none
}

.table__body .table__row:nth-child(even) .table__cell {
    background-color: #f9f9f9
}

.table__body .table__row:nth-child(even) .table__cell.table--header {
    background-color: #414042
}

.table__body .table__row:hover .table__cell {
    opacity: .8;
    transition: all .3s
}

.table__cell {
    padding: .625rem;
    border: 1px solid #efefef;
    background-color: #fff;
    font-size: .875rem
}

.table--header {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    text-align: left;
    background-color: #414042;
    border: 1px solid #5b595c
}

.table__footer .table__cell {
    font-weight: 400;
    font-size: .75rem;
    color: #000;
    background-color: #efefef
}

.code {
    word-break: break-word
}

a>.code {
    color: inherit
}

.pre {
    display: block;
    background-color: #f9f9f9;
    border-left: 4px solid #ccc;
    padding: 1em;
    font-family: "Courier New", Courier, monospace;
    margin-bottom: 1.25rem
}

.pre:hover {
    opacity: .85;
    transition: opacity ease .3
}

.pre .code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    overflow-y: scroll
}

.indent-1 {
    padding-left: .9375rem
}

.indent-2 {
    padding-left: 1.875rem
}

.indent-3 {
    padding-left: 2.8125rem
}

.indent-4 {
    padding-left: 3.75rem
}

.indent-5 {
    padding-left: 4.6875rem
}

.indent-6 {
    padding-left: 5.625rem
}

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

.image--bordered {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.figure__wrapper {
    display: inline-block;
    border: 1px solid #efefef;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-radius: 4px;
    overflow: hidden
}

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

.figure__caption {
    text-align: center;
    width: 100%;
    padding: .625rem;
    color: #666;
    font-size: .875rem
}

.image-align {
    overflow: auto;
    padding: 1.875rem 0
}

.image-align:after {
    content: "";
    clear: both;
    display: table
}

.image-align--left .image {
    float: left;
    margin-right: 1.875rem
}

.image-align--right .image {
    float: right;
    margin-left: 1.875rem
}

.hero {
    position: relative;
    background-color: #fff;
    margin-bottom: 1.875rem
}

.hero__banner {
    max-width: 75rem;
    text-align: center;
    margin: auto;
    position: relative;
    padding: 0 .9375rem;
    max-height: 300px;
    overflow: hidden
}

.hero .image {
    width: 100%;
    margin: auto
}

.hero__text {
    width: 75rem;
    max-width: 100%;
    text-align: right;
    font-size: 1.75rem;
    color: #414042;
    padding: 0 1.875rem 1.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.hero__search {
    width: 500px;
    max-width: 100%;
    padding: 0 1.25rem;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -20px);
    z-index: 2
}

.hero__search .field {
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.message {
    background-color: #f9f9f9;
    padding: 1.25rem 1.25rem .625rem;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 1.25rem;
    color: #999;
    border-color: #ccc;
    text-align: left
}

.message p {
    margin-bottom: .625rem
}

.message .svg-icon {
    margin-right: .625rem
}

.message--note {
    color: #414042;
    border-color: #414042
}

.message--info {
    color: #07c;
    border-color: #07c
}

.message--warning {
    border-color: #d09b13;
    color: #d09b13
}

.message--success {
    color: #33a855;
    border-color: #33a855
}

.message--alert {
    color: #c00;
    border-color: #c00
}

.card {
    height: 100%;
    position: relative;
    background-color: #efefef;
    overflow: hidden;
    transition: all .3s ease
}

.card .image {
    transition: all .3s ease;
    margin: auto
}

.card:before,
.card:after {
    transition: all .3s ease;
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .2);
    transform: rotate(-5deg);
    opacity: .3
}

.card:after {
    transform: rotate(5deg);
    right: 10px;
    left: auto
}

.card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.card:hover .image {
    transform: scale(1.1);
    opacity: .9;
    filter: grayscale(1)
}

.card:hover:before,
.card:hover:after {
    opacity: 1
}

.card--bordered {
    border: 1px solid #efefef
}

.card__image-block {
    display: flex;
    overflow: hidden;
    position: relative
}

.card__content {
    padding: .625rem;
    background-color: #fff;
    height: 100%
}

.card__content--caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    transition: all .3s ease
}

.card__content--caption .card__title {
    margin: 0;
    font-size: 1rem
}

.card__title,
.card__subtitle,
.card__description {
    margin: 0 0 .625rem
}

.card__title {
    font-size: 1.25rem
}

.card__link {
    color: #006e62;
    text-decoration: none
}

.card__subtitle {
    font-size: 1rem;
    color: #414042
}

.card__description {
    font-size: .875rem;
    color: #000
}

@media print,
screen and (min-width: 64em) {
    .card:hover .card__content--caption {
        transform: translateY(0)
    }
    .card__content--caption {
        transform: translateY(100%);
        transition: all .3s ease
    }
}

.grid-gallery {
    width: 100%;
    max-width: 100%;
    margin: auto
}

.grid-gallery .cell {
    padding: .3125rem;
    max-height: 200px;
    overflow: hidden;
}

.gallery {
    height: auto;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    transition: all .3s ease
}

.gallery .image {
    transition: all .3s ease;
    margin: auto
}

.gallery:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.gallery:hover .image {
    transform: scale(1.1);
    opacity: .9;
    filter: grayscale(1)
}

.gallery:hover:before,
.gallery:hover:after {
    opacity: 1
}

.gallery--bordered {
    border: 1px solid #efefef
}

.gallery__image-block {
    display: flex;
    overflow: hidden;
    position: relative
}

.gallery__image-block .picture {
    display: block;
    margin: auto
}

.gallery__content {
    padding: .625rem;
    background-color: #fff;
    height: 100%;
    background-color: #86b5ad;
    transition: all .3s ease
}

.gallery__content .gallery__caption {
    margin: 0;
    font-size: 1rem;
    text-align: center
}

.gallery__caption {
    margin: 0 0 .625rem;
    font-size: 1rem;
    color: #fff
}

@media print,
screen and (min-width: 64em) {
    .gallery:hover .gallery__content {
        transform: translateY(0)
    }
    .gallery__content {
        transform: translateY(100%);
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: auto;
        transition: all .3s ease;
        display: none;
    }
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    height: 20px;
    line-height: 20px;
    padding: 0 .3125rem;
    margin: 0 .1875rem;
    border-radius: 4px;
    font-size: .75rem;
    text-align: center;
    background-color: #efefef;
    color: #666;
    vertical-align: middle
}

.badge--primary {
    color: #fff;
    background-color: #006e62
}

.badge--secondary {
    color: #fff;
    background-color: #414042
}

.search-box {
    background-color: #efefef
}

.search-box__wrapper {
    width: 100%;
    max-width: 640px;
    padding: 1.25rem 0;
    margin: auto
}

.search-results__item {
    display: block;
    text-decoration: none;
    margin-bottom: 1.25rem
}

.search-results__title {
    font-size: 1.5rem;
    color: #414042
}

.search-results__path {
    text-decoration: underline
}

.search-info {
    padding: 1.25rem 0;
    font-size: 1.25rem
}

.search-info__alternative {
    display: block
}

.autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 5;
    border: 1px solid #efefef;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25)
}

.autocomplete__items {
    padding: 0;
    margin: 0
}

.autocomplete__item {
    margin: 0;
    border-bottom: 1px solid #ccc;
    overflow-wrap: break-word;
    word-wrap: break-word
}

.autocomplete__link {
    width: 100%;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    display: block;
    padding: .625rem
}

.autocomplete__link--selected {
    background-color: #efefef
}

.autocomplete__link:hover,
.autocomplete__link:focus {
    color: #006e62;
    background-color: #efefef
}

.autocomplete__empty {
    padding: .625rem
}

.bzss-pub {
    color: #666;
    font-family: "Lora", "Times New Roman", Times, serif
}

.bzss-pub .inline-label {
    font-weight: 700
}

.bzss-pub__category {
    color: #414042
}

.bzss-pub__issn {
    color: #414042
}

.bzss-pub__author {
    color: #414042
}

.bzss-pub__publisher {
    color: #414042
}

.bzss-pub__date {
    color: #414042
}

.inline-label .svg-icon {
    margin-right: .625rem
}

.block-label--bzss-box {
    color: #999;
    background-color: #f9f9f9;
    padding: 1.25rem;
    margin-bottom: 1.25rem
}

.block-label--bzss-box * {
    margin: 0;
    padding: 0
}

.newsletter {
    padding: .625rem 0
}

.social {
    display: flex;
    margin-bottom: .625rem
}

.social__item {
    padding: 0 .3125rem
}

.social__link {
    color: #fff;
    background-color: #006e62;
    border-radius: 100%;
    display: inline-block;
    line-height: 1;
    padding: .3125rem
}

.social__link--facebook:hover {
    background-color: #3b5998
}

.social__link--instagram:hover {
    background-color: #c13584
}

.social__link--linkedin:hover {
    background-color: #0077b5
}

.social__link--twitter:hover {
    background-color: #1da1f2
}

.social__link--youtube:hover {
    background-color: red
}

.toc {
    background-color: #f9f9f9;
    margin-bottom: 1.25rem;
    padding: .625rem 1.25rem 0
}

.toc__title {
    margin: 0;
    padding: 0 0 .625rem 0
}

.toc__title a {
    display: block;
    margin: 0;
    padding: .3125rem 0;
    text-decoration: none;
    font-size: 1rem;
    color: #006e62
}

.toc__title a.toc-l1__link--selected { font-family: "Cinzel", "Open Sans", Arial, Helvetica, sans-serif; font-style: normal; font-weight: 400; text-rendering: optimizeLegibility; line-height: 1.4; }

.toc__title a:hover {
    opacity: .7;
    text-decoration: underline;
    transition: all .3s ease
}

.toc__title a--selected {
    color: #006e62;
    background-color: transparent;
    font-weight: 700
}

toc__title

.toc .svg-icon {
    margin-right: .1875rem
}

.toc-l1__item {
    padding-top: .625rem;
    padding-bottom: .625rem;
    border-top: 1px solid #ddd
}

.toc-l1__link {
    display: block;
    margin: 0;
    padding: .3125rem 0;
    text-decoration: none;
    font-size: .875rem;
    color: #414042;
    background-color: transparent;
    font-weight: 700
}

.toc-l1__link:hover {
    opacity: .7;
    text-decoration: underline;
    transition: all .3s ease
}

.toc-l1__link--selected {
    color: #006e62;
    background-color: transparent;
    font-weight: 700
}

.toc-l2__link {
    display: block;
    margin: 0;
    padding: .3125rem 0;
    text-decoration: none;
    font-size: .75rem;
    color: #414042;
    background-color: transparent
}

.toc-l2__link:hover {
    opacity: .7;
    text-decoration: underline;
    transition: all .3s ease
}

.toc-l2__link--selected {
    color: #006e62;
    background-color: transparent;
    font-weight: 700
}

.toc-l3 {
    padding-left: 1.25rem
}

.toc-l3 .toc-l3__link {
    display: block;
    margin: 0;
    padding: .3125rem 0;
    text-decoration: none;
    font-size: .75rem;
    color: #666;
    background-color: transparent;
    display: flex
}

.toc-l3 .toc-l3__link:hover {
    opacity: .7;
    text-decoration: underline;
    transition: all .3s ease
}

.toc-l3 .toc-l3__link--selected {
    color: #006e62;
    background-color: transparent;
    font-weight: 700
}

.toc-l3 .toc-l3__link .svg-icon {
    margin-top: .1875rem
}

.toc-l4 {
    padding-left: 1.25rem
}

.toc-l4 .toc-l4__link {
    display: block;
    margin: 0;
    padding: .3125rem 0;
    text-decoration: none;
    font-size: .75rem;
    color: #666;
    background-color: transparent;
    display: flex
}

.toc-l4 .toc-l4__link:hover {
    opacity: .7;
    text-decoration: underline;
    transition: all .3s ease
}

.toc-l4 .toc-l4__link--selected {
    color: #006e62;
    background-color: transparent;
    font-weight: 700
}

.toc-l4 .toc-l4__link .svg-icon {
    margin-top: .1875rem
}

.toc-l5 {
    padding-left: 1.25rem
}

.toc-l5 .toc-l5__link {
    display: block;
    margin: 0;
    padding: .3125rem 0;
    text-decoration: none;
    font-size: .75rem;
    color: #666;
    background-color: transparent;
    display: flex
}

.toc-l5 .toc-l5__link:hover {
    opacity: .7;
    text-decoration: underline;
    transition: all .3s ease
}

.toc-l5 .toc-l5__link--selected {
    color: #006e62;
    background-color: transparent;
    font-weight: 700
}

.toc-l5 .toc-l5__link .svg-icon {
    margin-top: .1875rem
}

.toc-l6 {
    padding-left: 1.25rem
}

.toc-l6 .toc-l6__link {
    display: block;
    margin: 0;
    padding: .3125rem 0;
    text-decoration: none;
    font-size: .75rem;
    color: #666;
    background-color: transparent;
    display: flex
}

.toc-l6 .toc-l6__link:hover {
    opacity: .7;
    text-decoration: underline;
    transition: all .3s ease
}

.toc-l6 .toc-l6__link--selected {
    color: #006e62;
    background-color: transparent;
    font-weight: 700
}

.toc-l6 .toc-l6__link .svg-icon {
    margin-top: .1875rem
}

@media screen and (max-width: 39.99875em) {
    .col-toc {
        width: calc(100% - 1.25rem);
        margin-right: 0.625rem;
        margin-left: 0.625rem
    }
}

@media print,
screen and (min-width: 40em) {
    .col-toc {
        width: calc(100% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem
    }
}

@media print,
screen and (min-width: 64em) {
    .col-toc {
        width: calc(25% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem
    }
}

.toolbar {
    background-color: #efefef;
    padding: .625rem
}

.pagination__items {
    width: 100%;
    text-align: center;
    list-style: none;
    word-spacing: -5px;
    padding: 0;
    margin: 1.25rem 0
}

.pagination__item {
    display: inline-block
}

.pagination__link {
    min-width: 32px;
    display: block;
    text-decoration: none;
    font-weight: 700;
    padding: .3125rem .1875rem;
    margin: 0 .1875rem;
    color: #006e62;
    border-bottom: 2px solid transparent
}

.pagination__link:hover,
.pagination__link--active {
    transition: all .3s ease;
    border-bottom-color: #006e62
}

.pagination__link--active {
    background-color: #efefef
}

.pagination__link--disabled {
    opacity: .3;
    pointer-events: none;
    cursor: default
}

.pagination__link--disabled:hover {
    border: 0 none;
    color: #006e62
}

.pagination__link .svg-icon {
    vertical-align: middle
}

.pagination__link--prev {
    margin-right: .3125rem
}

.pagination__link--next {
    margin-left: .3125rem
}

@media screen and (max-width: 39.99875em) {
    .pagination__text {
        display: none
    }
}

.slider {
    position: relative;
    background-color: #efefef
}

.slider__control {
    position: absolute;
    top: 0;
    bottom: 0;
    color: #006e62;
    font-size: 2.75rem;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center
}

.slider__control--prev {
    left: 0
}

.slider__control--next {
    right: 0
}

.slider__control:hover,
.slider__control:focus,
.slider__control:active {
    color: #619f95
}

.modal {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal__container {
    width: 600px;
    max-width: calc(100% - 15px);
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    animation-name: zoom;
    animation-duration: .6s
}

.modal__header,
.modal__footer,
.modal__title,
.modal__caption {
    overflow: hidden;
    display: flex
}

.modal__header,
.modal__footer {
    padding: 0 15px
}

.modal__header {
    height: 70px;
    border-bottom: 1px solid #efefef;
    justify-content: flex-start;
    align-items: center
}

.modal__title,
.modal__caption {
    font-size: 1.5rem;
    padding-right: 15px;
    height: 60px;
    justify-content: flex-start;
    align-items: center
}

.modal__title {
    font-size: 1.5rem
}

.modal__caption {
    font-size: 1rem;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.modal__content {
    margin: 15px 0;
    padding: 0 15px;
    min-height: 100px;
    max-height: calc(100vh - 185px);
    overflow-y: auto
}

.modal__content .picture {
    max-width: 1400px;
    display: block
}

.modal__content .image {
    transition: opacity 1s ease
}

.modal__footer {
    height: 70px;
    border-top: 1px solid #efefef;
    justify-content: flex-end;
    align-items: center
}

.modal .button--close {
    position: absolute;
    top: .3125rem;
    right: .3125rem;
    z-index: 2
}

.modal--small .modal__container {
    width: 400px
}

.modal--large .modal__container {
    width: 1200px
}

.modal--lightbox .modal__container {
    width: auto
}

.modal--lightbox .modal__content {
    min-width: 300px;
    min-height: 200px;
    height: auto;
    max-height: calc(100vh - 100px);
    overflow: hidden;
    margin-bottom: 0
}

.modal--lightbox .modal__content .picture {
    max-width: 100%;
    display: inline
}

.modal--lightbox .modal__content .image {
    max-height: calc(100vh - 100px);
    object-fit: contain
}

.modal--lightbox .modal__footer {
    border: 0 none
}

.modal--lightbox .button--close {
    top: -7.5px;
    right: -7.5px;
    border-radius: 100%;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    padding: .1875rem;
    height: auto;
    line-height: 1
}

.js-modal {
    overflow: hidden
}

.js-modal .modal {
    display: block
}

.propertie {
    border: 1px solid #efefef;
    padding: 1.25rem;
    background-color: #fff;
    margin-bottom: 1.25rem
}

.propertie__item {
    display: flex
}

.propertie__title {
    font-weight: 700
}

.propertie__description {
    padding-left: .3125rem
}

.propertie__description:empty:before {
    content: "n/a";
    display: inline
}

.header {
    border-bottom: 8px solid #814d3b
}

.nav__search {
    padding-right: 0
}

.nav__search .field .input {
    border-radius: 0;
    border-color: #fff
}

.nav__account {
    border-left: 0 none
}

.nav__link {
    font-family: "Cinzel", "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

.nav__link:after {
    width: 100%;
    background-color: #86b5ad;
    margin: 0 0 .625rem;
    height: 1px
}

.submenu__link {
    font-family: "Cinzel", "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: underline
}

.subnav__link {
    text-decoration: underline
}

#title .h1 {
    text-align: center;
    padding: .3125rem 0;
    margin-top: 0;
    margin-bottom: 1.25rem;
    line-height: 1;
    background: linear-gradient(0.25turn, transparent, #efefef, transparent)
}

.input {
    border-color: #006e62;
    border-radius: 4px
}

.input::-webkit-input-placeholder {
    color: #414042
}

.input:-moz-placeholder {
    color: #414042
}

.input::-moz-placeholder {
    color: #414042
}

.input:-ms-input-placeholder {
    color: #414042
}

.hero__banner {
    max-height: 250px
}

.hero__text {
    font-family: "Cedarville Cursive", Tahoma, Geneva, sans-serif
}

.hero__search .field {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0)
}

.hero__search .input {
    border-radius: 4px 0 0 4px
}

.hero__search .button {
    border-radius: 0 4px 4px 0
}

.inline-label--handwriting,
.inline-label--data,
.inline-label--location {
    color: #414042
}

.inline-label--handwriting {
    font-family: "Cedarville Cursive", Tahoma, Geneva, sans-serif;
    font-size: 2rem
}

.inline-label--date {
    font-family: "Cinzel", "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase
}

.inline-label--location {
    font-size: 1.25rem;
    font-style: italic;
    display: block
}

.inline-label--title-font {
    font-family: "Cinzel", "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase
}

.block-label--home-banner-left,
.block-label--home-block-center,
.block-label--home-banner-right {
    text-align: center;
    position: relative
}

.block-label--home-banner-left p,
.block-label--home-block-center p,
.block-label--home-banner-right p {
    margin-bottom: 0
}

.block-label--home-banner-left .image,
.block-label--home-block-center .image,
.block-label--home-banner-right .image {
    width: 100%;
    margin: auto
}

.block-label--home-banner-left *,
.block-label--home-banner-right * {
    color: #fff
}

.block-label--home-banner-left {
    top: -45px;
    margin-bottom: -45px
}

.block-label--home-banner-left .block-label--home-banner-text {
    width: 100%;
    max-width: 700px;
    padding: 0 3.75rem;
    right: 0
}

.block-label--home-banner-left .block-label--home-banner-text p {
    font-family: "Cinzel", "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 2.5rem
}

.block-label--home-banner-left .block-label--home-banner-text em {
    font-family: "Cedarville Cursive", Tahoma, Geneva, sans-serif;
    font-size: 3.75rem
}

@media screen and (max-width: 600px) {
    .block-label--home-banner-left .block-label--home-banner-text em {
        font-size: 1.75rem
    }
}

.block-label--home-banner-right .block-label--home-banner-text {
    width: 100%;
    max-width: 505px;
    padding: 0 3.75rem;
    text-align: left;
    left: 0
}

.block-label--home-banner-right .block-label--home-banner-text p {
    font-size: 1.75rem
}

.block-label--home-block-center {
    width: 100%;
    max-width: 660px;
    padding: 40px .625rem;
    margin: auto
}

.block-label--home-block-center p {
    font-family: "Cinzel", "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.block-label--home-block-center .button {
    text-transform: none;
    margin-top: .625rem;
    margin-bottom: .3125rem
}

.block-label--home-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1
}

.block-label--getting-started {
    text-align: center;
    margin: auto
}

.block-label--getting-started .list,
.block-label--getting-started .footer .nav-list,
.footer .block-label--getting-started .nav-list {
    display: inline-block
}

.block-label--getting-started .list__item {
    max-width: 340px;
    height: 150px;
    position: relative
}

.block-label--getting-started .list__item:before {
    font-family: "Cedarville Cursive", Tahoma, Geneva, sans-serif;
    font-size: 2.5rem;
    color: #619f95;
    position: static;
    margin-right: 1.25rem
}

.divider {
    border-color: #006e62;
    width: 80px;
    margin: 1.25rem auto .9375rem
}

.image {
    margin: auto
}

.figure {
    text-align: center
}

.figure__wrapper {
    box-shadow: 0 0 0 0 transparent;
    border: 0 none;
    border-radius: 0
}

.figure__caption {
    font-family: "Cinzel", "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    color: #fff;
    background-color: #86b5ad
}

.footer {
    border-top: 8px solid #814d3b
}

.footer .logo__image {
    width: 150px
}

.footer__column--newsletter {
    order: 2
}

.footer__text {
    font-family: "Cedarville Cursive", Tahoma, Geneva, sans-serif;
    font-size: 2rem;
    text-align: right;
    color: #414042;
    margin-top: -20px
}

.newsletter .label {
    color: #fff
}

.newsletter .input {
    color: #fff;
    background-color: #006e62
}

.newsletter .input::-webkit-input-placeholder {
    color: #619f95
}

.newsletter .input:-moz-placeholder {
    color: #619f95
}

.newsletter .input::-moz-placeholder {
    color: #619f95
}

.newsletter .input:-ms-input-placeholder {
    color: #619f95
}

.newsletter .button--newsletter {
    color: #fff;
    background: #619f95;
    position: absolute;
    bottom: .3125rem;
    right: .3125rem;
    border-radius: 4px;
    padding: 0 .6em;
    font-weight: 400;
    height: 30px;
    line-height: 30px
}

.newsletter .button--newsletter:hover,
.newsletter .button--newsletter:focus {
    transition: background .3s ease;
    background: #81b2aa;
    outline: 0
}

.newsletter .button--newsletter:active {
    transition: transform .3s ease;
    transform: scale(0.95)
}

@media screen and (max-width: 39.99875em) {
    .hero__text {
        font-size: 1.5rem
    }
    .block-label--home-banner-left:before,
    .block-label--home-banner-right:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .5);
        z-index: 1
    }
    .block-label--home-banner-left .block-label--home-banner-text {
        padding: 0
    }
    .block-label--home-banner-left .block-label--home-banner-text p {
        font-size: 1rem
    }
    .block-label--home-banner-left .block-label--home-banner-text i {
        font-size: 1.25rem
    }
    .block-label--home-banner-right .block-label--home-banner-text {
        max-width: 100%;
        padding: 0 .625rem;
        text-align: center
    }
    .block-label--home-banner-right .block-label--home-banner-text p {
        font-size: .875rem
    }
    .block-label--home-block-center {
        padding: 20px .625rem
    }
    .block-label--home-block-center p {
        font-size: .875rem
    }
}

@media screen and (max-width: 63.99875em) {
    .block-label--getting-started .list--ordered .list__item {
        padding-left: 0
    }
}

@media screen and (min-width: 40em)and (max-width: 63.99875em) {
    .hero__text {
        font-size: 3rem;
        margin-top: .9375rem
    }
    .block-label--home-banner-left .block-label--home-banner-text {
        padding: 0 1.25rem
    }
    .block-label--home-banner-left .block-label--home-banner-text p {
        font-size: 2rem
    }
    .block-label--home-banner-left .block-label--home-banner-text i {
        font-size: 2.5rem
    }
    .footer__column--about {
        width: 50%
    }
}

@media print,
screen and (min-width: 64em) {
    .hero__text {
        font-size: 4rem;
        margin-top: 2.5rem
    }
    .col-toc {
        width: calc(16.6666666667% - 1.875rem);
        margin-right: 0.9375rem;
        margin-left: 0.9375rem
    }
    .footer__column--about {
        width: 50%
    }
    .block-label--getting-started .list__item:after {
        content: "";
        display: block;
        width: 150px;
        height: 150px;
        position: absolute;
        top: 0;
        left: -150px
    }
    .block-label--getting-started .list__item:nth-child(1):after {
        background: url("../images/gs-create-account.png") no-repeat
    }
    .block-label--getting-started .list__item:nth-child(2):after {
        background: url("../images/gs-tell-your-story.png") no-repeat
    }
    .block-label--getting-started .list__item:nth-child(3):after {
        background: url("../images/gs-share-your-story.png") no-repeat
    }
    .block-label--getting-started .list__item:nth-child(2) {
        margin-left: 150px
    }
}

.audio-holder { width: 100%; text-align: center; padding: 15px 0 30px 0; }
.audio-holder audio { width: 60%; outline: none; }

.grid-margin-x>.chapter { display: none; opacity:0; }
.grid-margin-x>.chapter.visible { display: block; opacity: 1; }
.chapter.visible { display: block; }

.chapter-content .left { width: 50%; float: left; margin-right:3%; }
.chapter-content .right { width: 50%; float: right; margin-left:3%; }

@media screen and (max-width: 600px) {
    .chapter-content .left { width: 100%; float: none; margin-right:0; }
    .chapter-content .right { width: 100%; float: none; margin-left:0; }
}

.chapter-content { margin-bottom: 30px; }

.chapter-content figure { width: 44%; float: right; }
.chapter-content img { margin-top: 10px; }

@media screen and (max-width: 600px) {
    .chapter-content figure { width: 100%; float: none; }
}


#MemberLoginForm_LoginForm { width: 30%; margin: auto; padding-top: 50px; }
@media screen and (max-width: 1024px) {
    #MemberLoginForm_LoginForm { width: 40%; }
}
@media screen and (max-width: 768px) {
    #MemberLoginForm_LoginForm { width: 54%; }
}
@media screen and (max-width: 600px) {
    #MemberLoginForm_LoginForm { width: 64%; }
}
@media screen and (max-width: 414px) {
    #MemberLoginForm_LoginForm { width: 90%; }
}
@media screen and (max-width: 375px) {
    #MemberLoginForm_LoginForm { width: 100%; }
}
#MemberLoginForm_LoginForm label { width: 30%; }
#MemberLoginForm_LoginForm label.right { width: 100%; }
@media screen and (max-width: 1366px) {
    #MemberLoginForm_LoginForm label.right { padding-left: 10px; }
}
#MemberLoginForm_LoginForm .field { margin-bottom: 15px; }
#MemberLoginForm_LoginForm input { width: 274px; height: 40px; border: 1px solid #006e62; border-radius: 4px; padding: 0 10px;
    font-size: 16px; }
@media screen and (max-width: 320px) {
    #MemberLoginForm_LoginForm input { width: 220px; }
}
#MemberLoginForm_LoginForm input#MemberLoginForm_LoginForm_Remember { width: 30px; }

#MemberLoginForm_LoginForm input#MemberLoginForm_LoginForm_action_doLogin { color: #fff; background: #006e62; width: 80px; float: right; }

#MemberLoginForm_LoginForm input#MemberLoginForm_LoginForm_action_doLogin:hover { transition: background .3s ease; background: #00a18f; outline: 0; }

@media screen and (max-width: 1024px) {
    .grid-gallery .cell { max-height: 180px; }
}


.visible { visibility: visible; transform: translate(0%, 0); width: 100%; }

.close { display: none; color: #fff; font-size: 40px; opacity: .5; position: absolute; right: 12px; top: -10px; transform: rotate(45deg); padding: 4px; z-index: 3000; }
@media screen and (max-width: 768px) { 
    .close { display: inline; } 
    .grid-gallery .cell { max-height: 160px; }
}


.hero__search { display: none; }

.video-content { width: 80%; margin: 60px auto; }
.video-content h2 { width: 80%; margin: auto; text-align: center; margin-bottom: 15px; font-size: 24px; }
.video-container { position: relative; padding-bottom: 56.25%; height: 0; }
.video-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.video-description { width: 80%; margin: 15px auto; }

.sponsors { width: 320px; margin: auto; }
.proudly { text-align: center; font-size: 24px; margin: 40px 0 15px 0; }
.rode, .photomyne { width: 150px; margin: auto; display: block; float: left; }
.rode { width: 170px; padding-right: 20px; }
.photomyne { margin-top: -15px; }

@media screen and (max-width: 600px) {
    .rode, .photomyne { width: 160px; }
    .grid-gallery .cell { max-height: none; }
}
@media screen and (max-width: 320px) {
    .rode, .photomyne { width: 150px; }
}

.mobile-label { padding-bottom: 12px; display: none; }

@media screen and (max-width: 600px) {
    #Form_NewsletterForm .field label.label { display: none; }
    .mobile-label { display: block; }
}


