/** 
 * Components
 */


/* Body Title */
/* Updated MGP 6/12 */
.c-body-title {
	margin: 40px 0 0;
	/*margin: 0;*/
}
.c-body-title h1 {
	margin: -10px 0 0;
	padding: 0;
	line-height: 44px;
}
.c-body-title h3 {
	margin: 20px 0 0;
    line-height: 22px;
}
.c-body-title p {
	margin: 35px 0 0;
	font: 16px/22px Arial, sans-serif;
}
.c-body-title h1 + p {
	margin: 15px 0 0;
}
.c-body-title h3 + p {
	margin: 20px 0 0;
}
.c-body-title p + p {
	margin: 20px 0 0;
}


/* Header 1 */
.c-h1 {
	/*margin: 0 0 30px;*/
	/* temp add */
	margin: 40px 0 0;
}
.c-h1 h1 {
	margin: 0;
	line-height: 32px;
}


/* Header 2 */
.c-h2 {
	margin: 30px 0 0;
}
.c-h2 h2 {
	margin: 0;
}


/* Header 2 */
.c-h3 {
	margin: 30px 0 0;
}
.c-h3 h3 {
	margin: 0;
}


/* Subtitle */
.c-subtitle {
	font: 16px/22px Arial, sans-serif;
	margin: 30px 0 0;
}


/* Rich Text */
.c-richtext {
	/*margin: 0 0 20px;*/
	/* temp add */
	margin: 30px 0 30px;
	font: 14px/22px Arial, sans-serif;
}
.c-richtext p {
	font: 14px/22px Arial, sans-serif;
	margin: 0 0 18px;
}
.c-richtext p + h3,
/* added by mgp 6/11/14 */
.c-richtext ul + h3,
.c-richtext ul + p {
	margin-top: 20px;
}
.c-richtext h2 {
	font: 22px/22px Arial, sans-serif;
	margin: 0; 
}
.c-richtext h3 {
	font: bold 16px/22px Arial, sans-serif;
	margin: 0 0 10px;
}
/*.c-richtext h2 + a.c-htb-button, .c-richtext h2 + a.c-htb-button + a.c-htb-button {
	margin-top: 10px;
}*/
.c-richtext ul {
	list-style: disc;
	padding-left: 35px;
}
.c-richtext ol {
	font: 14px/20px Arial, sans-serif;
	padding: 0 0 0 40px;
}
.c-richtext ol li {
	margin: 24px 0 0;
}
.c-richtext ol li:first-child {
	margin: 19px 0 0;
}
.c-richtext a {
	font: 14px Arial, sans-serif;
}
.c-richtext a:hover {
	text-decoration: underline;
}
.c-richtext .c-htb-button {
	font: bold 15px/19px Arial, sans-serif;
}
.c-richtext .c-htb-button:hover {
	text-decoration: none;
}
.c-richtext-button {
	margin: 20px 0;
}
.c-richtext .col-2 {
	background: #f8f8f8 url(/images/vertical-gradient-divider.png) repeat-y 0 0;
	background-position: 43.8%;
	position: relative;
	z-index: 1;
}
.c-richtext .col-2: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;
}
.c-richtext .col-2:after {
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	content: '';
	z-index: -1;
	background: transparent url(/images/divider-fade-bottom.png) top left repeat-x;
}
.c-richtext .col-2 .col {
	padding: 0 0 0 30px;
}
.c-richtext .col-2 .col:first-child {
	padding: 0 30px 0 0;
}
/* Rich text condional formatting */ 
.c-body-title + .c-richtext {
	margin: 20px 0 30px;
	/* changed top margin to 20px per spec. MGP margin: 25px 0 30px;*/
}
.c-richtext p + ol {
	margin-top: 18px;
}
.c-richtext h2 + ul {
	margin-top: 20px;
}
.c-richtext h2 + p {
	margin: 2px 0 0;
}
/* list, No bullets */
ul.c-li-no-bullet {
	padding-left: 0;
}
.c-li-no-bullet li {
	list-style-type: none;
}
.c-li-no-bullet li a {
	font: normal 14px/32px Arial, sans-serif;
}
/*
.c-li-no-bullet.no-line-height li a {
	font: normal 14px Arial, sans-serif;
}
*/
/* Header with text */
.c-ht { 
	color: #414042;
	/*temp add*/
	margin: 30px 0 0 0;
}
.c-ht-title {
	font: 30px/22px Arial, sans-serif;
	/*margin: 0 0 30px;*/
	margin: 0;
	padding: 10px 0 0;
}
.c-ht-subtitle {
	font: 18px/22px Arial, sans-serif;
	margin: 30px 0 0;
}
.c-ht-text {
	font: 18px/20px Arial, sans-serif;
	margin-top: 25px;
}


/* Arrow link with icon floated left */
.c-iconlink {
	padding: 10px 0 10px 50px;
	position: relative;
	margin-bottom: 10px;
}
.c-iconlink-icon {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
}
.c-iconlink-link {
	text-decoration: none;
	font-size: 14px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
	font-weight: bold;
}
.c-iconlink-link:after {
	content: '\203A';
	padding-left: 4px;
	font-size: 1.2em;
	line-height: 1em;
	vertical-align: text-bottom;
}


/* Image - with or without border */
.c-img, 
.c-img-noborder {
	padding: 10px 10px 10px 10px;
	margin: 30px 0;
	text-align: center;
}
.c-img {
	background-color: #f7fafd;
	border: 1px solid #dedede;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


/* Header with text and button */
/*.c-htb { 
}*/
.c-htb-title {
	font: 30px Arial, sans-serif;
	margin: 0 0 30px;
}
.c-htb-text {
	font: 16px/22px Arial, sans-serif;
	color: #414042;
}
.c-htb-button {
	margin: 20px 0;
}


/* CTA with header, imge and buttons */
.c-cta {
	margin: 0;
	position: relative;
	padding: 25px 30px 25px;
	/* temp add */
	margin-top: 30px;
}
.c-cta-title {
	font: 22px Arial, sans-serif;
	margin: -10px 0 16px;
	color: #414042;
}
.c-cta-image {
	margin: 0;
	text-align: center;
}
.c-cta-buttons {
	margin: 10px 0 5px;
	text-align: center;
}


/* Header and text with left/right image */
.c-imgtext-left,
.c-imgtext-right {
	min-height: 80px;
	margin: 30px 0;
	position: relative;
}
.c-imgtext-left { padding: 10px 10px 10px 110px; }
.c-imgtext-right { padding: 10px 110px 10px 10px; }
.c-imgtext-img {
	position: absolute; 
	width: 80px;
	height: 80px;
}
.c-imgtext-left .c-imgtext-img { left: 10px; }
.c-imgtext-right .c-imgtext-img { right: 10px; }
.c-imgtext-title {
	font: 14px/18px Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 6px;
	color: #014488;
}
.c-imgtext-text {
	font: 14px/20px Arial, sans-serif;
}

/* Corporate info sidebar module */
.c-corporate-info {
	-webkit-font-smoothing: antialiased;
}
.c-corporate-info p {
	font: normal 14px/18px Arial, sans-serif;
	margin: 4px 0 0;
}
.c-corporate-info .sidebar-cta h2 {
	font-weight: bold;
}

/* Media Contact Module */
.c-media-contact {
	padding: 30px 0 15px;
	/* Removed per Luis's request MGP border-top: 1px solid #CECECE;*/
	-webkit-font-smoothing: antialiased;
}
.c-media-contact:first-of-type {
	border-top: none;
	padding-top: 0;
}
.c-media-contact p {
	line-height: 18px;
}
/* Page Banner */
.c-page-banner {
	margin: 30px 0 0;
}

/* News Excerpt */
.c-news-section {
	margin: 20px 0 0;
}
.c-news-section:after {
	content: "";
	display: block;
	clear: both;
}
.c-news-excerpt {
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}
.c-news-excerpt-50 h2 {
	/*font-weight: normal;*/
	margin: 0 0 15px;
}
.c-news-excerpt-50 .c-news-excerpt-brief {
	padding-right: 10px;
}
.c-news-excerpt-50 .c-htb-button {
    margin: 20px 0 0;
}
.c-news-section .c-news-excerpt {
	float: left;
	width: 50%;
	margin: 20px 0 0;
}
.c-news-excerpt-date {
	font: bold 14px/20px arial, sans-serif;
	color: #000;
}
.c-news-excerpt .c-news-image {
	display: none;
	float: left;
}
.c-news-excerpt .c-news-thumbnail {
	float: left;
	display: block;
	width: 80px;
	height: 80px;
}
.c-news-excerpt .c-news-excerpt-brief {
	margin-left: 100px;
}
/*.c-news-excerpt .c-news-excerpt-brief p,
.c-news-excerpt .c-news-excerpt-brief a {
	font: normal 14px/20px arial, sans-serif;
}*/
.c-news-excerpt .c-news-excerpt-brief p {
	overflow: hidden;
	/*max-height: 65px;*/
	padding-right: 20px;
	margin: 5px 0 15px 0;
}
.c-news-excerpt-brief a {
    font-size: 14px;
}
.c-news-excerpt .c-news-excerpt-date {
	display: none;
}
.c-news-excerpt p.c-news-excerpt-title {
	font: bold 16px/20px arial, sans-serif;
	margin: 0 0 5px;
}

/* News Section first child */
.c-news-section .c-news-excerpt:first-child {
	float: left;
	width: 100%;
	margin: 0;
}
.c-news-section .c-news-excerpt:first-child .c-news-image {
	display: block;
}
.c-news-section .c-news-excerpt:first-child .c-news-thumbnail {
	display: none;
}
.c-news-section .c-news-excerpt:first-child .c-news-excerpt-brief {
	margin-left: 250px;
}
.c-news-section .c-news-excerpt:first-child .c-news-excerpt-brief p {
	/*max-height: 105px;*/
}
.c-news-section .c-news-excerpt:first-child .c-news-excerpt-date {
	display: block;
}
.c-news-section .c-news-excerpt:first-child p.c-news-excerpt-title {
	font: bold 16px arial, sans-serif;
	margin: 0 0 20px;
}

/*.c-news-excerpt-50 .c-news-excerpt-brief {
	margin-left: 0;
}
.c-news-excerpt-50 .c-news-excerpt-brief p {
	padding-right: 30px;
}*/

/* News list page styling */
.c-news-list .c-news-excerpt {
	margin: 15px 0;
	padding-top: 15px;
	/*border-top: 1px solid #ccc;*/
}
.c-news-list .c-news-excerpt:first-child {
	border: none;
}
.c-news-list .c-news-excerpt p.c-news-excerpt-title {
	margin-left: 100px;
}
.c-news-list .c-news-excerpt .c-news-excerpt-date {
	display: block;
	font-weight: normal;
}
.c-news-detail {
	margin: 40px 0 80px;
}
.c-news-detail .c-news-thumbnail {
	float: left;
	padding: 0 20px 20px 0;
}
.c-news-detail a:hover {
	text-decoration: underline;
}

/* Leadership inline Module */
.c-leadership-container {
	width: 600px;
	position: relative;
	margin: 30px 0;
	-webkit-font-smoothing: antialiased;
}
.c-leadership-grid {
	list-style: none;
	overflow: hidden;
	background: rgb(42, 61, 98);
}
.c-leadership-grid h3 {
	font-weight: normal;
}
.c-leadership-grid li {
	margin: 0;
	float: left;
	width: 119px;
	height: 120px;
	/*display: inline-block;*/
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff
}
.c-leadership-grid img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	width: 120px;
	height: 120px;
	-webkit-transition: all .3s ease-in-out;
  	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
  	transition: all .3s ease-in-out;
}
.c-leadership-grid img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}
li.c-grid-filler {
	border-right: none;
	text-align: center;
}
.c-grid-filler a {
	font-size: 14px;
	top: 50px;
	color: #fff;
	position: relative;
	display: block;
	-webkit-font-smoothing: antialiased;
}
li.c-grid-filler.last-cell {
	text-align: left;
}
li.c-grid-filler.last-cell a {
	top: 40px;
	padding-left: 10px;
}
/* Leadership grid detail */
.c-leadership-detail li {
	position: absolute;
	top: 0;
	background: rgb(16, 68, 179);
	background: rgba(16, 68, 179,.9);
	height: 100%;
	width: 100%;
	color: #fff;
	display: none;
}
.c-leadership-detail a {
	color: #fff;
	margin: 5px 0 0;
}
.c-leadership-detail .close-detail {
	position: absolute;
	top: 5px;
	right: 0;
	height: 30px;
	width: 30px;
	background: transparent url(/images/sprites.png) no-repeat -345px -103px;
	margin: 0;
}
.c-leadership-detail .detail-inner {
	padding: 95px 45px 0;
}
.c-leadership-detail .c-leadership-quote {
	font: italic 20px/28px Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	position: relative;
}
.c-leadership-detail .c-leadership-quote:before {
	background: transparent url(/images/sprites.png) no-repeat -292px -102px;
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	display: block;
	top: 0;
	left: -22px;
}
.c-leadership-detail .c-leadership-quote:after {
	background: transparent url(/images/sprites.png) no-repeat -315px -102px;
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	display: block;
	bottom: -6px;
	right: -5px;
	float: right;
}
.c-leadership-detail .c-leadership-partner-title {
	font: normal 14px/18px Arial, sans-serif;
	color: #ddd;
	margin-left: 85px;
	-webkit-font-smoothing: antialiased;
}
.c-leadership-detail img {
	width: 65px;
	height: 65px;
	float: left;
}
/* Leadership List Style */
.c-leadership-list {
	-webkit-font-smoothing: antialiased;
}
.c-leadership-list li {
	position: relative;
	margin: 30px 0 0;
	clear: both;
}
.c-leadership-list img {
	float: left;
	padding: 0 10px 15px 0;
	width: 100px;
	height: 100px;
}
.c-leadership-description {
	padding: 0 0 0 110px;
	font-size: 12px;
}
.c-leadership-description p {
	/*font: normal 12px/16px Arial, sans-serif;*/
	margin: 0 0 5px;
}
/*.c-leadership-description .c-leadership-partner-title {
	font: bold 12px/16px Arial, sans-serif;
	margin: 0 0 5px;
}*/

