﻿@font-face {
    font-family: 'Roboto Thin';
    font-style: normal;
    font-weight: 100;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v15/vzIUHo9z-oJ4WgkpPOtg1_esZW2xOQ-xsNqO47m55DA.woff) format('woff');
}

@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/2UX7WLTfW3W8TclTUvlFyQ.woff) format('woff');
}

@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

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

@font-face {
    font-family: 'ibyourbank';
    src: url('fonts/ibyourbank.eot?n1yl7n');
    src: url('fonts/ibyourbank.eot?n1yl7n#iefix') format('embedded-opentype'), url('fonts/ibyourbank.ttf?n1yl7n') format('truetype'), url('fonts/ibyourbank.woff?n1yl7n') format('woff'), url('fonts/ibyourbank.svg?n1yl7n#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="fa-"]:before, [class*=" fa-"]:before {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'ibyourbank' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    height: 100%;
    font-size: 16px; /* Force size instead of assume with 100% */
    line-height: 1;
}

body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #000;
    margin: 0px;
    padding: 0px;
    opacity: 0;
    animation: reveal;
    animation-delay: 0.35s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: ease;
}

html.touch body.no-scroll {
    overflow: hidden !important;
}

:focus, a:focus {
    outline: none;
}

input {
    border-radius: 0;
}

a {
    color: #3f99d4;
    text-decoration: none;
}

    a:hover {
        color: #2c478e;
    }

    a.anchor {
        position: relative;
        top: -30px;
        display: block;
        visibility: hidden;
        height: 0;
        float: left;
    }

.mobile a.anchor {
    top: -65px;
}

.icon-online:before {
    content: "\e900";
}

.icon-business:before {
    content: "\e922";
}

.icon-IB-logomark:before {
    content: "\e923";
}

.icon-personal:before {
    content: "\e907";
}

.icon-login:before {
    content: "\e906";
}

.icon-fdic:before {
    content: "\e904";
}

.icon-ehl:before {
    content: "\e905";
}

.icon-lending:before {
    content: "\e601";
}

.icon-lock:before {
    content: "\e604";
}

.icon-clouds:before {
    content: "\e902";
}

.icon-graph:before {
    content: "\e903";
}

.icon-phone:before {
    content: "\e901";
}

#page {
    position: relative;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.desktop #page, .mobile #page {
    opacity: 1;
}

/*.mobile #page {
    overflow-x: hidden;
}*/

.desktop #overlay {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(255,255,255,.60);
    pointer-events: none;
    -webkit-transition: opacity .4s, visibility 0s .4s; /*Fadeout time*/
    transition: opacity .4s, visibility 0s .4s;
    z-index: 10;
}

    .desktop #overlay:hover {
        cursor: pointer;
    }

.desktop.overlay #overlay {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; /*Fadein time*/
}

.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.d2 {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.d3 {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.d4 {
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.d5 {
    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

.d6 {
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.d7 {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.d8 {
    -webkit-animation-delay: 0.85s;
    -moz-animation-delay: 0.85s;
    animation-delay: 0.85s;
}

.d10 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.d15 {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.d20 {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

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

    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.inner-content {
    position: relative;
    width: 80%;
    max-width: 1500px;
    margin: 0 auto;
    font-size: 1.563vw;
    /* font-family: 'Roboto Light'; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width:1080px) {
    .inner-content {
        width: 100%;
        max-width: 984px !important;
        min-width: 0;
    }
}

#logo {
    display: none;
    position: absolute;
    top: 20px;
    left: 14%;
    width: 330px;
    height: auto;
    z-index: 10;
}

.home #logo {
    width: auto;
    top: 0;
}

#logo img {
    max-width: 330px;
}

.tagline {
    display: none;
    position: absolute;
    top: 20px;
    right: 5%;
    color: #892d41;
    z-index: 9;
    padding: 10px 40px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 15%, rgba(255,255,255,0.65) 51%, rgba(255,255,255,0.6) 85%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 15%,rgba(255,255,255,0.65) 51%,rgba(255,255,255,0.6) 85%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 15%,rgba(255,255,255,0.65) 51%,rgba(255,255,255,0.6) 85%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.content .tagline h3 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #892d41;
    font-size: 1.450vw;
    font-style: italic;
}

.desktop #logo, .desktop .tagline {
    display: block;
}

@media only screen and (max-width:1300px) {
    .home #logo {
        top: 0;
        width: auto;
        overflow: hidden;
    }

        .home #logo img {
            max-width: 200px;
        }

    #logo {
        width: 230px;
    }

        #logo > img {
            width: 100%;
        }
}

/*#login {
    display: none;
    position: fixed;
    width: 623px;
    height: auto;
    padding: 0;
    z-index: 1010;
    right: 4%;
    top: 5%;
    margin-right: -100%;
    z-index: 30;
    transition: all 1.2s ease;
}

.desktop #login, .mobile #login {
    display: block;
}

.mobile #login {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 48px;
    left: 0;
    width: 100%;
    height: calc(100% - 48px);
    margin: 0;
    padding: 0;
    z-index: 10;
    background: rgba(37,44,63,.98);
    transition: all .5s ease;
    animation: none !important;
}

#login.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.openob #login {
    margin-right: 0;
}

.mobile.openob #login {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.desktop.retail #login {
    min-height: 89px;
}

#login-content {
    position: relative;
}

.mobile #login-content {
    position: relative;
    width: 310px;
    height: auto;
    margin: 10% auto 0;
}

#select {
    position: relative;
    float: left;
    display: inline-block;
    width: 50%;
    height: 42px;
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.mobile #select {
    display: block;
    float: none;
    width: 100%;
}

#select h2 {
    position: absolute;
    font-weight: normal;
    font-style: italic;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 42px;
    left: 30px;
    margin: 0;
    padding: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.desktop.retail #select h2 {
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.accessfield {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 42px;
    margin: 0;
    padding: 0;
    border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.mobile .accessfield {
    display: block;
    width: 100%;
    margin: 2% 0;
}

.desktop.retail .accessfield {
    width: 435px;
}

.desktop.retail #select {
    width: 187px;
}

.mobile.retail .accessfield {
    height: 90px;
}

.accessfield:before {
    position: absolute;
    display: block;
    top: 10px;
    left: 6%;
    font-family: 'ibyourbank';
    content: "\e604";
    color: #9f9f9f;
    font-size: 18px;
    line-height: 20px;
    z-index: 2;
}

.desktop.retail .accessfield:before {
    left: 15px;
    font-size: 16px;
}

.obaccess, .obpass, .bob-remove {
    display: inline-block;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0px 134px 0px 14%;
    overflow: hidden;
    border-radius: 0px 20px 20px 0px;
    -moz-border-radius: 0px 20px 20px 0px;
    -webkit-border-radius: 0px 20px 20px 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 17px;
    line-height: 19px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #a6a6a6;
    border-width: 0px;
    border: 0px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
}

.mobile .obaccess, .mobile .obpass, .mobile .bob-remove {
    display: block;
    float: none;
    width: 100%;
    height: 42px;
    margin: 0;
    padding: 0 0 0 14%;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}

.obpass {
    position: absolute;
    width: 258px;
    margin: 0;
    padding: 0 112px 0 3%;
    top: 0;
    left: 178px;
    margin-left: 344px;
}

.desktop.retail .obpass {
    margin-left: 0;
}

.desktop.retail .obaccess {
    width: 178px;
    padding: 0 2% 0 8%;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

.mobile .obpass {
    margin-top: 47px;
    left: 0;
}

.btn_login {
    position: absolute;
    width: 106px;
    height: 38px;
    margin: 0;
    padding: 1px 0 0 0;
    top: 2px;
    right: 3px;
    background-color: #892d41;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: #FFF;
    border-radius: 19px 19px 19px 19px;
    -moz-border-radius: 19px 19px 19px 19px;
    -webkit-border-radius: 19px 19px 19px 19px;
    border-width: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    -webkit-appearance: button;
}

.mobile .btn_login {
    top: 50px;
    right: 3px;
}

.btn_login:hover {
    background-color: #286891;
}

#oblinks, #oblinks2 {
    display: none;
}

#oblinks, #oblinks2 {
    display: none;
    position: absolute;
    top: 46px;
    right: 137px;
    display: block;
    height: auto;
    width: 310px;
    margin: 0;
    padding: 6px 0 5px 0;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.6) 15%, rgba(255,255,255,0.85) 51%, rgba(255,255,255,0.6) 85%, rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 15%,rgba(255,255,255,0.85) 51%,rgba(255,255,255,0.6) 85%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.6) 15%,rgba(255,255,255,0.85) 51%,rgba(255,255,255,0.6) 85%,rgba(255,255,255,0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); 
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.mobile #oblinks, .mobile #oblinks2 {
    top: 100px;
    left: 0;
    background: none;
}

.mobile.retail #oblinks, .mobile.retail #oblinks2 {
    top: 150px;
}

#oblinks a, #oblinks2 a {
    color: #000;
}

.mobile #oblinks a, .mobile #oblinks2 a {
    color: rgba(255,255,255,1);
}

#oblinks a:hover, #oblinks2 a:hover {
    color: rgba(0,0,0,.65);
}

.mobile #oblinks a:hover, .mobile #oblinks2 a:hover {
    color: rgba(255,255,255,.7);
}

#oblinks ul {
    list-style-type: none;
    width: 210px;
    margin: 0 auto;
    padding: 0;
}

#oblinks2 ul {
    list-style-type: none;
    width: 100px;
    margin: 0 auto;
    padding: 0;
}

.accessfield.bob, #oblinks2, .personal #oblinks2, .business .accessfield.rob, .business #oblinks {
    display: none;
}

.business .accessfield.bob, .personal #oblinks, .business #oblinks2 {
    display: block;
}

#oblinks ul li, #oblinks2 ul li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 8px 0 10px;
    font-size: 14px;
    line-height: 20px;
    border-left: 1px solid rgba(0,0,0,.3);
}

    #oblinks ul li:first-child, #oblinks2 ul li:first-child {
        border-left: none;
        padding-left: 0;
    }

    #oblinks ul li:last-child, #oblinks2 ul li:last-child {
        padding-right: 0;
    }
*/
/*PRIMARY NAV
-------------------------------------------------------------------------------------------*/
#mobile-header {
    display: none;
    position: fixed;
    width: 100%;
    height: 48px;
    background-color: rgba(255,255,255,.85);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 1000;
}

.mobile #mobile-header {
    display: block;
}

.home.mobile #mobile-header {
    top: 25px;
}

.open #mobile-header {
    background-color: rgba(255,226,148,1);
}

#menu {
    display: none;
    position: relative;
    /*width: 50px;
	height: 42px;*/
    width: 52px;
    height: 48px;
    top: 4px;
    left: 5px;
    padding: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.mobile #menu {
    display: block;
}

#menu a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#menu span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.open #menu span {
    background: #FFF;
}

#menu span:nth-child(1) {
    top: 0px;
}

#menu span:nth-child(2), #menu span:nth-child(3) {
    top: 9px;
}

#menu span:nth-child(4) {
    top: 18px;
}

.open #menu span:nth-child(1), .open #menu span:nth-child(4) {
    top: 9px;
    width: 0%;
    left: 50%;
}

.open #menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.open #menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#logo-sm {
    position: absolute;
    width: 122px;
    height: auto;
    top: 7px;
    left: 50%;
    margin-left: -61px;
}

#mobile-header .login-btn {
    display: none;
    position: absolute;
    color: #000;
    width: 54px;
    height: 48px;
    padding-left: 30px;
    font-size: 1rem;
    line-height: 48px;
    right: 0;
    top: 0;
}

.home.mobile #mobile-header .login-btn {
    display: block;
}

#mobile-header .login-btn:before {
    position: absolute;
    font-family: 'ibyourbank';
    content: "\e906";
    font-size: 23px;
    line-height: 48px;
    left: 0;
}

.openob #mobile-header .login-btn, .openob #mobile-header .login-btn:before {
    color: #892d41;
}

@media only screen and (max-width:570px) {
    #menu {
        width: 45px;
        height: 38px;
        top: 4px;
        left: 4px;
    }

    #logo-sm {
        top: 8px;
        width: 42px;
        margin-left: -21px;
        overflow: hidden;
    }

        #logo-sm img {
            width: 133px;
        }
}

@media only screen and (max-width:992px) {
    #logo-sm img {
        width: 133px;
    }
}

nav#primary {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 107px;
    height: 100vh;
    z-index: 11;
}

.desktop nav#primary:after {
    position: absolute;
    display: block;
    content: '';
    width: 125%;
    height: 100%;
    top: 0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.12) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f000000', endColorstr='#00000000',GradientType=1 );
    z-index: 1;
}

.desktop nav#primary {
    display: block;
}

