﻿/*TSCO  scss - by MC */
/*------------------------------------*	!contents

	globals - grouped and generic stuff
	reset
	theme - branding colours and type
	widgeys
		-- generic controll setup
		-- ALL the imports
	grids
	layout
\*------------------------------------*/
/*------------------------------------*	!site variables

	site flags
		debug mode and em() font rounding
	
	brading
		init colour setup and border
	
	type
		base font size
	
	layout
		sets up gutters, vertical spacing and grid lengths
	
	directory setup
		folders for skins, img, fonts. Used in creating magical vars for $sprite and $fontPath


\*------------------------------------*/
/*------------------------------------*	!wsHalpers v 1.2
	debuging guys
	
	functions
		em() - updated with how to set a new size
	css3 prefixes
	
	custom WS mixins
		vAlign
		wsBox - uses vAlign()
		wsSprite
		opac
	
	OOCSS
		media, media--img, media--content
		
		sprites

		separated list

		clearfix ( using '.sfClearfix')

		imgWrap

		offScreen

		removeText (same as h5bp ".ir" but as a silent derp)


	start _wsHelpers
\*------------------------------------*/
/*
	1: uses the base values from _siteVariables
	2: "*1em" changes the pixel division to em units
	3: If we want rounding to 2 decimal places
*/
.screenReaderHide,
.offScreen, .navigation .navSectionNav h2, .breadcrumb h2,
.breadcrumb strong {
  position: absolute;
  left: -100%;
  width: 0;
  height: 0;
  font-size: 0; }

.removeText, .tile-list .flex-control-nav a {
  overflow: hidden;
  text-indent: 200%;
  font-size: 0; }

F #hd .navigation--site-products li, #ft .navigation--footer li, F #hd .navigation--site-products a, #ft .navigation--footer a, F #hd .navigation--site-products span, #ft .navigation--footer span {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  font-size: 1em;
  line-height: 1; }

F #hd .navigation--site-products a:hover span, #ft .navigation--footer a:hover span, F #hd .navigation--site-products a:focus span, #ft .navigation--footer a:focus span {
  text-decoration: none; }

.sprite-self,
.sprite-b:before,
.sprite-a:after {
  background-image: url("/app_themes/standard/images/icons.png"); }

/*
* friendlyFontName = alias for calling 'font-family'
* fontFileName = extentionless name of the font
* fontFolder = in the directory of $fontPath, what is the folder name
* fontStyle
*/
.sfClearfix:before,
.clearfix:before, .list--horizontal:before, #bd .navigation--breadcrumb ol:before, .select-color:before, .footer .pgWidth:before, .footer #bd .navigation--breadcrumb:before, #bd .footer .navigation--breadcrumb:before, .footer .container:before, .product-layout:before, .sfClearfix:after,
.clearfix:after, .list--horizontal:after, #bd .navigation--breadcrumb ol:after, .select-color:after, .footer .pgWidth:after, .footer #bd .navigation--breadcrumb:after, #bd .footer .navigation--breadcrumb:after, .footer .container:after, .product-layout:after {
  content: "";
  display: table; }

.sfClearfix:after,
.clearfix:after, .list--horizontal:after, #bd .navigation--breadcrumb ol:after, .select-color:after, .footer .pgWidth:after, .footer #bd .navigation--breadcrumb:after, #bd .footer .navigation--breadcrumb:after, .footer .container:after, .product-layout:after {
  clear: both; }

.media {
  overflow: hidden; }
  .media:before, .media:after {
    content: "";
    display: table; }
  .media:after {
    clear: both; }
  .lt-ie8 .media {
    zoom: 1; }

.media .media__img {
  float: left;
  display: block;
  margin: 0 10px 0 0; }

.media .media__img--alt {
  float: right;
  display: block;
  margin: 0 0 0 10px; }

.media .media__content {
  overflow: hidden;
  display: block; }

