/* DFS Global Styles */

/* styles reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: DiscoverSans-Light, Helvetica, sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}
body {
	line-height: 1;
	color: #293033;
	background: #FFFFFF;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end */


sup {
	vertical-align: top;
}

sup.reg {
	font-size: 13px;
	vertical-align: top;
}


h1 sup {
	font-size: 0.5em;
}

p sup {
	font-size: 0.7em;
}

a sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
	color: #267bb1;
}
a:hover {
	text-decoration: underline;
}
a.more {
	background: url("/images/icon-arrow-blue.gif") right .4em no-repeat;
	padding-right: 8px;
	line-height: 25px;
}
.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
}
.clear20 {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 20px;
}
.left {
	float: left;
}
.right {
	float: right;
}

.hide {
	display: none;
}
.show {
	display: block;
}

.red {
	color: #ff0000;
}

.smallgray {
	font-size: .7em;
	color: #8a9499;
}

.regtext {
	font-size: .75em;
}

.secure-icon {
	float: left;
	margin: 3px 0 0 5px;
	display: inline;
}

.secure-icon-nofloat {
	margin-right: 5px;
	display: inline;
}

td {
	padding: 3px 5px 3px 0;
	font-size: .75em;
}

/* list styles */
ul.list {
	font-size: 100%;
}
ul.list li {
	font-size: .75em;
	padding-bottom: 5px;
}
ul.list li.last {
	padding-bottom: 0;
}
ul.list li.secure {
	background: url("/images/icon-lock.gif") left top no-repeat;
	padding-left: 15px;
}
ul.sheets li{
	background: url("/credit-cards/help-center/images/external-link.gif") left 1px no-repeat;
	padding-left: 17px;
}
ul.sheets li.last {
	padding-bottom: 0;
}

dl.list {
	margin: 0;
	font-size: .75em;
}
dl.list dt {
	margin-bottom: 4px;
}
dl.list dd {
	margin-bottom: 20px;
}
dl.list dd.last {
	margin-bottom: 0px;
}
/* FAQ styles */

dl#faq.faq dd p{
    font-size:100%;
}
.faq {
	margin-top: 15px;
}
.faq.inside-top {
	font-size: .75em;
	margin-top: 10px;
}
.faq dt {
	margin-bottom: 5px;
}
.faq dt a {
	background: url("/images/icon-faq-arrow-inactive.gif") left 2px no-repeat;
	padding-left: 15px;
}
.faq dt a.active {
	background: url("/images/icon-faq-arrow-active.gif") left 2px no-repeat;
}
.faq dt.last {
	margin-bottom: 0;
}
.faq dd {
	margin-bottom: 5px;
	padding-left: 20px;
	display: none;
}
.faq dd.last {
	margin: 5px 0 0 0;
}
.faq dd.last p {
	margin: 0;
}
.faq dd {
	line-height: 1.3em;
}
.faq.content-below {
	margin-bottom: 0;
}
.faq.content-below p {
	font-size:100%;
	margin: 0 0 8px 0;
	padding: 0;
	color:#293033;
	line-height: 1.2;
}
.faq.content-below p.last {
	margin-bottom:0px;
}
.faq ul.plain-list li {
	font-size: 100%;
	padding: 0 0 3px 10px;
}
.faq ul.plain-list li.last {
	padding-bottom: 8px;
}

/* /FAQ styles */

ol.plain-list {
	font-size: 100%;
	margin-left:33px;
	margin-right:33px;
	list-style-type:decimal;
	color: #293033;
}

ol.plain-list li {
	font-size: .75em;
	padding: 0 0 8px 0;
}
ol.plain-list li.last {
	padding-bottom:0;
}


ul.plain-list {
	font-size: 100%;
	color: #293033;
}
ul.plain-list li {
	font-size: .75em;
	padding: 0 0 8px 10px;
	background: url("/images/bullet.gif") 0 .4em no-repeat;
	line-height:1.2;
}
ul.plain-list li.last {
	padding-bottom:0;
}


/* page wrapper */
#container {
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
	min-height: 100%;
}
* html #container {
	height: 100%;
}

/* header */
#header{
	margin: 0 10px;
	padding: 0;
	font-size: .75em;
	color: #526066;
	width: 950px;
	height: 70px;
	position: relative;
}
#header #logo {
	float: left;
	margin: 20px 0 0 20px;
	display: inline;
}
#header #right-side {
	float: right;
	width: 700px;
	position: relative;
	height: 70px;
}
#header #topnavlinks {
	padding: 0 0 25px 0;
	color: #cadadc;
	display: inline;
	line-height: .98em;
	z-index: 100;
	position: absolute;
	top: 10px;
	right: 5px;
}

#header #topnavlinks,
#header #top-search #login {
	_font-size: 12px;
	_line-height: 12px;
}

#header #top-search {
	bottom:0px;
	display:inline;
	padding:0pt;
	position:absolute;
	right:10px;
	}