/* Leadership Bio Page */
.c-leadership-bio {
	margin: 30px 0;
}
.c-leadership-partner-title {
	line-height: 18px;
}
.c-leadership-partner-title span {
	display: block;
	padding: 0 0 5px 0;
}
.c-leadership-bio-img {
	width: 120px;
	height: 120px;
	float: left;
	padding: 0 15px 10px 0;
}
.download-link {
	display: inline-block;
	padding-right: 15px;
    font-size: 12px;
}
.download-link a:hover {
	text-decoration: underline;
}
.download-link a:before {
	content: "";
	display: inline-block;
	background: transparent url(/images/sprites.png) no-repeat -385px -102px;
	vertical-align: text-bottom;
	line-height: 100%;
	margin-right: 5px;
	width: 16px;
	height: 16px;
}

/* Award grid */
.c-award-grid {
	clear: both;
	display: block;
	margin: 10px 0 30px;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}
.c-award-grid li {
	width: 182px;
	padding: 0 0 0 22px;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 0;
}
/*.c-award-grid li:first-child,*/
.c-award-grid li:nth-child(4n+1) {
	padding: 0;
}
.c-award-grid img {
	width: 180px;
	height: 120px;
	border: 1px solid #ccc;
}
/*.c-award-grid h1 {
	color: #0b4788;
	font: normal 32px/30px 'garagegothic-bold', Arial, sans-serif;
	margin: 0;
}*/
.c-award-grid h3 {
	margin: 0 0 10px;
	font-weight: bold;
}
.c-award-grid a {
	font-size: 14px;
}
.c-tabs-dynamic .c-award-grid {
	margin: 0;
	padding: 0 0 50px 20px;
}
.c-tabs-dynamic .c-award-grid li {
	padding: 0 15px 0 0;
}
.c-tabs-dynamic .c-award-grid li,
.c-tabs-dynamic .c-award-grid img {
	width: 200px;
}
.c-tabs-dynamic .c-richtext {
	margin: 0 30px;
}
.c-sponsorship-grid {
	padding: 0 0 50px 20px;
	-webkit-font-smoothing: antialiased;
}
.c-sponsorship-grid li {
	width: 280px;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 20px 0;
}
.c-sponsorship-grid p {
	font-size: 14px;
}
.c-sponsorship-grid h3 {
	font-size: 16px;
}
.c-sponsorship-grid img {
	width: 280px;
	height: 150px;
	border: 1px solid #CECECE;
	margin: 0 10px 20px 0;
}
.c-sponsorship-grid a:hover {
	text-decoration: underline;
}
.content-main-sidebar .c-sponsorship-grid {
	padding: 0 0 50px 15px;
}

/* Tab grid pagination example would be the about us award grid */
.c-pagination-wrapper {
	position: absolute;
	width: 95%;
	bottom: 20px;
}
.c-pagination {
	width: 200px;
	margin: 15px auto;
	text-align: center;
	position: relative;
}
.c-pagination-prev span,
.c-pagination-next span {
	font-size: 16px;
}
.c-pagination-next:hover,
.c-pagination-prev:hover {
	text-decoration: underline;
}

/* Release List. Style supports Press Releases, News, Events. */
.c-release-list {
	padding-right: 20px;
}
.c-release-list li {
	margin: 20px 0 0;
	line-height: 18px;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}
.c-release-list img {
	float: left;
	padding-right: 20px;
}
.c-release-list a {
	font: normal 14px/20px Arial, sans-serif;
}
.c-release-list a:hover {
	text-decoration: underline;
}
.c-tabs-dynamic .c-release-list {
	padding: 0 30px 0;
}
.c-richtext .c-release-list {
	padding: 0;
}
.c-richtext .c-release-list ul {
	padding: 0;
}

/* Newsletter archive list */
.c-archived-list {
	padding: 30px 0 0;
}
.c-archived-list ul {
	padding: 10px 0 0;
}
.c-archived-list a {
	font: normal 14px/18px arial, sans-serif !important;
}
.c-archived-list a:hover {
	text-decoration: underline;
}

/* Section Header with view all link (optional) */
.c-section-header h2 {
	margin: 20px 10px 0 0;
}
.c-section-header a {
	font-size: 14px;
}
.content-sidebar .c-section-header h2 {
	font: normal 30px arial, sans-serif;
	margin: 34px 0 0;
}

/* summary */
.c-summary {
	margin: 20px 0 0;
	overflow: hidden;
	position: relative;
}
.c-summary img {
	float: left;
	padding-right: 30px;
	max-height: 160px;
}
.c-summary iframe {
	float: left;
	padding-right: 20px;
}
.c-summary .c-richtext {
	margin:  0 0 30px;
}
.c-summary.c-video-preview img {
	width: 285px;
	height: 160px;
}
.c-summary.c-video-preview .c-richtext {
	margin: 0;
}
.c-summary.c-video-preview .c-video-preview-link:after {
	background: url(/images/youtube_overlay.png) 0 0 no-repeat transparent;
	content: '';
	height: 38px;
	left: 120px;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 65px;
	width: 50px;
	z-index: 100;
}

/* Video List */
.c-video-list {
	margin: 20px 0 0;
	overflow: hidden;
}
.c-video-list a {
	font-size: 12px;
}
.c-video-list a:hover {
	text-decoration: underline;
}
.c-video-list li {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	margin: 0 30px 0 0;
	line-height: 16px;
	position: relative;
}
.c-video-list li a:after {
	background: url(/images/ytplay.png) 0 0 no-repeat transparent;
	content: '';
	height: 32px;
	left: 70px;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 38px;
	width: 43px;
	z-index: 100;
}
.c-video-list img {
	display: block;
	width: 180px;
	height: 100px;
	padding: 0 0 5px 0;
}
.c-video-list span {
	font: normal 11px arial, sans-serif;	
	padding: 5px 0 0;
}
.content-main-sidebar .c-video-list li {
	margin: 0 20px 0 0;
}
/* About Us Stories Page */
.c-stories {
	padding: 40px 0 80px;
	-webkit-font-smoothing: antialiased;
}
.c-stories h1 {
	color: #414042;
	margin: 0 0 15px;
}
.c-stories .c-video-preview {
	margin: 30px 0 0;
}
.c-stories .c-video-preview img {
	width: 515px;
	height: 290px;
}
.c-stories .c-video-list {
	margin: 0;
}
.c-stories .c-video-list li {
	width: 195px;
	background: #fff;
	margin: 40px 30px 0 0;
	padding: 0 0 5px;
	min-height: 200px;
}
.c-stories .c-video-title {
	padding: 0 0 0 5px;
	display: block;
	color: #414042;
	font-weight: bold;
}
.c-stories .c-video-name,
.c-stories .c-video-location {
	padding: 0 0 0 5px;
	font-size: 12px;
}
.c-stories .c-video-meta {
	display: none;
}
.c-stories .c-video-list img {
	width: 195px;
	height: 130px;
}
.c-stories .c-video-list li a:after {
	left: 75px;
	top: 50px;
}

