/**** Global.css for Specialised Force *****/
/*** RED: #e72f37  ****/
/*** BLACK: #242424 ****/
/*** GREEN: #22b25a ****/

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; }




/* 1.ROOT */

html {
	overflow-y: scroll;
	background: #fff;
}
body { 
	margin: 0 auto;
	padding: 0;
	width: 100%;
	font: 100%/1.4 "Rubik", "Helvetica Neue", Helvetica, Arial;
	color: #242424; 
	background-color: transparent;
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
}




/* 2.HEADINGS */

h1, 
h2, 	
h3, 
h4, 
h5, 
h6 {
	font-family: "Rubik", "Helvetica Neue", Helvetica, Arial;
	font-weight: 700;
}
h1 { 
	margin-bottom: .75em;
	font-size: 1.7em;
	line-height: 1.1;
}
h2 { 
	margin-bottom: .75em;
	font-size: 1.4em;
	line-height: 1.2;
	padding-top: 10px;
}
h3 { 
	margin-bottom: 1em;
	font-size: 1.2em;
	line-height: 1.3;
}
h4 { 
	margin-bottom: 1.25em;
	font-size: 1.1em;
	line-height: 1.25;
}
h5 { 
	margin-bottom: 1.5em;
	font-size: 1em;
}
h6 { 
	font-size: 1em;
}





/* 3.TYPOGRAPHY */

p, 
ol, 
ul, 
dl, 
address { 
	margin-bottom: 1.5em; 
	font-size: 1em;
}
ul, 
ol { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px;
}
ul { 
	list-style-type: disc;
	margin-left: 0.2em;
}
ol { 
	list-style-type: decimal;
	margin-left: 0.2em;
}
li ul, 
li ol { 
	margin: 0;
	font-size: 1em;
}
blockquote  { 
	margin: 0 0 1.5em -24px; 
	padding-left: 24px; 
	border-left: 1px solid rgb(200,200,200);
	font-style: italic;
}
sup, 
sub { 
	position: relative;
	font-size: 75%; 
	line-height: 0;
}
sup { 
	top: -.5em;
}
sub { 
	bottom: -.25em;
}
strong {
	font-weight: 500;
}
input:focus {
	outline: none;
}





/* 4.LINKS */

a {
	outline: none;
	color: #e72f37;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
a:link {
	-webkit-tap-highlight-color: #e72f37;
}
a:visited {
	color: #343434;
}
a:hover { 
	outline: none;
	color: #e72f37 !important; 
	text-decoration: underline;
}
a:active, 
a:focus { 
	outline: none;
	color: #e72f37;
}
.button,
.freeform-row button {
	border: none;
	font-family: "Rubik", "Helvetica Neue", Helvetica, Arial;
	font-size: 1em;
	display: inline-block;
	text-decoration: none;
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #e72f37;
	line-height: 30px;
	padding: 0 30px;
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
.button:hover,
.freeform-row button:hover {
	color: #ffffff !important;
	background: #eb1a23;
	text-decoration: none;
}
a:hover img {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.downloadButton {
	display: block;
	background: #f2f2f2;
	font-weight: 700;
	padding: 15px 20px;
	text-decoration: none;
	margin-bottom: 2px;
}
.downloadButton i {
	color: #333;
	padding-right: 5px;
}
article form {
	margin-bottom: 2em;
}





/* 6.TABLES */

table { 
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.4em; 
	width: 100% !important;
}
th { 
	font-weight: bold;
}
th, td, caption { 
	padding: .25em 10px .25em 5px;
}
th, td {
	border-bottom: 1px solid #e5e5e5;
}
#contentTwoColumn table.tableWide {
	width: 1200px !important;
}





/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
/* CUSTOM */
.wrapper {
	width: 95%;
	margin: 0 auto;
	position: relative;
	max-width: 1248px;
}
.pad0 {
	padding: 0;
}
.pad1 {
	padding: 0.5em;
}
.pad2 {
	padding: 1em;
}
@media screen and (min-width: 768px) {
    .borderR {
		border-right: 1px solid #c2c2c2;
	}
	.pad1 {
		padding: 1em;
	}
	.pad2 {
		padding: 2em;
	}
}
.padT0 {
	padding-top: 0;
}
.padB0 {
	padding-bottom: 0;
}
.mar0 {
	margin: 0;
}
.marT0 {
	margin-top: 0;
}



form ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
form li {
	margin-bottom: 1em;
}
form label {
	display: block;
}
form label i {
	font-style: normal;
	color: #cc0000;
}
form input[type=text],
form input[type=email],
form input[type=tel],
form input[type=number],
form input[type=password],
form textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	font-family: "Rubik", "Helvetica Neue", Helvetica, Arial;
	padding: 5px;
	font-size: 1em;
}
input[type=submit] {
	border: none;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	padding: 10px 30px;
	font-family: "Rubik", "Helvetica Neue", Helvetica, Arial;
	font-size: 1em;
	cursor: pointer;
}
input.fieldMed {
	width: 80%;
	max-width: 280px;
}



/***** Header *****/
#iconMenu {
	color: #fff;
	text-align: center;
	width: 30px;
	position: absolute;
	top: 14px;
	right: 3%;
	z-index: 9999;
	font-size: 24px;
	line-height: 30px;
	text-align: right;
}
#iconMenu.fa-times {
	top: 13px;
	right: calc(3% + 2px);
}
#iconSearch {
	color: #fff;
	text-align: center;
	width: 101px;
	position: absolute;
	top: 14px;
	right: 36px;
	z-index: 9999;
	font-size: 20px;
    line-height: 29px;
    height: 30px;
    cursor: pointer;
        text-align: left;
    padding-left: 10px;
}
#iconSearch span {
	font-family: 'Rubik';
    font-size: 14px;
    position: absolute;
    left: 38px;
    top: 0;
    line-height: 30px;
    height: 30px;
}
#iconSearch:after {
	content: "";
    position: absolute;
    left: 1px;
    width: 105px;
    height: 30px;
    background: #e72f37;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    z-index: -1;
}
/*#iconSearch:hover:after {
	background: #22b25a;
}*/
#iconSearch.fa-times {
	font-size: 22px;
    line-height: 30px;
}
#iconSearch.fa-times:before {
	padding-left: 2px;
}
@media screen and (max-width: 375px) {
    #iconSearch span {
	    display: none;
    }
    #iconSearch {
	    width: 30px;
	    right: 30px;
	    padding-left: 5px;
    }
    #iconSearch:after {
	    width: 30px;
    }
}
header {
	height: 60px;
	background: rgba(0,0,0,0.8);
	position: relative;
	z-index: 3;
}
#logo {
	/*background: url(../images/specialised-force-logo.svg) no-repeat left center;*/
	background: url(../images/specialised-force-logo.png) no-repeat left center;
	background-size: 200px auto;
	height: 50px;
	position: absolute;
	left: 0;
	top: 5px;
	width: 200px;
}
#logo a {
	display: block;
	height: 100%;
}
#mainNav {
	display: none;
	background: #f2f2f2;
	position: absolute;
	left: -2.6%;
	right: -2.6%;
	top: 60px;
	width: auto;
	z-index: 9999;
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
}
#mainNav:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f2f2f2;
	position: absolute;
	top: -10px;
	right: calc(2.5% + 3px);
	z-index: 9999;
}
#mainNav ul {
	margin: 0;
	padding: 0 5%;
	list-style: none;
}
#mainNav ul#mainNav1 {
	padding-top: 10px;
}
#mainNav ul#mainNav2 {
	padding-bottom: 13px;
}
#mainNav li {
	padding: 7px 0;
}
#mainNav a {
	display: block;
	color: #242424;
	position: relative;
	padding: 0 0 0 15px;
	text-decoration: none;
	font-size: 16px;
}
#mainNav a:before {
	content: "";
	position: absolute;
	left: 0;
	width: 9px;
	height: 9px;
	top: 6px;
	background: #e72f37;
	-moz-border-radius:9px;
	border-radius:9px;
	-webkit-border-radius:9px;
}
#secondaryNav {
	display: none;
}
.subNav {
	display: none;
}
#searchForm {
	display: none;
	background: #f2f2f2;
	position: absolute;
	left: -2.6%;
	right: -2.6%;
	top: 60px;
	width: auto;
	z-index: 9999;
	-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	padding: 12px 10px 6px 10px;
}
#searchForm:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f2f2f2;
	position: absolute;
	top: -10px;
	right: calc(2.5% + 39px);
	z-index: 9999;
}
#searchForm input[type=search] {
	border: 1px solid #ccc;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	font: 100%/1.4 "Rubik", "Helvetica Neue", Helvetica, Arial;
	color: #242424; 
	height: 36px;
	line-height: 36px;
	float: left;
	width: 100%;
	padding: 0 6px;
}
#searchForm button {
	background: transparent;
	border: none;
	width: 1px;
	padding:0;
	position: absolute;
	left:-9999px;
	top: -9999px;
}
#algoliaBrand {
	text-align: right;
}
#algoliaBrand img {
	width: 120px;
}
.algolia-autocomplete {
	width: 100%;
}
.aa-dropdown-menu {
	background: #f2f2f2;
	padding: 10px 0 0 0;
	margin-left:-2.5%;
	margin-right:-2.5%;
}
.aa-dropdown-menu a {
	color: #242424;
	text-decoration: none;
	display: block;
	line-height: 1.2;
	margin-bottom: 0;
	padding: 10px
}
.aa-dropdown-menu a:hover {
	text-decoration: underline;
}
.aa-dropdown-menu em {
	color: #e72f37;
	font-style: normal;
}
.aa-cursor {
	background: #fff;
}





