.banner {
  background: #ff600a;
  color: #ffffff;
  display: none;
  height: 210px;
  position: inherit;
  top: 180px;
  z-index: 98;
}
.banner .banner-outer {
  background: #ff600a;
  color: #ffffff;
  width: 100%;
  z-index: 20;
}
@media only screen and (max-width: 979px) {
  .banner .banner-outer {
    top: 164px;
  }
}
.banner .wrap {
  align-items: flex-start;
  display: flex;
  padding: 25px;
  position: relative;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 980px) {
  .banner .wrap {
    flex-direction: row;
  }
}
.banner .notice-wrap {
  margin: 20px auto;
  max-width: none;
  text-align: center;
  width: 75%;
}
.banner .notice-wrap img {
  height: auto;
  width: 100%;
}
.banner .notice-wrap svg {
  fill: #ffffff;
  height: auto;
  width: 50px;
}
@media only screen and (min-width: 980px) {
  .banner .notice-wrap {
    max-width: 200px;
    text-align: left;
    width: 100%;
  }
}
.banner .banner-inner {
  flex-grow: 1;
  padding: 0px 20px;
}
.banner .banner-inner .topBannerCta {
  margin-top: 15px;
}
@media only screen and (min-width: 980px) {
  .banner .banner-inner {
    padding: 0px 40px;
  }
}
.banner .banner-inner h3,
.banner .banner-inner p {
  margin: 0px;
  padding: 0px;
}
.banner .banner-inner a {
  color: #ffffff;
  text-decoration: underline;
}
.banner .banner-inner a:hover {
  text-decoration: none;
}
.banner .banner-inner a.btn {
  margin-left: 0px;
  margin-top: 20px;
  text-decoration: none;
}
.banner .banner-inner a.btn:hover {
  color: #ff600a;
}
.banner a.btn {
  text-wrap: nowrap;
}
.banner .notice-close {
  align-self: flex-end;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.banner .notice-close svg {
  fill: #ffffff;
  height: auto;
  width: 20px;
}
@media only screen and (min-width: 980px) {
  .banner .notice-close {
    align-self: auto;
  }
}
@media only screen and (min-width: 980px) {
  .banner {
    position: sticky;
  }
}
@media only screen and (max-width: 979px) {
  .banner {
    height: auto;
  }
}
.banner.active {
  display: block;
}
