/* Rebuild footer from scratch */
footer,
.footer,
.site-footer {
  display: block;
  background-color: #0e4d64;
  color: white;
  position: relative;
  overflow: hidden;
  background-image: url('../../../assets/images/footer-wave-texture.svg') !important;
  padding: 90px 0 !important;
  margin: 0 !important;
  font-family: leo, sans-serif;
}

.site-footer .footer-left {
  grid-column: 2 / 6;
}

.site-footer .footer-right {
  grid-column: 9 / 12;
}

.site-footer .footer-left-content,
.site-footer .footer-right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 260px;
}

.site-footer .footer-left-content {
  align-items: flex-start;
}

.site-footer .footer-right-content {
  align-items: flex-end;
}

.site-footer .footer-left-content .subscribe {
  font-size: 26px;
  line-height: 62.67px;
  letter-spacing: 0.03em;
}

.site-footer #blaze {
  height: 52px;
  width: 272px;
  margin-left: -15px;
  margin-bottom: 30px;
}

.site-footer {
  padding: 3em 0 2em;
}

.site-footer .footer-link {
  color: white;
  font-family: 'brandon-grotesque', sans-serif;
  font-size: 16px;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.site-footer .logo {
  width: 20px;
  display: inline-block;
  margin-bottom: 1.4em;
}

.site-footer .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.site-footer .social a:hover {
  svg {
    fill: #fff;
  }
}

.site-footer .social svg {
  fill: #b7cad1; !important;
}

.site-footer .social a:not(:last-child) {
  margin-right: 12px;
}

.site-footer .social svg:hover {
  fill: #4abd92 !important;
}

/* Override Marketo form layout */

#mktoForm_1100 style,
.mktoForm style {
  display: none !important;
}

#mktoForm_1100 {
  height: 70px !important;
  display: flex !important;
  align-items: flex-end;
}

#mktoForm_1100 input[type='email'],
#mktoForm_1100 .mktoField {
  /* padding: 15px 20px !important; */
  border: none !important;
  background: white !important;
  font-size: 16px !important;
  color: #333 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  height: 54px !important;
  line-height: normal !important;
  box-sizing: border-box !important;
  position: relative !important;
}

#mktoForm_1100 .mktoButtonWrap.mktoRound .mktoButton {
  background: #4abd92 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 0 !important;
  color: white !important;
  padding: 0 30px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-family: 'brandon-grotesque', sans-serif !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background 0.3s ease !important;
  height: 54px !important;
  line-height: 54px !important;
  box-shadow: none !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

#mktoForm_1100 .mktoButtonWrap.mktoRound,
#mktoForm_1100 .mktoFieldDescriptor.mktoFormCol {
  margin: 0 !important;
}

#mktoForm_1100 #LblEmail {
  display: none !important;
}

@media (max-width: 1200px) {
  .site-footer .footer-left {
    grid-column: 1 / 13;
    grid-row: 1;
  }

  .site-footer .footer-right {
    grid-column: 1 / 13;
    grid-row: 2;
  }

  .site-footer .footer-left-content,
  .site-footer .footer-right-content {
    align-items: center;
  }

  .site-footer .footer-right-content {
    height: 200px;
  }
}

@media (max-width: 768px) {
  #mktoForm_1100 .mktoButtonWrap.mktoRound .mktoButton {
    padding: 0 15px !important;
  }

  #mktoForm_1100 input[type='email'] {
    width: 225px;
  }
}

a svg {
  height: 24px;
  width: 24px;
  fill: #b7cad1 !important;
  display: block;
  vertical-align: middle;
}

a svg path,
a svg rect[fill]:not([fill="none"]) {
  fill: #b7cad1 !important;
  transition: fill 0.3s ease;
}

a svg:hover,
a svg:hover path,
a svg:hover rect[fill]:not([fill="none"]) {
  fill: #4abd92 !important;
}

.site-footer .social a.youtube svg {
  transform: translateY(3px);
}