/*
Theme Name: K40
Author: DreamCo Design
Author URI: http://dreamcodesign.com
*/
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/

/*** CB ****/

.grecaptcha-badge {
    display: none;
}

p.small-text{
	font-size: 10px !important;
	line-height:12px !important;
	margin-top:0 !important;
        text-align:center !important;
}

ul.button-list{
 margin-top: 0;
 padding-left: 0;
}
li.cta-list{
 float:left;
 margin:20px;
 list-style-type: none;
 }

.testimonials_slider-testimonial p{ font-size:18px !important; }

.product_infos img{ border:none !important; }

/*
.slick-track li{
  background-size: cover !important;
}*/

/*** CB  single product template CTA section ***/
.cta-banner{
  width:100%;
  background-color:#f4f3f3;
  padding:3%;
  margin-bottom:50px;
  overflow: hidden;
}
.cta-message{
  width:60%;
  float:left;
}
.cta-message h3{
  font-size: 28px;
  margin: 8px 0;
}
.cta-buttons{ padding-top:1%; }
.cta-button{
  float:right;
  margin:12px 6px;
}
a.cta-button{
  background: #c41223;
  color: #fff;
  line-height: 1.4;
  float: left;
  display: inline;
  padding: .5em 1em;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .15em;
  border: 1px solid transparent;
  border-radius: .33em;
  -webkit-transition: all 250ms e
}

/**** CB - larger buttons ***/

.large-button{
    display: inline-block;
    font-family: 'latobold', Helmet, Freesans, sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .15em;
    background: #c41223;
    border: 1px solid transparent;
    border-radius: .33em;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    padding: 16px 36px;
}
.large-button:hover{
   color: #c41223;
   background-color: #fff;
   border: 1px solid;
}

ul.button-list{
  max-width: 550px;
  margin: 0 auto;
}

ul.large-button-list{
  max-width: 700px;
  margin: 0 auto;
  min-height: 100px;
}

@media screen and (max-width: 568px) {
 .large-button{
   width:100%;
   margin: 0 auto;
   min-width: 300px;
 }
 ul.large-button-list{ padding-left: 0 !important; }
}


/*** CB - dealer roles accordian section ***/
.dealer-roles-container{
  clear:both;
  display:block;
  margin-top:40px;
  border:1px solid #ddd;
  padding:5%;
}


li.products_list_item{ background-size: cover; }


/*** CB newsletter sign up form in footer ***/
.newsletter_signup h3{ font-size: 18px !important; }

.newsletter_signup input{
  border:1px solid #ccc !important;
  margin-bottom:6px !important;
  color:#ddd !important;
}
.newsletter_signup label{
  padding-top:0 !important;
  font-size:13px !important;
}

/*** CB - gravity forms ***/
input[type=checkbox] {
    margin-right: 10px;
}
.ginput_container.ginput_container_radio li{
    display: inline-block;
    float: left;
    margin-right: 20px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: -6px !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin: 0 !important;
}
.gform_wrapper label{
 min-height: 0 !important;
}

body .gform_wrapper ul li.gfield{
 margin-top:0 !important;
}

.sidebar-form{
 width:25% !important;
 float:right !important;
}

@media screen and (max-width: 800px) {
 .sidebar-form{
  width:100% !important;
  float:none !important;
  clear: both;
 }
}

/*** CB Dealer Locator  - fix red background on map markers ***/

#wpsl-gmap [role="button"]{ background:transparent !important; }
#wpsl-gmap [role="button"]:hover{ border:none !important; }






html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, nav, section, details, summary {
  display: block; }

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  box-sizing: border-box; }
  
 .half {
	width: 50%;
	float: left;
	overflow: auto;
}

*,
*:before,
*:after {
  box-sizing: inherit; }

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {
  max-width: 100%; }

/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll; }

/* we use a lot of ULs that aren't bulleted.
	don't forget to restore the bullets within content. */
ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

th {
  font-weight: bold;
  vertical-align: bottom; }

td {
  font-weight: normal;
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie6 input {
  vertical-align: text-bottom; }

select, input, textarea {
  font: 99% sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

small {
  font-size: 85%; }

strong {
  font-weight: bold; }

td, td img {
  vertical-align: top;
  border: 1px solid black !important; }

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.password-form-button {
	 margin-left: 0 !important;
 }

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif; }

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button,
#wpsl-search-btn,
.wpcf7-submit,
.products_sidebar_nav a,
.products_sidebar_nav a:hover,
.blog_sidebar_nav a,
.blog_sidebar_nav a:hover,
#menu-products-sidebar a,
#menu-products-sidebar a:hover,
#menu-dealer-resources a,
#menu-dealer-resources a:hover,
#menu-mesa-resources,
#menu-mesa-resources a:hover {
  cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, #wpsl-search-btn, .wpcf7-submit, .products_sidebar_nav a, .products_sidebar_nav a:hover,
.blog_sidebar_nav a,
.blog_sidebar_nav a:hover,
#menu-products-sidebar a,
#menu-products-sidebar a:hover,
#menu-dealer-resources a,
#menu-dealer-resources a:hover,
#menu-mesa-resources,
#menu-mesa-resources a:hover, input, select, textarea {
  margin: 0; }

/* make buttons play nice in IE */
button, #wpsl-search-btn, .wpcf7-submit, .products_sidebar_nav a, .products_sidebar_nav a:hover,
.blog_sidebar_nav a,
.blog_sidebar_nav a:hover,
#menu-products-sidebar a,
#menu-products-sidebar a:hover,
#menu-dealer-resources a,
#menu-dealer-resources a:hover,
#menu-mesa-resources a,
#menu-mesa-resources a:hover,
input[type=button] {
  width: auto;
  overflow: visible; }

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic; }

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/*  Syntax Quick Reference
  --------------------------
  column($ratios: 1, $offset: 0, $cycle: 0, $uncycle: 0, $gutter: $jeet-gutter)
  span($ratio: 1, $offset: 0)
  shift($ratios: 0, $col_or_span: column, $gutter: $jeet-gutter)
  unshift()
  edit()
  center($max_width: 1410px, $pad: 0)
  stack($pad: 0, $align: false)
  unstack()
  align($direction: both)
  cf()
*/
/**
 * Grid settings.
 * All values are defaults and can therefore be easily overidden.
 */
/**
 * List functions courtesy of the wonderful folks at Team Sass.
 * Check out their awesome grid: Singularity.
 */
/**
 * Get  percentage from a given ratio.
 * @param {number} [$ratio=1] - The column ratio of the element.
 * @returns {number} - The percentage value.
 */
/**
 * Work out the column widths based on the ratio and gutter sizes.
 * @param {number} [$ratios=1] - The column ratio of the element.
 * @param {number} [$gutter=$jeet-gutter] - The gutter for the column.
 * @returns {list} $width $gutter - A list containing the with and gutter for the element.
 */
/**
 * Get the set layout direction for the project.
 * @returns {string} $direction - The layout direction.
 */
/**
 * Replace a specified list value with a new value (uses built in set-nth() if available)
 * @param {list} $list - The list of values you want to alter.
 * @param {number} $index - The index of the list item you want to replace.
 * @param {*} $value - The value you want to replace $index with.
 * @returns {list} $list - The list with the value replaced or removed.
 * @warn if an invalid index is supplied.
 */
/**
 * Reverse a list (progressively enhanced for Sass 3.3)
 * @param {list} $list - The list of values you want to reverse.
 * @returns {list} $result - The reversed list.
 */
/**
 * Get the opposite direction to a given value.
 * @param {string} $dir - The direction you want the opposite of.
 * @returns {string} - The opposite direction to $dir.
 * @warn if an incorrect string is provided.
 */
/**
 * Style an element as a column with a gutter.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [$cycle=0] - Easily create an nth column grid where $cycle equals the number of columns.
 * @param {number} [$uncycle=0] - Undo a previous cycle value to allow for a new one.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column mixin.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Get the width of a column and nothing else.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Get the gutter size of a column and nothing else.
 * @param {number} [ratios=1] - A width relative to its container as a fraction.
 * @param {number} [gutter=jeet.gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * An alias for the column-width function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * An alias for the column-gutter function.
 * @param [$args...] - All arguments get passed through to column().
 */
/**
 * Style an element as a column without any gutters for a seamless row.
 * @param {number} [$ratios=1] - A width relative to its container as a fraction.
 * @param {number} [$offset=0] - A offset specified as a fraction (see $ratios).
 * @param {number} [cycle=0] - Easily create an nth column grid where cycle equals the number of columns.
 * @param {number} [uncycle=0] - Undo a previous cycle value to allow for a new one.
 */
/**
 * Reorder columns without altering the HTML.
 * @param {number} [$ratios=0] - Specify how far along you want the element to move.
 * @param {string} [$col-or-span=column] - Specify whether the element has a gutter or not.
 * @param {number} [$gutter=$jeet-gutter] - Specify the gutter width as a percentage of the containers width.
 */
/**
 * Reset an element that has had shift() applied to it.
 */
