
    :root {
        --text: #333333;
--links: #0088CC;
--titles: #003264;
--page-background: #F5F5F5;
--highlight: #84E2BE;
--boxes-background: #FFFFFF;
--boxes-border: #E5E5E5;
--section-titles: #FFFFFF;
--section-titles-background: #003264;
--header-background: #223340;
--header-links: #FFFFFF;
--footer-background: #FFFFFF;
--footer-links: #FFFFFF;
    }
    
/*************************************************************/
/* DEFAULT STYLESHEET
/*
/* For fast customization, simply search for the COLORCOLOR word
/* and change the value related to your needs/customer chart
/*************************************************************/

/* ===== Global ===== */

.ods-box {
    border: none;
    border-radius: 0;
}

/* ===== Header ===== */

.ods-front-header {
    min-height: 175px !important;
    height: auto !important;
    padding: 0 !important;
    background-color: #233340;
}

.ods-front-header__brand-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0;
    align-items: center;
    gap: 16px;
}

.right-side {
    display: flex;
    gap: 12px;
    color: white;

    button {
        color: white;
        background: none;
        border: none;
        display: flex;
        align-items: center;
        gap: 6px;
    }
}

.ods-front-header__portal-brand {
    height: 120px;
    display: flex;
    align-items: center;
    position: inherit;
}

.header-lang-select {
    color: white;
    text-decoration: underline;
}

.ods-front-header__menu-block {
    display: flex;
    flex-direction: column;
    background: none;
    font-size: 17px;
    width: fit-content;
    color: white;
    position: relative;

    .ods-front-header__menu {
        white-space: nowrap;
        display: flex;
        flex-direction: column;
        position: absolute;
        z-index: 200;
        top: 32px;
        right: 18%;
        margin: 0;
        padding: 0;
        box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.40);
        background: #223340;
    }

    .ods-front-header__menu-item {
        display: inline-block;
        color: white;
        background-color: #223340;
        margin: 0 2px 0 0;
        height: 55px;
        text-align: left;
        padding: 12px;
    }
}

.ods-front-header__management-menu-item-link-label,
.ods-front-header__link-to-backoffice-icon {
    color: #223340;
}

.search-dropdown {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;

    .header-form-area {
        position: relative;
        display: flex;
        flex: 1;
        min-width: 0;
    }

    .header-form-area:after {
        position: absolute;
        content: "\f002";
        font-family: "FontAwesome";
        font-weight: 900;
        top: 35%;
        left: 20px;
        color: rgba(125, 128, 130, 1);
        transform: translateY(-50%);
        font-size: 16px;
    }

    input {
        width: 100%;
        height: 54px;
        background: #FFFFFF;
        border-radius: 4px 0 0 4px;
        padding: 20px 20px 20px 50px;
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: #7D8082;
    }

    input::placeholder {
        color: #7D8082;
        text-overflow: ellipsis;
    }

    .search-icon-button {
        padding: 0;
        margin: 0 0 0 -4px;
        border: 0;
        height: 54px;
        width: 105px;
        background: #84E2BE;
        box-shadow: 0 0 12px rgb(0 0 0 / 6%);
        border-radius: 0 4px 4px 0;
        font-family: 'Gordita';
        font-size: 17px;
        font-weight: 500;
        line-height: 32px;
        color: #233340;
        cursor: pointer;
    }
}

.header-main-row {
    position: relative;
}

.sso-login.ods-front-header__management-menu a {
    color: #FFFFFF;
    text-decoration: none;
    padding-bottom: 0.33rem;
}

.sso-login.ods-front-header__management-menu a:hover {
    text-decoration: none;
    border-bottom: 3px solid #84E2BE;
}

.ods-responsive-menu-collapsible--collapsed .sso-login.ods-front-header__management-menu {
    position: relative;
    top: 0;
    right: 0;
    padding: 30px 0 0 30px;
}

.ods-responsive-menu-collapsible--collapsed ul.ods-front-header__management-menu {
    padding-top: 0;
}

/* Translate */

.fa-language {
    font-size: 20px;
    padding-left: 8px;
}

