.t3-module {
  background: transparent;
  color: inherit;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 40px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: inherit;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: inherit;
  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: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #eeeeee;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module,
.latestnews {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li,
.latestnews li {
  list-style: none;
  padding: 10px 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,
.latestnews li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4,
.latestnews 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: 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 2px 5px 0;
}
.tagspopular ul > li > a {
  background: none;
  border: 1px solid #eeeeee;
  border-radius: 0;
  color: #555555;
  display: block;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #2727a4 !important;
  border-color: #2727a4 !important;
  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: #181866;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}
.articles-list .article-items .actions {
  text-align: right;
  padding: 0 40px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  height: 80px;
  line-height: 80px;
  clear: both;
}
.articles-list .article-items .actions .readmore {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-right: 0;
  -webkit-transition: padding-right 350ms;
  -o-transition: padding-right 350ms;
  transition: padding-right 350ms;
}
.articles-list .article-items .actions .readmore:after {
  content: "\f178";
  font-size: 12px;
  display: inline-block;
  font-family: "FontAwesome";
  margin-left: 5px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 0;
  -webkit-transition: width 350ms;
  -o-transition: width 350ms;
  transition: width 350ms;
}
.articles-list .article-items .actions .readmore:hover {
  padding-right: 20px;
}
.articles-list .article-items .actions .readmore:hover:after {
  width: 20px;
}
.articles-list .article-items .article-content {
  font-size: 14px;
}
.articles-list.ja-isotope-wrap {
  
  
  
  
  
}
.articles-list.ja-isotope-wrap .grid-xs-1 .item {
  width: 100%;
}
.articles-list.ja-isotope-wrap .grid-xs-1 .item.height2 {
  height: 640px;
}
.articles-list.ja-isotope-wrap .grid-xs-2 .item {
  width: 50%;
}
.articles-list.ja-isotope-wrap .grid-xs-3 .item {
  width: 33.3%;
}
.articles-list.ja-isotope-wrap .grid-xs-4 .item {
  width: 25%;
}
.articles-list.ja-isotope-wrap .grid-xs-5 .item {
  width: 20%;
}
.articles-list.ja-isotope-wrap .grid-xs-6 .item {
  width: 16.6%;
}
.articles-list.ja-isotope-wrap .grid-xs-7 .item {
  width: 14.28%;
}
.articles-list.ja-isotope-wrap .grid-xs-8 .item {
  width: 12.5%;
}
.articles-list.ja-isotope-wrap .grid-xs-9 .item {
  width: 11.1%;
}
.articles-list.ja-isotope-wrap .grid-xs-10 .item {
  width: 10%;
}
@media (min-width: 600px) {
  .articles-list.ja-isotope-wrap .grid-smx-1 .item {
    width: 100%;
  }
  .articles-list.ja-isotope-wrap .grid-smx-1 .item.height2 {
    height: 640px;
  }
  .articles-list.ja-isotope-wrap .grid-smx-2 .item {
    width: 50%;
  }
  .articles-list.ja-isotope-wrap .grid-smx-2 .item.height2 {
    height: 640px;
  }
  .articles-list.ja-isotope-wrap .grid-smx-3 .item {
    width: 33.3%;
  }
  .articles-list.ja-isotope-wrap .grid-smx-4 .item {
    width: 25%;
  }
  .articles-list.ja-isotope-wrap .grid-smx-5 .item {
    width: 20%;
  }
  .articles-list.ja-isotope-wrap .grid-smx-6 .item {
    width: 16.6%;
  }
  .articles-list.ja-isotope-wrap .grid-smx-7 .item {
    width: 14.28%;
  }
  .articles-list.ja-isotope-wrap .grid-smx-8 .item {
    width: 12.5%;
  }
  .articles-list.ja-isotope-wrap .grid-smx-9 .item {
    width: 11.1%;
  }
  .articles-list.ja-isotope-wrap .grid-smx-10 .item {
    width: 10%;
  }
}
@media (min-width: 768px) {
  .articles-list.ja-isotope-wrap .grid-sm-1 .item {
    width: 100%;
  }
  .articles-list.ja-isotope-wrap .grid-sm-2 .item {
    width: 50%;
  }
  .articles-list.ja-isotope-wrap .grid-sm-2 .item.height2 {
    height: 640px;
  }
  .articles-list.ja-isotope-wrap .grid-sm-3 .item {
    width: 33.3%;
  }
  .articles-list.ja-isotope-wrap .grid-sm-4 .item {
    width: 25%;
  }
  .articles-list.ja-isotope-wrap .grid-sm-5 .item {
    width: 20%;
  }
  .articles-list.ja-isotope-wrap .grid-sm-6 .item {
    width: 16.6%;
  }
  .articles-list.ja-isotope-wrap .grid-sm-7 .item {
    width: 14.28%;
  }
  .articles-list.ja-isotope-wrap .grid-sm-8 .item {
    width: 12.5%;
  }
  .articles-list.ja-isotope-wrap .grid-sm-9 .item {
    width: 11.1%;
  }
  .articles-list.ja-isotope-wrap .grid-sm-10 .item {
    width: 10%;
  }
}
@media (min-width: 992px) {
  .articles-list.ja-isotope-wrap .grid-md-1 .item {
    width: 100%;
  }
  .articles-list.ja-isotope-wrap .grid-md-2 .item {
    width: 50%;
  }
  .articles-list.ja-isotope-wrap .grid-md-2 .item.height2 {
    height: 640px;
  }
  .articles-list.ja-isotope-wrap .grid-md-3 .item {
    width: 33.3%;
  }
  .articles-list.ja-isotope-wrap .grid-md-4 .item {
    width: 25%;
  }
  .articles-list.ja-isotope-wrap .grid-md-5 .item {
    width: 20%;
  }
  .articles-list.ja-isotope-wrap .grid-md-6 .item {
    width: 16.6%;
  }
  .articles-list.ja-isotope-wrap .grid-md-7 .item {
    width: 14.28%;
  }
  .articles-list.ja-isotope-wrap .grid-md-8 .item {
    width: 12.5%;
  }
  .articles-list.ja-isotope-wrap .grid-md-9 .item {
    width: 11.1%;
  }
  .articles-list.ja-isotope-wrap .grid-md-10 .item {
    width: 10%;
  }
}
@media (min-width: 1200px) {
  .articles-list.ja-isotope-wrap .grid-lg-1 .item {
    width: 100%;
  }
  .articles-list.ja-isotope-wrap .grid-lg-2 .item {
    width: 50%;
  }
  .articles-list.ja-isotope-wrap .grid-lg-3 .item {
    width: 33.3%;
  }
  .articles-list.ja-isotope-wrap .grid-lg-4 .item {
    width: 25%;
  }
  .articles-list.ja-isotope-wrap .grid-lg-4 .item.height2 {
    height: 640px;
  }
  .articles-list.ja-isotope-wrap .grid-lg-5 .item {
    width: 20%;
  }
  .articles-list.ja-isotope-wrap .grid-lg-6 .item {
    width: 16.6%;
  }
  .articles-list.ja-isotope-wrap .grid-lg-7 .item {
    width: 14.28%;
  }
  .articles-list.ja-isotope-wrap .grid-lg-8 .item {
    width: 12.5%;
  }
  .articles-list.ja-isotope-wrap .grid-lg-9 .item {
    width: 11.1%;
  }
  .articles-list.ja-isotope-wrap .grid-lg-10 .item {
    width: 10%;
  }
}
.articles-list.ja-isotope-wrap.packery .isotope:before,
.articles-list.ja-isotope-wrap.packery .isotope:after {
  display: table;
  content: " ";
}
.articles-list.ja-isotope-wrap.packery .isotope:after {
  clear: both;
}
.articles-list.ja-isotope-wrap.packery .item {
  float: left;
  height: 320px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.articles-list.ja-isotope-wrap.packery .item .article-content {
  position: absolute;
  bottom: -20px;
  padding: 40px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.articles-list.ja-isotope-wrap.packery .item .article-content .mod-articles-category-category a {
  color: #ffffff;
}
.articles-list.ja-isotope-wrap.packery .item .article-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  -webkit-transition: background 350ms;
  -o-transition: background 350ms;
  transition: background 350ms;
}
@media (max-width: 1399px) {
  .articles-list.ja-isotope-wrap.packery .item .article-img {
    background-size: cover;
    background-position: center;
  }
}
.articles-list.ja-isotope-wrap.packery .item .article-img img {
  max-width: none;
  height: 100%;
}
.articles-list.ja-isotope-wrap.packery .item .article-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.articles-list.ja-isotope-wrap.packery .item .article-title a {
  color: #ffffff;
  border-bottom-color: #ffffff;
}
.articles-list.ja-isotope-wrap.packery .item .article-aside {
  margin-bottom: 0;
}
.articles-list.ja-isotope-wrap.packery .item .article-aside .dropdown-menu {
  bottom: 100%;
  top: auto;
}
.articles-list.ja-isotope-wrap.packery .item .category-name i {
  display: none;
}
.articles-list.ja-isotope-wrap.packery .item .category-name a {
  color: #ffffff;
}
.articles-list.ja-isotope-wrap.packery .item .article-aside + .readmore {
  margin-top: 20px;
}
.articles-list.ja-isotope-wrap.packery .item .article-aside + .readmore a {
  color: #ffffff;
}
.articles-list.ja-isotope-wrap.packery .item:hover .article-content {
  bottom: 0;
  filter: alpha(opacity=100);
  opacity: 1;
}
.articles-list.ja-isotope-wrap.packery .item:hover .article-img {
  background-blend-mode: multiply;
  background-color: #2727a4;
}
.articles-list.normal .article-item {
  padding: 40px 5% 80px;
}
.articles-list.normal .article-item + .article-item {
  border-left: 1px solid #eeeeee;
}
.articles-list.normal .article-item h3.article-title {
  line-height: 1.25;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .articles-list.normal .article-item.col-md-12 {
    border-top: 1px solid #eeeeee;
    min-height: unset !important;
  }
}
.articles-list.normal .article-item:hover h3.article-title a {
  color: #2727a4;
}
.articles-list.normal .article-item:hover .mod-articles-category-readmore {
  filter: alpha(opacity=100);
  opacity: 1;
}
.articles-list.normal .article-footer {
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: 15%;
  right: 15%;
}
.articles-list.normal .article-footer:before,
.articles-list.normal .article-footer:after {
  display: table;
  content: " ";
}
.articles-list.normal .article-footer:after {
  clear: both;
}
.articles-list.normal .mod-articles-category-readmore {
  float: right;
  font-weight: 700;
  text-transform: uppercase;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 350ms;
  -o-transition: opacity 350ms;
  transition: opacity 350ms;
}
.articles-list.normal .mod-articles-category-readmore .mod-articles-category-title:after {
  content: "\f178";
  display: inline-block;
  font-family: "FontAwesome";
}
.acymailing_module .acymailing_form {
  width: 100%;
}
.acymailing_module .acymailing_introtext {
  margin-bottom: 20px !important;
}
.acymailing_module .modal {
  position: static;
  border: none !important;
  color: #ffffff !important;
}
#sbox-content.sbox-content-iframe iframe {
  margin: -10px 0 0 -10px;
}
div.ja-twitter .ja-twitter-tweets div.ja-twitter-item {
  border-bottom: none;
  padding: 0 !important;
  margin-bottom: 20px;
}
div.ja-twitter .ja-twitter-item {
  font-size: 14px;
  line-height: 1.42857143;
}
.ie11 .articles-list.ja-isotope-wrap.packery .item .article-img:before,
.ie10 .articles-list.ja-isotope-wrap.packery .item .article-img:before,
.ie9 .articles-list.ja-isotope-wrap.packery .item .article-img:before,
.ie8 .articles-list.ja-isotope-wrap.packery .item .article-img:before {
  background: #2727a4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.ie11 .articles-list.ja-isotope-wrap.packery .item:hover .article-img:before,
.ie10 .articles-list.ja-isotope-wrap.packery .item:hover .article-img:before,
.ie9 .articles-list.ja-isotope-wrap.packery .item:hover .article-img:before,
.ie8 .articles-list.ja-isotope-wrap.packery .item:hover .article-img:before {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.jamasthead {
  background-image: url("../../templates/pct_frontend/images/bg-masthead.jpg");
  background-size: cover;
  background-position: center center;
  display: table;
  height: 100vh;
  position: relative;
  padding: 0 0 0 80px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1399px) {
  .jamasthead {
    padding: 140px 20px 60px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .jamasthead {
    padding: 120px 0 40px;
    height: auto;
  }
}
.jamasthead.blend-bg {
  background-blend-mode: multiply;
  background-color: #2727a4;
  background-position: center center;
}
.jamasthead .jamasthead-detail {
  color: #ffffff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  padding: 0 80px;
}
@media (max-width: 767px) {
  .jamasthead .jamasthead-detail {
    padding: 0 20px;
  }
}
.jamasthead .jamasthead-detail h3 {
  display: inline-block;
  font-size: 54px;
  font-weight: 700;
  margin: 0 auto 40px;
  max-width: 640px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 767px) {
  .jamasthead .jamasthead-detail h3 {
    font-size: 36px;
  }
}
@media (max-width: 1399px) {
  .jamasthead .jamasthead-detail h3 {
    margin-bottom: 20px;
  }
}
.jamasthead .jamasthead-detail .jamasthead-description {
  font-size: 20px;
  font-family: 'Karla', sans-serif;
  max-width: 640px;
  margin: 0 auto;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
@media (max-width: 1199px) {
  .jamasthead .jamasthead-detail .jamasthead-description {
    font-size: 14px;
  }
}
.jamasthead #particles-js {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}
@media (max-width: 1399px) {
  .jamasthead #particles-js {
    display: none;
  }
}
.jamasthead #ja-masthead-bg {
  position: relative;
  margin-left: -80px;
}
@media (max-width: 1399px) {
  .jamasthead #ja-masthead-bg {
    margin-left: 0 !important;
    left: 0 !important;
    z-index: 1 !important;
  }
}
.jamasthead #ja-masthead-bg:before {
  background: #2727a4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.no-responsive #ja-masthead-bg {
  margin-left: 0 !important;
  z-index: 1 !important;
}
.ie11 .blend-bg.jamasthead:before,
.ie10 .blend-bg.jamasthead:before,
.ie9 .blend-bg.jamasthead:before,
.ie8 .blend-bg.jamasthead:before {
  background: #2727a4;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
@supports (-ms-accelerator:true) {
  .blend-bg.jamasthead {
    position: relative;
  }
  .blend-bg.jamasthead:before {
    background: #2727a4;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=90);
    opacity: 0.9;
  }
}
.t3-module .module-ct .social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.t3-module .module-ct .social-list > li {
  display: block;
  margin: 0;
  float: left;
  width: 25%;
  position: relative;
}
.t3-module .module-ct .social-list > li > a {
  border-right: 1px solid #222222;
  border-top: 1px solid #222222;
  padding: 0 !important;
  line-height: 80px;
  display: block;
  color: #555555;
  font-size: 20px;
  -webkit-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
.t3-module .module-ct .social-list > li > a:hover,
.t3-module .module-ct .social-list > li > a:focus {
  color: #eeeeee;
}

html.ie8 .ja-isotope-wrap .item {
  display: inline-block;
  margin-left: -0.5px;
  position: relative !important;
  left: auto !important;
  top: auto !important;
  float: none !important;
  width: 24% !important;
}
html.ie8 .ja-isotope-wrap .item.height2 {
  height: 320px !important;
}