.blog .title-divider,
.blog-featured .title-divider {
  background-color: #3f6cb2;
  height: 5px;
  margin: 0 0 24px;
  width: 70px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.blog .article-title,
.blog-featured .article-title,
.blog .article-title a,
.blog-featured .article-title a {
  color: #23263d;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 12px;
}
.blog .article-title:hover,
.blog-featured .article-title:hover,
.blog .article-title a:hover,
.blog-featured .article-title a:hover,
.blog .article-title:active,
.blog-featured .article-title:active,
.blog .article-title a:active,
.blog-featured .article-title a:active,
.blog .article-title:focus,
.blog-featured .article-title:focus,
.blog .article-title a:focus,
.blog-featured .article-title a:focus {
  color: #3f6cb2;
}
.blog .readmore > a,
.blog-featured .readmore > a {
  color: #333333;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.blog .readmore > a:hover,
.blog-featured .readmore > a:hover,
.blog .readmore > a:active,
.blog-featured .readmore > a:active,
.blog .readmore > a:focus,
.blog-featured .readmore > a:focus {
  color: #3f6cb2;
}
.blog .item-image,
.blog-featured .item-image {
  overflow: hidden;
  margin-bottom: 24px;
}
.blog .item-image > img,
.blog-featured .item-image > img {
  max-width: 100%;
}
.blog .item-image.pull-none img,
.blog-featured .item-image.pull-none img {
  width: 100%;
}
.blog .column-1 .item-image.pull-left,
.blog-featured .column-1 .item-image.pull-left {
  float: none !important;
}
@media screen and (min-width: 992px) {
  .blog .column-1 .item-image.pull-left,
  .blog-featured .column-1 .item-image.pull-left {
    float: left !important;
    width: 50%;
    padding-right: 36px;
  }
}
.blog .column-1 .item-image.pull-left + .item-ct,
.blog-featured .column-1 .item-image.pull-left + .item-ct {
  float: none !important;
}
@media screen and (min-width: 992px) {
  .blog .column-1 .item-image.pull-left + .item-ct,
  .blog-featured .column-1 .item-image.pull-left + .item-ct {
    float: left !important;
    width: 50%;
  }
}
.blog .item-ct,
.blog-featured .item-ct {
  float: left;
}
@media (max-width: 767px) {
  .blog .items-row .col-sm-4 + .col-sm-4,
  .blog-featured .items-row .col-sm-4 + .col-sm-4 {
    margin-top: 24px;
  }
}
.blog .tags,
.blog-featured .tags {
  margin-bottom: 12px;
}
.blog .tags .label,
.blog-featured .tags .label {
  padding: 5px 8px;
  background: none;
  border: 1px solid #e6eaf0;
  color: #818c98;
}
.blog .tags .label:hover,
.blog-featured .tags .label:hover {
  background: #2b4a79;
  color: #ffffff;
  border-color: #2b4a79;
}
.items-leading .leading {
  margin-bottom: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #e6eaf0;
}
.items-leading .leading:before,
.items-leading .leading:after {
  content: " ";
  display: table;
}
.items-leading .leading:after {
  clear: both;
}
@media screen and (min-width: 992px) {
  .items-leading .item-image.pull-left {
    width: 50%;
    padding-right: 36px;
  }
}
.items-leading .item-image img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .items-leading .item-ct {
    width: 50%;
    padding-right: 24px;
  }
}
.items-row .item {
  border-bottom: 1px solid #e6eaf0;
  padding-bottom: 36px;
  margin-bottom: 36px;
}
.items-row .item:before,
.items-row .item:after {
  content: " ";
  display: table;
}
.items-row .item:after {
  clear: both;
}
.items-row:last-child .item {
  border-bottom: none;
  padding-bottom: 0;
}
.divider-vertical {
  margin: 0 0 24px;
  border: 0;
  border-top: 1px solid #e6eaf0;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .article-aside {
    font-size: 12px;
  }
}
.article-info {
  margin: 0;
  width: 85%;
  float: left;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 12px;
}
.article-info dd strong {
  font-weight: bold;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 24px;
}
.article-intro img,
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-intro img[align=left],
.article-content img[align=left],
.article-intro .img_caption.left,
.article-content .img_caption.left,
.article-intro .pull-left.item-image,
.article-content .pull-left.item-image {
  margin: 0 36px 24px 0;
}
.article-intro img[align=right],
.article-content img[align=right],
.article-intro .img_caption.right,
.article-content .img_caption.right,
.article-intro .pull-right.item-image,
.article-content .pull-right.item-image {
  margin: 0 0 24px 36px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.article-content .pager {
  background: #f7f7f7;
  padding: 12px 24px;
  border-radius: 3px;
  border: 1px solid #e6eaf0;
}
.article-content .pager ul {
  margin: 0;
  padding: 0;
}
.article-content .pager li {
  display: inline-block;
  float: left;
  font-weight: 700;
  font-size: 14px;
}
.article-content .pager li > a,
.article-content .pager li > span {
  background: none;
  border: none;
  padding: 0;
}
.article-content .pager li:last-child {
  float: right;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 24px;
}
.img-fulltext-right {
  float: right;
  margin-left: 24px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
}
article aside .btn-group .dropdown-menu {
  padding: 12px 24px;
}
article aside .btn-group .dropdown-menu li a {
  font-weight: 400;
}
article aside .btn-group > .dropdown-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 0;
}
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  color: #2b4a79;
  box-shadow: none;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
