@charset "UTF-8";
@import "uswds.min.css";
@import "custom-life-experience-styles.css";
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.12.1
----------------------------------------
GENERAL SETTINGS
----------------------------------------
Read more about settings and
USWDS style tokens in the documentation:
https://designsystem.digital.gov/design-tokens
----------------------------------------
*/
/*
----------------------------------------
Image path
----------------------------------------
Relative image file path
----------------------------------------
*/
/*
----------------------------------------
Show compile warnings
----------------------------------------
Show Sass warnings when functions and
mixins use non-standard tokens.
AND
Show updates and notifications.
----------------------------------------
*/
/*
----------------------------------------
Namespace
----------------------------------------
*/
/*
----------------------------------------
Prefix separator
----------------------------------------
Set the character the separates
responsive and state prefixes from the
main class name.

The default (":") needs to be preceded
by two backslashes to be properly
escaped.
----------------------------------------
*/
/*
----------------------------------------
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.12.1
----------------------------------------
TYPOGRAPHY SETTINGS
----------------------------------------
Read more about settings and
USWDS typography tokens in the documentation:
https://designsystem.digital.gov/design-tokens/typesetting/overview/
----------------------------------------
*/
/*
----------------------------------------
Root font size
----------------------------------------
Setting $theme-respect-user-font-size to
true sets the root font size to 100% and
uses ems for media queries
----------------------------------------
$theme-root-font-size only applies when
$theme-respect-user-font-size is set to
false.

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

Accepts true or false
----------------------------------------
*/
/*
----------------------------------------
Global styles
----------------------------------------
Adds basic styling for the following
unclassed elements:

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

For example:

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

display-name:
The display name of your font

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

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

Output:
font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans;
----------------------------------------
*/
/*
----------------------------------------
Add any custom font source files
----------------------------------------
If you want USWDS to generate additional
@font-face declarations, add your font
data below, following the example that
follows.
----------------------------------------
USWDS automatically generates @font-face
decalarations for the following

'merriweather'
'public-sans'
'roboto-mono'
'source-sans-pro'

These typefaces not require custom
source files.
----------------------------------------
EXAMPLE

- dir:
  Directory relative to $theme-font-path
- This directory should include fonts saved as
  .ttf, .woff, and .woff2
  ExampleSerif-Normal.ttf
  ExampleSerif-Normal.woff
  ExampleSerif-Normal.woff2

$theme-font-serif-custom-src: (
  dir: 'custom/example-serif',
  roman: (
    100: false,
    200: false,
    300: 'ExampleSerif-Light',
    400: 'ExampleSerif-Normal',
    500: false,
    600: false,
    700: 'ExampleSerif-Bold',
    800: false,
    900: false,
  ),
  italic: (
    100: false,
    200: false,
    300: 'ExampleSerif-LightItalic',
    400: 'ExampleSerif-Italic',
    500: false,
    600: false,
    700: 'ExampleSerif-BoldItalic',
    800: false,
    900: false,
  ),
);
----------------------------------------
*/
/*
----------------------------------------
Role-based font settings
----------------------------------------
Set the role-based tokens for your
project from the following font-type
tokens.
----------------------------------------
'cond'
'icon'
'lang'
'mono'
'sans'
'serif'
----------------------------------------
*/
/*
----------------------------------------
Type scale
----------------------------------------
Define your project's type scale using
values from the USWDS system type scale

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

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

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

Ex: 0.5   --> '05'
    -1px  --> 'neg-1px'
----------------------------------------
*/
/*
----------------------------------------
columns()
----------------------------------------
outputs a grid-col number based on
the number of desired columns in the
12-column grid

Ex: columns(2) --> 6
    grid-col(columns(2))
----------------------------------------
*/
/*
----------------------------------------
get-uswds-value()
----------------------------------------
Finds and outputs a value from the
USWDS standard values.

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

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

Vivid variants return "vivid" as the
variant.

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

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

magic-number(50, 10)
return: 40

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

get-default("bg-color")
> $theme-body-background-color
----------------------------------------
*/
/*
----------------------------------------
get-color-token-from-bg()
----------------------------------------
Returns an accessible foreground color
token, given a background, preferred
color, fallback color, and WCAG target

returns: color-token

get-color-token-from-bg(
  "black",
  "red-60",
  "red-10",
  "AA")
> "red-10"
----------------------------------------
*/
/*
----------------------------------------
get-link-tokens-from-bg()
----------------------------------------
Get accessible link colors for a given
background color

returns: link-token, hover-token

get-link-tokens-from-bg(
  "black",
  "red-60",
  "red-10",
  "AA")
> "red-10", "red-5"

get-link-tokens-from-bg(
  "black",
  "red-60v",
  "red-10v",
  "AA-large")
> "red-60v", "red-50v"

get-link-tokens-from-bg(
  "black",
  "red-5v",
  "red-60v",
  "AA")
> "red-5v", "white"

get-link-tokens-from-bg(
  "black",
  "white",
  "red-60v",
  "AA")
> "white", "white"
----------------------------------------
*/
/*
----------------------------------------
color-token-type()
----------------------------------------
Returns the type of a color token.

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

Returns: color-family

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

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

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

Returns: color-grade

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

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

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

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

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

Returns: "vivid" | false

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

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

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

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

Returns: color-token | false

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

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

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

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

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

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

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

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

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

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

"AA"
"AA-Large"
"AAA"

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

Returns: true | false

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

is-accessible-magic-number(10, 60, "AA")
> true
----------------------------------------
*/
/*
========================================
core/units
----------------------------------------
The master palettes of
- colors
- whitespace
- typescale
----------------------------------------
This file is not meant to be modified
by USWDS project teams. Change your
project values in
project/uswds-project-settings
----------------------------------------
*/
/*
----------------------------------------
Spacing grid multiplier
----------------------------------------
*/
/*
----------------------------------------
Spacing grid
----------------------------------------
*/
/*
----------------------------------------
Breakpoints
----------------------------------------
*/
/*
----------------------------------------
Units
----------------------------------------
*/
/*
----------------------------------------
Layout grid widths
----------------------------------------
*/
/*
----------------------------------------
Font stacks
----------------------------------------
*/
/*
----------------------------------------
Typeface
----------------------------------------
*/
/*
----------------------------------------
Typescale
----------------------------------------
*/
/*
----------------------------------------
Measure
----------------------------------------
*/
/*
----------------------------------------
Line height
----------------------------------------
*/
/*
----------------------------------------
Base cap height
----------------------------------------
500px 'N' height measured in Sketch.
Used for normalizing font sizes.
Current normalized to Apple system
fonts.
----------------------------------------
*/
/*
----------------------------------------
Luminance ranges
----------------------------------------
*/
/*
----------------------------------------
Colors
----------------------------------------
*/
/*
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
* * * * * ==============================
========================================
========================================
========================================
----------------------------------------
USWDS 2.0 Variables
Use for computed variables or any
not meant to be set by system users
directly.
----------------------------------------
*/
/*
----------------------------------------
Touch target size
----------------------------------------
*/
/*
----------------------------------------
Namespace
----------------------------------------
*/
/*
----------------------------------------
Separator
----------------------------------------
*/
/*
----------------------------------------
Spacing
----------------------------------------
All spacing values that can be called
by units()
----------------------------------------
*/
/*
----------------------------------------
Project fonts
----------------------------------------
Collects font settings in a map for
looping.
----------------------------------------
*/
/*
----------------------------------------
Font stack
----------------------------------------
Compute the project font stack based on
the project fonts and the font
definition values set in
core/_font-definitions
----------------------------------------
*/
/*
----------------------------------------
Cap heights
----------------------------------------
Collect project cap heights
----------------------------------------
*/
/*
----------------------------------------
Theme color families and grades
----------------------------------------
*/
/*
----------------------------------------
Theme color map
----------------------------------------
*/
/*
----------------------------------------
Theme color shortcodes
----------------------------------------
*/
/*
----------------------------------------
System magic numbers for color contrast
----------------------------------------
*/
/*
----------------------------------------
Build the project type scale map
----------------------------------------
*/
/*
----------------------------------------
Border-radius
----------------------------------------
*/
/*
----------------------------------------
Column gaps
----------------------------------------
*/
/*
----------------------------------------
Grid
----------------------------------------
*/
/*
----------------------------------------
Aspect Ratios
----------------------------------------
*/
/*
----------------------------------------
Easing
----------------------------------------
*/
/*
----------------------------------------
Project defaults
----------------------------------------
*/
/*
----------------------------------------
USWDS Properties
----------------------------------------
*/
/*
----------------------------------------
family()
----------------------------------------
Get a font-family stack
----------------------------------------
*/
/*
----------------------------------------
size()
----------------------------------------
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
font()
----------------------------------------
Get a font-family stack
AND
Get a normalized font-size in rem from
a family and a type size in either
system scale or project scale
----------------------------------------
*/
/*
----------------------------------------
typeset()
----------------------------------------
Sets:
- family
- size
- line-height
----------------------------------------
*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
/*  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 */
.pgov-usa-banner {
  font-family: var(--font-sans-1);
  line-height: var(--line-height-1);
  font-weight: var(--font-bold);
  letter-spacing: var(--letterspacing-3);
  font-size: var(--rem-10px);
  padding-top: var(--rem-8px);
  padding-bottom: var(--rem-8px);
}

.pgov-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--gray-12);
  letter-spacing: var(--letterspacing-3);
}

.pgov-banner-text {
  font-family: var(--font-sans-1);
  line-height: var(--line-height-1);
  font-weight: var(--font-semibold);
  letter-spacing: var(--letterspacing-4);
  font-size: var(--rem-10px);
  color: var(--white);
  text-transform: uppercase;
  margin-top: var(--rem-8px);
  margin-bottom: var(--rem-8px);
}

.pgov-banner-icon {
  width: 16px;
  height: 11px;
  margin-right: var(--rem-8px);
}

:root {
  --size-content-1: 20ch;
  --size-content-2: 30ch;
  --size-content-3: 45ch;
  --size-content-4: 60ch;
  --size-header-1: 25ch;
  --size-header-2: 35ch;
  --size-header-3: 50ch;
  --rem-neg-5px: -0.313rem;
  --rem-neg-6px: -0.375rem;
  --rem-neg-2-decimal-64px: -0.625rem;
  --rem-1px: 0.0625em;
  --rem-2px: 0.125rem;
  --rem-3px: 0.1875rem;
  --rem-4px: 0.25rem;
  --rem-6px: 0.375rem;
  --rem-8px: 0.5rem;
  --rem-9px: 0.56rem;
  --rem-10px: 0.625rem;
  --rem-11px: 0.6875rem;
  --rem-12px: 0.75rem;
  --rem-13px: 0.8125rem;
  --rem-14px: 0.875rem;
  --rem-15px: 0.9375rem;
  --rem-16px: 1rem;
  --rem-18px: 1.125rem;
  --rem-20px: 1.25rem;
  --rem-22px: 1.375rem;
  --rem-24px: 1.5rem;
  --rem-28px: 1.75rem;
  --rem-32px: 2rem;
  --rem-36px: 2.25rem;
  --rem-40px: 2.5rem;
  --rem-44px: 2.75rem;
  --rem-45px: 2.8125rem;
  --rem-46px: 2.875rem;
  --rem-48px: 3rem;
  --rem-56px: 3.5rem;
  --rem-64px: 4rem;
  --rem-72px: 4.5rem;
  --rem-80px: 5rem;
  --rem-88px: 5.5rem;
  --rem-120px: 7.5rem;
  --rem-160px: 10rem;
  --rem-240px: 15rem;
  --rem-256px: 16rem;
  --rem-272px: 17rem;
  --rem-280px: 17.5rem;
  --rem-320px: 20rem;
  --rem-340px: 21.25rem;
  --rem-364px: 22.75rem;
  --rem-372px: 23.25rem;
  --rem-380px: 23.75rem;
  --rem-400px: 25rem;
  --rem-440px: 27.5rem;
  --rem-456px: 28.5rem;
  --rem-480px: 30rem;
  --rem-500px: 31.25rem;
  --rem-708px: 44.25rem;
  /* Small screens */
  --screen-xs: 0px; /* Extra small screen / phone */
  --screen-sm: 480px; /* Small screen / phone */
  /* Medium screens */
  --screen-md: 640px; /* Medium screen / tablet */
  --screen-lg: 1024px; /* Large screen / desktop */
  /* Large screens */
  --screen-xl: 1200px; /* Extra large screen / wide desktop */
  --screen-2xl: 1400px; /* 2x large screen / wide desktop */
  --em-neg-1-decimal-2px: -0.075em;
  --em-neg-1-decimal-0-24px: -0.064em;
  --em-neg-1-decimal-8px: -0.1125em;
  --em-neg-0-decimal-4px: -0.025em;
  --em-neg-0-decimal-6px: -0.038em;
  --em-neg-0-decimal-8px: -0.05em;
  --em-neg-0-decimal-32px: -0.02em;
  --em-neg-0-decimal-12px: -0.0075em;
  --em-0-decimal-75px: 0.075em;
  --em-0-decimal-64px: 0.04em;
  --em-0-decimal-40px: 0.025em;
  --em-0-decimal-32px: 0.02em;
  --em-0-decimal-16px: 0.01em;
  --em-1-decimal-2px: 0.075em;
  --em-1-decimal-64px: 0.1025em;
  --em-1px: 0.0625em;
  --em-2px: 0.125em;
  --em-3px: 0.1875em;
  --em-4px: 0.25em;
  --em-6px: 0.375em;
  --em-8px: 0.5em;
  --em-10px: 0.625em;
  --em-12px: 0.75em;
  --em-14px: 0.875em;
  --em-16px: 1em;
  --em-18px: 1.125em;
  --em-20px: 1.25em;
  --em-22px: 1.375em;
  --em-24px: 1.5em;
  --em-28px: 1.75em;
  --em-32px: 2em;
  --em-36px: 2.25em;
  --em-40px: 2.5em;
  --em-48px: 3em;
  --em-56px: 3.5em;
  --em-64px: 4em;
  --em-72px: 4.5em;
  --em-80px: 5em;
  --em-88px: 5.5em;
  --em-120px: 7.5em;
  --em-160px: 10em;
  --em-240px: 15em;
  --em-320px: 20em;
  --em-480px: 30em;
  --size-1: var(--rem-4px);
  --size-2: var(--rem-8px);
  --size-3: var(--rem-16px);
  --size-4: var(--rem-20px);
  --size-5: var(--rem-24px);
  --size-6: var(--rem-28px);
  --size-7: var(--rem-32px);
  --size-8: var(--rem-48px);
  --size-9: var(--rem-64px);
  --size-10: var(--rem-80px);
  --size-11: var(--rem-120px);
  --size-12: var(--rem-160px);
  --size-13: var(--rem-240px);
  --size-14: var(--rem-320px);
  --size-15: var(--rem-480px);
  --font-sans-1: "Arial", Arial, Helvetica, sans-serif;
  --font-sans-2: "Galaxie Polaris", Arial, Helvetica, sans-serif;
  --font-slab-serif-1: "Tesla Slab", ui-serif, serif;
  --font-slab-serif-2: "GPThin Slab", ui-serif, serif;
  --font-serif: "Galaxie Copernicus", ui-serif, serif;
  --font-serif-bold: "Galaxie Copernicus", ui-serif, serif;
  --font-serif-extrabold: "Galaxie Copernicus", ui-serif, serif;
  --font-condensed: "Galaxie Polaris Condensed", Arial, Helvetica, sans-serif;
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 900;
  --font-size-0: var(--rem-11px);
  --font-size-1: var(--rem-12px);
  --font-size-2: var(--rem-13px);
  --font-size-3: var(--rem-14px);
  --font-size-4: var(--rem-16px);
  --font-size-5: var(--rem-20px);
  --font-size-6: var(--rem-22px);
  --font-size-7: var(--rem-32px);
  --line-height-neg-3: .5;
  --line-height-neg-2: 0.7;
  --line-height-neg-1: 0.95;
  --line-height-0: 1;
  --line-height-1: 1.25;
  --line-height-2: 1.35;
  --line-height-3: 1.5;
  --line-height-4: 1.72;
  --line-height-5: 2;
  --line-height-6: 3;
  --line-height-7: 4;
  --line-height-8: 4.25;
  --letterspacing-neg-4: var(--em-neg-1-decimal-2px);
  --letterspacing-neg-3: var(--em-neg-0-decimal-4px);
  --letterspacing-neg-2: var(--em-neg-0-decimal-32px);
  --letterspacing-neg-1: var(--em-neg-0-decimal-12px);
  --letterspacing-1: var(--em-0-decimal-16px);
  --letterspacing-2: var(--em-0-decimal-32px);
  --letterspacing-3: var(--em-0-decimal-64px);
  --letterspacing-4: var(--em-1-decimal-2px);
  --letterspacing-5: var(--em-1-decimal-64px);
  --black: #000000;
  --white: #ffffff;
  --lightest-accessible-gray: #767676;
  --gray-000: #fbfcfd;
  --gray-00: #f7f9fa;
  --gray-0: #f5f6f7;
  --gray-1: #edeff0;
  --gray-2: #dfe1e2;
  --gray-3: #c6cace;
  --gray-4: #a9aeb1;
  --gray-5: #8d9297;
  --gray-6: #71767a;
  --gray-7: #565c65;
  --gray-8: #3d4551;
  --gray-9: #2d2e2f;
  --gray-10: #1c1d1f;
  --gray-11: #111117;
  --gray-12: #010101;
  --indigo-1: #002578;
  --blue-0: #adcdff;
  --blue-1: #4083ff;
  --blue-2: #2d63ff;
  --blue-4: #0037fa;
  --red-1: #e52207;
}

html {
  --gray-text-0: var(--lightest-accessible-gray);
  --gray-text-1: var(--gray-7);
  --gray-text-2: var(--gray-8);
  --gray-text-3: var(--gray-10);
  --gray-text-4: var(--gray-12);
  --indigo-text-4: var(--indigo-1);
}

