.hero-bg, .hero-bg.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/es_MX/mktg/wright/banners/purchase-protection.jpg");
}
.n1, .n1.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/en_clac/mktg/wright/consumer-security/Hero2_Shipment.jpg");
}
.n2 {
    background-image: url("https://www.paypalobjects.com/webstatic/en_clac/mktg/wright/consumer-security/Laptop_Isolated.jpg");
	background-size:562px 330px;
}
.n3 , .n3.parallax .parallax-bg{
    background-image: url("https://www.paypalobjects.com/webstatic/en_clac/mktg/wright/consumer-security/Hero3_Woman_Mobile.jpg");
}
html[data-device-type="dedicated"] .hero-bg.parallax .parallax-bg{
	background-position:100% center;
}

html[data-device-type="dedicated"] .editorial-left .editorial-img.n2 {
	background-position: right center;
}
html[data-device-type="portable"] .n2 {
	background-position: left center;
	background-size:100%;
}
@media (orientation : portrait) {
	html[data-device-type="portable"] .editorial-left .editorial-img.n2 {
		background-position: left center;
	}
}
@media (orientation : portrait) {
    html[data-device-type="portable"] .editorial-left .editorial-img.n3 {
        background-position: -30% bottom;
    }
}
@media (orientation : landscape) {
    html[data-device-type="portable"] .editorial-left .editorial-img.n3 {
        background-position: 8% bottom;
    }
}

/* 3 Column Panel */
.light{
	background-color:#fff;
}

#get-started {
    padding: 90px 0;
}

html[data-device-type="mobile"] #get-started {
    padding: 90px 0 20px;
}

.row-fluid .merchant-panel {
    background: #fff;
    padding: 30px 16px;
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row-fluid .disabledLink {
    cursor: auto;
}

#get-started {
    padding: 60px 0;
}
#get-started-carousel {
    margin-top: 30px;
}
#get-started .merchant-panel .contentPara {
    min-height: 130px;
}
html[data-device-type="portable"] #get-started {
    padding: 40px 0;
}
html[data-device-type="portable"] #get-started-carousel .merchant-panel {
    width: 48%;
    margin-bottom: 30px;
    min-height: 330px;
}
html[data-device-type="portable"] #get-started-carousel .merchant-panel:nth-child(2n+1) {
    margin-left: 0;
}
html[data-device-type="portable"] #get-started .merchant-panel .contentPara {
    min-height: 100px;
}
html[data-device-type="mobile"] #get-started {
    padding: 40px 0 20px;
}
html[data-device-type="mobile"] #get-started-carousel {
    margin-top: 10px;
}
html[data-device-type="mobile"] #get-started .merchant-panel .contentPara {
    min-height: 130px;
}
/* 3 Column Panel */
.merchant-panel img{
	width:70px;
}
.sideKickHeadline{
	margin:0.5em 0;
}
ul li{
	list-style-type:disc;
	margin-left:1em;
}
#main #sticky-nav .sticky-nav-links{
	margin-left: 18px;
}

