/* Joomla JA Appolio repair, not recovered template CSS.
   Load AFTER the archive's authentic /bundles/all/css/bootstrap.min.css.
   Preserve all original body styles, grid classes, copy and Article microdata.
   Gold and ink are evidenced by the article's original inline styles. */
html { scroll-behavior: smooth; }
body { margin: 0; color: #001e21; background: #fff; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; line-height: 1.65; }
.t3-wrapper { min-height: 100vh; }
a { color: inherit; }
a:hover, a:focus { color: #aa8916; }
a:focus-visible, button:focus-visible { outline: 2px solid #aa8916; outline-offset: 3px; }
#t3-header { position: relative; z-index: 20; background: #fff; border-bottom: 1px solid #eee; }
#t3-header > .clearfix { max-width: 1440px; margin: auto; min-height: 104px; padding: 16px 30px; display: flex; align-items: center; gap: 24px; }
#t3-header > .clearfix::before, #t3-header > .clearfix::after { display: none; }
#t3-header .logo { flex: 0 0 190px; float: none !important; }
.t3-mainnav .navbar-header { margin: 0; }
.logo-image a { display: block; text-decoration: none; }
.logo-img { display: block; max-width: 190px; max-height: 86px; width: auto; height: auto; }
.logo-image a > span { display: none; }
/* A missing logo exposes the ORIGINAL accessible brand copy, not a new logo. */
.logo-image a.legacy-logo-missing > .logo-img { display: none; }
.logo-image a.legacy-logo-missing > span { display: block; font-size: 13px; line-height: 1.4; }
#t3-header .t3-mainnav { flex: 1; min-width: 0; }
.t3-mainnav > .container { width: auto; padding: 0; }
.t3-navbar { padding: 0; }
.t3-navbar .navbar-nav { float: none; display: flex; justify-content: center; margin: 0; }
.t3-navbar .navbar-nav > li { float: none; }
.t3-navbar .navbar-nav > li > a { padding: 16px 11px; font-size: 13px; text-transform: uppercase; white-space: nowrap; background: transparent; }
.t3-navbar .navbar-nav > .active > a { color: #aa8916; }
.t3-navbar .dropdown-menu { border: 1px solid #e6e6e6; border-radius: 0; box-shadow: 0 4px 9px #0001; padding: 12px 0; min-width: 210px; }
.t3-navbar .dropdown:hover > .dropdown-menu, .t3-navbar .dropdown:focus-within > .dropdown-menu { display: block; }
.t3-navbar .mega-dropdown-menu .row { margin: 0; }
.t3-navbar .mega-col-nav { padding: 0; }
.t3-navbar .mega-nav { list-style: none; padding: 0; margin: 0; }
.t3-navbar .mega-nav a { display: block; padding: 7px 18px; }
.t3-navbar-collapse:empty { display: none !important; }
#t3-header .head-right:empty { display: none; }
#t3-mainbody { padding-top: 36px; padding-bottom: 52px; }
#t3-content { min-width: 0; }
.article-content { overflow-wrap: break-word; }
.article-content img { max-width: 100%; height: auto; }
.article-content h1, .article-content h2, .article-content h3, .article-content h4 { line-height: 1.25; }
.article-content h1 { font-size: 36px; font-weight: 300; }
.article-content h3 { font-size: 24px; font-weight: 300; }
.article-content h4 { font-size: 18px; }
.typo-bubblect { padding: 10px; }
.typo-bubblect h1 { margin: 14px 0; }
.typo-bubblect h4 { margin-top: 10px; }
.article-content table { max-width: 100%; }
.article-content td { padding: 5px 4px; vertical-align: top; }
.article-content .panel-collapse.collapse { display: block; height: auto !important; }
.article-content .panel { border-radius: 0; box-shadow: none; }
.article-content .panel-heading { background: #f8f8f6; }
.article-content .panel-title { line-height: 1.5; }
.article-content .animate-Scale, .article-content .inview { opacity: 1 !important; visibility: visible !important; transform: none !important; }
figure.mediaboxck { margin: 0 5px 5px 0; }
figure.mediaboxck > a { border: 1px solid #eee; }
/* Retain the historical map/address shell without a fixed-width overflow. */
.map-container { max-width: 100%; }
.gmap .office-info { max-width: 1170px; margin: auto; padding: 24px 15px; }
.contact-wrap .control-contact { margin-bottom: 16px; }
.contact-wrap input:not([type=checkbox]):not([type=hidden]), .contact-wrap textarea { width: 100%; max-width: 100%; padding: 7px; border: 1px solid #ccc; }
#t3-footer { border-top: 1px solid #eee; background: #f8f8f6; padding: 24px 0; font-size: 12px; }
#t3-footer .mask { display: none; }
.t3-copyright { padding: 8px 0; }
#back-to-top { position: fixed; right: 18px; bottom: 18px; z-index: 30; }
#back-to-top button { background: #001e21; border-color: #001e21; border-radius: 0; }
#back-to-top i::before { content: '\2191'; font: 18px Arial, sans-serif; }
@media (min-width: 1200px) { #t3-mainbody { width: 1170px; } }
@media (max-width: 1199px) {
  #t3-header > .clearfix { padding: 14px 20px; gap: 12px; }
  #t3-header .logo { flex-basis: 160px; }
  .logo-img { max-width: 160px; }
  .t3-navbar .navbar-nav > li > a { padding: 14px 7px; font-size: 12px; }
}
/* Use the real desktop nav on mobile; T3's empty cloned-nav slot is unused. */
@media (max-width: 991px) {
  #t3-header > .clearfix { flex-wrap: wrap; justify-content: space-between; min-height: 88px; }
  #t3-header .logo { flex-basis: 180px; }
  #t3-header .t3-mainnav { flex: 1 1 100%; }
  .t3-mainnav .navbar-header { float: none; position: absolute; right: 18px; top: 20px; }
  .t3-mainnav .navbar-toggle { display: block; margin: 0; padding: 12px; border: 1px solid #ddd; border-radius: 0; }
  .navbar-toggle .fa-bars::before { content: '\2630'; font: 20px Arial, sans-serif; }
  .t3-navbar.navbar-collapse { border: 0; box-shadow: none; max-height: none; }
  .t3-navbar.navbar-collapse.collapse { display: block !important; }
  .legacy-js .t3-navbar.navbar-collapse.collapse:not(.legacy-open) { display: none !important; }
  .t3-navbar .navbar-nav { display: block; width: 100%; padding-top: 6px; }
  .t3-navbar .navbar-nav > li > a { padding: 9px 8px; font-size: 13px; white-space: normal; }
  .t3-navbar .dropdown-menu { display: block; position: static; float: none; border: 0; box-shadow: none; padding: 0 0 4px 10px; }
  .t3-navbar .mega-nav a { padding: 5px 15px; font-size: 13px; }
  #t3-header > .clearfix > .pull-right { display: none; }
}
@media (max-width: 767px) {
  #t3-mainbody { padding-top: 16px; padding-bottom: 30px; }
  .article-content [class*='col-sm-'] { margin-bottom: 16px; }
  .article-content .row[style] { margin-left: 0 !important; margin-right: 0 !important; }
  .article-content .typo-bubblect { padding: 10px; }
  .article-content table { width: 100%; }
  #t3-footer { padding: 18px 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
