﻿/* YUI reset */
html{color:#000;/*background:#FFF*/}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal}ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
/** 
 * Fonts
 */
@font-face {
    font-family: 'garagegothic-regular';
    src: url('/fonts/garagegothic/garagegothic-regular.eot');
    src: url('/fonts/garagegothic/garagegothic-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/garagegothic/garagegothic-regular.woff') format('woff'),
         url('/fonts/garagegothic/garagegothic-regular.ttf') format('truetype'),
         url('/fonts/garagegothic/garagegothic-regular.svg#garagegothic-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'garagegothic-bold';
    src: url('/fonts/garagegothic/garagegothic-bold.eot');
    src: url('/fonts/garagegothic/garagegothic-bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/garagegothic/garagegothic-bold.woff') format('woff'),
         url('/fonts/garagegothic/garagegothic-bold.ttf') format('truetype'),
         url('/fonts/garagegothic/garagegothic-bold.svg#garagegothic-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/** 
 * Bank of the West CSS
 */
html {
    height: 100%;
}
body {
	font-size: 14px;
	font-family: Arial;
	color: #414042;
	background: #eeefef center top no-repeat;
	margin: 0;
	height: 100%;
}
/*body.mass-affluent {
	background: #eeefef url(/images/mass_main.jpg) no-repeat top center;
	overflow-x: hidden;
}*/
.mass-affluent #header-main { margin-top: 0;}
.mass-affluent #header-main:before {
  	display: block;
	content: " ";
	position: absolute;
	width: 108%;
	top: 0;
	height: 600px;
	background: url(/images/mass_main_left.jpg);
	right: 100%;
	z-index: -1;
}
.mass-affluent #header-main:after {
	display: block;
	content: " ";
	position: absolute;
	width: 108%;
	top: 0;
	height: 600px;
	background: url(/images/mass_main_right.jpg);
	left: 100%;
}

body.homepages > form > div.wrapper {
	background: #fff url(/images/homepages-bg.png) repeat-x top left;
}

#header-body {
	padding: 0;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.wealth #header-body {
	padding: 0;
	max-width: 100%;
	margin: 0 auto;
}

#header-main {
	position: relative;
    width: 960px;
    padding-top: 10px;
}
#headerLogo {
	display: inline-block;
	/*margin: 30px 0 0;*/
	background: transparent url(/images/sprites.png) 0 -117px no-repeat;
	height: 57px;
	width: 289px;
    margin-top: 10px;
}
/* Inline Logo */
#header-logo-inline {
	display: inline-block;
	margin: 15px 0 0;
	height: 42px;
	width: 289px;
}
/* Inverted styles for header */
.inverted #headerLogo {
	background-position: -2px -179px;
}
/*.mass-affluent #headerLogo {
	background: #16512c url(/images/premier_logo.png) no-repeat 0px 0px;
    height: 58px;
    width: 339px;
    margin: 20px 0 0;
}
.mass-affluent #headerLogo:before {
	display: block;
	content: " ";
	position: absolute;
	width: 99999px;
    top: 20px;
    height: 58px;
	background: #16512c;
	right: 100%;
}*/
.mass-affluent #content-body {
	border: 1px solid #ffffff;
	background-color:#fff;
}
/*** Utility Nav*/

.homepages #nav-utility { margin-bottom: 45px;}

#nav-utility {
	float: right;
    margin-bottom: 59px; 
}
#nav-utility > ul {
	display: inline;
	vertical-align: middle;
}
.nav-utility-item {
	display: inline-block;
	margin-right: 4px;
	position: relative;
}
.nav-utility-item:last-child {
    margin-right: 10px;
}
.nav-utility-link {
	display: block;
	text-decoration: none;
	font-size: 13px;
    padding: 7px 10px;
	height: 15px;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-bottom: none;
}

a.nav-utility-link:hover { text-decoration: underline;}
a.nav-utility-link.has-dropdown:hover { text-decoration: none;}

