/* Autauga County — Global2022.css */

/* 1. RESET / BASE */

body {
    background: #e7e7e7;
    height: 100%;
}

hr {
    border: 0;
    border-top: 1px solid #ccc !important;
    margin: 10px 0;
}

.rounded {
    border-radius: 0 !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.rightImage {
    float: right;
    margin: 0 0 4px 10px;
}

.leftImage {
    float: left;
    margin: 0 10px 4px 0;
}

/* 2. SKIP NAVIGATION */

.skip-nav {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: 9999;
    padding: 10px 16px;
    background: #083271;
    color: #fff !important;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0 0 4px 0;
    transition: top 0.1s ease;
}

.skip-nav:focus,
.skip-nav:focus-visible {
    top: 0;
    outline: 3px solid #f89939;
    outline-offset: 2px;
}

/* 3. TYPOGRAPHY */

h1, h2, h3, h4, h5, h6 {
    font-family: arial, sanserif !important;
    font-weight: 400 !important;
	text-align: CENTER!important;
}

.h1, h1 { font-size: 52px; }

.h2, h2 { color: #036; }

.title {
    color: #036;
    font-weight: 700;
    text-transform: uppercase;
	text-align: CENTER!important;
}

.BreadCrumbs {
    margin-bottom: 15px;
}

.BreadCrumbs H5 {
    display: inline;
    font-family: arial, sans-serif;
    font-size: 12px;
}

.SideNav {
    list-style: none;
    margin-left: -24px;
}

/* 4. LAYOUT — BODY & CONTENT */

.content, .homecontent {
    background: #fff;
    padding: 20px;
}

.content a, .homecontent a {
    color: #083271;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.content a:hover,
.content a:focus, 
.homecontent a:hover,
.homecontent a:focus {
    color: #083271;
    text-decoration-thickness: 3px;
}


.content a:visited,
.homecontent a:visited{
    color: #b64a09;
}

.content img {
    max-width: 100%;
    height: auto;
}

.content ul,
.content ol,
.EditBody ul,
.EditBody ol {
    padding: 0 15px 0 40px;
    list-style-type: square;
}

.content ul ul,
.content ol ol,
.EditBody ul ul,
.EditBody ol ol {
    font-size: 100%;
}

.content table:not([role="presentation"]) {
    border-collapse: collapse;
    width: 100%;
}

.content table:not([role="presentation"]) th,
.content table:not([role="presentation"]) td {
    border: 1px solid #767676;
    padding: 8px;
    text-align: left;
}

.content table:not([role="presentation"]) th {
    background-color: #083271;
    color: #fff;
}

#contact {
    width: 300px;
    float: right;
    margin: 0 0 1em 1em;
    padding: 10px;
    background: #ccc;
    display: inline;
}

/* 5. HEADER & JUMBOTRON */

.bg-faded {
    background-color: #ccba92 !important;
}

.jumbotron {
    height: 171px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.jumbotron-hr {
    border-top-color: #d0d5d8;
}

.jumbotron-fluid {
    max-width: 100% !important;
    height: auto !important;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 0 !important;
    }

    .col-sm-2 {
        flex: 0 0 14% !important;
        -webkit-flex: 0 0 14% !important;
        -ms-flex: 0 0 14% !important;
        max-width: 16.666667%;
    }
}

#tourbookdiv {
    line-height: 1.15;
}

#tourbookdiv > img {
    margin-top: -5px;
}

/* 6. NAVIGATION & NAVBAR */

.navbar-expand-lg {
    align-items: center;
    padding: 0.25rem 1rem !important;
    margin-bottom: 7px;
}

.navbar-expand-lg .navbar-collapse {
    margin-left: 2rem;
}

.navbar > div:first-of-type {
    flex-shrink: 0;
    align-self: center;
}

.navbar-nav {
    margin-left: 10px;
}

.navbar-nav .nav-item,
.navbar-nav .nav-link {
    display: flex;
    align-items: center;
}

