
/* Fonts ----------------------------------------------------*/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v14/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v14/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v14/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v14/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v14/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff) format('woff');
}

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/fontawesome-webfont_v=4.7.0.eot');
    src: url('../fonts/fontawesome-webfont_iefix&v=4.7.0.eot') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff') format('woff'),url('../fonts/fontawesome-webfont_v=4.7.0.ttf') format('truetype'),url('../fonts/fontawesome-webfont_v=4.7.0#fontawesomeregular.svg') format('svg');
}

@font-face {
    font-family: 'fiserv';
    src: url('../fonts/fiserv.eot') format('embedded-opentype'), url('../fonts/fiserv.svg') format('svg'), url('../fonts/fiserv.ttf') format('truetype'), url('../fonts/fiserv.woff') format('woff');
}
@font-face {
    font-family: 'inte';
    font-style: bold;
    font-weight: 700;
    src: url('../fonts/Inter_24pt-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'inte';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Inter_18pt-Regular.ttf') format('truetype');
}

html {
    font-size: 0.88495575221239vw;
}

body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: inte;
    line-height: 1.5rem;
    color: white;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

    body.resize * {
        transition: none !important;
    }

    body.speedbump {
        height: 100vh;
    }

main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    overflow: hidden;
}

    body > table,
    main > table {
        visibility: hidden;
    }

body > *,
main {
    transform: translate3d(0,0,0);
    animation: animateLoad 1.5s cubic-bezier(0.43, -0.14, 0.31, 1.14) forwards;
}

.slide-out-div {
    opacity: 0;
    animation: animateLoad 2s cubic-bezier(0.43, -0.14, 0.31, 1.14) forwards;
}

main > p {
    display: none;
}

#hero > * {
    animation: animateLoad 2s cubic-bezier(0.43, -0.14, 0.31, 1.14) forwards;
}

.slideshow-container-controls div.toc-active a {
    background-color: #136AC2;
}

@keyframes animateLoad {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Content --------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    line-height: 1.166667;
    margin: 1em auto 0.25em auto;
    font-weight: 400;
    font-size: 1.125rem;
    margin: 0 0 1rem 0;
    transition: color 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

    h1::before,
    h2::before,
    h3::before,
    h4::before,
    h5::before,
    h6::before {
        margin-right: 0.375em;
    }

h1, h3, h5 {
    color: #171618;
}

h2, h4, h6 {
    color: white;
}

h1 {
    font-size: 3.9rem;
    line-height: 5rem;
    font-weight: 300;
}

h2 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 700;
}

h3 {
    font-size: 2.25rem;
    line-height: 3rem;
}

h4 {
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: 700;
}

h5 {
    font-size: 1.3rem;
    line-height: 2rem;
}

h6 {
}

p {
    margin: 0 0 1rem 0;
    font-size: 1rem;
}

a {
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.43, -0.14, 0.31, 1.14);
    color: white;
    font-weight: 700;
    cursor: pointer;
}

    a:hover {
        color: rgba(0,0,0,0.5);
    }

img {
    max-width: 100%;
    height: auto !important;
}

    img[class*="Float"] {
        max-width: 50%;
    }

a#top {
    position: absolute;
    top: 0;
}

section a.anchor,
section a:not([href]):not([class]) {
    top: -7rem;
    position: relative;
    display: block;
    visibility: hidden;
    height: 0;
    float: left;
}

section.subsection-image a.anchor,
section.subsection-image a:not([href]):not([class]) {
    top: 0;
    position: absolute;
    display: block;
    visibility: hidden;
    height: 0;
    float: left;
}

strong {
}

em {
}

ul, ol {
    list-style-type: none;
    padding: 0;
}

    ul ul,
    ol ol,
    ul ol,
    ol ul {
        padding-left: 0.5em;
    }

li {
    padding: 0 0 0 1em;
    position: relative;
    margin: 1em 0;
}

    li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        line-height: inherit;
        font-size: inherit;
    }

ul {
}

    ul li {
    }

        ul li::before {
            content: "\f105";
            font-family: "FontAwesome";
            color: #136AC2;
        }

        ul li ul li::before {
            content: "\f101";
        }

ol {
    counter-reset: ordered-list;
}

    ol li::before {
        counter-increment: ordered-list;
        content: counter(ordered-list) ". ";
        color: #4F33FF;
    }
.colorBlanco {
    color: white;
}
.colorNegro {
    color: #171618;
}
.contLogo {
    display: flex;
}
.Disclaimer {
    font-size: 0.875em;
    color: #666;
}

.Float-Left {
    float: left;
    margin: 0 1em 1em 0;
}

.Float-Right {
    float: right;
    margin: 0 0 1rem 4rem;
}

.hide {
    display: none;
}

a.Include,
a.Contact-Form {
    display: none;
}
/* Structure ------------------------------------------------*/
header,
section,
footer {
    width: 100%;
}

    header > div,
    section > div,
    footer > div,
    .inner-content,
    main > .Subsection-Grid-Table > tbody,
    nav#primary > div {
        width: 100%;
        margin: 0 auto;
        padding: 0 8rem;
        box-sizing: border-box;
    }

    header::after,
    section::after,
    footer::after,
    .clearfix::after {
        content: "";
        display: block;
        visibility: hidden;
        width: 0;
        height: 0;
        clear: both;
    }

header {
    z-index: 100;
    position: fixed;
    top: 0;
    transform: translate3d(0,0,0);
}

.speedbump header {
    display: none;
}

.speedbump footer {
    display: none;
}

section {
    padding: 4rem 24rem;
    box-sizing: border-box;
}

form section:not([class*="subsection"]) {
    padding: 0;
}

section[class*="subsection"]:first-of-type {
    padding-top: 8rem;
}

section.subsection-color:first-of-type {
    padding-top: 12rem;
}

.speedbump section[class*="subsection"]:first-of-type {
    padding-top: 4rem;
}

.speedbump section[class*="subsection"]:first-of-type {
    padding-bottom: 8rem;
}

section[class*="subsection"]:only-child {
    flex-grow: 1;
}

.subsection-color[style*=url] {
    background-position: 50% 50%;
    background-size: cover;
}

    .subsection-color[style*=url]::after {
        background-color: #337700;
        height: 100%;
        width: 100%;
        visibility: visible;
        opacity: 1;
        top: 0;
        left: 0;
        position: absolute;
        z-index: -1;
        opacity: 0.65;
    }

section.subsection-color[style*=url]::before {
    background-image: radial-gradient(ellipse at center, rgba(17,17,17,0.2) 0%,rgba(34,34,34,0) 66.6666%);
}
/* Hero -----------------------------------------------------*/
#hero {
    background-image: radial-gradient(ellipse at center, rgba(17,17,17,1) 33.333%,rgba(34,34,34,1) 100%);
    background-size: 100vw 100vw;
    background-position: 50% 50%;
    height: 100vh;
    padding: 8rem 0 4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    min-height: 38rem;
}

@media only screen and (max-height:800px) {
    section#hero {
        padding-bottom: 3rem;
    }
}

section#hero,
section#hero h1,
section#hero h2,
section#hero h3,
section#hero h4,
section#hero h5,
section#hero h6,
section#hero a {
    color: #fff;
}

    section#hero h1,
    section#hero h2,
    section#hero h3,
    section#hero h4,
    section#hero h5,
    section#hero h6 {
        width: 100%;
    }

