h1 {
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 2em;
    color: #54585a;
}

h2 {
    font-size: 1.8em;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #54585a;
}

    h2.simulate-h3 {
        font-size: 1.6rem;
        font-family: "Whitney-Medium", Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        letter-spacing: .2rem;
        text-transform: uppercase;
        color: #ce1b0e;
    }

h3 {
    font-size: 1.6rem;
    letter-spacing: .2rem;
    text-transform: uppercase;
    color: #ce1b0e;
}

    h3.simulate-h4 {
        font-size: 1.8rem;
        text-transform: none;
        letter-spacing: normal;
        color: #54585a;
    }


main {
    text-align: center;
    padding: 0;
}

/* typography */



label.simulate-h3 {
    color: #ce1b0e;
    clip: unset;
    display: block;
    font-size: 1.6rem;
    height: auto !important;
    letter-spacing: .2rem;
    margin-top: 20px;
    margin-bottom: 10px;
    overflow: auto;
    position: relative !important;
    text-transform: uppercase;
    width: auto !important;
}

a {
    color: #ce1b0e;
}

    a:focus,
    button:focus {
        outline-color: grey;
        outline-color: -webkit-focus-ring-color;
        outline-style: dotted;
        outline-style: auto;
        outline-width: 1px;
    }

    a:hover {
        color: #ce1b0e;
        text-decoration: underline;
    }

input:focus,
textarea:focus {
    outline-color: #ce1b0e !important;
    outline-color: -webkit-focus-ring-color;
    outline-width: 5px;
    outline-style: solid;
    outline-style: auto;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
    outline-color: #ce1b0e !important;
    outline-color: -webkit-focus-ring-color;
    outline-style: dotted;
    outline-style: auto;
    outline-width: 2px;
}

