/*==========================
Repair Help Landing Page Styles
============================*/

/* Overriding Pure Columns
===============================*/
.pure-u-1-3.filter-module-column,
.pure-u-2-3.repair-help-results-container-column {
	padding: 20px 0;
}

.pure-u-2-3.repair-help-results-container-column {
	padding-right: 30px;
}

.pure-u-1-3.filter-module-column {
	padding-left: 30px;
}

/* Search Topper Layout
===============================*/
.search-topper {
	position: relative;
}

.search-topper h1 {
	color: #2E2E2E;
	font-size: 50px;
	margin-bottom: 15px;
}

.search-topper p {
	color: #787878;
	font-family: UniversLTStd-Light;
	font-size: 18px;
	margin: 10px 0;
}

.search-topper p .search-term-bold {
	font-family: UniversLTStd-Bold;
	color: #565656;
}

.search-topper .category-browser-search-container {
	margin-bottom: 50px;
	margin-top: 45px;
	width: 100%;
}

.search-topper .category-browser-search-form {
	/*display: inline;
	padding-left: 0;*/
	display: block;
	padding: 0;
}

.search-topper .category-browser-search-form.repair-help-search-form {
	
}

.search-topper .category-browser-search-form .repair-help-search {
	/*max-width: 350px;*/
	max-width: 50%;
}

.search-topper .category-browser-search-form .repair-help-search + .fa-search {
	right: 40px;
}

.search-topper .category-browser-search-form .fa-search {
	top: 15px;
	right: 15px;
	color: #0070BA;
	font-size: 25px;
	width: 25px;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.search:focus + button .fa-search,
.search-topper .category-browser-search-form .search:focus + button .fa-search {
	color: #ffffff;
}

.search-topper .search-divider {
	display: inline-block;
	position: relative;
	top: 33px;
	margin-right: 30px;
	width: 1px;
	height: 75px;
	background: #E8E8E8;
}

.search-topper .category-browser-search-container .clear-search {
	display: block;
	margin-top: 10px;
	font-size: 11px;
	font-family: UniversLTStd;
	text-transform: uppercase;
	text-decoration: none;
}

/* Repair Help Results Container
===============================*/
.repair-help-results-container {
	
}

.result-details {
	margin-bottom: 40px;
}

.result-details p {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	color: #909090;
	background: #EEEEEE;
    padding: 15px 30px 13px 100px;
    margin-left: -100px;
}

.result-details p[class*="-results"] {
	display: none;
}

.result-details p.show-results {
	display: inline-block;
}

.result-details p .amount-showing {
	color: #2E2E2E;
	font-family: UniversLTStd-Black;
}

.result-details form {
	display: inline-block;
}

.results-sorting-container {
	display: inline-block;
	position: relative;
	top: 16px;
}

/* Repair Help Results
===============================*/
.repair-help-result {
	margin: 25px 0;
	padding: 0;
	width: 100%;
	min-height: 50px;
}

.repair-help-result.first {
	margin-top: 0;
	padding-top: 0;
}

.repair-help-result.last {
	
}

.repair-help-result h4 {
	margin: 0;
	color: #2E2E2E;
	font-size: 20px;
}

.repair-help-result h4 a {
	text-decoration: none;
	color: #2E2E2E;
}

.repair-help-result h4 a:hover {
	color: #0070BA;
}

.repair-help-result p {
	margin: 20px 0;
	color: #585858;
	font-size: 16px;
}

.repair-help-result a {

}

.repair-help-result .categories {
	color: #909090;
	font-size: 11px;
	font-family: UniversLTStd;
	text-decoration: none;
	text-transform: uppercase;
}

.repair-help-result .category {
	color: #0070BA;
	font-size: 11px;
	font-family: UniversLTStd;
	text-decoration: none;
	text-transform: uppercase;
}

.repair-help-result .category:hover {
	color: #60ADE4;
}



/*  Bike Diagram Link Area
===============================*/
.bike-diagram-link-area {
	display: block;
	position: relative;
	width: 100%;
	min-height: 200px;
	padding-right: 100px;
	padding-left: 20px;
	background: #2d2d2d;
	/*background: url('/assets/img/icons/bike-diagram-icon.svg');*/
	background: url('/assets/img/bike_diagram/base.gif');
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	/*border: 2px solid #2d2d2d;*/
}

.bike-diagram-link-area .action-button {
	position: absolute;
	top: 95px;
	/*left: 42px;*/
	left: 50%;
	margin-left: -122px;
}


/* Document Library Search Results
===============================*/
.document-library-result {
    margin: 25px 0;
    padding: 0;
    width: 100%;
    min-height: 10px;	
}

.document-library-result.first {
	margin-top: 0;
	padding-top: 0;
}

.document-library-result.last {
	
}

.document-library-result + hr {
	margin: 35px 0;
}

.document-library-result h4 {
	margin: 0;
	color: #2E2E2E;
	font-size: 20px;
}

.document-library-result h4 a {
	text-decoration: none;
	color: #2E2E2E;
}

.document-library-result h4 a:hover {
	color: #60ADE4;
}

.document-library-result p {
	position: relative;
	padding-left: 40px;
}

.document-library-result p:before {
	content: url('/assets/img/icons/document-icon-large.svg');
	position: absolute;
	top: 0;
	left: 0;
}

.no-svg .document-library-result p:before {
	content: url('/assets/img/icons/document-icon-large.png');
	position: absolute;
	top: 0;
	left: 0;
}

/* Image Library Search Results
===============================*/
.image-library-result {
	margin: 25px 0;
	padding: 0;
	width: 100%;
	min-height: 50px;
}

.image-library-result.first {
	margin-top: 0;
	padding-top: 0;
}

.image-library-result.last {
	
}

.image-library-result-image,
.image-library-result-links {
	height: 100%;
	float: left;
}

.image-library-result-image {
	width: 25%;
	padding-right: 20px;
}

.image-library-result-image img {
	display: block;
	max-width: 100%;
}

.image-library-result-links {
	width: 75%;
}

.image-library-result-links h4 {
	margin: 0;
	color: #2E2E2E;
	font-size: 20px;
}

.image-library-result-links h4 a {
	text-decoration: none;
	color: #2E2E2E;
}

.image-library-result-links h4 .product-number {
	color: #909090;
	font-family: UniversLTStd-Bold;
	font-size: 18px;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}

.image-library-result-links h4 a:hover .product-number,
.image-library-result-links h4 a:hover {
	color: #60ADE4;
}

.image-library-result-links p {
	position: relative;
	padding-left: 30px;
}

.image-library-result-links p:before {
	content: url('/assets/img/icons/document-icon.svg');
	position: absolute;
	top: 0;
	left: 0;
}

.no-svg .image-library-result-links p:before {
	content: url('/assets/img/icons/document-icon.png');
	position: absolute;
	top: 0;
	left: 0;
}

/* Filter Module Search Form
===============================*/
.filter-module-search-form {
	
}

@media (max-width: 767px) {
	.pure-u-1-3.filter-module-column,
	.pure-u-2-3.repair-help-results-container-column {
		padding: 20px 0;
	}

	.search-topper h1 {
		font-size: 40px;
	}

	.bike-diagram-link-area {
		display: none;
	}
}