dl.news-block {
  border-bottom: 1px solid silver;
}

dl.news-block dt,
dl.news-block dd {
  text-align: left;
}

dl.news-block dt {
  border-top: 1px solid silver;
}

#header
  .header-nav.header-nav-line
  nav
  > ul:not(:hover)
  li
  > a.current-page-active {
  color: #0088cc;
  border-bottom-color: #0088cc;
}

#header
  .header-nav.header-nav-line
  nav
  > ul:not(:hover)
  li
  > a.current-page-active:before {
  background: #0088cc;
  border-bottom-color: #0088cc;
}

dl.company-info {
  width: 70%;
  margin: auto;
}

dl.company-info dt,
dl.company-info dd {
  text-align: left;
  padding: 15px 0;
}

dl.company-info dt {
  width: 30% !important;
}

.no-bg {
  background: none !important;
}

.list.list-icons.list-icons-style-2 span:first-child {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 4px;
  font-size: 1em;
  line-height: 1.3;
}

@media (min-width: 700px) {
  dl.company-info dt {
    float: left;
    clear: both;
  }
}
