body {
    margin: 0px;
    width: 100%;
    background-color: #d6d6d6 !important;
    text-align: center;
    font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #54585a;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

main {
    text-align: center;
    padding: 0;
}
/* typography */

h1.service-name {
    color: #ce1b0e;
    font-size: 1.1em;
    letter-spacing: 0.06em;
    font-family: 'Whitney-Medium', Arial, sans-serif;
}

h1 {
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 2em;
    color: #54585a;
}
    h1.simulate-h2 {
        font-size: 1.8em;
    }

h2 {
    font-size: 1.8em;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #54585a;
}

    h2.service-name {
        color: #ce1b0e;
        font-size: 1.6rem;
        letter-spacing: 0.09em;
        font-family: 'Whitney-Medium', Arial, sans-serif;
    }

    h2.simulate-h1 {
        color: #ce1b0e;
        font-size: 1.6rem;
        letter-spacing: 0.09em;
        font-family: 'Whitney-Medium', Arial, sans-serif;
        text-transform: uppercase;
    }

    h2.simulate-h3,
    h4.simulate-h3,
    p.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;
    }
    h2.simulate-h4 {
        font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        font-size: 1.8rem;
        text-transform: none;
        letter-spacing: normal;
        color: #54585a;
    }

#two-column-search-results h2 {
    font-size: 1.6rem;
}

h2.consumer-ed-title {
    margin: 50px 0 20px 0;
}

h3 {
    font-size: 1.6rem;
    letter-spacing: .2rem;
    text-transform: uppercase;
    color: #ce1b0e;
}

    h3.simulate-h2 {
        font-size: 1.8em;
        font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        color: #54585a;
        letter-spacing: 0;
        text-transform: capitalize;
    }

    h3.simulate-h4 {
        font-size: 1.8rem;
        text-transform: none;
        letter-spacing: normal;
        color: #54585a;
    }

    h3 button {
        text-transform: inherit;
        letter-spacing: inherit;
    }

    h3 button:hover {
        text-decoration: underline;
    }

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;
}

h4 {
    font-size: 1.3em;
    color: #54585a;
}

p.simulate-h2 {
    font-size: 1.8em;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #54585a;
}

.light {
    color: #fff;
}

#personal-lp-zh .light {
    border-bottom: 1px solid white;
}


    #personal-lp-zh .light:hover {
        color: #fff;
        text-decoration: none;
    }

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;
    }

    a.active {
        color: #ce1b0e !important;
    }

button.btn--text {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

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=file]:focus,
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;
}

b,
strong {
    font-weight: normal !important;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.font-10 {
    font-size: 10px;
    font-size: 1rem;
}

.font-16 {
    font-size: 16px;
    font-size: 1.6rem;
}

.font-18, .btn.btn-white.font-18 {
    font-size: 18px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 420px) {
    .font-20-mobile {
        font-size: 20px;
    }
}

/* shared styles */

.center {
    margin-left: auto;
    margin-right: auto;
}

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;
}

.btn-align-bottom {
    margin-left: 0px;
    position: absolute;
    bottom: 8px;
    left: 25px;
    margin: 0;
}
/* Colors */

.rusty-red-two {
    color: #ce1b0e;
}

.bg-rusty-red-two {
    background-color: #ce1b0e;
}

.gunmetal {
    color: #54585a;
}

.cool-grey {
    color: #a2aaad;
}

.white {
    color: #f4f4f4;
}

.white-three {
    color: #dddddd;
}

.list-style-lower-latin {
    list-style: lower-alpha;
}
.list-style-lower-roman {
    list-style: lower-roman;
}
/* Margins */
.mr-5 {
    margin-right: 5px;
}

.mr-15 {
    margin-right: 15px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.ml-25 {
    margin-left: 25px;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.my-15 {
    margin: 15px 0px;
}

.my-20 {
    margin: 20px 0px !important;
}

.my-25 {
    margin: 25px 0px !important;
}

.my-50 {
    margin: 50px 0px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Padding */

.pl-0 {
    padding-left: 0px !important;
}

.pl-5 {
    padding-left: 5px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pt-0 {
    padding-top: 0px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-35 {
    padding-top: 35px;
}

.pt-50 {
    padding-top: 50px;
}

.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;
}

.py-25 {
    /* padding: 25px 0px; */
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-50 {
    padding: 50px 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; */
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pd-0 {
    padding: 0 !important;
}

@media only screen and (min-width: 1200px) {
    .px-0-bp-min-1200 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* Flex */
.flex-default {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex;
    display: flex !important;
}

.flex-col {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex;
    display: flex !important;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-nowrap-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: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -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;
}

.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;
}

    .flex-wrap-stretch-space-between .col-xs-6 {
        float: none;
    }

.flex-wrap-space-between-vertical {
    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: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .flex-wrap-space-between-vertical > div {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

.flex-wrap-stretch-last-item-vertically {
    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: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .flex-wrap-stretch-last-item-vertically > p {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

.flex-wrap-position-last-element-bottom {
    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: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .flex-wrap-position-last-element-bottom > p {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-justify-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-align-items-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-align-items-flex-start {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-defaul--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-default .flex-col--border-right .border-right {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
    padding-right: 30px;
}

.col-2-with-callout-box__copy {
    -webkit-flex: 2 1 45%;
    -ms-flex: 2 1 45%;
    flex: 2 1 45%;
    margin-right: 40px;
}

.col-2-with-callout-box__callout {
    border: 3px solid #ececec;
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: initial;
    padding: 20px;
}

.col-2-with-callout-box__copy + .col-2-with-callout-box__callout {
    margin-top: 20px;
}

/*If the first child isn't a heading (for the need help boxes)*/
.flex-default .flex-col--border-right .border-right:nth-child(1),
.flex-default .flex-col--border-right > p:nth-child(1) {
    margin-top: 34px;
}

@media only screen and (max-width: 767px) {
    .new-help-block-wrapper .flex-default {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .new-help-block-wrapper .flex-default .flex-col.flex-col--border-right {
            -webkit-flex: 1 1 100%;
            -ms-flex: 1 1 100%;
            flex: 1 1 100%;
        }

        .new-help-block-wrapper .flex-default .flex-col.flex-col--border-right {
            margin-bottom: 10px;
        }

    .flex-default .flex-col--border-right .border-right {
        padding-right: 0;
    }

        /*If the first child isn't a heading (for the need help boxes)*/
        .flex-default .flex-col--border-right .border-right:nth-child(1),
        .flex-default .flex-col--border-right > p:nth-child(1) {
            margin-top: 10px;
        }

    .col-2-with-callout-box__copy {
        -webkit-flex-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .col-2-with-callout-box__callout {
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-flex-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.text--center {
    text-align: center;
}

.text--right {
    text-align: right;
}

.txt--underline {
    text-decoration: underline;
}

.img--max-width100 {
    max-width: 100%;
}

.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: 5px;
    margin-left: 5px;
}

.label--visible.label--inline input[type=checkbox],
input[type=radio] {
    height: auto;
}

.offset-col-1 {
    margin: 0 8.33333333%;
    width: 83.33333333%;
}

.callout--box {
    border: 3px solid #ececec;
    padding: 20px;
}

    .callout--box.flexbox-two-column-wrap {
        border: none;
    }

.callout--box--thirds > div {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

#branch-locator-page-search .next-to-picklist-border-fix button {
    border: none !important;
    margin: 0 0 8px 0 !important;
}
/* override Bootstrap Select styles */

#request-more-info .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select {
    z-index: 1000;
}

.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;
    }

.open {
    padding: 0 !important;
}

.dropdown-menu {
    margin-top: -10px;
    border-radius: 0;
    border: none;
    width: auto !important;
    min-width: auto !important;
}

    .dropdown-menu > li > a {
        height: 30px !important;
        /*  padding-right: 18px !important;*/
        padding: 3px 40px 3px 18px;
        /*    background-color: #ddd !important;*/
        color: #54585a !important;
        white-space: nowrap;
        border-radius: 0 !important;
    }

        .dropdown-menu > li > a:hover {
            height: 30px !important;
            background-color: #f4f4f4 !important;
            color: #54585a !important;
            white-space: nowrap;
            border-radius: 0 !important;
        }

#radius,
#refine {
    margin-bottom: 20px !important;
    padding-bottom: 20px;
}

.row.section.noNegativeMargin {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
/* remove the original arrow */

span.caret {
    top: 12px !important;
    right: 3px !important;
    height: 15px;
    width: 15px;
    border: none;
    border-bottom: none !important;
    padding-right: 25px;
    /*
    background-image: url("data:image/svg+xml,\
      <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px'\
           height='14px' viewBox='0 0 1200 1000' fill='rgb(51,51,51)'>\
        <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
      </svg>");
*/
    background-image: url(../img/caret_down_1x.png);
    background-repeat: no-repeat;
    /*  background-position: calc(100% - 7px) 50%;*/
    -moz-appearance: none;
    appearance: none;
}

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;
}

.graybg {
    background-color: #f4f4f4 !important;
}

.row.section.graybg {
    background-color: #f4f4f4;
    position: relative;
}

.row.section.header {
    padding-bottom: 20px;
}

.width100 {
    width: 100%;
}

.gutter-left-8px {
    padding: 0 0 0 8px;
}

.gutter-right-8px {
    padding: 0 8px 0 0;
}

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 a.active {
        color: #ce1b0e;
    }

.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-ul-wrap > ul li a.active {
    border-bottom: 2px solid #ce1b0e;
    color: #ce1b0e;
    text-decoration: none;
}

a.prim-nav-on {
    border-bottom: 2px solid #ce1b0e;
    color: #ce1b0e !important;
}

.main-menu-mobile {
    background-color: #f4f4f4;
    border-top: 1px solid #d3d3d3;
    /*  height: 65px;*/
    margin-bottom: 0px;
    padding: 131px 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;
}

.mobile-menu-icon span {
    display: inline-block;
    color: #54585a;
    float: left;
    padding: 6px 5px 0 0;
    font-size: 1.2em;
}

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;
}

.div.navigation__dropdown-wrap a {
    font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}

.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--language li a.active {
            background-color: white;
        }

.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-results h3 {
        font-size: 1em;
    }

.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,
.navigation__dropdown-wrap--back-to-results {
    padding: 12px;
}

    .navigation__dropdown-wrap--back p,
    .navigation__dropdown-wrap--back-to-results p {
        margin: 8px 0px 0px;
    }

.navigation__dropdown-wrap--branch-results--result-block {
    background-color: #ddd;
    padding: 18px 24px;
    position: relative;
    transition: background-color 500ms ease-in-out;
    -webkit-transition: background-color 500ms ease-in-out;
    -moz-transition: background-color 500ms ease-in-out;
    -o-transition: background-color 500ms ease-in-out;
}

    .navigation__dropdown-wrap--branch-results--result-block.active,
    .navigation__dropdown-wrap--branch-results--result-block:hover {
        background-color: white;
    }

    .navigation__dropdown-wrap--branch-results--result-block p,
    .navigation__dropdown-wrap--branch-results--result-block h3 {
        cursor: pointer;
        text-align: left;
    }

    .navigation__dropdown-wrap--branch-results--result-block h3 {
        text-align: left;
    }

    .navigation__dropdown-wrap--branch-results--result-block p > span {
        cursor: text;
    }

    .navigation__dropdown-wrap--branch-results--result-block p:first-child,
    .navigation__dropdown-wrap--branch-results--my--branch p:first-child,
    .navigation__dropdown-wrap--branch-results--result-block h3:first-child,
    .navigation__dropdown-wrap--branch-results--my--branch h3:first-child {
        margin: 0px;
    }

.navigation__dropdown-wrap--branch-results--result-block--accordion--elem p.open-until {
    cursor: text;
    margin-top: 12px;
}

.navigation__dropdown-wrap--branch-results--result-block.active h3 {
    color: #ce1b0e;
    font-size: 1em;
}

.top-bar ul li .navigation__dropdown-wrap--branch-results--result-block a,
.top-bar ul li .navigation__dropdown-wrap--branch-results a {
    border-right: none;
    font-size: 1em;
}

.top-bar ul li a.login-button,
.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;
}

em.material-icons.result-block__accordion {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transition: transform 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
}

    em.material-icons.result-block__accordion.results-block__accordion--open {
        color: #ce1b0e;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    em.material-icons.result-block__accordion.results-block__accordion--closed:hover {
        color: #ce1b0e;
    }

    em.material-icons.result-block__accordion.results-block__accordion--closed {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

.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"],
#businesslogindropdown input[type="text"],
#businesslogindropdown 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 .scrollUIindicator {
    border-radius: 20px;
    background-color: rgba(0, 0, 0, .54);
    opacity: 0;
    padding: 10px;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: -1;
}

    .navigation__dropdown-wrap .scrollUIindicator i {
        color: rgba(255, 255, 255, 1);
        position: relative;
        top: 12px;
    }

.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,
.navigation__dropdown-wrap--back-to-results em.material-icons,
.navigation__dropdown-wrap--back-to-results p {
    background-color: white;
    cursor: pointer;
    float: left;
}

.nav-square a,
.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,
#login-tabs > li:first-child > a,
#login-tabs-dropdown > li:first-child > button,
#login-tabs > li:first-child > button {
    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,
    #login-tabs-dropdown > li:first-child > button:hover {
        background-color: #ce1b0e;
        color: white !important;
    }

#login-tabs-dropdown > li.active:first-child > a:hover {
    background-color: white !important;
    color: #54585a !important;
}

#login-tabs-dropdown > li:nth-child(2).active > a,
#login-tabs-dropdown > li:nth-child(2).active > a:focus,
#login-tabs-dropdown > li:nth-child(2).active > a:hover,
#login-tabs > li:nth-child(2).active > a,
#login-tabs > li:nth-child(2).active > a:focus,
#login-tabs > li:nth-child(2).active > a:hover,
#login-tabs > li:nth-child(2).active > button {
    border: none;
    background: transparent;
    color: white !important;
    cursor: default;
    background-color: #54585a;
    position: relative;
    display: block;
    padding: 10px 15px;
    width: 100%;
}

#login-tabs {
    border-bottom: none;
}

    #login-tabs a,
    #login-tabs button {
        border: none;
    }


/* info icon tooltip next to login textfield */

.ob2tooltip {
    display: inline-block;
    position: absolute;
    text-align: left;
    left: 188px;
    top: 25px;
}

    .ob2tooltip .ob2left {
        min-width: 300px;
        top: 180%;
        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;
    }

    .ob2tooltip:hover .ob2left {
        display: block;
        color: #FFFFFF !important;
    }

    .ob2tooltip .ob2left i {
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -38px;
        width: 12px;
        height: 24px;
        overflow: hidden;
    }

        .ob2tooltip .ob2left 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;
        }

/* 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 */
.ob2tooltip3 {
    display: inline-block;
    position: absolute;
    text-align: left;
    right: 24px;
    top: 25px;
}

.ob2tooltip3 .ob2left3 {
    min-width: 250px;
    top: 180%;
    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;
}

.ob2tooltip3:hover .ob2left3 {
    display: block;
    color: #FFFFFF !important;
}

.ob2tooltip3 .ob2left3 i {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -38px;
    width: 12px;
    height: 24px;
    overflow: hidden;
}

    .ob2tooltip3 .ob2left3 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;
    }

/* 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,
#businesslogindropdown button {
    width: 100%;
}

#personallogindropdown p,
#businesslogindropdown 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 ul li:nth-child(6) {
            padding-top: 15px;
        }

#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.expanded {
        padding-bottom: 0;
    }

    #mobile-menu ul.main_menu__mobile__navigation__level-3 li.expanded {
        padding-bottom: 20px;
    }

    #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 li.expanded > em {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }

    #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;
    }

    #mobile-menu ul.main_menu__mobile__navigation__level-3 {
        border-top: 1px solid #a2aaad;
        display: none;
        margin: 20px 0 0;
        padding: 0;
    }

        #mobile-menu ul.main_menu__mobile__navigation__level-3 li {
            background: white;
            -webkit-transition: background 250ms ease-in-out;
            -moz-transition: background 250ms ease-in-out;
            -o-transition: background 250ms ease-in-out;
            transition: background 250ms ease-in-out;
        }

    #mobile-menu ul.main-menu__mobile__navigation .main_menu__mobile__navigation__level-3 a {
        padding-left: 60px;
    }

    #mobile-menu ul.main_menu__mobile__navigation__level-3 li:hover {
        background: linear-gradient(99deg, #ce1b0e, #971b2f);
    }

    #mobile-menu ul.main-menu__mobile__navigation .main_menu__mobile__navigation__level-3 li:hover a {
        color: white;
    }
/* 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 div.col-xs-12:nth-child(3) {
        padding-bottom: 18px;
    }

.mega-menu__trigger:hover > .mega__menu,
.mega-menu__trigger a:focus ~ .mega__menu {
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

.cheat__trigger--small-mid-sized-bus {
    position: absolute;
    top: -45px;
    left: 39.75%;
    width: 182px;
    height: 45px;
}

.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;
}

.main-menu > .mega__menu ul {
    float: none;
    margin-left: 0px;
    padding: 0px;
}

    .main-menu > .mega__menu ul li {
        display: block;
        float: none;
        margin-bottom: 8px;
        padding-left: 0;
    }

        .main-menu > .mega__menu ul li a {
            display: block;
            margin: 0;
            padding-left: 0;
        }

            .main-menu > .mega__menu ul li a:hover {
                border-bottom: none;
                text-decoration: underline;
            }

.mega__menu--arrowup.wealth-managment {
    left: 38.5%;
}

.mega__menu.commercial,
.mega__menu.wealth-management,
.mega__menu.international {
    left: auto;
    right: 0;
    width: 748px;
}

.triangle.left {
    width: 18px;
    height: 8px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(90deg);
    border: solid 2px #ce1b0e;
    border: solid 2px var(--rusty-red-two);
}
/* sections */

.spacer {
    height: 50px;
    background-color: #fff;
    display: none;
}

.hero-message {
    height: 508px;
    background: #f4f4f4;
}


    .hero-message.skinny-mast {
        height: 150px;
    }

    .hero-message.skinny-mast {
        background-size: contain;
    }

        .hero-message.skinny-mast.tall {
            background-size: cover;
            height: 220px;
            overflow: hidden;
            position: relative;
            width: 100%;
        }

            .hero-message.skinny-mast.tall .quadrant__mask {
                width: 125%;
                top: 100%;
                left: 0px;
                -webkit-transform-origin: left top;
                transform-origin: left top;
            }

.hero-img-centered {
    position: relative;
    z-index: 1;
}
#topcontrol {
    border: none;
    background: none;
}
/* Home page */

.photo__bg--dig-banking {
    background-image: url('../img/home-digital-banking-320.jpg');
}

.photo__bg.photo__bg--left.photo__bg--sba-loans {
    background-image: url('../img/home-sba-loans-320.jpg');
    background-position: right top;
    background-size: cover;
}
p.intro-paragraph__covid19 {
    font-size: 18px;
}
h2.intro-paragraph__covid19 {
    font-size: 42px;
}
.zh h2.intro-paragraph__covid19 {
    font-family: "Noto Sans TC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, sans-serif;
    font-weight: normal;
    font-size: 39px;
    letter-spacing: 0.05em;
}
/* Personal banking */

.photo__bg--commercial-real-estate {
    background-image: url('../img/commercial-real-estate-320.jpg');
}
/* Personal > Checking Accounts */

.hero-message.checking-accounts {
    background-image: url('../img/checking-accounts-header-320.jpg');
    background-size: cover;
}

.photo__bg--smb-manage-cash {
    background-image: url('../img/smb-manage-your-cash-flow-320.jpg');
}

.photo__bg--smb-sba-loans {
    background-image: url('../img/smb-sba_loans-320.jpg');
    background-position: center center;
}

.photo__bg--commercial-real-estate {
    background-image: url('../img/commercial-real-estate-320.jpg');
}

.photo__bg.photo__bg--commercial-entertainment {
    background-image: url('../img/commercial-entertainment-320.jpg');
    background-position: center center;
}

.photo__bg--international-exchange {
    background-image: url('../img/international-foreign-exchange-320.jpg');
}

.photo__bg--international-trade {
    background-image: url('../img/international-trade-finance-320.jpg');
    background-position: center center;
}

.row-of-icons > div {
    flex: 1 1 100px;
    padding: 20px;
    max-width: 140px;
}
/* Our story */

.hero-message.our-story {
    background-image: url(../img/EastWest_HQ-1200.jpg);
    background-position: -147px 231px;
    background-size: 185%;
    height: 542px;
}
/*Update hero message so the background image shows in html*/

.hero-message-wrap {
    margin-top: 75px;
    padding: 0 25px;
}

    .hero-message-wrap p {
        text-align: left;
    }

    .compliance-date-updated {
        font-size: 12px;
        margin: 25px 0 0;
        text-align: right;
        text-transform: uppercase;
    }

    .compliance-date-updated:nth-child(2) {
        margin: 0;
    }

    .compliance-date-updated:last-of-type,
    .compliance-date-updated:nth-child(3) {
        margin: 0 0 25px;
    }


.compliance-date-updated--hide-desktop {
    display: none;
}

.hero-img-wrap {
    overflow: hidden;
}

    .hero-img-wrap img {
        display: block;
        height: 245px;
    }

.photo__bg--wealth-retirement {
    background-image: url('../img/wealth-managment-retirement-planning-320.jpg');
    background-position: center -12px;
}

.photo__bg--our-story {
    background-image: url(../img/our-story-la-shanghai-320.jpg);
    background-position: center top;
}

.photo__bg--our-history {
    background-image: url(../img/our-story-old-branch-320.jpg);
    background-position: center center;
}

.flex-nowrap-stretch-space-between.col-3,
.flex-wrap-stretch-space-between.col-3 {
    background-color: white;
    padding: 30px 20px 20px;
}

    .flex-nowrap-stretch-space-between.col-3.bg-gray,
    .flex-wrap-stretch-space-between.col-3.bg-gray {
        background-color: #f4f4f4;
        padding: 30px 20px 20px;
    }

.col-3 .flex__text-box {
    background-color: #54585a;
    color: white;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 15px;
    padding: 10px 0 30px;
    text-align: left;
}

    .col-3 .flex__text-box > h2,
    .col-3 .flex__text-box > p {
        padding: 0 20px;
    }

.col-3 .flex__image-box {
    display: none;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    overflow: hidden;
}

    .col-3 .flex__image-box img {
        width: auto;
    }

.col-3 .flex__links-box {
    background-color: white;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    padding: 30px 0;
    text-align: left;
}

.flex__links-box ul {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}

.flex__links-box > ul > li {
    border-bottom: 1px solid #d3d3d3;
}

    .flex__links-box > ul > li:first-child {
        border-top: 1px solid #d3d3d3;
    }

.col-3 .flex__links-box > ul > li > a {
    display: block;
    color: #54585a;
    padding: 10px 0px;
}

    .col-3 .flex__links-box > ul > li > a:hover {
        color: #ce1b0e;
    }
/* Careers */

.photo__bg--careers {
    background-image: url(../img/ewb_career-768.jpg);
    background-position: center center;
}

.photo__bg.photo__bg--opportunities {
    background-image: url(../img/careers_video_screenshot-992.jpg);
    background-position: center center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.photo__bg .video__play-button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 80px !important;
    margin: auto !important;
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    width: 80px !important;
}

.flex__simple-box-bordered {
    border: 3px solid #ececec;
    flex: 0 1 100%;
    width: 100%;
}

    .flex__simple-box-bordered.subnav {
        margin-bottom: 20px;
        position: relative;
    }

        .flex__simple-box-bordered.subnav > a {
            display: block;
            text-align: left;
        }

            .flex__simple-box-bordered.subnav > a:hover {
                text-decoration: none;
            }

            .flex__simple-box-bordered.subnav > a:last-child {
                padding: 20px;
            }

            .flex__simple-box-bordered.subnav > a > span {
                display: block;
                font-size: 18px;
                font-size: 1.8rem;
                margin-bottom: 15px;
            }

            .flex__simple-box-bordered.subnav > a > ul {
                list-style: none;
                margin: 0px;
                padding: 0px
            }

                .flex__simple-box-bordered.subnav > a > ul > li {
                    color: #54585a;
                    text-decoration: none;
                }

                    .flex__simple-box-bordered.subnav > a > ul > li > ul {
                        list-style: disc;
                        margin-top: 10px;
                    }
/* Community Events */

.hero-message.skinny-mast.tall.comm-events {
    background-image: url('../img/community-events-hero-320.jpg');
    background-position: right 40px;
}

.comm-event-wrap {
    margin: 0 auto;
    max-width: 680px;
}

/* Careers */

.photo__bg--careers {
    background-image: url(../img/careers-grow-your-career-320.jpg);
    background-position: center center;
}

.photo__bg.photo__bg--opportunities {
    background-image: url(../img/careers_video_screenshot-320.jpg);
    background-position: center center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.photo__bg .video__play-button {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 80px !important;
    margin: auto !important;
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    width: 80px !important;
}

.subnav__band.mobile {
    background-color: transparent;
    display: block;
    padding: 0 15px;
    text-align: left;
    overflow: visible;
}

.subnav__band__value {
    background-color: #ececec;
    cursor: pointer;
    padding: 15px;
    position: relative;
}

.subnav__band__menu-wrapper {
    background-color: white;
    display: none;
    position: absolute;
    padding: 0px;
    top: 43px;
    z-index: 2;
    border: 1px solid #ececec;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px -3px rgba(0, 0, 0, .175);
}

.subnav__band__menu-content a {
    color: #54585a;
    display: block;
    padding: 15px;
}

    .subnav__band__menu-content a:hover {
        text-decoration: none;
    }

.subnav__band__menu .option {
}

    .subnav__band__menu .option:hover {
        background-color: #f4f4f4;
    }

.subnav__band {
    background-color: #ececec;
    display: none;
    padding: 25px 0;
    overflow-x: scroll;
}

    .subnav__band > ul {
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style: none;
        margin: 0 0 0 10px;
        padding: 0;
        width: 1000px;
    }

        .subnav__band > ul > li {
            -webkit-box-flex: 1;
            -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
            -moz-flex: 0 1 auto;
            margin: 0 15px 0;
            text-align: left;
        }

            .subnav__band > ul > li > a {
                color: #54585a;
            }

                .subnav__band > ul > li > a:hover {
                    color: #ce1b0e;
                }

.image-mask-box {
    overflow: hidden;
    width: 100%;
}

    .image-mask-box.community-events {
    }

.community-events__article-text-wrap p {
    color: #54585a;
}

#main .row .community-events .flex-wrap-stretch-space-between.col-3 {
    padding: 0px 20px;
}

.community-events .flex__simple-box-bordered.subnav {
    margin-bottom: 15px;
}

#main > .carousel--fade {
    display: none;
}

    #main > .carousel--fade.active {
        display: block;
        padding-top: 50px
    }
/* Form Success Message */
.form-success-box {
    display: none;
    margin: 50px auto;
}
/* Site Map */

.site-map-title {
    padding-top: 50px;
}

.site-map {
    padding-top: 5px;
    padding-left: 20px;
}

.site-map-col a {
    display: block;
}

.site-map h2, .sitemapH2ADA {
    font-size: 1.4em;
    font-family: "Whitney-Medium", Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: normal !important;
    letter-spacing: .2rem;
    text-transform: uppercase;
    color: #ce1b0e;
}

.site-map h3 {
    font-weight: bold;
    text-transform: none;
    letter-spacing: normal;
    color: #54585a !important;
}

    .site-map h3 a {
        color: #54585a !important;
    }

.site-map-list {
    text-align: left;
    list-style-type: none;
    margin-bottom: 30px;
    padding-left: 0px;
}

    .site-map-list li {
        margin: 10px 0;
    }

.site-map-col ul {
    list-style: circle;
}

.site-map-col li {
    margin: 10px 0;
}

    .site-map-col li a {
        color: #54585a;
    }

.site-map-list li h2 {
    font-weight: bold;
    font-size: 1.4em;
}

.site-map-list li h3 {
    margin: 20px 0 10px;
}

.site-map-list li a {
    color: #54585a;
}

    .site-map-list li a:hover {
        color: #ce1b0e;
    }

.site-map-divider {
    size: 1;
    width: 95%;
    padding-bottom: 25px;
}
/* Search Results page */

.hero-message.skinny-mast.search-results {
    background-image: url('../img/search-results-320.jpg');
    background-size: cover;
    background-position: right center;
}

.col-xs-12.search-result {
    float: none;
    padding-left: 0px;
    padding-right: 0px;
}

.results-set {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0px;
}

.search__results {
    margin-bottom: 20px;
    margin-top: 10px;
}

    .search__results h2 {
        color: #ce1b0e;
        font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: normal;
        margin-top: 0px;
    }

    .search__results.no-border {
        border: none;
        border-bottom: 1px solid #d3d3d3;
    }

    .search__results hr {
        margin: 15px 0;
    }

/* Carousel pagination */

.carousel--fade-pagination span {
    border: 2px solid #54585a;
    cursor: pointer;
    display: inline-block;
    font-size: 1.75rem;
    height: 30px;
    margin: 0px 5px;
    text-align: center;
    width: 20px;
    -webkit-transition: background-color 500ms;
    -moz-transition: background-color 500ms;
    -o-transition: background-color 500ms;
    transition: background-color 500ms;
}

    .carousel--fade-pagination span.active {
        border-color: #ce1b0e;
        color: #ce1b0e;
        cursor: default;
    }

    .carousel--fade-pagination span:hover {
        background-color: #ce1b0e;
        color: white;
    }

#one-column .hero-message-copy.skinny-mast.tall,
.hero-message-copy.skinny-mast.tall {
    float: left;
    margin-top: 86px;
    padding: 0 20px;
    text-align: left;
    width: 50%;
}

.hero-message.business-international-trade {
    background-image: url('../img/business-international-trade-hero-image-1200.jpg');
    background-size: cover;
}

.hero-message.branch-locator-search {
    background-image: url('../img/branch-locator-map-hero-320.jpg');
    background-size: cover;
}
/* Contact page */

.hero-message.contact {
    background-image: url('../img/contact-hero-320.jpg');
    background-size: cover;
    background-position: 100% center;
}
/* Request More Info */

.hero-message.request-more-info {
    background-image: url('../img/request-info-hero-320.jpg');
    background-size: cover;
    background-position: 100% center;
}
/* Checking Accounts */

.hero-message.checking-accounts {
    background-image: url('../img/checking-accounts-header.jpg');
    background-size: cover;
}
/* Industry Expertise */

.hero-message.industry-expertise {
    background-image: url('../img/industry-expertise-hero-768.jpg');
    background-size: cover;
}

.skinny-mast h1.hero-message__page-title,
h1.hero-message__page-title.sidebar {
    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;
}

#one-column .hero-message-copy.skinny-mast.tall,
.hero-message-copy.skinny-mast.tall {
    float: none;
    margin-top: 0px;
    padding: 0 20px;
    width: 100%;
}

.whitebg.chk-accts {
    padding-bottom: 15px;
    position: relative;
}

.flexbox-multi-column-wrap {
    background-color: white;
}

    .flexbox-multi-column-wrap .service__thumbs--copy a {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

.service__thumbs--copy {
    float: none;
    padding: 0 20px;
    width: 100%;
    margin: 20px 0 30px 0;
}
/* Gallery */

.gallery__3x3 {
    background-color: white;
    padding: 0 40px 25px;
}

    .gallery__3x3 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
    }

        .gallery__3x3 ul > li {
            background-image: none;
            border-top: 1px solid #d3d3d3;
        }

            .gallery__3x3 ul > li:nth-last-child(2) {
                border-bottom: 1px solid #d3d3d3;
            }

            .gallery__3x3 ul > li > a,
            .gallery__3x3 ul > li > div {
                display: block;
                font-size: 18px;
                font-size: 1.8rem;
                text-align: left;
                -webkit-transition: background-color 250ms;
                -moz-transition: background-color 250ms;
                -o-transition: background-color 250ms;
                transition: background-color 250ms;
            }

                .gallery__3x3 ul > li > a > div,
                .gallery__3x3 ul > li > div > div {
                    padding: 15px 15px 15px 0px;
                }

                    .gallery__3x3 ul > li > a > div > span,
                    gallery__3x3 ul > li > a > div > a {
                        display: block;
                    }

                    .gallery__3x3 ul > li > a > div > p,
                    .gallery__3x3 ul > li > div > div > p {
                        color: #54585a;
                        display: none;
                        font-size: 14px;
                        font-size: 1.4rem;
                        margin: 0;
                    }

                .gallery__3x3 ul > li > a:hover {
                    border-bottom: none;
                    text-decoration: none;
                }

            .gallery__3x3 ul > li.industry-expertise__call-out-box {
                background-image: none;
                border: 3px solid #ececec;
                flex: 0 1 66%;
                margin-top: 25px;
                padding: 5px 0px;
                text-align: left;
            }

                .gallery__3x3 ul > li.industry-expertise__call-out-box h3 {
                    font-size: 18px;
                    font-size: 1.8rem;
                    padding: 0px 12px;
                }

                .gallery__3x3 ul > li.industry-expertise__call-out-box > p {
                    padding: 0px 12px;
                }

                .gallery__3x3 ul > li.industry-expertise__call-out-box > div {
                    padding: 0px 12px;
                }

h1.hero-message__page-title.sidebar {
    float: none;
    margin-top: 0px;
    width: 100%;
}

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;
}