/**** Large Slider *****/
.unslider{overflow:hidden;margin:0 0 10px 0;padding:0;position:relative;}.unslider-wrap{position:relative}.unslider-wrap.unslider-carousel>li{float:left}.unslider-vertical>ul{height:100%}.unslider-vertical li{float:none;width:100%}.unslider-fade{position:relative}.unslider-fade .unslider-wrap li{position:absolute;left:0;top:0;right:0;z-index:8}.unslider-fade .unslider-wrap li.unslider-active{z-index:10}.unslider li,.unslider ol,.unslider ul{list-style:none;margin:0;padding:0;border:none}.unslider-arrow{position:absolute;left:20px;z-index:2;cursor:pointer}.unslider-arrow.next{left:auto;right:20px}
.unslider-carousel li {
	position: relative;
}
.unslider-nav {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 60%;
}
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  background: rgba(255,255,255,0.3);
  border-radius: 8px;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  border: none;
}
.unslider-nav ol li.unslider-active {
  background: #d7d9dc;
  cursor: default;
}
.unslider-arrow {
	position: absolute;
	bottom: 10px;
	width: 30px;
	height: 30px;
	background: url(../images/icon-arrow-left.svg) no-repeat right center;
	background-size: auto 100%;
	z-index: 2;
	overflow: hidden;
	text-indent: 100px;
}
.unslider-arrow.prev {
	background-image: url(../images/icon-arrow-right.svg);
	background-position: left center;
}
.largeSliderSlide h2,
.largeSliderSlide p,
.largeSliderSlide a {
	position: relative;
	z-index: 1;
}
#largeSlider h2 {
	font-size: 34px;
	padding: 20px 2.5% 0.5em 2.5%;
	margin: 0;
	color: #fff;
	text-shadow: rgba(0,0,0,0.5) 0 2px 1px;
	line-height: 1;
}
#largeSlider p {
	padding: 0 2.5%;
	margin: 0 0 1em 0;
	color: #fff;
	text-shadow: rgba(0,0,0,0.5) 0 2px 1px;
}
.largeSliderSlide a,
#pageSlider .pageSliderSlide a {
	text-decoration: none;
	display: block;
	height: 100%;
}
#largeSlider .button {
	margin: 0 2.5% 1em 2.5%;
}
#largeSlider .largeSliderSlide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	height: 300px;
}
#largeSlider .largeSliderSlide:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}
#pageSlider .unslider-arrow {
	left: 4%;
}
#pageSlider .unslider-arrow.next {
	left: auto;
	right: 4%;
}
#pageSlider .pageSliderSlide {
    min-height: 200px;
}





/***** Full Width Four *****/
#fullWidthFour {
	
}
#fullWidthFour img {
	width: 100%;
	display: block;
	height: auto;
}
#fullWidthFour .wrapper {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.fullWidthFour_col {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
	width: calc(50% - 1px);
	margin-bottom: 2px;
}




/***** Home Panels *****/
.panelTitle {
	padding-top: 2em;
}
.panelTitle h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
.panelTitle p {
	font-weight: 300;
	line-height: 1.2;
}
.panelTitle a {
	font-weight: 500;
}




/***** Catalogues Panel *****/
.cataloguesPanel_catalogue {
	background: #f2f2f2;
	padding: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 4px;
}
.cataloguesPanel_image,
.cataloguesPanel_text {
	-webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
}
.cataloguesPanel_image {
	width: 20%;
	max-width: 114px;
}
.cataloguesPanel_image img {
	width: 100%;
	height: auto;
	display: block;
	-moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
}
.cataloguesPanel_text {
	width: 76%;
}
.cataloguesPanel_text h3 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0.5em;
}
.cataloguesPanel_text h3 em {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
}
.cataloguesPanel_text a {
	text-decoration: none;
	display: block;
	margin-bottom: 0.5em;
}
.cataloguesPanel_text a:link {
	color: #242424;
}
.cataloguesPanel_text a.download_file {
	font-size: 15px;
}
.cataloguesPanel_text a.download_file:last-child {
	margin-bottom: 0;
}
.cataloguesPanel_text a .fa {
	color: #e72f37;
}
#catalogueCategoryWrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.catalogueCategory {
	-webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 48%;
    margin-bottom: 12px;
    position: relative;
}
.catalogueCategory img {
	width: 100%;
	display: block;
	height: auto;
}
.catalogueCategory a {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	vertical-align:middle;
	background: rgba(0,0,0,0.7);
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	padding: 10px 0;
	color: #fff !important;
}




/***** Clearance Panel *****/
.clearancePanel_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-bottom: 2px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 2px;
}
.clearancePanel_item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.clearancePanel_image,
.clearancePanel_text {
	-webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
}
.clearancePanel_image {
	width: 30%;
	background-color: #f2f2f2;
	background-blend-mode: multiply;
	background-size: auto auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.clearancePanel_image a {
	display: block;
	height: 100%;
}
.clearancePanel_text {
	width: 66%;
	padding: 0.5em 0;
}
.clearancePanel_text h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.clearancePanel_text h3 a {
	color: #242424;
	text-decoration: none;
}
.clearancePanel_text p {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.price {
	color: #22b25a;
}




/***** Solution Panel *****/
.solutionsPanel_solution {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 1.2em;
}
.solutionsPanel_solution:last-child {
	margin:0;
}
.solutionsPanel_image,
.solutionsPanel_text {
	-webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
}
.solutionsPanel_image {
	width: 30%;
}
.solutionsPanel_image img {
	width: 100%;
	height: auto;
	display: block;
}
.solutionsPanel_text {
	width: 66%;
}
.solutionsPanel_text h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.solutionsPanel_text h3 a {
	color: #242424;
	text-decoration: none;
}
.solutionsPanel_text h3 em {
	font-style: normal;
    font-weight: 400;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
}
.solutionsPanel_text p {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0;
	padding: 0;
}




/***** News Events Panel *****/
#newsEventsPanel {
	margin-bottom: 2em;
}
.newsEventsPanel_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 1.2em;
}
.newsEventsPanel_events .newsEventsPanel_item:last-child {
	margin:0;
}
.newsEventsPanel_item_image,
.newsEventsPanel_item_text {
	-webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
    
}
.newsEventsPanel_item_image {
	width: 30%;
}
.newsEventsPanel_item_image img {
	width: 100%;
	height: auto;
	display: block;
	-moz-box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1);
	box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1);
}
.newsEventsPanel_item_text {
	width: 66%;
}
.newsEventsPanel_item_text h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.newsEventsPanel_item_text h3 a {
	color: #242424;
	text-decoration: none;
}
.newsEventsPanel_item_text h3 em {
	font-style: normal;
    font-weight: 400;
    font-size: 12px;
    display: block;
    text-transform: uppercase;
}
.newsEventsPanel_item_text p {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.news-events .newsEventsPanel_item {
	margin-bottom: 1.2em;
    padding-bottom: 1.2em;
    border-bottom: 1px dotted #c2c2c2;
}




/***** About Panel *****/
#aboutPanel img {
	width: 100%;
	display: block;
	height: auto;
}
#aboutPanel_text {
	background: #f2f2f2;
	padding: 1em;
}
#aboutPanel_text p {
	/*margin-bottom: 0;*/
}




