/* ============================== ============================== ============================== ============================== ======================================== ======================================== ======================================== ---------------------------------------- USWDS 2.10.1 ---------------------------------------- GENERAL SETTINGS ---------------------------------------- Read more about settings and USWDS style tokens in the documentation: https://designsystem.digital.gov/design-tokens ---------------------------------------- */
/*
----------------------------------------
Image path
----------------------------------------
Relative image file path
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Namespace
----------------------------------------
*/
/*
----------------------------------------
Layout grid
----------------------------------------
Should the layout grid classes output
with !important
----------------------------------------
*/
/*
----------------------------------------
Border box sizing
----------------------------------------
When set to true, sets the box-sizing
property of all site elements to
`border-box`.
----------------------------------------
*/
/*
----------------------------------------
Focus styles
----------------------------------------
*/
/*
----------------------------------------
Icons
----------------------------------------
*/
/* ============================== ============================== ============================== ============================== ======================================== ======================================== ======================================== ---------------------------------------- USWDS 2.10.1 ---------------------------------------- TYPOGRAPHY SETTINGS ---------------------------------------- Read more about settings and USWDS typography tokens in the documentation: https://designsystem.digital.gov/design-tokens/typesetting/overview/ ---------------------------------------- */
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

This will set the root font size
as a specific px value and use px values
for media queries.

Accepts true or false
----------------------------------------
*/
/* ---------------------------------------- Global styles ---------------------------------------- Adds basic styling for the following unclassed elements: - paragraph: paragraph text - link: links - content: paragraph text, links, headings, lists, and tables ---------------------------------------- */
/*
----------------------------------------
Font path
----------------------------------------
Relative font file path
----------------------------------------
*/
/*
----------------------------------------
Custom typeface tokens
----------------------------------------
Add a new custom typeface token if
your project uses a typeface not already
defined by USWDS.
----------------------------------------
USWDS defines the following tokens
by default:
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
Add as many new tokens as you have
custom typefaces. Reference your new
token(s) in the type-based font settings
using the quoted name of the token.

For example:

$theme-font-type-cond: 'example-font-token';

display-name:
The display name of your font

cap-height:
The height of a 500px `N` in Sketch
----------------------------------------
You should change `example-[style]-token`
names to something more descriptive.
----------------------------------------
*/
/*
----------------------------------------
Type-based font settings
----------------------------------------
Set the type-based tokens for your
project from the following tokens,
or from any new font tokens you added in
$theme-typeface-tokens.
----------------------------------------
'georgia'
'helvetica'
'merriweather'
'open-sans'
'public-sans'
'roboto-mono'
'source-sans-pro'
'system'
'tahoma'
'verdana'
----------------------------------------
*/
/*
----------------------------------------
Custom font stacks
----------------------------------------
Add custom font stacks to any of the
type-based fonts. Any USWDS typeface
token already has a default stack.

Custom stacks don't need to include the
font's display name. It will
automatically appear at the start of
the stack.
----------------------------------------
Example:
$theme-font-type-sans: 'source-sans-pro';
$theme-font-sans-custom-stack: "Helvetica Neue", Helvetica, Arial, sans;

Output:
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
----------------------------------------
*/
/* ---------------------------------------- Add any custom font source files ---------------------------------------- If you want USWDS to generate additional @font-face declarations, add your font data below, following the example that follows. ---------------------------------------- USWDS automatically generates @font-face decalarations for the following 'merriweather' 'public-sans' 'roboto-mono' 'source-sans-pro' These typefaces not require custom source files. ---------------------------------------- EXAMPLE - dir: Directory relative to $theme-font-path - This directory should include fonts saved as .ttf, .woff, and .woff2 ExampleSerif-Normal.ttf ExampleSerif-Normal.woff ExampleSerif-Normal.woff2 $theme-font-serif-custom-src: ( dir: 'custom/example-serif', roman: ( 100: false, 200: false, 300: 'ExampleSerif-Light', 400: 'ExampleSerif-Normal', 500: false, 600: false, 700: 'ExampleSerif-Bold', 800: false, 900: false, ), italic: ( 100: false, 200: false, 300: 'ExampleSerif-LightItalic', 400: 'ExampleSerif-Italic', 500: false, 600: false, 700: 'ExampleSerif-BoldItalic', 800: false, 900: false, ), ); ---------------------------------------- */
/*
----------------------------------------
Role-based font settings
----------------------------------------
Set the role-based tokens for your
project from the following font-type
tokens.
----------------------------------------
'cond'
'icon'
'lang'
'mono'
'sans'
'serif'
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

1-20
----------------------------------------
*/
/*
----------------------------------------
Font weights
----------------------------------------
Assign weights 100-900
Or use `false` for unneeded weights.
----------------------------------------
*/
/*
----------------------------------------
General typography settings
----------------------------------------
Type scale tokens
----------------------------------------
micro:      10px
1:          12px
2:          13px
3:          14px
4:          15px
5:          16px
6:          17px
7:          18px
8:          20px
9:          22px
10:         24px
11:         28px
12:         32px
13:         36px
14:         40px
15:         48px
16:         56px
17:         64px
18:         80px
19:         120px
20:         140px
----------------------------------------
Line height tokens
----------------------------------------
1:    1
2:    1.15
3:    1.35
4:    1.5
5:    1.62
6:    1.75
----------------------------------------
Font role tokens
----------------------------------------
'ui'
'heading'
'body'
'code'
'alt'
----------------------------------------
Measure (max-width) tokens
----------------------------------------
1:       44ex
2:       60ex
3:       64ex
4:       68ex
5:       74ex
6:       88ex
none:    none
----------------------------------------
*/
/* ============================== ============================== ============================== ============================== ======================================== ======================================== ======================================== ---------------------------------------- USWDS 2.10.1 ---------------------------------------- COLOR SETTINGS ---------------------------------------- Read more about settings and USWDS color tokens in the documentation: https://designsystem.digital.gov/design-tokens/color ---------------------------------------- */
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
State palette colors
----------------------------------------
*/
/*
----------------------------------------
General colors
----------------------------------------
*/
/* ============================== ============================== ============================== ============================== ======================================== ======================================== ======================================== ---------------------------------------- USWDS 2.10.1 ---------------------------------------- SPACING SETTINGS ---------------------------------------- Read more about settings and USWDS spacing units tokens in the documentation: https://designsystem.digital.gov/design-tokens/spacing-units ---------------------------------------- */
/*
----------------------------------------
Border radius
----------------------------------------
2px           2px
0.5           4px
1             8px
1.5           12px
2             16px
2.5           20px
3             24px
4             32px
5             40px
6             48px
7             56px
8             64px
9             72px
----------------------------------------
*/
/*
----------------------------------------
Column gap
----------------------------------------
2px         2px
0.5         4px
1           8px
2           16px
3           24px
4           32px
5           40px
6           48px
----------------------------------------
*/
/*
----------------------------------------
Grid container max-width
----------------------------------------
mobile
mobile-lg
tablet
tablet-lg
desktop
desktop-lg
widescreen
----------------------------------------
*/
/*
----------------------------------------
Site
----------------------------------------
*/
/* ============================== ============================== ============================== ============================== ======================================== ======================================== ======================================== ---------------------------------------- USWDS 2.10.1 ---------------------------------------- UTILITIES SETTINGS ---------------------------------------- Read more about settings and USWDS utilities in the documentation: https://designsystem.digital.gov/utilities ---------------------------------------- */
/*
----------------------------------------
Utility breakpoints
----------------------------------------
Which breakpoints does your project
need? Select as `true` any breakpoint
used by utilities or layout grid
----------------------------------------
*/
/*
----------------------------------------
Global colors
----------------------------------------
The following palettes will be added to
- background-color
- border-color
- color
- text-decoration-color
----------------------------------------
*/
/*
----------------------------------------
Settings
----------------------------------------
*/
/*
----------------------------------------
Values
----------------------------------------
*/
/* ============================== ============================== ============================== ============================== ======================================== ======================================== ======================================== ---------------------------------------- USWDS 2.10.1 ---------------------------------------- COMPONENT SETTINGS ---------------------------------------- Read more about settings and USWDS style tokens in the documentation: https://designsystem.digital.gov/design-tokens ---------------------------------------- */
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
uswds-error()
----------------------------------------
Allow the system to pass an error as text
to test error states in unit testing
----------------------------------------
*/
/*
----------------------------------------
error-not-token()
----------------------------------------
Returns a common not-a-token error.
----------------------------------------
*/
/*
----------------------------------------
map-deep-get()
----------------------------------------
@author Hugo Giraudel
@access public
@param {Map} $map - Map
@param {Arglist} $keys - Key chain
@return {*} - Desired value
----------------------------------------
*/
/*
----------------------------------------
strip-unit()
----------------------------------------
Remove the unit of a length
@author Hugo Giraudel
@param {Number} $number - Number to remove unit from
@return {Number} - Unitless number
----------------------------------------
*/
/*
----------------------------------------
multi-cat()
----------------------------------------
Concatenate two lists
----------------------------------------
*/
/*
----------------------------------------
map-collect()
----------------------------------------
Collect multiple maps into a single
large map
source: https://gist.github.com/bigglesrocks/d75091700f8f2be5abfe
----------------------------------------
*/
/*
----------------------------------------
smart-quote()
----------------------------------------
Quotes strings
Inspects `px`, `xs`, and `xl` numbers
Leaves bools as is
----------------------------------------
*/
/*
----------------------------------------
remove()
----------------------------------------
Remove a value from a list
----------------------------------------
*/
/*
----------------------------------------
strunquote()
----------------------------------------
Unquote a string
----------------------------------------
*/
/*
----------------------------------------
to-map()
----------------------------------------
Convert a single value to a USWDS
value map.

Candidate for deprecation if we remove
isReadable
----------------------------------------
*/
/*
----------------------------------------
base-to-map()
----------------------------------------
Convert a single base to a USWDS
value map.

Candidate for deprecation if we remove
isReadable
----------------------------------------
*/
/*
----------------------------------------
ns()
----------------------------------------
Add a namesspace of $type if that
namespace is set to output
----------------------------------------
*/
/*
----------------------------------------
de-list()
----------------------------------------
Transform a one-element list or arglist
into that single element.
----------------------------------------
(1) => 1
((1)) => (1)
----------------------------------------
*/
/*
----------------------------------------
unpack()
----------------------------------------
Create lists of single items from lists
of lists.
----------------------------------------
(1, (2.1, 2.2), 3) -->
(1, 2.1, 2.2, 3)
----------------------------------------
*/
/*
----------------------------------------
get-last()
----------------------------------------
Return the last item of a list,
Return null if the value is null
----------------------------------------
*/
/*
----------------------------------------
has-important()
----------------------------------------
Check to see if `!important` is
being passed in a mixin's props
----------------------------------------
*/
/*
----------------------------------------
append-important()
----------------------------------------
Append `!important` to a list
----------------------------------------
*/
/*
----------------------------------------
spacing-multiple()
----------------------------------------
Converts a spacing unit multiple into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
rem-to-px()
----------------------------------------
Converts a value in rem to a value in px
----------------------------------------
*/
/*
----------------------------------------
rem-to-user-em()
----------------------------------------
Converts a value in rem to a value in
[user-settings] em for use in media
queries
----------------------------------------
*/
/*
----------------------------------------
validate-typeface-token()
----------------------------------------
Check to see if a typeface-token exists.
Throw an error if a passed token does
not exist in the typeface-token map.
----------------------------------------
*/
/*
----------------------------------------
cap-height()
----------------------------------------
Get the cap height of a valid typeface
----------------------------------------
*/
/*
----------------------------------------
px-to-rem()
----------------------------------------
Converts a value in px to a value in rem
----------------------------------------
*/
/*
----------------------------------------
normalize-type-scale()
----------------------------------------
Normalizes a specific face's optical size
to a set target
----------------------------------------
*/
/*
----------------------------------------
utility-font()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
Not the public-facing function.
Used for building the utilities and
withholds certain errors.
----------------------------------------
*/
/*
----------------------------------------
line-height()
lh()
----------------------------------------
Get a normalized line-height from
a family and a line-height scale unit
----------------------------------------
*/
/*
----------------------------------------
convert-to-font-type()
----------------------------------------
Converts a font-role token into a
font-type token. Leaves font-type tokens
unchanged.
----------------------------------------
*/
/*
----------------------------------------
get-font-stack()
----------------------------------------
Get a font stack from a style- or
role-based font token.
----------------------------------------
*/
/*
----------------------------------------
get-typeface-token()
----------------------------------------
Get a typeface token from a font-type or
font-role token.
----------------------------------------
*/
/*
----------------------------------------
get-system-color()
----------------------------------------
Derive a system color from its
family, value, and vivid or a passed
variable that is, itself, a list
----------------------------------------
*/
/*
----------------------------------------
system-type-scale()
----------------------------------------
Get a value from the system type scale
----------------------------------------
*/
/*
----------------------------------------
calc-gap-offset()
----------------------------------------
Calculate a valid uswds unit that is
half the width of a given unit, for
calculating gap offset in the layout
grid.
----------------------------------------
*/
/*
----------------------------------------
get-standard-values()
----------------------------------------
Gets a map of USWDS standard values
for a property
----------------------------------------
*/
/* ---------------------------------------- number-to-token() ---------------------------------------- Converts an integer or numeric value into a system value Ex: 0.5   --> '05' -1px  --> 'neg-1px' ---------------------------------------- */
/* ---------------------------------------- columns() ---------------------------------------- outputs a grid-col number based on the number of desired columns in the 12-column grid Ex: columns(2) --> 6 grid-col(columns(2)) ---------------------------------------- */
/*
----------------------------------------
get-uswds-value()
----------------------------------------
Finds and outputs a value from the
USWDS standard values.

Used to build other standard utility
functions and mixins.
----------------------------------------
*/
/*
----------------------------------------
pow()
----------------------------------------
Raises a unitless number to the power
of another unitless number

Includes helper functions
----------------------------------------
*/
/*
----------------------------------------
decompose-color-token()
----------------------------------------
Convert a color token into into a list
of form [family], [grade], [variant]

Vivid variants return "vivid" as the
variant.

If neither grade nor variant exists,
returns 'false'
----------------------------------------
*/
/*
----------------------------------------
test-colors()
----------------------------------------
Check to see if all system colors
fall between the proper relative
luminance range for their grade.

Has a couple quirks, as the luminance()
function returns slightly different
results than expected.
----------------------------------------
*/
/*
----------------------------------------
str-split()
----------------------------------------
Split a string at a given separator
and convert into a lisrt of substrings
----------------------------------------
*/
/*
----------------------------------------
str-replace()
----------------------------------------
Replace any substring with another
string
----------------------------------------
*/
/*
----------------------------------------
is-system-color-token()
----------------------------------------
Return whether a token is a system
color token
----------------------------------------
*/
/*
----------------------------------------
is-theme-color-token()
----------------------------------------
Return whether a token is a theme
color token
----------------------------------------
*/
/*
----------------------------------------
color-token-assignment()
----------------------------------------
Get the system token equivalent of any
theme color token
----------------------------------------
*/
/*
----------------------------------------
is-color-token()
----------------------------------------
Returns whether a given string is a
USWDS color token.
----------------------------------------
*/
/*
----------------------------------------
calculate-grade()
----------------------------------------
Derive the grade equivalent any color,
even non-token colors
----------------------------------------
*/
/*
----------------------------------------
color()
----------------------------------------
Derive a color from a color shortcode
----------------------------------------
*/
/*
----------------------------------------
advanced-color()
----------------------------------------
Derive a color from a color triplet:
[family], [grade], [variant]
----------------------------------------
*/
/*
----------------------------------------
units()
----------------------------------------
Converts a spacing unit into
the desired final units (currently rem)
----------------------------------------
*/
/*
----------------------------------------
get-palettes()
----------------------------------------
Build a single map of plugin values
from a list of plugin keys.
----------------------------------------
*/
/*
----------------------------------------
border-radius()
----------------------------------------
Get a border-radius from the system
border-radii
----------------------------------------
*/
/*
----------------------------------------
font-weight()
fw()
----------------------------------------
Get a font-weight value from the
system font-weight
----------------------------------------
*/
/*
----------------------------------------
feature()
----------------------------------------
Gets a valid USWDS font feature setting
----------------------------------------
*/
/*
----------------------------------------
flex()
----------------------------------------
Gets a valid USWDS flex value
----------------------------------------
*/
/*
----------------------------------------
font-family()
family()
----------------------------------------
Get a font-family stack from a
role-based or type-based font family
----------------------------------------
*/
/*
----------------------------------------
letter-spacing()
ls()
----------------------------------------
Get a letter-spacing value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
measure()
----------------------------------------
Gets a valid USWDS reading line length
----------------------------------------
*/
/*
----------------------------------------
opacity()
----------------------------------------
Get an opacity from the system
opacities
----------------------------------------
*/
/*
----------------------------------------
order()
----------------------------------------
Get an order value from the
system orders
----------------------------------------
*/
/*
----------------------------------------
radius()
----------------------------------------
Get a border-radius value from the
system letter-spacing
----------------------------------------
*/
/*
----------------------------------------
font-size()
----------------------------------------
Get type scale value from a [family] and
[scale]
----------------------------------------
*/
/*
----------------------------------------
z-index()
z()
----------------------------------------
Get a z-index value from the
system z-index
----------------------------------------
*/
/*
----------------------------------------
magic-number()
----------------------------------------
Returns the magic number of two color
grades. Takes numbers or color tokens.

magic-number(50, 10)
return: 40

magic-number("red-50", "red-10")
return: 40
----------------------------------------
*/
/*
----------------------------------------
get-default()
----------------------------------------
Returns the default value from a map
of project defaults

get-default("bg-color")
> $theme-body-background-color
----------------------------------------
*/
/* ---------------------------------------- get-color-token-from-bg() ---------------------------------------- Returns an accessible foreground color token, given a background, preferred color, fallback color, and WCAG target returns: color-token get-color-token-from-bg( "black", "red-60", "red-10", "AA") > "red-10" ---------------------------------------- */
/* ---------------------------------------- get-link-tokens-from-bg() ---------------------------------------- Get accessible link colors for a given background color returns: link-token, hover-token get-link-tokens-from-bg( "black", "red-60", "red-10", "AA") > "red-10", "red-5" get-link-tokens-from-bg( "black", "red-60v", "red-10v", "AA-large") > "red-60v", "red-50v" get-link-tokens-from-bg( "black", "red-5v", "red-60v", "AA") > "red-5v", "white" get-link-tokens-from-bg( "black", "white", "red-60v", "AA") > "white", "white" ---------------------------------------- */
/*
----------------------------------------
color-token-type()
----------------------------------------
Returns the type of a color token.

Returns: "system" | "theme"
----------------------------------------
*/
/*
----------------------------------------
color-token-family()
----------------------------------------
Returns the family of a color token.

Returns: color-family

color-token-family("accent-warm-vivid")
> "accent-warm"

color-token-family("red-50v")
> "red"

color-token-variant(("red", 50, "vivid"))
> "red"
----------------------------------------
*/
/*
----------------------------------------
color-token-grade()
----------------------------------------
Returns the grade of a USWDS color token.

Returns: color-grade

color-token-grade("accent-warm")
> "root"

color-token-grade("accent-warm-vivid")
> "root"

color-token-grade("accent-warm-darker")
> "darker"

color-token-grade("red-50v")
> 50

color-token-variant(("red", 50, "vivid"))
> 50
----------------------------------------
*/
/*
----------------------------------------
color-token-variant()
----------------------------------------
Returns the variant of color token.

Returns: "vivid" | false

color-token-variant("accent-warm")
> false

color-token-variant("accent-warm-vivid")
> "vivid"

color-token-variant("red-50v")
> "vivid"

color-token-variant(("red", 50, "vivid"))
> "vivid"
----------------------------------------
*/
/*
----------------------------------------
next-token()
----------------------------------------
Returns next "darker" or "lighter" color
token of the same token type and variant.

Returns: color-token | false

next-token("accent-warm", "lighter")
> "accent-warm-light"

next-token("gray-10", "lighter")
> "gray-5"

next-token("gray-5", "lighter")
> "white"

next-token("white", "lighter")
> false

next-token("red-50v", "darker")
> "red-60v"

next-token("red-50", "darker")
> "red-60"

next-token("red-80v", "darker")
> "red-90"

next-token("red-90", "darker")
> "black"

next-token("white", "darker")
> "gray-5"

next-token("black", "lighter")
> "gray-90"
----------------------------------------
*/
/*
----------------------------------------
wcag-magic-number()
----------------------------------------
Returns the magic number of a specific
wcag grade:

"AA"
"AA-Large"
"AAA"

wcag-magic-number("AA")
> 50
----------------------------------------
*/
/*
----------------------------------------
is-accessible-magic-number()
----------------------------------------
Returns whether two grades achieve
specified target color contrast

Returns: true | false

is-accessible-magic-number(10, 50, "AA")
> false

is-accessible-magic-number(10, 60, "AA")
> true
----------------------------------------
*/
/*
========================================
core/units
----------------------------------------
The master palettes of
- colors
- whitespace
- typescale
----------------------------------------
This file is not meant to be modified
by USWDS project teams. Change your
project values in
project/uswds-project-settings
----------------------------------------
*/
/*
----------------------------------------
Spacing grid multiplier
----------------------------------------
*/
/*
----------------------------------------
Spacing grid
----------------------------------------
*/
/*
----------------------------------------
Breakpoints
----------------------------------------
*/
/*
----------------------------------------
Units
----------------------------------------
*/
/*
----------------------------------------
Layout grid widths
----------------------------------------
*/
/*
----------------------------------------
Font stacks
----------------------------------------
*/
/*
----------------------------------------
Typeface
----------------------------------------
*/
/*
----------------------------------------
Typescale
----------------------------------------
*/
/*
----------------------------------------
Measure
----------------------------------------
*/
/*
----------------------------------------
Line height
----------------------------------------
*/
/*
----------------------------------------
Base cap height
----------------------------------------
500px 'N' height measured in Sketch.
Used for normalizing font sizes.
Current normalized to Apple system
fonts.
----------------------------------------
*/
/*
----------------------------------------
Luminance ranges
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/* ============================== ============================== ============================== ============================== ======================================== ======================================== ======================================== ---------------------------------------- USWDS 2.0 Variables Use for computed variables or any not meant to be set by system users directly. ---------------------------------------- */
/*
----------------------------------------
Touch target size
----------------------------------------
*/
/*
----------------------------------------
Namespace
----------------------------------------
*/
/*
----------------------------------------
Spacing
----------------------------------------
All spacing values that can be called
by units()
----------------------------------------
*/
/*
----------------------------------------
Project fonts
----------------------------------------
Collects font settings in a map for
looping.
----------------------------------------
*/
/*
----------------------------------------
Font stack
----------------------------------------
Compute the project font stack based on
the project fonts and the font
definition values set in
core/_font-definitions
----------------------------------------
*/
/*
----------------------------------------
Cap heights
----------------------------------------
Collect project cap heights
----------------------------------------
*/
/*
----------------------------------------
Theme color families and grades
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
/*
----------------------------------------
System magic numbers for color contrast
----------------------------------------
*/
/*
----------------------------------------
Build the project type scale map
----------------------------------------
*/
/*
----------------------------------------
Border-radius
----------------------------------------
*/
/*
----------------------------------------
Column gaps
----------------------------------------
*/
/*
----------------------------------------
Grid
----------------------------------------
*/
/*
----------------------------------------
Aspect Ratios
----------------------------------------
*/
/*
----------------------------------------
Easing
----------------------------------------
*/
/*
----------------------------------------
Project defaults
----------------------------------------
*/
/*
----------------------------------------
USWDS Properties
----------------------------------------
*/
/*
----------------------------------------
family()
----------------------------------------
Get a font-family stack
----------------------------------------
*/
/*
----------------------------------------
size()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
font()
----------------------------------------
Get a font-family stack
AND
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
typeset()
----------------------------------------
Sets:
- family
- size
- line-height
----------------------------------------
*/
/* stylelint-disable max-nesting-depth */
/*
----------------------------------------
@render-pseudoclass
----------------------------------------
Build a pseucoclass utiliy from values
calculated in the @render-utilities-in
loop
----------------------------------------
*/
/*
----------------------------------------
@render-utility
----------------------------------------
Build a utility from values calculated
in the @render-utilities-in loop
----------------------------------------
TODO: Determine the proper use of
unquote() in the following. Changed to
account for a 'interpolation near
operators will be simplified in a
future version of Sass' warning.
----------------------------------------
*/
/*
----------------------------------------
@render-utilities-in
----------------------------------------
The master loop that sets the building
blocks of utilities from the values
in individual rule settings and loops
through all possible variants
----------------------------------------
*/
/* stylelint-enable */
.usa-prose .usa-collection, .usa-collection, .usa-prose > ul, .usa-prose > ol, .usa-list { margin-bottom: 1em ; margin-top: 1em ; line-height: 1.5; padding-left: 3ch; }

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

