/*
Title:		print.css
--
Notes:
	= Controlling stylesheet for print rendering; imports other sheets;
		defines rules for the highest-level layout containers
*/
@import url("/fdc_site/_styles/lib/baseline.css");


body {
	background: white;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 11pt;
	line-height: 1.25;
	text-align: left !important;
}

a { text-decoration: none; color: #000; }

img { page-break-inside: avoid !important; }

h2 { font-size: 25pt; }
h3 { font-size: 14pt; font-weight: bold; }
.intro-content h3 { font-weight: normal; }
h4 {
	font-size: 12pt;
	font-weight: bold;
}

h2, h3, h4, p { margin: 11pt 0; }
ul {
	list-style-type: disc;
	margin-left: 11pt;
}

.footer { border-top: 1pt solid #cdcdcd; width: 100%; margin-top: 22pt; padding-top: 10pt; }
.footer ul { list-style: none; margin-left: 0; }

.doc-library { border-top: 1pt solid #cdcdcd; margin-top: 22pt; padding-top: 10pt;}

.print-header { display: block !important; }
.print-header { width: 100% !important; margin-bottom: 22pt; }

.status-intro h3,
.products-header h3,
.entry-title {
	font-weight: normal;
	font-size: 16pt;
	border-top: 2pt solid #cdcdcd; margin: 22pt 0 5pt; padding: 9pt 0 5pt;
	border-bottom: 1pt solid #efefef;
}
.entry-meta {
	color: #232323;
	list-style: none;
	margin: 0 0 11pt;
	font-size: 10pt;
}

.careerssub-entry { margin-bottom: 22pt; }

.careers ul { list-style: none; margin-left: 0; }

.leadership-landing i { font-style: normal; font-weight: bold; }

.leadership-landing h2,
.landing-bg,
.flow,
.dashboard,
.select-and-connect-container,
.header .box,
#navigation-secondary,
#breadcrumb,
form,
.has-form-errors-notice,
.ask-context h3,
.move_,
#selected-products-actions,
.product-indicator,
.products-help,
.explore-extra,
.landing-extra,
#error-overlay,
.products-help
a.expanded_,
.entry-nav,
.interact,
.status-tagline,
.entry-share,
#blog-email,
.entry-sorter,
.flash-enabled #flashcontent,
.precis p { display: none; }
.precis-content p { display: block; }

.download,
.link { _display: none; }

.products-footer {
	border-top: 1pt solid #efefef;
	font-size: 8pt;
	margin: 21pt 0 33pt;
}

.allproducts-byalpha li { display: none; }
.allproducts-byalpha li.selected { display: block; }
a[href]:after { content: " (" attr(href) ") "; font-size: 9pt; color: #333; }
a[href^="/"]:after { content: " (http://firstdata.com" attr(href) ") ";}
.published a[href]:after,
a.download-icon-link:after { content: ""; }
.allproducts-byalpha li.selected a:after { content: ""; }