.navbar-nav .dropdown-toggle::after {
    vertical-align: middle;
    margin-top: -2px;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
    color: #083271 !important;
    font-size: 17px !important;
}

.navbar-light .navbar-brand {
    visibility: hidden;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000 !important;
    font-size: 1.2rem;
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus {
    color: #083271 !important;
}

.navbar-light .navbar-nav .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
    color: #7db6e6 !important;
}

.navbar-light .navbar-toggler {
    color: #0248af !important;
    border-color: #0248af !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(2, 72, 175, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
    outline: 3px solid #083271;
    outline-offset: 2px;
    box-shadow: none;
}

.navbar > .show > a:focus,
.navbar > .show > a:focus-visible,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:focus-visible {
    outline: 3px solid #083271;
    outline-offset: 2px;
    background: transparent;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
    color: #ccc !important;
    visibility: visible;
}

@media (max-width: 1400px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 1rem;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        margin-left: 2rem;
    }
}

/* 7. DROPDOWNS */

.dropdown:hover > .dropdown-menu {
    display: block !important;
}

.dropdown-menu {
    margin-top: 0;
    padding-top: 0;
}

.dropdown-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 0.8em;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.dropdown-menu a:focus,
.dropdown-menu a:focus-visible {
    outline: 3px solid #083271;
    outline-offset: -3px;
    background-color: #d6eaf8;
    color: #083271 !important;
}

@media only screen and (min-width: 769px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: absolute !important;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block !important;
    }
}

/* 8. SEARCH */

#searchform .btn-outline-primary {
    color: #083271 !important;
    background-image: none;
    background-color: transparent;
    border-color: #083271 !important;
}

#searchform .btn-outline-primary:hover {
    color: #fff !important;
    background-color: #083271 !important;
    border-color: #083271 !important;
}

#searchform .input-group .form-control {
    position: unset;
    z-index: 0;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

#searchvalue:focus,
#searchvalue:focus-visible {
    outline: 3px solid #083271 !important;
    outline-offset: 2px;
    border-color: #083271 !important;
    box-shadow: 0 0 0 3px rgba(8, 50, 113, 0.25);
}

#searchform .btn-outline-primary:focus,
#searchform .btn-outline-primary:focus-visible {
    outline: 3px solid #083271 !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(8, 50, 113, 0.25);
}

/* 9. POPLINKS / BUTTON NAV */

.poplinks {
    background: #000000;
    margin: 0 0 15px 0;
    padding-top: 15px;
    overflow-x: hidden;
}

.poplinks a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-family: "trajan-pro", sans-serif;
    padding: 4px;
    border-radius: 4px;
}

.poplinks a:focus,
.poplinks a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 3px;
    border-radius: 4px;
}

.poplink-item {
    flex: 1 1 auto;
    min-width: 90px;
    max-width: 150px;
    padding: 0 4px 12px 4px;
    text-align: center;
}

.poplinks img.btn-link {

}

.poplink-label {
    display: block;
    color: #fff;
    font-family: "trajan-pro", sans-serif;
    font-size: max(0.85em, 13px);
    margin-top: 4px;
    text-decoration: none;
}