body.pma-page {
  font-family: var(--font-sans-1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.pma-page h1 {
  font-size: var(--font-size-7);
  font-family: var(--font-serif);
  font-weight: var(--font-normal);
  color: var(--gray-text-4);
  line-height: var(--lineheight-1);
  letter-spacing: var(--rem-neg-2-decimal-64px);
  max-inline-size: var(--size-header-3);
}
.pma-page h2 {
  font-size: var(--font-size-7);
  font-family: var(--font-slab-serif-1);
  font-weight: var(--font-bold);
  color: var(--indigo-text-4);
  line-height: var(--lineheight-2);
  letter-spacing: var(--letterspacing-1);
  max-inline-size: var(--size-header-2);
}
.pma-page h3 {
  font-size: var(--font-size-5);
  font-family: var(--font-serif);
  font-weight: var(--font-extrabold);
  color: var(--indigo-text-4);
  line-height: var(--line-height-2);
  letter-spacing: var(--letterspacing-neg-2);
  max-inline-size: var(--size-header-2);
}
.pma-page h4 {
  font-size: var(--font-size-5);
  font-family: var(--font-serif);
  font-weight: var(--font-extrabold);
  color: var(--gray-11);
  line-height: var(--line-height-1);
  letter-spacing: var(--letterspacing-neg-3);
  max-inline-size: var(--size-header-3);
}
.pma-page h5 {
  font-size: var(--font-size-3);
  font-family: var(--font-sans-1);
  font-weight: var(--font-bold);
  color: var(--gray-text-3);
  line-height: var(--line-height-1);
  letter-spacing: var(--letterspacing-1);
  max-inline-size: var(--size-header-3);
}
.pma-page h6 {
  font-size: var(--font-size-2);
  font-family: var(--font-slab-serif-1);
  font-weight: var(--font-semibold);
  color: var(--gray-text-4);
  line-height: var(--line-height-3);
  letter-spacing: var(--letterspacing-4);
  max-inline-size: var(--size-header-2);
  text-transform: uppercase;
  margin-top: none;
  margin-bottom: var(--rem-4px);
}
.pma-page .grid-row p {
  font-size: var(--font-size-3);
  font-family: var(--font-sans-1);
  font-weight: var(--font-normal);
  color: var(--gray-text-2);
  line-height: var(--line-height-4);
  max-inline-size: var(--size-content-4);
}
.pma-page ul {
  font-size: var(--font-size-3);
  font-family: var(--font-sans-1);
  font-weight: var(--font-normal);
  color: var(--gray-text-2);
  line-height: var(--line-height-4);
  max-inline-size: var(--size-content-4);
}
.pma-page .pgov-feed p {
  font-size: var(--rem-15px);
  font-family: var(--font-sans-1);
  font-weight: var(--font-normal);
  color: var(--gray-text-2);
  line-height: var(--line-height-4);
  max-inline-size: var(--size-content-4);
}
.pma-page .pgov-feed-2 p,
.pma-page ul {
  font-size: var(--font-size-3);
  font-family: var(--font-sans-1);
  font-weight: var(--font-normal);
  color: var(--gray-text-2);
  line-height: var(--line-height-4);
  max-inline-size: var(--size-content-4);
}
.pma-page .pgov-feed .border-right,
.pma-page .pgov-feed .border-left {
  border-color: var(--gray-1);
}
.pma-page small {
  font-size: var(--font-size-0);
  font-family: var(--font-sans-1);
  font-weight: var(--font-normal);
  color: var(--gray-text-2);
  line-height: var(--line-height-2);
  max-inline-size: var(--size-content-2);
}
.pma-page .linkage a {
  font-size: var(--font-size-1);
  font-family: var(--font-sans-1);
  font-weight: var(--font-bold);
  color: var(--gray-text-2);
  line-height: var(--line-height-1);
  border-bottom: 1px solid var(--blue-0);
  padding-bottom: var(--rem-2px);
  text-decoration: none;
}
.pma-page .pgov-sidenav {
  max-width: var(--rem-280px);
}
.pma-page .pgov-button-sm {
  font-size: var(--font-size-1);
  font-family: var(--font-sans-1);
  font-weight: var(--font-medium);
  color: var(--gray-text-4);
  line-height: var(--line-height-1);
  background-color: var(--gray-0);
  border-radius: var(--rem-500px);
  border: 1px solid var(--gray-0);
  padding-left: var(--em-12px);
  padding-right: var(--em-12px);
  padding-top: var(--em-8px);
  padding-bottom: var(--em-8px);
}
.pma-page .pgov-button-sm:hover {
  color: var(--gray-text-4);
  background-color: var(--gray-1);
  border: 1px solid var(--gray-1);
}
.pma-page .usa-button.pgov-button-md {
  font-size: var(--font-size-1);
  font-family: var(--font-sans-1);
  font-weight: var(--font-semibold);
  color: var(--gray-text-4);
  line-height: var(--line-height-1);
  background-color: var(--white);
  border-radius: var(--rem-500px);
  border: 1px solid var(--gray-5);
  padding-left: var(--em-16px);
  padding-right: var(--em-16px);
  padding-top: var(--em-12px);
  padding-bottom: var(--em-12px);
}
.pma-page .usa-button.pgov-button-md:hover {
  color: var(--gray-text-4);
  background-color: var(--white);
  border: 1px solid var(--gray-3);
}
.pma-page .usa-button.pgov-button--dark {
  background-color: var(--gray-11);
  border: 1px solid var(--gray-11);
  color: var(--white);
}
.pma-page .usa-button.pgov-button--dark:hover {
  background-color: var(--gray-10);
  border: 1px solid var(--gray-10);
  color: var(--white);
}
.pma-page .usa-button.pgov-button-lg {
  font-size: var(--font-size-1);
  font-family: var(--font-sans-1);
  font-weight: var(--font-bold);
  color: var(--white);
  line-height: var(--line-height-1);
  background-color: var(--blue-4);
  border-radius: var(--rem-4px);
  text-transform: uppercase;
  padding-left: var(--em-18px);
  padding-right: var(--em-18px);
  padding-top: var(--em-14px);
  padding-bottom: var(--em-14px);
  border-radius: var(--em-3px);
}
.pma-page .usa-button.pgov-button-lg:hover {
  background-color: var(--blue-2);
}
.pma-page .usa-button.pgov-button-lg--dark {
  font-size: var(--font-size-1);
  font-family: var(--font-sans-1);
  font-weight: var(--font-bold);
  color: var(--white);
  line-height: var(--line-height-1);
  background-color: var(--gray-11);
  border-radius: var(--em-3px);
  text-transform: uppercase;
  padding-left: var(--em-18px);
  padding-right: var(--em-18px);
  padding-top: var(--em-14px);
  padding-bottom: var(--em-14px);
}
.pma-page .usa-button.pgov-button-lg:hover {
  background-color: var(--blue-2);
}
.pma-page .usa-tab-content {
  display: none; /* Hide all tab content by default */
}
.pma-page .usa-tab-content[aria-hidden=false] {
  display: block; /* Show only the active tab content */
}
.pma-page .official .loading-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  font-family: var(--font-slab-serif-1);
  letter-spacing: var(--letterspacing-neg-1);
  color: #0808ff;
  text-decoration: none;
  font-size: 2rem;
  font-style: italic;
}
.pma-page span.pgov-icon-bolt-blue {
  background: url(https://assets.performance.gov/img/icons/pgov-bolt-blue.svg) no-repeat;
  float: left;
  width: var(--rem160px);
  height: var(--rem-16px);
  margin-right: var(--rem-4px);
}
.pma-page span.pgov-icon-us-flag {
  background: url(https://assets.performance.gov/img/icons/flag.us.small.svg) no-repeat;
  width: 16px;
  height: 11px;
  margin-right: var(--rem-4px);
}
.pma-page pgov-icon-us-flag span.pgov-icon-bolt-action {
  background: url(https://assets.performance.gov/img/icons/pgov-action.svg) no-repeat;
  float: right;
  width: var(--rem-12px);
  height: var(--rem-12px);
  margin-left: var(--rem-8px);
}
.pma-page span.pgov-icon-bolt-red {
  background: url(https://assets.performance.gov/img/icons/pgov-bolt-red.svg) no-repeat;
  float: left;
  width: var(--rem-16px);
  height: var(--rem-16px);
  margin-right: var(--rem-4px);
}
.pma-page span.pgov-icon-bolt-navy {
  background: url(https://assets.performance.gov/img/icons/pgov-bolt-navy.svg) no-repeat;
  float: left;
  width: var(--rem-16px);
  height: var(--rem-16px);
  margin-right: var(--rem-4px);
}
.pma-page span.pgov-icon-linkage {
  background: url(https://assets.performance.gov/img/icons/pgov-linkage.svg) no-repeat;
  float: right;
  width: var(--rem-16px);
  height: var(--rem-16px);
  margin-left: var(--rem-4px);
}
.pma-page span.pgov-icon-linkage-2 {
  background: url(https://assets.performance.gov/img/icons/pgov-linkage.svg) no-repeat;
  float: left;
  width: var(--rem-16px);
  height: var(--rem-16px);
  margin-right: var(--rem-4px);
}
.pma-page span.pgov-icon-chart-1 {
  background: url(https://assets.performance.gov/img/icons/pgov-bar-chart.svg) no-repeat;
  float: left;
  width: var(--rem-16px);
  height: var(--rem-16px);
  margin-right: var(--rem-4px);
}
.pma-page span.pgov-icon-pulse {
  background: url(https://assets.performance.gov/img/icons/pgov-red-dot.svg) no-repeat;
  float: left;
  width: var(--rem-16px);
  height: var(--rem-16px);
  margin-right: var(--rem-8px);
}
.pma-page span.pgov-icon-guidance {
  background: url(https://assets.performance.gov/img/icons/pgov-bolt-blue.svg) no-repeat;
  float: right;
  width: var(--rem-16px);
  height: var(--rem-16px);
  margin-right: var(--rem-4px);
}
.pma-page span.pgov-icon-p1-avatar-stack {
  background: url(https://assets.performance.gov/img/icons/pgov-pma-p1-leaders-stack.svg) no-repeat;
  float: left;
  width: var(--rem-40px);
  height: var(--rem-16px);
  margin-right: var(--rem-4px);
}
.pma-page span.pgov-icon-p3-avatar-stack {
  background: url(https://assets.performance.gov/img/icons/pgov-pma-p3-leaders-stack.svg) no-repeat;
  float: left;
  width: var(--rem-28px);
  height: var(--rem-16px);
  margin-right: var(--rem-4px);
}
.pma-page .pgov-circle-number {
  border-radius: 50%;
  width: var(--em-24px);
  height: var(--em-24px);
  background: var(--gray-11);
  text-align: center;
  padding-top: var(--em-2px);
}
.pma-page .pgov-circle-number a {
  font-size: var(--rem-12px);
  color: var(--white);
  font-family: var(--font-sans-1);
  line-height: var(--line-height-1);
  font-weight: var(--font-bold);
}
.pma-page .grid-container {
  max-width: 1400px;
}
.pma-page .bg-base-lighter {
  background-color: var(--gray-1);
}
.pma-page .bg-base-lightest {
  background-color: var(--gray-00);
}
.pma-page .border-base-lighter {
  border-color: var(--gray-3);
}
.pma-page .border-right,
.pma-page .border-left {
  border-color: var(--gray-1);
}
.pma-page .pgov-topper {
  padding-top: var(--rem-48px);
  padding-bottom: var(--rem-16px);
  border-bottom: 1px solid var(--gray-2);
}
.pma-page .pgov-section {
  padding-top: var(--rem-32px);
  padding-bottom: var(--rem-32px);
  margin-top: var(--rem-8px);
}
.pma-page .usa-breadcrumb {
  background-color: none;
}
.pma-page .breadcrumb .usa-button:visited {
  color: var(--gray-text-4);
}
.pma-page .margin-top-0 {
  margin-top: none;
}
.pma-page .pgov-topline {
  padding-top: var(--rem-32px);
  padding-bottom: var(--rem-32px);
  margin-top: none;
}
.pma-page .bg-pgov-window {
  background-color: var(--gray-000);
}
.pma-page .usa-breadcrumb {
  background-color: var(--gray-1);
  font-size: var(--font-size-0);
  font-family: var(--font-sans-1);
  font-weight: var(--font-semibold);
  color: var(--gray-text-2);
  line-height: var(--line-height-4);
  letter-spacing: var(--letterspacing-3);
  text-transform: uppercase;
}
.pma-page .usa-breadcrumb__link span {
  text-decoration: none;
}
.pma-page .usa-breadcrumb__link span:hover {
  text-decoration: underline;
}
.pma-page .usa-breadcrumb {
  padding-bottom: 1rem;
  padding-top: 0rem;
}
.pma-page .usa-breadcrumb__link:visited {
  color: var(--gray-text-2);
}
.pma-page .usa-current {
  color: var(--gray-text-3);
  text-decoration: underline;
  font-weight: var(--font-bold);
  text-decoration-thickness: 3px;
}
.pma-page .usa-breadcrumb__link {
  color: var(--gray-text-2);
}
.pma-page .usa-modal--lg {
  max-width: 70rem;
  width: 100%;
  line-height: var(--line-height-2);
}
.pma-page .usa-modal--lg .usa-modal__main {
  padding-top: 0rem;
  padding-bottom: 3rem;
  width: 100%;
  max-width: 68rem;
}
.pma-page usa-modal__content {
  padding-top: var(--rem-40px);
}
.pma-page .usa-modal h2 {
  color: var(--gray-11);
  margin-bottom: var(--rem-12px);
}
.pma-page .usa-modal h3 {
  margin-bottom: var(--rem-12px);
}
.pma-page .usa-modal__main .pgov-feed-2 {
  min-height: var(--rem-400px);
}
.pma-page .pgov-feed::-webkit-scrollbar {
  display: none;
}
.pma-page .pgov-feed {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pma-page .pgov-feed-2::-webkit-scrollbar {
  display: none;
}
.pma-page .pgov-feed-2 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pma-page nav.breadcrumb {
  padding: 0.8em 1em;
  border: none;
  background: none;
  font-size: var(--rem-14px);
  color: var(--gray-text-2);
  font-family: var(--font-sans-1);
  font-weight: var(--font-semibold);
}
.pma-page nav.breadcrumb a {
  color: var(--gray-text-2);
}
.pma-page nav.breadcrumb a:hover {
  color: var(--gray-text-3);
}
.pma-page nav.breadcrumb a:visited {
  text-decoration: none;
  color: var(--gray-text-2);
}
.pma-page nav.breadcrumb ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.pma-page nav.breadcrumb li {
  display: inline;
}
.pma-page nav.breadcrumb li + li::before {
  display: inline-block;
  margin: 0 0.5em;
  transform: rotate(15deg);
  border-right: 0.1em solid var(--gray-4);
  height: 0.8em;
  content: "";
}
.pma-page nav.breadcrumb [aria-current=page] {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}
.pma-page .pgov-hero__item-imgwrap {
  position: relative;
  --imgwidth: 100%;
  overflow: hidden;
  will-change: transform;
}
.pma-page .pgov-hero__item-decobar-lg-blue {
  width: 100%;
  height: var(--rem-40px);
  top: 0%;
  position: absolute;
  background: var(--blue-1);
  mix-blend-mode: multiply;
}
.pma-page .pgov-hero__item-decobar-lg-red {
  width: 100%;
  height: var(--rem-24px);
  bottom: 0%;
  position: absolute;
  background: var(--red-1);
  mix-blend-mode: multiply;
}
.pma-page .pgov-hero__item-decobar-md-blue {
  width: 100%;
  height: var(--rem-24px);
  top: 0%;
  position: absolute;
  background: var(--blue-1);
  mix-blend-mode: multiply;
}
.pma-page .pgov-hero__item-decobar-md-red {
  width: 100%;
  height: var(--rem-12px);
  bottom: 0%;
  position: absolute;
  background: var(--red-1);
  mix-blend-mode: multiply;
}
.pma-page .height-16 {
  height: 7.5rem !important;
}
.pma-page .pgov-font-sans-1-sm {
  font-size: var(--font-size-1) !important;
  font-family: var(--font-sans-1);
}
.pma-page .pgov-ellipsis {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid var(--blue-0);
  padding-bottom: var(--rem-2px);
  overflow: hidden;
}
.pma-page .usa-sidenav {
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  padding-left: 0;
  font-family: var(--font-sans-1);
  font-size: var(--font-size-2);
  line-height: var(--line-height-2);
  border-bottom: 1px solid rgb(173, 205, 255);
}
.pma-page .usa-sidenav .usa-sidenav__item {
  background-color: var(--gray-0);
  margin-top: var(--rem-8px);
  border: none;
}
.pma-page .usa-sidenav a:not(.usa-button) {
  padding: var(--rem-12px);
}
.pma-page .usa-sidenav .usa-sidenav__item li:first-of-type {
  margin-top: none;
}
.pma-page .usa-sidenav .usa-sidenav__item a {
  border: none;
  background-color: var(--gray-0);
  border: 1px solid var(--gray-0);
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pma-page .usa-sidenav .usa-sidenav__item a:hover {
  border: 1px solid var(--gray-2);
  background-color: var(--white);
  color: var(--gray-11);
}
.pma-page .pma-priority-font-label {
  font-family: var(--font-slab-serif-1);
  color: var(--indigo-text-4);
  letter-spacing: var(--line-height-1);
  line-height: var(--line-height-1);
  font-size: var(--rem-18px);
  font-weight: var(--font-bold);
  text-align: right;
}
.pma-page .pma-priority-font-number {
  font-family: var(--font-slab-serif-2);
  color: var(--blue-4);
  letter-spacing: var(--line-height-1);
  line-height: var(--line-height-1);
  font-size: var(--rem-64px);
  font-weight: var(--font-extrabold);
  text-align: left;
}
.pma-page .usa-button:visited {
  color: var(--gray-text);
}
.pma-page .pgov-button-group .usa-button:visited {
  color: var(--white);
}
.pma-page .official .usa-footer.usa-button--outline {
  box-shadow: inset 0 0 0 1px var(--gray-3);
  color: var(--white);
  background-color: transparent;
  transition: 0.3s;
}
.pma-page .official .usa-footer.usa-button--outline:hover {
  color: var(--black);
}
.pma-page .display-on-desktop-lg {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .pma-page .display-on-desktop-lg {
    display: block;
  }
}
.pma-page .pgov-button-sm-people {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 200px;
  height: 50px;
  padding: 10px;
  text-decoration: none;
  color: white;
  background-color: blue;
}
.pma-page .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.pma-page .avatar:not(:last-child) {
  margin-right: -10px;
}
.pma-page ::-webkit-scrollbar {
  width: var(--rem-8px);
  height: 0px;
}
.pma-page ::-webkit-scrollbar-track {
  background: var(--gray-1);
}
.pma-page ::-webkit-scrollbar-thumb {
  background: var(--gray-3);
}
.pma-page ::-webkit-scrollbar-thumb:hover {
  background: var(--gray-4);
}
.pma-page .text-left-to-center-mobile {
  text-align: left;
}
@media (max-width: 767px) {
  .pma-page .text-left-to-center-mobile {
    text-align: center;
  }
}
.pma-page .modal-img {
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pma-page .usa-button {
  width: auto;
}

.indigo-text {
  color: var(--indigo-1);
}

.usa-button {
  color: white;
  background-color: #0808ff;
}

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

.usa-button--outline {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #0808ff;
  color: #0808ff;
}
.usa-button--outline:visited {
  color: #0808ff;
}
.usa-button--outline:hover, .usa-button--outline.usa-button--hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #1a4480;
  color: #1a4480;
}
.usa-button--outline:active, .usa-button--outline.usa-button--active {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #162e51;
  color: #162e51;
}
.usa-button--outline.usa-button--inverse {
  box-shadow: inset 0 0 0 2px #dcdee0;
  color: #dcdee0;
}
.usa-button--outline.usa-button--inverse:visited {
  color: #dcdee0;
}
.usa-button--outline.usa-button--inverse:hover, .usa-button--outline.usa-button--inverse.usa-button--hover {
  box-shadow: inset 0 0 0 2px #f0f0f0;
  color: #f0f0f0;
}
.usa-button--outline.usa-button--inverse:active, .usa-button--outline.usa-button--inverse.usa-button--active {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px white;
  color: white;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled {
  -moz-osx-font-smoothing: inherit;
  -webkit-font-smoothing: inherit;
  color: #002578;
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #dcdee0;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
  color: #54278f;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover {
  color: #1a4480;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:active {
  color: #162e51;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled.usa-button--hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled.usa-button--hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled.usa-button--active, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled.usa-button--active, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled:focus, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled.usa-focus, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled:focus, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled.usa-focus, .usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled {
  -moz-osx-font-smoothing: inherit;
  -webkit-font-smoothing: inherit;
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:disabled, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--disabled {
  color: #c9c9c9;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover {
  color: #1a4480;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active {
  color: #162e51;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:visited {
  color: #dcdee0;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:hover, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--hover {
  color: #f0f0f0;
}
.usa-button--outline.usa-button--inverse.usa-button--unstyled:active, .usa-button--outline.usa-button--inverse.usa-button--unstyled.usa-button--active {
  color: white;
}

.usa-breadcrumb__list-item:not(:last-child)::after {
  -webkit-mask: url(../img/usa-icons/navigate_next-pgov.svg) no-repeat center/2ex 2ex;
}

.usa-list--unstyled .usa-button--unstyled {
  background-color: white;
  color: black;
}

.usa-modal__close {
  background-color: transparent;
  color: black;
}

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

.bg-primary-light,
.hover\:bg-primary-light:hover {
  background-color: #346bd1;
}

.text-primary {
  color: #0050d8;
}

.usa-tab-bar {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ddd;
}

.usa-tab {
  padding: 10px 20px;
  cursor: pointer;
}

.usa-tab[aria-selected=true] {
  border-bottom: 2px solid #0071bc;
  font-weight: bold;
}

body.official {
  font-family: var(--font-sans-1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: var(--em-0-decimal-40px);
  line-height: var(--line-height-3);
}

/* Base padding (mobile first approach) */
.official .usa-section {
  padding-top: var(--rem-40px); /* Smaller padding for mobile */
  padding-bottom: var(--rem-40px);
}

/* Medium screens (tablets) */
@media (min-width: 1000px) {
  .official .usa-section {
    padding-top: var(--rem-64px); /* Increased padding for tablets */
    padding-bottom: var(--rem-64px);
  }
}
/* Large screens (desktops) */
@media (min-width: 1400px) {
  .official .usa-section {
    padding-top: var(--rem-88px); /* Original padding for desktops */
    padding-bottom: var(--rem-88px);
  }
}
/* Base  (mobile first approach) */
.text-left-switch {
  text-align: left;
}

/* Medium screens (tablets) */
@media (min-width: 640px) {
  .text-left-switch {
    text-align: right;
  }
}
/* Base (mobile first approach) */
.text-center-switch-right {
  text-align: center;
}

/* Medium screens (tablets) */
@media (min-width: 640px) {
  .text-center-switch-right {
    text-align: right;
  }
}
/* Base (mobile first approach) */
.text-left-switch-center {
  text-align: left;
}

/* Medium screens (tablets) */
@media (min-width: 640px) {
  .text-left-switch-center {
    text-align: center;
  }
}
/* Base (mobile first approach) */
.text-center-switch-left {
  text-align: center;
}

/* Medium screens (tablets) */
@media (min-width: 640px) {
  .text-center-switch-left {
    text-align: left;
  }
}
/* Base (mobile first approach) */
.border-none-switch-right {
  border-right: none;
}

/* Medium screens (tablets) */
@media (min-width: 640px) {
  .border-none-switch-right {
    border-right: 1px solid;
  }
}
/* Base (mobile first approach) */
.display-none-up-to-1230px {
  display: none;
}

/* Medium screens (tablets) */
@media (min-width: 1230px) {
  .display-none-up-to-1230px {
    display: inline-block;
  }
}
/* Base (mobile first approach) */
.display-none-up-to-906px {
  display: none;
}

/* Medium screens (tablets) */
@media (min-width: 906px) {
  .display-none-up-to-906px {
    display: inline-block;
  }
}
.official .usa-section-2 {
  padding-top: var(--rem-88px);
  padding-bottom: none;
}

/* Grid */
.official .grid-container {
  max-width: 1216px;
}

/* Borders */
.border-lt-blue, .hover\:border-lt-blue:hover {
  border-color: var(--blue-0);
}

.border-lt-blue-soft {
  border-color: rgba(64, 131, 255, 0.25);
}

/* Headings */
/* Heading colors */
.official h1.usa-heading,
.official h3.usa-heading,
.official h6.usa-heading,
.h1-style {
  color: var(--gray-text-4); /* Replace with your desired color */
}

.official h2.usa-heading,
.official h4.usa-heading,
.official h5.usa-heading {
  color: var(--indigo-text-4); /* Replace with your desired color */
}

.font-color-navy {
  color: var(--indigo-text-4);
}

.font-color-navy {
  color: var(--indigo-text-4);
}

.font-color-black {
  color: var(--black);
}

a.pma-priority-panel-link {
  color: var(--gray-8);
}

.link {
  cursor: pointer;
  position: relative;
}

.link::before,
.link::after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--red-1);
  top: 116%;
  left: 0;
  pointer-events: none;
}

.link::before {
  content: "";
  /* show by default */
}

.link--metis {
  font-family: bely-display, sans-serif;
}

.link--metis::before {
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.link--metis:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.link--carpo {
  font-family: var(--font-serif);
  font-weight: var(--font-semibold);
  color: var(--gray-text-4);
  font-style: italic;
  letter-spacing: var(--letterspacing-neg-2);
  box-shadow: 0 2px var(--red-1);
}

.link--carpo {
  font-family: var(--font-serif);
  font-weight: var(--font-semibold);
  color: var(--gray-text-4);
  font-style: italic;
  letter-spacing: var(--letterspacing-neg-2);
  box-shadow: 0 1px var(--blue-1);
  position: relative; /* Needed for absolute positioning of the pseudo-element */
  padding-left: var(--rem-28px); /* Make space for the icon */
}

.link--carpo::before {
  content: "";
  position: absolute;
  left: 0; /* Align the icon to the left of the text */
  top: 36%;
  transform: translateY(-50%); /* Adjust the icon to be centered with the text */
  width: var(--rem-24px); /* Width of the icon */
  height: var(--rem-24px); /* Height of the icon */
  background-image: url("https://assets.performance.gov/pma/biden-harris/img/icons/bar_chart.svg"); /* Path to your icon */
  background-size: contain;
  background-repeat: no-repeat;
}

.clickable-panel {
  cursor: pointer; /* Makes the cursor appear as a pointer when hovering over the panel */
}

.clickable-panel:hover {
  background-color: rgba(173, 205, 255, 0.1);
}

p.pma-priority-panel-paragraph {
  color: var(--gray-8);
}

.font-color-red {
  color: var(--red-1);
}

/* Heading - H1 */
.official h1.usa-heading, .h1-style {
  font-size: var(--rem-46px); /* Replace with your desired font size */
  font-family: var(--font-serif);
  font-weight: var(--font-light);
  line-height: var(--line-height-1);
  letter-spacing: -1.92px;
  margin: var(--em-16px) 0;
  margin-bottom: var(--rem-16px);
  margin-top: var(--rem-20px);
}

.height-mobile-lg {
  height: var(--rem-364px);
  width: auto;
}

.official .margin-block-end-0 h4 {
  margin-block-end: 0em;
}

.official p strong {
  font-weight: var(--font-bold);
  font-family: inherit;
  color: var(--gray-text-4);
}

/* Heading - H2 */
.official h2.usa-heading {
  font-size: var(--rem-40px); /* Replace with your desired font size */
  font-family: var(--font-slab-serif-1);
  font-weight: var(--font-bold);
  line-height: var(--line-height-0);
  letter-spacing: 0;
}

.pma-hero-container {
  position: relative;
  width: 544px;
  height: 654px;
  background-image: url("https://assets.performance.gov/cx/files/pma-homepage-hero.png");
  background-size: cover;
  background-position: center;
  background-color: var(--gray-0);
}

@media (max-width: 640px) {
  .pma-hero-container {
    width: 100%; /* Make the width responsive */
    padding-top: 120.2205882353%; /* Calculate aspect ratio and set as padding-top */
  }
}
.official h1.h2-style {
  color: var(--indigo-text-4); /* Replace with your desired color */
  font-size: var(--rem-40px); /* Replace with your desired font size */
  font-family: var(--font-slab-serif-1);
  font-weight: var(--font-bold);
  line-height: var(--line-height-0);
  letter-spacing: 0;
}

/* Heading - H3 */
.official h3.usa-heading {
  font-size: var(--rem-28px); /* Replace with your desired font size */
  font-family: var(--font-serif);
  font-weight: var(--font-light);
  line-height: 1.35;
  letter-spacing: var(--em-neg-0-decimal-6px);
}

/* Heading - H4 */
.official h4.usa-heading {
  font-size: var(--rem-20px); /* Replace with your desired font size */
  font-family: var(--font-serif);
  font-weight: var(--font-extrabold);
  line-height: var(--line-height-2);
  letter-spacing: var(--letterspacing-neg-1);
}

/* Heading - H5 */
.official h5.usa-heading {
  font-size: var(--rem-22px); /* Replace with your desired font size */
  font-family: var(--font-slab-serif-1);
  font-weight: var(--font-bold);
  line-height: var(--line-height-1);
  letter-spacing: var(--letterspacing-1);
}

/* Heading - H6 */
.official h6.usa-heading {
  font-size: var(--rem-14px); /* Replace with your desired font size */
  font-family: var(--font-sans-1);
  font-weight: var(--font-semibold);
  line-height: var(--line-height-1);
}

/* Heading - H6 */
.official p.author-name {
  font-size: var(--rem-14px); /* Replace with your desired font size */
  font-family: var(--font-sans-1);
  font-weight: var(--font-semibold);
  line-height: var(--line-height-1);
}

/* Text */
.official .usa-tag-2 {
  font-family: var(--font-sans-1);
  font-weight: var(--font-bold);
  font-size: var(--rem-10px);
  color: var(--gray-text-2);
  text-transform: uppercase;
  letter-spacing: var(--letterspacing-4);
  background-color: var(--white);
  border-radius: var(--rem-4px);
  margin-right: var(--em-10px);
  padding: var(--em-12px) var(--em-16px);
  border: 1px solid var(--gray-4);
}

.official .usa-tag-3 {
  font-family: var(--font-sans-1);
  font-weight: var(--font-bold);
  font-size: var(--rem-12px);
  color: var(--gray-text-2);
  text-transform: uppercase;
  letter-spacing: var(--letterspacing-4);
  background-color: var(--white);
  border-radius: var(--rem-240px);
  margin-right: var(--em-10px);
  padding: var(--em-12px) var(--em-16px);
  border: 1px solid var(--gray-4);
}

.official .usa-tag-2:hover {
  color: var(--indigo-1);
  border: 1px solid var(--blue-0);
  transition: 0.3s;
}

.official .usa-tag-red {
  font-family: var(--font-sans-1);
  font-weight: var(--font-bold);
  font-size: var(--rem-10px);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: var(--letterspacing-4);
  background-color: var(--red-1);
  border-radius: var(--rem-160px);
  padding: var(--em-12px) var(--em-16px);
}

.official p.usa-prose,
.official span.usa-prose,
.official li.usa-prose,
.official ol.usa-prose {
  font-family: var(--font-sans-1);
  font-size: var(--rem-16px); /* Replace with your desired font size */
  font-weight: var(--font-normal);
  color: var(--gray-text-2);
}

.official .usa-in-page-nav__list a:not(.usa-button).usa-current {
  font-family: var(--font-serif);
  font-weight: var(--font-medium);
  font-size: var(--rem-14px);
  line-height: var(--line-height-4);
  letter-spacing: var(--letterspacing-neg-2);
}

.official .usa-in-page-nav__heading {
  font-family: var(--font-slab-serif-1);
  letter-spacing: var(--letterspacing-3);
  text-transform: uppercase;
}

.official .usa-in-page-nav__link {
  font-style: italic;
}

.official .usa-in-page-nav__list a:not(.usa-button):not(.usa-current) {
  color: var(--indigo-1);
  font-family: var(--font-serif);
  font-size: var(--rem-14px);
  line-height: var(--line-height-3);
  font-weight: var(--font-medium);
  letter-spacing: var(--letterspacing-neg-2);
  line-height: var(--line-height-4);
}

.official p.usa-small-text {
  font-size: var(--rem-14px); /* Replace with your desired font size */
  font-weight: var(--font-medium);
  line-height: var(--em-20px);
  color: var(--gray-text-1);
}

.official .usa-checkbox__label::before {
  background-image: url(https://assets.performance.gov/cx/assets/images/life-experiences/pgov-left-quotemark.svg);
  box-shadow: 0 0 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 2rem;
}

.official .usa-prose, .usa-prose > table, .usa-prose > table caption, .usa-table caption {
  font-family: var(--font-sans-1);
}

.usa-tiny-text {
  font-size: var(--rem-12px); /* Replace with your desired font size */
  color: var(--gray-text-1);
  font-family: var(--font-sans-1);
}

/* ------------------ Special */
.pgov-dropcap p:first-letter {
  font-family: "GP Thin Slab", serif;
  font-size: 5.5rem;
  /* 88px */
  padding-top: 0.245em;
  float: left;
  line-height: 0.6;
  margin-right: 0.3em;
  margin-bottom: 0.25em;
  color: #000;
  font-style: normal;
}

.pma-mural .usa-tiny-text {
  font-size: var(--rem-12px); /* Replace with your desired font size */
  color: var(--gray-text-4);
  text-transform: uppercase;
}

span.light-backslash {
  font-weight: var(--font-semibold);
  color: var(--red-1);
}

.official span.usa-small-text {
  font-size: var(--rem-14px); /* Replace with your desired font size */
  font-weight: var(--font-medium);
  line-height: var(--em-20px);
  color: var(--gray-text-1);
}

.official .usa-label {
  font-family: var(--font-sans-1);
}

.official .usa-combo-box__input, .usa-input, .usa-input-group, .usa-select {
  border-width: 1px;
  border-color: var(--gray-3);
  border-radius: 4px;
  font-family: var(--font-sans-1);
  color: var(--lightest-accessible-gray);
}

.official .pgov-accordion ul li {
  font-family: var(--font-sans-1);
  font-size: 0.875rem;
}

.official .pgov-accordion .usa-accordion__button {
  font-family: var(--font-sans-1);
  text-transform: uppercase;
  font-size: var(--rem-12px);
  letter-spacing: var(--letterspacing-2);
}

.pgov-accordion p {
  font-family: var(--font-sans-1);
}

.official p.usa-lead {
  font-size: var(--rem-20px);
  color: var(--gray-text-1);
  line-height: var(--line-height-3);
}

.official p.subtitle {
  color: var(--indigo-1);
  font-family: var(--font-serif);
  font-size: var(--rem-20px);
  font-style: italic;
  font-weight: var(--font-medium);
  line-height: 150%;
  letter-spacing: var(--letterspacing-neg-1);
}

.official .usa-tab[aria-selected=true] {
  border-bottom: 4px solid var(--gray-text-4);
  font-weight: bold;
  margin-bottom: -1px;
}

.official .font-tesla {
  font-size: var(--rem-14px);
  font-family: var(--font-slab-serif-1);
  font-weight: var(--font-semibold);
  line-height: var(--line-height-1);
  letter-spacing: var(--letterspacing-5);
  color: var(--gray-text-4); /* Replace with your desired color */
  text-transform: uppercase;
}

.official .usa-footer .font-tesla {
  color: var(--white);
}

.official .font-tesla-2 {
  font-size: var(--rem-15px);
  font-family: var(--font-slab-serif-1);
  font-weight: var(--font-semibold);
  line-height: var(--line-height-1);
  letter-spacing: var(--letterspacing-5);
  color: var(--gray-text-4); /* Replace with your desired color */
  text-transform: uppercase;
}

.h2-acronym {
  color: var(--gray-text-1);
  font-family: var(--font-slab-serif-1);
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-normal);
  line-height: 44px;
  letter-spacing: -0.48px;
}

.pma-mural {
  width: 572px;
  height: 688px;
  background-image: url("https://assets.performance.gov/site/img/cards/pma-jacket-2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--gray-text-2);
}

.link-panel {
  border: 4px solid var(--white);
}

.link-panel:hover {
  border-top: 4px solid var(--red-1);
  border-right: 4px solid var(--red-1);
}

.pma-mural p.usa-prose {
  font-weight: var(--font-bold);
  color: var(--gray-text-4);
  font-size: var(--rem-14px);
}

.pma-mural span:first-of-type {
  font-weight: var(--font-normal);
  color: var(--gray-text-2);
}

.pma-mural span:last-of-type {
  font-weight: var(--font-normal);
  color: var(--gray-4);
}

.official span.title-small-text {
  color: var(--gray-8);
  font-family: var(--font-serif);
  font-size: var(--rem-24px);
  font-style: italic;
  font-weight: var(--font-medium);
  line-height: 150%;
  letter-spacing: var(--letterspacing-neg-1);
}

.official .button-text-lead {
  color: var(--indigo-text-4);
  font-family: var(--font-slab-serif-1);
  font-size: var(--rem-22px);
  font-style: var(--font-normal);
  font-weight: var(--font-bold);
  line-height: var(--em-24px);
  letter-spacing: normal;
  text-decoration: none;
}

.official .button-text-subtitle {
  color: var(--gray-7);
  font-family: var(--font-serif);
  font-size: var(--rem-16px);
  font-style: italic;
  font-weight: var(--font-medium);
  line-height: var(--em-24px);
  letter-spacing: normal;
  text-decoration: none;
}

.official a:-webkit-any-link {
  text-decoration: none;
}

.official .button-pill-text-lead {
  color: var(--indigo-text-4);
  font-weight: var(--font-medium);
  line-height: var(--em-24px);
  color: var(--indigo-text-4);
  font-size: var(--rem-17px);
  font-weight: var(--font-bold);
  line-height: 1;
  letter-spacing: var(--em-0-decimal-40px);
}

/* Hero */
/* Buttons */
.official .usa-button {
  font-family: var(--font-sans-1);
  border-radius: var(--em-6px);
  -webkit-border-radius: var(--em-6px);
  -moz-border-radius: var(--em-6px);
  -ms-border-radius: var(--em-6px);
  -o-border-radius: var(--em-6px);
  padding: var(--em-12px) var(--em-20px);
  font-size: var(--rem-16px);
  font-weight: var(--font-semibold);
  line-height: var(--em-28px);
  color: var(--white);
  background-color: var(--gray-12);
  letter-spacing: var(--em-0-decimal-40px);
  margin-right: 0;
  transition: 0.3s;
}

.official .usa-button--big {
  /* Replace with your desired font size */
  height: var(--em-88px);
  padding: var(--em-16px) var(--em-32px);
}

.official .usa-button:hover {
  /* Replace with your desired font size */
  background-color: var(--indigo-1);
}

.official .usa-button--outline:hover {
  background-color: var(--white);
}

.official .usa-button--small {
  background-color: var(--gray-1);
  color: var(--gray-text-4);
  padding: var(--em-8px) var(--em-12px);
  font-size: var(--rem-14px);
  line-height: var(--em-20px);
  font-weight: var(--font-medium);
  border-radius: var(--em-480px);
  -webkit-border-radius: var(--em-480px);
  -moz-border-radius: var(--em-480px);
  -ms-border-radius: var(--em-480px);
  -o-border-radius: var(--em-480px);
}

.official .usa-button--small-special {
  background-color: var(--gray-0);
  color: var(--gray-text-4);
  padding: var(--em-4px) var(--em-4px);
  font-size: var(--rem-14px);
  line-height: var(--em-20px);
  font-weight: var(--font-medium);
  border-radius: var(--em-480px);
  -webkit-border-radius: var(--em-480px);
  -moz-border-radius: var(--em-480px);
  -ms-border-radius: var(--em-480px);
  -o-border-radius: var(--em-480px);
  height: var(--rem-40px);
  transition: 0.3s;
}

.official .usa-button--small-special:hover {
  background-color: var(--gray-1);
}

/* Outline Buttons */
.official .usa-button--outline {
  box-shadow: inset 0 0 0 1px var(--gray-3);
  color: var(--gray-text-4); /* Replace with your desired color */
  background-color: transparent;
  transition: 0.3s;
}

.official .big-button-list {
  max-width: var(--rem-456px);
}

.official .big-button-list .usa-button {
  width: 100%;
  margin-bottom: var(--rem-12px);
}

.official .usa-button--outline:hover,
.official .usa-button--outline:focus {
  color: var(--indigo-text-4); /* Replace with your desired color */
}

.official .usa-button--outline:hover {
  box-shadow: inset 0 0 0 1px var(--blue-0);
}

/* Outline Button Sizes */
/* Utility */
.truncate-1-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; /* Ensure it respects its parent container width */
}

.truncate-2-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%; /* Ensure it respects its parent container width */
}

.truncate-3-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%; /* Ensure it respects its parent container width */
}

.truncate-4-line {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%; /* Ensure it respects its parent container width */
}

.official .usa-icon-list {
  font-family: var(--font-serif-extrabold);
  font-weight: var(--font-extrabold);
  letter-spacing: var(--letterspacing-neg-1);
}

.official .usa-icon-list a {
  color: var(--indigo-1);
}

.official .usa-list {
  font-family: var(--font-sans-1);
  font-size: var(--rem-16px);
  font-weight: var(--font-normal);
  line-height: var(--line-height-3);
  color: var(--gray-text-2);
}

.margin-top-neg-6px {
  margin-top: var(--rem-neg-6px);
}

.margin-top-neg-5px {
  margin-top: var(--rem-neg-5px);
}

.red-blue-solid-banding {
  border-top: var(--rem-20px) solid var(--indigo-1);
  border-bottom: var(--rem-14px) solid var(--red-1);
}

/* Authors */
.author img {
  filter: grayscale(100%); /* Converts the image to grayscale */
  transition: filter 0.3s, transform 0.3s; /* Animation for grayscale effect on hover */
  background: lightgray 0px -214px/100% 265.5% no-repeat, #FFF;
  width: var(--rem-40px);
  height: var(--rem-40px);
  margin-right: var(--rem-8px);
}

.author:hover img {
  filter: grayscale(0%); /* Removes grayscale on hover */
}

/* Cards */
.official .usa-card {
  border-color: #123456; /* Replace with your desired color */
}

.official .usa-card__header .usa-card__heading {
  color: #123456; /* Replace with your desired color */
}

.official .usa-card__body {
  color: #123456; /* Replace with your desired color */
}

.margin-x-3px {
  margin-right: 2.5px;
  margin-left: 2.5px;
}

.official .usa-checkbox__label, .usa-combo-box__input, .usa-combo-box__list, .usa-fieldset, .usa-hint, .usa-input, .usa-input-group, .usa-radio__label, .usa-range, .usa-select, .usa-textarea {
  font-family: var(--font-sans-1);
  font-size: 1.06rem;
  line-height: 1.3;
}

/* Image Containers */
.image-container-0 {
  overflow: hidden; /* Prevents the image from overflowing the container */
  position: relative; /* Helps in positioning children elements, if needed */
  z-index: 1; /* Ensure the image container is positioned above other elements if necessary */
}

.image-container-0 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scales the image to cover the container without distorting aspect ratio */
  object-position: top; /* Aligns the top of the image to the top of the container */
  filter: grayscale(100%); /* Converts the image to grayscale */
  transition: filter 0.3s, transform 0.3s; /* Animation for grayscale and zoom effect on hover */
  background: lightgray 0px -214px/100% 265.5% no-repeat, #FFF;
  transform: scale(1); /* Default scale */
}

.image-container-0:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.no-grayscale {
  filter: grayscale(0%);
}

.img-featured-lg {
  height: 400px;
  width: calc(100% + 2rem);
  background-color: var(--gray-1);
  border-top: 48px solid var(--indigo-1);
  border-bottom: 32px solid var(--red-1);
  overflow: hidden; /* Prevents the image from overflowing the container */
  position: relative; /* Helps in positioning children elements, if needed */
  z-index: 1; /* Ensure the image container is positioned above other elements if necessary */
}

.img-featured-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scales the image to cover the container without distorting aspect ratio */
  object-position: center; /* Aligns the top of the image to the top of the container */
  filter: grayscale(100%); /* Converts the image to grayscale */
  transition: filter 0.3s, transform 0.3s; /* Animation for grayscale and zoom effect on hover */
  background: lightgray 0px -214px/100% 265.5% no-repeat, #FFF;
  transform: scale(1); /* Default scale */
}

.img-featured-450px {
  height: 450px;
  width: calc(100% + 2rem);
  background-color: var(--gray-1);
}

.img-featured-450px img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scales the image to cover the container without distorting aspect ratio */
  object-position: center;
}

.img-featured-380px {
  height: 380px;
  width: calc(100% + 2rem);
  background-color: var(--gray-1);
}

.img-featured-380px img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scales the image to cover the container without distorting aspect ratio */
  object-position: center;
}

.img-featured-lg:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

@media (min-width: 640px) {
  .img-featured-lg {
    width: 708px;
  }
}
.img-featured-lg-position-top {
  height: 436px;
  width: calc(100% + 2rem);
  background-color: var(--gray-1);
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

/* Inner Borders using pseudo-elements */
.img-featured-lg-position-top::before,
.img-featured-lg-position-top::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.img-featured-lg-position-top::before {
  top: 0;
  height: 48px; /* Height for the top border */
  background: var(--indigo-1);
}

.img-featured-lg-position-top::after {
  bottom: 0;
  height: 32px; /* Height for the bottom border */
  background: var(--red-1);
}

.img-featured-lg-position-top img {
  padding-top: 48px;
  padding-bottom: 32px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(100%);
  transition: filter 0.3s, transform 0.3s;
  background: lightgray 0px -214px/100% 265.5% no-repeat, #FFF;
  transform: scale(1);
  position: relative;
  z-index: 1;
}

.img-featured-lg-position-top:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

@media (min-width: 640px) {
  .img-featured-lg-position-top {
    width: 708px;
  }
}
.img-featured-lg-translucent {
  height: 436px;
  width: 100%;
  background-color: var(--gray-1);
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

/* Outer Bars with multiply blend mode */
.img-featured-lg-translucent::before,
.img-featured-lg-translucent::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  mix-blend-mode: multiply;
}

/* Inner screen effect */
.img-featured-lg-translucent::before::after,
.img-featured-lg-translucent::after::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: screen;
  background: inherit; /* Inherits the background color from the parent pseudo-element */
}

.img-featured-lg-translucent::before {
  top: 0;
  height: 48px;
  background: var(--blue-1);
}

.img-featured-lg-translucent::after {
  bottom: 0;
  height: 32px;
  background: var(--red-1);
}

.img-featured-lg-translucent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  filter: grayscale(100%);
  transition: filter 0.3s, transform 0.3s;
  background: lightgray 0px -214px/100% 265.5% no-repeat, #FFF;
  transform: scale(1);
  position: relative;
  z-index: 1;
}

.img-featured-lg-translucent:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

@media (min-width: 640px) {
  .img-featured-lg-translucent {
    width: 100%;
  }
}
.image-container-2 {
  width: 320px;
  height: 200px;
  overflow: hidden; /* This will hide any parts of the image that exceed the container dimensions */
}

.image-container-2 img {
  width: 100%; /* The image will scale based on the container's width */
  height: 100%; /* The image will scale based on the container's height */
  object-fit: cover; /* The image will cover the entire container, cropping if necessary */
}

.image-container-3 {
  height: 580px;
  width: auto;
  background-color: var(--gray-1);
  overflow: hidden; /* Prevents the image from overflowing the container */
  position: relative; /* Helps in positioning children elements, if needed */
  z-index: 1; /* Ensure the image container is positioned above other elements if necessary */
}

.image-container-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scales the image to cover the container without distorting aspect ratio */
  object-position: top; /* Aligns the top of the image to the top of the container */
}

.img-featured-sm {
  height: 216px;
  width: 100%;
  background-color: var(--gray-1);
  overflow: hidden; /* This will clip the image when it scales */
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.img-featured-sm::before,
.img-featured-sm::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.img-featured-sm::before {
  top: 0;
  height: var(--rem-20px);
  background: var(--indigo-1);
}

.img-featured-sm::after {
  bottom: 0;
  height: var(--rem-14px);
  background: var(--red-1);
}

.img-featured-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  transition: filter 0.3s, transform 0.3s;
  background: lightgray 0px -214px/100% 265.5% no-repeat, #FFF;
  transform: scale(1);
  /* Positioned relative to enable z-index */
  position: relative;
  z-index: 1;
}

.img-featured-sm:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

@media (min-width: 640px) {
  .img-featured-sm {
    height: 216px;
  }
}
/* Styling for the image */
.img-featured-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  transition: filter 0.3s, transform 0.3s;
  background: lightgray 0px -214px/100% 265.5% no-repeat, #FFF;
  transform: scale(1);
}

/* Hover effect for the image */
.img-featured-sm:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* Responsive design */
@media (min-width: 640px) {
  .img-featured-sm {
    height: 216px;
  }
}
.img-featured-md {
  height: 240px;
  width: 100%;
  background-color: var(--gray-1);
  overflow: hidden; /* This will clip the image when it scales */
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.img-featured-md::before,
.img-featured-md::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

.img-featured-md::before {
  top: 0;
  height: var(--rem-20px);
  background: var(--indigo-1);
}

.img-featured-md::after {
  bottom: 0;
  height: var(--rem-14px);
  background: var(--red-1);
}

.img-featured-md img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  transition: filter 0.3s, transform 0.3s;
  background: lightgray 0px -214px/100% 265.5% no-repeat, #FFF;
  transform: scale(1);
  /* Positioned relative to enable z-index */
  position: relative;
  z-index: 1;
}

.img-featured-md:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
}

@media (min-width: 640px) {
  .img-featured-md {
    height: 320px;
  }
}
/* Styling for the image */
.img-featured-md img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: grayscale(100%);
  transition: filter 0.3s, transform 0.3s;
  background: lightgray 0px -214px/100% 265.5% no-repeat, #FFF;
  transform: scale(1);
}

/* Hover effect for the image */
.img-featured-md:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* Responsive design */
@media (min-width: 640px) {
  .img-featured-md {
    height: 320px;
  }
}
/* Large image in color */
.img-color-lg {
  height: 420px;
  width: 100%;
  background-color: var(--gray-1);
  overflow: hidden; /* Prevents the image from overflowing the container */
  position: relative; /* Helps in positioning children elements, if needed */
  z-index: 1; /* Ensure the image container is positioned above other elements if necessary */
  border-top: var(--rem-20px) solid var(--indigo-1);
  border-bottom: var(--rem-14px) solid var(--red-1);
}

.img-color-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scales the image to cover the container without distorting aspect ratio */
  object-position: center; /* Aligns the top of the image to the top of the container */
  transition: filter 0.3s, transform 0.3s; /* Animation for grayscale and zoom effect on hover */
  transform: scale(1); /* Default scale */
}

.img-color-md:hover lg {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* Medium image in color */
.img-color-md {
  height: 320px;
  width: 100%;
  background-color: var(--gray-1);
  overflow: hidden; /* Prevents the image from overflowing the container */
  position: relative; /* Helps in positioning children elements, if needed */
  z-index: 1; /* Ensure the image container is positioned above other elements if necessary */
  border-top: var(--rem-20px) solid var(--indigo-1);
  border-bottom: var(--rem-14px) solid var(--red-1);
}

.img-color-md img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scales the image to cover the container without distorting aspect ratio */
  object-position: center; /* Aligns the top of the image to the top of the container */
  transition: filter 0.3s, transform 0.3s; /* Animation for grayscale and zoom effect on hover */
  transform: scale(1); /* Default scale */
}

.img-color-md:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* Small image in color */
.img-color-sm {
  height: 240px;
  width: 100%;
  background-color: var(--gray-1);
  overflow: hidden; /* Prevents the image from overflowing the container */
  position: relative; /* Helps in positioning children elements, if needed */
  z-index: 1; /* Ensure the image container is positioned above other elements if necessary */
  border-top: var(--rem-20px) solid var(--indigo-1);
  border-bottom: var(--rem-14px) solid var(--red-1);
}

.img-color-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scales the image to cover the container without distorting aspect ratio */
  object-position: center; /* Aligns the top of the image to the top of the container */
  transition: filter 0.3s, transform 0.3s; /* Animation for grayscale and zoom effect on hover */
  transform: scale(1); /* Default scale */
}

.img-color-sm:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* X-small image in color */
.img-color-xs {
  height: 160px;
  width: 100%;
  background-color: var(--gray-1);
  overflow: hidden; /* Prevents the image from overflowing the container */
  position: relative; /* Helps in positioning children elements, if needed */
  z-index: 1; /* Ensure the image container is positioned above other elements if necessary */
  border-top: var(--rem-20px) solid var(--indigo-1);
  border-bottom: var(--rem-14px) solid var(--red-1);
}

.img-color-xs img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scales the image to cover the container without distorting aspect ratio */
  object-position: center; /* Aligns the top of the image to the top of the container */
  transition: filter 0.3s, transform 0.3s; /* Animation for grayscale and zoom effect on hover */
  transform: scale(1); /* Default scale */
}

.img-color-xs:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* Small image in grayscale */
.img-grayscale-sm {
  height: 240px;
  width: 100%;
  background-color: var(--gray-1);
  overflow: hidden; /* Prevents the image from overflowing the container */
  position: relative; /* Helps in positioning children elements, if needed */
  z-index: 1; /* Ensure the image container is positioned above other elements if necessary */
  border-top: var(--rem-20px) solid var(--indigo-1);
  border-bottom: var(--rem-14px) solid var(--red-1);
}

.img-grayscale-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Scales the image to cover the container without distorting aspect ratio */
  object-position: center; /* Aligns the top of the image to the top of the container */
  filter: grayscale(100%); /* Converts the image to grayscale */
  transition: filter 0.3s, transform 0.3s; /* Animation for grayscale and zoom effect on hover */
  transform: scale(1); /* Default scale */
}

.img-grayscale-sm:hover img {
  filter: grayscale(0%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

/* Interactions */
/* --- Horizontal scroll on mobile for a row of buttons */
.scrollable-row {
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-wrap: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollable-row::-webkit-scrollbar {
  display: none;
}

.scrollable-row > div {
  flex: 0 0 auto; /* This tells the divs to maintain their width and not to grow or shrink */
}

.scrollable-row .usa-button {
  width: auto; /* The width of the buttons, adjust as needed */
  min-width: 8rem; /* Minimum width of the buttons, adjust as needed */
}

@media (max-width: 640px) {
  .scrollable-row {
    gap: 0.5rem;
  }
  .scrollable-row > div:not(:last-child) {
    margin-right: 0.5rem; /* Adjust as needed */
  }
}
@media (min-width: 641px) and (max-width: 1024px) {
  .scrollable-row {
    justify-content: space-between;
    gap: 0.75rem;
  }
  .scrollable-row > div:not(:last-child) {
    margin-right: 0.75rem; /* Adjust as needed */
  }
}
@media (min-width: 1024px) {
  .scrollable-row {
    justify-content: center;
  }
  .scrollable-row > div:not(:last-child) {
    margin-right: 0.75rem; /* Adjust as needed */
  }
}
/* Hide the hamburger menu on desktop screens */
@media (min-width: 992px) { /* Adjust the pixel value based on your breakpoint */
  #mobile-menu-button {
    display: none;
  }
}
/* Hide the PMA logo and button on mobile screens */
@media (max-width: 991px) { /* Adjust the pixel value based on your breakpoint */
  .pma-logo-button-desktop {
    display: none;
  }
}
.official .usa-menu-btn {
  background-color: var(--white);
  border-left: 1px solid var(--blue-0);
}

.official .usa-menu-btn:hover {
  background-color: var(--gray-1);
  transition: 0.3s;
}

.official .bg-base-darkest {
  background-color: var(--gray-11);
}

.pma-strategy .usa-card__container {
  border: 1px solid #DFE1E2;
  border-radius: var(--em-4px);
  max-width: var(--rem-708px);
}

.pma-strategy .usa-card__container h3 {
  font-family: var(--font-sans-1);
  font-weight: bold;
  font-size: var(--rem-18px);
  margin-top: none;
}

.pma-strategy .usa-card__container .usa-card__body p {
  font-family: var(--font-sans-1);
  font-weight: var(--gray-text-3);
  font-size: var(--rem-16px);
  line-height: var(--em-24px);
}

.official .sticky {
  position: -webkit-sticky; /* For Safari */
  position: fixed;
  top: 80; /* Adjust based on your header height or desired offset */
  z-index: 1; /* Ensure it's higher than the z-index of other elements */
}

.hide {
  display: none;
}

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

.usa-sidenav__item {
  font-family: Arial, Helvetica, sans-serif;
}

.story-card {
  flex: 0 0 auto; /* Prevent cards from shrinking and ensure they maintain their set width */
}

.story-card h2 {
  font-family: var(--font-serif-bold);
  font-size: var(--rem-18px);
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 100%; /* Ensure it respects its parent container width */
  letter-spacing: var(--em-neg-0-decimal-12px);
}

.story-card p {
  font-family: var(--font-sans-1);
  font-size: var(--rem-14px);
  color: #ffffff;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.story-inner p {
  font-family: var(--font-sans-1);
  font-size: var(--rem-16px);
}

.story-card small {
  font-family: var(--font-sans-1);
  font-weight: 700;
  font-size: var(--rem-12px);
  color: #ffffff;
  margin-top: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-carousel-container {
  display: flex; /* Display children inline */
  flex-wrap: nowrap; /* Prevents wrapping to the next line */
  overflow-x: auto; /* Enable horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* Smooth scrolling on touch devices */
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
  flex-direction: row;
}

.card-carousel-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari, and Opera */
}

.scroll-arrow-next {
  cursor: pointer;
}

.scroll-arrow-back {
  cursor: pointer;
}

.usa-card__container {
  font-family: Arial, Helvetica, sans-serif;
}

.text-tesla-slab-bold2 {
  font-family: "Tesla Slab Bold 2", sans-serif;
}

.text-galaxie-polaris-medium {
  font-family: "Galaxie Polaris Medium";
}

.galaxie-bold {
  font-family: "Galaxie Copernicus Bold";
}

@media screen and (min-width: 640px) {
  .tablet\:width-1\/3 {
    width: 33%;
  }
  .tablet\:float-left {
    float: left;
  }
}
@media screen and (min-width: 640px) {
  .paginate-link {
    display: initial;
  }
  .paginate-button {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .paginate-link {
    display: none;
  }
  .paginate-button {
    display: block;
  }
}
body {
  color: #000000;
}

p {
  margin-bottom: 1em;
  margin-top: 1em;
}

.primary-font--medium, .blog-post-authored-content p, .blog-image-caption, .blog-image-caption__page-flow, .blog-post-learn-more-content, .blog-post-content p,
.blog-post-content li, .goal-style, .blog-page--view-more, .blog-page-title-info p, .blog-page-title-info .blog-page-title, .pma-text-bt3, .pma-text-bt1 {
  font-family: "Galaxie Copernicus Medium";
}

.primary-font--regular, .blog-post-excerpt, .blog-post-title, .featured-stories-date, .featured-stories-tagline, .blog-page-title-info__landing .blog-page-title__landing, .blog-page-title-info__landing {
  font-family: "Galaxie Copernicus";
}

.font-tesla-slab-reg {
  font-family: "Tesla Slab Regular 2";
}

.font-galaxy-polaris {
  font-family: "Galaxie Polaris";
}
.font-galaxy-polaris.medium {
  font-family: "Galaxie Polaris Medium";
}
.font-galaxy-polaris.medium.italic {
  font-family: "Galaxie Polaris Medium Italic";
}

.font-size-14 {
  font-size: 0.875em;
}

.font-size-16 {
  font-size: 1em;
}

.text-pgov-color-secondary {
  color: #002578;
}

figcaption {
  font-family: "Galaxie Copernicus Medium";
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em;
}

.logo-img {
  height: 45px;
}
@media screen and (min-width: 951px) {
  .logo-img {
    vertical-align: bottom;
  }
}

.usa-banner__flag {
  background-color: #323a45;
}

.usa-banner__header-text {
  color: white;
}

.usa-banner__button {
  color: white;
}

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

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 40em) {
  .usa-hero__callout {
    max-width: 22rem;
  }
  .usa-section.grid-container.margin-top-neg-ft {
    padding-bottom: 1rem;
  }
}
@media all and (max-width: 380px) {
  .margin-top-neg-1 {
    margin-bottom: -4rem;
  }
  .video-responsive {
    overflow: visible;
  }
}
@media all and (max-width: 638px) {
  .margin-top-neg-1 {
    margin-top: 1.5rem;
  }
  .logotxt-font {
    font-size: 1rem;
  }
}
@media all and (max-width: 812px) {
  .video-responsive {
    margin-top: -42px;
    padding-bottom: 64.25%;
  }
}
@media all and (max-width: 400px) {
  .video-responsive {
    padding-bottom: 69.25%;
  }
}
.council-background {
  background-image: url("images/hero-callout-background-1.png");
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.pgov-bg-img {
  background-image: url(/assets/images/banners/pgov-hero-img.jpg);
}

.usa-navbar {
  overflow: hidden !important;
}

.project-item__outer {
  margin-bottom: 2rem;
}

.project-item__outer.hide {
  display: none;
}

.usa-social-link--linkedin {
  background-image: url(/assets/images/icons/linkedin.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
}

@media (min-width: 64em) {
  .usa-header--extended .usa-navbar,
  .usa-banner__inner,
  .grid-container,
  .usa-footer__primary-section > .grid-container,
  .usa-footer__secondary-section > .grid-container {
    max-width: 82.28rem;
  }
  .usa-footer__primary-section .grid-row.grid-gap-4 {
    justify-content: space-between;
  }
  .usa-header--extended .usa-nav__inner {
    max-width: 89.28rem;
  }
}
@media all and (max-width: 1190px) {
  .usa-header--extended .usa-navbar,
  .usa-banner__inner,
  .usa-header--extended .usa-nav__inner,
  .grid-container,
  .usa-footer__primary-section > .grid-container,
  .usa-footer__secondary-section > .grid-container {
    max-width: 71rem;
  }
}
@media all and (max-width: 1124px) {
  .usa-header--extended .usa-navbar,
  .usa-banner__inner,
  .usa-header--extended .usa-nav__inner,
  .grid-container,
  .usa-footer__primary-section > .grid-container,
  .usa-footer__secondary-section > .grid-container {
    max-width: 71rem;
  }
  .usa-footer__logo-heading {
    font-size: 1.2rem;
  }
}
@media (min-width: 40em) {
  .usa-card--flag .usa-card__media {
    width: 25rem;
  }
  .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-right: 25rem;
    margin-top: 6rem;
  }
}
.card__footer {
  padding: 1rem;
  padding-top: 0;
  margin-left: 17rem;
}

@media all and (max-width: 1023px) {
  .ft-responsive {
    width: 100%;
  }
  .footer-section {
    width: 100%;
  }
}
.sm-link {
  font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 135%;
  color: #205493;
}

.card-tag {
  color: #5b616b;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #323a45;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0.7em;
  text-align: center;
}

.next-icon {
  color: violet;
  fill: white;
}

.card-tag a {
  text-decoration: none;
  background-color: #e31c3d;
  color: #ffffff;
  padding: 10px;
  border-radius: 25px;
}

.card-link-tagline {
  text-decoration: none;
  color: #205493;
  display: block;
}

.hr-line {
  border-width: 0;
  background-color: #e31c3d;
  width: 100%;
  height: 1px;
}

.blog-img {
  margin-bottom: 3%;
}

.text {
  color: white;
  position: absolute;
  padding: 8px;
}

.description-2020 {
  font-size: 10px;
  color: white;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.container-GoG {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  margin-bottom: 6px;
}

.container-GoG-pres {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 10px;
  height: 150px;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(8, 8, 255, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
}

.container-GoG:hover .overlay {
  bottom: 0;
  height: 100%;
}

.container-GoG:focus .overlay {
  bottom: 0;
  height: 100%;
}

.text-ag-cou {
  position: absolute;
}

.text {
  color: white;
  position: absolute;
  padding: 8px;
}

.card-tag-winner {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #ffffff;
}

#main-content {
  overflow-x: hidden;
}

.twitter {
  color: white;
  background-color: #1da1f2;
  width: 200px;
  text-align: center;
  font-size: 1.4rem;
  float: right;
  padding-top: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 8px;
  margin: 3.5px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .twitter {
    float: none;
  }
}
.GoG-modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-content-GoG {
  background-color: #ffffff;
  color: #212121;
  margin: auto;
  padding: 40px;
  border: 5px solid #d6d7d9;
  width: 40%;
  text-align: left;
  min-width: 400px;
}

.modal-content-GoG h2 {
  font-size: 2em;
}

@media screen and (min-width: 1201px) {
  .margin-bio {
    margin-left: 45px;
  }
  .show-btn {
    margin-left: -9rem;
    margin-top: -5rem;
  }
}
.blog-button {
  background-color: #f1f1f1;
  border-radius: 20px;
  border: 1.5px solid #205493;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 100%;
  text-align: center;
  color: #0071bc;
  margin-bottom: 10px;
}

.card-filter {
  height: 100% !important;
}

.ft-dot {
  height: 6px;
  width: 6px;
  background-color: #e41d3d;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  vertical-align: 2px;
}

.ft-font {
  color: #162e51;
  font-size: 1.9rem;
}

.padding-x-2-fl {
  padding-left: 0.7rem;
  padding-right: 1rem;
}

.show-more {
  cursor: pointer;
  float: right;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0.7em;
  text-decoration: none;
  background-color: #ec0d0d;
  color: #fff;
  padding: 10px;
  border-radius: 25px;
}
.show-more:hover {
  color: #fff;
}

.padding-x-2-pps {
  padding-right: 5rem;
}

.usa-card__container:hover {
  box-shadow: none;
}

.usa-social-link--mail {
  background-image: url("../img/usa-icons/mail.svg");
  background-repeat: no-repeat;
}

.usa-social-link--linkedin {
  background-image: url("../img/usa-icons/svg/linkedin.svg");
  background-repeat: no-repeat;
}

.usa-social-link {
  background-color: unset;
}

.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  border-radius: 15px;
}

.usa-prose > p {
  max-width: 96ex;
}

.about-page__prose.usa-prose > p,
.about-page__prose.usa-prose > ul {
  max-width: 68ex;
}

#about-sidenav .usa-sidenav {
  border-bottom: 1px solid #a9aeb1;
}
#about-sidenav .usa-sidenav li {
  font-family: "Tesla Slab Regular 2", sans-serif;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
#about-sidenav .usa-sidenav__item {
  border-top: 1px solid #a9aeb1;
}
#about-sidenav .usa-sidenav .usa-current {
  position: relative;
  color: #002578;
  font-weight: 700;
}
#about-sidenav .usa-sidenav .usa-current::after {
  background-color: #4083ff;
  border-radius: 0;
}
#about-sidenav .usa-sidenav a:not(.usa-button):not(.usa-current):hover {
  color: #0808ff;
}

