* {
    /*--position: relative;--*/
    box-sizing:border-box;
      -moz-box-sizing:border-box;
      -webkit-box-sizing:border-box;
}
html, body {
    /*--height: 100%;--*/
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

html {
	font-size: 10px;
}


/*------------------------
        FONTS
------------------------*/
@font-face {
  font-family: "cse-fcu";
  src:url("../fonts/cse-fcu.eot");
  src:url("../fonts/cse-fcu.eot?#iefix") format("embedded-opentype"),
    url("../fonts/cse-fcu.woff") format("woff"),
    url("../fonts/cse-fcu.ttf") format("truetype"),
    url("../fonts/cse-fcu.svg#cse-fcu") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "cse-fcu" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before, .searchbutton {
  font-family: "cse-fcu" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-visacards:before {
  content: "v";
}
.icon-twitter:before {
  content: "t";
}
.icon-location:before {
  content: "m";
}
.icon-newsletter:before {
  content: "n";
}
.icon-loandept:before {
  content: "l";
}
.icon-facebook:before {
  content: "f";
}
.icon-callus:before {
  content: "c";
}
.icon-autoloans:before {
  content: "k";
}
.icon-arrow:before {
  content: ">";
}
/*------------------------
        END FONTS
------------------------*/

header {
    width: 100%;
    display: block;
    position: relative;
    min-height: 184px;
}
a img {
    border: none;
}
header:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
    position: relative;
}
.header-top {
    display: block;
    width: 100%;
    color: #ffffff;
    height: 34px;
    background: #0053a0;
    font-weight: 900;
    font-style: italic;
    position: relative;
    z-index: 11;
}
.header-top .wrapper:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
    position: relative;
     }
.top-desktop {
    display: none;
    position: relative;
}
.header-top a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.call-us .icon:before,
.find-location .icon:before {
    color: #bfd4e7;
    font-size: 2.5rem;
    line-height: 3.5rem;
    display: inline-block;
    position: relative;
}
.call-us {
    text-align: center;
    position: relative;
}
.call-us .icon,
.find-location .icon {
    display: inline-block;
    float: left;
    position: relative;
}
.call-us .mobile-top-link,
.find-location .mobile-top-link {
    line-height: 3.4rem;
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
}
.call-us:after, .find-location:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.contact {
    display: block;
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}
.find-location .btn-wrap {
    width: 133px;
    margin: 0 auto;
    display: inline-block;
    height: 34px;
    position: relative;
}
.call-us .btn-wrap {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    height: 34px;
    position: relative;
}
.header-top-right {
    background: #00407b;
    width: 50%;
    display: block;
    height: 34px;
    float: right;
    text-align: center;
    line-height: 3.4rem;
    position: relative;
}
.header-bar {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
}
.header-bar:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.header-bar nav.desk {
    display: none;
    position: relative;
}
.logo {
    display: block;
    width: 51%;
    margin: 0 0 0 9%;
    float: left;
    max-width: 166px;
    position: relative;
}
.logo-mobile {
    width: 100%;
    display: block;
    height: auto;
    position: relative;
}
.logo-desk {
    display: none;
    position: relative;
}
.navigation-container {
    width: 40%;
    display: block;
    float: right;
    position: relative;
}
.btn-mobile-nav {
    display: block;
    float: right;
    margin: 12px 18% 0 0;
    color: #d73347;
    text-transform: uppercase;
    font-weight: 900;
    font-style: italic;
    text-decoration: none;
    font-size: 10px;
    border: 4px solid #d73347;
    width: 48px;
    height: 48px;
    line-height: 4rem;
    text-align: center;
    border-radius: 50%;
    position: relative;
}
.mobile-navigation {
    display: none !important;
    position: relative;
}
.eBranch-mobile {
    width: 100%;
    display: block;
    background: url(../images/ebranch-noise.jpg) repeat top left #aa2636;
    height: 50px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.9rem;
    position: relative;
}
.mobile-e-title {
    font-size: 26px;
    display: block;
    font-weight: 700;
    font-style: italic;
    padding-top: 7px;
    position: relative;
}
.mobile-e-tagline {
    color: #f2aaaa;
    font-size: 12px;
    font-style: italic;
    position: relative;
}


/*********************
MOBILE MENUS STYLES
*********************/
.mobile-menu {
    background: #576729;
    height: 52px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 11;
}
.mobile-menu a {
    width: 25%;
    box-sizing: border-box;
    float: left;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem; 
    text-decoration: none;
    margin-top: 5px;
    border-left: 1px solid #6b7943;
    border-right: 1px solid #6b7943;
}

/*--Slideout Menu--*/
.full-mobile-menu.closed {
    
}
.full-mobile-menu {
    color: white;
    width: 100%;
    position: fixed;
    min-height: 100%;
    background: #d73347;
    left: 0;
    top: 0;
    z-index: 111;
    transition: left 0.3s, opacity 0.3s;
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    
}
#ctl00_Header1_SearchInput2_pnlS, #ctl00_SearchInput2_pnlS {
    width: 62%;
    position: relative;
    margin-left: 14%;
    margin-top: 28px;
}
#ctl00_Header1_SearchInput2_pnlS .searchbox, #ctl00_SearchInput2_pnlS .searchbox {
    height: 40px;
    padding-left: 3%;
    color: #616161;
    width: 68%;
     -webkit-appearance: none;
    -webkit-border-radius:0; 
    border-radius:0;
    border: 0;
    display: inline-block;
    margin-right: 2%;
}
#ctl00_Header1_SearchInput2_pnlS .searchbutton, #ctl00_SearchInput2_pnlS .searchbutton {
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 20rem;
    vertical-align: middle;
    display: inline-block;
    padding: 0;
}
.full-mobile-menu ul li a {
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.8rem;
    text-decoration: none;
    line-height: 3.5rem;
    background: #c72f42;
    border-bottom: 1px solid #c12e40;
    display: block;
    padding-left: 14%;
}
.full-mobile-menu ul li li a {
    color: #fff;
    font-weight: 500;
    text-transform: none;
    font-weight: normal;
    font-size: 1.9rem;
    display: block;
    text-decoration: none;
    font-style: normal;
    background: #d73347;
}
.full-mobile-menu .AspNet-Menu-Vertical {
    width: 100%;
}
.full-mobile-menu .AspNet-Menu-Vertical > ul {
    margin-top: 95px;
    z-index: 8;
}
.full-mobile-menu ul {
    width: 100% !important;
    margin: 0;
    z-index: 11;
    padding: 0;
}
.full-mobile-menu ul ul {
    display: block !important;
    position: relative !important;
    left: 0 !important;
    margin-top: 0;
}
.full-mobile-menu.closed {
    left: -100%;
    opacity: 0;
}
.full-mobile-menu.open {
    left: 0;
    opacity: 1000;
}
.full-mobile-menu.closed .menuclose {
    position: absolute;
}
.menuclose {
    position: absolute;
    right: 5%;
    top: 27px;
}
.fixedbody {
    max-height: 100%;
   overflow: hidden;
    
}
.global-wrapper {
    box-sizing: border-box;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.mobile-menu-top {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    height: 95px;
    background: #d73347;
    display: none;
    z-index: 10000;
}
.full-mobile-menu.open .mobile-menu-top, .mobile-menu-top.open{
    display: block;
}


/*---------------------------
        HERO AREA
--------------------------*/
.hp-hero {
    border-bottom: 4px solid #dfe1e3;
    position: relative;
}
.gallery-inner {
    display: block;
    min-height: 360px;
    position: relative;
    width: 100%;
    
}
.gallery-inner:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.slide {
    display: block;
    height: 100%;
}
.slide-img {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 50%;
    min-height: 200px;
    display: block;
    position: relative;
}
.slide-img img {
    display: none;
    position: relative;
}
.gallery-content-container {
    display: block;
    color: #334992;
    font-size: 2.2rem;
    text-align: center;
    width: 83%;
    margin: 0 auto;
    padding: 25px 0;
    position: relative;
}
.gallery-content-container h2 {
    color: #ad2939;
    text-transform: uppercase;
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 700;
    margin: 0 0 13px;
    position: relative;
}
.gallery-content-container h3 {
    margin: 0 0 22px;
    position: relative;
}
.gallery-content-container span {
    display: none;
}
.slide-cta {
    color: #ad2939;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    width: auto;
    padding: 12px 20px;
    border-top: 4px solid #ad2939;
    border-bottom: 4px solid #ad2939;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
.slide-cta span {
    display: inline-block;
}
.slide-cta  i, 
.hp-rates .rates-left a i, .bin-cta i, .view-rates-btn i {
    bottom: -3px;
    display: inline-block;
    margin-left: 6px;
    position: relative;
}



/*------------------------
        SLIDER
------------------------*/

.sprite {
font-size: 0;
line-height: 0;
}

/* ROTATOR STYLES */

.gallery {
width: 100%;
height: 386px;
overflow: hidden;
-webkit-user-select: none;	
background-color: #fff;	
}

.gallery-feature {
width: 100%;
height: 100%;
    position: relative;
}

.gallery-inner {
position: absolute;
top: 0;
left: 0;
}

.gallery .slide {
float: left;
position: relative;
width: 581px;
display: none;
}

.gallery .slide img {
opacity: 0.8;
}

.gallery .slide.active img {
opacity: 1 !important;
}

.gallery .slide.active {
opacity: 1;	
display: block;
}

.gallery-nav {
position: absolute;
top: 160px;
width: 100%;
margin: 0 auto;
text-align: center;
display: none;
z-index: 2;
    width: 100%;
}

.prev {
float: left;
background: url('btn-rotator-arrows.png') no-repeat 0 0;
}
.prev span {
    width: 0; 
	height: 0; 
	border-bottom: 8px solid transparent;
    border-right: 10px solid #a9aaaa;
    border-top: 8px solid transparent;
    display: inline-block;
    line-height: 0.1rem;
    transition: border 0.3s;
}

.next {
    float: right;
    
}
.next span {
    width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	line-height: 0.1rem;
	border-left: 10px solid #a9aaaa;
    display: inline-block;
    transition: border 0.3s;
}

.prev, .next {
display: block;
width: 43px;
height: 43px;	
cursor: pointer;
    display: none;
}

.prev:hover {
background: url('btn-rotator-arrows.png') no-repeat 0 -43px;
}

.next:hover {
background: url('btn-rotator-arrows.png') no-repeat -43px -43px;
}

.gallery-indication {
position: relative;
height: 13px;
text-align: right;
z-index: 2; 
}

.slide-indicator {
width: 100%;
padding: 0;
margin: 0 auto;
list-style: none;
    text-align: center;
}

.indicator {
display: inline-block;
width: 13px;
height: 13px;
margin: 0 9px 0 0;
background: #fff;
border-radius: 50%;
}

.indicator.active {
background: #0053a0;	
}

.indicator_right {
margin-right: 3px !important;
}

/* ROTATOR CONTENT BOX */








/*------------------------
        EBRANCH
------------------------*/

.hp-ebranch-side {
    display: block;
    border: 8px solid #fff;
    width: 100%;
    border-bottom: none;
}
.ebranch-head {
    background: url(../images/ebranch-noise.jpg) repeat top left #ad2939;
    height: 162px;
    display: block;
    color: #fff;
    text-decoration: none;
    border-bottom: 8px solid #fff;
    font-size: 2.6rem;
    line-height: 2.6rem;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.ebranch-phone {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    top: 0;
    left: -51px;
    z-index: 1;
}
.ebranch-title {
    display: block;
    margin: 0 auto;
    padding-top: 38px;
    z-index: 2;
    position: relative;
}
.ebranch-slogan {
    display: block;
    font-size: 1.3rem;
    color: #f2aaaa;
    font-weight: 500;
    width: 43%;
    margin: 3px auto 0 auto;
    z-index: 2;
    position: relative;
    line-height: 1.7rem;
}
.ebranch-cta {
    display: block;
    background-color: #e9eaea;
    background-position: left top;
    background-repeat: no-repeat;
    height:  95px;
    border-bottom: 8px solid #fff;
    text-align: center;
    text-decoration: none;
    color: #ad2939;
    font-style: italic;
    font-size: 1.8rem;
    font-weight: 900;
     padding: 22px 0 0;
}
.ebranch-cta span {
    display: block;
    color: #0053a0;
    font-style: normal;
    font-size: 1.3rem;
    font-weight: 500;
   
}
.ebranch-login {
    background-image: url(../images/login-icon.png);  
}
.ebranch-signup {
    background-image: url(../images/signup-icon.png);  
}
.ebranch-app {
    background-image: url(../images/app-icon.png);  
}



/*------------------------
        BINS
------------------------*/
.bins {
    text-align: center;
    color: #0053a0;
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
}
.bins .icon {
    font-size: 8.2rem;
    height: 82px;
    line-height: 0;
    margin: 0 0 0 16px;
    text-align: center;
}
.bin-blurb {
    color: #09194d;
    display: inline-block;
    font-weight: 300;
    padding-bottom: 10px;
}
.bins h2 {
    font-size: 4.6rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.bins p {
    margin: 0;
}
.bin-cta {
    color: #ad2939;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    padding: 12px 20px;
    border-top: 4px solid #ad2939;
    border-bottom: 4px solid #ad2939;
    margin: 0 auto;
    display: inline-block;
    font-size: 2.1rem;
    position: relative;
}
.hp-auto, .hp-loans, .hp-visa {
    padding: 20px 0;
    border-bottom: 4px solid #e5e5e5;
}

/*------------------------
        RATES
------------------------*/


.hp-rates {
    background: url(../images/rates-bg.jpg) no-repeat top left / cover;
    color: #fff;
    text-align: center;
    padding: 55px 0;
}
.hp-rates h2 {
    font-size: 4rem;
    text-transform: uppercase;
    line-height: 4.3rem;
    margin: 0 0 42px 0;
}
.hp-rates .rates-left span {
    display: none;
    
}
.hp-rates .rates-left a, .view-rates-btn {
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    padding: 12px 20px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin: 0 auto;
    display: inline-block;
    font-size: 2.1rem;
    position: relative;
}
.hp-rates .rates-left a:focus, .view-rates-btn:focus {
	/* outline: none; */
}
.hp-rates .rates-left a {
    display: none;
}
.hp-rates .rates-left a span, .view-rates-btn span {
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
    margin: 0;
    width: auto;
    
}

.view-rates-btn {
    margin-top: 37px;
}
.hp-rates .tabs-nav {
    list-style: none;
    padding: 0;
}
.hp-rates .tabs-nav li {
    display: inline-block;
    padding: 0 11px;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
}
.hp-rates .tabs-nav li a {
    color: #bfd4ed;
    text-decoration: none;
}
.hp-rates .tabs-nav li.current a {
    color: #fff;
}
.hp-tables {
    border: 3px solid #fff;
    border-radius: 15px;
    margin: 0 auto;
    text-align: left;
    width: 95%;
    background: #083967;
    max-width: 383px;
    height: 197px;
    position: relative;
}
.hp-tables td {
    padding: 10px 5px;
    border-right: 1px solid #2e567c;
}
.table-data {
    font-size: 1.2rem;
}
.hp-tables tr:nth-of-type(even) {
    background: #376087;
}

.featured-rate-left {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem;
    text-align: center;
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    border-right: 1px solid #02284a;
    font-style: italic;
    padding-top: 81px;
}
.featured-rate-left {
    background: no-repeat center center;
        
}
#tab1 .featured-rate-left {
    background-image: url(../images/rates-auto-loans.png);
}
#tab2 .featured-rate-left {
    background-image: url(../images/rates-home-equity.png);
}
#tab3 .featured-rate-left {
    background-image: url(../images/rates-visa.png);
}
.featured-rate-right {
    color: #bfd4ed;
    font-weight: 500;
    font-size: 1.4rem;
    text-align: left;
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    font-style: italic;
    background: #02284a;
    padding-left: 4%;
    padding-top: 37px;
    border-left: 1px solid #083967;
    border-radius: 0 14px 14px 0;
}
.featured-rate-right span {
    color: #fff;
    font-weight: 900;
    font-size: 4.2rem;
    font-style: italic;
    line-height: 3.8rem;
    display: block;
}

/*------------------------
       LOCATIONS
------------------------*/
.hp-locations {
    background: #e2e2f3;
    text-align: center;
    padding: 5px 0 2px 0;
}
.hp-locations hr {
    opacity: .4;
    margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 3px;
  padding-bottom: 0px;
}

.hp-locations h1 {
    color: #0053a0;
    text-transform: uppercase;
    font-size: 4rem;
    line-height: 4rem;
}
.hp-locations h1 span {
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-top: 3px;
    display: block;
}
.hp-locations .subhead {
    color: #1c2b5b;
    font-size: 2rem;
    font-weight: 700;
    
}
.hp-locations .wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 25px 0;
	font-size: 1.4rem;
}