/***** Page Generic *****/
#sectionTitle .sectionTitleHeader {
	text-transform: uppercase;
	padding: 0.5em 0;
	margin: 0;
	font-weight: 700;
	line-height: 1.1;
}
#pageSlider {
	margin-bottom: 2em;
}
.pageSliderSlide {
	background: #000 no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#pageSlider h2 {
	font-size: 24px;
	margin: 0 5%;
	padding: 0.75em 0 0.5em 0;
	color: #fff;
	text-shadow: #000 0 2px 5px;
}
#pageSlider p {
	margin: 0 5%;
	padding: 0 0 1em 0;
	color: #fff;
	text-shadow: #000 0 1px 0px;
	line-height: 1.2;
}
#pageSlider .button {
	margin: 0 5% 60px 5%;
}
#content4ColumnList h2 {
	text-transform: uppercase;
	font-weight: 100;
	line-height: 0.9;
	font-size: 16px;
	position: relative;
}
#content4ColumnList h2 strong {
	font-weight: 700;
	display: block;
	font-size: 30px;
}
#content4ColumnList .flex4 {
	padding-bottom: 1.25em;
	margin-bottom: 1em;
	border-bottom: 1px solid #c2c2c2;
}
ul.bulletList {
	list-style: none;
}
.bulletList a {
	display: block;
	padding: 4px 4px 4px 16px;
	position: relative;
	text-decoration: none;
}
.bulletList a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 9px;
	height: 9px;
	background: #e72f37;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-border-radius:50%;
}
#breadcrumb {
	font-size: 14px;
	margin-bottom: 1em;
}
.product #content4ColumnList h2 i,
.solutions #content4ColumnList h2 i {
	position: absolute;
    right: 0;
    top: 25px;
    width: 40px;
    text-align: right;
    font-size: 20px;
}
.product #content4ColumnList .bulletList,
.solutions #content4ColumnList .bulletList  {
	display: none;
}




/***** Products Grid *****/
.productGrid {
	margin-bottom: 2em;
}
.productGrid:last-of-type {
	margin-bottom: 0;
}
.productGrid_item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-bottom: 2px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 2px;
}
/*.productGrid_item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}*/
.productGrid_image,
.productGrid_text {
	-webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
}
.productGrid_image {
	width: 30%;
	background-color: #f2f2f2;
	background-blend-mode: multiply;
	background-size: auto 90%;
	background-position: center center;
	background-repeat: no-repeat;
}
.productGrid_image a {
	display: block;
	height: 100%;
}
.productGrid_text {
	width: 66%;
	padding: 0.5em 0;
}
.productGrid_text h2 {
	display: none;
}
.productGrid_text h3 {
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	line-height: 1.2;
}
.productGrid_text h3 a {
	text-decoration: none;
}
.productGrid_text p,
.productGrid_text li {
	font-size: 15px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0;
	padding: 0;
}
.productGrid_text ul {
	margin: 0 0 0 1.1em;
	padding: 0;
}
.box .productGrid_item .productGrid_image {
	width: 45%;
}
.box .productGrid_item .productGrid_text {
	padding-right: 0;
	width: 50%;
}
#pageIntro h1 {
	margin: 0 0 0.25em 0;
	padding: 0.5em 0 0 0;
	font-size: 2em;
}
.productGrid h2 {
	text-transform: uppercase;
}
.pagination p {
	margin: 0;
}
.pagination ol {
	list-style: none;
	overflow: hidden;
}
.pagination li {
	float: left;
	margin: 0 10px 10px 0;
}
.pagination a {
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #353535;
	color: #fff;
	text-decoration: none;
}
.pagination a.active {
	background: #d7d7d7;
	color: #fff;
}




/***** Gallery Header *****/
#galleryHeader_main {
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 56.15%; /* 16:9 */
	height: 0;
	border-bottom: 1px solid #c2c2c2;
	overflow: hidden;
	background: #f5f5f5;
}
#galleryHeader_main div {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

#galleryHeader_main div:first-child {
	display: block;
}
/*#galleryHeader_main img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	max-height: 702px;
}*/
#galleryHeader_main .productPhoto {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
/*#galleryHeader_main .productPhoto.taller {
	background-size: auto 100%;
}
#galleryHeader_main .productPhoto.wider {
	background-size: 100% auto;
}*/
#galleryHeader_main .productVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	line-height:inherit;
}
#galleryHeader_main iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#galleryHeader_nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	list-style: none;
}
#galleryHeader_nav li {	
	-webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
	width: calc(25% - 8px);
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
	border: 1px solid #c2c2c2;
	text-align: center;
	height: 120px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
}
#galleryHeader_nav li:nth-child(4n) {
	margin-right: 0;
}
#galleryHeader_nav li.taller {
	background-size: auto 100%;
}
#galleryHeader_nav li.wider {
	background-size: 100% auto;
}
/*#galleryHeader_nav img {
	width: 100%;
    height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}
#galleryHeader_nav img.taller {
	height: 100%;
    width: auto;
}
#galleryHeader_nav img.wider {
	width: 100%;
    height: auto;
}*/
#galleryHeader_nav .active {
	border-color: #e72f37;
}
.galleryHeader_nav_trigger_video i {
	font-size: 60px;
    line-height: 141px;
    color: #cc0000;
}





/***** Page Columns *****/
#contentTwoColumn article {
	border-bottom: 1px solid #e5e5e5;
	overflow-x: scroll;
}
#contentTwoColumn aside {
	padding-top: 1.5em;
	margin-bottom: 2em;
}
article img {
	display: block;
	margin-bottom: 2em;
}
article img,
aside img {
	max-width: 100%;
	height: auto;
	display: block;
	width: auto;
}
aside .box {
	margin-bottom: 3em;
}
aside .box:last-of-type {
	margin-bottom: 0;
}
.featuredSolution_text {
	background: #f2f2f2;
	padding: 1.5em;
	position: relative;
}
.featuredSolution_text:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #f2f2f2;
	position: absolute;
	top: -30px;
	left: 1em;
	z-index: 1;
}
.featuredSolution_text > em {
	font-size: 12px;
	display: block;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}
.featuredSolution_text h4 {
	padding: 0;
	margin: 0 0 1em 0;
}
.featuredSolution_text p {
	margin: 0;
}
.box.productFeatures ul {
	margin-left: 0;
	padding-left: 19px;
}
.box.productFeatures li {
	line-height: 1.2;
	margin-bottom: 0.75em;
}
article iframe {
	width: 100% !important;
	max-width: 100% !important;
}




/***** Clearance Items *****/
#textPanel .wrapper {
	border-bottom: 1px solid #c2c2c2;
}
#clearanceItemGrid {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	padding-top: 30px;
}
.clearanceItem {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
	width: 48.75%;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1;
	font-size: 15px;
}
.clearanceItem:nth-child(odd) {
	border-right: 1px solid #e5e5e5;
	margin-right: 2.5%;
	padding-right: 2.5%;
}
.clearanceItem a {
	text-decoration: none;
}
.clearanceItem_image {
	display: block;
	background-color: #f2f2f2;
    background-blend-mode: multiply;
    background-size: auto 90%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 160px;
    margin-bottom: 6px;
 }
 
 
 
 
 
/***** News Events *****/
.news-events .newsEventsPanel_news h2,
.news-events .newsEventsPanel_events h2 {
	font-size: 30px;
}




/***** About *****/
.branchList {
	list-style: none;
	margin: 0;
	padding: 0;
}
.branchList a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 2px;
	background: #f2f2f2;
	text-decoration: none;
}
.branchList img,
.branchList strong {
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -o-flex: 0 1 auto;
    flex: 0 1 auto;
}
.branchList img {
	width: 50px;
	height: 50px;
}
.branchList strong {
	width: calc(100% - 60px);
	align-self: center;
}




/***** Contact *****/
#contactMap {
	position: relative;
}
.mapTown {
	position: absolute;
	left: 0;
	top: 0;
	width: 24%;
	height: 12%;
	text-indent: -100px;
    overflow: hidden;
}
.mapTownsville {
	left: 69%;
    top: 15%;
}
.mapHobart {
	top: 88%;
    left: 70%;
}
.mapDarwin {
	top: 1%;
    left: 27%;
}
.mapHedland {
	top: 25%;
}
.mapPerth {
	top: 52%;
}
.mapAdelaide {
	top: 59%;
    left: 41%;
}
.mapMelbourne {
	top: 72%;
    left: 55%;
}
.mapSydney {
	top: 56%;
    left: 73%;
}
.mapBrisbane {
	top: 40%;
    left: 78%;
}