.usa-list li,
.usa-prose > ul li,
.usa-prose > ol li,
.usa-collection__item,
.usa-prose .usa-collection__item {
  max-width: 95ex;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.fade_line {
  margin: 25px 0;
  height: 2px;
  background: black;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #005ea2));
}

.font-sans-lg {
  font-size: 1.4639705882rem;
}

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-lg {
    font-size: 1.4639705882rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-lg {
    font-size: 1.4639705882rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-lg {
    font-size: 1.4639705882rem;
  }
}
.font-sans-xl {
  font-size: 2.1294117647rem;
}

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-xl {
    font-size: 2.1294117647rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-xl {
    font-size: 2.1294117647rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-xl {
    font-size: 2.1294117647rem;
  }
}
.font-alt-xl {
  font-size: 1.9514824798rem;
}

@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-xl {
    font-size: 1.9514824798rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-alt-xl {
    font-size: 1.9514824798rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-alt-xl {
    font-size: 1.9514824798rem;
  }
}
.font-sans-xl {
  font-size: 2.1294117647rem;
}

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-xl {
    font-size: 2.1294117647rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-xl {
    font-size: 2.1294117647rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-xl {
    font-size: 2.1294117647rem;
  }
}
#share-bar {
  font-size: 20px;
}

.share-button {
  margin: 0px;
  margin-bottom: 0px;
  margin-right: 3px;
  padding: 3px 3px 3px 3px;
}

a {
  color: #2D63FF;
}

a:hover,
a:active {
  color: #002578;
}

.share-button {
  margin: 0px;
  margin-bottom: 0px;
  margin-right: 3px;
  padding: 3px 3px 3px 3px;
}

.social-icons {
  padding: 0;
  list-style: none;
  margin: 1em;
}
.social-icons li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1.2em;
}
.social-icons i {
  color: #fff;
  position: absolute;
  top: 21px;
  left: 21px;
}
.social-icons a {
  display: inline-block;
}
.social-icons a:before {
  content: " ";
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
  background: linear-gradient(45deg);
}
.social-icons a:hover:before {
  transform: scale(0);
}
.social-icons a:hover i {
  background: -webkit-linear-gradient(45deg);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.social-icons a.social-square:before {
  background: linear-gradient(45deg);
  border-radius: 10%;
}
.social-icons a.social-square:hover:before {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: scale(-180deg);
  border-radius: 100%;
}
.social-icons a.social-square:hover i {
  color: #fff;
  transform: scale(1.6);
  -webkit-text-fill-color: #fff;
}

.usa-media-block__body {
  max-width: 39rem;
}
.usa-media-block__body li {
  margin-bottom: 1em;
}

hr {
  width: 85%;
  height: 3px;
  background: #005ea2;
  border-style: none;
}
@media screen and (min-width: 685px) {
  hr {
    width: 70%;
  }
}

.post-byline {
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
}

.bio-photo {
  float: left;
  width: 175px;
  height: 175px;
  object-fit: cover;
  margin-right: 24px;
  border-radius: 10px;
}

.font-alt-xl {
  font-size: 1.95148rem;
}

.seal-card {
  text-align: center;
}

.boarderBottom {
  border-bottom: 2px solid #e41d3d;
  text-align: center;
}

.dep-text {
  text-align: center;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 8px;
}

.dep-name-text {
  font-family: Arial, Helvetica, sans-serif;
}

.clearfix {
  height: 274px;
}

.clearfix-lg {
  height: 22rem;
}

.nameSeal {
  font-weight: bold;
}

.headerMember {
  font-size: 18px;
  font-weight: bold;
}

.boarderBottom-1 {
  border-bottom: 1px solid #e41d3d;
  text-align: center;
}

.name {
  font-size: 14px;
  font-weight: bold;
}

.title {
  font-size: 13px;
  line-height: 10px;
  font-weight: 500;
}

.usa-media-block__body > a {
  display: block;
}

.usa-section-ltblue-border {
  background-color: #205493;
  color: #ffffff;
  border-top: 1.6rem solid #205493;
}

.testimonial-blockquote {
  font-size: 1em;
  width: 100%;
  margin: 3.5rem auto;
  font-style: italic;
  color: #1c304a;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #046b99;
  line-height: 1.4;
  position: relative;
  background: #f1f1f1;
}

.testimonial-blockquote p::before {
  content: "“";
  color: #046b99;
  font-size: 4em;
  position: absolute;
  left: 10px;
  top: -10px;
}

.usa-prose > ul {
  line-height: 1.5;
}

.usa-alert--info:before {
  -webkit-mask: url("../img/usa-icons/info.svg") no-repeat center/2rem 2rem;
}

#backtotop {
  font-family: "Galaxie Copernicus Medium";
}

.que-font {
  font-family: "Galaxie Copernicus Bold Italic";
}

.hm-banner-tx {
  font-family: "Galaxie Copernicus Bold Italic";
  color: #fff;
}

.pr-class a {
  font-size: 0.688rem;
  line-height: 100%;
  color: #fff;
}

.milestone-bl {
  background-color: #fff;
  color: #000000;
  border: 1px solid #002578;
  line-height: 130%;
  cursor: default;
}
.milestone-bl:hover {
  background: #fff;
  color: #000000;
  border-bottom: 1px solid #002578;
}

.acc-progress .usa-accordion__button {
  background-color: #0808ff;
  font-family: "Galaxie Polaris", sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 0.438rem;
  background-image: none;
  font-size: 0.77rem;
}

.custom-counter .usa-accordion__button {
  background-color: white;
  font-family: "Galaxie Polaris Medium";
  font-size: 13px;
  color: black;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
}

.acc-progress .usa-accordion__button[aria-expanded=false] {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1rem;
}

.pma-banner::after {
  background: url(/img/usa-icons/Vector.svg) no-repeat center/1rem 1rem;
  background-size: 0.938rem;
}

.pma-banner[aria-expanded=true]::after {
  background: url(/img/usa-icons/Vector-open.svg) no-repeat center/1rem 1rem;
}

.pma-banner:after {
  position: absolute;
  display: inline-block;
  height: 0.5rem;
  width: 1rem;
  content: "";
  vertical-align: middle;
  margin-left: 11px;
}

.rt-top {
  font-family: "Tesla Slab Regular 2";
  font-size: 15px;
  line-height: 20px;
}

a.pma-logo {
  color: #fff;
}

.primary-nav-1 {
  border-bottom: 12px solid #0808ff;
}

.primary-nav-2 {
  border-bottom: 12px solid #ec0d0d;
}

.primary-nav-3 {
  border-bottom: 12px solid #002578;
}

.usa-header--extended .usa-logo {
  max-width: 100%;
}

@media (max-width: 63.99em) {
  .pma-section {
    padding-bottom: 3rem;
    padding-top: 0rem;
  }
  .pma-hd3 {
    display: none;
  }
  .pma-logo-img {
    display: none;
  }
  .logo-title-pma {
    display: none;
  }
  .humans-of-public-service-wrapper,
  .humans-of-public-service-title {
    border-left: 0.5px solid white !important;
    border-right: 0.5px solid white !important;
  }
  .pma-accordion a:not(.usa-button):not(.usa-current) {
    color: black;
  }
  .pma-nav__submenu-item {
    border-top: 1px solid white;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 110%;
  }
}
.usa-nav__primary button[aria-expanded=true] {
  background-color: #fff;
  color: #002578;
}

@media (min-width: 64em) {
  .pma-primary-item button[aria-expanded=false] span::after {
    top: 1.32rem;
  }
  .pma-primary-item button[aria-expanded=true] span::after {
    top: 1.32rem;
    background-color: #002578;
  }
  .usa-header--basic .usa-nav__link:hover::after {
    background-color: #fff;
    border-top: 4px solid #ec0d0d;
    border-bottom: 2px solid #4083ff;
    padding-top: 2px;
  }
  .pma-logo-img-sm {
    display: none;
  }
  .mobile-img {
    display: none;
  }
  .official-txt {
    display: none;
  }
  .pma-sm-menu {
    display: none !important;
  }
  .menu-font {
    display: none;
  }
  .pma-nav__submenu {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
    background-color: #fff;
    border: 1px solid #adcdff;
    color: #3d4551;
    width: 15rem;
    padding: 1rem;
    position: absolute;
    z-index: 400;
    border-radius: 6px;
    font-weight: normal;
    width: 20rem;
    box-shadow: 0px 6px 12px rgba(173, 205, 255, 0.15);
  }
}
.blog-page-title-info a {
  color: #0808ff;
}

@media (max-width: 63.99em) {
  .pma-nav {
    width: 100%;
  }
}
@media (min-width: 40em) {
  .pma-section {
    padding-bottom: 0rem;
    padding-top: 0rem;
  }
}
@media only screen and (min-width: 1024px) {
  .underline {
    border-bottom: 0px;
  }
}
@media only screen and (max-width: 1254px) {
  .pma-accordion > li {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 523px) {
  .hm-page-title-info .hm-page-title {
    font-size: 50px;
  }
}
@media (min-width: 64em) {
  .usa-header--basic .pma-primary-item:last-of-type .pma-nav__submenu {
    position: absolute;
    right: auto;
  }
  .pma-nav .usa-nav {
    padding: 20px 1.5rem 2.25rem 3.5rem;
  }
  .pma-nav-container {
    max-width: 87.28rem;
  }
  .pma-nav .usa-nav {
    display: inline-block;
  }
  .pma-nav .usa-navbar {
    width: 14%;
  }
  .pma-nav + .pma-section,
  .pma-nav + main {
    border-top: 0px solid #dfe1e2;
  }
  .pma-nav__submenu .pma-nav__submenu-item a {
    color: black;
    font-family: Arial;
    font-size: 15px;
    line-height: 1.35;
  }
  .pma-nav__submenu .pma-nav__submenu-item a:hover {
    color: #002578;
    text-decoration: none;
    background-color: rgba(173, 205, 255, 0.1);
  }
}
@media (max-width: 63.99em) and (min-width: 40em) {
  .pma-accordion .usa-current::after {
    background-color: white;
  }
  .usa-nav__primary > .pma-primary-item > a {
    font-family: "Tesla Slab Bold 2";
    font-style: normal;
    font-size: 23.905px;
    line-height: 110%;
  }
  .pma-primary-item button {
    font-family: "Tesla Slab Bold 2";
    font-style: normal;
    font-size: 23.905px;
    line-height: 95.5%;
  }
}
@media (max-width: 63.99em) {
  .pma-accordion .usa-current::after {
    background-color: white;
  }
  .usa-nav__primary > .pma-primary-item > a {
    font-family: "Tesla Slab Bold 2";
    font-style: normal;
    font-size: 23.905px;
    line-height: 110%;
  }
}
@media (max-width: 63.99em) {
  .pma-accordion > li {
    margin-bottom: 10px;
  }
  .bl-img-overlay {
    background: #4083ff;
    width: 145px;
    height: 13px;
    margin-top: -12px;
  }
  .pma-accordion {
    margin-top: -0.5rem;
  }
  .dsktop-img {
    display: none;
  }
}
.usa-header--extended .usa-megamenu.usa-nav__submenu::after,
.usa-header--extended .usa-megamenu.usa-nav__submenu::before {
  background-color: #002578;
}

.paginate-link {
  display: none;
}
@media all and (min-width: 40em) {
  .paginate-link {
    display: inline-block;
  }
}

.paginate-button {
  display: block;
}
@media all and (min-width: 40em) {
  .paginate-button {
    display: none;
  }
}

.breadcrumb {
  padding: 1rem;
  display: none;
}
@media all and (min-width: 40em) {
  .breadcrumb {
    display: block;
  }
}

.img-circle {
  border-radius: 50%;
}

ul.project-fellows {
  padding: 0;
}
ul.project-fellows::after {
  clear: both;
  content: "";
  display: block;
}
ul.project-fellows li {
  margin-bottom: 1rem;
  margin-right: 1rem;
  list-style: none;
  float: left;
}
ul.project-fellows li a {
  display: block;
}

.list-fellows {
  min-height: 100vh;
}
.list-fellows a.list-item {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-top-color: transparent;
  border-top-style: solid;
  border-left-color: transparent;
  border-left-style: solid;
  border-right-color: transparent;
  border-right-style: solid;
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  color: #3d4551;
  padding: 1rem;
}
.list-fellows a.list-item:hover h2 {
  text-decoration: underline;
}
@media all and (min-width: 64em) {
  .list-fellows a.list-item .list-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.list-fellows a.list-item .list-item-img .circle-card {
  height: auto;
}

.story, .section__margin-top-neg {
  background-color: white;
}
@media all and (min-width: 40em) {
  .story, .section__margin-top-neg {
    padding-top: 4%;
    margin-top: -5%;
  }
}
@media all and (min-width: 64em) {
  .story, .section__margin-top-neg {
    padding-top: 4rem;
    margin-top: -90px;
  }
}

.story__text-em {
  font-weight: 700;
  font-style: normal;
}

@media all and (min-width: 64em) {
  .story__left {
    width: 48.5%;
    padding-right: 1.7rem;
  }
}

@media all and (min-width: 64em) {
  .story__right {
    padding-left: 2.5rem;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #0050d8;
    border-left-style: solid;
  }
}

.filters, .project-item__filters {
  margin: 1rem 0 2.5rem 0;
  display: flex;
  width: 100%;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column-reverse;
  /*
    select:focus {
      outline: none;
    }*/
}
@media all and (min-width: 40em) {
  .filters, .project-item__filters {
    flex-direction: row;
  }
}
.filters input[type=text], .project-item__filters input[type=text] {
  border-color: #162e51;
  border-style: solid;
  color: #162e51;
  height: 35px;
  border-radius: 20px;
  padding: 0 15px;
  padding-left: 35px;
  background-image: url(/assets/images/icons/search.svg);
  background-size: 16px;
  background-position-x: 10px;
  background-position-y: center;
  background-repeat: no-repeat;
}
.filters a.usa-button, .project-item__filters a.usa-button {
  margin-top: 1rem;
  margin-left: 0;
}
@media all and (min-width: 40em) {
  .filters a.usa-button, .project-item__filters a.usa-button {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}
.filters select, .project-item__filters select {
  border: none;
  border-bottom: 1px solid #1a4480;
  font-family: "Galaxie Copernicus Medium";
  margin-top: 1rem;
}
@media all and (min-width: 40em) {
  .filters select, .project-item__filters select {
    margin-top: 0;
    max-width: 300px;
  }
}
.filters .usa-select, .project-item__filters .usa-select {
  background-image: url(/assets/images/icons/caret-down.svg);
  background-color: transparent;
  background-size: 14px;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  padding-left: 0;
  height: 2.1rem;
}
.filters .filters__left, .project-item__filters .filters__left {
  width: 100%;
}
.filters .filter__col, .project-item__filters .filter__col {
  width: 100%;
}
@media all and (min-width: 40em) {
  .filters .filter__col, .project-item__filters .filter__col {
    margin-right: 1rem;
    width: 50%;
  }
}
@media all and (min-width: 64em) {
  .filters .filter__col, .project-item__filters .filter__col {
    width: 200px;
  }
}
.filters .filter__search, .project-item__filters .filter__search {
  width: 100%;
}
@media all and (min-width: 40em) {
  .filters .filter__search, .project-item__filters .filter__search {
    max-width: 250px;
  }
}

.faq-item {
  margin-bottom: 10px !important;
}

.usa-banner__button::after {
  background: url("/assets/img/usa-icons-bg/expand_more--white.svg") no-repeat center/1rem 1rem;
}

.usa-banner__button::after:hover {
  background-color: transparent;
}

.usa-banner__button[aria-expanded=true]::after {
  background: url("/assets/img/usa-icons-bg/expand_less--white.svg") no-repeat center/1rem 1rem;
}

#president-agenda .grid-row {
  width: 100%;
}

.homepage-banner {
  height: 210px;
}

.banner-title {
  padding-top: 20px;
}

.site-card .card-img {
  width: 100%;
  height: 15rem;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}

.site-card {
  color: #3d4551;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.18);
  background-color: white;
}

.site-card .card-body {
  flex: 1 1 0%;
  padding: 1rem;
  color: #3d4551;
}

.site-card .card-flag {
  font-size: 1.34rem;
  color: #2672de;
  font-weight: bold;
  font-style: normal;
  margin: 0.5rem 0;
}

.site-card .card-footer {
  padding: 1rem;
  padding-top: 0;
  text-align: right;
}

.site-card .card-footer a, .site-card .card-footer a:visited, .site-card .card-footer a:active, .site-card .card-footer .text-link {
  position: relative;
  color: #2672de;
  font-weight: normal;
  padding-left: 15px;
  margin-right: 10px;
}

.site-card .card-affordance {
  margin: 0;
  text-decoration: underline;
}

.fm-tagline {
  font-style: normal;
  font-size: 22px;
  line-height: 135%;
  color: #205493;
}

.card-btn-ft {
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #DFE1E2;
  float: left;
  border-radius: 4px;
  padding: 6px 12px;
}

.bl-head {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 300%;
  text-align: center;
  color: #000;
}

.footer-content {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.usa-footer__secondary-section {
  padding-top: 3rem;
}

.vaccine-card {
  height: 230px;
  width: 280px;
  background-color: #ede8e7;
  padding: 1.5rem 4rem;
  margin-right: 5px;
}

.vaccine-card-content {
  color: #2d57b7;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  font-family: ui-sans-serif;
  letter-spacing: 2px;
}

.vaccine-container {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 745px) {
  .vaccine-container {
    margin-top: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .vaccine-card {
    margin-right: unset;
  }
}
.fefashion {
  display: inline-block;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.pma-logo-img {
  width: 400px;
  height: 120px;
}

#pma-logo {
  position: relative;
}
#pma-logo .pma-button {
  background-image: url(../img/usa-icons-bg/expand_more--white.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  background-position: calc(100% - 10px) center;
  padding-right: 2rem;
}

.mini-nav {
  display: none;
  /*position: absolute;
  right: 0;
  z-index: 1000;*/
}
.mini-nav .usa-link {
  font-family: "Tesla Slab Cy";
  background-image: none;
}
.mini-nav:hover {
  /*display: block;
  width: 100%;*/
}

.nav-margin {
  margin-bottom: 5.8rem;
}

.menu-font {
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 103%;
  color: #000000;
  padding-left: 12px;
}

.pma-primary-item {
  color: #475467;
  font-family: Arial;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.4px;
}

.usa-nav__primary > .pma-primary-item > a {
  color: #475467;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
}

.usa-nav__primary > .pma-primary-item > a:hover {
  color: #002578;
}

.pma-primary-item button {
  color: #475467;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5; /* 150% */
}

.pma-hero {
  width: 100%;
}

.hm-btn-style {
  font-family: Galaxie Polaris;
  font-style: normal;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: -0.015em;
  background: #0808ff;
  border-radius: 0;
  word-spacing: 1px;
}

.pma-banner-title {
  font-family: "Tesla Slab Bold 2";
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  color: #002578;
}
@media screen and (min-width: 511px) and (max-width: 1123px) {
  .pma-banner-title {
    font-size: 43px;
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 510px) {
  .pma-banner-title {
    font-size: 43px;
    padding-bottom: 21px;
  }
}

.pma-homepage-text {
  font-family: "Galaxie Copernicus Medium";
  font-size: 22px;
  line-height: 130%;
}

.pma-hd3 {
  font-family: Galaxie Polaris;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.015em;
  color: #565656;
  position: absolute;
  bottom: 15px;
  left: 25px;
}

.red-image-overlay-hm {
  height: 11px;
  background: #000000;
  transform: rotate(180deg);
  margin-top: -15px;
  z-index: 100;
  position: relative;
}

.home-header-txt {
  font-family: "Galaxie Copernicus";
  font-style: normal;
  font-size: 4.5rem;
  line-height: 103%;
  text-align: center;
  color: #000000;
}

.home-txt {
  font-family: "Galaxie Copernicus";
  font-style: normal;
  font-size: 1.375rem;
  line-height: 130%;
  text-align: center;
  color: #0808ff;
}

.pma-text-container {
  text-align: center;
}

.pma-text-hd-container {
  text-align: center;
}

.home-red-hr {
  height: 13px;
  background: #002578;
  z-index: 100;
  position: relative;
}

.pma-text {
  font-family: "Tesla Slab Bold 2";
  font-size: 2rem;
  line-height: 95.5%;
  color: #000000;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 511px) and (max-width: 820px) {
  .pma-text {
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 510px) {
  .pma-text {
    padding-bottom: 0rem;
  }
}

.pma-text2 {
  font-family: Galaxie Copernicus;
  font-size: 1.063;
  line-height: 120%;
  color: #000000;
}

.pma-text3 {
  font-family: Galaxie Copernicus;
  font-size: 1.938rem;
  line-height: 129%;
  color: #000000;
}
@media only screen and (max-width: 1400px) and (min-width: 870px) {
  .pma-text3 {
    font-size: 1.313rem;
  }
}

.ft1-img-container {
  height: 203px;
  background: url(../img/featured1.jpeg);
  background-size: cover;
}

.ft2-img-container {
  height: 203px;
  background: url(../img/featured2.jpeg);
  background-size: cover;
}

.ft3-img-container {
  height: 203px;
  background: url(../img/feature3.jpeg);
  background-size: cover;
}

.pma-usa-footer__logo-img {
  max-width: 6rem;
  width: 59px;
  height: 59px;
  left: 64px;
  top: 6038px;
}

.pma-footer {
  line-height: 95.5%;
}

.pma-footer-heading {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
}

.usa-social-link--mail-pma {
  background-image: url(../../img/social-icons/svg/mail.svg);
}

.usa-social-link {
  background-color: rgba(255, 255, 255, 0.25);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 1.5rem;
  border-radius: 50%;
}

.usa-social-link--twitter-pma {
  background-image: url(../../img/social-icons/svg/twitter16.svg);
}

.usa-social-link--linkedin-pma {
  background-image: url(../../img/social-icons/svg/linkedin.svg);
}

.usa-link--external.usa-link--alt::after {
  background: url(../img/usa-icons-bg/launch--white.svg) no-repeat center/1.75ex 1.75ex;
}

.pma-footer a {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff !important;
  font-weight: normal;
}

.pma-footer-header {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 1.25rem;
}

.whldp-header {
  font-family: "Tesla Slab Bold 2";
  font-size: 0.9rem;
}
@media screen and (min-width: 1100px) {
  .whldp-header {
    font-size: 1.458rem;
  }
}

.pma-footer a:focus {
  outline: 0.25rem solid #ffffff;
  outline-offset: 0;
}

.pma-footer a:hover {
  color: #fff;
}

.pma-list {
  line-height: 95.5%;
}

.pma-text-bt {
  font-family: "Tesla Slab Bold 2";
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 84%;
  text-transform: uppercase;
  color: #002578;
}
@media screen and (min-width: 511px) and (max-width: 1190px) {
  .pma-text-bt {
    font-size: 50px;
  }
}
@media screen and (max-width: 510px) {
  .pma-text-bt {
    font-size: 43px;
  }
}

.pma-text-bt1 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
  color: #0808ff;
}

.pma-text-bt3 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

.pma-footer-button {
  margin-right: 0;
  text-decoration: none !important;
  width: 192px;
  height: 34px;
  text-align: center;
}

.blue-image-overlay-hm {
  height: 110px;
  background: #4083ff;
  opacity: 1;
  margin-bottom: -110px;
  z-index: 100;
  position: relative;
  mix-blend-mode: multiply;
  margin-top: -7px;
}
@media screen and (max-width: 820px) {
  .blue-image-overlay-hm {
    margin-top: -56px;
  }
}

.pma-home-title {
  font-family: " Tesla Slab Bold 2";
  font-size: 32px;
  line-height: 95.5%;
  color: #002578;
}

.card-image-bg {
  height: 355px;
}

.blog-highlight-style {
  font-family: "Galaxie Copernicus";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}

.data-text {
  font-family: "Tesla Slab Bold 2";
  font-size: 22px;
  line-height: 95.5%;
  color: #002578;
}

.data-text-2 {
  font-family: Galaxie Copernicus;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.015em;
  color: #000000;
}

.blue {
  color: #0808ff;
}

.pma-card-image {
  height: 203px;
  width: 100%;
}

.pma-menu-btn {
  margin-top: -5rem;
}

.official-txt {
  font-family: Galaxie Polaris;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.015em;
  color: #002578;
  margin-top: 5.5rem;
}

.pma-sm-menu {
  font-family: "Tesla Slab Bold 2";
  font-size: 24px;
  line-height: 95.5%;
  color: #0808ff !important;
}

.pma-logo-img-sm {
  width: 122.48px;
  height: 100px;
}

.pma-menu-btn {
  background-color: white;
  float: right;
  margin-top: -2.75rem;
}

.logo-title {
  font-family: "Tesla Slab Bold 2";
  font-size: 15px;
  line-height: 85%;
}

.logo-title-pma {
  font-family: "Tesla Slab Bold 2";
  font-size: 15px;
  line-height: 85%;
  text-decoration-line: underline;
  color: #0808ff;
  padding-left: 9px;
}

.usa-footer__primary-content {
  line-height: 0.8;
}

.hm-page-title-info {
  text-align: center;
  margin: 50px auto 35px auto;
  max-width: 863px;
}
.hm-page-title-info .hm-page-title {
  font-family: "Galaxie Copernicus";
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 103%;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
.hm-page-title-info p {
  font-family: "Galaxie Copernicus Medium";
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  color: #0808ff;
  margin: 0;
  padding: 0;
}

.priority-card {
  height: 56px;
  width: 56px;
  max-width: 100%;
  border-radius: 50%;
}

.priority-leaders-title {
  font-family: "Tesla Slab Regular 2";
  font-size: 15px;
  text-align: left;
  color: #002578;
  line-height: 135%;
}

.ag-header {
  font-family: Galaxie Copernicus;
  line-height: 115%;
}

.goal-title {
  font-family: Galaxie Polaris;
  line-height: 165%;
}

.usa-megamenu.usa-nav__submenu::after {
  background-color: transparent;
}

.usa-megamenu.usa-nav__submenu::before {
  background-color: transparent;
}

.usa-header [type=search] {
  border: 0;
  margin-left: 0.5rem;
}

.usa-search .usa-button {
  font-size: 1.06rem;
}

.usa-footer .usa-icon {
  vertical-align: middle;
  margin-left: 0.25rem;
  width: 0.75rem;
  height: 0.75rem;
}
.usa-footer .usa-link:visited {
  color: #fff;
}
.usa-footer .usa-link:hover {
  color: #fff;
}
.usa-footer .usa-button {
  width: 100%;
}

/* ---------------- IPAD CSS ----------------------- */
@media (max-width: 768px) {
  .foter-tp {
    margin-top: 5rem;
  }
}
/* ---------------- MOBILE CSS ----------------------- */
@media screen and (max-width: 640px) {
  .pma-footer-button {
    margin-right: 0;
    text-decoration: none !important;
    width: 100%;
    height: 34px;
    text-align: center;
  }
  .content-desktop {
    display: none;
  }
  .foter-tp {
    margin-top: 5rem;
  }
  .brder-media {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
  }
}
.tag-btn button {
  font-family: "Galaxie Copernicus";
  box-shadow: inset 0 0 0 1.3px #0808ff;
}

.tg-txt {
  font-family: "Tesla Slab Regular 2";
  color: #000000;
}

.usa-nav .usa-search {
  margin-left: 0rem;
  margin-top: 0.5rem;
  border: 0;
  width: 20rem;
}
@media screen and (min-width: 1378px) {
  .usa-nav .usa-search {
    width: 33rem;
  }
}
@media screen and (min-width: 1254px) and (max-width: 1377px) {
  .usa-nav .usa-search {
    width: 28rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1110px) {
  .usa-nav .usa-search {
    width: 14rem;
  }
}
.usa-nav .usa-search .usa-input {
  max-width: 30rem;
}

.usa-nav__secondary {
  bottom: 4.5rem;
}

.usa-header [role=search] {
  max-width: calc(80ch + 3rem);
}

.progress-acc {
  background-color: #0808ff !important;
}

.init-milestone {
  font-size: 0.75rem;
  line-height: 150%;
  color: #1771ea;
  text-transform: uppercase;
  font-family: "Galaxie Polaris";
}

.progress-h3 {
  color: #000000;
  line-height: 135%;
  font-family: "Galaxie Copernicus Bold";
  font-size: 1.063rem;
}

.pma-txt {
  font-family: "Galaxie Copernicus Medium";
  font-size: 1.125rem;
  line-height: 2.25rem;
}

.usa-search--small [type=submit],
.usa-search--small .usa-search__submit {
  background-image: url("../images/pgov-icons/search-blue.svg"), linear-gradient(transparent, transparent);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 3rem;
}

/** Blog Page **/
.blog-page-title-info {
  text-align: center;
  margin: 50px auto 35px auto;
  max-width: 450px;
}
.blog-page-title-info .blog-page-title {
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 103%;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
.blog-page-title-info p {
  font-style: normal;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  color: #0808ff;
  margin: 0;
  padding: 0;
}

.blog-page-title-info__landing {
  text-align: center;
  margin: 50px auto 35px auto;
  max-width: 450px;
}
@media screen and (max-width: 640px) {
  .blog-page-title-info__landing {
    max-width: 350px;
  }
}
.blog-page-title-info__landing .blog-page-title__landing {
  font-style: normal;
  font-weight: normal;
  font-size: 72px;
  line-height: 103%;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .blog-page-title-info__landing .blog-page-title__landing {
    font-size: 48px;
  }
}
.blog-page-title-info__landing p {
  font-style: normal;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  color: #0808ff;
  margin: 0;
  padding: 0;
}

.blog-page--view-more {
  font-style: normal;
  font-size: 22px;
  line-height: 130%;
}
.blog-page--view-more a {
  color: #0808ff;
}

.blog-page-content-titles {
  min-height: 100px;
}

.blog-header-image {
  width: 100%;
  object-fit: cover;
}

.blog-inner {
  height: 489px;
}

.blog-list {
  line-height: 1 !important;
}

.grid-container.usa-graphic-list__row.humans-of-public-service {
  padding-left: 0;
  padding-right: 0;
}

/* #humans-of-public-service-image-1 {
    padding-top: 30px;
} */
.humans-of-public-service-wrapper,
.humans-of-public-service-title {
  padding-right: 20px;
  padding-left: 20px;
  border-left: 0.5px solid #4083ff;
  border-right: 0.5px solid #4083ff;
  margin-bottom: 0;
}

.pma-margin-top {
  margin-top: -2.25rem;
}

.twitter-overlay {
  height: 26px;
  background: #002578;
  margin-top: -43px;
  z-index: 100;
  position: relative;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1100px) {
  .twitter-overlay {
    display: none;
  }
}

.blog-teaser-column-title {
  color: #112e51;
  height: 55px;
  font-family: "Tesla Slab Bold 2";
  font-size: 32px;
  line-height: 95.5%;
  color: #000000;
}

.blog-teaser-article {
  margin-bottom: 1em;
  text-decoration: none !important;
  display: block;
}

.blue-image-overlay {
  height: 100px;
  background: #4083ff;
  opacity: 1;
  margin-bottom: -100px;
  z-index: 100;
  position: relative;
  mix-blend-mode: multiply;
}

.red-image-overlay {
  height: 40px;
  background: #ec0d0d;
  opacity: 1;
  margin-top: -43px;
  z-index: 100;
  position: relative;
  mix-blend-mode: multiply;
}

.featured-stories-tagline,
.featured-stories-date {
  padding: 0;
}

.featured-stories-tagline {
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 110%;
  margin-top: 10px;
  color: #000000;
}

.featured-stories-date {
  font-style: normal;
  font-weight: normal;
  font-size: 1.063rem;
  line-height: 120%;
  margin-top: 15px;
  text-align: left;
  color: #000000;
}

.blog-teaser-date {
  text-align: right;
}

.top-left {
  position: absolute;
  top: -9px;
  left: 1px;
}

.blog-tag {
  margin-top: 9px !important;
  font-family: Galaxie Polaris;
  font-size: 1rem;
  margin-left: -1px;
  color: white;
  margin-bottom: 0;
  padding: 6px 15px;
  background: #4083ff;
}

.humans-of-public-service-name {
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "Tesla Slab Regular 2";
  font-style: normal;
  font-size: 1.375rem;
  line-height: 95.5%;
  margin-top: 10px !important;
  color: #ec0d0d;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 35px;
  margin-bottom: 0;
}

.humans-of-public-service-agency {
  font-family: Galaxie Polaris;
  font-style: normal;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: -0.015em;
  color: #565656;
}

.goal-style {
  font-style: normal;
  font-size: 2.688rem;
  line-height: 120%;
}

.blog-post-content-title {
  margin: 0;
  padding: 0 20px 0 10px;
  border-right: 0.5px solid #4083ff;
  color: #002578;
  font-family: "Tesla Slab Bold 2";
  font-size: 22px;
}
@media screen and (max-width: 639px) {
  .blog-post-content-title {
    border-right: none;
  }
}
.blog-post-content-title h2 {
  margin: 0;
  line-height: 1;
  font-weight: bold !important;
  font-size: 22px !important;
}
@media screen and (max-width: 639px) {
  .blog-post-content-title h2 {
    display: flex;
    width: 100%;
  }
}

.blog-post-first-letter {
  font-family: "GP Thin Slab";
  font-weight: bolder;
  font-style: normal;
  color: #0808ff;
  font-size: 194px;
  padding: 55px 50px 35px 0px;
  float: left;
  line-height: 0.5;
}
@media screen and (max-width: 1100px) {
  .blog-post-first-letter {
    padding: 30px 20px 20px 0px;
    font-size: 100px;
  }
}

.blog-post-content {
  margin: 0;
  padding: 20px 80px 20px 110px;
  text-align: left;
  text-justify: inter-word;
  border-right: 0.5px solid #4083ff;
}
@media screen and (max-width: 639px) {
  .blog-post-content {
    border-right: none;
  }
}
@media screen and (min-width: 821px) and (max-width: 1100px) {
  .blog-post-content {
    padding: 20px 40px 20px 80px;
  }
}
@media screen and (min-width: 511px) and (max-width: 820px) {
  .blog-post-content {
    padding: 10px 30px 10px 10px;
  }
}
@media screen and (max-width: 510px) {
  .blog-post-content {
    padding: 0 10px 10px 10px;
    text-align: start;
  }
}
.blog-post-content p,
.blog-post-content li {
  font-size: 18px;
  word-spacing: -2px;
  line-height: 26px;
}
@media screen and (max-width: 510px) {
  .blog-post-content p,
  .blog-post-content li {
    font-size: 16.5px;
    word-spacing: 0;
  }
}
.blog-post-content li {
  word-spacing: 0px;
  text-align: left;
  padding-bottom: 10px;
}

.blog-image,
.blog-featured-image {
  padding: 0;
  margin: 0;
  width: 100%;
}

.blog-featured-image {
  object-fit: cover;
  height: 100%;
}

.blog-post-title {
  font-style: normal;
  font-weight: normal;
  font-size: 56.9763px;
  line-height: 110%;
  color: #000000;
}
@media screen and (min-width: 511px) and (max-width: 820px) {
  .blog-post-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 510px) {
  .blog-post-title {
    font-size: 28px;
  }
}

.blog-post-excerpt {
  margin: 0;
  margin-bottom: 25px;
  max-width: 30ex;
  line-height: 55px;
  text-align: left;
  color: #000000;
  font-size: 46px;
}
@media screen and (min-width: 511px) and (max-width: 820px) {
  .blog-post-excerpt {
    font-size: 30px;
    max-width: 100%;
  }
}
@media screen and (max-width: 510px) {
  .blog-post-excerpt {
    font-size: 22px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1007px) {
  .blog-post-upper-line {
    width: 100%;
    height: 11px;
    background: #0808ff;
    mix-blend-mode: multiply;
  }
}

@media screen and (max-width: 1006px) {
  .blog-post-upper-line--mobile {
    width: 100%;
    height: 11px;
    background: #0808ff;
    mix-blend-mode: multiply;
  }
}

@media screen and (max-width: 624px) {
  .blog-landing-upper-line--mobile {
    width: 100%;
    height: 11px;
    background: #002578;
    mix-blend-mode: multiply;
  }
}

.blog-post-image-learn-more-line {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 24px;
  background: #0808ff;
  mix-blend-mode: multiply;
}

.blog-post-learn-more-title {
  font-family: "Tesla Slab Bold 2";
  font-weight: bold;
  font-size: 23.49px;
  text-align: left;
  color: #002578;
}

.blog-post-learn-more-content {
  font-size: 18px;
  text-align: left;
  max-width: 40ex;
}

.blog-post-lower-line,
.blog-post-last-line {
  height: 24px;
  background: #ec0d0d;
  mix-blend-mode: multiply;
  text-align: right;
}

.blog-sidebar-content {
  min-height: 200px;
}

.blog-sidebar-content__img {
  min-height: 150px;
  line-height: 0;
}

.pps-image-overlay {
  height: 40px;
  background: #0808ff;
  opacity: 1;
  margin-top: -43px;
  z-index: 100;
  position: relative;
  mix-blend-mode: multiply;
}

.blog-image-caption, .blog-image-caption__page-flow {
  text-align: right;
  font-size: 16.5px;
  color: #002578;
}
.blog-image-caption p, .blog-image-caption__page-flow p {
  max-width: 200px;
  float: right;
}

.blog-image-caption__page-flow p {
  max-width: 80%;
  float: right;
  margin-bottom: 4em;
}

.blog-post-red-bolded {
  color: #ec0d0d;
  font-weight: bold;
}

.blog-post-blue-bolded {
  color: #0808ff;
  font-weight: bold;
}

.blog-post-lower-line {
  width: 91.5%;
  margin-left: 8.5%;
}
@media screen and (max-width: 820px) {
  .blog-post-lower-line {
    width: 100%;
    margin-left: 0;
    margin-top: -25px;
  }
}

.blog-post-last-line {
  width: 100%;
}

.blog-post-authored-content {
  padding: 10px 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px) {
  .blog-post-authored-content {
    margin-bottom: 15px;
  }
}
.blog-post-authored-content p {
  margin: 0;
  padding: 0;
  font-size: 22px;
  text-align: left;
  color: #0808ff;
}
@media screen and (max-width: 510px) {
  .blog-post-authored-content p {
    font-size: 17px;
  }
}

#no-frame-border-1 {
  height: 725px;
  max-width: 500px;
  width: 100%;
}

.rt-blog,
.rt-blog a {
  color: #0808ff;
  font-family: "Galaxie Copernicus Medium";
}

.nwblog-post-upper-line {
  width: 100%;
  height: 0.375rem;
  background: #0808ff;
}

.nwblog-authored p {
  font-family: "Galaxie Copernicus Medium";
  font-size: 1rem;
}

.nwblog-blue-image-overlay {
  height: 6.25rem;
  background: #4083ff;
  opacity: 1;
  margin-bottom: -100px;
  z-index: 100;
  position: relative;
  mix-blend-mode: multiply;
}

.newblog-red-image-overlay {
  height: 2.188rem;
  background: #ec0d0d;
  opacity: 1;
  margin-top: -43px;
  z-index: 100;
  position: relative;
  mix-blend-mode: multiply;
}

.social-icon {
  display: inline-block;
  width: 2.5rem;
  height: 2.563rem;
  background-size: cover;
  margin-right: 12px;
}

.nw-blog-content {
  font-family: "Galaxie Copernicus Medium";
}

.bl-title {
  font-family: "Galaxie Copernicus Medium";
  font-size: 1.5rem;
  line-height: 2.063rem;
}

.related-card {
  border-radius: 0;
  border-width: 0.5px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
}

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

.tag-btn a {
  font-family: "Galaxie Copernicus";
  box-shadow: inset 0 0 0 1.3px #0808ff;
}

.nw-blog-inner {
  height: 23.938rem;
}

.social-float {
  float: right;
}
@media screen and (max-width: 510px) {
  .social-float {
    float: left;
  }
}

.strategy-float {
  float: right;
}
@media screen and (max-width: 920px) {
  .strategy-float {
    float: left;
  }
}

.nwblog-title {
  color: #002578;
  font-family: "Tesla Slab Bold 2";
  font-size: 1.375rem;
}

.nwblog-center-img {
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.usa-summary-box {
  font-family: "Galaxie Copernicus Medium";
}

.pma-container {
  display: flex;
  position: relative;
}
@media screen and (max-width: 820px) {
  .pma-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 820px) {
  .pma-container .pma-image {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 820px) {
  .pma-container .pma-column {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 510px) {
  .pma-container .PMA {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -60px;
    max-width: 110%;
  }
}
.pma-container .hero-message {
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .pma-container .hero-message {
    text-align: right;
  }
}
.pma-container .pma-button {
  text-align: center;
}
@media screen and (min-width: 1100px) {
  .pma-container .pma-button {
    text-align: left;
  }
}
.pma-container .prio-label1 {
  font-family: "Galaxie Polaris Medium";
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  color: #0808ff;
}
@media screen and (max-width: 510px) {
  .pma-container .usa-sidenav {
    margin: 0;
  }
}
.pma-container .usa-sidenav a:not(.usa-button):hover {
  background: none;
}
.pma-container .usa-sidenav .usa-current::after {
  display: none;
}
.pma-container .usa-sidenav__item {
  border-top: 0;
}
.pma-container .usa-sidenav a:not(.usa-button) {
  padding: 0;
  padding-bottom: 1rem;
}
.pma-container .usa-sidenav .usa-current {
  font-weight: 500;
}
.pma-container .pma-landing-img {
  width: 100%;
}
.pma-container .pma-letter-content {
  font-family: "Galaxie Copernicus Medium";
  font-style: italic;
  font-size: 14px;
}
.pma-container .usa-link .arrow-right {
  visibility: hidden;
}
.pma-container .usa-link.active .arrow-right,
.pma-container .usa-link:hover .arrow-right {
  visibility: visible;
}
.pma-container .pma-landing-title {
  font-family: "Galaxie Copernicus Medium";
}
.pma-container .read-more {
  display: block;
  font-size: 12px;
  font-family: "Galaxie Polaris";
  color: #002578;
  margin-top: 24px;
  border-bottom: 1px solid #ec0d0d;
  width: fit-content;
  text-decoration: none;
}
.pma-container .usa-button {
  font-weight: 600;
  font-size: 14px;
  font-family: "Galaxie Polaris";
}

.pma-link {
  margin-top: 10px;
}

.accessible-version-link {
  padding: 12px 16px;
  font-family: "Galaxie Polaris";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  color: black;
}

.pma-img-bottom-border {
  border-bottom: 20px solid #0808ff;
}

@media screen and (min-width: 820px) {
  .pma-vision-img {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
}

@media screen and (max-width: 820px) {
  #side-nav {
    position: fixed !important;
    z-index: 1000;
    width: 320px;
    overflow-y: auto;
    border-right: 2px solid black;
    background: #e9eaed;
    overflow-x: hidden;
    padding-top: 15px;
    transition: 0.5s;
    height: 100%;
    margin-left: -8px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 820px) {
  #left-side-menu-buttons {
    background-color: #27324b;
    border-top: 1px solid #f6f6f6;
    border-top: 1px solid var(--button-leftside-outer-border);
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    margin-left: -15px;
  }
}

.council-signatures img {
  max-width: 20%;
  margin-bottom: -15px;
  margin-top: 20px;
}

.pma-quote {
  margin: 3rem 0;
}
.pma-quote hr {
  width: unset;
}
.pma-quote p {
  font-size: 30px;
}
.pma-quote .quote-name {
  font-size: 23px;
  color: #0808ff;
  font-weight: bolder;
  text-align: right;
  font-family: "Galaxie Copernicus bold";
}
.pma-quote .font-red-bold {
  color: #ec0d0d;
  font-family: "Galaxie Copernicus bold";
}

.whldp-logo-img {
  max-width: 5rem;
}

.whldp-hero__overlay-content {
  min-height: 22rem;
}

.whldp-background {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("https://assets.performance.gov/cx/files/whldp/2023/white-house-hero.png");
  object-fit: cover;
  background-color: #000;
  background-size: cover;
  background-position: top center;
}

.whldp-logo {
  display: flex;
  flex-flow: row;
  align-items: center;
  flex-wrap: nowrap;
}

.whldp-logo-img {
  padding-top: 0.5rem;
}

@media (max-width: 63.99em) {
  .whldp-logo-img {
    max-width: 2.75rem;
  }
}
.whldp-footer-logo {
  max-width: 5rem;
}

.whldp-media-block__body {
  max-width: 39rem;
}
.whldp-media-block__body li {
  margin-bottom: 1em;
}

.fade_line {
  margin: 25px 0;
  height: 2px;
  background: black;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #005ea2));
}

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

.custom-callout {
  max-width: 29rem;
  padding-bottom: 0.5rem;
}

.nameTitle {
  font-weight: bold;
}

.hr-color {
  width: 100%;
  height: 2px;
  background-color: #e41d3d;
  border: none;
  margin-top: 1.6rem;
}

.pic-icon {
  vertical-align: text-bottom;
}

.pic-txt {
  padding-left: 1.2rem;
  display: block;
}

.footer-algn {
  padding-top: 1rem;
}

.foter {
  margin-top: -0.4rem;
}

.foter-links {
  margin-top: -0.6rem;
}

.flter-algn {
  margin-left: -18rem;
}

@media (max-width: 768px) {
  .whldp-logo {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    flex: 1 1 0%;
    font-size: 0.93rem;
    line-height: 1.2;
    margin-left: 1rem;
  }
  .usa-banner__button-text {
    color: #ffffff;
  }
}
.white-background {
  background: #fff 0% 0% no-repeat padding-box;
  border-radius: 16px;
  opacity: 1;
}

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

.text-no-underline {
  text-decoration: none;
}

.display-inline-block {
  display: inline-block;
}

.card-member {
  width: 30%;
  margin: 10px;
  font-size: 18px;
  line-height: 24px;
}

abbr {
  text-decoration: none !important;
}

.anchor-fill {
  text-decoration: none;
  display: block;
  height: 100%;
}

.no-style {
  text-decoration: none;
  color: black;
}

.picon {
  height: 60px;
}

.white-background .circle {
  width: 115px;
  margin: 0 auto;
  background: #edf5ff;
  border-radius: 50%;
  height: 115px;
  text-align: center;
}

.white-background .circle .icon {
  margin-top: 25px;
}

.usa-graphic-list .usa-graphic-list__heading {
  font-size: 1.4rem;
  font-weight: 300;
  color: #162e51;
}

.box-spacing {
  margin-top: -62px;
}

.flex-justify {
  justify-content: center;
}

.usa-graphic-list .usa-graphic-list__heading {
  color: #0050d8;
}

.usa-banner__button:hover {
  color: #ffffff;
}

footer .font-ui-md {
  color: #5f6468;
}

.pic-fade-line {
  margin: 25px 0;
  height: 2px;
  background: black;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, #e41d3d));
}

.whldp-txt {
  line-height: 1.6rem;
  margin-top: 0.3rem;
}

.whldp-txt-footer {
  line-height: 1.4rem;
}

.font-sans-lg {
  font-size: 1.4639705882rem;
}

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-lg {
    font-size: 1.4639705882rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-lg {
    font-size: 1.4639705882rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-lg {
    font-size: 1.4639705882rem;
  }
}
.font-sans-xl {
  font-size: 2.1294117647rem;
}

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-xl {
    font-size: 2.1294117647rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-xl {
    font-size: 2.1294117647rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-xl {
    font-size: 2.1294117647rem;
  }
}
.font-alt-xl {
  font-size: 1.9514824798rem;
}

@media all and (min-width: 30em) {
  .mobile-lg\:font-alt-xl {
    font-size: 1.9514824798rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-alt-xl {
    font-size: 1.9514824798rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-alt-xl {
    font-size: 1.9514824798rem;
  }
}
.font-sans-xl {
  font-size: 2.1294117647rem;
}

@media all and (min-width: 30em) {
  .mobile-lg\:font-sans-xl {
    font-size: 2.1294117647rem;
  }
}
@media all and (min-width: 40em) {
  .tablet\:font-sans-xl {
    font-size: 2.1294117647rem;
  }
}
@media all and (min-width: 64em) {
  .desktop\:font-sans-xl {
    font-size: 2.1294117647rem;
  }
}
/* ---------------- IPAD CSS ----------------------- */
@media (max-width: 768px) {
  .whldp-txt {
    font-size: 1.1rem;
    line-height: 1.2rem;
    margin-top: 0.3rem;
  }
  .card-member {
    width: 31%;
    margin: 5px;
  }
  .clearfix-lg {
    height: 23rem;
  }
  .banner {
    margin-left: 0px;
  }
  .usa-overlay.is-visible {
    opacity: 0.2;
    visibility: visible;
  }
  .filters .filter__col, .project-item__filters .filter__col {
    margin-right: 1rem;
    width: 70%;
  }
  .flter-algn {
    margin-left: 0px;
  }
}
/* ---------------- MOBILE CSS ----------------------- */
@media screen and (max-width: 640px) {
  .usa-banner__button-text {
    position: absolute;
    left: 3em;
    right: auto;
    text-decoration: underline;
  }
  .usa-banner__button[aria-expanded=true]:before {
    background-color: #323a45;
  }
  .usa-banner__button:hover::after {
    content: "";
    background-color: #1a4480;
  }
  .usa-banner__button::after {
    background: url(../img/usa-icons-bg/expand_more--white.svg) no-repeat center/1rem 1rem;
  }
  .usa-banner__button[aria-expanded=true]::after {
    background: url(../img/usa-icons-bg/expand_less--white.svg) no-repeat center/1rem 1rem;
  }
  .whldp-txt {
    line-height: 1.1rem;
    margin-top: 0.3rem;
  }
  .whldp-logo-img {
    padding-top: 0px;
  }
  .card-member {
    width: 100%;
  }
  .filters .filter__col, .project-item__filters .filter__col {
    margin-right: 0px;
    width: 100%;
  }
  .foter-contact {
    margin-left: 20px;
    margin-top: -3px;
  }
}
.width-full {
  width: 100%;
}

blockquote {
  color: #0071bc;
  font-size: 1.25em;
  font-style: italic;
}

.pgov h1 {
  font-family: "Galaxie Copernicus Bold";
  font-size: 40px;
  color: #000;
}
.pgov h2 {
  font-family: "Tesla Slab Bold 2";
  color: #EC0D0D;
  font-size: 32px;
}
.pgov h3 {
  font-family: "Galaxie Copernicus Extra Bold";
  font-size: 24px;
  color: #002578;
}
.pgov h4 {
  font-family: "Galaxie Copernicus Bold";
  font-weight: bold;
  color: #000;
}
.pgov h5 {
  font-family: "Galaxie Copernicus Bold";
  font-size: 18px;
  color: #000;
}
.pgov p, .pgov .usa-prose {
  font-family: "Galaxie Copernicus";
  color: #000;
}
.pgov a {
  font-family: "Galaxie Copernicus";
}
.pgov strong {
  font-family: "Galaxie Copernicus bold";
}
.pgov .heading {
  font-family: "Galaxie Copernicus Bold";
}
.pgov .big-text {
  font-size: 1.2em;
}
.pgov hr {
  height: 1px;
}
.pgov #left-side-menu-buttons {
  display: none;
}
.pgov .usa-sidenav a {
  letter-spacing: -1px;
  font-family: "Galaxie Copernicus Medium";
}
@media screen and (max-width: 900px) and (min-width: 600px) {
  .pgov .grid-gap {
    flex-direction: row-reverse;
  }
  .pgov #main-content {
    width: min-content;
  }
  .pgov #side-nav {
    width: 202px;
    padding-top: 0;
  }
}
@media screen and (max-width: 475px) {
  .pgov #left-side-menu-buttons {
    display: block;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-align: center;
  }
}

.cx-hero {
  background-image: url(/assets/images/cx/cx-header.jpg);
  background-position: bottom;
  min-height: 440px;
}
.cx-hero h1 {
  line-height: 1.125em;
}

.cx-hero.projects-page {
  background-image: url(/assets/images/cx/cx-header-illustration-02.png);
}

#fba-button.fixed-tab-button.usa-button {
  margin-bottom: 0;
  font-size: 16px;
}

.touchpoints-form-wrapper .usa-banner__header-text {
  color: inherit;
}

.usa-accordion__button.text-white[aria-expanded=false] {
  background-image: url(/assets/images/icons/add_white.svg), linear-gradient(transparent, transparent);
}

.usa-accordion__button.text-white[aria-expanded=true] {
  background-image: url(/assets/images/icons/remove_white.svg), linear-gradient(transparent, transparent);
}

.bg-light-gray {
  background-color: #F2F2F2;
}

.pgov.usa-card-group .usa-card__container {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  border: none;
  border-radius: 0;
  border-top: 1px solid;
}
.pgov.usa-card-group .usa-card__container .usa-card__header {
  padding-left: 0;
  padding-right: 0;
}
.pgov.usa-card-group .usa-card__container .usa-card__body {
  padding-left: 0;
  padding-right: 0;
}

.agenda-hd {
  font-family: "Tesla Slab Bold 2";
  font-style: normal;
  line-height: 22px;
}

.agenda-p {
  font-family: "Galaxie Copernicus Medium";
  line-height: 162%;
  letter-spacing: -0.015em;
}

.agenda-h2 {
  font-family: "Tesla Slab Bold 2";
  line-height: 162%;
  letter-spacing: -0.015em;
  color: #ec0d0d;
  font-size: 32px;
}

.agenda-h3 {
  font-family: "Galaxie Copernicus Extra Bold";
  line-height: 162%;
  letter-spacing: -0.015em;
  color: #002578;
}

.bt-blue2 {
  font-family: "Galaxie Polaris";
  color: #0808ff;
  box-shadow: inset 0 0 0 2px #0808ff;
  border-radius: 0;
}

.bt-blue {
  font-family: "Galaxie Polaris";
  background: #0808ff;
  border-radius: 0;
}

.pma-hd > h1 {
  font-style: normal;
  letter-spacing: -0.01em;
  font-size: 40px;
  font-family: Galaxie Copernicus Bold;
}

.suc-txt li {
  font-family: "Galaxie Polaris Medium";
  font-size: 0.813rem;
  line-height: 162%;
}

.suc-li {
  font-family: "Galaxie Polaris";
}

#side-nav .usa-sidenav a {
  padding-bottom: 1rem;
}

#open-left-side-menu {
  color: #fff;
}

.pgov-basic {
  font-size: 1rem;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.62;
}
.pgov-basic #main-content {
  font-family: "Galaxie Copernicus Medium";
}
.pgov-basic #main-content .usa-prose {
  font-family: "Galaxie Copernicus Medium";
  font-size: 1rem;
}
.pgov-basic #main-content .usa-prose ul.usa-button-group {
  padding-left: 0;
}
.pgov-basic #main-content .usa-prose .usa-icon-list a {
  font-family: "Tesla Slab Regular 2";
}
.pgov-basic #main-content h1 {
  font-size: 2rem;
  color: #000000;
  font-family: "Galaxie Copernicus";
  font-weight: normal;
  letter-spacing: -0.03em;
  line-height: 1.35;
}
.pgov-basic #main-content h2 {
  font-size: 1.75rem;
  color: #002578;
  font-family: "Tesla Slab Bold 2";
  line-height: 1.15;
}
.pgov-basic #main-content h2.number-h2 {
  font-size: 2rem;
  line-height: 1;
  color: #000000;
}
.pgov-basic #main-content h2.text-ink {
  color: #000000;
}
.pgov-basic #main-content h3 {
  font-size: 1.063rem;
  color: #002578;
  font-family: "Galaxie Copernicus Bold";
}
.pgov-basic #main-content h3.title-h3 {
  font-size: 1.375rem;
}
.pgov-basic #main-content h3.goal-text {
  color: #000000;
}
.pgov-basic #main-content h3.stragegy-h3 {
  font-size: 1.375rem;
  font-family: "Galaxie Copernicus Medium";
  color: #000000;
  line-height: 1.32;
  font-weight: 500;
  margin-top: 1em;
}
.pgov-basic #main-content h3.goal-h3 {
  color: #000000;
  line-height: 135%;
  letter-spacing: -1.5%;
}
.pgov-basic #main-content h4 {
  font-size: 1rem;
  color: #1771ea;
  font-family: "Galaxie Polaris";
}
.pgov-basic #main-content h4.suc-tite {
  font-size: 0.75rem;
  line-height: 150%;
  color: #1771ea;
  text-transform: uppercase;
  font-weight: 600;
}
.pgov-basic #main-content h5 {
  font-size: 0.75rem;
  color: #000000;
  font-family: "Galaxie Polaris Medium";
}
.pgov-basic #main-content h6 {
  font-size: 0.75rem;
  color: #000000;
  font-family: "Galaxie Polaris";
}
.pgov-basic #main-content .subtitle {
  font-size: 1.125em;
  line-height: 1.62;
}
.pgov-basic #main-content p {
  font-size: 1rem;
}
.pgov-basic #main-content p.pri-name {
  font-size: 1.125rem;
  line-height: 135%;
}
.pgov-basic #main-content p.pgov-body-md {
  font-size: 0.938rem;
}
.pgov-basic #main-content p.pgov-ui-lg {
  font-size: 1.06rem;
}
.pgov-basic #main-content p.pgov-ui-md {
  font-size: 0.93rem;
}
.pgov-basic #main-content p.pma-date {
  font-size: 0.89rem;
  font-family: "Tesla Slab Regular 2";
  padding: 0rem 1.2rem;
}
.pgov-basic #main-content p.pri-hd {
  font-size: 0.75rem;
  font-family: "Galaxie Polaris Medium";
  line-height: 100%;
}
.pgov-basic #main-content p.pma-footnote {
  font-size: 0.75rem;
  font-family: "Galaxie Polaris Medium";
  line-height: 162%;
  color: #71767a;
}
.pgov-basic #main-content .usa-table thead th {
  background-color: #000000;
  color: #fff;
}
.pgov-basic #main-content .usa-table {
  font-family: "Galaxie Copernicus Medium";
  font-size: 0.875rem;
}
.pgov-basic #main-content .usa-breadcrumb__list > li {
  font-family: "Galaxie Copernicus Medium";
}
.pgov-basic #main-content .usa-card__container {
  font-family: "Galaxie Copernicus Medium";
}
.pgov-basic #main-content .subtitle {
  font-size: 1.125em;
  line-height: 1.62;
}
.pgov-basic .usa-button.pma-footer-button {
  font-size: 14px;
  letter-spacing: unset;
}
.pgov-basic .usa-button.milestone-bl {
  font-family: "Galaxie Polaris Medium";
}
.pgov-basic .usa-button.incomplete-ms {
  font-family: "Galaxie Polaris Medium";
}
.pgov-basic .usa-media-block__body {
  max-width: revert;
}
.pgov-basic .blog-tag-row {
  border-bottom: 1px solid #dcdee0;
}
.pgov-basic .blog-tag-row:last-child {
  border-bottom: 0;
  margin-bottom: 3em;
}
.pgov-basic .usa-process-list {
  font-family: "Galaxie Copernicus Medium";
}
.pgov-basic .usa-process-list .usa-process-list__item {
  border-left: 1px solid #0037fa;
  max-width: unset;
}
.pgov-basic .usa-process-list .usa-process-list__item::before {
  content: ".";
  counter-increment: unset;
  background-color: #0037fa;
  border: 1px solid #0037fa;
  box-shadow: none;
  color: #0037fa;
  font-size: 1rem;
  left: 12px;
  height: 10px;
  width: 10px;
  margin-top: 0;
}
.pgov-basic .info-icon {
  vertical-align: middle;
}
.pgov-basic.priority-pages .strategy-card a:focus, .pgov-basic.priority-pages .highlight-card a:focus {
  outline: revert;
}
.pgov-basic.priority-pages .usa-modal__close {
  z-index: 2;
}
.pgov-basic.priority-pages .usa-breadcrumb__list-item:not(:last-child)::after {
  bottom: -0.3em;
}
.pgov-basic .modal-img {
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 12px;
  background-image: url("../img/headshots/generic.jpeg");
}