.locations {
    border-top: 1px solid #b8b8cd;
    font-size: 1.4rem;
    margin: 22px auto;
    padding: 9px 0;
    text-align: left;
    width: 200px;
    
}
.locations div a {
    display: block;
    text-decoration: none;
    color: #222222;
    font-weight: 700;
    line-height: 3.3rem;
}
.locations div a:before {
    bottom: -5px;
    color: #ad2939;
    font-size: 2.1rem;
    margin-right: 5px;
    position: relative;
}
.locations div span {
    display: none;
}


.hours span {
    display: none;
}
.hp-locations {
    font-weight: 500;
}
.hp-locations strong {
    font-weight: 700;
}
.hp-locations .slide-cta {
    font-size: 2rem;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 15px;
    width: 260px;
}
.phone a {
    color: #222222;
    text-decoration: none;
}



/*------------------------
        FOOTER
------------------------*/
footer {
    background: #0053a0;
    background: url(../images/footer-top-bg.jpg) repeat top left #0053a0;
    color: #fff;
}
footer a {
    color: #fff;
    text-decoration: none;
}
.sitemap-column {
    display: none;
}
footer .sitemap-column a {
    text-decoration: none;
    display: block;
}
.sitemap-parent {
    text-transform: uppercase;
    font-weight: 900;
}
.footer-top-right {
    padding: 14px 0;
}
.footer-top-right a {
    display: block;
    font-weight: 700;
    font-style: italic;
    color: #87abcf;
    font-size: 1.6rem
    line-height: 5.3rem;
    width: 257px;
    margin: 0 auto;
}
.footer-top-right a:before {
    bottom: -10px;
    color: #fff;
    display: inline-block;
    font-size: 3.2rem;
    margin-right: 14px;
    position: relative;
}
.footer-bottom {
    background: url(../images/footer-bottom-bg.jpg) repeat top left #023666;
    padding: 30px 0;
}
.footer-bottom-left {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.1rem;
}
.footer-bottom-left a {
    color: #fff;
    padding: 0 6px;
    
}
.footer-bottom-right {
    position: relative;
    text-align: center;
    font-size: 1.2rem;
    padding-top: 20px;
}
.footer-bottom-right span  {
    display: block;
    margin-bottom: 10px;
}
.footer-logos {
    max-width: 475px;
    width: 80%;
    position: relative;
}
.footer-bottom-left a.evolve-link {
    line-height: 5.9rem;
}