/***** Footer *****/
#footerNav {
	padding: 2em 0;
	text-align: center;
}
#footerNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footerNav li {
	display: inline-block;
	margin: 0 15px;
	line-height: 30px;
}
#footerNav a {
	text-decoration: none;
	font-size: 14px;
}
#footerNav #footerNav2 {
	padding: 1em 0 0 0;
}
#footerNav2 .fab {
	font-size: 30px;
}
.fa-youtube-square {
	color: #e03640;
}
.fa-linkedin {
	color: #127cb4;
}
.fa-facebook-square {
	color: #4867aa;
}
.fa-instagram {
	color: #333;
}
#footerSuper {
	background: #232323;
	padding: 2em 0;
}
#footerSuper .wrapper {
	width: 80%;
}
#footerSuper_locations {
	padding-bottom: 1em;
	border-bottom: 1px solid #4f4f4f;
	margin-bottom: 2em;
}
.footerSuper_location_item {
	color: #fff;
	position: relative;
	padding-left: 21px;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 1em;
}
.footerSuper_location_item a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	display: block;
}
.footerSuper_location_item .fas {
	position: absolute;
	left: 0;
	top: 1px;
	width: 30px;
}
#footerSuper_popular {
	padding-bottom: 1.5em;
	border-bottom: 1px solid #4f4f4f;
	margin-bottom: 2em;
}
#footerSuper_popular h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #fff;
}
#footerSuper_popular ul,
#footerSuper_links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.1;
}
#footerSuper_popular li,
#footerSuper_links li {
	margin-bottom: 0.5em;
}
#footerSuper_popular a,
#footerSuper_links a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
#footerSuper_popular a:visited,
#footerSuper_links a:visited {
	color: #888;
}
#footerLegals {
	background: #000;
	color: #969696;
	padding: 2em 0;
	font-size: 14px;
	line-height: 30px;
}
#footerLegals .wrapper {
	width: 80%;
}
#footerLegals ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footerLegals a {
	color: #969696;
	display: inline-block;
	text-decoration: none;
}




body.fixed {
	padding-top: 60px;
}	
header.fixed {
	position: fixed;
    width: 100%;
    z-index: 9998;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.95);
}
#secondaryNav.fixed,
#iconMenu.fixed {
	position: fixed;
}






@media screen and (min-width: 768px) {
	.flexWrapper {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-direction: row;
		-webkit-flex-direction: row;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.flex4 {
	    -webkit-flex: 0 1 auto;
	    -moz-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    -o-flex: 0 1 auto;
	    flex: 0 1 auto;
		width: 25%;
	}
	.flex3 {
	    -webkit-flex: 0 1 auto;
	    -moz-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    -o-flex: 0 1 auto;
	    flex: 0 1 auto;
		width: 33%;
	}

	.unslider {
		margin-bottom: 2px;
	}
	#largeSlider .largeSliderSlide {
		height: 400px;
	}
	#largeSlider h2 {
		padding: 80px 0 10px 10%;
		width: 45%;
		font-size: 50px;
	}
	#largeSlider p {
		padding: 0 0 7px 10%;
		width: 45%;
	}
	#largeSlider .button {
		margin: 0 0 0 10%;
		line-height: 40px;
		height: 40px;
		letter-spacing: 1px;
	}
	.unslider-arrow {
		bottom: calc(50% - 15px);
	}
	.unslider-nav {
		left: 10%;
	}
	.unslider-nav ol {
		text-align: left;
	}
	.unslider-nav ol li {
		width: 18px;
		height: 18px;
		-moz-border-radius:9px;
		border-radius:9px;
		-webkit-border-radius:9px;
	}
    #fullWidthFour .wrapper {
	    width: 100%;
    }
    .fullWidthFour_col {
	    width: calc(25% - 1px);
		margin-bottom: 0;
    }
    .panelTitle {
	    padding-top: 3em;
    }
    #cataloguesPanel .panelContent {
	    display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flexbox;
    	display: -o-flex;
    	display: flex;
    	-ms-flex-flow: row wrap;
    	flex-direction: row;
    	-webkit-flex-direction: row;
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	justify-content: space-between;
    	-webkit-justify-content: space-between;
    }
    .cataloguesPanel_catalogue {
	    -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    	width: 33%;
    }
    .panelContentFull .cataloguesPanel_catalogue {
	    width: 100%;
    }
    .panelContentFull .cataloguesPanel_image {
	    width: 124px;
    }
    .panelContentFull .cataloguesPanel_text {
	    width: calc(100% - 144px);
    }
    .panelContentFull .cataloguesPanel_text h4.catSectionTitle {
	    padding-top: 3em;
	    text-transform: uppercase;
    }
    .cataloguesPanel_catalogue .cataloguesPanel_catalogue {
	    padding-left: 0;
	    border-bottom: 2px dotted #fff;
    }
     .cataloguesPanel_catalogue h3 {
	     font-size: 24px;
     }
    .cataloguesPanel_catalogue .cataloguesPanel_catalogue h3 {
	    font-size: 18px;
    }
    
    
    #clearancePanel .panelContent {
	    display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flexbox;
    	display: -o-flex;
    	display: flex;
    	-ms-flex-flow: row wrap;
    	flex-direction: row;
    	-webkit-flex-direction: row;
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	justify-content: space-between;
    	-webkit-justify-content: space-between;
    }
    .clearancePanel_item {
	    -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    	width: 49%;
    }
    #solutionsPanel .panelContent {
	    display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flexbox;
    	display: -o-flex;
    	display: flex;
    	-ms-flex-flow: row wrap;
    	flex-direction: row;
    	-webkit-flex-direction: row;
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	justify-content: space-between;
    	-webkit-justify-content: space-between;
    }
    .solutionsPanel_solution {
	    -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    	width: 50%;
    	margin-bottom: 0;
    }
    .solutionsPanel_solution:nth-child(4n) .solutionsPanel_image,
    .solutionsPanel_solution:nth-child(4n-1) .solutionsPanel_image {
	    order:2;
    }
    .solutionsPanel_image {
	    width: 50%;
    }
    .solutionsPanel_text {
	    width: 50%;
	    padding: 0.5em;
	    background: #f2f2f2;
	    position: relative;
    }
    .solutionsPanel_text:before {
	    content: "";
	    position: absolute;
	    left: -20px;
	    top: 10px;
	    width: 0;
	    height: 0;
	    border-top: 20px solid transparent;
	    border-bottom: 20px solid transparent;
	    border-right: 20px solid #f2f2f2;
	    z-index: 9999;
    }
    .cataloguesPanel_text h3 {
	    margin-bottom: 1em;
	}
    .solutionsPanel_solution:nth-child(4n) .solutionsPanel_text:before,
    .solutionsPanel_solution:nth-child(4n-1) .solutionsPanel_text:before {
	    border-right: none;
	    border-left: 20px solid #f2f2f2;
	    left: inherit;
	    right: -20px;
    }
    #newsEventsPanel .panelContent {
	    display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flexbox;
    	display: -o-flex;
    	display: flex;
    	-ms-flex-flow: row wrap;
    	flex-direction: row;
    	-webkit-flex-direction: row;
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	justify-content: space-between;
    	-webkit-justify-content: space-between;
    }
    .newsEventsPanel_news,
    .newsEventsPanel_events {
	    -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    	width: 47%;
    	margin-bottom: 0;
    }
    #aboutPanel .wrapper {
	    display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flexbox;
    	display: -o-flex;
    	display: flex;
    	-ms-flex-flow: row wrap;
    	flex-direction: row;
    	-webkit-flex-direction: row;
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	justify-content: space-between;
    	-webkit-justify-content: space-between;
    }
    #aboutPanel_img,
    #aboutPanel_text {
	    -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    	width: 50%;
    	margin-bottom: 0;
    }
    #footerSuper {
	    padding: 3em 0;
    }
    #footerSuper .wrapper {
	    width: 95%;
    }
    #footerSuper_locations {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flexbox;
    	display: -o-flex;
    	display: flex;
    	-ms-flex-flow: row wrap;
    	flex-direction: row;
    	-webkit-flex-direction: row;
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	justify-content: flex-start;
    	-webkit-justify-content: flex-start;
    	margin-bottom: 3em;
    }
    .footerSuper_location_item {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    	width: 20%;
    	margin-bottom: 2em;
    	padding-right: 3em;
    }
    .footerSuper_location_item .fas {
	    left: 6px;
    }
    #footerSuper_popular {
	    padding-bottom: 3em;
	    margin-bottom: 3em;
    }
    #footerSuper_popular ul {
	    display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flexbox;
    	display: -o-flex;
    	display: flex;
    	-ms-flex-flow: row wrap;
    	flex-direction: row;
    	-webkit-flex-direction: row;
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	justify-content: space-between;
    	-webkit-justify-content: space-between;
    }
    #footerSuper_popular li {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    	width: 30%;
    	margin-bottom: 0;
    }
    #footerSuper_links ul {
	    display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flexbox;
    	display: -o-flex;
    	display: flex;
    	-ms-flex-flow: row wrap;
    	flex-direction: row;
    	-webkit-flex-direction: row;
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	justify-content: space-between;
    	-webkit-justify-content: space-between;
    }
    #footerSuper_links li {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    	width: 22%;
    	margin-bottom: 0;
    }
    #footerLegals .wrapper {
	    width: 95%;
	    font-size: 12px;
    }
    #footerLegals ul {
	    overflow: hidden;
    }
    #footerLegals li {
	    float: left;
	    width: auto;
	    padding-right: 15px;
	    margin-right: 15px;
	    line-height: 1.2;
	    border-right: 1px solid #969696;
    }
    #footerLegals li:last-child {
	    border: none;
    }
    #pageSlider .pageSliderSlide {
	    height: 300px;
    }
    #pageSlider h2 {
	    font-size: 44px;
	    padding-bottom: 0.25em;
    }
    #pageSlider p {
	    margin: 0 40% 0 5%;
	    padding: 0 0 1.5em 0;
	    font-weight: 500;
	    font-size: 18px;
    }
    .product #content4ColumnList .bulletList,
    .solutions #content4ColumnList .bulletList {
		display: block;
	}
    #content4ColumnList .flex4 {
	    width: 50%;
	    border-bottom: 0;
	    padding-top: 0;
	    margin-bottom: 2em;
	    position: relative;
    }
    #content4ColumnList .flex4:nth-child(2) {
	    border-right-width: 0;
    }
    #content4ColumnList .bulletList {
		height: 587px;
		overflow-y: scroll;
    }
    #content4ColumnList .flex4:after {
	    content: "";
	    position: absolute;
	    left: 0;
	    width: calc(100% - 4em);
	    bottom: 20px;
	    height: 20px;
	    background: #fff;
	    z-index: 1;
		background: -moz-linear-gradient(top,  
			#1e5799 0%, 
			#7db9e8 100%
		);
		background: -webkit-gradient(linear, left top, left bottom, 
			color-stop(0%,#1e5799), 
			color-stop(100%,#7db9e8)
		);
		background: -webkit-linear-gradient(top,  
			#1e5799 0%,
			#7db9e8 100%
		);
		background: -o-linear-gradient(top,  
			#1e5799 0%,
			#7db9e8 100%
		);
		background: -ms-linear-gradient(top,  
			#1e5799 0%,
			#7db9e8 100%
		);
		background: linear-gradient(to bottom,  
			rgba(255,255,255,0) 0%,
			rgba(255,255,255,1) 100%
		);
    }
    .product #content4ColumnList h2 i,
    .solutions #content4ColumnList h2 i {
	    display: none;
    }
    .productGrid2Col {
	    display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flexbox;
    	display: -o-flex;
    	display: flex;
    	-ms-flex-flow: row wrap;
    	flex-direction: row;
    	-webkit-flex-direction: row;
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	justify-content: space-between;
    	-webkit-justify-content: space-between;
    }
    .productGrid2Col .productGrid_item {
	    -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    	width: 49%;
    }
    #pageIntro h1 {
	    font-size: 52px;
    }
    #pageIntro p {
	    font-size: 18px;
	    width: 90%;
    }
    .pagination .wrapper {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flexbox;
    	display: -o-flex;
    	display: flex;
    	-ms-flex-flow: row wrap;
    	flex-direction: row;
    	-webkit-flex-direction: row;
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	justify-content: flex-start;
    	-webkit-justify-content: flex-start;
    }
    .pagination p,
    .pagination ol {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
        align-self: center;
    }
    .pagination p {
	    width: 110px;
	    line-height: 1;
    }
    #breadcrumb span {
	    padding: 0 5px;
    }
    #galleryHeader_nav {
	    margin-bottom: 1em;
    }
    #galleryHeader_nav li,
    #galleryHeader_nav li:nth-child(4n) {	
		width: calc(12.5% - 9px);
		margin-bottom: 8px;
		margin-right: 8px;
		height: 80px;
	}
	#galleryHeader_nav li:nth-child(8n) {
		margin-right: 0;
	}
	.galleryHeader_nav_trigger_video i {
		line-height: 80px;
	}
	#pageTitle h1 {
		padding:0.5em 0;
		font-size: 2em;
	}
	#featuredCataloguesPanel .panelContent {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-direction: row;
		-webkit-flex-direction: row;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	#featuredCataloguesPanel .cataloguesPanel_catalogue {
		width: 49.5%;
		padding: 30px;
	}
	.aa-dropdown-menu {
		margin-left:0;
		margin-right: 0;
		left:-10px !important;
		width: calc(100% + 20px);
	}
	.clearanceItem {
		width: 22.75%;
		margin-bottom: 20px;
		margin-right: 2.5%;
		padding-right: 2.5%;
		border-right: 1px solid #e5e5e5;
	}
	.clearanceItem:nth-child(4n) {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	.catalogueCategory {
	    width: 32%;
	    margin-bottom: 20px;
	}
	.catalogueCategory a {
		padding: 30px 0;
		font-size: 28px;
	}
}




