﻿@charset "UTF-8";

@media print, screen and (min-width:46.25em) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}

.grid-container {
    max-width: 77.5rem
}

    .grid-container,
    .grid-container.fluid {
        padding-right: .625rem;
        padding-left: .625rem;
        margin: 0 auto
    }

        .grid-container.fluid {
            max-width: 100%
        }

        .grid-container.full {
            padding-right: 0;
            padding-left: 0;
            max-width: 100%;
            margin: 0 auto
        }

.grid-x {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

    .cell.auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .cell.shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

.grid-x > .auto,
.grid-x > .shrink {
    width: auto
}

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12,
.grid-x > .small-full,
.grid-x > .small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print, screen and (min-width:46.25em) {
    .grid-x > .medium-1,
    .grid-x > .medium-2,
    .grid-x > .medium-3,
    .grid-x > .medium-4,
    .grid-x > .medium-5,
    .grid-x > .medium-6,
    .grid-x > .medium-7,
    .grid-x > .medium-8,
    .grid-x > .medium-9,
    .grid-x > .medium-10,
    .grid-x > .medium-11,
    .grid-x > .medium-12,
    .grid-x > .medium-full,
    .grid-x > .medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width:64em) {
    .grid-x > .large-1,
    .grid-x > .large-2,
    .grid-x > .large-3,
    .grid-x > .large-4,
    .grid-x > .large-5,
    .grid-x > .large-6,
    .grid-x > .large-7,
    .grid-x > .large-8,
    .grid-x > .large-9,
    .grid-x > .large-10,
    .grid-x > .large-11,
    .grid-x > .large-12,
    .grid-x > .large-full,
    .grid-x > .large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x > .small-1 {
    width: 8.33333%
}

.grid-x > .small-2 {
    width: 16.66667%
}

.grid-x > .small-3 {
    width: 25%
}

.grid-x > .small-4 {
    width: 33.33333%
}

.grid-x > .small-5 {
    width: 41.66667%
}

.grid-x > .small-6 {
    width: 50%
}

.grid-x > .small-7 {
    width: 58.33333%
}

.grid-x > .small-8 {
    width: 66.66667%
}

.grid-x > .small-9 {
    width: 75%
}

.grid-x > .small-10 {
    width: 83.33333%
}

.grid-x > .small-11 {
    width: 91.66667%
}

.grid-x > .small-12 {
    width: 100%
}

@media print, screen and (min-width:46.25em) {
    .grid-x > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .medium-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .grid-x > .medium-1 {
        width: 8.33333%
    }

    .grid-x > .medium-2 {
        width: 16.66667%
    }

    .grid-x > .medium-3 {
        width: 25%
    }

    .grid-x > .medium-4 {
        width: 33.33333%
    }

    .grid-x > .medium-5 {
        width: 41.66667%
    }

    .grid-x > .medium-6 {
        width: 50%
    }

    .grid-x > .medium-7 {
        width: 58.33333%
    }

    .grid-x > .medium-8 {
        width: 66.66667%
    }

    .grid-x > .medium-9 {
        width: 75%
    }

    .grid-x > .medium-10 {
        width: 83.33333%
    }

    .grid-x > .medium-11 {
        width: 91.66667%
    }

    .grid-x > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width:64em) {
    .grid-x > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }

    .grid-x > .large-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .grid-x > .large-1 {
        width: 8.33333%
    }

    .grid-x > .large-2 {
        width: 16.66667%
    }

    .grid-x > .large-3 {
        width: 25%
    }

    .grid-x > .large-4 {
        width: 33.33333%
    }

    .grid-x > .large-5 {
        width: 41.66667%
    }

    .grid-x > .large-6 {
        width: 50%
    }

    .grid-x > .large-7 {
        width: 58.33333%
    }

    .grid-x > .large-8 {
        width: 66.66667%
    }

    .grid-x > .large-9 {
        width: 75%
    }

    .grid-x > .large-10 {
        width: 83.33333%
    }

    .grid-x > .large-11 {
        width: 91.66667%
    }

    .grid-x > .large-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x) > .cell {
    width: auto
}

.grid-margin-y:not(.grid-y) > .cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print, screen and (min-width:46.25em) {
    .grid-margin-x {
        margin-left: -.625rem;
        margin-right: -.625rem
    }
}

.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem
}

@media print, screen and (min-width:46.25em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.25rem);
        margin-left: .625rem;
        margin-right: .625rem
    }
}

.grid-margin-x > .auto,
.grid-margin-x > .shrink {
    width: auto
}

.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem)
}

.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem)
}

.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem)
}

.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem)
}

.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem)
}

.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem)
}

.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem)
}

@media print, screen and (min-width:46.25em) {
    .grid-margin-x > .auto,
    .grid-margin-x > .shrink {
        width: auto
    }

    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.25rem)
    }

    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x > .small-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.25rem)
    }

    .grid-margin-x > .small-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.25rem)
    }

    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.25rem)
    }

    .grid-margin-x > .small-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.25rem)
    }

    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.25rem)
    }

    .grid-margin-x > .small-12 {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x > .medium-auto,
    .grid-margin-x > .medium-shrink {
        width: auto
    }

    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.25rem)
    }

    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.25rem)
    }

    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.25rem)
    }

    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.25rem)
    }

    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.25rem)
    }

    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.25rem)
    }

    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.25rem)
    }
}

@media print, screen and (min-width:64em) {
    .grid-margin-x > .large-auto,
    .grid-margin-x > .large-shrink {
        width: auto
    }

    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.25rem)
    }

    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x > .large-3 {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.25rem)
    }

    .grid-margin-x > .large-6 {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.25rem)
    }

    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.25rem)
    }

    .grid-margin-x > .large-9 {
        width: calc(75% - 1.25rem)
    }

    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.25rem)
    }

    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.25rem)
    }

    .grid-margin-x > .large-12 {
        width: calc(100% - 1.25rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width:46.25em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.grid-container:not(.full) > .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print, screen and (min-width:46.25em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.grid-padding-x > .cell {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print, screen and (min-width:46.25em) {
    .grid-padding-x > .cell {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

.small-up-1 > .cell {
    width: 100%
}

.small-up-2 > .cell {
    width: 50%
}

.small-up-3 > .cell {
    width: 33.33333%
}

.small-up-4 > .cell {
    width: 25%
}

.small-up-5 > .cell {
    width: 20%
}

.small-up-6 > .cell {
    width: 16.66667%
}

.small-up-7 > .cell {
    width: 14.28571%
}

.small-up-8 > .cell {
    width: 12.5%
}

@media print, screen and (min-width:46.25em) {
    .medium-up-1 > .cell {
        width: 100%
    }

    .medium-up-2 > .cell {
        width: 50%
    }

    .medium-up-3 > .cell {
        width: 33.33333%
    }

    .medium-up-4 > .cell {
        width: 25%
    }

    .medium-up-5 > .cell {
        width: 20%
    }

    .medium-up-6 > .cell {
        width: 16.66667%
    }

    .medium-up-7 > .cell {
        width: 14.28571%
    }

    .medium-up-8 > .cell {
        width: 12.5%
    }
}

@media print, screen and (min-width:64em) {
    .large-up-1 > .cell {
        width: 100%
    }

    .large-up-2 > .cell {
        width: 50%
    }

    .large-up-3 > .cell {
        width: 33.33333%
    }

    .large-up-4 > .cell {
        width: 25%
    }

    .large-up-5 > .cell {
        width: 20%
    }

    .large-up-6 > .cell {
        width: 16.66667%
    }

    .large-up-7 > .cell {
        width: 14.28571%
    }

    .large-up-8 > .cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem)
}

.grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem)
}

@media print, screen and (min-width:46.25em) {
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 1.25rem)
    }

    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }

    .grid-margin-x.medium-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.medium-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.medium-up-3 > .cell {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x.medium-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.medium-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.medium-up-6 > .cell {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 1.25rem)
    }

    .grid-margin-x.medium-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }
}

@media print, screen and (min-width:64em) {
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 1.25rem)
    }

    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 1.25rem)
    }

    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 1.25rem)
    }

    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 1.25rem)
    }

    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 1.25rem)
    }

    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 1.25rem)
    }

    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 1.25rem)
    }

    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 1.25rem)
    }
}

.small-margin-collapse,
.small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0
}

    .small-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .small-3 {
        width: 25%
    }

    .small-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .small-6 {
        width: 50%
    }

    .small-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .small-9 {
        width: 75%
    }

    .small-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .small-12 {
        width: 100%
    }

@media print, screen and (min-width:46.25em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .medium-3 {
        width: 25%
    }

    .small-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .medium-6 {
        width: 50%
    }

    .small-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .medium-9 {
        width: 75%
    }

    .small-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width:64em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .small-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .small-margin-collapse > .large-3 {
        width: 25%
    }

    .small-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .small-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .small-margin-collapse > .large-6 {
        width: 50%
    }

    .small-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .small-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .small-margin-collapse > .large-9 {
        width: 75%
    }

    .small-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .small-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .small-margin-collapse > .large-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

    .small-padding-collapse > .cell {
        padding-right: 0;
        padding-left: 0
    }

@media print, screen and (min-width:46.25em) {
    .medium-margin-collapse,
    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width:46.25em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .small-3 {
        width: 25%
    }

    .medium-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .small-6 {
        width: 50%
    }

    .medium-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .small-9 {
        width: 75%
    }

    .medium-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width:46.25em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .medium-3 {
        width: 25%
    }

    .medium-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .medium-6 {
        width: 50%
    }

    .medium-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .medium-9 {
        width: 75%
    }

    .medium-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width:64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .medium-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .medium-margin-collapse > .large-3 {
        width: 25%
    }

    .medium-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .medium-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .medium-margin-collapse > .large-6 {
        width: 50%
    }

    .medium-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .medium-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .medium-margin-collapse > .large-9 {
        width: 75%
    }

    .medium-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .medium-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .medium-margin-collapse > .large-12 {
        width: 100%
    }
}

@media print, screen and (min-width:46.25em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

        .medium-padding-collapse > .cell {
            padding-right: 0;
            padding-left: 0
        }
}

@media print, screen and (min-width:64em) {
    .large-margin-collapse,
    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print, screen and (min-width:64em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .small-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .small-3 {
        width: 25%
    }

    .large-margin-collapse > .small-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .small-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .small-6 {
        width: 50%
    }

    .large-margin-collapse > .small-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .small-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .small-9 {
        width: 75%
    }

    .large-margin-collapse > .small-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .small-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .small-12 {
        width: 100%
    }
}

@media print, screen and (min-width:64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .medium-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .medium-3 {
        width: 25%
    }

    .large-margin-collapse > .medium-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .medium-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .medium-6 {
        width: 50%
    }

    .large-margin-collapse > .medium-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .medium-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .medium-9 {
        width: 75%
    }

    .large-margin-collapse > .medium-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .medium-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .medium-12 {
        width: 100%
    }
}

@media print, screen and (min-width:64em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%
    }

    .large-margin-collapse > .large-2 {
        width: 16.66667%
    }

    .large-margin-collapse > .large-3 {
        width: 25%
    }

    .large-margin-collapse > .large-4 {
        width: 33.33333%
    }

    .large-margin-collapse > .large-5 {
        width: 41.66667%
    }

    .large-margin-collapse > .large-6 {
        width: 50%
    }

    .large-margin-collapse > .large-7 {
        width: 58.33333%
    }

    .large-margin-collapse > .large-8 {
        width: 66.66667%
    }

    .large-margin-collapse > .large-9 {
        width: 75%
    }

    .large-margin-collapse > .large-10 {
        width: 83.33333%
    }

    .large-margin-collapse > .large-11 {
        width: 91.66667%
    }

    .large-margin-collapse > .large-12 {
        width: 100%
    }
}

@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% + .625rem)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + .625rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + .625rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + .625rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + .625rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + .625rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + .625rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + .625rem)
}

@media print, screen and (min-width:46.25em) {
    .medium-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + .625rem)
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + .625rem)
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + .625rem)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + .625rem)
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + .625rem)
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + .625rem)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + .625rem)
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + .625rem)
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + .625rem)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + .625rem)
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + .625rem)
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + .625rem)
    }
}

@media print, screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0
    }

    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + .625rem)
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + .625rem)
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + .625rem)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + .625rem)
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + .625rem)
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + .625rem)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + .625rem)
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + .625rem)
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + .625rem)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + .625rem)
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + .625rem)
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + .625rem)
    }
}