strong {
    font-weight: normal !important;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

/* shared styles */

input {
    background-color: #dddddd;
    border: 1px solid #dddddd;
    color: #54585a;
    display: inline-block;
    /*  outline-color: rgb(59, 153, 252);*/
    font-size: 16px;
    font-size: 1.6rem;
    height: 40px;
    margin-bottom: 8px;
    outline-color: #ce1b0e !important;
    padding-left: 10px;
}

    input:hover {
        background-color: #f4f4f4;
        border: 1px solid #f4f4f4;
        color: #54585a;
    }

textarea {
    background-color: #dddddd;
    border: 1px solid #dddddd;
    color: #54585a;
    font-size: 16px;
    font-size: 1.6rem;
    outline-color: #ce1b0e !important;
    padding: 10px;
    width: 100%;
}

input[type=checkbox],
input[type=radio] {
    height: inherit;
    height: initial;
}
/* Colors */

.rusty-red-two {
    color: #ce1b0e;
}
/* Margins */

.mr-15 {
    margin-right: 15px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.my-15 {
    margin: 15px 0px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Padding */

.pl-0 {
    padding-left: 0px !important;
}

.pl-15 {
    padding-left: 15px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-15 {
    padding-right: 15px !important;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-35 {
    padding-top: 35px;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-50 {
    padding-bottom: 50px;
}

.py-15 {
    padding: 15px 0px;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.px-25 {
    padding-left: 25px;
    /* padding-right: 25px; */
}
/* Flex */

.flex-wrap-stretch-space-between {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

/*If the first child isn't a heading (for the need help boxes)*/

@media only screen and (max-width: 767px) {

    /*If the first child isn't a heading (for the need help boxes)*/
}

.label--visible label {
    position: relative !important;
    clip: inherit;
    font-weight: normal;
    height: auto !important;
    width: 100% !important;
    overflow: visible;
}

.label--visible.label--inline label {
    font-weight: normal;
    width: auto !important;
    margin-right: 15px;
    margin-left: 5px;
}

.label--visible.label--inline input[type=checkbox],
input[type=radio] {
    height: auto;
    margin:0 !important;
}

.callout--box {
    border: 3px solid #ececec;
    padding: 20px;
}
/* override Bootstrap Select styles */

.ewb-select {
    background-color: #dddddd !important;
    border: 1px solid #dddddd !important;
    /* color: #54585a !important; */
    padding: 10px 40px 10px 15px !important;
    border-radius: 0 !important;
    width: auto !important;
    margin: 0px 0 5px 0;
}

    .ewb-select:hover {
        background-color: #f4f4f4 !important;
        border: 1px solid #f4f4f4 !important;
        color: #54585a !important;
    }

    .ewb-select:focus {
        background-color: #54585a !important;
        /*  border: 1px solid #54585a !important;*/
        color: #fff !important;
    }

.row.section.noNegativeMargin {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
/* remove the original arrow */

label {
    position: absolute !important;
    clip: rect(.0625rem .0625rem .0625rem .0625rem);
    clip: rect(.0625rem, .0625rem, .0625rem, .0625rem);
    padding: 0 !important;
    border: 0 !important;
    height: .0625rem !important;
    width: .0625rem !important;
    overflow: hidden;
}
/* end override Bootstrap Select styles */

label {
    font-weight: normal !important;
    position: absolute !important;
    clip: rect(.0625rem .0625rem .0625rem .0625rem);
    clip: rect(.0625rem, .0625rem, .0625rem, .0625rem);
    padding: 0 !important;
    border: 0 !important;
    height: .0625rem !important;
    width: .0625rem !important;
    overflow: hidden;
}

.row.section.whitebg {
    background-color: white;
    position: relative;
}

.whitebg {
    background-color: white;
}

p.legal {
    font-size: 1.2rem;
    margin: 14px 0;
}
/* top nav bar */

.navbar {
    background-color: #d6d6d6;
    border-top: 1px solid #a2aaad;
    border-bottom: none;
    text-align: center;
    width: 100%;
    z-index: 1062 !important;
}

.top-bar {
    height: 40px;
    width: 100%;
    background-color: #f4f4f4;
    max-width: 1200px;
    padding: 0;
    text-align: left;
    /*  padding-left: 25px;*/
}

    .top-bar ul {
        padding: 8px 0 0 2px;
        margin: 0;
        /* vertical-align: middle; */
        display: inline-block;
    }

        .top-bar ul li {
            float: left;
            padding-right: 0px;
            padding-bottom: 15px;
            position: relative;
            list-style-type: none;
            color: #54585A;
        }

            .top-bar ul li a,
            .top-bar ul li button {
                background: transparent;
                border: none;
                border-right: 1px solid #da291c;
                font-family: Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei";
                font-size: 0.8em;
                text-align: left;
                color: #ce1b0e;
                padding: 0 6px 0 6px;
            }

            .top-bar ul li:last-child a,
            .top-bar ul li:last-child button {
                border-right: none;
            }

            .top-bar ul li:last-child button {
                display: inline;
            }

.mobile-dropdown-trigger-lang {
    text-align: left;
}

.nav-icon {
    object-fit: contain;
    padding-right: 7px;
}

.nav-square {
    width: 40px;
    height: 40px;
    background-color: #a2aaad;
    position: relative;
    text-align: center;
    float: right;
}

.search-icon {
    left: auto;
    right: auto;
    padding: 10px;
}
/* main menu */

.main-menu,
.main-menu-mobile {
    background-color: white;
    width: 100%;
    padding: 20px 0px;
}

.main-menu {
    padding: 20px 24px;
    position: relative;
}

.main-menu-ul-wrap > ul {
    float: right;
    margin-top: 12px;
    -webkit-padding-start: 0px;
    display: none;
}

.main-menu-ul-wrap .mega-menu__trigger {
    float: left;
    padding-left: 20px;
    display: inline-block;
    list-style-type: none;
    color: #aaa;
}

.main-menu-ul-wrap > ul li a {
    font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.02em;
    text-align: left;
    color: #54585a;
    margin: 0;
    transition: color 250ms cubic-bezier(0.57, 0.12, 0.38, 0.99);
    -webkit-transition: color 250ms cubic-bezier(0.57, 0.12, 0.38, 0.99);
    -o-transition: color 250ms cubic-bezier(0.57, 0.12, 0.38, 0.99);
    -moz-transition: color 250ms cubic-bezier(0.57, 0.12, 0.38, 0.99);
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.main-menu-ul-wrap > ul li h3 a {
    font-weight: bold;
}

.main-menu-ul-wrap > ul li a:hover {
    /*     border-bottom: 2px solid #ce1b0e;*/
    color: #ce1b0e;
    text-decoration: none;
    border-radius: 0;
    /*background: #fff;*/
}

.main-menu-mobile {
    background-color: #f4f4f4;
    border-top: 1px solid #d3d3d3;
    /*  height: 65px;*/
    margin-bottom: 0px;
    padding: 140px 5px 25px;
}

    .main-menu-mobile ul {
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        -webkit-padding-start: 0px;
        padding: 0 5px;
        margin: 0;
    }

        .main-menu-mobile ul li {
            /*  float: left;*/
            padding-left: 15px;
            display: inline-block;
            list-style-type: none;
            color: #aaa;
        }

            .main-menu-mobile ul li:first-child {
                padding-left: 0px;
            }

            .main-menu-mobile ul li a {
                display: block;
                font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei";
                font-size: 13px;
                /*  font-weight: 500;*/
                letter-spacing: 0.02em;
                margin: 0;
                padding: 0;
                text-align: left;
                text-decoration: underline;
                color: #54585a;
                /* padding: 0 10px 0 10px; */
            }

.mobile-menu-icon {
    float: right;
    margin-top: 8px;
    text-align: center;
}

.mobile-icon {
    height: 36px;
    left: auto;
    right: auto;
    padding: 10px;
    width: 36px;
}

div.navigation__dropdown-wrap {
    background-color: white;
    box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, .3);
    display: none;
    position: absolute;
    top: 30px;
    left: -27px;
    text-align: center;
    width: 120px;
    z-index: 3;
}

div#dropdown-lang-wrap {
    width: inherit;
}

div.navigation__dropdown-wrap .navigation__dropdown-wrap--clipped {
    border-top: 5px solid #b7180c;
    position: relative;
    z-index: 9;
}

.navigation__dropdown-wrap .navigation__dropdown-wrap--language {
    border-top: 5px solid #b7180c;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 120px;
}

    .navigation__dropdown-wrap .navigation__dropdown-wrap--language li a {
        background-color: #ddd;
        font-family: 'Whitney', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        font-size: 12px;
    }

.navigation__dropdown-wrap .navigation__dropdown-wrap--branch {
    display: block;
    margin: 0;
    padding: 24px 24px 0px;
    width: 250px;
}

.navigation__dropdown-wrap--branch-results {
    background-color: white;
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, .3);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    z-index: 1;
}

.navigation__dropdown-wrap--branch--my--branch-wrapper {
    background-color: white;
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, .3);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    z-index: 2;
}

.navigation__dropdown-wrap--branch-results--my--branch {
    background-color: white;
    box-shadow: 0px 0px 4px -1px rgba(0, 0, 0, .3);
    padding: 12px 24px;
    text-align: left;
    width: 285px;
}

    .navigation__dropdown-wrap--branch-results--my--branch img {
        margin: 8px 0;
        width: 100%;
    }

.navigation__dropdown-wrap--back {
    padding: 12px;
}

    .navigation__dropdown-wrap--back p {
        margin: 8px 0px 0px;
    }

.top-bar ul li .navigation__dropdown-wrap--branch-results a {
    border-right: none;
    font-size: 1em;
}

.top-bar ul li input.login-button {
    height: 40px;
    padding: 7px 2px;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 1.4rem;
    text-align: center;
    border: solid 2px #ce1b0e;
    width: 100%;
}

.login-button:hover {
    border: solid 2px #ce1b0e;
}

.navigation__dropdown-wrap .navigation__dropdown-wrap--branch label {
    height: inherit !important;
    overflow: inherit !important;
    margin-bottom: 12px;
    text-align: left;
    position: initial !important;
    width: inherit !important;
}

.navigation__dropdown-wrap input,
.navigation__dropdown-wrap button {
    width: 100%;
}

.top-bar ul li a img.nav-icon {
}

#personallogindropdown input[type="text"],
#personallogindropdown input[type="password"] {
    width: 100%;
}

#personallogindropdown .btn-red {
    text-align: center !important;
}




.top-bar ul li .navigation__dropdown-wrap li {
    border-bottom: 1px solid #a2aaad;
    display: block;
    float: none;
    padding: 0px;
}

.navigation__dropdown-wrap hr {
    border-top: 1px solid #a2aaad;
    margin: 0;
}

.navigation__arrowup {
    border-bottom: 6px solid #b7180c;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: none;
    position: absolute;
    bottom: 7px;
    left: 55px;
    width: 0;
    z-index: 8;
}

.navigation__dropdown-wrap li a {
    color: #54585a !important;
    display: block;
    padding: 18px !important;
    text-align: center !important;
    transition: background-color 250ms ease-in-out;
    -webkit-transition: background-color 250ms ease-in-out;
    -o-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
}

.top-bar ul li .navigation__dropdown-wrap .navigation__dropdown-wrap--language li a:hover {
    background-color: #fff;
}

.navigation__dropdown-wrap li a:hover {
    text-decoration: none;
}

.navigation__dropdown-wrap--back em.material-icons,
.navigation__dropdown-wrap--back p {
    background-color: white;
    cursor: pointer;
    float: left;
}

.nav-square button {
    background: transparent;
    border: none;
    display: block;
    height: 40px;
    padding: 0;
    position: relative;
    background-color: #54585a;
    width: 40px;
    z-index: 3;
}

.nav-square__searchbox {
    display: none;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    z-index: 1;
}

.searchbox__input {
    position: relative;
    left: 300px;
    width: 350px;
}

.nav-square__searchbox input[type="search"] {
    border: none;
    box-shadow: -4px 0px 6px 0px rgba(0, 0, 0, .2);
    margin: -1px 0px 0px;
    padding-left: 0px;
    position: relative;
    left: -4px;
    width: 300px;
    z-index: 2;
}

img.searchbox__cancel {
    background-color: #54585a;
    cursor: pointer;
    float: left;
    padding: 13px;
    width: 42px;
    -webkit-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    transition: background-color 500ms;
}

    img.searchbox__cancel:hover {
        background-color: #a2AAAD;
    }

.nav-square__searchbox input[type="search"]:hover {
    background-color: #ccc;
    outline: none;
}

.navigation__dropdown-wrap .navigation__dropdown-wrap--login {
    border-top: 5px solid #b7180c;
    display: block;
    padding: 0px;
    width: 250px;
}

#login-tabs-dropdown {
    border-bottom: none;
    display: block;
}

#personallogindropdown a {
    border-right: none;
    font-size: 12px;
}

#login-tabs-dropdown > li:first-child > a {
    background: transparent;
    background-color: white;
    border: none;
    color: #54585a !important;
    display: block;
    padding: 10px 15px;
    width: 100%;
}

    #login-tabs-dropdown > li:first-child > a:hover {
        background-color: #ce1b0e;
        color: white !important;
    }