#hero [class*="Button"] {
    border-color: #fff;
}
/* Subsections ----------------------------------------------*/
section[class*="subsection"] > div {
    padding: 0 4rem;
    box-sizing: border-box;
}

    section[class*="subsection"] > div::after {
        content: "";
        display: block;
        clear: both;
        width: 0;
        height: 0;
        visibility: hidden;
    }

.subsection + .subsection {
    padding-top: 0;
}
.subsection {
    background-color: #171618;
}

section[class*="subsection"] p {
    width: calc(100% + 1rem);
    color: white;
}

section.subsection > div {
    border-left: solid 1px #c7c9c8;
}

section.subsection-color {
    background-color: #454546;
    position: relative;
    overflow: hidden;
    padding: 8rem 24rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background-color 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

    section.subsection-color::before,
    section.subsection-image > div::before {
        content: "";
        display: block;
        position: absolute;
        width: 75vw;
        height: 75vw;
        background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 66.6666%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }

    section.subsection-color,
    section.subsection-color h1,
    section.subsection-color h2,
    section.subsection-color h3,
    section.subsection-color h4,
    section.subsection-color h5,
    section.subsection-color h6,
    section.subsection-image,
    section.subsection-image h1,
    section.subsection-image h2,
    section.subsection-image h3,
    section.subsection-image h4,
    section.subsection-image h5,
    section.subsection-image h6 {
        color: #fff;
    }

        section.subsection-color [class*="Button"],
        section.subsection-image [class*="Button"] {
            color: #fff;
            border-color: #fff;
        }

            section.subsection-image [class*="Button"]:hover,
            section.subsection-color [class*="Button"]:hover {
                background-color: #fff;
                color: #454546;
            }

        section.subsection-color p,
        section.subsection-image p {
            font-weight: 300;
        }

        section.subsection-color > div {
            position: relative;
            max-height: 46rem;
        }

            section.subsection-color > div::before,
            section.subsection-color > div::after {
                content: "";
                display: block;
                position: absolute;
                top: 50%;
                right: 100%;
                height: calc(100% + 4rem);
                transform: translate3d(0, -50%, 0);
                padding-left: 8rem;
                background-image: url(../images/curve.svg);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: 100% 50%;
            }

            section.subsection-color > div::after {
                right: auto;
                left: 100%;
                transform: translate3d(0, -50%, 0) rotate(180deg);
                visibility: visible;
            }

section.subsection-image {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #343741;
    background-image: url(images/subsection-image.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transform: translate3d(0,0,0);
    min-height: 32rem;
    max-height: 38rem;
    position: relative;
    overflow: hidden;
}

    section.subsection-image > div {
        padding: 4rem 8rem;
        margin: 0 0 0 auto;
        width: 40rem;
        background-color: transparent;
        box-sizing: border-box;
    }

        section.subsection-image > div > *:last-child {
            margin-bottom: 0;
        }

        section.subsection-image > div::before {
            background-color: #454546;
            z-index: -1;
            border-radius: 50%;
            width: 60rem;
            height: 60rem;
            right: 0;
            transform: translate3d(25%, -50%, 0);
            background-position: -25% 50%;
            background-size: 75%;
            background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 66.6666%);
            transition: background-color 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
        }
/* Primary Nav ----------------------------------------------*/

.logo_menu {
    max-width: 25% !important ;
}
nav#primary {
    width: 100%;
    background-color: #FFFFFF;
    margin: 0;
    top: 0;
    z-index: 100;
    position: relative;
    top: 0;
    box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.125);
}

    nav#primary > div {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        nav#primary > div > * {
            display: block;
        }

        nav#primary > div > div {
            display: flex;
            align-items: center;
        }

            nav#primary > div > div > a + a {
                margin-left: 1.5rem;
            }

        nav#primary > div > [href="./#Online-Banking"] {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            display: flex;
            align-items: center;
            font-size: 1.3rem;
            width: 2rem;
            justify-content: center;
        }

    nav#primary ul {
        padding: 0;
    }

    nav#primary > div > ul {
        display: flex;
        justify-content: center;
        position: relative;
        margin: 0;
        width: 100%;
    }

    nav#primary ul li {
        position: static;
        padding: 0.3rem 0;
        margin: 0;
    }

        nav#primary ul li::before {
            content: none;
        }

    nav#primary > div > ul > li {
        transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 4rem;
        padding: 0.5rem 0;
        box-sizing: border-box;
        position: relative;
        order: 1;
    }

        nav#primary > div > ul > li:hover ~ li#logo img,
        nav#primary > div > ul > li:hover ~ li#logo svg {
            height: 3rem;
        }

        nav#primary > div > ul > li#logo:nth-child(5n):nth-last-child(-n+4) {
            order: 3;
        }

        nav#primary > div > ul > li#logo:nth-child(3n):nth-last-child(-n+2) {
            order: 2;
        }

        nav#primary > div > ul > li:nth-child(3n):nth-last-child(-n+3),
        nav#primary > div > ul > li:nth-child(2n):nth-last-child(-n+2) {
            order: 4;
        }

        nav#primary > div > ul > li:nth-child(4n):nth-last-child(-n+3) {
            order: 5;
        }

        nav#primary > div > ul > li h2 {
            padding: 0.5rem 1rem;
            width: 11.5rem;
            cursor: default;
            font-weight: 400;
            text-align: center;
            box-sizing: border-box;
            flex-grow: 1;
            transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
        }

        nav#primary > div > ul > li h2,
        nav#primary > div > ul > li h3 {
            font-size: 1rem;
            line-height: 1;
            margin: 0;
            color: #171618;
        }

        nav#primary > div > ul > li h3 {
            margin-bottom: 1rem;
            color: #454546;
        }

        nav#primary > div > ul > li h3,
        nav#primary > div > ul > li a {
            font-weight: 700;
        }

        nav#primary > div > ul > li a {
            font-size: 1rem;
            font-weight: 400;
            position: relative;
            color: #171618;
        }

            nav#primary > div > ul > li a:hover {
                color: #136AC2;
            }

        /*nav#primary > div > ul > li > div a::before,
nav#primary > div > ul > li > div a::after {
    display: inline-block;
    opacity: 0;
    z-index: -1;
    position: absolute;
    margin-top: -.125em;
    font-size: 1.5em;
    transition: opacity 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
    font-weight: 300;
}

nav#primary > div > ul > li > div a::before {
    content: "\(";
    height: 110%;
    left: -0.5em;
    line-height: 1em;
}

nav#primary > div > ul > li > div a::after {
    content: "\)";
    margin-left: 0.5rem;
}

nav#primary > div > ul > li > div a:hover::before,
nav#primary > div > ul > li > div a:hover::after {
    opacity: 1;
}*/

        nav#primary > div > ul > li > div {
            position: absolute;
            display: flex;
            justify-content: flex-start;
            overflow: hidden;
            background-color: white;
            box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.25);
            left: 0;
            top: 100%;
            z-index: -1;
        }

        nav#primary > div > ul > li:nth-last-child(2) > div,
        nav#primary > div > ul > li:nth-child(n+2):last-child > div,
        nav#primary > div > ul > li:nth-child(n+3):nth-last-child(-n+3) > div,
        nav#primary > div > ul > li:nth-child(n+4):nth-last-child(-n+4) > div,
        nav#primary > div > ul > li:nth-child(n+5):nth-last-child(-n+5) > div,
        nav#primary > div > ul > li:nth-child(n+6):nth-last-child(-n+6) > div,
        nav#primary > div > ul > li:nth-child(n+7):nth-last-child(-n+7) > div {
            right: 0;
            left: auto;
        }

        nav#primary > div > ul > li > div div {
            margin-top: -24rem;
            margin-bottom: 2rem;
            min-width: 11rem;
            transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
            padding: 0 2rem;
            position: relative;
            flex-grow: 1;
            overflow: hidden;
            border-left: solid 1px #b2b5b6;
        }

            nav#primary > div > ul > li > div div:first-child {
                border: none;
            }

        nav#primary > div > ul > li > div::after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 0.375rem;
            background: linear-gradient(to bottom, rgba(0,0,0,0.125) 0%, rgba(0,0,0,0) 100%);
            pointer-events: none;
        }

        nav#primary > div > ul > li:hover {
            /*background-color: #4F33FF;*/
        }

