@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
html {
  box-sizing: border-box; }

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

/*! 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, .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; }

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/sourcesanspro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-light-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-light-webfont.woff") format("woff"), url("../fonts/sourcesanspro-light-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/sourcesanspro-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-italic-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-italic-webfont.woff") format("woff"), url("../fonts/sourcesanspro-italic-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/sourcesanspro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-bold-webfont.woff2") format("woff2"), url("../fonts/sourcesanspro-bold-webfont.woff") format("woff"), url("../fonts/sourcesanspro-bold-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/merriweather-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-light-webfont.woff2") format("woff2"), url("../fonts/merriweather-light-webfont.woff") format("woff"), url("../fonts/merriweather-light-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-regular-webfont.woff2") format("woff2"), url("../fonts/merriweather-regular-webfont.woff") format("woff"), url("../fonts/merriweather-regular-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/merriweather-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-italic-webfont.woff2") format("woff2"), url("../fonts/merriweather-italic-webfont.woff") format("woff"), url("../fonts/merriweather-italic-webfont.ttf") format("truetype"); }
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/merriweather-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/merriweather-bold-webfont.woff2") format("woff2"), url("../fonts/merriweather-bold-webfont.woff") format("woff"), url("../fonts/merriweather-bold-webfont.ttf") format("truetype"); }
html {
  box-sizing: border-box; }

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

body {
  background-color: #ffffff; }

.lt-ie9 * {
  filter: none !important; }

.usa-grid,
.usa-grid-full {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px; }
  .usa-grid::after,
  .usa-grid-full::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 600px) {
    .usa-grid .usa-width-one-whole,
    .usa-grid-full .usa-width-one-whole {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 100%; }
      .usa-grid .usa-width-one-whole:last-child,
      .usa-grid-full .usa-width-one-whole:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-half,
    .usa-grid-full .usa-width-one-half {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 47.5854210427%; }
      .usa-grid .usa-width-one-half:last-child,
      .usa-grid-full .usa-width-one-half:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-third,
    .usa-grid-full .usa-width-one-third {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 30.1138947236%; }
      .usa-grid .usa-width-one-third:last-child,
      .usa-grid-full .usa-width-one-third:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-two-thirds,
    .usa-grid-full .usa-width-two-thirds {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 65.0569473618%; }
      .usa-grid .usa-width-two-thirds:last-child,
      .usa-grid-full .usa-width-two-thirds:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-fourth,
    .usa-grid-full .usa-width-one-fourth {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 47.5854210427%; }
      .usa-grid .usa-width-one-fourth:last-child,
      .usa-grid-full .usa-width-one-fourth:last-child {
        margin-right: 0; }
      .usa-grid .usa-width-one-fourth:nth-child(2n),
      .usa-grid-full .usa-width-one-fourth:nth-child(2n) {
        margin-right: 0; }
    .usa-grid .usa-width-three-fourths,
    .usa-grid-full .usa-width-three-fourths {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 100%; }
      .usa-grid .usa-width-three-fourths:last-child,
      .usa-grid-full .usa-width-three-fourths:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-sixth,
    .usa-grid-full .usa-width-one-sixth {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 30.1138947236%; }
      .usa-grid .usa-width-one-sixth:last-child,
      .usa-grid-full .usa-width-one-sixth:last-child {
        margin-right: 0; }
      .usa-grid .usa-width-one-sixth:nth-child(3n),
      .usa-grid-full .usa-width-one-sixth:nth-child(3n) {
        margin-right: 0; }
    .usa-grid .usa-width-five-sixths,
    .usa-grid-full .usa-width-five-sixths {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 65.0569473618%; }
      .usa-grid .usa-width-five-sixths:last-child,
      .usa-grid-full .usa-width-five-sixths:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-twelfth,
    .usa-grid-full .usa-width-one-twelfth {
      float: left;
      display: block;
      margin-right: 4.8291579146%;
      width: 30.1138947236%; }
      .usa-grid .usa-width-one-twelfth:last-child,
      .usa-grid-full .usa-width-one-twelfth:last-child {
        margin-right: 0; }
      .usa-grid .usa-width-one-twelfth:nth-child(3n),
      .usa-grid-full .usa-width-one-twelfth:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (min-width: 1201px) {
    .usa-grid .usa-width-one-whole,
    .usa-grid-full .usa-width-one-whole {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .usa-grid .usa-width-one-whole:last-child,
      .usa-grid-full .usa-width-one-whole:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-half,
    .usa-grid-full .usa-width-one-half {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .usa-grid .usa-width-one-half:last-child,
      .usa-grid-full .usa-width-one-half:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-third,
    .usa-grid-full .usa-width-one-third {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .usa-grid .usa-width-one-third:last-child,
      .usa-grid-full .usa-width-one-third:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-two-thirds,
    .usa-grid-full .usa-width-two-thirds {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .usa-grid .usa-width-two-thirds:last-child,
      .usa-grid-full .usa-width-two-thirds:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-fourth,
    .usa-grid-full .usa-width-one-fourth {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .usa-grid .usa-width-one-fourth:last-child,
      .usa-grid-full .usa-width-one-fourth:last-child {
        margin-right: 0; }
      .usa-grid .usa-width-one-fourth:nth-child(2n),
      .usa-grid-full .usa-width-one-fourth:nth-child(2n) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%; }
        .usa-grid .usa-width-one-fourth:nth-child(2n):last-child,
        .usa-grid-full .usa-width-one-fourth:nth-child(2n):last-child {
          margin-right: 0; }
      .usa-grid .usa-width-one-fourth:nth-child(4n),
      .usa-grid-full .usa-width-one-fourth:nth-child(4n) {
        margin-right: 0; }
    .usa-grid .usa-width-three-fourths,
    .usa-grid-full .usa-width-three-fourths {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .usa-grid .usa-width-three-fourths:last-child,
      .usa-grid-full .usa-width-three-fourths:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-sixth,
    .usa-grid-full .usa-width-one-sixth {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%; }
      .usa-grid .usa-width-one-sixth:last-child,
      .usa-grid-full .usa-width-one-sixth:last-child {
        margin-right: 0; }
      .usa-grid .usa-width-one-sixth:nth-child(3n),
      .usa-grid-full .usa-width-one-sixth:nth-child(3n) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 14.7019570017%; }
        .usa-grid .usa-width-one-sixth:nth-child(3n):last-child,
        .usa-grid-full .usa-width-one-sixth:nth-child(3n):last-child {
          margin-right: 0; }
      .usa-grid .usa-width-one-sixth:nth-child(6n),
      .usa-grid-full .usa-width-one-sixth:nth-child(6n) {
        margin-right: 0; }
    .usa-grid .usa-width-five-sixths,
    .usa-grid-full .usa-width-five-sixths {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 82.9403914003%; }
      .usa-grid .usa-width-five-sixths:last-child,
      .usa-grid-full .usa-width-five-sixths:last-child {
        margin-right: 0; }
    .usa-grid .usa-width-one-twelfth,
    .usa-grid-full .usa-width-one-twelfth {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 6.1721527019%; }
      .usa-grid .usa-width-one-twelfth:last-child,
      .usa-grid-full .usa-width-one-twelfth:last-child {
        margin-right: 0; }
      .usa-grid .usa-width-one-twelfth:nth-child(3n),
      .usa-grid-full .usa-width-one-twelfth:nth-child(3n) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 6.1721527019%; }
        .usa-grid .usa-width-one-twelfth:nth-child(3n):last-child,
        .usa-grid-full .usa-width-one-twelfth:nth-child(3n):last-child {
          margin-right: 0; }
      .usa-grid .usa-width-one-twelfth:nth-child(12n),
      .usa-grid-full .usa-width-one-twelfth:nth-child(12n) {
        margin-right: 0; } }
  .usa-grid .usa-end-row,
  .usa-grid-full .usa-end-row {
    margin-right: 0; }

.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 {
  padding: 0; }

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

.usa-button,
.usa-button-primary,
.usa-button:visited,
.usa-button-primary:visited,
button,
[type="button"],
[type="submit"],
[type="reset"],
[type="image"] {
  margin-top: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  appearance: none;
  background-color: #0071bc;
  border: 0;
  border-radius: 0.3rem;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  outline: none;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
  -webkit-font-smoothing: antialiased; }
  @media screen and (min-width: 481px) {
    .usa-button,
    .usa-button-primary,
    .usa-button:visited,
    .usa-button-primary:visited,
    button,
    [type="button"],
    [type="submit"],
    [type="reset"],
    [type="image"] {
      width: auto; } }
  .usa-button:hover, .usa-button.usa-button-hover,
  .usa-button-primary:hover,
  .usa-button-primary.usa-button-hover,
  .usa-button:visited:hover,
  .usa-button: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:focus, .usa-button.usa-button-focus,
  .usa-button-primary:focus,
  .usa-button-primary.usa-button-focus,
  .usa-button:visited:focus,
  .usa-button:visited.usa-button-focus,
  .usa-button-primary:visited:focus,
  .usa-button-primary:visited.usa-button-focus,
  button:focus,
  button.usa-button-focus,
  [type="button"]:focus,
  [type="button"].usa-button-focus,
  [type="submit"]:focus,
  [type="submit"].usa-button-focus,
  [type="reset"]:focus,
  [type="reset"].usa-button-focus,
  [type="image"]:focus,
  [type="image"].usa-button-focus {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .usa-button:active, .usa-button.usa-button-active,
  .usa-button-primary:active,
  .usa-button-primary.usa-button-active,
  .usa-button:visited:active,
  .usa-button: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: #112e51; }
  .usa-button.usa-button-primary-alt,
  .usa-button-primary.usa-button-primary-alt,
  .usa-button: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: #02bfe7;
    color: #1F2E4A; }
    .usa-button.usa-button-primary-alt:hover, .usa-button.usa-button-primary-alt.usa-button-hover,
    .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,
    .usa-button: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, .usa-button.usa-button-primary-alt.usa-button-active,
    .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,
    .usa-button: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,
  .usa-button-primary.usa-button-secondary,
  .usa-button: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: #e31c3d; }
    .usa-button.usa-button-secondary:hover, .usa-button.usa-button-secondary.usa-button-hover,
    .usa-button-primary.usa-button-secondary:hover,
    .usa-button-primary.usa-button-secondary.usa-button-hover,
    .usa-button:visited.usa-button-secondary:hover,
    .usa-button: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 {
      background-color: #cd2026; }
    .usa-button.usa-button-secondary:active, .usa-button.usa-button-secondary.usa-button-active,
    .usa-button-primary.usa-button-secondary:active,
    .usa-button-primary.usa-button-secondary.usa-button-active,
    .usa-button:visited.usa-button-secondary:active,
    .usa-button: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 {
      background-color: #981b1e; }
  .usa-button.usa-button-gray,
  .usa-button-primary.usa-button-gray,
  .usa-button: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: #5b616b; }
    .usa-button.usa-button-gray:hover, .usa-button.usa-button-gray.usa-button-hover,
    .usa-button-primary.usa-button-gray:hover,
    .usa-button-primary.usa-button-gray.usa-button-hover,
    .usa-button:visited.usa-button-gray:hover,
    .usa-button: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: #323a45; }
    .usa-button.usa-button-gray:active, .usa-button.usa-button-gray.usa-button-active,
    .usa-button-primary.usa-button-gray:active,
    .usa-button-primary.usa-button-gray.usa-button-active,
    .usa-button:visited.usa-button-gray:active,
    .usa-button: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: #1F2E4A; }
  .usa-button.usa-button-outline,
  .usa-button-primary.usa-button-outline,
  .usa-button:visited.usa-button-outline,
  .usa-button-primary:visited.usa-button-outline,
  button.usa-button-outline,
  [type="button"].usa-button-outline,
  [type="submit"].usa-button-outline,
  [type="reset"].usa-button-outline,
  [type="image"].usa-button-outline {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 2px #0071bc;
    color: #0071bc; }
    .usa-button.usa-button-outline:hover, .usa-button.usa-button-outline.usa-button-hover,
    .usa-button-primary.usa-button-outline:hover,
    .usa-button-primary.usa-button-outline.usa-button-hover,
    .usa-button:visited.usa-button-outline:hover,
    .usa-button:visited.usa-button-outline.usa-button-hover,
    .usa-button-primary:visited.usa-button-outline:hover,
    .usa-button-primary:visited.usa-button-outline.usa-button-hover,
    button.usa-button-outline:hover,
    button.usa-button-outline.usa-button-hover,
    [type="button"].usa-button-outline:hover,
    [type="button"].usa-button-outline.usa-button-hover,
    [type="submit"].usa-button-outline:hover,
    [type="submit"].usa-button-outline.usa-button-hover,
    [type="reset"].usa-button-outline:hover,
    [type="reset"].usa-button-outline.usa-button-hover,
    [type="image"].usa-button-outline:hover,
    [type="image"].usa-button-outline.usa-button-hover {
      box-shadow: inset 0 0 0 2px #205493;
      color: #205493; }
    .usa-button.usa-button-outline:active, .usa-button.usa-button-outline.usa-button-active,
    .usa-button-primary.usa-button-outline:active,
    .usa-button-primary.usa-button-outline.usa-button-active,
    .usa-button:visited.usa-button-outline:active,
    .usa-button:visited.usa-button-outline.usa-button-active,
    .usa-button-primary:visited.usa-button-outline:active,
    .usa-button-primary:visited.usa-button-outline.usa-button-active,
    button.usa-button-outline:active,
    button.usa-button-outline.usa-button-active,
    [type="button"].usa-button-outline:active,
    [type="button"].usa-button-outline.usa-button-active,
    [type="submit"].usa-button-outline:active,
    [type="submit"].usa-button-outline.usa-button-active,
    [type="reset"].usa-button-outline:active,
    [type="reset"].usa-button-outline.usa-button-active,
    [type="image"].usa-button-outline:active,
    [type="image"].usa-button-outline.usa-button-active {
      box-shadow: inset 0 0 0 2px #112e51;
      color: #112e51; }
    .usa-button.usa-button-outline:focus, .usa-button.usa-button-outline.usa-button-focus,
    .usa-button-primary.usa-button-outline:focus,
    .usa-button-primary.usa-button-outline.usa-button-focus,
    .usa-button:visited.usa-button-outline:focus,
    .usa-button:visited.usa-button-outline.usa-button-focus,
    .usa-button-primary:visited.usa-button-outline:focus,
    .usa-button-primary:visited.usa-button-outline.usa-button-focus,
    button.usa-button-outline:focus,
    button.usa-button-outline.usa-button-focus,
    [type="button"].usa-button-outline:focus,
    [type="button"].usa-button-outline.usa-button-focus,
    [type="submit"].usa-button-outline:focus,
    [type="submit"].usa-button-outline.usa-button-focus,
    [type="reset"].usa-button-outline:focus,
    [type="reset"].usa-button-outline.usa-button-focus,
    [type="image"].usa-button-outline:focus,
    [type="image"].usa-button-outline.usa-button-focus {
      box-shadow: inset 0 0 0 2px #112e51, 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .usa-button.usa-button-outline-inverse,
  .usa-button-primary.usa-button-outline-inverse,
  .usa-button:visited.usa-button-outline-inverse,
  .usa-button-primary:visited.usa-button-outline-inverse,
  button.usa-button-outline-inverse,
  [type="button"].usa-button-outline-inverse,
  [type="submit"].usa-button-outline-inverse,
  [type="reset"].usa-button-outline-inverse,
  [type="image"].usa-button-outline-inverse {
    background: transparent;
    box-shadow: inset 0 0 0 2px #ffffff;
    color: #ffffff; }
    .usa-button.usa-button-outline-inverse:hover, .usa-button.usa-button-outline-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-outline-inverse:hover,
    .usa-button:visited.usa-button-outline-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-outline-inverse:hover,
    button.usa-button-outline-inverse.usa-button-hover,
    [type="button"].usa-button-outline-inverse:hover,
    [type="button"].usa-button-outline-inverse.usa-button-hover,
    [type="submit"].usa-button-outline-inverse:hover,
    [type="submit"].usa-button-outline-inverse.usa-button-hover,
    [type="reset"].usa-button-outline-inverse:hover,
    [type="reset"].usa-button-outline-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 #d6d7d9;
      color: #d6d7d9; }
    .usa-button.usa-button-outline-inverse:active, .usa-button.usa-button-outline-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-outline-inverse:active,
    .usa-button:visited.usa-button-outline-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-outline-inverse:active,
    button.usa-button-outline-inverse.usa-button-active,
    [type="button"].usa-button-outline-inverse:active,
    [type="button"].usa-button-outline-inverse.usa-button-active,
    [type="submit"].usa-button-outline-inverse:active,
    [type="submit"].usa-button-outline-inverse.usa-button-active,
    [type="reset"].usa-button-outline-inverse:active,
    [type="reset"].usa-button-outline-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 #aeb0b5;
      color: #d6d7d9; }
    .usa-button.usa-button-outline-inverse:focus, .usa-button.usa-button-outline-inverse.usa-button-focus,
    .usa-button-primary.usa-button-outline-inverse:focus,
    .usa-button-primary.usa-button-outline-inverse.usa-button-focus,
    .usa-button:visited.usa-button-outline-inverse:focus,
    .usa-button:visited.usa-button-outline-inverse.usa-button-focus,
    .usa-button-primary:visited.usa-button-outline-inverse:focus,
    .usa-button-primary:visited.usa-button-outline-inverse.usa-button-focus,
    button.usa-button-outline-inverse:focus,
    button.usa-button-outline-inverse.usa-button-focus,
    [type="button"].usa-button-outline-inverse:focus,
    [type="button"].usa-button-outline-inverse.usa-button-focus,
    [type="submit"].usa-button-outline-inverse:focus,
    [type="submit"].usa-button-outline-inverse.usa-button-focus,
    [type="reset"].usa-button-outline-inverse:focus,
    [type="reset"].usa-button-outline-inverse.usa-button-focus,
    [type="image"].usa-button-outline-inverse:focus,
    [type="image"].usa-button-outline-inverse.usa-button-focus {
      box-shadow: inset 0 0 0 2px #aeb0b5, 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .usa-button.usa-button-big,
  .usa-button-primary.usa-button-big,
  .usa-button: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 {
    font-size: 1.9rem;
    padding: 1.5rem 3rem; }

[type="submit"]:disabled,
.usa-button-disabled {
  background-color: #d6d7d9;
  color: #323a45;
  pointer-events: none; }
  [type="submit"]:disabled:hover, [type="submit"]:disabled.usa-button-hover, [type="submit"]:disabled:active, [type="submit"]:disabled.usa-button-active, [type="submit"]:disabled:focus,
  .usa-button-disabled:hover,
  .usa-button-disabled.usa-button-hover,
  .usa-button-disabled:active,
  .usa-button-disabled.usa-button-active,
  .usa-button-disabled:focus {
    background-color: #d6d7d9;
    border: 0;
    box-shadow: none;
    color: #323a45; }

.usa-button-unstyled {
  background: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto; }
  .usa-button-unstyled:focus, .usa-button-unstyled:hover {
    box-shadow: initial; }

img {
  max-width: 100%; }

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

input,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="file"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
  appearance: none;
  border: 1px solid #5b616b;
  border-radius: 0;
  box-sizing: border-box;
  color: #1F2E4A;
  display: block;
  font-size: 1.8rem;
  height: 4.5rem;
  line-height: 1.3;
  margin: 0.2em 0;
  max-width: 46rem;
  outline: none;
  padding: 1rem 0.7em;
  width: 100%; }
  input:focus, input.usa-input-focus,
  input[type="text"]:focus,
  input[type="text"].usa-input-focus,
  input[type="email"]:focus,
  input[type="email"].usa-input-focus,
  input[type="password"]:focus,
  input[type="password"].usa-input-focus,
  input[type="url"]:focus,
  input[type="url"].usa-input-focus,
  input[type="tel"]:focus,
  input[type="tel"].usa-input-focus,
  input[type="number"]:focus,
  input[type="number"].usa-input-focus,
  input[type="search"]:focus,
  input[type="search"].usa-input-focus,
  input[type="file"]:focus,
  input[type="file"].usa-input-focus,
  input[type="date"]:focus,
  input[type="date"].usa-input-focus,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"].usa-input-focus,
  input[type="month"]:focus,
  input[type="month"].usa-input-focus,
  input[type="time"]:focus,
  input[type="time"].usa-input-focus,
  input[type="week"]:focus,
  input[type="week"].usa-input-focus,
  textarea:focus,
  textarea.usa-input-focus,
  select:focus,
  select.usa-input-focus {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  input.usa-input-success,
  input[type="text"].usa-input-success,
  input[type="email"].usa-input-success,
  input[type="password"].usa-input-success,
  input[type="url"].usa-input-success,
  input[type="tel"].usa-input-success,
  input[type="number"].usa-input-success,
  input[type="search"].usa-input-success,
  input[type="file"].usa-input-success,
  input[type="date"].usa-input-success,
  input[type="datetime-local"].usa-input-success,
  input[type="month"].usa-input-success,
  input[type="time"].usa-input-success,
  input[type="week"].usa-input-success,
  textarea.usa-input-success,
  select.usa-input-success {
    border: 3px solid #4aa564; }

.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: 1px solid #5b616b;
    width: inherit; }
  .usa-input-error .usa-input-inline-error {
    border: 3px solid #cd2026; }

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

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

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

textarea {
  height: 16rem; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("../img/arrow-down.png");
  background-image: url("../img/arrow-down.svg");
  background-position: right 1.3rem center;
  background-repeat: no-repeat;
  background-size: 1.3rem; }

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

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

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

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

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

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  background: #ffffff;
  border-radius: 0.3rem;
  box-shadow: 0 0 0 1px #757575;
  content: '\a0';
  display: inline-block;
  height: 1.8rem;
  line-height: 1.8rem;
  margin-right: 0.6em;
  text-indent: 0.15em;
  vertical-align: middle\0;
  width: 1.8rem; }

input[type="radio"] + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #757575;
  height: 1.6rem;
  line-height: 1.6rem;
  width: 1.6rem;
  border-radius: 100%; }

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

input[type="radio"]:checked + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc; }

input[type="radio"]:focus + label::before {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0071bc, 0 0 3px 4px #3e94cf, 0 0 7px 4px #3e94cf; }

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

input[type="checkbox"]:focus + label::before {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #0071bc; }

input[type="checkbox"]:disabled + label {
  color: #5b616b; }

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

input[type=range] {
  -webkit-appearance: none;
  border: none;
  padding-left: 0;
  width: 100%; }

input[type=range]:focus {
  box-shadow: none;
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  background: #aeb0b5;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

input[type=range]::-moz-range-track {
  background: #0071bc;
  border: 1px solid #757575;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

input[type=range]::-ms-track {
  background: transparent;
  color: transparent;
  cursor: pointer;
  height: 1.2rem;
  width: 100%; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #757575;
  height: 2.2rem;
  border-radius: 1.5rem;
  background: #f1f1f1;
  cursor: pointer;
  margin-top: -.65rem;
  width: 2.2rem; }

input[type=range]::-moz-range-thumb {
  background: #f1f1f1;
  border: 1px solid #757575;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem; }

input[type=range]::-ms-thumb {
  background: #f1f1f1;
  border: 1px solid #757575;
  border-radius: 1.5rem;
  cursor: pointer;
  height: 2.2rem;
  width: 2.2rem; }

input[type=range]::-ms-fill-lower {
  background: #aeb0b5;
  border: 1px solid #757575;
  border-radius: 2rem; }

input[type=range]::-ms-fill-upper {
  background: #aeb0b5;
  border: 1px solid #757575;
  border-radius: 2rem; }

input[type=range]:focus::-webkit-slider-thumb {
  border: 2px solid #3e94cf; }

input[type=range]:focus::-moz-range-thumb {
  border: 2px solid #3e94cf; }

input[type=range]:focus::-ms-thumb {
  border: 2px solid #3e94cf; }

.usa-date-of-birth label {
  margin-top: 0; }
.usa-date-of-birth input[type=number]::-webkit-inner-spin-button,
.usa-date-of-birth input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }
.usa-date-of-birth input[type=number] {
  -moz-appearance: textfield; }

.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: #0071bc;
  border-radius: 0.3rem;
  color: #ffffff;
  font-size: 1.4rem;
  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.8rem;
  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; }

h1 + ul, .h1 + ul,
h1 + ol,
.h1 + ol,
h2 + ul,
.h2 + ul,
h2 + ol,
.h2 + ol,
h3 + ul,
.h3 + ul,
h3 + ol,
.h3 + ol,
h4 + ul,
.h4 + ul,
h4 + ol,
.h4 + ol,
h5 + ul,
.h5 + ul,
h5 + ol,
.h5 + ol,
h6 + ul,
.h6 + ul,
h6 + ol,
.h6 + ol,
p + ul,
p + ol {
  margin-top: 0; }

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

table {
  border-spacing: 0;
  margin: 2em 0;
  min-width: 100%; }
  table thead th {
    background-color: #f1f1f1; }
  table th {
    text-align: left; }
  table tbody th {
    font-weight: 400; }
  table th,
  table td {
    background-color: #ffffff;
    border: 1px solid #5b616b;
    padding: 1.5rem; }

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

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

body {
  font-size: 1.8rem; }

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

a {
  color: #0071bc;
  text-decoration: underline; }
  a:hover, a:active {
    color: #205493; }
  a:visited {
    color: #4c2c92; }
  a:focus {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf;
    outline: 0; }

.usa-external_link::after {
  background: url("../img/external-link.png") no-repeat 0 0;
  background: url("../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("../img/external-link-hover.png");
  background-image: url("../img/external-link-hover.svg"); }

.usa-external_link-alt::after {
  background: url("../img/external-link-alt.png") no-repeat 0 0;
  background: url("../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("../img/external-link-alt-hover.png");
  background-image: url("../img/external-link-alt-hover.svg"); }

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

h1, .h1 {
  font-size: 3.8rem;
  font-weight: 700; }

h2, .h2 {
  font-size: 3.4rem;
  font-weight: 700; }

h3, .h3 {
  font-size: 2.3rem;
  font-weight: 700; }

h4, .h4 {
  font-size: 2.1rem;
  font-weight: 700; }

h5, .h5 {
  font-size: 1.4rem;
  font-weight: 700; }

h6, .h6 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase; }

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

.usa-content p:not(.usa-font-lead) {
  max-width: 60.6rem; }

.usa-content-list {
  max-width: 60.6rem; }

.usa-sans p,
.usa-sans a,
.usa-sans li,
.usa-sans span {
  font-family: "Helvetica Neue", "Helvetica", "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: 2.3rem;
  font-weight: 700;
  margin-bottom: 0; }
  @media screen and (min-width: 481px) {
    .usa-display {
      font-size: 3.8rem;
      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;
  line-height: 1.7;
  max-width: 77rem; }

.usa-image-block {
  position: relative; }

.usa-image-text-block {
  color: #ffffff;
  left: 0;
  margin-left: 8%;
  position: absolute;
  top: 0; }

.usa-image-text {
  margin-top: 0; }

.usa-drop_text {
  margin-bottom: 0; }

.usa-background-dark {
  background-color: #323a45; }
  .usa-background-dark p,
  .usa-background-dark span {
    color: #ffffff; }
  .usa-background-dark a {
    color: #d6d7d9; }
    .usa-background-dark a:hover {
      color: #ffffff; }

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

.usa-accordion,
.usa-accordion-bordered {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  color: #1F2E4A;
  margin: 0;
  padding: 0;
  width: 100%; }
  .usa-accordion > li,
  .usa-accordion-bordered > li {
    margin-bottom: 0; }
  .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: #1F2E4A;
    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: #f1f1f1;
      font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      list-style: none;
      margin-bottom: 6px;
      width: 100%; }
    .usa-accordion > ul button,
    .usa-accordion-bordered > ul button {
      background: none;
      border: 0;
      border-radius: 0;
      outline: 0;
      padding: 0;
      text-align: left;
      -webkit-font-smoothing: auto;
      background-color: #f1f1f1;
      background-image: url("../img/minus.png");
      background-image: url("../img/minus.svg");
      background-position: right 3rem center;
      background-repeat: no-repeat;
      background-size: 13px;
      color: #1F2E4A;
      cursor: pointer;
      display: inline-block;
      font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      margin: 0;
      padding: 1.5rem 5.5rem 1.5rem 3rem;
      width: 100%; }
      .usa-accordion > ul button:focus, .usa-accordion > ul button:hover,
      .usa-accordion-bordered > ul button:focus,
      .usa-accordion-bordered > ul button:hover {
        box-shadow: initial; }
      .usa-accordion > ul button:focus,
      .usa-accordion-bordered > ul button:focus {
        box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
      .usa-accordion > ul button:hover,
      .usa-accordion-bordered > ul button:hover {
        background-color: #d6d7d9;
        color: #1F2E4A; }
      .usa-accordion > ul button h1, .usa-accordion > ul button .h1,
      .usa-accordion > ul button h2,
      .usa-accordion > ul button .h2,
      .usa-accordion > ul button h3,
      .usa-accordion > ul button .h3,
      .usa-accordion > ul button h4,
      .usa-accordion > ul button .h4,
      .usa-accordion > ul button h5,
      .usa-accordion > ul button .h5,
      .usa-accordion > ul button h6,
      .usa-accordion > ul button .h6,
      .usa-accordion-bordered > ul button h1,
      .usa-accordion-bordered > ul button .h1,
      .usa-accordion-bordered > ul button h2,
      .usa-accordion-bordered > ul button .h2,
      .usa-accordion-bordered > ul button h3,
      .usa-accordion-bordered > ul button .h3,
      .usa-accordion-bordered > ul button h4,
      .usa-accordion-bordered > ul button .h4,
      .usa-accordion-bordered > ul button h5,
      .usa-accordion-bordered > ul button .h5,
      .usa-accordion-bordered > ul button h6,
      .usa-accordion-bordered > ul button .h6 {
        margin: 0; }
    .usa-accordion > ul [aria-expanded=false],
    .usa-accordion-bordered > ul [aria-expanded=false] {
      background-image: url("../img/plus.png");
      background-image: url("../img/plus.svg");
      background-repeat: no-repeat;
      background-size: 1.3rem; }
  .usa-accordion > li,
  .usa-accordion-bordered > li {
    background-color: #f1f1f1;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    list-style: none;
    margin-bottom: 6px;
    width: 100%; }

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

.usa-accordion-content {
  background-color: #ffffff;
  display: block;
  overflow: auto;
  padding: 3rem; }
  .usa-accordion-content > *:first-child {
    margin-top: 0; }
  .usa-accordion-content > *:last-child {
    margin-bottom: 0; }
  .usa-accordion-content[aria-hidden=true] {
    display: none; }

.usa-accordion-button {
  background: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #f1f1f1;
  background-image: url("../img/minus.png");
  background-image: url("../img/minus.svg");
  background-position: right 3rem center;
  background-repeat: no-repeat;
  background-size: 13px;
  color: #1F2E4A;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 1.5rem 5.5rem 1.5rem 3rem;
  width: 100%; }
  .usa-accordion-button:focus, .usa-accordion-button:hover {
    box-shadow: initial; }
  .usa-accordion-button:focus {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  .usa-accordion-button:hover {
    background-color: #d6d7d9;
    color: #1F2E4A; }
  .usa-accordion-button h1, .usa-accordion-button .h1,
  .usa-accordion-button h2,
  .usa-accordion-button .h2,
  .usa-accordion-button h3,
  .usa-accordion-button .h3,
  .usa-accordion-button h4,
  .usa-accordion-button .h4,
  .usa-accordion-button h5,
  .usa-accordion-button .h5,
  .usa-accordion-button h6,
  .usa-accordion-button .h6 {
    margin: 0; }

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

.usa-alert {
  background-color: #f1f1f1;
  background-position: 1rem 2rem;
  background-repeat: no-repeat;
  background-size: 4rem;
  margin-top: 1.5em;
  padding: 1em; }
  @media screen and (min-width: 600px) {
    .usa-alert {
      background-size: 5.2rem; } }
  .usa-alert ul {
    margin-bottom: 0;
    margin-top: 1em; }

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

.usa-alert-body {
  display: table-cell;
  padding-left: 3.5rem;
  vertical-align: top; }
  @media screen and (min-width: 600px) {
    .usa-alert-body {
      padding-left: 5rem; } }

.usa-alert-heading {
  margin-bottom: .3rem;
  margin-top: 0; }
  @media screen and (min-width: 600px) {
    .usa-alert-heading {
      margin-top: .3rem; } }

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

.usa-alert-success {
  background-color: #e7f4e4;
  background-image: url("../img/alerts/success.png");
  background-image: url("../img/alerts/success.svg"); }

.usa-alert-warning {
  background-color: #fff1d2;
  background-image: url("../img/alerts/warning.png");
  background-image: url("../img/alerts/warning.svg"); }

.usa-alert-error {
  background-color: #f9dede;
  background-image: url("../img/alerts/error.png");
  background-image: url("../img/alerts/error.svg"); }

.usa-alert-info {
  background-color: #e1f3f8;
  background-image: url("../img/alerts/info.png");
  background-image: url("../img/alerts/info.svg"); }

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

.usa-disclaimer {
  background-color: #f1f1f1;
  font-size: 1.2rem;
  height: 2.3rem; }
  @media screen and (min-width: 481px) {
    .usa-disclaimer {
      font-size: 1.2rem; } }

.usa-disclaimer-official {
  display: inline-block; }
  .usa-disclaimer-official p {
    margin: 3px 0;
    display: inline-block; }
    @media screen and (min-width: 481px) {
      .usa-disclaimer-official p {
        margin-top: 2px;
        margin-bottom: 2px; } }
  .usa-disclaimer-official img {
    float: left;
    margin-right: 0.7rem;
    margin-top: 1px;
    width: 2rem; }

.usa-disclaimer-stage {
  margin-top: 2px;
  margin-bottom: 2px;
  display: none;
  float: right; }
  @media screen and (min-width: 1201px) {
    .usa-disclaimer-stage {
      display: block; } }

.usa-footer .usa-unstyled-list {
  display: block; }
.usa-footer .usa-footer-primary-link {
  color: #1F2E4A;
  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 {
    text-decoration: underline; }
.usa-footer a {
  font-weight: normal; }

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

.usa-footer-primary-section {
  background-color: #f1f1f1; }
  .usa-footer-primary-section .usa-footer-primary-content {
    padding-left: 2.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 {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }

.usa-footer-medium .usa-footer-primary-section {
  padding: 0; }
  @media screen and (min-width: 600px) {
    .usa-footer-medium .usa-footer-primary-section {
      padding-bottom: 1rem;
      padding-top: 1rem; } }
@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; }
.usa-footer-slim .usa-footer-primary-section {
  padding-bottom: 2rem; }
  @media screen and (min-width: 600px) {
    .usa-footer-slim .usa-footer-primary-section {
      padding-bottom: 1rem;
      padding-top: 1rem; }
      .usa-footer-slim .usa-footer-primary-section .usa-grid-full {
        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: 2rem;
    padding-bottom: 2rem; } }
@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.3576515979%;
    width: 48.821174201%; }
    .usa-footer-slim .usa-footer-contact_info:last-child {
      margin-right: 0; } }

ul.usa-footer-primary-content,
li.usa-footer-primary-content,
li.usa-footer-primary-content {
  border-top: 1px solid #1F2E4A; }
  @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 #1F2E4A; }
    @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; } }

.usa-sign_up-block {
  padding-bottom: 2rem;
  padding-left: 2.5rem;
  padding-right: 2.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: #d6d7d9;
  padding-bottom: 3rem;
  padding-top: 3rem; }
  .usa-footer-secondary_section a {
    color: #1F2E4A; }

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

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

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

@media screen and (min-width: 600px) {
  .usa-footer-big .usa-footer-primary-section {
    padding-bottom: 4rem;
    padding-top: 3rem; } }
.usa-footer-big ul {
  padding-bottom: 2.5rem; }
  @media screen and (min-width: 600px) {
    .usa-footer-big ul {
      padding-bottom: 0; } }
  .usa-footer-big ul:last-child {
    border-bottom: 1px solid #1F2E4A; }
    @media screen and (min-width: 600px) {
      .usa-footer-big ul:last-child {
        border-bottom: none; } }
  .usa-footer-big ul li {
    line-height: 2em; }
  .usa-footer-big ul .usa-footer-primary-link {
    background-image: url("../img/arrow-down.png");
    background-image: url("../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 {
    padding-bottom: 0; }
    .usa-footer-big ul.hidden li {
      display: none; }
    .usa-footer-big ul.hidden .usa-footer-primary-link {
      background-image: url("../img/arrow-right.png");
      background-image: url("../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: 14rem; }

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

.usa-footer-logo-heading {
  margin-top: 2rem; }

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

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

.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 1rem;
      left: 1.2rem; } }
  .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("../img/social-icons/png/facebook25.png");
  background-image: url("../img/social-icons/svg/facebook25.svg"); }

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

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

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

form a {
  border-bottom: 0; }
form [type="submit"],
form [type="submit"] {
  display: block;
  margin-bottom: 1.5em;
  margin-top: 2.5rem; }
  @media screen and (min-width: 600px) {
    form [type="submit"],
    form [type="submit"] {
      padding-left: 2.7em;
      padding-right: 2.7em;
      width: auto; } }
form [name="password"],
form [name="confirmPassword"] {
  margin-bottom: 1.1rem; }

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

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

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

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

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

@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 {
  float: right;
  font-style: italic;
  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("../img/correct9.png");
  background-image: url("../img/correct9.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%; }

.usa-search {
  max-width: none;
  position: relative; }
  .usa-search::after {
    clear: both;
    content: "";
    display: table; }
  .usa-search [type="search"],
  .usa-search .usa-search-input {
    -webkit-appearance: none;
    border-bottom-right-radius: 0;
    border-right: none;
    border-top-right-radius: 0;
    float: left;
    font-size: 1.4rem;
    height: 3.3rem;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: calc(100% - 4.5rem); }
    @media screen and (min-width: 481px) {
      .usa-search [type="search"],
      .usa-search .usa-search-input {
        width: calc(100% - 8.5rem); } }
  .usa-search [type="submit"],
  .usa-search .usa-search-submit {
    background-image: url("../img/search.png");
    background-image: url("../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; } }
  .usa-search .usa-search-submit-text {
    display: none; }
    @media screen and (min-width: 481px) {
      .usa-search .usa-search-submit-text {
        display: block; } }
  @media screen and (min-width: 481px) {
    .usa-search.usa-search-big [type="search"],
    .usa-search.usa-search-big .usa-search-input {
      font-size: 1.8rem;
      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: 2.3rem;
      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("../img/search.png");
      background-image: url("../img/search.svg");
      background-position: 50%;
      background-repeat: no-repeat;
      width: 4.5rem; } }

.usa-sidenav-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }
  .usa-sidenav-list > li {
    margin-bottom: 0; }
  .usa-sidenav-list li {
    border-top: 1px solid #5b616b;
    font-size: 2.1rem; }
    .usa-sidenav-list li:first-child {
      border-top: none; }
  .usa-sidenav-list a {
    border: none;
    color: #1F2E4A;
    display: block;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.3;
    padding: 0.85rem 1rem 0.85rem 1.8rem;
    text-decoration: none; }
    .usa-sidenav-list a:hover {
      background-color: #f1f1f1;
      color: #0071bc;
      text-decoration: none; }
    .usa-sidenav-list a:focus {
      position: relative;
      z-index: 1; }
    .usa-sidenav-list a.usa-current {
      border-left: 4px solid #0071bc;
      color: #0071bc;
      font-weight: 700;
      padding-left: 1.4rem; }

.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.4rem; }
  .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 {
      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:hover {
      padding-left: 3.8rem; }

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

h1 + p, .h1 + p,
h2 + p,
.h2 + p,
h3 + p,
.h3 + p,
h4 + p,
.h4 + p {
  margin-top: 1.5rem; }

.break-bottom {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 5rem; }

.break-bottom-small {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 1.5rem; }

body {
  overflow-x: hidden;
  font-size: 1.8rem; }

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

h4, .h4 {
  font-size: 2.1rem; }

a {
  color: #046b99;
  cursor: pointer; }
  a:hover {
    color: #00547A; }

h2, .h2 {
  margin-bottom: 1em; }

.p-line-height {
  line-height: 1.5; }

.p-normal {
  font-weight: 400; }

.p-bold {
  font-weight: 700; }

hr {
  background-color: #d6d7d9;
  border: 0;
  height: 1px;
  margin-top: 5rem; }

code,
pre {
  background-color: #f1f1f1;
  font-family: Consolas, Monaco, "Andale Mono", monospace;
  font-size: 1.3rem; }

pre {
  padding: 1.6rem; }
  pre code {
    padding: 0; }
    pre code::before, pre code::after {
      display: none; }

code {
  padding-top: 0.2em;
  padding-bottom: 0.2em; }
  code::before, code::after {
    letter-spacing: -0.2em;
    content: '\00a0'; }

.highlight pre {
  max-width: 77rem; }

.highlight .hll {
  background-color: #ffffcc; }

.highlight .c {
  color: #999988;
  font-style: italic; }

/* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

/* Error */
.highlight .k {
  color: #000000;
  font-weight: bold; }

