/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
.hidden {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	color: #000;
	line-height: 1.3;
	margin: 0;
}

a {
	color: #574b23;
	text-decoration: none;
}

a:focus {
	color: #241e12;
	outline: thin dotted;
}

a:active,
a:hover {
	color: #241e12;
	outline: 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong,
* b,
* strong {
	font-weight: bold;
}

em,
i,
dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px 4px;
}

td {
	border-top: 1px solid #ededed;
	padding: 2px 4px;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

/* Clearing floats */
.clear,
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text,
.nonvisual {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	border-radius: 3px;
	 -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
	 -moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
	clip: auto !important;
	color: rgb(36, 30, 18);
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000;
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 1px solid #ccc;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 1px solid #d4d0ba;
	outline: 0;
}

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"]:focus,
input[type="radio"]:focus {
	padding: 0;
	border: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #241e12;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #574b23;
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #574b23;
	outline: none;
}

.page-header input[type="submit"] {
	background: #96182f;
}

.page-header input[type="submit"]:hover,
.page-header input[type="submit"]:focus,
.page-header input[type="submit"]:active {
	background: #500;
}

.page-header input[type="submit"]:focus {
	border-style: dotted;
}

.product-content input[type="submit"] {
	background: #96182f;
	padding: 8px 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.product-content input[type="submit"]:hover,
.product-content input[type="submit"]:focus,
.product-content input[type="submit"]:active {
	background: #574b23;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

a, input, button {
	-webkit-transition: background-color .2s, color .2s;
	-moz-transition: background-color .2s, color .2s;
	transition: background-color .2s, color .2s;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #585555;
}

:-moz-placeholder {
	color: #585555;
}

::-moz-placeholder {
	color: #585555;
}

:-ms-input-placeholder {
	color: #585555;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	max-width: 100%;
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
	position: relative;
	z-index: 2;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	 -webkit-border-radius: 0;
	 -moz-border-radius: 0;
	border-radius: 0;
	 -webkit-box-shadow: none;
	 -moz-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

body {
	background-color: #fff;
}

.site {
	background-color: #fff;
	margin: 0 auto;
	max-width: 1030px;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1030px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.page-header {
	position: relative;
	width: 100%;
	margin: 0;
	background: #574b23;
	/*min-height: 135px;*/
}

.page-header div.logo {
	float: left;
	padding: 20px 0 20px 25px;
}

.page-header div.tagline {
	float: left;
	padding: 27px 25px 10px;
	/*position: absolute;
	top: 25px;
	left: 170px;*/
}

.page-header div.phone {
	float: right;
	padding: 15px 32px 0px 10px;
	text-align: right;
	color: #fff;
}

.page-header div.phone a {
	color: #fff;
	text-decoration: none;
}

.page-header div.phone a.corporate {
	text-decoration: underline;
}

.page-header div.phone div.left {
	float: left;
	font-size: 16px;
}

.phone form {
	font-size: 14px;
	margin-top:2px;
}

.phone form img {
	position: absolute;
	left: -9999px;
}

.phone input[type="submit"] {
	font-weight: bold;
	text-transform: uppercase;
}

.page-header div.phone div.img {
	float: right;
	padding-left: 20px;
	display: block;
	padding-top: 7px;
}

.page-header div.usa {
	position: absolute;
	top: 20px;
	right: 25px;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	background: #241e12;
	color: #ded9cd;
	padding: 7px 10px;
	width: 100%;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 0 0 7px;
}

.nav-menu li {
	display: inline-block;
	position: relative;
	line-height: 1;
	padding: 0 10px;
	padding-right: 14px;
}

ul.nav-menu > li {
	border-right: 2px solid #ded9cd;
}

ul.nav-menu > li:last-child {
	border-right: 0;
	padding-right: 4px;
}

ul.nav-menu > li:last-child .sub-menu,
ul.nav-menu > li:last-child .children {
	right: -10px;
	left: auto;
	width: 100px;
}

ul.nav-menu > li:last-child .sub-menu a,
ul.nav-menu > li:last-child .children a {
	min-width: 100px;
}

.nav-menu li a {
	color: #ded9cd;
	display: block;
	font-size: 12px;
	line-height: 1;
	text-decoration: none;
	padding: 0 5px;
	text-transform: uppercase;
	font-weight: bold;
}

.nav-menu li:hover > a,
.nav-menu li a:hover {
	color: #fff;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #f4f4f4;
	background-color: rgba(252,252,250,0.98);
	font-size: 14px;
	display: none;
	padding: 4px 0;
	margin: 1px 0;
	position: absolute;
	left: 0px;
	z-index: 99999;
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	border-radius: 2px;
	 -webkit-box-shadow: 1px 1px 2px rgba(122,122,120,0.4);
	 -moz-box-shadow: 1px 1px 2px rgba(122,122,120,0.4);
	box-shadow: 1px 1px 2px rgba(122,122,120,0.4);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #333;
	margin: 0;
	line-height: 1.2;
	padding: 7px 5px 5px;
	text-transform: none;
	display: block;
	min-width: 150px;
}

ul.nav-menu ul li:hover > a,
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover {
	color: #574b23;
}

.expanded-menu li:hover > ul,
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul {
	display: block;
}

.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-ancestor > a {
	color: #999;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	clear: both;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.shopping_cart {clear:both;}
.subcontent .shopping_cart {padding:20px 0 10px;}
.subcontent .shopping_cart h2 {border-top:1px solid #ccc;padding-top:10px;}
.shopping_cart table {border:none;}
.cart-link {clear:both;text-align:right;padding:20px 0 10px;}
.cart-link a {color: #fff;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	text-decoration: none;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #574b23;
	border-radius: 5px;}
.cart-link a:hover, .cart-link a:active, .cart-link a:focus {background-color: #500;}


.hentry {
	padding: 20px 0 40px;
	margin: 0 auto;
	max-width: 604px;
	width: 95%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1030px;
	padding: 0 376px 0 60px;
}

.entry-content {
	font-family: Helvetica, Arial, sans-serif;
}

.entry-content a:hover {
	text-decoration: underline;
}

.hentry h1,
.hentry h2,
.hentry h3,
.hentry h4,
.hentry h5,
.hentry h6 {
	font-weight: bold;
}

.hentry h1 {
	font-size: 30px;
	margin: 25px 0;
}

.hentry h2 {
	font-size: 26px;
	margin: 25px 0;
}

.hentry h3 {
	font-size: 22px;
	margin: 22px 0;
}

.hentry h4 {
	font-size: 20px;
	margin: 25px 0;
}

.hentry h5 {
	font-size: 18px;
	margin: 30px 0;
}

.hentry h6 {
	font-size: 16px;
	margin: 36px 0;
}

.hentry p {
	margin: 0 0 24px;
}

body.page h1,
body.page h1.entry-title {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 21px;
	margin: 10px 0 20px;
}

div,
li,
p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.hero .hero-content {
	float: left;
	height: 331px;
}

.hero .hero-content p {
	margin: 0;
}

.hero .hero-content img,
.hero .hero-content img.alignnone {
	display: block;
	margin: 0;
}

.hero .hero-featured {
	float: right;
	background: #96182f; /*#241e12;*/
	width: 222px;
	height: 331px;
}

.hero .hero-featured .hero-featured-image {
	background: #574b23;
}

.hero .hero-featured .link-text a {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	padding: 12px 20px;
}

.hero .hero-featured .link-text a span {
	font-size: 14px;
	line-height: 18px;
	color: #d2ccbe;
}

.hero .hero-content .image-with-hotspots {position:relative;max-width:715px;} 
.hero .hero-content .hotspot {width:33.3%;height:78.5%;display:block;position:absolute;bottom:0;z-index:10;overflow:hidden;text-indent:100%;white-space:nowrap;} 
.hero .hero-content .hotspot1 {left:0;} 
.hero .hero-content .hotspot2 {left:33.3%;} 
.hero .hero-content .hotspot3 {left:66.7%;} 
.hero .hero-content .hotspot:hover, .hero .hero-content .hotspot:focus {background-color:rgba(255,255,233,0.4);} 

.hero .hero-featured .hero-featured-text-only {color: #fff; font-size: 36px; text-align: center; padding: 25px;}
.hero .hero-featured .hero-featured-text-only strong {display:block; padding: 7px; text-shadow: 1px 1px 2px rgba(0,0,0,0.7); 
  -webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -ms-transform: rotate(-5deg); transform: rotate(-5deg);}

a.button,
input.button {
	background: #241e12;
	display: inline-block;
	color: #d2ccbe;
	border: 0;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
	 -webkit-border-radius: 1px;
	 -moz-border-radius: 1px;
	border-radius: 1px;
}

a.button:hover,
a.button:active,
a.button:focus,
input.button:hover,
input.button:active,
input.button:focus {
	background: #500;
	color: #fff;
}

.secondary-content {
	clear: both;
	padding: 40px 0;
}

.secondary-content h3 {
	font-size: 20px;
	line-height: 20px;
	color: #241e12;
}

.secondary-content p,
.secondary-content legend {
	font-size: 14px;
	line-height: 18px;
	color: #574b23;
}

.tiles,
.features {
	min-height: 320px;
}

.tiles h2,
.features h2 {
	margin: 0 0 8px;
}

.features,
.features p {
	font-size: 14px;
}

.features {
	float: left;
	width: 475px;
	padding: 0 32px;
}

.features .feature {
	float: left;
	width: 193px;
}

.features .feature.first {
	margin-right: 25px;
}

.features h3 {
	margin: 15px 0 2px;
	font-size: 16px;
	line-height: 18px;
	color: #241e12;
}

.features h3 a {
	color: #241e12;
}

.features p {
	margin: 0 0 10px;
}

.feature-image img {
	border: 2px solid #999;
}

.tiles {
	width: 275px;
	float: left;
	font-size: 14px;
	padding: 0 32px;
	border-left: 1px solid #999;
}

.tiles p {
	margin: 5px 0 10px;
}

.tiles .gallery img {
	max-width: 100%;
}

.tiles .gallery p {
	margin-top: 15px;
}

.email-signup {
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #999;
}

.email-signup fieldset,
.email-signup legend {
	margin: 0;
	padding: 0;
	border: 0;
}

.email-signup .input-wrapper {
	padding: 12px 0 15px;
}

input[type="text"],
input[type="email"],
textarea,
select {
	width: 98%;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 6px 5px !important;
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	border-radius: 2px;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	background: #fffff1;
	border-color: #777;
}

label.error,
form.longform label.error {
	color: #700;
	padding: 0 0 3px;
	display: inline-block;
}

input.error,
form.longform input.error {
	border-left: 2px solid #700;
}

form.longform fieldset input[type="text"],
form.longform fieldset select {
	width: 80%;
}

form.longform label {
	padding: 0 0 4px;
	display: inline-block;
}

form.longform legend,
form.longform p label {
	font-weight: bold;
}
form.longform fieldset.mailing p {
	margin: 8px 0 8px 20px;
	text-indent: -20px;
}
form.longform fieldset.mailing p label {
	width: 90%;
	display: inline;
	font-weight: normal;
}
form.longform fieldset.mailing p input[type=checkbox] {
	width: 16px;
}
form.longform input[type=submit] {
	font-weight: bold;
	padding: 10px 17px;
}

form.longform p,
form.longform fieldset {
	margin: 0 0 12px;
}

.contact-content,
form.longform .form-section-1,
form.longform .form-section-2 {
	width: 45%;
	float: left;
}

.contact-content {
	margin-right: 10%;
}

form.longform .form-section-2 {
	margin-left: 10%;
}

.checkbox {
	margin-top:20px;
}
.checkbox input[type="checkbox"] {
	position:absolute;
	margin-top:2px;
	
}
.checkbox label {
	margin-left:25px;
	font-style:italic;
}

div.clear {
	clear: both;
}

div.intro,
div.hero {
	background: #ded9cd;
	padding: 32px 32px 14px;
}

body.page-id-727 div.intro,
body.page-id-762 div.intro {
	background: #fff;
}

div.intro div.install-video {
	float: left;
	width: 480px;
}

div.intro div.showvideo a {
	/* hide placeholder linked image while YouTube video is there */
	position: absolute;
	left: -9999px;
}

div.withthumb div.intro-content {
	float: right;
	width: 445px;
}

div.site-main li {
	padding-bottom: 4px;
}

h2 {
	font-size: 20px;
	margin: 0 0 15px;
}

h3 {
	margin: 0 0 10px;
}

div.subcontent,
div.page-gallery {
	padding: 12px 32px;
}

a.pdf,
.site-main a[href$=".pdf"] {
	padding: 0 0 0 50px;
	background: url(images/pdf-icon.png) no-repeat;
	line-height: 43px;
	display: inline-block;
}

span.email em {
	font-style: normal;
}

span.email {
	display: none;
}

.js span.email {
	display: inline;
}

div.subcontent {
	padding-top: 30px;
	clear: both;
}

.columns-2 .subcategory {
	width: 50%;
	float: left;
}

.columns-2 .subcategory.col1 {
	border-right: 1px solid #ccc;
}

.columns-2 .subcategory.col2 {
	padding-left: 50px;
}

.columns-3 .subcategory {
	width: 33%;
	float: left;
}

.columns-4 .subcategory {
	width: 25%;
	float: left;
}

.columns-4 .col-left {
	clear: left;
}

.product-content img {
	border: 2px solid #999;
}

.product-content form {
	margin: 0 0 1em;
}

.product-content form img {
	border: 0;
}

.product-content p {
	margin: 0 0 1em;
	padding-top: 1em;
}

.product-content .column {
	width: 190px;
	float: left;
	margin-right: 50px;
}

.product-content .column:nth-of-type(1) {
	padding-bottom: 20px;
}

.columns-2 .subcategory.col2 .product-content .column:nth-of-type(2) {
	margin-right: 0;
}

.product-content .column p:not(:nth-of-type(1)) {
	border-top: 1px solid #ccc;
}

.product-content .full {
	clear: left;
}

.product-code {
	display: inline-block;
	font-style: normal;
}

div.teaser {
	margin: 0 10% 25px 0;
}

div.teaser .thumbnail {
	min-height: 160px;
	padding: 0 0 10px;
}

.page-id-8 div.teaser .thumbnail {
	min-height: 115px;
}

div.teaser .excerpt {
	padding: 0 0 20px;
}

.page-id-19 .site-content a {
	font-size: 12px;
}

.page-id-19 .site-content a .dealer-name {
	font-size: 18px;
	font-weight: bold;
}

.promo {
	color: #96182f;
	margin: 0 0 3px;
	display: none;
}
.shipping {
	color: #96182f;
}



/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: 20px;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	word-wrap: break-word;
}

.entry-content a,
.comment-content a {
	color: #bc360a;
}

.entry-content a:hover,
.comment-content a:hover {
	color: #ea9629;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: 24px;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	 -webkit-border-radius: 0;
	 -moz-border-radius: 0;
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

div.page-gallery {
	padding-right: 0;
	margin-top: 25px;
}

div.page-gallery .gallery-photo {
	float: left;
	margin: 0 31px 10px 0;
	min-height: 225px;
	overflow: hidden;
	text-align: center;
	width: 218px;
}

div.page-gallery .gallery-photo img {
	border: 2px solid #999;
}

div.page-gallery .gallery-photo h3 {
	font-size: 14px;
	margin: 5px 0 2px;
}

div.page-gallery .gallery-photo p {
	margin: 0 0 5px;
}


/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	clear: both;
	background-color: #fff;
	color: #574b23;
	font-size: 12px;
	text-align: left;
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer img {
	max-width: 100%;
	height: auto;
}

.site-footer p {
	font-size: 12px;
}

.site-footer a {
	color: #574b23;
	text-decoration: underline;
}

.site-footer .legal {
	font-size: 10px;
}

.site-footer span.footer-links,
.site-footer span.footer-links a {
	display: inline-block;
}

.site-info {
	margin: 0 auto;
	padding: 30px 32px;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-footer .membership-logos .social {float:right;padding:5px 0 5px 25px;}
.site-footer .membership-logos .social a {width:32px;height:32px;display:inline-block;margin:0 4px 0 0;border-radius:9999px;text-indent:-9999px;overflow:hidden;background-size:24px 24px;background-position:center center;background-repeat:no-repeat;}
.site-footer .membership-logos .social a:focus {outline-offset:1px;}
.site-footer .membership-logos .social a.facebook {background-color:#0866ff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%23FFFFFF' d='M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z'/%3E%3C/svg%3E");}
.site-footer .membership-logos .social a.youtube {background-color:red;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill='%23FFFFFF' d='M21.8,8.001c0,0-0.195-1.378-0.795-1.985c-0.76-0.797-1.613-0.801-2.004-0.847c-2.799-0.202-6.997-0.202-6.997-0.202 h-0.009c0,0-4.198,0-6.997,0.202C4.608,5.216,3.756,5.22,2.995,6.016C2.395,6.623,2.2,8.001,2.2,8.001S2,9.62,2,11.238v1.517 c0,1.618,0.2,3.237,0.2,3.237s0.195,1.378,0.795,1.985c0.761,0.797,1.76,0.771,2.205,0.855c1.6,0.153,6.8,0.201,6.8,0.201 s4.203-0.006,7.001-0.209c0.391-0.047,1.243-0.051,2.004-0.847c0.6-0.607,0.795-1.985,0.795-1.985s0.2-1.618,0.2-3.237v-1.517 C22,9.62,21.8,8.001,21.8,8.001z M9.935,14.594l-0.001-5.62l5.404,2.82L9.935,14.594z'/%3E%3C/svg%3E");}


/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

@media (max-width: 1040px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.archive-header,
	.search .page-content,
	.archive .page-content,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}

	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content {
		max-width: 604px;
	}

	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info {
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.nav-menu li {
		padding: 0 2px;
		padding-right: 6px;
	}

	.features {
		width: 49%;
		padding: 0 25px;
	}

	.features .feature {
    		width: 47%;
	}

	.features .feature.first {
    		margin-right: 5%;
	}

	.tiles {
		width: 25%;
		padding: 0 25px;
	}

	div.intro,
	div.hero {
		padding: 20px 20px 5px;
	}

	.hero .hero-content {
		width: 75%;
		height: auto;
	}

	.hero .hero-featured {
		width: 20%;
		height: auto;
	}

	.hero .hero-featured img {
		width: 80%;
		margin: 0 auto;
	}

	.hero .hero-featured .feature-image-only img {width: 100%;}

	.site-info {
		padding: 30px 24px;
	}

	div.intro div.install-video {
		width: 48%;
	}

	div.withthumb div.intro-content {
		width: 48%;
	}

	div.subcontent,
	div.page-gallery {
		padding-left: 2%;
		padding-right: 2%;
	}

	.columns-2 .subcategory.col1 {
		padding-right: 3%;
	}

	.columns-2 .subcategory.col2 {
		padding-left: 3%;
	}

	.product-content img {
		max-width: 100%;
	}

	.product-content .column {
		max-width: 45%;
		margin-right: 5%;
	}

	.hero .hero-featured .hero-featured-text-only {font-size: 34px; padding: 20px;}
	.hero .hero-featured .hero-featured-text-only strong {display:inline-block; padding: 0;}

}

@media (max-width: 970px) {

	.site-footer span.footer-links a {
		height: 32px;
		padding-top: 12px;
	}

	.hero .hero-featured .hero-featured-text-only {font-size: 30px; padding: 40px 20px;}

}

@media (min-width: 870px) and (max-width: 1000px) {
	.page-header div.tagline img {
		width: 320px;
		height: auto;
	}
}

@media (max-width: 870px) {

	/* Small menu */
	.menu-toggle {
		cursor: default;
		display: block;
		font: bold 15px/1.3 "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: 0;
		padding: 12px 10px;
		text-align: left;
		text-transform: uppercase;
		border: 0;
		background: transparent;
	}

	.menu-toggle:after {
		content: "";
		left: 1px;
		position: relative;
		top: -2px;
		margin-left: 8px;
		margin-right: 2px;
		width: 0; 
		height: 0; 
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid #ded9cd;
		display: inline-block;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
		padding: 0;
	}

	.toggled-on .menu-toggle:after {
		border-top-width: 0;
		border-bottom: 8px solid #ded9cd;
	}

	.toggled-on li a {
		padding: 10px;
		font-size: 15px;
		line-height: 20px;
		text-transform: none;
	}

	.toggled-on li ul a {
		font-size: 14px;
		color: #ccc;
	}

	.toggled-on li ul a:hover,
	.toggled-on li a:active,
	.toggled-on li a:focus {
		color: #fff;
		text-shadow: 1px 1px 3px #100, 1px 1px 4px #555;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding-top: 5px;
		padding-bottom: 10px;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on ul.nav-menu li:hover > ul,
	.toggled-on .nav-menu ul li:hover > ul,
	.toggled-on .nav-menu li > ul {
		position: static;
		background-color: transparent;
		 -webkit-box-shadow: none;
		 -moz-box-shadow: none;
		box-shadow: none;
		padding-top: 0;
		display: none;
	}

	.toggled-on .nav-menu li > ul a {
		padding-left: 30px;
	}

	.toggled-on ul.nav-menu > li:last-child .sub-menu,
	.toggled-on ul.nav-menu > li:last-child .children {
		width: 100%;
	}

	.toggled-on ul.nav-menu > li:last-child .sub-menu a,
	.toggled-on ul.nav-menu > li:last-child .children a {
		min-width: 100%;
	}

	.toggled-on {
		z-index: 40;
	}

	ul.nav-menu > li {
		border-right: none;
	}
	.page-header div.tagline img {
		position: absolute;
		left: -9999px;
	}

	.secondary-content {
		padding-top: 25px;
	}

	.features {
		width: 100%;
		padding: 0 25px;
		float: none;
	}

	.features .feature.first {
		margin-right: 6%;
		padding: 0 0 25px;
	}

	.tiles {
		width: 50%;
		margin-top: 20px;
		min-height: 100px;
	}

	.tiles.first {
		border-left: none;
	}

	.product-content .full p {
		padding-top: 0;
	}

	.product-content .full img {
		float: none;
	}

	.product-content .column {
		float: none;
		max-width: 100%;
	}

}

@media (max-width: 800px) {

	.hero .hero-content {
		width: 100%;
		height: auto;
		float: none;
	}

	.hero .hero-content img,
	.hero .hero-content img.alignnone {
		width: 100%;
		height: auto;
		max-width: 715px;
		margin: 0 auto;
	}

	.hero .hero-featured {
		width: 100%;
		height: auto;
		margin: 15px 0 0;
		float: none;
	}

	.hero .hero-featured .hero-featured-image {
		position: absolute;
		left: -9999px;
	}

	.hero .hero-featured .hero-featured-text-only {font-size: 20px; padding: 5px 3px;}
	.hero .hero-featured .hero-featured-text-only strong {padding-right: 10px;}

}


/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	.contact-content {margin-right:5%;}

	.contact-content,
	.form-content p.required-note,
	.hentry form,
	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: 20px;
		padding-right: 20px;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.email-signup input[type="text"] {
		margin: 0 0 5px;
		width: 95%;
	}

	.email-signup input[type="submit"] {
		position: relative;
	}

	.page-header div.tagline {
		position: absolute;
		left: -9999px;
	}

	.columns-3 .subcategory:nth-of-type(n),
	.columns-4 .subcategory:nth-of-type(n) {
		width: 50%;
		margin: 0 0 20px;
	}
	.columns-3 .subcategory:nth-of-type(2n+1),
	.columns-4 .subcategory:nth-of-type(2n+1) {
		clear: left;
	}

}

@media (max-width: 550px) {

	div.intro div.install-video,
	div.withthumb div.intro-content {
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}

	.contact-content,
	form.longform .form-section-1,
	form.longform .form-section-2 {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-right: 0;
	}

	form.longform .nice {
		display: none;
	}

.site-footer .membership-logos .social {position:static;}

}

@media (max-width: 470px) {

	div.intro,
	div.hero {
		padding: 15px 10px 0;
	}

	div.subcontent,
	div.page-gallery {
		padding-left: 10px;
		padding-right: 10px;
	}

	.features,
	.tiles {
		padding: 0 10px;
	}

	.features .feature {
		width: 100%;
		float: none;
	}

	.features .feature.first {
		margin-right: 0;
	}

	.tiles {
		width: 100%;
		float: none;
		border-left: none;
	}

	.site-info {
		padding: 30px 10px;
	}

	.columns-2 .subcategory,
	.columns-3 .subcategory,
	.columns-4 .subcategory,
	.columns-3 .subcategory:nth-of-type(n),
	.columns-4 .subcategory:nth-of-type(n) {
		width: 100%;
		float: none;
	}

	.columns-2 .subcategory.col1 {
		border-right: none;
		margin: 0;
		padding: 0;
	}

	.columns-2 .subcategory.col2 {
		padding: 20px 0 0;
	}

	.hero .hero-featured .hero-featured-text-only strong {display:block;padding:3px;}

}

@media (max-width: 440px) {
	.phone div.img {
		position: absolute;
		left: -9999px;
	}
	.page-header div.logo {
		padding-left: 10px;
	}
	.page-header div.phone {
		padding-top: 12px;
		padding-right: 10px;
	}
	.page-header div.phone a {
		line-height: 25px;
	}
}

/* Mobile devices */
@media (max-width: 359px) {

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}

	.logo {
		max-width: 40%;
	}

	.logo img {
		width: 100%;
		height: auto;
	}

	body.page .hero .hero-content h1 {
		font-size: 24px;
	}

}


/**
 * 9.0 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 */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link,
	.phone {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	div.intro  {
		width: 100%;
		clear: both;
		float: none;
		margin: 0 auto;
		padding: 2%;
		background: #fff;
		border-bottom: 2px solid #ded9cd;
	}

	div.intro-content  {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
	}

	div.intro div.install-video,
	div.withthumb div.intro-content  {
		width: 48%;
		margin: 0;
		padding: 0;
	}

	div.intro div.install-video img,
	div.withthumb div.intro-content img  {
	div.intro-content img  {
		max-width: 100%;
	}

}

