.footer-banner-wrapper {
  position: relative;
  z-index: 10;
}

.footer-banner-wrapper .footer-banner {
  font-size: 15px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  width: 100%;
  background: #f3f3f3;
  font-family: 'Avenir W01';
}

.footer-banner-wrapper .footer-banner img.logo {
  margin-left: 9px;
  width: 102px;
  margin-bottom: 3px;
}

.footer-example-cta-wrapper {
  -webkit-font-smoothing: antialiased;
  margin: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #fff;
  border: none;
  font-weight: 900;
  cursor: pointer;
  display: inline-block;
  border-radius: 43px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20 !important;
  padding: 21px 55px !important;
  font-size: 15px !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
  background: #00a7ff;
  transition: background 0.25s;
}

.footer-example-cta-wrapper:hover {
  background: #38baff;
}
