﻿/* Clearfix for float-based grid columns */
.qdr-col-1::after,
.qdr-col-2::after,
.qdr-col-3::after,
.qdr-col-4::after,
.qdr-col-5::after,
.qdr-col-6::after {
    content: "";
    display: table;
    clear: both;
}

/* Accessibility Styles */
.skip-link {
    position: absolute;
    top: -40px;
    left: 6px;
    background: #000;
    color: #fff;
    padding: 8px;
    text-decoration: none;
    z-index: 9999;
    border-radius: 0 0 4px 4px;
}

.skip-link:focus {
    top: 0;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.sr-only-focusable:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: inherit !important;
    margin: inherit !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important;
}

/* Focus indicators */
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: 2px solid #0066cc;
    outline-offset: 2px;
}

/* Button link styling for accessibility */
.btn-link {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    text-decoration: underline;
    cursor: pointer;
    font: inherit;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

/* Slider accessibility fixes */
.slick-dots li[aria-hidden="true"] button {
    display: none !important;
}

.slick-dots li[role="presentation"][aria-selected="true"] {
    /* Remove invalid aria-selected from presentation role */
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    content: "•";
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    color: #ccc;
    text-align: center;
}

.slick-dots li.slick-active button:before {
    color: #000;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .skip-link {
        background: #000;
        color: #fff;
        border: 2px solid #fff;
    }
}

/* Additional accessibility improvements */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media screen and (max-device-width: 480px) {
    span.anchor {
        margin-top: -12vh;
        display: block;
        height: 12vh;
        visibility: hidden;
        position: relative;
    }
}

@media screen and (min-device-width: 481px) {
    span.anchor {
        margin-top: -13.5vh;
        display: block;
        height: 13.5vh;
        visibility: hidden;
        position: relative;
    }
}

@media print {
    body {
        margin: 25mm 25mm 25mm 50mm;
        overflow: auto;
    }

    .no-print,
    .no-print * {
        display: none !important;
    }

    .page-break-after {
        page-break-inside: avoid;
        page-break-after: always !important;
    }

    .page-break-before {
        page-break-inside: avoid;
        page-break-after: always !important;
    }

    .container {
        overflow: auto;
        padding-right: 20mm;
        color: black;
    }

    p,
    ul,
    li,
    div {
        overflow: auto;
        padding-right: 30mm;
        color: black;
    }

    .uw-sl {
        display: none !important;
    }

    .uwy {
        display: none !important;
    }
}

body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

.alert-description a {
    text-decoration: underline;
}

#navigation.modern.scrolled .columns .logo a,
#navigation.modern.scrolled .columns .logo img {
    margin-top: 0px;
}

#navigation.modern .columns .logo img {
    /* width: auto; */
    /* height: auto; */
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
    border-radius: 50% 50%;
    border: 2px solid #fff;
}

#navigation.modern.scrolled .columns .logo img {
    border-radius: 0px;
}

#navigation.modern .columns .logo {
    top: 32%;
    background-color: #fff;
    border-radius: 50%;
}

#navigation.modern .columns .logo a,
#navigation.modern .columns .logo img {
    /* max-height: 50px; */
    height: 130px;
    max-height: 130px;
}

/*#navigation.modern.sticky.white-nav .columns .nav-menu a.blueline:hover {
    color: #06c !important;
    opacity: 1;
    border-bottom: 3px solid #06c;
}*/

#navigation.modern.sticky.white-nav .columns .nav-menu .nav li:hover a.blueline {
    color: #06c !important;
    opacity: 1;
    border-bottom: 3px solid #06c !important;
}

.twitter-module .circle-dots .slick-dots {
    top: 74px;
}

#navigation.modern .columns ul li {
    padding-bottom: 2px;
}

#pagetop {
    z-index: 1000;
}

#pagetop .right a {
    border: 0px !important;
    color: #454545;
}

#pagetop .right :hover {
    visibility: visible !important;
}

#navigation.modern.radius-drop .columns .dropdown-menu {
    border-radius: 0px;
    width: max-content;
}

