@import url(foia-legacy.css);
/***********************************
 * USWDS variable overrides
 * ********************************/
/***********************************
 * New variable declarations
 * ********************************/
/*! uswds @version */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* stylelint-disable at-rule-empty-line-before */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("/assets/fonts/sourcesanspro-light-webfont.woff") format("woff"), url("/assets/fonts/sourcesanspro-light-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("/assets/fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("/assets/fonts/sourcesanspro-regular-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/sourcesanspro-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/sourcesanspro-italic-webfont.woff2") format("woff2"), url("/assets/fonts/sourcesanspro-italic-webfont.woff") format("woff"), url("/assets/fonts/sourcesanspro-italic-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("/assets/fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("/assets/fonts/sourcesanspro-bold-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/merriweather-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/merriweather-light-webfont.woff2") format("woff2"), url("/assets/fonts/merriweather-light-webfont.woff") format("woff"), url("/assets/fonts/merriweather-light-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/merriweather-regular-webfont.woff2") format("woff2"), url("/assets/fonts/merriweather-regular-webfont.woff") format("woff"), url("/assets/fonts/merriweather-regular-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/merriweather-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/merriweather-italic-webfont.woff2") format("woff2"), url("/assets/fonts/merriweather-italic-webfont.woff") format("woff"), url("/assets/fonts/merriweather-italic-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/merriweather-bold-webfont.woff2") format("woff2"), url("/assets/fonts/merriweather-bold-webfont.woff") format("woff"), url("/assets/fonts/merriweather-bold-webfont.ttf") format("truetype"); }
/* stylelint-enable */
.usa-grid,
.usa-grid-full,
.form-group_footer-links {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto; }
  .usa-grid::after,
  .usa-grid-full::after,
  .form-group_footer-links::after {
    clear: both;
    content: "";
    display: block; }

.usa-grid {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  @media screen and (min-width: 600px) {
    .usa-grid {
      padding-right: 3rem;
      padding-left: 3rem; } }

.usa-grid-full, .form-group_footer-links {
  padding: 0; }

@media screen and (min-width: 600px) {
  .usa-width-one-whole {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 100%; }
    .usa-width-one-whole:last-child {
      margin-right: 0; }

  .usa-width-one-half, .form-group_footer-links_left,
  .form-group_footer-links_right {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 47.5854205965%; }
    .usa-width-one-half:last-child, .form-group_footer-links_left:last-child,
    .form-group_footer-links_right:last-child {
      margin-right: 0; }

  .usa-width-one-third {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 30.1138941286%; }
    .usa-width-one-third:last-child {
      margin-right: 0; }

  .usa-width-two-thirds {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 65.0569470643%; }
    .usa-width-two-thirds:last-child {
      margin-right: 0; }

  .usa-width-one-fourth {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 47.5854205965%; }
    .usa-width-one-fourth:last-child {
      margin-right: 0; }
    .usa-width-one-fourth:nth-child(2n) {
      margin-right: 0; }

  .usa-width-three-fourths {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 100%; }
    .usa-width-three-fourths:last-child {
      margin-right: 0; }

  .usa-width-one-sixth {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 30.1138941286%; }
    .usa-width-one-sixth:last-child {
      margin-right: 0; }
    .usa-width-one-sixth:nth-child(3n) {
      margin-right: 0; }

  .usa-width-five-sixths {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 65.0569470643%; }
    .usa-width-five-sixths:last-child {
      margin-right: 0; }

  .usa-width-one-twelfth {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 30.1138941286%; }
    .usa-width-one-twelfth:last-child {
      margin-right: 0; }
    .usa-width-one-twelfth:nth-child(3n) {
      margin-right: 0; }

  .usa-width-five-twelfths {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 30.1138941286%; }
    .usa-width-five-twelfths:last-child {
      margin-right: 0; }

  .usa-width-seven-twelfths {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 65.0569470643%; }
    .usa-width-seven-twelfths:last-child {
      margin-right: 0; } }
@media screen and (min-width: 1201px) {
  .usa-width-one-whole {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 100%; }
    .usa-width-one-whole:last-child {
      margin-right: 0; }

  .usa-width-one-half, .form-group_footer-links_left,
  .form-group_footer-links_right {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .usa-width-one-half:last-child, .form-group_footer-links_left:last-child,
    .form-group_footer-links_right:last-child {
      margin-right: 0; }

  .usa-width-one-third {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%; }
    .usa-width-one-third:last-child {
      margin-right: 0; }

  .usa-width-two-thirds {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%; }
    .usa-width-two-thirds:last-child {
      margin-right: 0; }

  .usa-width-one-fourth {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .usa-width-one-fourth:last-child {
      margin-right: 0; }
    .usa-width-one-fourth:nth-child(2n) {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%; }
      .usa-width-one-fourth:nth-child(2n):last-child {
        margin-right: 0; }
    .usa-width-one-fourth:nth-child(4n) {
      margin-right: 0; }

  .usa-width-three-fourths {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%; }
    .usa-width-three-fourths:last-child {
      margin-right: 0; }

  .usa-width-one-sixth {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 14.7019566472%; }
    .usa-width-one-sixth:last-child {
      margin-right: 0; }
    .usa-width-one-sixth:nth-child(3n) {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 14.7019566472%; }
      .usa-width-one-sixth:nth-child(3n):last-child {
        margin-right: 0; }
    .usa-width-one-sixth:nth-child(6n) {
      margin-right: 0; }

  .usa-width-five-sixths {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 82.9403913294%; }
    .usa-width-five-sixths:last-child {
      margin-right: 0; }

  .usa-width-one-twelfth {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 6.1721523119%; }
    .usa-width-one-twelfth:last-child {
      margin-right: 0; }
    .usa-width-one-twelfth:nth-child(3n) {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 6.1721523119%; }
      .usa-width-one-twelfth:nth-child(3n):last-child {
        margin-right: 0; }
    .usa-width-one-twelfth:nth-child(12n) {
      margin-right: 0; }

  .usa-width-five-twelfths {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%; }
    .usa-width-five-twelfths:last-child {
      margin-right: 0; }

  .usa-width-seven-twelfths {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%; }
    .usa-width-seven-twelfths:last-child {
      margin-right: 0; } }
.usa-end-row {
  margin-right: 0; }

.usa-offset-one-twelfth {
  margin-left: 8.5298043353%; }

.usa-offset-one-sixth {
  margin-left: 17.0596086706%; }

.usa-offset-one-fourth {
  margin-left: 25.5894130058%; }

.usa-offset-one-third {
  margin-left: 34.1192173411%; }

.usa-offset-five-twelfths {
  margin-left: 42.6490216764%; }

.usa-offset-one-half {
  margin-left: 51.1788260117%; }

.usa-offset-seven-twelfths {
  margin-left: 59.708630347%; }

.usa-offset-two-thirds {
  margin-left: 68.2384346823%; }

.usa-offset-three-fourths {
  margin-left: 76.7682390175%; }

.usa-offset-five-sixths {
  margin-left: 85.2980433528%; }

.usa-offset-eleven-twelfths {
  margin-left: 93.8278476881%; }

.usa-sr-only, #selectReport label,
#selectReport legend,
#dataTable label,
#dataTable legend {
  position: absolute;
  left: -999em; }

html {
  box-sizing: border-box; }

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

body {
  background-color: #FFFFFF;
  color: #212121;
  overflow-x: hidden; }

.lt-ie9 * {
  filter: none !important;
  /* stylelint-disable-line declaration-no-important */ }

[hidden] {
  display: none !important;
  /* stylelint-disable-line declaration-no-important */ }

input:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus,
button:not([disabled]):focus {
  outline: 2px dotted #D0D0D0;
  outline-offset: 3px; }

iframe:focus,
[href]:focus,
[tabindex]:focus,
[contentEditable=true]:focus {
  outline: 2px dotted #D0D0D0;
  outline-offset: 3px; }

.usa-focus {
  outline: 2px dotted #D0D0D0;
  outline-offset: 3px; }

/* stylelint-disable selector-no-qualifying-type */
.usa-button, .foia-request-form_nav-top a, .usa-menu-btn,
.usa-button-primary,
.usa-button:visited,
.foia-request-form_nav-top a:visited,
.usa-menu-btn:visited,
.usa-button-primary:visited,
button,
[type=button],
[type=submit],
[type=reset],
[type=image] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  appearance: none;
  background-color: #5EAFF8;
  border: 0;
  border-radius: 5px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  width: 100%; }
  @media screen and (min-width: 481px) {
    .usa-button, .foia-request-form_nav-top a, .usa-menu-btn,
    .usa-button-primary,
    .usa-button:visited,
    .foia-request-form_nav-top a:visited,
    .usa-menu-btn:visited,
    .usa-button-primary:visited,
    button,
    [type=button],
    [type=submit],
    [type=reset],
    [type=image] {
      width: auto; } }
  .usa-button:hover, .foia-request-form_nav-top a:hover, .usa-menu-btn:hover, .usa-button.usa-button-hover, .foia-request-form_nav-top a.usa-button-hover, .usa-button-hover.usa-menu-btn,
  .usa-button-primary:hover,
  .usa-button-primary.usa-button-hover,
  .usa-button:visited:hover,
  .foia-request-form_nav-top a:visited:hover,
  .usa-menu-btn:visited:hover,
  .usa-button:visited.usa-button-hover,
  .foia-request-form_nav-top a:visited.usa-button-hover,
  .usa-menu-btn:visited.usa-button-hover,
  .usa-button-primary:visited:hover,
  .usa-button-primary:visited.usa-button-hover,
  button:hover,
  button.usa-button-hover,
  [type=button]:hover,
  [type=button].usa-button-hover,
  [type=submit]:hover,
  [type=submit].usa-button-hover,
  [type=reset]:hover,
  [type=reset].usa-button-hover,
  [type=image]:hover,
  [type=image].usa-button-hover {
    background-color: #205493;
    border-bottom: 0;
    color: #FFFFFF;
    text-decoration: none; }
  .usa-button:active, .foia-request-form_nav-top a:active, .usa-menu-btn:active, .usa-button.usa-button-active, .foia-request-form_nav-top a.usa-button-active, .usa-button-active.usa-menu-btn,
  .usa-button-primary:active,
  .usa-button-primary.usa-button-active,
  .usa-button:visited:active,
  .foia-request-form_nav-top a:visited:active,
  .usa-menu-btn:visited:active,
  .usa-button:visited.usa-button-active,
  .foia-request-form_nav-top a:visited.usa-button-active,
  .usa-menu-btn:visited.usa-button-active,
  .usa-button-primary:visited:active,
  .usa-button-primary:visited.usa-button-active,
  button:active,
  button.usa-button-active,
  [type=button]:active,
  [type=button].usa-button-active,
  [type=submit]:active,
  [type=submit].usa-button-active,
  [type=reset]:active,
  [type=reset].usa-button-active,
  [type=image]:active,
  [type=image].usa-button-active {
    background-color: #122E51; }
  .usa-button.usa-button-primary-alt, .foia-request-form_nav-top a.usa-button-primary-alt, .usa-button-primary-alt.usa-menu-btn,
  .usa-button-primary.usa-button-primary-alt,
  .usa-button:visited.usa-button-primary-alt,
  .foia-request-form_nav-top a:visited.usa-button-primary-alt,
  .usa-menu-btn:visited.usa-button-primary-alt,
  .usa-button-primary:visited.usa-button-primary-alt,
  button.usa-button-primary-alt,
  [type=button].usa-button-primary-alt,
  [type=submit].usa-button-primary-alt,
  [type=reset].usa-button-primary-alt,
  [type=image].usa-button-primary-alt {
    background-color: #5EAFF8;
    color: #212121; }
    .usa-button.usa-button-primary-alt:hover, .foia-request-form_nav-top a.usa-button-primary-alt:hover, .usa-button-primary-alt.usa-menu-btn:hover, .usa-button.usa-button-primary-alt.usa-button-hover, .foia-request-form_nav-top a.usa-button-primary-alt.usa-button-hover, .usa-button-primary-alt.usa-button-hover.usa-menu-btn,
    .usa-button-primary.usa-button-primary-alt:hover,
    .usa-button-primary.usa-button-primary-alt.usa-button-hover,
    .usa-button:visited.usa-button-primary-alt:hover,
    .foia-request-form_nav-top a:visited.usa-button-primary-alt:hover,
    .usa-menu-btn:visited.usa-button-primary-alt:hover,
    .usa-button:visited.usa-button-primary-alt.usa-button-hover,
    .foia-request-form_nav-top a:visited.usa-button-primary-alt.usa-button-hover,
    .usa-menu-btn:visited.usa-button-primary-alt.usa-button-hover,
    .usa-button-primary:visited.usa-button-primary-alt:hover,
    .usa-button-primary:visited.usa-button-primary-alt.usa-button-hover,
    button.usa-button-primary-alt:hover,
    button.usa-button-primary-alt.usa-button-hover,
    [type=button].usa-button-primary-alt:hover,
    [type=button].usa-button-primary-alt.usa-button-hover,
    [type=submit].usa-button-primary-alt:hover,
    [type=submit].usa-button-primary-alt.usa-button-hover,
    [type=reset].usa-button-primary-alt:hover,
    [type=reset].usa-button-primary-alt.usa-button-hover,
    [type=image].usa-button-primary-alt:hover,
    [type=image].usa-button-primary-alt.usa-button-hover {
      background-color: #00a6d2; }
    .usa-button.usa-button-primary-alt:active, .foia-request-form_nav-top a.usa-button-primary-alt:active, .usa-button-primary-alt.usa-menu-btn:active, .usa-button.usa-button-primary-alt.usa-button-active, .foia-request-form_nav-top a.usa-button-primary-alt.usa-button-active, .usa-button-primary-alt.usa-button-active.usa-menu-btn,
    .usa-button-primary.usa-button-primary-alt:active,
    .usa-button-primary.usa-button-primary-alt.usa-button-active,
    .usa-button:visited.usa-button-primary-alt:active,
    .foia-request-form_nav-top a:visited.usa-button-primary-alt:active,
    .usa-menu-btn:visited.usa-button-primary-alt:active,
    .usa-button:visited.usa-button-primary-alt.usa-button-active,
    .foia-request-form_nav-top a:visited.usa-button-primary-alt.usa-button-active,
    .usa-menu-btn:visited.usa-button-primary-alt.usa-button-active,
    .usa-button-primary:visited.usa-button-primary-alt:active,
    .usa-button-primary:visited.usa-button-primary-alt.usa-button-active,
    button.usa-button-primary-alt:active,
    button.usa-button-primary-alt.usa-button-active,
    [type=button].usa-button-primary-alt:active,
    [type=button].usa-button-primary-alt.usa-button-active,
    [type=submit].usa-button-primary-alt:active,
    [type=submit].usa-button-primary-alt.usa-button-active,
    [type=reset].usa-button-primary-alt:active,
    [type=reset].usa-button-primary-alt.usa-button-active,
    [type=image].usa-button-primary-alt:active,
    [type=image].usa-button-primary-alt.usa-button-active {
      background-color: #046b99;
      color: #FFFFFF; }
  .usa-button.usa-button-secondary, .foia-request-form_nav-top a.usa-button-secondary, .usa-button-secondary.usa-menu-btn,
  .usa-button-primary.usa-button-secondary,
  .usa-button:visited.usa-button-secondary,
  .foia-request-form_nav-top a:visited.usa-button-secondary,
  .usa-menu-btn:visited.usa-button-secondary,
  .usa-button-primary:visited.usa-button-secondary,
  button.usa-button-secondary,
  [type=button].usa-button-secondary,
  [type=submit].usa-button-secondary,
  [type=reset].usa-button-secondary,
  [type=image].usa-button-secondary {
    background-color: #FFFFFF;
    box-shadow: inset 0 0 0 2px #5EAFF8;
    color: #5EAFF8; }
    .usa-button.usa-button-secondary:hover, .foia-request-form_nav-top a.usa-button-secondary:hover, .usa-button-secondary.usa-menu-btn:hover, .usa-button.usa-button-secondary.usa-button-hover, .foia-request-form_nav-top a.usa-button-secondary.usa-button-hover, .usa-button-secondary.usa-button-hover.usa-menu-btn,
    .usa-button-primary.usa-button-secondary:hover,
    .usa-button-primary.usa-button-secondary.usa-button-hover,
    .usa-button:visited.usa-button-secondary:hover,
    .foia-request-form_nav-top a:visited.usa-button-secondary:hover,
    .usa-menu-btn:visited.usa-button-secondary:hover,
    .usa-button:visited.usa-button-secondary.usa-button-hover,
    .foia-request-form_nav-top a:visited.usa-button-secondary.usa-button-hover,
    .usa-menu-btn:visited.usa-button-secondary.usa-button-hover,
    .usa-button-primary:visited.usa-button-secondary:hover,
    .usa-button-primary:visited.usa-button-secondary.usa-button-hover,
    button.usa-button-secondary:hover,
    button.usa-button-secondary.usa-button-hover,
    [type=button].usa-button-secondary:hover,
    [type=button].usa-button-secondary.usa-button-hover,
    [type=submit].usa-button-secondary:hover,
    [type=submit].usa-button-secondary.usa-button-hover,
    [type=reset].usa-button-secondary:hover,
    [type=reset].usa-button-secondary.usa-button-hover,
    [type=image].usa-button-secondary:hover,
    [type=image].usa-button-secondary.usa-button-hover {
      box-shadow: inset 0 0 0 2px #205493;
      color: #205493; }
    .usa-button.usa-button-secondary:active, .foia-request-form_nav-top a.usa-button-secondary:active, .usa-button-secondary.usa-menu-btn:active, .usa-button.usa-button-secondary.usa-button-active, .foia-request-form_nav-top a.usa-button-secondary.usa-button-active, .usa-button-secondary.usa-button-active.usa-menu-btn,
    .usa-button-primary.usa-button-secondary:active,
    .usa-button-primary.usa-button-secondary.usa-button-active,
    .usa-button:visited.usa-button-secondary:active,
    .foia-request-form_nav-top a:visited.usa-button-secondary:active,
    .usa-menu-btn:visited.usa-button-secondary:active,
    .usa-button:visited.usa-button-secondary.usa-button-active,
    .foia-request-form_nav-top a:visited.usa-button-secondary.usa-button-active,
    .usa-menu-btn:visited.usa-button-secondary.usa-button-active,
    .usa-button-primary:visited.usa-button-secondary:active,
    .usa-button-primary:visited.usa-button-secondary.usa-button-active,
    button.usa-button-secondary:active,
    button.usa-button-secondary.usa-button-active,
    [type=button].usa-button-secondary:active,
    [type=button].usa-button-secondary.usa-button-active,
    [type=submit].usa-button-secondary:active,
    [type=submit].usa-button-secondary.usa-button-active,
    [type=reset].usa-button-secondary:active,
    [type=reset].usa-button-secondary.usa-button-active,
    [type=image].usa-button-secondary:active,
    [type=image].usa-button-secondary.usa-button-active {
      box-shadow: inset 0 0 0 2px #122E51;
      color: #122E51; }
  .usa-button.usa-button-secondary-inverse, .foia-request-form_nav-top a.usa-button-secondary-inverse, .usa-button-secondary-inverse.usa-menu-btn, .usa-button.usa-button-outline-inverse, .foia-request-form_nav-top a.usa-button-outline-inverse, .usa-button-outline-inverse.usa-menu-btn,
  .usa-button-primary.usa-button-secondary-inverse,
  .usa-button-primary.usa-button-outline-inverse,
  .usa-button:visited.usa-button-secondary-inverse,
  .foia-request-form_nav-top a:visited.usa-button-secondary-inverse,
  .usa-menu-btn:visited.usa-button-secondary-inverse,
  .usa-button:visited.usa-button-outline-inverse,
  .foia-request-form_nav-top a:visited.usa-button-outline-inverse,
  .usa-menu-btn:visited.usa-button-outline-inverse,
  .usa-button-primary:visited.usa-button-secondary-inverse,
  .usa-button-primary:visited.usa-button-outline-inverse,
  button.usa-button-secondary-inverse,
  button.usa-button-outline-inverse,
  [type=button].usa-button-secondary-inverse,
  [type=button].usa-button-outline-inverse,
  [type=submit].usa-button-secondary-inverse,
  [type=submit].usa-button-outline-inverse,
  [type=reset].usa-button-secondary-inverse,
  [type=reset].usa-button-outline-inverse,
  [type=image].usa-button-secondary-inverse,
  [type=image].usa-button-outline-inverse {
    background: transparent;
    box-shadow: inset 0 0 0 2px #FFFFFF;
    color: #FFFFFF; }
    .usa-button.usa-button-secondary-inverse:hover, .foia-request-form_nav-top a.usa-button-secondary-inverse:hover, .usa-button-secondary-inverse.usa-menu-btn:hover, .usa-button.usa-button-secondary-inverse.usa-button-hover, .foia-request-form_nav-top a.usa-button-secondary-inverse.usa-button-hover, .usa-button-secondary-inverse.usa-button-hover.usa-menu-btn, .usa-button.usa-button-outline-inverse:hover, .foia-request-form_nav-top a.usa-button-outline-inverse:hover, .usa-button-outline-inverse.usa-menu-btn:hover, .usa-button.usa-button-outline-inverse.usa-button-hover, .foia-request-form_nav-top a.usa-button-outline-inverse.usa-button-hover, .usa-button-outline-inverse.usa-button-hover.usa-menu-btn,
    .usa-button-primary.usa-button-secondary-inverse:hover,
    .usa-button-primary.usa-button-secondary-inverse.usa-button-hover,
    .usa-button-primary.usa-button-outline-inverse:hover,
    .usa-button-primary.usa-button-outline-inverse.usa-button-hover,
    .usa-button:visited.usa-button-secondary-inverse:hover,
    .foia-request-form_nav-top a:visited.usa-button-secondary-inverse:hover,
    .usa-menu-btn:visited.usa-button-secondary-inverse:hover,
    .usa-button:visited.usa-button-secondary-inverse.usa-button-hover,
    .foia-request-form_nav-top a:visited.usa-button-secondary-inverse.usa-button-hover,
    .usa-menu-btn:visited.usa-button-secondary-inverse.usa-button-hover,
    .usa-button:visited.usa-button-outline-inverse:hover,
    .foia-request-form_nav-top a:visited.usa-button-outline-inverse:hover,
    .usa-menu-btn:visited.usa-button-outline-inverse:hover,
    .usa-button:visited.usa-button-outline-inverse.usa-button-hover,
    .foia-request-form_nav-top a:visited.usa-button-outline-inverse.usa-button-hover,
    .usa-menu-btn:visited.usa-button-outline-inverse.usa-button-hover,
    .usa-button-primary:visited.usa-button-secondary-inverse:hover,
    .usa-button-primary:visited.usa-button-secondary-inverse.usa-button-hover,
    .usa-button-primary:visited.usa-button-outline-inverse:hover,
    .usa-button-primary:visited.usa-button-outline-inverse.usa-button-hover,
    button.usa-button-secondary-inverse:hover,
    button.usa-button-secondary-inverse.usa-button-hover,
    button.usa-button-outline-inverse:hover,
    button.usa-button-outline-inverse.usa-button-hover,
    [type=button].usa-button-secondary-inverse:hover,
    [type=button].usa-button-secondary-inverse.usa-button-hover,
    [type=button].usa-button-outline-inverse:hover,
    [type=button].usa-button-outline-inverse.usa-button-hover,
    [type=submit].usa-button-secondary-inverse:hover,
    [type=submit].usa-button-secondary-inverse.usa-button-hover,
    [type=submit].usa-button-outline-inverse:hover,
    [type=submit].usa-button-outline-inverse.usa-button-hover,
    [type=reset].usa-button-secondary-inverse:hover,
    [type=reset].usa-button-secondary-inverse.usa-button-hover,
    [type=reset].usa-button-outline-inverse:hover,
    [type=reset].usa-button-outline-inverse.usa-button-hover,
    [type=image].usa-button-secondary-inverse:hover,
    [type=image].usa-button-secondary-inverse.usa-button-hover,
    [type=image].usa-button-outline-inverse:hover,
    [type=image].usa-button-outline-inverse.usa-button-hover {
      box-shadow: inset 0 0 0 2px #F1F1F1;
      color: #F1F1F1; }
    .usa-button.usa-button-secondary-inverse:active, .foia-request-form_nav-top a.usa-button-secondary-inverse:active, .usa-button-secondary-inverse.usa-menu-btn:active, .usa-button.usa-button-secondary-inverse.usa-button-active, .foia-request-form_nav-top a.usa-button-secondary-inverse.usa-button-active, .usa-button-secondary-inverse.usa-button-active.usa-menu-btn, .usa-button.usa-button-outline-inverse:active, .foia-request-form_nav-top a.usa-button-outline-inverse:active, .usa-button-outline-inverse.usa-menu-btn:active, .usa-button.usa-button-outline-inverse.usa-button-active, .foia-request-form_nav-top a.usa-button-outline-inverse.usa-button-active, .usa-button-outline-inverse.usa-button-active.usa-menu-btn,
    .usa-button-primary.usa-button-secondary-inverse:active,
    .usa-button-primary.usa-button-secondary-inverse.usa-button-active,
    .usa-button-primary.usa-button-outline-inverse:active,
    .usa-button-primary.usa-button-outline-inverse.usa-button-active,
    .usa-button:visited.usa-button-secondary-inverse:active,
    .foia-request-form_nav-top a:visited.usa-button-secondary-inverse:active,
    .usa-menu-btn:visited.usa-button-secondary-inverse:active,
    .usa-button:visited.usa-button-secondary-inverse.usa-button-active,
    .foia-request-form_nav-top a:visited.usa-button-secondary-inverse.usa-button-active,
    .usa-menu-btn:visited.usa-button-secondary-inverse.usa-button-active,
    .usa-button:visited.usa-button-outline-inverse:active,
    .foia-request-form_nav-top a:visited.usa-button-outline-inverse:active,
    .usa-menu-btn:visited.usa-button-outline-inverse:active,
    .usa-button:visited.usa-button-outline-inverse.usa-button-active,
    .foia-request-form_nav-top a:visited.usa-button-outline-inverse.usa-button-active,
    .usa-menu-btn:visited.usa-button-outline-inverse.usa-button-active,
    .usa-button-primary:visited.usa-button-secondary-inverse:active,
    .usa-button-primary:visited.usa-button-secondary-inverse.usa-button-active,
    .usa-button-primary:visited.usa-button-outline-inverse:active,
    .usa-button-primary:visited.usa-button-outline-inverse.usa-button-active,
    button.usa-button-secondary-inverse:active,
    button.usa-button-secondary-inverse.usa-button-active,
    button.usa-button-outline-inverse:active,
    button.usa-button-outline-inverse.usa-button-active,
    [type=button].usa-button-secondary-inverse:active,
    [type=button].usa-button-secondary-inverse.usa-button-active,
    [type=button].usa-button-outline-inverse:active,
    [type=button].usa-button-outline-inverse.usa-button-active,
    [type=submit].usa-button-secondary-inverse:active,
    [type=submit].usa-button-secondary-inverse.usa-button-active,
    [type=submit].usa-button-outline-inverse:active,
    [type=submit].usa-button-outline-inverse.usa-button-active,
    [type=reset].usa-button-secondary-inverse:active,
    [type=reset].usa-button-secondary-inverse.usa-button-active,
    [type=reset].usa-button-outline-inverse:active,
    [type=reset].usa-button-outline-inverse.usa-button-active,
    [type=image].usa-button-secondary-inverse:active,
    [type=image].usa-button-secondary-inverse.usa-button-active,
    [type=image].usa-button-outline-inverse:active,
    [type=image].usa-button-outline-inverse.usa-button-active {
      box-shadow: inset 0 0 0 2px #D0D0D0;
      color: #F1F1F1; }
  .usa-button.usa-button-gray, .foia-request-form_nav-top a.usa-button-gray, .usa-button-gray.usa-menu-btn,
  .usa-button-primary.usa-button-gray,
  .usa-button:visited.usa-button-gray,
  .foia-request-form_nav-top a:visited.usa-button-gray,
  .usa-menu-btn:visited.usa-button-gray,
  .usa-button-primary:visited.usa-button-gray,
  button.usa-button-gray,
  [type=button].usa-button-gray,
  [type=submit].usa-button-gray,
  [type=reset].usa-button-gray,
  [type=image].usa-button-gray {
    background-color: #5B616A; }
    .usa-button.usa-button-gray:hover, .foia-request-form_nav-top a.usa-button-gray:hover, .usa-button-gray.usa-menu-btn:hover, .usa-button.usa-button-gray.usa-button-hover, .foia-request-form_nav-top a.usa-button-gray.usa-button-hover, .usa-button-gray.usa-button-hover.usa-menu-btn,
    .usa-button-primary.usa-button-gray:hover,
    .usa-button-primary.usa-button-gray.usa-button-hover,
    .usa-button:visited.usa-button-gray:hover,
    .foia-request-form_nav-top a:visited.usa-button-gray:hover,
    .usa-menu-btn:visited.usa-button-gray:hover,
    .usa-button:visited.usa-button-gray.usa-button-hover,
    .foia-request-form_nav-top a:visited.usa-button-gray.usa-button-hover,
    .usa-menu-btn:visited.usa-button-gray.usa-button-hover,
    .usa-button-primary:visited.usa-button-gray:hover,
    .usa-button-primary:visited.usa-button-gray.usa-button-hover,
    button.usa-button-gray:hover,
    button.usa-button-gray.usa-button-hover,
    [type=button].usa-button-gray:hover,
    [type=button].usa-button-gray.usa-button-hover,
    [type=submit].usa-button-gray:hover,
    [type=submit].usa-button-gray.usa-button-hover,
    [type=reset].usa-button-gray:hover,
    [type=reset].usa-button-gray.usa-button-hover,
    [type=image].usa-button-gray:hover,
    [type=image].usa-button-gray.usa-button-hover {
      background-color: #212121; }
    .usa-button.usa-button-gray:active, .foia-request-form_nav-top a.usa-button-gray:active, .usa-button-gray.usa-menu-btn:active, .usa-button.usa-button-gray.usa-button-active, .foia-request-form_nav-top a.usa-button-gray.usa-button-active, .usa-button-gray.usa-button-active.usa-menu-btn,
    .usa-button-primary.usa-button-gray:active,
    .usa-button-primary.usa-button-gray.usa-button-active,
    .usa-button:visited.usa-button-gray:active,
    .foia-request-form_nav-top a:visited.usa-button-gray:active,
    .usa-menu-btn:visited.usa-button-gray:active,
    .usa-button:visited.usa-button-gray.usa-button-active,
    .foia-request-form_nav-top a:visited.usa-button-gray.usa-button-active,
    .usa-menu-btn:visited.usa-button-gray.usa-button-active,
    .usa-button-primary:visited.usa-button-gray:active,
    .usa-button-primary:visited.usa-button-gray.usa-button-active,
    button.usa-button-gray:active,
    button.usa-button-gray.usa-button-active,
    [type=button].usa-button-gray:active,
    [type=button].usa-button-gray.usa-button-active,
    [type=submit].usa-button-gray:active,
    [type=submit].usa-button-gray.usa-button-active,
    [type=reset].usa-button-gray:active,
    [type=reset].usa-button-gray.usa-button-active,
    [type=image].usa-button-gray:active,
    [type=image].usa-button-gray.usa-button-active {
      background-color: #212121; }
  .usa-button.usa-button-red, .foia-request-form_nav-top a.usa-button-red, .usa-button-red.usa-menu-btn,
  .usa-button-primary.usa-button-red,
  .usa-button:visited.usa-button-red,
  .foia-request-form_nav-top a:visited.usa-button-red,
  .usa-menu-btn:visited.usa-button-red,
  .usa-button-primary:visited.usa-button-red,
  button.usa-button-red,
  [type=button].usa-button-red,
  [type=submit].usa-button-red,
  [type=reset].usa-button-red,
  [type=image].usa-button-red {
    background-color: #e31c3d; }
    .usa-button.usa-button-red:hover, .foia-request-form_nav-top a.usa-button-red:hover, .usa-button-red.usa-menu-btn:hover, .usa-button.usa-button-red.usa-button-hover, .foia-request-form_nav-top a.usa-button-red.usa-button-hover, .usa-button-red.usa-button-hover.usa-menu-btn,
    .usa-button-primary.usa-button-red:hover,
    .usa-button-primary.usa-button-red.usa-button-hover,
    .usa-button:visited.usa-button-red:hover,
    .foia-request-form_nav-top a:visited.usa-button-red:hover,
    .usa-menu-btn:visited.usa-button-red:hover,
    .usa-button:visited.usa-button-red.usa-button-hover,
    .foia-request-form_nav-top a:visited.usa-button-red.usa-button-hover,
    .usa-menu-btn:visited.usa-button-red.usa-button-hover,
    .usa-button-primary:visited.usa-button-red:hover,
    .usa-button-primary:visited.usa-button-red.usa-button-hover,
    button.usa-button-red:hover,
    button.usa-button-red.usa-button-hover,
    [type=button].usa-button-red:hover,
    [type=button].usa-button-red.usa-button-hover,
    [type=submit].usa-button-red:hover,
    [type=submit].usa-button-red.usa-button-hover,
    [type=reset].usa-button-red:hover,
    [type=reset].usa-button-red.usa-button-hover,
    [type=image].usa-button-red:hover,
    [type=image].usa-button-red.usa-button-hover {
      background-color: #cd2026; }
    .usa-button.usa-button-red:active, .foia-request-form_nav-top a.usa-button-red:active, .usa-button-red.usa-menu-btn:active, .usa-button.usa-button-red.usa-button-active, .foia-request-form_nav-top a.usa-button-red.usa-button-active, .usa-button-red.usa-button-active.usa-menu-btn,
    .usa-button-primary.usa-button-red:active,
    .usa-button-primary.usa-button-red.usa-button-active,
    .usa-button:visited.usa-button-red:active,
    .foia-request-form_nav-top a:visited.usa-button-red:active,
    .usa-menu-btn:visited.usa-button-red:active,
    .usa-button:visited.usa-button-red.usa-button-active,
    .foia-request-form_nav-top a:visited.usa-button-red.usa-button-active,
    .usa-menu-btn:visited.usa-button-red.usa-button-active,
    .usa-button-primary:visited.usa-button-red:active,
    .usa-button-primary:visited.usa-button-red.usa-button-active,
    button.usa-button-red:active,
    button.usa-button-red.usa-button-active,
    [type=button].usa-button-red:active,
    [type=button].usa-button-red.usa-button-active,
    [type=submit].usa-button-red:active,
    [type=submit].usa-button-red.usa-button-active,
    [type=reset].usa-button-red:active,
    [type=reset].usa-button-red.usa-button-active,
    [type=image].usa-button-red:active,
    [type=image].usa-button-red.usa-button-active {
      background-color: #981b1e; }
  .usa-button.usa-button-big, .foia-request-form_nav-top a.usa-button-big, .usa-button-big.usa-menu-btn,
  .usa-button-primary.usa-button-big,
  .usa-button:visited.usa-button-big,
  .foia-request-form_nav-top a:visited.usa-button-big,
  .usa-menu-btn:visited.usa-button-big,
  .usa-button-primary:visited.usa-button-big,
  button.usa-button-big,
  [type=button].usa-button-big,
  [type=submit].usa-button-big,
  [type=reset].usa-button-big,
  [type=image].usa-button-big {
    border-radius: 8px;
    font-size: 2.4rem;
    padding: 1.5rem 3rem; }
  .usa-button:disabled, .foia-request-form_nav-top a:disabled, .usa-menu-btn:disabled,
  .usa-button-primary:disabled,
  .usa-button:visited:disabled,
  .foia-request-form_nav-top a:visited:disabled,
  .usa-menu-btn:visited:disabled,
  .usa-button-primary:visited:disabled,
  button:disabled,
  [type=button]:disabled,
  [type=submit]:disabled,
  [type=reset]:disabled,
  [type=image]:disabled {
    background-color: #F1F1F1;
    pointer-events: none; }
    .usa-button:disabled:hover, .foia-request-form_nav-top a:disabled:hover, .usa-menu-btn:disabled:hover, .usa-button:disabled.usa-button-hover, .foia-request-form_nav-top a:disabled.usa-button-hover, .usa-menu-btn:disabled.usa-button-hover, .usa-button:disabled:active, .foia-request-form_nav-top a:disabled:active, .usa-menu-btn:disabled:active, .usa-button:disabled.usa-button-active, .foia-request-form_nav-top a:disabled.usa-button-active, .usa-menu-btn:disabled.usa-button-active, .usa-button:disabled:focus, .foia-request-form_nav-top a:disabled:focus, .usa-menu-btn:disabled:focus, .usa-button:disabled.usa-focus, .foia-request-form_nav-top a:disabled.usa-focus, .usa-menu-btn:disabled.usa-focus,
    .usa-button-primary:disabled:hover,
    .usa-button-primary:disabled.usa-button-hover,
    .usa-button-primary:disabled:active,
    .usa-button-primary:disabled.usa-button-active,
    .usa-button-primary:disabled:focus,
    .usa-button-primary:disabled.usa-focus,
    .usa-button:visited:disabled:hover,
    .foia-request-form_nav-top a:visited:disabled:hover,
    .usa-menu-btn:visited:disabled:hover,
    .usa-button:visited:disabled.usa-button-hover,
    .foia-request-form_nav-top a:visited:disabled.usa-button-hover,
    .usa-menu-btn:visited:disabled.usa-button-hover,
    .usa-button:visited:disabled:active,
    .foia-request-form_nav-top a:visited:disabled:active,
    .usa-menu-btn:visited:disabled:active,
    .usa-button:visited:disabled.usa-button-active,
    .foia-request-form_nav-top a:visited:disabled.usa-button-active,
    .usa-menu-btn:visited:disabled.usa-button-active,
    .usa-button:visited:disabled:focus,
    .foia-request-form_nav-top a:visited:disabled:focus,
    .usa-menu-btn:visited:disabled:focus,
    .usa-button:visited:disabled.usa-focus,
    .foia-request-form_nav-top a:visited:disabled.usa-focus,
    .usa-menu-btn:visited:disabled.usa-focus,
    .usa-button-primary:visited:disabled:hover,
    .usa-button-primary:visited:disabled.usa-button-hover,
    .usa-button-primary:visited:disabled:active,
    .usa-button-primary:visited:disabled.usa-button-active,
    .usa-button-primary:visited:disabled:focus,
    .usa-button-primary:visited:disabled.usa-focus,
    button:disabled:hover,
    button:disabled.usa-button-hover,
    button:disabled:active,
    button:disabled.usa-button-active,
    button:disabled:focus,
    button:disabled.usa-focus,
    [type=button]:disabled:hover,
    [type=button]:disabled.usa-button-hover,
    [type=button]:disabled:active,
    [type=button]:disabled.usa-button-active,
    [type=button]:disabled:focus,
    [type=button]:disabled.usa-focus,
    [type=submit]:disabled:hover,
    [type=submit]:disabled.usa-button-hover,
    [type=submit]:disabled:active,
    [type=submit]:disabled.usa-button-active,
    [type=submit]:disabled:focus,
    [type=submit]:disabled.usa-focus,
    [type=reset]:disabled:hover,
    [type=reset]:disabled.usa-button-hover,
    [type=reset]:disabled:active,
    [type=reset]:disabled.usa-button-active,
    [type=reset]:disabled:focus,
    [type=reset]:disabled.usa-focus,
    [type=image]:disabled:hover,
    [type=image]:disabled.usa-button-hover,
    [type=image]:disabled:active,
    [type=image]:disabled.usa-button-active,
    [type=image]:disabled:focus,
    [type=image]:disabled.usa-focus {
      background-color: #F1F1F1;
      border: 0;
      box-shadow: none; }

/* stylelint-disable */
.usa-button-disabled, .usa-disabled button {
  background-color: #F1F1F1;
  pointer-events: none; }
  .usa-button-disabled:hover, .usa-disabled button:hover, .usa-button-disabled.usa-button-hover, .usa-disabled button.usa-button-hover, .usa-button-disabled:active, .usa-disabled button:active, .usa-button-disabled.usa-button-active, .usa-disabled button.usa-button-active, .usa-button-disabled:focus, .usa-disabled button:focus, .usa-button-disabled.usa-focus, .usa-disabled button.usa-focus {
    background-color: #F1F1F1;
    border: 0;
    box-shadow: none; }

.usa-button-secondary-disabled,
.usa-button-secondary-inverse-disabled,
.usa-button-secondary:disabled,
.usa-button-secondary-inverse:disabled,
.usa-button-outline-inverse:disabled {
  box-shadow: inset 0 0 0 2px #F1F1F1;
  pointer-events: none;
  color: #F1F1F1; }
  .usa-button-secondary-disabled:hover, .usa-button-secondary-disabled.usa-button-hover, .usa-button-secondary-disabled:active, .usa-button-secondary-disabled.usa-button-active, .usa-button-secondary-disabled:focus, .usa-button-secondary-disabled.usa-focus,
  .usa-button-secondary-inverse-disabled:hover,
  .usa-button-secondary-inverse-disabled.usa-button-hover,
  .usa-button-secondary-inverse-disabled:active,
  .usa-button-secondary-inverse-disabled.usa-button-active,
  .usa-button-secondary-inverse-disabled:focus,
  .usa-button-secondary-inverse-disabled.usa-focus,
  .usa-button-secondary:disabled:hover,
  .usa-button-secondary:disabled.usa-button-hover,
  .usa-button-secondary:disabled:active,
  .usa-button-secondary:disabled.usa-button-active,
  .usa-button-secondary:disabled:focus,
  .usa-button-secondary:disabled.usa-focus,
  .usa-button-secondary-inverse:disabled:hover,
  .usa-button-secondary-inverse:disabled.usa-button-hover,
  .usa-button-secondary-inverse:disabled:active,
  .usa-button-secondary-inverse:disabled.usa-button-active,
  .usa-button-secondary-inverse:disabled:focus,
  .usa-button-secondary-inverse:disabled.usa-focus,
  .usa-button-outline-inverse:disabled:hover,
  .usa-button-outline-inverse:disabled.usa-button-hover,
  .usa-button-outline-inverse:disabled:active,
  .usa-button-outline-inverse:disabled.usa-button-active,
  .usa-button-outline-inverse:disabled:focus,
  .usa-button-outline-inverse:disabled.usa-focus {
    background-color: #FFFFFF;
    border: 0; }

html .usa-button-secondary-disabled,
.usa-button-secondary:disabled {
  background-color: #FFFFFF; }

html .usa-button-secondary-inverse-disabled,
.usa-button-secondary-inverse:disabled {
  background-color: transparent;
  color: #5B616A;
  box-shadow: inset 0 0 0 2px #5B616A; }

.usa-button-unstyled {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto; }
  .usa-button-unstyled:hover {
    background-color: transparent; }

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

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

img {
  max-width: 100%; }

.media_link {
  display: inline-block;
  line-height: 0; }

/* stylelint-disable selector-no-qualifying-type */
input,
textarea,
select {
  appearance: none;
  border: 0.1rem solid #5B616A;
  border-radius: 0;
  box-sizing: border-box;
  color: #212121;
  display: block;
  font-size: 1.7rem;
  height: 4.4rem;
  line-height: 1.3;
  margin: 0.2em 0;
  max-width: 46rem;
  padding: 1rem 0.7em;
  width: 100%; }
  input.usa-input-success,
  textarea.usa-input-success,
  select.usa-input-success {
    border: 3px solid #4aa564; }

/* stylelint-enable */
.usa-input-error {
  border-left: 4px solid #cd2026;
  margin-top: 3rem;
  padding-bottom: 0.8rem;
  padding-left: 1.5rem;
  padding-top: 0.8rem;
  position: relative;
  right: 1.9rem; }
  .usa-input-error input,
  .usa-input-error textarea,
  .usa-input-error select {
    border: 3px solid #cd2026;
    width: calc(100% + 1.9rem); }
  .usa-input-error label {
    margin-top: 0; }
  .usa-input-error .usa-input-inline {
    border: 0.1rem solid #5B616A;
    width: inherit; }
  .usa-input-error .usa-input-inline-error {
    border: 3px solid #cd2026; }

.usa-input-error-label {
  display: block;
  font-size: 1.7rem;
  font-weight: 700; }

.usa-input-error-message {
  color: #cd2026;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px; }

.usa-input-required:after {
  color: #981b1e;
  content: ' (*required)'; }

.usa-input-optional:after {
  color: #757575;
  content: ' (optional)'; }

.usa-input-label-helper {
  color: #757575; }

.usa-input-label-required {
  color: #981b1e; }

label {
  display: block;
  margin-top: 3rem;
  max-width: 46rem; }

textarea {
  height: 16rem; }

select {
  appearance: none;
  background-color: #FFFFFF;
  background-image: url("/assets/img/arrow-both.png");
  background-image: none, url("/assets/img/arrow-both.svg"), url("/assets/img/arrow-both.png");
  background-position: right 1.3rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding-right: 3rem; }
  select::-ms-expand {
    display: none; }
  select:-webkit-autofill {
    appearance: menulist; }
  select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000000; }

option:first-child {
  font-weight: 700; }

legend {
  font-size: 3rem;
  font-weight: 700; }

.usa-fieldset-inputs label {
  margin-top: 0; }

.usa-form-hint {
  color: #757575;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 0; }

[type=checkbox], [type=radio] {
  position: absolute;
  left: -999em; }
  .lt-ie9 [type=checkbox],
  .lt-ie9 [type=radio] {
    border: 0;
    float: left;
    margin: 0.4em 0.4em 0 0;
    position: static;
    width: auto; }

[type=checkbox] + label,
[type=radio] + label {
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0.65em; }

[type=checkbox] + label::before,
[type=radio] + label::before {
  background: #FFFFFF;
  content: '\a0';
  display: inline-block;
  text-indent: 0.15em;
  vertical-align: middle\0; }

[type=checkbox] + label::before {
  border-radius: 2px;
  box-shadow: 0 0 0 1px #757575;
  height: 2rem;
  line-height: 2rem;
  margin-left: 1px;
  margin-right: 0.6em;
  width: 2rem; }

[type=radio] + label::before {
  border-radius: 100%;
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 3px #757575;
  height: 1.4rem;
  line-height: 1.4rem;
  margin-left: 3px;
  margin-right: 0.75em;
  width: 1.4rem; }

[type=checkbox]:checked + label::before,
[type=radio]:checked + label::before {
  background-color: #5EAFF8;
  box-shadow: 0 0 0 1px #5EAFF8; }

[type=radio]:checked + label::before {
  box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 4px #5EAFF8; }

[type=checkbox]:checked + label::before,
[type=checkbox]:checked:disabled + label::before {
  background-image: url("/assets/img/correct8.png");
  background-image: url("/assets/img/correct8.svg");
  background-position: 50%;
  background-repeat: no-repeat; }

[type=radio]:focus + label::before {
  outline: 2px dotted #D0D0D0;
  outline-offset: 6px; }

[type=checkbox]:disabled + label {
  color: #F1F1F1; }

[type=checkbox]:focus + label::before {
  outline: 2px dotted #D0D0D0;
  outline-offset: 3px; }

[type=checkbox]:disabled + label::before,
[type=radio]:disabled + label::before {
  background: #F8F8F8;
  box-shadow: 0 0 0 1px #D0D0D0;
  cursor: not-allowed; }

@media print {
  [type=checkbox]:checked + label::before,
  [type=checkbox]:checked:disabled + label::before {
    background-image: none;
    background-color: #FFFFFF;
    content: url("/assets/img/correct8-alt.png");
    content: url("/assets/img/correct8-alt.svg");
    text-indent: 0; }

  [type=radio]:checked:disabled + label::before,
  [type=radio]:checked + label::before {
    box-shadow: 0 0 0 2px #FFFFFF, inset 0 0 0 14px #5EAFF8, 0 0 0 4px #5EAFF8; } }
[type=range] {
  appearance: none;
  border: none;
  padding-left: 0;
  overflow: hidden;
  width: 100%; }
  [type=range]:focus {
    outline: none; }
    [type=range]:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 2px #5EAFF8; }
    [type=range]:focus::-moz-range-thumb {
      box-shadow: 0 0 0 2px #5EAFF8; }
    [type=range]:focus::-ms-thumb {
      box-shadow: 0 0 0 2px #5EAFF8; }
  [type=range]::-webkit-slider-runnable-track {
    background: #F1F1F1;
    border: 1px solid #757575;
    cursor: pointer;
    height: 1.6rem;
    width: 100%; }
  [type=range]::-moz-range-track {
    background: #F1F1F1;
    border: 1px solid #757575;
    cursor: pointer;
    height: 1.6rem;
    width: 100%; }
  [type=range]::-ms-track {
    background: #F1F1F1;
    border: 1px solid #757575;
    cursor: pointer;
    height: 1.6rem;
    width: 100%; }
  [type=range]::-webkit-slider-thumb {
    background: #F8F8F8;
    box-shadow: 0 0 0 1px #757575;
    border-radius: 1.5rem;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    appearance: none;
    margin-top: -0.6rem; }
  [type=range]::-moz-range-thumb {
    background: #F8F8F8;
    box-shadow: 0 0 0 1px #757575;
    border-radius: 1.5rem;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem; }
  [type=range]::-ms-thumb {
    background: #F8F8F8;
    box-shadow: 0 0 0 1px #757575;
    border-radius: 1.5rem;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem; }
  [type=range]::-ms-fill-lower {
    background: #D0D0D0;
    border: 1px solid #757575;
    border-radius: 2rem; }
  [type=range]::-ms-fill-upper {
    background: #D0D0D0;
    border: 1px solid #757575;
    border-radius: 2rem; }

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

.usa-date-of-birth {
  /* stylelint-disable-line */ }
  .usa-date-of-birth label {
    margin-top: 0; }
  .usa-date-of-birth [type=number] {
    -moz-appearance: textfield; }
    .usa-date-of-birth [type=number]::-webkit-inner-spin-button {
      appearance: none; }
    .usa-date-of-birth [type=number]::-webkit-contacts-auto-fill-button {
      visibility: hidden;
      display: none !important;
      /* stylelint-disable-line declaration-no-important */
      pointer-events: none;
      height: 0;
      width: 0;
      margin: 0; }

.usa-form-group-day,
.usa-form-group-month,
.usa-form-group-year {
  clear: none;
  float: left;
  margin-right: 1.5rem;
  width: 5rem; }

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

.usa-label, .usa-label-big {
  background-color: #5B616A;
  border-radius: 2px;
  color: #FFFFFF;
  font-size: 1.7rem;
  margin-right: 0.5rem;
  padding: 0.1rem 0.7rem;
  text-transform: uppercase; }
  .usa-label:only-of-type, .usa-label-big:only-of-type {
    margin-right: 0; }

.usa-label-big {
  font-size: 1.7rem;
  padding-left: 0.9rem;
  padding-right: 0.9rem; }

ul,
ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.94em; }

li {
  line-height: 1.5;
  margin-bottom: 0.5em; }
  li:last-child {
    margin-bottom: 0; }

.usa-unstyled-list, .inline-list, .inline-list--centered {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }
  .usa-unstyled-list > li, .inline-list > li, .inline-list--centered > li {
    margin-bottom: 0; }

table {
  border-spacing: 0;
  margin: 2em 0; }

thead th {
  font-weight: 700; }
thead th,
thead td {
  background-color: #F8F8F8; }

th {
  text-align: left; }

th,
td {
  background-color: #FFFFFF;
  border: 1px solid #5B616A;
  font-weight: 400;
  padding: 1rem 1.5rem; }

.usa-table-borderless thead th {
  background-color: transparent;
  border-top: 0; }
.usa-table-borderless th,
.usa-table-borderless td {
  border-left: 0;
  border-right: 0; }
.usa-table-borderless th:first-child {
  padding-left: 0; }

caption {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  margin-bottom: 1.2rem;
  text-align: left; }

html {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 10px; }

body {
  font-size: 1.7rem; }

p {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 1em; }

a {
  color: #5EAFF8;
  text-decoration: underline; }
  a:hover, a:active {
    color: #205493; }
  a:focus {
    outline: 2px dotted #D0D0D0;
    outline-offset: 3px; }
  a:visited {
    color: #4c2c92; }

.usa-external_link::after {
  background: url("/assets/img/external-link.png") no-repeat 0 0;
  background: url("/assets/img/external-link.svg") no-repeat 0 0;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 4px;
  width: 0.65em; }
.usa-external_link:hover::after {
  background-image: url("/assets/img/external-link-hover.png");
  background-image: url("/assets/img/external-link-hover.svg"); }

.usa-external_link-alt::after {
  background: url("/assets/img/external-link-alt.png") no-repeat 0 0;
  background: url("/assets/img/external-link-alt.svg") no-repeat 0 0;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 0.65em;
  margin-bottom: -1px;
  margin-left: 4px;
  width: 0.65em; }
.usa-external_link-alt:hover::after {
  background-image: url("/assets/img/external-link-alt-hover.png");
  background-image: url("/assets/img/external-link-alt-hover.svg"); }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 1.5em; }

h1 {
  font-size: 3.5rem;
  font-weight: 700; }

h2 {
  font-size: 3rem;
  font-weight: 700; }

h3 {
  font-size: 2rem;
  font-weight: 700; }

h4 {
  font-size: 2.2rem;
  font-weight: 700; }

h5 {
  font-size: 1.7rem;
  font-weight: 700; }

h6 {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

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

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

.usa-content-list {
  max-width: 66ch; }

.usa-sans p,
.usa-sans a,
.usa-sans li,
.usa-sans span {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
.usa-sans a {
  border-bottom: none;
  font-weight: 700; }

.usa-serif p,
.usa-serif a,
.usa-serif li,
.usa-serif span {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif; }

.usa-display {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0; }
  @media screen and (min-width: 481px) {
    .usa-display {
      font-size: 3.5rem;
      font-weight: 700; } }
  @media screen and (min-width: 600px) {
    .usa-display {
      font-size: 5.2rem;
      font-weight: 700; } }

.usa-font-lead {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.7;
  max-width: 77rem; }

.usa-background-dark {
  background-color: #212121; }
  .usa-background-dark p,
  .usa-background-dark span {
    color: #FFFFFF; }
  .usa-background-dark a {
    color: #F1F1F1; }
    .usa-background-dark a:hover {
      color: #FFFFFF; }

.usa-text-small {
  font-size: 1.3rem;
  margin-top: 0; }

.usa-section > :first-child,
.usa-grid > :first-child,
.usa-grid-full > :first-child,
.form-group_footer-links > :first-child {
  margin-top: 0; }
.usa-section > :last-child,
.usa-grid > :last-child,
.usa-grid-full > :last-child,
.form-group_footer-links > :last-child {
  margin-bottom: 0; }

.usa-width-one-whole:first-child > :first-child,
.usa-width-one-half:first-child > :first-child,
.form-group_footer-links_left:first-child > :first-child,
.form-group_footer-links_right:first-child > :first-child,
.usa-width-one-third:first-child > :first-child,
.usa-width-two-thirds:first-child > :first-child,
.usa-width-one-fourth:first-child > :first-child,
.usa-width-three-fourths:first-child > :first-child,
.usa-width-one-sixth:first-child > :first-child,
.usa-width-five-sixths:first-child > :first-child,
.usa-width-one-twelfth:first-child > :first-child {
  margin-top: 0; }
@media screen and (min-width: 600px) {
  .usa-width-one-whole > :first-child,
  .usa-width-one-half > :first-child,
  .form-group_footer-links_left > :first-child,
  .form-group_footer-links_right > :first-child,
  .usa-width-one-third > :first-child,
  .usa-width-two-thirds > :first-child,
  .usa-width-one-fourth > :first-child,
  .usa-width-three-fourths > :first-child,
  .usa-width-one-sixth > :first-child,
  .usa-width-five-sixths > :first-child,
  .usa-width-one-twelfth > :first-child {
    margin-top: 0; } }
.usa-width-one-whole:last-child > :last-child,
.usa-width-one-half:last-child > :last-child,
.form-group_footer-links_left:last-child > :last-child,
.form-group_footer-links_right:last-child > :last-child,
.usa-width-one-third:last-child > :last-child,
.usa-width-two-thirds:last-child > :last-child,
.usa-width-one-fourth:last-child > :last-child,
.usa-width-three-fourths:last-child > :last-child,
.usa-width-one-sixth:last-child > :last-child,
.usa-width-five-sixths:last-child > :last-child,
.usa-width-one-twelfth:last-child > :last-child {
  margin-bottom: 0; }
@media screen and (min-width: 600px) {
  .usa-width-one-whole > :last-child,
  .usa-width-one-half > :last-child,
  .form-group_footer-links_left > :last-child,
  .form-group_footer-links_right > :last-child,
  .usa-width-one-third > :last-child,
  .usa-width-two-thirds > :last-child,
  .usa-width-one-fourth > :last-child,
  .usa-width-three-fourths > :last-child,
  .usa-width-one-sixth > :last-child,
  .usa-width-five-sixths > :last-child,
  .usa-width-one-twelfth > :last-child {
    margin-bottom: 0; } }

.usa-accordion,
.usa-accordion-bordered {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  color: #212121;
  margin: 0;
  padding: 0;
  width: 100%; }
  .usa-accordion > li,
  .usa-accordion-bordered > li {
    margin-bottom: 0; }
  .usa-accordion > ul li ul,
  .usa-accordion-bordered > ul li ul {
    list-style: disc; }
    .usa-accordion > ul li ul > li > ul,
    .usa-accordion-bordered > ul li ul > li > ul {
      list-style: circle; }
      .usa-accordion > ul li ul > li > ul > li > ul,
      .usa-accordion-bordered > ul li ul > li > ul > li > ul {
        list-style: square; }
  .usa-accordion + .usa-accordion,
  .usa-accordion + .usa-accordion-bordered,
  .usa-accordion-bordered + .usa-accordion,
  .usa-accordion-bordered + .usa-accordion-bordered {
    margin-top: 1rem; }
  .usa-accordion > ul,
  .usa-accordion-bordered > ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    color: #212121;
    margin: 0;
    padding: 0;
    width: 100%; }
    .usa-accordion > ul > li,
    .usa-accordion-bordered > ul > li {
      margin-bottom: 0; }
    .usa-accordion > ul > li,
    .usa-accordion-bordered > ul > li {
      background-color: #F8F8F8;
      font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      list-style: none;
      margin-bottom: 0.5rem;
      width: 100%; }
    .usa-accordion > ul button,
    .usa-accordion-bordered > ul button {
      background-color: transparent;
      border: 0;
      border-radius: 0;
      font-weight: 400;
      margin: 0;
      padding: 0;
      text-align: left;
      -webkit-font-smoothing: auto;
      background-color: #F8F8F8;
      background-image: url("/assets/img/minus.png");
      background-image: url("/assets/img/minus.svg");
      background-position: right 2rem center;
      background-repeat: no-repeat;
      background-size: 1.5rem;
      color: #212121;
      cursor: pointer;
      display: inline-block;
      font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-weight: 700;
      margin: 0;
      padding: 1.5rem 5.5rem 1.5rem 2rem;
      width: 100%; }
      .usa-accordion > ul button:hover,
      .usa-accordion-bordered > ul button:hover {
        background-color: transparent; }
      .usa-accordion > ul button:hover,
      .usa-accordion-bordered > ul button:hover {
        background-color: #F1F1F1;
        color: #212121; }
      .usa-accordion > ul button h1,
      .usa-accordion > ul button h2,
      .usa-accordion > ul button h3,
      .usa-accordion > ul button h4,
      .usa-accordion > ul button h5,
      .usa-accordion > ul button h6,
      .usa-accordion-bordered > ul button h1,
      .usa-accordion-bordered > ul button h2,
      .usa-accordion-bordered > ul button h3,
      .usa-accordion-bordered > ul button h4,
      .usa-accordion-bordered > ul button h5,
      .usa-accordion-bordered > ul button h6 {
        margin: 0; }
    .usa-accordion > ul [aria-expanded=false],
    .usa-accordion-bordered > ul [aria-expanded=false] {
      background-image: url("/assets/img/plus.png");
      background-image: url("/assets/img/plus.svg");
      background-repeat: no-repeat;
      background-size: 1.5rem; }
  .usa-accordion > li,
  .usa-accordion-bordered > li {
    background-color: #F8F8F8;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    list-style: none;
    margin-bottom: 0.5rem;
    width: 100%; }

.usa-accordion-bordered .usa-accordion-content {
  border-bottom: 3px solid #F8F8F8;
  border-left: 3px solid #F8F8F8;
  border-right: 3px solid #F8F8F8; }

.usa-accordion-content {
  background-color: #FFFFFF;
  overflow: auto;
  padding: 1.5rem 2rem; }
  .usa-accordion-content > *:first-child {
    margin-top: 0; }
  .usa-accordion-content > *:last-child {
    margin-bottom: 0; }
  .usa-accordion-content:not([aria-hidden]) {
    position: absolute;
    left: -999em; }
  .usa-accordion-content[aria-hidden=true] {
    display: none; }

.usa-accordion-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #F8F8F8;
  background-image: url("/assets/img/minus.png");
  background-image: url("/assets/img/minus.svg");
  background-position: right 2rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 1.5rem 5.5rem 1.5rem 2rem;
  width: 100%; }
  .usa-accordion-button:hover {
    background-color: transparent; }
  .usa-accordion-button:hover {
    background-color: #F1F1F1;
    color: #212121; }
  .usa-accordion-button h1,
  .usa-accordion-button h2,
  .usa-accordion-button h3,
  .usa-accordion-button h4,
  .usa-accordion-button h5,
  .usa-accordion-button h6 {
    margin: 0; }

.usa-accordion-button[aria-expanded=false] {
  background-image: url("/assets/img/plus.png");
  background-image: url("/assets/img/plus.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem; }

.usa-alert {
  background-color: #F8F8F8;
  background-position: 2rem 2rem;
  background-repeat: no-repeat;
  background-size: 5.2rem;
  padding-bottom: 1.4rem;
  padding-left: 3rem;
  padding-right: 2rem;
  padding-top: 2rem;
  position: relative; }
  .usa-alert::before {
    background-color: #929292;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1rem; }
  .usa-alert a {
    color: #205493; }
    .usa-alert a:focus, .usa-alert a:hover {
      color: #122E51; }
  .usa-alert ul {
    margin-bottom: 0;
    margin-top: 1rem;
    padding-left: 1rem; }

.usa-alert-slim {
  background-position: 2rem 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem; }
  .usa-alert-slim .usa-alert-text:only-child {
    margin-bottom: 0.5rem;
    padding-top: 0.5rem; }

.usa-alert-icon {
  display: table-cell;
  padding-right: 1rem; }

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

.usa-alert-heading {
  margin-top: 0;
  margin-bottom: 0; }

.usa-alert-text {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin-bottom: 0;
  margin-top: 0; }

.usa-alert-text:only-child {
  margin-bottom: 1rem;
  padding-top: 0.5rem; }

.usa-alert-success {
  background-color: #e7f4e4;
  background-image: url("/assets/img/alerts/success.png");
  background-image: url("/assets/img/alerts/success.svg"); }
  .usa-alert-success::before {
    background-color: #2e8540; }
  .usa-alert-success .usa-alert-body {
    padding-left: 5rem; }

.usa-alert-warning {
  background-color: #fff1d2;
  background-image: url("/assets/img/alerts/warning.png");
  background-image: url("/assets/img/alerts/warning.svg"); }
  .usa-alert-warning::before {
    background-color: #fdb81e; }
  .usa-alert-warning .usa-alert-body {
    padding-left: 5rem; }

.usa-alert-error {
  background-color: #f9dede;
  background-image: url("/assets/img/alerts/error.png");
  background-image: url("/assets/img/alerts/error.svg"); }
  .usa-alert-error::before {
    background-color: #e31c3d; }
  .usa-alert-error .usa-alert-body {
    padding-left: 5rem; }

.usa-alert-info {
  background-color: #DEF0FF;
  background-image: url("/assets/img/alerts/info.png");
  background-image: url("/assets/img/alerts/info.svg"); }
  .usa-alert-info::before {
    background-color: #5EAFF8; }
  .usa-alert-info .usa-alert-body {
    padding-left: 5rem; }

.usa-alert-no_icon {
  background-image: none; }

.usa-alert-paragraph {
  width: 66ch; }

.usa-alert {
  margin-top: 1.5em; }

.usa-banner {
  background-color: #F8F8F8;
  padding-bottom: 0.7rem; }
  @media screen and (min-width: 481px) {
    .usa-banner {
      font-size: 1.3rem;
      padding-bottom: 0; } }

.usa-banner-content {
  padding-right: 1.5rem;
  padding-bottom: 3px;
  padding-left: 1.5rem;
  background-color: transparent;
  font-size: 1.7rem;
  padding-top: 2rem;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .usa-banner-content {
      padding-bottom: 2.3rem;
      padding-top: 4rem; } }
  @media screen and (min-width: 800px) {
    .usa-banner-content {
      padding-right: 3rem;
      padding-left: 3rem; } }
  .usa-banner-content p:first-child {
    margin-top: 1rem; }
    @media screen and (min-width: 600px) {
      .usa-banner-content p:first-child {
        margin-top: 0; } }

.usa-banner-inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  .usa-banner-inner::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 800px) {
    .usa-banner-inner {
      padding-right: 3rem;
      padding-left: 3rem; } }

.usa-banner-header {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  font-size: 1.2rem;
  font-weight: 400; }
  @media screen and (min-width: 481px) {
    .usa-banner-header {
      padding-top: 0;
      padding-bottom: 0; } }
  .usa-banner-header p {
    margin-top: 0;
    margin-bottom: 0;
    display: inline;
    overflow: hidden;
    vertical-align: middle; }
    @media screen and (min-width: 481px) {
      .usa-banner-header p {
        margin-top: 2px;
        margin-bottom: 2px;
        display: inline-block; } }
  .usa-banner-header img {
    float: left;
    margin-right: 1rem;
    margin-top: 1px;
    width: 2.4rem; }
    @media screen and (min-width: 481px) {
      .usa-banner-header img {
        margin-right: 0.7rem;
        width: 2rem; } }

.usa-banner-header-expanded {
  align-items: center;
  border-bottom: 1px solid #D0D0D0;
  display: flex;
  font-size: 1.7rem;
  min-height: 5.6rem;
  padding-right: 3rem; }
  @media screen and (min-width: 481px) {
    .usa-banner-header-expanded {
      border-bottom: none;
      display: block;
      font-size: 1.2rem;
      font-weight: 400;
      min-height: 0;
      padding-right: 0; } }
  .usa-banner-header-expanded > .usa-banner-inner {
    margin-left: 0; }
    @media screen and (min-width: 481px) {
      .usa-banner-header-expanded > .usa-banner-inner {
        margin-left: auto; } }
  .usa-banner-header-expanded img {
    margin-right: 2.4rem; }
    @media screen and (min-width: 481px) {
      .usa-banner-header-expanded img {
        margin-right: 0.7rem; } }
  .usa-banner-header-expanded p {
    line-height: 1.3;
    vertical-align: top; }
    @media screen and (min-width: 481px) {
      .usa-banner-header-expanded p {
        line-height: 1.5;
        vertical-align: middle; } }

.usa-banner-button {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  padding-top: 1.3rem;
  padding-left: 4.8rem;
  background-position-x: right;
  color: #5EAFF8;
  display: block;
  font-size: 1.2rem;
  height: 4.3rem;
  left: 0;
  position: absolute;
  text-decoration: underline;
  top: 0;
  width: 100%; }
  .usa-banner-button:hover {
    background-color: transparent; }
  @media screen and (min-width: 481px) {
    .usa-banner-button {
      padding-top: 0;
      padding-left: 0;
      /* stylelint-disable declaration-block-no-ignored-properties */
      display: inline;
      height: auto;
      margin-left: 3px;
      position: relative;
      vertical-align: middle;
      width: auto;
      /* stylelint-enable */ } }
  .usa-banner-button:hover {
    color: #205493;
    text-decoration: underline; }
  .usa-banner-button[aria-expanded=false] {
    background-image: none; }
    .usa-banner-button[aria-expanded=false]::after {
      background-image: url("/assets/img/angle-arrow-down-primary.png");
      background-image: url("/assets/img/angle-arrow-down-primary.svg");
      background-size: 100%;
      content: '';
      display: inline-block;
      height: 1rem;
      width: 1rem;
      /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
      margin-left: 0;
      /* stylelint-enable */ }
    .usa-banner-button[aria-expanded=false]:hover::after {
      background-image: url("/assets/img/angle-arrow-down-primary-hover.png");
      background-image: url("/assets/img/angle-arrow-down-primary-hover.svg"); }
    .usa-banner-button[aria-expanded=false]::after {
      background-position-y: 1px; }
  .usa-banner-button[aria-expanded=true] {
    background-image: none;
    height: 5.6rem; }
    .usa-banner-button[aria-expanded=true]::after {
      background-image: url("/assets/img/close.png");
      background-image: url("/assets/img/close.svg");
      background-size: 100%;
      content: '';
      display: inline-block;
      height: 1.3rem;
      width: 1.3rem;
      /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
      margin-left: 0;
      /* stylelint-enable */ }
    @media screen and (min-width: 481px) {
      .usa-banner-button[aria-expanded=true] {
        height: initial;
        padding: 0;
        position: relative; }
        .usa-banner-button[aria-expanded=true]::after {
          background-image: url("/assets/img/angle-arrow-up-primary.png");
          background-image: url("/assets/img/angle-arrow-up-primary.svg");
          background-size: 100%;
          content: '';
          display: inline-block;
          height: 1rem;
          width: 1rem;
          /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
          margin-left: 0;
          /* stylelint-enable */ }
        .usa-banner-button[aria-expanded=true]:hover::after {
          background-image: url("/assets/img/angle-arrow-up-primary-hover.png");
          background-image: url("/assets/img/angle-arrow-up-primary-hover.svg"); }
        .usa-banner-button[aria-expanded=true]::after {
          background-position-y: 1px; } }
    .usa-banner-button[aria-expanded=true]::after {
      position: absolute;
      right: 1.5rem;
      top: 2.15rem; }
      @media screen and (min-width: 481px) {
        .usa-banner-button[aria-expanded=true]::after {
          position: static; } }
    .usa-banner-button[aria-expanded=true] .usa-banner-button-text {
      display: none; }
      @media screen and (min-width: 481px) {
        .usa-banner-button[aria-expanded=true] .usa-banner-button-text {
          display: inline; } }

.usa-banner-icon {
  width: 3.8rem; }

.usa-footer .usa-unstyled-list, .usa-footer .inline-list, .usa-footer .inline-list--centered {
  display: block; }
.usa-footer .usa-footer-primary-link {
  color: #212121;
  display: block;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 2rem;
  padding-top: 2rem;
  text-decoration: none; }
  @media screen and (min-width: 600px) {
    .usa-footer .usa-footer-primary-link {
      border-top: none; } }
  .usa-footer .usa-footer-primary-link:hover {
    cursor: pointer;
    text-decoration: underline; }
    @media screen and (min-width: 600px) {
      .usa-footer .usa-footer-primary-link:hover {
        cursor: auto;
        text-decoration: none; } }
.usa-footer .usa-footer-primary-link ~ li a,
.usa-footer .usa-footer-secondary-link {
  text-decoration: none; }

.usa-footer-contact_info {
  display: inline-block; }
  .usa-footer-contact_info a {
    color: #212121;
    text-decoration: none; }
  .usa-footer-contact_info:hover {
    text-decoration: underline; }

.usa-footer-return-to-top {
  padding-bottom: 2rem;
  padding-top: 2rem; }

.usa-footer-primary-section {
  background-color: #F8F8F8; }
  .usa-footer-primary-section .usa-footer-primary-content {
    padding-left: 1.5rem;
    padding-right: 2.5rem; }
    @media screen and (min-width: 600px) {
      .usa-footer-primary-section .usa-footer-primary-content {
        padding-left: 0;
        padding-right: 0; } }
    .usa-footer-primary-section .usa-footer-primary-content li {
      margin-left: 1rem; }
      @media screen and (min-width: 600px) {
        .usa-footer-primary-section .usa-footer-primary-content li {
          margin-left: 0; } }
  @media screen and (min-width: 600px) {
    .usa-footer-primary-section .usa-grid-full, .usa-footer-primary-section .form-group_footer-links {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.usa-footer-medium .usa-footer-contact_info p {
  margin: 0 1rem 0 0; }
  @media screen and (min-width: 600px) {
    .usa-footer-medium .usa-footer-contact_info p {
      margin: 0 0 0 1rem; } }
.usa-footer-medium .usa-footer-contact-heading {
  margin-top: 0; }
  @media screen and (min-width: 600px) {
    .usa-footer-medium .usa-footer-contact-heading {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem; } }
.usa-footer-medium .usa-footer-logo {
  padding: 1rem 0; }
  @media screen and (min-width: 600px) {
    .usa-footer-medium .usa-footer-logo {
      padding: 2rem 0; } }
.usa-footer-medium .usa-footer-primary-link {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }
.usa-footer-medium .usa-footer-primary-section > .usa-grid {
  padding: 0; }
  @media screen and (min-width: 600px) {
    .usa-footer-medium .usa-footer-primary-section > .usa-grid {
      padding-left: 3rem;
      padding-right: 3rem; } }
@media screen and (min-width: 1201px) {
  .usa-footer-medium .usa-footer-primary-section .usa-footer-primary-content {
    margin-right: 5%;
    width: inherit; } }
@media screen and (min-width: 1201px) {
  .usa-footer-medium .usa-footer-primary-section .usa-footer-primary-content:last-child {
    margin-right: 0; } }
@media screen and (min-width: 600px) {
  .usa-footer-medium .usa-footer-nav ul {
    align-items: center; } }

.usa-footer-slim .usa-footer-nav a {
  display: block; }
@media screen and (min-width: 1201px) {
  .usa-footer-slim .usa-footer-nav .usa-footer-primary-content {
    margin-right: 5%;
    width: inherit; } }
@media screen and (min-width: 1201px) {
  .usa-footer-slim .usa-footer-nav .usa-footer-primary-content:last-child {
    margin-right: 0; } }
.usa-footer-slim .usa-footer-primary-link {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }
.usa-footer-slim .usa-footer-primary-section > .usa-grid {
  padding: 0; }
  @media screen and (min-width: 600px) {
    .usa-footer-slim .usa-footer-primary-section > .usa-grid {
      padding-left: 3rem;
      padding-right: 3rem; } }
@media screen and (min-width: 600px) {
  .usa-footer-slim .usa-footer-primary-section {
    padding-bottom: 0;
    padding-top: 0; }
    .usa-footer-slim .usa-footer-primary-section .usa-grid-full, .usa-footer-slim .usa-footer-primary-section .form-group_footer-links {
      align-items: center; } }
@media screen and (min-width: 600px) {
  .usa-footer-slim .usa-footer-contact_info > * {
    margin: 0; } }
@media screen and (min-width: 600px) {
  .usa-footer-slim .usa-footer-contact_info {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }
@media screen and (min-width: 600px) {
  .usa-footer-slim .usa-footer-contact_info {
    width: 100%; } }
@media screen and (min-width: 1201px) {
  .usa-footer-slim .usa-footer-contact_info {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%; }
    .usa-footer-slim .usa-footer-contact_info:last-child {
      margin-right: 0; } }

/* stylelint-disable selector-no-qualifying-type */
ul.usa-footer-primary-content,
li.usa-footer-primary-content,
li.usa-footer-primary-content {
  border-top: 1px solid #D0D0D0; }
  @media screen and (min-width: 600px) {
    ul.usa-footer-primary-content,
    li.usa-footer-primary-content,
    li.usa-footer-primary-content {
      border: none; } }
  ul.usa-footer-primary-content:last-child,
  li.usa-footer-primary-content:last-child,
  li.usa-footer-primary-content:last-child {
    border-bottom: 1px solid #D0D0D0; }
    @media screen and (min-width: 600px) {
      ul.usa-footer-primary-content:last-child,
      li.usa-footer-primary-content:last-child,
      li.usa-footer-primary-content:last-child {
        border-bottom: none; } }

/* stylelint-enable */
.usa-sign_up-block {
  padding-bottom: 4.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media screen and (min-width: 600px) {
    .usa-sign_up-block {
      float: right;
      padding: 0; } }
  .usa-sign_up-block label:first-of-type {
    margin-top: 0; }
  .usa-sign_up-block button {
    float: none;
    margin-right: 0;
    margin-top: 1.5rem; }
  .usa-sign_up-block input {
    width: 100%; }

.usa-footer-secondary_section {
  background-color: #F1F1F1;
  padding-bottom: 2rem;
  padding-top: 2rem; }
  .usa-footer-secondary_section a {
    color: #212121; }

@media screen and (min-width: 600px) {
  .usa-footer-big-secondary-section {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media screen and (min-width: 600px) {
  .usa-footer-contact-links {
    text-align: right; } }

.usa-social-links a {
  text-decoration: none; }

.usa-footer-big .usa-footer-contact_info {
  display: block; }
  .usa-footer-big .usa-footer-contact_info p {
    margin: 0 1rem 0 0; }
    @media screen and (min-width: 600px) {
      .usa-footer-big .usa-footer-contact_info p {
        margin: 0.5rem 0 0 1rem; } }
@media screen and (min-width: 600px) {
  .usa-footer-big .usa-footer-contact-links {
    padding-top: 2rem; } }
.usa-footer-big .usa-footer-logo {
  padding: 1rem 0; }
  @media screen and (min-width: 600px) {
    .usa-footer-big .usa-footer-logo {
      padding: 2rem 0; } }
@media screen and (min-width: 600px) {
  .usa-footer-big .usa-footer-primary-section {
    padding-bottom: 4rem;
    padding-top: 3rem; } }
.usa-footer-big .usa-footer-primary-section > .usa-grid {
  padding: 0; }
  @media screen and (min-width: 600px) {
    .usa-footer-big .usa-footer-primary-section > .usa-grid {
      padding-left: 3rem;
      padding-right: 3rem; } }
.usa-footer-big .usa-footer-primary-section .usa-footer-primary-content {
  padding-left: 0;
  padding-right: 0; }
  .usa-footer-big .usa-footer-primary-section .usa-footer-primary-content li {
    margin-left: 1.5rem; }
    @media screen and (min-width: 600px) {
      .usa-footer-big .usa-footer-primary-section .usa-footer-primary-content li {
        margin-left: 0; } }
  .usa-footer-big .usa-footer-primary-section .usa-footer-primary-content .usa-footer-primary-link {
    margin-left: 0; }
.usa-footer-big ul {
  padding-bottom: 2.4rem; }
  @media screen and (min-width: 600px) {
    .usa-footer-big ul {
      padding-bottom: 0; } }
  .usa-footer-big ul:last-child {
    border-bottom: 1px solid #D0D0D0; }
    @media screen and (min-width: 600px) {
      .usa-footer-big ul:last-child {
        border-bottom: none; } }
  .usa-footer-big ul li:not(.usa-footer-primary-link) {
    line-height: 1.3;
    padding-bottom: 0.35em;
    padding-top: 0.35em; }
  .usa-footer-big ul .usa-footer-primary-link {
    background-image: url("/assets/img/arrow-down.png");
    background-image: url("/assets/img/arrow-down.svg");
    background-position: 1.5rem center;
    background-repeat: no-repeat;
    background-size: 1.3rem;
    margin-left: 0;
    padding-left: 3.5rem; }
    @media screen and (min-width: 600px) {
      .usa-footer-big ul .usa-footer-primary-link {
        background: none;
        margin-bottom: .8rem;
        padding-bottom: 0;
        padding-left: 0; } }
    .usa-footer-big ul .usa-footer-primary-link > * {
      margin-top: 0;
      margin-bottom: 0; }
  .usa-footer-big ul.hidden {
    /* stylelint-disable-line selector-no-qualifying-type */
    padding-bottom: 0; }
    .usa-footer-big ul.hidden li {
      display: none; }
    .usa-footer-big ul.hidden .usa-footer-primary-link {
      /* stylelint-disable-line selector-no-qualifying-type */
      background-image: url("/assets/img/arrow-right.png");
      background-image: url("/assets/img/arrow-right.svg");
      cursor: pointer;
      display: block; }
      @media screen and (min-width: 600px) {
        .usa-footer-big ul.hidden .usa-footer-primary-link {
          background: none;
          padding-left: 0; } }

.usa-footer-topic {
  margin: 0;
  padding: 2rem 0; }

@media screen and (min-width: 600px) {
  .usa-sign_up-header {
    margin: 0;
    padding: 2rem 0; } }

.usa-footer-logo-img {
  max-width: 8rem; }
  @media screen and (min-width: 600px) {
    .usa-footer-logo-img {
      float: left; } }

.usa-footer-big-logo-img {
  max-width: 10rem; }

.usa-footer-slim-logo-img {
  float: left;
  max-width: 5rem; }

.usa-footer-logo-heading {
  display: block;
  margin-top: 1rem; }
  @media screen and (min-width: 600px) {
    .usa-footer-logo-heading {
      display: inline-block;
      margin-top: 3rem;
      padding-left: 1.5rem; } }

.usa-footer-big-logo-heading {
  margin-top: 1.5rem; }
  @media screen and (min-width: 600px) {
    .usa-footer-big-logo-heading {
      margin-top: 2rem; } }

.usa-footer-slim-logo-heading {
  display: inline-block;
  margin-top: 1.5rem;
  padding-left: 1.5rem; }

.usa-footer-contact-heading {
  margin-top: 0; }
  @media screen and (min-width: 600px) {
    .usa-footer-contact-heading {
      margin-top: 1rem; } }

.usa-social_link, .usa-link-facebook, .usa-link-twitter, .usa-link-youtube, .usa-link-rss {
  margin: 2.5rem 1rem 1.5rem 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 3rem;
  display: inline-block;
  height: 4.4rem;
  left: -1.6rem;
  position: relative;
  text-align: center;
  width: 4.4rem; }
  @media screen and (min-width: 600px) {
    .usa-social_link, .usa-link-facebook, .usa-link-twitter, .usa-link-youtube, .usa-link-rss {
      margin: 0 0 0 0.5rem;
      left: 1.5rem; } }
  .usa-social_link span, .usa-link-facebook span, .usa-link-twitter span, .usa-link-youtube span, .usa-link-rss span {
    position: absolute;
    left: -999em; }

.usa-link-facebook {
  background-image: url("/assets/img/social-icons/png/facebook25.png");
  background-image: url("/assets/img/social-icons/svg/facebook25.svg"); }

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

.usa-link-youtube {
  background-image: url("/assets/img/social-icons/png/youtube15.png");
  background-image: url("/assets/img/social-icons/svg/youtube15.svg"); }

.usa-link-rss {
  background-image: url("/assets/img/social-icons/png/rss25.png");
  background-image: url("/assets/img/social-icons/svg/rss25.svg"); }

@media screen and (min-width: 600px) {
  [type=submit] {
    margin-top: calc(3rem - .2em); } }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

@media screen and (min-width: 600px) {
  .usa-form {
    max-width: 32rem; } }

@media screen and (min-width: 600px) {
  .usa-input-tiny {
    max-width: 6rem; } }

@media screen and (min-width: 600px) {
  .usa-input-medium {
    max-width: 12rem; } }

.usa-form-note {
  float: right;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.7rem;
  margin: 0 0 1.5rem; }
  .usa-form-note + * {
    clear: both; }

@media screen and (min-width: 600px) {
  .usa-form-large {
    max-width: 46rem; } }

@media screen and (min-width: 600px) {
  .usa-input-grid {
    padding-right: 5%; } }

@media screen and (min-width: 600px) {
  .usa-input-grid:last-of-type {
    padding-right: 0; } }

@media screen and (min-width: 600px) {
  .usa-input-grid-small {
    float: left;
    width: 35%; } }
.usa-input-grid-small input {
  margin-bottom: 3rem; }
.usa-input-grid-small select {
  margin-bottom: 3rem; }

@media screen and (min-width: 600px) {
  .usa-input-grid-medium {
    float: left;
    width: 65%; } }
.usa-input-grid-medium input {
  margin-bottom: 3rem; }
.usa-input-grid-medium select {
  margin-bottom: 3rem; }

@media screen and (min-width: 600px) {
  .usa-input-grid-large {
    float: left;
    width: 100%; } }
.usa-input-grid-large input {
  margin-bottom: 3rem; }
.usa-input-grid-large select {
  margin-bottom: 3rem; }

.usa-additional_text {
  font-weight: normal; }

.usa-checklist {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  .usa-checklist li {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 3em;
    text-indent: -2em; }
    .usa-checklist li::before {
      content: ' ';
      display: inline-block;
      height: .8em;
      margin-right: .2em;
      width: 1.8em; }

.usa-checklist-checked::before {
  background-image: url("/assets/img/correct9.png");
  background-image: url("/assets/img/correct9.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%; }

.usa-graphic_list .usa-graphic_list-row .usa-media_block {
  margin-bottom: 3rem; }
  @media screen and (min-width: 600px) {
    .usa-graphic_list .usa-graphic_list-row .usa-media_block {
      margin-bottom: 6rem; } }
@media screen and (min-width: 600px) {
  .usa-graphic_list .usa-graphic_list-row:last-child .usa-media_block {
    margin-bottom: 0; } }
.usa-graphic_list .usa-graphic_list-row:last-child .usa-media_block:last-child {
  margin-bottom: 0; }
.usa-graphic_list .usa-media_block-img {
  margin-right: 3rem; }
.usa-graphic_list .usa-media_block-body > :first-child {
  margin-top: 0; }

.usa-header {
  width: 100%;
  z-index: 7000; }
  @media screen and (min-width: 800px) {
    .usa-header {
      border-bottom: 1px solid #F1F1F1; } }
  .usa-header a {
    border-bottom: none; }
  @media screen and (min-width: 800px) {
    .usa-header .usa-search {
      float: right;
      max-width: 21.5rem; } }

.usa-logo {
  float: left;
  line-height: 4rem;
  margin-left: 1.5rem; }
  @media screen and (min-width: 800px) {
    .usa-logo {
      line-height: 7.5rem;
      margin-left: 0; } }
  .usa-logo a {
    color: #212121;
    text-decoration: none; }
  .usa-logo br {
    display: none; }
    @media screen and (min-width: 800px) {
      .usa-logo br {
        display: block; } }

.usa-logo-text {
  display: block;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  margin: 0; }
  @media screen and (min-width: 800px) {
    .usa-logo-text {
      display: block;
      font-size: 2.4rem;
      line-height: 1.3; } }

.usa-menu-btn {
  /* stylelint-disable declaration-block-no-ignored-properties */
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #5EAFF8;
  color: #FFFFFF;
  display: inline;
  float: right;
  font-size: 1.3rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 5.8rem;
  /* stylelint-enable */ }
  .usa-menu-btn:hover {
    background-color: transparent; }
  @media screen and (min-width: 800px) {
    .usa-menu-btn {
      display: none; } }
  .usa-menu-btn:hover {
    color: #FFFFFF;
    background-color: #205493; }
  .usa-menu-btn:visited {
    color: #FFFFFF; }

.usa-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  z-index: 8000; }
  .usa-overlay.is-visible {
    opacity: 0.1;
    visibility: visible; }

@media screen and (min-width: 800px) {
  .usa-header-basic .usa-logo {
    bottom: 0;
    position: absolute; } }
@media screen and (min-width: 800px) {
  .usa-header-basic .usa-navbar {
    position: relative;
    width: 18%; } }

.usa-header-extended {
  /* stylelint-disable selector-no-id, declaration-no-important  */
  /* stylelint-enable */ }
  @media screen and (min-width: 800px) {
    .usa-header-extended .usa-header {
      border-bottom: none; } }
  @media screen and (min-width: 800px) {
    .usa-header-extended .usa-logo {
      margin-top: 3rem;
      margin-bottom: 3rem; } }
  @media screen and (min-width: 800px) {
    .usa-header-extended em {
      font-size: 3.2rem;
      line-height: 1; } }
  @media screen and (min-width: 800px) {
    .usa-header-extended .usa-navbar {
      max-width: 1040px;
      margin-left: auto;
      margin-right: auto;
      padding-right: 3rem;
      padding-left: 3rem;
      display: block;
      height: auto; }
      .usa-header-extended .usa-navbar::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 800px) {
    .usa-header-extended .usa-nav {
      border-top: 1px solid #F1F1F1;
      float: none;
      padding: 0;
      width: 100%; } }
  @media screen and (min-width: 800px) {
    .usa-header-extended .usa-nav-inner {
      max-width: 1040px;
      margin-left: auto;
      margin-right: auto;
      padding-right: 3rem;
      padding-left: 1.5rem;
      position: relative; }
      .usa-header-extended .usa-nav-inner::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 800px) {
    .usa-header-extended .usa-nav-primary::after {
      clear: both;
      content: "";
      display: block; } }
  .usa-header-extended .usa-nav-primary button[aria-expanded=false], .usa-header-extended .usa-nav-primary button[aria-expanded=true] {
    /* stylelint-disable-line selector-no-qualifying-type */ }
    @media screen and (min-width: 800px) {
      .usa-header-extended .usa-nav-primary button[aria-expanded=false], .usa-header-extended .usa-nav-primary button[aria-expanded=true] {
        /* stylelint-disable-line selector-no-qualifying-type */
        background-position: right 1.5rem top 53%; } }
  @media screen and (min-width: 800px) {
    .usa-header-extended .usa-nav-link {
      padding-top: 1.8rem;
      padding-bottom: 1.8rem; } }
  @media screen and (min-width: 800px) {
    .usa-header-extended .usa-nav-submenu .usa-grid-full, .usa-header-extended .usa-nav-submenu .form-group_footer-links {
      padding-left: 1.2rem; } }
  @media screen and (min-width: 800px) {
    .usa-header-extended .usa-megamenu {
      padding-left: 3rem; } }
  .usa-header-extended .usa-search[hidden] {
    display: block !important; }
    @media screen and (min-width: 800px) {
      .usa-header-extended .usa-search[hidden] {
        display: none !important; } }

.usa-hero {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("/assets/img/hero.png");
  background-position: center;
  background-size: cover; }
  .usa-hero .usa-button, .usa-hero .foia-request-form_nav-top a, .foia-request-form_nav-top .usa-hero a, .usa-hero .usa-menu-btn {
    color: #FFFFFF; }

.usa-section-dark .usa-hero-link {
  color: #5EAFF8; }

.usa-hero-callout {
  background-color: #122E51;
  padding: 3rem; }
  @media screen and (min-width: 481px) {
    .usa-hero-callout {
      max-width: 30rem; } }
  .usa-hero-callout > *:first-child {
    margin-top: 0;
    margin-bottom: 2rem; }

.usa-hero-callout-alt {
  color: #FFFFFF;
  display: block; }

.usa-layout-docs {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1201px) {
    .usa-layout-docs {
      display: inherit; } }
  .usa-layout-docs .usa-grid > :first-child:not(.usa-width-*) {
    margin-top: 0; }
  .usa-layout-docs .usa-grid > :last-child:not(.usa-width-*) {
    margin-bottom: 0; }

.usa-layout-docs-sidenav {
  order: 2; }

.usa-layout-docs-main_content {
  margin-bottom: 3rem;
  order: 1; }
  @media screen and (min-width: 1201px) {
    .usa-layout-docs-main_content {
      margin-bottom: 0; } }
  .usa-layout-docs-main_content > :first-child {
    margin-top: 0; }

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

.usa-media_block-body {
  overflow: hidden; }

.usa-navbar {
  border-bottom: 1px solid #D0D0D0;
  height: 4rem; }
  @media screen and (min-width: 800px) {
    .usa-navbar {
      border-bottom: none;
      display: inline-block;
      height: 7.8rem; } }

.usa-nav-link {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 800px) {
    .usa-nav-link:hover span {
      border-bottom: 0.4rem solid #5EAFF8;
      padding-bottom: 0.6rem; } }
  @media screen and (min-width: 800px) {
    .usa-nav-link.usa-accordion-button span {
      margin-right: 0;
      padding-right: 1.5rem; } }

@media screen and (min-width: 800px) {
  .usa-nav-container {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3rem;
    padding-left: 3rem; }
    .usa-nav-container::after {
      clear: both;
      content: "";
      display: block; } }

.usa-nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  background: #FFFFFF;
  border-left: 1px solid #D0D0D0;
  border-right: 0;
  display: none;
  flex-direction: column;
  overflow-y: auto;
  padding: 2rem;
  width: 26rem;
  z-index: 9000; }
@keyframes slidein-left {
  from {
    transform: translateX(26rem); }
  to {
    transform: translateX(0); } }
  @media screen and (min-width: 800px) {
    .usa-nav {
      padding-top: 4.5rem;
      padding-right: 0;
      padding-bottom: 0;
      border-left: none;
      display: block;
      float: right;
      overflow-y: visible;
      position: relative;
      transform: translateX(0);
      width: auto; } }
  .usa-nav.is-visible {
    animation: slidein-left 0.3s ease-in-out;
    display: flex; }
  .usa-nav nav {
    margin-top: 6rem;
    min-height: 100%; }
    @media screen and (min-width: 800px) {
      .usa-nav nav {
        margin-top: 0; } }
  .usa-nav .usa-current {
    border-left: 4px solid #5EAFF8;
    color: #5EAFF8;
    font-weight: 700;
    padding-left: 1.4rem; }
    @media screen and (min-width: 800px) {
      .usa-nav .usa-current {
        color: #212121; } }
  .usa-nav .usa-button, .usa-nav .foia-request-form_nav-top a, .foia-request-form_nav-top .usa-nav a, .usa-nav .usa-menu-btn {
    width: 100%; }
  @media screen and (min-width: 800px) {
    .usa-nav .usa-search {
      margin-left: 1.5rem;
      top: 4px; } }

.usa-nav-primary {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  margin-top: 1.5rem;
  order: 2; }
  .usa-nav-primary > li {
    margin-bottom: 0; }
  .usa-nav-primary > li {
    background-color: transparent;
    border-top: 1px solid #5B616A;
    font-size: 2.2rem; }
    .usa-nav-primary > li:first-child {
      border-top: none; }
  .usa-nav-primary a {
    border: none;
    color: #212121;
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    line-height: 1.3;
    padding: 0.85rem 1rem 0.85rem 1.5rem;
    text-decoration: none; }
    .usa-nav-primary a:hover {
      background-color: #F8F8F8;
      color: #5EAFF8;
      text-decoration: none; }
    .usa-nav-primary a:focus {
      outline-offset: 0;
      position: relative;
      z-index: 1; }
    .usa-nav-primary a.usa-current {
      /* stylelint-disable-line selector-no-qualifying-type */
      border-left: 0.4rem solid #5EAFF8;
      color: #5EAFF8;
      font-weight: 700;
      padding-left: 1.1rem; }
  @media screen and (min-width: 800px) {
    .usa-nav-primary {
      display: inline; } }
  @media screen and (min-width: 800px) {
    .usa-nav-primary li {
      border-top: none; } }
  .usa-nav-primary > li {
    width: auto; }
    @media screen and (min-width: 800px) {
      .usa-nav-primary > li {
        display: inline-block; } }
    @media screen and (min-width: 800px) {
      .usa-nav-primary > li > a {
        padding: 1.3rem 1.5rem 2.2rem;
        color: #5B616A;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 1; } }
    @media screen and (min-width: 800px) {
      .usa-nav-primary > li > a:hover {
        background-color: transparent; } }
  @media screen and (min-width: 800px) {
    .usa-nav-primary a {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; } }
  .usa-nav-primary button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.3;
    padding: 0.85rem 1.5rem 0.85rem 1.8rem; }
    .usa-nav-primary button:hover {
      background-color: transparent; }
    @media screen and (min-width: 800px) {
      .usa-nav-primary button {
        padding: 1.3rem 1.5rem 2.2rem;
        color: #5B616A;
        font-size: 1.7rem;
        font-weight: 700;
        line-height: 1;
        width: initial; } }
    .usa-nav-primary button:focus, .usa-nav-primary button:active {
      box-shadow: 2px dotted #D0D0D0; }
    .usa-nav-primary button:hover {
      background-color: #F8F8F8;
      color: #5EAFF8; }
      @media screen and (min-width: 800px) {
        .usa-nav-primary button:hover {
          background-color: transparent; } }
    .usa-nav-primary button[aria-expanded=false] {
      /* stylelint-disable-line selector-no-qualifying-type */
      background-image: url("/assets/img/plus-alt.png");
      background-image: url("/assets/img/plus-alt.svg");
      background-repeat: no-repeat;
      background-position: right 0 center;
      background-size: 1rem; }
      @media screen and (min-width: 800px) {
        .usa-nav-primary button[aria-expanded=false] {
          background-image: url("/assets/img/angle-arrow-down.png");
          background-image: url("/assets/img/angle-arrow-down.svg");
          background-position: right 1.5rem top 40%; } }
      @media screen and (min-width: 800px) {
        .usa-nav-primary button[aria-expanded=false]:hover {
          background-image: url("/assets/img/angle-arrow-down-primary.png");
          background-image: url("/assets/img/angle-arrow-down-primary.svg"); } }
    .usa-nav-primary button[aria-expanded=true] {
      /* stylelint-disable-line selector-no-qualifying-type */
      background-image: url("/assets/img/minus-alt.png");
      background-image: url("/assets/img/minus-alt.svg");
      background-repeat: no-repeat;
      background-position: right 0 center;
      background-size: 1rem; }
      @media screen and (min-width: 800px) {
        .usa-nav-primary button[aria-expanded=true] {
          background-color: #122E51;
          color: #FFFFFF;
          background-image: url("/assets/img/angle-arrow-down-hover.png");
          background-image: url("/assets/img/angle-arrow-down-hover.svg");
          background-position: right 1.5rem top 40%; }
          .usa-nav-primary button[aria-expanded=true]:hover {
            background-color: #122E51; }
          .usa-nav-primary button[aria-expanded=true] span {
            border-bottom: 0.4rem solid #5EAFF8;
            padding-bottom: 0.6rem;
            color: #FFFFFF; } }
  @media screen and (min-width: 800px) {
    .usa-nav-primary a.usa-current,
    .usa-nav-primary .usa-current {
      border-left: 0;
      padding-left: 1.5rem; }
      .usa-nav-primary a.usa-current:hover span,
      .usa-nav-primary .usa-current:hover span {
        color: #5EAFF8; }
      .usa-nav-primary a.usa-current span,
      .usa-nav-primary .usa-current span {
        border-bottom: 0.4rem solid #5EAFF8;
        padding-bottom: 0.6rem;
        color: #212121; } }

@media screen and (min-width: 800px) {
  .usa-header-extended .usa-nav-link:hover span {
    border-bottom: 0.7rem solid #5EAFF8;
    padding-bottom: 0.9rem; } }
.usa-header-extended .usa-nav-primary button[aria-expanded=true] {
  /* stylelint-disable-line selector-no-qualifying-type */ }
  @media screen and (min-width: 800px) {
    .usa-header-extended .usa-nav-primary button[aria-expanded=true] span {
      border-bottom: 0.7rem solid #5EAFF8;
      padding-bottom: 0.9rem; } }
@media screen and (min-width: 800px) {
  .usa-header-extended .usa-nav-primary .usa-current span {
    border-bottom: 0.7rem solid #5EAFF8;
    padding-bottom: 0.9rem; } }

.usa-nav-secondary {
  margin-top: 1.5rem; }
  @media screen and (min-width: 800px) {
    .usa-nav-secondary {
      margin-top: 0;
      position: absolute;
      right: 3rem;
      top: -5.7rem; } }
  .usa-nav-secondary .usa-search {
    margin-top: 1.5rem;
    margin-bottom: 0; }
    @media screen and (min-width: 800px) {
      .usa-nav-secondary .usa-search {
        margin-top: -0.9rem;
        margin-bottom: 0;
        margin-left: 0;
        float: left; } }

.usa-nav-secondary-links {
  margin-top: 2.4rem; }
  @media screen and (min-width: 800px) {
    .usa-nav-secondary-links {
      float: left;
      margin-top: 0; } }
  @media screen and (min-width: 800px) {
    .usa-nav-secondary-links li {
      display: inline;
      padding-left: 0.5rem; } }
  @media screen and (min-width: 800px) {
    .usa-nav-secondary-links li:not(:last-child)::after {
      color: #F1F1F1;
      content: '|';
      padding-left: 0.5rem; } }
  .usa-nav-secondary-links a,
  .usa-nav-secondary-links .usa-header-search-button {
    color: #5B616A;
    display: inline-block;
    font-size: 1.7rem;
    text-decoration: none; }
    .usa-nav-secondary-links a:hover,
    .usa-nav-secondary-links .usa-header-search-button:hover {
      color: #5EAFF8;
      text-decoration: underline; }
  .usa-nav-secondary-links .usa-header-search-button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    display: none; }
    .usa-nav-secondary-links .usa-header-search-button:hover {
      background-color: transparent; }
    @media screen and (min-width: 800px) {
      .usa-nav-secondary-links .usa-header-search-button {
        background-image: url("/assets/img/search-alt.png");
        background-image: url("/assets/img/search-alt.svg");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 2.2rem;
        display: inline-block;
        padding-left: 2.3rem; } }
    @media screen and (min-width: 800px) {
      .usa-nav-secondary-links .usa-header-search-button.is-hidden {
        display: none; } }
  @media screen and (min-width: 800px) {
    .usa-nav-secondary-links a.usa-current {
      border-left: 0;
      padding-left: 0; } }

.usa-nav-submenu {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  width: 100%; }
  .usa-nav-submenu > li {
    margin-bottom: 0; }
  .usa-nav-submenu li {
    border: none;
    font-size: 1.7rem; }
  .usa-nav-submenu a {
    padding-left: 2.8rem;
    line-height: 1.3; }
    .usa-nav-submenu a:hover, .usa-nav-submenu a.usa-current {
      /* stylelint-disable-line selector-no-qualifying-type */
      border: none;
      padding-left: 2.8rem; }
  .usa-nav-submenu .usa-sidenav-sub_list a {
    padding-left: 3.8rem; }
    .usa-nav-submenu .usa-sidenav-sub_list a:focus {
      outline-offset: 0; }
    .usa-nav-submenu .usa-sidenav-sub_list a:hover {
      padding-left: 3.8rem; }
  @media screen and (min-width: 800px) {
    .usa-nav-submenu {
      margin-top: 0;
      margin-bottom: 0;
      list-style-type: none;
      padding-left: 0;
      padding-top: 0.75rem;
      padding-bottom: 0.9rem;
      background-color: #122E51;
      width: 21.5rem;
      position: absolute; }
      .usa-nav-submenu > li {
        margin-bottom: 0; } }
  .usa-nav-submenu[aria-hidden=true] {
    display: none; }
  @media screen and (min-width: 800px) {
    .usa-nav-submenu a {
      color: #FFFFFF;
      padding-left: 1.5rem; } }
  @media screen and (min-width: 800px) {
    .usa-nav-submenu a:hover {
      background-color: #122E51;
      color: #FFFFFF;
      padding-left: 1.5rem;
      text-decoration: underline; } }
  .usa-nav-submenu li {
    font-size: 1.7rem;
    margin-bottom: 0; }

.usa-nav-close {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  margin: -1.2rem -1.5rem 1.5rem auto;
  color: currentColor;
  float: right;
  height: 4.4rem;
  text-align: center;
  width: 4.4rem; }
  .usa-nav-close:hover {
    background-color: transparent; }
  .usa-nav-close:hover {
    color: currentColor; }
  @media screen and (min-width: 800px) {
    .usa-nav-close {
      display: none; } }
  .usa-nav-close img {
    width: 1.3rem; }
  .usa-nav-close + * {
    clear: both; }

.usa-mobile_nav-active {
  overflow: hidden; }

@media screen and (min-width: 800px) {
  .usa-megamenu {
    padding-top: 3.15rem;
    padding-bottom: 3.15rem;
    left: -1rem;
    width: 100%; } }
@media screen and (min-width: 800px) {
  .usa-megamenu::before {
    background-color: #122E51;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
    right: 100%; } }
@media screen and (min-width: 800px) {
  .usa-megamenu::after {
    background-color: #122E51;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
    left: 100%; } }

@media screen and (min-width: 800px) {
  .usa-header-basic-megamenu .usa-nav {
    padding-left: 0;
    padding-top: 0;
    width: 100%; } }
.usa-header-basic-megamenu .usa-nav-inner {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 800px) {
    .usa-header-basic-megamenu .usa-nav-inner {
      display: block;
      float: right;
      margin-top: -3.8rem; } }
@media screen and (min-width: 800px) {
  .usa-header-basic-megamenu .usa-nav-submenu .usa-grid-full, .usa-header-basic-megamenu .usa-nav-submenu .form-group_footer-links {
    margin-left: -1.8rem; } }

@media screen and (min-width: 800px) {
  .usa-megamenu-col {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%; }
    .usa-megamenu-col:last-child {
      margin-right: 0; }
    .usa-megamenu-col:nth-child(2n) {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%; }
      .usa-megamenu-col:nth-child(2n):last-child {
        margin-right: 0; }
    .usa-megamenu-col:nth-child(4n) {
      margin-right: 0; } }
.usa-megamenu-col > ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }
  .usa-megamenu-col > ul > li {
    margin-bottom: 0; }

.usa-search {
  max-width: none;
  position: relative; }
  .usa-search::after {
    clear: both;
    content: "";
    display: block; }
  .usa-search [type=submit],
  .usa-search .usa-search-submit {
    background-image: url("/assets/img/search.png");
    background-image: url("/assets/img/search.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 3.3rem;
    margin: 0;
    padding: 0;
    width: 4.5rem; }
    @media screen and (min-width: 481px) {
      .usa-search [type=submit],
      .usa-search .usa-search-submit {
        background-image: none;
        width: 8.5rem; } }
  @media screen and (min-width: 481px) {
    .usa-search.usa-search-big [type=search],
    .usa-search.usa-search-big .usa-search-input {
      font-size: 1.7rem;
      height: 4.4rem;
      width: calc(100% - 11.6rem); }
    .usa-search.usa-search-big [type=submit],
    .usa-search.usa-search-big .usa-search-submit {
      font-size: 2rem;
      height: 4.4rem;
      width: 11.6rem; } }
  @media screen and (min-width: 481px) {
    .usa-search.usa-search-small [type=search],
    .usa-search.usa-search-small .usa-search-input {
      width: calc(100% - 4.5rem); }
    .usa-search.usa-search-small [type=submit],
    .usa-search.usa-search-small .usa-search-submit {
      background-image: url("/assets/img/search.png");
      background-image: url("/assets/img/search.svg");
      background-position: 50%;
      background-repeat: no-repeat;
      width: 4.5rem; } }
  @media screen and (max-width: 799px) {
    .usa-search.usa-search-small.usa-sr-only, #selectReport label.usa-search.usa-search-small,
    #selectReport legend.usa-search.usa-search-small,
    #dataTable label.usa-search.usa-search-small,
    #dataTable legend.usa-search.usa-search-small {
      left: auto;
      position: relative; } }

input[type=search] {
  /* stylelint-disable-line selector-no-qualifying-type */
  box-sizing: border-box;
  appearance: none; }

[type=search],
.usa-search-input {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom-right-radius: 0;
  border-right: none;
  border-top-right-radius: 0;
  box-sizing: border-box;
  float: left;
  font-size: 1.5rem;
  height: 3.3rem;
  margin: 0;
  width: calc(100% - 4.5rem); }
  @media screen and (min-width: 481px) {
    [type=search],
    .usa-search-input {
      width: calc(100% - 8.5rem); } }

.usa-search-submit-text {
  position: absolute;
  left: -999em; }
  @media screen and (min-width: 481px) {
    .usa-search-submit-text {
      position: static; } }

.usa-section {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media screen and (min-width: 600px) {
    .usa-section {
      padding-top: 6rem;
      padding-bottom: 6rem; } }

.usa-section-light {
  background-color: #F8F8F8; }

.usa-section-dark {
  background-color: #122E51;
  color: #FFFFFF; }
  .usa-section-dark h1,
  .usa-section-dark h2,
  .usa-section-dark h3,
  .usa-section-dark h4,
  .usa-section-dark h5,
  .usa-section-dark h6 {
    color: #5EAFF8; }
  .usa-section-dark p {
    color: #FFFFFF; }
  .usa-section-dark a {
    color: #F1F1F1; }
    .usa-section-dark a:hover {
      color: #FFFFFF; }

.usa-sidenav-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  border-bottom: 1px solid;
  border-top: 1px solid; }
  .usa-sidenav-list > li {
    margin-bottom: 0; }
  .usa-sidenav-list > li {
    background-color: transparent;
    border-top: 1px solid #5B616A;
    font-size: 2.2rem; }
    .usa-sidenav-list > li:first-child {
      border-top: none; }
  .usa-sidenav-list a {
    border: none;
    color: #212121;
    display: block;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    line-height: 1.3;
    padding: 0.85rem 1rem 0.85rem 1.5rem;
    text-decoration: none; }
    .usa-sidenav-list a:hover {
      background-color: #F8F8F8;
      color: #5EAFF8;
      text-decoration: none; }
    .usa-sidenav-list a:focus {
      outline-offset: 0;
      position: relative;
      z-index: 1; }
    .usa-sidenav-list a.usa-current {
      /* stylelint-disable-line selector-no-qualifying-type */
      border-left: 0.4rem solid #5EAFF8;
      color: #5EAFF8;
      font-weight: 700;
      padding-left: 1.1rem; }
  @media screen and (min-width: 1201px) {
    .usa-sidenav-list {
      border-bottom: none;
      border-top: none; } }
  .usa-grid .usa-sidenav-list {
    margin-right: -1.5rem;
    margin-left: -1.5rem; }
    @media screen and (min-width: 600px) {
      .usa-grid .usa-sidenav-list {
        margin-right: 0;
        margin-left: 0; } }

.usa-sidenav-sub_list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  width: 100%; }
  .usa-sidenav-sub_list > li {
    margin-bottom: 0; }
  .usa-sidenav-sub_list li {
    border: none;
    font-size: 1.7rem; }
  .usa-sidenav-sub_list a {
    padding-left: 2.8rem;
    line-height: 1.3; }
    .usa-sidenav-sub_list a:hover, .usa-sidenav-sub_list a.usa-current {
      /* stylelint-disable-line selector-no-qualifying-type */
      border: none;
      padding-left: 2.8rem; }
  .usa-sidenav-sub_list .usa-sidenav-sub_list a {
    padding-left: 3.8rem; }
    .usa-sidenav-sub_list .usa-sidenav-sub_list a:focus {
      outline-offset: 0; }
    .usa-sidenav-sub_list .usa-sidenav-sub_list a:hover {
      padding-left: 3.8rem; }

.usa-layout-docs-sidenav {
  padding-top: 2.4rem; }
  @media screen and (min-width: 1201px) {
    .usa-layout-docs-sidenav {
      padding-top: 0; } }

.usa-skipnav {
  background: transparent;
  color: #212121;
  left: 0;
  padding: 1rem 1.5rem;
  position: absolute;
  top: -4.2rem;
  transition: all 0.2s ease-in-out;
  z-index: 100; }
  .usa-skipnav:focus {
    background: #FFFFFF;
    left: 0;
    outline: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out; }

/* Touch Safe Mixin
 *
 * Use this mixin to add a touch safe zone to links and other interactive items
 * for touch screen accessibility.
 */
@media print {
  .print-hide {
    display: none; } }

@media screen {
  .print-only {
    display: none; } }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/sourcesanspro-semibold-webfont.woff2") format("woff2"), url("/assets/fonts/sourcesanspro-semibold-webfont.woff") format("woff"), url("/assets/fonts/sourcesanspro-semibold-webfont.ttf") format("truetype"); }
body {
  color: #122E51;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1, .foia-request-form legend {
  font-size: 3.2rem;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  line-height: 1.4;
  color: #122E51; }
  @media all and (min-width: 481px) {
    h1, .foia-request-form legend {
      font-size: 3.5rem; } }

h2, .agency-preview_list-hed {
  font-size: 2.7rem;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.3;
  color: #122E51; }
  @media all and (min-width: 481px) {
    h2, .agency-preview_list-hed {
      font-size: 3rem; } }

.foia-header-blue-line--h2, .foia-request-form fieldset fieldset legend,
.foia-request-form #foia-request-form_submit h4 {
  font-size: 2.2rem;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #92C8F6;
  margin-top: 0;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
  width: 100%; }

.foia-header-blue-line--h2 {
  position: relative; }

h3 {
  font-size: 2rem;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  line-height: 1.5;
  color: #122E51; }
  h3.sans {
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: 500; }
    @media all and (min-width: 481px) {
      h3.sans {
        font-size: 2.2rem; } }
  @media all and (min-width: 481px) {
    h3 {
      font-size: 2rem; } }

h4 {
  font-size: 1.9rem;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  line-height: 1.5;
  color: #122E51; }
  @media all and (min-width: 481px) {
    h4 {
      font-size: 2.2rem; } }

h5 {
  font-size: 1.7rem;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  line-height: 1.3;
  font-weight: 500;
  color: #122E51; }

p {
  line-height: 1.5;
  color: #122E51; }
  p.secondary-text {
    font-size: 1.5rem; }

h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
  max-width: 62.4rem; }

#main a[href^='http']:not([href*='foia.gov/']),
#main a[target=_blank] {
  margin-right: 2rem;
  position: relative; }
  #main a[href^='http']:not([href*='foia.gov/']):after,
  #main a[target=_blank]:after {
    content: url("/img/icon-external-link.svg");
    display: inline-block;
    height: 1rem;
    position: absolute;
    width: 1rem;
    margin-left: 0.3rem; }

p a {
  color: #122E51; }
  p a:hover, p a:active {
    color: #5EAFF8; }
  p a:visited {
    color: #122E51; }
    p a:visited:hover, p a:visited:active {
      color: #5EAFF8; }

address p {
  margin: 0; }

p a {
  text-decoration: none;
  border-bottom: 2px solid #5EAFF8; }

select {
  -webkit-appearance: none; }

[type=checkbox]:checked + label::before,
[type=radio]:checked + label::before {
  background-color: #306092;
  box-shadow: 0 0 0 1px #306092; }

.clearfix::after, .usa-footer .footer-logo::after {
  clear: both;
  content: '';
  display: table; }

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */ }

.usa-reset-width {
  max-width: none;
  width: 100%; }

.label-weight-normal label,
.label-weight-normal label strong {
  font-weight: normal; }

/*
 * Use .touch-safe directly on links.
 * Use .touch-safe__wrapper on link ancestor if it is difficult
 * to add the class directly to the link.
 */
.touch-safe,
.touch-safe__wrapper a {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center; }

.usa-grid-full.grid-left, .grid-left.form-group_footer-links,
.usa-grid.grid-left {
  margin-left: 0; }

@media screen and (min-width: 1201px) {
  .sidenav_content {
    padding-left: 4rem; } }
.grid-flex {
  display: flex;
  justify-content: space-between; }

.sidebar {
  display: none; }
  @media screen and (min-width: 768px) {
    .sidebar {
      display: block;
      flex-basis: auto;
      flex-grow: 1;
      overflow: hidden; } }
  @media screen and (min-width: 800px) {
    .sidebar {
      flex-grow: 5; } }
  @media screen and (min-width: 1000px) {
    .sidebar {
      min-width: 400px;
      max-width: 420px; } }
  .sidebar ul {
    list-style: none; }
    .sidebar ul.sidebar_tab-controls {
      margin: 0; }
      .sidebar ul.sidebar_tab-controls li {
        display: inline-block;
        margin-bottom: 0; }
        .sidebar ul.sidebar_tab-controls li a {
          padding: 1rem 3.2rem;
          display: inline-block;
          width: 100%; }

.sidebar > ul {
  margin: 0; }

.sidebar section h2 {
  font-weight: 700;
  margin-top: 0; }
.sidebar section h5 {
  margin-top: 0;
  line-height: 1.5; }
.sidebar section p {
  line-height: 1.5; }
.sidebar section section {
  padding: 4rem 0 0;
  margin: 4rem 0 0; }
  .sidebar section section > h2, .sidebar section section > h3, .sidebar section section > h4 {
    margin-top: 0; }

.sidebar_tabs {
  margin-top: 0;
  height: 100%; }
  .sidebar_tabs .tab_active {
    padding: 4rem 2.4rem 2.4rem 2.4rem;
    height: 100%; }

.sidebar_content {
  flex-basis: auto;
  flex-grow: 6; }
  @media screen and (min-width: 600px) {
    .sidebar_content {
      margin-left: 4%;
      min-width: 60%; } }
  @media screen and (min-width: 1000px) {
    .sidebar_content {
      margin-left: 8%; } }

/* We aren't using this as a progress bar right now, so don't style it like one.
 * Styles for the progress bar look are in modules/sidebar_timeline. */
.sidebar_progress-bar {
  margin: 0; }
  .sidebar_progress-bar li {
    border-left: 3px solid #92C8F6;
    padding-left: 1.6rem;
    margin-bottom: 1.6rem; }
    .sidebar_progress-bar li a:hover, .sidebar_progress-bar li a:active {
      border-bottom: 1px solid #FFFFFF; }

.has_sidebar {
  background-color: #F8F8F8; }

.agency-component-search {
  border-top: 1.6rem solid #5EAFF8;
  padding-top: 4rem;
  padding-bottom: 8.8rem; }
  .agency-component-search .start-request {
    font-weight: 500; }
  .agency-component-search .start-request-container {
    position: relative;
    height: 100%; }
    @media all and (min-width: 600px) {
      .agency-component-search .start-request-container {
        padding-bottom: 5rem; }
        .agency-component-search .start-request-container .start-request {
          bottom: 0;
          left: 3.2rem;
          position: absolute; } }
  .agency-component-search .usa-width-one-half, .agency-component-search .form-group_footer-links_left,
  .agency-component-search .form-group_footer-links_right {
    margin-top: 3.2rem; }
    @media all and (min-width: 600px) {
      .agency-component-search .usa-width-one-half, .agency-component-search .form-group_footer-links_left,
      .agency-component-search .form-group_footer-links_right {
        border-right: 1px solid #5EAFF8;
        padding-right: 3.2rem; }
        .agency-component-search .usa-width-one-half:last-child, .agency-component-search .form-group_footer-links_left:last-child,
        .agency-component-search .form-group_footer-links_right:last-child {
          border: none;
          padding-left: 0;
          padding-right: 1.6rem; } }
    .agency-component-search .usa-width-one-half div h4:first-child, .agency-component-search .form-group_footer-links_left div h4:first-child,
    .agency-component-search .form-group_footer-links_right div h4:first-child {
      margin-top: 0; }
  .agency-component-search input[type='search'] {
    border: none; }
  .agency-component-search .usa-search .twitter-typeahead {
    float: left; }
  .agency-component-search .usa-search .usa-button, .agency-component-search .usa-search .foia-request-form_nav-top a, .foia-request-form_nav-top .agency-component-search .usa-search a, .agency-component-search .usa-search .usa-menu-btn {
    margin: 0;
    display: inline-block;
    border-radius: 0 3px 3px 0;
    width: 20%;
    height: 4.4rem; }

.agency-component-search_hed {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

h3.agency-component-search_hed {
  font-weight: normal;
  font-size: 2.2rem; }
  h3.agency-component-search_hed:before {
    width: 80px;
    height: 5px;
    background-color: #5EAFF8;
    border-radius: 20px;
    display: block;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    content: ""; }

.agency-preview {
  margin-top: 3.2rem; }
  .agency-preview h2 {
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 2rem;
    font-weight: 700; }
  .agency-preview h3 {
    font-size: 3rem;
    margin-bottom: 4rem;
    margin-top: 0.8rem; }
  .agency-preview h4 {
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 1.7rem; }

.agency-preview_agency-back:after {
  width: 0.7em;
  height: 0.7em;
  float: none;
  display: inline-block;
  margin: 0 0 0 1.6rem;
  background-image: url("/img/icon-caret.svg");
  background-repeat: no-repeat;
  content: ""; }
.agency-preview_agency-back:hover {
  cursor: pointer; }

.agency-preview_components {
  list-style: none; }

.agency-preview_component:after {
  width: 0.8em;
  height: 0.6em;
  float: none;
  display: inline-block;
  margin: 0 0 0 0.8rem;
  background-image: url("/img/icon-caret.svg");
  background-repeat: no-repeat;
  content: ""; }
.agency-preview_component:hover {
  cursor: pointer;
  border-bottom: 1px solid #122E51; }

.usa-button, .foia-request-form_nav-top a, .usa-menu-btn {
  font-weight: 500; }
  .usa-button.usa-button-primary, .foia-request-form_nav-top a.usa-button-primary, .usa-button-primary.usa-menu-btn {
    background-color: #122E51; }
    .usa-button.usa-button-primary:hover, .foia-request-form_nav-top a.usa-button-primary:hover, .usa-button-primary.usa-menu-btn:hover, .usa-button.usa-button-primary:focus, .foia-request-form_nav-top a.usa-button-primary:focus, .usa-button-primary.usa-menu-btn:focus {
      background-color: #306092;
      color: #FFFFFF; }
    .usa-button.usa-button-primary:visited, .foia-request-form_nav-top a.usa-button-primary:visited, .usa-button-primary.usa-menu-btn:visited {
      color: #FFFFFF !important; }
  .usa-button.usa-button-primary-alt, .foia-request-form_nav-top a.usa-button-primary-alt, .usa-button-primary-alt.usa-menu-btn {
    background-color: #92C8F6;
    color: #122E51; }
    .usa-button.usa-button-primary-alt:visited, .foia-request-form_nav-top a.usa-button-primary-alt:visited, .usa-button-primary-alt.usa-menu-btn:visited {
      background-color: #92C8F6; }
    .usa-button.usa-button-primary-alt:hover, .foia-request-form_nav-top a.usa-button-primary-alt:hover, .usa-button-primary-alt.usa-menu-btn:hover, .usa-button.usa-button-primary-alt:visited:hover, .foia-request-form_nav-top a.usa-button-primary-alt:visited:hover, .usa-button-primary-alt.usa-menu-btn:visited:hover {
      background-color: #5EAFF8 !important; }
    .usa-button.usa-button-primary-alt:active, .foia-request-form_nav-top a.usa-button-primary-alt:active, .usa-button-primary-alt.usa-menu-btn:active, .usa-button.usa-button-primary-alt:focus, .foia-request-form_nav-top a.usa-button-primary-alt:focus, .usa-button-primary-alt.usa-menu-btn:focus, .usa-button.usa-button-primary-alt:visited:active, .foia-request-form_nav-top a.usa-button-primary-alt:visited:active, .usa-button-primary-alt.usa-menu-btn:visited:active, .usa-button.usa-button-primary-alt:visited:focus, .foia-request-form_nav-top a.usa-button-primary-alt:visited:focus, .usa-button-primary-alt.usa-menu-btn:visited:focus {
      background-color: #5EAFF8 !important;
      color: #122E51; }
  .usa-button.usa-button-outline, .foia-request-form_nav-top a, .usa-menu-btn {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #92C8F6;
    color: #122E51; }
    .usa-button.usa-button-outline:hover, .foia-request-form_nav-top a:hover, .usa-menu-btn:hover, .usa-button.usa-button-outline:visited:hover, .foia-request-form_nav-top a:visited:hover, .usa-menu-btn:visited:hover {
      background-color: #92C8F6;
      color: #122E51;
      box-shadow: inset 0 0 0 2px #92C8F6; }
    .usa-button.usa-button-outline:active, .foia-request-form_nav-top a:active, .usa-menu-btn:active, .usa-button.usa-button-outline:focus, .foia-request-form_nav-top a:focus, .usa-menu-btn:focus, .usa-button.usa-button-outline:visited:active, .foia-request-form_nav-top a:visited:active, .usa-menu-btn:visited:active, .usa-button.usa-button-outline:visited:focus, .foia-request-form_nav-top a:visited:focus, .usa-menu-btn:visited:focus {
      background-color: #92C8F6;
      color: #122E51;
      box-shadow: inset 0 0 0 2px #92C8F6; }
  .usa-button.usa-button-small, .foia-request-form_nav-top a.usa-button-small, .usa-button-small.usa-menu-btn {
    font-weight: 400; }

form [type=submit] {
  margin: 3.2rem 0; }

form .with-siblings[type=submit] {
  margin: 0.5em 0; }
  @media all and (min-width: 481px) {
    form .with-siblings[type=submit] {
      margin: 0.5em; } }

.close-button {
  width: 4.4rem;
  height: 4.4rem;
  background-image: url("/img/fontawesome/times-circle-solid.svg");
  background-repeat: no-repeat;
  border-radius: 100px;
  background-color: transparent;
  background-size: 3rem;
  background-position: center center; }

.close-button:hover,
.close-button:active {
  background-color: transparent; }

.unstyled-button, .button-as-link {
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  width: auto; }
  .unstyled-button:hover, .button-as-link:hover, .unstyled-button:active, .button-as-link:active {
    color: inherit;
    background-color: transparent; }

.button-as-link {
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: underline;
  color: #306092; }
  .button-as-link:hover, .button-as-link:active {
    color: #205493;
    text-decoration: underline; }

.checkbox-list {
  margin: 1rem 0; }
  .checkbox-list li {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem; }
    .checkbox-list li:first-child {
      margin-top: 0.5rem; }
    .checkbox-list li:last-child {
      margin-bottom: 0.5rem; }

@media all and (min-width: 600px) and (max-width: 799px) {
  .checkbox-list--in-modal .usa-width-one-third {
    float: left;
    display: block;
    margin-right: 4.8291588071%;
    width: 47.5854205965%; }
    .checkbox-list--in-modal .usa-width-one-third:last-child {
      margin-right: 0; }

  .checkbox-list--in-modal .usa-width-one-third:nth-child(2n) {
    margin-right: 0; } }
@media all and (min-width: 800px) {
  .checkbox-list--in-modal .usa-width-one-third:nth-child(3n) {
    margin-right: 0; } }
.confirmation section {
  border-bottom: 1px solid #92C8F6;
  margin: 3.2rem 0;
  padding-bottom: 3.2rem; }
  .confirmation section:last-child {
    border-bottom: none; }
  .confirmation section div :last-child p:last-child {
    margin-bottom: 0; }
.confirmation h2 {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-weight: 700;
  font-size: 2.2rem; }
.confirmation h3 {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 2.2rem;
  font-weight: 500; }
.confirmation h5 {
  font-weight: 500;
  margin-bottom: 0; }
  .confirmation h5 + p {
    margin-top: 0; }

.confirmation_agency-contact-personnel {
  margin: 3.2rem 0; }

.print-button {
  padding-left: 3.2rem;
  background-image: url("/img/icon-print.svg");
  background-repeat: no-repeat;
  background-position: center left 0.8rem;
  background-size: 1.6rem; }

.contact-information_section {
  margin-bottom: 3.2rem; }
  .contact-information_section p {
    margin-bottom: 0.8rem;
    margin-top: 0.8rem; }

.developer_request-fields-key {
  width: 10rem; }

.usa-disabled a {
  color: #5B616A;
  pointer-events: none; }
.usa-disabled input,
.usa-disabled select,
.usa-disabled textarea {
  background-color: #D0D0D0;
  color: #000000; }

.usa-disabled input::-webkit-input-placeholder {
  color: #000000; }

.usa-disabled input::-moz-placeholder {
  color: #000000; }

.usa-disabled input:-ms-input-placeholder {
  color: #000000; }

.usa-disabled input:-moz-placeholder {
  color: #000000; }

.usa-disabled input::placeholder {
  color: #000000; }

.usa-disabled input:placeholder-shown {
  color: #000000; }

.feedback-bar-production, .feedback-bar-non-production {
  clear: both;
  padding: 1.6rem;
  margin: 1.6rem auto 0;
  font-size: 1.5rem; }
  .feedback-bar-production p, .feedback-bar-non-production p {
    margin: 0; }
  .feedback-bar-production a, .feedback-bar-non-production a {
    border-bottom: 1px solid #122E51; }
  @media screen and (min-width: 800px) {
    .feedback-bar-production, .feedback-bar-non-production {
      float: right;
      clear: none;
      width: 60%;
      margin-top: 0; } }

.feedback-bar-production {
  background: #DEF0FF; }

.feedback-bar-non-production .usa-alert-body {
  padding-left: 6rem; }

/* Report Field Actions
 *
 * Provides positioning for action buttons/links that appear below input fields
 * on FOIA Report Form.
 *
 * Used in:
 * - foia_report_data_type_filter
 * - report_agency_component_filter
 *
 * Example Markup:
 * ```
 * <div class="report-field-actions">
 *   <div>
 *     <button class="usa-button usa-button-outline usa-button-small" type="button">Select Agency Components</button>
 *   </div>
 *   <div class="report-remove-field-button">
 *     <button type="button" class="button-as-link">Remove</button>
 *   </div>
 * </div>
 * ```
 */
.report-field-actions {
  display: flex;
  justify-content: space-between; }
  .report-field-actions .report-remove-field-button {
    height: 5.4rem;
    flex-grow: 1;
    align-items: center;
    display: flex;
    justify-content: flex-end; }

/* Report Table Results
 *
 * Results report tables are displayed in markup from the Tabulator library.
 * The styles below are adapted from the tabulator CSS and further customized
 * to meet this site's needs.
 *
 * Library Documentation: http://tabulator.info/
 *
 * Component: foia_report_results_table
 */
.tabulator {
  position: relative;
  border: 1px solid #D0D0D0;
  background-color: transparent;
  font-size: inherit;
  text-align: left;
  overflow: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }
  .tabulator[tabulator-layout="fitDataFill"] .tabulator-tableHolder .tabulator-table {
    min-width: 100%; }
  .tabulator.tabulator-block-select {
    user-select: none; }
  .tabulator .tabulator-header {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    border-bottom: 1px solid #D0D0D0;
    background-color: #FFFFFF;
    color: #122E51;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none; }
    .tabulator .tabulator-header.tabulator-header-hidden {
      display: none; }
    .tabulator .tabulator-header .tabulator-col {
      display: inline-block;
      position: relative;
      box-sizing: border-box;
      border-right: 1px solid #D0D0D0;
      background: #FFFFFF;
      text-align: left;
      vertical-align: bottom;
      overflow: hidden; }
      .tabulator .tabulator-header .tabulator-col.tabulator-moving {
        position: absolute;
        border: 1px solid #D0D0D0;
        background: #e6e6e6;
        pointer-events: none; }
      .tabulator .tabulator-header .tabulator-col:last-child {
        border-right: none; }
      .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
        box-sizing: border-box;
        position: relative; }
        .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
          box-sizing: border-box;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          vertical-align: bottom; }
          @media all and (-ms-high-contrast: none) {
            .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
              padding: .4rem; } }
          .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
            box-sizing: border-box;
            width: 100%;
            border: 1px solid #999;
            padding: 1px;
            background: #fff; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
        position: relative;
        display: flex;
        border-top: 1px solid #D0D0D0;
        overflow: hidden; }
        .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols .tabulator-col:last-child {
          margin-right: -1px; }
      .tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev {
        display: none; }
      .tabulator .tabulator-header .tabulator-col.ui-sortable-helper {
        position: absolute;
        background-color: #FFFFFF !important;
        border: 1px solid #D0D0D0; }
      .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
        position: relative;
        box-sizing: border-box;
        margin-top: 2px;
        width: 100%;
        text-align: center; }
        .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
          height: auto !important; }
        .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
          margin-top: 3px; }
        .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
          width: 0;
          height: 0; }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
        cursor: pointer; }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-content {
        background-image: none, url("/assets/img/arrow-both.svg");
        background-position: right 1.3rem center;
        background-repeat: no-repeat;
        background-size: 1rem;
        min-height: 5.6rem; }
        @media all and (-ms-high-contrast: none) {
          .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-content {
            background-size: 1.3rem 1.3rem; } }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content {
        background-image: none, url("/img/fontawesome/arrow-both-none.svg"); }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content {
        background-image: none, url("/img/fontawesome/arrow-both-up.svg"); }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content {
        background-image: none, url("/img/fontawesome/arrow-both-down.svg"); }
      .tabulator .tabulator-header .tabulator-col.tabulator-sortable button {
        margin: 0;
        padding: 0;
        background-color: transparent;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        line-height: inherit;
        width: auto;
        display: block;
        width: 100%;
        padding: 1.7rem 3.2rem 1.7rem 1.6rem;
        text-align: left; }
        .tabulator .tabulator-header .tabulator-col.tabulator-sortable button:focus {
          outline-offset: -.3rem; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
        writing-mode: vertical-rl;
        text-orientation: mixed;
        display: flex;
        align-items: center;
        justify-content: center; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
        transform: rotate(180deg); }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
        padding-right: 0;
        padding-top: 20px; }
      .tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
        padding-right: 0;
        padding-bottom: 20px; }
    .tabulator .tabulator-header .tabulator-frozen {
      display: inline-block;
      position: absolute;
      z-index: 10; }
      .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
        border-right: 2px solid #D0D0D0; }
      .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
        border-left: 2px solid #D0D0D0; }
    .tabulator .tabulator-header .tabulator-calcs-holder {
      box-sizing: border-box;
      min-width: 600%;
      background: white !important;
      border-top: 1px solid #D0D0D0;
      border-bottom: 1px solid #D0D0D0;
      overflow: hidden; }
      .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
        background: white !important; }
        .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
          display: none; }
    .tabulator .tabulator-header .tabulator-frozen-rows-holder {
      min-width: 600%; }
      .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
        display: none; }
  .tabulator .tabulator-tableHolder {
    position: relative;
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .tabulator .tabulator-tableHolder:focus {
      outline: none; }
    .tabulator .tabulator-tableHolder .tabulator-placeholder {
      box-sizing: border-box;
      display: flex;
      align-items: center;
      width: 100%; }
      .tabulator .tabulator-tableHolder .tabulator-placeholder[tabulator-render-mode="virtual"] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%; }
      .tabulator .tabulator-tableHolder .tabulator-placeholder span {
        display: inline-block;
        margin: 0 auto;
        padding: 10px;
        color: #ccc;
        font-weight: bold;
        font-size: 20px; }
    .tabulator .tabulator-tableHolder .tabulator-table {
      position: relative;
      display: inline-block;
      background-color: #F1F1F1;
      white-space: nowrap;
      overflow: visible;
      color: #122E51; }
      .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs {
        font-weight: bold;
        background: #f2f2f2 !important; }
        .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
          border-bottom: 2px solid #D0D0D0; }
        .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
          border-top: 2px solid #D0D0D0; }
  .tabulator .tabulator-footer {
    padding: 5px 10px;
    border-top: 1px solid #D0D0D0;
    background-color: #e6e6e6;
    text-align: right;
    color: #555;
    font-weight: bold;
    white-space: nowrap;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none; }
    .tabulator .tabulator-footer .tabulator-calcs-holder {
      box-sizing: border-box;
      width: calc(100% + 20px);
      margin: -5px -10px 5px -10px;
      text-align: left;
      background: #f3f3f3 !important;
      border-bottom: 1px solid #D0D0D0;
      border-top: 1px solid #D0D0D0;
      overflow: hidden; }
      .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
        background: #f3f3f3 !important; }
        .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
          display: none; }
      .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
        margin-bottom: -5px;
        border-bottom: none; }
    .tabulator .tabulator-footer .tabulator-paginator {
      color: #555;
      font-family: inherit;
      font-weight: inherit;
      font-size: inherit; }
    .tabulator .tabulator-footer .tabulator-page-size {
      display: inline-block;
      margin: 0 5px;
      padding: 2px 5px;
      border: 1px solid #D0D0D0;
      border-radius: 3px; }
    .tabulator .tabulator-footer .tabulator-pages {
      margin: 0 7px; }
    .tabulator .tabulator-footer .tabulator-page {
      display: inline-block;
      margin: 0 2px;
      padding: 2px 5px;
      border: 1px solid #D0D0D0;
      border-radius: 3px;
      background: rgba(255, 255, 255, 0.2); }
      .tabulator .tabulator-footer .tabulator-page.active {
        color: #d00; }
      .tabulator .tabulator-footer .tabulator-page:disabled {
        opacity: .5; }
      .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.2);
        color: #fff; }
  .tabulator .tabulator-col-resize-handle {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px; }
    .tabulator .tabulator-col-resize-handle.prev {
      left: 0;
      right: auto; }
    .tabulator .tabulator-col-resize-handle:hover {
      cursor: ew-resize; }
  .tabulator .tabulator-loader {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    text-align: center; }
    .tabulator .tabulator-loader .tabulator-loader-msg {
      display: inline-block;
      margin: 0 auto;
      padding: 10px 20px;
      border-radius: 10px;
      background: #fff;
      font-weight: bold;
      font-size: 16px; }
      .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
        border: 4px solid #333;
        color: #000; }
      .tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
        border: 4px solid #D00;
        color: #590000; }

.tabulator-row {
  position: relative;
  box-sizing: border-box;
  min-height: inherit8px;
  background-color: #F1F1F1; }
  .tabulator-row.tabulator-row-even {
    background-color: #FFFFFF; }
  .tabulator-row.tabulator-selected {
    background-color: #9ABCEA; }
  .tabulator-row.tabulator-row-moving {
    border: 1px solid #000;
    background: #fff; }
  .tabulator-row.tabulator-moving {
    position: absolute;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    pointer-events: none;
    z-index: 15; }
  .tabulator-row .tabulator-row-resize-handle {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px; }
    .tabulator-row .tabulator-row-resize-handle.prev {
      top: 0;
      bottom: auto; }
    .tabulator-row .tabulator-row-resize-handle:hover {
      cursor: ns-resize; }
  .tabulator-row .tabulator-frozen {
    display: inline-block;
    position: absolute;
    background-color: inherit;
    z-index: 10; }
    .tabulator-row .tabulator-frozen.tabulator-frozen-left {
      border-right: 2px solid #D0D0D0; }
    .tabulator-row .tabulator-frozen.tabulator-frozen-right {
      border-left: 2px solid #D0D0D0; }
  .tabulator-row .tabulator-responsive-collapse {
    box-sizing: border-box;
    padding: 5px;
    border-top: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0; }
    .tabulator-row .tabulator-responsive-collapse:empty {
      display: none; }
    .tabulator-row .tabulator-responsive-collapse table {
      font-size: inherit; }
      .tabulator-row .tabulator-responsive-collapse table tr td {
        position: relative; }
        .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
          padding-right: 10px; }
  .tabulator-row .tabulator-cell {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: .5em;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .tabulator-row .tabulator-cell.tabulator-editing {
      border: 1px solid #1D68CD;
      padding: 0; }
      .tabulator-row .tabulator-cell.tabulator-editing input, .tabulator-row .tabulator-cell.tabulator-editing select {
        border: 1px;
        background: transparent; }
    .tabulator-row .tabulator-cell.tabulator-validation-fail {
      border: 1px solid #dd0000; }
      .tabulator-row .tabulator-cell.tabulator-validation-fail input, .tabulator-row .tabulator-cell.tabulator-validation-fail select {
        border: 1px;
        background: transparent;
        color: #dd0000; }
    .tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev {
      display: none; }
    .tabulator-row .tabulator-cell:last-child {
      border-right: none; }
    .tabulator-row .tabulator-cell.tabulator-row-handle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none; }
      .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
        width: 80%; }
        .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
          width: 100%;
          height: 3px;
          margin-top: 2px;
          background: #666; }
    .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
      display: inline-block;
      vertical-align: middle;
      height: 9px;
      width: 7px;
      margin-top: -9px;
      margin-right: 5px;
      border-bottom-left-radius: 1px;
      border-left: 2px solid #D0D0D0;
      border-bottom: 2px solid #D0D0D0; }
    .tabulator-row .tabulator-cell .tabulator-data-tree-control {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      vertical-align: middle;
      height: 11px;
      width: 11px;
      margin-right: 5px;
      border: 1px solid #122E51;
      border-radius: 2px;
      background: rgba(0, 0, 0, 0.1);
      overflow: hidden; }
      .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.2); }
      .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
        display: inline-block;
        position: relative;
        height: 7px;
        width: 1px;
        background: transparent; }
        .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
          position: absolute;
          content: "";
          left: -3px;
          top: 3px;
          height: 1px;
          width: 7px;
          background: #122E51; }
      .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
        display: inline-block;
        position: relative;
        height: 7px;
        width: 1px;
        background: #122E51; }
        .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
          position: absolute;
          content: "";
          left: -3px;
          top: 3px;
          height: 1px;
          width: 7px;
          background: #122E51; }
    .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      -moz-user-select: none;
      -khtml-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      height: 15px;
      width: 15px;
      border-radius: 20px;
      background: #666;
      color: #F1F1F1;
      font-weight: bold;
      font-size: 1.1em; }
      .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
        opacity: .7; }
      .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
        display: initial; }
      .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
        display: none; }
      .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
        display: none; }
    .tabulator-row .tabulator-cell .tabulator-traffic-light {
      display: inline-block;
      height: 14px;
      width: 14px;
      border-radius: 14px; }
  .tabulator-row:last-child .tabulator-cell {
    border-bottom: 0; }
  .tabulator-row.tabulator-group {
    box-sizing: border-box;
    border-bottom: 1px solid #999;
    border-right: 1px solid #D0D0D0;
    border-top: 1px solid #999;
    padding: 5px;
    padding-left: 10px;
    background: #ccc;
    font-weight: bold;
    min-width: 100%; }
    .tabulator-row.tabulator-group:hover {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.1); }
    .tabulator-row.tabulator-group.tabulator-group-level-1 {
      padding-left: 30px; }
    .tabulator-row.tabulator-group.tabulator-group-level-2 {
      padding-left: 50px; }
    .tabulator-row.tabulator-group.tabulator-group-level-3 {
      padding-left: 70px; }
    .tabulator-row.tabulator-group.tabulator-group-level-4 {
      padding-left: 90px; }
    .tabulator-row.tabulator-group.tabulator-group-level-5 {
      padding-left: 110px; }
    .tabulator-row.tabulator-group .tabulator-group-toggle {
      display: inline-block; }
    .tabulator-row.tabulator-group span {
      margin-left: 10px;
      color: #d00; }

.tabulator-edit-select-list {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  max-height: 200px;
  background: #F1F1F1;
  border: 1px solid #D0D0D0;
  font-size: inherit;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000; }
  .tabulator-edit-select-list .tabulator-edit-select-list-item {
    padding: 4px;
    color: #122E51; }
    .tabulator-edit-select-list .tabulator-edit-select-list-item.active {
      color: #F1F1F1;
      background: #1D68CD; }
    .tabulator-edit-select-list .tabulator-edit-select-list-item:hover {
      cursor: pointer;
      color: #F1F1F1;
      background: #1D68CD; }
  .tabulator-edit-select-list .tabulator-edit-select-list-group {
    border-bottom: 1px solid #D0D0D0;
    padding: 4px;
    padding-top: 6px;
    color: #122E51;
    font-weight: bold; }

@media print {
  .tabulator {
    font-size: 1rem; }
    .tabulator .tabulator-header .tabulator-headers {
      margin-left: 0px;
      display: flex;
      flex-wrap: nowrap;
      align-items: stretch; }
      .tabulator .tabulator-header .tabulator-headers .tabulator-col.tabulator-sortable {
        display: block;
        height: auto !important;
        flex: 1 0 0;
        display: flex;
        align-items: center; }
        .tabulator .tabulator-header .tabulator-headers .tabulator-col.tabulator-sortable .tabulator-col-content {
          padding: 0.25em;
          background-image: none; }
          .tabulator .tabulator-header .tabulator-headers .tabulator-col.tabulator-sortable .tabulator-col-content .tabulator-col-title {
            padding-right: 0;
            white-space: normal;
            font-weight: 500; }
    .tabulator .tabulator-tableHolder .tabulator-table {
      display: block;
      overflow: initial;
      width: 100%;
      overflow: hidden; }
      .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row {
        margin-left: 0px;
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch; }
        .tabulator .tabulator-tableHolder .tabulator-table .tabulator-row .tabulator-cell {
          height: auto !important;
          flex: 1 0 0;
          display: flex;
          align-items: center;
          white-space: normal;
          padding: 0.25em; } }
.foia-request-form label,
.foia-request-form legend {
  display: block !important; }
.foia-request-form label {
  font-weight: 500;
  font-size: inherit !important;
  margin-bottom: 0.8rem !important;
  color: #122E51; }
.foia-request-form input {
  color: #122E51; }
.foia-request-form #root_requester_contact_website, .foia-request-form label[for=root_requester_contact_website] {
  display: none !important; }

.foia-request-form_inline-progress {
  color: #5B616A;
  font-size: 1.7rem;
  margin-bottom: 0.8rem; }

.foia-request-form_nav-top {
  max-width: 46rem;
  text-align: right;
  margin-top: 2.4rem;
  margin-bottom: 1.6rem; }
  .foia-request-form_nav-top a {
    position: relative;
    overflow: hidden;
    padding-right: 3.2rem !important; }
    .foia-request-form_nav-top a:after {
      position: absolute;
      right: 1.4rem;
      height: 1.8rem;
      width: 1rem;
      content: "";
      background-image: url("/img/icon-arrow-thin.svg");
      background-repeat: no-repeat;
      background-position: center right;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .foia-request-form_nav-top a:visited {
      color: #122E51; }
  .field-object + .foia-request-form_nav-top {
    display: none; }

.foia-request-form_is-required {
  float: right;
  font-weight: 400;
  font-size: 1.5rem;
  font-style: italic;
  color: #5B616A; }

ul.no-bullets {
  list-style: none; }

ul.statute-indent-level-1 {
  margin-left: 2em; }

ul.statute-indent-level-2 {
  margin-left: 4em; }

ul.statute-indent-level-3 {
  margin-left: 6em; }

ul.statute-indent-level-4 {
  margin-left: 8em; }

.form-group, .form-group_footer-links {
  margin-top: 3.2rem; }
  .form-group label, .form-group_footer-links label {
    margin-bottom: 0.8rem;
    position: relative; }

.form-group_header {
  color: #5EAFF8;
  font-size: 2rem; }

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

.form-group_help-text {
  font-style: italic;
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 1.5rem;
  color: #5B616A; }

.form-group_footer-links {
  margin-top: 2.1rem; }

.form-group_footer-links_left,
.form-group_footer-links_right {
  min-height: 1px; }

.form-group_footer-links_right {
  margin-top: 1rem; }
  @media screen and (min-width: 600px) {
    .form-group_footer-links_right {
      margin-top: 0;
      text-align: right; } }

.usa-form-hint {
  font-size: 1.5rem;
  line-height: 1.4;
  font-style: italic; }

label {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.7rem;
  line-height: 1.3; }

input,
textarea,
select {
  color: #122E51; }

.glossary {
  -webkit-transition: right, 0.3s;
  -moz-transition: right, 0.3s;
  transition: right, 0.3s;
  background-color: #122E51;
  bottom: 0;
  color: #F8F8F8;
  max-width: 30rem;
  overflow-y: scroll;
  padding: 3rem;
  position: fixed;
  top: 0;
  width: 75%;
  z-index: 9010; }
  .glossary[aria-hidden='true'] {
    display: block !important;
    right: -100%; }
    @media print {
      .glossary[aria-hidden='true'] {
        display: none !important; } }
  .glossary[aria-hidden='false'] {
    -webkit-transition: right, 0.3s;
    -moz-transition: right, 0.3s;
    transition: right, 0.3s;
    right: 0; }
  .glossary p a,
  .glossary p a:active,
  .glossary p a:visited,
  .glossary p a:visited:hover,
  .glossary p a:hover {
    color: #5EAFF8; }
  .glossary .glossary-close {
    background-color: #122E51;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20%20fill%3D%27%23ffffff%27%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.053%205.856a1.234%201.234%200%200%200-1.747-1.745l-3.9%203.895h.353L5.857%204.11a1.234%201.234%200%200%200-1.746%201.745l3.9%203.896v-.353l-3.9%203.895a1.234%201.234%200%200%200%201.746%201.745l3.9-3.895h-.353l3.9%203.895c.23.23.543.36.874.36a1.234%201.234%200%200%200%20.873-2.105l-3.9-3.895v.354l3.9-3.894z%22%2F%3E%3C%2Fsvg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    border: 0;
    color: #FFFFFF;
    height: 4rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 4rem; }
    .glossary .glossary-close:active, .glossary .glossary-close:hover {
      background-color: #122E51;
      color: #FFFFFF; }
  .glossary h2 {
    color: #F8F8F8; }
  .glossary .label {
    color: #F8F8F8; }
  .glossary p {
    color: #FFFFFF; }

.glossary__item ol,
.glossary__item ul {
  margin-left: 1.6rem; }

.glossary__term {
  background-color: #122E51;
  background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20%20fill%3D%27%23ffffff%27%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2020c5.523%200%2010-4.477%2010-10S15.523%200%2010%200%200%204.477%200%2010s4.477%2010%2010%2010zm4.208-9.063h-3.175v3.126a.945.945%200%200%201-.953.937.945.945%200%200%201-.952-.938v-3.124H5.953A.945.945%200%200%201%205%2010c0-.518.426-.938.953-.938h3.175V5.938c0-.518.426-.938.952-.938s.953.42.953.938v3.125h3.175c.526%200%20.952.42.952.937a.945.945%200%200%201-.952.938z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border-color: #FFFFFF;
  color: #FFFFFF;
  padding-left: 0;
  text-align: left;
  width: 100%; }
  .glossary__term[aria-expanded=true] {
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg%20%20fill%3D%27%23ffffff%27%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2020c5.523%200%2010-4.477%2010-10S15.523%200%2010%200%200%204.477%200%2010s4.477%2010%2010%2010zm1.033-9.125h-5.08A.945.945%200%200%201%205%209.937C5%209.42%205.426%209%205.953%209H14.208c.526%200%20.952.42.952.938a.945.945%200%200%201-.952.937h-3.175z%22%2F%3E%3C%2Fsvg%3E"); }
  .glossary__term:active, .glossary__term:hover {
    background-color: #122E51;
    color: #FFFFFF; }

.glossary-toggle {
  border-radius: 0;
  bottom: 0;
  margin: 0;
  position: fixed; }
  @media all and (min-width: 481px) {
    .glossary-toggle {
      right: 2rem; } }
  @media print {
    .glossary-toggle {
      display: none; } }

.glossary-search {
  font-size: 1.4rem;
  height: 3.3rem;
  padding: 0 .7em;
  width: calc(100% - 1.4em); }

.glossary-search-label {
  font-size: 1.4rem; }

[data-term] {
  cursor: pointer;
  text-decoration: underline dotted;
  white-space: nowrap; }
  [data-term]:after {
    content: "";
    width: 1em;
    height: 0.7em;
    background-image: url("/img/icon-glossary.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 0.3rem;
    margin-right: 0.5rem; }

.glossary [data-term]:after {
  background-image: url("/img/icon-glossary-light.svg"); }

.usa-hero {
  background-image: none;
  padding: 0;
  background-position: center top; }
  @media screen and (min-width: 1201px) {
    .usa-hero {
      background-position: center top -14rem;
      background-image: url("../img/Usdepartmentofjustice-high-res.jpg"); } }
  @media screen and (min-width: 481px) {
    .usa-hero {
      background-image: url("../img/Usdepartmentofjustice-1.jpg");
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media screen and (max-width: 481px) {
    .usa-hero .usa-grid {
      padding: 0; } }

.usa-hero-callout {
  min-width: 100%; }
  @media screen and (min-width: 800px) {
    .usa-hero-callout {
      min-width: 55%; } }
  .usa-hero-callout h2 {
    font-size: 2.2rem;
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-weight: bold;
    line-height: 1.5; }
    @media screen and (min-width: 481px) {
      .usa-hero-callout h2 {
        font-size: 2.5rem; } }
    .usa-hero-callout h2:after {
      content: "";
      width: 80px;
      height: 5px;
      background-color: #92C8F6;
      border-radius: 20px;
      display: block;
      margin-top: 2.4rem;
      margin-bottom: 2.4rem; }
  .usa-hero-callout p {
    font-size: 1.9rem;
    line-height: 1.5; }
    @media screen and (min-width: 481px) {
      .usa-hero-callout p {
        font-size: 2.2rem; } }
  .usa-hero-callout a {
    color: #FFFFFF; }
    .usa-hero-callout a:visited {
      color: #FFFFFF; }
    .usa-hero-callout a span {
      border-bottom: 2px solid #92C8F6; }
  .usa-hero-callout .usa-button.usa-button-primary-alt, .usa-hero-callout .foia-request-form_nav-top a.usa-button-primary-alt, .foia-request-form_nav-top .usa-hero-callout a.usa-button-primary-alt, .usa-hero-callout .usa-button-primary-alt.usa-menu-btn {
    padding: 1.6rem;
    margin-right: 0;
    font-size: 1.9rem; }

.hero-unit_button-group {
  text-align: center;
  font-size: 1.9rem; }
  @media screen and (min-width: 600px) {
    .hero-unit_button-group {
      display: flex;
      text-align: left; } }
  .hero-unit_button-group a {
    display: block;
    padding-top: 1.6rem;
    margin-bottom: 3.2rem; }
    @media screen and (min-width: 600px) {
      .hero-unit_button-group a {
        display: inline;
        margin-bottom: 1.6rem; } }
  .hero-unit_button-group .usa-button, .hero-unit_button-group .foia-request-form_nav-top a, .foia-request-form_nav-top .hero-unit_button-group a, .hero-unit_button-group .usa-menu-btn {
    margin-top: 1rem;
    font-size: 1.9rem; }
    @media screen and (min-width: 600px) {
      .hero-unit_button-group .usa-button, .hero-unit_button-group .foia-request-form_nav-top a, .foia-request-form_nav-top .hero-unit_button-group a, .hero-unit_button-group .usa-menu-btn {
        flex-grow: 1;
        display: inline;
        width: auto;
        margin-top: 0; } }
  .hero-unit_button-group > span {
    flex-grow: 1;
    line-height: 1;
    text-align: center;
    padding: 1.6rem; }
    @media screen and (max-width: 600px) {
      .hero-unit_button-group > span {
        display: none; } }

.info-box, legend + .field-description,
.info-box_reverse {
  background-color: #DEF0FF;
  padding: 0.8rem 1.6rem 2.4rem 1.6rem; }
  .info-box:before, legend + .field-description:before,
  .info-box_reverse:before {
    width: 0;
    height: 0;
    content: "";
    display: block;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transform: translate(-2.4rem, -0.95rem) rotate(-45deg); }

.info-box:before, legend + .field-description:before {
  border-bottom: 12px solid #5EAFF8; }
.info-box p, legend + .field-description p {
  margin: 0; }

.info-box_reverse:before {
  border-bottom: 12px solid #122E51; }
.info-box_reverse p {
  margin: 0.8rem 3.2rem;
  max-width: none; }

.inline-list li, .inline-list--centered li {
  display: inline-block;
  line-height: 1;
  padding: 0 1rem;
  position: relative; }
.inline-list li:first-child, .inline-list--centered li:first-child {
  padding-left: 0; }
.inline-list li + li, .inline-list--centered li + li {
  border-left: 1px solid #306092; }

.inline-list--centered {
  text-align: center;
  padding: 0 0 1rem 0; }
  .inline-list--centered li + li {
    border-left: none; }
    .inline-list--centered li + li:before {
      content: '';
      display: inline-block;
      height: 1.8rem;
      border-left: 1px solid #306092;
      margin-left: -1rem;
      margin-right: 1rem;
      margin-bottom: -.3rem; }
    .inline-list--centered li + li:first-child:before {
      display: none; }

.add-bottom-margin-one {
  margin-bottom: 1em; }

ul.list-of-exemptions, ul.list-of-resources {
  list-style: none;
  max-width: 62.4rem; }

ul.list-of-exemptions > li > ol {
  margin-left: 2em; }

ul.list-of-exemptions > li > ul {
  list-style: none;
  margin-left: 1em; }

.usa-header-extended {
  border-bottom: 1px solid #DEF0FF !important; }

/* Modal
 *
 * Modals are created using the react-modal library and use custom CSS.
 *
 * Documentation: https://www.npmjs.com/package/react-modal
 *
 * Component: foia_modal
 *
 * Used in:
 * - foia_report_data_type_filter
 * - foia_report_form_section_two

 */
.ReactModal__Body--open {
  overflow: hidden; }

.modal-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9999; }

.modal {
  position: absolute;
  display: flex;
  top: 45%;
  left: 50%;
  right: auto;
  bottom: auto;
  min-width: 40vw;
  max-width: 80vw;
  max-height: 80vh;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  outline: none;
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.5); }

.modal__inner {
  max-height: 80vh;
  overflow: auto;
  padding: 2rem 3rem;
  flex-basis: 100%; }

.modal__close {
  position: absolute;
  top: -29px;
  left: -22px; }

.modal__close:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #FFFFFF;
  height: 2.7rem;
  width: 2.7rem;
  border-radius: 100px;
  top: 17px;
  left: 9px;
  z-index: -1; }

.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
  margin-top: 0;
  text-align: center; }

.modal__content > .form-group, .modal__content > .form-group_footer-links {
  margin-top: 0; }

.old-content-banner {
  margin: auto;
  padding: 4.8rem 0;
  text-align: center; }
  .old-content-banner p {
    margin: auto;
    max-width: none; }

.old-content-banner_hed {
  font-weight: 600; }

#content .page-header_tag {
  font-size: 2.2rem;
  color: #5EAFF8;
  margin-bottom: 1rem; }
  #content .page-header_tag + .page-header_title {
    margin-top: 0; }

.page-header_title {
  font-size: 3.5rem;
  color: #122E51; }

.page-header_lede {
  font-style: italic;
  color: #5B616A; }

legend + .field-description {
  margin: 0;
  line-height: 1.5; }

label + .field-description {
  font-size: 1.5rem;
  margin-bottom: 1em;
  margin-top: 1em;
  max-width: 46rem;
  margin-top: 0; }

.request-summary_file-field {
  padding-left: 3.2rem; }
  .request-summary_file-field:before {
    width: 2.4rem;
    height: 2.4rem;
    float: left;
    display: block;
    margin: 0 0.8rem 0 -3.2rem;
    background-image: url("/img/picons/icon-file-attachment.svg");
    background-repeat: no-repeat;
    content: ""; }

/* Results Loading
 *
 * Provides positioning for loading element that appears
 * while report results are loading.
 *
 * Used in:
 * - annual_report_data
 *
 * Example Markup:
 * ```
 * <div className="results-loading">
 *   <div className="spinner" />
 *   <div className="results-loading__text">Loading...</div>
 * </div>
 * ```
 */
.results-loading {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .results-loading__text {
    margin: 0 0 0 0.8rem;
    color: #5B616A;
    font-size: 2.75rem; }

/* Results Page Header
 *
 * Provides positioning for results page header.
 * while report results are loading.
 *
 * Used in:
 * - annual_report_data
 *
 * Example Markup:
 * ```
 * <header class="results-page-header">
 *   <h1>Report Results</h1>
 *   <div class="results-toolbar">
 *     <button type="button" class="print-hide usa-button usa-button-big usa-button-primary-alt">Print</button>
 *     <button type="button" class="print-hide usa-button usa-button-big usa-button-primary-alt">Download CSV</button>
 *   </div>
 * </header>
 * ```
 */
.results-page-header {
  display: flex;
  flex-direction: column; }
  @media all and (min-width: 600px) {
    .results-page-header {
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      margin: 4rem 0;
      flex-wrap: wrap; } }
  .results-page-header h1 {
    margin-top: 0;
    margin-top: 0.8rem;
    margin-right: 4rem; }

.results-toolbar {
  display: flex;
  margin-right: -1rem; }
  @media all and (min-width: 600px) {
    .results-toolbar {
      flex-basis: 34.4rem;
      flex-grow: 0;
      flex-shrink: 0; } }

@media screen and (max-width: 600px) {
  .sidebar {
    display: none; } }

.sidebar_tab-controls {
  display: flex; }
  .sidebar_tab-controls li {
    flex-grow: 1;
    cursor: pointer; }
    .sidebar_tab-controls li a {
      color: #122E51; }
    .sidebar_tab-controls li:first-child {
      background-color: #122E51; }
      .sidebar_tab-controls li:first-child a {
        color: #FFFFFF; }
    .sidebar_tab-controls li:last-child {
      background-color: #92C8F6; }
      .sidebar_tab-controls li:last-child a {
        color: #122E51; }

.sidebar_tabs > section {
  display: none; }
  .sidebar_tabs > section h4 {
    font-weight: bold;
    font-size: 1.7rem;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
.sidebar_tabs .tab_active {
  display: block; }
.sidebar_tabs > section:first-child section {
  border-top: 1px solid #92C8F6; }
.sidebar_tabs > section:last-child section {
  border-top: 1px solid #122E51; }
.sidebar_tabs h2 {
  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
  font-size: 2.2rem; }
.sidebar_tabs h3 {
  font-size: 1.7rem; }

.submission-help_tips p {
  padding-left: 3.2rem; }

.sidebar_content-inner {
  margin-top: 3.2rem;
  max-width: 46rem; }
  @media screen and (max-width: 600px) {
    .sidebar_content-inner {
      margin: auto;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  @media screen and (max-width: 768px) {
    .sidebar_content-inner {
      margin: auto; } }

.sidebar_progress-bar > li > a {
  border-bottom: none; }

.usa-footer {
  padding: 4rem 0;
  background-color: #122E51;
  color: #F8F8F8;
  font-size: 1.5rem;
  border-top: 3px solid #FFFFFF; }
  .usa-footer .footer-logo {
    margin-bottom: 1.6rem; }
  .usa-footer .footer-logo_img {
    max-width: 8rem;
    display: inline-block;
    float: left; }
  .usa-footer h2 {
    color: #FFFFFF;
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    display: inline-block;
    font-weight: 700;
    margin-top: 2.4rem;
    margin-left: 0.8rem; }
  .usa-footer h6 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #92C8F6; }
  .usa-footer a,
  .usa-footer a:visited {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF; }
    .usa-footer a:hover, .usa-footer a:active,
    .usa-footer a:visited:hover,
    .usa-footer a:visited:active {
      color: #92C8F6;
      border-bottom-color: #92C8F6; }
  .usa-footer p {
    color: #FFFFFF; }
  .usa-footer .footer-links {
    margin-top: 1.6rem; }
  .usa-footer .footer-links_list {
    padding-right: 4px; }
    .usa-footer .footer-links_list a {
      letter-spacing: 0.065rem;
      color: #F8F8F8;
      border-bottom: none;
      border-left: 2px solid #92C8F6;
      padding-left: 6px;
      line-height: 1;
      text-transform: uppercase;
      font-size: 1.3rem;
      display: block; }
      .usa-footer .footer-links_list a:hover, .usa-footer .footer-links_list a:visited:hover, .usa-footer .footer-links_list a:active {
        color: #92C8F6; }
      .usa-footer .footer-links_list a:visited {
        color: #F8F8F8; }
    .usa-footer .footer-links_list li {
      margin: 1.6rem 0;
      line-height: 1; }
      .usa-footer .footer-links_list li:first-child {
        margin-top: 0; }

.usa-banner-button {
  color: #122E51; }
  @media screen and (max-width: 481px) {
    .usa-banner-button {
      display: none; } }
  .usa-banner-button:hover, .usa-banner-button:active {
    color: #5EAFF8; }

/* Taken from USwDS 2.8 */
.usa-banner__lock-image {
  height: 1.5ex;
  width: 1.21875ex; }
  .usa-banner__lock-image path {
    fill: currentColor; }

.doj-banner {
  background-color: #000000; }
  .doj-banner img {
    float: right; }

.usa-header-extended {
  border-bottom: none; }
  .usa-header-extended .usa-nav {
    border-top: none; }
    @media screen and (min-width: 800px) {
      .usa-header-extended .usa-nav .usa-nav-inner {
        margin-top: auto; } }

.usa-header-extended .usa-logo {
  margin-top: 0.4rem; }
  @media screen and (min-width: 800px) {
    .usa-header-extended .usa-logo {
      margin-top: 0.8rem;
      margin-bottom: 0.8rem; } }

.body--grid-legacy .usa-header-extended {
  border-bottom: 1px solid #DEF0FF; }

.usa-logo a {
  display: flex; }
.usa-logo img {
  width: 34px;
  height: 34px;
  margin-top: 0;
  margin-right: 0.5rem; }
  @media screen and (min-width: 800px) {
    .usa-logo img {
      width: 70px;
      height: 70px;
      margin-right: 1.5rem; } }
.usa-logo h1 {
  margin: 1rem 0; }

@media screen and (max-width: 799px) {
  h1.usa-header-title {
    font-size: 1.7rem;
    margin-bottom: 0; } }

@media screen and (min-width: 481px) and (max-width: 600px) {
  .usa-hero {
    padding-bottom: 0;
    padding-top: 400px; }
    .usa-hero .usa-grid {
      padding: 0; } }
/* Spinner
 *
 * Provides visual cue to site users that report data is loading.
 *
 * Used in:
 * - annual_report_data
 *
 * Example Markup:
 * ```
 * <div className="spinner" />
 * ```
 */
.spinner {
  width: 3rem;
  height: 3rem;
  border: 0.5rem solid #D0D0D0;
  border-top: 0.5rem solid #5B616A;
  border-radius: 100%;
  transition-property: transform;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.three-column-summary {
  margin: 4rem auto 5.6rem; }
  .three-column-summary h2:after {
    content: "";
    width: 80px;
    height: 5px;
    background-color: #92C8F6;
    border-radius: 20px;
    display: block;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem; }
  @media screen and (min-width: 600px) {
    .three-column-summary .usa-width-one-third p {
      padding-right: 1rem; } }
  .three-column-summary .usa-width-one-third h4 {
    font-size: 1.7rem;
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    @media screen and (max-width: 600px) {
      .three-column-summary .usa-width-one-third h4 span {
        margin-top: 0.8rem;
        padding-top: 0.8rem; } }
    .three-column-summary .usa-width-one-third h4:before {
      content: "";
      display: inline-block;
      float: left;
      border-radius: 100px;
      border: 2px solid #5EAFF8;
      width: 6.4rem;
      height: 6.4rem;
      margin-top: -8px;
      margin-right: 10px;
      background-color: #FFFFFF;
      background-repeat: no-repeat;
      background-size: 65%;
      background-position: center center; }
      @media screen and (min-width: 600px) and (max-width: 800px) {
        .three-column-summary .usa-width-one-third h4:before {
          width: 3.2rem;
          height: 3.2rem;
          margin-top: 5px; } }
      @media screen and (min-width: 1201px) {
        .three-column-summary .usa-width-one-third h4:before {
          width: 6.4rem;
          height: 6.4rem;
          margin-top: -7px;
          margin-right: 15px; } }
    .three-column-summary .usa-width-one-third h4 span {
      margin-left: 75px;
      display: block; }
      @media screen and (min-width: 600px) and (max-width: 800px) {
        .three-column-summary .usa-width-one-third h4 span {
          margin-left: 40px; } }
  .three-column-summary .usa-width-one-third:nth-child(2) h4:before {
    background-image: url("/img/landing-logo-research.svg");
    background-position: 61% 54%; }
  .three-column-summary .usa-width-one-third:nth-child(3) h4:before {
    background-image: url("/img/landing-logo-agency.svg");
    background-position: center 45%; }
  .three-column-summary .usa-width-one-third:nth-child(4) h4:before {
    background-image: url("/img/landing-logo-calendar.svg");
    background-position: center 45%; }

/* Tooltip
 *
 * A clickable tooltip that can be used to display help text or
 * additional information. Uses tooltip.js library.
 *
 * Component: foia_tooltip
 *
 * Used in:
 * - foia_report_data_type_filter
 * - foia_report_form_section_one
 * - foia_report_form_section_two
 * - foia_report_form_section_three
 *
 * Example Markup:
 * ```
 * <button type="button" class="tooltip-trigger button-as-link" title="Lorem Ipsum">
 *   <span class="visually-hidden">Tooltip</span>
 * </button>
 * ```
 */
.tooltip-trigger {
  position: absolute;
  top: -1rem;
  height: 5rem;
  width: 4.4rem;
  display: inline-block;
  background-size: 2rem;
  background-position: center center;
  background-image: url("/img/fontawesome/icon-question-circle.svg");
  background-repeat: no-repeat; }

.form-group label .tooltip-trigger, .form-group_footer-links label .tooltip-trigger {
  margin-top: -.5rem; }

button.tooltip-trigger:focus, a.tooltip-trigger:focus {
  outline-offset: -.6rem; }

.tooltip-trigger:hover {
  cursor: pointer; }

.tooltip {
  position: absolute;
  color: #306092;
  background-color: #DEF0FF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  padding: 1rem 2rem;
  max-width: 40rem;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: normal;
  text-align: left;
  transform-style: preserve-3d;
  z-index: 9999; }

.tooltip .tooltip-arrow {
  border-color: #DEF0FF;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 1rem; }
  .tooltip .tooltip-arrow:after {
    content: '';
    display: block;
    position: absolute;
    transform: translateZ(-1px) translateX(-50%) rotate(45deg);
    width: calc(1rem * 1.75);
    height: calc(1rem * 1.75);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1); }

.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 1rem 1rem 0 1rem;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -1rem;
  left: calc(50% - 1rem);
  margin-top: 0;
  margin-bottom: 0; }
  .tooltip[x-placement^="top"] .tooltip-arrow:after {
    bottom: calc(1rem / 2.4); }

.tooltip[x-placement^="bottom"] {
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.2); }

.tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 1rem 1rem 1rem;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -1rem;
  left: calc(50% - 1rem);
  margin-top: 0;
  margin-bottom: 0; }
  .tooltip[x-placement^="bottom"] .tooltip-arrow:after {
    bottom: calc(-1rem * 2.4);
    box-shadow: -1px -1px 2px 0 rgba(0, 0, 0, 0.1); }

.twitter-typeahead:not(.usa-reset-width) {
  max-width: 46rem;
  width: 80%; }
.twitter-typeahead .tt-menu {
  background-color: #FFFFFF;
  border: 0.0625rem solid #D0D0D0;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.3rem 0.625rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-top: 0;
  max-height: 30rem;
  overflow-y: auto;
  padding: 1rem 0;
  width: 100%; }
.twitter-typeahead .tt-hint,
.twitter-typeahead .tt-input {
  margin: 0; }
.twitter-typeahead:not(.usa-search-bg-light) .tt-input {
  border: none; }
.twitter-typeahead .tt-suggestion {
  font-size: 1.7rem;
  padding: 0.8rem 1.6rem;
  color: #122E51; }
  .twitter-typeahead .tt-suggestion.tt-cursor, .twitter-typeahead .tt-suggestion:focus, .twitter-typeahead .tt-suggestion:hover {
    background-color: #DEF0FF;
    color: #122E51; }
  .twitter-typeahead .tt-suggestion p {
    margin: 0; }

.simple-modal-body .usa-alert {
  overflow: auto; }
  .simple-modal-body .usa-alert .usa-alert-body {
    max-width: 48rem; }

.agencies-by-category {
  margin-top: 20px; }
  @media all and (min-width: 600px) {
    .agencies-by-category .agency-category ul {
      column-count: 2; } }
  .agencies-by-category .agency-category ul li {
    cursor: pointer; }

.agencies-by-alphabet .agency-alphabet ul li {
  cursor: pointer; }

/* Annual Report Data Page
 *
 * Custom styles for the Annual Report Data  page.
 */
.annual-report-data-page {
  margin-top: 5rem;
  margin-bottom: 5rem; }
  .annual-report-data-page a {
    text-decoration: underline; }

@media print {
  .annual-report-data-page {
    width: 100%; } }
.use-dark-icons .agency-info_processing-time h4 + p:before, .agency-preview .agency-info_processing-time h4 + p:before, .confirmation_agency-contact .agency-info_processing-time h4 + p:before, .panel_light-color .agency-info_processing-time h4 + p:before, .agency-component-search .agency-info_processing-time h4 + p:before {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 -3.2rem;
  background-image: url("/img/picons/icon-clock.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-dark-icons .agency-info_personnel:before, .agency-preview .agency-info_personnel:before, .confirmation_agency-contact .agency-info_personnel:before, .panel_light-color .agency-info_personnel:before, .agency-component-search .agency-info_personnel:before {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 -3.2rem;
  background-image: url("/img/picons/icon-person.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-dark-icons .agency-info_mailing-address:before, .agency-preview .agency-info_mailing-address:before, .confirmation_agency-contact .agency-info_mailing-address:before, .panel_light-color .agency-info_mailing-address:before, .agency-component-search .agency-info_mailing-address:before {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 -3.2rem;
  background-image: url("/img/picons/icon-envelope.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-dark-icons .agency-info_website:before, .agency-preview .agency-info_website:before, .confirmation_agency-contact .agency-info_website:before, .panel_light-color .agency-info_website:before, .agency-component-search .agency-info_website:before {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 -3.2rem;
  background-image: url("/img/picons/icon-laptop.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-dark-icons .agency-info_reading-rooms h4 + p:before, .agency-preview .agency-info_reading-rooms h4 + p:before, .confirmation_agency-contact .agency-info_reading-rooms h4 + p:before, .panel_light-color .agency-info_reading-rooms h4 + p:before, .agency-component-search .agency-info_reading-rooms h4 + p:before {
  width: 2.4rem;
  height: 3.2rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 -3.2rem;
  background-image: url("/img/picons/icon-book.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-dark-icons .icon-plus, .agency-preview .icon-plus, .confirmation_agency-contact .icon-plus, .panel_light-color .icon-plus, .agency-component-search .icon-plus {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 0;
  background-image: url("/img/icon-plus.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-dark-icons .icon-minus, .agency-preview .icon-minus, .confirmation_agency-contact .icon-minus, .panel_light-color .icon-minus, .agency-component-search .icon-minus {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 0;
  background-image: url("/img/icon-minus.svg");
  background-repeat: no-repeat;
  content: ""; }

.use-light-icons .agency-info_processing-time h4 + p:before, .panel_dark-color .agency-info_processing-time h4 + p:before {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 -3.2rem;
  background-image: url("/img/picons/icon-clock-light.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-light-icons .agency-info_personnel:before, .panel_dark-color .agency-info_personnel:before {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 -3.2rem;
  background-image: url("/img/picons/icon-person-light.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-light-icons .agency-info_mailing-address:before, .panel_dark-color .agency-info_mailing-address:before {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 -3.2rem;
  background-image: url("/img/picons/icon-envelope-light.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-light-icons .agency-info_website:before, .panel_dark-color .agency-info_website:before {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 -3.2rem;
  background-image: url("/img/picons/icon-laptop-light.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-light-icons .agency-info_reading-rooms h4 + p:before, .panel_dark-color .agency-info_reading-rooms h4 + p:before,
.use-light-icons .submission-help_research:before,
.panel_dark-color .submission-help_research:before {
  width: 2.4rem;
  height: 3.2rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 -3.2rem;
  background-image: url("/img/picons/icon-book-light.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-light-icons .submission-help_description:before, .panel_dark-color .submission-help_description:before {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 -3.2rem;
  background-image: url("/img/picons/icon-pencil-light.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-light-icons [data-term]:after, .panel_dark-color [data-term]:after {
  background-image: url("/img/icon-glossary-light.svg"); }
.use-light-icons .icon-plus, .panel_dark-color .icon-plus {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 0;
  background-image: url("/img/icon-plus-light.svg");
  background-repeat: no-repeat;
  content: ""; }
.use-light-icons .icon-minus, .panel_dark-color .icon-minus {
  width: 2.4rem;
  height: 2.4rem;
  float: left;
  display: block;
  margin: 0 0.8rem 0 0;
  background-image: url("/img/icon-minus-light.svg");
  background-repeat: no-repeat;
  content: ""; }

.agency-info_mailing-address,
.agency-info_processing-time,
.agency-info_reading-rooms,
.agency-info_personnel,
.agency-info_phone,
.agency-info_email,
.agency-info_website,
.submission-help_research {
  padding-left: 3.2rem; }

.agency-info_processing-time h4,
.agency-info_reading-rooms h4 {
  margin-left: -3.2rem; }

.usa-navbar {
  height: auto; }

.usa-nav-link {
  font-size: 1.7rem; }

@media screen and (min-width: 800px) {
  .usa-nav-submenu {
    margin-left: 1.5rem;
    background-color: #DEF0FF; }
    .usa-nav-submenu a:hover, .usa-nav-submenu a:active,
    .usa-nav-submenu a:visited:hover,
    .usa-nav-submenu a:visited:active {
      text-decoration: none;
      color: #122E51;
      background-color: #92C8F6; }

  .usa-nav-primary {
    display: inline; }

  .usa-nav-primary button[aria-expanded=true] {
    background-color: #FFFFFF;
    color: #122E51; }
    .usa-nav-primary button[aria-expanded=true]:hover {
      background-color: #FFFFFF; }
    .usa-nav-primary button[aria-expanded=true] span {
      border-bottom-color: #92C8F6;
      color: #122E51; }

  .usa-nav-primary button,
  .usa-nav-primary .usa-nav-link,
  .usa-header-extended .usa-nav-link {
    font-weight: 400;
    color: #122E51; }
    .usa-nav-primary button:focus, .usa-nav-primary button:active,
    .usa-nav-primary .usa-nav-link:focus,
    .usa-nav-primary .usa-nav-link:active,
    .usa-header-extended .usa-nav-link:focus,
    .usa-header-extended .usa-nav-link:active {
      outline: none; }
    .usa-nav-primary button:hover, .usa-nav-primary button:hover span,
    .usa-nav-primary .usa-nav-link:hover,
    .usa-nav-primary .usa-nav-link:hover span,
    .usa-header-extended .usa-nav-link:hover,
    .usa-header-extended .usa-nav-link:hover span {
      border-bottom-color: #92C8F6; }

  .usa-nav-primary button:focus span,
  .usa-nav-primary .usa-nav-link:focus span {
    padding-bottom: 0.9rem;
    border-bottom: 0.7rem solid #92C8F6; }
  .usa-nav-primary button[aria-expanded=true] {
    background-color: #FFFFFF;
    background-image: url("/assets/img/angle-arrow-down-primary.svg");
    color: #122E51; }
    .usa-nav-primary button[aria-expanded=true]:hover {
      background-color: #FFFFFF; }
    .usa-nav-primary button[aria-expanded=true] span {
      border-bottom-color: #92C8F6;
      color: #122E51; }

  .usa-nav-primary a,
  .usa-nav-primary > li > a,
  .usa-nav-primary button,
  .usa-nav-secondary-links a {
    color: #122E51;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
    .usa-nav-primary a:hover, .usa-nav-primary a:active, .usa-nav-primary a:visited, .usa-nav-primary a:visited:active, .usa-nav-primary a:visited:hover,
    .usa-nav-primary > li > a:hover,
    .usa-nav-primary > li > a:active,
    .usa-nav-primary > li > a:visited,
    .usa-nav-primary > li > a:visited:active,
    .usa-nav-primary > li > a:visited:hover,
    .usa-nav-primary button:hover,
    .usa-nav-primary button:active,
    .usa-nav-primary button:visited,
    .usa-nav-primary button:visited:active,
    .usa-nav-primary button:visited:hover,
    .usa-nav-secondary-links a:hover,
    .usa-nav-secondary-links a:active,
    .usa-nav-secondary-links a:visited,
    .usa-nav-secondary-links a:visited:active,
    .usa-nav-secondary-links a:visited:hover {
      color: #122E51; }
      .usa-nav-primary a:hover span, .usa-nav-primary a:active span, .usa-nav-primary a:visited span, .usa-nav-primary a:visited:active span, .usa-nav-primary a:visited:hover span,
      .usa-nav-primary > li > a:hover span,
      .usa-nav-primary > li > a:active span,
      .usa-nav-primary > li > a:visited span,
      .usa-nav-primary > li > a:visited:active span,
      .usa-nav-primary > li > a:visited:hover span,
      .usa-nav-primary button:hover span,
      .usa-nav-primary button:active span,
      .usa-nav-primary button:visited span,
      .usa-nav-primary button:visited:active span,
      .usa-nav-primary button:visited:hover span,
      .usa-nav-secondary-links a:hover span,
      .usa-nav-secondary-links a:active span,
      .usa-nav-secondary-links a:visited span,
      .usa-nav-secondary-links a:visited:active span,
      .usa-nav-secondary-links a:visited:hover span {
        border-color: #92C8F6; } }
.usa-nav-secondary {
  display: inline;
  float: right;
  font-weight: 400;
  top: 0; }
  .usa-nav-secondary a {
    padding: 1.5rem 0;
    font-size: 1.5rem; }
  @media screen and (min-width: 800px) and (max-width: 900px) {
    .usa-nav-secondary {
      display: none; } }

.panel_light-color, .agency-component-search {
  background-color: #92C8F6; }
  .panel_light-color a, .agency-component-search a,
  .panel_light-color div > span[role='button'],
  .agency-component-search div > span[role='button'] {
    font-weight: 400;
    color: #122E51; }
    .panel_light-color a:hover, .agency-component-search a:hover, .panel_light-color a:active, .agency-component-search a:active, .panel_light-color a:visited:hover, .agency-component-search a:visited:hover, .panel_light-color a:visited:active, .agency-component-search a:visited:active,
    .panel_light-color div > span[role='button']:hover,
    .agency-component-search div > span[role='button']:hover,
    .panel_light-color div > span[role='button']:active,
    .agency-component-search div > span[role='button']:active,
    .panel_light-color div > span[role='button']:visited:hover,
    .agency-component-search div > span[role='button']:visited:hover,
    .panel_light-color div > span[role='button']:visited:active,
    .agency-component-search div > span[role='button']:visited:active {
      color: #122E51;
      border-bottom: 1px solid #122E51; }
    .panel_light-color a.usa-button, .agency-component-search a.usa-button, .panel_light-color .foia-request-form_nav-top a, .foia-request-form_nav-top .panel_light-color a, .agency-component-search .foia-request-form_nav-top a, .foia-request-form_nav-top .agency-component-search a, .panel_light-color a.usa-menu-btn, .agency-component-search a.usa-menu-btn,
    .panel_light-color div > span[role='button'].usa-button,
    .agency-component-search div > span[role='button'].usa-button,
    .panel_light-color div > span[role='button'].usa-menu-btn,
    .agency-component-search div > span[role='button'].usa-menu-btn {
      border-bottom-color: #122E51;
      color: #FFFFFF; }
      .panel_light-color a.usa-button:hover, .agency-component-search a.usa-button:hover, .panel_light-color .foia-request-form_nav-top a:hover, .foia-request-form_nav-top .panel_light-color a:hover, .agency-component-search .foia-request-form_nav-top a:hover, .foia-request-form_nav-top .agency-component-search a:hover, .panel_light-color a.usa-menu-btn:hover, .agency-component-search a.usa-menu-btn:hover, .panel_light-color a.usa-button:active, .agency-component-search a.usa-button:active, .panel_light-color .foia-request-form_nav-top a:active, .foia-request-form_nav-top .panel_light-color a:active, .agency-component-search .foia-request-form_nav-top a:active, .foia-request-form_nav-top .agency-component-search a:active, .panel_light-color a.usa-menu-btn:active, .agency-component-search a.usa-menu-btn:active, .panel_light-color a.usa-button:visited, .agency-component-search a.usa-button:visited, .panel_light-color .foia-request-form_nav-top a:visited, .foia-request-form_nav-top .panel_light-color a:visited, .agency-component-search .foia-request-form_nav-top a:visited, .foia-request-form_nav-top .agency-component-search a:visited, .panel_light-color a.usa-menu-btn:visited, .agency-component-search a.usa-menu-btn:visited,
      .panel_light-color div > span[role='button'].usa-button:hover,
      .agency-component-search div > span[role='button'].usa-button:hover,
      .panel_light-color div > span[role='button'].usa-menu-btn:hover,
      .agency-component-search div > span[role='button'].usa-menu-btn:hover,
      .panel_light-color div > span[role='button'].usa-button:active,
      .agency-component-search div > span[role='button'].usa-button:active,
      .panel_light-color div > span[role='button'].usa-menu-btn:active,
      .agency-component-search div > span[role='button'].usa-menu-btn:active,
      .panel_light-color div > span[role='button'].usa-button:visited,
      .agency-component-search div > span[role='button'].usa-button:visited,
      .panel_light-color div > span[role='button'].usa-menu-btn:visited,
      .agency-component-search div > span[role='button'].usa-menu-btn:visited {
        color: #FFFFFF; }
  .panel_light-color a, .agency-component-search a {
    border-bottom: 1px solid #122E51; }
  .panel_light-color .usa-button .usa-button-outline, .agency-component-search .usa-button .usa-button-outline, .panel_light-color .foia-request-form_nav-top a .usa-button-outline, .foia-request-form_nav-top .panel_light-color a .usa-button-outline, .agency-component-search .foia-request-form_nav-top a .usa-button-outline, .foia-request-form_nav-top .agency-component-search a .usa-button-outline, .panel_light-color .usa-menu-btn .usa-button-outline, .agency-component-search .usa-menu-btn .usa-button-outline, .panel_light-color .usa-button .foia-request-form_nav-top a, .foia-request-form_nav-top .panel_light-color .usa-button a, .agency-component-search .usa-button .foia-request-form_nav-top a, .foia-request-form_nav-top .agency-component-search .usa-button a, .panel_light-color .foia-request-form_nav-top a a, .foia-request-form_nav-top .panel_light-color a a, .agency-component-search .foia-request-form_nav-top a a, .foia-request-form_nav-top .agency-component-search a a, .panel_light-color .usa-menu-btn .foia-request-form_nav-top a, .foia-request-form_nav-top .panel_light-color .usa-menu-btn a, .agency-component-search .usa-menu-btn .foia-request-form_nav-top a, .foia-request-form_nav-top .agency-component-search .usa-menu-btn a, .panel_light-color .usa-button .usa-menu-btn, .agency-component-search .usa-button .usa-menu-btn, .panel_light-color .foia-request-form_nav-top a .usa-menu-btn, .foia-request-form_nav-top .panel_light-color a .usa-menu-btn, .agency-component-search .foia-request-form_nav-top a .usa-menu-btn, .foia-request-form_nav-top .agency-component-search a .usa-menu-btn, .panel_light-color .usa-menu-btn .usa-menu-btn, .agency-component-search .usa-menu-btn .usa-menu-btn {
    color: #FFFFFF; }

.panel_dark-color {
  background-color: #122E51;
  color: #FFFFFF; }
  .panel_dark-color h1,
  .panel_dark-color h2,
  .panel_dark-color h3,
  .panel_dark-color p {
    color: #FFFFFF; }
  .panel_dark-color h4 {
    color: #92C8F6; }
  .panel_dark-color a,
  .panel_dark-color a:hover,
  .panel_dark-color a:active,
  .panel_dark-color a:visited:hover,
  .panel_dark-color a:visited:active {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF; }

/* Temporary styles to make adjusting the existing styles easier. */
footer,
.footer {
  background-color: #121B26;
  /* leave until we remove gradients */ }

a {
  text-decoration: none;
  color: #306092; }

ol,
ul {
  padding-left: 0; }

ul.tabs li {
  text-align: center; }
  ul.tabs li a {
    padding-left: 0px; }

/* hide legacy labels and legends */
.popupWindow [type=checkbox],
.popupWindow [type=radio],
.grid-legacy [type=checkbox],
.grid-legacy [type=radio] {
  display: inline-block;
  height: auto;
  left: 0;
  position: static;
  width: auto; }

/* home page temp overrides */
#headNav img {
  max-width: none; }

.grid-legacy h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 25px 0; }

#hero {
  background-repeat: no-repeat; }
  #hero h1 {
    font-size: 32px;
    margin-top: 0; }
  #hero p {
    margin: 0;
    padding: 0; }
  #hero .herobuttons {
    float: none;
    display: inline-block; }

.articleimageborder {
  height: 200px; }
  .articleimageborder + h3 {
    clear: none;
    font-size: 1.6rem; }
  .articleimageborder + h3 + p {
    font-size: 1.4rem;
    margin: 0; }
  .articleimageborder p {
    margin: 0; }

/* temp data page styles */
.agencyTextbox {
  float: left; }

input.addAgency,
input.addAgency:hover,
input.deleteAgency,
input.deleteAgency:hover {
  background-color: transparent;
  margin: 0; }

/* search temp styles */
.reportText {
  margin-top: 0px !important; }

/* page subnav temp styles */
#subNav li a {
  line-height: 1;
  height: 40px; }

/* footer temp styles */
.footer a {
  color: #718BA7; }

.footer span {
  display: none; }

.grid-legacy {
  margin: 1.6rem auto;
  width: calc(1040px - 6rem); }
  @media screen and (max-width: 800px) {
    .grid-legacy {
      margin-left: 1.6rem; } }

/* qtip for glance.html */
.qtip .qtip-content {
  padding: 15px;
  overflow: hidden; }

.qtip .qtip-content .qtip-title, .qtip-cream .qtip-content .qtip-title {
  background-color: #f8f8f8; }

/* For the grid-legacy to work */
body {
  overflow-x: auto; }

/* legacy overlay shadow */
.blockout {
  z-index: 9020; }

.popupWindow {
  bottom: 2rem;
  overflow-y: auto;
  z-index: 9030; }

/* end temp styles */
