.items-leading .leading {
  margin-bottom: 48px;
}
.items-row .item {
  margin-bottom: 48px;
}
article {
  position: relative;
}
.divider-vertical {
  margin: 0 0 48px;
  border: 0;
  border-top: 1px solid #f1f1f1;
}
.article-aside {
  color: #80949f;
  font-size: 11px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.article-aside:before,
.article-aside:after {
  display: table;
  content: " ";
}
.article-aside:after {
  clear: both;
}
.article-info {
  margin: 0;
  width: 80%;
  float: right;
}
@media screen and (min-width: 768px) {
  .article-info {
    width: 85%;
  }
}
.article-info .article-info-term {
  display: none;
}
.article-info dd {
  display: inline-block;
  margin-right: 0;
  margin-left: 10px;
  white-space: nowrap;
}
.article-info dd strong {
  font-weight: bold;
}
.article-info dd .fa {
  display: none;
}
.article-info dd:after {
  content: "/";
  margin-right: 10px;
}
.article-info dd:last-child:after {
  display: none;
}
.article-info + .btn-group .dropdown-toggle {
  color: #555555;
  border: 1px solid transparent;
  box-shadow: none;
}
.article-info + .btn-group .dropdown-toggle:hover,
.article-info + .btn-group .dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f48b24;
  border-color: #f1f1f1;
}
.article-info + .btn-group .dropdown-menu {
  font-size: 11px;
}
.article-footer {
  color: #999999;
  font-size: 12px;
  margin-bottom: 24px;
}
.article-intro,
.article-content {
  font-weight: 300;
}
.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 0 24px 36px;
}
.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 36px 24px 0;
}
.article-intro .item-image,
.article-content .item-image {
  margin-bottom: 24px;
  max-width: 100%;
}
@media (max-width: 768px) {
  .article-content iframe {
    width: 100% !important;
    height: auto;
  }
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  position: relative;
}
.img-intro-none,
.img-intro-left,
.img-intro-right,
.img-fulltext-none,
.img-fulltext-left,
.img-fulltext-right,
.img_caption {
  margin-bottom: 24px;
  max-width: 100%;
}
.img-fulltext-left {
  float: right;
  margin-left: 24px;
}
.img-fulltext-right {
  float: left;
  margin-right: 24px;
}
.img-intro-none img,
.img-intro-left img,
.img-intro-right img,
.img-fulltext-none img,
.img-fulltext-left img,
.img-fulltext-right img {
  margin: 0;
}
.img_caption img {
  margin-bottom: 1px !important;
}
.img_caption p.img_caption {
  background: #eeeeee;
  color: #555555;
  font-size: 12px;
  width: 100%;
  margin: 0;
  padding: 5px;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 767px) {
  article img[align=left],
  .img_caption.left,
  article img[align=right],
  .img_caption.right,
  .img-fulltext-left,
  .img-fulltext-right {
    float: none !important;
    margin-right: 0;
    margin-left: 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-right: 2px;
}
article aside .btn-group .dropdown-toggle {
  color: #555555;
  border: 1px solid transparent;
  box-shadow: none;
}
article aside .btn-group .dropdown-toggle:hover,
article aside .btn-group .dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #f48b24;
  border-color: #f1f1f1;
}
.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-right: 30px;
  font-size: 12px;
}
.list-striped,
.row-striped {
  list-style: none;
  line-height: 24px;
  text-align: right;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
  margin-right: 0;
  padding-right: 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-right: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
  margin-right: 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: right;
  vertical-align: middle;
  margin-right: 0;
  border: 1px solid #dddddd;
}
.login-wrap {
  background: #231810;
  padding: 30px;
  color: #ffffff;
}
@media screen and (min-width: 480px) {
  .login-wrap {
    width: 400px;
    margin: 0 auto;
  }
}
.login-wrap form .form-group .control-label {
  text-align: right;
  text-transform: uppercase;
}
.login-wrap form .form-group .control-label label {
  font-weight: 500;
  font-size: 12px;
}
.login-wrap form .form-group .checkbox {
  padding: 0;
  min-height: auto;
}
.login-wrap form .form-group .checkbox label {
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #999999;
  display: inline-block;
}
.login-wrap form input#username,
.login-wrap form input#password {
  width: 100%;
}
.login-wrap .other-links {
  border-top: 1px solid #120c08;
  padding: 24px 15px;
  margin: 0 -30px;
}
.login-wrap .other-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.login-wrap .other-links ul li {
  margin: 5px 0;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
}
.login-wrap .other-links ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -4px;
  color: #f48b24;
  border: 4px solid transparent;
  border-right-color: #f48b24;
  display: block;
  height: 0;
  width: 0;
}
.login-wrap .other-links ul li a {
  color: #999999;
}
.login-wrap .other-links ul li a:hover {
  color: #f48b24;
}
#jform_terms_terms-lbl .star,
#jform_privacyconsent_privacy-lbl .star,
#jform_consentbox-lbl .star {
  width: 10px;
  vertical-align: top;
}
.registration {
  background: #231810;
  padding: 30px;
  color: #ffffff;
}
@media screen and (min-width: 480px) {
  .registration {
    width: 400px;
    margin: 0 auto;
  }
}
.registration legend {
  color: #ffffff;
  border-color: #120c08;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.registration legend + .form-group {
  display: none;
}
.registration .control-group .control-label {
  display: block;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
}
.registration .control-group .controls {
  margin-right: 0;
  float: right;
  width: 100%;
}
.registration .control-group .controls input {
  width: 100%;
}
.registration .control-group label {
  font-weight: 400;
}
.registration .control-group .field-calendar input {
  display: inline-block;
}
.registration .form-group {
  margin-bottom: 12px;
}
.registration .form-group .control-label {
  text-align: right;
  text-transform: uppercase;
}
.registration .form-group .control-label label {
  font-weight: 500;
  font-size: 12px;
}
.registration .form-group input.required {
  width: 100%;
}
.registration fieldset dt {
  margin-left: 5px;
}
.registration .form-actions {
  background: none;
  border-top: 1px solid #120c08;
  padding: 24px 15px 0;
  margin: 30px -30px 0;
}
@media screen and (min-width: 768px) {
  .registration .form-actions .btn {
    margin-left: 12px;
  }
}
.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: right;
  font-weight: bold;
  text-align: left;
  width: 130px;
}
.form-register .input,
.form-register .inputbox {
  margin-right: 10px;
  width: 200px;
}
.form-register .btn,
.form-register .button {
  margin-right: 140px;
}
.admintable textarea {
  max-width: 90% !important;
  resize: none;
}
.com_mailto body {
  padding: 12px;
}
.com_mailto .t3-mainbody {
  padding-top: 0;
  padding-bottom: 0;
}
.com_mailto .t3-content {
  width: auto;
}
#mailto-window {
  background: #fff;
  margin: 10px 0 20px;
  padding: 0;
  position: relative;
}
#mailto-window h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#mailtoForm .formelm {
  padding: 5px 0;
  vertical-align: middle;
  overflow: hidden;
}
#mailtoForm .formelm label {
  display: inline-block;
  float: right;
  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-left: 5px;
}
.window .window-mainbody .item-page .article-image-full {
  float: none !important;
}
.user-details {
  padding: 10px 0;
}
.user-details p {
  margin: 0 0 5px;
}
.user-details label {
  display: block;
  float: right;
  font-weight: bold;
  text-align: left;
  width: 130px;
}
.user-details .input,
.user-details .inputbox {
  margin-right: 10px;
  width: 200px;
}
.user-details .btn,
.user-details button {
  margin-right: 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-right: 10px;
}
.reset .form-validate p,
.remind .form-validate p {
  background: #eeeeee;
  border: 1px solid #f1f1f1;
  margin-bottom: 24px;
  padding: 12px 24px;
  border-radius: 0;
}
.reset .form-validate fieldset dl,
.remind .form-validate fieldset dl {
  margin: 0;
}
.reset .form-validate fieldset dt,
.remind .form-validate fieldset dt {
  margin: 4px 0 0 0;
}
@media screen and (min-width: 480px) {
  .profile {
    width: 700px;
    margin: 0 auto;
  }
}
.profile legend {
  border-color: #999999;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 480px) {
  .profile-edit {
    width: 700px;
    margin: 0 auto;
  }
}
.profile-edit legend {
  border-color: #999999;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.profile-edit .form-actions {
  background: none;
  border-top: 1px solid #999999;
}
.profile-edit input {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .profile-edit input {
    float: right;
    width: 50%;
  }
}
.profile-edit select {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
@media (min-width: 768px) {
  .profile-edit select {
    float: right;
    width: 50%;
  }
}
.profile-edit select + button {
  margin-right: 5px;
}
.profile-edit #helpsite-refresh {
  margin-top: 12px;
  color: #231810;
}
@media (min-width: 768px) {
  .com_search .search {
    width: 660px;
    margin: 0 auto;
  }
}
.search #searchForm .input-group #search-searchword {
  flex: 1 1 auto;
}
.search #searchForm .input-group .input-group-btn {
  width: auto;
}
#searchForm:before,
#searchForm:after {
  display: table;
  content: " ";
}
#searchForm:after {
  clear: both;
}
#searchForm .chzn-container {
  width: 130px !important;
}
#searchForm fieldset {
  margin: 24px 0;
}
#searchForm legend {
  margin-bottom: 12px;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
