/* Compiled Less CSS File */
/* Generated from "style.css" */

/*
Theme Name: MegaSquirt v1.0
Theme URI: http://creativecombustion.agency
Author: Creative Combustion
Author URI: http://pixeloctane.com
Description: This theme is custom built for MegaSquirt.info by Creative Combustion (http://creativecombustion.agency) (an automotive industry focued design agency). This theme is NOT to be used by anyone other than MegaSquirt / BG Soflex, LLC. or for any projects other than MegaSquirt brand web properties. 
Template: twentytwelve
Version: 1.0
License: Licensed exclusively for MegaSquirt / BG Soflex, LLC. to use for MegaSquirt web properties. Any other use is prohibited.
Text Domain: megasquirt
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
img {
  display: block;
}
hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
  margin: 5px 0;
}
:focus {
  outline: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*  Main Page/Template Styles
================================================== */
/*  Base 960 Grid
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}
.row {
  margin-bottom: 20px;
}
/* Nested Column Classes */
.column.alpha,
.columns.alpha {
  margin-left: 0;
}
.column.omega,
.columns.omega {
  margin-right: 0;
}
/* Base Grid */
.container .one.column,
.container .one.columns {
  width: 60px;
}
.container .two.columns {
  width: 140px;
}
.container .three.columns {
  width: 220px;
}
.container .four.columns {
  width: 300px;
}
.container .five.columns {
  width: 380px;
}
.container .six.columns {
  width: 460px;
}
.container .seven.columns {
  width: 540px;
}
.container .eight.columns {
  width: 620px;
}
.container .nine.columns {
  width: 700px;
}
.container .ten.columns {
  width: 780px;
}
.container .eleven.columns {
  width: 860px;
}
.container .twelve.columns {
  width: 940px;
}
.container .one-third.column {
  width: 300px;
}
.container .two-thirds.column {
  width: 620px;
}
.container .fullWidthInsideContainer {
  width: 1050px;
  margin-left: -45px;
  height: 300px;
}
.fullWidth {
  width: 100%;
}
/* Offsets */
/*.container .offset-by-one                   { padding-left: 70px;  }
    .container .offset-by-two                   { padding-left: 150px; }
    .container .offset-by-three                 { padding-left: 230px; }
    .container .offset-by-four                  { padding-left: 310px; }
    .container .offset-by-five                  { padding-left: 390px; }
    .container .offset-by-six                   { padding-left: 470px; }
    .container .offset-by-seven                 { padding-left: 550px; }
    .container .offset-by-eight                 { padding-left: 630px; }
    .container .offset-by-nine                  { padding-left: 710px; }
    .container .offset-by-ten                   { padding-left: 790px; }
    .container .offset-by-eleven                { padding-left: 870px; }
    .container .offset-by-twelve                { padding-left: 950px; }*/
.container .offset-by-one {
  margin-left: 90px;
}
.container .offset-by-three {
  margin-left: 250px;
}
/*.container .offset-by-two                   { margin-left: 150px; }
    .container .offset-by-three                 { margin-left: 230px; }
    .container .offset-by-four                  { margin-left: 310px; }
    .container .offset-by-five                  { margin-left: 390px; }
    .container .offset-by-six                   { margin-left: 470px; }
    .container .offset-by-seven                 { margin-left: 550px; }
    .container .offset-by-eight                 { margin-left: 630px; }
    .container .offset-by-nine                  { margin-left: 710px; }
    .container .offset-by-ten                   { margin-left: 790px; }
    .container .offset-by-eleven                { margin-left: 870px; }
    .container .offset-by-twelve                { margin-left: 950px; }*/