@media only screen and (min-width:1025px) {
    nav#primary > div > ul > li:hover > div div {
        margin-top: 3rem;
    }

    nav#primary > div > ul > li:hover {
        border-radius: 0;
    }

        nav#primary > div > ul > li:hover h2 {
            color: #136AC2;
        }
}

nav#primary #menuopen,
nav#primary #loginopen {
    display: none;
    font-weight: 400;
}

    nav#primary #loginopen::before {
        margin-right: 0.5em;
    }

nav#primary #menuopen {
    font-size: 1.55rem;
}

nav#primary > div > ul > li#logo {
    position: relative;
    transform: translate3d(0,0,0);
    background: none;
    flex-grow: 0;
    max-width: 36rem;
}

    nav#primary > div > ul > li#logo,
    nav#primary > div > ul > li#logo a {
        width: 32rem;
        box-sizing: border-box;
        z-index: 10000;
    }

        nav#primary > div > ul > li#logo a {
            justify-content: center;
            align-items: center;
            position: relative;
            padding: 1rem 0 2rem 0;
            z-index: 1;
            left: 0;
            top: 0;
            position: absolute;
            overflow: hidden;
            width: 100%;
            transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
            box-shadow: 0 -1.625rem 0.5rem -0.125rem rgba(0,0,0,0);
        }

        nav#primary > div > ul > li#logo img,
        nav#primary > div > ul > li#logo svg {
            width: auto; /* Adjust the width of the logo to best fit the space. Use multiples of rems.*/
            max-width: calc(100% - 2rem);
            z-index: 2;
            position: relative;
            display: block;
            margin: 0 auto;
            transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
            height: 5rem; /* Set this to the same ratio as the logo using the width below. 300px:100px as  12rem:4rem*/
        }

        nav#primary > div > ul > li#logo svg {
            fill: #337700;
        }

        nav#primary > div > ul > li#logo a:hover {
            padding: 1.75rem 0 2.5rem 0;
            box-shadow: 0 -1.625rem 0.5rem -0.125rem rgba(0,0,0,0.25);
        }

            nav#primary > div > ul > li#logo a:hover svg {
                fill: #4F33FF;
            }

        nav#primary > div > ul > li#logo a::after {
            content: "";
            display: block;
            width: 315%;
            padding-top: 315%;
            position: absolute;
            bottom: 0.5rem;
            left: 50%;
            transform: translate3d(-50%, 0, 0);
            background-color: #fff;
            border-radius: 50%;
            z-index: 1;
            box-shadow: 0 2.25rem 0.25rem -2rem rgba(0,0,0,0.125);
            transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
        }

nav#primary #mobile-logo {
    display: flex;
    padding: 0.5rem 0;
    width: 40vw;
    box-sizing: border-box;
    align-items: center;
}

    nav#primary #mobile-logo svg {
        width: 100%;
        height: 100% display: block;
        max-width: 14rem;
        fill: #337700;
    }

    nav#primary #mobile-logo:hover svg {
        fill: #4F33FF;
    }

@media only screen and (min-width: 1025px) {
    nav#primary #mobile-logo {
        display: none;
    }

    nav#primary > div > div {
        display: none;
    }
}
/* Icons ----------------------------------------------------*/
[class*="fa-"]::before {
    font-family: "FontAwesome";
}

[class*="fi-"] {
    font-family: "fiserv";
    font-style: normal;
    font-weight: 400;
    color: #343741;
    font-size: 1.5rem;
}

    [class*="fi-"] + [class*="fi-"] {
        margin-left: 0.5em;
    }

.fi-fdic::before {
    content: "\e601";
}

.fi-ehl::before {
    content: "\e600";
    font-size: 1.25em;
}
/* Forms and buttons ----------------------------------------*/
input,
select {
    padding: 0.5em 1em;
    box-sizing: border-box;
    display: block;
}

#login input[type=submit],
#login input[type=reset],
#login button {
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

.Button1,
.Button2 {
    display: inline-block;
    padding: 0.25em 1.5em;
    box-sizing: border-box;
    border-radius: 1.5em;
    font-weight: 400;
    height: auto;
    cursor: pointer;
    transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
    margin: 0 1rem 1rem 0;
}
.btnContac {
    background-color: white !important;
    color: black !important;
}
    .Button1:hover,
    .Button2 {
        background-color: #454546;
        color: #fff;
        border: solid 1px transparent;
    }

        .Button1,
        .Button2:hover {
            background: transparent;
            color: #171618;
            border: solid 1px;
        }

        .Button1,
        .Button2:hover {
            border-color: #171618;
        }

form#the-form label:hover span,
form#the-form label:hover p,
form#the-form label:hover strong,
form#the-form .required::before,
form#the-form ul[required]::before,
form#the-form .table ul:hover,
form#the-form label.invalid:hover input[type=radio] + span,
form#the-form label.invalid:hover input[type=checkbox] + span {
    color: #4F33FF;
}

form#the-form a[data-duplicate],
form#the-form [data-duplicate],
form#the-form a[data-remove],
form#the-form [data-remove],
form#the-form a[data-duplicate] span,
form#the-form label.required::after,
form#the-form li:first-child label::after,
form#the-form label[data-invalid-msg]::after,
form#the-form input[type=radio]:checked + span::before,
form#the-form input[type=checkbox]:checked + span::before {
    background-color: #4F33FF;
}

