/*Akamai Test /css/src/gateway.css 4th march 2012 by vrengan */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
https://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
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,em,strong,th,var{font-style:normal;font-weight:normal;}li{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;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/**
*******************************************
***         Table of Contents           ***
*******************************************
* 1.0 -- Site Wide Styling
*
* 2.0 -- Global Header
*   2.1 Global Header/Footer -- Search Module
*   2.2 Global Header -- Tabs
*     2.2.1 Global Header -- Tabs and Tab Content
*       2.2.1.1 Global Header -- Login Tab
*       2.2.1.2 Global Header -- All Products & Services Tab
*       2.2.1.3 Global Header -- Customer Service Tab
*       2.2.1.4 Global Header -- Community Tab
*
* 3.0 -- Global Navigation
*   3.1 -- Global Navigation - Investor Relations
*
* 4.0 -- Global Footer
*
* 6.0 -- sub nav
*
*/

/** 1.0 Site Wide Styling **/
html * {
    font-family: Arial, Helvetica, sans-serif;
}

html body {
    color: #293033;
    font-size: 16px;
    line-height: 18px;
}

html body strong { font-weight: bold; }
html body a { color: #277bb1; text-decoration: none; }
html body a:hover {text-decoration: underline; }
em {font-style:italic;}
.sprite-alert { background: url(/images/global/sprite-icons.png) 0 0px no-repeat;  }
.sprite-arrow { background: url(/images/global/sprite-icons.png) 0 -40px no-repeat;  }
.sprite-help { background: url(/images/global/sprite-icons.png) 0 -86px no-repeat;  }
.sprite-popup{ background: url(/images/global/sprite-icons.png) 0 -128px no-repeat;  }
.sprite-help-black{ background: url(/images/global/sprite-icons.png) 0 -168px no-repeat;  }
.sprite-arrow-down { background: url(/images/global/sprite-icons.png) 0 -206px no-repeat;}
.sprite-close { background: url(/images/global/sprite-icons.png) 0 -243px no-repeat;}
.sprite-lock { background: url(/images/global/sprite-icons.png) 0 -296px no-repeat;}
.sprite-arrow-blue { background: url(/images/global/sprite-icons.png) right -353px no-repeat; display:inline-block; padding-right:15px; }
.sprite-share { background: url(/images/global/sprite-icons.png) right -404px no-repeat;  }
.sprite-arrow-blue-left { background: url(/images/global/sprite-icons.png) -6px -448px no-repeat; padding-left:10px; }
.sprite-compare { background: url(/images/global/sprite-icons.png) 0px -486px no-repeat; }
.ico {  padding:0px 0px 0px 20px; }
.right { float:right; }
.left {float:left; }
.block { display:block; }
.hide { display: none; }
/** 2.0 Global Header **/

#global-header-wrap {
  width: 100%;
}

#global-header-wrap:after {
  display: block;
  content: '';
  clear: both;
}

#global-header-wrap #global-header { position: relative; zoom: 1;}


#global-header {
  width: 960px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}

#global-header a.discover-logo {
    float: left;
	background: url(/images/header-nav-footer/discover-logo.png) no-repeat;
    width: 147px;
    height: 25px;
    text-indent: -999999em;
    font-size: 1%;
    margin: 22px 0 0 10px;
}

/** 2.1 Global Header -- Search Module **/
#global-header .global-header-search-module, #global-footer-wrap .global-footer-search-module { display: block; }

#global-header-wrap.searchable .global-header-search-module {
    display: block;
    float: right;
    margin: 22px 0 0 0;
}

#global-header .global-header-search-module input, #global-footer-wrap .global-footer-search-module input { float: left; }

#global-header .global-header-search-module input.search-box{
  width: 128px;
  height: 18px;
  background: url(/images/header-nav-footer/bg-header-search.png) 0 0 repeat-x;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #B4B4B4;
  border-right: 1px solid #B4B4B4;
  border-top: 1px solid #727272;
    padding: 1px 3px;
  color: #ACA9A9;
  font-size: 14px;
  line-height: 18px;
}

#global-header  #searchbox-ss{
  display: block;
    float: right;
    margin: 43.5px -158px 0 0;
  width: 158px;
}

#global-header  #searchbox-ss  #search_suggest{
  position: absolute;
  /*color: #ACA9A9;*/
  line-height: 18px;
  color: #333333;
  width: 158px;
  border:1px solid #B4B4B4;
  background-color: #FFF;
  padding: 1px 3px;
  font-size: 14px;
  cursor: default;
  z-index: 9;
  table-layout: fixed;
}

