﻿html {
    width: 100%;
    font-size: 5vw; /*18px @ 360vw */
}

@media screen and (min-width: 481px) {
    html {
        font-size: 2.8169vw /*18px @ 568vw */
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 2.8125vw /*18px @ 640vw */
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: 2.60416vw /*20px @ 768vw */
    }
}

@media screen and (min-width: 1001px) {
    html {
        font-size: 1.758vw /*20px @ 1024vw */
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 1.31772vw /*18px @ 1366vw */
    }
}

@media screen and (min-width: 1600px) {
    html {
        font-size: 1.04167vw /*20px @ 1920vw */
    }
}

body, html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial;
    background-color: rgba(0, 69, 130, 1);
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont3295.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3295.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont3295.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoonfd10.eot?u9dcrk');
    src: url('../fonts/icomoonfd10.eot?u9dcrk#iefix') format('embedded-opentype'), url('../fonts/icomoonfd10.ttf?u9dcrk') format('truetype'), url('../fonts/icomoonfd10.woff?u9dcrk') format('woff'), url('../fonts/icomoonfd10.svg?u9dcrk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.cTimeValue H2, .cTimeValue H3 {
    color: #6d6d6d !important;
}

.random-hidden {
    display: none !important;
}

.random-active {
    display: inherit !important;
}

h1, h2, h3 {
    font-family: 'Droid Serif', serif;
}

.cTimeValue h2 {
    width: 50%;
}

a {
    color: rgba(224, 58, 62, 1);
    font-weight: bold;
}

    a:hover {
        color: rgba(224, 58, 62, 0.85);
    }

    a.Include {
        display: none;
    }

@media screen and (min-width: 1001px) {
    a:not([href]):not([class]) {
        top: -8rem;
    }
}

[class*=section] ul li:before,
[class*=Section] ul li:before {
    font-size: 0.50rem;
    top: .8rem;
}

.Table-Style caption {
    background-color: #00529B;
}

.Table-Style tr:nth-child(even) td {
    background-color: #f9f9f9;
}

.Table-Product th {
    border-right-color: rgba(0, 0, 0, .6);
    background-color: rgba(0, 82, 155, 0.85);
    border-bottom-color: rgba(61, 61, 61, 1);
}

.Table-Product tr th:nth-child(2n+3) {
    background-color: #00529B;
}

.checkmark:before {
    color: rgba(224, 58, 62, 1);
}

ul.List-Checkmark li:before {
    font-size: 1rem;
    top: .5rem;
    color: rgba(224, 58, 62, 1);
    text-shadow: none;
}

#page > header {
    /* display: none; */
    width: 100%;
    background-color: rgba(255,255,255,1);
}

@media screen and (max-width: 1000px) {
    #logo-link {
        display: none !important;
    }
}

@media screen and (min-width: 1001px) {
    #page > header {
        display: block;
        position: fixed;
        z-index: 10000;
        background-color: rgba(255,255,255,.85);
    }

    .home #page > header {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.nav-fixed #page > header {
    background-color: rgba(255,255,255,1);
}

@media screen and (min-width: 1001px) {
    .nav-fixed #page > header {
        height: 3.3rem;
    }

    .home.nav-fixed #page > header {
        position: fixed;
    }
}

#page > header > * {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
    position: relative;
    z-index: 10000;
    width: 80%;
    padding: 0;
    margin: 0 auto;
    font-size: .5rem;
}

.nav-fixed #page > header > * {
    justify-content: flex-end;
}

@media screen and (max-width: 1000px) {
    #page > header > *, .nav-fixed #page > header > * {
        justify-content: center !important;
    }
}

@media screen and (min-width: 481px) {
    #page > header > * {
        font-size: .6rem;
    }
}

@media screen and (min-width: 640px) {
    #page > header > * {
        font-size: .6rem;
    }
}

@media screen and (min-width: 768px) {
    #page > header > * {
        font-size: .5rem;
    }
}

@media screen and (min-width: 1001px) {
    #page > header > * {
        font-size: 1rem;
    }
}

@media screen and (min-width:1001px) and (max-width:1279px) {
    #page > header > * {
        width: 90%;
    }
}

#page > header > * > a[class*=fa] {
    position: relative;
    margin-left: 2.75em;
    transition: color .1s ease-in, border-color .4s ease-in, background-color .4s ease-in;
}

@media only screen and (min-width:1001px) and (max-width:1640px) {
    #page > header > * > a[class*=fa] {
        margin-left: .75em;
    }
}

#page > header > * > a[class*=fa]:hover {
    color: rgba(224, 58, 62, 1);
    transition: all .4s ease-out;
}

#page > header > * > a[class*=fa]:before {
    content: "\f017";
    font-family: 'FontAwesome';
    height: 1.714em;
    width: 1.714em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0rem;
    margin: auto 0;
    text-align: center;
    font-size: 1.75em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: .03em #000 solid;
    border-radius: 50000px;
    box-sizing: border-box;
    transition: color .1s ease-in, border-color .4s ease-in, background-color .4s ease-in;
}

.nav-fixed #page > header > * > a[class*=fa]:before {
    font-size: 1.3rem;
}


#page > header > * > a[class*=fa]:hover:before {
    transition: color .1s ease-out, border-color .4s ease-out, background-color .4s ease-out;
    border-color: rgba(224, 58, 62, 1);
    background-color: rgba(224, 58, 62, 1);
    color: rgba(255, 255, 255, 1);
}


#page > header > * > a[class*=fa-phone]:before {
    content: "\f095";
    padding-top: .1em;
}

#page > header > * > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333;
    padding: 1.75em 0 1.75em 3.75em;
    font-family: 'Droid Serif', serif;
    font-size: 1.18em;
    font-weight: normal;
    transition: color .4s ease-in-out;
}

.nav-fixed #page > header > * > a {
    padding-top: .33em;
    padding-bottom: .33em;
    padding-left: 2.25em;
}

#page > header > * > a#logo-link {
    position: relative;
    padding: 0 0 .8em 0 !important;
    width: 15.05em; /* 301 */
    height: 6.75em; /* 135 */
    margin-right: auto;
}

.nav-fixed #page > header > * > a#logo-link {
    display: none;
}

#page > header > * > a#logo-link > svg {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width:1001px) {
    #page > header > * > a#logo-link > svg {
        margin-left: -2rem;
    }
}

#page > header > * > a > .smaller-line {
    display: block;
    font-size: .67em;
    font-family: 'Open Sans', sans serif;
    margin-top: .4em;
}

.nav-fixed #page > header > * > a > .smaller-line {
    margin-top: -.3em;
}


/* ------these styles should come from your shell----------*/
#header {
    min-height: 110px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.3);
    box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.3);
}

    #header > .inner-content {
        position: relative;
    }

a {
    color: rgba(224, 58, 62, 1);
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.clear {
    clear: both;
}

#page {
    overflow-x: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.mobile #logo {
    position: absolute;
    left: 20px;
}

.mobile #header > .inner-content {
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 480px) {
    .mobile #logo {
        width: 80px;
    }

        .mobile #logo img {
            margin-top: 10px;
        }

    #header > .inner-content {
        height: 60px;
    }

    #header {
        min-height: 60px;
    }
}

/*FONT SIZING - specific font sizing
-------------------------------------------------------------------------------------------*/
nav#primary ul li {
    font-size: 16px; /* .90rem */
}

@media screen and (min-width: 1280px) {
    nav#primary ul li {
        font-size: .90rem;
    }
}

nav#primary > div > ul > li > a {
    font-size: 1.2rem;
}

nav#primary > div > ul > li > div div h3 {
    font-size: 1.15rem;
    line-height: 1;
}

nav#primary #menuopen {
    font-size: 1.75rem;
}
/*MAIN NAV
-------------------------------------------------------------------------------------------*/
nav#primary {
    width: 100%;
    margin: 0;
    background-color: rgb(106, 106, 106) !important;
}

@media screen and (min-width: 1001px) {
    nav#primary {
        position: fixed;
        top: 3.3rem;
        z-index: 10010;
    }
}

@media screen and (min-width: 1001px) {
    .home nav#primary {
        position: relative;
        top: auto;
        order: -1;
    }

    .home.nav-fixed nav#primary {
        position: fixed;
        top: 3.3rem;
    }
}

nav#primary > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3%;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    nav#primary > div {
        padding: 0;
    }
}

@media screen and (min-width: 2000px) {
    nav#primary > div {
        /* max-width: 80%; */
    }
}

nav#primary > div > * {
    display: block;
}

nav#primary > div > div {
    display: flex;
    align-items: center;
}

nav#primary ul {
    padding: 0;
    margin: 0 !important;
}

nav#primary > div > ul {
    display: flex;
    justify-content: space-between; /*IE*/
    max-width: 90%;
    position: relative;
    margin: 0;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    nav#primary > div > ul {
        max-width: 100%;
    }
}

nav#primary ul li {
    position: static;
    padding: 0.3rem 0;
    margin: 0;
    list-style-type: 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;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 1001px) {
    /*To manually set desktop nav height*/
    nav#primary > div > ul > li {
        height: 2.7rem;
    }
        /*To set min-widths on categories on desktop*/
        /*nav#primary > div > ul > li {
        min-width: 10rem;
    }*/

        nav#primary > div > ul > li.edge {
            position: static;
        }
}

nav#primary > div > ul > li#logo {
    /* width: 5rem; */ /*adjust width to change size of inmage logo (non SVG)*/
    /* height: auto; */
    padding: 1.111rem;
    background: none;
    flex-grow: 0;
}

    nav#primary > div > ul > li#logo a {
        padding: 0;
        z-index: 1;
        display: block;
        /* width: 100%; */
        height: auto;
    }

    nav#primary > div > ul > li#logo svg {
        position: relative;
        top: -3rem;
        width: 10.5rem;
        height: 3.6rem;
        pointer-events: none;
    }

.nav-fixed nav#primary > div > ul > li#logo svg {
    pointer-events: auto;
}
/*IE11 Manually set Logo width for SVG*/
/*_:-ms-fullscreen, :root nav#primary > div > ul > li#logo img {
    width: 278px;
}*/
/*Vertical Logo
-------------------------------------------------------------------------------------------*/
.logo-vertical nav#primary > div > ul > li#logo,
.logo-vertical nav#primary > div > ul > li#logo a { /*default*/
    width: 7.5rem;
}
/*IE11*/
_:-ms-fullscreen, :root .logo-vertical nav#primary > div > ul > li#logo {
    justify-content: flex-start;
}

.logo-vertical.scroll nav#primary > div > ul > li#logo a,
.logo-vertical nav#primary > div > ul > li#logo.active a { /*scroll & hover*/
    width: 5.5rem;
}

.logo-vertical nav#primary > div > ul > li#logo a {
    position: absolute;
    top: 0;
    padding: .75rem;
    background-color: #FFF;
    max-width: 9.772rem;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.32);
}

.logo-vertical nav#primary > div > ul > li#logo img {
    width: 100%;
}

.mobile-logo {
    display: none;
}

@media screen and (max-width: 1000px) {
    .logo-vertical #page > .mobile-logo {
        display: block;
        position: absolute;
        height: 5rem;
        max-height: 5rem;
        top: .25rem;
        left: 1rem;
        z-index: 10001;
    }

        .logo-vertical #page > .mobile-logo img {
            width: auto;
            height: 100% !important;
        }

    .logo-vertical.opennav #page > .mobile-logo,
    .logo-vertical.openob #page > .mobile-logo {
        height: 3.75rem;
    }
}

@media screen and (min-width: 668px) { /*Manually set padding-top to accommodate "Vertical" logo height*/
    .logo-vertical .subsection:first-of-type,
    .logo-vertical .Subsection-Table:first-of-type {
        padding-top: 2.75rem;
    }
}
/*Vertical Logo End
-------------------------------------------------------------------------------------------*/
nav#primary .mobile-logo {
    position: relative;
    display: none;
    height: 100%;
    align-items: center;
    min-width: 8rem;
}

@media screen and (max-width: 1000px) {
    nav#primary .mobile-logo {
        display: flex;
        padding: 0;
        max-width: 8rem; /*may need edit this*/
    }
}

nav#primary > div > ul > li > a {
    display: flex;
    position: relative;
    color: #fff;
    cursor: pointer;
    height: 100%;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 0 1rem; /*change padding to control when goes to two lines*/
    margin: 0;
    letter-spacing: -0.03rem;
    transition: all .25s ease;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
}

@media screen and (min-width: 1001px) {
    .no-touch .scroll nav#primary > div > ul > li > a {
        padding: 1.25rem 0.750rem;
    }

    .no-touch .scroll nav#primary > div > ul > li#logo {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

nav#primary > div > ul > li > div {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.25);
    left: -2rem;
    top: 100%;
    /* z-index: -1; */
}

@media screen and (min-width: 1001px) {
    nav#primary > div > ul > li > div {
        min-height: 0;
        overflow: auto;
    }

    nav#primary > div > ul > li.edge > div {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
}

@media screen and (min-width: 1001px) {
    nav#primary > div > ul > li:nth-child(2) > div {
        left: -17rem;
    }

    .logo-vertical nav#primary > div > ul > li:nth-child(2) > div {
        left: -2rem;
    }

    nav#primary > div > ul > li:nth-child(n+3) > div {
        left: -20rem;
    }

    nav#primary > div > ul > li:nth-child(n+4) > div {
        left: -22.5rem;
    }

    nav#primary > div > ul > li:nth-last-of-type(2) > div {
        right: -20.5rem !important;
        left: auto;
    }

    nav#primary > div > ul > li:last-of-type > div {
        right: -1.5rem !important;
        left: auto;
    }
}

nav#primary > div > ul > li > div div ul li a {
    font-weight: normal;
}

nav#primary > div > ul > li > div > * {
    position: relative;
    margin-top: -40rem;
    margin-bottom: 0;
    min-width: 16rem;
    min-height: 0;
    transition: margin-top 0.6s ease-out; /* cubic-bezier(0.43, -0.14, 0.31, 1.14) */
    padding: 1.5rem 1rem 1.5rem 1rem;
    /* flex-grow: 1; */
}

@media screen and (min-width: 1001px) {
    nav#primary > div > ul > li.edge > div > * {
        min-width: 0;
        flex-grow: 1;
    }
}

@media screen and (max-width:1250px) {
    nav#primary > div > ul > li > div > * {
        min-width: 14rem;
    }
}

@media screen and (min-width: 1001px) {
    nav#primary > div > ul > li > div > *:before {
        position: absolute;
        display: block;
        content: "";
        left: -2px;
        bottom: 0px;
        width: 1px;
        height: 80%;
        background: linear-gradient(to bottom, rgba(234,234,234,1) 29%,rgba(144,144,144,1) 100%);
    }

    nav#primary > div > ul > li > div > *:first-of-type:before {
        display: none;
    }

    nav#primary > div > ul > li > 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 > div > * h3 {
        /* margin: 1rem 0; */
    }

        nav#primary > div > ul > li > div > * h3 + ul {
            margin: 1rem 0;
        }

    nav#primary > div > ul > li > div > * ul:only-child { /*panel with no subheading*/
        margin-top: .3rem;
    }

    nav#primary > div > ul > li > div > * ul li {
        line-height: 1.2;
        padding-right: 5px;
        padding-left: 0;
        transition: all .3s ease;
    }

        nav#primary > div > ul > li > div > * ul li:hover {
            padding-right: 0;
            padding-left: 5px;
        }

        nav#primary > div > ul > li > div > * ul li a {
            display: block;
            text-decoration: none;
            color: rgba(0, 0, 0, .666);
        }

        nav#primary > div > ul > li > div > * ul li:hover a {
            color: rgba(224, 58, 62, 1);
        }

    nav#primary > div > ul > li:hover > div > * {
        margin-top: 0rem;
    }

    .logo-vertical.scroll nav#primary > div > ul > li:hover > div > * { /*accommodate nav shrink + vertical logo */
        margin-top: 2rem;
    }

    nav#primary > div > ul > li:hover {
        border-radius: 0;
    }

        nav#primary > div > ul > li:hover > a {
            color: rgba(255, 255, 255, .85);
        }

    nav#primary > div > ul > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 5px;
        background: #00529B;
        transition: all .4s ease;
    }

    nav#primary > div > ul > li:hover > a:after {
        left: 0;
        width: 100%;
    }

    nav#primary > div > ul > li#logo > a:after {
        display: none;
    }

    nav#primary #menuopen,
    nav#primary #loginopen {
        display: none;
        font-weight: 400;
    }
}

/* Table-Nav-Promo */
nav#primary > div > ul > li > div > .Table-Nav-Promo {
    display: block;
    background-color: #f1f1f1;
    table-layout: fixed;
    white-space: nowrap;
    min-height: 0;
}

@media screen and (min-width: 1001px) {
    nav#primary > div > ul > li.edge > div > .Table-Nav-Promo {
        min-width: 16rem;
        max-width: 16rem;
    }
}