.poplink-fade {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.poplink-fade:hover {
    opacity: 0.5;
}

.poplink-fade:focus,
.poplink-fade:focus-visible {
    opacity: 0.8;
    outline: 3px solid #fff;
    outline-offset: 3px;
}

/* 10. PROMO ROW (replaces carousel) */

.promo-row {
    margin-bottom: 1rem;
}

.promo-row img {
    width: 100%;
    height: auto;
}

.promo-row a:focus,
.promo-row a:focus-visible {
    outline: 3px solid #083271;
    outline-offset: 3px;
    border-radius: 2px;
    display: block;
}

/* 11. CARDS */

.card {
    width: 33% !important;
}

.card-header {
    margin-bottom: 0;
    background-color: #d29f3b !important;
    border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card h4 {
    color: #fff !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    font-size: 1.3em;
}

.card h5 {
    color: #155297 !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 2px !important;
    font-size: 1.25em;
}

.card p {
    font-size: 1.1em;
}

.card-body {
    padding: 0.5em !important;
}

.card-body p {
    padding: 1em !important;
}

/* 12. LAYOUT ROWS & VIDEO EMBED */

.rowpic {
    background: #fff url(../Images/Main/2022/fadedback.png) no-repeat top center;
    background-size: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 25px -15px 0;
    padding-top: 25px;
    font-size: 1rem;
}

.rowvideo {
    padding: 0;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
    max-height: 600px;
    display: block;
}

.embed-container {
    position: relative;
    padding-top: 57%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* 13. LEFT NAV & RIGHT NAV */

.leftnav {
    margin: 0 5px 10px 0;
    padding: 20px 0 0 0;
    line-height: 1.25rem;
}

.content .leftnav ul {
    list-style: none;
    padding-left: 0;
}

.leftnav ul ul {
    margin: 0 0 0 15px;
}

.leftnav li {
    padding-bottom: 5px;
}

.leftnav h5 {
    font-family: "trajan-pro", sans-serif;
    font-size: 0.8em;
    font-style: normal;
    font-weight: 700;
    color: #9e0b0f;
    margin: 0;
    padding: 0;
}

.leftnav h5 a {
    text-decoration: none;
}

#rightlinks {
    width: 100%;
    display: none;
}

#rightlinks ul {
    margin: 0;
    padding: 0 5px;
}

/* 14. IMAGES */

/* (img-fluid, rightImage, leftImage defined in section 1) */

/* 15. EXTERNAL LINK INDICATOR */

a.external::after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.7em;
    margin-left: 4px;
    vertical-align: middle;
    display: inline-block;
}

/* Suppress icon in nav contexts */
.navbar-nav a.external::after,
.dropdown-menu a.external::after,
.poplinks a.external::after {
    display: none;
}

/* 16. GALLERY */

#gallery {
    width: auto;
    height: auto;
    text-align: left;
}

#gallery img {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 5px;
    margin: 5px 0 5px 7px;
    transition: all 0.2s linear;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.55);
}

#gallery img:hover {
    box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.75);
}

#gallery .galleryimg {
    display: inline-block;
    width: 275px;
    margin: 0 10px;
}

#gallery .galleryimgdesc {
    position: relative;
    top: -30px;
    left: 8px;
    width: 270px;
    display: block;
    background-color: white;
    font-size: 0.85em;
    text-align: center;
    opacity: 0.75;
}

/* Gallery Pagination */
.gallery-pagination {
    margin-bottom: 1rem;
}

.gallery-pagination-links {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-top: 0.25rem;
}

.gallery-pagination-links a {
    padding: 4px 10px;
    background: #083271;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.9rem;
}

.gallery-pagination-links a:hover,
.gallery-pagination-links a:focus {
    background: #0248af;
    outline: 2px solid #f89939;
    outline-offset: 2px;
}

.gallery-pagination-links .disabled {
    padding: 4px 10px;
    color: #999;
    font-size: 0.9rem;
}

/* 17. NEWS */

.NewsPubDate {
    font-size: 0.8em;
    font-weight: normal;
}

.news-list {
    width: 100%;
}

.news-item {
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.news-title {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.news-title a {
    color: #000000;
}

h1.news-title {
    font-size: 1.5rem;
}
.news-more {
    margin-top: 0.5rem;
}

.news-archive-link {
    margin-top: 0.5rem;
    font-weight: bold;
}

.news-date-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    background: #000000;
    color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
    flex-shrink: 0;
    line-height: 1.2;
}

.news-date-month {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.news-date-day {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
}

.news-date-year {
    font-size: 0.65rem;
    opacity: 0.85;
}



/* 18. CALENDAR — LIST VIEW */

.cal-list {
    width: 100%;
}

.cal-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 0.5px solid #e0e0e0;
}

.cal-item:last-of-type {
    border-bottom: none;
}

.cal-date-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    background: #0248af;
    color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
    flex-shrink: 0;
    line-height: 1.2;
}