/**
 * Cascading Style Sheet for GSA Suggest.
 */
.ss-gac-b {
  background: #36c;
  color: white;
}

.ss-gac-c {
  overflow: hidden;
  /*padding-left: 3px;*/
  padding: 1px 3px;
  text-align: left;
  white-space: nowrap;
}

.ss-gac-d {
  color: green;
  font-size: 10px;
  overflow: hidden;
  padding: 0 3px;
  text-align: right;
  white-space: nowrap;
}

.ss-gac-b td {
  color: white;
}

.ss-gac-e td {
  font-size: 10px;
  line-height: 15px;
  padding: 0 3px 2px;
  text-align: right;
}

.ss-gac-e span {
  color: #00c;
  cursor:pointer;
  text-decoration: underline;
}

#global-header .global-header-search-module input.search-btn,
#global-footer-wrap .global-footer-search-module input.search-btn {
    background: url(/images/header-nav-footer/header-sprite.png) -45px -101px no-repeat;
    border: none;
    height: 22px;
    width: 22px;
}

#global-header .global-header-search-module input.search-btn:hover,
#global-footer-wrap .global-footer-search-module input.search-btn:hover { background-position: -45px -123px; }

/** 2.2 Global Header -- Tabs **/
#global-header .global-header-tabs {
    float: left;
    margin: 5px 0 0 140px;
    position: relative;
}

#global-header .global-header-tabs .global-header-tab-wrap {
    float: left;
   /* height: 63px;*/
  margin-left: -13px;
}

#global-header .global-header-tab-wrap span.left-shadow {
    width: 13px;
    height: 63px;
  position: absolute;
  left: 0;
  top: 0;
}

#global-header .global-header-tab-wrap span.right-shadow {
    width: 13px;
    height: 63px;
  position: absolute;
  right: 0;
  top: 0;
}

#global-header.no-js .global-header-tab-wrap:hover .global-header-tab,
#global-header .global-header-tab-wrap.on .global-header-tab { background: #ffffff; }

#global-header.no-js .global-header-tab-wrap:hover span.left-shadow,
#global-header .global-header-tab-wrap.on span.left-shadow {
  background: url(/images/header-nav-footer/header-sprite.png) -8px -25px no-repeat;
}

#global-header.no-js .global-header-tab-wrap:hover span.right-shadow,
#global-header .global-header-tab-wrap.on span.right-shadow {
  background: url(/images/header-nav-footer/header-sprite.png) -46px -25px no-repeat;
}

#global-header .global-header-tab-wrap a {
    font-size: 13px;
    line-height: 16px;
    float: left;
    height: 100%;
}

#global-header.no-js .global-header-tab-wrap:hover a,
#global-header .global-header-tab-wrap.on a {
  background: url(/images/header-nav-footer/bg-tab-links-top.png) 0 0 repeat-x;
}

#global-header .global-header-tab-wrap a span.link-text {
    display: block;
    padding: 0 16px 0 0;
    margin: 20px 0 0 0;
    background: url(/images/header-nav-footer/header-sprite.png) right -45px no-repeat;
}

#global-header.no-js .global-header-tab-wrap a:hover span.link-text,
#global-header.no-js  .global-header-tab-wrap:hover span.link-text,
#global-header .global-header-tab-wrap.on span.link-text { background-position: right -17px; color: #FF6600;text-decoration: none; }
#global-header .global-header-tab a:hover
{
  text-decoration:none;
}


#global-header .global-header-tab-wrap a span.link-text span.lock {
  float: left;
  height: 14px;
  width: 10px;
  background: url(/images/header-nav-footer/header-sprite.png) -8px -199px no-repeat;
  padding: 2px 3px 0 0;
}

#global-header.no-js .global-header-tab-wrap:hover a span.link-text span.lock,
#global-header .global-header-tab-wrap.on a span.link-text span.lock { background-position: -8px -218px; }


/* Fixes IE6 hover issue **/
#global-header .global-header-tab-wrap a:hover { zoom: 1;  cursor:pointer;}


/** 2.2.1 Global Header -- Tabs and Tab Content **/
#global-header .global-header-tab-content-wrap .shadow-wrap {
    clear: both;
    width: 948px;
    margin: 0 auto;
    background: url(/images/header-nav-footer/bg-tab-content-shadow-wrap.png) 0 0 repeat-y;
}

#global-header .global-header-tab {
    height: 63px;
    position: relative;
    z-index: 999999;
    float: left;
  border: none;
}