.nav-utility-dropdown {
	padding: 11px 10px 10px 16px;
	min-width: 180px;
	max-width: 400px;
	position: absolute;
	top: 100%;
	right: 99999px;
	background-color: #f5f5f5;
	border-top: none;
	background: #f5f6f6;
	background: -moz-linear-gradient(top, #f5f6f6 0%, #f3f3f3 41%, #eeeeee 74%, #dcdbdb 93%, #d7d7d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(41%,#f3f3f3), color-stop(74%,#eeeeee), color-stop(93%,#dcdbdb), color-stop(100%,#d7d7d7));
	background: -webkit-linear-gradient(top, #f5f6f6 0%,#f3f3f3 41%,#eeeeee 74%,#dcdbdb 93%,#d7d7d7 100%);
	background: -o-linear-gradient(top, #f5f6f6 0%,#f3f3f3 41%,#eeeeee 74%,#dcdbdb 93%,#d7d7d7 100%);
	background: -ms-linear-gradient(top, #f5f6f6 0%,#f3f3f3 41%,#eeeeee 74%,#dcdbdb 93%,#d7d7d7 100%);
	background: linear-gradient(to bottom, #f5f6f6 0%,#f3f3f3 41%,#eeeeee 74%,#dcdbdb 93%,#d7d7d7 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#d7d7d7',GradientType=0 );*/
	z-index: 300;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.nav-utility-item.locations .nav-utility-dropdown  {
	min-width: 285px;
}
.nav-utility-item.locations .nav-utility-dropdown p  {
	margin: 0 0 5px;
}
.nav-utility-item.locations .nav-utility-dropdown:after, 
.nav-utility-item.branch .nav-utility-dropdown:after,
.nav-utility-item.util-signin .nav-utility-dropdown:after,
.nav-utility-item.investment-contact .nav-utility-dropdown:after  {
	content: "";
	background-color: #ccc;
	display: inline-block;
	width: 220px;
	height: 1px;	
	top: 0;
	right: 0;
	position: absolute;
}
.nav-utility-item.branch .nav-utility-dropdown:after {
	width: 106px;
}
.nav-utility-item.util-signin .nav-utility-dropdown:after {
	width: 206px;
	left: 0;
	right: initial;
}
.nav-utility-item.investment-contact .nav-utility-dropdown:after {
	width: 87px;
}
.nav-utility-link.has-dropdown:after {
	content: "\25BC";
	display: inline-block;
	width: 10px;
	height: 10px;	
	font-size: 10px;
	margin-left: 0px;
	position: relative;
	bottom: 1px;
}
.nav-utility-item.hovering .nav-utility-link {
	text-decoration: underline;
}
.nav-utility-item.hovering .nav-utility-link.has-dropdown {
	border-color: #ddd;
	background-color: #f5f5f5;
	color: #666;
	text-decoration: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.nav-utility-item.hovering .nav-utility-link.has-dropdown:after {
	content: '\25b2';
	/*background: transparent url(/images/sprites.png) no-repeat -370px -75px;*/
}
.nav-utility-item.hovering .nav-utility-dropdown {
	left: 0;
}
.nav-utility-item.hovering.util-signin .nav-utility-dropdown {
	right: 0;
	left: initial;
	width: 256px;
	padding-top: 15px;
}
.nav-utility-item.hovering.util-signin .nav-utility-dropdown p {
	font-size: 14px;
}
.nav-utility-item.hovering.investment-contact .nav-utility-dropdown p {
	font-size: 14px;
}
.nav-utility-item.hovering.investment-contact .nav-utility-dropdown {
	width: 200px;
}
.nav-utility-item.hovering.investment-contact .contact-item h2 {
	font: normal 22px/32px Arial, sans-serif
}
.nav-utility-item.hovering.investment-contact .contact-item a {
	font-size: 16px;
	text-decoration: none;
	line-height: 32px;
	vertical-align: middle;
}
.nav-utility-item.hovering.investment-contact .contact-item a:hover {
    text-decoration:underline;
}
.nav-utility-item.hovering.investment-contact .contact-item p {
	padding-left: 45px;
	margin: 0 0 10px;
}
.nav-utility-item.hovering.investment-contact .contact-item img {
	margin-right: 10px;
	float: left;
	vertical-align: middle;
	height: 32px;
	width: 32px;
}
.nav-utility-dropdown a:hover {
    text-decoration: underline;
}
/* About us utility items */
.nav-utility-item.nav-share-link {
	padding: 0 20px 0 0;
}
.nav-share-link:after {
	content: "";
	background: transparent url(/images/sprites.png) no-repeat -390px -19px;
	line-height: 100%;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	position: absolute;
	vertical-align: text-bottom;
	vertical-align: middle;
	bottom: 6px;
	right: 0;
}

.nav-utility-dropdown p {
	display: inline-block;
	margin: 0 0 15px;
	font-size: 13px;
}
.nav-utility-dropdown input[type=text] {
	display: inline-block;
	width: 200px;
	padding: 5px 10px;
}
.nav-utility-dropdown h2 {
	margin: 0 0 5px;
	font-size: 13px;
}
/* Inverted styles for utility nav */
/*.homepages #nav-utility { margin-top: -1px; }*/
.inverted .nav-utility-link { color: #fff; }
.inverted .search2015 { background: transparent url(/images/sprites.png) no-repeat -548px -22px;}
.mass-affluent #nav-utility { margin: 30px 0 40px; }

/**Header search**/

.search2015 {
    background: transparent url(/images/sprites.png) no-repeat -525px -22px;
    width: 18px;
    height: 18px;
    cursor:pointer;
    display:inline-block;
    overflow:hidden;
    text-indent:100%;
    white-space:nowrap;
    vertical-align:bottom;
    padding: 0; /* kamal modified */
}

#header-search, #searchComponent {
	/*vertical-align: middle;
    position: absolute;
    right: 0px;*/
}

div#header-search.nav-utility-dropdown {
    background: none;
    border:none;
}

#header-search:after {
    content: '';
    position:absolute;
    background: transparent url(/images/arrow-top.png) no-repeat;
    width:14px;
    height:7px;
    top: 5px;
    right: 15px;
}

a.nav-utility-link.search2015.has-dropdown {
    background-color: transparent!important;
    border:none!important;
}

#predictivesearch.nav-utility-item.hovering .nav-utility-dropdown {
	left: -174px;
}

.search-wrapper, .gsc-control-searchbox-only {
	display: inline-block;
	position: absolute;
	background-color: #fff;
	width: 235px;
    height: 30px;
	/*padding: 8px 30px 8px 5px;*/
	border: 1px solid #acb0b8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
	vertical-align: middle;
    background:#fff;
    left: -35px;
}
#q {
	display: block;
	border: none;
	font-size: 12px;
	outline: none;
	padding: 0;
}
#search-submit {
	border: none;
	font-size: 0;
	position: absolute; 
	right: 8px;
	top: 8px;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: transparent url(/images/sprites.png) no-repeat -305px -45px;
}

/*Google predictive search input box Starts*/
#header-search td {
    border: none;
    outline: none;
    padding: 0;
    background:none;
}

.gsc-branding-text, .gsc-branding-img {
    display: none;
}
.gsc-input input {
    margin-top:5px;
}

.gsc-input input[type=text], textarea, select {
    padding: 3px 0 0 5px;
    color:#666;
    font-size:14px;
    border:none;
    width:208px;
}

.gsc-search-button {
    border: none;
    font-size: 0;
    position: absolute;
    right: 4px;
    top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    background: transparent url(/images/icon-search-button.png) no-repeat;
    opacity:0.6;
}

.gssb_a div{
    background: none!important;
}

.gsc-search-button td {
    background: none;
}

.gsc-search-button input {
    outline: none;
}

.gsc-completion-container tbody td {
    border: none;  
    background:#fff;
    color:#666;
    font-weight:normal;
}
.gstl_50{
    min-width:235px;
    text-align:left;
    margin-top:8px;
}

.gstl_50 tbody td span {
    text-align: left;
}

.arrow-up::after {
    content: '\25b2';
    padding-left: 0.5em;
 }
/*Google predictive search input box Ends*/

/** 
 * Homepage header
 */
/*
.homepages #headerLogo {
	float: left;
	margin: 25px 0 0;
}
.homepages #header-main {
	top: 8px;
}*/
/* Homepages search styles */
/*.homepages .search-wrapper {
	background-color: #3d5685;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 4px 40px 7px 7px;
	top: 2px;
}*/

/*.homepages .gsc-control-searchbox-only{
background-color: #fff;
border: 1px solid #c2c2c2;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 3px;
top: 2px;
width: 197px;
height: 25px;
padding:0;
}

.homepages .search-wrapper input[type=text] {
	background-color: #3d5685;
	color: #fff;
}
.homepages .search-wrapper label {
	background-position: -290px -45px;
}
.homepages .search-wrapper input[type=text]::-webkit-input-placeholder { color: #fff; }
.homepages .search-wrapper input[type=text]:-moz-placeholder { color: #fff; }
.homepages .search-wrapper input[type=text]::-moz-placeholder { color: #fff; }
.homepages .search-wrapper input[type=text]:-ms-input-placeholder { color: #fff; }*/

/** 
 * Homepage nav 
 */
/*.homepages .nav-utility-item {
	margin-right: 10px;
}
.homepages .nav-utility-item:last-child {
	margin-right: 17px;
}
.homepages .nav-utility-link {
	padding: 3px 10px 6px;
}*/
/*.homepages #search-submit {
	background: transparent url(/images/sprites.png) no-repeat -420px -47px;
	top: 7px;
}*/

/*Google predictive search button home-page Ends*/
/*.homepages .gsc-search-button {
    background: transparent url(/images/sprites.png) no-repeat -420px -47px;
    top: 3px;
    right:4px;
}
.homepages .gsc-input input {
    color:#fff;
    background-color: #3d5685!important;
    padding-left: 8px;
    padding-top:3px;
    padding-bottom:6px;
    margin-top:0;
  }*/
/*.homepages .gsc-completion-container tbody td {
    background: #3d5685;
    border: none;
    color:#fff;
}
.homepages .gstl_50{
    min-width:189px;   
}*/
/*Google predictive search button home-page Ends*/

/*.homepages #nav-lob {
    top: -8px;
}*/
#nav-lob {
	margin: 0 auto;
	text-align: right;
	position: relative;
	float: right;
    /* top: -8px; */
    /* left: 0px; */
    clear: both;
}
#nav-lob ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 0; /* Set font size to 0 to prevent white space between items */
}
#nav-lob li {
	font-size: 13px; /* Restore font size */
	font-weight: bold;
	display: inline-block;
	list-style: none;
	height: 30px;
}
#nav-lob li a {
	position: relative;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;	
	/*vertical-align: middle;*/
	display: block;
	border-top: 1px solid #8b9aad;
	border-left: 1px solid rgb(182,194,206);
	border-left: 1px solid rgba(182,194,206,0.6);
	color: #fff;
	text-decoration: none;
	background: #9baabc;
	background: -moz-linear-gradient(top, #9baabc 0%, #9baabc 21%, #93a4b6 39%, #778da6 75%, #5d7896 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9baabc), color-stop(21%,#9baabc), color-stop(39%,#93a4b6), color-stop(75%,#778da6), color-stop(100%,#5d7896));
	background: -webkit-linear-gradient(top, #9baabc 0%,#9baabc 21%,#93a4b6 39%,#778da6 75%,#5d7896 100%);
	background: -o-linear-gradient(top, #9baabc 0%,#9baabc 21%,#93a4b6 39%,#778da6 75%,#5d7896 100%);
	background: -ms-linear-gradient(top, #9baabc 0%,#9baabc 21%,#93a4b6 39%,#778da6 75%,#5d7896 100%);
	background: linear-gradient(to bottom, #9baabc 0%,#9baabc 21%,#93a4b6 39%,#778da6 75%,#5d7896 100%);
	-pie-background: linear-gradient(270deg, #9baabc 0%,#9baabc 21%,#93a4b6 39%,#778da6 75%,#5d7896 100%);
	behavior: url(/css/PIE.htc);
}
#nav-lob li:first-child a{
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	border-left: none;
	border-radius: 2px 0 0 0;
	behavior: url(/css/PIE.htc);
}
#nav-lob ul li:last-child a {
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
}
#nav-lob a:hover,
#nav-lob a:focus {
	border-top: 1px solid #555;
	background: #5d7896;
	background: -moz-linear-gradient(top, #5d7896 0%, #778da6 25%, #93a4b6 61%, #9baabc 79%, #9baabc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d7896), color-stop(25%,#778da6), color-stop(61%,#93a4b6), color-stop(79%,#9baabc), color-stop(100%,#9baabc));
	background: -webkit-linear-gradient(top, #5d7896 0%,#778da6 25%,#93a4b6 61%,#9baabc 79%,#9baabc 100%);
	background: -o-linear-gradient(top, #5d7896 0%,#778da6 25%,#93a4b6 61%,#9baabc 79%,#9baabc 100%);
	background: -ms-linear-gradient(top, #5d7896 0%,#778da6 25%,#93a4b6 61%,#9baabc 79%,#9baabc 100%);
	background: linear-gradient(to bottom, #5d7896 0%,#778da6 25%,#93a4b6 61%,#9baabc 79%,#9baabc 100%);
	-pie-background: linear-gradient(270deg, #5d7896 0%,#778da6 25%,#93a4b6 61%,#9baabc 79%,#9baabc 100%);
	behavior: url(/css/PIE.htc);
}
#nav-lob li.active a {
	border-top: 1px solid #c5cdd7;
	color: #242324;
	background: #d8dee5;
	background: -moz-linear-gradient(top, #d8dee5 0%, #d7dde4 36%, #d1d8e0 43%, #bdc7d4 57%, #91a2b6 82%, #8396ac 89%, #627a97 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8dee5), color-stop(36%,#d7dde4), color-stop(43%,#d1d8e0), color-stop(57%,#bdc7d4), color-stop(82%,#91a2b6), color-stop(89%,#8396ac), color-stop(100%,#627a97));
	background: -webkit-linear-gradient(top, #d8dee5 0%,#d7dde4 36%,#d1d8e0 43%,#bdc7d4 57%,#91a2b6 82%,#8396ac 89%,#627a97 100%);
	background: -o-linear-gradient(top, #d8dee5 0%,#d7dde4 36%,#d1d8e0 43%,#bdc7d4 57%,#91a2b6 82%,#8396ac 89%,#627a97 100%);
	background: -ms-linear-gradient(top, #d8dee5 0%,#d7dde4 36%,#d1d8e0 43%,#bdc7d4 57%,#91a2b6 82%,#8396ac 89%,#627a97 100%);
	background: linear-gradient(to bottom, #d8dee5 0%,#d7dde4 36%,#d1d8e0 43%,#bdc7d4 57%,#91a2b6 82%,#8396ac 89%,#627a97 100%);
	-pie-background: linear-gradient(270deg, #d8dee5 0%,#d7dde4 36%,#d1d8e0 43%,#bdc7d4 57%,#91a2b6 82%,#8396ac 89%,#627a97 100%);
	behavior: url(/css/PIE.htc);
}


/** 
 * Main Nav
 */
#nav-main {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
	width: 960px;
	/*top: -8px;*/
}
#nav-main > ul {
	margin: 0;
	padding: 0;
	font-size: 0; /* Set font size to 0 to remove white space between list items */
	box-shadow: 0 4px 4px -2px rgba(102,102,102,0.5);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(/css/PIE.htc);	
	width: 100%;
	display: table;
}
#nav-main .nav-main-item {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    zoom: 1
}
#nav-main ul:after {
    content: '';
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.nav-main-item {
	position: relative;
	font-size: 15px; /* Reset font size */
/*	display: inline-block;
	width: 20%;
	padding: 0;
	margin: 0;*/
	/*background: #e8ebed;
	background: -moz-linear-gradient(top,  #e8ebed 0%, #e8ebed 54%, #b1b5b8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ebed), color-stop(54%,#e8ebed), color-stop(100%,#b1b5b8));
	background: -webkit-linear-gradient(top,  #e8ebed 0%,#e8ebed 54%,#b1b5b8 100%);
	background: -o-linear-gradient(top,  #e8ebed 0%,#e8ebed 54%,#b1b5b8 100%); 
	background: -ms-linear-gradient(top,  #e8ebed 0%,#e8ebed 54%,#b1b5b8 100%);
	background: linear-gradient(to bottom,  #e8ebed 0%,#e8ebed 54%,#b1b5b8 100%);
	-pie-background: linear-gradient(270deg,  #e8ebed 0%,#e8ebed 54%,#b1b5b8 100%);
	behavior: url(/css/PIE.htc);*/
	display: table-cell;
	text-align: center;
	padding: 0;
	height: 43px;
}
/*.homepages #nav-main {
    top: -8px;
}*/
.homepages #nav-main ul:after {
    content: none;
}
.homepages #nav-main .nav-main-item {
	display: table-cell;
}
.nav-main-link {
	padding: 13px 0 13px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #414042;
	display: block;	
	text-shadow: 1px 1px #fff;
	border: 1px solid #bac5d1;
	border-left-color: #efefef;
	border-bottom: none;
	background: #e8ebed;
	background: -moz-linear-gradient(top,  #e8ebed 0%, #e8ebed 54%, #b1b5b8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ebed), color-stop(54%,#e8ebed), color-stop(100%,#b1b5b8));
	background: -webkit-linear-gradient(top,  #e8ebed 0%,#e8ebed 54%,#b1b5b8 100%);
	background: -o-linear-gradient(top,  #e8ebed 0%,#e8ebed 54%,#b1b5b8 100%); 
	background: -ms-linear-gradient(top,  #e8ebed 0%,#e8ebed 54%,#b1b5b8 100%);
	background: linear-gradient(to bottom,  #e8ebed 0%,#e8ebed 54%,#b1b5b8 100%);
	-pie-background: linear-gradient(270deg,  #e8ebed 0%,#e8ebed 54%,#b1b5b8 100%);
	behavior: url(/css/PIE.htc);
}
.nav-main-item.hovering .nav-main-link, .nav-main-item.active .nav-main-link, .nav-main-item.sticky .nav-main-link{
	background: #bbc8d7;
	background: -moz-linear-gradient(top, #bbc8d7 0%, #c9d5e0 5%, #e1e7ef 15%, #ecf1f6 22%, #f5f8fc 32%, #f7fafd 39%, #f7fafd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbc8d7), color-stop(5%,#c9d5e0), color-stop(15%,#e1e7ef), color-stop(22%,#ecf1f6), color-stop(32%,#f5f8fc), color-stop(39%,#f7fafd), color-stop(100%,#f7fafd));
	background: -webkit-linear-gradient(top, #bbc8d7 0%,#c9d5e0 5%,#e1e7ef 15%,#ecf1f6 22%,#f5f8fc 32%,#f7fafd 39%,#f7fafd 100%);
	background: -o-linear-gradient(top, #bbc8d7 0%,#c9d5e0 5%,#e1e7ef 15%,#ecf1f6 22%,#f5f8fc 32%,#f7fafd 39%,#f7fafd 100%);
	background: -ms-linear-gradient(top, #bbc8d7 0%,#c9d5e0 5%,#e1e7ef 15%,#ecf1f6 22%,#f5f8fc 32%,#f7fafd 39%,#f7fafd 100%);
	background: linear-gradient(to bottom, #abb9c8 0%, #f7fafd 50%,#f7fafd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbc8d7', endColorstr='#f7fafd',GradientType=0 );
	border-bottom: none;
	border-top: 1px solid #8297b0;
/*	-pie-background: linear-gradient(270deg,  #abb9c8 0%,#f7fafd 50%,#f7fafd 100%);
	behavior: url(/css/PIE.htc);*/
}
.nav-main-item.first .nav-main-link {
	border-left-color: #acb0b8;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	behavior: url(/css/PIE.htc);
}
.nav-main-item.last .nav-main-link {
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	behavior: url(/css/PIE.htc);
}
/* Dropdowns */
.nav-main-dropdown-wrapper {
	position: relative;
}
/*Home page?*/
/*.nav-main-dropdown {
	display: none;
	font-size: 12px;
	background-color: #f7fafd;
	position: absolute;
	left: -99999px;
	right: auto;
	z-index: 10;
	border-top: none;
	padding: 0;
	-webkit-box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 1px 5px 5px 0 rgba(0,0,0,0.5);
	behavior: url(/css/PIE.htc);
}*/
.nav-main-dropdown {
	display: none;
	font-size: 12px;
	background-color: #f7fafd;
	position: absolute;
	left: -99999px;
	right: auto;
	z-index: 10;
	border-left: 1px solid #ACB0B8;
	border-right: 1px solid #ACB0B8;
	border-top:none;
	padding: 0;
	-webkit-box-shadow: 0 3px 3px -2px rgba(102,102,102,0.8);
	-moz-box-shadow: 0 3px 3px -2px rgba(102,102,102,0.8);
	box-shadow: 0 3px 3px -2px rgba(102,102,102,0.8);
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
	behavior: url(/css/PIE.htc);
}
.nav-main-item.first.hovering .nav-main-link, .nav-main-item.first.sticky .nav-main-link {
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
	border-radius: 4px 0 0 0;
	behavior: url(/css/PIE.htc);
}
.nav-main-item.last.hovering .nav-main-link, .nav-main-item.last.sticky .nav-main-link {
	-webkit-border-radius: 0 4px 0 0;
	-moz-border-radius: 0 4px 0 0;
	border-radius: 0 4px 0 0;
	behavior: url(/css/PIE.htc);
}
.nav-main-item.hovering .nav-main-dropdown, .nav-main-item.sticky .nav-main-dropdown {
	display: block;
}
.dropdown-col {
	display: table-cell;
	position: relative;
	vertical-align: top;
	padding: 30px 39px 30px 0px;
	background: transparent url(/images/mega_dl.png) 0 0 repeat-y;
}
.dropdown-col:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #f7fafd;
	top: 0;
	left: 0;
}
.dropdown-col:after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 1px;
	height: 20px;
	background-color: #f7fafd;
	bottom: 1px;
	left: 0;
}
.dropdown-col .dl-left {
	/*background: transparent url(/images/mega_dl.png) 0 0 repeat-y;*/
	padding: 0 0 0 20px;
}
.dropdown-col:first-child {
	padding: 30px 24px 30px 22px;
	background: none;
}
.dropdown-col:first-child .dl-left, .dropdown-col.fade-right + .dropdown-col .dl-left {
	background: 0;
	padding: 0;
}
.dropdown-col.fade-right + .dropdown-col {
	padding: 24px 39px 32px 20px;
	background: none;
}
.dropdown-col.fade-left {
	background-image: url(/images/fade-left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	/*padding: 30px 24px 10px 32px;*/
    padding:30px;
}
.dropdown-col.fade-left:after, .dropdown-col.fade-right:after {
	display: none;
}
.dropdown-col.fade-right {
	background-image: url(/images/fade-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 30px 24px 10px 32px;
}
.dropdown-col.fade-left h2, .dropdown-col.fade-right h2 {
	width: 200px;
	margin: 0 0 20px;
}
/* Styles updated by MGP 7/17/14 for mm CTA */
.dropdown-col.fade-left span, .dropdown-col.fade-right span {
	float: none;
	margin: 0;
	white-space: normal;
}
/* Styles updated by MGP 7/17/14 for mm CTA */
.dropdown-col.fade-left p, .dropdown-col.fade-right p {
	white-space: normal;
	text-align: left;
	color: #413042;
	margin: 6px 0 0 0;
	clear: both;
}
/* Styles updated by MGP 7/17/14 for mm CTA */
.nav-main-dropdown img {
	float: left;
	padding-right: 20px;
}
.nav-main-dropdown h2 {
	font: bold 15px/18px Arial, sans-serif;
	margin: 31px 0 0;
	text-align: left;
}
.nav-main-dropdown h2:first-child {
	margin: 0;
}
.nav-main-dropdown h5 {
	padding: 18px 0 0;
	font: normal 13px Arial, sans-serif;
	text-align: left;
}
.nav-main-dropdown h5:first-child {
	padding: 0;
}
.nav-main-dropdown ul {
	padding: 0;
	margin: 0;
}
.nav-main-dropdown li {
	list-style: none;
	line-height: 1.2em;
	padding: 18px 0 0;
	font-size: 13px;
	text-align: left;
}
.nav-main-dropdown a {
	text-decoration: none;
	white-space: nowrap;
    max-width: 200px;
}
/*.nav-main-dropdown a:hover,
.nav-main-dropdown a:focus {
	text-decoration: underline;
}*/

.dl-left a:hover,
.nav-main-dropdown a:hover span {
	text-decoration:underline;
}

/* Homepage styles for main nav */
.homepages .nav-main-link {
	text-shadow: none;
}
.homepages #nav-main > ul { 
	/*-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;*/
	/*border-radius: 4px 0 0 0;*/
	behavior: url(/css/PIE.htc);
}

.homepages .nav-main-item.first .nav-main-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	behavior: url(/css/PIE.htc);
}
.homepages .nav-main-item.last .nav-main-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	behavior: url(/css/PIE.htc);
}


/** 
 * Hero
 */

#header-container {
	margin: 0 0 14px;
}
#header_hero_container {
	position: relative;
	margin: 60px 0 50px;
}
.container-small#header_hero_container, 
.container-210#header_hero_container {
	height: 210px;
}
.container-big#header_hero_container, 
.container-270#header_hero_container {
	height: 270px;
}
/*.container-big-33 {
	height: 270px;
}*/
/*.container-330#header_hero_container {
	width: 330px;
}*/
.container-200#header_hero_container {
	height: 200px;
	margin: 50px 0 50px;	
}

.container-40#header_hero_container {
	height: 40px;
	margin: 50px 0 50px;
}

.container-90#header_hero_container {
	height: 90px;
	margin: 50px 0 50px;
}
.mass-affluent #header_hero_container {
	height: 200px;
	margin: 55px 0 42px 0;
}
.container-90 #header-hero-pager-container, 
.container-200 #header-hero-pager-container {
	height: 0;
	bottom: 0;
}
#header-hero {
	position: relative;
	margin: 0;
	width: 960px;
	overflow: hidden;
	z-index: 3;
}
#header-hero-pager-container {
	height: 40px;
	text-align: center;
	position: absolute;
	bottom: 17px;
	right: 0;
	left: 0;
	z-index: 3;
}
#header-hero-pager .hero-pager-link {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 13px 6px;
	background: transparent url(/images/sprites.png) no-repeat -350px -45px;
}
#header-hero-pager .hero-active {
	background-position: -370px -45px;
}
#hero-prev,
#hero-next {
	position: absolute;
	top: 0;
	height: 40px; 
	width: 25px;
	display: inline-block;
}
#hero-prev {
	left: 28px;
	background: transparent url(/images/sprites.png) no-repeat -290px -60px;
}
#hero-next {
	right: 28px;
	background: transparent url(/images/sprites.png) no-repeat -315px -60px;
}
.header-hero-panel {
	width: 830px;
	padding: 0 65px;
	display: none;
    text-align:left ;
}
.header-hero-panel:first-child {
	display: block;
}