#header #topnavlinks li {
	float: left;
	position: relative;
}
#header #topnavlinks li ul {
	margin: 0;
	padding: 3px 0;
	position: absolute;
	top: 12px;
	left: 0px;
	background-color: #FFFFFF;
	width: 130px;
	border:1px solid #b9c3c6;
	display: none;
}
#header #topnavlinks li:hover ul, #header #topnavlinks li.over ul {
	display: block;
}
#header #topnavlinks li ul li {
	float: none;
	display: block;
	padding: 1px 0;
}
/* Fix IE. Hide from IE Mac \*/
* html #header ul li { float: left; height: 1%; }
* html #header ul li a { height: 1%; }
/* End */
#header #topnavlinks a{
	color: #526066;
	margin: 0 5px;
}

/* top navigation */
#nav {
	background: url("/images/bg-nav.jpg") left top repeat-x;
	width:950px;
	margin: 5px 10px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
	font-size: .75em;
	font-weight: bold;
}
#nav li {
	float: left;
	border-left: 1px solid #e3e7e8;
	border-right: 1px solid #aab0b1;
}
#nav li a {
	color: #000000;
	padding: 0 20px;
	line-height: 30px;
}
#nav li a:hover {
	text-decoration: none;
}
#nav li.active, #nav li.active:hover {
	background: url("/images/bg-nav-active.jpg") left top repeat-x;
	color: #FFFFFF;
	border: none;
}
#nav li.active a {
	color: #FFFFFF;
	padding: 0 21px;
}

.login-buttons {
	margin: 13px 0 10px 10px;
 	clear: both;
 }
.login-buttons a{
	display: inline;
}
.login-buttons * {
	vertical-align: middle;
	font-size: .75em;
}

/* content container for page-wide elements */
.content {
	margin: 0 auto;
	width: 950px;
	position: relative;
}

.login-content {
	margin: 0 50px;
	width: 840px;
	position: relative;
}

/* breadcrumbs */
#breadcrumb {
	width: 940px;
	height: 40px;
	line-height: 40px;
	margin: 5px auto;
	font-size: .69em;
	padding-left: 10px;
}
/* /breadcrumbs */

/* breadcrumbs4TS */
#breadcrumb4TS {
	width: 940px;
	height: 10px;
	line-height: 10px;
	margin: 5px auto;
	font-size: .69em;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
/* /breadcrumbs4TS */

/* page title */
#page-title {
	width: 930px;
	margin: 0 auto;
	padding: 0 30px;
}
#page-title h1 {
	line-height: 55px;
	font-size: 1.6em;
	float: left;
	font-weight: normal;
}
#page-title h1 sup {
	font-size: 9px;
	line-height: 45px;
}
#page-title #page-title-link {
	line-height: 55px;
	float: right;
}
#page-title #page-title-link a.question {
	padding-left: 17px;
	font-size: .8em;
	background: url("/credit-cards/get-discover/more-card/images/icon-question.gif") left 3px no-repeat;
}
#page-title #page-title-link a.more {
	font-size: .75em;
}

/* footer */
#footer {
	width: 970px;
	color: #C0C8CC;
	margin: 0 auto;
	background: #FFF;
	padding-top: 30px;
}

#footer .community-links-container:after,
#footer .primary-links .link-container:after,
#footer .primary-links .logo-line:after,
#footer .secondary-links ul:after {
	content: '';
	clear: both;
	display: block;
}

#footer .community-links-container {
	zoom: 1;
	margin: 0 10px;
	border-top: 1px solid #C6D2D6;
	padding: 20px 0 12px;
}

#footer .community-links {
	float: right;
	padding: 5px 0;
}

#footer .community-links li {
	display: inline;
	padding-right: 15px;
	font-size: 12px;
}

#footer .community-links li a {
	padding: 10px 0 10px 30px;
}

#footer .community-links li.tv-ads-icon a {
	background: url(/images/bg-social-icons.png) 0 5px no-repeat;
}

#footer .community-links li.facebook-icon a {
	background: url(/images/bg-social-icons.png) 0 -40px no-repeat;
}

#footer .community-links li.twitter-icon a {
	background: url(/images/bg-social-icons.png) 0 -88px no-repeat;
}

#footer .community-links li.blog-icon a {
	background: url(/images/bg-social-icons.png) 0 -130px no-repeat;
}

#footer .community-links li.mobile-icon a {
	background: url(/images/bg-social-icons.png) 0 -172px no-repeat;
}

#footer .primary-links {
	padding: 20px 20px 5px 20px;
	background: #FEFEFE url(/images/bg-footer.png) 0 0 repeat-x;
	color: #656E73;
}

#footer .primary-links .link-container,
#footer .primary-links .logo-line,
#footer .secondary-links ul {
	zoom: 1;
}

#footer .primary-links .link-container {
	padding: 0 0 20px 30px;
}

#footer .primary-links .link-group {
	float: left;
	padding-right: 80px;
	font-size: 11px;
}

#footer .primary-links .link-group.last {
	padding-right: 0;
}

#footer .primary-links .link-group h1 {
	float: left;
	padding: 0 10px 7px 0;
	background: url(/images/icon-footer-down-arrow.png) right 2px no-repeat;
	font-size: 10px;
	text-transform: uppercase;
	color: #656E73;
}

#footer .primary-links .link-group ul {
	clear: left;
}

#footer .primary-links .link-group li {
	padding-bottom: 7px;
}

#footer .primary-links .link-group li a {
	color: #656E73;
}

#footer .primary-links .footer-search {
	float: left;
	margin: 5px 15px 0 0;
}

