.blog .title-divider {
  background-color: #2196f3;
  height: 5px;
  margin: 0 0 24px;
  width: 70px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.blog .readmore {
  text-align: left;
}
.blog .readmore > a {
  color: #333333;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.blog .readmore > a:before {
  background-color: #0a6ebd;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.35s;
  width: 0;
}
.blog .readmore > a:hover,
.blog .readmore > a:focus {
  color: #0a6ebd;
}
.blog .readmore > a:hover:before,
.blog .readmore > a:focus:before {
  width: 100%;
}
.blog .item-image {
  overflow: hidden;
  margin-bottom: 24px;
}
.blog .item-image img {
  max-width: 100%;
}
.blog .item-image.pull-none img {
  width: 100%;
}
.blog .column-1 .item-image.pull-left {
  width: 100%;
  padding-right: 48px;
}
@media (max-width: 767px) {
  .blog .column-1 .item-image.pull-left {
    padding-right: 0;
    float: none !important;
    width: 100%;
  }
}
.blog .column-1 .item-image.pull-left + .item-ct {
  width: 100%;
}
@media (max-width: 767px) {
  .blog .column-1 .item-image.pull-left + .item-ct {
    width: 100%;
  }
}
.blog .item-ct {
  float: left;
}
@media (max-width: 767px) {
  .blog .items-row .col-sm-4 + .col-sm-4 {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .blog-featured #adminForm {
    overflow: auto;
  }
}
.items-leading .leading {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #eaeaea;
}
.items-leading .leading:before,
.items-leading .leading:after {
  display: table;
  content: " ";
}
.items-leading .leading:after {
  clear: both;
}
.items-leading .item-image {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  padding-right: 48px;
}
@media (min-width: 768px) {
  .items-leading .item-image {
    float: left;
    width: 50%;
  }
}
.items-leading .item-image img {
  width: 100%;
}
.items-leading .item-ct {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 768px) {
  .items-leading .item-ct {
    float: left;
    width: 50%;
  }
}
.items-row {
  border-bottom: 1px solid #eaeaea;
  margin: 0 -24px 48px;
  padding-bottom: 48px;
}
.items-row .item {
  padding-left: 24px;
  padding-right: 24px;
}
.items-row .item:before,
.items-row .item:after {
  display: table;
  content: " ";
}
.items-row .item:after {
  clear: both;
}
.items-row .item:hover .title-divider {
  background-color: #333333;
}
.items-row .item:hover .article-title a {
  color: #2196f3;
}
.items-row .item:hover .article-title a:hover,
.items-row .item:hover .article-title a:focus {
  color: #0a6ebd;
}
.divider-vertical {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #eaeaea;
}
.article-aside {
  color: #9e9e9e;
  font-size: 17px;
  margin-bottom: 12px;
}
.article-info {
  margin: 0;
  width: 85%;
  float: left;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  background: url("../../../templates/ja_platon/images/slash-bg.png") no-repeat left center;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 0;
  margin-right: 10px;
  padding-left: 12px;
  letter-spacing: 0.5px;
  white-space: nowrap;
  text-transform: uppercase;
}
.article-info dd strong {
  font-weight: bold;
}
.article-info dd.createdby {
  background: none;
  padding-left: 0;
}
.form-control-feedback {
  display: none;
}
.article-footer {
  color: #9e9e9e;
  font-size: 18px;
  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;
  }
}
.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: #ffffff;
  font-size: 16px;
  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;
}
@media screen and (min-width: 992px) {
  .login-wrap {
    width: 768px;
    margin: 0 auto;
  }
}
.login-wrap .page-header {
  border: none;
  text-align: center;
}
.login-wrap .page-header h1 {
  line-height: normal;
  font-size: 25px;
  display: inline-block;
  text-transform: uppercase;
}
.login-wrap .login {
  background: #222222;
  position: relative;
  padding: 24px;
}
@media screen and (max-width: 480px) {
  .login-wrap .login {
    padding: 0;
  }
}
.login-wrap .login-image {
  height: 100%;
  margin: -24px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .login-wrap .login-image {
    bottom: 0;
    height: 50%;
    margin: 0;
  }
}
.login-wrap .form-left {
  background: #ffffff;
  padding: 24px;
}
@media screen and (max-width: 480px) {
  .login-wrap .form-left {
    border: 1px solid #cccccc;
  }
}
.login-wrap .form-left .control-label {
  color: #333333;
  padding-top: 0;
  text-align: left;
  text-transform: uppercase;
  font-size: 17px;
}
.login-wrap .form-left .control-label label {
  font-weight: 400;
}
.login-wrap .form-left .control-input input {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
}
.login-wrap .form-left .form-group .checkbox {
  padding-top: 0;
  min-height: 1px;
}
.login-wrap .form-left .form-group:last-child {
  margin-bottom: 0;
}
.login-wrap .form-left .control-button {
  text-align: right;
}
.login-wrap .form-left .control-button .btn-primary {
  width: 100%;
}
.login-wrap .form-left .other-links ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.login-wrap .form-left .other-links ul li {
  display: inline-block;
  margin-right: 12px;
}
.login-wrap .form-left .other-links ul li a {
  color: #9e9e9e;
  font-size: 16px;
}
.login-wrap .form-left .other-links ul li a:hover {
  color: #0a6ebd;
  text-decoration: none;
}
.login-wrap .form-right {
  color: #ffffff;
  height: 364px;
  text-align: center;
}
.login-wrap .form-right .register {
  position: relative;
  top: 25%;
}
.login-wrap .form-right .register .login-description {
  font-size: 19.5px;
  padding: 0 24px;
  margin-bottom: 48px;
}
.login-wrap .password-group .input-group input.form-control {
  flex: 1;
  width: 100%;
}
.request-form .control-group .control-label {
  padding: 0;
}
@media screen and (min-width: 480px) {
  div.logout .form-horizontal {
    border: 2px solid #2196f3;
    width: 400px;
    padding: 24px;
    margin: 24px auto;
    text-align: center;
  }
}
div.logout .page-header {
  border: none;
  text-align: center;
}
div.logout .page-header h1 {
  line-height: normal;
  font-size: 25px;
  display: inline-block;
  text-transform: uppercase;
}
div.logout .control-group,
div.logout .control-group .controls {
  margin: 0;
}
#jform_privacyconsent_privacy-lbl a.modal,
#jform_consentbox-lbl a.modal,
#jform_terms_terms-lbl a.modal,
#jform_profile_tos-lbl a.modal {
  display: inline-block;
  position: relative;
}
#jform_terms_terms input[type="radio"],
#jform_privacyconsent_privacy input[type="radio"],
#jform_consentbox input[type="radio"],
#jform_profile_tos input[type="radio"],
#jform_terms_terms input[type="checkbox"],
#jform_privacyconsent_privacy input[type="checkbox"],
#jform_consentbox input[type="checkbox"],
#jform_profile_tos input[type="checkbox"] {
  position: relative;
  margin: 0;
  margin-right: 5px;
  width: auto;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-right: 12px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .registration,
  .profile-edit,
  .reset,
  .remind {
    width: 768px;
    margin: 0 auto;
  }
}
.registration > .form-horizontal,
.profile-edit > .form-horizontal,
.reset > .form-horizontal,
.remind > .form-horizontal {
  position: relative;
  padding: 24px;
  border: 2px solid #2196f3;
}
.registration > .form-horizontal legend,
.profile-edit > .form-horizontal legend,
.reset > .form-horizontal legend,
.remind > .form-horizontal legend {
  border: none;
  padding-left: 24px;
}
.registration .page-header,
.profile-edit .page-header,
.reset .page-header,
.remind .page-header {
  border: none;
  text-align: center;
}
.registration .page-header h1,
.profile-edit .page-header h1,
.reset .page-header h1,
.remind .page-header h1 {
  line-height: normal;
  font-size: 25px;
  display: inline-block;
  text-transform: uppercase;
}
.registration .form-group,
.profile-edit .form-group,
.reset .form-group,
.remind .form-group {
  margin: 0 -24px 24px;
}
.registration .form-group > [class^="col-"],
.profile-edit .form-group > [class^="col-"],
.reset .form-group > [class^="col-"],
.remind .form-group > [class^="col-"] {
  padding: 0 24px;
}
.registration .control-label label,
.profile-edit .control-label label,
.reset .control-label label,
.remind .control-label label {
  display: block;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  padding-top: 12px;
}
.registration .form-actions,
.profile-edit .form-actions,
.reset .form-actions,
.remind .form-actions {
  background: none;
  padding: 0;
}
.registration .form-actions [class*="col-sm-offset-"],
.profile-edit .form-actions [class*="col-sm-offset-"],
.reset .form-actions [class*="col-sm-offset-"],
.remind .form-actions [class*="col-sm-offset-"] {
  padding-left: 24px !important;
}
@media (max-width: 480px) {
  .remind #user-registration .control-group .controls {
    margin-left: 0;
  }
}
.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;
}
@media (max-width: 992px) {
  .registration .password-group .input-group input.form-control {
    width: 100%;
  }
}
.registration .password-group .input-group .btn {
  width: auto;
}
.registration fieldset dt {
  margin-right: 5px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.reset .control-label label,
.remind .control-label label {
  white-space: nowrap;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
.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: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
}
#mailto-window .mailto-close a {
  font-size: 16px;
}
#mailto-window .mailto-close a:hover {
  color: #2196f3;
}
#mailtoForm .form-group {
  margin: 0 -24px 12px;
}
#mailtoForm .form-group > [class^="col-"] {
  padding: 0 24px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: block;
  float: left;
  font-weight: bold;
  width: 100px;
}
#mailtoForm p {
  margin-top: 20px;
}
#mailtoForm .input,
#mailtoForm .inputbox {
  width: 65%;
}
#mailtoForm .btn,
#mailtoForm .button,
#mailtoForm button {
  margin-right: 5px;
}
#mailtoForm .control-group .controls {
  margin-left: 0;
}
#mailtoForm .control-group .controls #consentbox {
  padding-left: 24px;
}
.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 #eaeaea;
  margin-bottom: 24px;
  padding: 12px 24px;
  border-radius: 0;
}
.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;
}
@media screen and (min-width: 992px) {
  .profile {
    width: 768px;
    margin: 0 auto;
  }
}
.profile legend {
  border: none;
}
@media screen and (min-width: 992px) {
  .profile legend {
    margin-left: 180px;
  }
}
.profile > .profile-box {
  position: relative;
  padding: 24px;
  border: 2px solid #2196f3;
}
.profile .page-header {
  border: none;
  text-align: center;
}
.profile .page-header h1 {
  line-height: normal;
  font-size: 25px;
  display: inline-block;
  text-transform: uppercase;
}
.profile .users-profile-custom-joomlatoken .dl-horizontal dd {
  width: auto;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit #helpsite-refresh {
  margin-top: 12px;
}
.profile-edit #jform_privacyconsent_privacy {
  min-height: 0 !important;
}
.profile-edit #jform_privacyconsent_privacy .required.radio {
  display: flex;
  align-items: center;
}
.profile-edit #jform_privacyconsent_privacy .required.radio .form-check {
  display: flex;
  align-items: center;
}
.profile-edit .password-group .input-group .form-control {
  min-width: auto;
  width: 100%;
}
.j40 .profile-edit .control-group {
  display: flex;
  flex-wrap: wrap;
}
.j40 .profile-edit .control-group .control-label {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .j40 .profile-edit .control-group .control-label {
    float: left;
    width: 41.66666667%;
  }
}
@media (max-width: 480px) {
  .j40 .profile-edit .control-group .control-label {
    padding: 0;
  }
}
.j40 .profile-edit .control-group .controls {
  margin-left: 0;
  padding: 0 24px;
}
@media (max-width: 480px) {
  .j40 .profile-edit .control-group .controls {
    margin-left: 0;
    padding: 0;
  }
}
.view-search .search h1.page-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 24px;
}
.view-search .search .search-box-border {
  padding: 24px;
  border: 2px solid #2196f3;
  margin-bottom: 24px;
}
.view-search .search .searchintro {
  font-size: 20px;
  border-bottom: 1px solid #eaeaea;
}
.view-search .search .searchintro .badge {
  font-size: 20px;
  background: #eeeeee;
  color: #2196f3;
  border-radius: 0;
}
.view-search .search .form-limit {
  margin-top: 12px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 12px;
}
.view-search .search .form-limit #limit_chzn {
  display: inline-block;
}
.view-search .search .form-limit .counter {
  background: none;
  margin-top: 0;
  padding-top: 0;
  border: none;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 24px 0;
}
#searchForm legend {
  margin-bottom: 12px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