#global-header .global-header-tab a {
  padding: 0 15px;
}

#global-header .global-header-tab-content-wrap {
    position: absolute;
    top: 58px;
    left: -295px;
    display: none;
    z-index: 999998;
}

#global-header.no-js .global-header-tab-wrap:hover .global-header-tab-content-wrap,
#global-header .global-header-tab-wrap.on .global-header-tab-content-wrap { display: block; }

#global-header .global-header-tab-content-wrap .global-header-tab-content {
    width: 932px;
    background: #ffffff;
    margin: 0 auto;
    border-top: 4px solid #ff6600;
    overflow: hidden;
}

#global-header .global-header-tab-content-wrap .bottom-shadow {
    width: 948px;
    background: url(/images/header-nav-footer/header-sprite.png) 0 0 no-repeat;
    height: 14px;
}

#global-header .global-header-tab-content-wrap .global-header-tab-content .details {
    float: left;
    margin: 20px 40px 20px 25px;
  text-indent: -9999px;
}

#global-header .global-header-tab-content-wrap .global-header-tab-content a {
    color: #267BB1;
    font-size: 12px;
}

#global-header .global-header-tab-content .options {
  float: left;
  padding: 18px 0;
  color: #293033;
}

#global-header .global-header-tab-content .options a {
  background: none;
}

#global-header .global-header-tab-content .options ul li {
  float: left;
  font-size: 13px;
  font-weight: bold;
}

#global-header .global-header-tab-content .options ul li.last {
  margin-right: 0;
}

#global-header .global-header-tab-content .options ul li a {
  float: none;
  font-size: 15px;
}

#global-header .global-header-tab-content .options ul ul {
  margin-top: 3px;
}

#global-header .global-header-tab-content .options ul ul li {
  float: none;
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 13px;

}

#global-header .global-header-tab-content .options ul ul li a {
  font-size: 13px;
}

#global-header .global-header-tab-content .options p {
  font-size: 15px;
  font-weight: bold;
  color: #293033;
}

/** 2.2.1.1 Global Header -- Login Tab **/

#global-header .global-header-tab-content.login .details {
  width: 150px;
  height: 42px;
  background: url(/images/header-nav-footer/header-sprite.png) -448px -25px no-repeat;
  font-size:0px;
}

#global-header .global-header-tab-content.login .options {
  margin-left: 35px;
  padding-bottom: 40px;
}

#global-header .global-header-tab-content.login .options ul li.banking {
  margin-right: 0px;
}

/** 2.2.1.2 Global Header -- Products & Services Tab **/
#global-header .global-header-tab-content.products-and-services .details {
  width: 160px;
  height: 107px;
  background: url(/images/header-nav-footer/header-sprite.png) -448px -78px no-repeat;
}

#global-header .global-header-tab-content.products-and-services .options {
  margin-left: 20px;
  padding-bottom: 40px;
}

#global-header .global-header-tab-content.products-and-services .options ul ul {
  margin-top: 9px;
}

#global-header .global-header-tab-content.products-and-services .options ul li {
  min-height: 180px;
}

#global-header .global-header-tab-content.products-and-services .options ul li li {
  border: none;
  min-height: 0;
  margin-bottom: 9px;
}

#global-header .global-header-tab-content.products-and-services .options ul li.last {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

#global-header .global-header-tab-content.products-and-services .options ul li li.last {
  margin-bottom:0;
}

/** 2.2.1.3 Global Header -- Customer Service Tab **/

#global-header .global-header-tab-content.customer-service .details {
  width: 310px;
  height: 70px;
  background: url(/images/header-nav-footer/header-sprite.png) -448px -205px no-repeat;
}

#global-header .global-header-tab-content-wrap .customer-service .options {
  margin-left: 40px;
  padding-bottom: 10px;
}

#global-header .global-header-tab-content.customer-service .options ul ul {
  margin-top: 13px;
}

#global-header .global-header-tab-content.customer-service .options ul li li {
  margin-bottom: 9px;
  margin-right: 70px;
}

#global-header .global-header-tab-content.customer-service .options ul li.last li {
  margin-right: 0;
}

/** 2.2.1.4 Global Header -- Community Tab **/

#global-header .global-header-tab-content.community .details {
  width: 204px;
  height: 46px;
  background: url(/images/header-nav-footer/header-sprite.png) -448px -291px no-repeat;
}

#global-header .global-header-tab-content-wrap .community .options {
  margin-left: 0px;
  padding: 0 30px 0 30px;
}

