.items-leading .leading {
  border-bottom: 1px solid #e7e8e6;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.items-row .item {
  margin-bottom: 40px;
}
.divider-vertical {
  margin: 0 0 40px;
  border: 0;
  border-top: 1px solid #e7e8e6;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
}
.article-aside .dropdown-toggle {
  color: #999999;
}
.article-aside .dropdown-menu {
  background: #ffffff;
}
.article-aside .dropdown-menu > li > a {
  color: #333333;
}
.article-aside .dropdown-menu > li > a:hover,
.article-aside .dropdown-menu > li > a:focus,
.article-aside .dropdown-menu > li > a:active {
  color: #2c79b3;
}
.article-info {
  float: left;
  margin: 0;
  width: 85%;
}
.article-info i {
  display: none;
}
.article-info a {
  border-bottom: 1px dotted #e7e8e6;
  color: #555555;
}
.article-info a:hover,
.article-info a:focus,
.article-info a:active {
  color: #1d4f76;
  border-color: #1d4f76;
  text-decoration: none;
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-info dd:after {
  content: "-";
  color: #999999;
  display: inline-block;
  margin-left: 5px;
}
.article-info dd:last-child:after {
  display: none;
}
.tags {
  margin-bottom: 20px;
}
.tags span {
  margin-right: 5px;
}
.tags span .label {
  background-color: #eeeeee;
  border-radius: 2px;
  color: #555555;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 4px 5px;
  margin-bottom: 3px;
}
.tags span .label:hover,
.tags span .label:focus,
.tags span .label:active {
  background-color: #d5d5d5;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 20px;
}
.article-intro img,
.article-content img {
  border: 1px solid #e7e8e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-top: 5px !important;
  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: 5px 30px 20px 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: 5px 0 20px 30px;
}
@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: 20px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 20px;
}
.img-fulltext-right {
  float: right;
  margin-left: 20px;
}
.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 (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: 20px;
  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;
}
.login-wrap {
  border-radius: 0px;
  border: 1px solid #e7e8e6;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 768px) {
  .login-wrap {
    padding: 30px;
    width: 350px;
  }
}
.login-wrap .page-header {
  border: 0;
  padding: 0;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .login-wrap .page-header {
    margin-bottom: 20px;
  }
}
.login-wrap .page-header h1 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.login-wrap .login-description {
  margin-bottom: 20px;
}
.login-wrap form .control-label {
  text-align: left;
  padding-top: 0;
  padding-bottom: 6.66666667px;
}
.login-wrap form label {
  text-align: left;
  font-weight: 400;
}
.login-wrap form .form-group {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .login-wrap form .form-group {
    margin-bottom: 20px;
  }
}
.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 .checkbox {
  padding-top: 0;
  min-height: 0;
}
.login-wrap .btn {
  width: 100%;
}
.login-wrap .password-group .input-group .btn {
  width: auto;
}
.login-wrap .other-links {
  margin-bottom: 0 !important;
}
.login-wrap .other-links ul {
  font-size: 13px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .login-wrap .other-links ul {
    text-align: center;
  }
}
.login-wrap .other-links ul li {
  list-style: none;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .login-wrap .other-links ul li {
    padding: 0 5px;
    display: inline-block;
  }
}
.login-wrap .other-links ul li a {
  color: #2c79b3;
  font-size: 12px;
}
.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: #8bab32;
  text-decoration: none;
}
.logout {
  text-align: center;
}
.logout .form-horizontal .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: 10px;
  padding: 0;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