nav#primary > div > ul > li > div > .Table-Nav-Promo > * {
    display: block;
    white-space: normal;
    min-height: 0;
}

    nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr {
        display: block;
        min-height: 0;
    }

        nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * {
            display: block;
            min-width: 0;
            width: 100%;
            text-align: center;
            line-height: 1em;
        }

            nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > * {
                width: 100%;
            }

            nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > p {
                line-height: 1em;
                font-size: .75rem;
            }

            nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > *:first-child {
                vertical-align: middle;
                margin-top: 0 !important;
                padding-top: 0 !important;
                flex-shrink: 0;
            }

                nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > *:first-child > img {
                    vertical-align: middle;
                }

                nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > *:first-child + * {
                    text-transform: uppercase;
                    font-weight: bold;
                    color: rgba(224, 58, 62, 1);
                    margin-bottom: 0 !important;
                    padding-bottom: 0 !important;
                }

                    nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > *:first-child + * + * {
                        font-weight: bold;
                        margin-top: .3em !important;
                        padding-top: 0 !important;
                        margin-bottom: 0 !important;
                        padding-bottom: 0 !important;
                    }

                        nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > *:first-child + * + * + * {
                            font-size: .75rem;
                            margin-top: .3em !important;
                            padding-top: 0 !important;
                        }


@media screen and (max-width: 1000px) {
    nav#primary > div > ul > li > div > *.Table-Nav-Promo {
        display: none !important;
        padding: 1.5rem 1rem 1.5rem 1rem;
    }
}

/*MAIN NAV MOBILE
-------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
    nav#primary {
        position: relative;
        min-height: 0;
    }

        nav#primary > div {
            flex-wrap: wrap;
            width: 100%;
            height: 100%;
            padding: 0;
        }

            nav#primary > div > div:first-of-type {
                width: 100%;
                padding: .35rem 1rem;
                justify-content: space-between;
                flex-wrap: nowrap;
                height: 4.5rem;
            }

                nav#primary > div > div:first-of-type > div {
                    display: flex;
                    flex-wrap: nowrap;
                    align-items: center;
                }

            nav#primary > div > ul > li > div {
                flex-direction: column;
            }

                nav#primary > div > ul > li > div::after {
                    content: none;
                }

        nav#primary #menuopen,
        nav#primary #loginopen {
            display: block;
            color: rgba(255, 255, 255, 1);
            text-decoration: none;
        }

            nav#primary #loginopen.Button1 {
                display: none;
                margin: 0 !important;
                margin-right: .75rem !important;
                padding: .5rem 1rem;
                text-decoration: none;
            }

                nav#primary #loginopen.Button1:hover, .openob #primary .Button1 {
                    background-color: transparent !important;
                    border-color: rgba(255, 255, 255, 1) !important;
                }

    .home nav#primary #loginopen.Button1 {
        display: block;
    }

    nav#primary #loginopen:before {
        margin-right: .4rem;
    }

    .opennav nav#primary #menuopen {
        color: #333;
    }

    nav#primary > div > ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-color: #fff;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        nav#primary > div > ul > li {
            margin-top: -5rem;
            border-top: solid 1px rgba(0,0,0,0.1);
            display: block;
            max-width: none;
            -webkit-text-size-adjust: 100%;
            width: 100%;
        }

    .opennav nav#primary > div > ul > li {
        margin-top: 0;
        min-height: 0;
        padding: 0;
        background-color: transparent !important;
    }

    nav#primary > div > ul > li > a {
        display: block;
        padding: 0 1em; /* 1rem */
        width: auto;
        width: 100%;
        line-height: 3.2rem;
        color: #000;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        -webkit-text-size-adjust: 100%;
    }

    nav#primary > div > ul > li > div div ul li a {
        display: block;
        -webkit-text-size-adjust: 100%;
    }

    nav#primary > div > ul > li > div {
        position: static;
        z-index: 1;
        box-shadow: none;
        width: 100%;
        background-color: #f1f1f1;
    }

    .opennav nav#primary > div > ul > li.active {
        background-color: #002d3f;
    }

    nav#primary > div > ul > li > div > * {
        padding: 0 !important;
        width: 100%;
    }

    .opennav nav#primary > div > ul > li.active > div > * {
        margin-top: 0;
    }

        .opennav nav#primary > div > ul > li.active > div > *:nth-child(1) {
            border-top: 2px solid #d8d8d8;
        }

    nav#primary > div > ul > li#logo {
        display: none;
    }

    nav#primary > div > ul > li > div h3 {
        text-align: center;
    }

    nav#primary > div > ul > li > div div ul li {
        text-align: center;
    }

    nav#primary > div > ul > li > div div h3 {
        padding: .8rem;
        margin: 0;
    }

    nav#primary > div > ul > li > div div ul li a {
        padding: .35rem 1rem;
        color: rgba(224, 58, 62, 1);
        text-decoration: none;
        width: 100%;
    }

    .no-touch nav#primary > div > ul > li > div div ul li:hover {
        background-color: #FFF;
    }

    nav#primary > div > ul > li > div div ul li {
        width: 100%;
        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;
        display: block;
    }
}

@media screen and (max-width: 340px) {
    nav#primary #loginopen.Button1 span {
        display: none;
    }

    nav#primary #loginopen.Button1 {
        padding: .45rem;
        min-width: 2.5rem;
    }

    .home nav#primary #loginopen:before {
        margin: 0;
    }
}

@media screen and (min-width: 1001px) {
    #hero-main {
        order: -3;
    }
}

#personalization {
    position: relative;
}

@media only screen and (min-width:1281px) {
    padding:0;
}

@media only screen and (max-width:1280px) {

    #page > header > section > #personalization {
        display: block !important;
    }

    #personalization {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 20000;
        display: block !important;
        height: auto !important;
        width: 100%;
        height: auto;
        overflow: hidden;
        align-items: center;
        background-color: rgba(65,64,66,.9);
        color: rgba(255,255,255,1);
        padding: 10px 5%;
        box-sizing: border-box;
        text-align: center;
        transition: all .6s ease-in;
    }

    .time-mark-1 #personalization {
        margin-bottom: -500px;
    }

    #guestWelcome {
        line-height: 1.2em;
        white-space: normal !important;
        text-align: center;
        display: inline-block !important;
        padding: 0 !important;
        max-width: none;
    }
}

#greetingXY {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: 100%;
    text-align: right;
    margin-left: 0;
    /* padding-top: 0.75rem; */
    box-sizing: border-box;
}

@media only screen and (max-width:1280px) {
    #greetingXY {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (min-width:1281px) {
    #greetingXY {
        max-width: 25.75rem;
    }
}

#greetingXY a {
    font-weight: 700;
}

body.atmlocator #greetingXY {
    display: none;
}

#guestWelcome {
    font-size: 1rem;
    margin-top: 0;
    color: #333333;
}

@media only screen and (max-width:1280px) {
    #guestWelcome {
        color: #fff;
        display: block !important;
    }
}

.firstname {
    cursor: pointer;
}

.greeting {
    /* margin-right: .3em; */
}

.date-and-time {
    display: block;
    font-size: .7em;
    /* margin-left: .3em; */
}

#personalizeLine {
    display: none;
    font-size: 0.5rem;
    padding-top: 0.1rem;
}

    #personalizeLine a {
        text-decoration: none;
        cursor: pointer;
    }

        #personalizeLine a:hover {
            text-decoration: underline;
        }

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Personalization Popup */
.personalizationPopup {
    display: block;
    position: fixed;
    width: 20rem;
    z-index: 15000;
    top: -1000px;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: 6.4rem auto 0 auto;
    padding: 0;
    box-shadow: 0px 0px 1rem 0px rgba(84,102,112,0.31);
    border-radius: 0.25rem;
    overflow: auto;
    transition: all .25s ease-in-out;
}

    .personalizationPopup.active {
        top: 0px;
    }


    .personalizationPopup form {
        margin: 0;
        padding: 0 2rem 2rem 2rem;
    }

@media only screen and (max-width:490px) {
    .personalizationPopup form {
        padding: 0 1rem 1rem 1rem;
    }
}

a#personalizationPopupx {
    color: #f1f1f1;
    text-decoration: none;
}

    a#personalizationPopupx:hover {
        color: #fff;
        text-decoration: none;
    }

.personalizationPopupTitle {
    color: #fff;
}

.personalizationPopup p {
    margin: 0.15rem 0.5rem 0.15rem 0.75rem;
    padding: 0.3rem 0 0.3rem 0;
}

#personalizationPopupx {
    position: absolute;
    width: 1rem;
    height: 1rem;
    z-index: 40;
    top: 0.2rem;
    right: 0;
    display: block;
    padding: 0.15rem;
    font-weight: 700;
    margin-top: -0.1rem;
    font-size: 0.85rem;
}

    #personalizationPopupx a:hover {
        background-position: 0px -0.8rem;
    }

.personalizationPopup h1 {
    display: block;
    box-sizing: border-box;
    font-size: 0.85rem;
    padding: 1rem 2rem;
    margin: 0 -2rem 0.1rem -2rem !important;
    text-transform: uppercase;
    font-weight: normal;
    width: calc(100% + 4rem);
    background-color: #4a4a4a;
}

@media only screen and (max-width:490px) {
    .personalizationPopup h1 {
        padding: 1rem 1rem;
        margin: 0 -1rem 0.1rem -1rem !important;
        width: calc(100% + 2rem);
    }
}

.personalizationPopup h2 {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1em;
    margin-bottom: 0;
}

.personalizationPopup p {
    font-size: 0.7rem;
    line-height: 1rem;
    padding: 0.15rem 0px 0.15rem 0px;
    margin: 0.1rem 0px 0.35rem 0px;
}

.personalizationPopup label {
    display: inline-block;
    margin: 0 0.75rem 0 0;
}

.personalizationPopup a {
    font-size: 0.6rem;
    text-decoration: none;
}

    .personalizationPopup a:hover {
        text-decoration: underline;
    }

.personalizationPopup ol {
    list-style-type: decimal;
    margin: 0px 0px 0.5rem 1.5rem;
    padding: 0px;
}

    .personalizationPopup ol li {
        font-size: 0.6rem;
        margin: 0.15rem 0px 0.15rem 0px;
        padding: 0.15rem 0px 0.15rem 0px;
    }

.personalizationPopup form input[type=text] {
    width: 100%;
    outline: 0;
    border: 1px solid #666;
    padding: 0.25rem;
    margin-top: 0.25rem;
    font-size: 0.7rem;
    line-height: 0.95rem;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

.personalizationPopup form input[type=submit] {
    cursor: pointer;
}

.personalizationPopup .submit-p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

    .personalizationPopup .submit-p > * {
        display: block;
        margin: 0 !important;
    }

.personalizationPopupClosePerm {
    display: block;
    margin-top: 0.5rem;
}

@media only screen and (max-width:490px) {
    .personalizationPopup {
        width: 90%;
    }
}


.personalizationPopup h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background-color: #00529b;
    background-image: url('../images/OB-Background.svg');
    background-size: 100%;
    background-position: center -3rem;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-nav-deposit:before {
    content: "\e903";
}

.icon-nav-business:before {
    content: "\e902";
}

.icon-computer:before {
    content: "\e900";
}

.icon-fiserv-logo:before {
    content: "\e901";
}

/*HOMENAV 2.0.0-------------------------------------------------------------------------------------------*/

#homenav {
    display: none;
}

.desktop #homenav {
    display: block;
    position: relative;
    width: 100%;
    height: 34vh;
    bottom: 0;
    left: 0;
    z-index: 1000;
    margin-top: -34vh;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 50%, rgba(255,255,255,1) 100%);
    order: -2;
}

@media screen and (max-height:768px) and (min-width:1001px) {
    .desktop #homenav {
        min-height: 270px;
        height: 270px;
        margin-top: -270px;
    }
}

.desktop #homenav:hover {
    z-index: 1020;
}

#homenav .inner-content {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    /* min-width: 996px; */
}

@media screen and (max-width:1300px) {
    #homenav .inner-content {
        width: 100%;
    }
}

.desktop ul.nav2 {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    overflow: hidden;
}

    .desktop ul.nav2 > li.homenavitem {
        position: relative;
        display: block;
        float: left;
        width: calc(100%/4);
        height: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        transition: all .5s ease;
    }

        .desktop ul.nav2 > li.homenavitem:first-child {
            border-left: none;
        }

    .desktop ul.nav2 li.homenavitem:hover {
        margin-top: 0;
    }

    .desktop ul.nav2 li a.homenavdoor {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        left: 0;
        margin: 0;
        color: #000;
        padding: 1rem 10% 3rem 10%;
        cursor: pointer;
        box-sizing: border-box;
        transition: all .5s ease-out;
        text-align: center;
        z-index: 12;
    }

    .desktop ul.nav2 li.active a.homenavdoor, .desktop ul.nav2 li:hover a.homenavdoor {
        z-index: 2;
    }

    .desktop ul.nav2 li:hover a.homenavdoor {
        margin-bottom: -85px;
    }

#homenav ul.nav2 li a.homenavdoor h2 {
    font-size: 25px;
    line-height: 26px;
    color: #000;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    /* font-style: italic; */
    font-weight: normal;
    text-align: center !important;
    border-bottom: 0;
}

    #homenav ul.nav2 li a.homenavdoor h2 strong {
        font-weight: 700;
        display: block;
    }

.desktop #homenav ul.nav2 li a.homenavdoor h2 {
    margin: 0;
    padding: 0 0 5px 0;
    opacity: 1;
    font-size: 1.6rem;
    line-height: .815em;
    transition: all .5s ease-out;
}

    .desktop #homenav ul.nav2 li a.homenavdoor h2 + h2 {
        font-size: 1.2rem;
        line-height: 1.085em;
        font-weight: 300;
        text-transform: uppercase;
    }

.desktop ul.nav2 li a.homenavdoor h3 {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 28px 0;
}

    .desktop ul.nav2 li a.homenavdoor h3:before {
        position: absolute;
        display: block;
        bottom: 0;
        left: 50%;
        content: "";
        width: 18px;
        height: 18px;
        border: solid #8d7249;
        border-width: 0 0 2px 2px;
        transform-origin: 0 100%;
        transform: scaleY(0.9) rotate(-45deg);
    }

.homenav-arrow {
    position: absolute;
    /* width: 20px; */
    /* height: 20px; */
    left: 48%;
    bottom: 0px;
    font-style: normal;
    color: #000050;
}

    .homenav-arrow:after {
        display: block;
        content: "\f107";
        font-family: 'fontAwesome';
        font-size: 36px;
        line-height: 29px;
    }

.mobile .homenav-arrow {
    bottom: 10px;
}

.homeicon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 1rem auto;
    width: 5.835vw;
    min-width: 50px;
    height: 5.835vw;
    min-height: 50px;
    padding: 0;
    font-size: 42px;
    color: #FFF;
    text-align: center;
    border-radius: 1.304vw;
    border: 0px solid #000000;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    background: rgba(0, 82, 155, 1);
    background: linear-gradient(to bottom, #00529b 0%, #00417b 100%);
    transition: all .3s ease;
}

.ie9 .homeicon {
    background-color: #880d24;
}

.homeicon:before {
    font-family: 'icomoon';
    color: #FFF;
    font-size: 6vw;
    z-index: 2;
}

@media screen and (max-width:480px) {
    .homeicon:before {
        font-size: 10vw;
    }
}

.desktop ul.nav2 li:hover .homeicon {
    transform: scale(.8);
}

.desktop .homenavContent {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px 20px 30px 20px;
    bottom: -100px;
    margin: 0;
    opacity: 0;
    background-color: rgba(255,255,255,1);
    border: 0px solid #000000;
    box-sizing: border-box;
    border-radius: 0;
    border-top: 10px solid rgba(224, 58, 62, 1);
    transition: all .3s ease-out;
    transform-origin: bottom;
    z-index: 10;
}

@media screen and (max-height:650px) {
    .desktop .homenavContent {
        background: #FFF;
    }
}

.desktop #homenav .inner-content ul.nav2 li:hover .homenavContent {
    margin-top: 0;
    opacity: 1;
    transform: translateY(-100px);
}

#homenav .inner-content .homenavContent h2 {
    font-size: 1.2rem;
    line-height: 1.167em;
    font-weight: 300;
    text-align: center !important;
    position: relative;
    display: block;
}

.desktop .inner-content .homenavContent h2 {
    padding: 5px 0px 0px 0;
    margin: .295em 0px .167em 0px;
}

.desktop .homenavContent ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.desktop .homenavContent a {
    display: block;
    width: auto;
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
    text-align: center;
}

@media screen and (max-height:850px) and (min-width:1001px) {
    .desktop .homenavContent a {
        font-size: .7rem;
    }
}

.homenavContent a {
    color: #3d3e3f !important;
    font-weight: normal;
}

    .homenavContent a:hover {
        color: #056241;
    }

@media screen and (min-width:1450px) {
    .desktop .inner-content .homenavContent a {
        font-size: 1vw;
        line-height: 1.3;
    }
}

@media screen and (max-width:1300px) {
    .desktop .inner-content .homenavContent h2 {
        font-size: 18px;
        line-height: 23px;
    }
}

.desktop .homenavContent ul {
    display: block;
    width: auto;
}

    .desktop .homenavContent ul li {
        display: block;
        width: auto;
        margin: 0px;
        padding: 0.25rem 0.25rem 0.25rem 0;
        transition: padding .30s;
    }

@media screen and (max-height:850px) and (min-width:1001px) {
    .desktop .homenavContent ul li {
        padding: 0.1rem 0.25rem 0.1rem 0;
    }
}

/*MOBILE HOMENAV

-------------------------------------------------------------------------------------------*/


