.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 32px;
}
.t3-module.mod-nopadding .module-ct {
  padding: 0;
}
.t3-module.no-margin {
  margin: 0 !important;
}
.t3-module.mod-noborder {
  border: 0 !important;
}
.t3-module.mod-noborder .module-title {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.t3-module.mod-noborder .module-ct {
  border-top: 0 !important;
}
.module-title {
  background: transparent;
  color: #000000;
  font-size: 20px;
  margin: 0 0 13.5px 0;
  padding: 32px;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 27px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  padding: 32px;
}
.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;
}
.t3-mast-top .t3-module {
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  border: 0;
  border-bottom: 1px solid #eeeeee;
}
.t3-mast-top .t3-module + .t3-module {
  margin-top: 32px;
}
.t3-mast-top .t3-module .module-ct {
  padding: 0;
}
.t3-main-content .t3-module {
  border: 0;
  margin-bottom: 0;
}
.t3-main-content .t3-module .module-title {
  border-top: 2px solid #000000;
  border-left: 0;
  border-right: 0;
  padding: 27px 0;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .t3-main-content .t3-module .module-title {
    padding: 16px 0;
  }
}
.t3-main-content .t3-module .module-ct {
  padding: 0;
  border-top: 1px solid #eeeeee;
}
.t3-main-content .t3-module + .t3-module {
  margin-top: 32px;
}
.t3-main-content-masttop .t3-module {
  margin-bottom: 32px;
}
.t3-sidebar .t3-module {
  border: 1px solid #eeeeee;
  border-top: 0;
  margin-bottom: 0;
}
.t3-sidebar .t3-module .module-title {
  border-top: 2px solid #000000;
  padding-top: 27px;
  padding-bottom: 27px;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 16px;
}
.t3-sidebar .t3-module .module-ct {
  border-top: 1px solid #eeeeee;
}
.t3-sidebar .t3-module + .t3-module {
  margin-top: 32px;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 27px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.ja-banner {
  background: #ffffff;
}
.ja-banner img {
  max-width: 100%;
}
.bannergroup {
  padding: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .bannergroup {
    padding: 27px 0;
  }
}
.t3-sidebar .bannergroup {
  border: none !important;
  background: url("../../templates/ja_focus/images/mod-pattern.png");
  padding: 27px;
}
.t3-main-content .bannergroup {
  padding-bottom: 0;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 14px;
  padding-top: 13.5px;
  text-align: right;
}
.category-module,
ul.category-module {
  margin: 0;
}
.category-module li,
ul.category-module li {
  list-style: none;
  padding: 13.5px 0;
  border-top: 1px solid #eeeeee;
}
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.category-module h4,
ul.category-module h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
}
.categories-module {
  margin-right: -16px !important;
  margin-left: -16px !important;
}
.categories-module > li {
  position: relative;
  min-height: 1px;
  padding-right: 16px !important;
  padding-left: 16px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
@media (min-width: 768px) {
  .categories-module > li {
    float: left;
    width: 100%;
  }
}
.categories-module.show-all > li {
  margin-bottom: 27px !important;
  position: relative;
  min-height: 1px;
  padding-right: 16px !important;
  padding-left: 16px !important;
  float: left !important;
}
@media (min-width: 768px) {
  .categories-module.show-all > li {
    float: left;
    width: 25%;
  }
}
.categories-module a span {
  background: #f7f7f7;
  display: inline-block;
  padding: 2px 4px;
  line-height: 1;
}
.categories-module h4 {
  border-bottom: 1px solid #eeeeee;
  margin-top: 0;
  padding-bottom: 13.5px;
  margin-bottom: 13.5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.categories-module h4 a {
  color: #222222;
}
.categories-module h4 a:hover,
.categories-module h4 a:focus,
.categories-module h4 a:active {
  color: #d91e00;
}
.categories-module h5 {
  margin: 0;
  font-size: 16px;
}
.categories-module h5 a {
  color: #333333;
}
.categories-module h5 a:hover,
.categories-module h5 a:focus,
.categories-module h5 a:active {
  color: #d91e00;
}
.categories-module .active a {
  color: #d91e00;
}
.cat-red .categories-module .active a {
  color: #f30e0e;
}
.cat-purple .categories-module .active a {
  color: #5933cc;
}
.cat-green .categories-module .active a {
  color: #31d207;
}
.cat-pink .categories-module .active a {
  color: #fe1261;
}
.cat-blue .categories-module .active a {
  color: #2196f3;
}
.cat-orange .categories-module .active a {
  color: #f76000;
}
.cat-yellow .categories-module .active a {
  color: #fbcb23;
}
.cat-cyan .categories-module .active a {
  color: #0099cc;
}
div.swiper-wrapper {
  height: auto;
}
.brick-layout {
  background: #000000;
}
.brick-layout:before,
.brick-layout:after {
  display: table;
  content: " ";
}
.brick-layout:after {
  clear: both;
}
.brick-layout .brick-article {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.brick-layout .brick-article .inner {
  height: 0;
  padding-top: 75%;
  position: relative;
}
.brick-layout .item-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.brick-layout .item-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  filter: alpha(opacity=80);
  opacity: 0.8;
  background-image: -webkit-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: -o-linear-gradient(top, transparent 0%, #000000 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ff000000', GradientType=0);
  background-repeat: repeat-x;
}
.brick-layout .mod-articles-category-date {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.brick-layout .mod-articles-category-category {
  position: absolute;
  top: 32px;
  left: 32px;
  background: #000000;
  color: #ffffff;
  padding: 5px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 767px) {
  .brick-layout .mod-articles-category-category {
    top: 27px;
    left: 27px;
  }
}
.brick-layout .mod-articles-category-category a {
  color: #ffffff;
}
.brick-layout .article-content {
  position: absolute;
  bottom: 32px;
  left: 32px;
  right: 32px;
  padding: 0;
}
@media (max-width: 1199px) {
  .brick-layout .article-content {
    bottom: 27px;
    left: 27px;
    right: 27px;
  }
}
.brick-layout .article-content .mod-articles-category-title {
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .brick-layout .article-content .mod-articles-category-title {
    font-size: 16px;
  }
}
.brick-layout .article-content .mod-articles-category-title a {
  color: #ffffff;
}
.brick-layout .brick-article {
  background: #000000;
}
.brick-layout .brick-medium .article-content .mod-articles-category-title {
  font-size: 28px;
}
@media (max-width: 991px) {
  .brick-layout .brick-medium .article-content .mod-articles-category-title {
    font-size: 23px;
  }
}
.brick-layout .brick-big .article-content .mod-articles-category-title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.067;
}
@media (max-width: 991px) {
  .brick-layout .brick-big .article-content .mod-articles-category-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .brick-layout .brick-big .article-content .mod-articles-category-title {
    font-size: 23px;
  }
}
.brick-layout .brick-big .article-content .mod-articles-category-introtext {
  color: #ffffff;
}
.brick-layout .brick-big .article-content .mod-articles-category-readmore .mod-articles-category-title {
  color: #ffffff;
  font-size: 16px;
}
.brick-layout:hover > div {
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
.brick-layout:hover > div:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.brick-layout.swiper .category-menu {
  float: right;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .brick-layout.swiper .category-menu {
    display: none;
  }
}
.brick-layout.swiper .category-menu > ul {
  margin: 0;
  padding-left: 0;
}
.brick-layout.swiper .category-menu > ul > li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
}
.brick-layout.swiper .category-menu > ul > li a {
  color: #000000;
  cursor: pointer;
  display: inline-block;
  padding-right: 0;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.brick-layout.swiper .category-menu > ul > li a:hover,
.brick-layout.swiper .category-menu > ul > li a:focus,
.brick-layout.swiper .category-menu > ul > li a:active {
  background: none;
  color: #d91e00;
}
.brick-layout.swiper .item-image {
  border-top: 0;
}
.brick-layout.swiper .article-content > span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 6.75px;
}
.brick-layout.swiper .mod-articles-category-introtext {
  color: #ffffff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.brick-layout.swiper .mod-articles-category-readmore {
  margin-bottom: 0;
}
.brick-layout.swiper .mod-articles-category-readmore .mod-articles-category-title {
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 0;
}
.brick-layout .swiper-button-next,
.brick-layout .swiper-button-prev {
  background: #ffffff;
  width: 16px;
  height: 32px;
  line-height: 32px;
  color: #000000;
  margin-top: -16px;
  filter: alpha(opacity=100);
  opacity: 1;
}
.brick-layout .swiper-button-next:hover,
.brick-layout .swiper-button-prev:hover,
.brick-layout .swiper-button-next:focus,
.brick-layout .swiper-button-prev:focus,
.brick-layout .swiper-button-next:active,
.brick-layout .swiper-button-prev:active {
  color: #d91e00;
}
.brick-layout .swiper-button-next.swiper-button-disabled,
.brick-layout .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
  filter: alpha(opacity=100);
  opacity: 1;
}
.brick-layout .swiper-button-next.swiper-button-disabled:hover,
.brick-layout .swiper-button-prev.swiper-button-disabled:hover,
.brick-layout .swiper-button-next.swiper-button-disabled:focus,
.brick-layout .swiper-button-prev.swiper-button-disabled:focus,
.brick-layout .swiper-button-next.swiper-button-disabled:active,
.brick-layout .swiper-button-prev.swiper-button-disabled:active {
  color: #000000;
}
.brick-layout .swiper-button-next {
  right: 0;
  text-align: right;
}
.brick-layout .swiper-button-prev {
  left: 0;
  text-align: left;
}
.ja-news {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .ja-news {
    padding-top: 27px;
  }
}
.ja-news .category-menu {
  float: right;
  margin-top: -82px;
}
@media (max-width: 767px) {
  .ja-news .category-menu {
    display: none;
  }
}
.ja-news .category-menu > ul {
  padding-right: 16px;
  margin: 0;
  padding-left: 0;
}
.ja-news .category-menu > ul > li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
}
.ja-news .category-menu > ul > li a {
  color: #000000;
  display: inline-block;
  padding-right: 0;
  padding-left: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ja-news .category-menu > ul > li a:hover,
.ja-news .category-menu > ul > li a:focus,
.ja-news .category-menu > ul > li a:active {
  background: none;
  color: #d91e00;
}
.no-title .ja-news .category-menu {
  position: static;
  margin: 0 0 27px 0;
  padding: 0 16px;
  text-align: left;
  width: 100%;
}
.no-title .ja-news .category-menu > ul {
  padding-right: 0;
}
.no-title .ja-news .category-menu > ul li a {
  padding: 0;
}
.no-title .ja-news .category-menu > ul li + li {
  margin-left: 13.5px;
}
.ja-news .mod-articles-category-group {
  background: #ffffff;
  border: 1px dashed #eeeeee;
  color: #222222;
  display: block;
  margin-bottom: 27px;
  margin-top: 27px;
  padding: 6.75px 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.ja-news .category-menu + .ja-news-group .mod-articles-category-group {
  margin-top: 0;
}
.ja-news .article-content {
  padding: 0;
}
.ja-news .article-info {
  display: block;
  float: none;
  width: auto;
}
.ja-news .mod-articles-category-title {
  font-weight: 500;
  margin-top: 6.75px;
}
.ja-news .mod-articles-category-title a {
  color: #222222;
}
.ja-news .mod-articles-category-title a:hover,
.ja-news .mod-articles-category-title a:focus,
.ja-news .mod-articles-category-title a:active {
  color: #000000;
}
.ja-news .article-aside {
  margin-bottom: 0;
}
.ja-news .ja-video-list,
.ja-news .ja-gallery-list {
  position: relative;
}
.ja-news .ja-video-list .btn-play,
.ja-news .ja-gallery-list .btn-play {
  position: absolute;
  background: #aaaaaa;
  bottom: 0;
  left: 0;
  font-size: 13px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  cursor: pointer;
}
.ja-news .ja-video-list .btn-play .ico,
.ja-news .ja-gallery-list .btn-play .ico {
  background-color: #ffffff;
  background-image: url("../../templates/ja_focus/images/ico-media.png");
  display: inline-block;
  background-position: right center;
  float: left;
  height: 32px;
  width: 32px;
}
.ja-news .ja-video-list .btn-play .ico.ico-play,
.ja-news .ja-gallery-list .btn-play .ico.ico-play {
  background-position: left center;
}
.ja-news .ja-video-list .btn-play .num-photos,
.ja-news .ja-gallery-list .btn-play .num-photos {
  padding: 0 16px;
}
.ja-news .item-image {
  overflow: hidden;
  width: 100%;
}
.ja-news .mod-articles-category-introtext {
  font-family: 'Arial', serif;
  color: #000000;
  margin-bottom: 0;
}
.ja-news .mod-articles-category-readmore a,
.ja-news .mod-articles-category-readmore a.mod-articles-category-title {
  color: #999999;
  font-size: 14px;
}
.ja-news .mod-articles-category-readmore a:hover,
.ja-news .mod-articles-category-readmore a.mod-articles-category-title:hover,
.ja-news .mod-articles-category-readmore a:focus,
.ja-news .mod-articles-category-readmore a.mod-articles-category-title:focus,
.ja-news .mod-articles-category-readmore a:active,
.ja-news .mod-articles-category-readmore a.mod-articles-category-title:active {
  color: #d91e00;
}
.ja-news .news-big .mod-articles-category-title {
  font-size: 28px;
}
@media (max-width: 767px) {
  .ja-news .news-big .mod-articles-category-title {
    font-size: 23px;
  }
}
.ja-news .news-big .item-image {
  margin-bottom: 27px;
}
.ja-news .news-big .item-image img {
  max-width: 100%;
}
.ja-news .news-medium {
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .ja-news .news-medium {
    padding-bottom: 27px;
  }
}
.ja-news .news-medium .item-image {
  margin-bottom: 27px;
}
.ja-news .news-medium .item-image img {
  max-width: 100%;
}
.ja-news .news-normal + .news-normal {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .ja-news .news-normal + .news-normal {
    margin-top: 27px;
  }
}
.ja-news .news-normal .item-image {
  float: left;
  margin-right: 16px;
  margin-bottom: 0;
  width: 27%;
}
.ja-news .news-normal .item-image img {
  max-width: 100%;
}
.ja-news .news-normal .mod-articles-category-title {
  font-size: 16px;
  margin-bottom: 0;
}
.ja-news .news-normal .btn-play {
  padding-right: 0;
}
.ja-news .news-normal .btn-play span {
  display: none;
}
.ja-news .news-normal .btn-play span {
  margin-right: 0;
}
@media (max-width: 991px) {
  .ja-news.ja-news-1 .news-big {
    margin-bottom: 27px;
  }
}
.ja-news.ja-news-2 .mod-articles-category-group {
  margin-top: 0;
}
@media (max-width: 991px) {
  .ja-news.ja-news-3 .news-big {
    margin-bottom: 27px;
  }
}
.ja-news.ja-news-3 .news-normal {
  margin-top: 32px;
}
.ja-news.ja-news-3 .ja-news-group .mod-articles-category-group {
  margin-top: 32px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .ja-news.ja-news-4 .news-big {
    margin-bottom: 27px;
  }
}
.ja-news.ja-news-4 .news-normal {
  margin-top: 0;
  margin-bottom: 27px;
}
.ja-news.ja-news-4 .news-normal .item-image {
  width: 100%;
  float: none;
  margin-right: 0;
  margin-bottom: 27px;
}
.ja-news.ja-news-5 .mod-articles-category-group {
  margin-top: 0;
}
.ja-news.ja-news-5 .news-big {
  margin-bottom: 32px;
}
.ja-news.ja-news-5 .news-big .item-image {
  width: 66.66%;
  float: left;
  margin-right: 16px;
  padding-right: 16px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .ja-news.ja-news-5 .news-big .item-image {
    margin-bottom: 27px;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
  }
}
.ja-news.ja-news-6 {
  padding-top: 0;
  margin-top: -32px;
}
.ja-news.ja-news-6 .news-big.col-xs-12 {
  padding-top: 32px;
}
.ja-news.ja-news-6 .col {
  border-right: 1px solid #eeeeee;
  margin-top: 32px;
}
.ja-news.ja-news-6 .col:nth-child(3n) {
  border-right: 0;
}
@media (max-width: 767px) {
  .ja-news.ja-news-6 .col {
    min-height: 0 !important;
  }
}
.ja-news.ja-news-6 .news-big .mod-articles-category-title {
  font-size: 23px;
}
.ja-news.ja-news-6 .news-normal {
  border-top: 1px solid #eeeeee;
  padding-top: 13.5px;
  margin-top: 13.5px;
}
.ja-news.ja-news-7 {
  padding-top: 0;
}
.ja-news.ja-news-7 .news-big {
  margin: -32px -32px 32px -32px;
  position: relative;
}
.ja-news.ja-news-7 .news-big .article-content {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 27px;
}
.ja-news.ja-news-7 .news-big .article-content h4 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .ja-news.ja-news-7 .news-big .article-content h4 {
    font-size: 18px;
  }
}
.ja-news.ja-news-7 .news-big .article-content h4 a {
  color: #ffffff;
}
.ja-news.ja-news-7 .article-content {
  overflow: hidden;
}
.ja-news.ja-news-7 .item-image {
  float: none !important;
  margin-right: 0;
  margin-bottom: 27px;
  width: 100%;
}
.ja-news.ja-news-9 {
  padding-top: 0;
}
.ja-news.ja-news-9 .mod-articles-category-group {
  border: 0;
  padding: 0;
  margin-bottom: 6.75px;
  margin-top: 0;
}
.ja-news.ja-news-9 .intro-image-wrap {
  float: left;
  position: relative;
  margin-right: 16px;
  width: 96px;
}
.ja-news.ja-news-9 .intro-image-wrap:before,
.ja-news.ja-news-9 .intro-image-wrap:after {
  display: table;
  content: " ";
}
.ja-news.ja-news-9 .intro-image-wrap:after {
  clear: both;
}
@media (max-width: 991px) {
  .ja-news.ja-news-9 .intro-image-wrap {
    margin-bottom: 13.5px;
    float: none;
    width: 100%;
  }
}
.ja-news.ja-news-9 .intro-image-wrap .item-image {
  float: none;
  margin-right: 0;
  width: 100%;
}
.ja-news.ja-news-9 .intro-image-wrap > span {
  background: #d91e00;
  color: #ffffff;
  bottom: 0;
  left: 0;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 8px;
  position: absolute;
}
.ja-news.ja-news-9 .ja-video-list .btn-play,
.ja-news.ja-news-9 .ja-gallery-list .btn-play {
  left: auto;
  right: 0;
}
.ja-news.ja-news-9 .article-content {
  overflow: hidden;
}
div.ja-news-8 .swiper-button {
  bottom: 0;
  position: absolute;
  right: -0.5px;
  height: 32px;
  width: 64px;
}
div.ja-news-8 .swiper-button > div {
  position: relative;
  top: 0;
  display: inline-block;
  text-align: center;
  float: right;
  margin: 0;
  line-height: 32px;
  height: 32px;
  width: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.ja-news-8 .brick-medium .article-content .mod-articles-category-title {
    font-size: 16px;
  }
}
div.ja-news-8 .mod-articles-category-category {
  top: 27px;
  left: 27px;
}
div.ja-news-8 .article-content {
  bottom: 27px;
  right: 27px;
  left: 27px;
}
div.ja-news-8 .article-content > span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 6.75px;
}
div.ja-news-8 .mod-articles-category-introtext {
  color: #ffffff;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.ja-news-8 .mod-articles-category-readmore {
  margin-bottom: 0;
}
div.ja-news-8 .mod-articles-category-readmore .mod-articles-category-title {
  color: #ffffff;
  font-size: 13px !important;
  margin-bottom: 0;
}
.video-list {
  border-bottom: 1px solid #eeeeee;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}
.video-list .btn-more {
  position: absolute;
  top: -60px;
  right: 0;
  color: #222222;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.video-list .btn-more:after {
  content: "\f178";
  font-family: FontAwesome;
  margin-left: 5px;
}
.video-list .btn-more:hover,
.video-list .btn-more:focus,
.video-list .btn-more:active {
  background-color: transparent;
  color: #8d1300;
}
.video-list .item-image {
  position: relative;
  margin-bottom: 32px;
}
.video-list .videos-featured-list {
  display: none;
}
@media (min-width: 992px) {
  .video-list .videos-featured-list {
    display: block;
  }
  .video-list .videos-featured-list ul {
    height: 451px;
  }
}
.video-list .videos-featured-list ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  overflow: auto;
}
.video-list .videos-featured-list ul li:before,
.video-list .videos-featured-list ul li:after {
  display: table;
  content: " ";
}
.video-list .videos-featured-list ul li:after {
  clear: both;
}
.video-list .videos-featured-list ul .item-thumb-wrap {
  margin-right: 16px;
  float: left;
  width: 45%;
}
.video-list .videos-featured-list ul .item-thumb-wrap .item-image {
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-list .videos-featured-list ul .item-thumb-wrap .btn-play {
  background: #ffffff;
  color: #f30e0e;
  left: 0;
  bottom: 0;
  position: absolute;
  line-height: 32px;
  text-align: center;
  height: 32px;
  width: 32px;
}
.video-list .videos-featured-list ul .item-thumb-wrap .video-playing .btn-play .fa::before {
  content: "\f04c";
}
.video-list .videos-featured-list h2.article-title {
  font-size: 16px;
  margin-bottom: 13.5px;
}
.video-list .videos-featured-list h2.article-title a {
  color: #222222;
}
.video-list .videos-featured-list h2.article-title a:hover,
.video-list .videos-featured-list h2.article-title a:focus,
.video-list .videos-featured-list h2.article-title a:active {
  color: #d91e00;
}
.video-list .videos-featured-list .mod-articles-category-date {
  text-transform: uppercase;
  font-size: 13px;
}
.ja-videos-list-wrap {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid #000000;
}
.ja-video-list.video-playing .video-mask {
  border: 3px solid #d91e00;
}
#ja-main-player {
  background-color: #000000;
  overflow: hidden;
}
#ja-main-player img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
}
#ja-main-player .video-mask {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
#ja-main-player #ja-btn-play {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  padding: 32px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  #ja-main-player #ja-btn-play {
    width: 50%;
  }
}
#ja-main-player #ja-btn-play .fa {
  background: #ffffff;
  text-align: center;
  line-height: 64px;
  font-size: 28px;
  height: 64px;
  width: 64px;
}
@media (max-width: 767px) {
  #ja-main-player #ja-btn-play .fa {
    line-height: 32px;
    font-size: 16px;
    height: 32px;
    width: 32px;
  }
}
#ja-main-player #ja-btn-play h3 {
  color: #ffffff;
  margin-bottom: 0;
  white-space: normal;
}
@media (max-width: 767px) {
  #ja-main-player #ja-btn-play h3 {
    font-size: 18px;
  }
}
.videoWrapper,
.embed-responsive {
  position: relative;
  padding-bottom: 56.25%;
  
  height: 0;
}
.videoWrapper iframe,
.embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-ct .latestnews {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.module-ct .latestnews > li + li {
  padding-top: 27px;
}
.module-ct .latestnews .item-title {
  line-height: 1.42;
  color: #222222;
}
.module-ct .latestnews .item-title:hover,
.module-ct .latestnews .item-title:focus,
.module-ct .latestnews .item-title:active {
  color: #d91e00;
}
@media (min-width: 992px) {
  .module-ct .latestnews .item-title {
    float: left;
    width: 65%;
    padding-left: 13.5px;
  }
}
.module-ct .latestnews .item-image {
  margin-bottom: 13.5px;
}
@media (min-width: 992px) {
  .module-ct .latestnews .item-image {
    float: left;
    width: 35%;
    margin-bottom: 0;
  }
}
.module-ct .latestnews .item-image img {
  max-width: 100%;
}
.module-ct .latestnews .item-image .num-photos {
  display: none;
}
.t3-header .latest-news-header {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.t3-header .latest-news-header .item-image {
  margin-bottom: 0;
  float: right !important;
  width: 27%;
}
.t3-header .latest-news-header .item-image .num-photos {
  display: none;
}
.t3-header .latest-news-header .item-title {
  float: left;
  width: 73%;
  padding-right: 16px;
  padding-left: 0;
  padding-top: 32px;
  line-height: 1.42;
  color: #222222;
}
.t3-header .latest-news-header .item-title:hover,
.t3-header .latest-news-header .item-title:focus,
.t3-header .latest-news-header .item-title:active {
  color: #d91e00;
}
.latest-grid.row {
  display: flex;
  flex-wrap: wrap;
}
.latest-grid .created-date {
  color: #aaaaaa;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 6.75px;
}
.latest-grid a {
  color: #222222;
}
.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: 16px;
  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: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #8d1300;
  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: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #8d1300;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.ja-addthis p {
  display: none;
}
.ja-addthis .addthis_toolbox.addthis_vertical_style {
  width: 100%;
}
.ja-addthis .addthis_toolbox.addthis_vertical_style .at-follow-btn {
  position: relative;
  margin-left: 0;
  margin-bottom: 0;
  width: 100%;
}
.ja-addthis .addthis_toolbox.addthis_vertical_style .at-follow-btn + .at-follow-btn {
  margin-top: 10px;
}
.ja-addthis .addthis_toolbox.addthis_vertical_style .at-follow-btn .at-icon-wrapper {
  width: 100% !important;
}
.ja-addthis .addthis_toolbox.addthis_vertical_style .at-follow-btn .at-icon-wrapper .at-icon {
  margin: 6px;
  height: 20px !important;
  width: 20px !important;
}
.ja-addthis .addthis_toolbox.addthis_vertical_style .at-follow-btn .addthis_follow_label {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 0 13.5px;
  position: absolute;
  left: 32px;
  font-size: 13px;
  text-transform: uppercase;
  top: 0;
  right: 32px;
  line-height: 32px;
}
.ja-tabswrap.default .container {
  position: relative;
  overflow: visible;
  padding: 0;
}
.ja-tabswrap.default .ja-tabs-title-top,
.ja-tabswrap.default .ja-tabs-title-bottom {
  border: 0;
  bottom: 100%;
  float: right;
  height: auto !important;
  position: absolute;
  right: 0;
  width: auto;
}
@media (max-width: 991px) {
  .ja-tabswrap.default .ja-tabs-title-top,
  .ja-tabswrap.default .ja-tabs-title-bottom {
    position: relative;
    width: 100%;
  }
}
.ja-tabswrap.default .ja-tabs-title-top .ja-tabs-title,
.ja-tabswrap.default .ja-tabs-title-bottom .ja-tabs-title {
  position: relative;
  top: -32px;
}
@media (max-width: 991px) {
  .ja-tabswrap.default .ja-tabs-title-top .ja-tabs-title,
  .ja-tabswrap.default .ja-tabs-title-bottom .ja-tabs-title {
    top: 0;
  }
}
.ja-tabswrap.default .ja-tabs-title-top .ja-tabs-title li,
.ja-tabswrap.default .ja-tabs-title-bottom .ja-tabs-title li {
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  margin: 0;
  margin-left: 13.5px;
}
@media (max-width: 991px) {
  .ja-tabswrap.default .ja-tabs-title-top .ja-tabs-title li,
  .ja-tabswrap.default .ja-tabs-title-bottom .ja-tabs-title li {
    margin-left: 0;
    margin-right: 13.5px;
  }
}
.ja-tabswrap.default .ja-tabs-title-top .ja-tabs-title li h3,
.ja-tabswrap.default .ja-tabs-title-bottom .ja-tabs-title li h3 {
  border: 0;
  color: #000000;
  padding: 0 0 27px 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300 !important;
}
.ja-tabswrap.default .ja-tabs-title-top .ja-tabs-title li.active,
.ja-tabswrap.default .ja-tabs-title-bottom .ja-tabs-title li.active {
  border-bottom-color: #d91e00;
}
@media (max-width: 991px) {
  .ja-tabswrap.default .ja-tabs-title-top .ja-tabs-title li.active,
  .ja-tabswrap.default .ja-tabs-title-bottom .ja-tabs-title li.active {
    border: 0;
  }
}
.ja-tabswrap.default .ja-tabs-title-top .ja-tabs-title li.active h3,
.ja-tabswrap.default .ja-tabs-title-bottom .ja-tabs-title li.active h3 {
  color: #d91e00;
}
.ja-tabswrap.default .ja-tabs-title-bottom {
  margin-top: 27px;
  position: static;
  width: 100%;
}
.ja-tabswrap.default .ja-tabs-title-bottom .ja-tabs-title {
  top: 0;
}
.ja-tabswrap.default .ja-tabs-title-bottom .ja-tabs-title li h3 {
  padding-bottom: 6.75px !important;
}
.ja-tabswrap.default .ja-tabs-title-bottom .ja-tabs-title li.active {
  border-top: 0;
}
.acymailing_module .acymailing_form {
  margin: 0;
  width: 100%;
}
.acymailing_module .acymailing_introtext {
  display: block;
  margin-bottom: 6.75px !important;
  font-size: 13px;
  text-transform: uppercase;
}
.acymailing_module .inputbox {
  color: #000000;
}
.acymailing_module .inputbox::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.acymailing_module .inputbox:-ms-input-placeholder {
  color: #000000;
}
.acymailing_module .inputbox::-webkit-input-placeholder {
  color: #000000;
}
.acymailing_module .inputbox:focus {
  border-color: #000000;
}
.acymailing_module .acysubbuttons .btn {
  border: 0;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  height: 41px;
  width: 100%;
}
.acymailing_module .acymailing_mootoolsbutton .acymailing_togglemodule {
  background: #000000;
  color: #ffffff;
  padding: 6.75px 27px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.acym_module_form td {
  padding-bottom: 0;
  width: 100%;
  border: none;
}
.acym_module_form .acym_introtext {
  display: block;
  margin-bottom: 6.75px !important;
  font-size: 13px;
  text-transform: uppercase;
}
.acym_module_form .acym_form input.cell {
  color: #000000;
  max-width: 100%;
}
.acym_module_form .acym_form input.cell::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.acym_module_form .acym_form input.cell:-ms-input-placeholder {
  color: #000000;
}
.acym_module_form .acym_form input.cell::-webkit-input-placeholder {
  color: #000000;
}
.acym_module_form .acym_form input.cell:focus {
  border-color: #000000;
}
.acym_module_form .acym_form label.cell {
  width: 100%;
  margin-bottom: 0;
}
.acym_module_form .acym_form label.cell > div {
  display: none;
}
.acym_module_form .acym_form .acysubbuttons input {
  border: 0;
  background: #000000;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  height: 41px;
  width: 100%;
  max-width: 100%;
}
div.slide_open {
  box-shadow: none;
}
div#closepop {
  line-height: 0;
  text-align: center;
}
div#closepop::before {
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 1;
}