.digital-banking {
    height: 508px;
    background-image: url('../img/digital-banking.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

.sba-loans {
    height: 508px;
    background-image: url('../img/sba-loans-320.jpg');
    background-repeat: no-repeat;
    background-position: center center;
}

.reach-further,
.blog,
.branch-locator,
.footer-menu,
.footer-social {
    background-color: #f4f4f4;
    text-align: center;
}

.reach-further {
    display: block;
    overflow: hidden;
    /*  padding: 30px;*/
}

.blog,
.blog-row {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

#blog {
    padding-top: 30px;
}

.branch-locator {
    padding: 0 0 50px 0;
    display: none;
}

.branch-locator--inset {
    padding: 50px 5px 0;
}

.consumer-education {
    text-align: center;
    background-color: #fff;
    padding-bottom: 5px;
}

.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;
}

    .footer-disclaimer > div {
        border-right: 1px solid #a2AAAD;
        border-bottom: 1px solid #a2AAAD;
        font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        padding: 5px;
    }

.footer-legal {
    background-color: white;
    color: #727779;
    padding: 25px 40px;
    text-align: left;
}
/* content boxes */

.login {
    display: none;
}

#businesslogin {
    color: #ce1b0e;
    padding: 0;
    text-align: left;
}

    #businesslogin ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #businesslogin ul li {
            margin: 10px 0;
            padding: 0 2.2925px;
        }

.intro-paragraph {
    width: 100%;
    height: 278px;
    color: #fff;
    z-index: 999;
    display: inline-block;
    text-align: left;
    padding: 20px 25px 0 25px;
}
    .intro-paragraph a:focus {
        color: white !important;
    }

.busbankingsolutions.intro-paragraph {
    max-width: 150px;
    padding: 25px 25px 20px 40px !important;
}

    .busbankingsolutions.intro-paragraph:after {
        border-left: 150px solid #971b2f;
        border-bottom: 30px solid transparent;
    }

.holiday2019 .intro-paragraph {
    display: none;
}

span.intro-text {
    display: block;
    width: 80%;
}

.learn-more-digital-banking {
    width: 100%;
    height: 360px;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 170px, 0 277px);
    display: inline-block;
    text-align: left;
    padding: 20px 25px 0 25px;
}

.learn-more-sba-loans {
    width: 100%;
    height: 360px;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 170px, 0 277px);
    display: inline-block;
    text-align: left;
    padding: 20px 25px 0 25px;
    margin-left: 0;
}


.locator-image {
    height: 317px;
    background-image: url('../img/map-branch-locator-graphic.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.locator-form {
    height: 317px;
    background-color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
/* 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;
}

    .tab-content.gunmetal {
        background-color: #54585a;
        color: #ce1b0e;
        /* padding: 15px; */
        text-align: left;
    }

.nav-tabs > li {
    width: 50%;
}

    .nav-tabs > li > a,
    .nav-tabs > li > button,
    .nav-tabs > li h2 button {
        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,
    .nav-tabs > li.active > button {
        color: #ce1b0e !important;
        font-size: 1.1em;
    }

    .nav-tabs > li > a:hover,
    .nav-tabs > li > button:hover {
        background-color: #ce1b0e;
        border-color: #ce1b0e;
    }

.tab-pane form {
    width: 100%;
    text-align: 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;
}

.force--button {
    margin: 10px 0 15px 0 !important;
    display: inline-block !important;
    color: #ce1b0e;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
    font-size: 1.2em !important;
    padding: 8px 36px !important;
    border-right: 2px solid #c31b0e !important;
}

#personallogin p,
#businesslogin p {
    font-size: 0.85em;
    color: #54585a;
}
#personallogin .personallogin--down__message, 
#personallogindropdown .personallogin--down__message {
    font-size: 1em;
    text-align: left;
}
@media only screen and (max-width: 480px) {
    #personallogin .personallogin--down__message {
        font-size: 1.2em;
    }
}

.blog-entry {
    text-align: left;
    padding: 0px;
    width: 45%;
}

.blog-thumbnail {
    display: block;
    margin: 10px 0;
    max-width: 230px;
}

.blog-title {
    line-height: 1.2em;
    max-width: 230px;
}
/* shift first and hide third blog */

.blog-entry:first-of-type {
    float: right;
}

.blog-entry:nth-of-type(3) {
    display: none;
}

#more-news {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.locator-form {
    text-align: left;
}

.search-bar {
    width: 100%;
    padding: 10px;
}

.select-label {
    display: inline-block;
    margin: 10px 10px;
}

.select {
    display: inline-block;
    float: left;
    margin: 10px 10px 0 0;
    padding: 8px;
}

.submit-label {
    display: block;
}

#submit-locator {
    margin-left: auto;
    margin-right: auto;
}

.edu-icon {
    display: block;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 520px) {
    .edu-icon.edu-icon--mobile-mb-25 {
        margin-bottom: 25px;
    }
}

.icon-nav p {
    margin: 5px 0;
}

.icon-nav {
    width: 50%;
    float: left;
    margin: 0;
    padding: 20px 0;
    text-align: left;
}

    .icon-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .icon-nav ul li {
        margin: 5px 0px;
    }

        .icon-nav ul li:first-of-type {
            color: #54585a;
        }

.edu-icon {
    float: left;
    margin: 10px 20px;
    padding-left: 10px;
    width: 72px;
}

.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;
            }

a.footer-menu-list__heading {
    cursor: pointer;
    font-family: 'Whitney-Bold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 600;
    margin: 20px 0 10px;
}

    a.footer-menu-list__heading:hover {
        text-decoration: none;
    }

.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 th,
    .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--col-centered {
    margin: 0 auto;
}

.row--text-left {
    text-align: left;
}

.row--text-right {
    text-align: right;
}

.row--float-none {
    float: none;
}

.row--float-right {
    float: right;
}

.row--flex-default {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    -webkit-align-items: stretch;
}

    .row--flex-default > article {
        margin: 0 2% 0 0;
        background-color: #ececec;
        width: 48%;
        padding: 0px;
    }

.text__block.text__block--gray {
    padding: 0px;
}

    .text__block.text__block--gray ul {
    }

.row__2-col-photo-text h3 {
    font-size: 1.6rem;
    margin-top: 0px;
}
/* Branch locator search page */

#branch-locator-page-search .btn-group.bootstrap-select {
    width: 100%;
}

#branch-locator-page-search .ewb-select {
    margin: 0 0 8px 0 !important;
}

#branch-locator-page-search #submit-locator {
    margin: 25px 0 0;
}

.branch-locator-results-page__accordion-visibile {
    width: 80%;
}
/* Checking Accounts */
.sidebar__nav {
    padding: 25px 40px 0px;
}

    .sidebar__nav li {
        border-bottom: 1px solid #d3d3d3;
        padding: 12px 0px;
    }

        .sidebar__nav li:first-child {
            border-top: 1px solid #d3d3d3;
        }

        .sidebar__nav li a {
            color: #54585a;
        }

            .sidebar__nav li a:hover {
                color: #ce1b0e;
            }

        .sidebar__nav li span.active {
            color: #ce1b0e;
        }

.chk-accts ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

article.sidebar__callout-box {
    border: 3px solid #ececec;
    margin: 50px 40px;
    padding: 20px;
    text-align: left;
}

.sidebar__callout-box h2 {
    font-size: 1.8rem;
    font-weight: normal;
    font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    margin-top: 0;
}

.sidebar__callout-box p {
    margin: 0px;
}

.sidebar__callout-box > div p:last-child {
    margin-bottom: 12px;
}

.breadcrumbs {
    font-family: Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 1.1rem;
    margin-bottom: 25px;
    text-align: left;
}

.service__thumbs {
    margin-bottom: 20px;
    padding: 0px;
}

    .service__thumbs ul {
        margin-left: 25px;
        padding: 0;
    }

        .service__thumbs ul li {
            color: #54585a;
            margin: 15px 0px;
            padding: 0px 10px
        }

    .service__thumbs.no-border {
        border: none;
        border-bottom: 1px solid #d3d3d3;
    }

.service__thumbs__img-wrap > img {
    margin: 0 15px;
}
/* One column template */
#one-column .col-xs-8.override {
    max-width: 755px;
    margin: 0 auto;
}

#one-column .one-column__body .col-lg-12:last-child {
    border-bottom: none;
    margin-bottom: 25px;
}

#one-column .service__thumbs hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

#one-column .max-width-756 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

    #one-column .max-width-756 .row__row-wrap > .col-xs-6:first-child {
        margin-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #one-column .max-width-756 .row__row-wrap > .col-xs-6:last-child {
        margin-bottom: 15px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #one-column .max-width-756 .row__row-wrap > .col-xs-4:first-child {
        margin-bottom: 15px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #one-column .max-width-756 .row__row-wrap > .col-xs-4:last-child {
        margin-bottom: 15px;
        padding-right: 0px;
        padding-left: 0px;
    }

    #one-column .max-width-756 .row__row-wrap > .col-xs-4:nth-last-child(2) {
        margin-bottom: 15px;
        padding-right: 0px;
        padding-left: 0px;
    }
/* Request More Info */

.hero-message.request-more-info {
    background-image: url('../img/request-info-hero-576.jpg');
    background-size: cover;
    background-position: 100% center;
}

#one-column #request-more-info .col-xs-4 {
    float: none;
    width: 100%;
}
/* Contact page */

.contact-numbers {
    margin-top: 25px;
}

.contact-numbers-report-lost-card {
    margin-top: 25px;
}
/* Lightbox overlay */

.video-lightbox {
    background-color: rgba(0, 0, 0, .75);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9991;
}

.video-lightbox__video-wrap {
    border: 7px solid white;
    margin: 100px auto;
    position: relative;
    height: 45%;
    width: 80%;
}

.video-lightbox__close {
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
    width: 18px;
}
/* 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-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

.flexbox-multi-column-wrap.callout--box .title {
    padding-left: 20px;
    padding-right: 20px;
}

.swiper-container {
    display: none !important;
    height: 215px;
    background: #f4f4f4;
    z-index: 0;
}

.es .swiper-container {
    height: 240px;
}

.swiper-container-no-icon, .es .swiper-container-no-icon {
    height: 120px;
    padding-top: 35px;
}

/**Login page**/
#login-page .login {
    display: block !important;
    max-width: 380px;
}

#login-page .login-container {
    float: none;
    margin: 150px 0 25px;
}

#login-page #businesslogin a {
    color: #fff;
}

.pub-announcement .intro-paragraph {
    max-width: 130px;
    padding: 25px 10px;
}

    .pub-announcement .intro-paragraph:after {
        border-left: 130px solid #971b2f;
        border-bottom: 30px solid transparent;
    }