@media screen and (min-width: 1024px) {
	header {
	    height: 80px;
	    background: rgba(0,0,0,0.75);
	    position: absolute;
	    z-index: 9998;
	    width: 100%;
	}
	#logo {
	    background-size: 300px auto;
	    height: 60px;
	    top: 10px;
	    width: 300px;
	    z-index: 9999;
	}
	#iconMenu {
		display: none;
	}
	#iconSearch {
		right: 0;
	    font-size: 16px;
	    top: 24px;
	}
	#mainNav {
		display: block;
		background: transparent;
		top: 15px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		z-index: 9990;
		left: inherit;
		right: 117px;
	}
	#mainNav:after {
		content: none;
	}
	#mainNav .wrapper {
		padding-right: 45px;
	}
	#mainNav ul {
		float: right;
		width: auto;
	}
	#mainNav li {
		float: left;
		width: auto;
		border-top-right-radius: 3px;
		-moz-border-radius-topright: 3px;
		-webkit-border-top-right-radius: 3px;
		border-top-left-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-webkit-border-top-left-radius: 3px;
	}
	#mainNav1 li {
		padding-bottom: 20px;
	}
	#mainNav a {
		font-size: 14px;
		color: #fff;
		padding: 0 7px;
		-moz-border-radius:3px;
		border-radius:3px;
		-webkit-border-radius:3px;
		position: relative;
	}
	#mainNav a:before {
		content: none;
	}
	#mainNav1 a:hover {
		background: #f2f2f2;
		color: #000;
	}
	#mainNav1 li.active {
		background: #f2f2f2;
	}
	#mainNav1 li.active > a {
		color: #000;
	}
	body.product #mainNav1 li:nth-child(1) a:before,
	body.solutions #mainNav1 li:nth-child(2) a:before,
	body.clearance #mainNav1 li:nth-child(3) a:before,
	body.catalogues #mainNav1 li:nth-child(4) a:before,
	body.service-repairs #mainNav1 li:nth-child(5) a:before,
	body.news-events #mainNav1 li:nth-child(6) a:before  {
		content:"";
		position: absolute;
		top: 20px;
		left: 14px;
		width: calc(100% - 28px);
		height: 3px;
		background: #cc0000;
	}
	#mainNav #mainNav1 {
		padding: 0;
	}
	#mainNav #mainNav2 {
		position: absolute;
		top: -16px;
		width: auto;
		right: 0;
		padding: 0;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
	}
	#mainNav #mainNav2 a {
		font-size: 12px;
		-moz-border-radius:0px;
		border-radius:0px;
		-webkit-border-radius:0px;
	}
	#menuOffTrigger {
		position: absolute;
		left:0;
		top:0;
		height: 30px;
		background: transparent;
		z-index: 99;
		width: 100%;
	}
	#secondaryNav {
		background: #f2f2f2;
		position: absolute;
		top: 70px;
		width: 100%;
		left: 0;
		z-index: 9999;
		padding: 2em 0;
		-moz-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
		box-shadow: 0 2px 0 0 rgba(0,0,0,0.1);
	}
	#secondaryNav h2 {
		font-size: 16px;
		padding: 0;
		margin: 0 0 0.5em 0;
	}
	#secondaryNav .flex4 {
		
	}
	#secondaryNav ul {
		list-style: none;
	}
	#subNavProducts ul,
	#subNavSolutions ul {
		height: 400px;
		overflow-y: scroll;
	}
	#secondaryNav a {
		display: block;
		padding: 4px 4px 4px 16px;
		position: relative;
		text-decoration: none;
	}
	#secondaryNav a:before {
		content: "";
		position: absolute;
		left: 0;
		top: 9px;
		width: 9px;
		height: 9px;
		background: #e72f37;
		-moz-border-radius:50%;
		border-radius:50%;
		-webkit-border-radius:50%;
	}
	/*#subNavClearance ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-direction: row;
		-webkit-flex-direction: row;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		max-height: 400px;
		overflow-y: scroll;
	}
	#subNavClearance li {
	    -webkit-flex: 0 1 auto;
	    -moz-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    -o-flex: 0 1 auto;
	    flex: 0 1 auto;
		width: 25%;
	}*/
	#subNavClearance ul {
		column-count: 4;
		column-gap: 20px;
	}
	#subNavClearance li {
		height: 30px;
		line-height: 30px;
	}
	#subNavClearance a:before {
		top:14px;
	}
	#largeSlider .largeSliderSlide {
	    height: 480px;
	}
	#largeSlider h2 {
	    padding: 150px 0 10px 10%;
	}
    .panelTitle h2 {
	    font-size: 30px;
    }
    .solutionsPanel_text {
	    padding: 2em;
    }
    .solutionsPanel_text:before {
	    border-top-width: 30px;
	    border-bottom-width: 30px;
	    border-right-width: 30px;
	    left: -30px;
	    top: 30px;
    }
    .solutionsPanel_solution:nth-child(4n) .solutionsPanel_text:before,
    .solutionsPanel_solution:nth-child(4n-1) .solutionsPanel_text:before {
	    border-right-width: 0;
	    left: inherit;
	    border-left-width: 30px;
	    right: -30px;
    }
    #aboutPanel_text {
	    padding: 2em;
	}
	#footerNav {
		text-align: left;
		overflow: hidden;
	}
	#footerNav li {
		margin: 0 15px 0 0;
	}
	#footerNav1 {
		float: left;
	}
	#footerNav #footerNav2 {
		float: right;
		padding: 0;
		height: 37px;
		overflow: hidden;
	}
	#footerNav2 li {
		margin: 0 0 0 10px;
	}
	#footerNav2 .fab {
	    font-size: 37px;
	    line-height: 1;
	}
	#sectionTitle {
		height: 160px;
		background: #000 no-repeat center center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin-bottom: 2em;
	}
	#sectionTitle .sectionTitleHeader {
		padding-top: 94px;
		font-size: 50px;
		color: #fff;
		text-shadow: rgba(0,0,0,0.5) 0 2px 0px;
	}
	#pageSlider .pageSliderSlide {
		height: 444px;
	}
	#pageSlider h2 {
		font-size: 72px;
	}
	#pageSlider p {
		font-size: 24px;
	}
	#content4ColumnList .flex4 {
	    width: 25%;
	    border-bottom: 0;
	    padding-top: 0;
	    margin-bottom: 2em;
    }
    #content4ColumnList .flex4:nth-child(2) {
	    border-right-width: 1px;
    }
    .pagination {
	    padding-top: 1em;
    }
    .pagination a {
	    width: 45px;
	    height: 45px;
	    line-height: 45px;
	    font-size: 20px;
    }
    #breadcrumb {
	    margin-top: -20px;
    }
    #galleryHeader_nav {
	    margin-bottom: 3em;
    }
    #galleryHeader_nav li,
    #galleryHeader_nav li:nth-child(4n) {	
		height: 120px;
	}
	.galleryHeader_nav_trigger_video i {
		line-height: 120px;
	}
    #contentTwoColumn {
	    margin-bottom: 2.5em;
    }
    #contentTwoColumn .wrapper {
    	display: -webkit-flex;
    	display: -moz-flex;
    	display: -ms-flexbox;
    	display: -o-flex;
    	display: flex;
    	-ms-flex-flow: row wrap;
    	flex-direction: row;
    	-webkit-flex-direction: row;
    	flex-wrap: wrap;
    	-webkit-flex-wrap: wrap;
    	justify-content: space-between;
    	-webkit-justify-content: space-between;
    }
    #contentTwoColumn article,
    #contentTwoColumn aside {
        -webkit-flex: 0 1 auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -o-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    #contentTwoColumn article {
	    width: calc(60% - 1px);
	    border-right: 1px solid #e5e5e5;
	    padding-right: 5%;
	    border-bottom: 0;
    }
    #contentTwoColumn aside {
	    width: 30%;
	    padding-left: 5%;
	    padding-top: 0;
    }
    #pageTitle h1 {
		padding:0.5em 0;
		font-size: 2.5em;
	}
	#featuredCataloguesPanel .cataloguesPanel_catalogue {
		padding: 50px;
	}
	#featuredCataloguesPanel .cataloguesPanel_image {
		max-width: 100%;
	}
	#featuredCataloguesPanel .cataloguesPanel_text h3 {
		font-size: 26px;
	}
	/*#featuredCataloguesPanel .cataloguesPanel_text a {
		font-size: 16px;
	}*/
	form.searchbox {
		position: relative;
	}
	#searchForm {
		background: transparent;
	    padding: 0;
	    left: inherit;
	    right: 52px;
	    right: 114px;
	    top: 21px;
	    width: 540px;
	}
	#searchForm:after {
		content: none;
	}
	#searchForm input[type=search] {
		border: none;
	}
	#iconSearch.fa-times:before {
	    padding-left: 1px;
	}
	#algoliaBrand {
		position: absolute;
	    width: 100px;
	    height: 30px;
	    right: 44px;
	    top: 9px;
	    z-index: 9999;
	}
	#textPanel {
		font-size: 110%;
		line-height: 1.2;
	}
	#textPanel .wrapper {
		padding-bottom: 2em;
	}
	#textPanel h2 {
		font-size: 30px;
	}
	.clearanceItem,
	.clearanceItem:nth-child(4n) {
		width: 14.55%;
		margin-bottom: 20px;
		margin-right: 2.5%;
		padding-right: 2.5%;
		border-right: 1px solid #e5e5e5;
	}
	.clearanceItem:nth-child(6n) {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
	.news-events .newsEventsPanel_news h2,
	.news-events .newsEventsPanel_events h2 {
		font-size: 36px;
	}
	.catalogueCategory {
	    width: 24%;
	    margin-right: 1%;
	    margin-bottom: 20px;
	}
	#catalogueCategoryWrap {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	.catalogueCategory:nth-child(4n) {
		margin-right: 0;
	}
	body.fixed {
	    padding-top: 0;
    }
}