article aside .btn-group.open .dropdown-toggle {
  box-shadow: none;
  color: #2b4a79;
}
.blog-department .items-row .item {
  border: 1px solid #e6eaf0;
  background-color: #ffffff;
  padding: 24px;
  position: relative;
  border-radius: 3px;
  margin-bottom: 24px;
  -webkit-transition: box-shadow 150ms;
  -o-transition: box-shadow 150ms;
  transition: box-shadow 150ms;
}
.blog-department .items-row .item:hover {
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.blog-department .items-row .item .entry-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-department .items-row .item .entry-link:hover,
.blog-department .items-row .item .entry-link:focus,
.blog-department .items-row .item .entry-link:active {
  outline: none;
}
.blog-department .items-row .item .article-title,
.blog-department .items-row .item .article-title a {
  color: #23263d;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 18px;
}
.blog-department .flaticon {
  display: block;
}
.blog-department .flaticon::before,
.blog-department .flaticon::after {
  margin-left: 0;
  font-size: 48px;
  color: #3f6cb2;
}
.block-intro {
  margin-bottom: 48px;
}
.block-intro .intro-image {
  position: relative;
}
.block-intro .intro-image img {
  width: 100%;
}
.block-intro .intro-image .badge {
  background: #3f6cb2;
  border-radius: 0;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.block-intro .intro-image .badge:before {
  position: absolute;
  content: "";
  border-right: 10px solid transparent;
  border-top: 10px solid #3f6cb2;
  left: 100%;
  top: 0;
}
.block-intro h3 {
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
}
.block-well {
  margin-bottom: 48px;
}
.block-well h4 {
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
}
.social-links {
  padding: 0;
}
.social-links li {
  display: inline-block;
}
.social-links li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  padding: 0;
}
.social-links li.facebook a {
  background: #30477b;
}
.social-links li.rss a {
  background: #ff6252;
}
.social-links li.linked-in a {
  background: #3C6B93;
}
.social-links li.flickr a {
  background: #DB2990;
}
.social-links li.twitter a {
  background: #01aef0;
}
.social-links li:hover a,
.social-links li:focus a {
  background: #222222;
}
.service-box {
  margin-bottom: 48px;
}
.service-box .ja-slidesocial a {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.service-box .ja-slidesocial a.ja-slidesocial-facebook {
  background: #30477b;
}
.service-box .ja-slidesocial a.ja-slidesocial-twitter {
  background: #01aef0;
}
.service-box .ja-slidesocial a.ja-slidesocial-flickr {
  background: #211f20;
}
.service-box .ja-slidesocial a.ja-slidesocial-google-plus {
  background: #c31c47;
}
.service-box .ja-slidesocial a:hover,
.service-box .ja-slidesocial a:focus {
  background: #222222;
}
.service-box .service-box-title {
  text-transform: uppercase;
  color: #222222;
  margin: 0 0 36px 0;
  font-weight: 700;
}
.service-box .service-detail-img {
  position: relative;
}
.service-box .service-badge {
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  background: #fca654;
  text-align: center;
}
.service-box .service-badge:before {
  position: absolute;
  content: "";
  border-right: 10px solid transparent;
  border-top: 10px solid #fca654;
  left: 100%;
  top: 0;
}
.service-box .service-badge img {
  max-width: 50px;
  display: inline-block;
}
.service-box .service-badge-bg {
  background: #3f6cb2;
  max-height: 300px;
  overflow: hidden;
}
.service-box .service-badge-bg img {
  width: 100%;
  height: auto;
  opacity: .2;
}
.service-box .head-doctor-info p > strong {
  color: #222222;
}
.service-box ul {
  padding-left: 24px;
}
.service-box ul li {
  display: block;
  padding: 6px 24px 6px 24px;
  background: url("../../templates/ja_healthcare/images/ico/checklist.html") no-repeat left center;
}
.service-box ul li a {
  color: #222222;
}
.service-box ul li a:hover,
.service-box ul li a:focus {
  color: #3f6cb2;
  text-decoration: none;
}
.service-box ul.service-items {
  padding-left: 0;
}
.service-box ul.service-items li {
  background: none;
  padding-left: 0;
}
.service-box .service-items {
  margin: 0;
  padding: 0;
}
.service-box .service-items .service-item {
  list-style: none;
}
.service-box .service-items .service-item .media-object {
  color: #3f6cb2;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  margin-top: 5px;
  padding-right: 0;
}
.service-box .service-items .service-item .media-object i::before,
.service-box .service-items .service-item .media-object i::after {
  margin-left: 0;
  font-size: 36px;
}
.service-box .service-items .service-item .media-body {
  padding: 0 24px;
}
.service-box .service-items .service-item .media-body strong {
  color: #222222;
}
.block-thumbnails h3 {
  text-transform: uppercase;
  color: #222222;
  font-weight: 700;
}
.blog-service .items-row .item {
  border: 1px solid #e6eaf0;
  background-color: #ffffff;
  padding: 24px 24px 86px;
  position: relative;
  border-radius: 3px;
  margin-bottom: 24px;
  -webkit-box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: box-shadow 150ms;
  -o-transition: box-shadow 150ms;
  transition: box-shadow 150ms;
}
.blog-service .items-row .item:hover {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}
.blog-service .items-row .item .entry-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.blog-service .items-row .item .entry-link:hover,
.blog-service .items-row .item .entry-link:focus,
.blog-service .items-row .item .entry-link:active {
  outline: none;
}
.blog-service .items-row .item .item-image {
  float: none !important;
  margin: -24px -24px 24px;
  padding-right: 0;
  width: auto;
}
.blog-service .items-row .item .item-image img {
  max-width: 100%;
  min-width: 100%;
}
.blog-service .items-row .item .article-title,
.blog-service .items-row .item .article-title a {
  color: #23263d;
  font-weight: 400;
  font-size: 18px;
}
.blog-service .items-row .item .readmore {
  border-top: 1px solid #e6eaf0;
  margin: 24px -24px 0;
  padding: 24px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.blog-service .items-row .item .readmore > a {
  color: #ffffff;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #dddddd;
}
.row-odd {
  background-color: transparent;
}
.row-even {
  background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
  border: 0;
}
.row-fluid .row-reveal {
  visibility: hidden;
}
.row-fluid:hover .row-reveal {
  visibility: visible;
}
.nav-list > li.offset > a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 24px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
  background-color: #f9f9f9;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
  background-color: #f5f5f5;
}
.row-striped .row-fluid {
  width: 97%;
}
.row-striped .row-fluid [class*="span"] {
  min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
  margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.list-condensed li {
  padding: 5px 10px;
}
.row-condensed .row,
.row-condensed .row-fluid {
  padding: 5px 10px;
}
.list-bordered,
.row-bordered {
  list-style: none;
  line-height: 18px;
  text-align: left;
  vertical-align: middle;
  margin-left: 0;
  border: 1px solid #dddddd;
}
.tag-category h2 {
  margin-top: 0;
  margin-bottom: 18px;
}
.tag-category .tag-info img {
  max-width: 100%;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .tag-category .tag-info img {
    width: 50%;
    float: left;
    margin: 0 24px 0 0;
  }
}
.tag-category ul.category {
  border: 0;
}
.tag-category ul.category li {
  border-bottom: 1px solid #e6eaf0;
  background-color: transparent;
  padding: 0 0 36px;
  margin: 0 0 36px;
}
.tag-category ul.category li .tag-img {
  margin-bottom: 24px;
}
.tag-category ul.category li .tag-img img {
  width: 100%;
  float: none !important;
}
@media (min-width: 992px) {
  .tag-category ul.category li .tag-img {
    float: left;
    width: 30%;
    margin: 0 24px 0 0;
  }
  .tag-category ul.category li .tag-img img {
    margin-top: 2px;
    max-width: 100%;
  }
}
.tag-category ul.category li .tag-body {
  color: #3f6cb2;
  font-size: 26px;
}
@media (min-width: 992px) {
  .tag-category ul.category li .tag-body {
    overflow: hidden;
  }
}
.tag-category ul.category li .tag-body h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  margin-top: 0;
  font-size: 24px;
}
.tag-category ul.category li .tag-body h3 a {
  color: #23263d;
}
.tag-category ul.category li .tag-body h3 a:hover,
.tag-category ul.category li .tag-body h3 a:focus,
.tag-category ul.category li .tag-body h3 a:active {
  color: #3f6cb2;
}
.tag-category ul.category li .tag-body p {
  display: inline-block;
  margin-bottom: 0;
  color: #818c98;
  font-size: 14px;
}
.tag-category ul.category li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.tag-category .filters {
  border-bottom: 1px solid #eeeeee;
  padding: 0 0 36px;
  margin: 0 0 36px 0;
}
.tag-category .filters .btn-group {
  margin-left: 0;
}
@media (max-width: 767px) {
  .tag-category .filters .btn-group {
    float: none !important;
    display: block;
  }
  .tag-category .filters .btn-group.pull-right {
    margin-top: 12px;
  }
}
.tag-category .pagination-wrap {
  margin-top: 36px;
  border-top: 1px solid #e6eaf0;
}
.login-wrap {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 3px;
  box-shadow: none;
  margin: 0 auto;
  padding: 48px;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .login-wrap {
    padding: 24px;
    width: auto;
  }
}
.login-wrap .page-header {
  border: 0;
  padding: 0;
  margin-bottom: 36px;
}
@media (max-width: 767px) {
  .login-wrap .page-header {
    margin-bottom: 24px;
  }
}
.login-wrap .page-header h1 {
  color: #23263d;
  border-bottom: 1px solid #e6eaf0;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: none;
  padding-bottom: 18px;
  position: relative;
}
.login-wrap .page-header h1::before {
  background: #3f6cb2;
  bottom: -2px;
  content: "";
  left: 0;
  height: 3px;
  position: absolute;
  width: 50px;
}
@media (max-width: 767px) {
  .login-wrap .page-header h1 {
    font-size: 16px;
  }
}
.login-wrap form .control-label {
  text-align: left;
  padding-top: 0;
}
.login-wrap form label {
  color: #222222;
  text-align: left;
  font-weight: 400;
}
.login-wrap form .checkbox label {
  color: #555555;
  font-size: 12px;
}
.login-wrap form .form-group {
  margin-bottom: 24px;
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 767px) {
  .login-wrap form .form-group {
    margin-bottom: 24px;
  }
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  box-shadow: none;
  width: 100%;
}
.login-wrap form .form-group input[type="text"]:focus,
.login-wrap form .form-group input[type="password"]:focus,
.login-wrap form .form-group input[type="text"]:active,
.login-wrap form .form-group input[type="password"]:active {
  color: #818c98;
}
.login-wrap form .form-group .checkbox {
  padding-top: 7px;
  min-height: 0;
}
.login-wrap form .form-group .checkbox input[type="checkbox"] {
  margin-top: 5px;
}
.login-wrap form .form-group.other-links {
  margin-bottom: 0;
}
.login-wrap .btn {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .login-wrap .btn {
    margin-top: 24px;
  }
}
.login-wrap .other-links ul {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.login-wrap .other-links ul li {
  display: block;
  list-style: none;
  padding: 0;
}
.login-wrap .other-links ul li i.fa {
  color: #3f6cb2;
  font-size: 14px;
  padding-right: 5px;
}
.login-wrap .other-links ul li a {
  color: #555555;
}
.login-wrap .other-links ul li a:hover,
.login-wrap .other-links ul li a:focus,
.login-wrap .other-links ul li a:active {
  color: #3f6cb2;
}
.login-wrap .other-links ul li + li {
  margin-top: 6px;
}
.logout {
  border: 1px solid #e6eaf0;
  border-radius: 3px;
  padding: 48px;
  max-width: 500px;
  margin: 0 auto;
  text-align: left;
}
.logout .page-header {
  border: 0;
  margin-bottom: 24px;
}
.logout .page-header h1 {
  color: #23263d;
  border-bottom: 1px solid #e6eaf0;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: none;
  padding-bottom: 18px;
  position: relative;
}
.logout .page-header h1::before {
  background: #3f6cb2;
  bottom: -2px;
  content: "";
  left: 0;
  height: 3px;
  position: absolute;
  width: 50px;
}
.logout .form-horizontal .control-group {
  margin-bottom: 0;
}
.logout .form-horizontal .control-group .controls {
  margin-left: 0;
}
.registration,
.profile-edit {
  border: 1px solid #e6eaf0;
  border-radius: 3px;
  box-shadow: none;
  padding: 24px;
}
@media (min-width: 480px) {
  .registration,
  .profile-edit {
    margin: 0 auto;
    padding: 48px;
    width: 500px;
  }
}
.registration #jform_spacer-lbl,
.profile-edit #jform_spacer-lbl {
  color: #999999;
  font-size: 12px;
}
.registration .red,
.profile-edit .red {
  color: #ffcc00;
}
.registration legend,
.profile-edit legend {
  border: 0;
  margin-bottom: 36px;
}
.registration legend span,
.profile-edit legend span {
  color: #23263d;
  border-bottom: 1px solid #e6eaf0;
  display: block;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: none;
  padding-bottom: 18px;
  position: relative;
}
.registration legend span::before,
.profile-edit legend span::before {
  background: #3f6cb2;
  bottom: -2px;
  content: "";
  left: 0;
  height: 3px;
  position: absolute;
  width: 50px;
}
@media (max-width: 767px) {
  .registration legend span,
  .profile-edit legend span {
    font-size: 16px;
  }
}
.registration legend span > span,
.profile-edit legend span > span {
  padding: 0;
  border: none;
}
.registration legend span > span::before,
.profile-edit legend span > span::before {
  display: none;
}
.registration .form-group,
.profile-edit .form-group {
  padding: 0;
  margin-bottom: 24px;
  margin-left: -12px;
  margin-right: -12px;
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group {
  margin-top: 24px;
}
@media (min-width: 480px) {
  .registration .form-group + .form-group,
  .profile-edit .form-group + .form-group {
    margin-top: 24px;
  }
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label {
  color: #222222;
  font-weight: 400;
}
.registration .form-group input.required,
.profile-edit .form-group input.required {
  width: 100%;
}
.registration fieldset dt,
.profile-edit fieldset dt {
  margin-right: 5px;
}
.registration .form-actions,
.profile-edit .form-actions {
  background: none;
  margin-top: 12px;
  margin-bottom: 0;
  text-align: right;
}
.registration .form-actions > div,
.profile-edit .form-actions > div {
  padding: 0 15px;
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn {
  margin-left: 12px;
}
@media screen and (min-width: 992px) {
  .profile-edit {
    width: 800px;
  }
}
.profile-edit .form-group {
  padding-left: 12px;
  padding-right: 12px;
}
.profile-edit .form-group.form-actions {
  border-top-color: #e6eaf0;
  border-top-style: dotted;
  border-top-width: 1px;
  margin: 8px 0 0;
  padding-bottom: 0px;
  padding-left: 24px;
  padding-right: 0;
  padding-top: 24px;
  text-align: right;
}
.profile-edit .form-group.form-actions > div {
  padding-right: 0;
}
.profile-edit fieldset {
  margin: 0 -15px;
}
.profile-edit fieldset > * {
  padding: 0 15px;
}
.profile-edit fieldset .col-md-6 > .form-group {
  margin-bottom: 24px;
}
.profile-edit fieldset .col-md-6 > .form-group input,
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
.profile-edit fieldset + fieldset {
  margin-top: 24px;
}
.profile-edit #helpsite-refresh {
  margin-top: 24px;
}
.form-register fieldset {
  padding: 0 0 10px;
}
.form-register p {
  margin: 0 0 5px;
}
.form-register p.form-des {
  margin: 15px 0;
}
.form-register label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-left: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-left: 140px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="email"] {
  box-shadow: none;
  width: 100%;
}
.form-group input[type="text"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="text"]:active,
.form-group input[type="password"]:active,
.form-group input[type="email"]:active {
  color: #818c98;
}
.form-group label {
  color: #222222;
  text-align: left;
  font-weight: 400;
}
#user-registration .form-group + .form-group {
  padding: 0 60px 0 20px ;
}
@media (max-width: 991px) {
  #user-registration .form-group + .form-group {
    padding: 20px 60px 0 0px ;
  }
}
#user-registration .form-group + .form-group label {
  padding: 20px 0px 0 0;
}
.contact h3 {
  border-bottom: 1px solid #e6eaf0;
  color: #23263d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.0;
  margin: 0 0 24px 0;
  padding: 0 0 12px 0;
  text-transform: none;
  position: relative;
}
.contact h3::before {
  background: #3f6cb2;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.contact legend {
  border: none;
  color: #555555;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 6px;
  padding-top: 0;
}
.contact input[type="email"],
.contact input[type="text"] {
  border-width: 1px;
  width: 100%;
}
.contact textarea {
  border-width: 1px;
  box-shadow: none;
}
.contact textarea:hover,
.contact textarea:focus,
.contact textarea:active {
  box-shadow: none;
}
@media (max-width: 767px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal {
  margin-bottom: 0;
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  color: #555555;
  line-height: 1.71;
  margin-left: 0;
  margin-bottom: 6px;
}
.contact .dl-horizontal > dd .fa {
  margin-right: 12px;
  font-size: 14px;
  text-align: center;
}
.contact img {
  max-width: 100%;
}
.contact .contact-image {
  margin: 0 0 18px;
}
.contact .contact-misc img {
  max-width: 100% !important;
  margin: 0 0 24px;
  width: 100% !important;
}
.contact label {
  color: #23263d;
  font-weight: 400;
  margin-bottom: 5px !important;
}
.contact .contact-links ul li {
  display: inline-block;
  margin: 0 12px 12px 0;
  border: none;
}
.contact .contact-links ul li a {
  background-color: #f7f7f7;
  border: none;
  border-radius: 3px;
  color: #7b7b7b;
  padding: 5px 10px;
}
.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
  background: #3f6cb2;
  color: #ffffff;
}
@media (max-width: 767px) {
  .contact .control-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.plain-style.row {
  margin: 0;
}
.plain-style.row > [class^="col-"] {
  padding: 0;
}
.plain-style .contact-top {
  margin-bottom: 48px;
}
.plain-style .box-contact {
  color: #222222;
  margin-bottom: 36px;
}
.plain-style .box-contact h3 {
  margin-top: 0;
}
.plain-style .box-contact.box-bg {
  position: relative;
}
.plain-style .box-contact.box-bg p {
  margin: 0;
}
.plain-style .contact-left {
  background: none;
  color: #222222;
  margin-bottom: 48px;
  padding: 0 48px 48px 0;
}
@media (max-width: 767px) {
  .plain-style .contact-left {
    padding: 0 0 48px 0;
  }
}
.plain-style .contact-left h3 {
  border-bottom: 1px solid #e6eaf0;
  color: #23263d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.0;
  padding: 0 0 12px 0;
  text-transform: none;
  position: relative;
}
.plain-style .contact-left h3::before {
  background: #3f6cb2;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
#slide-contact {
  height: auto !important;
}
#slide-contact .panel {
  box-shadow: none;
  border: 0;
}
#slide-contact .panel + .panel {
  margin-top: 24px;
}
#slide-contact .panel .panel-heading {
  background-color: #3f6cb2;
  color: #ffffff;
  padding: 0;
}
#slide-contact .panel .panel-heading a {
  display: block;
  font-weight: 400;
  padding: 10px 20px;
}
#slide-contact .panel .panel-body {
  padding: 48px;
}
#slide-contact .panel .panel-collapse {
  background-color: #ffffff;
  border: 1px solid #e6eaf0;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.contact #myTab {
  background: #ffffff;
  margin-bottom: 0;
  border-bottom: 1px solid #c6cacf;
}
.contact #myTab li {
  border: 1px solid #3f6cb2;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-right: 3px;
}
.contact #myTab li a {
  background: #3f6cb2;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-weight: 400;
  height: 40px;
  line-height: 38px;
  margin-right: 0;
  padding: 0 48px;
  text-transform: none;
}
.contact #myTab li.active,
.contact #myTab li:hover {
  border: 1px solid #c6cacf;
}
.contact #myTab li.active a,
.contact #myTab li:hover a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  color: #3f6cb2;
  margin-bottom: -1px;
}
@media (max-width: 991px) {
  .contact #myTab li {
    margin-right: 0px;
  }
  .contact #myTab li a {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .contact #myTab li {
    display: block;
    float: none;
  }
  .contact #myTab li a {
    padding: 0 24px;
  }
}
@media (max-width: 360px) {
  .contact #myTab li a {
    padding: 0 10px;
  }
}
.contact #myTabContent {
  background: #ffffff;
  border: 1px solid #c6cacf;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 24px;
}
.contact #myTabContent .btn-block {
  width: auto !important;
}
.contact #myTabContent .dl-horizontal {
  display: table;
}
.contact #myTabContent .dl-horizontal .contact-misc img {
  float: left;
  margin: 0 24px 0 0;
  width: auto !important;
}
.contact-form legend {
  border: 0;
  color: #999999;
  font-size: 12px;
  margin: 12px 0;
  padding: 0;
}
.contact-form .form-group {
  margin: 0 -12px 24px;
}
.contact-form .form-group [class^="col-"] {
  padding: 0 12px;
}
.contact-form .form-group.cus-field,
.contact-form .form-group.contact-cap {
  margin-bottom: 0;
}
.contact-form .form-group.cus-field .form_captcha,
.contact-form .form-group.contact-cap .form_captcha {
  margin: 0 0 42px;
}
.contact-form .checkbox input {
  margin: 6px 0 0 0;
  outline: none;
}
.contact-form .checkbox label {
  color: #555555;
  font-size: 12px;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  box-shadow: none;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.com_mailto body {
  padding: 12px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #ffffff;
  margin: 12px 0 24px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 18px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: left;
  font-weight: bold;
  vertical-align: middle;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: left;
  font-weight: bold;
  text-align: right;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-left: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-left: 140px;
}
.user-details .paramlist .paramlist_key {
  padding: 0 0 5px;
  width: 130px;
}
.user-details .paramlist .paramlist_value {
  padding: 0 0 5px;
}
.user-details .user_name span {
  font-weight: bold;
  padding-left: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #e6eaf0;
  margin-bottom: 24px;
  padding: 12px 24px;
  border-radius: 3px;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
.profile .dl-horizontal dt {
  color: #23263d;
  font-weight: 400;
  text-align: left;
}
.profile legend {
  border-bottom: 1px solid #e6eaf0;
  color: #23263d;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.0;
  margin: 0 0 24px 0;
  padding: 0 0 12px 0;
  text-transform: none;
  position: relative;
}
.profile legend::before {
  background: #3f6cb2;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 50px;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.search .page-title {
  padding-bottom: 10px;
  margin: 0 0 24px;
  font-size: 36px;
  font-weight: 700;
  border: none;
  position: relative;
}
.search .page-title:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #3f6cb2;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.search .form-limit {
  margin-top: 12px;
  border-bottom: 1px solid #e6eaf0;
  padding-bottom: 12px;
}
.search .form-limit label {
  margin-bottom: 3px;
}
.search .form-limit #limit_chzn {
  display: inline-block;
}
.search .form-limit .counter {
  background: none;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.searchintro {
  font-size: 18px;
  border-bottom: 1px solid #e6eaf0;
  margin-bottom: 12px;
}
.searchintro b,
.searchintro strong {
  font-weight: 400;
}
.searchintro .badge {
  font-size: 18px;
  background: #eeeeee;
  color: #3f6cb2;
  border-radius: 0;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm .search-box {
  border: 1px solid #3f6cb2;
  border-radius: 3px;
  padding: 24px;
  margin-bottom: 24px;
}
#searchForm .form-group {
  margin-bottom: 24px;
}
#searchForm .form-group .input-group-btn:last-child > .btn {
  margin: 0;
}
#searchForm fieldset {
  margin: 0 0 24px 0;
}
#searchForm legend {
  margin-bottom: 12px;
  border: none;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
  margin-top: 4px;
}
#searchForm .chzn-container,
#searchForm label[for=limit] {
  display: inline-block;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 12px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 12px;
}
#finder-filter-window .filter-branch .finder-selects {
  padding: 0 12px 12px 0;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 24px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 24px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 24px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