/* Custom, iPhone 5 */
@media only screen and (max-width: 319px) {
    /* Bootstrap overrides */
    .col-xs-6.row--float-right {
        float: none;
        width: 100%;
    }

    .col-xs-10.row--float-none.row--col-centered {
        padding: 0 5px;
        width: 100%;
    }

    .col-xs-6.override,
    .col-xs-8.override {
        float: none;
        width: 100%;
    }

    .row--float-right {
        float: none;
    }

    .chk-accts .col-xs-12,
    .chk-accts .col-xs-10,
    .chk-accts .col-xs-9,
    .chk-accts .col-xs-8,
    .chk-accts .col-xs-7,
    .chk-accts .col-xs-6,
    .chk-accts .col-xs-5,
    .chk-accts .col-xs-4 {
        float: none;
        width: 100%;
    }

    #branch-locator-page-search .col-xs-5,
    #branch-locator-page-search .col-xs-7 {
        float: none;
        width: 100%;
    }

    .btn.btn--centered-mobile {
        margin: 25px auto;
    }

    .fixed--offset {
        margin-top: 116px;
    }

    .fixed--offset-bottom {
        margin-bottom: 119px;
    }

    .slideUp-button-circle-arrow {
        display: block;
    }

    .intro-paragraph {
        background: url(../img/320-quadrant@2x.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 310px;
        color: #fff;
        z-index: 999;
        display: inline-block;
        text-align: left;
        padding: 20px 20px 0 20px;
        width: 100%;
    }

    .row--flex-default {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: stretch;
        -webkit-align-items: stretch;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .intro-paragraph.no-button {
        height: 240px;
    }

    .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;
    }

    span.intro-text {
        display: block;
        width: 100%;
    }

    .hero-message {
        height: 450px;
        background-position: center bottom;
        background-size: 100% auto;
    }

        .hero-message.skinny-mast {
            height: 100px;
        }

    .digital-banking {
        height: 512px;
        background-image: url('../img/digital-banking-992.jpg');
        background-position: center bottom;
        background-size: 100% auto;
    }

    .sba-loans {
        height: 512px;
        background-image: url('../img/sba-loans-992r.jpg');
        background-position: center bottom;
        background-size: 100% auto;
    }
    /* Personal landing page */
    .hero-message.hero-message--personal {
        height: 360px;
    }
    /* 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,
    #businesslogindropdown button {
        width: 220px;
    }

    #personallogindropdown p,
    #businesslogindropdown p {
        margin: 12px 0px;
    }

    #personallogindropdown input[type="text"],
    #personallogindropdown input[type="password"],
    #businesslogindropdown input[type="text"],
    #businesslogindropdown 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;
    }

    .dropdown__wrap__col-2-left {
        margin-right: 0;
        float: none;
        width: 100%;
    }

    .dropdown__wrap__col-2-right {
        width: 100%;
        margin: 0;
        float: none;
    }

    .dropdown__wrap__col-2-left input {
        float: left;
        font-size: 16px;
        padding: 8px 2px;
        width: 50%;
    }

    .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;
    }

    .blog-entry {
        text-align: left;
        padding: 0px;
        width: 100%;
    }

    .blog-thumbnail {
        max-width: inherit;
        width: 100%;
    }

    .blog-row:nth-child(3) img.blog-thumbnail {
        margin-top: 15px;
    }

    .blog-title {
        max-width: inherit;
    }

    #blog {
        padding-top: 5px;
    }
    /* shift first and show third blog */
    .blog-entry:first-of-type {
        float: none;
    }

    .blog-entry:nth-of-type(3) {
        display: block;
        padding-right: 0px;
    }
    /* shift first and hide first blog */
    .blog-entry:nth-of-type(1) {
        display: none;
    }

    .icon-nav {
        width: 100%;
        float: none;
        margin: 0;
        padding: 20px 0;
    }

    .edu-icon.edu-icon--laptop {
        margin-left: 9px;
    }

    .photo__bg {
        height: 215px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding-left: 0;
        text-align: left;
    }

        .photo__bg.col-xs-6 {
            float: none;
            overflow: hidden;
            width: 100%;
        }

        .photo__bg.photo__bg--left {
            padding-right: 0;
            text-align: left;
        }

    .photo__bg--dig-banking {
        background-image: url('../img/digital-banking.jpg');
    }

    .photo__bg.photo__bg--left.photo__bg--sba-loans {
        background-image: url('../img/sba-loans-mobile-flipped-992.png');
        background-position: right -33px;
        background-size: 125%;
    }

    .fullwidth__text {
        background-color: white;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: inherit;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }

        .fullwidth__text.flexwrap {
            flex-flow: row wrap;
            float: none;
            height: auto;
            margin: 0 auto;
        }

        .fullwidth__text.col-xs-6 {
            float: none;
            width: 100%;
        }

        .fullwidth__text > div {
            margin: auto;
            padding-top: 5px;
            width: 100%;
        }

        .fullwidth__text.col-xs-5.float-right {
            float: none;
        }

    .quadrant__mask {
        width: 200%;
        height: 100%;
        background-color: white;
        position: absolute;
        top: -100%;
        right: 0;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }
    /* SMB landing page */
    .hero-message.hero-message--smb {
        background-image: url('../img/smb_hero.jpg');
        background-position: center bottom;
        background-size: 150% auto;
        height: 430px;
    }

    .photo__bg--smb-manage-cash {
        background-image: url('../img/manage-your-cash-flow-568.jpg');
    }

    .photo__bg--smb-sba-loans {
        background-image: url('../img/smb-sba_loans-568.jpg');
        background-position: center center;
    }
    /* Commercial landing page */
    .hero-message.hero-message--commercial {
        background-image: url('../img/commercial-hero-768.jpg');
        background-position: center bottom;
        background-size: 150% auto;
        height: 460px;
    }

    .photo__bg--commercial-real-estate {
        background-image: url('../img/commercial-real-estate-568.jpg');
    }

    .photo__bg--commercial-entertainment {
        background-image: url('../img/entertainment-768.jpg');
        background-position: center center;
    }
    /* International landing page */
    .hero-message.hero-message--international {
        background-image: url('../img/inernational_hero-768.jpg');
        background-position: center bottom;
        background-size: 150% auto;
        height: 425px;
    }

    .photo__bg--international-exchange {
        background-image: url('../img/foreign-exchange-768.jpg');
    }

    .photo__bg--international-trade {
        background-image: url('../img/trade-finance-768.jpg');
        background-position: center center;
    }
    /* Wealth Management landing page */
    .hero-message.hero-message--wealth-management {
        background-image: url('../img/wealth-management-hero.jpg');
        background-position: center bottom;
        background-size: 150% auto;
        height: 425px;
    }

    .photo__bg--wealth-college-planning {
        background-image: url('../img/college-planning-768.jpg');
    }

    .photo__bg--wealth-retirement {
        background-image: url('../img/retirement-planning-768.jpg');
        background-position: center -12px;
    }

    .consumer-education.personal {
        display: block;
    }

    .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 */
    .carousel {
        background-color: #f4f4f4;
        overflow: hidden;
    }

    .carousel__slide-wrap {
        position: relative;
        width: 100%;
    }

    .carousel h2.service-name {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .carousel__item-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        position: absolute;
        width: 100%;
    }

        .carousel__item-wrap:nth-child(2),
        .carousel__item-wrap:nth-child(3),
        .carousel__item-wrap:nth-child(4) {
            left: -1000px;
        }

    .carousel__item {
        margin: 0px 30px;
        width: 81px;
    }

    .carousel__nav-wrap {
        margin: 15px auto 25px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: center;
        align-content: center;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        width: 136px;
    }

        .carousel__nav-wrap.two-dots {
            width: 100px;
        }

    .carousel__nav-dot {
        background-color: #ddd;
        border-radius: 20px;
        cursor: pointer;
        height: 16px;
        width: 16px;
    }

        .carousel__nav-dot.carousel__nav-wrap--active {
            background-color: #54585a;
        }

    .carousel__item a {
        color: #54585a;
        -webkit-transition: color 500ms;
        -moz-transition: color 500ms;
        -o-transition: color 500ms;
        transition: color 500ms;
        -webkit-font-smoothing: antialiased;
    }

        .carousel__item a:hover {
            border-bottom: 1px solid #ce1b0e;
            color: #ce1b0e;
            text-decoration: none;
        }
    /* Branch locator search */
    .skinny-mast h1.hero-message__page-title {
        margin-top: 0;
        padding: 12px 40px 12px 20px;
    }

    .hero-message.business-international-trade {
        background-image: url(../img/business-international-trade-hero-image-568.jpg);
        height: 100px;
    }

    #branch-locator-page-search .col-xs-4 {
        float: none;
        width: 100%;
    }

    #branch-locator-page-search .col-xs-4 {
        margin-bottom: 7px;
    }

        #branch-locator-page-search .col-xs-4:last-child .ewb-select {
            margin: 0 !important;
        }

    #one-column-search-results .col-xs-9 {
        width: 100%;
        padding: 0 20px;
    }
    /* Branch locator results */
    .branch-locator-results-page {
        background-color: transparent;
        float: none;
        width: 100%;
    }

    h3.branch-locator-results-page__showing-results {
        font-size: 1.8rem;
        margin-bottom: 0px;
    }
    /* Branch locator search results page */
    .branch-locator-results-page > div,
    .branch-locator-results-page > div > section {
        border-bottom: 1px solid #a2aaad;
        margin-bottom: 15px;
        position: relative;
    }

    .branch-locator-results-page > .branch-locator-results-page__carousel {
        border-bottom: none;
        border-top: 1px solid #a2aaad;
        display: none;
        margin-bottom: 0px;
        margin-top: 15px;
        padding-top: 15px;
    }

        .branch-locator-results-page > .branch-locator-results-page__carousel.active {
            display: block;
        }

    .carousel--fade em.material-icons.result-block__accordion {
        top: 0px;
        right: 0px;
    }

    .carousel--fade :first-child > em.material-icons.result-block__accordion {
        top: 0px;
        right: 0px;
    }

    .branch-locator-results-page__title {
        cursor: pointer;
        margin-bottom: 8px;
    }

    span.branch-locator-results-page__number {
        background-color: #54585a;
        border-radius: 50%;
        color: white;
        display: inline-block;
        height: 20px;
        text-align: center;
        width: 20px;
    }

    .branch-locator-results-page__results.active span.branch-locator-results-page__number {
        background-color: #ce1b0e;
    }

    h3.branch-locator-results-page__name {
        display: inline-block;
        font-size: 1.8rem;
        margin: 0;
    }

    .branch-locator-results-page__address {
        margin-bottom: 15px;
    }

        .branch-locator-results-page__address p {
            line-height: 1.25em;
            margin-bottom: 0px;
        }

    .branch-locator-results-page__accordion-hidden strong {
        color: #54585a;
    }

    .branch-locator-results-page__accordion-hidden p {
        line-height: 1.25em;
        margin-bottom: 0px;
    }

    .branch-locator-results-page > .branch-locator-results-page__pagination {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .branch-locator-results-page__pagination span {
        border: 2px solid #54585a;
        cursor: pointer;
        display: inline-block;
        font-size: 1.75rem;
        height: 30px;
        margin: 0px 5px;
        text-align: center;
        width: 20px;
        -webkit-transition: background-color 500ms;
        -moz-transition: background-color 500ms;
        -o-transition: background-color 500ms;
        transition: background-color 500ms;
    }

        .branch-locator-results-page__pagination span:hover {
            background-color: #ce1b0e;
            color: white;
        }

        .branch-locator-results-page__pagination span.active {
            border-color: #ce1b0e;
            color: #ce1b0e;
            cursor: default;
        }

            .branch-locator-results-page__pagination span.active:hover {
                background-color: white;
                border-color: #ce1b0e;
                color: #ce1b0e;
                cursor: default;
            }

    #branch-locator-page-search h3 {
        font-size: 1.8rem;
    }

    .branch-locator-results-page__accordion-hidden {
        display: none;
        position: relative;
    }

        .branch-locator-results-page__accordion-hidden.active {
            display: block;
        }

        .branch-locator-results-page__accordion-hidden a {
            display: inline-block;
        }

    .branch-locator-results-page__my-branch.visible {
        display: block;
    }

    .branch-locator-results-page__my-branch {
        display: none;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

        .branch-locator-results-page__my-branch > label.visible--label {
            position: relative !important;
            height: auto !important;
            line-height: 40px;
            margin: 4px 0 0;
            overflow: auto;
            width: auto !important;
        }

    .branch-locator-results-map-wrap {
        height: 150px;
        overflow: hidden;
        width: 100%;
    }

    .branch-locator-results-partners-legal {
        display: none;
    }

    .branch-locator-results-map-wrap__toggle {
        cursor: pointer;
        display: inline-block;
        color: #ce1b0e;
        margin-top: 10px;
    }

        .branch-locator-results-map-wrap__toggle:hover {
            text-decoration: underline;
        }

    .btn.inline {
        margin: 0;
        padding: 6px 0px;
        width: 100%;
    }
    /* Branch directions page */
    .my-branch-search__map-directions {
        text-align: left;
    }

    .my-branch-search__icon {
        height: 31px;
        width: 30px;
    }

    .my-branch-search__icon {
        color: white;
        text-align: center;
        line-height: 31px;
    }

        .my-branch-search__icon.start {
            background-color: #3aa300;
        }

        .my-branch-search__icon.end {
            background-color: #ce1b0e;
        }

    .my-branch-search__map-directions p {
        margin-bottom: 0px;
    }

    .my-branch-search__map-directions > section > div {
        margin-bottom: 23px;
    }

        .my-branch-search__map-directions > section > div:first-of-type {
            margin-top: 26px;
        }

        .my-branch-search__map-directions > section > div:last-child {
            border-top: 1px solid #a2aaad
        }

    #branch-locator-page-search #submit-locator {
        margin: 25px auto;
    }

    .branch-locator-results-partners-legal-mobile {
        display: block;
    }

    .my-branch-search__map-directions > section .col-xs-12:last-child {
        text-align: center;
    }
    /* Checking Accounts template */
    .photo__bg.col-lg-12 {
        background-image: url(../img/checking-accounts-992.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: cover;
        float: none;
        height: 215.5px;
        overflow: hidden;
        padding-left: 0;
        text-align: left;
        width: 100%;
    }

    h1.hero-message__page-title.sidebar {
        padding: 12px 40px 12px 25px;
    }

    .photo__bg.col-lg-12.desktop {
        display: none;
    }

    .photo__bg.col-lg-12.mobile {
        background-position: left 18px;
        height: 168px;
        display: block;
        padding: 0;
    }

        .photo__bg.col-lg-12.mobile h1.hero-message__page-title.sidebar {
            padding-left: 20px;
        }

    .quadrant__mask--sidebar {
        width: 120%;
        height: 145px;
        background-color: white;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        -webkit-transform-origin: right bottom;
        transform-origin: left bottom;
    }

    .breadcrumbs {
        margin-top: 25px;
    }

    .service__thumbs > div:first-child {
        margin-bottom: 25px;
    }

    .service__thumbs h3 {
        margin-top: 25px;
    }

    .chk-accts > section > div.service__thumbs:nth-child(3) {
        border-top: 1px solid #dedede;
        margin-top: 25px;
    }

    .service__thumbs ul li:last-child {
        margin-bottom: 0px;
    }

    .col-xs-6.text-left.service__thumbs.no-border.clearfix {
        padding-bottom: 0px;
    }

    .sidebar--no-padding-left {
        padding-left: 15px;
    }

    .sidebar__nav {
        -webkit-order: 3;
        order: 3;
        padding: 25px 0px;
    }

    .sidebar__callout-box {
        border: 3px solid #ececec;
        margin: 0px;
        -webkit-order: 2;
        order: 2;
        padding: 20px;
        text-align: left;
    }

    .col-xs-6.text-left.service__thumbs.no-border.clearfix > article > h3 {
        margin-top: 0px
    }

    .col-xs-6.text-left.service__thumbs.no-border.clearfix:last-child {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /* Business International Trade template */
    #two-col-thumb-post-template .col-xs-9 {
        padding: 0 20px;
        width: 100%;
    }

        #two-col-thumb-post-template .col-xs-9 .row--flex-default {
            padding: 0 15px;
        }

            #two-col-thumb-post-template .col-xs-9 .row--flex-default > article {
                margin: 0 0 25px;
                width: auto;
            }

    #two-column-sidebar-left .col-xs-8.row--float-right.override {
        padding: 0 5px;
    }

        #two-column-sidebar-left .col-xs-8.row--float-right.override > .service__thumbs:last-child {
            padding-left: 15px;
        }
    /* Search Results page */
    .hero-message.search-results {
        background-image: url(../img/search-results-567.jpg);
        background-size: cover;
        background-position: right middle;
    }
    /* Overdraft information page */
    .hero-message.overdraft-info {
        background-image: url(../img/overdraft-information-567.jpg);
        background-size: cover;
        background-position: left bottom;
    }

    #one-column .one-column__body .col-lg-12 {
        padding-left: 0;
        padding-top: 0;
    }

    #one-column .service__thumbs .col-xs-7 {
        float: none;
        padding-left: 0;
        padding-right: 0px;
        width: 100%;
    }

    #one-column .col-xs-5 {
        width: 100%;
    }

        #one-column .col-xs-5.sidebar__callout-box {
            margin-top: 25px;
        }

    #one-column .col-xs-8.override {
        padding-left: 20px;
        padding-right: 20px;
    }

    #one-column .sidebar__callout-box.stacked:first-child {
        margin: 0px 0px 25px;
    }

    #one-column .col-xs-5.stacked {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 992px) {
    /* One column template */
    #one-column .bbp-upgrade .col-xs-8.override {
        max-width: 650px;
        margin: 0 auto;
        width: 100%;
    }
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    /* Bootstrap overrides */
    .col-xs-6.row--float-right {
        float: none;
        width: 100%;
    }

    .col-xs-10.row--float-none.row--col-centered {
        padding: 0 5px;
        width: 100%;
    }

    .col-xs-6.override,
    .col-xs-8.override {
        float: none;
        width: 100%;
    }

    .row--float-right {
        float: none;
    }

    .chk-accts .col-xs-12,
    .chk-accts .col-xs-10,
    .chk-accts .col-xs-9,
    .chk-accts .col-xs-8,
    .chk-accts .col-xs-7,
    .chk-accts .col-xs-6,
    .chk-accts .col-xs-5,
    .chk-accts .col-xs-4 {
        float: none;
        width: 100%;
    }

    #branch-locator-page-search .col-xs-5,
    #branch-locator-page-search .col-xs-7 {
        float: none;
        width: 100%;
    }

    .btn.btn--centered-mobile {
        margin: 25px auto;
    }

    .fixed--offset {
        margin-top: 116px;
    }

    .fixed--offset-bottom {
        margin-bottom: 118px;
    }
    /*  .main-menu__mobile.fixed--offset {margin-top: 135px !important;}*/
    .slideUp-button-circle-arrow {
        display: block;
    }

    .intro-paragraph {
        background: url(../img/320-quadrant@2x.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        height: 310px;
        color: #fff;
        z-index: 999;
        display: inline-block;
        text-align: left;
        padding: 20px 20px 0 20px;
        width: 100%;
    }

        .intro-paragraph.tall {
            height: 349px;
        }


    /*  Velo Careers headline */
    .intro-velocareers {
        height: 310px;
        color: #fff;
        z-index: 999;
        display: inline-block;
        text-align: left;
        padding: 20px 20px 0 20px;
        width: 100%;
        position: absolute;
    }

    .row--flex-default {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: stretch;
        -webkit-align-items: stretch;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .intro-paragraph.no-button {
        height: 240px;
    }

    .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;
    }

    span.intro-text {
        display: block;
        width: 100%;
    }

    .hero-message {
        height: 450px;
    }

        .hero-message.skinny-mast {
            background-position: right center;
            height: 140px;
        }

    .digital-banking {
        height: 512px;
        background-image: url('../img/digital-banking-992.jpg');
        background-position: center bottom;
        background-size: 100% auto;
    }

    .sba-loans {
        height: 512px;
        background-image: url('../img/sba-loans-992r.jpg');
        background-position: center bottom;
        background-size: 100% auto;
    }
    /* Personal landing page */
    .hero-message.hero-message--personal {
        height: 370px;
    }
    /* Checking Accounts */
    .hero-message.checking-accounts {
        background-position: center 20px;
    }
    /* Industry Expertise */
    .hero-message.skinny-mast.tall.industry-expertise {
        background-position: center center;
    }

    /* Velo */
    .hero-message.velo {
        height: 360px;
        padding: 0 10px;
    }

    .velo__logo {
        -webkit-transition: all .5s cubic-bezier(0.74, 0.12, 0.35, 1.21) 300ms;
        -moz-transition: all .5s cubic-bezier(0.74, 0.12, 0.35, 1.21) 300ms;
        transition: all .5s cubic-bezier(0.74, 0.12, 0.35, 1.21) 300ms;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        opacity: 0;
    }

        .velo__logo.scaleUpOnLoad {
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

    h1.hero-message-velo {
        color: white;
        font-size: 21px;
        font-weight: normal;
        opacity: 0;
        text-transform: uppercase;
        z-index: 1;
        position: relative;
        top: -10px;
        -webkit-transition: all 250ms ease-out 100ms;
        -moz-transition: all 250ms ease-out 100ms;
        transition: all 250ms ease-out 100ms;
    }

        h1.hero-message-velo.fadeInOnLoad, h2.hero-message-velo.fadeInOnLoad {
            opacity: 1;
            top: 0px;
        }

    h2.hero-message-velo {
        color: white;
        font-family: 'Whitney', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        font-size: 20px;
        font-weight: normal;
        opacity: 0;
        top: -5px;
        z-index: 1;
        position: relative;
        -webkit-transition: all 500ms ease-out 250ms;
        -moz-transition: all 500ms ease-out 250ms;
        transition: all 500ms ease-out 250ms;
    }
    /* 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,
    #businesslogindropdown 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,
    #businesslogindropdown p {
        margin: 12px 0px;
    }

    #personallogindropdown input[type="text"],
    #personallogindropdown input[type="password"],
    #businesslogindropdown input[type="text"],
    #businesslogindropdown 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;
    }

    .dropdown__wrap__col-2-left {
        margin-right: 0;
        float: none;
        width: 100%;
    }

    .dropdown__wrap__col-2-right {
        width: 100%;
        margin: 0;
        float: none;
    }

    .dropdown__wrap__col-2-left input {
        float: left;
        font-size: 16px;
        padding: 8px 2px;
        width: 100%;
    }

    .dropdown__wrap__col-2-left .col-xs-7 > input {
        border-left: none !important;
    }

    .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;
    }

    .blog-entry {
        text-align: left;
        padding: 0px;
        width: 100%;
    }

    .blog-thumbnail {
        max-width: inherit;
        width: 100%;
    }

    .blog-row:nth-child(3) img.blog-thumbnail {
        margin-top: 15px;
    }

    .blog-title {
        max-width: inherit;
    }

    #blog {
        padding-top: 5px;
    }
    /* shift first and show third blog */
    .blog-entry:first-of-type {
        float: none;
    }

    .blog-entry:nth-of-type(3) {
        display: block;
        padding-right: 0px;
    }
    /* shift first and hide first blog */
    .blog-entry:nth-of-type(1) {
        display: none;
    }

    .icon-nav {
        width: 100%;
        float: none;
        margin: 0;
        padding: 20px 0;
    }

    .edu-icon.edu-icon--laptop {
        margin-left: 9px;
    }

    .photo__bg {
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        padding-left: 0;
        text-align: left;
    }

        .photo__bg.col-xs-6 {
            float: none;
            overflow: hidden;
            width: 100%;
        }

        .photo__bg.photo__bg--left {
            padding-right: 0;
            text-align: left;
        }

    .photo__bg--dig-banking {
        background-image: url('../img/digital-banking-992.jpg');
    }

    .photo__bg.photo__bg--left.photo__bg--sba-loans {
        background-image: url('../img/sba-loans-mobile-flipped-992.png');
        background-position: right -33px;
        background-size: 125%;
    }

    .fullwidth__text {
        background-color: white;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: inherit;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }

        .fullwidth__text.flexwrap {
            flex-flow: row wrap;
            float: none;
            height: auto;
            margin: 0 auto;
        }

        .fullwidth__text.col-xs-6 {
            float: none;
            width: 100%;
        }

        .fullwidth__text > div {
            margin: auto;
            padding-top: 5px;
            width: 100%;
        }

        .fullwidth__text.col-xs-5.float-right {
            float: none;
        }

    .quadrant__mask {
        width: 200%;
        height: 100%;
        background-color: white;
        position: absolute;
        top: -100%;
        right: 0;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        transition: all 500ms;
    }

    .quadrant__mask--active {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    /* SMB landing page */
    .hero-message.hero-message--smb {
        background-image: url('../img/smb_hero.jpg');
        background-position: center bottom;
        background-size: 150% auto;
        height: 430px;
    }

    .photo__bg--smb-manage-cash {
        background-image: url('../img/manage-your-cash-flow-568.jpg');
    }

    .photo__bg--smb-sba-loans {
        background-image: url('../img/smb-sba_loans-568.jpg');
        background-position: center center;
    }
    /* Commercial landing page */
    .hero-message.hero-message--commercial {
        background-image: url('../img/commercial-hero-768.jpg');
        background-position: center bottom;
        background-size: 150% auto;
        height: 460px;
    }

    .photo__bg--commercial-real-estate {
        background-image: url('../img/commercial-real-estate-568.jpg');
    }

    .photo__bg--commercial-entertainment {
        background-image: url('../img/entertainment-768.jpg');
        background-position: center center;
    }
    /* International landing page */
    .hero-message.hero-message--international {
        background-image: url('../img/inernational_hero-768.jpg');
        background-position: center bottom;
        background-size: 150% auto;
        height: 425px;
    }

    .photo__bg--international-exchange {
        background-image: url('../img/foreign-exchange-768.jpg');
    }

    .photo__bg--international-trade {
        background-image: url('../img/trade-finance-768.jpg');
        background-position: center center;
    }
    /* Wealth Management landing page */
    .hero-message.hero-message--wealth-management {
        background-image: url('../img/wealth-management-hero.jpg');
        background-position: center bottom;
        background-size: 150% auto;
        height: 425px;
    }

    .photo__bg--wealth-college-planning {
        background-image: url('../img/college-planning-768.jpg');
    }

    .photo__bg--wealth-retirement {
        background-image: url('../img/retirement-planning-768.jpg');
        background-position: center -12px;
    }

    .consumer-education.personal {
        display: block;
    }

    .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.footer-info--wm {
            padding: 0 19px;
        }

        .footer-info .copyright p {
            font-size: 10px;
        }
    /* Carousel */
    .carousel {
        background-color: #f4f4f4;
        overflow: hidden;
    }

    .carousel__slide-wrap {
        position: relative;
        width: 100%;
    }

    .carousel_noicon {
        padding: 15px 0;
        margin: 0;
    }

        .carousel_noicon .carousel__slide-wrap {
            height: 45px;
        }

        .carousel_noicon .carousel__item-wrap__no__icon {
            width: 100%;
            max-width: none;
        }

    .carousel__item-wrap__no__icon .carousel__item {
        width: auto;
    }

    .carousel_noicon .carousel__nav-wrap {
    }

    .carousel h2.service-name {
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .carousel__item-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
        position: absolute;
        width: 100%;
    }



    .carousel__item {
        width: 50%;
    }

    .carousel__nav-wrap {
        margin: 15px auto 25px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-content: center;
        align-content: center;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
        width: 136px;
    }

        .carousel__nav-wrap.two-dots {
            width: 100px;
        }

    .carousel__nav-dot {
        background-color: #ddd;
        border-radius: 20px;
        cursor: pointer;
        height: 16px;
        width: 16px;
    }

        .carousel__nav-dot.carousel__nav-wrap--active {
            background-color: #54585a;
        }

    .carousel__item a {
        color: #54585a;
        -webkit-transition: color 500ms;
        -moz-transition: color 500ms;
        -o-transition: color 500ms;
        transition: color 500ms;
        display: block;
    }

        .carousel__item a:hover {
            color: #ce1b0e;
            text-decoration: underline;
        }
    /* Branch locator search */
    .skinny-mast h1.hero-message__page-title {
        float: none;
        margin-top: 0;
        padding: 12px 40px 12px 20px;
        width: 100%;
    }

    .hero-message.business-international-trade {
        background-image: url(../img/Shanghai.jpg);
        background-position: left center;
        height: 100px;
    }

    #branch-locator-page-search .col-xs-4 {
        float: none;
        width: 100%;
    }

    #branch-locator-page-search .col-xs-4 {
        margin-bottom: 7px;
    }

        #branch-locator-page-search .col-xs-4:last-child .ewb-select {
            margin: 0 !important;
        }

    #one-column-search-results .col-xs-9 {
        width: 100%;
        padding: 0 20px;
    }
    /* Branch locator results */
    .branch-locator-results-page {
        background-color: transparent;
        float: none;
        width: 100%;
    }

    h3.branch-locator-results-page__showing-results {
        font-size: 1.8rem;
        margin-bottom: 0px;
        margin-top: 0px;
    }
    /* Branch locator search results page */
    .branch-locator-results-page > div,
    .branch-locator-results-page > div > section {
        border-bottom: 1px solid #a2aaad;
        margin-bottom: 15px;
        position: relative;
    }

    .branch-locator-results-page > .branch-locator-results-page__carousel {
        border-bottom: none;
        border-top: 1px solid #a2aaad;
        display: none;
        margin-bottom: 0px;
        margin-top: 15px;
        padding-top: 15px;
    }

        .branch-locator-results-page > .branch-locator-results-page__carousel.active {
            display: block;
        }

    .carousel--fade em.material-icons.result-block__accordion {
        top: 0px;
        right: 0px;
    }

    .carousel--fade :first-child > em.material-icons.result-block__accordion {
        top: 0px;
        right: 0px;
    }

    .branch-locator-results-page__title {
        cursor: pointer;
        margin-bottom: 8px;
    }

    span.branch-locator-results-page__number {
        background-color: #54585a;
        border-radius: 50%;
        color: white;
        display: inline-block;
        height: 20px;
        text-align: center;
        width: 20px;
    }

    .branch-locator-results-page__results.active span.branch-locator-results-page__number {
        background-color: #ce1b0e;
    }

    h3.branch-locator-results-page__name {
        display: inline-block;
        font-size: 1.8rem;
        margin: 0;
    }

    .branch-locator-results-page__address {
        margin-bottom: 15px;
    }

        .branch-locator-results-page__address p {
            line-height: 1.25em;
            margin-bottom: 0px;
        }

    .branch-locator-results-page__accordion-hidden strong {
        color: #54585a;
    }

    .branch-locator-results-page__accordion-hidden p {
        line-height: 1.25em;
        margin-bottom: 0px;
    }

    .branch-locator-results-page > .branch-locator-results-page__pagination {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .branch-locator-results-page__pagination span {
        border: 2px solid #54585a;
        cursor: pointer;
        display: inline-block;
        font-size: 1.75rem;
        height: 30px;
        margin: 0px 5px;
        text-align: center;
        width: 20px;
        -webkit-transition: background-color 500ms;
        -moz-transition: background-color 500ms;
        -o-transition: background-color 500ms;
        transition: background-color 500ms;
    }

        .branch-locator-results-page__pagination span:hover {
            background-color: #ce1b0e;
            color: white;
        }

        .branch-locator-results-page__pagination span.active {
            border-color: #ce1b0e;
            color: #ce1b0e;
            cursor: default;
        }

            .branch-locator-results-page__pagination span.active:hover {
                background-color: white;
                border-color: #ce1b0e;
                color: #ce1b0e;
                cursor: default;
            }

    #branch-locator-page-search h3 {
        font-size: 1.8rem;
    }

    .branch-locator-results-page__accordion-hidden {
        display: none;
        position: relative;
    }

        .branch-locator-results-page__accordion-hidden.active {
            display: block;
        }

        .branch-locator-results-page__accordion-hidden a {
            display: inline-block;
        }

    .branch-locator-results-page__my-branch.visible {
        display: block;
    }

    .branch-locator-results-page__my-branch {
        display: none;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

        .branch-locator-results-page__my-branch > label.visible--label {
            position: relative !important;
            height: auto !important;
            line-height: 1em;
            margin: 4px 0 0;
            overflow: inherit;
            width: auto !important;
        }

    .branch-locator-results-map-wrap {
        height: 150px;
        overflow: hidden;
        width: 100% !important;
    }

    .branch-locator-results-partners-legal {
        display: none;
    }

    .branch-locator-results-map-wrap__toggle {
        cursor: pointer;
        display: inline-block;
        color: #ce1b0e;
        margin-top: 10px;
    }

        .branch-locator-results-map-wrap__toggle:hover {
            text-decoration: underline;
        }

    .btn.inline {
        margin: 0;
        padding: 6px 0px;
        width: 100%;
        text-align: center;
    }
    /* Branch directions page */
    .my-branch-search__map-directions {
        text-align: left;
    }

    .my-branch-search__icon {
        height: 31px;
        width: 30px;
    }

    .my-branch-search__icon {
        color: white;
        text-align: center;
        line-height: 31px;
    }

        .my-branch-search__icon.start {
            background-color: #3aa300;
        }

        .my-branch-search__icon.end {
            background-color: #ce1b0e;
        }

    .my-branch-search__map-directions p {
        margin-bottom: 0px;
    }

    .my-branch-search__map-directions > section > div {
        margin-bottom: 23px;
    }

        .my-branch-search__map-directions > section > div:first-of-type {
            /*      margin-top: 26px;*/
            padding: 0px;
        }

            .my-branch-search__map-directions > section > div:first-of-type div {
                padding: 0px;
            }

        .my-branch-search__map-directions > section > div:last-child {
            border-top: 1px solid #a2aaad
        }

    .my-branch-search__map-directions > .col-xs-12:first-child {
        border-top: 1px solid #a2aaad;
        margin-top: 15px;
        padding-top: 12px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .update-starting-point-directions-page.col-xs-8 {
        float: none;
        width: 100%;
        padding: 0px;
    }

    .update-starting-point-directions-page.col-xs-4 {
        float: none;
        width: 100%;
        padding: 0px;
    }

    #branch-locator-page-search #submit-locator {
        margin: 25px auto;
    }

    .branch-locator-results-partners-legal-mobile {
        display: block;
    }

    .my-branch-search__map-directions > section .col-xs-12:last-child {
        text-align: center;
    }
    /* Checking Accounts template */
    .photo__bg.col-lg-12 {
        background-image: url(../img/checking-accounts-992.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: cover;
        float: none;
        height: 215.5px;
        overflow: hidden;
        padding-left: 0;
        text-align: left;
        width: 100%;
    }

    h1.hero-message__page-title.sidebar {
        padding: 12px 40px 12px 25px;
    }

    .photo__bg.col-lg-12.desktop {
        display: none;
    }

    .photo__bg.col-lg-12.mobile {
        background-position: left 18px;
        height: 168px;
        display: block;
        padding: 0;
    }

        .photo__bg.col-lg-12.mobile h1.hero-message__page-title.sidebar {
            padding-left: 20px;
        }

    .quadrant__mask--sidebar {
        width: 120%;
        height: 145px;
        background-color: white;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        -webkit-transform-origin: right bottom;
        transform-origin: left bottom;
    }

    .breadcrumbs {
        margin-top: 25px;
    }

    .service__thumbs > .service__thumbs--image {
        margin-bottom: 25px;
        padding: 0;
        overflow: hidden;
    }

    .service__thumbs.communityArticleWrap > .service__thumbs--image {
        height: 200px;
    }

    .service__thumbs--image img {
        width: 100%;
    }

    .service__thumbs > .service__thumbs--image.value-checking {
        background-image: url(../img/value-banking-576.jpg);
    }

    .service__thumbs > .service__thumbs--image.premier-checking {
        background-image: url(../img/premier-checking-576.jpg);
    }

    .service__thumbs > .service__thumbs--image.premier-money-market {
        background-image: url(../img/premier-maximizer-money-market-576.jpg);
    }


    .service__thumbs h3 {
        color: #ce1b0e;
        margin-top: 0px;
    }

    .chk-accts > section > div.service__thumbs:nth-child(3) {
        border-top: 1px solid #dedede;
        margin-top: 25px;
    }

    .service__thumbs ul li:last-child {
        margin-bottom: 0px;
    }

    .sidebar--no-padding-left {
        padding-left: 15px;
    }

    .sidebar__nav {
        -webkit-order: 3;
        order: 3;
        padding: 25px 0px;
    }

    .sidebar__callout-box {
        border: 3px solid #ececec;
        margin: 0px;
        -webkit-order: 2;
        order: 2;
        padding: 20px;
        text-align: left;
    }

    .col-xs-6.text-left.service__thumbs.no-border.clearfix > article > h3 {
        margin-top: 0px
    }

    .col-xs-6.text-left.service__thumbs.no-border.clearfix:last-child {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /* Business International Trade template */
    #two-col-thumb-post-template .col-xs-9 {
        float: none;
        padding: 0 20px;
        text-align: left;
        width: 100%;
    }

    .row__2-col-photo-text > .flex-wrap-stretch-space-between > article.col-xs-6 {
        border: 3px solid #ececec;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        margin-bottom: 25px;
        padding: 0;
        position: relative;
    }

        .row__2-col-photo-text > .flex-wrap-stretch-space-between > article.col-xs-6.offset-btn-bottom-align {
        }

    .row__2-col-photo-text .row__2-col-photo-text--image-wrap {
        background-image: url(../img/entry-into-new-global-market-768.jpg);
        background-size: cover;
        background-position: left center;
        height: 125px;
        display: block;
        overflow: hidden;
    }

        .row__2-col-photo-text .row__2-col-photo-text--image-wrap.trade-service {
            background-image: url(../img/entry-into-new-global-market-768.jpg);
        }

        .row__2-col-photo-text .row__2-col-photo-text--image-wrap.trade-finance {
            background-image: url(../img/grow-business-locally-and-internationally-768.jpg);
        }

    #two-col-thumb-post-template .col-xs-9 .row--flex-default {
        padding: 0 15px;
    }

        #two-col-thumb-post-template .col-xs-9 .row--flex-default > article {
            margin: 0 0 25px;
            width: auto;
        }

    #two-column-sidebar-left .col-xs-8.row--float-right.override {
        padding: 0 5px;
    }

        #two-column-sidebar-left .col-xs-8.row--float-right.override > .service__thumbs:last-child {
            padding-left: 15px;
        }
    /* Search Results page */
    .hero-message.search-results {
        background-image: url(../img/search-results-567.jpg);
        background-size: cover;
        background-position: right middle;
    }
    /* Overdraft information page */
    .hero-message.overdraft-info {
        background-image: url(../img/overdraft-information-567.jpg);
        background-size: cover;
        background-position: left bottom;
    }

    #one-column .one-column__body .col-lg-12 {
        padding-left: 0;
        padding-top: 0;
    }

    #one-column .service__thumbs .col-xs-7 {
        float: none;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    #one-column .service__thumbs .service__thumbs--copy {
        float: none;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    #one-column .service__thumbs.no-border.divider--line .service__thumbs--copy {
        float: none;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    #one-column .col-xs-5,
    #one-column .service__thumbs--image {
        width: 100%;
    }


        #one-column .col-xs-5.sidebar__callout-box {
            margin-top: 25px;
        }

    #one-column .col-xs-8.override {
        padding-left: 20px;
        padding-right: 20px;
    }

    #one-column .sidebar__callout-box.stacked:first-child {
        margin: 0px 0px 25px;
    }

    #one-column .col-xs-5.stacked {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 25px;
    }

    #one-column .col-xs-6,
    #one-column .col-xs-9,
    #one-column .col-xs-7 {
        float: none;
        width: 100%;
    }

    #one-column .col-xs-5.text--right {
        text-align: center;
    }

        #one-column .col-xs-5.text--right.override {
            padding: 0;
            text-align: left;
        }

    #one-column .col-xs-9 {
        padding: 0 20px;
    }

    #one-column .service__thumbs.col-xs-4 {
        border: 3px solid #ececec;
        float: none;
        width: 100%;
    }

    #one-column .service__thumbs.no-border.col-xs-4 {
        border: none;
        border-bottom: 1px solid #d3d3d3;
    }

    #one-column .one-column__body .service__thumbs {
        border-bottom: 1px solid #a2aaad;
    }

    #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.no-border.col-xs-4,
    #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.no-border {
        border: none;
        border-bottom: none;
        margin-left: 20px;
        padding-bottom: 10px;
        min-height: 50px;
    }

        #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.no-border.col-xs-5, #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.no-border.col-xs-2 {
            border: none;
            border-bottom: none;
            margin: 20px 0 10px 20px;
        }

        #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.no-border.col-xs-5 {
            border-right: 1px solid #d3d3d3;
        }

        #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.no-border.col-xs-4 a,
        #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.no-border.col-xs-4 button {
            margin-left: 0;
        }

    .flexbox-multi-column-wrap.callout--box .service__thumbs.no-border {
        border-bottom: none;
        margin-bottom: 0px;
    }

    #one-column .service__thumbs.col-xs-4:last-child {
        margin-bottom: 0px;
    }

    .flexbox-multi-column-wrap .service__thumbs.no-border:last-child {
        border-bottom: none;
    }

    .flexbox-multi-column-wrap {
        padding: 15px;
    }

        .flexbox-multi-column-wrap.callout--box {
            border: 3px solid #ececec;
            margin-bottom: 25px;
        }


    .new-help-block-wrapper {
        border: 3px solid #ececec;
        padding: 20px;
    }

        .new-help-block-wrapper .contactMethodWrap {
            flex-direction: column
        }

        .new-help-block-wrapper h3.simulate-h4,
        .new-help-block-wrapper h2.simulate-h4 {
            margin-top: 0;
            margin-bottom: 15px;
        }

        .new-help-block-wrapper .col-sm-3,
        .new-help-block-wrapper .col-sm-4,
        .new-help-block-wrapper .col-sm-5 {
            width: 100%;
        }

        .new-help-block-wrapper .col-sm-4 {
            margin: 15px 0;
        }

    .no-flexbox .new-help-block-wrapper {
        min-height: 120px;
    }

    .offset-col-1 {
        margin: 0;
    }

    .gallery__3x3 ul > li > .industry-expertise__bg-img {
        display: none;
    }

    .gallery__3x3 {
        padding: 0 20px 25px;
    }
    /* Our story */
    .hero-message.our-story {
        background-image: url(../img/our-story-EastWest_hq_hero-320.jpg);
        background-position: -175px 231px;
        background-size: 185%;
        height: 542px;
    }
    /* Request More Info */
    .hero-message.request-more-info {
        background-image: url('../img/request-info-hero-992.jpg');
        background-position: 100% center;
    }
    /* Search Results */
    #one-column #search-results-search .col-xs-8,
    #one-column #search-results-search .col-xs-4 {
        float: none;
        width: 100%;
    }
}
/* 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, .es .top-bar ul li a, .top-bar ul li button {
            padding: 0 8px 0 8px;
        }
    /* Commercial landing page */
    .hero-message.hero-message--commercial {
        background-size: 122% auto;
    }
    /* Personal landing page */
    .hero-message.hero-message--personal {
        height: 400px;
    }
    /* International landing page */
    .hero-message.hero-message--international {
        height: 480px;
    }
    /* Wealth Management landing page */
    .hero-message.hero-message--wealth-management {
        background-size: 120% auto;
    }
    /* Checking Accounts template */
    .photo__bg.col-lg-12.mobile {
        background-position: left 3px;
        height: 200px;
    }

    .photo__bg.photo__bg--left.photo__bg--sba-loans {
        background-position: right -50px;
    }
    /* Our story */
    .hero-message.our-story {
        background-image: url(../img/EastWest_HQ-1200.jpg);
        background-position: -179px 175px;
        background-size: 185%;
        height: 542px;
    }


}
/* A fix for the hero image on the personal landing page */