@media screen and (max-width:1000px) {
    #homenav {
        display: block;
        background-color: transparent;
        position: relative;
        width: auto;
        height: auto;
    }

        #homenav .inner-content {
            position: relative;
            margin: 0px auto;
            padding: 0;
            min-width: 0;
            background-color: transparent;
        }

    .homenavStripe {
        display: none;
    }

    #homenav .inner-content {
        width: 100% !important;
        z-index: 1000;
    }

    ul.nav2 {
        position: relative;
        margin: 0;
        padding: 0;
        list-style-type: none;
        background: #fff;
        width: 100%;
    }

        ul.nav2 > li.homenavitem {
            position: relative;
            display: block;
            width: 100%;
            height: 4rem;
            padding: 0;
            margin: 0;
            background: transparent;
            border-bottom: 1px solid #d4d4d4;
            box-sizing: border-box;
            transition: all .5s ease;
            overflow: hidden;
        }

            ul.nav2 > li.homenavitem.active {
                height: auto;
            }

            ul.nav2 > li.homenavitem:first-child a.homenavdoor {
                border-top: 1px solid #fff;
            }

        ul.nav2 li a.homenavdoor {
            display: flex;
            align-items: center;
            padding: 0 5%;
            height: 4rem;
        }

    #homenav ul.nav2 li a.homenavdoor h2 {
        margin: 0;
        padding: 0;
        text-align: left !important;
    }

    ul.nav2 li a.homenavdoor h3 {
    }

    .homeicon {
        margin: 0 1rem 0 0;
    }

    .homenavContent {
        opacity: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        transition: all .45s ease-out;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(224,224,224,.7) 100%);
    }

        .homenavContent .homeicon {
            display: block;
            opacity: .3;
        }

    ul.nav2 > li.homenavitem.active .homenavContent {
        opacity: 1;
        padding: 0px 20px 20px 20px;
    }

    .homenavContent div {
        width: 50%;
    }

    .homenavContent ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style-type: none;
        z-index: 50;
    }

    .homenavContent a {
        display: block;
    }

    .homenavContent ul li {
        display: block;
        margin: 0px;
        padding: 4px 0px;
        text-align: center;
        transition: padding .30s;
    }

        .homenavContent ul li:hover {
            padding-left: 0px;
        }
}

#page > *:nth-last-child(3), #page > main > *:last-child {
    padding-bottom: 10vw;
    background-image: linear-gradient(to top, rgba(194, 224, 255, 0) 20rem, rgba(255, 255, 255, 1) 30rem, rgba(244, 249, 255, 1) 100%), url(../images/Clouds.svg), linear-gradient(to bottom, #f4f9ff 0%, #c2e0ff 100%);
    background-size: cover, 100%, cover;
    background-position: center top, bottom, center;
}

#page > footer {
    position: relative;
    z-index: 2;
    overflow: visible;
    background-image: url(../images/Footer-Background.svg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -10vw;
    padding-bottom: 4rem;
    text-align: center;
    color: rgba(255,255,255,.66);
    font-size: .8rem;
}

@media screen and (min-width:668px) {
    #page > footer {
        text-align: left;
    }
}

#page > footer > * {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (min-width:1001px) and (max-width:1279px) {
    #page > footer > * {
        width: 90%;
    }
}

#logos > div {
    display: inline-block;
    margin-left: 1rem;
}

    #logos > div:first-child {
        margin-left: 0;
    }

#Footer-Disclaimer, .financial-planning .fdic, .trust-fiduciary .fdic, .wealth-management .fdic, .financial-planning .ehl, .trust-fiduciary .ehl, .wealth-management .ehl {
    display: none !important;
}

.financial-planning #Footer-Disclaimer, .trust-fiduciary #Footer-Disclaimer, .wealth-management #Footer-Disclaimer {
    display: inherit !important;
}

#social {
    font-size: 1.85rem;
}

    #social > * {
        margin-left: .5rem;
    }

        #social > *:first-child {
            margin-left: 0;
        }

#footer-right {
    padding-top: 1.4em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

@media screen and (max-width: 1279px) {
    #footer-right {
        text-align: center;
    }
}

@media screen and (min-width:1001px) and (max-width: 1279px) {
    #footer-right {
        flex-direction: row;
        text-align: center;
    }
}

/* Thrify */

@keyframes idle-up-down {
    0% {
        transform: translateY(-.25rem);
    }

    50% {
        transform: translateY(0rem);
    }

    100% {
        transform: translateY(-.25rem);
    }
}

#page > footer > *#thrify-section {
    position: relative;
    width: 60%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 3rem;
}

@media screen and (max-width:480px) {
    #page > footer > *#thrify-section {
        flex-direction: column;
    }
}

@media screen and (max-width:1279px) {
    #page > footer > *#thrify-section {
        width: 90%;
    }
}

#balloon-box {
    border-radius: 100%;
    color: #333;
    margin-right: 2.5%;
    transition: all .4s ease-in-out;
    transform: scale(0.0);
    transform-origin: 100% 20%;
    opacity: 0;
}

@media screen and (min-width:481px) {
    #balloon-box {
        max-width: 77.5%;
    }
}

#thrify-section.scroll-active #balloon-box {
    transform: scale(1);
    opacity: 1;
}

#balloon {
    position: relative;
    background-color: white;
    border-radius: 100%;
    color: #333;
    text-align: center;
    padding: 2rem 3rem;
    max-width: 35rem;
    box-shadow: .5em .5em 3em rgba(0, 82, 155, .5);
}

@media screen and (min-width:481px) {
    #balloon {
        float: right;
    }
}

#balloon:before, #balloon:after {
    content: "";
    position: absolute;
    top: 3vw;
    right: -1.2vw;
    z-index: 2;
    background-color: white;
    border-radius: 100%;
    text-align: center;
    padding: .6rem 2.5rem;
    max-width: 700px;
    transform: rotate(-20deg);
}

@media screen and (max-width:480px) {
    #balloon:before, #balloon:after {
        top: auto;
        bottom: 3vw;
        right: 13vw;
        padding: .6rem 1.5rem;
        transform: rotate(-120deg);
    }
}

@media screen and (min-width:481px) and (max-width:1279px) {
    #balloon:before, #balloon:after {
        top: 7vw;
        padding: .6rem 2rem;
    }
}

#balloon:before {
    z-index: -1 !important;
    box-shadow: .5em .5em 3em rgba(0, 82, 155, .5);
}

#balloon:after {
    z-index: 2;
}

#Thrifty {
    pointer-events: none;
    position: relative;
    min-height: 10rem;
}

    #Thrifty:before {
        position: absolute;
        top: 6rem;
        left: 4rem;
        display: block;
        z-index: 10;
        content: "";
        width: 10.55rem;
        height: 3.7rem;
        background-image: url(../images/Cloud-x2.png);
        background-size: 100%;
        background-repeat: no-repeat;
        pointer-events: none;
    }

@media screen and (min-width:481px) {
    #Thrifty:before {
        top: 6rem;
        left: -2rem;
    }
}

#Thrifty-svg {
    height: 8rem;
    width: 8rem;
    pointer-events: none;
    position: relative;
    z-index: 15;
}

@media screen and (min-width:481px) {
    #Thrifty-svg {
        transform: rotateY(180deg);
    }
}

@keyframes rotate-5deg {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotate-15deg {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotate-neg5deg {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

#body-group {
    position: relative;
    animation-name: rotate-5deg;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

#wing-left {
    position: relative;
    animation-name: rotate-5deg;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

#wing-right {
    position: relative;
    animation-name: rotate-15deg;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform-origin: 60% 30%;
}

#tail {
    animation-name: rotate-15deg;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform-origin: 30% 80%;
}

#head-group {
    position: relative;
    animation-name: rotate-neg5deg;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes rotate-eye {
    0% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(70deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

#eye {
    animation-name: rotate-eye;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform-origin: 79.25% 11.5%;
}

@media screen and (max-width:667px) {
    #page > footer > * > *:first-child {
        width: 100%;
    }
}

#page > footer > * > * {
    flex-grow: 1;
}

@media screen and (max-width:480px) {
    #page > footer > * > * {
        width: 100%;
    }
}

#page > footer > *:not(#thrify-section) a {
    color: rgba(255,255,255,.66);
    font-weight: normal;
}

#footer-logo-link {
    margin-left: -20px;
}

#page > footer > * > ul {
    padding: 1.4em 0 0 0;
    margin: 0;
}

@media screen and (max-width:1001px) {
    #page > footer > * > ul {
        padding: 1.4em .25em 0 .25em !important;
    }
}

#page > footer > * > ul > li {
    padding: .2em 0;
    margin: 0;
}

#footer-left {
    font-size: .875em;
}

#logos svg path, #logos svg polygon, #logos svg rect {
    fill: rgba(255, 255, 255, .66) !important;
}

.Button1, .Button2 {
    border-radius: .4rem;
    border: .14em rgba(0, 82, 155, 1) solid;
}

.Button1 {
    background-color: rgba(0, 82, 155, 1);
}

.Button2 {
    box-sizing: border-box;
    background-color: rgba(255,255,255,0);
    color: rgba(0, 82, 155, 1) !important;
    box-sizing: border-box;
}

    .Button1:hover, .Button2:hover {
        box-sizing: border-box;
        background-color: rgba(224, 58, 62, 1) !important;
        border-color: rgba(224, 58, 62, 1) !important;
        color: rgba(255, 255, 255, 1) !important;
        border: .14em rgba(224, 58, 62, 1) solid;
    }

.Subsection-Table {
    background-image: linear-gradient(to bottom, #f4f9ff 0%,rgba(255,255,255,1) 100%);
    border-bottom: 1px solid #e8e4d9;
}

@media only screen and (max-width:667px) {
    [class*="Subsection-Table"][style*="url"] .inner-content,
    [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type {
        margin-top: 3.5rem;
    }

    [class*="subsection"][style*="url"].fade-left,
    [class*="Subsection-Table"][style*="url"].fade-left {
        background-position: 75% -1rem;
        background-size: 200%;
    }

    [class*="subsection"][style*="url"].fade-right,
    [class*="Subsection-Table"][style*="url"].fade-right {
        background-position: 25% -1rem;
        background-size: 200%;
    }
}

@media only screen and (max-width:667px) and (orientation:landscape) {
    [class*="Subsection-Table"][style*="url"] .inner-content,
    [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type {
        margin-top: 5.5rem !important;
    }

    [class*="subsection"][style*="url"].fade-left,
    [class*="Subsection-Table"][style*="url"].fade-left {
        background-position: 75% -5rem;
    }

    [class*="subsection"][style*="url"].fade-right,
    [class*="Subsection-Table"][style*="url"].fade-right {
        background-position: 25% -5rem;
    }
}

@media only screen and (min-width:668px) and (max-width:780px) {
    [class*="subsection"][style*="url"].fade-right,
    [class*="Subsection-Table"][style*="url"].fade-right {
        background-position: 30% bottom;
    }
}

[class*="subsection"][style*="url"]:before,
[class*="Subsection-Table"][style*="url"]:before {
    background-color: rgba(0, 82, 155, .18);
}

#gototop {
    width: 3rem;
    height: 4rem;
    line-height: 4.5rem;
    right: 0;
    text-align: right;
    background-color: transparent;
    background-image: url(../images/Cloud-x2.png);
    background-size: 400%;
    background-repeat: no-repeat;
    margin-right: -.5rem;
    transform: translateX(5rem);
}

    #gototop:before {
        content: "\f077";
        font-family: 'FontAwesome';
        font-size: 1rem;
        color: #333;
        line-height: 4.5rem;
        padding-right: 1rem;
        transition: all .5s ease;
    }

    #gototop:hover {
        background-color: transparent;
        margin-right: 0rem;
    }

        #gototop:hover:before {
            color: rgba(224, 58, 62, 1);
            padding-right: .5rem;
        }

    #gototop.scroll-active {
        transform: translateX(0rem);
        z-index: 30000;
    }

/* Online Banking ---------------------------------------------------------------------------------------------------*/
#login {
    position: absolute;
    top: 8rem;
    z-index: 15000;
    width: 100%;
    padding: 2rem;
    box-sizing: border-box;
    background-color: #00529b;
    background-image: url('../images/OB-Background.svg');
    background-size: cover;
    background-position: center center;
    background-clip: padding-box;
    font-size: .7rem;
    overflow: hidden;
}

@media only screen and (max-width:370px) {
    #login {
        width: 100%;
        height: 100vw;
        padding: 1.5rem;
    }

    .openob #login {
        top: 4.5rem;
    }
}

@media only screen and (min-width:370px) and (max-width:1000px) {
    #login {
        width: 18rem;
        height: 18rem;
        border-radius: 5000px;
        padding: 2.5rem;
        border: 1.25em rgba(255,255,255,.71) solid;
    }

    .openob #login {
        top: 5.5rem;
    }
}

@media screen and (max-width:1000px) {
    #login {
        top: -100vh;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: top .4s ease-in-out;
    }
}

@media screen and (min-width:481px) and (max-width:667px) {
    #login {
        width: 23rem;
        height: 23rem;
    }
}

@media screen and (min-width:1001px) {
    #login {
        top: 9.5rem;
        right: 10%;
        width: 18rem;
        height: 18rem;
        padding: 2.5rem;
        border-radius: 5000px;
        border: 1.25em rgba(255,255,255,.71) solid;
    }
}

@media screen and (min-width:1001px) and (max-width:1279px) {
    #login {
        top: 6.5rem;
        right: 8%;
        width: 13rem;
        height: 13rem;
        padding: 1.5rem;
        border-radius: 5000px;
        border: .95em rgba(255,255,255,.71) solid;
        font-size: .6rem;
    }
}

@media screen and (min-width:1280px) and (max-width:1449px) {
    #login {
        right: 8%;
        width: 17rem;
        height: 17rem;
        padding: 2.25rem;
        border-radius: 5000px;
        border: .95em rgba(255,255,255,.71) solid;
        font-size: .8rem;
    }
}

@media screen and (max-height:860px) and (min-width:1001px) {
    #login {
        top: 8rem;
        right: 8%;
        width: 13rem;
        height: 13rem;
        padding: 1.5rem;
        border-radius: 5000px;
        border: .95em rgba(255,255,255,.71) solid;
        font-size: .6rem;
    }
}

#login h2 {
    width: 100%;
    color: white;
    font-family: 'Roboto', 'Open Sans', Arial;
    font-size: 2em;
    font-weight: 300;
    margin: 0 0 .5rem 0;
    padding: 0;
    text-align: center;
}

#login form label {
    flex-grow: 1;
    margin: 0.25em 0;
    width: 10em;
    height: 2.5em;
}

    #login form label span {
        display: none;
    }

/* Online Banking ---------------------------------------------------------------------------------------------------*/

.home #login {
    display: flex;
}

#login {
    display: none;
    flex-wrap: wrap;
    align-items: stretch;
    flex-grow: 1;
}

    #login form {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        flex-grow: 1;
    }

    #login label {
        flex-grow: 1;
        margin: 0.25em 0;
        border-right: solid 1px #eee;
        position: relative;
        line-height: inherit;
        box-sizing: border-box;
    }


@media only screen and (max-width:667px) {
    #login label, #login button[type=submit] {
        font-size: 16px;
    }
}

#login label,
#login button {
    height: 2.5em;
}

.ps-select select,
.ps-select [data-select] {
    height: 2.5em;
    line-height: 2.5em;
}

#login [data-error]::after {
    content: attr(data-error);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    font-size: 0.875em;
    display: block;
    z-index: 10;
    background-color: #666;
    padding: 1em;
    box-sizing: border-box;
    color: #fff;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

#login [data-error].invalid {
    z-index: 100;
    animation-name: slideShake;
    animation-iteration-count: 2;
    animation-duration: 0.0833s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

    #login [data-error].invalid input,
    #login [data-error].invalid select,
    #login [data-error].invalid textarea {
        outline: solid 2px #666;
    }

    #login [data-error].invalid::after {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

@keyframes rotateShake {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-1deg);
    }

    75% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes slideShake {
    0% {
        transform: translateX(0em);
    }

    25% {
        transform: translateX(-0.125em);
    }

    75% {
        transform: translateX(0.125em);
    }

    100% {
        transform: translateX(0em);
    }
}

#login button {
    border: none;
    margin: 0.25em 0;
    display: flex;
    align-items: center;
    background-color: #aaa;
    font-size: 1em;
    padding: 0 0.75em;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

    #login button:hover {
        background-color: #ccc;
    }

#login label span {
    display: none;
}

#login:not(.personal) .personal,
#login:not(.business) .business,
#login:not(.other) .other {
    display: none;
}

#login input:not([type=radio]):not([type=checkbox]),
#login select {
    border: none;
    width: 100%; /* Comment out if not using lable > input structure*/
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    padding: 0 1em;
    background-color: #fff;
    height: 100%;
    font-size: inherit;
    font-family: inherit;
    transition: background-color 0.25s ease;
}

    #login input:not([type=radio]):not([type=checkbox]):focus {
        background-color: #eee;
    }

#login ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: .5em 0;
    flex-grow: 1;
}

    #login ul li {
        margin: 0 .5em 0 .5em;
        padding: 0;
    }

#login ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333;
}

#login ::-moz-placeholder { /* Firefox 19+ */
    color: #333;
}

#login :-ms-input-placeholder { /* IE 10+ */
    color: #333;
}

#login :-moz-placeholder { /* Firefox 18- */
    color: #333;
}

#login fieldset {
    border: none;
    padding: 0;
    margin: 0 0 0.5em 0;
    display: block;
    position: relative;
    flex-grow: 1;
}

    #login fieldset legend {
        display: block;
        margin-bottom: 0.5em;
    }

    #login fieldset label {
        border: none;
        width: auto;
        display: inline-flex;
        flex-wrap: wrap;
        height: auto;
        margin-right: 1em;
        overflow: hidden;
        cursor: pointer;
    }

