body,
p,
h1,
h2,
h3,
h4,
h5,
ol,
ul {
  font-family: 'Nunito Sans', sans-serif;
  margin: 0 0 18px;
  color: #282e33;
}

.event-header h1 {
  color: #ffffff;
  margin: 0;
}

p a {
  text-decoration: underline;
  text-underline-offset: .21em;
}

h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
}

.event-header h2 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

h2.emphasis:before {
  content: '';
  display: block;
  width: 161px;
  height: 10px;
  margin-bottom: 12px;
  background-image: url(https://akamai-opus-nc-public.digitellcdn.com/ena/wysiwyg-assets/ddd29005de35557b06e4643595a1f3cd43c0e4d67d068a918d7fc6eb47b5b8b3_16x24.png);
  background-size: contain;
}

.event-button,
.main-button {
  padding: 14px 26px;
  font-family: Nunito Sans, sans-serif;
  flex-grow: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-flex;
  text-decoration: none;
  text-transform: uppercase;
  top: auto;
  width: auto;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: .28px;
  border-radius: 80px;
  border: 1px solid transparent;
  text-shadow: none;
  color: #282e33;
  background-color: #ffc72f;
  border: 1px solid #979B9D;
  margin-top: 20px;
}

.main-button {
  background-color: #71cdda;
}

.event-button:hover {
  background-color: hsl(43.85deg 100% 34.23%);
  color: #ffffff;
  text-decoration: none;
}

.main-button:hover {
  background-color: #019ab1;
  color: #ffffff;
  text-decoration: none;
}

.image-header {
  height: 500px;
  width: 100%;
  position: relative;
}

.image-header img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.image-header .caption {
  height: 100%;
  z-index: 1;
  position: relative;
  text-align: left;
  color: #ffffff;
  padding: 40px;
  background: linear-gradient(270deg, #1f162100 19.32%, #1f162166), linear-gradient(247deg, #59007200 30.68%, #590072 96.02%);
}

.image-header .caption h1 {
  color: #ffffff;
  font-size: 50px;
  max-width: 50%;
}

.image-header .caption p {
  color: #ffffff;
}

.tileWrapper {
  display: flex;
}

.homepageTile {
  padding: 40px 4% 64px;
  border: 1px solid #979B9D;
  min-height: 500px;
  flex: 1;
}

.homepageTile h1 {
  color: #590072;
}

.homepageTile:nth-of-type(1) {
  border-top: 10px #b2d33e solid;
  border-right: none;
}

.homepageTile:nth-of-type(2) {
  border-top: 10px #590072 solid;
  border-right: none;
}

.homepageTile:nth-of-type(3) {
  border-top: 10px #ff6b12 solid;
}