#login-tabs-dropdown > li.active:first-child > a:hover {
    background-color: white !important;
    color: #54585a !important;
}


/* info icon tooltip next to login textfield */

/* dropdown login info icon */
.ob2tooltip2 {
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 32px;
}

    .ob2tooltip2 .ob2left2 p {
        text-align: left !important;
    }

    .ob2tooltip2 .ob2left2 {
        min-width: 250px;
        top: 100px;
        right: 100%;
        margin-right: 10px;
        transform: translate(0, -50%);
        padding: 10px;
        color: #FFFFFF;
        background-color: #ffffff;
        font-weight: normal;
        font-size: 15px;
        border-radius: 8px;
        position: absolute;
        z-index: 99999999;
        box-sizing: border-box;
        border: solid 2px #ce1b0e;
        display: none;
    }

    .ob2tooltip2:hover .ob2left2 {
        display: block;
        color: #FFFFFF !important;
    }

    .ob2tooltip2 .ob2left2 i {
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -100px;
        width: 12px;
        height: 24px;
        overflow: hidden;
    }

        .ob2tooltip2 .ob2left2 i::after {
            content: '';
            position: absolute;
            width: 12px;
            height: 12px;
            left: 0;
            top: 50%;
            transform: translate(-50%,-50%) rotate(-45deg);
            background-color: #ce1b0e;
            border: solid 2px #ce1b0e;
        }

/* login full page info icon */

/* menu dropdown login  */

.navigation__dropdown-wrap--login .col-md-12 {
    float: none;
}

.navigation__dropdown-wrap .navigation__dropdown-wrap--login ul.nav-tabs {
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    margin: 0px;
    padding: 0;
    width: 100%;
}

.top-bar ul li .navigation__dropdown-wrap ul.nav-tabs li {
    float: left;
}

.navigation__dropdown-wrap .navigation__dropdown-wrap--login ul.nav-tabs li a {
    border: none;
    color: white !important;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 1.1em;
    /*  font-weight: 600;*/
}

.navigation__dropdown-wrap .navigation__dropdown-wrap--login ul.nav-tabs li.active a {
    color: #ce1b0e !important;
}

#personallogindropdown button {
    width: 100%;
}

#personallogindropdown p {
    color: #54585a;
    font-size: .9em;
    text-align: center;
}

#personallogindropdown {
    border-right: none;
    font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 1em;
    padding-left: 0px;
}

#businesslogindropdown ul {
    width: 220px;
}

    #businesslogindropdown ul li {
        border-bottom: none;
    }

#businesslogindropdown a {
    border-right: none;
    color: white !important;
    font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 1em;
    padding: 15px 0 0 !important;
    text-align: left !important;
}

.slideUp-button-circle-arrow {
    border-radius: 20px;
    cursor: pointer;
    height: 28px;
    margin: 12px auto 12px;
    width: 28px;
    -webkit-transition: background-color 250ms ease-out;
    -moz-transition: background-color 250ms ease-out;
    -o-transition: background-color 250ms ease-out;
    transition: background-color 250ms ease-out;
}
/* Hamburger menu */

#mobile-menu {
    background-color: #ddd;
    display: none;
    float: none;
    height: 100vh;
    position: relative;
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

    #mobile-menu ul {
        border-top: 3.3px solid #b7180c;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
    }

        #mobile-menu ul li {
            background-color: #ddd;
            border-bottom: 1px solid #a2aaad;
            color: #54585a;
            cursor: pointer;
            display: block;
            float: none;
            font-family: 'Whitney-Bold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
            font-weight: 400;
            margin: 0px;
            padding: 20px 0;
            position: relative;
            text-align: left;
            -webkit-transition: padding-bottom 250ms;
            -moz-transition: padding-bottom 250ms;
            -o-transition: padding-bottom 250ms;
            transition: padding-bottom 250ms;
        }

    #mobile-menu .main-menu__mobile__navigation > li:last-child {
        margin-bottom: 123px;
    }

    #mobile-menu ul li em {
        position: absolute;
        right: 12px;
        -webkit-transition: transform 250ms;
        -moz-transition: transform 250ms;
        -o-transition: transform 250ms;
        transition: transform 250ms;
    }

    #mobile-menu ul.main-menu__mobile__navigation a {
        color: #54585a;
        padding-left: 20px;
    }

    #mobile-menu ul.main_menu__mobile__navigation__level-2 {
        border-top: 1px solid #a2aaad;
        display: none;
        margin: 20px 0 0;
        padding: 0;
    }

    #mobile-menu ul.main-menu__mobile__navigation .main_menu__mobile__navigation__level-2 a {
        padding-left: 0px;
    }

    #mobile-menu ul.main_menu__mobile__navigation__level-2 li {
        background-color: #f4f4f4;
        padding-left: 40px;
    }
/* Mega menu */

.mega__menu {
    position: absolute;
    top: 100%;
    left: 25%;
    text-align: left;
    width: 748px;
    box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, .3);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .3s ease .15s;
    -moz-transition: all .3s ease .15s;
    -o-transition: all .3s ease .15s;
    -ms-transition: all .3s ease .15s;
    transition: all .3s ease .15s;
}