.sm-mt {
    margin-top: 0px;
}

.press-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    /* Contain floated/positioned content from CKEditor HTML */
}

/* Reset Word-pasted inline styles in press release content */
.press-list .panel-body * {
    float: none !important;
    position: static !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.panel-heading {
    position: relative;
    padding: 5px 15px 0 15px;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.press-alert .panel-heading {
    background: #d22e2e;
}

.press-alert .panel-heading h5,
.press-alert .panel-heading span {
    font-weight: bold;
}

.press-list span {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    color: #595959;
}

section .panel-body p {
    color: #595959;
    font-size: 13px;
}

.press-list span {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    color: #595959;
}

.panel {
    border: 1px solid #bbb;
    border-radius: 0;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 6px 15px 6px 15px;
}

.press-alert .panel-heading h5,
.press-alert .panel-heading span {
    font-weight: bold;
}

.press-list h5 {
    color: #337ab7;
    margin: 0;
    padding: 5px 0 11px 0;
}

.press-list a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

section .meetings.table {
    border: 1px solid #bbb;
    background: #fff;
    color: #595959;
}

/* MODERN CONTACT */
#contact {
    padding: 100px 0;
}

#contact_form .half input,
#contact_form .half button {
    width: 45%;
    width: calc(50% - 10px);
    float: left;
    margin-right: 20px;
}

#contact_form .half button {
    margin-right: 0px;
}

#contact_form .half input:last-child {
    margin-right: 0;
}

#contact_form input,
#contact_form textarea,
#contact_form button {
    width: 100%;
    border: 1px solid #ececec;
    background: #fafafa;
    padding: 15px 14px;
    text-transform: uppercase;
    outline: none;
    margin: 8px 0;
    font-size: 14px;
    color: #8c8c8c;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#contact_form textarea {
    min-height: 150px;
    max-height: 150px;
    max-width: 100%;
}

#contact_form input:hover,
#contact_form textarea:hover,
#contact_form input:focus,
#contact_form textarea:focus {
    border-color: #dbdbdb;
}

#contact_form .error_warning,
#contact_form .error_warning:hover,
#contact_form .error_warning:focus {
    border-color: #c23b3b;
}

.dark-section #contact_form input,
.dark-section #contact_form textarea,
.dark-section #contact_form button {
    border: 1px solid #444;
    background: #222;
    color: white;
}

.dark-section #contact_form input:hover,
.dark-section #contact_form textarea:hover,
.dark-section #contact_form input:focus,
.dark-section #contact_form textarea:focus {
    border-color: #555;
}

.alert {
    border-radius: 0px;
    border: 0px;
    margin-bottom: 0px;
}

.nav_account_button {
    color: #fff !important;
    font-weight: bold !important;
    text-align: center !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    display: block !important;
    background-color: #009d00 !important;
}

.small-p-nav {
    font-size: 12px;
    text-align: center;
    text-transform: none;
}

.account_question {
    background-color: #f5f5f5 !important;
    border: 1px solid #e3e3e3 !important;
    font-size: 12px;
    padding: 10px !important;
    color: #333 !important;
    margin-bottom: 15px;
}

.account_question p {
    text-transform: none;
}

.account_question u {
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.account_question:hover u {
    text-decoration: underline;
}

.account_question p.title {
    font-weight: bold;
}

#navigation.modern .columns ul.dropdown-menu li.social-links a {
    display: inline;
}

body:not(.device-lg) #navigation.modern .columns ul.dropdown-menu.mega-menu .column {
    max-width: 400px;
}

#navigation.modern .columns .mega-menu .column {
    width: auto;
    /*width: 400px;*/
}

#navigation.modern.white-nav .columns .mega-menu .column-title {
    color: #333;
    font-size: 11px;
    line-height: normal;
    font-weight: 700;
    padding: 5px 10px !important;
    margin: 0px;
    line-height: 24px;
}

