﻿@font-face {
    font-family: ProximaNovaRegular;
    src: url(/fonts/ProximaNova-Regular.woff2);
}

@font-face {
    font-family: ProximaNovaBold;
    src: url(/fonts/ProximaNova-Bold.woff2);
}

/*override bootstrap*/
a {
    text-decoration: none;
    color: var(--primitives-accent-blue-blue-400-);
}

h1 {
    color: var(--primitives-accent-blue-blue-400-);
}

h2 {
    color: var(--primitives-brand-prim-dark-blue-);
    line-height: normal;
    margin-bottom: 1.5rem;
    font-size: var(--font-scales-5xl-);
    font-weight: var(--font-weight-regular-);
}

h3 {
}

@media(max-width:768px) {
    h2 {
    }
}

sup.small-symbols {
    font-size: .6em;
    margin-left: 2px;
    margin-right: -.35em;
}

sup > small {
    font-size: .5em;
}

div:has(>.background-image) {
    position: relative;
}

div.background-image, section.background-image {
    position: absolute !important;
    top: 0;
    bottom: 0;
    border-radius: 8px;
    left: 0;
    right: 0;
    margin-left: .75rem;
    background-position-x: center !important;
    background-position-y: center !important;
}


.background-image.height-240 {
    height: 240px;
}

.background-image.border-radius-all {
    border-radius: 8px;
}

.background-image.border-radius-left {
    border-radius: 8px 0 0 8px;
}

.background-image.border-radius-right {
    border-radius: 0 8px 8px 0;
}

.background-image.border-radius-bottom {
    border-radius: 0 0 8px 8px;
}



.max-height {
    height: 100%;
}

.center-vertically {
    align-items: center;
}

.right-float {
    float: right;
}

.left-float {
    float: left;
}

.center-horizontally {
    text-align: center;
}

.btn-primary {
    background-color: var(--primitives-accent-blue-blue-400-);
    border-style: none;
    border-radius: 3px;
    padding: .75em 1em;
    padding-top: .65rem;
    color: white;
    text-align: center;
}



    .btn-primary.block {
        display: table;
        text-align: center;
        max-width: 400px;
        width: 100%;
    }

    .btn-primary.alt {
        background-color: transparent;
        color: var(--primitives-accent-blue-blue-400-);
        border-width: 2px;
        border-color: var(--primitives-accent-blue-blue-400-);
        border-style: solid;
    }

        .btn-primary.alt.white {
            border-color: white;
            color: white;
        }

    .btn-primary:hover {
        cursor: pointer;
        text-decoration: none;
        color: white;
        background-color: var(--primitives-accent-blue-blue-200-) !important;
    }

a.link-skip-content {
    position: absolute;
    left: 1rem;
    top: 1rem;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
}

.form-control {
    border-radius: 3px;
}

picture.rounded-corners img, div.rounded-corners, section.rounded-corners, img.rounded-corners {
    border-radius: 16px;
}

html {
    font-size: 16px;
    background-color: var(--primitives-basic-white-);
}

body {
    background-color: var(--primitives-basic-white-);
    font-optical-sizing: auto;
    background-image: linear-gradient(to right, rgba(229, 241, 251, 1) 0%, rgba(229, 241, 251, 1) 40%,rgba(255, 255, 255, 1.0) 100%);
    position: relative;
    max-width: 3840px;
    margin-left: auto;
    margin-right: auto;
    font: 1rem/1.5 ProximaNovaRegular;
    color: var(--primitives-brand-prim-neutral-);
}


    body:not(.-sf-static) header {
        position: fixed;
    }

header, footer {
    background-color: var(--primitives-accent-blue-blue-800-nav-);
    color: var(--primitives-basic-white-);
    padding-top: 1em;
}

header {
    background-color: transparent;
    position: relative;
    z-index: 3;
    top: 0;
    width: 100%;
    max-width: 3840px;
}


.header-alert {
    margin-top: -1rem;
}

.header-nav {
    background-color: rgba(17, 32, 73, .85) !important;
}

.header-nav-mobile {
    background-color: transparent;
    position: fixed;
    width: 100vw;
    top: 0;
    pointer-events: none;
}

    .header-nav-mobile .nav-content, .header-nav-mobile .search-container {
        position: relative;
    }

    .header-nav-mobile > div,
    .header-nav-mobile > div > div,
    .header-nav-mobile > div > div > div,
    .header-nav-mobile > div > div > div > nav,
    .header-nav-mobile > div > div > div > nav > div {
        height: 100%;
        align-items: self-start !important;
    }

    .header-nav-mobile .navbar-top-bar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 64px;
        padding-top: 12px;
        background-color: var(--primitives-accent-blue-blue-800-nav-);
    }

    .header-nav-mobile .navbar-toggler-icon,
    .header-nav-mobile .nav-content,
    .header-nav-mobile .login-link,
    .header-nav-mobile a {
        pointer-events: all;
    }

    .header-nav-mobile .navbar-toggler-icon {
    }

    .header-nav-mobile > div {
    }

    .header-nav-mobile:has(.show) {
        bottom: 0;
    }

/*disable scrolling when showing mobile nav*/
body:has(.header-nav-mobile .show) {
    overflow-y: hidden;
}


header .navbar {
    background-color: transparent !important;
    backdrop-filter: blur(9px);
}

.header-nav-mobile .navbar {
    backdrop-filter: none;
}

.header-nav-mobile .navbar-collapse {
    position: fixed;
    top: 64px;
    bottom: 0;
    width: 100vw;
    padding: 0;
    background-color: transparent;
}

    .header-nav-mobile .navbar-collapse.show {
    }

