@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGNbE_oMaV8t2eFeISPpzbdE.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v11/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff) format('woff');
}

@font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Serif Pro'), local('SourceSerifPro-Regular'), url(https://fonts.gstatic.com/s/sourceserifpro/v5/CeUM4np2c42DV49nanp55S0XUiYNEUS_1eNN5dXyLEY.woff) format('woff');
}

@font-face {
    font-family: 'Fiserv-First-Citizens';
    src: url('../fonts/Fiserv-First-Citizensac45.eot?ohu82t');
    src: url('../fonts/Fiserv-First-Citizensac45.eot?ohu82t#iefix') format('embedded-opentype'), url('../fonts/Fiserv-First-Citizensac45.ttf?ohu82t') format('truetype'), url('../fonts/Fiserv-First-Citizensac45.woff?ohu82t') format('woff'), url('../fonts/Fiserv-First-Citizensac45.svg?ohu82t#Fiserv-First-Citizens') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Fiserv-First-Citizens' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[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;
}

.icon-Check:before {
    content: "\e908";
}

.icon-nav-business:before {
    content: "\e903";
}

.icon-nav-about:before {
    content: "\e907";
}

.icon-nav-insurance:before {
    content: "\e906";
}

.icon-nav-online:before {
    content: "\e904";
}

.icon-nav-wealth:before {
    content: "\e905";
}

.icon-nav-deposit:before {
    content: "\e902";
}

.icon-ehl:before {
    content: "\e900";
}

.icon-fdic:before {
    content: "\e901";
}


html {
    font-size: 16px;
    line-height: 1.2;
    height: 100%;
}

a {
    text-decoration: none;
}

body {
    background-color: #cacaca;
    font-family: 'Source Sans Pro',Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #414141;
    position: static !important;
    height: 100%;
    min-height: 100%;
    animation-name: animateLoad;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
}

@keyframes animateLoad {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*----structure----*/
#header, #features, #footer, #nav {
    width: 100%;
}

#page {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 1;
    top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

body.home #page {
    height: 100%;
    width: 100%;
    top: 0 !important;
}

.inner-content, .inner-promo-content {
    width: 1280px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

#lightcase-content {
    font-family: 'Source Sans Pro',Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #414141;
}

#header {
    position: fixed;
    top: 0;
    z-index: 10000;
    background-color: rgba(255,255,255,.75);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.desktop #header:hover {
    background-color: rgba(255,255,255,1);
}

.mobile #header {
    position: static;
    background: #fff;
}

#header > .inner-content {
    position: relative;
    min-height: 100px;
}

.mobile #header > .inner-content {
    min-height: 70px;
}

#utility {
    background-color: #000050;
    height: 50px;
    border-bottom: 5px solid #ceb73d;
    font-size: 1vw;
    position: fixed;
    z-index: 10001;
    width: 100%;
}

    #utility .inner-content {
        width: 85%;
        position: relative;
    }

body.home #utility, .mobile #utility {
    position: static;
}

@media only screen and (max-width: 1350px) {
    #utility .inner-content {
        width: 96%;
        padding-right: 2%;
        padding-left: 2%;
    }
}

@media only screen and (max-width:768px) /*iPad Portait*/ {
    #utility .inner-content {
        width: 100%;
        padding: 0;
    }
}

body.desktop #logo-container {
    display: block;
}

#logo {
    position: absolute;
    top: 75px;
    left: 10%;
    width: 271px;
    z-index: 10;
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.home.mobile #logo {
    display: none;
}

.home #logo {
    display: block;
}

#logo a {
    display: block;
}

#logomark {
    width: 219px;
    position: relative;
    left: 4%;
    float: left;
    height: auto;
    top: 30px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

@media only screen and (max-width:1225px) {
    #logomark {
        top: 32px;
    }
}

@media only screen and (max-width:640px) {
    #logomark {
        width: 170px;
        top: 22px;
    }
}

@media only screen and (max-width:490px) {
    #logomark {
        width: 140px;
        top: 18px;
    }
}

#logo img, #logomark img, #footer-logo img {
    width: 100%;
}

.mobile #logomark {
    top: 15px;
}

    .mobile #logomark img {
        height: 100%;
        width: auto;
    }

#footer {
    min-height: 160px;
    background: #e3e3e3;
    /* border-top: 20px solid #0f4c8b; */
}

    #footer > .inner-content {
        padding-top: 40px;
        padding-bottom: 20px;
        position: relative;
    }

    #footer .Phone:before, #footer .Email:before, #footer .Map:before, #footer .Card:before, #footer .fa-facebook:before, #footer .Check:before {
        width: 16px;
        display: block;
        float: left;
        text-align: center;
    }

    #footer .Card:before {
        font-size: 14px;
        line-height: 1.75;
    }

    #footer .fa-facebook:before {
        margin-right: 10px;
        color: #000050;
        line-height: 1.5;
    }

    #footer .Check:before {
        font-size: 12px;
        line-height: 2;
    }

.footer-stripe {
    background-color: #cacaca;
    padding: 20px 0;
    position: relative;
}

@media only screen and (max-width:790px) {


    #footer .Phone:before, #footer .Email:before, #footer .Map:before, #footer .Card:before, #footer .fa-facebook:before, #footer .Check:before {
        display: none;
    }
}
/*------------TEXT-----------------------*/
a {
    color: #0f4c8b;
}

    a:hover {
        color: #414141;
    }

.content a.anchor {
    position: relative;
    top: -210px;
    display: inline-block;
    visibility: hidden;
    height: 0;
}

.mobile .content a.anchor {
    top: -75px;
}

/*--------Fonts--------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Serif Pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    margin: 5px 0 3px 0;
    padding: 5px 0 3px 0;
    color: #000050;
}

h1 {
    font-size: 3vw;
    font-weight: 200;
}

h2 {
    font-size: 2.25vw;
    font-weight: 300;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

.subsection-image-content h2, .subsection[style*="background-image:"] .subsection-content h2 {
    font-size: 2.25vw;
}

h3, h4, h5 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #656565;
}

h3 {
    font-size: 1.5vw;
}

h4 {
    font-size: 1.625vw;
    font-weight: 700;
    color: #ceb73d;
}

h5 {
    font-size: 1.375vw;
    font-weight: 600;
}

h6 {
    font-size: 1.25vw
}

h2 + p, h3 + p, h4 + p {
    margin-top: .5vw;
}

.content ul li:before, #lightcase-content ul li:before {
    content: "\f054";
    font-family: 'fontAwesome';
    font-size: 1vw;
    text-align: center;
    color: #000050;
}

.content ul ul li:before, #lightcase-content ul ul li:before {
    content: "\f105";
    /* font-size: 1vw; */
    left: 0;
    top: 8px;
}

ul.List-Checkmark li:before {
    content: "\f00c";
    font-family: 'fontAwesome';
    font-size: 1.25vw;
    text-align: center;
}

.Disclaimer {
    font-size: 1vw !important;
    color: #8a8a8a !important;
}

    .Disclaimer li, li.Disclaimer {
        list-style-type: disc;
        padding-left: 0 !important;
    }

        .Disclaimer li:before, li.Disclaimer:before {
            display: none !important;
        }

strong {
    font-weight: 700;
}

sup, sub, .Table-Style sup, .Table-Style sub, .Table-Product sup, .Table-Product sub {
    line-height: 0px !important;
    vertical-align: baseline;
    position: relative;
    bottom: .33em;
}

.content ul, .content ol, #lightcase-content ul, #lightcase-content ol {
    margin: 0px 0px 0px 20px;
    padding: 5px 0px 5px 0px;
    list-style-type: none;
}

.content ol, #lightcase-content ol {
    margin: 0px 0px 10px 20px;
}

.content ul li, .content ul li li, #lightcase-content ul li, #lightcase-content ul li li {
    position: relative;
    padding: 8px 0px 8px 25px;
}

    .content ul li p, #lightcase-content ul li p {
        padding: 0;
    }

    .content ul li:before, #lightcase-content ul li:before {
        height: auto;
        display: block;
        position: absolute;
        top: .75vw;
        left: 0;
    }

ul li ul {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 0;
}

ul ul li:before {
    height: auto;
    width: 16px;
    top: 7px;
    left: 5px;
}

ul.List-Checkmark li {
    padding: 6px 0px 6px 30px;
}

    ul.List-Checkmark li:before {
        height: 18px;
        width: 16px;
        padding-left: 2px;
        display: block;
        position: absolute;
        left: -2px;
        top: 6px;
        color: #ceb73d;
    }

img {
    max-width: 100%;
}

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;
    }

sup {
    font-size: .6em;
    line-height: 1em;
    /* vertical-align:text-top; */
    margin-top: -2px;
    display: inline-block;
    _display: inline;
}

.Disclaimer {
    padding: 0;
}

.nowrap {
    white-space: nowrap;
}

a.Button1, a.Button2, button.Button1, input.Button1, button.Button2, a.Button-White {
    margin: 5px 20px 5px 0;
    display: inline-block;
    font-size: 1.125vw;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    vertical-align: middle;
    background-color: #ceb73d;
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0;
    border: 0;
    border-radius: 10px;
    position: relative;
}

a.Button-White {
    color: #fff;
}

a.Button-White {
    border-color: #fff;
}

a.Button2, button.Button2 {
    background-color: #000050;
    color: #fff;
}

    a.Button1:hover, a.Button2:hover, #login input.Button1:hover, button.Button2:hover, a.Button-White:hover {
        background-color: #000050;
        text-decoration: none;
        color: #fff;
    }

    a.Button2:hover, button.Button2:hover {
        background-color: #656565;
    }

.Business-Phone:before, .Phone:before, .Fax:before, .Email:before, .Address:before, .pdf:before, .Map:before, .Card:before, .Check:before {
    content: '\f1ad';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #000050;
}

.Phone:before {
    content: '\f095';
}

.Fax:before {
    content: '\f1ac';
}

.Email:before {
    content: '\f0e0';
}

.Map:before {
    content: '\f041'
}

.Card:before {
    content: '\f283';
    font-size: 1rem;
}


.pdf:before {
    content: '\f1c1';
    color: red;
}

.Check:before {
    content: "\e908";
    font-family: 'Fiserv-First-Citizens';
}

.Missing {
    border: 2px solid #0cff00;
}
/*----------Font override -----------*/
#hero-main, .feature-promo, .content, .home .subsection-content, #lightcase-content {
    color: #414141;
    font-weight: 300;
    font-size: 1.25vw;
    line-height: 1.375;
}

#hero-main, .feature-promo, .home .subsection-content {
    font-size: 1.5vw;
    text-align: center;
}

    #hero-main h2, .feature-promo h2 {
        font-family: 'Source Serif Pro', Arial, Helvetica, sans-serif;
        font-size: 3.2vw;
        font-weight: 200;
        color: #000050;
        margin: 0;
        padding: 0;
    }

    #hero-main h2 {
        position: relative;
    }

        #hero-main h2:after {
            position: absolute;
            display: block;
            content: '';
            width: 20%;
            height: 1px;
            left: 40%;
            bottom: -5px;
            background-color: #ceb73d;
            -webkit-transition: width .5s ease;
            -moz-transition: width .5s ease;
            -ms-transition: width .5s ease;
            transition: width .5s ease;
        }

    #hero-main h3, .feature-promo h3 {
        font-size: 2vw;
        margin: 0;
    }

    #hero-main h4, .feature-promo h4 {
        font-weight: 600;
        font-size: 1.5vw;
        color: #656565;
    }

    #hero-main p, .feature-promo p {
        margin: 5px 0;
        padding: 8px 0;
    }

@media only screen and (max-width:560px) {
    #hero-main .Text-White {
        color: #414141 !important;
    }

    #hero-main h2.Text-White {
        color: #000050 !important;
    }
}