#login input[type=radio] {
    position: absolute;
    left: -12em;
    top: -12em;
    visibility: hidden;
}

    #login input[type=radio] + span::before {
        content: "";
        width: 1em;
        height: 1em;
        display: inline-flex;
        border-radius: 50%;
        border: solid 2px #666;
        margin-right: 0.5em;
        transition: background-color 0.25s ease;
    }

    #login input[type=radio]:checked + span::before {
        background-color: #666;
    }

    #login input[type=checkbox] + span,
    #login input[type=radio] + span {
        display: block;
    }

#login > ul a {
    font-weight: bold;
    color: white;
}

#login label {
    border: none;
}

    #login label:last-of-type input:not([type=radio]):not([type=checkbox]) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

#login button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* End Border Radius */

/* Limit Widths */
.Table-Flex-Feature > * {
    max-width: 90%;
    margin: 0 5%;
}

@media screen and (min-width:1001px) and (max-width:1640px) {
    .Table-Flex-Feature > * {
        max-width: 90%;
        margin: 0 5%;
    }
}

@media screen and (min-width:1641px) {
    .Table-Flex-Feature > * {
        width: 80%;
        margin: 0 auto;
    }
}

/* Table-Flex-Feature */

.Table-Flex-Feature, .Table-Flex-Feature > tbody > tr > td {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

    .Table-Flex-Feature > tbody {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

.Table-Flex-Feature {
    font-size: .75rem;
    background: linear-gradient(to bottom, hsla(0, 0%, 78%, 1) 0%, hsla(359, 0%, 84%, 1) 100%);
    padding: 2.5em 0;
}

@media screen and (max-width:480px) {
    .Table-Flex-Feature {
        background: hsla(213, 100%, 88%, 1) !important;
    }
}

.Table-Flex-Feature > tbody > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

    .Table-Flex-Feature > tbody > tr:last-child {
        padding-bottom: 1.5em;
    }

    .Table-Flex-Feature > tbody > tr > td {
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap; */
        /* justify-content: space-between; */
        box-sizing: border-box;
        width: 23.5%;
        margin: 1.5em 0 0 0;
        background-color: #fff;
        border-radius: 1rem;
        padding: 2.5rem;
        font-weight: 300;
        overflow: hidden;
    }

@media screen and (max-width:1000px) {
    .Table-Flex-Feature > tbody > tr > td {
        box-shadow: 0 .1em 1.5em hsla(213, 100%, 88%, 1);
    }

    .home .Table-Flex-Feature > tbody > tr:first-child > td {
        box-shadow: none;
    }
}

.Table-Flex-Feature > tbody > tr > td > *:nth-last-child(2) {
    flex-grow: 1;
}

.Table-Flex-Feature > tbody > tr > td:first-of-type:last-of-type {
    flex-grow: 1;
    text-align: center;
    align-self: center;
    padding: .5em 0 0 0;
    background-color: transparent;
}

.Table-Flex-Feature > tbody > tr > td:first-of-type:last-of-type {
    flex-grow: 1;
    text-align: center;
    align-self: center;
    justify-content: center;
    border-radius: 0;
}

    .Table-Flex-Feature > tbody > tr > td:first-of-type:last-of-type img {
        align-self: center;
        height: auto;
    }

@media screen and (min-width:481px) and (max-width:1050px) {
    .Table-Flex-Feature > tbody > tr > td {
        width: 48%;
    }
}

@media screen and (max-width:480px) {
    .Table-Flex-Feature > tbody > tr > td {
        width: auto;
        flex-grow: 1;
    }
}

.Table-Flex-Feature > tbody > tr > td > *:first-child img {
    margin: -2.5rem -2.5rem 0 -2.5rem;
    width: calc(100% + 5rem);
    max-width: none !important;
}

.Table-Flex-Feature > tbody > tr > td > *:first-child {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: calc(100% + 3rem);
    /* flex-basis: 0; */
    height: 0;
}

    .Table-Flex-Feature > tbody > tr > td > *:first-child + * {
    }

[class*=Bar-] {
    display: block;
    background-color: #00529B;
    color: #fff;
    margin: 1em auto 0 -3.5em;
    padding: .2em 2em .2em 3.5em;
    text-transform: uppercase;
    line-height: 1rem !important;
    box-sizing: border-box;
    height: 1.3rem;
}

.Bar-Bank-News, .Bar-Red {
    background-color: #787879;
}

.Bar-Community-News {
    background-color: #b8b8b8;
}

.Table-Flex-Feature > tbody > tr > td > *:first-child + * + * {
    font-family: 'Droid Serif', serif;
    font-size: 1.57em;
    line-height: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}

.Table-Flex-Feature > tbody > tr > td > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*Toolbar*/
.toolbar {
    margin: auto;
    position: fixed;
    text-align: right;
    z-index: 18010;
    top: 20%;
    right: 0px;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    transition: all 1s ease;
    font-size: 3.4999rem; /* 4.4999 */
}

@media screen and (max-width:1000px) {
    .toolbar {
        display: none !important;
        transform: translateX(2.892rem);
    }
}

/* @media only screen and (min-width:481px) and (max-width:1000px) {
    .toolbar {
        top: 10%;
    }
} */

.toolbar.toolbar-active {
    transform: translateX(0rem);
}

.toolbar > *, .toolbar > *.toolbar-search {
    background-color: #666666;
}

.ipad.noticeactive #toolbar {
    top: 40%;
}

.dsm {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.toolbar > * {
    display: block;
    position: relative;
    float: right;
    clear: both;
    font-size: 0.6667em;
    max-width: 2.417em;
    overflow: hidden;
    /* height: 1.958em; */
    margin: 0;
    transition: background-color .4s ease-in-out, max-width .4s ease-in-out, border-radius .4s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
    border-top: 0.015em rgba(255,255,255,.25) solid;
    border-bottom: 0.015em rgba(0,0,0,.1) solid;
}

    .toolbar > *:first-child {
        border-top-left-radius: 0.25em;
    }

    .toolbar > *:last-child {
        border-bottom-left-radius: 0.25em;
    }

    .toolbar > *.active {
        max-width: 12.5em;
        background-color: rgba(224, 58, 62, 1);
        border-bottom-left-radius: 0.25em;
        border-top-left-radius: 0.25em;
    }

@media screen and (min-width:1001px) {
    .toolbar > *.on-hover:hover {
        max-width: 12.5em;
        background-color: rgba(224, 58, 62, 1);
        border-bottom-left-radius: 0.25em;
        border-top-left-radius: 0.25em;
    }
}

.toolbar > *:first-child {
    margin-top: 0.5417em;
}

.toolbar > *:last-child {
    margin-bottom: 13px;
}

.toolbar > * > * {
    display: block;
    height: 1.958em;
    line-height: 1.958em;
    font-size: 0.5em;
    vertical-align: middle;
    color: rgba(255,255,255,1) !important;
    transition: all 1s ease;
    background-color: transparent;
    border: none;
    padding: 0 !important;
}

.toolbar > *:hover > * {
    /* color: rgba(51,51,51,1) !important; */
}

.toolbar > * > * p {
    /* height: 1.958em; */
    margin: 0 0 0 2.417em;
    padding: 0 0.8333em 0 0.8333em;
    font-weight: 700;
    font-size: 0.6667em;
    line-height: 3em;
    letter-spacing: -0.04em;
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    color: rgba(0,0,0,0);
    transition: all 1s ease;
    box-sizing: border-box;
}

.toolbar > *.active > * p {
    max-width: 300px;
    color: rgb(255, 255, 255);
}

@media screen and (min-width:1001px) {
    .toolbar > *.on-hover:hover > * p {
        max-width: 300px;
        color: rgb(255, 255, 255);
    }
}

i.toolbar-section {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    display: block;
    width: 2.417em;
    height: 1.745em;
    font-size: 1.125em;
    line-height: 1.745em;
    text-align: center;
}

    i.toolbar-section[class^="fa-"]:before, i.toolbar-section[class*=" fa-"]:before {
        line-height: .5 !important;
        vertical-align: baseline;
    }

/* Product Selector */

/* Product Selector custom styles */
.questions.intro {
    height: 250px;
}

.questions.category {
    height: 250px;
}

.questions.answer {
    height: 400px;
}

.questions .introPanel img {
    margin: 20px auto;
    display: block;
}

.quest_panel .buttons {
    margin: 0 auto 0 auto;
    display: block;
}

.quest_panel .two-column {
    width: 50%;
    float: left;
}

/* Styles for the Questions Wizard */
.questions {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0px auto;
    padding-bottom: 20px;
    transition: all 1s cubic-bezier(0.5, 0.5, 0, 1.08);
    text-align: center;
}

    .questions::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        /* background-color: #fff; */
        opacity: 0.9;
    }

    .questions table, .questions table tbody, .questions table td {
        display: block;
    }

        .questions table, .questions table tbody {
            height: 100%;
        }

.quest_mask {
    padding: 0;
    box-sizing: border-box;
    margin: 0px auto;
    overflow: hidden;
    visibility: hidden;
    position: relative;
    width: 100%;
    height: inherit;
    max-width: 1280px;
    z-index: 2;
}

.quest_panels {
    padding: 0;
    /* Adjust the height and width % based on the number of rows, 1 row = 100%, 2 rows = 200% etc */
    height: 300%;
    width: 500%;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    transition: opacity 1s 0s cubic-bezier(0.5, 0.5, 0, 1.08), transform 0s 0.5s ease;
    transform: translate(0,0);
}

    .quest_panels.animate {
        opacity: 0;
    }

.quest_grid {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

    .quest_grid td {
        vertical-align: middle;
        padding: 0;
        margin-bottom: 40px;
        width: 20% !important;
        height: calc(100% - 40px);
        vertical-align: top;
        background-size: cover;
    }

    .quest_grid tr {
        height: 40% !important;
        display: flex;
    }

.quest_panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 40px);
    margin: 0px;
    overflow: hidden;
    padding-left: 10px;
}

.quest_mask a {
    width: auto !important;
    display: inline-block;
}

.quest_mask h2 {
    padding-top: 0;
}

.quest_mask ul {
    color: #666666;
}

.selectorControls {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 5;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}

.quest_reset {
    margin-right: 20px;
}

    .quest_reset:before, .quest_back:before {
        content: "\F01E";
        font-family: "FontAwesome";
        display: inline-block;
        height: 15px;
        line-height: 15px;
        width: 15px;
        text-align: center;
        padding: 5px;
        border-radius: 5000px;
        margin-right: 10px;
    }

.quest_back:before {
    content: "\F060";
}

.quest_reset:hover {
}

@keyframes changeslide {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width:1001px) {
    .questions {
        height: 350px;
    }

        .questions.category {
            height: 350px;
        }

        .questions.answer {
            height: 350px;
        }
}

@media screen and (max-width:768px) {
    .questions {
        height: 300px;
    }

        .questions.category {
            height: 300px;
        }

        .questions.answer {
            height: 350px;
        }
}

@media screen and (max-width:480px) {
    .questions {
        height: 460px;
    }

        .questions.category {
            height: 460px;
        }

    .quest_panel .two-column {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .questions .introPanel a.btn2 {
        margin: 0 auto;
    }
}

#contact h1 {
    margin-top: 3rem;
}

/* Fiserv Overrides */

@media screen and (min-width: 1001px) {

    h1 {
        letter-spacing: -0.03em;
    }

    .nav-fixed #page > main {
        padding-top: 6rem;
    }

    [class*="subsection"]:first-of-type,
    [class*="subsection"]:only-of-type,
    [class*="Subsection-Table"]:first-of-type,
    [class*="Subsection-Table"]:only-of-type {
        padding-top: 0;
    }

    [class*="subsection"][style*="url"] > * > tr > td,
    [class*="Subsection-Table"][style*="url"] > * > tr > td {
        padding: 0 !important;
    }

        [class*="subsection"][style*="url"] > * > tr > td > table,
        [class*="Subsection-Table"][style*="url"] > * > tr > td > table {
            display: flex;
            table-layout: fixed;
            white-space: nowrap;
            height: 100%;
        }

            [class*="subsection"][style*="url"] > * > tr > td > table > *,
            [class*="Subsection-Table"][style*="url"] > * > tr > td > table > * {
                display: flex;
                white-space: normal;
                width: 100%;
                height: 100%;
            }

                [class*="subsection"][style*="url"] > * > tr > td > table > * > tr,
                [class*="Subsection-Table"][style*="url"] > * > tr > td > table > * > tr {
                    display: flex;
                    width: 100%;
                    height: 100%;
                }

                    [class*="subsection"][style*="url"] > * > tr > td > table > * > tr > *,
                    [class*="Subsection-Table"][style*="url"] > * > tr > td > table > * > tr > * {
                        width: 50%;
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        padding: 3%;
                        min-height: calc(31rem - 6rem);
                    }

    .home [class*="subsection"][style*="url"] > * > tr > td > table > * > tr > *,
    .home [class*="Subsection-Table"][style*="url"] > * > tr > td > table > * > tr > * {
        min-height: 25rem;
    }

        .home [class*="subsection"][style*="url"] > * > tr > td > table > * > tr > * > h2,
        .home [class*="Subsection-Table"][style*="url"] > * > tr > td > table > * > tr > * > h2 {
            font-size: 3rem;
            letter-spacing: -0.03em;
        }
}

@media screen and (max-width:667px) {
    [class*="subsection"][style*="url"] .inner-content > table:not([class*="Table-"]) td.show > *:first-child,
    [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type > table:not([class*="Table-"]) td.show > *:first-child {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

.Table-Responsive {
    table-layout: fixed;
    white-space: nowrap;
    max-width: 100%;
    display: flex;
    box-sizing: border-box;
}

    .Table-Responsive > * {
        white-space: normal;
        display: flex;
        box-sizing: border-box;
        width: inherit;
    }

        .Table-Responsive > * > tr {
            display: flex;
            box-sizing: border-box;
            width: inherit;
        }

            .Table-Responsive > * > tr > * {
                display: block;
                box-sizing: border-box;
            }

@media screen and (max-width:490px) {
    .Table-Responsive > tbody > tr {
        flex-wrap: wrap;
    }

        .Table-Responsive > tbody > tr > td {
            width: 100% !important;
        }
}

/*SITE NOTICE
-------------------------------------------------------------------------------------------*/
.notice {
    position: fixed;
    background-color: #ffe063;
    overflow: hidden;
    height: auto;
    transition: max-height .75s ease-in-out;
    max-height: 0px;
    z-index: 110000;
    bottom: 0;
    width: 100%;
}

    .notice.active {
        transition: max-height .75s ease-in-out;
        max-height: 300px;
    }

body.noticeactive .notice:not(.appbanner) {
    max-height: 300px;
}

body.bannernoticeactive .notice.appbanner.active {
    max-height: 300px;
}

.notice table {
    width: 100% !important;
    margin: 0 auto;
}

    .notice table tr td {
        border: none;
    }

        .notice table tr td:first-of-type {
            text-align: right;
            width: 25%;
        }

.noticeHtml {
    overflow: hidden;
}

    .noticeHtml table td {
        padding: 1.35rem 1rem;
    }

        .noticeHtml table td:first-child:before {
            content: '\f071';
            font-family: 'FontAwesome';
            position: absolute;
            bottom: .55rem;
            left: 1rem;
            margin: auto;
            font-size: 4rem;
            height: 4rem;
            top: 0;
            bottom: 0;
            margin: auto;
            opacity: .4;
            z-index: 1;
            color: rgba(128, 128, 128, 0.5);
            transition: opacity .5s ease;
        }

@media only screen and (max-width:490px) {
    .noticeHtml table > * > tr > *:first-of-type {
        text-align: left;
    }

    .noticeHtml table > * > tr > *:first-child > h3 {
        display: inline-block;
        font-size: 1.2rem;
        text-align: left;
    }

    .noticeHtml table > * > tr > * p {
        display: inline-block;
        font-size: .8rem;
    }
}

.noticeHtml:hover table td:first-child:before {
    opacity: 1;
}

.noticeHtml * {
    color: #000;
}

.noticeHtml h2, .noticeHtml h3, .noticeHtml h4 {
    margin: 0;
    padding: 0;
}

.noticeHtml a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
}

    .noticeHtml a:hover {
        color: rgba(255,255,255,.95);
        text-decoration: underline;
    }

.noticeHtml td.rev {
    background-color: transparent;
}

.noticecloser, .noticeclosersession {
    position: absolute;
    display: block;
    /* width: 2rem; */
    cursor: pointer;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 1rem;
    top: .75rem;
}

.no-touch .noticecloser:hover, .no-touch .noticeclosersession:hover {
    opacity: .4;
}

.noticeHtml td:first-of-type .noticecloser, .noticeHtml td:first-of-type .noticeclosersession {
    display: none;
}

.noticecloser {
    right: .75rem;
}

.noticeclosersession {
    right: 2rem;
}

.noticecloser:before {
    content: "\f00d";
}

.noticeclosersession:before {
    content: "\f068";
}

@media only screen and (max-width: 490px) {
    .notice table tr td {
        float: left;
        width: 100%;
        padding: 0 1rem .5rem 1rem;
    }

        .notice table tr td:first-of-type {
            text-align: left;
            width: 100%;
            padding-top: 1.5rem;
            padding-bottom: 0;
        }

    .noticeHtml table td:first-child:before {
        opacity: .25;
    }
}

/* Icon styles for app banner */
.appbanner {
    position: relative;
    display: none;
    color: #666;
    background-color: #e8e8ea;
}

body.android #notice-android.appbanner, body.android-tablet #notice-android-tablet.appbanner, body.android-fire #notice-android-fire.appbanner, body.android-tablet-fire #notice-android-tablet-fire.appbanner, body.iphone #notice-iphone.appbanner, body.ipad #notice-ipad.appbanner {
    display: block;
}

.appbanner .app-inner-content {
    padding: .5rem 0;
    margin: 0 auto;
    width: 90%;
    margin: 0 auto;
}

.appbanner p {
    text-align: left !important;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

.appbanner .noticecloser, .appbanner .noticeclosersession {
    color: rgba(0,0,0,.35);
}

.appbanner a.icon {
    display: inline-block;
    text-align: center;
    /* width: 100px; */
    padding: 0 1rem 0 0;
    color: rgba(0,0,0,.75);
    text-shadow: 0px 1px 1px rgba(0,0,0,.25);
    float: left;
    margin-top: 5px;
}

.notice .icon img {
    height: 57px;
    width: 57px;
    margin: 0 auto 3px auto;
    border-radius: 9px;
    display: block;
    box-shadow: 0px 1px 1px rgba(0,0,0,.25);
}

.notice .button-app {
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 5px 10px;
    margin: 0;
    background-color: rgba(65,64,66,1);
    color: #fff;
    outline: 0;
    border: 0;
    transition: all .3s ease-in-out;
}
/* App links */

.app-text {
    display: none !important;
}

body.android .app-android-text, body.android-tablet .app-android-tablet-text, body.android-fire .app-android-text, body.android-tablet-fire .app-android-tablet-text, body.iphone .app-iphone-text, body.ipad .app-ipad-text {
    display: inline-block !important;
}

@media print {
    #primary, #toolbar, #gototop, #footer-left + ul, #footer-left + ul + ul, #footer-left + ul + ul + ul, #Footer-Logo, #social {
        display: none !important;
    }

    html {
        font-size: 12px !important;
        background: white;
    }

    body {
        background: white;
    }

    #footer-left {
        text-align: left;
    }

    .inner-content,
    [class*="Subsection-Table"] > tbody > tr > td:first-of-type {
        min-width: 0;
        width: 100%;
    }

    [class*="Subsection-Table"] {
        table-layout: auto;
        white-space: normal;
    }

    #page > *:nth-last-child(2), #page > main > *:last-child {
        background-image: none;
        border: none;
    }

    #balloon-box {
        transform: scale(1);
        opacity: 1;
    }

    #logos svg path, #logos svg polygon, #logos svg rect {
        fill: rgba(0, 0, 0, .66) !important;
    }

    #page > footer {
        color: rgba(0,0,0,1);
        background: none;
    }

        #page > footer > * {
            width: 94%;
        }
}

