.blog.blog-col-1 {
  padding: 0 120px;
}
@media (max-width: 767px) {
  .blog.blog-col-1 {
    padding: 0 12px;
  }
}
.blog img {
  max-width: 100%;
}
.col-md-9 .blog.blog-col-1 {
  padding: 0;
}
.category-info {
  position: relative;
  margin-bottom: 48px;
}
.category-info .page-subheader {
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  bottom: 0;
  color: #ffffff;
  left: 0;
  padding: 24px;
  position: absolute;
  margin-bottom: 0;
  width: 100%;
}
.category-info .page-subheader .page-subtitle {
  margin-bottom: 12px;
}
.category-info .page-subheader .subheading-category {
  color: #ffffff;
  font-size: 24px;
}
.category-info .page-subheader .category-desc {
  font-size: 13px;
}
.items-leading .leading {
  margin-bottom: 48px;
}
.items-row .item {
  margin-bottom: 48px;
}
.divider-vertical {
  margin: 0 0 48px;
  border: 0;
  border-top: 1px solid #e0e0e0;
}
.has-inview {
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 900ms;
  -o-transition: all 900ms;
  transition: all 900ms;
}
.has-inview.inview {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.has-inview article {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding: 48px;
}
@media (max-width: 991px) {
  .has-inview article {
    padding: 24px;
  }
}
.view-featured .has-inview article {
  margin-bottom: 0;
}
.item-image {
  margin-bottom: 24px;
  width: 100%;
}
.item-image img {
  max-width: 100%;
}
.blog .item-image {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .blog .item-image {
    margin-bottom: 24px;
  }
}
.blog-col-2 .item-image.pull-left {
  float: none !important;
  margin-bottom: 0;
}
.article-aside {
  color: #777777;
  font-size: 13px;
  margin-bottom: 24px;
}
.article-aside .btn-group .btn {
  line-height: 1;
  height: auto;
  color: #777777;
}
.article-aside .btn-group .btn:focus,
.article-aside .btn-group .btn:hover,
.article-aside .btn-group .btn:focus {
  box-shadow: none;
  color: #0082d5;
}
.article-aside .btn-group.open .btn {
  box-shadow: none;
  color: #0082d5;
}
.article-aside .dropdown-menu {
  border-radius: 0;
  background: #ffffff;
}
.article-info {
  color: #999999;
  float: left;
  margin: 0;
  width: 80%;
}
.article-info .fa {
  margin-right: 6px;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 15px;
}
.article-info dd strong {
  font-weight: bold;
}
.category-name a {
  color: #333333;
}
.category-name a:hover,
.category-name a:focus,
.category-name a:active {
  color: #005389;
}
.article-vote .content_rating {
  margin-right: 12px;
  margin-top: 6px;
  float: left;
}
.article-vote .form-inline {
  margin-bottom: 12px;
}
.readmore {
  text-align: right;
}
.readmore span {
  white-space: normal;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 24px;
}
.article-intro {
  color: #777777;
  margin-bottom: 12px;
}
.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;
}
.article-content {
  background: #ffffff;
  padding: 24px;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.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 {
  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 p.img_caption {
  background: #e0e0e0;
  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-toggle,
article aside .btn-group > .dropdown-toggle:hover,
article aside .btn-group > .dropdown-toggle:active,
article aside .btn-group > .dropdown-toggle:focus {
  padding: 2px 5px;
}
article aside .btn-group > .dropdown-toggle .caret {
  margin-left: 2px;
}
.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;
}
.star {
  color: #ca3058;
}
.login-wrap {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  width: 470px;
  padding: 48px;
  margin: 72px auto;
}
@media (max-width: 767px) {
  .login-wrap {
    padding: 24px;
    width: auto;
  }
}
.login-wrap .page-header {
  border-bottom: 0;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 0;
}
.login-wrap .page-header h1 {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 12px;
  position: relative;
}
.login-wrap .page-header h1:before {
  background-color: #e0e0e0;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.login-wrap form .control-label {
  text-align: left;
}
.login-wrap form .control-label {
  position: relative;
  padding: 0;
}
.login-wrap form .control-label label {
  background-color: #f7f7f7;
  border-right: 1px solid #e0e0e0;
  border-radius: 5px 0 0 5px;
  color: #999999;
  display: block;
  height: 38px;
  left: 1px;
  line-height: 38px;
  padding: 0 0 0 15px;
  position: absolute;
  min-width: 125px;
  top: 1px;
}
@media (max-width: 767px) {
  .login-wrap form .control-label label {
    background: transparent;
    border: 0;
    padding-left: 0;
    position: static;
    height: auto;
    line-height: 1;
  }
}
.login-wrap form .control-label label#username-lbl:before,
.login-wrap form .control-label label#password-lbl:before,
.login-wrap form .control-label label#secretkey-lbl:before {
  content: "\f007";
  display: inline-block;
  font-family: FontAwesome;
  height: 16px;
  width: 16px;
}
@media (max-width: 767px) {
  .login-wrap form .control-label label#username-lbl:before,
  .login-wrap form .control-label label#password-lbl:before,
  .login-wrap form .control-label label#secretkey-lbl:before {
    display: none;
  }
}
.login-wrap form .control-label label#password-lbl:before {
  content: "\f084";
}
.login-wrap form .control-label label#secretkey-lbl:before {
  content: "\f09c";
}
.login-wrap form label {
  color: #555555;
  text-align: left;
  font-weight: normal;
}
.login-wrap form .form-group {
  margin: 0 0 24px;
}
.login-wrap form .form-group input[type="text"],
.login-wrap form .form-group input[type="password"] {
  box-shadow: none;
  border-radius: 5px;
  padding: 0 20px 0 135px;
  height: 40px;
  line-height: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .login-wrap form .form-group input[type="text"],
  .login-wrap form .form-group input[type="password"] {
    padding-left: 24px;
  }
}
.login-wrap .btn-actions {
  text-align: right;
}
.login-wrap .btn-actions:before,
.login-wrap .btn-actions:after {
  content: " ";
  display: table;
}
.login-wrap .btn-actions:after {
  clear: both;
}
@media (max-width: 767px) {
  .login-wrap .btn-actions {
    text-align: left;
  }
}
.login-wrap .btn-actions .btn {
  border: 0;
  float: none;
  font-weight: 600;
  height: 40px;
  line-height: 38px;
  margin-right: 12px;
  padding: 0 24px;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 480px) {
  .login-wrap .btn-actions .btn {
    float: left;
    width: auto;
  }
}
.login-wrap .btn-actions a {
  border: 2px solid #e0e0e0;
  border-radius: 24px;
  color: #999999;
  display: inline-block;
  height: 42px;
  font-weight: 600;
  font-size: 13px;
  line-height: 40px;
  letter-spacing: 0.5px;
  margin-top: 12px;
  padding: 0 12px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media (min-width: 480px) {
  .login-wrap .btn-actions a {
    float: right;
    margin-top: 0;
    padding: 0 24px;
    width: auto;
  }
}
.login-wrap .btn-actions a:hover,
.login-wrap .btn-actions a:focus,
.login-wrap .btn-actions a:active {
  background-color: #5cb85c;
  border-color: #5cb85c;
  color: #ffffff;
  text-decoration: none;
}
.login-wrap .other-links.form-group {
  margin-bottom: 0;
}
.login-wrap .other-links.form-group ul {
  padding: 0;
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 0;
}
.login-wrap .other-links.form-group ul li {
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 12px;
}
.login-wrap .other-links.form-group ul li a {
  color: #333333;
}
.login-wrap .other-links.form-group ul li a:hover,
.login-wrap .other-links.form-group ul li a:focus,
.login-wrap .other-links.form-group ul li a:active {
  color: #005389;
}
.form-register {
  background: #ffffff;
  border-bottom: 2px solid #e0e0e0;
}
.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;
}
.registration {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 24px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .registration {
    padding: 72px;
    width: 650px;
  }
}
.registration legend {
  border-bottom: 2px solid #e0e0e0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 12px;
  width: auto;
}
.registration input {
  height: 40px;
  line-height: 40px;
}
.registration .control-label {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .registration .control-label {
    padding-left: 0;
  }
}
.registration label {
  font-weight: normal;
}
.registration fieldset dt {
  margin-right: 5px;
}
.registration .form-actions {
  background: transparent;
  border: none;
  padding: 0;
}
.registration .form-actions .col-sm-offset-4 {
  padding-left: 15px !important;
}
@media (max-width: 480px) {
  .registration .form-actions .col-sm-offset-4 {
    padding-left: 0 !important;
  }
}
.registration .form-actions .col-sm-offset-4 .validate {
  margin-right: 12px;
}
.registration .form-actions .btn {
  font-weight: 600;
  height: 40px;
  line-height: 36px;
  padding: 0 24px;
}
.registration .form-actions .btn-default {
  border-width: 2px;
  color: #999999;
}
.registration .form-actions .btn-default:hover,
.registration .form-actions .btn-default:focus,
.registration .form-actions .btn-default:active {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #ffffff;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 12px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#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: #e0e0e0;
  border: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding: 12px 24px;
  border-radius: 5px;
}
.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-edit {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 72px;
}
@media (max-width: 767px) {
  .profile-edit {
    padding: 24px;
  }
}
.profile-edit legend {
  border-bottom: 2px solid #e0e0e0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  padding-bottom: 12px;
  width: auto;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
  height: 40px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit label {
  font-weight: normal;
}
.profile-edit #helpsite-refresh {
  margin-top: 24px;
}
.profile-edit .form-actions {
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .profile-edit .form-actions > .col-sm-8 {
    padding: 0 !important;
  }
}
.profile-edit .form-actions .btn {
  font-weight: 600;
  margin-left: 12px;
  height: 40px;
  line-height: 36px;
  padding: 0 24px;
}
.profile-edit .form-actions .btn-default {
  border-width: 2px;
  color: #999999;
}
.profile-edit .form-actions .btn-default:hover,
.profile-edit .form-actions .btn-default:focus,
.profile-edit .form-actions .btn-default:active {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #ffffff;
}
.t3-mainbody .search {
  background: #ffffff;
  padding: 24px;
}
.t3-mainbody .search .page-title {
  line-height: 1.1;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.t3-mainbody .search .input-group .btn-default {
  border-radius: 0 5px 5px 0;
}
.t3-mainbody .search .chzn-container-single .chzn-single span {
  margin-right: 12px;
}
#searchForm:before,
#searchForm:after {
  content: " ";
  display: table;
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 24px 0;
}
#searchForm legend {
  margin-bottom: 12px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 24px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#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;
}
@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;
  margin-top: 24px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
  word-wrap: break-word;
}
.search-results .result-url {
  color: #555555;
  margin-top: 24px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  background: #ffffff;
  padding: 24px;
  margin-bottom: 24px;
}
div.finder > h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
div.finder .form-group.actions {
  margin-left: 12px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  div.finder .form-group.actions {
    margin-left: 105px;
  }
}
@media (max-width: 767px) {
  div.finder .form-group.actions {
    margin-left: 0;
  }
  div.finder .form-group.actions .btn {
    margin-bottom: 12px;
  }
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
.contact {
  color: #777777;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
  margin-bottom: 6px;
}
.contact .checkbox {
  padding-top: 5px;
}
.contact .checkbox label {
  color: #555555;
}
.contact .checkbox input[type="checkbox"] {
  margin-left: 0;
  vertical-align: middle;
}
.contact .control-btn {
  text-align: right;
}
@media (max-width: 991px) {
  .contact .control-btn {
    margin-top: 12px;
  }
}
.contact .control-btn .btn {
  border: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  outline: none;
  text-transform: uppercase;
}
.contact .form-group {
  margin-bottom: 24px;
}
.contact .control-label {
  color: #222222;
  margin-bottom: 6px;
}
.plain-style .address-contact {
  padding-top: 80px;
}
.plain-style .address-contact .address-detail {
  padding: 0;
  list-style: none;
}
.plain-style .address-contact .address-detail li {
  float: left;
}
@media (max-width: 991px) {
  .plain-style .address-contact .address-detail li {
    padding: 0 6px;
  }
}
.plain-style .address-contact .address-detail li > div {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #222222;
  margin-bottom: 40px;
  padding: 40px;
  text-align: center;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 991px) {
  .plain-style .address-contact .address-detail li > div {
    margin-bottom: 12px;
    padding: 24px;
  }
}
.plain-style .address-contact .address-detail li > div:hover {
  border-color: #999999;
}
.plain-style .address-contact .address-detail li > div.highlight {
  font-weight: normal;
}
.plain-style .address-contact .address-detail li > div .fa {
  color: #555555;
  font-size: 50px;
  margin-bottom: 24px;
}
.plain-style .address-contact .address-detail li > div strong {
  color: #222222;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
}
.plain-style .address-contact .address-detail li > div a {
  color: #555555;
  word-wrap: break-word;
}
.plain-style .address-contact .address-detail li > div a:hover,
.plain-style .address-contact .address-detail li > div a:focus,
.plain-style .address-contact .address-detail li > div a:active {
  color: #005389;
}
.plain-style .detail-contact {
  padding-top: 36px;
}
.plain-style .contact-left > h3 {
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.plain-style .contact-left .contact-form legend {
  border-bottom: 0;
  color: #777777;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 14px;
}
.plain-style .contact-left .contact-form input[type="text"],
.plain-style .contact-left .contact-form input[type="password"],
.plain-style .contact-left .contact-form input[type="email"],
.plain-style .contact-left .contact-form textarea {
  height: 40px;
  line-height: 40px;
  box-shadow: none;
  width: 100%;
}
.plain-style .contact-left .contact-form input[type="text"].invalid,
.plain-style .contact-left .contact-form input[type="password"].invalid,
.plain-style .contact-left .contact-form input[type="email"].invalid,
.plain-style .contact-left .contact-form textarea.invalid {
  border-color: #ca3058;
}
.plain-style .contact-left .contact-form textarea {
  line-height: 24px;
}
.plain-style .contact-left .contact-form .form-group:last-child {
  margin-bottom: 0;
}
.plain-style .contact-left #jform_contact_message {
  height: 150px;
}
@media (max-width: 991px) {
  .plain-style .contact-left .contact-name input {
    margin-bottom: 24px;
  }
}
.plain-style .contact-information .page-header {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.plain-style .contact-information .page-header h2 {
  color: #222222;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.plain-style .contact-information .page-header + .contact-miscinfo {
  margin-top: 24px;
}
.plain-style .contact-information .contact-miscinfo {
  margin-top: 48px;
}
.plain-style .contact-information .fa {
  margin-right: 12px;
  width: 10px;
}
.plain-style .contact-information .box-contact > h3 {
  color: #222222;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
}
.plain-style .contact-information .box-contact .fa {
  font-size: 18px;
}
.plain-style .contact-information .contact-links li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.plain-style .contact-information .contact-links li > a {
  border-radius: 3px;
  background-color: #e6e6e6;
  color: #333333;
  padding: 4.8px 8px;
}
.plain-style .contact-information .contact-links li > a:hover,
.plain-style .contact-information .contact-links li > a:focus,
.plain-style .contact-information .contact-links li > a:active {
  background-color: #0082d5;
  color: #ffffff;
}
#slide-contact .panel {
  box-shadow: none;
}
#slide-contact .panel .fa {
  margin-right: 6px;
  width: 15px;
}
#slide-contact .panel .accordion-toggle {
  font-size: 14px;
}
#slide-contact .contact-form input[type="text"],
#slide-contact .contact-form input[type="email"],
#slide-contact .contact-form input[type="password"] {
  width: 100%;
}
#myTab {
  border: 0;
}
@media (max-width: 767px) {
  #myTab > li {
    display: block;
    float: none;
    margin-bottom: 12px;
  }
}
#myTab > li > a {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #333333;
  font-weight: 700;
  padding: 0 0 8px;
  line-height: 1;
  margin-right: 24px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #myTab > li > a {
    display: inline-block;
  }
}
#myTab > li > a:hover,
#myTab > li > a:focus,
#myTab > li > a:active {
  border-bottom-color: #0082d5;
  background-color: transparent;
  color: #0082d5;
}
#myTab > li.active a {
  border-bottom-color: #0082d5;
  color: #0082d5;
}
.contact #myTabContent {
  background-color: #e0e0e0;
  padding: 24px;
  margin-top: 12px;
}
.contact #myTabContent .fa {
  margin-right: 6px;
  width: 15px;
}
.contact #myTabContent .contact-form input[type="text"],
.contact #myTabContent .contact-form input[type="email"],
.contact #myTabContent .contact-form input[type="password"] {
  width: 100%;
}
.contact .accordion-toggle {
  font-weight: bold;
}
.archive .filters {
  margin: 48px 0;
}
.archive .filters .filter-search > select {
  margin-right: 12px;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
#archive-items article {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
#archive-items article:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.categories-list {
  margin-bottom: 24px;
}
.categories-list img {
  max-width: 100%;
}
.categories-list .base-desc {
  margin-bottom: 24px;
}
.categories-list .category-item {
  margin-bottom: 48px;
}
.categories-list .category-item .cat-detail {
  -webkit-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}