@media only screen and (max-width:1400px) {
    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 2rem;
    }

    .subsection-image-content h2, .subsection[style*="background-image:"] .subsection-content h2 {
        font-size: 2.25rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.625rem;
    }

    h5 {
        font-size: 1.375rem;
    }

    h6 {
        font-size: 1.25rem;
    }

    h2 + p, h3 + p, h4 + p {
        margin-top: .5rem;
    }

    .content ul li:before, #lightcase-content ul li:before {
        font-size: 1rem;
    }

    .content ul ul li:before, #lightcase-content ul ul li:before {
        font-size: 1rem;
    }

    ul.List-Checkmark li:before {
        font-size: 1.25rem;
    }

    .Disclaimer {
        font-size: 1rem !important;
    }

    #hero-main, .feature-promo, .content, .home .subsection-content, #lightcase-content {
        font-size: 1.25rem;
    }

    a.Button1, a.Button2, button.Button1, input.Button1, button.Button2, a.Button-White {
        font-size: 1.125rem;
    }

    #hero-main h2, .feature-promo h2 {
        font-size: 3.125rem;
    }

    #hero-main h3, .feature-promo h3 {
        font-size: 2rem;
    }

    #hero-main h4, .feature-promo h4 {
        font-size: 1.25rem;
    }

    #utility {
        font-size: 1rem;
    }
}

.mobile #hero-main, .mobile .feature-promo, .mobile .content, .home.mobile .subsection-content, .mobile #lightcase-content {
    font-size: 1.125rem;
}

    .mobile #hero-main h2, .mobile .feature-promo h2 {
        font-size: 2.5rem;
        line-height: 1;
    }

    .mobile #hero-main h3, .mobile .feature-promo h3 {
        font-size: 2rem;
    }

    .mobile #hero-main h4, .mobile .feature-promo h4 {
        font-size: 1.25rem;
    }

@media only screen and (max-width:768px) /*iPad Portait*/ {
    h1 {
        font-size: 2rem;
    }

    h2, .subsection-image-content h2, .subsection[style*="background-image:"] .subsection-content h2 {
        font-size: 1.75rem;
    }

    #hero-main, .feature-promo, .content, .home .subsection-content, #lightcase-content {
        font-size: 1rem !important;
    }

    a.Button1, a.Button2, button.Button1, input.Button1, button.Button2, a.Button-White {
        font-size: 1rem;
    }

    .mobile #hero-main h2, .mobile .feature-promo h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    .mobile #hero-main h3, .mobile .feature-promo h3 {
        font-size: 1.75rem;
    }

    #utility {
        font-size: .8rem;
    }
}
/* -------------Nav---------------*/
#utility nav.secondary {
    float: right;
    height: 50px;
}

    #utility nav.secondary ul {
        margin: 0;
        padding: 0;
        white-space: nowrap;
        position: relative;
        box-sizing: border-box;
        height: 100%;
    }

nav.secondary ul li {
    display: block;
    list-style-type: none;
    margin: 0;
}

#utility nav.secondary ul li {
    display: inline-block;
    height: 100%;
}

    #utility nav.secondary ul li:first-child {
        border-left: 0;
    }

    #utility nav.secondary ul li a {
        display: block;
        color: #fff;
        padding: 1rem 15px;
        /* font-size: 14px; */
        /* line-height: 16px; */
        font-weight: normal;
        height: 100%;
        box-sizing: border-box;
    }

        #utility nav.secondary ul li a:hover {
            color: #e6e7e8;
        }

#search-header {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    overflow: hidden;
    height: 50px;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    #search-header input.searchquery {
        width: calc(100% - 30px);
        height: 50px;
    }

.searchopen #search-header {
    width: 100%;
}

.search-close {
    position: absolute;
    display: block;
    min-height: 100%;
    box-sizing: border-box;
    width: 30px;
    cursor: pointer;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 18px;
    line-height: 50px;
    top: 0;
    right: 0;
    z-index: 5;
    background-color: #000050;
    color: #fff;
}

    .search-close:before {
        content: "\f00d";
    }

}

@media only screen and (max-width:380px) {
    .searchopen #search-header {
        width: 90%;
    }
}

.searchopen .search-button .fa-search:before {
    content: '\f00d';
    font-size: 16px;
}

.searchfield {
    height: 100%;
    padding: 0;
    margin: 0;
}

input[type=text].searchquery {
    background-color: rgba(255,255,255,1);
    width: 260px;
    height: 50px;
    outline: 0;
    border: 0;
    padding: 0px 0px 0 20px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
    display: block;
    color: #000050;
    font-size: 1.15rem;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
}

input.searchquery::-webkit-input-placeholder, input[disabled] {
    color: #fff;
    opacity: 1;
    -webkit-text-fill-color: rgba(0,0,0,.7);
    -webkit-opacity: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.searchfield .search_btn_go {
    background: transparent;
    position: absolute;
    top: 0px;
    right: 30px;
    width: 63px;
    padding: 0;
    height: 100%;
    border: 0;
    z-index: 99;
    text-indent: -3000px;
}

    .searchfield .search_btn_go:active {
        outline: 0;
    }

#searchfield {
    position: relative;
}

.searchfield:before {
    font-family: FontAwesome;
    content: "\f002";
    font-size: 19px;
    line-height: 50px;
    color: #000050;
    display: block;
    position: absolute;
    top: 0px;
    right: 50px;
    z-index: 100;
    cursor: pointer;
    pointer-events: none;
}

.searchfield .search_btn_go, .searchfield:before, input[type=text].searchquery {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    .searchfield:hover input[type=text].searchquery, input[type=text].searchquery:focus {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.3);
    }

.searchfield:hover input.searchquery::-webkit-input-placeholder, .searchfield:hover input[disabled] {
    color: #686260;
    -webkit-text-fill-color: #686260;
}

.searchfield:hover .search_btn_go, #search-header.active .search_btn_go {
    background-color: #ceb73d;
}

/*HOMENAV
-------------------------------------------------------------------------------------------*/
#homenav {
    display: none;
}

.desktop #homenav {
    display: block;
    position: absolute;
    width: 100%;
    height: 190px;
    bottom: 0;
    left: 0;
    z-index: 10;
}

    .desktop #homenav:hover {
        z-index: 1020;
    }

@media only screen and (max-height:900px) {
    #toolbar {
        top: 16%;
    }
}

@media only screen and (max-height:768px) {
    #toolbar {
        top: 12%;
    }

        #toolbar .toolbar-panel.panel2 .promocontent {
            top: -202px;
        }

        #toolbar .panel3 .promocontent {
            top: -50px;
            border-top-right-radius: 5px;
        }
}

#homenav .inner-content {
    position: relative;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    min-width: 996px;
}

@media only screen and (max-width:1300px) {
    #homenav .inner-content {
        width: 100%;
    }
}

.desktop ul.nav2 {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
}

    .desktop ul.nav2 > li.homenavitem {
        position: relative;
        display: block;
        float: left;
        width: calc(100%/6);
        height: 100%;
        padding: 0;
        margin: 0;
        /* border-left: 1px solid #dadad9; */
        -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;
    }

        .desktop ul.nav2 > li.homenavitem:first-child {
            border-left: none;
        }

    .desktop ul.nav2 li.homenavitem:hover {
        margin-top: 0;
    }

    .desktop ul.nav2 li a.homenavdoor {
        position: absolute;
        width: 100%;
        height: 180px;
        /* bottom: 10%; */
        left: 0;
        margin: 0;
        color: #000;
        padding: 90px 10% 0 10%;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -ms-transition: all .5s ease-out;
        transition: all .5s ease-out;
        text-align: center;
        z-index: 12;
    }

    .desktop ul.nav2 li.active a.homenavdoor, .desktop ul.nav2 li:hover a.homenavdoor {
        z-index: 2;
    }

    .desktop ul.nav2 li:hover a.homenavdoor {
        margin-bottom: -85px;
    }

#homenav ul.nav2 li a.homenavdoor h2 {
    font-size: 25px;
    line-height: 30px;
    color: #000050;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    /* font-style: italic; */
    font-weight: 300;
}

.desktop ul.nav2 li a.homenavdoor h2 {
    margin: 0;
    padding: 0 0 5px 0;
    opacity: 1;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.desktop ul.nav2 li a.homenavdoor h3 {
    position: relative;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 28px 0;
}

    .desktop ul.nav2 li a.homenavdoor h3:before {
        position: absolute;
        display: block;
        bottom: 0;
        left: 50%;
        content: "";
        width: 18px;
        height: 18px;
        border: solid #8d7249;
        border-width: 0 0 2px 2px;
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(0.9) rotate(-45deg);
        -ms-transform: scaleY(0.9) rotate(-45deg);
        transform: scaleY(0.9) rotate(-45deg);
    }

.homenav-arrow {
    position: absolute;
    left: 48%;
    bottom: 0px;
    font-style: normal;
    color: #000050;
}

    .homenav-arrow:after {
        display: block;
        content: "\f107";
        font-family: 'fontAwesome';
        font-size: 36px;
        line-height: 29px;
    }

.mobile .homenav-arrow {
    bottom: 10px;
}

.homeicon {
    position: absolute;
    display: block;
    top: 15px;
    left: 50%;
    margin: 0 0 0 -50px;
    width: 100px;
    height: 100px;
    padding: 0;
    color: #000050;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    transition: all .7s ease-out;
    font-family: 'fiserv-first-citizens';
}

    .homeicon:before {
        color: #000050;
        font-size: 60px;
        line-height: 60px;
        z-index: 2;
    }

    .homeicon.icon-loans:before {
        margin-top: -34px;
        margin-left: -37px;
        font-size: 79px;
    }

    .homeicon.icon-services:before {
        margin-top: -36px;
        margin-left: -24px;
        font-size: 78px;
    }

    .homeicon.icon-resources:before {
        margin-top: -33px;
        margin-left: -36px;
    }

    .homeicon.icon-island:before {
        margin-top: -37px;
        margin-left: -55px;
        font-size: 27px;
    }

.desktop .homenavContent {
    position: absolute;
    width: 100%;
    min-height: 270px;
    height: 100%;
    height: auto;
    padding: 40px 30px 30px 30px;
    bottom: -100px;
    margin: 0;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border: 0px solid #000000;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px 10px 0 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .3s ease-out;
    transform-origin: bottom;
    z-index: 10;
}

@media only screen and (max-height:650px) {
    .desktop .homenavContent {
        background: #FFF;
    }
}

.desktop #homenav .inner-content ul.nav2 li:hover .homenavContent {
    margin-top: 0;
    opacity: 1;
    transform: translateY(-100px);
}

#homenav .inner-content .homenavContent h2 {
    color: #000050;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    position: relative;
    display: block;
}

.desktop .inner-content .homenavContent h2 {
    padding: 0px 0px 5px 0;
    margin: 7px 0px 4px 0px;
}

#homenav .inner-content .homenavContent h2:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 28px;
    bottom: 0;
    left: 50%;
    margin-left: -107px;
}

.desktop .homenavContent ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

.desktop .homenavContent a {
    display: block;
    font-size: 1rem;
    line-height: 1.25;
    text-decoration: none;
}

.homenavContent a {
    color: #3d3e3f;
}

    .homenavContent a:hover {
        color: #000050;
    }

@media only screen and (min-width:1450px) {
    .desktop .inner-content .homenavContent a {
        font-size: 1vw;
        line-height: 1.3;
    }
}

@media only screen and (max-width:1300px) {
    .desktop .inner-content .homenavContent h2 {
        font-size: 18px;
        line-height: 23px;
    }
}

.desktop .homenavContent ul li {
    display: block;
    margin: 0px;
    padding: 3px 5px 3px 0;
    -webkit-transition: padding .30s;
    -moz-transition: padding .30s;
    -ms-transition: padding .30s;
    transition: padding .30s;
}

.homenavStripe {
    background-color: #000050;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 40px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    box-sizing: border-box;
    display: flex;
}

    .homenavStripe i {
        margin: auto;
        color: #fff;
        position: relative;
        z-index: 10;
        background-color: #000050;
        padding: 7px;
    }

    .homenavStripe:before {
        content: '';
        width: 100%;
        position: absolute;
        background-color: #ceb73d;
        height: 4px;
        top: calc(50% - 2px);
    }

.desktop .homenavStripe + * {
    margin-top: 15px !important;
}

/*MOBILE HOMENAV
-------------------------------------------------------------------------------------------*/
.mobile #homenav {
    display: block;
    background-color: transparent;
    position: relative;
    width: 100%;
    height: auto;
}

    .mobile #homenav .inner-content {
        position: relative;
        /* min-height: 500px; */
        margin: 0px auto 0 auto;
        padding: 0;
        min-width: 0;
        background-color: transparent;
    }

.mobile .homenavStripe {
    display: none;
}

