.top-banner {
  background: #303f9f;
  color: #fff;
  padding: 160px 0 80px;
  position: relative;
}

.top-banner:after {
  content: "";
  background: url("/sites/zweb/images/marketingautomation/hipaa-compliance.png") no-repeat 0 0/
    180px auto;
  position: absolute;
  width: 180px;
  height: 90px;
  top: 60px;
  right: 0;
  left: 0;
  margin: auto;
  filter: brightness(0) invert(1);
  opacity: 0.5;
}

.zdate-updated {
  text-align: right;
  margin-bottom: 15px;
}

#new-update {
  margin-bottom: 30px;
}

.content-wrap h1 {
  margin: 0 auto;
  max-width: 580px;
  text-align: center;
  color: #fff;
}

.content-wrap.zc-terms {
  margin: 60px auto;
  max-width: 980px;
}

.content-wrap.zc-terms ul > li {
  margin-bottom: 40px;
}

.content-wrap.zc-terms p:last-child {
  margin: 0;
}

.content-wrap.zc-terms ol li {
  display: list-item;
  list-style: decimal outside none;
  margin: 3px 5px 3px 20px;
  padding: 5px 10px;
  font-size: 16px;
}

.i18n-ar .content-wrap.zc-terms ol li {
  margin: 3px 20px 3px 5px;
}

.disclaimer-note {
  font-size: 14px;
  padding: 15px 20px;
  background: #fffde8;
}

.cert-info {
  text-align: center;
}

.cert-info img {
  max-width: 200px;
}

.i18n-ar .zdate-updated {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .top-banner {
    padding: 140px 0 60px;
  }
  .top-banner:after {
    transform: scale(0.8);
    top: 45px;
  }
}

@media only screen and (max-width: 480px) {
  .content-wrap.zc-terms h2 {
    word-break: break-word;
  }
}
