.notification-inline {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  background-color: #009fe3;
  background-image: -webkit-linear-gradient(205deg, #0071ba, #009fe3);
  background-image: linear-gradient(245deg, #0071ba, #009fe3);
}

.notification-title {
  margin-bottom: 0.5em;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.notification-text {
  max-width: 768px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.notification-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  margin-top: 2em;
  margin-right: 2em;
}

.notification-container {
  padding-top: 4em;
  padding-bottom: 4em;
}

.footer-container {
  padding-top: 100px;
}

.footer-main {
  background-color: #333;
}

.image {
  max-width: 200px;
}

.container-center {
  padding-top: 36px;
  padding-bottom: 8px;
  text-align: center;
}

.footer-links-container {
  padding-top: 15px;
  text-align: center;
}

.footer-link {
  padding-right: 10px;
  padding-left: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #bbb;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.footer-info {
  padding-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #999;
  text-align: center;
}

.footer-info-container {
  padding-top: 20px;
  padding-bottom: 10px;
}

.contact-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f9f9f9;
  background-image: -webkit-linear-gradient(330deg, #009fe3, #0071ba);
  background-image: linear-gradient(120deg, #009fe3, #0071ba);
}

.contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.contact-image {
  width: 64px;
  height: 64px;
}

.contact-text {
  display: inline-block;
  padding-left: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.contact-email {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.why-hozah {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f9f9f9;
}

.why-image {
  width: 48px;
}

.why-hozah-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.why-text {
  padding-right: 8px;
  padding-left: 8px;
  font-family: 'Source Sans Pro', sans-serif;
}

.why-text.bold {
  font-weight: 700;
}

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100%);
  -ms-transform: translate(0px, 100%);
  transform: translate(0px, 100%);
}

@media (max-width: 991px) {
  .contact-footer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .why-hozah {
    padding: 24px 15px;
  }
}

@media (max-width: 767px) {
  .notification-close {
    margin-top: 1em;
    margin-right: 1em;
  }
  .notification-container {
    padding: 2em 1em;
  }
  .footer-link {
    display: block;
  }
  .footer-info-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .why-hozah {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .footer-info-container {
    padding-right: 15px;
    padding-bottom: 16px;
    padding-left: 15px;
  }
  .contact-footer {
    padding: 24px 15px 36px;
  }
  .contact-link {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-text {
    padding-left: 8px;
    text-align: center;
  }
  .why-hozah {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}