/* Social media content */
.c-social-media {
	margin: 0;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
	padding: 20px 0 0;
}
.c-social-media > ul > li {
	float: left;
	width: 180px;
	padding: 0 30px 0 0;
	font-size: 12px;
	position: relative;
}
.content-main-sidebar .c-social-media > ul > li {
	padding: 0 20px 0 0;
}
.content-sidebar .c-social-media {
	padding: 0;
}
.content-sidebar .c-social-media > ul > li {
	padding: 20px 30px 0 0;
	width: 240px;
}
.c-social-media h1 {
	margin: 40px 0 0;
}
.c-social-media .c-social-header {
	margin-bottom: 5px;
	padding-left: 40px;
	line-height: 30px;
	color: #414042;
	font-weight: bold;
}
/*.c-social-media p {
	font-size: 12px;
	line-height: 18px;
}*/
.c-social-media img {
	float: left;
	padding: 0 10px 0 0;
}
.c-social-media-time {
	font-size: 12px;
}
#twitter-fetch {
	position: relative;
}
#twitter-fetch .timePosted {
	font-size: 12px;
	position: absolute;
	top: 0;
}
#twitter-fetch .tweet {
	top: 22px;
	padding-bottom: 23px;
	position: relative;
}
.c-social-media-twitter,
.c-social-media-facebook,
.c-social-media-linkedin {
	position: relative;
}
.c-social-media-twitter .c-social-media-glyph {
	background: transparent url(/images/sprites.png) no-repeat -361px -133px;
	position: absolute;
	content: '';
	width: 32px;
	height: 32px;
	line-height: 100%;
	display: inline-block;
}
.c-social-media-facebook .c-social-media-glyph {
	background: transparent url(/images/sprites.png) no-repeat -291px -133px;
	position: absolute;
	content: '';
	width: 32px;
	height: 32px;
	vertical-align: baseline;
	line-height: 100%;
	display: inline-block;
}
.c-social-media-linkedin .c-social-media-glyph {
	background: transparent url(/images/sprites.png) no-repeat -326px -133px;
	position: absolute;
	content: '';
	width: 32px;
	height: 32px;
	vertical-align: baseline;
	line-height: 100%;
	display: inline-block;
}


/* a link */
.c-arrowlink {
	font: 16px/20px Arial, sans-serif;
}

/* sidebar CTA links */
.sidebar-cta {
	font: normal 16px/30px Arial, sans-serif;
	margin: 20px 0 0;
}
.sidebar-cta:first-child {
	margin-top: 30px;
}
.sidebar-cta .arrow-link-large {
	text-decoration: none;
	line-height: 32px;
	vertical-align: middle;
}
.sidebar-cta-img, .c-mass-richtext .sidebar-cta img, .oao-sidebar-cta img  {
	margin-right: 10px;
	float: left;
	vertical-align: middle;
	height: 32px;
	width: 32px;
}
.sidebar-cta a {
	text-decoration: none;
	line-height: 32px;
	vertical-align: middle;
}
.sidebar-cta p {
	padding-left: 48px;
}
.sidebar-cta h2 {
	margin: 0 0 10px;
	/* ADDED BY MGP 6/12 */
	line-height: 30px;
}
.sidebar-cta span {
	line-height: 32px;
}
.sidebar-cta a:hover {
	text-decoration: underline;
}
.sidebar-cta a:first-child + a:after {
	content: '\203A';
	display: inline-block;
	vertical-align: baseline;
	/*line-height: 100%;*/
	margin-left: 3px;
}

.sidebar-cta-link-header {
    font: normal 30px/22px Arial, sans-serif;
    color: #000;
}

/* Accordion */
.c-accordion {
	margin: 0 0 30px;
}
.c-accordion h2 {
	margin: 0 0 10px;
	position: relative;
}
.c-accordion-link {
	text-decoration: none;
	font: bold 16px/20px Arial, sans-serif;
	margin: 0;
	vertical-align: sub;
}
.c-accordion-link:hover {
	text-decoration: underline;
}
.c-accordion-link:before {
	background: transparent url(/images/sprites.png) no-repeat -400px -75px;
	position: absolute;
	top: 11px;
	left: -18px;
	content: '';
	width: 10px;
	height: 10px;
	vertical-align: baseline;
	margin-right: 2px;
	line-height: 100%;
	display: inline-block;
}

/*ie11 hack*/
/*_:-ms-fullscreen, :root .c-accordion-link:before { top: 8px; }*/
.sidebar-cta .c-accordion-link:before, .sidebar-cta .c-accordion-link.opened:before {
    display: none;
}
.c-accordion-link.opened:before {
	background: transparent url(/images/sprites.png) no-repeat -420px -75px;
}
.sidebar-cta .c-accordion-link:after {
	background: transparent url(/images/sprites.png) no-repeat -400px -75px;
	position: absolute;
	top: 6px;
	top: 9px\9; /*ie8 hack*/
	margin-left: 5px;
	content: '';
	width: 10px;
	height: 10px;
	vertical-align: baseline;
	margin-right: 2px;
	line-height: 100%;
	display: inline-block;
}                                         
.sidebar-cta .c-accordion-link.opened:after {
	background: transparent url(/images/sprites.png) no-repeat -420px -75px;
}
.sidebar-cta .location-submit {
    border: none;
    font-size: 0;
    position: absolute;
    right: 8px;
    top: 11px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(/images/sprites.png) no-repeat -305px -45px;
}
.sidebar-cta .location-wrapper {
    display: inline-block;
    position: relative;
    background-color: #fff;
    width: 150px;
    height: 20px;
    padding: 4px 31px 8px 6px;
    border: 1px solid #acb0b8;
    margin-top: 10px;
}
.sidebar-cta .location-wrapper [name=location] {
    padding: 6px;
    border:none;
    width:157px;
    outline:none;
}
.c-accordion-text {
	display: none;
}
.c-accordion-text p, .c-accordion-text ol {
	font: 14px/20px Arial, sans-serif;
	margin: 0 0 0 20px;
}
.c-accordion-text a:hover {
	text-decoration: underline;
}

/* Accordion Groups */
.c-accordion-group {
	margin: 32px 0 50px;
}
.c-help-faqs {
	position: relative;
	z-index: 1;
}
.c-help-faqs .c-accordion-group {
	margin: 32px 0 0;
}

.c-help-faqs .c-accordion-group:first-child {
	margin: 30px 0 0;
}
/*Margin specific to FAQ within the drawer*/
.drawer-content .c-help-faqs .c-accordion-group:first-child {
    margin: 0;
}
.c-accordion-group h2 {
	/*font: bold 16px Arial, sans-serif;*/
    font: normal 20px Arial, sans-serif;
	margin: 0 0 10px;
}
.c-accordion-group .c-accordion {
	margin: 10px 0 0;
}
.c-accordion-group .c-accordion-title {
	margin: 0 0 0 12px;
	position: relative;
	line-height: 22px;
}
.sidebar-cta .c-accordion-group .c-accordion-title {
    margin: 0;
}
.c-accordion-group .c-accordion-text p{
	margin: 10px 0 0 12px;
}
.c-accordion-group .c-accordion-text ol{
	margin: 10px 0 0 32px
}
.c-accordion-group .c-accordion-link {
	font: normal 14px Arial, sans-serif;
}
.sidebar-cta .c-accordion-group .c-accordion-link {
    font: normal 16px Arial, sans-serif;
}
.c-accordion-group.green .c-accordion-title a.c-accordion-link {
    color: #00925b;
}
.c-accordion-group.green .c-accordion-title a.c-accordion-link:before {
    background: transparent url(/images/wealth/collapsed_state.png) no-repeat;
    top:13px;
}
.c-accordion-group.green .c-accordion-title a.c-accordion-link.opened:before {
    background: transparent url(/images/wealth/expanded_state.png) no-repeat;
    top:15px;
}
/* Featurette */
.c-feat-img {
	display: inline-block;
	text-align: center;
}
.c-feat-title {
	font: 18px/24px Arial, sans-serif;
	margin: 16px 0 16px;
}

/* Product Featurette */
.c-feat {
	margin: 20px 27px 0 0;
}
.c-feat p {
	padding-right: 30px;
}

/* Feature Compare (created for Credit Cards 25-25-25-25 features) */
.row-25 + .row-25 .c-compare-grid {
	margin: 50px 0 6px;
}
.c-feature-compare {
	margin: 10px 0 0;
	padding: 0;
	width: 203px;
}
.c-feature-compare img {
	margin: 0 0 17px;
	width: 203px;
	height: 128px;
}
.c-feature-compare .c-feature-compare-h3 {
	margin: 0 0 10px;
	line-height: 22px;
	min-height: 44px;
	font-weight: bold;
}
.c-feature-compare .c-feature-compare-h3 a:hover {
	text-decoration: underline;
}
.c-feature-compare .c-richtext {
	margin: 0 0 65px;
}
.c-feature-compare .c-richtext a,
.c-feature-compare .c-richtext ul li {
	font-size: 14px;
}
.c-feature-compare .c-richtext ul.c-li-large-bullet {
	padding: 0;
}
.c-feature-compare .c-richtext ul.c-li-large-bullet li {
	background-position: -493px -156px;
	margin-top: 0;
}
.c-feature-compare .button-bottom {
	position: absolute;
	bottom: 0;
}
.c-feature-compare .buttonTop.button-bottom {
    position: relative;
    margin: 10px 0px 30px;
    text-align: center;
}

/* Quick Links */
.c-quick-links {
	padding: 24px 0 0 12px;
}
.c-quick-links select {
	position: relative;
	width: 225px;
	display: inline-block;
	font: 14px/16px Arial, sans-serif;
	border-spacing:2px;
	color: #000;
	background: #fff;
	height: 27px;
}
#home-contents .c-quick-links select {
       width: 200px;
       padding: 0;
}
#depositsComparison .c-quick-links select { 
    width: 208px;
    font: 13px/16px Arial, sans-serif;
}
@-moz-document url-prefix() {
    #depositsComparison .c-quick-links select { 
    	width: 203px;
    }
}
#depositsComparison .c-quick-links h2, #depositsComparison .c-quick-links { padding: 0; margin:0;}

/*@-moz-document url-prefix() {
    .c-quick-links select {
    	height: initial;
    }
}*/
/* Search */
.c-search {
	padding: 24px 0 0 24px;
}
.c-search input {
	position: relative;
	width: 165px;
	display: inline-block;
	padding: 5px 8px;
}

