/* BOTTOM SECTION */

section.bottom {
  background: var(--background-alt);
  padding-top: 70px;
  padding-bottom: 70px;
  color: var(--text-default-dark);
  font-size: 16px;
}

section.bottom .cta-caption a {
  color: var(--text-default-link);
}

section.bottom .cta-caption a:hover {
  color: var(--text-default-link-hover);
}

section.bottom p {
  line-height: 2;
}

.cta-button {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  padding: 15px 100px;
  color: white;
  margin: 10px;
  background-color: #ffffff4f;
  border-radius: 50px 50px 50px 50px;
}

.cta-caption {
  font-size: 13px;
  display: block;
}

.cta-heading {
  font-family: Goldman, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 45px;
  display: block;
}

/* FOOTER */

div.footer {
  padding: 50px 30px 20px;
  font-size: 10pt;

  /* CUSTOMIZE */
  background: var(--footer-background);
  color: var(--footer-text);
}

.footer-heading {
  font-size: 18px;
  margin-bottom: 8px;
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

.footer-menu {
  min-width: 200px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 14px;
}

.footer-link {
  display: block;
  font-size: 14px;
  padding: 6px;
}

div.footer a {
  color: var(--footer-text);
}

div.footer a:hover {
  color: var(--footer-text-hover);
}

.footer-link.active {
  color: var(--footer-text-active);
}