#footer .primary-links .footer-search input.text-input {
	width: 168px;
	float: left;
	margin-right: 10px;
	color: #8A9499;
}

#footer .primary-links .footer-search input.footer-search-button {
	float: left;
	margin-top: 1px;
}

#footer .primary-links ul.additional-links {
	padding: 10px 0;
	float: left;
}

#footer .primary-links ul.additional-links li {
	float: left;
	border-left: 1px solid #C0C8CC;
	padding: 0 8px 0 8px;
	font-size: 12px;
}

#footer .primary-links h2 a {
	float: right;
	width: 193px;
	height: 24px;
	background: url(/images/logo-it-pays-to-discover.png) 0 0 no-repeat;
	text-indent: -9999px;
}

#footer .primary-links-bottom {
	height: 20px;
	width: 970px;
	background: url(/images/bg-footer-btm.png) 0 0 no-repeat;
}

#footer .secondary-links {
	background: #DFDFDF;
	padding: 10px 0 0 15px;
	font-size: 11px;
}

#footer .secondary-links li {
	float: left;
	background: url(/images/footer-line.png) right 0 no-repeat;
	padding: 0 8px;
}

#footer .secondary-links li a {
	color: #656E73;
}

#footer .secondary-links li.last {
	background: none;
}

#footer .secondary-links p {
	padding: 7px 0 30px 5px;
	color: #656E73;
}

/* /footer */


/*  global buttons */

a.apply-now{
	background: url('/images/apply-now-off.gif') no-repeat top left;
	width: 92px;
	height: 25px;
	float: left;
}

a.more-button{
	background: url('/images/btn-more-details.gif') no-repeat top left;
	width: 105px;
	height: 25px;
	float: left;
}

a.signup{
	background: url('/images/signup-off.gif') no-repeat top left;
	width: 111px;
	height: 20px;
	display: block;
}

a.question-popup {
	width: 12px;
	height: 12px;
}

/* end global buttons */
.noflash{
	width: 950px;
	height: 390px;
	text-align: center;
	vertical-align: middle;
	background: url('/images/bg-noflash.jpg') top left no-repeat;

}

/*changed for bank promo - 20080826*/
.noflash-small{
	width: 710px;
	height: 234px;
	vertical-align: middle;
	background: url('/images/noflash-bank-marquee.jpg') top left no-repeat;
	/*cursor:pointer;	*/
	position:relative;
}
.noflash-small a.bank {
	position:absolute;
	top:160px;
	left:33px;
	}
.pane .pane-content .col p.bank-copy {
	width:330px;
	margin-left:5px;
	}
#saving-pane-col1 ul.bank {
	width:350px;
	margin-left:15px;
	}
#saving-pane {
	position:relative;
	}
#saving-pane img.fdic {
	margin-left:20px;
	vertical-align:top;
	}
/* /changed for bank promo - 20080826*/

.noflash-small .message{
	padding-top: 50px;
	font-size: 0.8em;
}

.noflash .message{
	padding-top: 120px;
	font-size: 0.8em;
}
.noflash .message p, .noflash-small .message p{
	line-height: 1.2em;
	padding-top: 15px;
}
.noflash .message a, .noflash-small .message a{
	text-decoration: none;
}
#important-info h1 sup {
font-family:Verdana,DiscoverSans-Light,Helvetica,sans-serif;
vertical-align:super;
}

#pane1.pane .pane-content .student-link {
	font-size:.75em;
	padding-top:0px;
	clear:right;
	}


.noflash-small a.take-me-shopping {
        position:absolute;
        top:160px;
        left:30px;
        }

/*mcd update to faqs 5/02/08/*/
.faq-content.open-faqs{
	margin:0!important;
	padding:0;
	clear:left;
	}
.faq-content.open-faqs h2 {
	margin-left:20px;
	padding-bottom:12px;
	font-size:1em;
	}
.faq-content.open-faqs h3 {
	font-size:1.3em;
	font-weight:bold;
	padding-top:1.75em;
	}
.faq-content.open-faqs h4.cs-top {
	font-weight:bold;
	margin:10px;
	font-size:.85em;
	}
.faq-content.open-faqs ul.top-list{
	font-size:.75em;
	padding: 0 0 9px 20px;
	border-bottom:1px solid #c6d2d6;
	}
.faq-content.open-faqs ul.cs-list{
	font-size:.75em;
	padding: .5em 0 1em 0;
	border-bottom:1px solid #c6d2d6;
	}
.faq-content.open-faqs ul.top-list li, .faq-content.open-faqs ul.cs-list li {
	padding-bottom:.30em;
	background: url(/images/blue-bullet.gif) 0 .5em no-repeat;
	padding-left:8px;
	width:680px;
	line-height:1.4em;
	}
.faq-content.open-faqs ul.cs-list li.header {
	padding-left:0;
	background-image:none;
	}
.faq-content.open-faqs .full-list {
	font-size:.75em;
	margin:0 0 0 20px ;
	}
.faq-content.open-faqs .full-list.cs {
	margin-left:0;
	padding-bottom:.8em;
	}
.faq-content.open-faqs .full-list.cs ol {
	list-style-type:decimal;
	padding: 9px 0 0 35px;
	}
.faq-content.open-faqs .full-list.cs ol li {
	padding-bottom:.5em;
	}
