.t3-module {
  background: transparent;
  color: #ffffff;
}
.t3-module.default-height {
  -webkit-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .t3-module.default-height {
    min-height: 285px;
  }
}
@media (min-width: 1500px) {
  .t3-module.default-height {
    height: 360px;
  }
}
.t3-module.double-height {
  -webkit-transition: height 350ms;
  -o-transition: height 350ms;
  transition: height 350ms;
  overflow: auto;
}
@media (min-width: 1200px) {
  .t3-module.double-height {
    min-height: 570px;
  }
}
@media (min-width: 1500px) {
  .t3-module.double-height {
    height: 720px;
  }
}
.t3-module.highlight {
  position: relative;
  z-index: 5;
  background-color: #2196f3;
  padding: 0;
  color: #ffffff;
  font-weight: 400;
}
.t3-module.highlight a {
  color: #ffffff;
}
.t3-module.highlight a:hover,
.t3-module.highlight a:focus,
.t3-module.highlight a:active {
  color: #ffffff;
}
.t3-module.highlight .module-title {
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.t3-module.dark {
  background-color: #2d2d2d;
  padding: 0;
  color: #ffffff;
}
.t3-module.dark a {
  color: #ffffff;
}
.t3-module.dark .module-title {
  border-bottom-color: #424242;
  color: #ffffff;
}
.t3-module.lighter {
  background-color: #f7f7f7;
}
.t3-module.no-padding .module-ct {
  padding: 0;
}
.t3-module.no-padding.double-height .module-inner,
.t3-module.no-padding.default-height .module-inner,
.t3-module.no-padding.double-height .module-ct,
.t3-module.no-padding.default-height .module-ct {
  height: 100%;
}
.t3-module.no-padding-top .module-inner,
.t3-module.no-padding-top .module-ct {
  padding-top: 0;
}
.t3-module .menu li {
  border-bottom: 1px solid #eaeaea;
}
.t3-module .menu li:last-child {
  border: 0;
}
.t3-module .menu li a {
  font-weight: 500;
}
.module-title {
  background: transparent;
  color: #ffffff;
  margin: 0;
  padding: 32px 20px;
  border-bottom: 1px solid #eaeaea;
  font-size: 19.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: none;
}
@media (min-width: 992px) {
  .module-title {
    padding-left: 26.11111111px;
    padding-right: 26.11111111px;
  }
}
@media (min-width: 1200px) {
  .module-title {
    padding-left: 31.66666667px;
    padding-right: 31.66666667px;
  }
}
@media (min-width: 1500px) {
  .module-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.t3-sidebar .module-title {
  font-size: 18px;
  font-weight: 700;
}
.module-ct {
  background: transparent;
  color: #ffffff;
  padding: 20px 20px;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
@media (min-width: 992px) {
  .module-ct {
    padding: 26.11111111px;
  }
}
@media (min-width: 1200px) {
  .module-ct {
    padding: 31.66666667px;
  }
}
@media (min-width: 1500px) {
  .module-ct {
    padding: 40px;
  }
}
.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-ct img,
.module-ct .custom img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.module-ct .sample-banner img,
.module-ct .custom .sample-banner img {
  display: inline-block;
}
.section-inner {
  padding: 40px;
}
.full-width .section-inner {
  padding-left: 0;
  padding-right: 0;
}
.no-padding .section-inner {
  padding: 0;
}
.section-title {
  border-bottom: 0;
  font-size: 19.5px;
}
.section-title span {
  display: block;
  margin-bottom: 24px;
  color: #000000;
}
.section-title .section-intro {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.35;
  color: #000000;
  text-transform: none;
  margin-bottom: 12px;
}
.section-title .section-intro span {
  margin-bottom: 0px;
}
.no-padding .section-title {
  padding-top: 60px;
}
.dark .section-title .section-intro {
  color: #cccccc;
}
.section-ct,
.section-title {
  padding-right: 0;
  padding-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 10px 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;
  color: #2196f3;
  list-style: inside;
}
#login-form ul.unstyled li > a {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 16px;
  text-transform: none;
}
#login-form ul.unstyled li > a:hover,
#login-form ul.unstyled li > a:focus {
  color: #0a6ebd;
}
#login-form #form-login-remember .checkbox {
  margin: 0;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
#login-form .input-group-addon {
  background: none;
  position: relative;
  border-right: 0;
  color: #ffffff;
}
#login-form .input-group-addon:after {
  border-right: 2px solid #2196f3;
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: -1px;
  top: 50%;
  z-index: 10;
}
#login-form .input-group-addon + input {
  border-left: 0;
}
@media (max-width: 1199px) {
  .t3-topbar {
    position: relative;
  }
  .t3-topbar .topbar-right {
    position: absolute;
    width: 100%;
    right: 0;
  }
  .t3-topbar .topbar-left {
    position: relative;
    z-index: 1;
  }
  .t3-topbar .head-search.btn-open + #ja-login-form + .ja-login {
    display: none;
  }
}
@media (max-width: 767px) {
  .t3-topbar .topbar-right {
    position: absolute;
    width: 100%;
  }
  .t3-topbar .topbar-left {
    position: relative;
    z-index: 1;
  }
  .t3-topbar .head-search.btn-open + #ja-login-form + .ja-login {
    display: none;
  }
}
.t3-topbar .ja-login {
  float: right;
}
.t3-topbar .ja-login > li {
  margin: 0;
  padding: 0 20px;
  border-right: 1px solid #333333;
  text-transform: none;
  display: inline-block !important;
  height: 40px;
  line-height: 40px;
}
.t3-topbar .ja-login > li > a {
  color: #747474;
  z-index: 90;
  font-size: 10px;
}
.t3-topbar .ja-login > li.active > a {
  color: #ffffff;
}
.t3-topbar .ja-login > li > a:hover,
.t3-topbar .ja-login > li > a:focus,
.t3-topbar .ja-login > li > a:active {
  color: #0a6ebd;
}
.t3-topbar .ja-login > li #ja-user-login,
.t3-topbar .ja-login > li #ja-user-register {
  position: fixed;
}
.t3-topbar .login-greeting {
  display: inline-block;
  color: #ffffff;
  text-transform: none;
  font-size: 10px;
}
.t3-topbar .logout-button {
  display: inline-block;
}
.t3-topbar .logout-button input {
  background: none;
  padding: 0;
  border: 0;
  color: #ffffff;
  font-size: 10px;
  text-transform: none;
  border-bottom: 1px solid #ffffff;
}
.t3-topbar .head-search {
  float: right;
}
.t3-topbar .head-search .btn {
  background: none;
  padding: 0;
  border: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  float: left;
}
.t3-topbar .head-search .btn .fa {
  font-size: 16px;
}
.t3-topbar .head-search .btn:hover,
.t3-topbar .head-search .btn:focus,
.t3-topbar .head-search .btn:active {
  color: #0a6ebd;
}
.t3-topbar .head-search .search {
  float: right;
  overflow: hidden;
  width: 0;
  -webkit-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
}
.t3-topbar .head-search .element-invisible {
  display: none;
}
.t3-topbar .head-search.btn-open .search {
  width: 200px;
}
@media (max-width: 767px) {
  .t3-topbar .head-search.btn-open .search {
    width: 90px;
  }
}
.t3-topbar .head-search #mod-search-searchword {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: none;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .t3-topbar .head-search #mod-search-searchword {
    height: 28px;
    line-height: 28px;
    margin-bottom: 6px;
    margin-top: 6px;
  }
}
.t3-topbar .head-search #mod-search-searchword:focus {
  color: #ffffff;
}
#ja-login-form {
  text-transform: none;
}
#ja-login-form .modal-content {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#ja-login-form .modal-dialog {
  max-width: 350px;
  margin-top: 100px;
}
#ja-login-form .modal-header {
  padding: 0;
  border-bottom: 0;
}
#ja-login-form .modal-header .close {
  margin-top: 24px;
  color: #2196f3;
  text-shadow: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