.back-to-top {
    z-index: 3;
    display: none;
    position: fixed;
    right: 40px;
    bottom: 50px;
    opacity: 0.8;
}
hr {
    clear: both;
    width: 100%;
    margin-bottom: 4px;
    border: none;
    border-bottom: 3px solid #02488b;
}
.subpage .center-rightmargin hr {
    border-bottom: 3px solid #e9eaea;
    clear: both;
    display: block;
    position: relative;
}
.bins-hr {
    border-bottom: 4px solid #dfe1e3;;
}



/*------------------------
        SUBPAGES
------------------------*/

.administration * {
    box-sizing: content-box;
}

.subpage .top-pane p {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    height: 156px;
}
.subpage .top-pane p img {
    height: 100%;
    left: 100%;
    margin-left: -200%;
    position: relative;
}

.subpage .center-rightmargin, .subpage .center-nomargins {
    font-size: 1.8rem;
    color: #333333;
    font-weight: 500;
    line-height: 2.5rem;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.subpage .center-nomargins {
    max-width: 1024px;
}
.subpage .center-rightmargin p, .subpage .center-nomargins p {
    margin: 0 0 25px 0;
}
.subpage .center-rightmargin h1, .subpage .center-nomargins h1, .subpage .blogviewpost .center-nomargins h2, .subpage .blogviewpost .center-rightmargin h2 {
    color: #0053a0;
    font-size: 5.6rem;
    font-weight: 900;
    line-height: 5rem;
    margin: 44px 0 20px 0;
    padding: 0;
}
.subpage .center-rightmargin img, .subpage .center-nomargins img {
    max-width: 100%;
    height: auto;
    position: relative;
}
.subpage .center-rightmargin h2, .subpage .center-nomargin h2 {
    color: #0053a0;
    font-size: 2.7rem;
    font-weight: 900;
    margin: 0 0 20px 0;
    padding: 0;
}
.subpage .center-rightmargin h3, .subpage .center-nomargin h3 {
    color: #0053a0;
    font-size: 2.1rem;
    text-transform: uppercase;
}
.subpage .center-rightmargin a, .subpage .center-nomargins a {
    color: #d73347;
    text-decoration: underline;
}
.subpage .rightside {
    margin-bottom: 8px;
}
.subpage .center-rightmargin strong, .subpage .center-nomargins strong {
    font-weight: 900;
}

.subpage .center-rightmargin li, .subpage .center-nomargins li {
    margin-bottom: 5px;
}



.childpagesitemapmodule, #ctl00_RelatedPages_ctl00 {
display: none;
}