/**
 * Home Spotlights
*/
 #home-spotlights {
	background-color: #ccc;
	border-radius: 0;
	height: 126px;
	color: #414042;
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #eeeeee 2%, #ffffff 16%, #ffffff 30%, #fbfbfb 54%, #fafafa 58%, #f1f1f1 66%, #eeeeee 70%, #e1e1e1 98%, #e0e0e0 99%, #d9d9d9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(2%,#eeeeee), color-stop(16%,#ffffff), color-stop(30%,#ffffff), color-stop(54%,#fbfbfb), color-stop(58%,#fafafa), color-stop(66%,#f1f1f1), color-stop(70%,#eeeeee), color-stop(98%,#e1e1e1), color-stop(99%,#e0e0e0), color-stop(100%,#d9d9d9));
	background: -webkit-linear-gradient(top,  #ededed 0%,#eeeeee 2%,#ffffff 16%,#ffffff 30%,#fbfbfb 54%,#fafafa 58%,#f1f1f1 66%,#eeeeee 70%,#e1e1e1 98%,#e0e0e0 99%,#d9d9d9 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#eeeeee 2%,#ffffff 16%,#ffffff 30%,#fbfbfb 54%,#fafafa 58%,#f1f1f1 66%,#eeeeee 70%,#e1e1e1 98%,#e0e0e0 99%,#d9d9d9 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#eeeeee 2%,#ffffff 16%,#ffffff 30%,#fbfbfb 54%,#fafafa 58%,#f1f1f1 66%,#eeeeee 70%,#e1e1e1 98%,#e0e0e0 99%,#d9d9d9 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#eeeeee 2%,#ffffff 16%,#ffffff 30%,#fbfbfb 54%,#fafafa 58%,#f1f1f1 66%,#eeeeee 70%,#e1e1e1 98%,#e0e0e0 99%,#d9d9d9 100%);
	-pie-background: linear-gradient(270deg,  #ededed 0%,#eeeeee 2%,#ffffff 16%,#ffffff 30%,#fbfbfb 54%,#fafafa 58%,#f1f1f1 66%,#eeeeee 70%,#e1e1e1 98%,#e0e0e0 99%,#d9d9d9 100%);
	border-bottom: 2px solid #c9c9c9;
	behavior: url(/css/PIE.htc);
}
#home-spotlights.content-section {
	padding: 0;
}
#home-spotlights .row-333333 {
	height: 100%;
}
#home-spotlights .col {
	border-left: 1px solid #aaa;
	padding: 0;
	position: relative;
	height: 100%;
}
/*#home-spotlights .col:hover {
	background: #eee;
	text-decoration: none;
}*/
#home-spotlights .col:first-child {
	border-left: none;
	padding: 0;
}
#home-spotlights .col h2 {
	margin: 0 0 9px;
	font-size: 16px
}
#home-spotlights .col p {
	font-size: 15px;
	font: #414042;
	margin: 0 0 7px;
	line-height: 1.3em;
}
#home-spotlights .c-leftimg-text {
	position: relative;
	/*width: 315px;*/
	height: 100%;
	-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;
}
#home-spotlights .c-leftimg-text:hover {
	background: #eee;
	text-decoration: none;
}
#home-spotlights .c-leftimg-text img {
	position: relative;
	float: left;
	padding: 0 20px 0 0;
	top:-2px;
}
#home-spotlights .c-leftimg-text a {
	display: block;
	position: relative;
	color: #414042;
	font-weight: normal;
	padding: 24px 15px 0 24px;
	-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;
	text-decoration: none;
}

/* Text with link */

.c-text-w-link {
	margin-right: 25px;
	/*padding: 0 0 20px;*/
	margin: 0 0 20px;
}
.c-text-w-link p {
    /*line-height: 18px;*/
	margin: 0 0 14px;
	padding-right: 30px;
}
.c-text-w-link h2 {
	margin: 0 0 20px;
	/*font-weight: normal;*/
}
.c-text-w-link .c-htb-button {
	margin: 20px 0 0;
}
.row-5050 .c-text-w-link {
	margin: 0 0 0 20px;
}
.row-5050 .c-text-w-link p {
	padding: 0;
}

.row-5050 .col:first-child {
	padding-right: 30px;
}

/* Text with link sidebar modules M2, M3 */
.content-sidebar .c-text-w-link {
	font: normal 14px/20px Arial, sans-serif;
	margin: 20px 0 0;
	padding: 0;
}
.content-sidebar .c-text-w-link:first-child {
	margin: 37px 0 0;
}
.content-sidebar .c-text-w-link p {
	margin: 10px 0;
}
.content-sidebar .c-text-w-link h2 {
	font: normal 30px/30px Arial, sans-serif;
	margin: 0 0 10px;
}
.content-sidebar .c-text-w-link .sidebar-cta h2 {
	font: 18px Arial;
	margin: 0 0 10px;
}
.content-sidebar .c-text-w-link h3 {
	margin: 0 0 10px;
}
/*Product Detail Sidebar Page*/
.content-sidebar .c-h1 {
	margin-top: 20px;
}
.content-sidebar .c-h1:first-child {
	margin-top: 37px;
}
/*.content-sidebar .col:first-child .c-h1 {
	margin-top: 40px;
}*/
/*.content-sidebar .c-text-w-link {
	font: normal 14px/20px Arial, sans-serif;
	margin: 30px 0 10px;
}*/
.content-sidebar .c-text-w-link ul {
	padding: 0;
}
.content-sidebar .c-text-w-link ul li {
	font: 14px/20px Arial, sans-serif;
	padding: 0 0 0 10px;
	margin-top: 12px;
	list-style-type: none;
	background: transparent url(/images/sprites.png) no-repeat -493px -156px;
}
.content-sidebar .c-leftimg-text {
	margin: 20px 0 0;
}
.content-sidebar .c-leftimg-text img {
	float: left;
	padding-right: 5px;
}

/* 2 column, image right */

.c-rightimg-text {
	position: relative;
	width: 100%;
	display: block;
}
.c-rightimg-text p {
	margin: 0 200px 14px 0;
	line-height: 1.3em;
}
.c-rightimg-text img {
	position: absolute;
	float: right;
	top: -8px;
	right:76px;
}

/*  image left, text right. Inline reusable updated for about us MGP 7/15/2014 */
.c-leftimg-righttext {
	margin: 40px 0 0;
	vertical-align: middle;
	overflow: hidden;
}
.c-leftimg-righttext h3 {
	margin-bottom: 20px;
}
.c-leftimg-righttext p {
	margin: 0 0 10px;
}
.c-leftimg-righttext img {
	float: left;
	padding: 0 20px 0 0;
}
/*.c-leftimg-text-body {
	padding-left: 180px;
}*/

/* Comparision Page State Select Section */
.c-ss {
	padding: 0 40px 0 0;
	margin: 0;
}
.c-ss-title {
	font: 30px/30px Arial, sans-serif;
	color: #000000;
	margin: 37px 0 0;
}
.c-ss-text {
	font: 16px/22px Arial, sans-serif;
	margin: 25px 0 0;
}
.c-ss-change-state {
	/*font: 12px/12px Arial, sans-serif;
	margin: 9px 0 20px;*/
    font: 15px/12px Arial, sans-serif;
    margin: 10px 0 30px;
    border-top: 1px dotted #cecece;
    background: #fff;
    padding: 15px 15px;
    border-bottom: 1px dotted #cecece;
}
.c-ss-change-state a:hover {
	text-decoration: none;
	border-bottom: 1px solid #0b4788;
}
.c-ss-change-state a { color:#014488 }
.c-ss-changeStateLink { font-weight: bold;}

.c-ss-image {
	float: right;
	width: 230px;
	height: 145px;
	padding: 15px 0 0 30px;
}
.c-ss.full-width {
	padding: 0 0 10px;
	margin: 0;
}
.full-width .c-ss-text {
	margin: 10px 0 0;
}
.c-other-products {
	margin: 0;
}
.c-other-products h3 {
	font: bold 16px/22px Arial, sans-serif;
	margin: 0;
}
.c-other-products a {
	font: bold 14px Arial, sans-serif;
	display: block;
	margin: 25px 0 0;
	line-height: 0;
}

/* Preview modal */

a.open-modeless:link
{
text-decoration: none;
border-bottom: 1px dotted #014488;
}

/*.c-preview-brief a {
	color: #014488;
	font: 14px Arial, sans-serif;
	border-bottom: 1px dotted #014488;
}
.c-preview-brief a:hover {
	text-decoration: none;
}*/

/*.c-preview-brief p {
	margin: 15px 0;
}
.c-preview-brief a {
	color: #014488;
	font: bold 16px Arial, sans-serif;
	border-bottom: 1px dotted #014488;
}
.c-preview-brief a:hover {
	text-decoration: none;
}
.c-preview-modal {
	padding: 36px 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);
}
.c-preview-modal p {
	padding: 15px 0;
}
.c-preview-modal h2 {
	margin: 0 0 5px;
}
.c-preview-modal img {
	display: block;
	margin: 0 auto;
}*/

/* Comparison Page */

#comparison-head {
	box-shadow: none;
	border-radius: 0;
	position: relative;
	z-index: 1;
}
#comparison-head th, #comparison-head td {
	border: none;
	border-left: 1px solid #dbdbdb;
	border-top: 1px solid #dbdbdb;
	min-width: 215px;
	line-height: 20px;
}
#comparison-head th:first-child, #comparison-head td:first-child {
	background-color: #fff;
	border-bottom: none;
}
#comparison-head .last {
	border-right: 1px solid #dbdbdb;
}
#comparison-head .table-cta th, #comparison-head .table-cta td {
	border-bottom: 1px solid #000;
    background-color: #014488;
}
#comparison-head .table-cta th:first-child, #comparison-head .table-cta td:first-child {
	border-top: none;
	border-bottom: none;
	width: 224px !important;
    background-color: #fff;
}
#comparison-head .table-cta .last {
	border-right: 1px solid #014488;
}
#comparison-head th.first, #comparison-head td.first {
	border-left: 1px solid #dbdbdb;
}
#comparison-head td {
	background: #fff;
	box-shadow: 0 3px 2px -1px #a2a2a2;
	/*border-bottom: 1px solid #000;*/
	position: relative;
}
#comparison-head td:first-child {
	width: 224px;
	border-left: 1px solid #d6d6d6;
}
#comparison-head .first th:first-child {
	border-top: 1px solid #dbdbdb;
	border-radius: 6px 0 0 0;
	box-shadow: none;
	border-bottom: none;
	behavior: url(/css/PIE.htc);
}
#comparison-head.sticky-head {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top: 0;
}
#comparison-head .comparison-single-link-header {
    line-height:200%;
}
#comparison-body {
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	z-index: 0;
}
.c-compare {
	margin: 0 0 20px;
}
.c-compare .row-6633 {
	margin: 40px 0;
	position: relative;
	z-index: 1;
	background: #f8f8f8 url(/images/vertical-gradient-divider.png) repeat-y 485px 0;
}
.c-compare .row-6633: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;
}
.c-compare .row-6633:after {
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	content: '';
	z-index: -1;
	background: transparent url(/images/divider-fade-bottom.png) top left repeat-x;
}
.c-compare .col {
	padding: 0 0 0 15px;
}
.c-compare .col:first-child {
	padding: 0;
}
.c-compare .c-ss-title {
	margin: 0;
}
.c-compare ul.c-li-large-bullet {
	padding: 0;
	margin-left: 0;
}

/* Product Detail page */

.c-product-detail {
	overflow: hidden;
	clear: both;
}
.c-product-detail p {
	margin: 20px 0 15px;
	font: normal 14px/20px Arial, sans-serif;
}
.c-product-detail ul {
	padding-left: 20px;
	margin: 0 0 15px;
}
.c-product-detail ul li {
	font: 14px/20px Arial, sans-serif;
	padding: 0 30px 0 10px;
	margin-top: 12px;
	list-style-type: none;
	background: transparent url(/images/sprites.png) no-repeat -493px -156px;
}
.c-product-detail ul li:first-child {
	margin-top: 0;
}
.c-product-detail .content-section {
	padding: 0;
}
.c-product-detail h3 {
	margin: 20px 0 10px;
	font: bold 16px/16px Arial, sans-serif;
}
.c-product-detail h3 + p {
	margin: 12px 0 10px;
}
.c-product-detail h3:first-child {
	margin: 22px 0 12px;
}
.c-product-detail .c-richtext {
	margin: 0;
}
.c-product-detail .content-main-double:after {
	background: 0;
}
.c-product-detail + .c-inline-rates {
	margin: 25px 0 0;
}