/**
 * View the grid and its layers for easy debugging.
 * @param {string} [$color=black] - The background tint applied.
 * @param {boolean} [$important=false] - Whether to apply the style as !important.
 */
/**
 *  Alias for edit().
 */
/**
 * Horizontally center an element.
 * @param {number} [$max-width=1410px] - The max width the element can be.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 */
/**
 * Uncenter an element.
 */
/**
 * Stack an element so that nothing is either side of it.
 * @param {number} [$pad=0] - Specify the element's left and right padding.
 * @param {boolean/string} [$align=false] - Specify the text align for the element.
 */
/**
 * Unstack an element.
 */
/**
 * Center an element on either or both axes.
 * @requires A parent container with relative positioning.
 * @param {string} [$direction=both] - Specify which axes to center the element on.
 */
/**
 * Apply a clearfix to an element.
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'latobold';
  src: url("_/font/lato/lato-bold-webfont.eot");
  src: url("_/font/lato/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("_/font/lato/lato-bold-webfont.woff2") format("woff2"), url("_/font/lato/lato-bold-webfont.woff") format("woff"), url("_/font/lato/lato-bold-webfont.ttf") format("truetype"), url("_/font/lato/lato-bold-webfont.svg#latobold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'latomedium';
  src: url("_/font/lato/lato-medium-webfont.eot");
  src: url("_/font/lato/lato-medium-webfont.eot?#iefix") format("embedded-opentype"), url("_/font/lato/lato-medium-webfont.woff2") format("woff2"), url("_/font/lato/lato-medium-webfont.woff") format("woff"), url("_/font/lato/lato-medium-webfont.ttf") format("truetype"), url("_/font/lato/lato-medium-webfont.svg#latomedium") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #c41223;
  color: #fff;
  text-shadow: none; }

::selection {
  /* background: #c41223; */
  color: #fff;
  text-shadow: none; }

/*	j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #c41223; }

ins {
  background-color: #c41223;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #c41223;
  color: #000;
  font-style: italic;
  font-weight: bold; }

::-webkit-input-placeholder {
  color: rgba(54, 52, 50, 0.5); }

::-moz-placeholder {
  color: rgba(54, 52, 50, 0.5); }

:-ms-input-placeholder {
  color: rgba(54, 52, 50, 0.5); }

::placeholder {
  color: rgba(54, 52, 50, 0.5); }

* {
  -webkit-font-smoothing: antialiased;
  outline: none; }

html {
  font-size: 1vw; }
  @media (max-width: 1200px) {
    html {
      font-size: 12px; } }

body {
  background-color: #fff; }
  
.sub-menu {
	margin-left: 30px !important;
}
 
.caption {
	width: 80%;
	border-radius: 10px;
	color: #a43524;
	text-transform: capitalize;
	text-align: center;
	padding: 5px;
}

body,
select,
input,
button,
#wpsl-search-btn,
.wpcf7-submit,
.products_sidebar_nav a,
.products_sidebar_nav a:hover,
.blog_sidebar_nav a,
.blog_sidebar_nav a:hover,
#menu-products-sidebar a,
#menu-products-sidebar a:hover,
#menu-dealer-resources a,
#menu-dealer-resources a:hover,
#menu-mesa-resources a,
#menu-mesa-resources a:hover,
textarea {
  font-family: 'latomedium', Helmet, Freesans, sans-serif;
  font-size:16px !important;
  line-height: 1.4;
  color: #363432; }

p{ margin:24px 0 !important; }

a {
  color: #c41223;
  text-decoration: none; }
  a:hover {
    color: #363432; }
  a.back {
    display: block;
    position: relative;
    margin-top: 4em;
    margin-left:175px; }
    a.back:before {
      content: '';
      position: absolute;
      top: .5em;
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%);
      border-top: .3em solid transparent;
      border-bottom: .3em solid transparent;
      border-right: .7em solid; }

b,
strong {
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  font-weight: normal; }

hr {
  margin: 2rem 0;
  color: #888;
  clear: both; }

img {
  height: auto; }

.lowercase {
  text-transform: lowercase !important; }

.wp-caption {
  position: relative;
  margin-top: 1rem;
  max-width: 100%; }
  .wp-caption img {
    display: block; }

.wp-caption-text {
  position: absolute;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  margin: 0 !important;
  padding: .25em .5em;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(54, 52, 50, 0.75); }

[role="button"],
.button,
button,
#wpsl-search-btn,
.wpcf7-submit,
.products_sidebar_nav a,
.products_sidebar_nav a:hover,
.blog_sidebar_nav a,
.blog_sidebar_nav a:hover,
#menu-products-sidebar a,
#menu-products-sidebar a:hover,
#menu-dealer-resources a,
#menu-dealer-resources a:hover, 
#menu-mesa-resources a,
#menu-mesa-resources a:hover {
  display: inline-block;
  padding: .5em 1em;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .15em;
  background: #c41223;
  border: 1px solid transparent;
  border-radius: .33em;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease; }
  [role="button"]:hover,
  .button:hover,
  button:hover,
  #wpsl-search-btn:hover,
  .wpcf7-submit:hover,
  .products_sidebar_nav a:hover,
  .blog_sidebar_nav a:hover,
  #menu-products-sidebar a:hover,
  #menu-dealer-resources a:hover,
  #menu-mesa-resources a:hover {
    color: #c41223;
    background-color: #fff;
    border: 1px solid; }

#wpsl-search-btn {
  text-transform: uppercase !important;
  border: 1px solid transparent !important; }

.outlined, .products_sidebar_nav a, .products_sidebar_nav a:hover,
.blog_sidebar_nav a,
.blog_sidebar_nav a:hover,
#menu-products-sidebar a,
#menu-products-sidebar a:hover,
#menu-dealer-resources a,
#menu-dealer-resources a:hover,
#menu-mesa-resources a,
#menu-mesa-resources a:hover {
  background-color: transparent;
  border: 1px solid; }

input:not([type=file]):not([type=radio]):not([type=checkbox]),
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),
select,
textarea {
  width: 100%;
  padding: .5em 1em;
  background: rgba(54, 52, 50, 0.15);
  border: 0;
  border-radius: 0; }




input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]),
#wpsl-search-input {
  height: 2.5em; }

textarea {
  resize: vertical;
  max-height: 10em; }

input[type=checkbox] {
  float: left;
  margin-top: .33em; }
  input[type=checkbox] + span {
    display: block;
    margin: 0 2em; }

label {
  min-height: 2.5em;
  padding-top: .5em;
  line-height: 1.5em; }

.fieldset {
  margin-top: 1rem; }

#wpsl-stores {
  padding: 1rem;
  background-color: #f4f3f3;
  box-shadow: inset 0 -15rem 25rem -25rem #000; }

#wpsl-search-wrap label {
  margin-left: 1em;
  padding-top: 0;
  line-height: 2.33 !important; }
  
#wpsl-result-list #wpsl-stores .wpsl-store-thumb {
	width: 75px !important;
	height: 75px !important;
}

.wpsl-input label,
#wpsl-radius label,
#wpsl-category label {
  width: 6em !important; }

.wpsl-contact-details,
.wpsl-location-address,
.wpsl-locations-details {
  margin: .5rem 0 !important; }

#num_defusers {
  display: none; }

.wpcf7-form-control-wrap {
  display: block; }

.wpcf7-form-control {
  margin-top: 0; }

.wpcf7-not-valid {
  background-color: rgba(196, 18, 35, 0.15) !important; }

.wpcf7-response-output {
  margin: 1rem 0 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: left; }

div.wpcf7 {
  position: relative; }
  div.wpcf7 h2 {
    margin-top: 4rem; }

div.wpcf7-validation-errors {
  display: none !important; }

span.wpcf7-list-item {
  position: relative;
  margin-left: 0; }
  span.wpcf7-list-item label {
    display: block; }

span.wpcf7-checkbox .wpcf7-list-item {
  display: block; }
  span.wpcf7-checkbox .wpcf7-list-item label {
    float: none;
    width: 100%; }

span.wpcf7-not-valid-tip {
  position: absolute;
  top: .5em;
  right: 1em;
  color: #c41223; }

.ajax-loader {
  position: absolute;
  right: -2rem; }

.vid_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .vid_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.alignleft {
  float: left;
  margin: 3px 2rem 2rem 0; }

.alignright {
  float: right;
  margin: 3px 0 2rem 2rem; }

.greyed {
  opacity: .5; }

.copy h2:not(:first-child), .page_content h2:not(:first-child), .product_info h2:not(:first-child),
.copy h3:not(:first-child),
.page_content h3:not(:first-child),
.product_info h3:not(:first-child),
.copy p:not(:first-child),
.page_content p:not(:first-child),
.product_info p:not(:first-child) {
  margin-top: 1em; }
.copy ul, .page_content ul, .product_info ul {
  margin-top: 1em;
  list-style: disc;
  padding-left: 2em; }
.copy h2, .page_content h2, .product_info h2 {
  font-size: 1.75vw;
  font-family: 'latobold', Helmet, Freesans, sans-serif; }
  @media (max-width: 914.2857142857px) {
    .copy h2, .page_content h2, .product_info h2 {
      font-size: 16px; } }
.copy h3, .page_content h3, .product_info h3 {
  font-size: 1.125vw;
  font-family: 'latobold', Helmet, Freesans, sans-serif; }
  @media (max-width: 1155.5555555556px) {
    .copy h3, .page_content h3, .product_info h3 {
      font-size: 13px; } }
.copy img, .page_content img, .product_info img {
  border: 1px solid #ccc; }

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 2;
  top: 5rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  text-indent: -9999px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  .slick-prev, .slick-prev:hover,
  .slick-next,
  .slick-next:hover {
    background: transparent;
    border: 0; }

.slick-prev {
  border-left: 0.5rem solid #c41223;
  border-bottom: 0.5rem solid #c41223; }
  .slick-prev:hover {
    border-left: 0.5rem solid #363432;
    border-bottom: 0.5rem solid #363432; }

.slick-next {
  right: 0;
  border-top: 0.5rem solid #c41223;
  border-right: 0.5rem solid #c41223; }
  .slick-next:hover {
    border-top: 0.5rem solid #363432;
    border-right: 0.5rem solid #363432; }

.call_to_call {
  margin: 40px 0;
  padding: 2rem;
  background-color: rgba(54, 52, 50, 0.1); }

.call_to_call-copy {
  font-size: 1.125rem; }

.call_to_call-button {
  margin-top: .5rem;
  font-size: 1.125rem;
  text-align: center; }

.container {
  padding: 4rem 2rem;
  width: 100%; }

header,
.header_nav {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%; }

header {
  height: 9rem;
  background-color: rgba(255, 255, 255, 0.85); }
  header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 5rem;
    padding-top: 0;
    padding-bottom: 0; }
  header .logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 2.5rem; }
    header .logo img {
      height: 2.5rem;
      width: auto; }
  header .phone_numbers {
	  display: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: right; }
  header .phone_number {
    display: inline-block;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .05em; }
    header .phone_number a {
      display: inline-block;
      margin-left: .5em; }
  header .phone_number-dealers,
  header .phone_number-title-consult { }
  header .quick_links {
	  display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  header .dealer_login_button,
  header .product_registration_button {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    height: 2.5rem;
    line-height: 2.380952381rem;
    color: #c41223;
    vertical-align: bottom; }

.header_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 5rem;
  height: 3rem;
  background-color: #363432;
  display: none; }
  .header_nav .container {
    padding: 0;
    height: 3rem;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .header_nav .menu {
    width: 100%;
    height: 3rem;
    white-space: nowrap; }
  .header_nav .menu-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: inline-block;
    margin: 0; }
    .header_nav .menu-item:first-child {
      margin-left: 1rem; }
    .header_nav .menu-item:last-child {
      margin-right: 1rem; }
  .header_nav a {
    display: block;
    padding: 0 1rem;
    height: 3rem;
    line-height: 3rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }
  .header_nav a:hover,
  .header_nav .current-menu-item a,
  .header_nav .current-page-ancestor a,
  .header_nav .current_page_parent a,
  .header_nav .current-menu-item a:hover,
  .header_nav .current-page-ancestor a:hover {
    color: #fff; }
  .header_nav .current-menu-item a,
  .header_nav .current_page_parent a,
  .header_nav .current-page-ancestor a {
    border-bottom: 5px solid #c41223; }

/*  CB
 *  .main {
  padding-top: 8rem; }*/