@media only screen and (max-width:1006px) { /* override of default .inner-content */
    .mobile #homenav .inner-content {
        width: 100% !important;
        z-index: 1000;
    }
}

.mobile ul.nav2 {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #fff;
    width: 100%;
}

.mobile #homenav .inner-content ul.nav2 {
    /* height: 449px; */
}

.mobile ul.nav2 > li.homenavitem {
    position: relative;
    display: block;
    width: 100%;
    height: 150px;
    padding: 0;
    margin: 0;
    background: transparent;
    border-bottom: 1px solid #d4d4d4;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

    .mobile ul.nav2 > li.homenavitem:first-child a.homenavdoor {
        border-top: 1px solid #fff;
    }

.mobile ul.nav2 li a.homenavdoor {
    position: absolute;
    width: 100%;
    height: 270px;
    bottom: 0;
    left: 0;
    margin: 0;
    color: #000;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    transition: all .45s ease-out;
    z-index: 2;
    height: 150px;
    top: 0;
    padding: 55px 5% 0 40%;
    overflow: hidden;
}

.mobile ul.nav2 > li.homenavitem.active {
    height: auto;
}

.mobile ul.nav2 li a.homenavdoor h2 {
    margin: 0;
    padding: 0;
}

.mobile ul.nav2 li a.homenavdoor h3 {
    margin: 3px 0;
    padding: 3px 0;
}

.mobile .homeicon {
    top: 40px;
    width: 100px;
    height: 100px;
    left: 23%;
    margin: 0;
    z-index: 40;
}

.mobile .icon-pig:before {
    font-size: 74px;
    margin-left: -47px;
}

.mobile .homeicon.fa-check-square-o:before {
    margin-left: -41px;
    font-size: 89px;
}

.mobile .homeicon.fa-desktop:before {
    font-size: 78px;
    margin-left: -41px;
}

.mobile .homenavContent {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin-top: 151px;
    padding: 10px 20px 20px 15%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    transition: all .45s ease-out;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(224,224,224,.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(224,224,224,.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(224,224,224,.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}

.homenavContent .homeicon {
    display: none;
}

.mobile .homenavContent .homeicon {
    display: block;
    opacity: .3;
}

.mobile ul.nav2 > li.homenavitem.active .homenavContent {
    opacity: 1;
}

.mobile #homenav .inner-content .homenavContent h2 {
    position: relative;
    display: block;
    text-align: center;
}

.mobile .homenavContent ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 50;
}

.mobile .homenavContent a {
    display: block;
    text-decoration: none;
}

.mobile .homenavContent ul li {
    display: block;
    margin: 0px;
    padding: 4px 0px;
    text-align: center;
    -webkit-transition: padding .30s;
    -moz-transition: padding .30s;
    -ms-transition: padding .30s;
    transition: padding .30s;
}

    .mobile .homenavContent ul li:hover {
        padding-left: 0px;
    }

@media only screen and (max-width:650px) {
}

@media only screen and (max-width:590px) {
    .mobile ul.nav2 > li.homenavitem:first-child a.homenavdoor {
        background-color: #FFF;
    }

    .mobile #homenav .inner-content {
        margin: 0 auto;
    }

    .mobile ul.nav2 li a.homenavdoor {
        padding: 6% 10% 0 155px;
    }

    .mobile #homenav .inner-content ul.nav2 {
        height: auto;
    }

        .mobile #homenav .inner-content ul.nav2 > li.homenavitem {
            float: left;
            width: 100%;
            height: 95px;
            overflow: hidden;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            transition: none;
        }

        .mobile #homenav .inner-content ul.nav2 li a.homenavdoor {
            height: 95px;
            top: 0;
            padding: 30px 5% 0 215px;
            overflow: hidden;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            transition: none;
            background-color: #fff;
        }

        .mobile #homenav .inner-content ul.nav2 > li.homenavitem.active {
            height: auto;
        }

    .mobile .homeicon {
        top: 23px;
        width: 70px;
        height: 60px;
    }

    .homeicon:before {
        font-size: 45px;
        line-height: 50px;
    }

    .homeicon.icon-loans:before {
        margin-top: -25px;
        margin-left: -27px;
        font-size: 53px;
    }

    .homeicon.icon-services:before {
        margin-top: -26px;
        margin-left: -16px;
        font-size: 49px;
    }

    .homeicon.icon-resources:before {
        margin-top: -23px;
        margin-left: -23px;
    }

    .homeicon.icon-island:before {
        margin-top: -28px;
        margin-left: -40px;
        font-size: 18px;
    }

    .mobile .homenavContent div {
        float: none;
        width: 100%;
        max-width: none;
    }

    .mobile .homenavContent ul {
        text-align: center;
    }

    .mobile .homenavContent {
        padding: 5px 20px 20px 10px;
        margin-top: 95px;
    }

    #homenav .inner-content .homenavContent h2:before {
        left: auto;
        margin-left: 0;
    }
}

@media only screen and (max-width:500px) {
    .mobile ul.nav2 li a.homenavdoor {
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }

    .mobile .homenavContent {
        margin-top: 80px;
    }

    .mobile #homenav .inner-content ul.nav2 > li.homenavitem, .mobile #homenav .inner-content ul.nav2 > li.homenavitem a.homenavdoor {
        height: 80px;
    }

    .mobile #homenav .inner-content ul.nav2 li a.homenavdoor {
        padding: 23px 5% 0 122px;
    }

    .mobile ul.nav2 li a.homenavdoor h2 {
        font-size: 22px;
        line-height: 31px;
    }

    .mobile .homeicon {
        top: 10px;
        left: 8% !important;
        margin: 0;
        width: 56px;
        height: 56px;
    }

    .homeicon:before {
        font-size: 35px;
        line-height: 50px;
        margin-top: -23px;
        margin-left: -23px;
    }

    .homeicon.icon-loans:before {
        margin-top: -25px;
        margin-left: -20px;
        font-size: 41px;
    }

    .homeicon.icon-services:before {
        margin-top: -26px;
        margin-left: -12px;
        font-size: 38px;
    }

    .homeicon.icon-resources:before {
        margin-top: -23px;
        margin-left: -18px;
        /* font-size: 75px; */
    }

    .homeicon.icon-island:before {
        margin-top: -25px;
        margin-left: -28px;
        font-size: 13px;
    }

    .mobile .homenav-arrow {
        bottom: 0px;
    }

    .homenav-arrow:after {
        font-size: 30px;
    }
}

@media only screen and (max-width:320px) {
    .mobile ul.nav2 li a.homenavdoor h2 {
        font-size: 18px;
        line-height: 25px;
    }
}
/*-----------------subpage panel nav-----------------------------------------------------*/
.home.desktop #nav {
    top: auto !important;
    bottom: -110px;
    z-index: 10001;
    position: absolute;
    border-top: 10px solid #ceb73d;
    background-color: rgba(255,255,255,.95);
}

.desktop #nav {
    display: block;
    bottom: auto;
    top: 55px;
    position: fixed;
    height: 100px;
    width: 100%;
    background-color: rgba(255,255,255,.65);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -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);
    z-index: 1999;
}

    .desktop #nav:hover {
        background-color: rgba(255,255,255,.95);
    }

.home.desktop #nav.fixed {
    position: fixed;
    top: 0 !important;
}

#nav {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10003;
    top: 88px;
}

body.desktop #nav .inner-content {
    position: relative;
    height: 100%;
    width: 85%;
}

.desktop #mainnav {
    position: absolute;
    width: 1000px;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    bottom: 0;
    right: 0;
    z-index: 10000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    .desktop #mainnav ul.panelnav {
        position: relative;
        margin: 0 auto;
        padding: 0 0 0 0;
        width: 1000px;
        height: 100%;
        z-index: 1000;
        list-style-type: none;
        display: flex;
    }

        .desktop #mainnav ul.panelnav > li {
            color: #4a4a4a;
            text-decoration: none;
            flex-basis: 16.6667%;
            box-sizing: border-box;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
            align-self: center;
            justify-content: flex-end;
        }

        .desktop #mainnav ul.panelnav li.menuitem4 {
            position: relative;
        }

        .desktop #mainnav ul.panelnav li.menuitem6 > a.category {
            padding-left: 50px;
            padding-right: 50px;
        }

#mainnav ul.panelnav > li a.category {
    color: #000050;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.3;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.desktop #mainnav ul.panelnav li a.category {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: 100px;
    text-align: center;
    padding: 25px 30px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background: none;
    z-index: 1020;
}

.desktop .nav .inner-content ul li a.category:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 6px;
    background: #ceb73d;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.desktop .nav .inner-content ul li:hover a.category:after {
    left: 0;
    width: 100%;
}

.desktop #mainnav ul.panelnav li:hover a.category {
    position: relative;
}

@media only screen and (max-width:1425px) {
    body.desktop #nav .inner-content {
        width: 100%;
        padding: 0;
    }

    .desktop #mainnav {
        right: 1%;
        width: 75%;
    }

        .desktop #mainnav ul.panelnav {
            width: 100%;
        }
}

.desktop #mainnav ul li div.navpanel {
    position: absolute;
    overflow: hidden;
    top: 100px;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.desktop #mainnav ul li div.item1panel {
    left: -9px;
    width: 863px;
}

.desktop #mainnav ul li:hover div.item1panel {
    left: -9px;
    height: 504px;
}

.desktop #mainnav ul li div.item2panel {
    right: 0;
    width: 1034px;
}

.desktop #mainnav ul li:hover div.item2panel {
    right: 0;
    height: 371px;
}

.desktop #mainnav ul li div.item3panel {
    right: 0;
    width: 1025px;
}

.desktop #mainnav ul li:hover div.item3panel {
    right: 0;
    height: 343px;
}

.desktop #mainnav ul li div.item4panel {
    left: -50px;
    width: 270px;
}

.desktop #mainnav ul li:hover div.item4panel {
    left: -50px;
    height: 162px;
}

.desktop #mainnav ul li div.item5panel {
    right: 0;
    width: 630px;
}

.desktop #mainnav ul li:hover div.item5panel {
    right: 0;
    height: 163px;
}

.desktop #mainnav ul li div.item6panel {
    right: -10px;
    width: 1063px;
}

.desktop #mainnav ul li:hover div.item6panel {
    right: -10px;
    height: 277px;
}

.desktop #mainnav ul li div.navpanel .panelxy {
    margin: -540px 1% 0 1%;
}

.desktop #mainnav ul li div.item2panel .panelxy div {
    width: 203px;
}

.desktop #mainnav ul li:hover div.navpanel .panelxy {
    margin: -6px 1% 0 1%;
}

.desktop .panel-content {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
}