.faq-content.open-faqs .full-list.cs ol li.last {
	padding-bottom:0;
	}
.faq-content.open-faqs .full-list.cs p {
	font-size:100%;
	margin-bottom:0;
	}
.faq-content.open-faqs .full-list h4 {
	font-weight:bold;
	padding-top:1.75em;
	font-size:1em;
	line-height:1.4em;
	}
.faq-content.open-faqs .full-list.cs h4 {
	padding-left:10px;
	}
.faq-content.open-faqs .full-list.cs h3 {
	font-size:1.2em;
	padding-left:10px;
	margin:0;
	}
.faq-content.open-faqs .full-list h4.first {
	padding-top:1em;
	}
.faq-content.open-faqs .full-list p {
	margin-top:.8em;
	line-height:1.2em;
	color:#293033;
	}
.faq-content.open-faqs .full-list ul {
	padding-left:5px;
	padding-top:5px;
	}
.faq-content.open-faqs .full-list ul li {
	background:url(/images/bullet.gif) 0 .4em no-repeat;
	padding-left:10px;
	margin-bottom:.5em;
	line-height:1.2em;
	position: relative;
	}
.faq-content.open-faqs h2.faq-title {
	font-weight:bold;
	padding:19px 0pt 10px;
}
.faq-content.open-faqs h2.faq {
	margin-left:0;
	padding-bottom:0;
	}
#faq-right {
	float:right;
	padding-right:20px;
	}
#faq-right .business-card-callout-content {
	margin-top:0;
	}
.lite-gray {
	color:#8A9499;
	font-size:.85em;
	}
/* /mcd update to faqs 5/02/08/*
/*20081014 spendsmarter marquee*/
.noflash-small.spendsmarter {
	background: url('/images/no-flash-spendsmarter.jpg') top left no-repeat;
}
.noflash-small.spendsmarter a {
	position:absolute;
	top:153px;
	left:28px;
}
/* /20081014 spendsmarter marquee*/

/* For nonflash version of marquee -mjw */

#flashcontent .homepage-shop-now-btn {
	position:absolute;
	left:32px;
	top:145px;
}

/* shopdiscover */

.noflash-small.shopdiscover {
	background: url('/images/bg-shopd_marquee.jpg') top left no-repeat;
}
.noflash-small.shopdiscover a {
	position:absolute;
	top:143px;
	left:28px;
}

/*
* Alternative Cashback Bonus Calendar Overlay - 2010 02 02 - mjw
*/

#cashbonus-calendar-alternative-overlay.overlay-slight {
	width:34.46em;
	text-align:left;
}

#cashbonus-calendar-alternative-overlay.overlay-slight div.body {
	width: 33.46em;
	padding:1em .5em;
}

#cashbonus-calendar-alternative-overlay.overlay-slight div.body #overlay-content {
	min-height: 135px;
}

#cashbonus-calendar-alternative-overlay .close-link {
	font-size: 11px;
}

#cashbonus-calendar-alternative-overlay .left-side {
	float: left;
	width: 265px;
	padding:25px 0 0 5px;
}

#cashbonus-calendar-alternative-overlay .left-side h1 {
	color: #FF6600;
	font-size: 18px;
}

#cashbonus-calendar-alternative-overlay .left-side h1 img {
	float: left;
}

#cashbonus-calendar-alternative-overlay .left-side h1 em {
	float: left;
	margin-top: 5px;
	padding-left: 7px;
}

#cashbonus-calendar-alternative-overlay .left-side p {
	float: left;
	width: 175px;
	padding: 3px 0 0 7px;
	line-height: 18px;
	font-size: 12px;
	color: #576166;
}

#cashbonus-calendar-alternative-overlay .right-side {
	float: left;
	width: 240px;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #FFF4E0;
}

#cashbonus-calendar-alternative-overlay .right-side h2 {
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #FFCFA4;
	color: #FF6600;
}

#cashbonus-calendar-alternative-overlay .right-side h2 span.months {
	float: left;
	width: 90px;
}

#cashbonus-calendar-alternative-overlay .right-side h2 span.category {
	font-weight: normal;
	color: #576166;
}


#cashbonus-calendar-alternative-overlay .right-side h2.last {
	border-bottom: none;
}

/*IE6 Specific */

* html #cashbonus-calendar-alternative-overlay.overlay-slight div.body #overlay-content {
	height: 135px;
}



#card-main #card-specs a.overlay-trigger {
	background:transparent url(/credit-cards/get-discover/more-card/images/icon-popup.gif) no-repeat scroll left 3px;
	padding-left:18px;

}

/* 2010 calendar Overlay Hover Defintion	*/
#card-main #card-specs a.overlay-hover {
	background:transparent url(/credit-cards/get-discover/more-card/images/icon-popup.gif) no-repeat scroll left 3px;
	padding-left:18px;

}

.calendar-overlay a.overlay-trigger {
	background:transparent url(/credit-cards/get-discover/more-card/images/icon-popup.gif) no-repeat scroll left 3px;
	padding-left:18px;

}

#card-rewards-benefits #card-rewards ul li a.overlay-trigger {
	background:transparent url(/credit-cards/get-discover/more-card/images/icon-popup.gif) no-repeat scroll left 3px;
	padding-left:18px;
	font-size: .75em;
	margin-left: 14px;
	line-height: 1.3em;

}

