.hero-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/mktg/hero-images/risk-hub-hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
html[data-device-type="dedicated"] .span7.editorial-container,html[data-device-type="portable"] .span7.editorial-container {
    margin-top: -75px;
}
html[data-device-type="dedicated"] .customHero {
    width: 50%;
}
.listOne {
	list-style-type: disc;
}
.listOne li {
    border-bottom: 1px solid #C7C7C7;
    margin-left: 15px;
    padding: 10px 0;
}
.listOne li:last-child {
    border-bottom: none;
}
.paraContent {
	margin-top: 15px;
}
.headlineDark, .dummyDark {
	background-color: #C7C7C7;
}
.headlineColor p, .stepsHeadline {
    font-size: 17px;
    padding: 6px 12px;
}
.dummyDark {
    height: 38px;
}
html[data-device-type="dedicated"] .dummyDark {
    width: 100%;
    padding: 0 0;
}
html[data-device-type="dedicated"] .headlineDark  {
    padding-left: 5px;
}
.leftBorderTwo {
    border-left: 1px dotted #c7c7c7;
    padding: 20px 0 20px 14px;
    height: auto;
}
.leftBorder {
    border-left: 1px dotted #c7c7c7;
    height: 315px;
    padding: 20px 0 20px 14px;
}
.containerCentered > .span12 div:first-child {
    border-left: none;
}
.bottomParaBorder {
    border-bottom: 1px solid #C7C7C7;
}
.leftPara p {
    margin-top: 5px;	
}
.panel {
    padding: 40px 0;
}
.containerCentered .headlineDark {
    margin-top: 30px;
}
@media (orientation: landscape) {
    html[data-device-type="portable"] .hero-bg {
        background-position: 40%;
    }
    html[data-device-type="portable"] .padView, html[data-device-type="portable"] .leftBorder {
        height: 372px;
    }
    html[data-device-type="portable"] .dummyDark {
        width: 86%;
    }
}
@media (orientation: portrait) {
    html[data-device-type="portable"] .hero-bg {
        background-position: 30%;
    }
    html[data-device-type="portable"] .row-fluid .span3 {
        width: 22%;
    }
    html[data-device-type="portable"] .padView, html[data-device-type="portable"] .leftBorder {
        height: 542px;
    }
    html[data-device-type="portable"] .dummyDark {
        width: 85%;
    }
}
html[data-device-type="mobile"] .steps {
    padding: 20px;
}
html[data-device-type="mobile"] .hero-bg {
    background-size: auto 256px;
    background-position: 70% top;
}
html[data-device-type="mobile"] .mobBorder {
    padding: 20px 12px;
}
html[data-device-type="mobile"] .containerCentered .mobDark .headlineDark {
    padding: 6px 0 0 0;
    margin-top: 0;
}
html[data-device-type="mobile"] .leftBorder,html[data-device-type="mobile"] .leftBorderTwo {
    padding: 8px 10px;
    border-left: none;
    border-bottom: 1px dotted #c7c7c7;
    height: auto;
}
html[data-device-type="mobile"] .containerCentered > .span12 div:last-child {
    border-bottom: none;
}
html[data-device-type="mobile"] .stepsHeadline {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    padding-top: 10px;
    margin-top: 30px;
}
html[data-device-type="mobile"] .custompanel {
    padding: 40px 0 0;
}
ol {
    list-style-type: decimal;
    margin: 0px 42px;
}
.ListTwo {
    list-style-type: disc;
    margin: 0px 42px;
}
.ListTwo li {
    padding: 5px 10px;
}
.custompanel {
    padding: 40px 0;
}
html[data-device-type="mobile"] .ListTwo,html[data-device-type="mobile"] ol {
    margin: 0px 18px;
}
html[data-device-type="mobile"] .space {
    margin-bottom: 20px;
}