@media screen and (min-width: 1248px) {
	header {
		height: 116px;
		z-index: 9990;
	}
	#logo {
	    background-size: 380px auto;
	    top: 28px;
	    width: 380px;
	}
	#iconSearch {
		text-align: left;
	    height: 32px;
	    -moz-border-radius: 16px;
	    border-radius: 16px;
	    -webkit-border-radius: 16px;
	    top: 41px;
	    padding-left: 8px;
	    line-height: 30px;
	}
	#iconSearch:after {
		height: 31px;
	}
	#iconSearch span {
		line-height: 32px;
	}
	#mainNav {
		top: 30px;
		right: 117px;
	}
	#mainNav .wrapper {
		padding-right: 56px;
	}
	#mainNav #mainNav2 {
		top: -29px;
	}
	#mainNav1 li {
		padding-bottom: 30px;
	}
	#mainNav a {
		font-size: 16px;
		padding: 0 12px;
	}
	#mainNav #mainNav2 a {
		font-size: 14px;
		padding: 0 15px;
		line-height: 1.2;
	}
	#mainNav #mainNav2 li:nth-child(1) a,
	#mainNav #mainNav2 li:nth-child(2) a {
		border-right: 1px solid #fff;
	}
	#mainNav #mainNav2 li:last-child a {
		padding-right: 0;
	}
	#mainNav #mainNav2 {
		right:-112px;
	}
	#secondaryNav {
		top: 94px;
	}
	#largeSlider .largeSliderSlide {
		height: 800px;
	}
	#largeSlider .largeSliderSlide:before {
		background: rgba(0,0,0,0.1);
	}
	#largeSlider h2 {
		font-size: 126px;
		padding-top: 200px;
	}
	#largeSlider p {
		font-size: 34px;
		font-weight: 700;
		width: 45%;
	}
	#largeSlider .button {
		font-size: 24px;
		padding: 10px 50px 8px 50px;
	}
	.unslider {
	    margin-bottom: 1px;
	}
	.unslider-nav {
		bottom: 30px;
	}
	#largeSlider .unslider-arrow {
		height: 60px;
		width: 35px;
	    bottom: calc(50% - 30px);
	}
    .panelTitle {
	    padding-top: 4em;
	}
	.panelTitle p {
	    margin-bottom: 2em;
	    font-size: 18px;
	}
	#fullWidthFour .wrapper {
		width: 100%;
		max-width: none;
	}
	.fullWidthFour_col {
		width: calc(25% - 2px);
	}
	.cataloguesPanel_image {
		width: 30%;
	}
	.cataloguesPanel_text {
		width: 65%;
	}
	.clearancePanel_item:nth-child(3) {
		border: none;
	}
	.clearancePanel_image {
		height: 183px;
	}
	.clearancePanel_text {
		align-self: center;
		line-height: 1.4;
	}
	.clearancePanel_text .price {
		padding-top: 4px;
		display: inline-block;
	}
	.solutionsPanel_text h3 {
		margin-bottom: 1em;
		font-size: 20px;
	}
	.solutionsPanel_text h3 em {
		margin-bottom: 1.5em;
	}
	#newsEventsPanel {
	    margin-bottom: 4em;
	}
	.newsEventsPanel_item_image {
		width: 35%;
	}
	.newsEventsPanel_item_text {
	    width: 61%;
	}
	.newsEventsPanel_item_text h3 em {
		margin-bottom: 5px;
	}
	#aboutPanel_text {
	    padding: 2em 3em;
	}
	ul#footerNav1 {
	    margin-top: 4px;
	}
	#footerSuper_links li {
		width: 15%;
	}
	#sectionTitle {
		height: 232px;
	}
	#sectionTitle .sectionTitleHeader {
		padding-top: 141px;
		font-size: 60px;
	}
	#pageSlider p {
		margin-right: 50%;
	}
	#pageSlider .unslider-nav {
		width: 1248px;
		left: 50%;
		margin-left: -624px;
		right: auto;
		padding-left: 60px;
	}
	#pageSlider .unslider-arrow.next {
	    right: calc(50% - 610px);
	}
	#pageSlider .unslider-arrow.prev {
	    left: calc(50% - 610px);
	}
	#galleryHeader_main div {
		line-height: 702px;
	}
	#galleryHeader_nav li,
	#galleryHeader_nav li:nth-child(4n) {
		height: 140px;
		line-height: 140px;
	}
	.galleryHeader_nav_trigger_video i {
		line-height: 140px;
	}
	.productGrid_image {
		width: 30%;
		height: 183px;
		background-size: inherit;
	}
	.productGrid_text {
		width: 65%;
		align-self: center;
		line-height: 1.4;
		padding-right: 5em;
	}
	/*.productGrid_item:nth-child(3) {
		border: none;
	}*/
	#pageIntro h1 {
		font-size: 72px;
		padding-top: 0.25em;
		letter-spacing: -2px;
	}
	#pageIntro p {
		font-size: 24px;
		font-weight: 100;
		width: 90%;
	}
	#galleryHeader h1 {
		font-weight: 500;
		font-size: 36px;
	}
	#contentTwoColumn article {
		width: calc(55% - 1px);
		padding-right: 6%;
	}
	#contentTwoColumn aside {
		width: 32%;
	}
	article h2 {
		font-size: 36px;
	}
	article p,
	article li {
		font-size: 18px;
	}
	aside h3 {
		font-size: 1.7em;
		margin-bottom: 0.5em;
	}
	#searchForm {
		top: 39px;
		width: 736px;
	}
	.clearanceItem,
	.clearanceItem:nth-child(odd),
	.clearanceItem:nth-child(4n) {
		width: 15.41%;
	    margin-bottom: 26px;
	    margin-right: 1.5%;
	    padding-right: 1.5%;
	}
	.clearanceItem:nth-child(6n) {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		width: 13.8%;
	}
	.newsEventsPanel_item_text {
		align-self: center;
	}
}