.togContainer {
  display: none;
}

.usa-button {
  border-radius: 0;
  font-family: "Galaxie Polaris";
  font-size: 0.875rem;
}

.usa-identifier {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

.usa-identifier__required-link {
  font-size: 0.938rem;
  color: #fff;
}

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

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

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

.usa-footer__return-to-top {
  font-family: "Galaxie Copernicus Medium";
}

.usa-banner__button:hover::after, .usa-banner__button[aria-expanded=true]:hover::after {
  background-color: transparent;
}

.usa-header + main {
  padding-top: 0.25em;
}

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

.font-size-12 {
  font-size: 12px;
}

@media (min-width: 64em) {
  .usa-megamenu.usa-nav__submenu {
    padding-left: 1em;
    padding-right: 1em;
    right: inherit;
    left: inherit;
  }
}
@media (max-width: 64em) {
  li.search-item {
    border: 1px solid #dcdee0;
    margin: 2em 0 1em 0;
  }
}
.usa-modal h1 {
  font-family: "Galaxie Polaris";
  font-size: 1.25rem;
}
.usa-modal h2 {
  font-size: 1.063rem;
}
.usa-modal p {
  font-size: 0.875rem;
}
.usa-modal p.modal-breadcrumb {
  font-size: 0.75rem;
}
.usa-modal li {
  font-size: 0.875rem;
  font-family: Arial, Helvetica, sans-serif;
}
.usa-modal .date {
  font-size: 0.875rem;
}

.bg-base-darkest {
  background-color: #1b1b1b;
}

p strong {
  font-family: "Galaxie Copernicus Bold";
}

.usa-accordion__content p strong {
  font-family: Arial, Helvetica, sans-serif;
}

.usa-modal-wrapper.is-hidden {
  z-index: -1;
}

#twitter-widget-0 {
  visibility: unset !important;
}