#navigation.modern .columns ul.dropdown-menu.mega-menu li a {
    font-size: 13px;
    color: #666;
    line-height: 24px;
}

/* Dropdown chevron indicators */
#navigation li.dropdown-toggle>a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background-image: url("/icons/solid/arrows/chevron-down.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

/* Rotate chevron on hover for top-level items */
#navigation li.dropdown-toggle:hover>a::after {
    transform: rotate(180deg);
}

/* Right-pointing chevron for second-level dropdown items */
.dropdown-submenu>a::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background-image: url("/icons/solid/arrows/caret-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

/* Don't rotate second-level chevrons */
.dropdown-submenu:hover>a::after {
    transform: none;
}

/* Responsive Contact form */
@media only screen and (max-width: 640px) {

    #contact_form .half input,
    #contact_form .half button {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .box-home {
        margin-bottom: 20px;
        display: block;
    }

    .box-home:hover {
        width: 100%;
    }
}

.green-link {
    /*display: block !important;
     padding: 8px 5px; 
    background-color: #009d00 !important;*/
    color: #009d00 !important;
}

.header-image {
    position: absolute;
    right: 300px;
    top: 10px;
    z-index: 500;
}

#home {
    /* min-height: 350px;
    background-color: #777;
    background: url(/images/header.jpg) no-repeat;
    background-size:cover;
    background-position: center center;*/
    position: relative;
}

.qdr-controls ul.slick-dots {
    text-align: center;
}

.space-menu {
    padding-top: 90px;
}

/* Adjust space-menu when environment banner is present */
body.environment-banner-visible .space-menu {
    padding-top: 130px;
    /* 90px + 40px for environment banner */
}

.header-text {
    padding-top: 150px;
}

.colored1,
.colored1-hover:hover {
    color: #0066cc !important;
}

#container-menu {
    position: fixed;
    z-index: 900;
    height: 120px;
}

/* Adjust container-menu when environment banner is present */
body.environment-banner-visible #container-menu {
    top: 40px;
    /* Adjust based on environment banner height */
}

#navigation.modern .columns .logo {
    z-index: 900;
}

.press-release-logo {
    max-width: 300px;
}

.dataTables_wrapper.form-inline {
    display: block;
}

.bold {
    font-weight: 600 !important;
}

#one div a:hover {
    background-color: #0066cc;
    color: #fff;
}

#one div a:hover div.colored1 {
    color: #fff !important;
}

.bg-colored,
.bg-colored-hover:hover {
    background-color: #0066cc !important;
}

.alert-primary {
    color: #fff;
    background-color: #0066cc !important;
    border-color: #0066cc !important;
}

.alert-success {
    color: #fff;
    background-color: #2e7d32 !important;
    border-color: #2e7d32 !important;
}

.alert-warning {
    color: #333333;
    background-color: #ffe57f !important;
    border-color: #ffe57f !important;
}

.alert-danger {
    color: #fff;
    background-color: #b00020 !important;
    border-color: #b00020 !important;
}

.fs-searchform input {
    background-color: #06c !important;
    color: #fff !important;
}

.fs-searchform input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.fs-searchform input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

.fs-searchform input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
}

#fs-searchform button {
    right: 20px !important;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    background-color: #06c !important;
    border-color: #06c !important;
}

.cbp-caption-expand .cbp-caption-defaultWrap i.fa {
    position: absolute;
    top: 16px;
    left: 0;
}

.twitter-module .twitter-list {
    color: #858585;
}

.fa-1p5x {
    font-size: 1.5em;
}

.fa-1p25x {
    font-size: 1.25em;
}

footer .row {
    margin-left: auto !important;
    margin-right: auto !important;
}

footer .row:first-child div {
    padding-left: 0 !important;
}

footer .row:last-child div {
    padding-right: 0 !important;
}

/* Fix footer color contrast issues */
footer.classic_footer {
    color: #595959 !important;
}

footer.classic_footer a {
    color: #595959 !important;
}

footer.classic_footer address {
    color: #595959 !important;
}

footer.classic_footer .footer-bottom {
    color: #595959 !important;
}