@media only screen and (min-width: 540px) {
    .hero-message.hero-message--personal {
        height: 420px;
    }
}
/* Extra Small Devices, Phones */

@media only screen and (min-width: 576px) {
    /* Bootstrap overrides */
    #branch-locator-page-search .col-xs-5 {
        float: left;
        padding-right: 0px;
        width: 41.6666666667%;
    }

    #branch-locator-page-search .col-xs-7 {
        float: left;
        width: 58.3333333333%;
    }

    .col-xs-6.row--float-right.override567 {
        float: right;
        width: 50%;
    }

    .intro-paragraph {
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -10px;
        height: 315px;
    }

        .intro-paragraph.tall {
            height: 315px;
        }

    .nav-square__searchbox {
        left: -300px;
    }

    span.intro-text {
        display: block;
        width: 88%;
    }

    .learn-more-digital-banking {
        height: 300px;
    }

    .learn-more-sba-loans {
        height: 300px;
    }

    .hero-message {
        background-position: top left;
        background-size: cover;
        margin-top: 0;
    }

    .digital-banking {
        background-image: url('../img/digital-banking-576.jpg');
    }

    .sba-loans {
        background-image: url('../img/sba-loans-576r.jpg');
    }

    .photo__bg.photo__bg--left.photo__bg--sba-loans {
        background-size: cover;
    }
    /* Checking Accounts */
    .hero-message.skinny-mast.tall.checking-accounts {
        background-position: center 20px;
    }

    .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;
    }

    .es .top-bar ul li a {
        font-size: .7em;
        padding: 0 5px 0 2px;
    }

    .mobile-dropdown-trigger-lang {
        width: 95px;
    }

        .mobile-dropdown-trigger-lang span {
            display: inline-block;
            float: left;
            position: relative;
            top: 4px;
        }

    .es .mobile-dropdown-trigger-lang span {
        top: 5px;
    }

    .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;
    }

    .dropdown__wrap__col-2-left {
        float: left;
        margin-right: 5%;
        width: 40%;
    }

    .dropdown__wrap__col-2-right {
        float: right;
        margin: -23px 20px 0 0;
        width: 50%;
    }

    .dropdown__wrap__col-2-left input {
        width: 100%;
    }

    .dropdown__wrap__col-2-left .col-xs-7 > input {
        border-left: none;
    }

    #personallogindropdown input[type="text"],
    #personallogindropdown input[type="password"],
    #businesslogindropdown input[type="text"],
    #businesslogindropdown input[type="password"] {
        width: 41%;
        display: inline-block;
        margin: 18px;
    }

    .icon-nav {
        width: 50%;
        float: left;
    }
    /* Homepage sections */
    .photo__bg {
        height: 300px;
    }

    .blog-entry {
        padding-right: 7.5px;
        padding-left: 7.5px;
        width: 50%;
    }

        .blog-entry:nth-of-type(3) {
            padding-right: 7.5px;
            padding-left: 15px;
        }

    #blog {
        padding-top: 5px;
    }

    .branch-locator {
        display: none;
    }

    #more-news {
        margin-bottom: 25px;
    }

    h2.consumer-ed-title {
        margin: 25px 0 20px 0;
    }

    .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;
    }

    .footer-disclaimer div {
    }

        .footer-disclaimer div:nth-child(3) {
        }

        .footer-disclaimer div:nth-child(5) {
        }
    /* Personal landing page */
    .hero-message.hero-message--personal {
        height: 450px;
    }
    /* SMB landing page */
    .hero-message.hero-message--smb {
        background-image: url(../img/smb_hero-576.jpg);
        background-position: right bottom;
        background-size: 108% auto;
        height: 425px;
    }

    .photo__bg--smb-manage-cash {
        background-image: url('../img/manage-your-cash-flow-768.jpg');
    }

    .photo__bg--smb-sba-loans {
        background-image: url('../img/smb-sba_loans-768.jpg');
    }
    /* Commercial landing page */
    .hero-message.hero-message--commercial {
        background-size: 100% auto;
    }

    .photo__bg--commercial-real-estate {
        background-image: url('../img/commercial-real-estate-568.jpg');
    }

    .photo__bg--commercial-entertainment {
        background-image: url('../img/entertainment-768.jpg');
        background-position: center center;
    }
    /* International landing page */
    .hero-message.hero-message--international {
        background-size: 100% auto;
        height: 425px;
    }
    /* Wealth Management landing page */
    .hero-message.hero-message--wealth-management {
        background-size: 100% auto;
    }

    .photo__bg--wealth-college-planning {
        background-image: url('../img/college-planning-1200.jpg');
    }

    .photo__bg--wealth-retirement {
        background-image: url('../img/retirement-planning-orig.jpg');
    }

    .consumer-education.personal {
        display: none;
    }
    /* Business International Trade template */
    #two-col-thumb-post-template .col-xs-9 {
        padding: 0 20px;
        width: 100%;
    }

        #two-col-thumb-post-template .col-xs-9 .row--flex-default {
            padding: 0 15px;
        }

            #two-col-thumb-post-template .col-xs-9 .row--flex-default > article {
                margin: 0 0 25px;
                width: auto;
            }

    .row__2-col-photo-text > .flex-wrap-stretch-space-between > article.col-xs-6 {
        border: 3px solid #ececec;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
        padding: 0;
        position: relative;
    }

    .sidebar__callout-box {
    }

    .photo__bg.col-lg-12.mobile {
        background-position: left 18px;
        height: 271px;
    }

    #branch-locator-page-search .col-xs-4:nth-child(2),
    #branch-locator-page-search .col-xs-4:nth-child(3) {
        width: 50%;
        float: left;
    }

    #branch-locator-page-search .col-xs-4:nth-child(2) {
        padding-right: 0px;
    }

    .my-branch-search__map-directions > .col-xs-12:first-child {
        border-top: 1px solid #a2aaad;
        margin-top: 15px;
        padding-top: 12px;
    }
    /* Branch Directions page */
    .update-starting-point-directions-page.col-xs-8 {
        float: left;
        width: 66.66666667%;
        padding: 0px 15px 0px 0px;
    }

    .update-starting-point-directions-page.col-xs-4 {
        float: left;
        width: 33.33333333%;
        padding: 0px;
    }
    /* One column template */
    #one-column .col-xs-5.row--float-right.sidebar__callout-box,
    .col-xs-5.row--float-right.stacked {
        float: right;
        width: 100%;
        margin-top: 25px;
    }

    #one-column .service__thumbs h3 {
        color: #ce1b0e;
        margin-top: 0px;
    }

    #one-column .col-xs-8.override {
        padding-left: 20px;
        padding-right: 20px;
    }

    #one-column .sidebar__callout-box.stacked {
        margin: 0px 0px 25px;
        width: 100%;
    }

        #one-column .sidebar__callout-box.stacked:last-child {
            margin-bottom: 0px;
        }

    .col-xs-5.row--float-right.stacked {
        padding-left: 0px;
    }

    #one-column .col-xs-5.stacked {
        padding-top: 0px;
        margin-top: 25px;
        width: 100%;
    }

    #one-column .col-xs-5 {
        width: 41.66666667%;
    }

    #one-column .service__thumbs--image {
        float: none;
        width: 100%;
    }

    #one-column .service__thumbs .col-xs-7 {
        float: left;
        padding-right: 20px;
        width: 58.33333333%;
    }

    #one-column .service__thumbs .service__thumbs--copy {
        float: none;
        padding-right: 20px;
        width: 100%;
        margin: 20px 0 0 0;
    }

    #one-column .service__thumbs.no-border.divider--line .service__thumbs--copy {
        height: 100%;
    }

    #one-column .service__thumbs .service__thumbs--copy ul {
        flex: 0 1 100%;
    }

    #one-column .one-column__body .col-lg-12 {
        padding-left: 0;
        padding-top: 25px;
    }

    #one-column .one-column__body .col-xs-8.override .col-lg-12 {
        padding-left: 0;
        padding-top: 0;
    }

    #one-column .col-lg-12 h1 {
        margin-top: 0px;
    }

    .breadcrumbs {
        margin-bottom: 0px;
        padding-top: 0px !important;
    }

    #one-column .col-xs-5.sidebar__callout-box {
        margin-top: 0px;
    }

    #one-column .col-xs-4 {
        width: 100%;
    }
    /* Search Results */
    #one-column #search-results-search .col-xs-4 {
        float: left;
        width: 33.3333333%;
    }

    #one-column #search-results-search .col-xs-8 {
        float: left;
        width: 66.66666667%;
    }
    /* Our story */
    .flex-nowrap-stretch-space-between.col-3,
    .flex-wrap-stretch-space-between.col-3 {
        padding: 30px 20px 20px;
    }

    .hero-message.our-story {
        background-image: url(../img/our-story-EastWest_hq_hero-576.jpg);
        background-position: -110px 82px;
        background-size: 145%;
        height: 508px;
    }

    .col-3 .flex__text-box {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 49%;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
        margin-bottom: 0;
    }

    .col-3 .flex__links-box {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 49%;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
    }
    /* Careers */
    .flex__simple-box-bordered.subnav {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 32%;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
        margin-bottom: 0px;
    }

        .flex__simple-box-bordered.subnav > a > ul > li > ul {
            padding: 0 0 0 20px;
        }

    /* Velo */
    .hero-message.velo {
        height: 360px;
    }

    .velo__logo {
        -webkit-transition: all .5s cubic-bezier(0.74, 0.12, 0.35, 1.21) 300ms;
        -moz-transition: all .5s cubic-bezier(0.74, 0.12, 0.35, 1.21) 300ms;
        transition: all .5s cubic-bezier(0.74, 0.12, 0.35, 1.21) 300ms;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }

        .velo__logo.scaleUpOnLoad {
            -ms-transform: scale(1);
            transform: scale(1);
        }

    h1.hero-message-velo {
        color: white;
        font-size: 21px;
        font-weight: normal;
        opacity: 0;
        text-transform: uppercase;
        z-index: 1;
        position: relative;
        top: -10px;
        -webkit-transition: all 250ms ease-out 100ms;
        -moz-transition: all 250ms ease-out 100ms;
        transition: all 250ms ease-out 100ms;
    }

        h1.hero-message-velo.fadeInOnLoad, h2.hero-message-velo.fadeInOnLoad {
            opacity: 1;
            top: 0px;
        }

    h2.hero-message-velo {
        color: white;
        font-family: 'Whitney', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        font-size: 20px;
        font-weight: normal;
        opacity: 0;
        top: -5px;
        z-index: 1;
        position: relative;
        -webkit-transition: all 500ms ease-out 250ms;
        -moz-transition: all 500ms ease-out 250ms;
        transition: all 500ms ease-out 250ms;
    }

    /* Community Events */
    .hero-message.skinny-mast.tall.comm-events {
        background-position: right 38px;
        height: 250px;
    }

    .subnav__band {
        display: block;
    }

        .subnav__band.mobile {
            display: none;
        }
}

@media only screen and (min-width: 685px) {
    .main-menu-mobile ul li a {
        padding: 0 10px 0 10px;
    }

    span.intro-text {
        display: block;
        width: 85%;
    }
}