/* Contact details component */
.c-contact-details {
	padding-left: 20px;
	padding-right: 0;
}
.c-contact-details:before {
	margin-left: -25px;
	content: " ";
	top: 5px;
	width: 20px;
	height: 20px;
	background: transparent url(/images/sprites.png) no-repeat -448px -45px;
	float: left;
}
.c-contact-details p {
	font: 11px/12px Arial, sans-serif;
}
.c-contact-details h3 {
	font: bold 14px/14px Arial, sans-serif;
	margin: 0 0 5px;
}

/*Inline rate component*/
.c-inline-rates {
	margin: 40px 0 0 0;
}
.c-inline-rates h2 {
	font: normal 24px/40px Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.c-inline-rates h3 {
	font: bold 16px/16px Arial, sans-serif;
	margin: 0 0 7px 0;
}
.c-inline-rates h5 {
	margin: 0 0 15px;
}
.c-inline-rates .c-inline-rates-body {
	font: normal 12px/20px Arial, sans-serif;
	margin: 0 0 15px 0;
}
.c-inline-rates p {
	margin: 0 !important;
	font: normal 14px/22px Arial, sans-serif;
}
.c-inline-rates a {
	font: normal 14px/22px Arial, sans-serif;
	display: block;
	margin: 0;
	cursor: pointer;
}
.c-inline-rates a:hover {
	text-decoration: underline;
}
.c-inline-rates .c-modal-opener:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
/* Inline rates green wrapper */
.c-inline-rates-wrapper {
	background-color: #16512C;
	color: #fff;
	width: 350px;
	padding: 30px 30px 30px 0;
	margin: 70px 0 0;
	position: relative;
}
.mass-affluent .c-inline-rates-wrapper {
    margin-top:-113px;
    margin-bottom: 110px;
    padding:30px 30px 30px 30px;
}
.c-inline-rates-wrapper .c-inline-rates {
	margin:0;
}
.c-inline-rates-wrapper a {
	color: #fff;
	text-decoration: underline;
}
.c-inline-rates-wrapper .c-inline-rates:before {
	display: block;
	content: " ";
	position: absolute;
	width: 61px;
	top: 0;
	height: 100%;
	background: #16512c;
	left: -60px;
	z-index: -1;
}
.mass-affluent .c-inline-rates-wrapper .c-inline-rates:before {
    background:none;
    width:0px;
    display:none;
}
.c-inline-rates-wrapper .c-inline-rates a {
	margin-top: 20px;
}
.c-inline-rates-wrapper .c-inline-rates p {
	margin: 0 !important;
	font: normal 14px/22px Arial, sans-serif;
}
.c-inline-rates-wrapper .c-inline-rates p a {
	/*margin-top: 0;*/
	display: inline;
}
.c-inline-rates-wrapper .c-inline-rates h2 {
	font: normal 24px/20px Arial, sans-serif;
}
.c-inline-rates-wrapper .c-inline-rates span {
	font-size: 12px;
}
.c-inline-rates-wrapper .c-inline-rates .c-modal-opener {
	/*margin-top:0;*/
	display: inline;
}

/* Inline comparison table */
.c-inline-table {
	margin: 40px 0 0;
    border-left:1px solid #dbdbdb \9;
	box-shadow: 0px 7px 6px -6px #666;
	border-radius: 6px 6px 6px 6px;
	behavior: url(/css/PIE.htc);
}
.c-inline-table tbody th:first-child {
	width: 265px;
	behavior: url(/css/PIE.htc);
    border-radius: 6px 0 0 0;
    position:relative;
    /*z-index:-1 /9;*/
}
.c-inline-table tbody th {
	color: #5B6771;
	font: bold 17px arial, sans-serif;
}
.c-inline-table tbody th.last {
	behavior: url(/css/PIE.htc);
    border-radius: 0 6px 0 0;
    position:relative;
    /*z-index:-1 /9;*/
}
.c-inline-table tr {
	background-color: rgb(238, 238, 238);
}
.c-inline-table tr:first-child {
	/*background: url(/images/table_shadow.png) right repeat-y #fff !important;*/
    background: #fff !important;
    border-left: 1px solid #dbdbdb;
}
.c-inline-table th, .c-inline-table td {
	/*background: url(/images/table_shadow.png) right repeat-y;*/
}
.c-inline-table th {
	padding: 20px 12px;
}
.c-inline-table td {
	padding: 20px;
	vertical-align: middle;	
}
.c-inline-table td span.norate {
	top: 0 !important;
}
.c-inline-table th:first-child,
.c-inline-table td:first-child {
	border-left: 1px solid #dbdbdb;
}
.c-inline-table .small-font {
	font: normal 11px/20px arial, sans-serif;
	text-align: left;
}

/* Investments Online Pricing table*/

.online-pricing-table {
    font-weight: bold;
}
.online-pricing-table td {
    font-size: 18px;
    vertical-align: top;
    font-weight: bold;
}
.online-pricing-table th+th, .online-pricing-table td+td {
    color: #5B6771;
    text-align: center;
}
.online-pricing-table th {
    font: bold 18px arial, sans-serif;
}
.online-pricing-table td+td, .online-pricing-table td+td+td {
    font-size: 22px;
    vertical-align: middle;
}
.online-pricing-table th+th+th, .online-pricing-table td+td+td {
    text-align: center;
    color: #6082A4;
}

/* Comparison Chart Rates Component */
.c-rates {
	text-align: center;
	padding: 2px 0 0;
}
.c-rates span{
	display: inline-block;
}
.c-rates p {
	margin: 0;
}
.c-rates a {
	font: normal 14px/20px Arial, sans-serif;
	display: block;
}
.c-rates a:hover {
	text-decoration: underline;
}
.c-rates-current {
	font: normal 18px Arial, sans-serif;
}
.c-rates-body-title {
	font: normal 12px/24px Arial, sans-serif;
}
.c-rates-body {
	font: normal 12px/16px Arial, sans-serif;
	padding: 0 0 2px;
}

/* Inline Body ad 600x100 */

.c-inline-body-ad {
	margin: 30px 0 35px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100px;
	border: 1px solid #DEDEDE;
	border-radius: 6px;
	background-color: #F7FAFD;
	padding: 0 30px 0 0;
	overflow: hidden;
	behavior: url(/css/PIE.htc);
	line-height: 14px;
}
.c-inline-body-ad img {
	min-height: 60px;
	margin: 20px;
	float: left;
}
.c-inline-body-ad h5 {
	padding: 20px 0 0 0;
	margin: 0 0 3px;
}
.c-inline-body-ad p {
	font: normal 14px/20px Arial, sans-serif;
	/*margin: 0;*/
	display: inline;
}
.c-inline-body-ad a {
	font: normal 14px/20px Arial, sans-serif;
}

/* Inline sidebar ad */
.content-sidebar .c-inline-body-ad {
	height: auto;
	width: auto;
	border: none;
	background: none;
	padding: 0;
	margin: 30px 0;
}
.content-sidebar .c-inline-body-ad h5 {
	font-size: 18px;
	padding: 0 0 20px;
}
.content-sidebar .c-inline-body-ad img {
	margin: 0;
	float: left;
	padding-right: 5px;
}

/* Full width tabs */
.c-tabs {
	padding: 0 30px;
	font-size: 0;
}
.c-tabs ul {
	list-style: none;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.c-tabs li {
	display: inline;
	padding: 0 3px 0 0;
}
.c-tabs li a {
	font: normal 14px/34px Arial, sans-serif;
	color: #16512c;
	padding: 9px 20px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	background-image: -moz-linear-gradient(top, #f3f5f3 0%,#f9fbfc 50%,#e0e5e7 100%);
  	background-image: -webkit-gradient(linear, #f3f5f3 0%,#f9fbfc 50%,#e0e5e7 100%);
  	background-image: -webkit-linear-gradient(top, #f3f5f3 0%,#f9fbfc 50%,#e0e5e7 100%);
  	background-image: -o-linear-gradient(top, #f3f5f3 0%,#f9fbfc 50%,#e0e5e7 100%);
  	background: linear-gradient(to bottom,  #f3f5f3 0%,#f9fbfc 50%,#e0e5e7 100%);
  	-pie-background: linear-gradient(90deg, #e0e5e7 0%, #f9fbfc 50%, #f3f5f3 100%);
  	behavior: url(/css/PIE.htc);
}
.c-tabs li a:not(.active):hover {
	background-image: -moz-linear-gradient(bottom, #f3f5f3 0%,#f9fbfc 50%,#e0e5e7 100%);
  	background-image: -webkit-gradient(linear, #f3f5f3 0%,#f9fbfc 50%,#e0e5e7 100%);
  	background-image: -webkit-linear-gradient(bottom, #f3f5f3 0%,#f9fbfc 50%,#e0e5e7 100%);
  	background-image: -o-linear-gradient(bottom, #f3f5f3 0%,#f9fbfc 50%,#e0e5e7 100%);
  	background: linear-gradient(to top,  #f3f5f3 0%,#f9fbfc 50%,#e0e5e7 100%);
  	-pie-background: linear-gradient(270deg, #e0e5e7 0%, #f9fbfc 50%, #f3f5f3 100%);
  	behavior: url(/css/PIE.htc);
}
.c-tabs a.active {
	background-image: none;
	padding-bottom: 10px;
	
}
.c-tab-panes {
	width: 100%;
	position: relative;
	border-top: 1px solid #a2b9ab;
	z-index: 9;
}
.c-tab-panes .pane {
	display: inline-block;
	width: 100%;
	min-height: 450px;
}
.c-tab-panes .pane > img {
	position: relative;
	float: left;
	clear: both;
	z-index: -1;
	margin-right: 10px;
}
/* Dynamic tab styling */
.c-tabs-dynamic .c-tabs {
	margin: 30px 0 0;
	padding: 0;
}
.c-tabs-dynamic .c-tabs a {
	color: #414042;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}
.c-tabs-dynamic .c-tabs a.active {
	background-color: #fff;
}
.c-tabs-dynamic .c-tab-panes {
	background: #fff;
	border: 1px solid #cecece;
	border-radius: 0 5px 5px 5px;
    behavior: url(/css/PIE.htc);
}
.c-tabs-dynamic .c-tab-panes .pane {
	padding: 40px 0 50px;
}
.c-tabs-dynamic .c-selector-wrapper {
	margin: 0;
	padding: 0 30px 0;
	height: 50px;
}

/* Mass Affluent Tabs */
.mass-affluent .content-main-single, 
.mass-affluent .content-main-double, 
.mass-affluent .content-main-sidebar {
	background-color: #fff;
}

.c-mass-header {
	margin: 40px 0 25px;
	height: 121px;
}
.c-mass-header header p {
	font: normal 14px/22px Arial, sans-serif;
}
.c-mass-header .col {
	padding-right: 0;
}
.c-mass-header h1 {
	margin-bottom: 20px;
}
.c-mass-header input {
	margin: 0 0 15px;
}
.c-mass-richtext {
	font: normal 16px/22px Arial, sans-serif;
	position: absolute;
	padding: 36px 190px 180px 60px;
	margin: 0;
}
.c-mass-richtext h1 {
	font-weight: normal;
	margin: 0 0 15px;
	color: #414042;
}
.c-mass-richtext h3 {
	line-height: 22px;
	margin: 0 0 10px;
}
.c-mass-richtext h4 {
	margin: 5px 0 0;
}
.c-mass-richtext ul {
	list-style-type: inherit;
	margin: 20px 0 0 0;
	font: normal 16px/22px Arial, sans-serif;
}
.c-mass-richtext li {
	margin-top: 10px;
}
.c-mass-richtext p {
	margin: 20px 0 0;
	font: normal 16px/22px Arial, sans-serif;
}
.c-mass-richtext p:first-child {
	margin: 0;
}
.c-mass-richtext a:hover {
	text-decoration: underline;
}
.c-mass-richtext .button_premier_blue:hover {
	text-decoration: none;
}
.c-mass-richtext .c-htb-button {
	margin: 25px 0 0;
}
.c-mass-richtext .c-body-title {
	margin: 5px 0 0;
}
.c-mass-richtext .c-body-title + .c-richtext {
	margin: 20px 0;
}
.c-mass-richtext .c-selector-wrapper {
	height: 65px;
}
.c-mass-richtext .sidebar-cta {
	font: normal 15px Arial, sans-serif;
	margin: 20px 0 35px;
}
.c-mass-richtext .c-selector { padding-bottom:20px;}
.c-mass-cta {
	text-align: right;
}
.c-mass-cta a {
	font-size: 16px;
}
.c-mass-cta h6 a {
	display: block;
	font: normal 12px Arial, sans-serif;
}
.c-mass-cta a:hover {
	text-decoration: underline;
}
.c-mass-cta p {
	margin: 0 0 5px;
}
.c-mass-cta .button_premier_blue {
	margin: 0 0 15px;
	display: inline-block;
}
.c-mass-cta .button_premier_blue,
.c-mass-cta .button_premier_blue:hover,
.c-text-w-link .button_premier_blue:hover,/* <-- new r10 OLB */
.c-mass-richtext .c-htb-button:hover {
	text-decoration: none;
}

/* Special Formatting */
.c-mass-richtext ul + h3 {
	margin: 35px 0 0;
}
.c-mass-richtext h3 + p {
	margin: 5px 0 0;
}
.c-mass-richtext p + h4 {
	margin: 25px 0 0;
}
.c-mass-richtext ul + p {
	margin: 0;
}
/* Resources related links */
.c-related-links {
	margin: 25px 0 0;
	font: normal 14px/14px Arial, sans-serif;
}
.c-related-links h3 {
	margin: 0 0 15px;
}
.c-related-links li {
	padding: 18px 0 0 20px;
	list-style-type: none;
}
.c-related-links li:first-child {
	padding: 0 0 0 20px;
}
.c-related-links li:hover {
	text-decoration: underline;
}
.c-related-links a:before {
	content: "\25b8";
	display: inline-block;
	vertical-align: baseline;
	line-height: 100%;
	margin-right: 5px;
}
 /*Large bullets*/
ul.c-li-large-bullet {
	padding: 0 0 8px 20px;
}
.c-li-large-bullet li {
	/*font: 16px/22px Arial, sans-serif;*/
	padding: 0 0 12px 15px;
	/*margin-top: 12px;*/
	list-style-type: none;
	background: transparent url(/images/sprites.png) no-repeat -490px -156px;
}
.c-mass-richtext .c-li-large-bullet li {
	padding: 0 0 10px 15px;
	margin-top: 0;
}
.c-cross-links {
	height: 220px;
	width: 100%;
	background: #DFDFDF;
	text-align: center;
	font: normal 12px Arial, sans-serif;
	color: #003768;
	position: relative;
	margin: 30px 0;
}
.c-cross-links p {
	margin: 0;
	padding: 0;
	line-height: 220px;
	text-transform: uppercase;
}

/* Footnote */
.c-footnote {
	/*margin-bottom: 12px;*/
	margin: 17px 0 0;
}
.c-footnote a:hover {
	text-decoration: underline;
    cursor:pointer;
}
.c-footnote p {
	font: 12px/16px Arial, sans-serif;
	margin: 15px 0 0;
    padding: 0;
}
.c-footnote:first-child {
	margin: 20px 0 0;
}
#content-body .c-footnote {
	background: transparent url(/images/horizontal-gradient-divider.png) no-repeat top center;
	padding: 25px 0 0;
	background-size: 100% 25px;
}
#content-body .c-dynamic-footers + .c-footnote {
	background: none;
	padding: 0;
}
.c-dynamic-footer-item {
	display: none;
}
.c-dynamic-footer-item.active {
	display: block;
}
.c-dynamic-footers sup {
    font-size: 80%;
    vertical-align: super;
    line-height: 0;
}
.c-iframe {
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    border-radius: 6px;
    margin: 30px 0 0 20px;
    min-height: 600px;
    padding: 0 20px 20px;
    position: relative;
    width: 820px;
}
.c-iframe-narrow {
    background-color: #FFFFFF;
    margin: 40px 10px 0 10px;
    min-height: 600px;
    position: relative;
    width: 468px;
}
#header-body-narrow {
	width: 540px;
	margin: 0 auto;
}
#header-body-narrow #header-main {
	width: 540px;
	margin-bottom: 17px;
}
#header-body-narrow #headerLogo {
	margin: 23px 0 0;
}
#header-body-narrow #closeDialogBox {
	top: 15px;
}

/* State Selector page */

.c-selector p {
    font: normal 14px/20px Arial, sans-serif;
    padding: 30px 0 0;
}
.c-selector-wrapper {
	position: relative;
    font-size: 14px;
    font-weight: bold;
    width: 490px;
    margin: 22px 0 0;
    height: 67px;
}
.mass-affluent .c-selector-wrapper-alert,
.c-selector-wrapper-alert {
  width: 100%;
  height: 100%;
}
.state-alert-icon {
    position: relative;
    bottom: 30px;
    left: 242px;
}
.mass-affluent .state-alert-icon {
    bottom: 27px;
    left: 108px;
}
.state-alert-text {
    padding-top: 10px;
    font-weight: normal;
    margin-left: 40px;
    line-height: 20px;
    position: relative;
    bottom: 30px;
}
.c-selector .button_white {
    margin-right: 22px;
}
/*
 * jquery.selectBoxIt.css 3.8.0
 * Author: @gregfranko
 */

.c-selector .selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.c-selector .selectboxit-container * {
  font: 14px/18px Arial, sans-serif;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

.c-selector .selectboxit-container .selectboxit {
  width: 200px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  position: relative;
  color: #999;
  line-height: 33px;
  height: 33px;
  behavior: url(/css/PIE.htc);

}

.c-selector .selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 28px;
  line-height: 28px;
  display: block;
}

.c-selector .selectboxit-container .selectboxit:focus {
  outline: 0;
  border-radius: 3px 3px 0 0;
}

/* Disabled Mouse Interaction */
.c-selector .selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.c-selector .selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}
.c-selector .selectboxit-container .selectboxit-text {
  line-height: 33px;
}

.c-selector .selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.c-selector .selectboxit-container .selectboxit-options {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  height:310px;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 0 0 3px 3px;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: 0 4px 4px -3px #888888;
  behavior: url(/css/PIE.htc);
}
.c-selector .selectboxit-open.selectboxit-btn {
	border-bottom: 1px solid #fff;
}

/* Individual Option Hover Action */
.c-selector .selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.c-selector .selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
  border-right: 1px solid #E4E4E4;
  /*z-index: 1;*/
}

/* The first Drop Down option optgroup */
.c-selector .selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* Drop Down optgroup headers */
.c-selector .selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.c-selector .selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.c-selector span.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
  background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9);
  background-image: -webkit-gradient(linear, #ffffff 0%,#ffffff 58%,#d9d9d9 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 58%,#d9d9d9 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%,#ffffff 58%,#d9d9d9 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 58%,#d9d9d9 100%);
  background-repeat: repeat-x;
  height: 33px;
}
.c-selector .selectboxit-open .selectboxit-arrow-container {
  background-image: -moz-linear-gradient(bottom, #ffffff, #d9d9d9);
  background-image: -webkit-gradient(linear, #ffffff 0%,#ffffff 58%,#d9d9d9 100%);
  background-image: -webkit-linear-gradient(bottom, #ffffff 0%,#ffffff 58%,#d9d9d9 100%);
  background-image: -o-linear-gradient(bottom, #ffffff 0%,#ffffff 58%,#d9d9d9 100%);
  background-image: linear-gradient(to top,  #ffffff 0%,#ffffff 58%,#d9d9d9 100%);
}

/* Drop Down down arrow */
.c-selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.c-selector .selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.c-selector .selectboxit-option-icon-container {
  float: left;
}

.c-selector .selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.c-selector .selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}
.c-selector .selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

.c-selector .selectboxit-btn {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #dadada;
}
.c-selector .selectboxit-open .selectboxit-btn {
border-bottom-color:#fff;
}
.c-selector .selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 9px solid #054584;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}
.c-selector .selectboxit-open .selectboxit-default-arrow {
  border-top: 9px solid #666666;
}

.c-selector .selectboxit-list {
  background-color: #ffffff;
  border-left: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  border-top: none;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  behavior: url(/css/PIE.htc);
}

.c-selector .selectboxit-list .selectboxit-option-anchor {
  color: #414042;
}

.c-selector .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #414042;
  background-color: #E8F2F7;
}

.c-selector .selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #414042;
}
/* selector error styling */

.c-error .c-error-icon {
	visibility: visible;
	vertical-align: middle;
	position: relative;
	top: 0;
	left: 5px;
	height: 24px;
	width: 24px;
	display: inline-block;
	background: url("/images/round_icons_32X32.png") no-repeat 0 -361px;
}
.c-error .c-error-text {
	visibility: visible;
	display: block;
	font: normal 12px Arial, sans-serif;
	color: #df0404;
	margin: 8px 0 0 40px;
}
.c-error .selectboxit-container .selectboxit {
	border: 1px solid #df0404;
}
.c-error-icon, .c-error-text {
	visibility: hidden;
}
.arrow-link {
font-size: 1em;
text-decoration: none;
}

/* Only for RATES PAGE CSS */

.rates #headerLogo {
    display: inline-block;
    /*margin: 30px 0 0;*/
    background: url(/images/logo.png) 0 -4px no-repeat;
    height: 29px;
    width: 311px;
}


.rates #header-container {
    margin-bottom: 20px;
}
.rates .rates-header {
    margin-top: 38px;
    margin-bottom:50px;
}
.rates .rates-header h1 {
        margin-bottom: 0;
        -webkit-font-smoothing: antialiased;
        width:50%;
        float:left;
}
.rates .rates-header h4 {
        font: 16px/22px Arial, sans-serif;
        color:#666666;
        width:50%;
        float:left;
        margin-top:15px;
}
.rates .print-image {
    float: right;
}
.rates-header-sub {
    margin-top: 60px;
    font: 16px/22px Arial, sans-serif;
     color: #414042;
 }
.rates .rates-header-sub .left-content {
    float:left;
    width:75%;
}
.rates .rates-header-sub .right-content {
    width:236px;
    height:45px;
    background:#fff;
    text-align:center;
    border:1px solid #cecece;
    border-radius:3px;
    behavior: url(/css/PIE.htc);
    display: table-cell;
    vertical-align: middle
}
.rates .c-footnote {
    font: 11.96px/16px Arial, sans-serif;
    color: #414042;
    margin-top: 30px;
}
.rates .main-content-section h2 {
    font: 20px Arial,sans-serif;
    color: #414042;
    font-weight: bold;
    margin-bottom:20px;
}
.rates .main-content-section h3 {
    font-size: 16px;
    font-family:Arial,sans-serif;
    font-weight: bold;
    color: #414042;
    margin-bottom:20px;
}
.rates .main-content-section h4 {
    font-size: 14px;
    font-family:Arial,sans-serif;
    font-weight: bold;
    color: #414042;
    margin-bottom:20px;
}
.rates .rates-table table {
    border: solid 1px #cecece;
    box-shadow:none;
    width:auto;
    border-radius:3px 3px 0 0;
    behavior: url(/css/PIE.htc);
    margin-bottom:50px;
}
.rates .rates-table table:last-child {
        margin-bottom: 10px;
 }
.rates .rates-table table th {
    background: url(/images/header-gradient.png) repeat-x;
    -pie-background: url(/images/header-gradient.png) repeat-x;
    behavior: url(/css/PIE.htc);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    text-align:center;
    padding:5px 0;
    margin:0;
    vertical-align:middle;
    width:100px;
    border-left:none;
    border-right:#acb0b8 1px solid;
    border-bottom:solid 1px #fff;
    border-top:none;
}
.rates .rates-table table th:last-child {
    border-right: none;
}
.rates .int {
    background-color: #f6fbfd;
    font: 11px/15.03px Arial,sans-serif;
    font-weight:bold;
    vertical-align:middle; 
    border-right:dotted 1px #acb0b8;
}
.rates .apy {
    background-color: #edf6fb;
    font: 12px/16.03px Arial,sans-serif; 
    font-weight:bold;
    vertical-align:middle; 
    border-right:#acb0b8 1px solid;
}
.rates td:last-child {
        border-right: none;
}
.rates .rates-table tr {
    padding:0;
    margin:0;
    text-align:center;
    vertical-align:middle;
}
.rates td {
    padding:5px;
    width:50px;
    border-top:none;
    border-left:none;
}
.rates .actual-numbers {
    font: 11.02px/20.03px Arial,sans-serif;
    background-color: #fff;
}
.rates .actual-numbers td {
        border-right: none;
        font: 11.02px/20.03px Arial,sans-serif;
        border-top:#acb0b8 1px solid;
        padding:5px;
}
.rates .actual-numbers td:nth-child(odd) {
        border-right: none;
}
.rates .actual-numbers td:nth-child(even) {
        border-right: none;
        border-right:dotted 1px #acb0b8;
}
.rates .actual-numbers td:last-child {
        border-right: none;
}
/* MAB sliding image animation */
.c-sliding-image {
	display: none;
	position: absolute;
	top: 40px;
	left: 30px;
}

/*OAO page- promocode*/

.promocode {
   
    margin: 10px 0px 0px 0px;
}

.oao-page p.error {
    color: red;
    margin: 0px 0px 0px 0px
}

.oao-page .button_dark_blue  {
 margin: 15px 0px 0px 0px;
 padding: 10px 15px;
 behavior: url(/css/PIE.htc);
}

.oao-page .c-richtext p {
    font:16px Arial!important;
    line-height:22px;
}
.oao-zipcode {
    width:150px!important;  
    height: 30px;
    margin:10px 0px 10px 0px;
    font: 14px Arial!important
}

.promocode input[type=text] {
    width:100px; display: inline-block; height:30px; font:14px Arial; color: #8d8c8e;
    padding:4px;
}

.oao-sidebar .c-text-w-link p {
margin: 10px 0 40px;
line-height:20px!important
}

.content-sidebar h2 .oao-c-text-w-link {
    font: bold 18px Arial;
    margin: 40px 0 0 0
}

 .oao-page .oao-footprint .error  {
    font: bold 16px Arial;
    background: url("/images/round_icons_32X32.png") no-repeat scroll 0px -320px;
    padding: 0px 0px 0px 40px;
    margin: 0px 0px 30px
}

 .oao-sidebar .sidebar-cta a {
    font: 14px Arial;
    line-height: 32px
}

#oaoPromocode {
    font: 14px Arial;

}
.oao-sidebar .c-accordion-link:before {
   position: relative;
}

.oao-page .oao-livetext  {
    margin: 10px 0 0 0px;
    padding: 0 0 0 0px;
    font :bold 14px Arial ;
}
.oao-page .c-error-icon {
    visibility: visible;
    vertical-align: middle;
    position: relative;
    top: 0px;
    left: 5px;
    height: 24px;
    width: 24px;
    display: inline-block;
    background: url("/images/round_icons_32X32.png") no-repeat 0px -361px;
}

.oao-sidebar .c-accordion-link:before  {
       background: transparent url(/images/sprites.png) no-repeat -400px -75px;
       /*position: absolute;*/
        top:1px!important;
       top: 12px\9; /*ie8 hack*/
       left: -0px;
       font: normal 14px/20px Arial, sans-serif!important;
       padding-right:2px;
}

.oao-sidebar .c-accordion-link {
    font: normal 14px/20px Arial, sans-serif!important;
}

 .oao-sidebar .c-accordion-link.opened:before {
        background: transparent url(/images/sprites.png) no-repeat -420px -75px;
  }

.oao-page .c-accordion-link:before {
       background: transparent url(/images/sprites.png) no-repeat -400px -75px;
       position: relative;
       top:1px!important;
       top: 12px\9; /*ie8 hack*/
       left: -2px;
}

 .oao-page .c-accordion-link.opened:before {
        background: transparent url(/images/sprites.png) no-repeat -420px -75px;
    }

.oao-sidebar .content-sidebar .c-text-w-link .sidebar-cta h2 {
    line-height:24px!important;
    
}

#oaostatelist {
    margin:0px 0 30px 0px;
    font: normal 14px Arial
}

#headerRight {
    float: right;
	margin-right: 170px;
}

.headerRightText {
    float: left;
    width: auto;
	padding:0px 0px 0px 800px
}

#connectionsecured {
       position: absolute;
       top: 39px;
       right: 8px;
       background: none;
       border: none;
       color: #414042;
       font: 14px Arial;
       width:155px;
}

.oao-page h1 {
    margin: 0 0 20px
}

.oao-page .c-richtext {
    margin:40px 0 40px
}

.oao-page .oao-footprint ol { 
     list-style:disc; 
    
} 

.oao-page .icon-messg-info-24 {
    font:  16px Arial !important;
    background: url("/images/icon_messg_info_24x24.png") no-repeat scroll 0px 3px;
    color:#414042;
    line-height:22px;
    padding-top:10px
}

.oao-page .icon-messg-info-32 {
    font:  16px Arial !important;
    background: url("/images/icon_messg_info_32x32.png") no-repeat scroll 0px 3px;
    color:#414042;
    line-height:22px;
    padding-top:10px
}

.oao-page #promocode-error  {
    font:  16px Arial !important;
    background: url("/images/triangle_icon_messg_alert_32x32.png") no-repeat scroll 0px 3px;
    color:#414042;
    line-height:22px;
    padding-top:10px
}

.oao-page .orange-error  {
    background: url("/images/icon_messg_alert.png") no-repeat scroll 0 0; 
    height: 25px; 
    padding-top:7px; 
    color:#414042;
    padding: 8px 0px 0px 40px;
    margin: 0px 0px 30px;
    line-height: 22px;
}

.oao-page .orange-triangle-error  {
    background: url("/images/triangle_icon_messg_alert_32x32.png") no-repeat scroll 0 0; 
    height: 25px; 
    padding-top:7px; 
    color:#414042;
    padding: 8px 0px 0px 40px;
    margin: 0px 0px 30px;
    line-height: 22px;
}

.oao-page .icon-messg-alert {
    background: url("/images/icon_messg_info_32x32.png") no-repeat scroll 0 0; 
    height: 25px; 
    padding-top:7px; 
    color:#414042;
    padding: 8px 0px 0px 40px;
    margin: 0px 0px 30px;
    line-height: 22px;
}

.oao-page #promocode-future
{
    background: url("/images/triangle_icon_messg_alert_32x32.png") no-repeat scroll 0 18px;
    height:50px;
}
.oao-page #promocode-inv-state
{
    background: url("/images/triangle_icon_messg_alert_32x32.png") no-repeat scroll 0 11px;
    height: 35px;
}

/* Letsgetstarted - Contact Us  */ 

.oao-sidebar-cta h2{
    font: normal 18px Arial, sans-serif!important;
    margin: 5px 0 10px!important;
    padding-top:4px;
    line-height:24px!important;
}

.oao-sidebar-cta p {
    padding-left:43px;
    line-height:20px
}

.oao-page ol {
    line-height:32px;
  
}

.oao-page .c-richtext  ol li {
   margin:0px
  
}

#connectionsecured img {
    width: 29px; 
    height: 29px; 
    position:absolute; 
    top:-7px; 
    display:inline-block 
}
.oao-footprint .problem-message{
    display: none;
	background: url("/~/media/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-bottom: 30px !important;
	padding: 9px 0 0px 41px;
}


/* OLBSS Stickymenu */

.sticky-wrapper {
    margin-top: 30px;
    position: relative;
}
.sticky-container {
    width: 100%;
    height: auto;
    display: table;
    padding: 0px 0px 4px 0px;
    background-image: url(/Images/sticky-menu/sticky-bottom-shadow-3.png), url(/Images/sticky-menu/sticky-top-shadow-3.png);
    background-position: bottom, top;
    background-repeat: repeat-x;
    margin-bottom: 4px;
    position: relative; 
    z-index: 3;
}
.sticky-menu-li {
    width: 192px;
    padding: 0px 0px 8px 0px;
    display: table-cell;
    cursor: pointer;
    text-align:center;
    border-bottom: solid 4px transparent;
}

.sticky-menu-li:hover {
    background-color: #e6e6e6;
}

.sticky-title {
    margin-top: 4px;
    font:normal 14px/20px Arial, sans-serif;
    margin-right:auto;
    margin-left:auto;
}

.sticky-title-noimage {
    padding: 10px 0px 10px 0px;
    margin-top: 4px;
    font:normal 14px/20px Arial, sans-serif;
    margin-right:auto;
    margin-left:auto;
}

.sticky-image {
    width: 46px;
    /*height: 46px;*/
    display: inline-block;
    background-position:0 0;
    vertical-align: bottom;
    /*margin-bottom: -8px;*/
    /*margin: 0 auto;*/   
}

.sticky-active {
    background-color: #e6e6e6;
    border-bottom: solid 4px #005dbb;
    display: table-cell;
}

.is-sticky .sticky-menu-li .sticky-image{
    display: none;
    /* TODO shrink Menu*/
}
.is-sticky .sticky-menu-li{
    vertical-align: middle;
    height: 40px;
}

/*sticky content*/
.sticky-content-odd  {
    width: 840px;
    display: block;
    min-height: 150px;
    background-color: #ffffff;
    padding: 40px 60px 40px 60px;
    float: left;
    overflow: hidden;
}

.sticky-content-even {
    width: 840px;
    display: block;
    min-height: 150px;
    background-color: #eeeeee;
    padding: 40px 60px 40px 60px;
    float: left;
    overflow: hidden;
}

/* modified show hide for sticky */
.twocol-534-container .c-accordion-group {
    margin: 30px 0px 30px 18px;
}

.twocol-534-container .c-accordion {
    margin: 0px 0px 30px 0px;
}

.twocol-534-container .c-accordion-link {
    font:  normal 14px arial;
    color: #005dbb;  
}

.twocol-534-container .c-accordion h2 {
    margin: -24px 0px -14px 0px;
}

.twocol-534-container .c-accordion-text p {
   margin: 24px 0px 0px 0px;
}

.back-to-top {
font:  bold 14px arial;
color: #005dbb;
width: 58px;
height: 97px;
padding: 62px 0px 0px 0px;
text-align: center;
background: whiteSmoke;
text-decoration: none;
position: fixed;
bottom: 150px;
right: 100px;
display: none;
background: url(/images/back-to-top-no-text.png) no-repeat 0px 0px;
z-index: 999;
/*opacity: 0.5;*/
}

/*
    sticky menu snippets
    twocol 400 with 66x66
    twocol 534 image left and right
*/
.twocol-400-container {
    width: 840px;
    float: left;
}
.twocol-400-container h4,
.twocol-534-container h4,
.full-col-container h4 {
    font: bold 22px arial;
    margin: 0px 0px 20px 0px;
}
.twocol-400-left {
    width: 400px;
    min-height: 66px;
    float: left;
    padding: 0px 20px 0px 0px;   
}
.twocol-400-right {
    width: 400px;
    min-height: 66px;
    float: left;
    padding: 0px 0px 0px 20px;
    
}
.imgleft66-container {
    display: block;
}
.imgleft66-icon {
    width: 66px;
    min-height: 86px;
    vertical-align: top;
    display: inline-block;
}
.imgleft66-text {
    width: 304px;
    font: 16px/22px Arial, sans-serif;
    display: inline-block;
    vertical-align: top;
    padding: 10px 0px 4px 24px;
}
/* 266 image left and right */
.twocol-534-container {
    display: block;
}
.twocol-534-left,
.twocol-534-right
 {
    width: 534px;
    min-height: 200px;
    float: left;
    
}
.twocol-534-left {
    padding: 0px 20px 0px 0px;
}
.twocol-534-right {
    padding: 0px 0px 0px 20px;
}

.twocol-266-left,
.twocol-266.right {
    width: 266px;
    min-height: 66px;
    float: left; 
}

.twocol-266-left {
    padding: 0px 20px 0px 0px; 
}
.twocol-266-right {
    padding: 0px 0px 0px 20px; 
}

/*3 col snippet */
.twocol285-container {
    width: 600px;
    float: left;
}

.twocol285-container img {
    margin: 0px 0px 15px 0px;
}

.threecol180-container .col {
    width: 180px;
    margin-right: 25px;
}
.threecol180-container .last-child{
    margin-right: 0px;
}

.threecol180-container.video .col:nth-child(3){
    margin-right: 0px;
}


ul.li32 {
    padding: 0px 0px 0px 0px;
    margin: 0px;
}
ul.li32 li {
    padding: 0px 0px 10px 15px;
    list-style-type: none;
    background: transparent url(/images/sprites.png) no-repeat -490px -156px;
}


.twocol285-left {
    width: 285px;
    float: left;
    margin: 0px 15px 0px 0px;
}
.twocol285-right {
    width: 285px;
    float: left;
    margin: 0px 0px 0px 15px;
}

.horizontal-separator {
    display: inline-block;
	height: 20px;
	width: 100%;
	clear: both;
	margin: 20px 0px 20px 0px;
	background: transparent url(/images/horizontal-gradient-divider.png) no-repeat top center;
	background-size: 100% 25px;
   
}

.spacer-45 {
    margin-bottom: 45px; 
    display: inline-block; 
    width: 100%;
}

.arrow-link-14 {
    font: normal 14px arial;
}

.arrow-link-16 {
    font: normal 16px arial;
}

.arrow-link-14:after, 
.arrow-link-16: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;
}