footer.classic_footer .footer-bottom a {
    color: #595959 !important;
}

/* Fix touch target size issues for footer links */
footer a.underline-hover {
    padding: 4px 0 !important;
    min-height: 24px !important;
    display: inline-block !important;
    line-height: 1.2 !important;
}

.bg-dark-transparent {
    background: rgba(0, 0, 0, 0.4);
}

.news-article-body p {
    margin: 0.75em 0 !important;
}

.news-article-body a {
    color: #3e5ee7 !important;
}

.text-smaller {
    font-size: 0.65em;
}

ul.list-icons li ul {
    margin-left: 15px;
}

ul.list-icons li li {
    padding-left: 10px;
    margin: 0;
}

.markup-default p {
    margin: 1em 0;
}

.markup-default ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.markup-default ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.markup-default li {
    display: list-item;
}

.markup-default a {
    color: #0066cc;
    text-decoration: underline;
}

.suscribeButtonsHeight {
    height: 50px;
}

.cover-force-valign-middle {
    background-position-y: 50% !important;
}

@media only screen and (max-width: 1229px) {
    .alert {
        padding-left: 25%;
        padding-right: 25%;
    }

    #navigation.modern .columns .logo a,
    #navigation.modern .columns .logo img {
        height: 130px;
        max-height: 100px;
        margin-top: 50px;
    }

    #container-menu {
        height: 72px;
    }

    /* Adjust container-menu for mobile when environment banner is present */
    body.environment-banner-visible #container-menu {
        top: 30px;
        /* Smaller environment banner on mobile */
    }

    .space-menu {
        padding-top: 48px;
    }

    /* Adjust space-menu for mobile when environment banner is present */
    body.environment-banner-visible .space-menu {
        padding-top: 78px;
        /* 48px + 30px for mobile environment banner */
    }
}

.banner-logo {
    visibility: hidden;
}

/* MY ACCOUNT navigation link styling */
.nav-account-link {
    position: relative;
}

.nav-account-label {
    position: absolute;
    top: -11px;
    font-size: 10px;
    font-weight: normal;
    text-transform: none;
    color: black;
    white-space: nowrap;
}

.nav-account-text {
    color: #0066cc;
}

/* Responsive adjustments for MY ACCOUNT link */
@media only screen and (max-width: 1441px) {
    .nav-account-label {
        position: static;
        display: block;
        font-size: 9px;
        margin-bottom: 2px;
        line-height: 1;
    }

    .nav-account-text {
        font-size: 11px;
        line-height: 1;
    }
}

/* Navigation spacing adjustments for container width reduction */
@media only screen and (max-width: 1441px) and (min-width: 1230px) {

    #navigation.modern .columns ul li a,
    #navigation.modern .columns ul li button {
        padding: 0 12px;
        /* Reduced from 16px to 12px */
    }
}

@media only screen and (max-width: 1229px) {
    .nav-account-label {
        font-size: 8px;
        margin-bottom: 1px;
    }

    .nav-account-text {
        font-size: 10px;
    }

    /* Further reduce navigation padding for smaller screens */
    #navigation.modern .columns ul li a,
    #navigation.modern .columns ul li button {
        padding: 0 10px;
        /* Further reduced to 10px */
    }
}

@media only screen and (max-width: 719px) {
    .header-image {
        visibility: hidden;
    }

    .banner-logo {
        visibility: hidden;
    }
}

@media only screen and (min-width: 880px) and (max-width: 1015px) {
    .header-image {
        visibility: visible;
        position: absolute;
        right: 20px;
        top: 10px;
    }

    .banner-logo {
        visibility: visible;
        width: 150px;
        height: 150px;
    }
}

@media only screen and (min-width: 1015px) and (max-width: 1500px) {
    .header-image {
        visibility: visible;
        position: absolute;
        right: 30px;
        top: 10px;
    }

    .banner-logo {
        visibility: visible;
        width: 250px;
        height: 250px;
    }
}