#global-header .global-header-tab-content.community .options ul li a.facebook {
    background-position: -203px -25px;
}

#global-header .global-header-tab-content.community .options ul li a.twitter {
    background-position: -203px -110px;
    padding-left: 63px;
}

#global-header .global-header-tab-content.community .options ul li a.youtube {
    background-position: -205px -188px;
}

#global-header .global-header-tab-content.community .options ul li a.cbb {
  width: 75px;
    background-position: -203px -263px;
}

/** 3.0 Global Navigation **/
#global-nav,#global-subnav{
  width:100%;
  position:relative;
}
#global-nav {
  background: url('/images/header-nav-footer/global-nav/global-nav-bg.jpg') 0 0 repeat-x transparent;
  z-index: 1;
}
#global-subnav{
  background: url('/images/header-nav-footer/global-nav/global-subnav-bg.jpg') 0 0 repeat-x transparent;
  z-index: 2;
  height:35px;
}
#global-nav ul , #global-subnav ul {
  width:950px;
  margin:0 auto;
}
#global-nav ul {
  overflow:visible;
  height:35px;
  background: url('/images/header-nav-footer/global-nav/global-nav-divider.jpg') left 0 no-repeat transparent;
}
#global-subnav ul {
  clear:both;
}
#global-nav ul li, #global-subnav ul li{
  float:left;
}
#global-nav ul li{
  background: url('/images/header-nav-footer/global-nav/global-nav-divider.jpg') right 0 no-repeat transparent;
}
#global-nav ul li.active{
  background: url('/images/header-nav-footer/global-nav/global-nav-divider.jpg') 188px 0 no-repeat transparent;
}
#global-nav ul li.first {
  margin-left:2px;
}
#global-nav ul li a, #global-subnav ul li a{
  text-align:center;
  height:26px;
  display:inline-block;
  font-size:14px;
  color:#293033;
  font-weight:bold;
  padding-top:8px;
}
#global-nav ul li a{
  width:189px;
}
#global-subnav ul li a{
  margin:0 20px;
  height:26px;
}
#global-nav ul li a:hover, #global-subnav ul li a:hover{
  color:#939292;
  text-decoration:none;
}
#global-nav ul li.active {
  background-color: #fff;
  border-top:1px solid #dce3e4;
  height:34px;
}
#global-nav ul li.active a.current, #global-subnav ul li.active a{
  color:#ff7920;
}
#global-nav ul li a.ico-home {
  background: transparent url(/images/global/ico-home.png) 17px 13px no-repeat;
}
#global-nav ul li.active a.ico-home{
  background: transparent url(/images/global/ico-home.png) 17px -32px no-repeat !important;
}
#global-nav ul li:hover a.ico-home {
  background: transparent url(/images/global/ico-home.png) 17px -10px no-repeat;
}
/** 4.0 Global Footer **/
#global-social-footer {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0 10px;
    width: 960px;
}

#global-social-footer ul { float: right; }

#global-social-footer ul li {
    float: left;
    padding-left: 12px;
}

#global-social-footer ul li a {
  background: url(/images/header-nav-footer/header-sprite.png) 0 0 no-repeat;
    display: block;
    font-size: 12px;
    color: #267bb1;
    padding: 5px 0 7px 28px;
}

#global-social-footer .social-footer-why-discover a {
  padding-left: 35px;
  background-position: 0 -243px;
}


#global-social-footer .social-footer-facebook a { background-position: 0 -326px; height:20px;}
#global-social-footer .social-footer-twitter a { background-position: 0 -365px; height:20px;}
#global-social-footer .social-footer-cardmember-stories a { background-position: 0 -399px; }
#global-social-footer .social-footer-mobile-access a { background-position: 0 -434px; }
#global-social-footer .social-footer-cardmember-agreement a { background-position: 0 -471px; }


/*dfcb*/ #global-social-footer .social-footer-watch-peggy a {
background-image:url(/images/security-youtube-footer-sprite-41x52.png);
background-position:0 -25px;
height:20px;
}

/*dfcb*/ #global-social-footer  .social-footer-phishing a {
background-image:url(/images/security-youtube-footer-sprite-41x52.png);
background-position:0px 1px;
background-repeat:no-repeat;
padding-left:45px;
}


#global-footer-wrap {
  width: 100%;
    /*background: url(/images/header-nav-footer/bg-footer.png) 0px 0px repeat-x #fefefe;*/
    padding: 0 0 30px;
}

#global-footer-wrap #global-footer-content {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#global-footer-wrap #global-footer-content .primary-links-wrap {
    overflow: hidden;
  margin-left: 35px;
}