html {
    width: 100%;
    font-size: 5vw; /*18px @ 360vw */
}

@media screen and (min-width: 481px) {
    html {
        font-size: 2.8169vw /*18px @ 568vw */
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 2.8125vw /*18px @ 640vw */
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: 2.60416vw /*20px @ 768vw */
    }
}

@media screen and (min-width: 1001px) {
    html {
        font-size: 1.758vw /*20px @ 1024vw */
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 1.31772vw /*18px @ 1366vw */
    }
}

@media screen and (min-width: 1600px) {
    html {
        font-size: 1.04167vw /*20px @ 1920vw */
    }
}

body, html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', Arial;
    background-color: rgba(0, 69, 130, 1);
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont3295.eot?v=4.5.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3295.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont3295.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont3295.svg?v=4.5.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoonfd10.eot?u9dcrk');
    src: url('../fonts/icomoonfd10.eot?u9dcrk#iefix') format('embedded-opentype'), url('../fonts/icomoonfd10.ttf?u9dcrk') format('truetype'), url('../fonts/icomoonfd10.woff?u9dcrk') format('woff'), url('../fonts/icomoonfd10.svg?u9dcrk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.random-hidden {
    display: none !important;
}

.random-active {
    display: inherit !important;
}

h1, h2, h3 {
    font-family: 'Droid Serif', serif;
}

a {
    color: rgba(224, 58, 62, 1);
    font-weight: bold;
}

    a:hover {
        color: rgba(224, 58, 62, 0.85);
    }

    a.Include {
        display: none;
    }

@media screen and (min-width: 1001px) {
    a:not([href]):not([class]) {
        top: -8rem;
    }
}

[class*=section] ul li:before,
[class*=Section] ul li:before {
    font-size: 0.50rem;
    top: .8rem;
}

.Table-Style caption {
    background-color: #00529B;
}

.Table-Style tr:nth-child(even) td {
    background-color: #f9f9f9;
}

.Table-Product th {
    border-right-color: rgba(0, 0, 0, .6);
    background-color: rgba(0, 82, 155, 0.85);
    border-bottom-color: rgba(61, 61, 61, 1);
}

.Table-Product tr th:nth-child(2n+3) {
    background-color: #00529B;
}

.checkmark:before {
    color: rgba(224, 58, 62, 1);
}

ul.List-Checkmark li:before {
    font-size: 1rem;
    top: .5rem;
    color: rgba(224, 58, 62, 1);
    text-shadow: none;
}

#page > header {
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,1);
}

@media screen and (min-width: 1001px) {
    #page > header {
        position: fixed;
        z-index: 10000;
        background-color: rgba(255,255,255,.85);
    }

    .home #page > header {
        position: absolute;
        top: 0;
        left: 0;
    }
}

.nav-fixed #page > header {
    background-color: rgba(255,255,255,1);
}

@media screen and (min-width: 1001px) {
    .nav-fixed #page > header {
        height: 3.3rem;
    }

    .home.nav-fixed #page > header {
        position: fixed;
    }
}

#page > header > * {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
    position: relative;
    z-index: 10000;
    width: 80%;
    padding: 0;
    margin: 0 auto;
    font-size: .5rem;
}

.nav-fixed #page > header > * {
    justify-content: flex-end;
}

@media screen and (min-width: 481px) {
    #page > header > * {
        font-size: .6rem;
    }
}

@media screen and (min-width: 640px) {
    #page > header > * {
        font-size: .6rem;
    }
}

@media screen and (min-width: 768px) {
    #page > header > * {
        font-size: .5rem;
    }
}

@media screen and (min-width: 1001px) {
    #page > header > * {
        font-size: 1rem;
    }
}

@media screen and (min-width:1001px) and (max-width:1279px) {
    #page > header > * {
        width: 90%;
    }
}

#page > header > * > a[class*=fa] {
    position: relative;
    margin-left: 2.75em;
    transition: color .1s ease-in, border-color .4s ease-in, background-color .4s ease-in;
}

@media only screen and (max-width:1000px) {
    #page > header > * > a[class*=fa-phone] {
        margin-left: 0;
    }

    .nav-fixed #page > header > * > a {
        padding-top: 2.33em !important;
        padding-bottom: 2.33em !important;
        padding-left: 4.25em !important;
    }
}

@media only screen and (min-width:1001px) and (max-width:1640px) {
    #page > header > * > a[class*=fa] {
        margin-left: .75em;
    }
}

#page > header > * > a[class*=fa]:hover {
    color: rgba(224, 58, 62, 1);
    transition: all .4s ease-out;
}

#page > header > * > a[class*=fa]:before {
    content: "\f017";
    font-family: 'FontAwesome';
    height: 1.714em;
    width: 1.714em;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0rem;
    margin: auto 0;
    text-align: center;
    /* font-size: 1.75em; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: .03em #000 solid;
    border-radius: 50000px;
    box-sizing: border-box;
    transition: color .1s ease-in, border-color .4s ease-in, background-color .4s ease-in;
}

.nav-fixed #page > header > * > a[class*=fa]:before {
    font-size: 1.3rem;
}


#page > header > * > a[class*=fa]:hover:before {
    transition: color .1s ease-out, border-color .4s ease-out, background-color .4s ease-out;
    border-color: rgba(224, 58, 62, 1);
    background-color: rgba(224, 58, 62, 1);
    color: rgba(255, 255, 255, 1);
}


#page > header > * > a[class*=fa-phone]:before {
    content: "\f095";
    padding-top: .1em;
}

#page > header > * > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333333;
    padding: 1.75em 0 1.75em 3.75em;
    font-family: 'Droid Serif', serif;
    font-size: 1.18em;
    font-weight: normal;
    transition: color .4s ease-in-out;
}

.nav-fixed #page > header > * > a {
    padding-top: .33em;
    padding-bottom: .33em;
    padding-left: 2.25em;
}

#page > header > * > a#logo-link {
    position: relative;
    padding: 0 0 .8em 0 !important;
    width: 15.05em; /* 301 */
    height: 6.75em; /* 135 */
    margin-right: auto;
}

.nav-fixed #page > header > * > a#logo-link {
    display: none;
}

#page > header > * > a#logo-link > svg {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width:1001px) {
    #page > header > * > a#logo-link > svg {
        margin-left: -2rem;
    }
}

#page > header > * > a > .smaller-line {
    display: block;
    font-size: .67em;
    font-family: 'Open Sans', sans serif;
    margin-top: .4em;
}

.nav-fixed #page > header > * > a > .smaller-line {
    margin-top: -.3em;
}


/* ------these styles should come from your shell----------*/
#header {
    min-height: 110px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.3);
    box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.3);
}

    #header > .inner-content {
        position: relative;
    }

a {
    color: rgba(224, 58, 62, 1);
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.clear {
    clear: both;
}

#page {
    overflow-x: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.mobile #logo {
    position: absolute;
    left: 20px;
}

.mobile #header > .inner-content {
    width: 100%;
    padding: 0;
}

@media screen and (max-width: 480px) {
    .mobile #logo {
        width: 80px;
    }

        .mobile #logo img {
            margin-top: 10px;
        }

    #header > .inner-content {
        height: 60px;
    }

    #header {
        min-height: 60px;
    }
}

/*FONT SIZING - specific font sizing
-------------------------------------------------------------------------------------------*/
nav#primary ul li {
    font-size: 16px; /* .90rem */
}

@media screen and (min-width: 1280px) {
    nav#primary ul li {
        font-size: .90rem;
    }
}

nav#primary > div > ul > li > a {
    font-size: 1.2rem;
}

nav#primary > div > ul > li > div div h3 {
    font-size: 1.15rem;
    line-height: 1;
}

nav#primary #menuopen {
    font-size: 1.75rem;
}
/*MAIN NAV
-------------------------------------------------------------------------------------------*/
nav#primary {
    width: 100%;
    margin: 0;
    background-color: rgba(224, 58, 62, 1);
}

@media screen and (min-width: 1001px) {
    nav#primary {
        position: fixed;
        top: 3.3rem;
        z-index: 10010;
    }
}

@media screen and (min-width: 1001px) {
    .home nav#primary {
        position: relative;
        top: auto;
        order: -1;
    }

    .home.nav-fixed nav#primary {
        position: fixed;
        top: 3.3rem;
    }
}

nav#primary > div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3%;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    nav#primary > div {
        padding: 0;
    }
}

@media screen and (min-width: 2000px) {
    nav#primary > div {
        /* max-width: 80%; */
    }
}

nav#primary > div > * {
    display: block;
}

nav#primary > div > div {
    display: flex;
    align-items: center;
}

nav#primary ul {
    padding: 0;
    margin: 0 !important;
}

nav#primary > div > ul {
    display: flex;
    justify-content: space-between; /*IE*/
    max-width: 90%;
    position: relative;
    margin: 0;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    nav#primary > div > ul {
        max-width: 100%;
    }
}

nav#primary ul li {
    position: static;
    padding: 0.3rem 0;
    margin: 0;
    list-style-type: 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;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 1001px) {
    /*To manually set desktop nav height*/
    nav#primary > div > ul > li {
        height: 2.7rem;
    }
        /*To set min-widths on categories on desktop*/
        /*nav#primary > div > ul > li {
        min-width: 10rem;
    }*/

        nav#primary > div > ul > li.edge {
            position: static;
        }
}

nav#primary > div > ul > li#logo {
    /* width: 5rem; */ /*adjust width to change size of inmage logo (non SVG)*/
    /* height: auto; */
    padding: 1.111rem;
    background: none;
    flex-grow: 0;
}

    nav#primary > div > ul > li#logo a {
        padding: 0;
        z-index: 1;
        display: block;
        /* width: 100%; */
        height: auto;
    }

    nav#primary > div > ul > li#logo svg {
        position: relative;
        top: -3rem;
        width: 10.5rem;
        height: 3.6rem;
        pointer-events: none;
    }

.nav-fixed nav#primary > div > ul > li#logo svg {
    pointer-events: auto;
}
/*IE11 Manually set Logo width for SVG*/
/*_:-ms-fullscreen, :root nav#primary > div > ul > li#logo img {
    width: 278px;
}*/
/*Vertical Logo
-------------------------------------------------------------------------------------------*/
.logo-vertical nav#primary > div > ul > li#logo,
.logo-vertical nav#primary > div > ul > li#logo a { /*default*/
    width: 7.5rem;
}
/*IE11*/
_:-ms-fullscreen, :root .logo-vertical nav#primary > div > ul > li#logo {
    justify-content: flex-start;
}

.logo-vertical.scroll nav#primary > div > ul > li#logo a,
.logo-vertical nav#primary > div > ul > li#logo.active a { /*scroll & hover*/
    width: 5.5rem;
}

.logo-vertical nav#primary > div > ul > li#logo a {
    position: absolute;
    top: 0;
    padding: .75rem;
    background-color: #FFF;
    max-width: 9.772rem;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.32);
}

.logo-vertical nav#primary > div > ul > li#logo img {
    width: 100%;
}

.mobile-logo {
    display: none;
}

@media screen and (max-width: 1000px) {
    .logo-vertical #page > .mobile-logo {
        display: block;
        position: absolute;
        height: 5rem;
        max-height: 5rem;
        top: .25rem;
        left: 1rem;
        z-index: 10001;
    }

        .logo-vertical #page > .mobile-logo img {
            width: auto;
            height: 100% !important;
        }

    .logo-vertical.opennav #page > .mobile-logo,
    .logo-vertical.openob #page > .mobile-logo {
        height: 3.75rem;
    }
}

@media screen and (min-width: 668px) { /*Manually set padding-top to accommodate "Vertical" logo height*/
    .logo-vertical .subsection:first-of-type,
    .logo-vertical .Subsection-Table:first-of-type {
        padding-top: 2.75rem;
    }
}
/*Vertical Logo End
-------------------------------------------------------------------------------------------*/
nav#primary .mobile-logo {
    position: relative;
    display: none;
    height: 100%;
    align-items: center;
    min-width: 8rem;
}

@media screen and (max-width: 1000px) {
    nav#primary .mobile-logo {
        display: flex;
        padding: 0;
        max-width: 8rem; /*may need edit this*/
    }
}

@media screen and (max-width: 1000px) {
    nav#primary .mobile-logo > svg {
        height: 100%;
        width: 100%;
    }
}

nav#primary > div > ul > li > a {
    display: flex;
    position: relative;
    color: #fff;
    cursor: pointer;
    height: 100%;
    text-align: center;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    padding: 0 1rem; /*change padding to control when goes to two lines*/
    margin: 0;
    letter-spacing: -0.03rem;
    transition: all .25s ease;
    font-family: 'Open Sans', arial, sans-serif;
    font-weight: 600;
}

@media screen and (min-width: 1001px) {
    .no-touch .scroll nav#primary > div > ul > li > a {
        padding: 1.25rem 0.750rem;
    }

    .no-touch .scroll nav#primary > div > ul > li#logo {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
}

nav#primary > div > ul > li > div {
    position: absolute;
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.25);
    left: -2rem;
    top: 100%;
    /* z-index: -1; */
}

@media screen and (min-width: 1001px) {
    nav#primary > div > ul > li > div {
        min-height: 0;
        overflow: auto;
    }

    nav#primary > div > ul > li.edge > div {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
    }
}

@media screen and (min-width: 1001px) {
    nav#primary > div > ul > li:nth-child(2) > div {
        left: -17rem;
    }

    .logo-vertical nav#primary > div > ul > li:nth-child(2) > div {
        left: -2rem;
    }

    nav#primary > div > ul > li:nth-child(n+3) > div {
        left: -20rem;
    }

    nav#primary > div > ul > li:nth-child(n+4) > div {
        left: -22.5rem;
    }

    nav#primary > div > ul > li:nth-last-of-type(2) > div {
        right: -20.5rem !important;
        left: auto;
    }

    nav#primary > div > ul > li:last-of-type > div {
        right: -1.5rem !important;
        left: auto;
    }
}

nav#primary > div > ul > li > div div ul li a {
    font-weight: normal;
}

nav#primary > div > ul > li > div > * {
    position: relative;
    margin-top: -40rem;
    margin-bottom: 0;
    min-width: 16rem;
    min-height: 0;
    transition: margin-top 0.6s ease-out; /* cubic-bezier(0.43, -0.14, 0.31, 1.14) */
    padding: 1.5rem 1rem 1.5rem 1rem;
    /* flex-grow: 1; */
}

@media screen and (min-width: 1001px) {
    nav#primary > div > ul > li.edge > div > * {
        min-width: 0;
        flex-grow: 1;
    }
}

@media screen and (max-width:1250px) {
    nav#primary > div > ul > li > div > * {
        min-width: 14rem;
    }
}