.mobile nav#primary {
    display: block;
    /*width: 80px;*/
    width: 100%;
    height: 0;
    max-height: 0;
    padding-top: 48px;
    border-left: none;
    border-right: none;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(223,223,223,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(223,223,223,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(223,223,223,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dfdfdf',GradientType=0 );
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
}

.home.mobile nav#primary {
    margin-top: 25px;
}

.mobile.open nav#primary {
    height: 100%;
    max-height: 100%;
    visibility: visible;
    /* overflow-y: auto; */
    transition-delay: 0s;
    transition: all .5s linear;
}

nav#primary > ul {
    list-style-type: none;
    margin: 0;
    width: 100%;
    height: 100vh;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 50;
}

.desktop nav#primary > ul {
    position: absolute;
    padding: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 610px;
}

.mobile nav#primary > ul {
    width: 90px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}

.mobile.open nav#primary > ul {
    overflow-y: auto;
}

.desktop nav#primary > ul > li {
    /* position: relative; */
    width: 100%;
    background-color: rgba(255,255,255,.9);
    -webkit-border-radius: 0px 50% 50% 0;
    -moz-border-radius: 0px 50% 50% 0;
    border-radius: 0px 50% 50% 0;
    border: 0px solid #000000;
    border-left: 5px solid #ffe294;
    margin: 5px 0;
    webkit-transition: background-color .5s linear;
    -moz-transition: background-color .5s linear;
    -ms-transition: background-color .5s linear;
    transition: background-color .5s linear;
    z-index: 20;
}

nav#primary > ul > li > a {
    display: flex;
    width: 100%;
    height: 95px;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px 0 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: rgba(63,153,212,1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.mobile nav#primary > ul > li > a {
    width: 100%;
    height: 107px;
    box-sizing: border-box;
    margin: 0px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

nav#primary > ul > li a h2 {
    width: 100%;
    font-size: .875em;
    font-weight: normal;
    margin: 0 0 14px 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.mobile nav#primary > ul > li a h2 {
    font-size: .65em;
}

nav#primary > ul > li > a.double-line {
    height: 114px;
}

.mobile nav#primary > ul > li > a.double-line {
    height: 90px;
}

nav#primary > ul > li > a.double-line h2 {
    margin: 0;
}

.mobile nav#primary > ul > li.btn-login {
    display: none;
}

.nav-icon {
    margin: 14px 0 0 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

    .nav-icon.icon-online {
        margin-top: 18px;
    }

    .nav-icon:before {
        font-family: 'ibyourbank';
        color: rgba(63,153,212,1);
        font-size: 38px;
        line-height: 40px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
    }

    .nav-icon.icon-login:before {
        font-size: 44px;
    }

    .nav-icon.icon-business:before {
        font-size: 35px;
    }

    .nav-icon.icon-online:before {
        font-size: 30px;
    }

    .nav-icon.icon-IB-logomark:before {
        font-size: 43px;
    }

.desktop nav#primary > ul > li:hover {
    background-color: rgba(137,45,65,.9);
}

nav#primary > ul > li.active {
    background-color: #892d41;
}

.no-touch .desktop nav#primary ul > li:hover a .nav-icon:before, nav#primary ul > li.active a .nav-icon:before, .desktop nav#primary > ul li:hover a h2, nav#primary ul li.active a h2 {
    color: rgba(255,255,255,1);
}

nav#primary > ul > li > div {
    display: flex;
    position: fixed;
    width: calc(50vw - 140px);
    padding-left: 140px;
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 0;
    background-color: rgba(40,104,145,.95);
    visibility: hidden;
    z-index: -1;
}

@media only screen and (max-width:1100px) {
    nav#primary > ul > li > div {
        width: calc(60vw - 140px);
    }
}

.mobile nav#primary > ul > li {
    border-top: 1px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    border-left: 4px solid #ffe294;
}

    .mobile nav#primary > ul > li:nth-child(2) {
        border-top: none;
    }

    .mobile nav#primary > ul > li > div {
        /* flex-wrap:wrap; */
        width: calc(100vw - 90px);
        overflow-y: auto;
        left: 90px;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 5s ease;
        -moz-transition: all 5s ease;
        -ms-transition: all 5s ease;
        transition: all 5s ease;
    }

nav#primary ul li > div > div {
    display: block;
    width: 50%;
    height: 100%;
    padding: 60px 5% 3% 5%;
    /* font-size: 1.25vw; */
    line-height: 1.2;
    color: #FFF;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    flex-grow: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (min-width:1500px) {
    nav#primary ul li > div > div {
        font-size: 1.20vw;
    }
}

.mobile nav#primary ul li > div > div {
    height: auto;
    width: 50%;
    padding-top: 60px;
}

nav#primary ul li > div > div a {
    display: block;
    color: rgba(255,255,255,.75);
    padding-right: 10px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

    nav#primary ul li > div > div a:hover {
        color: rgba(255,255,255,1);
        /*font-family: 'Roboto Medium', Arial, Helvetica, sans-serif;*/
        padding-right: 0;
        padding-left: 10px;
    }

nav#primary ul li > div {
    pointer-events: none;
    -webkit-transition: opacity .4s, visibility 0s .4s; /*Fadeout time*/
    transition: opacity .4s, visibility 0s .4s;
}

nav#primary ul li.active > div {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; /*Fadein time*/
}

.mobile nav#primary ul li > div {
    -webkit-transition: all .65s ease;
    transition: all .65s ease; /*Fadeout time*/
    padding-left: 0;
}

.mobile nav#primary ul li.active > div {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: all .5s ease; /*Fadein time*/
}

nav#primary ul li > div > div strong, nav#primary ul li > div > div h3 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

nav#primary ul li > div > div h2 {
    font-size: 2.235vw;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: normal;
    padding: 3px 0;
    margin: 10% 0 5% 0;
    line-height: 1.2;
    letter-spacing: -1.2px;
}

    nav#primary ul li > div > div h2:first-of-type {
        margin-top: 0;
    }

nav#primary ul li > div > div h2 {
    font-size: 1.750vw;
    font-weight: normal;
    margin: 5vh 0 2vh 0;
    padding: 0;
}

.mobile nav#primary ul li > div > div h2 {
    font-size: 1.750vw;
    font-weight: normal;
    margin: 7% 0;
    padding: 0;
}

nav#primary ul li > div > div ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    nav#primary ul li > div > div ul li {
        margin: .65vh 0;
        padding: .65vh 0;
    }

nav#primary blockquote + p {
    color: #94877a;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

    nav#primary blockquote + p, nav#primary blockquote + p + p {
        margin: 2px 0;
        padding: 2px 0;
    }

nav#primary ul li > div > div ul p {
    margin: 0;
    padding: 0;
}

nav#primary ul li > div > div ul h3 + p {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

nav#primary ul li > div > div:last-of-type h3 {
    font-size: 1.250vw;
}

nav#primary ul li:nth-child(4) > div > div:last-of-type h3 {
    font-size: 1.650vw;
}

nav#primary ul li > div > div:last-of-type ul h3 + p {
    padding-top: 15px;
    text-transform: none;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
}

nav#primary ul li > div > div:last-of-type a:hover {
    color: rgba(255,255,255,1) !important;
}

nav#primary ul li:nth-child(4) > div > div:last-of-type a {
    color: rgba(255,255,255,.85) !important;
    padding-left: 0;
    padding-right: 10px;
}

    nav#primary ul li:nth-child(4) > div > div:last-of-type a:hover {
        padding-left: 10px;
        padding-right: 0;
    }

.type {
    font-size: .875vw;
    color: #888888;
    text-transform: uppercase;
}

.quicklinks {
    max-width: 332px;
}

    .quicklinks h3 {
        margin: 0 !important;
        padding: 0 !important;
    }

nav#primary ul li > div > div ul.quicklinks li {
    margin: 8% 0;
    padding: 5% 0;
}

    nav#primary ul li > div > div ul.quicklinks li a:before {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1.9vw;
    }

    nav#primary ul li > div > div ul.quicklinks li a.fa-handshake-o:before {
        left: -3%;
    }

.mobile .quicklinks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: 100%;
}

    .mobile .quicklinks li {
        width: 50%;
    }

.mobile nav#primary ul li > div > div ul.quicklinks li {
    margin: 2% 0;
    padding: 2% 0;
}

.nav-close {
    position: absolute;
    top: 1%;
    right: 2%;
    width: 55px;
    height: 55px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.mobile .nav-close {
    display: none;
}

.nav-close span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
}

    .nav-close span:before, .nav-close span:after {
        position: absolute;
        display: block;
        content: '';
        height: 1px;
        width: 100%;
        top: 0;
        margin-top: 38px;
        background-color: rgba(255,255,255,.55);
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
    }

.nav-close:hover span:before, .nav-close:hover span:after {
    background-color: rgba(255,255,255,1);
}

.mobile nav#primary ul li > div > div, .mobile nav#primary ul li > div > div:last-of-type {
    font-size: 1.0em;
}

    .mobile nav#primary ul li > div > div h2 {
        font-size: 1.65em;
        margin-bottom: 20px;
    }

    .mobile nav#primary ul li > div > div h3, .mobile nav#primary ul li > div > div:last-of-type h3 {
        font-size: 1.125em;
    }

    .mobile nav#primary ul li > div > div:last-of-type a {
        padding-right: 5%;
    }

    .mobile nav#primary ul li > div > div ul.quicklinks li a:before {
        font-size: 2.188em;
    }

.mobile .type {
    font-size: .875em;
}

.nav-close span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-close span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (min-width:2000px) {
    nav#primary ul li > div > div h2 {
        font-size: 1.750rem;
    }

    nav#primary ul li > div > div {
        font-size: 1.250rem;
    }
}

@media only screen and (max-width:1200px) {
    .nav-close {
        width: 60px;
        height: 60px;
    }

        .nav-close span:before, .nav-close span:after {
            margin-top: 31px;
        }
}

@media only screen and (max-width:1100px) {
    .nav-close {
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
    }
}

@media only screen and (max-width:790px) {
    .mobile nav#primary > ul {
        padding-bottom: 10%;
    }
}

@media only screen and (max-width:690px) {
    .mobile nav#primary ul li > div > div {
        height: auto;
        width: 50%;
        padding-top: 60px;
    }
}

@media only screen and (max-width:490px) {
    .mobile nav#primary {
        display: block;
        /* width: 60px; */
        padding-top: 48px;
    }

        .mobile nav#primary > ul {
            width: 70px;
        }

    nav#primary > ul > li > a {
        height: 68px;
    }

    .nav-icon {
        margin: 15px 0 0 0;
        padding: 0;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
    }

        nav#primary ul li.active a .nav-icon, .nav-icon.icon-online {
            margin: 12px 0 0 0;
        }

    nav#primary ul li.active a h2 {
        margin: 0 0 10px 0;
    }

    nav#primary > ul > li a h2 {
        font-size: .55em;
    }

    .mobile nav#primary > ul > li > div {
        flex-wrap: wrap;
        width: calc(100vw - 70px);
        left: 70px;
    }

    .mobile nav#primary ul li > div > div {
        padding: 4% 2% 0 5%;
        width: 100%;
    }

        .mobile nav#primary ul li > div > div:first-of-type {
            padding-top: 60px;
        }

        .mobile nav#primary ul li > div > div:last-of-type {
            /*padding-bottom: 5%;*/
            padding-bottom: 5rem;
        }
}

@media only screen and (max-width:320px) {
    .mobile nav#primary > ul > li > a {
        height: 88px;
    }
}

.section {
    position: relative;
    height: 100vh;
    /* min-height: 640px; */
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Roboto light';
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}

[class*="promo"] p {
    font-family: 'Roboto';
}

.mobile .section {
    height: auto;
    min-height: 0;
}

#promo1:before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 25%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00ffffff',GradientType=0 );
    z-index: 2;
}

[class*="promo"]:not([class*="-plain"]):before, .promo1:before, .promo2:before, .promo3:before {
    position: absolute;
    display: block;
    content: '';
    position: absolute;
    width: 70%;
    height: 100vh;
    background: -moz-linear-gradient(left, rgba(255,226,148,1) 0%, rgba(255,226,148,0.9) 50%, rgba(255,226,148,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,226,148,1) 0%,rgba(255,226,148,0.9) 50%,rgba(255,226,148,0) 100%);
    background: linear-gradient(to right, rgba(255,226,148,1) 0%,rgba(255,226,148,0.9) 50%,rgba(255,226,148,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe294', endColorstr='#00ffe294',GradientType=1 );
    z-index: 1;
}

[class*="promo"][class*="-blue"]:before {
    background: linear-gradient(to right, rgba(63,153,212,1) 0%,rgba(63,153,212,0.9) 50%,rgba(63,153,212,0) 100%);
}

[class*="promo"][class*="-white"]:before {
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0) 100%);
}

