/* hero image will always show on desktop */
#desktop .securityHero {
	position: relative;
	background: url(https://www.paypalobjects.com/webstatic/mktg/consumer/pages/paypal-safety-and-security/security-hero.png) right top no-repeat;
}

/* ipad portrait and landscape */
@media (orientation: portrait) and (min-width: 768px) , screen and (orientation: landscape) and (min-width: 1024px) {
	#touchdevice .securityHero {
		position: relative;
		background: url(https://www.paypalobjects.com/webstatic/mktg/consumer/pages/paypal-safety-and-security/security-hero.png) right top no-repeat;
		margin-bottom: 30px;
	}
}

ul.proofOfDelivery {
	margin: 0 0 0 24px;
	list-style: disc outside;
}

.collapse-content p {
	margin: 0
}

.button-collapse, .button-container {
	display:none;
}

#content a {
	font-weight:bold;
}

/* ipad portrait */
@media (orientation: portrait) and (min-width: 768px) {
	#touchdevice .span8 {
		width:60% !important;
	}
	#touchdevice .span6 {
		width:100% !important;
		margin-left:0 !important;
	}
}

/* smalltab and iPhone portrait/landscape */
@media (orientation: portrait) and (max-width: 600px), (orientation: landscape) and (max-width: 800px) {		
	#touchdevice .securityHero {
		background:none;
	}
	
	#touchdevice .button-collapse, #touchdevice .button-container {
		display:block;
	}			
	
	#touchdevice .contentParagraphExt, #touchdevice .collapse-content {
		display:none;
	}
	
	#touchdevice .span8, #touchdevice .span6 {
		border-bottom: 1px solid #d8d8d8;
		padding-bottom:10px;
	}

	#touchdevice .kickerFeatureHead, #touchdevice .kickerFeatureLinks, #touchdevice .kickerFeatureLinks.alt {
		display:none !important;
	}
}

/* smalltab landscape */
@media (orientation: landscape) and (min-width: 641px) and (max-width: 1023px) {
	#touchdevice .span6 {
		float: left !important;
		margin-left: 2.7624309392265194% !important;
		width: 48.61878453038674% !important;	
		margin-bottom:0 !important;			
	}
	#touchdevice .span6:first-child {
		margin-left:0 !important;
	}
}	