.desktop .panelxy {
    float: left;
    display: block;
    width: 98%;
    height: 100%;
    padding: 0;
    background-color: rgba(255,255,255,.95);
    border-bottom: 6px solid #000050;
    -webkit-box-shadow: inset 0px 18px 20px -15px rgba(83,102,112,0.32), 0px 0px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 18px 20px -15px rgba(83,102,112,0.32), 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 18px 20px -15px rgba(83,102,112,0.32), 0px 0px 10px 0px rgba(0,0,0,0.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    .desktop .panelxy div {
        position: relative;
        float: left;
        width: 220px;
        height: 100%;
        padding: 0 20px 0 20px;
        margin: 0;
    }

        .desktop .panelxy div > *:first-child {
            padding-top: 25px;
        }

.desktop .item3panel .panelxy div {
    width: 202px;
}

.desktop .item4panel .panelxy div {
    width: 244px;
}

    .desktop .item4panel .panelxy div:first-child {
        width: 290px;
    }

.desktop .panelxy ul.no-header {
    padding-top: 50px;
}

.desktop .item5panel .panelxy div {
    width: 268px;
}

.desktop .panelxy div:before {
    position: absolute;
    display: block;
    content: "";
    left: -5px;
    bottom: 0;
    width: 1px;
    height: 80%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 29%, rgba(207,207,207,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,rgba(255,255,255,0)), color-stop(100%,rgba(207,207,207,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 29%,rgba(207,207,207,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 29%,rgba(207,207,207,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 29%,rgba(207,207,207,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 29%,rgba(207,207,207,1) 100%);
}

.desktop .panelxy div.clearfloat:before {
    display: none;
}

.desktop .panelxy div.clear:before, .desktop .panelxy div:first-of-type:before {
    background: transparent !important;
}

.panel-content h2, .panel-content h2 a {
    font-family: 'Source Serif Pro', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #000050;
    font-size: 22px;
    line-height: 24px;
    padding: 0px 0px 0px 20px;
    margin: 10px 0px 10px 0px;
    text-decoration: none;
}

.panel-content div h2:first-of-type {
    margin-top: 0;
}

.panel-content h2 a {
    padding-left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-appearance: none
}

.panel-content h2:hover a {
    padding-left: 5px;
}

.panel-content h2 a:hover {
    color: #fff;
}

.panel-content ul {
    margin: 5px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

    .panel-content ul li, .panel-content ul li a {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

        .panel-content ul li a {
            display: block;
            text-decoration: none;
            font-weight: normal;
            color: #686260;
        }

.desktop .panel-content a:hover {
    color: #000050;
}

.panel-content ul li {
    margin: 0px 0px 0px 0px;
    padding: 4px 5px 4px 0px;
    font-family: 'Sorece Sans Pro',Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.desktop .panel-content ul li:hover {
    padding-left: 5px;
    padding-right: 0;
}

@media only screen and (max-width:1300px) {
    .desktop #mainnav ul li div.item2panel .panelxy div:nth-child(2) {
        width: 240px;
    }

    .panel-content ul li {
        font-size: 14px;
    }
}

@media only screen and (max-width:1225px) {
    .desktop #mainnav {
        width: 70%;
    }

        .desktop #mainnav ul.panelnav li a.category {
            font-size: 15px;
            padding: 30px 5%;
        }

        .desktop #mainnav ul.panelnav li.menuitem3, .desktop #mainnav ul.panelnav li.menuitem4 {
            width: 180px;
        }

        .desktop #mainnav ul.panelnav li.menuitem5 {
            width: 160px;
        }
}

@media only screen and (max-width:1045px) {
    .desktop #nav {
        right: 0;
        margin: 0;
    }
}

/*-----------MAIN NAV MOBILE -----------------------------*/
body.mobile #nav {
    display: block;
    max-height: 70px;
    padding-top: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

body.mobile.opennav #nav {
    background-color: #fff;
    display: block;
    max-height: 5000px;
    height: auto;
}

body.mobile #nav .inner-content {
    width: 100%;
    padding: 0;
}

@media only screen and (max-height: 654px) {
    .home.desktop #nav {
        top: 741px !important;
    }
}

.opennav.openob #nav {
    max-height: 0;
}

body.mobile .menubutton > h2 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    display: block;
    float: left;
    font-size: 1.45rem;
    color: #000050;
    margin: 0;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 35px;
}

.menubutton {
    display: none;
    float: left;
    width: 100px;
    height: 34px;
    margin: 0;
    padding: 8px 10px;
    background: transparent;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    position: absolute;
    top: 12px;
    right: 0;
}

    .menubutton i {
        display: block;
        position: relative;
    }

        .menubutton i:before {
            position: absolute;
            top: 0px;
            left: 0;
            height: 100%;
            width: 100%;
            font-size: 1.875rem;
            color: #000050;
        }

.mobile .menubutton {
    display: block;
}

.mobile #mainnav {
    max-height: 0px;
    padding: 0;
    margin: 29px 0 0 0;
    -moz-transition: max-height 1s ease-in;
    -ms-transition: max-height 1s ease-in;
    transition: max-height 1s ease-in;
}

.mobile.opennav #mainnav {
    max-height: 5000px;
}

body.mobile ul.panelnav {
    display: block;
    margin: 0;
    padding: 0;
}

    body.mobile ul.panelnav > li {
        max-height: inherit;
        height: auto;
        display: block;
        padding: 0;
        background: rgba(255,255,255,1);
        border-bottom: 1px solid #e4e4e4;
    }

        body.mobile ul.panelnav > li:hover a.category {
            color: #6c6c6b;
        }

        body.mobile ul.panelnav > li.active:hover a.category {
            color: #fff;
        }

body.mobile #mainnav ul.panelnav > li a.category {
    display: block;
    padding: 15px 0 15px 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fff;
    text-decoration: none;
}

body.mobile ul.panelnav > li a.category strong {
    font-weight: normal;
}

body.mobile .navpanel {
    display: block;
    width: 95%;
    padding: 0 0 0 5%;
    display: flex;
    flex-wrap: wrap;
    max-height: 0px;
    overflow: hidden;
    background: #f3f3f3;
    transition: all 1s ease-in-out;
}

.mobile .panelnav li.active .navpanel {
    max-height: 2000px;
}

body.mobile .panelxy div {
    float: left;
    padding: 10px 2% 2% 0%;
    width: 29%;
    min-height: 110px;
}

.mobile .clear, .mobile .clearfloat {
    min-height: 0 !important;
}

body.mobile .panel-content {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
}

    body.mobile .panel-content h2, body.mobile .panel-content h2 a {
        padding: 10px 0px 2px 0px;
        margin: 2px 0px 2px 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-decoration: none;
        font-size: 20px;
    }

        body.mobile .panel-content h2 a {
            display: block;
            padding: 0 !important;
        }

        body.mobile .panel-content h2 + ul {
            margin: 10px 0px 0px 0px;
        }

    body.mobile .panel-content ul {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style-type: none;
    }

        body.mobile .panel-content ul li {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
        }

            body.mobile .panel-content ul li a {
                font-weight: normal;
            }

    body.mobile .panel-content a:hover {
        color: #4f4c46;
    }

#login-button {
    display: none;
    position: absolute;
    opacity: 0;
    top: 13px;
    right: 133px;
    height: 40px;
    margin: 0;
    padding: 0px 15px;
    background-color: rgba(256,256,256,.85);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3000;
}

body.home.mobile #login-button {
    opacity: 1;
    display: block;
}

#login-button:hover, body.openob #login-button {
    background: #000050;
    cursor: pointer;
}

    #login-button:hover h3, #login-button:hover h3:before, body.openob #login-button h3, body.openob #login-button h3:before, .openob #login-button {
        color: #fff;
    }

#login-button h3 {
    position: relative;
    margin: 0;
    font-size: 1.25rem;
    padding: 0px 0 0 25px;
    color: #005730;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
}


    #login-button h3:before {
        font-family: 'fontAwesome';
        content: "\f023";
        position: absolute;
        font-size: 1.25rem;
        line-height: 50px;
        top: 0;
        left: 0px;
        color: #005730;
    }

    #login-button h3, #login-button h3:before {
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
    }

body.mobile #login-button h3, body.mobile #login-button h3:before {
    line-height: 40px;
}

@media only screen and (max-width:1016px) {

    .mobile #homenavxy {
        width: 80%;
        margin: -20px auto 0 auto;
    }
}

@media only screen and (max-width:1000px) {
    #topnavxy, #headerxy {
        position: relative;
    }

    body.home #headerxy {
        height: auto;
    }

    body.desktop #headerxy {
        height: 135px;
        top: 0;
    }

    body.mobile #headerxy {
        height: auto;
        top: 0;
        min-height: 164px;
    }

    #subpageContainer {
        padding-top: 20px;
    }
}

@media only screen and (max-width:790px) {
    body.mobile #headerxy {
        min-height: 150px;
    }

    .mobile #homenavxy {
        width: 95%;
    }
}

@media only screen and (max-width:700px) {

    body.mobile #nav > h2 {
        line-height: 45px;
    }

    div.menubutton {
        height: 30px;
        padding: 6px 10px;
    }

    body.mobile .menubutton {
        width: 30px;
    }

        body.mobile .menubutton > h2 {
            display: none;
        }

    body.mobile .navpanel {
        width: 100%;
        padding: 0;
    }

    body.mobile .panelxy div {
        float: none;
        padding: 0;
        width: 100%;
        border-top: 1px solid #cccacb;
    }

    body.mobile .item4panel .panelxy > div + div + div {
        border-top: 0;
    }

    body.mobile .panel-content ul li {
        font-size: 16px;
        line-height: 19px;
        margin: 0px;
        padding: 0px;
        border-top: 1px solid #cecece;
    }

        body.mobile .panel-content ul li a, body.mobile .panel-content h2 a {
            margin: 0px 0px 0px 0px;
            padding: 10px 30px;
            font-size: 15px;
            line-height: 18px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            body.mobile .panel-content ul li a:hover {
                background: rgba(255,255,255,.75);
            }

    body.mobile .panel-content h2 {
        padding: 10px 0px 2px 16px;
        margin: 2px 0px 2px 0px;
    }



    body.mobile #login-button {
        right: 60px;
    }
}

@media only screen and (max-width:560px) /*Galaxy S, S2 Landscape*/ {
    .mobile ul.nav2 li a.homenavdoor h2 {
        font-size: 25px;
        line-height: 30px;
    }

    .mobile .homenavdoor .home-circle:after {
        height: 77%;
        margin: 8%;
    }

    .mobile .home-icon.ibusiness, .mobile .home-icon.iwealth {
        width: 60px;
        top: 13px;
        margin-left: -30px;
    }
}

@media only screen and (max-width:490px) {
    body.mobile #nav {
        max-height: 60px;
    }

    .menubutton {
        top: 8px;
    }
}

@media only screen and (max-width:400px) {
    body.mobile #login-button {
        right: 50px;
        padding: 0 8px;
        height: 30px;
        top: 17px;
    }

    #login-button h3 {
        font-size: 16px;
        padding-left: 20px;
    }

    body.mobile #login-button h3, body.mobile #login-button h3:before {
        line-height: 30px;
    }

    #login-button h3:before {
        font-size: 18px;
    }
}

/* -----------Search--------------*/
#search {
    position: absolute;
    right: 0;
    top: 0;
}

.mobile #search {
    right: 70px;
}

#search, .home.mobile #search {
    right: 100px;
    height: 100%;
    width: 100px;
}

.home.mobile #search {
    right: 140px;
    width: 70px;
}

#utility nav.secondary ul li.login-button {
    display: none;
}

.home #utility nav.secondary ul li.login-button {
    display: inline-block;
}

#utility nav.secondary ul li.login-button > a {
    display: none;
    padding-left: 33px;
    z-index: 1;
    background-color: #ceb73d;
    color: #000050;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
}

.home #utility nav.secondary ul li.login-button > a {
    display: block;
}

.login-button > a:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 22px;
    line-height: 37px;
    top: 9px;
    left: 10px;
    margin-left: 0;
    z-index: 5;
    color: #000050;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.mobile .login-button > a:before {
    top: 7px;
}

.login-button > a:before {
    content: "\f023";
}

/*LOGIN
-------------------------------------------------------------------------------------------*/
#login {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 680px !important;
    height: auto;
    padding: 25px 30px 20px 30px;
    background-color: rgba(255,255,255,.5);
    border-radius: 0 0 15px 15px;
    right: 7.5%;
    top: 55px;
    margin-right: 0;
    z-index: 1000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

@media only screen and (max-width:1350px) {
    #login {
        right: 4%;
    }
}

.openob #login {
    opacity: 1;
    visibility: visible;
}

.home.desktop #login, .mobile #login {
    display: block;
}

#utility nav.secondary .ob-close {
    display: none;
}

#login.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.desktop.openob #login {
    margin-top: 0;
}

.desktop.retail #login {
    min-height: 89px;
}

#login-content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#select {
    position: relative;
    /* float: left; */
    /* display: inline-block; */
    /* width: 50%; */
    display: flex;
    justify-content: stretch;
    height: 2.7em;
    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;
    background-color: #fff;
    /* border: 1px solid #ceb73d; */
    border-radius: 15px 0 0 15px;
}

    #select h2 {
        /* position: absolute; */
        font-weight: 400;
        color: #0f2e7d;
        font-size: 1rem;
        line-height: calc(2.7em - 2px);
        /* left: 15px; */
        margin: 0;
        padding: 0 0 0 15px;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        border: 1px solid #ceb73d;
        border-right-width: 0;
        border-radius: 15px 0 0 15px;
    }

    #select .ps-select {
        /* margin-left: 5em; */
        margin-top: 0;
        margin-bottom: 0;
    }

.ps-select [data-select]::before {
    border: 1px solid #ceb73d;
    border-left-width: 0;
}

.ps-select select, .ps-select [data-select] {
    height: 2.7em;
    line-height: 2.7em;
}

#login label, #login button {
    height: 2.7em;
}