/*
	.separatedList
		li || article || .item
*/
.separatedList article,
.separatedList li,
.separatedList .item {
  padding: 10px 0;
  border-bottom: 1px dotted #808080; }
  .separatedList article:first-child,
  .separatedList li:first-child,
  .separatedList .item:first-child {
    border-top: 1px dotted #808080; }

.topSeparatedList li,
.topSeparatedList article,
.topSeparatedList .item {
  padding: 10px 0; }

.topSeparatedList li + li,
.topSeparatedList article + article,
.topSeparatedList .item + .item {
  border-top: 1px dotted #808080; }

.bottomSeparatedList li,
.bottomSeparatedList article,
.bottomSeparatedList .item {
  padding: 10px 0;
  border-bottom: 1px dotted #808080; }

.sprite-self {
  display: block; }

.sprite-b,
.sprite-a {
  position: relative; }

.sprite-b:before,
.sprite-a:after {
  content: ""; }

.highContrast {
  position: relative;
  overflow: hidden;
  display: block; }
  .highContrast img {
    position: absolute;
    -webkit-user-drag: none; }

.imgWrap {
  /*
	* mc: removed as the image is already capped via max properties
	* overflow: hidden;
	*/
  text-align: center; }
  .imgWrap img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle; }
    .imgWrap img[src=""] {
      display: block;
      width: 100%;
      height: 100%;
      background: url("http://placehold.it/202x290");
      background-size: cover;
      color: transparent;
      outline: none; }

/*
*our base size has been set to 14px, so we make sure that body is set to 14px/16 as html is 16px by default
*/
body {
  color: #363636;
  font-size: 0.875em; }

.toLower {
  text-transform: lowercase; }

.toUpper {
  text-transform: uppercase; }

.sfContentBlock img[style*="float: left;"] {
  margin: 0 25px 1em 0; }

.sfContentBlock img[style*="float: right;"] {
  margin: 0 0 1em 25px; }

h1,
.fauxH1 {
  margin: 0 0 5px;
  color: #252525;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.125;
  text-transform: uppercase;
  font-family: "Maven Pro", sans-serif;
  letter-spacing: 1px; }
  @media screen and (min-width: 640px) {
    h1,
    .fauxH1 {
      font-size: 1.71429em; } }

.sfContentBlock,
.sfreContentArea {
  color: #363636; }
  .sfContentBlock h2,
  .sfreContentArea h2 {
    margin-bottom: 10px;
    font-size: 1.85714em;
    font-weight: bold;
    line-height: 1;
    font-family: "Maven Pro", sans-serif;
    letter-spacing: 1px; }
  .sfContentBlock h3,
  .sfreContentArea h3 {
    margin-bottom: 13px;
    font-size: 1.42857em;
    font-weight: bold;
    line-height: 1;
    font-family: "Maven Pro", sans-serif;
    letter-spacing: 1px; }
  .sfContentBlock h4,
  .sfreContentArea h4 {
    margin-bottom: 10px;
    font-size: 1.14286em;
    font-weight: bold;
    line-height: 1;
    font-family: "Maven Pro", sans-serif; }
  .sfContentBlock p,
  .sfreContentArea p {
    line-height: 1.42857; }
  .sfContentBlock .intro,
  .sfreContentArea .intro {
    color: #363636;
    font-weight: bold; }
  .sfContentBlock a,
  .sfreContentArea a {
    color: #b1b1b2;
    border-bottom: 1px solid transparent;
    border-bottom: 0; }
    .sfContentBlock a:hover, .sfContentBlock a:focus,
    .sfreContentArea a:hover,
    .sfreContentArea a:focus {
      border-bottom-color: #174a7c; }
    .sfContentBlock a:hover, .sfContentBlock a:focus,
    .sfreContentArea a:hover,
    .sfreContentArea a:focus {
      text-decoration: underline; }
    .sfContentBlock a:hover, .sfContentBlock a:focus,
    .sfreContentArea a:hover,
    .sfreContentArea a:focus {
      color: #174a7c; }
    .sfContentBlock a:visited,
    .sfreContentArea a:visited {
      color: #174a7c; }
  .sfContentBlock img,
  .sfreContentArea img {
    max-width: 100%;
    margin: 0 0 1em; }
  .sfContentBlock ul,
  .sfreContentArea ul {
    margin: 0 0 1em 2em; }
    .sfContentBlock ul > li,
    .sfreContentArea ul > li {
      list-style: none;
      position: relative;
      line-height: 1.69231; }
      .sfContentBlock ul > li:before,
      .sfreContentArea ul > li:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f105";
        color: #e2b13b;
        position: absolute;
        top: 0;
        left: -18px;
        font-size: 22px;
        line-height: 1; }
      .lt-ie8 .sfContentBlock ul > li,
      .no-generatedcontent .sfContentBlock ul > li, .lt-ie8
      .sfreContentArea ul > li,
      .no-generatedcontent
      .sfreContentArea ul > li {
        position: static;
        list-style: disc outside; }
  .sfContentBlock ol,
  .sfreContentArea ol {
    margin: 0 0 1em 2em;
    counter-reset: numbers; }
    .sfContentBlock ol > li,
    .sfreContentArea ol > li {
      list-style: none;
      position: relative;
      line-height: 1.69231; }
      .sfContentBlock ol > li:before,
      .sfreContentArea ol > li:before {
        content: counter(numbers) ".";
        counter-increment: numbers;
        position: absolute;
        top: 0;
        left: -20px;
        color: #363636;
        font-weight: bold; }
      .lt-ie8 .sfContentBlock ol > li,
      .no-generatedcontent .sfContentBlock ol > li, .lt-ie8
      .sfreContentArea ol > li,
      .no-generatedcontent
      .sfreContentArea ol > li {
        position: static;
        list-style: disc outside; }
  .sfContentBlock table,
  .sfreContentArea table {
    margin-bottom: 1em;
    border: 1px solid #c2c2c2; }
    .sfContentBlock table li:nth-child(odd),
    .sfContentBlock table .list__item:nth-child(odd),
    .sfContentBlock table tr:nth-child(odd) td,
    .sfreContentArea table li:nth-child(odd),
    .sfreContentArea table .list__item:nth-child(odd),
    .sfreContentArea table tr:nth-child(odd) td {
      background: #f5f5f5; }
  .sfContentBlock th,
  .sfContentBlock td,
  .sfreContentArea th,
  .sfreContentArea td {
    padding: 18px;
    border-left: 1px solid #c2c2c2;
    text-align: center;
    vertical-align: middle; }
    .sfContentBlock th:first-child,
    .sfContentBlock td:first-child,
    .sfreContentArea th:first-child,
    .sfreContentArea td:first-child {
      text-align: left; }
  .sfContentBlock thead td,
  .sfContentBlock th,
  .sfreContentArea thead td,
  .sfreContentArea th {
    background: #e1e1e1;
    color: #555; }

.sfreContentArea {
  padding: 5px; }

blockquote {
  position: relative;
  margin: 0 0 1em;
  padding: 0 45px;
  color: #acacac;
  font-size: 1.85714em;
  font-weight: bold;
  line-height: 1.15385; }
  blockquote:before, blockquote:after {
    position: absolute;
    top: 0;
    color: #898989;
    font-size: 2.30769em;
    vertical-align: middle;
    line-height: 1; }
  blockquote:before {
    left: 0;
    content: "\201C";
    padding-right: 2px; }
  blockquote:after {
    right: 0;
    content: "\201D";
    padding-left: 2px; }

/*------------------------------------*	!project

	variables

	BEM
		lists
			

\*------------------------------------*/
@media screen and (min-width: 640px) {
  .list--horizontal .list__item {
    float: left; } }

.list--middle-separated {
  padding-left: 15px; }

.list__item {
  padding: 10px 5px; }
  .list--middle-separated .list__item {
    border-bottom: 1px dotted #808080;
    margin-bottom: 10px; }
    .list--middle-separated .list__item:first-child {
      border-top: 1px dotted #808080; }
  .list--inner-separated .list__item {
    border-top: 1px dotted #808080; }
    .list--inner-separated .list__item:first-child {
      border-top: none; }
    @media screen and (min-width: 640px) {
      .list--inner-separated .list__item {
        border-top: 0;
        border-left: 1px dotted #808080; }
        .list--inner-separated .list__item:first-child {
          border-left: 0; } }

.product-header--large {
  text-align: center; }

.product-header__title {
  color: #252525;
  font-size: 13px;
  font-weight: 500; }
  .product-header--large .product-header__title {
    margin: 0 0 5px;
    color: #252525;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.125;
    text-transform: uppercase;
    font-family: "Maven Pro", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 500; }
    @media screen and (min-width: 640px) {
      .product-header--large .product-header__title {
        font-size: 1.71429em; } }
    @media screen and (min-width: 640px) {
      .product-header--large .product-header__title {
        font-size: 45px; } }
  a:hover .product-header__title,
  a:focus .product-header__title {
    color: #707070;
    text-decoration: underline; }
  @media screen and (min-width: 640px) {
    .product-header__title {
      font-size: 1.14286em; } }

.product-header__code {
  color: #636363;
  font-size: 0.85714em;
  margin-bottom: 15px; }
  .product-header--large .product-header__code {
    color: #000;
    font-size: 1.85714em;
    font-weight: 500; }
  a:hover .product-header__code,
  a:focus .product-header__code {
    color: #707070; }
  @media screen and (min-width: 640px) {
    .product-header__code {
      font-size: 1.14286em; } }

.island__content {
  margin-bottom: 10px;
  padding: 10px;
  border: 2px solid #e2e2e2; }
  .island--solid .island__content {
    background: #e2e2e2; }

.productFilterResults .productFilterResults__item a {
  display: block;
  text-decoration: none; }

.productFilterResults .productFilterResults__info-box {
  position: relative; }

.productFilterResults .imgWrap {
  max-width: 100%; }

.productFilterResults .productFilterResults__product-img {
  width: 100%; }
  @media screen and (min-width: 640px) {
    .productFilterResults .productFilterResults__product-img {
      width: auto; } }

.productFilterResults .productFilterResults__product-label,
.productFilterResults .productFilterResults__product-label--featured {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 7px;
  background: #9a232e;
  color: #fff;
  font-size: 0.71429em;
  text-transform: uppercase; }
  .productFilterResults .productFilterResults__product-label:before,
  .productFilterResults .productFilterResults__product-label--featured:before {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    content: "";
    border: 0 solid transparent; }

.productFilterResults .productFilterResults__product-label:before {
  left: -20px;
  border-width: 0 20px 20px 0;
  border-right-color: #9a232e; }

.productFilterResults .productFilterResults__product-label--featured {
  right: auto;
  left: 0; }
  .productFilterResults .productFilterResults__product-label--featured:before {
    right: -20px;
    border-width: 20px 20px 0 0;
    border-top-color: #9a232e; }

.productFilterResults .product-header__title {
  max-height: 2.75em;
  overflow: hidden;
  text-overflow: ellipsis; }

.productFilterResults .rowStart {
  clear: both; }

.sharing__link {
  border: 0;
  background: none;
  color: #252525;
  font-weight: bold;
  font-family: "Raleway", sans-serif;
  line-height: 40px;
  vertical-align: middle; }

.sprite--pdf {
  background-position: -31px -100px;
  width: 33px;
  height: 37px; }

.sprite-self--download {
  background-position: -50px -25px;
  width: 15px;
  height: 18px; }

.halfBlock {
  margin-top: 20px; }

.halfBlock h2 {
  clear: both;
  font-size: 18px;
  border-bottom: 1px solid #000; }

@media (min-width: 640px) {
  .halfBlock {
    float: left;
    width: 50%;
    padding: 0 15px; } }

.specDocs a {
  text-align: center;
  display: inline-block;
  font-size: 0.85714em;
  font-family: arial, sans-serif;
  text-decoration: none;
  padding-left: 30px;
  position: relative; }
  .specDocs a:hover, .specDocs a:focus {
    color: #363636;
    text-decoration: underline; }
  .specDocs a .sprite-self {
    position: absolute;
    top: 5px;
    left: 0px; }

.specDocs .sprite--pdf {
  background-position: 0 -100px;
  width: 24px;
  height: 27px;
  display: inline-block;
  margin-right: 5px; }

/*!
	accordion

	becomes a tab with "--tabbed " mod
*/
.accordion__toggle {
  display: block;
  width: 100%;
  background: none;
  padding: 0;
  border: 0;
  color: #e5e5e5;
  font-weight: 400;
  text-align: left;
  font-size: 14px; }
  .accordion__toggle:hover, .accordion__toggle:focus {
    color: #fff; }
  .accordion--tabbed .accordion__toggle {
    padding: 15px;
    background: #e2e2e2;
    border: 1px solid #e2e2e2;
    border-bottom-color: #fff; }
  .accordion__toggle [class^="icon-"] {
    font-weight: bold; }
  .accordion__toggle [class*="fa-"] {
    margin-right: 5px; }
  .no-js .accordion__toggle {
    pointer-events: none; }
    .no-js .accordion__toggle [class^="icon-"] {
      display: none; }
  .accordion--single .accordion__item--active .accordion__toggle {
    cursor: default;
    color: #e2b13b; }

.tab-container {
  margin-bottom: 30px;
  /*.tab__nav__button--active,
	.tab__nav__button--active:hover,
	.tab__nav__button--active:focus,*/ }
  .tab-container .tab__nav__button,
  .tab-container .accordion__toggle {
    padding: 11px 32px;
    background: #e2e2e2;
    color: #000;
    font-family: "Raleway", sans-serif;
    font-weight: bold; }
  .tab-container .tab__nav__button {
    border: none;
    background: none;
    border-top: 3px solid transparent;
    outline: 0; }
    .tab-container .tab__nav__button:hover, .tab-container .tab__nav__button:focus {
      color: #e2b13b; }
  .tab-container li [class*="active"],
  .tab-container li [class*="active"]:hover,
  .tab-container li [class*="active"]:focus {
    background: #fff;
    border: 2px solid #e2e2e2;
    border-top: 3px solid #e2b13b;
    border-bottom: none;
    color: #363636;
    cursor: default; }
  .tab-container .accordion__toggle {
    width: 100%;
    border: 0;
    text-align: left; }
    .tab-container .accordion__toggle [class^="icon-angle-"] {
      margin-right: 10px;
      font-weight: bold; }
    .tab-container .accordion__toggle:hover, .tab-container .accordion__toggle:focus {
      background: #c0c0c0; }
  .tab-container .accordion__item + .accordion__item {
    border-top: 1px solid #fff; }
  .tab-container .accordion__item--active .accordion__toggle {
    background: #b1b1b2;
    color: #e2b13b; }
  .tab-container .productSpecs__toggle--accordion.active {
    background: #b1b1b2;
    color: #fff; }

.tab__nav:before, .tab__nav:after {
  content: "";
  display: table; }

.tab__nav:after {
  clear: both; }

.tab__nav .list__item {
  padding: 0; }
  .tab__nav .list__item + li {
    margin-left: 5px; }

.js .tab__nav {
  position: relative;
  z-index: 10;
  margin: 0 0 -2px; }

/*li:not(.accordion__item--active) .fa.fa-chevron-down {
    &:before {
        content: "\f077" !important;
    }
}*/
/*!
	widgets
*/
/*------------------------------------*	!navi - hey! listen

	cr02 - navigation--site-products 

\*------------------------------------*/
.navigation h2 {
  margin: 0 0 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid #cdcdcd;
  font-size: 1.14286em; }

.navigation a {
  clear: both;
  color: #363636;
  text-decoration: none;
  cursor: pointer; }
  .navigation a:hover, .navigation a:focus {
    /*color: #9a9b9c;*/
    color: #b1b1b2; }

.navigation .link {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 16px 22px;
  display: inline-block; }
  @media screen and (max-width: 960px) {
    .navigation .link {
      display: block;
      padding-left: 0;
      padding-right: 0; } }

@media screen and (max-width: 960px) {
  .navigation-xs > .sf_colsOut {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; } }

.navigation-xs > .sf_colsOut > .sf_colsIn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 320px; }
  @media screen and (min-width: 640px) {
    .navigation-xs > .sf_colsOut > .sf_colsIn {
      width: 640px; } }
  @media screen and (min-width: 960px) {
    .navigation-xs > .sf_colsOut > .sf_colsIn {
      width: auto; } }
  @media screen and (min-width: 960px) {
    .navigation-xs > .sf_colsOut > .sf_colsIn {
      display: -webkit-flex;
      display: flex; } }

@media screen and (max-width: 960px) {
  .navigation-xs.active > .sf_colsOut {
    display: block; } }

.navigation-xs.active .navigation-toggle-container .navigation-toggle {
  margin-right: 15px; }

.navigation-toggle-container {
  width: 100%;
  display: none;
  text-align: right; }
  .navigation-toggle-container .navigation-toggle {
    background: none;
    border: none;
    color: #fff;
    height: 50px;
    width: 50px;
    z-index: 2; }
  @media screen and (max-width: 960px) {
    .navigation-toggle-container {
      display: block; } }

F #hd .navigation--site-products {
  /*$grey: #9a9b9c;*/ }
  F #hd .navigation--site-products .RadMenu {
    float: none; }
  F #hd .navigation--site-products .rmRootGroup {
    position: absolute;
    top: 5px;
    right: 0;
    left: 0;
    -webkit-transform: translateX(-130%);
    -moz-transform: translateX(-130%);
    -ms-transform: translateX(-130%);
    -o-transform: translateX(-130%);
    transform: translateX(-130%);
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    transition: transform 0.2s;
    margin: 0;
    padding: 10px 5px;
    background: #555;
    border: 0; }
    F #hd .navigation--site-products .rmRootGroup > li:first-child {
      display: none; }
    .no-csstransforms F #hd .navigation--site-products .rmRootGroup {
      right: auto;
      left: -130%;
      width: 98%; }
    F #hd .navigation--site-products .rmRootGroup .no-js {
      -webkit-transform: translateX(-130%);
      -moz-transform: translateX(-130%);
      -ms-transform: translateX(-130%);
      -o-transform: translateX(-130%);
      transform: translateX(-130%);
      position: static; }
  F #hd .navigation--site-products ul {
    border: none; }
  F #hd .navigation--site-products li {
    display: block;
    padding: 6px 0;
    /*border-bottom: $border;*/ }
    F #hd .navigation--site-products li.rmFirst {
      /*border-top: $border;*/ }
  F #hd .navigation--site-products a {
    display: block;
    padding: 5px 20px;
    color: #fff;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer; }
    F #hd .navigation--site-products a:hover, F #hd .navigation--site-products a:focus {
      background: #e2e2e2;
      color: #555; }
  F #hd .navigation--site-products .rmRootLink {
    padding: 7px 15px; }
  F #hd .navigation--site-products .navigation__navicon {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px;
    border: 0;
    background: #7f8080;
    cursor: pointer; }
    F #hd .navigation--site-products .navigation__navicon:before {
      background-position: 0 -25px;
      width: 25px;
      height: 21px;
      display: block; }
  F #hd .navigation--site-products .rmLevel1 {
    padding: 0;
    background: #707070; }
    F #hd .navigation--site-products .rmLevel1 li {
      margin: 0 5px;
      padding: 0;
      /*border-top: 1px dotted #b8b8b8;*/ }
      F #hd .navigation--site-products .rmLevel1 li.rmFirst {
        border-top: 0; }
    F #hd .navigation--site-products .rmLevel1 a {
      margin: 0 -5px;
      padding: 10px 15px; }
    F #hd .navigation--site-products .rmLevel1 > li > .rmSlide {
      margin-left: 4px; }
  F #hd .navigation--site-products .rmLevel2 {
    padding: 0;
    background: #e2e2e2; }
    F #hd .navigation--site-products .rmLevel2 li {
      /*border-color: #a9a9a9;*/ }
    F #hd .navigation--site-products .rmLevel2 a {
      color: #555; }
      F #hd .navigation--site-products .rmLevel2 a:hover, F #hd .navigation--site-products .rmLevel2 a:focus {
        background: #b1b1b2;
        color: #fff; }
  @media screen and (max-width: 960px) {
    F #hd .navigation--site-products .rmSlide {
      display: none !important; } }
  @media screen and (min-width: 960px) {
    F #hd .navigation--site-products {
      /*.navigation__navicon { display: none; }*/ }
      F #hd .navigation--site-products .rmRootGroup {
        -webkit-transform: translateX(0) !important;
        -moz-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
        -o-transform: translateX(0) !important;
        transform: translateX(0) !important;
        position: static !important;
        width: 100%;
        /*background: $grey;*/
        background: #000000;
        /*margin: 0 0 1px;*/
        padding: 4px 0; }
        F #hd .navigation--site-products .rmRootGroup > li:first-child {
          display: block; }
        .no-csstransforms F #hd .navigation--site-products .rmRootGroup {
          width: 100%; }
      F #hd .navigation--site-products .rmRootGroup > li {
        float: left;
        padding: 0;
        border: none;
        /*border-right: 1px dotted #d7d7d7;*/ }
        F #hd .navigation--site-products .rmRootGroup > li.rmFirst {
          margin-left: 15px;
          /*border-top: 0; border-left: 1px dotted #d7d7d7;*/ }
        F #hd .navigation--site-products .rmRootGroup > li > .rmSlide {
          margin-top: 4px; }
      F #hd .navigation--site-products .rmFocused {
        background: #e2e2e2;
        color: #555; }
      F #hd .navigation--site-products .rmRootLink {
        margin: -4px 0;
        padding: 12px 17px;
        line-height: 16px; }
        F #hd .navigation--site-products .rmRootLink.rmExpanded, F #hd .navigation--site-products .rmRootLink:hover, F #hd .navigation--site-products .rmRootLink:focus {
          background: #707070;
          color: #fff; }
      F #hd .navigation--site-products .rmFirst .rmRootLink {
        position: relative;
        /*width: 16px;*/
        /*height: 16px;*/
        width: 50px;
        height: 44px;
        padding: 0;
        background-image: url(/app_themes/standard/images/icon-home-off.jpg); }
        F #hd .navigation--site-products .rmFirst .rmRootLink span {
          /*@include pos(a, 10px null null 14px);*/
          /*@include wsSprite(-50px 0, 24px 19px);*/
          overflow: hidden;
          text-indent: 200%;
          font-size: 0;
          display: block;
          /*background-image: url(/app_themes/standard/images/icons.png);*/
          /*background-image: url(/app_themes/standard/images/icon-home-off.jpg);*/
          white-space: normal; }
        F #hd .navigation--site-products .rmFirst .rmRootLink.rmSelected span {
          /*background-position-x: -75px;*/ }
        F #hd .navigation--site-products .rmFirst .rmRootLink.rmSelected {
          background-image: url(/app_themes/standard/images/icon-home-on.jpg); }
        F #hd .navigation--site-products .rmFirst .rmRootLink:hover span,
        F #hd .navigation--site-products .rmFirst .rmRootLink:focus span {
          /*background-position-x: -50px;*/ }
        F #hd .navigation--site-products .rmFirst .rmRootLink:hover, F #hd .navigation--site-products .rmFirst .rmRootLink:focus {
          background-image: url(/app_themes/standard/images/icon-home-on.jpg); } }