.Legend-colorBox {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  margin-top: 3px;
}

.legend-list li {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .legend-list li {
    text-align: left;
  }
}

.pic-user {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: white;
}

.usa-nav {
  font-family: "Tesla Slab Regular 2";
}

.usa-header--extended .usa-navbar {
  max-width: 90.28rem;
}

.usa-nav__secondary-links a {
  font-size: 1rem;
}

.usa-footer__contact-heading {
  font-family: "Tesla Slab Bold 2";
  font-size: 1.375em;
}

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

/* ------------------ Render crisp fonts ------------------ */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ------------------ Borders */
.pgov-border-color-lt-blue {
  border-color: #4083ff;
}

.pgov-border-color-red {
  border-color: #ec0d0d;
}

.pgov-border-color-navy {
  border-color: #002578;
}

/* ------------------ Fills */
.pgov-fill-bright-blue {
  background-color: #0808ff;
}

.pgov-fill-red {
  background-color: #ec0d0d;
}

.pgov-fill-navy {
  background-color: #002578;
}

.pgov-fill-black {
  background-color: #000000;
}

.pgov-fill-lt-blue {
  background-color: #1771ea;
}

/* ------------------ Colors */
.pgov-color-red {
  color: #ec0d0d;
}

.pgov-color-blue {
  color: #0808ff;
}