.accessfield {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 43px;
    margin: 0;
    padding: 0;
    -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;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}

.desktop .accessfield {
    border-left: 1px solid #ceb73d;
}

.obaccess {
    padding-left: 1.75em !important;
}

#login form label:first-child:before {
    position: absolute;
    display: block;
    top: 13px;
    left: 7%;
    font-family: 'fontAwesome';
    content: "\f023";
    color: #0f2e7d;
    font-size: 18px;
    line-height: 20px;
    z-index: 2;
}

.obaccess, .obpass, .bob-remove {
    display: inline-block;
    width: 100%;
    height: 43px;
    margin: 0;
    padding: 0px 86px 0px 14%;
    overflow: hidden;
    -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: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #a6a6a6;
    font-weight: 300;
    border-width: 0px;
    border: 1px solid #ceb73d;
    border-left: 0;
    outline: none;
    border-radius: 0;
    -webkit-appearance: none;
    border-color: #ceb73d !important;
}

.obpass {
    /* position: absolute; */
    /* width: 50%; */
    margin: 0;
    padding: 0 54px 0 3%;
    /* top: 0; */
    /* left: 178px; */
    border-left: 1px solid #ceb73d;
    /* margin-left: 344px; */
}

#btnlogin {
    position: absolute;
    top: 0px;
    right: 0;
    width: 86px;
    height: 43px;
}

.btn_login {
    /* width: 100%; */
    margin: 0;
    padding: 0 1.25em !important;
    height: 100%;
    background-color: #ceb73d !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    color: #000050;
    border-radius: 0 15px 15px 0;
    border-width: 0px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    -webkit-appearance: button;
}


    .btn_login:hover {
        background-color: #003264 !important;
        color: #ceb73d;
    }

#oblinks, #oblinks2 {
    display: none;
}

#oblinks, #oblinks2 {
    display: none;
    display: block;
    text-align: left;
    height: auto;
    margin: 0;
    padding: 15px 0 0px 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    #oblinks a, #oblinks2 a {
        color: #000;
        padding: 0 !important;
    }

    #oblinks i {
        margin-right: 5px;
    }

    #oblinks a:hover, #oblinks2 a:hover {
        color: #0f2e7d;
    }

    #oblinks ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    #oblinks2 ul {
        list-style-type: none;
        margin: 0 auto;
        padding: 0;
    }

.accessfield.bob, #oblinks2, .personal #oblinks2, .business .accessfield.rob, .business #oblinks, .merchant .accessfield {
    display: none !important;
}

.business .accessfield.bob, .personal #oblinks, .business #oblinks2 {
    display: block !important;
}

#oblinks ul li, #oblinks2 ul li {
    position: relative;
    display: inline-block;
    padding: 0 8px 0 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

    #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;
    }

#login.merchant {
    width: 386px;
}

    #login.merchant #select {
        width: 300px;
    }

    #login.merchant #oblinks, #login.merchant #oblinks2 {
        display: none;
    }

.mobile #login.merchant #btnlogin {
    right: 37%;
}

.mobile #login.merchant .btn_login {
    border-radius: 15px;
}

.mobile.openob #login {
    opacity: 1;
    visibility: visible;
    position: fixed;
    /* width: 100%; */
}

.mobile #login input:not([type=radio]):not([type=checkbox]), .mobile #login select {
    border-radius: 15px;
}

.mobile #login {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 10004;
    border-radius: 0;
    background: rgba(55,55,55,.85);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
}

.mobile #login-content {
    flex-direction: column;
    position: absolute;
    width: 310px;
    height: auto;
    top: 15%;
    left: 50%;
    margin-left: -155px;
}

.mobile #select {
    display: flex;
    float: none;
    width: 100%;
    border-radius: 15px;
    margin-bottom: .5em;
}

.mobile #login.horizontal form {
    flex-wrap: wrap;
    width: 100%;
}

.mobile #login label, .mobile #login button {
    margin-bottom: .5em;
}

.mobile .accessfield {
    display: block;
    width: 100%;
    margin: 2% 0;
}


.mobile #btnlogin {
    top: 49px;
}


/* mobile rounded corners */
.mobile .ps-select [data-select],
.mobile [data-select],
.mobile .ps-select [data-select]::before,
.mobile .ps-select [data-option] {
    border-radius: 0 15px 15px 0; /*Change the border-radius here.*/
}

    .mobile .ps-select [data-select]:focus [data-option]:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .mobile .ps-select [data-select]:not(.open-up):focus,
    .mobile .ps-select [data-select]:not(.open-up):focus::before,
    .mobile .ps-select [data-select]:not(.open-up):focus [data-option]:first-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .mobile .ps-select [data-select]:not(.open-up):focus [data-option]:last-child {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

    .mobile .ps-select [data-select].open-up:focus::before,
    .mobile .ps-select [data-select].open-up:focus [data-option]:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .mobile .ps-select [data-select].open-up:focus [data-option]:last-child {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }






.desktop .ob-close {
    display: none;
}

.ob-close {
    position: absolute;
    top: 1%;
    right: 2%;
    width: 75px;
    height: 75px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    .ob-close span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        color: transparent;
    }

        .ob-close span:before, .ob-close span:after {
            position: absolute;
            display: block;
            content: '';
            height: 1px;
            width: 100%;
            top: 0;
            margin-top: 38px;
            background-color: rgba(255,2565,255,.55);
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
        }

        .ob-close span:before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .ob-close span:after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

#hero-main {
    height: 505px;
    width: 100%;
    position: relative;
    background-color: #fff;
    -webkit-transition: margin-top .5s ease;
    -moz-transition: margin-top .5s ease;
    -ms-transition: margin-top .5s ease;
    transition: margin-top .5s ease;
}

.mobile .obaccess, .mobile .obpass, .mobile .bob-remove {
    display: block;
    float: none;
    width: 100%;
    height: 43px;
    margin: 0;
    padding: 0 0 0 14%;
    border-radius: 15px;
}

.mobile .obaccess {
    padding-left: 14% !important;
}

.mobile .obpass {
    /* margin-top: 47px; */
    /* left: 0; */
}

.mobile .btn_login {
    /* top: 48px; */
    /* right: 3px; */
}

.mobile #oblinks, .mobile #oblinks2 {
    top: 100px;
    left: 0;
    width: 100%;
    background: none;
}

.mobile.retail #oblinks, .mobile.retail #oblinks2 {
    top: 150px;
}

.mobile #oblinks a, .mobile #oblinks2 a {
    color: rgba(255,255,255,1);
}

    .mobile #oblinks a:hover, .mobile #oblinks2 a:hover {
        color: rgba(255,255,255,.7);
    }

#overlay-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    padding-top: 35px;
}

    #overlay-bottom:before {
        content: url(../images/wreath.html);
        position: absolute;
        top: -45px;
        left: 50%;
        border-radius: 100%;
        background: #fff;
        border: 1px solid #FFF;
        box-sizing: border-box;
        color: #fff;
        padding: 14px 23px 20px 26px;
        text-align: center;
        width: 90px;
        height: 90px;
        margin-left: -45px;
        margin-right: 0px;
        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;
    }

    #overlay-bottom h3 {
        text-align: center;
        font-size: 2.25vw;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'Oswald', Arial, Helvetica, sans-serif;
    }

@media only screen and (max-width:1400px) {
    #overlay-bottom h3 {
        font-size: 2.25rem;
    }

    #page > .inner-content {
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
        border-radius: 0 0 20px 20px;
    }

    #features {
        background: rgba(4,54,115,.8);
        position: relative;
        height: 100%;
    }

        #features:before {
            content: '';
            overflow: hidden;
            height: 100%;
            width: 100%;
            position: absolute;
            left: 0;
            background-image: url("../images/bg-repeat.html");
            background-repeat: repeat;
            background-position: top left;
            z-index: 10;
        }

        #features .inner-content {
            display: flex;
            justify-content: space-around;
            min-height: 430px;
        }

    #promo3 {
        flex-grow: 1;
        margin: auto;
    }

    #features .inner-feature-content {
        padding-top: 120px;
        padding-bottom: 50px;
        z-index: 100;
        position: relative;
    }

    #promo3 {
        text-align: center;
        vertical-align: middle;
        width: 50%;
        box-sizing: border-box;
        padding: 0 2%;
        position: relative;
        z-index: 10000;
    }

        #promo3 h2, #promo3 p {
            color: #fff;
        }

        #promo3 a.Button1, #weather a.Button1, #stocks a.Button1 {
            background-color: transparent;
            border: 1px solid #fff;
        }

            #promo3 a.Button1:hover {
                background-color: #fcb621;
                border-color: #fcb621;
            }
}

@media only screen and (max-width:1350px) {
    #features .inner-content {
        flex-flow: row wrap;
    }
}

.Promo-Home, .Feature-Home {
    display: none;
}

#promo1:before, #promo2:before {
    content: '';
    background: rgba(40,40,40,.2);
    width: 100%;
    height: 100%;
    left: auto;
    bottom: auto;
    position: absolute;
    z-index: 10;
    display: block;
}

#promo2:before {
    background: rgba(0,0,80,.6);
}

#promo1, #promo2 {
    min-height: 300px;
    position: relative;
    z-index: 111;
    box-sizing: border-box;
    overflow: hidden;
}

    #promo1 *, #promo2 * {
        color: #fff;
    }

#promo2 {
    height: 50vh;
    border-top: 10px solid #ceb73d;
}

    #promo2 a.Button1, #promo2 a.Button2 {
        background-color: transparent;
        border: 1px solid #fff;
    }

        #promo2 a.Button1:hover, #promo2 a.Button2:hover {
            background-color: #ceb73d;
            color: #000050;
            border-color: #ceb73d;
        }

.section {
    background-color: #fff;
    height: 100vh;
}

.mobile .section {
    height: auto;
    min-height: 0;
}

#contact {
    height: 440px;
}

#promo1 .inner-promo-content {
    min-height: 750px;
    padding: 50vh 10% 5vh 10%;
    position: relative;
    z-index: 10;
}

.mobile #promo1 .inner-promo-content {
    padding: 30% 10% 5% 10%;
    min-height: 200px;
}

.section .inner-promo {
    min-height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.inner-promo-content, .inner-feature-content {
    padding: 140px 0;
    box-sizing: border-box;
}

#promo1 table {
    width: 100%;
}

    #promo1 table tr {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    #promo1 table td {
        width: 20%;
        text-align: center;
    }

span.quicklinks {
    position: relative;
    display: flex;
    margin: auto;
    text-align: center;
    width: 150px;
    height: 150px;
    background-color: #ededed;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 45px;
}

    span.quicklinks img {
        margin: auto;
        vertical-align: middle;
    }

.Table-Home-Quicklinks {
    text-align: left;
    font-size: .9vw;
    margin-top: 30px;
}

    .Table-Home-Quicklinks, .Table-Home-Quicklinks tbody {
        display: block;
    }

        .Table-Home-Quicklinks tr {
            display: flex;
            flex-wrap: wrap;
        }

        .Table-Home-Quicklinks td {
            padding: 20px 20px 0 20px;
            width: 25%;
            box-sizing: border-box;
            vertical-align: top;
            position: relative;
            display: block;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
        }

            .Table-Home-Quicklinks td:hover {
                padding-top: 0;
                padding-bottom: 20px;
            }

        .Table-Home-Quicklinks h3 {
            text-transform: uppercase;
            font-size: 1.15vw;
        }

        .Table-Home-Quicklinks td img {
            height: 40px;
            width: auto;
        }

        .Table-Home-Quicklinks td p:last-child {
            padding: 0;
            margin: 0;
        }

        .Table-Home-Quicklinks td .Button1 {
            margin: 0;
            position: absolute;
            top: 0;
            height: 100%;
            width: 100%;
            box-sizing: border-box;
            border-radius: 0;
            vertical-align: middle;
            display: table-cell;
            padding: 0;
            background-color: transparent;
            text-indent: -3000px;
        }

        .Table-Home-Quicklinks td h3 + p {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            transition: all .3s ease;
        }

@media only screen and (max-width:1400px) {
    .Table-Home-Quicklinks {
        font-size: 1rem;
    }

        .Table-Home-Quicklinks h3 {
            font-size: 1.15rem;
        }
}

@media only screen and (max-width:1000px) {
    .Table-Home-Quicklinks td {
        padding: 20px 20px 20px 20px;
        width: 50%;
    }
}

