.com-content-article .box-inner {
  max-width: 100%;
}
.acm-features.style-1 .info-title {
  margin-bottom: 2rem;
}
.t4-footer {
  background-color: var(--footer-bg-color);
  border-top: 1px solid rgba(255,255,255,.07);
  color: var(--footer-text-color);
  font-size: .875rem;
  padding: 30px;
  margin-top: 100px;
}
.t4-content {
  background-color: #f5f5f5;
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
}
.t4-section-inner.container-fluid .header-block {
    padding: 0;
}

.t4-header, 
.t4-megamenu {
    min-height: 70px;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
  color: var(--mainnav-link-color);
  font-size: 17px;
  font-family: var(--heading-font-family);
  font-weight: 500;
}

#t4-header {
  position: -webkit-sticky !important;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  border: 1px solid #ccc;
}
.not-at-top #t4-header.t4-sticky {
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0,0,0,.08);
  margin-bottom: 4rem;
}
div.mod-languages ul {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}