@media only screen and (min-width: 768px) {
    #one-column .service__thumbs.col-xs-4 {
        padding-bottom: 80px;
    }
    /*Bootstrap overrides */
    .col-xs-6.override {
        float: left;
        width: 50%;
    }

    .col-xs-6.row--float-right {
        float: right;
        width: 50%;
    }

    .chk-accts .col-xs-12,
    .chk-accts .col-xs-10,
    .chk-accts .col-xs-9,
    .chk-accts .col-xs-8,
    .chk-accts .col-xs-7,
    .chk-accts .col-xs-6,
    .chk-accts .col-xs-5,
    .chk-accts .col-xs-4 {
        float: left;
    }

    .chk-accts .col-xs-10,
    #one-column .col-xs-10 {
        width: 83.33333333%;
    }

    .chk-accts .col-xs-9,
    #one-column .col-xs-9 {
        width: 75%;
    }

    .chk-accts .col-xs-8,
    #one-column .col-xs-8 {
        width: 66.66666667%;
    }

        #one-column .col-xs-8.col-xs-8--has-table {
            width: 100%;
        }

    .chk-accts .col-xs-7,
    #one-column .col-xs-7 {
        width: 58.33333333%;
    }

    .chk-accts .col-xs-6,
    #one-column .col-xs-6 {
        width: 50%;
    }

    .chk-accts .col-xs-5,
    #one-column .col-xs-5,
    #one-column .col-xs-5.stacked,
    #one-column .col-xs-5.row--float-right.sidebar__callout-box {
        width: 41.66666667%;
    }

    .chk-accts .col-xs-4,
    #one-column .col-xs-4 {
        width: 33.33333333%;
    }

    .chk-accts .col-xs-3,
    #one-column .col-xs-3 {
        width: 25%;
    }

    .col-xs-10.row--float-right,
    .col-xs-9.row--float-right,
    .col-xs-8.row--float-right,
    .col-xs-7.row--float-right,
    .col-xs-6.row--float-right,
    .col-xs-5.row--float-right,
    .col-xs-4.row--float-right,
    .col-xs-3.row--float-right {
        float: right;
    }

    .btn.btn--centered-mobile {
        margin: 25px 0;
    }

    .fixed--offset-bottom {
        margin-bottom: 130px;
    }

    .branch-locator {
        display: block;
    }

    .top-bar {
        text-align: right;
    }

    .ewb-logo-mobile {
        display: none;
    }

    .ewb-logo {
        display: inline-block;
        padding-left: 0px;
    }

    .main-menu {
        padding: 20px 24px;
    }

    .main-menu-mobile {
        padding: 150px 5px 30px;
    }

    .mobile-menu-icon {
        margin-top: 8px;
    }

    .intro-paragraph.no-button {
        height: 345px;
    }

    .sba-loans {
        background-position: -70px center;
    }

    .photo__bg.photo__bg--left.photo__bg--sba-loans {
        background-image: url('../img/home-sba-loans-768.jpg');
        background-position: left top;
        background-size: cover;
    }

    .icon-nav p span::before {
        content: "\A";
        white-space: pre;
    }

    .row__2-col-photo-text > div > article.col-xs-6 {
        margin-bottom: 50px;
    }

    .row__2-col-photo-text > .flex-wrap-stretch-space-between > article.col-xs-6 {
        border: 3px solid #ececec;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%;
        padding: 0;
        position: relative;
    }

    .row__2-col-photo-text .row__2-col-photo-text--image-wrap.trade-service {
        background-image: url('../img/entry-into-new-global-market-1200.jpg');
    }

    .row__2-col-photo-text .row__2-col-photo-text--image-wrap.trade-finance {
        background-image: url('../img/grow-business-locally-and-internationally-1200.jpg');
    }

    .col-xs-10.row--float-none.row--col-centered {
        padding: 0 10px;
    }

    .hero-message,
    .digital-banking,
    .sba-loans {
        height: 360px;
        background-color: #fff;
    }

        .hero-message.skinny-mast {
            height: 150px;
        }

            .hero-message.skinny-mast.tall {
                background-position: right 0px;
                float: right;
                height: 250px;
                width: 50%;
            }

                .hero-message.skinny-mast.tall.checking-accounts {
                    background-position: center 0px;
                }

                .hero-message.skinny-mast.tall.industry-expertise {
                    background-position: center center;
                }

    #one-column .hero-message-copy.skinny-mast.tall,
    .hero-message-copy.skinny-mast.tall {
        float: left;
        margin-top: 63px;
        padding: 0 20px;
        width: 50%;
    }

        .hero-message-copy.skinny-mast.tall.single-headline {
            margin-top: 117px;
        }

    h1.hero-message__page-title.tall {
        width: 350px;
    }

    .digital-banking {
        background-image: url('../img/digital-banking-992.jpg');
        background-position: right bottom;
        background-size: auto 100%;
    }

    .sba-loans {
        background-image: url('../img/sba-loans-992.jpg');
        background-position: left bottom;
        background-size: auto 100%;
    }

    .intro-paragraph {
        background: linear-gradient(to bottom, #ce1b0e 0%, #971b2f 85%);
        color: #fff;
        display: inline-block;
        height: auto;
        margin-top: 0px;
        max-width: 408px;
        padding: 25px 25px 0 24px;
        opacity: 0.95;
        text-align: left;
        z-index: 999;
    }

    .hero-message--one-day .intro-paragraph {
        padding-bottom: 10px;
    }

        .intro-paragraph.tall {
            height: auto;
        }

    .intro-paragraph.no-button {
        height: 209px;
        padding-bottom: 20px;
        width: 364px;
    }

    .intro-paragraph:after {
        border-left: 408px solid #971b2f;
        border-bottom: 73px solid transparent;
        border-top: 0px solid transparent;
        border-right: 0px solid transparent;
        content: "";
        height: 0;
        position: absolute;
        left: 0px;
        top: 100%;
        width: 0px;
    }

    .intro-paragraph.no-button:after {
        border-left: 364px solid #971b2f;
    }



    h2.intro-text--skinnier,
    h1.intro-text--skinnier.simulate-h2 {
        width: 80%;
    }

    span.intro-text {
        display: block;
        width: 95%;
    }

    .learn-more-digital-banking {
        width: 100%;
        max-width: 55%;
        height: 360px;
        background-color: #fff;
        text-align: left;
        display: inline-block;
        padding: 30px 15% 0 8%;
    }

    .spacer {
        display: block;
    }

    .learn-more-sba-loans {
        width: 100%;
        max-width: 45%;
        height: 360px;
        background-color: #fff;
        text-align: left;
        display: inline-block;
        padding: 0 0 0 12%;
        margin-left: 50%;
    }

    .blog-entry {
        padding-right: 15px;
        padding-left: 15px;
        width: 33.3333%;
    }

        .blog-entry:nth-of-type(3) {
            display: block;
            padding-right: 15px;
        }
        /* show first blog */
        .blog-entry:nth-of-type(1) {
            display: block;
        }

        .blog-entry:first-of-type {
            float: left;
        }

    #blog {
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .icon-nav:first-of-type {
        margin-left: 8.333%;
    }

    .icon-nav {
        float: left;
        width: 16.667%;
        text-align: center;
    }

    .edu-icon {
        float: none;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
    }

    .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%;
    }

        .footer-disclaimer span {
            -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        }

            .footer-disclaimer span:nth-child(3) {
                -webkit-flex: 0 1 auto;
                -ms-flex: 0 1 auto;
                flex: 1 auto;
                -webkit-order: 5;
                -ms-flex-order: 5;
                order: 5;
            }

            .footer-disclaimer span:nth-child(5) {
                -webkit-flex: 0 1 auto;
                -ms-flex: 0 1 auto;
                flex: 1 auto;
                -webkit-order: 6;
                -ms-flex-order: 6;
                order: 6;
            }

    .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"],
    #businesslogindropdown input[type="text"],
    #businesslogindropdown input[type="password"] {
        margin: 8px 0px;
        width: 100%;
    }

    .navigation__dropdown-wrap .navigation__dropdown-wrap--language {
        width: 120px;
    }

    .top-bar ul li .navigation__dropdown-wrap--branch-results input.login-button {
        width: 100%;
    }

    .dropdown__wrap__col-2-left {
        margin-right: 0;
        float: none;
        width: 100%;
    }

    .dropdown__wrap__col-2-right {
        width: 100%;
        margin: 0;
        float: none;
    }
    /* Homepage sections */
    .location-pointer {
        font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        height: 127px;
        margin: auto;
        width: 66%;
    }

    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;
        }

            form#branch-search > div.row > div.col-xs-6 > div.btn-group.bootstrap-select {
                width: 100%;
            }

    .photo__bg.col-xs-6 {
        float: left;
        width: 55%;
    }

        .photo__bg.col-xs-6.photo__bg--our-story {
            float: left;
            width: 48%;
        }

    .photo__bg {
        height: 360px;
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: cover;
        padding-left: 0;
        text-align: left;
    }

        .photo__bg photo__bg--left.photo__bg--sba-loans {
            background-image: url('../img/sba-loans.jpg');
            background-position: center center;
        }

    .photo__bg--dig-banking {
        background-image: url('../img/home-digital-banking-768.jpg');
        background-position: right top;
    }

    .row.section.white-quad-top {
        background-color: white;
        padding-top: 15px;
        position: relative;
    }

    .row.section.white-quad-bottom {
        background-color: white;
        padding-bottom: 15px;
    }

    .fullwidth__text {
        background-color: white;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        height: 360px;
        padding-left: 24px;
        padding-right: 24px;
        text-align: left;
    }

        .fullwidth__text.col-xs-6 {
            float: left;
            width: 45%;
        }

            .fullwidth__text.col-xs-6.our-story {
                float: left;
                width: 52%;
            }

            .fullwidth__text.col-xs-6.float-right {
                float: right;
            }

    .quadrant__mask {
        width: 100%;
        height: 200%;
        background-color: white;
        position: absolute;
        top: 0%;
        right: 100%;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        -webkit-transform-origin: right top;
        transform-origin: right top;
        transition: all 800ms cubic-bezier(0.51, -0.51, 0.11, 1);
    }

    .quadrant__mask--active {
        right: 115%;
    }

    .slant__mask {
        width: 50px;
        height: 280px;
        background-color: white;
        position: absolute;
        top: 0%;
        right: 100%;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }

    .hero-message.skinny-mast.tall .quadrant__mask {
        top: 0;
        left: -100%;
        height: 120%;
        width: 100%;
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }

    .photo__bg--sba-loans .quadrant__mask,
    .photo__bg .quadrant__mask--right,
    .photo__bg--left .quadrant__mask {
        bottom: 0;
        top: inherit;
        left: 100%;
        right: inherit;
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }

    .photo__bg--has-yt-vid.photo__bg .quadrant__mask--right.quadrant__mask--active {
        left: 115%;
    }

    .photo__bg--has-yt-vid.photo__bg .quadrant__mask--right {
        right: inherit;
        left: 97%;
    }

    #more-news {
        margin-bottom: 50px;
    }

    .ewb-select {
        padding: 10px 35px 10px 5px !important;
    }

    h2.consumer-ed-title {
        margin: 50px 0 20px 0;
    }

    .consumer-education {
        padding-bottom: 30px;
    }
    /* Personal landing page */
    .carousel {
        /* padding-bottom: 20px; */
    }

    .carousel__slide-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }

    .carousel__item-wrap {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        position: static;
        width: 221px;
    }

        .carousel__item-wrap.wide {
            width: 300px;
        }

    .carousel__item {
        margin: 0px 10px;
        -webkit-box-flex: 1;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 175px;
    }

        .carousel__item img {
            display: block;
            margin: 0 auto;
        }

        .carousel__item.carousel--many-images {
            margin: 0px 8px;
            width: 81px;
        }

    .carousel__item-wrap.carousel--3-icons-long-names-wrap {
        max-width: 372px;
        width: 372px;
    }

    .carousel__item.carousel--3-icons-long-names {
        margin: 0px 30px;
        width: 150px;
    }

    .carousel__item-wrap.carousel__slide-wrap--one-icon.carousel--3-icons-long-names-wrap {
        width: 172px;
    }

    .carousel__item-wrap.carousel__slide-wrap--one-icon {
        width: 125px;
    }

    .carousel__nav-wrap {
        display: none;
    }

    .carousel__item-wrap.less-than-4-icons {
        max-width: 400px;
        position: static;
        width: 350px;
    }

        .carousel__item-wrap.less-than-4-icons.carousel__slide-wrap--one-icon {
            width: 200px;
        }

    .hero-message.skinny-mast {
        background-position: left 0px;
    }

    .hero-message.hero-message--personal {
        background-position: left -45px;
        background-size: 114% auto;
        height: 360px;
    }

    .reusable--callout--box__col-divider {
        border-left: 1px solid #d3d3d3;
        padding-left: 20px !important;
    }

    /* SMB landing page */
    .hero-message.hero-message--smb {
        background-image: url('../img/smb_hero.jpg');
        background-position: center center;
        background-size: 100% auto;
        height: 360px;
    }

    .photo__bg--smb-manage-cash {
        background-image: url('../img/manage-your-cash-flow-1200.jpg');
    }

    .photo__bg--smb-sba-loans {
        background-image: url('../img/smb-sba_loans-1200.jpg');
        background-position: center center;
    }

    .photo__bg.photo__bg--left.photo__bg--smb-sba-loans {
        background-position: right bottom;
    }
    /* Commercial landing page */
    .hero-message.hero-message--commercial {
        background-image: url('../img/commercial-hero-768.jpg');
        background-size: 106% auto;
        background-position: left -110px;
        height: 360px;
    }
    /* International page */
    .hero-message.hero-message--international {
        height: 360px;
        background-position: left center;
    }
    /* Wealth Management landing page */
    .hero-message.hero-message--wealth-management {
        background-position: center center;
        height: 360px;
    }

    .photo__bg--wealth-college-planning {
        background-image: url('../img/college-planning-1200.jpg');
    }

    .photo__bg--wealth-retirement {
        background-image: url('../img/retirement-planning-orig.jpg');
        background-position: center -12px;
    }
    /* Branch locator search page */
    .skinny-mast h1.hero-message__page-title {
        margin-top: 0;
        padding: 12px 40px 12px 25px;
        width: 350px;
    }

    .hero-message.business-international-trade {
        background-image: url(../img/Shanghai.jpg);
        height: 150px;
    }

    #branch-locator-page-search .col-xs-4 {
        float: left;
        width: 33.33333333%;
    }

        #branch-locator-page-search .col-xs-4:nth-child(2),
        #branch-locator-page-search .col-xs-4:nth-child(3) {
            width: 33.33333333%;
            float: left;
        }

        #branch-locator-page-search .col-xs-4:nth-child(2) {
            padding-right: 15px;
        }

        #branch-locator-page-search .col-xs-4:last-child .ewb-select {
            margin: 0 0 8px 0 !important;
        }
    /* Branch locator search results page */
    .branch-locator-results-page {
        float: left;
        width: 50%;
    }

        .branch-locator-results-page > div,
        .branch-locator-results-page > div > section {
            border-bottom: 1px solid #a2aaad;
            margin-bottom: 15px;
            position: relative;
        }

        .branch-locator-results-page > .branch-locator-results-page__carousel {
            border-bottom: none;
            display: none;
            margin-bottom: 0px;
        }

            .branch-locator-results-page > .branch-locator-results-page__carousel.active {
                display: block;
            }

    .carousel--fade em.material-icons.result-block__accordion {
        top: 0px;
        right: 0px;
    }

    .carousel--fade :first-child > em.material-icons.result-block__accordion {
        top: 0px;
        right: 0px;
    }

    .branch-locator-results-page__title {
        margin-bottom: 8px;
    }

    span.branch-locator-results-page__number {
        background-color: #54585a;
        border-radius: 50%;
        color: white;
        display: inline-block;
        height: 20px;
        text-align: center;
        width: 20px;
    }

    .branch-locator-results-page__results.active span.branch-locator-results-page__number {
        background-color: #ce1b0e;
    }

    h3.branch-locator-results-page__name {
        display: inline-block;
        font-size: 1.8rem;
        margin: 0;
    }

    .branch-locator-results-page__address {
        margin-bottom: 15px;
    }


    .branch-locator-results-page__accordion-hidden strong {
        color: #54585a;
    }


    .branch-locator-results-page > .branch-locator-results-page__pagination {
        border-bottom: none;
        margin-bottom: 0px;
    }

    .branch-locator-results-page__pagination span {
        border: 2px solid #54585a;
        cursor: pointer;
        display: inline-block;
        font-size: 1.75rem;
        height: 30px;
        margin: 0px 5px;
        text-align: center;
        width: 20px;
        -webkit-transition: background-color 500ms;
        -moz-transition: background-color 500ms;
        -o-transition: background-color 500ms;
        transition: background-color 500ms;
    }

        .branch-locator-results-page__pagination span:hover {
            background-color: #ce1b0e;
            color: white;
        }

        .branch-locator-results-page__pagination span.active {
            border-color: #ce1b0e;
            color: #ce1b0e;
            cursor: default;
        }

            .branch-locator-results-page__pagination span.active:hover {
                background-color: white;
                border-color: #ce1b0e;
                color: #ce1b0e;
                cursor: default;
            }

    #branch-locator-page-search h3 {
        font-size: 1.8rem;
    }

    .branch-locator-results-page__accordion-hidden {
        display: none;
        position: relative;
    }

        .branch-locator-results-page__accordion-hidden.active {
            display: block;
        }

    .branch-locator-results-page__my-branch.visible {
        display: block;
    }

    .branch-locator-results-page__my-branch {
        display: none;
        position: absolute;
        bottom: 0px;
        right: 0px;
    }

        .branch-locator-results-page__my-branch > label.visible--label {
        }

    .branch-locator-results-map-wrap {
        height: 100%;
        overflow: hidden;
        width: 100% !important;
    }

    .branch-locator-results-partners-legal {
        display: block;
    }

    .branch-locator-results-map-wrap__toggle {
        display: none;
    }

    #branch-locator-page-search #submit-locator {
        margin: 25px 0 0 !important;
    }

    .branch-locator-results-partners-legal-mobile {
        display: none;
    }

    #one-column-search-results .col-xs-9 {
        width: 75%;
        padding: 0;
    }
    /* Branch directions page */
    .my-branch-search__map-directions > section .col-xs-12:last-child {
        text-align: left;
    }

    .my-branch-search__map-directions > .col-xs-12:first-child {
        border-top: 1px solid #a2aaad;
        margin-top: 15px;
        padding-top: 12px;
    }

    .my-branch-search__map-directions.get-directions > .col-xs-12:first-child {
        border-bottom: 1px solid #a2aaad;
        padding-bottom: 37px;
    }
    /* Checking Accounts template */
    .photo__bg.col-lg-12 {
        background-image: url(../img/checking-accounts-992.jpg);
        background-repeat: no-repeat;
        background-position: right 40px;
        background-size: cover;
        float: none;
        height: 256.5px;
        overflow: hidden;
        padding: 0;
        text-align: left;
        width: 100%;
    }

    .quadrant__mask--sidebar {
        width: 105%;
        height: 30%;
        background-color: white;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-8deg);
        -webkit-transform-origin: right bottom;
        transform-origin: left top;
    }

    .photo__bg.col-lg-12.desktop {
        display: block;
    }

    .photo__bg.col-lg-12.mobile {
        display: none;
    }

    .sidebar--no-padding-left {
        padding-left: 0px;
    }

    .sidebar__nav {
        margin: 0 20px;
        -webkit-order: 2;
        order: 2;
    }

    .sidebar__callout-box {
        border: 3px solid #ececec;
        margin: 50px 25px;
        -webkit-order: 3;
        order: 3;
        padding: 20px;
        text-align: left;
    }
    /* One column template */
    #one-column .col-xs-8.override {
        max-width: 597px;
        margin: 0 auto;
    }

        #one-column .col-xs-8.override.col-xs-8--has-table {
            max-width: inherit;
        }

            #one-column .col-xs-8.override.col-xs-8--has-table .first-table-col-150px .table-bordered > tbody > tr > td:first-of-type {
                width: 150px;
            }

    #one-column .carousel_noicon .col-xs-8.override {
        max-width: inherit;
        width: 95%;
    }

    #one-column .col-xs-5.sidebar__callout-box {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #one-column .sidebar__callout-box {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        max-width: 274px;
        padding-right: 15px;
    }

    #one-column .row--float-right.sidebar__callout-box {
        padding-right: 20px;
    }

    #one-column .max-width-756 {
        margin: 0 auto;
        max-width: 596px;
    }

    .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.flex-align-items-center {
            -webkit-align-items: center;
            -ms-flex-item-align: center;
            align-items: center;
        }

        .flexbox-multi-column-wrap.flex-col3 {
            padding: 20px;
        }

            .flexbox-multi-column-wrap.flex-col3 > .border-right {
                border-right: 1px solid #d3d3d3;
            }

    .flexbox-multi-column-wrap-justify-center {
        -webkit-justify-content: center;
        -ms-flex-pack: justify;
        justify-content: center;
    }

    #one-column .flexbox-multi-column-wrap-justify-center .service__thumbs.col-xs-4.no-border {
        width: 33%;
        min-height: unset;
    }

    #one-column .flexbox-multi-column-wrap-justify-center .service__thumbs.no-border.divider--line .service__thumbs--copy {
        padding-left: 30px;
    }

    #one-column .flexbox-multi-column-wrap-justify-center .service__thumbs ul {
        margin-bottom: 15px;
    }

    #one-column .flexbox-multi-column-wrap-justify-center .service__thumbs.col-xs-4 a {
        margin-bottom: 0;
        bottom: 0;
        left: 35px;
    }

    .flexbox-two-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;
        margin: 50px auto;
    }

    #one-column .sidebar__callout-box.stacked:last-child {
        margin-bottom: 0px;
    }

    .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%;
    }

    .new-help-block-wrapper .contactMethodWrap {
        display: flex;
        flex-direction: row;
    }

    .new-help-block-wrapper .col-sm-3 {
        padding-left: 0;
        width: 25%;
    }

    .new-help-block-wrapper .col-sm-4 {
        margin: 0;
        width: 33.33333%;
    }

    .new-help-block-wrapper .col-sm-5 {
        margin: 0;
        width: 41.66666667%;
    }

    .new-help-block-wrapper .border-right {
        border-right: 1px solid #d3d3d3;
    }

    .new-help-block-wrapper .inline-block {
        display: inline-block;
    }

    .flexbox-multi-column-wrap.callout--box .service__thumbs.col-xs-4.divider--line {
        padding: 0 20px;
    }

    #one-column .col-xs-9 {
        max-width: 596px;
    }

    #one-column .col-xs-6,
    #one-column .col-xs-9,
    #one-column .col-xs-7 {
        float: left;
    }

    #one-column .col-xs-6 {
        width: 50%;
        padding-bottom: 65px;
    }

    .no-flexbox #one-column .col-xs-6 {
        width: 49%;
    }

    #one-column .service__thumbs.col-xs-4 {
        margin: 0 0 20px;
        position: relative;
        width: 32%;
    }

        #one-column .service__thumbs.col-xs-4 a,
        #one-column .service__thumbs.col-xs-4 button {
            margin-left: 0px;
            bottom: 8px;
            /* left: 25px; */
            margin: 20px 0;
        }

        #one-column .service__thumbs.col-xs-4 button {
            margin: 0;
        }

    /*Privacy Tile Gallery*/
    #one-column .privacy__service__thumb.col-xs-4 a {
        position: unset;
    }
    /*Privacy Tile Gallery*/
    #one-column .privacy__service__thumb.col-xs-4 {
        padding-bottom: 18px;
    }

    #one-column .service__thumbs.col-xs-4.no-border {
        border-bottom: none;
        width: 29%;
        -webkit-flex: 1 1 25%;
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
    }

    #one-column .service__thumbs.col-xs-4.divider--line {
        border-right: 1px solid #d3d3d3;
    }

        #one-column .service__thumbs.col-xs-4.divider--line:last-child {
            border-right: none;
        }

    #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.col-xs-4.divider--line,
    #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.divider--line {
        border-right: 1px solid #d3d3d3;
    }
    #one-column .flexbox-2col-wrap.flexbox-multi-column-wrap.callout--box .flexbox-multi-column-wrap.callout--box .service__thumbs.divider--line {
        border-right: none;
    }

    .flexbox-multi-column-wrap.callout--box .col-xs-6.divider--line {
        border-right: 1px solid #d3d3d3;
    }

    #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.col-xs-4.divider--line {
        padding-left: 0 !important;
    }

    #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.col-xs-4 a,
    #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.col-xs-4 button {
        position: relative;
        bottom: inherit;
        left: inherit;
    }

    #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.col-xs-4.divider--line:last-child,
    #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.divider--line:last-child {
        border-right: none;
    }

    #one-column .flexbox-multi-column-wrap.callout--box .service__thumbs.divider--line:last-child {
        margin-right: 20px;
    }

    .flexbox-multi-column-wrap.callout--box > div:nth-child(2),
    .flexbox-multi-column-wrap.callout--box > div:nth-child(3) {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 .75 auto;
        -ms-flex: 1 .75 auto;
        flex: 1 .75 auto;
    }
    .flexbox-2col-wrap.flexbox-multi-column-wrap.callout--box div:nth-child(2) {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 2 auto;
        -ms-flex: 1 2 auto;
        flex: 1 2 auto;
    }
    .flexbox-2col-wrap.flexbox-multi-column-wrap.callout--box div:nth-child(4) {
        -webkit-box-flex: 3;
        -moz-box-flex: 3;
        -webkit-flex: 3 1 auto;
        -ms-flex: 3 1 auto;
        flex: 3 1 auto;
    }
    .flexbox-2col-wrap.flexbox-multi-column-wrap.callout--box div:nth-child(3) {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 1px;
        -ms-flex: 0 1 1px;
        flex: 0 1 1px;
    }

    .flexbox-multi-column-wrap.callout--box .col-xs-4.service__thumbs.divider--line:last-child,
    .flexbox-multi-column-wrap.callout--box .service__thumbs.divider--line:last-child {
        -webkit-box-flex: 1.5;
        -moz-box-flex: 1.5;
        -webkit-flex: 1.5 1 auto;
        -ms-flex: 1.5 1 auto;
        flex: 1.5 1 auto;
    }

    #one-column .service__thumbs.no-border.divider--line .service__thumbs--copy {
        padding-left: 20px;
        padding-right: 20px;
    }

    #one-column .service__thumbs.col-xs-4.spacer {
        border: none;
        float: left;
        min-height: 426px;
        width: 2%;
    }

    #one-column .service__thumbs.col-xs-4:last-child {
        margin-bottom: 20px;
    }

    #one-column .max-width-756 .row__row-wrap > .col-xs-6:first-child {
        margin-bottom: 15px;
        padding-left: 0px;
        padding-right: 7.5px;
    }

    #one-column .max-width-756 .row__row-wrap > .col-xs-6:last-child {
        margin-bottom: 15px;
        padding-right: 0px;
        padding-left: 7.5px;
    }

    #one-column .max-width-756 .row__row-wrap > .col-xs-4:first-child {
        margin-bottom: 15px;
        padding-left: 0px;
        padding-right: 7.5px;
    }

    #one-column .max-width-756 .row__row-wrap > .col-xs-4:last-child {
        margin-bottom: 15px;
        padding-right: 0px;
        padding-left: 7.5px;
    }

    #one-column #request-more-info .max-width-756 .row__row-wrap > .col-xs-4:last-child {
        width: 24.3333333333333%;
    }

    #one-column .max-width-756 .row__row-wrap > .col-xs-4:nth-last-child(2) {
        margin-bottom: 15px;
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    #one-column #request-more-info .max-width-756 .row__row-wrap > .col-xs-4:nth-last-child(2) {
        margin-bottom: 15px;
        padding-right: 7.5px;
        padding-left: 7.5px;
        width: 42.33333333333333%
    }

    #one-column #request-more-info .col-xs-4 {
        float: left;
        width: 33.33333333333333%;
    }

    #one-column form .col-xs-4 {
        float: left;
    }

    .offset-col-1 {
        margin: 0 8.33333333%;
    }

    .col-xs-5.row--float-right.stacked {
        max-width: 274px;
        padding-left: 0px;
    }

    col-xs-5 row--float-right stacked {
        padding: 0;
    }

    .breadcrumbs {
        display: block;
        margin-top: 35px;
        margin-bottom: 5px;
    }

    .service__thumbs h3 {
        margin-top: 0px;
    }

    /* #one-column .one-column__body .col-xs-8.override .col-lg-12 {
        padding-top: 20px;
    } */

    .col-xs-6.text-left.service__thumbs.no-border.clearfix:last-child {
        margin-top: 25px;
        margin-bottom: 50px;
    }
    /* Two column template with thumbnail and post */
    #two-col-thumb-post-template .col-xs-9 {
        max-width: 755px;
        padding: 0;
        width: 75%;
    }

        #two-col-thumb-post-template .col-xs-9 .row--flex-default {
            -webkit-flex-flow: row nowrap;
            -moz-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
        }

            #two-col-thumb-post-template .col-xs-9 .row--flex-default > article {
                margin: 0 2% 25px 0;
                background-color: #ececec;
                width: 48%;
                padding: 0px;
                flex: 1 48%;
            }

    .chk-accts .col-xs-7 {
        width: 50%;
    }

    .chk-accts .col-xs-5 {
        width: 50%;
    }

    #two-column-sidebar-left .col-xs-8.row--float-right.override {
        padding: 0 40px 0 5px;
    }

    .service__thumbs > div:first-child {
        margin-bottom: 0px;
        padding-right: 0px;
    }

    #two-column-sidebar-left .col-xs-8.row--float-right.override > .service__thumbs:last-child {
        padding-left: 15px;
    }
    /* Search Results page */
    .hero-message.search-results {
        background-image: url(../img/search-results-768.jpg);
        background-size: cover;
        background-position: right center;
    }
    /* Overdraft information page */
    .hero-message.overdraft-info {
        background-image: url(../img/overdraft-information-hero-768.jpg);
        background-position: center bottom;
    }
    /* Gallery */
    .gallery__3x3 {
        background-color: white;
        padding: 0 20px;
    }

        .gallery__3x3 ul {
            list-style: none;
            margin: 0;
            padding: 0;
            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: start;
            -moz-box-align: start;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .gallery__3x3 ul > li {
                border: 3px solid #ececec;
                -webkit-box-flex: 0;
                -moz-box-flex: 0;
                -webkit-flex: 0 1 32%;
                -ms-flex: 0 1 32%;
                flex: 0 1 32%;
                height: 211px;
                margin-bottom: 15px;
                overflow: hidden;
                padding: 20px 0;
                position: relative;
            }

                .gallery__3x3 ul > li > a,
                .gallery__3x3 ul > li > div {
                    display: block;
                    font-size: 18px;
                    font-size: 1.8rem;
                    /*      height: 100%;*/
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    text-align: left;
                    width: 100%;
                }

                .gallery__3x3 ul > li.industry-expertise__call-out-box > div {
                    font-size: 14px;
                    font-size: 1.4rem;
                }

    a.industry-expertise--slideup:focus > div {
        background-color: #ce1b0c;
        color: white;
    }

        a.industry-expertise--slideup:focus > div > p {
            color: white;
        }

    .gallery__3x3 ul > li > a > div,
    .gallery__3x3 ul > li > div > div {
        background-color: white;
        padding: 0;
        position: absolute;
        top: -50px;
        left: 0;
        width: 100%;
    }

        .gallery__3x3 ul > li > div > div > h3 {
            font-size: 1.8rem;
            letter-spacing: 0;
            margin: 0;
            padding: 0;
            text-transform: none;
        }

        .gallery__3x3 ul > li > a > div > span,
        .gallery__3x3 ul > li > div > div > h3 > a {
            display: block;
            padding: 15px 5px;
        }

        .gallery__3x3 ul > li > a > div > p,
        .gallery__3x3 ul > li > div > div > p {
            color: #54585a;
            display: block;
            font-size: 14px;
            font-size: 1.4rem;
            margin: 0;
            padding: 0 15px 15px;
        }

    .gallery__3x3 ul > li > .industry-expertise__bg-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .gallery__3x3 ul > li > .industry-expertise__bg-img {
        display: block;
    }

    .gallery__3x3 ul > li > a:hover {
        border-bottom: none;
        text-decoration: none;
    }

    .gallery__3x3 ul > li.industry-expertise__agriculture {
        background-image: url('../img/industry-expertise/Agriculture.jpg');
    }

    .gallery__3x3 ul > li.industry-expertise__aviation {
        background-image: url('../img/industry-expertise/Aviation.jpg');
    }

    .gallery__3x3 ul > li.industry-expertise__clean-tech {
        background-image: url('../img/industry-expertise/Clean-Tech.jpg');
    }

    .gallery__3x3 ul > li .industry-expertise__contractor-retention-escrow {
        background-image: url('../img/industry-expertise/Contractor-Rention-escrow.jpg');
    }

    .gallery__3x3 ul > li.industry-expertise__energy-finance {
        background-image: url('../img/industry-expertise/Energy-Finance.jpg');
    }

    .gallery__3x3 ul > li.industry-expertise__entertainment {
        background-image: url('../img/industry-expertise/Entertainment.jpg');
    }

    .gallery__3x3 ul > li.industry-expertise__equipment-finance {
        background-image: url('../img/industry-expertise/Equipment-Finance.jpg');
    }

    .gallery__3x3 ul > li.industry-expertise__fiduciary-deposit {
        background-image: url('../img/industry-expertise/Fiduciary-Deposit.jpg');
    }

    .gallery__3x3 ul > li.industry-expertise__non-profit-org {
        background-image: url('../img/industry-expertise/Non-Profit-Oraganization.jpg');
    }

    .gallery__3x3 ul > li.industry-expertise__private-equity {
        background-image: url('../img/industry-expertise/PrivateEquity.jpg');
    }

    .gallery__3x3 ul > li.industry-expertise__structured-finance {
        background-image: url('../img/industry-expertise/Structured-Finance.jpg');
    }

    .gallery__3x3 ul > li.industry-expertise__tech-life-sciences {
        background-image: url('../img/industry-expertise/Technology-Life-Science.jpg');
    }

    .gallery__3x3 ul > li.industry-expertise__title-escrow {
        background-image: url('../img/industry-expertise/Title-Escrow.jpg');
    }

    .gallery__3x3 ul > li.industry-expertise__call-out-box {
        background-image: none;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 32%;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
        margin-top: 0;
        padding: 5px 0px;
        text-align: left;
    }

        .gallery__3x3 ul > li.industry-expertise__call-out-box h3 {
            font-size: 18px;
            font-size: 1.8rem;
            padding: 0px 12px;
        }

        .gallery__3x3 ul > li.industry-expertise__call-out-box > p {
            padding: 0px 12px;
        }

        .gallery__3x3 ul > li.industry-expertise__call-out-box > div {
            padding: 0px 12px;
        }
    /* Our story */
        .flex-nowrap-stretch-space-between.col-3, .flex-wrap-stretch-space-between.col-3 {
        padding: 40px 25px 20px;
    }

    .col-3 .flex__text-box {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 49%;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
    }

        .col-3 .flex__text-box > h2,
        .col-3 .flex__text-box > p {
            padding: 0 30px;
        }

    .col-3 .flex__image-box {
        display: none;
    }

    .col-3 .flex__links-box {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 49%;
        -ms-flex: 0 1 49%;
        flex: 0 1 49%;
    }

        .col-3 .flex__links-box ul {
            padding: 0 30px;
        }
    /* Our story */
    .hero-message.our-story {
        background-position: left -132px;
        background-size: 125%;
        height: 360px;
    }
    /* Careers */
    .flex__simple-box-bordered.subnav {
        margin-bottom: 30px;
    }
    /* Request More Info */
    .hero-message.request-more-info {
        background-image: url('../img/request-info-hero-768.jpg');
    }
    /* Community Events */
    .hero-message.skinny-mast.tall.comm-events {
        background-image: url(../img/community-events-hero-768.jpg);
        background-position: right center;
    }

    .subnav__band {
        background-color: #ececec;
        padding: 25px 0;
        overflow-x: scroll;
    }

        .subnav__band > ul {
            -webkit-box-pack: start;
            -moz-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            list-style: none;
            margin: 0 0 0 10px;
            padding: 0;
            width: 1000px;
        }

    #main .row .community-events .flex-wrap-stretch-space-between.col-3 {
        padding: 0px 25px;
    }
    /* Contact page */
    .contact-numbers {
        margin-top: 0px;
    }

    .contact-numbers-report-lost-card {
        margin-top: 25px;
    }

    #one-column .col-xs-5.text--right.override {
        padding: 0;
        text-align: right;
    }

    .es .top-bar ul li a {
        font-size: .8em;
    }

    .es .mobile-dropdown-trigger-lang span {
        top: 4px;
    }

    .pub-announcement .intro-paragraph {
        max-width: 130px;
        padding: 25px 10px;
    }

        .pub-announcement .intro-paragraph:after {
            border-left: 130px solid #971b2f;
            border-bottom: 30px solid transparent;
        }
}
/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    /*Bootstrap overrides */
    .col-xs-10.row--float-none.row--col-centered {
        width: 83.3333333%;
    }

    .col-xs-6.override {
        float: left;
        width: 50%;
    }

    .ewb-logo {
        padding-left: 0px;
    }

    .main-menu {
        max-width: 1200px;
        padding: 20px 40px;
    }

    .intro-paragraph {
        padding: 25px 25px 0 40px;
    }

    .hero-message--one-day .intro-paragraph {
        padding-bottom: 20px;
    }

    .login-container {
        float: right;
        margin-right: 55px;
    }

    .login {
        display: block;
        position: relative;
        z-index: 100;
        margin-top: 30px;
        max-width: 250px;
    }
    .es .login {
        max-width: 300px;
    }

    .footer-menu {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 20px;
    }

    .footer-info {
        padding: 0 40px 40px;
    }

        .footer-info.footer-info--wm {
            padding: 0 40px;
        }

    #businesslogin a {
        color: white;
    }

    .digital-banking {
        background-image: url('../img/digital-banking.jpg');
    }

    .sba-loans {
        background-image: url('../img/sba-loans.jpg');
    }

    .locator-form {
        padding: 30px;
    }

    .learn-more-digital-banking {
        -webkit-clip-path: polygon(0 0, 80% 0, 90% 360px, 0 360px);
    }

    .learn-more-sba-loans {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 360px, 12% 360px);
    }

    .main-menu__mobile {
        display: none;
    }

    /* Homepage sections */
    .fullwidth__text {
        padding-left: 40px;
        padding-right: 40px;
    }

        .fullwidth__text.float-right {
            padding-left: 20px;
        }

    .photo__bg .heroImage.lunar2019 {
        position: relative;
        left: -120px;
    }

    .location-pointer {
        font-family: 'Whitney-Medium', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        height: 127px;
        margin: auto;
        width: 100%;
    }

    form#branch-search {
        /* padding: 0 30px; */
    }

        form#branch-search > div.row > div.col-xs-6 > div.btn-group.bootstrap-select {
            width: 100%;
        }

    .ewb-select {
        padding: 10px 40px 10px 15px !important;
    }

    h2.consumer-ed-title {
        margin: 50px 0 0px 0;
    }

    .carousel__item-wrap {
        position: initial;
        width: 240px;
        margin-bottom: 20px;
    }

    .carousel__item {
        /* margin: 0px 18px; */
        width: 200px;
    }

    .carousel__item-wrap.less-than-4-icons {
        width: 400px;
    }

        .carousel__item-wrap.less-than-4-icons.carousel--3-icons-long-names-wrap {
            width: 500px;
            max-width: 500px;
        }

    .carousel__item.carousel--3-icons-long-names {
        margin: 0px 18px;
        width: 250px;
    }

    .carousel__item-wrap.less-than-4-icons.carousel__slide-wrap--one-icon.carousel--3-icons-long-names-wrap {
        width: 250px;
    }

    .carousel__item.carousel--many-images {
        margin: 0px 15px;
        width: 175px
    }

    .carousel__item img {
        display: block;
        margin: 0 auto;
    }
    /* Carousel with no icon - Company/OurStory */
    .carousel_noicon {
        padding: 15px 0;
    }

        .carousel_noicon .carousel__slide-wrap {
            height: auto;
        }

        .carousel_noicon .carousel__item-wrap__no__icon {
            width: 25%;
            max-width: none;
        }

        .carousel_noicon .carousel__item-wrap__no__icon_video {
            width: 35%;
            max-width: none;
        }

    .carousel_noicon_career .carousel__item-wrap__no__icon {
        width: 50%;
    }

    .carousel__item-wrap__no__icon .carousel__item {
        width: auto;
    }
    /* Personal landing page */
    .hero-message.hero-message--personal {
        height: 360px;
        overflow: hidden;
        position: relative;
    }
    /* SMB landing page */
    .photo__bg--smb-manage-cash {
        background-position: right center;
    }
    /* Commercial landing page */
    .hero-message.hero-message--commercial {
        background-size: 106% auto;
        background-position: right -130px;
        height: 360px;
    }

    .photo__bg--commercial-real-estate {
        background-position: right top;
    }

    .photo__bg--commercial-entertainment {
        background-position: center right;
    }
    /* International landing page */
    .hero-message.hero-message--international {
        background-position: center center;
    }
    /* Wealth Management landing page */
    .hero-message.hero-message--wealth-management {
        background-position: center -167px;
        background-size: 110% auto;
    }

    .photo__bg--wealth-college-planning {
        background-position: right top;
    }

    h1.hero-message__page-title.sidebar {
        padding: 12px 40px;
    }

    h1.hero-message__page-title.tall {
        padding: 12px 40px 12px 40px;
    }

    .sidebar__nav {
        margin: 0 40px;
    }

    .chk-accts .col-xs-7 {
        width: 58.33333333%;
    }

    .chk-accts .col-xs-5 {
        width: 41.66666667%;
    }
    /* One column template */
    #one-column .col-xs-8.override,
    #one-column .col-xs-8.override.col-xs-8--has-table {
        max-width: 735px;
        margin: 0 auto;
    }

        #one-column .col-xs-8.override.col-xs-8--has-table .first-table-col-150px .table-bordered > tbody > tr > td:first-of-type {
            width: 150px;
        }

        #one-column .col-xs-8.override.col-xs-8--has-table .first-table-col-150px .table-bordered > tbody > tr > td:nth-child(2) {
            width: 75px;
        }

    #one-column .carousel_noicon .col-xs-8.override {
        max-width: inherit;
        width: 90%;
    }

    #one-column .col-xs-9 {
        padding: 0 15px;
    }

    #one-column .max-width-756 {
        margin: 0 auto;
        max-width: 756px;
    }
    /* One column template 3 column layout */
    #one-column .service__thumbs.col-xs-4.divider--line {
        /*min-height: 300px;*/
    }

    #one-column form .col-xs-4 {
        float: left;
    }
    /* Gallery */
    #one-column .hero-message-copy.skinny-mast.tall,
    .hero-message-copy.skinny-mast.tall {
        padding: 0 40px;
    }

    .gallery__3x3 {
        padding: 0 40px;
    }

        .gallery__3x3 ul > li > a > div > span {
            display: block;
            padding: 15px;
        }
    /* Our story */
    .hero-message.our-story {
        height: 360px;
        background-position: left -158px;
        background-size: 100%;
    }

    .photo__bg--our-story {
        background-position: center top;
    }

    .photo__bg--our-history {
        background-position: center center;
    }

    .flex-nowrap-stretch-space-between.col-3 {
        background-color: #f4f4f4;
        padding: 50px 30px 20px;
    }

    .col-3 .flex__text-box {
        background-color: #54585a;
        color: white;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 32%;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
        max-height: 330px;
        text-align: left;
    }

        .col-3 .flex__text-box > h2,
        .col-3 .flex__text-box > p {
            padding: 0 30px;
        }

    .col-3 .flex__image-box {
        display: block;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 32%;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
        max-height: 330px;
    }

        .col-3 .flex__image-box img {
            width: 150%;
        }

    .col-3 .flex__links-box {
        background-color: white;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 32%;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
        max-height: 330px;
        text-align: left;
    }

    .flex__links-box ul {
        list-style: none;
        margin: 0;
        padding: 0 30px;
    }

    .fullwidth__text.col-xs-6.our-story {
        float: left;
        width: 45%;
    }

    .photo__bg.col-xs-6.photo__bg--our-story {
        float: left;
        width: 55%;
    }
}

