/** @format */

* {
  box-sizing: border-box;
}

html, body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  color: #4a4a4a;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: #004c6e;
  font-weight: 600;
  transition: all 200ms ease-out;
}

/* ---------- HEADER ---------- */
.site-header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.header-img {
  width: 100%;
  height: auto;
}

/* ---------- INTRO ---------- */
.intro {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 60px;
  text-align: center;
}

.intro-text {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #4a4a4a;
  font-weight: 400;
  margin-bottom: 35px;
}

/* ---------- DATE BANNER ---------- */
.date-banner {
  text-align: center;
  margin-bottom: 50px;
}

.date-banner img {
  display: inline-block;
  max-width: 100%;
  width: 509px;
  height: auto;
}

/* ---------- INFO BLOCKS (4 colored cards) ---------- */
.info-blocks-wrap {
  text-align: center;
  margin-bottom: 50px;
}

.info-blocks {
  display: inline-block;
  width: 100%;
  height: auto;
  max-width: 1000px;
}

/* ---------- ACCES BUTTON ---------- */
.acces-div {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.acces {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 30px;
  background: #c4d600;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 200ms ease-out;
}

.acces .pin {
  margin-right: 4px;
}

.acces:hover {
  background: #004c6e;
  color: #fff;
}

.sus {
  font-size: 16px;
  color: #8a8a8a;
  font-style: italic;
  font-weight: 300;
  margin-top: 6px;
}

/* ---------- FORM SECTION ---------- */
.form-section {
  background: #f5f3d4;
  width: 100%;
  padding: 50px 20px;
}

.form-wrap {
  max-width: 900px;
  margin: 0 auto;
}

#form {
  width: 100%;
}

#form iframe {
  width: 100%;
  border: none;
  background: transparent;
}

/* ---------- FOOTER ---------- */
footer {
  text-align: center;
  padding: 50px 20px 30px;
  background: #fff;
}

.footer-logo {
  max-width: 380px;
  margin: 0 auto 25px;
  height: auto;
}

footer p {
  font-family: "Montserrat", sans-serif;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  padding: 8px 0;
}

footer .bold {
  display: block;
  font-weight: 700;
  color: #4a4a4a;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

footer a {
  color: #8a8a8a;
  font-weight: 300;
}

footer a:hover {
  color: #004c6e;
}

.real {
  font-style: italic;
  margin-top: 10px;
}

.real span {
  font-style: italic;
  display: inline;
  font-size: inherit;
}

.g {
  color: #8a8a8a;
}

/* ---------- RESPONSIVE ---------- */
@media screen and (max-width: 980px) {
  .intro {
    padding: 35px 16px 40px;
  }

  .intro-text {
    font-size: 16px;
    line-height: 24px;
  }

  .intro-text br {
    display: none;
  }

  .footer-logo {
    max-width: 280px;
  }
}

@media screen and (max-width: 680px) {
  .intro {
    padding: 25px 14px 30px;
  }

  .date-banner {
    margin-bottom: 35px;
  }

  .info-blocks-wrap {
    margin-bottom: 35px;
  }

  .acces {
    padding: 11px 22px;
    font-size: 12px;
  }

  .form-section {
    padding: 35px 12px;
  }

  .footer-logo {
    max-width: 240px;
  }

  footer {
    padding: 35px 16px 25px;
  }

  footer p {
    font-size: 13px;
  }
}

@media screen and (max-width: 420px) {
  .intro-text {
    font-size: 15px;
    line-height: 22px;
  }

  .sus {
    font-size: 14px;
  }
}