#ja-login-form .nav-tabs {
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
#ja-login-form .nav-tabs > li {
  margin-bottom: 0;
  margin-right: 4px;
}
#ja-login-form .nav-tabs > li a {
  border: 0;
  border-radius: 0;
  padding: 12px 24px;
  color: #ffffff;
  background: #2196f3;
  margin-right: 0;
  font-weight: 600;
  text-transform: none;
}
#ja-login-form .nav-tabs > li a:hover,
#ja-login-form .nav-tabs > li a:focus,
#ja-login-form .nav-tabs > li a:active {
  color: #ffffff;
}
#ja-login-form .nav-tabs > li.active a {
  background: #ffffff;
  color: #ffffff;
}
#ja-login-form .nav-tabs > li.active a:hover,
#ja-login-form .nav-tabs > li.active a:focus,
#ja-login-form .nav-tabs > li.active a:active {
  color: #2196f3;
}
#ja-login-form .nav-tabs > li a.active {
  background: #ffffff;
  color: #ffffff;
}
#ja-login-form .nav-tabs > li a.active:hover,
#ja-login-form .nav-tabs > li a.active:focus,
#ja-login-form .nav-tabs > li a.active:active {
  color: #2196f3;
}
#ja-login-form .tab-content {
  padding: 24px;
  background: #ffffff;
}
#ja-login-form #ja-user-login em,
#ja-login-form #ja-user-register em {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
}
#ja-login-form #ja-user-login ul li a:link,
#ja-login-form #ja-user-register ul li a:link,
#ja-login-form #ja-user-login ul li a:visited,
#ja-login-form #ja-user-register ul li a:visited {
  padding: 0 !important;
}
#ja-login-form #ja-user-login dd,
#ja-login-form #ja-user-register dd {
  margin-bottom: 12px;
}
#ja-login-form #ja-user-login .inputbox,
#ja-login-form #ja-user-register .inputbox {
  width: 100%;
}
#ja-login-form #ja-user-login #modlgn-remember,
#ja-login-form #ja-user-register #modlgn-remember {
  background: none;
  display: inline-block;
  float: left;
  margin-right: 6px;
  margin-top: 6px;
  height: auto;
  width: auto;
}
#ja-login-form #login-form .btn-primary {
  width: auto;
}
#ja-login-form .action-button {
  margin: 0 -24px;
  padding: 0 24px;
}
#ja-login-form .action-button ul {
  padding: 0;
  margin-bottom: 24px;
}
#ja-login-form .action-button ul li {
  margin-bottom: 4px;
}
#ja-login-form .action-button ul li a {
  color: #ffffff;
  font-size: 17px;
}
#ja-login-form .action-button ul li a:hover,
#ja-login-form .action-button ul li a:focus,
#ja-login-form .action-button ul li a:active {
  color: #0a6ebd;
}
#ja-login-form .action-button .btn {
  font-size: 16px;
  font-weight: 600;
  height: 36px;
  line-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  letter-spacing: 0.5px;
  text-transform: none;
}
#ja-login-form .action-button .btn.btn-default {
  margin-right: 5px;
}
#ja-login-form .action-button .btn.btn-primary {
  border: 0;
  height: 38px;
  line-height: 38px;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eaeaea;
  font-size: 16px;
  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 #eaeaea;
}
.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;
  padding-top: 0;
}
.categories-module li a,
ul.categories-module li a,
.category-module li a,
ul.category-module li a {
  color: #333333;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
}
.categories-module li a:hover,
ul.categories-module li a:hover,
.category-module li a:hover,
ul.category-module li a:hover,
.categories-module li a:active,
ul.categories-module li a:active,
.category-module li a:active,
ul.category-module li a:active,
.categories-module li a:focus,
ul.categories-module li a:focus,
.category-module li a:focus,
ul.category-module li a:focus {
  color: #0a6ebd;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
@media (min-width: 1200px) {
  .articles-list .article-content {
    padding: 28.5px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1500px) {
  .articles-list .article-content {
    padding: 40px;
  }
}
.articles-list .article-item img {
  width: 100%;
}
.articles-list .mod-articles-category-category {
  margin-bottom: 12px;
  display: block;
  text-transform: none;
}
.articles-list .mod-articles-category-category a {
  font-size: 19.5px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: none;
}
.articles-list .mod-articles-category-date {
  color: #ffffff;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .articles-list .article-title {
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    white-space: normal;
  }
}
.articles-list .mod-articles-category-introtext {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px !important;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .articles-list .mod-articles-category-introtext {
    font-size: 16px;
  }
}
.articles-list .mod-articles-category-title {
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.2);
  text-transform: none;
}
.articles-list .mod-articles-category-title:focus,
.articles-list .mod-articles-category-title:active,
.articles-list .mod-articles-category-title:hover {
  background: #ffffff;
  color: #2196f3 !important;
}
.latestnews {
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  list-style: none;
  height: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .latestnews {
    padding: 26.11111111px;
  }
}
@media (min-width: 1200px) {
  .latestnews {
    padding: 31.66666667px;
  }
}
@media (min-width: 1500px) {
  .latestnews {
    padding: 40px;
  }
}
.latestnews > li {
  display: block;
  position: relative;
}
.latestnews > li:before,
.latestnews > li:after {
  display: table;
  content: " ";
}
.latestnews > li:after {
  clear: both;
}
.latestnews > li a.item-title {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  display: block;
}
.latestnews > li:hover a.item-title,
.latestnews > li:focus a.item-title,
.latestnews > li:active a.item-title {
  color: #0a6ebd;
}
.latestnews > li + li {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eaeaea;
}
.latestnews .item-image {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
}
@media (min-width: 992px) {
  .latestnews .item-image {
    width: 78.33333333px;
    height: 78.33333333px;
    margin-right: 13.05555556px;
  }
}
@media (min-width: 1200px) {
  .latestnews .item-image {
    width: 95px;
    height: 95px;
    margin-right: 15.83333333px;
  }
}
@media (min-width: 1500px) {
  .latestnews .item-image {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
}
.latestnews .item-image img {
  max-width: 100%;
}
.latestnews .item-content {
  margin-left: 70px;
}
@media (min-width: 992px) {
  .latestnews .item-content {
    margin-left: 91.38888889px;
  }
}
@media (min-width: 1200px) {
  .latestnews .item-content {
    margin-left: 110.83333333px;
  }
}
@media (min-width: 1500px) {
  .latestnews .item-content {
    margin-left: 140px;
  }
}
.latestnews time {
  display: block;
  font-size: 17px;
  color: #aaa;
}
.active.in .latestnews > li:nth-child(1) {
  animation: latestnews 350ms ease-in-out forwards;
}
.active.in .latestnews > li:nth-child(2) {
  animation: latestnews 450ms ease-in-out forwards;
}
.active.in .latestnews > li:nth-child(3) {
  animation: latestnews 550ms ease-in-out forwards;
}
.active.in .latestnews > li:nth-child(4) {
  animation: latestnews 650ms ease-in-out forwards;
}
.active.in .latestnews > li:nth-child(5) {
  animation: latestnews 750ms ease-in-out forwards;
}
.active.in .latestnews > li:nth-child(6) {
  animation: latestnews 850ms ease-in-out forwards;
}
.active.in .latestnews > li:nth-child(7) {
  animation: latestnews 950ms ease-in-out forwards;
}
@keyframes latestnews {
  from {
    transform: translate(150%, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #eaeaea;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 18px;
  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: 0;
}
.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: #ffffff;
  display: inline-block;
  margin: 0 1px 5px 0;
}
.tagspopular ul > li > a {
  background: #2d2d2d;
  border-radius: 0;
  color: #ffffff;
  display: block;
  padding: 4px 10px;
  font-size: 16px;
  text-transform: none;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #0a6ebd;
  color: #ffffff;
  text-decoration: none;
}
.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: #ffffff;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #0a6ebd;
}
.module-ct > ol.breadcrumb {
  padding: 10px 20px;
  margin-left: 0;
}
.item-list-view {
  list-style: none;
  margin: 0;
  padding: 0 24px;
}
.item-list-view li {
  border-bottom: 1px solid #eaeaea;
  padding: 24px 0;
  position: relative;
}
.item-list-view li .has-image {
  padding-left: 120px;
}
.item-list-view li:first-child {
  padding-top: 0;
}
.item-list-view li:first-child .item-image {
  top: 5px;
}
.item-list-view li:last-child {
  border: 0;
  padding-bottom: 0;
}
.item-list-view li .item-image {
  float: left;
  max-width: 96px;
  margin-top: 5px;
  position: absolute;
  top: 25px;
  left: 0;
}
.item-list-view li .item-image img {
  width: 100%;
}
.item-list-view li h3 {
  font-size: 20px;
  font-weight: font-weight-500;
  line-height: 1.3;
  margin: 0 0 12px;
}
.item-list-view li h3 a:hover,
.item-list-view li h3 a:focus,
.item-list-view li h3 a:active {
  color: #0a6ebd;
}
.item-list-view li .item-meta {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 12px;
  text-transform: none;
}
.item-list-view li .item-meta span {
  line-height: 1;
  margin-right: 5px;
}
.item-list-view li .item-meta span a {
  color: #9e9e9e;
}
.item-list-view li .mod-articles-category-readmore {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 0;
  text-transform: none;
}
.item-list-view li .mod-articles-category-readmore a {
  color: #ffffff;
}
.item-list-view li .mod-articles-category-readmore a:hover,
.item-list-view li .mod-articles-category-readmore a:focus,
.item-list-view li .mod-articles-category-readmore a:active {
  color: #0a6ebd;
}
.blog .item-list-view li {
  padding: 16px 0;
}
.blog .item-list-view li:first-child {
  padding-top: 0;
}
.blog .item-list-view li:first-child .item-date {
  top: 5px;
}
.blog .item-date {
  border: 1px solid #eaeaea;
  color: #9e9e9e;
  display: block;
  position: absolute;
  left: 0;
  top: 21px;
  text-align: center;
  width: 72px;
}
.blog .item-date .mod-articles-category-day {
  display: block;
  font-size: 30px;
  font-weight: 600;
}
.blog .item-date .mod-articles-category-month {
  background-color: #f7f7f7;
  border-top: 1px solid #eaeaea;
  display: block;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: none;
}
.blog .item-list-view li .item-inner {
  padding-left: 96px;
}