/*
* Alternative Cashback Bonus Calendar Overlay NO CLOSE - 2010 02 19 - mjw
*/

.calendar-overlay a.overlay-trigger {
	background:transparent url(/images/icon-popup.gif) no-repeat scroll left 3px;
	padding-left:18px;

}

#cashbonus-calendar-alternative-overlay-no-close.overlay-slight {
	width:34.46em;
}

#cashbonus-calendar-alternative-overlay-no-close.overlay-slight div.body {
	width: 33.46em;
	padding:1em .5em;
}

#cashbonus-calendar-alternative-overlay-no-close.overlay-slight div.body #overlay-content {
	min-height: 135px;
}

#cashbonus-calendar-alternative-overlay-no-close .close-link {
	font-size: 11px;
}

#cashbonus-calendar-alternative-overlay-no-close .left-side {
	float: left;
	width: 265px;
	padding:25px 0 0 5px;
}

#cashbonus-calendar-alternative-overlay-no-close .left-side h1 {
	color: #FF6600;
	font-size: 18px;
}

#cashbonus-calendar-alternative-overlay-no-close .left-side h1 img {
	float: left;
}

#cashbonus-calendar-alternative-overlay-no-close .left-side h1 em {
	float: left;
	margin-top: 5px;
	padding-left: 7px;
}

#cashbonus-calendar-alternative-overlay-no-close .left-side p {
	float: left;
	width: 175px;
	padding: 3px 0 0 7px;
	line-height: 18px;
	font-size: 12px;
	color: #576166;
}

#cashbonus-calendar-alternative-overlay-no-close .right-side {
	float: left;
	width: 240px;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #FFF4E0;
}

#cashbonus-calendar-alternative-overlay-no-close .right-side h2 {
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #FFCFA4;
	color: #FF6600;
}

#cashbonus-calendar-alternative-overlay-no-close .right-side h2 span.months {
	float: left;
	width: 90px;
}

#cashbonus-calendar-alternative-overlay-no-close .right-side h2 span.category {
	font-weight: normal;
	color: #576166;
}


#cashbonus-calendar-alternative-overlay-no-close .right-side h2.last {
	border-bottom: none;
}

/*IE Specific */

* html #cashbonus-calendar-alternative-overlay-no-close.overlay-slight div.body #overlay-content {
	height: 135px;
}

/* Alternate calendar no close button */
#cashbonus-calendar-alternative-overlay-no-close-no-close.overlay-slight {
	width:34.46em;
}

#cashbonus-calendar-alternative-overlay-no-close-no-close.overlay-slight div.body {
	width: 33.46em;
	padding:1em .5em;
}

#cashbonus-calendar-alternative-overlay-no-close-no-close.overlay-slight div.body #overlay-content {
	min-height: 135px;
}

#cashbonus-calendar-alternative-overlay-no-close-no-close .close-link {
	font-size: 11px;
}

#cashbonus-calendar-alternative-overlay-no-close-no-close .left-side {
	float: left;
	width: 265px;
	padding:25px 0 0 5px;
}

#cashbonus-calendar-alternative-overlay-no-close-no-close .left-side h1 {
	color: #FF6600;
	font-size: 18px;
}

#cashbonus-calendar-alternative-overlay-no-close-no-close .left-side h1 img {
	float: left;
}

#cashbonus-calendar-alternative-overlay-no-close-no-close .left-side h1 em {
	float: left;
	margin-top: 5px;
	padding-left: 7px;
}

#cashbonus-calendar-alternative-overlay-no-close-no-close .left-side p {
	float: left;
	width: 175px;
	padding: 3px 0 0 7px;
	line-height: 18px;
	font-size: 12px;
	color: #576166;
}

#cashbonus-calendar-alternative-overlay-no-close-no-close .right-side {
	float: left;
	width: 240px;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #FFF4E0;
}

#cashbonus-calendar-alternative-overlay-no-close-no-close .right-side h2 {
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #FFCFA4;
	color: #FF6600;
}

#cashbonus-calendar-alternative-overlay-no-close-no-close .right-side h2 span.months {
	float: left;
	width: 90px;
}

#cashbonus-calendar-alternative-overlay-no-close-no-close .right-side h2 span.category {
	font-weight: normal;
	color: #576166;
}


#cashbonus-calendar-alternative-overlay-no-close-no-close .right-side h2.last {
	border-bottom: none;
}

/*IE Specific */

* html #cashbonus-calendar-alternative-overlay-no-close-no-close.overlay-slight div.body #overlay-content {
	height: 135px;
}

/*
* credit-card Cashback Bonus Calendar Overlay - 2010 02 18 - smg
*/

#cashbonus-calendar-credit-card-overlay.overlay-slight {
	width:34.46em;
}

#cashbonus-calendar-credit-card-overlay.overlay-slight div.body {
	width: 33.46em;
	padding:1em .5em;
}

#cashbonus-calendar-credit-card-overlay.overlay-slight div.body #overlay-content {
	min-height: 135px;
}

#cashbonus-calendar-credit-card-overlay .close-link {
	font-size: 11px;
}

#cashbonus-calendar-credit-card-overlay .left-side {
	float: left;
	width: 265px;
	padding:25px 0 0 5px;
}

