<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-featured .readmore {
  margin-top: 30px;
}
.items-leading .intro-image {
  margin-bottom: 30px;
}
.items-leading .intro-image .item-image img {
  max-width: 100%;
}
.item-page .article-image {
  margin-bottom: 30px;
}
.items-leading .leading {
  margin-bottom: 60px;
}
.items-row.cols-1 .item {
  margin-bottom: 0;
}
.items-row:not(.cols-1) .intro-image .item-image {
  margin-bottom: 30px;
}
.items-row:not(.cols-1) .intro-image .item-image img {
  max-width: 100%;
}
.items-row .item {
  margin-bottom: 60px;
}
.divider-vertical {
  margin: 0 0 60px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.article-aside {
  color: #999999;
  font-size: 13px;
  margin-bottom: 15px;
}
.article-info {
  float: left;
  margin: 0;
  width: 89%;
}
.article-info .fa {
  display: 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 + dd::before {
  content: "/";
  margin-right: 5px;
}
.article-info dd strong {
  font-weight: bold;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.category-name a {
  border-bottom: 1px dotted #999999;
  color: #999999;
}
.category-name a:hover,
.category-name a:focus,
.category-name a:active {
  border-bottom-color: #d24a24;
  color: #d24a24;
}
.article-footer {
  color: #999999;
  font-size: 14px;
  margin-bottom: 30px;
}
.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 45px 30px 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 30px 45px;
}
.intro-image .item-image {
  float: none !important;
}
@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: 30px;
  max-width: 100%;
}
.img-fulltext-left {
  float: left;
  margin-right: 30px;
}
.img-fulltext-right {
  float: right;
  margin-left: 30px;
}
.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: 14px;
  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;
  }
}
.tags &gt; span {
  margin-right: 5px;
}
.ja-gallery-list {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.ja-gallery-list img {
  width: 100%;
}
.ja-gallery-list .btn-play {
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 7.5px;
  background: #d24a24;
  color: #ffffff;
  font-family: "Roboto Mono", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 10px;
  text-transform: uppercase;
  margin-right: -10px;
  cursor: pointer;
  z-index: 2;
}
.ja-gallery-list .btn-play span {
  display: inline-block;
}
.ja-gallery-list .btn-play:hover {
  background-color: #bc4220;
}
.blog-gallery .article-title {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
}
.ja-gallery-detail-slide {
  padding: 0 100px 100px;
  background: #ffffff;
  margin-top: 30px;
  border-radius: 2px;
  z-index: 10;
  border: 1px solid #cccccc;
  position: relative;
}
.ja-gallery-detail-slide:before,
.ja-gallery-detail-slide:after {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
}
.ja-gallery-detail-slide:before {
  bottom: -5px;
  left: 4px;
  right: 4px;
  z-index: 2;
}
.ja-gallery-detail-slide:after {
  bottom: -9px;
  left: 8px;
  right: 8px;
  z-index: 1;
}
.ja-gallery-detail-slide .owl-carousel {
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.ja-gallery-detail-slide .owl-carousel .owl-wrapper-outer {
  z-index: 0;
}
.ja-gallery-detail-slide .owl-carousel .owl-controls {
  margin: 0;
}
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-pagination {
  position: absolute;
  bottom: -70px;
  left: 0;
  text-align: center;
  margin: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .ja-gallery-detail-slide .owl-carousel .owl-controls .owl-pagination {
    bottom: 0;
    padding-right: 15px;
  }
}
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-pagination .owl-page span.owl-numbers {
  border-radius: 0;
  margin: 15px 7.5px;
}
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-pagination .owl-page.active span.owl-numbers {
  background: #d24a24;
  color: #ffffff;
}
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons &gt; div {
  border-radius: 0;
  border: 2px solid #d24a24;
  background: none;
  position: absolute;
  top: 50%;
  line-height: 76px;
  left: -70px;
  font-size: 22px;
  color: #d24a24;
  padding: 0;
  margin: -40px 0 0;
  text-align: center;
  height: 80px;
  width: 80px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons &gt; div:hover,
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons &gt; div:focus,
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons &gt; div:active {
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons &gt; div.owl-next {
  right: -70px;
  left: auto;
  margin-left: 0;
}
.ja-gallery-detail-slide .item {
  position: relative;
  text-align: center;
  cursor: move;
}
.ja-gallery-detail-slide .item .carousel-caption {
  background: #ffffff;
  left: 0;
  right: 0;
  bottom: auto;
  top: 0;
  color: #3a352f;
  text-shadow: none;
  padding: 30px 0;
  font-family: "Noticia Text", serif;
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 991px) {
  .ja-gallery-detail-slide {
    padding: 50px;
  }
  .ja-gallery-detail-slide .owl-carousel .owl-controls .owl-pagination {
    bottom: -55px;
  }
  .ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons &gt; div {
    line-height: 36px;
    left: -30px;
    margin: -30px 0 0;
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
  .ja-gallery-detail-slide .owl-carousel .owl-controls .owl-buttons &gt; div.owl-next {
    right: -30px;
  }
}
.t3-content .ja-gallery-list {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 5px;
  z-index: 10;
}
.t3-content .ja-gallery-list:before,
.t3-content .ja-gallery-list:after {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  content: "";
  display: block;
  height: 4px;
  position: absolute;
}
.t3-content .ja-gallery-list:before {
  bottom: -5px;
  left: 4px;
  right: 4px;
  z-index: 2;
}
.t3-content .ja-gallery-list:after {
  bottom: -9px;
  left: 8px;
  right: 8px;
  z-index: 1;
}
.t3-content .ja-gallery-list .img_caption {
  margin-bottom: 0;
  position: static;
}
.t3-content .ja-gallery-list .img_caption .img_caption {
  display: none;
}
html .btn-fullscreen {
  cursor: pointer;
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 1001;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
  width: 52px;
  text-align: center;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
html .btn-fullscreen:hover,
html .btn-fullscreen:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}
html .blueimp-gallery .modal.slide-content {
  display: block;
}
html .blueimp-gallery .modal-dialog {
  margin-top: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  max-width: 100%;
  overflow: visible;
}
html .blueimp-gallery .modal-dialog .modal-header {
  border: 0;
  color: #ffffff;
  display: inline-block;
}
html .blueimp-gallery .modal-dialog .modal-header h4 {
  font-size: 16px;
  font-weight: 400;
  margin-left: 60px;
  margin-right: 60px;
}
html .blueimp-gallery .modal-dialog .modal-header button.close {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  border: 2px solid #999999;
  border-radius: 0;
}
html .blueimp-gallery .modal-dialog .modal-body {
  padding: 100px 0;
  width: 100%;
  height: 100%;
}
html .blueimp-gallery .modal-dialog .modal-content {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 150px;
}
html .blueimp-gallery .modal-dialog .modal-footer {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0;
}
html .blueimp-gallery .modal-dialog .modal-footer .btn {
  background: none;
  color: #ffffff;
  border: 2px solid #999999;
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: all 0.2s linear 0.1s;
  -o-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}
html .blueimp-gallery .modal-dialog .modal-footer .btn:hover,
html .blueimp-gallery .modal-dialog .modal-footer .btn:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}
html .blueimp-gallery .modal-dialog img {
  max-height: 100%;
  max-width: 100%;
}
article aside .btn-group &gt; .dropdown-toggle,
article aside .btn-group &gt; .dropdown-toggle:hover,
article aside .btn-group &gt; .dropdown-toggle:active,
article aside .btn-group &gt; .dropdown-toggle:focus {
  padding: 2px 5px;
  box-shadow: none;
}
article aside .btn-group &gt; .dropdown-toggle .caret {
  margin-left: 2px;
}
.row-even,
.row-odd {
  padding: 5px;
  width: 99%;
  border-bottom: 1px solid #e5e5e5;
}
.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 &gt; li.offset &gt; a {
  padding-left: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 30px;
  text-align: left;
  vertical-align: middle;
  border-top: 1px solid #e5e5e5;
  margin-left: 0;
  padding-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
  border-bottom: 1px solid #e5e5e5;
  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 #e5e5e5;
}
.login-wrap {
  background: #ffffff;
  margin: auto;
  padding: 100px 150px;
  width: 670px;
}
@media screen and (max-width: 767px) {
  .login-wrap {
    padding: 30px;
    width: auto;
  }
}
.login-wrap .page-header {
  border: 0;
  text-align: center;
  padding-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .login-wrap .page-header {
    margin-bottom: 15px;
  }
}
.login-wrap .page-header h1 {
  color: #222222;
  display: inline-block;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .login-wrap .page-header h1 {
    font-size: 36px;
  }
}
.login-wrap .login-description {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .login-wrap .login-description {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
.login-wrap .login-image {
  margin-bottom: 30px;
  text-align: center;
}
.login-wrap .login-image img {
  max-width: 100%;
}
.login-wrap .form-group .user-link {
  display: block;
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
.login-wrap .form-group .user-link .checkbox {
  padding-top: 0;
  min-height: unset;
}
.login-wrap .form-group .user-link .checkbox input {
  position: relative;
  margin: 0;
  top: 1px;
}
.login-wrap .form-group .user-link .forgot-pass {
  font-style: italic;
}
@media screen and (max-width: 480px) {
  .login-wrap .form-group .user-link .forgot-pass {
    clear: both;
    float: left !important;
  }
}
.login-wrap .other-links {
  margin-bottom: 0;
}
.login-wrap .other-links ul {
  padding-left: 0;
  list-style: none;
  text-align: right;
  margin-bottom: 0;
}
.login-wrap .other-links ul li {
  display: inline-block;
  font-size: 12px;
  margin-left: 15px;
}
.login-wrap .other-links ul li a {
  color: #999999;
}
.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: #d24a24;
}
.logout {
  background: #ffffff;
  margin: auto;
  padding: 50px;
  width: 400px;
}
@media (max-width: 767px) {
  .logout {
    padding: 30px;
    width: auto;
  }
}
.logout .page-header {
  border: 0;
  display: block;
  text-align: center;
  padding-bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .logout .page-header {
    margin-bottom: 15px;
  }
}
.logout .page-header h1 {
  font-family: "Teko", sans-serif;
}
@media (max-width: 767px) {
  .logout .page-header h1 {
    font-size: 36px;
  }
}
.logout .logout-description {
  text-align: center;
}
.logout .control-group {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
}
.logout .control-group .controls {
  margin: 0;
}
.logout .control-group .btn {
  border-color: #222222;
  background: #222222;
}
.logout .control-group .btn:hover,
.logout .control-group .btn:focus,
.logout .control-group .btn:active {
  border-color: #080808;
  background: #080808;
}
.registration {
  background-color: #ffffff;
  margin: auto;
  padding: 100px 150px;
  width: 670px;
}
@media screen and (max-width: 767px) {
  .registration {
    padding: 30px;
    width: auto;
  }
}
.registration .form-control-feedback {
  display: none;
}
.registration fieldset {
  text-align: center;
}
.registration fieldset legend {
  border: 0;
  font-size: 58px;
}
@media screen and (max-width: 767px) {
  .registration fieldset legend {
    font-size: 36px;
  }
}
.registration fieldset legend span {
  font-family: "Teko", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
.registration .control-group .control-label {
  text-align: left;
  width: 100%;
}
.registration .control-group .controls {
  margin-left: 0;
  text-align: left;
}
.registration .control-group label {
  font-weight: 400;
}
.registration .control-group .field-calendar input {
  display: inline-block;
}
.registration #member-registration legend {
  font-size: 45px;
}
.registration .form-actions {
  background: transparent;
  padding: 0;
  margin: 25px 0 0 0;
}
.registration .form-actions .btn.btn-default {
  background: #222222;
  color: #ffffff;
}
.registration .form-actions .btn.btn-default:hover,
.registration .form-actions .btn.btn-default:focus,
.registration .form-actions .btn.btn-default:active {
  background: #080808;
}
@media screen and (max-width: 767px) {
  .registration .form-actions .btn.btn-primary {
    margin-bottom: 10px;
  }
}
.j40 .password-group .input-group input.form-control {
  width: 100%;
}
.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: 6px;
}
.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-media .media-browser-item.selected .media-browser-select:after {
  content: '\f00c';
  color: #669900;
  font-family: FontAwesome3;
}
.j40 .modal-dialog .modal-body {
  height: 60vh;
}
.j40 .tooltip {
  opacity: 0.9;
}
.com_mailto body {
  padding: 15px;
}
.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: 50px;
  position: relative;
}
@media (max-width: 767px) {
  #mailto-window {
    padding: 30px;
  }
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 24px;
}
#mailto-window .mailto-close a {
  font-size: 12px !important;
}
#mailto-window .mailto-close a:hover {
  color: #d24a24;
}
#mailto-window .btn-default {
  background: #eeeeee;
}
#mailto-window .btn-default:hover,
#mailto-window .btn-default:focus,
#mailto-window .btn-default:active {
  background: #d5d5d5;
}
#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 {
  margin-bottom: 15px;
}
#mailtoForm .control-group .controls {
  margin-left: 0;
}
#mailtoForm .control-group .controls #consentbox {
  padding-left: 20px;
}
#mailtoForm .control-group #consentbox-lbl .modal {
  display: inline-block;
  position: relative;
}
#mailtoForm .control-group #consentbox-lbl .star {
  width: 20px;
  vertical-align: top;
}
.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;
}
.remind,
.reset {
  background: #ffffff;
  padding: 50px;
  margin: auto;
}
@media (min-width: 992px) {
  .remind,
  .reset {
    width: 670px;
  }
}
@media (max-width: 767px) {
  .remind,
  .reset {
    padding: 30px;
  }
}
.remind .form-group,
.reset .form-group {
  margin-bottom: 0;
}
.remind fieldset .form-group:first-child .control-label,
.reset fieldset .form-group:first-child .control-label {
  padding-right: 0;
}
.remind #jform_captcha,
.reset #jform_captcha {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .remind #jform_captcha,
  .reset #jform_captcha {
    margin-top: 0;
  }
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 15px 30px;
  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;
}
#jform_captcha {
  max-width: 200px;
}
.profile {
  background: #ffffff;
  margin: auto;
  padding: 100px 150px;
  width: auto;
}
@media (max-width: 991px) {
  .profile .btn-toolbar {
    padding: 0;
    margin: 0 0 30px 0;
    float: none !important;
    text-align: center;
  }
  .profile .btn-toolbar li.btn-group {
    margin: 0;
    float: none;
  }
}
@media (max-width: 767px) {
  .profile .btn-toolbar {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .profile {
    padding: 30px;
  }
}
.profile .btn-default {
  background: #222222;
  color: #ffffff;
}
.profile .btn-default:hover,
.profile .btn-default:focus,
.profile .btn-default:active {
  background: #080808;
}
.profile legend {
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .profile .dl-horizontal dd {
    display: block;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .profile .dl-horizontal dt {
    display: block;
  }
}
.profile-edit {
  background: #ffffff;
  margin: auto;
  padding: 100px 150px;
  width: 670px;
}
@media screen and (max-width: 767px) {
  .profile-edit {
    padding: 30px;
    width: auto;
  }
}
.profile-edit .page-header {
  border: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .profile-edit .page-header {
    margin-bottom: 50px;
  }
}
.profile-edit .page-header h1 {
  border-bottom: 1px solid #f7f7f7;
  display: inline-block;
  font-family: "Noticia Text", serif;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .profile-edit .page-header h1 {
    font-size: 22px;
  }
}
.profile-edit legend {
  border: 0;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1.4;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
  width: auto;
}
@media (min-width: 768px) {
  .profile-edit legend {
    font-size: 36px;
  }
}
.profile-edit .chzn-container {
  width: 100% !important;
}
.profile-edit fieldset {
  margin-bottom: 50px;
}
.profile-edit .form-group.form-top {
  margin: 0;
}
.profile-edit .form-actions {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.profile-edit .form-actions .btn.btn-default {
  background: #222222;
  color: #ffffff;
}
.profile-edit .form-actions .btn.btn-default:hover,
.profile-edit .form-actions .btn.btn-default:focus,
.profile-edit .form-actions .btn.btn-default:active {
  background: #080808;
}
@media screen and (max-width: 767px) {
  .profile-edit .form-actions .btn.btn-primary {
    margin-bottom: 10px;
  }
}
.profile-edit .control-label .optional {
  color: #999999;
  font-size: 13px;
  text-transform: none;
}
.profile-edit #helpsite-refresh {
  margin-top: 15px;
  float: right;
}
.profile-edit #jform_privacyconsent_privacy {
  min-height: 0;
}
.profile-edit #jform_privacyconsent_privacy label {
  line-height: 18px;
}
.search {
  background: #ffffff;
  padding: 50px;
}
@media (max-width: 767px) {
  .search {
    padding: 30px;
  }
}
.search .page-title,
.search .page-header h1 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.search .alert {
  margin-top: 30px;
  margin-bottom: 0;
}
.search .input-group.form-group #search-searchword {
  flex: 1 1 auto;
  width: 100%;
}
.search .input-group.form-group .input-group-btn {
  width: 48px;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm .form-group {
  margin-bottom: 15px;
}
#searchForm .form-group.input-group .btn-default {
  background: #d24a24;
  border-color: #d24a24;
  border-width: 2px;
  color: #ffffff;
  margin-left: -2px;
  position: relative;
  z-index: 2;
}
#searchForm .form-group.input-group .btn-default:hover,
#searchForm .form-group.input-group .btn-default:focus,
#searchForm .form-group.input-group .btn-default:active {
  background: #bc4220;
  border-color: #bc4220;
}
#searchForm fieldset {
  margin: 30px 0 0 0;
}
#searchForm legend {
  margin-bottom: 5px;
  border: none;
  font-size: 18px;
  font-weight: 700;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-left: 5px;
  padding-left: 5px;
}
#searchForm .form-limit {
  margin-top: 30px;
}
#searchForm .form-limit .counter {
  border: 0;
  padding: 0;
  margin-top: 0;
  float: right;
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
}
#searchForm .chzn-container,
#searchForm label[for=limit] {
  float: left;
  margin-right: 10px;
}
#searchForm #ordering_chzn {
  float: none;
  margin-left: 5px;
  display: inline-block;
}
#search-form ul#finder-filter-select-list {
  margin-left: 0;
  padding-left: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 15px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  display: block;
  margin-bottom: 15px;
}
#search-form .word .form-group .btn.btn-default {
  background: #f7f7f7;
}
#search-form .word .form-group .btn.btn-default:hover,
#search-form .word .form-group .btn.btn-default:focus,
#search-form .word .form-group .btn.btn-default:active {
  background: #dedede;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