/* ------------------ Special */
.pgov-dropcap p:first-letter {
  font-family: "GP Thin Slab", serif;
  font-size: 5.5rem;
  /* 88px */
  padding-top: 0.245em;
  float: left;
  line-height: 0.6;
  margin-right: 0.3em;
  margin-bottom: 0.25em;
  color: #0808ff;
  font-style: normal;
}

/* ------------------ Headers */
.pgov-h1 {
  font-family: "Galaxie Copernicus";
  font-size: 2rem;
  /* 32px */
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.03em;
}

.pgov-h2 {
  font-family: "Tesla Slab Bold 2", sans-serif;
  font-size: 1.75rem;
  /* 28px */
  font-weight: 700;
  color: #002578;
  line-height: 1.15;
}

.pgov-h3 {
  font-family: "Galaxie Copernicus Bold", sans-serif;
  font-size: 1.063rem;
  /* 17px */
  color: #000000;
  line-height: 1.5;
  letter-spacing: -0.015em;
}
.pgov-h3:hover {
  color: #0808ff;
}

.pgov-overline-1 {
  font-family: "Tesla Slab Bold 2", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.15;
  text-transform: uppercase;
}

.pgov-overline-2 {
  font-family: "Galaxie Polaris Medium", sans-serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

/* ------------------ Body */
.pgov-body-sm {
  font-family: "Galaxie Copernicus Medium", serif;
  font-size: 0.875rem;
  /* 14px */
  font-weight: 500;
  letter-spacing: -0.015em;
  line-height: 1.62;
}

.pgov-body {
  font-family: "Galaxie Copernicus Medium", serif;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.015em;
  line-height: 1.62;
}

.pgov-body strong {
  font-family: "Galaxie Copernicus Extra Bold", serif;
  color: #000000;
  font-weight: 900;
}

.pgov-body-md {
  font-family: "Galaxie Copernicus Medium", serif;
  font-size: 0.938rem;
  /* 15px */
  font-weight: 500;
  color: #000000;
  line-height: 1.62;
  letter-spacing: -0.015em;
}

/* ------------------ UI */
.pgov-ui-label {
  font-family: "Galaxie Polaris", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  /* 10px */
  text-transform: uppercase;
  line-height: 1.35;
  color: #000000;
  letter-spacing: 0.1em;
}

.pgov-ui-lg {
  font-family: "Tesla Slab Bold 2", sans-serif;
  font-weight: 700;
  color: #002578;
}

.pgov-ui-md {
  font-family: "Tesla Slab Regular 2", sans-serif;
  font-weight: 400;
  color: #002578;
}

/* ------------------- Utilities */
.pgov-serif {
  font-family: "Galaxie Copernicus Medium", serif;
}

/* ------------------ Buttons ------------------ */
.pgov-btn-sm {
  font-family: "Galaxie Polaris", sans-serif;
  font-size: 0.75rem;
  line-height: 2;
  /* 12px */
  font-weight: 700;
  color: #002578;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 0.188rem;
  /* 3px */
  border: none;
  background-color: #fff;
  border-bottom: solid 2px #ec0d0d;
  text-decoration: none;
}

.pgov-btn-sm:hover {
  color: #0808ff;
  border-bottom: solid 2px #0808ff;
}

#secondary-navigation a:not(.usa-button):hover {
  background-color: #fff;
}

