.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 48px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #2d2d2d;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 12px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 24px;
  }
}
.module-ct {
  background: transparent;
  color: white;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 12px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form .btn-primary {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 24px;
  padding-left: 0;
  list-style: none;
  font-size: 12px;
}
#login-form ul.unstyled li {
  margin-bottom: 8px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
#login-form .logout-button {
  margin-top: 12px;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 12px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 12px 0;
  border-top: 1px solid #eeeeee;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eeeeee;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
}
.news-update > div + div {
  margin-top: 24px;
}
.news-update .intro-image {
  margin-right: 24px;
  float: left;
  width: 96px;
}
.news-update .intro-image img {
  border-radius: 2px;
}
.news-update h4 {
  margin-top: 0;
  font-weight: 400;
}
.news-update time {
  color: #aaaaaa;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 6px 10px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 2px;
  color: #555555;
  display: block;
  padding: 5px 10px;
  font-size: 11px;
  text-transform: uppercase;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #2d2d2d;
  color: #ffffff;
  text-decoration: none;
}
ul.latestnews {
  list-style: none;
  margin: 0;
}
ul.latestnews li {
  padding: 24px 0;
  border-bottom: 1px solid #eeeeee;
}
ul.latestnews li:last-child {
  border: none;
}
ul.latestnews li:first-child {
  padding-top: 0;
}
ul.latestnews img {
  width: 35%;
  float: left;
  margin: 0 24px 0 0;
}
ul.latestnews a {
  color: #2d2d2d;
  font-size: 13px;
  font-weight: 400;
}
ul.latestnews a:hover,
ul.latestnews a:focus {
  color: #62b103;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #62b103;
}
.module-ct > ol.breadcrumb {
  padding: 12px 16px;
  margin-left: 0;
}
.t3-masthead {
  overflow: hidden;
}
.t3-masthead .ja-masthead {
  background-image: url("../../../templates/ja_company/images/masthead-bg.jpg");
  background-size: cover;
  z-index: 2;
}
@media (min-width: 1200px) {
  .t3-masthead .ja-masthead {
    background-attachment: fixed;
  }
}
.t3-masthead .ja-masthead .ja-masthead-detail {
  text-align: center;
  max-width: 100%;
  padding: 160px 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .ja-masthead-detail {
    padding: 48px 24px;
  }
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
  color: #ffffff;
  font-size: 45px;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-title {
    font-size: 23px;
  }
}
.t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-description {
  display: inline-block;
  margin-top: 24px;
  font-size: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .t3-masthead .ja-masthead .ja-masthead-detail .ja-masthead-description {
    font-size: 14px;
  }
}
.mod-gray .module-title {
  margin-bottom: 0;
}
.mod-gray .module-title span {
  display: inline-block;
  padding-bottom: 12px;
  position: relative;
}
.mod-gray .module-ct {
  background-color: #f3f3f3;
  padding: 24px;
}
.mod-gray .module-ct .input-group-addon {
  background-color: #dddddd;
  box-shadow: none;
}
.mod-blue .module-title {
  margin-bottom: 0;
}
.mod-blue .module-title span {
  display: inline-block;
  padding-bottom: 12px;
  position: relative;
}
.mod-blue .module-ct {
  background-color: #0077bb;
  padding: 24px;
  color: #ffffff;
}
.mod-preview-info {
  z-index: 11;
}
#recaptcha_area {
  max-width: 100%;
  overflow: auto;
}
.btn.jmodedit:hover,
.btn.jmodedit:active {
  color: #62b103;
}
.com_config #modules-form .input-append .btn,
.com_config #modules-form .input-prepend .btn {
  font-size: 11px;
  border: none;
}
.com_config #modules-form .input-append .btn:hover,
.com_config #modules-form .input-prepend .btn:hover,
.com_config #modules-form .input-append .btn:focus,
.com_config #modules-form .input-prepend .btn:focus {
  color: #2d2d2d;
}
.com_config .form-horizontal .t3onoff.radio,
.com_config .form-horizontal .t3onoff.checkbox {
  min-height: 0;
}
@media (min-width: 1200px) {
  .t3-footnav .t3-module.acy-email-footer {
    padding-right: 64px;
  }
}
.t3-footnav .t3-module.acy-email-footer .module-title {
  font-size: 32px;
  font-weight: 300;
  text-transform: none;
}
div.acymailing_module table.acymailing_form {
  margin: 0;
}
div.acymailing_module .acymailing_introtext {
  font-size: 12px;
  margin-bottom: 24px !important;
}
div.acymailing_module .acysubbuttons {
  margin-bottom: 0;
}
div.acymailing_module .acysubbuttons .subbutton {
  margin: 0;
}
div.acymailing_module input.inputbox {
  border-color: #202020;
  background: #aaaaaa;
  color: white;
}
div.acymailing_module .acymailing_togglemodule {
  background: #202020;
  color: #9e9e9e;
  position: relative;
  padding: 6px 24px;
}