.search-results {
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
}
.search-results .result-title {
  font-size: 22px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .search-results .result-title {
    font-size: 17px;
  }
}
.search-results .result-title a {
  color: #222222;
}
.search-results .result-title a:hover,
.search-results .result-title a:focus,
.search-results .result-title a:active {
  color: #d24a24;
}
.search-results .result-category {
  font-size: 13px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 30px;
}
.search-results .result-created {
  font-size: 13px;
  color: #999999;
}
div.finder {
  background: #ffffff;
  margin-bottom: 30px;
  padding: 50px;
}
@media (max-width: 767px) {
  div.finder {
    padding: 30px;
  }
}
div.finder .form-group label {
  text-align: center;
  font-size: 58px;
  font-family: "Teko", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  div.finder .form-group label {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  div.finder .form-group .btn {
    margin-bottom: 15px;
  }
}
div.finder .word .form-inline &gt; .input-group {
  flex-wrap: wrap;
  justify-content: center;
}
div.finder .word .form-inline &gt; .input-group .js-finder-search-query {
  margin-bottom: 16.66666667px;
  width: 100%;
}
div.finder .word .form-inline &gt; .input-group a.btn {
  background: #eeeeee;
  color: #555555;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  div.finder .word .btn {
    font-size: 10px;
    line-height: 2.3;
  }
}
div.finder .awesomplete {
  width: 100%;
}
div.finder .awesomplete input.form-control {
  border-radius: 0;
  float: none;
  width: 100%;
}
div.finder .awesomplete ul {
  z-index: 6;
}
div.finder #finder-search .inputbox {
  width: 100%;
}
div.finder #finder-filter-window:before,
div.finder #finder-filter-window:after {
  display: table;
  content: " ";
}
div.finder #finder-filter-window:after {
  clear: both;
}
div.finder #finder-filter-window .filter-branch {
  margin-right: -25px;
  margin-left: -25px;
}
div.finder #finder-filter-window .filter-branch &gt; div {
  margin-bottom: 15px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  div.finder #finder-filter-window .filter-branch &gt; div {
    float: left;
    width: 50%;
  }
}
div.finder #finder-filter-window .control-label {
  text-align: left;
}
@media screen and (max-width: 767px) {
  div.finder #finder-filter-window .controls {
    margin-left: 0;
  }
}
div.finder .form-inline &gt; label {
  text-align: left;
  font-size: 58px;
  font-family: "Teko", sans-serif;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  div.finder .form-inline &gt; label {
    font-size: 36px;
  }
}
div.finder .form-inline .input-group {
  display: block;
  margin-bottom: 30px;
}
div.finder .form-inline .input-group .js-finder-search-query {
  margin-bottom: 15px;
}
div.finder #finder-filter-window {
  margin: 24px 0;
}
div.finder #finder-filter-window #finder-filter-select-dates {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 30px;
}
@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: 15px;
  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: 2px solid #eeeeee;
  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 {
  width: 100%;
  margin: 0;
}
@media (min-width: 1200px) {
  div.finder #finder-filter-window .filter-branch {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
div.finder #finder-filter-window .filter-branch .control-group {
  width: 100%;
  padding: 0;
}
div.finder #finder-filter-window .filter-branch .control-label {
  padding: 0;
  margin-bottom: 15px;
}
div.finder #finder-filter-window .filter-branch .controls {
  margin-left: 0;
}
div.finder #finder-filter-window .filter-branch .controls select {
  color: #9e9e9e;
  width: 100%;
}
.result-url {
  word-wrap: break-word;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
}
#searchForm .searchintro {
  margin-top: 15px;
}
#searchForm .phrases-box,
#searchForm .ordering-box {
  margin-bottom: 30px;
}
#searchForm .radio,
#searchForm .checkbox {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
#searchForm .radio + .radio,
#searchForm .checkbox + .radio,
#searchForm .radio + .checkbox,
#searchForm .checkbox + .checkbox {
  margin: 0 0 0 10px;
}
.contact .page-header {
  border: none;
  display: none;
}
.contact .page-header h2 {
  margin: 0;
}
.contact h3 {
  color: #333333;
  display: inline-block;
  font-size: 36px;
  letter-spacing: 1px;
  position: relative;
  text-transform: uppercase;
}
.contact input[type="email"],
.contact input[type="text"] {
  width: 100%;
}
.contact textarea {
  box-shadow: none;
}
.contact .form-control-feedback {
  display: none;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal {
  margin-bottom: 0;
}
.contact .dl-horizontal &gt; dt {
  display: none;
}
.contact .dl-horizontal &gt; dd {
  margin-left: 0;
  margin-bottom: 7.5px;
}
.contact .dl-horizontal &gt; dd .fa,
.contact .dl-horizontal &gt; dd .fas {
  margin-right: 6px;
  width: 15px;
}
.contact img {
  max-width: 100%;
}
.contact .form-group.cus-field {
  margin-bottom: 0;
}
.contact .form-group .required span {
  color: #d9534f;
}
.contact label {
  color: #555555;
  font-weight: 400;
}
.contact .contact-links ul li {
  display: inline-block;
  margin: 0 15px 7.5px 0;
  border: none;
}
.contact .contact-links ul li a {
  background-color: #333333;
  color: #ffffff;
  padding: 7px 22.5px;
}
.contact .contact-links ul li a:hover,
.contact .contact-links ul li a:focus,
.contact .contact-links ul li a:active {
  background-color: #913319;
  color: #ffffff;
}
.contact .checkbox input {
  margin-left: 0;
}
.contact .control-btn {
  text-align: right;
}
.contact .control-btn .btn-primary {
  border: 2px solid #d24a24;
  background: #ffffff;
  color: #d24a24;
  position: relative;
  padding-right: 88px;
}
.contact .control-btn .btn-primary::after {
  background: #d24a24;
  color: #ffffff;
  content: "\f1d9";
  font-family: FontAwesome;
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  text-align: center;
  width: 58px;
  height: 58px;
  line-height: 60px;
}
@media (max-width: 767px) {
  .contact .control-btn {
    text-align: left;
    margin-top: 30px;
  }
}
.contact-category .row-striped .row {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
.contact-category .row-striped li {
  background: transparent !important;
}
.plain-style .control-group {
  margin-bottom: 15px;
}
.plain-style .control-group .control-label {
  display: block;
  text-align: left;
  width: 100%;
  float: left;
  padding-top: 0;
}
.plain-style .control-group .controls {
  display: block;
  margin-left: 0;
  float: left;
}
.plain-style .control-group .controls .checkbox {
  margin: 0;
}
.plain-style .contact-top {
  margin-bottom: 60px;
}
.plain-style .box-contact {
  background: #ffffff;
  padding: 50px;
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .plain-style .box-contact {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.plain-style .box-contact h3 {
  margin-top: 0;
}
.plain-style .box-contact.box-primary {
  background: #d24a24;
  color: #eeeeee;
  text-align: center;
}
.plain-style .box-contact.box-primary a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.plain-style .box-contact.box-primary h3 {
  color: #ffffff;
  border-color: #ffffff;
}
.plain-style .box-contact i {
  color: #a6a6a6;
}
.plain-style .contact-left {
  margin-bottom: 30px;
}
.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: 30px;
}
#slide-contact .panel .panel-heading {
  background-color: #333333;
  color: #ffffff;
}
#slide-contact .panel .panel-body {
  padding: 30px;
}
#slide-contact .panel .panel-collapse {
  background-color: #f7f7f7;
}
.contact #myTab {
  margin-bottom: 45px;
  border-bottom: 1px solid #615e59;
}
.contact #myTab li {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .contact #myTab li {
    display: block;
    margin-bottom: 30px;
  }
}
.contact #myTab li a {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 0 0 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #3a352f;
}
.contact #myTab li a:hover,
.contact #myTab li a:focus {
  color: #913319;
}
.contact #myTab li.active a {
  background-color: transparent;
  border-color: #d24a24;
  color: #d24a24;
}
.contact-form legend {
  border: 0;
  color: #999999;
  font-size: 13px;
  margin: 0 0 30px;
  padding: 0;
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form input.form-control {
  background-color: #ffffff;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  box-shadow: none;
  border-width: 2px;
  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 .accordion-toggle {
  font-weight: bold;
}
.com_contact .blog-featured .com-contact-featured__filter {
  flex-wrap: nowrap;
}
#archive-items &gt; li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.archive .filters,
.archive .filter-search {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.archive .form-select {
  width: auto;
}
.categories-list {
  margin-bottom: 30px;
}
.category-desc {
  margin-bottom: 30px;
}
.category-desc img {
  max-width: 100%;
  margin-bottom: 15px;
}
.category-item {
  margin-bottom: 50px;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .category-item {
    margin-bottom: 30px;
  }
}
.category-item .category-inner {
  background: #ffffff;
  padding: 50px;
}
@media (max-width: 991px) {
  .category-item .category-inner {
    padding: 30px;
  }
}
.category-item .badge {
  vertical-align: top;
}
.category-item .item-title {
  border: 0;
  line-height: normal;
  padding: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .category-item .item-title {
    font-size: 16px;
  }
}
.category-item .item-title a {
  color: #222222;
  font-family: "Noticia Text", serif;
  font-weight: 700;
}
.category-item .item-title a:hover,
.category-item .item-title a:focus,
.category-item .item-title a:active {
  color: #d24a24;
}
.category-item .description-image {
  margin-bottom: 15px;
}
.category-item .description-image img {
  max-width: 100%;
}
.category-item .item-title {
  margin-top: 0;
}
.category-item .category-desc {
  color: #555555;
  font-size: 16px;
  text-align: center;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-left: 50px;
}
.category-item .category-item .page-header {
  font-size: 16px;
}
.cat-children &gt; h3 {
  font-size: 36px;
  text-transform: uppercase;
}
.cat-children .page-header {
  border: 0;
  line-height: normal;
  padding: 0;
  margin: 30px 0 0 0;
  font-size: 16px;
  font-family: "Noticia Text", serif;
  font-weight: normal;
}
.cat-children .page-header a {
  color: #333333;
}
.cat-children .page-header a:hover,
.cat-children .page-header a:focus,
.cat-children .page-header a:active {
  color: #d24a24;
}
.newsfeed-category &gt; h2,
.newsfeed &gt; h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 30px;
}
.newsfeed-category .category li,
.newsfeed .category li {
  background: transparent !important;
}
.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 &gt; h2 {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 30px;
  font-size: 18px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 16px;
}
.newsfeed ol li &gt; a {
  font-weight: bold;
  font-size: 18px;
}
.tag-category .filters {
  justify-content: space-between !important;
  margin-bottom: 30px;
}
.tag-category .filters::before,
.tag-category .filters::after {
  display: none;
}
.tag-category .filters .clearfix,
.tag-category .filters div.finder #finder-filter-window .filter-branch {
  display: none;
}
.tag-category .filters input {
  width: auto;
}
.tag-category .filters .btn-group {
  display: flex;
  margin-left: 0;
}
.tag-category .filters .btn-group .btn {
  border: 2px solid #e5e5e5;
  float: right;
  margin-left: -2px;
}
@media (max-width: 767px) {
  .tag-category .filters .btn-group .btn {
    margin-top: 7.5px;
    margin-right: 7.5px;
    margin-left: 0;
    float: left;
  }
}
.tag-category .category li h3 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
}
.tag-category .category li h3 a {
  color: #333333;
}
.tag-category .category li h3 a:hover,
.tag-category .category li h3 a:focus {
  color: #d24a24;
}
.tag-category .tags-list .media {
  background: transparent;
}
.tag-category .tags-list .media + .media {
  margin-top: 30px;
}
.tag-category .tags-list .media .media-object {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .tag-category .tags-list .media .media-object {
    width: 300px;
    height: auto;
    margin-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .tag-category .tags-list .media .media-object {
    float: none !important;
  }
}
.tag-category .tags-list .media .tag-title {
  margin-top: 0;
  font-family: "Noticia Text", serif;
  font-weight: 700;
  font-size: 22px;
  color: #000000;
}
.tag-category .tags-list .media .tag-body p {
  display: inline;
}
.tag-category .tags-list .media:hover {
  background: none;
}
.tag-category .tags-list .media:hover .tag-title a {
  color: #d24a24;
}
.tag-category .thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 16.66666667px;
  list-style: none;
  padding: 0;
}
.tag-category .thumbnails li {
  background: transparent;
}
.tag-category .thumbnails li h3 {
  margin: 0;
}
.tag-category .thumbnails li a {
  border: 1px solid #eeeeee;
  font-size: 16px;
  padding: 8px 20px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #eeeeee;
  float: left;
  line-height: normal;
  margin-right: 15px;
  padding: 15px 30px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 30px;
  font-weight: bold;
}
#article-index,
.article-index {
  float: right;
  margin: 0 0 30px 30px;
  width: 25%;
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#article-index ul &gt; li,
.article-index ul &gt; li {
  border: 0;
}
#article-index ul &gt; li &gt; a,
.article-index ul &gt; li &gt; a {
  border: 0;
  padding: 5px 10px;
  border-radius: 0;
}
#article-index ul &gt; .active &gt; a,
.article-index ul &gt; .active &gt; a {
  border: 0;
  background: #d24a24;
  color: #ffffff;
}
#article-index ul &gt; .active &gt; a:hover,
.article-index ul &gt; .active &gt; a:hover,
#article-index ul &gt; .active &gt; a:active,
.article-index ul &gt; .active &gt; a:active,
#article-index ul &gt; .active &gt; a:focus,
.article-index ul &gt; .active &gt; a:focus {
  border: 0;
  background: #d24a24;
  color: #ffffff;
}
.article-content &gt; dl.tabs {
  background: #3a352f;
  margin-bottom: 0;
}
.article-content &gt; dl.tabs:before,
.article-content &gt; dl.tabs:after {
  display: table;
  content: " ";
}
.article-content &gt; dl.tabs:after {
  clear: both;
}
.article-content &gt; dl.tabs h3 {
  margin: 0;
}
.article-content &gt; dl.tabs h3 a {
  border-right: 2px solid #615e59;
  color: #ffffff;
  display: inline-block;
  font-family: "Roboto Mono", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 30px;
}
@media (max-width: 767px) {
  .article-content &gt; dl.tabs h3 a {
    border: 0;
  }
}
.article-content &gt; dl.tabs &gt; .tabs {
  float: left;
}
@media (max-width: 767px) {
  .article-content &gt; dl.tabs &gt; .tabs {
    float: none;
    width: 100%;
  }
}
.article-content &gt; dl.tabs &gt; .tabs.open {
  background: #d24a24;
}
.article-content &gt; dl.tabs + .current {
  background: #ffffff;
  clear: both;
  padding: 30px;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav &gt; li {
  margin: 0;
  padding: 0;
  float: left;
}
.pagenav &gt; li.pagenav-prev,
.pagenav &gt; li.previous {
  margin-right: 10px;
}
.pagenav li &gt; a {
  padding: 15px 30px;
  line-height: normal;
  border: 1px solid transparent;
  border-radius: 0;
}
.pagenav li &gt; a:hover,
.pagenav li &gt; a:active,
.pagenav li &gt; a:focus {
  background-color: #eeeeee;
}
.items-more {
  margin-bottom: 50px;
}
.items-more h3 {
  margin: 0 0 15px;
  font-size: 36px;
}
.items-more .nav &gt; li + li {
  margin-top: 15px;
}
.items-more .nav &gt; li &gt; a {
  color: #333333;
  padding: 0;
}
.items-more .nav &gt; li &gt; a:hover,
.items-more .nav &gt; li &gt; a:focus,
.items-more .nav &gt; li &gt; a:active {
  background: transparent;
  color: #d24a24;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 15px 0;
}
.filters::after,
.filters::before {
  display: none;
}
.display-limit {
  margin: 15px 0 5px;
}
.filters .display-limit {
  float: right;
  text-align: right;
}
#system-message dt {
  font-weight: bold;
}
#system-message dd {
  font-weight: bold;
}
#system-message dd.message ul,
#system-message dd.error ul,
#system-message dd.notice ul {
  margin: 0;
  padding: 0;
}
#system-message dd.message ul li,
#system-message dd.error ul li,
#system-message dd.notice ul li {
  background: none;
  margin: 0;
  padding: 5px;
}
.alert-message {
  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;
}
.alert .alert-message {
  background: inherit;
  color: inherit;
  border-color: inherit;
}
.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: 16px;
  margin: 0;
  padding: 5px 10px;
}
.hasTip img {
  border: none;
  margin: 0 5px 0 0;
}
.languageswitcherload ul.lang-inline li {
  display: inline-block;
  margin: 0 0 0 10px;
  float: right;
}
div.calendar {
  width: 187px;
}
.edit.item-page .btn-toolbar {
  margin-bottom: 15px;
}
.edit.item-page fieldset .label {
  color: #3a352f;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 15px;
}
.edit.item-page fieldset .btn-toolbar#editor-xtd-buttons .btn {
  border: 2px solid #d24a24;
  margin-bottom: 10px;
}
.edit.item-page .nav-tabs {
  margin-bottom: 0;
}
.edit.item-page .tab-content {
  background: #ffffff;
  padding: 50px;
}
.edit.item-page #jform_tags_chzn .chzn-choices {
  border: 2px solid #e5e5e5;
  background: none;
  box-shadow: none;
  height: 48px;
  padding: 7.5px 15px;
}
.window-mainbody .js-stools-container-bar .btn-wrapper {
  white-space: normal;
}
.window-mainbody .js-stools-container-bar .btn-wrapper input {
  background: #ffffff;
  width: auto;
}
.window-mainbody .js-stools-container-bar .btn-wrapper .btn {
  border: 2px solid #e5e5e5;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 30px;
  border-radius: 0;
}
.window-mainbody .js-stools-field-filter {
  vertical-align: top;
}
.window-mainbody .js-stools-field-filter .chzn-container-multi {
  min-width: 220px;
  max-width: 220px;
}
.window-mainbody .js-stools-field-filter .chzn-container-multi .search-field input {
  min-width: 200px;
}
.window-mainbody #moduleList tr th,
.window-mainbody #moduleList tr td {
  font-weight: normal;
  font-size: 14px;
}
.window-mainbody #moduleList .js-module-insert,
.window-mainbody #moduleList .js-position-insert {
  max-width: 240px;
  letter-spacing: 0;
  font-weight: normal;
  text-transform: none;
  white-space: normal;
  line-height: normal;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
}
.iframe-bordered {
  border: 1px solid #e5e5e5;
}
.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: #e5e5e5;
  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: #e5e5e5;
}
.btn-group .chzn-results {
  white-space: normal;
}
#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: 15px;
  padding: 0;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