/* Keyword */
.highlight .o {
  color: #000000;
  font-weight: bold; }

/* Operator */
.highlight .cm {
  color: #999988;
  font-style: italic; }

/* Comment.Multiline */
.highlight .cp {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Preproc */
.highlight .c1 {
  color: #999988;
  font-style: italic; }

/* Comment.Single */
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

/* Comment.Special */
.highlight .gd {
  color: #000000;
  background-color: #ffdddd; }

/* Generic.Deleted */
.highlight .ge {
  color: #000000;
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #aa0000; }

/* Generic.Error */
.highlight .gh {
  color: #999999; }

/* Generic.Heading */
.highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

/* Generic.Inserted */
.highlight .go {
  color: #888888; }

/* Generic.Output */
.highlight .gp {
  color: #555555; }

/* Generic.Prompt */
.highlight .gs {
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #aaaaaa; }

/* Generic.Subheading */
.highlight .gt {
  color: #aa0000; }

/* Generic.Traceback */
.highlight .kc {
  color: #000000;
  font-weight: bold; }

/* Keyword.Constant */
.highlight .kd {
  color: #000000;
  font-weight: bold; }

/* Keyword.Declaration */
.highlight .kn {
  color: #000000;
  font-weight: bold; }

/* Keyword.Namespace */
.highlight .kp {
  color: #000000;
  font-weight: bold; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #000000;
  font-weight: bold; }

/* Keyword.Reserved */
.highlight .kt {
  color: #445588;
  font-weight: bold; }

/* Keyword.Type */
.highlight .m {
  color: #009999; }

/* Literal.Number */
.highlight .s {
  color: #d01040; }

/* Literal.String */
.highlight .na {
  color: #008080; }

/* Name.Attribute */
.highlight .nb {
  color: #0086B3; }

/* Name.Builtin */
.highlight .nc {
  color: #445588;
  font-weight: bold; }

/* Name.Class */
.highlight .no {
  color: #008080; }

/* Name.Constant */
.highlight .nd {
  color: #3c5d5d;
  font-weight: bold; }

/* Name.Decorator */
.highlight .ni {
  color: #800080; }

/* Name.Entity */
.highlight .ne {
  color: #990000;
  font-weight: bold; }

/* Name.Exception */
.highlight .nf {
  color: #990000;
  font-weight: bold; }

/* Name.Function */
.highlight .nl {
  color: #990000;
  font-weight: bold; }

/* Name.Label */
.highlight .nn {
  color: #555555; }

/* Name.Namespace */
.highlight .nt {
  color: #000080; }

/* Name.Tag */
.highlight .nv {
  color: #008080; }

/* Name.Variable */
.highlight .ow {
  color: #000000;
  font-weight: bold; }

/* Operator.Word */
.highlight .w {
  color: #bbbbbb; }

/* Text.Whitespace */
.highlight .mf {
  color: #009999; }

/* Literal.Number.Float */
.highlight .mh {
  color: #009999; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #009999; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #009999; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #d01040; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #d01040; }

/* Literal.String.Char */
.highlight .sd {
  color: #d01040; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #d01040; }

/* Literal.String.Double */
.highlight .se {
  color: #d01040; }

/* Literal.String.Escape */
.highlight .sh {
  color: #d01040; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #d01040; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #d01040; }

/* Literal.String.Other */
.highlight .sr {
  color: #009926; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #d01040; }

/* Literal.String.Single */
.highlight .ss {
  color: #990073; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #999999; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #008080; }

/* Name.Variable.Class */
.highlight .vg {
  color: #008080; }

/* Name.Variable.Global */
.highlight .vi {
  color: #008080; }

/* Name.Variable.Instance */
.highlight .il {
  color: #009999; }

/* Literal.Number.Integer.Long */
.align-center {
  text-align: center; }

.pad-bottom-mobile {
  padding-bottom: 3rem; }
  @media screen and (min-width: 600px) {
    .pad-bottom-mobile {
      padding-bottom: initial; } }

.image-center {
  clear: both; }

img,
figure,
svg {
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 600px) {
    img.width-one-half,
    figure.width-one-half,
    svg.width-one-half {
      width: 50%; } }
  @media screen and (min-width: 600px) {
    img.width-one-third,
    figure.width-one-third,
    svg.width-one-third {
      width: 33%; } }
  @media screen and (min-width: 600px) {
    img.width-two-thirds,
    figure.width-two-thirds,
    svg.width-two-thirds {
      width: 67%; } }
  @media screen and (min-width: 600px) {
    img.width-one-fourth,
    figure.width-one-fourth,
    svg.width-one-fourth {
      width: 25%; } }
  @media screen and (min-width: 600px) {
    img.width-three-fourths,
    figure.width-three-fourths,
    svg.width-three-fourths {
      width: 75%; } }
  @media screen and (min-width: 600px) {
    img.align-left,
    figure.align-left,
    svg.align-left {
      float: left;
      margin-right: 2em;
      margin-top: 0.5em; } }
  @media screen and (min-width: 600px) {
    img.align-right,
    figure.align-right,
    svg.align-right {
      float: right;
      margin-left: 2em;
      margin-top: 0.5em; } }

.marginless {
  margin: 0; }

.margin-spacing {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.pad-top-bottom {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.pad-right-left {
  padding-right: 9%;
  padding-left: 9%; }

.small-caps, .hww-main-content h2, .hww-main-content .h2 {
  color: #5b616b;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 5rem; }

.small-caps-no-margin {
  margin-top: 0; }

.small-caps + h3, .hww-main-content h2 + h3, .hww-main-content .h2 + h3, .small-caps + .h3, .hww-main-content h2 + .h3, .hww-main-content .h2 + .h3,
.small-caps + h2,
.hww-main-content h2 + h2,
.hww-main-content .h2 + h2,
.small-caps + .h2,
.hww-main-content h2 + .h2,
.hww-main-content .h2 + .h2 {
  margin-top: 0.5rem; }

.sidebar-heading-border {
  padding-top: 2.3rem;
  margin-top: 4.5rem;
  border-top: 10px solid #046b99; }

@media screen and (min-width: 481px) {
  .usa-grid-full .usa-width-one-third,
  .usa-grid .usa-width-one-third {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .usa-grid-full .usa-width-one-third:last-child,
    .usa-grid .usa-width-one-third:last-child {
      margin-right: 0; }
    .usa-grid-full .usa-width-one-third:last-child,
    .usa-grid .usa-width-one-third:last-child {
      margin-right: 0; } }
@media screen and (min-width: 600px) {
  .usa-grid-full .usa-width-one-third,
  .usa-grid .usa-width-one-third {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .usa-grid-full .usa-width-one-third:last-child,
    .usa-grid .usa-width-one-third:last-child {
      margin-right: 0; }
    .usa-grid-full .usa-width-one-third:nth-of-type(3n),
    .usa-grid .usa-width-one-third:nth-of-type(3n) {
      margin-right: 0; } }
.usa-grid-full .usa-width-one-third.usa-width-tablet,
.usa-grid .usa-width-one-third.usa-width-tablet {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .usa-grid-full .usa-width-one-third.usa-width-tablet:last-child,
  .usa-grid .usa-width-one-third.usa-width-tablet:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .usa-grid-full .usa-width-one-third.usa-width-tablet,
    .usa-grid .usa-width-one-third.usa-width-tablet {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .usa-grid-full .usa-width-one-third.usa-width-tablet:last-child,
      .usa-grid .usa-width-one-third.usa-width-tablet:last-child {
        margin-right: 0; }
      .usa-grid-full .usa-width-one-third.usa-width-tablet:nth-of-type(3n),
      .usa-grid .usa-width-one-third.usa-width-tablet:nth-of-type(3n) {
        margin-right: 0; } }

@media screen and (min-width: 481px) {
  .usa-grid-full .usa-width-two-thirds,
  .usa-grid .usa-width-two-thirds {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .usa-grid-full .usa-width-two-thirds:last-child,
    .usa-grid .usa-width-two-thirds:last-child {
      margin-right: 0; }
    .usa-grid-full .usa-width-two-thirds:last-child,
    .usa-grid .usa-width-two-thirds:last-child {
      margin-right: 0; } }
@media screen and (min-width: 600px) {
  .usa-grid-full .usa-width-two-thirds,
  .usa-grid .usa-width-two-thirds {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    .usa-grid-full .usa-width-two-thirds:last-child,
    .usa-grid .usa-width-two-thirds:last-child {
      margin-right: 0; }
    .usa-grid-full .usa-width-two-thirds:nth-of-type(3n),
    .usa-grid .usa-width-two-thirds:nth-of-type(3n) {
      margin-right: 0; } }
.usa-grid-full .usa-width-two-thirds.usa-width-tablet,
.usa-grid .usa-width-two-thirds.usa-width-tablet {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .usa-grid-full .usa-width-two-thirds.usa-width-tablet:last-child,
  .usa-grid .usa-width-two-thirds.usa-width-tablet:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    .usa-grid-full .usa-width-two-thirds.usa-width-tablet,
    .usa-grid .usa-width-two-thirds.usa-width-tablet {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .usa-grid-full .usa-width-two-thirds.usa-width-tablet:last-child,
      .usa-grid .usa-width-two-thirds.usa-width-tablet:last-child {
        margin-right: 0; }
      .usa-grid-full .usa-width-two-thirds.usa-width-tablet:nth-of-type(3n),
      .usa-grid .usa-width-two-thirds.usa-width-tablet:nth-of-type(3n) {
        margin-right: 0; } }

@media screen and (min-width: 600px) {
  .usa-grid .usa-width-one-half.usa-width-short-one {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .usa-grid .usa-width-one-half.usa-width-short-one:last-child {
      margin-right: 0; } }

@media screen and (min-width: 600px) {
  .usa-grid .usa-width-one-half.usa-width-shift-one {
    margin-left: 8.5298042998%; } }

@media screen and (min-width: 600px) {
  .usa-grid-reversed .usa-grid-reversed-right {
    margin-right: 0;
    float: right; } }

details summary {
  cursor: pointer; }

.usa-button,
.usa-button:visited,
button,
[type='button'],
[type='submit'],
[type='reset'],
[type='image'] {
  background-color: #046b99;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  width: auto; }
  .usa-button:hover,
  .usa-button:visited:hover,
  button:hover,
  [type='button']:hover,
  [type='submit']:hover,
  [type='reset']:hover,
  [type='image']:hover {
    background-color: #00547A; }
  .usa-button.usa-button-secondary, .usa-button.usa-button-secondary:visited,
  .usa-button:visited.usa-button-secondary,
  .usa-button:visited.usa-button-secondary:visited,
  button.usa-button-secondary,
  button.usa-button-secondary:visited,
  [type='button'].usa-button-secondary,
  [type='button'].usa-button-secondary:visited,
  [type='submit'].usa-button-secondary,
  [type='submit'].usa-button-secondary:visited,
  [type='reset'].usa-button-secondary,
  [type='reset'].usa-button-secondary:visited,
  [type='image'].usa-button-secondary,
  [type='image'].usa-button-secondary:visited {
    background-color: #00cfff;
    color: #000000; }
    .usa-button.usa-button-secondary:hover, .usa-button.usa-button-secondary:visited:hover,
    .usa-button:visited.usa-button-secondary:hover,
    .usa-button:visited.usa-button-secondary:visited:hover,
    button.usa-button-secondary:hover,
    button.usa-button-secondary:visited:hover,
    [type='button'].usa-button-secondary:hover,
    [type='button'].usa-button-secondary:visited:hover,
    [type='submit'].usa-button-secondary:hover,
    [type='submit'].usa-button-secondary:visited:hover,
    [type='reset'].usa-button-secondary:hover,
    [type='reset'].usa-button-secondary:visited:hover,
    [type='image'].usa-button-secondary:hover,
    [type='image'].usa-button-secondary:visited:hover {
      background-color: #00A7CE; }

.usa-button-marginless {
  margin: 0; }

.link-arrow-left, .link-arrow-right {
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none; }

.link-arrow-left svg {
  display: inline-block;
  height: 1.2rem;
  margin-bottom: -1px;
  width: 1.2rem;
  margin-right: 4px; }
.link-arrow-left path {
  fill: #046b99; }
.link-arrow-left:visited path {
  fill: #4c2c92; }
.link-arrow-left:hover path {
  fill: #00547A; }

a:visited .link-arrow-left svg {
  display: inline-block;
  height: 1.2rem;
  margin-bottom: -1px;
  width: 1.2rem;
  margin-right: 4px; }
a:visited .link-arrow-left path {
  fill: #4c2c92; }
a:visited .link-arrow-left:visited path {
  fill: #4c2c92; }
a:visited .link-arrow-left:hover path {
  fill: #00547A; }
a:hover .link-arrow-left svg {
  display: inline-block;
  height: 1.2rem;
  margin-bottom: -1px;
  width: 1.2rem;
  margin-right: 4px; }
a:hover .link-arrow-left path {
  fill: #00547A; }
a:hover .link-arrow-left:visited path {
  fill: #4c2c92; }
a:hover .link-arrow-left:hover path {
  fill: #00547A; }

.link-arrow-right svg {
  display: inline-block;
  height: 1.2rem;
  margin-bottom: -1px;
  width: 1.2rem;
  margin-left: 4px; }
.link-arrow-right path {
  fill: #046b99; }
.link-arrow-right:visited path {
  fill: #4c2c92; }
.link-arrow-right:hover path {
  fill: #00547A; }

a:visited .link-arrow-right svg {
  display: inline-block;
  height: 1.2rem;
  margin-bottom: -1px;
  width: 1.2rem;
  margin-left: 4px; }
a:visited .link-arrow-right path {
  fill: #4c2c92; }
a:visited .link-arrow-right:visited path {
  fill: #4c2c92; }
a:visited .link-arrow-right:hover path {
  fill: #00547A; }
a:hover .link-arrow-right svg {
  display: inline-block;
  height: 1.2rem;
  margin-bottom: -1px;
  width: 1.2rem;
  margin-left: 4px; }
a:hover .link-arrow-right path {
  fill: #00547A; }
a:hover .link-arrow-right:visited path {
  fill: #4c2c92; }
a:hover .link-arrow-right:hover path {
  fill: #00547A; }

.social_icon-twitter:before {
  background-image: url("../img/global/social-icons/twitter.png");
  background-image: url("../img/global/social-icons/twitter.svg");
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 1.4rem;
  margin-bottom: -1px;
  width: 1.4rem;
  margin-right: 4px; }
.social_icon-twitter:hover::before {
  background-image: url("../img/global/social-icons/twitter-hover.png");
  background-image: url("../img/global/social-icons/twitter-hover.svg"); }
.social_icon-twitter:visited {
  color: #00cfff; }
.social_icon-twitter:hover {
  color: #00547A; }

.social_icon-rss:before {
  background-image: url("../img/global/social-icons/rss.png");
  background-image: url("../img/global/social-icons/rss.svg");
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 1.4rem;
  margin-bottom: -1px;
  width: 1.4rem;
  margin-right: 4px; }
.social_icon-rss:hover::before {
  background-image: url("../img/global/social-icons/rss-hover.png");
  background-image: url("../img/global/social-icons/rss-hover.svg"); }
.social_icon-rss:visited {
  color: #00cfff; }
.social_icon-rss:hover {
  color: #00547A; }

.social_icon-newsletter:before {
  background-image: url("../img/global/social-icons/envelope.png");
  background-image: url("../img/global/social-icons/envelope.svg");
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 1.4rem;
  margin-bottom: -1px;
  width: 1.4rem;
  margin-right: 4px; }
.social_icon-newsletter:hover::before {
  background-image: url("../img/global/social-icons/envelope-hover.png");
  background-image: url("../img/global/social-icons/envelope-hover.svg"); }
.social_icon-newsletter:visited {
  color: #00cfff; }
.social_icon-newsletter:hover {
  color: #00547A; }

.link-rss {
  float: right;
  font-size: 1.4rem; }
  .link-rss:after {
    background-image: url("../img/global/rss.png");
    background-image: url("../img/global/rss.svg");
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 1.2rem;
    margin-bottom: -1px;
    width: 1.2rem;
    margin-left: 4px; }
  .link-rss:hover::after {
    background-image: url("../img/global/rss-hover.png");
    background-image: url("../img/global/rss-hover.svg"); }
  .link-rss:visited {
    color: #00cfff; }
  .link-rss:hover {
    color: #00547A; }
  .link-rss:visited {
    color: #00cfff; }

.back-blog {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 5rem; }
  @media screen and (min-width: 800px) {
    .back-blog {
      margin-top: 0.7rem;
      position: absolute; } }
  .back-blog:hover {
    color: #1C304A; }

.background-dark .usa-button,
.background-dark .usa-button-primary,
.background-dark .usa-button:visited,
.background-dark .usa-button-primary:visited,
.background-dark button,
.background-dark [type='button'],
.background-dark [type='submit'],
.background-dark [type='reset'] {
  background-color: #00cfff; }
.background-dark .usa-button-secondary.usa-button:hover, .background-dark .usa-button-secondary.usa-button-hover {
  background-color: #00A7CE; }
.background-dark .usa-button-secondary.usa-button:active, .background-dark .usa-button-secondary.usa-button-active {
  background-color: #046b99; }
.background-dark .usa-button-secondary.usa-button:focus, .background-dark .usa-button-secondary.usa-button-focus {
  background-color: #00547A; }
.background-dark .usa-button-secondary.usa-button:disabled, .background-dark .usa-button-secondary.usa-button-disabled {
  background-color: #d6d7d9;
  color: #323a45; }

blockquote {
  border-left: 4px solid #f1f1f1;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-left: 1.5rem; }
  blockquote cite {
    display: inline;
    font-size: 1.4rem;
    padding-left: 1.5rem; }
    blockquote cite > * {
      display: inline-block;
      margin-left: 1.5rem; }

.pquote {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  margin-top: 3rem; }
  @media screen and (min-width: 600px) {
    .pquote {
      flex-direction: row; } }
  .pquote blockquote {
    align-self: flex-end;
    border: 0;
    margin: 0;
    padding: 0; }
    .pquote blockquote p:last-of-type {
      margin: 0; }

.pquote-img,
.pquote img {
  align-self: flex-end;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  width: 100%; }
  @media screen and (min-width: 600px) {
    .pquote-img,
    .pquote img {
      margin-bottom: 0;
      margin-right: 1.5rem;
      width: 200px; } }

p ~ .pquote:not(.pquote-single) img,
p ~ .pquote:not(.pquote-single) blockquote {
  align-self: flex-start; }

.pquote-single {
  padding-left: 3rem;
  padding-right: 3rem; }

.testimonial-blockquote {
  font-size: 1em;
  width: 100%;
  margin: 3.5rem auto;
  font-style: italic;
  color: #1C304A;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #046b99;
  line-height: 1.4;
  position: relative;
  background: #f1f1f1; }
  .testimonial-blockquote ::before {
    content: '\201C';
    color: #046b99;
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px; }
  .testimonial-blockquote ::after {
    content: ''; }
  .testimonial-blockquote span {
    display: block;
    color: #046b99;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em; }

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

.home-testimonial {
  font-size: 23px;
  width: 100%;
  margin: 3.5rem auto;
  font-style: italic;
  color: #5b616b;
  padding: 1.2em 30px 1.2em 75px;
  line-height: 1.4;
  position: relative; }
  .home-testimonial ::before {
    content: '\201C';
    color: #046b99;
    font-size: 5em;
    position: absolute;
    left: 10px;
    top: -10px; }
  .home-testimonial ::after {
    content: ''; }
  .home-testimonial span {
    display: block;
    color: #046b99;
    font-style: normal;
    font-size: 20px;
    font-weight: bold;
    margin-top: 1em; }

.usa-disclaimer {
  border-bottom: 1px solid #ffffff;
  font-size: 1.1rem; }

.usa-disclaimer-official {
  display: block; }

header[role=banner] ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }
  header[role=banner] ul > li {
    margin-bottom: 0; }
  header[role=banner] ul li {
    display: inline-block;
    background: transparent;
    width: auto; }
    header[role=banner] ul li a {
      padding: 2.3rem 2rem;
      color: #5b616b;
      font-weight: 700;
      text-decoration: none; }
      header[role=banner] ul li a:hover, header[role=banner] ul li a:focus {
        background-color: #fafafa;
        color: #000000; }
      header[role=banner] ul li a:active {
        background-color: #f1f1f1; }
      header[role=banner] ul li a.usa-current {
        color: #000000; }
        header[role=banner] ul li a.usa-current span {
          border-bottom: 1rem solid #00cfff;
          padding-bottom: 1.4rem; }
@-moz-document url-prefix() {
  header[role=banner] ul li a.usa-current span {
    padding-bottom: 1.3rem; } }
          @media screen and (-webkit-min-device-pixel-ratio: 0) {
            header[role=banner] ul li a.usa-current span {
              padding-bottom: 1.45rem; } }
header[role=banner] nav[role=navigation] {
  margin-top: 2.15rem;
  margin-bottom: 2.15rem;
  display: none;
  float: right;
  font-size: 1.4rem; }
  @media screen and (min-width: 688px) {
    header[role=banner] nav[role=navigation] {
      display: block; } }

.site-logo {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  float: left; }
  .site-logo img {
    width: 4.4rem; }

.menu-btn {
  background: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  background-color: #046b99;
  border-radius: 0.3rem;
  color: #ffffff;
  display: inline;
  float: right;
  font-size: 1.2rem;
  line-height: 4rem;
  height: 4rem;
  margin-top: 1.2rem;
  width: 5.8rem;
  text-align: center;
  text-decoration: none; }
  .menu-btn:focus, .menu-btn:hover {
    box-shadow: initial; }
  @media screen and (min-width: 688px) {
    .menu-btn {
      display: none; } }
  .menu-btn:hover {
    color: #ffffff;
    background-color: #1C304A; }
  .menu-btn:visited {
    color: #ffffff; }

.hero {
  background-image: url("../img/page-feature/hire-us.jpg");
  background-position: center;
  background-size: cover;
  padding: 0; }

.hero-img-collapsed {
  display: none; }

.hero-primary {
  background-image: none; }
  @media screen and (min-width: 768px) {
    .hero-primary {
      background-image: url("../img/page-feature/hire-us.jpg"); } }

@media screen and (min-width: 768px) {
  .hero-callout {
    max-width: 300px; } }

.hero-callout,
.hero-callout-full {
  padding: 5rem;
  padding-left: 0; }
  .hero-callout > *:first-child,
  .hero-callout-full > *:first-child {
    margin-top: 0;
    margin-bottom: 3rem; }

.usa-grid-full .hero-callout,
.usa-grid-full .hero-callout-full {
  padding-left: 1.5rem; }
  @media screen and (min-width: 481px) {
    .usa-grid-full .hero-callout,
    .usa-grid-full .hero-callout-full {
      padding-left: 3rem; } }

.hero-callout-primary {
  max-width: initial;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
  .hero-callout-primary h2, .hero-callout-primary .h2 {
    font-size: 3rem;
    line-height: 1.4;
    margin-bottom: 5rem; }
  @media screen and (min-width: 600px) {
    .hero-callout-primary {
      min-width: 350px;
      padding-right: 5rem; } }
  .hero-callout-primary::before {
    background-color: #1C304A;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 1000%;
    right: 100%; }

.hero-callout-no_button > *:first-child {
  margin-bottom: 0; }

.hero-callout-alt_color {
  color: #00cfff;
  display: block; }

.hero-callout-title {
  font-size: 3rem; }

.hero-callout-title-secondary {
  margin-top: 0.5rem; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  [class^="usa-width-"] > .media_link,
  [class*=" usa-width-"] > .media_link {
    width: 100%; } }

figcaption {
  font-size: 1.4rem;
  color: #5b616b;
  text-align: left; }
  figcaption.align-center {
    text-align: center; }

.image-shadowed {
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2); }

.image-reduce {
  height: 50%;
  width: 50%; }

.right-aligned {
  float: right;
  margin-left: 1.5rem; }

.right-aligned-cap {
  float: right;
  margin-left: 5rem;
  margin-bottom: 3rem; }

.usa-section h1:first-child, .usa-section .h1:first-child,
.usa-section h2:first-child,
.usa-section .h2:first-child,
.usa-section h3:first-child,
.usa-section .h3:first-child,
.usa-section h4:first-child,
.usa-section .h4:first-child,
.usa-section h5:first-child,
.usa-section .h5:first-child,
.usa-section h6:first-child,
.usa-section .h6:first-child,
.usa-section p:first-child,
.usa-grid h1:first-child,
.usa-grid .h1:first-child,
.usa-grid h2:first-child,
.usa-grid .h2:first-child,
.usa-grid h3:first-child,
.usa-grid .h3:first-child,
.usa-grid h4:first-child,
.usa-grid .h4:first-child,
.usa-grid h5:first-child,
.usa-grid .h5:first-child,
.usa-grid h6:first-child,
.usa-grid .h6:first-child,
.usa-grid p:first-child,
.usa-width-one-whole h1:first-child,
.usa-width-one-whole .h1:first-child,
.usa-width-one-whole h2:first-child,
.usa-width-one-whole .h2:first-child,
.usa-width-one-whole h3:first-child,
.usa-width-one-whole .h3:first-child,
.usa-width-one-whole h4:first-child,
.usa-width-one-whole .h4:first-child,
.usa-width-one-whole h5:first-child,
.usa-width-one-whole .h5:first-child,
.usa-width-one-whole h6:first-child,
.usa-width-one-whole .h6:first-child,
.usa-width-one-whole p:first-child,
.usa-width-one-half h1:first-child,
.usa-width-one-half .h1:first-child,
.usa-width-one-half h2:first-child,
.usa-width-one-half .h2:first-child,
.usa-width-one-half h3:first-child,
.usa-width-one-half .h3:first-child,
.usa-width-one-half h4:first-child,
.usa-width-one-half .h4:first-child,
.usa-width-one-half h5:first-child,
.usa-width-one-half .h5:first-child,
.usa-width-one-half h6:first-child,
.usa-width-one-half .h6:first-child,
.usa-width-one-half p:first-child,
.usa-width-one-third h1:first-child,
.usa-width-one-third .h1:first-child,
.usa-width-one-third h2:first-child,
.usa-width-one-third .h2:first-child,
.usa-width-one-third h3:first-child,
.usa-width-one-third .h3:first-child,
.usa-width-one-third h4:first-child,
.usa-width-one-third .h4:first-child,
.usa-width-one-third h5:first-child,
.usa-width-one-third .h5:first-child,
.usa-width-one-third h6:first-child,
.usa-width-one-third .h6:first-child,
.usa-width-one-third p:first-child,
.usa-width-two-thirds h1:first-child,
.usa-width-two-thirds .h1:first-child,
.usa-width-two-thirds h2:first-child,
.usa-width-two-thirds .h2:first-child,
.usa-width-two-thirds h3:first-child,
.usa-width-two-thirds .h3:first-child,
.usa-width-two-thirds h4:first-child,
.usa-width-two-thirds .h4:first-child,
.usa-width-two-thirds h5:first-child,
.usa-width-two-thirds .h5:first-child,
.usa-width-two-thirds h6:first-child,
.usa-width-two-thirds .h6:first-child,
.usa-width-two-thirds p:first-child,
.usa-width-one-fourth h1:first-child,
.usa-width-one-fourth .h1:first-child,
.usa-width-one-fourth h2:first-child,
.usa-width-one-fourth .h2:first-child,
.usa-width-one-fourth h3:first-child,
.usa-width-one-fourth .h3:first-child,
.usa-width-one-fourth h4:first-child,
.usa-width-one-fourth .h4:first-child,
.usa-width-one-fourth h5:first-child,
.usa-width-one-fourth .h5:first-child,
.usa-width-one-fourth h6:first-child,
.usa-width-one-fourth .h6:first-child,
.usa-width-one-fourth p:first-child,
.usa-width-three-fourths h1:first-child,
.usa-width-three-fourths .h1:first-child,
.usa-width-three-fourths h2:first-child,
.usa-width-three-fourths .h2:first-child,
.usa-width-three-fourths h3:first-child,
.usa-width-three-fourths .h3:first-child,
.usa-width-three-fourths h4:first-child,
.usa-width-three-fourths .h4:first-child,
.usa-width-three-fourths h5:first-child,
.usa-width-three-fourths .h5:first-child,
.usa-width-three-fourths h6:first-child,
.usa-width-three-fourths .h6:first-child,
.usa-width-three-fourths p:first-child,
.usa-width-one-sixth h1:first-child,
.usa-width-one-sixth .h1:first-child,
.usa-width-one-sixth h2:first-child,
.usa-width-one-sixth .h2:first-child,
.usa-width-one-sixth h3:first-child,
.usa-width-one-sixth .h3:first-child,
.usa-width-one-sixth h4:first-child,
.usa-width-one-sixth .h4:first-child,
.usa-width-one-sixth h5:first-child,
.usa-width-one-sixth .h5:first-child,
.usa-width-one-sixth h6:first-child,
.usa-width-one-sixth .h6:first-child,
.usa-width-one-sixth p:first-child,
.usa-width-five-sixths h1:first-child,
.usa-width-five-sixths .h1:first-child,
.usa-width-five-sixths h2:first-child,
.usa-width-five-sixths .h2:first-child,
.usa-width-five-sixths h3:first-child,
.usa-width-five-sixths .h3:first-child,
.usa-width-five-sixths h4:first-child,
.usa-width-five-sixths .h4:first-child,
.usa-width-five-sixths h5:first-child,
.usa-width-five-sixths .h5:first-child,
.usa-width-five-sixths h6:first-child,
.usa-width-five-sixths .h6:first-child,
.usa-width-five-sixths p:first-child,
.usa-width-one-twelfth h1:first-child,
.usa-width-one-twelfth .h1:first-child,
.usa-width-one-twelfth h2:first-child,
.usa-width-one-twelfth .h2:first-child,
.usa-width-one-twelfth h3:first-child,
.usa-width-one-twelfth .h3:first-child,
.usa-width-one-twelfth h4:first-child,
.usa-width-one-twelfth .h4:first-child,
.usa-width-one-twelfth h5:first-child,
.usa-width-one-twelfth .h5:first-child,
.usa-width-one-twelfth h6:first-child,
.usa-width-one-twelfth .h6:first-child,
.usa-width-one-twelfth p:first-child {
  margin-top: 0; }
.usa-section h1:last-child:not(:only-child), .usa-section .h1:last-child:not(:only-child),
.usa-section h2:last-child:not(:only-child),
.usa-section .h2:last-child:not(:only-child),
.usa-section h3:last-child:not(:only-child),
.usa-section .h3:last-child:not(:only-child),
.usa-section h4:last-child:not(:only-child),
.usa-section .h4:last-child:not(:only-child),
.usa-section h5:last-child:not(:only-child),
.usa-section .h5:last-child:not(:only-child),
.usa-section h6:last-child:not(:only-child),
.usa-section .h6:last-child:not(:only-child),
.usa-section p:last-child:not(:only-child),
.usa-grid h1:last-child:not(:only-child),
.usa-grid .h1:last-child:not(:only-child),
.usa-grid h2:last-child:not(:only-child),
.usa-grid .h2:last-child:not(:only-child),
.usa-grid h3:last-child:not(:only-child),
.usa-grid .h3:last-child:not(:only-child),
.usa-grid h4:last-child:not(:only-child),
.usa-grid .h4:last-child:not(:only-child),
.usa-grid h5:last-child:not(:only-child),
.usa-grid .h5:last-child:not(:only-child),
.usa-grid h6:last-child:not(:only-child),
.usa-grid .h6:last-child:not(:only-child),
.usa-grid p:last-child:not(:only-child),
.usa-width-one-whole h1:last-child:not(:only-child),
.usa-width-one-whole .h1:last-child:not(:only-child),
.usa-width-one-whole h2:last-child:not(:only-child),
.usa-width-one-whole .h2:last-child:not(:only-child),
.usa-width-one-whole h3:last-child:not(:only-child),
.usa-width-one-whole .h3:last-child:not(:only-child),
.usa-width-one-whole h4:last-child:not(:only-child),
.usa-width-one-whole .h4:last-child:not(:only-child),
.usa-width-one-whole h5:last-child:not(:only-child),
.usa-width-one-whole .h5:last-child:not(:only-child),
.usa-width-one-whole h6:last-child:not(:only-child),
.usa-width-one-whole .h6:last-child:not(:only-child),
.usa-width-one-whole p:last-child:not(:only-child),
.usa-width-one-half h1:last-child:not(:only-child),
.usa-width-one-half .h1:last-child:not(:only-child),
.usa-width-one-half h2:last-child:not(:only-child),
.usa-width-one-half .h2:last-child:not(:only-child),
.usa-width-one-half h3:last-child:not(:only-child),
.usa-width-one-half .h3:last-child:not(:only-child),
.usa-width-one-half h4:last-child:not(:only-child),
.usa-width-one-half .h4:last-child:not(:only-child),
.usa-width-one-half h5:last-child:not(:only-child),
.usa-width-one-half .h5:last-child:not(:only-child),
.usa-width-one-half h6:last-child:not(:only-child),
.usa-width-one-half .h6:last-child:not(:only-child),
.usa-width-one-half p:last-child:not(:only-child),
.usa-width-one-third h1:last-child:not(:only-child),
.usa-width-one-third .h1:last-child:not(:only-child),
.usa-width-one-third h2:last-child:not(:only-child),
.usa-width-one-third .h2:last-child:not(:only-child),
.usa-width-one-third h3:last-child:not(:only-child),
.usa-width-one-third .h3:last-child:not(:only-child),
.usa-width-one-third h4:last-child:not(:only-child),
.usa-width-one-third .h4:last-child:not(:only-child),
.usa-width-one-third h5:last-child:not(:only-child),
.usa-width-one-third .h5:last-child:not(:only-child),
.usa-width-one-third h6:last-child:not(:only-child),
.usa-width-one-third .h6:last-child:not(:only-child),
.usa-width-one-third p:last-child:not(:only-child),
.usa-width-two-thirds h1:last-child:not(:only-child),
.usa-width-two-thirds .h1:last-child:not(:only-child),
.usa-width-two-thirds h2:last-child:not(:only-child),
.usa-width-two-thirds .h2:last-child:not(:only-child),
.usa-width-two-thirds h3:last-child:not(:only-child),
.usa-width-two-thirds .h3:last-child:not(:only-child),
.usa-width-two-thirds h4:last-child:not(:only-child),
.usa-width-two-thirds .h4:last-child:not(:only-child),
.usa-width-two-thirds h5:last-child:not(:only-child),
.usa-width-two-thirds .h5:last-child:not(:only-child),
.usa-width-two-thirds h6:last-child:not(:only-child),
.usa-width-two-thirds .h6:last-child:not(:only-child),
.usa-width-two-thirds p:last-child:not(:only-child),
.usa-width-one-fourth h1:last-child:not(:only-child),
.usa-width-one-fourth .h1:last-child:not(:only-child),
.usa-width-one-fourth h2:last-child:not(:only-child),
.usa-width-one-fourth .h2:last-child:not(:only-child),
.usa-width-one-fourth h3:last-child:not(:only-child),
.usa-width-one-fourth .h3:last-child:not(:only-child),
.usa-width-one-fourth h4:last-child:not(:only-child),
.usa-width-one-fourth .h4:last-child:not(:only-child),
.usa-width-one-fourth h5:last-child:not(:only-child),
.usa-width-one-fourth .h5:last-child:not(:only-child),
.usa-width-one-fourth h6:last-child:not(:only-child),
.usa-width-one-fourth .h6:last-child:not(:only-child),
.usa-width-one-fourth p:last-child:not(:only-child),
.usa-width-three-fourths h1:last-child:not(:only-child),
.usa-width-three-fourths .h1:last-child:not(:only-child),
.usa-width-three-fourths h2:last-child:not(:only-child),
.usa-width-three-fourths .h2:last-child:not(:only-child),
.usa-width-three-fourths h3:last-child:not(:only-child),
.usa-width-three-fourths .h3:last-child:not(:only-child),
.usa-width-three-fourths h4:last-child:not(:only-child),
.usa-width-three-fourths .h4:last-child:not(:only-child),
.usa-width-three-fourths h5:last-child:not(:only-child),
.usa-width-three-fourths .h5:last-child:not(:only-child),
.usa-width-three-fourths h6:last-child:not(:only-child),
.usa-width-three-fourths .h6:last-child:not(:only-child),
.usa-width-three-fourths p:last-child:not(:only-child),
.usa-width-one-sixth h1:last-child:not(:only-child),
.usa-width-one-sixth .h1:last-child:not(:only-child),
.usa-width-one-sixth h2:last-child:not(:only-child),
.usa-width-one-sixth .h2:last-child:not(:only-child),
.usa-width-one-sixth h3:last-child:not(:only-child),
.usa-width-one-sixth .h3:last-child:not(:only-child),
.usa-width-one-sixth h4:last-child:not(:only-child),
.usa-width-one-sixth .h4:last-child:not(:only-child),
.usa-width-one-sixth h5:last-child:not(:only-child),
.usa-width-one-sixth .h5:last-child:not(:only-child),
.usa-width-one-sixth h6:last-child:not(:only-child),
.usa-width-one-sixth .h6:last-child:not(:only-child),
.usa-width-one-sixth p:last-child:not(:only-child),
.usa-width-five-sixths h1:last-child:not(:only-child),
.usa-width-five-sixths .h1:last-child:not(:only-child),
.usa-width-five-sixths h2:last-child:not(:only-child),
.usa-width-five-sixths .h2:last-child:not(:only-child),
.usa-width-five-sixths h3:last-child:not(:only-child),
.usa-width-five-sixths .h3:last-child:not(:only-child),
.usa-width-five-sixths h4:last-child:not(:only-child),
.usa-width-five-sixths .h4:last-child:not(:only-child),
.usa-width-five-sixths h5:last-child:not(:only-child),
.usa-width-five-sixths .h5:last-child:not(:only-child),
.usa-width-five-sixths h6:last-child:not(:only-child),
.usa-width-five-sixths .h6:last-child:not(:only-child),
.usa-width-five-sixths p:last-child:not(:only-child),
.usa-width-one-twelfth h1:last-child:not(:only-child),
.usa-width-one-twelfth .h1:last-child:not(:only-child),
.usa-width-one-twelfth h2:last-child:not(:only-child),
.usa-width-one-twelfth .h2:last-child:not(:only-child),
.usa-width-one-twelfth h3:last-child:not(:only-child),
.usa-width-one-twelfth .h3:last-child:not(:only-child),
.usa-width-one-twelfth h4:last-child:not(:only-child),
.usa-width-one-twelfth .h4:last-child:not(:only-child),
.usa-width-one-twelfth h5:last-child:not(:only-child),
.usa-width-one-twelfth .h5:last-child:not(:only-child),
.usa-width-one-twelfth h6:last-child:not(:only-child),
.usa-width-one-twelfth .h6:last-child:not(:only-child),
.usa-width-one-twelfth p:last-child:not(:only-child) {
  margin-bottom: 0; }

.usa-grid-line {
  height: 1px; }

.usa-grid-line-hww {
  border-top: 0.5rem solid;
  border-color: #046b99;
  margin-top: 5rem; }

.usa-flex-baseline {
  align-items: baseline; }

.usa-flex-end {
  align-items: flex-end; }

.usa-spacer {
  margin-bottom: 3rem; }
  .usa-spacer > * {
    margin-bottom: 0.5rem; }

.usa-flex-pull-right > *:first-child {
  flex-grow: 1; }
.usa-flex-pull-right > *:last-child {
  margin-left: 0;
  min-width: 200px;
  text-align: left; }

.usa-flex-always {
  display: flex; }

@media screen and (min-width: 600px) {
  .usa-flex {
    display: flex; }

  .usa-flex-wrap {
    flex-wrap: wrap; }

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

  .usa-flex-pull-right > *:last-child {
    float: right;
    margin-left: 3rem;
    text-align: right; }

  .usa-flex-vertically-top {
    align-self: flex-start;
    flex-direction: column; }

  .usa-flex-vertically-bottom {
    align-self: flex-end;
    flex-direction: column; } }
.usa-section {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media screen and (min-width: 600px) {
    .usa-section {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .usa-section .page-lead {
    margin-top: 0; }

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

.background-gray {
  background-color: #f1f1f1; }

.background-medium {
  background-color: #046b99; }

.background-dark {
  background-color: #1C304A; }

.background-medium,
.background-dark {
  color: #ffffff;
  -webkit-font-smoothing: antialiased; }
  .background-medium h1, .background-medium .h1,
  .background-medium h2,
  .background-medium .h2,
  .background-medium h3,
  .background-medium .h3,
  .background-medium h4,
  .background-medium .h4,
  .background-medium h5,
  .background-medium .h5,
  .background-medium h6,
  .background-medium .h6,
  .background-medium p,
  .background-dark h1,
  .background-dark .h1,
  .background-dark h2,
  .background-dark .h2,
  .background-dark h3,
  .background-dark .h3,
  .background-dark h4,
  .background-dark .h4,
  .background-dark h5,
  .background-dark .h5,
  .background-dark h6,
  .background-dark .h6,
  .background-dark p {
    color: #ffffff; }
  .background-medium .section-heading,
  .background-dark .section-heading {
    color: #00cfff;
    letter-spacing: 0.5px; }
  .background-medium h2, .background-medium .h2,
  .background-dark h2,
  .background-dark .h2 {
    letter-spacing: 0.5px; }
  .background-medium a,
  .background-dark a {
    color: #00cfff; }
    .background-medium a:hover,
    .background-dark a:hover {
      color: #00A7CE; }
  .background-medium .usa-search.usa-search-small [type="submit"],
  .background-dark .usa-search.usa-search-small [type="submit"] {
    background-image: url("../img/global/search-dark.png");
    background-image: url("../img/global/search-dark.svg"); }
  .background-medium input,
  .background-medium input[type="text"],
  .background-medium input[type="email"],
  .background-medium input[type="password"],
  .background-medium input[type="url"],
  .background-medium input[type="tel"],
  .background-medium input[type="number"],
  .background-medium input[type="search"],
  .background-medium input[type="file"],
  .background-medium input[type="date"],
  .background-medium input[type="datetime-local"],
  .background-medium input[type="month"],
  .background-medium input[type="time"],
  .background-medium input[type="week"],
  .background-medium textarea,
  .background-medium select,
  .background-dark input,
  .background-dark input[type="text"],
  .background-dark input[type="email"],
  .background-dark input[type="password"],
  .background-dark input[type="url"],
  .background-dark input[type="tel"],
  .background-dark input[type="number"],
  .background-dark input[type="search"],
  .background-dark input[type="file"],
  .background-dark input[type="date"],
  .background-dark input[type="datetime-local"],
  .background-dark input[type="month"],
  .background-dark input[type="time"],
  .background-dark input[type="week"],
  .background-dark textarea,
  .background-dark select {
    border-color: #ffffff; }

.background-dark .usa-button.usa-button-secondary:hover {
  color: #000000; }

.header_border header[role=banner],
.single-post header[role=banner] {
  border-bottom: 1px solid #d6d7d9; }

.section-intro .section-heading {
  margin-bottom: 0; }
.section-intro .section-heading-alt {
  font-size: 2.3rem; }
.section-intro h2, .section-intro .h2 {
  display: inline;
  font-size: 3.4rem;
  font-weight: 700; }

.section-intro-header {
  max-width: 81.2rem; }
  @media screen and (min-width: 600px) {
    .section-intro-header {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .section-intro-header:last-child {
        margin-right: 0; } }

.section-list {
  border-bottom: 1px solid #f1f1f1; }
  .section-list ul {
    margin-bottom: 0; }

.content-focus {
  margin: 0 auto;
  max-width: 64.063rem; }

.usa-grid.content-focus {
  max-width: 70.563rem; }

.content-focus.content-wide {
  max-width: 1040px; }

.usa-content blockquote,
.usa-content ol,
.usa-content ul {
  max-width: 60.6rem; }

.posts_feature > ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }
  .posts_feature > ul > li {
    margin-bottom: 0; }
.posts_feature .post-excerpt {
  font-size: 1.7rem; }
.posts_feature article {
  border-top: 1rem solid #00cfff;
  margin-bottom: 3rem;
  padding-top: 3rem; }
  @media screen and (min-width: 600px) {
    .posts_feature article {
      margin-bottom: 0; } }
  .posts_feature article a {
    text-decoration: none; }
.posts_feature .post {
  margin-bottom: 1.5rem; }
  .posts_feature .post:last-of-type {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .posts_feature .post {
      margin-bottom: 0; } }

.posts_feature-heading {
  margin-top: 0; }
  .posts_feature-heading a {
    color: #1F2E4A; }

.post-date,
time {
  font-weight: normal;
  font-size: 1.4rem;
  color: #5b616b;
  margin-bottom: 3rem; }

.post-byline + .post-date,
.post-byline + time {
  white-space: nowrap;
  margin-bottom: 3rem; }
  .post-byline + .post-date::before,
  .post-byline + time::before {
    content: '\2022';
    height: 1em;
    width: 1em;
    margin-right: 1rem;
    margin-left: 0.5rem;
    color: #5b616b;
    font-size: 0.8em; }

.post-border {
  border-bottom: 1rem solid #046b99;
  padding-bottom: 1.5rem; }

.nav-mobile, .nav-mobile-styleguide {
  padding: 2rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  height: 100%;
  width: 26rem;
  -webkit-transform: translateX(26rem);
  -moz-transform: translateX(26rem);
  -ms-transform: translateX(26rem);
  -o-transform: translateX(26rem);
  transform: translateX(26rem);
  background: #ffffff;
  border-left: 1px solid #aeb0b5;
  border-right: 0;
  display: block;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 999999; }
  .nav-mobile .usa-sidenav-list, .nav-mobile-styleguide .usa-sidenav-list {
    margin-top: 6rem; }
  .nav-mobile.is-visible, .is-visible.nav-mobile-styleguide {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

@media screen and (min-width: 688px) {
  .nav-mobile, .nav-mobile-styleguide {
    display: none; } }

.nav-accordion {
  background-color: #ffffff;
  border-bottom: 1px solid #d6d7d9; }
  .nav-accordion .usa-sidenav-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .nav-accordion .usa-sidenav-list li {
    border-top-color: #d6d7d9;
    background: transparent;
    margin-bottom: 0; }
  .nav-accordion .usa-sidenav-list button {
    background-color: #ffffff;
    background-position: right 0 center;
    border-bottom: 1px solid #d6d7d9;
    border-radius: 0;
    text-align: left; }
    .nav-accordion .usa-sidenav-list button[aria-expanded=true], .nav-accordion .usa-sidenav-list button[aria-expanded=false] {
      background-repeat: no-repeat;
      background-position: right 0 center;
      background-size: 1rem; }
    .nav-accordion .usa-sidenav-list button[aria-expanded=true] {
      background-image: url("../img/global/minus-alt.png");
      background-image: url("../img/global/minus-alt.svg"); }
    .nav-accordion .usa-sidenav-list button[aria-expanded=false] {
      background-image: url("../img/global/plus-alt.png");
      background-image: url("../img/global/plus-alt.svg"); }
    .nav-accordion .usa-sidenav-list button:hover, .nav-accordion .usa-sidenav-list button:focus {
      background-color: #f1f1f1; }
  .nav-accordion .usa-sidenav-list a,
  .nav-accordion .usa-sidenav-list li > button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    color: #5b616b;
    font-weight: 700;
    font-size: 1.4rem;
    padding-left: 2.625rem; }
    .nav-accordion .usa-sidenav-list a:hover,
    .nav-accordion .usa-sidenav-list li > button:hover {
      color: #1C304A; }
    .nav-accordion .usa-sidenav-list a.usa-current,
    .nav-accordion .usa-sidenav-list li > button.usa-current {
      border-left: 1rem solid #00cfff;
      color: #1C304A;
      padding-left: 1.625rem; }
  .nav-accordion .usa-sidenav-sub_list a {
    padding-left: 3.8rem; }
    .nav-accordion .usa-sidenav-sub_list a.usa-current {
      border-left: 0;
      color: #0071bc;
      font-weight: 700;
      padding-left: 3.8rem; }

@media screen and (min-width: 600px) {
  .nav-accordion-button {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (max-width: 600px) {
  .nav-accordion-button-desktop {
    display: none; } }

@media screen and (min-width: 600px) {
  .nav-accordion-button-mobile {
    display: none; } }

.nav-accordion-button-mobile,
.nav-accordion-button-desktop {
  cursor: pointer; }

.sliding-panel-close, .sliding-panel-close-styleguide {
  background: none;
  border: 0;
  border-radius: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  -webkit-font-smoothing: auto;
  float: right;
  height: 4.4rem;
  margin-top: -1.2rem;
  margin-right: -1.5rem;
  margin-bottom: 2.4rem;
  margin-left: auto;
  text-align: center;
  width: 4.4rem; }
  .sliding-panel-close:focus, .sliding-panel-close-styleguide:focus, .sliding-panel-close:hover, .sliding-panel-close-styleguide:hover {
    box-shadow: initial; }
  .sliding-panel-close:active, .sliding-panel-close-styleguide:active, .sliding-panel-close:hover, .sliding-panel-close-styleguide:hover, .sliding-panel-close:focus, .sliding-panel-close-styleguide:focus {
    background-color: #f1f1f1; }
  .sliding-panel-close svg, .sliding-panel-close-styleguide svg {
    height: 1.3rem;
    width: 1.3rem; }

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

.page-tag-results .hero {
  min-height: 250px;
  padding: 5rem; }
.page-tag-results .hero-callout {
  padding: 3rem; }
.page-tag-results .post-list li:first-child {
  border-top: 1px solid #f1f1f1;
  padding-top: 5rem; }
.page-tag-results .post-list-no-padding li:first-child {
  border-top: 0;
  padding-top: 0; }

.post-feature_image {
  background-position: center;
  background-size: cover;
  height: 20rem;
  margin: 0;
  position: relative; }
  @media screen and (min-width: 600px) {
    .post-feature_image {
      height: 23rem; } }
  .post-feature_image figcaption {
    background: rgba(241, 241, 241, 0.85);
    bottom: 0;
    color: #000000;
    line-height: 1.5;
    font-size: 1.2rem;
    font-style: italic;
    max-width: 40%;
    padding: 0.25rem 0.5rem;
    position: absolute;
    right: 0; }

.single-post article {
  margin-top: 0;
  margin-bottom: 5rem; }
  @media screen and (min-width: 800px) {
    .single-post article {
      margin: 5rem auto;
      max-width: 61rem; } }
  .single-post article .image-feature-small {
    margin-top: 0; }
  .single-post article img {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .single-post article img.pquote-img,
  .single-post article .pquote img {
    margin-bottom: 1.5rem;
    margin-right: 0;
    margin-top: 0; }
    @media screen and (min-width: 600px) {
      .single-post article img.pquote-img,
      .single-post article .pquote img {
        margin-bottom: 0;
        margin-right: 1.5rem; } }
  .single-post article figure {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center; }
    .single-post article figure img {
      margin-top: 0;
      margin-bottom: 0; }

.post-header {
  margin-bottom: 5rem; }

.posts ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }
  .posts ul > li {
    margin-bottom: 0; }

.icon-list-blog {
  display: flex;
  margin-bottom: 1rem; }
  @media screen and (min-width: 600px) {
    .icon-list-blog {
      margin-bottom: 1rem; } }
  .icon-list-blog:last-of-type {
    margin-bottom: 0; }

.icon-list-image-blog {
  margin: 0;
  margin-right: 3rem; }
  .icon-list-image-blog svg {
    width: 50px;
    height: 50px; }

.icon-list-text-blog {
  margin-top: 2em; }
  .icon-list-text-blog .p-bold {
    margin-bottom: 0.5rem; }
  .icon-list-text-blog:last-of-type p {
    margin-top: 0; }

.icon-list-wrapper-blog {
  padding-left: 0; }

.blog-content,
.sidebar {
  margin-top: 5rem; }

.blog-content {
  padding-right: 10px; }

.sidebar label {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1.5rem; }
.sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 5rem; }

.blog-search {
  width: 100%;
  padding-bottom: 4.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 10px solid #046b99; }
  @media screen and (min-width: 600px) {
    .blog-search {
      max-width: 29rem; } }
  .blog-search label {
    margin-top: 0; }

.sidebar-callout {
  background-color: #f1f1f1;
  margin-bottom: 4rem;
  padding: 20px; }
  .sidebar-callout ul {
    margin-bottom: 0; }
  .sidebar-callout li {
    margin-bottom: 3rem; }
    .sidebar-callout li:last-child {
      margin-bottom: 0; }

.sidebar-heading-topic {
  margin-top: 2.3rem; }

.blog-footer h2, .blog-footer .h2 {
  font-size: 1.8rem;
  font-weight: normal; }
.blog-footer .usa-button {
  margin: 0; }

.media-link img {
  width: 100%; }

.sidebar-icons {
  text-decoration: none; }

.sidebar-icon-twitter {
  margin-right: 8px;
  width: 40px; }

.sidebar-icon-rss {
  width: 40px; }

.sidebar-icon-github {
  width: 24px; }

.post-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }
  .post-list > li {
    margin-bottom: 0; }
  .post-list h3, .post-list .h3 {
    font-size: 2.8rem;
    margin-top: 0.5em;
    margin-bottom: 1.5rem; }
    .post-list h3 a, .post-list .h3 a {
      color: #1F2E4A;
      text-decoration: none; }
    .post-list h3 + .post-byline, .post-list .h3 + .post-byline {
      margin-top: 0;
      margin-bottom: 1.5rem; }
  .post-list li {
    border-bottom: 1px solid #bbbbbb;
    display: inline-block;
    margin-top: 5rem;
    padding-bottom: 3rem;
    margin-bottom: 0; }
    .post-list li:first-child {
      margin-top: 0; }
  .post-list .media_link {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 600px) {
      .post-list .media_link {
        float: left;
        margin-top: 0; } }
  .post-list img {
    max-width: 29rem;
    width: 100%; }

.post-click-target {
  color: #000000;
  text-decoration: none; }
  .post-click-target:visited, .post-click-target:hover, .post-click-target:focus, .post-click-target:hover:visited, .post-click-target:hover:focus {
    color: #000000;
    text-decoration: none; }
  .post-click-target p {
    color: #000000;
    text-decoration: none; }

.usa-width-two-thirds .post-click-target p {
  margin-left: 1.5rem; }

.pagination {
  color: #5b616b;
  font-size: 1.4rem;
  margin-bottom: 5rem;
  margin-top: 2rem; }
  .pagination > div {
    float: left;
    width: 33%; }
    .pagination > div:nth-child(2) {
      text-align: center; }
    .pagination > div:last-child a {
      float: right; }

.post-pagination {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  font-size: 1.4rem;
  font-weight: 700; }
  .post-pagination .usa-width-one-half:last-child {
    margin-top: 1.5em; }
    @media screen and (min-width: 600px) {
      .post-pagination .usa-width-one-half:last-child {
        margin-top: 0;
        text-align: right; } }
  .post-pagination a {
    color: #046b99;
    text-decoration: none; }
    .post-pagination a:hover {
      color: #00547A; }
    .post-pagination a h5, .post-pagination a .h5 {
      color: #1F2E4A;
      margin-top: 1rem; }

.post-byline {
  color: #5b616b;
  font-size: 1.4rem;
  display: inline-block; }

.post-author {
  color: #046b99;
  text-decoration: none; }
  .post-author:visited {
    color: #046b99; }

.post-author-comma {
  margin-left: -3px; }

.post-meta-separator {
  color: #5b616b;
  font-size: 0.8em; }

.post-tags {
  display: block;
  margin-bottom: 3rem; }
  .post-tags a {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    background-color: #f1f1f1;
    color: #046b99;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 0;
    text-decoration: none;
    text-transform: lowercase; }
    .post-tags a:hover {
      background-color: #fafafa; }
    .post-tags a:hover, .post-tags a:visited {
      color: #00547A; }

.page-search-results [type="submit"] {
  background-color: #046b99;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .page-search-results [type="submit"]:hover {
    background-color: #00547A; }

footer[role=contentinfo] {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f1f1f1;
  font-size: 1.2rem; }
  footer[role=contentinfo] ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0; }
    footer[role=contentinfo] ul > li {
      margin-bottom: 0; }
  footer[role=contentinfo] li {
    font-weight: 700;
    line-height: 2.1rem; }
  footer[role=contentinfo] a {
    text-decoration: none; }
    footer[role=contentinfo] a:visited {
      color: #046b99; }
    footer[role=contentinfo] a:hover {
      color: #00547A; }
  footer[role=contentinfo] .usa-sidenav-list {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0; }
    footer[role=contentinfo] .usa-sidenav-list > li {
      margin-bottom: 0; }
    footer[role=contentinfo] .usa-sidenav-list > li {
      border-top-color: #d6d7d9;
      color: #046b99; }
    footer[role=contentinfo] .usa-sidenav-list a {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
      color: #046b99;
      font-size: 1.2rem; }
      footer[role=contentinfo] .usa-sidenav-list a:hover {
        background-color: #d6d7d9; }
  footer[role=contentinfo] .usa-accordion button {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    padding-left: 0;
    background-position: right 0 center; }
  footer[role=contentinfo] .usa-accordion [aria-expanded=false] {
    background-image: url("../img/global/plus-alt.png");
    background-image: url("../img/global/plus-alt.svg"); }
  footer[role=contentinfo] .usa-accordion [aria-expanded=true] {
    background-image: url("../img/global/minus-alt.png");
    background-image: url("../img/global/minus-alt.svg"); }
  footer[role=contentinfo] button {
    font-size: 1.2rem;
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    text-align: left; }
  footer[role=contentinfo] .usa-accordion-content {
    background-color: #f1f1f1; }
    footer[role=contentinfo] .usa-accordion-content li {
      border-top: 1px solid #d6d7d9; }

@media screen and (min-width: 600px) {
  .footer-mobile {
    display: none; } }
.footer-mobile button,
.footer-mobile a,
.footer-mobile a:hover {
  padding-left: 0; }

.footer-desktop {
  display: none; }
  @media screen and (min-width: 600px) {
    .footer-desktop {
      display: block; } }

@media screen and (min-width: 600px) {
  .footer-logo-links {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 14.7019570017%; }
    .footer-logo-links:last-child {
      margin-right: 0; } }

@media screen and (min-width: 600px) {
  .footer-links-wrapper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 82.9403914003%;
    margin-right: 0;
    display: flex;
    justify-content: flex-end; }
    .footer-links-wrapper:last-child {
      margin-right: 0; } }

.footer-links {
  margin-top: 1em; }
  @media screen and (min-width: 600px) {
    .footer-links {
      margin-top: 0;
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 18.9668591516%; }
      .footer-links:last-child {
        margin-right: 0; } }

.footer-links-heading {
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0; }

.footer-logo:first-child {
  margin-right: 0.7rem; }
.footer-logo img {
  width: 4.4rem; }

.card[aria-hidden=true] {
  display: none; }

.card {
  margin-bottom: 3rem; }
  .card:hover svg g,
  .card:hover svg path,
  .card:hover svg ellipse,
  .card:hover svg polygon,
  .card:hover svg polyline, .card:focus svg g,
  .card:focus svg path,
  .card:focus svg ellipse,
  .card:focus svg polygon,
  .card:focus svg polyline {
    stroke: #00547A; }
  @media screen and (min-width: 768px) {
    .card:nth-last-of-type(1), .card:nth-last-of-type(2), .card:nth-last-of-type(3) {
      margin-bottom: 0; }
    .card:nth-of-type(1), .card:nth-of-type(2), .card:nth-of-type(3) {
      margin-bottom: 3rem; } }

.card-link {
  background-color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  width: 100%;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2); }
  .card-link:hover {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .card-link:active {
    box-shadow: 0 0 3px #3e94cf, 0 0 7px #3e94cf; }
  @media screen and (min-width: 600px) {
    .card-link {
      margin-bottom: 0; } }

.card-link-tagline {
  text-decoration: none; }

.card-banner {
  background-color: #ffffff;
  flex: 1 0 auto;
  float: left;
  padding: 3rem;
  width: 100%; }
  .card-banner h4, .card-banner .h4 {
    margin-top: 0; }

.card-cta {
  margin: 3rem;
  margin-top: 0; }

.card-image {
  float: left; }

.card-description {
  color: initial;
  font-size: 1.7rem; }

.card-tag {
  color: #5b616b;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #323a45; }

.card-image-bg {
  background-color: #f1f1f1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  margin: 0;
  padding: 0;
  width: 100%; }

.card-image-svg svg {
  height: 100%;
  width: 100%;
  padding: 3rem; }
  .card-image-svg svg g,
  .card-image-svg svg path,
  .card-image-svg svg ellipse,
  .card-image-svg svg polygon,
  .card-image-svg svg polyline {
    stroke: #046b99; }

.form-checkboxes {
  margin-bottom: 3rem; }

.form-inline {
  display: inline-block;
  margin-right: 3rem;
  position: relative; }
  .form-inline input {
    margin-left: 0; }
  .form-inline input,
  .form-inline label {
    cursor: pointer; }

.list-columns {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0; }
  .list-columns > li {
    margin-bottom: 0; }
  .list-columns li {
    margin-bottom: 1.5rem; }

.list-images {
  display: flex;
  flex-wrap: wrap; }
  .list-images .list-images-item .list-images-image {
    height: auto;
    margin: 0;
    margin-right: 1.5rem;
    min-width: 45px;
    width: 45px; }

.list-images-item {
  align-items: center;
  display: inline-flex;
  min-height: 54px;
  width: 100%; }

.link-plain {
  text-decoration: none; }

.icon-list {
  display: flex;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 600px) {
    .icon-list {
      margin-bottom: 1.5rem; } }
  .icon-list:last-of-type {
    margin-bottom: 0; }

.icon-list-image {
  margin: 0;
  margin-right: 3rem; }
  .icon-list-image svg {
    width: 50px;
    height: 50px; }

.icon-list-text .p-bold {
  margin-bottom: 0.5rem; }
.icon-list-text:last-of-type p {
  margin-top: 0; }

.icon-list-wrapper {
  padding-left: 0; }

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  padding-right: 0; }
  @media screen and (min-width: 600px) {
    .sticky {
      padding-right: 1.5rem; } }
  .sticky.sticky-subnav {
    max-height: 100%;
    overflow: auto; }

.sticky::before,
.sticky::after {
  content: '';
  display: table; }

.sticky-subnav ul {
  background: #ffffff; }
  .sticky-subnav ul[aria-hidden="true"] {
    display: none; }
@media screen and (min-width: 600px) {
  .sticky-subnav ul[aria-hidden="true"] {
    display: inline-block; }
  .sticky-subnav button {
    background: #ffffff;
    border-bottom: 1px solid #d6d7d9; }
    .sticky-subnav button[aria-expanded] {
      background: #ffffff; }
    .sticky-subnav button:hover, .sticky-subnav button:active, .sticky-subnav button:focus {
      background: #ffffff;
      cursor: default; } }

.breadcrumb {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem; }
  .breadcrumb a {
    text-decoration: none;
    font-weight: 400; }
  .breadcrumb path {
    fill: #757575; }

.icon {
  height: 1rem;
  width: 1rem; }

.section-info {
  background: #f1f1f1;
  font-size: initial; }
  @media screen and (min-width: 600px) {
    .section-info {
      background: none;
      padding-bottom: 0; }
      .section-info > ul:first-of-type {
        border-top: 1rem solid #00cfff;
        border-color: #046b99;
        padding-top: 1.5rem; } }
  .section-info blockquote {
    border-left: none;
    color: #046b99;
    font-size: 2.1rem;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 3rem;
    padding-left: 0; }
  .section-info p {
    margin: 0; }
  .section-info > ul {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    background: #f1f1f1; }
    .section-info > ul > li {
      margin-bottom: 0; }
    @media screen and (min-width: 600px) {
      .section-info > ul {
        background: #ffffff; } }
    .section-info > ul ul:not(.usa-unstyled-list) {
      padding-left: 1.5rem;
      margin-top: 0.5rem; }
      .section-info > ul ul:not(.usa-unstyled-list) li {
        line-height: 1.4;
        list-style-type: disc; }
        .section-info > ul ul:not(.usa-unstyled-list) li:last-of-type {
          padding-bottom: 0; }
    .section-info > ul:last-child {
      margin-bottom: 0; }
  .section-info a {
    overflow-wrap: break-word; }
  .section-info .section-info-list-item {
    padding-bottom: 3rem;
    padding-right: 3rem; }
    @media screen and (min-width: 600px) {
      .section-info .section-info-list-item {
        background-color: #ffffff;
        padding-left: 0;
        padding-right: 0; } }
    .section-info .section-info-list-item:last-of-type {
      padding-bottom: 0; }

.section-info-header {
  font-weight: 700; }

.usa-accordion-button-chevron[aria-expanded=false] {
  background-image: url("../img/arrow-down.png");
  background-image: url("../img/arrow-down.svg"); }
.usa-accordion-button-chevron[aria-expanded=true] {
  background-image: url("../img/arrow-up.png");
  background-image: url("../img/arrow-up.svg"); }

.newsletter label {
  margin-top: 0; }
.newsletter .form-group {
  float: left;
  width: calc(100% - 9rem); }
.newsletter input {
  font-size: 1.4rem;
  height: 3.3rem; }
.newsletter [type="submit"] {
  margin-right: 0;
  margin-left: 1rem;
  display: inline;
  padding: 0;
  width: 8rem; }
.newsletter .newsletter-no-margin {
  margin: 0; }
.newsletter .newsletter-flex-form {
  margin-bottom: 0; }

@media screen and (min-width: 600px) {
  .page-join-18f .post-feature_image,
  .page-contact .post-feature_image {
    background-position: center 7%; } }

.nav-subnav {
  margin-bottom: 3rem; }

.embed-container iframe {
  max-width: 100%; }
.embed-container.rich iframe {
  max-height: 519.5px;
  max-width: 610px; }

.section-cta img {
  margin-bottom: 2rem; }
  @media screen and (min-width: 1201px) {
    .section-cta img {
      margin-bottom: 0; } }
.section-cta p {
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.3;
  max-width: 44ch; }

.section-deliver a {
  display: inline-block;
  margin-top: 5rem;
  font-size: 1.4rem; }
  .section-deliver a:visited {
    color: #00cfff; }
    .section-deliver a:visited:hover {
      color: #00A7CE; }
.section-deliver p {
  font-size: 1.4rem; }

.section-deliver-icons {
  margin-top: 4.6rem; }

.section-deliver-icon {
  float: left;
  margin-top: 3rem;
  padding-right: 3rem;
  width: 50%; }
  .section-deliver-icon:nth-child(odd) {
    clear: left; }
  .section-deliver-icon:nth-child(even) {
    padding-right: 0; }
  @media screen and (min-width: 600px) {
    .section-deliver-icon {
      padding-right: 6%;
      width: 20%; }
      .section-deliver-icon:last-child {
        padding-right: 0; }
      .section-deliver-icon:nth-child(odd) {
        clear: none; }
      .section-deliver-icon:nth-child(even) {
        padding-right: 6%; } }
  .section-deliver-icon p {
    font-weight: 700;
    margin-top: 2rem; }

.section-deliver-icon-img {
  min-height: 6.8rem;
  text-align: center; }

.section-deliver-icon-government {
  margin-top: -2px; }

.section-deliver-icon-path {
  margin-top: 8px; }

.section-deliver-cta {
  clear: both; }

section.posts_feature h2 a, section.posts_feature .h2 a {
  color: #1F2E4A;
  text-decoration: none; }

.page-guides .graphic-list-item {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%; }
  .page-guides .graphic-list-item:last-child {
    margin-right: 0; }
  .page-guides .graphic-list-item:nth-child(2n) {
    margin-right: 0; }
  @media screen and (min-width: 600px) {
    .page-guides .graphic-list-item {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      width: 30%; }
      .page-guides .graphic-list-item:last-child {
        margin-right: 0; } }
@media screen and (min-width: 600px) {
  .page-guides .graphic-row:first-of-type {
    margin-bottom: 3rem;
    margin-top: 3rem; } }
@media screen and (min-width: 600px) {
  .page-guides .graphic-row:last-of-type .graphic-list-link {
    margin-bottom: 2rem; } }
.page-guides .graphic-list-link {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: inline-block;
  line-height: 0;
  text-decoration: none;
  width: 100%; }
  .page-guides .graphic-list-link:visited {
    color: #046b99; }
    .page-guides .graphic-list-link:visited:hover {
      color: #00547A; }
.page-guides img {
  max-width: 6rem; }
.page-guides .link-arrow-right {
  margin-top: 3rem; }
@media screen and (min-width: 600px) {
  .page-guides .link-lean {
    width: 10rem; } }

.page-how-we-work .graphic-list {
  border-top: 1rem solid #00cfff;
  border-color: #046b99;
  font-size: initial;
  list-style: none;
  margin-top: 3rem;
  padding-left: 0;
  padding-top: 1.5rem; }
  @media screen and (min-width: 600px) {
    .page-how-we-work .graphic-list {
      margin-top: 0; } }
  .page-how-we-work .graphic-list li {
    display: table;
    font-weight: 700;
    margin-bottom: 0; }
  .page-how-we-work .graphic-list img {
    height: 60px;
    margin-right: 3rem;
    width: max-content; }
  .page-how-we-work .graphic-list span {
    display: inherit;
    margin-top: 16px;
    overflow: hidden; }
.page-how-we-work h2, .page-how-we-work .h2 {
  margin-bottom: 0; }
.page-how-we-work .graphic-list-img {
  float: left;
  width: 90px; }

.hww-intro {
  max-width: 700px; }

.hww-subheading {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 3rem;
  margin-top: 0; }

.section-case-studies-text {
  margin-bottom: 4rem; }

.page-what-we-deliver .main-content img {
  width: 8rem;
  margin-bottom: 3rem; }
.page-what-we-deliver .usa-width-one-sixth {
  text-align: center; }
  @media screen and (min-width: 600px) {
    .page-what-we-deliver .usa-width-one-sixth {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%; }
      .page-what-we-deliver .usa-width-one-sixth:last-child {
        margin-right: 0; }
      .page-what-we-deliver .usa-width-one-sixth:nth-child(3n) {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 14.7019570017%; }
        .page-what-we-deliver .usa-width-one-sixth:nth-child(3n):last-child {
          margin-right: 0; }
      .page-what-we-deliver .usa-width-one-sixth:nth-child(6n) {
        margin-right: 0; } }
.page-what-we-deliver .section-list:first-child {
  padding-top: 0; }
.page-what-we-deliver .section-list:last-child {
  border-bottom: none;
  padding-bottom: 0; }

.styleguide-main-content {
  margin-left: auto;
  margin-right: auto;
  padding: 0; }

.styleguide-details {
  margin-bottom: 3rem;
  margin-top: 3rem; }

.styleguide-border {
  border: 1px solid #f1f1f1; }

.styleguide-content-wrapper {
  display: flex; }
  .styleguide-content-wrapper .styleguide-subnav {
    position: fixed;
    top: 10rem; }

.styleguide-header-wrapper {
  align-items: center;
  border-bottom: 1px solid #aeb0b5;
  display: flex;
  height: 10rem;
  padding: 3rem;
  position: fixed;
  width: 100%;
  z-index: 10; }
  .styleguide-header-wrapper a {
    align-items: center;
    display: flex;
    text-decoration: none;
    width: 100%; }
  .styleguide-header-wrapper > * {
    display: inline-block;
    margin: 0; }
  .styleguide-header-wrapper h1, .styleguide-header-wrapper .h1 {
    font-size: 2.1rem;
    margin: 0;
    width: 100%; }

.styleguide-content {
  display: inline-block;
  margin-bottom: 10rem;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10rem;
  max-width: 1040px;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 100%; }
  .styleguide-content h2 + h3, .styleguide-content .h2 + h3, .styleguide-content h2 + .h3, .styleguide-content .h2 + .h3 {
    margin-top: 0;
    padding-top: 3rem; }
  .styleguide-content > h3:target, .styleguide-content > .h3:target,
  .styleguide-content hr + h3,
  .styleguide-content hr + .h3 {
    margin-top: 0;
    padding-top: 13rem; }
  .styleguide-content hr {
    margin-top: 13rem; }
  @media screen and (min-width: 688px) {
    .styleguide-content {
      margin-left: 29rem;
      margin-right: 3rem;
      padding-left: 0;
      padding-right: 0;
      width: calc(100% - 32rem); } }

.styleguide-logo {
  height: 4rem;
  margin-right: 1.5rem;
  width: auto; }

.color-box-group {
  margin-bottom: 2rem; }

.color-box {
  width: 70%;
  height: 6rem; }

.cb-black {
  background: #000000; }

.cb-dark {
  background: #1C304A; }

.cb-medium {
  background: #046b99; }

.cb-medium-hover {
  background: #00547A; }

.cb-bright {
  background: #00cfff; }

.cb-bright-hover {
  background: #00A7CE; }

.cb-light {
  background: #b3efff; }

.cb-gray {
  background: #5b616b; }

.cb-gray-lightest {
  background: #f1f1f1; }

.cb-inverse {
  background: #ffffff;
  border: 1px solid #f1f1f1; }

.styleguide-bg-box {
  border: 1px solid #f1f1f1;
  height: 25rem;
  margin-bottom: 3rem;
  padding: 3rem;
  width: 70%; }

.box-rem-wrapper {
  align-items: center;
  border: 1px solid #f1f1f1;
  display: inline-block;
  padding: 1.5rem; }

.box-rem {
  background: #1F2E4A;
  display: inline-block;
  height: 1rem;
  margin-right: 1.5rem;
  width: 1rem; }

.box-base-wrapper {
  margin-bottom: 3rem; }

.top-typography {
  margin-bottom: 5rem; }

.intro-font {
  color: #5b616b;
  font-size: 2.1rem; }

.styleguide-links-section {
  margin-bottom: 5rem; }
  .styleguide-links-section a {
    margin-right: 1.5rem; }

.visited {
  color: #4c2c92; }

.text-huge {
  font-size: 80px; }

.nav-mobile-styleguide {
  border-right: 1px solid #aeb0b5;
  overflow: auto;
  padding-bottom: 13rem;
  position: fixed;
  top: 10rem;
  width: 26rem; }
  .nav-mobile-styleguide .usa-sidenav-list {
    margin-top: 3rem; }
  @media screen and (min-width: 688px) {
    .nav-mobile-styleguide {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      display: inline-block;
      left: 0; }
      .nav-mobile-styleguide .usa-sidenav-list {
        margin-top: 0; } }

.menu-btn-styleguide-wrapper {
  width: 50%; }

.menu-btn-styleguide {
  float: right;
  font-size: 1.8rem;
  margin: 0; }
  @media screen and (min-width: 688px) {
    .menu-btn-styleguide {
      display: none; } }

@media screen and (min-width: 688px) {
  .sliding-panel-close-styleguide {
    display: none; } }

.sticky-subnav-styleguide {
  top: 10rem; }

@media screen and (min-width: 688px) {
  .styleguide-content table td:first-of-type {
    min-width: 180px; } }