#cashbonus-calendar-credit-card-overlay .left-side h1 {
	color: #FF6600;
	font-size: 18px;
}

#cashbonus-calendar-credit-card-overlay .left-side h1 img {
	float: left;
}

#cashbonus-calendar-credit-card-overlay .left-side h1 em {
	float: left;
	margin-top: 5px;
	padding-left: 7px;
}

#cashbonus-calendar-credit-card-overlay .left-side p {
	float: left;
	width: 175px;
	padding: 3px 0 0 7px;
	line-height: 18px;
	font-size: 12px;
	color: #576166;
}

#cashbonus-calendar-credit-card-overlay .right-side {
	float: left;
	width: 240px;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #FFF4E0;
}

#cashbonus-calendar-credit-card-overlay .right-side h2 {
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #FFCFA4;
	color: #FF6600;
}

#cashbonus-calendar-credit-card-overlay .right-side h2 span.months {
	float: left;
	width: 90px;
}

#cashbonus-calendar-credit-card-overlay .right-side h2 span.category {
	font-weight: normal;
	color: #576166;
}


#cashbonus-calendar-credit-card-overlay .right-side h2.last {
	border-bottom: none;
}

/*IE6 Specific */

* html #cashbonus-calendar-credit-card-overlay.overlay-slight div.body #overlay-content {
	height: 135px;
}

/*
* credit-card 2 Cashback Bonus Calendar Overlay - 2010 02 18 - smg

#cashbonus-calendar-student-card-overlay.overlay-slight {
	width:34.46em;
}

#cashbonus-calendar-student-card-overlay.overlay-slight div.body {
	width: 33.46em;
	padding:1em .5em;
}

#cashbonus-calendar-student-card-overlay.overlay-slight div.body #overlay-content {
	min-height: 135px;
}

#cashbonus-calendar-student-card-overlay .close-link {
	font-size: 11px;
}

#cashbonus-calendar-student-card-overlay .left-side {
	float: left;
	width: 265px;
	padding:25px 0 0 5px;
}

#cashbonus-calendar-student-card-overlay .left-side h1 {
	color: #FF6600;
	font-size: 18px;
}

#cashbonus-calendar-student-card-overlay .left-side h1 img {
	float: left;
}

#cashbonus-calendar-student-card-overlay .left-side h1 em {
	float: left;
	margin-top: 5px;
	padding-left: 7px;
}

#cashbonus-calendar-student-card-overlay .left-side p {
	float: left;
	width: 175px;
	padding: 3px 0 0 7px;
	line-height: 18px;
	font-size: 12px;
	color: #576166;
}

#cashbonus-calendar-student-card-overlay .right-side {
	float: left;
	width: 240px;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #FFF4E0;
}

#cashbonus-calendar-student-card-overlay .right-side h2 {
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #FFCFA4;
	color: #FF6600;
}

#cashbonus-calendar-student-card-overlay .right-side h2 span.months {
	float: left;
	width: 90px;
}

#cashbonus-calendar-student-card-overlay .right-side h2 span.category {
	font-weight: normal;
	color: #576166;
}


#cashbonus-calendar-student-card-overlay .right-side h2.last {
	border-bottom: none;
}

/*IE6 Specific */

* html #cashbonus-calendar-student-card-overlay.overlay-slight div.body #overlay-content {
	height: 135px;
}

/*
* Student Rates Cashback Bonus Calendar Overlay - 2010 02 18 - smg
*/

#cashbonus-calendar-alternative-overlay-no-close.overlay-slight {
    width:34.46em;
    text-align:left;
}

#cashbonus-calendar-student-rate-overlay.overlay-slight div.body {
        width: 33.46em;
        padding:1em .5em;
}

#cashbonus-calendar-student-rate-overlay.overlay-slight div.body #overlay-content {
        min-height: 135px;
}

#cashbonus-calendar-student-rate-overlay .close-link {
        font-size: 11px;
}

#cashbonus-calendar-student-rate-overlay .left-side {
        float: left;
        width: 265px;
        padding:25px 0 0 5px;
}

#cashbonus-calendar-student-rate-overlay .left-side h1 {
        color: #FF6600;
        font-size: 18px;
}

#cashbonus-calendar-student-rate-overlay .left-side h1 img {
        float: left;
}

#cashbonus-calendar-student-rate-overlay .left-side h1 em {
        float: left;
        margin-top: 5px;
        padding-left: 7px;
}

#cashbonus-calendar-student-rate-overlay .left-side p {
        float: left;
        width: 175px;
        padding: 3px 0 0 7px;
        line-height: 18px;
        font-size: 12px;
        color: #576166;
}

#cashbonus-calendar-student-rate-overlay .right-side {
        float: left;
        width: 240px;
        margin: 10px 0 0 0;
        padding: 10px;
        background: #FFF4E0;
}

#cashbonus-calendar-student-rate-overlay .right-side h2 {
        padding: 5px 0;
        font-size: 12px;
        font-weight: bold;
        border-bottom: 1px solid #FFCFA4;
        color: #FF6600;
}

#cashbonus-calendar-student-rate-overlay .right-side h2 span.months {
        float: left;
        width: 90px;
}

#cashbonus-calendar-student-rate-overlay .right-side h2 span.category {
        font-weight: normal;
        color: #576166;
}