.current-option {
    border: 1px solid #a9a9a9;
    border-radius: 5px 0 0 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #FFFFFF;
    padding-left: 5px;
    height: 35px;
    padding-top: 5px;
    font-weight: normal;
}

.current-option::after {
    content: '\f078';
    color: #000;
    right: 11px;
    top: 0;
    height: 20px;
    padding: 7px 0 0 8px;
    position: absolute;
    pointer-events: none;
    font-family: 'FontAwesome';
    font-size: 12px;
}

.dropdown-list ol,
.dropdown-list li {
    padding: 0;
    list-style: none;
    margin: 0;
    font-weight: normal;
}

.dropdown-list {
    position: absolute;
    top: 35%;
    left: 72%;
    right: 30%;
    width: 160px;
    height: 300px;
    z-index: 9999;
    margin-top: 24px;
}

.dropdown-list ol {
    overflow-y: scroll;
    max-height: 300px;
    background-image: none;
    border: 1px solid #a9a9a9;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #FFFFFF;
    padding-left: 5px;
    border-top: 0;
}

/* ===== Menu item icons ===== */

.ods-front-header__menu-item-link {
    padding: 0 10px;
    font-size: 17px;
}

.ods-front-header__menu-item-link[href^="/page/home"]:before,
.ods-front-header__menu-item-link[href^="/page/accueil"]:before,
.ods-front-header__menu-item-link[href^="/pages/home"]:before,
.ods-front-header__menu-item-link[href^="/pages/accueil"]:before {
    font-family: "FontAwesome";
    content: '\f015';
    line-height: 1px;
    font-size: 1.3em;
}

.ods-front-header__menu-item-link[href^="/explore/"]:before {
    font-family: "FontAwesome";
    content: '\f1c0';
    line-height: 1px;
    font-size: 1.3em;
}

.ods-front-header__menu-item-link[href^="/pages/casey-insights"]:before {
    font-family: "FontAwesome";
    content: '\f0e4';
    line-height: 1px;
    font-size: 1.3em;
}

.ods-front-header__menu-item-link[href^="/map/"]:before {
    font-family: "FontAwesome";
    content: '\f278';
    line-height: 1px;
    font-size: 1.3em;
}

.ods-front-header__menu-item-link[href^="/chart/"]:before {
    font-family: "FontAwesome";
    content: '\f080';
    line-height: 1px;
    font-size: 1.3em;
}

.ods-front-header__menu-item-link[href^="/pages/visualise-our-data/"]:before {
    font-family: "FontAwesome";
    content: '\f080';
    line-height: 1px;
    font-size: 1.3em;
}

.ods-front-header__menu-item-link[href^="/api/"]:before {
    font-family: "FontAwesome";
    content: '\f085';
    line-height: 1px;
    font-size: 1.3em;
}

.ods-front-header__menu-item-link[href^="/pages/feed-back"]:before {
    font-family: "FontAwesome";
    content: '\f086';
    line-height: 1px;
    font-size: 1.3em;
}

.ods-front-header__menu-item-link[href^="/pages/casey-documents"]:before {
    font-family: "FontAwesome";
    content: '\f15c';
    line-height: 1px;
    font-size: 1.3em;
}

.ods-front-header__menu-item-link[href^="/pages/community-apps"]:before {
    font-family: "FontAwesome";
    content: '\f0c0';
    line-height: 1px;
    font-size: 1.3em;
}

.ods-front-header__menu-item-link[href^="/pages/casey-apps"]:before {
    font-family: "FontAwesome";
    content: '\f10b';
    line-height: 1px;
    font-size: 1.9em;
    position: relative;
    top: 3px;
    right: 4px;
}

.ods-front-header__menu-item-link[href^="/pages/how-to-guides"]:before {
    font-family: "FontAwesome";
    content: '\f059';
    line-height: 1px;
    font-size: 1.6em;
}

.ods-front-header__menu-item-link[href*="/pages/how-to-guides"] {
    border: none;
}

/* ===== Admin / management menu ===== */