.three-cols {
    display: block;
    max-width: 230px;
    margin: 0 auto 35px auto;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2rem;
}
.three-cols img {
    display: block;
    margin: 0 auto 18px auto;
    width: 100%;
    max-width: 189px;
}

/* ACCORDIONS */

.accordion-container {
margin-top: 25px;
}

.expand, h3.ui-accordion-header {
    margin: 0 !important;
    padding: 16px 0 16px 0 !important;
    transition: padding 0.2s, color 0.2s;
    font-weight: 900;
    font-style: italic;
    color: #0053a0;
    font-size: 2.4rem;
    background: none;
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #d0d0d0;
    
}
h3.ui-accordion-header a {
    color: #0053a0 !important;
    font-size: 2.4rem;
}

.expand::after {
    content: "";
    display: block;
    clear: both;
}

.expand:hover, h3.ui-accordion-header:hover {
    cursor: pointer;
    color: #ad2939;
}

.expand:focus, h3.ui-accordion-header:hover {
    color: #ad2939;
}

.expand span.icon-arrow {                              
    position: relative;
    top: 5px;
    float: left;
    margin-right: 1%;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: #ad2939;;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: transform 0.2s linear;
}

.expand span.expand-text {
    display: block;
    float: left;
width: 88%;
}

p.expand span.expand-text {
    width: 90%;
    color: #0053a0;
}