.arrow-link-14,
.arrow-link-16 {
    color: #005dbb;
}


.btn_botw_blue:hover {
    text-decoration: none;
}

ul.large-bullet-no-margin {
    padding: 0px;
}
.large-bullet-no-margin li {
    font: 16px/22px Arial, sans-serif;
    padding: 0 0 12px 15px;
    /*margin-top: 12px;*/
    list-style-type: none;
    background: transparent url(/images/sprites.png) no-repeat -490px -156px;
}

.tbl-gray {
    width: 100%;
    margin: 0px;
    border: solid 1px #e1e1e1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    border-collapse: collapse;
    behavior: url(/css/pie.htc);
}

.tbl-gray th {
    padding: 16px 20px;
    vertical-align: middle;
    font: bold 14px/20px Arial, sans-serif;
    color: #414042;
    /*text-shadow: 0 1px 1px #fcfcfc;*/
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
}

.tbl-gray td {
    border: none;
    height: 20px;
    border-bottom: solid 1px #eeeeee !important;
    padding: 16px 20px 16px 20px;
}

.tbl-gray tr {
    height: 40px;
}

.tbl-gray .last-row tr {
    border-bottom: none;
}

.tbl-gray .tr-odd-white {
    background-color: #ffffff;
}

.tbl-gray .tr-even-gray {
    background-color: #f8f8f8;
}