.ods-front-header__management-menu {
    right: 0;
    background-color: #223340; /* COLORCOLOR */
    line-height: 32px;
}

.ods-front-header__login-signup-buttons-button .rods-button-text.rods-button-text--variant-primary,
.rods-user-avatar {
    color: #FFFFFF;
    border-radius: 3px;
    height: 26px;
    line-height: 26px;
}

/* ===== Responsive / mobile header ===== */

.ods-responsive-menu-placeholder__toggle,
.ods-responsive-menu-placeholder__toggle:hover {
    background-color: #223340; /* COLORCOLOR */
}

.ods-responsive-menu-collapsible__toggle-button {
    color: black;
}

.ods-responsive-menu--collapsed .ods-front-header__portal-brand {
    display: inherit;
}

.ods-responsive-menu--collapsed .ods-front-header__portal-brand .ods-front-header__logo {
    margin-top: 10px;
    display: block;
}

.ods-responsive-menu--collapsed {
    height: 120px;
    border-bottom: 2px solid #326078; /* COLORCOLOR */
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu {
    width: 100%;
}

.ods-responsive-menu--collapsed .ods-front-header__menu-block .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link--active {
    border-left: none;
}

.ods-responsive-menu-collapsible--collapsed .ods-front-header__brand-block {
    display: none;
}

.ods-front-header__portal-brand__text {
    line-height: 40px;
    font-size: 2rem;
}

/* ===== Subscribe Section ===== */

.subscribe-section {
    background: #233340;
    padding: 80px 0;
}

.subscribe-inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 104px;
    display: flex;
    align-items: center;
    gap: 80px;
}

.subscribe-text {
    flex-shrink: 0;
}

.subscribe-text h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 64px;
    color: #fff;
    margin: 0 0 8px;
}

.subscribe-text p {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    line-height: 28px;
}

.subscribe-form-wrap {
    flex: 1;
}

.subscribe-form {
    display: flex;
}

.subscribe-input {
    flex: 1;
    height: 54px;
    padding: 0 20px;
    font-size: 16px;
    font-family: inherit;
    color: #233340;
    border: none;
    border-radius: 4px 0 0 4px;
    outline: none;
}

.subscribe-btn {
    height: 54px;
    padding: 0 32px;
    background: #84E2BE;
    color: #233340;
    font-size: 17px;
    font-weight: 500;
    font-family: inherit;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.subscribe-btn:hover {
    background: #5ecfaa;
}

.subscribe-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.subscribe-msg {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.5;
}

.subscribe-msg.success {
    color: #84E2BE;
}

.subscribe-msg.error {
    color: #ff8a8a;
}

/* ===== Footer ===== */

.footer-wave {
    background: #f1f1f0;
    height: 110px;
}

.footer-wave-img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.footer-secondary {
    background-color: #233340;
    color: #fff;
}

.footer-secondary__container {
    padding: 56px 16px;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1280px;
    margin: 0 auto;
}

.footer-secondary__container > * {
    text-align: center;
}

.footer-secondary__container .block a:hover {
    color: #84e2be;
    text-decoration-color: #84e2be;
}

.footer-secondary__container .block a:visited {
    color: #fff;
    text-decoration-color: #fff;
}

.footer-secondary__container .social-links {
    justify-content: center;
}

.footer-secondary__container .social-links a {
    text-decoration: none !important;
}

.footer-secondary__container .footer-menu ul {
    flex-direction: column;
}

.footer-secondary__container .block-footer-contact-details {
    grid-row-start: 1;
    grid-row-end: 1;
    font-size: 0.70588rem;
    line-height: 18px;
    padding-bottom: 32px;
}

.footer-secondary__container .block-footer-contact-details .icon--casey-logo,
.footer-secondary__container .block-footer-contact-details > div {
    margin-bottom: 20px;
}

.footer-secondary__container .block-footer-contact-details > div {
    line-height: 22px;
}

.footer-secondary__container .nav {
    display: none;
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
    width: 100%;
    padding-bottom: 32px;
}

.footer-secondary__container .nav ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 305px;
    max-height: 305px;
}