.mobile [class*="promo"], .mobile .promo1:before, .mobile .promo2:before, .mobile .promo3:before {
    height: 100%;
}

.section > div, #help-center > div {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.section .inner-content, #help-center .inner-content {
    width: 100%;
    height: 100vh;
    max-width: 100%;
    /*padding: 0 0 0 7%;*/
    padding: 0 0 0 14%;
    font-size: 1.750vw;
    line-height: 1.2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}

.section h2, body.guide .section h2 {
    font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
    font-size: 4.375vw;
    font-weight: normal;
    line-height: 1;
    color: #FFF;
    text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.55);
    margin: 0;
    /*opacity: 0;*/
}

.section

.home .section h2, .home .section h3, .home .section p:not([class*='fdic']), .home #help-center p {
    opacity: 0;
}

body.guide .section h2:after {
    display: none;
}

.section h2 + h2,
body.guide .section h2 + h2 {
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    font-size: 4.375vw;
    color: #892d41;
    text-shadow: none;
    margin: 0;
    padding-bottom: .75vw;
}

.section [class*="plain"] h2 + h2,
body.guide .section [class*="plain"] h2 + h2 {
    color: #FFF;
}

[class*="-white"] h2 span {
    color: #286891;
}

.section h2 span, #help-center h2 span {
    border-bottom: 1px solid #797979;
    padding-bottom: .75vw;
}

[class*="-blue"] h2 span {
    border-bottom: 1px solid #000;
}

[class*="plain"] h2 span {
    border-bottom: 1px solid #FFF;
}

.section [class*="-white"] h2,
body.guide .section [class*="-white"] h2 {
    color: #892d41;
    text-shadow: none;
}

.section .inner-content table > tbody > tr > td {
    text-align: left;
    color: #424242;
    vertical-align: middle;
}

.mobile .section .inner-content table > tbody > tr > td {
    color: #000;
}

.section [class*="plain"] .inner-content table > tbody > tr > td {
    color: #FFF;
}

.section .inner-content {
    padding-right: 42%;
}

.mobile .section .inner-content {
    padding: 10% 42% 10% 10%;
    height: auto;
}

.mobile .section:first-of-type .inner-content {
    padding-top: 15%;
}

@media only screen and (max-width:1100px) {
    .section .inner-content {
        padding-right: 30%;
    }
}

@media only screen and (max-width:600px) {
    .mobile .section .inner-content {
        padding-right: 10%;
    }

    .mobile .section [class*="plain"]:before {
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,.35);
    }

    .mobile .promo1:before, .mobile .promo2:before, .mobile .promo3:before,
    .mobile [class*="promo"]:before {
        width: 100%;
        height: 100%;
    }

    [class*="promo"]:not([class*="-plain"]):not([class*="-white"]):not([class*="-blue"]):before, .promo1:before, .promo2:before, .promo3:before {
        background: linear-gradient(to right, rgba(255,226,148,1) 0%,rgba(255,226,148,0.75) 100%);
    }

    [class*="promo"][class*="-blue"]:before {
        background: linear-gradient(to right, rgba(63,153,212,1) 0%,rgba(63,153,212,0.75) 100%);
    }

    [class*="promo"][class*="-white"]:before {
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 100%);
    }

    .mobile .section:first-of-type .inner-content {
        padding-top: 25%;
    }
}

.section .inner-content > table {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: 100%;
    z-index: 10
}

.section .inner-content table > tbody > tr > td {
    position: relative;
    width: 50%;
}

.desktop .section [class*="promo"] .inner-content table > tbody > tr > td {
    padding-right: 5em;
}

#help-center {
    position: relative;
    height: 100vh;
    min-height: 640px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'Roboto Thin';
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
}

    #help-center h2 {
        font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
        font-size: 3.875vw;
        font-weight: normal;
        line-height: 1;
        color: #FFF;
        text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.55);
        margin: 0;
        text-align: center;
        opacity: 0;
    }

        #help-center h2 + h2 {
            font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
            color: #FFF;
            text-shadow: none;
            padding-bottom: .75vw;
        }

    #help-center h3 {
        opacity: 0;
    }

.Decorated {
    overflow: hidden;
    text-align: center;
}

    .Decorated > span {
        position: relative;
        display: inline-block;
    }

        .Decorated > span:before, .Decorated > span:after {
            content: '';
            position: absolute;
            top: 50%;
            border-bottom: 2px solid;
            width: 591px; /* half of limiter*/
            margin: 0 20px;
        }

        .Decorated > span:before {
            right: 100%;
        }

        .Decorated > span:after {
            left: 100%;
        }

#help-center .inner-content {
    color: #FFF;
    padding: 0 14% 0 14%;
}

.mobile #help-center {
    height: auto;
    min-height: 0;
}

    .mobile #help-center .inner-content {
        height: auto;
    }

.helpful-info {
    height: 100vh;
    margin: 0;
    padding: 0;
}

.mobile .helpful-info {
    height: auto;
}

.helpful-info .inner-content > table {
    width: 100%;
    height: 100%;
}

    .helpful-info .inner-content > table > tbody > tr > td > table {
        opacity: 0;
        width: 75%;
        margin: 0 auto;
    }

        .helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td:first-child {
            text-align: right;
            width: 50%;
            padding: 2% 6% 2% 0;
        }

        .helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td {
            float: left; /*ie9 fix*/
            display: block; /*ie9 fix*/
            width: 50%;
            padding: 2% 0 2% 2%;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
        }

.helpful-info .inner-content a {
    color: rgba(255,255,255,.85);
}

    .helpful-info .inner-content a:hover {
        color: rgba(255,255,255,1);
    }

.helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td a {
    position: relative;
    display: inline-block;
    line-height: 100px;
    font-size: 1.563vw;
    padding-left: 100px;
    color: rgba(255,255,255,.75);
    text-transform: uppercase;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td:first-child a {
    padding-right: 100px;
    padding-left: 0;
}

.helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td a:before {
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 100%;
    background: transparent;
    border: 1px solid #FFF;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 75px;
    height: 75px;
    margin-left: 0;
    margin-right: 10px;
    display: block;
    font-size: 2.438rem;
    line-height: 75px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td a:hover:before {
    background-color: #FFF;
    color: #286891;
}

.helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td:first-child a:before {
    left: auto;
    right: 0;
    margin-right: 0;
    margin-left: 10px;
}

.helpful-info .inner-content a.fa-pencil-square-o:before {
    padding: 6px 2px 4px 8px;
}

.helpful-info .inner-content a.icon-phone:before {
    font-size: 2.238rem;
    font-family: 'ibyourbank';
}

.helpful-info .inner-content a.icon-IB-logomark:before {
    font-size: 2.638rem;
    font-family: 'ibyourbank';
}

@media only screen and (max-width:1100px) {
    #help-center .inner-content {
        color: #FFF;
        padding: 0 5% 0 16%;
    }
}

.mobile #help-center .inner-content {
    padding: 7% 5%;
}

footer {
    position: relative;
    display: block;
    width: 100%;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background-color: #FFF;
    border-top: 14px #892d41 solid;
    color: #535353;
}

    footer a {
        color: #535353;
    }

        footer a:hover {
            color: #3f99d4;
        }

    footer .inner-content {
        display: flex;
        max-width: 100%;
        width: 100%;
        height: 100%;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
        font-size: 1rem;
        padding: 4% 5% 4% 14%;
    }

        footer .inner-content:first-of-type {
            padding-bottom: 0;
        }

        footer .inner-content:nth-child(2) {
            padding-top: 0 !important;
            padding-bottom: 0 !important;
        }

        footer .inner-content div:first-child {
            flex-grow: 1;
        }

        footer .inner-content:first-of-type div:nth-child(2) {
            flex-grow: 2;
        }

        footer .inner-content > div {
            display: block;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
        }

        footer .inner-content:first-child div:first-child a {
            display: block;
            width: 330px;
        }

            footer .inner-content:first-child div:first-child a img {
                width: 100%;
                opacity: .7;
            }

.mobile footer .inner-content {
    padding: 4% 5% 0 5%;
}

@media (max-width: 890px) {
    footer .inner-content:nth-child(2) {
        justify-content: center;
    }
}

#footer-logo {
    display: block;
    width: 203px;
    height: 36px;
    vertical-align: top;
}

footer .inner-content > div ul {
    display: block;
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
}

footer .inner-content div:nth-child(2) ul {
    float: right;
}

footer .inner-content > div ul li {
    display: inline-block;
    padding: 0 12px;
}

@media only screen and (max-width:1200px) {
    footer .inner-content {
        padding: 4% 2% 5% 14%;
        font-size: 1rem;
    }

        footer .inner-content > div:first-of-type {
            width: 25%;
        }

        footer .inner-content > div {
            width: 75%;
        }

        footer .inner-content:first-child div:first-child a {
            width: 200px;
        }

        footer .inner-content > div ul {
            margin-top: 12px;
        }
}

#copyright {
    position: relative;
    border-top: 1px solid rgba(0,0,0,.25);
    text-align: left;
    padding: 2% 0 2% 0;
    margin: 0 auto;
}

    #copyright .inner-content {
        display: block;
        padding: 10px 5% 0 14%;
    }

#copyright-content {
    float: left;
    width: 60%;
    text-align: left;
}

#logos {
    float: right;
    width: 112px;
}

body.nologos #logos {
    display: none;
}

.mobile #copyright .inner-content {
    padding: 2% 5% 2% 5%;
}

#fdic {
    float: left;
    height: 38px;
    margin: 0;
    padding: 0;
    font-size: 36px;
}

#ehl {
    float: left;
    height: 39px;
    margin: 0 0 0 15px;
    padding: 0;
    font-size: 36px;
}

.mobile #copyright {
    padding: 3% 0;
}

@media only screen and (max-width:890px) {
    .mobile #copyright {
        padding: 3% 4% 0 4%;
    }

        .mobile #copyright .inner-content {
            text-align: center;
            padding: 0;
        }

    #copyright-content, #logos {
        float: none;
        text-align: center;
        width: 100%;
    }

    #logos {
        width: 114px;
        margin: 4% auto;
        padding: 0;
    }

    .mobile footer {
        padding: 0;
    }

    footer .inner-content {
        flex-wrap: wrap;
    }

        footer > .inner-content > div, footer .inner-content > div:first-of-type {
            width: 100%;
            text-align: center;
        }

        footer .inner-content:first-child div:first-child a {
            margin: 0 auto;
        }

        footer .inner-content div:nth-child(2) ul {
            float: none;
        }

        footer .inner-content > div ul li {
            display: block;
            padding: 2vw 0;
        }
}

.Social-Links {
    margin: 1rem 0;
    padding: .5rem 0;
}

    .Social-Links a:before {
        font-size: 2rem;
    }

    .Social-Links li {
        display: inline-block;
        padding: 0 1.5rem;
    }

        .Social-Links li:before {
            display: none !important;
        }

@media (max-width: 667px) {
    .Social-Links a:before {
        font-size: 2rem;
    }

    .Social-Links li {
        padding: 0 .5rem;
    }
}

/* TOOLBAR -----------------------------------------------------------*/
#toolbar {
    display: none;
    position: fixed;
    width: 450px;
    height: 100vh;
    top: 0;
    right: -450px;
    z-index: 2002;
    padding: 20px 40px;
    background: rgba(40, 104, 145, 0.95);
    moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    -ms-transition: right .3s;
    transition: right .3s;
}

.desktop #toolbar {
    display: block;
}

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

@media only screen and (max-height:650px) {
    .desktop #toolbar {
        top: 2%;
        z-index: 10005;
    }
}

#toolbar.open {
    right: 0px;
    -webkit-box-shadow: -1px 3px 4px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: -1px 3px 4px 0px rgba(0,0,0,0.41);
    box-shadow: -1px 3px 4px 0px rgba(0,0,0,0.41);
}

#toolbtn-info {
    position: absolute;
    top: 80px;
    left: -48px;
    width: 48px;
    height: 36px;
    background-color: #3b5998;
}

#toolbtn-widget {
    position: absolute;
    font-family: 'ibyourbank';
    top: 120px;
    left: -48px;
    width: 48px;
    height: 41px;
    color: #FFF;
    background-color: #3f99d4;
}

    #toolbtn-info:hover, #toolbtn-widget:hover, #toolbtn-widget.active {
        background: rgba(40, 104, 145, 0.95);
    }

    #toolbtn-widget span:before {
        content: "";
        font-family: 'ibyourbank';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        opacity: 1;
        display: block;
        text-align: center;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #toolbtn-widget span.icon-clouds:before {
        content: "\e902";
        font-size: 17px;
        line-height: 20px;
        padding: 10px 0 0 0;
    }

    #toolbtn-widget span.icon-graph:before {
        content: "\e903";
        font-size: 22px;
        line-height: 24px;
        padding: 8px 2px 0 0;
    }