@media only screen and (min-width: 1501px) {
    .header-image {
        visibility: visible;
        position: absolute;
        right: 80px;
        top: 10px;
    }

    .banner-logo {
        visibility: visible;
        width: 400px;
        height: 400px;
    }
}

@media only screen and (max-width: 1500px) {}

input[type="submit"]:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* ===== NEW HERO NEWS SECTION ===== */
section#home.hero-news-section {
    padding: 2rem 0 !important;
    background: #f8f9fa !important;
}

.hero-news-layout {
    display: grid !important;
    grid-template-columns: 2fr 1fr !important;
    gap: 2rem !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* Featured Article (Left Side) */
.hero-featured-article {
    position: relative !important;
}

.featured-article-link {
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
    height: 100% !important;
}

.featured-article-image {
    position: relative !important;
    width: 100% !important;
    height: 400px !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

.featured-article-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.placeholder-image {
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 4rem !important;
}

.featured-article-overlay {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8)) !important;
    padding: 3rem 2rem 2rem !important;
    color: white !important;
}

.article-category {
    display: inline-block !important;
    background: #007bff !important;
    color: white !important;
    padding: 0.25rem 0.75rem !important;
    border-radius: 4px !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    margin-bottom: 0.75rem !important;
}

.featured-article-title {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    margin: 0 0 0.75rem 0 !important;
    color: white !important;
}

.featured-article-excerpt {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Side Articles (Right Side) */
.hero-side-articles {
    display: flex !important;
    flex-direction: column !important;
    gap: .50rem !important;
}

.side-article {
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
}

.side-article:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15) !important;
}

.side-article-link {
    display: flex !important;
    text-decoration: none !important;
    color: inherit !important;
    padding: .80rem !important;
    gap: 1rem !important;
}

.side-article-thumbnail {
    flex-shrink: 0 !important;
    width: 80px !important;
    height: 60px !important;
    border-radius: 6px !important;
    overflow: hidden !important;
    background: #f8f9fa !important;
}

.side-article-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.placeholder-thumbnail {
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 1.5rem !important;
}

.side-article-content {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.side-article-title {
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 0 0.25rem 0 !important;
    color: #333 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.side-article-date {
    font-size: 0.75rem !important;
    color: #666 !important;
    font-weight: 500 !important;
}

/* Responsive Design for Hero News Layout */
@media (max-width: 1200px) {
    .hero-news-layout {
        gap: 1.5rem !important;
    }

    .featured-article-image {
        height: 350px !important;
    }

    .featured-article-title {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 900px) {
    .hero-news-layout {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }

    .featured-article-image {
        height: 300px !important;
    }

    .hero-side-articles {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: .50rem !important;
    }
}

@media (max-width: 600px) {
    section#home.hero-news-section {
        padding: 1rem 0 !important;
    }

    .hero-news-layout {
        gap: 1.5rem !important;
    }

    .featured-article-image {
        height: 250px !important;
    }

    .featured-article-overlay {
        padding: 2rem 1.5rem 1.5rem !important;
    }

    .featured-article-title {
        font-size: 1.25rem !important;
    }

    .featured-article-excerpt {
        font-size: 0.9rem !important;
    }

    .hero-side-articles {
        grid-template-columns: 1fr !important;
    }

    .side-article-link {
        padding: 0.75rem !important;
    }

    .side-article-thumbnail {
        width: 70px !important;
        height: 50px !important;
    }

    .side-article-title {
        font-size: 0.85rem !important;
    }
}

@media (max-width: 480px) {
    .featured-article-image {
        height: 200px !important;
        border-radius: 8px !important;
    }

    .featured-article-overlay {
        padding: 1.5rem 1rem 1rem !important;
    }

    .featured-article-title {
        font-size: 1.1rem !important;
    }

    .featured-article-excerpt {
        font-size: 0.85rem !important;
    }

    .side-article-thumbnail {
        width: 60px !important;
        height: 45px !important;
    }

    .side-article-title {
        font-size: 0.8rem !important;
    }

    .side-article-date {
        font-size: 0.7rem !important;
    }
}



.cursor-disable {
    cursor: not-allowed;
}

/*Search Box*/
.clear-search-button {
    position: absolute;
    right: 15px;
    width: 51px;
    top: 0;
    height: 51px;
    padding: 5px;
}

/* Environment Banner */
.environment-banner {
    background-color: #28a745;
    width: 100%;
    padding: 0;
    text-align: center;
    position: relative;
    z-index: 950;
}

/* Sticky Environment Banner */
.environment-banner-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 950;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.environment-banner .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.environment-banner .environment-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.environment-banner .environment-text {
    color: white;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
}

.environment-banner .environment-user-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.environment-banner .environment-username {
    color: white;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.environment-banner .environment-admin-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.environment-banner .environment-admin-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    color: white;
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0.5);
}