.grid-y {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .grid-y > .cell {
        width: auto
    }

    .grid-y > .auto,
    .grid-y > .shrink {
        height: auto
    }

    .grid-y > .small-1,
    .grid-y > .small-2,
    .grid-y > .small-3,
    .grid-y > .small-4,
    .grid-y > .small-5,
    .grid-y > .small-6,
    .grid-y > .small-7,
    .grid-y > .small-8,
    .grid-y > .small-9,
    .grid-y > .small-10,
    .grid-y > .small-11,
    .grid-y > .small-12,
    .grid-y > .small-full,
    .grid-y > .small-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

@media print, screen and (min-width:46.25em) {
    .grid-y > .medium-1,
    .grid-y > .medium-2,
    .grid-y > .medium-3,
    .grid-y > .medium-4,
    .grid-y > .medium-5,
    .grid-y > .medium-6,
    .grid-y > .medium-7,
    .grid-y > .medium-8,
    .grid-y > .medium-9,
    .grid-y > .medium-10,
    .grid-y > .medium-11,
    .grid-y > .medium-12,
    .grid-y > .medium-full,
    .grid-y > .medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print, screen and (min-width:64em) {
    .grid-y > .large-1,
    .grid-y > .large-2,
    .grid-y > .large-3,
    .grid-y > .large-4,
    .grid-y > .large-5,
    .grid-y > .large-6,
    .grid-y > .large-7,
    .grid-y > .large-8,
    .grid-y > .large-9,
    .grid-y > .large-10,
    .grid-y > .large-11,
    .grid-y > .large-12,
    .grid-y > .large-full,
    .grid-y > .large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y > .small-1 {
    height: 8.33333%
}

.grid-y > .small-2 {
    height: 16.66667%
}

.grid-y > .small-3 {
    height: 25%
}

.grid-y > .small-4 {
    height: 33.33333%
}

.grid-y > .small-5 {
    height: 41.66667%
}

.grid-y > .small-6 {
    height: 50%
}

.grid-y > .small-7 {
    height: 58.33333%
}

.grid-y > .small-8 {
    height: 66.66667%
}

.grid-y > .small-9 {
    height: 75%
}

.grid-y > .small-10 {
    height: 83.33333%
}

.grid-y > .small-11 {
    height: 91.66667%
}

.grid-y > .small-12 {
    height: 100%
}

@media print, screen and (min-width:46.25em) {
    .grid-y > .medium-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .medium-shrink {
        height: auto
    }

    .grid-y > .medium-1 {
        height: 8.33333%
    }

    .grid-y > .medium-2 {
        height: 16.66667%
    }

    .grid-y > .medium-3 {
        height: 25%
    }

    .grid-y > .medium-4 {
        height: 33.33333%
    }

    .grid-y > .medium-5 {
        height: 41.66667%
    }

    .grid-y > .medium-6 {
        height: 50%
    }

    .grid-y > .medium-7 {
        height: 58.33333%
    }

    .grid-y > .medium-8 {
        height: 66.66667%
    }

    .grid-y > .medium-9 {
        height: 75%
    }

    .grid-y > .medium-10 {
        height: 83.33333%
    }

    .grid-y > .medium-11 {
        height: 91.66667%
    }

    .grid-y > .medium-12 {
        height: 100%
    }
}

@media print, screen and (min-width:64em) {
    .grid-y > .large-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }

    .grid-y > .large-shrink {
        height: auto
    }

    .grid-y > .large-1 {
        height: 8.33333%
    }

    .grid-y > .large-2 {
        height: 16.66667%
    }

    .grid-y > .large-3 {
        height: 25%
    }

    .grid-y > .large-4 {
        height: 33.33333%
    }

    .grid-y > .large-5 {
        height: 41.66667%
    }

    .grid-y > .large-6 {
        height: 50%
    }

    .grid-y > .large-7 {
        height: 58.33333%
    }

    .grid-y > .large-8 {
        height: 66.66667%
    }

    .grid-y > .large-9 {
        height: 75%
    }

    .grid-y > .large-10 {
        height: 83.33333%
    }

    .grid-y > .large-11 {
        height: 91.66667%
    }

    .grid-y > .large-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print, screen and (min-width:46.25em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

.grid-padding-y > .cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print, screen and (min-width:46.25em) {
    .grid-padding-y > .cell {
        padding-top: .625rem;
        padding-bottom: .625rem
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%
}

.cell-block,
.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%
}

.cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

    .cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

@media print, screen and (min-width:46.25em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .medium-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
}

@media print, screen and (min-width:64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }

        .large-cell-block-container > .grid-x {
            max-height: 100%;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-stype: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print, screen and (min-width:46.25em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print, screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print, screen and (min-width:46.25em) {
    .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: -.625rem;
    margin-bottom: -.625rem
}

@media print, screen and (min-width:46.25em) {
    .grid-margin-y {
        margin-top: -.625rem;
        margin-bottom: -.625rem
    }
}

.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print, screen and (min-width:46.25em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.25rem);
        margin-top: .625rem;
        margin-bottom: .625rem
    }
}

.grid-margin-y > .auto,
.grid-margin-y > .shrink {
    height: auto
}

.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem)
}

@media print, screen and (min-width:46.25em) {
    .grid-margin-y > .auto,
    .grid-margin-y > .shrink {
        height: auto
    }

    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .small-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .small-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .small-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .small-12 {
        height: calc(100% - 1.25rem)
    }

    .grid-margin-y > .medium-auto,
    .grid-margin-y > .medium-shrink {
        height: auto
    }

    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.25rem)
    }
}

@media print, screen and (min-width:64em) {
    .grid-margin-y > .large-auto,
    .grid-margin-y > .large-shrink {
        height: auto
    }

    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 1.25rem)
    }

    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 1.25rem)
    }

    .grid-margin-y > .large-3 {
        height: calc(25% - 1.25rem)
    }

    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 1.25rem)
    }

    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 1.25rem)
    }

    .grid-margin-y > .large-6 {
        height: calc(50% - 1.25rem)
    }

    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 1.25rem)
    }

    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 1.25rem)
    }

    .grid-margin-y > .large-9 {
        height: calc(75% - 1.25rem)
    }

    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 1.25rem)
    }

    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 1.25rem)
    }

    .grid-margin-y > .large-12 {
        height: calc(100% - 1.25rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print, screen and (min-width:46.25em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.25rem)
    }
}

@media print, screen and (min-width:64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.25rem)
    }
}

@media print, screen and (min-width:46.25em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.25rem)
    }
}

@media print, screen and (min-width:64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.25rem)
    }
}


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

.h1,
h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: visible
}

main {
    display: block
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

.button-link-style,
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    .button-link-style:active,
    .button-link-style:hover,
    a:active,
    a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner,
    button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring,
    button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

input {
    overflow: visible
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button,
    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    padding: 0;
    color: inherit;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

details {
    display: block
}

summary {
    display: list-item
}

nacdlmenu {
    display: block
}

canvas {
    display: inline-block
}

[hidden],
template {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=46.25em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fff !important;
    font-family: merriweather, Palatino, Georgia, serif;
    font-weight: 400;
    line-height: 1.3;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.card .h2-sans,
.card .h3,
.card .section-heading .h2,
.card .section-heading h2,
.card .sponsored .h2,
.card .sponsored h2,
.card h3,
.feed-list .h2-sans,
.feed-list .h3,
.feed-list .section-heading .h2,
.feed-list .section-heading h2,
.feed-list .sponsored .h2,
.feed-list .sponsored h2,
.feed-list h3,
.h1,
.h2,
.h2-sans,
.h3,
.h4,
.h5,
.h6,
.overview .h2-sans,
.overview .h3,
.overview .section-heading .h2,
.overview .section-heading h2,
.overview .sponsored .h2,
.overview .sponsored h2,
.overview h3,
.section-heading .card .h2,
.section-heading .card h2,
.section-heading .feed-list .h2,
.section-heading .feed-list h2,
.section-heading .h2,
.section-heading .overview .h2,
.section-heading .overview h2,
.section-heading .tile-group .h2,
.section-heading .tile-group h2,
.section-heading h2,
.sponsored .card .h2,
.sponsored .card h2,
.sponsored .feed-list .h2,
.sponsored .feed-list h2,
.sponsored .h2,
.sponsored .overview .h2,
.sponsored .overview h2,
.sponsored .tile-group .h2,
.sponsored .tile-group h2,
.sponsored h2,
.tile-group .h2-sans,
.tile-group .h3,
.tile-group .section-heading .h2,
.tile-group .section-heading h2,
.tile-group .sponsored .h2,
.tile-group .sponsored h2,
.tile-group h3,
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic
}

b,
em,
i,
strong {
    line-height: inherit
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%;
    line-height: inherit
}

.card .h2-sans,
.card .h3,
.card .section-heading .h2,
.card .section-heading h2,
.card .sponsored .h2,
.card .sponsored h2,
.card h3,
.feed-list .h2-sans,
.feed-list .h3,
.feed-list .section-heading .h2,
.feed-list .section-heading h2,
.feed-list .sponsored .h2,
.feed-list .sponsored h2,
.feed-list h3,
.h1,
.h2,
.h2-sans,
.h3,
.h4,
.h5,
.h6,
.overview .h2-sans,
.overview .h3,
.overview .section-heading .h2,
.overview .section-heading h2,
.overview .sponsored .h2,
.overview .sponsored h2,
.overview h3,
.section-heading .card .h2,
.section-heading .card h2,
.section-heading .feed-list .h2,
.section-heading .feed-list h2,
.section-heading .h2,
.section-heading .overview .h2,
.section-heading .overview h2,
.section-heading .tile-group .h2,
.section-heading .tile-group h2,
.section-heading h2,
.sponsored .card .h2,
.sponsored .card h2,
.sponsored .feed-list .h2,
.sponsored .feed-list h2,
.sponsored .h2,
.sponsored .overview .h2,
.sponsored .overview h2,
.sponsored .tile-group .h2,
.sponsored .tile-group h2,
.sponsored h2,
.tile-group .h2-sans,
.tile-group .h3,
.tile-group .section-heading .h2,
.tile-group .section-heading h2,
.tile-group .sponsored .h2,
.tile-group .sponsored h2,
.tile-group h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: merriweather, Palatino, Georgia, serif;
    font-style: normal;
    font-weight: 700 !important;
    color: inherit;
    text-rendering: optimizeLegibility
}

    .card .h2-sans small,
    .card .h3 small,
    .card .section-heading .h2 small,
    .card .section-heading h2 small,
    .card .sponsored .h2 small,
    .card .sponsored h2 small,
    .card h3 small,
    .feed-list .h2-sans small,
    .feed-list .h3 small,
    .feed-list .section-heading .h2 small,
    .feed-list .section-heading h2 small,
    .feed-list .sponsored .h2 small,
    .feed-list .sponsored h2 small,
    .feed-list h3 small,
    .h1 small,
    .h2 small,
    .h2-sans small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    .overview .h2-sans small,
    .overview .h3 small,
    .overview .section-heading .h2 small,
    .overview .section-heading h2 small,
    .overview .sponsored .h2 small,
    .overview .sponsored h2 small,
    .overview h3 small,
    .section-heading .card .h2 small,
    .section-heading .card h2 small,
    .section-heading .feed-list .h2 small,
    .section-heading .feed-list h2 small,
    .section-heading .h2 small,
    .section-heading .overview .h2 small,
    .section-heading .overview h2 small,
    .section-heading .tile-group .h2 small,
    .section-heading .tile-group h2 small,
    .section-heading h2 small,
    .sponsored .card .h2 small,
    .sponsored .card h2 small,
    .sponsored .feed-list .h2 small,
    .sponsored .feed-list h2 small,
    .sponsored .h2 small,
    .sponsored .overview .h2 small,
    .sponsored .overview h2 small,
    .sponsored .tile-group .h2 small,
    .sponsored .tile-group h2 small,
    .sponsored h2 small,
    .tile-group .h2-sans small,
    .tile-group .h3 small,
    .tile-group .section-heading .h2 small,
    .tile-group .section-heading h2 small,
    .tile-group .sponsored .h2 small,
    .tile-group .sponsored h2 small,
    .tile-group h3 small,
    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small {
        line-height: 0;
        color: #979797
    }

.h1,
h1 {
    font-size: 1.5rem
}

.h1,
.h2,
h1,
h2 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h2,
h2 {
    font-size: 1.25rem
}

.h2-sans,
.h3,
.section-heading .h2,
.section-heading h2,
.sponsored .h2,
.sponsored h2,
h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h4,
h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.card .h2-sans,
.card .h3,
.card .section-heading .h2,
.card .section-heading h2,
.card .sponsored .h2,
.card .sponsored h2,
.card h3,
.feed-list .h2-sans,
.feed-list .h3,
.feed-list .section-heading .h2,
.feed-list .section-heading h2,
.feed-list .sponsored .h2,
.feed-list .sponsored h2,
.feed-list h3,
.h5,
.overview .h2-sans,
.overview .h3,
.overview .section-heading .h2,
.overview .section-heading h2,
.overview .sponsored .h2,
.overview .sponsored h2,
.overview h3,
.section-heading .card .h2,
.section-heading .card h2,
.section-heading .feed-list .h2,
.section-heading .feed-list h2,
.section-heading .overview .h2,
.section-heading .overview h2,
.section-heading .tile-group .h2,
.section-heading .tile-group h2,
.sponsored .card .h2,
.sponsored .card h2,
.sponsored .feed-list .h2,
.sponsored .feed-list h2,
.sponsored .overview .h2,
.sponsored .overview h2,
.sponsored .tile-group .h2,
.sponsored .tile-group h2,
.tile-group .h2-sans,
.tile-group .h3,
.tile-group .section-heading .h2,
.tile-group .section-heading h2,
.tile-group .sponsored .h2,
.tile-group .sponsored h2,
.tile-group h3,
h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print, screen and (min-width:46.25em) {
    .h1,
    h1 {
        font-size: 3rem
    }

    .h2,
    h2 {
        font-size: 2.625rem
    }

    .h2-sans,
    .h3,
    .section-heading .h2,
    .section-heading h2,
    .sponsored .h2,
    .sponsored h2,
    h3 {
        font-size: 2.25rem !important;
    }

    .h4,
    h4 {
        font-size: 1.875rem
    }

    .card .h2-sans,
    .card .h3,
    .card .section-heading .h2,
    .card .section-heading h2,
    .card .sponsored .h2,
    .card .sponsored h2,
    .card h3,
    .feed-list .h2-sans,
    .feed-list .h3,
    .feed-list .section-heading .h2,
    .feed-list .section-heading h2,
    .feed-list .sponsored .h2,
    .feed-list .sponsored h2,
    .feed-list h3,
    .h5,
    .overview .h2-sans,
    .overview .h3,
    .overview .section-heading .h2,
    .overview .section-heading h2,
    .overview .sponsored .h2,
    .overview .sponsored h2,
    .overview h3,
    .section-heading .card .h2,
    .section-heading .card h2,
    .section-heading .feed-list .h2,
    .section-heading .feed-list h2,
    .section-heading .overview .h2,
    .section-heading .overview h2,
    .section-heading .tile-group .h2,
    .section-heading .tile-group h2,
    .sponsored .card .h2,
    .sponsored .card h2,
    .sponsored .feed-list .h2,
    .sponsored .feed-list h2,
    .sponsored .overview .h2,
    .sponsored .overview h2,
    .sponsored .tile-group .h2,
    .sponsored .tile-group h2,
    .tile-group .h2-sans,
    .tile-group .h3,
    .tile-group .section-heading .h2,
    .tile-group .section-heading h2,
    .tile-group .sponsored .h2,
    .tile-group .sponsored h2,
    .tile-group h3,
    h5 {
        font-size: 1.25rem
    }

    .h6,
    h6 {
        font-size: 1rem
    }
}

.button-link-style,
a {
    line-height: inherit;
    color: #00529b;
    text-decoration: none;
    cursor: pointer
}

    .button-link-style:focus,
    .button-link-style:hover,
    a:focus,
    a:hover {
        color: #004785
    }

    .button-link-style img,
    a img {
        border: 0
    }

hr {
    clear: both;
    max-width: 77.5rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #979797;
    border-left: 0
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

ol,
ul {
    margin-left: 1.25rem
}

    ol ol,
    ol ul,
    ul ol,
    ul ul {
        margin-left: 1.25rem;
        margin-bottom: 0
    }

dl {
    margin-bottom: 1rem
}

    dl dt {
        margin-bottom: .3rem;
        font-weight: 700
    }

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 3px solid #333
}

    blockquote,
    blockquote p {
        line-height: 1.6;
        color: #333
    }

cite {
    display: block;
    font-size: .8125rem;
    color: #333
}

    cite:before {
        content: "— "
    }

abbr,
abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #979797;
    font-weight: 400
}