.cal-date-month {
    font-size: 0.65rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.cal-date-day {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
}

.cal-date-year {
    font-size: 0.6rem;
    opacity: 0.8;
}

.cal-event-title {
    font-size: 0.9rem;
    line-height: 1.4;
}

.cal-extra-event {
    display: block;
    font-size: 0.9rem;
    margin-left: 60px;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.cal-more {
    margin-top: 0.5rem;
}

.cal_listhdr {
    display: none;
}

/* 19. CALENDAR — GRID VIEW */

.cal-grid {
    border-collapse: collapse;
    width: 100%;
}

.cal-grid th,
.cal-grid td {
    border: 1px solid #ccc;
    padding: 4px;
    vertical-align: top;
    width: 14%;
}

.cal-grid thead th {
    background-color: #083271;
    color: #fff;
    text-align: center;
    font-size: 0.85rem;
}

.cal-month-header {
    text-align: center;
    padding: 6px 4px;
    font-size: 1rem;
}

.cal-month-header a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0 8px;
}

.cal-month-header a:hover,
.cal-month-header a:focus {
    color: #f89939;
    outline: 2px solid #f89939;
    outline-offset: 2px;
}

/* 20. CALENDAR — EVENT DETAIL */

.cal-event-detail {
    width: 100%;
}

.cal-event-body {
    margin-top: 0.5rem;
}

.cal-event-dates {
    background-color: #f0f0f0;
    border-left: 4px solid #083271;
    padding: 1rem;
    border-radius: 4px;
}

.cal-event-dates h4 {
    color: #083271;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.cal-event-dates p {
    margin-bottom: 0.25rem;
    font-size: 0.95rem;
}

/* 21. CALENDAR — CONTROLS */

.cal-controls {
    margin-bottom: 1rem;
}

.cal-controls-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.cal-controls-jump {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cal-controls-views {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.cal-week-select {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.cal-controls button,
.cal-controls input[type="submit"] {
    padding: 4px 10px;
    background: #083271;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
}

.cal-controls button:hover,
.cal-controls input[type="submit"]:hover {
    background: #0248af;
}

.cal-controls button:focus,
.cal-controls button:focus-visible,
.cal-controls input[type="submit"]:focus,
.cal-controls input[type="submit"]:focus-visible {
    outline: 3px solid #f89939;
    outline-offset: 2px;
}

/* --- CALENDAR DAY LIST --- */

.cal-day-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.cal-day-list li {
    padding: 0.35rem 0;
    border-bottom: 0.5px solid #e0e0e0;
}

.cal-day-list li:last-child {
    border-bottom: none;
}
/* 22. AGENDA / MINUTES */

.agenda-minutes h3 {
    color: #083271;
    margin-bottom: 0.75rem;
}

.agenda-minutes ul {
    list-style: none;
    padding-left: 0;
}

.agenda-minutes ul li {
    padding: 0.35rem 0;
    border-bottom: 0.5px solid #e0e0e0;
}

.agenda-minutes ul li:last-child {
    border-bottom: none;
}

/* 23. FAQ */

.faq-subcat {
    color: #083271;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 0.25rem;
    margin-bottom: 0.75rem;
    margin-top: 1.5rem;
}

.faq-toc {
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.faq-toc li {
    padding: 0.2rem 0;
}

.faq-item {
    margin-bottom: 1.5rem;
    scroll-margin-top: 80px;
}

.faq-question {
    color: #083271;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.faq-answer {
    padding-left: 1rem;
    border-left: 3px solid #e0e0e0;
}

.faq-divider {
    margin: 1.5rem 0;
}

/* 24. FARE TABLE */

.fare-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    margin-bottom: 1.5rem;
}

.fare-table th,
.fare-table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    text-align: left;
}

.fare-table thead th {
    background-color: #083271;
    color: #fff;
}

.fare-table th[scope="rowgroup"] {
    background-color: #e8f0fb;
    color: #083271;
}

.fare-table tbody tr:hover {
    background-color: #f5f5f5;
}

/* ============================================================
   25. GALLERY PAGINATION
   (moved under section 16 — Gallery)
   ============================================================ */

/* 26. ACTION CENTER FORM */

.action-center-form fieldset {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
}

.action-center-form legend {
    font-size: 1rem;
    font-weight: bold;
    color: #083271;
    padding: 0 0.5rem;
    width: auto;
}

.action-center-form .form-instructions {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #444;
}

.action-center-form .form-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.action-center-form .form-row label {
    font-weight: bold;
    margin-bottom: 0.25rem;
    display: block;
}

.action-center-form .form-row input,
.action-center-form .form-row textarea,
.action-center-form .form-row select {
    width: 100%;
    max-width: 500px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

.action-center-form .form-row input:focus,
.action-center-form .form-row textarea:focus,
.action-center-form .form-row select:focus {
    outline: 3px solid #083271;
    outline-offset: 2px;
    border-color: #083271;
}

.action-center-form .required-mark {
    color: #c00;
    margin-left: 2px;
}

.action-center-form .form-hint {
    font-size: 0.9rem;
    color: #444;
    margin-top: 0.5rem;
}

.action-center-form .form-actions {
    margin-top: 1rem;
}

.action-center-form .form-actions button {
    padding: 8px 24px;
    background: #083271;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}

.action-center-form .form-actions button:hover {
    background: #0248af;
}

.action-center-form .form-actions button:focus,
.action-center-form .form-actions button:focus-visible {
    outline: 3px solid #f89939;
    outline-offset: 2px;
}

/* 27. FOOTER */

footer {
    background: #000000;
    margin-top: 0px;
    padding: 20px 10px 10px;
    font-size: 0.8rem;
    color: #fff;
}

footer a,
footer a:hover,
footer a:focus {
    color: #f89939 !important;
    text-decoration-thickness: 3px;
}

footer a:focus,
footer a:focus-visible {
    outline: 3px solid #f89939;
    outline-offset: 2px;
    border-radius: 2px;
}

footer .tower {
    display: none;
    max-width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    footer {
        min-height: 214px;
        padding: 20px 10px 0;
        font-size: 1rem;
    }

    footer .tower {
        display: block;
        position: absolute;
        right: 20px;
        max-width: 100%;
        height: auto;
    }
}

/* 28. REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    .poplink-fade,
    .skip-nav {
        transition: none;
    }
}
/* --- SEARCH PAGE --- */

.search-page form {
    margin-bottom: 1.5rem;
}

.search-page label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.search-input-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
}

.search-input-group input[type="search"] {
    padding: 6px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
}

.search-input-group input[type="search"]:focus {
    outline: 3px solid #083271;
    outline-offset: 2px;
    border-color: #083271;
}

.search-input-group input[type="submit"],
.search-input-group input[type="reset"] {
    padding: 6px 16px;
    background: #083271;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
}

.search-input-group input[type="submit"]:hover,
.search-input-group input[type="reset"]:hover {
    background: #0248af;
}

.search-input-group input[type="submit"]:focus,
.search-input-group input[type="reset"]:focus {
    outline: 3px solid #f89939;
    outline-offset: 2px;
}

.search-result-group {
    margin-bottom: 1.5rem;
}

.search-result-group h2 {
    font-size: 1.1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.25rem;
    margin-bottom: 0.5rem;
}
/* --- VIDEO PAUSE BUTTON --- */

.video-pause-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 6px 10px;
    cursor: pointer;
    font-size: 0.85rem;
}

.video-pause-btn:hover {
    background: rgba(0, 0, 0, 0.75);
}

.video-pause-btn:focus,
.video-pause-btn:focus-visible {
    outline: 3px solid #f89939;
    outline-offset: 2px;
}