#PageMain {
margin-top: 0px;
}

/*Removes padding around slideshow*/
.hp-hero-slideshow > div {
padding: 0px;
}

@media (min-width: 768px) {
.sePageSectionResponsive.hc-hp-hero {
 padding: 50px 15px;}
}

/* Edit BBB highlight */
.bicycle-blue-book .bbb-fix-header {
 margin: 0px;
 height: 300px;
}
.col-xs-12 .w-block .customContentBlock{
 padding: 0px;
}

/* Adds lines to either side of headings for .hc-hp-headings class*/
.hc-hp-headings {
 overflow: hidden;
 text-align: center;
}
.hc-hp-headings:before,
.hc-hp-headings:after {
 background-color: #333;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.hc-hp-headings:before {
 right: 0.5em;
 margin-left: -50%;
}
.hc-hp-headings:after {
 left: 0.5em;
 margin-right: -50%;
}

