body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

strong {
  font-weight: bold;
}

.hero {
  background-image: url('../images/hero-background.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.top-hero {
  background-color: #6d514d;
}

.h1 {
  color: #fff;
  text-align: center;
  font-family: fino-sans, sans-serif;
  font-size: 70px;
  line-height: 1.2;
}

.h2 {
  text-align: center;
  font-family: fino-sans, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.mid-hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 20px;
  display: flex;
}

.hero-logo {
  align-self: center;
  width: 620px;
}

.button {
  text-transform: uppercase;
  background-color: #009dff;
  align-self: center;
  padding: 14px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.smart-logo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer-text {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.image {
  align-self: center;
  width: 190px;
}

.ber-logo {
  width: 8em;
}

.gannon-text {
  text-align: center;
  align-self: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.2;
}

.reg-panel {
  -webkit-text-fill-color: inherit;
  background-color: #ffffffe3;
  background-clip: border-box;
  width: 500px;
  padding: 30px;
  display: block;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.form-sub-header {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 400;
}

.register-heading {
  align-self: center;
  margin-top: 10px;
  font-family: fino-sans, sans-serif;
  font-weight: 400;
}

.reg-header-wrapper {
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 25px;
  display: flex;
}

.link-block {
  color: #fff;
  background-color: #6d514d;
  border-radius: 6rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-block {
  text-align: center;
}

.text-block-2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 36px;
}

.x-mark {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
}

.select-field {
  color: #adadae;
  background-color: #fff;
}

.h3 {
  text-align: center;
  align-self: center;
  width: 50ch;
  font-family: fino-sans, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .hero-logo {
    width: 520px;
  }

  .ber-logo {
    width: 6em;
  }

  .reg-panel {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .h2 {
    align-self: center;
    width: 20ch;
    line-height: 1.1;
  }

  .mid-hero {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image {
    width: 150px;
  }

  .ber-logo {
    align-self: center;
    width: 9em;
  }

  .h3 {
    align-self: center;
    width: 20ch;
    line-height: 1.1;
  }
}

@media screen and (max-width: 479px) {
  .hero-logo {
    width: 340px;
  }

  .footer {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .ber-logo {
    width: 9em;
  }

  .reg-panel {
    width: 100%;
    display: none;
  }
}

#w-node-_6e0bec9b-079a-509c-93e6-00bb04680f36-d1d0ad11, #w-node-_6e0bec9b-079a-509c-93e6-00bb04680f36-d91616ef {
  place-self: center;
}