#cashbonus-calendar-student-rate-overlay .right-side h2.last {
        border-bottom: none;
}

/*IE6 Specific */

* html #cashbonus-calendar-student-rate-overlay.overlay-slight div.body #overlay-content {
        height: 135px;
}



.calendar-overlay a.overlay-trigger {
	background:transparent url(/credit-cards/get-discover/more-card/images/icon-popup.gif) no-repeat scroll left 3px;
	padding-left:18px;

}

#card-rewards-benefits #card-rewards a.overlay-trigger {
	background:transparent url(/credit-cards/get-discover/more-card/images/icon-popup.gif) no-repeat scroll left 3px;
	padding-left:18px;
}

/*2011 New Global header/footer styles*/
#global-header-wrap {
	width: 100%;
	line-height: 18px;
}

#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,
#global-footer-wrap .global-footer-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 .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; }

#global-header  #searchbox-ss{
	display: block;
    float: right;
    margin: 44px -158px 0 0;
	width: 158px;
}

#global-header  #searchbox-ss  #search_suggest{
	position: absolute;
	/*color: #ACA9A9;*/
	color: #333333;
	width: 158px;
	border:1px solid #B4B4B4;
	background-color: #FFF;
	font-size: 14px;
	cursor: default;
	z-index: 9;
	table-layout: fixed;
}

#global-header  #searchbox-ss  #search_suggest td{
	font-size: 14px;
}

/**
 * Cascading Style Sheet for GSA Suggest.
 */
.ss-gac-b {
  background: #36c;
  color: white;
  border: none;
}

.ss-gac-c {
  overflow: hidden;
  /*padding-left: 3px;*/
  padding: 1px 3px;
  text-align: left;
  white-space: nowrap;
  border: none;
}

.ss-gac-d {
  color: green;
  font-size: 10px;
  overflow: hidden;
  padding: 0 3px;
  text-align: right;
  white-space: nowrap;
}

.ss-gac-b td {
  background: #36c;
  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;
}

/** 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 {
	/*margin-right: 20px;*/
	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;
	/*overflow: hidden;*/
}

#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;
}

#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 {
	/*border-right: 1px solid #DCE3E5;*/
	min-height: 180px;
	/*padding-right: 10px;*/
	margin-right: 20px;
}

#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: 70px;
	padding-bottom: 25px;
}

#global-header .global-header-tab-content.community .options ul {
	margin-top: 13px;
}

#global-header .global-header-tab-content.community .options ul li {
	margin-right: 30px;
	float: left;
	font-size: 12px;
	font-weight: normal;
}

#global-header .global-header-tab-content.community .options ul li a {
	display: block;
	height: 44px;
	padding-left: 53px;
	background: url(/images/header-nav-footer/header-sprite.png) 0 0 no-repeat;
	font-size: 12px;
}

#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;
	line-height: 18px;
}
#global-nav {
	background: url('/images/header-nav-footer/global-nav/global-nav-bg.jpg') 0 0 repeat-x transparent;
	z-index: 1;
	overflow: hidden;
}
#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:188px;
}
#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;
	line-height: 18px;
}

#global-social-footer ul { float: right; }

#global-social-footer ul li {
    float: left;
    padding-left: 20px;
}

#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-watch-peggy a { background-position: 0 -284px; }
#global-social-footer .social-footer-facebook a { background-position: 0 -326px; }
#global-social-footer .social-footer-twitter a { background-position: 0 -365px; }
#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;
	font-weight: normal;
}

#global-footer-content .primary-links-wrap .link-group {
    float: left;
    margin: 15px 55px 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;
}

#global-footer-content .secondary-links-wrap {
    clear: both;
	margin-top: 20px;
	margin-left: 10px;
}

#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 {
	/* Begin update for AdChoices CR150501-01 */
    /* float: left; */
    /* margin: 0 7px 0 0; */
	display: inline;
	margin: 0 4px 0 0;
	/* End update for AdChoices CR150501-01 */
	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;
}

/* 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;
}
/*Social Sharing Widget Styles*/
.share-widget span.nojs {
	clear: left;
	float: left;
	display: block;
	font-size: 12px;
	text-align: left;
	width: 300px;
	color: #8A9499;
}
.share-widget.roll-over span.nojs {
	margin: 5px 0 0 10px;
}
.share-widget p {
	font-size: 20px;
	font-weight: bold;
	float: left;
	line-height: 33px;
	margin-right: 7px;
	color: #293033;
}

.share-widget li {
	float: left;
	width: 33px;
	height: 33px;
	margin-left: 8px;
	position: relative;
}

.share-widget.roll-over li {
	width: 25px;
	height: 25px;
}

.share-widget li a {
	display: block;
	width: 33px;
	height: 33px;
	background: url(/images/social-sharing-sprite.png) 0 0 no-repeat;
	text-decoration: none;
	text-indent: 9999px;
	white-space: nowrap;
}

.share-widget.roll-over li a {
	background-position: 0 -43px;
	height: 25px;
	width: 25px;
}