.mega-menu__trigger:hover > .mega__menu,
.mega-menu__trigger a:focus ~ .mega__menu {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.mega__menu--arrowup {
    border-bottom: 12px solid #b7180c;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    position: absolute;
    top: -10px;
    left: 48.5%;
    width: 0;
    z-index: 2;
}

.mega__menu h3 {
    font-family: 'Whitney-Bold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.mega__menu.commercial,
.mega__menu.wealth-management,
.mega__menu.international {
    left: auto;
    right: 0;
    width: 748px;
}
/* sections */

.hero-message {
    height: 508px;
    background: #f4f4f4;
}


    .hero-message.skinny-mast {
        height: 150px;
    }

    .hero-message.skinny-mast {
        background-size: contain;
    }
/* Home page */

/* Personal banking */
/* Personal > Checking Accounts */
/* Our story */

/*Update hero message so the background image shows in html*/
/* Careers */
/* Community Events */

/* Careers */
/* Form Success Message */
/* Site Map */
/* Search Results page */

/* Carousel pagination */
/* Contact page */
/* Request More Info */
/* Checking Accounts */
/* Industry Expertise */

.skinny-mast h1.hero-message__page-title {
    background: #ce1b0e;
    background: -moz-linear-gradient(left, #ce1b0e 0%, #971b2f 85%);
    background: -webkit-linear-gradient(left, #ce1b0e 0%, #971b2f 85%);
    background: linear-gradient(to right, #ce1b0e 0%, #971b2f 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1b0e', endColorstr='#971b2f', GradientType=1);
    color: white;
    font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 1.1375em;
    float: left;
    margin-top: 14px;
    padding: 12px 40px;
    position: relative;
    text-align: left;
}

.flexbox-multi-column-wrap {
    background-color: white;
}
/* Gallery */

h1.hero-message__page-title.tall {
    background: #ce1b0e;
    background: -moz-linear-gradient(left, #ce1b0e 0%, #971b2f 85%);
    background: -webkit-linear-gradient(left, #ce1b0e 0%, #971b2f 85%);
    background: linear-gradient(to right, #ce1b0e 0%, #971b2f 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1b0e', endColorstr='#971b2f', GradientType=1);
    color: white;
    float: none;
    font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 1.1375em;
    margin-top: 0px;
    padding: 12px 40px 12px 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: left;
    width: 100%;
    z-index: 9;
}

.footer-menu,
.footer-social {
    background-color: #f4f4f4;
    text-align: center;
}

.footer-menu {
    padding-top: 25px;
    margin: 0;
    width: 100%;
}

.footer-social {
    padding-bottom: 40px;
    margin: 0;
    width: 100%;
}

.footer-links,
.footer-info {
    background-color: #fff;
    font-size: 0.82em;
}

.footer-links {
    padding: 25px;
    margin: 0;
    width: 100%;
}

.footer-info {
    color: #727779;
    padding: 0 24px 40px;
    text-align: left;
    margin: 0;
    width: 100%;
}

.footer-disclaimer {
    border: 1px solid #a2aaad;
}
/* content boxes */
/* element styles */

.ewb-logo-mobile {
    display: inline-block;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 0;
    float: left;
    width: 161px;
}

.ewb-logo {
    display: none;
    margin-right: auto;
    margin-left: 0;
    float: left;
}

.nav-tabs {
    background-color: #54585a;
    color: #fff;
}

.tab-content {
    background-color: #fff;
    color: #ce1b0e;
    min-height: 250px;
    padding: 15px 15px 5px;
    text-align: left;
    -webkit-transition: background-color 250ms;
    -moz-transition: background-color 250ms;
    -o-transition: background-color 250ms;
    transition: background-color 250ms;
}

.nav-tabs > li {
    width: 50%;
}

    .nav-tabs > li > a {
        background: transparent;
        text-align: center;
        border-radius: 0 !important;
        color: #fff;
        font-size: 1.1em;
        margin: 0px;
        display: block;
        padding: 10px 15px;
        width: 100%;
    }

    .nav-tabs > li.active > a {
        color: #ce1b0e !important;
        font-size: 1.1em;
    }

    .nav-tabs > li > a:hover {
        background-color: #ce1b0e;
        border-color: #ce1b0e;
    }

.tab-pane form {
    width: 100%;
    text-align: center;
}

#toggleMenuPassword {
    position: absolute;
    margin-top: -35px;
    right: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tab-pane input[type="text"],
.tab-pane input[type="password"] {
    width: 100%;
}

.login-button {
    margin: 10px 0 15px 0 !important;
    display: inline-block !important;
}
/* shift first and hide third blog */

.search-bar {
    width: 100%;
    padding: 10px;
}

.select-label {
    display: inline-block;
    margin: 10px 10px;
}

#submit-locator {
    margin-left: auto;
    margin-right: auto;
}

.footer-menu-list {
    text-align: left;
    list-style-type: none;
    margin-bottom: 30px;
    padding-left: 5px;
}

    .footer-menu-list li {
        margin: 10px 0;
    }

        .footer-menu-list li h2 {
            font-family: 'Whitney-Bold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
            margin: 20px 0 10px;
            font-size: 1em;
            letter-spacing: inherit;
            text-transform: inherit;
            color: #54585a;
        }

        .footer-menu-list li a {
            color: #54585a;
        }

            .footer-menu-list li a:hover {
                color: #ce1b0e;
            }

.footer-menu-hide {
    display: none;
}

.footer-menu-col:first-of-type {
    margin-left: 0px;
}

.footer-menu-col {
    width: 50%;
}

.social-icon {
    margin: 0 20px;
}

.footer-link {
    margin: 0 5px;
    display: inline-block;
}

.disclaimer-title {
    margin-bottom: 2px;
}

.disclaimer-table {
    text-align: left;
    padding: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .disclaimer-table table {
        width: 100%;
        border-collapse: collapse;
    }

    .disclaimer-table table,
    .disclaimer-table td {
        border: solid 1px #979797;
        font-size: 0.95em;
        font-weight: 500;
        padding: 5px 10px;
    }

.copyright {
    margin-top: 25px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

p#copyright {
    margin-bottom: 25px;
}
/* Two column centered template */

.row--text-left {
    text-align: left;
}
/* Branch locator search page */
/* Checking Accounts */
/* One column template */
#one-column .col-xs-8.override {
    max-width: 755px;
    margin: 0 auto;
}
/* Request More Info */
/* Contact page */
/* Lightbox overlay */
/* Material Icons */

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

    .material-icons.md-36 {
        font-size: 36px;
    }

.flexbox-multi-column-wrap.callout--box .title {
    padding-left: 20px;
    padding-right: 20px;
}

/**Login page**/

/* Custom, iPhone 5 */
@media only screen and (max-width: 319px) {
    /* Bootstrap overrides */

    .col-xs-8.override {
        float: none;
        width: 100%;
    }

    .slideUp-button-circle-arrow {
        display: block;
    }

    .ewb-logo-mobile {
        padding-left: 0px;
    }

    .mobile-menu-icon,
    .main-menu-mobile {
        display: block;
    }

    .mobile-menu-icon {
        margin-top: 0px;
    }

    .main-menu {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
        padding: 20px 20px;
    }

    .nav-square__searchbox {
        left: -282px;
    }

    .hero-message {
        height: 450px;
        background-position: center bottom;
        background-size: 100% auto;
    }

        .hero-message.skinny-mast {
            height: 100px;
        }
    /* Personal landing page */
    /* Tertiary Nav */
    .navigation__tertiary li,
    .top-bar ul li {
        position: static;
    }

    div.navigation__dropdown-wrap {
        top: 40px;
        left: 0px;
        width: 100vw;
    }

    div#dropdown-lang-wrap {
        width: 100vw;
    }

    .navigation__dropdown-wrap .navigation__dropdown-wrap--branch {
        background-color: white;
        margin: 0 auto;
        width: 100vw;
    }

    .navigation__dropdown-wrap .navigation__dropdown-wrap--login {
        width: 100vw;
    }

    #personallogindropdown button {
        width: 220px;
    }

    #personallogindropdown p {
        margin: 12px 0px;
    }

    #personallogindropdown input[type="text"],
    #personallogindropdown input[type="password"] {
        margin: 8px 0px;
        width: 100%;
    }

    .navigation__dropdown-wrap .navigation__dropdown-wrap--language {
        width: 100%;
    }

    .navigation__dropdown-wrap--branch-results {
        width: 100%;
    }

    .navigation__dropdown-wrap--branch--my--branch-wrapper {
        width: 100%;
    }

    .navigation__dropdown-wrap--branch-results--my--branch {
        width: 100%;
        padding-top: 20px;
    }

    .top-bar ul li a img.nav-icon {
        display: none;
    }

    .top-bar ul li a {
        font-size: 10px;
    }

    .navigation__tertiary {
        margin: 0 0 0 8px;
    }

    .main-menu-mobile ul li {
        padding: 0 3px;
    }

    .nav-square__searchbox input[type="search"] {
        padding-left: 20px;
    }
    /* shift first and show third blog */
    /* shift first and hide first blog */
    /* SMB landing page */
    /* Commercial landing page */
    /* International landing page */
    /* Wealth Management landing page */

    .footer-menu .footer-menu-col:first-child ul.footer-menu-list {
        padding-left: 5px;
    }

    .footer-menu {
        padding-top: 5px;
    }

    .footer-social {
        padding-bottom: 25px;
    }

    .disclaimer-title {
        margin-bottom: 2px;
    }

    .copyright {
        margin-top: 25px;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-info {
        padding: 0 19px 40px;
    }

        .footer-info .copyright p {
            font-size: 10px;
        }
    /* Carousel */
    /* Branch locator search */
    .skinny-mast h1.hero-message__page-title {
        margin-top: 0;
        padding: 12px 40px 12px 20px;
    }
    /* Branch locator results */
    /* Branch locator search results page */
    /* Branch directions page */
    /* Checking Accounts template */
    /* Business International Trade template */
    /* Search Results page */
    /* Overdraft information page */

    #one-column .col-xs-5 {
        width: 100%;
    }

    #one-column .col-xs-8.override {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 992px) {
    /* One column template */

}

@media only screen and (max-width: 320px) {
    /* alert top bar msg */
    .main-menu-mobile {
        padding: 200px 5px 25px !important;
    }
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {


    /* Bootstrap overrides */

    .col-xs-8.override {
        float: none;
        width: 100%;
    }
    /*  .main-menu__mobile.fixed--offset {margin-top: 135px !important;}*/
    .slideUp-button-circle-arrow {
        display: block;
    }


    /*  Velo Careers headline */

    .ewb-logo-mobile {
        padding-left: 0px;
    }

    .mobile-menu-icon,
    .main-menu-mobile {
        display: block;
    }

    .mobile-menu-icon {
        margin-top: 0px;
    }

    .main-menu {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
        padding: 20px 20px;
    }

    .nav-square__searchbox {
        left: -282px;
    }

    .hero-message {
        height: 450px;
    }

        .hero-message.skinny-mast {
            background-position: right center;
            height: 140px;
        }
    /* Personal landing page */
    /* Checking Accounts */
    /* Industry Expertise */

    /* Velo */
    /* Tertiary Nav */
    .navigation__arrowup {
        bottom: 76px;
    }

    .navigation__tertiary li,
    .top-bar ul li {
        position: static;
    }

    div.navigation__dropdown-wrap {
        top: 40px;
        left: 0px;
        width: 100%;
    }

    div#dropdown-lang-wrap {
        width: 100vw;
    }

    .navigation__dropdown-wrap .navigation__dropdown-wrap--branch {
        background-color: white;
        margin: 0 auto;
        width: 100vw;
    }

    .navigation__dropdown-wrap .navigation__dropdown-wrap--login {
        width: 100vw;
    }

    #personallogindropdown button {
        -webkit-appearance: none;
        border: none;
        border: 2px solid;
        display: inline-block;
        font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        font-size: 1.6rem;
        height: 40px;
        width: 220px;
        width: 100%;
    }

    #personallogindropdown p {
        margin: 12px 0px;
    }

    #personallogindropdown input[type="text"],
    #personallogindropdown input[type="password"] {
        margin: 8px 0px;
        width: 100%;
    }

    .navigation__dropdown-wrap .navigation__dropdown-wrap--language {
        width: 100%;
    }

    .navigation__dropdown-wrap--branch-results {
        width: 100%;
    }

    .navigation__dropdown-wrap--branch--my--branch-wrapper {
        width: 100%;
    }

    .navigation__dropdown-wrap--branch-results--my--branch {
        width: 100%;
        padding-top: 20px;
    }

    .top-bar ul li a img.nav-icon {
        display: none;
    }


    .main-menu-mobile ul li {
        padding: 0 3px;
    }

    .nav-square__searchbox input[type="search"] {
        padding-left: 20px;
    }
    /* shift first and show third blog */
    /* shift first and hide first blog */
    /* SMB landing page */
    /* Commercial landing page */
    /* International landing page */
    /* Wealth Management landing page */

    .footer-menu .footer-menu-col:first-child ul.footer-menu-list {
        padding-left: 5px;
    }

    .footer-menu {
        padding-top: 5px;
    }

    .footer-social {
        padding-bottom: 25px;
    }

    .disclaimer-title {
        margin-bottom: 2px;
    }

    .copyright {
        margin-top: 25px;
        text-align: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-info {
        padding: 0 19px 40px;
    }

        .footer-info .copyright p {
            font-size: 10px;
        }
    /* Carousel */
    /* Branch locator search */
    .skinny-mast h1.hero-message__page-title {
        float: none;
        margin-top: 0;
        padding: 12px 40px 12px 20px;
        width: 100%;
    }
    /* Branch locator results */
    /* Branch locator search results page */
    /* Branch directions page */
    /* Checking Accounts template */
    /* Business International Trade template */
    /* Search Results page */
    /* Overdraft information page */

    #one-column .col-xs-5 {
        width: 100%;
    }

    #one-column .col-xs-8.override {
        padding-left: 20px;
        padding-right: 20px;
    }

    #one-column .col-xs-6,
    #one-column .col-xs-7 {
        float: none;
        width: 100%;
    }

    .flexbox-multi-column-wrap {
        padding: 15px;
    }

        .flexbox-multi-column-wrap.callout--box {
            border: 3px solid #ececec;
            margin-bottom: 25px;
        }
    /* Our story */
    /* Request More Info */
    /* Search Results */
}
/* A fix for the hero image */