#global-footer-content .primary-links-wrap .link-group {
    float: left;
    margin: 15px 54px 0 0;
}

#global-footer-wrap #global-footer-content .primary-links-wrap a {
    color: #8a9499;
    font-size: 11px;
    line-height: 18px;
}

#global-footer-content .primary-links-wrap .link-group.last {
    margin-right: 0;
}

#global-footer-content .primary-links-wrap .link-group .ul-header {
    font-size: 10px;
    line-height: 16px;
    color: #8A9499;
  background: url(/images/header-nav-footer/header-sprite.png) right -65px no-repeat;
    padding-right: 8px;
  text-transform: uppercase;
  float:left;
}

.link-group ul li {
clear:both;
}
#global-footer-content .secondary-links-wrap {
    clear: both;
  margin-top: 20px;
  margin-left: 10px;
  /*padding-bottom:55px;*/
}

#global-footer-content .secondary-links-wrap {
    overflow: hidden;
    position: relative;
}

#global-footer-content .secondary-links-wrap,
#global-footer-content .secondary-links-wrap a {
    font-size: 11px;
    line-height: 11px;
    color: #8A9499;
}

#global-footer-content .secondary-links-wrap ul {
    overflow: hidden;
  margin-top: 15px;
}

#global-footer-content .secondary-links-wrap ul li {
    float: left;
    margin: 0 7px 0 0;
  padding-right: 7px;
  border-right: 1px solid #A9B1B4;
}

#global-footer-content .secondary-links-wrap ul li.last {
  padding-right: 0;
  margin-right: 0;
  border: none;
}

#global-footer-content .secondary-links-wrap ul.tagline li {
  padding-top: 1px;
}

#global-footer-content .secondary-links-wrap ul.tagline {
  margin-top: 5px;
}

#global-footer-content .secondary-links-wrap ul.tagline li.icon {
  width: 16px;
  height: 12px;
  margin: 0 0 0 4px;
  background: url(/images/header-nav-footer/header-sprite.png) -219px -448px no-repeat;
}

/*#global-footer-content .secondary-links-wrap .it-pays-to-discover {
    display: block;
    background: url(/images/header-nav-footer/header-sprite.png) -679px -158px no-repeat;
    width: 193px;
    height: 24px;
    text-indent: -999999em;
    position: absolute;
    top: 0;
    right: 0;
}*/

/* Button Styles */

.button {
  float: left;
  background: url(/images/global/btn-sprite.png) 0 -37px;
  height: 20px;
  padding-left: 10px;
}

.button span {
  float: left;
  padding-right: 10px;
  background: url(/images/global/btn-sprite.png) right -9px;
  color: #FFFFFF;
  height: 20px;
  line-height: 19px;
  font-size: 12px;
  font-weight: bold;
}

.button span.lock-icon {
  height: 18px;
  width: 8px;
  padding-right: 0;
  padding-left: 5px;
  background: url(/images/global/global-icons-sprite.png) 0px -19px no-repeat;
}

.button:hover {
  float: left;
  background-position: 0 -98px;
  padding-left: 10px;
}

.button:hover span {
  background-position: right -68px;
}

.button:hover span.lock-icon {
  background-position: 0 -19px, no-repeat;
}

.button-lrg {
  float: left;
  background: url(/images/global/btn-sprite.png) 0 -177px;
  height: 40px;
  padding-left: 20px;
}

.button-lrg span {
  float: left;
  padding-right: 20px;
  background: url(/images/global/btn-sprite.png) right -128px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}

a.button-lrg:hover,
a.button-med:hover {
  text-decoration: none;
}

.button-lrg:hover {
  float: left;
  background: url(/images/global/btn-sprite.png) 0 -277px;
  height: 40px;
  padding-left: 20px;
}