@media screen and (min-width: 1001px) {
    nav#primary > div > ul > li > div > *:before {
        position: absolute;
        display: block;
        content: "";
        left: -2px;
        bottom: 0px;
        width: 1px;
        height: 80%;
        background: linear-gradient(to bottom, rgba(234,234,234,1) 29%,rgba(144,144,144,1) 100%);
    }

    nav#primary > div > ul > li > div > *:first-of-type:before {
        display: none;
    }

    nav#primary > div > ul > li > 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 > div > * h3 {
        /* margin: 1rem 0; */
    }

        nav#primary > div > ul > li > div > * h3 + ul {
            margin: 1rem 0;
        }

    nav#primary > div > ul > li > div > * ul:only-child { /*panel with no subheading*/
        margin-top: .3rem;
    }

    nav#primary > div > ul > li > div > * ul li {
        line-height: 1.2;
        padding-right: 5px;
        padding-left: 0;
        transition: all .3s ease;
    }

        nav#primary > div > ul > li > div > * ul li:hover {
            padding-right: 0;
            padding-left: 5px;
        }

        nav#primary > div > ul > li > div > * ul li a {
            display: block;
            text-decoration: none;
            color: rgba(0, 0, 0, .666);
        }

        nav#primary > div > ul > li > div > * ul li:hover a {
            color: rgba(224, 58, 62, 1);
        }

    nav#primary > div > ul > li:hover > div > * {
        margin-top: 0rem;
    }

    .logo-vertical.scroll nav#primary > div > ul > li:hover > div > * { /*accommodate nav shrink + vertical logo */
        margin-top: 2rem;
    }

    nav#primary > div > ul > li:hover {
        border-radius: 0;
    }

        nav#primary > div > ul > li:hover > a {
            color: rgba(255, 255, 255, .85);
        }

    nav#primary > div > ul > li > a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 5px;
        background: #00529B;
        transition: all .4s ease;
    }

    nav#primary > div > ul > li:hover > a:after {
        left: 0;
        width: 100%;
    }

    nav#primary > div > ul > li#logo > a:after {
        display: none;
    }

    nav#primary #menuopen,
    nav#primary #loginopen {
        display: none;
        font-weight: 400;
    }
}

/* Table-Nav-Promo */
nav#primary > div > ul > li > div > .Table-Nav-Promo {
    display: block;
    background-color: #f1f1f1;
    table-layout: fixed;
    white-space: nowrap;
    min-height: 0;
}

@media screen and (min-width: 1001px) {
    nav#primary > div > ul > li.edge > div > .Table-Nav-Promo {
        min-width: 16rem;
        max-width: 16rem;
    }
}

nav#primary > div > ul > li > div > .Table-Nav-Promo > * {
    display: block;
    white-space: normal;
    min-height: 0;
}

    nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr {
        display: block;
        min-height: 0;
    }

        nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * {
            display: block;
            min-width: 0;
            width: 100%;
            text-align: center;
            line-height: 1em;
        }

            nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > * {
                width: 100%;
            }

            nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > p {
                line-height: 1em;
                font-size: .75rem;
            }

            nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > *:first-child {
                vertical-align: middle;
                margin-top: 0 !important;
                padding-top: 0 !important;
                flex-shrink: 0;
            }

                nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > *:first-child > img {
                    vertical-align: middle;
                }

                nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > *:first-child + * {
                    text-transform: uppercase;
                    font-weight: bold;
                    color: rgba(224, 58, 62, 1);
                    margin-bottom: 0 !important;
                    padding-bottom: 0 !important;
                }

                    nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > *:first-child + * + * {
                        font-weight: bold;
                        margin-top: .3em !important;
                        padding-top: 0 !important;
                        margin-bottom: 0 !important;
                        padding-bottom: 0 !important;
                    }

                        nav#primary > div > ul > li > div > .Table-Nav-Promo > * > tr > * > *:first-child + * + * + * {
                            font-size: .75rem;
                            margin-top: .3em !important;
                            padding-top: 0 !important;
                        }


@media screen and (max-width: 1000px) {
    nav#primary > div > ul > li > div > *.Table-Nav-Promo {
        display: none !important;
        padding: 1.5rem 1rem 1.5rem 1rem;
    }
}

/*MAIN NAV MOBILE
-------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px) {
    nav#primary {
        position: relative;
        min-height: 0;
    }

        nav#primary > div {
            flex-wrap: wrap;
            width: 100%;
            height: 100%;
            padding: 0;
        }

            nav#primary > div > div:first-of-type {
                width: 100%;
                padding: .35rem 1rem;
                justify-content: space-between;
                flex-wrap: nowrap;
                height: 4.5rem;
            }

                nav#primary > div > div:first-of-type > div {
                    display: flex;
                    flex-wrap: nowrap;
                    align-items: center;
                }

            nav#primary > div > ul > li > div {
                flex-direction: column;
            }

                nav#primary > div > ul > li > div::after {
                    content: none;
                }

        nav#primary #menuopen,
        nav#primary #loginopen {
            display: block;
            color: rgba(255, 255, 255, 1);
            text-decoration: none;
        }

            nav#primary #loginopen.Button1 {
                display: none;
                margin: 0 !important;
                margin-right: .75rem !important;
                padding: .5rem 1rem;
                text-decoration: none;
            }

                nav#primary #loginopen.Button1:hover, .openob #primary .Button1 {
                    background-color: transparent !important;
                    border-color: rgba(255, 255, 255, 1) !important;
                }

    .home nav#primary #loginopen.Button1 {
        display: block;
    }

    nav#primary #loginopen:before {
        margin-right: .4rem;
    }

    .opennav nav#primary #menuopen {
        color: #333;
    }

    nav#primary > div > ul {
        flex-direction: column;
        align-items: center;
        text-align: center;
        background-color: #fff;
        overflow: hidden;
        width: 100%;
        padding: 0;
        margin: 0;
    }

        nav#primary > div > ul > li {
            margin-top: -5rem;
            border-top: solid 1px rgba(0,0,0,0.1);
            display: block;
            max-width: none;
            -webkit-text-size-adjust: 100%;
            width: 100%;
        }

    .opennav nav#primary > div > ul > li {
        margin-top: 0;
        min-height: 0;
        padding: 0;
        background-color: transparent !important;
    }

    nav#primary > div > ul > li > a {
        display: block;
        padding: 0 1em; /* 1rem */
        width: auto;
        width: 100%;
        line-height: 3.2rem;
        color: #000;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        -webkit-text-size-adjust: 100%;
    }

    nav#primary > div > ul > li > div div ul li a {
        display: block;
        -webkit-text-size-adjust: 100%;
    }

    nav#primary > div > ul > li > div {
        position: static;
        z-index: 1;
        box-shadow: none;
        width: 100%;
        background-color: #f1f1f1;
    }

    .opennav nav#primary > div > ul > li.active {
        background-color: #002d3f;
    }

    nav#primary > div > ul > li > div > * {
        padding: 0 !important;
        width: 100%;
    }

    .opennav nav#primary > div > ul > li.active > div > * {
        margin-top: 0;
    }

        .opennav nav#primary > div > ul > li.active > div > *:nth-child(1) {
            border-top: 2px solid #d8d8d8;
        }

    nav#primary > div > ul > li#logo {
        display: none;
    }

    nav#primary > div > ul > li > div h3 {
        text-align: center;
    }

    nav#primary > div > ul > li > div div ul li {
        text-align: center;
    }

    nav#primary > div > ul > li > div div h3 {
        padding: .8rem;
        margin: 0;
    }

    nav#primary > div > ul > li > div div ul li a {
        padding: .35rem 1rem;
        color: rgba(224, 58, 62, 1);
        text-decoration: none;
        width: 100%;
    }

    .no-touch nav#primary > div > ul > li > div div ul li:hover {
        background-color: #FFF;
    }

    nav#primary > div > ul > li > div div ul li {
        width: 100%;
        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;
        display: block;
    }
}

@media screen and (max-width: 340px) {
    nav#primary #loginopen.Button1 span {
        display: none;
    }

    nav#primary #loginopen.Button1 {
        padding: .45rem;
        min-width: 2.5rem;
    }

    .home nav#primary #loginopen:before {
        margin: 0;
    }
}

@media screen and (min-width: 1001px) {
    #hero-main {
        order: -3;
    }
}

#personalization {
    position: relative;
}

@media only screen and (min-width:1281px) {
    padding:0;
}

@media only screen and (max-width:1280px) {

    #page > header > section > #personalization {
        display: block !important;
    }

    #personalization {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 20000;
        display: block !important;
        height: auto !important;
        width: 100%;
        height: auto;
        overflow: hidden;
        align-items: center;
        background-color: rgba(65,64,66,.9);
        color: rgba(255,255,255,1);
        padding: 10px 5%;
        box-sizing: border-box;
        text-align: center;
        transition: all .6s ease-in;
    }

    .time-mark-1 #personalization {
        margin-bottom: -500px;
    }

    #guestWelcome {
        line-height: 1.2em;
        white-space: normal !important;
        text-align: center;
        display: inline-block !important;
        padding: 0 !important;
        max-width: none;
    }
}

#greetingXY {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: auto;
    height: 100%;
    text-align: right;
    margin-left: 0;
    /* padding-top: 0.75rem; */
    box-sizing: border-box;
}

@media only screen and (max-width:1280px) {
    #greetingXY {
        width: 80%;
        margin: 0 auto;
    }
}

@media only screen and (min-width:1281px) {
    #greetingXY {
        max-width: 25.75rem;
    }
}

#greetingXY a {
    font-weight: 700;
}

body.atmlocator #greetingXY {
    display: none;
}

#guestWelcome {
    font-size: 1rem;
    margin-top: 0;
    color: #333333;
}

@media only screen and (max-width:1280px) {
    #guestWelcome {
        color: #fff;
        display: block !important;
    }
}

.firstname {
    cursor: pointer;
}

.greeting {
    /* margin-right: .3em; */
}

.date-and-time {
    display: block;
    font-size: .7em;
    /* margin-left: .3em; */
}

#personalizeLine {
    display: none;
    font-size: 0.5rem;
    padding-top: 0.1rem;
}

    #personalizeLine a {
        text-decoration: none;
        cursor: pointer;
    }

        #personalizeLine a:hover {
            text-decoration: underline;
        }

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Personalization Popup */
.personalizationPopup {
    display: block;
    position: fixed;
    width: 20rem;
    z-index: 15000;
    top: -1000px;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: 6.4rem auto 0 auto;
    padding: 0;
    box-shadow: 0px 0px 1rem 0px rgba(84,102,112,0.31);
    border-radius: 0.25rem;
    overflow: auto;
    transition: all .25s ease-in-out;
}

    .personalizationPopup.active {
        top: 0px;
    }


    .personalizationPopup form {
        margin: 0;
        padding: 0 2rem 2rem 2rem;
    }

@media only screen and (max-width:490px) {
    .personalizationPopup form {
        padding: 0 1rem 1rem 1rem;
    }
}

a#personalizationPopupx {
    color: #f1f1f1;
    text-decoration: none;
}

    a#personalizationPopupx:hover {
        color: #fff;
        text-decoration: none;
    }

.personalizationPopupTitle {
    color: #fff;
}

.personalizationPopup p {
    margin: 0.15rem 0.5rem 0.15rem 0.75rem;
    padding: 0.3rem 0 0.3rem 0;
}

#personalizationPopupx {
    position: absolute;
    width: 1rem;
    height: 1rem;
    z-index: 40;
    top: 0.2rem;
    right: 0;
    display: block;
    padding: 0.15rem;
    font-weight: 700;
    margin-top: -0.1rem;
    font-size: 0.85rem;
}

    #personalizationPopupx a:hover {
        background-position: 0px -0.8rem;
    }

.personalizationPopup h1 {
    display: block;
    box-sizing: border-box;
    font-size: 0.85rem;
    padding: 1rem 2rem;
    margin: 0 -2rem 0.1rem -2rem !important;
    text-transform: uppercase;
    font-weight: normal;
    width: calc(100% + 4rem);
    background-color: #4a4a4a;
}

@media only screen and (max-width:490px) {
    .personalizationPopup h1 {
        padding: 1rem 1rem;
        margin: 0 -1rem 0.1rem -1rem !important;
        width: calc(100% + 2rem);
    }
}

.personalizationPopup h2 {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 1em;
    margin-bottom: 0;
}

.personalizationPopup p {
    font-size: 0.7rem;
    line-height: 1rem;
    padding: 0.15rem 0px 0.15rem 0px;
    margin: 0.1rem 0px 0.35rem 0px;
}

.personalizationPopup label {
    display: inline-block;
    margin: 0 0.75rem 0 0;
}

.personalizationPopup a {
    font-size: 0.6rem;
    text-decoration: none;
}

    .personalizationPopup a:hover {
        text-decoration: underline;
    }

.personalizationPopup ol {
    list-style-type: decimal;
    margin: 0px 0px 0.5rem 1.5rem;
    padding: 0px;
}

    .personalizationPopup ol li {
        font-size: 0.6rem;
        margin: 0.15rem 0px 0.15rem 0px;
        padding: 0.15rem 0px 0.15rem 0px;
    }

.personalizationPopup form input[type=text] {
    width: 100%;
    outline: 0;
    border: 1px solid #666;
    padding: 0.25rem;
    margin-top: 0.25rem;
    font-size: 0.7rem;
    line-height: 0.95rem;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

.personalizationPopup form input[type=submit] {
    cursor: pointer;
}

.personalizationPopup .submit-p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

    .personalizationPopup .submit-p > * {
        display: block;
        margin: 0 !important;
    }

.personalizationPopupClosePerm {
    display: block;
    margin-top: 0.5rem;
}

@media only screen and (max-width:490px) {
    .personalizationPopup {
        width: 90%;
    }
}


.personalizationPopup h1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background-color: #00529b;
    background-image: url('../images/OB-Background.svg');
    background-size: 100%;
    background-position: center -3rem;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-nav-deposit:before {
    content: "\e903";
}

.icon-nav-business:before {
    content: "\e902";
}

.icon-computer:before {
    content: "\e900";
}

.icon-fiserv-logo:before {
    content: "\e901";
}

/*HOMENAV 2.0.0-------------------------------------------------------------------------------------------*/

#homenav {
    display: none;
}

.desktop #homenav {
    display: block;
    position: relative;
    width: 100%;
    height: 34vh;
    bottom: 0;
    left: 0;
    z-index: 1000;
    margin-top: -34vh;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,.8) 50%, rgba(255,255,255,1) 100%);
    order: -2;
}

@media screen and (max-height:768px) and (min-width:1001px) {
    .desktop #homenav {
        min-height: 270px;
        height: 270px;
        margin-top: -270px;
    }
}

.desktop #homenav:hover {
    z-index: 1020;
}

#homenav .inner-content {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    /* min-width: 996px; */
}

@media screen and (max-width:1300px) {
    #homenav .inner-content {
        width: 100%;
    }
}

.desktop ul.nav2 {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
    overflow: hidden;
}

    .desktop ul.nav2 > li.homenavitem {
        position: relative;
        display: block;
        float: left;
        width: calc(100%/4);
        height: 100%;
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        transition: all .5s ease;
    }

        .desktop ul.nav2 > li.homenavitem:first-child {
            border-left: none;
        }

    .desktop ul.nav2 li.homenavitem:hover {
        margin-top: 0;
    }

    .desktop ul.nav2 li a.homenavdoor {
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        left: 0;
        margin: 0;
        color: #000;
        padding: 1rem 10% 3rem 10%;
        cursor: pointer;
        box-sizing: border-box;
        transition: all .5s ease-out;
        text-align: center;
        z-index: 12;
    }

    .desktop ul.nav2 li.active a.homenavdoor, .desktop ul.nav2 li:hover a.homenavdoor {
        z-index: 2;
    }

    .desktop ul.nav2 li:hover a.homenavdoor {
        margin-bottom: -85px;
    }

#homenav ul.nav2 li a.homenavdoor h2 {
    font-size: 25px;
    line-height: 26px;
    color: #000;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    /* font-style: italic; */
    font-weight: normal;
    text-align: center !important;
    border-bottom: 0;
}

    #homenav ul.nav2 li a.homenavdoor h2 strong {
        font-weight: 700;
        display: block;
    }

.desktop #homenav ul.nav2 li a.homenavdoor h2 {
    margin: 0;
    padding: 0 0 5px 0;
    opacity: 1;
    font-size: 1.6rem;
    line-height: .815em;
    transition: all .5s ease-out;
}

    .desktop #homenav ul.nav2 li a.homenavdoor h2 + h2 {
        font-size: 1.2rem;
        line-height: 1.085em;
        font-weight: 300;
        text-transform: uppercase;
    }

.desktop ul.nav2 li a.homenavdoor h3 {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 28px 0;
}

    .desktop ul.nav2 li a.homenavdoor h3:before {
        position: absolute;
        display: block;
        bottom: 0;
        left: 50%;
        content: "";
        width: 18px;
        height: 18px;
        border: solid #8d7249;
        border-width: 0 0 2px 2px;
        transform-origin: 0 100%;
        transform: scaleY(0.9) rotate(-45deg);
    }

.homenav-arrow {
    position: absolute;
    /* width: 20px; */
    /* height: 20px; */
    left: 48%;
    bottom: 0px;
    font-style: normal;
    color: #000050;
}

    .homenav-arrow:after {
        display: block;
        content: "\f107";
        font-family: 'fontAwesome';
        font-size: 36px;
        line-height: 29px;
    }