.footer-secondary__container .nav li {
    width: 40%;
    margin-bottom: 20px;
}

.footer-secondary__container .nav a {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
    hyphens: none;
}

.footer-secondary__container .nav a:hover {
    text-decoration-color: #fff;
}

.footer-secondary__container .copyright-info,
.footer-secondary__container .footer-menu {
    padding-top: 32px;
    padding-bottom: 32px;
}

.footer-secondary__container .copyright-info {
    grid-row-start: 3;
    grid-row-end: 3;
    font-size: 0.70588rem;
    line-height: 1.70588rem;
}

.footer-secondary__container .footer-menu {
    grid-row-start: 2;
    grid-row-end: 2;
    border-top: 1px solid #324755;
}

.footer-secondary__container .footer-menu ul,
.footer-secondary__container .nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-secondary__container .acknowledge-statement {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
}

.visually-hidden {
    display: none;
}

.social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: none;
    display: flex;
}

.social-links li {
    margin-right: 16px;
}

.social-links li svg {
    fill: #fff;
    width: 1.125rem;
    height: 1.125rem;
}

span.casey-logo img {
    padding-bottom: 20px;
}

.field__item p {
    font-size: 12px;
    color: #fff;
}

.field__item a {
    text-decoration: underline;
    font-size: 12px;
    color: #fff;
}

.copyright-info p {
    font-size: 12px;
    line-height: 20px;
}

/* ===== Map Tooltip ===== */

.odswidget-map .odswidget-map-tooltip span a[href*="maps/dir"] {
    height: 50px;
    width: 50px;
    content: url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/city-of-casey-geelongvic/theme_image/google-go-to-icon.png');
}

/* ===== Footer tooltip ===== */

.tooltip-area {
    position: relative;
    display: inline-block;
}

.tooltip-area .tooltip-content {
    visibility: hidden;
    width: 220px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 15px;
    position: absolute;
    z-index: 1;
    font-family: 'Gordita';
    left: -80px;
    box-shadow: 0 4px 24px #afaaaa;
}

.tooltip-area:hover .tooltip-content {
    visibility: visible;
}

span.tooltip-content:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 30px;
    width: 30px;
    top: -2px;
    left: 50%;
    transform: rotate(45deg);
    z-index: -2;
}

/* ===== Data Catalog ===== */

.ods-filters__count,
.ods-filters__export-catalog-title,
.ods-filters__filters,
.ods-filters__filters-summary,
.ods-catalog-card,
.ods-tabs__pane.ods-tabs__pane--horizontal,
.odswidget-text-search__search-box,
.ods-tabs__tab.ods-tabs__tab--horizontal,
.ods-tabs__tab.ods-tabs__tab--horizontal:hover {
    border-radius: 0;
}

.ods-catalog-card__keyword {
    border-radius: 0;
    background-color: #003958; /* COLORCOLOR */
}

.ods-catalog-card__keyword:hover {
    background-color: #427e9d; /* COLORCOLOR */
}

.ods-chart-controls__yaxis {
    background-color: white; /* COLORCOLOR */
}

/*** Data visibility facet — hide from anonymous, show when authenticated ***/

.main--catalog .ods-filters .ods-filters__facets .odswidget-facet[title="Dataset Visibility"] {
    display: none;
}

header:has(.authenticated) +
.main--catalog .ods-filters .ods-filters__facets .odswidget-facet[title="Dataset Visibility"] {
    display: block;
}

/* ===== Login page ===== */

.ods-auth-page__container--large {
    position: relative;
}

.ods-auth-page__container--large > h1[class="ods-auth-page__title"]:first-of-type {
    padding-bottom: 45px;
}

.ods-auth-page__container--large > h1[class="ods-auth-page__title"]:first-of-type:after {
    position: absolute;
    left: 0;
    margin-top: 50px;
    font-size: 1.2rem;
    width: 100%;
    content: 'If you are a Casey employee, login with your employee account from the login page';
}

/* ===== Share with us popup ===== */

:root {
    --popup-main-light-color: #84E2BE;
    --popup-main-dark-color: #481b0b;
    --popup-main-background-color: #fff;
}