@media only screen and (min-width: 426px) {

    .top-bar ul li {
        padding-right: 0px;
    }

        .top-bar ul li a, .top-bar ul li button {
            padding: 0 8px 0 8px;
        }
    /* Commercial landing page */
    /* Personal landing page */
    /* International landing page */
    /* Wealth Management landing page */
    /* Checking Accounts template */
    /* Our story */


}
/* A fix for the hero image on the personal landing page */

/* Extra Small Devices, Phones */

@media only screen and (min-width: 576px) {
    /* Bootstrap overrides */

    .nav-square__searchbox {
        left: -300px;
    }

    .hero-message {
        background-position: top left;
        background-size: cover;
        margin-top: 0;
    }
    /* Checking Accounts */

    .main-menu-mobile ul li {
        padding-left: 15px;
    }
    /* Tertiary Nav */
    .top-bar ul li a img.nav-icon,
    .top-bar ul li button img.nav-icon {
        display: block;
        float: left;
    }

    .top-bar ul li a,
    .top-bar ul li button {
        font-size: .8em;
        padding: 0 10px 0 2px;
    }

    .mobile-dropdown-trigger-lang {
        width: 95px;
    }

        .mobile-dropdown-trigger-lang span {
            display: inline-block;
            float: left;
            position: relative;
            top: 4px;
        }

    .top-bar ul {
        margin: 0 0 0 8px;
        padding: 0 !important;
    }

        .top-bar ul li {
            padding-right: 0px;
            padding-left: 12px;
            padding-top: 8px;
        }

    .nav-square__searchbox input[type="search"] {
        padding-left: 8px;
    }

    #personallogindropdown input[type="text"],
    #personallogindropdown input[type="password"] {
        width: 41%;
        display: inline-block;
        margin: 18px;
    }
    /* Homepage sections */

    .footer-menu .footer-menu-col:first-child ul.footer-menu-list {
        padding-left: 96px;
    }

    .disclaimer-title {
        margin-bottom: 2px;
        margin: 0 auto;
    }

    .footer-disclaimer {
    }

    .copyright {
        float: none;
        margin-top: 25px;
        text-align: center;
        width: 77%;
        margin-left: auto;
        margin-right: auto;
    }

    .disclaimer-table {
        float: none;
    }
    /* Personal landing page */
    /* SMB landing page */
    /* Commercial landing page */
    /* International landing page */
    /* Wealth Management landing page */
    /* Business International Trade template */
    /* Branch Directions page */
    /* One column template */

    #one-column .col-xs-8.override {
        padding-left: 20px;
        padding-right: 20px;
    }

    #one-column .col-xs-5 {
        width: 41.66666667%;
    }
    /* Search Results */
    /* Our story */
    /* Careers */

    /* Velo */

    /* Community Events */
}

