/*****************************************************************************/
/* For the Parts landing page. */
/*****************************************************************************/

hr {
	border: 0;
	background: transparent;
	height: 0;
	color: transparent;
	border-top: 1px dotted #cfcfcf;
	margin: 0;
}
hr.solid-white {
	border-top: 1px solid white;
}

.margin-b-half-em { margin-bottom: 0.5em !important; }
.margin-b-0       { margin-bottom: 0 !important; }
.margin-v-2em     { margin-top: 2em !important;
					margin-bottom: 2em !important; }

/*---------------------------------------------------------------------------*/
.search-query-2 {
	position: relative;
	padding: 8px 40px 8px 14px;
	border: 1px solid #092c74;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.075) inset;
	-moz-box-shadow:    0 0 2px 1px rgba(0, 0, 0, 0.075) inset;
	-ms-box-shadow:     0 0 2px 1px rgba(0, 0, 0, 0.075) inset;
	box-shadow:         0 0 2px 1px rgba(0, 0, 0, 0.075) inset;
	background: rgb(251,251,251);
	background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(254,254,254,1) 4%, rgba(254,254,254,1) 10%, rgba(240,240,240,1) 88%, rgba(240,240,240,1) 94%, rgba(245,244,243,1) 98%, rgba(249,248,246,1) 99%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(4%,rgba(254,254,254,1)), color-stop(10%,rgba(254,254,254,1)), color-stop(88%,rgba(240,240,240,1)), color-stop(94%,rgba(240,240,240,1)), color-stop(98%,rgba(245,244,243,1)), color-stop(99%,rgba(249,248,246,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(254,254,254,1) 4%,rgba(254,254,254,1) 10%,rgba(240,240,240,1) 88%,rgba(240,240,240,1) 94%,rgba(245,244,243,1) 98%,rgba(249,248,246,1) 99%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(254,254,254,1) 4%,rgba(254,254,254,1) 10%,rgba(240,240,240,1) 88%,rgba(240,240,240,1) 94%,rgba(245,244,243,1) 98%,rgba(249,248,246,1) 99%,rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(254,254,254,1) 4%,rgba(254,254,254,1) 10%,rgba(240,240,240,1) 88%,rgba(240,240,240,1) 94%,rgba(245,244,243,1) 98%,rgba(249,248,246,1) 99%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(254,254,254,1) 4%,rgba(254,254,254,1) 10%,rgba(240,240,240,1) 88%,rgba(240,240,240,1) 94%,rgba(245,244,243,1) 98%,rgba(249,248,246,1) 99%,rgba(204,204,204,1) 100%);
}
.search-query-2 input[type="text"] {
	border: 0;
	background: transparent;
	display: inline-block;
	height: 25px;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}
.search-query-2 input[type="image"] {
	display: inline-block !important;
	left: auto;
	right: 15px;
	top: 10px;
	position: absolute;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.parts-header-phone-number {
	font-family: effra, 'Arial', 'Helvetica', sans-serif;
	font-weight: 700; 
	text-transform: uppercase;
	color: #092c74;
}
.bg-grey {
	background-color: #eaf8f8 !important;
}


/*****************************************************************************/
/* Carousel on parts homepage */
/*****************************************************************************/

.offer-image-container, .offer-text-block {
	display:none;
}

.offer-image-container.selected,
.offer-text-block.selected {
	display:block;
}

/*****************************************************************************/
/* For the SmartOrder landing page. */
/*****************************************************************************/

h3 small, h4 small {
	font-size: 90%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
}

.layout-table {
	display: table;
	table-layout: auto;
}
.layout-table-row {
	display: table-row;
}
.layout-table-cell {
	display: table-cell;
}

.smartorder-landing-page .smartorder-icon-table-cell {
	width: 4rem;
}
.smartorder-landing-page .smartorder-icon-table-cell img {
	width: 100%;
}

.smartorder-landing-page .green-box {
	background-color: #9bb073;
	color: white;
	padding: 1em;
}
.smartorder-landing-page .green-box h4 a {
	color: white;
}
@media only print, only screen and (min-width: 600px) {
	.smartorder-landing-page .green-box {
		padding: 2em;
	}
}
@media only print, only screen and (min-width: 960px) {
	.smartorder-landing-page .green-box {
		padding: 2em 4em;
	}
}
.smartorder-landing-page .green-box hr.diagonal {
	margin-top: 4em;
	transform:         rotate(-45deg) scale(1.5, 1);
	-moz-transform:    rotate(-45deg) scale(1.5, 1);
	-webkit-transform: rotate(-45deg) scale(1.5, 1);
	-ms-transform:     rotate(-45deg) scale(1.5, 1);
	-o-transform:      rotate(-45deg) scale(1.5, 1);
}

/* 2017-03-01 - Webfonts Gotham SSm A and Gotham SSm B don't play well with printers via IE11. So this strips it out from print views across the gamut. */
@media print {
	.parts-header-phone-number {
		font-family: effra, 'Arial', 'Helvetica', sans-serif !important;
	}
}