.registration,
.profile-edit,
.profile {
  padding: 20px;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .registration,
  .profile-edit,
  .profile {
    border-radius: 0px;
    border: 1px solid #e7e8e6;
    width: 500px;
    padding: 40px;
  }
}
.registration legend,
.profile-edit legend,
.profile legend {
  border: 0;
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: center;
}
.registration .form-group,
.profile-edit .form-group,
.profile .form-group {
  margin-bottom: 0;
}
.registration .form-group + .form-group,
.profile-edit .form-group + .form-group,
.profile .form-group + .form-group {
  margin-top: 20px;
}
.registration .form-group .control-label,
.profile-edit .form-group .control-label,
.profile .form-group .control-label {
  text-align: left;
  padding-top: 0;
}
.registration .form-group .control-label label,
.profile-edit .form-group .control-label label,
.profile .form-group .control-label label {
  color: #222222;
  font-weight: normal;
}
.registration .form-group .control-label .text label,
.profile-edit .form-group .control-label .text label,
.profile .form-group .control-label .text label {
  border-radius: 2px;
  display: block;
  background: #f7f7f7;
  padding: 10px 16px;
  font-weight: normal;
}
.registration .form-group input.required,
.profile-edit .form-group input.required,
.profile .form-group input.required {
  width: 100%;
  box-shadow: none;
}
.registration .control-group label,
.profile-edit .control-group label,
.profile .control-group label {
  font-weight: 400;
}
.registration .control-group .field-calendar input,
.profile-edit .control-group .field-calendar input,
.profile .control-group .field-calendar input {
  display: inline-block;
}
.registration .control-group .controls input,
.profile-edit .control-group .controls input,
.profile .control-group .controls input {
  width: 100%;
}
.registration fieldset dt,
.profile-edit fieldset dt,
.profile fieldset dt {
  margin-right: 5px;
}
.registration .form-actions,
.profile-edit .form-actions,
.profile .form-actions {
  background: none;
  margin-top: 30px;
  padding: 0;
}
.registration .form-actions .btn,
.profile-edit .form-actions .btn,
.profile .form-actions .btn {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
#member-registration input.form-control {
  width: 100%;
}
#member-registration .password-group .input-group .btn {
  width: auto;
}
@media (min-width: 992px) {
  .profile-edit {
    width: 800px;
  }
}
.profile-edit fieldset .col-md-6 > .form-group {
  margin: 0 0 20px;
  padding: 0;
}
.profile-edit fieldset .col-md-6 > .form-group input,
.profile-edit fieldset .col-md-6 > .form-group select {
  width: 100%;
}
@media (max-width: 767px) {
  .profile-edit fieldset .col-md-6 > .form-group .chzn-container {
    width: 100% !important;
  }
}
.profile-edit fieldset + fieldset {
  margin-top: 20px;
}
.profile-edit .field-calendar .js-calendar {
  min-width: 230px !important;
}
.profile-edit #helpsite-refresh {
  margin-top: 20px;
}
.profile-edit #helpsite-refresh:hover {
  color: #2c79b3;
}
.profile-edit .form-actions {
  text-align: center;
}
@media (min-width: 992px) {
  .profile-edit .form-actions .btn {
    width: auto;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.profile {
  text-align: right;
}
@media (min-width: 992px) {
  .profile {
    width: 700px;
  }
}
.profile .btn-toolbar {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0;
}
.profile .dl-horizontal dt {
  font-weight: 700;
}
@media (min-width: 992px) {
  .profile .dl-horizontal dt {
    width: 48%;
    margin-bottom: 5px;
  }
}
.profile .dl-horizontal dd {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .profile .dl-horizontal dd {
    margin-left: 52%;
    margin-bottom: 5px;
  }
}
.profile #users-profile-custom {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .profile fieldset {
    text-align: left;
  }
}
.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;
}
#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;
}
.com_mailto body {
  padding: 10px;
}
.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;
  font-size: 24px;
}
#mailto-window .mailto-close a {
  font-size: 16px;
}
#mailto-window .mailto-close a:hover {
  color: #2c79b3;
}
#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;
}
#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 #e7e8e6;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 2px;
}
.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;
}
.reset fieldset > p,
.remind fieldset > p {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
  padding: 20px;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: left;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-right: 6px;
  padding-left: 6px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: left;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-left: 5px;
}
.profile-edit .profile-privacyconsent {
  border: none;
}
.profile-edit .profile-privacyconsent .col-md-6 {
  width: 100% !important;
}
.profile-edit .profile-privacyconsent .t3onoff label {
  height: 36px;
}
.profile-edit .profile-privacyconsent .t3onoff label:before {
  padding: 6px 18px;
}
.search .input-group.form-group #search-searchword {
  flex: 1 1 auto;
  width: 100%;
}
.search .input-group.form-group .input-group-btn {
  width: 48px;
}
.search .input-group.form-group .input-group-btn .btn {
  height: 38px;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm fieldset {
  margin: 20px 0;
}
#searchForm legend {
  margin-bottom: 10px;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 20px;
}
#searchForm .form-limit .counter {
  border: 0;
  color: #999999;
  padding: 0;
  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: 10px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 20px;
}
.search-results .result-category {
  font-size: 12px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 20px;
}
.search-results .result-created {
  font-size: 12px;
  color: #999999;
}
div.finder {
  margin-bottom: 20px;
}
div.finder .word .form-inline > .input-group {
  display: flex;
}
div.finder .word .form-inline > .input-group .js-finder-search-query {
  width: auto;
}
div.finder .word .form-inline > .input-group a.btn {
  background: #eeeeee;
  color: #555555;
  line-height: 1.65;
  margin-left: 10px;
}
div.finder .word .form-inline > .input-group a.btn:hover {
  background: #f7f7f7;
}
div.finder .js-finder-searchform .btn {
  height: 38px;
  margin-left: 10px;
  border-radius: 0;
}
div.finder .js-finder-searchform #advancedSearch {
  margin-top: 15px;
}
@media screen and (max-width: 575px) {
  div.finder .form-inline .input-group {
    flex-wrap: wrap;
    gap: 10px;
  }
  div.finder .form-inline .awesomplete {
    flex-basis: 100%;
  }
  div.finder .form-inline .awesomplete input {
    width: 100% !important;
  }
  div.finder .form-inline .btn {
    margin-left: 0 !important;
  }
}
div.finder #finder-filter-window {
  margin-top: 24px;
  max-width: 700px;
}
div.finder #finder-filter-window #finder-filter-select-dates {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  div.finder #finder-filter-window #finder-filter-select-dates {
    grid-template-columns: repeat(2, 1fr);
  }
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 10px;
  width: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date label {
  flex-basis: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date select.inputbox {
  margin: 0;
  width: 100% !important;
  max-width: unset;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date .field-calendar {
  width: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date .field-calendar .form-control {
  border: 1px solid #e7e8e6;
  flex: 1;
  max-width: unset;
  width: 100%;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date .chzn-container {
  margin-bottom: 6px;
}
div.finder #finder-filter-window #finder-filter-select-dates .filter-date br {
  display: none;
}
div.finder #finder-filter-window .filter-branch {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
div.finder #finder-filter-window .filter-branch .control-label {
  padding: 0;
  margin-bottom: 10px;
}
div.finder #finder-filter-window .filter-branch .controls {
  margin-left: 0;
}
div.finder #finder-filter-window .filter-branch .controls select {
  color: #9e9e9e;
  width: 100%;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
.tag-category h3 {
  margin-top: 0;
  margin-bottom: 15px;
}
.tag-category .tag-info img {
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tag-category .tag-info img {
    width: 50%;
    float: left;
    margin: 0 20px 0 0;
  }
}
.tag-category ul.category {
  border: 0;
}
.tag-category ul.category li {
  border-bottom: 1px solid #e7e8e6;
  background-color: transparent;
  padding: 0 0 30px;
  margin-bottom: 30px;
}
.tag-category ul.category li:last-child {
  border: none;
  padding: 0;
}
.tag-category ul.category li .tag-img {
  margin-bottom: 20px;
}
.tag-category ul.category li .tag-img img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .tag-category ul.category li .tag-img {
    float: left;
    width: 30%;
    margin: 0 30px 0 0;
  }
}
.tag-category ul.category li .tag-body h3 {
  margin-bottom: 10px;
  line-height: 1.4;
  margin-top: 0;
}
.tag-category ul.category li .tag-body h3 a {
  color: #222222;
}
.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: #2c79b3;
}
.tag-category ul.category li .tag-body p {
  display: inline;
  margin-bottom: 0;
  color: #333333;
  font-size: 14px;
}
.tag-category .filters {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #e7e8e6;
}
.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: 10px;
  }
}
.contact .thumbnail {
  background-color: inherit;
  border: 0;
  padding: 0;
  max-width: 100%;
}
.contact .dl-horizontal {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .contact .dl-horizontal > dt {
    float: left;
    margin-right: 5px;
    width: auto;
  }
}
.contact .dl-horizontal > dd {
  margin-left: 0;
}
.contact #users-profile-custom dt {
  text-align: left;
  width: auto;
  margin-right: 12px;
}
.contact #users-profile-custom dd {
  margin-left: 0 !important;
}
.contact #users-profile-custom dt,
.contact #users-profile-custom dd {
  margin-bottom: 10px;
}
.contact #users-profile-custom dd {
  margin-left: 180px;
}
.contact #users-profile-custom .hasPopover {
  margin-bottom: 0;
}
.contact .star {
  font-size: 14px;
}
.contact .contact-address {
  margin-bottom: 20px;
}
.contact .contact-address .contact-info {
  margin-bottom: 5px;
}
.contact .contact-address .contact-info .jicons-icons {
  color: #555555;
  font-weight: 500;
}
.contact .contact-address .contact-info .jicons-icons span {
  background-color: #eeeeee;
  border-radius: 50%;
  display: inline-block;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}
