#headerWrap {
  border-top: 8px solid #156835;
}
#headerWrap .t3-header {
  padding-bottom: 10px;
  padding-top: 15px;
}
#headerWrap .t3-header .social .module-title {
  display: none;
}

.t3-sidebar .t3-module {
  background: #7d324b;
  color: #ffffff;
  margin-bottom: 30px;
}
.t3-sidebar .t3-module .module-title {
  background: #156835;
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
}
.t3-sidebar .t3-module .module-ct {
  padding: 15px;
}
.t3-sidebar .t3-module .module-ct a {
  color: #ffffff;
}

.t3-navhelper {
  background: #156835;
  border: 0;
  padding: 0;
}
.t3-navhelper .breadcrumb {
  background: none;
}
.t3-navhelper .breadcrumb li,
.t3-navhelper .breadcrumb li a {
  color: #ffffff;
}

.home .t3-footer {
  border-top: 5px solid #156835;
}
.t3-footer {
  border-top: 0;
}
.t3-footer .t3-module {
  font-weight: 300;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .t3-footer .t3-module {
    margin-top: 30px;
  }
}
.t3-footer .t3-module .module-title {
  font-size: 18px;
  text-transform: uppercase;
}
.t3-footer .t3-footer-custom {
  padding-top: 30px;
  padding-bottom: 30px;
}
.t3-footer .t3-footer-custom .logo img {
  width: 250px;
}
@media (max-width: 767px) {
  .t3-footer .t3-footer-custom .logo img {
    width: auto;
  }
}
.t3-footer .t3-footer-custom .social {
  text-align: right;
}
.t3-footer .t3-copyright {
  background: #156835;
  border: 0;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 5px 0;
}
.t3-footer .t3-copyright .copyright {
  float: left;
  margin: 0 0 5px;
  padding-right: 4px;
  text-align: right;
  width: 50%;
}
@media (max-width: 767px) {
  .t3-footer .t3-copyright .copyright {
    float: none;
    padding-bottom: 0;
    text-align: center;
    width: auto;
  }
}