#searchForm select {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  padding-right: 5px;
}
#searchForm .form-limit {
  margin-top: 24px;
}
#searchForm .form-limit .counter {
  margin-top: 0;
}
#searchForm .phrases-box input[type="radio"],
#searchForm .only input[type="checkbox"] {
  vertical-align: top;
  margin-top: 6px;
}
#searchForm .chzn-container {
  display: inline-block;
}
#searchForm .input-group .form-control,
#searchForm .input-group #search-searchword {
  border-color: #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#searchForm .input-group .form-control:focus,
#searchForm .input-group #search-searchword:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f48b24;
}
#searchForm .input-group .input-group-btn .btn {
  border: 1px solid #f1f1f1;
}
#search-form ul#finder-filter-select-list {
  margin-right: 0;
  padding-right: 0;
}
#search-form ul#finder-filter-select-list li {
  list-style: none;
  padding: 12px 0;
}
#search-form ul#finder-filter-select-list li label {
  width: 150px;
}
#search-form .word .form-group {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #searchForm .radio-inline,
  #searchForm .checkbox-inline {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}
.search-results {
  margin-top: 24px;
  margin-right: 0;
  padding-right: 0;
}
.search-results .result-title {
  font-size: 16px;
  margin-top: 24px;
}
.search-results .result-category {
  font-size: 11px;
  color: #999999;
}
.search-results .result-text {
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-results .result-url {
  color: #555555;
  margin-top: 24px;
}
.search-results .result-created {
  font-size: 11px;
  color: #999999;
}
div.finder {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  div.finder {
    width: 660px;
    margin: 0 auto;
  }
}
div.finder .com-finder__tips {
  margin-top: 24px;
}
div.finder #advancedSearch #finder-filter-window {
  overflow: visible;
}
div.finder #advancedSearch .chzn-container {
  width: 200px !important;
}
@media (max-width: 767px) {
  div.finder #advancedSearch .form-horizontal .control-group .controls {
    margin: 10px 0 0 0;
  }
}
div.finder .form-inline .input-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
div.finder #finder-filter-window {
  margin-top: 24px;
}
div.finder #finder-filter-window .chosen-single {
  display: block;
  width: 100%;
  height: 46px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.715;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border-radius: 0;
}
div.finder #finder-filter-window #finder-filter-select-dates {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
@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: 12px;
  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 #f1f1f1;
  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: 12px;
  width: 100%;
}
div.finder #finder-filter-window .filter-branch .control-label {
  padding: 0;
  margin-bottom: 12px;
}
div.finder #finder-filter-window .filter-branch .controls {
  margin-right: 0;
}
div.finder #finder-filter-window .filter-branch .controls select {
  color: #9e9e9e;
  width: 100%;
}
div.finder #finder-filter-window .chosen-container {
  width: 100%;
}
#searchForm .phrases-box input[type="radio"] {
  vertical-align: top;
  margin-top: 3px;
}
.contact-wrap .container.t3-mainbody {
  padding: 0;
  width: 100%;
}
.contact-wrap .container.t3-mainbody > .row {
  margin: 0;
}
.contact-wrap .container.t3-mainbody > .row .t3-content {
  padding: 0;
}
.contact-wrap .container.t3-mainbody .alert {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .contact .thumbnail {
    width: 100%;
  }
}
.contact .dl-horizontal > dt {
  display: none;
}
.contact .dl-horizontal > dd {
  margin-right: 0;
}
.contact .checkbox {
  padding-top: 5px;
}
.contact .checkbox input[type="checkbox"] {
  margin-right: 0;
  margin-top: 6px;
}
.contact .control-btn {
  text-align: left;
}
@media (max-width: 991px) {
  .contact .control-btn {
    margin-top: 12px;
  }
}
.contact .form-group {
  margin-bottom: 24px;
}
.contact .control-group .control-label {
  padding-top: 0;
  text-align: right;
}
.contact .control-group .controls {
  float: right;
  margin-right: 0;
  width: 100%;
}
.contact .profile-user {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 12px;
}
.contact .profile-user dt {
  display: block;
  text-align: right;
}
.contact .profile-user dt,
.contact .profile-user dd {
  margin-bottom: 10px;
}
.contact .profile-user .hasPopover {
  margin-bottom: 0;
}
.contact .profile-user .dl-horizontal {
  max-width: 260px;
}
.contact .profile-user .dl-horizontal dt {
  width: auto;
  margin-left: 40px;
}
.contact .profile-user .dl-horizontal dd {
  margin-right: 0;
}
.plain-style .page-header {
  border: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 72px;
  margin-top: 72px;
}
@media (max-width: 767px) {
  .plain-style .page-header {
    margin-bottom: 24px;
  }
}
.plain-style .page-header h2 {
  color: #231810;
  text-transform: uppercase;
  font-size: 39px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .plain-style .page-header h2 {
    font-size: 24px;
  }
}
.plain-style .page-header span {
  display: block;
  color: #f48b24;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.plain-style .address-top {
  padding: 0 30px;
  margin-bottom: 48px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .plain-style .address-top {
    padding: 0;
  }
}
.plain-style .address-top .contact-address {
  margin-bottom: 0;
}
.plain-style .address-top .address-detail {
  margin-bottom: 24px;
}
.plain-style .address-top .address-detail > span {
  border-bottom: 5px solid #ffa54d;
  background-color: #231810;
  color: #ffffff;
  display: block;
  padding: 48px 24px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 991px) {
  .plain-style .address-top .address-detail > span {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.plain-style .address-top .address-detail > span:after {
  border-style: solid;
  border-width: 5px;
  border-color: transparent transparent #ffa54d transparent;
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -5px;
}
.plain-style .address-top .address-detail > span a {
  color: #ffffff;
  font-weight: 700;
}
.plain-style .address-top .address-detail > span a:hover,
.plain-style .address-top .address-detail > span a:focus,
.plain-style .address-top .address-detail > span a:active {
  color: #f48b24;
}
.plain-style .address-top .address-detail > span .fa {
  color: #f48b24;
  display: block;
  font-size: 39px;
  margin-bottom: 24px;
}
.plain-style .address-top .address-detail > span > span {
  color: #999999;
  display: block;
  font-weight: 300;
  margin-bottom: 12px;
}
.plain-style .detail-contact {
  background-color: #f3f8fa;
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 767px) {
  .plain-style .detail-contact {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.plain-style .detail-contact .form-title {
  text-align: center;
  margin-bottom: 48px;
}
.plain-style .detail-contact .form-title span {
  display: block;
  color: #f48b24;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.plain-style .detail-contact .form-title h3 {
  color: #231810;
  font-size: 39px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .plain-style .detail-contact .form-title h3 {
    font-size: 24px;
  }
}
.plain-style .detail-contact .contact-form legend {
  border: 0;
  display: inline-block;
  margin: 0;
}
.plain-style .detail-contact .contact-form .form-group input[type="text"],
.plain-style .detail-contact .contact-form .form-group input[type="password"],
.plain-style .detail-contact .contact-form .form-group input[type="email"] {
  width: 100%;
}
.plain-style .detail-contact .contact-form label.control-label {
  text-transform: uppercase;
  font-size: 12px;
}
.plain-style .contact-links li {
  border-right: 5px solid #f5983c;
  border-bottom: none;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
  padding-right: 0;
  position: relative;
}
.plain-style .contact-links li:before {
  content: "";
  position: absolute;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #f5983c transparent transparent;
  right: 0;
  top: 50%;
  margin-top: -5px;
  z-index: 1;
}
.plain-style .contact-links li > a {
  border-radius: 0;
  background-color: #f48b24;
  color: #ffffff;
  padding: 8px 12px;
  text-transform: none;
  font-weight: normal;
}
.plain-style .contact-links li > a:hover,
.plain-style .contact-links li > a:focus,
.plain-style .contact-links li > a:active {
  background-color: #da720b;
}
.plain-style .contact-misc {
  display: block;
  margin: 24px 0;
}
.tabs-style .page-header,
.sliders-style .page-header {
  border: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 72px;
  margin-top: 72px;
}
@media (max-width: 767px) {
  .tabs-style .page-header,
  .sliders-style .page-header {
    margin-bottom: 24px;
  }
}
.tabs-style .page-header h2,
.sliders-style .page-header h2 {
  color: #231810;
  text-transform: uppercase;
  font-size: 39px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .tabs-style .page-header h2,
  .sliders-style .page-header h2 {
    font-size: 24px;
  }
}
.tabs-style .page-header span,
.sliders-style .page-header span {
  display: block;
  color: #f48b24;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.tabs-style .container,
.sliders-style .container {
  padding-bottom: 72px;
}
.tabs-style .panel-group.collapsing,
.sliders-style .panel-group.collapsing {
  height: auto !important;
}
#slide-contact .panel {
  box-shadow: none;
}
#slide-contact .panel .fa {
  margin-left: 6px;
  width: 15px;
}
#slide-contact .panel .accordion-toggle {
  font-size: 14px;
}
#slide-contact .contact-form input[type="text"],
#slide-contact .contact-form input[type="email"],
#slide-contact .contact-form input[type="password"] {
  width: 100%;
}
#myTab {
  border: 0;
}
@media (max-width: 767px) {
  #myTab > li {
    display: block;
    float: none;
    margin-bottom: 12px;
  }
}
#myTab > li > a {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #333333;
  font-weight: 700;
  padding: 0 0 8px;
  line-height: 1;
  margin-left: 24px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #myTab > li > a {
    display: inline-block;
  }
}
#myTab > li > a:hover,
#myTab > li > a:focus,
#myTab > li > a:active {
  border-bottom-color: #f48b24;
  background-color: transparent;
  color: #f48b24;
}
#myTab > li.active a {
  border-bottom-color: #f48b24;
  color: #f48b24;
}
.contact #myTabContent {
  background-color: #f4f4f4;
  padding: 24px;
  margin-top: 12px;
}
.contact #myTabContent .fa {
  margin-left: 6px;
  width: 15px;
}
.contact #myTabContent .contact-form input[type="text"],
.contact #myTabContent .contact-form input[type="email"],
.contact #myTabContent .contact-form input[type="password"] {
  width: 100%;
}
.contact-form #jform_contact_emailmsg {
  width: 100%;
}
.contact-form #jform_contact_message {
  width: 100%;
  height: auto;
}
.contact-form #jform_contact_message:focus {
  box-shadow: none;
}
@media (max-width: 768px) {
  .contact-form #jform_captcha-lbl {
    display: none;
  }
  .contact-form #recaptcha_image {
    width: 220px;
  }
  .contact-form #recaptcha_image img {
    max-width: 220px;
  }
  .contact-form #recaptcha_response_field {
    max-width: 220px;
  }
}
.contact-form legend {
  font-size: 12px;
}
.contact-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form .form-check {
  display: block;
}
.contact-form .form-check .form-check-label {
  padding: 0;
}
#archive-items > li {
  line-height: normal;
  margin: 0;
  overflow: visible;
  padding: 0;
}
#archive-items .intro {
  clear: both;
  overflow: hidden;
}
.categories-list {
  margin-bottom: 24px;
}
.category-item:before,
.category-item:after {
  display: table;
  content: " ";
}
.category-item:after {
  clear: both;
}
.category-item .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.category-item .category-item {
  margin-bottom: 0;
  margin-right: 30px;
}
.category-item .category-item .page-header {
  font-size: 14px;
}
.cat-children .page-header {
  line-height: normal;
  padding: 12px 5px;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.newsfeed-category > h2,
.newsfeed > h2 {
  font-size: 39px;
  text-transform: uppercase;
  margin: 0 0 48px;
  font-weight: 700;
}
.newsfeed-category .category-desc,
.newsfeed .category-desc {
  margin-bottom: 24px;
}
.newsfeed-category .category li:before,
.newsfeed .category li:before,
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  display: table;
  content: " ";
}
.newsfeed-category .category li:after,
.newsfeed .category li:after {
  clear: both;
}
.newsfeed > h2 {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 24px;
  margin-bottom: 24px;
  margin-top: 0;
}
.newsfeed .feed-description {
  margin-bottom: 24px;
  font-size: 16px;
}
.newsfeed .feed-item-description .feed-description {
  font-size: 14px;
}
.newsfeed ol li > a {
  font-weight: bold;
  font-size: 16px;
}
.article-content .pagination ul {
  display: block;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.article-content .pagination ul li {
  border: 1px solid #f1f1f1;
  float: right;
  line-height: normal;
  margin-left: 12px;
  padding: 12px 24px;
}
.article-content .pagination ul li a {
  border: 0;
  text-decoration: none;
  background-color: transparent;
  line-height: normal;
  padding: 0;
}
.pagenavcounter {
  margin: 0 0 24px;
  font-weight: bold;
}
#article-index,
.article-index {
  border: 1px solid #f1f1f1;
  border-radius: 0;
  float: left;
  padding: 0;
  margin: 0 24px 24px 0;
  width: 25%;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  #article-index,
  .article-index {
    width: auto;
    display: block;
    float: none !important;
    margin-right: 0;
  }
}
#article-index ul,
.article-index ul {
  list-style: none;
  margin: 0;
  padding: 12px 24px;
  border: 0;
}
#article-index ul > li:last-child,
.article-index ul > li:last-child {
  border: none;
}
#article-index ul > li:before,
.article-index ul > li:before {
  top: 16px;
}
#article-index ul > li > a,
.article-index ul > li > a {
  border: 0 !important;
  padding: 12px 0;
  border-radius: 0;
}
#article-index ul > .active > a,
.article-index ul > .active > a,
#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 {
  color: #f48b24;
}
.pagenav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagenav > li {
  margin: 0;
  padding: 0;
  float: right;
}
.pagenav > li.pagenav-prev,
.pagenav > li.previous {
  margin-left: 10px;
}
.pagenav li > a {
  padding: 12px 24px;
  line-height: normal;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.pagenav li > a:hover,
.pagenav li > a:active,
.pagenav li > a:focus {
  background-color: #eeeeee;
}
.pagenav.pager {
  display: block;
}
.items-more h3 {
  margin: 0 0 24px;
}
.items-more .nav > li {
  border-top: 1px solid #f1f1f1;
  display: list-item;
  list-style: square;
  margin-right: 24px;
}
.items-more .nav > li > a {
  padding: 10px 5px;
}
.items-more .nav > li > a:hover,
.items-more .nav > li > a:focus {
  background: none;
}
.readmore {
  display: block;
  margin-top: 10px;
}
.back_button a {
  display: block;
  margin: 10px 0;
}
.filters {
  margin: 12px 0;
}
.display-limit {
  margin: 12px 0 5px;
}
.filters .display-limit {
  float: left;
  text-align: left;
}
#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 {
  position: relative;
  padding: 24px;
  padding-right: 10%;
}
.alert:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  width: 7%;
  height: 100%;
}
.alert:after {
  content: "x";
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -16px;
  text-shadow: 0 1px 0 #fff;
}
.alert h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #ffffff !important;
}
.alert.alert-message,
.alert.alert-success {
  color: #d8eb9e;
  background-color: #87af0e;
  border-color: #87af0e;
}
.alert.alert-message hr,
.alert.alert-success hr {
  border-top-color: #75970c;
}
.alert.alert-message .alert-link,
.alert.alert-success .alert-link {
  color: #c7e274;
}
.alert.alert-message:before,
.alert.alert-success:before {
  background: #75970c;
}
.alert.alert-message:after,
.alert.alert-success:after {
  color: #d8eb9e;
}
.alert.alert-notice,
.alert.alert-info {
  color: #b5e4ff;
  background-color: #079aee;
  border-color: #079aee;
}
.alert.alert-notice hr,
.alert.alert-info hr {
  border-top-color: #068ad5;
}
.alert.alert-notice .alert-link,
.alert.alert-info .alert-link {
  color: #82d1ff;
}
.alert.alert-notice:before,
.alert.alert-info:before {
  background: #068ad5;
}
.alert.alert-notice:after,
.alert.alert-info:after {
  color: #b5e4ff;
}
.alert.alert-error,
.alert.danger,
.alert.alert-danger {
  color: #ebccd1;
  background-color: #b94a48;
  border-color: #b94a48;
}
.alert.alert-error hr,
.alert.danger hr,
.alert.alert-danger hr {
  border-top-color: #a74240;
}
.alert.alert-error .alert-link,
.alert.danger .alert-link,
.alert.alert-danger .alert-link {
  color: #dda7b0;
}
.alert.alert-error:before,
.alert.danger:before,
.alert.alert-danger:before {
  background: #a74240;
}
.alert.alert-error:after,
.alert.danger:after,
.alert.alert-danger:after {
  color: #ebccd1;
}
.alert.warning,
.alert.alert-warning {
  color: #fcf8e3;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.alert.warning hr,
.alert.alert-warning hr {
  border-top-color: #eea236;
}
.alert.warning .alert-link,
.alert.alert-warning .alert-link {
  color: #f7ecb5;
}
.alert.warning:before,
.alert.alert-warning:before {
  background: #eea236;
}
.alert.warning:after,
.alert.alert-warning:after {
  color: #fcf8e3;
}
#system-message joomla-alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid #079aee;
  border-radius: 2px;
  color: #b5e4ff;
  background-color: #079aee;
  border-color: #079aee;
  display: block;
}
#system-message joomla-alert hr {
  border-top-color: #068ad5;
}
#system-message joomla-alert .alert-link {
  color: #82d1ff;
}
#system-message joomla-alert h4 {
  color: #b5e4ff;
}
.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 0 0 5px;
}
.languageswitcherload {
  float: left;
}
div.calendar {
  width: 187px;
}
.edit.item-page fieldset .btn-toolbar {
  margin-top: 12px;
}
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory {
  border: 1px solid;
  color: #ffffff;
  background-color: #f48b24;
  border-color: #f5983c;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 1.715;
  border-radius: 0;
}
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory:focus,
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory.focus {
  color: #ffffff;
  background-color: #da720b;
  border-color: #a95809;
}
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory:hover {
  color: #ffffff;
  background-color: #da720b;
  border-color: #e9790c;
}
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory:active,
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory.active,
.open > .dropdown-toggle.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory {
  color: #ffffff;
  background-color: #da720b;
  background-image: none;
  border-color: #e9790c;
}
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory:active:hover,
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory.active:hover,
.open > .dropdown-toggle.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory:hover,
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory:active:focus,
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory.active:focus,
.open > .dropdown-toggle.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory:focus,
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory:active.focus,
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory.active.focus,
.open > .dropdown-toggle.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory.focus {
  color: #ffffff;
  background-color: #b86009;
  border-color: #a95809;
}
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory.disabled:hover,
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory[disabled]:hover,
fieldset[disabled] .edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory:hover,
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory.disabled:focus,
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory[disabled]:focus,
fieldset[disabled] .edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory:focus,
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory.disabled.focus,
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory[disabled].focus,
fieldset[disabled] .edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory.focus {
  background-color: #f48b24;
  border-color: #f5983c;
}
.edit.item-page fieldset .btn-toolbar .modal_jform_contenthistory .badge {
  color: #f48b24;
  background-color: #ffffff;
}
.edit.item-page #adminForm > .btn-toolbar .btn-group .btn:hover,
.edit.item-page #adminForm > .btn-toolbar .btn-group .btn:focus,
.edit.item-page #adminForm > .btn-toolbar .btn-group .btn:active {
  color: #f48b24;
}
.edit.item-page #adminForm > .btn-toolbar .btn-group .btn.btn-primary:hover,
.edit.item-page #adminForm > .btn-toolbar .btn-group .btn.btn-primary:focus,
.edit.item-page #adminForm > .btn-toolbar .btn-group .btn.btn-primary:active {
  color: #ffffff;
}
.edit.item-page .field-calendar > .input-group {
  display: block;
}
.chzn-container-multi .chzn-choices {
  border-color: #c7d7e1;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  height: auto;
  padding: 12px 0;
}
.jmodedit {
  display: block !important;
  position: absolute !important;
  z-index: 9999;
}
.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,
.chzn-container-active.chzn-with-drop .chzn-single {
  color: #999999;
  text-transform: uppercase;
  height: 46px;
  background: #ffffff;
  border-color: #c7d7e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 24px;
  border-radius: 0;
  float: none;
}
.chzn-container-single .chzn-single div b {
  background-position: 100% 12px;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -16px 12px;
}
.chzn-container-single .chzn-single span {
  margin-left: 12px;
}
.chzn-container-single .chzn-drop,
.chzn-container .chzn-drop,
.chzn-container.chzn-with-drop .chzn-drop {
  border-color: #c7d7e1;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chzn-container .chzn-results li {
  padding-right: 12px;
  padding-left: 12px;
}
.input-prepend .chzn-container-single .chzn-single {
  border-color: #c7d7e1;
  height: 26px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
  border-radius: 3px 0 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
  border-color: #c7d7e1;
}
.btn-group .chzn-results {
  white-space: normal;
}
.tags {
  margin-bottom: 24px;
}
.tags span a.badge,
.tags span a.label {
  background: #eeeeee;
  text-transform: uppercase;
  color: #231810;
  display: inline-block;
  padding: 12px;
  font-weight: 500;
  font-size: 11px;
  margin: 0 0 5px 5px;
  border-radius: 0;
}
.tags span a.badge:hover,
.tags span a.label:hover,
.tags span a.badge:active,
.tags span a.label:active,
.tags span a.badge:focus,
.tags span a.label:focus {
  background: #f48b24;
  color: #ffffff;
}
.tag-category ul.category li {
  padding-bottom: 0 !important;
  margin-bottom: 24px !important;
}
.tag-category ul.category h3 {
  font-size: 18px;
}
.tag-category .btn-group .chzn-container .chzn-drop {
  width: 68px;
}
.article-image,
.article-image-full {
  margin-bottom: 24px;
}
.article-image img,
.article-image-full img {
  max-width: 100%;
  width: 100%;
}
.tag-category ul.category {
  border: 0;
}
.tag-category ul.category li {
  border: 0;
  background-color: transparent;
  padding: 0;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #f1f1f1;
}
.tag-category ul.category li > h3 {
  margin: 0 0 24px;
}
.tag-category ul.category li > a {
  display: block;
}
@media (min-width: 992px) {
  .tag-category ul.category li > a {
    float: right;
    width: 35%;
  }
}
.tag-category ul.category li img {
  max-width: 100%;
}
.tag-category ul.category li .tag-body {
  display: block;
  padding: 24px 0 0 0;
}
@media (min-width: 992px) {
  .tag-category ul.category li .tag-body {
    float: right;
    width: 65%;
    padding: 0 36px 0 0;
  }
}
.tag-category ul.category li .tag-body h3 {
  font-size: 30px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .tag-category ul.category li .tag-body h3 {
    font-size: 24px;
  }
}
.tag-category ul.category li .tag-body p {
  display: inline;
  margin-bottom: 0;
}
.tag-category ul.category li:last-child .tag-body {
  border: 0;
}
.tag-category .filters {
  margin: 24px 0 48px;
}
.tag-category .filters .btn-group {
  margin-right: 0;
}
@media (max-width: 767px) {
  .tag-category .filters .btn-group {
    float: none !important;
    display: block;
  }
  .tag-category .filters .btn-group.pull-right {
    margin-top: 12px;
  }
  .tag-category .filters .btn-group #filter-search {
    display: inline-block;
    margin-bottom: 5px;
    width: auto;
  }
}
.tag-category .filters .btn-group .btn {
  float: none;
}
.tag-category .filters.btn-toolbar.btn-toolbar {
  display: block;
}
.tag-category .filters.btn-toolbar.btn-toolbar .btn-group {
  display: flex;
  margin-bottom: 5px;
}
.article-index > h3 {
  padding: 0 24px;
}
#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-left: 5px;
  width: auto;
}
#jform_terms_terms label,
#jform_privacyconsent_privacy label,
#jform_consentbox label,
#jform_profile_tos label {
  margin-left: 12px;
  padding: 0;
}
.request-form .control-group .control-label {
  padding-top: 0;
}
#modal-jform_consentbox,
#modal-consentbox {
  top: 5%;
  display: block;
  z-index: 1050;
  right: 50%;
  width: 80%;
  position: fixed;
  margin-right: -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;
}
.pagenavigation ul.pagination li.next {
  float: left;
}
.item-page.edit #com-content-form .choices #jform_catid_chosen {
  display: none;
}
.item-page.edit #adminForm > div {
  margin-top: 8px;
}
.item-page.edit .choices__list--multiple {
  margin-right: 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: #72af1a;
  font-family: FontAwesome3;
}
.j40 .modal-dialog {
  margin-top: 0 !important;
}
.j40 .modal-dialog .modal-body {
  height: 60vh;
}
.j40 .tab-content .tab-pane {
  display: none !important;
}
.j40 .tab-content .tab-pane.active {
  display: block !important;
}
#modules-form #options .control-group .controls a.btn:hover {
  color: inherit;
  opacity: 0.8;
}
#modules-form #options .btn-group.radio label:not(.active) {
  background: #eee;
  color: inherit;
}
#modules-form #options #acym_article_jform_params_termscontent {
  background: #fff;
  width: 80vw;
  height: 63vh;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 50%;
}
#modules-form #options #acym_article_jform_params_termscontent.in {
  display: block !important;
}
#modules-form #options #acym_article_jform_params_termscontent .modal-header h3 {
  margin: 0;
}
.profile-edit #jform_params_timezone_chosen ul.chosen-results {
  width: 100%;
  max-width: 100%;
}
.ja-map p {
  margin: 0;
}
.btn.jmodedit:hover {
  color: #f48b24;
}