.share-with-us .ods-pop-in__backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    z-index: -1;
    cursor: auto;
}

.share-with-us .pop-in-form {
    height: fit-content;
    padding: 20px 0;
}

.share-with-us .suggest-dataset-tab.pop-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow: auto;
    justify-content: center;
    z-index: 10;
}

.share-with-us .ods-pop-in__container {
    position: relative;
    max-width: 700px;
    max-height: fit-content;
    background-color: #fff;
    vertical-align: middle;
    padding: 60px;
    border: 1px solid #888;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
}

.share-with-us .ods-form__group:nth-child(8) {
    position: absolute;
    bottom: 20px;
    margin-left: -6px;
}

.share-with-us .custom-checkbox {
    margin-bottom: 30px;
}

.share-with-us .custom-checkbox label h4 {
    margin-bottom: 10px;
    font-size: 16px;
}

.share-with-us .custom-checkbox input {
    vertical-align: middle;
}

.share-with-us .ods-form__group {
    margin-bottom: 1rem;
}

.share-with-us .hide .ods-form .ods-form__group:nth-child(8) button {
    pointer-events: none;
    background-color: #f0f0f0;
    color: #999;
    border: 1px solid #ccc;
    cursor: not-allowed;
    opacity: 1;
}

.share-with-us .pop-up-close {
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}

.share-with-us .ods-pop-in__container h1 {
    margin-top: 20px;
}

.share-with-us .pop-up_box {
    position: absolute;
    top: 50px;
    right: 18px;
}

.share-with-us .dialog-2 {
    height: 50px;
    width: 80px;
    background-color: var(--popup-main-light-color);
    position: absolute;
    border-radius: 10%;
    right: 0;
    animation: float 5s ease-in-out infinite alternate;
}

.share-with-us .right-point {
    width: 0;
    height: 0;
    border-left: 1vh solid transparent;
    border-right: 1vh solid transparent;
    border-top: 5vh solid var(--popup-main-light-color);
    position: absolute;
    top: 35%;
    right: -15%;
    transform: rotate(-60deg);
}

.share-with-us .bubble {
    background-color: #84E2BE;
    color: #fff;
    border: none;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
}

/* ===== Custom fonts ===== */

@font-face {
    font-family: 'Gordita';
    src: url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/city-of-casey-geelongvic/theme_font/Gordita-Medium.woff2') format('woff2'),
         url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/city-of-casey-geelongvic/theme_font/Gordita-Medium.woff') format('woff');
    font-weight: 500;
}

@font-face {
    font-family: 'Gordita';
    src: url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/city-of-casey-geelongvic/theme_font/Gordita-Black.woff2') format('woff2'),
         url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/city-of-casey-geelongvic/theme_font/Gordita-Black.woff') format('woff');
    font-weight: 900;
}

@font-face {
    font-family: 'Gordita';
    src: url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/city-of-casey-geelongvic/theme_font/Gordita-Regular.woff2') format('woff2'),
         url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/city-of-casey-geelongvic/theme_font/Gordita-Regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'Gordita';
    src: url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/city-of-casey-geelongvic/theme_font/Gordita-Bold.woff2') format('woff2'),
         url('https://s3-ap-southeast-2.amazonaws.com/aws-ec2-ap-southeast-2-opendatasoft-staticfileset/city-of-casey-geelongvic/theme_font/Gordita-Bold.woff') format('woff');
    font-weight: bold;
}

/* ===== Responsive ===== */