.categories-list .category-item .cat-detail:hover {
  box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
  transform: translateY(-4px);
}
.categories-list .cat-description {
  background: #ffffff;
  border-bottom: 2px solid #e0e0e0;
  padding: 24px;
}
.categories-list .cat-description .item-title {
  margin-top: 0;
}
.categories-list .cat-description .item-title a {
  color: #2b2a2f;
}
.categories-list .cat-description .item-title a:hover,
.categories-list .cat-description .item-title a:focus,
.categories-list .cat-description .item-title a:active {
  color: #0082d5;
}
.categories-list .cat-description .category-desc {
  color: #777777;
  font-size: 13px;
}
.category-item:before,
.category-item:after {
  content: " ";
  display: table;
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 40px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.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 #e0e0e0;
  padding-bottom: 12px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed-category .filters,
.newsfeed .filters {
  margin: 24px 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 24px;
}
.newsfeed-category .category li,
.newsfeed .category li {
  background: #ffffff;
  padding: 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-category .category li a,
.newsfeed .category li a {
  color: #555555;
}
.newsfeed-category .category li .list-title a,
.newsfeed .category li .list-title a {
  color: #0082d5;
}
.newsfeed > h2 {
  border-bottom: 1px solid #e0e0e0;
  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 #e0e0e0;
  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 #e0e0e0;
  border-radius: 5px;
  float: right;
  padding: 10px;
  margin: 0 0 24px 24px;
  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-top: 2px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0;
  padding: 5px;
  border-radius: 5px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #0082d5;
  color: #ffffff;
}
#article-index ul > .active > a:hover,
.article-index ul > .active > a:hover,
#article-index ul > .active > a:active,
.article-index ul > .active > a:active,
#article-index ul > .active > a:focus,
.article-index ul > .active > a:focus {
  border: 0;
  background: #0082d5;
  color: #ffffff;
}
.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 > a {
  border: 1px solid #e0e0e0;
  border-radius: 0;
  color: #2b2a2f;
  padding: 12px 24px;
  line-height: normal;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #0082d5;
  color: #ffffff;
}
.pagenav li > a .icon-chevron-left {
  margin-right: 6px;
}
.pagenav li > a .icon-chevron-right {
  margin-left: 6px;
}
.items-more {
  margin-bottom: 24px;
}
.items-more h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.items-more .nav {
  border-bottom: 0;
  margin-top: 12px;
}
.items-more .nav > li > a {
  border: 0;
  color: #2b2a2f;
  padding: 5px 5px;
}
.items-more .nav > li > a:hover,
.items-more .nav > li > a:focus,
.items-more .nav > li > a:active {
  background: transparent;
  border: 0;
  color: #0082d5;
}
.event-list .intro-event {
  position: relative;
  overflow: hidden;
}
.event-list .intro-event .item-image {
  margin-bottom: 0;
}
.event-list .intro-event .event-info {
  background: #5cb85c;
  color: #ffffff;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
}
@media (max-width: 991px) {
  .event-list .intro-event .event-info {
    position: static;
    transform: translateY(0);
  }
}
.event-list .intro-event .event-info:after {
  border-width: 20px;
  border-style: solid;
  border-color: #5cb85c transparent transparent transparent;
  bottom: -40px;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -20px;
}
.event-list .intro-event .event-info:before {
  bottom: -18px;
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  z-index: 1;
}
.event-list .intro-event .event-info > div {
  display: inline-block;
  padding: 12px;
}
@media (max-width: 991px) {
  .event-list .intro-event .event-info > div {
    padding: 6px;
  }
}
.event-list .intro-event .event-info > div .fa {
  margin-right: 6px;
}
.event-list .item:hover .event-info {
  transform: translateY(0);
}
.event-detail {
  background: #5cb85c;
  color: #ffffff;
  padding: 24px;
  margin: 0 0 24px 24px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .event-detail {
    float: none !important;
    margin-left: 0;
  }
}
.event-detail h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.event-detail .event-map {
  margin-top: 24px;
  max-width: 300px;
  overflow: hidden;
}
.event-detail > div {
  margin-bottom: 12px;
}
.event-detail > div .fa {
  margin-right: 6px;
}
.event-detail > div:last-child {
  margin-bottom: 0;
}
.event-time > h3 {
  margin-bottom: 24px;
  font-weight: 600;
}
.event-time .panel {
  box-shadow: none;
  border-color: #e0e0e0;
  border-radius: 0;
}
.event-time .panel .panel-heading {
  background: #e0e0e0;
  border-radius: 0;
}
.event-time .panel-title a {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.event-time .panel-title span {
  background: #0082d5;
  line-height: 1;
  float: right;
  font-size: 12px;
  color: #ffffff;
  padding: 4.8px 6px;
}
.event-time .panel-title .collapsed span {
  background: #555555;
}
.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;
}
.tag-category img {
  max-width: 100%;
}
.tag-category .filters {
  margin: 48px 0;
}
.tag-category .category {
  border: 0;
}
.tag-category .category li {
  background: #ffffff;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 48px;
}
.tag-category .category li .info-tag {
  border-bottom: 1px solid #e0e0e0;
  padding: 24px;
}
.tag-category .category li .info-tag h3 {
  margin-top: 0;
}
.tag-category .category li .info-tag h3 a {
  color: #2b2a2f;
  font-weight: 600;
}
.tags > span {
  margin-right: 6px;
}
#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;
}
.languageswitcherload {
  display: inline-block;
  padding: 12px 0;
  position: fixed;
  right: 0;
  top: 20%;
}
.languageswitcherload .mod-languages {
  height: 36px;
  line-height: 36px;
}
.languageswitcherload .mod-languages .fa-caret-down {
  color: #ffffff;
}
.languageswitcherload .mod-languages .dropdown-menu {
  right: 0;
  left: auto;
  overflow: hidden;
}
.languageswitcherload .mod-languages .dropdown-menu li {
  margin: 0;
}
.languageswitcherload .mod-languages .lang-inline li {
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  line-height: 1;
  padding: 12px;
  margin: 0;
  width: 103px;
  transform: translateX(63px);
  -webkit-transition: transform 500ms;
  -o-transition: transform 500ms;
  transition: transform 500ms;
}
.languageswitcherload .mod-languages .lang-inline li:last-child {
  border-bottom: 0;
}
.languageswitcherload .mod-languages .lang-inline li a {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.languageswitcherload .mod-languages .lang-inline li a:hover,
.languageswitcherload .mod-languages .lang-inline li a:focus,
.languageswitcherload .mod-languages .lang-inline li a:active {
  color: #0082d5;
}
.languageswitcherload .mod-languages .lang-inline li.lang-active {
  background: #333333;
}
.languageswitcherload .mod-languages .lang-inline li.lang-active a {
  color: #ffffff;
}
.languageswitcherload .mod-languages .lang-inline li[dir="rtl"] {
  direction: ltr;
}
.languageswitcherload .mod-languages .lang-inline li img {
  margin-right: 12px;
}
.languageswitcherload .mod-languages .lang-inline li:hover {
  transform: translateX(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;
  font-size: 14px;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 36px;
}
.chzn-container-single .chzn-single {
  line-height: 1.71428571;
  padding: 5px 7.5px;
}
.chzn-container-single .chzn-single div b {
  background-position: 0 6px;
}
.chzn-container-multi .chzn-choices {
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #ffffff;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  padding: 5px 15px;
  line-height: 1.71428571;
  height: 34px;
  font-size: 14px;
  width: 100% !important;
  font-weight: 400;
}
.chzn-container-active .chzn-choices {
  border-color: #66afe9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -15px 6px;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #cccccc;
  height: 26px;
  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: #cccccc;
}
.btn-group .chzn-results {
  white-space: normal;
}