p.expand:hover span.expand-text,
p.expand.expanded span.expand-text, h2.expand.expanded span.expand-text {
    color: #ad2939;
}

h3.expand span.expand-text {
    width: 80%;
}

.expanded span.icon-arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.expand.expanded {
    padding: 0;
    color: #ad2939;
}

.expand-content {
    padding-left: 22px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #d0d0d0;
    width: 100%;
}
.float-right, .float-left {
    padding: 0 0 20px 0;
    display: block;
    margin: 0 auto 20px auto;
}

/* FLEX FORM */
.csFlexFrmWrapForm {
    border: 3px solid #e9eaea;
    padding: 40px 5%;
}
.csFlexFrmWrapFields tr  {
    padding-bottom: 24px;
}
.csFlexFrmWrapFields tr td  {
    display: block;
    color: #0053a0;
    font-weight: 900;
    font-size: 1.9rem;
    font-style: italic;
}
.csFlexFrmWrapFields tr td span span  {
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6rem !important;
	margin-bottom: 6px;
}
.csFlexFrmWrapFields tr td input, .csFlexFrmWrapFields tr td textarea, .captcha input  {
    width: 100% !important;
    background: #e9eaea;
    position: relative;
    min-height: 50px;
    font-size: 1.9rem;
    color: #3e3e3e;
    margin-bottom: 24px;
    padding: 10px;
    border-radius: 0;
    font-family: "Lato",Arial,sans-serif !important;
    transition: background 0.2s;
    border: 1px solid #e9eaea;
    -webkit-appearance: none;
}
#ctl00_mainContent_ctl02_Repeater1_ctl03_lblRequired {
	display: inline;
	font-size: 1.9rem;
    font-style: italic;
    font-weight: 900;
}
.csFlexFrmWrapFields tr td select {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 1.4rem;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 24px;
    
}
.csFlexFrmWrapFields tr td input:focus, .csFlexFrmWrapFields tr td textarea:focus, .captcha input:focus {
    background: #f4f4f4;
    border: 1px solid #c7c8c8;
    
}
.csFlexFrmWrapFields table  {
    width: 100%;
    position: relative;
}
.csFlexFrmBtn {
    
}
.csFlexFrmBtn {
    color: #ad2939;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    padding: 12px 20px;
    border: none;
    border-top: 4px solid #ad2939;
    border-bottom: 4px solid #ad2939;
    margin: 0 auto;
    display: inline-block;
    font-size: 2.1rem;
    position: relative;
    background: #fff;
    cursor: pointer;
    font-family: "Lato",Arial,sans-serif !important;
    border-radius: 0;
    -webkit-appearance: none;
}
.captcha label {
    display: block;
    display: block;
    color: #0053a0;
    font-weight: 900;
    font-size: 1.9rem;
    font-style: italic;
}
.csFlexFrmWrapCaptcha br {
    display: none;
}
.tr-checkbox {
    
}
.tr-checkbox td:first-of-type {
    width: 80%;
    float: left;
    padding-bottom: 24px !important;
}
.tr-checkbox td {
    width: 20%;
    float: right;
}
.tr-checkbox td input {
    min-height: 0 !important;
    -webkit-appearance: checkbox !important;
}