@media only screen and (min-width: 685px) {
    .main-menu-mobile ul li a {
        padding: 0 10px 0 10px;
    }
}

@media only screen and (min-width: 768px) {
    /*Bootstrap overrides */

    #one-column .col-xs-8 {
        width: 66.66666667%;
    }

    #one-column .col-xs-7 {
        width: 58.33333333%;
    }

    #one-column .col-xs-6 {
        width: 50%;
    }

    #one-column .col-xs-5 {
        width: 41.66666667%;
    }

    .top-bar {
        text-align: right;
    }

    .ewb-logo-mobile {
        display: none;
    }

    .ewb-logo {
        display: inline-block;
        padding-left: 0px;
    }

    .main-menu {
        padding: 20px 24px;
    }


    .mobile-menu-icon {
        margin-top: 8px;
    }

    .hero-message {
        height: 360px;
        background-color: #fff;
    }

        .hero-message.skinny-mast {
            height: 150px;
        }

    h1.hero-message__page-title.tall {
        width: 350px;
    }
    /* show first blog */

    .disclaimer-table table {
        width: 100%;
    }

    .footer-menu {
        padding-top: 30px;
        padding-left: 5px;
        padding-right: 10px;
    }

    .footer-menu-col:first-of-type {
        margin-left: 0;
    }

    .footer-menu-hide {
        display: block;
    }

    .footer-menu-col {
        width: 25%;
    }

    .footer-menu .footer-menu-col:first-child ul.footer-menu-list {
        padding-left: 0px;
    }

    .footer-social {
        padding-bottom: 50px;
    }

    .disclaimer-table {
        float: left;
        margin: 0;
        padding: 0;
        text-align: left;
        width: 50%;
    }

    .disclaimer-title {
        width: 100%;
    }

    .footer-disclaimer {
        width: 100%;
    }

    .copyright {
        margin-top: 0;
        text-align: right;
        width: 45%;
        float: right;
    }
    /* Tertiary Nav */
    .navigation__arrowup {
        bottom: 3px;
    }

    div.navigation__dropdown-wrap {
        background-color: white;
        box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, .3);
        display: none;
        position: absolute;
        top: 40px;
        text-align: center;
        width: 285px;
    }

    div#dropdown-lang-wrap {
        width: 120px;
    }

    .navigation__dropdown-wrap .navigation__dropdown-wrap--login {
        width: 100%;
    }

    .navigation__dropdown-wrap .navigation__dropdown-wrap--branch {
        display: block;
        margin: 0;
        padding: 25px 25px 5px 25px;
        width: 100%;
    }

    .navigation__tertiary li,
    .top-bar ul li {
        position: relative;
    }

        .top-bar ul li a,
        .top-bar ul li button {
            /* padding: 0 12px 0 2px; */
        }

    #personallogindropdown input[type="text"],
    #personallogindropdown input[type="password"] {
        margin: 8px 0px;
        width: 100%;
    }

    .navigation__dropdown-wrap .navigation__dropdown-wrap--language {
        width: 120px;
    }
    /* Homepage sections */

    form#branch-search {
        width: 100%;
        margin: auto;
        padding: 0;
    }

    form#branch-search {
        /* width: 100%; */
        /* margin: auto; */
        padding: 0;
    }

        form#branch-search > div {
            margin: 0;
            padding: 0;
        }

    .ewb-select {
        padding: 10px 35px 10px 5px !important;
    }
    /* Personal landing page */

    .hero-message.skinny-mast {
        background-position: left 0px;
    }

    /* SMB landing page */
    /* Commercial landing page */
    /* International page */
    /* Wealth Management landing page */
    /* Branch locator search page */
    .skinny-mast h1.hero-message__page-title {
        margin-top: 0;
        padding: 12px 40px 12px 25px;
        width: 350px;
    }
    /* Branch locator search results page */
    /* Branch directions page */
    /* Checking Accounts template */
    /* One column template */
    #one-column .col-xs-8.override {
        max-width: 597px;
        margin: 0 auto;
    }

    .flexbox-multi-column-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

        .flexbox-multi-column-wrap .title {
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        }

    #one-column .col-xs-6,
    #one-column .col-xs-7 {
        float: left;
    }

    #one-column .col-xs-6 {
        width: 50%;
        padding-bottom: 65px;
    }

    /*Privacy Tile Gallery*/
    /*Privacy Tile Gallery*/

    /* #one-column .one-column__body .col-xs-8.override .col-lg-12 {
        padding-top: 20px;
    } */
    /* Two column template with thumbnail and post */
    /* Search Results page */
    /* Overdraft information page */
    /* Gallery */
    /* Our story */
    /* Our story */
    /* Careers */
    /* Request More Info */
    /* Community Events */
    /* Contact page */
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {

    /*Bootstrap overrides */

    .ewb-logo {
        padding-left: 0px;
    }

    .main-menu {
        max-width: 1200px;
        padding: 20px 40px;
    }



    .footer-menu {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 20px;
    }

    .footer-info {
        padding: 0 40px 40px;
    }

    .main-menu__mobile {
        display: none;
    }

    /* Homepage sections */

    form#branch-search {
        /* padding: 0 30px; */
    }

    .ewb-select {
        padding: 10px 40px 10px 15px !important;
    }
    /* Carousel with no icon - Company/OurStory */
    /* Personal landing page */
    /* SMB landing page */
    /* Commercial landing page */
    /* International landing page */
    /* Wealth Management landing page */

    h1.hero-message__page-title.tall {
        padding: 12px 40px 12px 40px;
    }
    /* One column template */
    #one-column .col-xs-8.override {
        max-width: 735px;
        margin: 0 auto;
    }
    /* One column template 3 column layout */
    /* Gallery */
    /* Our story */
}