@media screen and (min-width: 1500px) {
    #mainNav a {
	    padding: 0 15px;
	}
}





/***** Commerce  March 2020 *****/
body.order #mainNav #mainNav2 li:last-child a {
	border: none;
}
.commCartNav .badge {
	position: absolute;
    right: -5px;
    top: -13px;
    background: #2cb05c;
    border-radius: 11px;
    height: 20px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    padding: 0 6px;
}
.commCartNav a:hover .badge {
	color: #fff;
}
#commApplications {
	background: #f5f5f5;
	padding: 10px;
}
#commAppTrigger {
	padding: 0;
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
}
#commAppTrigger_icon {
	float: right;
	width: auto;
}
#commAppNav {
	display: none;
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
}
#commCart {
	width: 100%;
}
#commCart input[type=checkbox] {
	-webkit-appearance: checkbox;	
}
.cartProduct {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #e5e5e5;
}
.cartProduct:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.cartProduct_desc_img,
.cartProduct_desc {
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-o-flex: 0 1 auto;
	flex: 0 1 auto;
}
.cartProduct_img {
	width: 26%;
	background-repeat: no-repeat;
	background-position: center center;
	height: 120px;
	background-color: #f2f2f2;
    background-blend-mode: multiply;
    background-size: auto 90%;
}
.cartProduct_img img {
	width: 100%;
	height: auto;
	display: block;
}
.cartProduct_desc {
	width: 70%;
	line-height: 1.2;
}
.productSku {
	color: #666;
}
.cartProduct_desc_note {
	padding: 5px 0;
}
.cartProduct_desc_qty {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.cartProduct_desc_qty_qty,
.cartProduct_desc_remove {
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-o-flex: 0 1 auto;
	flex: 0 1 auto;
	align-self: center;
}
.cartProduct_desc_qty_qty {
	width: 50%;
}
.cartProduct_desc_remove {
	width: 50%;
	color: #cc0000;
}
.cartProduct_desc_qty input[type=number] {
	width: 70px;
}
.cartProduct_desc_remove {
	text-align: right;
	position: relative;
}
.cartProduct_desc_remove i {
	font-size: 19px;
	padding: 5px;
}
.cartProduct_desc_remove input {
	
}
.cartProduct_price {
	padding: 10px 0 0 0;
	text-align: right;
}
#commCartTotals {
	background: #f5f5f5;
	padding: 10px;
	text-align: right;
}
#commCartTotals_payable {
	font-size: 18px;
	font-weight: bold;
}
#commCartSubmit {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 15px 0 0 0;
}
#commCartSubmit_update,
#commCartSubmit_checkout {
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-o-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 48%;
	align-self: center;
}
#commCartSubmit_checkout {
	text-align: right;
}
#commPage .button {
	-moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 10px 30px;
}
#commCartSubmit_update .button {
	background: #888;
	padding: 6px 15px;
}
.bg-blue.text-white {
	background: #22b25a;
	padding: 12px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.bg-red.text-white {
	background: #cc0000;
	padding: 12px;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
#commPage .button.add-to-cart-button {
	display: block;
	padding: 5px 15px;
	margin-top: 10px;
}
#commPage #galleryHeader {
	padding: 1em 0 0 0;
}
#productBuy {
	background: #f5f5f5;
	padding: 20px;
}
#productBuy select {
	font-size: 15px;
	margin-bottom: 15px;
}
#productBuy_price strong {
	font-size: 20px;
}
#productBuy_price i {
	font-size: 14px;
}
#productBuy_qty {
	padding: 10px 0;
}
#productBuy_qty input {
	width: 70px;
}
#commExistingAddresses label {
	display: block;
	border: 1px solid #e5e5e5;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
	margin-bottom: 10px;
	padding: 20px;
}
#commExistingAddresses input {
	-webkit-appearance: radio;
}
#checkoutShipping {
	margin-bottom: 15px;
}
#checkoutProducts {
	
}
#checkoutShipping h3,
#checkoutProducts h3 {
	margin: 0 0 5px 0;
    padding: 0 0 4px 0;
    border-bottom: 1px solid #cccccc;
}
.checkoutProduct {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.checkoutProducts_qty,
.checkoutProducts_desc,
.checkoutProducts_price {
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-o-flex: 0 1 auto;
	flex: 0 1 auto;
}
.checkoutProducts_qty {
	width: 50px;
}
.checkoutProducts_desc {
	width: calc(60% - 30px);
	line-height: 1.2;
}
.checkoutProducts_price {
	width: calc(40% - 30px);
	line-height: 1.2;
	text-align: right;
}
#checkoutTotals {
	text-align: right;
}
#checkoutTotals_total_wrap {
	font-size: 20px;
    font-weight: bold;
}
#checkoutNote {
	text-align: right;
}
#paymentForm {
	margin-bottom: 15px;
	text-align: right;
}
#checkoutNext {
	font-size: 15px;
	line-height: 1.2;
	font-style: italic;
}
#paymentPreferenceForm {
	position: absolute;
	width: auto;
	top: -9999px;
	left: -9999px;
}
.checkoutOrderItem {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.2;
}
.orderDetailsTable th {
	text-align: left;
}
.orderDetailsTable .text-right {
	text-align: right;
}
.orderDetailsTotal {
	padding: 16px 0 0 0;
}
.checkoutProducts_desc_note,
.orderDetailsNote {
	font-size: 14px;
	line-height: 1.2;
	font-style: italic;
}
#commPurchaseOrder {
	background: #000;
	color: #fff;
	padding: 10px 10px 12px 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#commPurchaseOrder_label,