.contact .contact-address .contact-info .jicons-icons span::before {
  margin-left: 5%;
}
.contact .contact-address .contact-info .non-icons {
  color: #555555;
  margin-left: 32px;
}
.contact .contact-links {
  margin-bottom: 10px;
}
.contact .contact-links .nav > li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}
.contact .contact-links .nav > li > a {
  background: linear-gradient(to bottom, #2c79b3 0%, #276b9f 100%);
  border-radius: 2px;
  color: #f7f7f7;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 6.66666667px 13.33333333px;
  text-transform: uppercase;
}
.contact .contact-links .nav > li > a::before {
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 3px;
}
.contact .contact-links .nav > li > a:hover,
.contact .contact-links .nav > li > a:active,
.contact .contact-links .nav > li > a:focus {
  background: #276b9f;
}
.contact .contact-links .nav > li > a.facebook::before {
  content: "\f09a";
}
.contact .contact-links .nav > li > a.twitter::before {
  content: "\f099";
}
.contact .contact-links .nav > li > a.google-plus::before {
  content: "\f1a0";
}
.contact .contact-links .nav > li > a.youtube::before {
  content: "\f167";
}
.contact .contact-links .nav > li > a.instagram::before {
  content: "\f16d";
}
.contact .contact-misc .maps-block {
  border-radius: 2px;
  margin: 0 0 20px;
  overflow: hidden;
}
.contact .contact-misc .maps-block .map-container {
  margin: 0;
}
.contact .contact-misc .text {
  margin-bottom: 20px;
}
.contact .contact-form {
  color: #eeeeee;
}
.contact .contact-form #contact-form legend {
  border-bottom: 0;
  color: #ffffff;
  font-size: 13px;
  margin-bottom: 10px;
}
.contact .contact-form #contact-form label {
  font-weight: 300;
}
.contact .contact-form #contact-form label.invalid {
  color: #a7c947;
}
.contact .contact-form #contact-form .control-contact {
  margin-bottom: 20px;
}
.contact .contact-form #contact-form .control-contact input,
.contact .contact-form #contact-form .control-contact textarea {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0);
  box-shadow: none;
  color: #f7f7f7;
  width: 100%;
}
.contact .contact-form #contact-form .control-contact input:focus,
.contact .contact-form #contact-form .control-contact textarea:focus {
  border-color: #93c2e5;
}
.contact .contact-form #contact-form .control-contact input.invalid,
.contact .contact-form #contact-form .control-contact textarea.invalid {
  border-color: #9bbf38;
}
.contact .contact-form #contact-form .control-contact input.invalid:focus,
.contact .contact-form #contact-form .control-contact textarea.invalid:focus {
  border-color: #93c2e5;
}
.contact .contact-form #contact-form .re-captcha {
  margin: 0;
}
.contact .contact-form #contact-form .re-captcha .control-group {
  margin: 0;
}
.contact .contact-form #contact-form .re-captcha .control-label {
  padding: 0;
  text-align: left;
  width: 100%;
}
.contact .contact-form #contact-form .re-captcha .control-label label {
  margin-bottom: 5px;
}
.contact .contact-form #contact-form .re-captcha .control-label label a {
  color: #ffffff;
}
.contact .contact-form #contact-form .re-captcha .controls {
  margin: 0;
  display: inline-block;
}
.contact .contact-form #contact-form .re-captcha .controls #jform_captcha {
  border-radius: 2px;
  margin-bottom: 20px;
  overflow: auto;
  width: 310px;
  overflow: hidden;
}
.contact .contact-form #contact-form .re-captcha .controls #jform_captcha #recaptcha_table {
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .contact .contact-form #contact-form .re-captcha .controls #jform_captcha {
    width: 100%;
  }
}
.contact .contact-form #contact-form .re-captcha .controls #recaptcha_table {
  border: 0 !important;
}
.contact .contact-form #contact-form .re-captcha .controls #recaptcha_table td {
  padding: 0 !important;
}
.contact .contact-form #contact-form .re-captcha .controls #recaptcha_table .recaptcha_image_cell {
  background-color: #f7f7f7;
  border-radius: 2px;
}
.contact .contact-form #contact-form .re-captcha .controls #recaptcha_table #recaptcha_response_field {
  background-color: #f7f7f7;
  border-radius: 2px;
}
.contact .contact-form .control-group {
  margin-bottom: 10px;
}
.contact .contact-form .control-group #jform_contact_email_copy {
  margin-right: 6px;
}
.contact .contact-form .control-group label {
  margin-bottom: 10px;
}
.contact .contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact .contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .contact .contact-col1 {
    margin-bottom: 20px;
  }
}
.contact .contact-col1 .contact-view {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .contact .contact-col1 .contact-view {
    padding-top: 0;
  }
}
.contact .contact-col1 h3 {
  color: #333333;
  font-size: 30px;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.contact .contact-col2 .contact-view {
  background-color: #2c79b3;
  border-radius: 2px;
  padding: 20px;
}
.contact .contact-col2 h3 {
  color: #f7f7f7;
  font-size: 30px;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .contact .contact-col2 #contact-form .control-contact:nth-child(1) {
    float: left;
    padding-right: 10px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contact .contact-col2 #contact-form .control-contact:nth-child(1) {
    padding-right: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .contact .contact-col2 #contact-form .control-contact:nth-child(2) {
    float: left;
    padding-left: 10px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contact .contact-col2 #contact-form .control-contact:nth-child(2) {
    padding-left: 0;
    width: 100%;
  }
}
@media (width: 1024px) {
  .contact .contact-col2 #contact-form .re-captcha .controls #jform_captcha {
    width: 244px;
  }
}
.contact .contact-col2 #contact-form .btn-primary {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.contact .contact-col2 #contact-form .btn-primary:hover,
.contact .contact-col2 #contact-form .btn-primary:focus,
.contact .contact-col2 #contact-form .btn-primary:active {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
}
.contact #slide-contact .contact-form,
.contact #myTabContent .contact-form {
  background-color: #2c79b3;
  border-radius: 2px;
  padding: 20px;
}
.contact #slide-contact .contact-form #contact-form .control-contact:nth-child(1),
.contact #myTabContent .contact-form #contact-form .control-contact:nth-child(1) {
  float: left;
  padding-right: 10px;
  width: 50%;
}
@media (max-width: 767px) {
  .contact #slide-contact .contact-form #contact-form .control-contact:nth-child(1),
  .contact #myTabContent .contact-form #contact-form .control-contact:nth-child(1) {
    padding-right: 0;
    width: 100%;
  }
}
.contact #slide-contact .contact-form #contact-form .control-contact:nth-child(2),
.contact #myTabContent .contact-form #contact-form .control-contact:nth-child(2) {
  float: left;
  padding-left: 10px;
  width: 50%;
}
@media (max-width: 767px) {
  .contact #slide-contact .contact-form #contact-form .control-contact:nth-child(2),
  .contact #myTabContent .contact-form #contact-form .control-contact:nth-child(2) {
    padding-left: 0;
    width: 100%;
  }
}
.contact #slide-contact .contact-links,
.contact #myTabContent .contact-links {
  margin-bottom: 0;
}
.contact #slide-contact .contact-misc .text,
.contact #myTabContent .contact-misc .text {
  margin-bottom: 0;
}
.contact #slide-contact .accordion-group {
  margin-bottom: 10px;
}
.contact #slide-contact .accordion-group .accordion-heading {
  letter-spacing: 1px;
  position: relative;
}
.contact #slide-contact .accordion-group .accordion-heading a {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 2px 2px 0 0;
  color: #333333;
  display: block;
  font-size: 18px;
  font-weight: 400;
  overflow: hidden;
  padding: 10px 45.71428572px 10px 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact #slide-contact .accordion-group .accordion-heading a .marker {
  background: transparent;
  color: #999999;
  height: 45.71428572px;
  letter-spacing: 0;
  line-height: 45.71428572px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  text-indent: 0;
  width: 45.71428572px;
}
.contact #slide-contact .accordion-group .accordion-heading a .marker .fa {
  background: #999999;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  line-height: 17.14285715px;
  height: 17.14285715px;
  width: 17.14285715px;
}
.contact #slide-contact .accordion-group .accordion-heading a .marker .marker-open {
  display: inline-block;
}
.contact #slide-contact .accordion-group .accordion-heading a .marker .marker-open .fa {
  background-color: #8bab32;
}
.contact #slide-contact .accordion-group .accordion-heading a .marker .marker-close {
  display: none;
}
.contact #slide-contact .accordion-group .accordion-heading a.collapsed {
  background-color: #f7f7f7;
  border-radius: 2px;
  color: #999999;
}
.contact #slide-contact .accordion-group .accordion-heading a.collapsed:hover {
  color: #2c79b3;
}
.contact #slide-contact .accordion-group .accordion-heading a.collapsed .marker-close {
  display: inline-block;
}
.contact #slide-contact .accordion-group .accordion-heading a.collapsed .marker-close .fa-plus::before {
  margin-right: .5px;
}
.contact #slide-contact .accordion-group .accordion-heading a.collapsed .marker-open {
  display: none;
}
.contact #slide-contact .accordion-group .accordion-inner {
  border: 1px solid #eeeeee;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  padding: 20px;
}
.contact #myTabContent .contact-links .nav {
  text-align: center;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 20px;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 10px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  border-bottom: 1px solid #e7e8e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 20px;
}
.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 #e7e8e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 20px;
  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 #e7e8e6;
  float: left;
  line-height: normal;
  margin-right: 10px;
  padding: 10px 20px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 20px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #e7e8e6;
  border-radius: 2px;
  float: right;
  padding: 10px;
  margin: 0 0 20px 20px;
  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: 2px;
}
#article-index ul > .active > a,
.article-index ul > .active > a {
  border: 0;
  background: #2c79b3;
  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: #2c79b3;
  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 {
  padding: 10px 20px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 2px;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.items-more h3 {
  margin: 0 0 20px;
}
.items-more .nav > li {
  border-top: 1px solid #e7e8e6;
}
.items-more .nav > li > a {
  padding: 8px 5px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 10px 0;
}
.filters .btn-group .btn {
  line-height: 24px;
}
.display-limit {
  margin: 10px 0 5px;
}
.filters #filter-search {
  float: left;
}
.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 {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-message hr {
  border-top-color: #c9e2b3;
}
.alert-message .alert-link {
  color: #356635;
}
.alert-notice {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-notice hr {
  border-top-color: #a6e1ec;
}
.alert-notice .alert-link {
  color: #2d6987;
}
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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;
}
@media (min-width: 768px) {
  .languageswitcherload {
    float: right;
    width: 100%;
  }
  .languageswitcherload .mod-languages {
    text-align: right;
  }
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 10px;
}
.edit.item-page fieldset .input-group {
  display: block;
}
.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-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: #e7e8e6;
  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: #e7e8e6;
}
.btn-group .chzn-results {
  white-space: normal;
}
#sbox-window {
  padding: 0;
}
.tab-wrapper #ja-user-register #jform_captcha .grecaptcha-badge {
  position: static !important;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 5%;
  display: block;
  z-index: 1050;
  left: 50%;
  width: 80%;
  position: fixed;
  margin-left: -40%;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  outline: none;
  padding: 0 !important;
  transform: none;
  bottom: auto;
}
#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%;
}
#modal-consentbox .modal-header h3,
#modal-jform_consentbox .modal-header h3 {
  margin: 0;
  font-size: 26px;
  color: #333333;
}
#sbox-window #sbox-content iframe {
  max-height: 100%;
  max-width: 100%;
}
.j40 .edit.item-page #adminForm .field-media-wrapper .input-group .field-media-input {
  width: 79%;
}
.j40 .edit.item-page #adminForm .field-media-wrapper .input-group .button-select {
  height: 40px;
}
.j40 .edit.item-page #adminForm .controls .form-check {
  display: inline-block;
}
.j40 .edit.item-page #adminForm .controls .form-check + div {
  display: inline-block;
}
.j40.view-contact .control-group .form-check {
  display: inline-block;
}
.j40.view-contact #jform_consentbox .form-check {
  display: flex;
  align-items: flex-start;
}
.j40.view-contact #jform_consentbox .form-check .form-check-input {
  margin-top: 2px;
}
.j40.view-contact .joomla-modal {
  display: none !important;
}
.j40.view-contact .joomla-modal.show {
  display: block !important;
}
.j40.view-contact .joomla-modal .modal-dialog.modal-dialog {
  transform: translate(0);
  margin: 0;
  top: 0;
}
.j40.view-contact .control-contact label {
  position: relative;
}
.j40.view-contact .control-contact .form-control-feedback {
  left: 0;
  bottom: -5px;
  color: #a7c947;
}
.j40.view-media .media-browser-item.selected .media-browser-select:after {
  content: '\f00c';
  color: #669900;
  font-family: FontAwesome3;
}
.j40.view-media .media-breadcrumb-item:after {
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  border-left-color: var(--template-bg-dark-3);
}
.j40.view-media .media-breadcrumb-item:last-of-type:after {
  border-left-color: #ffffff;
}
.j40 .modal-dialog .modal-body {
  height: 60vh;
}
.j40 .registration .control-group {
  margin-bottom: 20px;
}
.j40 .registration .control-group label {
  position: relative;
}
.j40 .registration .control-group .form-control-feedback {
  left: 0;
  bottom: -5px;
  color: #a7c947;
}
.j40 .registration .form-actions {
  margin-top: 10px;
}
.j31 .edit.item-page .field-calendar .input-append button {
  height: 40px;
  background: #8bab32;
}
.j31 .edit.item-page .field-calendar .input-append button:hover {
  opacity: 0.8;
}
.j31 .edit.item-page .input-prepend.input-append a.btn {
  height: 40px;
}
ul.pagination {
  width: 100%;
}
ul.pagination li.next {
  float: right;
}
joomla-alert .alert-message {
  color: inherit;
  background: inherit;
}