#weather, #stock {
    width: 100%;
}

#stock {
    position: absolute;
    height: auto;
    bottom: 0;
}

    #stock h2 {
        font-size: 27px;
        line-height: 31px;
        color: #FFF;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        margin: 5px 0 0 0;
        padding: 0;
        background-image: url('images/icon-stock.png');
        background-repeat: no-repeat;
        background-position: 183px 3px;
    }

#widgetcontent.inner-content {
    width: 100%;
    color: #FFF;
}

#weather, #stocks {
    position: relative;
    /* float: left; */
    width: 100%;
    padding: 5% 5% 7% 0;
    max-height: 1000px;
    opacity: 1;
    font-size: 1.0rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    #stocks form {
        padding: 0 0 5% 0;
    }

#weather {
    width: 100%;
    /* border-bottom: 2px solid rgba(0, 0, 0, 0.2); */
}

#stocks, #stocks-soon {
    border-top: 2px solid rgba(255,255,255,.2);
}

    #weather a, #stocks a {
        color: rgba(255,255,255,.7);
    }

        #weather a:hover, #stocks a:hover {
            color: rgba(255,255,255,1);
        }

#weatherXY1 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

#ticker {
    font-size: .85rem;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.stockdisclosure {
    text-transform: uppercase;
    color: rgba(255,255,255,.6);
}

#stocks *, #weather * {
    text-overflow: ellipsis;
}

#stocks table {
    display: table;
    width: 100%;
}

    #stocks table tbody {
        display: table-row-group;
    }

#addstock:hover {
    color: #e6ba7d;
}

@media only screen and (max-width:1350px) {
    #helpful-info {
        flex-flow: row wrap;
    }

        #helpful-info > div:first-child {
            order: 2;
        }

        #helpful-info > div:nth-child(2) {
            order: 1;
            max-width: 100%;
            width: 100%;
            padding-left: 14%;
            text-align: center;
            padding-bottom: 3%;
        }
}

.mobile #helpful-info > div:nth-child(2) {
    padding-left: 0;
    padding: 5% 5% 3% 5%;
}

@media only screen and (max-width:414px) {
    .mobile #helpful-info > div:nth-child(2) {
        padding-top: 7%;
    }
}
/* Stocks -----------------------------------------------------------*/
#additionalSymbolsXY input, #settingsWeather input {
    color: #949494;
    display: inline-block;
    width: 160px;
    height: 28px;
    margin: 0px;
    padding: 1px 0px 0px 5px;
    font-style: italic;
    font-size: 16px;
    line-height: 17px;
    border-width: 0px;
    behavior: url(PIE.htc);
}

#stock-body {
    background: none;
}

#stocks table {
    /* margin-bottom: 20px; */
}

#weather h2, #stocks h2, #stocks-soon h2 {
    font-size: 1.375em;
    margin-bottom: 1em;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

#stocks p.stockdisclosure {
    font-size: 0.875em;
    line-height: 1.5em;
}

@media only screen and (max-height:750px) {
    #stocks p.stockdisclosure {
        font-size: 0.775em;
        line-height: 1.5;
    }

    #weather, #stocks {
        padding: 0 5% 7% 0;
    }
}

.symbol, .exchange, .highPrice, .lowPrice, .tradeVolume, .avgVolume, .marketCap, .openPrice, .yesterdayClose, .percentChange, .lastTrade {
    width: 0;
    background: #C03;
    display: none;
}

#additionalSymbolsXY label {
    display: none;
}

#ticker {
    position: relative;
}

.quoteTable th {
    display: none;
}

#additionalSymbolsXY label {
    display: none;
}

#additionalSymbolsXY {
    display: none;
}

#additionalSymbolSubmit {
    display: none !important;
}

td.company {
    padding: 2%;
    white-space: pre;
    width: 40%;
    max-width: 200px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width:490px) {
    td.company {
        max-width: 100px;
    }
}

td.changeAmt {
    text-align: right !important;
    padding: 0px;
}

    td.changeAmt.Up, td.changeAmt.Down, td.lastPrice, td.lastPrice.Up, td.changeAmt.Steady {
        padding: 3% 5% 3% 2%;
        position: relative;
    }

    td.changeAmt.Up {
        color: #00ff00;
    }

    td.changeAmt.Down {
        color: #dba911;
    }

        td.changeAmt.Up::after, td.changeAmt.Down::after {
            font-family: "FontAwesome";
            font-size: 0.875em;
            position: absolute;
            right: 4px;
            top: 1.125em;
        }

    td.changeAmt.Up::after {
        content: "\f176";
    }

    td.changeAmt.Down::after {
        content: "\f175";
    }

div.stockname {
    white-space: nowrap;
    overflow: hidden;
    color: rgba(255,255,255,.8);
    text-overflow: ellipsis;
}

div.price, div.pricechange {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

div.pricechange {
}

tr.even { /*not used due to ios issue bug appying to all 'even' td's even with override*/
    /*background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );*/
}

tr.odd td {
}

tr.headerRow {
    display: none;
}

tr.even, tr.odd {
    position: relative;
}

    tr.even td:nth-child(2) {
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#26ffffff',GradientType=1 );
    }

    tr.even td:nth-child(4) {
        background: -moz-linear-gradient(left, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.1) 50%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.1) 50%);
        background: linear-gradient(to right, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0.1) 50%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#1affffff',GradientType=1 );
    }

    tr.even td:nth-child(11) {
        background: -moz-linear-gradient(left, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 1%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.1) 1%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.1) 1%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1affffff', endColorstr='#00ffffff',GradientType=1 );
    }

#sub-content {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    /* border-bottom: 1px solid #d6d6d6; */
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
}

    #sub-content:before {
        display: block;
        content: '';
        position: absolute;
        width: 100%;
        height: 120px;
        background: -moz-linear-gradient(top, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#00ffffff',GradientType=0 );
        z-index: 2;
    }

.desktop #sub-content {
    min-height: 300px;
    padding-bottom: 2%;
    overflow-x: hidden;
}

.guide.desktop #sub-content {
    padding-bottom: 0 !important;
}

.mobile #sub-content {
    padding-bottom: 5%;
}

.lastimage #sub-content {
    padding-bottom: 0;
}

.subsection {
    width: 100%;
    background: rgb(250,249,247);
    background: -moz-linear-gradient(top, rgba(250,249,247,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(250,249,247,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(250,249,247,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f7', endColorstr='#ffffff',GradientType=0 );
}

    .subspecial .subsection, .blog .subsection, .subsection:last-of-type {
    }

    .subsection:last-of-type {
        min-height: 0;
    }

.subpromobottom .subsection:last-of-type {
    min-height: 435px;
}

.ie9 .subsection {
    background: #fefdfb;
}
/*#sub-content div.subsection:first-of-type .subsection-content:first-of-type, #Form1 .subsection:nth-of-type(2) .subsection-content:first-of-type {
	padding: 1% 20px 5% 20px;
}*/
.subspecial .subsection, .blog .subsection, .subsection:last-of-type {
    /* padding-top: 130px !important; */
}

.subsection-image + .subsection:last-of-type,
.subsection-image-no-fade + .subsection:last-of-type,
.subsection-image-white + .subsection:last-of-type {
    padding-top: 0 !important;
    min-height: 0;
}

.subsection-table, .subsection-image-table {
    opacity: 0;
    width: 100%;
    min-height: 550px;
    margin: 0 auto;
}

    .subsection-table td:first-of-type {
        padding: 40px 20px;
    }

.subsection-content, .subsection-image-content, .subsection-table, .subsection-image-table,
.subsection-image-no-fade-content, .subsection-image-white-content {
    position: relative;
    width: 100%; /*68%*/
    min-width: 996px;
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px 8% 20px calc(8% + 107px);
    line-height: 1.5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3;
}

@media only screen and (min-width:1650px) {
    .subsection-content, .subsection-image-content, .subsection-image-no-fade-content, .subsection-image-white-content {
        padding: 20px 2% 20px calc(2% + 107px);
    }
}

.subsection-image-content {
}

.subsection-image, .subsection-image-no-fade, .subsection-image-white {
    padding: 20px 2% 125px 2%;
}

.overlapped .subsection-image-content, .overlapped .subsection-image-no-fade-content, .overlapped .subsection-image-white {
    padding: 20px 2% 180px 2%;
    /* min-height: 220px; */
}

.subsection-content {
    position: relative;
    z-index: 10;
}

.desktop .subsection-content {
    background-clip: padding-box;
    /* padding: 30px 2% 40px 2%; */
    min-height: 200px;
}

body.subspecial .subsection-content, body.blog .subsection-content, .subsection:last-of-type .subsection-content {
    margin-top: 0;
    min-height: 350px;
}

.subsection-image + .subsection:last-of-type .subsection-content {
    /* margin-top: -165px; */
}

#sub-content div.subsection-image:nth-of-type(1),
#sub-content div.subsection-image-no-fade:nth-of-type(1),
#sub-content div.subsection-image-white:nth-of-type(1)
#Form1 .subsection-image:nth-of-type(1) {
    padding-top: 130px;
    min-height: 400px;
}

.subsection-image, .subsection-image-no-fade, .subsection-image-white {
    position: relative;
    width: 100%;
    padding: 5% 0;
    min-height: 260px;
    background-color: #FFF;
    border-top: 1px solid #e8e4d9;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid #d0cdc3;
}

    .subsection-image:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 85%;
        background: -moz-linear-gradient(left, rgba(255,226,148,1) 0%, rgba(255,226,148,0.9) 40%, rgba(255,226,148,0) 100%);
        background: -webkit-linear-gradient(left, rgba(255,226,148,1) 0%,rgba(255,226,148,0.9) 40%,rgba(255,226,148,0) 100%);
        background: linear-gradient(to right, rgba(255,226,148,1) 0%,rgba(255,226,148,0.9) 40%,rgba(255,226,148,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe294', endColorstr='#00ffe294',GradientType=1 );
        z-index: 1;
    }

    .subsection-image-white:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 85%;
        background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 40%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0.5) 40%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe294', endColorstr='#00ffe294',GradientType=1 );
        z-index: 1;
    }

    .subsection-image-white h1 {
        color: #892d41 !important;
        text-shadow: none !important;
    }

    /*.subsection-image + .subsection-image:nth-child(even):after {
        left: auto;
        right: 0;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 60%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.9) 60%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    }*/

    .subsection-image.overlapped,
    .subsection-image-no-fade.overlapped,
    .subsection-image-white.overlapped {
        padding: 100px 0 50px 0;
    }

    .subsection-image + .subsection-image {
        /* min-height: 300px; */
        /* padding: 50px 0 0 0; */
    }

    .subsection-image:first-of-type,
    .subsection-image-no-fade:first-of-type,
    .subsection-image-white:first-of-type {
        padding-top: 8%;
    }

.desktop .subsection-image + .subsection-image.
.desktop .subsection-image,
.desktop .subsection-image-no-fade,
.desktop .subsection-image-no-fade + .subsection-image,
.desktop .subsection-image-white,
.desktop .subsection-image-white + .subsection-image {
    min-height: 350px;
}

.desktop.bankwithus .subsection-image + .subsection-image {
    min-height: 450px;
}

.subsection-image:last-of-type,
.subsection-image-no-fade:last-of-type,
.subsection-image-white:last-of-type {
    padding-bottom: 0;
}

.lastimage .subsection-image:last-of-type,
.lastimage .subsection-image-no-fade:last-of-type,
.lastimage .subsection-image-white:last-of-type {
    position: relative;
    padding-bottom: 70px;
    border-bottom: 0;
}

@media only screen and (min-width:1350px) {
    .subsection-image, .subsection-image-no-fade, .subsection-image-white {
        min-height: 360px;
    }
}

@media only screen and (max-width:1250px) {
    .subsection-content, .subsection-image-content {
        /* padding-left: calc(1% + 107px); */
    }
}

@media only screen and (max-width:1080px) {
    .subsection-content, .subsection-image-content, .subsection-image-no-fade-content, .subsection-image-white-content {
        /* width: 908px; */
        min-width: 0;
    }

    .subsection-image-content {
    }

    .desktop .subsection-content {
        /* width: 930px; */
    }
}

@media only screen and (max-width:1006px) {
    .subsection-content, .subsection-image-content, .subsection-image-no-fade-content, .subsection-image-white-content {
        width: 96% !important;
        min-width: 0;
        padding: 5% 2%;
    }

    #sub-content div.subsection-image:first-of-type,
    #sub-content div.subsection-image-no-fade:first-of-type,
    #sub-content div.subsection-image-white:first-of-type,
    #Form1 .subsection-image:nth-of-type(2) {
        padding-top: 0;
        border-top: none;
        min-height: 0;
    }

    .subsection-image, .subsection-image.overlapped, #sub-content div.subsection-image:nth-of-type(2), #Form1 .subsection-image:nth-of-type(2) {
        /* min-height: 300px; */
        /* padding: 2% 0 5% 0; */
    }

    .subsection-content {
    }

    .subspecial .subsection, .blog .subsection, .subsection:last-of-type {
    }

    .subsection-image + .subsection:last-of-type {
        /* padding-top: 130px !important; */
    }
}