@media only screen and (min-width: 1025px) {
    .px-40-desktop {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .fixed--offset {
        margin-top: 0px;
    }

    .fixed--offset-bottom {
        margin-bottom: 0px;
    }

    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,
    h1.hero-message__page-title.sidebar {
        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;
    }

    .hero-message.skinny-mast.tall {
        width: 60%;
    }

    #one-column .hero-message-copy.skinny-mast.tall,
    .hero-message-copy.skinny-mast.tall {
        width: 40%;
    }
    /* Our story */
    .flex-nowrap-stretch-space-between.col-3,
    .flex-wrap-stretch-space-between.col-3 {
        padding: 50px 40px 20px;
    }
    /* Community Events */
    .hero-message.skinny-mast.tall.comm-events {
        background-position: right center;
    }

    .subnav__band {
        background-color: #ececec;
        overflow: inherit;
        padding: 25px 0;
    }

        .subnav__band > ul {
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
            justify-content: space-around;
            list-style: none;
            margin: 0 auto;
            padding: 0;
            width: 90%;
        }

    #main .row .community-events .flex-wrap-stretch-space-between.col-3 {
        padding: 0px 40px;
    }

    #login-page .login-container {
        float: none;
        margin: 50px 0 25px;
    }

    .our-company-growth-excellence__copy {
        -webkit-flex: 1 0 60%;
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
    }

    .our-company-growth-excellence > div:nth-child(2) {
        -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    }
}
/* 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;
    }

    .intro-paragraph {
        background: linear-gradient(to bottom, #ce1b0e 0%, #971b2f 85%);
        height: auto;
        padding: 25px 25px 0 40px;
        max-width: 364px;
    }

    .hero-message--one-day .intro-paragraph {
        max-width: 400px;
        padding-bottom: 15px;
    }

        .intro-paragraph.no-button {
            height: 209px;
            padding-bottom: 20px;
            position: relative;
            margin-left: -400px;
            transition: margin-left 600ms cubic-bezier(0.90, 0.00, 0.00, 0.97) 500ms;
        }

            .intro-paragraph.no-button.slidein {
                margin-left: 0px;
            }

        .intro-paragraph:after {
            border-left: 364px solid #971b2f;
            border-bottom: 73px solid transparent;
            border-top: 0px solid transparent;
            border-right: 0px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            left: 0px;
            top: 100%;
            width: 0px;
        }

    .pub-announcement .intro-paragraph {
        max-width: 190px;
        padding: 25px 40px;
    }

        .pub-announcement .intro-paragraph:after {
            border-left: 190px solid #971b2f;
            border-bottom: 30px solid transparent;
        }

        .pub-announcement .hero-message-copy h2 {
            font-size: 2.7em;
            font-family: 'Whitney-Light', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        }

    .hero-message--one-day .intro-paragraph:after {
        border-left: 400px solid #971b2f;
    }

    .row--flex-default {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: stretch;
        -webkit-align-items: stretch;
    }

    span.intro-text {
        display: block;
        width: 95%;
    }

    h2.intro-text--skinnier,
    h1.intro-text--skinnier.simulate-h2 {
        width: 95%;
    }

    .digital-banking {
        background-image: url('../img/digital-banking.jpg');
    }

    .sba-loans {
        background-image: url('../img/sba-loans.jpg');
    }

    .login-container {
        padding-left: 0px;
    }

    .icon-nav p span::before {
        content: "";
        white-space: none;
    }

    .locator-form {
        padding: 50px;
    }


    .hero-message {
        overflow: hidden;
    }
    /* Personal landing page */
    .photo__bg.photo__bg--left {
        background-position: left center;
    }
    /* International landing page */
    .hero-message.hero-message--international {
        background-size: 100% auto;
    }

    .carousel__item-wrap {
        max-width: 320px;
        position: static;
        width: 290px;
    }

    .carousel__item {
        width: 200px;
    }
    /* Business International Trade */
    .hero-message.skinny-mast.tall.business-international-trade {
        background-position: left center !important;
    }

    .row__2-col-photo-text .row__2-col-photo-text--image-wrap {
        height: 200px;
    }
    /* One column template */
    #one-column .col-xs-8.override {
        max-width: 755px;
        margin: 0 auto;
    }

    #one-column .carousel_noicon .col-xs-8.override {
        max-width: inherit;
        width: 80%;
    }

    #one-column .hero-message-copy.skinny-mast.tall,
    .hero-message-copy.skinny-mast.tall {
        padding: 0 40px;
    }

    #one-column .col-xs-9 {
        max-width: 756px;
    }

    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; */
        }

        .flexbox-multi-column-wrap .offset-col-1 {
            margin: 0 16.66666667%;
        }

    /* One column template 3 column layout */
    #one-column .service__thumbs.col-xs-4 {
        padding-bottom: 65px;
    }
    /* Gallery */
    .gallery__3x3 ul > li {
        height: 266px;
    }

    #one-column .hero-message-copy.skinny-mast.tall,
    .hero-message-copy.skinny-mast.tall {
        padding: 0 40px;
    }
    /* Our story */
    .hero-message.our-story {
        background-position: left -220px;
        background-size: 100%;
    }

    .photo__bg--our-story {
        background-position: center top;
    }

    .photo__bg--our-history {
        background-position: center center;
    }

    .flex-nowrap-stretch-space-between.col-3 {
        padding: 50px 30px 20px;
    }

    .col-3 .flex__text-box {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 32%;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
    }

    .col-3 .flex__image-box {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 32%;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
        overflow: hidden;
    }

    .col-3 .flex__links-box {
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        -webkit-flex: 0 1 32%;
        -ms-flex: 0 1 32%;
        flex: 0 1 32%;
    }
    /* Careers */
    .flex__simple-box-bordered.subnav {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .pub-announcement .intro-paragraph {
        float: none;
        height: auto;
        max-width: 100%;
        padding: 25px 40px 50px 22px;
    }

        .pub-announcement .intro-paragraph:after {
        }

    .pub-announcement .col-xs-8.hero-message-copy {
        float: none;
        margin-top: 10px;
        padding: 0px 20px;
        width: 100%;
    }


}
/*---------------------------------------------- End Media Queries */
/* buttons */

.btn {
    background-color: transparent;
    padding: 8px 36px;
    text-align: center;
    text-decoration: none;
    display: block;
    font-size: 1em;
}

.btn--inline {
    display: inline-block;
}

.es .btn--inline.btn--inline--override {
    display: block;
    text-align: center !important;
}

.btn-white {
    color: #fff;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 1.2em;
    border: solid 2px #fff;
    border-radius: 0px;
    margin: 25px 0;
}

    .btn-white:hover {
        background-color: #fff;
        color: #ce1b0e;
    }

    .btn-white.intro-paragraph__covid19:hover {
        background-color: transparent;
        color: white;
        outline: 2px solid white;
    }

    .btn-white.btn--purple-hover:hover {
        color: #7d5d9b;
    }

.btn-red {
    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.text--center {
        text-align: center;
    }

    .btn-red:hover {
        background-color: #ce1b0e;
        color: #fff;
    }

.btn-align-bottom-second {
    position: absolute;
    bottom: 8px;
    left: 183px;
}

.zh .btn-align-bottom-second {
    left: 140px;
}

.btn-stacked, .row__2-col-photo-text > .flex-wrap-stretch-space-between > article.col-xs-6 {
    padding-bottom: 80px;
}

    .btn-stacked .service__thumbs--copy {
        position: relative;
    }

.btn-stacked__btns {
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.btn-stacked__btn {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    text-align: center;
}

    .btn-stacked__btn:first-of-type {
        margin-right: 5px;
    }

    .btn-stacked__btn:last-of-type {
        margin-left: 5px;
    }

.btn-width100 {
    width: 100%;
}

.hero-message-copy {
    margin-top: 15px;
    padding: 0px 1px 0px 25px;
}

.hero-message-copy__btns {
    padding: 5px;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 5px;
}

    .hero-message-copy__btns:last-of-type {
        margin-right: 0;
    }

input.match-btn-height {
    height: 42px;
}

#search-bar2.match-btn-height {
    height: 36px;
}

.btn--text-link {
    background: none;
    border: none;
    color: #ce1b0e;
    text-decoration: underline;
}

.block {
    display: block;
}

.display--inline-block {
    display: inline-block;
}
a.display--inline-block {
    display: inline-block !important;
}

legend {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

    legend.legend--visible {
        font-size: 14px;
        line-height: 1.42857143;
        position: relative;
        width: initial;
        height: initial;
        padding: initial;
        margin: initial;
        overflow: initial;
        clip: initial;
        border: initial;
    }
/* 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*/

.no-flexbox .intro-paragraph:after {
    display: none;
}

.no-flexbox .intro-paragraph .btn-white {
    margin-bottom: 55px;
}
/* verticle align branch search icon*/

.no-flexbox .pointer-icon {
    margin-top: 90px;
}
/*fix branch dropdown text disappear*/

.no-flexbox .login-container {
    position: relative;
    top: -15px;
}

.no-flexbox .navigation__dropdown-wrap .navigation__dropdown-wrap--branch label,
.no-flexbox #personallogin label {
    position: relative !important;
    width: auto !important;
    height: auto !important;
    overflow: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

.no-flexbox .carousel__item-wrap {
    display: inline-block;
}

.no-flexbox .no-button.intro-paragraph {
    height: 260px;
}

.no-flexbox .carousel__item {
    display: inline-block;
    width: 107px;
}

.no-flexbox .carousel__item {
    margin: 0 18px 18px 18px;
}

.no-flexbox .carousel--3-icons-long-names-wrap.less-than-4-icons.carousel__item-wrap {
    width: auto;
}

.no-flexbox .less-than-4-icons.carousel__item-wrap {
    width: auto;
}

.no-flexbox .gallery__3x3 ul > li {
    display: inline-block;
    width: 33%;
}

.no-flexbox .flex-nowrap-stretch-space-between > li {
    display: inline-block;
}

.no-flexbox .flex__simple-box-bordered {
    display: inline-block;
    width: 33%;
}

.no-flexbox .row__2-col-photo-text > .flex-wrap-stretch-space-between > article.col-xs-6 {
    display: inline-block;
    width: 49%;
    margin-right: 7px;
}

.no-flexbox .text__block--gray.text__block {
    height: 250px;
}

.no-flexbox .flex-wrap-stretch-space-between .col-xs-6 {
    float: left;
}

.no-flexbox #one-column .col-xs-4.service__thumbs {
    display: inline-block;
    width: 30%;
    float: left;
}

.no-flexbox .bgwhite {
    background: #fff;
}

.no-flexbox .callout--box.flexbox-multi-column-wrap {
    height: 150px;
}

.no-flexbox #one-column .reusable--callout--box.flexbox-multi-column-wrap .divider--line.col-xs-4.service__thumbs {
    padding-top: 15px;
}

.no-flexbox .reusable--callout--box.flexbox-multi-column-wrap :last-child.divider--line.service__thumbs.col-xs-4 {
    display: inline-block !important;
}

.no-flexbox .intro-paragraph:after {
    display: none;
}

.no-flexbox .intro-paragraph.tall {
    height: 330px;
}

.no-flexbox .flex-wrap-stretch-space-between > div {
    display: inline-block;
    width: 32%;
    margin-right: 10px;
    float: left;
    height: 365px;
}

.no-flexbox .bgf4 {
    background: #f4f4f4;
}

.no-flexbox .carousel_noicon .carousel__item-wrap__no__icon {
    width: auto;
}

.no-flexbox #one-column .carousel_noicon .override.col-xs-8 {
    width: 100%;
}
/**
   END when browser has no flexbox 
**/
/** 
    Fix slider
**/
.edu-icon-text {
    color: #54585a;
}

    .edu-icon-text:hover {
        color: #54585a;
    }

.icon-nav-link:hover {
    text-decoration: none;
}

.dropdown-menu {
    max-height: 235px !important;
}
/** 
   END Fix slider
**/
/**
    Wire Transfer 
**/

.panel-heading .accordion-toggle:after {
    background-image: url(../img/minus.png);
    background-repeat: no-repeat;
    content: "";
    width: 15px;
    height: 15px;
    float: right;
    color: #cc0000;
    position: absolute;
    right: 0;
    top: 10px;
}


.panel-heading .accordion-toggle.collapsed:after {
    background-image: url(../img/plus.png);
}

.panel-headingcampaign .accordion-toggle:after {
    background-image: url(../img/minus.png);
    background-repeat: no-repeat;
    content: "";
    width: 15px;
    height: 15px;
    float: right;
    color: #cc0000;
    position: absolute;
    right: 0;
    top: 0;
    margin: 35px;
}

.panel-headingcampaign .accordion-toggle.collapsed:after {
    background-image: url(../img/plus.png);
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title {
    color: #cc0000;
    text-align: left;
    text-transform: none !important;
    letter-spacing: normal !important;
}

    #accordion .panel-title > a,
    #accordion .panel-title > button {
        background: transparent;
        border: none;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 10px 20px 10px 0px;
        position: relative;
        text-align: left;
        width: 100%;
    }

        #accordion .panel-title > a.flex {
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

            #accordion .panel-title > a.flex > img {
                margin-right: 10px;
                max-width: 80px;
            }

@media only screen and (max-width: 360px) {
    #accordion .panel-title > a,
    #accordion .panel-title > button {
        font-size: 14px;
    }
}

#accordion .panel-body {
    text-align: left;
}

#accordion .panel:first-of-type .panel-heading {
    border-top: 1px solid #efefef;
}
#accordion h2 + .panel .panel-heading {
    border-top: 1px solid #efefef;
}

.max755 {
    max-width: 755px;
}

.currencyTypeFlexWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 10px;
}

.no-flexbox .currencyTypeFlexWrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

#one-column .currencyTypeFlexWrap .col-xs-3 {
    width: 24%;
}

.currencyTypeFlexWrap div {
    border: 3px solid #ececec;
    padding: 15px !important;
}

    .currencyTypeFlexWrap div h4 {
        padding-left: 10px;
    }

.asiaPacificTable {
    border-collapse: collapse;
    border-spacing: 0;
}

    .asiaPacificTable td {
        font-family: Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        font-size: 13px;
        padding: 5px 5px 5px 10px;
    }

    .asiaPacificTable th {
        font-family: Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
        font-weight: normal;
        font-size: 13px;
        padding: 5px 5px 5px 10px;
    }

    .asiaPacificTable .tg-yw4l {
        vertical-align: top
    }

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}

@media only screen and (max-width: 767px) {
    .compliance-date-updated--hide-mobile {
        display: none;
    }

    .compliance-date-updated {
        text-align: left;
    }

    th,
    td {
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    #accordion .panel-title {
        font-size: 18px;
    }

    #accordion .panel {
        width: 103%;
    }

    .panel-heading .accordion-toggle:after {
        content: "";
    }

    .panel-heading .accordion-toggle.collapsed:after {
        content: "";
    }


    .currencyTypeFlexWrap {
        flex-direction: column;
        margin-bottom: 10px;
    }

    #one-column .currencyTypeFlexWrap .col-xs-3,
    #one-column .currencyTypeFlexWrap .col-xs-6 {
        width: 100%;
        margin-bottom: 10px;
    }

    .asiaPacificTable td {
        padding: 0 10px 5px 0;
    }

    .asiaPacificTable th {
        padding: 0 10px 5px 0;
    }

    .currencyTypeFlexWrap div h4 {
        padding-left: 0px;
    }

    .reusable--callout--box {
        padding: 15px 0 0 15px;
    }

    .compliance-date-updated--hide-desktop {
        display: block;
        margin: 25px 0 0;
    }
    .busbankingsolutions.intro-paragraph {
        height: 126px !important;
    }
    .col-xs-3.zip {
        width: 100%;
    }

}


#stickyTabs, #stickTabs2 {
    background-color: #fff;
    color: #54585a;
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
}

    #stickyTabs.nav-justified,
    #stickyTabs2.nav-justified {
        max-width: 755px;
        margin: 0 auto;
        position: relative;
        top: 0.5px;
    }

.nav-justified li {
    border-right: 5px solid rgba(255, 255, 255, 0.00);
}

    .nav-justified li:last-child,
    #stickyTabs.fixed li:last-child,
    #stickyTabs2.fixed li:last-child {
        border-right-width: 0px;
    }

#stickyTabs > li > a,
#stickyTabs2 > li > a,
#stickyTabs > li > button,
#stickyTabs2 > li > button,
#stickyTabs > li h2 button {
    color: #555658;
    font-weight: bold;
    border: none;
    background-color: #ddd;
}

    #stickyTabs > li > a:hover,
    #stickyTabs2 > li > a:hover,
    #stickyTabs > li > button:hover,
    #stickyTabs2 > li > button:hover,
    .stickyTab-content {
        background: #f4f4f4;
        border: none;
        color: #555658 !important;
        max-width: 755px;
        margin: 0 auto;
    }

#stickyTabs.nav-justified > .active > a,
#stickyTabs.nav-justified > .active > a:focus,
#stickyTabs.nav-justified > .active > a:hover,
#stickyTabs2.nav-justified > .active > a,
#stickyTabs2.nav-justified > .active > a:focus,
#stickyTabs2.nav-justified > .active > a:hover,
#stickyTabs.nav-justified > .active > button,
#stickyTabs.nav-justified > .active > button:focus,
#stickyTabs.nav-justified > .active > button:hover,
#stickyTabs2.nav-justified > .active > button,
#stickyTabs2.nav-justified > .active > button:focus,
#stickyTabs2.nav-justified > .active > button:hover {
    height: 45px;
    position: relative;
    top: -5px;
}

.stickyTab-content {
    padding: 30px;
}

#stickyTabs.nav-justified > .active > button,
#stickyTabs2.nav-justified > .active > button {
    height: 50px;
    position: relative;
    top: 0px;
}

    #stickyTabs.nav-justified > .active > a,
    #stickyTabs.nav-justified > .active > a:focus,
    #stickyTabs.nav-justified > .active > a:hover,
    #stickyTabs.nav-justified > .active,
    #stickyTabs2.nav-justified > .active > a,
    #stickyTabs2.nav-justified > .active > a:focus,
    #stickyTabs2.nav-justified > .active > a:hover,
    #stickyTabs2.nav-justified > .active,
    #stickyTabs.nav-justified > .active > button,
    #stickyTabs.nav-justified > .active > button:focus,
    #stickyTabs.nav-justified > .active > button:hover,
    #stickyTabs.nav-justified > .active > h2 button,
    #stickyTabs.nav-justified > .active > h2 button:focus,
    #stickyTabs.nav-justified > .active > h2 button:hover,
    #stickyTabs2.nav-justified > .active > button,
    #stickyTabs2.nav-justified > .active > button:focus,
    #stickyTabs2.nav-justified > .active > button:hover {
        background: #f4f4f4;
        color: #555658 !important;
    }

    #stickyTabs.nav-justified > li,
    #stickyTabs.nav-justified > .active > a,
    #stickyTabs.nav-justified > .active > a:focus,
    #stickyTabs.nav-justified > .active > a:hover,
    #stickyTabs2.nav-justified > li,
    #stickyTabs2.nav-justified > .active > a,
    #stickyTabs2.nav-justified > .active > a:focus,
    #stickyTabs2.nav-justified > .active > a:hover {
        border-bottom: none;
        vertical-align: middle;
    }

.stickyTab-content > .active {
    display: block;
    max-width: 755px;
    margin: 0 auto;
}

.stickyTab-content hr {
    border: 1px solid #e4e4e4;
}

.sticky-tab-pane h3 {
    font-size: 16px;
    color: #ce1b0e;
}

.sticky-tab-pane h5,
.sticky-tab-pane h4.simulate-h5 {
    font-size: 14px;
    font-weight: bold;
}

#stickyTabs.fixed,
#stickyTabs2.fixed {
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1061;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
}

    #stickyTabs.fixed li,
    #stickyTabs2.fixed li {
        border-right: 1px solid rgba(255, 255, 255, 0.00);
        top: 0;
    }

    #stickyTabs.fixed > .active > a,
    #stickyTabs.fixed > .active > a:focus,
    #stickyTabs.fixed > .active > a:hover,
    #stickyTabs2.fixed > .active > a,
    #stickyTabs2.fixed > .active > a:focus,
    #stickyTabs2.fixed > .active > a:hover {
        transform: none;
        margin: 0 1px;
        top: 0;
        height: inherit;
    }

.flexItemBox {
    flex: 1 0;
    border: 3px solid #ececec;
    margin-right: 15px;
    text-align: left;
    padding: 20px;
}

.flexbox-two-column-wrap.flexbox-two-column-wrap--no-borders .flexItemBox {
    -webkit-flex: 1 1 48%;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    border: none;
    margin-right: 20px;
    text-align: left;
    padding: 20px;
}

.flexbox-two-column-wrap .flexItemBox:last-child {
    margin-right: 0px;
}

.relatedLinkWrap a {
    display: block;
}

#stickyTabs.nav-justified > li,
#stickyTabs2.nav-justified > li {
    display: table-cell;
    width: 1%;
}

#stickyTabs.nav-justified > li,
#stickyTabs2.nav-justified > li {
    background: #ddd;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 50px;
}

    #stickyTabs.nav-justified > li:first-child,
    #stickyTabs2.nav-justified > li:first-child {
        border-left: none;
    }

#stickyTabs.nav-justified > .active > a,
#stickyTabs.nav-justified > .active > a:focus,
#stickyTabs.nav-justified > .active > a:hover,
#stickyTabs2.nav-justified > .active > a,
#stickyTabs2.nav-justified > .active > a:focus,
#stickyTabs2.nav-justified > .active > a:hover,
#stickyTabs.nav-justified > .active > button,
#stickyTabs.nav-justified > .active > button:focus,
#stickyTabs.nav-justified > .active > button:hover,
#stickyTabs2.nav-justified > .active > button,
#stickyTabs2.nav-justified > .active > button:focus,
#stickyTabs2.nav-justified > .active > button:hover {
    top: 0;
    height: auto;
}

#stickyTabs > li:hover,
#stickyTabs > li:hover > a,
#stickyTabs > li:hover > button,
#stickyTabs2 > li:hover,
#stickyTabs2 > li:hover > a,
#stickyTabs2 > li:hover > button,
#stickyTabs > li:hover > h2 button {
    background: #ce1b0e;
    color: #fff !important;
}

@media only screen and (max-width: 767px) {
    #stickyTabs.nav-justified > .active > a,
    #stickyTabs.nav-justified > .active > a:focus,
    #stickyTabs.nav-justified > .active > a:hover,
    #stickyTabs2.nav-justified > .active > a,
    #stickyTabs2.nav-justified > .active > a:focus,
    #stickyTabs2.nav-justified > .active > a:hover,
    #stickyTabs.nav-justified > .active > button,
    #stickyTabs.nav-justified > .active > button:focus,
    #stickyTabs.nav-justified > .active > button:hover,
    #stickyTabs2.nav-justified > .active > button,
    #stickyTabs2.nav-justified > .active > button:focus,
    #stickyTabs2.nav-justified > .active > button:hover {
        top: 0;
        height: auto;
    }

    #stickyTabs.nav-justified > li,
    #stickyTabs2.nav-justified > li {
        background: #ddd;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        height: 50px;
        padding: 5px 5px 10px 5px;
    }

        #stickyTabs.nav-justified > li.active,
        #stickyTabs2.nav-justified > li.active {
            background: #f4f4f4;
        }

        #stickyTabs.nav-justified > li a,
        #stickyTabs2.nav-justified > li a,
        #stickyTabs.nav-justified > li button,
        #stickyTabs2.nav-justified > li button {
            padding: 0;
            margin-bottom: 0;
        }

    #stickyTabs > li > a:hover,
    #stickyTabs2 > li > a:hover,
    #stickyTabs > li > button:hover,
    #stickyTabs2 > li > button:hover {
        background: #ce1b0e;
        color: #fff !important;
        height: auto;
        top: 0;
    }

    #stickyTabs > li:hover,
    #stickyTabs > li:hover > a,
    #stickyTabs2 > li:hover,
    #stickyTabs2 > li:hover > a,
    #stickyTabs > li:hover > button,
    #stickyTabs2 > li:hover > button {
        background: #ce1b0e;
        color: #fff !important;
    }

    #stickyTabs.fixed a:hover,
    #stickyTabs2.fixed a:hover,
    #stickyTabs.fixed button:hover,
    #stickyTabs2.fixed button:hover {
        height: initial;
        background: initial;
    }

    .flexItemBox {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .carousel.carousel-hidden-xs {
        display: none;
    }

    .swiper-container {
        display: block !important;
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .swiper-container-no-icon {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .swiper-container-no-icon-margin-15 {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    #frmDirectionsAddress div {
        padding: 0;
    }

        #frmDirectionsAddress div input {
            margin-bottom: 25px;
        }
}
/**
    Checking accounts comparison
    **/

.redHR {
    margin: 0;
    border-top: 3px solid #ce1b0e;
}

.comparisonFeatures {
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
    margin-top: 30px;
}

.flexbox-multi-column-wrap.three-column-flex p,
.flexbox-multi-column-wrap.three-column-flex h3 {
    flex: 0 1 32%;
    text-align: left;
    margin-bottom: 0;
}

.flexbox-multi-column-wrap.three-column-flex h3 {
    height: 25px;
}

.comparisonBtn.collapsed .showComparisonText {
    display: inline-block;
}

.showComparisonText {
    display: none;
}

.hideComparisonText {
    display: inline-block;
}

.comparisonBtn.collapsed .hideComparisonText {
    display: none;
}

.accordionCheckingAccount .panel-heading {
    background-color: #f4f4f4;
    border: none;
    position: relative;
}

    .accordionCheckingAccount .panel-heading .panel-title {
        display: inline-block;
        width: 80%;
        text-align: center !important;
        font-size: 16px !important;
        color: #54585a !important;
    }

.accordionCheckingAccount .panel {
    width: 100% !important;
    border: none;
}

.accordionCheckingAccount .panel-body {
    padding: 0 15px;
    background-color: #f4f4f4;
}

.accordionCheckingAccount .panel-collapse {
    background-color: #f4f4f4;
}

.accordionCheckingAccount .panel-body .flexbox-multi-column-wrap {
    padding: 0;
}

.accordionCheckingAccount .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\2212";
    color: #d2d2d2;
    position: absolute;
    left: 93%;
    top: 30%;
    display: block;
    width: 15px;
}

.accordionCheckingAccount .panel-heading .accordion-toggle.collapsed:after {
    content: "\002b";
    color: #d2d2d2;
}

.no-flexbox .flexbox-hide {
    display: none;
}

.no-flexbox .flexbox-show {
    display: block !important;
}
/**
Mobile Banking 
**/

@media only screen and (max-width: 768px) {
    .mobileBankingTable th,
    .mobileBankingTable td {
        width: inherit;
        display: table-cell;
    }

    .popularCommandsTable th,
    .popularCommandsTable td,
    .table--w-col th,
    .table--w-col td {
        width: inherit;
        display: table-cell;
    }
    .busbankingsolutions.hero-message-copy {
        width: 45% !important;
        left: 5% !important;
        top: 40% !important;
    }
    .busbankingsolutions.hero-message-copy h2 {
        font-size: 2.0em !important;
    }
        .es .busbankingsolutions.hero-message-copy h2 {
            font-size: 1.8em !important;
        }
        .es .busbankingsolutions.hero-message-copy h3 {
            font-size: 1.6rem;
        }

}
/**
SMB checking account
**/

.flexbox-multi-column-wrap.four-column-flex p,
.flexbox-multi-column-wrap.four-column-flex h3,
.flexbox-multi-column-wrap.four-column-flex ul {
    flex: 0 1 23%;
    text-align: left;
    margin-bottom: 0;
}

.flexbox-multi-column-wrap.four-column-flex ul {
    padding-left: 15px;
}

    .flexbox-multi-column-wrap.four-column-flex ul li {
        margin-bottom: 10px;
    }