form#the-form .invalid input:focus,
form#the-form .invalid select:focus,
form#the-form .invalid textarea:focus,
form#the-form .invalid input[type=radio] + span::before,
form#the-form .invalid input[type=checkbox] + span::before,
form#the-form input[type=checkbox]:not([disabled]):hover + span::before,
form#the-form input[type=radio]:not([disabled]):hover + span::before,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border-color: #4F33FF;
}
/* Login Online Banking -------------------------------------*/
#login {
    text-align: center;
    order: 4;
    z-index: 10;
    padding-top: 2rem;
    align-content: center !important;
    justify-content: center !important;
    flex-direction: column;
}

    #login form.spanish {
        /* width: 48em; */
    }

    #login form {
        display: inline-flex;
        flex-wrap: wrap;
        width: 48rem;
        transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
        /* transform: translate3d(0,0,0); */
    }

        #login form div {
            display: flex;
            width: 100%;
            align-items: stretch;
            background-color: #dfe1df;
            border-radius: 1.5rem;
        }

            #login form div > * {
                order: 2;
            }

    #login.business form {
        /* width: 32rem; */
    }

    #login input,
    #login select {
        width: 29.16666666666667%;
        flex-grow: 1;
        box-sizing: border-box;
        border: none;
        height: 3rem;
        transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
        outline: none;
        text-overflow: ellipsis;
        padding: 0 2rem;
        transform: translate3d(0,0,0);
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fff;
    }

    #login input {
        border-left: solid 1px #b2b5b6;
    }

        #login input:focus,
        #login select:focus,
        #login input:hover,
        #login select:hover {
            background-color: #dfe1df;
        }

    #login select {
        width: calc(30% - 2rem);
        padding-left: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: url(images/select.png);
        background-repeat: no-repeat;
        background-position: calc(100% - 1rem) 50%;
        cursor: pointer;
    }

        #login select + div {
            order: 1;
            background-color: #fff;
            width: 2rem;
            border-radius: 1.5rem 0 0 1.5rem;
            transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
        }

        #login select:hover + div,
        #login select:focus + div {
            background-color: #dfe1df;
        }

        #login select::-ms-expand {
            display: none;
        }

    #login button[type=submit], #login .Button1 {
        width: 4rem;
        margin: 0;
        padding: 0;
        border-radius: 0 1.5rem 1.5rem 0;
        background-color: #747374;
        color: #fff;
        border: solid 1px #c7c9c8;
        transition: all 0.25s cubic-bezier(0.43, -0.14, 0.31, 1.14);
        transform: translate3d(0,0,0);
        font-weight: 400;
        height: 3em;
        align-content: center;
    }

        #login button[type=submit]:hover, #login .Button1:hover {
            background-color: #454546;
            color: #FFF;
        }

    #login ul {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1em 0 0 0;
    }

        #login ul li {
            padding: 0 1rem;
            line-height: 1;
        }

            #login ul li::before {
                content: none;
            }

    #login a {
        font-weight: 300;
        padding: 0;
    }

        #login a:hover {
            color: rgba(255,255,255,0.5);
        }

    #login ul li + li {
        border-left: solid 1px #fff;
    }

    #login.personal .bob,
    #login.business .rob {
        display: none;
    }

    #login.personal input.bob,
    #login.business input.rob {
        width: 0%;
        padding: 0;
        border: none;
        flex-grow: 0;
        display: block;
    }
/* General Tables ----------------------------------------------*/
section[class*="subsection"] > table:not([class]) {
    width: 150% !important;
    background-color: #fff;
    margin: 4rem 0 4rem -25%;
}

.Subsection-Grid-Table {
    opacity: 1;
    visibility: visible;
    padding: 2rem 0;
}

section.subsection + .Subsection-Grid-Table {
    border-top: solid 1px #b2b5b6;
}

.Subsection-Grid-Table,
.Subsection-Grid-Table > tbody,
.Subsection-Quicklinks-Table,
.Subsection-Quicklinks-Table > tbody {
    display: block;
    box-sizing: border-box;
}

    .Subsection-Grid-Table > tbody > tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 -1rem;
    }

        .Subsection-Grid-Table > tbody > tr > td {
            box-sizing: border-box;
            width: 28rem;
            padding: 0 0 0 4rem;
            margin: 3rem 1rem;
            border-left: solid 1px #c7c9c8;
            min-height: 12rem;
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;
            color: #454546;
        }

            .Subsection-Grid-Table > tbody > tr > td > * {
                max-width: 100%
            }

                .Subsection-Grid-Table > tbody > tr > td > *:first-child {
                    margin-top: 0;
                }

                .Subsection-Grid-Table > tbody > tr > td > *:last-child {
                    margin-bottom: 0;
                }

    .Subsection-Grid-Table + section.subsection {
        border-top: solid 1px #b2b5b6;
    }

.Subsection-Quicklinks-Table {
    opacity: 1;
    visibility: visible;
}

    .Subsection-Quicklinks-Table,
    .Subsection-Quicklinks-Table a {
        color: white;
        font-weight: 300;
    }
    .Subsection-Quicklinks-Table,
    .Subsection-Quicklinks-Table a:hover {
        color: #171618;
    }

        .Subsection-Quicklinks-Table > tbody > tr {
            display: flex;
            background-color: #747374;
            transform: translate3d(0,0,0);
            flex-wrap: wrap;
            transition: background-color 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
        }

            .Subsection-Quicklinks-Table > tbody > tr > td {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                flex-grow: 1;
                width: 15%;
                padding: 2rem;
                text-align: center;
                min-height: 14rem;
                box-sizing: border-box;
                position: relative;
                overflow: hidden;
                min-width: 200px;
                transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
            }

                .Subsection-Quicklinks-Table > tbody > tr > td:hover {
                    background-color: #F0F0F0;
                }

                .Subsection-Quicklinks-Table > tbody > tr > td::before {
                    content: "";
                    width: 101%;
                    height: 0;
                    padding-top: 101%;
                    box-sizing: border-box;
                    min-height: 100%;
                    position: absolute;
                    display: block;
                    left: 50%;
                    top: 50%;
                    transform: translate3d(-50%, -50%, 0);
                    background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 66.6666%);
                    background-size: cover;
                    background-repeat: no-repeat;
                    background-position: 50% 50%;
                    /* z-index: 1; */
                }

                .Subsection-Quicklinks-Table > tbody > tr > td:nth-last-child(2)::before {
                    background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.05) 66.6666%);
                }

                .Subsection-Quicklinks-Table > tbody > tr > td:nth-last-child(3)::before {
                    background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 66.6666%);
                }

                .Subsection-Quicklinks-Table > tbody > tr > td:nth-last-child(4)::before {
                    background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0.15) 66.6666%);
                }

                .Subsection-Quicklinks-Table > tbody > tr > td:nth-last-child(5)::before {
                    background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.2) 66.6666%);
                }

                .Subsection-Quicklinks-Table > tbody > tr > td:nth-last-child(6)::before {
                    background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.35) 0%,rgba(255,255,255,0.25) 66.6666%);
                }

                .Subsection-Quicklinks-Table > tbody > tr > td::after {
                    content: "";
                    display: block;
                    height: 1px;
                    width: 8rem;
                    background-color: rgba(255,255,255,0.5);
                    margin-top: 0.5rem;
                    pointer-events: none;
                    max-width: 75%;
                }

        .Subsection-Quicklinks-Table a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            z-index: 2;
            font-size: 1.3rem;
        }

            .Subsection-Quicklinks-Table a::before {
                display: flex;
                border: solid 1px rgba(255,255,255,0.5);
                width: 5rem;
                height: 5rem;
                border-radius: 5rem;
                justify-content: center;
                align-items: center;
                font-size: 2rem;
                margin-bottom: 0.5rem;
            }

            .Subsection-Quicklinks-Table a::after {
                content: "";
                display: block;
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
            }
/* Table Classes --------------------------------------------*/
[class*="Table-"] {
    border-collapse: separate;
    border-spacing: 0;
    display: table;
    margin: 2rem 0;
}

    [class*="Table-"] > tbody {
        display: table-row-group;
    }

        [class*="Table-"] > tbody > tr {
            display: table-row;
            transition: all 0.25s cubic-bezier(0.43, -0.14, 0.31, 1.14);
        }

            [class*="Table-"] > tbody > tr > td {
                font-size: 1rem;
            }

            .Table-Style > thead > tr > th,
            [class*="Table-"] > tbody > tr > td {
                display: table-cell;
                border-left: solid 1px #b2b5b6;
                border-top: solid 1px #b2b5b6;
                padding: 1em;
            }