@media only screen and (min-width: 1025px) {

    /*main {
            padding: 134px 0 0 0;
        }*/
    /* push up main content */
    .mobile-menu-icon,
    .main-menu-mobile {
        display: none;
    }

    .main-menu ul {
        display: block;
    }

    .skinny-mast h1.hero-message__page-title {
        background: #ce1b0e;
        background: -moz-linear-gradient(left, #ce1b0e 0%, #971b2f 85%);
        background: -webkit-linear-gradient(left, #ce1b0e 0%, #971b2f 85%);
        background: linear-gradient(to right, #ce1b0e 0%, #971b2f 85%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce1b0e', endColorstr='#971b2f', GradientType=1);
        color: white;
        font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        font-size: 1.1375em;
        float: left;
        margin-top: 0;
        padding: 12px 40px;
        position: relative;
        text-align: left;
    }
    /* Our story */
    /* Community Events */
}
/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
    .section {
        display: block;
        width: 100%;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }


    .hero-message {
        overflow: hidden;
    }
    /* Personal landing page */
    /* International landing page */
    /* Business International Trade */
    /* One column template */
    #one-column .col-xs-8.override {
        max-width: 755px;
        margin: 0 auto;
    }

    h1.hero-message__page-title.tall {
        padding: 12px 40px;
    }

    .flexbox-multi-column-wrap {
        padding: 10px 0 20px 0;
    }

        .flexbox-multi-column-wrap.callout--box {
            margin: 25px auto;
            max-width: 740px;
            /* padding-right: 20px; */
        }

    /* One column template 3 column layout */
    /* Gallery */
    /* Our story */
    /* Careers */
}
/*---------------------------------------------- End Media Queries */
/* buttons */

.btn-sb {
    background-color: transparent;
    padding: 8px 36px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 1em;
}

.btn--inline {
    display: inline-block;
}

.btn-red-sb {
    background-color: transparent;
    color: #ce1b0e;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 1.2em;
    border: solid 2px #ce1b0e;
    border-radius: 0px;
    margin: 15px 0;
    padding: 5px 15px;
    white-space: normal;
    text-align: left;
}

.btn-red:hover, .btn-red:active, .btn-red:focus {
    background-color: #ce1b0e;
    color: #ffffff !important;
}

legend {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
/* custom font face */

@font-face {
    font-family: 'Whitney-Semibold';
    src: url('../fonts/Whitney-Semibold.eot');
    src: url("../fonts/WhitneySSm-Semibold-Pro.otf") format("opentype");
    src: url('../fonts/Whitney-Semibold.woff2') format('woff2'), url('../fonts/Whitney-Semibold.woff') format('woff'), url('../fonts/Whitney-Semibold.ttf') format('truetype'), url('../fonts/Whitney-Semibold.svg#Whitney-Semibold') format('svg'), url('../fonts/Whitney-Semibold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney-Bold';
    src: url('../fonts/Whitney-Bold.eot');
    src: url("../fonts/WhitneySSm-Bold-Pro.otf") format("opentype");
    src: url('../fonts/Whitney-Bold.woff2') format('woff2'), url('../fonts/Whitney-Bold.woff') format('woff'), url('../fonts/Whitney-Bold.ttf') format('truetype'), url('../fonts/Whitney-Bold.svg#Whitney-Bold') format('svg'), url('../fonts/Whitney-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney-Medium';
    src: url('../fonts/Whitney-Medium.eot');
    src: url("../fonts/WhitneySSm-Medium-Pro.otf") format("opentype");
    src: url('../fonts/Whitney-Medium.woff2') format('woff2'), url('../fonts/Whitney-Medium.woff') format('woff'), url('../fonts/Whitney-Medium.ttf') format('truetype'), url('../fonts/Whitney-Medium.svg#Whitney-Medium') format('svg'), url('../fonts/Whitney-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Whitney-Light';
    src: url("../fonts/WhitneySSm-Light-Pro_0.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
/**
    when browser has no flexbox 
**/
/*fix red quadrant break*/
/* verticle align branch search icon*/
/*fix branch dropdown text disappear*/
/**
   END when browser has no flexbox 
**/
/** 
    Fix slider
**/
/** 
   END Fix slider
**/
/**
    Wire Transfer 
**/

@media only screen and (max-width: 767px) {

    td {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 768px) {

    .reusable--callout--box {
        padding: 15px 0 0 15px;
    }
}
/**
    Checking accounts comparison
    **/
/**
Mobile Banking 
**/
/**
SMB checking account
**/

.reusable--callout--box {
    padding: 0;
    margin: 15px auto;
}

@media only screen and (max-width: 767px) {

    .btn--inline {
        padding: 5px 15px;
    }
}
/**Take out header from css**/

.hero-message {
    position: relative;
    overflow: hidden;
}

    .hero-message .heroImage {
        position: absolute;
        left: 0;
        top: -15%;
        min-width: 100%;
    }

/**CNY LP 2021**/
/**Community Article Page**/

.visible-xs-online-banking {
    display: none;
}

.hidden-xs-online-banking {
    display: initial;
}


@media only screen and (max-width: 767px) {

    .hero-message .heroImage {
        top: 15%;
        width: 100%;
        min-height: 0;
        left: 0;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {

    .hero-message .heroImage {
        left: -10%;
        min-width: 130%;
    }
}

@media only screen and (max-width: 580px) {

    .hero-message .heroImage {
        top: 28%;
        width: 100%;
        min-height: 0;
        left: 0;
    }
}

@media only screen and (max-width: 450px) {

    .hero-message .heroImage {
        top: 45%;
    }

    .hero-message {
        height: 360px;
    }
    /**CNY20201 mobile**/
}

@media only screen and (max-width: 1024px) {
    .visible-xs-online-banking {
        display: block;
    }

    .hidden-xs-online-banking {
        display: none;
    }
}

/** NEW mega menu **/

.nav-stacked {
    padding-right: 0;
}

    .nav-stacked .tab-pane {
        min-height: 308px;
    }

.mega_menu_dropdownwrap {
    background: #f4f4f4;
    border-top: 5px solid #b7180c;
    display: flex;
    min-height: 333px;
}

    .mega_menu_dropdownwrap .nav-stacked {
        background: #ddd;
    }

    .mega_menu_dropdownwrap .tab-content li {
        margin-bottom: 5px;
    }

    .mega_menu_dropdownwrap .tab-content p {
        color: #54585a;
    }

    .mega_menu_dropdownwrap .nav-stacked li a {
        border-bottom: 1px solid #bbb;
        border-radius: 0;
    }

    .mega_menu_dropdownwrap .nav-stacked li button {
        background: none;
        border: none;
        border-bottom: 1px solid #ccc;
        padding: 10px 15px;
        text-align: left;
        width: 100%;
    }

        .mega_menu_dropdownwrap .nav-stacked li button:hover {
            background-color: white;
        }

            .mega_menu_dropdownwrap .nav-stacked li button:hover a {
                color: #ce1b0e;
            }

        .mega_menu_dropdownwrap .nav-stacked li button a {
            border-bottom: none;
        }


.nav > li > span > a:hover,
.nav-stacked > li.active > span > a {
    background-color: #fff;
    color: #ce1b0e;
    border-radius: 0;
}

.nav-stacked > li + li {
    margin-top: 0;
}

.mega_menu_dropdownwrap h3 {
    color: #54585a;
    font-size: 16px;
    text-transform: none;
    margin: 0 0 10px;
    letter-spacing: 0.3px;
}

.mega_menu_dropdownwrap ul {
    list-style: none;
    padding-left: 0;
}

.childMenuColumn {
    border-left: 1px solid #d3d3d3;
    min-height: 300px;
}

.mega__menu.small-mid-sized-bus .childMenuColumn {
    min-height: 375px;
}

.childMenuColumn div {
    width: 250px;
    margin: 0 auto;
}

.childMenuColumn h3 {
    text-align: left;
}

.childMenuColumn img {
    width: 255px;
    height: 100px;
    margin-bottom: 25px;
}

.main-menu-ul-wrap .childMenuColumn .btn-red {
    text-align: left;
    color: #ce1b0e;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

    .main-menu-ul-wrap .childMenuColumn .btn-red:hover,
    .main-menu-ul-wrap .childMenuOneColumn .btn-red:hover {
        color: #ffffff !important;
    }

.childMenuOneColumn p {
    color: #54585a;
}

.childMenuOneColumn img {
    max-width: 500px;
    margin-bottom: 15px;
}

.childMenuOneColumn div {
    position: relative;
    z-index: 5;
}

.main-menu-ul-wrap .childMenuOneColumn .btn-red {
    position: relative;
    color: #ce1b0e;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.nav > li > span > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.commercial .mega__menu--arrowup {
    left: 53.5%;
}

.international .mega__menu--arrowup {
    left: 66.5%;
}

.wealth-management .mega__menu--arrowup {
    left: 82.5%;
}

#loans .childMenuColumn div a:first-of-type {
    margin-right: 15px;
}

/**IE9 mega menu fix **/

/* Landscape phones and smaller */

/* Styling for Chinese Content*/
/* Styling for Spanish Content*/

/**BranchLocatorBlock partial**/

.field-validation-error {
    color: #ee0000;
}

/**hide empty tinyMce table style**/


#miBranchLocator > .branch-name {
    display: none;
}

a.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    text-align: left;
    overflow: hidden;
    z-index: 8888;
    outline-color: transparent !important;
    text-decoration: none;
    padding: 8px;
    font-size: 1.2em !important;
    color: #bb0826;
    font-weight: bold;
    background-color: #FFFFFF !important;
}

    a.skip:active,
    a.skip:focus,
    a.skip:hover {
        position: absolute;
        left: 0;
        top: 0;
        text-align: left;
        overflow: hidden;
        z-index: 8888;
        display: block;
        padding: 8px;
        font-size: 0.8em;
        background-color: transparent;
    }


.top-bar ul li #miBranchLocator {
    padding: 0 8px;
}

    .top-bar ul li #miBranchLocator img {
        position: relative;
        left: 5px;
    }

/** ADA usabilityNet fix**/

.ewb-logo:focus {
    outline-color: #ce1b0e !important;
    outline-color: -webkit-focus-ring-color;
    outline-width: 5px;
    outline-style: solid;
    outline-style: auto;
}

.logo > a {
    display: inline-block;
    margin-right: auto;
    margin-left: 0;
    float: left;
}

a:focus {
    color: #000 !important;
    text-decoration: none;
    outline: 1px dotted #cc0000;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 2px solid #ffffcc;
}

.field-validation-error {
    color: #ee0000;
}
/*.page-title-quad:after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 41px 0 0 10px;
        border-color: transparent transparent transparent #961c31;
        position: absolute;
        right: -10px;
        top: 0;
    }*/
/*
 * End ADA fixes
*/
/*Community Events page redesign*/

/*Home Loan Products*/


/* Search Results */


@media only screen and (max-width: 767px) {

    .max-767-flex-full-width > div {
        flex: 1 1 100%;
    }
}



@media only screen and (max-width: 1199px) {
    /*.comm-event-wrap__prev-next-article-control__mobile.comm-event-wrap__prev-next-article-control__mobile--active {
        bottom: 0px;
    }*/
}

/* Homepage quadrant */

@media only screen and (min-width: 768px) and (max-width: 834px) {

    /*.navbar {
            top: 40px;
        }*/
}

/*
    Rose Parade 2018
*/

/*
    Sticky sidebar 2018
*/

/*
    **
    Mobile version of sticky sidebar
    **
*/

@media only screen and (max-width: 767px) {

    /*.navbar {
            top: 70px;
        }
        .zh .navbar {
            top: 40px;
        }
        .zh .main-menu-mobile {
            padding: 180px 5px 25px; 
        }*/
}

/*
    Video playlist horizontal under video
*/

/* Videos stacked */

/*
    **
    Business
    Banking Premier
    Upgrade Page
    **
*/

/*
   **
    Owl Carousel &
    controls
   **
*/

/*
    Ads
*/


/*Homepage YouTube Video in the Quadrant*/


/*
    Design library 
    Components or elements that are commonly reused
*/

/*
    Quarterly Review
*/

.top-bar ul li button.slideUp-button-circle-arrow {
    display: block;
    padding: 0;
    text-align: center;
}

@media print {
    body, a, span, h1, h2, h3, div, strong, em, i, p, ul, li, * {
        font-family: Arial, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', sans-serif !important;
    }
}

p.system-status {
    margin-top: 10px;
}
#one-column * {
    font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}