#sbox-window {
  padding: 15px;
}
#sbox-window #sbox-content iframe {
  max-height: 100%;
  max-width: 100%;
}
#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;
}
.com-tags-tag.tag-category .filters.btn-toolbar {
  display: block;
}
.com-tags-tag.tag-category .filters.btn-toolbar .btn-group {
  margin-bottom: 5px;
}
.com-tags-tag.tag-category .filters.btn-toolbar .btn-group:first-child {
  display: flex;
  align-items: center;
}
.com-tags-tag.tag-category .filters.btn-toolbar .btn-group:first-child .btn {
  margin: 0;
}
.categories-list {
  display: flex;
  flex-wrap: wrap;
}
.categories-list .category-item {
  float: none;
}
.categories-list .category-item .category-item {
  margin-left: 0;
  width: 100%;
}
.com-tags-tag-list .com-tags-tag-list__items .com-tags-tag__filter {
  display: flex;
  max-width: 500px;
}
.com-tags-tag-list .com-tags-tag-list__items .com-tags-tag-list__category {
  margin-top: 10px;
}
.com-tags-tag-list .com-tags-tag-list__items &gt; div {
  margin: 0 0 10px 0;
}
.com-tags-tag-list .com-tags-filter-field-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.com-tags-tag-list .table-striped &gt; tbody &gt; tr {
  background: transparent;
}
#user-registration .control-group .control-label {
  text-align: left;
}
#user-registration .control-group .controls {
  margin-left: 0;
}
.chosen-container-single .chosen-single {
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  font-size: 16px;
  line-height: unset;
  height: 48px;
  padding: 20px 8px;
}
.chosen-container-single .chosen-single div {
  align-items: center;
  display: flex;
}
.chosen-container-single .chosen-single div b {
  height: 24px;
}
.result__title-url {
  word-wrap: break-word;
}
html.j40 #contact-form label.required .form-control-feedback {
  background: transparent;
  border: 0;
  box-shadow: unset;
  line-height: unset;
  height: auto;
  display: inline-block;
  position: unset;
}
html.j40 .btn-group {
  margin: 0;
}</pre></body></html>