/* stylelint-disable at-rule-empty-line-before */
@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");
}

/* stylelint-enable */
.usa-grid,
.usa-grid-full {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.usa-grid::after,
.usa-grid-full::after {
    clear: both;
    content: "";
    display: block;
}

.usa-grid {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media screen and (min-width: 600px) {
    .usa-grid {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

.usa-media_block-img {
    float: left;
    margin-right: 1rem;
}

.usa-media_block-body {
    overflow: hidden;
}

.usa-grid-full {
    padding: 0;
}

@media screen and (min-width: 600px) {
    .usa-width-one-whole {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%;
    }
    .usa-width-one-whole:last-child {
      margin-right: 0;
    }
    .usa-width-one-half {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 47.58542%;
    }
    .usa-width-one-half:last-child {
      margin-right: 0;
    }
    .usa-width-one-third {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 30.11389%;
    }
}

.usa-graphic_list .usa-graphic_list-row .usa-media_block {
    margin-bottom: 3rem;
  }
  
  @media screen and (min-width: 600px) {
    .usa-graphic_list .usa-graphic_list-row .usa-media_block {
      margin-bottom: 6rem;
    }
  }
  
  @media screen and (min-width: 600px) {
    .usa-graphic_list .usa-graphic_list-row:last-child .usa-media_block {
      margin-bottom: 0;
    }
  }
  
  .usa-graphic_list .usa-graphic_list-row:last-child .usa-media_block:last-child {
    margin-bottom: 0;
  }
  
  .usa-graphic_list .usa-media_block-img {
    margin-right: 3rem;
  }
  
  .usa-graphic_list .usa-media_block-body > :first-child {
    margin-top: 0;
  }

.usa-banner {
    background-color: #f1f1f1;
    padding-bottom: 0.6rem;
    /* height: 163px; */
}

@media screen and (min-width: 481px) {
    .usa-banner {
        font-size: 1rem;
        padding-bottom: 0;
    }
}

.usa-banner-content[aria-expanded=false]::after {
    /* padding-right: 1.5rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    background-color: transparent;
    font-size: 1rem; */
    padding-top: 1rem;
    width: 100%; 
    display: none;
}

.usa-banner-content[aria-hidden=false] {
    display: block;
    height: auto;
}

.usa-banner-content[aria-hidden=true] {
    display: none;
    height: 0px;
}

/* @media screen and (min-width: 600px) {
    .usa-banner-content {
        padding-bottom: 2.3rem;
        padding-top: 4rem;
    }
} */

@media screen and (min-width: 951px) {
    .usa-banner-content {
        padding: 1em 3em 3em;
    }
}

.usa-banner-content p:first-child {
    margin-top: 1rem;
}

@media screen and (min-width: 600px) {
    .usa-banner-content p:first-child {
        margin-top: 0;
    }
}

.usa-banner-inner {
    max-width: 1675px;
    margin-right: auto;
    padding-right: 0rem;
    padding-left: 0rem;
}

.usa-banner-inner::after {
    clear: both;
    content: "";
    display: block;
}

@media screen and (min-width: 951px) {
    .usa-banner-inner {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

.usa-banner-header {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
    padding-left: .5rem;
    font-size: 13px;
    font-weight: 400;
}

@media screen and (min-width: 481px) {
    .usa-banner-header {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.usa-banner-header p {
    margin-top: 5px;
    margin-bottom: 0;
    display: inline;
    overflow: hidden;
    vertical-align: middle;
}

@media screen and (min-width: 481px) {
    .usa-banner-header p {
        margin-top: 5px;
        margin-bottom: 2px;
        display: inline-block;
    }
}

.usa-banner-header img {
    float: left;
    margin-right: 1rem;
    margin-top: 1px;
    width: 1.3rem !important;
    max-width: 1650px;
}

@media screen and (min-width: 481px) {
    .usa-banner-header img {
        margin-right: 0.7rem;
        width: 1.3rem !important;

    }
}

.usa-banner-header-expanded {
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #aeb0b5;
    display: -ms-flexbox;
    display: flex;
    font-size: .8rem;
    min-height: 2rem;
    padding-right: 3rem;
}

@media screen and (min-width: 481px) {
    .usa-banner-header-expanded {
        border-bottom: none;
        display: block;
        font-size: .8rem;
        font-weight: 400;
        min-height: 0;
        padding-right: 0;
    }
}

.usa-banner-header-expanded>.usa-banner-inner {
    margin-left: 0;
}

@media screen and (min-width: 481px) {
    .usa-banner-header-expanded>.usa-banner-inner {
        margin-left: auto;
    }
}

.usa-banner-header-expanded img {
    margin-right: 2.4rem;
}

@media screen and (min-width: 481px) {
    .usa-banner-header-expanded img {
        margin-right: 0.7rem;
    }
}

.usa-banner-header-expanded p {
    line-height: 1.3;
    vertical-align: top;
/*    margin-left: 0;*/
}

@media screen and (min-width: 481px) {
    .usa-banner-header-expanded p {
        line-height: 1.5;
        vertical-align: middle;
    }
}

.usa-banner-button {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: left;
    -webkit-font-smoothing: auto;
    padding-top: 1.3rem;
    padding-left: 3.8rem;
    background-position-x: right;
    color: #0071bc;
    display: block;
    /*font-size: .6rem;*/
    height: 4.3rem;
    left: 0;
    position: absolute;
    text-decoration: underline;
    top: 0;
    width: 100%;
}

.usa-banner-button:hover {
    background-color: transparent;
}

@media screen and (min-width: 481px) {
    .usa-banner-button {
        padding-top: 0;
        padding-left: 0;
        /* stylelint-disable declaration-block-no-ignored-properties */
        display: inline;
        height: auto;
        margin-left: 3px;
        position: relative;
        vertical-align: middle;
        width: auto;
        /* stylelint-enable */
    }
}

.usa-banner-button:hover {
    color: #205493;
    text-decoration: underline;
}

.usa-banner-button[aria-expanded=false] {
    background-image: none;
    height: 1rem;
}

.usa-banner-button[aria-expanded=false]::after {
    background-image: url("../images/angle-arrow-down-primary.png");
    background-image: url("../images/angle-arrow-down-primary.svg");
    background-size: 100%;
    content: '';
    display: inline-block;
    height: .6rem;
    width: .6rem;
    /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
    margin-left: 0;
    /* stylelint-enable */
}

.usa-banner-button[aria-expanded=false]:hover::after {
    background-image: url("../images/angle-arrow-down-primary-hover.png");
    background-image: url("../images/angle-arrow-down-primary-hover.svg");
}

.usa-banner-button[aria-expanded=false]::after {
    background-position-y: 1px;
}

.usa-banner-button[aria-expanded=true] {
    background-image: none;
    height: 2rem;
}

.usa-banner-button[aria-expanded=true]::after {
    background-image: url("../images/close.png");
    background-image: url("../images/close.svg");
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 1.3rem;
    width: 1.3rem;
    /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
    margin-left: 0;
    /* stylelint-enable */
}

@media screen and (min-width: 481px) {
    .usa-banner-button[aria-expanded=true] {
        height: 1rem;
        padding: 0;
        position: relative;
    }

    .usa-banner-button[aria-expanded=true]::after {
        background-image: url("../images/angle-arrow-up-primary.png");
        background-image: url("../images/angle-arrow-up-primary.svg");
        background-size: 100%;
        content: '';
        display: inline-block;
        height: .6rem;
        width: .6rem;
        /* stylelint-disable block-closing-brace-newline-after, at-rule-empty-line-before */
        margin-left: 0;
        /* stylelint-enable */
    }

    .usa-banner-button[aria-expanded=true]:hover::after {
        background-image: url("../images/angle-arrow-up-primary-hover.png");
        background-image: url("../images/angle-arrow-up-primary-hover.svg");
    }

    .usa-banner-button[aria-expanded=true]::after {
     /*   background-position-y: 1px;*/
    }
}

.usa-banner-button[aria-expanded=true]::after {
    position: absolute;
    right: 1.5rem;
    top: .6rem;
}

@media screen and (min-width: 481px) {
    .usa-banner-button[aria-expanded=true]::after {
        position: static;
    }
}

.usa-banner-button[aria-expanded=true] .usa-banner-button-text {
/*    display: none;*/
}

@media screen and (min-width: 481px) {
    .usa-banner-button[aria-expanded=true] .usa-banner-button-text {
        display: inline;
    }
}

.usa-banner-icon {
    width: 2.4rem;
    margin: 1rem;
}

.usa-accordion, .usa-accordion-bordered {
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
    color: #212121;
    margin: 0;
    padding: 0;
    width: 100%;
}

