/* Official US website display mimicking what's created by USWDS */
.usa-banner{
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  text-transform: none;
  padding-bottom: .5rem;
}

.usa-accordion{
  font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
  font-size: small;
  line-height: 1.6;
  list-style-type: none;
  color: #1b1b1b;
  margin: 0;
  padding: 0;
  width: 100%;
}

.usa-banner__header{
  min-height: 3rem;
}
@media (min-width: 40em) {
  .usa-banner__header{
    padding-bottom: .25rem;
    padding-top: .25rem;
    min-height: 0;
  }
}

.usa-banner__header.usa-banner__header--expanded .usa-banner__header-action{
  display: none;
}

.usa-banner__content{
  display: none;
}
.usa-banner__content.usa-banner__content--expanded{
  display: block;
}

.usa-banner__inner{
  margin: 0 auto;
  max-width: 64rem;
  padding-left: 1rem;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 64em) {
  .usa-banner__inner{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.grid-col-auto, .grid-col-fill{
  flex: 0 1 auto;
  width: auto;
  max-width: 100%;
}

[class*="grid-col"]{
  position: relative;
  box-sizing: border-box;
}

.usa-banner__header-flag{
  float: left;
  margin-top: .2rem;
  margin-right: .5rem;
}

.grid-col-fill{
  flex: 1 1 0;
  min-width: 1px;
}
@media (min-width: 40em) {
  .grid-col-fill{
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
  }
}

.usa-banner__header-text{
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.2;
}

.usa-banner__header-action{
  color: #005EA2;
  line-height: 1.2;
  font-size: medium;
  margin-bottom: 0;
  margin-top: 2px;
  text-decoration: underline;
}
@media (min-width: 40em) {
  .usa-banner__header-action{
    display: none;
  }
}

.usa-banner__header-action::after{
   background-color: #005ea2;
   mask: url('../images/expand_more.svg') no-repeat center/1rem 1rem;
   display: inline-block;
   height: 1rem;
   width: 1rem;
   content: "";
   margin-left: 0;
}

.usa-banner__button{
  color: #005EA2;
  display: inline;
  margin-left: .5rem;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-weight: 400;
  text-align: left;
  height: auto;
  line-height: 1.2;
  padding: 0;
  text-decoration: none;
  width: auto;
  cursor: pointer;
  position: relative;
}

.usa-banner__button::after{
   position: absolute;
    mask: url('../images/close.svg') no-repeat center/1.5rem 1.5rem;
}
@media (min-width: 40em) {
  .usa-banner__button::after{
    background-color: #005ea2;
    mask: url('../images/expand_more.svg') no-repeat center/1.5rem 1.5rem;
    display: inline-block;
    height: 1.5rem;
    width: 1.5rem;
    content: "";
    margin-left: 2px;
  }
}
@media (max-width: 39.99em) {
  .usa-banner__button[aria-expanded="true"]::after {
    bottom: 0;
    top: 0;
    right: 0;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    content: "";
    margin-left: 0;
    background-color: #005ea2;
  }
}
@media (min-width: 40em) {
  .usa-banner__button[aria-expanded="true"]::after {
    mask: url('../images/expand_less.svg') no-repeat center/1.5rem 1.5rem;
  }
}
@media (max-width: 39.99em){
  .usa-banner__button[aria-expanded="true"]::before{
    bottom: 0;
    top: 0;
    position: absolute;
    right: 0;
    background-color: #dfe1e2;
    content: "";
    display: block;
    height: 3rem;
    width: 3rem;
  }
}

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

.usa-banner__content{
  padding: 2rem 1rem 1rem .5rem;
  width: 100%;
}
.usa-banner__content .grid-row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.usa-banner__guidance{
  display: flex;
  align-items: flex-start;
  max-width: 64ex;
  padding-top: 1.5rem;
}
@media (min-width: 40em) {
  .usa-banner__guidance{
    padding-top: 0;
  }
}

.usa-banner__icon{
  border: 1px solid #dde2e8;
  border-radius: 10px;
  box-shadow: rgba(0,0,0,.15) 0 0 .3em;
  flex-shrink: 0;
  margin-right: .5rem;
  width: 3.75rem;
}

.usa-media-block__body{
  flex: 1 1 0;
}