.Table-Style,
[class*="Table-"] {
    border-right: solid 1px #b2b5b6;
}

[class*="Table-"] {
    border-bottom: solid 1px #b2b5b6;
}

    [class*="Table-"] > tbody > tr:hover {
        background-color: rgba(0,0,0,0.05);
    }

    [class*="Table-"] > tbody > tr > td > *,
    [class*="Table-"] > thead > tr > th > * {
        font-size: 1em;
        max-width: 100%;
    }

        [class*="Table-"] > tbody > tr > td > *:first-child,
        [class*="Table-"] > thead > tr > th > *:first-child {
            padding-top: 0;
            margin-top: 0;
        }

    [class*="Table-"]:not(.Table-Grid) > tbody > tr > td > *:last-child,
    [class*="Table-"]:not(.Table-Grid) > thead > tr > th > *:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

.Table-Style > thead > tr > th,
.Table-Product > tbody > tr > td:first-child {
    background-color: rgba(0,0,0,0.05);
}

.locations > tbody > tr > td:first-child, .locations > tbody > tr:hover {
    background-color: #fff;
}

.locations {
    border-bottom: none;
    border-right: none;
}

    .locations > tbody > tr > td {
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: none;
    }

.Table-Style caption,
.Table-Product > thead > tr > th {
    background-color: #337700;
    color: #fff;
    padding: 1em;
    font-size: 1.25rem;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    font-weight: 300;
    transition: background-color 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

    .Table-Product > thead > tr > th:first-child {
        font-weight: 400;
    }

    .Table-Style caption::before,
    .Table-Product > thead > tr > th::before {
        content: "";
        display: block;
        position: absolute;
        width: 110%;
        padding-top: 110%;
        background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0) 66.6666%);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
    }

    .Table-Product > thead > tr > th::before {
        width: 16rem;
        height: 16rem;
        min-width: 100%;
    }

    .Table-Style caption::before {
        background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 66.6666%);
    }

    .Table-Product > thead > tr > th:nth-last-child(2)::before {
        background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0.1) 66.6666%);
    }

    .Table-Product > thead > tr > th:nth-last-child(3)::before {
        background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.2) 66.6666%);
    }

    .Table-Product > thead > tr > th:nth-last-child(4)::before {
        background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.3) 66.6666%);
    }

    .Table-Product > thead > tr > th:nth-last-child(5)::before {
        background-image: radial-gradient(ellipse at center, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.4) 66.6666%);
    }

    .Table-Product > thead > tr > th:first-child {
        background-color: transparent;
        border: none;
        color: rgba(0,0,0,0.7);
    }

    .Table-Product > thead > tr > th:last-child {
        overflow: visible;
    }

        .Table-Product > thead > tr > th:last-child::after {
            content: "";
            position: absolute;
            left: 100%;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: #337700;
        }
/* Full Width Aligned Rows -------------------------------------------------------*/
.Table-Grid {
    display: block;
    width: 100%;
    overflow: hidden;
    border-right: none;
    border-bottom: none;
}

    .Table-Grid,
    .Table-Grid > tbody,
    .Table-Grid > tbody > tr,
    .Table-Grid > tbody > tr > td {
        box-sizing: border-box;
    }

        .Table-Grid > tbody {
            display: flex;
            flex-wrap: wrap;
            margin: -1rem; /* -1x the tr margin*/
            width: calc(100% + 2rem); /* 100% + (2x the tr margin)*/
        }

            .Table-Grid > tbody > tr {
                display: flex;
                justify-content: center;
                margin: 1rem;
                width: calc(33.3333% - 2rem); /* 100% / (number of columns) - (2x the margin)*/
                background-color: #f2f2f2;
            }

                .Table-Grid > tbody > tr > td {
                    display: inline-block;
                    padding: 1rem 2rem;
                    max-width: 100%;
                    border: none !important;
                }

                    .Table-Grid > tbody > tr > td:only-child {
                        width: 100%;
                    }

                    .Table-Grid > tbody > tr > td > *:last-child {
                        margin-bottom: 1rem;
                    }

                    .Table-Grid > tbody > tr > td img {
                        max-width: 100%;
                        width: 100%;
                        height: auto;
                    }

@media only screen and (max-width: 768px) {
    .Table-Grid > tbody > tr {
        width: calc(50% - 2rem); /* 100% / (number of columns) - (2x the margin)*/
    }
}

@media only screen and (max-width: 480px) {
    .Table-Grid > tbody > tr {
        width: 100%;
    }
}

/* Footer -----------------------------------------------------*/
footer {
    background-color: #363636;
    padding: 1rem 0;
    transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

    footer > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        footer > div > div:last-child {
            flex-grow: 1;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            overflow: hidden;
        }

    footer nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2rem 0;
        margin: 0 0 1rem 0;
        border-bottom: solid 1px #a4a7a9;
        flex-wrap: wrap;
        flex-grow: 1;
        width: 100%;
    }

    footer ul {
        display: flex;
    }

        footer ul,
        footer ul li {
            padding: 0;
            margin: 0;
        }

            footer ul li::before {
                content: none;
            }

            footer ul li a {
                margin: 1rem 0;
                font-weight: 400;
                text-align: center;
                color: white;
            }

                footer ul li a[class*="fa-"] {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 2.5rem;
                    width: 2.5rem;
                    border: solid 1px;
                    border-radius: 50%;
                }

                footer ul li a[class*="fa-"] {
                    border-color: #4F33FF;
                }

                    footer ul li a[class*="fa-"]:hover {
                        border-color: transparent;
                        background-color: #337700;
                        color: #fff;
                    }

            footer ul li + li {
                margin-left: 2rem;
            }

            footer ul:last-child li + li {
                margin-left: 1rem;
            }

    footer > div > div > p {
        margin-bottom: 1rem;
    }
/* Go to top --------------------------------------------------*/
#gototop {
    position: fixed;
    bottom: 4rem;
    right: -7.5em;
    background-color: #4F33FF;
    padding-right: 0.5em;
    color: #fff;
    font-size: 1rem;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    border-radius: 2rem 0 0 2rem;
    border: solid 1px #fff;
}

    #gototop.gototopactive {
        right: -4.875em;
    }

@media only screen and (min-width: 640px) {
    #gototop.gototopactive:hover {
        right: 0;
    }
}

#gototop::before {
    padding: 0.5rem 0.5rem 0.75rem 0.75rem;
    font-family: FontAwesome;
    font-size: 1.25rem;
    display: inline-block;
}
/* Notice ----------------------------------------------*/
.notice {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: rgba(52,55,65,0.7);
    z-index: 100;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
    animation: none;
    visibility: hidden;
}

.notice-active.noticeactive .notice {
    opacity: 1;
    visibility: visible;
}

.notice table,
.notice table > tbody {
    display: block;
    box-sizing: border-box;
}