.reusable--callout--box {
    padding: 0;
    margin: 15px auto;
}

.reusable--callout--box__col-divider {
    padding-left: 0px;
}

.reusable--callout--box .service__thumbs {
    padding: 0px !important;
    margin-bottom: 20px !important;
}

    .reusable--callout--box .service__thumbs.col-xs-4.divider--line {
        border-right: 1px solid #d3d3d3;
        min-height: 50px;
    }

    .reusable--callout--box .service__thumbs.col-xs-4.relatedLinks {
        min-height: 0px;
    }

@media only screen and (max-width: 767px) {
    .accordionCheckingAccount ul {
        padding-left: 18px;
    }

    .reusable--callout--box .service__thumbs {
        padding: 0px !important;
        margin: 15px 20px !important;
    }

        .reusable--callout--box .service__thumbs.no-border.col-xs-4 {
            border: none;
            border-bottom: none;
        }

        .reusable--callout--box .service__thumbs.col-xs-4 {
            border: 3px solid #ececec;
            float: none;
            width: 100%;
        }

    .btn--inline {
        padding: 5px 15px;
    }

    #one-column .row--float-right.sidebar__callout-box .btn {
        padding: 6px 12px;
    }
}

.checkingAccountH3 {
    color: #ce1b0e;
}

.checkingAccountBox ul {
    padding: 0 20px;
}

#comparisonNoFlex h3 {
    color: #54585a;
    letter-spacing: inherit;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: inherit;
}

#comparisonNoFlex ul {
    padding-left: 15px;
}

    #comparisonNoFlex ul li {
        margin-bottom: 15px;
    }

#comparisonNoFlex h3 {
    font-size: 16px;
}

.checkingIncludeBlocks .col-xs-6 {
    padding-bottom: 0 !important;
}
/**Take out header from css**/

.hero-message {
    position: relative;
    overflow: hidden;
}

    .hero-message .heroImage {
        position: absolute;
        left: 0;
        top: -15%;
        min-width: 100%;
    }

    .hero-message.lp-hero-slider {
        height: 500px;
    }
    @media only screen and (max-width: 992px) {
        .hero-message.lp-hero-slider {
            height: 360px;
        }
    }

    .hero-message.lp-hero-slider .lp-hero-slider__images {
        height: 100%;
        position: absolute;
        width: 100%;
    }

    .hero-message.lp-hero-slider .heroImage {
        width: 100%;
    }

    .hero-message.lp-hero-slider .lp-hero-slider__images .heroImage:not(.active) {
        display: none;
    }

    .hero-message .heroImage.heroImage--one-day {
        top: -30%;
    }

    .hero-message .heroImage.heroImage--covid19 {
        top: -42%;
    }

.busbankingsolutions.hero-message .heroImage {
    top: 0% !important;
}
.busbankingsolutions.hero-message {
    height: 380px !important;
}

.busbankingsolutions.hero-message-copy {
    width: 45%;
    position: absolute;
    top: 16%;
    left: 15%;
    color: #54585a;
    text-align: left;
}
    .busbankingsolutions.hero-message-copy h2 {
        font-size: 2.7em;
        font-family: "Noto Sans TC", 'Whitney-Light', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    }
    .busbankingsolutions.hero-message-copy h3 {
        font-size: 2.0rem;
        text-transform: none;
        letter-spacing: normal;
        color: #54585a;
    }
.holiday2019.hero-message .heroImage {
    top: -56%;
}

    .hero-message.velo .heroImage, .hero-message .heroImage--top0 {
        top: initial;
        bottom: initial;
        left: initial;
    }

        .hero-message .heroImagefall2018 {
        position: absolute;
        left: 0;
        top: -30%;
        width: 100%;
    }


#one-column .flexbox-multi-column-wrap.callout--box.already-loan-box .service__thumbs.no-border.col-xs-4 {
    min-height: 0;
}
/**Community Article Page**/
#communityYearDropdown {
    float: right;
}

    #communityYearDropdown select {
        background: #ececec;
        padding: 15px;
        border: none;
    }

#one-column .service__thumbs.communityArticleWrap a {
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    margin: 0;
}

#one-column .service__thumbs.communityArticleWrap {
    padding-bottom: 25px;
    float: left;
}


.communityArticleWrap h3 {
    text-transform: unset;
    letter-spacing: unset;
}

.comm-event__landing__title {
    font-size: 16px;
    font-size: 1.6rem;
}

#communityMobileMenuWrap {
    position: relative;
    top: unset;
    padding: 0 15px;
    width: 100%;
}

.paginationWrap a {
    display: inline-block;
    border: 3px solid #54585a;
    padding: 5px;
    color: #54585a;
    font-weight: bold;
    margin: 0 2.5px 25px 2.5px;
}

@media only screen and (max-width: 375px) {

    .stylemobile {
        display: block !important;
    }

    .styledesktop {
        display: none !important;
    }

    .busbankingsolutions.hero-message {
        height: 400px !important;
    }
}

.paginationWrap a:hover,
.paginationWrap a:active,
.paginationWrap a:focus {
    border: 3px solid #ce1b0e;
    color: #ce1b0e;
}

.paginationWrap a.paginationWrap--selected,
.paginationWrap li.active > a {
    border: 3px solid #ce1b0e;
}

.articlePage .hero-message-wrap {
    margin-top: 100px;
}

.articleImgGallery .col-md-6 {
    padding: 5px !important;
}

.inline-block-wrap div {
    display: inline-block;
    vertical-align: top;
}

.visible-xs-online-banking, .visible-xs-768 {
    display: none;
}

.hidden-xs-online-banking, .hidden-xs-768 {
    display: initial;
}

.table .hidden-xs-768 {
    display: table-row;
}

.zh .financial-literacy-bank-on-box > .col-md-5 {
    width: 47%;
}

.zh .financial-literacy-bank-on-box .col-md-offset-2 {
    margin-left: 15px;
}


@media only screen and (max-width: 767px) {
    .hero-img-wrap img {
        height: auto;
        width: 100%;
        position: relative;
        right: 0;
        margin-top: 30px;
    }

    .hero-message-wrap {
        margin-top: 10px;
        padding: 0 20px;
        position: relative;
        z-index: 20;
    }

    .articlePage .hero-message-wrap {
        margin-top: 10px;
    }

    .slant__mask {
        width: 175%;
        top: 100%;
        left: 0px;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        height: 100%;
        background-color: white;
        position: absolute;
        right: 0;
        -webkit-transform: rotate(-10deg);
        transform: rotate(-7deg);
        z-index: 10;
    }

    .slant__mask--ad {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .slant__mask__wrap {
        position: relative;
    }

    .hero-message .heroImage {
        top: 15%;
        width: 100%;
        min-height: 0;
        left: 0;
    }

    .hero-message.velo .heroImage {
        top: initial;
        bottom: initial !important;
        left: initial;
        max-width: initial !important;
        min-height: 450px;
        width: auto;
    }


    .hero-message .heroImage.heroImage--short {
        top: 40%;
    }

    .hero-message .heroImage.heroImage--covid19 {
        top: 53%;
    }

    .inline-block-wrap div {
        display: block;
    }

    #request-more-info .p-0-mobile {
        padding: 0;
    }
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .hero-img-wrap img {
        position: relative;
        left: -40%;
        width: auto !important;
    }

    .hero-message-wrap {
        padding-left: 23px;
    }

    .hero-message .heroImage {
        left: -10%;
        min-width: 130%;
    }

    .hero-message.velo .heroImage {
        top: initial !important;
        bottom: initial !important;
        left: initial;
    }


    .photo__bg img {
        position: relative;
        left: -30%;
    }

    .photo__bg .heroImage.lunar2019 {
        position: relative;
        left: -210px;
    }

    #one-column .flexbox-multi-column-wrap.needHelpBox .service__thumbs.col-xs-4.divider--line {
        /** border-right: none; **/
        margin-left: 0;
        font-size: 13px;
    }

    .new-help-block-wrapper {
        font-size: 13px;
    }

        .new-help-block-wrapper .font-18 {
            font-size: 1.6rem;
        }

        .new-help-block-wrapper .col-sm-3 {
            width: 33.33% !important;
            padding-right: 5px;
        }

        .new-help-block-wrapper .col-sm-4 {
            width: 33.33% !important;
            padding: 0 5px;
        }

        .new-help-block-wrapper .col-sm-5 {
            width: auto;
            padding: 0 5px;
        }

    .flexbox-multi-column-wrap.needHelpBox div:nth-child(2) {
        margin-left: 20px !important;
    }

    .inline-block-wrap div {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .btn-align-bottom {
        position: relative;
        bottom: 5px;
        left: 0;
        margin-top: 35px !important;
        display: inline-block;
    }

    .btn-align-bottom-second {
        position: relative;
        bottom: 5px;
        left: 20px;
        display: inline-block;
        margin-top: 35px;
    }

    .photo__bg img {
        position: relative;
        width: 105%;
    }

    .visible-xs-768 {
        display: inherit;
    }

        .visible-xs-768 .table-no-block th,
        .visible-xs-768 .table-no-block td,
        .table .table-no-block .visible-xs-768 {
            display: table-cell;
        }

    .hidden-xs-768,
    .table .hidden-xs-768 {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .row__2-col-photo-text > .flex-wrap-stretch-space-between > article.col-xs-6.offset-btn-bottom-align {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 580px) {
    .hero-message .heroImage {
        top: 28%;
        width: 100%;
        min-height: 0;
        left: 0;
    }

        .hero-message .heroImage.heroImage--short {
            top: 45%;
        }

    .hero-img-wrap img {
        top: 28%;
        max-width: 110%;
        min-height: 0;
        left: 0;
    }

    .photo__bg img {
        position: relative;
        width: 105%;
    }

    .hero-message.velo .heroImage {
        top: initial !important;
        bottom: initial !important;
        left: initial;
    }
}

@media only screen and (max-width: 450px) {
    .hero-message .heroImage {
        top: 45%;
    }
    .hero-message.lp-hero-slider .lp-hero-slider__images .heroImage {
        top: 42%;
    }

    .hero-message.skinny-mast .heroImage.skinny-mast__img {
        top: 29%;
    }

    .hero-message .heroImage--top0 {
        top: 41px;
        width: 200%;
        max-width: 200%;
        left: -50%;
    }

    .hero-message .heroImage.heroImage--short {
        top: 68%;
    }

    .hero-message .homeBridgeImage {
        top: 57%;
    }

    .hero-message .heroImage.heroImage--one-day {
        top: 45%;
    }

    .zh .hero-message .heroImage.heroImage--one-day {
        top: 40%;
    }

        .holiday2019.hero-message .homeBridgeImage {
            top: -30%;
            width: 150%;
        }

        .hero-message {
            height: 360px;
        }

        .zh .hero-message.hero-message--one-day {
            height: 300px;
        }

        .holiday2019.hero-message {
            height: 210px;
        }

            .hero-message.velo .heroImage {
                top: initial !important;
                bottom: initial !important;
                left: initial;
            }
        .row-of-icons > div {
            flex: 1 1 50%;
        }

        .busbankingsolutions.intro-paragraph {
            height: 150px !important;
        }

    .hero-message--one-day .intro-paragraph {
        height: 260px;
    }

    .hero-message--one-day .intro-paragraph.intro-paragraph__covid19 {
        height: 285px;
    }

    .zh .hero-message--one-day .intro-paragraph {
        height: 205px;
    }
}

@media screen and (max-width:320px) {
    .hero-message.hero-message--one-day {
        height: 350px;
    }
    .hero-message--one-day .intro-paragraph {
        height: 265px;
    }
    .es .hero-message--one-day .intro-paragraph {
        height: 275px;
    }
    .hero-message .heroImage.heroImage--one-day {
        top: 53%;
    }
    .hero-message--one-day .intro-paragraph > h2 {
        font-size: 1.5em;
    }
    .hero-message--one-day .intro-paragraph > h2.intro-paragraph__covid19 {
        font-size: 2.5em;
    }
    .zh .hero-message--one-day .intro-paragraph > h2 {
        font-size: 1.6em;
    }
    .zh .hero-message--one-day .intro-paragraph > h2.intro-paragraph__covid19 {
        font-size: 2.5em;
    }
    .zh .hidden-xs-768 {
        display: none;
    }
    .zh .hero-message .heroImage.heroImage--covid19 {
        top: 39%;
    }
}

@media screen and (max-width: 420px) {
    .zh .hero-message .heroImage.heroImage--covid19 {
        top: 43%;
    }
    .zh .hero-message--one-day .intro-paragraph > h2.intro-paragraph__covid19 {
        font-size: 2.5em;
    }

}

@media only screen and (max-width: 1024px) {
    .visible-xs-online-banking {
        display: block;
    }

    .hidden-xs-online-banking {
        display: none;
    }

    .our-company-growth-excellence {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .busbankingsolutions.hero-message-copy {
        width: 49%;
    }
}

/** 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-stacked > li.active > a,
.nav-stacked > li.active > a:focus,
.nav-stacked > li.active > a:hover,
.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 ul li {
    margin-bottom: 5px;
}

.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;
}

.es #loans .childMenuColumn div a:first-of-type {
    margin-right: 0;
}

/**IE9 mega menu fix **/

.no-flexbox .mega__menu {
    top: 55%;
    width: 742px;
    height: 362px;
    box-shadow: none;
}

.no-flexbox .mega_menu_dropdownwrap {
    position: relative;
    top: 42px;
}

.no-flexbox .mega__menu--arrowup {
    top: 32px;
}

/* Landscape phones and smaller */
@media only screen and (min-device-width : 320px) and (max-device-width : 900px) and (orientation : landscape) {
    .hero-img-wrap img {
        max-width: unset;
        width: 100%;
        right: 0px;
    }
}

/* Styling for Chinese Content*/
.zh .h1, .zh .h2, .zh .h3, .zh .h4, .zh .h5, .zh .h6, .zh h1, .zh h2, .zh h3, .zh h4, .zh h5, .zh h6 {
    font-weight: unset;
    font-family: "Hiragino Sans GB", "microsoft yahei", arial, sans-serif;
    font-weight: bold;
}


.zh strong {
    font-weight: bolder !important;
    font-family: "Hiragino Sans GB", "microsoft yahei", arial, sans-serif;
}

.zh .main-menu-ul-wrap > ul li a {
    font-size: 18px;
}

.zh .main-menu-ul-wrap > ul li .mega__menu a {
    font-size: 14px;
}

.zh .mega__menu--arrowup {
    left: 47%;
}

.zh .small-mid-sized-bus .mega__menu--arrowup {
    left: 62%;
}

.zh .commercial .mega__menu--arrowup {
    left: 70%;
}

.zh .international .mega__menu--arrowup {
    left: 77.5%;
}

.zh .wealth-management .mega__menu--arrowup {
    left: 87%;
}

.zh .mega-menu__trigger:hover > .mega__menu.small-mid-sized-bus {
    left: auto !important;
    right: 0;
}
/* Styling for Spanish Content*/
.es .small-mid-sized-bus .mega__menu--arrowup {
    left: 49%;
}

.es .commercial .mega__menu--arrowup {
    left: 55.5%;
}

.es .international .mega__menu--arrowup {
    left: 67.5%;
}

.es .wealth-management .mega__menu--arrowup {
    left: 83%;
}

/**BranchLocatorBlock partial**/
fieldset .searchOptionWrap {
    float: left;
    display: inline-block;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.field-validation-error {
    color: #ee0000;
}

.input-validation-error {
    border-color: red;
}


.modal-dialog {
    position: relative;
    z-index: 2000;
}

.modal {
    z-index: 1999;
}

.modal-body {
    overflow-y: auto;
}

.modal-backdrop {
    z-index: 1999;
}

.modal .btn {
    display: inline-block;
}

.modal-footer .btn + .btn {
    margin: 15px 0;
}

.modal-footer {
    padding: 15px 0 0 0;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.bootstrap-select.open,
#divContactUsSuccess .col-xs-12 {
    z-index: 2061;
}

.bootstrap-select > select {
    display: none;
}

.modal form {
    height: 100%;
    overflow-y: auto;
}

    .modal form.hideForm:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 2001;
        background: #fff;
    }

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

#emergency-alert-popup .modal-content {
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}

@media only screen and (min-width: 1920px) {
    #emergency-alert-popup .modal-content {
        max-height: calc(75vh - 50px);
        overflow-y: auto;
    }
}

.jqmOverlay {
    background-color: #000;
}

/**hide empty tinyMce table style**/
.mce-resize-bar.mce-resize-bar-row {
    display: none;
}

.mce-resize-bar.mce-resize-bar-col {
    display: none;
}

.swiper-pagination-bullet-active {
    background: #54585a !important;
}

.swiper-pagination-bullet {
    width: 16px !important;
    height: 16px !important;
}


#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;
    }


#we-chat-container .qr-wrapper {
    display: block;
    height: 507px;
    position: relative;
    width: 407px;
    margin: auto;
    margin-top: 62px;
}

    #we-chat-container .qr-wrapper .jqmClose {
        position: absolute;
        right: 7%;
        top: 2%;
        background-color: #ffffff;
        color: #0066cc;
    }

        #we-chat-container .qr-wrapper .jqmClose span {
            font-size: 45px;
        }


    #we-chat-container .qr-wrapper .we-chat-qr-image {
        background-image: url(../img/we_chat_qr.jpg);
        width: 258px;
        height: 258px;
        position: absolute;
        top: 51px;
        left: 75px;
    }

.emergency-container {
    width: 400px;
    background-color: #FFF;
    margin: auto;
    margin-top: 100px;
    padding: 30px;
    border: 1px solid #a2aaad;
}


.top-bar ul li #miBranchLocator {
    padding: 0 8px;
}

    .top-bar ul li #miBranchLocator img {
        position: relative;
        left: 5px;
    }

/** ADA usabilityNet fix**/
.text-resize .mobile-dropdown-trigger-lang {
    width: 150px;
}

.text-resize .ewb-logo {
    position: absolute;
    top: -32px;
}

.text-resize .hero-message, .text-resize .fullwidth__text {
    height: auto !important;
}

.text-resize .login {
    max-width: 350px;
}

.text-resize .intro-paragraph {
    max-width: 500px;
}

.text-resize .nav-square__searchbox input[type="search"] {
    width: 449px;
}

.text-resize .searchbox__input {
    width: 500px;
}

.text-resize .nav-square__searchbox {
    overflow: visible;
    position: relative;
}

.text-resize .mega__menu.personal {
    left: -238.25px !important;
}

.text-resize .mega__menu {
    top: 75%;
}

.text-resize .intro-paragraph.no-button {
    height: auto;
}

.text-resize .hero-message-wrap {
    margin-top: 90px;
}

.text-resize #one-column .service__thumbs.col-xs-4 {
    padding-bottom: 100px;
}

.text-resize .new-help-block-wrapper a {
    word-break: break-all;
}

.text-resize .section, .text-resize .main-menu, .text-resize .top-bar {
    max-width: 1600px;
}

.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, #topcontrol:focus {
    color: #000 !important;
    text-decoration: none;
    outline: 1px dotted #cc0000;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: 2px solid #ffffcc;
}

.branch-locator-box legend {
    display: block !important;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.field-validation-error {
    color: #ee0000;
}

#ccpa-form .field-validation-error {
    display: inline-block;
    position: relative;
    top: -7px;
}

.MicrosoftMap .cardContent .dirRouteStart .dirIcon, .MicrosoftMap .dirRouteStart.dirIcon, .MicrosoftMap .directionsPanel .dirRouteStart .dirIcon {
    background: #008935 !important;
}

.MicrosoftMap .cardContent .dirRouteEnd .dirIcon, .MicrosoftMap .dirRouteEnd.dirIcon, .MicrosoftMap .directionsPanel .dirRouteEnd .dirIcon {
    background-color: #E03228 !important;
}

.page-title-quad {
    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);
    text-align: left;
    position: relative;
    width: 300px;
}
/*.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;
    }*/
.page-title-quad__header {
    color: white;
    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 40px;
}

@media screen and (max-width: 420px) {
    .ada-mobile-flex-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .ada-mobile-flex-wrap .photo__bg {
            -webkit-flex-order: 2;
            -ms-flex-order: 2;
            order: 2;
        }

        .ada-mobile-flex-wrap fullwidth__text {
            -webkit-flex-order: 1;
            -ms-flex-order: 1;
            order: 1;
        }
}
/*
 * End ADA fixes
*/
    /*Community Events page redesign*/
    .comm-event-wrap {
        margin: 0 auto;
        max-width: 755px;
        position: relative;
        text-align: left;
    }

.header__event-location {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.comm-event-wrap .header__headlines h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 80%;
}

.comm-event__copy {
    margin: 25px 0 50px 46px;
    max-width: 592px;
}

.comm-event__copy__date {
    color: #54585A;
    text-transform: uppercase;
}

.comm-event__copy h3 {
    color: #54585A;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 0;
    letter-spacing: inherit;
    text-transform: inherit;
}

.comm-event__carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 680px;
}

.comm-event__carousel__share {
    margin-right: 25px;
}

.comm-event__carousel__slide-controls {
    background-color: rgba(0, 0, 0, .75);
    color: white;
    cursor: pointer;
    padding: 20px 15px;
    position: absolute;
    top: calc(50% - 60px);
    transition: all 500ms;
    z-index: 1;
}

    .comm-event__carousel__slide-controls.comm-event__carousel__slide-controls--prev {
        left: 0px;
        opacity: 0;
        z-index: 0;
    }

    .comm-event__carousel__slide-controls.comm-event__carousel__slide-controls--next {
        right: 0px;
    }

    .comm-event__carousel__slide-controls:hover {
        background-color: #ce1b0e;
    }

.comm-event__carousel__photos__wrap {
    /*height: 445px;*/
    max-width: 593px;
    overflow: hidden;
    /*width: 100vw;*/
}

    .comm-event__carousel__photos__wrap > ul {
        /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;*/
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        left: 0;
        transition: all 500ms cubic-bezier(0.81, 0.01, 0.27, 1);
    }

    .comm-event__carousel__photos__wrap li {
        /*-webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 593px;
        overflow: hidden;
        text-align: center;
        width: 100vw;*/
    }

        .comm-event__carousel__photos__wrap li img {
            width: 100%;
        }

.comm-event__carousel__share > a {
    color: #54585a;
    display: block;
    font-size: 21px;
    height: 21px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 21px;
    transition: color 500ms;
}

    .comm-event__carousel__share > a:hover {
        color: #ce1b0e;
    }

.comm-event__carousel__photos ul li p {
    border-left: 1px solid #54585a;
    line-height: 1.125em;
    margin-top: 8px;
    padding: 0 8px;
    width: 80%;
}

.comm-event__carousel__photos {
    max-width: 593px;
    position: relative;
    width: 100vw;
}

.comm-event__carousel__pagination {
    position: absolute;
    bottom: 101%;
    right: 0;
}

    .comm-event__carousel__pagination > i {
        background-color: #54585a;
        border-radius: 50%;
        color: white;
        cursor: pointer;
        height: 24px;
        line-height: 24px;
        margin: 0 9px;
        width: 24px;
        text-align: center;
        transition: all 250ms;
    }

    .comm-event__carousel__pagination > button:hover {
        background-color: #ce1b0e;
    }

    .comm-event__carousel__pagination > button {
        background-color: #54585a;
        border: none;
        border-radius: 50%;
        color: white;
        height: 24px;
        line-height: 24px;
        margin: 0 10px;
        transition: all 250ms;
        width: 24px;
        -webkit-appearance: none;
    }

button.owl-prev.disabled,
button.owl-next.disabled {
    opacity: 0;
}

.comm-event__carousel__pagination--currPhoto,
.comm-event__carousel__pagination--currPhoto {
    min-width: 10px;
    display: inline-block;
}

.comm-event__carousel__pagination > i:first-of-type {
    display: none;
    opacity: 0;
}

.comm-event-wrap__prev-next-article-control-anchortag {
    position: absolute;
    top: 0;
    width: 39.188px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

    .comm-event-wrap__prev-next-article-control-anchortag.comm-event-wrap__prev-next-article-control-anchortag--prev {
        margin-left: -223px;
    }

    .comm-event-wrap__prev-next-article-control-anchortag.comm-event-wrap__prev-next-article-control-anchortag--next {
        margin-left: 939px;
    }

.comm-event-wrap__prev-next-article-control-anchortag--fixed {
    margin-top: 134px;
    position: fixed;
}

.comm-event-wrap__prev-next-article-control {
    background: #54585a;
    color: white;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 81px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

    .comm-event-wrap__prev-next-article-control:hover {
        background-color: #ce1b0e;
    }

.comm-event-wrap__prev-next-article-control__prev {
    font-size: 12px;
    font-size: 1.2rem;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.comm-event-wrap__prev-next-article-control__next {
    font-size: 12px;
    font-size: 1.2rem;
    order: 1;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.comm-event-wrap__prev-next-article-control.comm-event-wrap__prev-next-article-control--next > i {
    order: 2;
}

.comm-event-wrap__prev-next-article-control__mobile {
    display: none;
}

    .comm-event-wrap__prev-next-article-control__mobile > a {
        color: white;
        -webkit-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        text-align: center;
        transition: all 250ms;
    }

.comm-event-wrap__prev-next-article-control__mobile__prev,
.comm-event-wrap__prev-next-article-control__mobile__next {
    background-color: #aaa;
    transition: background-color 250ms;
}

.comm-event-wrap__prev-next-article-control__mobile > a > div:active {
    background-color: #ce1b0e;
}

.comm-event-wrap__prev-next-article-control__mobile__all,
.comm-event-wrap__prev-next-article-control__mobile__prev,
.comm-event-wrap__prev-next-article-control__mobile__next {
    padding: 5px 10px;
}

.comm-event__carousel__photos__latest-articles {
    border: 1px solid #e6e6e6;
    margin-left: 600px;
    padding: 0 10px 10px;
    position: absolute;
    top: 0;
    width: 180px;
    transition: top 250ms ease-in-out;
}

    .comm-event__carousel__photos__latest-articles.comm-event__carousel__photos__latest-articles--fixed {
        position: fixed;
        top: 135px;
        z-index: 0;
    }

    .comm-event__carousel__photos__latest-articles hr {
        border-top-color: #54585a;
        margin: 15px 0;
        width: 70px;
    }

    .comm-event__carousel__photos__latest-articles > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .comm-event__carousel__photos__latest-articles > ul li a {
            font-weight: 600;
        }

    .comm-event__carousel__photos__latest-articles h3 {
        color: #54585a;
        font-weight: 600;
        letter-spacing: 0;
    }

.quadrant--bottom-slanted-right {
    background-color: #ffffff;
    width: 100%;
    height: 22px;
    position: absolute;
    left: -1px;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    transform: skewY(-7deg);
}

.comm-event footer {
    position: relative;
    z-index: 1;
}

.comm-event #topcontrol {
    bottom: 50px !important;
    z-index: 2;
}

/*Home Loan Products*/
.col-2-product-with-border.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
}

.col-2-product-with-border > div {
    border: 3px solid #ececec;
    margin: 0 2%;
    padding: 15px;
}

.col-2-product-with-border h5 {
    color: #54585a;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 5px;
}

.col-2-product-with-border hr {
    margin: 0;
}

#home-loan-fixed-rate-height-fix {
    min-height: 160px;
}

.zh #home-loan-fixed-rate-height-fix {
    min-height: 100px;
}


/* Search Results */
ul.paginationWrap {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.paginationWrap li {
    display: inline-block;
}

.paginationWrap a.paginationWrap__prev,
.paginationWrap a.paginationWrap__next {
    border: none;
    color: #ce1b0e;
}

article.search-result p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}


@media only screen and (max-width: 767px) {
    .col-2-product-with-border.row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .col-2-product-with-border > div:first-of-type {
        margin-bottom: 15px;
    }

    #home-loan-fixed-rate-height-fix {
        min-height: inherit;
    }

    .max-767-flex-full-width > div {
        flex: 1 1 100%;
    }
}