.button-lrg:hover span {
  float: left;
  padding-right: 20px;
  background: url(/images/global/btn-sprite.png) right -227px;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
}
/* alternative style of button */
.button-lrg-alt {
  float: left;
   background: url(/images/global/btn-sprite.png) 0 -177px;
  height: 41px;
  padding-left: 20px;
}
.button-lrg-alt span {
  float: left;
  padding-right: 20px;
  background: url(/images/global/btn-sprite.png) right -128px;
  color: #FFFFFF;
  height: 41px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.button-lrg-alt:hover {
  float: left;
  background: url(/images/global/btn-sprite.png) 0 -277px;
  height: 41px;
  padding-left: 20px;
  text-decoration: none;
}
.button-lrg-alt:hover span {
  float: left;
  padding-right: 20px;
  background: url(/images/global/btn-sprite.png) right -227px;
  color: #FFFFFF;
  height: 41px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
}
.button-med {
  float: left;
  background: url(/images/global/btn-sprite.png) 0 -375px;
  height: 26px;
  padding-left: 13px;
}

.button-med span {
  float: left;
  padding-right: 13px;
  background: url(/images/global/btn-sprite.png) right -332px;
  color: #FFFFFF;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
}

.button-med:hover {
  float: left;
  background: url(/images/global/btn-sprite.png) 0 -460px;
  height: 26px;
  padding-left: 13px;
}

.button-med:hover span {
  float: left;
  padding-right: 13px;
  background: url(/images/global/btn-sprite.png) right -419px;
  color: #FFFFFF;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  font-weight: bold;
}

.arrow {
  background: url(/images/global/global-icons-sprite.png) no-repeat right .4em;
  padding-right: 10px;
}

.tooltip {
  width: 12px;
  height: 14px;
  display: inline-block;
  background: url(/images/global/global-icons-sprite.png) no-repeat scroll 0 -51px;
  text-indent: -9999em;
  vertical-align: middle;
}

.tooltip-lockImg {
	width: 9px;
	height: 11px;
	display: inline-block;
	background: url(/images/global/buttons/lock-icon.png) no-repeat scroll 0 0px;
	text-indent: -9999em;
	margin-left:8px;
	position:absolute;
	margin-top:3px;
}
a.tooltip:hover {
  background-position: 0 -142px;
}

.popup {
  background: url(/images/global/global-icons-sprite.png) no-repeat scroll 0 -100px;
    padding-left: 20px;
}


/* Main Content Log In */

#main-content .login-contain {
  width: 234px;
  background: url(/images/homepage/bg-homepage-shadows.png) -1291px 15px no-repeat;
  position: absolute;
  left: 0;
  top: 23px;
  /*overflow: hidden;*/
  margin-left: -9px;
  padding-left: 9px;
}

#main-content .login-bdr {
  background: url(/images/global/login-bdr-gradient.png) repeat;
  padding: 1px;
	width:195px;
}

#main-content .login {
	width: 195px;
	padding: 15px 13px;
  background: #FFFFFF;
  border: 1px solid #EBEBEA;
  font-size: 12px;
}

#main-content .login h2 {
	margin:-4px 0 11px 1px;
	font-size: 15px;
	font-weight: bold;
	width: 225px;
	/*text-transform: uppercase;*/
}
#main-content .login h5 {
  margin:5px 0 7px 0;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#main-content .login input,
#main-content .login .custom-dropdown {
  width: 178px;
  height: 19px;
  padding: 2px 2px 2px 4px;
  margin-bottom: 7px;
  font-size: 12px;
  color: #333333;
  border: 1px solid #949A9D;
}

.no-js #main-content .login #password-shim {
  display: none;
}

.no-js #main-content .login #login-password {
  display: block;
}

#main-content .login .custom-dropdown.error,
#main-content .login .textfield input.error {
  border: 1px solid #FF6600;
}

#main-content .login select {
  width: 188px;
  display: block;
  height: 24px;
  padding: 2px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #333333;
}

#main-content .login .post {
  overflow: hidden;
  padding: 8px 0 0;
}

#main-content .login .register {
	/*float: right;*/
	/*font-weight: bold;*/
	/*margin-right:132px;*/
	width: 200px;
}

#main-content .login .checkbox {
	width: 100%;
	 margin-top: 0px;
}

#main-content .login .checkbox input {
  width: auto;
  float: left;
  padding: 0;
  margin-bottom: 0;
  margin-right: 5px;
  height: auto;
  color: #999;
  border: none;
}

#main-content .login .checkbox label {
	font-size: 13px;
}

#main-content .login .forgot {
	clear: both;
	font-size: 11px;
	margin-top: 2px;
}

#main-content .login .phishing {
  clear: both;
  font-size: 11px;
  margin-top:12px;
}

#main-content .login .custom-dropdown {
  position: relative;
  width: 184px;
  height: 23px;
  padding: 0;
	z-index: 20;
}

#main-content .login .custom-dropdown p {
  float: left;
  width: 152px;
  padding: 2px 2px 2px 4px;
}

#main-content .login .custom-dropdown a {
  display: block;
  float: right;
  width: 25px;
  height: 23px;
  border-left: 1px solid #CFD1D3;
  background: url(/images/global/global-icons-sprite.png) 8px -163px no-repeat;
}