@media only screen and (max-width:768px) /*iPad Portait*/ {
    #promo1 .inner-promo-content td {
        width: 100%;
        float: left;
        box-sizing: border-box;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width:500px) {
    .Table-Home-Quicklinks td {
        width: 100%;
    }
}

.mobile #promo1 .inner-promo-content td:first-child {
    padding-left: 5vw;
}

#promo2 .inner-promo-content, #features .inner-feature-content {
    width: 1280px;
    margin: 0 auto;
}

.mobile #promo2 .inner-promo-content {
    width: 100%;
}

.mobile #promo2 .inner-promo-content {
    padding-right: 5%;
    padding-left: 5%;
    height: auto;
    min-height: 0;
}

    .mobile #promo2 .inner-promo-content > table > tbody > tr > td {
        width: 100%;
        float: left;
        display: none;
    }

        .mobile #promo2 .inner-promo-content > table > tbody > tr > td.show {
            display: block;
        }

#promo2 .inner-promo {
    display: flex;
}

#promo2 .inner-promo-content {
    padding: 40px 10%;
    margin: auto;
}

    #promo2 .inner-promo-content > table {
        position: relative;
        width: 100%;
        z-index: 10;
    }

        #promo2 .inner-promo-content > table > tbody > tr > td {
            position: relative;
            width: 50%;
            vertical-align: middle;
        }

#contact .inner-content table {
    display: block;
    width: 100%;
    margin-top: 20px;
}

    #contact .inner-content, #contact .inner-content table tr {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

#contact .inner-content {
    padding: 100px 5% 22px 20%;
    margin: auto;
}

    #contact .inner-content table tbody, #contact .inner-content table tr td, #contact .inner-content table tr td a {
        display: block;
        width: 100%;
    }

    #contact .inner-content table tr td {
        width: 33%;
        padding: 0;
        box-sizing: border-box;
        font-size: 1.0rem;
    }

        #contact .inner-content table tr td:first-child {
            width: 23%;
        }

#contact h2 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
}

#contact .inner-content table tr td a {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 55px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1vw;
    line-height: 1.5vw;
}

#contact .inner-content > table > tbody > tr > td a:before {
    position: absolute;
    display: block;
    width: 40px;
    top: 10px;
    left: 0;
    right: 0;
    font-size: 2.3rem;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    color: #fff;
    z-index: 2;
}

#contact .inner-content table tr td a, #contact .inner-content > table > tbody > tr > td a:before {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

#contact p {
    margin: 0;
    font-size: 16px;
    color: #042373;
    line-height: 20px;
}

#contact span {
    font-weight: 200;
    display: block;
    font-size: 1.875vw;
    line-height: 2vw;
    color: #fff;
}

.desktop #contact .inner-content table tr td a:hover {
    padding-top: 0;
}

.desktop #contact .inner-content > table > tbody > tr > td a:hover:before {
    top: 0px;
}

@media only screen and (max-width:1400px) {
    #contact h2 {
        font-size: 3.750rem;
    }

    #contact .inner-content table tr td a {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    #contact span {
        font-size: 1.875rem;
        line-height: 2rem;
    }
}

@media only screen and (max-width:1100px) {
    #contact .inner-content table tr td {
        padding-left: 10px;
    }
}

@media only screen and (max-width:900px) {
    #contact .inner-content table tr td {
        width: 50%;
    }
}

@media only screen and (max-width:568px) /*iPhone 5 Landscape*/ {
    #contact .inner-content table tr {
        flex-direction: column;
    }

        #contact .inner-content table tr td {
            width: 100%;
        }

            #contact .inner-content table tr td a {
                width: 150px;
                min-width: 200px;
                margin: 0 auto;
            }
}

.Text-White {
    color: #fff !important;
}

#subpage-container {
    position: relative;
    width: 100%;
    padding: 0;
    background-color: rgb(237,235,229);
}

.subsection {
    width: 100%;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(239, 239, 239,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(239, 239, 239,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(239, 239, 239,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    border-top: 1px solid #d7d7d7;
}

.subsection-image.overlapped + .subsection:first-child {
    padding-top: 85px;
}

#subpage-container > .subsection:first-child {
    padding-top: 150px;
}

.mobile #subpage-container > .subsection:first-child {
    padding-top: 40px;
    padding-bottom: 40px;
}

#subpage-container > div:last-of-type {
    border-bottom: 0;
    border-top: 1px solid #d0cdc3;
}

.Subsection-Table, .Subsection-Image-Table {
    opacity: 0;
    width: 924px;
    min-height: 350px;
    margin: 0 auto;
}

.subsection-image, .subsection[style*="background-image:"] {
    width: 100%;
    min-height: 200px;
    background: rgb(248,246,236); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248,246,236,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,246,236,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(248,246,236,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(248,246,236,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(248,246,236,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(248,246,236,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .subsection-image:before, .subsection[style*="background-image:"]:before {
        display: block;
        content: '';
        position: absolute;
        width: 70%;
        height: 100%;
        top: 0;
        background: -moz-linear-gradient(left, rgba(255,255,255,.9) 0%, rgba(255,255,255,0.8) 30%, rgba(255,226,148,0) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,.9) 0%,rgba(255,255,255,0.8) 30%,rgba(255,226,148,0) 100%);
        background: linear-gradient(to right, rgba(255,255,255,.9) 0%,rgba(255,255,255,0.8) 30%,rgba(255,226,148,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#00ffe294',GradientType=1 );
        z-index: 1;
    }

.mobile .subsection-image:before, .mobile .subsection[style*="background-image:"]:before {
    width: 100%;
    background: -moz-linear-gradient(left, rgba(255,255,255,.9) 0%, rgba(255,255,255,0.8) 60%, rgba(255,226,148,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,.9) 0%,rgba(255,255,255,0.8) 60%,rgba(255,226,148,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,.9) 0%,rgba(255,255,255,0.8) 60%,rgba(255,226,148,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#00ffe294',GradientType=1 );
}

.mobile #subpage-container div.subsection-image:first-of-type, .mobile #subpage-container > .subsection[style*="background-image:"]:first-of-type {
    padding-top: 5%;
    padding-bottom: 5%;
}

#subpage-container div.subsection-image:first-of-type, #Form1 .subsection:nth-of-type(2), #Form1 .subsection:nth-of-type(3), #Form1 .subsection-image:nth-of-type(3), #subpage-container > .subsection[style*="background-image:"]:first-of-type {
    padding-top: 155px;
    padding-bottom: 5%;
}

.mobile #subpage-container div.subsection-image, .mobile #subpage-container > .subsection[style*="background-image:"] {
    background-position: 75% top;
}

.subsection-content, .subsection-image-content {
    position: relative;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
    padding: 60px 45px;
    z-index: 1000;
    min-width: 300px;
}

.subsection[style*="background-image:"] .subsection-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.mobile .subsection-content {
    padding: 20px 4%;
}

.subsection-content > table > tbody > tr > td > *:first-child, .subsection-image-content > table > tbody > tr > td > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

#subpage-container div.subsection-image:first-of-type .subsection-image-content, #subpage-container > .subsection[style*="background-image:"]:first-of-type .subsection-content {
    padding: 80px 7%;
    min-height: 100px;
}

.mobile .subsection[style*="background-image:"] .subsection-content {
    padding: 20px 7%;
}

.subsection.lastsection .subsection-content {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
}

.subsection-content > *:first-child {
    margin-top: 0;
    padding-top: 0;
}

#footer nav.secondary {
    width: 100%;
    display: flex;
    margin: 0 auto;
}

    #footer nav.secondary > div {
        width: 30%;
        box-sizing: border-box;
        padding: 0 0% 0 7%;
    }

        #footer nav.secondary > div#logo-footer {
            padding: 0;
            width: 200px;
        }

    #footer nav.secondary:after {
        clear: both;
        content: '';
        display: block;
    }

#footer h3 {
    font-family: 'Source Serif Pro', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 5px 0;
    font-size: 20px;
    color: #000050;
}

#footer nav.secondary ul {
    margin: 0px;
    padding: 0;
    color: #282828;
    font-size: 1rem;
}

    #footer nav.secondary ul li {
        padding: 4px 0px 4px 0px;
        margin: 3px 0px 3px 0px;
    }

        #footer nav.secondary ul li:before {
            display: none;
        }

#footer nav.secondary a {
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    color: #282828;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    padding-left: 0;
}

    #footer nav.secondary a:hover {
        color: #000050;
    }

.desktop #footer nav.secondary a:hover {
    -webkit-transform: translate(3px);
}

#footer-utility-logos {
    margin: 0;
    width: 135px;
    position: absolute;
    right: 10%;
    bottom: 14px;
}

    #footer-utility-logos i {
        vertical-align: middle;
        color: #9e9e9e;
        margin-left: 27px;
        float: left;
        font-size: 30px;
    }

    #footer-utility-logos .icon-fdic {
        margin-top: 0px;
    }

    #footer-utility-logos:after {
        clear: both;
        content: '';
        display: block;
    }

#footer .copyright {
    padding: 0;
    margin: 0;
    color: #414141;
    font-size: 14px;
    line-height: 18px;
    /* text-align: center; */
}

@media only screen and (max-width:1000px) {
    #footer nav.secondary > div#logo-footer {
        flex-direction: row;
    }
}

@media only screen and (max-width:790px) {
    #footer nav.secondary {
        display: block;
    }

        #footer nav.secondary > div {
            width: 100%;
            padding: 0 3%;
            text-align: center;
        }

            #footer nav.secondary > div#logo-footer {
                margin: 0 auto 10px auto;
            }

    #footer #footer-logo, #footer-utility-logos {
        float: none;
        margin: 0px auto;
        position: static;
        right: auto;
        bottom: auto;
        width: 200px;
    }

    #footer-utility-logos {
        width: 178px;
    }

    #footer .copyright {
        text-align: center;
        margin-bottom: 20px;
        display: block;
    }
}

.clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    float: none !important;
    padding: 0 !important;
    position: static !important;
    margin: 0 !important;
}

    .clear:before {
        display: none !important;
    }

#gototop {
    position: fixed;
    top: 80%;
    margin-top: 0;
    color: #FFF;
    background: rgba(0,0,80, 0.8);
    z-index: 10003;
    font-size: 16px;
    width: 172px;
    height: 43px;
    right: -174px;
    margin: 0px 0 2px 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

    #gototop i {
        font-size: 30px;
        position: absolute;
        top: 6px;
        left: 11px;
    }

    #gototop p {
        font-size: 1rem;
        line-height: 43px;
        font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
        display: block;
        width: 100%;
        height: 43px;
        margin: 14px 0 0 45px;
        padding: 0 0 0 8px;
        vertical-align: middle;
        text-transform: uppercase;
        border-left: 1px solid rgba(0,71,49,.18);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #fff;
        display: inline;
    }

    #gototop.gototopactive {
        right: -125px;
    }

.desktop #gototop:hover {
    right: -6px;
    background-color: #000050;
}


/* ------------Images-----------------*/
.subsection-overview-content .Image-Overview {
    position: absolute;
    right: 20px;
    bottom: 0;
    padding: 0 !important;
    margin: 0;
}

.Float-Left, .Float-Right {
    margin-bottom: 10px;
    position: relative;
    z-index: 100;
}

.Float-Left {
    float: left;
    margin-right: 10px;
}