.mobile .homenav-arrow {
    bottom: 10px;
}

.homeicon {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 1rem auto;
    width: 5.835vw;
    min-width: 50px;
    height: 5.835vw;
    min-height: 50px;
    padding: 0;
    font-size: 42px;
    color: #FFF;
    text-align: center;
    border-radius: 1.304vw;
    border: 0px solid #000000;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    background: rgba(0, 82, 155, 1);
    background: linear-gradient(to bottom, #00529b 0%, #00417b 100%);
    transition: all .3s ease;
}

.ie9 .homeicon {
    background-color: #880d24;
}

.homeicon:before {
    font-family: 'icomoon';
    color: #FFF;
    font-size: 6vw;
    z-index: 2;
}

@media screen and (max-width:480px) {
    .homeicon:before {
        font-size: 10vw;
    }
}

.desktop ul.nav2 li:hover .homeicon {
    transform: scale(.8);
}

.desktop .homenavContent {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px 20px 30px 20px;
    bottom: -100px;
    margin: 0;
    opacity: 0;
    background-color: rgba(255,255,255,1);
    border: 0px solid #000000;
    box-sizing: border-box;
    border-radius: 0;
    border-top: 10px solid rgba(224, 58, 62, 1);
    transition: all .3s ease-out;
    transform-origin: bottom;
    z-index: 10;
}

@media screen and (max-height:650px) {
    .desktop .homenavContent {
        background: #FFF;
    }
}

.desktop #homenav .inner-content ul.nav2 li:hover .homenavContent {
    margin-top: 0;
    opacity: 1;
    transform: translateY(-100px);
}

#homenav .inner-content .homenavContent h2 {
    font-size: 1.2rem;
    line-height: 1.167em;
    font-weight: 300;
    text-align: center !important;
    position: relative;
    display: block;
}

.desktop .inner-content .homenavContent h2 {
    padding: 5px 0px 0px 0;
    margin: .295em 0px .167em 0px;
}

.desktop .homenavContent ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.desktop .homenavContent a {
    display: block;
    width: auto;
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
    text-align: center;
}

@media screen and (max-height:850px) and (min-width:1001px) {
    .desktop .homenavContent a {
        font-size: .7rem;
    }
}

.homenavContent a {
    color: #3d3e3f !important;
    font-weight: normal;
}

    .homenavContent a:hover {
        color: #056241;
    }

@media screen and (min-width:1450px) {
    .desktop .inner-content .homenavContent a {
        font-size: 1vw;
        line-height: 1.3;
    }
}

@media screen and (max-width:1300px) {
    .desktop .inner-content .homenavContent h2 {
        font-size: 18px;
        line-height: 23px;
    }
}

.desktop .homenavContent ul {
    display: block;
    width: auto;
}

    .desktop .homenavContent ul li {
        display: block;
        width: auto;
        margin: 0px;
        padding: 0.25rem 0.25rem 0.25rem 0;
        transition: padding .30s;
    }

@media screen and (max-height:850px) and (min-width:1001px) {
    .desktop .homenavContent ul li {
        padding: 0.1rem 0.25rem 0.1rem 0;
    }
}

/*MOBILE HOMENAV

-------------------------------------------------------------------------------------------*/


@media screen and (max-width:1000px) {
    #homenav {
        display: block;
        background-color: transparent;
        position: relative;
        width: auto;
        height: auto;
    }

        #homenav .inner-content {
            position: relative;
            margin: 0px auto;
            padding: 0;
            min-width: 0;
            background-color: transparent;
        }

    .homenavStripe {
        display: none;
    }

    #homenav .inner-content {
        width: 100% !important;
        z-index: 1000;
    }

    ul.nav2 {
        position: relative;
        margin: 0;
        padding: 0;
        list-style-type: none;
        background: #fff;
        width: 100%;
    }

        ul.nav2 > li.homenavitem {
            position: relative;
            display: block;
            width: 100%;
            height: 4rem;
            padding: 0;
            margin: 0;
            background: transparent;
            border-bottom: 1px solid #d4d4d4;
            box-sizing: border-box;
            transition: all .5s ease;
            overflow: hidden;
        }

            ul.nav2 > li.homenavitem.active {
                height: auto;
            }

            ul.nav2 > li.homenavitem:first-child a.homenavdoor {
                border-top: 1px solid #fff;
            }

        ul.nav2 li a.homenavdoor {
            display: flex;
            align-items: center;
            padding: 0 5%;
            height: 4rem;
        }

    #homenav ul.nav2 li a.homenavdoor h2 {
        margin: 0;
        padding: 0;
        text-align: left !important;
    }

    ul.nav2 li a.homenavdoor h3 {
    }

    .homeicon {
        margin: 0 1rem 0 0;
    }

    .homenavContent {
        opacity: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        transition: all .45s ease-out;
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(224,224,224,.7) 100%);
    }

        .homenavContent .homeicon {
            display: block;
            opacity: .3;
        }

    ul.nav2 > li.homenavitem.active .homenavContent {
        opacity: 1;
        padding: 0px 20px 20px 20px;
    }

    .homenavContent div {
        width: 50%;
    }

    .homenavContent ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style-type: none;
        z-index: 50;
    }

    .homenavContent a {
        display: block;
    }

    .homenavContent ul li {
        display: block;
        margin: 0px;
        padding: 4px 0px;
        text-align: center;
        transition: padding .30s;
    }

        .homenavContent ul li:hover {
            padding-left: 0px;
        }
}

#page > *:nth-last-child(3), #page > main > *:last-child {
    padding-bottom: 10vw;
    background-image: linear-gradient(to top, rgba(194, 224, 255, 0) 20rem, rgba(255, 255, 255, 1) 30rem, rgba(244, 249, 255, 1) 100%), url(../images/Clouds.svg), linear-gradient(to bottom, #f4f9ff 0%, #c2e0ff 100%);
    background-size: cover, 100%, cover;
    background-position: center top, bottom, center;
}

#page > footer {
    position: relative;
    z-index: 2;
    overflow: visible;
    background-image: url(../images/Footer-Background.svg);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: -10vw;
    padding-bottom: 4rem;
    text-align: center;
    color: rgba(255,255,255,.66);
    font-size: .8rem;
}

@media screen and (min-width:668px) {
    #page > footer {
        text-align: left;
    }
}

#page > footer > * {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (min-width:1001px) and (max-width:1279px) {
    #page > footer > * {
        width: 90%;
    }
}

#logos > div {
    display: inline-block;
    margin-left: 1rem;
}

    #logos > div:first-child {
        margin-left: 0;
    }

#Footer-Disclaimer, .financial-planning .fdic, .trust-fiduciary .fdic, .wealth-management .fdic, .financial-planning .ehl, .trust-fiduciary .ehl, .wealth-management .ehl {
    display: none !important;
}

.financial-planning #Footer-Disclaimer, .trust-fiduciary #Footer-Disclaimer, .wealth-management #Footer-Disclaimer {
    display: inherit !important;
}

#social {
    font-size: 1.85rem;
}

    #social > * {
        margin-left: .5rem;
    }

        #social > *:first-child {
            margin-left: 0;
        }

#footer-right {
    padding-top: 1.4em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}

@media screen and (max-width: 1279px) {
    #footer-right {
        text-align: center;
    }
}

@media screen and (min-width:1001px) and (max-width: 1279px) {
    #footer-right {
        flex-direction: row;
        text-align: center;
    }
}

/* Thrify */

@keyframes idle-up-down {
    0% {
        transform: translateY(-.25rem);
    }

    50% {
        transform: translateY(0rem);
    }

    100% {
        transform: translateY(-.25rem);
    }
}

#page > footer > *#thrify-section {
    position: relative;
    width: 60%;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 3rem;
}

@media screen and (max-width:480px) {
    #page > footer > *#thrify-section {
        flex-direction: column;
    }
}

@media screen and (max-width:1279px) {
    #page > footer > *#thrify-section {
        width: 90%;
    }
}

#balloon-box {
    border-radius: 100%;
    color: #333;
    margin-right: 2.5%;
    transition: all .4s ease-in-out;
    transform: scale(0.0);
    transform-origin: 100% 20%;
    opacity: 0;
}

@media screen and (min-width:481px) {
    #balloon-box {
        max-width: 77.5%;
    }
}

#thrify-section.scroll-active #balloon-box {
    transform: scale(1);
    opacity: 1;
}

#balloon {
    position: relative;
    background-color: white;
    border-radius: 100%;
    color: #333;
    text-align: center;
    padding: 2rem 3rem;
    max-width: 35rem;
    box-shadow: .5em .5em 3em rgba(0, 82, 155, .5);
}

@media screen and (min-width:481px) {
    #balloon {
        float: right;
    }
}

#balloon:before, #balloon:after {
    content: "";
    position: absolute;
    top: 3vw;
    right: -1.2vw;
    z-index: 2;
    background-color: white;
    border-radius: 100%;
    text-align: center;
    padding: .6rem 2.5rem;
    max-width: 700px;
    transform: rotate(-20deg);
}

@media screen and (max-width:480px) {
    #balloon:before, #balloon:after {
        top: auto;
        bottom: 3vw;
        right: 13vw;
        padding: .6rem 1.5rem;
        transform: rotate(-120deg);
    }
}

@media screen and (min-width:481px) and (max-width:1279px) {
    #balloon:before, #balloon:after {
        top: 7vw;
        padding: .6rem 2rem;
    }
}

#balloon:before {
    z-index: -1 !important;
    box-shadow: .5em .5em 3em rgba(0, 82, 155, .5);
}

#balloon:after {
    z-index: 2;
}

#Thrifty {
    pointer-events: none;
    position: relative;
    min-height: 10rem;
}

    #Thrifty:before {
        position: absolute;
        top: 6rem;
        left: 4rem;
        display: block;
        z-index: 10;
        content: "";
        width: 10.55rem;
        height: 3.7rem;
        background-image: url(../images/Cloud-x2.png);
        background-size: 100%;
        background-repeat: no-repeat;
        pointer-events: none;
    }

@media screen and (min-width:481px) {
    #Thrifty:before {
        top: 6rem;
        left: -2rem;
    }
}

#Thrifty-svg {
    height: 8rem;
    width: 8rem;
    pointer-events: none;
    position: relative;
    z-index: 15;
}

@media screen and (min-width:481px) {
    #Thrifty-svg {
        transform: rotateY(180deg);
    }
}

@keyframes rotate-5deg {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotate-15deg {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes rotate-neg5deg {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

#body-group {
    position: relative;
    animation-name: rotate-5deg;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

#wing-left {
    position: relative;
    animation-name: rotate-5deg;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

#wing-right {
    position: relative;
    animation-name: rotate-15deg;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform-origin: 60% 30%;
}

#tail {
    animation-name: rotate-15deg;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform-origin: 30% 80%;
}

#head-group {
    position: relative;
    animation-name: rotate-neg5deg;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes rotate-eye {
    0% {
        transform: rotate(90deg);
    }

    50% {
        transform: rotate(70deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

#eye {
    animation-name: rotate-eye;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform-origin: 79.25% 11.5%;
}

@media screen and (max-width:667px) {
    #page > footer > * > *:first-child {
        width: 100%;
    }
}

#page > footer > * > * {
    flex-grow: 1;
}

@media screen and (max-width:480px) {
    #page > footer > * > * {
        width: 100%;
    }
}

#page > footer > *:not(#thrify-section) a {
    color: rgba(255,255,255,.66);
    font-weight: normal;
}

#footer-logo-link {
    margin-left: -20px;
}

#page > footer > * > ul {
    padding: 1.4em 0 0 0;
    margin: 0;
}

@media screen and (max-width:1001px) {
    #page > footer > * > ul {
        padding: 1.4em .25em 0 .25em !important;
    }
}

#page > footer > * > ul > li {
    padding: .2em 0;
    margin: 0;
}

#footer-left {
    font-size: .875em;
}

#logos svg path, #logos svg polygon, #logos svg rect {
    fill: rgba(255, 255, 255, .66) !important;
}

.Button1, .Button2 {
    border-radius: .4rem;
    border: .14em rgba(0, 82, 155, 1) solid;
}

.Button1 {
    background-color: rgba(0, 82, 155, 1);
}

.Button2 {
    box-sizing: border-box;
    background-color: rgba(255,255,255,0);
    color: rgba(0, 82, 155, 1) !important;
    box-sizing: border-box;
}

    .Button1:hover, .Button2:hover {
        box-sizing: border-box;
        background-color: rgba(224, 58, 62, 1) !important;
        border-color: rgba(224, 58, 62, 1) !important;
        color: rgba(255, 255, 255, 1) !important;
        border: .14em rgba(224, 58, 62, 1) solid;
    }

.Subsection-Table {
    background-image: linear-gradient(to bottom, #f4f9ff 0%,rgba(255,255,255,1) 100%);
    border-bottom: 1px solid #e8e4d9;
}

@media only screen and (max-width:667px) {
    [class*="Subsection-Table"][style*="url"] .inner-content,
    [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type {
        margin-top: 3.5rem;
    }

    [class*="subsection"][style*="url"].fade-left,
    [class*="Subsection-Table"][style*="url"].fade-left {
        background-position: 75% -1rem;
        background-size: 200%;
    }

    [class*="subsection"][style*="url"].fade-right,
    [class*="Subsection-Table"][style*="url"].fade-right {
        background-position: 25% -1rem;
        background-size: 200%;
    }
}

@media only screen and (max-width:667px) and (orientation:landscape) {
    [class*="Subsection-Table"][style*="url"] .inner-content,
    [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type {
        margin-top: 5.5rem !important;
    }

    [class*="subsection"][style*="url"].fade-left,
    [class*="Subsection-Table"][style*="url"].fade-left {
        background-position: 75% -5rem;
    }

    [class*="subsection"][style*="url"].fade-right,
    [class*="Subsection-Table"][style*="url"].fade-right {
        background-position: 25% -5rem;
    }
}

@media only screen and (min-width:668px) and (max-width:780px) {
    [class*="subsection"][style*="url"].fade-right,
    [class*="Subsection-Table"][style*="url"].fade-right {
        background-position: 30% bottom;
    }
}

[class*="subsection"][style*="url"]:before,
[class*="Subsection-Table"][style*="url"]:before {
    background-color: rgba(0, 82, 155, .18);
}

#gototop {
    width: 3rem;
    height: 4rem;
    line-height: 4.5rem;
    right: 0;
    text-align: right;
    background-color: transparent;
    background-image: url(../images/Cloud-x2.png);
    background-size: 400%;
    background-repeat: no-repeat;
    margin-right: -.5rem;
    transform: translateX(5rem);
}

    #gototop:before {
        content: "\f077";
        font-family: 'FontAwesome';
        font-size: 1rem;
        color: #333;
        line-height: 4.5rem;
        padding-right: 1rem;
        transition: all .5s ease;
    }

    #gototop:hover {
        background-color: transparent;
        margin-right: 0rem;
    }

        #gototop:hover:before {
            color: rgba(224, 58, 62, 1);
            padding-right: .5rem;
        }

    #gototop.scroll-active {
        transform: translateX(0rem);
        z-index: 30000;
    }

/* Limit Widths */
.Table-Flex-Feature > * {
    max-width: 90%;
    margin: 0 5%;
}

@media screen and (min-width:1001px) and (max-width:1640px) {
    .Table-Flex-Feature > * {
        max-width: 90%;
        margin: 0 5%;
    }
}

@media screen and (min-width:1641px) {
    .Table-Flex-Feature > * {
        width: 80%;
        margin: 0 auto;
    }
}

/* Table-Flex-Feature */

.Table-Flex-Feature, .Table-Flex-Feature > tbody > tr > td {
    display: flex;
    width: 100%;
    box-sizing: border-box;
}

    .Table-Flex-Feature > tbody {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

.Table-Flex-Feature {
    font-size: .75rem;
    background: linear-gradient(to bottom, hsla(0, 0%, 78%, 1) 0%, hsla(359, 0%, 84%, 1) 100%);
    padding: 2.5em 0;
}

@media screen and (max-width:480px) {
    .Table-Flex-Feature {
        background: hsla(213, 100%, 88%, 1) !important;
    }
}

.Table-Flex-Feature > tbody > tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
}

    .Table-Flex-Feature > tbody > tr:last-child {
        padding-bottom: 1.5em;
    }

    .Table-Flex-Feature > tbody > tr > td {
        display: flex;
        flex-direction: column;
        /* flex-wrap: wrap; */
        /* justify-content: space-between; */
        box-sizing: border-box;
        width: 23.5%;
        margin: 1.5em 0 0 0;
        background-color: #fff;
        border-radius: 1rem;
        padding: 2.5rem;
        font-weight: 300;
        overflow: hidden;
    }

@media screen and (max-width:1000px) {
    .Table-Flex-Feature > tbody > tr > td {
        box-shadow: 0 .1em 1.5em hsla(213, 100%, 88%, 1);
    }

    .home .Table-Flex-Feature > tbody > tr:first-child > td {
        box-shadow: none;
    }
}

.Table-Flex-Feature > tbody > tr > td > *:nth-last-child(2) {
    flex-grow: 1;
}

.Table-Flex-Feature > tbody > tr > td:first-of-type:last-of-type {
    flex-grow: 1;
    text-align: center;
    align-self: center;
    padding: .5em 0 0 0;
    background-color: transparent;
}

