#footer {
  background-color: #003e7e;
  color: #fff;
  margin-top: 25px;
}

#footer .block .block-title > span {
  color: #fff;
}

#header .topbar {
  background-color: rgba(119,117,116,0.95);
}

#header a {
  color: #fff;
}

#header .menu-item > a {
  color: #003e7e;
}

.page-title {
  color: #003e7e;
  float: left !important;
  font-size: 24px !important;
}

.breadcrumb-links {
  float: right !important;
}

body.footer-white .copyright {
  background-color: #003e7e;
  border-top: 1px white solid;
  color: #fff;
}

.copyright {
  background-color: #003e7e;
  border-top: 1px white solid;
  color: #fff;
}

.content h2 {
  color: #003e7e;
}

.content h3 {
  color: #003e7e;
}

.circle-wrap {
  border: 2px solid;
  border-radius: 50%;
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 2.5em;
}