.Float-Right {
    float: right;
    margin-left: 10px;
}
/* ------------Tables-----------------*/
.Table-Style, .Table-Product, .Table-Simple {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .Table-Style td, .Table-Product td, .Table-Style th, .Table-Product th, .Table-Simple td, .Table-Simple th {
        padding: 20px 15px;
        vertical-align: middle;
    }

    .Table-Style th, .Table-Product th {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #3a3a6e;
        border-bottom: 5px solid #ceb73d;
        background-color: #000050;
        text-align: center;
        color: #fff;
        font-weight: 400;
        padding: 30px 15px;
    }

        .Table-Style th p, .Table-Product th p {
            margin: 0;
            padding: 0;
        }


        .Table-Style th p, .Table-Style th {
            font-weight: 400;
        }

            .Table-Style th:first-child {
                border-left-width: 1px;
                border-left-style: solid;
                border-left-color: #4d4d4d;
                text-align: left;
            }

            .Table-Style th a {
                color: #d2e7df;
            }

                .Table-Style th a:hover {
                    color: #FFFFFF;
                }

    .Table-Style td, .Table-Product td {
        /* padding: 15px; */
        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;
    }

    .Table-Style tbody tr:nth-child(even) td {
        background-color: #ececec;
    }

    .Table-Style td p, .Table-Product p {
        margin: 0;
        padding: 0;
    }

    .Table-Style td:first-child, .Table-Product tr th:first-child, .Table-Product tr td:first-child {
        text-align: left;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #d7d7d7;
    }

    .Table-Style tr:hover td, .Table-Style tbody tr:nth-child(even):hover td {
        background-color: #dbdbdb;
    }

    .Table-Style caption {
        padding: 15px;
        font-size: 2.063vw;
        font-weight: 300;
        color: #fff;
        text-align: left;
        background-color: #4d4d4d;
    }

.mobile .Table-Style caption {
    font-size: 1.5rem;
}

.Table-Simple {
    border-bottom-color: #d2d2d2;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .Table-Simple th, .Table-Simple th p, .Table-Simple td, .Table-Simple td p {
        text-align: center;
    }

    .Table-Simple th, .Table-Simple td {
        padding: 10px;
    }

        .Table-Simple th p, .Table-Simple td p {
            padding: 3px 0;
            margin: 2px 0;
        }

    .Table-Simple td {
        border-top-color: #d2d2d2;
        border-top-width: 1px;
        border-top-style: solid;
    }

        .Table-Simple th, .Table-Simple th p, .Table-Simple td:first-child, .Table-Simple td:first-child p {
            font-weight: 400;
        }

            .Table-Simple td:first-child, .Table-Simple td:first-child p {
                text-align: left;
            }

.Table-Product {
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
}

    .Table-Product caption {
        font-size: 2.063vw;
        font-weight: 300;
        text-align: left;
        margin: 15px 0;
    }

    .Table-Product th {
        background-color: #000050;
    }
    /*even columns (minus the first column). Remove +3 if all columns needed*/
    .Table-Product tr th:nth-child(2n+3) {
        background-color: #02026c;
    }

    .Table-Product td {
        vertical-align: middle;
    }

    .Table-Product tr th:last-child {
        border-right-width: 0;
    }

    .Table-Product tr:first-child td:first-child {
        border-top: 1px #d2d2d2 solid;
    }

    .Table-Product tr th:first-child {
        background-color: transparent;
        border-left-width: 0;
        border-left: none;
        border-right-width: 0;
    }

    .Table-Product tr td:first-child {
        background-color: #eee;
    }

    .Table-Product tr:last-child td {
        border-bottom: 1px #d2d2d2 solid;
    }

        .Table-Product tr:last-child td:last-child {
            border-radius: 0 0 10px 0;
        }

    .Table-Product tr td:last-child {
        border-right: 1px #d2d2d2 solid;
    }

    .Table-Product tr th:first-child, .Table-Product tr th:first-child p {
        color: #000050;
    }

        .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 p {
        padding: 1px 0px 4px 0px;
        margin: 4px 0px 4px 0px;
    }

    .Table-Product ul {
        text-align: left;
        margin: 0;
        padding: 0;
    }

        .Table-Product ul li {
            margin: 0;
            padding: 5px 0px 5px 25px;
        }

        .Table-Product ul ul li:before {
            top: 1px;
            left: 5px;
        }

.checkmark:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 35px;
    color: #0f2e7d;
}

@media only screen and (max-width:667px) /*iPhone 6 Landscape*/ {
    .Table-Simple {
        width: 100% !important;
    }
}

table.Table-Privacy {
    width: 100%;
    margin: 0 0 .5em;
    padding: 0;
    border-bottom: 5px #ceb73d solid;
}

    table.Table-Privacy caption {
        background-color: #000050;
        padding: 1em 1.5em;
        margin-top: 20px;
        overflow: hidden;
    }

    table.Table-Privacy caption, .Table-Privacy th, .Table-Privacy th p {
        color: #FFFFFF;
        font-weight: 700;
    }

.Table-Privacy th {
    background: #000050;
    padding: .75em 0;
    border: 1px #fff solid;
    text-align: center;
    vertical-align: middle;
}

.Table-Privacy td ul li p {
    margin: 0;
    padding: 0;
}

.Table-Privacy th h3 {
    color: #fff;
}

.Table-Privacy td {
    padding: .75em;
    border: 1px #fff solid;
}

    .Table-Privacy td.rev {
        background: #EFEFEF;
        border: 1px #fff solid;
    }

table.Table-Privacy tr:nth-child(odd) {
    background-color: #ffffff;
}

table.Table-Privacy tr:nth-child(even) {
    background-color: #EFEFEF;
}
/**  Site Notice **/

.notice {
    background-color: #ff6600;
    overflow: hidden;
    height: auto;
    -webkit-transition: max-height .75s ease-in-out;
    -moz-transition: max-height .75s ease-in-out;
    -ms-transition: max-height .75s ease-in-out;
    -o-transition: max-height .75s ease-in-out;
    transition: max-height .75s ease-in-out;
    max-height: 0px;
}

    .notice.active {
        -webkit-transition: max-height .75s ease-in-out;
        -moz-transition: max-height .75s ease-in-out;
        -ms-transition: max-height .75s ease-in-out;
        -o-transition: max-height .75s ease-in-out;
        transition: max-height .75s ease-in-out;
        max-height: 300px;
    }

body.noticeactive .notice:not(.appbanner) {
    max-height: 300px;
}

body.bannernoticeactive .notice.appbanner.active {
    max-height: 300px;
}

.notice table {
    width: 80% !important;
    margin: 0 auto;
}

    .notice table tr td {
        border: none;
    }

.noticeHtml {
    overflow: hidden;
}

    .noticeHtml table td {
        padding: 20px;
        text-align: center;
    }

    .noticeHtml * {
        font-size: 2.3vmin !important;
        line-height: 2.5vmin !important;
        padding: 5px 0;
        margin: 3px 0;
        color: #ffffff;
    }

    .noticeHtml > p {
        text-align: center !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .noticeHtml a {
        color: rgba(255,255,255,.75);
        text-decoration: none;
    }

        .noticeHtml a:hover {
            color: rgba(255,255,255,.95);
            text-decoration: underline;
        }

    .noticeHtml td.rev {
        background-color: transparent;
    }

.noticecloser, .noticeclosersession {
    position: absolute;
    display: block;
    min-height: 30px;
    box-sizing: border-box;
    width: 20px;
    top: 0;
    cursor: pointer;
    text-align: center;
    font-family: 'FontAwesome';
}

.noticecloser {
    right: 8px;
}

.noticeclosersession {
    right: 35px;
}

.noticecloser:before {
    content: "\f00d";
}

.noticeclosersession:before {
    content: "\f068";
}
/*  Responsive font size */
@media only screen and (min-width:1032px) {
    .noticeHtml {
        max-height: 125px;
    }
}

@media only screen and (max-width:640px) {
    .notice, .notice * {
        font-size: 3vmin !important;
    }
}


.noticeHtml table td:first-child:before {
    content: '\f071';
    font-family: 'FontAwesome';
    position: absolute;
    left: 3%;
    top: 37%;
    font-size: 73px;
    opacity: .4;
    z-index: 1;
    color: #fff;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.captcha-content {
    padding-top: 10px;
    display: block;
    float: none;
    position: relative;
}

#captchaAnswer {
    width: 300px;
    display: block;
    margin: 0 auto;
    float: none;
}

.contact-form label {
    float: none;
}

/*Toolbar*/
#toolbar {
    margin: auto;
    width: 176px;
    position: fixed;
    z-index: 10001;
    top: 30%;
    right: -115px;
    list-style-type: none;
    padding: 0;
    margin-top: -50px; /*container height / 2*/
    -webkit-transition: top .5s ease;
    -moz-transition: top .5s ease;
    -ms-transition: top .5s ease;
    transition: top .5s ease;
}

.ipad.noticeactive #toolbar {
    top: 40%;
}

.dsm {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

#toolbar li {
    display: block;
    position: relative;
    font-size: 1rem;
    background-color: #000050;
    border-left: 7px solid #ffca38;
    width: 178px;
    height: 43px;
    right: 0px;
    margin: 0px 0 4px 0;
    border-radius: 0;
    -webkit-transition: right .4s ease-in-out;
    -moz-transition: right .4s ease-in-out;
    -ms-transition: right .4s ease-in-out;
    transition: right .4s ease-in-out;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.0);
}

    #toolbar li:hover {
        right: 123px;
    }

    #toolbar li:first-child {
        margin-top: 13px;
    }

    #toolbar li:last-child {
        margin-bottom: 13px;
    }

    #toolbar li a {
        display: block;
        width: 100%;
        height: 43px;
        vertical-align: middle;
        color: rgba(255,255,255,.75);
    }

        #toolbar li a p {
            margin: 0;
            font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
            font-weight: 400;
            font-size: 1rem;
            line-height: 43px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

    #toolbar a:hover, #toolbar li.active a p {
        color: #fff;
    }

i.toolbar-section {
    float: left;
    display: block;
    width: 41px;
    height: 43px;
    margin: 0 6px 0 6px;
    font-size: 27px;
    line-height: 43px;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    i.toolbar-section.fa-percent {
        font-size: 22px;
    }

    i.toolbar-section.fa-calculator {
        font-size: 19px;
    }

#toolbar a:hover i {
    color: #ffca38;
}

body.mobile #toolbar-wrapper {
    position: relative;
    top: 34px;
    width: 100%;
    height: 43px;
    background-color: #000050;
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

body.mobile.opennav #toolbar-wrapper {
    opacity: 1;
}

body.mobile #toolbar {
    position: relative;
    margin: 0 auto;
    right: 0;
    width: 250px;
    top: 0;
}

body.mobile.ipad.noticeactive #toolbar {
    top: 0;
}

body.mobile #toolbar li.toolbar-search {
    display: none;
}

body.mobile #toolbar li a p {
    display: none;
}

body.mobile #toolbar li {
    width: 50px;
    float: left;
    margin: 0 !important;
    right: 0;
    border-radius: 0;
    border-width: 0;
}

    body.mobile #toolbar li:hover {
        right: 0;
        box-shadow: none;
    }

        body.mobile #toolbar li:hover a {
            color: #007057;
        }

#translate {
    max-height: 100px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    background-color: #ceb73d;
    color: #000050;
    position: fixed;
    top: -50px;
    z-index: 10;
}

body.home #translate {
    position: relative;
    top: 0;
    max-height: 0;
    z-index: 0;
}

body.home.translate-active #translate {
    max-height: 100px;
}

.desktop.translate-active #translate {
    top: 0;
}

.desktop.translate-active #nav {
    top: 105px;
}

.desktop.translate-active #page {
    top: 52px;
}

#translate #google_translate_element, #translate h2 {
    display: inline-block;
    vertical-align: middle;
}

#translate h2 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.25rem;
}
/*-------------Subpage Specific---------------*/
.Team-Profile > tbody > tr > td {
    padding: 20px 0;
    width: 50%;
}

    .Team-Profile > tbody > tr > td:first-child {
        padding-right: 2%;
    }

.Team-Profile td > table td {
    padding: 0 20px;
    vertical-align: top;
}

    .Team-Profile td > table td:first-child {
        padding: 0;
        width: 160px;
    }

.Team-Profile .Business-Phone:before, .Team-Profile .Phone:before, .Team-Profile .Fax:before, .Team-Profile .Email:before, .Team-Profile .Address:before {
    content: '\f1ad';
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #0f2e7d;
}

.Team-Profile .Phone:before {
    content: '\f095';
}

.Team-Profile .Fax:before {
    content: '\f1ac';
}

.Team-Profile .Email:before {
    content: '\f0e0';
}

.Team-Profile img {
    border: 10px solid #fff;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    max-width: 95%;
}

@media only screen and (max-width:700px) {
    .mobile .Team-Profile > tbody > tr > td {
        width: 100%;
        float: left;
        padding: 15px 0;
    }
}

@media only screen and (max-width:414px) /*iPhone 6 Plus Portrait*/ {
    .Team-Profile td > table td:first-child {
        width: 120px;
    }

    .Team-Profile img {
        max-width: 80%;
    }
}