.notice table {
    margin-top: 10rem;
    width: 48rem;
    background-color: #fff;
    transform: translateY(-300%);
    position: relative;
    transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

.notice-active.noticeactive .notice table {
    transform: translateY(-25%);
}

.notice table > tbody > tr,
.notice table > tbody > tr > td {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    flex-direction: column;
}

    .notice table > tbody > tr > td {
        margin: 4rem 0;
        padding: 0 4rem;
        width: 100%;
        min-height: 4rem;
        max-height: 8rem;
        overflow: hidden;
    }

        .notice table > tbody > tr > td p {
            margin: 0;
            font-size: 1.3rem;
            line-height: 2rem;
            max-width: 100%;
        }

.noticecloser,
.noticeclosersession {
    position: absolute;
    display: block;
    right: 1.75rem;
    top: 1rem;
    z-index: 10000;
    cursor: pointer;
}

.noticeclosersession {
    right: 3.75rem;
}

    .noticecloser::before,
    .noticeclosersession::before {
        content: "\f00d";
        display: block;
        font-family: "FontAwesome";
        font-size: 1.25rem;
        transition: all 0.25s cubic-bezier(0.43, -0.14, 0.31, 1.14);
        font-weight: 400;
        color: #4F33FF;
    }

    .noticecloser:hover::before,
    .noticeclosersession:hover::before {
        color: rgba(52,55,65,0.5);
    }

    .noticeclosersession::before {
        content: "\f068";
    }

.bottom-notice .notice {
    height: auto;
    top: auto;
    bottom: 0;
    background: none;
}

    .bottom-notice .notice table {
        width: 100%;
        padding: 0 24rem;
        box-shadow: 0 -0.25rem 0.25rem rgba(0,0,0,0.125);
    }

.notice-active.bottom-notice .notice table {
    transform: translateY(100%);
}

.notice-active.noticeactive.bottom-notice .notice table {
    transform: translateY(0);
}

.bottom-notice .notice table > tbody > tr > td {
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-height: 0;
    margin: 0;
}
/* Toolbar --------------------------------------------------*/
#toolbar {
    position: fixed;
    width: 20rem; /*367*/
    height: auto; /*575*/
    top: 13%;
    right: -24rem;
    z-index: 99;
    padding: 2rem;
    border-radius: 1.5rem 0 0 1.5rem;
    behavior: url(PIE.htc);
    background-color: #dfe1df;
    transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

.tools-active #toolbar {
    right: -20rem;
}

#toolbar > div {
    width: auto;
    padding: 0;
}

.tools-active #toolbar.active {
    right: 0px;
}

.toolbtn-widget {
    position: absolute;
    font-family: 'toolbox';
    top: 50%;
    left: -48px;
    width: 48px;
    color: #4F33FF;
    transform: translateY(-50%);
    transition: none;
}

    .toolbtn-widget span {
        background-color: #dfe1df;
        display: block;
        border-radius: 1.5rem 0 0 1.5rem;
        margin-bottom: 0.5rem;
    }

        .toolbtn-widget span:last-child {
            margin-bottom: 0;
        }

    .toolbtn-widget:first-child + .toolbtn-widget {
        top: 175px;
    }

    .toolbtn-widget:hover span,
    .toolbtn-widget:hover span::before,
    .toolbtn-widget.active span {
        color: #b2b5b6;
    }

    .toolbtn-widget span:before {
        content: "";
        font-family: FontAwesome;
        font-size: 1.7rem;
        padding: 0.75rem;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        opacity: 1;
        display: block;
        text-align: center;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: all 0.25s cubic-bezier(0.43, -0.14, 0.31, 1.14);
    }

    .toolbtn-widget span.icon-info:before {
        content: "\f05a";
    }

    .toolbtn-widget span.icon-question:before {
        content: "\f059";
    }

@media only screen and (max-width:1024px) {
    .desktop #toolbar {
        top: 7%;
        z-index: 10005;
    }
}

@media only screen and (max-height:668px) {
    .desktop #toolbar {
        top: 5%;
        z-index: 10005;
    }
}
/* Secure Forms Base Colors ----------------------------------*/
form label.required::after, form li:first-child label::after, form label[data-invalid-msg]::after {
    background-color: #4F33FF;
}

form .invalid input[type=radio] + span::before, form .invalid input[type=checkbox] + span::before {
    border-color: #4F33FF;
}

form label.invalid:hover input[type=radio] + span, form label.invalid:hover input[type=checkbox] + span {
    color: #4F33FF;
}

form .invalid input:focus, form .invalid select:focus, form .invalid textarea:focus {
    border-color: #4F33FF;
}

form .required::before, form ul[required]::before {
    color: #4F33FF;
}

form a[data-duplicate], form [data-duplicate], form a[data-remove], form [data-remove] {
    background-color: #4F33FF;
}

    form a[data-duplicate] span {
        background-color: #4F33FF;
    }

form input[type=radio]:checked + span::before {
    background-color: #4F33FF;
}

form input[type=checkbox]:checked + span::before {
    background-color: #4F33FF;
}

form input[type=checkbox]:not([disabled]):hover + span::before, form input[type=radio]:not([disabled]):hover + span::before {
    border-color: #4F33FF;
}

form .table ul:hover {
    color: #4F33FF;
}

/*Personalization */
#personalization {
    position: fixed;
    top: 0;
    left: -18rem;
    z-index: 100;
    padding: 0.5rem 1rem 0.5rem 2rem;
    display: flex;
    justify-content: center;
    background-color: transparent;
    border-radius: 0 1.5rem 1.5rem 0;
    transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
    box-sizing: border-box;
    height: 4rem;
}

.personalization-active #personalization {
    left: 0;
}

.guestWelcome {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.greeting {
    /* font-size: 1.3rem; */
}

    .greeting a {
        font-weight: normal;
    }

.date-and-time {
    display: none;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Personalization Popup */
#personalizationPopupxy {
    display: block;
    position: fixed;
    width: calc(32rem + 1px);
    z-index: 99;
    top: -150%;
    left: 50%;
    background: #dfe1df;
    transform: translate3d(-50%,0,0);
    padding: 0;
    box-shadow: 0 0.25rem 0.25rem rgba(0,0,0,0.125);
    overflow: auto;
    transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
}

.personalization-active #personalizationPopupxy.active {
    top: 8rem;
}

a#personalizationPopupx:hover {
    color: #fff;
    text-decoration: none;
}

.personalizationPopupTitle {
    padding: 1rem 2rem;
    margin: 0;
}

#personalizationPopupx {
    position: absolute;
    z-index: 40;
    width: 2rem;
    height: 2rem;
    top: 1rem;
    right: 0.5rem;
    display: block;
}

#personalizationPopup {
    padding: 1rem 2rem;
    background: #f2f2f2;
    border-radius: 0;
    overflow: auto;
}


#personalizationName {
    width: 100%;
}

@media only screen and (max-width:640px) {
    #personalizationPopupxy {
        width: 100%;
        z-index: 1000;
        max-height: 100vh;
        overflow: scroll;
    }

    .personalization-active #personalizationPopupxy.active {
        top: 0;
    }

    .personalizationPopupClosePerm {
        float: none !important;
        display: block;
        margin-top: 1rem;
    }
}
/* Responsive Queries ---------------------------------------*/
@media only screen and (max-width:1600px) {
    html {
        font-size: 0.98887515451174vw;
    }
    /* Structure ------------------------------------------------*/
    header > div,
    section > div,
    footer > div,
    .inner-content,
    main > .Subsection-Grid-Table > tbody,
    nav#primary > div {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    /* Subsections ----------------------------------------------*/
    section {
        padding: 4rem 16rem;
    }

        section.subsection-color {
            padding: 8rem 16rem;
        }

        section.subsection-image > div::before {
            transform: translate3d(14rem, -50%, 0);
        }

        section.subsection-image > div {
            width: 32rem;
            padding: 4rem;
        }
    /* notice ----------------------------------------------*/
    .bottom-notice .notice table {
        padding: 0 16rem;
    }
}