#hd .navigation--site-products--active .rmRootGroup {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
  .no-csstransforms #hd .navigation--site-products--active .rmRootGroup {
    left: 0; }

#ft .navigation--footer {
  /*margin: 0 0 15px;
	padding: 10px 0;*/
  /*margin:20px 10px 20px 0;*/
  /*margin:0 0 20px 0;*/
  margin: 0 0 30px 0;
  padding: 10px 0;
  border: 1px dotted #cdcdcd;
  border-right: 0;
  border-left: 0; }
  @media screen and (min-width: 640px) {
    #ft .navigation--footer {
      margin: 0 0 20px 0; } }
  #ft .navigation--footer ul {
    float: none; }
  #ft .navigation--footer ul, #ft .navigation--footer li {
    overflow: visible; }
  #ft .navigation--footer li {
    /*padding: 0 10px 2px 0;*/
    padding: 0 10px;
    float: left;
    /*margin:20px 0px;*/
    margin: 5px 0; }
    #ft .navigation--footer li:first-child {
      padding-left: 0; }
      @media screen and (min-width: 960px) {
        #ft .navigation--footer li:first-child {
          padding-left: 10px; } }
    #ft .navigation--footer li + li {
      padding-left: 7px;
      border-left: 1px solid #d7d7d7; }
  #ft .navigation--footer a {
    padding: 0;
    /*color: #b1b1b2;*/
    color: #ffffff; }
  @media screen and (min-width: 1280px) {
    #ft .navigation--footer {
      /*margin-left: 90px;*/
      /*padding: 0 0 0 10px;*/
      border: 0 !important;
      float: left;
      margin: 0;
      padding: 0; }
      #ft .navigation--footer a {
        color: #b1b1b2;
        border-bottom: 1px solid transparent;
        border-bottom: 0; }
        #ft .navigation--footer a:hover, #ft .navigation--footer a:focus {
          border-bottom-color: #174a7c; }
        #ft .navigation--footer a:hover, #ft .navigation--footer a:focus {
          text-decoration: underline; }
        #ft .navigation--footer a:hover, #ft .navigation--footer a:focus {
          color: #174a7c; }
      #ft .navigation--footer li {
        margin: 0; } }

html #bd .navigation--breadcrumb {
  padding-top: 45px;
  margin-bottom: 20px; }

#bd .navigation--breadcrumb ul {
  margin: 0;
  padding: 0 0 5px; }

#bd .navigation--breadcrumb li {
  float: left;
  clear: none;
  line-height: 1; }

#bd .navigation--breadcrumb li,
#bd .navigation--breadcrumb a {
  color: #898989; }

#bd .navigation--breadcrumb .rsmItem {
  font-size: 0.85714em; }

#bd .navigation--breadcrumb .rsmLink {
  padding: 0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  font-size: 0.85714em; }
  #bd .navigation--breadcrumb .rsmLink[href]:hover, #bd .navigation--breadcrumb .rsmLink[href]:focus {
    color: #174a7c;
    border-bottom-color: #174a7c; }

#bd .navigation--breadcrumb .sfNoBreadcrumbNavigation a {
  color: #555555; }
  #bd .navigation--breadcrumb .sfNoBreadcrumbNavigation a:hover, #bd .navigation--breadcrumb .sfNoBreadcrumbNavigation a:focus {
    border-bottom-color: transparent; }

#bd .navigation--breadcrumb .sfBreadcrumbNodeSeparator {
  padding: 0 10px; }

.js #bd .navigation--breadcrumb li,
.js #bd .navigation--breadcrumb .sfBreadcrumbNodeSeparator {
  display: none; }

.js #bd .navigation--breadcrumb .parent-page {
  display: block;
  font-size: 1.2em; }

@media screen and (min-width: 640px) {
  .js #bd .navigation--breadcrumb .mobileBackTo {
    display: none; }
  .js #bd .navigation--breadcrumb li {
    display: block; }
  .js #bd .navigation--breadcrumb .parent-page {
    font-size: 0.85714em; }
  .js #bd .navigation--breadcrumb .sfBreadcrumbNodeSeparator {
    display: inline; } }

.divSectionNav a {
  font-weight: bold; }

.divSectionNav .current a {
  color: #9a9b9c;
  text-decoration: underline; }

.navigation--sitemap div {
  padding: 0; }

#bd .navigation--sitemap span {
  display: none; }