/* MATH CA{TCHA */

.csFlexFrmWrapCaptcha > div {
	margin: 0 0 30px;
}

.csFlexFrmWrapCaptcha > div > span {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;	
	font-weight: 900;
	font-family: "Lato", sans-serif !important;
	font-size: 1.9rem;
	font-style: italic;
	color: #0053a0;
}

	.csFlexFrmWrapCaptcha > div > span > * {
		order: 0;
	}
	
	.csFlexFrmWrapCaptcha > div > span > label {
		order: 1; 
		flex: 0 1 100%;
		margin-top: 10px;
		line-height: 2.2rem;
		color: #0053a0;
		font-weight: 900;
		font-family: "Lato", sans-serif !important;
		font-size: 1.9rem;
		font-style: italic;
	}
	
	.csFlexFrmWrapCaptcha > div > span > input {
		width: 180px !important;
		height: 50px !important;
		margin-left: 5px;
		padding: 0 0 0 10px;
		font-weight: 900;
		font-size: 1.9rem;
		font-family: "Lato", sans-serif !important;
		color: #3e3e3e;
		outline: 0;
		border-radius: 0;
		box-sizing: border-box;
		border: 1px solid #e9eaea;
		background: #e9eaea;
		-webkit-appearance: none;
		transition: background 0.2s;
	}
	
	.csFlexFrmWrapCaptcha > div > span > input:focus {
		background: #f4f4f4;
		border: 1px solid #c7c8c8;	
	}
	
	


/*------------------------
        SIDEBAR
------------------------*/

.subpage .rightside .ebranch-head {
    height: 138px;
    
    
}

.subpage .rightside .ebranch-head .ebranch-title {
    padding-top: 30px;
    font-size: 2.3rem;
}
.subpage .rightside .ebranch-cta {
    height: 68px;
    padding-top: 9px;
    background-size: auto 100%;
    background-position: 27% 0;
}

.subpage .ebranch-phone {
    left: -60px;
    height: 127%;
}
.sidebar-auto {
   background: #0053a0;
    color: #fff;
    text-align: center;
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 25px 0;
    font-size: 1.2rem;
      
}
.sidebar-auto strong {
    font-size: 4.6rem;
    display: block;
    text-transform: uppercase;
}
.sidebar-auto .bin-cta {
    color: #fff;
    border-bottom-color: #fff;
    border-top-color: #fff;
    margin-top: 17px;
    display: inline-block;
}
.sidebar-auto .bin-cta:hover {
    color: #fff;
    border-bottom-color: #bfd4ed;
    border-top-color: #bfd4ed;
    
}
.sidebar-auto .bin-cta::after {
    color: #bfd4ed;
}


/*------------------------
        BLOG MODULE
------------------------*/

.blogtitle {
    margin-bottom: 3px;
}
h3.blogtitle a {
    color: #0053a0 !important;
    font-size: 2.7rem;
    font-weight: 900;
    text-decoration: none !important;
    font-style: italic;
    
}

.blogtext {
    border-bottom: 3px solid #cdcdcd;
    margin-bottom: 32px;
    padding-bottom: 47px;
}
.subpage a.morelink {
    background: #d73347;
    border-radius: 6px;
    color: #ffffff;
    display: block;
    font-size: 1.8rem;
    height: 38px;
    line-height: 3.8rem;
    margin: 17px 0 0;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 900;
    font-style: italic;
    width: 147px;
    text-align: center;
}
.blogdate {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #848484;
    text-transform: uppercase;
}
.blogdate span:after {
    content: "•";
    padding: 0 5px;
}
.blogdate span.blogtags:after {
    content: none;
}
.tagslabel {
    display: none;
}
.blogtags a {
    color: #848484 !important;
    text-decoration: none !important;
}