@media (min-width: 750px) {
    .footer-secondary__container {
        padding: 56px;
        grid-template-columns: 1fr auto;
        max-width: 1280px;
        margin: 0 auto;
    }

    .footer-secondary__container > * {
        text-align: left;
    }

    .footer-secondary__container .social-links {
        justify-content: flex-start;
    }

    .footer-secondary__container .block-footer-contact-details {
        grid-column-start: 2;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .footer-secondary__container .copyright-info {
        grid-column-start: 2;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 2;
        border-top: 1px solid #324755;
    }

    .footer-secondary__container .footer-menu {
        grid-column-start: 1;
        grid-column-end: 1;
        grid-row-start: 2;
        grid-row-end: 2;
        border-top: 1px solid #324755;
    }

    .footer-secondary .nav {
        display: block;
        width: 100%;
    }

    .footer-secondary .nav a:hover {
        color: #84e2be;
        text-decoration-color: #84e2be;
    }

    .footer-secondary .footer-menu ul {
        display: flex;
        flex-direction: row;
    }

    .footer-secondary .footer-menu li {
        margin-right: 30px;
    }

    .footer-secondary .footer-menu a {
        color: #fff;
        font-size: 13px;
        line-height: 22px;
        text-decoration: underline;
        text-decoration-color: rgba(255, 255, 255, 0.5);
    }

    .footer-secondary .footer-menu a:hover {
        color: #84e2be;
        text-decoration-color: #84e2be;
    }
}

@media (max-width: 850px) and (min-width: 750px) {
    .footer-secondary__container .copyright-info {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 3;
        padding-top: 0;
        padding-bottom: 15px;
        border-top: none;
    }

    .footer-secondary__container .footer-menu {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 2;
    }
}

@media (max-width: 991px) {
    .copyright-info p {
        text-align: center;
    }

    nav.footer-menu {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1300px) {
    .card-group {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1200px) {
    .news-feed-inner {
        padding-left: 40px;
        padding-right: 40px;
    }

    .card-group {
        padding: 0 40px;
    }

    .subscribe-inner {
        padding: 0 40px;
        gap: 40px;
    }
}

@media (max-width: 1024px) {
    .card-group {
        grid-template-columns: 1fr;
        max-width: 500px;
        padding: 0 20px;
    }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .hero-title {
        font-size: 32px;
        line-height: 48px;
    }

    .banner-search-form input {
        width: 100%;
        max-width: 400px;
    }
}

@media (max-width: 768px) {
    .subscribe-inner {
        flex-direction: column;
        padding: 0 20px;
        gap: 32px;
        align-items: stretch;
    }

    .subscribe-text h2 {
        font-size: 32px;
        line-height: 48px;
    }

    .hero {
        height: 400px;
    }

    .hero-title {
        font-size: 26px;
        line-height: 40px;
    }

    .banner-search-form input {
        width: 100%;
        max-width: 400px;
    }

    .news-header h2 {
        font-size: 32px;
        line-height: 48px;
    }

    .news-card {
        flex-direction: column;
    }

    .news-card-image {
        width: 100%;
        min-height: 200px;
        max-height: 250px;
    }

    .user-name {
        display: none;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .ods-front-header {
        height: 100%;
    }

    .ods-front-header__menu {
        white-space: normal;
        margin: 0;
    }

    .ods-front-header__menu-item-link {
        padding: 0 13px;
        line-height: 55px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 999px) {
    .ods-front-header__menu-item {
        background-color: inherit;
        padding-left: 20px;
        text-align: left;
    }

    .ods-front-header__menu-item-link {
        border-right: none;
    }

    .ods-responsive-menu--collapsed .ods-front-header__portal-brand .ods-front-header__logo {
        margin-top: 0;
    }

    .ods-front-header__menu-block {
        background-color: inherit;
    }

    .ods-front-header__menu-item--active {
        background-color: white;
    }

    .ods-responsive-menu-collapsible--collapsed .ods-front-header__menu-item-link--active {
        border-left: 5px solid transparent;
    }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
    .ods-responsive-menu-collapsible__toggle-button {
        background: #fff;
    }

    .banner-tab .tab-item {
        padding: 20px 20px 15px;
    }

    .ods-responsive-menu--collapsed .ods-front-header__portal-brand .ods-front-header__logo {
        display: inline-block;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .ods-front-header__portal-brand .ods-front-header__logo {
        padding-left: 25%;
    }

    .ods-responsive-menu-collapsible__toggle-button {
        background: #fff;
    }

    .ods-front-header__menu-item-link {
        padding: 0 10px;
    }

    .ods-responsive-menu--collapsed {
        height: 140px;
    }
}