.navigation--sitemap a {
  color: #b1b1b2;
  border-bottom: 1px solid transparent;
  border-bottom: 0;
  border: none !important; }
  .navigation--sitemap a:hover, .navigation--sitemap a:focus {
    border-bottom-color: #174a7c; }
  .navigation--sitemap a:hover, .navigation--sitemap a:focus {
    text-decoration: underline; }
  .navigation--sitemap a:hover, .navigation--sitemap a:focus {
    color: #174a7c; }
  #bd .navigation--sitemap a {
    padding: 0; }

.breadcrumb {
  clear: both;
  font-size: 0.8em;
  color: #707070;
  margin-bottom: 15px; }
  .breadcrumb li {
    display: inline-block; }
  .breadcrumb li + li:before {
    content: "/";
    padding: 0 5px;
    display: inline-block;
    color: #666666; }
  .breadcrumb a {
    color: #707070;
    text-decoration: none; }

.nav-footer {
  border-top: 1px solid #888; }
  .nav-footer ul {
    padding: 0;
    margin: 0; }
  .nav-footer li {
    border-bottom: 1px solid #888;
    padding: 15px 0; }
  .nav-footer a {
    font-size: 13px;
    text-align: left;
    line-height: 1.3em; }
    .nav-footer a:before {
      content: ">";
      display: inline-block;
      margin-right: 10px;
      float: left; }
    .nav-footer a span {
      overflow: hidden;
      display: block; }
    .nav-footer a:hover, .nav-footer a:focus {
      color: #fff;
      text-decoration: none; }

.nav-footer-cols {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }
  .nav-footer-cols > li {
    width: 50%; }

.header .search-box {
  text-align: right;
  position: relative; }
  .header .search-box .search-box-toggle {
    display: none; }
    @media screen and (min-width: 960px) {
      .header .search-box .search-box-toggle {
        display: inline-block; } }
  .header .search-box .sfsearchSubmit,
  .header .search-box .search-box-toggle {
    height: 50px;
    width: 50px;
    color: #fff;
    padding: 0;
    border: none;
    background: none;
    outline: 0; }
    .header .search-box .sfsearchSubmit:hover, .header .search-box .sfsearchSubmit:focus,
    .header .search-box .search-box-toggle:hover,
    .header .search-box .search-box-toggle:focus {
      color: #b1b1b2; }
  .header .search-box .sfsearchBox {
    position: relative; }
  .header .search-box .sfsearchSubmit {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right; }
    @media screen and (min-width: 960px) {
      .header .search-box .sfsearchSubmit {
        display: none; } }
  .header .search-box .sfsearchTxt {
    background: none;
    border: none;
    color: #fff;
    padding: 8px 0;
    outline: 0;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%; }
    .header .search-box .sfsearchTxt::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .header .search-box .sfsearchTxt::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .header .search-box .sfsearchTxt:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .header .search-box .sfsearchTxt:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    @media screen and (max-width: 960px) {
      .header .search-box .sfsearchTxt {
        width: 100%;
        height: 32px; } }
  @media screen and (min-width: 960px) {
    .header .search-box .search-box-content {
      position: absolute;
      right: 100%;
      top: 50%;
      transform: translateY(-50%);
      width: 0px;
      overflow: hidden;
      transition: width 0.25s ease-out; } }
  .header .search-box.active .search-box-toggle {
    display: none; }
  .header .search-box.active .sfsearchSubmit {
    display: inline-block; }
  @media screen and (min-width: 960px) {
    .header .search-box.active .search-box-content {
      width: 200px; } }

/*
.sfsearchBox {
	$buttonWidth: 37px; //button length and extra padding for p:a

	position: relative;
    width: 100%;
	margin: 0 $mobileGutter 15px;

	.sfsearchTxt {
		@include wsBoxSizing(border);

		display: block;
        width: 202px;
		padding: 5px 8px;
		padding-right: $buttonWidth + 8px;
		border: none;
		background: #ececec;
		color: #555;
		font-size: em(13px, 11px);
        float: right;
	}

	//make pos-ab so always as wide?
	.sfsearchSubmit {
		@extend %removeText;
		@include wsBox($buttonWidth 26px);

		z-index: 20; //was getting covered by footer--nav
		background: #555 url($sprite) 11px 6px no-repeat; //not using fn as it's done via bg img
		border: none;
		color: #fff;

		&:hover,
		&:focus {
			background: {
				color: #cbcaca;
				position: (11px - 25 ) 6px;
			}
		}
	}


	//so the footer link have near doubled in pages, overlaps like a mofo now ><
	@media screen and (min-width: grids(3)) {

		//was sitting 'below' the footer
		z-index: 10;

		width: 225px;
		margin: 0;

        //this is making hugeness
        .sfsearchTxt {
            //width: 202px;
        }
	}


	.header & {
		//top: 110px; //sits inline with the nav bar guy
        // *top:130px;*
		z-index: 90000;
		display: none; //gets added w mq
		width: 225px; //smaller in header

		.sfsearchTxt {
			font-size: em(13px,14px);
		}
	}

	//there are two, swap them w mq
	@media screen and (min-width: grids(3)) {
        display: none;

		.header & { display: block; }
	}
}*/
/*
	.searchResultsWrap
		.meta
			q{term}
		
		
		//emptydatatemplate
		.noData
			{le text}

		ol.searchResults
			li.productFilterResults__item
				a.searchResults__info-box
					.imgWrap
						img



*/
.searchResultsWrap .meta {
  margin-bottom: 1em;
  font-size: 1.14286em;
  font-weight: bold; }
  .searchResultsWrap .meta q {
    font-weight: bold; }

@media screen and (min-width: 640px) and (max-width: 960px) {
  .searchResultsWrap .searchResults .imgWrap img {
    width: 100%; } }

@media screen and (min-width: 640px) {
  .searchResultsWrap .searchResults {
    margin: 0 0 0 -20px; }
    .searchResultsWrap .searchResults .productFilterResults__item {
      float: left;
      width: 295px;
      margin: 0 0 5px 20px; }
      .searchResultsWrap .searchResults .productFilterResults__item:nth-child(2n + 1) {
        clear: both; }
    .searchResultsWrap .searchResults .imgWrap {
      height: 355.02px;
      line-height: 352.02px; } }

@media screen and (min-width: 960px) {
  .searchResultsWrap .searchResults {
    margin-left: -27px; }
    .searchResultsWrap .searchResults .productFilterResults__item {
      width: 204px;
      margin-left: 35px; }
      .searchResultsWrap .searchResults .productFilterResults__item:nth-child(2n + 1) {
        clear: none; }
      .searchResultsWrap .searchResults .productFilterResults__item:nth-child(4n + 1) {
        clear: both; }
    .searchResultsWrap .searchResults .imgWrap {
      height: 244px;
      line-height: 241px; } }

@media screen and (min-width: 1280px) {
  .searchResultsWrap .searchResults .productFilterResults__item:nth-child(4n + 1) {
    clear: none; }
  .searchResultsWrap .searchResults .productFilterResults__item:nth-child(5n + 1) {
    clear: both; }
  .searchResultsWrap .searchResults .imgWrap {
    height: 244px;
    line-height: 241px; } }

.searchResultsWrap .product-header__code {
  font-weight: 500; }

/*------------------------------------*	!flexslider

 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)

	don't change this as ALL flexsliders (yes, there could be several)
	need these settings by default. do changes back in _gallery.scss

\*------------------------------------*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides li > img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0px;
  background: #fff;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flex-container {
  zoom: 1;
  position: relative;
  width: 940px;
  height: 346px;
  margin: auto;
  margin-bottom: 20px;
  overflow: hidden; }

/* Direction Nav */
/* Control Nav */
.flex-control-nav li {
  margin: 0 5px;
  float: left; }

.flex-control-paging li a {
  display: block;
  cursor: pointer; }

.flex-control-paging li a.flex-active {
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }

.tile-list {
  margin: 0 auto;
  /*padding: 5px;*/ }
  .tile-list .tile-list__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    max-width: 310px;
    margin: 0 0 5px; }
  .tile-list a {
    display: block;
    text-decoration: none; }
    .tile-list a .imgWrap {
      width: 100%; }
    @media screen and (min-width: 640px) {
      .tile-list a .imgWrap {
        opacity: 1; }
      .tile-list a:hover .imgWrap,
      .tile-list a:focus .imgWrap {
        filter: alpha(opacity=80);
        opacity: 0.8; } }
  .tile-list .tile-list__logo {
    display: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    right: 5px;
    bottom: 8px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 2.14286em;
    font-weight: 600;
    text-shadow: 1px 0 0 #000, 0 1px 0 #000, -1px 0 0 #000, 0 -1px 0 #000; }
  .tile-list .flexslider .tile-list__logo {
    width: 180px;
    text-align: right;
    display: inline; }
  .tile-list div.imgWrap {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .tile-list div.imgWrap img {
      width: 100%; }
  .tile-list .slides .imgWrap {
    /*@include vAlign(410px);*/
    height: auto; }
  @media screen and (min-width: 960px) {
    .tile-list .tile-list__group {
      float: left;
      width: 695px; }
    .tile-list .tile-list__group--last {
      float: right;
      width: 245px; }
      .tile-list .tile-list__group--last .tile-list__item {
        width: 100%;
        float: none; }
    .tile-list .tile-list__item {
      max-width: none;
      margin: 0 5px 5px 0; }
    .tile-list .tile-list__item--topLeft,
    .tile-list .tile-list__item--bottomLeft,
    .tile-list .tile-list__item--bottomCenter {
      float: left; }
    .tile-list .tile-list__item--topLeft {
      width: 307px; }
      .tile-list .tile-list__item--topLeft .imgWrap {
        height: 407px;
        line-height: 404px; }
    .tile-list .tile-list__item--topCenter {
      float: right;
      width: 376px; }
      .tile-list .tile-list__item--topCenter .imgWrap {
        height: 134px;
        line-height: 131px; }
    .tile-list .tile-list__item--middleRight,
    .tile-list .tile-list__item--middleLeft {
      float: right; }
      .tile-list .tile-list__item--middleRight .imgWrap,
      .tile-list .tile-list__item--middleLeft .imgWrap {
        height: 267px;
        line-height: 264px; }
    .tile-list .tile-list__item--middleRight {
      clear: right;
      width: 187px; }
    .tile-list .tile-list__item--middleLeft {
      width: 186px; }
    .tile-list .tile-list__item--bottomLeft {
      width: 255px;
      clear: both; }
      .tile-list .tile-list__item--bottomLeft .imgWrap {
        height: 135px;
        line-height: 132px; }
    .tile-list .tile-list__item--bottomCenter {
      width: 430px; }
      .tile-list .tile-list__item--bottomCenter .imgWrap {
        height: 135px;
        line-height: 132px; }
    .tile-list .tile-list__item--topRight .imgWrap {
      height: 205px;
      line-height: 202px; }
    .tile-list .tile-list__item--bottomRight .imgWrap {
      height: 337px;
      line-height: 334px; } }
  .tile-list .flex-container {
    width: 311px;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0; }
  .tile-list .flex-viewport .slides a {
    position: relative;
    height: 272px; }
  .tile-list .flex-viewport .slides .flex-image {
    max-width: 100%; }
  .tile-list .flex-control-nav {
    position: absolute;
    bottom: 60px;
    left: 15px; }
    .tile-list .flex-control-nav a {
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      width: 10px;
      height: 10px;
      background: #fff;
      border: 1px solid #fff; }
      .tile-list .flex-control-nav a:hover {
        background: #b3b3b5; }
    .tile-list .flex-control-nav .flex-active {
      background: #363636 !important; }
  .tile-list .flex-direction-nav a {
    position: absolute;
    top: 0px;
    display: block;
    width: 44px;
    color: #fff;
    text-decoration: none;
    font-size: 1.14286em;
    text-align: center;
    line-height: 280px;
    vertical-align: middle; }
    .tile-list .flex-direction-nav a:before {
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased; }
      .tile-list .flex-direction-nav a:before:before {
        display: inline-block;
        speak: none; }
    .tile-list .flex-direction-nav a:hover {
      color: #b3b3b5; }
  .tile-list .flex-direction-nav .flex-prev {
    left: 0; }
    .tile-list .flex-direction-nav .flex-prev:before {
      content: "\f053"; }
  .tile-list .flex-direction-nav .flex-next {
    right: 0; }
    .tile-list .flex-direction-nav .flex-next:before {
      content: "\f054"; }
  @media screen and (min-width: 640px) {
    .tile-list {
      width: 100%;
      maring: 0;
      padding: 0;
      background: none; }
      .tile-list .tile-list__item {
        float: left;
        margin-right: 5px; }
      .tile-list .flexslider .tile-list__logo {
        display: none; }
      .tile-list .flex-viewport .slides a {
        height: 100%; } }
  @media screen and (min-width: 1280px) {
    .tile-list .tile-list__group {
      width: 858px; }
    .tile-list .tile-list__group--last {
      width: 302px; }
    .tile-list .tile-list__item--topLeft {
      width: 379px; }
      .tile-list .tile-list__item--topLeft .imgWrap {
        height: 502px;
        line-height: 499px; }
    .tile-list .tile-list__item--topCenter {
      width: 469px; }
      .tile-list .tile-list__item--topCenter .imgWrap {
        height: 167px;
        line-height: 164px; }
    .tile-list .tile-list__item--middleRight {
      width: 231px; }
    .tile-list .tile-list__item--middleLeft {
      width: 233px; }
    .tile-list .tile-list__item--middleRight .imgWrap,
    .tile-list .tile-list__item--middleLeft .imgWrap {
      height: 330px;
      line-height: 327px; }
    .tile-list .tile-list__item--bottomLeft {
      width: 314px; }
    .tile-list .tile-list__item--bottomCenter {
      width: 534px; }
    .tile-list .tile-list__item--bottomLeft .imgWrap,
    .tile-list .tile-list__item--bottomCenter .imgWrap {
      height: 166px;
      line-height: 163px; }
    .tile-list .tile-list__item--topRight,
    .tile-list .tile-list__item--bottomRight {
      width: 302px; }
    .tile-list .tile-list__item--topRight .imgWrap {
      height: 253px;
      line-height: 250px; }
    .tile-list .tile-list__item--bottomRight .imgWrap {
      height: 415px;
      line-height: 412px; }
    .tile-list .flex-control-nav {
      bottom: 20px; } }

.productFilter {
  /*@media screen and (min-width: grids(2)) {*/ }
  .productFilter .list__item {
    padding-right: 0;
    padding-left: 0; }
  .productFilter .filter-list li {
    clear: both;
    margin-bottom: 5px;
    position: relative;
    padding: 0 28px 0 0; }
  .productFilter .filter-list input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 1px;
    height: 1px; }
    .productFilter .filter-list input:checked + label:before {
      content: "\f046"; }
  .productFilter .filter-list label {
    position: relative;
    padding: 0 0 0 20px;
    display: inline-block; }
    .productFilter .filter-list label:before {
      content: "\f096";
      color: #e5e5e5;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      left: 0px;
      top: 4px; }
  .productFilter .filter-list .count {
    position: absolute;
    top: 0;
    right: 0;
    color: #acacac; }
  .productFilter .filter-list .aspNetDisabled + label, .productFilter .filter-list .aspNetDisabled + label:before {
    color: #b1b1b1; }
  .productFilter .list__item {
    border-top: none !important;
    border-bottom: 1px solid #a2a2a2; }
  .productFilter .accordion__toggle {
    font-size: 1.14286em;
    padding-top: 3px;
    margin-bottom: 12px;
    padding-bottom: 3px; }
    .productFilter .accordion__toggle .fa-chevron-down:before {
      content: "\f068"; }
    .productFilter .accordion__toggle .fa-chevron-up:before {
      content: "\f067"; }
  .productFilter .accordion__item--active .accordion__toggle {
    color: #e2b13b; }

.facetResult .product-header__code {
  font-weight: 500; }

@media screen and (min-width: 640px) {
  .facetResult .productFilterResults__item {
    float: left;
    width: 185px;
    margin: 0 0 5px 20px; }
    .facetResult .productFilterResults__item:nth-child(2n + 1) {
      clear: both; }
  .facetResult .imgWrap {
    height: 220.82px;
    line-height: 217.82px; } }

@media screen and (min-width: 960px) {
  .facetResult .productFilterResults__item {
    width: 167px; }
    .facetResult .productFilterResults__item:nth-child(2n + 1) {
      clear: none; }
    .facetResult .productFilterResults__item:nth-child(4n + 1) {
      clear: both; }
  .facetResult .imgWrap {
    height: 198.86px;
    line-height: 195.86px; } }

@media screen and (min-width: 1280px) {
  .facetResult .productFilterResults__item {
    width: 204px; }
  .facetResult .imgWrap {
    height: 244px;
    line-height: 241px; } }

.product-layout__main__image-holder .heroHolder {
  position: relative;
  float: left;
  width: 245px;
  margin-bottom: 10px; }
  .product-layout__main__image-holder .heroHolder > .imgWrap {
    height: 298.9px !important;
    line-height: 295.9px !important; }
  @media screen and (min-width: 640px) and (max-width: 960px) {
    .product-layout__main__image-holder .heroHolder > .imgWrap {
      height: 377.712px !important;
      line-height: 374.712px !important; } }
  @media screen and (min-width: 960px) {
    .product-layout__main__image-holder .heroHolder > .imgWrap {
      height: 549px !important;
      line-height: 546px !important; } }

.product-layout__main__image-holder .downloadHighRes {
  position: absolute;
  right: -2px;
  bottom: 2px;
  left: 2px;
  padding: 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  color: #363636;
  font-family: "Raleway", sans-serif;
  font-weight: 600; }
  .product-layout__main__image-holder .downloadHighRes .toggleWords {
    display: none; }
    @media screen and (min-width: 960px) {
      .product-layout__main__image-holder .downloadHighRes .toggleWords {
        display: inline; } }
  .product-layout__main__image-holder .downloadHighRes .media__img--alt {
    height: 50px;
    line-height: 47px;
    max-width: 112px;
    text-align: right; }
    .product-layout__main__image-holder .downloadHighRes .media__img--alt .highContrast {
      display: inline-block;
      vertical-align: middle; }
  .product-layout__main__image-holder .downloadHighRes .media__content {
    position: relative;
    padding-left: 22px;
    line-height: 50px;
    vertical-align: middle; }
  .product-layout__main__image-holder .downloadHighRes .sprite-self--download {
    position: absolute;
    top: 13px;
    left: 0; }
  .product-layout__main__image-holder .downloadHighRes .JBSWEAR .highContrast {
    width: 112px;
    height: 41px; }
    .product-layout__main__image-holder .downloadHighRes .JBSWEAR .highContrast img {
      left: -125px;
      top: 0; }
  .product-layout__main__image-holder .downloadHighRes .PODIUM .highContrast {
    width: 49px;
    height: 50px; }
    .product-layout__main__image-holder .downloadHighRes .PODIUM .highContrast img {
      left: -125px;
      top: -100px; }
  .product-layout__main__image-holder .downloadHighRes .COLOURS .highContrast {
    width: 70px;
    height: 32px; }
    .product-layout__main__image-holder .downloadHighRes .COLOURS .highContrast img {
      left: -125px;
      top: -50px; }

.product-layout__main__image-holder .MagicZoomPlus {
  width: 100% !important; }

.product-layout__main__image-holder .fauxNav {
  float: left;
  margin-left: 20px; }
  @media screen and (min-width: 640px) {
    .product-layout__main__image-holder .fauxNav {
      margin-left: 0; } }
  .product-layout__main__image-holder .fauxNav li {
    margin: 0 0 5px;
    float: left; }
  .product-layout__main__image-holder .fauxNav .imgWrap {
    width: 40px;
    height: 48.8px;
    line-height: 45.8px;
    display: block; }
    @media screen and (min-width: 640px) {
      .product-layout__main__image-holder .fauxNav .imgWrap {
        width: 57px;
        height: 69.54px;
        line-height: 66.54px; } }
    @media screen and (min-width: 960px) {
      .product-layout__main__image-holder .fauxNav .imgWrap {
        width: 75px;
        height: 91.5px;
        line-height: 88.5px; } }

.product-layout__main__image-holder .MagicZoomPlusHint {
  margin: 10px 0 0 10px;
  color: #363636;
  font-weight: bold;
  text-align: center;
  line-height: 1; }
  .product-layout__main__image-holder .MagicZoomPlusHint:before {
    background-position: -100px 0;
    width: 23px;
    height: 21px;
    content: "";
    display: block;
    margin-left: 5px;
    background-image: url(/app_themes/standard/images/icons.png); }

.product-layout__main__image-holder .MagicZoomPup {
  background: #363636;
  border: 2px solid #fff;
  opacity: 0.25; }

@media screen and (min-width: 640px) {
  .product-layout__main__image-holder .heroHolder {
    float: none;
    width: auto; }
  .product-layout__main__image-holder .fauxNav {
    float: none;
    margin-bottom: 10px; }
    .product-layout__main__image-holder .fauxNav li {
      float: left; }
      .product-layout__main__image-holder .fauxNav li + li {
        margin: 0 0 0 5px; } }

.MagicZoomBigImageCont {
  border: 2px solid #e2e2e2; }

.select-color {
  position: relative;
  /*
	old code
	
	


	.list__item--active {
		.select-color__button {
			//background: red;
		}
	}

	.slide__viewport {
		
	}
	

	@media screen and (min-width: grids(3)) {
		margin-bottom: push(3);


		//bring count back and side by side with heading text
		.island__header {
			@include clearfix;

			
			h2 { float: left; }
			
			.count { float: right; display: block; }
		}


		.island__content { float: none; }


		.slide__viewport {
			height: 150px;

			.list--horizontal {
				width: 100%;
				
				//padding: 10px 28px;
			}

		}
		
		//img now sits above label if its not the dropdown
		.slide__viewport .select-color__image { display: block; }
		
		.select-color__image {
			@include wsBox(105px 100px);
		}
		
		




		
	}


	@media screen and (min-width: grids(4)) {
	

	
	//need to remove island settings at this res
	@media screen and (max-width: grids(4)) {
		.island__content { margin: 0; padding: 0; border: none; }
	}*/ }
  .select-color:not([data-mode]) {
    display: none; }
  .select-color.island {
    padding-left: 20px;
    padding-right: 20px; }
  .select-color h2 {
    font-family: "Raleway", sans-serif;
    font-size: 1em; }
  .select-color .count {
    display: none;
    color: #7f7f7f;
    font-size: 0.85714em; }
  .select-color .island__header {
    padding: 15px 0; }
    .select-color .island__header h2 {
      line-height: 40px;
      vertical-align: middle; }
  .select-color .island__content {
    float: right;
    min-width: 160px; }
  .select-color .select-color__label {
    font-weight: bold;
    font-size: 10px; }
  .select-color .select-color__button {
    display: block;
    height: 100%;
    color: #363636;
    text-decoration: none; }
    .select-color .select-color__button:hover, .select-color .select-color__button:focus {
      text-decoration: underline; }
    .select-color .select-color__button.active {
      color: #707070; }
  .select-color[data-mode="dropdown"] .island__header {
    display: none; }
  .select-color[data-mode="dropdown"] .island__content {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none; }
  .select-color[data-mode="dropdown"] .select-color__viewport {
    position: relative;
    margin: 5px 0;
    padding: 1px;
    background: #fff; }
    .select-color[data-mode="dropdown"] .select-color__viewport ul,
    .select-color[data-mode="dropdown"] .select-color__viewport .list__item {
      height: 34px; }
    .select-color[data-mode="dropdown"] .select-color__viewport ul {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      overflow: hidden;
      width: 100% !important;
      height: 34px;
      margin-left: 0 !important;
      padding: 1px;
      border: 2px solid #e2e2e2; }
    .select-color[data-mode="dropdown"] .select-color__viewport .list__item {
      clear: both;
      display: none;
      padding: 0; }
      .select-color[data-mode="dropdown"] .select-color__viewport .list__item.shown, .select-color[data-mode="dropdown"] .select-color__viewport .list__item.active {
        display: block; }
    .select-color[data-mode="dropdown"] .select-color__viewport .list__item--active {
      display: block; }
    .select-color[data-mode="dropdown"] .select-color__viewport .select-color__image {
      width: 30px;
      height: 26px; }
    .select-color[data-mode="dropdown"] .select-color__viewport .imgWrap {
      width: 30px;
      height: 30px;
      line-height: 27px;
      display: inline-block;
      margin-right: 10px; }
  .select-color[data-mode="dropdown"] .active.select-color__viewport ul {
    height: 136px;
    overflow-y: scroll; }
  .select-color[data-mode="dropdown"] .active.select-color__viewport .list__item {
    display: block; }
  .select-color[data-mode="dropdown"] .dropdown__button-toggle {
    width: 28px;
    height: 28px;
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    background: #e2e2e2;
    font-weight: bold;
    font-size: 1.42857em; }
  @media screen and (min-width: 960px) {
    .select-color[data-mode="dropdown"] .island__header {
      float: left;
      display: block; }
    .select-color[data-mode="dropdown"] .select-color__viewport {
      position: absolute;
      top: 15px;
      right: 0;
      margin: 0; }
      .select-color[data-mode="dropdown"] .select-color__viewport ul {
        float: right;
        width: 304px !important; } }
  .select-color[data-mode="dropdown"] .slide__controls {
    display: none; }
  .select-color[data-mode="slider"] .island__header {
    padding: 0; }
    .select-color[data-mode="slider"] .island__header:before, .select-color[data-mode="slider"] .island__header:after {
      content: "";
      display: table; }
    .select-color[data-mode="slider"] .island__header:after {
      clear: both; }
    .select-color[data-mode="slider"] .island__header h2,
    .select-color[data-mode="slider"] .island__header span {
      line-height: 2;
      vertical-align: middle; }
    .select-color[data-mode="slider"] .island__header h2 {
      float: left;
      line-height: 2;
      vertical-align: middle; }
    .select-color[data-mode="slider"] .island__header .count {
      text-align: center;
      display: block;
      color: #000;
      font-size: 13px;
      text-align: left; }
  .select-color[data-mode="slider"] .island__content {
    float: none;
    padding-right: 16px;
    padding-left: 16px; }
  .select-color[data-mode="slider"] .select-color__viewport {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .no-js .select-color[data-mode="slider"] .select-color__viewport {
      overflow-x: scroll; }
  .select-color[data-mode="slider"] ul {
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -ms-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s; }
  .select-color[data-mode="slider"] .list__item {
    width: 105px;
    margin: 0 3px;
    padding: 0; }
  .select-color[data-mode="slider"] .imgWrap {
    width: 105px;
    height: 105px;
    line-height: 102px; }
  .select-color[data-mode="slider"] .select-color__button {
    text-align: center; }
  .select-color[data-mode="slider"] .select-color__label {
    font-size: 0.85714em;
    text-align: center; }
  .select-color[data-mode="slider"] .upfRating {
    display: block; }
  .select-color[data-mode="slider"] [class^="slide__controls__button"] {
    background: none;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #e4af3a;
    font-size: 40px; }
    .select-color[data-mode="slider"] [class^="slide__controls__button"]:hover, .select-color[data-mode="slider"] [class^="slide__controls__button"]:focus {
      color: #707070; }
  .select-color[data-mode="slider"] .slide__controls__button--prev {
    left: 5px; }
  .select-color[data-mode="slider"] .slide__controls__button--next {
    right: 5px; }
  .select-color[data-mode="slider"] .dropdown__button-toggle {
    display: none; }

@media screen and (max-width: 1280px) {
  .MagicZoomPup,
  .MagicZoomBigImageCont {
    display: none !important; } }

[data-mode="slider"] .clsSelectedImg {
  border: solid 1px #333; }

[data-mode="slider"] .select-color__button {
  border: solid 1px transparent; }

[data-mode="slider"] .select-color__button:hover {
  border: solid 1px #ccc; }

.productSpecs .island__content {
  min-height: 50px;
  margin-bottom: 2px; }

.productSpecs .accordion__item .island__content {
  margin-bottom: 0; }

.productSpecs .tab__nav__button--promoted,
.productSpecs .accordion__toggle--promoted {
  color: #9a232e; }

.productSpecs .productSpecs__nav:before, .productSpecs .productSpecs__nav:after {
  content: "";
  display: table; }

.productSpecs .productSpecs__nav:after {
  clear: both; }

.productSpecs .productSpecs__nav li {
  padding: 0;
  float: left;
  margin-bottom: -2px; }
  .productSpecs .productSpecs__nav li + li {
    margin-left: 10px; }

.productSpecs .productSpecs__toggle--accordion {
  margin-bottom: 1px; }

.productSpecs .productSpecs__content {
  clear: both; }

.productSpecs .sizing {
  max-width: 100%;
  overflow: auto; }
  .productSpecs .sizing table {
    width: auto;
    margin-top: 20px; }
  .productSpecs .sizing table:first-child {
    margin-top: 0; }
  .productSpecs .sizing th.nohead {
    display: none; }
  .productSpecs .sizing th,
  .productSpecs .sizing td {
    text-align: center;
    padding: 3px 5px; }
  .productSpecs .sizing th {
    width: 120px; }
  .productSpecs .sizing th + th,
  .productSpecs .sizing th + td,
  .productSpecs .sizing td + td {
    width: 50px; }
  .productSpecs .sizing th:first-child {
    text-align: left; }
  .productSpecs .sizing a {
    color: #b1b1b2;
    border-bottom: 1px solid transparent;
    border-bottom: 0; }
    .productSpecs .sizing a:hover, .productSpecs .sizing a:focus {
      border-bottom-color: #174a7c; }
    .productSpecs .sizing a:hover, .productSpecs .sizing a:focus {
      text-decoration: underline; }
    .productSpecs .sizing a:hover, .productSpecs .sizing a:focus {
      color: #174a7c; }

.productSpecs .technology li {
  float: left;
  width: 100px;
  height: 100px; }
  .productSpecs .technology li + li {
    margin-left: 10px; }

.productSpecs .promoted .sharing__link {
  display: block;
  margin: 5px auto 0; }

.productSpecs .promoted .sprite-self {
  float: left;
  display: block;
  margin-right: 10px; }

.productSpecs[data-mode="tabs"] .productSpecs__nav {
  display: block; }

.productSpecs[data-mode="tabs"] .productSpecs__toggle--accordion {
  display: none; }

.productSpecs[data-mode="accordion"] .productSpecs__nav {
  display: none; }

.productSpecs[data-mode="accordion"] .productSpecs__toggle--accordion {
  display: block; }

.lt-ie9 .productSpecs .tab__content {
  clear: both; }

.product-sharing .sharing__link {
  padding: 0;
  line-height: 29px; }

.product-sharing .sprite-self {
  float: left;
  display: block;
  margin-right: 10px; }

.product-sharing .sprite--print {
  background-position: 0 -50px;
  width: 29px;
  height: 27px; }

.product-sharing .sprite--pdf {
  background-position: 0 -100px;
  width: 24px;
  height: 27px; }

.product-sharing .sprite--email {
  background-position: 0 -150px;
  width: 28px;
  height: 29px; }

.product-sharing a {
  text-decoration: none; }

@media screen and (min-width: 640px) {
  .product-sharing ul {
    padding-left: 100px; }
  .product-sharing .list__item {
    padding: 0 10px; }
  .product-sharing .sharing__link {
    color: #252525;
    line-height: 40px; }
    .product-sharing .sharing__link:hover, .product-sharing .sharing__link:focus {
      color: #707070; }
      .product-sharing .sharing__link:hover .sprite-self, .product-sharing .sharing__link:focus .sprite-self {
        background-position-x: -75px; }
  .product-sharing .sprite--print {
    background-position: -31px -50px;
    width: 40px;
    height: 38px; }
  .product-sharing .sprite--pdf {
    background-position: -31px -100px;
    width: 33px;
    height: 37px; }
  .product-sharing .sprite--email {
    background-position: -31px -150px;
    width: 39px;
    height: 39px; } }

@media screen and (min-width: 960px) {
  .product-sharing {
    font-size: 16px; }
    .product-sharing ul {
      padding-left: 15px; }
      .lt-ie9 .product-sharing ul {
        padding-left: 0px; } }

@media screen and (min-width: 1280px) {
  .product-sharing .list__item {
    padding: 0 16px; } }

@media screen and (min-width: 1280px) {
  .product-sharing ul {
    padding-left: 100px; }
    .lt-ie9 .product-sharing ul {
      padding-left: 90px; } }

.relatedProducts {
  text-align: center; }
  .relatedProducts .island__header {
    text-align: center;
    margin-bottom: 20px; }
  .relatedProducts li {
    margin: 0 0 14px; }
  .relatedProducts a {
    display: block;
    text-decoration: none; }
  .relatedProducts .imgWrap img {
    width: 100%; }
  .relatedProducts .product-header__code {
    font-weight: 500; }
  @media screen and (min-width: 640px) {
    .relatedProducts .island__content {
      text-align: center; }
    .relatedProducts li {
      display: inline-block;
      width: 167px;
      margin: 0 15px 15px;
      vertical-align: top; }
    .relatedProducts .imgWrap {
      width: 163px;
      height: 198.86px;
      line-height: 195.86px; }
      .relatedProducts .imgWrap img {
        width: auto; } }
  @media screen and (min-width: 960px) {
    .relatedProducts li {
      margin-left: 5px;
      margin-right: 5px; } }
  @media screen and (min-width: 1280px) {
    .relatedProducts li {
      margin-left: 30px;
      margin-right: 10px; } }

.footer .pgWidth .social-media ul, .footer #bd .navigation--breadcrumb .social-media ul, #bd .footer .navigation--breadcrumb .social-media ul, .footer .container .social-media ul {
  padding: 0;
  margin: 0; }

.footer .pgWidth .social-media li, .footer #bd .navigation--breadcrumb .social-media li, #bd .footer .navigation--breadcrumb .social-media li, .footer .container .social-media li {
  display: inline-block;
  margin-right: 5px; }

.footer .pgWidth .social-media a, .footer #bd .navigation--breadcrumb .social-media a, #bd .footer .navigation--breadcrumb .social-media a, .footer .container .social-media a {
  display: inline-block;
  border: 1px solid #ccc;
  color: #fff;
  padding: 6px;
  text-align: center;
  min-width: 28px;
  box-sizing: border-box;
  font-size: 13px; }
  .footer .pgWidth .social-media a:hover, .footer #bd .navigation--breadcrumb .social-media a:hover, #bd .footer .navigation--breadcrumb .social-media a:hover, .footer .container .social-media a:hover, .footer .pgWidth .social-media a:focus, .footer #bd .navigation--breadcrumb .social-media a:focus, #bd .footer .navigation--breadcrumb .social-media a:focus, .footer .container .social-media a:focus {
    background: #e2b13b;
    border-color: #e2b13b;
    color: #000; }

.tile-categories {
  padding-top: 30px;
  background: #000; }
  .tile-categories,
  .tile-categories * {
    box-sizing: border-box; }
  .tile-categories > h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Maven Pro", sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px; }
  .tile-categories .row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media screen and (min-width: 960px) {
    .tile-categories > h2 {
      font-size: 31px; } }
  .tile-categories .tile-col {
    width: 100%; }
    .tile-categories .tile-col .bg-img {
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 60%;
      display: block;
      position: relative; }
    .tile-categories .tile-col .tile-categories-content {
      position: absolute;
      left: 0px;
      bottom: 20px;
      width: 100%;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      padding: 15px; }
    .tile-categories .tile-col .tile-categories-title {
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
      font-family: "Maven Pro", sans-serif;
      letter-spacing: 1px; }
    .tile-categories .tile-col .tile-categories-btn {
      margin-top: 10px;
      border: 1px solid #fff;
      background: #222;
      color: #fff;
      text-transform: uppercase;
      font-weight: 500;
      display: inline-block;
      padding: 10px 15px;
      letter-spacing: 1px; }
    @media screen and (min-width: 512px) {
      .tile-categories .tile-col {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      .tile-categories .tile-col .tile-categories-btn {
        display: none; } }
    @media screen and (min-width: 640px) {
      .tile-categories .tile-col {
        width: 33.3333%; }
        .tile-categories .tile-col .bg-img {
          padding-top: 100%; } }
    @media screen and (min-width: 960px) {
      .tile-categories .tile-col {
        width: 25%; }
        .tile-categories .tile-col .tile-categories-content {
          padding: 20px; }
        .tile-categories .tile-col .tile-categories-title {
          font-size: 25px; } }

.cta {
  background-size: cover;
  background-position: center center;
  padding: 15px 0;
  color: #fff;
  font-size: 13px;
  line-height: 24px; }
  .cta h2 {
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 10px; }
    @media screen and (min-width: 640px) {
      .cta h2 {
        font-size: 30px; } }
  .cta .row {
    margin-left: -15px;
    margin-right: -15px; }
    .cta .row .col {
      padding-left: 15px;
      padding-right: 15px; }
      @media screen and (min-width: 640px) {
        .cta .row .col {
          width: 64%; } }
  .cta .btn {
    margin-top: 5px; }

.text-yellow {
  color: #e2b13b; }

.btn {
  display: inline-block;
  padding: 5px 15px 7px;
  border-radius: 3px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px; }

.btn-yellow {
  background: #e2b13b;
  color: #fff; }
  .btn-yellow:hover, .btn-yellow:focus {
    background: #000;
    color: #fff; }

.products-featured {
  padding-top: 20px;
  padding-bottom: 20px; }
  .products-featured h2.beta {
    color: #fff;
    text-transform: uppercase;
    font-family: "Maven Pro", sans-serif;
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 15px; }
    @media screen and (min-width: 960px) {
      .products-featured h2.beta {
        font-size: 31px; } }
  .products-featured ul {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media screen and (min-width: 640px) {
      .products-featured ul {
        display: flex; } }
  .products-featured li {
    margin-bottom: 30px; }
    @media screen and (min-width: 640px) {
      .products-featured li {
        width: 33.333333%; } }
  .products-featured a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    overflow: hidden;
    /*> div {
            margin-bottom: 5px;
        }*/ }
  .products-featured .img-bg {
    padding-top: 72%;
    background-size: cover;
    background-position: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .products-featured .img-bg {
        padding-top: 56.25%; } }
  .products-featured.container {
    max-width: 795px; }

.form-group:before, .form-group:after {
  content: "";
  clear: both;
  display: table; }

/* not on this project
@import "widgets/_blog/blog"; not on this project
@import "widgets/_forms/forms"; // all label/field pairs, buttons, etc
@import "widgets/_news/news"; //summary, list, details
@import "widgets/_events/events"; //summary, list, details
@import "widgets/_forum/forum"; //cr27 threads, cr48 posts


//begin customs
@import "widgets/cr01/cr01";
@import "widgets/cr02/cr02";
@import "widgets/cr03/cr03";
@import "widgets/cr05/cr05";
@import "widgets/cr06/cr06";
@import "widgets/cr07/cr07";
@import "widgets/cr08/cr08";
@import "widgets/cr09/cr09";
@import "widgets/cr10/cr10";
*/
/*------------------------------------*	!page

	what does the page (ignoring grid layout and widgets) look like and change from page-to-page / media queries

	header

	main
	
	footer


	logo
	copy
	signature


	theming for sidebar etc, functionality though in _grids
\*------------------------------------*/
html {
  height: 100%;
  background-color: #8E8F90;
  margin: 0 auto; }
  @media screen and (min-width: 1280px) {
    html {
      background-color: #FFF; }
      html.noBackground {
        background: none; } }
  html,
  html * {
    box-sizing: border-box; }

body {
  margin: 0;
  width: 100%;
  background: #fff !important;
  font-family: "Maven Pro", sans-serif;
  /*&.pageID-ed5c814e-511e-4bf3-9c63-6f9a1158b89a { background: /* url(/app_themes/standard/images/home-background2013.04.29.jpg) repeat; */
  /*url(/app_themes/standard/images/home-background.jpg) repeat; }*/
  /*@media screen and (min-width: grids(2)) {*/
  /*//background: #fff url(/app_themes/standard/images/default-background.jpg) center 0 no-repeat;//was repeat-x*/
  /*&.pageID-ed5c814e-511e-4bf3-9c63-6f9a1158b89a { background-repeat: repeat; background-size: 1930px 1126px; }*/
  /*}*/ }

a:focus {
  outline: none; }

.img-responsive {
  height: auto;
  max-width: 100%;
  width: 100%; }

.header {
  background: #000;
  z-index: 100;
  position: relative;
  /*@include wsLinearGradient(#8e8f90, top, #999a9b 0, #8e8f90 100% );*/
  /*@media screen and (min-width: grids(3)) {
		background: none;
	}*/ }
  .header .pgWidth, .header #bd .navigation--breadcrumb, #bd .header .navigation--breadcrumb, .header .container {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (min-width: 960px) {
      .header .pgWidth, .header #bd .navigation--breadcrumb, #bd .header .navigation--breadcrumb, .header .container {
        align-items: flex-start; } }

.thePage {
  padding: 0; }
  @media screen and (min-width: 640px) {
    .thePage {
      /*padding: 15px $gutter $gutter;*/ } }
  @media screen and (min-width: 960px) {
    .thePage {
      /*padding: 15px 0 0;*/ } }

.bg-black {
  background: #000; }

.footer {
  /*@include wsLinearGradient(#8e8f90, top, #999a9b 0, #8e8f90 100% );*/
  background: none;
  font-size: 0.78571em; }
  .footer .bg-black {
    padding-top: 60px;
    padding-bottom: 60px; }
    .footer .bg-black > .pgWidth > .sf_cols, .footer #bd .bg-black > .navigation--breadcrumb > .sf_cols, #bd .footer .bg-black > .navigation--breadcrumb > .sf_cols, .footer .bg-black > .container > .sf_cols {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px; }
      .footer .bg-black > .pgWidth > .sf_cols, .footer #bd .bg-black > .navigation--breadcrumb > .sf_cols, #bd .footer .bg-black > .navigation--breadcrumb > .sf_cols, .footer .bg-black > .container > .sf_cols,
      .footer .bg-black > .pgWidth > .sf_cols *,
      .footer #bd .bg-black > .navigation--breadcrumb > .sf_cols *, #bd
      .footer .bg-black > .navigation--breadcrumb > .sf_cols *,
      .footer .bg-black > .container > .sf_cols * {
        box-sizing: border-box; }
      .footer .bg-black > .pgWidth > .sf_cols .sf_colsOut, .footer #bd .bg-black > .navigation--breadcrumb > .sf_cols .sf_colsOut, #bd .footer .bg-black > .navigation--breadcrumb > .sf_cols .sf_colsOut, .footer .bg-black > .container > .sf_cols .sf_colsOut {
        padding-left: 15px;
        padding-right: 15px; }
        .footer .bg-black > .pgWidth > .sf_cols .sf_colsOut .sf_colsIn, .footer #bd .bg-black > .navigation--breadcrumb > .sf_cols .sf_colsOut .sf_colsIn, #bd .footer .bg-black > .navigation--breadcrumb > .sf_cols .sf_colsOut .sf_colsIn, .footer .bg-black > .container > .sf_cols .sf_colsOut .sf_colsIn {
          margin: 0; }
      @media screen and (max-width: 1280px) {
        .footer .bg-black > .pgWidth > .sf_cols, .footer #bd .bg-black > .navigation--breadcrumb > .sf_cols, #bd .footer .bg-black > .navigation--breadcrumb > .sf_cols, .footer .bg-black > .container > .sf_cols {
          padding-top: 30px;
          padding-bottom: 30px; }
          .footer .bg-black > .pgWidth > .sf_cols .sf_colsOut, .footer #bd .bg-black > .navigation--breadcrumb > .sf_cols .sf_colsOut, #bd .footer .bg-black > .navigation--breadcrumb > .sf_cols .sf_colsOut, .footer .bg-black > .container > .sf_cols .sf_colsOut {
            width: 33.333%;
            margin-bottom: 30px; }
          .footer .bg-black > .pgWidth > .sf_cols .sf_4cols_1_25, .footer #bd .bg-black > .navigation--breadcrumb > .sf_cols .sf_4cols_1_25, #bd .footer .bg-black > .navigation--breadcrumb > .sf_cols .sf_4cols_1_25, .footer .bg-black > .container > .sf_cols .sf_4cols_1_25 {
            width: 100%; } }
      @media screen and (max-width: 640px) {
        .footer .bg-black > .pgWidth > .sf_cols .sf_colsOut, .footer #bd .bg-black > .navigation--breadcrumb > .sf_cols .sf_colsOut, #bd .footer .bg-black > .navigation--breadcrumb > .sf_cols .sf_colsOut, .footer .bg-black > .container > .sf_cols .sf_colsOut {
          width: 100%; } }
  .footer .bg-grey {
    background: #222; }
  .footer .sfContentBlock {
    color: #888; }
    .footer .sfContentBlock h2 {
      color: #e2b13b;
      margin-bottom: 20px;
      text-transform: uppercase;
      text-align: left; }
      @media screen and (max-width: 960px) {
        .footer .sfContentBlock h2 {
          font-size: 16px;
          margin-bottom: 15px; } }
  @media screen and (min-width: 1280px) {
    .footer {
      /*background: #fff;*/
      background: none; }
      .pageID-ed5c814e-511e-4bf3-9c63-6f9a1158b89a .footer {
        background: none; } }
  @media screen and (min-width: 1280px) {
    .footer .border-block {
      border-top: 2px solid #e2e2e2;
      padding: 10px; } }

body.pageID-ed5c814e-511e-4bf3-9c63-6f9a1158b89a .footer .border-block {
  border: none;
  padding: 0; }

.pgWidth, #bd .navigation--breadcrumb, .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  width: 320px;
  padding-left: 15px;
  padding-right: 15px;
  /*.header & {
	background:#949596;
	padding: 5px;

	@media screen and (min-width: grids(3)) {
		padding: 15px 0 0;
        background-color: rgba(0,0,0,0.15);
	}
}*/ }
  @media screen and (min-width: 640px) {
    .pgWidth, #bd .navigation--breadcrumb, .container {
      width: 640px; } }
  @media screen and (min-width: 960px) {
    .pgWidth, #bd .navigation--breadcrumb, .container {
      width: 980px; } }
  @media screen and (min-width: 1280px) {
    .pgWidth, #bd .navigation--breadcrumb, .container {
      width: 1200px; } }
  .thePage .pgWidth, .thePage #bd .navigation--breadcrumb, #bd .thePage .navigation--breadcrumb, .thePage .container {
    /*padding: $mobileGutter $mobileGutter 20px;*/
    /*.pageID-ed5c814e-511e-4bf3-9c63-6f9a1158b89a & {
            background-color: transparent; //adding to the home titles guy
            padding: 0;

            @media screen and (min-width: grids(2)) {
                background-color: #fff;
            }

            @media screen and (min-width: grids(2)) {
                padding: 5px 0 0 5px;
            }

            @media screen and (min-width: grids(3)) {
                padding: $gutter;
            }
            //no bottom padding, gets from botttom margin of each tile
            @media screen and (min-width: grids(4)) {
                padding: 20px 20px 0
            }
        }


        @media screen and (min-width: grids(3)) {
            padding: 15px $gutter $gutter*2;
        }*/ }
  .footer .pgWidth, .footer #bd .navigation--breadcrumb, #bd .footer .navigation--breadcrumb, .footer .container {
    padding: 15px 10px;
    line-height: 0.94;
    color: #d7d7d7; }
    .footer .pgWidth a, .footer #bd .navigation--breadcrumb a, #bd .footer .navigation--breadcrumb a, .footer .container a {
      color: #d7d7d7;
      border-bottom: 1px solid transparent;
      text-decoration: none; }
      .footer .pgWidth a:hover, .footer #bd .navigation--breadcrumb a:hover, #bd .footer .navigation--breadcrumb a:hover, .footer .container a:hover, .footer .pgWidth a:focus, .footer #bd .navigation--breadcrumb a:focus, #bd .footer .navigation--breadcrumb a:focus, .footer .container a:focus {
        color: #fff;
        border-color: #fff; }
    @media screen and (min-width: 1280px) {
      .footer .pgWidth, .footer #bd .navigation--breadcrumb, #bd .footer .navigation--breadcrumb, .footer .container {
        /*padding: 10px 2*$gutter 0;*/
        padding: 10px 20px 13px;
        /*border-top: 2px solid #e2e2e2;*/
        /*color: #898989;*/
        color: #b1b1b2;
        text-align: left; }
        .footer .pgWidth a, .footer #bd .navigation--breadcrumb a, #bd .footer .navigation--breadcrumb a, .footer .container a {
          color: #b1b1b2;
          border-bottom: 1px solid transparent;
          border-bottom: 0; }
          .footer .pgWidth a:hover, .footer #bd .navigation--breadcrumb a:hover, #bd .footer .navigation--breadcrumb a:hover, .footer .container a:hover, .footer .pgWidth a:focus, .footer #bd .navigation--breadcrumb a:focus, #bd .footer .navigation--breadcrumb a:focus, .footer .container a:focus {
            border-bottom-color: #174a7c; }
          .footer .pgWidth a:hover, .footer #bd .navigation--breadcrumb a:hover, #bd .footer .navigation--breadcrumb a:hover, .footer .container a:hover, .footer .pgWidth a:focus, .footer #bd .navigation--breadcrumb a:focus, #bd .footer .navigation--breadcrumb a:focus, .footer .container a:focus {
            text-decoration: underline; }
          .footer .pgWidth a:hover, .footer #bd .navigation--breadcrumb a:hover, #bd .footer .navigation--breadcrumb a:hover, .footer .container a:hover, .footer .pgWidth a:focus, .footer #bd .navigation--breadcrumb a:focus, #bd .footer .navigation--breadcrumb a:focus, .footer .container a:focus {
            color: #174a7c; }
          .footer .pgWidth a:hover, .footer #bd .navigation--breadcrumb a:hover, #bd .footer .navigation--breadcrumb a:hover, .footer .container a:hover, .footer .pgWidth a:focus, .footer #bd .navigation--breadcrumb a:focus, #bd .footer .navigation--breadcrumb a:focus, .footer .container a:focus {
            color: #fff;
            text-decoration: none; } }

.pageID-9b089269-9720-4995-9b01-319eace6e59e .navigation--breadcrumb .rsmItem:first-child,
.pageID-9b089269-9720-4995-9b01-319eace6e59e .navigation--breadcrumb .rsmItem:first-child a {
  color: #fff !important; }

.pageID-9b089269-9720-4995-9b01-319eace6e59e .sfContentBlock .standout {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em; }

@media screen and (min-width: 1280px) {
  .NOpageID-d5f70a42-c914-4374-a776-514a57363468 .layout__main {
    background: url("/app_themes/standard/images/jbsaboutus.jpg") no-repeat;
    min-height: 1090px; }
    .NOpageID-d5f70a42-c914-4374-a776-514a57363468 .layout__main .intro {
      font-size: 22px;
      color: gray;
      margin-top: 20px;
      line-height: 1.4; }
    .NOpageID-d5f70a42-c914-4374-a776-514a57363468 .layout__main p {
      margin-top: 20px;
      line-height: 1.6; }
    .NOpageID-d5f70a42-c914-4374-a776-514a57363468 .layout__main > div {
      float: right;
      width: 43%;
      padding-right: 50px; } }

.img-responsive img {
  max-width: 100%;
  height: auto; }

.header__logo {
  margin-left: -2px; }
  .header__logo h1 {
    color: #ffffff; }
  .header__logo > div {
    display: table-cell;
    vertical-align: bottom;
    /*padding:0 15px 15px;*/
    padding: 0; }
    .header__logo > div.tag-line {
      text-align: right;
      padding-bottom: 5px;
      display: none; }
      @media screen and (min-width: 960px) {
        .header__logo > div.tag-line {
          display: table-cell; } }
  .header__logo a {
    display: block;
    width: 115px;
    position: relative;
    z-index: 7001;
    /*@media screen and (min-width: 1190px) {
		left: 0 ;
	}*/ }
    .header__logo a img {
      max-width: 100%;
      max-height: 100%; }
    @media screen and (min-width: 960px) {
      .header__logo a {
        width: 215px; }
        .header__logo a img {
          max-width: 100%;
          max-height: 100%;
          margin-bottom: -39px; }
        .pageID-dd60f8e1-b2fe-431b-b5ed-77fb3a41076b .header__logo a,
        .pageID-dd60f8e1-b2fe-431b-b5ed-77fb3a41076b .header__logo a img {
          width: 145px; }
        .pageID-dd60f8e1-b2fe-431b-b5ed-77fb3a41076b .header__logo a img {
          margin-bottom: 0px; } }

.footer__copywrite {
  width: 100%;
  text-align: center;
  font-size: 13px; }
  @media screen and (min-width: 640px) {
    .footer__copywrite {
      /*float: left;*/
      margin-left: 0;
      width: auto; } }

@media screen and (min-width: 640px) {
  .footer__signature {
    float: right; } }

@media screen and (min-width: 1280px) {
  .footer__signature {
    /*@include pos(a, 10px 2*$gutter null null);*/
    /*@include pos(a, 14px 2*$gutter null null);*/
    /*float: none;*/
    float: right; } }

/********************** FLEX SLIDER THINGS **************************************/
.flex-link {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0; }
  .flex-link a {
    height: 100%; }
    .flex-link a .link-wrapper {
      left: 110px;
      position: absolute;
      top: 230px; }
      .flex-link a .link-wrapper .link-text {
        font-size: 22px;
        color: #446063;
        background: #e6dad2;
        padding: 6px 10px 5px 11px; }
      .flex-link a .link-wrapper .link-arrow {
        background: #476164;
        color: #ffffff;
        font-size: 16px;
        padding: 9px 8px 8px;
        position: relative;
        top: -2px; }
    .flex-link a:hover .link-text {
      opacity: 0.8; }
    .flex-link a:hover .link-arrow {
      opacity: 0.8; }

/*.header {*/
.banner-wrapper .flex-direction-nav a {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 44px;
  color: #fff;
  text-decoration: none;
  font-size: 3.21429em;
  text-align: center;
  vertical-align: middle;
  opacity: 0.7;
  z-index: 2; }
  .banner-wrapper .flex-direction-nav a:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased; }
    .banner-wrapper .flex-direction-nav a:before:before {
      display: inline-block;
      speak: none; }
  .banner-wrapper .flex-direction-nav a:hover {
    color: #ffffff;
    opacity: 0.25; }

.banner-wrapper .flex-direction-nav .flex-prev {
  left: 10px; }
  .banner-wrapper .flex-direction-nav .flex-prev:before {
    content: "\f137"; }

.banner-wrapper .flex-direction-nav .flex-next {
  right: 10px; }
  .banner-wrapper .flex-direction-nav .flex-next:before {
    content: "\f138"; }

.banner-wrapper .flex-control-nav {
  display: none; }

/*}*/
.layout--st01 {
  margin-left: -5px;
  margin-right: -5px; }
  @media screen and (min-width: 960px) {
    .layout--st01 {
      margin: 0; } }

.header .navigation {
  width: 100%; }
  @media screen and (min-width: 960px) {
    .header .navigation {
      padding-left: 60px; } }

.nav-horizontal-dropdown {
  z-index: 7000;
  /*margin-top:21px;*/
  width: 100%; }
  @media screen and (min-width: 640px) {
    .nav-horizontal-dropdown {
      overflow: hidden; } }
  @media screen and (min-width: 960px) {
    .nav-horizontal-dropdown {
      display: none;
      padding: 48px 20px 10px;
      background: #e2e2e2;
      position: absolute;
      left: 0;
      right: 0;
      width: auto;
      margin-left: 0px; }
      .nav-horizontal-dropdown .nav-root {
        /*display: flex;
        flex-wrap: wrap;*/ } }

.home-button {
  background-image: url("/app_themes/standard/images/icon-home-off.jpg");
  background-position: center center;
  display: none;
  font-size: 0;
  height: 44px;
  overflow: hidden;
  text-indent: 200%;
  white-space: normal;
  width: 50px;
  float: left;
  background-color: #414143;
  /*margin-right:20px;*/ }
  .home-button:hover {
    background-image: url("/app_themes/standard/images/icon-home-on.jpg"); }
  @media screen and (min-width: 960px) {
    .home-button {
      display: block; } }

/*a.navigation__navicon {
background-image: url("/app_themes/standard/images/icon-menu-off.jpg");
background-color:#7f8080;
background-position: center center;    
height: 42px;
width: 44px;
position: absolute;
top: 5px;
right: 5px;
text-indent:200%;
border:none;
font-size:0;
overflow:hidden;
cursor:pointer;

&:hover {
    background-color:#555555;
    background-image: url("/app_themes/standard/images/icon-menu-on.jpg");
}

@media screen and (min-width: grids(2)) {

}

@media screen and (min-width: grids(3)) {
    background: none;
    color: #ffffff;
    font-size: 15px;
    height: 44px;
    text-transform:uppercase;
    padding:0 20px;
    position:relative;
    top:0;
    right:0;
    text-indent:0;
    width:auto;
    line-height:44px;
    display:inline-block;

    &:hover {
        background:#e2e2e2;
        color:#6e6e6f;
    }
}
}*/
body {
  padding-top: 50px; }

html:not(.sfPageEditorWrp) #hd {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%; }

@media screen and (min-width: 960px) {
  #hd .navigation--site-products--active .navigation__navicon {
    background: #e2e2e2;
    color: #000; } }

#hd .navigation--site-products--active .nav-horizontal-dropdown {
  display: block; }

li.nav-item {
  float: none; }
  @media screen and (min-width: 640px) {
    li.nav-item {
      float: left;
      width: 20%;
      border: 0; } }
  @media screen and (min-width: 960px) {
    li.nav-item {
      width: 11.111111%;
      padding-left: 10px;
      padding-right: 10px;
      box-sizing: border-box; } }
  li.nav-item:first-child {
    display: none; }
  li.nav-item:last-child {
    margin-top: 10px; }
  li.nav-item a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0 10px 10px;
    display: block;
    text-transform: uppercase; }
    li.nav-item a:hover {
      color: #999999; }
    @media screen and (min-width: 640px) {
      li.nav-item a {
        padding: 0; } }
    @media screen and (min-width: 640px) {
      li.nav-item a {
        font-size: 13px; } }
  @media screen and (min-width: 640px) {
    li.nav-item > a {
      font-weight: 700;
      margin-bottom: 10px; } }
  @media screen and (min-width: 960px) {
    li.nav-item > a {
      color: #3f3f3e;
      display: block; } }
  li.nav-item ul {
    display: none; }
    @media screen and (min-width: 640px) {
      li.nav-item ul {
        display: block; } }
  li.nav-item li {
    padding: 0; }
    li.nav-item li a {
      font-size: 13px;
      font-weight: 400; }
      @media screen and (min-width: 960px) {
        li.nav-item li a {
          color: #1e1e1e; } }
  li.nav-item .sub-nav-item {
    margin-bottom: 5px; }
    li.nav-item .sub-nav-item > a {
      font-weight: 700;
      margin-bottom: 5px;
      display: block; }
      @media screen and (min-width: 960px) {
        li.nav-item .sub-nav-item > a {
          color: #3f3f3e; } }

li.sub-nav-item > a {
  font-size: 13px;
  font-weight: 500; }
  @media screen and (min-width: 960px) {
    li.sub-nav-item > a {
      color: #3f3f3e; } }

/*.new-nav { display: none; }*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #eee inset !important; }

/*
.layout
.layout--st01
.layout--st02


.layout__main
	(needed?)
	.layout__main__content
	.layout__main__aux
.layout__sidebar



*/
.layout--st01 {
  margin-left: -15px;
  margin-right: -15px; }
  @media screen and (min-width: 640px) {
    .layout--st01 {
      display: -webkit-flex;
      display: flex; } }
  .layout--st01 > div:first-child {
    background: #000;
    position: relative;
    color: #fff; }
    .layout--st01 > div:first-child h1 {
      color: #fff; }
    @media screen and (min-width: 640px) {
      .layout--st01 > div:first-child {
        width: 33.3333%; }
        .layout--st01 > div:first-child:before {
          content: "";
          position: absolute;
          top: 0px;
          right: 0px;
          bottom: 0px;
          left: -1000%;
          background: #000; } }
    @media screen and (min-width: 960px) {
      .layout--st01 > div:first-child {
        width: 22.41379%; } }
  .layout--st01 .layout__main,
  .layout--st01 .layout__sidebar {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px; }
  .layout--st01 .layout__main {
    /*@media screen and (min-width: grids(2)) {
		    float: right;
		    width: 390px;
	    }

	    @media screen and (min-width: grids(3)) {
		    width: (900px / $totalGrid ) * 100%;

			
	    }*/ }
  .layout--st01 .layout__sidebar {
    z-index: 2;
    position: relative;
    /*@media screen and (min-width: grids(2)) {
		float: left;
		width: 240px;

		> .sf_colsIn {
			
			margin-right: $gutter * 2;
		}
	}
		
	@media screen and (min-width: grids(3)) {
		width: (260px / $totalGrid ) * 100%; //need to include gutter
	}*/ }

@media screen and (min-width: 960px) {
  .layout--st02 .layout__main {
    float: right;
    width: 77.58621%; } }

@media screen and (min-width: 960px) {
  .layout--st02 .layout__sidebar {
    float: left;
    width: 22.41379%; }
    .layout--st02 .layout__sidebar > .sf_colsIn {
      margin-right: 20px; } }

.product-layout .product-layout__main__heading p {
  font-weight: 400;
  font-size: 18px;
  text-align: center; }

@media screen and (min-width: 640px) {
  .product-layout .product-layout__main__heading {
    float: right;
    width: 49%; } }

@media screen and (min-width: 1280px) {
  .product-layout .product-layout__main__heading {
    width: 705px; } }

.product-layout .product-layout__main__image-holder:before, .product-layout .product-layout__main__image-holder:after {
  content: "";
  clear: both;
  display: table; }

@media screen and (min-width: 640px) {
  .product-layout .product-layout__main__image-holder {
    float: left;
    width: 49%; } }

@media screen and (min-width: 960px) {
  .product-layout .product-layout__main__image-holder {
    width: 450px; } }

.product-layout .product-layout__main__tab {
  clear: both; }
  @media screen and (min-width: 640px) {
    .product-layout .product-layout__main__tab {
      clear: right;
      float: right;
      width: 49%; } }
  @media screen and (min-width: 1280px) {
    .product-layout .product-layout__main__tab {
      width: 705px; } }

.product-layout .product-layout__main__select {
  clear: right;
  margin-bottom: 30px; }
  @media screen and (min-width: 640px) {
    .product-layout .product-layout__main__select {
      float: right;
      width: 49%; } }
  @media screen and (min-width: 1280px) {
    .product-layout .product-layout__main__select {
      width: 705px; } }

.product-layout .product-layout__main__links {
  clear: both;
  margin-bottom: 30px; }
  @media screen and (min-width: 960px) {
    .product-layout .product-layout__main__links {
      clear: right;
      float: right;
      width: 49%; } }
  @media screen and (min-width: 1280px) {
    .product-layout .product-layout__main__links {
      width: 705px; } }

.product-layout .product-layout__aside {
  clear: both; }

.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container,
  .container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.sfimageWrp.img-responsive {
  text-align: center; }

@media print {
  /*print websilk templates  scss - by MC */
  /*------------------------------------*	!print css

	warn: this is imported via base.scss and is already wrapped in "@media print {}"

\*------------------------------------*/
  #bd .product-layout {
    /*.product-layout__main > div { float: none; }*/ }
    #bd .product-layout .heroHolder {
      float: none;
      width: 100% !important; }
      #bd .product-layout .heroHolder .MagicZoomPlus {
        display: block !important; }
      #bd .product-layout .heroHolder a {
        border: none; }
    #bd .product-layout .productSpecs .tab__heading,
    #bd .product-layout .productSpecs .island__content {
      display: block !important; }
    #bd .product-layout .productSpecs .island__content {
      margin-bottom: 2px; }
    #bd .product-layout .productSpecs .tab__nav {
      display: none; }
    #bd .product-layout .productSpecs a:after {
      display: none; }
    #bd .product-layout .productSpecs .downloadHighRes {
      padding: 0; }
    #bd .product-layout .select-color {
      clear: both;
      /*
		li {
			display: inline!important;
			padding: 0;
			
			+ li:before { content: ", "; }

			.select-color__label { text-transform: lowercase; }
		}
		*/
      /*.imgWrap { @include wsBox(105px) ; }*/ }
      #bd .product-layout .select-color .island__header {
        display: none; }
      #bd .product-layout .select-color .island__content {
        position: static;
        float: none; }
      #bd .product-layout .select-color .dropdown,
      #bd .product-layout .select-color .slide__viewport {
        position: static;
        height: auto;
        overflow: visible; }
      #bd .product-layout .select-color ul {
        position: static;
        overflow: visible;
        width: 100% !important;
        height: auto;
        float: none;
        border: none;
        page-break-inside: avoid; }
        #bd .product-layout .select-color ul:before, #bd .product-layout .select-color ul:after {
          content: "";
          display: table; }
        #bd .product-layout .select-color ul:after {
          clear: both; }
        #bd .product-layout .select-color ul:before {
          margin-bottom: 13px;
          font-size: 1.42857em;
          font-weight: bold;
          line-height: 1;
          content: "Available Colours:";
          display: block;
          margin: 0;
          font-size: 16px; }
        #bd .product-layout .select-color ul.select-color__lenses:before {
          content: "Available Lenses:"; }
      #bd .product-layout .select-color li {
        display: block;
        float: left;
        width: 100px;
        height: 138px;
        text-align: center;
        padding: 10px 15px; }
      #bd .product-layout .select-color .select-color__button {
        padding: 0; }
    #bd .product-layout .tab__content {
      page-break-inside: avoid; }
  #ft,
  .search-box,
  .sfPageBrowseAndEditToolbarWrp,
  .navigation,
  .navigation--breadcrumb,
  .sfsearchBox,
  .product-layout__main__links,
  .slide__controls,
  .product-layout__aside,
  .MagicZoomPlusHint,
  .downloadHighRes .media__content,
  .heroHolder a:after,
  .select-color a:after,
  abbr:after,
  .footer__signature a:after,
  .dropdown__button-toggle,
  .accordion__toggle {
    display: none !important; }
  .lt-ie9 #bd {
    padding-top: 20px; }
  .clsPrintThumbs {
    float: right;
    margin-right: 20px; }
  .divPrintThumbsClear {
    clear: both; }
  .clsPrintImage {
    border: solid 1px #ccc;
    padding: 10px;
    margin-bottom: 5px; }
  body {
    padding: 0 !important; }
  /*.header__logo_print {

    display:table;
    height:100%;
    width:100%;
	background-color: #000;	
	margin-bottom: 10px;

    &>div {
            display:table-cell;
            vertical-align:bottom;
            /*padding:0 15px 15px;
            padding:0;

            @media screen and (min-width: grids(3)) {
                    padding:0 15px 15px;
                }
            
            &.tag-line {
                text-align:right;
                padding-bottom:5px;
                display:none;

                @media screen and (min-width: grids(3)) {
                    display:table-cell;
                }
            }
          }

	a {
		@include wsSprite( -125px 0, 112px 41px);
		//@include wsBox(200px 61px);
		display: block;
		//background: url(/app_themes/standard/images/logo.png) no-repeat;


		//make p:a so menu can fit, remember no-float sf backend
		@media screen and (min-width: grids(3)) {
			//full res
			//@include wsSprite( left bottom, 200px 73px);
            background: url(/app_themes/standard/images/logo.png) no-repeat;
            width:258px;
            height:93px;
			margin: 15px 0 15px 25px;
		}

		/*@media screen and (min-width: 1190px) {
			left: 0 ;
		}
	}
}*/
  #hd {
    position: static;
    width: 100%;
    background: transparent !important;
    padding: 2px 0; }
    #hd .pgWidth, #hd #bd .navigation--breadcrumb, #bd #hd .navigation--breadcrumb, #hd .container {
      width: 100%;
      display: block;
      background: none !important; }
  #bd {
    padding-top: 60px !important; }
  @page {
    margin: 0.3cm; }
  * {
    -webkit-print-color-adjust: exact !important; }
  a[href]:after {
    content: none !important; }
  body {
    width: 1170px !important;
    max-width: inherit; }
  .container {
    width: 1170px !important; }
  .sfInlineEditingPageMenu {
    display: none !important; }
  .product-layout__main__select {
    /*white-space: nowrap;
        height: 150px;
        overflow: hidden;*/ }
  .relatedProducts li {
    float: left;
    width: 33%; }
  .product-layout .product-layout__main {
    overflow: hidden; }
  .product-layout .product-layout__main__image-holder {
    width: 35% !important;
    display: inline-block;
    clear: none !important;
    float: left;
    vertical-align: top; }
  .product-layout .tab-container,
  .product-layout .product-layout__main__select {
    width: 60% !important;
    display: inline-block;
    vertical-align: top;
    float: right !important;
    clear: none !important; }
  .product-header--large .product-header__title {
    font-size: 45px; }
  .product-header--large .product-header__code {
    color: #000;
    font-size: 1.85714em;
    font-weight: 500; }
  .product-layout .product-layout__main__heading p {
    font-weight: 400;
    font-size: 18px;
    text-align: center; }
  .list--horizontal {
    margin-left: 0 !important; }
  .fauxNav {
    width: 100%; }
  .fauxNav li {
    display: inline-block;
    float: left;
    width: 20%; }
    .fauxNav li > a {
      width: 100% !important;
      height: 200px !important; }
  #bd .product-layout__main__image-holder .heroHolder > .imgWrap {
    width: 100% !important;
    height: 400px !important; }
  .header__logo > div {
    display: block; } }
