.usa-glri-hero-single-event-banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1040px;
  position: relative;
  float: none;
  width: 100%;
  min-height: 360px;
  background-image: url('../img/bannermap-450.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.usa-glri-hero-single-event {
  float: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 6.17215%;
  width: 31.76157%;
  min-height: 280px;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #29863d;
  border: 3px white solid;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  color: #fff;
}

@media screen and (max-width: 45em) {
  /* 600px */
  .usa-glri-hero-single-event {
    width: 80%;
    margin-bottom: 4rem;
  }
}

.usa-glri-hero-single-event [type=button] {
  margin-top: 1em;
  margin-bottom: .5em !important;
  margin-left: 4rem;
  margin-right: 4rem;
  background-color: #29863d;
  border: 2px white solid;
  border-radius: 6px;
}

.usa-glri-hero-single-event h2 {
  color: #fff;
  margin-top: 1em;
  margin-bottom: .5em !important;
}

.usa-glri-hero-single-event a, .usa-glri-hero-multiple-event a {
  color: #fff;
}


.usa-glri-hero-multiple-event-banner {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 0rem;
  position: relative;
  float: left;
  width: 100%;
  min-height: 360px;
  background-image: url('../img/bannermap-450.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.usa-glri-hero-multiple-event {
  float: left;
  margin: 0;
  width: 50%;
  height: 100%;
  min-height: 360px;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #29863d;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.usa-glri-hero-multiple-event h2 {
  color: #fff;
  margin-top: 1em;
  margin-bottom: .5em !important;
}

.usa-glri-hero-multiple-event [type=button] {
  margin-left: 0;
  margin-right: 24rem;
  background-color: #29863d;
  color: #fff;
  border: 2px white solid;
  border-radius: 6px;
}

.usa-glri-hero-event-title a {
  text-decoration: underline;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
}

.usa-glri-hero-event-body {
  color: #fff;
  line-height: 1.2;
  margin-bottom: .5em !important;
}

.usa-glri-hero-event-body p {
  line-height: 1.2;
  margin: 0;
}

.usa-glri-hero-map-link {
  padding: .25em .5em .25em .5em;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #f1f1f1;
  border-radius: 6px;
}

.usa-glri-hero-map-link a {
  color: #2a88c9;
}