.mobile.Locations .subsection[style*="background-image:"] + .subsection[style*="background-image:"]:before {
    display: none;
}

.mobile.Locations .subsection[style*="background-image:"] + .subsection[style*="background-image:"] {
    background-size: 125%;
    min-height: 0;
    height: auto;
    padding: 0;
    background-color: #fff;
}

    .mobile.Locations .subsection[style*="background-image:"] + .subsection[style*="background-image:"] .subsection-content > table {
        background: rgba(255,255,255,.85);
        /*border-radius: 5px 5px 5px 5px;*/
        border: 2px solid rgba(255,255,255,1);
        margin-top: 20%;
    }

    .mobile.Locations .subsection[style*="background-image:"] + .subsection[style*="background-image:"] .subsection-content table:first-of-type > tbody > tr > td {
        width: 100% !important;
        float: left;
        padding: 2%;
    }

.Popup {
    display: none;
}
/* ---------Forms--------------*/
form .captcha-content label span:last-child {
    margin: 0 auto;
    display: block;
    float: none;
}

.content form label {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}

.content form input[type=text], .content form input[type=tel], .content form input[type=email], .content form textarea {
    outline: none;
    display: block;
    border: 1px solid #cbccc6;
    color: #747474;
    padding: 12px;
    font-size: 16px;
    line-height: 19px;
    box-sizing: border-box;
    -webkit-appearance: none;
    box-shadow: none;
    margin-bottom: 5px;
    border-radius: 0;
}

.content td[colspan] input[type=text] {
    padding-left: 2.5%;
    width: 97.5%;
}

.content form input[type=text]:focus {
    background-color: #FFF;
}

.content form div#state, .content form div#zip {
    width: 48%;
    float: left;
}

.content form div#state {
    margin-right: 4%;
}

.content form #contact-type div {
    width: 19%;
    float: left;
}

.content input[type=checkbox] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.content .form-interested td {
    padding: 10px 0;
}

.content form input.btn1, .content form input.btn2 {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
    padding: 10px 15px;
    margin: 0;
    border: none;
    cursor: pointer;
    width: initial;
    width: 200px;
}

.content form textarea {
    /* border: none; */
    height: inherit;
    padding: 15px 0 0 12px;
    font-size: 16px;
}

    .content form textarea:focus {
        background-color: #FFF;
    }

.content form button.Button1 {
    opacity: 1;
    cursor: pointer;
}

    .content form button.Button1.disable {
        opacity: .5;
        cursor: initial;
    }

        .content form button.Button1.disable:hover {
            background-color: transparent;
            color: #4a4a4a !important;
        }

            .content form button.Button1.disable:hover:after {
                color: #4a4a4a !important;
            }

form .required::before {
    color: #e00000 !important;
    top: 0.25em;
}

p.required {
    color: #e00000;
}

.content .captchaField.default {
    margin-top: 10px !important;
}

.content #contactForm .captchaField + label {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.content #contactForm #captchaAnswer {
    width: 300px;
    display: block;
    margin: 0 auto 15px auto;
}

.form-buttons {
    text-align: center;
    padding: 20px 0 0 0;
}

/*-----------------Responsive---------------------*/
@media only screen and (max-width: 1350px) {
    #header, #content1, #subpageContentxy, #social, body.desktop #nav .inner-content {
        width: 100% !important;
        padding: 0;
    }

    .inner-content {
        width: 96%;
        padding-right: 2%;
        padding-left: 2%;
    }

    #header > .inner-content {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    #features .inner-content, #page, .subsection-content, .subsection-image-content {
        width: 100%;
        box-sizing: border-box;
    }

    #promo1 .inner-promo-content, #promo2 .inner-promo-content, #features .inner-feature-content {
        width: 100%;
    }

        #promo1 .inner-promo-content td {
            /* padding-left: 0; */
            padding-right: 5vw;
        }

    #promo2 .inner-promo-content {
        padding-right: 5%;
        padding-left: 5%;
    }

    #logo-container {
        left: 2%;
    }

    #header nav.secondary {
        right: 2%;
    }
}

@media only screen and (max-width:1250px) {
    #logo {
        width: 200px;
        left: 5%;
    }
}

@media only screen and (max-width:1023px) {
    #header, #mainnav, #content1, #subpageContentxy, #social {
        width: 100%;
    }

    .inner-content, #features .inner-content {
        width: 96%;
        padding-right: 2%;
        padding-left: 2%;
    }
}

@media only screen and (max-width:1000px) {
}

@media only screen and (max-width:970px) {
}

@media only screen and (max-width:890px) {
}

@media only screen and (max-width:790px) {
}

@media only screen and (max-width:768px) /*iPad Portait*/ {
    #promo1, #promo2 {
        width: 100%;
        float: none;
        min-height: 150px;
        border-bottom: 1px solid #ccc;
    }

    #promo2 {
        border-bottom: none;
    }

    .subsection-image-content, #subpage-container div.subsection-image:first-of-type .subsection-image-content, #subpage-container > .subsection[style*="background-image:"] {
        padding-top: 5%;
        padding-bottom: 5%;
    }
}

@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*/ {
    .subsection-image-content table:first-child > tbody > tr > td, .subsection[style*="background-image:"] table:first-child > tbody > tr > td {
        width: 100% !important;
        float: left;
    }

    .subsection-image-content table:first-child td.show, .subsection[style*="background-image:"] table:first-child td.show {
        float: left;
        width: 100% !important;
        padding: 2% 0 2% 2%;
        display: block;
    }

    .subsection-image:after, .subsection[style*="background-image:"]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.70);
        z-index: 1;
    }
}

@media only screen and (max-width:560px) {
}

@media only screen and (max-width:560px) /*Galaxy S, S2 Landscape*/ {
}

@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*/ {
}

/*--------- Expandables -------------------*/

.expandable {
	display:block;
	margin:10px 0 10px 0 !important;
	border-bottom: 1px solid #ccc;
	width:100%;
	box-sizing:border-box;
	padding:0 !important;
	overflow: hidden;
	max-height: 100px;
	-webkit-transition: max-height 1s ease-in-out;
	-moz-transition: max-height 1s ease-in-out;
	-ms-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
}

.expandable.expanded {
	height:auto;
	max-height:6000px;
	padding-bottom: 10px !important;
	border-bottom: 1px solid #ccc;
}
.expandable.expanded table.expandable.expanded {
	margin-top: 0px;
}

.expandable>*:first-child{
	display:block;
	width:100%;
	box-sizing:border-box;
	cursor:pointer;
	position:relative;
	margin:0;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-tap-highlight-color: transparent;
}
.expandable>*:first-child{
	font-size: 25px;
	line-height: 30px;
	padding: 5px 0 5px 0;
}
.expandable.expanded > *:first-child {
	color: #656565;
}
.expandable>*:first-child:hover{
	color: #656565;
}
.expandable.expanded>*:first-child{
	position:relative;
	height:auto;
	white-space:normal;
	text-overflow: ellipsis;
	overflow:hidden;
	border-bottom: 0;
}
.expandable>*:first-child:before {
	content: "\f107";
	position:absolute;
	top: 0.2em;
	right: 0px;
	font-family: 'FontAwesome';
	font-size: 35px;
	font-weight:bold;
	overflow:hidden;
	color:rgba(0,0,0,.3);
	pointer-events:none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.expandable.expanded>*:first-child:before {
	content: "\f106";
}
.expandable.expanded>*:first-child:before, .expandable>*:first-child:hover:before {
	color: #ff6600;
}

/* ----- content slider toggle like Tabs ------ */

.Content-Slider.Tabs h2.expand, .Content-Slider.Tabs .tab {
	display: none;
}

.Content-Slider.Tabs .tab.expanded {
	display: block;
	background: #fff;
	margin-top: 0px;
	border: 1px solid #ccc;
	border-radius: 0 0px;
	/* box-shadow: 0px 0px 20px 0px rgba(84, 102, 112, 0.32); */
	position: relative;
}
.Content-Slider.Tabs>tbody>tr>td {
	padding: 0;
}
.Content-Slider.Tabs .tab {
	padding: 10px 3% 20px 3%;
	width: 94%;
}
.Content-Slider.Tabs, .Content-Slider.Tabs>table {
	margin: 10px 0px 0 0;
	width: 100%;
	border-collapse: collapse;
}

.Content-Slider.Tabs {
	margin: 15px 0 10px 0;
}
.Content-Slider.Tabs .tab.expanded {
	height: auto !important;
}
.Content-Slider .expandable h2, .Content-Slider .expandable p:first-child {
	padding-top: 20px !important;
}
.Content-Slider.Tabs .tab>*:first-child {
	display: none;
}
/* TOC tab styles */
.Content-Slider.Tabs ul.expandablesTOC {
	list-style-type: none;
	margin: 0;
	padding: 0px;
	width: 100%;
	height: 52px;
	box-sizing: border-box;/* Allows the tab width to adjust based on content when no width on li*/
	min-width: 305px;
	display: table;
	padding: 0 25px;
	position: relative;
	z-index: 1;
	top: 1px;
}
.Content-Slider.Tabs .expandablesTOC li {
	margin: 0px 1% 0 0;
	padding: 0;
	float: left;
	/* width: 23%; */ /*set this width if all tabs should be the same width */
	height: 51px;
	overflow: hidden;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 10px 10px 0 0;
	border-bottom: 0;
}
.Content-Slider .expandablesTOC li:before {
	display: none;
}
.Content-Slider.Tabs .expandablesTOC li a, .Content-Slider.Tabs h2.expand {
	font-family: 'Open Sans',Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #656565;
	padding: 0 20px;
	line-height: 51px;
	margin: 0 auto;
	text-decoration: none;
	display: block;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	cursor: pointer;
	height: 51px;
	background-color: #f5f5f5;
	vertical-align: middle;
	display: block;
	-webkit-box-shadow: 0px -5px 20px -10px rgba(0,0,0,.5) inset;
	-moz-box-shadow: 0px -5px 20px -10px rgba(0,0,0,.5) inset;
	box-shadow: 0px -5px 20px -10px rgba(0,0,0,.5) inset;
}

.Content-Slider.Tabs h2.expand {
	background-color: #a1a1a1;
	padding: 0;
}
.Content-Slider.Tabs .expandablesTOC li a:hover, .Content-Slider.Tabs .expandablesTOC li a.active, .Content-Slider.Tabs .expandablesTOC li a.selected:hover, .Content-Slider.Tabs h2.expand:hover, .Content-Slider.Tabs .expandable.expanded h2.expand {
	background-color: #fff;
	color: #FF6600;
	text-decoration: none;
	box-shadow: none;
}
.Content-Slider.Tabs .expandablesTOC li a {
	position: relative;
	border-radius: 10px 10px 0 0;
}

.Content-Slider.Tabs .expandablesTOC li a:before, .Content-Slider.Tabs .expandablesTOC li a.active:before {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	bottom: 0px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.Content-Slider.Tabs .expandablesTOC li a.active:before, .Content-Slider.Tabs .expandablesTOC li a:hover:before {
	background-color: #fff;
}
.Content-Slider.Tabs h2.expand:hover {
	background-color: #838383;
	color: #fff;
}
 #tabtoexpander {
        display: none;
        height: 0;
        width: 0;
        visibility: hidden;
        opacity: 0;
    }

/* ----- /content slider toggle like Tabs ------ */

/*-------Responsive styles for Toggle Like Tabs start----------------*/

@media only screen and (max-width: 1024px) {
    #tabtoexpander {
        display: block;
    }

    .Content-Slider.Tabs ul.expandablesTOC {
        display: none;
    }

    .Content-Slider.Tabs .tab {
        display: block;
        height: 50px;
        max-height: 50px;
        overflow: hidden;
        width: 93%;
        border: 1px solid #ccc;
        padding: 10px 3%;
        margin: 15px 0;
    }

        .Content-Slider.Tabs .tab > *:first-child {
            margin: 0 0 10px 0;
            padding: 0;
            font-size: 30px;
            line-height: 45px;
            display: block;
            border-bottom: 0;
        }

        .Content-Slider.Tabs .tab.expanded > *:first-child {
            color: #989898;
            font-size: 30px;
            cursor: pointer;
        }

        .Content-Slider.Tabs .tab.expanded {
            height: auto;
            max-height: 6000px;
            margin-top: 15px;
        }
}