/* **** Print styles ******************************************************************************** */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, verdana, sans-serif;
	font-size: 11pt;
	color: #000;
	text-align: left;
	background: #fff;
}

.ui-helper-clearfix:after, .cfx:after{content:"."; display: block; clear:both; visibility:hidden; line-height:0; height:0;}
* html .cfx, * html .ui-helper-clearfix, * html .row .fld{height:1px;}
*+html .cfx, *+html .ui-helper-clearfix{display:inline-block;}

/*--------------------------------------------------*/
/* Headings                                         */

h1, h2, h3 {
	letter-spacing: -1pt;
}

h1 {
	font-size: 28pt;
}

h2 {
	font-size: 20pt;
}

h3 {
	font-size: 16pt;
}

/*--------------------------------------------------*/
/* Text                                             */

p {
	padding: 0 0 7pt 0;
	font-size: 11pt;
	line-height: 120%;
}

tr{}
td,
th{
	font-size: 11pt;
	padding:.5em;
	vertical-align:top;
}

/*--------------------------------------------------*/
/* Links                                            */

a {
	color: #000;
	padding: 0;
	border-bottom: 0;
	text-decoration: none;
}

/*--------------------------------------------------*/
/* Receipt template									*/

body.receipt .address-1{text-align:left;}
body.receipt .address-2{text-align:right;}
body.receipt h2{text-transform:none;font-size:1.4em;}
body.receipt .member-number{
	border:1px dotted #666;
	border-width:1px 0;
	padding:1em 0;
	margin-bottom:1.5em;
}

#dd-confirmation{
	padding:0;
	width:auto;
	font-family:'Trebuchet MS', Arial, Helvetica;
	font-size:10px !important;
}
#dd-confirmation .inr{
	padding:20px 20px 0
}
#dd-confirmation table{
	margin-bottom:20px;
}

#dd-confirmation .top address{
	font-size:1.8em;
	margin-left:20px;
	width:50%;
	float:left;
}

#dd-confirmation .top .dd{
	float:left;
	color:#000;
	width:45%;
}

#dd-confirmation .dd p{
	font-size:1.8em;
	float:left;
	width:60%;
	padding-top:0;
	margin-top:0;
}

#dd-confirmation .top .dd img{
	float:right;
	margin-top:10px;
}

#dd-confirmation .top address strong{
	font-weight:bold;
	color:#aa112c;
}

#dd-confirmation .col{
	width:48.6%;
	margin-right:2.8%;
	float:left;
}

#dd-confirmation .col +.col{margin-right:0}

#dd-confirmation .instruction .inr{
	padding:15px 15px 0;
}

#dd-confirmation .instruction h3{
	font-size:1.5em;
	font-weight:bold;
}

/*--------------------------------------------------*/
/* Don't print										*/

#nav,
#header .cta,
#header .quicklinks,
#search,
.hero,
#footer-wrap,
.promo,
.ad,
a.print,
body.plain .bc,
#spinner,
#cookieNotice{
	display:none;
}
	
/*--------------------------------------------------*/
/* Page break 										*/

.page-break {
	page-break-before: always;

}

.membership .col.sidebar {
	display: none;
}

#main,#wrapper{
	background: none!important;
}