.horz-cta-container {
    width: 100%;
    padding: 30px 0px 30px 0px;
    box-sizing: border-box;
}

/* Digital Campaign Component */

.digital-campaign .btn-header {
    padding-bottom: 20px;
}

.digital-campaign .c-inline-body-ad {
    text-align: center; 
    padding: 20px; 
    font-size: 20px;
    height: auto;
    line-height: normal;
    width: auto;
    margin-bottom: 0px;
    margin-top: 0px;
}

.digital-campaign .c-inline-body-ad.col-1 {
    margin-right: 15px; 
}

.digital-campaign .c-inline-body-ad.col-2 {
    margin-left: 15px; 
}

.digital-campaign p{
    margin-bottom: 30px;
}

.digital-campaign .btn-header a {
    font-size: 20px;
}

.digital-campaign h1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.print-coupon .coupon-container {
    margin: 60px 125px 0 125px;
}

.print-coupon .coupon-box {
    border-width: 2px;	
    border-style: dashed;
    border-color: #CECECE;
    background-color: #FFFFFF;
    padding: 0 60px 60px 60px;
    text-align: center;
}

.print-coupon .coupon-body {
    margin-top: 60px;
}

.print-coupon .coupon-body p {
    font-size: 16px;
}

.print-coupon .coupon-code {
    margin-top: 60px;
    font-size: 40px;
}