@media only screen and (max-width:1280px) {
    html {
        font-size: 1.5420200462606vw;
    }

    nav#primary > div > ul > li#logo img,
    nav#primary > div > ul > li#logo svg {
        height: 3rem; /* Set this to the same ratio as the logo using the width below. 300px:100px as  12rem:4rem*/
    }
    /* Structure ------------------------------------------------*/
    header > div,
    section > div,
    footer > div,
    .inner-content,
    main > .Subsection-Grid-Table > tbody,
    nav#primary > div {
        padding: 0 2rem;
    }
        /* Primary Nav ----------------------------------------------*/
        nav#primary > div > ul > li#logo,
        nav#primary > div > ul > li#logo a {
            width: 14rem;
        }

            nav#primary > div > ul > li#logo svg {
                width: 10rem;
            }

        nav#primary > div > ul > li h2 {
            width: 10.5rem;
        }
    /* General Tables ----------------------------------------------*/
    .Subsection-Grid-Table > tbody > tr > td {
        padding-left: 2rem;
    }
    /* Subsections ----------------------------------------------*/
    section[class*="subsection"]:first-of-type {
        padding-top: 8rem;
    }

    section,
    section.subsection-color {
        padding: 4rem;
    }

        section.subsection-image > div {
            width: 30rem;
            padding: 2rem;
        }

            section.subsection-image > div::before {
                transform: translate3d(-2rem, -50%, 0);
            }
    /* Footer ---------------------------------------------------*/
    .weather-active.stocks-active footer > div {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .personalization-active footer {
        padding: 1rem 0 3rem 0;
    }
    /*Personalization */
    #personalization {
        top: auto;
        bottom: 0;
        height: auto;
        border-radius: 0 1.5rem 0 0;
        background-color: #dfe1df;
        padding: 0.5rem 1rem 0.5rem 2rem;
        border: solid 1px #fff;
    }
    /* notice ----------------------------------------------*/
    .bottom-notice .notice table {
        padding: 0 4rem;
    }
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 1.953125vw;
    }

    body {
        padding: 0;
    }

    h1 {
        font-size: 3.05rem;
        line-height: 3rem;
        font-weight: 300;
    }

    h2 {
        font-size: 2.45rem;
        line-height: 3rem;
        font-weight: 700;
    }

    h3 {
        font-size: 1.95rem;
        line-height: 3rem;
    }

    h4 {
        font-size: 1.55rem;
        line-height: 2rem;
        font-weight: 700;
    }

    h5 {
        font-size: 1.25rem;
        line-height: 2rem;
    }

    section a.anchor,
    section a:not([href]):not([class]) {
        top: -4rem;
    }
    /* Hero -----------------------------------------------------*/
    #hero {
        height: auto;
        min-height: 75vw;
        padding-top: 4rem;
    }
    /* Online Banking ----------------------------------------------*/
    #login form {
        width: 4em;
    }
    /* Primary Nav ----------------------------------------------*/
    header {
        position: static;
    }

    nav#primary > div {
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        padding: 0;
    }

        nav#primary > div > ul > li > div::after {
            content: none;
        }

        nav#primary > div > * {
            margin-right: 1.5rem;
        }

            nav#primary > div > *:first-child {
                margin-left: 3.125%;
                margin-right: 0;
            }

        nav#primary > div > [href="./#Online-Banking"], nav#primary > div > [href="english"], nav#primary > div > [href="../"] {
            display: none;
        }

    nav#primary #menuopen,
    .home nav#primary #loginopen {
        display: block;
        margin-bottom: 0;
        margin-right: 0;
    }

    nav#primary > div > ul {
        top: 100%;
        left: 0;
        flex-direction: column;
        background-color: #171618;
        overflow: hidden;
        width: 100%;
    }

        nav#primary > div > ul > li {
            margin-top: -5em;
            border-top: solid 1px rgba(0,0,0,0.1);
            flex-direction: column;
            max-width: none;
        }

            nav#primary > div > ul > li h2 {
                padding: 1.5rem;
                width: auto;
            }

    .opennav nav#primary > div > ul > li {
        margin-top: 0;
        min-height: 0;
        padding: 0;
        background-color: transparent !important;
    }

    nav#primary > div > ul > li > div {
        position: static;
        z-index: 1;
        box-shadow: none;
        width: 100%;
    }

    .opennav nav#primary > div > ul > li.active {
        background-color: #337700;
    }

        .opennav nav#primary > div > ul > li.active > div div {
            margin-top: 2rem;
        }

    nav#primary > div > ul > li#logo {
        display: none;
    }
    /* Structure ----------------------------------------------*/
    section {
        padding: 4rem 2rem;
    }
        /* Subsections ----------------------------------------------*/
        section[class*="subsection"] > div {
            padding: 0 2rem;
        }

        section.subsection-color,
        section[class*="subsection"]:first-of-type {
            padding: 4rem 2rem;
        }

            section.subsection-color > div::before {
                transform: scaleX(0.5) translate3d(75%, -50%, 0);
            }

            section.subsection-color > div::after {
                transform: scaleX(0.5) translate3d(-75%, -50%, 0) rotate(180deg);
            }
    /* General Tables ----------------------------------------------*/
    .Subsection-Grid-Table > tbody > tr > td {
        width: 22rem;
        padding-left: 2rem;
        margin: 2rem 1rem;
    }
    /* Subsections ----------------------------------------------*/
    section.subsection-image > div {
        width: 24rem;
        padding: 4rem 2rem;
    }
    /* notice ----------------------------------------------*/
    .bottom-notice .notice table {
        padding: 0 2rem;
    }

        .bottom-notice .notice table > tbody > tr > td {
            padding: 2rem;
        }
}

@media only screen and (max-width:1024px) and (min-width: 768px) {
    /* Footer ----------------------------------------------*/
    .weather-active:not(.stocks-active) footer > div,
    .stocks-active:not(.weather-active) footer > div {
        align-items: stretch;
    }

    .weather-active:not(.stocks-active) footer nav,
    .stocks-active:not(.weather-active) footer nav {
        flex-direction: column;
    }

    .weather-active:not(.stocks-active) footer ul:first-child,
    .stocks-active:not(.weather-active) footer ul:first-child {
        flex-direction: column;
        align-items: center;
        margin-bottom: 1rem;
    }

        .weather-active:not(.stocks-active) footer ul:first-child li,
        .stocks-active:not(.weather-active) footer ul:first-child li {
            margin: 0;
        }

    .weather-active:not(.stocks-active) footer small,
    .stocks-active:not(.weather-active) footer small {
        margin: 1rem auto;
        display: block;
        text-align: center;
    }

    .weather-active:not(.stocks-active) footer > div > div > p,
    .stocks-active:not(.weather-active) footer > div > div > p {
        margin: 0 auto;
    }
}