#main-content .login .custom-dropdown .options {
  position: absolute;
  top: 24px;
  left: -1px;
  font-size: 12px;
  color: #333333;
  border-left: 1px solid #949A9D;
  border-right: 1px solid #949A9D;
  border-bottom: 1px solid #949A9D;
  background: #FFFFFF;
}

#main-content .login .custom-dropdown .options a {
  width: 182px;
  height: 20px;
  float: none;
  border: none;
  background: none;
  padding-left: 2px;
  color: #333333;
}

#main-content .login .custom-dropdown .options a:hover {
  /*color: #293033;
  background: #CCC;*/
  text-decoration: none;
}

#main-content .login #login-button {
	width: 71px;
	height: 30px;
	border: none;
	padding: 0;
	margin-left:1px;
	margin-top: 3px;
}

#main-content .login .custom-dropdown .options a.cssFocus {
  color: #293033;
  background: #CCC;
  text-decoration: none;
}
/* Hiding FourSquare in IE because it isn't supported.
   Make sure to give the FourSquare li the ID foursquare */

.share-widget.roll-over li#foursquare {
  display: none\9;
}

#main-content.orange-bowl .social-shares-wrap {
  width: auto\9!important;
}

/* Begin Updated Global Footer */
.global-social-footer {
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  padding-top: 1px;
  padding-bottom: 1px;
/*  min-width: 993px;*/
}

.global-sf-container {
  width: 100%;
  background: #eee;
}

.global-sf-inner {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

.global-social-footer ul {
  padding: 16px 0;
  float: right;
  /*left:-60px;*/
  position: relative;
}

.global-social-footer li {
  float: left;
  padding-top: 2px;
}

.global-social-footer a {
  background: url(/images/bg-social.png) no-repeat;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  min-height: 34px;
  padding: 6px 0 0 49px;
}

.global-social-footer span { display: block; }

.global-social-footer-facebook {
  margin-left: 33px;
  width: 105px;
}

.global-social-footer-facebook a {
  min-height: 27px;
  padding-top: 13px;
}

.global-social-footer-facebook a,
.global-social-footer-twitter a {
  min-height: 27px;
  padding-top: 13px;
}

.global-social-footer-twitter {
  margin-left: 43px;
  width: 116px;
}

.global-social-footer-twitter a { background-position: 0 -40px; }

.global-social-footer-linkedin {
  margin-left: 32px;
  width: 108px;
}

.global-social-footer-linkedin a { background-position: 0 -80px; }

.global-social-footer-mobile {
  margin-left: 32px;
  padding-top: 0;
}

.global-social-footer-mobile a {
  background-position: 0 -120px;
  min-height: 37px;
  padding-left: 55px;
}

/* End Updated Global Footer */
/* Accessibilty Changes */
.global-sf-container li a,.meta-navigation li a,.secondary-links-wrap > ul li a {color:#145AA0 !important;}
.primary-links-wrap a {color :#145AA0; /* suggested combination rgb(20,90,160) */}
.primary-links-wrap .link-group .ul-header{color:#576166  !important;}
.sr{position:absolute;text-indent:-2000px;}
.link-group .ul-header{ float:left;line-height:1 !important; margin-bottom:2px}
.link-group ul{clear:both;}
.secondary-links-wrap a{color:#145AA0 !important;}
.link-group ul li a{color:#145AA0 !important;}
#global-footer-content .secondary-links-wrap .equal-housing-lender {
    display: block;
    background-position: -447px -371px;
    width: 45px;
    height: 46px;
    text-indent: -9999em;
    position: absolute;
    bottom: 0;
    left: 0;
  float:left;
  margin-top:10px !important;
}
#global-footer-content .secondary-links-wrap .member-fdic {
    display: block;
    background-position: -447px -451px;
    width: 45px;
    height: 27px;
    text-indent: -9999em;
    position: absolute;
    bottom: 5px;
    left: 0 !important;
  float:left;
  margin-top:33px !important;
  margin-left:21px !important;
}
#global-footer-content .secondary-links-wrap,
#global-footer-content .secondary-links-wrap a {
    font-size: 11px;
    line-height: 11px;
}
#global-footer-content .secondary-links-wrap ul.tagline li.icon,
#global-footer-content .secondary-links-wrap .it-pays-to-discover,
#global-footer-content .secondary-links-wrap .equal-housing-lender,
#global-footer-content .secondary-links-wrap .member-fdic,
#global-footer-wrap #global-footer-content .secured span {
  background-image: url(/images/header-nav-footer/header-sprite-new.png);
  background-repeat: no-repeat;
  position:relative !important;
  float:left;

}
#global-footer-content .secondary-links-wrap ul.tagline li.icon {
    width: 16px;
    height: 12px;
    margin: 0 0 0 4px;
    background-position: -219px -448px;
}

#global-footer-content .secondary-links-wrap .it-pays-to-discover {
    display: block;
    background-position: -679px -158px;
    width: 193px;
    height: 24px;
    text-indent: -9999em;
    position: absolute !important;
    top: 0;
    right: 0;
}
h3.ul-header{
text-transform:uppercase !important;
float:left !important;
}
.link-group ul{
float:left !important;
clear:both !important;
margin-left:2px !important;
}
a:focus, button:focus, input:focus, select:focus, li:focus {outline: 1px dotted;}
.global-social-footer ul{
margin-right:60px !important;
}
#global-footer-content .secondary-links-wrap ul{padding:1px !important;}
#global-footer-content .secondary-links-wrap ul li{padding:2px 7px 2px 2px !important;}
#global-footer-content .secondary-links-wrap .equal-housing-lender{margin-left:2px !important;font-size:0 !important; }
#global-footer-content .secondary-links-wrap .it-pays-to-discover{margin:1px !important; font-size:0 !important;}
#global-footer-content .secondary-links-wrap .member-fdic{font-size:0 !important;}
#global-footer-content .secondary-links-wrap .equal-housing-lender {
    display: block;
    background-position: -447px -371px;
    width: 45px;
    height: 46px;
    text-indent: -9999em;
    position: absolute;
    bottom: 0;
    left: 0;
  float:left;
  font-size:0px;
  margin-top:10px !important;
}
#global-footer-content .secondary-links-wrap .member-fdic {
    display: block;
    background-position: -447px -451px;
    width: 45px;
    height: 27px;
    text-indent: -9999em;
    position: absolute;
    bottom: 5px;
    left: 0 !important;
  float:left;
  font-size:0px;
  margin-top:33px !important;
  margin-left:21px !important;
}
#global-footer-content .secondary-links-wrap,
#global-footer-content .secondary-links-wrap a {
    font-size: 11px;
    line-height: 11px;
}
#global-footer-content .secondary-links-wrap ul.tagline li.icon,
#global-footer-content .secondary-links-wrap .it-pays-to-discover,
#global-footer-content .secondary-links-wrap .equal-housing-lender,
#global-footer-content .secondary-links-wrap .member-fdic,
#global-footer-wrap #global-footer-content .secured span {
  background-image: url(/images/header-nav-footer/header-sprite-new.png);
  background-repeat: no-repeat;
  position:relative !important;
  float:left;

}
#global-footer-content .secondary-links-wrap ul.tagline li.icon {
    width: 16px;
    height: 12px;
    margin: 0 0 0 4px;
    background-position: -219px -448px;
}

