/*
Theme Name: Hayes Components
Theme URI: http://wordpress.org/extend/themes/twentytwelve
Author: Thirsty Boy
Author URI: http://thirstyboy.com/
Description: Modified 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
a:link {
	text-decoration: none;
	color: #E8772D;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: "proxima-nova-n4", "proxima-nova", "Open Sans", Helvetica, Arial, sans-serif;
}
a {
	outline: none;
	color: #E8772D; /* Changed from #21759b */
}
a:hover {
	color: #0f3647;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
.site-content {
	margin: 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

/* Header */
.site-header {
	padding: 88px 0; /* This affects TEAM MEMBER PAGE need to modify */
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 56px;
	/*margin-top: 1.714285714rem;*/
	text-align: center;
	float: left;
	width: 735px;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #21759b;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 14px;
	background-color: #2a2a2a;
	text-transform: uppercase;
	text-align: right;
	height: 40px;
	color: #f9f9f9;
}
footer[role="contentinfo"] a {
	color: #f9f9f9;
	text-decoration: none;
}
footer[role="contentinfo"] a:hover {
	color: #e8772d;
		text-decoration: none;

}

a.footerfb
{
	display: block;
	float: right;
	width: 36px;
	height: 17px;
	background-image: url(https://38cd19.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/fb_footer.gif);
	background-position: 0 2px;
	margin-top: 12px;
	border-right: 2px solid #f9f9f9;
	background-repeat: no-repeat;
}

a.footertwitter
{
	display: block;
	float: right;
	width: 44px;
	height: 13px;
	background-image: url(https://565f6e.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/twitter_footer.gif);
	background-position: 0 0;
	margin-top: 14px;
}

a.footertwitter:hover { 	
	background-position: -44px 0; 

	}

a.footerfb:hover { 	
	background-position: -36px 2px; 

	}
	
.footerlinks
{
float: right;
margin-top: 14px;
}

div.footerlinks a
{
	border-right: 2px solid #f9f9f9;
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: 0.05em;
}


/* =FB Feed content
-------------------------------------------------------------- */

#socialFeed
{
clear: both;
width: 200px;
margin: 0 5px 0 21px;
}

#socialFeed li
{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 2px solid #e8772d;
}

#socialFeed li a:link,#socialFeed li a:visited 
{
	color:#e8772d;
}
a.date_posted
{
text-decoration: none;
font-size: 11px;
padding-bottom: 8px;
}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}



/* =Archives
-------------------------------------------------------------- */

body.page-id-265 #primary
{
background-color: #fff !important;

}

/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 0;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) { /* Changed from 600px to 568px then back */
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: -4px auto 0 auto;
		/* overflow: hidden; */
	}
	.site-content {
		float: left;
		width: 65.104166667%;
		background: #F2F2F2;
	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #FFF;
		line-height: 1.5;
		text-transform: uppercase;
		white-space: nowrap;
		font-weight: 700;
		font-size: 14px;
	}
	.main-navigation li a:hover {
		color: #e8772d;
	}
	.main-navigation li {
		margin: 0 0 0 40px;
		margin: 0 0 0 20px;
		position: relative;
		float: right;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current-page-ancestor > a {
		color: #e8772d;
		font-weight: bold;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}
@media screen and (min-width: 768px) and (max-width: 770px) {
	.site-header h1 {
		padding-left: 40px;
	}

	#umbrellaNav ul li.social {
		padding-top: 30px;
	}

	#slideshow #slide-wheelsmith h1 {
	margin-left: 0px; }


}


/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	body {
		background-color: #FFF;
	}
	body .site {
		background: #000;
	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
	#slideshow #slide-wheelsmith h1 { margin-left: 250px; } /* changed margin-left from 484px to 96px - removed 55px font size */
	#slide-wheelsmith p, #slide-wheelsmith a { margin-left: 250px; }

}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}
#umbrellaNav { position: fixed; width: 100%; z-index: 500; height: 48px; background: url(https://aa64a1.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-nav.png) repeat-x; }
#umbrellaNav ul { margin: 0 auto; padding: 0; width: 940px; list-style: none; }
#umbrellaNav ul li { margin: 0; padding: 0; float: left; background: url(https://ea11fe.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-nav-bar.png) top right no-repeat; min-width: 80px; }

#umbrellaNav ul li a { display: block; margin: 0; padding: 0; width: 88px; height: 44px; background-position: 0 0; } /* Changed width from 78px to 88px  */
#umbrellaNav ul li a:hover { background-position: 0 -44px; }
#umbrellaNav ul li a:active, #umbrellaNav ul li a.active { background-position: 0 -88px; }

#umbrellaNav ul li a#hayes-components { background-image: url(https://ebe536.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-hayes.png); width: 148px; }
#umbrellaNav ul li a#answer-products { background-image: url(https://8eacce.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-answer.png); }
#umbrellaNav ul li a#manitou { background-image: url(https://919628.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-manitou.png); }
#umbrellaNav ul li a#sunringle { background-image: url(https://53630b.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-sunringle.png); }
#umbrellaNav ul li a#hayes-disc-brakes { background-image: url(https://029207.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-brakes.png); }
#umbrellaNav ul li a#wheelsmith { background-image: url(https://b2d23b.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-wheelsmith.png); }
#umbrellaNav ul li a#sun-components { background-image: url(https://9f6ca4.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-sun.png); }

#umbrellaNav ul li.social { float: right; width: auto; height: 48px; background: none; padding-right: 20px; }
#umbrellaNav ul li.social a { float: left; display: inline-block; width: auto; height: auto; padding: 14px 0 0 28px; }
#umbrellaNav ul li.social a svg path { fill: #fff; }
#umbrellaNav ul li.social a:hover svg path { fill: #e8772d; }
#umbrellaNav ul li.social a#headertwitter svg { width: 20px; height: 16px;}
#umbrellaNav ul li.social a#headerfacebook svg { width: 8px; height: 16px; }
#umbrellaNav ul li.social a#headerinstagram svg { width: 16px; height: 16px; padding-right: 20px; }

/* This is from Answer - for mobile */
#umbrellaNav-mobile { display: none; position: absolute; top: 0; left: 0; height: 48px; background: url(https://aa64a1.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-nav.png) repeat-x; z-index: 750; width: 100%; }
#umbrellaNav-mobile ul { margin: 0 auto; padding: 0; list-style: none; }
#umbrellaNav-mobile ul li { position: relative; margin: 0; padding: 0; float: left; background: url(https://ea11fe.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-nav-bar.png) top right no-repeat; min-width: 80px; }
#umbrellaNav-mobile ul li:first-child { background: none; }

#umbrellaNav-mobile ul li a { display: block; margin: 0; padding: 0; width: 88px; height: 44px; background-position: 0 0; } 

#umbrellaNav-mobile ul li.corp a { width: 148px; background-image: url(https://ebe536.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-hayes.png); background-repeat: none; }
#umbrellaNav-mobile ul li.other { position: absolute; right: 0; background-repeat: repeat-x; padding: 0 2px; }
#umbrellaNav-mobile ul li.other a { width: 88px; font-size: 12px; background: #000 url(https://226ffe.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-more.png) center 0 no-repeat; text-align: center; text-decoration: none; color: #FFF; line-height: 44px; } /* changed width from 80px to 90px; */
#umbrellaNav-mobile ul li.other a.open { width: 88px; font-size: 12px; background: #000 url(https://226ffe.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-more.png) center -44px no-repeat; text-align: center; text-decoration: none; color: #FFF; line-height: 44px; } /* Changed width from 80px to 90px */
#umbrellaNav-mobile ul li.other ul { display: none; position: absolute; left: 2px; top: 44px; width: 90px; } /* changed left from -116px to 2px & width from 200px to 90px */
/* #umbrellaNav-mobile ul li.other:hover ul, #umbrellaNav-mobile ul li.other.forcehover ul { display: block; } */
#umbrellaNav-mobile li.other li { background: #1b1b1b; float: none; } /* Removed width: 200px; */
#umbrellaNav-mobile li.other li a, #umbrellaNav-mobile li.other:hover li a { background-position: 0 0; background-repeat: none; text-align: left; color: #FFF; font-size: 13px; } /* Removed padding-left: 80px; width: 120px;  */