#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;
  border: none;
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
  margin-top: 4px;
}
#searchForm .chzn-container {
  display: inline-block;
}
#searchForm .input-group .form-control,
#searchForm .input-group #search-searchword {
  border-color: #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#searchForm .input-group .form-control:focus,
#searchForm .input-group #search-searchword:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #2196f3;
}
#searchForm .input-group .input-group-btn .btn {
  border: 1px solid #eaeaea;
}
#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;
}
#search-form .form-inline .input-group {
  display: flex;
  flex-wrap: wrap;
}
#search-form .form-inline .input-group input {
  margin-bottom: 12px;
  flex: 1;
}
@media (min-width: 768px) {
  #search-form .form-inline .input-group input {
    margin-bottom: 0;
  }
}
#search-form .form-inline .input-group .btn {
  padding-left: 12px;
  padding-right: 12px;
}
#search-form .form-inline .input-group .btn:first-of-type {
  margin-right: 12px;
}
@media (min-width: 768px) {
  #search-form .form-inline .input-group .btn:first-of-type {
    margin-right: 0;
  }
}
#search-form .form-inline .input-group .btn span {
  display: none;
}
@media (min-width: 768px) {
  #search-form .form-inline .input-group .btn span {
    display: inline-block;
  }
}
@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: 19.5px;
  margin-top: 24px;
}
.search-results .result-category {
  font-size: 16px;
  color: #9e9e9e;
  text-transform: uppercase;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #ffffff;
  margin-top: 24px;
}
.search-results .result-created {
  font-size: 16px;
  color: #9e9e9e;
}
.search-results .result-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eaeaea;
}
.search-results .result-item .img-intro {
  padding: 0 0 10px 0;
}
@media (min-width: 768px) {
  .search-results .result-item .img-intro {
    float: left;
    width: 40%;
    padding: 0 20px 10px 0;
  }
}
@media (min-width: 1200px) {
  .search-results .result-item .img-intro {
    width: 20%;
  }
}
.search-results .result-item .img-intro img {
  max-width: 100%;
}
.search-results .result-item .result-title {
  margin-top: 0;
  font-size: 20px;
  margin-bottom: 12px;
  line-height: 1.35;
}
.search-results .result-item .result-title a {
  color: #222222;
  border-bottom: 1px solid transparent;
}
.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: #000000;
  border-bottom-color: #eaeaea;
}
div.finder {
  margin-bottom: 24px;
}
div.finder .search-box-border {
  padding: 24px;
  border: 2px solid #2196f3;
  margin-bottom: 24px;
}
div.finder .search-box-border h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  div.finder #smartsearch-btn {
    margin-bottom: 12px;
    vertical-align: top;
  }
}
div.finder #advancedSearch {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #eaeaea;
}
div.finder #advancedSearch > hr {
  display: none;
}
div.finder #advancedSearch .advanced-search-tip + hr {
  display: none;
}
@media (max-width: 767px) {
  div.finder .form-horizontal .control-group .controls {
    margin-left: 0;
    margin-top: 12px;
  }
}
div.finder #search-results h2 {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 12px;
}
div.finder .filter-branch:before,
div.finder .filter-branch:after {
  display: table;
  content: " ";
}
div.finder .filter-branch:after {
  clear: both;
}
div.finder .filter-branch > div {
  margin-right: 12px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  div.finder .input-group {
    display: block;
  }
}
div.finder .input-group-btn > .btn {
  margin-left: 5px;
}
@media (max-width: 767px) {
  div.finder .input-group-btn {
    white-space: normal;
  }
  div.finder .input-group-btn > .btn {
    margin: 12px 0 0;
  }
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
.item-page .item-image.pull-left {
  float: left;
  margin-bottom: 24px;
  margin: 0 20px 10px 0;
}
.item-page .item-image.pull-left img {
  max-width: 100%;
}
.item-page .article-aside {
  margin-bottom: 24px;
}
.item-page .article-aside .article-info dd {
  font-size: 17px;
}
.item-page .form-inline {
  margin-bottom: 24px;
}
.item-page .tags {
  margin-bottom: 12px;
}
.item-page .tags .label {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  padding: 8px 12px;
  text-transform: uppercase;
  display: inline-block;
}
.item-page .tags .label:hover,
.item-page .tags .label:focus {
  background: #0a6ebd;
  border-color: #0a6ebd;
  color: #ffffff;
}
.item-page .tags .badge {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  padding: 8px 12px;
  text-transform: uppercase;
  display: inline-block;
}
.item-page .tags .badge:hover,
.item-page .tags .badge:focus {
  background: #0a6ebd;
  border-color: #0a6ebd;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .item-page.center-page {
    width: 768px;
    margin: 0 auto;
  }
}
.item-page.center-page .article-header {
  border: none;
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.item-page.center-page .article-header h1 {
  line-height: normal;
  font-size: 25px;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}
.item-page.center-page .article-content {
  position: relative;
  padding: 24px;
  border: 2px solid #2196f3;
  color: #ffffff;
}
.tag-category .form-inline {
  display: block;
}
.tag-category .filters {
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .tag-category .filters .btn-group.pull-right {
    float: none !important;
    margin-top: 12px;
  }
}
.tag-category .filters .btn-group {
  margin-left: 0;
}
.tag-category .filters .btn-group .inputbox {
  vertical-align: top;
}
.tag-category .filters .btn-group .btn {
  float: none;
}
.tag-category .filters .btn-group .btn > span {
  margin: 0;
}
@media (max-width: 767px) {
  .tag-category .filters .btn-group .btn {
    margin-top: 12px;
  }
}
.tag-category .category .media {
  background: none;
  padding: 24px 0;
  border-top: 1px solid #eaeaea;
  margin: 0;
}
.tag-category .category .media .media-object {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .tag-category .category .media .media-object {
    max-width: 20%;
    margin-right: 24px;
  }
}
@media screen and (max-width: 991px) {
  .tag-category .category .media .media-object.pull-left {
    float: none !important;
    height: auto;
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
}
.tag-category .category .media .media-body .title {
  margin-bottom: 12px;
  margin-top: 0;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
}
.tag-category .category .media .media-body .title a {
  color: #333333;
}
.tag-category .category .media .media-body .title a:hover,
.tag-category .category .media .media-body .title a:focus {
  color: #0a6ebd;
}
.tag-category .category .media .media-body p:last-child {
  margin: 0;
}
.tag-category .com-tags-compact__items #adminForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tag-category .com-tags-compact__items #adminForm .com-tags-tag__filter {
  display: flex;
  flex-wrap: wrap;
}
.tag-category .com-tags-compact__items #adminForm .btn-group.float-end {
  margin-right: 0;
}
.tag-category .com-tags-compact__items #adminForm .com-tags-tag-list__category {
  margin-top: 24px;
}
.com-tags-tag.tag-category .filters {
  display: flex;
}
.com-tags-tag.tag-category .filters .btn-group:first-of-type {
  display: flex;
}
@media (max-width: 480px) {
  .com-tags-tag.tag-category .filters .btn-group:first-of-type .btn {
    margin-top: 0;
  }
}
.contact {
  padding-top: 24px;
}
.contact .page-header {
  border: none;
  display: none;
}
.contact .page-header h2 {
  margin: 0;
}
.contact h3 {
  color: #333333;
  margin-bottom: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #333333;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}
.contact input[type="email"],
.contact input[type="text"] {
  width: 100%;
}
.contact textarea {
  box-shadow: none;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal {
  margin-bottom: 0;
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  margin-left: 0;
  margin-bottom: 6px;
}
.contact .dl-horizontal > dd .fa {
  margin-right: 4.8px;
  width: 15px;
}
.contact .contact-image {
  margin-bottom: 24px;
}
.contact img {
  max-width: 100%;
}
.contact .form-group.cus-field {
  margin-bottom: 0;
}
.contact label {
  color: #ffffff;
  font-weight: 400;
}
.contact .contact-links ul li {
  display: inline-block;
  margin: 0 12px 6px 0;
  border: none;
}
.contact .contact-links ul li a {
  background-color: #333333;
  color: #ffffff;
  padding: 7px 18px;
}
.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
  background-color: #0a6ebd;
  color: #ffffff;
}
.contact .control-group .control-label {
  text-align: left;
}
.contact .control-group .controls {
  margin-left: 0;
  float: left;
}
.contact .checkbox input {
  margin-left: 0;
}
.contact .control-btn {
  text-align: right;
  float: right;
}
@media (max-width: 767px) {
  .contact .control-btn {
    text-align: left;
    margin-top: 24px;
  }
}
.contact #users-profile-custom dt {
  display: block !important;
  text-align: left;
  margin-right: 24px;
  width: auto;
}
.contact #users-profile-custom dt,
.contact #users-profile-custom dd {
  margin-bottom: 10px;
}
.contact #users-profile-custom .hasPopover {
  margin-bottom: 0;
}
.plain-style.row {
  margin: 0 -24px;
}
.plain-style.row > [class^="col-"] {
  padding: 0 24px;
}
.plain-style .contact-top {
  margin-bottom: 48px;
}
.plain-style .box-contact {
  margin-bottom: 48px;
}
.plain-style .box-contact h3 {
  margin-top: 0;
}
.plain-style .box-contact.box-bg {
  background: #333333;
  color: #eeeeee;
  padding: 24px;
}
.plain-style .box-contact.box-bg h3 {
  color: #ffffff;
  border-color: #ffffff;
}
.plain-style .contact-left {
  margin-bottom: 24px;
}
.plain-style .contact-left h3 {
  margin-top: 0;
}
#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: #333333;
  color: #ffffff;
}
#slide-contact .panel .panel-body {
  padding: 24px;
}
#slide-contact .panel .panel-collapse {
  background-color: #f7f7f7;
}
.contact #myTab {
  margin-bottom: 36px;
  border-bottom: 1px solid #dddddd;
}
.contact #myTab li {
  margin-right: 24px;
}
@media (max-width: 767px) {
  .contact #myTab li {
    display: block;
    margin-bottom: 24px;
  }
}
.contact #myTab li a {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0 0 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
.contact #myTab li a:hover,
.contact #myTab li a:focus {
  color: #0a6ebd;
}
.contact #myTab li.active a {
  background-color: transparent;
  border-color: #2196f3;
  color: #2196f3;
}
.contact-form legend {
  border: 0;
  color: #9e9e9e;
  font-size: 16px;
  margin: 0 0 24px;
  padding: 0;
}
.contact-form .form-group {
  margin: 0 -24px 12px;
}
.contact-form .form-group [class^="col-"] {
  padding: 0 24px;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  box-shadow: none;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .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-form fieldset fieldset .control-group .control-label {
  display: block;
  float: none;
}
.contact .accordion-toggle {
  font-weight: bold;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 24px;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 0;
}
.category-item .category-item .page-header {
  font-size: 18px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #eaeaea;
  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 {
  display: table;
  content: " ";
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 24px;
  font-size: 19.5px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 18px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 19.5px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eaeaea;
  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 #eaeaea;
  border-radius: 0;
  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: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #2196f3;
  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: #2196f3;
  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.pagenav-next,
.pagenav > li.next {
  float: right;
}
.pagenav li > a {
  padding: 12px 0;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 0;
  font-weight: 500;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: transparent;
}
.items-more h3 {
  margin: 0 0 24px;
}
.items-more .nav > li {
  border-top: 1px solid #eaeaea;
}
.items-more .nav > li > a {
  padding: 10px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 12px 0;
}
.display-limit {
  margin: 12px 0 5px;
}
.j40 .tag-category .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.j40 .tag-category .filters .btn-group:first-of-type {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.j40 .tag-category ul.thumbnails {
  border: 1px solid #eeeeee;
  list-style: none;
  margin: 0 0 12px;
  padding: 0;
}
.j40 .tag-category ul.thumbnails li {
  padding: 12px;
}
.j40 .tag-category ul.thumbnails li h3 {
  margin: 0;
}
.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.alert-message {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert.alert-message .alert-link {
  color: #356635;
}
.alert.alert-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert.alert-notice .alert-link {
  color: #2d6987;
}
.alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert.alert-error hr {
  border-top-color: #e4b9c0;
}
.alert.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: 18px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.languageswitcherload {
  float: left;
}
.languageswitcherload .mod-languages {
  text-align: left;
}
.languageswitcherload .mod-languages li {
  margin: 0;
  padding: 0 18px;
  border-right: 1px solid #333333;
  text-transform: uppercase;
  display: inline-block !important;
  height: 40px;
  line-height: 40px;
}
.languageswitcherload .mod-languages li a {
  color: #747474;
  font-size: 10px;
}
.languageswitcherload .mod-languages li.lang-active a {
  color: #ffffff;
}
.languageswitcherload .mod-languages li a:hover,
.languageswitcherload .mod-languages li a:focus,
.languageswitcherload .mod-languages li a:active {
  color: #0a6ebd;
}
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;
}
.mod-preview-info {
  z-index: 10;
}
#adminForm .btn {
  border: 1px solid #eaeaea;
}
#adminForm .btn:hover,
#adminForm .btn:focus,
#adminForm .btn:active {
  background: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
}
.iframe-bordered {
  border: 1px solid #dddddd;
}
.chzn-container {
  display: block;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices .search-field input,
.chzn-container-single .chzn-search input {
  height: 26px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.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;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome3 !important;
}
.view-history .btn-group {
  margin-bottom: 10px;
}
.btn [class^="icon-"],
.btn [class*=" icon-"] {
  margin-right: 5px;
}
.btn span.icon-delete:before {
  content: "\f057";
  display: inline-block;
  height: 16px;
  width: 16px;
  color: #333;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 5%;
  left: 50%;
  width: 80%;
  position: fixed;
  margin-left: -40%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  outline: none;
  padding: 0 !important;
  transform: none;
  bottom: auto;
  z-index: 1050;
}
#modal-jform_consentbox.in,
#modal-consentbox.in {
  opacity: 1;
  display: block !important;
}
#modal-jform_consentbox .modal-header,
#modal-consentbox .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  overflow-y: auto;
  width: 98%;
  position: relative;
  padding: 1%;
}
#modal-jform_consentbox .modal-body,
#modal-consentbox .modal-body {
  height: 75vh;
}
#modal-jform_consentbox .iframe,
#modal-consentbox .iframe {
  height: 98%;
}
.j40 #modal-jform_consentbox,
.j40 #modal-consentbox {
  background: transparent;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: none;
  margin: 0;
  width: auto;
}
.j40 #modal-jform_consentbox .modal-title,
.j40 #modal-consentbox .modal-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.j40 #modal-jform_consentbox .modal-dialog,
.j40 #modal-consentbox .modal-dialog {
  top: auto;
  transform: translate(0);
}
#modal-consentbox .modal-header h3 {
  margin: 0;
}
#jform_consentbox .form-check-inline {
  display: flex;
  align-items: flex-start;
}
#jform_consentbox .form-check-inline .form-check-input {
  margin-top: 4px;
  margin-right: 6px;
}
.switcher input {
  position: absolute;
  left: 0;
  top: 0;
  width: 62px;
}
.modal.show .modal-dialog {
  margin-top: auto;
  margin-bottom: auto;
}