section {
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  section.show {
    margin-top: 60px;
    opacity: 1; }
  section.product .container, section.k40_consult .container, section.unauthorized_dealers .container, section.about_us .container, section.contact .container, section.blog .container, section.resources .container, section.installation .container, section.k_band .container {
    position: relative;
    *zoom: 1; }
    section.product .container:before, section.product .container:after, section.k40_consult .container:before, section.k40_consult .container:after, section.unauthorized_dealers .container:before, section.unauthorized_dealers .container:after, section.about_us .container:before, section.about_us .container:after, section.contact .container:before, section.contact .container:after, section.blog .container:before, section.blog .container:after, section.resources .container:before, section.resources .container:after, section.installation .container:before, section.installation .container:after, section.k_band .container:before, section.k_band .container:after {
      content: '';
      display: table; }
    section.product .container:after, section.k40_consult .container:after, section.unauthorized_dealers .container:after, section.about_us .container:after, section.contact .container:after, section.blog .container:after, section.resources .container:after, section.installation .container:after, section.k_band .container:after {
      clear: both; }

.hero {
  background-image: url("_/img/bg-metal.jpg");
  background-size: cover;
  background-position: center center;
      padding-bottom: 10px;
      }
  .hero .container {
    padding-top: 0;
    padding-bottom: 0; }

.home_feature {
  *zoom: 1;
  position: relative;
  margin: 1rem 0;
  background-position: center center;
  background-size: cover;
  background-color: #888;
  background-image: -webkit-linear-gradient(315deg, #aaaaaa 0%, #666666 100%);
  background-image: linear-gradient(135deg, #aaaaaa 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#666666', GradientType=1 ); }
  .home_feature:before, .home_feature:after {
    content: '';
    display: table; }
  .home_feature:after {
    clear: both; }
  .home_feature:first-child .home_feature-headline {
    font-size: 5vw;
    color: #fff; }
    @media (max-width: 560px) {
      .home_feature:first-child .home_feature-headline {
        font-size: 28px; } }
  .home_feature > .container {
    position: relative;
    z-index: 2;
    min-height: 25rem; }
  .home_feature .testimonials_slider {
    color: #fff; }

.home_feature-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2); }

.home_feature-side_image {
  margin: -4rem -2rem 0 -2rem;
  max-width: none;
  width: calc( 100% + 4rem );
  height: auto; }
  .home_feature-side_image + .home_feature-content {
    margin-top: 2em; }

.home_feature-headline {
  font-size: 3vw;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  line-height: 1.2;
  color: #fff; }
  @media (max-width: 700px) {
    .home_feature-headline {
      font-size: 21px; } }

.home_feature-details {
  font-size: 1.5vw;
  margin-top: 1rem;
  color: #fff; }
  @media (max-width: 1066.6666666667px) {
    .home_feature-details {
      font-size: 16px; } }

.home_feature-button {
  font-size: 1.25vw;
  margin-top: 4rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25); }
  @media (max-width: 960px) {
    .home_feature-button {
      font-size: 12px; } }
  .home_feature-button:hover {
    color: #fff;
    background-color: #c41223;
    border-color: #c41223; }

.scroll {
  position: fixed;
  z-index: 10;
  bottom: 1rem;
  right: 1rem;
  padding: 1rem;
  font-size: .7rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: .1em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: .33em; }
  .scroll:after {
    content: "\f347";
    display: block;
    margin-top: .25em;
    font-family: 'dashicons';
    font-size: 2rem;
    font-weight: 100;
    line-height: .5; }

.page_intro {
  position: relative;
  font-size: 28px;
  font-family: 'lato', Helmet, Freesans, sans-serif;
  line-height: 1.4;
  color: #6b6763; }
  @media (max-width: 720px) {
    .page_intro {
      font-size: 18px; } }

.page_intro-star {
  position: relative;
  *zoom: 1; }
  .page_intro-star:before, .page_intro-star:after {
    content: '';
    display: table; }
  .page_intro-star:after {
    clear: both; }
  .page_intro-star:before {
    content: '';
    display: block;
    float: left;
    margin: -.5rem 1rem .25rem -.25rem;
    width: 4rem;
    height: 4rem;
    background-image: url("_/img/star.jpg");
    background-size: contain;
    background-repeat: no-repeat; }

.page_intro-call_us {
  vertical-align: middle; }

.page_content:not(:first-child) {
  padding-top: 1rem; }

.testimonials_slider .slick-prev,
.testimonials_slider .slick-next {
  top: -2rem; }
.testimonials_slider .slick-prev {
  left: 0; }
.testimonials_slider .slick-next {
  right: 0; }
.testimonials_slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
.testimonials_slider .container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 2rem; }

.testimonials_slider-testimonial {
  display: inline-block;
  font-size: 1.66vw;
  line-height: 1.66;
  font-style: italic; }
  @media (max-width: 843.3734939759px) {
    .testimonials_slider-testimonial {
      font-size: 14px; } }

.testimonials_slider-attribution {
  margin-top: 2em;
  font-size: 0.875vw;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  text-transform: uppercase;
  letter-spacing: .075em; }
  @media (max-width: 1371.4285714286px) {
    .testimonials_slider-attribution {
      font-size: 12px; } }
  .testimonials_slider-attribution small {
    display: block; }

.home_feature-testimonial_title {
  padding-right: 2rem;
  padding-left: 2rem;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  text-transform: uppercase;
  letter-spacing: .075em; }

.hero-product img {
  display: block;
  width: 100%;
  height: auto; }
.hero-product .container {
  padding-top: 2rem;
  padding-bottom: 2rem; }
.hero-product h1,
.hero-product h2 {
  color: #fff; }

.products_list {
  *zoom: 1; }
  .products_list:before, .products_list:after {
    content: '';
    display: table; }
  .products_list:after {
    clear: both; }

.products_list_item {
  display: block;
  position: relative;
  margin-top: 2rem;
  min-height: 20rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #333; }

.products_list_item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }
  .products_list_item-link:hover {
    background-color: transparent; }

.products_list_item-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 2rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease; }

.products_list_item-title,
.products_list_item-description {
  position: relative;
  font-family: 'latobold', Helmet, Freesans, sans-serif; }

.products_list_item-title {
  font-size: 1.125vw;
  letter-spacing: .075em;
  color: #aaa; }
  @media (max-width: 1422.2222222222px) {
    .products_list_item-title {
      font-size: 16px; } }

.products_list_item-description {
  font-size: 1.5vw;
  color: #fff; }
  @media (max-width: 1200px) {
    .products_list_item-description {
      font-size: 18px; } }

.product_hero {
  position: relative;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  box-shadow: inset 44vw 0 15vw #43413e;
  overflow: hidden; }

.product_hero_info {
  margin: -4rem -2rem;
  padding: 4rem 2rem;
  background-color: rgba(0, 0, 0, 0.67); }

.product_hero_info-title {
  font-size: 2.5vw;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  line-height: 1.25;
  letter-spacing: .05em;
  color: #fff; }
  @media (max-width: 560px) {
    .product_hero_info-title {
      font-size: 14px; } }

.product_hero_info-description {
  font-size: 1.75vw;
  margin-top: .5em;
  line-height: 1.25;
  color: #888; }
  @media (max-width: 685.7142857143px) {
    .product_hero_info-description {
      font-size: 12px; } }

#resources .manuals_brochures,
#resources .safety {
  padding-top: 2rem; }

.products_sidebar_toggle {
  position: absolute;
  top: 0;
  left: 2rem;
  right: 2rem;
  color: #363432;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .products_sidebar_toggle.on {
    color: #fff;
    background-color: #c41223; }
  .products_sidebar_toggle.on, .products_sidebar_toggle:hover {
    border-top: 0; }

.products_sidebar {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease; }
  .products_sidebar.open {
    max-height: none; }


/******CB 1/2020*******/
/**** Single Product Videos *****/
#videos.copy.product_info.show .vid_wrap iframe {
  max-width: 300px !important;
  width: 100%;
}

.copy.product_info.show li.vidgallery{
  float: left;
  width: 300px;
  display: inline;
  margin:1%;
}
li.vidgallery p{ line-height: 1.0 !important; margin: 8px 8px !important; }


.products_sidebar_nav,
.blog_sidebar_nav,
#menu-products-sidebar,
#menu-dealer-resources,
#menu-mesa-resources {
  font-size: 0; }
  .products_sidebar_nav .menu-item,
  .blog_sidebar_nav .menu-item,
  #menu-products-sidebar .menu-item,
  #menu-dealer-resources .menu-item,
  #menu-mesa-resources .menu-item {
    display: block;
    margin-top: 1rem; }
  .products_sidebar_nav a, .products_sidebar_nav a:hover,
  .blog_sidebar_nav a,
  .blog_sidebar_nav a:hover,
  #menu-products-sidebar a,
  #menu-products-sidebar a:hover,
  #menu-dealer-resources a,
  #menu-dealer-resources a:hover,
  #menu-mesa-resources a,
  #menu-mesa-resources a:hover {
    display: block;
    padding-right: 0;
    padding-left: 0;
    text-transform: none;
    letter-spacing: .05em;
    border: 0;
    border-radius: 0; }

.blog_sidebar_nav a, .blog_sidebar_nav a:hover,
#menu-products-sidebar a,
#menu-products-sidebar a:hover,
#menu-dealer-resources a,
#menu-dealer-resources a:hover,
#menu-mesa-resources a,
#menu-mesa-resources a:hover {
  color: #c41223;
  border-bottom: 1px solid #b6b4b1; }
.blog_sidebar_nav .current-menu-item a,
#menu-products-sidebar .current-menu-item a,
#menu-dealer-resources .current-menu-item a,
#menu-mesa-resources .current-menu-item a {
  position: relative; }
  .blog_sidebar_nav .current-menu-item a, .blog_sidebar_nav .current-menu-item a:hover,
  #menu-products-sidebar .current-menu-item a,
  #menu-products-sidebar .current-menu-item a:hover,
  #menu-dealer-resources .current-menu-item a,
  #menu-dealer-resources .current-menu-item a:hover,
  #menu-mesa-resources .current-menu-item a,
  #menu-mesa-resources .current-menu-item a:hover {
    color: #363432;
    border-bottom: 1px solid #363432; }
    .blog_sidebar_nav .current-menu-item a:after, .blog_sidebar_nav .current-menu-item a:hover:after,
    #menu-products-sidebar .current-menu-item a:after,
    #menu-products-sidebar .current-menu-item a:hover:after,
    #menu-dealer-resources .current-menu-item a:after,
    #menu-dealer-resources .current-menu-item a:hover:after,
    #menu-mesa-resources .current-menu-item a:after,
    #menu-mesa-resources .current-menu-item a:hover:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: -1px;
      border-top: .75rem solid transparent; }

.blog_sidebar_nav .current-menu-item a:after, .blog_sidebar_nav .current-menu-item a:hover:after {
  border-right: 1rem solid #363432; }

#menu-products-sidebar .current-menu-item a:after, #menu-products-sidebar .current-menu-item a:hover:after,
#menu-dealer-resources .current-menu-item a:after,
#menu-dealer-resources .current-menu-item a:hover:after,
#menu-mesa-resources .current-menu-item a:after,
#menu-mesa-resources .current-menu-item a:hover:after {
  border-left: 1rem solid #363432; }

.products_sidebar_nav {
  font-size: 0; }
  .products_sidebar_nav .menu-item {
    position: relative;
    display: block;
    margin-top: 1rem;
    background-size: cover;
    background-position: center center; }
    .products_sidebar_nav .menu-item:first-child {
      margin-top: 0; }
    .products_sidebar_nav .menu-item:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.5);
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }
    .products_sidebar_nav .menu-item.current-menu-item:before, .products_sidebar_nav .menu-item:hover:before {
      background-color: transparent; }
  .products_sidebar_nav a {
    position: relative;
    display: block;
    text-align: center; }
    .products_sidebar_nav a, .products_sidebar_nav a:hover {
      padding: 2rem;
      color: #fff;
      background-color: transparent; }

.gallery:not(:first-child) {
  margin-top: 4rem; }
.gallery .slick-prev,
.gallery .slick-next {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg); }
.gallery .slick-prev {
  left: 0; }
.gallery .slick-next {
  right: 0; }

.gallery_slide {
  height: 60vw;
  min-height: 10rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ddd; }

.gallery_thumbnails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 0 -1rem; }

.gallery_thumbnail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 25%;
  margin-left: 1rem;
  background-size: cover;
  background-position: center center; }