#umbrellaNav-mobile li.other li a#answe { background-image: url(https://8eacce.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-answer.png); }

#umbrellaNav-mobile li.other li a#manit { background-image: url(https://919628.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-manitou.png); }
#umbrellaNav-mobile li.other li a#sunri { background-image: url(https://53630b.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-sunringle.png); }
#umbrellaNav-mobile li.other li a#discb { background-image: url(https://029207.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-brakes.png); }
#umbrellaNav-mobile li.other li a#wheel { background-image: url(https://b2d23b.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-wheelsmith.png); }
#umbrellaNav-mobile li.other li a#sun { background-image: url(https://9f6ca4.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-sun.png); }

#umbrellaNav-mobile ul li.social { width: auto; height: auto; background: none; background-color: #343434; overflow: hidden; }
#umbrellaNav-mobile ul li.social a { float: left; display: inline-block; width: auto; height: auto; background: none; padding: 3px 37px; }
#umbrellaNav-mobile ul li.social a svg path { fill: #fff; }
#umbrellaNav-mobile ul li.social a:hover svg path { fill: #e8772d; }
#umbrellaNav-mobile ul li.social a#headertwitter svg { width: 20px; height: 16px;}
#umbrellaNav-mobile ul li.social a#headerfacebook svg { width: 8px; height: 16px; }
#umbrellaNav-mobile ul li.social a#headerinstagram svg { width: 16px; height: 16px; }


header.site-header { position: relative; width: 940px; margin: 0 auto; z-index: 50; }
hgroup { height: 100px; float: left; margin-bottom: 48px; }
.menu-top-nav-container { width: 735px; }

.page-id-265 hgroup, .page-id-12 hgroup { height: 120px; }
.page-id-265 .site-header, .page-id-12 .site-header { margin-top: 5px;}


.page-id-10 .site-header, .page-id-12 .site-header, .page-id-38 .site-header, .page-id-66 .site-header, .page-id-614 .site-header, .page-id-698 .site-header, .page-id-242 .site-header, .page-id-9018 .site-header, .page-id-9008 .site-header, .page-id-9016 .site-header, .page-id-9010 .site-header, .page-id-248 .site-header, .page-id-8985 .site-header, .page-id-244 .site-header, .page-id-239 .site-header, .page-id-9000 .site-header, .page-id-9009 .site-header, .page-id-9020 .site-header, .page-id-8998 .site-header, .page-id-252 .site-header, .page-id-9004 .site-header, .page-id-9014 .site-header, .page-id-8981 .site-header, .page-id-9126 .site-header, .page-id-9002 .site-header, .page-id-236 .site-header, .page-id-246 .site-header, .page-id-9012 .site-header {
padding: 7px 0 20px 0px;
height: 131px;
}


.page-id-658 .site-header
{

padding: 0px;
height: 320px;
}




.page-id-658 h2
{

	margin: -224px 0 0 1.5%;
	font-size: 58px;
	color: #fff;
	width: 45%;
}


@media screen and (max-width: 479px) {

.page-id-658 h2
{
	font-size: 32px;
	margin: -180px 0 0 1.5%;
}

	
}

@media screen and (max-width: 767px) and (min-width: 480px) {

.page-id-658 h2
{
	font-size: 42px;
	margin: -200px 0 0 1.5%;
}
	
}




.page-id-658 hgroup, .page-id-658 #site-navigation
{
	display: none;
}

#thecollectionscontent
{
	padding: 143px 16% 0 2%;
	font-size: 18px;
	line-height: 30px;
}

.collectioncontain
{

	padding: 25px 0;
}


.collectionproduct
{
	width: 220px;
	float: left;
	position: relative;
	height: 252px;
	background-color: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
}

.collectionproduct h4
{
	width: 220px;
	background-color: #818181;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	height: 32px;
	line-height: 32px;
	text-indent: 13px;
}




.collectionproduct img
{
	display: block;
	margin: 0 auto;
}

.collectionproduct a
{
	display: block;
	position: absolute;
	top: 220px;
	left: 80px;
	z-index: 7000;
	font-weight: bold;
	font-size: 14px;	
	text-transform: uppercase;
	outline: none;
}

