@charset "UTF-8";
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.0.0 Beta 6
----------------------------------------
GENERAL SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://v2.designsystem.digital.gov/style-tokens
----------------------------------------
*/
/*
----------------------------------------
Image Path
----------------------------------------
Relative image file path
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
----------------------------------------
*/
/*
----------------------------------------
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.0.0 Beta 6
----------------------------------------
TYPOGRAPHY SETTINGS
----------------------------------------
Read more about settings and
USWDS typography tokens in the documentation:
https://v2.designsystem.digital.gov/style-tokens/typography
----------------------------------------
*/
/*
----------------------------------------
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
- global: 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
  .eot, .ttf, .woff, and .woff2
  ExampleSerif-Normal.eot
  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:       40ch
2:       60ch
3:       66ch
4:       72ch
5:       77ch
none:    none
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.0.0 Beta 6
----------------------------------------
SPACING SETTINGS
----------------------------------------
Read more about settings and
USWDS spacing units tokens in the
documentation:
https://v2.designsystem.digital.gov/style-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.0.0 Beta 6
----------------------------------------
COLOR SETTINGS
----------------------------------------
Read more about settings and
USWDS color tokens in the documentation:
https://v2.designsystem.digital.gov/style-tokens/color
----------------------------------------
*/
/*
----------------------------------------
Theme palette colors
----------------------------------------
*/
/*
----------------------------------------
State palette colors
----------------------------------------
*/
/*
----------------------------------------
General colors
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.0.0 Beta 6
----------------------------------------
UTILITIES SETTINGS
----------------------------------------
Read more about settings and
USWDS utilities in the documentation:
https://v2.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.0.0 Beta 6
----------------------------------------
COMPONENT SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://v2.designsystem.digital.gov/style-tokens
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.7.0
----------------------------------------
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.7.0
----------------------------------------
TYPOGRAPHY SETTINGS
----------------------------------------
Read more about settings and
USWDS typography tokens in the documentation:
https://designsystem.digital.gov/design-tokens/typography
----------------------------------------
*/
/*
----------------------------------------
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.7.0
----------------------------------------
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.7.0
----------------------------------------
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.7.0
----------------------------------------
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.7.0
----------------------------------------
COMPONENT SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
========================================
Functions
----------------------------------------
*/
/*
========================================
General-purpose functions
----------------------------------------
*/
/*
----------------------------------------
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.
----------------------------------------
*/
/*
----------------------------------------
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
----------------------------------------
*/
/*
========================================
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.
----------------------------------------
*/
/*
----------------------------------------
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 map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
/*
----------------------------------------
Build the project type scale map
----------------------------------------
*/
/*
----------------------------------------
Border-radius
----------------------------------------
*/
/*
----------------------------------------
Column gaps
----------------------------------------
*/
/*
----------------------------------------
Grid
----------------------------------------
*/
/*
----------------------------------------
Aspect Ratios
----------------------------------------
*/
/*
----------------------------------------
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 > ul,
.usa-prose > ol, .usa-list {
  margin-bottom: 1em;
  margin-top: 1em;
  line-height: 1.6;
  padding-left: 3ch;
}
.usa-prose > ul:last-child,
.usa-prose > ol:last-child, .usa-list:last-child {
  margin-bottom: 0;
}

.usa-prose > ul li,
.usa-prose > ol li, .usa-list li {
  margin-bottom: 0.25em;
  max-width: 64ex;
}
.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, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.25rem 0;
}
.usa-prose > table thead th, .usa-table thead th {
  font-weight: 600;
}
.usa-prose > table thead th, .usa-table thead th,
.usa-prose > table thead td,
.usa-table thead td {
  background-color: #f3f3f4;
}
.usa-prose > table th, .usa-table th {
  text-align: left;
}
.usa-prose > table th, .usa-table th,
.usa-prose > table td,
.usa-table td {
  border-width: 1px;
  border-color: #5c5c5c;
  border-style: solid;
  background-color: white;
  font-weight: 400;
  padding: 0.5rem 1rem;
}
.usa-prose > table caption, .usa-table caption {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  font-weight: 600;
  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-table--borderless th:first-child {
  padding-left: 0;
}

/*  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 {
  -webkit-box-sizing: content-box;
  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 {
  -webkit-box-sizing: border-box;
  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] {
  -webkit-box-sizing: border-box;
  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: Public Sans Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/silka/silka-regular.woff2) format("woff2"), url(../fonts/silka/silka-regular.woff) format("woff"), url(../fonts/silka/silka-regular.ttf) format("truetype");
}
@font-face {
  font-family: Public Sans Web;
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url(../fonts/silka/silka-semibold.woff2) format("woff2"), url(../fonts/silka/silka-semibold.woff) format("woff"), url(../fonts/silka/silka-semibold.ttf) format("truetype");
}
@font-face {
  font-family: Roboto Mono Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/silka-mono/silkamono-regular.woff2) format("woff2"), url(../fonts/silka-mono/silkamono-regular.woff) format("woff"), url(../fonts/silka-mono/silkamono-regular.ttf) format("truetype");
}
@font-face {
  font-family: Source Sans Pro Web;
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
  src: url(../fonts/silka/silka-regular.woff2) format("woff2"), url(../fonts/silka/silka-regular.woff) format("woff"), url(../fonts/silka/silka-regular.ttf) format("truetype");
}
@font-face {
  font-family: Source Sans Pro Web;
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
  src: url(../fonts/silka/silka-semibold.woff2) format("woff2"), url(../fonts/silka/silka-semibold.woff) format("woff"), url(../fonts/silka/silka-semibold.ttf) format("truetype");
}
@font-face {
  font-family: Merriweather Web;
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-Light.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Light.woff) format("woff"), url(../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(../fonts/merriweather/Latin-Merriweather-Regular.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Regular.woff) format("woff"), url(../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(../fonts/merriweather/Latin-Merriweather-Bold.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Bold.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Merriweather Web;
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-Black.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Black.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-Black.ttf) format("truetype");
}
@font-face {
  font-family: Merriweather Web;
  font-style: italic;
  font-weight: 300;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-LightItalic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-LightItalic.woff) format("woff"), url(../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(../fonts/merriweather/Latin-Merriweather-Italic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-Italic.woff) format("woff"), url(../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(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-BoldItalic.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: Merriweather Web;
  font-style: italic;
  font-weight: 900;
  font-display: fallback;
  src: url(../fonts/merriweather/Latin-Merriweather-BlackItalic.woff2) format("woff2"), url(../fonts/merriweather/Latin-Merriweather-BlackItalic.woff) format("woff"), url(../fonts/merriweather/Latin-Merriweather-BlackItalic.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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
}

a {
  color: #0048ad;
  text-decoration: underline;
}
a:hover {
  color: #1a4480;
}
a:active {
  color: #162e51;
}
a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
a:visited {
  color: #54278f;
}

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

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

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

.usa-button {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 0.9;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #0048ad;
  border: 0;
  border-radius: 0.25rem;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  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 {
  background-color: #1a4480;
  border-bottom: 0;
  color: white;
  text-decoration: none;
}
.usa-button:active, .usa-button.usa-button--active {
  background-color: #162e51;
  color: white;
}
.usa-button:not([disabled]):focus, .usa-button:not([disabled]).usa-focus {
  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: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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.usa-button--accent-cool {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #4132f7;
  color: #1b1b1b;
}
.usa-button--accent-cool:visited {
  color: #1b1b1b;
}
.usa-button--accent-cool:hover, .usa-button--accent-cool.usa-button--hover {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #28a0cb;
  color: white;
}
.usa-button--accent-cool:active, .usa-button--accent-cool.usa-button--active {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #07648d;
  color: white;
}

.usa-button--outline {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #0048ad;
  box-shadow: inset 0 0 0 2px #0048ad;
  color: #0048ad;
}
.usa-button--outline:visited {
  color: #0048ad;
}
.usa-button--outline:hover, .usa-button--outline.usa-button--hover {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #1a4480;
  box-shadow: inset 0 0 0 2px #1a4480;
  color: #1a4480;
}
.usa-button--outline:active, .usa-button--outline.usa-button--active {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #162e51;
  box-shadow: inset 0 0 0 2px #162e51;
  color: #162e51;
}
.usa-button--outline.usa-button--inverse {
  -webkit-box-shadow: inset 0 0 0 2px #e6e6e6;
  box-shadow: inset 0 0 0 2px #e6e6e6;
  color: #e6e6e6;
}
.usa-button--outline.usa-button--inverse:visited {
  color: #e6e6e6;
}
.usa-button--outline.usa-button--inverse:hover, .usa-button--outline.usa-button--inverse.usa-button--hover {
  -webkit-box-shadow: inset 0 0 0 2px #f3f3f4;
  box-shadow: inset 0 0 0 2px #f3f3f4;
  color: #f3f3f4;
}
.usa-button--outline.usa-button--inverse:active, .usa-button--outline.usa-button--inverse.usa-button--active {
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px white;
  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: #0048ad;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #e6e6e6;
}
.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:visited {
  color: #54278f;
}
.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;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover {
  color: #f3f3f4;
}
.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 {
  background-color: #545e6a;
}
.usa-button--base:hover, .usa-button--base.usa-button--hover {
  background-color: #5c5c5c;
}
.usa-button--base:active, .usa-button--base.usa-button--active {
  background-color: #28303b;
}

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

.usa-button--big {
  border-radius: 0.25rem;
  font-size: 1.33rem;
  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;
  -webkit-box-shadow: none;
  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: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-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 {
  background-color: transparent;
  border: 0;
}

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

.usa-button--unstyled {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #0048ad;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}
.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:visited {
  color: #54278f;
}
.usa-button--unstyled:hover, .usa-button--unstyled:active {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}

.usa-embed-container 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, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.3;
}

.usa-combo-box__input, .usa-input,
.usa-textarea, .usa-range, .usa-select {
  border-width: 1px;
  border-color: #5c5c5c;
  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: bold;
}

.usa-hint {
  color: #545e6a;
}

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

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

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

.usa-legend {
  font-size: 1.86rem;
  font-weight: bold;
}

.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;
}
.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-bottom: 0.75rem;
  padding-left: 2rem;
  position: relative;
  text-indent: -2rem;
}

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

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

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

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

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

.usa-radio__input:checked + .usa-radio__label::before {
  -webkit-box-shadow: 0 0 0 2px #0048ad, inset 0 0 0 2px white;
  box-shadow: 0 0 0 2px #0048ad, inset 0 0 0 2px white;
}
@media print {
  .usa-radio__input:checked + .usa-radio__label::before {
    -webkit-box-shadow: inset 0 0 0 2px white, inset 0 0 0 1rem #0048ad, 0 0 0 2px #0048ad;
    box-shadow: inset 0 0 0 2px white, inset 0 0 0 1rem #0048ad, 0 0 0 2px #0048ad;
  }
}

.usa-checkbox__input:checked + .usa-checkbox__label::before,
.usa-checkbox__input:checked:disabled + .usa-checkbox__label::before {
  background-image: url("../img/correct8.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../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("../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 {
  color: #c9c9c9;
}

.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;
  -webkit-box-shadow: 0 0 0 2px #c9c9c9;
  box-shadow: 0 0 0 2px #c9c9c9;
  cursor: not-allowed;
}

.usa-memorable-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.usa-memorable-date [type=number] {
  -moz-appearance: textfield;
}
.usa-memorable-date [type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.usa-memorable-date [type=number]::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  /* 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 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1rem;
  width: 3rem;
}

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

.usa-select {
  background-image: url("../img/arrow-both.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/arrow-both.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-position: right 0.75rem center;
  background-size: 0.5rem;
  padding-right: 2rem;
}
.usa-select::-ms-expand {
  display: none;
}
.usa-select:-webkit-autofill {
  -webkit-appearance: menulist;
  appearance: menulist;
}
.usa-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}

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

.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;
  -webkit-box-shadow: 0 0 0 2px #2491ff;
  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: #f3f3f4;
  border-radius: 99rem;
  border: 1px solid #545e6a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-moz-range-track {
  background-color: #f3f3f4;
  border-radius: 99rem;
  border: 1px solid #545e6a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-ms-track {
  background-color: #f3f3f4;
  border-radius: 99rem;
  border: 1px solid #545e6a;
  cursor: pointer;
  height: 1rem;
  width: 100%;
}
.usa-range::-webkit-slider-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f3f3f4;
  border: none;
  -webkit-box-shadow: 0 0 0 2px #545e6a;
  box-shadow: 0 0 0 2px #545e6a;
  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: #f3f3f4;
  border: none;
  box-shadow: 0 0 0 2px #545e6a;
  cursor: pointer;
}
.usa-range::-ms-thumb {
  height: 1.25rem;
  border-radius: 99rem;
  width: 1.25rem;
  background: #f3f3f4;
  border: none;
  box-shadow: 0 0 0 2px #545e6a;
  cursor: pointer;
}
.usa-range::-ms-fill-lower {
  background-color: #f3f3f4;
  border-radius: 99rem;
  border: 1px solid #545e6a;
}
.usa-range::-ms-fill-upper {
  background-color: #f3f3f4;
  border-radius: 99rem;
  border: 1px solid #545e6a;
}

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

.usa-combo-box {
  position: relative;
}

.usa-combo-box__input {
  background-image: url("../img/arrow-down.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/arrow-down.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  background-position: right 0.75rem center;
  background-size: 1rem;
  margin-bottom: 0;
  padding-right: 2rem;
}

.usa-combo-box__list {
  border-width: 1px;
  border-color: #5c5c5c;
  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: 100;
}

.usa-combo-box__list-option {
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  display: block;
  padding: 0.5rem;
}
.usa-combo-box__list-option--focused:focus {
  outline-offset: -4px;
}
.usa-combo-box__list-option:hover, .usa-combo-box__list-option--focused {
  background-color: #0048ad;
  border-color: #0048ad;
  color: white;
}

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

/* stylelint-disable */
.grid-container {
  margin-left: auto  !important;
  margin-right: auto  !important;
  max-width: 75rem  !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 75em) {
  .grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-container-card {
  margin-left: auto  !important;
  margin-right: auto  !important;
  max-width: 10rem  !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 75em) {
  .grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

.grid-container-mobile {
  margin-left: auto  !important;
  margin-right: auto  !important;
  max-width: 20rem  !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 75em) {
  .grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

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

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

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

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

.grid-container-widescreen {
  margin-left: auto  !important;
  margin-right: auto  !important;
  max-width: 87.5rem  !important;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media all and (min-width: 75em) {
  .grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-container {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 64rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 75em) {
  .mobile-lg\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-container-card {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 10rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 75em) {
  .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  !important;
    margin-right: auto  !important;
    max-width: 15rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 75em) {
  .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  !important;
    margin-right: auto  !important;
    max-width: 20rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 75em) {
  .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  !important;
    margin-right: auto  !important;
    max-width: 30rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 75em) {
  .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  !important;
    margin-right: auto  !important;
    max-width: 40rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 75em) {
  .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  !important;
    margin-right: auto  !important;
    max-width: 55rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 75em) {
  .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  !important;
    margin-right: auto  !important;
    max-width: 64rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 75em) {
  .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  !important;
    margin-right: auto  !important;
    max-width: 75rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 75em) {
  .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  !important;
    margin-right: auto  !important;
    max-width: 87.5rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 30em) and (min-width: 75em) {
  .mobile-lg\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 64rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 75em) {
  .tablet\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-card {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 10rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 75em) {
  .tablet\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-card-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 15rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 75em) {
  .tablet\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-mobile {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 20rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 75em) {
  .tablet\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-mobile-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 30rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 75em) {
  .tablet\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-tablet {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 40rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 75em) {
  .tablet\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-tablet-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 55rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 75em) {
  .tablet\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-desktop {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 64rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 75em) {
  .tablet\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-desktop-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 75rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 75em) {
  .tablet\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-container-widescreen {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 87.5rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 40em) and (min-width: 75em) {
  .tablet\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 64rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 75em) {
  .tablet-lg\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-card {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 10rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 75em) {
  .tablet-lg\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-card-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 15rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 75em) {
  .tablet-lg\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-mobile {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 20rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 75em) {
  .tablet-lg\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-mobile-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 30rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 75em) {
  .tablet-lg\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-tablet {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 40rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 75em) {
  .tablet-lg\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-tablet-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 55rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 75em) {
  .tablet-lg\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-desktop {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 64rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 75em) {
  .tablet-lg\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-desktop-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 75rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 75em) {
  .tablet-lg\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-container-widescreen {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 87.5rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 55em) and (min-width: 75em) {
  .tablet-lg\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 64rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 75em) {
  .desktop\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-card {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 10rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 75em) {
  .desktop\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-card-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 15rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 75em) {
  .desktop\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-mobile {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 20rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 75em) {
  .desktop\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-mobile-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 30rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 75em) {
  .desktop\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-tablet {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 40rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 75em) {
  .desktop\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-tablet-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 55rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 75em) {
  .desktop\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-desktop {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 64rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 75em) {
  .desktop\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-desktop-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 75rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 75em) {
  .desktop\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-container-widescreen {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 87.5rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 64em) and (min-width: 75em) {
  .desktop\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 64rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 75em) {
  .desktop-lg\:grid-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-card {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 10rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 75em) {
  .desktop-lg\:grid-container-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-card-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 15rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 75em) {
  .desktop-lg\:grid-container-card-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-mobile {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 20rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 75em) {
  .desktop-lg\:grid-container-mobile {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-mobile-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 30rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 75em) {
  .desktop-lg\:grid-container-mobile-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-tablet {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 40rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 75em) {
  .desktop-lg\:grid-container-tablet {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-tablet-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 55rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 75em) {
  .desktop-lg\:grid-container-tablet-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-desktop {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 64rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 75em) {
  .desktop-lg\:grid-container-desktop {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-desktop-lg {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 75rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 75em) {
  .desktop-lg\:grid-container-desktop-lg {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-container-widescreen {
    margin-left: auto  !important;
    margin-right: auto  !important;
    max-width: 87.5rem  !important;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media all and (min-width: 75em) and (min-width: 75em) {
  .desktop-lg\:grid-container-widescreen {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid-row {
  display: -webkit-box  !important;
  display: -ms-flexbox  !important;
  display: flex  !important;
  -ms-flex-wrap: wrap  !important;
  flex-wrap: wrap  !important;
}
.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  !important;
  margin-right: 0  !important;
}
.grid-row.grid-gap-0 > * {
  padding-left: 0  !important;
  padding-right: 0  !important;
}
.grid-row.grid-gap-2px {
  margin-left: -1px  !important;
  margin-right: -1px  !important;
}
.grid-row.grid-gap-2px > * {
  padding-left: 1px  !important;
  padding-right: 1px  !important;
}
.grid-row.grid-gap-05 {
  margin-left: -2px  !important;
  margin-right: -2px  !important;
}
.grid-row.grid-gap-05 > * {
  padding-left: 2px  !important;
  padding-right: 2px  !important;
}
.grid-row.grid-gap-1 {
  margin-left: -0.25rem  !important;
  margin-right: -0.25rem  !important;
}
.grid-row.grid-gap-1 > * {
  padding-left: 0.25rem  !important;
  padding-right: 0.25rem  !important;
}
.grid-row.grid-gap-2 {
  margin-left: -0.5rem  !important;
  margin-right: -0.5rem  !important;
}
.grid-row.grid-gap-2 > * {
  padding-left: 0.5rem  !important;
  padding-right: 0.5rem  !important;
}
.grid-row.grid-gap-3 {
  margin-left: -0.75rem  !important;
  margin-right: -0.75rem  !important;
}
.grid-row.grid-gap-3 > * {
  padding-left: 0.75rem  !important;
  padding-right: 0.75rem  !important;
}
.grid-row.grid-gap-4 {
  margin-left: -1rem  !important;
  margin-right: -1rem  !important;
}
.grid-row.grid-gap-4 > * {
  padding-left: 1rem  !important;
  padding-right: 1rem  !important;
}
.grid-row.grid-gap-5 {
  margin-left: -1.25rem  !important;
  margin-right: -1.25rem  !important;
}
.grid-row.grid-gap-5 > * {
  padding-left: 1.25rem  !important;
  padding-right: 1.25rem  !important;
}
.grid-row.grid-gap-6 {
  margin-left: -1.5rem  !important;
  margin-right: -1.5rem  !important;
}
.grid-row.grid-gap-6 > * {
  padding-left: 1.5rem  !important;
  padding-right: 1.5rem  !important;
}
.grid-row.grid-gap-sm {
  margin-left: -1px  !important;
  margin-right: -1px  !important;
}
.grid-row.grid-gap-sm > * {
  padding-left: 1px  !important;
  padding-right: 1px  !important;
}
.grid-row.grid-gap-md {
  margin-left: -0.5rem  !important;
  margin-right: -0.5rem  !important;
}
.grid-row.grid-gap-md > * {
  padding-left: 0.5rem  !important;
  padding-right: 0.5rem  !important;
}
.grid-row.grid-gap-lg {
  margin-left: -0.75rem  !important;
  margin-right: -0.75rem  !important;
}
.grid-row.grid-gap-lg > * {
  padding-left: 0.75rem  !important;
  padding-right: 0.75rem  !important;
}
@media all and (min-width: 30em) {
  .grid-row.mobile-lg\:grid-gap-0 {
    margin-left: 0  !important;
    margin-right: 0  !important;
  }
  .grid-row.mobile-lg\:grid-gap-0 > * {
    padding-left: 0  !important;
    padding-right: 0  !important;
  }
  .grid-row.mobile-lg\:grid-gap-2px {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .grid-row.mobile-lg\:grid-gap-2px > * {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .grid-row.mobile-lg\:grid-gap-05 {
    margin-left: -2px  !important;
    margin-right: -2px  !important;
  }
  .grid-row.mobile-lg\:grid-gap-05 > * {
    padding-left: 2px  !important;
    padding-right: 2px  !important;
  }
  .grid-row.mobile-lg\:grid-gap-1 {
    margin-left: -0.25rem  !important;
    margin-right: -0.25rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-1 > * {
    padding-left: 0.25rem  !important;
    padding-right: 0.25rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-2 {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-2 > * {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-3 {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-3 > * {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-4 {
    margin-left: -1rem  !important;
    margin-right: -1rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-4 > * {
    padding-left: 1rem  !important;
    padding-right: 1rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-5 {
    margin-left: -1.25rem  !important;
    margin-right: -1.25rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-5 > * {
    padding-left: 1.25rem  !important;
    padding-right: 1.25rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-6 {
    margin-left: -1.5rem  !important;
    margin-right: -1.5rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-6 > * {
    padding-left: 1.5rem  !important;
    padding-right: 1.5rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-sm {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .grid-row.mobile-lg\:grid-gap-sm > * {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .grid-row.mobile-lg\:grid-gap-md {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-md > * {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-lg {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .grid-row.mobile-lg\:grid-gap-lg > * {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
}
@media all and (min-width: 40em) {
  .grid-row.tablet\:grid-gap-0 {
    margin-left: 0  !important;
    margin-right: 0  !important;
  }
  .grid-row.tablet\:grid-gap-0 > * {
    padding-left: 0  !important;
    padding-right: 0  !important;
  }
  .grid-row.tablet\:grid-gap-2px {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .grid-row.tablet\:grid-gap-2px > * {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .grid-row.tablet\:grid-gap-05 {
    margin-left: -2px  !important;
    margin-right: -2px  !important;
  }
  .grid-row.tablet\:grid-gap-05 > * {
    padding-left: 2px  !important;
    padding-right: 2px  !important;
  }
  .grid-row.tablet\:grid-gap-1 {
    margin-left: -0.25rem  !important;
    margin-right: -0.25rem  !important;
  }
  .grid-row.tablet\:grid-gap-1 > * {
    padding-left: 0.25rem  !important;
    padding-right: 0.25rem  !important;
  }
  .grid-row.tablet\:grid-gap-2 {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .grid-row.tablet\:grid-gap-2 > * {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .grid-row.tablet\:grid-gap-3 {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .grid-row.tablet\:grid-gap-3 > * {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
  .grid-row.tablet\:grid-gap-4 {
    margin-left: -1rem  !important;
    margin-right: -1rem  !important;
  }
  .grid-row.tablet\:grid-gap-4 > * {
    padding-left: 1rem  !important;
    padding-right: 1rem  !important;
  }
  .grid-row.tablet\:grid-gap-5 {
    margin-left: -1.25rem  !important;
    margin-right: -1.25rem  !important;
  }
  .grid-row.tablet\:grid-gap-5 > * {
    padding-left: 1.25rem  !important;
    padding-right: 1.25rem  !important;
  }
  .grid-row.tablet\:grid-gap-6 {
    margin-left: -1.5rem  !important;
    margin-right: -1.5rem  !important;
  }
  .grid-row.tablet\:grid-gap-6 > * {
    padding-left: 1.5rem  !important;
    padding-right: 1.5rem  !important;
  }
  .grid-row.tablet\:grid-gap-sm {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .grid-row.tablet\:grid-gap-sm > * {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .grid-row.tablet\:grid-gap-md {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .grid-row.tablet\:grid-gap-md > * {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .grid-row.tablet\:grid-gap-lg {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .grid-row.tablet\:grid-gap-lg > * {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
}
@media all and (min-width: 55em) {
  .grid-row.tablet-lg\:grid-gap-0 {
    margin-left: 0  !important;
    margin-right: 0  !important;
  }
  .grid-row.tablet-lg\:grid-gap-0 > * {
    padding-left: 0  !important;
    padding-right: 0  !important;
  }
  .grid-row.tablet-lg\:grid-gap-2px {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .grid-row.tablet-lg\:grid-gap-2px > * {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .grid-row.tablet-lg\:grid-gap-05 {
    margin-left: -2px  !important;
    margin-right: -2px  !important;
  }
  .grid-row.tablet-lg\:grid-gap-05 > * {
    padding-left: 2px  !important;
    padding-right: 2px  !important;
  }
  .grid-row.tablet-lg\:grid-gap-1 {
    margin-left: -0.25rem  !important;
    margin-right: -0.25rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-1 > * {
    padding-left: 0.25rem  !important;
    padding-right: 0.25rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-2 {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-2 > * {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-3 {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-3 > * {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-4 {
    margin-left: -1rem  !important;
    margin-right: -1rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-4 > * {
    padding-left: 1rem  !important;
    padding-right: 1rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-5 {
    margin-left: -1.25rem  !important;
    margin-right: -1.25rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-5 > * {
    padding-left: 1.25rem  !important;
    padding-right: 1.25rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-6 {
    margin-left: -1.5rem  !important;
    margin-right: -1.5rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-6 > * {
    padding-left: 1.5rem  !important;
    padding-right: 1.5rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-sm {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .grid-row.tablet-lg\:grid-gap-sm > * {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .grid-row.tablet-lg\:grid-gap-md {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-md > * {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-lg {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .grid-row.tablet-lg\:grid-gap-lg > * {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
}
@media all and (min-width: 64em) {
  .grid-row.desktop\:grid-gap-0 {
    margin-left: 0  !important;
    margin-right: 0  !important;
  }
  .grid-row.desktop\:grid-gap-0 > * {
    padding-left: 0  !important;
    padding-right: 0  !important;
  }
  .grid-row.desktop\:grid-gap-2px {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .grid-row.desktop\:grid-gap-2px > * {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .grid-row.desktop\:grid-gap-05 {
    margin-left: -2px  !important;
    margin-right: -2px  !important;
  }
  .grid-row.desktop\:grid-gap-05 > * {
    padding-left: 2px  !important;
    padding-right: 2px  !important;
  }
  .grid-row.desktop\:grid-gap-1 {
    margin-left: -0.25rem  !important;
    margin-right: -0.25rem  !important;
  }
  .grid-row.desktop\:grid-gap-1 > * {
    padding-left: 0.25rem  !important;
    padding-right: 0.25rem  !important;
  }
  .grid-row.desktop\:grid-gap-2 {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .grid-row.desktop\:grid-gap-2 > * {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .grid-row.desktop\:grid-gap-3 {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .grid-row.desktop\:grid-gap-3 > * {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
  .grid-row.desktop\:grid-gap-4 {
    margin-left: -1rem  !important;
    margin-right: -1rem  !important;
  }
  .grid-row.desktop\:grid-gap-4 > * {
    padding-left: 1rem  !important;
    padding-right: 1rem  !important;
  }
  .grid-row.desktop\:grid-gap-5 {
    margin-left: -1.25rem  !important;
    margin-right: -1.25rem  !important;
  }
  .grid-row.desktop\:grid-gap-5 > * {
    padding-left: 1.25rem  !important;
    padding-right: 1.25rem  !important;
  }
  .grid-row.desktop\:grid-gap-6 {
    margin-left: -1.5rem  !important;
    margin-right: -1.5rem  !important;
  }
  .grid-row.desktop\:grid-gap-6 > * {
    padding-left: 1.5rem  !important;
    padding-right: 1.5rem  !important;
  }
  .grid-row.desktop\:grid-gap-sm {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .grid-row.desktop\:grid-gap-sm > * {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .grid-row.desktop\:grid-gap-md {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .grid-row.desktop\:grid-gap-md > * {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .grid-row.desktop\:grid-gap-lg {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .grid-row.desktop\:grid-gap-lg > * {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
}
@media all and (min-width: 75em) {
  .grid-row.desktop-lg\:grid-gap-0 {
    margin-left: 0  !important;
    margin-right: 0  !important;
  }
  .grid-row.desktop-lg\:grid-gap-0 > * {
    padding-left: 0  !important;
    padding-right: 0  !important;
  }
  .grid-row.desktop-lg\:grid-gap-2px {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .grid-row.desktop-lg\:grid-gap-2px > * {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .grid-row.desktop-lg\:grid-gap-05 {
    margin-left: -2px  !important;
    margin-right: -2px  !important;
  }
  .grid-row.desktop-lg\:grid-gap-05 > * {
    padding-left: 2px  !important;
    padding-right: 2px  !important;
  }
  .grid-row.desktop-lg\:grid-gap-1 {
    margin-left: -0.25rem  !important;
    margin-right: -0.25rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-1 > * {
    padding-left: 0.25rem  !important;
    padding-right: 0.25rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-2 {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-2 > * {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-3 {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-3 > * {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-4 {
    margin-left: -1rem  !important;
    margin-right: -1rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-4 > * {
    padding-left: 1rem  !important;
    padding-right: 1rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-5 {
    margin-left: -1.25rem  !important;
    margin-right: -1.25rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-5 > * {
    padding-left: 1.25rem  !important;
    padding-right: 1.25rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-6 {
    margin-left: -1.5rem  !important;
    margin-right: -1.5rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-6 > * {
    padding-left: 1.5rem  !important;
    padding-right: 1.5rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-sm {
    margin-left: -1px  !important;
    margin-right: -1px  !important;
  }
  .grid-row.desktop-lg\:grid-gap-sm > * {
    padding-left: 1px  !important;
    padding-right: 1px  !important;
  }
  .grid-row.desktop-lg\:grid-gap-md {
    margin-left: -0.5rem  !important;
    margin-right: -0.5rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-md > * {
    padding-left: 0.5rem  !important;
    padding-right: 0.5rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-lg {
    margin-left: -0.75rem  !important;
    margin-right: -0.75rem  !important;
  }
  .grid-row.desktop-lg\:grid-gap-lg > * {
    padding-left: 0.75rem  !important;
    padding-right: 0.75rem  !important;
  }
}

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

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

.grid-col-auto {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: auto  !important;
  max-width: 100%  !important;
}

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

.grid-col-1 {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: 8.3333333333%  !important;
}

.grid-col-2 {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: 16.6666666667%  !important;
}

.grid-col-3 {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: 25%  !important;
}

.grid-col-4 {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: 33.3333333333%  !important;
}

.grid-col-5 {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: 41.6666666667%  !important;
}

.grid-col-6 {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: 50%  !important;
}

.grid-col-7 {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: 58.3333333333%  !important;
}

.grid-col-8 {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: 66.6666666667%  !important;
}

.grid-col-9 {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: 75%  !important;
}

.grid-col-10 {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: 83.3333333333%  !important;
}

.grid-col-11 {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: 91.6666666667%  !important;
}

.grid-col-12 {
  -webkit-box-flex: 0  !important;
  -ms-flex: 0 0 auto  !important;
  flex: 0 0 auto  !important;
  width: 100%  !important;
}

@media all and (min-width: 30em) {
  .mobile-lg\:grid-col {
    -webkit-box-flex: 1  !important;
    -ms-flex: 1 0 0px  !important;
    flex: 1 0 0  !important;
    width: auto  !important;
    max-width: 100%  !important;
    min-width: 1px;
  }

  .mobile-lg\:grid-col-fill {
    -webkit-box-flex: 1  !important;
    -ms-flex: 1 0 0px  !important;
    flex: 1 0 0  !important;
    width: auto  !important;
    max-width: 100%  !important;
    min-width: 1px;
  }

  .mobile-lg\:grid-col-auto {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: auto  !important;
    max-width: 100%  !important;
  }

  .mobile-lg\:grid-col-1 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 8.3333333333%  !important;
  }

  .mobile-lg\:grid-col-2 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 16.6666666667%  !important;
  }

  .mobile-lg\:grid-col-3 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 25%  !important;
  }

  .mobile-lg\:grid-col-4 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 33.3333333333%  !important;
  }

  .mobile-lg\:grid-col-5 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 41.6666666667%  !important;
  }

  .mobile-lg\:grid-col-6 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 50%  !important;
  }

  .mobile-lg\:grid-col-7 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 58.3333333333%  !important;
  }

  .mobile-lg\:grid-col-8 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 66.6666666667%  !important;
  }

  .mobile-lg\:grid-col-9 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 75%  !important;
  }

  .mobile-lg\:grid-col-10 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 83.3333333333%  !important;
  }

  .mobile-lg\:grid-col-11 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 91.6666666667%  !important;
  }

  .mobile-lg\:grid-col-12 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 100%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-col {
    -webkit-box-flex: 1  !important;
    -ms-flex: 1 0 0px  !important;
    flex: 1 0 0  !important;
    width: auto  !important;
    max-width: 100%  !important;
    min-width: 1px;
  }

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

  .tablet\:grid-col-auto {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: auto  !important;
    max-width: 100%  !important;
  }

  .tablet\:grid-col-1 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 8.3333333333%  !important;
  }

  .tablet\:grid-col-2 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 16.6666666667%  !important;
  }

  .tablet\:grid-col-3 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 25%  !important;
  }

  .tablet\:grid-col-4 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 33.3333333333%  !important;
  }

  .tablet\:grid-col-5 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 41.6666666667%  !important;
  }

  .tablet\:grid-col-6 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 50%  !important;
  }

  .tablet\:grid-col-7 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 58.3333333333%  !important;
  }

  .tablet\:grid-col-8 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 66.6666666667%  !important;
  }

  .tablet\:grid-col-9 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 75%  !important;
  }

  .tablet\:grid-col-10 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 83.3333333333%  !important;
  }

  .tablet\:grid-col-11 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 91.6666666667%  !important;
  }

  .tablet\:grid-col-12 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 100%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-col {
    -webkit-box-flex: 1  !important;
    -ms-flex: 1 0 0px  !important;
    flex: 1 0 0  !important;
    width: auto  !important;
    max-width: 100%  !important;
    min-width: 1px;
  }

  .tablet-lg\:grid-col-fill {
    -webkit-box-flex: 1  !important;
    -ms-flex: 1 0 0px  !important;
    flex: 1 0 0  !important;
    width: auto  !important;
    max-width: 100%  !important;
    min-width: 1px;
  }

  .tablet-lg\:grid-col-auto {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: auto  !important;
    max-width: 100%  !important;
  }

  .tablet-lg\:grid-col-1 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 8.3333333333%  !important;
  }

  .tablet-lg\:grid-col-2 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 16.6666666667%  !important;
  }

  .tablet-lg\:grid-col-3 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 25%  !important;
  }

  .tablet-lg\:grid-col-4 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 33.3333333333%  !important;
  }

  .tablet-lg\:grid-col-5 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 41.6666666667%  !important;
  }

  .tablet-lg\:grid-col-6 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 50%  !important;
  }

  .tablet-lg\:grid-col-7 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 58.3333333333%  !important;
  }

  .tablet-lg\:grid-col-8 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 66.6666666667%  !important;
  }

  .tablet-lg\:grid-col-9 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 75%  !important;
  }

  .tablet-lg\:grid-col-10 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 83.3333333333%  !important;
  }

  .tablet-lg\:grid-col-11 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 91.6666666667%  !important;
  }

  .tablet-lg\:grid-col-12 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 100%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-col {
    -webkit-box-flex: 1  !important;
    -ms-flex: 1 0 0px  !important;
    flex: 1 0 0  !important;
    width: auto  !important;
    max-width: 100%  !important;
    min-width: 1px;
  }

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

  .desktop\:grid-col-auto {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: auto  !important;
    max-width: 100%  !important;
  }

  .desktop\:grid-col-1 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 8.3333333333%  !important;
  }

  .desktop\:grid-col-2 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 16.6666666667%  !important;
  }

  .desktop\:grid-col-3 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 25%  !important;
  }

  .desktop\:grid-col-4 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 33.3333333333%  !important;
  }

  .desktop\:grid-col-5 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 41.6666666667%  !important;
  }

  .desktop\:grid-col-6 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 50%  !important;
  }

  .desktop\:grid-col-7 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 58.3333333333%  !important;
  }

  .desktop\:grid-col-8 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 66.6666666667%  !important;
  }

  .desktop\:grid-col-9 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 75%  !important;
  }

  .desktop\:grid-col-10 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 83.3333333333%  !important;
  }

  .desktop\:grid-col-11 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 91.6666666667%  !important;
  }

  .desktop\:grid-col-12 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 100%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-col {
    -webkit-box-flex: 1  !important;
    -ms-flex: 1 0 0px  !important;
    flex: 1 0 0  !important;
    width: auto  !important;
    max-width: 100%  !important;
    min-width: 1px;
  }

  .desktop-lg\:grid-col-fill {
    -webkit-box-flex: 1  !important;
    -ms-flex: 1 0 0px  !important;
    flex: 1 0 0  !important;
    width: auto  !important;
    max-width: 100%  !important;
    min-width: 1px;
  }

  .desktop-lg\:grid-col-auto {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: auto  !important;
    max-width: 100%  !important;
  }

  .desktop-lg\:grid-col-1 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 8.3333333333%  !important;
  }

  .desktop-lg\:grid-col-2 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 16.6666666667%  !important;
  }

  .desktop-lg\:grid-col-3 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 25%  !important;
  }

  .desktop-lg\:grid-col-4 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 33.3333333333%  !important;
  }

  .desktop-lg\:grid-col-5 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 41.6666666667%  !important;
  }

  .desktop-lg\:grid-col-6 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 50%  !important;
  }

  .desktop-lg\:grid-col-7 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 58.3333333333%  !important;
  }

  .desktop-lg\:grid-col-8 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 66.6666666667%  !important;
  }

  .desktop-lg\:grid-col-9 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 75%  !important;
  }

  .desktop-lg\:grid-col-10 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 83.3333333333%  !important;
  }

  .desktop-lg\:grid-col-11 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 91.6666666667%  !important;
  }

  .desktop-lg\:grid-col-12 {
    -webkit-box-flex: 0  !important;
    -ms-flex: 0 0 auto  !important;
    flex: 0 0 auto  !important;
    width: 100%  !important;
  }
}
.grid-offset-1 {
  margin-left: 8.3333333333%  !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-1 {
    margin-left: 8.3333333333%  !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-2 {
    margin-left: 16.6666666667%  !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-3 {
    margin-left: 25%  !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-4 {
    margin-left: 33.3333333333%  !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-5 {
    margin-left: 41.6666666667%  !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-6 {
    margin-left: 50%  !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-7 {
    margin-left: 58.3333333333%  !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-8 {
    margin-left: 66.6666666667%  !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-9 {
    margin-left: 75%  !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-10 {
    margin-left: 83.3333333333%  !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-11 {
    margin-left: 91.6666666667%  !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-12 {
    margin-left: 100%  !important;
  }
}
@media all and (min-width: 30em) {
  .mobile-lg\:grid-offset-none {
    margin-left: 0  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-1 {
    margin-left: 8.3333333333%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-2 {
    margin-left: 16.6666666667%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-3 {
    margin-left: 25%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-4 {
    margin-left: 33.3333333333%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-5 {
    margin-left: 41.6666666667%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-6 {
    margin-left: 50%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-7 {
    margin-left: 58.3333333333%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-8 {
    margin-left: 66.6666666667%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-9 {
    margin-left: 75%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-10 {
    margin-left: 83.3333333333%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-11 {
    margin-left: 91.6666666667%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-12 {
    margin-left: 100%  !important;
  }
}
@media all and (min-width: 40em) {
  .tablet\:grid-offset-none {
    margin-left: 0  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-1 {
    margin-left: 8.3333333333%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-2 {
    margin-left: 16.6666666667%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-3 {
    margin-left: 25%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-4 {
    margin-left: 33.3333333333%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-5 {
    margin-left: 41.6666666667%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-6 {
    margin-left: 50%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-7 {
    margin-left: 58.3333333333%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-8 {
    margin-left: 66.6666666667%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-9 {
    margin-left: 75%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-10 {
    margin-left: 83.3333333333%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-11 {
    margin-left: 91.6666666667%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-12 {
    margin-left: 100%  !important;
  }
}
@media all and (min-width: 55em) {
  .tablet-lg\:grid-offset-none {
    margin-left: 0  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-1 {
    margin-left: 8.3333333333%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-2 {
    margin-left: 16.6666666667%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-3 {
    margin-left: 25%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-4 {
    margin-left: 33.3333333333%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-5 {
    margin-left: 41.6666666667%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-6 {
    margin-left: 50%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-7 {
    margin-left: 58.3333333333%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-8 {
    margin-left: 66.6666666667%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-9 {
    margin-left: 75%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-10 {
    margin-left: 83.3333333333%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-11 {
    margin-left: 91.6666666667%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-12 {
    margin-left: 100%  !important;
  }
}
@media all and (min-width: 64em) {
  .desktop\:grid-offset-none {
    margin-left: 0  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-1 {
    margin-left: 8.3333333333%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-2 {
    margin-left: 16.6666666667%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-3 {
    margin-left: 25%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-4 {
    margin-left: 33.3333333333%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-5 {
    margin-left: 41.6666666667%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-6 {
    margin-left: 50%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-7 {
    margin-left: 58.3333333333%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-8 {
    margin-left: 66.6666666667%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-9 {
    margin-left: 75%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-10 {
    margin-left: 83.3333333333%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-11 {
    margin-left: 91.6666666667%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-12 {
    margin-left: 100%  !important;
  }
}
@media all and (min-width: 75em) {
  .desktop-lg\:grid-offset-none {
    margin-left: 0  !important;
  }
}
/* stylelint-enable */
.usa-tag {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 0.93rem;
  color: white;
  text-transform: uppercase;
  background-color: #5c5c5c;
  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, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
}

.usa-paragraph {
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 64ex;
}
* + .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: 64ex;
}

.usa-display {
  margin-bottom: 0;
  margin-top: 0;
  clear: both;
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.22rem;
  line-height: 1.2;
  font-weight: bold;
  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: bold;
  }
  * + .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: bold;
  }
  * + .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.22rem;
  line-height: 1.8;
  font-weight: 400;
  max-width: 72ex;
}

.usa-dark-background {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #28303b;
}
.usa-dark-background p,
.usa-dark-background span {
  color: white;
}
.usa-dark-background a {
  color: #e6e6e6;
}
.usa-dark-background a:hover {
  color: white;
}

.usa-prose > p {
  line-height: 1.6;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 64ex;
}
.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: #0048ad;
  text-decoration: underline;
}
.usa-link:hover {
  color: #1a4480;
}
.usa-link:active {
  color: #162e51;
}
.usa-link:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-link:visited {
  color: #54278f;
}

.usa-link--external::after {
  background-image: url("../img/external-link.svg");
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline;
  margin-left: 0.25rem;
  padding-left: 0.65em;
}
.usa-link--external:hover::after {
  background-image: url("../img/external-link-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/external-link-hover.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.usa-link--external.usa-link--alt::after {
  background-image: url("../img/external-link-alt.svg");
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline;
  margin-left: 0.25rem;
  padding-left: 0.65em;
}
.usa-link--external.usa-link--alt:hover::after {
  background-image: url("../img/external-link-alt-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/external-link-alt-hover.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, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
}
.usa-prose > a {
  color: #0048ad;
  text-decoration: underline;
}
.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 > a:visited {
  color: #54278f;
}
.usa-prose > h1 {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 2.44rem;
  line-height: 1.2;
  font-weight: bold;
}
.usa-prose > h2 {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.71rem;
  line-height: 1.2;
  font-weight: bold;
}
.usa-prose > h3 {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.22rem;
  line-height: 1.2;
  font-weight: bold;
}
.usa-prose > h4 {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 1.04rem;
  line-height: 1.2;
  font-weight: bold;
}
.usa-prose > h5 {
  font-family: Merriweather Web, Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 0.91rem;
  line-height: 1.2;
  font-weight: bold;
}
.usa-prose > h6 {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 0.87rem;
  line-height: 1.1;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}
.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, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
}
.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 #f3f3f4;
  border-left: 0.25rem solid #f3f3f4;
  border-right: 0.25rem solid #f3f3f4;
  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, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  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: #0048ad;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  background-image: url("../img/minus.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/minus.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #f3f3f4;
  background-position: right 1.25rem center;
  background-size: 1rem;
  color: #1b1b1b;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 1rem 3.5rem 1rem 1.25rem;
  text-decoration: none;
  width: 100%;
}
.usa-accordion__button:hover {
  color: #1a4480;
}
.usa-accordion__button:active {
  color: #162e51;
}
.usa-accordion__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-accordion__button:visited {
  color: #54278f;
}
.usa-accordion__button:hover, .usa-accordion__button:active {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.usa-accordion__button:hover {
  background-color: #e6e6e6;
  color: #1b1b1b;
  text-decoration: none;
}

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

.usa-alert {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
  background-color: #f3f3f4;
  background-position: 1.75rem 1.25rem;
  background-repeat: no-repeat;
  background-size: 2rem;
  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: #adadad;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5rem;
}
.usa-alert ul {
  margin-bottom: 0;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
}
.usa-alert .usa-checklist {
  padding-left: 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, Silka, Helvetica, Arial, sans;
  font-size: 1.33rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.usa-alert__text {
  margin-bottom: 0;
  margin-top: 0;
}
.usa-alert__text a {
  color: #0048ad;
  text-decoration: underline;
}
.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 a:visited {
  color: #54278f;
}

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

.usa-alert--success {
  background-image: url("../img/alerts/success.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/alerts/success.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #ecf3ec;
}
.usa-alert--success::before {
  background-color: #00a91c;
}
.usa-alert--success .usa-alert__body {
  padding-left: 3.25rem;
}

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

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

.usa-alert--info {
  background-image: url("../img/alerts/info.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/alerts/info.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #e7f6f8;
}
.usa-alert--info::before {
  background-color: #00bde3;
}
.usa-alert--info .usa-alert__body {
  padding-left: 3.25rem;
}

.usa-alert--slim {
  background-position: 1.75rem center;
  background-size: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.usa-alert--slim .usa-alert__body {
  padding-left: 2.5rem;
}
.usa-alert--slim .usa-alert__text:only-child {
  margin-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.usa-alert--no-icon {
  background-image: none;
}
.usa-alert--no-icon .usa-alert__body {
  padding-left: 0;
}

.usa-alert--validation {
  background-size: 1.5rem;
}
.usa-alert--validation .usa-alert__body {
  padding-left: 2.5rem;
}
.usa-alert--validation .usa-checklist {
  margin-top: 1rem;
}

.usa-banner {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
  background-color: #f3f3f4;
}
@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, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
}

.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: 75em) {
  .usa-banner__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .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 {
  padding-top: 1rem;
}
@media all and (min-width: 40em) {
  .usa-banner__guidance {
    padding-top: 0;
  }
}

.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: -webkit-box  !important;
  display: -ms-flexbox  !important;
  display: flex  !important;
  -ms-flex-wrap: wrap  !important;
  flex-wrap: wrap  !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 0;
}
@media all and (min-width: 75em) {
  .usa-banner__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 75em) {
  .usa-banner__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    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-close-text {
  margin-bottom: 0;
  margin-top: 0;
  color: #5c5c5c;
  display: none;
  font-size: 0.8rem;
  line-height: 1.1;
  padding-top: 0.25rem;
}
.usa-banner__header--expanded .usa-banner__header-close-text {
  display: block;
}
@media all and (min-width: 40em) {
  .usa-banner__header--expanded .usa-banner__header-close-text {
    display: none;
  }
}

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

.usa-banner__header-action {
  color: #0048ad;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 2px;
  text-decoration: underline;
}
.usa-banner__header-action::after {
  background-image: url("../img/angle-arrow-down-primary.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.5rem;
  content: "";
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
  margin-left: 0.25rem;
  /* stylelint-enable */
}
.usa-banner__header-action:hover::after {
  background-image: url("../img/angle-arrow-down-primary-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/angle-arrow-down-primary-hover.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}
.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;
    color: #1b1b1b;
    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: #0048ad;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  left: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  color: #0048ad;
  text-decoration: underline;
  vertical-align: baseline;
  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:hover {
  color: #1a4480;
}
.usa-banner__button:active {
  color: #162e51;
}
.usa-banner__button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-banner__button:visited {
  color: #54278f;
}
.usa-banner__button:hover, .usa-banner__button:active {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
@media all and (max-width: 39.99em) {
  .usa-banner__button {
    width: 100%;
  }
}
@media all and (min-width: 40em) {
  .usa-banner__button {
    position: static;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    display: inline;
    margin-left: 0.5rem;
    position: relative;
  }
  .usa-banner__button::after {
    background-image: url("../img/angle-arrow-down-primary.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../img/angle-arrow-down-primary.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.5rem;
    content: "";
    display: inline-block;
    height: 0.5rem;
    width: 0.5rem;
    /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
    margin-left: 2px;
    /* stylelint-enable */
  }
  .usa-banner__button:hover::after {
    background-image: url("../img/angle-arrow-down-primary-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../img/angle-arrow-down-primary-hover.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
  }
  .usa-banner__button:hover {
    color: #162e51;
    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-image: url("../img/close-blue-60v-alt.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../img/close-blue-60v-alt.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1rem;
    content: "";
    display: inline-block;
    height: 3rem;
    width: 3rem;
    /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
    margin-left: 0;
    /* stylelint-enable */
  }
  .usa-banner__button[aria-expanded=true]::after {
    position: absolute;
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    background-color: #e6e6e6;
    height: auto;
  }
}
@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-image: url("../img/angle-arrow-up-primary.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../img/angle-arrow-up-primary.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0.5rem;
    content: "";
    display: inline-block;
    height: 0.5rem;
    width: 0.5rem;
    /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
    margin-left: 2px;
    /* stylelint-enable */
  }
  .usa-banner__button[aria-expanded=true]:hover::after {
    background-image: url("../img/angle-arrow-up-primary-hover.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../img/angle-arrow-up-primary-hover.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
  }
}

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

.usa-banner__icon {
  width: 2.5rem;
}

.usa-button-group {
  margin-bottom: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
@media all and (min-width: 30em) {
  .usa-button-group--segmented {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    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: #5c5c5c;
}
.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: #545e6a;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media all and (min-width: 40em) {
  .usa-card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
  background-color: white;
  border-width: 2px;
  border-color: #e6e6e6;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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.22rem;
  line-height: 1.2;
  margin: 0;
}

.usa-card__media {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  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: #f3f3f4;
  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 {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  -ms-flex-preferred-size: auto;
  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 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  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: -webkit-box;
    display: -ms-flexbox;
    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:not(.usa-card--flag).usa-card__media--set-aspect {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  padding: 0 0 56.25%;
  position: relative;
}
.usa-card:not(.usa-card--flag).usa-card__media--set-aspect .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, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
}

.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("../img/correct9.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/correct9.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem;
}

.usa-footer {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
  overflow: hidden;
}

.usa-footer__return-to-top {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  line-height: 0.9;
}
.usa-footer__return-to-top a {
  color: #0048ad;
  text-decoration: underline;
}
.usa-footer__return-to-top a:hover {
  color: #1a4480;
}
.usa-footer__return-to-top a:active {
  color: #162e51;
}
.usa-footer__return-to-top a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-footer__return-to-top a:visited {
  color: #54278f;
}

.usa-footer__nav {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #adadad;
  max-width: 64rem;
}
@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: 75em) {
  .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: #f3f3f4;
}

.usa-footer__primary-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
}
@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: bold;
  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: #0048ad;
  text-decoration: underline;
}
.usa-footer__secondary-link a:hover {
  color: #1a4480;
}
.usa-footer__secondary-link a:active {
  color: #162e51;
}
.usa-footer__secondary-link a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-footer__secondary-link a:visited {
  color: #54278f;
}
.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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
}

.usa-footer__primary-content {
  border-top: 1px solid #adadad;
}
@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.22rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}

.usa-footer__secondary-section {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  background-color: #e6e6e6;
}
.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

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

.usa-footer__logo-heading {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1.33rem;
  line-height: 0.9;
  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, Silka, Helvetica, Arial, sans;
  font-size: 1.33rem;
  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 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.usa-social-link {
  height: 3rem;
  width: 3rem;
  background-position: center center;
  background-size: auto 1.5rem;
  background-color: rgba(0, 0, 0, 0.1);
  display: inline-block;
}
.usa-social-link span {
  position: absolute;
  left: -999em;
}

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

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

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

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

@media all and (min-width: 30em) {
  .usa-footer__address {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 #adadad;
    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: 1.04rem;
  line-height: 1.2;
  font-weight: bold;
  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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.usa-footer--big .usa-footer__primary-content--collapsible .usa-footer__primary-link::before {
  background-image: url("../img/arrow-down.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/arrow-down.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: contain;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5rem;
  width: 0.75rem;
}
@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("../img/arrow-right.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/arrow-right.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, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  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--small {
  max-width: 4rem;
}
.usa-form .usa-input--medium {
  max-width: 7.5rem;
}
.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: #0048ad;
  text-decoration: underline;
}
.usa-form a:hover {
  color: #1a4480;
}
.usa-form a:active {
  color: #162e51;
}
.usa-form a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-form a:visited {
  color: #54278f;
}

@media all and (min-width: 30em) {
  .usa-form--large {
    max-width: 30rem;
  }
}

.usa-form__note {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 0.93rem;
  line-height: 1.3;
  float: right;
  margin: 0.25rem 0 1rem;
}

.usa-graphic-list {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
}
.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.22rem;
  line-height: 1.2;
  font-weight: bold;
}
* + .usa-graphic-list__heading {
  margin-top: 1.5em;
}
.usa-graphic-list__heading + * {
  margin-top: 1em;
}

.usa-header {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
  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 #e6e6e6;
  }
}

@media all and (max-width: 63.99em) {
  .usa-logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 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.33rem;
    line-height: 1.1;
  }
}
.usa-logo a {
  color: #1b1b1b;
  text-decoration: none;
}

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

.usa-menu-btn {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #0048ad;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-color: #0048ad;
  color: white;
  font-size: 0.87rem;
  height: 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.usa-menu-btn:hover {
  color: #1a4480;
}
.usa-menu-btn:active {
  color: #162e51;
}
.usa-menu-btn:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-menu-btn:visited {
  color: #54278f;
}
.usa-menu-btn:hover, .usa-menu-btn:active {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  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;
  -webkit-transition: opacity 0.2s ease-in-out;
  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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0.25rem 0.5rem;
    width: 100%;
  }
  .usa-header--basic .usa-nav-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .usa-header--basic .usa-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: #0048ad;
    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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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: #0048ad;
    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: 75em) {
  .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 #e6e6e6;
    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: 75em) {
  .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;
  }
}

.usa-hero {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
  padding-bottom: 2rem;
  padding-top: 2rem;
  background-image: url("../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: bold;
  color: #4132f7;
  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-layout-docs__sidenav {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  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 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

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

.usa-media-block__body {
  overflow: hidden;
}

.usa-megamenu .usa-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
@media all and (min-width: 64em) {
  .usa-megamenu .usa-col {
    -webkit-box-flex: 4;
    -ms-flex: 4 0 0px;
    flex: 4 0 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: 75em) {
  .usa-nav-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.usa-navbar {
  height: 3rem;
}
@media all and (max-width: 63.99em) {
  .usa-navbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media all and (min-width: 64em) {
  .usa-navbar {
    border-bottom: none;
    display: inline-block;
    height: auto;
  }
}

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

@keyframes slidein-left {
  from {
    -webkit-transform: translateX(15rem);
    transform: translateX(15rem);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.usa-nav {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    padding: 1rem;
    width: 15rem;
    z-index: 500;
  }
  .usa-nav.is-visible {
    -webkit-animation: slidein-left 0.3s ease-in-out;
    animation: slidein-left 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    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, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  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;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .usa-nav__primary > li {
    margin-bottom: 0;
    max-width: unset;
  }
  .usa-nav__primary-item {
    border-top: 1px solid #e6e6e6;
  }
  .usa-nav__primary a {
    color: #5c5c5c;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
  }
  .usa-nav__primary a:hover {
    background-color: #f3f3f4;
    color: #0048ad;
    text-decoration: none;
  }
  .usa-nav__primary a:focus {
    outline-offset: 0;
  }
  .usa-nav__primary .usa-current {
    position: relative;
    color: #0048ad;
    font-weight: bold;
  }
  .usa-nav__primary .usa-current::after {
    background-color: #0048ad;
    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: #0048ad;
    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: -webkit-box;
    display: -ms-flexbox;
    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: #5c5c5c;
    display: block;
    font-weight: bold;
  }
  .usa-nav__primary > .usa-nav__primary-item > a:hover {
    color: #0048ad;
  }
}
@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: #0048ad;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #5c5c5c;
  font-weight: normal;
  line-height: 1.1;
  padding: 0.75rem 1rem;
  text-decoration: none;
}
.usa-nav__primary button:hover {
  color: #1a4480;
}
.usa-nav__primary button:active {
  color: #162e51;
}
.usa-nav__primary button:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-nav__primary button:visited {
  color: #54278f;
}
.usa-nav__primary button:hover, .usa-nav__primary button:active {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  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: bold;
  }
}
.usa-nav__primary button:hover {
  color: #0048ad;
  background-color: #f3f3f4;
  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("../img/plus-alt.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/plus-alt.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 0.75rem;
}
@media all and (min-width: 64em) {
  .usa-nav__primary button[aria-expanded=false] {
    background-image: url("../img/angle-arrow-down.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../img/angle-arrow-down.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: right 1rem top 53%;
  }
}
@media all and (min-width: 64em) {
  .usa-nav__primary button[aria-expanded=false]:hover {
    background-image: url("../img/angle-arrow-down-primary.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../img/angle-arrow-down-primary.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("../img/minus-alt.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/minus-alt.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 0.75rem;
}
@media all and (min-width: 64em) {
  .usa-nav__primary button[aria-expanded=true] {
    background-image: url("../img/angle-arrow-up-white.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../img/angle-arrow-up-white.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background-size: 0.5rem;
    background-color: #162e51;
    background-position: right 1rem 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 {
    bottom: 4rem;
    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: #e6e6e6;
    content: "|";
    padding-right: 0.25rem;
  }
}
.usa-nav__secondary-links a {
  color: #545e6a;
  display: inline-block;
  font-size: 0.93rem;
  text-decoration: none;
}
.usa-nav__secondary-links a:hover {
  color: #0048ad;
  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 #e6e6e6;
    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 {
    padding-left: 2rem;
  }
}
@media all and (max-width: 63.99em) {
  .usa-nav__submenu .usa-nav__submenu a {
    padding-left: 3rem;
  }
}
@media all and (max-width: 63.99em) {
  .usa-nav__submenu .usa-nav__submenu .usa-nav__submenu a {
    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: #0048ad;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  height: 3rem;
  width: 3rem;
  color: currentColor;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  float: right;
  margin: -0.75rem -1rem 1rem auto;
  text-align: center;
}
.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:visited {
  color: #54278f;
}
.usa-nav__close:hover, .usa-nav__close:active {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}
.usa-nav__close:hover {
  color: currentColor;
  text-decoration: none;
}
@media all and (min-width: 64em) {
  .usa-nav__close {
    display: none;
  }
}
.usa-nav__close img {
  width: 0.75rem;
}
.usa-nav__close + * {
  clear: both;
}

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

.usa-search {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
  position: relative;
}
.usa-search::after {
  clear: both;
  content: "";
  display: block;
}
.usa-search[role=search], .usa-search[role=search] > div,
.usa-search [role=search] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.usa-search [type=submit] {
  background-image: url("../img/search.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url("../img/search.svg"), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1rem;
  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.33rem;
    height: 3rem;
    width: auto;
  }
}

@media all and (min-width: 30em) {
  .usa-search--small [type=submit],
.usa-search--small .usa-search__submit {
    background-image: url("../img/search.svg"), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url("../img/search.svg"), linear-gradient(transparent, transparent);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem;
    width: 3rem;
  }
}

input[type=search] {
  /* stylelint-disable-line selector-no-qualifying-type */
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-size: 1rem;
  height: 2rem;
  margin: 0;
}

.usa-search__submit-text {
  position: absolute;
  left: -999em;
}
@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: #f3f3f4;
}

.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: #4132f7;
}
.usa-section--dark p {
  color: white;
}
.usa-section--dark a {
  color: #e6e6e6;
}
.usa-section--dark a:hover {
  color: white;
}

.usa-sidenav {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1.06rem;
  line-height: 1.3;
  border-bottom: 1px solid #e6e6e6;
}
.usa-sidenav > li {
  margin-bottom: 0;
  max-width: unset;
}
.usa-sidenav__item {
  border-top: 1px solid #e6e6e6;
}
.usa-sidenav a {
  color: #5c5c5c;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.usa-sidenav a:hover {
  background-color: #f3f3f4;
  color: #0048ad;
  text-decoration: none;
}
.usa-sidenav a:focus {
  outline-offset: 0;
}
.usa-sidenav .usa-current {
  position: relative;
  color: #0048ad;
  font-weight: bold;
}
.usa-sidenav .usa-current::after {
  background-color: #0048ad;
  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: #0048ad;
    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 #e6e6e6;
  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 {
  padding-left: 2rem;
}
.usa-sidenav__sublist .usa-sidenav__sublist a {
  padding-left: 3rem;
}
.usa-sidenav__sublist .usa-sidenav__sublist .usa-sidenav__sublist a {
  content: "foobar";
  padding-left: 4rem;
}

.usa-skipnav {
  font-family: Source Sans Pro Web, Silka, Helvetica, Arial, sans;
  font-size: 1rem;
  line-height: 1.6;
  color: #0048ad;
  text-decoration: underline;
  background: transparent;
  left: 0;
  padding: 0.5rem 1rem;
  position: absolute;
  top: -3.8rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 100;
}
.usa-skipnav:hover {
  color: #1a4480;
}
.usa-skipnav:active {
  color: #162e51;
}
.usa-skipnav:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-skipnav:visited {
  color: #54278f;
}
.usa-skipnav:focus {
  background: white;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*# sourceMappingURL=uswds-components.css.map */
