@import"https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,700;1,400&family=Roboto+Condensed:wght@400;700&family=Material+Icons&display=swap";

/*=============== VARIABLES CSS ===============*/
:root {
    --header-height: 3.5rem;
    --site-max-width: 80rem;

    /*========== Colors ==========*/
    /* Color mode HSL(hue, saturation, lightness)*/
    --black-color: hsl(220, 24%, 12%);
    --black-color-light: hsl(220, 24%, 15%);
    --black-color-lighten: hsl(220, 20%, 18%);
    --white-color: #fff;
    --body-color: hsl(220, 100%, 97%);
    /* Rainforst theme */
    --primary: #29856b;
    --primary-hover: #185544;
    --primary-ghost-white: #29856b;
    --primary-ghost: #319e7f;
    --primary-light-background: #baf1e1;

    /*=========== Hexidecimal ==================*/
    --main-bg-color: #263287;
    --text-color: #ffffff;
    --border-color: #ccc;
    --color-brand--rainforest-green: #29856b;
    --text-color--text-primary: var(--color-neutral--black);
    --color-brand--royal-blue: #0072bc;
    --link-color--link-primary: var(--color-brand--link-primary);
    --color-brand--white: white;
    --color-brand--dark-blue: #263287;
    --color--rainforest-primary-light: #baf1e1;
    --color--rainforest-secondary-light: #1dad85;
    --text-color--text-alternate: var(--color-neutral--white);
    --border-color--border-primary: var(--color-neutral--black);
    --color-neutral--black: #262b33;
    --color-neutral--white: white;
    --color-brand--rainforest-green-hover: #005c50;
    --color-brand--button: #187089;
    --color-brand--button-hover: #0e4b5c;
    --color-brand--aqua: #7bc7be;
    --link-color--link-alternate: var(--color-neutral--white);
    --background-color--rainforest-primary-light: var(--color--rainforest-primary-light);
    --background-color--background-secondary: var(--color-neutral--neutral-lightest);
    --background-color--background-primary: var(--color-neutral--white);
    --background-color--background-tertiary: var(--color-neutral--neutral-light);
    --background-color--background-alternate: var(--color-neutral--black);
    --text-color--text-secondary: var(--color-neutral--black);
    --background-color--background-success: var(--color-system--success-green-light);
    --text-color--text-success: var(--color-system--success-green);
    --background-color--background-error: var(--color-system--error-red-light);
    --text-color--text-error: var(--color-system--error-red);
    --color-brand--black: var(--color-neutral--black);
    --color-neutral--neutral-lightest: #eee;
    --color-brand--highlighter: #dfe340;
    --color-neutral--neutral: #f4f4f4;
    --color-brand--black-background: #061511;
    --border-radius: 24px;
    --navbar--hover: rgba(255, 255, 255, 0.15);
    --color-brand--highlighter-opaque: #f3f5af;
    --color-brand--link-primary-hover: #0056b3;
    --color-neutral--neutral-lighter: #ccc;
    --color-neutral--neutral-light: #aaa;
    --color-neutral--neutral-dark: #444;
    --color-neutral--neutral-darker: #222;
    --color-neutral--neutral-darkest: #111;
    --color-system--success-green: #027a48;
    --color-system--success-green-light: #ecfdf3;
    --color-system--error-red: #b42318;
    --color-system--error-red-light: #fef3f2;
    --border-color--border-secondary: var(--color-neutral--neutral-light);
    --border-color--border-alternate: var(--color-neutral--white);
    --link-color--link-secondary: var(--color-neutral--neutral-light);
    --color-brand--dark-blue-hover: #131945;
    --color-brand--link-primary: #0056f5;

    /*========== Font and typography ==========*/
    /*.5rem = 8px | 1rem = 16px ...*/
    --body-font: Cabin, sans-serif;
    --normal-font-size: 16px;

    /*========== Font weight ==========*/
    --font-regular: 400;
    --font-semi-bold: 500;
}

    /*======== HIDING KC ELEMENTS =========*/
    .global-header, 
    footer.footer,
    #langList,
    .alert-wrapper,
    .official-notification {
        display: none!important;
    }

    /*=============== BASE ===============*/
    * {
        box-sizing: border-box;
        padding: 0;
        margin: 0;
    }

    html {
        scroll-behavior: smooth;
        /*-webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;*/
        font-size: 100%;
        /*scroll-padding-top: 3rem;
        overflow-x: hidden!important;*/
    }

    body {
        color: #768390;
        background: #fff;
        font-family: Cabin, sans-serif;
        font-size: 16px;
        padding: 0;
        -webkit-font-smoothing: antialiased;
        width: 100%;
        overflow-x: hidden!important;
    }

    #maincontent {
        overflow-x: hidden!important;
    }


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

    .sr-only-focusable:active,
    .sr-only-focusable:focus {
        position: static;
        width: auto;
        height: auto;
        overflow: visible;
        clip: auto;
        white-space: normal;
    }

    img {
        max-width: 100%;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: Roboto Condensed, sans-serif;
        font-weight: 500;
    }

    /* H1 */
    h1 {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    /* H2 */
    h2 {
        font-size: 2rem;
        line-height: 1.3;
    }

    /* H3 */
    h3 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    /* H4 */
    h4 {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    /* H5 */
    h5 {
        font-size: 1rem;
        line-height: 1.6;
    }

    /* H6 */
    h6 {
        font-size: 0.875rem;
        line-height: 1.7;
    }

    /* Default paragraph */
    p {
        font-size: 1rem;
        /* Set to 16px or 1rem */
        line-height: 1.5;
        /* Adjust as needed */
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: var(--color-brand--royal-blue);
        /* Set default text color */
    }

    a {
        color: var(--link-color--link-primary);
        /* Set default text color */
    }

    p,
    ol,
    ul,
    li,
    figcaption,
    abbr,
    address {
        color: var(--text-color--text-primary);
        /* Set default text color */
    }

    /* text element spacing */

    /* Heading spacing */
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 1rem;
        /* Adjust as needed */
    }

    /* Paragraph spacing */
    p {
        margin-bottom: 1rem;
        /* Adjust as needed */
    }

    p:last-of-type {
        margin-bottom: 0;
    }

    h2+p,
    h3+p,
    h4+p {
        margin-top: 1.25rem;
    }

    /* List spacing */
    ol,
    ul {
        margin-bottom: 1rem;
        /* Adjust as needed */
    }

    /* List items */
    li {
        margin-bottom: 0.5rem;
        /* Adjust as needed */
    }

    /* Figure captions */
    figcaption {
        margin-top: 1rem;
        /* Adjust as needed */
        margin-bottom: 1rem;
        /* Adjust as needed */
    }

    /* Abbreviations */
    abbr {
        margin-right: 0.5rem;
        /* Adjust as needed */
    }

    /* Address */
    address {
        margin-bottom: 1rem;
        /* Adjust as needed */
    }

    /*==================================
      TEXT COLORS
  ==================================*/
    p {
        max-width: 50rem;
        margin-inline: auto;
    }

    /*==================================
      TEXT COLORS
  ==================================*/
    /* in containers with background colors */
    .container-royal-blue h1,
    .container-royal-blue h2,
    .container-royal-blue h3,
    .container-royal-blue h4,
    .container-royal-blue h5,
    .container-royal-blue h6,
    .container-royal-blue p,
    .container-royal-blue ul,
    .container-royal-blue ol {
        color: #fff;
    }

    /*===================================
       BACK TO TOP
    ====================================*/
    body .floating-action-button {
        display:none;
        width:48px;
        height:48px;
        border-radius:50%;
        background-color:var(--primary);
        color:#fff;
        font-size:48px;
        cursor:pointer;
        position:fixed;
        right:40px;
        bottom:40px;
        z-index:20;
        box-shadow: 0 4px 10px hsl(0deg 0% 0% / 0.3);
      }
      @media(max-width: 767.98px) {
        body .floating-action-button {
          right:20px;
          bottom:20px
        }
      }
      body .floating-action-button.fab-top {
        top:40px
      }
      @media(max-width: 767.98px) {
        body .floating-action-button.fab-top {
          top:20px
        }
      }

    /*===================================
       ACCORDIONS
    ====================================*/
    .accordion-button {
        font-size: 1.25rem;
    }

    /*========== Branding ========================*/
    .metro-navbar-logo-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        gap: 0;
    }

    .navbar-logo-kcm {
        flex: 1;
        align-self: flex-start;
        max-width: 146px;
        max-height: 54px;
        margin-top: 2px;
        transition: all .3s;
    }

    .navbar-logo-stacked-ze {
        flex: 1;
        align-self: flex-end;
        width: 136px;
        max-height: 40px;
        margin-bottom: 6px;
        margin-left: 24px;
        transition: all .3s;
    }

    .navbar-logo-horizontal-ze {
        flex: 1;
        align-self: flex-end;
        max-width: 269px;
        max-height: 20px;
        /* margin-bottom: 6px; */
        margin-left: 24px;
    }

    @media(max-width: 992px) {
        .navbar-logo-kcm {
            max-width: 124px;
            max-height: 45px;
            flex: 0 1 auto;
        }

        .navbar-logo-horizontal-ze {
            max-width: 200px;
            max-height: 18px;
            flex: 0 1 auto;
        }

        .navbar-logo-stacked-ze {
            max-height: 40px;

        }
    }

    @media(max-width: 479px) {
        .navbar-logo-kcm {
            max-width: 96.5;
            max-height: 36px;
        }

        .navbar-logo-horizontal-ze {
            max-width: 139.5;
            max-height: 14px;
        }
    }

    /*========== Responsive typography ==========*/
    @media screen and (min-width: 1024px) {
        :root {
            --normal-font-size: 1rem;
        }
    }



    /*=============== HEADER ===============*/
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        /*background: none;*/
        background-color: var(--color-brand--rainforest-green);
        box-shadow: 0 2px 16px hsla(220, 32%, 8%, .3);
        z-index: 1000;
    }

    .header a {
        text-decoration: none;
    }

    /*=============== NAV ===============*/
    .nav-container {
        height: 72px;
        padding-inline: 5%;
    }

    .nav__list,
    .nav__list li {
        list-style: none;
        margin-bottom: 0;
    }

    .nav__logo,
    .nav__burger,
    .nav__close {
        color: var(--white-color);
    }

    .nav__data {
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav__logo {
        display: inline-flex;
        align-items: center;
        column-gap: .25rem;
        font-weight: var(--font-semi-bold);
    }

    .nav__logo i {
        font-weight: initial;
        font-size: 1.25rem;
    }

    .nav__toggle {
        position: relative;
        width: 32px;
        height: 32px;
    }

    .nav__burger,
    .nav__close {
        position: absolute;
        width: max-content;
        height: max-content;
        inset: 0;
        margin: auto;
        font-size: 1.75rem;
        cursor: pointer;
        transition: opacity .1s, transform .4s;
    }

    .nav__close {
        font-size: 1.95rem;
    }

    .nav__close {
        opacity: 0;
    }

    /* Navigation for mobile devices */
    @media screen and (max-width: 992px) {
        .nav__menu {
            display: none;
            position: absolute;
            left: 0;
            top: 2.5rem;
            width: 100%;
            height: calc(100dvh - 3.5rem);
            overflow-y: auto;
            pointer-events: none;
            opacity: 0;
            transition: top .4s, opacity .3s;
        }

        .nav__menu::-webkit-scrollbar {
            width: 0;
        }

        .nav__list {
            background-color: var(--color-brand--rainforest-green);
            margin: 0;
            padding: 0;
            padding-top: 1rem;   
        }
    }

    @media (max-width: 479px) {
        .nav__menu {
            display: none;
        }
    }

    .nav__link {
        color: var(--white-color);
        background-color: var(--color-brand--rainforest-green);
        font-weight: var(--font-semi-bold);
        padding: 1.25rem 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background-color .3s;
    }

    @media (max-width: 992px) {

        .nav__link,
        .dropdown__link {
            border-bottom: 1px solid var(--color--rainforest-secondary-light);
        }

        .nav__link+.dropdown__item {
            border-top: 1px solid var(--color--rainforest-secondary-light);
        }
    }

    .nav__link.active,
    .nav__link:hover {
        /*background-color: var(--black-color-light);*/
        background-color: var(--color-brand--rainforest-green-hover);
    }

    /* Show menu */
    .show-menu {
        display: block;
        opacity: 1;
        top: 4.5rem;
        pointer-events: initial;
    }

    @media (max-width: 992px) {
        .show-menu {
            top: 4.5rem;
        }

        .show-menu .nav__list {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            overflow-y: auto;
            height: calc(100dvh - 4.5rem);
            bottom: 0;
            padding-bottom: 1.5rem;
        }
    }

    @media (max-width: 479px) {
        .show-menu {
            top: 4rem;
        }

        .show-menu .nav__list {
            height: calc(100dvh - 4rem);
        }
    }

    /* Show icon */
    .show-icon .nav__burger {
        opacity: 0;
        transform: rotate(90deg);
    }

    .show-icon .nav__close {
        opacity: 1;
        transform: rotate(90deg);
    }

    /*=============== DROPDOWN ===============*/
    .dropdown__item {
        cursor: pointer;
    }

    .dropdown__arrow {
        font-size: 1.25rem;
        margin-left: 6px;
        font-weight: initial;
        transition: transform .4s;
    }

    /* Rotate dropdown icon */
    .dropdown__arrow.rotate {
        transform: rotate(180deg);
    }

    .dropdown__link,
    .dropdown__sublink {
        padding: 1.25rem 1.25rem 1.25rem 3.5rem;
        color: var(--white-color);
        /*background-color: var(--black-color-light);*/
        background-color: var(--color-brand--rainforest-green-hover);
        display: flex;
        align-items: center;
        column-gap: .5rem;
        font-weight: var(--font-semi-bold);
        transition: background-color .3s;
    }

    .dropdown__link.active {
        position: relative;
        background-color: var(--black-color-lighten);
    }
    
    .dropdown__link.active .ri-check-line {
        position: absolute;
        left: 28px;
    }

    @media screen and (min-width: 993px) {
        .dropdown__link {
            padding: 1rem 1.25rem 1rem 3.5rem;
            border-bottom: 1px solid var(--color--rainforest-secondary-light);
        }
        .dropdown__link.active .ri-check-line {
            position: absolute;
            left: 6px;
        }
    }

    .dropdown__link i,
    .dropdown__sublink i {
        font-size: 1.25rem;
        font-weight: initial;
    }

    .dropdown__link.active,
    .dropdown__link:hover,
    .dropdown__sublink:hover {
        /*background-color: var(--black-color);
        background-color: blueviolet;*/
        background-color: var(--black-color-lighten);
    }

    .dropdown__menu {
        display: none;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height .4s ease-in-out;
    }

    .show-dropdown-menu {
        display: block;
        margin: 0;
        padding: 0;
        opacity: 1;
        top: 0;
        max-height: 1000px;
        transition: top .3s;
    }


    /*=============== DROPDOWN SUBMENU ===============*/
    .dropdown__add {
        margin-left: auto;
    }

    .dropdown__sublink {
        background-color: var(--black-color-lighten);
    }

    /*=============== BREAKPOINTS ===============*/
    /* For small devices */
    @media screen and (max-width: 479px) {
        .nav-container {
            height: 64px;
        }

        .nav__link {
            padding-inline: 1.5rem;
        }
    }

    /* For large devices */
    @media screen and (min-width: 993px) {
        .nav-container {
            height: 88px;
            margin-inline: auto;
            display: flex;
            justify-content: space-between;
        }

        .nav__toggle {
            display: none;
        }

        .nav__list {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            /*column-gap: 3rem;*/
        }

        .nav__link {
            height: 3.5rem;
            padding: 0 1.5rem;
        }

        .nav__link:last-child {
            height: 3.5rem;
            padding: 0 1.5rem;
            max-width: 275px;
        }

        .nav__link:hover {
            background-color: var(--color-brand--rainforest-green-hover);
        }

        .dropdown__item,
        .dropdown__subitem {
            position: relative;
            max-width: 275px;
            white-space: nowrap
        }


        .dropdown__menu,
        .dropdown__submenu {
            max-height: 75dvh !important;
            width: 275px;
            overflow-y: auto;
            position: absolute;
            left: 0;
            top: 6rem;
            opacity: 0;
            pointer-events: none;
            transition: opacity .3s, top .3s;
        }


        .dropdown__menu {
            background-color: var(--color-brand--rainforest-green-hover);
        }

        .dropdown__menu-right,
        .dropdown__submenu-right {
            left: unset;
            right: 0;
        }

        /*.dropdown__link {
            min-width: max-content;
        }*/

        .dropdown__link,
        .dropdown__sublink {
            padding-inline: 2rem 3.5rem;
        }

        .dropdown__subitem .dropdown__link {
            padding-inline: 1rem;
        }

        .dropdown__submenu {
            position: absolute;
            left: 100%;
            top: .5rem;
        }

        /* Scroll indicators */
        /*.dropdown__menu .scroll-indicator {
            position: sticky;
            width: 0;
            height: 0;
            border: 8px solid transparent;
            z-index: 1;
        }

        .scroll-indicator.top {
            top: 0;
            margin-inline: auto;
            border-bottom-color: #e0e0e0;
            opacity: 0;
        }

        .scroll-indicator.bottom {
            bottom: 0;
            margin-inline: auto;
            border-top-color: #e0e0e0;
        }*/


        /* Show dropdown menu */
        .show-dropdown-menu {
            display: block;
            /*width: max-content;*/
            margin: 0;
            padding: 0;
            opacity: 1;
            top: auto;
            pointer-events: initial;
            transition: top .3s;
        }
    }

    /*==================================
       BANNER IMAGE SECTION
  ===================================*/
    .container-banner-image {
        position: relative;
        width: 100%;
        /*min-height: 300px;*/
        margin-top: calc(var(--header-height) + 2rem);
        padding: 5rem 5%;
    }

    @media (max-width: 992px) {
        .container-banner-image {
            margin-top: calc(var(--header-height) + 1rem);
            padding: 4rem 5%;
        }
    }

    @media (max-width: 768px) {
        .container-banner-image {
            padding: 3rem 5%;
        }
    }

    @media (max-width: 479px) {
        .container-banner-image {
            margin-top: calc(var(--header-height) + .5rem);
        }
    }

    .banner-image-wrapper {
        z-index: -1;
        background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    /*.banner-image {
        object-fit: cover;
        object-position: center right;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }*/

    .banner-image {
        z-index: -1;
        object-fit: cover;
        object-position: center center;
        position: fixed;
        width: 100vw;
        height: 100vh;
    }

    @media (prefers-reduced-motion: reduce) {
        .banner-image {
            position: static;
            height: auto; /* Optional: Adjust height to fit the content layout */
            width: 100%; /* Optional: Match the container width */
        }
    }

    .banner-image-content-wrapper {
        width: 100%;
        max-width: var(--site-max-width);
        margin: 0 auto;
        z-index: 10;
        background: rgba(0, 0, 0 .5);
    }

    .banner-image-content {
        display: flex;
        flex-direction: column;
        align-self: center;
        align-items: left;
        width: 100%;
        max-width: 40rem;
        max-height: 60rem;
        background-color: var(--color-brand--black-background);
        padding: 2rem;
    }

    @media (max-width: 991px) {
        .banner-image-content {
            max-width: 100%;
        }
    }

    .banner-image-content h1,
    .banner-image-content h2,
    .banner-image-content p {
        color: white;
    }

    .banner-image-content h2 {
        font-size: 1.5625rem;
        font-weight: 400;
        line-height: 116%;
    }



    /*==================================
      GRID COLUMNS (CSS GRID)
  ==================================*/
    .container {
        max-width: 1280px;
        /*padding-inline: 5%;*/
        padding-inline: 3.25rem;
        margin: 0 auto;
    }

    @media (max-width: 991px) {
        .container {
            padding-inline: 5%;
        }
    }

    .container-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        grid-gap: 2rem;
    }

    .container-grid-column {
        border: 1px solid purple;
        text-align: left;
    }

    /* white container and full width */
    .container-white {
        background-color: var(--color-neutral--white);
    }

    .container-white.container-full-width {
        box-shadow: 0 0 0 100vmax var(--color-neutral--white);
        clip-path: inset(0 -100vmax);
    }

    /* royal blue container and full width */
    .container-royal-blue {
        background-color: var(--color-brand--royal-blue);
    }

    .container-royal-blue.container-full-width {
        box-shadow: 0 0 0 100vmax var(--color-brand--royal-blue);
        clip-path: inset(0 -100vmax);
        max-width: 100%;
    }

    /* overcast container and full width */
    .container-overcast {
        background-color: var(--color-neutral--neutral);
    }

    .container-overcast.container-full-width {
        box-shadow: 0 0 0 100vmax var(--color-neutral--neutral);
        clip-path: inset(0 -100vmax);
    }

    /* rainforest container and full width */
    .container-rainforest {
        background-color: var(--color-brand--rainforest-green);
    }

    .container-rainforest.container-full-width {
        box-shadow: 0 0 0 100vmax var(--color-brand--rainforest-green);
        clip-path: inset(0 -100vmax);
    }

    /* primary-light container and full width */
    .container-primary-light {
        background-color: var(--primary-light-background);
    }

    .container-primary-light.container-full-width {
        box-shadow: 0 0 0 100vmax var(--primary-light-background);
        clip-path: inset(0 -100vmax);
    }

    /*.container-full-width {
        overflow: hidden;
    }*/

    /*==================================
      PADDING
  ==================================*/
    .padding-block-large {
        padding-block: 5rem;
    }

	@media (max-width: 991px) {
        .padding-block-large {
            padding-block: 4rem;
        }
    }

   @media (max-width: 768px) {
        .padding-block-large {
            padding-block: 3rem;
        }
    }

    /*==================================
      SECTION BANNERS
  ==================================*/
    @media (min-width: 768px) {
        .section-content-center {
            text-align: center;
        }
    }

    /*==================================
      BENEFITS CARD GRID
  ==================================*/

    .benefits-grid {
        grid-column-gap: 1.5rem;
        grid-row-gap: 1.5rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        grid-auto-flow: dense;
        justify-content: space-between;
        display: grid;
        max-width: var(--site-max-width);
        margin-inline: auto;
    }

    @media screen and (max-width: 991px) {
        .benefits-grid {
            grid-row-gap: 4rem;
            grid-template-rows: auto auto auto;
            grid-template-columns: 1fr;
        }
    }

    .benefit-card {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border: 1px solid var(--color-brand--royal-blue);
        background-color: #fff;
        flex-direction: column;
        grid-template-rows: minmax(auto, 8rem) auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        min-height: 16rem;
        display: flex;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }

    .benefit-header {
        font-family: Roboto Condensed, sans-serif;
        background-color: var(--color-neutral--neutral);
        word-break: keep-all;
        align-items: center;
        padding: 1rem;
        display: flex;
        position: relative;
    }

    .benefit-icon {
        object-fit: fill;
        align-self: auto;
        width: 118px;
        max-width: 100%;
        height: 118px;
        margin-top: -1rem;
        margin-left: -0.5rem;
        display: block;
        position: relative;
        top: -1rem;
        left: -1.5rem;
        overflow: visible;
    }

    .benefit-icon-wrapper {
        aspect-ratio: 1;
        background-color: var(--color-brand--royal-blue);
        object-fit: cover;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        width: 118px;
        height: 118px;
        margin-top: -1rem;
        margin-left: -0.5rem;
        display: flex;
        position: relative;
        top: -1.5rem;
        left: -1.5rem;
    }

    .benefit-icon-image {
        aspect-ratio: 1;
        object-fit: contain;
        width: 100%;
        max-width: 65px;
    }

    .benefits-header {
        color: var(--color-brand--black);
        white-space: normal;
        margin-right: 0;
        font-size: 1.25rem;
    }

    .benefits-text {
        padding: 2.5rem;
    }

    /*==================================
      LOCATION MAP
  ==================================*/
    .hero-container {
        width: 100%;
        /*display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;*/
    }

    .hero-map-card-wrapper {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .hero-map-card-overlap {
        background-color: #000;
        height: 40px;
        width: calc(36% + 75px);
    }

    .hero-card {
        background-color: #000;
        padding: 0 30px 50px 40px;
        color: white;
        width: 36%;
        position: relative;
    }

    .hero-card::before {
        content: "";
        background-color: #000;
        height: 40px;
        width: calc(100% + 75px);
        position: absolute;
        top: -40px;
        left: 0;    
    }
  
    .hero-card::after {
        content: "";
        height: 100%;
        width: 75px;
        background: #000;
        position: absolute;
        top: 0;
        right: -75px;
        z-index: -1;
    }

    .hero-card.text-white {
        color: var(--color-brand--white);
    }

    .hero-card h2,
    .hero-card p {
        color: inherit;
    }

    .hero-card p:last-child {
        margin-bottom: 0;
    }

    .hero-map {
        position: relative;
        background-color: lightgrey;
        padding: 0;
        margin: 0;
        height: 575px;
        width: 64%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: width 0.3s;
    }

    .hero-accordion {
        width: 64%;
        padding: 0;
        margin: 0;
        transition: width 0.3s;
    }

    .hero-map p {
        padding: 40px 60px;
        text-align: center;
    }

    @media (max-width: 992px) {
        .hero-map-card-overlap,
        .hero-card::before,
        .hero-card::after {
            display: none;
        }


        .hero-map-card-wrapper {
            display: block;
        }

        .hero-card {
            padding: 45px 40px 60px;
            color: white;
            width: auto;
        }

        .hero-map {
            background-color: lightgrey;
            padding: 0;
            height: 500px;
            width: 90%;
            margin: -20px 5% 0;
        }

        .hero-accordion {
            width: 90%;
            margin: -20px 5% 0;
        }
    }

    @media (max-width: 767px) {
        #section-hero {
            padding-inline: 24px;
        }

        .hero-card {
            padding: 45px 40px;
        }

        .hero-map {
            width: 100%;
            margin: 0;
        }

        .hero-accordion {
            width: 100%;
            margin: 0;
        }
    }

    /* map styles */

    #map {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
    }

    /* popup layout */
    .info-window {
        width: 100%;
        min-width: 250px !important;
        max-width: 350px;
    }

    .info-window-header {
        background-color: var(--main-bg-color);
        color: var(--text-color);
        padding: 15px;
    }

    .info-window-header h2,
    .info-window-header h3 {
        margin: 0;
        font-family: Roboto Condensed, sans-serif;
        color: var(--text-color);
    }

    .info-window-header h2 {
        font-weight: normal;
        line-height: 24px;
        font-size: 16px;
    }

    .info-window-header h3 {
        font-weight: bold;
        font-size: 20px;
    }

    .info-window-image {
        width: 100%;
        height: auto;
        display: block;
    }

    .info-window-desc {
        padding: 15px;
        font-style: normal;
        font-size: 0.75rem;
        font-weight: 400;
        font-family: Cabin, sans-serif;
        line-height: 1.44444;
    }

    .info-window-body {
        border-bottom: 1px solid var(--border-color);
        padding-bottom: 15px;
    }

    .info-window-footer {
        display: flex;
        align-items: center;
        padding: 15px 15px 0 28px;
        background-image: url(https://metrotransit.net/maps/zero-emissions/images/map-technology-icon-14x24.png);
        background-repeat: no-repeat;
        background-position: 0 16px;
        min-height: 30px;
    }

    .info-window-bottom img {
        height: 24px;
        padding-right: 16px;
    }

    .mapboxgl-popup {
        width: 100%;
        min-width: 250px !important;
        max-width: 350px;
        z-index: 20px;
    }

    .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
        -webkit-filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.4));
        filter: drop-shadow(0 4px 2px rgba(0, 0, 0, 0.4));
        height: 12px;
        left: 50%;
        position: absolute;
        bottom: -12px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 25px;
        border: none;
        z-index: 20px;
    }

    .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip::after {
        background: #fff;
        -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        content: "";
        height: 12px;
        left: 0;
        position: absolute;
        top: 0;
        width: 25px;
    }

    .mapboxgl-popup-content {
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
        padding: 0;
        pointer-events: auto;
        position: relative;
        overflow: hidden;
    }

    .mapboxgl-popup-close-button {
        background-color: transparent;
        border: 0;
        border-radius: 0 3px 0 0;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        height: 28px;
        width: 28px;
        font-size: 24px;
        color: #fff;
    }

    #legend {
        position: absolute;
        top: 60px;
        right: 12px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 4px;
        padding: 10px;
        font-family: Roboto Condensed, sans-serif;
        font-size: 16px;
        z-index: 1;
        max-width: 220px;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    }

    @media (max-width: 992px) {
        #legend {
            display: none;
        }
    }

    #legend h3 {
        margin: 0 0 5px 0;
        font-weight: bold;
    }

    .legend-item {
        display: flex;
        flex-wrap: nowrap;
        gap: 4px;
    }

    .legend-item+.legend-item {
        margin-top: 5px;
    }

    .legend-item label {
        display: block;
        margin-bottom: 3px;
        position: relative;
    }

    .legend-item label {
        padding-left: 24px;
    }

    .legend-item label::before {
        content: "";
        background-position: -3px;
        background-repeat: no-repeat;
        background-size: 100%;
        position: absolute;
        overflow: hidden;
        top: 10px;
        left: 0;
        height: 16px;
        width: 24px;
        transform: translateY(-50%);
    }

    .legend-item.existing-bases label::before {
        background-image: url(https://metrotransit.net/maps/zero-emissions/images/existing-base-legend-icon.png);
    }

    .legend-item.future-bases label::before {
        background-image: url(https://metrotransit.net/maps/zero-emissions/images/future-base-legend-icon.png);
    }

    .legend-item.opp-chargers label::before {
        background-image: url(https://metrotransit.net/maps/zero-emissions/images/opp-charger-legend-icon.png);
    }

    /* Hide the compass control on larger screens */
    @media (min-width: 768px) {
        .mapboxgl-ctrl-compass {
            display: none !important;
        }
    }

    #map-style-menu {
        position: absolute;
        z-index: 1;
        top: 10px;
        left: 10px;
        border-radius: 4px;
        overflow: hidden;
        font-family: Roboto Condensed, sans-serif;
        font-size: 16px;
        display: flex;
        box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px -1px;
    }

    #map-style-menu input[type="radio"] {
        display: none;
    }

    #map-style-menu label {
        display: inline-block;
        padding: 10px 20px;
        background-color: #fff;
        cursor: pointer;
    }

    #map-style-menu input[type="radio"]:checked+label {
        background-color: #e8e8e8;
        /* Active state background color */
        color: #000;
        /* Active state text color */
        font-weight: bold;
    }

    /*==================================
      TIMELINE
  ==================================*/
    /*-- GENERAL STYLES
  ------------------------------*/
    .timeline-wrapper {
        padding: 1rem 5% 110px;
        text-align: center;
        height: auto;
        position: relative;
    }

    .timeline {
        position: relative;
        text-align: left;
        line-height: 1.4;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 1040px;
        max-width: var(--site-max-width);
    }

    .timeline-wrapper::before {
        content: "";
        background-image: url(/-/media/king-county/depts/metro/fe-apps/zero-emissions-fleet/images/opp-charger-icon);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        overflow: hidden;
        bottom: 0;
        left: 20%;
        width: 130px;
        height: 152px;
        transition: width 0.5s, height 0.5s;
        /* Add transition for width and height */
    }

    @media (min-width: 992px) {
        .timeline-wrapper {
            margin-bottom: 20px;
        }

        .timeline-wrapper::before {
            bottom: 0;
            left: unset;
            transform: translateX(-50%);
        }
    }

    @media screen and (max-width: 767px) {
        .timeline-wrapper {
            padding-bottom: 50px;
            margin-bottom: 10px;
        }

        .timeline-wrapper::before {
            left: 0;
            width: 80px;
            /* Reduce width for mobile */
            height: 94px;
            /* Reduce height for mobile */
        }
    }

    @media screen and (max-width: 578px) {
        .timeline-wrapper {
            padding-bottom: 50px;
            margin-bottom: 1.25rem;
        }

        .timeline-wrapper::before {
            left: 0;
            width: 80px;
            /* Reduce width for mobile */
            height: 94px;
            /* Reduce height for mobile */
        }
    }

    /*----- TIMELINE ITEM -----*/
    .timeline-item {
        padding-left: 40px;
        position: relative;
        margin-bottom: 0;
    }

    .timeline-item:last-child {
        padding-bottom: 0;
    }

    /*----- TIMELINE INFO -----*/
    .timeline-info h3 {
        font-family: Roboto Condensed, sans-serif;
        font-size: 20px;
        font-weight: 400;
        color: var(--color-brand--royal-blue);
        letter-spacing: 3px;
        margin: 0 0 1em 0;
        /*text-transform: uppercase;*/
        white-space: nowrap;
    }

    @media (max-width: 767px) {
        .timeline-info {
            text-align: left;
        }
    }

    /*----- TIMELINE MARKER -----*/
    .timeline-marker {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 15px;
    }

    .timeline-marker:before {
        background: var(--color-brand--royal-blue);
        border: 3px solid transparent;
        border-radius: 100%;
        content: "";
        display: block;
        height: 15px;
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px;
        transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    }

    .timeline-marker:after {
        content: "";
        width: 3px;
        background: #ccd5db;
        display: block;
        position: absolute;
        top: 24px;
        bottom: 0;
        left: 6px;
    }

    .timeline-item:last-child .timeline-marker:after {
        content: "";
        width: 3px;
        background: linear-gradient(to bottom,
                rgba(204, 213, 219, 1) 0%,
                rgba(204, 213, 219, 0) 100%);
        display: block;
        position: absolute;
        top: 24px;
        bottom: 0;
        left: 6px;
        z-index: -1;
    }

    .timeline-item:not(.period):hover .timeline-marker:before {
        background: transparent;
        border: 3px solid var(--color-brand--royal-blue);
    }

    /*----- TIMELINE CONTENT -----*/
    .timeline-content {
        padding-bottom: 60px;
    }

    .timeline-content p:last-child {
        margin-bottom: 0;
    }

    .timeline-content .timeline-panel {
        border: 1px solid var(--color-brand--royal-blue);
        background-color: var(--color-neutral--neutral-lightest);
        color: var(--text-color--text-primary);
        padding: 20px;
    }

    .timeline-content .timeline-image {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    .timeline-content p+.timeline-image {
        margin-top: 8px;
    }

    .timeline-content .timeline-image+p {
        margin-top: 14px;
    }

    /*----- TIMELINE PERIOD -----*/
    .period {
        padding: 0;
    }

    .period .timeline-info {
        display: none;
    }

    .period .timeline-marker::before {
        background: transparent;
        content: "";
        width: 15px;
        height: auto;
        border: none;
        border-radius: 0;
        top: 0;
        bottom: 30px;
        position: absolute;
        border-top: 3px solid #ccd5db;
        border-bottom: 3px solid #ccd5db;
    }

    .period .timeline-marker::after {
        content: "";
        height: 32px;
        top: auto;
    }

    .period .timeline-content {
        padding: 40px 0 70px;
    }

    .period .timeline-title {
        margin: 0;
    }

    /*----------------------------------------------
      MOD: TIMELINE SPLIT
  ----------------------------------------------*/
    @media (min-width: 768px) {

        .timeline-split .timeline,
        .timeline-centered .timeline {
            display: table;
        }

        .timeline-split .timeline-item,
        .timeline-centered .timeline-item {
            display: table-row;
            padding: 0;
        }

        .timeline-split .timeline-info,
        .timeline-centered .timeline-info,
        .timeline-split .timeline-marker,
        .timeline-centered .timeline-marker,
        .timeline-split .timeline-content,
        .timeline-centered .timeline-content,
        .timeline-split .period .timeline-info {
            display: table-cell;
            vertical-align: top;
        }

        .timeline-split .timeline-marker,
        .timeline-centered .timeline-marker {
            position: relative;
        }

        .timeline-split .timeline-content,
        .timeline-centered .timeline-content {
            padding-left: 30px;
        }

        .timeline-split .timeline-info,
        .timeline-centered .timeline-info {
            padding-right: 30px;
            text-align: right;
        }

        .timeline-split .period .timeline-title,
        .timeline-centered .period .timeline-title {
            position: relative;
            left: -45px;
        }
    }

    /*----------------------------------------------
      MOD: TIMELINE CENTERED
  ----------------------------------------------*/
    @media (min-width: 992px) {

        .timeline-centered,
        .timeline-centered .timeline-item,
        .timeline-centered .timeline-info,
        .timeline-centered .timeline-marker,
        .timeline-centered .timeline-content {
            display: block;
            margin: 0 auto;
            padding: 0;
        }

        .timeline-centered .timeline-item {
            position: relative;
            padding-bottom: 80px;
            overflow: hidden;
        }

        .timeline-centered .timeline-marker {
            position: absolute;
            left: 50%;
            margin-left: -7.5px;
        }

        .timeline-centered .timeline-info,
        .timeline-centered .timeline-content {
            width: 50%;
        }

        .timeline-centered>.timeline-item:nth-child(odd) .timeline-info {
            float: left;
            text-align: right;
            padding-right: 30px;
        }

        .timeline-centered>.timeline-item:nth-child(odd) .timeline-content {
            float: right;
            text-align: left;
            padding-left: 30px;
        }

        .timeline-centered>.timeline-item:nth-child(even) .timeline-info {
            float: right;
            text-align: left;
            padding-left: 30px;
        }

        .timeline-centered>.timeline-item:nth-child(even) .timeline-content {
            float: left;
            text-align: left;
            padding-right: 30px;
        }

        .timeline-centered>.timeline-item.period .timeline-content {
            float: none;
            padding: 0;
            width: 100%;
            text-align: center;
        }

        .timeline-centered .timeline-item.period {
            padding: 50px 0 90px;
        }

        .timeline-centered .period .timeline-marker:after {
            height: 30px;
            bottom: 0;
            top: auto;
        }

        .timeline-centered .period .timeline-title {
            left: auto;
        }
    }

    .timeline-wrapper .opp-charger-icon {
        width: 130px;
        margin: -56px auto 1rem;
    }

    @media (max-width: 991px) {
        .timeline-wrapper .opp-charger-icon {
            width: 120px;
            margin: -50px auto -3.25rem 16%;
        }
    }

    /*----------------------------------------------
      MOD: MARKER OUTLINE
  ----------------------------------------------*/
    .marker-outline .timeline-marker:before {
        background: transparent;
        border-color: #ff6b6b;
    }

    .marker-outline .timeline-item:hover .timeline-marker:before {
        background: #ff6b6b;
    }

    /* fade in effect */
    .timeline-item {
        opacity: 0.2;
        transition: opacity 0.5s ease;
    }

    .timeline-item.visible {
        opacity: 1;
    }


/* forms styles to get the cognito forms inputs closer to KC styles */
.cog-cognito--styled .el-input__inner, 
.cog-cognito--styled .el-textarea__inner {
    width: 100%;
    background-color: #f2f2f2 !important;
    border: 0 !important;
    height: 56px !important;
    padding-inline: 15px !important;
    border-bottom: 1px solid #666 !important;
    border-radius: 0 !important;
    font-size: 1.1rem;
}
.cog-cognito--styled .el-textarea__inner {
    min-height: 150px !important;
}
.cog-cognito--styled .el-input__inner:focus-visible {
    border-bottom: 4px solid (--primary) !important;
}
.cog-cognito--styled .el-input__inner::placeholder {
    color: #999 !important;
    opacity: 1;
}
.cog-cognito--styled .cog-label {
    font-size: 1rem!important;
}
.cog-cognito--styled .cog-button--primary {
    background:var(--color-brand--rainforest-green)!important;
    border:1px solid var(--color-brand--rainforest-green)!important;
    border-radius:0!important;
    color:#fff!important;
    font-family: "Cabin", sans-serif!important;
    text-transform: uppercase!important;
    padding:11px 20px!important;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,.5)!important;
  }