@media only screen and (max-width:568px) /*iPhone 5 Landscape*/ {
    .subsection-image,
    .subsection-image-no-fade,
    .subsection-image-white,
    .subsection-image.overlapped,
    #sub-content div.subsection-image:nth-of-type(2),
    #Form1 .subsection-image:nth-of-type(2) {
        min-height: 200px;
    }

        .subsection-image:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background-color: rgba(255,226,148,.8);
            z-index: 1;
        }

        .subsection-image + .subsection-image:nth-child(even):after {
            background-color: rgba(255,255,255,.85);
        }

        .subsection-content > table > td, .subsection-image-content > table > td,
        .subsection-image-no-fade-content > table > td, .subsection-image-white > table > td {
            /* display: block; */
            width: auto !important;
            padding: 2% 0 2% 2%;
        }

    .subsection-image-content > table td,
    .subsection-image-no-fade-content > table td,
    .subsection-image-white-content > table td {
        display: none;
        width: auto !important;
        padding: 2% 0 2% 2%;
    }

        .subsection-image-content > table td.show,
        .subsection-image-no-fade-content > table td.show,
        .subsection-image-white-content > table td.show {
            display: block;
            float: left;
            width: 96% !important;
            padding: 2% 0 2% 2%;
        }

    .subsection-image,
    .subsection-image-no-fade,
    .subsection-image-white {
        /* background-size: 240%; */
        min-height: 0;
        height: auto;
        padding: 0;
        border: none;
        background-color: #FFF;
    }

        .subsection-image-white:after {
            width: 100%;
            background: rgba(255,255,255,.8);
        }

        .subsection-image-no-fade .subsection-image-no-fade-content {
            /* width: 100% !important; */
            /* min-width: 0; */
            /* padding: 14% 0; */
        }

    .subsection-image-content > table {
        /* background: rgba(255,255,255,.85); */
        /* border-radius: 10px 10px 0 0; */
        /* border: 2px solid rgba(255,255,255,1); */
        /* padding: 2% 5%; */
        /* margin-top: 20%; */
    }

    #sub-content .subsection-image:first-of-type, #Form1 .subsection-image:nth-of-type(2) {
        /* padding: 0%; */
    }

    .subsection {
        background: #FFF;
        border: none;
    }

    .subsection-content {
        margin-top: 0;
        box-shadow: none;
        padding: 0;
        width: 90% !important;
        padding: 2% 2%;
    }
}
/*SITE NOTICE
-------------------------------------------------------------------------------------------*/
.notice {
    font-size: 1.125rem;
    line-height: 1.2;
    color: #fff;
    background-color: #fffc00;
    overflow: hidden;
    height: auto;
    -webkit-transition: max-height .75s ease;
    -moz-transition: max-height .75s ease;
    -ms-transition: max-height .75s ease;
    -o-transition: max-height .75s ease;
    transition: max-height .75s ease;
    max-height: 0px;
    position: fixed;
    z-index: 20600;
    bottom: 0;
    width: 100%;
}

    .notice.active {
        -webkit-transition: max-height .75s ease;
        -moz-transition: max-height .75s ease;
        -ms-transition: max-height .75s ease;
        -o-transition: max-height .75s ease;
        transition: max-height .75s ease;
        max-height: 300px;
    }

body.noticeactive .notice:not(.appbanner) {
    max-height: 300px;
}

body.bannernoticeactive .notice.appbanner.active {
    max-height: 300px;
}

.notice table {
    margin: 0;
}

    .notice table tr td {
        border: none;
    }

.noticeHtml table td {
    padding: 15px 5%;
    text-align: center;
}

    .noticeHtml table td:last-of-type {
        text-align: left;
    }

.noticeHtml h2 {
    margin: .2em 0;
    padding: .2em 0;
}

.noticeHtml p {
}

.noticeHtml > p {
}

}

.noticeHtml > p:first-of-type {
}

.noticeHtml > p:last-of-type {
}

.noticeHtml > p:first-of-type:last-of-type {
}

.noticeHtml {
    overflow: hidden;
    color: #000;
}

#notice.active .noticeHtml {
    box-shadow: 0px 1px 10px rgba(0,0,0,.25);
}

.noticeHtml a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
}

    .noticeHtml a:hover {
        color: rgba(255,255,255,1);
    }

.noticeHtml td.rev {
    background-color: transparent;
}

.noticecloser, .noticeclosersession {
    position: absolute;
    display: block;
    min-height: 30px;
    box-sizing: border-box;
    width: 20px;
    cursor: pointer;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 22px;
    top: 10px;
}

.noticecloser {
    right: 15px;
}

.noticeclosersession {
    right: 45px;
}

.noticecloser:before {
    content: "\f00d";
}

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