/* non home page hero container TEST */


.header-hero-title {
	font: normal 66px/56px 'garagegothic-bold', Arial, sans-serif;
	margin: 0 0 15px;
	color: #003768;
}
.header-hero-title-blue-large {
	font: normal 46px/46px 'garagegothic-bold', Arial, sans-serif;
	margin: 0 0 10px;
	color: #0b4788;
}
.header-hero-title-blue-small {
	font: normal 34px/36px 'garagegothic-bold', Arial, sans-serif;
	margin: 0;
	color: #0b4788;
}
.header-hero-subtitle {
	font: normal 26px/30px 'garagegothic-regular', Arial, sans-serif;
	margin: 0 0 25px;
	color: #003768;
	letter-spacing: 1px;
}
.header-hero-text {
	font: bold 12px/18px Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0 0 25px;
	color: #fff;
	letter-spacing: 1px;
	width: 40%;
}
.header-hero-title sup,
.header-hero-subtitle sup {
	font-size: 23%;
	margin: 0 .5em 0 0;
	position: relative;
	bottom: .9em;
	line-height: 0;
}
/* FireFox Only Fix for Sup and title */
@-moz-document url-prefix() {
    .header-hero-title sup,
    .header-hero-subtitle sup {
	    bottom: .2em;
    }

    .header-hero-title {
        line-height: 55px;
    }
}
/* Inverted styles for header */
.inverted .header-hero-title,
.inverted .header-hero-subtitle { 
	color: #fff; 
}

/** 
 * Product Page Header and Navigation
 */
.container-200 #header-hero {
	height: 100%;
}
.container-200 .header-hero-title {
	font: normal 66px/56px 'garagegothic-bold', Arial, sans-serif;
	margin: 0 0 10px;
	/*-webkit-font-smoothing: antialiased;*/
}
.container-200 .header-hero-subtitle {
	font: normal 27px/25px 'garagegothic-bold', Arial, sans-serif;
	letter-spacing: 0;
	margin: 0 0 15px;
/*	-webkit-font-smoothing: antialiased;*/
}
.container-200 .header-hero-image {
	top: 15px;
	position: relative;
	right: 120px;
	float: right;
}
.container-200 .header-hero-image + .header-hero-title {
	padding-right: 280px;
}

/** 
 * Mass Affluent
*/
.mass-affluent .header-hero-title, 
.mass-affluent .header-hero-subtitle {
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 0 0;
	margin: 0;
	color: #252525;
    letter-spacing: -0.15px;
    max-width: 750px;
}
.mass-affluent .header-hero-title {
    font: normal 66px/56px 'garagegothic-bold', Arial, sans-serif;
    margin-bottom: 8px;
}
.mass-affluent .header-hero-subtitle {
	font: normal 30px/32px 'garagegothic-bold', Arial, sans-serif;
    width: 560px;
    letter-spacing: 0;
}

/* Homepages styles for hero */
.homepages #header-container {
	margin: 0;
}
.homepages #header-hero {
	position: relative;
	margin: 0;
	width: 960px;
	height: 340px;
	overflow: hidden;
	z-index: 3;
}
.homepages #header_hero_container {
	margin: 0;
	height: 340px;
}
.homepages .header-hero-panel {
/*	padding: 35px 65px;*/
    position: absolute;
	height: 340px;
    padding:0px;
    width:960px;
}
.homepages #header-hero-pager-container {
	height: 55px;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	z-index: 3;
}
.homepages .header-hero-title,
.homepages .header-hero-subtitle,
.homepages #header-hero a.button,
.header-hero-disclaimer {
	margin-left: 340px;
    margin-right:180px;
}
.homepages .header-hero-title {
	font: normal 56px/47px 'garagegothic-bold', Arial, sans-serif;
    padding-top:40px;
    max-height:139px;
    overflow:hidden;
    text-transform:uppercase;
}
.homepages .header-hero-subtitle {
	font: normal 27px/25px 'garagegothic-regular', Arial, sans-serif;
	letter-spacing: .02em;
    max-height:50px;
    margin-bottom:20px;
    overflow:hidden;
}
.homepages #content-container {
	margin: 0;
}
.homepages #content-body {
	/*border-radius: 0;*/
	/*padding: 0 0 2px;*/
    padding: 0;
	/*border: none;*/
}
.homepages .content-main-single {
	background: #fdfcfc;
	background: -moz-linear-gradient(top, #fdfcfc 0%, #f8f8f8 65%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfcfc), color-stop(65%,#f8f8f8), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #fdfcfc 0%,#f8f8f8 65%,#f3f3f3 100%);
	background: -o-linear-gradient(top, #fdfcfc 0%,#f8f8f8 65%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #fdfcfc 0%,#f8f8f8 65%,#f3f3f3 100%);
	background: linear-gradient(to bottom, #fdfcfc 0%,#f8f8f8 65%,#f3f3f3 100%);
	padding: 0 0 1px 0;
}
.homepages .footer-nav-list {
	padding: 5px 0 21px;
}
.homepages #homepage-legal {
	padding: 0;
}
.homepages #homepage-legal p {
	font-size: 11px;
	line-height: 1.3em;
	margin: 0 0 11px;
}
.homepages #homepage-legal a {
	text-decoration: none;
}

.header-hero-disclaimer {
    font: normal 12px Arial, sans-serif;
    letter-spacing: .02em;
    max-height: 13px;
    margin-top: 10px;
    color: #fff;
    overflow:hidden;
}

/*Disclaimer Section 2015*/
.disclaimers {
	font-weight: bold;
    font-size: 12px;
    padding-bottom:60px;
}

/* 
 * We need to override the padding-left directive which is specified by the,
 * "Dedicated area for disclaimers" rule(s).
 * The rule looks something like this, "#content-footnotes ul, #content-footnotes ol".
 *
 * IE8 does not support the "initial" value for CSS attributes, so we are using 0px as an IE8 fallback.
 */
.disclaimers ul {
	margin-top:30px;
    padding-left: 0px !important;
    padding-left: initial !important; 
}
.disclaimers ul li:first-child {
	border-left: 1px solid #999;
}

.disclaimers ul li {
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 9px 0 9px;
	color: #414042;
	text-transform: uppercase;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	display: block;
	float: left;
}

/*** Sign in box*/
#sign_in {
	position: absolute;
	top: 27px;
	left: -4px;
	z-index: 4;
	width: 284px;
	margin: 0;
	/*padding: 22px 0 16px 30px;*/
	height: auto;
	background-color: #eceff2;
	-moz-border-radius: 0 3px 3px 0;	
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	border-bottom: 1px solid #9d9b9b;
	border-right: 1px solid #b8babd;
	-webkit-box-shadow: 0 1px 3px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0 1px 3px 1px rgba(50, 50, 50, 0.5);
	box-shadow: 0 1px 3px 1px rgba(50, 50, 50, 0.5);
	behavior: url(/css/PIE.htc);
	zoom: 1;
}
#sign_in .sign-in-wrapper {
	padding: 22px 0 0 22px;
}
#sign_in .arrow-link {
	border-top: 1px solid #dee0e6;
	display: block;
	padding: 14px 10px 14px 22px;
}
#sign_in .arrow-link:after {
	margin-left:8px;
}
#sign_in label {
	font-weight: bold;
}
#sign_in input[type=text] {
	display: inline-block;
	width: 134px;
	padding: 5px 8px;
}
#sign_in button {
	font-size: 12px;
	padding: 8px 14px;
}
#sign_in_links {
	width: 129px;
	padding: 7px 100px 8px 1px;
}
#sign_in p {
	margin: 0 0 9px;
}
#sign_in a {
	text-decoration: none;
}
#sign_in a:hover,
#sign_in a:focus {
	text-decoration: underline;
}
#sign_in_links a {
	float: right;
	font-size: 12px;
}
#sign_in_links a:first-child {
	float: left;
}
/*#sign_in a:after {
	display: inline-block;
	width: 10px;
	content: '\203A';
	padding-left: 7px;
	font-size: 1.2em;
	line-height: 1em;
	vertical-align: text-bottom;
}*/
.downHome {
	width: 235px;
	height: 43px;
	margin: 0 0 10px 30px;
	padding: 0;
	background: transparent url(/images/online-banking-sitedown-msg.png) 0 0 no-repeat;
	top: -50px;
	display: none;
}
#sign-in-new .downHome {
	margin: 0 0 10px 0;
	display: block;
}


/* New sign in box */

#sign-in-new {
	position: absolute;
	top: 50px;
	left: -4px;
	z-index: 4;
	width: 295px;
	margin: 0;
	padding: 15px 0 0;
	height: auto;
	background-color: #eceff2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border-bottom: 1px solid #9d9b9b;
	border-right: 1px solid #b8babd;
	-webkit-box-shadow: 0 2px 4px 2px rgba(50, 50, 50, 0.3), inset 3px -1px 9px #D3D3D3;
	-moz-box-shadow: 0 2px 4px 2px rgba(50, 50, 50, 0.3), inset 3px -1px 9px #D3D3D3;
	box-shadow: 0 2px 4px 2px rgba(50, 50, 50, 0.3), inset 3px -1px 9px #D3D3D3;
	behavior: url(/css/PIE.htc);
	zoom: 1;
}
#sign-in-new #sign-in-primary {
	padding: 0 10px 0 30px;
}
#sign-in-new h3 {
	font: bold 16px/14px Arial, sans-serif;
	margin: 0 0 10px;
}
#sign-in-new label {
	display: inline-block;
	font: bold 11px/12px Arial, sans-serif;
	color: #000;
}
#sign-in-new input[type=text]{
	box-sizing: inherit;
	display: inline-block;
	width: 136px;
	border: none;
	padding: 0 10px;
	font: 12px/30px Arial, sans-serif;
	height: 30px;
	-moz-box-sizing: content-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
}
#sign-in-new input[type=password] {
	box-sizing: inherit;
	display: inline-block;
	width: 136px;
	border: none;
	padding: 0 10px;
	font: 12px/30px Arial, sans-serif;
	margin-left: 1px;
	height: 30px;
	-moz-box-sizing: content-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
}
#sign-in-new input[type=text].password{
	color: #747474;
}
#sign-in-new ::-webkit-input-placeholder {
    color:    #747474;
}