/* ------------------ Document button */
.pgov-btn__doc {
  font-family: "Tesla Slab Bold 2", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.25rem 0.625rem;
  width: auto;
  display: inline-block;
}

.pgov-btn__doc-ag {
  font-family: "Tesla Slab Bold 2", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.25rem 0.625rem;
  width: auto;
  display: inline-block;
}
.pgov-btn__doc-ag:hover {
  color: #fff;
}
@media screen and (max-width: 639px) {
  .pgov-btn__doc-ag {
    font-size: 1.2rem;
  }
}

.pgov-btn__doc-ag-2 {
  font-family: "Tesla Slab Bold 2", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.25rem 0.625rem;
  width: auto;
  display: inline-block;
}
.pgov-btn__doc-ag-2:hover {
  color: #fff;
}
@media screen and (max-width: 639px) {
  .pgov-btn__doc-ag-2 {
    font-size: 1.2rem;
  }
}

.pgov-btn__doc {
  background: url(../images/pgov-icons/document.svg) no-repeat;
  float: right;
  margin-top: 3px;
  margin-left: 5px;
  width: 18px;
  height: 18px;
}

.pgov-btn__doc:hover {
  background-color: #0808ff;
  color: #fff;
}

.pgov-metadata {
  color: #0808ff;
  padding-bottom: 5px;
}