.usa-prose .usa-collection ul, .usa-collection ul, .usa-prose > ul ul, .usa-prose > ol ul, .usa-list ul, .usa-prose .usa-collection ol, .usa-collection ol, .usa-prose > ul ol, .usa-prose > ol ol, .usa-list ol { margin-top: 0.25em; }

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

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

.usa-prose > table, .usa-table { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.5 ; border-collapse: collapse; border-spacing: 0; color: #1b1b1b; margin: 1.25rem 0; text-align: left; }

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

.usa-prose > table thead th, .usa-table thead th, .usa-prose > table thead td, .usa-table thead td { background-color: #dfe1e2; color: #1b1b1b; }

.usa-prose > table th, .usa-table th, .usa-prose > table td, .usa-table td { border-width: 1px; border-color: #1b1b1b ; border-style: solid; background-color: white; font-weight: normal; padding: 0.5rem 1rem; text-align: inherit; }

.usa-prose > table caption, .usa-table caption { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1rem; font-weight: 700; margin-bottom: 0.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 th, .usa-table--borderless th, .usa-prose > .usa-table--borderless td, .usa-table--borderless td { border-left: 0; border-right: 0; }

.usa-prose > .usa-table--compact th, .usa-table--compact th, .usa-prose > .usa-table--compact td, .usa-table--compact td { padding: 0.25rem 0.75rem; }

.usa-table--striped tbody tr:nth-child(odd) td, .usa-table--striped tbody tr:nth-child(odd) th { background-color: #f0f0f0; color: #1b1b1b; }

.usa-prose > .width-mobile .usa-table--stacked thead, .width-mobile .usa-table--stacked thead { display: none; }

.usa-prose > .width-mobile .usa-table--stacked th, .width-mobile .usa-table--stacked th, .usa-prose > .width-mobile .usa-table--stacked td, .width-mobile .usa-table--stacked td { border-bottom-width: 0; display: block; width: 100%; }

.usa-prose > .width-mobile .usa-table--stacked tr, .width-mobile .usa-table--stacked tr { border-bottom-width: 0.25rem; border-bottom-color: #1b1b1b ; border-bottom-style: solid; border-top-width: 0; display: block; width: 100%; }

.width-mobile .usa-table--stacked tr th:first-child, .width-mobile .usa-table--stacked tr td:first-child { border-top-width: 0; }

.width-mobile .usa-table--stacked tr:nth-child(odd) td, .width-mobile .usa-table--stacked tr:nth-child(odd) th { background-color: inherit; }

.width-mobile .usa-table--stacked tr:first-child th:first-child, .width-mobile .usa-table--stacked tr:first-child td:first-child { border-top-width: 0.25rem; border-top-color: #1b1b1b ; border-top-style: solid; }

.width-mobile .usa-table--stacked th[data-label], .width-mobile .usa-table--stacked td[data-label] { padding-bottom: 0.75rem; }

.width-mobile .usa-table--stacked th[data-label]:before, .width-mobile .usa-table--stacked td[data-label]:before { content: attr(data-label); display: block; font-weight: 700; margin: -0.5rem -1rem 0; padding: 0.75rem 1rem 0.25rem; }

.usa-prose > .width-mobile .usa-table--stacked-header thead, .width-mobile .usa-table--stacked-header thead { display: none; }

.usa-prose > .width-mobile .usa-table--stacked-header th, .width-mobile .usa-table--stacked-header th, .usa-prose > .width-mobile .usa-table--stacked-header td, .width-mobile .usa-table--stacked-header td { border-bottom-width: 0; display: block; width: 100%; }

.usa-prose > .width-mobile .usa-table--stacked-header tr, .width-mobile .usa-table--stacked-header tr { border-bottom-width: 0.25rem; border-bottom-color: #1b1b1b ; border-bottom-style: solid; border-top-width: 0; display: block; width: 100%; }

.width-mobile .usa-table--stacked-header tr th:first-child, .width-mobile .usa-table--stacked-header tr td:first-child { border-top-width: 0; }

.width-mobile .usa-table--stacked-header tr:nth-child(odd) td, .width-mobile .usa-table--stacked-header tr:nth-child(odd) th { background-color: inherit; }

.width-mobile .usa-table--stacked-header tr:first-child th:first-child, .width-mobile .usa-table--stacked-header tr:first-child td:first-child { border-top-width: 0.25rem; border-top-color: #1b1b1b ; border-top-style: solid; }

.width-mobile .usa-table--stacked-header th[data-label], .width-mobile .usa-table--stacked-header td[data-label] { padding-bottom: 0.75rem; }

.width-mobile .usa-table--stacked-header th[data-label]:before, .width-mobile .usa-table--stacked-header td[data-label]:before { content: attr(data-label); display: block; font-weight: 700; margin: -0.5rem -1rem 0; padding: 0.75rem 1rem 0.25rem; }

.width-mobile .usa-table--stacked-header tr td:first-child, .width-mobile .usa-table--stacked-header tr th:first-child { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.06rem; line-height: 1.1 ; background-color: #dfe1e2; color: #1b1b1b; font-weight: 700; padding: 0.75rem 1rem; }

.width-mobile .usa-table--stacked-header tr td:first-child:before, .width-mobile .usa-table--stacked-header tr th:first-child:before { display: none; }

.usa-prose > .usa-table-container--scrollable, .usa-table-container--scrollable { margin: 1.25rem 0; overflow-y: hidden; }

.usa-table-container--scrollable .usa-table { margin: 0; }

.usa-prose > .usa-table-container--scrollable th, .usa-table-container--scrollable th, .usa-prose > .usa-table-container--scrollable td, .usa-table-container--scrollable td { white-space: nowrap; }

/*  deprecated.scss --- Occasionally the design system will deprecate old variables or functionality. If we replace the old functionality with something new, this is a place to connect the old functionality to the new functionality, in the service of better continuity and backwards compatibility within a major release cycle. Note the USWDS version where we deprecated the old functionality in a comment. Be sure to update notifications.scss. This file should started fresh at each major version. */
/*  notifications.scss
    ---
    Adds a notification at the top of each USWDS
    compile. Use this file for important notifications
    and updates to the design system.

    This file should started fresh at each
    major version.

*/
/* prettier-ignore */
/* prettier-ignore */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Render the `main` element consistently in IE. */
main { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

/* stylelint-disable */
@font-face { font-family: Roboto Mono Web; font-style: normal; font-weight: 300; font-display: fallback; src: url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-300.woff2) format("woff2"), url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-300.woff) format("woff"), url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-300.ttf) format("truetype"); }

@font-face { font-family: Roboto Mono Web; font-style: normal; font-weight: 400; font-display: fallback; src: url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff2) format("woff2"), url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-regular.woff) format("woff"), url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-regular.ttf) format("truetype"); }

@font-face { font-family: Roboto Mono Web; font-style: normal; font-weight: 700; font-display: fallback; src: url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-700.woff2) format("woff2"), url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-700.woff) format("woff"), url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-700.ttf) format("truetype"); }

@font-face { font-family: Roboto Mono Web; font-style: italic; font-weight: 300; font-display: fallback; src: url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff2) format("woff2"), url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-300italic.woff) format("woff"), url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-300italic.ttf) format("truetype"); }

@font-face { font-family: Roboto Mono Web; font-style: italic; font-weight: 400; font-display: fallback; src: url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff2) format("woff2"), url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-italic.woff) format("woff"), url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-italic.ttf) format("truetype"); }

@font-face { font-family: Roboto Mono Web; font-style: italic; font-weight: 700; font-display: fallback; src: url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff2) format("woff2"), url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-700italic.woff) format("woff"), url(../uswds/fonts/roboto-mono/roboto-mono-v5-latin-700italic.ttf) format("truetype"); }

@font-face { font-family: Source Sans Pro Web; font-style: normal; font-weight: 300; font-display: fallback; src: url(../uswds/fonts/source-sans-pro/sourcesanspro-light-webfont.woff2) format("woff2"), url(../uswds/fonts/source-sans-pro/sourcesanspro-light-webfont.woff) format("woff"), url(../uswds/fonts/source-sans-pro/sourcesanspro-light-webfont.ttf) format("truetype"); }

@font-face { font-family: Source Sans Pro Web; font-style: normal; font-weight: 400; font-display: fallback; src: url(../uswds/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2) format("woff2"), url(../uswds/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff) format("woff"), url(../uswds/fonts/source-sans-pro/sourcesanspro-regular-webfont.ttf) format("truetype"); }

@font-face { font-family: Source Sans Pro Web; font-style: normal; font-weight: 700; font-display: fallback; src: url(../uswds/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2) format("woff2"), url(../uswds/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff) format("woff"), url(../uswds/fonts/source-sans-pro/sourcesanspro-bold-webfont.ttf) format("truetype"); }

@font-face { font-family: Source Sans Pro Web; font-style: italic; font-weight: 300; font-display: fallback; src: url(../uswds/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff2) format("woff2"), url(../uswds/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.woff) format("woff"), url(../uswds/fonts/source-sans-pro/sourcesanspro-lightitalic-webfont.ttf) format("truetype"); }

@font-face { font-family: Source Sans Pro Web; font-style: italic; font-weight: 400; font-display: fallback; src: url(../uswds/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2) format("woff2"), url(../uswds/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff) format("woff"), url(../uswds/fonts/source-sans-pro/sourcesanspro-italic-webfont.ttf) format("truetype"); }

@font-face { font-family: Source Sans Pro Web; font-style: italic; font-weight: 700; font-display: fallback; src: url(../uswds/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2) format("woff2"), url(../uswds/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff) format("woff"), url(../uswds/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.ttf) format("truetype"); }