.subpage .center-rightmargin .blogpager, .subpage .center-nomargins .blogpager {
    display: block;
    position: relative;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: 900;
    font-style: italic;
}
.blogpager .PageInfo {
    display: none;
}
.blogpager .modulepager {
    display: inline-block;
    margin: 0 auto;
    position: relative;
}

.blogviewpost header, .blogviewlist header, .searchresults header, .loginpage header, .administration header, .sitemappage header, .htmledit header{
    border-bottom: 41px solid #ad2939;
}

/*--Tables --*/

table.cse-table, .cse-table thead, .cse-table tbody, .cse-table tr, .cse-table td {
    border-collapse: separate;
    border-spacing: 0;
    box-sizing: border-box;
}
table.cse-table {
border: 3px solid #e9eaea;
    font-size: 1.6rem;
    vertical-align: middle;
    width: 100%;
    
}

.cse-table p {
    margin: 16px 0 !important;
}
/*--.cse-table tr:first-of-type, --*/.cse-table th  {
    background-color: #0053a0 !important;
    color: #fff;
    font-weight: 900;
    padding: 5px 5px 5px 10px;
    vertical-align: middle;
    text-align: left;
    border-right: 1px solid #024482;
}
.cse-table tr:nth-child(odd) {
    background-color: #e9eaea;
}
.cse-table th h3 {
    color: #fff !important;
}
.cse-table tr:nth-child(odd) td {
    border-right: 1px solid #d0d0d0;
}
.cse-table tr td {
    padding: 5px 5px 5px 10px;
    vertical-align: top;
}
.cse-table tr td:first-of-type {
    font-weight: 700;
}
.cse-table tr td {
    border-right: 1px solid #e9eaea;
}
.locations-table {
    width: 100%;
    background: #e9eaea;
}
.apr-box {
    font-weight: 900;
    width: 250px;
    font-size: 4rem;
    color: #0053a0;
    text-align: center;
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 0 0 25px 0;
    text-transform: uppercase;
}
.apr-box span {
    display: block;
    font-size: 1.4rem;
    padding: 5px 0;
    background: #d7d7d7;
    margin-bottom: 7px;
    font-weight: 700;
    font-style: italic;
}
.contactus-left {
    font-size: 1.6rem;
    line-height: 2.2rem;
}
.contactus-left hr {
    margin-bottom: 17px;
}
.contactus-right {
    background: url("../images/contact-map.jpg") no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    min-height: 373px;
    position: relative;
    width: 100%;
    max-width: 537px;
    margin: 0 auto;
}
.sitelink {
    display: none;
}