.share-widget li a.twitter-link { background-position: -47px 0; }
.share-widget li a.googlePlus-link { background-position: -94px 0; }
.share-widget li a.foursquare-link { background-position: -141px 0; }
.share-widget li a.linkedin-link { background-position: 0 -278px; }
.share-widget.roll-over li a.twitter-link { background-position: -32px -43px; }
.share-widget.roll-over li a.googlePlus-link { background-position: -64px -43px;; }
.share-widget.roll-over li a.foursquare-link { background-position: -96px -43px;; }
.share-widget.roll-over li a.linkedin-link { background-position: -128px -43px;; }

.share-widget.roll-over li a .link-tip {
	display: none;
	text-decoration: none;
	float: none;
	background: transparent url(/images/social-sharing-sprite.png) 0 -79px no-repeat;
	line-height: 12px;
	text-align: left;
	font-size: 14px;
	padding: 10px 15px 20px;
	white-space: nowrap;
	text-indent: 0;
}

.share-widget.roll-over li a:hover .link-tip {
	display: block;
	position: absolute;
	top: -45px;
	left: -30px;
	color: #293033;
}

.share-widget.roll-over li a:hover .link-tip .right-line {
	display: block;
	border-right: 1px solid #c9d2d6;;
	height: 31px;
	right: 0;
	top: 1px;
	position: absolute;
}

.share-widget.roll-over li a.twitter-link .link-tip {
	background-position: 0 -125px;
	left: -61px;
}

.share-widget.roll-over li a.googlePlus-link .link-tip {
	background-position: 0 -174px;
	left: -93px;
}

.share-widget.roll-over li a.foursquare-link .link-tip {
	background-position: 0 -222px;
	left: -125px;
}

/* Begin Updated Global Footer */
.global-social-footer {
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
 /*   min-width: 993px;*/
  padding-top: 1px;
  padding-bottom: 1px;
	clear:both;
}

.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;
}

.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;}
<!--[if IE]>
.setieheight{height:18px !important;}
<![endif]-->
#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 .symantec{
    width: 80px;
    height: 56px;
    position: relative;
    bottom: 5px;
	top: 5px;
    left: 0 !important;
	float:left;
	margin-left:21px !important;
}

#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 footer phase2 end*/

/* new header social icon start */

#global-header .global-header-tab-content.community .options ul li a.facebook {
    background-position: -889px -333px !important;
    height: 46px !important;
}
#global-header .global-header-tab-content.community .options ul li a.twitter {
    background-position: -882px -277px !important;
    height: 46px !important;
}
#global-header .global-header-tab-content.community .options ul li a.youtube {
    background-position: -888px -221px !important;
    height: 46px !important;
}
#global-header .global-header-tab-content.community .options ul li a.cbb {
    background-position: -889px -390px !important;
    height: 46px !important;
}
#global-header .global-header-tab-content-wrap .community .options {
    margin-left: 257px !important;
    margin-top: 0 !important;
}
#global-header .global-header-tab-content .options p {
    color: #8E8E8E !important;
}

/* new header social icon End */

/* new footer social Icon Start */
.global-social-footer-facebook a {
background: url("/images/header-nav-footer/header-sprite.png") no-repeat;
background-position: -889px -334px !important;
height: 32px !important;
margin-left: -82px !important;
}

.global-social-footer-facebook {
    width: 2px !important;
}

.global-social-footer-twitter a {
background: url("/images/header-nav-footer/header-sprite.png") no-repeat;
background-position: -889px -278px !important;
height: 32px !important;
margin-left: -58px !important;
}

.global-social-footer-twitter {
    width: 2px !important;
}

.global-social-footer-linkedin a{
background: url("/images/header-nav-footer/header-sprite.png") no-repeat;
background-position: -889px -222px !important;
height: 39px !important;
margin-left: -25px !important;
}

.global-social-footer-linkedin {
width: 2px !important;
}

.global-social-footer-googlePlus a {
background: url("/images/header-nav-footer/header-sprite.png") no-repeat;
background-position: -889px -391px !important;
height: 39px !important;
margin-left: 40px !important;
}

.global-social-footer-googlePlus {
width: 2px !important;
}

.global-social-footer-mobile a {
background: url("/images/header-nav-footer/header-sprite.png") no-repeat;
background-position: -837px -449px !important;
height: 39px !important;
/*margin-left: 58px !important;*/
}

.global-social-footer-mobile {
width: 182px !important;
}

.global-sf-inner {
    width: 1014px !important;
}

#global-footer-wrap #global-footer-content {
    width: 1035px;
}

#global-footer-wrap #global-footer-content .primary-links-wrap {
    width: 1050px;
}

#global-footer-content .secondary-links-wrap .it-pays-to-discover {
    font-size: 0 !important;
    margin-right: 18px !important;
}

/*ST's*/
.error .code {
    font-size: 122px;
	font-family: "DiscoverSans-Light",sans-serif;
	color: rgba(41,48,51,0.2);
    line-height: 1;
}

.light-font {
    font-family: "DiscoverSans-Light",sans-serif;
    font-weight: 300;
	color: rgba(41,48,51,0.2);
    margin-left: 600px;
}

.error .text {
    font-size: 40px;
    line-height: 1;
	font-family: "DiscoverSans-Light",sans-serif;
	color: rgba(41,48,51,0.2);
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
  padding-bottom: 50px;

}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}




@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
	.atmLocator{
			padding-right: 0px;
			width: 130px;
			float: left;
  }

/* new footer social Icon END */