.search-results .result-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6eaf0;
}
.search-results .result-item .img-intro {
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  .search-results .result-item .img-intro {
    float: left;
    width: 25%;
    padding: 0 20px 0px 0px;
  }
}
.search-results .result-item .img-intro img {
  max-width: 100%;
}
.search-results .result-item .result-title {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.7143;
}
.search-results .result-item .result-title a {
  color: #222222;
}
.search-results .result-item .result-title a:hover,
.search-results .result-item .result-title a:focus,
.search-results .result-item .result-title a:active {
  color: #2b4a79;
}
div.finder .search-box-border {
  border: 2px solid #eeeeee;
  padding: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 992px) {
  div.finder .search-box-border {
    padding: 48px;
  }
}
div.finder #search-form {
  border: 1px solid #3f6cb2;
  border-radius: 3px;
  padding: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  div.finder #search-form #smartsearch-btn {
    margin-bottom: 12px;
    vertical-align: top;
  }
}
div.finder .word .form-group {
  display: block;
  margin-bottom: 24px;
}
div.finder .word .form-group label {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}
div.finder #smartsearch-btn {
  margin-right: 8px;
}
div.finder #finder-search {
  margin: 0;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
.item-page .item-image.pull-left {
  float: none !important;
  margin: 0 0 24px;
}
.item-page .item-image.pull-left img {
  max-width: 100%;
}
.item-page .article-content {
  font-size: 15px;
}
.item-page .article-header > h1 {
  margin-bottom: 12px;
}
.item-page .article-header > h1 a {
  color: #23263d;
}
.item-page .article-header > h1 a:hover,
.item-page .article-header > h1 a:active,
.item-page .article-header > h1 a:focus {
  text-decoration: none;
  color: #2b4a79;
}
.item-page .article-aside {
  margin-bottom: 24px;
}
.item-page .article-aside .article-info dd {
  font-size: 14px;
}
.item-page .form-inline {
  margin-bottom: 24px;
}
.item-page .tags {
  margin-bottom: 12px;
}
.item-page .tags .label {
  background: none;
  border: 1px solid #e6eaf0;
  color: #999999;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
  display: inline-block;
}
.item-page .tags .label:hover,
.item-page .tags .label:focus {
  background: #2b4a79;
  border-color: #2b4a79;
  color: #ffffff;
}
.item-page .t3-module {
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .contact .thumbnail {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .contact .dl-horizontal > dd {
    margin-left: 0;
  }
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact .accordion-toggle {
  font-weight: bold;
}
.archive .filters {
  border-bottom: 1px solid #e6eaf0;
  margin: 0 0 24px;
  padding-bottom: 24px;
}
#archive-items article {
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6eaf0;
}
#archive-items .article-title {
  font-size: 24px;
  margin-bottom: 12px;
}
#archive-items .article-title > a {
  color: #23263d;
}
#archive-items .article-title > a:hover,
#archive-items .article-title > a:focus {
  color: #3f6cb2;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