.gallery_thumbnail-link {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 1px solid #ddd;
  cursor: pointer; }

.product_actions {
  margin-top: 4rem 0;
  margin-bottom: 0;
  width: 100%; }

.product_actions-item {
  text-align: center;
  margin: 2rem 1rem; }

.product_actions-item-link {
  font-size: 1.125vw; }
  @media (max-width: 1155.5555555556px) {
    .product_actions-item-link {
      font-size: 13px; } }

.product_info_tabs {
  *zoom: 1; }
  .product_info_tabs:before, .product_info_tabs:after {
    content: '';
    display: table; }
  .product_info_tabs:after {
    clear: both; }

.product_info_tabs-item {
  display: block;
  position: relative;
  margin-bottom: .5em;
  color: #363432;
  text-align: center;
  background-color: #fff; }
  .product_info_tabs-item:last-child {
    text-align: center; }
  .product_info_tabs-item, .product_info_tabs-item:hover {
    cursor: pointer; }
  .product_info_tabs-item.on, .product_info_tabs-item:hover {
    position: relative;
    color: #fff;
    background-color: #363432;
    border-color: #363432; }
    .product_info_tabs-item.on:before, .product_info_tabs-item:hover:before {
      bottom: -.33rem; }

.product_info {
  display: none;
  padding-top: 2rem;
  border-top: 1px solid #363432; }
  .product_info.show {
    display: block; }
  .product_info table {
    margin: 2rem 0; }
    .product_info table td {
      padding: .5em;
      border-top: 1px solid #ddd; }
      .product_info table td:first-child {
        padding-left: 0; }
    .product_info table tr:first-child td {
      border-top: 0; }

.product_testimonial,
.product_info .blog_list-item {
  margin: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 0; }
  .product_testimonial:not(:first-child),
  .product_info .blog_list-item:not(:first-child) {
    border-top: 1px solid rgba(54, 52, 50, 0.15); }

.ticket_free_stamp {
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  margin-top: -4rem;
  margin-left: 5vw;
  margin-bottom: -2rem;
  max-width: 50vw;
  border: 0 !important; }

aside + article {
  margin-top: 4rem; }

.faq {
  margin-top: 2rem; }

.faq_q {
  font-size: 1.33vw;
  font-family: 'latobold', Helmet, Freesans, sans-serif; }
  @media (max-width: 1203.007518797px) {
    .faq_q {
      font-size: 16px; } }
  .faq_q a {
    cursor: pointer; }

.faq_a {
  display: none;
  padding-top: .5rem; }

.manuals_section {
  padding-top: 2rem; }

.manuals_section-title {
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #b6b4b1; }

.manuals_subsection {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(54, 52, 50, 0.15); }

.manuals_subsection-title {
  font-family: 'latobold', Helmet, Freesans, sans-serif; }

ul.manuals {
  list-style: none;
  margin-top: 0.5rem;
  padding: 0;
  font-size: .85rem; }

.manual {
  margin-top: 0.3333333333rem; }

.installation_galleries_car_make_list {
  *zoom: 1; }
  .installation_galleries_car_make_list:before, .installation_galleries_car_make_list:after {
    content: '';
    display: table; }
  .installation_galleries_car_make_list:after {
    clear: both; }

.installation_galleries_car_make_list-item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333333333%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
  margin-top: 3%; }
  .installation_galleries_car_make_list-item:before, .installation_galleries_car_make_list-item:after {
    content: '';
    display: table; }
  .installation_galleries_car_make_list-item:after {
    clear: both; }
  .installation_galleries_car_make_list-item:nth-child(3n) {
    margin-right: 0%;
    float: right; }
  .installation_galleries_car_make_list-item:nth-child(3n + 1) {
    clear: both; }

.installation_galleries_car_make_list-logo {
  display: block;
  height: 0;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center; }

.installation_galleries_car_make_list-car_make {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: .33em .75em;
  font-size: 0.75vw;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(54, 52, 50, 0.5);
  pointer-events: none; }
  @media (max-width: 1333.3333333333px) {
    .installation_galleries_car_make_list-car_make {
      font-size: 10px; } }

.car_logo {
  display: block;
  margin-bottom: 1rem;
  width: 48.5%;
  max-width: 15rem; }

.installation_galleries_list {
  *zoom: 1; }
  .installation_galleries_list:before, .installation_galleries_list:after {
    content: '';
    display: table; }
  .installation_galleries_list:after {
    clear: both; }

.installation_galleries_list-item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-top: 2rem;
  background-color: rgba(54, 52, 50, 0.15); }
  .installation_galleries_list-item:before, .installation_galleries_list-item:after {
    content: '';
    display: table; }
  .installation_galleries_list-item:after {
    clear: both; }
  .installation_galleries_list-item:nth-child(2n) {
    margin-right: 0%;
    float: right; }
  .installation_galleries_list-item:nth-child(2n + 1) {
    clear: both; }

.installation_galleries_list-image {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 66%;
  background-size: cover;
  background-position: center center; }

.installation_galleries_list-name,
.installation_galleries_list-products,
.installation_galleries_list-dealer {
  padding: 0.5rem 1rem 0.75rem 1rem; }

.installation_galleries_list-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-bottom: .5rem;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  background-color: rgba(54, 52, 50, 0.75); }

/*** CB 6-22-20 ***/
.installation_galleries_list-products{ display: none !important; }
.installation_gallery-products{ display: none !important; }

/*.installation_galleries_list-products {
  min-height: 7.5rem;
  background-color: #fff;
  border: 1px solid rgba(54, 52, 50, 0.15); }*/

.installation_galleries_list-subhead {
  margin-bottom: .5rem;
  font-size: 0.75vw;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  color: rgba(54, 52, 50, 0.5);
  text-transform: uppercase;
  letter-spacing: .075em; }
  @media (max-width: 1333.3333333333px) {
    .installation_galleries_list-subhead {
      font-size: 10px; } }

.installation_galleries_list-products_list_item {
  line-height: 1.2;
  margin-top: .25em; }

.installation_galleries_list-dealer {
  font-size: .75rem; }

.installation_gallery .container {
  *zoom: 1; }
  .installation_gallery .container:before, .installation_gallery .container:after {
    content: '';
    display: table; }
  .installation_gallery .container:after {
    clear: both; }

.installation_gallery_article {
  margin-top: 4rem; }

.installation_gallery-products,
.installation_gallery-dealer {
  margin-top: 2rem; }

.installation_gallery-subhead {
  margin-bottom: .5rem;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  color: rgba(54, 52, 50, 0.5);
  text-transform: uppercase;
  letter-spacing: .05em; }

.k40_consult_sidebar-headline,
.blog_sidebar-head,
.about_us_sidebar-head,
.contact_sidebar-head {
  margin-top: 1em;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  color: rgba(54, 52, 50, 0.5);
  text-transform: uppercase;
  letter-spacing: .05em; }

.about_us_sidebar-description {
  margin-top: 1em;
  font-size: .75rem; }

.unauthorized_dealers {
  background-color: rgba(54, 52, 50, 0.1); }

.unauthorized_dealers_list-item {
  padding: .5rem 0;
  border-top: 1px solid rgba(54, 52, 50, 0.15); }
  .unauthorized_dealers_list-item:first-child {
    border-top: 0; }
    .unauthorized_dealers_list-item:first-child .unauthorized_dealers_list-name,
    .unauthorized_dealers_list-item:first-child .unauthorized_dealers_list-website,
    .unauthorized_dealers_list-item:first-child .unauthorized_dealers_list-location {
      font-family: 'latobold', Helmet, Freesans, sans-serif;
      font-size: .875rem;
      color: rgba(54, 52, 50, 0.5);
      text-transform: uppercase;
      letter-spacing: .05em; }

.unauthorized_dealers_list-name {
  font-family: 'latobold', Helmet, Freesans, sans-serif; }

.hero-experience img {
  margin-left: calc( -1rem + -4% );
  width: 40rem; }

.stars {
  margin: 2rem -2rem;
  border-bottom: 1px solid rgba(54, 52, 50, 0.25); }

.stars-item {
  *zoom: 1;
  position: relative;
  padding: 1rem 2rem 2rem 2rem;
  border-top: 1px solid rgba(54, 52, 50, 0.25); }
  .stars-item:before, .stars-item:after {
    content: '';
    display: table; }
  .stars-item:after {
    clear: both; }
  .stars-item:before {
    content: '';
    display: block;
    float: left;
    width: 5rem;
    height: 5rem;
    background-image: url("_/img/star.jpg");
    background-size: contain;
    background-repeat: no-repeat; }

.stars-content {
  margin-left: calc( 5rem + 1rem ); }

.stars-title {
  padding-top: .75em;
  font-size: 1.25vw;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  line-height: 1.2; }
  @media (max-width: 1280px) {
    .stars-title {
      font-size: 16px; } }

.stars-link {
  margin-top: 1rem;
  color: #363432; }

.timeline_item {
  *zoom: 1;
  position: relative;
  margin-top: 2rem; }
  .timeline_item:before, .timeline_item:after {
    content: '';
    display: table; }
  .timeline_item:after {
    clear: both; }
  .timeline_item:before {
    content: '';
    position: absolute;
    top: .75em;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid rgba(54, 52, 50, 0.15); }

.timeline_year {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  cursor: pointer; }
  .timeline_year:before, .timeline_year:after {
    content: '';
    display: table; }
  .timeline_year:after {
    clear: both; }
  .timeline_year:last-child {
    margin-right: 0%; }
  .timeline_year span {
    display: inline-block;
    padding-right: .5em;
    background-color: #fff; }

.timeline_milestones {
  display: none;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 79.4%;
  margin-left: 0%;
  margin-right: 3%;
  margin-top: .75rem;
  font-size: .875rem; }
  .timeline_milestones:before, .timeline_milestones:after {
    content: '';
    display: table; }
  .timeline_milestones:after {
    clear: both; }
  .timeline_milestones:last-child {
    margin-right: 0%; }

.timeline_milestone {
  *zoom: 1;
  padding-top: 1rem; }
  .timeline_milestone:before, .timeline_milestone:after {
    content: '';
    display: table; }
  .timeline_milestone:after {
    clear: both; }
  .timeline_milestone:before {
    content: '';
    position: absolute;
    margin: -.125em 0 0 -1.5em;
    width: 1em;
    height: 1em;
    border-left: 1px solid rgba(54, 52, 50, 0.25);
    border-bottom: 1px solid rgba(54, 52, 50, 0.25); }

.timeline_milestone-image {
  float: right;
  width: 25%;
  margin: .25em 0 .5em 1.5em; }

.president_message {
  margin: 4rem -2rem 0 -2rem;
  padding: 2rem;
  background-color: rgba(54, 52, 50, 0.1); }

.president_message-title {
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  font-size: 1.5rem; }

.president_message-content {
  *zoom: 1; }
  .president_message-content:before, .president_message-content:after {
    content: '';
    display: table; }
  .president_message-content:after {
    clear: both; }
  .president_message-content p {
    font-style: italic; }

.president_message-signoff {
  margin-top: 2rem; }

.president_message-image {
  margin: .25em 1rem -.25rem 0;
  width: 5rem; }

.president_message-image,
.president_message-signature {
  display: inline-block; }

.k40_team {
  margin-top: 4rem; }

.blog_list-item {
  *zoom: 1;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(54, 52, 50, 0.25); }
  .blog_list-item:before, .blog_list-item:after {
    content: '';
    display: table; }
  .blog_list-item:after {
    clear: both; }
  .blog_list-item .featured_image {
    float: left;
    margin: 1.25em 2rem 0.5em 0;
    max-width: 33%;
    max-height: 10em; }
  .blog_list-item h3 {
    margin-top: 2em; }
  .blog_list-item:first-child h2 {
    margin: 0; }

.blog_list-title {
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  font-size: 1.5rem;
  color: rgba(54, 52, 50, 0.5); }

.blog_navigation {
  margin-top: 2rem;
  border-top: 1px solid rgba(54, 52, 50, 0.25); }

.blog_navigation-prev a,
.blog_navigation-next a {
  position: relative;
  display: inline-block;
  padding: 1em 0;
  line-height: .75; }
  .blog_navigation-prev a:before, .blog_navigation-prev a:after,
  .blog_navigation-next a:before,
  .blog_navigation-next a:after {
    content: '';
    display: inline-block;
    line-height: 0;
    border-top: .3em solid transparent;
    border-bottom: 0.3em solid #ed3647; }
  .blog_navigation-prev a:hover:before, .blog_navigation-prev a:hover:after,
  .blog_navigation-next a:hover:before,
  .blog_navigation-next a:hover:after {
    border-bottom: .3em solid; }

.blog_navigation-next {
  float: left; }
  .blog_navigation-next a:before {
    margin-right: .5em;
    border-right: 0.6em solid #ed3647;
    border-left: .6em solid transparent; }
  .blog_navigation-next a:hover:before {
    border-right: .6em solid; }

.blog_navigation-prev {
  float: right; }
  .blog_navigation-prev a:after {
    margin-left: .5em;
    border-left: 0.6em solid #ed3647;
    border-right: .6em solid transparent; }
  .blog_navigation-prev a:hover:after {
    border-left: .6em solid; }

.blog_comments {
  margin-top: 4rem; }

.page_content ul.blog_comments_list {
  list-style: none;
  padding: 0; }

.blog_comments_list-item,
.blog_comment_form {
  *zoom: 1;
  padding: 1rem 0;
  border-top: 1px solid rgba(54, 52, 50, 0.15); }
  .blog_comments_list-item:before, .blog_comments_list-item:after,
  .blog_comment_form:before,
  .blog_comment_form:after {
    content: '';
    display: table; }
  .blog_comments_list-item:after,
  .blog_comment_form:after {
    clear: both; }

.blog_comments_list-meta,
.blog_comments_list-text {
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  font-size: .875rem; }

.blog_comments_list-date {
  color: rgba(54, 52, 50, 0.5); }

.password_form {
  max-width: 30rem; }

input[type=password]:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]).password_form-input,
.password_form-button {
  margin-top: .25rem; }

.k_band_cars_list-item {
  *zoom: 1;
  margin-bottom: 1rem;
  padding: .5em 0;
  border-top: 1px solid rgba(54, 52, 50, 0.25); }
  .k_band_cars_list-item:before, .k_band_cars_list-item:after {
    content: '';
    display: table; }
  .k_band_cars_list-item:after {
    clear: both; }
  .k_band_cars_list-item:first-child {
    margin: 0;
    font-family: 'latobold', Helmet, Freesans, sans-serif;
    color: rgba(54, 52, 50, 0.5);
    border: 0; }

.k_band_cars_list-car,
.k_band_cars_list-package,
.k_band_cars_list-feature,
.k_band_cars_list-filters {
  margin-top: .5rem; }

.k_band_cars_list-car {
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  font-size: .875rem;
  text-transform: uppercase;
  letter-spacing: .05em; }

.k_band_cars_list-packages,
.k_band_cars_list-features {
  *zoom: 1;
  padding-left: 1rem; }
  .k_band_cars_list-packages:before, .k_band_cars_list-packages:after,
  .k_band_cars_list-features:before,
  .k_band_cars_list-features:after {
    content: '';
    display: table; }
  .k_band_cars_list-packages:after,
  .k_band_cars_list-features:after {
    clear: both; }

.k_band_cars_list-feature {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 75%;
  margin-left: 0%;
  margin-right: 0%; }
  .k_band_cars_list-feature:before, .k_band_cars_list-feature:after {
    content: '';
    display: table; }
  .k_band_cars_list-feature:after {
    clear: both; }

.k_band_cars_list-filters {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center; }
  .k_band_cars_list-filters:before, .k_band_cars_list-filters:after {
    content: '';
    display: table; }
  .k_band_cars_list-filters:after {
    clear: both; }

.k_band_cars_list-filters-yes:before,
.k_band_cars_list-filters-no:before {
  font-family: "dashicons";
  font-size: 200%;
  line-height: .75;
  vertical-align: bottom; }

.k_band_cars_list-filters-yes:before {
  content: "\f147"; }

.k_band_cars_list-filters-no:before {
  content: "\f335";
  color: #c41223; }

.resource_types {
  margin-top: 2rem; }

.resource_types-title {
  padding: .5em 0;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid rgba(54, 52, 50, 0.15); }

.resources_list {
  list-style: none !important; }

.resources_list-item {
  position: relative;
  margin-top: 1rem; }

.resources_list-item-name {
  padding: 0.5rem 1rem;
  font-family: 'latobold', Helmet, Freesans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  background-color: rgba(54, 52, 50, 0.15); }

.resources_list-item-links {
  *zoom: 1;
  padding: 0.5em 1rem;
  font-size: 0.75vw;
  line-height: 1.5rem;
  border-right: 1px solid rgba(54, 52, 50, 0.15);
  border-left: 1px solid rgba(54, 52, 50, 0.15); }
  .resources_list-item-links:before, .resources_list-item-links:after {
    content: '';
    display: table; }
  .resources_list-item-links:after {
    clear: both; }
  @media (max-width: 1600px) {
    .resources_list-item-links {
      font-size: 12px; } }
  .resources_list-item-links:before {
    content: "downloads:";
    float: left;
    padding-right: .75rem; }
  .resources_list-item-links a {
    float: left; }
    .resources_list-item-links a + a {
      margin-left: .75em;
      padding-left: .75em;
      border-left: 1px solid rgba(54, 52, 50, 0.5); }
      
.resources_list-item-desc {
  *zoom: 1;
  padding: 0.5em 1rem;
  font-size: 0.75vw;
  line-height: 1.2rem;
  border-right: 1px solid rgba(54, 52, 50, 0.15);
  border-left: 1px solid rgba(54, 52, 50, 0.15); }
  .resources_list-item-desc:before, .resources_list-item-desc:after {
    content: '';
    display: table; }
  .resources_list-item-desc:after {
    clear: both; }
  @media (max-width: 1600px) {
    .resources_list-item-desc {
      font-size: 12px; } }
  .resources_list-item-desc a {
    float: left; }
    .resources_list-item-desc a + a {
      margin-left: .75em;
      padding-left: .75em;
      border-left: 1px solid rgba(54, 52, 50, 0.5); }

.resources_list-item-image {
  padding: 2rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(54, 52, 50, 0.15); }
  .resources_list-item-image img {
    max-height: 13rem; }
  .resources_list-item-image.pdf img {
    max-height: 7rem;
    opacity: .15; }

footer {
  color: rgba(255, 255, 255, 0.5);
  background-color: #363432; }
  footer .container {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  footer a {
    color: rgba(255, 255, 255, 0.75); }
    footer a:hover {
      color: #fff; }

.bbb,
.newsletter_signup,
#menu-social,
.copyright {
  margin-top: 2rem; }

.bbb img {
  height: 4rem; }

.newsletter_signup h3 {
  margin: 0 0 .25rem 0;
  font-size: 0.875vw;
  text-transform: uppercase;
  letter-spacing: .075em; }
  @media (max-width: 1371.4285714286px) {
    .newsletter_signup h3 {
      font-size: 12px; } }

.newsletter_form .fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
.newsletter_form input:not([type=file]):not([type=radio]):not([type=checkbox]) {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 0; }
  .newsletter_form input:not([type=file]):not([type=radio]):not([type=checkbox])[type=email] {
    padding-left: 1em;
    color: #363432;
    background-color: #fff;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem; }
  .newsletter_form input:not([type=file]):not([type=radio]):not([type=checkbox])[type=submit] {
    min-width: 4em;
    padding: .5em 1em;
    font-family: 'latobold', Helmet, Freesans, sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    background-color: #c41223;
    border-left: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem; }

#menu-social {
  margin-left: -.75rem;
  font-size: 0; }
  #menu-social .menu-item {
    display: inline-block; }
  #menu-social a {
    display: block;
    margin-left: .75rem;
    width: 2em;
    height: 2em;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 2em;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
    #menu-social a:hover {
      background-color: #c41223;
      border-color: transparent; }
      
.margin-top {
	margin-top: 25px;
}

/* Media queries
-------------------------------------------------------------------------------*/
@media screen and (min-width: 44rem) {
  .home_feature-has_side_image .home_feature-content {
    max-width: 40%; }

  .home_feature-side_image {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    width: auto;
    max-width: 50%;
    height: auto;
    max-height: 100%; }
    .home_feature-side_image + .home_feature-content {
      margin-top: 0; }

  .home_feature-details {
    height: 12rem; }

  .home_feature-button {
    position: absolute;
    bottom: 4rem;
    margin-top: 0; }

  .call_to_call {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1.25rem; }

  .call_to_call-copy {
    padding-top: .125em;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 22rem;
        -ms-flex: 0 1 22rem;
            flex: 0 1 22rem; }

  .call_to_call-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15rem;
        -ms-flex: 0 0 15rem;
            flex: 0 0 15rem; }

.half {
	width: 50%;
	float: left;
	overflow: auto;
}

  .installation_galleries_car_make_list-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.1666666667%;
    margin-left: 0%;
    margin-right: 3%; }
    .installation_galleries_car_make_list-item:before, .installation_galleries_car_make_list-item:after {
      content: '';
      display: table; }
    .installation_galleries_car_make_list-item:after {
      clear: both; }
    .installation_galleries_car_make_list-item:nth-child(3n) {
      margin-right: 3%;
      float: left; }
    .installation_galleries_car_make_list-item:nth-child(3n + 1) {
      clear: none; }
    .installation_galleries_car_make_list-item:nth-child(6n) {
      margin-right: 0%;
      float: right; }
    .installation_galleries_car_make_list-item:nth-child(6n + 1) {
      clear: both; } }
@media screen and (min-width: 65rem) {
  .fieldset {
    *zoom: 1; }
    .fieldset:before, .fieldset:after {
      content: '';
      display: table; }
    .fieldset:after {
      clear: both; }
    .fieldset label {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      margin-left: 0%;
      margin-right: 0%; }
      .fieldset label:before, .fieldset label:after {
        content: '';
        display: table; }
      .fieldset label:after {
        clear: both; }
    .fieldset label + span,
    .fieldset label + input[type=submit] {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 71.4285714286%;
      margin-left: 0%;
      margin-right: 0%;
      text-align: center; }
      .fieldset label + span:before, .fieldset label + span:after,
      .fieldset label + input[type=submit]:before,
      .fieldset label + input[type=submit]:after {
        content: '';
        display: table; }
      .fieldset label + span:after,
      .fieldset label + input[type=submit]:after {
        clear: both; }

  .container,
  .header_nav .container {
    padding-right: 12vw;
    padding-left: 12vw; }

  header .phone_numbers {
    text-align: center; }
  header .phone_number {
    margin: 0 1rem;
    font-size: 1rem; }
  header .phone_number-dealers,
  header .phone_number-title-consult,
  header .dealer_login_button,
  header .product_registration_button {
    display: inline-block; }

  .header_nav .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -1.75rem;
    margin-right: -1.75rem;
    width: calc( 100% + 3.5rem ); }
  .header_nav .menu-item:first-child {
    margin-left: 0; }
  .header_nav .menu-item:last-child {
    margin-right: 0; }
  .header_nav .dealers {
    display: none; }

  .testimonials_slider .slick-prev,
  .testimonials_slider .slick-next {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg); }
  .testimonials_slider .slick-prev {
    left: 0; }
  .testimonials_slider .slick-next {
    right: 0; }
  .testimonials_slider .container {
    padding: 2rem 12vw; }
  .testimonials_slider.article_testimonials_slider .slick-prev {
    left: 0; }
  .testimonials_slider.article_testimonials_slider .slick-next {
    right: 0; }
  .testimonials_slider.article_testimonials_slider .container {
    padding: 6vw 8vw; }

  .home_feature-testimonial_title {
    padding-right: 12vw;
    padding-left: 12vw;
    font-family: 'latobold', Helmet, Freesans, sans-serif;
    text-transform: uppercase;
    letter-spacing: .075em; }

  .products_list_item {
    *zoom: 1; }
    .products_list_item:before, .products_list_item:after {
      content: '';
      display: table; }
    .products_list_item:after {
      clear: both; }
    .products_list_item:nth-child(n+4) {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 100%;
      margin-left: 0%;
      margin-right: 3%; }
      .products_list_item:nth-child(n+4):before, .products_list_item:nth-child(n+4):after {
        content: '';
        display: table; }
      .products_list_item:nth-child(n+4):after {
        clear: both; }
      .products_list_item:nth-child(n+4):last-child {
        margin-right: 0%; }
      .products_list_item:nth-child(n+4) .products_list_item-title {
        font-size: 0.875vw;
        letter-spacing: .075em;
        color: #aaa; } }
      @media screen and (min-width: 65rem) and (max-width: 1485.7142857143px) {
        .products_list_item:nth-child(n+4) .products_list_item-title {
          font-size: 13px; } }
@media screen and (min-width: 65rem) {
      .products_list_item:nth-child(n+4) .products_list_item-description {
        font-size: 1.125vw;
        color: #fff; } }
      @media screen and (min-width: 65rem) and (max-width: 1422.2222222222px) {
        .products_list_item:nth-child(n+4) .products_list_item-description {
          font-size: 16px; } }

@media screen and (min-width: 65rem) {
  .product_hero {
    background-size: 67% auto;
    background-position: right center; }

  .product_hero_info {
    display: inline-block;
    margin-right: -6vw;
    margin-left: -6vw;
    padding-right: 6vw;
    padding-left: 6vw;
    max-width: 50%; }

  .products_sidebar_toggle {
    display: none; }

  aside {
    max-height: none;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25.96875%;
    margin-left: 0%;
    margin-right: 3%; }
    aside:before, aside:after {
      content: '';
      display: table; }
    aside:after {
      clear: both; }
    aside:last-child {
      margin-right: 0%; }
    aside.about_us_sidebar, aside.contact_sidebar, aside.unauthorized_dealers_sidebar {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 31.3333333333%;
      margin-left: 0%;
      margin-right: 3%; }
      aside.about_us_sidebar:before, aside.about_us_sidebar:after, aside.contact_sidebar:before, aside.contact_sidebar:after, aside.unauthorized_dealers_sidebar:before, aside.unauthorized_dealers_sidebar:after {
        content: '';
        display: table; }
      aside.about_us_sidebar:after, aside.contact_sidebar:after, aside.unauthorized_dealers_sidebar:after {
        clear: both; }
      aside.about_us_sidebar:last-child, aside.contact_sidebar:last-child, aside.unauthorized_dealers_sidebar:last-child {
        margin-right: 0%; }
    aside.installation_gallery_sidebar {
      position: relative;
      left: -74.03125%; }
    aside + article {
      margin-top: 0; }

  article {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 71.03125%;
    margin-left: 0%;
    margin-right: 3%; }
    article:before, article:after {
      content: '';
      display: table; }
    article:after {
      clear: both; }
    article:last-child {
      margin-right: 0%; }
    article.about_us_article, article.contact_article, article.unauthorized_dealers_article {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 65.6666666667%;
      margin-left: 0%;
      margin-right: 3%; }
      article.about_us_article:before, article.about_us_article:after, article.contact_article:before, article.contact_article:after, article.unauthorized_dealers_article:before, article.unauthorized_dealers_article:after {
        content: '';
        display: table; }
      article.about_us_article:after, article.contact_article:after, article.unauthorized_dealers_article:after {
        clear: both; }
      article.about_us_article:last-child, article.contact_article:last-child, article.unauthorized_dealers_article:last-child {
        margin-right: 0%; }
    article.installation_gallery_article {
      position: relative;
      left: 28.96875%; }

  .products_sidebar {
    max-height: none; }

  .products_sidebar_nav,
  .blog_sidebar_nav,
  #menu-products-sidebar,
  #menu-dealer-resources,
  #menu-mesa-resources {
    margin: 0; }
    .products_sidebar_nav .menu-item,
    .blog_sidebar_nav .menu-item,
    #menu-products-sidebar .menu-item,
    #menu-dealer-resources .menu-item,
    #menu-mesa-resources .menu-item {
      display: block;
      margin: 1rem 0; }

  .blog_sidebar_nav a:hover,
  #menu-products-sidebar a:hover,
  #menu-dealer-resources a:hover,
  #menu-mesa-resources a:hover {
    color: #363432; }

  .blog_sidebar_nav {
    margin-top: 2.5rem; }

  .gallery .slick-prev {
    left: 3vw; }
  .gallery .slick-next {
    right: 3vw; }

  .gallery_slide {
    height: 34vw;
    min-height: 0; }

  .gallery_thumbnail {
    max-width: 12.5%; }

  .product_actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .product_info_tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .product_info_tabs-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 5px !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    .product_info_tabs-item:first-child {
      margin-left: auto; }
    .product_info_tabs-item:last-child {
      margin-right: auto; }
    .product_info_tabs-item, .product_info_tabs-item:last-child {
      width: auto; }
    .product_info_tabs-item, .product_info_tabs-item:hover {
      border-bottom: 0; }
    .product_info_tabs-item:before {
      content: '';
      position: absolute;
      z-index: -1;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      border-top: 0.33rem solid #363432;
      border-right: 1rem solid transparent;
      border-left: 1rem solid transparent;
      -webkit-transition: all 200ms ease;
      transition: all 200ms ease; }

  #resources {
    *zoom: 1; }
    #resources:before, #resources:after {
      content: '';
      display: table; }
    #resources:after {
      clear: both; }
    #resources .manuals_brochures {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 31.3333333333%;
      margin-left: 0%;
      margin-right: 3%; }
      #resources .manuals_brochures:before, #resources .manuals_brochures:after {
        content: '';
        display: table; }
      #resources .manuals_brochures:after {
        clear: both; }
      #resources .manuals_brochures:last-child {
        margin-right: 0%; }
    #resources .safety {
      *zoom: 1;
      float: left;
      clear: none;
      text-align: inherit;
      width: 65.6666666667%;
      margin-left: 0%;
      margin-right: 3%; }
      #resources .safety:before, #resources .safety:after {
        content: '';
        display: table; }
      #resources .safety:after {
        clear: both; }
      #resources .safety:last-child {
        margin-right: 0%; }

  .manuals_sections {
    -webkit-columns: auto 2;
       -moz-columns: auto 2;
            columns: auto 2; }
    .manuals_sections.installation_sections {
      -webkit-columns: 1;
         -moz-columns: 1;
              columns: 1;
      *zoom: 1; }
      .manuals_sections.installation_sections:before, .manuals_sections.installation_sections:after {
        content: '';
        display: table; }
      .manuals_sections.installation_sections:after {
        clear: both; }
      .manuals_sections.installation_sections .manuals_section {
        *zoom: 1;
        float: left;
        clear: none;
        text-align: inherit;
        width: 31.3333333333%;
        margin-left: 0%;
        margin-right: 3%; }
        .manuals_sections.installation_sections .manuals_section:before, .manuals_sections.installation_sections .manuals_section:after {
          content: '';
          display: table; }
        .manuals_sections.installation_sections .manuals_section:after {
          clear: both; }
        .manuals_sections.installation_sections .manuals_section:last-child {
          margin-right: 0%; }

  .manuals_section {
    -webkit-column-break-inside: avoid;
       page-break-inside: avoid;
            break-inside: avoid-column; }

  .car_logo {
    display: inline;
    position: relative;
    margin-bottom: 0;
    padding-right: 2vw;
    width: 8vw; }

  .installation_galleries_list-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .installation_galleries_list-item:before, .installation_galleries_list-item:after {
      content: '';
      display: table; }
    .installation_galleries_list-item:after {
      clear: both; }
    .installation_galleries_list-item:nth-child(2n) {
      margin-right: 3%;
      float: left; }
    .installation_galleries_list-item:nth-child(2n + 1) {
      clear: none; }
    .installation_galleries_list-item:nth-child(4n) {
      margin-right: 0%;
      float: right; }
    .installation_galleries_list-item:nth-child(4n + 1) {
      clear: both; }

  .unauthorized_dealers_list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .unauthorized_dealers_list-name,
  .unauthorized_dealers_list-website,
  .unauthorized_dealers_list-location {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }

  .president_message {
    margin-right: 0;
    margin-left: 0;
    padding: 6vw; }

  .blog_comments_list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .blog_comments_list-meta {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2; }

  .blog_comments_list-text {
    -webkit-box-flex: 5;
    -webkit-flex: 5;
        -ms-flex: 5;
            flex: 5; }

  .k_band_cars_list {
    margin-top: 3vw; }

  .k_band_cars_list-item {
    *zoom: 1; }
    .k_band_cars_list-item:before, .k_band_cars_list-item:after {
      content: '';
      display: table; }
    .k_band_cars_list-item:after {
      clear: both; }

  .k_band_cars_list-car {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .k_band_cars_list-car:before, .k_band_cars_list-car:after {
      content: '';
      display: table; }
    .k_band_cars_list-car:after {
      clear: both; }

  .k_band_cars_list-packages {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%; }
    .k_band_cars_list-packages:before, .k_band_cars_list-packages:after {
      content: '';
      display: table; }
    .k_band_cars_list-packages:after {
      clear: both; }

  .k_band_cars_list-package {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%; }
    .k_band_cars_list-package:before, .k_band_cars_list-package:after {
      content: '';
      display: table; }
    .k_band_cars_list-package:after {
      clear: both; }

  .k_band_cars_list-features {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 75%;
    margin-left: 0%;
    margin-right: 0%; }
    .k_band_cars_list-features:before, .k_band_cars_list-features:after {
      content: '';
      display: table; }
    .k_band_cars_list-features:after {
      clear: both; }

  input[type=password]:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]).password_form-input {
    display: inline-block;
     }

    
  input[type=password].password_form-input {
    width:300px !important;
  }

  .resources_list {
    *zoom: 1; }
    .resources_list:before, .resources_list:after {
      content: '';
      display: table; }
    .resources_list:after {
      clear: both; }

  .resources_list-item {
    margin-top: 3%;
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%; }
    .resources_list-item:before, .resources_list-item:after {
      content: '';
      display: table; }
    .resources_list-item:after {
      clear: both; }
    .resources_list-item:nth-child(3n) {
      margin-right: 0%;
      float: right; }
    .resources_list-item:nth-child(3n + 1) {
      clear: both; }

  footer .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .bbb {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  footer .newsletter_signup {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  footer .menu {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .half {
	width: 50%;
	float: left;
	overflow: auto;
}

  #menu-social {
    margin-left: 0;
    text-align: right; } }
    
    
.mobile-nav-bar {
  position: fixed;
  top: 12px;
  right: 10px;
  z-index: 999;
  display: block;
}

button.toggle-menu {
	padding: 7px 9px 10px 10px !important;
}

.cbp-spmenu-vertical a {
	border-bottom: 1px solid black;
	padding: 1.5em;
	text-transform: uppercase;
	color: grey;
}

.cbp-spmenu a:hover {
    background: transparent;
    color: grey;
}

.current_page_item a{
	color: white;
	border-bottom: 1px solid #c41223;
}

.cbp-spmenu {
    background: #363432;
    position: fixed;
}

.cbp-spmenu .close-nav {
	background: transparent;
	color: white;
	font-size: 26px;
	border: 0;
	padding: 10px 20px;
	margin: 0;
}

.cbp-spmenu .close-nav:hover {
	background: transparent;
	color: #cecece;
	cursor: pointer;
}

.cbp-spmenu .close-nav:active {
	background: transparent;
	color: white;
}

.quick_call {
	position: fixed;
	width: 100%;
	text-align: center;
	left: 0;
	top: 65px;
	z-index: 888;
	padding: .5em 1em;
    font-family: 'latobold', Helmet, Freesans, sans-serif;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .15em;
    line-height: 2rem;
    display: inline-block;
}

.quick_call a{
	padding: .8em 1em;
	margin: 5px;
	border: 1px solid #c41223;
	border-radius: 5px;
}

#features td {
	border: none !important;
}