@media only screen and (max-width:768px) {
    html {
        font-size: 2.60416666666667vw;
    }
    /* Hero -----------------------------------------------------*/
    #hero {
        min-height: 0;
    }
    /* Primary Nav ----------------------------------------------*/
    [class*="subsection"] table {
        width: 100% !important;
    }

    nav#primary > div > ul > li > div {
        flex-direction: column;
    }

        nav#primary > div > ul > li > div div {
            border-bottom: none;
            padding: 0;
            margin-top: -500px;
        }

            nav#primary > div > ul > li > div div::before {
                content: none;
            }

            nav#primary > div > ul > li > div h3, nav#primary > div > ul > li > div div ul li {
                padding: 0.5em 3.125%;
                text-align: center;
            }

            nav#primary > div > ul > li > div div ul li {
                border-top: solid 1px rgba(0,0,0,0.1);
            }

            nav#primary > div > ul > li > div div:not(:last-child) ul li:last-child {
                border-bottom: solid 1px rgba(0,0,0,0.1);
            }

        nav#primary > div > ul > li > div div {
            border: none;
            margin-bottom: 0;
        }

    .opennav nav#primary > div > ul > li.active > div div {
        margin-top: 1rem;
    }
    /* Structure ----------------------------------------------*/
    main > .Subsection-Grid-Table > tbody {
        width: 100%;
    }
    /* Subsections ----------------------------------------------*/
    section.subsection-color,
    section.subsection-image > div,
    section[class*="subsection"]:first-of-type {
        padding: 4rem 2rem;
    }

    section[class*="subsection"] > div {
        padding: 0 2rem;
        box-sizing: border-box;
    }

    section.subsection > div {
        border-left: none;
    }

    section[class*="subsection"] p {
        width: auto;
    }

    section.subsection-color > div::before,
    section.subsection-color > div::after {
        content: none;
    }

    section.subsection-color::before,
    section.subsection-image > div::before {
        width: 150vw;
        height: 150vw;
    }

    section.subsection-image {
        background-position: 50% 0%;
        padding-top: 16rem;
        background-size: 125%;
        max-height: none;
    }

        section.subsection-image > div {
            width: 100%;
            padding: 4rem;
            min-height: 0;
        }

            section.subsection-image > div::before {
                background-color: #337700;
                z-index: -1;
                border-radius: 50%;
                width: 400%;
                padding-top: 400%;
                height: 0;
                top: 0;
                transform: translate3d(-50%, 16rem, 0);
                background-position: 50% -5%;
                background-size: 25%;
            }
    /* General Tables ----------------------------------------------*/
    .Subsection-Grid-Table > tbody > tr {
        margin: 0;
    }

        .Subsection-Grid-Table > tbody > tr > td {
            min-height: 0;
            padding: 2rem 0;
            margin: 0 2rem;
            width: 100%;
            border-left: none;
        }

            .Subsection-Grid-Table > tbody > tr > td:first-child {
                padding-top: 0;
            }

            .Subsection-Grid-Table > tbody > tr > td:last-child {
                padding-bottom: 0;
            }

            .Subsection-Grid-Table > tbody > tr > td + td {
                border-top: solid 1px #c7c9c8;
            }

    .Subsection-Quicklinks-Table > tbody > tr > td {
        width: 50%;
    }
    /*footer ----------------------------------------------*/
    footer > div {
        flex-wrap: wrap;
    }
    /* Notice ----------------------------------------------*/
    .notice table > tbody > tr > td {
        max-height: 12rem;
    }
}

@media only screen and (max-width:640px) {
    img[class*="Float"] {
        max-width: 18rem;
        margin-left: 0;
        margin-right: 0;
    }

    [class*="Float"] {
        float: none;
    }

    #Online-Banking {
        top: -12rem;
    }
    /* Table Classes --------------------------------------------*/
    .Table-Product > thead {
        display: none;
    }

    .Table-Product > tbody > tr > td {
        display: block;
    }

        .Table-Product > tbody > tr > td::before {
            content: attr(data-title);
            display: block;
        }

    .Table-Product > tbody > tr > td {
        border-left: solid 1px #b2b5b6;
    }

    .locations > tbody > tr > td {
        border-left: none;
    }

    .Table-Product > tbody > tr:last-child > td:not(:last-child) {
        border-bottom: none;
    }
    /* hero ----------------------------------------------*/
    #hero {
        padding-top: 0;
    }
    /* Online Banking ----------------------------------------------*/
    #login {
        order: 1;
        flex-grow: 0;
        height: 0;
        padding: 0 1rem;
        justify-content: center;
        align-items: center;
        display: flex;
        width: 100%;
        background-color: #343741;
        margin-bottom: 4rem;
        overflow: hidden;
        box-sizing: border-box;
        flex-direction: row;
        transition: all 0.5s cubic-bezier(0.43, -0.14, 0.31, 1.14);
    }

    .openob #login {
        height: 16rem;
    }

    #login form div {
        flex-wrap: wrap;
        border-radius: 0;
        background-color: transparent;
    }

    #login input,
    #login select {
        text-align: left;
        height: 2rem;
        border-left: none;
        border-radius: 1rem;
        margin-bottom: 0.5rem;
        width: 60%;
    }

    #login select {
        width: 100%;
        border-radius: 1rem;
        padding-left: 2rem;
    }

        #login select + div {
            display: none;
        }

    #login button[type=submit] {
        /* border: solid 1px #fff; */
        /* height: 2rem; */
    }

    #login input + input {
        border-radius: 1rem 0 0 1rem;
    }

    .business input#AccessIDVisible {
        border-radius: 1rem 0 0 1rem;
    }
    /* Notice ----------------------------------------------*/
    .notice-active.noticeactive .notice table {
        transform: translate(0);
    }

    .notice table > tbody > tr > td {
        max-height: 24rem;
    }
}

@media only screen and (max-width:480px) {
    html {
        font-size: 3.066667vw;
    }

    footer ul:last-child li + li {
        margin-left: 0rem;
        justify-content: center;
        text-align: center;
    }
    /* Structure ------------------------------------------------*/
    header > div,
    section > div,
    footer > div,
    .inner-content,
    main > .Subsection-Grid-Table > tbody,
    section[class*="subsection"] > div {
        padding: 0 1rem;
    }

    section {
        padding: 2rem 1rem;
    }
        /* Subsections ----------------------------------------------*/
        section.subsection-image {
            background-size: 155%;
        }

            section.subsection-image > div {
                padding: 3rem 2rem 2rem 2rem;
            }

        section.subsection-color,
        section[class*="subsection"]:first-of-type {
            padding: 2rem 1rem;
        }
    /* General Tables ----------------------------------------------*/
    .Subsection-Grid-Table > tbody > tr > td {
        margin: 0 1rem;
    }
    /* Footer ----------------------------------------------*/
    footer > div {
        flex-direction: column;
    }

    footer nav {
        flex-direction: column;
    }

    .weather-active footer nav,
    .stocks-active footer nav {
        border-top: solid 1px #a4a7a9;
    }

    footer ul:first-child {
        flex-direction: column;
        align-items: center;
        margin-bottom: 1rem;
    }

        footer ul:first-child li {
            margin: 0;
        }

    footer small {
        margin: 1rem auto;
        display: block;
        text-align: center;
    }

    .bottom-notice .notice table {
        padding: 0 1rem;
    }

        .bottom-notice .notice table > tbody > tr > td {
            padding: 2rem 1rem 1rem 1rem;
        }
}

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

.test footer, .test #personalization {
    display: none;
}

.test .promo-content, .test .quicklinks, .test .Subsection-Quicklinks-Table, .test .subsection-image-content, .test .quick-links-content, .test .caption-container {
    border: 3px dashed red;
}

    .test .caption-container div.caption * {
        border: 1px dashed blue;
    }