.Table-Flex-Feature > tbody > tr > td:first-of-type:last-of-type {
    flex-grow: 1;
    text-align: center;
    align-self: center;
    justify-content: center;
    border-radius: 0;
}

    .Table-Flex-Feature > tbody > tr > td:first-of-type:last-of-type img {
        align-self: center;
        height: auto;
    }

@media screen and (min-width:481px) and (max-width:1050px) {
    .Table-Flex-Feature > tbody > tr > td {
        width: 48%;
    }
}

@media screen and (max-width:480px) {
    .Table-Flex-Feature > tbody > tr > td {
        width: auto;
        flex-grow: 1;
    }
}

.Table-Flex-Feature > tbody > tr > td > *:first-child img {
    margin: -2.5rem -2.5rem 0 -2.5rem;
    width: calc(100% + 5rem);
    max-width: none !important;
}

.Table-Flex-Feature > tbody > tr > td > *:first-child {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: calc(100% + 3rem);
    /* flex-basis: 0; */
    height: 0;
}

    .Table-Flex-Feature > tbody > tr > td > *:first-child + * {
    }

[class*=Bar-] {
    display: block;
    background-color: #00529B;
    color: #fff;
    margin: 1em auto 0 -3.5em;
    padding: .2em 2em .2em 3.5em;
    text-transform: uppercase;
    line-height: 1rem !important;
    box-sizing: border-box;
    height: 1.3rem;
}

.Bar-Bank-News, .Bar-Red {
    background-color: #07519a;
}

.Bar-Community-News {
    background-color: #b8b8b8;
}

.Table-Flex-Feature > tbody > tr > td > *:first-child + * + * {
    font-family: 'Droid Serif', serif;
    font-size: 1.57em;
    line-height: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
}

.Table-Flex-Feature > tbody > tr > td > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

/*Toolbar*/
.toolbar {
    margin: auto;
    position: fixed;
    text-align: right;
    z-index: 18010;
    top: 20%;
    right: 0px;
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    transition: all 1s ease;
    font-size: 3.4999rem; /* 4.4999 */
}

@media screen and (max-width:1000px) {
    .toolbar {
        display: none !important;
        transform: translateX(2.892rem);
    }
}

/* @media only screen and (min-width:481px) and (max-width:1000px) {
    .toolbar {
        top: 10%;
    }
} */

.toolbar.toolbar-active {
    transform: translateX(0rem);
}

.toolbar > *, .toolbar > *.toolbar-search {
    background-color: #666666;
}

.ipad.noticeactive #toolbar {
    top: 40%;
}

.dsm {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.toolbar > * {
    display: block;
    position: relative;
    float: right;
    clear: both;
    font-size: 0.6667em;
    max-width: 2.417em;
    overflow: hidden;
    /* height: 1.958em; */
    margin: 0;
    transition: background-color .4s ease-in-out, max-width .4s ease-in-out, border-radius .4s ease-in-out;
    box-sizing: border-box;
    cursor: pointer;
    border-top: 0.015em rgba(255,255,255,.25) solid;
    border-bottom: 0.015em rgba(0,0,0,.1) solid;
}

    .toolbar > *:first-child {
        border-top-left-radius: 0.25em;
    }

    .toolbar > *:last-child {
        border-bottom-left-radius: 0.25em;
    }

    .toolbar > *.active {
        max-width: 12.5em;
        background-color: rgba(224, 58, 62, 1);
        border-bottom-left-radius: 0.25em;
        border-top-left-radius: 0.25em;
    }

@media screen and (min-width:1001px) {
    .toolbar > *.on-hover:hover {
        max-width: 12.5em;
        background-color: rgba(224, 58, 62, 1);
        border-bottom-left-radius: 0.25em;
        border-top-left-radius: 0.25em;
    }
}

.toolbar > *:first-child {
    margin-top: 0.5417em;
}

.toolbar > *:last-child {
    margin-bottom: 13px;
}

.toolbar > * > * {
    display: block;
    height: 1.958em;
    line-height: 1.958em;
    font-size: 0.5em;
    vertical-align: middle;
    color: rgba(255,255,255,1) !important;
    transition: all 1s ease;
    background-color: transparent;
    border: none;
    padding: 0 !important;
}

.toolbar > *:hover > * {
    /* color: rgba(51,51,51,1) !important; */
}

.toolbar > * > * p {
    /* height: 1.958em; */
    margin: 0 0 0 2.417em;
    padding: 0 0.8333em 0 0.8333em;
    font-weight: 700;
    font-size: 0.6667em;
    line-height: 3em;
    letter-spacing: -0.04em;
    text-overflow: ellipsis;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    color: rgba(0,0,0,0);
    transition: all 1s ease;
    box-sizing: border-box;
}

.toolbar > *.active > * p {
    max-width: 300px;
    color: rgb(255, 255, 255);
}

@media screen and (min-width:1001px) {
    .toolbar > *.on-hover:hover > * p {
        max-width: 300px;
        color: rgb(255, 255, 255);
    }
}

i.toolbar-section {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    display: block;
    width: 2.417em;
    height: 1.745em;
    font-size: 1.125em;
    line-height: 1.745em;
    text-align: center;
}

    i.toolbar-section[class^="fa-"]:before, i.toolbar-section[class*=" fa-"]:before {
        line-height: .5 !important;
        vertical-align: baseline;
    }

/* Product Selector */

/* Product Selector custom styles */
.questions.intro {
    height: 250px;
}

.questions.category {
    height: 250px;
}

.questions.answer {
    height: 400px;
}

.questions .introPanel img {
    margin: 20px auto;
    display: block;
}

.quest_panel .buttons {
    margin: 0 auto 0 auto;
    display: block;
}

.quest_panel .two-column {
    width: 50%;
    float: left;
}

/* Styles for the Questions Wizard */
.questions {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0px auto;
    padding-bottom: 20px;
    transition: all 1s cubic-bezier(0.5, 0.5, 0, 1.08);
    text-align: center;
}

    .questions::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        /* background-color: #fff; */
        opacity: 0.9;
    }

    .questions table, .questions table tbody, .questions table td {
        display: block;
    }

        .questions table, .questions table tbody {
            height: 100%;
        }

.quest_mask {
    padding: 0;
    box-sizing: border-box;
    margin: 0px auto;
    overflow: hidden;
    visibility: hidden;
    position: relative;
    width: 100%;
    height: inherit;
    max-width: 1280px;
    z-index: 2;
}

.quest_panels {
    padding: 0;
    /* Adjust the height and width % based on the number of rows, 1 row = 100%, 2 rows = 200% etc */
    height: 300%;
    width: 500%;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    transition: opacity 1s 0s cubic-bezier(0.5, 0.5, 0, 1.08), transform 0s 0.5s ease;
    transform: translate(0,0);
}

    .quest_panels.animate {
        opacity: 0;
    }

.quest_grid {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

    .quest_grid td {
        vertical-align: middle;
        padding: 0;
        margin-bottom: 40px;
        width: 20% !important;
        height: calc(100% - 40px);
        vertical-align: top;
        background-size: cover;
    }

    .quest_grid tr {
        height: 40% !important;
        display: flex;
    }

.quest_panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(100% - 40px);
    margin: 0px;
    overflow: hidden;
    padding-left: 10px;
}

.quest_mask a {
    width: auto !important;
    display: inline-block;
}

.quest_mask h2 {
    padding-top: 0;
}

.quest_mask ul {
    color: #666666;
}

.selectorControls {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 5;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}

.quest_reset {
    margin-right: 20px;
}

    .quest_reset:before, .quest_back:before {
        content: "\F01E";
        font-family: "FontAwesome";
        display: inline-block;
        height: 15px;
        line-height: 15px;
        width: 15px;
        text-align: center;
        padding: 5px;
        border-radius: 5000px;
        margin-right: 10px;
    }

.quest_back:before {
    content: "\F060";
}

.quest_reset:hover {
}

@keyframes changeslide {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media screen and (max-width:1001px) {
    .questions {
        height: 350px;
    }

        .questions.category {
            height: 350px;
        }

        .questions.answer {
            height: 350px;
        }
}

@media screen and (max-width:768px) {
    .questions {
        height: 300px;
    }

        .questions.category {
            height: 300px;
        }

        .questions.answer {
            height: 350px;
        }
}

@media screen and (max-width:480px) {
    .questions {
        height: 460px;
    }

        .questions.category {
            height: 460px;
        }

    .quest_panel .two-column {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .questions .introPanel a.btn2 {
        margin: 0 auto;
    }
}

#contact h1 {
    margin-top: 3rem;
}

/* Fiserv Overrides */

@media screen and (min-width: 1001px) {

    h1 {
        letter-spacing: -0.03em;
    }

    .nav-fixed #page > main {
        padding-top: 6rem;
    }

    [class*="subsection"]:first-of-type,
    [class*="subsection"]:only-of-type,
    [class*="Subsection-Table"]:first-of-type,
    [class*="Subsection-Table"]:only-of-type {
        padding-top: 0;
    }

    [class*="subsection"][style*="url"] > * > tr > td,
    [class*="Subsection-Table"][style*="url"] > * > tr > td {
        padding: 0 !important;
    }

        [class*="subsection"][style*="url"] > * > tr > td > table,
        [class*="Subsection-Table"][style*="url"] > * > tr > td > table {
            display: flex;
            table-layout: fixed;
            white-space: nowrap;
            height: 100%;
        }

            [class*="subsection"][style*="url"] > * > tr > td > table > *,
            [class*="Subsection-Table"][style*="url"] > * > tr > td > table > * {
                display: flex;
                white-space: normal;
                width: 100%;
                height: 100%;
            }

                [class*="subsection"][style*="url"] > * > tr > td > table > * > tr,
                [class*="Subsection-Table"][style*="url"] > * > tr > td > table > * > tr {
                    display: flex;
                    width: 100%;
                    height: 100%;
                }

                    [class*="subsection"][style*="url"] > * > tr > td > table > * > tr > *,
                    [class*="Subsection-Table"][style*="url"] > * > tr > td > table > * > tr > * {
                        width: 50%;
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        justify-content: center;
                        padding: 3%;
                        min-height: calc(31rem - 6rem);
                    }

    .home [class*="subsection"][style*="url"] > * > tr > td > table > * > tr > *,
    .home [class*="Subsection-Table"][style*="url"] > * > tr > td > table > * > tr > * {
        min-height: 25rem;
    }

        .home [class*="subsection"][style*="url"] > * > tr > td > table > * > tr > * > h2,
        .home [class*="Subsection-Table"][style*="url"] > * > tr > td > table > * > tr > * > h2 {
            font-size: 3rem;
            letter-spacing: -0.03em;
        }
}

@media screen and (max-width:667px) {
    [class*="subsection"][style*="url"] .inner-content > table:not([class*="Table-"]) td.show > *:first-child,
    [class*="Subsection-Table"][style*="url"] > tbody > tr > td:first-of-type > table:not([class*="Table-"]) td.show > *:first-child {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

.Table-Responsive {
    table-layout: fixed;
    white-space: nowrap;
    max-width: 100%;
    display: flex;
    box-sizing: border-box;
}

    .Table-Responsive > * {
        white-space: normal;
        display: flex;
        box-sizing: border-box;
        width: inherit;
    }

        .Table-Responsive > * > tr {
            display: flex;
            box-sizing: border-box;
            width: inherit;
        }

            .Table-Responsive > * > tr > * {
                display: block;
                box-sizing: border-box;
            }

@media screen and (max-width:490px) {
    .Table-Responsive > tbody > tr {
        flex-wrap: wrap;
    }

        .Table-Responsive > tbody > tr > td {
            width: 100% !important;
        }
}

/*SITE NOTICE
-------------------------------------------------------------------------------------------*/
.notice {
    position: fixed;
    background-color: #ffe063;
    overflow: hidden;
    height: auto;
    transition: max-height .75s ease-in-out;
    max-height: 0px;
    z-index: 110000;
    bottom: 0;
    width: 100%;
}

    .notice.active {
        transition: max-height .75s ease-in-out;
        max-height: 300px;
    }

body.noticeactive .notice:not(.appbanner) {
    max-height: 300px;
}

body.bannernoticeactive .notice.appbanner.active {
    max-height: 300px;
}

.notice table {
    width: 100% !important;
    margin: 0 auto;
}

    .notice table tr td {
        border: none;
    }

        .notice table tr td:first-of-type {
            text-align: right;
            width: 25%;
        }

.noticeHtml {
    overflow: hidden;
}

    .noticeHtml table td {
        padding: 1.35rem 1rem;
    }

        .noticeHtml table td:first-child:before {
            content: '\f071';
            font-family: 'FontAwesome';
            position: absolute;
            bottom: .55rem;
            left: 1rem;
            margin: auto;
            font-size: 4rem;
            height: 4rem;
            top: 0;
            bottom: 0;
            margin: auto;
            opacity: .4;
            z-index: 1;
            color: rgba(128, 128, 128, 0.5);
            transition: opacity .5s ease;
        }

@media only screen and (max-width:490px) {
    .noticeHtml table > * > tr > *:first-of-type {
        text-align: left;
    }

    .noticeHtml table > * > tr > *:first-child > h3 {
        display: inline-block;
        font-size: 1.2rem;
        text-align: left;
    }

    .noticeHtml table > * > tr > * p {
        display: inline-block;
        font-size: .8rem;
    }
}

.noticeHtml:hover table td:first-child:before {
    opacity: 1;
}

.noticeHtml * {
    color: #000;
}

.noticeHtml h2, .noticeHtml h3, .noticeHtml h4 {
    margin: 0;
    padding: 0;
}

.noticeHtml a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
}

    .noticeHtml a:hover {
        color: rgba(255,255,255,.95);
        text-decoration: underline;
    }

.noticeHtml td.rev {
    background-color: transparent;
}

.noticecloser, .noticeclosersession {
    position: absolute;
    display: block;
    /* width: 2rem; */
    cursor: pointer;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 1rem;
    top: .75rem;
}

.no-touch .noticecloser:hover, .no-touch .noticeclosersession:hover {
    opacity: .4;
}

.noticeHtml td:first-of-type .noticecloser, .noticeHtml td:first-of-type .noticeclosersession {
    display: none;
}

.noticecloser {
    right: .75rem;
}

.noticeclosersession {
    right: 2rem;
}

.noticecloser:before {
    content: "\f00d";
}

.noticeclosersession:before {
    content: "\f068";
}

@media only screen and (max-width: 490px) {
    .notice table tr td {
        float: left;
        width: 100%;
        padding: 0 1rem .5rem 1rem;
    }

        .notice table tr td:first-of-type {
            text-align: left;
            width: 100%;
            padding-top: 1.5rem;
            padding-bottom: 0;
        }

    .noticeHtml table td:first-child:before {
        opacity: .25;
    }
}

/* Icon styles for app banner */
.appbanner {
    position: relative;
    display: none;
    color: #666;
    background-color: #e8e8ea;
}

body.android #notice-android.appbanner, body.android-tablet #notice-android-tablet.appbanner, body.android-fire #notice-android-fire.appbanner, body.android-tablet-fire #notice-android-tablet-fire.appbanner, body.iphone #notice-iphone.appbanner, body.ipad #notice-ipad.appbanner {
    display: block;
}

.appbanner .app-inner-content {
    padding: .5rem 0;
    margin: 0 auto;
    width: 90%;
    margin: 0 auto;
}

.appbanner p {
    text-align: left !important;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

.appbanner .noticecloser, .appbanner .noticeclosersession {
    color: rgba(0,0,0,.35);
}

.appbanner a.icon {
    display: inline-block;
    text-align: center;
    /* width: 100px; */
    padding: 0 1rem 0 0;
    color: rgba(0,0,0,.75);
    text-shadow: 0px 1px 1px rgba(0,0,0,.25);
    float: left;
    margin-top: 5px;
}

.notice .icon img {
    height: 57px;
    width: 57px;
    margin: 0 auto 3px auto;
    border-radius: 9px;
    display: block;
    box-shadow: 0px 1px 1px rgba(0,0,0,.25);
}

.notice .button-app {
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0px;
    vertical-align: middle;
    padding: 5px 10px;
    margin: 0;
    background-color: rgba(65,64,66,1);
    color: #fff;
    outline: 0;
    border: 0;
    transition: all .3s ease-in-out;
}
/* App links */

.app-text {
    display: none !important;
}

body.android .app-android-text, body.android-tablet .app-android-tablet-text, body.android-fire .app-android-text, body.android-tablet-fire .app-android-tablet-text, body.iphone .app-iphone-text, body.ipad .app-ipad-text {
    display: inline-block !important;
}

@media print {
    #primary, #toolbar, #gototop, #footer-left + ul, #footer-left + ul + ul, #footer-left + ul + ul + ul, #Footer-Logo, #social {
        display: none !important;
    }

    html {
        font-size: 12px !important;
        background: white;
    }

    body {
        background: white;
    }

    #footer-left {
        text-align: left;
    }

    .inner-content,
    [class*="Subsection-Table"] > tbody > tr > td:first-of-type {
        min-width: 0;
        width: 100%;
    }

    [class*="Subsection-Table"] {
        table-layout: auto;
        white-space: normal;
    }

    #page > *:nth-last-child(2), #page > main > *:last-child {
        background-image: none;
        border: none;
    }

    #balloon-box {
        transform: scale(1);
        opacity: 1;
    }

    #logos svg path, #logos svg polygon, #logos svg rect {
        fill: rgba(0, 0, 0, .66) !important;
    }

    #page > footer {
        color: rgba(0,0,0,1);
        background: none;
    }

        #page > footer > * {
            width: 94%;
        }
}