@media only screen and (max-width: 1199px) {
    .page-title-quad {
        width: 265px;
    }

    .page-title-quad__header {
        padding: 12px 40px 12px 20px;
    }

    .comm-event-wrap__prev-next-article-control__mobile {
        background-color: #54585a;
        color: white;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0px;
        left: 0;
        width: 100vw;
        z-index: 2;
        transition: all 250ms cubic-bezier(0.13, 0.64, 0.58, 1);
    }
    /*.comm-event-wrap__prev-next-article-control__mobile.comm-event-wrap__prev-next-article-control__mobile--active {
        bottom: 0px;
    }*/
    .comm-event__carousel__photos__latest-articles {
        display: none;
        margin-left: 0;
    }

    .comm-event-wrap > .hero-message-wrap > h2.pt-50 {
        padding-top: 0;
    }

    .comm-event-wrap .header__headlines h2 {
        width: 100%;
    }

    .comm-event__carousel {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100%;
    }

    .comm-event__carousel__pagination {
        bottom: inherit;
        right: 20px;
        top: -38px;
    }

    .comm-event__carousel__share {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 0 20px;
    }

        .comm-event__carousel__share > a {
            display: inline-block;
        }

    .comm-event-wrap__prev-next-article-control {
        display: none;
    }

    .comm-event__carousel__photos ul li p {
        margin-left: 20px;
    }

    .comm-event__copy {
        margin: 25px 0 50px 0px;
        max-width: 100%;
        padding: 0 20px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .comm-event-wrap .header__headlines h2 {
        padding-left: 20px;
    }

    .header__event-location {
        padding-left: 20px;
    }

    .comm-event__carousel__share {
        padding: 0;
    }

    .comm-event__carousel__pagination {
        right: 0px;
    }

    .comm-event__carousel {
        padding: 0 20px;
    }

    .comm-event__carousel__photos ul li p {
        margin-left: 0px;
    }

    .comm-event__copy {
        max-width: 600px;
    }
}

@media only screen and (max-width: 480px) {
    .comm-event__carousel__photos__wrap {
        /*height: 240px;*/
    }

    .comm-event__carousel__photos__wrap {
        /*overflow-x: scroll;
        -webkit-overflow-scrolling: touch;*/
    }

    .comm-event__carousel__pagination > button {
        margin: 0 5px;
    }
    .busbankingsolutions.hero-message-copy {
        width: 81% !important;
        left: 10% !important;
        top: 41% !important;
    }
}

/* Homepage quadrant */
.cp-terms {
    margin-top: 15px;
}

    .cp-terms.es {
        margin-top: 10px;
    }

.cp-terms__apy h4 {
    color: #ce1b0e;
    font-family: 'Whitney-Semibold', Arial, "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 65px;
    letter-spacing: -3px;
    line-height: 1;
    margin: 0 5px 0 0;
}

.cp-terms__apy .percent {
    color: #ce1b0e;
    font-size: 31px;
    font-weight: 600;
    height: 34px;
}

.cp-terms__apy .apy {
    color: #ce1b0e;
    font-size: 18px;
    font-weight: 600;
}

.cp-terms__apy__legal {
    line-height: 1.2;
    margin: 0px;
}

    .cp-terms__apy__legal.es {
        font-size: 12px;
        font-size: 1.2rem;
    }

.cp-terms > div:first-of-type {
    border-right: 1px solid gray;
}

.cp-terms > div:nth-child(2) {
    padding-left: 15px;
}

.cp__hero-quadrant__offer-ends {
    color: black;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 10px 0 10px;
}

.cp-terms__legal-tiny {
    font-size: 10px;
    font-size: 1rem;
}


@media only screen and (min-width: 768px) {
    .cp-terms > div:first-of-type {
        padding-right: 0;
    }

    .zh .cp-terms > div:first-of-type {
        padding-right: 15px;
    }

    .zh .cp__hero-quadrant__offer-ends {
        margin: 10px 0 0px;
    }


}

@media only screen and (max-width: 1199px) {
    .cp-terms > div:first-of-type {
        padding-right: 10px;
    }

    .cp-terms__apy h4 {
        font-size: 55px;
    }

    .zh .cp-terms__apy h4 {
        font-size: 50px;
    }

    .cp-terms__apy .percent {
        font-size: 27px;
        height: 29px;
    }

    .cp-terms__apy .apy {
        font-size: 16px;
    }

    .zh .cp-terms__apy .apy {
        font-size: 11px;
    }

    .cp-terms__apy__legal {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.1;
    }

    .cp__hero-quadrant__offer-ends {
        margin: 10px 0 0px;
    }

    .es .cp-terms__legal-tiny {
        font-size: 9px;
        font-size: .9rem;
        line-height: 1;
    }
}

@media only screen and (min-width: 768px) and (max-width: 834px) {
    .cp-terms {
        margin-top: 10px;
    }

    .cp__hero-quadrant__offer-ends {
        font-size: 12px;
        font-size: 1.2rem;
        margin: 10px 0 0px;
    }

    .cp-terms__apy__legal {
        font-size: 10px;
        font-size: 1rem;
        line-height: 1;
    }

        .cp-terms__apy__legal.es {
            font-size: 11px;
            font-size: 1.1rem;
            line-height: 1.1;
        }

    .btn--mt0 {
        margin-top: 5px;
    }
}

@media only screen and (min-width: 1200px) {
    .zh .btn--mt0 {
        margin-top: 10px;
    }

    .zh .cp-terms__apy__legal {
        font-size: 13px;
    }
}

/*
    Rose Parade 2018
*/
.rose-parade-2018 .intro-paragraph {
    background: none;
    padding-right: 75px;
}

    .rose-parade-2018 .intro-paragraph:after {
        content: none;
    }

.zh .rose-parade-2018 .intro-paragraph {
    padding-right: 105px;
}

.rose-parade-2018 .intro-paragraph > a.btn {
    display: none;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
    .hero-message.rose-parade-2018 .heroImage {
        left: 0px;
        min-width: 130%;
    }
}

/*
    Sticky sidebar 2018
*/
.sidebar-links {
    background-color: white;
    border: 1px solid #e6e6e6;
    /*border-top-left-radius: 36px;*/
    border-right: none;
    margin-left: calc(1200px - 180px);
    padding: 0 10px 10px;
    position: absolute;
    top: 60px;
    width: 180px;
    transition: top 250ms ease-in-out;
}

    .sidebar-links.sidebar-links--fixed {
        /* overflow-x: hidden;*/
        position: fixed;
        top: 200px;
        z-index: 0;
    }

    .sidebar-links hr {
        border-top-color: #54585a;
        margin: 15px 0;
        width: 70px;
    }

    .sidebar-links > ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sidebar-links ul li {
        /* border-bottom: 1px solid #eee; */
        text-align: left;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .sidebar-links > ul li a {
        font-weight: 600;
        position: relative;
        transition: all 300ms;
    }

        .sidebar-links > ul li a > span {
            display: block;
            transition: all 300ms;
        }

        .sidebar-links > ul li a.sidebar-link--active {
            color: #54585a;
            transition: all 300ms;
        }

            .sidebar-links > ul li a.sidebar-link--active > span {
                transform: translateX(10px);
            }

            .sidebar-links > ul li a.sidebar-link--active:before {
                content: ' \25B6';
                color: #54585a;
                font-size: 10px;
                position: absolute;
                top: 3px;
                left: -11px;
            }

    .sidebar-links h3, .sidebar-links h2 {
        color: #54585a;
        font-size: 1.2em;
        font-weight: 600;
        letter-spacing: 0;
        margin-bottom: 20px;
        text-align: left;
        text-transform: uppercase;
    }

#contactus {
    margin-bottom: 120px;
}

.sticky footer {
    position: relative;
    z-index: 1;
}

/*
    **
    Mobile version of sticky sidebar
    **
*/
.sidebar-links--mobile {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .sidebar-links {
        display: none;
    }

    .sidebar-links--mobile {
        background-color: #e5e5e5;
        box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
        display: -webkit-box !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex;
        display: flex !important;
        font-size: 16px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 15px;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 9;
    }

    .sidebar-link-mobile--active {
        color: #54585a;
    }
}

@media only screen and (max-width: 767px) {
    .rose-parade-2018 .intro-paragraph {
        background: url(../img/320-quadrant@2x.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -10px;
        height: 315px;
        padding-right: 20px;
    }

    .hero-message.rose-parade-2018 .heroImage {
        top: 92px;
        width: 1100px;
        min-height: 0;
        left: -300px;
    }

    .zh .rose-parade-2018 .intro-paragraph {
        padding-right: 20px;
    }

    #one-column .flexbox-multi-column-wrap-justify-center .service__thumbs.col-xs-4.no-border:last-of-type,
    #one-column .flex-col-767 .col-xs-4.service__thumbs.no-border:last-of-type,
    #one-column .col-xs-4.service__thumbs.no-border:only-of-type {
        border-bottom: 0px;
    }

    .flex-col-767 {
        flex-flow: column;
    }

    .mt-50-hide-mobile {
        margin-top: 0;
    }
}

@media only screen and (max-width: 580px) {
    .hero-message.rose-parade-2018 .heroImage {
        top: 130px;
        width: 902px;
        min-height: unset;
        left: -209px;
    }
}

@media only screen and (max-width: 450px) {
    .hero-message.rose-parade-2018 .homeBridgeImage {
        top: 142px;
        width: 751px;
        left: -227px;
    }

    .table-font12-mobile {
        font-size: 12px;
    }

    .mobile-margin-top-15 {
        margin-top: 15px;
    }

    .mobile-order-2 {
        order: 2;
    }

    .mobile-order-3 {
        order: 3;
    }
}

/*
    Video playlist horizontal under video
*/
.playlist {
    margin: 10px 0;
}

.playlist__item {
    background-color: #ececec;
    border-right: 10px solid white;
    display: block;
    -webkit-flex: 1 1 24%;
    -ms-flex: 1 1 24%;
    flex: 1 1 24%;
    font-weight: bold;
    /*margin-right: 10px;*/
    margin-bottom: 10px;
    padding: 10px 20px;
    text-align: center;
    transition: background-color 300ms;
}


@media only screen and (max-width: 425px) {
    .playlist__item {
        border-right: none;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 5px;
        margin-right: 0;
        padding: 5px 10px;
    }
}

.playlist__item:hover {
    background-color: #ccc;
}

.playlist__item:last-of-type {
    margin-right: 0;
}

.playlist__item--active {
    background-color: #ccc;
    color: black;
    transition: none;
}

    .playlist__item--active a {
        color: #54585a;
    }

        .playlist__item--active a:hover {
            cursor: auto;
            text-decoration: none;
        }

/* Videos stacked */
.stacked-video-wrapper {
    height: 415px;
    position: relative;
}
.bbphk.stacked-video-wrapper {
    height: 357px;
}
@media only screen and (max-width: 767px) {
    .stacked-video-wrapper {
        height: 220px;
    }
    .bbphk.stacked-video-wrapper {
        height: 180px;
    }
}

.gts-training-video {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 800ms;
}

    .gts-training-video.gts-training-video--active {
        opacity: 1;
        z-index: 2;
    }

    .gts-training-video > video {
        width: 100%;
    }

/*
    **
    Business
    Banking Premier
    Upgrade Page
    **
*/
.bbp-upgrade > section {
    padding: 25px 0;
}

    .bbp-upgrade > section:first-of-type,
    .bbp-upgrade > section:nth-child(2) {
        padding: 0 0 25px;
    }

    .bbp-upgrade > section:last-of-type {
        padding: 25px 0 0;
    }

#newfeaturesenhancements .owl-item .item video {
    opacity: 0;
}

#newfeaturesenhancements .owl-item.active .item video {
    opacity: 1;
}

/*
   **
    Owl Carousel &
    controls
   **
*/
.carousel-wrap__controls {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
}

    .carousel-wrap__controls > button:first-of-type {
        position: absolute;
        right: 100%;
    }

    .carousel-wrap__controls > button:last-of-type {
        position: absolute;
        left: 100%;
    }

    .carousel-wrap__controls > button:first-of-type:hover {
        transform: scale(1.1) translateX(-5px);
    }

    .carousel-wrap__controls > button:last-of-type:hover {
        transform: scale(1.1) translateX(5px);
    }

    .carousel-wrap__controls > button {
        background-color: #ce1b0e;
        border: none;
        border-radius: 50%;
        color: white;
        height: 24px;
        line-height: 24px;
        margin: 0 10px;
        transition: all 250ms;
        width: 24px;
        -webkit-appearance: none;
    }

        .carousel-wrap__controls > button:hover {
            background-color: #ce1b0e;
        }

        .carousel-wrap__controls > button:first-of-type > i {
            margin-right: 1px;
        }

        .carousel-wrap__controls > button:last-of-type > i {
            margin-left: 1px;
        }

.carousel-wrap__pagination {
    position: absolute;
    right: calc(100% + 40px);
    white-space: nowrap;
    width: auto;
    transition: all 250ms;
}

.carousel-wrap__controls > button:first-of-type:hover + .carousel-wrap__pagination {
    transform: translateX(-5px);
}

.carousel-wrap .video-overlay {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.carousel-wrap .video-wrapper {
    position: relative;
}

.video-wrapper__play-button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.owl-item {
    cursor: grab;
}

@media only screen and (max-width: 767px) {
    .carousel-wrap__pagination {
        display: none;
    }

    .carousel-wrap__controls {
        top: 100%;
        left: 0;
        margin-top: 10px;
    }

        .carousel-wrap__controls > button:first-of-type {
            right: 0%;
        }

        .carousel-wrap__controls > button:last-of-type {
            left: 100%;
        }
}

/*
    Ads
*/
.slant__mask__wrap {
    position: relative;
}

.slant__mask__wrap__slant-SVG {
    position: absolute;
    top: 0;
    left: calc(50% - 72px);
}

.slant__mask__wrap__slant-path {
    fill: rgba(255,255,255,.81);
}

.slant__mask__wrap__ad__copy-box {
    background-color: rgba(255,255,255,.81);
    color: #333;
    max-width: 275px;
    padding: 10px 15px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: left;
    z-index: 1;
}

    .slant__mask__wrap__ad__copy-box p:not(.legal) {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.125em;
    }

    .slant__mask__wrap__ad__copy-box.slant__mask__wrap__ad__copy-box--quad {
        max-width: 50%;
        padding: 15px 15px;
        right: 0;
        top: 0;
        height: 100%;
    }

        .slant__mask__wrap__ad__copy-box.slant__mask__wrap__ad__copy-box--quad p:not(.legal) {
            font-size: 21px;
            font-size: 2.1rem;
        }

@media only screen and (min-width: 768px) and (max-width: 850px) {
    .slant__mask__wrap__ad__copy-box {
        max-width: 188px;
        right: 0px;
        top: 0px;
    }

        .slant__mask__wrap__ad__copy-box p:not(.legal) {
            font-size: 18px;
            font-size: 1.8rem;
        }

        .slant__mask__wrap__ad__copy-box p.legal {
            font-size: 10px;
            font-size: 1.0rem;
        }

    .hero-img-wrap .slant__mask__wrap img {
        left: -14%;
    }

    .slant__mask__wrap__ad__copy-box.slant__mask__wrap__ad__copy-box--quad {
        padding-left: 0;
    }

        .slant__mask__wrap__ad__copy-box.slant__mask__wrap__ad__copy-box--quad p:not(.legal) {
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 5px;
        }

        .slant__mask__wrap__ad__copy-box.slant__mask__wrap__ad__copy-box--quad p.legal {
            margin: 0 0 10px;
        }
}

@media only screen and (max-width: 690px) {
    .slant__mask__wrap__ad__copy-box {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        max-width: 100%;
        padding-bottom: 40px;
        background-color: #eaeaea;
        background: linear-gradient(to bottom, rgba(255, 255, 255,.90) 0%, rgba(232, 232, 232, .90) 100%);
    }

        .slant__mask__wrap__ad__copy-box div.text--center {
            text-align: left;
        }

        .slant__mask__wrap__ad__copy-box:after {
            content: "";
            border-style: solid;
            border-color: transparent transparent white transparent;
            border-width: 0 0 40px 750px;
            position: absolute;
            bottom: 0px;
            left: 0;
        }

    .slant__mask__wrap > img {
        width: 100%;
    }

    .slant__mask__wrap__slant-SVG {
        display: none;
    }

    .slant__mask__wrap__ad__copy-box.slant__mask__wrap__ad__copy-box--quad {
        max-width: 100%;
        overflow: hidden;
    }
}


/*Homepage YouTube Video in the Quadrant*/
#iframe-yt-vid-hp {
    max-width: 640px;
}

@media only screen and (max-width: 420px) {
    #iframe-yt-vid-hp {
        height: 200px;
    }

    .col-xs-6.photo__bg.photo__bg--has-yt-vid {
        padding-right: 0;
    }
}

.holiday-video video {
    display: block;
    height: auto;
    margin: 20px auto 10px;
    max-width: calc(100% - 20px);
}


/*
    Design library 
    Components or elements that are commonly reused
*/
.flex-2-btn-block > div:first-of-type {
    border-right: 1px solid #ececec;
    margin-right: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .hidden-iPad-vertical {
        display: none;
    }
}

/*
    Quarterly Review
*/
.qrc #qrc {
    padding-top: 83px;
}

.qrc .main-menu {
    background-color: #f0f0f0;
    box-shadow: none;
}

#qrc .qrc-wrapper {
    padding: 0 40px;
    padding-bottom: 50px;
}

    #qrc .qrc-wrapper.qrc-wrapper--fw {
        padding: 25px 0;
    }

#qrc .qrc-wrapper--greybg {
    background-color: #ececec;
}

#qrc .qrc-wrapper .qrc-wrapper--fw__inner-wrap {
    padding: 0 40px;
}

#qrc h2 {
    color: black;
    font-size: 63px;
    font-family: "Whitney Light", Whitney, Arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-style: normal;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

#qrc h3 {
    color: black;
    text-align: left;
    text-transform: none;
    font-family: "Whitney Semibold", Whitney, Arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    letter-spacing: -0.01em;
}

#qrc h4 {
    font-size: 1.6rem;
    letter-spacing: .2rem;
    text-transform: uppercase;
    color: #ce1b0e;
}

#qrc p {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2em;
    text-align: left;
}

#qrc .qrc-h3 {
    color: black;
    font-family: "Whitney Light", Whitney, Arial, "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2em;
}

#qrc .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0px;
}

    #qrc .header .hero-message-wrap {
        /*margin-bottom: 100px;*/
        margin-top: 40px;
    }

.qrc .main-menu-ul-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-item-align: center;
    align-items: center;
}

.qrc .logo {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.qrc .main-menu-ul-wrap__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    -webkit-flex: 1 0 70%;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    list-style: none;
}

    .qrc .main-menu-ul-wrap__links li {
        margin-right: 20px;
    }

        .qrc .main-menu-ul-wrap__links li:last-of-type {
            margin-right: 0px;
        }

.qrc .main-menu__controls {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

    .qrc .main-menu__controls img {
        margin-left: 10px;
        width: 30px;
    }

#qrc .header ~ .row.section > .overall-at-a-glance__stats--after {
    margin-top: 0px;
}

#qrc .slant__mask__wrap {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}

#qrc .hero-img-wrap img {
    height: initial;
    width: 100%;
}

#qrc .header .qrc__header__overlap {
    background-color: #f0f0f0;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#qrc .flex--2-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    #qrc .flex--2-col .card.card--qr-code-link-thumbnail {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

        #qrc .flex--2-col .card.card--qr-code-link-thumbnail:first-of-type {
            border-right: 1px solid #ececec;
            padding: 0px 20px 0px 0px;
        }

        #qrc .flex--2-col .card.card--qr-code-link-thumbnail:last-of-type {
            padding: 0px 0px 0px 20px;
        }

        #qrc .flex--2-col .card.card--qr-code-link-thumbnail .card--qr-code-link-thumbnail__qr-code {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-align-items: flex-start;
            -ms-flex-align: start;
            align-items: flex-start;
            -webkit-flex: 1 0 60%;
            -ms-flex: 1 0 60%;
            flex: 1 0 60%;
        }

            #qrc .flex--2-col .card.card--qr-code-link-thumbnail .card--qr-code-link-thumbnail__qr-code h4 {
                -webkit-flex: 1 0 100%;
                -ms-flex: 1 0 100%;
                flex: 1 0 100%;
                margin-top: 0;
                margin-bottom: 20px;
            }

            #qrc .flex--2-col .card.card--qr-code-link-thumbnail .card--qr-code-link-thumbnail__qr-code > p {
                -webkit-flex: 1 1 50%;
                -ms-flex: 1 1 50%;
                flex: 1 1 50%;
                margin-left: 20px;
                margin-bottom: 0px;
            }

            #qrc .flex--2-col .card.card--qr-code-link-thumbnail .card--qr-code-link-thumbnail__qr-code a {
                color: rgb(88,88,88);
                text-decoration: underline;
                font-size: 20px;
                font-size: 2rem;
                line-height: 1.2em;
            }

        #qrc .flex--2-col .card.card--qr-code-link-thumbnail .card--qr-code-link-thumbnail__thumbnail {
            -webkit-flex: 0 1 30%;
            -ms-flex: 0 1 30%;
            flex: 0 1 30%;
            margin-left: 10px;
            max-width: 100%;
        }

    #qrc .flex--2-col .card {
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
    }

#qrc .overall-at-a-glance {
    background-color: #ecebee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 100px;
    position: relative;
}

#qrc .overall-at-a-glance__copy,
#qrc .overall-at-a-glance__recognition {
    -webkit-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    margin-bottom: 25px;
    padding: 0 40px;
}

#qrc .overall-at-a-glance__stats__overlap {
    background-color: white;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#qrc .overall-at-a-glance__stats {
    /*
    background: rgb(123,20,167);
    background: -moz-linear-gradient(left, rgba(123,20,167,1) 0%, rgba(115,34,187,1) 25%, rgba(94,21,155,1) 25%, rgba(78,44,190,1) 50%, rgba(65,32,169,1) 50%, rgba(20,78,166,1) 75%, rgba(12,68,147,1) 75%, rgba(0,98,129,1) 100%);
    background: -webkit-linear-gradient(left, rgba(123,20,167,1) 0%,rgba(115,34,187,1) 25%,rgba(94,21,155,1) 25%,rgba(78,44,190,1) 50%,rgba(65,32,169,1) 50%,rgba(20,78,166,1) 75%,rgba(12,68,147,1) 75%,rgba(0,98,129,1) 100%);
    background: linear-gradient(to right, rgba(123,20,167,1) 0%,rgba(115,34,187,1) 25%,rgba(94,21,155,1) 25%,rgba(78,44,190,1) 50%,rgba(65,32,169,1) 50%,rgba(20,78,166,1) 75%,rgba(12,68,147,1) 75%,rgba(0,98,129,1) 100%);
    */
    background: rgb(21,31,109); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(21,31,109,1) 0%, rgba(175,152,0,1) 43%, rgba(175,152,0,1) 57%, rgba(21,31,109,1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(21,31,109,1) 0%,rgba(175,152,0,1) 43%,rgba(175,152,0,1) 57%,rgba(21,31,109,1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(21,31,109,1) 0%,rgba(175,152,0,1) 43%,rgba(175,152,0,1) 57%,rgba(21,31,109,1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 0 40px;
    margin-top: 10px;
    position: relative;
    top: -40px;
}

    #qrc .overall-at-a-glance__stats > div:not(first-of-type) {
        border-right: 1px solid rgba(255,255,255,.15);
        -webkit-flex: 1 1 20%;
        -ms-flex: 1 1 20%;
        flex: 1 1 20%;
        line-height: 1;
        padding: 40px 20px;
        text-align: center;
        text-transform: uppercase;
    }

#qrc .overall-at-a-glance__stats__stat {
    color: white;
    display: block;
    font-weight: bold;
    font-size: 60px;
    font-size: 5.8rem;
}

#qrc .overall-at-a-glance__stats__label {
    color: white;
    display: block;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}

#qrc .our-impact {
    position: relative;
}

#qrc .our-impact__overlap {
    background-color: #ecebee;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#qrc .our-impact__copy {
    padding: 0 40px;
    position: relative;
    top: -50px;
}

#qrc .our-impact__cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    padding: 0 40px;
    position: relative;
}

#qrc .our-impact__cards__card {
    background-color: gray;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    margin-right: 10px;
    padding: 20px;
    height: 320px;
}

    #qrc .our-impact__cards__card:last-of-type {
        margin-right: 0;
    }

#qrc .overall-at-a-glance--profits {
    padding: 0 40px;
}

#qrc .overall-at-a-glance__stats.overall-at-a-glance__stats--profits {
    background: rgb(21,31,109);
    background: -moz-linear-gradient(-54deg, rgba(21,31,109,1) 0%, rgba(198,146,20,1) 100%);
    background: -webkit-linear-gradient(-54deg, rgba(21,31,109,1) 0%,rgba(198,146,20,1) 100%);
    background: linear-gradient(126deg, rgba(21,31,109,1) 0%,rgba(198,146,20,1) 100%);
    text-align: left;
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    top: 0;
}

    #qrc .overall-at-a-glance__stats.overall-at-a-glance__stats--profits > div:not(first-of-type) {
        border-right: 1px solid rgba(255,255,255,.15);
        border-bottom: 1px solid rgba(255,255,255,.15);
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }

#qrc_charts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
}

        #qrc_charts > div:not(.overall-at-a-glance__stats--profits) {
            border: 1px solid #ececec;
            -webkit-flex: 0 0 48%;
            -ms-flex: 0 0 48%;
            flex: 0 0 48%;
            margin-top: 25px;
            margin-bottom: 25px;
            min-height: 450px;
            padding: 10px 25px;
        }

        #qrc_charts .overall-at-a-glance__stats--profits + div {
            margin-top: 0;
            margin-bottom: 0;
        }

#qrc #qrc_charts h3 {
    color: #162b77;
    font-size: 1.6rem;
    text-align: left;
}

#qrc .bar-totals {
    font-size: 14px;
}

#qrc .bar text {
    font-size: 14px;
}

#qrc svg {
    width: 100%
}

#netChart {
    display: block;
    margin: 0 auto;
    overflow: visible;
}

    #netChart .bar {
        fill: #151f6d;
    }

    #netChart .data-slice {
        fill: #af9800;
    }

    #netChart .data-slice-shadow {
        fill: white;
    }

    #netChart .data-slice-label {
        fill: white;
        font-size: 14px;
    }

#totLoansChart {
    display: block;
    margin: 0 20px;
    overflow: visible;
}

#totDepositsChart {
    display: block;
    margin: 0 20px;
    overflow: visible;
}

.stock-info {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
}

    .stock-info > h3 {
        margin-top: 0;
    }

.stock-info-copy {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding-left: 25px;
}

    #qrc .stock-info-copy > p {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 20px;
    }

.stock-info__data {
    background-color: white;
    border: 1px solid #d3d3d3;
    padding: 20px;
}

    .stock-info__data__title {
        color: black;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 25px;
    }

        .stock-info__data__title__subtitle {
            font-size: 18px;
            font-size: 1.8rem;
        }

        .stock-info__data__title__main-title {
            font-size: 40px;
            font-size: 4.2rem;
        }

        .stock-info__data__title__date {
            font-size: 18px;
            font-size: 1.8rem;
            font-weight: bold;
            margin-top: auto;
        }

    .stock-info__data__table {
        -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
        .stock-info__data__table > div {
            border-bottom: 1px solid #a2aaad;
            color: black;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: space-between;
            -ms-flex-pack: distribute;
            justify-content: space-between;
            font-size: 20px;
            font-size: 2rem;
            margin-bottom: 10px;
            padding-bottom: 5px;
            padding-right: 20px;
        }

        .stock-info__data__table > div:last-of-type {
            border-bottom: none;
            color: black;
            display: block;
            font-size: 16px;
            font-size: 1.6rem;
            margin-bottom: 0;
            padding-bottom: 0;
            padding-right: 20px;
        }

.qrc footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 40px;
    text-align: left;
}

    .qrc footer .footer__contact-info {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .qrc footer .footer__follow-us {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto%;
        flex: 1 1 auto;
        text-align: right;
    }

        .qrc footer .footer__follow-us a {
            display: inline-block;
        }

            .qrc footer .footer__follow-us a:hover {
                text-decoration: none;
            }

        .qrc footer .footer__follow-us img {
            transition: all 300ms;
        }

            .qrc footer .footer__follow-us a:hover img {
                transform: translateY(-3px);
            }

@media only screen and (max-width: 375px) {
    .ccpa-collection-of-personal-info-table-10px {
        font-size: 10px;
    }
}

@media only screen and (max-width: 420px) {
    #emergency-alert-popup {
        display: block;
        overflow: scroll;
        height: 100vh;
        pointer-events: inherit !important;
    }
}

.top-bar ul li button.slideUp-button-circle-arrow {
    display: block;
    padding: 0;
    text-align: center;
}

@media print {
    body, a, span, h1, h2, h3, h4, h5, div, strong, em, i, bold, p, ul, li, * {
        font-family: Arial, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', sans-serif !important;
    }
}