.chip {
	display:block;
	width:80%;
	margin: 0 auto 20px auto;
	text-align:center;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
.chip img, .chip span {
	width: 215px;
	display:block;
	margin:0 auto;	
}
.videowrapper {
  display: block;
  float: none;
  clear: both;
  width: 90%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.half-wrap {
    display: block;
}
.half-wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.half {
    display: block;
    margin-bottom: 41px;
    position: relative;
}
.ppc-grey {
    background: #e9eaea;
    width: 100%;
    display: block;
    padding: 1px 9% 30px;
    position: relative;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(193,193,193,1);
    -moz-box-shadow: 7px 7px 0px 0px rgba(193,193,193,1);
    box-shadow: 7px 7px 0px 0px rgba(193,193,193,1);
}
.ppc-grey li strong {
    color: #0053a0;
}
.ppc-grey h3 {
    text-transform: none !important;
    font-weight: 900;
    font-size: 3.6rem !important;
    line-height: 3.9rem;
    margin-bottom: 0px;
}
.list-tile {
    font-size: 2.6rem;
}
.ppc-grey hr {
    border-bottom: 1px solid #d1d2d2 !important;
    margin: 30px 0;
}
.win-ppc .ebranch-head, .win-ppc .ebranch-head, .win-ppc .ebranch-cta, 
.win-ppc #ctl00_RelatedPages_ctl00  {
    display: none;
    
}
.ppc-sidebar-content {
    background: url("../images/ppc-sidebar-bg.jpg") no-repeat scroll bottom right / cover #00213f;
    color: #fff;
    padding: 1px 9% 64px;
    margin-top: 10px;
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.ppc-sidebar-content h3 {
    color: #fff;
    font-size: 4.7rem;
    line-height: 4.9rem;
    margin-bottom: 27px;
}
.ppc-sidebar-content strong {
    text-transform: uppercase;
}
.ppc-sidebar-wrap {
    display: block;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.ppc-sidebar-content p {
    margin: 0;
}
.sidebar-auto.ppc-cta-mobile, .sidebar-auto.ppc-cta-mobile .callout-title {
    color: #fff !important;
    text-decoration: none !important;
}
.sidebar-auto.ppc-cta-mobile strong {
    line-height: 4.6rem;
}
.win-ppc .rightside .bin-cta, .win-ppc .sidebar-auto.ppc-cta-mobile .bin-cta {
    background: #fff !important;
    color: #0053a0 !important;
    border-top: none !important;
    border-bottom: none !important;
}
.win-ppc .rightside .sidebar-auto .bin-cta::after {
    color: #5880b5;
}
.win-ppc .rightside .sidebar-auto {
    display: none;
}


.Visa-2016-Hero {
    background: #efefef;
    padding: 67px 0 0 0;
    text-align: center;
    color: #333333;
}
.Visa-2016-Hero h1 {
    color: #0053a0;
    font-size: 5.6rem;
    font-weight: 900;
    line-height: 5rem;
    margin: 0 0 20px;
    padding: 0;
}
.visa-hero-left .introductory-offer {
    margin: 30px auto 0;
    display: block;
    font-size: 2.1rem;
    width: 269px;
    text-align: left;
    padding-left: 13px;
}
.visa-hero-left ul {
    display: block;
    margin: 12px auto 0 auto;
    text-align: left;
    width: 269px;
    font-size: 1.8rem;
}
.visa-hero-left ul li {
    padding-bottom: 5px;
}
.visa-hero-right img {
    display: block;
    width: 80%;
    position: relative;
    margin: 28px auto 0;
    max-width: 386px;
    height: auto;
}
.visa-hero-right a {
    display: block;
    border-bottom: 4px solid #ad2939;
    border-top: 4px solid #ad2939;
    color: #ad2939;
    font-style: italic;
    font-weight: 900;
    margin: 28px auto 0 auto;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 160px;
}
.visa-hero-left a {
    display: block;
    border-bottom: 4px solid #ad2939;
    border-top: 4px solid #ad2939;
    color: #ad2939;
    font-style: italic;
    font-weight: 900;
    margin: 20px auto 0 auto;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 173px;
}
.visa-page .center-rightmargin {
    margin-top: 55px;
}
.visa-page .ppc-sidebar-content {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: none;
}
.visa-page #ctl00_RelatedPages_ctl00, .visa-page .ebranch-cta, .visa-page .ebranch-head {
    display: none;
}
.visa-access-title {
    font-size: 2.5rem; 
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 2.7rem;
}
.access-option {
    padding: 0 0 15px 0;
    margin: 0 auto 15px auto;
    border-bottom: 2px solid #213f5b;
    max-width: 482px;
}
.access-icon {
    display: block;
    float: left;
    margin-right: 10%;
    width: 17%;
    margin-top: 3px;
    max-width: 59px;
}
.option-right {
    
    width: 70%;
    display: inline-block;
}
.option-right span:last-of-type {
    font-size: 1.4rem;
    line-height: 1.7rem;
    display: block;
}
.option-right span:first-of-type {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
}
.option-right span:first-of-type a {
    color: #fff;
    text-decoration: none;
    
}
.option-right span:first-of-type a i {
    font-size: 1.3rem;
    padding-left: 6px;
    opacity: 0.5;
}
.access-sidebar-content {
    display: block;
    position: relative;
    padding: 15px 0 35px 0;
    font-size: 1.5rem;
    margin: 15px auto 15px auto;
    border-bottom: 2px solid #213f5b;
    max-width: 482px;
}
.access-sidebar-content:last-of-type {
    border-bottom: none;
}
.access-sidebar-content a {
    color: #bfc7cf;
}
.already-member-anchor {
    display: block;
    position: relative;
    background: #bababa;
    width: 100%;
    text-align: center;
    text-decoration: none;
    clear: both;
    background: #00213f;
    color: #fff;
    padding: 20px 0;
    line-height: 0.28rem;
    margin-top: 67px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
}
.already-member-anchor i {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
    font-size: 2.3rem;
    display: inline-block;
    opacity: 0.5;
}


/* CSE HOVER BINS */

.flexbox-content {
	display: flex;
	flex-flow: row wrap;
}

.cse-hover-row {
	align-items: stretch;
	align-content: center;
}

	.cse-hover-item {
		flex: 0 1 100%;
		position: relative;
		overflow: hidden;
		text-align: center;
		background-color: #f2f6f9;
	}

	.cse-hover-row .cse-hover-item:nth-child(2n) {
		background-color: #e3eef7;	
	}

		.cse-hover-trigger {
			cursor: pointer;
			padding: 35px 0;
		}

			.cse-hover-trigger img {
				display: block;
				width: 75px;
				margin: 0 auto;
			}	

			.cse-hover-trigger p {
				width: 75%;
				margin: 20px auto 0 !important;
				font: 400 15px/17px "Lato", sans-serif;
				color: #161616;
			}	

		.cse-hover-overlay {
			position: absolute;
			top: 100%;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 15px 0;
			text-align: center;
			color: #fff;
			background-color: #0053a0;
			transition: top 0.4s;
		}

		.cse-hover-item:hover .cse-hover-overlay {
			top: 0;
			left: 0;
		}

			.cse-hover-overlay h3,
			.cse-hover-overlay p {
				width: 92.5%;
				text-align: center;
				color: #fff;
			}

			.cse-hover-overlay h3 {
				margin: 0 auto 10px;
				font: bold 20px/20px "Lato", sans-serif;
			}

			.cse-hover-overlay p {
				margin: 0 auto !important;
				font: 400 16px/20px "Lato", sans-serif;
			}