.hero-bg, .hero-bg.parallax {
    background-image: url("https://www.paypalobjects.com/webstatic/en_GB/mktg/bnr/PP-HERO-1600x450.jpg");
}
.bluestrip {
    background-color: #019CDE;
    padding: 25px 0;
}
.bluestrip h3, .bluestrip p {
    color: #fff;
}
.modTwo {
    margin-top: 30px;
    margin-bottom: 40px;
}
.modTwo img {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}
.navs > li {
    display: inline-block;
    padding: 0 15px;
}
.navs {
    margin-top: 0;
    padding-bottom: 16px;
    padding-top: 30px;
    text-align: right;
}
.navigationMod {
    margin-top: -1px;
}
.navs a {
    color: #666666;
}
.navs .link-active {
    color: #019CDE;
}
html[data-device-type="mobile"] .span4 {
    padding-bottom: 20px;
}
html[data-device-type="mobile"] .hero-bg {
    background-position: 80% top;
}
html[data-device-type="mobile"] .navs > li {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid #e7e7e7;
}
html[data-device-type="mobile"] .navs {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}