.collectionproduct a:link
{
	color: red;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.collectionproduct a:visited, .collectionproduct a:hover
{
	color: red;
}


.collectionproduct .collectionoverlay
{
	display: none;
	position: absolute;
	top: 32px;
	left: 0px;
	width: 220px;
	height: 220px;
	background-color: rgba(0,0,0,0.7);

	
}

.collectionproduct .collectionoverlay p
{
	margin: 0;
	padding: 30px 20px 10px 20px;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

#elbannercontent img
{
	max-width: 100%;
	height: auto;
}


#elbannercontent
{
padding: 0;
margin: 0;
background-color: #000;

}



.content-wrapper { width: 940px; margin: 0 auto; }
.content-wrapper.athlete { width: 100%; max-width: 1800px; margin: 0 auto; }

#slideshow { position: relative; margin-top: -195px; }
#slideshow .slide { position: relative; width: 100%; height: 950px; background-size: cover; }
#slideshow .slide h1 { margin: 0; padding: 0; min-height: 140px; font-size: 64px; color: #FFF; text-transform: uppercase; clear: both; } /* removed line-height: 48px; */
#slideshow .slide h1 span { display: block; clear: both; float: left; padding: 10px; }
#slideshow .slide p { margin-top: 60px; width: 600px; padding: 20px; font-size: 16px; background: rgba(0,0,0,0.75); border-left: 4px #e8772d solid; clear: both; line-height: 1.6; color: #FFF; }
a.send-off { display: inline-block; margin: 20px 0; width: 280px; height: 35px; overflow: hidden; text-transform: uppercase; font-weight: 700; }
a.send-off .inner { position: relative; height: 100%; transform-style: preserve-3d; }
a.send-off .inner div { position: absolute; top: 0; left: 0; padding: 0 30px; width: 220px; height: 35px; line-height: 35px; text-align: center; transform-origin: 50% 0 0; transition: all 0.3s ease-out 0s; }
a.send-off .inner .front { color: #e8772d; background: #3a3735; }
a.send-off .inner .back { color: #FFF; background: #3ea592; opacity: 0; transform: translate3d(0px, 0px, -60px) rotate3d(1, 0, 0, 90deg); }
a.send-off .inner:hover .front { opacity: 0; transform: translate3d(0px, 35px, 0px) rotate3d(1, 0, 0, -90deg); }
a.send-off .inner:hover .back { opacity: 1; transform: rotate3d(1, 0, 0, 0deg); }

#slideshow .slide .brand-logo { position: absolute; }

#slideshow #slide-manitou h1 { padding-top: 285px; }
#slideshow #slide-manitou h1 span { background: #2c2825; }
#slideshow #slide-manitou .brand-logo { bottom: 32px; right: 24px; width: 230px; height: 77px; background: url(https://daad4c.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/slides/logo-manitou.png); }
#slideshow #slide-answer h1 { padding-top: 254px; }
#slideshow #slide-answer h1 span { background : none; }
#slideshow #slide-answer .brand-logo { bottom: 50px; right: 26px; width: 228px; height: 81px; background: url(https://37d2f8.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/slides/logo-answer.png); }
#slideshow #slide-sunringle h1 { padding-top: 320px; }
#slideshow #slide-sunringle h1 span { background: #2c2825; }
#slideshow #slide-sunringle .brand-logo { bottom: 18px; right: 29px; width: 225px; height: 67px; background: url(https://9a0458.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/slides/logo-sunringle.png); }
#slideshow #slide-discbrakes h1 { padding-top: 460px; }
#slideshow #slide-discbrakes h1 span { background: #2c2825; }
#slideshow #slide-discbrakes .brand-logo { bottom: 31px; right: 27px; width: 230px; height: 32px; background: url(https://9e7ee2.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/slides/logo-discbrakes.png); }
#slideshow #slide-wheelsmith h1 { padding-top: 200px; }
#slideshow #slide-wheelsmith h1 span { background: none; }
#slideshow #slide-wheelsmith .brand-logo { bottom: 11px; right: 37px; width: 131px; height: 119px; background: url(https://74e26f.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/slides/logo-wheelsmith.png); }

#slideshow #slide-components h1 { font-size: 59px; padding-top: 315px; }
#slideshow #slide-components h1 span { background: none; }
#slideshow #slide-components p { background: none; border-left: none; }

#slide-components { background: url(https://641871.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/slides/bg-components.jpg) center center no-repeat; }
#slide-manitou { background: url(https://c76025.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/slides/bg-manitou.jpg) center center no-repeat; }
#slide-answer { background: url(https://603ef6.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/slides/bg-answer.jpg) center center no-repeat; }
#slide-sunringle { background: url(https://5e00dc.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/slides/bg-sunringle.jpg) center center no-repeat; }
#slide-discbrakes { background: url(https://3fae36.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/slides/bg-discbrakes.jpg) center center no-repeat; }
#slide-wheelsmith { background: url(https://6e0f49.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/slides/bg-wheelsmith.jpg) center center no-repeat; }

#slide-manitou p, #slide-manitou a { /* margin-left: 118px; */ }
#slide-answer p, #slide-answer a { /* margin-left: 120px; */ }
#slide-sunringle p, #slide-sunringle a { margin-left: 0; }
#slide-discbrakes p, #slide-discbrakes a { /* margin-left: 122px; */ }




#email-collect { bottom: 0; left: 0; padding: 10px 0 50px 0; width: 100%; background: #fc4513; } /* removed position: fixed; Changed padding from 5px 0;*/
#email-collect p { padding-left: 10px; font-size: 16px; line-height: 22px; text-transform: uppercase; color: #fff; float: left; }
#email-collect form { float: right; }
#email-collect input { font-size: 16px; font-weight: 500; outline: none; text-transform: uppercase; -webkit-appearance: none; }
#email-collect input[type="text"] { width: 332px; background: #000; border: 1px solid #fff; border-radius: 0; color: #fff; text-align: center; }
#email-collect input[type="button"] { display: inline-block; margin: 0 10px; background: #fff; color: #000; letter-spacing: 0.15em; border: 0; border-radius: 0; }

@media screen and (max-width: 520px) {

#email-collect p { padding-left: 10px; font-size: 16px; line-height: 24px !important; text-transform: uppercase; color: #fff; float: none; }
#email-collect form { float: none; clear:both; }
#email-collect input { font-size: 16px; font-weight: 500; outline: none; t;ext-transform: uppercase; -webkit-appearance: none; }
#email-collect input[type="text"] { width: 286px; background: #000; border: 1px solid #fff; border-radius: 0; color: #fff; text-align: center; display: block; margin: 4px 10px; } /* Changed width from 332px to 286px */
#email-collect input[type="button"] { display: block; margin: 4px 10px; background: #fff; color: #000; letter-spacing: 0.15em; border: 0; border-radius: 0; margin: 0 auto;}

}

.home footer { margin-bottom: 46px; }

.page-id-66 .site, .archive .site { background: #f2f2f2 url(https://5086b1.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-header-news.jpg) center -44px no-repeat }
.archive #menu-item-220 a { color: #e8772d; }

#news { margin: 36px 0 150px 0; width: 950px; float: left; clear: left; }

#news .featured-story { width: 466px; }
#news .story { display: block; margin: 5px; width: 226px; height: 460px; border-bottom: 3px solid #e8772d; background: #fbfbfb; color: #333; text-decoration: none; float: left; }
#news .story:hover { color: #e8772d; }
#news .story:hover .news-header .news-date, #news .story:hover .news-content .read-more { color: #e8772d; }
#news .story .news-thumb { height: 152px; }
#news .story h1 { margin: 10px 20px; text-transform: uppercase; font-size: 1.2em; -moz-hyphens: none; -webkit-hyphens: none; hyphens: none;  }
#news .story .news-header .news-date { margin: 8px 20px; font-size: .9em; color: #666; }
#news .story .news-content p { padding: 0 20px; font-size: .9em; line-height: 1.4; }

#news-archive { margin-top: 36px; }
#news-archive ul:first-child { background: none; padding: 0; }
#news-archive ul { float: left; padding: 0 0 0 5px; background: url(https://aed68d.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/icon-archive-bar.png) center left no-repeat; }
#news-archive li { float: left; }
#news-archive li a { text-decoration: none; text-transform: uppercase; float: left; color: #353637; padding: 0 9px 0 14px; background: url(https://aed68d.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/icon-archive-bar.png) center left no-repeat; }
#news-archive>ul>li>a { font-weight: 700; padding: 0 9px; background: none; }
#news-archive ul.flexo-list { background: none; padding: 0; }

#news-archive a.flexo-link.2012 ul.flexo-list { display: none; }
.archive-title { padding-left: 5px; }

.flexo-list { display: none; }

#social { margin: 41px 0 0 0; width: 226px; background: #fbfbfb; /* border-bottom: 3px solid #e8772d; */ float: left; }
#social h3 { margin: 20px; text-transform: uppercase; font-size: 18px; }

#single-article-container { display: none; position: absolute; top: 50%; left: 50%; margin: -240px 0 0 -360px; width: 720px; height: 480px; z-index: 500; box-shadow: 0 2px 2px rgba(0,0,0,0.5); background: #FFF; overflow: scroll; overflow-y: scroll; overflow-x: hidden; };
#single-article-container .single-article { display: none; position: absolute; top: 0; left: 0; width: 720px; height: 480px;  }
#single-article-container .close { display: block; position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: #f00 url(https://49bf20.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/icon-close.png) no-repeat; z-index: 999; }
#shade { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 498; }

.page-id-10 .site, .page-id-242 .site, .page-id-9018 .site, .page-id-9008 .site, .page-id-9016 .site, .page-id-9010 .site, .page-id-248 .site, .page-id-8985 .site, .page-id-244 .site, .page-id-239 .site, .page-id-9000 .site, .page-id-9006 .site, .page-id-9020 .site, .page-id-8998 .site, .page-id-252 .site, .page-id-9004 .site, .page-id-9014 .site, .page-id-8981 .site, .page-id-9126 .site, .page-id-9002 .site, .page-id-236 .site, .page-id-246 .site, .page-id-9012 .site { background: url(https://052021.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-header-team.jpg) center -42px no-repeat; }
.page-id-38 .site { background: url(https://4b0f1f.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-header-tech.jpg) center top no-repeat; }
.page-id-38 #primary { background: #f2f2f2 url(https://b8ed7e.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/tech_content_bg.jpg) center -200px no-repeat; }
.page-id-614 .site { background: url(https://4b0f1f.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-header-tech.jpg) center top no-repeat; }


/* TEAM PAGE */
h2 { margin: 24px 0; font-size: 24px; text-transform: uppercase; }
#team { position: relative; margin: 20px auto 150px auto; }
.member { height: 226px; text-decoration: none; transition: background-color 0.25s ease; }

.grid { background: #f2f2f2; max-width: 1200px; }
.grid-item { width: 222px; height: 222px; float: left; border: 4px solid #f2f2f2; }
.grid-item--width2 { width: 452px; }
.grid-item--width3 { width: 682px; }
.grid-item--height2 { height: 452px; }

.member span { color: #FFF; font-size: 20px; line-height: 37px; font-weight: 700; text-transform: uppercase; padding: 0px 30px 0px 15px; width: auto; display: inline-block; background-color: rgba(253,69,18,.65); }
.member:hover div, .member.forcehover div { width: 100%; height: 100%; display: inline-block; background-color: rgba(253,69,18,.65);  }
.member:hover span, .member.forcehover span { background-color: transparent; }

#lawrenuk-mug { background-image: url(https://b8ca1a.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-lawrenuk-mug.jpg); background-repeat: no-repeat; }
#lawrenuk-area { background-image: url(https://dfb99e.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-lawrenuk-area.jpg); background-repeat: no-repeat; }
#cappellari-mug { background-image: url(https://73d2c3.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-cappellari-mug.jpg); background-repeat: no-repeat; }
#cappellari-area { background-image: url(https://e46b94.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-cappellari-area.jpg); background-repeat: no-repeat; }
#fischbach-mug { background-image: url(https://371169.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-fischbach-mug.jpg); background-repeat: no-repeat; }
#fischbach-area { background-image: url(https://aa2bd4.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-fischbach-area.jpg); background-repeat: no-repeat; }
#chapman-mug { background-image: url(https://376fd7.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-chapman-mug.jpg); background-repeat: no-repeat; }
#chapman-area { background-image: url(https://14d050.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-chapman-area.jpg); background-repeat: no-repeat; }
#richter-mug { background-image: url(https://4f9e17.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-richter-mug.jpg); background-repeat: no-repeat; }
#richter-area { background-image: url(https://99dca4.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-richter-area.jpg); background-repeat: no-repeat; }
#charre-mug { background-image: url(https://49e6e7.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-charre-mug.jpg); background-repeat: no-repeat; }
#charre-area { background-image: url(https://d3b8e8.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-charre-area.jpg); background-repeat: no-repeat; }
#masters-area { background-image: url(https://5c7105.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-masters-area.jpg); background-repeat: no-repeat; }
#masters-mug { background-image: url(https://4a0205.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-masters-mug.jpg); background-repeat: no-repeat; }
#shirley-mug { background-image: url(https://36563a.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-shirley-mug.jpg); background-repeat: no-repeat; }
#shirley-area { background-image: url(https://1ac6f9.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-shirley-area.jpg); background-repeat: no-repeat; }
#figaret-mug { background-image: url(https://3a1900.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-figaret-mug.jpg); background-repeat: no-repeat; }
#figaret-area { background-image: url(https://fce420.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-figaret-area.jpg); background-repeat: no-repeat; }
#alekin-mug { background-image: url(https://49cd4b.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-alekin-mug.jpg); background-repeat: no-repeat; }
#alekin-area { background-image: url(https://61be6b.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-alekin-area.jpg); background-repeat: no-repeat; }
#nation-mug { background-image: url(https://5df67c.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-nation-mug.jpg); background-repeat: no-repeat; }
#nation-area { background-image: url(https://4bf375.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-nation-area.jpg); background-repeat: no-repeat; }
#gulevich-area { background-image: url(https://23c4d2.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-gulevich-area.jpg); background-repeat: no-repeat; }
#gulevich-mug { background-image: url(https://0dc919.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-gulevich-mug.jpg); background-repeat: no-repeat; }
#kleindienst-mug { background-image: url(https://058d6d.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-kleindienst-mug.jpg); background-repeat: no-repeat; }
#kleindienst-area { background-image: url(https://deb276.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-kleindienst-area.jpg); background-repeat: no-repeat; }
#strasser-mug { background-image: url(https://e663bf.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-strasser-mug.jpg); background-repeat: no-repeat; }
#strasser-area { background-image: url(https://045b78.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-strasser-area.jpg); background-repeat: no-repeat; }
#klausner-mug { background-image: url(https://b77254.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-klausner-mug.jpg); background-repeat: no-repeat; }
#danowski-mug { background-image: url(https://7dd252.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-danowski-mug.jpg); background-repeat: no-repeat; }
#danowski-area { background-image: url(https://8acf43.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-danowski-area.jpg); background-repeat: no-repeat; }
#deane-area { background-image: url(https://a0eba3.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-deane-area.jpg); background-repeat: no-repeat; }
#deane-mug { background-image: url(https://c953e4.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-deane-mug.jpg); background-repeat: no-repeat; }
#beer-mug { background-image: url(https://4eb48f.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-beer-mug.jpg); background-repeat: no-repeat; }
#beer-area { background-image: url(https://4f95de.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-beer-area.jpg); background-repeat: no-repeat; }
#zwiehoff-area { background-image: url(https://47ad71.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-zwiehoff-area.jpg); background-repeat: no-repeat; }
#hauck-mug { background-image: url(https://ad06eb.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-hauck-mug.jpg); background-repeat: no-repeat; }
#hauck-area { background-image: url(https://cccb68.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-hauck-area.jpg); background-repeat: no-repeat; }
#porter-mug { background-image: url(https://d94a70.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-porter-mug.jpg); background-repeat: no-repeat; }
#porter-area { background-image: url(https://172b89.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-porter-area.jpg); background-repeat: no-repeat; }
#pitts-mug { background-image: url(https://99a3fe.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-pitts-mug.jpg); background-repeat: no-repeat; }
#pitts-area { background-image: url(https://bfee02.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-pitts-area.jpg); background-repeat: no-repeat; }

/*.page-id-242 .site { background: url(https://6fd1e4.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-header-team-hannes.jpg) center -44px no-repeat;  } Changed 06.27.16 Member Page Redesign */

#bio { width: 100%; margin: 0 auto; max-width: 1700px; }
#bio h2 { text-transform: uppercase; color: #fff; font-size: 90px; word-spacing: 750px; font-weight: bolder; }
#bio-header { width: 100%; max-width: 1700px; position: relative; z-index: 0; margin: 0 auto; }
.image-area { position: relative; display: inline-block; clear: both; width: 100%; }
.image-area img { position: relative; z-index: 0; display: inline-block; clear: both; width: 100%; }
.image-area .athlete-name { position: absolute; z-index: 1; bottom: 0; width: 100%; }
.image-area .athlete-name .align-wrap { margin: 0 auto; width: 100%; position: relative; z-index: 1; max-width: 1180px; }

#bio-content { width: 1180px; margin: 0 auto; position: relative; clear: both; display: block; }
#bio-content .left-side-panel { width: 30%; float: left; padding: 50px 0 100px; }
#bio-content .right-side-panel { width: 60%; float: right; padding-top: 50px; }
#bio-content .left-side-panel .divider, .right-side-panel .divider { padding-bottom: 27px; border-bottom: 10px solid #FD4512; }
#bio-content .right-side-panel .tr-left-content.divider, .mr-left-content.divider, .br-left-content.divider { padding-bottom: 0; border-bottom: none; }
#bio-content .left-side-panel .identifier p, .right-side-panel .identifier p { text-transform: uppercase; font-size: 18px; line-height: 32px; letter-spacing: 1px; color: #FD4512; }
#bio-content .left-side-panel .discipline li { text-transform: uppercase; font-size: 45px; line-height: 43px; font-weight: bold; }
#bio-content .left-side-panel .bike, .results  p { padding-top: 56px; }
#bio-content .left-side-panel .bike li { font-size: 20px; line-height: 24px; font-weight: bold; }
#bio-content .left-side-panel .results li { font-size: 20px; line-height: 24px; font-weight: bold; text-transform: uppercase; padding-left: 1em; text-indent: -.7em; }
#bio-content .left-side-panel .results li:before { content: "■ " ; color: #FD4512; }
#bio-content .right-side-panel .top-row, .middle-row, .bottom-row { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-content: center; align-items: center; }
#bio-content .right-side-panel .top-row .tr-left-content, .middle-row .mr-left-content, .bottom-row .br-left-content { flex: 1 1 auto; align-self: flex-start; min-width: 50%; }
#bio-content .right-side-panel .top-row .tr-right-content, .middle-row .mr-right-content, .bottom-row .br-right-content { flex: 1 1 auto; align-self: flex-start; min-width: 50%; }
#bio-content .right-side-panel .middle-row, .bottom-row { padding-top: 56px; }
#bio-content .right-side-panel .top-row .tr-left-content .year { font-size: 120px; line-height: 100px; font-weight: bold; }
#bio-content .right-side-panel .top-row .tr-left-content .month, .day { font-size: 20px; font-weight: bold; }
#bio-content .right-side-panel .middle-row .mr-left-content .height, .bottom-row .br-left-content .weight { font-size: 120px; line-height: 100px; font-weight: bold; margin-bottom: -32px; }
#bio-content .right-side-panel .middle-row .mr-left-content .height span, .bottom-row .br-left-content .weight span { font-size: 20px; line-height: 100px; }
#bio-content .right-side-panel .top-row .tr-right-content .nationality { font-size: 50px; font-weight: bold; text-transform: uppercase; }
#bio-content .right-side-panel .middle-row .mr-right-content .hometown, .bottom-row .br-right-content .goal { font-size: 45px; font-weight: bold; text-transform: uppercase; }
#bio-content .right-side-panel .middle-row .mr-right-content .home-country { font-size: 20px; font-weight: bold; }
#bio-content .right-side-panel .facebook-link { margin: 40px 0 100px; float: right;}
#bio-content .right-side-panel .facebook-link a { font-size: 14px; line-height: 14px; vertical-align: 40%; font-weight: bold; text-transform: uppercase; color: #000; padding-right: 21px; }
#bio-content .right-side-panel .fb-button { background-color: #fff; padding: 11px 0 }
#bio-content .right-side-panel .fb-icon { display: inline-block; padding: 0 21px; }
#bio-content .right-side-panel.hide-desktop { display: none; }
#photo-credit { width: 1180px; margin: 0 auto; font-size: 9px;  }
#photo-credit .copyright { width: 100%; border-top: 1px solid black; padding-top: 5px; float: left; }
#photo-credit .photographer { padding-bottom: 50px; float: right; margin-top: -9px; }

@media screen and (min-width: 1200px) {
	#cappellari-mug.member.grid-item.lrgPhone { display: none; }
	#chapman-area.member.grid-item.tablet, #chapman-area.member.grid-item.lrgPhone { display: none; }
	#richter-area.member.grid-item.lrgPhone { display: none; }
	#masters-mug.member.grid-item.tablet, #masters-mug.member.grid-item.lrgPhone { display: none; }
	#nation-area.member.grid-item.lrgPhone { display: none; }
	#gulevich-area.member.grid-item.grid-item--width2.grid-item--height2.tablet { display: none; }
	#gulevich-mug.member.grid-item.tablet { display: none; }
	#klausner-mug.member.grid-item.grid-item--width3.grid-item--height2.lrgPhone  { display: none; }
	#danowski-area.member.grid-item.tablet { display: none; }
	#zwiehoff-area.member.grid-item.grid-item--width2.grid-item--height2.tablet, #zwiehoff-area.member.grid-item.grid-item--width3.grid-item--height2.lrgPhone { display: none; }
	#beer-area.member.grid-item.tablet { display: none; }
	#porter-mug.member.grid-item.grid-item--width2.tablet { display: none; }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
	#team { width: 960px; left: auto; }
	#bio h2 { font-size: 70px; }
	.image-area .athlete-name .align-wrap { max-width: 950px; }
	#bio-content { width: 950px; margin: 0 auto; }
	#bio-content .left-side-panel .discipline li { font-size: 26px; line-height: 32px;  }
	#bio-content .left-side-panel .bike li { font-size: 16px; line-height: 20px; }
	#bio-content .left-side-panel .results li { font-size: 16px; line-height: 20px; text-indent: -.85em; }
	#bio-content .right-side-panel .top-row .tr-left-content .year { font-size: 65px; line-height: 62px; }
	#bio-content .right-side-panel .top-row .tr-left-content .month, .day { font-size: 16px; }
	#bio-content .right-side-panel .middle-row .mr-left-content .height, .bottom-row .br-left-content .weight { font-size: 65px; line-height: 60px; margin-bottom: -32px; }
	#bio-content .right-side-panel .top-row .tr-right-content .nationality { font-size: 30px; }
	#bio-content .right-side-panel .middle-row .mr-right-content .hometown, .bottom-row .br-right-content .goal { font-size: 30px; }
	#bio-content .right-side-panel .middle-row .mr-right-content .home-country { font-size: 16px; }
	#bio-content .left-side-panel .bike, .results  p { padding-top: 50px; }
	#bio-content .right-side-panel .middle-row, .bottom-row { padding-top: 50px; }
	#photo-credit { width: 950px; }
	.grid-item--height2 { height: 222px; }
	#cappellari-mug.member.grid-item.lrgPhone { display: none; }
	#chapman-area.member.grid-item.desktop, #chapman-area.member.grid-item.lrgPhone { display: none; }
	#richter-area.member.grid-item.lrgPhone { display: none; }
	#masters-mug.member.grid-item.grid-item--width2.desktop, #masters-mug.member.grid-item.lrgPhone { display: none; }
	#nation-area.member.grid-item.lrgPhone { display: none; }
	#gulevich-area.member.grid-item.grid-item--width2.desktop { display: none; }
	#gulevich-mug.member.grid-item.grid-item--width2.desktop { display: none; }
	#klausner-mug.member.grid-item.grid-item--width3.grid-item--height2.lrgPhone  { display: none; }
	#danowski-area.member.grid-item.desktop  { display: none; }
	#zwiehoff-area.member.grid-item.grid-item--width3.grid-item--height2.lrgPhone, #zwiehoff-area.member.grid-item.grid-item--width2.grid-item--height2.desktop { display: none; }
	#beer-area.member.grid-item.desktop { display: none; }
	#porter-mug.member.grid-item.grid-item--width2.desktop { display: none; }
	#cappellari-area { background-image: url(https://0351ca.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-cappellari-area-tablet.jpg); }
	#chapman-mug { background-image: url(https://b817f8.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-chapman-mug-tablet.jpg); }
	#masters-mug { background-image: url(https://6e0cf7.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-masters-mug-tablet.jpg); }
	#gulevich-mug { background-image: url(https://1c7a57.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-gulevich-mug-tablet.jpg); }
	#klausner-mug { background-image: url(https://698ecb.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-klausner-mug-tablet.jpg); }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	#team { width: 712px; height: 1890px; left: auto; }
	#bio h2 { font-size: 60px; max-width: 570px; }
	.image-area .athlete-name .align-wrap { max-width: 695px; }
	#bio-content { width: 695px; margin: 0 auto; }
	#bio-content .left-side-panel .discipline li { font-size: 26px; line-height: 32px;  }
	#bio-content .left-side-panel .bike li { font-size: 16px; line-height: 20px; }
	#bio-content .left-side-panel .results li { font-size: 16px; line-height: 20px; text-indent: -.85em; }
	#bio-content .right-side-panel .top-row .tr-left-content .year { font-size: 65px; line-height: 62px; }
	#bio-content .right-side-panel .top-row .tr-left-content .month, .day { font-size: 16px; }
	#bio-content .right-side-panel .middle-row .mr-left-content .height, .bottom-row .br-left-content .weight { font-size: 65px; line-height: 60px; margin-bottom: -32px; }
	#bio-content .right-side-panel .top-row .tr-right-content .nationality { font-size: 30px; }
	#bio-content .right-side-panel .middle-row .mr-right-content .hometown, .bottom-row .br-right-content .goal { font-size: 30px; }
	#bio-content .right-side-panel .middle-row .mr-right-content .home-country { font-size: 16px; }
	#bio-content .left-side-panel .bike, .results  p { padding-top: 50px; }
	#bio-content .right-side-panel .middle-row, .bottom-row { padding-top: 50px; }
	#photo-credit { width: 695px; }
	.grid-item--height2 { height: 222px; }
	#cappellari-mug.member.grid-item.grid-item--width2.desktop { display: none; }
	#chapman-area.member.grid-item.desktop, #chapman-area.member.grid-item.tablet { display: none; }
	#richter-area.member.grid-item.desktop { display: none; }
	#masters-mug.member.grid-item.grid-item--width2.desktop, #masters-mug.member.grid-item.tablet { display: none; }
	#nation-area.member.grid-item.desktop { display: none; }
	#gulevich-area.member.grid-item.grid-item--width2.desktop { display: none; }
	#gulevich-mug.member.grid-item.grid-item--width2.desktop { display: none; }
	#klausner-mug.member.grid-item.grid-item--width2.grid-item--height2.desktop  { display: none; }
	#danowski-area.member.grid-item.desktop  { display: none; }
	#zwiehoff-area.member.grid-item.grid-item--width2.grid-item--height2.tablet, #zwiehoff-area.member.grid-item.grid-item--width2.grid-item--height2.desktop { display: none; }
	#beer-area.member.grid-item.desktop { display: none; }
	#porter-mug.member.grid-item.grid-item--width2.tablet { display: none; }
	#cappellari-area { background-image: url(https://0351ca.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-cappellari-area-tablet.jpg); }
	#chapman-mug { background-image: url(https://b817f8.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-chapman-mug-tablet.jpg); }
	#masters-mug { background-image: url(https://6e0cf7.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-masters-mug-tablet.jpg); }
	#gulevich-mug { background-image: url(https://1c7a57.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-gulevich-mug-tablet.jpg); }
	#klausner-mug { background-image: url(https://1282ea.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-klausner-mug-lrgPhone.jpg); }
	#zwiehoff-area { background-image: url(https://74e476.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-zwiehoff-area-lrgPhone.jpg); }
}

@media screen and (max-width: 767px) {
	#team { width: 472px; }
	#bio h2 { color: #000; font-size: 48px; word-spacing: normal; }
	.image-area .athlete-name { position: relative; }
	.image-area .athlete-name .align-wrap { max-width: 567px; }
	#bio-content .left-side-panel { width: 100%; padding: 30px 0; }
	#bio-content .right-side-panel { width: 100%; padding: 30px 0; }
	#bio-content { width: 567px; margin: 0 auto; }
	#bio-content .left-side-panel .discipline li { font-size: 26px; line-height: 32px;  }
	#bio-content .left-side-panel .bike li { font-size: 16px; line-height: 20px; }
	#bio-content .left-side-panel .results li { font-size: 16px; line-height: 20px; text-indent: -.85em; }
	#bio-content .right-side-panel .top-row .tr-left-content .year { font-size: 65px; line-height: 62px; }
	#bio-content .right-side-panel .top-row .tr-left-content .month, .day { font-size: 16px; }
	#bio-content .right-side-panel .middle-row .mr-left-content .height, .bottom-row .br-left-content .weight { font-size: 65px; line-height: 60px; margin-bottom: -32px; }
	#bio-content .right-side-panel .top-row .tr-right-content .nationality { font-size: 30px; }
	#bio-content .right-side-panel .middle-row .mr-right-content .hometown, .bottom-row .br-right-content .goal { font-size: 30px; }
	#bio-content .right-side-panel .middle-row .mr-right-content .home-country { font-size: 16px; }
	#bio-content .left-side-panel .bike, .results  p { padding-top: 50px; }
	#bio-content .right-side-panel .middle-row, .bottom-row { padding-top: 50px; }
	#photo-credit { width: 567px; }
	#bio-header { height: auto; }
	.grid-item--height2 { height: 222px; }
	#lawrenuk-area { display: none; }
	#cappellari-mug { display: none; }
	#fischbach-area { display: none; }
	#chapman-area { display: none; }
	#richter-area { display: none; }
	#charre-area { display: none; }
	#masters-mug { display: none; }
	#shirley-area { display: none; }
	#figaret-area {display: none; }
	#alekin-area {display: none; }
	#nation-area { display: none; }
	#gulevich-mug  {display: none; }
	#kleindienst-area {display: none; }
	#strasser-area {display: none; }
	#danowski-area { display: none; }
	#deane-area {display: none; }
	#beer-area { display: none; }
	#hauck-area { display: none; }
	#porter-area { display: none; }
	#pitts-area { display: none; }
	#gulevich-area.member.grid-item.grid-item--width2.grid-item--height2.tablet  {display: none; }
	#klausner-mug.member.grid-item.grid-item--width3.grid-item--height2.lrgPhone  { display: none; }
	#zwiehoff-area.member.grid-item.grid-item--width3.grid-item--height2.lrgPhone, #zwiehoff-area.member.grid-item.grid-item--width2.grid-item--height2.desktop { display: none; }
	#porter-mug.member.grid-item.grid-item--width2.tablet { display: none; }
	#cappellari-area { background-image: url(https://0351ca.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-cappellari-area-tablet.jpg); }
	#chapman-mug { background-image: url(https://b817f8.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-chapman-mug-tablet.jpg); }
	#klausner-mug { background-image: url(https://698ecb.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/team/splash-klausner-mug-tablet.jpg); }
}

@media screen and (max-width: 599px) {
	.image-area .athlete-name .align-wrap { max-width: 479px; }
	#bio-content { width: 479px; margin: 0 auto; }
	#photo-credit { width: 479px; }
}

@media screen and (max-width: 479px) {
	.member { width: 320px; height: 146px; background-size: 320px auto; float: none; }
	.image-area .athlete-name .align-wrap { max-width: 310px; }
	#bio-content { width: 310px; margin: 0 auto; }
	#bio-content .right-side-panel .top-row, .middle-row, .bottom-row { display: block; }
	#bio-content .left-side-panel .identifier p, .right-side-panel .identifier p { font-size: 16px; line-height: 20px; }
	#bio-content .right-side-panel .tr-left-content.divider, .mr-left-content.divider, .br-left-content.divider { padding-bottom: 27px; border-bottom: 10px solid #FD4512; }
	#bio-content .left-side-panel .discipline li { font-size: 30px; line-height: 33px;  }
	#bio-content .right-side-panel .top-row .tr-left-content .year { font-size: 100px; line-height: 82px; }
	#bio-content .right-side-panel .top-row .tr-left-content .month, .day { font-size: 20px; }
	#bio-content .right-side-panel .middle-row .mr-left-content .height, .bottom-row .br-left-content .weight { font-size: 65px; line-height: 60px; margin-bottom: -32px; }
	#bio-content .right-side-panel .top-row .tr-right-content .nationality { font-size: 30px; }
	#bio-content .right-side-panel .middle-row .mr-right-content .hometown, .bottom-row .br-right-content .goal { font-size: 30px; }
	#bio-content .right-side-panel .middle-row .mr-right-content .home-country { font-size: 16px; }
	#bio-content .left-side-panel .bike, .results  p { padding-top: 50px; }
	#bio-content .right-side-panel .middle-row, .bottom-row { padding-top: 50px; }
	#bio-content .right-side-panel .tr-right-content.hide-mobile, .mr-right-content.hide-mobile, .br-right-content.hide-mobile { display: none; }
	#bio-content .right-side-panel .facebook-link.hide-mobile { display: none; }
	#bio-content .right-side-panel.hide-desktop { display: block; }
	#bio-content .right-side-panel .facebook-link { margin: 40px 0 100px; float: left;}
	#bio-content .right-side-panel .fb-button { background-color: #F2F2F2; padding: 11px 0 }
	#photo-credit { width: 310px; }
}

.read-more { display: block; color: #3ea592; }

.news-article { padding: 80px 120px; width: auto; border-top: 4px solid #e8772d; background: #fff; }
.news-wrap { width: 940px; margin: 0 auto; }
.news-top { position: relative; width: 100%; }
.news-article .news-photo { position: relative; width: 575px; float: left; }
.news-article .news-header { position: relative; margin: 20px 0 10px 20px; width: 345px; float: left; }
.news-article .news-header h2 { font-size: 32px; }
.news-article .news-body { width: 50%; font-size: 13px; line-height: 1.8; clear: both; color: #353637; }
.news-article .news-body .news-date { color: #808080; }
.news-article .news-body a { color: ##3ea592; }
.news-article .news-body a:hover { color: #e8772d; }

.news-article .social { position: absolute; padding: 0 0 0 12px; bottom: 3px; right: -365px; width: 333px; height: 46px; border-top: 1px solid #e8772d; border-bottom: 1px solid #e8772d; }

.news-article .social .bar { margin: 10px 13px 11px 13px; display: inline-block; width: 1px; height: 25px; background: #8b8b8b; }
.news-article .social a { display: inline-block; margin: 15px 0; width: 21px; height: 16px; background-position: center 0; background-repeat: no-repeat; }
.news-article .social a:hover { background-position: center -16px; }

.news-article .social a.twitter { background-image: url(https://06b47b.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/social-twitter.png); }
.news-article .social a.facebook { background-image: url(https://abc711.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/social-facebook.png); }
.news-article .social a.pinterest { background-image: url(https://567805.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/social-pinterest.png); }
.news-article .social a.email { background-image: url(https://cabefe.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/social-email.png); }

.page-id-12 .site { background: url(https://080487.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-contact.jpg) center top no-repeat; }
.page-id-12 .site-content { background: none; }
.page-id-12 h2 { margin: 0; padding: 20px; background: rgba(256, 256, 256, 0.8); }

#contact-header { width: 464px; float: left; margin: 10px 10px 10px 0; }
#contact-form { margin: 0 0 120px 0; width: 669px; float: left; font-size: 14px; } /* Original Width: 702 */
#contact-info { margin: 10px 0; padding: 30px 20px; background: rgba(256, 256, 256, 0.8); line-height: 1.4; }
#contact-info address, #contact-info p { margin: 0 0 20px 0; font-style: normal; }
#contact-info strong { text-transform: uppercase; }

.page-template-contactus-page-php label { display: none !important; color: #fff; }
.page-template-contactus-page-php textarea { font-family: inherit !important; }
.page-template-contactus-page-php textarea, .page-template-contactus-page-php input, .page-template-contactus-page-php select { margin-left: 5%; padding: 10px !important; width: 90% !important; border: 0; border-radius: 0 !important; border: 0 !important; background: #211d1a !important; color: #e4e5d7 !important; text-shadow: none !important; font-size: 14px; }
.page-template-contactus-page-php input, .page-template-contactus-page-php textarea, .page-template-contactus-page-php select { margin-bottom: 5px; border: 0 !important; outline: none; }
.page-template-contactus-page-php select { width: 93% !important; height: auto; font-family: 'Proxima Nova', 'proxima-nova-n4', Helvetica, Arial, sans-serif; }
.page-template-contactus-page-php textarea:focus, .page-template-contactus-page-php input:focus, .page-template-contactus-page-php select:focus { border-bottom: 3px solid #E8772D !important; }
.page-template-contactus-page-php input.wpcf7-submit { margin: 0 2% 0 0 !important; width: 100px !important; background: #E8772D !important; color: #fff !important; border: 0 !important; text-transform: uppercase; float: right; }
.page-template-contactus-page-php input:hover, .page-template-contactus-page-php textarea:hover, .page-template-contactus-page-php select:hover, .page-template-contactus-page-php input:focus, .page-template-contactus-page-php textarea:focus, .page-template-contactus-page-php select:focus { box-shadow: none !important; }
.page-template-contactus-page-php div.wpcf7-response-output { margin: 5% 2% 5% 5% !important; padding: 1em !important; color: #fff; background: #E8772D; border: 0 !important; }

.page-template-contactus-page-php input[type="radio"] { width: auto !important; }
.page-template-contactus-page-php span.wpcf7-list-item-label { display: none; }

.clear { clear: both; }

.page-template-page-sponsorship { background: #000; }
.page-template-page-sponsorship .site { background: url(https://a77f09.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-sponsorship.jpg) center top no-repeat; background-size: cover; }
.page-template-page-sponsorship .site-content { background: none; }
.page-template-page-sponsorship .wpcf7-validation-errors, .page-template-page-sponsorship .wpcf7-mail-sent-ok { clear: both; margin: 10px 0; }
#sponsor-form { margin: 0 auto; padding: 50px 0; width: 88%; color: #fff; }
#sponsor-form:after { display: table; content: ''; clear: both; }
#sponsor-form .half { width: 50%; float: left; }
#sponsor-form label { padding: 10px 0; display: block; clear: left; color: #fff; text-transform: uppercase; }
#sponsor-form input, #sponsor-form textarea, #sponsor-form select { padding: 10px !important; width: 90% !important; border: 0; border-radius: 0 !important; border: 0 !important; background: #211d1a !important; color: #e4e5d7 !important; text-shadow: none !important; font-size: 14px; outline: none; }
#sponsor-form textarea:focus, #sponsor-form input:focus, #sponsor-form select:focus { border-bottom: 3px solid #E8772D !important; }
#sponsor-form input[type="checkbox"] { width: auto !important; }
#sponsor-form textarea { height: 90px; }
#sponsor-form input.wpcf7-submit { margin: 10px 6% 0 0 !important; width: 100px !important; background: #E8772D !important; color: #fff !important; border: 0 !important; text-transform: uppercase; float: right; }
#sponsor-form input#city, #sponsor-form label[for="city"] {  width: 48% !important; float: left; }
#sponsor-form label[for="city"], #sponsor-form label[for="state"], #sponsor-form label[for="zip"] { padding: 10px !important; clear: none; }
#sponsor-form label[for="city"] { padding: 10px 10px 10px 0 !important; }
#sponsor-form input#state, #sponsor-form label[for="state"] { margin-left: 2%; width: 10% !important; float: left; clear: none; }
#sponsor-form input#zip, #sponsor-form label[for="zip"] { margin-left: 2%; width: 20% !important; float: left; clear: none; }


.tech-intro { margin: 0; padding: 20px 0 40px 0; width: 100%; overflow: auto; background-color: #f2f2f2; }
.tech-intro p {	font-size: 19px; line-height: 1.5; margin-bottom: 15px; }
.tech-intro p:last-child { margin-bottom: 0; }
.tech-copy { width: 40%; float: left; }
.tech-copy img { margin: 10px 0 20px 0; }
.tech-copy h3 { margin-bottom: 10px; }
.tech-copy ul.tech-specs { margin: 0; padding: 0; list-style: none; }
.tech-copy ul.tech-specs li { margin: 0; padding: 4px 0; font-size: 17px; }
.tech-media { padding-top: 115px; width: 60%; float: left; text-align: center; }
.tech-media .video, .tech-media img { margin-bottom: 30px; width: 88%; min-height: 320px; float: right; clear: both; }


.page-template-contactus-page-php label.form-radio-inputs {display: inline-block!important; width: 150px; margin-left: 10px; float: left; padding:10px; } /* Added This */

.page-template-contactus-page-php label.form-radio-inputs.two {width: 300px; margin-left: 0; } /* Added This */

@media screen and (min-width: 1200px) {
	.content-wrapper { width: 1180px; }
	.menu-top-nav-container, .main-navigation { width: 975px; }
	header.site-header { width: 1180px; }
	#umbrellaNav ul { width: 1180px; }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
	#news { width: 714px; }
	.archive #news { width: 950px; }
	#contact-header { width: 261px; } /* Original was 228px */
	.tech-media .video, .tech-media img { min-height: 260px; }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
	.content-wrapper { width: 703px; }
	.menu-top-nav-container, .main-navigation { width: 60%; width: 400px; float: right; padding-right: 3%; } /* Added Padding-right 3% */
	header.site-header { width: 768px; }
	hgroup { width: 40%; }
	#umbrellaNav ul { width: auto; }
	#news { width: 477px; }
	.archive #news { width: 714px; }
	.page-id-12 h2 { width: 186px; height: 73px; line-height: 73px; float: left; text-align: center; }
	#contact-header { float: none; width: 702px; height: 113px; }
	#contact-info { margin: 0 0 10px 10px; padding: 25px 20px; width: 426px; height: 391px; float: left; } /* Original margin was 0 0 0 10px - height was 63px */
	#contact-info address, #contact-info p { margin: 0 14px 0 0; float: left; }
	#contact-form { float: none; }
	#sponsor-form input#city, #sponsor-form label[for="city"] { width: 42% !important; }
	.tech-media .video, .tech-media img { min-height: 180px; }
}

@media screen and (max-width: 767px) {
	.page { overflow-x: hidden; }
	.content-wrapper { width: 472px; }
	.menu-top-nav-container, .main-navigation { width: 308px; float: right; } /* Changed width from 267px to 308px */
	header.site-header { width: 472px; }
	#news { width: 472px; }

	.page-id-12 h2 { width: 186px; float: none; }
	#contact-header { width: 464px; margin: 40px 0; float: none; } /* Original margin was 10px 0 */
	#contact-form { margin: 0 0 60px 0; width: 304px; float: none; } /* Original width 464px */
	#contact-info { padding: 25px 20px; width: 283px; height: 456px; } /* Original Height was 63px - width was 424px */
	#contact-info address { margin: 0 32px 0 0; }
	#contact-info address, #contact-info p { float: left; }

	#sponsor-form .half { width: 100%; float: none; }

	.tech-copy, .tech-media { width: 100%; float: none; }
	.tech-copy img { max-width: 100%; }
	.tech-media { padding-top: 30px; }
	.tech-media .video, .tech-media img { width: 100%; min-height: 220px; float: none; }

	.page-template-contactus-page-php label.form-radio-inputs {display: inline-block!important; width: 150px; margin-left: 7px; float: left; clear: both; padding-bottom: 0px;  } /* Added This */
	.page-template-contactus-page-php label.form-radio-inputs.two {width: 300px; margin-left: 0; padding-bottom: 12px; } /* Added This */
	.page-id-12 .site { background-size: cover; } /* Added This */

	#slideshow #slide-sunringle h1 { padding-top: 220px; padding-bottom: 100px; }
	#slideshow #slide-answer h1 { padding-bottom: 100px; }
	#slideshow #slide-discbrakes h1 { padding-top: 220px; padding-bottom: 40px; }
	#slideshow #slide-wheelsmith h1 { padding-bottom: 90px; }
}

@media screen and (max-width: 479px) {
	.content-wrapper { width: 320px; }
	.menu-top-nav-container, .main-navigation { width: 320px; float: none; }
	hgroup { margin: 25px auto 0 auto; width: 205px; height: 50px; float: none; }
	header.site-header { width: 320px; }

	.tech-intro p { font-size: 17px; }
	.tech-intro .content-wrapper { width: 280px; }
	.tech-media .video, .tech-media img { min-height: 127px; }

	.ui-tabs .ui-tabs-nav { margin-left: 10px !important; }
	.ui-tabs .ui-tabs-nav li { font-size: 12px !important; }
	.ui-tabs .ui-tabs-nav li a { padding: 0.5em 0.8em !important; }
}

@media screen and (max-width: 768px) {
	#umbrellaNav { width: 100%; overflow: hidden; display: none; }
	#umbrellaNav-mobile { display: block; }
	#slideshow .slide p { width: auto !important; }
}

@media screen and (max-width: 599px) { /* Changed from 599px to 567px then back */
	.menu-toggle { display: none; }
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { display: block; margin-top: -50px; }
	.main-navigation li { display: inline-block; margin: 0 10px; }
	.main-navigation a { font-size: 15px; color: #fff; font-weight: bold; text-transform: uppercase; text-decoration: none; }
	.main-navigation a:hover, .main-navigation li.current_page_item a { color: #e8772d; }
	.menu-top-nav-container, .main-navigation { width: auto; float: none; clear: both; }
	hgroup { float: none; }
	header.site-header { padding: 10px 0; height: 136px; }

	#slideshow .slide p { width: auto !important; margin-top: 40px; }

	#slideshow #slide-wheelsmith h1 {margin-left: 0px; }
	#slide-manitou p, #slide-manitou a { margin-left: 0; }
	#slide-answer p, #slide-answer a { margin-left: 0; }
	#slide-sunringle p, #slide-sunringle a { margin-left: 0; }
	#slide-discbrakes p, #slide-discbrakes a { margin-left: 0; }
	#slide-wheelsmith p, #slide-wheelsmith a { margin-left: 0; }

	#slideshow #slide-components h1 {padding-top: 270px;}

	#slideshow .slide h1 span { font-size: 35px; line-height: 35px; }

	.site-header h1 a { width: 40%; }
	.site-header h1 a img { max-width: 60%; max-height: auto; }

	.site-header { padding: 10px 0; }

	.page-id-12 hgroup, .page-id-265 hgroup { height: 65px; }

	.page-id-265 .main-navigation a { color: #000; }

	#slideshow #slide-discbrakes h1 { padding-top: 300px; }
	#slideshow #slide-wheelsmith h1 { padding-bottom: 0; }
	#slideshow #slide-answer h1 { padding-bottom: 0; }
}

@media screen and (max-width: 479px) {
	.site-header h1 a img { max-width: 100%; }
	.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { margin-top: -27px; }
}

.post-614 h1.entry-header  {
	margin: 24px 0;
	font-size: 24px;
	text-transform: uppercase;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
	#umbrellaNav ul li a#hayes-components { background-image: url(https://59d07b.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-hayes@2x.png); background-size: 148px 132px; }
	#umbrellaNav ul li a#answer-products { background-image: url(https://f42ed1.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-answer@2x.png); background-size: 88px 132px; }
	#umbrellaNav ul li a#manitou { background-image: url(https://3f99a6.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-manitou@2x.png); background-size: 88px 132px; }
	#umbrellaNav ul li a#sunringle { background-image: url(https://8810f0.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-sunringle@2x.png); background-size: 88px 132px; }
	#umbrellaNav ul li a#hayes-disc-brakes { background-image: url(https://72fb98.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-brakes@2x.png); background-size: 88px 132px; }
	#umbrellaNav ul li a#wheelsmith { background-image: url(https://fb6ba1.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-wheelsmith@2x.png); background-size: 88px 132px; }
	#umbrellaNav ul li a#sun-components { background-image: url(https://4e937f.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-sun@2x.png); background-size: 88px 132px; }

	#umbrellaNav-mobile ul li.corp a { background-image: url(https://59d07b.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-hayes@2x.png); background-size: 148px 132px; }
	#umbrellaNav-mobile li.other li a#answe { background-image: url(https://f42ed1.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-answer@2x.png); background-size: 88px 132px; }
	#umbrellaNav-mobile li.other li a#manit { background-image: url(https://3f99a6.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-manitou@2x.png); background-size: 88px 132px; }
	#umbrellaNav-mobile li.other li a#sunri { background-image: url(https://8810f0.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-sunringle@2x.png); background-size: 88px 132px; }
	#umbrellaNav-mobile li.other li a#discb { background-image: url(https://72fb98.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-brakes@2x.png); background-size: 88px 132px; }
	#umbrellaNav-mobile li.other li a#wheel { background-image: url(https://fb6ba1.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-wheelsmith@2x.png); background-size: 88px 132px; }
	#umbrellaNav-mobile li.other li a#sun { background-image: url(https://4e937f.claudeassets.com/20170705103318im_/https://www.hayescomponents.com/wp-content/themes/hayescomponents/images/bg-umbrella-sun@2x.png); background-size: 88px 132px; }
}
/*
     FILE ARCHIVED ON 12:37:08 Jun 12, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:49:49 Aug 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.657
  exclusion.robots: 0.087
  exclusion.robots.policy: 0.072
  esindex: 0.008
  cdx.remote: 15.643
  LoadShardBlock: 325.979 (3)
  PetaboxLoader3.resolve: 523.719 (3)
  PetaboxLoader3.datanode: 168.825 (4)
  load_resource: 509.635
*/