.noticecloser:before, .noticeclosersession:before {
    color: rgba(0,0,0,.5);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.noticecloser:hover:before, .noticeclosersession:hover:before {
    color: rgba(0,0,0,1);
}

.noticeHtml table td:first-child:before {
    content: '\f071';
    font-family: 'FontAwesome';
    position: absolute;
    left: 2%;
    top: 50%;
    margin-top: -35px;
    font-size: 70px;
    opacity: .4;
    z-index: 1;
    color: rgba(128, 128, 128, 0.5);
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.noticeHtml:hover table td:first-child:before {
    opacity: 1;
}

.noticeHtml table td:first-child {
    width: 25%;
    text-align: right;
}

.noticeHtml table td h3 {
    font-size: 1.75rem;
    margin: .5em 0;
}

@media only screen and (max-width:890px) {
    .noticeHtml table td:first-child {
        width: 30%;
    }

    .noticeHtml table td {
        float: none;
    }

        .noticeHtml table td:first-child:before {
            display: none;
        }
}

@media only screen and (max-width:568px) {
    .noticeHtml table td:first-child p {
        font-size: 16px;
    }

    .noticeHtml table td h3 {
        font-size: 1.35rem;
        margin: 1em 0;
    }

    .noticeHtml p {
        padding: 5px 0;
        margin: 5px 0;
        position: relative;
        z-index: 2;
    }

    .noticeHtml ul {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width:320px) {
    .noticeHtml table td {
        width: 90% !important;
        float: left;
        padding: 0 5%;
    }

        .noticeHtml table td:first-child {
            text-align: center;
        }

            .noticeHtml table td:first-child:before {
                font-size: 50px;
            }

        .noticeHtml table td:last-of-type {
            text-align: center;
        }

    .noticecloser {
        /* top: -50px; */
        /* right: 10px; */
    }

    .noticeclosersession {
        /* top: -48px; */
        /* right: 45px; */
    }
}
/*TEXT
-------------------------------------------------------------------------------------------*/
.content {
    color: #000;
}

    .content a {
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .content h1, .content h2, .content h3, .content h4, .content h5, .content p, .content ul, .content ol, .content blockquote, .content pre, .content dl, .content dt, .content dd {
        /* margin-top: 3px; */
        /* padding-top: 3px; */
        /* margin-bottom: 5px; */
        /* padding-bottom: 5px; */
    }

    .content ul {
        margin: 0px 0px 0px 20px;
        padding: 5px 0px 5px 0px;
        list-style-type: none;
    }

    .content ol {
        margin: 0px 0px 10px 20px;
        padding: 5px 0px 5px 0px;
    }

        .content ol li {
            padding: 6px 0px 6px 0px;
        }

    .content ul li {
        position: relative;
        padding: 6px 0px 6px 25px;
        background-repeat: no-repeat;
    }

        .content ul li:before {
            content: "\f0c8";
            font-family: 'fontAwesome';
            color: #892d41;
            height: auto;
            width: 16px;
            display: block;
            position: absolute;
            text-align: center;
        }

    .content ul ul li:before {
        content: "\f096";
    }

    .content ul.List-Checkmark li {
        /* padding: 6px 0px 6px 30px; */
        /* background-repeat: no-repeat; */
    }

        .content ul.List-Checkmark li:before {
            content: "\f00c";
            font-family: 'fontAwesome';
            color: #892d41;
            height: 100%;
            display: block;
            position: absolute;
            text-align: center;
            text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.8);
        }

    .content ul.List-Checkmark ul li:before {
        content: "\f096";
        font-size: 12px;
        height: auto;
        width: 16px;
        top: .65vw;
        left: 5px;
    }

    .content h1 {
        position: relative;
        margin: 0 0 15px 0;
        padding: 10px 0px .75vw 0px;
        color: #FFF;
        text-align: center;
        font-weight: normal;
        font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
        text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.55);
        border-bottom: 1px solid #797979;
    }

    .content .subsection-image,
    .content .subsection-image-no-fade {
        color: #000;
    }

body.subspecial .content .subsection-content h1 {
    margin: 0;
    padding: 5px 0;
}

.content h2 {
    position: relative;
    padding: 5px 20px 10px 0;
    margin: 15px 0;
    color: #286891;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
}

    .content h2:after {
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        bottom: 0;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(196,196,196,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(196,196,196,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(196,196,196,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    }

.ie9 .content h2 {
    border-bottom: 1px solid #d8d8d8;
}

.content .subsection-image-content h2,
.content .subsection-image-no-fade-content h2,
.content .subsection-image-white-content h2 {
    margin: 5px 0;
    border: none;
}

    .content .subsection-image-content h2:before,
    .content .subsection-image-content-no-fade h2:after {
        display: none;
    }

.content h3 {
    color: #515151;
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    line-height: 1;
    padding: 2px 0px 2px 0px;
    margin: 2vw 0 .5vw 0;
}

.content ul li h3, .content ul li h4, .content h2 + h3 {
    margin-top: 0;
}

.content h4 {
    font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
    color: #3f99d4;
    padding: 2px 0px 2px 0px;
    margin: 15px 0 0 0;
}

.content h5 {
    font-weight: bold;
}

.content h6 {
    font-size: 10px;
    line-height: 12px;
    color: #7d7d7d;
    padding: 2px 0px 2px 0px;
    margin: 4px 0px 0px 0px;
    font-weight: normal;
}

.content sup, .content sub, .styledtable sup, .styledtable sub, productTable sup, productTable sub {
    line-height: 0px !important;
    vertical-align: baseline;
    position: relative;
}

.content figure {
    margin: 0 2% 3% 2%;
    padding: 0;
}

.content figcaption {
    color: #b39254;
}

.content img {
    max-width: 100% !important;
}

.Disclaimer {
    color: #797979;
    margin-bottom: 3px;
    margin-top: 3px;
    padding: 0;
    font-weight: normal;
}

fieldset {
    padding: 10px;
    border: 1px #2382E2 solid;
}

    fieldset legend {
        color: #636363;
        padding: 5px;
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
    }

blockquote {
    float: right;
    position: relative;
    width: 40%;
    display: block;
    font-size: 1.6em;
    line-height: 1.2em;
    color: #7d7d7d;
    border-left: 1px #cacaca solid;
    padding: 0px 0px 0px 55px;
}

    blockquote:before {
        font-family: Georgia, sans-serif;
        display: block;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        left: 10px;
        top: 20px;
        color: #0093d0;
    }

i {
    font-family: 'global-icons';
    font-style: normal;
    font-weight: normal;
}
/*IMAGES
-------------------------------------------------------------------------------------------*/
.content .Float-Left, .content .Float-Right {
    margin-bottom: 10px;
}

.content .Float-Left {
    float: left;
    margin-right: 10px;
}

.content .Float-Right {
    float: right;
    margin-left: 10px;
}

.Image-Officers {
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
}
/*TABLES
-------------------------------------------------------------------------------------------*/
.content table td {
    vertical-align: top;
}

.calcs .content .InputContainer table td:first-child {
    padding: 0;
}

.calcs .content .InputContainer table td:nth-child(2) {
    padding-left: 0;
}

.calcs .content .InputContainer table td {
    vertical-align: middle;
    padding: 0 2%;
}

.calcs form {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.Table-Style {
    margin: 15px 0px 20px 0px;
    border-collapse: separate;
}

    .Table-Style th {
        font-weight: normal;
        padding: 20px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #d7d7d7;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d7d7d7;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #d7d7d7;
        background-color: #ededed;
        text-align: center;
        color: #000;
        vertical-align: middle;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

        .Table-Style th p {
        }

    .Table-Style tr:first-child th:first-child {
        /*-moz-border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	border-top-left-radius: 7px;*/
        text-align: left;
    }

    .Table-Style tr th:last-child {
        /*-moz-border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;*/
        border-right-width: 0;
    }

    .Table-Style th p {
        margin: 0;
        padding: 0;
    }

    .Table-Style th:first-child {
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #d7d7d7;
        text-align: left;
    }

    .Table-Style th a {
        color: #d2e7df;
    }

        .Table-Style th a:hover {
            color: #FFFFFF;
        }

    .Table-Style td {
        padding: 20px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #d7d7d7;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d7d7d7;
        text-align: center;
        vertical-align: middle;
    }

        .Table-Style td p {
            margin: 0;
            padding: 0;
        }

            .Table-Style td p + p {
                margin-top: 5px;
            }

        .Table-Style td:first-child {
            text-align: left;
            border-left-width: 1px;
            border-left-style: solid;
            border-left-color: #d7d7d7;
            font-weight: normal;
        }

            .Table-Style td:first-child p + p {
                font-family: 'Roboto Light', Arial, Helvetica, sans-serif;
            }

    .Table-Style tr:last-child td:first-child {
        /*border-radius: 0 0 0 8px;*/
    }

    .Table-Style tr:hover {
        padding: 7px;
        background-color: #eee;
    }

    .Table-Style td[colspan] {
        background-color: #dde6e6 !important;
    }

    .Table-Style td[colspan], .Table-Product td[colspan] {
        color: #004e5a;
    }

    .Table-Style caption {
        padding: 12px 20px;
        font-family: 'Roboto Light',Arial, Helvetica, sans-serif;
        margin: 15px 0 0 0;
        color: #FFF;
        text-align: left;
        background-color: #286891;
        font-weight: normal;
        border-radius: 10px 10px 0 0;
    }

    .Table-Style tr:nth-child(even) td {
        background-color: #fefaec;
    }

    .Table-Style tr:nth-child(odd) td {
        background-color: #ffffff;
    }

.Table-Simple {
    border-bottom-color: #e4e4e4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-collapse: separate;
    margin-top: 15px;
    margin-bottom: 15px;
    background: -moz-linear-gradient(top, rgba(234,234,234,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(234,234,234,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(234,234,234,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6eaeaea', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

    .Table-Simple th p, .Table-Simple td p {
        /* font-weight: normal; */
    }

    .Table-Simple th p, .Table-Simple td p, .Table-Simple th h2, .Table-Simple th h3 {
        padding: 0;
        margin: 0;
    }

        .Table-Simple td p + p {
            margin-bottom: 5px;
        }

    .Table-Simple th {
        padding: 5px 10px;
    }

    .Table-Simple td {
        padding: 20px;
        border-top-color: #dcdcdc;
        border-top-width: 1px;
        border-top-style: solid;
        text-align: center;
        vertical-align: top;
    }

        .Table-Simple td:first-child, .Table-Simple th:first-child {
            text-align: left;
        }

    .Table-Simple tr td:first-child, .Table-Simple tr th:first-child {
        position: relative;
        background-color: #f3f3f3;
        padding-left: 30px;
    }

    .Table-Simple th {
        font-weight: bold;
        text-align: center;
        padding: 15px;
    }

.Table-Product {
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 10px 0 20px 0;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #AEB89D;
    border-collapse: separate;
}

    .Table-Product th {
        padding: 24px 20px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #4b92bf;
        background: #286891; /* Old browsers */
        text-align: center;
        vertical-align: middle;
        color: #fff;
        /* text-shadow: 1px 1px 2px #002b1d; */
        font-weight: normal;
    }

        .Table-Product th p, .Table-Product th a {
        }

    .Table-Product td {
        border-bottom: 1px #d2d2d2 solid;
        border-right: 1px #d2d2d2 solid;
        text-align: center;
        padding: 15px;
        background: #FFF;
        vertical-align: middle;
        /* border-collapse: separate; */
    }

    .Table-Product tr:first-child td:first-child, .Table-Product tr th:nth-child(2) {
        -moz-border-top-left-radius: 7px;
        -webkit-border-top-left-radius: 7px;
        border-top-left-radius: 7px;
    }

    .Table-Product tr th:last-child {
        -moz-border-top-right-radius: 7px;
        -webkit-border-top-right-radius: 7px;
        border-top-right-radius: 7px;
        border-right-width: 0;
    }

    .Table-Product tr:first-child td:first-child {
        border-top: 1px #d2d2d2 solid;
    }

    .Table-Product tr th:first-child, .Table-Product tr td:first-child {
        text-align: left;
        border-left: 1px #d2d2d2 solid;
        border-right-width: 0;
    }

    .Table-Product tr:last-child td:first-child {
        /*border-bottom-left-radius: 7px; 
	-moz-border-bottom-left-radius: 7px;
	-webkit-bottom-left-radius: 7px;*/
    }

    .Table-Product tr th:first-child {
        background: none !important; /* Old browsers */
        background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 100%); /* IE10+ */
        background: linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); /* W3C */
        border-left-width: 0;
        border-left: none;
        border-right-width: 0;
    }

    .Table-Product tr td:first-child {
        position: relative;
        background-color: #f7f7f7;
        font-weight: normal;
        background-image: url('images/table-column-shadow.png');
        background-repeat: repeat-y;
        background-position: right top;
        font-family: 'Roboto', Arial, Helvetica, sans-serif;
    }

    .Table-Product tr:last-child td {
        border-bottom: 1px #d2d2d2 solid;
    }

        .Table-Product tr:last-child td:last-child {
        }

    .Table-Product tr td:last-child {
        border-right: 1px #d2d2d2 solid;
    }

    .Table-Product caption, .Table-Product tr th:first-child, .Table-Product tr th:first-child p {
        padding: 7px;
        color: #000;
        text-align: left;
        font-weight: normal;
        text-shadow: none;
        background: none;
    }

        .Table-Product tr th:first-child, .Table-Product tr th:first-child p {
            text-align: center;
        }

    .Table-Product th p, .Table-Product th a {
        padding: 0px;
    }

        .Table-Product th a:hover {
            color: #c7c7c7;
        }

    .Table-Product th .Disclaimer {
        color: #FFF !important;
        font-size: 16px !important;
    }

    .Table-Product ul p, #Form1 .Table-Product ul p {
        padding: 0;
        margin: 0;
    }

    .Table-Product ul {
        text-align: left;
        margin: 0;
        padding: 0;
    }

        .Table-Product ul li {
            margin: 0;
        }

#Form1 .Table-Product ul li p {
    font-size: 15px;
    line-height: 18px;
}

.Table-Product ul li:before {
}

.Table-Product ul ul li:before {
}
/*even columns (minus the first column). Remove +3 if all columns needed*/
.Table-Product tr th:nth-child(2n+3) {
    background-color: #1d5172;
}

.Table-Switch-Kit {
    margin-top: -2vw;
    border-spacing: 0 2vw;
    border-collapse: separate;
}

    .Table-Switch-Kit td {
        position: relative;
        padding: 2% 3%;
        border-radius: 0px 10px 10px 0px;
        -moz-border-radius: 0px 10px 10px 0px;
        -webkit-border-radius: 0px 10px 10px 0px;
        border: 0px solid #000000;
        background: -moz-linear-gradient(left, rgba(221,221,221,0.65) 0%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(left, rgba(221,221,221,0.65) 0%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to right, rgba(221,221,221,0.65) 0%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6dddddd', endColorstr='#00000000',GradientType=1 );
        z-index: 1;
    }

.mobile .Table-Switch-Kit td {
    padding: 2% 30px;
}

.Table-Switch-Kit td:first-child {
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto Bold';
    font-size: 2rem;
    color: #FFF;
    background: none;
    background-color: #ba2a2b;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border: 0px solid #000000;
    width: 12%;
}

.Table-Switch-Kit td:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    margin: auto 0;
    top: 0;
    bottom: 0;
    left: -1px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #ba2a2b;
}

.Table-Switch-Kit td:first-child:before {
    display: none;
}

.Table-Switch-Kit tr:nth-child(2) td:first-child {
    background: none;
    background: rgb(139,24,27);
}

.Table-Switch-Kit tr:nth-child(3) td:first-child {
    background: none;
    background: rgb(101,18,20);
}

.Table-Switch-Kit tr:nth-child(2) td:before {
    border-left: 20px solid #8b181b;
}

.Table-Switch-Kit tr:nth-child(3) td:before {
    border-left: 20px solid #651214;
}

.Table-Switch-Kit td:first-child p + p {
    font-size: 8rem;
    line-height: 1;
}

.Table-Switch-Kit td:first-child p {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width:375px) {
    .mobile .Table-Switch-Kit td {
        padding: 3%;
    }

        .mobile .Table-Switch-Kit td:last-of-type {
            padding: 2% 5% 2% 8%;
        }
}

.Table-Normal {
    width: 100%;
}

    .Table-Normal td {
        padding: 0 10px;
        vertical-align: top;
    }

.officers .Table-Normal td {
    text-align: center !important;
}

.locations .Table-Normal td {
    position: relative;
    padding: 15px 10px;
}

    .locations .Table-Normal td:first-child:after {
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        bottom: 0;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(196,196,196,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(196,196,196,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(196,196,196,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c4c4c4',GradientType=1 ); /* IE6-9 */
    }

    .locations .Table-Normal td:last-child:after {
        position: absolute;
        display: block;
        content: '';
        width: 100%;
        height: 1px;
        bottom: 0;
        background: -moz-linear-gradient(left, rgba(196,196,196,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(196,196,196,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(196,196,196,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    }

.locations .Table-Normal tr:last-child td:after {
    display: none;
}

@media only screen and (max-width:1000px) {
    .Table-Normal td {
        padding: 0;
    }

    .locations .Table-Normal > tbody > tr > td {
        padding: 10px 0;
    }
}

@media only screen and (max-width:667px) /*iPhone 6 Landscape*/ {
    table.Table-Normal > tbody > tr > td {
        float: left;
        width: 100% !important;
    }

    .locations .Table-Simple td {
        float: none;
    }
}

table.Table-Privacy {
    width: 100%;
    color: #686969;
    margin: 20px 0;
    padding: 0;
    border-bottom: 5px #ccc solid;
}

    table.Table-Privacy caption {
        background-color: #313131;
        color: #FFFFFF;
        padding: 1em 1.5em;
        /* margin-top:20px; */
        overflow: hidden;
    }

.Table-Privacy th {
    background: #949596;
    padding: 10px 10px;
    border: 1px #fff solid;
    color: #fff;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

    .Table-Privacy th p {
        font-family: 'Roboto Bold', Arial, Helvetica, sans-serif;
        font-weight: 700;
        color: #fff;
        font-size: 17px;
    }

.Table-Privacy p, .Table-Privacy ul li {
}

.Table-Privacy td ul li p {
    margin: 0;
    padding: 0;
}

.Table-Privacy th h3 {
    color: #fff;
}

.Table-Privacy > tbody > tr > td {
    padding: .75em;
    border: 1px #fff solid;
}

.Table-Privacy td.rev {
    background: #EFEFEF;
    border: 1px #fff solid;
}

.Table-Privacy > tbody > tr:nth-child(even) td {
    background-color: #ffffff;
}

.Table-Privacy > tbody > tr:nth-child(odd) td {
    background-color: #EFEFEF;
}

#the-form {
    max-width: 90%;
    margin: 0 auto;
}

@media only screen and (max-width:490px) {
    .mobile #the-form {
        max-width: 100%;
    }
}
/*FONT SIZING
-------------------------------------------------------------------------------------------*/
.content h1 {
    font-size: 3.750vw;
    line-height: 1;
}

.content h2 {
    font-size: 2.188vw;
    line-height: 1.2;
}

.content h3 {
    font-size: 1.750vw;
    line-height: 1.2;
}

.content h4 {
    font-size: 1.475vw;
    line-height: 1;
}

.content ul li:before {
    font-size: 0.750rem;
    top: 0.588vw;
    left: .188vw;
}

.content ul.List-Checkmark li:before {
    font-size: 1.375vw;
    top: 0.6vw;
    left: .5vw;
}

@media only screen and (min-width:1200px) {
    .content ul.List-Checkmark li:before {
        top: .1vw;
        left: -.23vw;
    }
}

.subsection-content, .subsection-image-content, .subsection-image-no-fade-content, .subsection-image-white-content, .Table-Style th, .Table-Product th {
    font-size: 1.5vw;
}

.Table-Style caption {
    font-size: 1.563vw;
}

.Disclaimer {
    font-size: 1.2vw;
}

@media only screen and (min-width:1400px) {
    .subsection-content, .subsection-image-content, .subsection-table, .subsection-image-table,
    .subsection-image-no-fade-content, .subsection-image-white-content {
        font-size: 1.15vw;
    }

    .Table-Style th {
        font-size: 1.250vw;
    }

    .Table-Style caption {
        font-size: 1.563vw;
    }

    .Table-Product th {
        font-size: 1.250vw;
    }

    .Disclaimer {
        font-size: .875vw;
    }

    .content ul li {
        padding: 6px 0px 6px 1.5em;
    }

    .content ul.List-Checkmark li:before {
        top: -.05vw;
        left: -5px;
    }
}

.mobile .subsection-content, .mobile .subsection-image-content, .mobile .subsection-table, .mobile .subsection-image-table,
.mobile .subsection-image-no-fade-content, .mobile .subsection-image-white-content {
    font-size: .95rem;
}

.mobile .content ul li:before {
    font-size: 0.850rem;
    top: 7px;
    left: 0;
}

.mobile .content ul.List-Checkmark li:before {
    font-size: 1.25rem;
    top: 0;
}

.mobile .content h1 {
    font-size: 2rem;
}

.mobile .content h2 {
    font-size: 1.55rem;
}

.mobile .content h3 {
    font-size: 1.25rem;
}

.mobile .content h4 {
    font-size: 1rem;
}

.mobile .Table-Style th, .mobile .Table-Product th {
    font-size: .95rem;
}

.mobile .Table-Style caption {
    font-size: 1.25rem;
}
/*LINKS
-------------------------------------------------------------------------------------------*/
[class*="Button"] {
    position: relative;
    display: inline-block;
    color: #000;
    padding: 10px 30px;
    margin: 8px 0;
    font-size: 1.125vw;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    background-color: #3f99d4;
    border: 2px solid #3f99d4;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    border-radius: 23px 23px 23px 23px;
    -moz-border-radius: 23px 23px 23px 23px;
    -webkit-border-radius: 23px 23px 23px 23px;
    /* border: 0px solid #000000; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

[class*="plain"] .Button1 {
    color: #286891;
    background-color: #FFF;
    border: 2px solid #FFF;
}

.Button2 {
    color: #3f99d4;
    background-color: transparent;
    border: 2px solid #3f99d4;
}

[class*="plain"] .Button2 {
    color: #FFF;
    background-color: transparent;
    border: 2px solid #FFF;
}

.Button3 {
    color: #FFF !important;
    background-color: #286891;
    border: 2px solid #286891;
}

.Button4 {
    color: #286891;
    background-color: #FFF;
    border: 2px solid #FFF;
}

[class*="Button"]:not(:only-of-type) {
    margin-right: 20px;
}

[class*="Button"] + [class*="Button"] {
    margin-left: 0;
}

.Button1:disabled, .Button2:disabled {
    border: 2px solid #aeaeae !important;
    background-color: #FFF !important;
    color: #aeaeae !important;
}

.Button1:hover {
    color: #FFF !important;
    background-color: #286891;
    border: 2px solid #286891;
}

.Button2:hover {
    color: #FFF !important;
    background-color: #286891;
    border: 2px solid #286891;
}

.Button3:hover {
    color: #FFF !important;
    background-color: #892d41;
    border: 2px solid #892d41;
}

.Button4:hover {
    color: #FFF !important;
    background-color: #892d41;
    border: 2px solid #892d41;
}

input.Button1, input.Button2, input[class*="Button"] {
    margin-top: .9em;
}

[class*="plain"] .Button1:hover, [class*="plain"] .Button2:hover {
    color: #FFF !important;
    background-color: #892d41;
    border: 2px solid #892d41;
}

@media only screen and (min-width:1200px) {
    .Button1, .Button2, [class*="Button"] {
        padding: 13px 30px;
        min-width: 200px;
    }
}

@media only screen and (max-width:790px) {
    .Button1, .Button2, [class*="Button"] {
        font-size: .75rem;
    }
}

@media only screen and (max-width:600px) {
    .Button1, .Button2, [class*="Button"] {
        font-size: .9rem;
    }
}

@media only screen and (max-width:412px) {
    .Button1, .Button2, [class*="Button"] {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

#gototop {
    position: fixed;
    width: 40px;
    height: 40px;
    right: 19px;
    bottom: 12px;
    background-color: #fff;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    color: rgba(255, 254, 255, .8);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(0.0);
    -moz-transform: scale(0.0);
    -ms-transform: scale(0.0);
    transform: scale(0.0);
    z-index: 2000;
}

    #gototop:hover {
        background: rgba(255,255,255, 1);
        color: #003299;
    }

.desktop.home .down-arrow {
    display: block;
}

.home.desktop #gototop {
    bottom: 80px;
    right: 14px;
    font-size: 30px;
    line-height: 38px;
    color: rgba(0, 0, 0, .5);
    background: none;
}

    .home.desktop #gototop:hover {
        color: rgba(137,45,65,1);
    }

.down-arrow {
    display: none;
    position: fixed;
    width: 0;
    height: 0;
    right: -42px;
    bottom: -42px;
    font-size: 30px;
    line-height: 38px;
    tet-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, .8);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2000;
}

.home .down-arrow span:first-of-type {
    display: block;
    position: absolute;
    top: -88px;
    right: 0;
    width: 0;
    height: 0;
    font-size: 30px;
    line-height: 38px;
    transform: rotate(-35deg);
    border-left: 120px solid transparent;
    border-right: 60px solid transparent;
    border-top: 80px solid rgba(137,45,65,.75);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.down-arrow span.fa-chevron-down:before {
    position: absolute;
    display: inline-block;
    top: -82px;
    left: -91px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.down-arrow span.fa-chevron-down:before {
    display: block;
    -webkit-animation: pulse 4s infinite forwards;
    -moz-animation: pulse 4s infinite forwards;
    -ms-animation: pulse 4s infinite forwards;
    animation: pulse 4s infinite forwards;
}

.down-arrow:hover span:first-of-type {
    border-top: 80px solid rgba(137,45,65,1);
    color: #FFF;
}

.down-arrow:hover span.fa-chevron-down:before {
    color: rgba(255, 255, 255, 1);
}

.showtop #gototop {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*PERSONALIZATION POPUP
-------------------------------------------------------------------------------------------*/
#personalizationPopupxy {
    display: block;
    position: fixed;
    width: 400px;
    z-index: 5000;
    top: -1000px;
    left: 50%;
    background: #ffe294;
    margin: 128px 0 0 -200px;
    padding: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.31);
    -moz-box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.31);
    box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.31);
    border-radius: 5px 5px 0 0;
    overflow: auto;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

    #personalizationPopupxy.active {
        top: 0px;
    }

.mobile #personalizationPopup.active {
    margin-top: 0px;
}

a#personalizationPopupx {
    color: #892d41;
    text-decoration: none;
}

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

.personalizationPopupTitle {
    color: #000;
}

#personalizationPopupxy p {
    margin: 3px 10px 3px 15px;
    padding: 6px 0 6px 0;
}

#personalizationPopupx {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 40;
    top: 4px;
    right: 0px;
    display: block;
    padding: 3px;
    font-weight: 700;
    margin-top: -2px;
    font-size: 17px;
}

    #personalizationPopupx a:hover {
        background-position: 0px -16px;
    }

#personalizationPopup {
    padding: 5px 5% 15px 5%;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 0;
    overflow: auto;
    color: #000;
    box-sizing: border-box;
}

    #personalizationPopup h1 {
        display: block;
        font-size: 17px;
        padding: 0 0 0 0;
        margin: 0 0 2px 0 !important;
        text-transform: uppercase;
        font-weight: normal;
    }

    #personalizationPopup h2 {
        font-size: 28px;
        font-weight: 400;
        letter-spacing: -0.05em;
        line-height: 1em;
        color: #002a41;
        margin-bottom: 0;
    }

    #personalizationPopup p {
        font-size: 14px;
        line-height: 20px;
        padding: 3px 0px 3px 0px;
        margin: 2px 0px 7px 0px;
    }

    #personalizationPopup label {
        display: inline-block;
        margin: 0 15px 0 0;
    }

    #personalizationPopup a {
        font-size: 12px;
        text-decoration: none;
    }

        #personalizationPopup a:hover {
            text-decoration: underline;
        }

    #personalizationPopup ol {
        list-style-type: decimal;
        margin: 0px 0px 10px 30px;
        padding: 0px;
    }

        #personalizationPopup ol li {
            font-size: 12px;
            margin: 3px 0px 3px 0px;
            padding: 3px 0px 3px 0px;
        }