/* CHANGES FOR REMEMBER ME */
#sign-in-new.rememberMeSignIn input[type=text],
#sign-in-new.rememberMeSignIn input[type=password] {
	display: inline-block;
	width: 178px;
    height: 35px;
	border: none;
	padding: 0 10px;
	font: normal 12px/33px Arial, sans-serif;
    border: 1px solid #CECECE;
    border-right: none;
	border-radius: 3px 0px 0px 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#sign-in-new.rememberMeSignIn .box-forgot {
    display: inline-block;
    width: 67px;
    background-color: #f5f5f5;
    font: normal 12px/33px Arial, sans-serif;
    border: 1px solid #cecece;
    border-left: none;
    border-radius: 0px 3px 3px 0px;
    padding: 0px 10px 0px 15px;
    box-sizing: border-box;
}
#sign-in-new.rememberMeSignIn .box-forgot a:link {
    font: normal 12px/12px Arial, sans-serif;
    color: #014488;
}
#sign-in-new.rememberMeSignIn .c-login-inputs {
	padding-left: 0px;
}
#sign-in-new.rememberMeSignIn .c-input-remember {
    display: table-cell;
    height: 35px;
    width: 220px;
    line-height: 35px;
    font-size: 12px;
}
#sign-in-new.rememberMeSignIn .c-input-remember input[type=checkbox] {
    display: inline;
    margin: 0px 6px 0px 0px;
    vertical-align: text-bottom;
}
#sign-in-new.rememberMeSignIn .c-input-remember div {
    display: inline;
    font: normal 12px/35px Arial, sans-serif;
    color: #666666;
}
#sign-in-new.rememberMeSignIn .c-input-remember div img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
#sign-in-new.rememberMeSignIn .c-input-border {
    font-size: 0;
    border: none;
    margin: 0;
    width: 100%;
    border-radius: 0;
}
#sign-in-new.rememberMeSignIn .c-button {
    margin-top: 15px;
}
#sign-in-new.rememberMeSignIn .sign-in-item a:after,
#sign-in-new.rememberMeSignIn a.arrow-link:after {
	content: '\203A';
	display: inline-block;
	vertical-align: baseline;
	line-height: 100%;
	margin-left: 3px;
	height: 13px;
	overflow: hidden;
    font:bold 15px/16px Arial, sans-serif;
}
#sign-in-new.rememberMeSignIn #sign-in-new a span:after {
	display: inline-block;
	width: 10px;
	content: '\203A';
	padding-left: 4px;
	font-size: 1.2em;
	line-height: 1em;
	vertical-align: text-bottom;
}
#sign-in-new.rememberMeSignIn #sign_in_other {
	width: 100%;
	margin: 15px 0 0;
    padding: 0px 0px 0px 30px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #CECECE;
    box-sizing: border-box;
}
#sign-in-new.rememberMeSignIn #sign_in_other.small-business-other .sign-in-item a {
    font:normal 13px/13px Arial, sans-serif;
}
#sign-in-new.rememberMeSignIn #sign_in_other.small-business-other .sign-in-item:first-child a {
    padding-right: 20px;
}
#sign-in-new.rememberMeSignIn .sign-in-item {
	display: inline;
    font-size: 0px;
    padding: 0;
    border-top: none;
    box-sizing: border-box;
}
#sign-in-new.rememberMeSignIn .sign-in-item a {
	text-decoration: none;
    font: normal 13px/13px Arial, sans-serif;
}
#sign-in-new.rememberMeSignIn #sign-in-new .sign-in-item a:after,
#sign-in-new.rememberMeSignIn #sign-in-new a.arrow-link:after {
	content: '\203A';
	display: inline-block;
	vertical-align: baseline;
	line-height: 100%;
	margin-left: 3px;
	height: 13px;
	overflow: hidden;
    font:bold 15px/16px Arial, sans-serif;
}

/* END CHANGES FOR REMEMBER ME */

#sign-in-new :-moz-placeholder {
    color:    #000;
}
#sign-in-new ::-moz-placeholder {
    color:    #000;
}
#sign-in-new :-ms-input-placeholder {
    color:    #747474;
}
#sign-in-new .username:-ms-input-placeholder {
	color: #747474;
}
/*#sign-in-new .username {
	margin: 0 0 5px 1px;
}*/
#sign-in-new .password {
	margin-left: 1px;
}
#sign-in-new #enroll {
	padding-left: 0;
	font-size: 14px;
}
#sign_in_links_new {
	padding: 0 0 0 1px;
	margin-bottom: 10px;
}
#sign_in_links_new a {
	font-size: 12px;
	text-decoration: none;
}
#sign_in_links_new a:hover {
	text-decoration: underline;
	color: #014488;
}
#sign-in-new a:hover,
#sign-in-new a:focus {
	text-decoration: underline;
}
#sign-in-new .c-login {
	position: relative;
}
#sign-in-new .c-login-inputs {
	padding-left: 86px;
}
#sign-in-new .c-input-border {
	border: 1px solid #CECECE;
	margin: 0 0 5px 1px;
	width: 157px;
	-moz-box-sizing: content-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
}
#sign-in-new .c-login-labels {
	position: absolute;
	top: 7px;
}
#sign-in-new .c-login-labels p {
	font: bold 14px Arial, sans-serif;
	padding-bottom: 10px;
}

#sign-in-new a span:after {
	display: inline-block;
	width: 10px;
	content: '\203A';
	padding-left: 4px;
	font-size: 1.2em;
	line-height: 1em;
	vertical-align: text-bottom;
}
#sign_in_other {
	width: 100%;
	padding: 15px 0 0;
}
.sign-in-item {
	border-top: 1px solid #CECECE;
	padding: 13px 30px;
}
.sign-in-item a {
	text-decoration: none;
	font-size: 14px;
}
.sign-in-item a:after {
	content: '\203A';
	display: inline-block;
	vertical-align: baseline;
	line-height: 100%;
	margin-left: 3px;
	height: 13px;
	overflow: hidden;
    font: 20px/13px Arial, sans-serif;
}
.sign-in-item:hover {
	text-decoration: underline;
}

/** 
 * Content
 */
/*#content-container {
	margin: 40px 0 0;
}*/
#content-body {
	position: relative;
	font: normal 16px/22px Arial, sans-serif;
	margin: 0 auto;
	padding: 0 0 60px;
	width: 960px;
	background-color: #f9f9f9;	
	border: 1px solid #cecece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/css/PIE.htc);
	border-radius: 5px;
}
.mass-affluent .content-wrapper{
    z-index:auto;
}
.content-wrapper {
	position: relative;
	z-index: 2;
}
.content-main-single + .content-main-single .content-wrapper {
	z-index: 1;
}
.content-main-single + css3-container + .content-main-single .content-wrapper {
	z-index: 1;
}
.content-section-separator {
	height: 20px;
	width: 100%;
	clear: both;
	margin: 20px 0 0;
	background: transparent url(/images/horizontal-gradient-divider.png) no-repeat top center;
	background-size: 100% 25px;
}
.c-help-faqs + .content-section-separator {
	margin: 50px 0 0;
}
.content-section-separator + .row-5050 {
	margin: 20px 0 0;
}
.content-main-single,
.content-main-double,
.content-main-sidebar {
	background: #f8f8f8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	behavior: url(/css/PIE.htc);
	position: relative;
}
.content-main-sidebar {
	background: #f8f8f8 url(/images/vertical-gradient-divider.png) repeat-y 560px 0;
}
.content-main-double {
	background: #f8f8f8 url(/images/vertical-gradient-divider.png) repeat-y 375px 0;
}
.content-sidebar .content-section-separator {
	background: transparent url(/images/horizontal-gradient-divider-sidebar.png) no-repeat top center;
}

/* Add fades to top and bottom to fade out page background gradient */
/*.content-main-double:before,
.content-main-sidebar:before {
	height: 50px;
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	content: '';
	background: transparent url(/images/divider-fade-top.png) top left repeat-x;
}*/
.content-main-double:after,
.content-main-sidebar:after {
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	content: '';
	background: transparent url(/images/divider-fade-bottom.png) top left repeat-x;
}

/* Body Gray */
.content-body-gray .content-main-sidebar {
	background: #edebec url(/images/vertical-gradient-divider.png) repeat-y 560px 0;
}
/*.content-body-gray .content-main-sidebar:before, .content-body-gray .content-main-sidebar:after {
	background: transparent;
}*/
.content-body-gray .content-sidebar {
	min-height: 600px;
	background: #fdfcfc;
	background: -moz-linear-gradient(bottom, #edebec 0%,#fff 30%,#fff 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%,#edebec), color-stop(30%,#fff), color-stop(100%,#fff));
	background: -webkit-linear-gradient(bottom, #edebec 0%,#fff 30%,#fff 100%);
	background: -o-linear-gradient(bottom, #edebec 0%,#fff 30%,#fff 100%);
	background: -ms-linear-gradient(bottom, #edebec 0%,#fff 30%,#fff 100%);
	background: linear-gradient(to top, #edebec 0%,#fff 30%,#fff 100%);
	-pie-background: linear-gradient(270deg, #fff 0%, #fff 30%, #edebec 100%);
	behavior: url(/css/PIE.htc);
}
.content-body-gray#content-body {
	background-color: #edebec;
}
.content-body-gray .content-main-single {
	background-color: #edebec;
}

/* Narrow content area for popup calculators */
#header-container.header-no-margin {
	margin: 0;
}
#content-body-narrow {
	position: relative;
	font: normal 16px/22px Arial, sans-serif;
	margin: 0 auto 60px;
	width: 540px;
	background-color: #f9f9f9;	
	border: 1px solid #cecece;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/css/PIE.htc);
	border-radius: 5px;
}
#content-body-narrow .content-main-single {
	background: #fff;
}

/* Content section */
.content-main-single .content-section,
.content-main-double .content-section,
.content-main-sidebar .content-section {
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-sizing: border-box;
	behavior: url(/css/PIE.htc);
	border-radius: 6px;
	position: relative;
}
.content-main-double .content-section {
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content-main-sidebar .content-section {
	float: left;
	width: 660px;
}
.content-sidebar {
	float: right;
	width: 300px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
	box-sizing: border-box;
	behavior: url(/css/PIE.htc);
}	
.content-sidebar a:hover {
	text-decoration: underline;
}
.content-sidebar .button-blue:hover,
.content-sidebar .c-htb-button:hover {
	text-decoration: none;
}

/** 
 * Remove padding for nested content sections
 * This is a HACK to get around a SiteCore problem with not being able to have multiple placeholders with same name
 * so we're just nesting all content inside a single div.content-main-single
 */
.content-section .content-main-double {
	background: #f8f8f8 url(/images/vertical-gradient-divider.png) repeat-y 350px 0;
}
.content-section .content-section {
	padding: 0 0 0 30px;
}
.content-section .content-main-double .content-wrapper .content-section:first-child {
	padding: 0 30px 0 0;
}
.content-main-sidebar .content-main-double .content-section {
	width: 50%;
}
.content-main-sidebar .content-main-double .content-section:first-child {
	padding: 0;
}
.content-main-sidebar .content-main-double {
	background: #f8f8f8 url(/images/vertical-gradient-divider.png) repeat-y 200px 0;
	overflow: hidden;
}
.col .col {
	padding: 0;
}
/*
*  Full width content section removes col padding. Use for tab module and full width images
*/
.full-width-section .row-100 .col {
	padding: 0;
}


/** 
 * Give the first component in the content a top padding of 10px for a total of 40px
 * if the first element in the content is graphic (.blue-box) remove the top padding to keep it at 30px total
 */

.content-main-single .content-section:first-child .col:first-child > .blue-box:first-child {
	/* temp add */
	margin-top: 30px;
}


/** 
 * Simple grid styles
 */
.col-2,
.row-100,
.row-5050,
.row-333333,
.row-3366,
.row-6633,
.row-25
 {
	padding: 0;
	font-size: 0; /* Set font size to 0 to remove white space between columns */
}
.row-25 {
	display: table;
}
.col {
	font-size: initial; /* Reset font size */
	display: inline-block;
	vertical-align: top;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
/*Alternate class names created for simplicity in rich text editor*/
.row-100 .col { width: 100%; }
.row-5050 .col, .col-2 .col { width: 50%; }
.row-3366 .col { width: 66%; }
.row-3366 .col:first-child { width: 33%; }
.row-6633 .col { width: 33%; }
.row-6633 .col:first-child { width: 66%; }
.row-333333 .col { width: 33.33%; }
.row-25 .col { 
	width: 218px;
	display: table-cell;
	vertical-align: top;
	padding: 0 15px;
}
.row-25 .col:first-child {
	padding-left: 0;
}

/* home-contents*/
#home-contents {
	padding: 0;
    padding:-1px\9;
    behavior: url(/css/PIE.htc);
    /*background: url(/images/homepage-content-gradiant.jpg) repeat-x;*/
}

#home-contents .row-333333 {
	border-top: 1px solid #e7e6e6;
    /*background: url(/images/content-section-horizontal.jpg) no-repeat bottom center;*/
    /*padding-bottom:30px;*/
}

#home-contents .home-page-special {
    background: url(/images/content-section-horizontal.jpg) no-repeat bottom center;
    padding-bottom:30px;
}


#home-contents .row-3366 {
        border-top: none;
    background: url("/images/content-section-vertical.png") no-repeat 30% 0;
       padding-bottom:30px;
}