.header-nav {
    max-width: calc(100% - 2rem);
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

    .header-nav .nav-top-utility-bar {
        background-color: black;
        padding: .2rem .5rem .2rem .5rem;
        border-radius: 8px 8px 0 0;
    }

        .header-nav .nav-top-utility-bar ul {
            list-style: none;
            margin: 0;
            padding: 0;
            text-align: right;
        }

            .header-nav .nav-top-utility-bar ul li {
                margin: 0;
                padding: 0;
                display: inline-block;
                padding: 0;
            }

                .header-nav .nav-top-utility-bar ul li a {
                    color: white;
                }

                    .header-nav .nav-top-utility-bar ul li a img {
                        filter: invert();
                        padding: 0 .2rem;
                    }


    .header-nav .navbar-brand img, .header-nav-mobile .navbar-brand img {
        max-width: 150px;
    }

    .header-nav .nav-item {
        padding-left: .5rem;
        padding-right: .5rem;
    }

header .navbar .nav-link {
    color: var(--primitives-basic-white-) !important;
}

.header-nav .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.header-nav .dropdown-menu {
    margin-top: 1.5rem;
    padding: 16px;
    border-radius: 24px;
    box-shadow: 0 0 20px rgba(0,0,0,.25);
    background-color: rgba(245,245,245,0.95);
    backdrop-filter: blur(12px);
    min-width: 300px;
}


    .header-nav .dropdown-menu a {
        color: var(--primitives-brand-prim-neutral-);
        line-height: 2em;
        position: relative;
        transition: padding-left .25s;
    }

        .header-nav .dropdown-menu a:hover, .header-nav .dropdown-menu a:focus {
            color: #3977A7;
            background-color: transparent;
            padding-left: 8px;
        }

        .header-nav .dropdown-menu a:after, .header-nav .dropdown-menu a:after {
            content: "\ea50";
            font-family: "boxicons";
            color: #3977A7;
            opacity: 0;
            position: absolute;
            right: -16px;
        }

        .header-nav .dropdown-menu a:hover:after, .header-nav .dropdown-menu a:focus:after {
            opacity: 1;
        }

.header-nav .dropdown-item:hover, .header-nav .dropdown-item:focus {
    background-color: transparent;
}

.header-nav .dropdown-menu .level1 {
    padding-left: 1.5rem;
}

.header-nav .dropdown-menu .level2 {
    padding-left: 3rem;
}

.header-nav .dropdown-menu .parent {
    font-weight: var(--font-weight-semibold-);
}

.header-nav .navbar-right {
    flex-grow: 1;
}

.header-nav .navbar-right {
    text-align: right;
}

    .header-nav .navbar-right img, .header-nav .nav-item .nav-link img {
        filter: invert();
    }

    .header-nav .navbar-right .nav-login-link {
        background-color: transparent;
        border-width: 1px;
        border-style: solid;
        border-color: var(--primitives-basic-white-);
    }

    .header-nav .navbar-right > div {
        display: inline-block;
        padding-left: 6px;
        padding-right: 6px;
    }

        .header-nav .navbar-right > div:last-child {
            padding-right: 0px;
        }

    .header-nav .navbar-right a {
        color: var(--primitives-basic-white-);
    }


.header-nav .menu-checking-savings, .header-nav .menu-loans {
    min-width: 600px;
    line-height: 2rem;
}

.navbar-right > div:first-child a:first-child:hover {
    padding-bottom: .5rem;
}

header .nav-link.business .bx {
    padding-left: 4px;
}

header .nav-link,
.nav-top-utility-bar a,
.navbar-right > div:first-child a:first-child {
    transition: none;
    position: relative;
    border-style: solid;
    border-width: 3px;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0;
}



header .dropdown-item a {
    padding-top: .25rem;
    padding-bottom: .25rem;
}


.nav-top-utility-bar a {
    padding-right: 16px;
}

    .nav-top-utility-bar a:hover {
        padding-bottom: 4px;
    }

    header .nav-link:hover,
    .nav-top-utility-bar a:hover,
    .navbar-right > div:first-child a:first-child:hover,
    header .dropdown-toggle.show {
        text-decoration: none;
        border-bottom-color: var(--primitives-accent-blue-blue-400-);
    }


header .dropdown-item a:hover {
    text-decoration: none;
}

.header-nav-mobile .navbar > div {
    padding: 0;
}

.header-nav-mobile .navbar {
    padding-bottom: 0;
}

.header-nav-mobile .navbar-nav {
    padding: 1rem;
    background-color: transparent !important;
}



.header-nav-mobile .navbar-brand {
    margin-left: 1rem;
    padding-bottom: .75rem;
}

.header-nav-mobile ul {
    margin-bottom: 0 !important;
}


.header-nav-mobile .nav-content {
    background: white;
    padding: 1.5rem;
    box-shadow: 0 0 2px rgba(0,0,0,.4);
}

.header-nav-mobile .login-link {
    color: white;
    font-size: 1.25rem;
    float: right;
    margin-right: 80px;
    padding: 6px 12px;
    margin-top: -2px;
}

@media(max-width:1284px) {

    body {
        padding-top: 57px;
    }

    .header-nav-mobile .navbar {
    }

    .header-nav-mobile .navbar-collapse {
    }

    .header-nav-mobile .navbar .nav-link {
        color: var(--primitives-brand-prim-neutral-) !important;
    }
}
/*responsive rules for header navs*/
@media(min-width:1285px) {
    .header-nav-mobile {
        display: none;
    }

    .header-nav {
        display: block;
    }
}

@media(max-width:1284px) {
    header {
        padding-top: 0;
        position: relative !important;
    }

    .navbar-collapse.show {
        flex-grow: 1;
        overflow-y: auto;
    }

    .header-nav-mobile {
        display: block;
    }

    .header-nav {
        display: none;
    }

    .header-nav-mobile > div {
        margin: 0;
        padding: 0;
        display: block;
    }

    .header-nav-mobile .navbar-toggler {
        position: absolute;
        right: 0px;
        margin-right: .5rem;
        margin-top: 0;
        box-shadow: none;
        border-style: none;
        color: white !important;
        z-index: 0;
    }

    .header-alert {
        margin-top: 0;
    }

    .header-nav-mobile .navbar-toggler-icon {
        filter: invert();
        opacity: 1;
    }

    main {
        padding-top: 0px !important;
    }
}


main {
    min-height: 400px;
    background-color: transparent;
    font-size: 1rem;
    position: relative;
    padding-top:130px;
}

main:has(.main-hero){
    padding-top:0;
}



.container, header > div,
footer > div,
.header-nav nav,
.nav-top-utility-bar > div,
.header-alert > div,
.main-hero-content,
.section-main-benefits > div,
.section-constrained {
    max-width: 1512px;
    margin-left: auto;
    margin-right: auto;
}

.section-constrained {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
}

.pb-3.section-constrained {
    padding-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.section-constrained > div {
}

.support-two-column {
    padding-bottom: 1.5rem;
}

.header-nav .nav-top-utility-bar {
    max-width: 100%;
}

footer {
    padding-top: 50px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    footer a, footer a:hover {
        color: var(--primitives-basic-white-);
    }

    footer form label {
        display: none;
    }

.footer-social-icons {
    display: flex;
    gap: .5rem;
    margin-top: .5rem;
    margin-bottom: 1.75rem;
}

.footer-social-icon {
}


    .footer-social-icon img {
        filter: invert();
    }

.footer-section-2, .footer-section-3 {
    margin-top: 50px;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: var(--primitives-basic-white-);
}

@media(min-width:768.1px) {
    .footer-section-1 > .col-md-6 {
        width: 58%;
    }

    .footer-section-1 > .col-md-2 {
        width: 14%;
    }
}


.footer-section-1 p {
    margin-bottom: .5rem;
}

.footer-section-1 img {
    max-width: 150px;
}

.footer-section-1 form .row {
    --bs-gutter-x: .5rem
}



.footer-section-1 form button {
    width: 100%;
}

.footer-subscribe-label {
    font-size: 1.2rem;
}

.footer-subscribe-text {
    margin-bottom: 2rem;
}

.footer-subscribe-privacy-statement {
    text-align: right;
    font-size: .75rem;
}

.footer-section-2 {
    padding-top: 50px;
    position: relative;
}

    .footer-section-2 .column-1 {
        border-style: solid;
        border-width: 0 1px 0 0;
        border-color: var(--primitives-basic-white-)
    }

    .footer-section-2 .column-2 {
        padding-left: 50px;
    }

        .footer-section-2 .column-2 ul {
            list-style: none;
            padding-left: 0;
            margin-left: 0;
            column-count: 3;
            column-gap: 1rem;
        }

    .footer-section-2 .link-feedback {
        transform: rotate(-90deg);
        position: absolute;
        right: -50px;
        top: 50%;
        display: none;
    }

        .footer-section-2 .link-feedback a {
            display: inline-block;
            width: 150px;
            text-align: center;
            border-radius: 3px 3px 0 0;
        }

.footer-section-3 {
    padding-top: 50px;
}

.footer-section-2 .column-2 li {
    margin-bottom: 1rem;
}

.footer-section-3 .column-2 ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.footer-section-3 .column-2 li {
    display: inline;
    margin-right: 1rem;
}

.footer-section-1 .col-md-2 p {
}

.footer-routing-number, .footer-mailing-address {
    font-weight: var(--font-weight-semibold-);
    margin-bottom: 2rem;
}

@media(max-width:768px) {
    .footer-section-2 .column-1 {
        border-style: none;
    }

    .footer-section-2 .column-2 {
        padding-left: 12px;
    }

    .footer-section-3 .column-2 li {
        display: block;
    }

    footer p:last-child {
        margin-bottom: 0;
    }
}


.ccu-alert-container {
    display: none;
    padding: 0;
}

    .ccu-alert-container svg {
    }


.ccu-alert-root-warning {
    background-color: var(--semantic-icon-warning-color-);
    color: var(--semantic-icon-warning-);
}

.ccu-alert-warning svg {
    fill: var(--semantic-icon-warning-);
}

.ccu-alert-root-info {
    background-color: var(--semantic-icon-information-);
    color: var(--semantic-icon-reverse-);
}

.ccu-alert-info svg {
    vertical-align: middle;
    fill: var(--semantic-icon-reverse-);
}

.ccu-alert-root-warning {
    background-color: var(--semantic-fills-attention-);
    color: var(--semantic-icon-primary-);
}

.ccu-alert-warning svg {
    fill: var(--semantic-icon-primary-);
}

.ccu-alert-root-negative {
    background-color: var(--semantic-fills-negative-);
    color: var(--semantic-icon-reverse-);
}

.ccu-alert-negative svg {
    fill: var(--semantic-icon-reverse-);
}

.ccu-alert-root-positive {
    background-color: var(--semantic-fills-positive-);
}

.ccu-alert-positive svg {
    fill: var(--semantic-icon-reverse-);
}

.ccu-icon-alert {
    align-self: center;
}

.ccu-alert-btn-close {
    cursor: pointer;
}

.ccu-alert-container > div {
    padding: 1rem;
    display: flex;
}

.ccu-alert-text {
    padding: 0 1rem 0 1rem;
    width: 100%;
}

/*identifier label*/
.identifier-label, .main-hero-label {
    position: relative;
    padding-left: 40px !important;
}

    .identifier-label img, .main-hero-label img {
        position: absolute;
        left: 8px;
        top: 6px;
    }

/*basic content 1*/
.basic-content-1 {
    width: calc(100% + 1.75rem);
    padding-left: 1rem;
    position: relative;
    padding-right: 1rem;
}

    .basic-content-1 ul {
    }

    .basic-content-1 div {
        position: relative;
    }

    .basic-content-1 .col-md-6:last-child {
    }


    .basic-content-1.image-right .col-md-6:last-child {
        padding: 0;
        background: transparent;
    }

    .basic-content-1 .basic-content-background-image, .basic-content-1 .background-image {
        position: absolute;
        left: .5rem;
        right: 2.25rem;
        top: 0;
        bottom: 0;
        border-radius: 16px;
        background-position-x: center !important;
        background-position-y: center !important;
    }

    .basic-content-1 h2 {
        color: var(--primitives-brand-prim-dark-blue-);
        line-height: normal;
        margin-bottom: 1.5rem;
        font-size: var(--font-scales-7xl-);
        font-weight: var(--font-weight-regular-);
    }

    .basic-content-1 picture img {
        border-radius: 4px;
    }

@media(max-width:768px) {
    .basic-content-1 {
        padding-left: .75rem;
    }

        .basic-content-1 .basic-content-background-image {
            position: relative;
            left: 0;
            right: 0;
            height: 280px;
        }

        .basic-content-1.image-right .col-md-6:last-child {
            padding: 12px;
        }
}

/*hero 1 static photo test*/
.main-hero {
    background-size: cover;
    padding-bottom: 1em;
    display: flex !important;
    align-items: self-end;
    background-color: var(--primitives-brand-prim-dark-blue-);
    background-position-x: center;
    position: relative;
}

    .main-hero:not(.video) {
        min-height: 0px !important;
        /*force 16x9*/
        height: 0;
        padding-bottom: 53%;
    }




body.-sf-static .main-hero {
    margin-top: 0 !important;
}



.main-hero .main-hero-content {
    position: absolute;
    bottom: 24px;
    left: 50%;
    padding-left: 24px;
    transform: translate(-50%, 0);
    /* padding-left: 7%; */
    /* margin-bottom: 2%; */
    padding-right: 36px;
}

.main-hero.video .main-hero-content {
    padding-left: 0;
    bottom: 0;
}

body:not(.-sf-static) .main-hero-content {
    display: none;
}

.main-hero.with-promo .main-hero-content {
    margin-bottom: 200px;
}

.main-hero .spacer {
    display: none; /*not using*/
}

.main-hero-swoosh {
    z-index: 0;
    position: absolute;
    top: -360px;
    right: 6vw;
    margin-top: 0;
}

    .main-hero-swoosh img {
        max-width: 600px;
        width: 500px;
    }

@media(min-width: 1700px) {
    .main-hero:not(.video) {
        padding-bottom: 45%;
    }
}

@media(max-width:768px) {
    .main-hero-swoosh {
        display: none !important;
    }
}

.main-hero-label, .dropdown-menu-label, .identifier-label {
    border-radius: 24px;
    background-color: white;
    padding: 4px 24px 4px 16px;
    display: table;
    text-align: left;
    font-weight: var(--font-weight-semibold-);
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

    .main-hero-label h1 {
        color: var(--primitives-brand-prim-neutral-);
        font-weight: var(--font-weight-semibold-);
        font-size: 1.1rem;
        padding-top: 2px;
        padding-bottom: 2px;
        margin-bottom: 0;
    }

    .main-hero-label img, .dropdown-menu-label img, .identifier-label img {
        margin-right: .5em;
    }


.main-hero-text {
    position: relative;
    font-weight: var(--font-weight-black-);
    max-width: 700px;
    line-height: normal;
    color: var(--primitives-basic-white-);
    padding-bottom: 1rem;
    letter-spacing: 1px;
}

.main-hero-link {
}

.main-hero-link, .pill-link {
    display: table;
    position: relative;
    background-color: var(--primitives-accent-blue-blue-800-nav-);
    border-color: #3E8BCB;
    border-radius: 30px;
    border-width: 2px;
    border-style: solid;
    border-collapse: separate;
}

a.pill-link {
    text-decoration: none !important;
}

.pill-link.center-horizontally {
    margin-left: auto;
    margin-right: auto;
}

.main-hero-link > div, .pill-link > div {
    display: table-cell;
    vertical-align: middle;
}

.main-hero-link .main-hero-link-text, .pill-link-text {
    padding: 0 .75rem 0 1rem;
    color: white;
    font-size: initial;
}

.main-hero-link .main-hero-link-icon svg, .pill-link .pill-link-icon .bx {
    background-color: var(--primitives-accent-orange-orange-100-accent-);
    border-radius: 30px;
    border-style: solid;
    border-width: 5px;
    border-color: var(--primitives-accent-blue-blue-800-nav-);
    transform: rotate(-45deg);
    width: 60px;
    height: 60px;
}

.main-hero-link path, .pill-link path {
    transform: scale(2);
    transform-origin: -4px -6px;
    filter: invert();
}

.main-hero-text-tagline1 {
    font-size: 6rem;
}

.main-hero-text-tagline2 {
    font-size: 4rem;
}

.main-hero-text-tagline3 {
    margin-top: .5rem;
    font-size: 2.2rem;
}

.main-hero .percent-type {
    display: inline-block;
    font-weight: var(--font-weight-semibold-);
    line-height: normal;
    vertical-align: middle;
    margin-top: 1%;
    position: absolute;
    padding-left: .25rem;
}

.main-hero .main-hero-text-tagline2 .percent {
    font-size: 32px;
}

.main-hero .main-hero-text-tagline2 .type {
    font-size: 12px;
    margin-top: -20%;
}

.main-hero.video {
    padding: 0;
    position: relative;
    padding-bottom:56.25%;
    margin-top:-130px;
}

body:not(.-sf-static) .main-hero-video {
    position: absolute;
    width: 100%;
    top: 0;
}

body.-sf-static .main-hero-video {
    display: none;
}



.main-hero.video video {
    width: 100%;
}

.main-hero.video .main-hero-content {
    margin-left: 24px !important;
}

@media(max-width:1500px) {
    .main-hero.video .main-hero-content {
        margin-bottom: 0;
    }
}

@media(max-width:1284px) {
    .main-hero-content {
        width: 100%;
    }

    .main-hero {
        margin-top: 0 !important;
    }
}



@media(max-width:768px) {

    .main-hero {
        padding-left: 0;
        padding-top: 0 !important;
        margin-top: 0 !important;
        min-height: 0 !important;
        padding-bottom: 24px;
    }

        .main-hero:not(.video) {
            min-height: 280px !important;
            height: auto !important;
        }

    .main-hero-label {
        margin-top: 0 !important;
    }

    .main-hero-content {
        padding-top: 24px !important;
        margin-bottom: 0 !important;
    }

    .main-hero-text-tagline1 {
        font-size: 15vw;
    }

    .main-hero-text-tagline2 {
        font-size: 7vw;
    }

    .main-hero-text-tagline3 {
        font-size: 4.5vw;
    }

    .main-hero .percent-type {
        margin-top: 0;
    }

    .main-hero .main-hero-text-tagline2 .percent {
        font-size: 5vw;
    }

    .main-hero .main-hero-text-tagline2 .type {
        font-size: 2vw;
    }
}

.pill-link {
    margin-top: 24px;
    background: var(--primitives-accent-blue-blue-800-nav-);
}

    .pill-link.white {
        background: white;
    }

    .pill-link.blue {
        background: var(--primitives-accent-blue-blue-800-nav-);
    }

    .pill-link .pill-link-icon .bx {
        border-color: var(--primitives-accent-blue-blue-800-nav-);
        color: white;
        font-size: 38px;
        padding-top: 7px;
        padding-left: 6px;
    }

    .pill-link.blue .pill-link-icon .bx {
        border-color: var(--primitives-accent-blue-blue-800-nav-);
    }

    .pill-link.white .pill-link-icon .bx {
        border-color: white;
    }

    .pill-link.white .pill-link-text {
        color: var(--primitives-brand-prim-neutral-);
    }

    .main-hero-link:hover, .pill-link:hover {
        background: var(--primitives-accent-blue-blue-400-);
    }

        .main-hero-link:hover svg, .pill-link:hover .bx {
            border-color: var(--primitives-accent-blue-blue-400-) !important;
        }

        .main-hero-link:hover .pill-link-text, .pill-link.blue:hover .pill-link-text, .pill-link.white:hover .pill-link-text {
            color: white;
            text-decoration: none;
        }

.rounded-link-button-1 {
}

.section-main-benefits {
    background-image: url('/images/default-source/ui/backgrounds/background-blue-swirl-logo.svg');
    background-size: cover;
    color: white;
    min-height: 200px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-left: 0;
    margin-right: 0;
}

    .section-main-benefits h2 {
        font-size: 3rem;
        text-align: center;
        color: white;
        padding: 1rem 2rem 1rem 2rem;
        margin-bottom: 0;
    }


    .section-main-benefits a:not(.btn-primary) {
        color: white;
        text-decoration: underline;
    }

.blue-bubble-cards {
    position: relative;
    z-index: 1;
    display: table;
    --bs-gutter-x: 0;
    border-spacing: 1.5rem .75rem;
    width: calc(100% + 4rem);
    margin-left: -2rem;
}

    .blue-bubble-cards > div {
        display: table-cell;
        vertical-align: top;
        background-image: linear-gradient(to bottom right, rgba(74, 135, 255, .5), rgba(26, 51, 117, .7));
        border-radius: 14px;
        padding: 1.5rem;
        color: white;
        box-shadow: 0px 12px 30px rgba(0,0,0,.5);
    }

.blue-bubble-cards-with-calc .blue-bubble-cards {
    min-height: 154px;
}

.blue-bubble-cards-with-calc > div:first-child {
    padding-left: .25rem;
    padding-right: .25rem;
}

.blue-bubble-cards .blue-bubble-card-icon {
    position: absolute;
}

    /*box icons are black so we invert them to be white*/
    .blue-bubble-cards .blue-bubble-card-icon img {
        width: 50px;
        filter: invert();
        margin-top: -13px;
    }

    /*no-effect class used for icons that aren't black*/
    .blue-bubble-cards .blue-bubble-card-icon.no-effect img {
        filter: none;
    }

.blue-bubble-card-headline h3 {
    letter-spacing: 1px;
}

.blue-bubble-card-headline h3, .blue-bubble-cards .simple-rate {
    font-size: 1.3rem;
    font-weight: var(--font-weight-bold-);
}

.blue-bubble-cards .simple-rate {
}

.blue-bubble-cards > div:has(.blue-bubble-card-icon) .blue-bubble-card-text,
.blue-bubble-cards > div:has(.blue-bubble-card-icon) h3 {
    padding-left: 70px;
}

.blue-bubble-cards p:last-child, .blue-bubble-cards .row div {
    margin-bottom: 0 !important;
}

.benefits-mobile-promo {
    position: relative;
    padding-bottom: 36px;
}

    .benefits-mobile-promo > div:first-child {
        z-index: 1;
        position: relative;
    }

        .benefits-mobile-promo > div:first-child img {
            border-radius: 6px;
        }

    .benefits-mobile-promo > div:last-child picture {
        position: absolute;
        bottom: 0;
        right: 24px;
        z-index: 0;
    }

@media(max-width:768px) {
    .benefits-mobile-promo {
        text-align: center;
        padding: 0 !important;
    }

        .benefits-mobile-promo > div:last-child {
            display: none;
        }

        .benefits-mobile-promo > div:first-child picture {
            padding: 0;
            margin-top: 16px;
            margin-right: 0 !important;
            display: block !important;
        }

    .blue-bubble-cards-with-calc .blue-bubble-cards {
        min-height: 0;
    }
}

/*section presets*/
.section-preset-hero-with-link {
    padding-left: 4rem;
}

.googlemap {
    min-height: 400px;
}

/*two column accordion right*/
.two-column-accordion-right {
    text-align: left;
}

    .two-column-accordion-right .identifier-label {
        margin-left: 0;
        margin-right: 0;
    }

    .two-column-accordion-right > div:first-child {
        font-size: var(--font-scales-4xl-);
    }

        .two-column-accordion-right > div:first-child h2 {
            font-size: var(--font-scales-7xl-);
            color: var(--primitives-brand-prim-dark-blue-);
            line-height: normal;
            margin-bottom: 1.5rem;
        }

@media(max-width:1024px) {
    .two-column-accordion-right > div:first-child h2 {
        font-size: var(--font-scales-5xl-);
    }
}

/*tables*/


.footnote-rates-table {
    margin-top: 1rem;
}

.rate-effective-date {
    margin-top: 1rem;
}

.component-table {
    border-radius: 20px;
    margin: 0;
}

    .component-table, .component-table table, .component-table thead, .component-table tbody, .component-table tr {
        width: 100%;
    }

        .component-table th {
            background-image: var(--grad-prime-blue-);
            color: white;
            text-align: center;
            font-size: 1.1rem;
        }

        .component-table td {
            background-color: white;
            color: var(--primitives-brand-prim-neutral-);
            border-style: solid;
            border-width: 0 1px 1px 0;
            border-color: #ddd;
            text-align: center;
        }

            .component-table th:first-child, .component-table td:first-child {
                text-align: left;
            }



.component-table {
    box-shadow: 0px 4px 10px rgba(0,0,0,.2);
}

    .component-table th:first-child {
        border-radius: 20px 0 0 0;
    }

    .component-table th:last-child {
        border-radius: 0 20px 0 0;
    }

.modal-dialog .component-table th:first-child {
    border-radius: 6px 0 0 0;
}

.modal-dialog .component-table th:last-child {
    border-radius: 0 6px 0 0;
}



.component-table tbody tr:last-child > td:first-child {
    border-radius: 0 0 0 20px;
}

.component-table tbody tr:last-child > td:last-child {
    border-radius: 0 0 20px 0;
}

.component-table.one-column th:last-child {
    border-radius: 20px 20px 0 0;
}

.component-table.one-column th {
    border-radius: 20px 20px 0 0;
}

.component-table.one-column tbody tr:last-child > td {
    border-radius: 0 0 20px 20px;
}



.component-table th, .component-table td {
    padding: .75rem 1.25rem;
    border-color: #ddd;
    width: auto;
}

    .component-table th:last-child, .component-table td:last-child {
        border-right-width: 0;
    }

.component-table tr {
}

    .component-table tr:nth-child(even) td {
        background-color: #E0F6FD;
    }

    .component-table tr:last-child td {
        border-bottom-width: 0px;
    }

.component-table.no-head tr:first-child td:first-child {
    border-radius: 20px 0 0 0;
}

.component-table.no-head tr:first-child td:last-child {
    border-radius: 0 20px 0 0;
}

.component-table.no-head td:first-child {
    font-weight: var(--font-weight-bold-);
}

/*auto steps bubbles*/

.row-auto-steps {
}

    .row-auto-steps > div {
        width: 20%;
    }

    .row-auto-steps.three > div {
        width: 33.33%;
    }

    .row-auto-steps .step-content {
        text-align: center;
        height: 100%;
        padding: 1rem;
        background-image: var(--grad-neut-1-);
        border-radius: 16px;
        box-shadow: 0 2px 4px rgba(0,0,0,.25);
        position: relative;
    }

        .row-auto-steps .step-content:after {
            content: "\ebe6";
            font-family: "boxicons";
            position: absolute;
            right: -42px;
            top: 50%;
            margin-top: -28px;
            font-size: 32px;
            border-radius: 32px;
            background-image: var(--grad-neut-1-);
            padding: 5px 15px;
            box-shadow: 0 2px 4px rgba(0,0,0,.25);
            z-index: 2;
        }

    .row-auto-steps > div:last-child .step-content:after {
        display: none;
    }

    .row-auto-steps .step-content img {
        width: 44px;
        height: 44px;
    }

    .row-auto-steps .step-content p:last-child {
        margin-bottom: 0;
    }

@media(max-width:768px) {
    .row-auto-steps > div {
        width: 100%;
        display: block;
        margin-bottom: 24px;
    }

    .row-auto-steps .step-content:after {
        top: auto;
        right: 50%;
        margin-right: -30px;
        bottom: 0;
        margin-bottom: -40px;
        content: "\eab7";
    }
}


/*myAccordion*/
.myaccordion .ma-section {
    cursor: pointer;
    position: relative;
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: black;
    padding: 1rem 0 0 0;
    margin-top: 1rem;
    text-align: left;
    padding-right: 48px;
}

    .myaccordion .ma-section:after {
        content: "\ebe6";
        font-family: "boxicons";
        position: absolute;
        font-size: 2rem;
        top: 50%;
        margin-top: -14px;
        right: 0;
        transform: rotate(45deg);
    }

    .myaccordion .ma-section .chevronup,
    .myaccordion .ma-section .chevrondown {
        position: absolute;
        width: 44px;
        height: 44px;
        top: 50%;
        right: 0;
        margin-top: -1rem;
    }


    .myaccordion .ma-section.active:after {
        transform: rotate(-45deg);
    }

.myaccordion .ma-content {
    height: 0;
    overflow: hidden;
    display: block;
    padding-right: 48px;
}

.myaccordion .ma-content-spacer {
    height: 1rem;
}

.myaccordion img {
    max-width: 200px;
}

.myaccordion .ma-content h2 {
    font-size: 1.25rem;
}

.myaccordion h3 {
    font-size: 1rem;
    margin: 0;
    font-weight: var(--font-weight-bold-);
}

/*press releases*/
.press-release-documents {
    margin-top: 1.5rem;
}

.press-release-document a:before {
    font-family: 'boxicons';
    content: '\ead5';
    padding-right: 2px;
}
/*location details*/
.locations-list {
    font-size: var(--font-scales-4xl-);
}

.location-details-table h1 {
    font-size: 1.5rem;
}

.location-details-table h2 {
    font-size: 1.2rem;
}

.location-details-hours {
    padding: 0;
    vertical-align: top;
}

    .location-details-address ul, .location-details-hours ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .location-details-address ul li, .location-details-hours ul li {
            padding: 0;
            margin: 0;
        }

.location-details-table {
    border-spacing: 1.5rem;
}

.location-details-appointment {
    margin-top: 2rem;
}

    .location-details-appointment .btn-primary {
        display: block;
    }

.location-details-table > div:first-child {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.location-details-table > div:last-child {
}

.location-details-table > div, .lobby-hours-and-drive-though > div {
    background-color: white;
    border-radius: 16px;
}

.details-view-location .branch-images {
    display: table;
    width: 100%;
}

.details-view-location .branch-image {
    display: table-cell;
    width: auto;
}

    .details-view-location .branch-image img {
        width: 100%;
    }

.details-view-location .googlemap {
    border-radius: 16px 16px 0 0;
}

.details-view-location .branch-images {
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}

.details-view-location .about,
.details-view-location .basic-content-1,
.details-view-location .events {
    margin-top: 24px;
}

    .details-view-location .basic-content-1 > div:first-child {
        padding-left: 0;
    }

    .details-view-location .basic-content-1 .background-image {
        right: 0;
    }

.details-view-location .product.green {
    background-image: var(--grad-dark-green-);
    border-radius: 16px;
    overflow: hidden;
}

.details-view-location .product .image {
    background-image: url(/images/default-source/16-9-images-cropped/itm-650px169.webp);
    height: 290px;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

.details-view-location .product * {
    color: white;
}

.details-view-location .basic-content-1 .col-md-7,
.details-view-location .product,
.details-view-location .product .row > div,
.details-view-location .product .row,
.details-view-location .product > div,
.details-view-location .product p {
    padding: 0;
    margin: 0;
}


    .details-view-location .product .body {
        padding: 24px;
    }

        .details-view-location .product .body h2 {
            font-size: 1.25rem;
        }

    .details-view-location .product .btn-primary {
        display: block;
        margin-left: 16px;
        margin-right: 16px;
    }

@media(max-width:768px) {
    .details-view-location .product .btn-primary {
        margin: 24px 0 0 0;
    }
}

@media(min-width: 1024px) {
    .location-details-table, .lobby-hours-and-drive-though {
        display: table;
    }

    .location-details-table {
        width: calc(100% + 3rem);
        margin-left: -1.5rem;
        margin-top: -1.5rem;
    }

        .location-details-table > div, .lobby-hours-and-drive-though > div {
            display: table-cell;
            width: 50%;
        }

            .location-details-table > div:first-child {
                width: 30%;
            }

            .location-details-table > div:last-child {
                width: 70%;
            }
}

@media(max-width: 1024px) {

    .location-details-table, .lobby-hours-and-drive-though {
    }

    .location-details-hours {
        padding: 1.5rem;
    }

    .location-details-table > div, .lobby-hours-and-drive-though > div {
        margin-bottom: 1.5rem;
    }
}

/*banner types*/
.section-banner-type-1 {
    margin-bottom: 1.5rem;
    background-image: var(--grad-prime-blue-);
    width: 100%;
    margin-left: 0;
    color: white;
    font-size: 1.1rem;
    border-radius: 16px;
    font-size: var(--font-scales-4xl-);
    position: relative;
}


    .section-banner-type-1.green {
        background-image: var(--grad-dark-green-);
    }

    .section-banner-type-1 .background-image {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 16px 0 0 16px;
        margin-left: 0;
        right: .75rem;
    }

    .section-banner-type-1 img {
        border-radius: 8px 0 0 8px;
    }

    .section-banner-type-1 > div:first-child {
        padding: 0;
        position: relative;
    }

    .section-banner-type-1 > div:last-child {
        padding-left: 1.5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .section-banner-type-1 p {
        margin-bottom: .75rem;
    }

        .section-banner-type-1 p:last-child {
            margin-bottom: 0;
        }

@media(max-width:768px) {
    .section-banner-type-1 .background-image {
        border-radius: 16px 16px 0 0;
    }
}

/*support two column layout*/
.support-two-column {
    padding-top: 1.5rem;
}

    .support-two-column .col1 {
        padding-left: 2rem;
        padding-top: .25rem;
    }

        .support-two-column .col1 h2 {
            font-weight: var(--font-weight-regular-) !important;
            color: var(--primitives-brand-prim-neutral-);
            font-size: 1.8rem !important;
            margin-bottom: 1em;
        }

        .support-two-column .col1 ul {
            padding-left: 1.5em;
        }

        .support-two-column .col1 li {
            list-style: none;
            padding: 8px 0;
        }

        .support-two-column .col1 > div {
            position: sticky;
            top: 0;
        }


    .support-two-column h3 {
        font-weight: var(--font-weight-semibold-);
        font-size: 1rem;
    }

    .support-two-column .col2 h1 {
        color: var(--primitives-accent-blue-blue-400-);
        font-size: 2.5rem;
    }

@media(max-width:767px) {
    .support-two-column .col1 {
        display: none;
    }
}

/*image collage*/

.image-collage img {
}

.image-collage picture, .image-collage img {
    border-radius: 16px !important;
    height: 100%;
    width: 100%;
}

@media(min-width:769px) {
    .image-collage {
        padding-right: 6px;
        padding-left: 6px;
    }

        .image-collage .row > * {
            padding-right: 6px;
            padding-left: 6px;
        }

            .image-collage .row > *:last-child {
            }

        .image-collage .row .col-md-12 {
        }

        .image-collage .row {
            margin-bottom: 12px;
        }
}

@media(max-width:768px) {
    .image-collage {
        display: none;
    }
}




/*breadcrumb*/
nav > .breadcrumb {
    margin-bottom: 2em;
    margin-top: .75rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\ea50";
    font-family: 'boxicons';
    padding-left: .25rem;
    padding-right: .75rem;
}

.breadcrumb .breadcrumb-item:first-child a::before {
    content: "\eb14";
    padding-right: 4px;
    font-family: 'boxicons';
    line-height: normal;
}


/*section with swoosh background*/

.section-swoosh-background {
    background-image: url('/images/default-source/ui/icons/ccu-logo-swoosh-color.svg');
    background-repeat: no-repeat;
    background-color: white;
    background-position-x: calc(50% - 470px);
    background-position-y: 24%;
    background-size: 1200px;
    margin: 0;
}

    .section-swoosh-background h2 {
        font-family: ProximaNovaBold;
        font-size: var(--font-scales-7xl-);
    }

    .section-swoosh-background h3 {
        font-weight: var(--font-weight-bold-);
    }

@media(max-width:1024px) {
    .section-swoosh-background {
        background-image: none;
    }
}

.promo-bar {
    background-image: var(--grad-neut-1-);
}

    .promo-bar .promo {
        padding-top: .6rem !important;
        padding-bottom: .6rem !important;
    }

        .promo-bar .promo .bx {
            background-image: var(--grad-spectrum-);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            width: 24px;
        }

    .promo-bar .header-label {
        font-size: var(--font-scales-4xl-);
        font-weight: var(--font-weight-bold-);
    }

    .promo-bar .promo > .col-md-4 img {
        border-radius: 6px;
        width: 124px;
    }

    .promo-bar .promo > .col-md-8 {
        padding-left: 0;
    }

    .promo-bar > div:last-child {
        border-radius: 16px;
        background-image: var(--grad-neut-1-);
    }

body:not(.-sf-static) .promo-bar.inside-hero > div:last-child {
    margin-top: -172px;
    position: absolute;
}

.promo-bar .link-apply::after {
    content: "\ea4a";
    font-family: "boxicons";
}

.promo-bar .promo p {
    margin-bottom: .25rem;
}

    .promo-bar .promo p:first-child, .promo-bar .promo p:last-child {
        margin-bottom: 0;
    }

@media(max-width:1500px) {
    body:not(.-sf-static) .promo-bar.inside-hero > div:last-child {
        margin-top: 16px;
        margin-bottom: 16px;
        position: relative;
    }
}

@media(max-width:1284px) {


    .promo-bar {
        display: block;
    }

        .promo-bar > div {
            max-width: 100% !important;
        }

    body:not(.-sf-static) .promo-bar.inside-hero > div:last-child {
        position: relative;
        padding-top: 24px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media(max-width:768px) {
    .promo-bar .col-md-4 {
        text-align: center;
    }

    .promo-bar .col-md-8 {
        padding-right: 0;
    }
}

/*section with blue gradient background at top*/
.section-blue-gradient-background {
    background-image: linear-gradient(to right, rgba(229, 241, 251, 1) 0%, rgba(229, 241, 251, 1) 40%,rgba(255, 255, 255, 1.0) 100%);
    margin-right: 0;
    margin-left: 0;
}

.section-white-background {
    background-color: white;
    margin-left: 0;
    margin-right: 0;
}

/*product comparison*/
.product-comparison {
    padding: 1rem;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
}

    .product-comparison .identifier-label {
        margin-left: auto;
        margin-right: auto;
    }

    .product-comparison .headline {
        font-size: var(--font-scales-6xl-);
        color: var(--primitives-brand-prim-dark-blue-);
        padding-left: 1em;
        padding-right: 1em;
    }

    .product-comparison .product-intro-text {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        font-size: var(--font-scales-4xl-);
        color: var(--primitives-brand-prim-dark-blue-);
    }

    .product-comparison .products .product {
        padding-right: 1.5rem;
        height: 100%;
    }

    .product-comparison .products div {
        position: relative;
    }

    .product-comparison .products {
        margin-right: -1.5rem;
        margin-left: 0rem;
    }

        .product-comparison .products > div:last-child .product {
        }

        .product-comparison .products .product > div {
            border-radius: 16px;
            box-shadow: 0 0 20px rgba(0, 0, 0, .25);
            padding: 0;
            background-color: white;
        }

    .product-comparison .product-header {
        background-image: var(--grad-prime-blue-);
        padding: 1.75rem;
        color: white;
        border-radius: 16px 16px 0 0;
    }

    .product-comparison .product.green .product-header {
        background-image: var(--grad-dark-green-);
    }

    .product-comparison .product.light-blue .product-header {
        background-image: linear-gradient(#3e8bcb, #3577AD);
    }

    .product-comparison .product-label {
        font-size: var(--font-scales-4xl-);
        margin-bottom: .25rem;
    }

    .product-comparison .product-header p:last-child {
        margin-bottom: 0;
    }

    .product-comparison .product-label {
        font-weight: var(--font-weight-semibold-);
        letter-spacing: 1px;
    }

    .product-comparison .product-image {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
        max-width: 120px;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

        .product-comparison .product-image img {
            border-radius: 8px;
        }

    .product-comparison .product-rate-info {
        font-weight: var(--font-weight-semibold-);
    }

    .product-comparison .product-rate {
        margin-top: 0;
        position: relative;
        margin-bottom: 1.5rem;
    }

    .product-comparison .rate {
        line-height: var(--font-scales-rate-);
        font-size: var(--font-scales-rate-);
        font-weight: var(--font-weight-bold-);
        display: inline-block;
    }

    .product-comparison .percent-type {
        display: inline-block;
        font-weight: var(--font-weight-semibold-);
        line-height: 1rem;
        vertical-align: middle;
        margin-top: -2.5rem;
        padding-left: .25rem;
    }

    .product-comparison .percent {
        font-size: 24px;
    }

    .product-comparison .type {
        font-size: 8px;
    }

    .product-comparison .link-button .btn-primary {
        background: transparent;
        border-style: solid;
        border-width: 2px;
        color: var(--primitives-accent-blue-blue-400-);
        border-color: var(--primitives-accent-blue-blue-400-);
        display: table;
        width: calc(100% - 3rem);
        margin-left: auto;
        margin-right: auto;
    }

    .product-comparison .link-button .bx {
        transform: rotate(-45deg);
    }

    .product-comparison .product-list {
        text-align: left;
        padding: 2rem 2rem 2rem 2.2rem;
    }

        .product-comparison .product-list p:last-child {
            margin-bottom: 0;
        }

        .product-comparison .product-list ul {
            list-style: none;
            margin-left: 0;
            padding-left: 12px;
            text-indent: -12px;
            margin-bottom: 0;
        }

            .product-comparison .product-list ul li {
            }

                .product-comparison .product-list ul li::before {
                    content: "\ea46";
                    font-family: "boxicons";
                    display: inline-block;
                    padding-right: 8px;
                    color: #00B7EF;
                }

    .product-comparison.type2 .products .product > div {
        background-image: var(--grad-prime-blue-);
        color: white;
    }

    .product-comparison.type2 .products .product.green > div {
        background-image: var(--grad-dark-green-);
        color: white;
    }

    .product-comparison.type2 h2 {
        color: white;
        font-size: 32px;
    }

    .product-comparison.type2 .product-card-top-background-image {
        height: 380px;
        border-radius: 16px 16px 0 0;
        margin-left: 0;
        margin-right: 0;
        background-position-x: center !important;
        background-position-y: center !important;
    }

    .product-comparison.type2 .body {
        text-align: left;
        padding: 1.5rem;
        padding-top: 1rem;
    }

    .product-comparison.type2 img {
        border-radius: 8px;
    }

    .product-comparison.type2 .products .product.green > div {
        background-image: var(--grad-dark-green-);
    }

    .product-comparison.type2 .products .product.white > div {
        background-image: var(--grad-neut-1-);
        color: var(--primitives-brand-prim-neutral-);
    }

    .product-comparison.type2 .products .product.light-blue > div {
        background-color: #3e8bcb;
    }

    .product-comparison.type2 .products .product.light-blue .pill-link {
        border-color: var(--primitives-brand-prim-dark-blue-);
    }



@media(max-width:1024px) {

    .product-comparison .row > div, .basic-content-1 > .row > div {
    }

    .product-comparison .row > div, .basic-content-1.row > div {
        display: block;
        width: 100%;
        margin-bottom: 24px;
    }

        .product-comparison .row > div:last-child, .basic-content-1.row > div:last-child {
            margin-bottom: 0;
        }

    .product .background-image {
        position: relative !important;
        height: 280px;
        margin: 0;
        border-radius: 16px 16px 0 0;
    }


    .product-comparison .headline {
        padding: 0;
    }

    div.background-image, section.background-image, .background-image {
        position: relative !important;
        height: 280px;
        /* right: 0; */
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        left: 0 !important;
    }

    .basic-content-1.row > div {
    }
}

/*mobile promo*/
.mobile-promo {
    background-image: var(--grad-prime-blue-);
    border-radius: 24px;
    color: var(--primitives-basic-white-);
    font-size: 30px;
    position: relative;
    align-items: center;
    margin-top: 140px;
    line-height: normal;
    padding-top: 2em !important;
    padding-bottom: 2em !important;
    margin-left: .5rem;
    margin-right: .5rem;
}

    .mobile-promo .headline {
        font-size: 48px;
    }

    .mobile-promo .col-md-8 {
        padding-left: 10%;
    }

    .mobile-promo .app-download img {
        border-radius: 8px;
        margin-right: 4px;
    }


    .mobile-promo .col-md-4 picture {
        position: absolute;
        bottom: 0;
        overflow: hidden;
        border-radius: 0 0 20px 0;
    }

        .mobile-promo .col-md-4 picture img {
            max-height: 480px;
        }

    @media(max-width:1460px){
        .mobile-promo{
            margin-top:44px !important;
        }
    }

@media(max-width:768px) {
    .mobile-promo {
        padding: 1.5rem;
    }

        .mobile-promo .col-md-8 {
            padding: 0;
            padding-right: 80px;
        }

        .mobile-promo .col-md-4 picture {
            right: 0;
        }

            .mobile-promo .col-md-4 picture img {
                max-height: 220px;
            }

        .mobile-promo .app-download picture {
            display: block !important;
            margin-top: .5rem;
        }
}

@media(max-width:480px) {


    .mobile-promo {
        padding-bottom: 0 !important;
    }

        .mobile-promo .col-md-8 {
            padding-right: 0px;
        }

    .app-download {
        text-align: center;
    }

    .mobile-promo .col-md-4 {
        text-align: center;
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .mobile-promo .col-md-4 picture {
            position: relative;
            right: -16px;
            overflow: unset;
        }
}


/*blog section on pages - 3 posts*/
.section-blog{
padding-left:0;
padding-right:0;
}

.section-blog .ccu-blog-list {
    text-align: left;
}

/*blog*/
.blog h1 {
    font-size: var(--font-scales-7xl-);
    color: var(--primitives-brand-prim-dark-blue-);
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
}

.ccu-blog-list-post-title a {
    padding-left: 24px;
    display: inline-block;
    line-height: normal;
}

    .ccu-blog-list-post-title a:before {
        position: absolute;
        content: "\eb6f";
        font-family: "boxicons";
        display: inline-block;
        margin-left: -24px;
        margin-top: 2px;
        background-image: var(--grad-spectrum-);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

.blog .pagination a {
    padding: .375rem .75rem;
}

    .blog .pagination a:before {
        display: none
    }

.ccu-blog-list {
    display: table;
    width: calc(100% + 2rem);
    margin-left: -1rem;
}

.ccu-blog-list-post {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 16px;
}

    .ccu-blog-list-post img {
        width: 100%;
        border-radius: 16px;
    }

.ccu-blog-list-post-title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: relative;
    margin-bottom: 0;
    font-size: 1.25rem;
}

.ccu-blog-list-post-summary {
    border-style: solid;
    border-width: 1px 0 0 0;
    padding-top: 1rem;
    border-color: var(--primitives-brand-prim-neutral-);
}

.blog-tag-buttons {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

    .blog-tag-buttons ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        display: table;
        max-width: 1200px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

        .blog-tag-buttons ul li {
            padding: 0;
            display: inline-block;
            margin: 12px;
            border-style: solid;
            border-width: 1px;
            border-radius: 16px;
            border-color: var(--primitives-accent-blue-blue-400-);
        }

            .blog-tag-buttons ul li.active {
                background-color: var(--primitives-accent-blue-blue-400-);
            }

                .blog-tag-buttons ul li.active a {
                    color: white;
                }

            .blog-tag-buttons ul li:hover {
                background-color: var(--primitives-accent-blue-blue-200-);
            }

                .blog-tag-buttons ul li:hover a {
                    color: white;
                    text-decoration: none;
                }

    .blog-tag-buttons a {
        display: block;
        padding: 4px 16px;
    }

.ccu-blog-post-details-content img {
    max-width: 100%;
}

@media(max-width:768px) {
    .ccu-blog-list-post {
        width: 100%;
    }
}
/*login component*/
.section-login {
    padding: 0 !important;
}

.component-login {
    position: absolute;
    z-index: 2;
    right: 2rem;
    top: 144px;
    width: 300px;
    border-radius: 8px;
    padding: 1em;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-color: var(--primitives-accent-blue-blue-400-);
    background-color: rgba(17, 32, 73, .85) !important;
    backdrop-filter: blur(9px);
    color: var(--primitives-basic-white-);
}

    .component-login .login-header {
        padding-bottom: 1rem;
    }

    .component-login .login-form label {
        display: none;
    }

    .component-login .btn-primary {
        width: 100%;
    }

    .component-login input {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
        padding: .5rem;
        border-radius: 3px;
        border-style: none;
    }

    .component-login .login-links {
        margin-top: 1em;
    }

        .component-login .login-links a {
            padding: 0 .5rem 0 .5rem;
            color: var(--primitives-basic-white-);
        }

        .component-login .login-links p:last-child {
            margin-bottom: 0;
        }

@media(max-width:1300px) {
    .component-login {
    }
}

@media(max-width:1024px) {
    .section-login {
        display: none;
    }
}


@media(max-width:768px) {
    .section-login {
        display: none;
    }
}
/*search widget*/
.search-widget {
    max-width: 600px;
}

    .search-widget ul {
        padding: 1rem;
        z-index: 2;
    }

#sf-search-result-container h3 {
    font-size: var(--font-scales-4xl-);
}

/*rate bubbles*/

.rate-bubble {
    line-height: normal;
    max-width: 288px;
    min-width: 288px;
    display: table;
    width: 100%;
}

.rate-bubble {
    padding: 1rem 1rem 1rem 0rem;
    box-shadow: 0 2px 4px rgba(0,0,0,.25);
    background-color: white;
    border-radius: 1rem;
    background-image: var(--grad-neut-1-);
    margin-bottom: .25rem;
}

    .rate-bubble:hover,
    .rate-bubble .container-with-link:before,
    .rate-bubble:hover a {
        color: white !important;
        text-decoration: none;
    }

        .rate-bubble:hover .container-with-icon.link:after {
            color: white;
        }

    .rate-bubble:hover {
        background-image: var(--grad-prime-blue-);
        cursor: pointer;
    }


    .rate-bubble.apy .type:before,
    .blue-bubble-cards .apy .type:before {
        content: "APY*"
    }

    .rate-bubble.apr .type:before,
    .blue-bubble-cards .apr .type:before {
        content: "APR*"
    }

    .rate-bubble .component-rate-table {
        display: table;
    }

    .rate-bubble .component-rate-cell {
        display: table-cell;
        vertical-align: middle;
        padding-right: 16px;
    }

.rate-button .component-rate-cell:last-child {
    padding-right: 0;
}



.container-with-icon:hover {
    background-image: linear-gradient(#214092, #1D3880);
}

.rate-bubble h2 {
    font-weight: var(--font-weight-bold-);
    font-size: 1.25rem;
    margin-bottom: .25rem;
}

.rate-bubble .product-rate-info {
    font-weight: var(--font-weight-bold-);
    margin-bottom: .5rem;
}

.rate-bubble .product-rate {
    margin-top: 0;
    position: relative;
    margin-bottom: 1.5rem;
}

.rate-bubble .rate {
    line-height: var(--font-scales-rate-);
    font-size: var(--font-scales-rate-);
    display: inline-block;
    font-family: ProximaNovaBold;
}

.rate-bubble .percent-type {
    display: inline-block;
    font-weight: var(--font-weight-semibold-);
    line-height: 1rem;
    vertical-align: middle;
    margin-top: -2.5rem;
    padding-left: .25rem;
}

.rate-bubble .percent {
    font-size: 24px;
}

.rate-bubble .type {
    font-size: 8px;
}

@media(max-width:1384px) {
    .rate-bubbles > div {
        width: 100%;
        display: block;
        margin-bottom: 24px;
    }

        .rate-bubbles > div:last-child {
            margin-bottom: 8px;
        }
}

@media(max-width:768px) {
    .rate-bubble {
        min-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/*support page*/

.section-support-lists ul {
    list-style: none;
}


/*custom text styles*/
.ccu-gradient-h2 h2 {
    background-image: var(--grad-spectrum-);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.section-rates h2 {
    color: var(--primitives-brand-prim-neutral-);
    font-size: 2rem;
    margin-bottom: .75rem;
}

.section-rates .rate-type-details-link a::before {
}

*.body-text-color {
    color: var(--primitives-brand-prim-neutral-);
}

/*icons for divs/sections */

.container-with-icon {
    position: relative;
}

    .container-with-icon a {
        color: var(--primitives-brand-prim-neutral-);
    }

    .container-with-icon > div {
        padding-left: 2rem;
    }

    .container-with-icon:before {
        content: "\ec78";
        font-family: "boxicons";
        position: absolute;
        margin-left: 0px;
        font-size: 1.5rem;
        background-image: var(--grad-spectrum-);
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }

    .container-with-icon.wallet:before {
        content: "\ec78";
    }

    .container-with-icon.link:after {
        content: "\ebe6";
        font-family: "boxicons";
        position: absolute;
        right: -8px;
        top: -8px;
        font-size: 2rem;
        color: var(--primitives-brand-prim-neutral-);
        transform: rotate(-45deg);
    }

/*custom h2,h3, etc*/

h1 > .bx, h2 > .bx, h3 > .bx {
}

h3:has(> .bx), h2:has(> .bx) {
    padding-left: 32px;
}

h3 > .bx, h2 > .bx {
    position: absolute;
    margin-left: -32px;
    margin-top: 2px;
}

h2 > .bx {
    position: absolute;
    margin-left: -36px;
    margin-top: 4px;
}


.header2-style2 h2 {
    font-size: 32px;
    font-family: ProximaNovaBold;
    color: var(--primitives-brand-prim-neutral-);
}
/*custom ULs*/
.ul-with-checkmarks ul {
    list-style: none;
    margin-left: 0;
    padding-left: 24px;
    margin-bottom: 1rem;
    font-size: var(--font-scales-4xl-);
}

    .ul-with-checkmarks ul li {
        padding-left: 24px;
    }

        .ul-with-checkmarks ul li::before {
            content: "\ea46";
            font-family: "boxicons";
            position: absolute;
            margin-left: -32px;
            color: #65BC46;
        }

@media (max-width: 1584px) { /* Desktop */

    .section-blue-gradient-background, .section-main-benefits, .section-swoosh-background {
    }

    .section-constrained {
        margin-left: 0;
        margin-right: 0;
    }

    .pb-3.section-constrained {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .promo-bar > div {
        max-width: calc(100% - 2rem);
    }
}

.subheadline-24-dark-blue {
    font-size: 24px;
    color: var(--primitives-brand-prim-dark-blue-);
}

.grey-box {
    border-style: solid;
    border-radius: 16px;
    background-color: #F9F9F9 !important;
    border-width: 4px;
    border-color: #EAEDEF;
}

.white-box {
    background-color: white;
    border-radius: 16px;
}

    .grey-box .identifier-label, .white-box .identifier-label {
        border-color: #eaedef;
        border-style: solid;
        border-width: 3px;
    }



/*icon gradients*/
.ccu-gradient {
    background-image: var(--grad-spectrum-);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}




/*pagination*/

.pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primitives-accent-blue-blue-400-);
}
/*custom font sizes*/

.font-size-2xl,
.two-column-accordion-right.font-size-2xl > div:first-child {
    font-size: 1.25rem;
}

@media (max-width: 1024px) { /* Tablet */
    /*blue bubble cards*/
    .blue-bubble-cards {
        display: block;
        width: 100%;
        margin-left: 0;
        min-height: auto;
    }

        .blue-bubble-cards > div {
            display: block;
            width: 100%;
            margin-bottom: 1.5em;
        }
}

@media (max-width: 768px) {
    /* Mobile */
    .row > * {
        margin-bottom: 1rem;
    }

    .section-main-benefits h2,
    .basic-content-1 h2 {
        font-size: 2rem;
    }

    .section-blue-gradient-background, .section-main-benefits, .section-swoosh-background {
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }
}

/*branch/atm search*/

#button-search-branch, #button-search-atm {
    border-style: none;
    padding: 12px;
    position: absolute;
    margin-left: -40px;
    background: transparent;
    margin-top: 2px;
}

/*mobile nav*/
#mobileNavSearch, #input-search-branch, #input-search-atm {
    position: relative;
    width: 100%;
    padding: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

#input-search-branch, #input-search-atm {
    max-width: 200px;
}

.header-nav-mobile .navbar-collapse {
}

    .header-nav-mobile .navbar-collapse > div {
        position: relative;
    }

.header-nav-mobile .nav-item:first-child {
    margin-bottom: 16px;
}

.header-nav-mobile .button-search {
    background-color: var(--primitives-accent-orange-orange-100-accent-);
    position: absolute;
    right: 8px;
    top: 8px;
    right: 8px;
    width: 36px;
    border-style: none;
    bottom: 8px;
    color: white;
    border-radius: 22px;
}

    .header-nav-mobile .button-search .bx {
        display: block;
        line-height: 0;
    }

.header-nav-mobile .dropdown-toggle::after {
    position: absolute;
    right: 10px;
    margin-top: 8px;
    font-size: 22px;
}

.header-nav-mobile .myaccordion {
    color: var(--primitives-brand-prim-neutral-);
}

    .header-nav-mobile .myaccordion h2 {
        margin-bottom: 0;
        font-size: 1.25rem;
        color: var(--primitives-brand-prim-neutral-);
        font-weight: var(--font-weight-bold-);
    }


.header-nav-mobile .ma-section {
    border-style: none;
}

.header-nav-mobile .ma-content {
    padding-left: 24px;
}

.header-nav-mobile .dropdown-menu-label {
    padding: 0;
    margin-top: 16px;
}

.header-nav-mobile .dropdown-menu {
    border-style: none;
}

    .header-nav-mobile .dropdown-menu .row {
        display: block;
    }

        .header-nav-mobile .dropdown-menu .row > div {
            margin-bottom: 1rem;
            display: block;
            width: 100%;
        }

.header-nav-mobile .dropdown-item.level1 {
    font-size: 1rem;
    line-height: 2rem;
}

    .header-nav-mobile .dropdown-item.level1.parent {
        font-weight: var(--font-weight-bold-);
    }

.header-nav-mobile .dropdown-item.level2 {
    padding-left: 24px;
    font-size: 1rem;
    line-height: 2rem;
}

.header-nav-mobile .nav-link:hover, .header-nav-mobile .nav-link:focus {
    border-color: transparent !important;
}

.header-nav-mobile h1 {
    text-align: center;
    color: var(--primitives-brand-prim-neutral-);
    margin-bottom: 1rem;
}

.header-nav-mobile .myaccordion {
    margin-bottom: 2rem;
}

.myaccordion > h2 {
    margin-top: 2rem;
}

    .myaccordion > h2 a {
        color: var(--primitives-brand-prim-neutral-);
    }

    .myaccordion > h2 :hover {
        text-decoration: none;
    }

.header-nav-mobile .nav-content .btn-primary {
    display: block;
    width: 100%;
    margin-top: 1rem;
    text-align: center;
}

/*modals*/

.modal {
    backdrop-filter: blur(3px);
}

.modal-dialog {
    width: calc(100% - 2rem);
    max-width: 840px !important;
    max-height: calc(100vh - 2rem);
    overflow-x: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: 16px;
}

.modal-header {
    background-image: var(--grad-prime-blue-);
    color: white;
    padding-top: .5rem;
    padding-bottom: .5rem;
    position: sticky;
    top: 0;
    z-index: 2;
}

.modal-dialog button.close {
    width: 44px;
    height: 44px;
    background-color: transparent;
    box-shadow: none;
    border-color: #ccc;
    border-width: 0px;
    font-size: 1.5rem;
    color: white;
}

.modal-dialog .modal-content {
    position: relative;
}

.video-wrapper {
    position: relative;
    padding-bottom: 75%;
    padding-top: 0px;
    height: 0;
    text-align: center;
    border-style: solid;
    border-width: 0px;
    border-color: #cccccc;
    margin-top: 12px;
    margin-bottom: 12px;
}

    .video-wrapper.wide {
        padding-bottom: 56.25%;
    }

    .video-wrapper iframe, .video-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/*backgrounds*/
.background-color-grad-blue {
    background-image: var(--grad-prime-blue-);
    color: white;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.margin-right-0 {
    margin-right: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

/*anchors - custom for fixed header + alert*/
.anchor {
    visibility: hidden;
    position: absolute;
    content: "";
    display: block;
    height: 120px; /* fixed header height*/
    margin-top: -120px; /* negative fixed header height, js will adjust */
}

    .anchor::before {
    }

/*medillia feedback*/
#nebula_div_btn {
    z-index: 1;
}