#personalizationName {
    width: 100%;
    outline: 0;
    border: 1px solid #666;
    padding: 5px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 19px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

#personalizationForm {
    margin: 0;
    padding: 0;
}

#personalizationPopupSubmitBtn {
    padding: 10px;
    font-size: 14px;
}

    #personalizationPopupSubmitBtn:hover {
        background-color: #002a41;
        color: #fff;
    }

.personalizationPopupClosePerm {
    display: block;
    margin-top: 10px;
}

@media only screen and (max-width:490px) {
    #personalizationPopupxy {
        width: 100%;
        z-index: 5000;
        top: -1000px;
        left: 0;
        margin: 75px 0 0 0;
        position: absolute;
    }

    #personalizationPopup {
        padding: 15px 5% 15px 5%;
    }
}

.clearfloat {
    clear: both;
    height: 0px;
}

body.no-scroll #page {
    overflow: hidden !important;
    height: 100vh;
}

:root {
    --color4: #eeeeee;
    --color4-rgba: 238,238,238;
    --vertical-spacing: .75em;
    --remix: 0;
    --radius: calc(var(--remix) * .5em);
    --rotate: calc(var(--remix) * -10deg);
}

[class*="Table-Grid"] {
    --table-grid-width: calc(100% + (var(--vertical-spacing) * 2));
    --table-grid-width-half: calc(50% - (var(--vertical-spacing) * 2));
    --table-grid-width-thirds: calc(33% - (var(--vertical-spacing) * 2));
    --table-grid-width-fourths: calc(24% - (var(--vertical-spacing) * 2));
    margin-top: 1em;
}
/* Centered Rows No Queries 
-------------------------------------------------------------------------------------------*/
[class*="Table-Grid"] {
    display: block;
    width: 100%;
    overflow: hidden;
}

    [class*="Table-Grid"],
    [class*="Table-Grid"] > tbody,
    [class*="Table-Grid"] > tbody > tr,
    [class*="Table-Grid"] > tbody > tr > td {
        box-sizing: border-box;
    }

        [class*="Table-Grid"] > tbody {
            display: flex;
            flex-wrap: wrap;
            margin: calc(var(--vertical-spacing) * -1); /* -1x the tr margin */
            width: var(--table-grid-width); /* 100% + (2x the tr margin) */
        }

            [class*="Table-Grid"] > tbody > tr {
                display: flex;
                margin: var(--vertical-spacing);
                flex-grow: 0;
            }

                [class*="Table-Grid"] > tbody > tr > td {
                    display: inline-block;
                    max-width: 100%;
                }

                    [class*="Table-Grid"] > tbody > tr > td:only-of-type {
                        width: 100%;
                    }

                    [class*="Table-Grid"] > tbody > tr > td img {
                        max-width: 100%;
                        width: auto;
                        height: auto !important;
                    }

                    [class*="Table-Grid"] > tbody > tr > td > *:first-child {
                        margin-top: 0 !important;
                    }

                        [class*="Table-Grid"] > tbody > tr > td > *:first-child:not(blockquote) {
                            padding-top: 0 !important;
                        }

                    [class*="Table-Grid"] > tbody > tr > td > ul {
                        /* margin-left: 0; */
                        /* padding-left: 0; */
                    }

@media (min-width: 569px) {
    [class*="Table-Grid"][class*="-Half"] > tbody > tr {
        width: var(--table-grid-width-half);
    }

    [class*="Table-Grid"][class*="-Thirds"] > tbody > tr {
        width: var(--table-grid-width-thirds);
    }

    [class*="Table-Grid"][class*="-Fourths"] > tbody > tr {
        width: var(--table-grid-width-fourths);
    }
}

@media (min-width: 569px) and (max-width: 800px) {
    [class*="Table-Grid"][class*="-Thirds"] > tbody > tr {
        width: var(--table-grid-width-half);
    }

    [class*="Table-Grid"][class*="-Fourths"] > tbody > tr {
        width: var(--table-grid-width-half);
    }
}

@media (min-width: 801px) and (max-width: 1000px) {
    [class*="Table-Grid"][class*="-Fourths"] > tbody > tr {
        width: var(--table-grid-width-thirds);
    }
}