#home-contents .row-3366 {
    border-top: none;
}
#home-contents div:first-child {
	border-top: none;
}
#home-contents .col {
	padding: 24px 0 0 24px;
	position: relative;
	font-size: 14px;
}
#home-contents .col h2 {
	margin: 0 0 19px;
	font-size: 16px
}
#home-contents .c-quick-links {
	padding: 0;
}
#home-contents .col .arrow-link {
	display: inline-block;
	padding-right: 35px;
}
#home-contents .col .arrow-link:after {
	margin-left: 8px;
	height: 13px;
	overflow: hidden;
}
/*#home-contents .col button {
	padding: 2px 6px 3px;
}*/


/**
 * Dedicated area for disclaimers
 */
#content-footnotes {
	position: relative;
	margin: 0 0 0;
	padding: 20px 0 0;
	/*background: #f9f9f9 url(/images/horizontal-gradient-divider.png) left top no-repeat; */
	background-size: 100% auto;
	color: #414042;
}
#content-footnotes p {
	font: normal 12px/20px Arial, sans-serif;
}
#content-footnotes ul, #content-footnotes ol {
	font: normal 12px/20px Arial, sans-serif;
	list-style-type: disc;
	padding-left: 30px;
	margin: 20px 0;
}
#content-footnotes a:hover {
	text-decoration: underline;
}
#footer-disclaimer {
	padding: 0;
	padding-left: 0 !important;
	margin-top: 0;
	list-style: none;
}
#footer-disclaimer li {
	height: 18px;
	line-height: 19px;
	margin: 0;
	padding: 0 1em 0 1em;
	color: #575757;
	background: transparent;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #575757;
	border-bottom: 1px solid #575757;
	border-right: 1px solid #575757;
	display: block;
	float: left;
	font-size: 10px;
}
#footer-disclaimer li:first-child {
	border-left: 1px solid #414141;
}



/** 
 * Footer
 */
