.rn_PageContent {
    padding: 0;
}
.main-content a {
    border-bottom: none;
}
.rn_Hero {
	background: #FFF;
}
.rn_ProductCategoryInput button.rn_DisplayButton {
	border: 1px solid #6082aa;
	width: 50%;
}
.rn_ProductCategoryInput button.rn_DisplayButton:after {
	color: #6082aa;
}
.rn_ProductCategoryInput .rn_Label {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 1.125em;
    color: #3b6798 !important;
}
.rn_ProductCategoryInput .rn_PanelContainer .rn_Panel {
	border: 1px solid #6082aa;
}
h3 {
    font-weight: bold;
    color: #3b6798 !important;
	margin-bottom: 10px;
}
.rn_AskQuestion h3 {
	margin-top: 10px;
	margin-bottom: 20px;
}
.rn_ErrorField {
    padding-left: 0.5em !important;
}
.sidebar {
	margin-top: 30px;
}
.sidebar-item {
    margin-bottom: 0px;
}
@media (min-width: 768px) {
	.inner .main-content {
		background: #f3f6f9;
	}
	footer {
		margin-top: 0px;
	}
}