/*-----Table-Grid Grow-----*/
[class*="Table-Grid"][class*="-Grow"] > tbody > tr {
    flex-grow: 1;
}

@media (max-width: 667px) {
    [class*="Table-Grid"] > tbody > tr {
        flex-grow: 1;
    }
}

[class*="Table-Grid"] > tbody {
    justify-content: space-between;
}

    [class*="Table-Grid"] > tbody > tr > td {
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
    }

[class*="Table-Grid"][class*="-Panel"] > tbody > tr {
    background-color: var(--color4);
    border-radius: var(--radius);
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr {
    background-color: var(--color1);
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color2"] > tbody > tr {
    background-color: var(--color3);
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color"][class*="-All"] > tbody > tr:nth-child(2n+1) {
    background-color: var(--color1);
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color"][class*="-All"] > tbody > tr:nth-child(2n+2) {
    background-color: var(--color3);
}

[class*="Table-Grid"][class*="-Panel"] > tbody > tr > td {
    padding: calc(var(--vertical-spacing) * 2);
}

[class*="Table-Grid"][class*="-Color"] > tbody > tr {
    position: relative;
}

[class*="Table-Grid"][class*="-Thirds"] > tbody,
[class*="Table-Grid"][class*="-Fourths"] > tbody {
    justify-content: flex-start;
}

/*-----Table-Grid-Custom tables------*/
[class*="Table-Grid"][class*="-Team"] > tbody {
    justify-content: center;
}

    [class*="Table-Grid"][class*="-Team"] > tbody > tr > td {
        text-align: center;
    }

        [class*="Table-Grid"][class*="-Team"] > tbody > tr > td img {
            max-width: 15em;
        }

[class*="Table-Grid"][class*="-Color"] [class*="Button"] {
    border: .0375em solid rgba(255,255,255,.65);
    padding: .525em 1.425em;
}

/*-----Table-Grid-Step tables------*/
[class*="Table-Grid"][class*="-Step"] {
    counter-reset: step 0;
    overflow: visible;
}

[class*="Table-Grid"][class*="-Fourths"][class*="-Step"] {
    font-size: .75em;
}

[class*="Table-Grid"][class*="-Step"] > * > tr > * {
    display: grid;
    grid-template-areas: "step-part-1 step-header" "step-part-1 step-main";
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    column-gap: calc(var(--vertical-spacing) * 2);
    counter-increment: step;
}

    [class*="Table-Grid"][class*="-Step"] > * > tr > *:before {
        content: counter(step);
        grid-area: step-part-1;
        color: #fff;
        font-weight: bold;
        font-size: 3em;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        height: 7rem;
        width: 7rem;
        border-radius: calc(var(--radius) / 3);
        box-shadow: calc(var(--remix) * (.25em / 3)) calc(var(--remix) * (.25em / 3)) 0 var(--color3);
        transform: rotate(calc(var(--rotate) / 3));
        border-bottom: calc(var(--depth) * (.25em / 3)) rgba(0,0,0,.25) solid;
        background-color: rgba(var(--color1-rgba), calc(1 - (var(--translucency) * .15)));
        background-image: url(../images/circles.svg);
        background-position: 110% 35%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

[class*="Table-Grid"][class*="-Half"][class*="-Step"] > * > tr > *:before {
    height: 7rem;
    width: 7rem;
}

@media (max-width:400px) {
    [class*="Table-Grid"][class*="-Half"][class*="-Step"] > * > tr > *:before {
        height: 3rem;
        width: 3rem;
    }
}

@media (min-width:401px) and (max-width:568px) {
    [class*="Table-Grid"][class*="-Half"][class*="-Step"] > * > tr > *:before {
        height: 4rem;
        width: 4rem;
    }
}

@media (min-width:569px) and (max-width:800px) {
    [class*="Table-Grid"][class*="-Half"][class*="-Step"] > * > tr > *:before {
        height: 3rem;
        width: 3rem;
    }
}

@media (min-width:801px) and (max-width:1000px) {
    [class*="Table-Grid"][class*="-Half"][class*="-Step"] > * > tr > *:before {
        height: 4rem;
        width: 4rem;
    }
}

[class*="Table-Grid"][class*="-Thirds"][class*="-Step"] > * > tr > *:before {
    height: 4rem;
    width: 4rem;
}

[class*="Table-Grid"][class*="-Fourths"][class*="-Step"] > * > tr > *:before {
    height: 3rem;
    width: 3rem;
}

[class*="Table-Grid"][class*="-Step"] > * > tr > *:after {
    content: "Step " counter(step) "";
    grid-area: step-header;
    order: 1;
    font-weight: bold;
    font-size: 1.5em;
}

[class*="Table-Grid"][class*="-Step"] > * > tr > * > * {
    order: 2;
}

class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr {
    background-color: var(--color1);
    color: #FFF;
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr h2,
[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr h3,
[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr h4 {
    color: #FFF;
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr a:not([class*="Button"]) {
    color: #FFF;
    text-decoration: underline;
}

/*RESPONSIVE QUERIES
-------------------------------------------------------------------------------------------*/
@media only screen and (max-width:1000px) {
    .home .inner-content, #help-center {
        font-size: .95rem;
    }

    .home .section .inner-content h2 {
        font-size: 1.95rem;
    }

    #help-center h2 {
        font-size: 1.75rem;
    }

    .home .section .inner-content h2 + h2 {
        font-size: 1.55rem;
    }

    #help-center h2 + h2 {
        font-size: 1.35rem;
    }

    .home .section .inner-content h3 {
        font-size: 1.575rem;
    }

    #help-center h3 {
        font-size: 1.15rem;
    }

    .Disclaimer {
        font-size: .675rem;
    }
}

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

@media only screen and (max-width:890px) {
    .helpful-info .inner-content > table > tbody > tr > td > table {
        width: 100%;
    }

        .helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td a {
            font-size: .95rem;
            line-height: 72px;
            padding-left: 80px;
        }

        .helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td:first-child a {
            padding-right: 80px;
        }

        .helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td a:before {
            width: 50px;
            height: 50px;
            font-size: 1.75rem;
            line-height: 50px;
        }

    .helpful-info .inner-content a.icon-phone:before {
        font-size: 1.25rem;
    }

    .helpful-info .inner-content a.icon-IB-logomark:before {
        font-size: 1.75rem;
    }
}

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

@media only screen and (max-width:768px) /*iPad Portait*/ {
}

@media only screen and (max-width:736px) /*iPhone 6 Plus Landscape*/ {
}

@media only screen and (max-width:667px) /*iPhone 6 Landscape*/ {
}

@media only screen and (max-width:640px) /*Galaxy Note 1/2/3, S4, Nexus Landscape*/ {
}

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

@media only screen and (max-width:568px) /*iPhone 5 Landscape*/ {
}

@media only screen and (max-width:560px) /*Galaxy S, S2 Landscape*/ {
    .helpful-info .inner-content > table > tbody > tr > td > table {
        width: 232px;
    }

        .helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td, .helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td:first-child {
            width: 100%;
            padding: 2%;
            text-align: left;
        }

            .helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td a {
                padding-left: 80px;
            }

            .helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td:first-child a {
                padding-left: 80px;
                padding-right: 0;
            }

                .helpful-info .inner-content > table > tbody > tr > td > table > tbody > tr > td:first-child a:before {
                    margin-right: 10px;
                    margin-left: 0;
                    left: 0;
                }
}

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

@media only screen and (max-width:414px) /*iPhone 6 Plus Portrait*/ {
}

@media only screen and (max-width:400px) /*Galaxy Note 1 Portrait*/ {
}

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

@media only screen and (max-width:375px) /*iPhone 6 Portrait*/ {
}

@media only screen and (max-width:360px) /*Galaxy Note 2/3, S4, Portrait*/ {
}

@media only screen and (max-width:320px) /*iPhone 3-5, Galaxy S, S2, Portrait*/ {
}

@media print {
}


/*Table-Grid*/

:root {
    --vertical-spacing: .75em;
    --color1: #3f99d4;
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr {
    background-color: var(--color4);
    /*background: linear-gradient(135deg, #3f99d4 0%,#286891 100%);*/
    color: #FFF;
    flex-direction: column;
}

    [class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr > td:first-of-type {
        background-color: var(--color1);
    }

[class*="Table-Grid"][class*="-Color"] > tbody > tr td:first-of-type:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(images/circles.svg);
    background-position: 145% 35%;
    background-size: 64%;
    background-repeat: no-repeat;
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr td:last-of-type:not(:only-of-type) {
    background-color: var(--color4);
    color: #000;
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr td:first-of-type h2,
[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr td:first-of-type h3,
[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr td:first-of-type h4 {
    color: #FFF;
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr td:last-of-type:not(:only-of-type) h2,
[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr td:last-of-type:not(:only-of-type) h3,
[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr td:last-of-type:not(:only-of-type) h4 {
    color: #000;
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr td:first-of-type a:not([class*="Button"]) {
    color: #FFF;
    text-decoration: underline;
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr td:last-of-type:not(:only-of-type) a:not([class*="Button"]) {
    color: #3f99d4;
}

[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr td:first-of-type a:hover:not([class*="Button"]),
[class*="Table-Grid"][class*="-Panel"][class*="-Color1"] > tbody > tr td:last-of-type:not(:only-of-type) a:hover:not([class*="Button"]) {
    color: #034875;
}

[class*="Table-Grid"] > tbody > tr > td * {
    position: relative;
    z-index: 1;
}

/*SUBSECTION GUIDE
-------------------------------------------------------------------------------------------*/

[class*="subsection"][class*="-guide"] {
    position: relative;
    background: #fbfbe9 !important;
    box-shadow: 0 -0.135em 0.313em 0.125em rgba(0,0,0,0.22);
    z-index: 2;
}

    [class*="subsection"][class*="-guide"]:before {
        font-family: 'FontAwesome';
        content: '\f0d8';
        position: absolute;
        width: 0;
        height: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -0.65em;
        font-size: 5em;
        color: #fbfbe9;
        text-shadow: 0 -.095em .1em rgba(0,0,0,0.22);
        z-index: 9;
    }

    [class*="subsection"][class*="-guide"] h2 {
        color: #ff6600;
    }

@media (min-width: 1001px) {
    [class*="subsection"][class*="-guide"] .inner-content {
        padding: 2em 6em;
    }
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local(''), url('fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), url('fonts/source-sans-pro-v21-latin-300.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), url('fonts/source-sans-pro-v21-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local(''), url('fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), url('fonts/source-sans-pro-v21-latin-600.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), url('fonts/source-sans-pro-v21-latin-700.woff') format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: local(''), url('fonts/source-sans-pro-v21-latin-900.woff2') format('woff2'), url('fonts/source-sans-pro-v21-latin-900.woff') format('woff');
}

.fdic-notice {
    display: none;
    flex-direction: row;
    width: 100%;
    margin: 0;
    line-height: 1.25;
    overflow: hidden;
    box-sizing: border-box;
    text-align: left;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 12.8px;
    font-weight: 400;
    color: #000;
}

body.home .fdic-notice {
    display: flex;
}

body:not(.header-topnav) .fdic-notice {
    padding: 1em 0 1em 1em;
    align-items: center;
    justify-content: flex-start;
    /* background-color: #eeeeee; */
}

.fdic {
    display: none;
    position: relative;
    background-color: #e1e1e1;
    z-index: 100;
    width: 100%;
    height: 25px;
}

    .fdic .inner-content {
        padding: .25em 1em;
    }

@media (min-width: 1001px) and (max-width: 1100px) {
    .fdic-notice {
        font-size: .7em;
    }
}

body:not(.header-topnav) .fdic .fdic-notice {
    padding: 0;
    background: none;
}

@media (max-width: 1000px) {
    .header-topnav nav.secondary {
        flex-wrap: wrap;
        height: auto !important;
    }

    .fdic {
        display: flex;
    }

    .fdic-notice {
        /*justify-content: center;*/
        padding: .75em 0;
        font-size: .65em;
    }

    body:not(.header-topnav) .fdic-notice {
        font-size: .6em;
        padding: .7em !important;
    }

    body:not(.header-topnav) .fdic .fdic-notice {
        padding: 0 !important;
    }
}

.fdic-notice.fixed,
.fdic.fixed {
    position: fixed;
    z-index: 1000;
}

.fdic-notice img {
    width: auto;
    height: 15.74px;
    margin-right: .75em;
    display: block;
}

.header-topnav header nav.secondary {
    justify-content: space-between;
}

header nav.secondary p.fdic-notice + ul {
    width: 100%;
}

@media (max-width: 490px) {
    .fdic-notice, body:not(.header-topnav) .fdic-notice {
        font-size: .5em;
        line-height: 2;
    }
}