/* Mobile responsive adjustments */
@media only screen and (max-width: 768px) {
    .environment-banner {
        padding: 6px 0;
    }

    .environment-banner .environment-info {
        flex-direction: column;
        gap: 8px;
    }

    .environment-banner .environment-text {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .environment-banner .environment-user-section {
        gap: 8px;
    }

    .environment-banner .environment-username {
        font-size: 12px;
    }

    .environment-banner .environment-admin-btn {
        font-size: 11px;
        padding: 3px 8px;
    }
}

/* Additional mobile adjustments for very small screens */
@media only screen and (max-width: 480px) {
    .environment-banner {
        padding: 4px 0;
    }

    .environment-banner .environment-text {
        font-size: 11px;
    }

    .environment-banner .environment-user-section {
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
    }

    .environment-banner .environment-username {
        font-size: 11px;
    }

    .environment-banner .environment-admin-btn {
        font-size: 10px;
        padding: 2px 6px;
    }
}

/*My Location Button*/
.geolocate-button {
    position: absolute;
    left: 15px;
    width: 160px;
    top: 0;
    height: 51px;
    padding: 5px;
    text-align: left;
}

.geolocate-button span {
    display: block;
    position: absolute;
    top: 16px;
    right: 10px;
}

.geolocate-input-field {
    padding-left: 175px !important;
}

.gmap-api-display {
    height: 400px;
    border: 1px solid #ddd;
    pointer-events: none;
}

.image-input-field-display {
    max-width: 100%;
    /*height: 400px;*/
    border: 1px solid #ddd;
    pointer-events: none;
    margin-bottom: 15px;
}

.xxl-btn {
    padding: 6px 40px;
}

@media screen and (min-width: 768px) {
    .modal {
        z-index: 8000;
        height: 100%;
        width: 100%;
    }

    .modal-alert .modal-content {
        max-height: 85%;
        max-width: 95%;
        border: 1px;
        border-color: #444444;
    }

    .modal-alert .modal-logo {
        overflow: hidden;
        position: absolute;
        height: 85%;
        left: 0;
        padding: 0;
        margin-top: 15px;
    }

    .modal-alert .modal-logo img {
        max-height: 300px;
        max-width: 300px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .modal {
        z-index: 8000;
    }

    .modal.dialog {
        border: 3px;
        border-color: black;
    }

    .modal-alert .modal-content {
        border: 3px;
        border-color: black;
        max-height: 85%;
        max-width: 95%;
    }

    .modal-alert .modal-logo {
        margin-top: 15px;
    }

    .modal-alert .modal-logo img {
        max-height: 120px;
        max-width: 120px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .middle-modal>div {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .modal-details {
        overflow-x: scroll;
    }
}

@media screen and (max-width: 500px) {
    .modal {
        z-index: 8000;
    }

    .modal.dialog {
        border: 3px;
        border-color: black;
    }

    .modal-alert .modal-content {
        border: 3px;
        border-color: black;
        max-height: 85%;
        max-width: 95%;
    }

    .modal-alert .modal-logo {
        margin-top: 15px;
    }

    .modal-alert .modal-logo img {
        max-height: 120px;
        max-width: 120px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .middle-modal>div {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .modal-details {
        overflow-x: scroll;
    }
}

.image-and-caption-wrapper {
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.board-meetings-column {
    margin: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 100%;
}

.board-meetings-link {
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    line-height: 100%;
    white-space: nowrap;
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

#google_translate_element {
    line-height: 35px !important;
}

.goog-te-gadget-simple {
    border-top: 0 !important;
    border-top-width: 0;
    border-top-style: solid;
    border-top-color: rgb(232, 232, 232);
    border-left: 0 !important;
    border-left-width: 0;
    border-left-style: solid;
    border-left-color: rgb(232, 232, 232);
    border-right: 0 !important;
    border-right-width: 0;
    border-right-style: solid;
    border-right-color: rgb(232, 232, 232);
    border-bottom: 0 !important;
    border-bottom-width: 0px !important;
    border-bottom-style: solid;
}

.news-article-body ul {
    padding-left: 20px;
}

.news-article-body ul li {
    list-style-type: disc;
    text-align: left;
}

.cal {
    display: inline-block;
    border: 0.1px solid #cccac5;
    background-color: #fff;
    width: 125px;
    font-family: Arial, sans-serif;
    text-align: center;
}

.cal .month {
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    text-transform: uppercase;
    background-color: #e75951;
    color: #fff;
}

.cal .date {
    font-size: 3.5rem;
    color: #585858;
    line-height: 60px;
}

.cal .time {
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    text-transform: uppercase;
    background-color: #f1f1f1;
    color: #585858;
}

#infinite-scroll-container {
    padding-left: 20px;
    padding-right: 20px;
}

span.circle {
    background: #0066cc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}

.black-text {
    color: black;
    font-size: 18px;
}

.dataTables_paginate {
    float: left !important;
}

.fullwidthcenter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
}

.tight {
    margin: 0px;
    padding: 0px;
    line-height: 140%;
}

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.pressrelease-link a {
    color: #343a40 !important;
}

.pressrelease-link a:hover {
    color: #343a40 !important;
}

/* YouTube Video Styles */
.youtube-video-container {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.youtube-video-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}

.youtube-video-container:focus {
    outline: 3px solid #0066cc;
    outline-offset: 2px;
}

.youtube-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    padding: 15px;
    transition: all 0.3s ease;
}

.youtube-play-icon img {
    width: 40px;
    height: 40px;
    filter: invert(1);
    display: block;
}

.youtube-video-container:hover .youtube-play-icon {
    background: rgba(0, 0, 0, 0.9);
    transform: translate(-50%, -50%) scale(1.1);
}

.youtube-video-title {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    font-size: 1.5rem;
    font-weight: bold;
    padding: 20px;
    position: relative;
    z-index: 2;
}

/* YouTube Lightbox Styles */
.youtube-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.youtube-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.youtube-lightbox-content {
    position: relative;
    width: 90%;
    max-width: 1200px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.youtube-lightbox.active .youtube-lightbox-content {
    transform: scale(1);
}

.youtube-lightbox iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.youtube-lightbox-close {
    position: absolute;
    top: -50px;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    transition: all 0.3s ease;
}

.youtube-lightbox-close:hover {
    background: #fff;
    transform: scale(1.1);
}

.youtube-lightbox-close:focus {
    outline: 2px solid #0066cc;
    outline-offset: 2px;
}

/* Admin Preview Styles */
.youtube-preview {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    overflow: hidden;
}

.no-video-placeholder {
    text-align: center;
    color: #6c757d;
}

.no-video-placeholder img {
    margin-bottom: 10px;
}

.youtube-video-preview-card {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .youtube-video-title {
        font-size: 1.2rem;
        padding: 15px;
    }

    .youtube-play-icon {
        padding: 12px;
    }

    .youtube-play-icon img {
        width: 32px;
        height: 32px;
    }

    .youtube-lightbox-content {
        width: 95%;
        margin: 20px;
    }

    .youtube-lightbox-close {
        top: -40px;
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
}