@media screen and (min-width: 568px) { 
	
.quick_call {
	top: 13px;
}

body.page-template-page-galleries .main{
  padding-top: 0; }
.main{
  padding-top: 3rem; }
  
header {
  height: 4rem;
}

}
  
@media screen and (min-width: 1030px) {  
	
.quick_call {
    display: none;;
}
  
.header_nav {
  display: block;
}

.mobile-nav-bar {
  display: none;
}
  
header .phone_numbers {
	display: block;
}

header {
  height: 5rem;
}

}



.fieldset label + span {
	float: right;
}
.fieldset label {
	max-width: 25%;
}
.page-id-4163 .page_content table {
	width: 100% !important;
}
.page-id-4163 .page_content table {
	margin-top: 15px;
}
.page-id-4163 .page_content table, .page-id-4163 .page_content table tr, .page-id-4163 .page_content table td {
	height: auto !important;
}
.page-id-4163 .page_content table td, .page-id-4163 .page_content table td img {
	border: none !important;
	text-align: center;
}
.page-id-4163 .page_content table td {
	padding: 5px;
}
.fieldset label + input[type=submit] {
	width: 100%;
}
.stars-description {
    margin-top: 10px;
}
.quick-links {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 22px 50px;
}
.quick-links ul.sub-menu {
    display: none;
}
/*
.wpcf7-form-control-wrap {
	text-align: right;
}
.wpcf7-form-control-wrap .wpcf7-form-control.g-recaptcha {
	display: inline-block;
	margin: 0 auto;
}
*/

@media all and (min-width: 1030px) {
	header .quick_links {
		display: block;
	}
	.margin-top {
	margin-top: 85px;
}
}
@media all and (max-width: 1023px) {
	.fieldset label + span {
		float: none;
	}
	.fieldset label {
		max-width: 100%;
	}
	
}




@media screen and (max-width: 568px) { 
  a.back {
    margin-left:40px; }
    
  .main{ padding-top: 60px; }
}