#archive-items .intro p {
  display: inline-block;
}
.categories-list {
  margin-bottom: 24px;
}
.content-category .tags {
  margin-top: 24px;
}
.content-category #limit {
  margin-bottom: 12px;
}
.content-category .category.table {
  border: 0;
}
.content-category .category.table thead tr th {
  border-color: #3f6cb2;
  background: #3f6cb2;
  border-right-color: #ffffff;
  border-bottom: 0;
  padding: 12px;
}
.content-category .category.table thead tr th:last-child {
  border-right-color: #3f6cb2;
}
.content-category .category.table thead tr th a {
  color: #ffffff;
  font-weight: 400;
}
.content-category .category.table #categorylist_header_edit {
  color: #ffffff;
  font-weight: 400;
}
.content-category .category.table tbody tr .badge-info {
  border-radius: 3px;
  font-weight: 300;
}
.content-category .category.table tbody tr:hover td .badge-info {
  background: #23263d;
}
.content-category .category.table tbody tr td {
  padding: 12px;
}
.content-category .cat-list-row1,
.content-category tr.cat-list-row1 td {
  background: transparent;
}
.category-item {
  margin-bottom: 40px;
  min-height: 410px;
  overflow: hidden;
  padding: 0 12.5px 12.5px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
@media screen and (min-width: 767px) {
  .category-item {
    width: 33.33%;
    float: left;
  }
}
.category-item .category-image {
  position: relative;
}
.category-item .category-image > img {
  max-width: 100%;
}
.category-item .category-image:after {
  content: "";
  background: #3f6cb2;
  opacity: 0.3;
  filter: alpha(opacity=30);
  position: absolute;
  width: 150%;
  height: 200%;
  display: block;
  left: -170%;
  top: -60%;
  transform: rotateZ(25deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.category-item .page-header {
  line-height: normal;
  margin: 0 0 24px 0;
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6eaf0;
}
.category-item .page-header > a {
  color: #23263d;
}
.category-item .page-header > a:hover,
.category-item .page-header > a:focus {
  color: #2b4a79;
  text-decoration: none;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 24px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.category-item .category-inner {
  border-radius: 3px;
  border: 1px solid #e6eaf0;
  padding: 24px;
  -webkit-transition: box-shadow 400ms;
  -o-transition: box-shadow 400ms;
  transition: box-shadow 400ms;
}
.category-item .category-inner:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.24);
}
.category-item .category-inner:hover .category-image:after {
  left: -15%;
}
.category-item .category-inner .category-image {
  border-radius: 3px 3px 0 0;
  margin: -25px -25px 24px -25px;
  overflow: hidden;
}
.cat-children .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #e6eaf0;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 24px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  content: " ";
  display: table;
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #e6eaf0;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 24px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #e6eaf0;
  float: left;
  line-height: normal;
  margin-right: 12px;
  padding: 12px 24px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 24px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #e6eaf0;
  border-radius: 3px;
  padding: 12px 18px;
  margin: 0 0 24px 0;
}
@media (min-width: 768px) {
  #article-index,
  .article-index {
    float: right;
    width: 50%;
    margin: 0 0 24px 24px;
  }
}
@media (min-width: 992px) {
  #article-index,
  .article-index {
    width: 25%;
  }
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul > li,
.article-index ul > li {
  border: 0;
  margin-right: 0;
}
#article-index ul > li + li,
.article-index ul > li + li,
#article-index ul > li + li.active,
.article-index ul > li + li.active {
  border-top: 1px solid #e6eaf0;
  padding-top: 12px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0;
  height: auto;
  line-height: 24px;
  color: #3f6cb2;
}
#article-index ul > li > a:hover,
.article-index ul > li > a:hover,
#article-index ul > li > a:active,
.article-index ul > li > a:active,
#article-index ul > li > a:focus,
.article-index ul > li > a:focus {
  background: none;
  color: #2b4a79;
  text-decoration: underline;
  border: none;
}
#article-index ul > li.active,
.article-index ul > li.active {
  border: none;
}
#article-index ul > li.active > a,
.article-index ul > li.active > a {
  border: 0;
  background: none;
  color: #23263d;
  font-weight: 700;
}
#article-index ul > li.active > a:hover,
.article-index ul > li.active > a:hover,
#article-index ul > li.active > a:active,
.article-index ul > li.active > a:active,
#article-index ul > li.active > a:focus,
.article-index ul > li.active > a:focus {
  border: 0;
  background: none;
  color: #23263d;
  text-decoration: none;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-right: 10px;
}
.pagenav > li.pagenav-next,
.pagenav > li.next {
  float: right;
}
.pagenav li > a {
  background: none;
  padding: 12px 0;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 3px;
  font-weight: 700;
  border: 1px solid transparent;
  color: #23263d;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background: none;
  color: #2b4a79;
  text-decoration: underline;
}
.items-more h3 {
  margin: 0 0 24px;
}
.items-more .nav > li {
  border-top: 1px solid #e6eaf0;
}
.items-more .nav > li > a {
  padding: 6px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 12px 0;
}
.display-limit {
  margin: 12px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert-error .alert-link {
  color: #953b39;
}
.tip-wrap {
  background: #fff6df;
  border: 1px solid #fb3;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 300px;
  z-index: 999;
}
.tip-title {
  border-bottom: 1px solid #fb3;
  font-weight: bold;
  padding: 5px 10px;
}
.tip-text {
  font-size: 14px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.t3-top-bar .top-right .right-info {
  display: inline-block;
}
.t3-top-bar .languageswitcherload {
  float: none;
  padding: 12px;
  padding-right: 0;
  margin-left: 12px;
}
@media (min-width: 480px) {
  .t3-top-bar .languageswitcherload {
    border-left: 1px solid #e6eaf0;
    float: right;
  }
}
.t3-top-bar .languageswitcherload .mod-languages {
  padding: 0;
  width: auto !important;
  position: static;
  left: auto;
}
.t3-top-bar .languageswitcherload .mod-languages a {
  background: none;
  border: none;
  box-shadow: none;
  color: #818c98;
  font-size: 12px;
  height: auto;
  line-height: 1;
  padding: 0;
  position: relative;
}
.t3-top-bar .languageswitcherload .mod-languages.open a .fa-angle-down::before {
  content: "\f106";
}
.t3-top-bar .languageswitcherload .mod-languages .dropdown-menu {
  left: inherit;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
  min-width: 70px;
  padding: 6px 12px;
  right: 0;
}
.t3-top-bar .languageswitcherload .mod-languages .dropdown-menu li {
  display: block;
  min-width: 70px;
  margin: 0;
  padding: 0;
}
.t3-top-bar .languageswitcherload .mod-languages .dropdown-menu li a {
  padding: 3px 0px;
  font-size: 12px;
  line-height: 1.7143;
  border-radius: 3px;
  font-weight: 400;
  min-width: 70px;
  text-align: right;
  -webkit-transition: padding 350ms;
  -o-transition: padding 350ms;
  transition: padding 350ms;
}
.t3-top-bar .languageswitcherload .mod-languages .dropdown-menu li a:hover,
.t3-top-bar .languageswitcherload .mod-languages .dropdown-menu li a:focus,
.t3-top-bar .languageswitcherload .mod-languages .dropdown-menu li a:active {
  background-color: #f2f4f8;
  color: #3f6cb2;
  padding-right: 12px;
  padding-left: 12px;
}
.t3-top-bar .languageswitcherload .mod-languages .dropdown-menu li + li {
  border-left: none;
  margin: 0;
  padding: 0;
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 12px;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container.chzn-container-single .chzn-single,
.chzn-container.chzn-container-multi .chzn-choices .search-field input,
.chzn-container.chzn-container-single .chzn-search input {
  height: 38px;
}
.chzn-container.chzn-container-single .chzn-single {
  height: 38px;
  line-height: 38px;
}
.chzn-container.chzn-container-single .chzn-single div b {
  background-position: 0 9px;
}
.chzn-container.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 9px;
}
.chzn-container.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  box-sizing: border-box !important;
  margin-top: -2px;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #e6eaf0;
  height: 38px;
  border-radius: 0 3px 3px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #e6eaf0;
}
.btn-group .chzn-results {
  white-space: normal;
}
.mod-preview-info {
  z-index: 9;
}