:root {
  --dodger-blue: #459ad0;
  --dark-slate-blue: #0c3e5d;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: veneer-two, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
}

.pagewrap {
  font-family: veneer-three, sans-serif;
}

.hero {
  background-color: var(--dodger-blue);
  background-image: linear-gradient(180deg, #459ad000 76%, var(--dodger-blue)), url('../images/run-with-ray-duotone.jpg');
  color: #fff;
  text-align: center;
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 90vh;
  padding: 20px;
  display: flex;
  position: relative;
}

.rwr-logo {
  margin-bottom: 40px;
}

.button {
  color: var(--dodger-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 10px;
  width: 220px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: veneer-three, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
  transition: all .2s;
  display: block;
}

.button:hover {
  background-color: var(--dark-slate-blue);
}

.button.reverse {
  color: #fff;
  background-color: #ff8205;
  width: auto;
  display: block;
}

.button.reverse:hover {
  background-color: var(--dark-slate-blue);
}

.button.reverse.hide {
  display: none;
}

.section.blue {
  background-color: var(--dodger-blue);
  color: #fff;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 70px;
}

.container {
  width: 95%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.card-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.location-card {
  color: #444;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 2 0 30%;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 300px;
  padding: 30px;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 15px 2px #1b567c;
}

.location-card:hover {
  transform: translate(0, -10px);
  box-shadow: 0 10px 20px 3px #1b567c;
}

.vert-spacer-30 {
  flex: 1;
  width: 100%;
  min-height: 20px;
}

.heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 52px;
  font-weight: 400;
  line-height: 48px;
}

.date {
  color: #60bbf5;
  text-transform: uppercase;
  margin-top: 0;
  font-family: citrus-gothic-rough, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.event-flex {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.tshirt {
  max-width: 500px;
  margin-top: -70px;
  position: relative;
  overflow: hidden;
}

.reg-text {
  text-align: left;
  max-width: 500px;
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
}

.div-block-2 {
  background-image: linear-gradient(to bottom, #459ad000, var(--dodger-blue));
  width: 100%;
  height: 100px;
  position: absolute;
  inset: auto 0% 0%;
}

.entry {
  margin-bottom: 20px;
  font-family: citrus-gothic-rough, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.footer {
  background-color: var(--dark-slate-blue);
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
}

.container-2 {
  width: 98vw;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  justify-content: space-between;
  align-items: flex-end;
  padding: 5px;
  display: flex;
}

.heading-4 {
  color: #00aeef;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.link-block {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding: 5px 5px 5px 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block:hover {
  color: #00aeef;
}

.fb-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.div-block-7 {
  align-items: center;
  display: flex;
}

.mrr {
  width: 140px;
  margin-left: 10px;
}

.irish-life-logo {
  width: 240px;
  margin-bottom: 30px;
}

.il-top {
  width: 218px;
  position: absolute;
  inset: 0% 40px auto auto;
}

.hide {
  display: none;
}

.location-heading {
  color: var(--dark-slate-blue);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: citrus-gothic-rough, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.loc-heads {
  color: var(--dodger-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.blue {
  color: var(--dodger-blue);
}

.line-spacer {
  border-top: 1px dashed var(--dodger-blue);
  width: 100%;
  height: 20px;
  margin-top: 20px;
}

.map-embed {
  border-radius: 10px;
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.div-block-8 {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rich-text-block {
  width: 50%;
  padding-left: 29px;
  padding-right: 29px;
}

.flex-block {
  flex: 1;
}

.welcome {
  font-size: 18px;
  line-height: 24px;
}

.hero-head {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.locations {
  letter-spacing: 1px;
  font-size: 32px;
  font-weight: 400;
}

.container-3 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-flex {
  justify-content: space-between;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-end;
  display: flex;
}

.footer-logo {
  width: 100px;
}

.image-4 {
  width: 80px;
}

.rw {
  width: 70px;
}

.note {
  background-color: #ffe6e6;
  border-radius: 5px;
  padding: 10px;
}

.div-block-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: 2px;
  border-top: 1px solid #0c3e5d54;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
}

.startime {
  margin-top: 0;
}

.limited {
  margin-top: 20px;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .card-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .location-card {
    flex-grow: 2;
  }

  .reg-text {
    max-width: 400px;
  }

  .container-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .card-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .event-flex {
    flex-direction: column;
  }

  .reg-text {
    max-width: none;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-2 {
    width: 95vw;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-7 {
    margin-top: 25px;
  }
}

@media screen and (max-width: 479px) {
  .button.reverse {
    width: 100%;
    font-size: 20px;
  }

  .location-card {
    flex-grow: 1;
    flex-basis: 100%;
    padding: 30px 15px 15px;
  }

  .reg-text {
    padding: 0;
  }

  .div-block-6 {
    flex-direction: column;
  }

  .link-block {
    margin-bottom: 15px;
  }

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-10 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
  }
}

#w-node-_4bd14c2f-449c-d9d1-0ac6-ed704395cf19-ce747a7a, #w-node-a7e7994e-3cd9-2c07-fd00-6bf93b896cfa-ce747a7a, #w-node-_0cff79b1-b057-69aa-d01d-7c5bfefaa127-ce747a7a, #w-node-b7dab072-3347-624d-ab64-f592b29c357f-ce747a7a, #w-node-ab250a63-af08-a9c5-728b-2a3e8469231a-ce747a7a, #w-node-_472604fd-6a0c-df28-7d5c-dfccb2640be3-ce747a7a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_472604fd-6a0c-df28-7d5c-dfccb2640be3-ce747a7a {
    grid-column: span 1 / span 1;
  }
}


