.event-hero {
  background: #0361ac;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
  margin-bottom: 35px;
}
@media (min-width: 900px) {
  .event-hero {
    display: block;
    margin-top: -69px;
    margin-bottom: 0;
  }
}

.event-hero__logo,
#eventlogo {
  order: 2;
  padding-block: 20px;
  width: 100%;
}
@media (min-width: 900px) {
  .event-hero__logo,
  #eventlogo {
    position: absolute;
    z-index: 11;
    top: 350px;
    left: 100px;
    width: auto;
    background: transparent;
    padding-block: 0;
    max-width: 500px;
  }
}

.event-hero__logo-link {
  display: flex;
  justify-content: center;
}
@media (min-width: 900px) {
  .event-hero__logo-link {
    display: block;
  }
}

.event-hero__logo-image {
  max-width: calc(100% - 100px);
}
@media (min-width: 900px) {
  .event-hero__logo-image {
    max-width: 100%;
  }
}

.event-hero__image {
  height: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 900px) {
  .event-hero__image {
    height: 600px;
  }
}

.event-hero__image .region,
.event-hero__image .block,
.event-hero__image .content,
.event-hero__image .field,
.event-hero__image .field__item {
  height: 100%;
}

.event-hero__image .region {
  margin-left: 0;
  margin-right: 0;
}

.event-hero__image #block-bottomimage,
.event-hero__image #block-topimage {
  width: 100%;
}

.event-hero__image p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media (min-width: 900px) {
  .event-hero__image p {
    display: block;
    height: 100%;
    width: 100%;
  }
}

.event-hero__image img {
  display: block;
  width: min(1600px, 120vw);
  max-width: none;
  height: auto;
}
@media (min-width: 900px) {
  .event-hero__image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}

.event-hero__image--top {
  order: 1;
}

.event-hero__image--bottom {
  order: 4;
}
.event-hero__image--bottom .row {
  margin: 0;
}

.event-hero__image--bottom::after {
  background: #ccc;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(7deg);
  transform-origin: bottom left;
  z-index: -1;
}

.event-hero__angle {
  background-color: #0361ac;
  padding: 50px;
  z-index: 111;
  color: white;
  display: none;
}

.event-hero__opener {
  background: #0361ac;
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 0 40px;
  order: 4;
  width: 100%;
}
.event-hero__opener .row:not(.region-opener) {
  margin: 0;
}
.event-hero__opener h1 {
  font-size: 1.5rem;
}
.event-hero__opener h2 {
  font-size: 1.25rem;
}
.event-hero__opener p {
  margin-right: 0;
}
.event-hero__opener a {
  color: #fff;
}
.event-hero__opener::after {
  background: inherit;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  transform: skewY(7deg);
  transform-origin: bottom left;
  z-index: -1;
}
@media (min-width: 900px) {
  .event-hero__opener {
    padding: 0 100px;
  }
  .event-hero__opener h1 {
    font-size: 3rem;
  }
  .event-hero__opener h2 {
    font-size: 2rem;
  }
  .event-hero__opener p {
    margin-right: 100px;
  }
  .event-hero__opener::before {
    background: inherit;
    top: -210px;
    content: "";
    display: block;
    height: 120%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(7deg);
    transform-origin: top left;
    z-index: -1;
  }
}

.event-hero__opener.has-no-hero-logo {
  order: 3;
  padding-top: 20px;
}

@media (max-width: 899px) {
  .event-hero__opener.has-no-hero-logo ~ .event-hero__date-block::after {
    background: #0361ac;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(7deg);
    transform-origin: bottom left;
    z-index: -1;
  }
}

.event-hero__date-block {
  background-color: #0361ac;
  order: 3;
  position: relative;
  bottom: auto;
  right: auto;
  padding: 20px;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .event-hero__date-block {
    background-color: white;
    position: absolute;
    top: 120px;
    bottom: inherit;
    padding: 20px 40px;
    right: 100px;
    width: 340px;
  }
}

.region-date-block {
  width: calc(100% - 48px);
  max-width: 360px;
  margin: 0 auto 24px;
  padding: 28px 24px;
  background: #fff;
}
@media (min-width: 900px) {
  .region-date-block {
    margin: 0;
    padding: 0;
    width: auto;
  }
}
.region-date-block p.date-head {
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.region-date-block p.date {
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 640px) {
  .region-date-block p.date {
    line-height: 1.25;
    font-weight: bold;
  }
}
.region-date-block p.month {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0;
}
.region-date-block p.location {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
}
.region-date-block p.address {
  font-size: 0.75rem;
}

/*# sourceMappingURL=event-hero.css.map */