#global-footer-content .secondary-links-wrap .it-pays-to-discover {
    display: block;
    background-position: -679px -158px;
    width: 193px;
    height: 24px;
  font-size:0px;
    text-indent: -9999em;
    position: absolute !important;
    top: 0;
    right: 0;
}
h3.ul-header{
text-transform:uppercase !important;
float:left !important;
}
.link-group ul{
float:left !important;
clear:both !important;
margin-left:2px !important;
}
a:focus, button:focus, input:focus, select:focus, li:focus {outline: 1px dotted;}
.global-social-footer ul{
margin-right:60px !important;
}
#global-footer-content .secondary-links-wrap ul{padding:1px !important;}
#global-footer-content .secondary-links-wrap ul li{padding:2px 7px 2px 2px !important;}
#global-footer-content .secondary-links-wrap .equal-housing-lender{margin-left:2px !important;font-size:0 !important; }
#global-footer-content .secondary-links-wrap .it-pays-to-discover{margin:1px !important; font-size:0 !important;}
#global-footer-content .secondary-links-wrap .member-fdic{font-size:0 !important;}
.new-spanStyle{
/*font-weight: bold; */
font-size: 13px; 
line-height: 25px;
}
.main-new-grey-line{
padding-top:0px; 
padding-bottom:4px;
}
.new-grey-line{
background: #DCE3E5;
margin: 2px 0 7px -2px;
height: 0.1em; 
position: relative; 
width: 187px; 
/*
margin-top: 3px
margin-bottom:7px !important;
margin-right: 114px; 
margin-left: 0px; */
}