/* Developmental Grid Overlay */
#gridOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  opacity: .15;
  display: none;
}
#gridOverlay .container {
  height: 100%;
  outline: 1px solid #fff;
}
#gridOverlay .container .column {
  height: 100%;
  background: #fff;
}
body.admin-bar #gridOverlayToggle {
  position: fixed;
  top: 30px;
  right: 0;
  height: 22px;
  padding: 0 10px;
  background: #ccc;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
  z-index: 10001;
  display: none;
}
@media only screen and (max-width: 1050px) {
  .container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .container .column,
  .container .columns {
    float: left;
    display: inline;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row {
    margin-bottom: 20px;
  }
  /* Nested Column Classes */
  .column.alpha,
  .columns.alpha {
    margin-left: 0;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0;
  }
  /* Base Grid */
  .container .one.column,
  .container .one.columns {
    width: 6.333%;
  }
  .container .two.columns {
    width: 14.666%;
  }
  .container .three.columns {
    width: 23%;
  }
  .container .four.columns {
    width: 31.333%;
  }
  .container .five.columns {
    width: 39.666%;
  }
  .container .six.columns {
    width: 48%;
  }
  .container .seven.columns {
    width: 56.333%;
  }
  .container .eight.columns {
    width: 64.666%;
  }
  .container .nine.columns {
    width: 73%;
  }
  /*.container .nine.columns                    { width: 75%; }*/
  .container .ten.columns {
    width: 81.333%;
  }
  .container .eleven.columns {
    width: 89.666%;
  }
  .container .twelve.columns {
    width: 98%;
  }
  .container .one-third.column {
    width: 31.333%;
  }
  .container .two-thirds.column {
    width: 64.666%;
  }
  .container .fullWidthInsideContainer {
    width: 109%;
    margin-left: -4.5%;
    height: 300px;
  }
  .container .offset-by-one {
    margin-left: 9.3335%;
  }
  .container .offset-by-three {
    margin-left: 26%;
  }
  .container .pull-by-one {
    margin-left: -9.3335%;
  }
}
@media only screen and (max-width: 800px) {
  .container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .container .column,
  .container .columns {
    float: left;
    display: inline;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row {
    margin-bottom: 20px;
  }
  /* Nested Column Classes */
  .column.alpha,
  .columns.alpha {
    margin-left: 0;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0;
  }
  /* Base Grid */
  .container .one.column,
  .container .one.columns {
    width: 48%;
  }
  .container .two.columns {
    width: 48%;
  }
  .container .three.columns {
    width: 48%;
  }
  .container .four.columns {
    width: 48%;
  }
  .container .five.columns {
    width: 48%;
  }
  .container .six.columns {
    width: 48%;
  }
  .container .seven.columns {
    width: 98%;
  }
  .container .eight.columns {
    width: 98%;
  }
  .container .nine.columns {
    width: 98%;
  }
  .container .ten.columns {
    width: 98%;
  }
  .container .eleven.columns {
    width: 98%;
  }
  .container .twelve.columns {
    width: 98%;
  }
  .container .one-third.column {
    width: 98%;
  }
  .container .two-thirds.column {
    width: 98%;
  }
  .container .sideNav.columns {
    width: 109%;
    margin-left: -4.5%;
    background: #f7f7f7;
  }
  .container .columns.fullWidthMobile {
    width: 98%;
  }
}
@media only screen and (max-width: 600px) {
  .container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
  }
  .container .column,
  .container .columns {
    float: left;
    display: inline;
    margin-left: 1%;
    margin-right: 1%;
  }
  .row {
    margin-bottom: 20px;
  }
  /* Nested Column Classes */
  .column.alpha,
  .columns.alpha {
    margin-left: 0;
  }
  .column.omega,
  .columns.omega {
    margin-right: 0;
  }
  /* Base Grid */
  .container .one.column,
  .container .one.columns,
  .container .two.columns,
  .container .three.columns,
  .container .four.columns,
  .container .five.columns,
  .container .six.columns,
  .container .seven.columns,
  .container .eight.columns,
  .container .nine.columns,
  .container .ten.columns,
  .container .eleven.columns,
  .container .twelve.columns,
  .container .one-third.column,
  .container .two-thirds.column {
    width: 98%;
  }
  .container .sideNav.columns {
    width: 109%;
    margin-left: -4.5%;
    background: #f7f7f7;
  }
}
/*  Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/****** Theme & Color Settings ******/
.darkGrey1 {
  color: #1d1e1f;
}
.lightGrey1 {
  color: #e0e5e7;
}
.lightGrey2 {
  color: #f3f6f7;
}
.red1 {
  color: #e6000b;
}
.red {
  color: red !important;
}
.white {
  color: #fff !important;
}
/****** Gradients ******/
/****** Fonts & Typography ******/
.ffRobotoCon {
  font-family: 'Roboto Condensed', sans-serif;
}
.ffSourceSans {
  font-family: 'Source Sans Pro', sans-serif;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
.noUnderline {
  text-decoration: none;
}
.allCaps {
  text-transform: uppercase;
}
.copy {
  font-size: 14px;
  color: #e0e5e7;
}
p.copy,
.copy p {
  margin-bottom: 20px;
  line-height: 18px;
}
strong,
b {
  font-weight: bold;
}
sup {
  font-size: 8px;
  line-height: 0;
  position: relative;
  bottom: 4px;
  right: 0px;
}
sub {
  position: relative;
  top: 1px;
  font-size: 11px;
}
ul.indented li,
ol.indented li {
  list-style: disc outside;
  margin-left: 12px;
  margin-bottom: 3px;
}
ol.indented li {
  list-style: decimal;
}
ul.indented2 li {
  list-style: disc outside;
  margin-left: 35px;
}
.italic {
  font-style: italic;
}
/****** Links and Area Tags ******/
a {
  color: #ccc;
  text-decoration: underline;
}
/****** Dividers, Rules, Etc ******/
.dottedDivider1 {
  width: 100%;
  height: 12px;
  background: url('../_images/global/dottedDivider1.png') repeat-x;
}
/****** Add-ons and Mix-ins ******/
.noBg {
  background: none !important;
}
/****** Body & Main Containers ******/
body {
  font-family: 'Source Sans Pro', sans-serif;
  background: #252627 url('images/texture-bg-1.jpg');
}
.containerOuter {
  width: 1050px;
  min-height: 300px;
  background: #fff;
  margin: auto;
  position: relative;
  z-index: 1;
}
/*
.container{
	width: 1020px;
	margin: auto;
}
*/
/****** Header & Navigation ******/
header#mainHeader {
  width: 100%;
  height: 108px;
  background: #e6000b;
  background: -moz-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6000b), color-stop(50%, #ce000a), color-stop(51%, #c5010b), color-stop(100%, #b60009));
  background: -webkit-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -o-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -ms-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: linear-gradient(to bottom, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000b', endColorstr='#b60009', GradientType=0);
  -moz-box-shadow: 1px 1.732px 7px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1.732px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1.732px 7px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  z-index: 5;
}
header#mainHeader .container a {
  text-decoration: none;
}
header#mainHeader .container h1#MegaSquirt {
  float: left;
  margin: 28px 0 0;
}
header#mainHeader .container h1#MegaSquirt img {
  width: 299px;
  height: 51px;
}
header#mainHeader .container nav.main-navigation {
  float: right;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  margin: 35px 0 0;
  height: 60px;
}
header#mainHeader .container nav.main-navigation > ul {
  height: 100%;
}
header#mainHeader .container nav.main-navigation > ul > li {
  height: 100%;
  display: block;
  float: left;
  padding: 0 2px 0 0;
  background: url('images/nav-div.png') no-repeat right top;
  list-style: none;
}
header#mainHeader .container nav.main-navigation > ul > li:hover > a {
  text-decoration: underline;
}
header#mainHeader .container nav.main-navigation > ul > li:hover > ul.children {
  display: block;
}
header#mainHeader .container nav.main-navigation > ul > li.products:hover > a {
  background: url('images/nav-indicator.png') no-repeat bottom center;
}
header#mainHeader .container nav.main-navigation > ul > li > a {
  display: block;
  height: 100%;
  line-height: 38px;
  font-size: 18px;
  text-align: right;
  -moz-text-shadow: 0.5px 0.866px 2px rgba(0, 0, 0, 0.45);
  -webkit-text-shadow: 0.5px 0.866px 2px rgba(0, 0, 0, 0.45);
  text-shadow: 0.5px 0.866px 2px rgba(0, 0, 0, 0.45);
  color: #fff;
  padding: 0 14px;
  margin: 0 4px;
}
header#mainHeader .container nav.main-navigation > ul > li.active,
header#mainHeader .container nav.main-navigation > ul > li.current_page_item,
header#mainHeader .container nav.main-navigation > ul > li.current_page_ancestor,
header#mainHeader .container nav.main-navigation > ul > li.current_page_parent {
  font-weight: 400;
}
header#mainHeader .container nav.main-navigation > ul > li.active a,
header#mainHeader .container nav.main-navigation > ul > li.current_page_item a,
header#mainHeader .container nav.main-navigation > ul > li.current_page_ancestor a,
header#mainHeader .container nav.main-navigation > ul > li.current_page_parent a {
  text-decoration: none;
}
header#mainHeader .container nav.main-navigation > ul > li.last {
  background: none;
}
header#mainHeader .container nav.main-navigation > ul > li.last a {
  padding-right: 0;
}
header#mainHeader .container nav.main-navigation > ul > li ul.children {
  background: #e0e5e7;
  background: -moz-linear-gradient(top, #e0e5e7 0%, #d0d5d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e5e7), color-stop(100%, #d0d5d7));
  background: -webkit-linear-gradient(top, #e0e5e7 0%, #d0d5d7 100%);
  background: -o-linear-gradient(top, #e0e5e7 0%, #d0d5d7 100%);
  background: -ms-linear-gradient(top, #e0e5e7 0%, #d0d5d7 100%);
  background: linear-gradient(to bottom, #e0e5e7 0%, #d0d5d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e5e7', endColorstr='#d0d5d7', GradientType=0);
  position: absolute;
  left: 0;
  width: 98%;
  margin-left: 1%;
  overflow: hidden;
  display: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 4px solid #ce000a;
  -moz-box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 0 0 20px;
}
header#mainHeader .container nav.main-navigation > ul > li ul.children > li {
  display: block;
  float: left;
  height: auto;
  width: 20%;
  /*outline: 1px solid #fff;*/

  padding: 0 10px;
}
header#mainHeader .container nav.main-navigation > ul > li ul.children > li > a {
  height: auto;
  text-align: left;
  color: #1d1e1f;
  font-weight: 400;
  border-bottom: 1px solid #a9acae;
  display: block;
  padding: 20px 0 8px 5px;
  margin: 0 0 5px;
}
header#mainHeader .container nav.main-navigation > ul > li ul.children > li > a:hover {
  text-decoration: underline;
}
header#mainHeader .container nav.main-navigation > ul > li ul.children > li ul.children {
  /*background: #ccc;*/

  width: auto;
  position: static;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  background: none;
  padding: 0;
  display: block;
}
header#mainHeader .container nav.main-navigation > ul > li ul.children > li ul.children li {
  padding: 0 5px;
  display: block;
  width: 100%;
  float: none;
}
header#mainHeader .container nav.main-navigation > ul > li ul.children > li ul.children li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #1d1e1f;
  background: url('images/nav-bullet.png') no-repeat left;
  display: block;
  margin: 0;
  padding: 3px 0 3px 8px;
  border-bottom: 0;
}
header#mainHeader .container nav.main-navigation > ul > li ul.children > li ul.children li a:hover {
  text-decoration: underline;
}
header#mainHeader .container #menu-button-mobile,
header#mainHeader .container #nav-indicator-mobile {
  display: none;
}
.home #ms-nav-home a,
.page-id-41 #ms-nav-products a,
.parent-pageid-41 #ms-nav-products a,
.parent-pageid-45 #ms-nav-products a,
.parent-pageid-48 #ms-nav-products a,
.parent-pageid-53 #ms-nav-products a,
.parent-pageid-55 #ms-nav-products a,
.parent-pageid-57 #ms-nav-products a,
.page-id-18 #ms-nav-educational a,
.page-id-20 #ms-nav-commercial a,
.page-id-392 #ms-nav-history a,
.blog #ms-nav-news a {
  font-weight: 400;
}
@media only screen and (max-width: 1050px) {
  
}
@media only screen and (max-width: 980px) {
  header#mainHeader {
    height: 108px;
  }
  header#mainHeader .container h1#MegaSquirt {
    margin-top: 32px;
  }
  header#mainHeader .container h1#MegaSquirt img {
    width: 269px;
    height: 46px;
  }
  header#mainHeader .container nav.main-navigation {
    float: right;
    height: 60px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin: 35px 0 0;
  }
  header#mainHeader .container nav.main-navigation > ul {
    height: 100%;
  }
  header#mainHeader .container nav.main-navigation > ul > li > a {
    font-size: 16px;
    padding: 0 12px;
    margin: 0 4px;
  }
  header#mainHeader .container nav.main-navigation > ul > li ul.children > li > a {
    margin: 0 0 4px;
  }
  header#mainHeader .container nav.main-navigation > ul > li ul.children > li ul.children li a {
    font-size: 13px;
    padding: 2px 0 2px 8px;
  }
}
@media only screen and (max-width: 880px) {
  header#mainHeader .container nav.main-navigation {
    float: none;
    height: auto;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin: 100px 0 0;
    background: #d9dedf;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    display: none;
  }
  header#mainHeader .container nav.main-navigation > ul {
    height: 100%;
  }
  header#mainHeader .container nav.main-navigation > ul > li {
    border-bottom: 1px solid #c6cacc;
    float: none;
    background: #e0e5e7;
    background: -moz-linear-gradient(top, #e0e5e7 0%, #d0d5d7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e5e7), color-stop(100%, #d0d5d7));
    background: -webkit-linear-gradient(top, #e0e5e7 0%, #d0d5d7 100%);
    background: -o-linear-gradient(top, #e0e5e7 0%, #d0d5d7 100%);
    background: -ms-linear-gradient(top, #e0e5e7 0%, #d0d5d7 100%);
    background: linear-gradient(to bottom, #e0e5e7 0%, #d0d5d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e5e7', endColorstr='#d0d5d7', GradientType=0);
    padding-right: 0;
  }
  header#mainHeader .container nav.main-navigation > ul > li.products:hover > a {
    background: none;
  }
  header#mainHeader .container nav.main-navigation > ul > li > a {
    font-size: 17px;
    font-weight: 400;
    padding: 0 12px;
    margin: 0 4px;
    color: #1d1e1f;
    text-align: left;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
  }
  header#mainHeader .container nav.main-navigation > ul > li ul.children {
    width: 100% !important;
    margin: 0 !important;
    display: block;
    position: static;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: #878a8b;
    border-bottom: 1px solid #c6cacc;
  }
  header#mainHeader .container nav.main-navigation > ul > li ul.children > li {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  header#mainHeader .container nav.main-navigation > ul > li ul.children > li > a {
    background: #666b6d;
    background: -moz-linear-gradient(top, #666b6d 0%, #5b5f61 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666b6d), color-stop(100%, #5b5f61));
    background: -webkit-linear-gradient(top, #666b6d 0%, #5b5f61 100%);
    background: -o-linear-gradient(top, #666b6d 0%, #5b5f61 100%);
    background: -ms-linear-gradient(top, #666b6d 0%, #5b5f61 100%);
    background: linear-gradient(to bottom, #666b6d 0%, #5b5f61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666b6d', endColorstr='#5b5f61', GradientType=0);
    margin: 0;
    padding: 12px 25px;
    color: #fff;
    border-bottom: 1px solid #525556;
  }
  header#mainHeader .container nav.main-navigation > ul > li ul.children > li ul.children li {
    padding: 0;
    background: #666b6d;
    background: -moz-linear-gradient(top, #666b6d 0%, #5b5f61 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666b6d), color-stop(100%, #5b5f61));
    background: -webkit-linear-gradient(top, #666b6d 0%, #5b5f61 100%);
    background: -o-linear-gradient(top, #666b6d 0%, #5b5f61 100%);
    background: -ms-linear-gradient(top, #666b6d 0%, #5b5f61 100%);
    background: linear-gradient(to bottom, #666b6d 0%, #5b5f61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666b6d', endColorstr='#5b5f61', GradientType=0);
  }
  header#mainHeader .container nav.main-navigation > ul > li ul.children > li ul.children li a {
    font-size: 13px;
    padding: 12px 40px;
    border-bottom: 1px solid #525556;
    color: #fff;
    background-position: 26px 16px;
  }
  header#mainHeader .container #menu-button-mobile {
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 37px;
    right: 5px;
    background: #dd151e;
    background: -moz-linear-gradient(top, #dd151e 0%, #c80b15 50%, #bf0c15 51%, #af0109 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd151e), color-stop(50%, #c80b15), color-stop(51%, #bf0c15), color-stop(100%, #af0109));
    background: -webkit-linear-gradient(top, #dd151e 0%, #c80b15 50%, #bf0c15 51%, #af0109 100%);
    background: -o-linear-gradient(top, #dd151e 0%, #c80b15 50%, #bf0c15 51%, #af0109 100%);
    background: -ms-linear-gradient(top, #dd151e 0%, #c80b15 50%, #bf0c15 51%, #af0109 100%);
    background: linear-gradient(to bottom, #dd151e 0%, #c80b15 50%, #bf0c15 51%, #af0109 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd151e', endColorstr='#af0109', GradientType=0);
    -moz-box-shadow: inset 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: inset 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: inset 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.32);
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 17px;
    -moz-text-shadow: 0.5px 0.866px 2px rgba(0, 0, 0, 0.45);
    -webkit-text-shadow: 0.5px 0.866px 2px rgba(0, 0, 0, 0.45);
    text-shadow: 0.5px 0.866px 2px rgba(0, 0, 0, 0.45);
    padding: 0 14px;
    height: 35px;
    line-height: 35px;
  }
  header#mainHeader .container #nav-indicator-mobile {
    position: absolute;
    top: 94px;
    right: 42px;
    width: 12px;
    height: 6px;
  }
  .active-mobile {
    display: block !important;
  }
}
@media only screen and (max-width: 800px) {
  
}
@media only screen and (max-width: 460px) {
  header#mainHeader .container h1#MegaSquirt {
    float: left;
    margin: 35px 0 0;
    max-width: 70%;
  }
  header#mainHeader .container h1#MegaSquirt img {
    width: 224px;
    height: 38px;
    max-width: 100%;
  }
  header#mainHeader .container #menu-button-mobile {
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    top: 39px;
    right: 5px;
    background: #dd151e;
    background: -moz-linear-gradient(top, #dd151e 0%, #c80b15 50%, #bf0c15 51%, #af0109 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd151e), color-stop(50%, #c80b15), color-stop(51%, #bf0c15), color-stop(100%, #af0109));
    background: -webkit-linear-gradient(top, #dd151e 0%, #c80b15 50%, #bf0c15 51%, #af0109 100%);
    background: -o-linear-gradient(top, #dd151e 0%, #c80b15 50%, #bf0c15 51%, #af0109 100%);
    background: -ms-linear-gradient(top, #dd151e 0%, #c80b15 50%, #bf0c15 51%, #af0109 100%);
    background: linear-gradient(to bottom, #dd151e 0%, #c80b15 50%, #bf0c15 51%, #af0109 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd151e', endColorstr='#af0109', GradientType=0);
    -moz-box-shadow: inset 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.32);
    -webkit-box-shadow: inset 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.32);
    box-shadow: inset 0.5px 0.866px 5px 0px rgba(0, 0, 0, 0.32);
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 17px;
    -moz-text-shadow: 0.5px 0.866px 2px rgba(0, 0, 0, 0.45);
    -webkit-text-shadow: 0.5px 0.866px 2px rgba(0, 0, 0, 0.45);
    text-shadow: 0.5px 0.866px 2px rgba(0, 0, 0, 0.45);
    padding: 0 12px;
    height: 32px;
    line-height: 31px;
  }
  header#mainHeader .container #nav-indicator-mobile {
    right: 42px;
  }
}
/****** FOOTER ******/
footer a {
  text-decoration: none;
}
footer .container {
  color: #e0e5e7;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  border-top: 2px solid #1d1e1f;
  padding: 28px 0 30px;
  margin: 40px auto 0;
}
footer .container .menu-footer-nav-container {
  overflow: hidden;
  padding-bottom: 2px;
}
footer .container ul {
  display: block;
  margin: 0 0 0;
}
footer .container ul li {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
footer .container ul li a {
  color: #e0e5e7;
  padding: 5px;
}
footer .container ul li a:hover {
  text-decoration: underline;
}
footer .container p.copyright {
  padding: 5px;
  margin: 10px 0 0;
  font-weight: 300;
  float: left;
}
footer .container #website-by-PIXEL-Octane {
  float: right;
  color: #fff;
  font-size: 13px;
}
@media only screen and (max-width: 600px) {
  footer .container {
    padding: 0 0 30px;
    margin: 20px auto 0;
    text-align: center;
    border: 0;
  }
  footer .container .menu-footer-nav-container {
    overflow: hidden;
    padding-bottom: 2px;
  }
  footer .container ul {
    margin: 0;
    text-align: center;
    background: #1d1e1f;
    background: -moz-linear-gradient(top, #1d1e1f 0%, #101011 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d1e1f), color-stop(100%, #101011));
    background: -webkit-linear-gradient(top, #1d1e1f 0%, #101011 100%);
    background: -o-linear-gradient(top, #1d1e1f 0%, #101011 100%);
    background: -ms-linear-gradient(top, #1d1e1f 0%, #101011 100%);
    background: linear-gradient(to bottom, #1d1e1f 0%, #101011 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d1e1f', endColorstr='#101011', GradientType=0);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px 10px;
  }
  footer .container ul li {
    display: inline-block;
    float: none;
    margin: 5px;
  }
  footer .container ul li a {
    color: #e0e5e7;
    padding: 5px;
  }
  footer .container ul li a:hover {
    text-decoration: underline;
  }
  footer .container p.copyright {
    padding: 5px;
    margin: 10px 0 0;
    float: none;
  }
  footer .container #website-by-PIXEL-Octane {
    display: block;
    float: none;
    margin: 11px 0 10px;
  }
}
/****** PAGE structure ******/
#page {
  padding-top: 108px;
}
/****** PRODUCTS PAGE ******/
.container .sideBar,
.container .sideBar {
  float: left;
}
.container .contentBlock,
.container .contentBlock {
  float: right;
}
.page-id-57 #ms-nav-suppliers-sideBar > ul > li > a {
  text-decoration: underline;
}
.sideBar {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1d1e1f;
  margin-top: 33px;
  padding: 27px 30px;
  min-height: 225px;
  float: left;
}
.sideBar a {
  text-decoration: none;
}
.sideBar .current-menu-item > a,
.sideBar .current_page_item > a {
  text-decoration: underline;
}
.sideBar ul.menu > li > a {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #e0e5e7;
}
.sideBar ul.menu > li > a:hover {
  text-decoration: underline;
}
.sideBar ul.menu > li > ul {
  margin: 8px 0 20px;
}
.sideBar ul.menu > li > ul > li > a {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #f3f6f7;
  display: block;
  margin: 0 0 3px 0;
  padding: 0 8px 0 8px;
  background: url('images/nav-bullet.png') no-repeat left center;
}
.sideBar ul.menu > li > ul > li > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  .container .three.columns.sideBar {
    width: 98%;
    margin-top: 10px;
  }
}
.contentBlock {
  margin-top: 33px;
  float: right;
  x-width: 720px !important;
}
.productThumb {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #ccc;
  /*margin: 0 0 10px 0 !important;*/

  margin-bottom: 20px;
  overflow: hidden;
}
.productThumb a {
  text-decoration: none;
}
.productThumb .imageWrap {
  width: 100%;
  height: 120px;
  background-repeat: none;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.productThumb .imageWrap img {
  height: 100%;
}
.productThumb .pageTitle {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #1d1e1f;
  background: #e0e5e7;
  background: -moz-linear-gradient(top, #e0e5e7 0%, #e0e5e7 0%, #d6dbdd 50%, #c6cbcc 51%, #c7cbcd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e5e7), color-stop(0%, #e0e5e7), color-stop(50%, #d6dbdd), color-stop(51%, #c6cbcc), color-stop(100%, #c7cbcd));
  background: -webkit-linear-gradient(top, #e0e5e7 0%, #e0e5e7 0%, #d6dbdd 50%, #c6cbcc 51%, #c7cbcd 100%);
  background: -o-linear-gradient(top, #e0e5e7 0%, #e0e5e7 0%, #d6dbdd 50%, #c6cbcc 51%, #c7cbcd 100%);
  background: -ms-linear-gradient(top, #e0e5e7 0%, #e0e5e7 0%, #d6dbdd 50%, #c6cbcc 51%, #c7cbcd 100%);
  background: linear-gradient(to bottom, #e0e5e7 0%, #e0e5e7 0%, #d6dbdd 50%, #c6cbcc 51%, #c7cbcd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e5e7', endColorstr='#c7cbcd', GradientType=0);
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.productThumb .pageTitle i {
  font-size: 24px;
  color: #e6000b;
  padding: 0 5px 0 0;
}
.productThumb .pageTitle p {
  line-height: normal;
  padding-top: 15px;
}
.productThumb .pageTitle small {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  line-height: 13px;
  display: block;
  padding: 0px 13px;
  white-space: normal;
  text-overflow: clip;
}
.productThumb.halfHeight {
  height: 78px;
}
.productThumb.halfHeight .pageTitle {
  height: 100%;
  line-height: normal;
}
.productThumb.dark {
  background: none;
}
.productThumb.dark .pageTitle {
  background: #343637;
  background: -moz-linear-gradient(top, #343637 0%, #343637 50%, #323435 51%, #343637 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #343637), color-stop(50%, #343637), color-stop(51%, #323435), color-stop(100%, #343637));
  background: -webkit-linear-gradient(top, #343637 0%, #343637 50%, #323435 51%, #343637 100%);
  background: -o-linear-gradient(top, #343637 0%, #343637 50%, #323435 51%, #343637 100%);
  background: -ms-linear-gradient(top, #343637 0%, #343637 50%, #323435 51%, #343637 100%);
  background: linear-gradient(to bottom, #343637 0%, #343637 50%, #323435 51%, #343637 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#343637', endColorstr='#343637', GradientType=0);
  color: #e0e5e7;
}
@media only screen and (max-width: 1050px) {
  .three.columns.productThumb {
    width: 32%;
    margin-bottom: 2%;
  }
  .productThumb {
    margin-bottom: 2%;
  }
}
@media only screen and (max-width: 800px) {
  .productThumb.suppliersBlock {
    width: 48% !important;
  }
  .mobileBlockWrap {
    height: 175px;
    width: 48%;
    position: relative;
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  .mobileBlockWrap .productThumb.halfHeight {
    height: 46%;
    width: 100% !important;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mobileBlockWrap .productThumb.halfHeight.last {
    margin-bottom: 0;
    top: auto;
    bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .productThumb {
    width: 48% !important;
  }
  .productThumb.mobile-even {
    margin-right: 0 !important;
    margin-left: 1% !important;
  }
  .productThumb.mobile-odd {
    margin-right: 1% !important;
    margin-left: 0 !important;
  }
  .productThumb .pageTitle {
    font-size: 18px;
  }
  .productThumb .pageTitle p {
    padding-top: 11px;
  }
  .productThumb .pageTitle small {
    font-size: 12px;
    line-height: 12px;
  }
  .mobileBlockWrap .productThumb.halfHeight {
    height: 48%;
  }
  .contentBlock .productThumb {
    width: 49% !important;
  }
}
@media only screen and (max-width: 400px) {
  .productThumb {
    width: 98% !important;
    margin-bottom: 3% !important;
  }
  .productThumb.mobile-even {
    margin-right: 0 !important;
    margin-left: 1% !important;
  }
  .productThumb.mobile-odd {
    margin-right: 1% !important;
    margin-left: 0 !important;
  }
  .productThumb .pageTitle {
    font-size: 18px;
  }
  .productThumb .pageTitle p {
    padding-top: 11px;
  }
  .productThumb .pageTitle small {
    font-size: 12px;
    line-height: 12px;
  }
  .mobileBlockWrap {
    height: auto;
    width: 98%;
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  .mobileBlockWrap .productThumb.halfHeight {
    height: 70px;
    width: 100% !important;
    position: static;
    top: auto;
    bottom: auto;
    left: auto;
    margin-bottom: 2%;
  }
  .mobileBlockWrap .productThumb.halfHeight.last {
    margin-bottom: 0;
  }
  .contentBlock .productThumb,
  .contentBlock .productThumb.mobile-odd,
  .contentBlock .productThumb.mobile-even {
    width: 100% !important;
    margin: 0 0 3% 0 !important;
  }
}
/****** HOME PAGE ******/
#hero {
  background: url('images/pattern-bg-1.png');
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 28px;
  padding: 32px 0 7px;
}
#hero a {
  text-decoration: none;
}
#hero .shadow {
  width: 100%;
  height: 32px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
}
#hero .shadow.top {
  background-image: url('images/shadow-1.png');
  top: 0;
}
#hero .shadow.bottom {
  background-image: url('images/shadow-2.png');
  bottom: 0;
}
#hero .entry-header {
  display: none;
}
#hero .ls-wp-fullwidth-container,
#hero .ls-wp-fullwidth-helper,
#hero .ls-container,
#hero .ls-container * {
  box-sizing: border-box !important;
}
#hero .cycle-slideshow {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #4a4b4c;
  min-height: 350px;
  x-overflow: hidden;
}
#hero .cycle-slideshow .slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#hero .cycle-slideshow .slide .inner {
  display: table;
  width: 100%;
  height: 100%;
}
#hero .cycle-slideshow .slide .inner .content {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
#hero .cycle-slideshow .slide .inner .image {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}
#hero .cycle-slideshow .slide .inner .image img {
  display: inline;
  max-width: 100%;
  width: 100%;
}
#hero .cycle-slideshow h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 38px;
  font-weight: 700;
  color: #fff !important;
  margin: 25px 0 20px 35px;
}
#hero .cycle-slideshow h2 a {
  color: #fff !important;
}
#hero .cycle-slideshow p {
  font-size: 14px;
  line-height: 18px;
  color: #e0e5e7;
  margin: 15px 20px 0px 35px;
}
#hero .cycle-slideshow a {
  display: inline-block;
  background: #8C8C8C;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 16px 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  -webkit-box-shadow: 1px 1.732px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1.732px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1.732px 7px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  background: #e6000b;
  background: -moz-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6000b), color-stop(50%, #ce000a), color-stop(51%, #c5010b), color-stop(100%, #b60009));
  background: -webkit-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -o-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -ms-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: linear-gradient(to bottom, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000b', endColorstr='#b60009', GradientType=0);
  color: #fff !important;
  margin: 20px 0 25px 0;
}
#hero .cycle-slideshow a.red {
  background: #e6000b;
  background: -moz-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6000b), color-stop(50%, #ce000a), color-stop(51%, #c5010b), color-stop(100%, #b60009));
  background: -webkit-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -o-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -ms-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: linear-gradient(to bottom, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000b', endColorstr='#b60009', GradientType=0);
  color: #fff !important;
}
#hero .cycle-slideshow a.link {
  text-decoration: none;
}
#hero .cyclePager {
  text-align: center;
  margin: 5px auto 0;
  position: relative;
  z-index: 250;
}
#hero .cyclePager span {
  display: inline-block;
  border-radius: 10px;
  width: 13px;
  height: 13px;
  background: #3b3c3e;
  margin: 4px;
  cursor: pointer;
  text-indent: -20px;
  overflow: hidden;
  font-size: 1px;
  -webkit-box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -2px 4px 0px rgba(0, 0, 0, 0.25);
}
#hero .cyclePager span.cycle-pager-active {
  background: #bcc1c2;
}
@media only screen and (max-width: 800px) {
  #hero .cycle-slideshow .slide .inner {
    display: block;
    width: 100%;
    height: 100%;
  }
  #hero .cycle-slideshow .slide .inner .content {
    width: 100%;
    display: block;
  }
  #hero .cycle-slideshow .slide .inner .image {
    width: 100%;
    display: block;
    margin-top: -30px;
  }
  #hero .cycle-slideshow .slide .inner .image img {
    display: block;
    max-width: 80%;
    margin: auto;
  }
  #hero .cycle-slideshow h2 {
    font-size: 36px;
    margin: 30px 30px 20px 30px;
  }
  #hero .cycle-slideshow p {
    font-size: 13px;
    margin: 18px 30px 20px 30px;
  }
  #hero .cycle-slideshow .button.red {
    margin: 20px 30px 25px 0;
  }
}
@media only screen and (max-width: 600px) {
  #hero .cycle-slideshow .slide .inner .image {
    width: 100%;
    display: block;
    margin-top: -30px;
  }
  #hero .cycle-slideshow .slide .inner .image img {
    max-width: 100%;
    margin: auto;
  }
  #hero .cycle-slideshow h2 {
    font-size: 34px;
    margin: 30px 30px 19px 30px;
  }
  #hero .cycle-slideshow p {
    font-size: 13px;
    margin: 16px 30px 20px 30px;
  }
  #hero .cycle-slideshow .button.red {
    margin: 18px 30px 25px 0;
  }
}
/****** INTERIOR PAGE ELEMENTS ******/
.pageTitleWrapper {
  border-bottom: 1px solid #48494a;
  padding: 0 0 15px;
  margin: 0 0 20px;
}
.pageTitleWrapper h2.pageTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #f3f6f7;
  padding: 0 0 5px;
}
.pageTitleWrapper h3.pageSubTitle {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #e0e5e7;
}
.contentBlock.productPage,
.contentBlock.supplierPage {
  background: #f3f6f7;
  color: #1d1e1f;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
}
.contentBlock.productPage p,
.contentBlock.supplierPage p {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 20px;
  color: #1d1e1f;
}
.contentBlock.productPage ul li,
.contentBlock.supplierPage ul li {
  list-style: outside;
  margin: 0 0 10px 20px;
}
.contentBlock.productPage .pageTitleWrapper,
.contentBlock.supplierPage .pageTitleWrapper {
  padding: 45px 20px 38px;
  padding: 25px 25px 18px;
  border-bottom: 1px solid #d5d9db;
  background: #e0e5e7;
  background: -moz-linear-gradient(top, #e0e5e7 0%, #d9dddf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e5e7), color-stop(100%, #d9dddf));
  background: -webkit-linear-gradient(top, #e0e5e7 0%, #d9dddf 100%);
  background: -o-linear-gradient(top, #e0e5e7 0%, #d9dddf 100%);
  background: -ms-linear-gradient(top, #e0e5e7 0%, #d9dddf 100%);
  background: linear-gradient(to bottom, #e0e5e7 0%, #d9dddf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e5e7', endColorstr='#d9dddf', GradientType=0);
  overflow: hidden;
}
.contentBlock.productPage .pageTitleWrapper h2.pageTitle,
.contentBlock.supplierPage .pageTitleWrapper h2.pageTitle {
  float: left;
  padding-right: 10px;
}
.contentBlock.productPage .pageTitleWrapper h2.pageTitle a,
.contentBlock.supplierPage .pageTitleWrapper h2.pageTitle a {
  color: #1d1e1f;
  text-decoration: none;
}
.contentBlock.productPage .pageTitleWrapper h2.pageTitle.two,
.contentBlock.supplierPage .pageTitleWrapper h2.pageTitle.two {
  color: #e6000b;
}
.contentBlock.productPage .inner,
.contentBlock.supplierPage .inner {
  padding: 0 30px 35px;
}
.contentBlock.productPage .imageGallery,
.contentBlock.supplierPage .imageGallery {
  padding: 5px 25px 20px 0;
}
.contentBlock.productPage .imageGallery img.featuredImage,
.contentBlock.supplierPage .imageGallery img.featuredImage {
  margin: 0 auto 15px;
}
.contentBlock.productPage .imageGallery li,
.contentBlock.supplierPage .imageGallery li {
  display: block;
  float: left;
  width: 33%;
  padding: 1%;
}
.contentBlock.productPage .imageGallery li img,
.contentBlock.supplierPage .imageGallery li img {
  max-width: 100%;
}
.contentBlock.productPage .contentBlock2,
.contentBlock.supplierPage .contentBlock2 {
  padding: 20px 30px 55px 0;
}
.contentBlock.productPage img,
.contentBlock.supplierPage img {
  max-width: 100%;
}
.contentBlock.productPage a,
.contentBlock.supplierPage a {
  color: #1d1e1f;
}
.contentBlock.supplierPage {
  margin: 10px 0;
  width: 100% !important;
}
.contentBlock.supplierPage .pageTitleWrapper {
  margin: 0 0 10px;
  padding: 25px 20px 15px;
}
.contentBlock.supplierPage .contentBlock2 {
  padding: 20px 20px 55px;
}
.contentBlock.supplierPage img.banner {
  max-width: 500px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1050px) {
  .pageTitleWrapper h2.pageTitle {
    font-size: 30px;
  }
  .pageTitleWrapper h3.pageSubTitle {
    font-size: 15px;
  }
  .contentBlock.productPage .imageGallery,
  .contentBlock.supplierPage .imageGallery {
    width: 40%;
  }
  .contentBlock.productPage .contentBlock2,
  .contentBlock.supplierPage .contentBlock2 {
    padding: 20px 20px 55px;
    width: 55%;
  }
}
@media only screen and (max-width: 620px) {
  .pageTitleWrapper h2.pageTitle {
    font-size: 26px;
  }
  .pageTitleWrapper h3.pageSubTitle {
    font-size: 13px;
  }
  .contentBlock.productPage .imageGallery,
  .contentBlock.supplierPage .imageGallery {
    width: 100%;
    padding: 10px;
  }
  .contentBlock.productPage .contentBlock2,
  .contentBlock.supplierPage .contentBlock2 {
    padding: 20px 20px 55px;
    width: auto;
    margin-left: 0;
  }
  .contentBlock.productPage img.banner,
  .contentBlock.supplierPage img.banner {
    max-width: 100%;
  }
}
/****** BUTTONS, FORM FIELDS, ETC. ******/
.button {
  display: inline-block;
  background: #8C8C8C;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 16px 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  -webkit-box-shadow: 1px 1.732px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1.732px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1.732px 7px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
}
.button.red {
  background: #e6000b;
  background: -moz-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6000b), color-stop(50%, #ce000a), color-stop(51%, #c5010b), color-stop(100%, #b60009));
  background: -webkit-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -o-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -ms-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: linear-gradient(to bottom, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000b', endColorstr='#b60009', GradientType=0);
  color: #fff !important;
}
.button.link {
  text-decoration: none;
}
.wpcf7 p {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form-control {
  margin: 3px 0 15px;
  border: 0;
  padding: 3px;
}
.wpcf7 input,
.wpcf7 textarea {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 13px;
  width: 100%;
}
.wpcf7 .wpcf7-submit {
  display: inline-block;
  background: #8C8C8C;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 16px 21px;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  -webkit-box-shadow: 1px 1.732px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1.732px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1.732px 7px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  background: #e6000b;
  background: -moz-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6000b), color-stop(50%, #ce000a), color-stop(51%, #c5010b), color-stop(100%, #b60009));
  background: -webkit-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -o-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -ms-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: linear-gradient(to bottom, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000b', endColorstr='#b60009', GradientType=0);
  color: #fff !important;
  width: auto;
  cursor: pointer;
  font-size: 13px;
  padding: 7px 16px;
}
.wpcf7 .wpcf7-submit.red {
  background: #e6000b;
  background: -moz-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6000b), color-stop(50%, #ce000a), color-stop(51%, #c5010b), color-stop(100%, #b60009));
  background: -webkit-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -o-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: -ms-linear-gradient(top, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  background: linear-gradient(to bottom, #e6000b 0%, #ce000a 50%, #c5010b 51%, #b60009 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6000b', endColorstr='#b60009', GradientType=0);
  color: #fff !important;
}
.wpcf7 .wpcf7-submit.link {
  text-decoration: none;
}
.wpcf7 div.wpcf7-response-output {
  margin: -10px 0 25px;
  padding: 5px 10px;
  border: 2px solid #ccc;
}
/****** GENERIC 2012 TEMPLATE STYLES ******/
.page .entry-header,
.page-template-default .entry-header,
.single .entry-header,
.single-post .entry-header,
.blog .entry-header,
.full-width .entry-header {
  margin: 33px 0 20px 0;
  padding: 0 0 15px;
  border-bottom: 1px solid #48494a;
}
.page .entry-header h1,
.page-template-default .entry-header h1,
.single .entry-header h1,
.single-post .entry-header h1,
.blog .entry-header h1,
.full-width .entry-header h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  font-weight: 400;
  color: #f3f6f7;
  padding: 0 0 5px;
}
.page .entry-header h1 a,
.page-template-default .entry-header h1 a,
.single .entry-header h1 a,
.single-post .entry-header h1 a,
.blog .entry-header h1 a,
.full-width .entry-header h1 a {
  color: #f3f6f7;
  text-decoration: none;
}
.page .entry-content p,
.page-template-default .entry-content p,
.single .entry-content p,
.single-post .entry-content p,
.blog .entry-content p,
.full-width .entry-content p {
  font-size: 14px;
  color: #e0e5e7;
}
.page .entry-meta,
.page-template-default .entry-meta,
.single .entry-meta,
.single-post .entry-meta,
.blog .entry-meta,
.full-width .entry-meta {
  font-size: 12px;
  color: #8D9396;
}
.page .entry-meta a,
.page-template-default .entry-meta a,
.single .entry-meta a,
.single-post .entry-meta a,
.blog .entry-meta a,
.full-width .entry-meta a {
  color: #8D9396;
  text-decoration: underline;
}
.page footer.entry-meta,
.page-template-default footer.entry-meta,
.single footer.entry-meta,
.single-post footer.entry-meta,
.blog footer.entry-meta,
.full-width footer.entry-meta {
  display: none;
}
.page .nav-single,
.page-template-default .nav-single,
.single .nav-single,
.single-post .nav-single,
.blog .nav-single,
.full-width .nav-single {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .page .entry-header h1,
  .page-template-default .entry-header h1,
  .single .entry-header h1,
  .single-post .entry-header h1,
  .blog .entry-header h1,
  .full-width .entry-header h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 620px) {
  .page .entry-header h1,
  .page-template-default .entry-header h1,
  .single .entry-header h1,
  .single-post .entry-header h1,
  .blog .entry-header h1,
  .full-width .entry-header h1 {
    font-size: 28px;
  }
}