@font-face { font-family: Merriweather Web; font-style: normal; font-weight: 300; font-display: fallback; src: url(../uswds/fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2"), url(../uswds/fonts/merriweather/Latin-Merriweather-Light.woff) format("woff"), url(../uswds/fonts/merriweather/Latin-Merriweather-Light.ttf) format("truetype"); }

@font-face { font-family: Merriweather Web; font-style: normal; font-weight: 400; font-display: fallback; src: url(../uswds/fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2"), url(../uswds/fonts/merriweather/Latin-Merriweather-Regular.woff) format("woff"), url(../uswds/fonts/merriweather/Latin-Merriweather-Regular.ttf) format("truetype"); }

@font-face { font-family: Merriweather Web; font-style: normal; font-weight: 700; font-display: fallback; src: url(../uswds/fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2"), url(../uswds/fonts/merriweather/Latin-Merriweather-Bold.woff) format("woff"), url(../uswds/fonts/merriweather/Latin-Merriweather-Bold.ttf) format("truetype"); }

@font-face { font-family: Merriweather Web; font-style: italic; font-weight: 300; font-display: fallback; src: url(../uswds/fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2"), url(../uswds/fonts/merriweather/Latin-Merriweather-LightItalic.woff) format("woff"), url(../uswds/fonts/merriweather/Latin-Merriweather-LightItalic.ttf) format("truetype"); }

@font-face { font-family: Merriweather Web; font-style: italic; font-weight: 400; font-display: fallback; src: url(../uswds/fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2"), url(../uswds/fonts/merriweather/Latin-Merriweather-Italic.woff) format("woff"), url(../uswds/fonts/merriweather/Latin-Merriweather-Italic.ttf) format("truetype"); }

@font-face { font-family: Merriweather Web; font-style: italic; font-weight: 700; font-display: fallback; src: url(../uswds/fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2"), url(../uswds/fonts/merriweather/Latin-Merriweather-BoldItalic.woff) format("woff"), url(../uswds/fonts/merriweather/Latin-Merriweather-BoldItalic.ttf) format("truetype"); }

/* stylelint-enable */
input:not([disabled]):focus, select:not([disabled]):focus, textarea:not([disabled]):focus, button:not([disabled]):focus { outline: 0.25rem solid #2491ff; outline-offset: 0; }

iframe:focus, [href]:focus, [tabindex]:focus, [contentEditable="true"]:focus { outline: 0.25rem solid #2491ff; outline-offset: 0; }

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

html { box-sizing: border-box; }

*, *::before, *::after { box-sizing: inherit; }

html { font-feature-settings: "kern" 1; -webkit-font-kerning: normal; font-kerning: normal; font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 100%; }

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

a:visited { color: #54278f; }

a:hover { color: #1a4480; }

a:active { color: #162e51; }

a:focus { outline: 0.25rem solid #2491ff; outline-offset: 0; }

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

/*! uswds @version */
body { color: #1b1b1b; background-color: white; overflow-x: hidden; }

.usa-sr-only { position: absolute; left: -999em; right: auto; }

.usa-button { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 0.9 ; color: white; background-color: #005ea2; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 0; border-radius: 0.25rem; cursor: pointer; display: inline-block; font-weight: 700; margin-right: 0.5rem; padding: 0.75rem 1.25rem; text-align: center; text-decoration: none; width: 100%; }

@media all and (min-width: 30em) { .usa-button { width: auto; } }

.usa-button:visited { color: white; }

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

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

.usa-button:not([disabled]):focus, .usa-button.usa-focus:not([disabled]) { outline-offset: 0.25rem; }

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

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

.usa-button--accent-cool { color: #1b1b1b; background-color: #00bde3; }

.usa-button--accent-cool:visited { color: #1b1b1b; background-color: #00bde3; }

.usa-button--accent-cool:hover, .usa-button--accent-cool.usa-button--hover { color: #1b1b1b; background-color: #28a0cb; }

.usa-button--accent-cool:active, .usa-button--accent-cool.usa-button--active { color: white; background-color: #07648d; }

.usa-button--accent-warm { color: #1b1b1b; background-color: #fa9441; }

.usa-button--accent-warm:visited { color: #1b1b1b; background-color: #fa9441; }

.usa-button--accent-warm:hover, .usa-button--accent-warm.usa-button--hover { color: white; background-color: #c05600; }

.usa-button--accent-warm:active, .usa-button--accent-warm.usa-button--active { color: white; background-color: #775540; }

.usa-button--outline { background-color: transparent; box-shadow: inset 0 0 0 2px #005ea2; color: #005ea2; }

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

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

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

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

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

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

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

.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; box-shadow: none; font-weight: normal; margin: 0; padding: 0; text-align: left; color: #dfe1e2; }

.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited { color: #54278f; }

.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: 0.25rem solid #2491ff; outline-offset: 0; }

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

.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited { color: #dfe1e2; }

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

.usa-button--outline.usa-button--inverse.usa-button--unstyled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active { color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

.usa-button--outline-disabled.usa-button--inverse, .usa-button--outline.usa-button--inverse:disabled { background-color: transparent; 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; box-shadow: none; font-weight: normal; margin: 0; padding: 0; text-align: left; }

.usa-button--unstyled:visited { color: #54278f; }

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

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

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

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

.usa-embed-container iframe, .usa-embed-container object, .usa-embed-container embed { 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-combo-box__list, .usa-combo-box__input, .usa-input, .usa-textarea, .usa-range, .usa-select, .usa-fieldset, .usa-hint { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.3 ; }

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

.usa-input--success.usa-combo-box__input, .usa-input--success.usa-input, .usa-input--success.usa-textarea, .usa-input--success.usa-range, .usa-input--success.usa-select { border-width: 0.25rem; border-color: #00a91c ; border-style: solid; }

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

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

@media all and (min-width: 64em) { .usa-form-group--error { margin-left: -1.25rem; } }

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

.usa-hint { color: #71767a; }

.usa-label, .usa-legend { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.3 ; display: block; font-weight: normal; margin-top: 1.5rem; max-width: 30rem; }

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

.usa-label--required, .usa-hint--required { color: #b50909; }

.usa-legend--large { font-size: 1.86rem; font-weight: 700; margin-top: 1rem; }

abbr[title="required"] { text-decoration: none; }

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

.usa-input-list li { line-height: 1.3; }

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

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

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

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

.usa-checkbox__label::before, .usa-radio__label::before { background: white; 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 { box-shadow: 0 0 0 2px #71767a; line-height: 1.25rem; margin-right: 0.75rem; text-indent: 0; }

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

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

@media print { .usa-radio__input:checked + .usa-radio__label::before { box-shadow: inset 0 0 0 2px white, 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: url("../uswds/img/correct8.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-position: center center; background-size: 0.75rem auto; }

@media print { .usa-checkbox__input:checked + .usa-checkbox__label::before, .usa-checkbox__input:checked:disabled + .usa-checkbox__label::before { background-image: none; background-color: white; content: url("../uswds/img/checkbox-check-print.svg"); text-indent: 0; } }

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

.usa-checkbox__input:disabled + .usa-checkbox__label, .usa-radio__input:disabled + .usa-radio__label { color: #c9c9c9; cursor: not-allowed; }

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

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

.usa-checkbox__input--tile + .usa-checkbox__label, .usa-radio__input--tile + .usa-radio__label { border: 2px solid #dfe1e2; border-radius: 0.25rem; margin: 0.5rem 0; padding: 0.75rem 1rem 0.75rem 2.5rem; }

.usa-checkbox__input--tile:checked + .usa-checkbox__label, .usa-radio__input--tile:checked + .usa-radio__label { background-color: #d9e8f6; border-color: #73b3e7; }

.usa-checkbox__label-description, .usa-radio__label-description { display: block; font-size: 0.93rem; margin-top: 0.5rem; text-indent: 0; }

.usa-memorable-date { 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; /* stylelint-disable-line declaration-no-important */ pointer-events: none; height: 0; width: 0; margin: 0; }

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

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

.usa-select { background-image: url("../uswds/img/usa-icons/unfold_more.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: white; background-position: right 0.5rem center; background-size: 1.25rem; 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 black; }

[type="file"] { border: none; margin-top: 0.5rem; padding-left: 0; padding-top: 0.2rem; }

.usa-file-input { display: block; max-width: 30rem; width: 100%; }

.usa-file-input__target { border: 1px dashed #a9aeb1; display: block; font-size: 0.93rem; margin-top: 0.5rem; position: relative; text-align: center; width: 100%; }

.usa-file-input__target:hover { border-color: #71767a; }

.usa-file-input__target.has-invalid-file { border-color: #fa9441; }

.usa-file-input__accepted-files-message { font-weight: bold; margin: -1.5rem 0 1.5rem; pointer-events: none; position: relative; z-index: 3; }

.has-invalid-file .usa-file-input__accepted-files-message { color: #b50909; }

.usa-file-input__choose { color: #005ea2; text-decoration: underline; font-weight: normal; }

.usa-file-input__choose:visited { color: #54278f; }

.usa-file-input__choose:hover { color: #1a4480; }

.usa-file-input__choose:active { color: #162e51; }

.usa-file-input__choose:focus { outline: 0.25rem solid #2491ff; outline-offset: 0; }

.usa-file-input__instructions { display: inline-block; padding: 2rem 1rem; pointer-events: none; position: relative; z-index: 3; }

.usa-file-input__instructions.display-none { display: none; }

.usa-file-input__box { background: white; height: 100%; left: 0; pointer-events: none; position: absolute; top: 0; width: 100%; z-index: 2; }

.usa-file-input .usa-file-input__input[type] { cursor: pointer; height: 100%; left: 0; margin: 0; max-width: none; position: absolute; padding: 0.5rem; text-indent: -999em; top: 0; width: 100%; z-index: 1; }

.usa-file-input .usa-file-input__input[type]::-webkit-file-upload-button { display: none; }

.usa-file-input--drag .usa-file-input__target { border-color: #005ea2; }

.usa-file-input--drag .usa-file-input__box { background-color: #d9e8f6 !important; }

.usa-file-input--drag .usa-file-input__preview { opacity: 0.1; }

.usa-file-input__preview-heading { align-items: center; background: #d9e8f6; display: flex; font-weight: bold; justify-content: space-between; padding: 0.5rem; pointer-events: none; position: relative; z-index: 3; }

.usa-file-input__preview { align-items: center; background: #d9e8f6; word-wrap: anywhere; display: flex; font-size: 0.87rem; margin-top: 1px; padding: 0.25rem 0.5rem; pointer-events: none; position: relative; text-align: left; z-index: 3; }

.usa-file-input__preview:last-child { margin-bottom: -1.5rem; }

.usa-file-input__preview-image { border: none; display: block; height: 2.5rem; margin-right: 0.5rem; -o-object-fit: contain; object-fit: contain; width: 2.5rem; }

.usa-file-input__preview-image.is-loading { background-image: url("../uswds/img/loader.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-position: center center; background-repeat: no-repeat; background-size: 2rem; }

.usa-file-input__preview-image--generic, .usa-file-input__preview-image--pdf, .usa-file-input__preview-image--word, .usa-file-input__preview-image--excel, .usa-file-input__preview-image--video { background-position: center center; background-repeat: no-repeat; background-size: 1.5rem; }

.usa-file-input__preview-image--pdf { background-image: url("../uswds/img/file-pdf.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-file-input__preview-image--generic { background-image: url("../uswds/img/file.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-file-input__preview-image--word { background-image: url("../uswds/img/file-word.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-file-input__preview-image--excel { background-image: url("../uswds/img/file-excel.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-file-input__preview-image--video { background-image: url("../uswds/img/file-video.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-form-group--error .usa-file-input__target { border-color: #b50909; border-width: 2px; }

.usa-file-input--disabled { pointer-events: none; }

.usa-file-input--disabled .usa-file-input__instructions { opacity: 0.5; }

.usa-file-input--disabled .usa-file-input__box { background-color: #e6e6e6; }

.usa-file-input--disabled .usa-file-input__input[type] { cursor: default; }

.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: white; box-shadow: 0 0 0 2px #2491ff; }

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

.usa-range:focus::-ms-thumb { background-color: white; 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; box-shadow: 0 0 0 2px #71767a; cursor: pointer; -webkit-appearance: none; appearance: none; margin-top: -0.19rem; }

.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 { background-color: #f0f0f0; border-radius: 99rem; border: 1px solid #71767a; }

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

.usa-textarea { height: 10rem; }

.usa-input--error { border-width: 0.25rem; border-color: #b50909 ; border-style: solid; }

.usa-character-count__message { display: inline-block; padding-top: 0.25rem; }

.usa-character-count__message--invalid { color: #b50909; font-weight: 700; }

.usa-combo-box { max-width: 30rem; position: relative; }

.usa-combo-box--pristine .usa-combo-box__input { padding-right: calc(5em + 4px); }

.usa-combo-box--pristine .usa-combo-box__input::-ms-clear { display: none; }

.usa-combo-box--pristine .usa-combo-box__clear-input { display: block; }

.usa-combo-box__input { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin-bottom: 0; max-width: none; padding-right: calc(2.5em + 3px); }

button.usa-combo-box__toggle-list:focus, button.usa-combo-box__clear-input:focus { outline-offset: -4px; }

.usa-combo-box__toggle-list__wrapper:focus, .usa-combo-box__clear-input__wrapper:focus { outline: 0; }

.usa-combo-box__toggle-list, .usa-combo-box__clear-input { background-color: transparent; background-position: center; background-size: auto 1.5rem; border: 0; bottom: 1px; cursor: pointer; margin-bottom: 0; opacity: 0.6; padding-right: 2rem; position: absolute; top: 1px; z-index: 100; }

.usa-combo-box__clear-input { background-image: url("../uswds/img/usa-icons/close.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; display: none; right: calc(2.5em + 3px); }

.usa-combo-box__toggle-list { background-image: url("../uswds/img/usa-icons/expand_more.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: auto 2rem; right: 1px; }

.usa-combo-box__input-button-separator { background-color: #c6cace; position: absolute; top: 1px; margin-bottom: 8px; margin-top: 8px; width: 1px; right: calc(2.5em + 2px); box-sizing: border-box; z-index: 200; }

.usa-combo-box__list { border-width: 1px; border-color: #565c65 ; border-style: solid; background-color: white; border-radius: 0; border-top: 0; margin: 0; max-height: 12.1em; overflow-x: hidden; overflow-y: scroll; padding: 0; position: absolute; width: 100%; z-index: 300; }

.usa-combo-box__list:focus { outline: 0; }

.usa-combo-box__list-option { border-bottom: 1px solid #dfe1e2; cursor: pointer; display: block; padding: 0.5rem; }

.usa-combo-box__list-option--focused { outline: 2px solid #162e51; outline-offset: -2px; position: relative; z-index: 100; }

.usa-combo-box__list-option--focused:focus { outline-offset: -4px; }

.usa-combo-box__list-option--selected { background-color: #005ea2; border-color: #005ea2; color: white; }

.usa-combo-box__list-option--no-results { cursor: not-allowed; display: block; padding: 0.5rem; }

.usa-date-picker__wrapper { display: none; position: relative; }

.usa-date-picker__wrapper:focus { outline: 0; }

.usa-date-picker__calendar__year, .usa-date-picker__calendar__previous-year-chunk, .usa-date-picker__calendar__next-year-chunk, .usa-date-picker__calendar__month, .usa-date-picker__calendar__year-selection, .usa-date-picker__calendar__month-selection, .usa-date-picker__calendar__date, .usa-date-picker__calendar__previous-year, .usa-date-picker__calendar__previous-month, .usa-date-picker__calendar__next-year, .usa-date-picker__calendar__next-month, .usa-date-picker__button { background-color: #f0f0f0; border: 0; width: 100%; }

.usa-date-picker__calendar__year:not([disabled]), .usa-date-picker__calendar__previous-year-chunk:not([disabled]), .usa-date-picker__calendar__next-year-chunk:not([disabled]), .usa-date-picker__calendar__month:not([disabled]), .usa-date-picker__calendar__year-selection:not([disabled]), .usa-date-picker__calendar__month-selection:not([disabled]), .usa-date-picker__calendar__date:not([disabled]), .usa-date-picker__calendar__previous-year:not([disabled]), .usa-date-picker__calendar__previous-month:not([disabled]), .usa-date-picker__calendar__next-year:not([disabled]), .usa-date-picker__calendar__next-month:not([disabled]), .usa-date-picker__button:not([disabled]) { cursor: pointer; }

.usa-date-picker__calendar__year:not([disabled]):focus, .usa-date-picker__calendar__previous-year-chunk:not([disabled]):focus, .usa-date-picker__calendar__next-year-chunk:not([disabled]):focus, .usa-date-picker__calendar__month:not([disabled]):focus, .usa-date-picker__calendar__year-selection:not([disabled]):focus, .usa-date-picker__calendar__month-selection:not([disabled]):focus, .usa-date-picker__calendar__date:not([disabled]):focus, .usa-date-picker__calendar__previous-year:not([disabled]):focus, .usa-date-picker__calendar__previous-month:not([disabled]):focus, .usa-date-picker__calendar__next-year:not([disabled]):focus, .usa-date-picker__calendar__next-month:not([disabled]):focus, .usa-date-picker__button:not([disabled]):focus { outline-offset: -4px; }

.usa-date-picker__calendar__year:not([disabled]):hover, .usa-date-picker__calendar__previous-year-chunk:not([disabled]):hover, .usa-date-picker__calendar__next-year-chunk:not([disabled]):hover, .usa-date-picker__calendar__month:not([disabled]):hover, .usa-date-picker__calendar__year-selection:not([disabled]):hover, .usa-date-picker__calendar__month-selection:not([disabled]):hover, .usa-date-picker__calendar__date:not([disabled]):hover, .usa-date-picker__calendar__previous-year:not([disabled]):hover, .usa-date-picker__calendar__previous-month:not([disabled]):hover, .usa-date-picker__calendar__next-year:not([disabled]):hover, .usa-date-picker__calendar__next-month:not([disabled]):hover, .usa-date-picker__button:not([disabled]):hover { background-color: #dfe1e2; }

.usa-date-picker__calendar__year:not([disabled]):active, .usa-date-picker__calendar__previous-year-chunk:not([disabled]):active, .usa-date-picker__calendar__next-year-chunk:not([disabled]):active, .usa-date-picker__calendar__month:not([disabled]):active, .usa-date-picker__calendar__year-selection:not([disabled]):active, .usa-date-picker__calendar__month-selection:not([disabled]):active, .usa-date-picker__calendar__date:not([disabled]):active, .usa-date-picker__calendar__previous-year:not([disabled]):active, .usa-date-picker__calendar__previous-month:not([disabled]):active, .usa-date-picker__calendar__next-year:not([disabled]):active, .usa-date-picker__calendar__next-month:not([disabled]):active, .usa-date-picker__button:not([disabled]):active { background-color: #a9aeb1; }

.usa-date-picker--active .usa-date-picker__button { background-color: #f0f0f0; }

.usa-date-picker--active .usa-date-picker__calendar { z-index: 400; }

.usa-date-picker__button { background-image: url("../uswds/img/usa-icons/calendar_today.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; align-self: stretch; background-color: transparent; background-position: center; background-size: 1.5rem; margin-top: 0.5em; width: 3em; }

.usa-date-picker--initialized .usa-date-picker__wrapper { display: flex; }

.usa-date-picker__calendar { background-color: #f0f0f0; left: 0; position: absolute; width: 100%; z-index: 100; }

.usa-date-picker__calendar__table { border-spacing: 0; border-collapse: collapse; table-layout: fixed; text-align: center; width: 100%; }

.usa-date-picker__calendar__table th { font-weight: normal; }

.usa-date-picker__calendar__table td { padding: 0; }

.usa-date-picker__calendar__row { display: flex ; flex-wrap: wrap ; text-align: center; width: 100%; }

.usa-date-picker__calendar__cell { background-color: #f0f0f0; flex: 1; }

.usa-date-picker__calendar__cell--center-items { display: flex; justify-content: center; align-items: center; }

.usa-date-picker__calendar__previous-year, .usa-date-picker__calendar__previous-month, .usa-date-picker__calendar__next-year, .usa-date-picker__calendar__next-month { background-position: center; background-size: auto 1.5rem; height: 1.5rem; padding: 20px 10px; }

.usa-date-picker__calendar__previous-year:not([disabled]) { background-image: url("../uswds/img/usa-icons/navigate_far_before.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-date-picker__calendar__previous-month:not([disabled]) { background-image: url("../uswds/img/usa-icons/navigate_before.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-date-picker__calendar__next-year:not([disabled]) { background-image: url("../uswds/img/usa-icons/navigate_far_next.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-date-picker__calendar__next-month:not([disabled]) { background-image: url("../uswds/img/usa-icons/navigate_next.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-date-picker__calendar__day-of-week { padding: 6px 0px; }

.usa-date-picker__calendar__date { padding: 10px 0px; }

.usa-date-picker__calendar__date--focused { outline: 2px solid #162e51; outline-offset: -2px; position: relative; z-index: 100; }

.usa-date-picker__calendar__date--next-month:not([disabled]), .usa-date-picker__calendar__date--previous-month:not([disabled]) { color: #5d5d52; }

.usa-date-picker__calendar__date--selected, .usa-date-picker__calendar__date--range-date { background-color: #0050d8; color: #f9f9f9; }

.usa-date-picker__calendar__date--selected:not([disabled]), .usa-date-picker__calendar__date--range-date:not([disabled]) { background-color: #0050d8; color: #f9f9f9; }

.usa-date-picker__calendar__date--selected:not([disabled]):hover, .usa-date-picker__calendar__date--range-date:not([disabled]):hover { background-color: #0050d8; color: #e6e6e6; }

.usa-date-picker__calendar__date--selected:not([disabled]):focus, .usa-date-picker__calendar__date--range-date:not([disabled]):focus { background-color: #0050d8; color: #f9f9f9; }

.usa-date-picker__calendar__date--selected:not([disabled]):active, .usa-date-picker__calendar__date--range-date:not([disabled]):active { background-color: #1a4480; }

.usa-date-picker__calendar__date--range-date-start { border-top-left-radius: 10%; border-bottom-left-radius: 10%; }

.usa-date-picker__calendar__date--range-date-end { border-top-right-radius: 10%; border-bottom-right-radius: 10%; }

.usa-date-picker__calendar__date--within-range { background-color: #cfe8ff; }

.usa-date-picker__calendar__date--within-range:not([disabled]) { background-color: #cfe8ff; }

.usa-date-picker__calendar__date--within-range:not([disabled]):hover { background-color: #cfe8ff; }

.usa-date-picker__calendar__date--within-range:not([disabled]):focus { background-color: #cfe8ff; }

.usa-date-picker__calendar__date--within-range:not([disabled]):active { background-color: #cfe8ff; }

.usa-date-picker__calendar__month-label { flex: 4; text-align: center; }

.usa-date-picker__calendar__year-selection, .usa-date-picker__calendar__month-selection { display: inline-block; height: 100%; padding: 8px 4px; width: auto; }

.usa-date-picker__calendar__month-picker { padding: 20px 5px; }

.usa-date-picker__calendar__month { padding: 10px 0; }

.usa-date-picker__calendar__month--focused { outline: 2px solid #162e51; outline-offset: -2px; position: relative; z-index: 100; }

.usa-date-picker__calendar__month--selected { background-color: #0050d8; color: #f9f9f9; }

.usa-date-picker__calendar__month--selected:not([disabled]) { background-color: #0050d8; color: #f9f9f9; }

.usa-date-picker__calendar__month--selected:not([disabled]):hover { background-color: #0050d8; color: #e6e6e6; }

.usa-date-picker__calendar__month--selected:not([disabled]):focus { background-color: #0050d8; color: #f9f9f9; }

.usa-date-picker__calendar__month--selected:not([disabled]):active { background-color: #1a4480; }

.usa-date-picker__calendar__year-picker { padding: 20px 5px; }

.usa-date-picker__calendar__previous-year-chunk, .usa-date-picker__calendar__next-year-chunk { background-position: center; background-size: auto 2rem; margin: auto; padding: 40px 0; }

.usa-date-picker__calendar__previous-year-chunk:not([disabled]) { background-image: url("../uswds/img/usa-icons/navigate_before.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-date-picker__calendar__next-year-chunk:not([disabled]) { background-image: url("../uswds/img/usa-icons/navigate_next.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-date-picker__calendar__year { padding: 10px 0; }

.usa-date-picker__calendar__year--focused { outline: 2px solid #162e51; outline-offset: -2px; position: relative; z-index: 100; }

.usa-date-picker__calendar__year--selected { background-color: #0050d8; color: #f9f9f9; }

.usa-date-picker__calendar__year--selected:not([disabled]) { background-color: #0050d8; color: #f9f9f9; }

.usa-date-picker__calendar__year--selected:not([disabled]):hover { background-color: #0050d8; color: #e6e6e6; }

.usa-date-picker__calendar__year--selected:not([disabled]):focus { background-color: #0050d8; color: #f9f9f9; }

.usa-date-picker__calendar__year--selected:not([disabled]):active { background-color: #1a4480; }

.usa-time-picker { width: 10em; }

/* stylelint-disable */
.grid-container { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; }

@media all and (min-width: 64em) { .grid-container { padding-left: 2rem ; padding-right: 2rem ; } }

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

@media all and (min-width: 64em) { .grid-container-card { padding-left: 2rem ; padding-right: 2rem ; } }

.grid-container-card-lg { margin-left: auto ; margin-right: auto ; max-width: 15rem ; padding-left: 1rem ; padding-right: 1rem ; }

@media all and (min-width: 64em) { .grid-container-card-lg { padding-left: 2rem ; padding-right: 2rem ; } }

.grid-container-mobile { margin-left: auto ; margin-right: auto ; max-width: 20rem ; padding-left: 1rem ; padding-right: 1rem ; }

@media all and (min-width: 64em) { .grid-container-mobile { padding-left: 2rem ; padding-right: 2rem ; } }

.grid-container-mobile-lg { margin-left: auto ; margin-right: auto ; max-width: 30rem ; padding-left: 1rem ; padding-right: 1rem ; }

@media all and (min-width: 64em) { .grid-container-mobile-lg { padding-left: 2rem ; padding-right: 2rem ; } }

.grid-container-tablet { margin-left: auto ; margin-right: auto ; max-width: 40rem ; padding-left: 1rem ; padding-right: 1rem ; }

@media all and (min-width: 64em) { .grid-container-tablet { padding-left: 2rem ; padding-right: 2rem ; } }

.grid-container-tablet-lg { margin-left: auto ; margin-right: auto ; max-width: 55rem ; padding-left: 1rem ; padding-right: 1rem ; }

@media all and (min-width: 64em) { .grid-container-tablet-lg { padding-left: 2rem ; padding-right: 2rem ; } }

.grid-container-desktop { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; }

@media all and (min-width: 64em) { .grid-container-desktop { padding-left: 2rem ; padding-right: 2rem ; } }

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

@media all and (min-width: 64em) { .grid-container-desktop-lg { padding-left: 2rem ; padding-right: 2rem ; } }

.grid-container-widescreen { margin-left: auto ; margin-right: auto ; max-width: 87.5rem ; padding-left: 1rem ; padding-right: 1rem ; }

@media all and (min-width: 64em) { .grid-container-widescreen { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-container { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 30em) and (min-width: 64em) { .mobile-lg\:grid-container { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-container-card { margin-left: auto ; margin-right: auto ; max-width: 10rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 30em) and (min-width: 64em) { .mobile-lg\:grid-container-card { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-container-card-lg { margin-left: auto ; margin-right: auto ; max-width: 15rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 30em) and (min-width: 64em) { .mobile-lg\:grid-container-card-lg { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-container-mobile { margin-left: auto ; margin-right: auto ; max-width: 20rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 30em) and (min-width: 64em) { .mobile-lg\:grid-container-mobile { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-container-mobile-lg { margin-left: auto ; margin-right: auto ; max-width: 30rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 30em) and (min-width: 64em) { .mobile-lg\:grid-container-mobile-lg { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-container-tablet { margin-left: auto ; margin-right: auto ; max-width: 40rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 30em) and (min-width: 64em) { .mobile-lg\:grid-container-tablet { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-container-tablet-lg { margin-left: auto ; margin-right: auto ; max-width: 55rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 30em) and (min-width: 64em) { .mobile-lg\:grid-container-tablet-lg { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-container-desktop { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 30em) and (min-width: 64em) { .mobile-lg\:grid-container-desktop { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-container-desktop-lg { margin-left: auto ; margin-right: auto ; max-width: 75rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 30em) and (min-width: 64em) { .mobile-lg\:grid-container-desktop-lg { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-container-widescreen { margin-left: auto ; margin-right: auto ; max-width: 87.5rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 30em) and (min-width: 64em) { .mobile-lg\:grid-container-widescreen { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 40em) { .tablet\:grid-container { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 40em) and (min-width: 64em) { .tablet\:grid-container { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 40em) { .tablet\:grid-container-card { margin-left: auto ; margin-right: auto ; max-width: 10rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 40em) and (min-width: 64em) { .tablet\:grid-container-card { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 40em) { .tablet\:grid-container-card-lg { margin-left: auto ; margin-right: auto ; max-width: 15rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 40em) and (min-width: 64em) { .tablet\:grid-container-card-lg { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 40em) { .tablet\:grid-container-mobile { margin-left: auto ; margin-right: auto ; max-width: 20rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 40em) and (min-width: 64em) { .tablet\:grid-container-mobile { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 40em) { .tablet\:grid-container-mobile-lg { margin-left: auto ; margin-right: auto ; max-width: 30rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 40em) and (min-width: 64em) { .tablet\:grid-container-mobile-lg { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 40em) { .tablet\:grid-container-tablet { margin-left: auto ; margin-right: auto ; max-width: 40rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 40em) and (min-width: 64em) { .tablet\:grid-container-tablet { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 40em) { .tablet\:grid-container-tablet-lg { margin-left: auto ; margin-right: auto ; max-width: 55rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 40em) and (min-width: 64em) { .tablet\:grid-container-tablet-lg { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 40em) { .tablet\:grid-container-desktop { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 40em) and (min-width: 64em) { .tablet\:grid-container-desktop { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 40em) { .tablet\:grid-container-desktop-lg { margin-left: auto ; margin-right: auto ; max-width: 75rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 40em) and (min-width: 64em) { .tablet\:grid-container-desktop-lg { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 40em) { .tablet\:grid-container-widescreen { margin-left: auto ; margin-right: auto ; max-width: 87.5rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 40em) and (min-width: 64em) { .tablet\:grid-container-widescreen { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .desktop\:grid-container { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 64em) and (min-width: 64em) { .desktop\:grid-container { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .desktop\:grid-container-card { margin-left: auto ; margin-right: auto ; max-width: 10rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 64em) and (min-width: 64em) { .desktop\:grid-container-card { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .desktop\:grid-container-card-lg { margin-left: auto ; margin-right: auto ; max-width: 15rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 64em) and (min-width: 64em) { .desktop\:grid-container-card-lg { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .desktop\:grid-container-mobile { margin-left: auto ; margin-right: auto ; max-width: 20rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 64em) and (min-width: 64em) { .desktop\:grid-container-mobile { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .desktop\:grid-container-mobile-lg { margin-left: auto ; margin-right: auto ; max-width: 30rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 64em) and (min-width: 64em) { .desktop\:grid-container-mobile-lg { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .desktop\:grid-container-tablet { margin-left: auto ; margin-right: auto ; max-width: 40rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 64em) and (min-width: 64em) { .desktop\:grid-container-tablet { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .desktop\:grid-container-tablet-lg { margin-left: auto ; margin-right: auto ; max-width: 55rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 64em) and (min-width: 64em) { .desktop\:grid-container-tablet-lg { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .desktop\:grid-container-desktop { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 64em) and (min-width: 64em) { .desktop\:grid-container-desktop { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .desktop\:grid-container-desktop-lg { margin-left: auto ; margin-right: auto ; max-width: 75rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 64em) and (min-width: 64em) { .desktop\:grid-container-desktop-lg { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .desktop\:grid-container-widescreen { margin-left: auto ; margin-right: auto ; max-width: 87.5rem ; padding-left: 1rem ; padding-right: 1rem ; } }

@media all and (min-width: 64em) and (min-width: 64em) { .desktop\:grid-container-widescreen { padding-left: 2rem ; padding-right: 2rem ; } }

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

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

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

@media all and (min-width: 64em) { .grid-row.grid-gap { margin-left: -1rem ; margin-right: -1rem ; } .grid-row.grid-gap > * { padding-left: 1rem ; padding-right: 1rem ; } }

.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: -0.25rem ; margin-right: -0.25rem ; }

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

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

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

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

.grid-row.grid-gap-3 > * { padding-left: 0.75rem ; padding-right: 0.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: -0.5rem ; margin-right: -0.5rem ; }

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

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

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

@media all and (min-width: 30em) { .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: -0.25rem ; margin-right: -0.25rem ; } .grid-row.mobile-lg\:grid-gap-1 > * { padding-left: 0.25rem ; padding-right: 0.25rem ; } .grid-row.mobile-lg\:grid-gap-2 { margin-left: -0.5rem ; margin-right: -0.5rem ; } .grid-row.mobile-lg\:grid-gap-2 > * { padding-left: 0.5rem ; padding-right: 0.5rem ; } .grid-row.mobile-lg\:grid-gap-3 { margin-left: -0.75rem ; margin-right: -0.75rem ; } .grid-row.mobile-lg\:grid-gap-3 > * { padding-left: 0.75rem ; padding-right: 0.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: -0.5rem ; margin-right: -0.5rem ; } .grid-row.mobile-lg\:grid-gap-md > * { padding-left: 0.5rem ; padding-right: 0.5rem ; } .grid-row.mobile-lg\:grid-gap-lg { margin-left: -0.75rem ; margin-right: -0.75rem ; } .grid-row.mobile-lg\:grid-gap-lg > * { padding-left: 0.75rem ; padding-right: 0.75rem ; } }

@media all and (min-width: 40em) { .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: -0.25rem ; margin-right: -0.25rem ; } .grid-row.tablet\:grid-gap-1 > * { padding-left: 0.25rem ; padding-right: 0.25rem ; } .grid-row.tablet\:grid-gap-2 { margin-left: -0.5rem ; margin-right: -0.5rem ; } .grid-row.tablet\:grid-gap-2 > * { padding-left: 0.5rem ; padding-right: 0.5rem ; } .grid-row.tablet\:grid-gap-3 { margin-left: -0.75rem ; margin-right: -0.75rem ; } .grid-row.tablet\:grid-gap-3 > * { padding-left: 0.75rem ; padding-right: 0.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: -0.5rem ; margin-right: -0.5rem ; } .grid-row.tablet\:grid-gap-md > * { padding-left: 0.5rem ; padding-right: 0.5rem ; } .grid-row.tablet\:grid-gap-lg { margin-left: -0.75rem ; margin-right: -0.75rem ; } .grid-row.tablet\:grid-gap-lg > * { padding-left: 0.75rem ; padding-right: 0.75rem ; } }

@media all and (min-width: 64em) { .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: -0.25rem ; margin-right: -0.25rem ; } .grid-row.desktop\:grid-gap-1 > * { padding-left: 0.25rem ; padding-right: 0.25rem ; } .grid-row.desktop\:grid-gap-2 { margin-left: -0.5rem ; margin-right: -0.5rem ; } .grid-row.desktop\:grid-gap-2 > * { padding-left: 0.5rem ; padding-right: 0.5rem ; } .grid-row.desktop\:grid-gap-3 { margin-left: -0.75rem ; margin-right: -0.75rem ; } .grid-row.desktop\:grid-gap-3 > * { padding-left: 0.75rem ; padding-right: 0.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: -0.5rem ; margin-right: -0.5rem ; } .grid-row.desktop\:grid-gap-md > * { padding-left: 0.5rem ; padding-right: 0.5rem ; } .grid-row.desktop\:grid-gap-lg { margin-left: -0.75rem ; margin-right: -0.75rem ; } .grid-row.desktop\:grid-gap-lg > * { padding-left: 0.75rem ; padding-right: 0.75rem ; } }

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

.grid-col { flex: 1 1 0% ; width: auto ; max-width: 100% ; min-width: 1px; }

.grid-col-auto { flex: 0 1 auto ; width: auto ; max-width: 100% ; }

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

.grid-col-1 { flex: 0 1 auto ; width: 8.3333333333% ; }

.grid-col-2 { flex: 0 1 auto ; width: 16.6666666667% ; }

.grid-col-3 { flex: 0 1 auto ; width: 25% ; }

.grid-col-4 { flex: 0 1 auto ; width: 33.3333333333% ; }

.grid-col-5 { flex: 0 1 auto ; width: 41.6666666667% ; }

.grid-col-6 { flex: 0 1 auto ; width: 50% ; }

.grid-col-7 { flex: 0 1 auto ; width: 58.3333333333% ; }

.grid-col-8 { flex: 0 1 auto ; width: 66.6666666667% ; }

.grid-col-9 { flex: 0 1 auto ; width: 75% ; }

.grid-col-10 { flex: 0 1 auto ; width: 83.3333333333% ; }

.grid-col-11 { flex: 0 1 auto ; width: 91.6666666667% ; }

.grid-col-12 { flex: 0 1 auto ; width: 100% ; }

@media all and (min-width: 30em) { .mobile-lg\:grid-col { flex: 1 1 0% ; width: auto ; max-width: 100% ; min-width: 1px; } .mobile-lg\:grid-col-fill { flex: 1 1 0% ; width: auto ; max-width: 100% ; min-width: 1px; } .mobile-lg\:grid-col-auto { flex: 0 1 auto ; width: auto ; max-width: 100% ; } .mobile-lg\:grid-col-1 { flex: 0 1 auto ; width: 8.3333333333% ; } .mobile-lg\:grid-col-2 { flex: 0 1 auto ; width: 16.6666666667% ; } .mobile-lg\:grid-col-3 { flex: 0 1 auto ; width: 25% ; } .mobile-lg\:grid-col-4 { flex: 0 1 auto ; width: 33.3333333333% ; } .mobile-lg\:grid-col-5 { flex: 0 1 auto ; width: 41.6666666667% ; } .mobile-lg\:grid-col-6 { flex: 0 1 auto ; width: 50% ; } .mobile-lg\:grid-col-7 { flex: 0 1 auto ; width: 58.3333333333% ; } .mobile-lg\:grid-col-8 { flex: 0 1 auto ; width: 66.6666666667% ; } .mobile-lg\:grid-col-9 { flex: 0 1 auto ; width: 75% ; } .mobile-lg\:grid-col-10 { flex: 0 1 auto ; width: 83.3333333333% ; } .mobile-lg\:grid-col-11 { flex: 0 1 auto ; width: 91.6666666667% ; } .mobile-lg\:grid-col-12 { flex: 0 1 auto ; width: 100% ; } }

@media all and (min-width: 40em) { .tablet\:grid-col { flex: 1 1 0% ; width: auto ; max-width: 100% ; min-width: 1px; } .tablet\:grid-col-fill { flex: 1 1 0% ; width: auto ; max-width: 100% ; min-width: 1px; } .tablet\:grid-col-auto { flex: 0 1 auto ; width: auto ; max-width: 100% ; } .tablet\:grid-col-1 { flex: 0 1 auto ; width: 8.3333333333% ; } .tablet\:grid-col-2 { flex: 0 1 auto ; width: 16.6666666667% ; } .tablet\:grid-col-3 { flex: 0 1 auto ; width: 25% ; } .tablet\:grid-col-4 { flex: 0 1 auto ; width: 33.3333333333% ; } .tablet\:grid-col-5 { flex: 0 1 auto ; width: 41.6666666667% ; } .tablet\:grid-col-6 { flex: 0 1 auto ; width: 50% ; } .tablet\:grid-col-7 { flex: 0 1 auto ; width: 58.3333333333% ; } .tablet\:grid-col-8 { flex: 0 1 auto ; width: 66.6666666667% ; } .tablet\:grid-col-9 { flex: 0 1 auto ; width: 75% ; } .tablet\:grid-col-10 { flex: 0 1 auto ; width: 83.3333333333% ; } .tablet\:grid-col-11 { flex: 0 1 auto ; width: 91.6666666667% ; } .tablet\:grid-col-12 { flex: 0 1 auto ; width: 100% ; } }

@media all and (min-width: 64em) { .desktop\:grid-col { flex: 1 1 0% ; width: auto ; max-width: 100% ; min-width: 1px; } .desktop\:grid-col-fill { flex: 1 1 0% ; width: auto ; max-width: 100% ; min-width: 1px; } .desktop\:grid-col-auto { flex: 0 1 auto ; width: auto ; max-width: 100% ; } .desktop\:grid-col-1 { flex: 0 1 auto ; width: 8.3333333333% ; } .desktop\:grid-col-2 { flex: 0 1 auto ; width: 16.6666666667% ; } .desktop\:grid-col-3 { flex: 0 1 auto ; width: 25% ; } .desktop\:grid-col-4 { flex: 0 1 auto ; width: 33.3333333333% ; } .desktop\:grid-col-5 { flex: 0 1 auto ; width: 41.6666666667% ; } .desktop\:grid-col-6 { flex: 0 1 auto ; width: 50% ; } .desktop\:grid-col-7 { flex: 0 1 auto ; width: 58.3333333333% ; } .desktop\:grid-col-8 { flex: 0 1 auto ; width: 66.6666666667% ; } .desktop\:grid-col-9 { flex: 0 1 auto ; width: 75% ; } .desktop\:grid-col-10 { flex: 0 1 auto ; width: 83.3333333333% ; } .desktop\:grid-col-11 { flex: 0 1 auto ; width: 91.6666666667% ; } .desktop\:grid-col-12 { flex: 0 1 auto ; width: 100% ; } }

.grid-offset-1 { margin-left: 8.3333333333% ; }

.grid-offset-2 { margin-left: 16.6666666667% ; }

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

.grid-offset-4 { margin-left: 33.3333333333% ; }

.grid-offset-5 { margin-left: 41.6666666667% ; }

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

.grid-offset-7 { margin-left: 58.3333333333% ; }

.grid-offset-8 { margin-left: 66.6666666667% ; }

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

.grid-offset-10 { margin-left: 83.3333333333% ; }

.grid-offset-11 { margin-left: 91.6666666667% ; }

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

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

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-1 { margin-left: 8.3333333333% ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-2 { margin-left: 16.6666666667% ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-3 { margin-left: 25% ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-4 { margin-left: 33.3333333333% ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-5 { margin-left: 41.6666666667% ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-6 { margin-left: 50% ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-7 { margin-left: 58.3333333333% ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-8 { margin-left: 66.6666666667% ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-9 { margin-left: 75% ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-10 { margin-left: 83.3333333333% ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-11 { margin-left: 91.6666666667% ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-12 { margin-left: 100% ; } }

@media all and (min-width: 30em) { .mobile-lg\:grid-offset-none { margin-left: 0 ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-1 { margin-left: 8.3333333333% ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-2 { margin-left: 16.6666666667% ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-3 { margin-left: 25% ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-4 { margin-left: 33.3333333333% ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-5 { margin-left: 41.6666666667% ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-6 { margin-left: 50% ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-7 { margin-left: 58.3333333333% ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-8 { margin-left: 66.6666666667% ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-9 { margin-left: 75% ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-10 { margin-left: 83.3333333333% ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-11 { margin-left: 91.6666666667% ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-12 { margin-left: 100% ; } }

@media all and (min-width: 40em) { .tablet\:grid-offset-none { margin-left: 0 ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-1 { margin-left: 8.3333333333% ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-2 { margin-left: 16.6666666667% ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-3 { margin-left: 25% ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-4 { margin-left: 33.3333333333% ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-5 { margin-left: 41.6666666667% ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-6 { margin-left: 50% ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-7 { margin-left: 58.3333333333% ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-8 { margin-left: 66.6666666667% ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-9 { margin-left: 75% ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-10 { margin-left: 83.3333333333% ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-11 { margin-left: 91.6666666667% ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-12 { margin-left: 100% ; } }

@media all and (min-width: 64em) { .desktop\:grid-offset-none { margin-left: 0 ; } }

/* stylelint-enable */
@media all and (max-width: 29.99em) { .usa-table--stacked thead { display: none; } .usa-table--stacked th, .usa-table--stacked td { border-bottom-width: 0; display: block; width: 100%; } .usa-table--stacked tr { border-bottom-width: 0.25rem; border-bottom-color: #1b1b1b ; border-bottom-style: solid; border-top-width: 0; display: block; width: 100%; } .usa-table--stacked tr th:first-child, .usa-table--stacked tr td:first-child { border-top-width: 0; } .usa-table--stacked tr:nth-child(odd) td, .usa-table--stacked tr:nth-child(odd) th { background-color: inherit; } .usa-table--stacked tr:first-child th:first-child, .usa-table--stacked tr:first-child td:first-child { border-top-width: 0.25rem; border-top-color: #1b1b1b ; border-top-style: solid; } .usa-table--stacked th[data-label], .usa-table--stacked td[data-label] { padding-bottom: 0.75rem; } .usa-table--stacked th[data-label]:before, .usa-table--stacked td[data-label]:before { content: attr(data-label); display: block; font-weight: 700; margin: -0.5rem -1rem 0; padding: 0.75rem 1rem 0.25rem; } }

@media all and (max-width: 29.99em) { .usa-table--stacked-header thead { display: none; } .usa-table--stacked-header th, .usa-table--stacked-header td { border-bottom-width: 0; display: block; width: 100%; } .usa-table--stacked-header tr { border-bottom-width: 0.25rem; border-bottom-color: #1b1b1b ; border-bottom-style: solid; border-top-width: 0; display: block; width: 100%; } .usa-table--stacked-header tr th:first-child, .usa-table--stacked-header tr td:first-child { border-top-width: 0; } .usa-table--stacked-header tr:nth-child(odd) td, .usa-table--stacked-header tr:nth-child(odd) th { background-color: inherit; } .usa-table--stacked-header tr:first-child th:first-child, .usa-table--stacked-header tr:first-child td:first-child { border-top-width: 0.25rem; border-top-color: #1b1b1b ; border-top-style: solid; } .usa-table--stacked-header th[data-label], .usa-table--stacked-header td[data-label] { padding-bottom: 0.75rem; } .usa-table--stacked-header th[data-label]:before, .usa-table--stacked-header td[data-label]:before { content: attr(data-label); display: block; font-weight: 700; margin: -0.5rem -1rem 0; padding: 0.75rem 1rem 0.25rem; } .usa-table--stacked-header tr td:first-child, .usa-table--stacked-header tr th:first-child { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.06rem; line-height: 1.1 ; background-color: #dfe1e2; color: #1b1b1b; font-weight: 700; padding: 0.75rem 1rem; } .usa-table--stacked-header tr td:first-child:before, .usa-table--stacked-header tr th:first-child:before { display: none; } }

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 30em) { .usa-display { margin-bottom: 0 ; margin-top: 0 ; clear: both; font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size: 2.44rem; line-height: 1.2 ; font-weight: 700; } * + .usa-display { margin-top: 1.5em; } .usa-display + * { margin-top: 1em; } }

@media all and (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.93rem; line-height: 1.2 ; font-weight: 700; } * + .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.34rem; line-height: 1.8 ; 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: white; }

.usa-dark-background a { color: #dfe1e2; }

.usa-dark-background a:visited { color: #dfe1e2; }

.usa-dark-background a:hover { color: white; }

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

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

.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-link { color: #005ea2; text-decoration: underline; }

.usa-link:visited { color: #54278f; }

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

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

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

.usa-link--external::after { background-image: url("../uswds/img/usa-icons-bg/launch--blue-60v.svg"); background-position: 50% 60%; background-repeat: no-repeat; background-size: 100%; content: ""; display: inline; margin-left: 2px; padding-left: 0.65em; }

.usa-link--external:hover::after { background-image: url("../uswds/img/usa-icons-bg/launch--blue-70v.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-link--external.usa-link--alt::after { background-image: url("../uswds/img/usa-icons-bg/launch--gray-5.svg"); background-position: 50% 60%; background-repeat: no-repeat; background-size: 100%; content: ""; display: inline; margin-left: 2px; padding-left: 0.65em; }

.usa-link--external.usa-link--alt:hover::after { background-image: url("../uswds/img/usa-icons-bg/launch--white.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.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 { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.5 ; }

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

.usa-prose > a:visited { color: #54278f; }

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

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

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

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

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

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

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

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

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

@media all and (max-width: 29.99em) { .usa-prose > .usa-table--stacked thead { display: none; } .usa-prose > .usa-table--stacked th, .usa-prose > .usa-table--stacked td { border-bottom-width: 0; display: block; width: 100%; } .usa-prose > .usa-table--stacked tr { border-bottom-width: 0.25rem; border-bottom-color: #1b1b1b ; border-bottom-style: solid; border-top-width: 0; display: block; width: 100%; } .usa-prose > .usa-table--stacked tr th:first-child, .usa-prose > .usa-table--stacked tr td:first-child { border-top-width: 0; } .usa-prose > .usa-table--stacked tr:nth-child(odd) td, .usa-prose > .usa-table--stacked tr:nth-child(odd) th { background-color: inherit; } .usa-prose > .usa-table--stacked tr:first-child th:first-child, .usa-prose > .usa-table--stacked tr:first-child td:first-child { border-top-width: 0.25rem; border-top-color: #1b1b1b ; border-top-style: solid; } .usa-prose > .usa-table--stacked th[data-label], .usa-prose > .usa-table--stacked td[data-label] { padding-bottom: 0.75rem; } .usa-prose > .usa-table--stacked th[data-label]:before, .usa-prose > .usa-table--stacked td[data-label]:before { content: attr(data-label); display: block; font-weight: 700; margin: -0.5rem -1rem 0; padding: 0.75rem 1rem 0.25rem; } }

@media all and (max-width: 29.99em) { .usa-prose > .usa-table--stacked-header thead { display: none; } .usa-prose > .usa-table--stacked-header th, .usa-prose > .usa-table--stacked-header td { border-bottom-width: 0; display: block; width: 100%; } .usa-prose > .usa-table--stacked-header tr { border-bottom-width: 0.25rem; border-bottom-color: #1b1b1b ; border-bottom-style: solid; border-top-width: 0; display: block; width: 100%; } .usa-prose > .usa-table--stacked-header tr th:first-child, .usa-prose > .usa-table--stacked-header tr td:first-child { border-top-width: 0; } .usa-prose > .usa-table--stacked-header tr:nth-child(odd) td, .usa-prose > .usa-table--stacked-header tr:nth-child(odd) th { background-color: inherit; } .usa-prose > .usa-table--stacked-header tr:first-child th:first-child, .usa-prose > .usa-table--stacked-header tr:first-child td:first-child { border-top-width: 0.25rem; border-top-color: #1b1b1b ; border-top-style: solid; } .usa-prose > .usa-table--stacked-header th[data-label], .usa-prose > .usa-table--stacked-header td[data-label] { padding-bottom: 0.75rem; } .usa-prose > .usa-table--stacked-header th[data-label]:before, .usa-prose > .usa-table--stacked-header td[data-label]:before { content: attr(data-label); display: block; font-weight: 700; margin: -0.5rem -1rem 0; padding: 0.75rem 1rem 0.25rem; } .usa-prose > .usa-table--stacked-header tr td:first-child, .usa-prose > .usa-table--stacked-header tr th:first-child { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.06rem; line-height: 1.1 ; background-color: #dfe1e2; color: #1b1b1b; font-weight: 700; padding: 0.75rem 1rem; } .usa-prose > .usa-table--stacked-header tr td:first-child:before, .usa-prose > .usa-table--stacked-header tr th:first-child:before { display: none; } }

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

.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: 0.5rem; }

.usa-accordion--bordered .usa-accordion__content { border-bottom: 0.25rem solid #f0f0f0; border-left: 0.25rem solid #f0f0f0; border-right: 0.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.13rem; line-height: 0.9 ; margin: 0; }

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

.usa-accordion__content { background-color: white; margin-top: 0; overflow: auto; padding: 1rem 1.25rem calc(1rem - 0.25rem) 1.25rem; }

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

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

.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; box-shadow: none; font-weight: normal; margin: 0; padding: 0; text-align: left; background-image: url("../uswds/img/usa-icons/remove.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-color: #f0f0f0; background-position: right 1.25rem center; background-size: 1.5rem; 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:visited { color: #54278f; }

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

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

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

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

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

.usa-accordion__button[aria-expanded="false"] { background-image: url("../uswds/img/usa-icons/add.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: 1.5rem; }

.usa-alert { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.5 ; background-color: #f0f0f0; background-position: 1.75rem 0.75rem; background-repeat: no-repeat; background-size: 2.5rem; padding-bottom: 1rem; padding-left: 1.75rem; padding-right: 1.25rem; padding-top: 1.25rem; position: relative; }

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

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

.usa-alert > .usa-list, .usa-alert .usa-alert__body > .usa-list { padding-left: 0; }

.usa-alert > .usa-list:last-child, .usa-alert .usa-alert__body > .usa-list:last-child { margin-bottom: 0; }

.usa-alert__icon { display: table-cell; padding-right: 0.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.46rem; line-height: 0.9 ; margin-top: 0; margin-bottom: 0.5rem; }

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

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

.usa-alert__text a:visited { color: #54278f; }

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

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

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

.usa-alert__text:only-child { margin-bottom: 0.5rem; padding-top: 0.25rem; }

.usa-alert--success { background-image: url("../uswds/img/usa-icons/check_circle.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-color: #ecf3ec; color: #1b1b1b; }

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

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

.usa-alert--success .usa-link { color: #005ea2; }

.usa-alert--success .usa-link:visited { color: #54278f; }

.usa-alert--success .usa-link:hover, .usa-alert--success .usa-link:active { color: #1a4480; }

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

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

.usa-alert--warning { background-image: url("../uswds/img/usa-icons/warning.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-color: #faf3d1; color: #1b1b1b; }

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

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

.usa-alert--warning .usa-link { color: #005ea2; }

.usa-alert--warning .usa-link:visited { color: #54278f; }

.usa-alert--warning .usa-link:hover, .usa-alert--warning .usa-link:active { color: #1a4480; }

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

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

.usa-alert--error { background-image: url("../uswds/img/usa-icons/error.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-color: #f4e3db; color: #1b1b1b; }

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

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

.usa-alert--error .usa-link { color: #005ea2; }

.usa-alert--error .usa-link:visited { color: #54278f; }

.usa-alert--error .usa-link:hover, .usa-alert--error .usa-link:active { color: #1a4480; }

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

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

.usa-alert--info { background-image: url("../uswds/img/usa-icons/info.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-color: #e7f6f8; color: #1b1b1b; }

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

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

.usa-alert--info .usa-link { color: #005ea2; }

.usa-alert--info .usa-link:visited { color: #54278f; }

.usa-alert--info .usa-link:hover, .usa-alert--info .usa-link:active { color: #1a4480; }

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

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

.usa-alert--emergency { background-image: url("../uswds/img/alerts/error-white.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-color: #9c3d10; color: white; }

.usa-alert--emergency::before { background-color: #9c3d10; }

.usa-alert--emergency .usa-alert__body { padding-left: 3.75rem; }

.usa-alert--emergency .usa-link { color: #dfe1e2; }

.usa-alert--emergency .usa-link:visited { color: #dfe1e2; }

.usa-alert--emergency .usa-link:hover, .usa-alert--emergency .usa-link:active { color: #f0f0f0; }

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

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

.usa-alert--slim { background-position: 1.75rem 0.75rem; background-size: 1.5rem; padding-bottom: 0.5rem; padding-top: 0.5rem; }

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

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

.usa-alert--no-heading { background-position: 1.75rem calc(1.25rem - 0.25rem); }

.usa-alert--validation { background-size: 1.5rem; background-position: 1.75rem calc(1.25rem - 2px); }

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

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

.usa-identifier { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.06rem; line-height: 1.3 ; color: white; background-color: #1b1b1b; padding-bottom: 1rem; }

.usa-identifier__container { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; max-width: 64rem ; }

@media all and (min-width: 64em) { .usa-identifier__container { padding-left: 2rem ; padding-right: 2rem ; } }

.usa-identifier__section { padding-bottom: 1rem ; padding-top: 1rem ; }

@media all and (min-width: 40em) { .usa-identifier__section--masthead .usa-identifier__container { align-items: center ; display: flex ; } }

.usa-identifier__logos { display: flex; margin-right: 1rem; }

.usa-identifier__logo { text-decoration: none ; height: 3rem; display: block; }

.usa-identifier__logo + .usa-identifier__logo { margin-left: 0.5rem; }

.usa-identifier__logo-img { height: 100%; width: auto; }

.usa-identifier__identity { flex: 1 1 0% ; margin-top: 1rem; }

@media all and (min-width: 40em) { .usa-identifier__identity { margin-top: 0; } }

.usa-identifier__identity-domain, .usa-identifier__identity-disclaimer { margin: 0; padding: 0; }

.usa-identifier__identity-domain { color: #a9aeb1; }

.usa-identifier__identity-disclaimer { font-weight: 700 ; }

.usa-identifier__identity-disclaimer a { color: #dfe1e2; }

.usa-identifier__identity-disclaimer a:visited { color: #dfe1e2; }

.usa-identifier__identity-disclaimer a:hover, .usa-identifier__identity-disclaimer a:active { color: #f0f0f0; }

@media all and (min-width: 40em) { .usa-identifier__section--required-links { padding-bottom: 0.5rem ; padding-top: 0.5rem ; } }

@media all and (min-width: 64em) { .usa-identifier__section--required-links { font-size: 1rem; } }

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

@media all and (min-width: 40em) { .usa-identifier__required-links-list { -moz-column-count: 2; column-count: 2; -moz-column-gap: 2rem; column-gap: 2rem; -moz-column-fill: balance; column-fill: balance; } }

@media all and (min-width: 64em) { .usa-identifier__required-links-list { -moz-column-count: 4; column-count: 4; } }

.usa-identifier__required-links-item { -moz-column-break-inside: avoid; break-inside: avoid; margin-bottom: 0.75rem; }

.usa-identifier__required-links-item:last-child { margin-bottom: 0; }

@media all and (min-width: 64em) { .usa-identifier__required-links-item { margin-bottom: 0.5rem; } }

.usa-identifier__required-link { color: #a9aeb1; display: inline-block; }

.usa-identifier__required-link:visited { color: #a9aeb1; }

.usa-identifier__required-link:hover, .usa-identifier__required-link:active { color: #dfe1e2; }

.usa-identifier__section--usagov a { color: #dfe1e2; font-weight: 700 ; display: inline-block; margin-top: 0.5rem; }

.usa-identifier__section--usagov a:visited { color: #dfe1e2; }

.usa-identifier__section--usagov a:hover, .usa-identifier__section--usagov a:active { color: #f0f0f0; }

@media all and (min-width: 40em) { .usa-identifier__section--usagov a { margin-top: 0; } }

@media all and (min-width: 40em) { .usa-identifier__usagov-description { display: inline-flex; } }

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

@media all and (min-width: 40em) { .usa-banner { font-size: 0.87rem; padding-bottom: 0; } }

.usa-banner .usa-accordion { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.5 ; }

.usa-banner__header, .usa-banner__content { color: #1b1b1b; }

.usa-banner__content { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; padding-left: 1rem ; padding-right: 1rem ; background-color: transparent; font-size: 1rem; overflow: hidden; padding-bottom: 1rem; padding-left: 0.5rem; padding-top: 0.25rem; width: 100%; }

@media all and (min-width: 64em) { .usa-banner__content { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .usa-banner__content { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 40em) { .usa-banner__content { padding-bottom: 1.5rem ; padding-top: 1.5rem ; } }

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

.usa-banner__guidance { display: flex ; align-items: flex-start ; max-width: 64ex ; padding-top: 1rem; }

@media all and (min-width: 40em) { .usa-banner__guidance { padding-top: 0; } }

.usa-banner__lock-image { height: 1.5ex; width: 1.21875ex; }

.usa-banner__lock-image path { fill: currentColor; }

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

@media all and (min-width: 64em) { .usa-banner__inner { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .usa-banner__inner { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 40em) { .usa-banner__inner { align-items: center ; } }

.usa-banner__header { padding-bottom: 0.5rem ; padding-top: 0.5rem ; font-size: 0.8rem; font-weight: normal; min-height: 3rem; position: relative; }

@media all and (min-width: 40em) { .usa-banner__header { padding-bottom: 0.25rem ; padding-top: 0.25rem ; min-height: 0; } }

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

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

.usa-banner__header-action::after { background: url("../uswds/img/chevron.svg") no-repeat center / 1.3128205128ex 0.8ex; display: inline-block; height: 0.8ex; width: 1.3128205128ex; content: ""; vertical-align: middle; margin-left: 2px; }

@supports ((-webkit-mask: url("")) or (mask: url(""))) { .usa-banner__header-action::after { background: none; background-color: #005ea2; -webkit-mask: url("../uswds/img/chevron.svg") no-repeat center / 1.3128205128ex 0.8ex; mask: url("../uswds/img/chevron.svg") no-repeat center / 1.3128205128ex 0.8ex; }
  .usa-banner__header-action::after:hover { background-color: #1a4480; } }

.usa-banner__header-action:hover::after { content: ""; background-color: #1a4480; }

.usa-banner__header-action:visited { color: #54278f; }

.usa-banner__header-action:hover, .usa-banner__header-action:active { color: #1a4480; }

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

@media all and (min-width: 40em) { .usa-banner__header-action { display: none; } }

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

@media all and (min-width: 40em) { .usa-banner__header-flag { margin-right: 0.5rem; padding-top: 0; } }

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

@media all and (min-width: 40em) { .usa-banner__header--expanded { background-color: transparent; display: block; font-size: 0.8rem; font-weight: normal; min-height: 0; padding-right: 0; } }

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

@media all and (min-width: 40em) { .usa-banner__header--expanded .usa-banner__inner { margin-left: auto; } }

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

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

.usa-banner__button:visited { color: #54278f; }

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

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

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

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

.usa-banner__button:visited { color: #54278f; }

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

@media all and (max-width: 39.99em) { .usa-banner__button { width: 100%; } }

@media all and (min-width: 40em) { .usa-banner__button { color: #005ea2; position: static ; bottom: auto; left: auto; right: auto; top: auto; display: inline; margin-left: 0.5rem; position: relative; } .usa-banner__button::after { background: url("../uswds/img/chevron.svg") no-repeat center / 1.3128205128ex 0.8ex; display: inline-block; height: 0.8ex; width: 1.3128205128ex; content: ""; vertical-align: middle; margin-left: 2px; } @supports ((-webkit-mask: url("")) or (mask: url(""))) { .usa-banner__button::after { background: none; background-color: #005ea2; -webkit-mask: url("../uswds/img/chevron.svg") no-repeat center / 1.3128205128ex 0.8ex; mask: url("../uswds/img/chevron.svg") no-repeat center / 1.3128205128ex 0.8ex; }
    .usa-banner__button::after:hover { background-color: #1a4480; } } .usa-banner__button:hover::after { content: ""; background-color: #1a4480; } .usa-banner__button:visited { color: #54278f; } .usa-banner__button:hover, .usa-banner__button:active { color: #1a4480; } .usa-banner__button:hover { text-decoration: none; } }

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

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

@media all and (max-width: 39.99em) { .usa-banner__button[aria-expanded="true"]::after { background: url("../uswds/img/usa-icons/close.svg") no-repeat center / 1.5rem 1.5rem; display: inline-block; height: 3rem; width: 3rem; content: ""; vertical-align: middle; margin-left: 0; } @supports ((-webkit-mask: url("")) or (mask: url(""))) { .usa-banner__button[aria-expanded="true"]::after { background: none; background-color: #005ea2; -webkit-mask: url("../uswds/img/usa-icons/close.svg") no-repeat center / 1.5rem 1.5rem; mask: url("../uswds/img/usa-icons/close.svg") no-repeat center / 1.5rem 1.5rem; } } .usa-banner__button[aria-expanded="true"]::before { position: absolute ; bottom: 0; top: 0; position: absolute ; right: 0; background-color: #dfe1e2; content: ""; display: block; height: 3rem; width: 3rem; } .usa-banner__button[aria-expanded="true"]::after { position: absolute ; bottom: 0; top: 0; position: absolute ; right: 0; } }

@media all and (min-width: 40em) { .usa-banner__button[aria-expanded="true"] { height: auto; padding: 0; position: relative; } .usa-banner__button[aria-expanded="true"]::after { background: url("../uswds/img/chevron.svg") no-repeat center / 1.3128205128ex 0.8ex; display: inline-block; height: 0.8ex; width: 1.3128205128ex; transform: rotate(180deg); content: ""; vertical-align: middle; margin-left: 2px; } @supports ((-webkit-mask: url("")) or (mask: url(""))) { .usa-banner__button[aria-expanded="true"]::after { background: none; background-color: #005ea2; -webkit-mask: url("../uswds/img/chevron.svg") no-repeat center / 1.3128205128ex 0.8ex; mask: url("../uswds/img/chevron.svg") no-repeat center / 1.3128205128ex 0.8ex; }
    .usa-banner__button[aria-expanded="true"]::after:hover { background-color: #1a4480; } } .usa-banner__button[aria-expanded="true"]:hover::after { content: ""; background-color: #1a4480; } }

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

@media all and (min-width: 40em) { .usa-banner__button-text { position: static; display: inline; } }

.usa-banner__icon { width: 2.5rem; }

.usa-js-loading .usa-banner__content { position: absolute; left: -999em; right: auto; }

.usa-breadcrumb { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.06rem; line-height: 1.3 ; color: #1b1b1b; background-color: white; padding-left: 0 ; padding-right: 0 ; }

@media all and (min-width: 30em) { .usa-breadcrumb { padding-bottom: 1rem ; padding-top: 1rem ; } }

@media all and (min-width: 30em) { .usa-breadcrumb:not(.usa-breadcrumb--wrap) .usa-breadcrumb__list { white-space: nowrap ; text-overflow: ellipsis; overflow: hidden; } }

.usa-breadcrumb__list { margin-bottom: 0 ; margin-top: 0 ; list-style-type: none; padding-left: 0; display: block ; padding: 0.25rem ; margin: -0.25rem; }

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

.usa-breadcrumb__list-item { position: absolute; left: -999em; right: auto; display: inline ; white-space: nowrap ; }

@media all and (max-width: 29.99em) { .usa-breadcrumb__list-item { white-space: normal ; } .usa-breadcrumb__list-item:nth-last-child(2) { position: static; } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link { -moz-osx-font-smoothing: auto; -webkit-font-smoothing: subpixel-antialiased; color: #005ea2; text-decoration: underline; background-color: transparent; border: 0; border-radius: 0; box-shadow: none; font-weight: normal; margin: 0; padding: 0; text-align: left; padding-left: calc(2ex + 0px); text-indent: calc((2ex + 0px) * -1); color: #005ea2; display: inline-block ; padding-bottom: 1rem ; padding-top: 1rem ; } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:visited { color: #54278f; } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover { color: #1a4480; } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active { color: #162e51; } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:focus { outline: 0.25rem solid #2491ff; outline-offset: 0; } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active { -moz-osx-font-smoothing: auto; -webkit-font-smoothing: subpixel-antialiased; background-color: transparent; box-shadow: none; text-decoration: underline; } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before { background: url("../uswds/img/usa-icons/arrow_back.svg") no-repeat center / 2ex 2ex; display: inline-block; height: 2ex; width: 2ex; content: ""; vertical-align: baseline; margin-right: 0; } @supports ((-webkit-mask: url("")) or (mask: url(""))) { .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before { background: none; background-color: #71767a; -webkit-mask: url("../uswds/img/usa-icons/arrow_back.svg") no-repeat center / 2ex 2ex; mask: url("../uswds/img/usa-icons/arrow_back.svg") no-repeat center / 2ex 2ex; } } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:visited { color: #54278f; } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active { color: #1a4480; } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:before { bottom: -0.2em; height: 2ex; position: relative; } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:hover, .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link:active { text-decoration: none ; } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link span { text-decoration: underline ; } .usa-breadcrumb__list-item:nth-last-child(2) .usa-breadcrumb__link::before { margin-right: 0px; } }

@media all and (min-width: 30em) { .usa-breadcrumb__list-item { position: static; } .usa-breadcrumb__list-item:not(:last-child)::after { background: url("../uswds/img/usa-icons/navigate_next.svg") no-repeat center / 2ex 2ex; display: inline-block; height: 2ex; width: 2ex; content: ""; vertical-align: baseline; margin-left: 0; } @supports ((-webkit-mask: url("")) or (mask: url(""))) { .usa-breadcrumb__list-item:not(:last-child)::after { background: none; background-color: #71767a; -webkit-mask: url("../uswds/img/usa-icons/navigate_next.svg") no-repeat center / 2ex 2ex; mask: url("../uswds/img/usa-icons/navigate_next.svg") no-repeat center / 2ex 2ex; } } .usa-breadcrumb__list-item:not(:last-child)::after { bottom: -0.2em; margin-left: 0px; margin-right: 0px; height: 2ex; position: relative; } }

.usa-breadcrumb__link { color: #005ea2; display: inline ; text-decoration: none ; }

.usa-breadcrumb__link:visited { color: #54278f; }

.usa-breadcrumb__link:hover, .usa-breadcrumb__link:active { color: #1a4480; }

.usa-breadcrumb__link span { text-decoration: underline ; }

@media all and (min-width: 30em) { .usa-breadcrumb--wrap { line-height: 1.4 ; } }

.usa-breadcrumb--wrap .usa-breadcrumb__list-item { display: inline-block ; }

.usa-button-group { margin-bottom: 0 ; margin-top: 0 ; display: flex; flex-direction: column; flex-wrap: wrap; list-style-type: none; margin-left: -0.25rem; margin-right: -0.25rem; padding-left: 0; }

@media all and (min-width: 30em) { .usa-button-group { flex-direction: row; } }

.usa-button-group__item { margin: 0.25rem; }

@media all and (min-width: 30em) { .usa-button-group__item:last-child { margin-right: 0; } }

.usa-button-group__item .usa-button { margin-left: 0; margin-right: 0; }

.usa-button-group--segmented { flex-direction: row; flex-wrap: nowrap; justify-content: space-between; margin-left: 0; margin-right: 0; }

@media all and (min-width: 30em) { .usa-button-group--segmented { justify-content: flex-start; } }

.usa-button-group--segmented .usa-button { position: relative; width: calc(100% + 2px); }

@media all and (min-width: 30em) { .usa-button-group--segmented .usa-button { width: auto; } }

.usa-button-group--segmented .usa-button:hover, .usa-button-group--segmented .usa-button:active { z-index: 2; }

.usa-button-group--segmented .usa-button:focus { z-index: 3; }

.usa-button-group--segmented .usa-button-group__item { margin-left: 0; margin-right: 0; width: 100%; }

@media all and (min-width: 30em) { .usa-button-group--segmented .usa-button-group__item { width: auto; } }

.usa-button-group--segmented .usa-button-group__item:first-child > .usa-button { border-top-right-radius: 0; border-bottom-right-radius: 0; margin-right: -1px; }

.usa-button-group--segmented .usa-button-group__item:last-child > .usa-button { border-top-left-radius: 0; border-bottom-left-radius: 0; margin-right: 0; margin-left: -2px; width: calc(100% + 2px); }

@media all and (min-width: 30em) { .usa-button-group--segmented .usa-button-group__item:last-child > .usa-button { margin-left: -1px; width: auto; } }

.usa-button-group--segmented .usa-button-group__item:not(:first-child):not(:last-child) > .usa-button { border-radius: 0; margin-right: -1px; margin-left: -1px; }

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button::before { border-right: 1px solid #1a4480; bottom: 0; content: ""; display: block; height: 100%; position: absolute; right: 1px; top: 0; width: 1px; z-index: 3; }

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--secondary::before { border-right-color: #b50909; }

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--accent-cool::before { border-right-color: #28a0cb; }

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--base::before { border-right-color: #565c65; }

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--secondary:disabled::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--accent-cool:disabled::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--base:disabled::before { border-right-color: #71767a; }

.usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button:active::before, .usa-button-group--segmented .usa-button-group__item:not(:last-child) .usa-button--outline::before { display: none; }

/* TODO: Add a way to change the flag breakpoint as a modifier/class? */
.usa-card-group { margin-bottom: 0; margin-top: 0; list-style-type: none; padding-left: 0; }

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

.usa-card-group { display: flex ; flex-direction: column ; flex-wrap: wrap ; align-items: stretch ; margin-left: -0.5rem ; margin-right: -0.5rem ; }

@media all and (min-width: 40em) { .usa-card-group { flex-direction: row ; } }

.usa-card { margin-bottom: 2.5rem ; max-width: none ; }

.usa-card:last-child { margin-bottom: 2.5rem ; }

@media all and (min-width: 40em) { .usa-card { margin-bottom: 2rem ; } .usa-card:last-child { margin-bottom: 2rem ; } }

.usa-prose .usa-card { margin-bottom: 2.5rem ; max-width: none ; }

.usa-prose .usa-card:last-child { margin-bottom: 2.5rem ; }

@media all and (min-width: 40em) { .usa-prose .usa-card { margin-bottom: 2rem ; } .usa-prose .usa-card:last-child { margin-bottom: 2rem ; } }

.usa-card__container { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.5 ; background-color: white ; border-width: 2px; border-color: #dfe1e2 ; border-style: solid; display: flex ; height: 100% ; flex-direction: column ; margin-left: 0.5rem ; margin-right: 0.5rem ; position: relative ; border-radius: 0.5rem ; }

.usa-card:not(.usa-card--flag) .usa-card__container > :only-child { padding: 1.5rem ; }

.usa-card .usa-card__img { display: block ; }

.usa-card__header { padding-bottom: 0.5rem ; padding-top: 1.5rem ; padding-left: 1.5rem ; padding-right: 1.5rem ; }

.usa-card__header:last-child { padding-bottom: 1.5rem ; }

.usa-card__heading { font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size: 1.34rem; line-height: 1.2 ; margin: 0 ; }

.usa-card__media { order: -1 ; min-height: 1px; }

.usa-card__img { border-top-left-radius: calc( 0.5rem - 2px); border-top-right-radius: calc( 0.5rem - 2px); background-color: #f0f0f0 ; position: relative ; overflow: hidden; }

.usa-card__img img { display: block ; height: 100% ; width: 100% ; -o-object-fit: cover; object-fit: cover; }

.usa-card__media--inset { padding-top: 1.5rem ; padding-left: 1.5rem ; padding-right: 1.5rem ; }

.usa-card__media--inset .usa-card__img { border-radius: 0 ; }

.usa-card__body { flex: 1 1 0% ; padding-left: 1.5rem ; padding-right: 1.5rem ; padding-bottom: 0.5rem ; padding-top: 0.5rem ; flex-basis: auto; }

.usa-card__body:last-child { padding-bottom: 1.5rem ; }

.usa-card__body:first-child { padding-top: 1.5rem ; }

.usa-card__body:only-child { padding-bottom: 1.5rem ; padding-top: 1.5rem ; }

.usa-card__footer { padding-bottom: 1.5rem ; padding-top: 0.5rem ; padding-left: 1.5rem ; padding-right: 1.5rem ; }

.usa-card__footer .usa-button:only-of-type { margin-right: 0 ; }

.usa-card__header > :last-child, .usa-card__body > :last-child { padding-bottom: 0 ; margin-bottom: 0 ; }

.usa-card__header > :first-child, .usa-card__body > :first-child { margin-top: 0 ; padding-top: 0 ; }

.usa-card__header > :only-child, .usa-card__body > :only-child { margin-bottom: 0 ; margin-top: 0 ; padding-bottom: 0 ; padding-top: 0 ; }

.usa-card__header--exdent, .usa-card__media--exdent, .usa-card__footer--exdent { margin-left: -2px ; margin-right: -2px ; }

.usa-card__header--exdent > *, .usa-card__footer--exdent > * { padding-left: 2px ; padding-right: 2px ; }

.usa-card__media--exdent { margin-top: -2px ; }

.usa-card__media--exdent .usa-card__img { border-top-left-radius: 0.5rem ; border-top-right-radius: 0.5rem ; }

.usa-card--header-first .usa-card__header { border-top-left-radius: calc( 0.5rem - 2px); border-top-right-radius: calc( 0.5rem - 2px); padding-bottom: 1rem ; }

.usa-card--header-first .usa-card__header--exdent { margin-top: -2px ; border-top-left-radius: 0.5rem ; border-top-right-radius: 0.5rem ; }

.usa-card--header-first .usa-card__media--inset { padding-top: 0 ; }

.usa-card--header-first .usa-card__media { order: 0 ; }

.usa-card--header-first .usa-card__img { border-radius: 0 ; }

.usa-card--header-first .usa-card__body { padding-top: 1rem ; }

@media all and (min-width: 40em) { .usa-card--flag .usa-card__media { display: flex ; overflow: hidden ; position: absolute ; bottom: 0; top: 0; position: absolute ; left: 0; position: absolute ; width: 15rem ; } .usa-card--flag .usa-card__img { border-radius: 0 ; border-top-left-radius: calc( 0.5rem - 2px); border-bottom-left-radius: calc( 0.5rem - 2px); } .usa-card--flag .usa-card__header, .usa-card--flag .usa-card__body, .usa-card--flag .usa-card__footer { margin-left: 15rem ; } .usa-card--flag .usa-card__media--exdent { margin-left: -2px ; margin-right: 0 ; margin-bottom: -2px ; margin-top: -2px ; } .usa-card--flag .usa-card__media--exdent .usa-card__img { border-bottom-left-radius: 0.5rem ; border-top-left-radius: 0.5rem ; } .usa-card--flag .usa-card__media--inset { padding-right: 0 ; padding-bottom: 1.5rem ; } .usa-card--flag .usa-card__media--inset .usa-card__img { border-radius: 0 ; } .usa-card--flag.usa-card--header-first .usa-card__header { padding-bottom: 0.5rem ; } .usa-card--flag.usa-card--header-first .usa-card__body { padding-top: 0.5rem ; } .usa-card--flag.usa-card--header-first .usa-card__media--inset { padding-top: 1.5rem ; } .usa-card--flag.usa-card--media-right .usa-card__media { left: auto ; right: 0 ; } .usa-card--flag.usa-card--media-right .usa-card__media--inset { padding-left: 0 ; padding-right: 1.5rem ; } .usa-card--flag.usa-card--media-right .usa-card__media--inset .usa-card__img { border-radius: 0 ; } .usa-card--flag.usa-card--media-right .usa-card__img { border-radius: 0 ; border-top-right-radius: calc( 0.5rem - 2px); border-bottom-right-radius: calc( 0.5rem - 2px); } .usa-card--flag.usa-card--media-right .usa-card__header, .usa-card--flag.usa-card--media-right .usa-card__body, .usa-card--flag.usa-card--media-right .usa-card__footer { margin-left: 0 ; margin-right: 15rem ; } .usa-card--flag.usa-card--media-right .usa-card__media--exdent { margin-right: -2px ; margin-left: 0 ; } .usa-card--flag.usa-card--media-right .usa-card__media--exdent .usa-card__img { border-radius: 0 ; border-bottom-right-radius: 0.5rem ; border-top-right-radius: 0.5rem ; } }

.usa-card.usa-card__media--set-aspect:not(.usa-card--flag) { box-sizing: border-box ; height: 0 ; overflow: hidden ; padding: 0 0 56.25% ; position: relative ; }

.usa-card.usa-card__media--set-aspect:not(.usa-card--flag) .usa-card__img { position: absolute ; bottom: 0; left: 0; right: 0; top: 0; }

.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.13rem; line-height: 1.5 ; }

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

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

.usa-checklist__item.usa-checklist__item--checked::before { background-image: url("../uswds/img/usa-icons-bg/check--blue-60v.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-position: center; background-size: 1.5rem; }

.usa-collection { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.06rem; line-height: 1.3 ; padding-left: 0 ; }

.usa-collection__item { margin-bottom: 0 ; margin-top: 0 ; list-style-type: none; padding-left: 0; align-items: flex-start ; border-top-width: 1px; border-top-style: solid; display: flex ; margin-bottom: 1rem ; margin-top: 1rem ; padding-top: 1rem ; }

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

.usa-prose .usa-collection { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.06rem; line-height: 1.3 ; padding-left: 0 ; }

.usa-prose .usa-collection__item { margin-bottom: 0 ; margin-top: 0 ; list-style-type: none; padding-left: 0; align-items: flex-start ; border-top-width: 1px; border-top-style: solid; display: flex ; margin-bottom: 1rem ; margin-top: 1rem ; padding-top: 1rem ; }

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

.usa-collection__img, .usa-collection__calendar-date { flex-shrink: 0; margin-right: 0.5rem; width: 4rem; margin-right: 1rem; }

@media all and (min-width: 40em) { .usa-collection__img, .usa-collection__calendar-date { width: 5rem; } }

.usa-collection__body { flex: 1 1 0% ; }

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

.usa-collection__description { margin-bottom: 0.5rem ; margin-top: 0.5rem ; }

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

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

.usa-collection__meta-item { margin-top: 0.25rem ; font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 0.93rem; line-height: 1.3 ; display: block; margin-right: 0.5rem; }

.usa-collection__meta-item.usa-tag { background-color: #dfe1e2 ; line-height: 0.9 ; padding-bottom: 0.25rem ; padding-top: 0.25rem ; color: #1b1b1b ; display: inline-block; margin-top: 0.25rem; }

.usa-collection__meta-item.usa-tag--new { background-color: #c05600 ; color: white ; }

.usa-collection__calendar-date { text-decoration: none; }

.usa-collection__calendar-date-month, .usa-collection__calendar-date-day { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; display: block; font-weight: 700; padding: 0.25rem; text-align: center; }

@media all and (min-width: 40em) { .usa-collection__calendar-date-month, .usa-collection__calendar-date-day { padding: 0.5rem; } }

.usa-collection__calendar-date-month { border-top-left-radius: 2px ; border-top-right-radius: 2px ; background-color: #005ea2; color: white; }

.usa-collection__calendar-date-day { border-bottom-left-radius: 2px ; border-bottom-right-radius: 2px ; border: 1px solid #005ea2; color: #005ea2; }

.usa-collection--condensed .usa-collection__item { margin-bottom: 0.5rem ; margin-top: 0.5rem ; padding-top: 0.5rem ; }

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

.usa-footer > .grid-container { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; }

@media all and (min-width: 64em) { .usa-footer > .grid-container { padding-left: 2rem ; padding-right: 2rem ; } }

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

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

.usa-footer__return-to-top a:visited { color: #54278f; }

.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: 0.25rem solid #2491ff; outline-offset: 0; }

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

@media all and (min-width: 64em) { .usa-footer__nav { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 30em) { .usa-footer__nav { padding-left: 1rem ; padding-right: 1rem ; border-bottom: none; } }

@media all and (min-width: 30em) and (min-width: 64em) { .usa-footer__nav { padding-left: 2rem ; padding-right: 2rem ; } }

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

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

.usa-footer__primary-section > .grid-container { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; }

@media all and (min-width: 64em) { .usa-footer__primary-section > .grid-container { padding-left: 2rem ; padding-right: 2rem ; } }

.usa-footer__primary-container { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; }

@media all and (min-width: 64em) { .usa-footer__primary-container { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .usa-footer__primary-container { padding-left: 2rem ; padding-right: 2rem ; } }

.usa-footer__primary-content { line-height: 1.1; }

.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-left: 1rem ; padding-right: 1rem ; padding-bottom: 1rem ; padding-top: 1rem ; color: #1b1b1b ; text-decoration: none ; font-weight: 700 ; display: block; }

@media all and (min-width: 30em) { .usa-footer__primary-link { padding-left: 0 ; padding-right: 0 ; } }

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

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

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

.usa-footer__secondary-link a:visited { color: #54278f; }

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

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

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

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

@media all and (min-width: 30em) { .usa-footer__secondary-link { margin-left: 0; } }

.usa-footer__contact-info { line-height: 1.1; }

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

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

@media all and (min-width: 30em) { .usa-footer__contact-info { justify-content: flex-end ; margin-top: 0.5rem; } }

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

@media all and (min-width: 30em) { .usa-footer__primary-content { border: none; } }

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

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

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

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

.usa-footer__secondary-section > .grid-container { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; }

@media all and (min-width: 64em) { .usa-footer__secondary-section > .grid-container { padding-left: 2rem ; padding-right: 2rem ; } }

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

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

@media all and (min-width: 30em) { .usa-footer__logo { margin-bottom: 0 ; margin-top: 0 ; align-items: center ; } }

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

.usa-footer__logo-heading { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.46rem; line-height: 0.9 ; font-weight: 700 ; margin-bottom: 0.5rem ; margin-top: 0.5rem ; }

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

@media all and (min-width: 30em) { .usa-footer__contact-links { margin-top: 0; text-align: right; } }

.usa-footer__contact-heading { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.46rem; line-height: 1.1 ; margin-top: 0; }

@media all and (min-width: 30em) { .usa-footer__contact-heading { margin-bottom: 0.25rem ; margin-top: 0.25rem ; } }

.usa-footer__social-links { line-height: 0.9; padding-bottom: 0.5rem; }

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

@media all and (min-width: 30em) { .usa-footer__social-links { justify-content: flex-end ; } }

.usa-social-link { height: 3rem ; width: 3rem ; background-position: center center; background-size: auto 2rem; background-color: rgba(0, 0, 0, 0.1); display: inline-block; }

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

.usa-social-link--facebook { background-image: url("../uswds/img/usa-icons/facebook.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-social-link--twitter { background-image: url("../uswds/img/usa-icons/twitter.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-social-link--youtube { background-image: url("../uswds/img/usa-icons/youtube.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-social-link--instagram { background-image: url("../uswds/img/usa-icons/instagram.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

.usa-social-link--rss { background-image: url("../uswds/img/usa-icons/rss_feed.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

@media all and (min-width: 30em) { .usa-footer__address { justify-content: flex-end ; } }

@media all and (min-width: 64em) { .usa-footer--slim .usa-footer__nav { padding-left: 0 ; padding-right: 0 ; } }

.usa-footer--slim .usa-footer__address { padding-left: 1rem ; padding-right: 1rem ; padding-bottom: 1rem ; padding-top: 1rem ; }

@media all and (min-width: 30em) { .usa-footer--slim .usa-footer__address { padding: 0 ; } }

.usa-footer--slim .usa-footer__logo { align-items: center ; }

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

.usa-footer--slim .usa-footer__contact-info { display: inline-block; }

@media all and (min-width: 30em) { .usa-footer--slim .usa-footer__contact-info { padding-bottom: 1rem ; padding-top: 1rem ; margin-top: 0; } }

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

@media all and (min-width: 30em) { .usa-footer--big .usa-footer__nav { border-bottom: 1px solid #a9aeb1; padding-top: 2rem; } }

@media all and (min-width: 40em) { .usa-footer--big .usa-footer__nav { margin-left: 0 ; margin-right: 0 ; padding-left: 0 ; padding-right: 0 ; border-bottom: none; } }

.usa-footer--big .usa-footer__primary-link { font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size: 0.98rem; line-height: 1.2 ; font-weight: 700; line-height: 1.2; margin: 0; }

@media all and (min-width: 30em) { .usa-footer--big .usa-footer__primary-link { padding-bottom: 0 ; padding-top: 0 ; margin-bottom: 0.5rem; } .usa-footer--big .usa-footer__primary-link:hover { cursor: auto; text-decoration: none; } }

.usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link { align-items: center; cursor: pointer; display: flex; justify-content: flex-start; }

.usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link::before { background-image: url("../uswds/img/usa-icons/expand_more.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; height: 1.25rem ; width: 1.25rem ; align-items: center; background-size: contain; content: ""; display: inline-flex; justify-content: center; margin-right: 0.25rem; margin-left: -0.25rem; }

@media all and (min-width: 30em) { .usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link::before { content: none; } }

.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::before { background-image: url("../uswds/img/usa-icons/navigate_next.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; }

@media all and (min-width: 30em) { .usa-footer--big .usa-footer__primary-content--collapsible.hidden .usa-footer__primary-link { margin: 0; } }

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

@media all and (min-width: 30em) { .usa-footer--big .usa-footer__primary-content--collapsible .usa-list--unstyled { padding-left: 0 ; padding-right: 0 ; padding-bottom: 2rem; padding-top: 0.75rem; } }

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

@media all and (min-width: 30em) { .usa-form { max-width: 20rem; } }

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

.usa-form .usa-input--2xs { max-width: 4ex; }

.usa-form .usa-input--xs { max-width: 7ex; }

.usa-form .usa-input--small, .usa-form .usa-input--sm { max-width: 10ex; }

.usa-form .usa-input--medium, .usa-form .usa-input--md { max-width: 20ex; }

.usa-form .usa-input--lg { max-width: 30ex; }

.usa-form .usa-input--xl { max-width: 40ex; }

.usa-form .usa-input--2xl { max-width: 50ex; }

.usa-form .usa-button { margin-top: 0.5rem; }

@media all and (min-width: 30em) { .usa-form .usa-button { margin-top: 1.5rem; } }

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

.usa-form a:visited { color: #54278f; }

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

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

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

@media all and (min-width: 30em) { .usa-form--large { max-width: 30rem; } }

.usa-form__note { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 0.93rem; line-height: 1.3 ; float: right; margin: 0.25rem 0 1rem; }

.usa-graphic-list { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.5 ; }

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

@media all and (min-width: 40em) { .usa-graphic-list .usa-graphic-list__row .usa-media-block { margin-bottom: 4rem; } }

@media all and (min-width: 40em) { .usa-graphic-list .usa-graphic-list__row:last-child .usa-media-block { margin-bottom: 0; } }

.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.34rem; line-height: 1.2 ; 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.13rem; line-height: 1.5 ; z-index: 300; }

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

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

@media all and (min-width: 64em) { .usa-header .usa-search { float: right; } }

@media all and (min-width: 64em) { .usa-header [role="search"] { float: right; max-width: calc( 27ch + 3rem); width: 100%; } }

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

@media all and (min-width: 64em) { .usa-header + .usa-hero { border-top: 1px solid white; } }

@media all and (min-width: 64em) { .usa-header + .usa-section, .usa-header + main { border-top: 1px solid #dfe1e2; } }

@media all and (max-width: 63.99em) { .usa-logo { flex: 1 1 0% ; font-size: 0.93rem; line-height: 0.9; margin-left: 1rem; } }

@media all and (min-width: 64em) { .usa-logo { margin-top: 2rem; margin-bottom: 1rem; font-size: 1.46rem; line-height: 1.1; } }

.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; box-shadow: none; font-weight: normal; margin: 0; padding: 0; text-align: left; flex: 0 1 auto ; padding-left: 0.75rem ; padding-right: 0.75rem ; background-color: #005ea2; color: white; font-size: 0.87rem; height: 3rem; text-align: center; text-decoration: none; text-transform: uppercase; }

.usa-menu-btn:visited { color: #54278f; }

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

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

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

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

@media all and (min-width: 64em) { .usa-menu-btn { display: none; } }

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

.usa-menu-btn:active { color: white; }

.usa-menu-btn:visited { color: white; }

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

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

@media all and (min-width: 64em) { .usa-header--basic .usa-navbar { position: relative; width: 33%; } .usa-header--basic .usa-nav { flex-direction: row ; align-items: center ; justify-content: flex-end ; display: flex; padding: 0 0 0.25rem 0.5rem; width: 100%; } .usa-header--basic .usa-nav-container { align-items: flex-end ; justify-content: space-between ; display: flex; } .usa-header--basic .usa-nav__primary-item > .usa-current, .usa-header--basic .usa-nav__link:hover { position: relative; } .usa-header--basic .usa-nav__primary-item > .usa-current::after, .usa-header--basic .usa-nav__link:hover::after { background-color: #005ea2; border-radius: 0; content: ""; display: block; position: absolute; height: 0.25rem; left: 1rem; right: 1rem; bottom: -0.25rem; } .usa-header--basic .usa-nav__link[aria-expanded="true"]::after, .usa-header--basic .usa-nav__link[aria-expanded="true"]:hover::after { display: none; } .usa-header--basic .usa-nav__primary { width: auto; } .usa-header--basic .usa-nav__primary-item:last-of-type { position: relative; } .usa-header--basic .usa-nav__primary-item:last-of-type .usa-nav__submenu { position: absolute ; right: 0; } .usa-header--basic .usa-search { top: 0; } }

.usa-header--basic.usa-header--megamenu .usa-nav__inner { display: flex; flex-direction: column; }

@media all and (min-width: 64em) { .usa-header--basic.usa-header--megamenu .usa-nav__inner { display: block; float: right; margin-top: -2.5rem; } }

@media all and (min-width: 64em) { .usa-header--basic.usa-header--megamenu .usa-nav__primary-item:last-of-type { position: static; } }

@media all and (min-width: 64em) { .usa-header--extended { padding-top: 0; } .usa-header--extended .usa-nav__primary-item > .usa-current, .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover { position: relative; } .usa-header--extended .usa-nav__primary-item > .usa-current::after, .usa-header--extended .usa-nav__primary-item > .usa-nav__link:hover::after { background-color: #005ea2; border-radius: 0; content: ""; display: block; position: absolute; height: 0.25rem; left: 1rem; right: 1rem; bottom: 0; } .usa-header--extended .usa-nav__link[aria-expanded="true"]::after, .usa-header--extended .usa-nav__link[aria-expanded="true"]:hover::after { display: none; } }

@media all and (min-width: 64em) { .usa-header--extended .usa-logo { font-size: 1.86rem; margin: 2rem 0 1.5rem; max-width: 50%; } }

@media all and (min-width: 64em) { .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; } }

@media all and (min-width: 64em) and (min-width: 64em) { .usa-header--extended .usa-navbar { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .usa-header--extended .usa-nav { border-top: 1px solid #dfe1e2; padding: 0; width: 100%; } }

@media all and (min-width: 64em) { .usa-header--extended .usa-nav__inner { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; position: relative; } }

@media all and (min-width: 64em) and (min-width: 64em) { .usa-header--extended .usa-nav__inner { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .usa-header--extended .usa-nav__primary { margin-left: -1rem; } .usa-header--extended .usa-nav__primary::after { clear: both; content: ""; display: block; } }

@media all and (min-width: 64em) { .usa-header--extended .usa-nav__link { padding-bottom: 1rem ; padding-top: 1rem ; } }

@media all and (min-width: 64em) { .usa-header--extended .usa-nav__submenu .usa-grid-full { padding-left: 0.75rem; } }

@media all and (min-width: 64em) { .usa-header--extended .usa-nav__submenu.usa-megamenu { left: 0; padding-left: 2rem; } }

html.usa-js-loading .usa-nav__submenu { position: absolute; left: -999em; right: auto; }

.usa-hero { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.5 ; padding-bottom: 2rem ; padding-top: 2rem ; background-image: url("../uswds/img/hero.png"); background-position: center; background-size: cover; color: white; }

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

@media all and (min-width: 40em) { .usa-hero__callout { max-width: 20rem; } }

.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.71rem; line-height: 1.2 ; font-weight: 700; color: #00bde3; line-height: 1.2; }

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

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

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

.usa-icon { display: inline-block; fill: currentColor; height: 1em; position: relative; width: 1em; }

.usa-icon--size-3 { height: 1.5rem ; width: 1.5rem ; }

.usa-icon--size-4 { height: 2rem ; width: 2rem ; }

.usa-icon--size-5 { height: 2.5rem ; width: 2.5rem ; }

.usa-icon--size-6 { height: 3rem ; width: 3rem ; }

.usa-icon--size-7 { height: 3.5rem ; width: 3.5rem ; }

.usa-icon--size-8 { height: 4rem ; width: 4rem ; }

.usa-icon--size-9 { height: 4.5rem ; width: 4.5rem ; }

.usa-layout-docs__sidenav { order: 2; padding-top: 2rem; }

@media all and (min-width: 64em) { .usa-layout-docs__sidenav { padding-top: 0; } }

@media all and (min-width: 64em) { .usa-layout-docs__main { order: 2; } }

.usa-media-block { align-items: flex-start ; display: flex ; }

.usa-media-block__img { flex-shrink: 0; margin-right: 0.5rem; }

.usa-media-block__body { flex: 1 1 0% ; }

.usa-megamenu .usa-col { flex: 1 1 auto; }

@media all and (min-width: 64em) { .usa-megamenu .usa-col { flex: 4 1 0% ; } }

@media all and (min-width: 64em) { .usa-megamenu.usa-nav__submenu { padding-left: 0 ; padding-right: 0 ; padding-bottom: 2rem ; padding-top: 2rem ; left: -33%; right: 0; width: auto; } }

@media all and (min-width: 64em) { .usa-megamenu.usa-nav__submenu::before { position: absolute ; bottom: 0; top: 0; background-color: #162e51; content: ""; display: block; position: absolute; width: 100%; right: 100%; } }

@media all and (min-width: 64em) { .usa-megamenu.usa-nav__submenu::after { position: absolute ; bottom: 0; top: 0; background-color: #162e51; content: ""; display: block; position: absolute; width: 100%; left: 100%; } }

@media all and (min-width: 64em) { .usa-nav-container { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; padding-left: 2rem ; padding-right: 2rem ; } .usa-nav-container::after { clear: both; content: ""; display: block; } }

@media all and (min-width: 64em) and (min-width: 64em) { .usa-nav-container { padding-left: 2rem ; padding-right: 2rem ; } }

.usa-navbar { height: 3rem; }

@media all and (max-width: 63.99em) { .usa-navbar { align-items: center ; border-bottom: 1px solid #dfe1e2; display: flex; } }

@media all and (min-width: 64em) { .usa-navbar { border-bottom: none; display: inline-block; height: auto; } }

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

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

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

@media all and (max-width: 63.99em) { .usa-nav { position: absolute ; right: 0; position: absolute ; bottom: 0; top: 0; position: fixed; background: white; border-right: 0; display: none; flex-direction: column; overflow-y: auto; padding: 1rem; width: 15rem; z-index: 500; } .usa-nav.is-visible { -webkit-animation: slidein-left 0.3s ease-in-out; animation: slidein-left 0.3s ease-in-out; display: flex; } }

@media all and (min-width: 64em) { .usa-nav { float: right; position: relative; } }

@media all and (min-width: 64em) { .usa-nav .usa-search { margin-left: 1rem; } }

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

@media all and (max-width: 63.99em) { .usa-nav__primary { margin-bottom: 0 ; margin-top: 0 ; list-style-type: none; padding-left: 0; margin-top: 1.5rem; order: 2; } .usa-nav__primary > li { margin-bottom: 0; max-width: unset; } .usa-nav__primary-item { border-top: 1px solid #dfe1e2; } .usa-nav__primary a:not(.usa-button) { color: #565c65; display: block; padding: 0.5rem 1rem; text-decoration: none; } .usa-nav__primary a:not(.usa-button):hover { background-color: #f0f0f0; color: #005ea2; text-decoration: none; } .usa-nav__primary a:not(.usa-button):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: 0.25rem; top: 0.25rem; width: 0.25rem; left: 0.25rem; } }

@media all and (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: 0.25rem; top: 0.25rem; width: 0.25rem; left: 0; } }

@media all and (max-width: 63.99em) { .usa-nav__primary a { padding-bottom: 0.75rem ; padding-top: 0.75rem ; } }

@media all and (min-width: 64em) { .usa-nav__primary { display: flex; } }

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

.usa-nav__primary > .usa-nav__primary-item { line-height: 1.1; }

@media all and (min-width: 64em) { .usa-nav__primary > .usa-nav__primary-item { font-size: 0.93rem; line-height: 0.9; } }

@media all and (min-width: 64em) { .usa-nav__primary > .usa-nav__primary-item > a { line-height: 0.9; padding: 1rem; color: #565c65; display: block; font-weight: 700; } .usa-nav__primary > .usa-nav__primary-item > a:hover { color: #005ea2; } }

@media all and (min-width: 64em) { .usa-nav__primary a { padding-bottom: 0.5rem ; padding-top: 0.5rem ; } }

.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; box-shadow: none; font-weight: normal; margin: 0; padding: 0; text-align: left; color: #565c65; font-weight: normal; line-height: 1.1; padding: 0.75rem 1rem; text-decoration: none; }

.usa-nav__primary button:visited { color: #54278f; }

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

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

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

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

@media all and (min-width: 64em) { .usa-nav__primary button { line-height: 0.9; padding: 1rem; font-size: 0.93rem; font-weight: 700; } }

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

@media all and (min-width: 64em) { .usa-nav__primary button:hover { background-color: transparent; } }

.usa-nav__primary button[aria-expanded="false"] { /* stylelint-disable-line selector-no-qualifying-type */ background-image: url("../uswds/img/usa-icons/add.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-position: right 0 center; background-size: 1.25rem; }

@media all and (min-width: 64em) { .usa-nav__primary button[aria-expanded="false"] { background-image: url("../uswds/img/usa-icons/expand_more.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-size: 1rem; background-position: right 0.75rem top 53%; } }

@media all and (min-width: 64em) { .usa-nav__primary button[aria-expanded="false"]:hover { background-image: url("../uswds/img/usa-icons-bg/expand_more--blue-warm-70v.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; } }

.usa-nav__primary button[aria-expanded="true"] { /* stylelint-disable-line selector-no-qualifying-type */ background-image: url("../uswds/img/usa-icons/remove.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-position: right 0 center; background-size: 1.25rem; }

@media all and (min-width: 64em) { .usa-nav__primary button[aria-expanded="true"] { background-image: url("../uswds/img/usa-icons-bg/expand_less--white.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; background-size: 1rem; background-color: #162e51; background-position: right 0.75rem top 53%; color: white; } }

@media all and (min-width: 64em) { .usa-nav__primary .usa-accordion__button span { margin-right: 0; padding-right: 1rem; } }

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

@media all and (min-width: 64em) { .usa-nav__secondary { flex-direction: column ; align-items: flex-end ; bottom: 4rem; display: flex; font-size: 0.93rem; margin-top: 0.5rem; min-width: calc( 27ch + 3rem); position: absolute; right: 2rem; } }

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

@media all and (min-width: 64em) { .usa-nav__secondary .usa-search { margin-left: 0; margin-top: 0.5rem; } }

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

@media all and (min-width: 64em) { .usa-nav__secondary-links { float: right; line-height: 0.9; margin-bottom: 0.25rem; margin-top: 0; } }

@media all and (min-width: 64em) { .usa-nav__secondary-links .usa-nav__secondary-item { display: inline; padding-left: 0.25rem; } .usa-nav__secondary-links .usa-nav__secondary-item + .usa-nav__secondary-item::before { color: #dfe1e2; content: "|"; padding-right: 0.25rem; } }

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

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

@media all and (max-width: 63.99em) { .usa-nav__submenu { margin-bottom: 0 ; margin-top: 0 ; 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 #dfe1e2; font-size: 0.93rem; } .usa-nav__submenu .usa-current::after { display: none; } }

@media all and (max-width: 63.99em) and (min-width: 40em) { .usa-nav__submenu .usa-current::after { display: none; } }

@media all and (max-width: 63.99em) { .usa-nav__submenu a:not(.usa-button) { padding-left: 2rem; } .usa-nav__submenu .usa-nav__submenu a:not(.usa-button) { padding-left: 3rem; } .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a:not(.usa-button) { content: "foobar"; padding-left: 4rem; } }

@media all and (min-width: 64em) { .usa-nav__submenu { margin-bottom: 0; margin-top: 0; list-style-type: none; padding-left: 0; background-color: #162e51; width: 15rem; padding: 1rem; position: absolute; z-index: 400; } }

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

@media all and (min-width: 64em) { .usa-nav__submenu .usa-nav__submenu-item + * { margin-top: 0.75rem; } .usa-nav__submenu .usa-nav__submenu-item a { color: white; padding: 0; line-height: 1.3; } .usa-nav__submenu .usa-nav__submenu-item a:hover { background-color: transparent; color: white; padding: 0; text-decoration: underline; } }

.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: 0.93rem; }

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

.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; box-shadow: none; font-weight: normal; margin: 0; padding: 0; text-align: left; height: 3rem ; width: 3rem ; color: currentColor; flex: none; float: right; margin: -0.75rem -1rem 1rem auto; text-align: center; }

.usa-nav__close:visited { color: #54278f; }

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

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

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

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

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

@media all and (min-width: 64em) { .usa-nav__close { display: none; } }

.usa-nav__close img { width: 1.5rem; }

.usa-nav__close + * { clear: both; }

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

.usa-process-list { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.5 ; margin-bottom: 0 ; margin-top: 0 ; list-style-type: none; padding-left: 0; counter-reset: usa-numbered-list; padding: 20px 0 0 calc( ( (2.5rem / 2) - (0.5rem / 2) )); position: relative; }

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

.usa-process-list > .usa-process-list__item { max-width: 72ex ; }

.usa-process-list__item { border-left: 0.5rem solid #d9e8f6; font-size: 1.06rem; margin-bottom: 0; padding-bottom: 2rem; padding-left: calc(calc( (2.5rem / 2) - 0.25rem) * 2); }

.usa-prose .usa-process-list { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.5 ; margin-bottom: 0 ; margin-top: 0 ; list-style-type: none; padding-left: 0; counter-reset: usa-numbered-list; padding: 20px 0 0 calc( ( (2.5rem / 2) - (0.5rem / 2) )); position: relative; }

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

.usa-prose .usa-process-list > .usa-process-list__item { max-width: 72ex ; }

.usa-prose .usa-process-list__item { border-left: 0.5rem solid #d9e8f6; font-size: 1.06rem; margin-bottom: 0; padding-bottom: 2rem; padding-left: calc(calc( (2.5rem / 2) - 0.25rem) * 2); }

.usa-process-list__item:last-child { border-left: 0.5rem solid transparent; }

.usa-process-list__item::before { flex-direction: row ; align-items: center ; justify-content: center ; height: 2.5rem ; border-radius: 99rem ; width: 2.5rem ; background-color: white; border: 0.25rem solid #1b1b1b; box-shadow: 0 0 0 0.25rem white; color: #1b1b1b; content: counter(usa-numbered-list, decimal); counter-increment: usa-numbered-list; display: flex; font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.46rem; font-weight: 700; height: 2.5rem; left: 0; line-height: 0.9; margin-top: -0.4rem; position: absolute; width: 2.5rem; }

.usa-process-list__item ul { list-style-type: disc; }

.usa-process-list__item ul li { margin-bottom: 0.25rem; }

.usa-process-list__item ul li:last-child { margin-bottom: 0; }

.usa-process-list__item > *:first-child { margin-top: 0; }

.usa-process-list__item > *:last-child { margin-bottom: 0; }

.usa-process-list__heading { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.46rem; line-height: 1.1 ; color: #1b1b1b; font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-weight: 700; margin: 0; }

.usa-process-list__heading + * { margin-top: 0.25rem; }

.usa-step-indicator { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.06rem; line-height: 1.1 ; background-color: white; margin-bottom: 2rem; margin-left: -1px; margin-right: -1px; }

@media all and (min-width: 40em) { .usa-step-indicator { margin-left: 0 ; margin-right: 0 ; } }

.usa-step-indicator__segments { counter-reset: usa-step-indicator; display: flex; list-style: none; margin: 0; padding: 0; }

.usa-step-indicator__segment { flex: 1 1 0% ; counter-increment: usa-step-indicator; margin-left: 1px; margin-right: 1px; max-width: 15rem; min-height: 0.5rem; position: relative; }

.usa-step-indicator__segment:after { background-color: #dfe1e2; content: ""; display: block; height: 0.5rem; left: 0; position: absolute; right: 0; top: 0; }

@media all and (min-width: 40em) { .usa-step-indicator__segment:after { height: 0.5rem; } }

.usa-step-indicator__segment--complete::after { background-color: #162e51; }

.usa-step-indicator__segment--complete .usa-step-indicator__segment-label { color: #162e51; }

.usa-step-indicator__segment--current::after { background-color: #005ea2; }

.usa-step-indicator__segment--current .usa-step-indicator__segment-label { color: #005ea2; font-weight: 700; }

.usa-step-indicator__segment-label { display: none; }

@media all and (min-width: 40em) { .usa-step-indicator__segment-label { color: #565c65; display: block; font-size: 1.06rem; margin-top: calc( 0.5rem + 0.5rem); padding-right: 2rem; text-align: left; } }

.usa-step-indicator__header { align-items: baseline; display: flex; }

.usa-step-indicator__heading { color: #1b1b1b; font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; font-weight: 700; margin: 1rem 0 0; }

@media all and (min-width: 40em) { .usa-step-indicator__heading { font-size: 1.46rem; margin-top: 2rem; } }

.usa-step-indicator__current-step { height: 2.5rem ; border-radius: 99rem ; width: 2.5rem ; font-weight: normal ; font-feature-settings: "tnum" 1, "kern" 1 ; background-color: #005ea2; color: white; display: inline-block; padding: calc( (2.5rem - (2ex * 1.1)) * 0.5); text-align: center; }

.usa-step-indicator__total-steps { font-weight: normal ; font-feature-settings: "tnum" 1, "kern" 1 ; color: #005ea2; margin-right: 0.5rem; }

@media all and (min-width: 40em) { .usa-step-indicator--counters .usa-step-indicator__segment, .usa-step-indicator--counters-sm .usa-step-indicator__segment { margin-left: 0 ; margin-right: 0 ; margin-top: calc( ( ( 2.5rem - 0.5rem ) / 2 ) + 0.25rem); } .usa-step-indicator--counters .usa-step-indicator__segment:before, .usa-step-indicator--counters-sm .usa-step-indicator__segment:before { height: 2.5rem ; border-radius: 99rem ; width: 2.5rem ; font-feature-settings: "tnum" 1, "kern" 1 ; background-color: white; box-shadow: inset 0 0 0 0.25rem #dfe1e2, 0 0 0 0.25rem white; color: #565c65; content: counter(usa-step-indicator); display: block; font-weight: 700; left: 0; line-height: 0.9; padding: calc( (2.5rem - (2ex * 0.9)) * 0.5); position: absolute; text-align: center; top: calc( ( 2.5rem - 0.5rem ) / -2); z-index: 100; } .usa-step-indicator--counters .usa-step-indicator__segment:last-child:after, .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after { display: none; } }

.usa-step-indicator--counters .usa-step-indicator__segment--complete::before, .usa-step-indicator--counters-sm .usa-step-indicator__segment--complete::before { background-color: #162e51; box-shadow: 0 0 0 0.25rem white; color: white; }

.usa-step-indicator--counters .usa-step-indicator__segment--current::before, .usa-step-indicator--counters-sm .usa-step-indicator__segment--current::before { background-color: #005ea2; box-shadow: 0 0 0 0.25rem white; color: white; }

@media all and (min-width: 40em) { .usa-step-indicator--counters .usa-step-indicator__segment-label, .usa-step-indicator--counters-sm .usa-step-indicator__segment-label { margin-top: calc( ( ( 2.5rem + 0.5rem ) / 2 ) + 0.5rem); } }

@media all and (min-width: 40em) { .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:first-child:after, .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:first-child:after { left: 50%; right: 0; width: auto; } .usa-step-indicator--counters.usa-step-indicator--center .usa-step-indicator__segment:last-child:after, .usa-step-indicator--counters-sm.usa-step-indicator--center .usa-step-indicator__segment:last-child:after { display: block; left: 0; right: 50%; width: auto; } }

@media all and (min-width: 40em) { .usa-step-indicator--counters-sm .usa-step-indicator__segment { margin-top: calc( ( ( 1.5rem - 0.5rem ) / 2 ) + 0.25rem); } .usa-step-indicator--counters-sm .usa-step-indicator__segment:before { height: 1.5rem ; border-radius: 99rem ; width: 1.5rem ; font-size: 0.93rem; padding: calc(0.25rem + 1px); top: calc( ( 1.5rem - 0.5rem ) / -2); } .usa-step-indicator--counters-sm .usa-step-indicator__segment:last-child:after { display: none; } }

@media all and (min-width: 40em) { .usa-step-indicator--counters-sm .usa-step-indicator__segment-label { margin-top: calc( ( ( 1.5rem + 0.5rem ) / 2 ) + 0.5rem); } }

.usa-step-indicator--no-labels { margin-left: -1px; margin-right: -1px; }

.usa-step-indicator--no-labels .usa-step-indicator__segment { margin-top: 0; margin-left: 1px; margin-right: 1px; }

.usa-step-indicator--no-labels .usa-step-indicator__segment:before { display: none; }

.usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after { display: block; }

.usa-step-indicator--no-labels .usa-step-indicator__heading { margin-top: 1rem; }

.usa-step-indicator--no-labels .usa-step-indicator__segment-label { display: none; }

.usa-step-indicator--center { margin-left: -1px; margin-right: -1px; }

.usa-step-indicator--center .usa-step-indicator__segment { margin-left: 1px; margin-right: 1px; }

.usa-step-indicator--center .usa-step-indicator__segment:before { left: calc( 50% - ( ( 2.5rem + 0.25rem ) / 2 )); }

.usa-step-indicator--center .usa-step-indicator__segment-label { padding-left: 0.5rem ; padding-right: 0.5rem ; text-align: center; }

.usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:first-child:after { left: 0; }

.usa-step-indicator--center.usa-step-indicator--no-labels .usa-step-indicator__segment:last-child:after { right: 0; }

.usa-step-indicator--center.usa-step-indicator--counters-sm .usa-step-indicator__segment:before { left: calc( 50% - ( ( 1.5rem + 0.25rem ) / 2 )); }

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

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

.usa-search[role="search"], .usa-search[role="search"] > div, .usa-search [role="search"] { display: flex; }

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

@media all and (min-width: 30em) { .usa-search [type="submit"] { padding-left: 1rem ; padding-right: 1rem ; background-image: none; width: auto; } }

@media all and (min-width: 30em) { .usa-search--big [type="search"], .usa-search--big .usa-search__input { font-size: 1.06rem; height: 3rem; } }

@media all and (min-width: 30em) { .usa-search--big [type="submit"], .usa-search--big .usa-search__submit { padding-left: 2rem ; padding-right: 2rem ; font-size: 1.46rem; height: 3rem; width: auto; } }

@media all and (min-width: 30em) { .usa-search--small [type="submit"], .usa-search--small .usa-search__submit { background-image: url("../uswds/img/usa-icons-bg/search--white.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-position: center center; background-size: 1.5rem; width: 3rem; } }

input[type="search"] { /* stylelint-disable-line selector-no-qualifying-type */ box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

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

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

@media all and (min-width: 30em) { .usa-search__submit-text { position: static; } }

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

@media all and (min-width: 40em) { .usa-section { padding-bottom: 4rem ; padding-top: 4rem ; } }

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

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

.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: white; }

.usa-section--dark a { color: #dfe1e2; }

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

.usa-section--dark a:active { color: white; }

.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.06rem; line-height: 1.3 ; border-bottom: 1px solid #dfe1e2; }

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

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

.usa-sidenav a:not(.usa-button) { color: #565c65; display: block; padding: 0.5rem 1rem; text-decoration: none; }

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

.usa-sidenav a:not(.usa-button):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: 0.25rem; top: 0.25rem; width: 0.25rem; left: 0.25rem; }

@media all and (min-width: 40em) { .usa-sidenav .usa-current { position: relative; } .usa-sidenav .usa-current::after { background-color: #005ea2; border-radius: 99rem; content: ""; display: block; position: absolute; bottom: 0.25rem; top: 0.25rem; width: 0.25rem; left: 0; } }

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

@media all and (min-width: 40em) { .grid-container .usa-sidenav { margin-left: 0 ; margin-right: 0 ; } }

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

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

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

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

@media all and (min-width: 40em) { .usa-sidenav__sublist .usa-current::after { display: none; } }

.usa-sidenav__sublist a:not(.usa-button) { padding-left: 2rem; }

.usa-sidenav__sublist .usa-sidenav__sublist a:not(.usa-button) { padding-left: 3rem; }

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

.usa-site-alert { position: relative; background-color: #f0f0f0; }

.usa-site-alert .usa-alert { margin-left: auto ; margin-right: auto ; max-width: 64rem ; padding-left: 1rem ; padding-right: 1rem ; background-position-x: 1rem; }

@media all and (min-width: 64em) { .usa-site-alert .usa-alert { padding-left: 2rem ; padding-right: 2rem ; } }

@media all and (min-width: 64em) { .usa-site-alert .usa-alert { background-position-x: 2rem; } }

.usa-site-alert .usa-alert::before { display: none; }

.usa-site-alert .usa-alert > .usa-list, .usa-site-alert .usa-alert .usa-alert__body > .usa-list { padding-left: 2ch; }

.usa-site-alert .usa-alert__body { display: block; }

@media all and (min-width: 40em) { .usa-site-alert .usa-alert__body { position: relative; } }

.usa-site-alert--info { color: #1b1b1b; background-color: #e7f6f8; }

.usa-site-alert--info .usa-alert { background-image: url("../uswds/img/usa-icons/info.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-color: #e7f6f8; color: #1b1b1b; }

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

.usa-site-alert--info .usa-alert .usa-alert__body { padding-left: 3.75rem; }

.usa-site-alert--info .usa-alert .usa-link { color: #005ea2; }

.usa-site-alert--info .usa-alert .usa-link:visited { color: #54278f; }

.usa-site-alert--info .usa-alert .usa-link:hover, .usa-site-alert--info .usa-alert .usa-link:active { color: #1a4480; }

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

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

.usa-site-alert--emergency { color: white; background-color: #9c3d10; }

.usa-site-alert--emergency .usa-alert { background-image: url("../uswds/img/alerts/error-white.svg"), linear-gradient(transparent, transparent); background-repeat: no-repeat; background-color: #9c3d10; color: white; }

.usa-site-alert--emergency .usa-alert::before { background-color: #9c3d10; }

.usa-site-alert--emergency .usa-alert .usa-alert__body { padding-left: 3.75rem; }

.usa-site-alert--emergency .usa-alert .usa-link { color: #dfe1e2; }

.usa-site-alert--emergency .usa-alert .usa-link:visited { color: #dfe1e2; }

.usa-site-alert--emergency .usa-alert .usa-link:hover, .usa-site-alert--emergency .usa-alert .usa-link:active { color: #f0f0f0; }

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

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

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

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

.usa-site-alert--slim .usa-alert { background-position: 1.75rem 0.75rem; background-size: 1.5rem; padding-bottom: 0.5rem; padding-top: 0.5rem; background-position-x: 1rem; }

.usa-site-alert--slim .usa-alert .usa-alert__body { padding-left: 2rem; }

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

@media all and (min-width: 64em) { .usa-site-alert--slim .usa-alert { background-position-x: 2rem; } }

.usa-site-alert--no-heading .usa-alert { background-position-y: calc( 1.25rem - 0.25rem); }

.usa-skipnav { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.5 ; color: #005ea2; text-decoration: underline; background: transparent; left: 0; padding: 0.5rem 1rem; position: absolute; top: -3.8rem; transition: 0.2s ease-in-out; z-index: 100; }

.usa-skipnav:visited { color: #54278f; }

.usa-skipnav:hover { color: #1a4480; }

.usa-skipnav:active { color: #162e51; }

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

.usa-skipnav:focus, .usa-skipnav.usa-focus { background: white; left: 0; position: absolute; top: 0; transition: 0.2s ease-in-out; }

.usa-summary-box { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; line-height: 1.5 ; color: #1b1b1b; background-color: #e7f6f8; border-radius: 0.25rem ; border: 1px #99deea solid; padding: 1.5rem; position: relative; }

.usa-summary-box .usa-list:last-child { margin-bottom: 0; }

* + .usa-summary-box { margin-top: 1rem; }

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

.usa-summary-box__heading { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.46rem; line-height: 1.1 ; margin-top: 0; margin-bottom: 0.5rem; }

.usa-summary-box__text { margin-bottom: 0 ; margin-top: 0 ; }

.usa-summary-box__text:only-child { margin-bottom: 1px; padding-top: 0.25rem; }

.usa-summary-box__link { color: #005ea2; }

.usa-summary-box__link:visited { color: #54278f; }

.usa-summary-box__link:hover, .usa-summary-box__link:active { color: #1a4480; }

.usa-summary-box__link[href^="#"]:visited { color: #005ea2; }

.usa-summary-box__link[href^="#"]:hover { color: #1a4480; }

/* Tooltips */
.usa-tooltip { display: inline-block; position: relative; }

.usa-tooltip__trigger { cursor: pointer; }

.usa-tooltip__trigger > svg { display: block; pointer-events: none; }

.usa-tooltip__body { transition: opacity 0.08s ease-in-out; background-color: #1b1b1b; border-radius: 0.25rem; bottom: 0; color: #f0f0f0; display: none; font-size: 1rem; padding: 0.5rem; position: absolute; pointer-events: none; left: 0; opacity: 0; transform: translateX(-50%); width: auto; white-space: pre; z-index: 100000; }

.usa-tooltip__body:after { content: ""; display: block; width: 0; height: 0; pointer-events: none; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #1b1b1b; position: absolute; bottom: -5px; left: 50%; margin-left: -5px; }

.usa-tooltip__body--wrap { width: 100%; white-space: normal; }

.usa-tooltip__body.is-set { display: block; }

.usa-tooltip__body.is-visible { opacity: 1; }

.usa-tooltip__body--bottom { bottom: auto; top: 0; }

.usa-tooltip__body--bottom:after { border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid #1b1b1b; border-top: 0; bottom: auto; top: -5px; }

.usa-tooltip__body--right { top: auto; transform: translateX(0); }

.usa-tooltip__body--right:after { border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-right: 5px solid #1b1b1b; border-left: 0; right: auto; top: 50%; bottom: 0; left: -5px; margin: -5px 0 0 0; }

.usa-tooltip__body--left { top: auto; left: 0; right: auto; transform: translateX(0); }

.usa-tooltip__body--left:after { border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #1b1b1b; border-right: 0; right: -5px; top: 50%; bottom: 0; left: auto; margin: -5px 0 0 0; }

.card-deck { display: block; display: flex; flex-flow: row wrap; }

.card-deck .card { display: block; display: flex; flex: 0 0 20rem; flex-direction: column; float: left; margin-bottom: 2rem; min-width: 20rem; }

.card-deck .card:not(:last-child) { margin-right: 1rem; }

.card { border: 1px solid #f0f0f0; position: relative; width: 15rem; }

.card .card-img-top { display: block; height: 15rem; width: 100%; }

.card .card-body { flex: 1 1 auto; padding: 1.25rem; }

.card .card-body :first-child { margin-top: 0; }

.card .card-body :last-child { margin-bottom: 0; }

.card .card-footer { padding: 1.25rem; }

.card .card-read-more-link { display: inline-block; text-decoration: none; }

.card .card-read-more-link svg { display: inline-block; fill: #005ea2; height: 0.75rem; margin-left: 0.25rem; margin-top: -2px; vertical-align: middle; width: 0.75rem; }

.usa-header .usa-logo a { align-items: center; display: flex; }

.usa-header .usa-logo .usa-logo-img { float: left; height: 1rem; margin-right: 0.5rem; }

@media all and (min-width: 64em) { .usa-header .usa-logo .usa-logo-img { margin-top: 0; height: 1.5rem; } }

.usa-header .usa-logo .usa-logo-img + .usa-logo__text { float: left; }

@media all and (min-width: 64em) { .usa-header.usa-header--extended .usa-logo-img { height: 2rem; } }

.usa-sticky-sidenav { position: -webkit-sticky; position: sticky; top: 0.75rem; }

@media all and (min-width: 64em) { .usa-layout-docs__sidenav { flex: 3 1 0% ; order: 1; padding-top: 0; } .usa-layout-docs__main { flex: 9 1 0% ; order: 2; } }

/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS THEME CUSTOM STYLES
----------------------------------------
!! Copy this file to your project's
   sass root. Don't edit the version
   in node_modules.
----------------------------------------
Custom project SASS goes here.

i.e.
@include u-padding-right('05');
----------------------------------------
*/
.usa-footer__logo-img { width: 100%; }

@media all and (min-width: 30em) { .usa-footer--big a.usa-footer__primary-link { margin-bottom: 1.5rem; } }

.usa-header button[aria-expanded="true"]:after, .usa-header button[aria-expanded="true"]:hover:after { display: none; }

.usa-layout-docs__sidenav, .usa-layout-docs__main { width: 100%; overflow: hidden; }

@media all and (min-width: 55em) { .with-inline-navigation .usa-prose .usa-alert, .with-inline-navigation .usa-prose table, .with-inline-navigation .usa-prose h2, .with-inline-navigation .usa-prose h3, .with-inline-navigation .usa-prose h4 { max-width: 40rem; } }

.usa-nav__primary { display: none; }

.usa-js-mobile-nav--active .usa-nav__primary { display: block; }

blockquote { font-style: italic; }

a.button[href^="https://gsa-tts.slack.com"]::before { display: none; }

a[href^="https://gsa-tts.slack.com"]::before, a.button span.slack::before { content: ""; height: 2rem ; width: 2rem ; display: inline-block; vertical-align: middle; margin: -2px -0.25rem 0 -0.5rem; background-size: 2rem; background-repeat: no-repeat; background-image: url("../../images/Slack_Mark.svg"); }

a.button span.slack { font-weight: 600; }

a.button span.slack::before { width: 1rem; height: 1rem; margin-top: -2px; margin-right: 0.25rem; }

/* Travel Guide Image Toggles */
a.travel-image-link { display: block; font-size: 95%; cursor: pointer; }

img.travel-guide-hide { display: none; }

@font-face { font-family: "icomoon"; src: url("fonts/icomoon.eot?8ojtgr"); src: url("fonts/icomoon.eot?8ojtgr#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?8ojtgr") format("truetype"), url("fonts/icomoon.woff?8ojtgr") format("woff"), url("fonts/icomoon.svg?8ojtgr#icomoon") format("svg"); font-weight: normal; font-style: normal; }

[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: "icomoon" !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-pencil:before { content: "\e905"; }

.icon-menu:before { content: "\e9bd"; }

.page-outdated { padding: 0.25rem 0; background: #d8f7ff; color: #202020; text-align: center; }

/* @group layouts */
.layout-table-of-contents ol { list-style-type: none; }

.layout-table-of-contents p, .layout-table-of-contents li { line-height: 1.4; }

.layout-table-of-contents p { max-width: 55rem; margin: 0 auto; margin-bottom: 1rem; }

.layout-table-of-contents h1 { font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size: 1.71rem; font-weight: 700; padding-top: 1.5rem; margin-top: 2rem; margin-bottom: 0.25rem; border-top: 0.25rem solid #99deea; color: #1b1b1b; }

.layout-table-of-contents li:first-of-type h1 { border-top: none; margin-top: 0; }

.layout-table-of-contents h2 { font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size: 1.34rem; font-weight: 700; margin-top: 2rem; color: #2c608a; }

.layout-table-of-contents h3 { font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size: 1.04rem; line-height: 1.4 ; font-weight: 700; margin: 0 0 0.25rem; }

.layout-table-of-contents h4, .layout-table-of-contents h5 { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1.13rem; margin: 0; font-weight: normal; }

.layout-table-of-contents .wrapper { max-width: 55rem; }

.layout-table-of-contents .wrapper ol { padding-left: 0; }

.layout-table-of-contents .wrapper ol li { font-weight: normal; margin-bottom: 2px; }

@media all and (min-width: 40em) { .layout-table-of-contents .wrapper h2 + ol { -moz-column-count: 2; column-count: 2; } .layout-table-of-contents .wrapper h2 + ol li { page-break-inside: avoid; -moz-column-break-inside: avoid; break-inside: avoid-column; } }

.layout-table-of-contents .wrapper h3 + ol { margin: 0.5rem 0 1.5rem 0; }

.layout-table-of-contents .wrapper h3 + ol ol { margin: 0; padding-left: 0.5rem; }

.with-inline-navigation .usa-layout-docs__main { position: relative; overflow: visible; }

.with-inline-navigation .inline-navigation { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1rem; line-height: 1.4 ; background: none; padding: 1rem; border: 1px solid #f0f0f0; border-radius: 0.5rem; margin: 0 auto 1rem; box-shadow: 0 0 0 2px #f9f9f9; width: 90%; }

.with-inline-navigation .inline-navigation h1 { font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif; font-size: 0.91rem; letter-spacing: 0; margin: 0; margin-bottom: 0.5rem; text-align: left; }

.with-inline-navigation .inline-navigation ul { margin: 0 0 -0.25rem 0; padding: 0; }

.with-inline-navigation .inline-navigation ul li { list-style-type: none; margin: 0 0 2px -2px; }

.with-inline-navigation .inline-navigation ul li.h3 { margin-left: 0.75rem; }

.with-inline-navigation .inline-navigation ul li.h4 { margin-left: 1.5rem; }

.with-inline-navigation .inline-navigation ul li.h5 { margin-left: 2.5rem; }

.with-inline-navigation .inline-navigation li a { padding: 0.25rem; display: block; line-height: 1.1; text-decoration: none; border-radius: 2px; }

.with-inline-navigation .inline-navigation li a:hover { text-decoration: underline; }

.with-inline-navigation .inline-navigation li.is-active a { background: #297f00; color: white; text-decoration: none; }

@media screen and (min-width: 895px) { .with-inline-navigation .inline-navigation { position: absolute; right: 0; width: 256px; } }

/* @group .layout-article-professional-development-and-training */
@media screen and (min-width: 40em) { .layout-article-professional-development-and-training table tr td:last-child { width: 7em; } }

/* @end */
.col-grouplet { width: 7.5rem; }

.table-existing-grouplets, .table-office-metadata { border-collapse: collapse; }

.table-existing-grouplets tr, .table-office-metadata tr { border-top: 1px solid #dfe1e2; }

.table-existing-grouplets th, .table-existing-grouplets .col-key, .table-office-metadata th, .table-office-metadata .col-key { font-family: Source Sans Pro Web, Helvetica Neue, Helvetica, Roboto, Arial, sans-serif; font-size: 1rem; line-height: 1.1 ; padding-right: 0.75rem; padding-top: 0.75rem; width: 7.5rem; }

.table-existing-grouplets th, .table-existing-grouplets td, .table-office-metadata th, .table-office-metadata td { padding-bottom: 0.5rem ; padding-top: 0.5rem ; text-align: left; vertical-align: top; }

/* @group .layout-article-working-groups-and-guilds-101 */
/* @end */
/* @group .layout-article-chicago, .layout-article-san-francisco, .layout-article-washington-dc */
/* @end */
/* @end */
.usa-table tbody { font-size: 1rem; }

.usa-table tbody th { font-weight: bold; }

.usa-table tbody .status-proposed th, .usa-table tbody .status-proposed td, .usa-table tbody .status-pilot th, .usa-table tbody .status-pilot td, .usa-table tbody .status-exception th, .usa-table tbody .status-exception td { background-color: #e7f6f8; }

.usa-table tbody .status-approved th, .usa-table tbody .status-approved td { background-color: #ecf3ec; }

.usa-table tbody .status-denied th, .usa-table tbody .status-denied td { background-color: #f4e3db; }

.usa-table tbody .status-sunsetting th, .usa-table tbody .status-sunsetting td { background-color: #faf3d1; }

section { overflow-x: scroll; }