#footer-container {
	padding: 20px 0 40px;
	/*width: 100%;*/
	width: 960px;
	margin: 0 auto;
}
#footer-body {
	width: 100%;
	display: table;
	font-size: 12px;
}
#footer-left {
	display: table-cell;
	vertical-align: top;
	width: 60%;
	font-size: 12px;
}
#footer-right {
	display: table-cell;
	vertical-align: top;
	width: 30%;
	text-align: right;
}
.investment-footer #footer-left {
	width: 660px;
}
.investment-footer #footer-right {
	width: 300px;
}
/*#footer-nav {}*/
.footer-nav-list {
	margin: 0 0 21px;
}
.footer-nav-item {
	list-style: none;
	display: inline-block;
	padding: 0 10px 0 0;
}
.footer-nav-item:before {
	content: " | ";
	color: #ccc;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
}
.footer-nav-item:first-child:before {
	content: none;
	margin: 0;
	padding: 0;
}
.footer-nav-item:first-child {
	border: none;
	padding-left: 0;
}
.footer-nav-link {
	text-decoration: none;
}
.footer-nav-link:hover {
	text-decoration: underline;
}
#footer-paribas {
	width: 160px;
	height: 20px;
	display: inline-block;
	background: transparent url(/images/sprites.png) -290px 0 no-repeat;
    display:none;
}
.footer-connect {
	vertical-align: top;
	line-height: 23px;
	font-weight: bold;
	font-size: 14px;
}
.footer-social-link {
	position: relative;
	top: -1px;
	vertical-align: middle;
	line-height: 20px;
	margin-left: 10px;
	display: inline-block;
	height: 25px;
	width: 25px;
	background: transparent url(/images/sprites.png) 0 0 no-repeat;
}
.footer-social-link.facebook { background-position: -290px -20px; }
.footer-social-link.twitter { background-position: -315px -20px; }
.footer-social-link.youtube { background-position: -340px -20px; }
.footer-social-link.linkedin { background-position: -364px -20px; }
.footer-social-link.blog { background-position: -496px -21px; height:24px; width:24px; }
#footer-copyright {
	margin: 15px 0 0;
	float: right;
	text-align: right;
	line-height: 14px;
	font-size: 11px;
	padding-left: 0;
}
.footer-left-SD-text {
	font-size: 12px;
	margin : 20px 0px 30px 0px;
}
#footer-copyright .footer-copyright-logo {
	padding: 5px 20px 4px 0;
    background: transparent url(/images/equal-housing.png) 100% 4px no-repeat;
}
#footer-copyright .footer-copyright-year {
	padding-left: 0;
}
/* Section Specific Footers */
.investment-footer#footer-container {
	padding: 10px 0 40px;
}
.investment-footer .footer-nav-list {
	margin: 0;
}
.investment-footer #footer-paribas {
	display: block;
	margin: 25px 0 50px;
}
.investment-footer #footer-copyright {
	margin: 0;
}
.investment-footer #disclaimers_intro {
	margin: 15px 0 6px;
}
.investment-footer .c-footnote a,
.investment-footer .c-footnote p {
	font-size: 12px
}
.footer-list-no-bullet-padding {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-list-no-bullet-padding li {
	display: block;
	padding: 5px 0 5px 0;
}

/** 
 * Core styles
 */
a {
	color: #0b4788;
	text-decoration: none;
}
.col a:hover {
	cursor: pointer;
}
p {
	margin: 0 0 12px;
	font: normal 14px/20px Arial, sans-serif;
}
h1 {
	font: normal 30px/22px Arial, sans-serif;
	margin: 0 0 30px;
	color: #000;
}
h2 {
	font: bold 20px Arial, sans-serif;
	margin: 0 0 30px;
}
h3 {
	font: normal 16px Arial, sans-serif;
	margin: 0 0 20px;
}
h4 {
	font: bold 16px Arial, sans-serif;
	margin: 30px 0 0;
}
h5 {
	font: bold 14px Arial, sans-serif;
}
h6 {
	font: normal 12px Arial, sans-serif;
}
sup {
	font-size: 60%;
	vertical-align: super;
	line-height: 0;
}
img {
	max-width: 100%; /* don't let images stretch beyond containers */
}
/* Misc */
.date-small-bold {
	display: block;
	font: bold 11px/11px arial, sans-serif;
	color: #000;
	margin: 0 0 4px;
	-webkit-font-smoothing: antialiased;
}
.date-medium-bold {
	display: block;
	font: bold 14px/14px arial, sans-serif;
	margin: 0 0 4px;
	-webkit-font-smoothing: antialiased;
}
.filter-error {
	display: none;
	padding-left: 30px;
	color: red;
	font: normal 16px/22px Arial, sans-serif;
}





/**
 * Tables content-main-full
 */
table {
	width: 100%;
	border-collapse: separate;
	border-radius: 6px;
	border-color: #dbdbdb;
	/*box-shadow: 0 3px 4px -2px #a2a2a2;*/
	behavior: url(/css/PIE.htc);
}
table ul, table ol{
	list-style-type: initial;
	margin-left: 15px;
}
table li {
	margin: 10px 0 0;
}
table li:first-child {
	margin: 0;
}
th, td {
	vertical-align: top;
	padding: 20px;
	border-top: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #f8f8f8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Header rows */
thead.fixed{
  top:0;
  position:fixed;
  width:900px;
  border:none;
  z-index: 1;
}
thead.scroll-end {
	position: absolute;
}

tbody.fixed{  
  position:fixed;
  width:900px;
  border:none;
  z-index: 1;
}
tbody.scroll-end {
	position: absolute;
}

thead th {
	padding: 25px 20px;
	vertical-align: middle;
	font: bold 20px/26px Arial, sans-serif;
	color: #014488;
	background: #ffffff;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
thead th:hover {
	background: #ccdae7;

}
thead td {
	background: transparent;
	border: none;
}
thead tr.first th.first, thead tr.first td:first-of-type {
	border-left: 1px solid #d6d6d6;
}
thead tr.first td:first-of-type {
    border-radius: 6px 0 0 0;
}
thead tr.first th.last {
	border-radius: 0 6px 0 0;
	behavior: url(/css/PIE.htc);
}

thead tr.table-cta th, tr.table-cta td {
	position: relative;
	font: 16px/28px Arial, sans-serif;
	text-shadow: 0 -1px 1px #001f3d;
	background-color: #014488;
	color: #fff;
	border-right: none;
	border-bottom: 1px solid #000;
	box-shadow: 0 3px 2px -1px #a2a2a2;
	behavior: url(/css/PIE.htc);
}
thead tr.table-cta th.first, tr.table-cta td.first {
	border-left: 0;
}
thead tr.table-cta th a, tr.table-cta td a {
	font: 16px/16px Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block
}
thead tr.table-cta th a:hover, tr.table-cta td a:hover {
	text-decoration: underline;
}
/*thead tr.table-cta th a:first-child {
	margin-bottom: 25px;
}*/
thead tr.table-cta th a + a, tr.table-cta td a + a {
	margin-top: 25px;
}
/* Body rows */

tbody th {
	padding: 20px 20px;
	vertical-align: middle;
	font: bold 14px/20px Arial, sans-serif;
	color: #414042;
	text-shadow: 0 1px 1px #fcfcfc;
}
tbody td {
	color: #414042;
	font: 14px/20px Arial, sans-serif;
	/*width: 335px;*/
}
tbody th.first {
	border-left: 1px solid #d6d6d6;
	width: 225px !important;
}
/*tbody tr:nth-child(even) {
    background-color: #fff;
}*/
tbody tr:first-child td {
	border-top: 0;
}
tbody tr.first th,
tbody tr.first td {
	border-top: 1px solid #d6d6d6;
}
tbody tr.odd th,
tbody tr.odd td {
	background-color: #f8f8f8;
}
tbody tr.even th,
tbody tr.even td {
	background-color: #eee;
}
tbody tr.last th,
tbody tr.last td {
	border-bottom: 1px solid #d6d6d6;
}
tbody tr.last th.first,
tbody tr.last td.first {
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
	behavior: url(/css/PIE.htc);
}
tbody tr.last th.last,
tbody tr.last td.last {
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
	behavior: url(/css/PIE.htc);
}
tbody td span {
	display: block;
	text-align: center;
}
tbody td span.norate {
	height: 3px;
	width: 32px;
	display: block;
	margin: 0 auto;
	background: transparent url(/images/sprites.png) no-repeat -416px -68px;
	position: relative;
}
tbody td span.rate {
	display: block;
	margin: 0 auto;
}
tbody td span.checkmark,
tbody td span.checkmark-va {
	height: 32px;
	width: 32px;
	display: block;
	margin: 0 auto;
	/* checkmark */
	background: transparent url(/images/glyph-checkmark-green.png) no-repeat;
}
tbody td span.checkmark + span {
	padding-top: 15px;
}



/** 
 * Form elements
 */
form {
	display: block;
	margin: 0;
}
input[type=search] {	-webkit-appearance: none; -moz-appearance: none;}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

input[type=text],
textarea,
select {
	font: 12px/16px Arial, sans-serif;
	border: 1px solid #d7d8d9;
	background-color: #fff; 
	color: #666;
	padding: 0 0 0 3px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
label {
	display: block;
}


/** 
 * Utility
 */
.hide { position: absolute; left: -99999px; }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.arrow-link {
	font-size: 13px;
	text-decoration: none;
}
.arrow-link:hover {
	text-decoration: underline;
}
.arrow-link:after,
.arrow-link-large:after,
thead tr.table-cta th a:after,
tr.table-cta td a:after {
	content: '\203A';
	display: inline-block;
	vertical-align: baseline;
	line-height: 100%;
	margin-left: 3px;
	height: 13px;
	overflow: hidden;
	font: 20px/13px Arial, sans-serif;
}

.blue-box {
	border: 1px solid #dedede;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #F0F5FA;
	background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #F0F5FA),color-stop(1, #FAFCFE));
	background-image: -o-linear-gradient(right bottom, #F0F5FA 0%, #FAFCFE 100%);
	background-image: -moz-linear-gradient(right bottom, #F0F5FA 0%, #FAFCFE 100%);
	background-image: -webkit-linear-gradient(left top, #F0F5FA 0%, #FAFCFE 100%);
	background-image: -ms-linear-gradient(right bottom, #F0F5FA 0%, #FAFCFE 100%);
	background-image: linear-gradient(to right bottom, #F0F5FA 0%, #FAFCFE 100%);
	-pie-background: linear-gradient(300deg, #F0F5FA 0%, #FAFCFE 100%);
	behavior: url(/css/PIE.htc);
}
/* Buttons */
button {
	cursor: pointer;
}
.button_dark_blue, .button_premier_blue, .homepages .col button, .button-bottom a {
	display: inline-block;
	cursor: pointer;
	padding: 7px 20px;
	margin: 0 0 0 4px;
	color: #fff;
	letter-spacing: .03em;
	text-decoration: none;
	box-shadow: 0 2px 3px rgba(92, 91, 91, 0.75);
	text-shadow: 0 1px 0 rgba(46,46,46,0.39);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	position: relative;
	font: bold 15px/19px Arial, sans-serif;
	background-color: #46688D;
	border-top: 1px solid #315378;
	border-right: 1px solid #315378;
	border-left: 1px solid #315378;
	border-bottom: 1px solid #315378;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.29, #46688D),color-stop(0.96, #032449),color-stop(1, #032449));
	background-image: -o-linear-gradient(bottom, #46688D 29%, #032449 96%, #032449 100%);
	background-image: -moz-linear-gradient(bottom, #46688D 29%, #032449 96%, #032449 100%);
	background-image: -webkit-linear-gradient(top, #46688D 29%, #032449 96%, #032449 100%);
	background-image: -ms-linear-gradient(bottom, #46688D 29%, #032449 96%, #032449 100%);
	background-image: linear-gradient(to bottom, #46688D 29%, #032449 96%, #032449 100%);
	-pie-background: linear-gradient(270deg, #46688D 29%, #032449 96%, #032449 100%);
	behavior: url(/css/PIE.htc);
}
.button_dark_blue.security {
	position: relative;
	top: 2px;
	padding: 5px 12px 5px 31px;
	margin: 0 0 0 5px;
	background: #416a8d;
	background: #416a8d url(/images/lock_glyph.png) left 0 top 0 no-repeat;
	background: url(/images/lock_glyph.png) no-repeat, -moz-linear-gradient(top, #416a8d 0%, #2f587b 30%, #053255 77%, #002c4f 87%, #002548 100%);
	background: url(/images/lock_glyph.png) no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#416a8d), color-stop(30%,#2f587b), color-stop(77%,#053255), color-stop(87%,#002c4f), color-stop(100%,#002548));
	background: url(/images/lock_glyph.png) no-repeat, -webkit-linear-gradient(top, #416a8d 0%,#2f587b 30%,#053255 77%,#002c4f 87%,#002548 100%);
	background: url(/images/lock_glyph.png) no-repeat, -o-linear-gradient(top, #416a8d 0%,#2f587b 30%,#053255 77%,#002c4f 87%,#002548 100%);
	background: url(/images/lock_glyph.png) no-repeat, -ms-linear-gradient(top, #416a8d 0%,#2f587b 30%,#053255 77%,#002c4f 87%,#002548 100%);
	background: url(/images/lock_glyph.png) no-repeat, linear-gradient(to bottom, #416a8d 0%,#2f587b 30%,#053255 77%,#002c4f 87%,#002548 100%);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/lock_glyph.png', sizingMethod='crop') progid:DXImageTransform.Microsoft.gradient( startColorstr='#416a8d', endColorstr='#002548',GradientType=0 );
	border-radius: 3px;
	behavior: url(/css/PIE.htc);
}
.button_white {
	display: inline-block;
	cursor: pointer;
	padding: 7px 20px;
	margin: 0 0 0 4px;
	color: #163966;
	letter-spacing: .03em;
	text-decoration: none;
	box-shadow: 0 2px 3px -1px rgba(92, 91, 91, 0.75);
	text-shadow: 0 1px 0 rgba(46,46,46,0.39);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	position: relative;
	border:none;
	font: bold 15px/19px Arial, sans-serif;
	background-color: #FFFFFF;
	border-top: 1px solid #B1B9C1;
	border-right: 1px solid #B1B9C1;
	border-left: 1px solid #B1B9C1;
	border-bottom: 1px solid #B1B9C1;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.29, #FFFFFF),color-stop(0.96, #D8D7D8),color-stop(1, #D8D7D8));
	background-image: -o-linear-gradient(bottom, #FFFFFF 29%, #D8D7D8 96%, #D8D7D8 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 29%, #D8D7D8 96%, #D8D7D8 100%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 29%, #D8D7D8 96%, #D8D7D8 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 29%, #D8D7D8 96%, #D8D7D8 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 29%, #D8D7D8 96%, #D8D7D8 100%);
	-pie-background: linear-gradient(270deg, #FFFFFF 29%, #D8D7D8 96%, #D8D7D8 100%);
	behavior: url(/css/PIE.htc);
}
.button,
.button-blue {
	display: inline-block;
	padding: 7px 20px;
	color: #fff;
	text-decoration: none;
	box-shadow: 0 2px 3px rgba(92, 91, 91, 0.75);
	text-shadow: 0 1px 0 rgba(46,46,46,0.39);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
	position: relative;
	behavior: url(/css/PIE.htc);
	border:none;
	font: bold 15px/19px Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: .03em;
}
.button {
	cursor: pointer;
	background-color: #D99519;
	border-top: 1px solid #ecbc8a;
	border-right: 1px solid #dd9e67;
	border-left: 1px solid #dd9e67;
	border-bottom: 1px solid #cd7e44;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.3, #FBA050),color-stop(0.46, #EA8B42),color-stop(1, #C25E20));
	background-image: -o-linear-gradient(bottom, #fea352 15%, #c15d21 76%, #C25E20 100%);
	background-image: -moz-linear-gradient(bottom, #fea352 15%, #c15d21 76%, #C25E20 100%);
	background-image: -webkit-linear-gradient(top, #fea352 15%, #c15d21 76%, #C25E20 100%);
	background-image: -ms-linear-gradient(bottom, #fea352 15%, #c15d21 76%, #C25E20 100%);
	background-image: linear-gradient(to bottom, #fea352 15%, #c15d21 76%, #C25E20 100%);
	-pie-background: linear-gradient(270deg, #fea352 15%, #c15d21 76%, #C25E20 100%);
	behavior: url(/css/PIE.htc);
}
.button-blue {
	background-color: #46688D;
	border-top: 1px solid #315378;
	border-right: 1px solid #315378;
	border-left: 1px solid #315378;
	border-bottom: 1px solid #315378;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.29, #46688D),color-stop(0.96, #032449),color-stop(1, #032449));
	background-image: -o-linear-gradient(bottom, #46688D 29%, #032449 96%, #032449 100%);
	background-image: -moz-linear-gradient(bottom, #46688D 29%, #032449 96%, #032449 100%);
	background-image: -webkit-linear-gradient(top, #46688D 29%, #032449 96%, #032449 100%);
	background-image: -ms-linear-gradient(bottom, #46688D 29%, #032449 96%, #032449 100%);
	background-image: linear-gradient(to bottom, #46688D 29%, #032449 96%, #032449 100%);
	-pie-background: linear-gradient(270deg, #46688D 29%, #032449 96%, #032449 100%);
	behavior: url(/css/PIE.htc);
}
.button_premier_blue,
.button-bottom a {
	padding: 10px 20px;
	border-top: 1px solid #569DED;
	border-left: 0;
	border-right: 0;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.29, #487CCC),color-stop(0.96, #1E4174),color-stop(1, #1E4174));
	background-image: -o-linear-gradient(bottom, #487CCC 29%, #1E4174 96%, #1E4174 100%);
	background-image: -moz-linear-gradient(bottom, #487CCC 29%, #1E4174 96%, #1E4174 100%);
	background-image: -webkit-linear-gradient(top, #487CCC 29%, #1E4174 96%, #1E4174 100%);
	background-image: -ms-linear-gradient(bottom, #487CCC 29%, #1E4174 96%, #1E4174 100%);
	background-image: linear-gradient(to bottom, #487CCC 29%, #1E4174 96%, #1E4174 100%);
	-pie-background: linear-gradient(270deg, #487CCC 29%, #1E4174 96%, #1E4174 100%);
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 -1px #0d2a4a;
	behavior: url(/css/PIE.htc);
}
.button ~ .button,
.button ~ .button-blue,
.button-blue ~ .button,
.button-blue ~ .button-blue {
	margin-left: 40px;
}
.button-green{    
    border: none;
    box-shadow: none;
    -moz-box-shadow:none;
    background: #00925b;
    color: #fff;
    border-radius: 0px;
    -webkit-font-smoothing: antialiased;
    text-shadow: none;
    padding: 7px 20px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    letter-spacing: .03em;
    margin: 0 0 0 4px;
    text-decoration: none;
    font: bold 15px/19px Arial, sans-serif;
}

/* Buttons with icons */
.security:before,
.button.security:before,
.button-blue.security:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	line-height: inherit;
	vertical-align: middle;
	background: transparent url(/images/sprites.png) no-repeat -320px -45px;
	position: relative;
	left: -5px;
	top: -2px;
}
#sign-in-new .security {
	cursor: pointer;
	font: bold 15px/19px Arial, sans-serif;
	box-shadow: none;
	margin: 0 15px 0 0;
	padding: 6px 25px 6px 35px;
	color: #fff;
	border-radius: 3px;	
	position: relative;
	border: none;
	-webkit-font-smoothing: antialiased;
	border-top: 1px solid #315378;
	border-right: 1px solid #315378;
	border-left: 1px solid #315378;
	border-bottom: 1px solid #315378;
    background-color: #1B3149;
    background: #416a8d;
	background: #416a8d url(/images/lock_glyph.png) left 2 top 0 no-repeat;
	background: url(/images/lock_glyph.png) no-repeat 2px 0, -moz-linear-gradient(top, #416a8d 0%, #2f587b 30%, #053255 77%, #002c4f 87%, #002548 100%);
	background: url(/images/lock_glyph.png) no-repeat 2px 0, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#416a8d), color-stop(30%,#2f587b), color-stop(77%,#053255), color-stop(87%,#002c4f), color-stop(100%,#002548));
	background: url(/images/lock_glyph.png) no-repeat 2px 0, -webkit-linear-gradient(top, #416a8d 0%,#2f587b 30%,#053255 77%,#002c4f 87%,#002548 100%);
	background: url(/images/lock_glyph.png) no-repeat 2px 0, -o-linear-gradient(top, #416a8d 0%,#2f587b 30%,#053255 77%,#002c4f 87%,#002548 100%);
	background: url(/images/lock_glyph.png) no-repeat 2px 0, -ms-linear-gradient(top, #416a8d 0%,#2f587b 30%,#053255 77%,#002c4f 87%,#002548 100%);
	background: url(/images/lock_glyph.png) no-repeat 2px 0, linear-gradient(to bottom, #416a8d 0%,#2f587b 30%,#053255 77%,#002c4f 87%,#002548 100%);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/lock_glyph.png', sizingMethod='crop') progid:DXImageTransform.Microsoft.gradient( startColorstr='#416a8d', endColorstr='#002548',GradientType=0 );
	behavior: url(/css/PIE.htc);
}
.button-play-large {
	position: relative;
}
.button-play-large a {
	font: bold 33px 'garagegothic-regular', arial, sans-serif;
	letter-spacing: .6px;
	color: #fff;
	vertical-align: middle;
}
.play-border {
	background: transparent url(/images/sprites.png) no-repeat -430px -125px;
	width: 45px;
	height: 45px;
	position: absolute;
	top: -3px;
	line-height: 100%;
	display: inline-block;
}

/* FireFox Only Fix for Sup and title */
@-moz-document url-prefix() {
    button, .button, .button-blue, .button_dark_blue, .homepages .col button {
    	font: bold 15px/19px Arial, sans-serif;
		letter-spacing: 0;
    }
}

/* Modals TM */
#dialog {
	padding: 4px 40px 54px;
	/*border: 1px solid #d8dcdf;
	border-radius: 5px;
	box-shadow: 0 5px 5px -2px rgba(102,102,102,0.9);
	background: #e8ebed;
	background: -moz-linear-gradient(top,  #fff 0%,#fff 40%,#d8dcdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(40%,#fff), color-stop(100%,#d8dcdf));
	background: -webkit-linear-gradient(top,  #fff 0%,#fff 40%,#d8dcdf 100%);
	background: -o-linear-gradient(top,  #fff 0%,#fff 40%,#d8dcdf 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#fff 40%,#d8dcdf 100%);
	background: linear-gradient(to bottom,  #fff 0%,#fff 40%,#d8dcdf 100%);
	-pie-background: linear-gradient(270deg,  #fff 0%,#fff 40%,#d8dcdf 100%);
	behavior: url(/css/PIE.htc);*/
}
#dialog h2 {
	font: bold 20px Arial, sans-serif;
	margin: 0 0 10px 0;
}
#dialog-inner ul {
	margin: 0 0 0 20px;
}

#dialog-inner ul li {
	font: normal 14px/20px Arial, sans-serif;
	padding: 0 0 0 10px;
	margin: 18px 0 0 0;
	background: transparent url(/images/sprites.png) no-repeat -493px -156px;
	outline: 0;
}
#dialog-inner ul li:hover {
	text-decoration: underline;
}
#dialog-inner ul li:first-child {
	margin-top: 0;
}
#closeDialogBox {
	position: absolute;
	top: 23px;
	right: 8px;
	background: none;
	border: none;
	color: #0b4788;
	font-size: 13px;
}
#closeDialogBox:after {
	content: " ";
	background: transparent url(/images/sprites.png) no-repeat -465px -41px;
	display: inline-block;
	width: 22px;
	height: 19px;	
	position: relative;
	top: 5px;
}

/*Jquery UI change for Deposit disclosures */
.ui-widget-content a {
    color: #0b4788;
}

/* JQuery UI Customizations Modals Global */
#common-modal {
    margin: 6px 40px 0px 40px;
}

/* Initially hide the speedbump. */
#speedBump {
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 40px;
    margin-right: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    display: none;
}

/* We have to remove the h2's margin in order to gain our 10px margin below the h2 */
#speedBump > div > h2 {
    margin: initial;
}

.speedbump-buttonset-container {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 40px;
    margin-right: 40px;

    /* HACK: 
     *  We need to force the bottom padding in IE8.
     *  In order to have IE8 respect our speedbump-buttonset-container's "margin" 
     *  we have to remove the margin-bottom and replace it with padding-bottom.
     */
    padding-bottom: 60px !important;
}


/* Override JQuery .ui-dialog-buttonset's float:right directive. */
.speedbump-buttonset {
    float: left !important;
}

.speedbump-header {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.speedbump-buttonset-container > div > button.button_white.close {
    margin-right: 20px;
}

.speedbump-body > p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.speedbump-title-bar > div.ui-dialog-titlebar {
    height: 40px;
}

/* fix the standard JQuery title bar */
.custom-title-bar .ui-dialog-titlebar {
 background-color: #f1f1f1;
 border: none; 
}

.dialog-close {
    float: right;
    margin: 0px;
    font-size: 14px;
    color: #014488;
    cursor: pointer;
     padding: 22px 0px 0px 0px; 
    /*background: url(/static_files/botw2/home/personal-banking/investments/images/icons/icon_22x22_closeX.png) no-repeat right;*/
    background: url(/images/modal-window/icon_close_22x22.png) no-repeat right;
    width: 65px;
    height: 24px;
    display: block;
    /*padding: 9px 0px 0px 0px;*/
}

.dialog-close:hover {
  text-decoration: underline;
}

.custom-title-bar .ui-widget-header {
 height: 25px;
 /*background: url(/images/modal-window/modal_vertical_gradient.png) repeat-x top;*/
 /*background-color: #f1f1f1;*/
 background-color:transparent;
 border: none;
 font-weight: normal;
 padding: 0px 0px 0px 0px;
}

.ui-dialog {
    padding: 0px !important;
}

.ui-dialog .ui-dialog-title {
    float: none !important;
    margin: .1em 0;
    white-space: nowrap;
    overflow:  hidden;
    text-overflow: ellipsis;

}

.ui-dialog .ui-dialog-titlebar {
    padding: 0px 12px 0px 0px;
}

.custom-title-bar .ui-draggable .ui-dialog-titlebar {
 cursor: move;
}

.ui-dialog 
.ui-dialog-content {
    /*padding: 0px 0px 0px 60px !important;*/
    overflow: visible !important;
}

.ui-widget-content {
   border: none;
   /*background: url(/images/modal-window/modal_vertical_gradient.png) repeat-x top;*/
   /*background-color: #d8dcdf;*/
   padding: 0px;
   background-image: -moz-linear-gradient( 90deg, rgb(216,220,223) 0%, rgb(255,255,255) 50%, rgb(255,255,255) 100%);
   background-image: -webkit-linear-gradient( 90deg, rgb(216,220,223) 0%, rgb(255,255,255) 50%, rgb(255,255,255) 100%);
   background-image: -ms-linear-gradient( 90deg, rgb(216,220,223) 0%, rgb(255,255,255) 50%, rgb(255,255,255) 100%)
}

.ui-front {
   -moz-box-shadow: 0px 3px 5px #666;
   -webkit-box-shadow: 0px 3px 5px #666;
   box-shadow: 0px 3px 5px #666;
}

.ui-dialog {
    padding: 0px;
}
.ui-dialog-content {
    padding: 0px;
}

/* kamal commented this out for ADA - we are going to use the default button that comes with the widget*/
/* hide the default close button */
/*
.custom-title-bar .ui-button{
     display: none; 
}
*/

/*kamal - by default close text is not visible. Making it visible here*/
/*div.custom-title-bar span.ui-button-text {    
    text-indent: -59px 
}*/
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close, button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close .ui-state-active .ui-state-focus {
    background:transparent;
    /*outline:none;*/
}
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close span.ui-button-text {
    padding: 4px 0px 0px 0px;
    font-weight: normal;
    text-indent: -70px;
    background: none!important;
    border:none;
    font-size: 14px;
    color: #014488;
}
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close.ui-state-hover span.ui-button-text { text-decoration:underline;}
.custom-title-bar .ui-dialog-titlebar .ui-state-default .ui-icon {
    background: transparent url(/images/modal-window/icon_close_22x22.png);
    height: 22px;
    width: 22px;
    /*left: 0px;*/
}
button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close { margin-right:12px;}
.custom-title-bar button .ui-button {
    /* box-sizing: padding-box; */
    display: none;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0px; 
}

.custom-title-bar .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.custom-title-bar .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-hover .ui-state-active .ui-state-focus
{
    border: none;
}

/* ie8 */
@media \0screen {
    .ui-corner-all {
        border-radius: 6px;
        behavior: url(/css/PIE.htc);
        position: relative;
        z-index: 999;
    }
}

/* End JQuery UI Custom Modal */

/* Colors */
.color-green {
	color: #005E20;	
	font-size: 100%;
}

@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
  .mass-affluent #header-main:after {
  	content: none;
  }
}

@media screen and (min-device-width : 768px) and (max-device-width : 1024px){
  body{
    -webkit-text-size-adjust: none;
  }
  .mass-affluent #header-main:after {
  	content: none;
    }
}

/* Investment Email Form */
form{
	margin: 0px;
}
#modal-content {
    padding-bottom: 50px;
}

#common-modal .required-fields {
   font-size: 14px;
   line-height: 20px;
   margin: 0px 0px 25px 0px;
}

.problem-message{
    display: none;
	background: url("/static_files/botw2/home/personal-banking/investments/images/icons/round_icons_32X32.png") no-repeat scroll 0px -323px;
	color: #F00;
    font-size: 14px;
    font-weight:  bold;
    margin: 0 !important;
	padding: 9px 0 9px 41px;
}

form p.no-show{
	visibility:hidden;
}

form p.show {
	visibility: visible;
}

fieldset.form
{
    position: relative;
    margin: 0px 0px 0px 0px; 
    width: 99%;
    padding: 0px; 
    border: none; 
}

 fieldset.form legend {
   display: none;
}


fieldset.form ul  
{   
    display: block;
    margin: 0px 0 5px;
    padding: 0px 0px 0px 0px;   
    list-style: none; 
} 
 
fieldset.form li  
{   
   padding: 0 0 10px; 
    vertical-align: middle;
} 
 
fieldset.form ul li label,
.txt-label
{   
    color:#000;
    font-weight: bold;
    font-size: 14px;
    display: block;          
}

fieldset.form ul li label {
    padding-top: 10px;
}


fieldset.form ul li{
    font-size: 12px; 
}

fieldset.form [name=firstName],
fieldset.form [name=lastName],
fieldset.form [name=phoneNumber],
fieldset.form [name=email],
fieldset.form textarea{
	border: 1px solid #cecece;
    padding: 10px;
	background-color: #fff;
	border-radius: 3px 3px 3px 3px;
	behavior: url(/static_files/botw2/home/personal-banking/investments/css/PIE.htc);
}

fieldset.form [name=firstName],
fieldset.form [name=lastName],
fieldset.form [name=phoneNumber],
fieldset.form [name=email]{
	/*width: 280px;*/
    width:310px;
}

fieldset.form ul.drop-down{
	transition: height 2s ease .5s !important;
	-webkit-transition: height 2s ease 0.5s!important;
}

fieldset.form ul.what-Time-Off{
	display:none;
}

fieldset.form ul.what-Time-On{
	transition: height 2s ease .5s !important;
	-webkit-transition: height 2s ease 0.5s !important;
	display:block;
}

fieldset.form select {
	background: transparent !important;
    color: #999;
    height: 35px;
     height: 42px\9;
    line-height: 24px!important;
    padding-bottom: 15px\9;
	width: 330px;	
    width: 330px\9;
    padding-left: 10px;
	border: 0px solid transparent;
	-webkit-appearance: none;
}

fieldset.form select option
{
    color: #000;
}

fieldset.form select option:first-child
{
    color: #999;
}

/* FireFox Only */
@-moz-document url-prefix() { 
  fieldset.form select {
	background: transparent !important;
    color: #999;
    height: 35px;
    line-height: 24px!important;
    padding: 9px 2px;
	width: 330px;	
	border: 0px solid transparent;
	-webkit-appearance: none;
  }
}

fieldset.form .styled-select,
fieldset.form [name=firstName],
fieldset.form [name=lastName],
fieldset.form [name=phoneNumber],
fieldset.form [name=email]{
	/*display: none;*/
	margin: 5px 0 0 0;
}

fieldset.form .styled-select{
    background: url("/static_files/botw2/home/personal-banking/investments/images/icons/dropdownMenu_unselected_arrow.png") no-repeat scroll 100% 0px #FFFFFF;
    border: 1px solid #CECECE;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    /*width: 300px;*/
    width: 310px;
	behavior: url(/static_files/botw2/home/personal-banking/investments/css/PIE.htc);
}

.styled-select .best-time {
    margin: 5px 0px 15px 0px;
}

fieldset.form .styled-select-click{
	 background: url("/static_files/botw2/home/personal-banking/investments/images/icons/dropdownMenu_selected_arrow.png") no-repeat scroll 100% 0px #FFFFFF;
}

fieldset.form [name=bestTime-options]{
	width: 250px;
}
/*
fieldset.form select option {
	color: #000;
}*/

fieldset.form  [name=bestTime] {
	width: 300px;
}

fieldset.form [type=radio]{
	margin: 0 0 15px;
}

fieldset.form [selected] { 
	color:#f00;
    padding: 10px;
	font-weight:bold;
}
 
 fieldset.form textarea{
	margin: 0 0 10px;
    padding: 10px;
	overflow: hidden;
 }
 
.error-msg{
	color:#f00;
}

li#emailOrPhone {
    padding: 0px;
}

fieldset.form li#emailOrPhone p:first-child,
fieldset.form select option{
	color:#000;
    font-weight: bold;
}

fieldset.form ul li ul{
	margin: 0px 0px 0px 18px;
    margin: 0px 0px 0px 22px\9;
}

fieldset.form li input+p,
fieldset.form li div+p,
fieldset.form li input+p+p,
fieldset.form li p.error-message-best-time{
	color: #f00;
    margin: 0 !important;
    padding: 0 0 0 40px;
	display: none;
}

fieldset.form li p.error{
	background: url("/static_files/botw2/home/personal-banking/investments/images/icons/round_icons_32X32.png") no-repeat scroll 18px -323px;
    display: inline-block;
    height: 25px;
    line-height: 13px !important;
    margin: 5px 0 0 !important;
    padding: 10px 0 4px 59px;/***/
    position: absolute;
    width: 280px;
}

/*
fieldset.form li p+p.error,
fieldset.form li#email p.error,
fieldset.form li#phoneNumber p.error{
	padding: 4px 0 4px 59px;
}
*/

fieldset.form li p.error-bestTime{
	background: url("/static_files/botw2/home/personal-banking/investments/images/icons/round_icons_32X32.png") no-repeat scroll 18px -323px;
    display: inline-block;
    height: 25px;
    line-height: 13px !important;
    margin: 5px 0 0 !important;
    padding: 4px 0 4px 59px;
    position: absolute;
    width: 280px;
}

li#emailOrPhone p:first-child{
	display: inline-block;
	width: 303px; 
}
/* chrome only */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
 li#emailOrPhone p:first-child{
	display: inline-block;
	width: 300px; 
    }
}

fieldset.form li input.error,
fieldset.form li div.error{
	border: 1px solid #f00;
}

fieldset.form li label+div+p{
	display: none;
	padding: 15px 0 0 40px;
    position: absolute;
}

fieldset.form li ul li div{
	width: 280px !important;
}


.validation-summary-errors
{
    color: Red;
}

.validation-summary-errors li
{
    list-style: none;
}

/* buttons */
#buttons-container input {
    cursor: pointer;
    border: none;
}
#buttons-container .cancel {
    height: 40px;
    width: 89px;
    background: url(/static_files/botw2/home/personal-banking/investments/images/common/cta_button_cancel.png) no-repeat;
    margin-right: 20px;
}

#buttons-container .send {
    height: 40px;
    width: 75px;
    background: url(/static_files/botw2/home/personal-banking/investments/images/common/cta_button_send.png) no-repeat;
}

#buttons-container .disabled-button{
	/*opacity: .2;*/
}

.email-header {
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0px 20px 0px;
}
#oiss-email-form input[type=text], textarea, select {
    display: inline-block;
}

#oiss-email-form textarea {
    width: auto;
}

/* End Investment Email Form */

/*Browser Alert & Emergency Alerts Styling*/
.emergency-message.browserAlert { background:#fdedcd;}

.emergency-message {
    background: #efefef;
    font:normal 14px/20px Arial;
    color:#1b1b1b;
    /*min-height: 15px;*/
}

.emergency-message-text p:last-child { margin:0px;}

.emergency-message-content {
    padding: 15px 0px;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: block;
}

.emergency-message-image {
    padding-right: 20px;
    display: inline-block;
    width: 32px;
    vertical-align: middle;
}

.emergency-message-image img {
    max-width: 32px;
    max-height: 32px;
}

.emergency-message-text {
    width: 769px;
    display: inline-block;
    vertical-align: middle;
}
.emergencyButtonContent {
    width: 100px;
    margin: 0px;
    text-align: right;
    padding-right:30px;
    display: inline-block;
    vertical-align: top;
}

/*Customer Service Pages CSS*/
.customer-service #content-body {
    border: 1px solid #ffffff;
}

.bg-full {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
    height:600px;
}
.bg-center {
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
	z-index: -1;
    height:600px;
    margin: auto !important;
}

.nav-utility-item.customer-service .nav-utility-dropdown {
    min-width: 222px;
}

.nav-utility-item.customer-service .nav-utility-dropdown h2 {
    font-weight: normal;
}

.nav-utility-item.customer-service .nav-utility-dropdown:after {
    content: "";
	background-color: #ccc;
	display: inline-block;
	height: 1px;	
	top: 0;
	right: 0;
	position: absolute;
	width: 109px;
}

.container-40#header_hero_container {
    height:40px;
    margin-top:83px;
}

.drawer-container {
    width: 100%;
    padding:0 30px;
    box-sizing:border-box;
}

.drawer {
    width: 180px;
    float: left;
    cursor: pointer;
    text-align:center;
}

.drawer-label {
    font: normal 20px Arial, sans-serif;
    margin-top:60px;
    padding:0 30px;
}
    
.drawer img {
   width: 66px;
   height: 66px;
}

.drawer-title {
    width: 140px;
    font:normal 14px/20px Arial, sans-serif;
    margin-right:auto;
    margin-left:auto;
}

.drawer-image {
    width: 66px;
    height: 66px;
    display:inline-block;
    background-position:0 0;
    /*margin: 0 auto;*/   
}

.drawer-image-active {
    background-position:0px 66px;
    width: 66px;
    height: 66px;
    display:inline-block;
}

.callout-container {
    padding-top:20px;
}

.callout {
    width: 100%;
    position:relative;
    border-top: 1px solid #b1b2b2;
    border-bottom: 1px solid #b1b2b2;
    height: 100%;
    display: none;
    background-color: #eeefef;
}

.callout .tooltip1, .tooltip2, .tooltip3, .tooltip4, .tooltip5  {
    top: -1px;
}

.callout .tooltip1 {
    left: 106px;
    position: absolute;
}

.callout .tooltip2 {
    left: 287px;
    position: absolute;
}

.callout .tooltip3 {
   left: 470px;
   position: absolute;
}

.callout .tooltip4 {
   left: 648px;
   position: absolute;
}

.callout .tooltip5 {
   left: 831px;
   position: absolute;
}

.drawer-content {
   margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.drawer-closed {
   float: right;
   margin-top: 20px;
   margin-right: 20px;
   cursor: pointer;
}
.wrapper {
    position: relative;
}

.mass-affluent .wrapper {
    background: url(/images/mass_main.jpg) no-repeat top center;
	overflow-x: hidden;
}

/*Accordian*/

.ui-accordion .ui-accordion-header {
    padding:20px 9px 20px 20px;
    border:none;
}

.ui-accordion .ui-accordion-content {
    overflow: hidden;
    position:relative;
    box-sizing:border-box;
}

.real-accordion .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr, .ui-corner-left, .ui-corner-tl {
    border-radius: 0;
}

.real-accordion .ui-state-active, .ui-state-active, .ui-widget-header, .ui-state-active, .ui-state-default {
    background: #e1e2e2;
    color: #0b4788;
    font: normal 14px/0px Arial, sans-serif;
}

.real-accordion .ui-widget-content, ui-helper-reset, ui-widget-content, ui-corner-bottom, ui-accordion-content-active {
    font: normal 14px/0 Arial, sans-serif;
    padding:20px 20px 20px 9px;
    background:#eeefef;
}

.real-accordion .ui-state-default .ui-icon {
    background: transparent url(/images/sprites.png) no-repeat -397px -72px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: 0.4em;
}

.real-accordion .ui-state-active .ui-icon {
    background:transparent url(/images/sprites.png) no-repeat -418px -73px;
}

.real-accordion p {
    margin: 0;
}

.Additonal-contact {
    margin-top:60px;
}

.Additonal-contact h2 {
    margin-bottom: 20px!important;
    font: 22px/22px Arial, sans-serif!important;
}

/*Three Column equal cell size Table*/

.three-column-table {
    background: #eeefef;
}

.three-column-table table {
        padding: 10px;
}

.three-column {
    background: #eeefef;
    border-radius:0;
}

.three-column td:first-child {
    width: 300px;
 }

.three-column col {
    width: 300px;
}

.three-column tbody tr {
    width: 900px;
}

.three-column tbody tr:first-child {
    margin-top: 10px;
}

.three-column tbody tr:last-child {
   margin-bottom: 10px;
}

.three-column td:last-child {
    border-right: none;
}

.three-column tbody td {
    max-width: 300px;
    min-width:300px;
    border-right: 1px solid #ffffff;
    border-bottom:none;
    border-left:none;
    border-top:1px solid #fff;
    padding:16px;
}


.two-color-border {
    margin-top:40px;
    margin-bottom:20px;
    background: transparent url(/images/two-color-border.png) no-repeat center; 
    width: 100%;
    height: 2px;
    clear: both;
    margin-right: 0;
    box-sizing: border-box;
    margin-left: 0;
}

.drawer-content .arrow-link {
    margin-right: 40px;
}

/*end Customer Service css*/

/*these classes fixes hight when Page Alert is on */
.olb-login-alerton {
    position: absolute; 
    margin: 0 auto; 
    width: 100%; 
    top: 229px;
}

.olb-login-alertoff {
    position: absolute; 
    margin: 0 auto; 
    width: 100%; 
    top: 147px;
}

/*email-forum*/
fieldset.non-modal [name=firstName],
fieldset.non-modal [name=lastName],
fieldset.non-modal [name=email],
fieldset.non-modal [name=companyname],
fieldset.non-modal [name=streetname],
fieldset.non-modal [name=cityname],
fieldset.non-modal [name=zip],
fieldset.non-modal [name=phoneNumber],
fieldset.non-modal [name=middleIntial],
fieldset.non-modal [name=alternativephone]
  {
    width:390px;
    padding:10px;
    background-color: #fff;
    border-radius: 3px 3px 3px 3px;
    behavior: url(/css/PIE.htc);
    border: 1px solid #cecece;
    display:inline-block;
    margin:5px 0 0 0;
}

fieldset.non-modal .styled-select,
fieldset.non-modal select {
    width: 390px;
    border-radius: 3px 3px 3px 3px;
    behavior: url(/css/PIE.htc);
}

fieldset.non-modal select, fieldset.non-modal [name="bestTime"] {
    width: 410px;
}

fieldset.non-modal textarea {
    width: 390px;
    height: 120px;
    overflow:auto;
}

fieldset.non-modal li p.error {
    width: 400px;
}

/*-----------------------------------------------Help-Locator Phase 2------------------------------------------------------------------------*/

.transparent-box {
    height: 100%;
    width: 960px;
    margin: 0 auto;
    background-image:url(/images/locator/transparent-box-background.png);
    border:1px solid #fff;
    border-radius:6px;
    behavior: url(/css/PIE.htc);
    margin-bottom:10px;
}

.transparent-box-content {
    padding: 30px;
}

.transparent-box input[type=text] {
    height: 35px;
    border: 1px solid #CECECE;
    border-radius: 3px 3px 3px 3px;
    behavior: url(/css/PIE.htc);
    margin-right: 20px;
    display: inline-block;
    float: left;
    width: 290px;
    padding-left: 10px;
    font: normal 14px Arial, sans-serif;
    color: #414042;
    line-height: 35px;
     height: 35px;
}

.transparent-box .styled-select {
    border: 1px solid #CECECE;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 35px;
    behavior: url(/css/PIE.htc);
    width: 175px;
    margin-right:20px;
    background:#fff;
    background: url("/images/locator/dropdownMenu_unselected_arrow.png") no-repeat 100% 0px #FFFFFF;
    overflow:hidden;
    float:left;
}

.transparent-box select {
    background: transparent;
    color: #999;
    width: 195px;
    display: inline-block;
    border:none;
    -webkit-appearance: none;
    padding:7px 0 0 10px;
    font: normal 14px Arial, sans-serif;
    color: #414042;
    outline:none;
    padding-left:0\9;
}

.transparent-box .second-row {
    margin-top: 20px;
    font:normal 16px Arial, sans-serif;
}

.transparent-box .second-row span{
    margin-right: 20px;
}


.transparent-box .second-row input {
    margin-right: 9px;
}

#vmap {
    padding-top: 40px;
    margin: 0 auto;
    z-index:20;
}

#vmap path {
    cursor: pointer;
}

#jqvmap1_ak, #jqvmap1_hi {
    display: none;
}

.rvml {
    cursor: pointer;
}

.blue-error img {
    vertical-align: middle;
    margin-right:5px;
}

.blue-error {
    margin-bottom: 30px;
    margin-top:6px;
}

/*USA Maps Style*/

.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	color: #000;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
    z-index:1000;
}

.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 30px;
}
.jqvmap-region
{
  cursor:pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

#southdakota-alert-container {
    display:none;
}

/* OAO page design */ 

#headerRight {
    float: right;
	margin-right: 170px;
}

.headerRightText {
    float: left;
    width: auto;
    padding:0px 0px 0px 800px
}

#stateslist {
    margin:0px 0 30px 20px;
    font: normal 14px Arial
}

ul.stateList  {
    list-style-type:disc!important;
    /*padding-bottom:3px;*/
    margin:0px 0px 10px 30px;
    font: normal 14px Arial
}

#stateslist li {
     list-style:disc;
     padding-bottom:3px
}

/*Let'sGetStarted PromoCode Dialog Box*/
#DialogPromoHeaderDiv
{
    font-weight: bold;
    font-size: 16pt;
}
#DialogPromoNameDiv
{
    font-weight:bold;
    line-height:2;
}
#DialogPromoButton
{
    margin: 15px 0 0 0;
}

.promo-dialog .ui-button
{
    display: block;
    background: url("/images/modal-window/icon_close_22x22.png") no-repeat
}
.promo-dialog .ui-dialog-titlebar-close
{
    height: 22px;
    width: 23px;
    margin: -5px 2px 0;
}
#oao-promo-dialog
{
    margin: 0 0 25px 25px;
}

/*image text one column*/
.image-text-one-column {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
}

.one-column-image {
    width: 170px;
    display: inline-block;
    vertical-align: top;
    height: 120px;
    padding: 0px;
}

.one-column-text {
    display: inline-block;
    width: 67%;
    display: inline-block;
    margin-left: 3%;
}
.image-text-one-column p {
    margin: 0px 0px 32px 0px!important;
}

/*Three Column Video Margin*/
.threecol180-container.video { margin: 0px 0px 37px 0px;}
.threecol180-container.video .col img { margin-top: 25px; margin-bottom:20px;}
.threecol180-container.video .video-info {
    font: 12px "Roboto Light", Helvetica, Arial, sans-serif;
}

.threecol180-container.video:last-child {
    margin-bottom: 0;
}


/*CSS to hide content visually, but make it available to assistive technology users*/
.visually-hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* for Internet Explorer */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* CSS style that shows the background image but hides link text */
.visually-hidden-link-text {
    text-indent: -10000px;
}

/*video-modal*/
#common-modal.video-modal {
    padding: 0;
}

/** 
 * Ensure that the overal size of a richtext container is relative to the size of its contents. 
 * We are not only ensuring that size of the container, but the positioning of the content therein.
 * The relative positioning of the contents is necessary to ensure the correct sizing of the parent container and its background relative to its contents.
 */
.c-mass-richtext.relative-size-richtext-container {
    height: auto;
    width: auto;
    position: relative !important;
}

/* 
 * We are doing this because the positioning of the "Annual Percentage Yield (APY)" parent container has changed.
 * We need to ensure that the padding for the APY container, on the "premier page", 
 * under the "Checking" tab retains its padding.
 */
div.c-mass-richtext.relative-size-richtext-container div.c-inline-rates-wrapper {
    padding: 30px;
}

.botw-custom-tooltip, .arrow:after {
    background: #fff;
    border: 1px solid rgb(206, 206, 206);
}
.botw-custom-tooltip {
    padding: 8px 15px;
    border-radius: 8px;
    max-width: 150px;
    font: normal 14px/18px Arial, Sans-Serif;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.45);
}
.botw-custom-tooltip-content {
    border: none;
    box-sizing: border-box;
}
.arrow {
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    top: 35%;
    margin-left: 5px;
    bottom: -25px;
    left: -30px;
}
.arrow:after {
    content:"";
    position: absolute;
    left: 20px;
    top: 0px;
    width: 25px;
    height: 25px;
    box-shadow: none;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* SITECORE #SIDEBAR STYLE */
#sidebar {
    position: fixed;
    top: 263px;
    right: 0px;
    width: 52px;
    z-index: 8000;
}
#sidebar div {
    position: relative;
    display: block;
    width: 52px;
    height: 60px;
    margin-bottom: 5px;
    cursor: pointer;
}
/* BWIS iframe styles*/

.add-iframe {
    margin-top: 0;
}

.add-iframe > iframe,
.market-views-iframe > iframe {
    border: none;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    height: 650px;
}

#importContent {
    display: inline-block;
    /*height: 124px;*/
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 24px 14px 0px 24px;
}

.external-iframe iframe {
    border: none;
    width: 100%;
    height: 100%;
}    
/* End BWIS styles*/

/* Start Gigya styles */
.gig-simpleShareUI {
    
}
/* End Gigya styles*/

/* Start Mega Menu Tout Container.*/

.column-3-container {
    width: 250px;
    display: table;
}

/* We need to override .dropdown-col.fade-left directive's padding rule.*/
.mega-menu-tout-column {
    padding: 35px 30px 30px 30px !important; 
}

.mega-menu-tout-image-container {
    display:table-row;
}

.mega-menu-tout-image-container div {
   white-space: -moz-pre-wrap; /* Firefox  */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7  */    
   word-wrap: break-word;      /* IE 5+    */
}

.mega-menu-image-container {
    display: list-item;
}

.mega-menu-image-container > div > img {
    padding-bottom: 20px;
}

.mega-menu-title-container{
    display: list-item;
}

.mega-menu-title {
    color: #0b4788;
}

.mega-menu-title-container > div {
    width: inherit !important;
    padding-bottom: 8px;
}

.mega-menu-title-container > div > h2 {
    width: auto !important;
    font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	line-height: 26px;
}

.mega-menu-title-container > div > h2 > span > div {
   white-space: inherit !important;
   text-align: left;

}
.mega-menu-title-container > div > h2 > span > a {
   white-space: inherit !important;
   text-align: left;
   font-weight:normal;
}

.mega-menu-description-container {
    display:table-row;
    text-align: left;
    font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	line-height: 22px;
}

/* We have to make sure to override the already present .arrorw-link:after rules */    
.mega-menu-description-link-container > a:after {
    content: '\203A' !important;
    display: inline-block !important;
    vertical-align: baseline !important;
    line-height: 100% !important;
    height: 16px !important;
    overflow: hidden !important;
    font-family: Arial !important;
    font-size: 20px !important;
}

/* We have to make sure to override the already present .arrorw-link:after rules */    
.mega-menu-description-link-container > a:after {
    content: '\203A' !important;
    display: inline-block !important;
    vertical-align: baseline !important;
    line-height: 100% !important;
    height: 16px !important;
    overflow: hidden !important;
    font-family: Arial !important;
    font-size: 20px !important;
}

/* End Mega Menu Tout Container.*/

.display-none {
    display: none;
}

.visibility-hidden {
    visibility: hidden;
}

/*right side image logo*/
.logoRight {
    margin: 22px 0 21px 0;
    width: 85px;
    height: 62px;
    float: right;
}