#commPurchaseOrder_field,
#commPurchaseOrder_button {
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-o-flex: 0 1 auto;
	flex: 0 1 auto;
	align-self: center;
}
#commPurchaseOrder_label {
	width: 100%;
}
#commPurchaseOrder_field {
	width: 69%;
	border: none;
}
#commPurchaseOrder #commPurchaseOrder_button {
	padding: 0;
	margin: 0;
	width: 30%;
}
#checkoutButton.disabled {
	background: #ddd;
	cursor: not-allowed;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow:none;
}
#orderHistory th {
	text-align: left;
}
.commBranch {
	border-bottom: 1px dotted #c2c2c2;
	margin-bottom: 1em;
}
body.order #searchForm .searchbox {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
body.order #searchForm .searchbox input {
	-webkit-flex: 0 1 auto;
	-moz-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-o-flex: 0 1 auto;
	flex: 0 1 auto;
}
body.order #searchForm .searchbox input[type=search] {
	width: calc(100% - 100px);
}
body.order #searchForm .searchbox input[type=submit] {
	width: 100px;
	padding: 8px 30px;
	background: #2cb05c;
	color: #fff;
}
.productContractLabel {
	background: #d5efde;
	padding: 10px;
	display: block;
	text-align: center;
}
.productNonContractLabel {
	background: #fbe5e5;
	padding: 10px;
	display: block;
	text-align: center;
}
#commAppNav li {
	padding-bottom: 5px;
}
.navListTrigger {
	display: block;
	cursor: pointer;
}
.navListTrigger.active {
	font-weight: bold;
}
.navListLinks {
	display: none;
	padding-left: 1em;
}
#commAppNav {
	margin-bottom: 2em;
}
#commAppNav .active a,
#commAppNav .active .navListTrigger {
	font-weight: bold;
}
#commAppNav .active .navListLinks {
	display: inline;
}
#commAppNav .active .navListLinks a {
	font-weight: normal;
}
#commApplications p {
	padding: 0 10px;
}
.prodOutStock {
	color: #cc0000;
	font-weight: bold;
	background: #fbe5e5;
	padding: 10px;
	display: block;
	text-align: center;
}
#cartNewShippingAddress {
	display: none;
}
@media screen and (min-width: 768px) {
	#commPage > .wrapper {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: -o-flex;
	    display: flex;
	    -ms-flex-flow: row wrap;
	    flex-direction: row;
	    -webkit-flex-direction: row;
	    flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    justify-content: space-between;
	    -webkit-justify-content: space-between;
	}
	#commApplications,
	#commContent {
	    -webkit-flex: 0 1 auto;
	    -moz-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    -o-flex: 0 1 auto;
	    flex: 0 1 auto;
	}
	#commApplications {
	    width: 27%
	}
	#commContent {
	    width: 70%;
	}
	#commAppTrigger_icon {
	    display: none;
	}
	#commAppNav {
	    display: block;
	}
	#commContent .productGrid2Col .productGrid_item {
		width: 100%;
	}
	.cartProduct_img {
		max-width: 173px;
	}
	.cartProduct_desc {
		width: calc(100% - 193px);
	}
	#commExistingAddresses_wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-direction: row;
		-webkit-flex-direction: row;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
	}
	#commExistingAddresses label {
		-webkit-flex: 0 1 auto;
		-moz-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		-o-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 25%;
		margin-right: 2%;
	}
	#checkoutNext {
	    text-align: right;
	    max-width: 600px;
	    margin: 0 0 1em auto;
	}
	#commPurchaseOrder {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
	}
	#commPurchaseOrder_label {
		width: 150px;
		text-align: right;
	}
	#commPurchaseOrder_field {
		text-align: right;
		width: 220px;
		margin-left: 2px;
	}
	#commPurchaseOrder #commPurchaseOrder_button {
		width: 100px;
		margin-left: 3px;
	}
}
@media screen and (min-width: 1024px) {
    .cartProduct_desc {
	    display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flexbox;
	    display: -o-flex;
	    display: flex;
	    -ms-flex-flow: row wrap;
	    flex-direction: row;
	    -webkit-flex-direction: row;
	    flex-wrap: wrap;
	    -webkit-flex-wrap: wrap;
	    justify-content: space-between;
	    -webkit-justify-content: space-between;
    }
    .cartProduct_desc_wrap,
    .cartProduct_price {
	    -webkit-flex: 0 1 auto;
	    -moz-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	    -o-flex: 0 1 auto;
	    flex: 0 1 auto;
	    align-self: center;
    }
    .cartProduct_desc_wrap {
	    width: 60%;
    }
    .cartProduct_price {
	    width: 30%;
    }
    .bg-blue.text-white {
	    position: absolute;
	    width: 50%;
	    top: 97px;
	    right: 0;
	}
	.bg-red.text-white {
	    position: absolute;
	    width: 50%;
	    top: 97px;
	    right: 0;
	}
	.bg-blue.text-white {
	    width: 200px;
	    top: 0px;
	    right: 50%;
	    margin-right: -100px;
	    z-index: 9999;
	}
	.bg-red.text-white {
	    width: 200px;
	    top: 0px;
	    right: 50%;
	    margin-right: -100px;
	    z-index: 9999;
	}
	#commCartContents {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -o-flex;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-direction: row;
		-webkit-flex-direction: row;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		width: 100%;
	}
	#commContentLeft,
	#commContentRight {
		-webkit-flex: 0 1 auto;
		-moz-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		-o-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	#commContentLeft {
		width: 60%;
	}
	#commContentRight {
		width: 30%;
	}
	#checkoutShipping {
	    margin-bottom: 25px;
	}
	#checkoutShipping h3,
	#checkoutProducts h3 {
		font-size: 24px;
	}
	.checkoutProduct {
		padding-top: 12px;
	}
}
@media screen and (min-width: 1248px) {
    
}







/* 15.VENDOR-SPECIFIC */

::-webkit-selection { 
background: #e72f37; 
color: rgb(250,250,250); 
text-shadow: none; }

::-moz-selection { 
background: #e72f37; 
color: rgb(250,250,250); 
text-shadow: none; }

::selection { 
background: #e72f37; 
color: rgb(250,250,250); 
text-shadow: none; }

input {
    -webkit-appearance: none;
}

/* How to stop Apple from making links blue: */
a[x-apple-data-detectors] {
color: inherit !important;
text-decoration: none !important;
font-size: inherit !important;
font-family: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}


div,
input,
textarea  { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box; }


/* Sources: 
http://meyerweb.com/eric/tools/css/reset
http://people.opera.com/patrickl/experiments/keyboard/test
http://gist.github.com/413930
http://pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap
http://sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars
http://tjkdesign.com/ez-css/css/base.css
http://viget.com/inspire/styling-the-button-element-in-internet-explorer
http://code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing
http://html5doctor.com/html-5-reset-stylesheet/
http://praegnanz.de/weblog/htmlcssjs-kickstart/
http://camendesign.com/design/
http://yui.yahooapis.com/2.8.1/build/base/base.css
http://webaim.org/techniques/css/invisiblecontent/
http://drupal.org/node/897638
*/