.cog-cognito--styled .cog-button--primary:hover {
    background:var(--color-brand--rainforest-green-hover)!important;
    border:1px solid var(--color-brand--rainforest-green-hover)!important;
  }  
/* specific styles for this cognito form */
#cog-form {
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #b0b0b0;
	overflow: hidden;
}
/*
@media (min-width: 578px){
#cog-form {
   padding: 15px 40px 30px;
    margin-left: 76px;
}
}*/


/*----------------------------------------------
    FOOTER STYLES
 ----------------------------------------------*/

.metro-footer {
    background-color: #333;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
  }
  
  .metro-footer-nav {
    width: 100%;
    padding-block: 40px;
    color: #fff;
    line-height: 32px;
    font-size: 16px;
  }

.metro-footer-nav,
.metro-footer-legal-content {
      max-width: 1280px;
      padding-inline: 3.25rem;
      margin-right: auto;
      margin-left: auto;
    }
  
  .metro-footer-nav a,
  .footer-legal-links a {
    color: #fff;
    text-decoration: none;
  }
  
  .metro-footer-nav a:hover,
  .footer-legal-links a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  @media (max-width: 991px) {
    .metro-footer-nav,
    .metro-footer-legal-content {
      padding-inline: 5%;
    }
  }
  
  /* Metro logo */
  .metro-brand a {
    background-image: url(https://cdn.kingcounty.gov/-/media/king-county/depts/metro/logo-art/metro/metro-logo-reversed-200x75);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    width: 155px;
    height: 50px;
    margin-bottom: 20px;
    padding: 0;
    align-self: flex-start;
    display: block;
    text-indent: -9000px;
    text-decoration: none;
  }
  
  /* Social links and icons */
  .metro-social-links {
    margin-left: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
  }
  
  .metro-social-links a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .metro-social-links a {
    width: 33px;
    height: 33px;
    background-size: contain;
    opacity: 0.5;
    text-indent: -9000px;
  }
  
  .metro-social-links a.facebook {
    background-image: url(https://cdn.kingcounty.gov/en/-/media/king-county/depts/metro/icons/social/facebook_icon_white_100x100.png);
  }
  
  .metro-social-links a.twitter-x {
    background-image: url(https://cdn.kingcounty.gov/en/-/media/king-county/depts/metro/icons/social/twitter_x_icon_white_100x100.png);
  }
  
  .metro-social-links a.instagram {
    background-image: url(https://cdn.kingcounty.gov/en/-/media/king-county/depts/metro/icons/social/instagram_icon_white_100x100.png);
  }
  
  .metro-social-links a.youtube {
    background-image: url(https://cdn.kingcounty.gov/en/-/media/king-county/depts/metro/icons/social/youtube_icon_white_100x100.png);
  }
  
  .metro-social-links a:hover {
    opacity: 1;
  }
  
  .metro-footer-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px; /* Adjust the gap as needed */
    margin: 0;
  }

@media(max-width: 1100px) {
      .metro-footer-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px; /* Adjust the gap as needed */
    margin: 0;
  }
}
  
  /* footer links */
  .footer-link-list {
    border-left: 1px solid var(--primary);
    padding: 0 0 0 10px;
    text-align: left;
    color: #fff;
  }
  
  .footer-link-list ul,
  .footer-legal-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .metro-footer-container address {
    margin: 0;
    font-style: normal;
    line-height: inherit;
  }
  
  .metro-footer-container address,
  .metro-contact-group,
  .footer-link-list li {
    line-height: 1.6;
    color: #fff;
  }
  
  .footer-link-list .link-list-title {
    font-family: Cabin;
    font-size: 0.95rem !important;
    line-height: 1.938rem;
    margin-top: 0;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
  }
  
  @media (max-width: 992px) {
    .metro-footer-container {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 576px) {
    .metro-footer-nav {
      padding-right: 0;
      padding-left: 0;
    }
    .metro-footer-container {
      grid-template-columns: 1fr;
      grid-gap: 0;
      margin-left: 0;
    }
    .footer-link-list:nth-child(2),
    .footer-link-list:nth-child(3),
    .footer-link-list:nth-child(4) {
      padding-top: 30px;
    }
    .metro-brand a {
      margin-bottom: 30px;
    }
  }
  
  /* bottom black bar */
  .metro-footer-legal {
    background-color: #000;
    padding-block: 30px;
    color: #fff;
    text-align: left;
  }
  
  .metro-footer-legal-content {
    width: 100%;
    line-height: 32px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .footer-legal-links ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
  }
  
  .metro-footer-legal-content {
    color: #bbb;
  }
  
  .footer-legal-links a {
    color: #bbb;
  }
  
  .footer-legal-links a:hover {
    color: #fff;
  }
  
  /* Footer button */
  .all-county-btn {
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #6c757d;
    border: 1px solid #6c757d;
    min-width: calc(25% - 30px);
    margin: 0;
    padding: 8px 20px;
    text-decoration: none;
    box-sizing: border-box;
  }
  .all-county-btn:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
  }

@media (max-width: 768px) {
    .footer-legal-links ul {
    flex-direction: column;
    gap: 0;
        margin-bottom: 20px;
  }
    .footer-legal-links li {
    margin: 0;
  }
}
  
  @media (max-width: 576px) {
    .metro-footer-nav,
    .metro-footer-legal-content {
      padding-inline: 5%;
    }
    .metro-footer-legal-content {
      flex-direction: column;
      gap: 40px;
    }
  }
  
  @media (max-width: 400px) {
    .footer-legal-links ul {
      display: flex;
      flex-direction: column;
      gap: 0;
      margin: 0;
      padding: 0;
    }
  }

  .ze-logo-footer {
    width: 135px; 
    height: auto; 
    margin-top: -125px;
    margin-left: -10px;
}

.ze-logo-footer + .link-list-title {
    margin-top: -32px;
}
 
@media (max-width: 576px) {
    .ze-logo-footer {
        margin-top: 16px;
        margin-left: auto;
    }

    .ze-logo-footer + .link-list-title {
        margin-top: 16px;
    } 
}



/*----------------------------------------------
    RELATED TOPICS & TOPIC CARDS
 ----------------------------------------------*/

.topic-cards-row {
    background-color:#f5f5f5;
    padding-top:64px;
    padding-bottom:44px
  }
  .topic-cards-row .topic-cards-wrapper {
    display:flex;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px
  }
  .topic-cards-row .topic-cards-wrapper .topic-card {
    position:relative;
    width:100%;
    padding-right:15px;
    padding-left:15px;
    flex:0 0 100%;
    max-width:100%;
    padding-bottom:30px
  }
  @media(min-width: 576px) {
    .topic-cards-row .topic-cards-wrapper .topic-card {
      flex:0 0 50%;
      max-width:50%
    }
  }
  @media(min-width: 992px) {
    .topic-cards-row .topic-cards-wrapper .topic-card {
      flex:0 0 25%;
      max-width:25%
    }
  }
  .topic-card a {
    min-height:175px !important;
    border:1px solid #ececec;
    background-color:#fff;
    text-decoration:none;
    display:block;
    height:100%
  }
  .topic-card a:hover {
    box-shadow:0px 1px 3px 0px rgba(0,0,0,.5)
  }
  .topic-card .topic-card-header {
    display:flex;
    align-items:center;
    padding:20px 20px 0px 20px;
    color:#333;
    border-bottom:1px solid #f4f4f4
  }
  .topic-card .topic-card-header .topic-card-title {
    flex:1;
    font-family:"Roboto Condensed",sans-serif;
    font-size:1.313rem;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
  }
  .topic-card .topic-card-header .topic-card-badge {
    flex:1;
    color:#fff;
    font-family:"Cabin",sans-serif;
    text-align:right;
    margin-bottom:.7rem
  }
  .topic-card .topic-card-header .topic-card-badge span {
    font-size:13px;
    padding:5px 13px 5px 10px;
    height:26px;
    max-width:56px;
    text-transform:uppercase;
    background:linear-gradient(-137deg, #fff 4px, transparent 0) 0 3px,linear-gradient(320deg, #fff 3px, var(--primary) 0) 0 3px;
    background-position:right bottom;
    background-repeat:repeat-y;
    background-size:6px 6px;
    background-color:var(--primary)
  }
  .topic-card .topic-card-footer {
    line-height:1.3;
    color:#333;
    margin:20px;
    max-height:115px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    line-clamp:3;
    -webkit-box-orient:vertical
  }
  #maincontent>div>section .topic-cards-row {
    padding:64px 0 44px;
  }
  
