.t3-header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.t3-mainnav .container-inner {
  border-top: 2px solid #1a1a1a;
  position: relative;
  justify-content: center;
}
@media (max-width: 991px) {
  .t3-mainnav .container-inner {
    justify-content: flex-end;
  }
}
.t3-mainnav .navbar-default .navbar-nav > li {
  margin-left: 15px;
  margin-right: 15px;
}
.t3-mainnav .navbar-right-wrap {
  position: absolute;
  right: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .t3-mainnav .navbar-right-wrap {
    position: static;
  }
}
.t3-mainnav .t3-navbar-collapse {
  left: -15px;
  right: -15px;
}
.category-name a,
.mod-articles-category-category a {
  color: #1a1a1a;
}
.category-name a:hover,
.mod-articles-category-category a:hover,
.category-name a:focus,
.mod-articles-category-category a:focus,
.category-name a:active,
.mod-articles-category-category a:active {
  color: #89bd55;
}
.t3-sections .t3-section .module-title,
.t3-mast-content .t3-section .module-title,
.page-header > h1 {
  border-top-width: 1px;
  font-family: "Source Serif Pro", Georgia, "Times New Roman", Times, serif;
  position: relative;
}
.t3-sections .t3-section .module-title:after,
.t3-mast-content .t3-section .module-title:after,
.page-header > h1:after {
  background: #1a1a1a;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 1px;
  width: 100%;
}
.slide-layout.slide-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.t3-sections .t3-section .ja-news.ja-news-6 {
  border-top: 1px solid #1a1a1a;
  padding-top: 1px;
  position: relative;
}
.t3-sections .t3-section .ja-news.ja-news-6:after {
  background: #1a1a1a;
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  height: 1px;
  width: 100%;
}
.t3-sections .t3-section .ja-news.ja-news-6 .module-title {
  border-top: 0;
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
}
.t3-sections .t3-section .ja-news.ja-news-6 .module-title:after {
  display: none;
}
.t3-sections .t3-section .ja-news.ja-news-6 .news-normal-group {
  padding-top: 20px;
}
.t3-mainbody .t3-content,
.infinity-wrap {
  padding-bottom: 0;
}
.t3-footer {
  border: 0;
}
.t3-footer .t3-footnav {
  padding-bottom: 0;
  padding-top: 120px;
}
@media (max-width: 767px) {
  .t3-footer .t3-footnav {
    padding-top: 30px;
  }
}
.t3-footer .t3-spotlight > div {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .t3-footer .t3-spotlight > div {
    margin: 0 -0.5px;
  }
}
.t3-footer .logo-footer {
  border: 0;
  display: flex;
  justify-content: center;
}
.t3-footer .t3-copyright .container-inner {
  border-top: 0;
  text-align: center;
}
.t3-footer .t3-copyright .container-inner .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.t3-footer .t3-copyright .container-inner .row > div {
  width: 100%;
}
.t3-footer .t3-copyright .container-inner .poweredby {
  text-align: center;
  margin-top: 20px;
}