@charset "UTF-8";
/* CSS Document */

/* USA Official Styles from US Web Design Standards template - https://designsystem.digital.gov/ */

.usa-focus, [contentEditable=true]:focus, [href]:focus, [tabindex]:focus, button:not([disabled]):focus, iframe:focus, input:not([disabled]):focus, select:not([disabled]):focus, textarea:not([disabled]):focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-button {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: .93923;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #005ea2;
    border: 0;
    border-radius: .25rem;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: .5rem;
    padding: .75rem 1.25rem;
    text-align: center;
    text-decoration: none;
    width: 100%
}

.usa-button:visited {
    color: #fff
}

.usa-button.usa-button--hover, .usa-button:hover {
    background-color: #1a4480;
    border-bottom: 0;
    color: #fff;
    text-decoration: none
}

.usa-button.usa-button--active, .usa-button:active {
    background-color: #162e51;
    color: #fff
}

.usa-button.usa-focus, .usa-button:focus {
    outline-offset: .25rem
}

.usa-button:disabled {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #c9c9c9;
    color: #fff;
    pointer-events: none
}

.usa-button:disabled.usa-button--active, .usa-button:disabled.usa-button--hover, .usa-button:disabled.usa-focus, .usa-button:disabled:active, .usa-button:disabled:focus, .usa-button:disabled:hover {
    background-color: #c9c9c9;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.usa-button--accent-cool {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #00bde3;
    color: #1b1b1b
}

.usa-button--accent-cool:visited {
    color: #1b1b1b
}

.usa-button--accent-cool.usa-button--hover, .usa-button--accent-cool:hover {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #28a0cb;
    color: #fff
}

.usa-button--accent-cool.usa-button--active, .usa-button--accent-cool:active {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #07648d;
    color: #fff
}

.usa-button--outline {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #005ea2;
    box-shadow: inset 0 0 0 2px #005ea2;
    color: #005ea2
}

.usa-button--outline:visited {
    color: #005ea2
}

.usa-button--outline.usa-button--hover, .usa-button--outline:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #1a4480;
    box-shadow: inset 0 0 0 2px #1a4480;
    color: #1a4480
}

.usa-button--outline.usa-button--active, .usa-button--outline:active {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #162e51;
    box-shadow: inset 0 0 0 2px #162e51;
    color: #162e51
}

.usa-button--outline.usa-button--inverse {
    -webkit-box-shadow: inset 0 0 0 2px #dcdee0;
    box-shadow: inset 0 0 0 2px #dcdee0;
    color: #dcdee0
}

.usa-button--outline.usa-button--inverse:visited {
    color: #dcdee0
}

.usa-button--outline.usa-button--inverse.usa-button--hover, .usa-button--outline.usa-button--inverse:hover {
    -webkit-box-shadow: inset 0 0 0 2px #f0f0f0;
    box-shadow: inset 0 0 0 2px #f0f0f0;
    color: #f0f0f0
}

.usa-button--outline.usa-button--inverse.usa-button--active, .usa-button--outline.usa-button--inverse:active {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff
}

.usa-button--outline.usa-button--inverse.usa-button--unstyled {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    color: #dcdee0
}

.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
    color: #1a4480
}

.usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
    color: #162e51
}

.usa-button--outline.usa-button--inverse.usa-button--unstyled:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
    color: #562b97
}

.usa-button--outline.usa-button--inverse.usa-button--unstyled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
    color: #f0f0f0
}

.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active, .usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
    color: #fff
}

.usa-button--base {
    background-color: #71767a
}

.usa-button--base.usa-button--hover, .usa-button--base:hover {
    background-color: #565c65
}

.usa-button--base.usa-button--active, .usa-button--base:active {
    background-color: #3d4551
}

.usa-button--secondary {
    background-color: #d83933
}

.usa-button--secondary.usa-button--hover, .usa-button--secondary:hover {
    background-color: #b50909
}

.usa-button--secondary.usa-button--active, .usa-button--secondary:active {
    background-color: #8b0a03
}

.usa-button--big {
    border-radius: .25rem;
    font-size: 1.46397rem;
    padding: 1rem 1.5rem
}

.usa-button--disabled {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #c9c9c9;
    color: #fff;
    pointer-events: none
}

.usa-button--disabled.usa-button--active, .usa-button--disabled.usa-button--hover, .usa-button--disabled.usa-focus, .usa-button--disabled:active, .usa-button--disabled:focus, .usa-button--disabled:hover {
    background-color: #c9c9c9;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.usa-button--outline-disabled, .usa-button--outline-inverse-disabled, .usa-button--outline-inverse:disabled, .usa-button--outline:disabled {
    background-color: transparent;
    pointer-events: none
}

.usa-button--outline-disabled.usa-button--active, .usa-button--outline-disabled.usa-button--hover, .usa-button--outline-disabled.usa-focus, .usa-button--outline-disabled:active, .usa-button--outline-disabled:focus, .usa-button--outline-disabled:hover, .usa-button--outline-inverse-disabled.usa-button--active, .usa-button--outline-inverse-disabled.usa-button--hover, .usa-button--outline-inverse-disabled.usa-focus, .usa-button--outline-inverse-disabled:active, .usa-button--outline-inverse-disabled:focus, .usa-button--outline-inverse-disabled:hover, .usa-button--outline-inverse:disabled.usa-button--active, .usa-button--outline-inverse:disabled.usa-button--hover, .usa-button--outline-inverse:disabled.usa-focus, .usa-button--outline-inverse:disabled:active, .usa-button--outline-inverse:disabled:focus, .usa-button--outline-inverse:disabled:hover, .usa-button--outline:disabled.usa-button--active, .usa-button--outline:disabled.usa-button--hover, .usa-button--outline:disabled.usa-focus, .usa-button--outline:disabled:active, .usa-button--outline:disabled:focus, .usa-button--outline:disabled:hover {
    background-color: transparent;
    border: 0
}

.usa-button--outline-disabled, .usa-button--outline:disabled {
    -webkit-box-shadow: inset 0 0 0 2px #c9c9c9;
    box-shadow: inset 0 0 0 2px #c9c9c9;
    color: #c9c9c9
}

.usa-button--outline-disabled.usa-button--inverse, .usa-button--outline:disabled.usa-button--inverse {
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #71767a;
    box-shadow: inset 0 0 0 2px #71767a;
    color: #71767a
}

.usa-button--unstyled {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left
}

.usa-button--unstyled:hover {
    color: #1a4480
}

.usa-button--unstyled:active {
    color: #162e51
}

.usa-button--unstyled:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-button--unstyled:visited {
    color: #562b97
}

.usa-button--unstyled:active, .usa-button--unstyled:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

.usa-embed-container embed, .usa-embed-container iframe, .usa-embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.usa-embed-container {
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

img {
    max-width: 100%
}

.usa-media-link {
    display: inline-block;
    line-height: 0
}

.usa-fieldset, .usa-hint, .usa-input, .usa-range, .usa-select, .usa-textarea {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.26796
}

.usa-input, .usa-range, .usa-select, .usa-textarea {
    border: 1px solid #565c65;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    color: #1b1b1b;
    display: block;
    height: 2.5rem;
    margin-top: .5rem;
    max-width: 30rem;
    padding: .5rem;
    width: 100%
}

.usa-input.usa-input--success, .usa-range.usa-input--success, .usa-select.usa-input--success, .usa-textarea.usa-input--success {
    border: .25rem solid #00a91c
}

.usa-fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.usa-form-group--error {
    border-left: .25rem solid #b50909;
    margin-top: 2rem;
    padding-left: 1rem;
    position: relative
}

.usa-input--error {
    border: .25rem solid #b50909
}

.usa-label--error {
    display: block;
    font-weight: 700;
    margin-top: 0
}

.usa-error-message {
    padding-bottom: .25rem;
    padding-top: .25rem;
    color: #b50909;
    display: block;
    font-weight: 700
}

.usa-hint {
    color: #71767a
}

.usa-label--required {
    color: #b50909
}

.usa-label {
    display: block;
    line-height: 1.12707;
    margin-top: 1.5rem;
    max-width: 30rem
}

.usa-textarea {
    height: 10rem
}

.usa-select {
    background-image: url(/img/uswds/arrow-both.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/arrow-both.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-position: right .75rem center;
    background-size: .5rem;
    padding-right: 2rem
}

.usa-select::-ms-expand {
    display: none
}

.usa-select:-webkit-autofill {
    -webkit-appearance: menulist;
    appearance: menulist
}

.usa-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.usa-legend {
    font-size: 2.12941rem;
    font-weight: 700
}

.usa-input-list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0
}

.usa-input-list li {
    line-height: 1.26796
}

.usa-prose .usa-input-list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0
}

.usa-prose .usa-input-list li {
    line-height: 1.26796
}

.usa-checkbox__input, .usa-radio__input {
    position: absolute;
    left: -999em
}

.lt-ie9 .usa-checkbox__input, .lt-ie9 .usa-radio__input {
    border: 0;
    float: left;
    margin: .25rem .25rem 0 0;
    position: static;
    width: auto
}

.usa-checkbox__label, .usa-radio__label {
    cursor: pointer;
    display: inherit;
    font-weight: 400;
    margin-bottom: .75rem;
    padding-left: 2rem;
    position: relative;
    text-indent: -2rem
}

.usa-checkbox__label:before, .usa-radio__label:before {
    background: #fff;
    content: "\a0";
    display: inline-block;
    left: 2px;
    position: relative;
    vertical-align: middle \0
}

.usa-checkbox__label:before {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 2px
}

.usa-radio__label:before {
    height: 1.25rem;
    border-radius: 99rem;
    width: 1.25rem
}

.usa-checkbox__label:before, .usa-radio__label:before {
    -webkit-box-shadow: 0 0 0 2px #71767a;
    box-shadow: 0 0 0 2px #71767a;
    line-height: 1.25rem;
    margin-right: .75rem
}

.usa-checkbox__input:checked + .usa-checkbox__label:before, .usa-radio__input:checked + .usa-radio__label:before {
    background-color: #005ea2;
    -webkit-box-shadow: 0 0 0 2px #005ea2;
    box-shadow: 0 0 0 2px #005ea2
}

.usa-radio__input:checked + .usa-radio__label:before {
    -webkit-box-shadow: 0 0 0 2px #005ea2, inset 0 0 0 2px #fff;
    box-shadow: 0 0 0 2px #005ea2, inset 0 0 0 2px #fff
}

.usa-checkbox__input:checked + .usa-checkbox__label:before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label:before {
    background-image: url(/img/uswds/correct8.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/correct8.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: 50%
}

.usa-radio__input:focus + .usa-radio__label:before {
    outline: .25rem solid #2491ff;
    outline-offset: .25rem
}

.usa-checkbox__input:disabled + .usa-checkbox__label {
    color: #c9c9c9
}

.usa-checkbox__input:focus + .usa-checkbox__label:before {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-checkbox__input:disabled + .usa-checkbox__label:before, .usa-radio__input:disabled + .usa-radio__label:before {
    background: #e6e6e6;
    -webkit-box-shadow: 0 0 0 2px #c9c9c9;
    box-shadow: 0 0 0 2px #c9c9c9;
    cursor: not-allowed
}

.usa-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding-left: 1px;
    width: 100%
}

.usa-range:focus {
    outline: none
}

.usa-range:focus::-webkit-slider-thumb {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 2px #2491ff;
    box-shadow: 0 0 0 2px #2491ff
}

.usa-range:focus::-moz-range-thumb {
    background-color: #fff;
    box-shadow: 0 0 0 2px #2491ff
}

.usa-range:focus::-ms-thumb {
    background-color: #fff;
    box-shadow: 0 0 0 2px #2491ff
}

.usa-range::-webkit-slider-runnable-track {
    background-color: #f0f0f0;
    border-radius: 99rem;
    border: 1px solid #71767a;
    cursor: pointer;
    height: 1rem;
    width: 100%
}

.usa-range::-moz-range-track {
    background-color: #f0f0f0;
    border-radius: 99rem;
    border: 1px solid #71767a;
    cursor: pointer;
    height: 1rem;
    width: 100%
}

.usa-range::-ms-track {
    background-color: #f0f0f0;
    border-radius: 99rem;
    border: 1px solid #71767a;
    cursor: pointer;
    height: 1rem;
    width: 100%
}

.usa-range::-webkit-slider-thumb {
    height: 1.25rem;
    border-radius: 99rem;
    width: 1.25rem;
    background: #f0f0f0;
    border: none;
    -webkit-box-shadow: 0 0 0 2px #71767a;
    box-shadow: 0 0 0 2px #71767a;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    margin-top: -.1875rem
}

.usa-range::-moz-range-thumb {
    height: 1.25rem;
    border-radius: 99rem;
    width: 1.25rem;
    background: #f0f0f0;
    border: none;
    box-shadow: 0 0 0 2px #71767a;
    cursor: pointer
}

.usa-range::-ms-thumb {
    height: 1.25rem;
    border-radius: 99rem;
    width: 1.25rem;
    background: #f0f0f0;
    border: none;
    box-shadow: 0 0 0 2px #71767a;
    cursor: pointer
}

.usa-range::-ms-fill-lower, .usa-range::-ms-fill-upper {
    background-color: #f0f0f0;
    border-radius: 99rem;
    border: 1px solid #71767a
}

[type=file] {
    border: none;
    padding-left: 0
}

.usa-memorable-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.usa-memorable-date [type=number] {
    -moz-appearance: textfield
}

.usa-memorable-date [type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none
}

.usa-memorable-date [type=number]::-webkit-contacts-auto-fill-button {
    visibility: hidden;
    display: none !important;
    pointer-events: none;
    height: 0;
    width: 0;
    margin: 0
}

.usa-form-group--day, .usa-form-group--month, .usa-form-group--year {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 1rem;
    width: 3rem
}

.usa-form-group--year {
    width: 4.5rem
}

.usa-list, .usa-prose > ol, .usa-prose > ul {
    margin-bottom: 1em;
    margin-top: 1em;
    line-height: 1.52155;
    padding-left: 3ch
}

.usa-list:last-child, .usa-prose > ol:last-child, .usa-prose > ul:last-child {
    margin-bottom: 0
}

.usa-list li, .usa-prose > ol li, .usa-prose > ul li {
    margin-bottom: .25em;
    max-width: 68ex
}

.usa-list li:last-child, .usa-prose > ol li:last-child, .usa-prose > ul li:last-child {
    margin-bottom: 0
}

.usa-list--unstyled {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0
}

.usa-list--unstyled > li {
    margin-bottom: 0;
    max-width: unset
}

.usa-prose .usa-list--unstyled {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0
}

.usa-prose .usa-list--unstyled > li {
    margin-bottom: 0;
    max-width: unset
}

.usa-prose > table, .usa-table {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155;
    border-spacing: 0;
    margin: 1.25rem 0
}

.usa-prose > table thead th, .usa-table thead th {
    font-weight: 700
}

.usa-prose > table thead td, .usa-prose > table thead th, .usa-table thead td, .usa-table thead th {
    background-color: #f0f0f0
}

.usa-prose > table th, .usa-table th {
    text-align: left
}

.usa-prose > table td, .usa-prose > table th, .usa-table td, .usa-table th {
    border: 1px solid #565c65;
    background-color: #fff;
    font-weight: 400;
    padding: .5rem 1rem
}

.usa-prose > table caption, .usa-table caption {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: .91476rem;
    font-weight: 700;
    margin-bottom: .75rem;
    text-align: left
}

.usa-prose > .usa-table--borderless thead th, .usa-table--borderless thead th {
    background-color: transparent;
    border-top: 0
}

.usa-prose > .usa-table--borderless td, .usa-prose > .usa-table--borderless th, .usa-table--borderless td, .usa-table--borderless th {
    border-left: 0;
    border-right: 0
}

.usa-table--borderless th:first-child {
    padding-left: 0
}

.usa-tag {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: .93162rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #565c65;
    border-radius: 2px;
    margin-right: .25rem;
    padding: 1px .5rem
}

.usa-tag:only-of-type {
    margin-right: 0
}

.usa-tag--big {
    padding-left: .5rem;
    padding-right: .5rem;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem
}

html {
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-size: 100%
}

.usa-prose, html {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.usa-prose {
    font-size: 1.06471rem;
    line-height: 1.52155
}

.usa-prose > a {
    color: #005ea2;
    text-decoration: underline
}

.usa-prose > a:hover {
    color: #1a4480
}

.usa-prose > a:active {
    color: #162e51
}

.usa-prose > a:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-prose > a:visited {
    color: #562b97
}

.usa-prose > h1 {
    font-size: 2.43935rem
}

.usa-prose > h1, .usa-prose > h2 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    line-height: 1.22983;
    font-weight: 700
}

.usa-prose > h2 {
    font-size: 1.95148rem
}

.usa-prose > h3 {
    font-size: 1.34164rem
}

.usa-prose > h3, .usa-prose > h4 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    line-height: 1.22983;
    font-weight: 700
}

.usa-prose > h4 {
    font-size: .97574rem
}

.usa-prose > h5 {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: .91476rem;
    line-height: 1.22983;
    font-weight: 700
}

.usa-prose > h6 {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: .86507rem;
    line-height: 1.12707;
    font-weight: 400;
    letter-spacing: .025em;
    text-transform: uppercase
}

.usa-paragraph {
    line-height: 1.52155;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 68ex
}

* + .usa-paragraph, .usa-paragraph + * {
    margin-top: 1em
}

.usa-link {
    color: #005ea2;
    text-decoration: underline
}

.usa-link:hover {
    color: #1a4480
}

.usa-link:active {
    color: #162e51
}

.usa-link:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-link:visited {
    color: #562b97
}

.usa-link--external:after {
    background: url(/img/uswds/external-link.svg) no-repeat 0 0;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: .65em;
    margin-bottom: -1px;
    margin-left: .25rem;
    width: .65em
}

.usa-link--external:hover:after {
    background-image: url(/img/uswds/external-link-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/external-link-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

.usa-link--external.usa-link--alt:after {
    background: url(/img/uswds/external-link-alt.svg) no-repeat 0 0;
    background-size: 100%;
    content: "";
    display: inline-block;
    height: .65em;
    margin-bottom: -1px;
    margin-left: .25rem;
    width: .65em
}

.usa-link--external.usa-link--alt:hover:after {
    background-image: url(/img/uswds/external-link-alt-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/external-link-alt-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

address, cite, dfn, var {
    font-style: normal
}

.usa-content ol:not(.usa-accordion):not(.usa-accordion--bordered), .usa-content p, .usa-content ul:not(.usa-accordion):not(.usa-accordion--bordered) {
    max-width: 68ex
}

.usa-display {
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34164rem;
    line-height: 1.22983;
    font-weight: 700;
    margin-bottom: 0
}

* + .usa-display {
    margin-top: 1.5em
}

.usa-display + * {
    margin-top: 1em
}

.usa-intro {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34164rem;
    line-height: 1.79351;
    font-weight: 400;
    max-width: 88ex
}

.usa-dark-background {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-color: #3d4551
}

.usa-dark-background p, .usa-dark-background span {
    color: #fff
}

.usa-dark-background a {
    color: #dcdee0
}

.usa-dark-background a:hover {
    color: #fff
}

.usa-prose > p {
    line-height: 1.52155;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 68ex
}

.usa-prose > * + p, .usa-prose > p + * {
    margin-top: 1em
}

.usa-prose > h1, .usa-prose > h2, .usa-prose > h3, .usa-prose > h4, .usa-prose > h5, .usa-prose > h6 {
    margin-bottom: 0;
    margin-top: 0;
    clear: both
}

.usa-prose > * + h1, .usa-prose > * + h2, .usa-prose > * + h3, .usa-prose > * + h4, .usa-prose > * + h5, .usa-prose > * + h6 {
    margin-top: 1.5em
}

.usa-prose > h1 + *, .usa-prose > h2 + *, .usa-prose > h3 + *, .usa-prose > h4 + *, .usa-prose > h5 + *, .usa-prose > h6 + * {
    margin-top: 1em
}

.usa-accordion {
    list-style-type: none;
    color: #1b1b1b;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155
}

.usa-accordion > li {
    margin-bottom: 0;
    max-width: unset
}

.usa-accordion > ul li ul {
    list-style: disc
}

.usa-accordion > ul li ul > li > ul {
    list-style: circle
}

.usa-accordion > ul li ul > li > ul > li > ul {
    list-style: square
}

.usa-accordion + .usa-accordion, .usa-accordion + .usa-accordion--bordered {
    margin-top: .5rem
}

.usa-accordion--bordered .usa-accordion__content {
    border-bottom: .25rem solid #f0f0f0;
    border-left: .25rem solid #f0f0f0;
    border-right: .25rem solid #f0f0f0;
    padding-bottom: 1rem
}

.usa-accordion--bordered .usa-accordion__heading {
    margin-bottom: 0
}

.usa-accordion__heading, .usa-prose .usa-accordion__heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: .93923;
    margin: 0
}

.usa-accordion__heading:not(:first-child), .usa-prose .usa-accordion__heading:not(:first-child) {
    margin-top: .5rem
}

.usa-accordion__content {
    background-color: #fff;
    margin-top: 0;
    overflow: auto;
    padding: 1rem 1.25rem .75rem
}

.usa-accordion__content > :first-child {
    margin-top: 0
}

.usa-accordion__content > :last-child {
    margin-bottom: 0
}

.usa-accordion__content[aria-hidden=true] {
    display: none
}

.usa-accordion__button {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    text-align: left;
    background-image: url(/img/uswds/minus.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/minus.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #f0f0f0;
    background-position: right 1.25rem center;
    background-size: 1rem;
    color: #1b1b1b;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin: 0;
    padding: 1rem 3.5rem 1rem 1.25rem;
    text-decoration: none;
    width: 100%
}

.usa-accordion__button:hover {
    color: #1a4480
}

.usa-accordion__button:active {
    color: #162e51
}

.usa-accordion__button:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-accordion__button:visited {
    color: #562b97
}

.usa-accordion__button:active, .usa-accordion__button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

.usa-accordion__button:hover {
    background-color: #dcdee0;
    color: #1b1b1b;
    text-decoration: none
}

.usa-accordion__button[aria-expanded=false] {
    background-image: url(/img/uswds/plus.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/plus.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 1rem
}

.usa-alert {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155;
    background-color: #f0f0f0;
    background-position: 1.25rem 1.25rem;
    background-repeat: no-repeat;
    background-size: 3.5rem;
    padding: 1.25rem 1.25rem 1rem 1.75rem;
    position: relative
}

* + .usa-alert {
    margin-top: 1rem
}

.usa-alert:before {
    background-color: #a9aeb1;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: .5rem
}

.usa-alert ul {
    margin-bottom: 0;
    margin-top: .5rem;
    padding-left: .5rem
}

.usa-alert .usa-checklist {
    padding-left: 0
}

.usa-alert__icon {
    display: table-cell;
    padding-right: .5rem
}

.usa-alert__body {
    display: table-cell;
    vertical-align: top
}

.usa-alert__heading {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.46397rem;
    line-height: 1.12707;
    margin-top: 0;
    margin-bottom: .5rem
}

.usa-alert__text {
    margin-bottom: 0;
    margin-top: 0
}

.usa-alert__text a {
    color: #005ea2;
    text-decoration: underline
}

.usa-alert__text a:hover {
    color: #1a4480
}

.usa-alert__text a:active {
    color: #162e51
}

.usa-alert__text a:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-alert__text a:visited {
    color: #562b97
}

.usa-alert__text:only-child {
    margin-bottom: .5rem;
    padding-top: .25rem
}

.usa-alert--success {
    background-image: url(/img/uswds/alerts/success.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/alerts/success.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #ecf3ec
}

.usa-alert--success:before {
    background-color: #00a91c
}

.usa-alert--success .usa-alert__body {
    padding-left: 3.25rem
}

.usa-alert--warning {
    background-image: url(/img/uswds/alerts/warning.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/alerts/warning.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #faf3d1
}

.usa-alert--warning:before {
    background-color: #ffbe2e
}

.usa-alert--warning .usa-alert__body {
    padding-left: 3.25rem
}

.usa-alert--error {
    background-image: url(/img/uswds/alerts/error.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/alerts/error.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #f4e3db
}

.usa-alert--error:before {
    background-color: #d63e04
}

.usa-alert--error .usa-alert__body {
    padding-left: 3.25rem
}

.usa-alert--info {
    background-image: url(/img/uswds/alerts/info.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/alerts/info.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-color: #e7f6f8
}

.usa-alert--info:before {
    background-color: #00bde3
}

.usa-alert--info .usa-alert__body {
    padding-left: 3.25rem
}

.usa-alert--slim {
    background-position: 1.25rem;
    background-size: 2.5rem;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.usa-alert--slim .usa-alert__body {
    padding-left: 2.5rem
}

.usa-alert--slim .usa-alert__text:only-child {
    margin-bottom: .25rem;
    padding-top: .25rem
}

.usa-alert--no-icon {
    background-image: none
}

.usa-alert--no-icon .usa-alert__body {
    padding-left: 0
}

.usa-alert--validation {
    background-size: 2.5rem
}

.usa-alert--validation .usa-alert__body {
    padding-left: 2.5rem
}

.usa-alert--validation .usa-checklist {
    margin-top: 1rem
}

.usa-banner {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155;
    background-color: #f0f0f0
}

.usa-banner__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    background-color: transparent;
    font-size: .99816rem;
    overflow: hidden;
    padding: .25rem 1rem 1rem .5rem;
    width: 100%
}

.usa-banner__content p:first-child {
    margin: 0
}

.usa-banner__guidance {
    padding-top: 1rem
}

.usa-banner__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 0
}

.usa-banner__header {
    padding-bottom: .5rem;
    padding-top: .5rem;
    font-size: .79853rem;
    font-weight: 400;
    min-height: 3rem;
    position: relative
}

.usa-banner__header-close-text {
    margin-bottom: 0;
    margin-top: 0;
    color: #565c65;
    display: none;
    font-size: .79853rem;
    line-height: 1.12707;
    padding-top: .25rem
}

.usa-banner__header--expanded .usa-banner__header-close-text {
    display: block
}

.usa-banner__header-text {
    margin-bottom: 0;
    margin-top: 0;
    font-size: .79853rem;
    line-height: 1.12707
}

.usa-banner__header-action {
    color: #005ea2;
    line-height: 1.12707;
    margin-bottom: 0;
    margin-top: 2px;
    text-decoration: underline
}

.usa-banner__header-action:after {
    background-image: url(/img/uswds/angle-arrow-down-primary.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/angle-arrow-down-primary.svg), linear-gradient(transparent, transparent);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: .5rem;
    content: "";
    display: inline-block;
    height: .5rem;
    width: .5rem;
    margin-left: .25rem
}

.usa-banner__header-action:hover:after {
    background-image: url(/img/uswds/angle-arrow-down-primary-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/angle-arrow-down-primary-hover.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

.usa-banner__header-flag {
    float: left;
    margin-right: .5rem;
    width: 1rem
}

.usa-banner__header--expanded {
    padding-right: 3.5rem
}

.usa-banner__header--expanded .usa-banner__inner {
    margin-left: 0
}

.usa-banner__header--expanded .usa-banner__header-action {
    display: none
}

.usa-banner__button {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    text-align: left;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    color: #005ea2;
    text-decoration: underline;
    vertical-align: baseline;
    display: block;
    font-size: .79853rem;
    height: auto;
    line-height: 1.12707;
    padding: 0;
    text-decoration: none;
    width: auto
}

.usa-banner__button:hover {
    color: #1a4480
}

.usa-banner__button:active {
    color: #162e51
}

.usa-banner__button:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-banner__button:visited {
    color: #562b97
}

.usa-banner__button:active, .usa-banner__button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

.usa-banner__button[aria-expanded=false], .usa-banner__button[aria-expanded=true] {
    background-image: none
}

.usa-banner__button[aria-expanded=true]:after {
    position: absolute;
    right: 1rem;
    top: .75rem
}

.usa-banner__button-text {
    position: absolute;
    left: -999em;
    text-decoration: underline
}

.usa-banner__icon {
    width: 2.5rem
}

.usa-checklist {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155
}

.usa-checklist__item {
    text-indent: -2.5rem;
    margin-bottom: 0;
    margin-top: .5rem
}

.usa-checklist__item:before {
    content: " ";
    display: inline-block;
    height: 1rem;
    margin-left: -.25rem;
    margin-right: .75rem;
    width: 2rem
}

.usa-checklist__item.usa-checklist__item--checked:before {
    background-image: url(/img/uswds/correct9.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/correct9.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 100%
}

.usa-footer {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155;
    overflow: hidden
}

.usa-footer__return-to-top {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    line-height: .93923
}

.usa-footer__return-to-top a {
    color: #005ea2;
    text-decoration: underline
}

.usa-footer__return-to-top a:hover {
    color: #1a4480
}

.usa-footer__return-to-top a:active {
    color: #162e51
}

.usa-footer__return-to-top a:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-footer__return-to-top a:visited {
    color: #562b97
}

.usa-footer__nav {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #a9aeb1;
    max-width: 64rem
}

.usa-footer__primary-section {
    background-color: #f0f0f0
}

.usa-footer__primary-content {
    line-height: 1.12707
}

.usa-footer__primary-link a, .usa-footer__secondary-link a {
    text-decoration: none
}

.usa-footer__primary-link a:hover, .usa-footer__secondary-link a:hover {
    text-decoration: underline
}

.usa-footer__primary-link {
    padding: 1rem;
    color: #1b1b1b;
    text-decoration: none;
    font-weight: 700;
    display: block
}

.usa-footer__primary-link:hover {
    cursor: pointer;
    text-decoration: underline
}

.usa-footer__secondary-link {
    line-height: 1.12707;
    margin-left: 1rem;
    padding: 0
}

.usa-footer__secondary-link a {
    color: #005ea2;
    text-decoration: underline
}

.usa-footer__secondary-link a:hover {
    color: #1a4480
}

.usa-footer__secondary-link a:active {
    color: #162e51
}

.usa-footer__secondary-link a:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-footer__secondary-link a:visited {
    color: #562b97
}

.usa-footer__secondary-link + .usa-footer__secondary-link {
    padding-top: 1rem
}

.usa-footer__contact-info {
    display: inline-block;
    line-height: 1.12707
}

.usa-footer__contact-info a {
    color: #1b1b1b;
    text-decoration: none
}

.usa-footer__contact-info:hover {
    text-decoration: underline
}

.usa-footer__primary-content {
    border-top: 1px solid #a9aeb1
}

.usa-sign-up {
    padding-bottom: 2rem;
    padding-top: 1.5rem
}

.usa-sign-up .usa-button, .usa-sign-up .usa-label {
    margin-top: .75rem
}

.usa-sign-up__heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34164rem;
    line-height: 1.22983;
    font-weight: 700;
    margin: 0
}

.usa-footer__secondary-section {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    background-color: #dcdee0
}

.usa-footer__secondary-section a {
    color: #1b1b1b
}

.usa-footer__logo {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.usa-footer__logo-img {
    max-width: 5rem
}

.usa-footer__logo-heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34164rem;
    line-height: 1.22983;
    font-weight: 700;
    margin-bottom: .5rem;
    margin-top: .5rem;
    line-height: 1.02486
}

.usa-footer__contact-links {
    margin-top: 1.5rem
}

.usa-footer__contact-heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34164rem;
    line-height: 1.22983;
    font-weight: 700;
    margin-top: 0
}

.usa-footer__social-links {
    line-height: .93923;
    padding-bottom: .5rem
}

.usa-footer__social-links a {
    text-decoration: none
}

.usa-social-link {
    height: 3rem;
    width: 3rem;
    background-position: 50%;
    background-size: auto 1.5rem;
    background-color: rgba(0, 0, 0, .1);
    display: inline-block
}

.usa-social-link span {
    position: absolute;
    left: -999em
}

.usa-social-link--facebook {
    background-image: url(/img/uswds/social-icons/facebook25.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/social-icons/facebook25.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

.usa-social-link--twitter {
    background-image: url(/img/uswds/social-icons/twitter16.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/social-icons/twitter16.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

.usa-social-link--youtube {
    background-image: url(/img/uswds/social-icons/youtube15.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/social-icons/youtube15.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

.usa-social-link--rss {
    background-image: url(/img/uswds/social-icons/rss25.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/social-icons/rss25.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat
}

.usa-footer--slim .usa-footer__address {
    padding: 1rem
}

.usa-footer--slim .usa-footer__logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.usa-footer--slim .usa-footer__logo-img {
    max-width: 3rem
}

.usa-footer--big .usa-footer__nav {
    margin-left: -1rem;
    margin-right: -1rem
}

.usa-footer--big .usa-footer__primary-link {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: .97574rem;
    font-weight: 700;
    background-image: url(/img/uswds/arrow-down.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/arrow-down.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: 1rem;
    background-size: .75rem;
    line-height: 1.22983;
    margin: 0;
    padding-left: 2rem
}

.usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-list--unstyled {
    display: none
}

.usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link {
    background-image: url(/img/uswds/arrow-right.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/arrow-right.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    cursor: pointer
}

.usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.25rem
}

.usa-form {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.26796
}

.usa-form .usa-input, .usa-form .usa-range, .usa-form .usa-select, .usa-form .usa-textarea {
    max-width: none
}

.usa-form .usa-input--small {
    max-width: 4rem
}

.usa-form .usa-input--medium {
    max-width: 7.5rem
}

.usa-form .usa-button {
    margin-top: .5rem
}

.usa-form a {
    color: #005ea2;
    text-decoration: underline
}

.usa-form a:hover {
    color: #1a4480
}

.usa-form a:active {
    color: #162e51
}

.usa-form a:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-form a:visited {
    color: #562b97
}

.usa-form__note {
    font-size: .93162rem;
    line-height: 1.26796;
    float: right;
    margin: .25rem 0 1rem
}

.usa-form__note, .usa-graphic-list {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.usa-graphic-list {
    font-size: 1.06471rem;
    line-height: 1.52155
}

.usa-graphic-list .usa-graphic-list__row .usa-media-block {
    margin-bottom: 2rem
}

.usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block:last-child {
    margin-bottom: 0
}

.usa-graphic-list .usa-media-block__img {
    margin-right: 1.5rem
}

.usa-graphic-list .usa-media-block__body > :first-child {
    margin-top: 0
}

.usa-graphic-list__heading {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.34164rem;
    line-height: 1.22983;
    font-weight: 700
}

* + .usa-graphic-list__heading {
    margin-top: 1.5em
}

.usa-graphic-list__heading + * {
    margin-top: 1em
}

.usa-header {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155;
    z-index: 300
}

.usa-header:after {
    clear: both;
    content: "";
    display: block
}

.usa-header a {
    border-bottom: none
}

.usa-header [type=search] {
    min-width: 0
}

.usa-logo a {
    color: #1b1b1b;
    text-decoration: none
}

.usa-logo__text {
    display: block;
    font-style: normal;
    font-weight: 700;
    margin: 0
}

.usa-menu-btn {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    margin: 0;
    text-align: left;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 .75rem;
    background-color: #005ea2;
    color: #fff;
    font-size: .86507rem;
    height: 3rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.usa-menu-btn:hover {
    color: #1a4480
}

.usa-menu-btn:active {
    color: #162e51
}

.usa-menu-btn:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-menu-btn:visited {
    color: #562b97
}

.usa-menu-btn:active, .usa-menu-btn:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

.usa-menu-btn:hover {
    background-color: #1a4480;
    color: #fff;
    text-decoration: none
}

.usa-menu-btn:active, .usa-menu-btn:visited {
    color: #fff
}

.usa-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    background: #000;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    visibility: hidden;
    z-index: 400
}

.usa-overlay.is-visible {
    opacity: .2;
    visibility: visible
}

.usa-header--basic.usa-header--megamenu .usa-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.usa-hero {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155;
    padding-bottom: 2rem;
    padding-top: 2rem;
    background-image: url(/img/uswds/hero.png);
    background-position: 50%;
    background-size: cover;
    color: #fff
}

.usa-hero__callout {
    background-color: #162e51;
    padding: 2rem
}

.usa-hero__heading {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
    font-size: 1.95148rem;
    font-weight: 700;
    color: #00bde3;
    line-height: 1.22983
}

* + .usa-hero__heading {
    margin-top: 1.5em
}

.usa-hero__heading + * {
    margin-top: 1em
}

.usa-hero__heading--alt {
    color: #fff;
    display: block
}

.usa-layout-docs__sidenav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-top: 2rem
}

.usa-media-block__img {
    float: left;
    margin-right: .5rem
}

.usa-media-block__body {
    overflow: hidden
}

@-webkit-keyframes slidein-left {
    0% {
        -webkit-transform: translateX(15rem);
        transform: translateX(15rem)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slidein-left {
    0% {
        -webkit-transform: translateX(15rem);
        transform: translateX(15rem)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.usa-navbar {
    height: 3rem
}

.usa-nav {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: .93923
}

.usa-nav__primary .usa-nav__primary-item a {
    text-decoration: none
}

.usa-nav__primary > .usa-nav__primary-item {
    line-height: 1.12707
}

.usa-nav__primary button {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    text-align: left;
    color: #565c65;
    font-weight: 400;
    line-height: 1.12707;
    padding: .75rem 1rem;
    text-decoration: none
}

.usa-nav__primary button:hover {
    color: #1a4480
}

.usa-nav__primary button:active {
    color: #162e51
}

.usa-nav__primary button:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-nav__primary button:visited {
    color: #562b97
}

.usa-nav__primary button:active, .usa-nav__primary button:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

.usa-nav__primary button:hover {
    color: #005ea2;
    background-color: #f0f0f0;
    text-decoration: none
}

.usa-nav__primary button[aria-expanded=false] {
    background-image: url(/img/uswds/plus-alt.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/plus-alt.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: .75rem
}

.usa-nav__primary button[aria-expanded=true] {
    background-image: url(/img/uswds/minus-alt.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/minus-alt.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: .75rem
}

.usa-nav__secondary {
    margin-top: 1rem
}

.usa-nav__secondary .usa-search {
    margin-top: 1rem;
    width: 100%
}

.usa-nav__secondary-links {
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    line-height: 1.26796;
    margin-top: 1.5rem
}

.usa-nav__secondary-links a {
    color: #71767a;
    display: inline-block;
    font-size: .93162rem;
    text-decoration: none
}

.usa-nav__secondary-links a:hover {
    color: #005ea2;
    text-decoration: underline
}

.usa-nav__submenu[aria-hidden=true] {
    display: none
}

.usa-nav__submenu-list {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0
}

.usa-nav__submenu-list > li {
    margin-bottom: 0;
    max-width: unset
}

.usa-nav__submenu-list .usa-nav__submenu-list-item {
    margin: 0;
    font-size: .93162rem
}

.usa-nav__submenu-list .usa-nav__submenu-list-item a {
    line-height: 1.26796
}

.usa-nav__close {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #005ea2;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 400;
    padding: 0;
    text-align: left;
    height: 3rem;
    width: 3rem;
    color: currentColor;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    float: right;
    margin: -.75rem -1rem 1rem auto;
    text-align: center
}

.usa-nav__close:hover {
    color: #1a4480
}

.usa-nav__close:active {
    color: #162e51
}

.usa-nav__close:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-nav__close:visited {
    color: #562b97
}

.usa-nav__close:active, .usa-nav__close:hover {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline
}

.usa-nav__close:hover {
    color: currentColor;
    text-decoration: none
}

.usa-nav__close img {
    width: .75rem
}

.usa-nav__close + * {
    clear: both
}

.usa-js-mobile-nav--active {
    overflow: hidden
}

.usa-search {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155;
    position: relative
}

.usa-search:after {
    clear: both;
    content: "";
    display: block
}

.usa-search [role=search] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.usa-search [type=submit] {
    background-image: url(/img/uswds/search.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url(/img/uswds/search.svg), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1.5rem;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 2rem;
    margin: 0;
    padding: 0;
    width: 3rem
}

input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.usa-search__input, [type=search] {
    padding-bottom: 0;
    padding-top: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: .99816rem;
    height: 2rem;
    margin: 0
}

.usa-search__submit-text {
    position: absolute;
    left: -999em
}

.usa-section {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.usa-section--light {
    background-color: #f0f0f0
}

.usa-section--dark {
    background-color: #162e51;
    color: #fff
}

.usa-section--dark h1, .usa-section--dark h2, .usa-section--dark h3, .usa-section--dark h4, .usa-section--dark h5, .usa-section--dark h6 {
    color: #00bde3
}

.usa-section--dark p {
    color: #fff
}

.usa-section--dark a {
    color: #dcdee0
}

.usa-section--dark a:hover {
    color: #fff
}

.usa-sidenav {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.26796;
    border-bottom: 1px solid #dcdee0
}

.usa-sidenav > li {
    margin-bottom: 0;
    max-width: unset
}

.usa-sidenav__item {
    border-top: 1px solid #dcdee0
}

.usa-sidenav a {
    color: #565c65;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none
}

.usa-sidenav a:hover {
    background-color: #f0f0f0;
    color: #005ea2;
    text-decoration: none
}

.usa-sidenav a:focus {
    outline-offset: 0
}

.usa-sidenav .usa-current {
    position: relative;
    color: #005ea2;
    font-weight: 700
}

.usa-sidenav .usa-current:after {
    background-color: #005ea2;
    border-radius: 99rem;
    content: "";
    display: block;
    position: absolute;
    bottom: .25rem;
    top: .25rem;
    width: .25rem;
    left: .25rem
}

.grid-container .usa-sidenav {
    margin-left: -1rem;
    margin-right: -1rem
}

.usa-sidenav__sublist {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    font-size: .99816rem
}

.usa-sidenav__sublist > li {
    margin-bottom: 0;
    max-width: unset
}

.usa-sidenav__sublist-item {
    border-top: 1px solid #dcdee0;
    font-size: .93162rem
}

.usa-sidenav__sublist .usa-current:after {
    display: none
}

.usa-sidenav__sublist a {
    padding-left: 2rem
}

.usa-sidenav__sublist .usa-sidenav__sublist a {
    padding-left: 3rem
}

.usa-sidenav__sublist .usa-sidenav__sublist .usa-sidenav__sublist a {
    content: "foobar";
    padding-left: 4rem
}

.usa-skipnav {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.06471rem;
    line-height: 1.52155;
    background: transparent;
    padding: .5rem 1rem;
    top: -3.8rem;
    z-index: 100
}

.usa-skipnav, .usa-skipnav:focus {
    left: 0;
    position: absolute;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.usa-skipnav:focus {
    background: #fff;
    top: 0
}

.grid-container {
    max-width: 64rem
}

.grid-container, .grid-container-card {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.grid-container-card {
    max-width: 10rem
}

.grid-container-card-lg {
    max-width: 15rem
}

.grid-container-card-lg, .grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.grid-container-mobile {
    max-width: 20rem
}

.grid-container-mobile-lg {
    max-width: 30rem
}

.grid-container-mobile-lg, .grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.grid-container-tablet {
    max-width: 40rem
}

.grid-container-tablet-lg {
    max-width: 55rem
}

.grid-container-desktop, .grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.grid-container-desktop {
    max-width: 64rem
}

.grid-container-desktop-lg {
    max-width: 75rem
}

.grid-container-desktop-lg, .grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.grid-container-widescreen {
    max-width: 87.5rem
}

.grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.grid-row.grid-gap > * {
    padding-left: .5rem;
    padding-right: .5rem
}

.grid-row.grid-gap-0 {
    margin-left: 0;
    margin-right: 0
}

.grid-row.grid-gap-0 > * {
    padding-left: 0;
    padding-right: 0
}

.grid-row.grid-gap-2px {
    margin-left: -1px;
    margin-right: -1px
}

.grid-row.grid-gap-2px > * {
    padding-left: 1px;
    padding-right: 1px
}

.grid-row.grid-gap-05 {
    margin-left: -2px;
    margin-right: -2px
}

.grid-row.grid-gap-05 > * {
    padding-left: 2px;
    padding-right: 2px
}

.grid-row.grid-gap-1 {
    margin-left: -.25rem;
    margin-right: -.25rem
}

.grid-row.grid-gap-1 > * {
    padding-left: .25rem;
    padding-right: .25rem
}

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

.grid-row.grid-gap-2 > * {
    padding-left: .5rem;
    padding-right: .5rem
}

.grid-row.grid-gap-3 {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.grid-row.grid-gap-3 > * {
    padding-left: .75rem;
    padding-right: .75rem
}

.grid-row.grid-gap-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.grid-row.grid-gap-4 > * {
    padding-left: 1rem;
    padding-right: 1rem
}

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

.grid-row.grid-gap-5 > * {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.grid-row.grid-gap-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem
}

.grid-row.grid-gap-6 > * {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.grid-row.grid-gap-sm {
    margin-left: -1px;
    margin-right: -1px
}

.grid-row.grid-gap-sm > * {
    padding-left: 1px;
    padding-right: 1px
}

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

.grid-row.grid-gap-md > * {
    padding-left: .5rem;
    padding-right: .5rem
}

.grid-row.grid-gap-lg {
    margin-left: -.75rem;
    margin-right: -.75rem
}

.grid-row.grid-gap-lg > * {
    padding-left: .75rem;
    padding-right: .75rem
}

[class*=grid-col] {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.grid-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.grid-col, .grid-col-auto {
    width: auto;
    max-width: 100%
}

.grid-col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-col-fill {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: auto;
    max-width: 100%
}

.grid-col-1 {
    width: 8.33333%
}

.grid-col-1, .grid-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-col-2 {
    width: 16.66667%
}

.grid-col-3 {
    width: 25%
}

.grid-col-3, .grid-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-col-4 {
    width: 33.33333%
}

.grid-col-5 {
    width: 41.66667%
}

.grid-col-5, .grid-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-col-6 {
    width: 50%
}

.grid-col-7 {
    width: 58.33333%
}

.grid-col-7, .grid-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-col-8 {
    width: 66.66667%
}

.grid-col-9 {
    width: 75%
}

.grid-col-9, .grid-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-col-10 {
    width: 83.33333%
}

.grid-col-11 {
    width: 91.66667%
}

.grid-col-11, .grid-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-col-12 {
    width: 100%
}

.grid-offset-1 {
    margin-left: 8.33333%
}

.grid-offset-2 {
    margin-left: 16.66667%
}

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

.grid-offset-4 {
    margin-left: 33.33333%
}

.grid-offset-5 {
    margin-left: 41.66667%
}

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

.grid-offset-7 {
    margin-left: 58.33333%
}

.grid-offset-8 {
    margin-left: 66.66667%
}

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

.grid-offset-10 {
    margin-left: 83.33333%
}

.grid-offset-11 {
    margin-left: 91.66667%
}

.grid-offset-12 {
    margin-left: 100%
}

.grid-offset-none {
    margin-left: 0
}

.add-aspect-9x16 {
    padding: 0 0 177.77778%
}

.add-aspect-1x1, .add-aspect-9x16 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.add-aspect-1x1 {
    padding: 0 0 100%
}

.add-aspect-4x3 {
    padding: 0 0 75%
}

.add-aspect-4x3, .add-aspect-16x9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    position: relative
}

.add-aspect-16x9 {
    padding: 0 0 56.25%
}

.add-aspect-2x1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0 0 50%;
    position: relative
}

.add-list-reset {
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
    list-style: none
}

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

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

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

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

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

.bg-transparent, .hover\:bg-transparent:hover {
    background-color: transparent
}

.bg-black, .hover\:bg-black:hover {
    background-color: #000
}

.bg-white, .hover\:bg-white:hover {
    background-color: #fff
}

.bg-red, .hover\:bg-red:hover {
    background-color: #e52207
}

.bg-orange, .hover\:bg-orange:hover {
    background-color: #e66f0e
}

.bg-gold, .hover\:bg-gold:hover {
    background-color: #ffbe2e
}

.bg-yellow, .hover\:bg-yellow:hover {
    background-color: #fee685
}

.bg-green, .hover\:bg-green:hover {
    background-color: #538200
}

.bg-mint, .hover\:bg-mint:hover {
    background-color: #04c585
}

.bg-cyan, .hover\:bg-cyan:hover {
    background-color: #009ec1
}

.bg-blue, .hover\:bg-blue:hover {
    background-color: #0076d6
}

.bg-indigo, .hover\:bg-indigo:hover {
    background-color: #676cc8
}

.bg-violet, .hover\:bg-violet:hover {
    background-color: #8168b3
}

.bg-magenta, .hover\:bg-magenta:hover {
    background-color: #d72d79
}

.bg-gray-5, .hover\:bg-gray-5:hover {
    background-color: #f0f0f0
}

.bg-gray-10, .hover\:bg-gray-10:hover {
    background-color: #e6e6e6
}

.bg-gray-30, .hover\:bg-gray-30:hover {
    background-color: #adadad
}

.bg-gray-50, .hover\:bg-gray-50:hover {
    background-color: #757575
}

.bg-gray-70, .hover\:bg-gray-70:hover {
    background-color: #454545
}

.bg-gray-90, .hover\:bg-gray-90:hover {
    background-color: #1b1b1b
}

.bg-base-lightest, .hover\:bg-base-lightest:hover {
    background-color: #f0f0f0
}

.bg-base-lighter, .hover\:bg-base-lighter:hover {
    background-color: #dcdee0
}

.bg-base-light, .hover\:bg-base-light:hover {
    background-color: #a9aeb1
}

.bg-base, .hover\:bg-base:hover {
    background-color: #71767a
}

.bg-base-dark, .hover\:bg-base-dark:hover {
    background-color: #565c65
}

.bg-base-darker, .hover\:bg-base-darker:hover {
    background-color: #3d4551
}

.bg-base-darkest, .bg-ink, .hover\:bg-base-darkest:hover, .hover\:bg-ink:hover {
    background-color: #1b1b1b
}

.bg-primary-lighter, .hover\:bg-primary-lighter:hover {
    background-color: #d9e8f6
}

.bg-primary-light, .hover\:bg-primary-light:hover {
    background-color: #73b3e7
}

.bg-primary, .hover\:bg-primary:hover {
    background-color: #005ea2
}

.bg-primary-vivid, .hover\:bg-primary-vivid:hover {
    background-color: #0050d8
}

.bg-primary-dark, .hover\:bg-primary-dark:hover {
    background-color: #1a4480
}

.bg-primary-darker, .hover\:bg-primary-darker:hover {
    background-color: #162e51
}

.bg-secondary-lighter, .hover\:bg-secondary-lighter:hover {
    background-color: #f3e1e4
}

.bg-secondary-light, .hover\:bg-secondary-light:hover {
    background-color: #f2938c
}

.bg-secondary, .hover\:bg-secondary:hover {
    background-color: #d83933
}

.bg-secondary-vivid, .hover\:bg-secondary-vivid:hover {
    background-color: #e41d3d
}

.bg-secondary-dark, .hover\:bg-secondary-dark:hover {
    background-color: #b50909
}

.bg-secondary-darker, .hover\:bg-secondary-darker:hover {
    background-color: #8b0a03
}

.bg-accent-warm-darker, .hover\:bg-accent-warm-darker:hover {
    background-color: #775540
}

.bg-accent-warm-dark, .hover\:bg-accent-warm-dark:hover {
    background-color: #c05600
}

.bg-accent-warm, .hover\:bg-accent-warm:hover {
    background-color: #fa9441
}

.bg-accent-warm-light, .hover\:bg-accent-warm-light:hover {
    background-color: #ffbc78
}

.bg-accent-warm-lighter, .hover\:bg-accent-warm-lighter:hover {
    background-color: #f2e4d4
}

.bg-accent-cool-darker, .hover\:bg-accent-cool-darker:hover {
    background-color: #07648d
}

.bg-accent-cool-dark, .hover\:bg-accent-cool-dark:hover {
    background-color: #28a0cb
}

.bg-accent-cool, .hover\:bg-accent-cool:hover {
    background-color: #00bde3
}

.bg-accent-cool-light, .hover\:bg-accent-cool-light:hover {
    background-color: #97d4ea
}

.bg-accent-cool-lighter, .hover\:bg-accent-cool-lighter:hover {
    background-color: #e1f3f8
}

.border-1px, .hover\:border-1px:hover {
    border: 1px solid
}

.border-y-1px, .hover\:border-y-1px:hover {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.border-x-1px, .hover\:border-x-1px:hover {
    border-left: 1px solid;
    border-right: 1px solid
}

.border-top-1px, .hover\:border-top-1px:hover {
    border-top: 1px solid
}

.border-right-1px, .hover\:border-right-1px:hover {
    border-right: 1px solid
}

.border-bottom-1px, .hover\:border-bottom-1px:hover {
    border-bottom: 1px solid
}

.border-left-1px, .hover\:border-left-1px:hover {
    border-left: 1px solid
}

.border-2px, .hover\:border-2px:hover {
    border: 2px solid
}

.border-y-2px, .hover\:border-y-2px:hover {
    border-top: 2px solid;
    border-bottom: 2px solid
}

.border-x-2px, .hover\:border-x-2px:hover {
    border-left: 2px solid;
    border-right: 2px solid
}

.border-top-2px, .hover\:border-top-2px:hover {
    border-top: 2px solid
}

.border-right-2px, .hover\:border-right-2px:hover {
    border-right: 2px solid
}

.border-bottom-2px, .hover\:border-bottom-2px:hover {
    border-bottom: 2px solid
}

.border-left-2px, .hover\:border-left-2px:hover {
    border-left: 2px solid
}

.border-05, .hover\:border-05:hover {
    border: .25rem solid
}

.border-y-05, .hover\:border-y-05:hover {
    border-top: .25rem solid;
    border-bottom: .25rem solid
}

.border-x-05, .hover\:border-x-05:hover {
    border-left: .25rem solid;
    border-right: .25rem solid
}

.border-top-05, .hover\:border-top-05:hover {
    border-top: .25rem solid
}

.border-right-05, .hover\:border-right-05:hover {
    border-right: .25rem solid
}

.border-bottom-05, .hover\:border-bottom-05:hover {
    border-bottom: .25rem solid
}

.border-left-05, .hover\:border-left-05:hover {
    border-left: .25rem solid
}

.border-1, .hover\:border-1:hover {
    border: .5rem solid
}

.border-y-1, .hover\:border-y-1:hover {
    border-top: .5rem solid;
    border-bottom: .5rem solid
}

.border-x-1, .hover\:border-x-1:hover {
    border-left: .5rem solid;
    border-right: .5rem solid
}

.border-top-1, .hover\:border-top-1:hover {
    border-top: .5rem solid
}

.border-right-1, .hover\:border-right-1:hover {
    border-right: .5rem solid
}

.border-bottom-1, .hover\:border-bottom-1:hover {
    border-bottom: .5rem solid
}

.border-left-1, .hover\:border-left-1:hover {
    border-left: .5rem solid
}

.border-105, .hover\:border-105:hover {
    border: .75rem solid
}

.border-y-105, .hover\:border-y-105:hover {
    border-top: .75rem solid;
    border-bottom: .75rem solid
}

.border-x-105, .hover\:border-x-105:hover {
    border-left: .75rem solid;
    border-right: .75rem solid
}

.border-top-105, .hover\:border-top-105:hover {
    border-top: .75rem solid
}

.border-right-105, .hover\:border-right-105:hover {
    border-right: .75rem solid
}

.border-bottom-105, .hover\:border-bottom-105:hover {
    border-bottom: .75rem solid
}

.border-left-105, .hover\:border-left-105:hover {
    border-left: .75rem solid
}

.border-2, .hover\:border-2:hover {
    border: 1rem solid
}

.border-y-2, .hover\:border-y-2:hover {
    border-top: 1rem solid;
    border-bottom: 1rem solid
}

.border-x-2, .hover\:border-x-2:hover {
    border-left: 1rem solid;
    border-right: 1rem solid
}

.border-top-2, .hover\:border-top-2:hover {
    border-top: 1rem solid
}

.border-right-2, .hover\:border-right-2:hover {
    border-right: 1rem solid
}

.border-bottom-2, .hover\:border-bottom-2:hover {
    border-bottom: 1rem solid
}

.border-left-2, .hover\:border-left-2:hover {
    border-left: 1rem solid
}

.border-205, .hover\:border-205:hover {
    border: 1.25rem solid
}

.border-y-205, .hover\:border-y-205:hover {
    border-top: 1.25rem solid;
    border-bottom: 1.25rem solid
}

.border-x-205, .hover\:border-x-205:hover {
    border-left: 1.25rem solid;
    border-right: 1.25rem solid
}

.border-top-205, .hover\:border-top-205:hover {
    border-top: 1.25rem solid
}

.border-right-205, .hover\:border-right-205:hover {
    border-right: 1.25rem solid
}

.border-bottom-205, .hover\:border-bottom-205:hover {
    border-bottom: 1.25rem solid
}

.border-left-205, .hover\:border-left-205:hover {
    border-left: 1.25rem solid
}

.border-3, .hover\:border-3:hover {
    border: 1.5rem solid
}

.border-y-3, .hover\:border-y-3:hover {
    border-top: 1.5rem solid;
    border-bottom: 1.5rem solid
}

.border-x-3, .hover\:border-x-3:hover {
    border-left: 1.5rem solid;
    border-right: 1.5rem solid
}

.border-top-3, .hover\:border-top-3:hover {
    border-top: 1.5rem solid
}

.border-right-3, .hover\:border-right-3:hover {
    border-right: 1.5rem solid
}

.border-bottom-3, .hover\:border-bottom-3:hover {
    border-bottom: 1.5rem solid
}

.border-left-3, .hover\:border-left-3:hover {
    border-left: 1.5rem solid
}

.border-0, .hover\:border-0:hover {
    border: 0 solid
}

.border-y-0, .hover\:border-y-0:hover {
    border-top: 0 solid;
    border-bottom: 0 solid
}

.border-x-0, .hover\:border-x-0:hover {
    border-left: 0 solid;
    border-right: 0 solid
}

.border-top-0, .hover\:border-top-0:hover {
    border-top: 0 solid
}

.border-right-0, .hover\:border-right-0:hover {
    border-right: 0 solid
}

.border-bottom-0, .hover\:border-bottom-0:hover {
    border-bottom: 0 solid
}

.border-left-0, .hover\:border-left-0:hover {
    border-left: 0 solid
}

.border, .hover\:border:hover {
    border: 1px solid
}

.border-y, .hover\:border-y:hover {
    border-top: 1px solid;
    border-bottom: 1px solid
}

.border-x, .hover\:border-x:hover {
    border-left: 1px solid;
    border-right: 1px solid
}

.border-top, .hover\:border-top:hover {
    border-top: 1px solid
}

.border-right, .hover\:border-right:hover {
    border-right: 1px solid
}

.border-bottom, .hover\:border-bottom:hover {
    border-bottom: 1px solid
}

.border-left, .hover\:border-left:hover {
    border-left: 1px solid
}

.border-transparent, .hover\:border-transparent:hover {
    border-color: transparent
}

.border-black, .hover\:border-black:hover {
    border-color: #000
}

.border-white, .hover\:border-white:hover {
    border-color: #fff
}

.border-red, .hover\:border-red:hover {
    border-color: #e52207
}

.border-orange, .hover\:border-orange:hover {
    border-color: #e66f0e
}

.border-gold, .hover\:border-gold:hover {
    border-color: #ffbe2e
}

.border-yellow, .hover\:border-yellow:hover {
    border-color: #fee685
}

.border-green, .hover\:border-green:hover {
    border-color: #538200
}

.border-mint, .hover\:border-mint:hover {
    border-color: #04c585
}

.border-cyan, .hover\:border-cyan:hover {
    border-color: #009ec1
}

.border-blue, .hover\:border-blue:hover {
    border-color: #0076d6
}

.border-indigo, .hover\:border-indigo:hover {
    border-color: #676cc8
}

.border-violet, .hover\:border-violet:hover {
    border-color: #8168b3
}

.border-magenta, .hover\:border-magenta:hover {
    border-color: #d72d79
}

.border-gray-5, .hover\:border-gray-5:hover {
    border-color: #f0f0f0
}

.border-gray-10, .hover\:border-gray-10:hover {
    border-color: #e6e6e6
}

.border-gray-30, .hover\:border-gray-30:hover {
    border-color: #adadad
}

.border-gray-50, .hover\:border-gray-50:hover {
    border-color: #757575
}

.border-gray-70, .hover\:border-gray-70:hover {
    border-color: #454545
}

.border-gray-90, .hover\:border-gray-90:hover {
    border-color: #1b1b1b
}

.border-base-lightest, .hover\:border-base-lightest:hover {
    border-color: #f0f0f0
}

.border-base-lighter, .hover\:border-base-lighter:hover {
    border-color: #dcdee0
}

.border-base-light, .hover\:border-base-light:hover {
    border-color: #a9aeb1
}

.border-base, .hover\:border-base:hover {
    border-color: #71767a
}

.border-base-dark, .hover\:border-base-dark:hover {
    border-color: #565c65
}

.border-base-darker, .hover\:border-base-darker:hover {
    border-color: #3d4551
}

.border-base-darkest, .border-ink, .hover\:border-base-darkest:hover, .hover\:border-ink:hover {
    border-color: #1b1b1b
}

.border-primary-lighter, .hover\:border-primary-lighter:hover {
    border-color: #d9e8f6
}

.border-primary-light, .hover\:border-primary-light:hover {
    border-color: #73b3e7
}

.border-primary, .hover\:border-primary:hover {
    border-color: #005ea2
}

.border-primary-vivid, .hover\:border-primary-vivid:hover {
    border-color: #0050d8
}

.border-primary-dark, .hover\:border-primary-dark:hover {
    border-color: #1a4480
}

.border-primary-darker, .hover\:border-primary-darker:hover {
    border-color: #162e51
}

.border-secondary-lighter, .hover\:border-secondary-lighter:hover {
    border-color: #f3e1e4
}

.border-secondary-light, .hover\:border-secondary-light:hover {
    border-color: #f2938c
}

.border-secondary, .hover\:border-secondary:hover {
    border-color: #d83933
}

.border-secondary-vivid, .hover\:border-secondary-vivid:hover {
    border-color: #e41d3d
}

.border-secondary-dark, .hover\:border-secondary-dark:hover {
    border-color: #b50909
}

.border-secondary-darker, .hover\:border-secondary-darker:hover {
    border-color: #8b0a03
}

.border-accent-warm-darker, .hover\:border-accent-warm-darker:hover {
    border-color: #775540
}

.border-accent-warm-dark, .hover\:border-accent-warm-dark:hover {
    border-color: #c05600
}

.border-accent-warm, .hover\:border-accent-warm:hover {
    border-color: #fa9441
}

.border-accent-warm-light, .hover\:border-accent-warm-light:hover {
    border-color: #ffbc78
}

.border-accent-warm-lighter, .hover\:border-accent-warm-lighter:hover {
    border-color: #f2e4d4
}

.border-accent-cool-darker, .hover\:border-accent-cool-darker:hover {
    border-color: #07648d
}

.border-accent-cool-dark, .hover\:border-accent-cool-dark:hover {
    border-color: #28a0cb
}

.border-accent-cool, .hover\:border-accent-cool:hover {
    border-color: #00bde3
}

.border-accent-cool-light, .hover\:border-accent-cool-light:hover {
    border-color: #97d4ea
}

.border-accent-cool-lighter, .hover\:border-accent-cool-lighter:hover {
    border-color: #e1f3f8
}

.radius-0 {
    border-radius: 0
}

.radius-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.radius-right-0 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.radius-bottom-0 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.radius-left-0 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.radius-sm {
    border-radius: 2px
}

.radius-top-sm {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.radius-right-sm {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

.radius-bottom-sm {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.radius-left-sm {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.radius-md {
    border-radius: .25rem
}

.radius-top-md {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.radius-right-md {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.radius-bottom-md {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.radius-left-md {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.radius-lg {
    border-radius: .5rem
}

.radius-top-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.radius-right-lg {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.radius-bottom-lg {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.radius-left-lg {
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.radius-pill {
    border-radius: 99rem
}

.radius-top-pill {
    border-top-left-radius: 99rem;
    border-top-right-radius: 99rem
}

.radius-right-pill {
    border-top-right-radius: 99rem;
    border-bottom-right-radius: 99rem
}

.radius-bottom-pill {
    border-bottom-left-radius: 99rem;
    border-bottom-right-radius: 99rem
}

.radius-left-pill {
    border-top-left-radius: 99rem;
    border-bottom-left-radius: 99rem
}

.border-dashed {
    border-style: dashed
}

.border-dotted {
    border-style: dotted
}

.border-solid {
    border-style: solid
}

.border-width-1px {
    border-width: 1px
}

.border-y-width-1px {
    border-top-width: 1px;
    border-bottom-width: 1px
}

.border-x-width-1px {
    border-left-width: 1px;
    border-right-width: 1px
}

.border-top-width-1px {
    border-top-width: 1px
}

.border-right-width-1px {
    border-right-width: 1px
}

.border-bottom-width-1px {
    border-bottom-width: 1px
}

.border-left-width-1px {
    border-left-width: 1px
}

.border-width-2px {
    border-width: 2px
}

.border-y-width-2px {
    border-top-width: 2px;
    border-bottom-width: 2px
}

.border-x-width-2px {
    border-left-width: 2px;
    border-right-width: 2px
}

.border-top-width-2px {
    border-top-width: 2px
}

.border-right-width-2px {
    border-right-width: 2px
}

.border-bottom-width-2px {
    border-bottom-width: 2px
}

.border-left-width-2px {
    border-left-width: 2px
}

.border-width-05 {
    border-width: .25rem
}

.border-y-width-05 {
    border-top-width: .25rem;
    border-bottom-width: .25rem
}

.border-x-width-05 {
    border-left-width: .25rem;
    border-right-width: .25rem
}

.border-top-width-05 {
    border-top-width: .25rem
}

.border-right-width-05 {
    border-right-width: .25rem
}

.border-bottom-width-05 {
    border-bottom-width: .25rem
}

.border-left-width-05 {
    border-left-width: .25rem
}

.border-width-1 {
    border-width: .5rem
}

.border-y-width-1 {
    border-top-width: .5rem;
    border-bottom-width: .5rem
}

.border-x-width-1 {
    border-left-width: .5rem;
    border-right-width: .5rem
}

.border-top-width-1 {
    border-top-width: .5rem
}

.border-right-width-1 {
    border-right-width: .5rem
}

.border-bottom-width-1 {
    border-bottom-width: .5rem
}

.border-left-width-1 {
    border-left-width: .5rem
}

.border-width-105 {
    border-width: .75rem
}

.border-y-width-105 {
    border-top-width: .75rem;
    border-bottom-width: .75rem
}

.border-x-width-105 {
    border-left-width: .75rem;
    border-right-width: .75rem
}

.border-top-width-105 {
    border-top-width: .75rem
}

.border-right-width-105 {
    border-right-width: .75rem
}

.border-bottom-width-105 {
    border-bottom-width: .75rem
}

.border-left-width-105 {
    border-left-width: .75rem
}

.border-width-2 {
    border-width: 1rem
}

.border-y-width-2 {
    border-top-width: 1rem;
    border-bottom-width: 1rem
}

.border-x-width-2 {
    border-left-width: 1rem;
    border-right-width: 1rem
}

.border-top-width-2 {
    border-top-width: 1rem
}

.border-right-width-2 {
    border-right-width: 1rem
}

.border-bottom-width-2 {
    border-bottom-width: 1rem
}

.border-left-width-2 {
    border-left-width: 1rem
}

.border-width-205 {
    border-width: 1.25rem
}

.border-y-width-205 {
    border-top-width: 1.25rem;
    border-bottom-width: 1.25rem
}

.border-x-width-205 {
    border-left-width: 1.25rem;
    border-right-width: 1.25rem
}

.border-top-width-205 {
    border-top-width: 1.25rem
}

.border-right-width-205 {
    border-right-width: 1.25rem
}

.border-bottom-width-205 {
    border-bottom-width: 1.25rem
}

.border-left-width-205 {
    border-left-width: 1.25rem
}

.border-width-3 {
    border-width: 1.5rem
}

.border-y-width-3 {
    border-top-width: 1.5rem;
    border-bottom-width: 1.5rem
}

.border-x-width-3 {
    border-left-width: 1.5rem;
    border-right-width: 1.5rem
}

.border-top-width-3 {
    border-top-width: 1.5rem
}

.border-right-width-3 {
    border-right-width: 1.5rem
}

.border-bottom-width-3 {
    border-bottom-width: 1.5rem
}

.border-left-width-3 {
    border-left-width: 1.5rem
}

.border-width-0 {
    border-width: 0
}

.border-y-width-0 {
    border-top-width: 0;
    border-bottom-width: 0
}

.border-x-width-0 {
    border-left-width: 0;
    border-right-width: 0
}

.border-top-width-0 {
    border-top-width: 0
}

.border-right-width-0 {
    border-right-width: 0
}

.border-bottom-width-0 {
    border-bottom-width: 0
}

.border-left-width-0 {
    border-left-width: 0
}

.bottom-1px {
    bottom: 1px
}

.bottom-2px {
    bottom: 2px
}

.bottom-05 {
    bottom: .25rem
}

.bottom-1 {
    bottom: .5rem
}

.bottom-105 {
    bottom: .75rem
}

.bottom-2 {
    bottom: 1rem
}

.bottom-205 {
    bottom: 1.25rem
}

.bottom-3 {
    bottom: 1.5rem
}

.bottom-neg-1px {
    bottom: -1px
}

.bottom-neg-2px {
    bottom: -2px
}

.bottom-neg-05 {
    bottom: -.25rem
}

.bottom-neg-1 {
    bottom: -.5rem
}

.bottom-neg-105 {
    bottom: -.75rem
}

.bottom-neg-2 {
    bottom: -1rem
}

.bottom-neg-205 {
    bottom: -1.25rem
}

.bottom-neg-3 {
    bottom: -1.5rem
}

.bottom-0 {
    bottom: 0
}

.bottom-auto {
    bottom: auto
}

.bottom-full {
    bottom: 100%
}

.hover\:shadow-none:hover, .shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none
}

.hover\:shadow-1:hover, .shadow-1 {
    -webkit-box-shadow: 0 1px .25rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px .25rem 0 rgba(0, 0, 0, .1)
}

.hover\:shadow-2:hover, .shadow-2 {
    -webkit-box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .5rem 0 rgba(0, 0, 0, .1)
}

.hover\:shadow-3:hover, .shadow-3 {
    -webkit-box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .5rem 1rem 0 rgba(0, 0, 0, .1)
}

.hover\:shadow-4:hover, .shadow-4 {
    -webkit-box-shadow: 0 .75rem 1.5rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .75rem 1.5rem 0 rgba(0, 0, 0, .1)
}

.hover\:shadow-5:hover, .shadow-5 {
    -webkit-box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, .1)
}

.circle-1px {
    height: 1px;
    width: 1px;
    border-radius: 50%
}

.circle-2px {
    height: 2px;
    width: 2px;
    border-radius: 50%
}

.circle-05 {
    height: .25rem;
    width: .25rem;
    border-radius: 50%
}

.circle-1 {
    height: .5rem;
    width: .5rem;
    border-radius: 50%
}

.circle-105 {
    height: .75rem;
    width: .75rem;
    border-radius: 50%
}

.circle-2 {
    height: 1rem;
    width: 1rem;
    border-radius: 50%
}

.circle-205 {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50%
}

.circle-3 {
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%
}

.circle-4 {
    height: 2rem;
    width: 2rem;
    border-radius: 50%
}

.circle-5 {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 50%
}

.circle-6 {
    height: 3rem;
    width: 3rem;
    border-radius: 50%
}

.circle-7 {
    height: 3.5rem;
    width: 3.5rem;
    border-radius: 50%
}

.circle-8 {
    height: 4rem;
    width: 4rem;
    border-radius: 50%
}

.circle-9 {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 50%
}

.circle-10 {
    height: 5rem;
    width: 5rem;
    border-radius: 50%
}

.circle-15 {
    height: 7.5rem;
    width: 7.5rem;
    border-radius: 50%
}

.circle-card {
    height: 10rem;
    width: 10rem;
    border-radius: 50%
}

.circle-card-lg {
    height: 15rem;
    width: 15rem;
    border-radius: 50%
}

.circle-mobile {
    height: 20rem;
    width: 20rem;
    border-radius: 50%
}

.clearfix:after {
    content: "";
    display: block;
    clear: both
}

.hover\:text-transparent:hover, .text-transparent {
    color: transparent
}

.hover\:text-black:hover, .text-black {
    color: #000
}

.hover\:text-white:hover, .text-white {
    color: #fff
}

.hover\:text-red:hover, .text-red {
    color: #e52207
}

.hover\:text-orange:hover, .text-orange {
    color: #e66f0e
}

.hover\:text-gold:hover, .text-gold {
    color: #ffbe2e
}

.hover\:text-yellow:hover, .text-yellow {
    color: #fee685
}

.hover\:text-green:hover, .text-green {
    color: #538200
}

.hover\:text-mint:hover, .text-mint {
    color: #04c585
}

.hover\:text-cyan:hover, .text-cyan {
    color: #009ec1
}

.hover\:text-blue:hover, .text-blue {
    color: #0076d6
}

.hover\:text-indigo:hover, .text-indigo {
    color: #676cc8
}

.hover\:text-violet:hover, .text-violet {
    color: #8168b3
}

.hover\:text-magenta:hover, .text-magenta {
    color: #d72d79
}

.hover\:text-gray-5:hover, .text-gray-5 {
    color: #f0f0f0
}

.hover\:text-gray-10:hover, .text-gray-10 {
    color: #e6e6e6
}

.hover\:text-gray-30:hover, .text-gray-30 {
    color: #adadad
}

.hover\:text-gray-50:hover, .text-gray-50 {
    color: #757575
}

.hover\:text-gray-70:hover, .text-gray-70 {
    color: #454545
}

.hover\:text-gray-90:hover, .text-gray-90 {
    color: #1b1b1b
}

.hover\:text-base-lightest:hover, .text-base-lightest {
    color: #f0f0f0
}

.hover\:text-base-lighter:hover, .text-base-lighter {
    color: #dcdee0
}

.hover\:text-base-light:hover, .text-base-light {
    color: #a9aeb1
}

.hover\:text-base:hover, .text-base {
    color: #71767a
}

.hover\:text-base-dark:hover, .text-base-dark {
    color: #565c65
}

.hover\:text-base-darker:hover, .text-base-darker {
    color: #3d4551
}

.hover\:text-base-darkest:hover, .hover\:text-ink:hover, .text-base-darkest, .text-ink {
    color: #1b1b1b
}

.hover\:text-primary-lighter:hover, .text-primary-lighter {
    color: #d9e8f6
}

.hover\:text-primary-light:hover, .text-primary-light {
    color: #73b3e7
}

.hover\:text-primary:hover, .text-primary {
    color: #005ea2
}

.hover\:text-primary-vivid:hover, .text-primary-vivid {
    color: #0050d8
}

.hover\:text-primary-dark:hover, .text-primary-dark {
    color: #1a4480
}

.hover\:text-primary-darker:hover, .text-primary-darker {
    color: #162e51
}

.hover\:text-secondary-lighter:hover, .text-secondary-lighter {
    color: #f3e1e4
}

.hover\:text-secondary-light:hover, .text-secondary-light {
    color: #f2938c
}

.hover\:text-secondary:hover, .text-secondary {
    color: #d83933
}

.hover\:text-secondary-vivid:hover, .text-secondary-vivid {
    color: #e41d3d
}

.hover\:text-secondary-dark:hover, .text-secondary-dark {
    color: #b50909
}

.hover\:text-secondary-darker:hover, .text-secondary-darker {
    color: #8b0a03
}

.hover\:text-accent-warm-darker:hover, .text-accent-warm-darker {
    color: #775540
}

.hover\:text-accent-warm-dark:hover, .text-accent-warm-dark {
    color: #c05600
}

.hover\:text-accent-warm:hover, .text-accent-warm {
    color: #fa9441
}

.hover\:text-accent-warm-light:hover, .text-accent-warm-light {
    color: #ffbc78
}

.hover\:text-accent-warm-lighter:hover, .text-accent-warm-lighter {
    color: #f2e4d4
}

.hover\:text-accent-cool-darker:hover, .text-accent-cool-darker {
    color: #07648d
}

.hover\:text-accent-cool-dark:hover, .text-accent-cool-dark {
    color: #28a0cb
}

.hover\:text-accent-cool:hover, .text-accent-cool {
    color: #00bde3
}

.hover\:text-accent-cool-light:hover, .text-accent-cool-light {
    color: #97d4ea
}

.hover\:text-accent-cool-lighter:hover, .text-accent-cool-lighter {
    color: #e1f3f8
}

.cursor-auto {
    cursor: auto
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.cursor-wait {
    cursor: wait
}

.cursor-move {
    cursor: move
}

.cursor-not-allowed {
    cursor: not-allowed
}

.display-block {
    display: block
}

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

.display-none {
    display: none
}

.display-inline {
    display: inline
}

.display-inline-block {
    display: inline-block
}

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

.display-table {
    display: table
}

.display-table-cell {
    display: table-cell
}

.display-table-row {
    display: table-row
}

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

.flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2 0 0px;
    flex: 2 0 0
}

.flex-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3 0 0px;
    flex: 3 0 0
}

.flex-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4 0 0px;
    flex: 4 0 0
}

.flex-5 {
    -webkit-box-flex: 5;
    -ms-flex: 5 0 0px;
    flex: 5 0 0
}

.flex-6 {
    -webkit-box-flex: 6;
    -ms-flex: 6 0 0px;
    flex: 6 0 0
}

.flex-7 {
    -webkit-box-flex: 7;
    -ms-flex: 7 0 0px;
    flex: 7 0 0
}

.flex-8 {
    -webkit-box-flex: 8;
    -ms-flex: 8 0 0px;
    flex: 8 0 0
}

.flex-9 {
    -webkit-box-flex: 9;
    -ms-flex: 9 0 0px;
    flex: 9 0 0
}

.flex-10 {
    -webkit-box-flex: 10;
    -ms-flex: 10 0 0px;
    flex: 10 0 0
}

.flex-11 {
    -webkit-box-flex: 11;
    -ms-flex: 11 0 0px;
    flex: 11 0 0
}

.flex-12 {
    -webkit-box-flex: 12;
    -ms-flex: 12 0 0px;
    flex: 12 0 0
}

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

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

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

.flex-column, .flex-row {
    -webkit-box-direction: normal
}

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

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.float-left {
    float: left
}

.float-none {
    float: none
}

.float-right {
    float: right
}

.font-mono-3xs {
    font-size: .77401rem
}

.font-mono-2xs {
    font-size: .83355rem
}

.font-mono-xs {
    font-size: .89309rem
}

.font-mono-sm {
    font-size: .95263rem
}

.font-mono-md {
    font-size: 1.01217rem
}

.font-mono-lg {
    font-size: 1.30987rem
}

.font-mono-xl {
    font-size: 1.90526rem
}

.font-mono-2xl {
    font-size: 2.38158rem
}

.font-mono-3xl {
    font-size: 2.85789rem
}

.font-sans-3xs {
    font-size: .86507rem
}

.font-sans-2xs {
    font-size: .93162rem
}

.font-sans-xs {
    font-size: .99816rem
}

.font-sans-sm {
    font-size: 1.06471rem
}

.font-sans-md {
    font-size: 1.13125rem
}

.font-sans-lg {
    font-size: 1.46397rem
}

.font-sans-xl {
    font-size: 2.12941rem
}

.font-sans-2xl {
    font-size: 2.66176rem
}

.font-sans-3xl {
    font-size: 3.19412rem
}

.font-serif-3xs {
    font-size: .79279rem
}

.font-serif-2xs {
    font-size: .85377rem
}

.font-serif-xs {
    font-size: .91476rem
}

.font-serif-sm {
    font-size: .97574rem
}

.font-serif-md {
    font-size: 1.03673rem
}

.font-serif-lg {
    font-size: 1.34164rem
}

.font-serif-xl {
    font-size: 1.95148rem
}

.font-serif-2xl {
    font-size: 2.43935rem
}

.font-serif-3xl {
    font-size: 2.92722rem
}

.font-heading-3xs {
    font-size: .79279rem
}

.font-heading-2xs {
    font-size: .85377rem
}

.font-heading-xs {
    font-size: .91476rem
}

.font-heading-sm {
    font-size: .97574rem
}

.font-heading-md {
    font-size: 1.03673rem
}

.font-heading-lg {
    font-size: 1.34164rem
}

.font-heading-xl {
    font-size: 1.95148rem
}

.font-heading-2xl {
    font-size: 2.43935rem
}

.font-heading-3xl {
    font-size: 2.92722rem
}

.font-body-3xs {
    font-size: .86507rem
}

.font-body-2xs {
    font-size: .93162rem
}

.font-body-xs {
    font-size: .99816rem
}

.font-body-sm {
    font-size: 1.06471rem
}

.font-body-md {
    font-size: 1.13125rem
}

.font-body-lg {
    font-size: 1.46397rem
}

.font-body-xl {
    font-size: 2.12941rem
}

.font-body-2xl {
    font-size: 2.66176rem
}

.font-body-3xl {
    font-size: 3.19412rem
}

.font-code-3xs {
    font-size: .77401rem
}

.font-code-2xs {
    font-size: .83355rem
}

.font-code-xs {
    font-size: .89309rem
}

.font-code-sm {
    font-size: .95263rem
}

.font-code-md {
    font-size: 1.01217rem
}

.font-code-lg {
    font-size: 1.30987rem
}

.font-code-xl {
    font-size: 1.90526rem
}

.font-code-2xl {
    font-size: 2.38158rem
}

.font-code-3xl {
    font-size: 2.85789rem
}

.font-alt-3xs {
    font-size: .79279rem
}

.font-alt-2xs {
    font-size: .85377rem
}

.font-alt-xs {
    font-size: .91476rem
}

.font-alt-sm {
    font-size: .97574rem
}

.font-alt-md {
    font-size: 1.03673rem
}

.font-alt-lg {
    font-size: 1.34164rem
}

.font-alt-xl {
    font-size: 1.95148rem
}

.font-alt-2xl {
    font-size: 2.43935rem
}

.font-alt-3xl {
    font-size: 2.92722rem
}

.font-ui-3xs {
    font-size: .86507rem
}

.font-ui-2xs {
    font-size: .93162rem
}

.font-ui-xs {
    font-size: .99816rem
}

.font-ui-sm {
    font-size: 1.06471rem
}

.font-ui-md {
    font-size: 1.13125rem
}

.font-ui-lg {
    font-size: 1.46397rem
}

.font-ui-xl {
    font-size: 2.12941rem
}

.font-ui-2xl {
    font-size: 2.66176rem
}

.font-ui-3xl {
    font-size: 3.19412rem
}

.font-family-mono {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace
}

.font-family-sans {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.font-family-serif {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif
}

.font-family-ui {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.font-family-heading {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif
}

.font-family-body {
    font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif
}

.font-family-code {
    font-family: Roboto Mono Web, Bitstream Vera Sans Mono, Consolas, Courier, monospace
}

.font-family-alt {
    font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif
}

.text-tabular {
    -webkit-font-feature-settings: "tnum" 1, "kern" 1;
    font-feature-settings: "tnum" 1, "kern" 1
}

.text-no-tabular {
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1
}

.text-italic {
    font-style: italic
}

.text-no-italic {
    font-style: normal
}

.text-light {
    font-weight: 300
}

.text-normal {
    font-weight: 400
}

.text-bold {
    font-weight: 700
}

.height-1px {
    height: 1px
}

.height-2px {
    height: 2px
}

.height-05 {
    height: .25rem
}

.height-1 {
    height: .5rem
}

.height-105 {
    height: .75rem
}

.height-2 {
    height: 1rem
}

.height-205 {
    height: 1.25rem
}

.height-3 {
    height: 1.5rem
}

.height-4 {
    height: 2rem
}

.height-5 {
    height: 2.5rem
}

.height-6 {
    height: 3rem
}

.height-7 {
    height: 3.5rem
}

.height-8 {
    height: 4rem
}

.height-9 {
    height: 4.5rem
}

.height-10 {
    height: 5rem
}

.height-15 {
    height: 7.5rem
}

.height-card {
    height: 10rem
}

.height-card-lg {
    height: 15rem
}

.height-mobile {
    height: 20rem
}

.height-0 {
    height: 0
}

.height-auto {
    height: auto
}

.height-full {
    height: 100%
}

.height-viewport {
    height: 100vh
}

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

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

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

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

.left-1px {
    left: 1px
}

.left-2px {
    left: 2px
}

.left-05 {
    left: .25rem
}

.left-1 {
    left: .5rem
}

.left-105 {
    left: .75rem
}

.left-2 {
    left: 1rem
}

.left-205 {
    left: 1.25rem
}

.left-3 {
    left: 1.5rem
}

.left-neg-1px {
    left: -1px
}

.left-neg-2px {
    left: -2px
}

.left-neg-05 {
    left: -.25rem
}

.left-neg-1 {
    left: -.5rem
}

.left-neg-105 {
    left: -.75rem
}

.left-neg-2 {
    left: -1rem
}

.left-neg-205 {
    left: -1.25rem
}

.left-neg-3 {
    left: -1.5rem
}

.left-0 {
    left: 0
}

.left-auto {
    left: auto
}

.text-ls-auto {
    letter-spacing: normal
}

.text-ls-neg-3 {
    letter-spacing: -.03em
}

.text-ls-neg-2 {
    letter-spacing: -.02em
}

.text-ls-neg-1 {
    letter-spacing: -.01em
}

.text-ls-1 {
    letter-spacing: .025em
}

.text-ls-2 {
    letter-spacing: .1em
}

.text-ls-3 {
    letter-spacing: .15em
}

.line-height-sans-1 {
    line-height: .93923
}

.line-height-sans-2 {
    line-height: 1.12707
}

.line-height-sans-3 {
    line-height: 1.26796
}

.line-height-sans-4 {
    line-height: 1.40884
}

.line-height-sans-5 {
    line-height: 1.52155
}

.line-height-sans-6 {
    line-height: 1.64365
}

.line-height-serif-1 {
    line-height: 1.02486
}

.line-height-serif-2 {
    line-height: 1.22983
}

.line-height-serif-3 {
    line-height: 1.38356
}

.line-height-serif-4 {
    line-height: 1.53729
}

.line-height-serif-5 {
    line-height: 1.66028
}

.line-height-serif-6 {
    line-height: 1.79351
}

.line-height-mono-1 {
    line-height: 1.04972
}

.line-height-mono-2 {
    line-height: 1.25967
}

.line-height-mono-3 {
    line-height: 1.41713
}

.line-height-mono-4 {
    line-height: 1.57459
}

.line-height-mono-5 {
    line-height: 1.70055
}

.line-height-mono-6 {
    line-height: 1.83702
}

.line-height-heading-1 {
    line-height: 1.02486
}

.line-height-heading-2 {
    line-height: 1.22983
}

.line-height-heading-3 {
    line-height: 1.38356
}

.line-height-heading-4 {
    line-height: 1.53729
}

.line-height-heading-5 {
    line-height: 1.66028
}

.line-height-heading-6 {
    line-height: 1.79351
}

.line-height-ui-1 {
    line-height: .93923
}

.line-height-ui-2 {
    line-height: 1.12707
}

.line-height-ui-3 {
    line-height: 1.26796
}

.line-height-ui-4 {
    line-height: 1.40884
}

.line-height-ui-5 {
    line-height: 1.52155
}

.line-height-ui-6 {
    line-height: 1.64365
}

.line-height-body-1 {
    line-height: .93923
}

.line-height-body-2 {
    line-height: 1.12707
}

.line-height-body-3 {
    line-height: 1.26796
}

.line-height-body-4 {
    line-height: 1.40884
}

.line-height-body-5 {
    line-height: 1.52155
}

.line-height-body-6 {
    line-height: 1.64365
}

.line-height-code-1 {
    line-height: 1.04972
}

.line-height-code-2 {
    line-height: 1.25967
}

.line-height-code-3 {
    line-height: 1.41713
}

.line-height-code-4 {
    line-height: 1.57459
}

.line-height-code-5 {
    line-height: 1.70055
}

.line-height-code-6 {
    line-height: 1.83702
}

.line-height-alt-1 {
    line-height: 1.02486
}

.line-height-alt-2 {
    line-height: 1.22983
}

.line-height-alt-3 {
    line-height: 1.38356
}

.line-height-alt-4 {
    line-height: 1.53729
}

.line-height-alt-5 {
    line-height: 1.66028
}

.line-height-alt-6 {
    line-height: 1.79351
}

.margin-1px {
    margin: 1px
}

.margin-2px {
    margin: 2px
}

.margin-05 {
    margin: .25rem
}

.margin-1 {
    margin: .5rem
}

.margin-105 {
    margin: .75rem
}

.margin-2 {
    margin: 1rem
}

.margin-205 {
    margin: 1.25rem
}

.margin-3 {
    margin: 1.5rem
}

.margin-4 {
    margin: 2rem
}

.margin-5 {
    margin: 2.5rem
}

.margin-6 {
    margin: 3rem
}

.margin-7 {
    margin: 3.5rem
}

.margin-8 {
    margin: 4rem
}

.margin-9 {
    margin: 4.5rem
}

.margin-10 {
    margin: 5rem
}

.margin-15 {
    margin: 7.5rem
}

.margin-05em {
    margin: .5em
}

.margin-1em {
    margin: 1em
}

.margin-105em {
    margin: 1.5em
}

.margin-2em {
    margin: 2em
}

.margin-0 {
    margin: 0
}

.margin-y-1px {
    margin-bottom: 1px
}

.margin-top-1px, .margin-y-1px {
    margin-top: 1px
}

.margin-bottom-1px {
    margin-bottom: 1px
}

.margin-y-2px {
    margin-bottom: 2px
}

.margin-top-2px, .margin-y-2px {
    margin-top: 2px
}

.margin-bottom-2px {
    margin-bottom: 2px
}

.margin-y-05 {
    margin-bottom: .25rem
}

.margin-top-05, .margin-y-05 {
    margin-top: .25rem
}

.margin-bottom-05 {
    margin-bottom: .25rem
}

.margin-y-1 {
    margin-bottom: .5rem
}

.margin-top-1, .margin-y-1 {
    margin-top: .5rem
}

.margin-bottom-1 {
    margin-bottom: .5rem
}

.margin-y-105 {
    margin-bottom: .75rem
}

.margin-top-105, .margin-y-105 {
    margin-top: .75rem
}

.margin-bottom-105 {
    margin-bottom: .75rem
}

.margin-y-2 {
    margin-bottom: 1rem
}

.margin-top-2, .margin-y-2 {
    margin-top: 1rem
}

.margin-bottom-2 {
    margin-bottom: 1rem
}

.margin-y-205 {
    margin-bottom: 1.25rem
}

.margin-top-205, .margin-y-205 {
    margin-top: 1.25rem
}

.margin-bottom-205 {
    margin-bottom: 1.25rem
}

.margin-y-3 {
    margin-bottom: 1.5rem
}

.margin-top-3, .margin-y-3 {
    margin-top: 1.5rem
}

.margin-bottom-3 {
    margin-bottom: 1.5rem
}

.margin-y-neg-1px {
    margin-top: -1px;
    margin-bottom: -1px
}

.margin-top-neg-1px {
    margin-top: -1px
}

.margin-bottom-neg-1px {
    margin-bottom: -1px
}

.margin-y-neg-2px {
    margin-top: -2px;
    margin-bottom: -2px
}

.margin-top-neg-2px {
    margin-top: -2px
}

.margin-bottom-neg-2px {
    margin-bottom: -2px
}

.margin-y-neg-05 {
    margin-bottom: -.25rem
}

.margin-top-neg-05, .margin-y-neg-05 {
    margin-top: -.25rem
}

.margin-bottom-neg-05 {
    margin-bottom: -.25rem
}

.margin-y-neg-1 {
    margin-bottom: -.5rem
}

.margin-top-neg-1, .margin-y-neg-1 {
    margin-top: -.5rem
}

.margin-bottom-neg-1 {
    margin-bottom: -.5rem
}

.margin-y-neg-105 {
    margin-bottom: -.75rem
}

.margin-top-neg-105, .margin-y-neg-105 {
    margin-top: -.75rem
}

.margin-bottom-neg-105 {
    margin-bottom: -.75rem
}

.margin-y-neg-2 {
    margin-bottom: -1rem
}

.margin-top-neg-2, .margin-y-neg-2 {
    margin-top: -1rem
}

.margin-bottom-neg-2 {
    margin-bottom: -1rem
}

.margin-y-neg-205 {
    margin-bottom: -1.25rem
}

.margin-top-neg-205, .margin-y-neg-205 {
    margin-top: -1.25rem
}

.margin-bottom-neg-205 {
    margin-bottom: -1.25rem
}

.margin-y-neg-3 {
    margin-bottom: -1.5rem
}

.margin-top-neg-3, .margin-y-neg-3 {
    margin-top: -1.5rem
}

.margin-bottom-neg-3 {
    margin-bottom: -1.5rem
}

.margin-y-4 {
    margin-bottom: 2rem
}

.margin-top-4, .margin-y-4 {
    margin-top: 2rem
}

.margin-bottom-4 {
    margin-bottom: 2rem
}

.margin-y-5 {
    margin-bottom: 2.5rem
}

.margin-top-5, .margin-y-5 {
    margin-top: 2.5rem
}

.margin-bottom-5 {
    margin-bottom: 2.5rem
}

.margin-y-6 {
    margin-bottom: 3rem
}

.margin-top-6, .margin-y-6 {
    margin-top: 3rem
}

.margin-bottom-6 {
    margin-bottom: 3rem
}

.margin-y-7 {
    margin-bottom: 3.5rem
}

.margin-top-7, .margin-y-7 {
    margin-top: 3.5rem
}

.margin-bottom-7 {
    margin-bottom: 3.5rem
}

.margin-y-8 {
    margin-bottom: 4rem
}

.margin-top-8, .margin-y-8 {
    margin-top: 4rem
}

.margin-bottom-8 {
    margin-bottom: 4rem
}

.margin-y-9 {
    margin-bottom: 4.5rem
}

.margin-top-9, .margin-y-9 {
    margin-top: 4.5rem
}

.margin-bottom-9 {
    margin-bottom: 4.5rem
}

.margin-y-10 {
    margin-bottom: 5rem
}

.margin-top-10, .margin-y-10 {
    margin-top: 5rem
}

.margin-bottom-10 {
    margin-bottom: 5rem
}

.margin-y-15 {
    margin-bottom: 7.5rem
}

.margin-top-15, .margin-y-15 {
    margin-top: 7.5rem
}

.margin-bottom-15 {
    margin-bottom: 7.5rem
}

.margin-y-05em {
    margin-bottom: .5em
}

.margin-top-05em, .margin-y-05em {
    margin-top: .5em
}

.margin-bottom-05em {
    margin-bottom: .5em
}

.margin-y-1em {
    margin-bottom: 1em
}

.margin-top-1em, .margin-y-1em {
    margin-top: 1em
}

.margin-bottom-1em {
    margin-bottom: 1em
}

.margin-y-105em {
    margin-bottom: 1.5em
}

.margin-top-105em, .margin-y-105em {
    margin-top: 1.5em
}

.margin-bottom-105em {
    margin-bottom: 1.5em
}

.margin-y-2em {
    margin-bottom: 2em
}

.margin-top-2em, .margin-y-2em {
    margin-top: 2em
}

.margin-bottom-2em {
    margin-bottom: 2em
}

.margin-y-0 {
    margin-bottom: 0
}

.margin-top-0, .margin-y-0 {
    margin-top: 0
}

.margin-bottom-0 {
    margin-bottom: 0
}

.margin-x-1px {
    margin-left: 1px
}

.margin-right-1px, .margin-x-1px {
    margin-right: 1px
}

.margin-left-1px {
    margin-left: 1px
}

.margin-x-2px {
    margin-left: 2px
}

.margin-right-2px, .margin-x-2px {
    margin-right: 2px
}

.margin-left-2px {
    margin-left: 2px
}

.margin-x-05 {
    margin-left: .25rem
}

.margin-right-05, .margin-x-05 {
    margin-right: .25rem
}

.margin-left-05 {
    margin-left: .25rem
}

.margin-x-1 {
    margin-left: .5rem
}

.margin-right-1, .margin-x-1 {
    margin-right: .5rem
}

.margin-left-1 {
    margin-left: .5rem
}

.margin-x-105 {
    margin-left: .75rem
}

.margin-right-105, .margin-x-105 {
    margin-right: .75rem
}

.margin-left-105 {
    margin-left: .75rem
}

.margin-x-2 {
    margin-left: 1rem
}

.margin-right-2, .margin-x-2 {
    margin-right: 1rem
}

.margin-left-2 {
    margin-left: 1rem
}

.margin-x-205 {
    margin-left: 1.25rem
}

.margin-right-205, .margin-x-205 {
    margin-right: 1.25rem
}

.margin-left-205 {
    margin-left: 1.25rem
}

.margin-x-3 {
    margin-left: 1.5rem
}

.margin-right-3, .margin-x-3 {
    margin-right: 1.5rem
}

.margin-left-3 {
    margin-left: 1.5rem
}

.margin-x-neg-1px {
    margin-left: -1px;
    margin-right: -1px
}

.margin-right-neg-1px {
    margin-right: -1px
}

.margin-left-neg-1px {
    margin-left: -1px
}

.margin-x-neg-2px {
    margin-left: -2px;
    margin-right: -2px
}

.margin-right-neg-2px {
    margin-right: -2px
}

.margin-left-neg-2px {
    margin-left: -2px
}

.margin-x-neg-05 {
    margin-left: -.25rem
}

.margin-right-neg-05, .margin-x-neg-05 {
    margin-right: -.25rem
}

.margin-left-neg-05 {
    margin-left: -.25rem
}

.margin-x-neg-1 {
    margin-left: -.5rem
}

.margin-right-neg-1, .margin-x-neg-1 {
    margin-right: -.5rem
}

.margin-left-neg-1 {
    margin-left: -.5rem
}

.margin-x-neg-105 {
    margin-left: -.75rem
}

.margin-right-neg-105, .margin-x-neg-105 {
    margin-right: -.75rem
}

.margin-left-neg-105 {
    margin-left: -.75rem
}

.margin-x-neg-2 {
    margin-left: -1rem
}

.margin-right-neg-2, .margin-x-neg-2 {
    margin-right: -1rem
}

.margin-left-neg-2 {
    margin-left: -1rem
}

.margin-x-neg-205 {
    margin-left: -1.25rem
}

.margin-right-neg-205, .margin-x-neg-205 {
    margin-right: -1.25rem
}

.margin-left-neg-205 {
    margin-left: -1.25rem
}

.margin-x-neg-3 {
    margin-left: -1.5rem
}

.margin-right-neg-3, .margin-x-neg-3 {
    margin-right: -1.5rem
}

.margin-left-neg-3 {
    margin-left: -1.5rem
}

.margin-x-4 {
    margin-left: 2rem
}

.margin-right-4, .margin-x-4 {
    margin-right: 2rem
}

.margin-left-4 {
    margin-left: 2rem
}

.margin-x-5 {
    margin-left: 2.5rem
}

.margin-right-5, .margin-x-5 {
    margin-right: 2.5rem
}

.margin-left-5 {
    margin-left: 2.5rem
}

.margin-x-6 {
    margin-left: 3rem
}

.margin-right-6, .margin-x-6 {
    margin-right: 3rem
}

.margin-left-6 {
    margin-left: 3rem
}

.margin-x-7 {
    margin-left: 3.5rem
}

.margin-right-7, .margin-x-7 {
    margin-right: 3.5rem
}

.margin-left-7 {
    margin-left: 3.5rem
}

.margin-x-8 {
    margin-left: 4rem
}

.margin-right-8, .margin-x-8 {
    margin-right: 4rem
}

.margin-left-8 {
    margin-left: 4rem
}

.margin-x-9 {
    margin-left: 4.5rem
}

.margin-right-9, .margin-x-9 {
    margin-right: 4.5rem
}

.margin-left-9 {
    margin-left: 4.5rem
}

.margin-x-10 {
    margin-left: 5rem
}

.margin-right-10, .margin-x-10 {
    margin-right: 5rem
}

.margin-left-10 {
    margin-left: 5rem
}

.margin-x-15 {
    margin-left: 7.5rem
}

.margin-right-15, .margin-x-15 {
    margin-right: 7.5rem
}

.margin-left-15 {
    margin-left: 7.5rem
}

.margin-x-05em {
    margin-left: .5em
}

.margin-right-05em, .margin-x-05em {
    margin-right: .5em
}

.margin-left-05em {
    margin-left: .5em
}

.margin-x-1em {
    margin-left: 1em
}

.margin-right-1em, .margin-x-1em {
    margin-right: 1em
}

.margin-left-1em {
    margin-left: 1em
}

.margin-x-105em {
    margin-left: 1.5em
}

.margin-right-105em, .margin-x-105em {
    margin-right: 1.5em
}

.margin-left-105em {
    margin-left: 1.5em
}

.margin-x-2em {
    margin-left: 2em
}

.margin-right-2em, .margin-x-2em {
    margin-right: 2em
}

.margin-left-2em {
    margin-left: 2em
}

.margin-x-0 {
    margin-left: 0
}

.margin-right-0, .margin-x-0 {
    margin-right: 0
}

.margin-left-0 {
    margin-left: 0
}

.margin-x-auto {
    margin-left: auto
}

.margin-right-auto, .margin-x-auto {
    margin-right: auto
}

.margin-left-auto {
    margin-left: auto
}

.maxh-05 {
    max-height: .25rem
}

.maxh-1 {
    max-height: .5rem
}

.maxh-105 {
    max-height: .75rem
}

.maxh-2 {
    max-height: 1rem
}

.maxh-205 {
    max-height: 1.25rem
}

.maxh-3 {
    max-height: 1.5rem
}

.maxh-4 {
    max-height: 2rem
}

.maxh-5 {
    max-height: 2.5rem
}

.maxh-6 {
    max-height: 3rem
}

.maxh-7 {
    max-height: 3.5rem
}

.maxh-8 {
    max-height: 4rem
}

.maxh-9 {
    max-height: 4.5rem
}

.maxh-10 {
    max-height: 5rem
}

.maxh-15 {
    max-height: 7.5rem
}

.maxh-card {
    max-height: 10rem
}

.maxh-card-lg {
    max-height: 15rem
}

.maxh-mobile {
    max-height: 20rem
}

.maxh-mobile-lg {
    max-height: 30rem
}

.maxh-tablet {
    max-height: 40rem
}

.maxh-tablet-lg {
    max-height: 55rem
}

.maxh-none {
    max-height: none
}

.maxh-viewport {
    max-height: 100vh
}

.maxw-05 {
    max-width: .25rem
}

.maxw-1 {
    max-width: .5rem
}

.maxw-105 {
    max-width: .75rem
}

.maxw-2 {
    max-width: 1rem
}

.maxw-205 {
    max-width: 1.25rem
}

.maxw-3 {
    max-width: 1.5rem
}

.maxw-4 {
    max-width: 2rem
}

.maxw-5 {
    max-width: 2.5rem
}

.maxw-6 {
    max-width: 3rem
}

.maxw-7 {
    max-width: 3.5rem
}

.maxw-8 {
    max-width: 4rem
}

.maxw-9 {
    max-width: 4.5rem
}

.maxw-10 {
    max-width: 5rem
}

.maxw-15 {
    max-width: 7.5rem
}

.maxw-card {
    max-width: 10rem
}

.maxw-card-lg {
    max-width: 15rem
}

.maxw-mobile {
    max-width: 20rem
}

.maxw-mobile-lg {
    max-width: 30rem
}

.maxw-tablet {
    max-width: 40rem
}

.maxw-tablet-lg {
    max-width: 55rem
}

.maxw-desktop {
    max-width: 64rem
}

.maxw-desktop-lg {
    max-width: 75rem
}

.maxw-widescreen {
    max-width: 87.5rem
}

.maxw-none {
    max-width: none
}

.maxw-full {
    max-width: 100%
}

.measure-1 {
    max-width: 44ex
}

.measure-2 {
    max-width: 60ex
}

.measure-3 {
    max-width: 64ex
}

.measure-4 {
    max-width: 68ex
}

.measure-5 {
    max-width: 72ex
}

.measure-6 {
    max-width: 88ex
}

.measure-none {
    max-width: none
}

.minh-1px {
    min-height: 1px
}

.minh-2px {
    min-height: 2px
}

.minh-05 {
    min-height: .25rem
}

.minh-1 {
    min-height: .5rem
}

.minh-105 {
    min-height: .75rem
}

.minh-2 {
    min-height: 1rem
}

.minh-205 {
    min-height: 1.25rem
}

.minh-3 {
    min-height: 1.5rem
}

.minh-4 {
    min-height: 2rem
}

.minh-5 {
    min-height: 2.5rem
}

.minh-6 {
    min-height: 3rem
}

.minh-7 {
    min-height: 3.5rem
}

.minh-8 {
    min-height: 4rem
}

.minh-9 {
    min-height: 4.5rem
}

.minh-10 {
    min-height: 5rem
}

.minh-15 {
    min-height: 7.5rem
}

.minh-card {
    min-height: 10rem
}

.minh-card-lg {
    min-height: 15rem
}

.minh-mobile {
    min-height: 20rem
}

.minh-mobile-lg {
    min-height: 30rem
}

.minh-tablet {
    min-height: 40rem
}

.minh-tablet-lg {
    min-height: 55rem
}

.minh-0 {
    min-height: 0
}

.minh-full {
    min-height: 100%
}

.minh-viewport {
    min-height: 100vh
}

.minw-05 {
    min-width: .25rem
}

.minw-1 {
    min-width: .5rem
}

.minw-105 {
    min-width: .75rem
}

.minw-2 {
    min-width: 1rem
}

.minw-205 {
    min-width: 1.25rem
}

.minw-3 {
    min-width: 1.5rem
}

.minw-4 {
    min-width: 2rem
}

.minw-5 {
    min-width: 2.5rem
}

.minw-6 {
    min-width: 3rem
}

.minw-7 {
    min-width: 3.5rem
}

.minw-8 {
    min-width: 4rem
}

.minw-9 {
    min-width: 4.5rem
}

.minw-10 {
    min-width: 5rem
}

.minw-15 {
    min-width: 7.5rem
}

.minw-0 {
    min-width: 0
}

.opacity-0 {
    opacity: 0
}

.opacity-10 {
    opacity: .1
}

.opacity-20 {
    opacity: .2
}

.opacity-30 {
    opacity: .3
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-70 {
    opacity: .7
}

.opacity-80 {
    opacity: .8
}

.opacity-90 {
    opacity: .9
}

.opacity-100 {
    opacity: 1
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 1000;
    -ms-flex-order: 999;
    order: 999
}

.order-initial {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0
}

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

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

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

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

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

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

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

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

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.outline-1px {
    outline: 1px solid
}

.outline-2px {
    outline: 2px solid
}

.outline-0 {
    outline: 0 solid
}

.outline-05 {
    outline: .25rem solid
}

.outline-transparent {
    outline-color: transparent
}

.outline-black {
    outline-color: #000
}

.outline-white {
    outline-color: #fff
}

.outline-red {
    outline-color: #e52207
}

.outline-orange {
    outline-color: #e66f0e
}

.outline-gold {
    outline-color: #ffbe2e
}

.outline-yellow {
    outline-color: #fee685
}

.outline-green {
    outline-color: #538200
}

.outline-mint {
    outline-color: #04c585
}

.outline-cyan {
    outline-color: #009ec1
}

.outline-blue {
    outline-color: #0076d6
}

.outline-indigo {
    outline-color: #676cc8
}

.outline-violet {
    outline-color: #8168b3
}

.outline-magenta {
    outline-color: #d72d79
}

.outline-gray-5 {
    outline-color: #f0f0f0
}

.outline-gray-10 {
    outline-color: #e6e6e6
}

.outline-gray-30 {
    outline-color: #adadad
}

.outline-gray-50 {
    outline-color: #757575
}

.outline-gray-70 {
    outline-color: #454545
}

.outline-gray-90 {
    outline-color: #1b1b1b
}

.outline-base-lightest {
    outline-color: #f0f0f0
}

.outline-base-lighter {
    outline-color: #dcdee0
}

.outline-base-light {
    outline-color: #a9aeb1
}

.outline-base {
    outline-color: #71767a
}

.outline-base-dark {
    outline-color: #565c65
}

.outline-base-darker {
    outline-color: #3d4551
}

.outline-base-darkest, .outline-ink {
    outline-color: #1b1b1b
}

.outline-primary-lighter {
    outline-color: #d9e8f6
}

.outline-primary-light {
    outline-color: #73b3e7
}

.outline-primary {
    outline-color: #005ea2
}

.outline-primary-vivid {
    outline-color: #0050d8
}

.outline-primary-dark {
    outline-color: #1a4480
}

.outline-primary-darker {
    outline-color: #162e51
}

.outline-secondary-lighter {
    outline-color: #f3e1e4
}

.outline-secondary-light {
    outline-color: #f2938c
}

.outline-secondary {
    outline-color: #d83933
}

.outline-secondary-vivid {
    outline-color: #e41d3d
}

.outline-secondary-dark {
    outline-color: #b50909
}

.outline-secondary-darker {
    outline-color: #8b0a03
}

.outline-accent-warm-darker {
    outline-color: #775540
}

.outline-accent-warm-dark {
    outline-color: #c05600
}

.outline-accent-warm {
    outline-color: #fa9441
}

.outline-accent-warm-light {
    outline-color: #ffbc78
}

.outline-accent-warm-lighter {
    outline-color: #f2e4d4
}

.outline-accent-cool-darker {
    outline-color: #07648d
}

.outline-accent-cool-dark {
    outline-color: #28a0cb
}

.outline-accent-cool {
    outline-color: #00bde3
}

.outline-accent-cool-light {
    outline-color: #97d4ea
}

.outline-accent-cool-lighter {
    outline-color: #e1f3f8
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-y-scroll {
    overflow-y: scroll
}

.overflow-x-scroll {
    overflow-x: scroll
}

.overflow-auto {
    overflow: auto
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-visible {
    overflow: visible
}

.overflow-y-visible {
    overflow-y: visible
}

.overflow-x-visible {
    overflow-x: visible
}

.padding-1px {
    padding: 1px
}

.padding-y-1px {
    padding-top: 1px;
    padding-bottom: 1px
}

.padding-x-1px {
    padding-left: 1px;
    padding-right: 1px
}

.padding-top-1px {
    padding-top: 1px
}

.padding-right-1px {
    padding-right: 1px
}

.padding-bottom-1px {
    padding-bottom: 1px
}

.padding-left-1px {
    padding-left: 1px
}

.padding-2px {
    padding: 2px
}

.padding-y-2px {
    padding-top: 2px;
    padding-bottom: 2px
}

.padding-x-2px {
    padding-left: 2px;
    padding-right: 2px
}

.padding-top-2px {
    padding-top: 2px
}

.padding-right-2px {
    padding-right: 2px
}

.padding-bottom-2px {
    padding-bottom: 2px
}

.padding-left-2px {
    padding-left: 2px
}

.padding-05 {
    padding: .25rem
}

.padding-y-05 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.padding-x-05 {
    padding-left: .25rem;
    padding-right: .25rem
}

.padding-top-05 {
    padding-top: .25rem
}

.padding-right-05 {
    padding-right: .25rem
}

.padding-bottom-05 {
    padding-bottom: .25rem
}

.padding-left-05 {
    padding-left: .25rem
}

.padding-1 {
    padding: .5rem
}

.padding-y-1 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.padding-x-1 {
    padding-left: .5rem;
    padding-right: .5rem
}

.padding-top-1 {
    padding-top: .5rem
}

.padding-right-1 {
    padding-right: .5rem
}

.padding-bottom-1 {
    padding-bottom: .5rem
}

.padding-left-1 {
    padding-left: .5rem
}

.padding-105 {
    padding: .75rem
}

.padding-y-105 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.padding-x-105 {
    padding-left: .75rem;
    padding-right: .75rem
}

.padding-top-105 {
    padding-top: .75rem
}

.padding-right-105 {
    padding-right: .75rem
}

.padding-bottom-105 {
    padding-bottom: .75rem
}

.padding-left-105 {
    padding-left: .75rem
}

.padding-2 {
    padding: 1rem
}

.padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem
}

.padding-top-2 {
    padding-top: 1rem
}

.padding-right-2 {
    padding-right: 1rem
}

.padding-bottom-2 {
    padding-bottom: 1rem
}

.padding-left-2 {
    padding-left: 1rem
}

.padding-205 {
    padding: 1.25rem
}

.padding-y-205 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.padding-x-205 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.padding-top-205 {
    padding-top: 1.25rem
}

.padding-right-205 {
    padding-right: 1.25rem
}

.padding-bottom-205 {
    padding-bottom: 1.25rem
}

.padding-left-205 {
    padding-left: 1.25rem
}

.padding-3 {
    padding: 1.5rem
}

.padding-y-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.padding-x-3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.padding-top-3 {
    padding-top: 1.5rem
}

.padding-right-3 {
    padding-right: 1.5rem
}

.padding-bottom-3 {
    padding-bottom: 1.5rem
}

.padding-left-3 {
    padding-left: 1.5rem
}

.padding-4 {
    padding: 2rem
}

.padding-y-4 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.padding-x-4 {
    padding-left: 2rem;
    padding-right: 2rem
}

.padding-top-4 {
    padding-top: 2rem
}

.padding-right-4 {
    padding-right: 2rem
}

.padding-bottom-4 {
    padding-bottom: 2rem
}

.padding-left-4 {
    padding-left: 2rem
}

.padding-5 {
    padding: 2.5rem
}

.padding-y-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.padding-x-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.padding-top-5 {
    padding-top: 2.5rem
}

.padding-right-5 {
    padding-right: 2.5rem
}

.padding-bottom-5 {
    padding-bottom: 2.5rem
}

.padding-left-5 {
    padding-left: 2.5rem
}

.padding-6 {
    padding: 3rem
}

.padding-y-6 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.padding-x-6 {
    padding-left: 3rem;
    padding-right: 3rem
}

.padding-top-6 {
    padding-top: 3rem
}

.padding-right-6 {
    padding-right: 3rem
}

.padding-bottom-6 {
    padding-bottom: 3rem
}

.padding-left-6 {
    padding-left: 3rem
}

.padding-7 {
    padding: 3.5rem
}

.padding-y-7 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem
}

.padding-x-7 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

.padding-top-7 {
    padding-top: 3.5rem
}

.padding-right-7 {
    padding-right: 3.5rem
}

.padding-bottom-7 {
    padding-bottom: 3.5rem
}

.padding-left-7 {
    padding-left: 3.5rem
}

.padding-8 {
    padding: 4rem
}

.padding-y-8 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.padding-x-8 {
    padding-left: 4rem;
    padding-right: 4rem
}

.padding-top-8 {
    padding-top: 4rem
}

.padding-right-8 {
    padding-right: 4rem
}

.padding-bottom-8 {
    padding-bottom: 4rem
}

.padding-left-8 {
    padding-left: 4rem
}

.padding-9 {
    padding: 4.5rem
}

.padding-y-9 {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem
}

.padding-x-9 {
    padding-left: 4.5rem;
    padding-right: 4.5rem
}

.padding-top-9 {
    padding-top: 4.5rem
}

.padding-right-9 {
    padding-right: 4.5rem
}

.padding-bottom-9 {
    padding-bottom: 4.5rem
}

.padding-left-9 {
    padding-left: 4.5rem
}

.padding-10 {
    padding: 5rem
}

.padding-y-10 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.padding-x-10 {
    padding-left: 5rem;
    padding-right: 5rem
}

.padding-top-10 {
    padding-top: 5rem
}

.padding-right-10 {
    padding-right: 5rem
}

.padding-bottom-10 {
    padding-bottom: 5rem
}

.padding-left-10 {
    padding-left: 5rem
}

.padding-15 {
    padding: 7.5rem
}

.padding-y-15 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem
}

.padding-x-15 {
    padding-left: 7.5rem;
    padding-right: 7.5rem
}

.padding-top-15 {
    padding-top: 7.5rem
}

.padding-right-15 {
    padding-right: 7.5rem
}

.padding-bottom-15 {
    padding-bottom: 7.5rem
}

.padding-left-15 {
    padding-left: 7.5rem
}

.padding-0 {
    padding: 0
}

.padding-y-0 {
    padding-top: 0;
    padding-bottom: 0
}

.padding-x-0 {
    padding-left: 0;
    padding-right: 0
}

.padding-top-0 {
    padding-top: 0
}

.padding-right-0 {
    padding-right: 0
}

.padding-bottom-0 {
    padding-bottom: 0
}

.padding-left-0 {
    padding-left: 0
}

.pin-all {
    bottom: 0;
    top: 0
}

.pin-all, .pin-x {
    left: 0;
    right: 0;
    position: absolute
}

.pin-y {
    top: 0
}

.pin-bottom, .pin-y {
    bottom: 0;
    position: absolute
}

.pin-left {
    left: 0;
    position: absolute
}

.pin-right {
    right: 0;
    position: absolute
}

.pin-top {
    top: 0;
    position: absolute
}

.pin-none {
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    position: static
}

.position-absolute {
    position: absolute
}

.position-fixed {
    position: fixed
}

.position-relative {
    position: relative
}

.position-static {
    position: static
}

.position-sticky {
    position: -webkit-sticky;
    position: sticky
}

.right-1px {
    right: 1px
}

.right-2px {
    right: 2px
}

.right-05 {
    right: .25rem
}

.right-1 {
    right: .5rem
}

.right-105 {
    right: .75rem
}

.right-2 {
    right: 1rem
}

.right-205 {
    right: 1.25rem
}

.right-3 {
    right: 1.5rem
}

.right-neg-1px {
    right: -1px
}

.right-neg-2px {
    right: -2px
}

.right-neg-05 {
    right: -.25rem
}

.right-neg-1 {
    right: -.5rem
}

.right-neg-105 {
    right: -.75rem
}

.right-neg-2 {
    right: -1rem
}

.right-neg-205 {
    right: -1.25rem
}

.right-neg-3 {
    right: -1.5rem
}

.right-0 {
    right: 0
}

.right-auto {
    right: auto
}

.square-1px {
    height: 1px;
    width: 1px
}

.square-2px {
    height: 2px;
    width: 2px
}

.square-05 {
    height: .25rem;
    width: .25rem
}

.square-1 {
    height: .5rem;
    width: .5rem
}

.square-105 {
    height: .75rem;
    width: .75rem
}

.square-2 {
    height: 1rem;
    width: 1rem
}

.square-205 {
    height: 1.25rem;
    width: 1.25rem
}

.square-3 {
    height: 1.5rem;
    width: 1.5rem
}

.square-4 {
    height: 2rem;
    width: 2rem
}

.square-5 {
    height: 2.5rem;
    width: 2.5rem
}

.square-6 {
    height: 3rem;
    width: 3rem
}

.square-7 {
    height: 3.5rem;
    width: 3.5rem
}

.square-8 {
    height: 4rem;
    width: 4rem
}

.square-9 {
    height: 4.5rem;
    width: 4.5rem
}

.square-10 {
    height: 5rem;
    width: 5rem
}

.square-15 {
    height: 7.5rem;
    width: 7.5rem
}

.square-card {
    height: 10rem;
    width: 10rem
}

.square-card-lg {
    height: 15rem;
    width: 15rem
}

.square-mobile {
    height: 20rem;
    width: 20rem
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-justify {
    text-align: justify
}

.text-right {
    text-align: right
}

.hover\:text-strike:hover, .text-strike {
    text-decoration: line-through
}

.hover\:text-underline:hover, .text-underline {
    text-decoration: underline
}

.hover\:text-no-strike:hover, .hover\:text-no-underline:hover, .text-no-strike, .text-no-underline {
    text-decoration: none
}

.hover\:underline-red:hover, .underline-red {
    -webkit-text-decoration-color: #e52207;
    text-decoration-color: #e52207
}

.hover\:underline-orange:hover, .underline-orange {
    -webkit-text-decoration-color: #e66f0e;
    text-decoration-color: #e66f0e
}

.hover\:underline-gold:hover, .underline-gold {
    -webkit-text-decoration-color: #ffbe2e;
    text-decoration-color: #ffbe2e
}

.hover\:underline-yellow:hover, .underline-yellow {
    -webkit-text-decoration-color: #fee685;
    text-decoration-color: #fee685
}

.hover\:underline-green:hover, .underline-green {
    -webkit-text-decoration-color: #538200;
    text-decoration-color: #538200
}

.hover\:underline-mint:hover, .underline-mint {
    -webkit-text-decoration-color: #04c585;
    text-decoration-color: #04c585
}

.hover\:underline-cyan:hover, .underline-cyan {
    -webkit-text-decoration-color: #009ec1;
    text-decoration-color: #009ec1
}

.hover\:underline-blue:hover, .underline-blue {
    -webkit-text-decoration-color: #0076d6;
    text-decoration-color: #0076d6
}

.hover\:underline-indigo:hover, .underline-indigo {
    -webkit-text-decoration-color: #676cc8;
    text-decoration-color: #676cc8
}

.hover\:underline-violet:hover, .underline-violet {
    -webkit-text-decoration-color: #8168b3;
    text-decoration-color: #8168b3
}

.hover\:underline-magenta:hover, .underline-magenta {
    -webkit-text-decoration-color: #d72d79;
    text-decoration-color: #d72d79
}

.hover\:underline-gray-5:hover, .underline-gray-5 {
    -webkit-text-decoration-color: #f0f0f0;
    text-decoration-color: #f0f0f0
}

.hover\:underline-gray-10:hover, .underline-gray-10 {
    -webkit-text-decoration-color: #e6e6e6;
    text-decoration-color: #e6e6e6
}

.hover\:underline-gray-30:hover, .underline-gray-30 {
    -webkit-text-decoration-color: #adadad;
    text-decoration-color: #adadad
}

.hover\:underline-gray-50:hover, .underline-gray-50 {
    -webkit-text-decoration-color: #757575;
    text-decoration-color: #757575
}

.hover\:underline-gray-70:hover, .underline-gray-70 {
    -webkit-text-decoration-color: #454545;
    text-decoration-color: #454545
}

.hover\:underline-gray-90:hover, .underline-gray-90 {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b
}

.hover\:underline-base-lightest:hover, .underline-base-lightest {
    -webkit-text-decoration-color: #f0f0f0;
    text-decoration-color: #f0f0f0
}

.hover\:underline-base-lighter:hover, .underline-base-lighter {
    -webkit-text-decoration-color: #dcdee0;
    text-decoration-color: #dcdee0
}

.hover\:underline-base-light:hover, .underline-base-light {
    -webkit-text-decoration-color: #a9aeb1;
    text-decoration-color: #a9aeb1
}

.hover\:underline-base:hover, .underline-base {
    -webkit-text-decoration-color: #71767a;
    text-decoration-color: #71767a
}

.hover\:underline-base-dark:hover, .underline-base-dark {
    -webkit-text-decoration-color: #565c65;
    text-decoration-color: #565c65
}

.hover\:underline-base-darker:hover, .underline-base-darker {
    -webkit-text-decoration-color: #3d4551;
    text-decoration-color: #3d4551
}

.hover\:underline-base-darkest:hover, .hover\:underline-ink:hover, .underline-base-darkest, .underline-ink {
    -webkit-text-decoration-color: #1b1b1b;
    text-decoration-color: #1b1b1b
}

.hover\:underline-primary-lighter:hover, .underline-primary-lighter {
    -webkit-text-decoration-color: #d9e8f6;
    text-decoration-color: #d9e8f6
}

.hover\:underline-primary-light:hover, .underline-primary-light {
    -webkit-text-decoration-color: #73b3e7;
    text-decoration-color: #73b3e7
}

.hover\:underline-primary:hover, .underline-primary {
    -webkit-text-decoration-color: #005ea2;
    text-decoration-color: #005ea2
}

.hover\:underline-primary-vivid:hover, .underline-primary-vivid {
    -webkit-text-decoration-color: #0050d8;
    text-decoration-color: #0050d8
}

.hover\:underline-primary-dark:hover, .underline-primary-dark {
    -webkit-text-decoration-color: #1a4480;
    text-decoration-color: #1a4480
}

.hover\:underline-primary-darker:hover, .underline-primary-darker {
    -webkit-text-decoration-color: #162e51;
    text-decoration-color: #162e51
}

.hover\:underline-secondary-lighter:hover, .underline-secondary-lighter {
    -webkit-text-decoration-color: #f3e1e4;
    text-decoration-color: #f3e1e4
}

.hover\:underline-secondary-light:hover, .underline-secondary-light {
    -webkit-text-decoration-color: #f2938c;
    text-decoration-color: #f2938c
}

.hover\:underline-secondary:hover, .underline-secondary {
    -webkit-text-decoration-color: #d83933;
    text-decoration-color: #d83933
}

.hover\:underline-secondary-vivid:hover, .underline-secondary-vivid {
    -webkit-text-decoration-color: #e41d3d;
    text-decoration-color: #e41d3d
}

.hover\:underline-secondary-dark:hover, .underline-secondary-dark {
    -webkit-text-decoration-color: #b50909;
    text-decoration-color: #b50909
}

.hover\:underline-secondary-darker:hover, .underline-secondary-darker {
    -webkit-text-decoration-color: #8b0a03;
    text-decoration-color: #8b0a03
}

.hover\:underline-accent-warm-darker:hover, .underline-accent-warm-darker {
    -webkit-text-decoration-color: #775540;
    text-decoration-color: #775540
}

.hover\:underline-accent-warm-dark:hover, .underline-accent-warm-dark {
    -webkit-text-decoration-color: #c05600;
    text-decoration-color: #c05600
}

.hover\:underline-accent-warm:hover, .underline-accent-warm {
    -webkit-text-decoration-color: #fa9441;
    text-decoration-color: #fa9441
}

.hover\:underline-accent-warm-light:hover, .underline-accent-warm-light {
    -webkit-text-decoration-color: #ffbc78;
    text-decoration-color: #ffbc78
}

.hover\:underline-accent-warm-lighter:hover, .underline-accent-warm-lighter {
    -webkit-text-decoration-color: #f2e4d4;
    text-decoration-color: #f2e4d4
}

.hover\:underline-accent-cool-darker:hover, .underline-accent-cool-darker {
    -webkit-text-decoration-color: #07648d;
    text-decoration-color: #07648d
}

.hover\:underline-accent-cool-dark:hover, .underline-accent-cool-dark {
    -webkit-text-decoration-color: #28a0cb;
    text-decoration-color: #28a0cb
}

.hover\:underline-accent-cool:hover, .underline-accent-cool {
    -webkit-text-decoration-color: #00bde3;
    text-decoration-color: #00bde3
}

.hover\:underline-accent-cool-light:hover, .underline-accent-cool-light {
    -webkit-text-decoration-color: #97d4ea;
    text-decoration-color: #97d4ea
}

.hover\:underline-accent-cool-lighter:hover, .underline-accent-cool-lighter {
    -webkit-text-decoration-color: #e1f3f8;
    text-decoration-color: #e1f3f8
}

.text-indent-0 {
    text-indent: 0
}

.text-indent-05 {
    text-indent: .25rem
}

.text-indent-1 {
    text-indent: .5rem
}

.text-indent-105 {
    text-indent: .75rem
}

.text-indent-2 {
    text-indent: 1rem
}

.text-indent-205 {
    text-indent: 1.25rem
}

.text-indent-3 {
    text-indent: 1.5rem
}

.text-indent-neg-05 {
    text-indent: -.25rem
}

.text-indent-neg-1 {
    text-indent: -.5rem
}

.text-indent-neg-105 {
    text-indent: -.75rem
}

.text-indent-neg-2 {
    text-indent: -1rem
}

.text-indent-neg-205 {
    text-indent: -1.25rem
}

.text-indent-neg-3 {
    text-indent: -1.5rem
}

.text-indent-4 {
    text-indent: 2rem
}

.text-indent-5 {
    text-indent: 2.5rem
}

.text-indent-6 {
    text-indent: 3rem
}

.text-indent-7 {
    text-indent: 3.5rem
}

.text-indent-8 {
    text-indent: 4rem
}

.text-indent-9 {
    text-indent: 4.5rem
}

.text-indent-10 {
    text-indent: 5rem
}

.text-indent-15 {
    text-indent: 7.5rem
}

.text-indent-neg-4 {
    text-indent: -2rem
}

.text-indent-neg-5 {
    text-indent: -2.5rem
}

.text-indent-neg-6 {
    text-indent: -3rem
}

.text-indent-neg-7 {
    text-indent: -3.5rem
}

.text-indent-neg-8 {
    text-indent: -4rem
}

.text-indent-neg-9 {
    text-indent: -4.5rem
}

.text-indent-neg-10 {
    text-indent: -5rem
}

.text-indent-neg-15 {
    text-indent: -7.5rem
}

.text-uppercase {
    text-transform: uppercase
}

.text-no-uppercase {
    text-transform: none
}

.text-lowercase {
    text-transform: lowercase
}

.text-no-lowercase {
    text-transform: none
}

.top-1px {
    top: 1px
}

.top-2px {
    top: 2px
}

.top-05 {
    top: .25rem
}

.top-1 {
    top: .5rem
}

.top-105 {
    top: .75rem
}

.top-2 {
    top: 1rem
}

.top-205 {
    top: 1.25rem
}

.top-3 {
    top: 1.5rem
}

.top-neg-1px {
    top: -1px
}

.top-neg-2px {
    top: -2px
}

.top-neg-05 {
    top: -.25rem
}

.top-neg-1 {
    top: -.5rem
}

.top-neg-105 {
    top: -.75rem
}

.top-neg-2 {
    top: -1rem
}

.top-neg-205 {
    top: -1.25rem
}

.top-neg-3 {
    top: -1.5rem
}

.top-0 {
    top: 0
}

.top-auto {
    top: auto
}

.text-baseline {
    vertical-align: baseline
}

.text-bottom {
    vertical-align: bottom
}

.text-middle {
    vertical-align: middle
}

.text-sub {
    vertical-align: sub
}

.text-super {
    vertical-align: super
}

.text-tbottom {
    vertical-align: text-bottom
}

.text-ttop {
    vertical-align: text-top
}

.text-top {
    vertical-align: top
}

.text-pre {
    white-space: pre
}

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

.text-pre-wrap {
    white-space: pre-wrap
}

.text-wrap {
    white-space: normal
}

.text-no-wrap {
    white-space: nowrap
}

.width-1px {
    width: 1px
}

.width-2px {
    width: 2px
}

.width-05 {
    width: .25rem
}

.width-1 {
    width: .5rem
}

.width-105 {
    width: .75rem
}

.width-2 {
    width: 1rem
}

.width-205 {
    width: 1.25rem
}

.width-3 {
    width: 1.5rem
}

.width-4 {
    width: 2rem
}

.width-5 {
    width: 2.5rem
}

.width-6 {
    width: 3rem
}

.width-7 {
    width: 3.5rem
}

.width-8 {
    width: 4rem
}

.width-9 {
    width: 4.5rem
}

.width-10 {
    width: 5rem
}

.width-15 {
    width: 7.5rem
}

.width-card {
    width: 10rem
}

.width-card-lg {
    width: 15rem
}

.width-mobile {
    width: 20rem
}

.width-mobile-lg {
    width: 30rem
}

.width-tablet {
    width: 40rem
}

.width-tablet-lg {
    width: 55rem
}

.width-desktop {
    width: 64rem
}

.width-desktop-lg {
    width: 75rem
}

.width-widescreen {
    width: 87.5rem
}

.width-0 {
    width: 0
}

.width-full {
    width: 100%
}

.width-auto {
    width: auto
}

.z-auto {
    z-index: auto
}

.z-bottom {
    z-index: -100
}

.z-top {
    z-index: 99999
}

.z-0 {
    z-index: 0
}

.z-100 {
    z-index: 100
}

.z-200 {
    z-index: 200
}

.z-300 {
    z-index: 300
}

.z-400 {
    z-index: 400
}

.z-500 {
    z-index: 500
}

@media (min-width: 30em) {
    .usa-button {
        width: auto
    }

    .usa-display {
        margin-bottom: 0;
        margin-top: 0;
        clear: both;
        font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2.43935rem;
        line-height: 1.22983;
        font-weight: 700
    }

    * + .usa-display {
        margin-top: 1.5em
    }

    .usa-display + * {
        margin-top: 1em
    }

    .usa-footer__nav {
        padding-left: 1rem;
        padding-right: 1rem;
        border-bottom: none
    }

    .usa-footer__primary-link {
        padding-left: 0;
        padding-right: 0
    }

    .usa-footer__secondary-link {
        margin-left: 0
    }

    .usa-footer__contact-info {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: .5rem
    }

    .usa-footer__primary-content {
        border: none
    }

    .usa-footer__logo {
        margin-bottom: 0;
        margin-top: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .usa-footer__contact-links {
        margin-top: 0;
        text-align: right
    }

    .usa-footer__contact-heading {
        margin-bottom: .25rem;
        margin-top: .25rem
    }

    .usa-footer__address, .usa-footer__social-links {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .usa-footer--slim .usa-footer__address {
        padding: 0
    }

    .usa-footer--slim .usa-footer__contact-info {
        padding-bottom: 1rem;
        padding-top: 1rem;
        margin-top: 0
    }

    .usa-footer--big .usa-footer__nav {
        border-bottom: 1px solid #a9aeb1;
        padding-top: 2rem
    }

    .usa-footer--big .usa-footer__primary-link {
        padding-bottom: 0;
        padding-top: 0;
        background: none;
        margin-bottom: .5rem;
        padding-left: 0
    }

    .usa-footer--big .usa-footer__primary-link:hover {
        cursor: auto;
        text-decoration: none
    }

    .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link {
        background: none;
        margin: 0;
        padding-left: 0
    }

    .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled {
        padding: .75rem 0 2rem
    }

    .usa-form {
        max-width: 20rem
    }

    .usa-form .usa-button {
        margin-top: 1.5rem
    }

    .usa-form--large {
        max-width: 30rem
    }

    .usa-search [type=submit] {
        padding-left: 1rem;
        padding-right: 1rem;
        background-image: none;
        width: auto
    }

    .usa-search--big .usa-search__input, .usa-search--big [type=search] {
        font-size: 1.06471rem;
        height: 3rem
    }

    .usa-search--big .usa-search__submit, .usa-search--big [type=submit] {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.46397rem;
        height: 3rem;
        width: auto
    }

    .usa-search--small .usa-search__submit, .usa-search--small [type=submit] {
        background-image: url(/img/uswds/search.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(/img/uswds/search.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 1.5rem;
        width: 3rem
    }

    .usa-search__submit-text {
        position: static
    }

    .mobile-lg\:grid-container {
        max-width: 64rem
    }

    .mobile-lg\:grid-container, .mobile-lg\:grid-container-card {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .mobile-lg\:grid-container-card {
        max-width: 10rem
    }

    .mobile-lg\:grid-container-card-lg {
        max-width: 15rem
    }

    .mobile-lg\:grid-container-card-lg, .mobile-lg\:grid-container-mobile {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .mobile-lg\:grid-container-mobile {
        max-width: 20rem
    }

    .mobile-lg\:grid-container-mobile-lg {
        max-width: 30rem
    }

    .mobile-lg\:grid-container-mobile-lg, .mobile-lg\:grid-container-tablet {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .mobile-lg\:grid-container-tablet {
        max-width: 40rem
    }

    .mobile-lg\:grid-container-tablet-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 55rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .mobile-lg\:grid-container-desktop {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .mobile-lg\:grid-container-desktop-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .mobile-lg\:grid-container-widescreen {
        margin-left: auto;
        margin-right: auto;
        max-width: 87.5rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .grid-row.mobile-lg\:grid-gap-0 {
        margin-left: 0;
        margin-right: 0
    }

    .grid-row.mobile-lg\:grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0
    }

    .grid-row.mobile-lg\:grid-gap-2px {
        margin-left: -1px;
        margin-right: -1px
    }

    .grid-row.mobile-lg\:grid-gap-2px > * {
        padding-left: 1px;
        padding-right: 1px
    }

    .grid-row.mobile-lg\:grid-gap-05 {
        margin-left: -2px;
        margin-right: -2px
    }

    .grid-row.mobile-lg\:grid-gap-05 > * {
        padding-left: 2px;
        padding-right: 2px
    }

    .grid-row.mobile-lg\:grid-gap-1 {
        margin-left: -.25rem;
        margin-right: -.25rem
    }

    .grid-row.mobile-lg\:grid-gap-1 > * {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .grid-row.mobile-lg\:grid-gap-2 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .grid-row.mobile-lg\:grid-gap-2 > * {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .grid-row.mobile-lg\:grid-gap-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .grid-row.mobile-lg\:grid-gap-3 > * {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .grid-row.mobile-lg\:grid-gap-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .grid-row.mobile-lg\:grid-gap-4 > * {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .grid-row.mobile-lg\:grid-gap-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }

    .grid-row.mobile-lg\:grid-gap-5 > * {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .grid-row.mobile-lg\:grid-gap-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .grid-row.mobile-lg\:grid-gap-6 > * {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .grid-row.mobile-lg\:grid-gap-sm {
        margin-left: -1px;
        margin-right: -1px
    }

    .grid-row.mobile-lg\:grid-gap-sm > * {
        padding-left: 1px;
        padding-right: 1px
    }

    .grid-row.mobile-lg\:grid-gap-md {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .grid-row.mobile-lg\:grid-gap-md > * {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .grid-row.mobile-lg\:grid-gap-lg {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .grid-row.mobile-lg\:grid-gap-lg > * {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .mobile-lg\:grid-col, .mobile-lg\:grid-col-fill {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        max-width: 100%
    }

    .mobile-lg\:grid-col-auto {
        width: auto;
        max-width: 100%
    }

    .mobile-lg\:grid-col-1, .mobile-lg\:grid-col-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .mobile-lg\:grid-col-1 {
        width: 8.33333%
    }

    .mobile-lg\:grid-col-2 {
        width: 16.66667%
    }

    .mobile-lg\:grid-col-2, .mobile-lg\:grid-col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .mobile-lg\:grid-col-3 {
        width: 25%
    }

    .mobile-lg\:grid-col-4 {
        width: 33.33333%
    }

    .mobile-lg\:grid-col-4, .mobile-lg\:grid-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .mobile-lg\:grid-col-5 {
        width: 41.66667%
    }

    .mobile-lg\:grid-col-6 {
        width: 50%
    }

    .mobile-lg\:grid-col-6, .mobile-lg\:grid-col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .mobile-lg\:grid-col-7 {
        width: 58.33333%
    }

    .mobile-lg\:grid-col-8 {
        width: 66.66667%
    }

    .mobile-lg\:grid-col-8, .mobile-lg\:grid-col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .mobile-lg\:grid-col-9 {
        width: 75%
    }

    .mobile-lg\:grid-col-10 {
        width: 83.33333%
    }

    .mobile-lg\:grid-col-10, .mobile-lg\:grid-col-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .mobile-lg\:grid-col-11 {
        width: 91.66667%
    }

    .mobile-lg\:grid-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .mobile-lg\:grid-offset-1 {
        margin-left: 8.33333%
    }

    .mobile-lg\:grid-offset-2 {
        margin-left: 16.66667%
    }

    .mobile-lg\:grid-offset-3 {
        margin-left: 25%
    }

    .mobile-lg\:grid-offset-4 {
        margin-left: 33.33333%
    }

    .mobile-lg\:grid-offset-5 {
        margin-left: 41.66667%
    }

    .mobile-lg\:grid-offset-6 {
        margin-left: 50%
    }

    .mobile-lg\:grid-offset-7 {
        margin-left: 58.33333%
    }

    .mobile-lg\:grid-offset-8 {
        margin-left: 66.66667%
    }

    .mobile-lg\:grid-offset-9 {
        margin-left: 75%
    }

    .mobile-lg\:grid-offset-10 {
        margin-left: 83.33333%
    }

    .mobile-lg\:grid-offset-11 {
        margin-left: 91.66667%
    }

    .mobile-lg\:grid-offset-12 {
        margin-left: 100%
    }

    .mobile-lg\:grid-offset-none {
        margin-left: 0
    }

    .mobile-lg\:border-1px, .mobile-lg\:border-1px .mobile-lg\:hover\:border-1px:hover {
        border: 1px solid
    }

    .mobile-lg\:border-y-1px, .mobile-lg\:border-y-1px .mobile-lg\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid
    }

    .mobile-lg\:border-x-1px, .mobile-lg\:border-x-1px .mobile-lg\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid
    }

    .mobile-lg\:border-top-1px, .mobile-lg\:border-top-1px .mobile-lg\:hover\:border-top-1px:hover {
        border-top: 1px solid
    }

    .mobile-lg\:border-right-1px, .mobile-lg\:border-right-1px .mobile-lg\:hover\:border-right-1px:hover {
        border-right: 1px solid
    }

    .mobile-lg\:border-bottom-1px, .mobile-lg\:border-bottom-1px .mobile-lg\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid
    }

    .mobile-lg\:border-left-1px, .mobile-lg\:border-left-1px .mobile-lg\:hover\:border-left-1px:hover {
        border-left: 1px solid
    }

    .mobile-lg\:border-2px, .mobile-lg\:border-2px .mobile-lg\:hover\:border-2px:hover {
        border: 2px solid
    }

    .mobile-lg\:border-y-2px, .mobile-lg\:border-y-2px .mobile-lg\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid
    }

    .mobile-lg\:border-x-2px, .mobile-lg\:border-x-2px .mobile-lg\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid
    }

    .mobile-lg\:border-top-2px, .mobile-lg\:border-top-2px .mobile-lg\:hover\:border-top-2px:hover {
        border-top: 2px solid
    }

    .mobile-lg\:border-right-2px, .mobile-lg\:border-right-2px .mobile-lg\:hover\:border-right-2px:hover {
        border-right: 2px solid
    }

    .mobile-lg\:border-bottom-2px, .mobile-lg\:border-bottom-2px .mobile-lg\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid
    }

    .mobile-lg\:border-left-2px, .mobile-lg\:border-left-2px .mobile-lg\:hover\:border-left-2px:hover {
        border-left: 2px solid
    }

    .mobile-lg\:border-05, .mobile-lg\:border-05 .mobile-lg\:hover\:border-05:hover {
        border: .25rem solid
    }

    .mobile-lg\:border-y-05, .mobile-lg\:border-y-05 .mobile-lg\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid
    }

    .mobile-lg\:border-x-05, .mobile-lg\:border-x-05 .mobile-lg\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid
    }

    .mobile-lg\:border-top-05, .mobile-lg\:border-top-05 .mobile-lg\:hover\:border-top-05:hover {
        border-top: .25rem solid
    }

    .mobile-lg\:border-right-05, .mobile-lg\:border-right-05 .mobile-lg\:hover\:border-right-05:hover {
        border-right: .25rem solid
    }

    .mobile-lg\:border-bottom-05, .mobile-lg\:border-bottom-05 .mobile-lg\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid
    }

    .mobile-lg\:border-left-05, .mobile-lg\:border-left-05 .mobile-lg\:hover\:border-left-05:hover {
        border-left: .25rem solid
    }

    .mobile-lg\:border-1, .mobile-lg\:border-1 .mobile-lg\:hover\:border-1:hover {
        border: .5rem solid
    }

    .mobile-lg\:border-y-1, .mobile-lg\:border-y-1 .mobile-lg\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid
    }

    .mobile-lg\:border-x-1, .mobile-lg\:border-x-1 .mobile-lg\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid
    }

    .mobile-lg\:border-top-1, .mobile-lg\:border-top-1 .mobile-lg\:hover\:border-top-1:hover {
        border-top: .5rem solid
    }

    .mobile-lg\:border-right-1, .mobile-lg\:border-right-1 .mobile-lg\:hover\:border-right-1:hover {
        border-right: .5rem solid
    }

    .mobile-lg\:border-bottom-1, .mobile-lg\:border-bottom-1 .mobile-lg\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid
    }

    .mobile-lg\:border-left-1, .mobile-lg\:border-left-1 .mobile-lg\:hover\:border-left-1:hover {
        border-left: .5rem solid
    }

    .mobile-lg\:border-105, .mobile-lg\:border-105 .mobile-lg\:hover\:border-105:hover {
        border: .75rem solid
    }

    .mobile-lg\:border-y-105, .mobile-lg\:border-y-105 .mobile-lg\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid
    }

    .mobile-lg\:border-x-105, .mobile-lg\:border-x-105 .mobile-lg\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid
    }

    .mobile-lg\:border-top-105, .mobile-lg\:border-top-105 .mobile-lg\:hover\:border-top-105:hover {
        border-top: .75rem solid
    }

    .mobile-lg\:border-right-105, .mobile-lg\:border-right-105 .mobile-lg\:hover\:border-right-105:hover {
        border-right: .75rem solid
    }

    .mobile-lg\:border-bottom-105, .mobile-lg\:border-bottom-105 .mobile-lg\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid
    }

    .mobile-lg\:border-left-105, .mobile-lg\:border-left-105 .mobile-lg\:hover\:border-left-105:hover {
        border-left: .75rem solid
    }

    .mobile-lg\:border-2, .mobile-lg\:border-2 .mobile-lg\:hover\:border-2:hover {
        border: 1rem solid
    }

    .mobile-lg\:border-y-2, .mobile-lg\:border-y-2 .mobile-lg\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid
    }

    .mobile-lg\:border-x-2, .mobile-lg\:border-x-2 .mobile-lg\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid
    }

    .mobile-lg\:border-top-2, .mobile-lg\:border-top-2 .mobile-lg\:hover\:border-top-2:hover {
        border-top: 1rem solid
    }

    .mobile-lg\:border-right-2, .mobile-lg\:border-right-2 .mobile-lg\:hover\:border-right-2:hover {
        border-right: 1rem solid
    }

    .mobile-lg\:border-bottom-2, .mobile-lg\:border-bottom-2 .mobile-lg\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid
    }

    .mobile-lg\:border-left-2, .mobile-lg\:border-left-2 .mobile-lg\:hover\:border-left-2:hover {
        border-left: 1rem solid
    }

    .mobile-lg\:border-205, .mobile-lg\:border-205 .mobile-lg\:hover\:border-205:hover {
        border: 1.25rem solid
    }

    .mobile-lg\:border-y-205, .mobile-lg\:border-y-205 .mobile-lg\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid
    }

    .mobile-lg\:border-x-205, .mobile-lg\:border-x-205 .mobile-lg\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid
    }

    .mobile-lg\:border-top-205, .mobile-lg\:border-top-205 .mobile-lg\:hover\:border-top-205:hover {
        border-top: 1.25rem solid
    }

    .mobile-lg\:border-right-205, .mobile-lg\:border-right-205 .mobile-lg\:hover\:border-right-205:hover {
        border-right: 1.25rem solid
    }

    .mobile-lg\:border-bottom-205, .mobile-lg\:border-bottom-205 .mobile-lg\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid
    }

    .mobile-lg\:border-left-205, .mobile-lg\:border-left-205 .mobile-lg\:hover\:border-left-205:hover {
        border-left: 1.25rem solid
    }

    .mobile-lg\:border-3, .mobile-lg\:border-3 .mobile-lg\:hover\:border-3:hover {
        border: 1.5rem solid
    }

    .mobile-lg\:border-y-3, .mobile-lg\:border-y-3 .mobile-lg\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid
    }

    .mobile-lg\:border-x-3, .mobile-lg\:border-x-3 .mobile-lg\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid
    }

    .mobile-lg\:border-top-3, .mobile-lg\:border-top-3 .mobile-lg\:hover\:border-top-3:hover {
        border-top: 1.5rem solid
    }

    .mobile-lg\:border-right-3, .mobile-lg\:border-right-3 .mobile-lg\:hover\:border-right-3:hover {
        border-right: 1.5rem solid
    }

    .mobile-lg\:border-bottom-3, .mobile-lg\:border-bottom-3 .mobile-lg\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid
    }

    .mobile-lg\:border-left-3, .mobile-lg\:border-left-3 .mobile-lg\:hover\:border-left-3:hover {
        border-left: 1.5rem solid
    }

    .mobile-lg\:border-0, .mobile-lg\:border-0 .mobile-lg\:hover\:border-0:hover {
        border: 0 solid
    }

    .mobile-lg\:border-y-0, .mobile-lg\:border-y-0 .mobile-lg\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid
    }

    .mobile-lg\:border-x-0, .mobile-lg\:border-x-0 .mobile-lg\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid
    }

    .mobile-lg\:border-top-0, .mobile-lg\:border-top-0 .mobile-lg\:hover\:border-top-0:hover {
        border-top: 0 solid
    }

    .mobile-lg\:border-right-0, .mobile-lg\:border-right-0 .mobile-lg\:hover\:border-right-0:hover {
        border-right: 0 solid
    }

    .mobile-lg\:border-bottom-0, .mobile-lg\:border-bottom-0 .mobile-lg\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid
    }

    .mobile-lg\:border-left-0, .mobile-lg\:border-left-0 .mobile-lg\:hover\:border-left-0:hover {
        border-left: 0 solid
    }

    .mobile-lg\:border, .mobile-lg\:border .mobile-lg\:hover\:border:hover {
        border: 1px solid
    }

    .mobile-lg\:border-y, .mobile-lg\:border-y .mobile-lg\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid
    }

    .mobile-lg\:border-x, .mobile-lg\:border-x .mobile-lg\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid
    }

    .mobile-lg\:border-top, .mobile-lg\:border-top .mobile-lg\:hover\:border-top:hover {
        border-top: 1px solid
    }

    .mobile-lg\:border-right, .mobile-lg\:border-right .mobile-lg\:hover\:border-right:hover {
        border-right: 1px solid
    }

    .mobile-lg\:border-bottom, .mobile-lg\:border-bottom .mobile-lg\:hover\:border-bottom:hover {
        border-bottom: 1px solid
    }

    .mobile-lg\:border-left, .mobile-lg\:border-left .mobile-lg\:hover\:border-left:hover {
        border-left: 1px solid
    }

    .mobile-lg\:border-transparent, .mobile-lg\:border-transparent .mobile-lg\:hover\:border-transparent:hover {
        border-color: transparent
    }

    .mobile-lg\:border-black, .mobile-lg\:border-black .mobile-lg\:hover\:border-black:hover {
        border-color: #000
    }

    .mobile-lg\:border-white, .mobile-lg\:border-white .mobile-lg\:hover\:border-white:hover {
        border-color: #fff
    }

    .mobile-lg\:border-red, .mobile-lg\:border-red .mobile-lg\:hover\:border-red:hover {
        border-color: #e52207
    }

    .mobile-lg\:border-orange, .mobile-lg\:border-orange .mobile-lg\:hover\:border-orange:hover {
        border-color: #e66f0e
    }

    .mobile-lg\:border-gold, .mobile-lg\:border-gold .mobile-lg\:hover\:border-gold:hover {
        border-color: #ffbe2e
    }

    .mobile-lg\:border-yellow, .mobile-lg\:border-yellow .mobile-lg\:hover\:border-yellow:hover {
        border-color: #fee685
    }

    .mobile-lg\:border-green, .mobile-lg\:border-green .mobile-lg\:hover\:border-green:hover {
        border-color: #538200
    }

    .mobile-lg\:border-mint, .mobile-lg\:border-mint .mobile-lg\:hover\:border-mint:hover {
        border-color: #04c585
    }

    .mobile-lg\:border-cyan, .mobile-lg\:border-cyan .mobile-lg\:hover\:border-cyan:hover {
        border-color: #009ec1
    }

    .mobile-lg\:border-blue, .mobile-lg\:border-blue .mobile-lg\:hover\:border-blue:hover {
        border-color: #0076d6
    }

    .mobile-lg\:border-indigo, .mobile-lg\:border-indigo .mobile-lg\:hover\:border-indigo:hover {
        border-color: #676cc8
    }

    .mobile-lg\:border-violet, .mobile-lg\:border-violet .mobile-lg\:hover\:border-violet:hover {
        border-color: #8168b3
    }

    .mobile-lg\:border-magenta, .mobile-lg\:border-magenta .mobile-lg\:hover\:border-magenta:hover {
        border-color: #d72d79
    }

    .mobile-lg\:border-gray-5, .mobile-lg\:border-gray-5 .mobile-lg\:hover\:border-gray-5:hover {
        border-color: #f0f0f0
    }

    .mobile-lg\:border-gray-10, .mobile-lg\:border-gray-10 .mobile-lg\:hover\:border-gray-10:hover {
        border-color: #e6e6e6
    }

    .mobile-lg\:border-gray-30, .mobile-lg\:border-gray-30 .mobile-lg\:hover\:border-gray-30:hover {
        border-color: #adadad
    }

    .mobile-lg\:border-gray-50, .mobile-lg\:border-gray-50 .mobile-lg\:hover\:border-gray-50:hover {
        border-color: #757575
    }

    .mobile-lg\:border-gray-70, .mobile-lg\:border-gray-70 .mobile-lg\:hover\:border-gray-70:hover {
        border-color: #454545
    }

    .mobile-lg\:border-gray-90, .mobile-lg\:border-gray-90 .mobile-lg\:hover\:border-gray-90:hover {
        border-color: #1b1b1b
    }

    .mobile-lg\:border-base-lightest, .mobile-lg\:border-base-lightest .mobile-lg\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0
    }

    .mobile-lg\:border-base-lighter, .mobile-lg\:border-base-lighter .mobile-lg\:hover\:border-base-lighter:hover {
        border-color: #dcdee0
    }

    .mobile-lg\:border-base-light, .mobile-lg\:border-base-light .mobile-lg\:hover\:border-base-light:hover {
        border-color: #a9aeb1
    }

    .mobile-lg\:border-base, .mobile-lg\:border-base .mobile-lg\:hover\:border-base:hover {
        border-color: #71767a
    }

    .mobile-lg\:border-base-dark, .mobile-lg\:border-base-dark .mobile-lg\:hover\:border-base-dark:hover {
        border-color: #565c65
    }

    .mobile-lg\:border-base-darker, .mobile-lg\:border-base-darker .mobile-lg\:hover\:border-base-darker:hover {
        border-color: #3d4551
    }

    .mobile-lg\:border-base-darkest, .mobile-lg\:border-base-darkest .mobile-lg\:hover\:border-base-darkest:hover, .mobile-lg\:border-ink, .mobile-lg\:border-ink .mobile-lg\:hover\:border-ink:hover {
        border-color: #1b1b1b
    }

    .mobile-lg\:border-primary-lighter, .mobile-lg\:border-primary-lighter .mobile-lg\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6
    }

    .mobile-lg\:border-primary-light, .mobile-lg\:border-primary-light .mobile-lg\:hover\:border-primary-light:hover {
        border-color: #73b3e7
    }

    .mobile-lg\:border-primary, .mobile-lg\:border-primary .mobile-lg\:hover\:border-primary:hover {
        border-color: #005ea2
    }

    .mobile-lg\:border-primary-vivid, .mobile-lg\:border-primary-vivid .mobile-lg\:hover\:border-primary-vivid:hover {
        border-color: #0050d8
    }

    .mobile-lg\:border-primary-dark, .mobile-lg\:border-primary-dark .mobile-lg\:hover\:border-primary-dark:hover {
        border-color: #1a4480
    }

    .mobile-lg\:border-primary-darker, .mobile-lg\:border-primary-darker .mobile-lg\:hover\:border-primary-darker:hover {
        border-color: #162e51
    }

    .mobile-lg\:border-secondary-lighter, .mobile-lg\:border-secondary-lighter .mobile-lg\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4
    }

    .mobile-lg\:border-secondary-light, .mobile-lg\:border-secondary-light .mobile-lg\:hover\:border-secondary-light:hover {
        border-color: #f2938c
    }

    .mobile-lg\:border-secondary, .mobile-lg\:border-secondary .mobile-lg\:hover\:border-secondary:hover {
        border-color: #d83933
    }

    .mobile-lg\:border-secondary-vivid, .mobile-lg\:border-secondary-vivid .mobile-lg\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d
    }

    .mobile-lg\:border-secondary-dark, .mobile-lg\:border-secondary-dark .mobile-lg\:hover\:border-secondary-dark:hover {
        border-color: #b50909
    }

    .mobile-lg\:border-secondary-darker, .mobile-lg\:border-secondary-darker .mobile-lg\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03
    }

    .mobile-lg\:border-accent-warm-darker, .mobile-lg\:border-accent-warm-darker .mobile-lg\:hover\:border-accent-warm-darker:hover {
        border-color: #775540
    }

    .mobile-lg\:border-accent-warm-dark, .mobile-lg\:border-accent-warm-dark .mobile-lg\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600
    }

    .mobile-lg\:border-accent-warm, .mobile-lg\:border-accent-warm .mobile-lg\:hover\:border-accent-warm:hover {
        border-color: #fa9441
    }

    .mobile-lg\:border-accent-warm-light, .mobile-lg\:border-accent-warm-light .mobile-lg\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78
    }

    .mobile-lg\:border-accent-warm-lighter, .mobile-lg\:border-accent-warm-lighter .mobile-lg\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4
    }

    .mobile-lg\:border-accent-cool-darker, .mobile-lg\:border-accent-cool-darker .mobile-lg\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d
    }

    .mobile-lg\:border-accent-cool-dark, .mobile-lg\:border-accent-cool-dark .mobile-lg\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb
    }

    .mobile-lg\:border-accent-cool, .mobile-lg\:border-accent-cool .mobile-lg\:hover\:border-accent-cool:hover {
        border-color: #00bde3
    }

    .mobile-lg\:border-accent-cool-light, .mobile-lg\:border-accent-cool-light .mobile-lg\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea
    }

    .mobile-lg\:border-accent-cool-lighter, .mobile-lg\:border-accent-cool-lighter .mobile-lg\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8
    }

    .mobile-lg\:radius-0 {
        border-radius: 0
    }

    .mobile-lg\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .mobile-lg\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .mobile-lg\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .mobile-lg\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .mobile-lg\:radius-sm {
        border-radius: 2px
    }

    .mobile-lg\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px
    }

    .mobile-lg\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px
    }

    .mobile-lg\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px
    }

    .mobile-lg\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px
    }

    .mobile-lg\:radius-md {
        border-radius: .25rem
    }

    .mobile-lg\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .mobile-lg\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

    .mobile-lg\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

    .mobile-lg\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .mobile-lg\:radius-lg {
        border-radius: .5rem
    }

    .mobile-lg\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

    .mobile-lg\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem
    }

    .mobile-lg\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem
    }

    .mobile-lg\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

    .mobile-lg\:radius-pill {
        border-radius: 99rem
    }

    .mobile-lg\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem
    }

    .mobile-lg\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem
    }

    .mobile-lg\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem
    }

    .mobile-lg\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem
    }

    .mobile-lg\:display-block {
        display: block
    }

    .mobile-lg\:display-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .mobile-lg\:display-none {
        display: none
    }

    .mobile-lg\:display-inline {
        display: inline
    }

    .mobile-lg\:display-inline-block {
        display: inline-block
    }

    .mobile-lg\:display-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .mobile-lg\:display-table {
        display: table
    }

    .mobile-lg\:display-table-cell {
        display: table-cell
    }

    .mobile-lg\:display-table-row {
        display: table-row
    }

    .mobile-lg\:font-mono-3xs {
        font-size: .77401rem
    }

    .mobile-lg\:font-mono-2xs {
        font-size: .83355rem
    }

    .mobile-lg\:font-mono-xs {
        font-size: .89309rem
    }

    .mobile-lg\:font-mono-sm {
        font-size: .95263rem
    }

    .mobile-lg\:font-mono-md {
        font-size: 1.01217rem
    }

    .mobile-lg\:font-mono-lg {
        font-size: 1.30987rem
    }

    .mobile-lg\:font-mono-xl {
        font-size: 1.90526rem
    }

    .mobile-lg\:font-mono-2xl {
        font-size: 2.38158rem
    }

    .mobile-lg\:font-mono-3xl {
        font-size: 2.85789rem
    }

    .mobile-lg\:font-sans-3xs {
        font-size: .86507rem
    }

    .mobile-lg\:font-sans-2xs {
        font-size: .93162rem
    }

    .mobile-lg\:font-sans-xs {
        font-size: .99816rem
    }

    .mobile-lg\:font-sans-sm {
        font-size: 1.06471rem
    }

    .mobile-lg\:font-sans-md {
        font-size: 1.13125rem
    }

    .mobile-lg\:font-sans-lg {
        font-size: 1.46397rem
    }

    .mobile-lg\:font-sans-xl {
        font-size: 2.12941rem
    }

    .mobile-lg\:font-sans-2xl {
        font-size: 2.66176rem
    }

    .mobile-lg\:font-sans-3xl {
        font-size: 3.19412rem
    }

    .mobile-lg\:font-serif-3xs {
        font-size: .79279rem
    }

    .mobile-lg\:font-serif-2xs {
        font-size: .85377rem
    }

    .mobile-lg\:font-serif-xs {
        font-size: .91476rem
    }

    .mobile-lg\:font-serif-sm {
        font-size: .97574rem
    }

    .mobile-lg\:font-serif-md {
        font-size: 1.03673rem
    }

    .mobile-lg\:font-serif-lg {
        font-size: 1.34164rem
    }

    .mobile-lg\:font-serif-xl {
        font-size: 1.95148rem
    }

    .mobile-lg\:font-serif-2xl {
        font-size: 2.43935rem
    }

    .mobile-lg\:font-serif-3xl {
        font-size: 2.92722rem
    }

    .mobile-lg\:font-heading-3xs {
        font-size: .79279rem
    }

    .mobile-lg\:font-heading-2xs {
        font-size: .85377rem
    }

    .mobile-lg\:font-heading-xs {
        font-size: .91476rem
    }

    .mobile-lg\:font-heading-sm {
        font-size: .97574rem
    }

    .mobile-lg\:font-heading-md {
        font-size: 1.03673rem
    }

    .mobile-lg\:font-heading-lg {
        font-size: 1.34164rem
    }

    .mobile-lg\:font-heading-xl {
        font-size: 1.95148rem
    }

    .mobile-lg\:font-heading-2xl {
        font-size: 2.43935rem
    }

    .mobile-lg\:font-heading-3xl {
        font-size: 2.92722rem
    }

    .mobile-lg\:font-body-3xs {
        font-size: .86507rem
    }

    .mobile-lg\:font-body-2xs {
        font-size: .93162rem
    }

    .mobile-lg\:font-body-xs {
        font-size: .99816rem
    }

    .mobile-lg\:font-body-sm {
        font-size: 1.06471rem
    }

    .mobile-lg\:font-body-md {
        font-size: 1.13125rem
    }

    .mobile-lg\:font-body-lg {
        font-size: 1.46397rem
    }

    .mobile-lg\:font-body-xl {
        font-size: 2.12941rem
    }

    .mobile-lg\:font-body-2xl {
        font-size: 2.66176rem
    }

    .mobile-lg\:font-body-3xl {
        font-size: 3.19412rem
    }

    .mobile-lg\:font-code-3xs {
        font-size: .77401rem
    }

    .mobile-lg\:font-code-2xs {
        font-size: .83355rem
    }

    .mobile-lg\:font-code-xs {
        font-size: .89309rem
    }

    .mobile-lg\:font-code-sm {
        font-size: .95263rem
    }

    .mobile-lg\:font-code-md {
        font-size: 1.01217rem
    }

    .mobile-lg\:font-code-lg {
        font-size: 1.30987rem
    }

    .mobile-lg\:font-code-xl {
        font-size: 1.90526rem
    }

    .mobile-lg\:font-code-2xl {
        font-size: 2.38158rem
    }

    .mobile-lg\:font-code-3xl {
        font-size: 2.85789rem
    }

    .mobile-lg\:font-alt-3xs {
        font-size: .79279rem
    }

    .mobile-lg\:font-alt-2xs {
        font-size: .85377rem
    }

    .mobile-lg\:font-alt-xs {
        font-size: .91476rem
    }

    .mobile-lg\:font-alt-sm {
        font-size: .97574rem
    }

    .mobile-lg\:font-alt-md {
        font-size: 1.03673rem
    }

    .mobile-lg\:font-alt-lg {
        font-size: 1.34164rem
    }

    .mobile-lg\:font-alt-xl {
        font-size: 1.95148rem
    }

    .mobile-lg\:font-alt-2xl {
        font-size: 2.43935rem
    }

    .mobile-lg\:font-alt-3xl {
        font-size: 2.92722rem
    }

    .mobile-lg\:font-ui-3xs {
        font-size: .86507rem
    }

    .mobile-lg\:font-ui-2xs {
        font-size: .93162rem
    }

    .mobile-lg\:font-ui-xs {
        font-size: .99816rem
    }

    .mobile-lg\:font-ui-sm {
        font-size: 1.06471rem
    }

    .mobile-lg\:font-ui-md {
        font-size: 1.13125rem
    }

    .mobile-lg\:font-ui-lg {
        font-size: 1.46397rem
    }

    .mobile-lg\:font-ui-xl {
        font-size: 2.12941rem
    }

    .mobile-lg\:font-ui-2xl {
        font-size: 2.66176rem
    }

    .mobile-lg\:font-ui-3xl {
        font-size: 3.19412rem
    }

    .mobile-lg\:text-light {
        font-weight: 300
    }

    .mobile-lg\:text-normal {
        font-weight: 400
    }

    .mobile-lg\:text-bold {
        font-weight: 700
    }

    .mobile-lg\:flex-justify-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mobile-lg\:flex-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .mobile-lg\:flex-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .mobile-lg\:flex-justify {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .mobile-lg\:line-height-sans-1 {
        line-height: .93923
    }

    .mobile-lg\:line-height-sans-2 {
        line-height: 1.12707
    }

    .mobile-lg\:line-height-sans-3 {
        line-height: 1.26796
    }

    .mobile-lg\:line-height-sans-4 {
        line-height: 1.40884
    }

    .mobile-lg\:line-height-sans-5 {
        line-height: 1.52155
    }

    .mobile-lg\:line-height-sans-6 {
        line-height: 1.64365
    }

    .mobile-lg\:line-height-serif-1 {
        line-height: 1.02486
    }

    .mobile-lg\:line-height-serif-2 {
        line-height: 1.22983
    }

    .mobile-lg\:line-height-serif-3 {
        line-height: 1.38356
    }

    .mobile-lg\:line-height-serif-4 {
        line-height: 1.53729
    }

    .mobile-lg\:line-height-serif-5 {
        line-height: 1.66028
    }

    .mobile-lg\:line-height-serif-6 {
        line-height: 1.79351
    }

    .mobile-lg\:line-height-mono-1 {
        line-height: 1.04972
    }

    .mobile-lg\:line-height-mono-2 {
        line-height: 1.25967
    }

    .mobile-lg\:line-height-mono-3 {
        line-height: 1.41713
    }

    .mobile-lg\:line-height-mono-4 {
        line-height: 1.57459
    }

    .mobile-lg\:line-height-mono-5 {
        line-height: 1.70055
    }

    .mobile-lg\:line-height-mono-6 {
        line-height: 1.83702
    }

    .mobile-lg\:line-height-heading-1 {
        line-height: 1.02486
    }

    .mobile-lg\:line-height-heading-2 {
        line-height: 1.22983
    }

    .mobile-lg\:line-height-heading-3 {
        line-height: 1.38356
    }

    .mobile-lg\:line-height-heading-4 {
        line-height: 1.53729
    }

    .mobile-lg\:line-height-heading-5 {
        line-height: 1.66028
    }

    .mobile-lg\:line-height-heading-6 {
        line-height: 1.79351
    }

    .mobile-lg\:line-height-ui-1 {
        line-height: .93923
    }

    .mobile-lg\:line-height-ui-2 {
        line-height: 1.12707
    }

    .mobile-lg\:line-height-ui-3 {
        line-height: 1.26796
    }

    .mobile-lg\:line-height-ui-4 {
        line-height: 1.40884
    }

    .mobile-lg\:line-height-ui-5 {
        line-height: 1.52155
    }

    .mobile-lg\:line-height-ui-6 {
        line-height: 1.64365
    }

    .mobile-lg\:line-height-body-1 {
        line-height: .93923
    }

    .mobile-lg\:line-height-body-2 {
        line-height: 1.12707
    }

    .mobile-lg\:line-height-body-3 {
        line-height: 1.26796
    }

    .mobile-lg\:line-height-body-4 {
        line-height: 1.40884
    }

    .mobile-lg\:line-height-body-5 {
        line-height: 1.52155
    }

    .mobile-lg\:line-height-body-6 {
        line-height: 1.64365
    }

    .mobile-lg\:line-height-code-1 {
        line-height: 1.04972
    }

    .mobile-lg\:line-height-code-2 {
        line-height: 1.25967
    }

    .mobile-lg\:line-height-code-3 {
        line-height: 1.41713
    }

    .mobile-lg\:line-height-code-4 {
        line-height: 1.57459
    }

    .mobile-lg\:line-height-code-5 {
        line-height: 1.70055
    }

    .mobile-lg\:line-height-code-6 {
        line-height: 1.83702
    }

    .mobile-lg\:line-height-alt-1 {
        line-height: 1.02486
    }

    .mobile-lg\:line-height-alt-2 {
        line-height: 1.22983
    }

    .mobile-lg\:line-height-alt-3 {
        line-height: 1.38356
    }

    .mobile-lg\:line-height-alt-4 {
        line-height: 1.53729
    }

    .mobile-lg\:line-height-alt-5 {
        line-height: 1.66028
    }

    .mobile-lg\:line-height-alt-6 {
        line-height: 1.79351
    }

    .mobile-lg\:margin-1px {
        margin: 1px
    }

    .mobile-lg\:margin-2px {
        margin: 2px
    }

    .mobile-lg\:margin-05 {
        margin: .25rem
    }

    .mobile-lg\:margin-1 {
        margin: .5rem
    }

    .mobile-lg\:margin-105 {
        margin: .75rem
    }

    .mobile-lg\:margin-2 {
        margin: 1rem
    }

    .mobile-lg\:margin-205 {
        margin: 1.25rem
    }

    .mobile-lg\:margin-3 {
        margin: 1.5rem
    }

    .mobile-lg\:margin-4 {
        margin: 2rem
    }

    .mobile-lg\:margin-5 {
        margin: 2.5rem
    }

    .mobile-lg\:margin-6 {
        margin: 3rem
    }

    .mobile-lg\:margin-7 {
        margin: 3.5rem
    }

    .mobile-lg\:margin-8 {
        margin: 4rem
    }

    .mobile-lg\:margin-9 {
        margin: 4.5rem
    }

    .mobile-lg\:margin-10 {
        margin: 5rem
    }

    .mobile-lg\:margin-15 {
        margin: 7.5rem
    }

    .mobile-lg\:margin-05em {
        margin: .5em
    }

    .mobile-lg\:margin-1em {
        margin: 1em
    }

    .mobile-lg\:margin-105em {
        margin: 1.5em
    }

    .mobile-lg\:margin-2em {
        margin: 2em
    }

    .mobile-lg\:margin-0 {
        margin: 0
    }

    .mobile-lg\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .mobile-lg\:margin-top-1px {
        margin-top: 1px
    }

    .mobile-lg\:margin-bottom-1px {
        margin-bottom: 1px
    }

    .mobile-lg\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .mobile-lg\:margin-top-2px {
        margin-top: 2px
    }

    .mobile-lg\:margin-bottom-2px {
        margin-bottom: 2px
    }

    .mobile-lg\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .mobile-lg\:margin-top-05 {
        margin-top: .25rem
    }

    .mobile-lg\:margin-bottom-05 {
        margin-bottom: .25rem
    }

    .mobile-lg\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .mobile-lg\:margin-top-1 {
        margin-top: .5rem
    }

    .mobile-lg\:margin-bottom-1 {
        margin-bottom: .5rem
    }

    .mobile-lg\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .mobile-lg\:margin-top-105 {
        margin-top: .75rem
    }

    .mobile-lg\:margin-bottom-105 {
        margin-bottom: .75rem
    }

    .mobile-lg\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .mobile-lg\:margin-top-2 {
        margin-top: 1rem
    }

    .mobile-lg\:margin-bottom-2 {
        margin-bottom: 1rem
    }

    .mobile-lg\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .mobile-lg\:margin-top-205 {
        margin-top: 1.25rem
    }

    .mobile-lg\:margin-bottom-205 {
        margin-bottom: 1.25rem
    }

    .mobile-lg\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .mobile-lg\:margin-top-3 {
        margin-top: 1.5rem
    }

    .mobile-lg\:margin-bottom-3 {
        margin-bottom: 1.5rem
    }

    .mobile-lg\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px
    }

    .mobile-lg\:margin-top-neg-1px {
        margin-top: -1px
    }

    .mobile-lg\:margin-bottom-neg-1px {
        margin-bottom: -1px
    }

    .mobile-lg\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px
    }

    .mobile-lg\:margin-top-neg-2px {
        margin-top: -2px
    }

    .mobile-lg\:margin-bottom-neg-2px {
        margin-bottom: -2px
    }

    .mobile-lg\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem
    }

    .mobile-lg\:margin-top-neg-05 {
        margin-top: -.25rem
    }

    .mobile-lg\:margin-bottom-neg-05 {
        margin-bottom: -.25rem
    }

    .mobile-lg\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem
    }

    .mobile-lg\:margin-top-neg-1 {
        margin-top: -.5rem
    }

    .mobile-lg\:margin-bottom-neg-1 {
        margin-bottom: -.5rem
    }

    .mobile-lg\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }

    .mobile-lg\:margin-top-neg-105 {
        margin-top: -.75rem
    }

    .mobile-lg\:margin-bottom-neg-105 {
        margin-bottom: -.75rem
    }

    .mobile-lg\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem
    }

    .mobile-lg\:margin-top-neg-2 {
        margin-top: -1rem
    }

    .mobile-lg\:margin-bottom-neg-2 {
        margin-bottom: -1rem
    }

    .mobile-lg\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }

    .mobile-lg\:margin-top-neg-205 {
        margin-top: -1.25rem
    }

    .mobile-lg\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem
    }

    .mobile-lg\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem
    }

    .mobile-lg\:margin-top-neg-3 {
        margin-top: -1.5rem
    }

    .mobile-lg\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem
    }

    .mobile-lg\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .mobile-lg\:margin-top-4 {
        margin-top: 2rem
    }

    .mobile-lg\:margin-bottom-4 {
        margin-bottom: 2rem
    }

    .mobile-lg\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .mobile-lg\:margin-top-5 {
        margin-top: 2.5rem
    }

    .mobile-lg\:margin-bottom-5 {
        margin-bottom: 2.5rem
    }

    .mobile-lg\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .mobile-lg\:margin-top-6 {
        margin-top: 3rem
    }

    .mobile-lg\:margin-bottom-6 {
        margin-bottom: 3rem
    }

    .mobile-lg\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem
    }

    .mobile-lg\:margin-top-7 {
        margin-top: 3.5rem
    }

    .mobile-lg\:margin-bottom-7 {
        margin-bottom: 3.5rem
    }

    .mobile-lg\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .mobile-lg\:margin-top-8 {
        margin-top: 4rem
    }

    .mobile-lg\:margin-bottom-8 {
        margin-bottom: 4rem
    }

    .mobile-lg\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem
    }

    .mobile-lg\:margin-top-9 {
        margin-top: 4.5rem
    }

    .mobile-lg\:margin-bottom-9 {
        margin-bottom: 4.5rem
    }

    .mobile-lg\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .mobile-lg\:margin-top-10 {
        margin-top: 5rem
    }

    .mobile-lg\:margin-bottom-10 {
        margin-bottom: 5rem
    }

    .mobile-lg\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }

    .mobile-lg\:margin-top-15 {
        margin-top: 7.5rem
    }

    .mobile-lg\:margin-bottom-15 {
        margin-bottom: 7.5rem
    }

    .mobile-lg\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em
    }

    .mobile-lg\:margin-top-05em {
        margin-top: .5em
    }

    .mobile-lg\:margin-bottom-05em {
        margin-bottom: .5em
    }

    .mobile-lg\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em
    }

    .mobile-lg\:margin-top-1em {
        margin-top: 1em
    }

    .mobile-lg\:margin-bottom-1em {
        margin-bottom: 1em
    }

    .mobile-lg\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em
    }

    .mobile-lg\:margin-top-105em {
        margin-top: 1.5em
    }

    .mobile-lg\:margin-bottom-105em {
        margin-bottom: 1.5em
    }

    .mobile-lg\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .mobile-lg\:margin-top-2em {
        margin-top: 2em
    }

    .mobile-lg\:margin-bottom-2em {
        margin-bottom: 2em
    }

    .mobile-lg\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .mobile-lg\:margin-top-0 {
        margin-top: 0
    }

    .mobile-lg\:margin-bottom-0 {
        margin-bottom: 0
    }

    .mobile-lg\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px
    }

    .mobile-lg\:margin-right-1px {
        margin-right: 1px
    }

    .mobile-lg\:margin-left-1px {
        margin-left: 1px
    }

    .mobile-lg\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px
    }

    .mobile-lg\:margin-right-2px {
        margin-right: 2px
    }

    .mobile-lg\:margin-left-2px {
        margin-left: 2px
    }

    .mobile-lg\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem
    }

    .mobile-lg\:margin-right-05 {
        margin-right: .25rem
    }

    .mobile-lg\:margin-left-05 {
        margin-left: .25rem
    }

    .mobile-lg\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .mobile-lg\:margin-right-1 {
        margin-right: .5rem
    }

    .mobile-lg\:margin-left-1 {
        margin-left: .5rem
    }

    .mobile-lg\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem
    }

    .mobile-lg\:margin-right-105 {
        margin-right: .75rem
    }

    .mobile-lg\:margin-left-105 {
        margin-left: .75rem
    }

    .mobile-lg\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .mobile-lg\:margin-right-2 {
        margin-right: 1rem
    }

    .mobile-lg\:margin-left-2 {
        margin-left: 1rem
    }

    .mobile-lg\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .mobile-lg\:margin-right-205 {
        margin-right: 1.25rem
    }

    .mobile-lg\:margin-left-205 {
        margin-left: 1.25rem
    }

    .mobile-lg\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .mobile-lg\:margin-right-3 {
        margin-right: 1.5rem
    }

    .mobile-lg\:margin-left-3 {
        margin-left: 1.5rem
    }

    .mobile-lg\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px
    }

    .mobile-lg\:margin-right-neg-1px {
        margin-right: -1px
    }

    .mobile-lg\:margin-left-neg-1px {
        margin-left: -1px
    }

    .mobile-lg\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px
    }

    .mobile-lg\:margin-right-neg-2px {
        margin-right: -2px
    }

    .mobile-lg\:margin-left-neg-2px {
        margin-left: -2px
    }

    .mobile-lg\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem
    }

    .mobile-lg\:margin-right-neg-05 {
        margin-right: -.25rem
    }

    .mobile-lg\:margin-left-neg-05 {
        margin-left: -.25rem
    }

    .mobile-lg\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .mobile-lg\:margin-right-neg-1 {
        margin-right: -.5rem
    }

    .mobile-lg\:margin-left-neg-1 {
        margin-left: -.5rem
    }

    .mobile-lg\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .mobile-lg\:margin-right-neg-105 {
        margin-right: -.75rem
    }

    .mobile-lg\:margin-left-neg-105 {
        margin-left: -.75rem
    }

    .mobile-lg\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .mobile-lg\:margin-right-neg-2 {
        margin-right: -1rem
    }

    .mobile-lg\:margin-left-neg-2 {
        margin-left: -1rem
    }

    .mobile-lg\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }

    .mobile-lg\:margin-right-neg-205 {
        margin-right: -1.25rem
    }

    .mobile-lg\:margin-left-neg-205 {
        margin-left: -1.25rem
    }

    .mobile-lg\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .mobile-lg\:margin-right-neg-3 {
        margin-right: -1.5rem
    }

    .mobile-lg\:margin-left-neg-3 {
        margin-left: -1.5rem
    }

    .mobile-lg\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .mobile-lg\:margin-right-4 {
        margin-right: 2rem
    }

    .mobile-lg\:margin-left-4 {
        margin-left: 2rem
    }

    .mobile-lg\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .mobile-lg\:margin-right-5 {
        margin-right: 2.5rem
    }

    .mobile-lg\:margin-left-5 {
        margin-left: 2.5rem
    }

    .mobile-lg\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem
    }

    .mobile-lg\:margin-right-6 {
        margin-right: 3rem
    }

    .mobile-lg\:margin-left-6 {
        margin-left: 3rem
    }

    .mobile-lg\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem
    }

    .mobile-lg\:margin-right-7 {
        margin-right: 3.5rem
    }

    .mobile-lg\:margin-left-7 {
        margin-left: 3.5rem
    }

    .mobile-lg\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .mobile-lg\:margin-right-8 {
        margin-right: 4rem
    }

    .mobile-lg\:margin-left-8 {
        margin-left: 4rem
    }

    .mobile-lg\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem
    }

    .mobile-lg\:margin-right-9 {
        margin-right: 4.5rem
    }

    .mobile-lg\:margin-left-9 {
        margin-left: 4.5rem
    }

    .mobile-lg\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem
    }

    .mobile-lg\:margin-right-10 {
        margin-right: 5rem
    }

    .mobile-lg\:margin-left-10 {
        margin-left: 5rem
    }

    .mobile-lg\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }

    .mobile-lg\:margin-right-15 {
        margin-right: 7.5rem
    }

    .mobile-lg\:margin-left-15 {
        margin-left: 7.5rem
    }

    .mobile-lg\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em
    }

    .mobile-lg\:margin-right-05em {
        margin-right: .5em
    }

    .mobile-lg\:margin-left-05em {
        margin-left: .5em
    }

    .mobile-lg\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em
    }

    .mobile-lg\:margin-right-1em {
        margin-right: 1em
    }

    .mobile-lg\:margin-left-1em {
        margin-left: 1em
    }

    .mobile-lg\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em
    }

    .mobile-lg\:margin-right-105em {
        margin-right: 1.5em
    }

    .mobile-lg\:margin-left-105em {
        margin-left: 1.5em
    }

    .mobile-lg\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em
    }

    .mobile-lg\:margin-right-2em {
        margin-right: 2em
    }

    .mobile-lg\:margin-left-2em {
        margin-left: 2em
    }

    .mobile-lg\:margin-x-0 {
        margin-left: 0;
        margin-right: 0
    }

    .mobile-lg\:margin-right-0 {
        margin-right: 0
    }

    .mobile-lg\:margin-left-0 {
        margin-left: 0
    }

    .mobile-lg\:margin-x-auto {
        margin-left: auto;
        margin-right: auto
    }

    .mobile-lg\:margin-right-auto {
        margin-right: auto
    }

    .mobile-lg\:margin-left-auto {
        margin-left: auto
    }

    .mobile-lg\:measure-1 {
        max-width: 44ex
    }

    .mobile-lg\:measure-2 {
        max-width: 60ex
    }

    .mobile-lg\:measure-3 {
        max-width: 64ex
    }

    .mobile-lg\:measure-4 {
        max-width: 68ex
    }

    .mobile-lg\:measure-5 {
        max-width: 72ex
    }

    .mobile-lg\:measure-6 {
        max-width: 88ex
    }

    .mobile-lg\:measure-none {
        max-width: none
    }

    .mobile-lg\:order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .mobile-lg\:order-last {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999
    }

    .mobile-lg\:order-initial {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0
    }

    .mobile-lg\:order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .mobile-lg\:order-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .mobile-lg\:order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .mobile-lg\:order-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .mobile-lg\:order-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .mobile-lg\:order-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .mobile-lg\:order-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .mobile-lg\:order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .mobile-lg\:order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .mobile-lg\:order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .mobile-lg\:order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .mobile-lg\:order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .mobile-lg\:padding-1px {
        padding: 1px
    }

    .mobile-lg\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .mobile-lg\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px
    }

    .mobile-lg\:padding-top-1px {
        padding-top: 1px
    }

    .mobile-lg\:padding-right-1px {
        padding-right: 1px
    }

    .mobile-lg\:padding-bottom-1px {
        padding-bottom: 1px
    }

    .mobile-lg\:padding-left-1px {
        padding-left: 1px
    }

    .mobile-lg\:padding-2px {
        padding: 2px
    }

    .mobile-lg\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .mobile-lg\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px
    }

    .mobile-lg\:padding-top-2px {
        padding-top: 2px
    }

    .mobile-lg\:padding-right-2px {
        padding-right: 2px
    }

    .mobile-lg\:padding-bottom-2px {
        padding-bottom: 2px
    }

    .mobile-lg\:padding-left-2px {
        padding-left: 2px
    }

    .mobile-lg\:padding-05 {
        padding: .25rem
    }

    .mobile-lg\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .mobile-lg\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .mobile-lg\:padding-top-05 {
        padding-top: .25rem
    }

    .mobile-lg\:padding-right-05 {
        padding-right: .25rem
    }

    .mobile-lg\:padding-bottom-05 {
        padding-bottom: .25rem
    }

    .mobile-lg\:padding-left-05 {
        padding-left: .25rem
    }

    .mobile-lg\:padding-1 {
        padding: .5rem
    }

    .mobile-lg\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .mobile-lg\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .mobile-lg\:padding-top-1 {
        padding-top: .5rem
    }

    .mobile-lg\:padding-right-1 {
        padding-right: .5rem
    }

    .mobile-lg\:padding-bottom-1 {
        padding-bottom: .5rem
    }

    .mobile-lg\:padding-left-1 {
        padding-left: .5rem
    }

    .mobile-lg\:padding-105 {
        padding: .75rem
    }

    .mobile-lg\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .mobile-lg\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .mobile-lg\:padding-top-105 {
        padding-top: .75rem
    }

    .mobile-lg\:padding-right-105 {
        padding-right: .75rem
    }

    .mobile-lg\:padding-bottom-105 {
        padding-bottom: .75rem
    }

    .mobile-lg\:padding-left-105 {
        padding-left: .75rem
    }

    .mobile-lg\:padding-2 {
        padding: 1rem
    }

    .mobile-lg\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .mobile-lg\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .mobile-lg\:padding-top-2 {
        padding-top: 1rem
    }

    .mobile-lg\:padding-right-2 {
        padding-right: 1rem
    }

    .mobile-lg\:padding-bottom-2 {
        padding-bottom: 1rem
    }

    .mobile-lg\:padding-left-2 {
        padding-left: 1rem
    }

    .mobile-lg\:padding-205 {
        padding: 1.25rem
    }

    .mobile-lg\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .mobile-lg\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .mobile-lg\:padding-top-205 {
        padding-top: 1.25rem
    }

    .mobile-lg\:padding-right-205 {
        padding-right: 1.25rem
    }

    .mobile-lg\:padding-bottom-205 {
        padding-bottom: 1.25rem
    }

    .mobile-lg\:padding-left-205 {
        padding-left: 1.25rem
    }

    .mobile-lg\:padding-3 {
        padding: 1.5rem
    }

    .mobile-lg\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .mobile-lg\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .mobile-lg\:padding-top-3 {
        padding-top: 1.5rem
    }

    .mobile-lg\:padding-right-3 {
        padding-right: 1.5rem
    }

    .mobile-lg\:padding-bottom-3 {
        padding-bottom: 1.5rem
    }

    .mobile-lg\:padding-left-3 {
        padding-left: 1.5rem
    }

    .mobile-lg\:padding-4 {
        padding: 2rem
    }

    .mobile-lg\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .mobile-lg\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .mobile-lg\:padding-top-4 {
        padding-top: 2rem
    }

    .mobile-lg\:padding-right-4 {
        padding-right: 2rem
    }

    .mobile-lg\:padding-bottom-4 {
        padding-bottom: 2rem
    }

    .mobile-lg\:padding-left-4 {
        padding-left: 2rem
    }

    .mobile-lg\:padding-5 {
        padding: 2.5rem
    }

    .mobile-lg\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .mobile-lg\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .mobile-lg\:padding-top-5 {
        padding-top: 2.5rem
    }

    .mobile-lg\:padding-right-5 {
        padding-right: 2.5rem
    }

    .mobile-lg\:padding-bottom-5 {
        padding-bottom: 2.5rem
    }

    .mobile-lg\:padding-left-5 {
        padding-left: 2.5rem
    }

    .mobile-lg\:padding-6 {
        padding: 3rem
    }

    .mobile-lg\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .mobile-lg\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .mobile-lg\:padding-top-6 {
        padding-top: 3rem
    }

    .mobile-lg\:padding-right-6 {
        padding-right: 3rem
    }

    .mobile-lg\:padding-bottom-6 {
        padding-bottom: 3rem
    }

    .mobile-lg\:padding-left-6 {
        padding-left: 3rem
    }

    .mobile-lg\:padding-7 {
        padding: 3.5rem
    }

    .mobile-lg\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .mobile-lg\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .mobile-lg\:padding-top-7 {
        padding-top: 3.5rem
    }

    .mobile-lg\:padding-right-7 {
        padding-right: 3.5rem
    }

    .mobile-lg\:padding-bottom-7 {
        padding-bottom: 3.5rem
    }

    .mobile-lg\:padding-left-7 {
        padding-left: 3.5rem
    }

    .mobile-lg\:padding-8 {
        padding: 4rem
    }

    .mobile-lg\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .mobile-lg\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .mobile-lg\:padding-top-8 {
        padding-top: 4rem
    }

    .mobile-lg\:padding-right-8 {
        padding-right: 4rem
    }

    .mobile-lg\:padding-bottom-8 {
        padding-bottom: 4rem
    }

    .mobile-lg\:padding-left-8 {
        padding-left: 4rem
    }

    .mobile-lg\:padding-9 {
        padding: 4.5rem
    }

    .mobile-lg\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }

    .mobile-lg\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }

    .mobile-lg\:padding-top-9 {
        padding-top: 4.5rem
    }

    .mobile-lg\:padding-right-9 {
        padding-right: 4.5rem
    }

    .mobile-lg\:padding-bottom-9 {
        padding-bottom: 4.5rem
    }

    .mobile-lg\:padding-left-9 {
        padding-left: 4.5rem
    }

    .mobile-lg\:padding-10 {
        padding: 5rem
    }

    .mobile-lg\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .mobile-lg\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .mobile-lg\:padding-top-10 {
        padding-top: 5rem
    }

    .mobile-lg\:padding-right-10 {
        padding-right: 5rem
    }

    .mobile-lg\:padding-bottom-10 {
        padding-bottom: 5rem
    }

    .mobile-lg\:padding-left-10 {
        padding-left: 5rem
    }

    .mobile-lg\:padding-15 {
        padding: 7.5rem
    }

    .mobile-lg\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }

    .mobile-lg\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }

    .mobile-lg\:padding-top-15 {
        padding-top: 7.5rem
    }

    .mobile-lg\:padding-right-15 {
        padding-right: 7.5rem
    }

    .mobile-lg\:padding-bottom-15 {
        padding-bottom: 7.5rem
    }

    .mobile-lg\:padding-left-15 {
        padding-left: 7.5rem
    }

    .mobile-lg\:padding-0 {
        padding: 0
    }

    .mobile-lg\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .mobile-lg\:padding-x-0 {
        padding-left: 0;
        padding-right: 0
    }

    .mobile-lg\:padding-top-0 {
        padding-top: 0
    }

    .mobile-lg\:padding-right-0 {
        padding-right: 0
    }

    .mobile-lg\:padding-bottom-0 {
        padding-bottom: 0
    }

    .mobile-lg\:padding-left-0 {
        padding-left: 0
    }
}

@media (min-width: 40em) {
    .usa-display {
        margin-bottom: 0;
        margin-top: 0;
        clear: both;
        font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
        font-size: 2.92722rem;
        line-height: 1.22983;
        font-weight: 700
    }

    * + .usa-display {
        margin-top: 1.5em
    }

    .usa-display + * {
        margin-top: 1em
    }

    .usa-banner {
        font-size: .86507rem;
        padding-bottom: 0
    }

    .usa-banner__content {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .usa-banner__guidance {
        padding-top: 0
    }

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

    .usa-banner__header {
        padding-bottom: .25rem;
        padding-top: .25rem;
        min-height: 0
    }

    .usa-banner__header--expanded .usa-banner__header-close-text, .usa-banner__header-action {
        display: none
    }

    .usa-banner__header-flag {
        margin-right: .5rem;
        padding-top: 0
    }

    .usa-banner__header--expanded {
        background-color: transparent;
        color: #1b1b1b;
        display: block;
        font-size: .79853rem;
        font-weight: 400;
        min-height: 0;
        padding-right: 0
    }

    .usa-banner__header--expanded .usa-banner__inner {
        margin-left: auto
    }

    .usa-banner__button {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        display: inline;
        margin-left: .5rem;
        position: relative
    }

    .usa-banner__button:after {
        background-image: url(/img/uswds/angle-arrow-down-primary.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(/img/uswds/angle-arrow-down-primary.svg), linear-gradient(transparent, transparent);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: .5rem;
        content: "";
        display: inline-block;
        height: .5rem;
        width: .5rem;
        margin-left: 2px
    }

    .usa-banner__button:hover:after {
        background-image: url(/img/uswds/angle-arrow-down-primary-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(/img/uswds/angle-arrow-down-primary-hover.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat
    }

    .usa-banner__button:hover {
        color: #162e51
    }

    .usa-banner__button[aria-expanded=true] {
        height: auto;
        padding: 0;
        position: relative
    }

    .usa-banner__button[aria-expanded=true]:after {
        background-image: url(/img/uswds/angle-arrow-up-primary.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(/img/uswds/angle-arrow-up-primary.svg), linear-gradient(transparent, transparent);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: .5rem;
        content: "";
        display: inline-block;
        height: .5rem;
        width: .5rem;
        margin-left: 2px
    }

    .usa-banner__button[aria-expanded=true]:hover:after {
        background-image: url(/img/uswds/angle-arrow-up-primary-hover.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(/img/uswds/angle-arrow-up-primary-hover.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat
    }

    .usa-banner__button[aria-expanded=true]:after {
        position: static
    }

    .usa-banner__button-text {
        position: static;
        display: inline
    }

    .usa-footer--big .usa-footer__nav {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        border-bottom: none
    }

    .usa-graphic-list .usa-graphic-list__row .usa-media-block {
        margin-bottom: 4rem
    }

    .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block {
        margin-bottom: 0
    }

    .usa-hero__callout {
        max-width: 20rem
    }

    .usa-section {
        padding-bottom: 4rem;
        padding-top: 4rem
    }

    .usa-sidenav .usa-current {
        position: relative
    }

    .usa-sidenav .usa-current:after {
        background-color: #005ea2;
        border-radius: 99rem;
        content: "";
        display: block;
        position: absolute;
        bottom: .25rem;
        top: .25rem;
        width: .25rem;
        left: 0
    }

    .grid-container .usa-sidenav {
        margin-left: 0;
        margin-right: 0
    }

    .usa-sidenav__sublist .usa-current:after {
        display: none
    }

    .tablet\:grid-container {
        max-width: 64rem
    }

    .tablet\:grid-container, .tablet\:grid-container-card {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .tablet\:grid-container-card {
        max-width: 10rem
    }

    .tablet\:grid-container-card-lg {
        max-width: 15rem
    }

    .tablet\:grid-container-card-lg, .tablet\:grid-container-mobile {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .tablet\:grid-container-mobile {
        max-width: 20rem
    }

    .tablet\:grid-container-mobile-lg {
        max-width: 30rem
    }

    .tablet\:grid-container-mobile-lg, .tablet\:grid-container-tablet {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .tablet\:grid-container-tablet {
        max-width: 40rem
    }

    .tablet\:grid-container-tablet-lg {
        max-width: 55rem
    }

    .tablet\:grid-container-desktop, .tablet\:grid-container-tablet-lg {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .tablet\:grid-container-desktop {
        max-width: 64rem
    }

    .tablet\:grid-container-desktop-lg {
        max-width: 75rem
    }

    .tablet\:grid-container-desktop-lg, .tablet\:grid-container-widescreen {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .tablet\:grid-container-widescreen {
        max-width: 87.5rem
    }

    .grid-row.tablet\:grid-gap-0 {
        margin-left: 0;
        margin-right: 0
    }

    .grid-row.tablet\:grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0
    }

    .grid-row.tablet\:grid-gap-2px {
        margin-left: -1px;
        margin-right: -1px
    }

    .grid-row.tablet\:grid-gap-2px > * {
        padding-left: 1px;
        padding-right: 1px
    }

    .grid-row.tablet\:grid-gap-05 {
        margin-left: -2px;
        margin-right: -2px
    }

    .grid-row.tablet\:grid-gap-05 > * {
        padding-left: 2px;
        padding-right: 2px
    }

    .grid-row.tablet\:grid-gap-1 {
        margin-left: -.25rem;
        margin-right: -.25rem
    }

    .grid-row.tablet\:grid-gap-1 > * {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .grid-row.tablet\:grid-gap-2 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .grid-row.tablet\:grid-gap-2 > * {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .grid-row.tablet\:grid-gap-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .grid-row.tablet\:grid-gap-3 > * {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .grid-row.tablet\:grid-gap-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .grid-row.tablet\:grid-gap-4 > * {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .grid-row.tablet\:grid-gap-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }

    .grid-row.tablet\:grid-gap-5 > * {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .grid-row.tablet\:grid-gap-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .grid-row.tablet\:grid-gap-6 > * {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .grid-row.tablet\:grid-gap-sm {
        margin-left: -1px;
        margin-right: -1px
    }

    .grid-row.tablet\:grid-gap-sm > * {
        padding-left: 1px;
        padding-right: 1px
    }

    .grid-row.tablet\:grid-gap-md {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .grid-row.tablet\:grid-gap-md > * {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .grid-row.tablet\:grid-gap-lg {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .grid-row.tablet\:grid-gap-lg > * {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .tablet\:grid-col, .tablet\:grid-col-fill {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        max-width: 100%
    }

    .tablet\:grid-col-auto {
        width: auto;
        max-width: 100%
    }

    .tablet\:grid-col-1, .tablet\:grid-col-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .tablet\:grid-col-1 {
        width: 8.33333%
    }

    .tablet\:grid-col-2 {
        width: 16.66667%
    }

    .tablet\:grid-col-2, .tablet\:grid-col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .tablet\:grid-col-3 {
        width: 25%
    }

    .tablet\:grid-col-4 {
        width: 33.33333%
    }

    .tablet\:grid-col-4, .tablet\:grid-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .tablet\:grid-col-5 {
        width: 41.66667%
    }

    .tablet\:grid-col-6 {
        width: 50%
    }

    .tablet\:grid-col-6, .tablet\:grid-col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .tablet\:grid-col-7 {
        width: 58.33333%
    }

    .tablet\:grid-col-8 {
        width: 66.66667%
    }

    .tablet\:grid-col-8, .tablet\:grid-col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .tablet\:grid-col-9 {
        width: 75%
    }

    .tablet\:grid-col-10 {
        width: 83.33333%
    }

    .tablet\:grid-col-10, .tablet\:grid-col-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .tablet\:grid-col-11 {
        width: 91.66667%
    }

    .tablet\:grid-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .tablet\:grid-offset-1 {
        margin-left: 8.33333%
    }

    .tablet\:grid-offset-2 {
        margin-left: 16.66667%
    }

    .tablet\:grid-offset-3 {
        margin-left: 25%
    }

    .tablet\:grid-offset-4 {
        margin-left: 33.33333%
    }

    .tablet\:grid-offset-5 {
        margin-left: 41.66667%
    }

    .tablet\:grid-offset-6 {
        margin-left: 50%
    }

    .tablet\:grid-offset-7 {
        margin-left: 58.33333%
    }

    .tablet\:grid-offset-8 {
        margin-left: 66.66667%
    }

    .tablet\:grid-offset-9 {
        margin-left: 75%
    }

    .tablet\:grid-offset-10 {
        margin-left: 83.33333%
    }

    .tablet\:grid-offset-11 {
        margin-left: 91.66667%
    }

    .tablet\:grid-offset-12 {
        margin-left: 100%
    }

    .tablet\:grid-offset-none {
        margin-left: 0
    }

    .tablet\:border-1px, .tablet\:border-1px .tablet\:hover\:border-1px:hover {
        border: 1px solid
    }

    .tablet\:border-y-1px, .tablet\:border-y-1px .tablet\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid
    }

    .tablet\:border-x-1px, .tablet\:border-x-1px .tablet\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid
    }

    .tablet\:border-top-1px, .tablet\:border-top-1px .tablet\:hover\:border-top-1px:hover {
        border-top: 1px solid
    }

    .tablet\:border-right-1px, .tablet\:border-right-1px .tablet\:hover\:border-right-1px:hover {
        border-right: 1px solid
    }

    .tablet\:border-bottom-1px, .tablet\:border-bottom-1px .tablet\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid
    }

    .tablet\:border-left-1px, .tablet\:border-left-1px .tablet\:hover\:border-left-1px:hover {
        border-left: 1px solid
    }

    .tablet\:border-2px, .tablet\:border-2px .tablet\:hover\:border-2px:hover {
        border: 2px solid
    }

    .tablet\:border-y-2px, .tablet\:border-y-2px .tablet\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid
    }

    .tablet\:border-x-2px, .tablet\:border-x-2px .tablet\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid
    }

    .tablet\:border-top-2px, .tablet\:border-top-2px .tablet\:hover\:border-top-2px:hover {
        border-top: 2px solid
    }

    .tablet\:border-right-2px, .tablet\:border-right-2px .tablet\:hover\:border-right-2px:hover {
        border-right: 2px solid
    }

    .tablet\:border-bottom-2px, .tablet\:border-bottom-2px .tablet\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid
    }

    .tablet\:border-left-2px, .tablet\:border-left-2px .tablet\:hover\:border-left-2px:hover {
        border-left: 2px solid
    }

    .tablet\:border-05, .tablet\:border-05 .tablet\:hover\:border-05:hover {
        border: .25rem solid
    }

    .tablet\:border-y-05, .tablet\:border-y-05 .tablet\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid
    }

    .tablet\:border-x-05, .tablet\:border-x-05 .tablet\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid
    }

    .tablet\:border-top-05, .tablet\:border-top-05 .tablet\:hover\:border-top-05:hover {
        border-top: .25rem solid
    }

    .tablet\:border-right-05, .tablet\:border-right-05 .tablet\:hover\:border-right-05:hover {
        border-right: .25rem solid
    }

    .tablet\:border-bottom-05, .tablet\:border-bottom-05 .tablet\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid
    }

    .tablet\:border-left-05, .tablet\:border-left-05 .tablet\:hover\:border-left-05:hover {
        border-left: .25rem solid
    }

    .tablet\:border-1, .tablet\:border-1 .tablet\:hover\:border-1:hover {
        border: .5rem solid
    }

    .tablet\:border-y-1, .tablet\:border-y-1 .tablet\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid
    }

    .tablet\:border-x-1, .tablet\:border-x-1 .tablet\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid
    }

    .tablet\:border-top-1, .tablet\:border-top-1 .tablet\:hover\:border-top-1:hover {
        border-top: .5rem solid
    }

    .tablet\:border-right-1, .tablet\:border-right-1 .tablet\:hover\:border-right-1:hover {
        border-right: .5rem solid
    }

    .tablet\:border-bottom-1, .tablet\:border-bottom-1 .tablet\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid
    }

    .tablet\:border-left-1, .tablet\:border-left-1 .tablet\:hover\:border-left-1:hover {
        border-left: .5rem solid
    }

    .tablet\:border-105, .tablet\:border-105 .tablet\:hover\:border-105:hover {
        border: .75rem solid
    }

    .tablet\:border-y-105, .tablet\:border-y-105 .tablet\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid
    }

    .tablet\:border-x-105, .tablet\:border-x-105 .tablet\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid
    }

    .tablet\:border-top-105, .tablet\:border-top-105 .tablet\:hover\:border-top-105:hover {
        border-top: .75rem solid
    }

    .tablet\:border-right-105, .tablet\:border-right-105 .tablet\:hover\:border-right-105:hover {
        border-right: .75rem solid
    }

    .tablet\:border-bottom-105, .tablet\:border-bottom-105 .tablet\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid
    }

    .tablet\:border-left-105, .tablet\:border-left-105 .tablet\:hover\:border-left-105:hover {
        border-left: .75rem solid
    }

    .tablet\:border-2, .tablet\:border-2 .tablet\:hover\:border-2:hover {
        border: 1rem solid
    }

    .tablet\:border-y-2, .tablet\:border-y-2 .tablet\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid
    }

    .tablet\:border-x-2, .tablet\:border-x-2 .tablet\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid
    }

    .tablet\:border-top-2, .tablet\:border-top-2 .tablet\:hover\:border-top-2:hover {
        border-top: 1rem solid
    }

    .tablet\:border-right-2, .tablet\:border-right-2 .tablet\:hover\:border-right-2:hover {
        border-right: 1rem solid
    }

    .tablet\:border-bottom-2, .tablet\:border-bottom-2 .tablet\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid
    }

    .tablet\:border-left-2, .tablet\:border-left-2 .tablet\:hover\:border-left-2:hover {
        border-left: 1rem solid
    }

    .tablet\:border-205, .tablet\:border-205 .tablet\:hover\:border-205:hover {
        border: 1.25rem solid
    }

    .tablet\:border-y-205, .tablet\:border-y-205 .tablet\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid
    }

    .tablet\:border-x-205, .tablet\:border-x-205 .tablet\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid
    }

    .tablet\:border-top-205, .tablet\:border-top-205 .tablet\:hover\:border-top-205:hover {
        border-top: 1.25rem solid
    }

    .tablet\:border-right-205, .tablet\:border-right-205 .tablet\:hover\:border-right-205:hover {
        border-right: 1.25rem solid
    }

    .tablet\:border-bottom-205, .tablet\:border-bottom-205 .tablet\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid
    }

    .tablet\:border-left-205, .tablet\:border-left-205 .tablet\:hover\:border-left-205:hover {
        border-left: 1.25rem solid
    }

    .tablet\:border-3, .tablet\:border-3 .tablet\:hover\:border-3:hover {
        border: 1.5rem solid
    }

    .tablet\:border-y-3, .tablet\:border-y-3 .tablet\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid
    }

    .tablet\:border-x-3, .tablet\:border-x-3 .tablet\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid
    }

    .tablet\:border-top-3, .tablet\:border-top-3 .tablet\:hover\:border-top-3:hover {
        border-top: 1.5rem solid
    }

    .tablet\:border-right-3, .tablet\:border-right-3 .tablet\:hover\:border-right-3:hover {
        border-right: 1.5rem solid
    }

    .tablet\:border-bottom-3, .tablet\:border-bottom-3 .tablet\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid
    }

    .tablet\:border-left-3, .tablet\:border-left-3 .tablet\:hover\:border-left-3:hover {
        border-left: 1.5rem solid
    }

    .tablet\:border-0, .tablet\:border-0 .tablet\:hover\:border-0:hover {
        border: 0 solid
    }

    .tablet\:border-y-0, .tablet\:border-y-0 .tablet\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid
    }

    .tablet\:border-x-0, .tablet\:border-x-0 .tablet\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid
    }

    .tablet\:border-top-0, .tablet\:border-top-0 .tablet\:hover\:border-top-0:hover {
        border-top: 0 solid
    }

    .tablet\:border-right-0, .tablet\:border-right-0 .tablet\:hover\:border-right-0:hover {
        border-right: 0 solid
    }

    .tablet\:border-bottom-0, .tablet\:border-bottom-0 .tablet\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid
    }

    .tablet\:border-left-0, .tablet\:border-left-0 .tablet\:hover\:border-left-0:hover {
        border-left: 0 solid
    }

    .tablet\:border, .tablet\:border .tablet\:hover\:border:hover {
        border: 1px solid
    }

    .tablet\:border-y, .tablet\:border-y .tablet\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid
    }

    .tablet\:border-x, .tablet\:border-x .tablet\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid
    }

    .tablet\:border-top, .tablet\:border-top .tablet\:hover\:border-top:hover {
        border-top: 1px solid
    }

    .tablet\:border-right, .tablet\:border-right .tablet\:hover\:border-right:hover {
        border-right: 1px solid
    }

    .tablet\:border-bottom, .tablet\:border-bottom .tablet\:hover\:border-bottom:hover {
        border-bottom: 1px solid
    }

    .tablet\:border-left, .tablet\:border-left .tablet\:hover\:border-left:hover {
        border-left: 1px solid
    }

    .tablet\:border-transparent, .tablet\:border-transparent .tablet\:hover\:border-transparent:hover {
        border-color: transparent
    }

    .tablet\:border-black, .tablet\:border-black .tablet\:hover\:border-black:hover {
        border-color: #000
    }

    .tablet\:border-white, .tablet\:border-white .tablet\:hover\:border-white:hover {
        border-color: #fff
    }

    .tablet\:border-red, .tablet\:border-red .tablet\:hover\:border-red:hover {
        border-color: #e52207
    }

    .tablet\:border-orange, .tablet\:border-orange .tablet\:hover\:border-orange:hover {
        border-color: #e66f0e
    }

    .tablet\:border-gold, .tablet\:border-gold .tablet\:hover\:border-gold:hover {
        border-color: #ffbe2e
    }

    .tablet\:border-yellow, .tablet\:border-yellow .tablet\:hover\:border-yellow:hover {
        border-color: #fee685
    }

    .tablet\:border-green, .tablet\:border-green .tablet\:hover\:border-green:hover {
        border-color: #538200
    }

    .tablet\:border-mint, .tablet\:border-mint .tablet\:hover\:border-mint:hover {
        border-color: #04c585
    }

    .tablet\:border-cyan, .tablet\:border-cyan .tablet\:hover\:border-cyan:hover {
        border-color: #009ec1
    }

    .tablet\:border-blue, .tablet\:border-blue .tablet\:hover\:border-blue:hover {
        border-color: #0076d6
    }

    .tablet\:border-indigo, .tablet\:border-indigo .tablet\:hover\:border-indigo:hover {
        border-color: #676cc8
    }

    .tablet\:border-violet, .tablet\:border-violet .tablet\:hover\:border-violet:hover {
        border-color: #8168b3
    }

    .tablet\:border-magenta, .tablet\:border-magenta .tablet\:hover\:border-magenta:hover {
        border-color: #d72d79
    }

    .tablet\:border-gray-5, .tablet\:border-gray-5 .tablet\:hover\:border-gray-5:hover {
        border-color: #f0f0f0
    }

    .tablet\:border-gray-10, .tablet\:border-gray-10 .tablet\:hover\:border-gray-10:hover {
        border-color: #e6e6e6
    }

    .tablet\:border-gray-30, .tablet\:border-gray-30 .tablet\:hover\:border-gray-30:hover {
        border-color: #adadad
    }

    .tablet\:border-gray-50, .tablet\:border-gray-50 .tablet\:hover\:border-gray-50:hover {
        border-color: #757575
    }

    .tablet\:border-gray-70, .tablet\:border-gray-70 .tablet\:hover\:border-gray-70:hover {
        border-color: #454545
    }

    .tablet\:border-gray-90, .tablet\:border-gray-90 .tablet\:hover\:border-gray-90:hover {
        border-color: #1b1b1b
    }

    .tablet\:border-base-lightest, .tablet\:border-base-lightest .tablet\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0
    }

    .tablet\:border-base-lighter, .tablet\:border-base-lighter .tablet\:hover\:border-base-lighter:hover {
        border-color: #dcdee0
    }

    .tablet\:border-base-light, .tablet\:border-base-light .tablet\:hover\:border-base-light:hover {
        border-color: #a9aeb1
    }

    .tablet\:border-base, .tablet\:border-base .tablet\:hover\:border-base:hover {
        border-color: #71767a
    }

    .tablet\:border-base-dark, .tablet\:border-base-dark .tablet\:hover\:border-base-dark:hover {
        border-color: #565c65
    }

    .tablet\:border-base-darker, .tablet\:border-base-darker .tablet\:hover\:border-base-darker:hover {
        border-color: #3d4551
    }

    .tablet\:border-base-darkest, .tablet\:border-base-darkest .tablet\:hover\:border-base-darkest:hover, .tablet\:border-ink, .tablet\:border-ink .tablet\:hover\:border-ink:hover {
        border-color: #1b1b1b
    }

    .tablet\:border-primary-lighter, .tablet\:border-primary-lighter .tablet\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6
    }

    .tablet\:border-primary-light, .tablet\:border-primary-light .tablet\:hover\:border-primary-light:hover {
        border-color: #73b3e7
    }

    .tablet\:border-primary, .tablet\:border-primary .tablet\:hover\:border-primary:hover {
        border-color: #005ea2
    }

    .tablet\:border-primary-vivid, .tablet\:border-primary-vivid .tablet\:hover\:border-primary-vivid:hover {
        border-color: #0050d8
    }

    .tablet\:border-primary-dark, .tablet\:border-primary-dark .tablet\:hover\:border-primary-dark:hover {
        border-color: #1a4480
    }

    .tablet\:border-primary-darker, .tablet\:border-primary-darker .tablet\:hover\:border-primary-darker:hover {
        border-color: #162e51
    }

    .tablet\:border-secondary-lighter, .tablet\:border-secondary-lighter .tablet\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4
    }

    .tablet\:border-secondary-light, .tablet\:border-secondary-light .tablet\:hover\:border-secondary-light:hover {
        border-color: #f2938c
    }

    .tablet\:border-secondary, .tablet\:border-secondary .tablet\:hover\:border-secondary:hover {
        border-color: #d83933
    }

    .tablet\:border-secondary-vivid, .tablet\:border-secondary-vivid .tablet\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d
    }

    .tablet\:border-secondary-dark, .tablet\:border-secondary-dark .tablet\:hover\:border-secondary-dark:hover {
        border-color: #b50909
    }

    .tablet\:border-secondary-darker, .tablet\:border-secondary-darker .tablet\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03
    }

    .tablet\:border-accent-warm-darker, .tablet\:border-accent-warm-darker .tablet\:hover\:border-accent-warm-darker:hover {
        border-color: #775540
    }

    .tablet\:border-accent-warm-dark, .tablet\:border-accent-warm-dark .tablet\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600
    }

    .tablet\:border-accent-warm, .tablet\:border-accent-warm .tablet\:hover\:border-accent-warm:hover {
        border-color: #fa9441
    }

    .tablet\:border-accent-warm-light, .tablet\:border-accent-warm-light .tablet\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78
    }

    .tablet\:border-accent-warm-lighter, .tablet\:border-accent-warm-lighter .tablet\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4
    }

    .tablet\:border-accent-cool-darker, .tablet\:border-accent-cool-darker .tablet\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d
    }

    .tablet\:border-accent-cool-dark, .tablet\:border-accent-cool-dark .tablet\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb
    }

    .tablet\:border-accent-cool, .tablet\:border-accent-cool .tablet\:hover\:border-accent-cool:hover {
        border-color: #00bde3
    }

    .tablet\:border-accent-cool-light, .tablet\:border-accent-cool-light .tablet\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea
    }

    .tablet\:border-accent-cool-lighter, .tablet\:border-accent-cool-lighter .tablet\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8
    }

    .tablet\:radius-0 {
        border-radius: 0
    }

    .tablet\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .tablet\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .tablet\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .tablet\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .tablet\:radius-sm {
        border-radius: 2px
    }

    .tablet\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px
    }

    .tablet\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px
    }

    .tablet\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px
    }

    .tablet\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px
    }

    .tablet\:radius-md {
        border-radius: .25rem
    }

    .tablet\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .tablet\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

    .tablet\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

    .tablet\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .tablet\:radius-lg {
        border-radius: .5rem
    }

    .tablet\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

    .tablet\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem
    }

    .tablet\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem
    }

    .tablet\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

    .tablet\:radius-pill {
        border-radius: 99rem
    }

    .tablet\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem
    }

    .tablet\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem
    }

    .tablet\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem
    }

    .tablet\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem
    }

    .tablet\:display-block {
        display: block
    }

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

    .tablet\:display-none {
        display: none
    }

    .tablet\:display-inline {
        display: inline
    }

    .tablet\:display-inline-block {
        display: inline-block
    }

    .tablet\:display-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .tablet\:display-table {
        display: table
    }

    .tablet\:display-table-cell {
        display: table-cell
    }

    .tablet\:display-table-row {
        display: table-row
    }

    .tablet\:font-mono-3xs {
        font-size: .77401rem
    }

    .tablet\:font-mono-2xs {
        font-size: .83355rem
    }

    .tablet\:font-mono-xs {
        font-size: .89309rem
    }

    .tablet\:font-mono-sm {
        font-size: .95263rem
    }

    .tablet\:font-mono-md {
        font-size: 1.01217rem
    }

    .tablet\:font-mono-lg {
        font-size: 1.30987rem
    }

    .tablet\:font-mono-xl {
        font-size: 1.90526rem
    }

    .tablet\:font-mono-2xl {
        font-size: 2.38158rem
    }

    .tablet\:font-mono-3xl {
        font-size: 2.85789rem
    }

    .tablet\:font-sans-3xs {
        font-size: .86507rem
    }

    .tablet\:font-sans-2xs {
        font-size: .93162rem
    }

    .tablet\:font-sans-xs {
        font-size: .99816rem
    }

    .tablet\:font-sans-sm {
        font-size: 1.06471rem
    }

    .tablet\:font-sans-md {
        font-size: 1.13125rem
    }

    .tablet\:font-sans-lg {
        font-size: 1.46397rem
    }

    .tablet\:font-sans-xl {
        font-size: 2.12941rem
    }

    .tablet\:font-sans-2xl {
        font-size: 2.66176rem
    }

    .tablet\:font-sans-3xl {
        font-size: 3.19412rem
    }

    .tablet\:font-serif-3xs {
        font-size: .79279rem
    }

    .tablet\:font-serif-2xs {
        font-size: .85377rem
    }

    .tablet\:font-serif-xs {
        font-size: .91476rem
    }

    .tablet\:font-serif-sm {
        font-size: .97574rem
    }

    .tablet\:font-serif-md {
        font-size: 1.03673rem
    }

    .tablet\:font-serif-lg {
        font-size: 1.34164rem
    }

    .tablet\:font-serif-xl {
        font-size: 1.95148rem
    }

    .tablet\:font-serif-2xl {
        font-size: 2.43935rem
    }

    .tablet\:font-serif-3xl {
        font-size: 2.92722rem
    }

    .tablet\:font-heading-3xs {
        font-size: .79279rem
    }

    .tablet\:font-heading-2xs {
        font-size: .85377rem
    }

    .tablet\:font-heading-xs {
        font-size: .91476rem
    }

    .tablet\:font-heading-sm {
        font-size: .97574rem
    }

    .tablet\:font-heading-md {
        font-size: 1.03673rem
    }

    .tablet\:font-heading-lg {
        font-size: 1.34164rem
    }

    .tablet\:font-heading-xl {
        font-size: 1.95148rem
    }

    .tablet\:font-heading-2xl {
        font-size: 2.43935rem
    }

    .tablet\:font-heading-3xl {
        font-size: 2.92722rem
    }

    .tablet\:font-body-3xs {
        font-size: .86507rem
    }

    .tablet\:font-body-2xs {
        font-size: .93162rem
    }

    .tablet\:font-body-xs {
        font-size: .99816rem
    }

    .tablet\:font-body-sm {
        font-size: 1.06471rem
    }

    .tablet\:font-body-md {
        font-size: 1.13125rem
    }

    .tablet\:font-body-lg {
        font-size: 1.46397rem
    }

    .tablet\:font-body-xl {
        font-size: 2.12941rem
    }

    .tablet\:font-body-2xl {
        font-size: 2.66176rem
    }

    .tablet\:font-body-3xl {
        font-size: 3.19412rem
    }

    .tablet\:font-code-3xs {
        font-size: .77401rem
    }

    .tablet\:font-code-2xs {
        font-size: .83355rem
    }

    .tablet\:font-code-xs {
        font-size: .89309rem
    }

    .tablet\:font-code-sm {
        font-size: .95263rem
    }

    .tablet\:font-code-md {
        font-size: 1.01217rem
    }

    .tablet\:font-code-lg {
        font-size: 1.30987rem
    }

    .tablet\:font-code-xl {
        font-size: 1.90526rem
    }

    .tablet\:font-code-2xl {
        font-size: 2.38158rem
    }

    .tablet\:font-code-3xl {
        font-size: 2.85789rem
    }

    .tablet\:font-alt-3xs {
        font-size: .79279rem
    }

    .tablet\:font-alt-2xs {
        font-size: .85377rem
    }

    .tablet\:font-alt-xs {
        font-size: .91476rem
    }

    .tablet\:font-alt-sm {
        font-size: .97574rem
    }

    .tablet\:font-alt-md {
        font-size: 1.03673rem
    }

    .tablet\:font-alt-lg {
        font-size: 1.34164rem
    }

    .tablet\:font-alt-xl {
        font-size: 1.95148rem
    }

    .tablet\:font-alt-2xl {
        font-size: 2.43935rem
    }

    .tablet\:font-alt-3xl {
        font-size: 2.92722rem
    }

    .tablet\:font-ui-3xs {
        font-size: .86507rem
    }

    .tablet\:font-ui-2xs {
        font-size: .93162rem
    }

    .tablet\:font-ui-xs {
        font-size: .99816rem
    }

    .tablet\:font-ui-sm {
        font-size: 1.06471rem
    }

    .tablet\:font-ui-md {
        font-size: 1.13125rem
    }

    .tablet\:font-ui-lg {
        font-size: 1.46397rem
    }

    .tablet\:font-ui-xl {
        font-size: 2.12941rem
    }

    .tablet\:font-ui-2xl {
        font-size: 2.66176rem
    }

    .tablet\:font-ui-3xl {
        font-size: 3.19412rem
    }

    .tablet\:text-light {
        font-weight: 300
    }

    .tablet\:text-normal {
        font-weight: 400
    }

    .tablet\:text-bold {
        font-weight: 700
    }

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

    .tablet\:flex-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .tablet\:flex-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

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

    .tablet\:line-height-sans-1 {
        line-height: .93923
    }

    .tablet\:line-height-sans-2 {
        line-height: 1.12707
    }

    .tablet\:line-height-sans-3 {
        line-height: 1.26796
    }

    .tablet\:line-height-sans-4 {
        line-height: 1.40884
    }

    .tablet\:line-height-sans-5 {
        line-height: 1.52155
    }

    .tablet\:line-height-sans-6 {
        line-height: 1.64365
    }

    .tablet\:line-height-serif-1 {
        line-height: 1.02486
    }

    .tablet\:line-height-serif-2 {
        line-height: 1.22983
    }

    .tablet\:line-height-serif-3 {
        line-height: 1.38356
    }

    .tablet\:line-height-serif-4 {
        line-height: 1.53729
    }

    .tablet\:line-height-serif-5 {
        line-height: 1.66028
    }

    .tablet\:line-height-serif-6 {
        line-height: 1.79351
    }

    .tablet\:line-height-mono-1 {
        line-height: 1.04972
    }

    .tablet\:line-height-mono-2 {
        line-height: 1.25967
    }

    .tablet\:line-height-mono-3 {
        line-height: 1.41713
    }

    .tablet\:line-height-mono-4 {
        line-height: 1.57459
    }

    .tablet\:line-height-mono-5 {
        line-height: 1.70055
    }

    .tablet\:line-height-mono-6 {
        line-height: 1.83702
    }

    .tablet\:line-height-heading-1 {
        line-height: 1.02486
    }

    .tablet\:line-height-heading-2 {
        line-height: 1.22983
    }

    .tablet\:line-height-heading-3 {
        line-height: 1.38356
    }

    .tablet\:line-height-heading-4 {
        line-height: 1.53729
    }

    .tablet\:line-height-heading-5 {
        line-height: 1.66028
    }

    .tablet\:line-height-heading-6 {
        line-height: 1.79351
    }

    .tablet\:line-height-ui-1 {
        line-height: .93923
    }

    .tablet\:line-height-ui-2 {
        line-height: 1.12707
    }

    .tablet\:line-height-ui-3 {
        line-height: 1.26796
    }

    .tablet\:line-height-ui-4 {
        line-height: 1.40884
    }

    .tablet\:line-height-ui-5 {
        line-height: 1.52155
    }

    .tablet\:line-height-ui-6 {
        line-height: 1.64365
    }

    .tablet\:line-height-body-1 {
        line-height: .93923
    }

    .tablet\:line-height-body-2 {
        line-height: 1.12707
    }

    .tablet\:line-height-body-3 {
        line-height: 1.26796
    }

    .tablet\:line-height-body-4 {
        line-height: 1.40884
    }

    .tablet\:line-height-body-5 {
        line-height: 1.52155
    }

    .tablet\:line-height-body-6 {
        line-height: 1.64365
    }

    .tablet\:line-height-code-1 {
        line-height: 1.04972
    }

    .tablet\:line-height-code-2 {
        line-height: 1.25967
    }

    .tablet\:line-height-code-3 {
        line-height: 1.41713
    }

    .tablet\:line-height-code-4 {
        line-height: 1.57459
    }

    .tablet\:line-height-code-5 {
        line-height: 1.70055
    }

    .tablet\:line-height-code-6 {
        line-height: 1.83702
    }

    .tablet\:line-height-alt-1 {
        line-height: 1.02486
    }

    .tablet\:line-height-alt-2 {
        line-height: 1.22983
    }

    .tablet\:line-height-alt-3 {
        line-height: 1.38356
    }

    .tablet\:line-height-alt-4 {
        line-height: 1.53729
    }

    .tablet\:line-height-alt-5 {
        line-height: 1.66028
    }

    .tablet\:line-height-alt-6 {
        line-height: 1.79351
    }

    .tablet\:margin-1px {
        margin: 1px
    }

    .tablet\:margin-2px {
        margin: 2px
    }

    .tablet\:margin-05 {
        margin: .25rem
    }

    .tablet\:margin-1 {
        margin: .5rem
    }

    .tablet\:margin-105 {
        margin: .75rem
    }

    .tablet\:margin-2 {
        margin: 1rem
    }

    .tablet\:margin-205 {
        margin: 1.25rem
    }

    .tablet\:margin-3 {
        margin: 1.5rem
    }

    .tablet\:margin-4 {
        margin: 2rem
    }

    .tablet\:margin-5 {
        margin: 2.5rem
    }

    .tablet\:margin-6 {
        margin: 3rem
    }

    .tablet\:margin-7 {
        margin: 3.5rem
    }

    .tablet\:margin-8 {
        margin: 4rem
    }

    .tablet\:margin-9 {
        margin: 4.5rem
    }

    .tablet\:margin-10 {
        margin: 5rem
    }

    .tablet\:margin-15 {
        margin: 7.5rem
    }

    .tablet\:margin-05em {
        margin: .5em
    }

    .tablet\:margin-1em {
        margin: 1em
    }

    .tablet\:margin-105em {
        margin: 1.5em
    }

    .tablet\:margin-2em {
        margin: 2em
    }

    .tablet\:margin-0 {
        margin: 0
    }

    .tablet\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .tablet\:margin-top-1px {
        margin-top: 1px
    }

    .tablet\:margin-bottom-1px {
        margin-bottom: 1px
    }

    .tablet\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .tablet\:margin-top-2px {
        margin-top: 2px
    }

    .tablet\:margin-bottom-2px {
        margin-bottom: 2px
    }

    .tablet\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .tablet\:margin-top-05 {
        margin-top: .25rem
    }

    .tablet\:margin-bottom-05 {
        margin-bottom: .25rem
    }

    .tablet\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .tablet\:margin-top-1 {
        margin-top: .5rem
    }

    .tablet\:margin-bottom-1 {
        margin-bottom: .5rem
    }

    .tablet\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .tablet\:margin-top-105 {
        margin-top: .75rem
    }

    .tablet\:margin-bottom-105 {
        margin-bottom: .75rem
    }

    .tablet\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .tablet\:margin-top-2 {
        margin-top: 1rem
    }

    .tablet\:margin-bottom-2 {
        margin-bottom: 1rem
    }

    .tablet\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .tablet\:margin-top-205 {
        margin-top: 1.25rem
    }

    .tablet\:margin-bottom-205 {
        margin-bottom: 1.25rem
    }

    .tablet\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .tablet\:margin-top-3 {
        margin-top: 1.5rem
    }

    .tablet\:margin-bottom-3 {
        margin-bottom: 1.5rem
    }

    .tablet\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px
    }

    .tablet\:margin-top-neg-1px {
        margin-top: -1px
    }

    .tablet\:margin-bottom-neg-1px {
        margin-bottom: -1px
    }

    .tablet\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px
    }

    .tablet\:margin-top-neg-2px {
        margin-top: -2px
    }

    .tablet\:margin-bottom-neg-2px {
        margin-bottom: -2px
    }

    .tablet\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem
    }

    .tablet\:margin-top-neg-05 {
        margin-top: -.25rem
    }

    .tablet\:margin-bottom-neg-05 {
        margin-bottom: -.25rem
    }

    .tablet\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem
    }

    .tablet\:margin-top-neg-1 {
        margin-top: -.5rem
    }

    .tablet\:margin-bottom-neg-1 {
        margin-bottom: -.5rem
    }

    .tablet\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }

    .tablet\:margin-top-neg-105 {
        margin-top: -.75rem
    }

    .tablet\:margin-bottom-neg-105 {
        margin-bottom: -.75rem
    }

    .tablet\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem
    }

    .tablet\:margin-top-neg-2 {
        margin-top: -1rem
    }

    .tablet\:margin-bottom-neg-2 {
        margin-bottom: -1rem
    }

    .tablet\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }

    .tablet\:margin-top-neg-205 {
        margin-top: -1.25rem
    }

    .tablet\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem
    }

    .tablet\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem
    }

    .tablet\:margin-top-neg-3 {
        margin-top: -1.5rem
    }

    .tablet\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem
    }

    .tablet\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .tablet\:margin-top-4 {
        margin-top: 2rem
    }

    .tablet\:margin-bottom-4 {
        margin-bottom: 2rem
    }

    .tablet\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .tablet\:margin-top-5 {
        margin-top: 2.5rem
    }

    .tablet\:margin-bottom-5 {
        margin-bottom: 2.5rem
    }

    .tablet\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .tablet\:margin-top-6 {
        margin-top: 3rem
    }

    .tablet\:margin-bottom-6 {
        margin-bottom: 3rem
    }

    .tablet\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem
    }

    .tablet\:margin-top-7 {
        margin-top: 3.5rem
    }

    .tablet\:margin-bottom-7 {
        margin-bottom: 3.5rem
    }

    .tablet\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .tablet\:margin-top-8 {
        margin-top: 4rem
    }

    .tablet\:margin-bottom-8 {
        margin-bottom: 4rem
    }

    .tablet\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem
    }

    .tablet\:margin-top-9 {
        margin-top: 4.5rem
    }

    .tablet\:margin-bottom-9 {
        margin-bottom: 4.5rem
    }

    .tablet\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .tablet\:margin-top-10 {
        margin-top: 5rem
    }

    .tablet\:margin-bottom-10 {
        margin-bottom: 5rem
    }

    .tablet\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }

    .tablet\:margin-top-15 {
        margin-top: 7.5rem
    }

    .tablet\:margin-bottom-15 {
        margin-bottom: 7.5rem
    }

    .tablet\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em
    }

    .tablet\:margin-top-05em {
        margin-top: .5em
    }

    .tablet\:margin-bottom-05em {
        margin-bottom: .5em
    }

    .tablet\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em
    }

    .tablet\:margin-top-1em {
        margin-top: 1em
    }

    .tablet\:margin-bottom-1em {
        margin-bottom: 1em
    }

    .tablet\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em
    }

    .tablet\:margin-top-105em {
        margin-top: 1.5em
    }

    .tablet\:margin-bottom-105em {
        margin-bottom: 1.5em
    }

    .tablet\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .tablet\:margin-top-2em {
        margin-top: 2em
    }

    .tablet\:margin-bottom-2em {
        margin-bottom: 2em
    }

    .tablet\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .tablet\:margin-top-0 {
        margin-top: 0
    }

    .tablet\:margin-bottom-0 {
        margin-bottom: 0
    }

    .tablet\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px
    }

    .tablet\:margin-right-1px {
        margin-right: 1px
    }

    .tablet\:margin-left-1px {
        margin-left: 1px
    }

    .tablet\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px
    }

    .tablet\:margin-right-2px {
        margin-right: 2px
    }

    .tablet\:margin-left-2px {
        margin-left: 2px
    }

    .tablet\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem
    }

    .tablet\:margin-right-05 {
        margin-right: .25rem
    }

    .tablet\:margin-left-05 {
        margin-left: .25rem
    }

    .tablet\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .tablet\:margin-right-1 {
        margin-right: .5rem
    }

    .tablet\:margin-left-1 {
        margin-left: .5rem
    }

    .tablet\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem
    }

    .tablet\:margin-right-105 {
        margin-right: .75rem
    }

    .tablet\:margin-left-105 {
        margin-left: .75rem
    }

    .tablet\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .tablet\:margin-right-2 {
        margin-right: 1rem
    }

    .tablet\:margin-left-2 {
        margin-left: 1rem
    }

    .tablet\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .tablet\:margin-right-205 {
        margin-right: 1.25rem
    }

    .tablet\:margin-left-205 {
        margin-left: 1.25rem
    }

    .tablet\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .tablet\:margin-right-3 {
        margin-right: 1.5rem
    }

    .tablet\:margin-left-3 {
        margin-left: 1.5rem
    }

    .tablet\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px
    }

    .tablet\:margin-right-neg-1px {
        margin-right: -1px
    }

    .tablet\:margin-left-neg-1px {
        margin-left: -1px
    }

    .tablet\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px
    }

    .tablet\:margin-right-neg-2px {
        margin-right: -2px
    }

    .tablet\:margin-left-neg-2px {
        margin-left: -2px
    }

    .tablet\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem
    }

    .tablet\:margin-right-neg-05 {
        margin-right: -.25rem
    }

    .tablet\:margin-left-neg-05 {
        margin-left: -.25rem
    }

    .tablet\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .tablet\:margin-right-neg-1 {
        margin-right: -.5rem
    }

    .tablet\:margin-left-neg-1 {
        margin-left: -.5rem
    }

    .tablet\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .tablet\:margin-right-neg-105 {
        margin-right: -.75rem
    }

    .tablet\:margin-left-neg-105 {
        margin-left: -.75rem
    }

    .tablet\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .tablet\:margin-right-neg-2 {
        margin-right: -1rem
    }

    .tablet\:margin-left-neg-2 {
        margin-left: -1rem
    }

    .tablet\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }

    .tablet\:margin-right-neg-205 {
        margin-right: -1.25rem
    }

    .tablet\:margin-left-neg-205 {
        margin-left: -1.25rem
    }

    .tablet\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .tablet\:margin-right-neg-3 {
        margin-right: -1.5rem
    }

    .tablet\:margin-left-neg-3 {
        margin-left: -1.5rem
    }

    .tablet\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .tablet\:margin-right-4 {
        margin-right: 2rem
    }

    .tablet\:margin-left-4 {
        margin-left: 2rem
    }

    .tablet\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .tablet\:margin-right-5 {
        margin-right: 2.5rem
    }

    .tablet\:margin-left-5 {
        margin-left: 2.5rem
    }

    .tablet\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem
    }

    .tablet\:margin-right-6 {
        margin-right: 3rem
    }

    .tablet\:margin-left-6 {
        margin-left: 3rem
    }

    .tablet\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem
    }

    .tablet\:margin-right-7 {
        margin-right: 3.5rem
    }

    .tablet\:margin-left-7 {
        margin-left: 3.5rem
    }

    .tablet\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .tablet\:margin-right-8 {
        margin-right: 4rem
    }

    .tablet\:margin-left-8 {
        margin-left: 4rem
    }

    .tablet\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem
    }

    .tablet\:margin-right-9 {
        margin-right: 4.5rem
    }

    .tablet\:margin-left-9 {
        margin-left: 4.5rem
    }

    .tablet\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem
    }

    .tablet\:margin-right-10 {
        margin-right: 5rem
    }

    .tablet\:margin-left-10 {
        margin-left: 5rem
    }

    .tablet\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }

    .tablet\:margin-right-15 {
        margin-right: 7.5rem
    }

    .tablet\:margin-left-15 {
        margin-left: 7.5rem
    }

    .tablet\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em
    }

    .tablet\:margin-right-05em {
        margin-right: .5em
    }

    .tablet\:margin-left-05em {
        margin-left: .5em
    }

    .tablet\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em
    }

    .tablet\:margin-right-1em {
        margin-right: 1em
    }

    .tablet\:margin-left-1em {
        margin-left: 1em
    }

    .tablet\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em
    }

    .tablet\:margin-right-105em {
        margin-right: 1.5em
    }

    .tablet\:margin-left-105em {
        margin-left: 1.5em
    }

    .tablet\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em
    }

    .tablet\:margin-right-2em {
        margin-right: 2em
    }

    .tablet\:margin-left-2em {
        margin-left: 2em
    }

    .tablet\:margin-x-0 {
        margin-left: 0;
        margin-right: 0
    }

    .tablet\:margin-right-0 {
        margin-right: 0
    }

    .tablet\:margin-left-0 {
        margin-left: 0
    }

    .tablet\:margin-x-auto {
        margin-left: auto;
        margin-right: auto
    }

    .tablet\:margin-right-auto {
        margin-right: auto
    }

    .tablet\:margin-left-auto {
        margin-left: auto
    }

    .tablet\:measure-1 {
        max-width: 44ex
    }

    .tablet\:measure-2 {
        max-width: 60ex
    }

    .tablet\:measure-3 {
        max-width: 64ex
    }

    .tablet\:measure-4 {
        max-width: 68ex
    }

    .tablet\:measure-5 {
        max-width: 72ex
    }

    .tablet\:measure-6 {
        max-width: 88ex
    }

    .tablet\:measure-none {
        max-width: none
    }

    .tablet\:order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .tablet\:order-last {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999
    }

    .tablet\:order-initial {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0
    }

    .tablet\:order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

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

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

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

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

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

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

    .tablet\:order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .tablet\:order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .tablet\:order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .tablet\:order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .tablet\:order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .tablet\:padding-1px {
        padding: 1px
    }

    .tablet\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .tablet\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px
    }

    .tablet\:padding-top-1px {
        padding-top: 1px
    }

    .tablet\:padding-right-1px {
        padding-right: 1px
    }

    .tablet\:padding-bottom-1px {
        padding-bottom: 1px
    }

    .tablet\:padding-left-1px {
        padding-left: 1px
    }

    .tablet\:padding-2px {
        padding: 2px
    }

    .tablet\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .tablet\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px
    }

    .tablet\:padding-top-2px {
        padding-top: 2px
    }

    .tablet\:padding-right-2px {
        padding-right: 2px
    }

    .tablet\:padding-bottom-2px {
        padding-bottom: 2px
    }

    .tablet\:padding-left-2px {
        padding-left: 2px
    }

    .tablet\:padding-05 {
        padding: .25rem
    }

    .tablet\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .tablet\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .tablet\:padding-top-05 {
        padding-top: .25rem
    }

    .tablet\:padding-right-05 {
        padding-right: .25rem
    }

    .tablet\:padding-bottom-05 {
        padding-bottom: .25rem
    }

    .tablet\:padding-left-05 {
        padding-left: .25rem
    }

    .tablet\:padding-1 {
        padding: .5rem
    }

    .tablet\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .tablet\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .tablet\:padding-top-1 {
        padding-top: .5rem
    }

    .tablet\:padding-right-1 {
        padding-right: .5rem
    }

    .tablet\:padding-bottom-1 {
        padding-bottom: .5rem
    }

    .tablet\:padding-left-1 {
        padding-left: .5rem
    }

    .tablet\:padding-105 {
        padding: .75rem
    }

    .tablet\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .tablet\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .tablet\:padding-top-105 {
        padding-top: .75rem
    }

    .tablet\:padding-right-105 {
        padding-right: .75rem
    }

    .tablet\:padding-bottom-105 {
        padding-bottom: .75rem
    }

    .tablet\:padding-left-105 {
        padding-left: .75rem
    }

    .tablet\:padding-2 {
        padding: 1rem
    }

    .tablet\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .tablet\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .tablet\:padding-top-2 {
        padding-top: 1rem
    }

    .tablet\:padding-right-2 {
        padding-right: 1rem
    }

    .tablet\:padding-bottom-2 {
        padding-bottom: 1rem
    }

    .tablet\:padding-left-2 {
        padding-left: 1rem
    }

    .tablet\:padding-205 {
        padding: 1.25rem
    }

    .tablet\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .tablet\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .tablet\:padding-top-205 {
        padding-top: 1.25rem
    }

    .tablet\:padding-right-205 {
        padding-right: 1.25rem
    }

    .tablet\:padding-bottom-205 {
        padding-bottom: 1.25rem
    }

    .tablet\:padding-left-205 {
        padding-left: 1.25rem
    }

    .tablet\:padding-3 {
        padding: 1.5rem
    }

    .tablet\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .tablet\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .tablet\:padding-top-3 {
        padding-top: 1.5rem
    }

    .tablet\:padding-right-3 {
        padding-right: 1.5rem
    }

    .tablet\:padding-bottom-3 {
        padding-bottom: 1.5rem
    }

    .tablet\:padding-left-3 {
        padding-left: 1.5rem
    }

    .tablet\:padding-4 {
        padding: 2rem
    }

    .tablet\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .tablet\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .tablet\:padding-top-4 {
        padding-top: 2rem
    }

    .tablet\:padding-right-4 {
        padding-right: 2rem
    }

    .tablet\:padding-bottom-4 {
        padding-bottom: 2rem
    }

    .tablet\:padding-left-4 {
        padding-left: 2rem
    }

    .tablet\:padding-5 {
        padding: 2.5rem
    }

    .tablet\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .tablet\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .tablet\:padding-top-5 {
        padding-top: 2.5rem
    }

    .tablet\:padding-right-5 {
        padding-right: 2.5rem
    }

    .tablet\:padding-bottom-5 {
        padding-bottom: 2.5rem
    }

    .tablet\:padding-left-5 {
        padding-left: 2.5rem
    }

    .tablet\:padding-6 {
        padding: 3rem
    }

    .tablet\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .tablet\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .tablet\:padding-top-6 {
        padding-top: 3rem
    }

    .tablet\:padding-right-6 {
        padding-right: 3rem
    }

    .tablet\:padding-bottom-6 {
        padding-bottom: 3rem
    }

    .tablet\:padding-left-6 {
        padding-left: 3rem
    }

    .tablet\:padding-7 {
        padding: 3.5rem
    }

    .tablet\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .tablet\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .tablet\:padding-top-7 {
        padding-top: 3.5rem
    }

    .tablet\:padding-right-7 {
        padding-right: 3.5rem
    }

    .tablet\:padding-bottom-7 {
        padding-bottom: 3.5rem
    }

    .tablet\:padding-left-7 {
        padding-left: 3.5rem
    }

    .tablet\:padding-8 {
        padding: 4rem
    }

    .tablet\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .tablet\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .tablet\:padding-top-8 {
        padding-top: 4rem
    }

    .tablet\:padding-right-8 {
        padding-right: 4rem
    }

    .tablet\:padding-bottom-8 {
        padding-bottom: 4rem
    }

    .tablet\:padding-left-8 {
        padding-left: 4rem
    }

    .tablet\:padding-9 {
        padding: 4.5rem
    }

    .tablet\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }

    .tablet\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }

    .tablet\:padding-top-9 {
        padding-top: 4.5rem
    }

    .tablet\:padding-right-9 {
        padding-right: 4.5rem
    }

    .tablet\:padding-bottom-9 {
        padding-bottom: 4.5rem
    }

    .tablet\:padding-left-9 {
        padding-left: 4.5rem
    }

    .tablet\:padding-10 {
        padding: 5rem
    }

    .tablet\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .tablet\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .tablet\:padding-top-10 {
        padding-top: 5rem
    }

    .tablet\:padding-right-10 {
        padding-right: 5rem
    }

    .tablet\:padding-bottom-10 {
        padding-bottom: 5rem
    }

    .tablet\:padding-left-10 {
        padding-left: 5rem
    }

    .tablet\:padding-15 {
        padding: 7.5rem
    }

    .tablet\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }

    .tablet\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }

    .tablet\:padding-top-15 {
        padding-top: 7.5rem
    }

    .tablet\:padding-right-15 {
        padding-right: 7.5rem
    }

    .tablet\:padding-bottom-15 {
        padding-bottom: 7.5rem
    }

    .tablet\:padding-left-15 {
        padding-left: 7.5rem
    }

    .tablet\:padding-0 {
        padding: 0
    }

    .tablet\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .tablet\:padding-x-0 {
        padding-left: 0;
        padding-right: 0
    }

    .tablet\:padding-top-0 {
        padding-top: 0
    }

    .tablet\:padding-right-0 {
        padding-right: 0
    }

    .tablet\:padding-bottom-0 {
        padding-bottom: 0
    }

    .tablet\:padding-left-0 {
        padding-left: 0
    }
}

@media (max-width: 63.99em) and (min-width: 40em) {
    .usa-nav__primary .usa-current {
        position: relative
    }

    .usa-nav__primary .usa-current:after {
        background-color: #005ea2;
        border-radius: 99rem;
        content: "";
        display: block;
        position: absolute;
        bottom: .25rem;
        top: .25rem;
        width: .25rem;
        left: 0
    }

    .usa-nav__submenu .usa-current:after {
        display: none
    }
}

@media (min-width: 64em) {
    .usa-form-group--error {
        margin-left: -1.25rem
    }

    .usa-banner__content, .usa-banner__inner {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .usa-footer--slim .usa-footer__nav {
        padding-left: 0;
        padding-right: 0
    }

    .usa-header .usa-search {
        float: right
    }

    .usa-header [role=search] {
        float: right;
        max-width: calc(27ch + 3rem);
        width: 100%
    }

    .usa-header + .usa-hero {
        border-top: 1px solid #fff
    }

    .usa-header + .usa-section, .usa-header + main {
        border-top: 1px solid #dcdee0
    }

    .usa-logo {
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-size: 1.46397rem;
        line-height: 1.12707
    }

    .usa-menu-btn {
        display: none
    }

    .usa-header--basic .usa-navbar {
        position: relative;
        width: 33%
    }

    .usa-header--basic .usa-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 .25rem .5rem;
        width: 100%
    }

    .usa-header--basic .usa-nav-container {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .usa-header--basic .usa-current, .usa-header--basic .usa-nav__link:hover, .usa-header--basic [aria-expanded=true] {
        position: relative
    }

    .usa-header--basic .usa-current:after, .usa-header--basic .usa-nav__link:hover:after, .usa-header--basic [aria-expanded=true]:after {
        background-color: #005ea2;
        border-radius: 0;
        content: "";
        display: block;
        position: absolute;
        height: .25rem;
        left: 1rem;
        right: 1rem;
        bottom: -.25rem
    }

    .usa-header--basic .usa-nav__primary {
        width: auto
    }

    .usa-header--basic .usa-search {
        top: 0
    }

    .usa-header--basic.usa-header--megamenu .usa-nav__inner {
        display: block;
        float: right;
        margin-top: -2.5rem
    }

    .usa-header--extended {
        padding-top: 0
    }

    .usa-header--extended .usa-current, .usa-header--extended .usa-nav__link:hover, .usa-header--extended [aria-expanded=true] {
        position: relative
    }

    .usa-header--extended .usa-current:after, .usa-header--extended .usa-nav__link:hover:after, .usa-header--extended [aria-expanded=true]:after {
        background-color: #005ea2;
        border-radius: 0;
        content: "";
        display: block;
        position: absolute;
        height: .25rem;
        left: 1rem;
        right: 1rem;
        bottom: 0
    }

    .usa-header--extended .usa-logo {
        font-size: 2.12941rem;
        margin: 2rem 0 1.5rem;
        max-width: 50%
    }

    .usa-header--extended .usa-navbar {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
        display: block;
        height: auto;
        overflow: auto
    }

    .usa-header--extended .usa-nav {
        border-top: 1px solid #dcdee0;
        padding: 0;
        width: 100%
    }

    .usa-header--extended .usa-nav__inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-left: 1rem !important;
        position: relative
    }

    .usa-header--extended .usa-nav__primary:after {
        clear: both;
        content: "";
        display: block
    }

    .usa-header--extended .usa-nav__link {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .usa-header--extended .usa-nav__submenu .usa-grid-full {
        padding-left: .75rem
    }

    .usa-header--extended .usa-megamenu {
        left: 0;
        padding-left: 2rem
    }

    .usa-layout-docs__sidenav {
        padding-top: 0
    }

    .usa-layout-docs__main {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .usa-navbar {
        border-bottom: none;
        display: inline-block;
        height: auto
    }

    .usa-nav-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .usa-nav-container:after {
        clear: both;
        content: "";
        display: block
    }

    .usa-nav {
        float: right;
        position: relative
    }

    .usa-nav .usa-search {
        margin-left: 1rem
    }

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

    .usa-nav__primary > .usa-nav__primary-item {
        font-size: .93162rem;
        line-height: .93923
    }

    .usa-nav__primary > .usa-nav__primary-item > a {
        line-height: .93923;
        padding: 1rem;
        color: #565c65;
        display: block;
        font-weight: 700
    }

    .usa-nav__primary > .usa-nav__primary-item > a:hover {
        color: #005ea2
    }

    .usa-nav__primary a {
        padding-bottom: .5rem;
        padding-top: .5rem
    }

    .usa-nav__primary button {
        line-height: .93923;
        padding: 1rem;
        font-size: .93162rem;
        font-weight: 700
    }

    .usa-nav__primary button:hover {
        background-color: transparent
    }

    .usa-nav__primary button[aria-expanded=false] {
        background-image: url(/img/uswds/angle-arrow-down.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(/img/uswds/angle-arrow-down.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        background-size: .5rem;
        background-position: right 1rem top 53%
    }

    .usa-nav__primary button[aria-expanded=false]:hover {
        background-image: url(/img/uswds/angle-arrow-down-primary.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(/img/uswds/angle-arrow-down-primary.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat
    }

    .usa-nav__primary button[aria-expanded=true] {
        background-image: url(/img/uswds/angle-arrow-up-white.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(/img/uswds/angle-arrow-up-white.svg), linear-gradient(transparent, transparent);
        background-repeat: no-repeat;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        background-size: .5rem;
        background-color: #162e51;
        background-position: right 1rem top 53%;
        color: #fff
    }

    .usa-nav__primary .usa-accordion__button span {
        margin-right: 0;
        padding-right: 1rem
    }

    .usa-nav__secondary {
        bottom: 4rem;
        font-size: .93162rem;
        margin-top: .5rem;
        min-width: calc(27ch + 3rem);
        position: absolute;
        right: 2rem
    }

    .usa-nav__secondary .usa-search {
        margin-left: 0;
        margin-top: .5rem
    }

    .usa-nav__secondary-links {
        float: right;
        line-height: .93923;
        margin-bottom: .25rem;
        margin-top: 0
    }

    .usa-nav__secondary-links .usa-nav__secondary-item {
        display: inline;
        padding-left: .25rem
    }

    .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item:before {
        color: #dcdee0;
        content: "|";
        padding-right: .25rem
    }

    .usa-nav__submenu {
        margin-bottom: 0;
        margin-top: 0;
        list-style-type: none;
        background-color: #162e51;
        width: 15rem;
        padding: 1rem;
        position: absolute;
        z-index: 400
    }

    .usa-nav__submenu .usa-nav__submenu-item + * {
        margin-top: .75rem
    }

    .usa-nav__submenu .usa-nav__submenu-item a {
        color: #fff;
        padding: 0;
        line-height: 1.26796
    }

    .usa-nav__submenu .usa-nav__submenu-item a:hover {
        background-color: transparent;
        color: #fff;
        padding: 0;
        text-decoration: underline
    }

    .usa-nav__close {
        display: none
    }

    .usa-megamenu {
        padding: 2rem 0;
        left: -33%;
        right: 0;
        width: auto
    }

    .usa-megamenu:before {
        right: 100%
    }

    .usa-megamenu:after, .usa-megamenu:before {
        bottom: 0;
        top: 0;
        background-color: #162e51;
        content: "";
        display: block;
        position: absolute;
        width: 100%
    }

    .usa-megamenu:after {
        left: 100%
    }

    .grid-container, .grid-container-card, .grid-container-card-lg, .grid-container-desktop, .grid-container-desktop-lg, .grid-container-mobile, .grid-container-mobile-lg, .grid-container-tablet, .grid-container-tablet-lg, .grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .desktop\:grid-container {
        max-width: 64rem
    }

    .desktop\:grid-container, .desktop\:grid-container-card {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .desktop\:grid-container-card {
        max-width: 10rem
    }

    .desktop\:grid-container-card-lg {
        max-width: 15rem
    }

    .desktop\:grid-container-card-lg, .desktop\:grid-container-mobile {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .desktop\:grid-container-mobile {
        max-width: 20rem
    }

    .desktop\:grid-container-mobile-lg {
        max-width: 30rem
    }

    .desktop\:grid-container-mobile-lg, .desktop\:grid-container-tablet {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .desktop\:grid-container-tablet {
        max-width: 40rem
    }

    .desktop\:grid-container-tablet-lg {
        max-width: 55rem
    }

    .desktop\:grid-container-desktop, .desktop\:grid-container-tablet-lg {
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .desktop\:grid-container-desktop {
        max-width: 64rem
    }

    .desktop\:grid-container-desktop-lg {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .desktop\:grid-container-widescreen {
        margin-left: auto;
        margin-right: auto;
        max-width: 87.5rem;
        padding-left: 1rem;
        padding-right: 1rem
    }

    .grid-row.grid-gap {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .grid-row.grid-gap > * {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .grid-row.desktop\:grid-gap-0 {
        margin-left: 0;
        margin-right: 0
    }

    .grid-row.desktop\:grid-gap-0 > * {
        padding-left: 0;
        padding-right: 0
    }

    .grid-row.desktop\:grid-gap-2px {
        margin-left: -1px;
        margin-right: -1px
    }

    .grid-row.desktop\:grid-gap-2px > * {
        padding-left: 1px;
        padding-right: 1px
    }

    .grid-row.desktop\:grid-gap-05 {
        margin-left: -2px;
        margin-right: -2px
    }

    .grid-row.desktop\:grid-gap-05 > * {
        padding-left: 2px;
        padding-right: 2px
    }

    .grid-row.desktop\:grid-gap-1 {
        margin-left: -.25rem;
        margin-right: -.25rem
    }

    .grid-row.desktop\:grid-gap-1 > * {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .grid-row.desktop\:grid-gap-2 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .grid-row.desktop\:grid-gap-2 > * {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .grid-row.desktop\:grid-gap-3 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .grid-row.desktop\:grid-gap-3 > * {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .grid-row.desktop\:grid-gap-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .grid-row.desktop\:grid-gap-4 > * {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .grid-row.desktop\:grid-gap-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }

    .grid-row.desktop\:grid-gap-5 > * {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .grid-row.desktop\:grid-gap-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .grid-row.desktop\:grid-gap-6 > * {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .grid-row.desktop\:grid-gap-sm {
        margin-left: -1px;
        margin-right: -1px
    }

    .grid-row.desktop\:grid-gap-sm > * {
        padding-left: 1px;
        padding-right: 1px
    }

    .grid-row.desktop\:grid-gap-md {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .grid-row.desktop\:grid-gap-md > * {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .grid-row.desktop\:grid-gap-lg {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .grid-row.desktop\:grid-gap-lg > * {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .desktop\:grid-col, .desktop\:grid-col-fill {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        width: auto;
        max-width: 100%
    }

    .desktop\:grid-col-auto {
        width: auto;
        max-width: 100%
    }

    .desktop\:grid-col-1, .desktop\:grid-col-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .desktop\:grid-col-1 {
        width: 8.33333%
    }

    .desktop\:grid-col-2 {
        width: 16.66667%
    }

    .desktop\:grid-col-2, .desktop\:grid-col-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .desktop\:grid-col-3 {
        width: 25%
    }

    .desktop\:grid-col-4 {
        width: 33.33333%
    }

    .desktop\:grid-col-4, .desktop\:grid-col-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .desktop\:grid-col-5 {
        width: 41.66667%
    }

    .desktop\:grid-col-6 {
        width: 50%
    }

    .desktop\:grid-col-6, .desktop\:grid-col-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .desktop\:grid-col-7 {
        width: 58.33333%
    }

    .desktop\:grid-col-8 {
        width: 66.66667%
    }

    .desktop\:grid-col-8, .desktop\:grid-col-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .desktop\:grid-col-9 {
        width: 75%
    }

    .desktop\:grid-col-10 {
        width: 83.33333%
    }

    .desktop\:grid-col-10, .desktop\:grid-col-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .desktop\:grid-col-11 {
        width: 91.66667%
    }

    .desktop\:grid-col-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .desktop\:grid-offset-1 {
        margin-left: 8.33333%
    }

    .desktop\:grid-offset-2 {
        margin-left: 16.66667%
    }

    .desktop\:grid-offset-3 {
        margin-left: 25%
    }

    .desktop\:grid-offset-4 {
        margin-left: 33.33333%
    }

    .desktop\:grid-offset-5 {
        margin-left: 41.66667%
    }

    .desktop\:grid-offset-6 {
        margin-left: 50%
    }

    .desktop\:grid-offset-7 {
        margin-left: 58.33333%
    }

    .desktop\:grid-offset-8 {
        margin-left: 66.66667%
    }

    .desktop\:grid-offset-9 {
        margin-left: 75%
    }

    .desktop\:grid-offset-10 {
        margin-left: 83.33333%
    }

    .desktop\:grid-offset-11 {
        margin-left: 91.66667%
    }

    .desktop\:grid-offset-12 {
        margin-left: 100%
    }

    .desktop\:grid-offset-none {
        margin-left: 0
    }

    .desktop\:border-1px, .desktop\:border-1px .desktop\:hover\:border-1px:hover {
        border: 1px solid
    }

    .desktop\:border-y-1px, .desktop\:border-y-1px .desktop\:hover\:border-y-1px:hover {
        border-top: 1px solid;
        border-bottom: 1px solid
    }

    .desktop\:border-x-1px, .desktop\:border-x-1px .desktop\:hover\:border-x-1px:hover {
        border-left: 1px solid;
        border-right: 1px solid
    }

    .desktop\:border-top-1px, .desktop\:border-top-1px .desktop\:hover\:border-top-1px:hover {
        border-top: 1px solid
    }

    .desktop\:border-right-1px, .desktop\:border-right-1px .desktop\:hover\:border-right-1px:hover {
        border-right: 1px solid
    }

    .desktop\:border-bottom-1px, .desktop\:border-bottom-1px .desktop\:hover\:border-bottom-1px:hover {
        border-bottom: 1px solid
    }

    .desktop\:border-left-1px, .desktop\:border-left-1px .desktop\:hover\:border-left-1px:hover {
        border-left: 1px solid
    }

    .desktop\:border-2px, .desktop\:border-2px .desktop\:hover\:border-2px:hover {
        border: 2px solid
    }

    .desktop\:border-y-2px, .desktop\:border-y-2px .desktop\:hover\:border-y-2px:hover {
        border-top: 2px solid;
        border-bottom: 2px solid
    }

    .desktop\:border-x-2px, .desktop\:border-x-2px .desktop\:hover\:border-x-2px:hover {
        border-left: 2px solid;
        border-right: 2px solid
    }

    .desktop\:border-top-2px, .desktop\:border-top-2px .desktop\:hover\:border-top-2px:hover {
        border-top: 2px solid
    }

    .desktop\:border-right-2px, .desktop\:border-right-2px .desktop\:hover\:border-right-2px:hover {
        border-right: 2px solid
    }

    .desktop\:border-bottom-2px, .desktop\:border-bottom-2px .desktop\:hover\:border-bottom-2px:hover {
        border-bottom: 2px solid
    }

    .desktop\:border-left-2px, .desktop\:border-left-2px .desktop\:hover\:border-left-2px:hover {
        border-left: 2px solid
    }

    .desktop\:border-05, .desktop\:border-05 .desktop\:hover\:border-05:hover {
        border: .25rem solid
    }

    .desktop\:border-y-05, .desktop\:border-y-05 .desktop\:hover\:border-y-05:hover {
        border-top: .25rem solid;
        border-bottom: .25rem solid
    }

    .desktop\:border-x-05, .desktop\:border-x-05 .desktop\:hover\:border-x-05:hover {
        border-left: .25rem solid;
        border-right: .25rem solid
    }

    .desktop\:border-top-05, .desktop\:border-top-05 .desktop\:hover\:border-top-05:hover {
        border-top: .25rem solid
    }

    .desktop\:border-right-05, .desktop\:border-right-05 .desktop\:hover\:border-right-05:hover {
        border-right: .25rem solid
    }

    .desktop\:border-bottom-05, .desktop\:border-bottom-05 .desktop\:hover\:border-bottom-05:hover {
        border-bottom: .25rem solid
    }

    .desktop\:border-left-05, .desktop\:border-left-05 .desktop\:hover\:border-left-05:hover {
        border-left: .25rem solid
    }

    .desktop\:border-1, .desktop\:border-1 .desktop\:hover\:border-1:hover {
        border: .5rem solid
    }

    .desktop\:border-y-1, .desktop\:border-y-1 .desktop\:hover\:border-y-1:hover {
        border-top: .5rem solid;
        border-bottom: .5rem solid
    }

    .desktop\:border-x-1, .desktop\:border-x-1 .desktop\:hover\:border-x-1:hover {
        border-left: .5rem solid;
        border-right: .5rem solid
    }

    .desktop\:border-top-1, .desktop\:border-top-1 .desktop\:hover\:border-top-1:hover {
        border-top: .5rem solid
    }

    .desktop\:border-right-1, .desktop\:border-right-1 .desktop\:hover\:border-right-1:hover {
        border-right: .5rem solid
    }

    .desktop\:border-bottom-1, .desktop\:border-bottom-1 .desktop\:hover\:border-bottom-1:hover {
        border-bottom: .5rem solid
    }

    .desktop\:border-left-1, .desktop\:border-left-1 .desktop\:hover\:border-left-1:hover {
        border-left: .5rem solid
    }

    .desktop\:border-105, .desktop\:border-105 .desktop\:hover\:border-105:hover {
        border: .75rem solid
    }

    .desktop\:border-y-105, .desktop\:border-y-105 .desktop\:hover\:border-y-105:hover {
        border-top: .75rem solid;
        border-bottom: .75rem solid
    }

    .desktop\:border-x-105, .desktop\:border-x-105 .desktop\:hover\:border-x-105:hover {
        border-left: .75rem solid;
        border-right: .75rem solid
    }

    .desktop\:border-top-105, .desktop\:border-top-105 .desktop\:hover\:border-top-105:hover {
        border-top: .75rem solid
    }

    .desktop\:border-right-105, .desktop\:border-right-105 .desktop\:hover\:border-right-105:hover {
        border-right: .75rem solid
    }

    .desktop\:border-bottom-105, .desktop\:border-bottom-105 .desktop\:hover\:border-bottom-105:hover {
        border-bottom: .75rem solid
    }

    .desktop\:border-left-105, .desktop\:border-left-105 .desktop\:hover\:border-left-105:hover {
        border-left: .75rem solid
    }

    .desktop\:border-2, .desktop\:border-2 .desktop\:hover\:border-2:hover {
        border: 1rem solid
    }

    .desktop\:border-y-2, .desktop\:border-y-2 .desktop\:hover\:border-y-2:hover {
        border-top: 1rem solid;
        border-bottom: 1rem solid
    }

    .desktop\:border-x-2, .desktop\:border-x-2 .desktop\:hover\:border-x-2:hover {
        border-left: 1rem solid;
        border-right: 1rem solid
    }

    .desktop\:border-top-2, .desktop\:border-top-2 .desktop\:hover\:border-top-2:hover {
        border-top: 1rem solid
    }

    .desktop\:border-right-2, .desktop\:border-right-2 .desktop\:hover\:border-right-2:hover {
        border-right: 1rem solid
    }

    .desktop\:border-bottom-2, .desktop\:border-bottom-2 .desktop\:hover\:border-bottom-2:hover {
        border-bottom: 1rem solid
    }

    .desktop\:border-left-2, .desktop\:border-left-2 .desktop\:hover\:border-left-2:hover {
        border-left: 1rem solid
    }

    .desktop\:border-205, .desktop\:border-205 .desktop\:hover\:border-205:hover {
        border: 1.25rem solid
    }

    .desktop\:border-y-205, .desktop\:border-y-205 .desktop\:hover\:border-y-205:hover {
        border-top: 1.25rem solid;
        border-bottom: 1.25rem solid
    }

    .desktop\:border-x-205, .desktop\:border-x-205 .desktop\:hover\:border-x-205:hover {
        border-left: 1.25rem solid;
        border-right: 1.25rem solid
    }

    .desktop\:border-top-205, .desktop\:border-top-205 .desktop\:hover\:border-top-205:hover {
        border-top: 1.25rem solid
    }

    .desktop\:border-right-205, .desktop\:border-right-205 .desktop\:hover\:border-right-205:hover {
        border-right: 1.25rem solid
    }

    .desktop\:border-bottom-205, .desktop\:border-bottom-205 .desktop\:hover\:border-bottom-205:hover {
        border-bottom: 1.25rem solid
    }

    .desktop\:border-left-205, .desktop\:border-left-205 .desktop\:hover\:border-left-205:hover {
        border-left: 1.25rem solid
    }

    .desktop\:border-3, .desktop\:border-3 .desktop\:hover\:border-3:hover {
        border: 1.5rem solid
    }

    .desktop\:border-y-3, .desktop\:border-y-3 .desktop\:hover\:border-y-3:hover {
        border-top: 1.5rem solid;
        border-bottom: 1.5rem solid
    }

    .desktop\:border-x-3, .desktop\:border-x-3 .desktop\:hover\:border-x-3:hover {
        border-left: 1.5rem solid;
        border-right: 1.5rem solid
    }

    .desktop\:border-top-3, .desktop\:border-top-3 .desktop\:hover\:border-top-3:hover {
        border-top: 1.5rem solid
    }

    .desktop\:border-right-3, .desktop\:border-right-3 .desktop\:hover\:border-right-3:hover {
        border-right: 1.5rem solid
    }

    .desktop\:border-bottom-3, .desktop\:border-bottom-3 .desktop\:hover\:border-bottom-3:hover {
        border-bottom: 1.5rem solid
    }

    .desktop\:border-left-3, .desktop\:border-left-3 .desktop\:hover\:border-left-3:hover {
        border-left: 1.5rem solid
    }

    .desktop\:border-0, .desktop\:border-0 .desktop\:hover\:border-0:hover {
        border: 0 solid
    }

    .desktop\:border-y-0, .desktop\:border-y-0 .desktop\:hover\:border-y-0:hover {
        border-top: 0 solid;
        border-bottom: 0 solid
    }

    .desktop\:border-x-0, .desktop\:border-x-0 .desktop\:hover\:border-x-0:hover {
        border-left: 0 solid;
        border-right: 0 solid
    }

    .desktop\:border-top-0, .desktop\:border-top-0 .desktop\:hover\:border-top-0:hover {
        border-top: 0 solid
    }

    .desktop\:border-right-0, .desktop\:border-right-0 .desktop\:hover\:border-right-0:hover {
        border-right: 0 solid
    }

    .desktop\:border-bottom-0, .desktop\:border-bottom-0 .desktop\:hover\:border-bottom-0:hover {
        border-bottom: 0 solid
    }

    .desktop\:border-left-0, .desktop\:border-left-0 .desktop\:hover\:border-left-0:hover {
        border-left: 0 solid
    }

    .desktop\:border, .desktop\:border .desktop\:hover\:border:hover {
        border: 1px solid
    }

    .desktop\:border-y, .desktop\:border-y .desktop\:hover\:border-y:hover {
        border-top: 1px solid;
        border-bottom: 1px solid
    }

    .desktop\:border-x, .desktop\:border-x .desktop\:hover\:border-x:hover {
        border-left: 1px solid;
        border-right: 1px solid
    }

    .desktop\:border-top, .desktop\:border-top .desktop\:hover\:border-top:hover {
        border-top: 1px solid
    }

    .desktop\:border-right, .desktop\:border-right .desktop\:hover\:border-right:hover {
        border-right: 1px solid
    }

    .desktop\:border-bottom, .desktop\:border-bottom .desktop\:hover\:border-bottom:hover {
        border-bottom: 1px solid
    }

    .desktop\:border-left, .desktop\:border-left .desktop\:hover\:border-left:hover {
        border-left: 1px solid
    }

    .desktop\:border-transparent, .desktop\:border-transparent .desktop\:hover\:border-transparent:hover {
        border-color: transparent
    }

    .desktop\:border-black, .desktop\:border-black .desktop\:hover\:border-black:hover {
        border-color: #000
    }

    .desktop\:border-white, .desktop\:border-white .desktop\:hover\:border-white:hover {
        border-color: #fff
    }

    .desktop\:border-red, .desktop\:border-red .desktop\:hover\:border-red:hover {
        border-color: #e52207
    }

    .desktop\:border-orange, .desktop\:border-orange .desktop\:hover\:border-orange:hover {
        border-color: #e66f0e
    }

    .desktop\:border-gold, .desktop\:border-gold .desktop\:hover\:border-gold:hover {
        border-color: #ffbe2e
    }

    .desktop\:border-yellow, .desktop\:border-yellow .desktop\:hover\:border-yellow:hover {
        border-color: #fee685
    }

    .desktop\:border-green, .desktop\:border-green .desktop\:hover\:border-green:hover {
        border-color: #538200
    }

    .desktop\:border-mint, .desktop\:border-mint .desktop\:hover\:border-mint:hover {
        border-color: #04c585
    }

    .desktop\:border-cyan, .desktop\:border-cyan .desktop\:hover\:border-cyan:hover {
        border-color: #009ec1
    }

    .desktop\:border-blue, .desktop\:border-blue .desktop\:hover\:border-blue:hover {
        border-color: #0076d6
    }

    .desktop\:border-indigo, .desktop\:border-indigo .desktop\:hover\:border-indigo:hover {
        border-color: #676cc8
    }

    .desktop\:border-violet, .desktop\:border-violet .desktop\:hover\:border-violet:hover {
        border-color: #8168b3
    }

    .desktop\:border-magenta, .desktop\:border-magenta .desktop\:hover\:border-magenta:hover {
        border-color: #d72d79
    }

    .desktop\:border-gray-5, .desktop\:border-gray-5 .desktop\:hover\:border-gray-5:hover {
        border-color: #f0f0f0
    }

    .desktop\:border-gray-10, .desktop\:border-gray-10 .desktop\:hover\:border-gray-10:hover {
        border-color: #e6e6e6
    }

    .desktop\:border-gray-30, .desktop\:border-gray-30 .desktop\:hover\:border-gray-30:hover {
        border-color: #adadad
    }

    .desktop\:border-gray-50, .desktop\:border-gray-50 .desktop\:hover\:border-gray-50:hover {
        border-color: #757575
    }

    .desktop\:border-gray-70, .desktop\:border-gray-70 .desktop\:hover\:border-gray-70:hover {
        border-color: #454545
    }

    .desktop\:border-gray-90, .desktop\:border-gray-90 .desktop\:hover\:border-gray-90:hover {
        border-color: #1b1b1b
    }

    .desktop\:border-base-lightest, .desktop\:border-base-lightest .desktop\:hover\:border-base-lightest:hover {
        border-color: #f0f0f0
    }

    .desktop\:border-base-lighter, .desktop\:border-base-lighter .desktop\:hover\:border-base-lighter:hover {
        border-color: #dcdee0
    }

    .desktop\:border-base-light, .desktop\:border-base-light .desktop\:hover\:border-base-light:hover {
        border-color: #a9aeb1
    }

    .desktop\:border-base, .desktop\:border-base .desktop\:hover\:border-base:hover {
        border-color: #71767a
    }

    .desktop\:border-base-dark, .desktop\:border-base-dark .desktop\:hover\:border-base-dark:hover {
        border-color: #565c65
    }

    .desktop\:border-base-darker, .desktop\:border-base-darker .desktop\:hover\:border-base-darker:hover {
        border-color: #3d4551
    }

    .desktop\:border-base-darkest, .desktop\:border-base-darkest .desktop\:hover\:border-base-darkest:hover, .desktop\:border-ink, .desktop\:border-ink .desktop\:hover\:border-ink:hover {
        border-color: #1b1b1b
    }

    .desktop\:border-primary-lighter, .desktop\:border-primary-lighter .desktop\:hover\:border-primary-lighter:hover {
        border-color: #d9e8f6
    }

    .desktop\:border-primary-light, .desktop\:border-primary-light .desktop\:hover\:border-primary-light:hover {
        border-color: #73b3e7
    }

    .desktop\:border-primary, .desktop\:border-primary .desktop\:hover\:border-primary:hover {
        border-color: #005ea2
    }

    .desktop\:border-primary-vivid, .desktop\:border-primary-vivid .desktop\:hover\:border-primary-vivid:hover {
        border-color: #0050d8
    }

    .desktop\:border-primary-dark, .desktop\:border-primary-dark .desktop\:hover\:border-primary-dark:hover {
        border-color: #1a4480
    }

    .desktop\:border-primary-darker, .desktop\:border-primary-darker .desktop\:hover\:border-primary-darker:hover {
        border-color: #162e51
    }

    .desktop\:border-secondary-lighter, .desktop\:border-secondary-lighter .desktop\:hover\:border-secondary-lighter:hover {
        border-color: #f3e1e4
    }

    .desktop\:border-secondary-light, .desktop\:border-secondary-light .desktop\:hover\:border-secondary-light:hover {
        border-color: #f2938c
    }

    .desktop\:border-secondary, .desktop\:border-secondary .desktop\:hover\:border-secondary:hover {
        border-color: #d83933
    }

    .desktop\:border-secondary-vivid, .desktop\:border-secondary-vivid .desktop\:hover\:border-secondary-vivid:hover {
        border-color: #e41d3d
    }

    .desktop\:border-secondary-dark, .desktop\:border-secondary-dark .desktop\:hover\:border-secondary-dark:hover {
        border-color: #b50909
    }

    .desktop\:border-secondary-darker, .desktop\:border-secondary-darker .desktop\:hover\:border-secondary-darker:hover {
        border-color: #8b0a03
    }

    .desktop\:border-accent-warm-darker, .desktop\:border-accent-warm-darker .desktop\:hover\:border-accent-warm-darker:hover {
        border-color: #775540
    }

    .desktop\:border-accent-warm-dark, .desktop\:border-accent-warm-dark .desktop\:hover\:border-accent-warm-dark:hover {
        border-color: #c05600
    }

    .desktop\:border-accent-warm, .desktop\:border-accent-warm .desktop\:hover\:border-accent-warm:hover {
        border-color: #fa9441
    }

    .desktop\:border-accent-warm-light, .desktop\:border-accent-warm-light .desktop\:hover\:border-accent-warm-light:hover {
        border-color: #ffbc78
    }

    .desktop\:border-accent-warm-lighter, .desktop\:border-accent-warm-lighter .desktop\:hover\:border-accent-warm-lighter:hover {
        border-color: #f2e4d4
    }

    .desktop\:border-accent-cool-darker, .desktop\:border-accent-cool-darker .desktop\:hover\:border-accent-cool-darker:hover {
        border-color: #07648d
    }

    .desktop\:border-accent-cool-dark, .desktop\:border-accent-cool-dark .desktop\:hover\:border-accent-cool-dark:hover {
        border-color: #28a0cb
    }

    .desktop\:border-accent-cool, .desktop\:border-accent-cool .desktop\:hover\:border-accent-cool:hover {
        border-color: #00bde3
    }

    .desktop\:border-accent-cool-light, .desktop\:border-accent-cool-light .desktop\:hover\:border-accent-cool-light:hover {
        border-color: #97d4ea
    }

    .desktop\:border-accent-cool-lighter, .desktop\:border-accent-cool-lighter .desktop\:hover\:border-accent-cool-lighter:hover {
        border-color: #e1f3f8
    }

    .desktop\:radius-0 {
        border-radius: 0
    }

    .desktop\:radius-top-0 {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .desktop\:radius-right-0 {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .desktop\:radius-bottom-0 {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .desktop\:radius-left-0 {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .desktop\:radius-sm {
        border-radius: 2px
    }

    .desktop\:radius-top-sm {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px
    }

    .desktop\:radius-right-sm {
        border-top-right-radius: 2px;
        border-bottom-right-radius: 2px
    }

    .desktop\:radius-bottom-sm {
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px
    }

    .desktop\:radius-left-sm {
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px
    }

    .desktop\:radius-md {
        border-radius: .25rem
    }

    .desktop\:radius-top-md {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .desktop\:radius-right-md {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

    .desktop\:radius-bottom-md {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem
    }

    .desktop\:radius-left-md {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .desktop\:radius-lg {
        border-radius: .5rem
    }

    .desktop\:radius-top-lg {
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

    .desktop\:radius-right-lg {
        border-top-right-radius: .5rem;
        border-bottom-right-radius: .5rem
    }

    .desktop\:radius-bottom-lg {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem
    }

    .desktop\:radius-left-lg {
        border-top-left-radius: .5rem;
        border-bottom-left-radius: .5rem
    }

    .desktop\:radius-pill {
        border-radius: 99rem
    }

    .desktop\:radius-top-pill {
        border-top-left-radius: 99rem;
        border-top-right-radius: 99rem
    }

    .desktop\:radius-right-pill {
        border-top-right-radius: 99rem;
        border-bottom-right-radius: 99rem
    }

    .desktop\:radius-bottom-pill {
        border-bottom-left-radius: 99rem;
        border-bottom-right-radius: 99rem
    }

    .desktop\:radius-left-pill {
        border-top-left-radius: 99rem;
        border-bottom-left-radius: 99rem
    }

    .desktop\:display-block {
        display: block
    }

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

    .desktop\:display-none {
        display: none
    }

    .desktop\:display-inline {
        display: inline
    }

    .desktop\:display-inline-block {
        display: inline-block
    }

    .desktop\:display-inline-flex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .desktop\:display-table {
        display: table
    }

    .desktop\:display-table-cell {
        display: table-cell
    }

    .desktop\:display-table-row {
        display: table-row
    }

    .desktop\:font-mono-3xs {
        font-size: .77401rem
    }

    .desktop\:font-mono-2xs {
        font-size: .83355rem
    }

    .desktop\:font-mono-xs {
        font-size: .89309rem
    }

    .desktop\:font-mono-sm {
        font-size: .95263rem
    }

    .desktop\:font-mono-md {
        font-size: 1.01217rem
    }

    .desktop\:font-mono-lg {
        font-size: 1.30987rem
    }

    .desktop\:font-mono-xl {
        font-size: 1.90526rem
    }

    .desktop\:font-mono-2xl {
        font-size: 2.38158rem
    }

    .desktop\:font-mono-3xl {
        font-size: 2.85789rem
    }

    .desktop\:font-sans-3xs {
        font-size: .86507rem
    }

    .desktop\:font-sans-2xs {
        font-size: .93162rem
    }

    .desktop\:font-sans-xs {
        font-size: .99816rem
    }

    .desktop\:font-sans-sm {
        font-size: 1.06471rem
    }

    .desktop\:font-sans-md {
        font-size: 1.13125rem
    }

    .desktop\:font-sans-lg {
        font-size: 1.46397rem
    }

    .desktop\:font-sans-xl {
        font-size: 2.12941rem
    }

    .desktop\:font-sans-2xl {
        font-size: 2.66176rem
    }

    .desktop\:font-sans-3xl {
        font-size: 3.19412rem
    }

    .desktop\:font-serif-3xs {
        font-size: .79279rem
    }

    .desktop\:font-serif-2xs {
        font-size: .85377rem
    }

    .desktop\:font-serif-xs {
        font-size: .91476rem
    }

    .desktop\:font-serif-sm {
        font-size: .97574rem
    }

    .desktop\:font-serif-md {
        font-size: 1.03673rem
    }

    .desktop\:font-serif-lg {
        font-size: 1.34164rem
    }

    .desktop\:font-serif-xl {
        font-size: 1.95148rem
    }

    .desktop\:font-serif-2xl {
        font-size: 2.43935rem
    }

    .desktop\:font-serif-3xl {
        font-size: 2.92722rem
    }

    .desktop\:font-heading-3xs {
        font-size: .79279rem
    }

    .desktop\:font-heading-2xs {
        font-size: .85377rem
    }

    .desktop\:font-heading-xs {
        font-size: .91476rem
    }

    .desktop\:font-heading-sm {
        font-size: .97574rem
    }

    .desktop\:font-heading-md {
        font-size: 1.03673rem
    }

    .desktop\:font-heading-lg {
        font-size: 1.34164rem
    }

    .desktop\:font-heading-xl {
        font-size: 1.95148rem
    }

    .desktop\:font-heading-2xl {
        font-size: 2.43935rem
    }

    .desktop\:font-heading-3xl {
        font-size: 2.92722rem
    }

    .desktop\:font-body-3xs {
        font-size: .86507rem
    }

    .desktop\:font-body-2xs {
        font-size: .93162rem
    }

    .desktop\:font-body-xs {
        font-size: .99816rem
    }

    .desktop\:font-body-sm {
        font-size: 1.06471rem
    }

    .desktop\:font-body-md {
        font-size: 1.13125rem
    }

    .desktop\:font-body-lg {
        font-size: 1.46397rem
    }

    .desktop\:font-body-xl {
        font-size: 2.12941rem
    }

    .desktop\:font-body-2xl {
        font-size: 2.66176rem
    }

    .desktop\:font-body-3xl {
        font-size: 3.19412rem
    }

    .desktop\:font-code-3xs {
        font-size: .77401rem
    }

    .desktop\:font-code-2xs {
        font-size: .83355rem
    }

    .desktop\:font-code-xs {
        font-size: .89309rem
    }

    .desktop\:font-code-sm {
        font-size: .95263rem
    }

    .desktop\:font-code-md {
        font-size: 1.01217rem
    }

    .desktop\:font-code-lg {
        font-size: 1.30987rem
    }

    .desktop\:font-code-xl {
        font-size: 1.90526rem
    }

    .desktop\:font-code-2xl {
        font-size: 2.38158rem
    }

    .desktop\:font-code-3xl {
        font-size: 2.85789rem
    }

    .desktop\:font-alt-3xs {
        font-size: .79279rem
    }

    .desktop\:font-alt-2xs {
        font-size: .85377rem
    }

    .desktop\:font-alt-xs {
        font-size: .91476rem
    }

    .desktop\:font-alt-sm {
        font-size: .97574rem
    }

    .desktop\:font-alt-md {
        font-size: 1.03673rem
    }

    .desktop\:font-alt-lg {
        font-size: 1.34164rem
    }

    .desktop\:font-alt-xl {
        font-size: 1.95148rem
    }

    .desktop\:font-alt-2xl {
        font-size: 2.43935rem
    }

    .desktop\:font-alt-3xl {
        font-size: 2.92722rem
    }

    .desktop\:font-ui-3xs {
        font-size: .86507rem
    }

    .desktop\:font-ui-2xs {
        font-size: .93162rem
    }

    .desktop\:font-ui-xs {
        font-size: .99816rem
    }

    .desktop\:font-ui-sm {
        font-size: 1.06471rem
    }

    .desktop\:font-ui-md {
        font-size: 1.13125rem
    }

    .desktop\:font-ui-lg {
        font-size: 1.46397rem
    }

    .desktop\:font-ui-xl {
        font-size: 2.12941rem
    }

    .desktop\:font-ui-2xl {
        font-size: 2.66176rem
    }

    .desktop\:font-ui-3xl {
        font-size: 3.19412rem
    }

    .desktop\:text-light {
        font-weight: 300
    }

    .desktop\:text-normal {
        font-weight: 400
    }

    .desktop\:text-bold {
        font-weight: 700
    }

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

    .desktop\:flex-justify-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .desktop\:flex-justify-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

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

    .desktop\:line-height-sans-1 {
        line-height: .93923
    }

    .desktop\:line-height-sans-2 {
        line-height: 1.12707
    }

    .desktop\:line-height-sans-3 {
        line-height: 1.26796
    }

    .desktop\:line-height-sans-4 {
        line-height: 1.40884
    }

    .desktop\:line-height-sans-5 {
        line-height: 1.52155
    }

    .desktop\:line-height-sans-6 {
        line-height: 1.64365
    }

    .desktop\:line-height-serif-1 {
        line-height: 1.02486
    }

    .desktop\:line-height-serif-2 {
        line-height: 1.22983
    }

    .desktop\:line-height-serif-3 {
        line-height: 1.38356
    }

    .desktop\:line-height-serif-4 {
        line-height: 1.53729
    }

    .desktop\:line-height-serif-5 {
        line-height: 1.66028
    }

    .desktop\:line-height-serif-6 {
        line-height: 1.79351
    }

    .desktop\:line-height-mono-1 {
        line-height: 1.04972
    }

    .desktop\:line-height-mono-2 {
        line-height: 1.25967
    }

    .desktop\:line-height-mono-3 {
        line-height: 1.41713
    }

    .desktop\:line-height-mono-4 {
        line-height: 1.57459
    }

    .desktop\:line-height-mono-5 {
        line-height: 1.70055
    }

    .desktop\:line-height-mono-6 {
        line-height: 1.83702
    }

    .desktop\:line-height-heading-1 {
        line-height: 1.02486
    }

    .desktop\:line-height-heading-2 {
        line-height: 1.22983
    }

    .desktop\:line-height-heading-3 {
        line-height: 1.38356
    }

    .desktop\:line-height-heading-4 {
        line-height: 1.53729
    }

    .desktop\:line-height-heading-5 {
        line-height: 1.66028
    }

    .desktop\:line-height-heading-6 {
        line-height: 1.79351
    }

    .desktop\:line-height-ui-1 {
        line-height: .93923
    }

    .desktop\:line-height-ui-2 {
        line-height: 1.12707
    }

    .desktop\:line-height-ui-3 {
        line-height: 1.26796
    }

    .desktop\:line-height-ui-4 {
        line-height: 1.40884
    }

    .desktop\:line-height-ui-5 {
        line-height: 1.52155
    }

    .desktop\:line-height-ui-6 {
        line-height: 1.64365
    }

    .desktop\:line-height-body-1 {
        line-height: .93923
    }

    .desktop\:line-height-body-2 {
        line-height: 1.12707
    }

    .desktop\:line-height-body-3 {
        line-height: 1.26796
    }

    .desktop\:line-height-body-4 {
        line-height: 1.40884
    }

    .desktop\:line-height-body-5 {
        line-height: 1.52155
    }

    .desktop\:line-height-body-6 {
        line-height: 1.64365
    }

    .desktop\:line-height-code-1 {
        line-height: 1.04972
    }

    .desktop\:line-height-code-2 {
        line-height: 1.25967
    }

    .desktop\:line-height-code-3 {
        line-height: 1.41713
    }

    .desktop\:line-height-code-4 {
        line-height: 1.57459
    }

    .desktop\:line-height-code-5 {
        line-height: 1.70055
    }

    .desktop\:line-height-code-6 {
        line-height: 1.83702
    }

    .desktop\:line-height-alt-1 {
        line-height: 1.02486
    }

    .desktop\:line-height-alt-2 {
        line-height: 1.22983
    }

    .desktop\:line-height-alt-3 {
        line-height: 1.38356
    }

    .desktop\:line-height-alt-4 {
        line-height: 1.53729
    }

    .desktop\:line-height-alt-5 {
        line-height: 1.66028
    }

    .desktop\:line-height-alt-6 {
        line-height: 1.79351
    }

    .desktop\:margin-1px {
        margin: 1px
    }

    .desktop\:margin-2px {
        margin: 2px
    }

    .desktop\:margin-05 {
        margin: .25rem
    }

    .desktop\:margin-1 {
        margin: .5rem
    }

    .desktop\:margin-105 {
        margin: .75rem
    }

    .desktop\:margin-2 {
        margin: 1rem
    }

    .desktop\:margin-205 {
        margin: 1.25rem
    }

    .desktop\:margin-3 {
        margin: 1.5rem
    }

    .desktop\:margin-4 {
        margin: 2rem
    }

    .desktop\:margin-5 {
        margin: 2.5rem
    }

    .desktop\:margin-6 {
        margin: 3rem
    }

    .desktop\:margin-7 {
        margin: 3.5rem
    }

    .desktop\:margin-8 {
        margin: 4rem
    }

    .desktop\:margin-9 {
        margin: 4.5rem
    }

    .desktop\:margin-10 {
        margin: 5rem
    }

    .desktop\:margin-15 {
        margin: 7.5rem
    }

    .desktop\:margin-05em {
        margin: .5em
    }

    .desktop\:margin-1em {
        margin: 1em
    }

    .desktop\:margin-105em {
        margin: 1.5em
    }

    .desktop\:margin-2em {
        margin: 2em
    }

    .desktop\:margin-0 {
        margin: 0
    }

    .desktop\:margin-y-1px {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .desktop\:margin-top-1px {
        margin-top: 1px
    }

    .desktop\:margin-bottom-1px {
        margin-bottom: 1px
    }

    .desktop\:margin-y-2px {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .desktop\:margin-top-2px {
        margin-top: 2px
    }

    .desktop\:margin-bottom-2px {
        margin-bottom: 2px
    }

    .desktop\:margin-y-05 {
        margin-top: .25rem;
        margin-bottom: .25rem
    }

    .desktop\:margin-top-05 {
        margin-top: .25rem
    }

    .desktop\:margin-bottom-05 {
        margin-bottom: .25rem
    }

    .desktop\:margin-y-1 {
        margin-top: .5rem;
        margin-bottom: .5rem
    }

    .desktop\:margin-top-1 {
        margin-top: .5rem
    }

    .desktop\:margin-bottom-1 {
        margin-bottom: .5rem
    }

    .desktop\:margin-y-105 {
        margin-top: .75rem;
        margin-bottom: .75rem
    }

    .desktop\:margin-top-105 {
        margin-top: .75rem
    }

    .desktop\:margin-bottom-105 {
        margin-bottom: .75rem
    }

    .desktop\:margin-y-2 {
        margin-top: 1rem;
        margin-bottom: 1rem
    }

    .desktop\:margin-top-2 {
        margin-top: 1rem
    }

    .desktop\:margin-bottom-2 {
        margin-bottom: 1rem
    }

    .desktop\:margin-y-205 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem
    }

    .desktop\:margin-top-205 {
        margin-top: 1.25rem
    }

    .desktop\:margin-bottom-205 {
        margin-bottom: 1.25rem
    }

    .desktop\:margin-y-3 {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }

    .desktop\:margin-top-3 {
        margin-top: 1.5rem
    }

    .desktop\:margin-bottom-3 {
        margin-bottom: 1.5rem
    }

    .desktop\:margin-y-neg-1px {
        margin-top: -1px;
        margin-bottom: -1px
    }

    .desktop\:margin-top-neg-1px {
        margin-top: -1px
    }

    .desktop\:margin-bottom-neg-1px {
        margin-bottom: -1px
    }

    .desktop\:margin-y-neg-2px {
        margin-top: -2px;
        margin-bottom: -2px
    }

    .desktop\:margin-top-neg-2px {
        margin-top: -2px
    }

    .desktop\:margin-bottom-neg-2px {
        margin-bottom: -2px
    }

    .desktop\:margin-y-neg-05 {
        margin-top: -.25rem;
        margin-bottom: -.25rem
    }

    .desktop\:margin-top-neg-05 {
        margin-top: -.25rem
    }

    .desktop\:margin-bottom-neg-05 {
        margin-bottom: -.25rem
    }

    .desktop\:margin-y-neg-1 {
        margin-top: -.5rem;
        margin-bottom: -.5rem
    }

    .desktop\:margin-top-neg-1 {
        margin-top: -.5rem
    }

    .desktop\:margin-bottom-neg-1 {
        margin-bottom: -.5rem
    }

    .desktop\:margin-y-neg-105 {
        margin-top: -.75rem;
        margin-bottom: -.75rem
    }

    .desktop\:margin-top-neg-105 {
        margin-top: -.75rem
    }

    .desktop\:margin-bottom-neg-105 {
        margin-bottom: -.75rem
    }

    .desktop\:margin-y-neg-2 {
        margin-top: -1rem;
        margin-bottom: -1rem
    }

    .desktop\:margin-top-neg-2 {
        margin-top: -1rem
    }

    .desktop\:margin-bottom-neg-2 {
        margin-bottom: -1rem
    }

    .desktop\:margin-y-neg-205 {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem
    }

    .desktop\:margin-top-neg-205 {
        margin-top: -1.25rem
    }

    .desktop\:margin-bottom-neg-205 {
        margin-bottom: -1.25rem
    }

    .desktop\:margin-y-neg-3 {
        margin-top: -1.5rem;
        margin-bottom: -1.5rem
    }

    .desktop\:margin-top-neg-3 {
        margin-top: -1.5rem
    }

    .desktop\:margin-bottom-neg-3 {
        margin-bottom: -1.5rem
    }

    .desktop\:margin-y-4 {
        margin-top: 2rem;
        margin-bottom: 2rem
    }

    .desktop\:margin-top-4 {
        margin-top: 2rem
    }

    .desktop\:margin-bottom-4 {
        margin-bottom: 2rem
    }

    .desktop\:margin-y-5 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem
    }

    .desktop\:margin-top-5 {
        margin-top: 2.5rem
    }

    .desktop\:margin-bottom-5 {
        margin-bottom: 2.5rem
    }

    .desktop\:margin-y-6 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }

    .desktop\:margin-top-6 {
        margin-top: 3rem
    }

    .desktop\:margin-bottom-6 {
        margin-bottom: 3rem
    }

    .desktop\:margin-y-7 {
        margin-top: 3.5rem;
        margin-bottom: 3.5rem
    }

    .desktop\:margin-top-7 {
        margin-top: 3.5rem
    }

    .desktop\:margin-bottom-7 {
        margin-bottom: 3.5rem
    }

    .desktop\:margin-y-8 {
        margin-top: 4rem;
        margin-bottom: 4rem
    }

    .desktop\:margin-top-8 {
        margin-top: 4rem
    }

    .desktop\:margin-bottom-8 {
        margin-bottom: 4rem
    }

    .desktop\:margin-y-9 {
        margin-top: 4.5rem;
        margin-bottom: 4.5rem
    }

    .desktop\:margin-top-9 {
        margin-top: 4.5rem
    }

    .desktop\:margin-bottom-9 {
        margin-bottom: 4.5rem
    }

    .desktop\:margin-y-10 {
        margin-top: 5rem;
        margin-bottom: 5rem
    }

    .desktop\:margin-top-10 {
        margin-top: 5rem
    }

    .desktop\:margin-bottom-10 {
        margin-bottom: 5rem
    }

    .desktop\:margin-y-15 {
        margin-top: 7.5rem;
        margin-bottom: 7.5rem
    }

    .desktop\:margin-top-15 {
        margin-top: 7.5rem
    }

    .desktop\:margin-bottom-15 {
        margin-bottom: 7.5rem
    }

    .desktop\:margin-y-05em {
        margin-top: .5em;
        margin-bottom: .5em
    }

    .desktop\:margin-top-05em {
        margin-top: .5em
    }

    .desktop\:margin-bottom-05em {
        margin-bottom: .5em
    }

    .desktop\:margin-y-1em {
        margin-top: 1em;
        margin-bottom: 1em
    }

    .desktop\:margin-top-1em {
        margin-top: 1em
    }

    .desktop\:margin-bottom-1em {
        margin-bottom: 1em
    }

    .desktop\:margin-y-105em {
        margin-top: 1.5em;
        margin-bottom: 1.5em
    }

    .desktop\:margin-top-105em {
        margin-top: 1.5em
    }

    .desktop\:margin-bottom-105em {
        margin-bottom: 1.5em
    }

    .desktop\:margin-y-2em {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .desktop\:margin-top-2em {
        margin-top: 2em
    }

    .desktop\:margin-bottom-2em {
        margin-bottom: 2em
    }

    .desktop\:margin-y-0 {
        margin-top: 0;
        margin-bottom: 0
    }

    .desktop\:margin-top-0 {
        margin-top: 0
    }

    .desktop\:margin-bottom-0 {
        margin-bottom: 0
    }

    .desktop\:margin-x-1px {
        margin-left: 1px;
        margin-right: 1px
    }

    .desktop\:margin-right-1px {
        margin-right: 1px
    }

    .desktop\:margin-left-1px {
        margin-left: 1px
    }

    .desktop\:margin-x-2px {
        margin-left: 2px;
        margin-right: 2px
    }

    .desktop\:margin-right-2px {
        margin-right: 2px
    }

    .desktop\:margin-left-2px {
        margin-left: 2px
    }

    .desktop\:margin-x-05 {
        margin-left: .25rem;
        margin-right: .25rem
    }

    .desktop\:margin-right-05 {
        margin-right: .25rem
    }

    .desktop\:margin-left-05 {
        margin-left: .25rem
    }

    .desktop\:margin-x-1 {
        margin-left: .5rem;
        margin-right: .5rem
    }

    .desktop\:margin-right-1 {
        margin-right: .5rem
    }

    .desktop\:margin-left-1 {
        margin-left: .5rem
    }

    .desktop\:margin-x-105 {
        margin-left: .75rem;
        margin-right: .75rem
    }

    .desktop\:margin-right-105 {
        margin-right: .75rem
    }

    .desktop\:margin-left-105 {
        margin-left: .75rem
    }

    .desktop\:margin-x-2 {
        margin-left: 1rem;
        margin-right: 1rem
    }

    .desktop\:margin-right-2 {
        margin-right: 1rem
    }

    .desktop\:margin-left-2 {
        margin-left: 1rem
    }

    .desktop\:margin-x-205 {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }

    .desktop\:margin-right-205 {
        margin-right: 1.25rem
    }

    .desktop\:margin-left-205 {
        margin-left: 1.25rem
    }

    .desktop\:margin-x-3 {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .desktop\:margin-right-3 {
        margin-right: 1.5rem
    }

    .desktop\:margin-left-3 {
        margin-left: 1.5rem
    }

    .desktop\:margin-x-neg-1px {
        margin-left: -1px;
        margin-right: -1px
    }

    .desktop\:margin-right-neg-1px {
        margin-right: -1px
    }

    .desktop\:margin-left-neg-1px {
        margin-left: -1px
    }

    .desktop\:margin-x-neg-2px {
        margin-left: -2px;
        margin-right: -2px
    }

    .desktop\:margin-right-neg-2px {
        margin-right: -2px
    }

    .desktop\:margin-left-neg-2px {
        margin-left: -2px
    }

    .desktop\:margin-x-neg-05 {
        margin-left: -.25rem;
        margin-right: -.25rem
    }

    .desktop\:margin-right-neg-05 {
        margin-right: -.25rem
    }

    .desktop\:margin-left-neg-05 {
        margin-left: -.25rem
    }

    .desktop\:margin-x-neg-1 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }

    .desktop\:margin-right-neg-1 {
        margin-right: -.5rem
    }

    .desktop\:margin-left-neg-1 {
        margin-left: -.5rem
    }

    .desktop\:margin-x-neg-105 {
        margin-left: -.75rem;
        margin-right: -.75rem
    }

    .desktop\:margin-right-neg-105 {
        margin-right: -.75rem
    }

    .desktop\:margin-left-neg-105 {
        margin-left: -.75rem
    }

    .desktop\:margin-x-neg-2 {
        margin-left: -1rem;
        margin-right: -1rem
    }

    .desktop\:margin-right-neg-2 {
        margin-right: -1rem
    }

    .desktop\:margin-left-neg-2 {
        margin-left: -1rem
    }

    .desktop\:margin-x-neg-205 {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }

    .desktop\:margin-right-neg-205 {
        margin-right: -1.25rem
    }

    .desktop\:margin-left-neg-205 {
        margin-left: -1.25rem
    }

    .desktop\:margin-x-neg-3 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }

    .desktop\:margin-right-neg-3 {
        margin-right: -1.5rem
    }

    .desktop\:margin-left-neg-3 {
        margin-left: -1.5rem
    }

    .desktop\:margin-x-4 {
        margin-left: 2rem;
        margin-right: 2rem
    }

    .desktop\:margin-right-4 {
        margin-right: 2rem
    }

    .desktop\:margin-left-4 {
        margin-left: 2rem
    }

    .desktop\:margin-x-5 {
        margin-left: 2.5rem;
        margin-right: 2.5rem
    }

    .desktop\:margin-right-5 {
        margin-right: 2.5rem
    }

    .desktop\:margin-left-5 {
        margin-left: 2.5rem
    }

    .desktop\:margin-x-6 {
        margin-left: 3rem;
        margin-right: 3rem
    }

    .desktop\:margin-right-6 {
        margin-right: 3rem
    }

    .desktop\:margin-left-6 {
        margin-left: 3rem
    }

    .desktop\:margin-x-7 {
        margin-left: 3.5rem;
        margin-right: 3.5rem
    }

    .desktop\:margin-right-7 {
        margin-right: 3.5rem
    }

    .desktop\:margin-left-7 {
        margin-left: 3.5rem
    }

    .desktop\:margin-x-8 {
        margin-left: 4rem;
        margin-right: 4rem
    }

    .desktop\:margin-right-8 {
        margin-right: 4rem
    }

    .desktop\:margin-left-8 {
        margin-left: 4rem
    }

    .desktop\:margin-x-9 {
        margin-left: 4.5rem;
        margin-right: 4.5rem
    }

    .desktop\:margin-right-9 {
        margin-right: 4.5rem
    }

    .desktop\:margin-left-9 {
        margin-left: 4.5rem
    }

    .desktop\:margin-x-10 {
        margin-left: 5rem;
        margin-right: 5rem
    }

    .desktop\:margin-right-10 {
        margin-right: 5rem
    }

    .desktop\:margin-left-10 {
        margin-left: 5rem
    }

    .desktop\:margin-x-15 {
        margin-left: 7.5rem;
        margin-right: 7.5rem
    }

    .desktop\:margin-right-15 {
        margin-right: 7.5rem
    }

    .desktop\:margin-left-15 {
        margin-left: 7.5rem
    }

    .desktop\:margin-x-05em {
        margin-left: .5em;
        margin-right: .5em
    }

    .desktop\:margin-right-05em {
        margin-right: .5em
    }

    .desktop\:margin-left-05em {
        margin-left: .5em
    }

    .desktop\:margin-x-1em {
        margin-left: 1em;
        margin-right: 1em
    }

    .desktop\:margin-right-1em {
        margin-right: 1em
    }

    .desktop\:margin-left-1em {
        margin-left: 1em
    }

    .desktop\:margin-x-105em {
        margin-left: 1.5em;
        margin-right: 1.5em
    }

    .desktop\:margin-right-105em {
        margin-right: 1.5em
    }

    .desktop\:margin-left-105em {
        margin-left: 1.5em
    }

    .desktop\:margin-x-2em {
        margin-left: 2em;
        margin-right: 2em
    }

    .desktop\:margin-right-2em {
        margin-right: 2em
    }

    .desktop\:margin-left-2em {
        margin-left: 2em
    }

    .desktop\:margin-x-0 {
        margin-left: 0;
        margin-right: 0
    }

    .desktop\:margin-right-0 {
        margin-right: 0
    }

    .desktop\:margin-left-0 {
        margin-left: 0
    }

    .desktop\:margin-x-auto {
        margin-left: auto;
        margin-right: auto
    }

    .desktop\:margin-right-auto {
        margin-right: auto
    }

    .desktop\:margin-left-auto {
        margin-left: auto
    }

    .desktop\:measure-1 {
        max-width: 44ex
    }

    .desktop\:measure-2 {
        max-width: 60ex
    }

    .desktop\:measure-3 {
        max-width: 64ex
    }

    .desktop\:measure-4 {
        max-width: 68ex
    }

    .desktop\:measure-5 {
        max-width: 72ex
    }

    .desktop\:measure-6 {
        max-width: 88ex
    }

    .desktop\:measure-none {
        max-width: none
    }

    .desktop\:order-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .desktop\:order-last {
        -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
        order: 999
    }

    .desktop\:order-initial {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0
    }

    .desktop\:order-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

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

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

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

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

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

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

    .desktop\:order-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .desktop\:order-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .desktop\:order-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .desktop\:order-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .desktop\:order-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .desktop\:padding-1px {
        padding: 1px
    }

    .desktop\:padding-y-1px {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .desktop\:padding-x-1px {
        padding-left: 1px;
        padding-right: 1px
    }

    .desktop\:padding-top-1px {
        padding-top: 1px
    }

    .desktop\:padding-right-1px {
        padding-right: 1px
    }

    .desktop\:padding-bottom-1px {
        padding-bottom: 1px
    }

    .desktop\:padding-left-1px {
        padding-left: 1px
    }

    .desktop\:padding-2px {
        padding: 2px
    }

    .desktop\:padding-y-2px {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .desktop\:padding-x-2px {
        padding-left: 2px;
        padding-right: 2px
    }

    .desktop\:padding-top-2px {
        padding-top: 2px
    }

    .desktop\:padding-right-2px {
        padding-right: 2px
    }

    .desktop\:padding-bottom-2px {
        padding-bottom: 2px
    }

    .desktop\:padding-left-2px {
        padding-left: 2px
    }

    .desktop\:padding-05 {
        padding: .25rem
    }

    .desktop\:padding-y-05 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }

    .desktop\:padding-x-05 {
        padding-left: .25rem;
        padding-right: .25rem
    }

    .desktop\:padding-top-05 {
        padding-top: .25rem
    }

    .desktop\:padding-right-05 {
        padding-right: .25rem
    }

    .desktop\:padding-bottom-05 {
        padding-bottom: .25rem
    }

    .desktop\:padding-left-05 {
        padding-left: .25rem
    }

    .desktop\:padding-1 {
        padding: .5rem
    }

    .desktop\:padding-y-1 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

    .desktop\:padding-x-1 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .desktop\:padding-top-1 {
        padding-top: .5rem
    }

    .desktop\:padding-right-1 {
        padding-right: .5rem
    }

    .desktop\:padding-bottom-1 {
        padding-bottom: .5rem
    }

    .desktop\:padding-left-1 {
        padding-left: .5rem
    }

    .desktop\:padding-105 {
        padding: .75rem
    }

    .desktop\:padding-y-105 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .desktop\:padding-x-105 {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .desktop\:padding-top-105 {
        padding-top: .75rem
    }

    .desktop\:padding-right-105 {
        padding-right: .75rem
    }

    .desktop\:padding-bottom-105 {
        padding-bottom: .75rem
    }

    .desktop\:padding-left-105 {
        padding-left: .75rem
    }

    .desktop\:padding-2 {
        padding: 1rem
    }

    .desktop\:padding-y-2 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .desktop\:padding-x-2 {
        padding-left: 1rem;
        padding-right: 1rem
    }

    .desktop\:padding-top-2 {
        padding-top: 1rem
    }

    .desktop\:padding-right-2 {
        padding-right: 1rem
    }

    .desktop\:padding-bottom-2 {
        padding-bottom: 1rem
    }

    .desktop\:padding-left-2 {
        padding-left: 1rem
    }

    .desktop\:padding-205 {
        padding: 1.25rem
    }

    .desktop\:padding-y-205 {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .desktop\:padding-x-205 {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .desktop\:padding-top-205 {
        padding-top: 1.25rem
    }

    .desktop\:padding-right-205 {
        padding-right: 1.25rem
    }

    .desktop\:padding-bottom-205 {
        padding-bottom: 1.25rem
    }

    .desktop\:padding-left-205 {
        padding-left: 1.25rem
    }

    .desktop\:padding-3 {
        padding: 1.5rem
    }

    .desktop\:padding-y-3 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }

    .desktop\:padding-x-3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .desktop\:padding-top-3 {
        padding-top: 1.5rem
    }

    .desktop\:padding-right-3 {
        padding-right: 1.5rem
    }

    .desktop\:padding-bottom-3 {
        padding-bottom: 1.5rem
    }

    .desktop\:padding-left-3 {
        padding-left: 1.5rem
    }

    .desktop\:padding-4 {
        padding: 2rem
    }

    .desktop\:padding-y-4 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .desktop\:padding-x-4 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .desktop\:padding-top-4 {
        padding-top: 2rem
    }

    .desktop\:padding-right-4 {
        padding-right: 2rem
    }

    .desktop\:padding-bottom-4 {
        padding-bottom: 2rem
    }

    .desktop\:padding-left-4 {
        padding-left: 2rem
    }

    .desktop\:padding-5 {
        padding: 2.5rem
    }

    .desktop\:padding-y-5 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .desktop\:padding-x-5 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .desktop\:padding-top-5 {
        padding-top: 2.5rem
    }

    .desktop\:padding-right-5 {
        padding-right: 2.5rem
    }

    .desktop\:padding-bottom-5 {
        padding-bottom: 2.5rem
    }

    .desktop\:padding-left-5 {
        padding-left: 2.5rem
    }

    .desktop\:padding-6 {
        padding: 3rem
    }

    .desktop\:padding-y-6 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .desktop\:padding-x-6 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .desktop\:padding-top-6 {
        padding-top: 3rem
    }

    .desktop\:padding-right-6 {
        padding-right: 3rem
    }

    .desktop\:padding-bottom-6 {
        padding-bottom: 3rem
    }

    .desktop\:padding-left-6 {
        padding-left: 3rem
    }

    .desktop\:padding-7 {
        padding: 3.5rem
    }

    .desktop\:padding-y-7 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }

    .desktop\:padding-x-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .desktop\:padding-top-7 {
        padding-top: 3.5rem
    }

    .desktop\:padding-right-7 {
        padding-right: 3.5rem
    }

    .desktop\:padding-bottom-7 {
        padding-bottom: 3.5rem
    }

    .desktop\:padding-left-7 {
        padding-left: 3.5rem
    }

    .desktop\:padding-8 {
        padding: 4rem
    }

    .desktop\:padding-y-8 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    .desktop\:padding-x-8 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .desktop\:padding-top-8 {
        padding-top: 4rem
    }

    .desktop\:padding-right-8 {
        padding-right: 4rem
    }

    .desktop\:padding-bottom-8 {
        padding-bottom: 4rem
    }

    .desktop\:padding-left-8 {
        padding-left: 4rem
    }

    .desktop\:padding-9 {
        padding: 4.5rem
    }

    .desktop\:padding-y-9 {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem
    }

    .desktop\:padding-x-9 {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }

    .desktop\:padding-top-9 {
        padding-top: 4.5rem
    }

    .desktop\:padding-right-9 {
        padding-right: 4.5rem
    }

    .desktop\:padding-bottom-9 {
        padding-bottom: 4.5rem
    }

    .desktop\:padding-left-9 {
        padding-left: 4.5rem
    }

    .desktop\:padding-10 {
        padding: 5rem
    }

    .desktop\:padding-y-10 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .desktop\:padding-x-10 {
        padding-left: 5rem;
        padding-right: 5rem
    }

    .desktop\:padding-top-10 {
        padding-top: 5rem
    }

    .desktop\:padding-right-10 {
        padding-right: 5rem
    }

    .desktop\:padding-bottom-10 {
        padding-bottom: 5rem
    }

    .desktop\:padding-left-10 {
        padding-left: 5rem
    }

    .desktop\:padding-15 {
        padding: 7.5rem
    }

    .desktop\:padding-y-15 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem
    }

    .desktop\:padding-x-15 {
        padding-left: 7.5rem;
        padding-right: 7.5rem
    }

    .desktop\:padding-top-15 {
        padding-top: 7.5rem
    }

    .desktop\:padding-right-15 {
        padding-right: 7.5rem
    }

    .desktop\:padding-bottom-15 {
        padding-bottom: 7.5rem
    }

    .desktop\:padding-left-15 {
        padding-left: 7.5rem
    }

    .desktop\:padding-0 {
        padding: 0
    }

    .desktop\:padding-y-0 {
        padding-top: 0;
        padding-bottom: 0
    }

    .desktop\:padding-x-0 {
        padding-left: 0;
        padding-right: 0
    }

    .desktop\:padding-top-0 {
        padding-top: 0
    }

    .desktop\:padding-right-0 {
        padding-right: 0
    }

    .desktop\:padding-bottom-0 {
        padding-bottom: 0
    }

    .desktop\:padding-left-0 {
        padding-left: 0
    }
}

@media (min-width: 30em) and (min-width: 64em) {
    .mobile-lg\:grid-container, .mobile-lg\:grid-container-card, .mobile-lg\:grid-container-card-lg, .mobile-lg\:grid-container-desktop, .mobile-lg\:grid-container-desktop-lg, .mobile-lg\:grid-container-mobile, .mobile-lg\:grid-container-mobile-lg, .mobile-lg\:grid-container-tablet, .mobile-lg\:grid-container-tablet-lg, .mobile-lg\:grid-container-widescreen, .usa-footer__nav {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 64em) and (min-width: 64em) {
    .desktop\:grid-container, .desktop\:grid-container-card, .desktop\:grid-container-card-lg, .desktop\:grid-container-desktop, .desktop\:grid-container-desktop-lg, .desktop\:grid-container-mobile, .desktop\:grid-container-mobile-lg, .desktop\:grid-container-tablet, .desktop\:grid-container-tablet-lg, .desktop\:grid-container-widescreen, .usa-header--extended .usa-nav__inner, .usa-header--extended .usa-navbar, .usa-nav-container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 40em) and (min-width: 64em) {
    .tablet\:grid-container, .tablet\:grid-container-card, .tablet\:grid-container-card-lg, .tablet\:grid-container-desktop, .tablet\:grid-container-desktop-lg, .tablet\:grid-container-mobile, .tablet\:grid-container-mobile-lg, .tablet\:grid-container-tablet, .tablet\:grid-container-tablet-lg, .tablet\:grid-container-widescreen {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media print {
    .usa-radio__input:checked + .usa-radio__label:before {
        -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 1rem #005ea2, 0 0 0 2px #005ea2;
        box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 1rem #005ea2, 0 0 0 2px #005ea2
    }

    .usa-checkbox__input:checked + .usa-checkbox__label:before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label:before {
        background-image: none;
        background-color: #fff;
        content: url(/img/uswds/correct8-alt.svg);
        text-indent: 0
    }
}

@media (max-width: 39.99em) {
    .usa-banner__button {
        width: 100%
    }

    .usa-banner__button[aria-expanded=true]:after {
        background-image: url(/img/uswds/close-blue-60v-alt.svg), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
        background-image: url(/img/uswds/close-blue-60v-alt.svg), linear-gradient(transparent, transparent);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 1rem;
        content: "";
        display: inline-block;
        height: 3rem;
        width: 3rem;
        margin-left: 0;
        top: 0;
        position: absolute;
        right: 0;
        background-color: #dcdee0;
        bottom: 0;
        height: auto
    }
}

@media (max-width: 63.99em) {
    .usa-logo {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        font-size: .93162rem;
        line-height: .93923;
        margin-left: 1rem
    }

    .usa-navbar {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #dcdee0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .usa-nav {
        right: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        position: fixed;
        background: #fff;
        border-right: 0;
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        padding: 1rem;
        width: 15rem;
        z-index: 500
    }

    .usa-nav.is-visible {
        -webkit-animation: slidein-left .3s ease-in-out;
        animation: slidein-left .3s ease-in-out;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .usa-nav__primary {
        margin-bottom: 0;
        list-style-type: none;
        padding-left: 0;
        margin-top: 1.5rem;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .usa-nav__primary > li {
        margin-bottom: 0;
        max-width: unset
    }

    .usa-nav__primary-item {
        border-top: 1px solid #dcdee0
    }

    .usa-nav__primary a {
        color: #565c65;
        display: block;
        padding: .5rem 1rem;
        text-decoration: none
    }

    .usa-nav__primary a:hover {
        background-color: #f0f0f0;
        color: #005ea2;
        text-decoration: none
    }

    .usa-nav__primary a:focus {
        outline-offset: 0
    }

    .usa-nav__primary .usa-current {
        position: relative;
        color: #005ea2;
        font-weight: 700
    }

    .usa-nav__primary .usa-current:after {
        background-color: #005ea2;
        border-radius: 99rem;
        content: "";
        display: block;
        position: absolute;
        bottom: .25rem;
        top: .25rem;
        width: .25rem;
        left: .25rem
    }

    .usa-nav__primary a {
        padding-bottom: .75rem;
        padding-top: .75rem
    }

    .usa-nav__submenu {
        list-style-type: none;
        padding-left: 0;
        margin: 0
    }

    .usa-nav__submenu > li {
        margin-bottom: 0;
        max-width: unset
    }

    .usa-nav__submenu-item {
        border-top: 1px solid #dcdee0;
        font-size: .93162rem
    }

    .usa-nav__submenu .usa-current:after {
        display: none
    }

    .usa-nav__submenu a {
        padding-left: 2rem
    }

    .usa-nav__submenu .usa-nav__submenu a {
        padding-left: 3rem
    }

    .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a {
        content: "foobar";
        padding-left: 4rem
    }
}

.sbf-main {
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 2.5em;
    color: #212121;
    display: none;
}

.sbf-main a {
    color: #212121;
    text-decoration: none;
}

.col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.sbf-btn {
    width: 100vw;
    text-align: left;
    background: #e0ebf2;
    border-radius: 0;
    z-index: 1;
    position: relative;
    margin-left: -2vw;
}

button.sbf-btn[aria-expanded="false"] {
    margin-bottom: 20px;
}

button.sbf-btn[aria-expanded="false"]:after {
    content: "";
    display: inline-block;
    background-image: url(/img/plus-solid_5B616B.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 5px;
}

button.sbf-btn[aria-expanded="true"] {
    margin-bottom: 0;
}

button.sbf-btn[aria-expanded="true"]:after {
    display: inline-block;
    content: "";
    background-image: url(/img/minus-solid_5B616B.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    float: right;
    margin-top: 5px;
}

.sbf-col.show {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .sbf-col {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media (max-width: 1023px) and (min-width: 975px) {
    .sbf-col {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media (min-width: 975px) {
    .contextual-region.block.block-menu-block-forked.block-menu-block-forkedmain {
        width: 100%;
        margin-left: -5%;
    }
}

@media (max-width: 974px) {
    .contextual-region.block.block-menu-block-forked.block-menu-block-forkedmain {
        width: 100%;
    }
}

.navbar-nav * {
    background: #fafcfd;
    margin-top: 0;
    margin-bottom: 0;
}

.block-sidebar-first div.left-border {
    visibility: hidden;
}

.block-sidebar-first li[class*="-level-one"] {
    font-size: 17px;
    line-height: 1.294em;
}

.block-sidebar-first {
    margin: 0;
    padding: 0;
    padding-left: 0;
}

.block-sidebar-first ul {
    display: block;
    max-width: none;
}

.block-sidebar-first li[class*='sbf-level'] > a {
    display: block;
}

.block-sidebar-first li[class*="sbf-level"] > a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 18px;
}

.block-sidebar-first li[class*="sbf-level-one"] > a {
    padding-left: 18px;
}

.block-sidebar-first li[class*="sbf-level-one"] > a.active {
    padding-left: 13px;
}

.block-sidebar-first li[class*="sbf-level-two"] > a {
    padding-left: 27px;
}

.block-sidebar-first li[class*="sbf-level-two"] > a.active {
    padding-left: 22px;
}

.block-sidebar-first li[class*="sbf-level-three"] > a {
    padding-left: 37px;
}

.block-sidebar-first li[class*="sbf-level-three"] > a.active {
    padding-left: 32px;
}

.block-sidebar-first li[class*="sbf-level-four"] > a {
    padding-left: 47px;
}

.block-sidebar-first li[class*="sbf-level-four"] > a.active {
    padding-left: 42px;
}

.block-sidebar-first li[class*="sbf-level-five"] > a {
    padding-left: 57px;
}

.block-sidebar-first li[class*="sbf-level-five"] > a.active {
    padding-left: 52px;
}

.block-sidebar-first li {
    font-family: "Public Sans", sans-serif;
    color: #212121;
    font-weight: 400;
}

.block-sidebar-first li a {
    color: #323a45;
    text-decoration: none;
}

.block-sidebar-first li .section-hdr {
    font-size: 20px;
    line-height: 1.4em;
    padding: 5px 8px;
}

.block-sidebar-first li .sbf-level-two, .block-sidebar-first li .sbf-level-three, .block-sidebar-first li .sbf-level-four, .block-sidebar-first li .sbf-level-five {
    font-size: 15px;
    line-height: 1.467em;
}

.block-sidebar-first li .nav-item {
    padding: 15px 18px;
}

.block-sidebar-first a.active {
    border-left: 5px solid #005B94;
    left: 0;
    top: 0;
}

.block-sidebar-first li.nav-item {
    border-bottom: 1px solid #005B94;
}

.block-sidebar-first a[class*="active"] {
    color: #005B94;
    font-weight: 600;
    line-height: 1.2em;
}

.block-sidebar-first li[class*="sbf-level-one"]:hover > a {
    background: #005B94;
    color: #fff;
}

.block-sidebar-first li[class*="sbf-level-two"]:hover > a, .block-sidebar-first li[class*="sbf-level-three"]:hover > a, .block-sidebar-first li[class*="sbf-level-four"]:hover > a, .block-sidebar-first li[class*="sbf-level-five"]:hover > a {
    background: #e0ebf2;
    color: #212121;
}

.block-sidebar-first ul a.nav-link {
    text-decoration: none;
}

.block-sidebar-first .dropdown-menu {
    border: none;
    border-radius: .05rem;
    position: static;
    width: 100%;
}

.block-sidebar-first .dropdown-item {
    white-space: normal;
    padding: 0;
    width: 100%;
}

@media (max-width: 575px) {
}

@media (min-width: 768px) {
}

@media (min-width: 975px) {
    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .sbf-btn {
        display: none;
    }

    .sbf-main {
        display: block;
        border-bottom: 1px solid #005B94;
    }

    .navbar-nav * {
        background: none;
    }

    .block-sidebar-first .dropdown-item.active, .dropdown-item:active {
        color: #005B94;
        text-decoration: none;
        background-color: #fff;
    }
}

.page-sidebar-second {
    background-color: #FFD971;
    border-color: #FFC425;
    padding: 20px 15px 20px 15px;
}

.page-sidebar-second a {
    color: #205493;
}

.page-sidebar-second-b, .block-topics-2nd-callout .inner .item {
    background-color: #e0ebf2;
    border-color: #d6d7d9;
    padding: 20px 15px 20px 15px;
    margin-top: 20px;
}

@media (max-width: 1023px) {
    .page-sidebar-second-b, .block-topics-2nd-callout .inner .item {
        margin-bottom: 20px;
        width: 100vw;
        margin-left: -2vw;
    }
}

.page-sidebar-second-b a, .block-topics-2nd-callout .inner .item a {
    color: #205493;
}

.page-sidebar-second-b a:hover, .block-topics-2nd-callout .inner .item a:hover {
    color: #112e51;
}

.page-sidebar-second-b a:visited, .block-topics-2nd-callout .inner .item a:visited {
    color: #691f74;
}

@media (max-width: 1023px) {
    .page-sidebar-second-b {
        margin-left: 0;
    }
}

.page-sidebar-second h2, .page-sidebar-second h3, .page-sidebar-second-b h2, .page-sidebar-second-b h3, .page-sidebar-second .field--name-field-main-callout h2, .page-sidebar-second .field--name-field-secondary-callout h2, .page-sidebar-second-b .field__item h2, .page-sidebar-second .field--name-field-main-callout h3, .page-sidebar-second .field--name-field-secondary-callout h3, .page-sidebar-second-b .field__item h3, .block-topics-2nd-callout .inner .item h3, .block-topics-2nd-callout .inner .item h2 {
    font-family: "Public Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.8em;
    color: #212121;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.field--name-field-main-callout p, .field--name-field-secondary-callout p, .page-sidebar-second-b .field__item p, .block-topics-2nd-callout .inner .item p
.field--name-field-main-callout li, .field--name-field-main-callout li a, .field--name-field-secondary-callout li, .field--name-field-secondary-callout li a, .page-sidebar-second-b .field__item li, .page-sidebar-second-b .field__item li a {
    font-family: "Public Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5em;
}

@media (max-width: 1023px) {
    .mobile-col-md {
        padding-right: 0;
    }
}

@media (min-width: 1023px) {
    .mobile-row-node-sb2 {
        padding-right: 0;
        padding-left: 5vw;
    }
}

@media (max-width: 1023px) {
    .mobile-row-node-sb2 {
    }
}

.field--label {
    font-weight: bold;
}

.field--label-inline .field--label, .field--label-inline .field--items {
    float: left;
}

.field--label-inline .field--label, .field--label-inline > .field--item, .field--label-inline .field--items {
    padding-right: 0.5em;
}

[dir="rtl"] .field--label-inline .field--label, [dir="rtl"] .field--label-inline .field--items {
    padding-left: 0.5em;
    padding-right: 0;
    float: right;
}

.field--label-inline .field--label::after {
    content: ':';
}

@media print {
    background-color: #fff;
    color: #000000;* {
    display: block !important;
    overflow: visible !important;
    float: none !important;
    position: static !important;
}

    .usa-banner-bg {
        background-color: #fff;
    }

    .usa-banner-bg .usa-accordion, .usa-banner-bg .usa-banner__header {
        display: none !important;
    }

    #header #utility-nav, #header .search {
        display: none;
    }

    #header .header .row-bottom-margin {
        display: none;
    }

    #header .mm-nav-bottom-border-mobile {
        border-bottom: 0;
        margin-top: 0;
    }

    #breadcrumbs, #topics-az {
        display: none !important;
    }

    #main-content-wrapper .addthis_toolbox {
        display: none;
    }

    #main-content-wrapper .main-content .subnav-2-cols {
        padding-right: 0;
    }

    #main-content-wrapper .sbf-btn {
        display: none !important;
    }

    #main-content-wrapper .col-md-9 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sbf-col, .collapse.dont-collapse-sm {
        display: none !important;
    }

    footer {
        display: none !important;
    }
}

.alert-wrapper {
    position: relative;
}

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

.sg-main {
    background-color: #f1f1f1;
}

ol, ul {
    padding-left: 1.5em;
}

.popover ol:last-child, .popover ul:last-child {
    margin-bottom: 0;
}

a {
    text-decoration: underline;
    color: #005B94;
}

a:hover {
    color: #112e51;
}

a:visited {
    color: #691f74;
}

.page-header {
    margin-top: 0;
}

.container-fluid-mod {
    max-width: 85%;
}

.node__title {
    margin-top: -5px;
}

.node--view-mode-teaser h2 a {
    text-decoration: none;
}

.field--name-field-description {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.7em;
    padding-bottom: 60px;
}

.field--name-body {
    line-height: 1.5em;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 17px;
    padding-bottom: 30px;
}

.page-link {
    border: 0;
    padding: .5rem .5rem;
    color: #005B94;
}

.page-link a:hover {
    color: #112e51;
}

.pagination {
    margin-top: 20px;
    justify-content: center;
}

@media (min-width: 992px) {
    .pagination .page-item .hide-on-mobile, .pagination .pager__item--next .hide-on-mobile {
        display: inline-block;
        text-decoration: underline;
    }
}

.page-item.active .page-link {
    background-color: #005B94;
    border-color: #005B94;
}

.btn-primary {
    background-color: #005B94;
    border-color: #005B94;
    margin-right: 10px;
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #E5E5E5;
}

p:last-child, .form-group:last-child, .panel:last-child {
    margin-bottom: 0;
}

.region-help > .glyphicon {
    float: left;
    margin: -0.05em 0.5em 0 0;
}

.region-help .block {
    overflow: hidden;
}

.help-block, .control-group .help-inline {
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0;
}

.help-block:first-child, .control-group .help-inline:first-child {
    margin-top: 0;
}

.contextual-region.block.block-menu-block-forked.block-menu-block-forkedmain {
    float: left;
}

table {
    font-size: 1em;
}

table tr th a, table tr th a:hover, table tr th a:focus, table tr th a:active {
    color: #212121;
    text-decoration: none;
}

table thead {
    border: 1px solid #000;
}

.table thead th {
    border-bottom: 1px solid #000;
}

.table th, tr th {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.tablesort--asc {
    background-image: url(/img/twistie-down.png);
}

.tablesort.tablesort--asc {
    width: 10px;
    margin: -2px 0 0 5px;
}

.tablesort--desc {
    background-image: url(/img/twistie-up.png);
}

.tablesort.tablesort--desc {
    width: 10px;
    margin: 3px 0 0 5px;
}

blockquote {
    margin: 1.5rem 30px;
}

.body {
    background-color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px;
}

.clear-row {
    clear: both;
}

.row-side-margins {
    margin-right: 0;
    margin-left: 0;
}

.main-content.row-side-margins {
    margin-right: 5vw;
    margin-left: 5vw;
}

.col, .col-md-12, .col-12, .col-sm-3, .col-sm-8, .col-md-9, .col-md, .mobile-col-md {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 1024px) {
    .node__content.clearfix {
        display: flex;
        flex-flow: column;
    }
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 1023px) {
    .main-content.col.row-side-margins {
        margin-right: 0;
        margin-left: 0;
        padding: 0;
        padding-left: 2vw;
        padding-right: 2vw;
    }
}

@media (max-width: 975px) {
    .main-content .subnav-2-cols {
        margin-right: 0;
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        min-width: 100%;
    }
}

@media (min-width: 975px) {
    .main-content .subnav-2-cols {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media only screen and (min-width: 975px) {
    section#content.content-footer-margin {
        margin-bottom: -30px;
    }
}

@media (min-width: 975px) {
    .pg-sb2 {
        padding-right: 5vw;
    }
}

@media (max-width: 1023px) {
    .sbf-col {
        padding-left: 5vw;
    }
}

@media (max-width: 974px) {
    .sbf-btn {
        padding-left: calc(2% + 10px);
        padding-right: calc(2% + 10px);
    }
}