/* ------------------ Browse buttons */
.pgov-arrow .pgov-btn-arrow {
  width: 56px;
  height: 56px;
  border: 3px solid #000;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
  background-color: #fff;
}

a:hover .pgov-arrow .pgov-btn-arrow {
  border-color: #0808ff;
}

.pgov-btn-arrow span.arrow-left {
  background: url(../images/pgov-icons/lg-arrow-left_black.svg) no-repeat;
  float: left;
  margin-top: 2px;
  width: 39px;
  height: 24px;
  margin-left: 6px;
}

.pgov-btn-arrow span.arrow-right {
  background: url(../images/pgov-icons/lg-arrow-right_black.svg) no-repeat;
  float: right;
  margin-top: 2px;
  width: 39px;
  height: 24px;
  margin-right: 6px;
}

a:hover span.arrow-left {
  background: url(../images/pgov-icons/lg-arrow-left_blue.svg);
}

a:hover span.arrow-right {
  background: url(../images/pgov-icons/lg-arrow-right_blue.svg);
}

#pgov-browse-container {
  width: 100%;
  text-align: center;
}

#pgov-browse-left {
  float: left;
  width: 39px;
  height: 24px;
}

#pgov-browse-center {
  display: inline-block;
  margin: 1.25rem auto;
  width: auto;
  height: auto;
  line-height: 1;
  padding-left: 0.3rem;
}

#pgov-browse-right {
  float: right;
  width: 39px;
  height: 24px;
}

#browse-label-desktop {
  line-height: 1.8;
  margin-top: 1.2rem;
}

.h1-margin {
  margin: 0.67em 0;
}

/* ------------------ Profile header ------------------ */
.pgov-profile-header .usa-media-block__img {
  height: 3.5rem;
  width: 3.5rem;
}
@media screen and (min-width: 639px) {
  .pgov-profile-header .usa-media-block__img {
    margin-right: 0.75rem;
  }
}

/* ------------------ Desktop layout */
.pgov-profile-header .usa-button-group {
  margin-bottom: 0.75rem;
}

.profile-title a {
  text-decoration: none;
}

.profile-title a:hover span {
  color: #0808ff;
}

.profile-title a {
  margin-top: 0;
  padding-top: 0;
}

.small-agency {
  width: 46.83%;
  margin: 13px;
}

.agency-img {
  float: left;
  margin-right: 1rem;
}

/* ------------------ Hero image */
.pgov-hero__item-imgwrap {
  position: relative;
  --imgwidth: 100%;
  overflow: hidden;
  will-change: transform;
}

.pgov-hero__item-decobar-blue {
  width: 100%;
  height: 40px;
  top: 0%;
  position: absolute;
  background: #4083ff;
  mix-blend-mode: multiply;
}

.pgov-hero__item-decobar-red {
  width: 100%;
  height: 25px;
  bottom: 0%;
  position: absolute;
  background: #ec0d0d;
  mix-blend-mode: multiply;
}

/* ------------------ Center on mobile */
@media only screen and (max-width: 639px) {
  .pgov-profile-header .pgov-overline-1 {
    font-size: 2rem;
  }
  .pgov-profile-header .usa-media-block__img {
    height: 50%;
    width: 50%;
    max-width: 10rem;
  }
  .pgov-profile-header {
    text-align: center;
  }
}
@media only screen and (max-width: 639px) {
  .pgov-apg .pgov-overline-1 {
    font-size: 1.5rem;
  }
  .pgov-apg .usa-media-block__img {
    max-width: 3.5rem;
  }
}
/* ------------------ Strategic goals ------------------ */
/* ------------------ Eagle */
.pgov-eagle {
  max-width: 15rem; /* 240px */
}

/* ------------------ Strategic goal cards */
/* ------------------ Card */
.pgov-sg-card {
  border-radius: 0;
  padding-top: 1rem;
  padding-right: 2rem;
  border-top: 0.063rem solid #0808ff;
  margin-bottom: 2rem;
}

.pgov-sg-card img:first-of-type {
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .pgov-sg-card {
    padding-right: 0rem;
  }
}
.pgov-sg-card .usa-accordion__button {
  background-color: #000000;
  color: #fff;
  font-family: "Galaxie Polaris", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: none;
  padding: 0.75rem 1rem;
}

/* ------------------ Text styles for card */
.pgov-sg-card h2 {
  margin: 0;
  margin-top: 1rem;
}

.pgov-special-list ul {
  font-family: "Tesla Slab Regular 2", sans-serif;
  padding-left: 0;
}

.pgov-sg-card h3 {
  font-family: "Galaxie Copernicus Bold", serif;
  color: #002578;
  font-size: 1.375rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin-top: 1rem;
  line-height: 1.5;
}

/* ------------------ Accordion */
.pgov-sg-card .usa-accordion__button {
  background-color: #000000;
  color: #fff;
  font-family: "Galaxie Polaris", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: none;
  padding: 0.75rem 1rem;
}

.pgov-sg-card .usa-accordion__button:hover {
  background-color: #0808ff;
}

.pgov-sg-card .usa-accordion__button[aria-expanded=false] {
  background-image: url(../images/icons/add_white.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 1.25rem;
}

.pgov-sg-card .usa-accordion__button[aria-expanded=true] {
  background-image: url(../images/icons/remove_white.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-color: #0808ff;
}

/* ------------------ Goal leaders showcase ------------------ */
.pgov-user {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 12px;
  background-image: url("../images/pgov-headshot-icon.jpg");
}

.psrw-headshots {
  display: inline-block;
  width: 100%;
  height: 22rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 12px;
  background-image: url("../images/pgov-headshot-icon.jpg");
}
@media screen and (max-width: 821px) {
  .psrw-headshots {
    height: 28rem;
  }
}

.pgov-goal-leaders {
  border-top: 0.5rem solid #ec0d0d;
  border-bottom: 5px solid #002578;
}

.pgov-goal-leaders-2 {
  border-bottom: 1px solid #000000;
}

/* ------------------ Sidenav ------------------ */
.pgov .usa-sidenav {
  border-top: solid 0.5rem #000000;
  margin-bottom: 2rem;
}

.pgov .usa-sidenav {
  border-top: solid 8px #000000;
}

.pgov .usa-sidenav .usa-sidenav__item {
  border: 0;
  /* Remove existing borders */
}

.pgov .usa-sidenav a {
  border-left: 0;
  /* Remove existing borders */
  border-right: solid 1px #4083ff;
  border-bottom: solid 1px #4083ff;
  padding-top: 1rem;
  padding-bottom: 2rem;
  padding-left: 0;
  padding-right: 8px;
  letter-spacing: 0px;
}

.pgov .usa-sidenav a .pgov-overline-2 {
  color: #0808ff;
}

.pgov .usa-sidenav a:hover {
  background-color: #fff;
}

.pgov .usa-sidenav a img {
  display: none;
}

.pgov .usa-sidenav a:hover img {
  display: inline-block;
}

.usa-sidenav a:hover .pgov-h3 {
  color: #0808ff;
  background-color: #fff;
}

/* ------------------ Tags ------------------ */
.pgov-page-tag {
  font-family: "Tesla Slab Bold 2", sans-serif;
  letter-spacing: 0.025rem;
  font-weight: 700;
  text-transform: uppercase;
}

.other-ag {
  line-height: 1;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.usa-prose > ul li {
  margin-bottom: 0.75em;
}

.usa-sidenav .usa-current::after {
  background-color: transparent;
}

@media screen and (min-width: 1100px) {
  .goal-menu .prio-item {
    width: 180px;
  }
  .goal-menu .prio-item .prio-container:after {
    bottom: 2px;
  }
  .goal-menu .prio-item .prio-container:after {
    content: " ";
    border-top: 11px solid #ec0d0d;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
}
.goal-menu .prio-item {
  font-family: "Tesla Slab Regular 2", serif;
  position: relative;
  margin-bottom: 30px;
}

.goal-menu .prio-item .prio-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: fit-content;
  margin-top: auto;
  position: relative;
}

.goal-menu .prio-item .prio-container .prio-label {
  color: #ec0d0d;
  font-family: "Tesla Slab Bold 2";
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 95.5%;
  position: absolute;
  top: 1.5em;
  left: 0;
  padding-bottom: 5px;
}

.goal-menu .prio-item .prio-container .prio-number {
  color: #0808ff;
  font-family: "GP Thin Slab";
  font-style: normal;
  font-weight: 800;
  font-size: 77px;
  line-height: 95.5%;
  padding-left: 1.25em;
  position: relative;
}

.border-goal {
  border-radius: 0;
  padding-top: 1rem;
  padding-right: 2rem;
  border-bottom: 0.063rem solid #c4c4c4;
  margin-bottom: 2rem;
}

.psrw-text {
  color: #fff !important;
}

.pgov-basic #main-content h3.filter-title {
  color: #000;
}

.quick-reference-border {
  border-top: solid 4px #8889db;
}
.quick-reference-border span.usa-tag {
  background-color: #e5e4fa;
  color: #3d4076;
}

.legislation-border {
  border-top: solid 4px #f2938c;
}
.legislation-border span.usa-tag {
  background-color: #f8e1de;
  color: #6f3331;
}

.guidance-border {
  border-top: solid 4px #97d4ea;
}
.guidance-border span.usa-tag {
  background-color: #c3ebfa;
  color: #074b69;
}

.report-border {
  border-top: solid 4px #F79520;
}
.report-border span.usa-tag {
  background-color: #F79520;
  color: #6f3331;
}

.playbook-border {
  border-top: solid 4px #92d9bb;
}
.playbook-border span.usa-tag {
  background-color: #c7efe2;
  color: #193324;
}

#secondary-navigation .pic-filters li {
  display: inline-block;
}
#secondary-navigation .pic-filters a {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 0.875em;
  border: solid 1px gray;
  color: #333;
  text-decoration: none;
  background: white;
  margin: 0.2em 0;
}
#secondary-navigation .pic-filters a.is-checked {
  background: #595959;
  color: white;
}
#secondary-navigation .pic-filters a.is-checked:hover {
  color: white;
}
#secondary-navigation .pic-filters a:hover {
  outline: 2px solid grey;
  color: #333;
}

/* For the hover effect */
.color-change:hover path[fill="#fff"],
.color-change:hover path[fill="#ffffff"],
.color-change:hover path[fill=white],
.color-change:hover circle[fill="#fff"],
.color-change:hover circle[fill="#ffffff"],
.color-change:hover circle[fill=white],
.color-change:hover rect[fill="#fff"],
.color-change:hover rect[fill="#ffffff"],
.color-change:hover rect[fill=white],
.color-change:hover polygon[fill="#fff"],
.color-change:hover polygon[fill="#ffffff"],
.color-change:hover polygon[fill=white],
.color-change:hover ellipse[fill="#fff"],
.color-change:hover ellipse[fill="#ffffff"],
.color-change:hover ellipse[fill=white],
.color-change:hover line[stroke="#fff"],
.color-change:hover line[stroke="#ffffff"],
.color-change:hover line[stroke=white],
.color-change:hover polyline[fill="#fff"],
.color-change:hover polyline[fill="#ffffff"],
.color-change:hover polyline[fill=white],
.color-change:hover text[fill="#fff"],
.color-change:hover text[fill="#ffffff"],
.color-change:hover text[fill=white] {
  fill: #E52207 !important; /* Using !important to override any inline styles */
}

.color-change:hover [stroke="#fff"],
.color-change:hover [stroke="#ffffff"],
.color-change:hover [stroke=white] {
  stroke: #E52207 !important;
}

/* Adding a fade transition */
.color-change path,
.color-change circle,
.color-change rect,
.color-change polygon,
.color-change ellipse,
.color-change line,
.color-change polyline,
.color-change text {
  transition: fill 0.3s ease, stroke 0.3s ease;
}

@font-face {
  font-family: "Galaxie Copernicus Medium";
  src: url("../fonts/galaxy/CopernicusV2-Medium.woff2") format("woff2"), url("../fonts/galaxy/CopernicusV2-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galaxie Copernicus Bold Italic";
  src: url("../fonts/galaxy/CopernicusV2-BoldItalic.woff2") format("woff2"), url("../fonts/galaxy/CopernicusV2-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Galaxie Polaris";
  src: url("../fonts/galaxy/Polaris-Bold.woff2") format("woff2"), url("../fonts/galaxy/Polaris-Bold.woff") format("woff"); /* Pretty Modern Browsers */
}
@font-face {
  font-family: "Galaxie Polaris Medium";
  src: url("../fonts/galaxy/GalaxiePolaris-Medium.woff2") format("woff2"), url("../fonts/galaxy/GalaxiePolaris-Medium.woff") format("woff"); /* Pretty Modern Browsers */
}
@font-face {
  font-family: "Galaxie Polaris Medium Italic";
  src: url("../fonts/galaxy/GalaxiePolaris-MediumItalic.woff2") format("woff2"), url("../fonts/galaxy/GalaxiePolaris-MediumItalic.woff") format("woff"); /* Pretty Modern Browsers */
}
@font-face {
  font-family: "GP Thin Slab";
  src: url("../fonts/gp-thin-slab/GPThinSlab.woff") format("woff2"); /* Super Modern Browsers */
}
@font-face {
  font-family: "Galaxie Copernicus Bold";
  src: url("../fonts/galaxy/CopernicusV2-Bold.woff2") format("woff2"), url("../fonts/galaxy/CopernicusV2-Bold.woff") format("woff");
}
@font-face {
  font-family: "Galaxie Copernicus Extra Bold";
  src: url("../fonts/galaxy/CopernicusV2-Extrabold.woff2") format("woff2"), url("../fonts/galaxy/CopernicusV2-Extrabold.woff") format("woff");
}
@font-face {
  font-family: "Galaxie Copernicus";
  src: url("../fonts/galaxy/CopernicusV2-Book.woff2") format("woff2"), url("../fonts/galaxy/CopernicusV2-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Galaxie Copernicus";
  src: url("../fonts/galaxy/CopernicusV2-Book.woff2") format("woff2"), url("../fonts/galaxy/CopernicusV2-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Galaxie Copernicus";
  src: url("../fonts/galaxy/CopernicusV2-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Galaxie Copernicus";
  src: url("../fonts/galaxy/CopernicusV2-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Galaxie Copernicus";
  src: url("../fonts/galaxy/CopernicusV2-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Galaxie Copernicus";
  src: url("../fonts/galaxy/CopernicusV2-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Galaxie Copernicus";
  src: url("../fonts/galaxy/CopernicusV2-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Galaxie Copernicus";
  src: url("../fonts/galaxy/CopernicusV2-Extrabold.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GPThin Slab";
  src: url("../fonts/gp-thin-slab/GPThinSlab.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Tesla Slab";
  src: url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001658-1810c002b27f55a06a40837a86337578.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001658-1810c002b27f55a06a40837a86337578.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Tesla Slab";
  src: url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001662-2200d087da0900b904a8e10d1e2972ba.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001662-2200d087da0900b904a8e10d1e2972ba.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/*
* Webfonts served by typotheque.com
*
* To make the font files as small as possible,
* most glyphs and OpenType features were removed.
* To edit the fonts, add more language support,
* log it to your Typotheque account:
* http://www.typotheque.com/my_account/webfonts
*
* The Typotheque Font Software is protected under domestic
* and international trademark and copyright law.
* Modifying, reverse engineering or otherwise copying
* of Typotheque Font Software is illegal.
* http://www.typotheque.com/licensing/
*
* (c) 2021, Typotheque
* Generated: 2021-11-02 14:59:36
*/
@font-face {
  font-family: "Tesla Slab Light";
  src: url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001656-b4241989c44f1990a96cf06d6d1baa83.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001656-b4241989c44f1990a96cf06d6d1baa83.woff") format("woff");
  font-display: auto;
}
@font-face {
  font-family: "Tesla Slab Light Italic";
  src: url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001657-324ad4f2e8c7a9deebb706f1ec81da11.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001657-324ad4f2e8c7a9deebb706f1ec81da11.woff") format("woff");
  font-display: auto;
}
@font-face {
  font-family: "Tesla Slab Regular 2";
  src: url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001658-1810c002b27f55a06a40837a86337578.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001658-1810c002b27f55a06a40837a86337578.woff") format("woff");
  font-display: auto;
}
@font-face {
  font-family: "Tesla Slab Regular Italic 2";
  src: url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001659-49d819abc394ec83b24320361d91b6c4.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001659-49d819abc394ec83b24320361d91b6c4.woff") format("woff");
  font-display: auto;
}
@font-face {
  font-family: "Tesla Slab Bold 2";
  src: url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001662-2200d087da0900b904a8e10d1e2972ba.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001662-2200d087da0900b904a8e10d1e2972ba.woff") format("woff");
  font-display: auto;
}
@font-face {
  font-family: "Tesla Slab Bold Italic 2";
  src: url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001663-c0c4e4b560a086eb371055f310e3b7c8.woff2") format("woff2"), url("https://s3-us-west-1.amazonaws.com/fonts-california.typotheque.com/WF-037228-011755-001663-c0c4e4b560a086eb371055f310e3b7c8.woff") format("woff");
  font-display: auto;
}

/*# sourceMappingURL=main.css.map */