.print-coupon .btn-print {
    margin-top: 40px;
}

.print-coupon .coupon-disc {
    margin-top: 30px;
}

.print-coupon .coupon-disc p {
    font-size: 12px;
    line-height: 16px;
}

@media print {
    #header-container, #headerLogo, .btn-print, #footer-container { display: none; } 
    #printheaderLogo { display: inline!important; }
}

@media (max-width: 479px) {
    #header-container, #headerLogo, .btn-print, #footer-container { display: none; }
    #content-body { width: inherit; }
    #printheaderLogo { display: inline!important; }
    .print-coupon .coupon-container { margin: 20px 0 0 0; }
    .print-coupon .coupon-box { padding: 0 20px 20px 20px; }
    .print-coupon .coupon-code { font-size: 28px; }
}
/*Gigya Css*/
div.gig-bar-container * {
    background-image: none!important;
}
div.gig-simpleShareUI {
    border: none!important;
    /*opacity:0;*/
}
div.gig-simpleShareUI-inner {
    border: 1px solid #d3d3d3!important;
    box-shadow:0px 0px 20px 0px rgba(0,0,0,0.35);
}   
/*=======================Grey & White table styling=============================*/
table.greyWhiteTable { 
    border: 1px solid #d6d6d6;
    border-radius:3px;
}
table.greyWhiteTable .centerBlock { text-align:center}
table.greyWhiteTable th { 
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #5B6771;
    padding:20px 20px 25px;
}
table.greyWhiteTable th span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #414042;
    line-height: 22px;
    margin-top:20px;
}
table.greyWhiteTable td, table.greyWhiteTable th {
    border-right: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    border-bottom:none;
    border-left:none;
    width:25%;
}
table.greyWhiteTable td { padding: 20px 20px 25px 20px}
table.greyWhiteTable td .img-container { 
    padding: 50px 0px;
    margin:0px;
}
table.greyWhiteTable td .img-container a { padding-top:20px; display:block;}
table.greyWhiteTable td .img-container a img:first-of-type { padding:0px;}
table.greyWhiteTable td img.grayline {     
    display: block;
    margin: 0 auto;
}
table.greyWhiteTable ol { 
    padding: 0px;
    list-style-type: decimal;
}
tbody td span.checkmark { padding: 15px 0px;}
table.greyWhiteTable td:last-child, table.greyWhiteTable th:last-child { border-right: none;}
table.greyWhiteTable tr:nth-child(odd) {background: #f8f8f8}
table.greyWhiteTable tr:nth-child(even) {background: #FFF}
table.greyWhiteTable tr:nth-child(1) {background: #e3e9ef;}
table.greyWhiteTable tr:first-child td, table.greyWhiteTable tr:first-child th { border-top: 0px;}

/*======= FLEXBLOCK for RichText components */
.flexBlock .col-sm-3 {
        padding: 0 40px;
        border-left-style: solid;
        border-left-width: 2px;
        border-left-color: #ffd072;
        vertical-align: middle;
        float: none;
        display: table-cell;
    }
    .flexBlock .col-sm-3:first-of-type {
        border-left: 0;
    }
    .flexBlock .column {
        min-height: 78px;
    }
    .flexBlock.green .col-sm-3 {
        border-left-color: #009a5d;
    }
    @media screen and (max-width: 767px){
        .flexBlock .col-xs-12 {
            display: inline-block;
            border-left: none;
            border-bottom: 1px solid #ffd072;
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .flexBlock .col-xs-12:last-of-type {
            border-bottom: none;
            padding-bottom: 0;
        }
        .flexBlock.green .col-xs-12 {
            border-bottom-color: #009a5d;
        }
    }
/* END */