code,
kbd {
    background-color: #cfd2d7;
    font-family: Consolas, Liberation Mono, Courier, monospace;
    color: #0a0a0a
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #333
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p + .stat {
    margin-top: -1rem
}

.search-pane ol.autocomplete__menu,
.search-pane ul.autocomplete__menu,
ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print, screen and (min-width:46.25em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print, screen and (min-width:64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print,
    th.show-for-print {
        display: table-cell !important
    }

    .button-link-style,
    .button-link-style:visited,
    a,
    a:visited {
        text-decoration: underline
    }

        .button-link-style[href]:after,
        a[href]:after {
            content: " (" attr(href) ")"
        }

        .button-link-style[href^="#"]:after,
        .button-link-style[href^="javascript:"]:after,
        .ir .button-link-style:after,
        .ir a:after,
        a[href^="#"]:after,
        a[href^="javascript:"]:after {
            content: ""
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote,
    pre {
        border: 1px solid #333;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    .h2,
    .h2-sans,
    .h3,
    .section-heading .h2,
    .section-heading h2,
    .sponsored .h2,
    .sponsored h2,
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    .h2,
    .h2-sans,
    .h3,
    .section-heading .h2,
    .section-heading h2,
    .sponsored .h2,
    .sponsored h2,
    h2,
    h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
    padding: .8em 1.4em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color .25s ease-out, color .25s ease-out;
    -o-transition: background-color .25s ease-out, color .25s ease-out;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #00529b;
    color: #fff
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus,
.button:hover {
    background-color: #004684;
    color: #fff
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.blue {
    background-color: #00529b;
    color: #fff
}

    .button.blue:focus,
    .button.blue:hover {
        background-color: #00427c;
        color: #fff
    }

.button.midnight {
    background-color: #000e2b;
    color: #fff
}

    .button.midnight:focus,
    .button.midnight:hover {
        background-color: #000b22;
        color: #fff
    }

.button.white {
    background-color: #fff;
    color: #0a0a0a
}

    .button.white:focus,
    .button.white:hover {
        background-color: #ccc;
        color: #0a0a0a
    }

.button.disabled,
.button[disabled] {
    opacity: 1;
    cursor: not-allowed
}

    .button.disabled,
    .button.disabled:focus,
    .button.disabled:hover,
    .button[disabled],
    .button[disabled]:focus,
    .button[disabled]:hover {
        background-color: #00529b;
        color: #fff
    }

        .button.disabled.blue,
        .button[disabled].blue {
            opacity: 1;
            cursor: not-allowed
        }

            .button.disabled.blue,
            .button.disabled.blue:focus,
            .button.disabled.blue:hover,
            .button[disabled].blue,
            .button[disabled].blue:focus,
            .button[disabled].blue:hover {
                background-color: #00529b;
                color: #fff
            }

        .button.disabled.midnight,
        .button[disabled].midnight {
            opacity: 1;
            cursor: not-allowed
        }

            .button.disabled.midnight,
            .button.disabled.midnight:focus,
            .button.disabled.midnight:hover,
            .button[disabled].midnight,
            .button[disabled].midnight:focus,
            .button[disabled].midnight:hover {
                background-color: #000e2b;
                color: #fff
            }

        .button.disabled.white,
        .button[disabled].white {
            opacity: 1;
            cursor: not-allowed
        }

            .button.disabled.white,
            .button.disabled.white:focus,
            .button.disabled.white:hover,
            .button[disabled].white,
            .button[disabled].white:focus,
            .button[disabled].white:hover {
                background-color: #fff;
                color: #0a0a0a
            }

.button.hollow {
    border: 2px solid #00529b;
    color: #00529b
}

    .button.hollow,
    .button.hollow.disabled,
    .button.hollow.disabled:focus,
    .button.hollow.disabled:hover,
    .button.hollow:focus,
    .button.hollow:hover,
    .button.hollow[disabled],
    .button.hollow[disabled]:focus,
    .button.hollow[disabled]:hover {
        background-color: transparent
    }

        .button.hollow:focus,
        .button.hollow:hover {
            border-color: #00294e;
            color: #00294e
        }

            .button.hollow.blue,
            .button.hollow:focus.disabled,
            .button.hollow:focus[disabled],
            .button.hollow:hover.disabled,
            .button.hollow:hover[disabled] {
                border: 2px solid #00529b;
                color: #00529b
            }

                .button.hollow.blue:focus,
                .button.hollow.blue:hover {
                    border-color: #00294e;
                    color: #00294e
                }

                    .button.hollow.blue:focus.disabled,
                    .button.hollow.blue:focus[disabled],
                    .button.hollow.blue:hover.disabled,
                    .button.hollow.blue:hover[disabled] {
                        border: 2px solid #00529b;
                        color: #00529b
                    }

        .button.hollow.midnight {
            border: 2px solid #000e2b;
            color: #000e2b
        }

            .button.hollow.midnight:focus,
            .button.hollow.midnight:hover {
                border-color: #000716;
                color: #000716
            }

                .button.hollow.midnight:focus.disabled,
                .button.hollow.midnight:focus[disabled],
                .button.hollow.midnight:hover.disabled,
                .button.hollow.midnight:hover[disabled] {
                    border: 2px solid #000e2b;
                    color: #000e2b
                }

        .button.hollow.white {
            border: 2px solid #fff;
            color: #fff
        }

            .button.hollow.white:focus,
            .button.hollow.white:hover {
                border-color: gray;
                color: gray
            }

                .button.hollow.white:focus.disabled,
                .button.hollow.white:focus[disabled],
                .button.hollow.white:hover.disabled,
                .button.hollow.white:hover[disabled] {
                    border: 2px solid #fff;
                    color: #fff
                }

.button.clear {
    border: 2px solid #00529b;
    color: #00529b
}

    .button.clear,
    .button.clear.disabled,
    .button.clear.disabled:focus,
    .button.clear.disabled:hover,
    .button.clear:focus,
    .button.clear:hover,
    .button.clear[disabled],
    .button.clear[disabled]:focus,
    .button.clear[disabled]:hover {
        background-color: transparent
    }

        .button.clear:focus,
        .button.clear:hover {
            border-color: #00294e;
            color: #00294e
        }

            .button.clear:focus.disabled,
            .button.clear:focus[disabled],
            .button.clear:hover.disabled,
            .button.clear:hover[disabled] {
                border: 2px solid #00529b;
                color: #00529b
            }

            .button.clear,
            .button.clear.disabled,
            .button.clear:focus,
            .button.clear:focus.disabled,
            .button.clear:focus[disabled],
            .button.clear:hover,
            .button.clear:hover.disabled,
            .button.clear:hover[disabled],
            .button.clear[disabled] {
                border-color: transparent
            }

                .button.clear.blue {
                    border: 2px solid #00529b;
                    color: #00529b
                }

                    .button.clear.blue:focus,
                    .button.clear.blue:hover {
                        border-color: #00294e;
                        color: #00294e
                    }

                        .button.clear.blue:focus.disabled,
                        .button.clear.blue:focus[disabled],
                        .button.clear.blue:hover.disabled,
                        .button.clear.blue:hover[disabled] {
                            border: 2px solid #00529b;
                            color: #00529b
                        }

                        .button.clear.blue,
                        .button.clear.blue.disabled,
                        .button.clear.blue:focus,
                        .button.clear.blue:focus.disabled,
                        .button.clear.blue:focus[disabled],
                        .button.clear.blue:hover,
                        .button.clear.blue:hover.disabled,
                        .button.clear.blue:hover[disabled],
                        .button.clear.blue[disabled] {
                            border-color: transparent
                        }

                .button.clear.midnight {
                    border: 2px solid #000e2b;
                    color: #000e2b
                }

                    .button.clear.midnight:focus,
                    .button.clear.midnight:hover {
                        border-color: #000716;
                        color: #000716
                    }

                        .button.clear.midnight:focus.disabled,
                        .button.clear.midnight:focus[disabled],
                        .button.clear.midnight:hover.disabled,
                        .button.clear.midnight:hover[disabled] {
                            border: 2px solid #000e2b;
                            color: #000e2b
                        }

                        .button.clear.midnight,
                        .button.clear.midnight.disabled,
                        .button.clear.midnight:focus,
                        .button.clear.midnight:focus.disabled,
                        .button.clear.midnight:focus[disabled],
                        .button.clear.midnight:hover,
                        .button.clear.midnight:hover.disabled,
                        .button.clear.midnight:hover[disabled],
                        .button.clear.midnight[disabled] {
                            border-color: transparent
                        }

                .button.clear.white {
                    border: 2px solid #fff;
                    color: #fff
                }

                    .button.clear.white:focus,
                    .button.clear.white:hover {
                        border-color: gray;
                        color: gray
                    }

                        .button.clear.white:focus.disabled,
                        .button.clear.white:focus[disabled],
                        .button.clear.white:hover.disabled,
                        .button.clear.white:hover[disabled] {
                            border: 2px solid #fff;
                            color: #fff
                        }

                        .button.clear.white,
                        .button.clear.white.disabled,
                        .button.clear.white:focus,
                        .button.clear.white:focus.disabled,
                        .button.clear.white:focus[disabled],
                        .button.clear.white:hover,
                        .button.clear.white:hover.disabled,
                        .button.clear.white:hover[disabled],
                        .button.clear.white[disabled] {
                            border-color: transparent
                        }

.button.dropdown:after {
    display: block;
    width: 0;
    height: 0;
    border: .4em inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1.4em
}

.button.dropdown.hollow.blue:after,
.button.dropdown.hollow:after {
    border-top-color: #00529b
}

.button.dropdown.hollow.midnight:after {
    border-top-color: #000e2b
}

.button.dropdown.hollow.white:after {
    border-top-color: #fff
}

.button.arrow-only:after {
    top: -.1em;
    float: none;
    margin-left: 0
}

.button.button-link-style:focus,
.button.button-link-style:hover,
a.button:focus,
a.button:hover {
    text-decoration: none
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 2.2375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #979797;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #0a0a0a;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    [type=color]:focus,
    [type=date]:focus,
    [type=datetime-local]:focus,
    [type=datetime]:focus,
    [type=email]:focus,
    [type=month]:focus,
    [type=number]:focus,
    [type=password]:focus,
    [type=search]:focus,
    [type=tel]:focus,
    [type=text]:focus,
    [type=time]:focus,
    [type=url]:focus,
    [type=week]:focus,
    textarea:focus {
        outline: none;
        border: 1px solid #333;
        background-color: #fff;
        -webkit-box-shadow: 0;
        box-shadow: 0;
        -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
        transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
        -o-transition: box-shadow .5s, border-color .25s ease-in-out;
        transition: box-shadow .5s, border-color .25s ease-in-out;
        transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
    }

textarea {
    max-width: 100%
}

    textarea[rows] {
        height: auto
    }

    input::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        color: #979797
    }

    input:-ms-input-placeholder,
    input::-ms-input-placeholder,
    textarea:-ms-input-placeholder,
    textarea::-ms-input-placeholder {
        color: #979797
    }

    input::placeholder,
    textarea::placeholder {
        color: #979797
    }

    input:disabled,
    input[readonly],
    textarea:disabled,
    textarea[readonly] {
        background-color: #cfd2d7;
        cursor: not-allowed
    }

[type=button],
[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1rem
}

    [type=checkbox] + label,
    [type=radio] + label {
        display: inline-block;
        vertical-align: baseline;
        margin-left: .5rem;
        margin-right: 1rem;
        margin-bottom: 0
    }

        [type=checkbox] + label[for],
        [type=radio] + label[for] {
            cursor: pointer
        }

label > [type=checkbox],
label > [type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    color: inherit
}

    label.middle {
        margin: 0 0 1rem;
        padding: .5625rem 0
    }

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #0a0a0a
}

.input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

    .input-group > :first-child,
    .input-group > :last-child > * {
        border-radius: 0 0 0 0
    }

.input-group-button,
.input-group-button .button-link-style,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #979797;
    background: #cfd2d7;
    color: #0a0a0a;
    text-align: center;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .input-group-label:first-child {
        border-right: 0
    }

    .input-group-label:last-child {
        border-left: 0
    }

.input-group-field {
    border-radius: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

    .input-group-button .button-link-style,
    .input-group-button a,
    .input-group-button button,
    .input-group-button input,
    .input-group-button label {
        height: auto;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 1rem
    }

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #979797
}

    .fieldset legend {
        margin: 0;
        margin-left: -.1875rem;
        padding: 0 .1875rem
    }

select {
    height: 2.2375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #979797;
    border-radius: 0;
    background-color: #fff;
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    color: #0a0a0a;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
    -webkit-background-origin: content-box;
    background-origin: content-box;
    background-position: right -0.5rem center;
    background-repeat: no-repeat;
    -webkit-background-size: 9px 6px;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

@media screen and (min-width:0\0) {
    select {
        background-image: url("https://nacdlwfe1.azurewebsites.net/assets/img/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
    }
}

select:focus {
    outline: none;
    border: 1px solid #333;
    background-color: #fff;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

select:disabled {
    background-color: #cfd2d7;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb
}

    .is-invalid-input:not(:focus)::-webkit-input-placeholder {
        color: #cc4b37
    }

    .is-invalid-input:not(:focus):-ms-input-placeholder,
    .is-invalid-input:not(:focus)::-ms-input-placeholder {
        color: #cc4b37
    }

    .is-invalid-input:not(:focus)::placeholder {
        color: #cc4b37
    }

.form-error,
.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700
}

    .form-error.is-visible {
        display: block
    }

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none
}

    .accordion[disabled] .accordion-title {
        cursor: not-allowed
    }

.accordion-item:first-child > :first-child,
.accordion-item:last-child > :last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 0;
    border: 0;
    border-bottom: 0;
    font-size: 1.25rem;
    line-height: 1;
    color: #00529b
}

:last-child:not(.is-active) > .accordion-title {
    border-bottom: 0;
    border-radius: 0 0 0 0
}

.accordion-content,
.accordion-title:focus,
.accordion-title:hover {
    background-color: #fff
}

.accordion-content {
    display: none;
    padding: 1rem 1rem 1rem 2rem;
    border: 0;
    border-bottom: 0;
    color: #333
}

:last-child > .accordion-content:last-child {
    border-bottom: 0
}

.breadcrumbs {
    margin: 1rem 0;
    list-style: none
}

    .breadcrumbs:after,
    .breadcrumbs:before {
        display: table;
        content: " ";
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .breadcrumbs:after {
        clear: both
    }

    .breadcrumbs li {
        float: left;
        font-size: 1rem;
        color: #4a4a4a;
        cursor: default
    }

        .breadcrumbs li:not(:last-child):after {
            position: relative;
            margin: 0 .5rem;
            opacity: 1;
            content: ">";
            color: #4a4a4a
        }

    .breadcrumbs .button-link-style,
    .breadcrumbs a {
        color: #4a4a4a
    }

        .breadcrumbs .button-link-style:hover,
        .breadcrumbs a:hover {
            text-decoration: underline
        }

    .breadcrumbs .disabled {
        color: #979797;
        cursor: not-allowed
    }

.callout {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid hsla(0, 0%, 4%, .25);
    border-radius: 0;
    background-color: #fff;
    color: #333
}

    .callout > :first-child {
        margin-top: 0
    }

    .callout > :last-child {
        margin-bottom: 0
    }

    .callout.primary {
        background-color: #cae6ff;
        color: #333
    }

    .callout.secondary {
        background-color: #eaeaea;
        color: #333
    }

    .callout.success {
        background-color: #e1faea;
        color: #333
    }

    .callout.warning {
        background-color: #fff3d9;
        color: #333
    }

    .callout.alert {
        background-color: #f7e4e1;
        color: #333
    }

    .callout.small {
        padding: .5rem
    }

    .callout.large {
        padding: 3rem
    }

.close-button {
    position: absolute;
    color: #333;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,
.close-button:hover {
    color: #0a0a0a
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.nacdlmenu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput=mouse] .nacdlmenu li {
    outline: 0
}

.nacdlmenu .button,
.nacdlmenu .button-link-style,
.nacdlmenu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.nacdlmenu .button-link-style,
.nacdlmenu a,
.nacdlmenu button,
.nacdlmenu input,
.nacdlmenu select {
    margin-bottom: 0
}

.nacdlmenu input {
    display: inline-block
}

.nacdlmenu,
.nacdlmenu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .nacdlmenu.vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nacdlmenu.expanded li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }

    .nacdlmenu.simple {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .nacdlmenu.simple li + li {
            margin-left: 1rem
        }

        .nacdlmenu.simple .button-link-style,
        .nacdlmenu.simple a {
            padding: 0
        }

@media print, screen and (min-width:46.25em) {
    .nacdlmenu.medium-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .nacdlmenu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nacdlmenu.medium-expanded li,
    .nacdlmenu.medium-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print, screen and (min-width:64em) {
    .nacdlmenu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .nacdlmenu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nacdlmenu.large-expanded li,
    .nacdlmenu.large-simple li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.nacdlmenu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.nacdlmenu.icon-bottom .button-link-style,
.nacdlmenu.icon-bottom a,
.nacdlmenu.icon-left .button-link-style,
.nacdlmenu.icon-left a,
.nacdlmenu.icon-right .button-link-style,
.nacdlmenu.icon-right a,
.nacdlmenu.icon-top .button-link-style,
.nacdlmenu.icon-top a,
.nacdlmenu.icons .button-link-style,
.nacdlmenu.icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nacdlmenu.icon-left li .button-link-style,
.nacdlmenu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .nacdlmenu.icon-left li .button-link-style i,
    .nacdlmenu.icon-left li .button-link-style img,
    .nacdlmenu.icon-left li .button-link-style svg,
    .nacdlmenu.icon-left li a i,
    .nacdlmenu.icon-left li a img,
    .nacdlmenu.icon-left li a svg {
        margin-right: .25rem
    }

.nacdlmenu.icon-right li .button-link-style,
.nacdlmenu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

    .nacdlmenu.icon-right li .button-link-style i,
    .nacdlmenu.icon-right li .button-link-style img,
    .nacdlmenu.icon-right li .button-link-style svg,
    .nacdlmenu.icon-right li a i,
    .nacdlmenu.icon-right li a img,
    .nacdlmenu.icon-right li a svg {
        margin-left: .25rem
    }

.nacdlmenu.icon-top li .button-link-style,
.nacdlmenu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .nacdlmenu.icon-top li .button-link-style i,
    .nacdlmenu.icon-top li .button-link-style img,
    .nacdlmenu.icon-top li .button-link-style svg,
    .nacdlmenu.icon-top li a i,
    .nacdlmenu.icon-top li a img,
    .nacdlmenu.icon-top li a svg {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.nacdlmenu.icon-bottom li .button-link-style,
.nacdlmenu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

    .nacdlmenu.icon-bottom li .button-link-style i,
    .nacdlmenu.icon-bottom li .button-link-style img,
    .nacdlmenu.icon-bottom li .button-link-style svg,
    .nacdlmenu.icon-bottom li a i,
    .nacdlmenu.icon-bottom li a img,
    .nacdlmenu.icon-bottom li a svg {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-bottom: .25rem;
        text-align: center
    }

.nacdlmenu .active > .button-link-style,
.nacdlmenu .active > a,
.nacdlmenu .is-active > .button-link-style,
.nacdlmenu .is-active > a {
    background: #00529b;
    color: #fff
}

.nacdlmenu.align-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.nacdlmenu.align-right li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .nacdlmenu.align-right li .submenu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.nacdlmenu.align-right.vertical li {
    display: block;
    text-align: right
}

    .nacdlmenu.align-right.vertical li .submenu li {
        text-align: right
    }

.nacdlmenu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.nacdlmenu.align-center li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .nacdlmenu.align-center li .submenu li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

.nacdlmenu .nacdlmenu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.nacdlmenu-centered > .nacdlmenu,
.nacdlmenu-centered > .nacdlmenu li {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .nacdlmenu-centered > .nacdlmenu li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .nacdlmenu-centered > .nacdlmenu li .submenu li {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start
        }

.no-js [data-responsive-menu] ul {
    display: none
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    display: none;
    border: 1px solid #979797;
    border-radius: 0;
    background-color: #fff;
    font-size: 1rem
}

    .dropdown-pane.is-opening {
        display: block
    }

    .dropdown-pane.is-open {
        visibility: visible;
        display: block
    }

    .dropdown-pane.tiny {
        width: 100px
    }

    .dropdown-pane.small {
        width: 200px
    }

    .dropdown-pane.large {
        width: 400px
    }

.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 3rem;
    padding-bottom: 75%;
    overflow: hidden
}

    .flex-video embed,
    .flex-video iframe,
    .flex-video object,
    .flex-video video,
    .responsive-embed embed,
    .responsive-embed iframe,
    .responsive-embed object,
    .responsive-embed video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .flex-video.widescreen,
    .responsive-embed.widescreen {
        padding-bottom: 56.25%
    }

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .5s ease, visibility .5s ease;
    -o-transition: opacity .5s ease, visibility .5s ease;
    transition: opacity .5s ease, visibility .5s ease;
    background: hsla(0, 0%, 100%, .25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

    .js-off-canvas-overlay.is-visible {
        opacity: 1;
        visibility: visible
    }

    .js-off-canvas-overlay.is-closable {
        cursor: pointer
    }

    .js-off-canvas-overlay.is-overlay-absolute {
        position: absolute
    }

    .js-off-canvas-overlay.is-overlay-fixed {
        position: fixed
    }

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000e2b
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

    .off-canvas.is-transition-overlap.is-open {
        -webkit-box-shadow: 0 0 10px hsla(0, 0%, 4%, .7);
        box-shadow: 0 0 10px hsla(0, 0%, 4%, .7)
    }

.off-canvas.is-open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000e2b
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

    .off-canvas-absolute.is-transition-overlap.is-open {
        -webkit-box-shadow: 0 0 10px hsla(0, 0%, 4%, .7);
        box-shadow: 0 0 10px hsla(0, 0%, 4%, .7)
    }

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px
}

.off-canvas-content .off-canvas.position-left,
.position-left {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px hsla(0, 0%, 4%, .25);
    box-shadow: inset -13px 0 20px -13px hsla(0, 0%, 4%, .25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px
}

.off-canvas-content .off-canvas.position-right,
.position-right {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px hsla(0, 0%, 4%, .25);
    box-shadow: inset 13px 0 20px -13px hsla(0, 0%, 4%, .25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: calc(100vh - 3.75rem)
}

.off-canvas-content .off-canvas.position-top,
.position-top {
    -webkit-transform: translateY(-calc(100vh - 3.75rem));
    -ms-transform: translateY(-calc(100vh - 3.75rem));
    transform: translateY(-calc(100vh - 3.75rem))
}

    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(calc(100vh - 3.75rem));
    -ms-transform: translateY(calc(100vh - 3.75rem));
    transform: translateY(calc(100vh - 3.75rem))
}

.position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px hsla(0, 0%, 4%, .25);
    box-shadow: inset 0 -13px 20px -13px hsla(0, 0%, 4%, .25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: calc(100vh - 3.75rem)
}

.off-canvas-content .off-canvas.position-bottom,
.position-bottom {
    -webkit-transform: translateY(calc(100vh - 3.75rem));
    -ms-transform: translateY(calc(100vh - 3.75rem));
    transform: translateY(calc(100vh - 3.75rem))
}

    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-calc(100vh - 3.75rem));
    -ms-transform: translateY(-calc(100vh - 3.75rem));
    transform: translateY(-calc(100vh - 3.75rem))
}

.position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px hsla(0, 0%, 4%, .25);
    box-shadow: inset 0 13px 20px -13px hsla(0, 0%, 4%, .25)
}

.off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .off-canvas-content.has-transition-push,
    .off-canvas-content .off-canvas.is-open {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

@media print, screen and (min-width:46.25em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-medium .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print, screen and (min-width:64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible
    }

        .position-left.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible
    }

        .position-right.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px
    }

    .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible
    }

        .position-top.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px
    }

    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        visibility: visible
    }

        .position-bottom.reveal-for-large .close-button {
            display: none
        }

    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px
    }
}

@media print, screen and (min-width:46.25em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit
    }

        .off-canvas.in-canvas-for-medium.position-bottom,
        .off-canvas.in-canvas-for-medium.position-left,
        .off-canvas.in-canvas-for-medium.position-right,
        .off-canvas.in-canvas-for-medium.position-top {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-medium .close-button {
            display: none
        }
}

@media print, screen and (min-width:64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: inherit;
        width: inherit;
        overflow: inherit;
        -webkit-transition: inherit;
        -o-transition: inherit;
        transition: inherit
    }

        .off-canvas.in-canvas-for-large.position-bottom,
        .off-canvas.in-canvas-for-large.position-left,
        .off-canvas.in-canvas-for-large.position-right,
        .off-canvas.in-canvas-for-large.position-top {
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }

        .off-canvas.in-canvas-for-large .close-button {
            display: none
        }
}

.pagination {
    margin-left: 0;
    margin-bottom: 1.5rem
}

    .pagination:after,
    .pagination:before {
        display: table;
        content: " ";
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .pagination:after {
        clear: both
    }

    .pagination li {
        margin-right: .0625rem;
        border-radius: 0;
        font-size: 1.125rem;
        display: inline-block
    }

    .pagination .button-link-style,
    .pagination a,
    .pagination button {
        display: block;
        padding: .1875rem .625rem;
        border-radius: 0;
        color: #0a0a0a
    }

        .pagination .button-link-style:hover,
        .pagination a:hover,
        .pagination button:hover {
            background: #cfd2d7
        }

    .pagination .current {
        padding: .1875rem .625rem;
        background: transparent;
        color: #0a0a0a;
        cursor: default
    }

    .pagination .disabled {
        padding: .1875rem .625rem;
        color: #979797;
        cursor: not-allowed
    }

        .pagination .disabled:hover {
            background: transparent
        }

    .pagination .ellipsis:after {
        padding: .1875rem .625rem;
        content: "\2026";
        color: #0a0a0a
    }

body.is-reveal-open {
    overflow: hidden
}

html.is-reveal-open,
html.is-reveal-open body {
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: hsla(0, 0%, 4%, .45);
    overflow-y: scroll
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: none;
    border-radius: 0;
    background-color: #000e2b;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print, screen and (min-width:46.25em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

@media print, screen and (min-width:46.25em) {
    .reveal {
        width: 560px;
        max-width: 77.5rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print, screen and (min-width:46.25em) {
    .reveal.tiny {
        width: 30%;
        max-width: 77.5rem
    }
}

@media print, screen and (min-width:46.25em) {
    .reveal.small {
        width: 50%;
        max-width: 77.5rem
    }
}

@media print, screen and (min-width:46.25em) {
    .reveal.large {
        width: 90%;
        max-width: 77.5rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width:46.1875em) {
    .reveal {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        height: 100vh;
        min-height: 100vh;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody,
tfoot,
thead {
    /*border: 1px solid #f2f2f2;
    background-color: #fff*/
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f9f9f9;
    color: #333
}

tfoot {
    /*background: #f2f2f2;
    color: #333*/
}

    tfoot tr,
    thead tr {
        background: transparent
    }

    tfoot td,
    tfoot th,
    thead td,
    thead th {
        padding: .5rem .625rem .625rem;
        font-weight: 700;
        text-align: left
    }

tbody td,
tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(2n) {
    border-bottom: 0;
    /*background-color: #f2f2f2*/
}

table.unstriped tbody {
    background-color: #fff
}

    table.unstriped tbody tr {
        border-bottom: 0;
        /*border-bottom: 1px solid #f2f2f2;*/
        background-color: #fff
    }

@media screen and (max-width:63.9375em) {
    table.stack tfoot,
    table.stack thead {
        display: none
    }

    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f4f4f4
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ededed
}

.table-scroll {
    overflow-x: auto
}

    .table-scroll table {
        width: auto
    }

.tabs {
    margin: 0;
    border: 1px none;
    background: transparent;
    list-style-type: none
}

    .tabs:after,
    .tabs:before {
        display: table;
        content: " ";
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .tabs:after {
        clear: both
    }

    .tabs.vertical > li {
        display: block;
        float: none;
        width: auto
    }

    .tabs.simple > li > .button-link-style,
    .tabs.simple > li > a {
        padding: 0
    }

        .tabs.simple > li > .button-link-style:hover,
        .tabs.simple > li > a:hover {
            background: transparent
        }

    .tabs.primary {
        background: #00529b
    }

        .tabs.primary > li > .button-link-style,
        .tabs.primary > li > a {
            color: #fff
        }

            .tabs.primary > li > .button-link-style:focus,
            .tabs.primary > li > .button-link-style:hover,
            .tabs.primary > li > a:focus,
            .tabs.primary > li > a:hover {
                background: #005bad
            }

.tabs-title {
    float: left
}

    .tabs-title > .button-link-style,
    .tabs-title > a {
        display: block;
        padding: 1rem 3rem;
        font-size: 1.125rem;
        line-height: 1;
        color: #979797
    }

        .tabs-title > .button-link-style:hover,
        .tabs-title > a:hover {
            background: transparent;
            color: #828282
        }

        .tabs-title > .button-link-style:focus,
        .tabs-title > .button-link-style[aria-selected=true],
        .tabs-title > a:focus,
        .tabs-title > a[aria-selected=true] {
            background: transparent;
            color: #0a0a0a
        }

.tabs-content {
    border: 1px none;
    border-top: 0;
    background: #fff;
    color: #0a0a0a;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

    .tabs-content.vertical {
        border: 1px none;
        border-left: 0
    }

.tabs-panel {
    display: none;
    padding: 1rem 0
}

    .tabs-panel.is-active {
        display: block
    }

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width:46.1875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width:0em), screen and (min-width:46.25em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print, screen and (min-width:46.25em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width:46.1875em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width:46.25em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width:46.1875em), screen and (min-width:64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print, screen and (min-width:64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width:63.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width:64em) and (max-width:74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width:63.9375em), screen and (min-width:75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

    .show-on-focus:active,
    .show-on-focus:focus {
        position: static !important;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: normal;
        -webkit-clip-path: none;
        clip-path: none
    }

.hide-for-portrait,
.show-for-landscape {
    display: block !important
}

@media screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation:landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.align-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-right.vertical.nacdlmenu > li > .button-link-style,
.align-right.vertical.nacdlmenu > li > a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.nacdlmenu > li > .button-link-style,
.align-center.vertical.nacdlmenu > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center
}

.align-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

@media print, screen and (min-width:46.25em) {
    .medium-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .medium-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .medium-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .medium-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .medium-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print, screen and (min-width:64em) {
    .large-order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .large-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .large-order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .large-order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .large-order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .large-order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print, screen and (min-width:46.25em) {
    .medium-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .medium-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .medium-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .medium-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .medium-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .medium-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print, screen and (min-width:64em) {
    .large-flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .large-flex-child-auto {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

    .large-flex-dir-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .large-flex-dir-row-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .large-flex-dir-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .large-flex-dir-column-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.background-img {
    position: relative
}

    .background-img .stretch-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        z-index: -10
    }

        .background-img .stretch-container img {
            position: absolute;
            z-index: -1;
            top: 50%;
            left: 50%;
            width: auto;
            height: auto;
            max-height: none;
            max-width: none;
            min-height: 100%;
            min-width: 100%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }

.medium-gray-back {
    background: #979797
}

.light-gray-back {
    background: #cfd2d7
}

.border-bottom {
    border-bottom: 2px solid #333
}

.border-top {
    border-top: 2px solid #333
}

.no-padding {
    padding: 0
}

.no-margin {
    margin: 0
}

.section-heading .stat-row .h2,
.section-heading .stat-row h2,
.sponsored .stat-row .h2,
.sponsored .stat-row h2,
.stat-row .h2-sans,
.stat-row .h3,
.stat-row .section-heading .h2,
.stat-row .section-heading h2,
.stat-row .sponsored .h2,
.stat-row .sponsored h2,
.stat-row h3,
.statistic {
    font-family: futura-pt-bold, Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.5rem
}

.position-absolute {
    position: absolute
}

.position-relative {
    position: relative
}

.position-fixed {
    position: fixed;
    z-index: 5
}

    .position-fixed + .callout-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        background-color: hsla(0, 0%, 4%, .45);
        overflow-y: auto
    }

.fixed-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.full-bleed-article {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw
}

.sans-bold {
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700
}

.gold-border {
    border-top: 3px solid #f9cf00;
    border-bottom: 3px solid #f9cf00
}

.list-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.styled-header {
    border-top: 3px solid #00529b;
    padding: 2rem 0;
    font-family: futura-pt-bold, Roboto, Helvetica, Arial, sans-serif
}

.page-section {
    padding: 3rem 0
}

.component-container {
    position: relative;
    z-index: 1
}

.opacity-background {
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

    .opacity-background:after {
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        background-color: hsla(0, 0%, 100%, .5);
        z-index: 0
    }

.article-body .opacity-background.interrupter-wrapper {
    padding-top: 2rem;
    padding-bottom: 0
}

    .article-body .opacity-background.interrupter-wrapper .h2,
    .article-body .opacity-background.interrupter-wrapper h2 {
        color: #fff
    }

.medium-background {
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #fff;
    background-color: #00529b;
    position: relative
}

    .medium-background img {
        margin: 0 0 1.3rem
    }

@media print, screen and (min-width:46.25em) {
    .medium-background img {
        margin: 0
    }
}

@media print, screen and (min-width:46.25em) {
    .medium-background:after {
        content: "";
        background-image: url(https://nacdlwfe1.azurewebsites.net/assets/img/background-svg/NACDL_blue_artboard.png);
        background-repeat: no-repeat;
        background-position: 0;
        -webkit-background-size: 750px 750px;
        background-size: 750px;
        -webkit-background-size: auto auto;
        background-size: auto;
        width: 30%;
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        background-position: 100%
    }
}

.gray-background {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    position: relative;
    z-index: 1
}

@media print, screen and (min-width:46.25em) {
    .gray-background {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem
    }
}

.gray-background img {
    margin: 0 0 1.3rem
}

@media print, screen and (min-width:46.25em) {
    .gray-background img {
        margin: 0
    }
}

@media print, screen and (min-width:46.25em) {
    .gray-background:after {
        content: "";
        background-image: url(https://nacdlwfe1.azurewebsites.net/assets/img/background-svg/background-texture-gray.svg);
        background-repeat: no-repeat;
        background-position: 0;
        -webkit-background-size: 750px 750px;
        background-size: 750px;
        -webkit-background-size: cover;
        background-size: cover;
        width: 27%;
        position: absolute;
        right: 0;
        height: 100%;
        top: 0
    }
}

.gray-background.interrupter-wrapper {
    border-top: 2px solid #000e2b;
    border-bottom: 2px solid #000e2b
}

    .gray-background.interrupter-wrapper:after {
        width: 16%;
        opacity: .3
    }

@media print, screen and (min-width:64em) {
    .gray-background.interrupter-wrapper:after {
        width: 20%
    }
}

.blue-background {
    background: -webkit-gradient(linear, left top, left bottom, from(#61aee1), to(#00529b));
    background: -webkit-linear-gradient(#61aee1, #00529b);
    background: -o-linear-gradient(#61aee1, #00529b);
    background: linear-gradient(#61aee1, #00529b);
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    position: relative
}

@media print, screen and (min-width:46.25em) {
    .blue-background {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem
    }
}

.blue-background .grid-container {
    position: relative;
    z-index: 1
}

.blue-background *,
.blue-background .button,
.blue-background .button-link-style,
.blue-background a,
.blue-background button {
    color: #fff
}

.blue-background img {
    margin: 0 0 1.3rem
}

@media print, screen and (min-width:46.25em) {
    .blue-background img {
        margin: 0
    }
}

@media print, screen and (min-width:46.25em) {
    .blue-background:after {
        content: "";
        background-image: url(https://nacdlwfe1.azurewebsites.net/assets/img/background-svg/background-texture-gray.svg);
        background-repeat: no-repeat;
        background-position: 0;
        -webkit-background-size: 750px 750px;
        background-size: 750px;
        -webkit-background-size: cover;
        background-size: cover;
        width: 27%;
        position: absolute;
        right: 0;
        height: 100%;
        top: 0
    }
}

.blue-background.interrupter-wrapper {
    background: #61aee1
}

@media print, screen and (min-width:46.25em) {
    .blue-background.interrupter-wrapper {
        background-image: -webkit-linear-gradient(330deg, #3888c4 20%, #61aee1 28%);
        background-image: -o-linear-gradient(330deg, #3888c4 20%, #61aee1 28%);
        background-image: linear-gradient(120deg, #3888c4 20%, #61aee1 28%)
    }
}

.blue-background.interrupter-wrapper:after {
    width: 25%;
    right: auto;
    left: 0;
    background-image: url(https://nacdlwfe1.azurewebsites.net/assets/img/background-svg/NACDL_blue_artboard.png);
    background-repeat: no-repeat;
    background-position: 100%;
    -webkit-background-size: 750px 750px;
    background-size: 750px;
    -webkit-background-size: cover;
    background-size: cover
}

.blue-background .button.hollow {
    -webkit-transition: border-color .25s;
    -o-transition: border-color .25s;
    transition: border-color .25s;
    border-color: #fff
}

    .blue-background .button.hollow:hover {
        color: #000e2b;
        border-color: #000e2b
    }

.dark-background {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    background-color: #000e2b;
    position: relative;
    color: #fff;
    background: url(https://nacdlwfe1.azurewebsites.net/assets/img/background-svg/background-texture-navy.svg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover
}

@media print, screen and (min-width:46.25em) {
    .dark-background {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem
    }
}

.dark-background img {
    margin: 0 0 1.3rem
}

@media print, screen and (min-width:46.25em) {
    .dark-background img {
        margin: 0
    }
}

.dark-background.interrupter-wrapper {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-image: none;
    background-color: #000e2b
}

    .dark-background.interrupter-wrapper .button.hollow {
        float: right
    }

    .dark-background.interrupter-wrapper:after {
        content: "";
        background-image: url(https://nacdlwfe1.azurewebsites.net/assets/img/background-svg/NACDL_blue_artboard.png);
        background-repeat: no-repeat;
        background-position: 100%;
        -webkit-background-size: 750px 750px;
        background-size: 750px;
        -webkit-background-size: cover;
        background-size: cover;
        width: 22%;
        position: absolute;
        height: 100%;
        top: 0
    }

.grid-container-wide {
    padding-right: 0;
    padding-left: 0;
    max-width: 90rem;
    margin: 0 auto
}

    .grid-container-wide .component-container {
        padding-right: .625rem;
        padding-left: .625rem;
        max-width: 77.5rem;
        margin: 0 auto
    }

.gradient-back {
    margin: 0;
    padding: 3rem 1rem 1.5rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), to(#000e2b));
    background: -webkit-linear-gradient(top, transparent 10%, #000e2b);
    background: -o-linear-gradient(top, transparent 10%, #000e2b 100%);
    background: linear-gradient(180deg, transparent 10%, #000e2b)
}

.h2-sans {
    font-family: futura-pt-bold, Roboto, Helvetica, Arial, sans-serif
}

.component-inner {
    border-top: 1px solid #0a0a0a;
    border-bottom: 1px solid #0a0a0a;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.no-border {
    border: none !important
}

#main-content {
    overflow-x: hidden;
    padding-top: 4.6875rem
}

@media print, screen and (min-width:46.25em) {
    #main-content {
        padding-top: 13.75rem
    }
}

@media screen and (min-width:52.0625em) {
    #main-content {
        padding-top: 10.9375rem
    }
}

.rounded {
    border-radius: 100%
}

blockquote {
    font-style: italic;
    font-size: 1.75rem
}

.h4,
h4 {
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif
}

.button-link-style,
.h4,
a,
h4 {
    font-weight: 500
}

ul:not(.no-bullet) ul {
    list-style-type: none
}

    ul:not(.no-bullet) ul li {
        position: relative
    }

        ul:not(.no-bullet) ul li:before {
            content: "-";
            position: absolute;
            left: -1.25rem
        }

    ul:not(.no-bullet) ul ul {
        list-style-type: circle
    }

        ul:not(.no-bullet) ul ul li:before {
            content: none
        }

.button-link-style {
    display: inline;
    text-align: inherit
}

.footnote-ref {
    color: #61aee1;
    font-size: 100%;
    position: static
}

.footnote {
    padding: .7rem .625rem 0;
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.4;
    font-style: normal;
    padding: 1rem 0;
    margin: 1rem;
    border-top: 2px solid #61aee1;
    border-bottom: 2px solid #61aee1
}

    .footnote .num {
        color: #61aee1;
        font-family: merriweather, Palatino, Georgia, serif;
        font-weight: 400
    }

    .footnote:before {
        content: none
    }

@media print, screen and (min-width:46.25em) {
    .footnote {
        position: absolute;
        width: 16vw;
        right: 100%;
        border-top: none;
        border-bottom: none
    }

        .footnote .num {
            color: #333;
            font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
            font-weight: 300
        }

        .footnote.right {
            right: auto;
            left: 100%
        }

        .footnote:before {
            content: "";
            width: 4.375rem;
            position: absolute;
            top: 0;
            height: 2px;
            background: #979797
        }
}

@media print {
    .footnote {
        position: relative;
        left: auto;
        right: auto;
        top: auto !important;
        width: 100%;
        padding: .7rem 0 0;
        margin: .7rem 0 0
    }

        .footnote:before {
            left: 0
        }
}

.back-to-top, .question-mark {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 3.125rem;
    height: 3.125rem;
    z-index: 10
}

    .back-to-top:hover,, .question-mark:hover {
        cursor: pointer
    }

fieldset {
    position: relative;
    margin: 2.5rem 0 1rem
}

.util-buttons + fieldset {
    margin-top: 2rem
}

legend {
    font-family: futura-pt-bold, Roboto, Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

label {
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif
}

.keywords {
    border-bottom: 1px solid #979797
}

.show-more {
    margin: 1rem 0 0;
    text-align: center
}

    .show-more .button {
        font-weight: 500;
        color: #333 !important;
        padding: 0;
        margin: 0
    }

.check-group,
.radio-group {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative
}

    .check-group + .check-group:not(.inline),
    .check-group + .radio-group:not(.inline),
    .radio-group + .check-group:not(.inline),
    .radio-group + .radio-group:not(.inline) {
        margin-top: .3rem
    }

    .check-group.inline label,
    .inline.radio-group label {
        margin-left: .5rem
    }

@media print, screen and (min-width:64em) {
    .check-group.inline label,
    .inline.radio-group label {
        margin-left: 1rem
    }
}

.check-group.inline:last-child label,
.inline.radio-group:last-child label {
    margin-right: 0
}

.search-results .radio-group {
    text-transform: uppercase
}

    .search-results .radio-group label {
        font-weight: 700
    }

input[type=checkbox],
input[type=radio] {
    opacity: 0;
    margin: .3125rem .1875rem 0 0
}

    input[type=checkbox] + label:before,
    input[type=radio] + label:before {
        content: "";
        height: 1rem;
        width: 1rem;
        position: absolute;
        left: 0;
        top: .3125rem
    }

    input[type=checkbox] + label:before {
        background: url(https://nacdlwfe1.azurewebsites.net/assets/img/background-svg/checkbox-open.svg) no-repeat 0 0
    }

    input[type=checkbox]:checked + label:before {
        background: url(https://nacdlwfe1.azurewebsites.net/assets/img/background-svg/checkbox-checked.svg) no-repeat 0 0
    }

    input[type=radio] + label:before {
        background: url(https://nacdlwfe1.azurewebsites.net/assets/img/background-svg/radio-open.svg) no-repeat 0 0
    }

    input[type=radio]:checked + label:before {
        background: url(https://nacdlwfe1.azurewebsites.net/assets/img/background-svg/radio-selected.svg) no-repeat 0 0
    }

label {
    line-height: 1.5
}

.svg-sprite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination .svg-sprite.chevron-left svg {
    width: 2.8125rem;
    height: 1.875rem
}

.card .svg-sprite.chevron-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto
}

    .card .svg-sprite.chevron-right svg {
        width: 2.5rem;
        height: 2.5rem
    }

.svg-sprite.back-to-top svg {
    width: 3.125rem;
    height: 3.125rem
}

.results-list .svg-sprite.locked svg,
.results-list .svg-sprite.unlocked svg,
.svg-sprite.small_contact svg {
    width: 1.25rem;
    height: 1.25rem
}

.svg-sprite.small_connect svg {
    width: 1.5625rem;
    height: 1.5625rem
}

.call-to-action-row .svg-sprite.small_connect svg {
    width: 3.75rem;
    height: 3.75rem
}

.svg-sprite.dollar-cycle svg,
.svg-sprite.small_account svg,
.svg-sprite.small_cart2 svg,
.svg-sprite.small_donate svg {
    width: 1.25rem;
    height: 1.25rem
}

.call-to-action-row .svg-sprite.donate svg,
.call-to-action-row .svg-sprite.join svg,
.call-to-action-row .svg-sprite.store2 svg,
.call-to-action-row .svg-sprite.take-action svg {
    width: 3.75rem;
    height: 3.75rem
}

.svg-sprite.plus-circle svg,
.svg-sprite.small_calendar svg {
    width: 1.25rem;
    height: 1.25rem
}

.svg-sprite.small_search svg {
    width: 1.875rem;
    height: 1.875rem
}

@media print, screen and (min-width:46.25em) {
    .svg-sprite.small_search svg {
        width: 1.25rem;
        height: 1.25rem
    }
}

.svg-sprite.small_external svg {
    width: 1.5625rem;
    height: 1.5625rem
}

.card footer .svg-sprite.contact svg,
.card footer .svg-sprite.favorites svg,
.card footer .svg-sprite.mail svg,
.card footer .svg-sprite.pdf svg,
.card footer .svg-sprite.print svg,
.social-links .svg-sprite.contact svg,
.social-links .svg-sprite.favorites svg,
.social-links .svg-sprite.mail svg,
.social-links .svg-sprite.pdf svg,
.social-links .svg-sprite.print svg,
.topic-social .svg-sprite.contact svg,
.topic-social .svg-sprite.favorites svg,
.topic-social .svg-sprite.mail svg,
.topic-social .svg-sprite.pdf svg,
.topic-social .svg-sprite.print svg {
    width: 1.25rem;
    height: 1.25rem
}

@media print, screen and (min-width:46.25em) {
    .card footer .svg-sprite.contact svg,
    .card footer .svg-sprite.favorites svg,
    .card footer .svg-sprite.mail svg,
    .card footer .svg-sprite.pdf svg,
    .card footer .svg-sprite.print svg,
    .social-links .svg-sprite.contact svg,
    .social-links .svg-sprite.favorites svg,
    .social-links .svg-sprite.mail svg,
    .social-links .svg-sprite.pdf svg,
    .social-links .svg-sprite.print svg,
    .topic-social .svg-sprite.contact svg,
    .topic-social .svg-sprite.favorites svg,
    .topic-social .svg-sprite.mail svg,
    .topic-social .svg-sprite.pdf svg,
    .topic-social .svg-sprite.print svg {
        width: 1.875rem;
        height: 1.875rem
    }
}

.results-list .svg-sprite.expand svg,
.results-list .svg-sprite.mail svg,
.results-list .svg-sprite.small_calendar svg {
    width: 1.25rem;
    height: 1.25rem
}

.site-footer .svg-sprite.facebook svg {
    width: .8125rem;
    height: 1.5625rem
}

.social-links .svg-sprite.facebook svg,
.topic-social .svg-sprite.facebook svg {
    width: .625rem;
    height: 1.375rem
}

@media print, screen and (min-width:46.25em) {
    .social-links .svg-sprite.facebook svg,
    .topic-social .svg-sprite.facebook svg {
        width: .8125rem;
        height: 1.5625rem
    }
}

.site-footer .svg-sprite.linkedin svg,
.site-footer .svg-sprite.youtube svg {
    width: 2.1875rem;
    height: 1.5625rem
}

.social-links .svg-sprite.linkedin svg,
.social-links .svg-sprite.youtube svg,
.topic-social .svg-sprite.linkedin svg,
.topic-social .svg-sprite.youtube svg {
    width: 1.875rem;
    height: 1.25rem
}

@media print, screen and (min-width:46.25em) {
    .social-links .svg-sprite.linkedin svg,
    .social-links .svg-sprite.youtube svg,
    .topic-social .svg-sprite.linkedin svg,
    .topic-social .svg-sprite.youtube svg {
        width: 2.1875rem;
        height: 1.5625rem
    }
}

.site-footer .svg-sprite.instagram svg,
.site-footer .svg-sprite.twitter svg,
.site-footer .svg-sprite.u-video svg {
    width: 1.875rem;
    height: 1.5625rem
}

.social-links .svg-sprite.instagram svg,
.social-links .svg-sprite.twitter svg,
.social-links .svg-sprite.u-video svg,
.topic-social .svg-sprite.instagram svg,
.topic-social .svg-sprite.twitter svg,
.topic-social .svg-sprite.u-video svg {
    width: 1.5625rem;
    height: 1.25rem
}

@media print, screen and (min-width:46.25em) {
    .social-links .svg-sprite.instagram svg,
    .social-links .svg-sprite.twitter svg,
    .social-links .svg-sprite.u-video svg,
    .topic-social .svg-sprite.instagram svg,
    .topic-social .svg-sprite.twitter svg,
    .topic-social .svg-sprite.u-video svg {
        width: 1.875rem;
        height: 1.5625rem
    }
}

.svg-sprite.logo-3-col svg {
    width: 36.25rem;
    height: 6.5625rem;
    fill: currentColor
}

.svg-sprite.mobile-menu svg {
    width: 1.875rem;
    height: 1.875rem;
    fill: currentColor
}

.card .svg-sprite {
    margin-top: 1.5rem
}

    .card .svg-sprite svg {
        width: 5rem;
        height: 5rem
    }

.related-items .svg-sprite svg {
    width: .9375rem;
    height: .9375rem
}

.button .svg-sprite {
    float: left;
    margin-right: .625rem;
    margin-top: -.3125rem
}

.card .svg-sprite.favorites svg,
.card .svg-sprite.small_cart2 svg {
    width: 1.25rem;
    height: 1.25rem
}

.site-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 200;
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif !important;
    border-bottom: 1px solid #959ba8;
    background: #fff  !important;;
}

@media print, screen and (min-width:46.25em) {
    .site-header {
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #00529b), to(#00529b)) !important;
        background: -webkit-linear-gradient(left, #fff, #fff 50%, #00529b 0, #00529b) !important;
        background: -o-linear-gradient(left, #fff, #fff 50%, #00529b 50%, #00529b) !important;
        background: linear-gradient(90deg, #fff, #fff 50%, #00529b 0, #00529b) !important
    }
}

.site-header .h1,
.site-header h1 {
    margin: 0
}

    .site-header .cell.h1,
    .site-header h1.cell {
        padding-right: 0
    }

.site-logo {
    padding: .3125rem 0;
    width: 4rem;
    position: relative
}

@media print, screen and (min-width:46.25em) {
    .site-logo {
        width: 5rem;
        padding: 2.1875rem 0 .9375rem;
        height: 100%;
        position: relative;
        z-index: 100
    }

        .site-logo:before {
            content: "";
            background: #fff;
            width: 9.375rem;
            position: absolute;
            right: -2.5rem;
            top: 0;
            bottom: 0;
            -webkit-transform: skew(330deg);
            -ms-transform: skew(330deg);
            transform: skew(330deg);
            z-index: -1
        }

    .js-scroll-distance .site-logo {
        padding: .5rem 0
    }
}

#tabs-wrap {
    height: 100%
}

.main-nav {
    background-color: #000e2b
}

    .main-nav ul ul li:before {
        content: none
    }

    .main-nav .tabs {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .main-nav .tabs:not(.main-nav-vertical) {
            padding-left: 1rem
        }

@media print, screen and (min-width:46.25em) {
    .main-nav .tabs:not(.main-nav-vertical) {
        padding-left: 2rem
    }
}

@media print, screen and (min-width:64em) {
    .main-nav .tabs:not(.main-nav-vertical) {
        padding-left: 3rem
    }
}

.main-nav .tabs:after,
.main-nav .tabs:before {
    content: none
}

.main-nav .tabs.cell {
    padding-left: 4.2rem
}

.main-nav .tabs.nacdlmenu {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.main-nav .tabs .level-1 {
    text-align: center;
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1
}

    .main-nav .tabs .level-1,
    .main-nav .tabs .level-1 button {
        text-transform: uppercase;
        font-weight: 500
    }

        .main-nav .tabs .level-1 > .button-link-style,
        .main-nav .tabs .level-1 > a,
        .main-nav .tabs .level-1 > button {
            padding: 2.5rem .5rem 1rem
        }

@media print, screen and (min-width:64em) {
    .main-nav .tabs .level-1 > .button-link-style,
    .main-nav .tabs .level-1 > a,
    .main-nav .tabs .level-1 > button {
        padding: 2.5rem 1rem 1rem
    }
}

.js-scroll-distance .main-nav .tabs .level-1 > .button-link-style,
.js-scroll-distance .main-nav .tabs .level-1 > a,
.js-scroll-distance .main-nav .tabs .level-1 > button {
    padding: 1rem
}

.main-nav .tabs .level-1:first-child .button-link-style,
.main-nav .tabs .level-1:first-child a,
.main-nav .tabs .level-1:first-child button {
    padding-left: 0
}

.main-nav .tabs .level-1:last-child .button-link-style,
.main-nav .tabs .level-1:last-child a,
.main-nav .tabs .level-1:last-child button {
    padding-right: 0;
    padding-left: 0
}

.main-nav .tabs .level-1:nth-last-child(2) {
    position: relative;
    z-index: 100;
    z-index: 1
}

@media print, screen and (min-width:64em) {
    .main-nav .tabs .level-1:nth-last-child(2) {
        padding-left: 4rem
    }
}

.main-nav .tabs .level-1:nth-last-child(2) .button-link-style,
.main-nav .tabs .level-1:nth-last-child(2) a {
    padding-right: .625rem;
    position: relative;
    z-index: 5
}

.main-nav .tabs .level-1:nth-last-child(2):after {
    content: "";
    height: 100%;
    left: 0;
    width: 250%;
    z-index: -1;
    position: absolute;
    background: url(https://nacdlwfe1.azurewebsites.net/assets/img/background-dark.svg) no-repeat 0;
    padding-right: 0;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    top: 0px;
}

.main-nav .tabs .level-1:nth-last-child(2):before {
    content: "";
    background: #000e2b;
    width: 9.375rem;
    position: absolute;
    right: -2.5rem;
    top: 0;
    bottom: 0;
    -webkit-transform: skew(330deg);
    -ms-transform: skew(330deg);
    transform: skew(330deg);
    z-index: -1;
    z-index: 0;
    width: 6.375rem;
    right: 73%
}

@media print, screen and (min-width:64em) {
    .main-nav .tabs .level-1:nth-last-child(2):before {
        content: none
    }
}

.main-nav .tabs .level-1:nth-last-child(3) {
    z-index: 150
}

@media print, screen and (min-width:64em) {
    .main-nav .tabs .level-1:nth-last-child(3) {
        position: relative;
        z-index: 100
    }

        .main-nav .tabs .level-1:nth-last-child(3):before {
            content: "";
            background: #000e2b;
            width: 9.375rem;
            position: absolute;
            right: -2.5rem;
            top: 0;
            bottom: 0;
            -webkit-transform: skew(330deg);
            -ms-transform: skew(330deg);
            transform: skew(330deg);
            z-index: -1
        }

        .main-nav .tabs .level-1:nth-last-child(3) .button-link-style,
        .main-nav .tabs .level-1:nth-last-child(3) a,
        .main-nav .tabs .level-1:nth-last-child(3) button {
            padding-right: 0
        }
}

.main-nav .tabs .subtitle {
    text-transform: none;
    font-size: 1rem;
    display: block;
    border-top: 1px solid #fff;
    font-weight: 400;
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0
}

@media screen and (min-width:62.5em) {
    .main-nav .tabs .subtitle {
        opacity: 1;
        height: auto;
        margin: .5rem 0 0;
        padding: .5rem 0 0
    }
}

.js-scroll-distance .main-nav .tabs .subtitle {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0
}

.main-nav .tabs .button-link-style,
.main-nav .tabs a,
.main-nav .tabs button {
    color: #fff
}

.main-nav .main-nav-vertical {
    display: none;
    text-transform: uppercase
}

    .main-nav .main-nav-vertical .button-link-style,
    .main-nav .main-nav-vertical a {
        padding-bottom: .5rem
    }

        .main-nav .main-nav-vertical .is-active.button-link-style,
        .main-nav .main-nav-vertical a.is-active {
            color: #f9cf00
        }

.main-nav .tabs-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #000e2b;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 77.5rem;
    margin: 0 auto
}

.main-nav .tabs-panel {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.main-nav .is-active ~ .main-nav-vertical {
    display: block
}

.main-nav .right-col {
    border-left: 2px solid #fff;
    padding-left: 1.5rem
}

    .main-nav .right-col .nav-title {
        text-transform: none
    }

    .main-nav .right-col p {
        font-weight: 500;
        font-size: 1.125rem
    }

.main-nav .subnav {
    height: 100%;
    margin: 0;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

    .main-nav .subnav .button-link-style,
    .main-nav .subnav a {
        font-weight: 400
    }

    .main-nav .subnav .two-col {
        width: calc(66.66667% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }

        .main-nav .subnav .two-col ul {
            display: block;
            -webkit-column-count: 2;
            column-count: 2
        }

    .main-nav .subnav.wide > li {
        width: calc(20% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }

    .main-nav .subnav.wide .full-col {
        width: calc(100% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }

        .main-nav .subnav.wide .full-col ul {
            display: block;
            -webkit-column-count: 5;
            column-count: 5
        }

    .main-nav .subnav li {
        line-height: 1.3;
        margin-bottom: .5rem
    }

    .main-nav .subnav > li {
        width: calc(33.33333% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
        margin-bottom: 2rem
    }

    .main-nav .subnav .button-link-style,
    .main-nav .subnav a {
        display: inline-block;
        text-transform: none;
        color: #fff;
        font-size: 1rem
    }

.nav-feature {
    margin-top: 1.5rem
}

    .nav-feature:first-of-type {
        margin-top: .5rem
    }

    .nav-feature .h2-sans,
    .nav-feature .h3,
    .nav-feature .section-heading .h2,
    .nav-feature .section-heading h2,
    .nav-feature .sponsored .h2,
    .nav-feature .sponsored h2,
    .nav-feature h3,
    .section-heading .nav-feature .h2,
    .section-heading .nav-feature h2,
    .sponsored .nav-feature .h2,
    .sponsored .nav-feature h2 {
        font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
        font-size: 1rem
    }

        .nav-feature .h2-sans .button-link-style,
        .nav-feature .h2-sans a,
        .nav-feature .h3 .button-link-style,
        .nav-feature .h3 a,
        .nav-feature .section-heading .h2 .button-link-style,
        .nav-feature .section-heading .h2 a,
        .nav-feature .section-heading h2 .button-link-style,
        .nav-feature .section-heading h2 a,
        .nav-feature .sponsored .h2 .button-link-style,
        .nav-feature .sponsored .h2 a,
        .nav-feature .sponsored h2 .button-link-style,
        .nav-feature .sponsored h2 a,
        .nav-feature h3 .button-link-style,
        .nav-feature h3 a,
        .section-heading .nav-feature .h2 .button-link-style,
        .section-heading .nav-feature .h2 a,
        .section-heading .nav-feature h2 .button-link-style,
        .section-heading .nav-feature h2 a,
        .sponsored .nav-feature .h2 .button-link-style,
        .sponsored .nav-feature .h2 a,
        .sponsored .nav-feature h2 .button-link-style,
        .sponsored .nav-feature h2 a {
            font-weight: 400;
            color: #fff
        }

.link-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(75% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem
}

    .link-features img {
        margin: 0 0 1rem
    }

    .link-features li {
        width: calc(33.33333% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
        margin-bottom: 1rem
    }

.main-nav .link-features .button-link-style,
.main-nav .link-features a {
    display: block;
    color: #fff;
    font-weight: 400
}

.nav-title {
    display: inline-block;
    margin-bottom: .7rem;
    color: #61aee1;
    font-size: 1.125rem;
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 700 !important;
}

.nav-title,
.util-nav {
    text-transform: uppercase
}

.util-nav {
    background: #fff;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

    .util-nav:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100vw;
        top: 0;
        left: 50%;
        background-color: inherit;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1
    }

@media print, screen and (min-width:46.25em) {
    .util-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.util-nav ul {
    margin: 0
}

@media print, screen and (min-width:46.25em) {
    .util-nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:56.25em) {
    .util-nav ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media screen and (min-width:56.25em) {
    .util-nav ul:before {
        content: "";
        visibility: hidden;
        width: 1.25rem;
        margin-left: auto
    }
}

@media print, screen and (min-width:46.25em) {
    .util-nav li {
        padding-top: .6rem;
        padding-bottom: .6rem
    }
}

@media screen and (max-width:46.1875em) {
    .util-nav li:not(.search-button) {
        display: none !important
    }
}

.util-nav li.login-link {
    background: #f9cf00
}

    .util-nav li.login-link .button-link-style,
    .util-nav li.login-link a {
        color: #000e2b;
        text-transform: uppercase
    }

.util-nav li:not(:last-child) {
    padding-right: .5rem;
    padding-left: .5rem
}

@media screen and (min-width:55em) {
    .util-nav li:not(: last-child) {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

@media screen and (min-width:71.875em) {
    .util-nav li:not(: last-child) {
        padding-right: 2.5rem;
        padding-left: 2.5rem
    }
}

@media screen and (min-width:56.25em) {
    .util-nav li:last-child {
        width: 1.25rem;
        margin-left: auto
    }
}

.util-nav .button-link-style,
.util-nav a {
    font-family: futura-pt-bold, Roboto, Helvetica, Arial, sans-serif;
    background: transparent;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.util-nav .svg-sprite {
    padding: 0 .3rem 0 0
}

.util-nav .account-link {
    text-transform: none
}

    .util-nav .account-link button {
        color: #61aee1;
        font-weight: 500
    }

.no-js .off-canvas {
    display: none
}

.off-canvas.mobile-nav {
    padding: 1rem;
    top: 3.75rem;
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif
}

.off-canvas .level-1 .button-link-style,
.off-canvas .level-1 a,
.off-canvas .level-1 button {
    font-size: 1.125rem;
    color: #fff
}

.off-canvas .level-1 button {
    padding: .7rem 0;
    font-weight: 700;
    text-transform: uppercase
}

.off-canvas .level-1 .button-link-style,
.off-canvas .level-1 a {
    display: inline-block;
    padding: 1rem 0;
    line-height: 1;
    text-transform: none;
    font-weight: 400
}

.off-canvas .logged-in button {
    text-transform: none;
    padding: 1rem 0 .5rem;
    color: #61aee1
}

.off-canvas .login-link .button-link-style,
.off-canvas .login-link a {
    color: #f9cf00;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1rem 0 .5rem
}

.off-canvas .dropdown-pane {
    position: static;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 0;
    margin: -1rem 0 0
}

    .off-canvas .dropdown-pane .nav-title {
        font-size: 1rem;
        margin: 0
    }

    .off-canvas .dropdown-pane .button-link-style,
    .off-canvas .dropdown-pane a {
        color: #fff;
        padding: .5rem 0;
        display: inline-block
    }

.off-canvas .subnav {
    margin: 0 0 1rem
}

    .off-canvas .subnav > li + li {
        margin: .5rem 0 0
    }

.off-canvas.is-closed .is-open {
    display: none;
    visibility: hidden
}

.mobile-nav-button.button {
    color: #00529b;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    padding: 0 .625rem;
    margin: 0
}

    .mobile-nav-button.button[aria-expanded=true] {
        color: #61aee1
    }

.breadcrumbs {
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif
}

    .breadcrumbs .button-link-style,
    .breadcrumbs a {
        font-weight: 400
    }

.site-footer {
    background: #000e2b;
    padding: 2rem 0;
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif
}

    .site-footer .button-link-style,
    .site-footer a,
    .site-footer p {
        color: #fff;
        line-height: 1.3
    }

        .site-footer .button-link-style:not(.button),
        .site-footer a:not(.button),
        .site-footer p:not(.button) {
            font-weight: 400
        }

        .site-footer .button-link-style .button,
        .site-footer a .button,
        .site-footer p .button {
            text-transform: uppercase;
            padding: .5rem .8rem
        }

    .site-footer p {
        margin: 0 0 1rem
    }

    .site-footer .nav-title {
        font-size: .875rem
    }

    .site-footer .link-group {
        -webkit-columns: 2;
        columns: 2
    }

    .site-footer li {
        line-height: 1;
        margin: 0 0 .8rem
    }

.site-info {
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
    font-size: .75rem
}

    .site-info p {
        margin: 1rem 0;
        text-align: center
    }

    .site-info ul {
        border-top: 1px solid #fff;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

        .site-info ul li {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-align: center
        }

            .site-info ul li + li {
                border-left: 1px solid #fff
            }

        .site-info ul .button-link-style,
        .site-info ul a {
            padding: .5rem 0 .2rem;
            display: inline-block
        }

.site-footer .social-links li {
    width: 27%;
    padding-left: .15625rem;
    padding-right: .15625rem
}

.site-footer,
.site-footer .social-links {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media print, screen and (min-width:46.25em) {
    .site-footer,
    .site-footer .social-links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }
}

.button {
    font-weight: 500;
    text-transform: uppercase
}

    .button.grey:hover,
    .button.light-blue:hover,
    .button.yellow:hover {
        background: #000e2b;
        border-color: #000e2b;
        color: #fff
    }

    .button.yellow {
        background: #f9cf00;
        border-color: #f9cf00;
        color: #00529b
    }

    .button.light-blue {
        background: #61aee1;
        border-color: #61aee1;
        color: #fff
    }

    .button.grey {
        color: #00529b;
        background: #cfd2d7;
        border-color: #cfd2d7
    }

        .button.grey.hollow {
            color: #a8a7a9;
            border: 2px solid #a8a7a9;
            background: transparent
        }

            .button.grey.hollow:hover {
                border-color: #000e2b
            }

    .button.white.hollow:focus,
    .button.white.hollow:hover {
        border-color: #cce5f5;
        color: #cce5f5
    }

    .button.hollow:focus,
    .button.hollow:hover {
        color: #fff
    }

    .button.hollow:hover {
        background: #000e2b
    }

    .button.hollow:focus {
        background: #00529b
    }

    .button.hollow:disabled,
    .button.hollow[disabled] {
        border-color: #abc0cc;
        color: #abc0cc
    }

    .button:focus {
        background: #00529b
    }

    .button.wide {
        padding-left: 3rem;
        padding-right: 3rem
    }

.page-hero {
    position: relative
}

    .page-hero:after,
    .page-hero:before {
        height: .125rem;
        background: #979797;
        position: absolute;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw
    }

    .page-hero:after {
        content: "";
        bottom: 0
    }

    .page-hero .text {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff
    }

        .page-hero .text p {
            margin: 0
        }

.article-preview .h2 + p,
.article-preview h2 + p {
    font-size: 1.125rem
}

.page-title {
    padding: 2rem 0 1rem
}

    .page-title.psuedo-border {
        position: relative
    }

        .page-title.psuedo-border:after,
        .page-title.psuedo-border:before {
            height: .25rem;
            background: #00529b;
            position: absolute;
            left: 10px;
            right: 10px
        }

        .page-title.psuedo-border:after {
            content: "";
            bottom: 0
        }

    .page-title .h1,
    .page-title h1 {
        margin: 1.5rem 0
    }

    .page-title p {
        font-size: 1.25rem
    }

@media print, screen and (min-width:46.25em) {
    .page-title p {
        margin-bottom: 1.5rem;
        font-size: 1.5rem
    }
}

.categories {
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%
}

.feed .h2,
.feed h2 {
    border-top: 1px solid #0a0a0a;
    padding-top: 1.5rem
}

.feed-list {
    margin: 0
}

    .feed-list .publication {
        font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0 0 .7rem
    }

    .feed-list .button-link-style,
    .feed-list a {
        color: #0a0a0a;
        display: block
    }

        .feed-list .button-link-style:hover,
        .feed-list a:hover {
            color: #00529b
        }

    .feed-list > li {
        border-bottom: 2px solid #333;
        padding: 1rem 0
    }

        .feed-list > li:last-of-type {
            border-bottom: 0
        }

.topic-social {
    padding: 1.5rem 0;
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
    width: 100%;
    position: relative
}

    .topic-social:after,
    .topic-social:before {
        height: 1px;
        background: #0a0a0a;
        position: absolute;
        left: 10px;
        right: 10px
    }

    .topic-social:before {
        content: "";
        top: 0
    }

    .topic-social span + span:before {
        content: "|";
        display: inline-block;
        margin: 0 .625rem
    }

.social-links.nacdlmenu li + li {
    padding: 0 0 0 .5rem
}

.social-links.nacdlmenu .button-link-style,
.social-links.nacdlmenu a {
    padding: 0
}

.article-body {
    position: relative
}

    .article-body .continue-item {
        margin-bottom: .5rem;
        font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif
    }

    .article-body .interrupter-wrapper {
        margin-bottom: 3rem;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding-top: 3rem;
        padding-bottom: 2rem
    }

@media screen and (min-width:90em) {
    .article-body .interrupter-wrapper {
        margin-left: -50%;
        margin-right: -50%;
        left: auto;
        right: auto;
        width: auto
    }
}

.article-body .interrupter-wrapper .grid-container {
    margin: 0 auto
}

    .article-body .interrupter-wrapper .grid-container:not(.full) > .grid-padding-x {
        margin: 0
    }

.article-body > p {
    margin-bottom: 3rem;
    line-height: 2
}

.article-body > .h1,
.article-body > .h2,
.article-body > .h2-sans,
.article-body > .h3,
.article-body > .h4,
.article-body > .h5,
.article-body > .h6,
.article-body > h1,
.article-body > h2,
.article-body > h3,
.article-body > h4,
.article-body > h5,
.article-body > h6,
.card .article-body > .h2-sans,
.card .article-body > .h3,
.card .article-body > h3,
.card .section-heading .article-body > .h2,
.card .section-heading .article-body > h2,
.card .sponsored .article-body > .h2,
.card .sponsored .article-body > h2,
.feed-list .article-body > .h2-sans,
.feed-list .article-body > .h3,
.feed-list .article-body > h3,
.feed-list .section-heading .article-body > .h2,
.feed-list .section-heading .article-body > h2,
.feed-list .sponsored .article-body > .h2,
.feed-list .sponsored .article-body > h2,
.overview .article-body > .h2-sans,
.overview .article-body > .h3,
.overview .article-body > h3,
.overview .section-heading .article-body > .h2,
.overview .section-heading .article-body > h2,
.overview .sponsored .article-body > .h2,
.overview .sponsored .article-body > h2,
.section-heading .article-body > .h2,
.section-heading .article-body > h2,
.section-heading .card .article-body > .h2,
.section-heading .card .article-body > h2,
.section-heading .feed-list .article-body > .h2,
.section-heading .feed-list .article-body > h2,
.section-heading .overview .article-body > .h2,
.section-heading .overview .article-body > h2,
.section-heading .tile-group .article-body > .h2,
.section-heading .tile-group .article-body > h2,
.sponsored .article-body > .h2,
.sponsored .article-body > h2,
.sponsored .card .article-body > .h2,
.sponsored .card .article-body > h2,
.sponsored .feed-list .article-body > .h2,
.sponsored .feed-list .article-body > h2,
.sponsored .overview .article-body > .h2,
.sponsored .overview .article-body > h2,
.sponsored .tile-group .article-body > .h2,
.sponsored .tile-group .article-body > h2,
.tile-group .article-body > .h2-sans,
.tile-group .article-body > .h3,
.tile-group .article-body > h3,
.tile-group .section-heading .article-body > .h2,
.tile-group .section-heading .article-body > h2,
.tile-group .sponsored .article-body > .h2,
.tile-group .sponsored .article-body > h2 {
    text-transform: uppercase;
    margin: 3rem 0 1rem
}

.article-body > .h2,
.article-body > .h2-sans,
.article-body > .h3,
.article-body > h2,
.article-body > h3,
.section-heading .article-body > .h2,
.section-heading .article-body > h2,
.sponsored .article-body > .h2,
.sponsored .article-body > h2 {
    font-size: 1.125rem
}

.article-body > .h4,
.article-body > .h5,
.article-body > .h6,
.article-body > h4,
.article-body > h5,
.article-body > h6,
.card .article-body > .h2-sans,
.card .article-body > .h3,
.card .article-body > h3,
.card .section-heading .article-body > .h2,
.card .section-heading .article-body > h2,
.card .sponsored .article-body > .h2,
.card .sponsored .article-body > h2,
.feed-list .article-body > .h2-sans,
.feed-list .article-body > .h3,
.feed-list .article-body > h3,
.feed-list .section-heading .article-body > .h2,
.feed-list .section-heading .article-body > h2,
.feed-list .sponsored .article-body > .h2,
.feed-list .sponsored .article-body > h2,
.overview .article-body > .h2-sans,
.overview .article-body > .h3,
.overview .article-body > h3,
.overview .section-heading .article-body > .h2,
.overview .section-heading .article-body > h2,
.overview .sponsored .article-body > .h2,
.overview .sponsored .article-body > h2,
.section-heading .card .article-body > .h2,
.section-heading .card .article-body > h2,
.section-heading .feed-list .article-body > .h2,
.section-heading .feed-list .article-body > h2,
.section-heading .overview .article-body > .h2,
.section-heading .overview .article-body > h2,
.section-heading .tile-group .article-body > .h2,
.section-heading .tile-group .article-body > h2,
.sponsored .card .article-body > .h2,
.sponsored .card .article-body > h2,
.sponsored .feed-list .article-body > .h2,
.sponsored .feed-list .article-body > h2,
.sponsored .overview .article-body > .h2,
.sponsored .overview .article-body > h2,
.sponsored .tile-group .article-body > .h2,
.sponsored .tile-group .article-body > h2,
.tile-group .article-body > .h2-sans,
.tile-group .article-body > .h3,
.tile-group .article-body > h3,
.tile-group .section-heading .article-body > .h2,
.tile-group .section-heading .article-body > h2,
.tile-group .sponsored .article-body > .h2,
.tile-group .sponsored .article-body > h2 {
    font-size: 1rem
}


.multi-date + .multi-date:before {
    content: "-";
    display: inline-block;
    margin-left: -.1875rem;
    margin-right: .125rem
}

.feature .h2,
.feature h2 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1.3rem
}

@media print, screen and (min-width:46.25em) {
    .feature .h2,
    .feature h2 {
        font-size: 1.875rem
    }
}

.feature p {
    font-size: 1.125rem;
    margin-bottom: 1.6rem
}

@media print, screen and (min-width:46.25em) {
    .feature p {
        font-size: 1.25rem
    }
}

@media print, screen and (min-width:46.25em) {
    .feature > .cell:last-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}


@media print, screen and (min-width:46.25em) {
    .ad-row li + li {
        margin: 0
    }
}

.overview {
    padding: 1rem 0
}

    .overview .h2-sans {
        font-family: futura-pt-bold, Roboto, Helvetica, Arial, sans-serif;
        margin: 1rem 0 1.7rem
    }

@media print, screen and (min-width:46.25em) {
    .overview .h2-sans {
        font-size: 2.25rem !important;
    }
}

@media print, screen and (min-width:46.25em) {
    .overview p {
        font-size: 1.25rem
    }
}

.overview .statute {
    font-size: 1.5rem
}

.overview .overview-intro {
    width: calc(100% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem
}

@media print, screen and (min-width:46.25em) {
    .overview .overview-intro {
        width: calc(80% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }
}

.quick-modal {
    padding: 1.2rem;
    border-top: 4px solid #00529b;
    border-bottom: 4px solid #00529b;
    font-family: futura-pt, Roboto, Helvetica, Arial, sans-serif;
    background: #fff;
    font-size: 1rem
}

    .quick-modal p {
        margin-bottom: 1.5rem;
        line-height: 1.4
    }

        .quick-modal p:last-of-type {
            margin-bottom: 0
        }

    .quick-modal .h2,
    .quick-modal h2 {
        font-family: inherit;
        color: #00529b;
        font-size: 1.25rem;
        margin-bottom: 1rem
    }

@media print, screen and (min-width:46.25em) {
    .quick-modal {
        width: calc(16vw + 1rem);
        left: 100%
    }
}

.quick-modal .button .svg-sprite {
    margin: -5px 15px 0 0
}
.input-group-addon{
    padding-top:10px;
}

.print-only {
    display: none
}

@media print {
    .accordion-content,
    .print-only,
    .tabs-panel {
        display: block
    }

    .accordion-title:before,
    .site-footer,
    .site-header,
    .social-links,
    .tabs {
        display: none
    }

    .accordion-content,
    .cell.auto.h2-sans,
    .cell.auto.h3,
    .section-heading .cell.auto.h2,
    .section-heading h2.cell.auto,
    .sponsored .cell.auto.h2,
    .sponsored h2.cell.auto,
    .sub-accordion,
    h3.cell.auto {
        padding: 0
    }

    #main-content,
    .tabs-panel {
        padding-top: 0
    }

    .button-link-style:after,
    a:after {
        content: " (" attr(href) ") ";
        font-weight: 400
    }

    .accordion-item {
        border: 0 !important
    }
}
#main_divPageContent{
    margin-top:85px !important;
    padding-top: 10px !important;
    width:80%;
    margin-left:auto !important;
    margin-right:auto !important;
}

.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.progress-container table tbody {
    background-color:transparent;
}

.list-results {
    margin-bottom: 50px;
    font-size: 1.25em;
}
h3 {
    margin-top: 10px;
    font-size: 1.9rem !important
}
p{
    font-size:1.25rem;
}
.util-nav li:not(:last-child) {
    margin:auto;

    position:relative
}
label {
    display:inline;
}
#main_content_TopBanner {
    border-bottom:#000 solid 1px;
    margin-bottom:20px;
}

.login #main_divPageContent {
    width: unset;
    margin-top: unset !important;
}

:target:before {
    content: "";
    display: block;
    height: 150px; /* fixed header height*/
    margin: -150px 0 0; /* negative fixed header height */
}
li{
    font-size:1.25em;
    margin-left: 15px;
}

#main_content_TopBanner{
    margin-top:5px;
}


[id*="_hFundTitle"] {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: futura-pt,Roboto,Helvetica,Arial,sans-serif;
    font-weight: 500 !important;
    font-size: 1.6rem;
}


@media print, screen and (min-width:46.25em) {
    .login-status {
        position:fixed;
    }

    #main_divPageContent {
        margin-top: 125px !important;

    }

}

@media screen and (max-width:46.1875em) {
    .login-status {
        position: relative;
    }
    #main_divPageContent {
        margin-top: 85px !important;
    }
}

.popover, .popover-title {
    font-size: 10pt !important;
}

.page-content .page-breadcrumb.breadcrumb > li > a:last-child {
    float: none
}

/*Lighting Store*/

.themeNav-align-left{
    list-style:none;
}

.product-description-body p {
    font-size: 1rem;
    margin-bottom: 0rem;
}
.forceCommunityHtmlBlock p {
    font-size: 1rem;
    margin-bottom: 0rem;
}
.slds-carousel__content{
    overflow:hidden;
}
/*Lightstore SubNav*/
@media only screen and (max-width: 47.9375em) {
    .cypressHomeHero {
        max-height: 200px;
    }
}

.mainNavItem{
    list-style:none;
}
div.slds-form-element__control{
    border:none;
}

.subnav {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #61aee1;
    color: white;
}

    .subnav li::before, .subnav li::after {
        content: none !important;
    }

    .subnav li:hover {
        background-color: #00529b;
    }

    .subnav li {
        padding: 0 2% !important;
        margin: 0;
    }

        .subnav li a, .subnav li a:visited, .subnav li a:hover {
            color: white;
            text-decoration: none;
        }

@media screen and (min-width:900px) {
    .subnav {
        height: 70px;
        position: relative;
        list-style: none;
        margin: -16px auto 0;
        text-align: center
    }

        .subnav li {
            position: relative;
            display: inline-block;
            padding: 0 2% !important;
            height: 70px;
        }

            .subnav li a, .subnav li a:visited, .subnav li a:hover {
                height: auto;
                top: 25%;
                position: relative;
            }
}

@media screen and (max-width:900px) {
    .subnav {
        position: relative;
        list-style: none;
        text-align: center;
        margin-top: -20px;
        padding: 0 !important;
    }

        .subnav li {
            position: relative;
            padding: 10px 2% !important;
            border-bottom: white solid thin;
        }
}