/*
http://colorschemedesigner.com/#3s21T--umw0w0
Color Pallet
Accent: #f66d26
Primary: #006699, #1D5773, #00557F, #1BA1E2, #5CA7CC, #E1EEF4

 */
@font-face {
  font-family: 'GoodPro-Wide';
  src: url("../fonts/GoodPro-WideLight.otf"),
       url('../fonts/GoodPro-WideLight.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GoodPro-WideBook';
  src: url("../fonts/GoodPro-WideBook.otf"), url('../fonts/GoodPro-WideBook.eot?#iefix') format('embedded-opentype');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'GoodPro';
  src: url("../fonts/GoodPro-Light.otf"), url('../fonts/GoodPro-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GoodPro-WideLight';
  src: url("../fonts/GoodPro-WideLight.otf"), url('../fonts/GoodPro-WideLight.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GoodPro';
  src: url("../fonts/GoodPro-Medium.otf"), url('../fonts/GoodPro-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'GoodPro-WideMedium';
  src: url("../fonts/GoodPro-WideMedium.otf"), url('../fonts/GoodPro-WideMedium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
  	font-family: 'GoodPro-Wide', sans-serif;
  	font-weight: normal;
  	font-size: 100%;
    font-style: inherit;
    font-variant: inherit;
    line-height: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    -moz-font-feature-settings: inherit;
    -moz-font-language-override: inherit;
    vertical-align: baseline;
}
* {
    outline: medium none;
}
html {
    line-height: 1.5em;
    font-size: 100%;

}
body {
	color:#434343;
	font-family: "GoodPro-Wide",sans-serif;
	font-weight: normal;
	font-size: 100%;
	margin:0 auto;
	overflow-x: hidden;
}

header#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.2em;
  z-index: 1000;
  background-color: #f2f2f0;
  overflow:visible;
  color: #fff;
  /*background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #0d1c45), color-stop(100%, #b5d8f4));
  background-image: -webkit-linear-gradient(left top, #0d1c45, #b5d8f4);
  background-image: -moz-linear-gradient(left top, #0d1c45, #b5d8f4);
  background-image: -o-linear-gradient(left top, #0d1c45, #b5d8f4);
  background-image: linear-gradient(left top, #0d1c45, #b5d8f4);
  background-image: -ms-linear-gradient(left top, #0d1c45, #b5d8f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d1c45', endColorstr='#b5d8f4',GradientType=1 );*/
}
header#masthead > div {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;

}
@media screen and (min-width: 2200px) {
  header#masthead > div { max-width: none; padding-right: 7%; }
}

/* line 17, ../sass/blocks/_header.scss */
header#masthead h3#logo,
header#masthead p#title {
  color: #fff;
  float: left;
  display: inline-block;
  vertical-align: bottom;
  text-transform:capitalize;
  margin-top: 0em;
  padding-top: 0em;
  padding-bottom: 0em;
  margin-bottom: 0em;
}
/* line 24, ../sass/blocks/_header.scss */
header#masthead h3#logo {
  margin: 36px 0 0 0px;
  font-size: 1.25em;
  line-height: 1.2em;
}
@media screen and (min-width: 2200px) {
  header#masthead h3#logo {
      margin: 36px 0 0 55px;
  }
}
/* line 30, ../sass/blocks/_header.scss */
header#masthead h3#logo a {
  background-image: url("/resources/static/images/logo.png");
  background-size: 100% auto;
  background-position: 0 67%;
  background-repeat: no-repeat;
  display: block;
  font-size: 0;
  height: 29px;
  width: 132px;
}
/* line 41, ../sass/blocks/_header.scss */
header#masthead #brand p#title {
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1em;
}

header#masthead #brand p#title span{
	padding:0 5px;
	font-size: 170%;
	font-weight: bold;
}

header#masthead .menu-button {
	border-bottom: 0px;
	right: 0px;
}
header#masthead ul.menu {
	float: left;
	list-style-type: none;
	margin: 0 0 0 7rem;
	padding: 0;
}
@media screen and (min-width: 2200px) {
  header#masthead ul.menu { margin-left: 25%; }
}
header#masthead ul.menu.right {
	float: right;
	margin: 0;
}
header#masthead ul.menu > li {
	float: left;
	display: block;
	width: auto;
	height: 100%;
}
header#masthead ul.menu > li > a,
header#masthead ul.menu > li > span {
	display: inline-block;
	padding: 0 1.6rem;
	line-height: 6.2rem;
	color: #3f4a54;
	font-weight: normal;
	white-space: nowrap;
	font-family: 'GoodPro-WideMedium';
}
header#masthead ul.menu > li .fa {
	font-weight: normal;
	line-height: 6rem;
	color: #036184;
	cursor: pointer;
}
header#masthead ul.menu > li .search {
	display: inline-block;
	background: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #acacac;
	box-shadow: none !important;
	transition: 0.3s width;
	width: 0;
	height: auto;
	padding: 0;
	font-size: 0.8rem;
}
header#masthead ul.menu > li .search.open {
	width: 100px;
}
header#masthead ul.menu > li .search::-webkit-input-placeholder{
	color: #036184;
	font-family: 'GoodPro-Wide';
	font-style: italic;
}
header#masthead ul.menu > li > .search:-moz-placeholder,
header#masthead ul.menu > li > .search::-moz-placeholder {
	color: #036184;
	font-family: 'GoodPro-Wide';
	font-style: italic;
}
header#masthead ul.menu > li > .search:-ms-input-placeholder {
	color: #036184;
	font-family: 'GoodPro-Wide';
	font-style: italic;
}
header#masthead ul.menu > li > a.active {
	background-color: #fff;
}
header#masthead ul.menu > li > .submenu {
	position: fixed;
	top: 6.2rem;
	left: 0;
	display: none;
	width: 100%;
	min-height: 700px;
	margin: 0;
	color: #bbdde6;
	background-color: rgba(63, 74, 84, 0.98);
	padding: 2rem 0 4em;
	font-size: 1.1em;
	box-sizing: border-box;
}
header#masthead ul.menu > li > .submenu .close {
	position: absolute;
	top: 2.5rem;
	right: 3rem;
	cursor: pointer;
}
header#masthead ul.menu > li > .submenu .close hr {
	vertical-align: top;
	border-width: 2px 0 0;
	border-style: solid;
	border-color: #fff;
	width: 50px;
	height: 0px;
}
header#masthead ul.menu > li > .submenu .close hr:nth-child(1) {
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
header#masthead ul.menu > li > .submenu .close hr:nth-child(2) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
header#masthead ul.menu > li:last-child > span {
  padding-right: 0px;
}
header#masthead ul.menu > li > .submenu h2,
header#masthead ul.menu > li > .submenu h3,
header#masthead ul.menu > li > .submenu h4,
header#masthead ul.menu > li > .submenu a,
header#masthead ul.menu > li > .submenu p,
header#masthead ul.menu > li > .submenu svg * {
	display: block;
	color: #bbdde6;
	stroke: #bbdde6;
	text-align: center;
}
header#masthead ul.menu > li > .submenu h2 {
	font-size: 3em;
	margin: 0 0 2.5rem;
}
header#masthead ul.menu > li > .submenu h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: capitalize;
	margin: 1em 0 0.6em;
  font-family: 'GoodPro-Wide';
}
header#masthead ul.menu > li > .submenu.explore h2 {
	margin: 0 0 1.4rem;
}
header#masthead ul.menu > li > .submenu.explore h3 {
	font-size: 1.7em;
	margin: 1.2em 0 0.8em;
}
header#masthead ul.menu > li > .submenu.about a {
	width: 100%;
	max-width: 250px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 auto 4em !important;
}
header#masthead ul.menu > li > .submenu h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.4em 0 1em;
  font-family: 'GoodPro-Wide';
}
header#masthead ul.menu > li > .submenu p {
	font-size: 1.2em;
	line-height: 1.4em;
	width: 100%;
	max-width: 250px;
	box-sizing: border-box;
	padding-left: 0.2em;
	padding-right: 0.2em;
	margin: 0 auto;
}
header#masthead ul.menu > li > .submenu a svg {
	width: auto;
	height: 120px;
}
header#masthead ul.menu > li > .submenu a:hover,
header#masthead ul.menu > li > .submenu a:hover h3,
header#masthead ul.menu > li > .submenu a:hover h4,
header#masthead ul.menu > li > .submenu a:hover p {
	color: #fff;
}
header#masthead ul.menu > li > .submenu a:hover svg > * {
	stroke: #fff;
}
header#masthead ul.menu > li > .submenu .container > p {
	width: 96%;
	max-width: 765px;
	margin: 0em auto 2em;
	font-size: 1.2em;
	line-height: 1.7em;
}
header#masthead ul.menu > li > .submenu .container .menu-grid {
	display: block;
	width: 100%;
}
header#masthead ul.menu > li > .submenu .container .menu-grid > ul {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
header#masthead ul.menu > li > .submenu .container .menu-grid > ul > li {
	float: left;
	display: block;
	vertical-align: top;
}
header#masthead ul.menu > li > .submenu.explore .container .menu-grid > ul > li {
	width: 25%;
}
header#masthead ul.menu > li > .submenu.products .container .menu-grid > ul > li {
	width: 20%;
}
header#masthead ul.menu > li > .submenu.products .container .menu-grid img {
	height: 140px;
}
header#masthead ul.menu > li > .submenu.accessories .container .menu-grid > ul > li {
	width: 16.666666667%;
}
header#masthead ul.menu > li > .submenu.accessories .container .menu-grid img {
	height: 140px;
}
header#masthead ul.menu > li > .submenu.accessories .container .menu-grid > ul > li:nth-child(7) {
	clear: left;
}
header#masthead ul.menu > li > .submenu.about .container .menu-grid > ul > li {
	width: 33.333333333%;
}
header#masthead ul.menu > li > .submenu.about .container .menu-grid > ul > li:nth-child(4) {
	clear: left;
}
header#masthead ul.menu > li > .submenu .container .menu-grid > ul > li a {
	margin-bottom: 0.5rem;
	line-height: 1.3rem;
}
header#masthead ul.menu > li > .submenu .container .menu-grid > ul > li a img{
	background-color: white;
}
header#masthead ul.menu > li.dropdown {
	position: relative;
}
header#masthead ul.menu > li.dropdown > .submenu {
	position: absolute;
	top: 6.2rem;
	left: 0;
	width: auto;
	min-height: 0;
	white-space: nowrap;
	padding: 2rem 1.8rem;
	list-style-type: none;
}
header#masthead ul.menu > li > .submenu > div.container {
	width: 100%;
	max-width: 1143px;
	margin: 0 auto;
	text-align: center;
}
header#masthead ul.menu > li.dropdown > .submenu li {
	line-height: 1.7em;
}
header#masthead ul.menu > li.dropdown > .submenu li a {
	text-align: left;
}
header#masthead ul.menu > li > .submenu.open {
	display: block;
}
header#masthead ul.menu.small > li > a {
	font-size: 0.8em;
}


header#masthead span.mobile-menu {
	position: absolute;
	top: 46px;
	right: 34px;
	display: none;
	cursor: pointer;
}
header#masthead span.mobile-menu hr {
	width: 28px;
	border-width: 3px 0 0;
	border-style: solid;
	border-color: #404b53;
	margin: 0 0 6px;
}
header#masthead.open span.mobile-menu hr:nth-child(1) {
	transform: rotate(45deg);
	margin-top: 9px;
}
header#masthead.open span.mobile-menu hr:nth-child(2) {
	transform: rotate(-45deg);
	margin-top: -9px;
}
header#masthead.open span.mobile-menu hr:nth-child(3) {
	display:none;
}
header#masthead ul.menu > li.mobile-search {
	position: relative;
	display: none;
}
header#masthead i hr {
	clear: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	margin: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #333f48;
}
header#masthead .magnifying-glass {
	position: absolute;
	top: 2.3rem;
	right: 4rem;
	display: inline-block;
	background: transparent;
	border-radius: 999px;
	border: 1px solid #333f48;
	width: 18px;
	height: 18px;
	line-height: inherit;
	box-sizing: content-box;
}
header#masthead .magnifying-glass hr {
	top: 19px;
	left: 14px;
	width: 10px;
	height: 0px;
	transform: rotate(45deg);
	box-sizing: content-box;
}
header#masthead .toggle {
	position: relative;
	float: right;
	display: none;
	width: 21px;
	height: 21px;
	margin-right: 3.8rem;
	margin-top: -0.1em;
}
header#masthead .toggle hr {
	top: 10px;
	width: 21px;
}
header#masthead .toggle hr:nth-child(2) {
	top: 0px;
	left: 10px;
	width: 0;
	height: 21px;
	border-width: 0 0 0 1px;
}
header#masthead .active .toggle hr:nth-child(2) {
	display: none;
}


header#masthead.blue {
	background-color: #006BA6;
}
header#masthead.blue h3#logo a {
	background-position: 0 0;
}
header#masthead.blue ul.menu > li > a,
header#masthead.blue ul.menu > li > span,
header#masthead.blue ul.menu > li .fa {
	color: #fff;
}
header#masthead.blue ul.menu > li > a.active {
	background-color: #c2e3ee;
	color: #3f4a54;
}
header#masthead.blue span.mobile-menu hr {
	border-color: #fff;
}
header#masthead.blue ul.menu.small > li .search {
	background-color: #fff;
	border: none;
	text-indent: 4px;
	padding: 5px 0;
	border-radius: 3px;
}

.show-on-mobile { display: none; }
.img-responsive {
  width: 100%;
}
@media only screen and (max-width: 1310px) {
	header#masthead ul.menu {
		margin-left: 2rem;
	}
	header#masthead .products img,
	header#masthead .accessories img {
		height: 100px;
	}
}
@media only screen and (max-width: 1190px) {
	header#masthead h3#logo {
		margin: 36px 0 0 20px;
	}
	header#masthead.blue ul.menu > li > a {
		color: #3f4a54;
	}
	header#masthead.blue ul.menu > li > a.active {
		background-color: #fff;
		color: #3f4a54;
	}
}

@media only screen and (max-width: 1202px) {
	/*
	 *  Mobile Header
	 *
	 */
 	header#masthead h3#logo {
 		margin: 0;
 		padding-top: 44px;
 		padding-left: 39px;
 		box-sizing: border-box;
 		height: 6.2rem;
 	}
	header#masthead h3#logo a {
		background-position: 0 100%;
	}
	header#masthead > div {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 6.2rem;
		overflow: hidden;
		margin: 0;
	}
	header#masthead.open > div {
		bottom: 0;
		height: auto;

		overflow-y: scroll;
		overflow-x: hidden;
	}
	header#masthead ul.menu > li.mobile-search  {
		clear: both;
		display: block;
		background-color: #bbdde6;
		border-bottom: none !important;
		padding: 2em 8em 2em 4em;
	}
	header#masthead.open .toggle {
		display: inline-block;
	}
	header#masthead ul.menu > li.mobile-search > .search {
		box-sizing: border-box;
		font-size: 1.2rem;
		transition: none;
		width: 100%;
	}
	header#masthead span.mobile-menu {
		display: block;
	}
	header#masthead ul.menu {
		display: block;
		width: 100%;
		margin: 0;
		overflow: hidden;
		background-color: #fff;
	}
	header#masthead ul.menu > li {
		box-sizing: border-box;
		width: 100%;
		border-bottom: 1px solid #acacac;
		overflow: hidden;
	}
	header#masthead ul.menu > li > a {
		box-sizing: border-box;
		width: 100%;
		padding: 2rem 0 2rem 4rem;
		font-size: 1.3rem;
		line-height: 1.2rem;

	}
	header#masthead ul.menu > li > .submenu {
		position: relative;
		top: 0;
		left: 0;
		display: none;
	    min-height: 0;
	    padding: 0;
	    overflow: hidden;
	    background-color: #333f48;
	}
	header#masthead ul.menu > li > .submenu.open {
		display: block;
	}
	header#masthead ul.menu > li > .submenu .close {
		display: none;
	}
	header#masthead ul.menu.small {
		float: none;
		padding-left: 4rem;
	}
	header#masthead ul.menu.small > li {
		float: left;
		display: block;
		width: 33%;
		margin-top: 0;
		border-bottom: none;
	}
	header#masthead ul.menu.small > li > a {
		font-size: 1.2rem;
		padding: 2rem 0 1rem 0;
	}
	header#masthead ul.menu.small > li.dropdown > .submenu {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		background-color: #fff;
		padding: 0 0 2rem;
	}
	header#masthead ul.menu.small > li.dropdown > .submenu > li {
		padding: 0;
	}
	header#masthead ul.menu.small > li.dropdown > .submenu > li > a {
		color: #333f48;
		padding: 0;
		font-size: 0.7rem;
	}

	header#masthead .submenu.explore > .container > h2,
	header#masthead .submenu.explore > .container > p,
	header#masthead .submenu.products > .container > h2,
	header#masthead ul.menu > li > .submenu.accessories > h2,
	header#masthead ul.menu > li > .submenu.about h2,
	header#masthead ul.menu > li > .submenu.about span {
		display: none;
	}
	header#masthead ul.menu > li > .submenu.explore .container .menu-grid > ul > li,
	header#masthead ul.menu > li > .submenu.products .container .menu-grid > ul > li,
	header#masthead ul.menu > li > .submenu.about .container .menu-grid > ul > li {
		width: 100%;
		padding: 0;
		border-bottom: 1px solid #bbdde6;
	}
	header#masthead ul.menu > li > .submenu.explore .container .menu-grid > ul > li a {
		overflow: hidden;
		padding: 1em 0;
	}
	header#masthead ul.menu > li > .submenu.explore .container .menu-grid > ul > li svg {
		float: left;
		width: 150px;
		height: auto;
		max-height: 160px;
		margin: 0 5rem;
	}
	header#masthead ul.menu > li > .submenu.explore h3,
	header#masthead ul.menu > li > .submenu.explore p {
		width: auto;
		max-width: none;
		text-align: left;
		margin: 0.2em 8rem 1rem 0;
	}


	header#masthead .products img {
		float: left;
		width: 25%;
		height: auto !important;
		margin: 1em 10% 1em 15%;
	}
	header#masthead ul.menu > li > .submenu.products h3 {
		font-size: 1.7em;
	}
	header#masthead ul.menu > li > .submenu.products h3 a {
		text-align: left;
	}
	header#masthead ul.menu > li > .submenu.products a:not(:first-child) {
		text-align: left;
		margin-left: 50%;
		margin-bottom: 1rem !important;
		font-size: 1.4em;
		line-height: 1.2em;
	}


	header#masthead ul.menu > li > .submenu.accessories .container .menu-grid > ul {
		padding: 2em 0 1em;
		overflow: hidden;
	}
	header#masthead ul.menu > li > .submenu.accessories .container .menu-grid > ul > li {
		width: 33.3333333333%;
	}
	header#masthead ul.menu > li > .submenu.accessories .container .menu-grid > ul > li:nth-child(3n-2) {
		clear:left;
	}
	header#masthead .accessories img {
		width: 60%;
		height: auto !important;
	}
	header#masthead ul.menu > li > .submenu.accessories h4 {
		font-size: 1.6rem;
	}

	header#masthead ul.menu > li > .submenu.about .container .menu-grid > ul {
		padding: 2em 0;
		overflow: hidden;
	}
	header#masthead ul.menu > li > .submenu.about .container .menu-grid > ul > li {
		border-bottom: 0px;
	}
	header#masthead ul.menu > li > .submenu.about a {
		width: 100%;
		max-width: 100%;
		margin: 0 !important;
		padding: 0.8rem 4rem;
		box-sizing: border-box;
	}
	header#masthead ul.menu > li > .submenu.about h3 {
		text-align: left;
		margin: 0;
	}


	.hide-on-mobile { display: none !important; }
	.show-on-mobile { display: initial; }
}

@media only screen and (max-width: 750px) {
	/*
	 *  Small Phone Fixes
	 *
	 */

	header#masthead ul.menu > li.mobile-search,
	header#masthead ul.menu > li > a,
	header#masthead ul.menu.small {
		padding-left: 2rem;
	}
	header#masthead ul.menu.small > li {
		width: 34%;
	}
	header#masthead ul.menu.small > li:nth-child(3) {
		width: 32%;
	}
	header#masthead ul.menu.small > li > a {
		font-size: 1.1rem;
	}


 	header#masthead ul.menu > li > .submenu.explore .container .menu-grid > ul > li svg {
		float: left;
		width: 110px;
		margin: 0 2rem 1rem;
	}
	header#masthead ul.menu > li > .submenu.explore h3,
	header#masthead ul.menu > li > .submenu.explore p {
		width: auto;
		max-width: none;
		text-align: left;
		font-size: 1em;
		margin: 0.1em 2rem 0.3rem 0;
	}
	header#masthead ul.menu > li > .submenu.explore h3 {
		font-size:1.2em;
	}

	header#masthead .products img {
		width: 32%;
		margin: 1em 9%;
	}
	header#masthead ul.menu > li > .submenu.products h3 {
		font-size: 1.2em;
	}
	header#masthead ul.menu > li > .submenu.products a:not(:first-child) {
		font-size: 1rem;
		margin-left: 50%;
	}

	header#masthead ul.menu > li > .submenu.accessories .container .menu-grid > ul > li {
		width: 50%;
	}
	header#masthead ul.menu > li > .submenu.accessories .container .menu-grid > ul > li:nth-child(3n-2) {
		clear: none;
	}
	header#masthead ul.menu > li > .submenu.accessories .container .menu-grid > ul > li:nth-child(2n-1) {
		clear: left;
	}
	header#masthead ul.menu > li > .submenu.accessories h4 {
		font-size: 1.3rem;
	}

	header#masthead ul.menu > li > .submenu.about a {
		padding-left: 2rem;
	}
}

.main-nav {
	position:fixed;
	font-size:90%;
	width:100%;
	z-index:1101;
	top:56px;
	background-color:#24282B;
}

/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6  {
	color: #08090b;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1, .h1 {
    font-weight: 100;
    text-align: center;
    text-transform: capitalize;
    font-size: 4em;
    line-height: 1.5em;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.25em;
}
h2, .h2 {
    font-weight: 100;
    font-size: 2.5em;
    line-height: 1.1em;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.2em;
	text-align:left;
}
#datasheets h2 {
  font-size: 2em;
}
h3, .h3 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.1em;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.2em;
}
h4, .h4 {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 2em;
    line-height: 1.5em;
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 0.25em;
}
h5, .h5 {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0.25em;
}
h6, .h6 {
	font-weight: 600;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0.25em;
}
	.subheader { color: rgb(119,119,119); }
	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 0.75em; }

 /* #Tables
==================================================

.rounded {background: #fff; overflow: hidden; border: 1px solid #00ADEF; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px; }
background-color:#00ADEF;
color:#FFFFFF; font-size: 15px; font-weight: bold; border-left: 1px solid #0070A8; }
table tbody td { color: #00557F; border-left: 1px solid #F9FDFF;font-size: 12px;font-weight: normal; }

background-color:#00ADEF; }
table tfoot ul.active,
table tfoot ul a:hover { text-decoration: none;border-color: #00ADEF; color: #FFFFFF; background: none; background-color:#00557F;}
table tbody tr:nth-child(even) {
    background: #F9FDFF; color: #00557F;


	table.square {
border: 1px solid #1F709C;
position:relative;
width:auto;
}

*/
table { border-collapse: collapse; text-align: left; width:100%;}
.rounded, .infocusTable {
  background: #fff;
  overflow: hidden;
  border: 1px solid #ccc;
  border-radius: 0px;
}
.rounded {  margin-top: 1em !important; }
table td,
table th {
  padding: 4px 6px;
}
table thead th {
  background-color:#006ba6;
  padding: 14px 20px;
  color:#FFFFFF;
  font-size: 22px;
  font-weight: bold;
  border-left: 1px solid #A0A0A0;

}
table thead th:first-child { border: none; background-color: #bbdde6; color: #006ba6;}
table thead th:first-child, table thead th:last-child { text-align: center;}
table tbody td {
  color: #777777;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 13px;
  font-weight: normal;
  padding: 0px;
  vertical-align: middle;
  line-height: 15px;
}
table tbody td > a {
  width: 100%;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
}
table tbody td > a span {
  padding: 18px 30px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

table tbody td:first-child { border-left: none; text-align: center; vertical-align: middle;  }
table tbody td:first-child img {
  margin: 0 auto;
!
}
table tbody tr:last-child td { border-bottom: none;}
table tfoot td div { border-top: 1px solid #ccc;background: #F4F4F4;}
table tfoot td { padding: 0; font-size: 12px; }
table tfoot td div{ padding: 2px; }
table tfoot td ul { margin: 0; padding:0; list-style: none; text-align: right; }
table tfoot  li { display: inline; }
table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  color: #FFFFFF;
  border: 1px solid #999999;
  background-color:#ccc;
}
table tfoot ul.active,
table tfoot ul a:hover { text-decoration: none;border-color: #ccc; color: #FFFFFF; background: none; background-color:#777777;}

table.square {
  border: 1px solid #999999;
  position:relative;
  width:auto;
}
.infocusTable table tbody td, table#table-comparison tbody td {
  text-align: center;
  padding: .55em;
}
.infocusTable table thead th,
table#table-comparison thead th {
  text-align: center;
}
.infocusTable table td a, table#table-comparison td a {
  font-size: 15px;
}
.infocusTable table tbody td a.table_button,
table#table-comparison .btn.buy-now  {
    font-size: 16px;
    font-weight: bold;
    font-family: 'GoodPro-Wide', sans-serif;
    color: #00AB84;
    padding: .35em .55em;
    width: auto;
    border: 1px solid #aaaaaa;
    min-width: 120px;
    margin: .55em 0em .55em;
    background:none;
    background-color: white;
    text-transform: capitalize;
}
.infocusTable td[data-label='Price US'] { min-width: 128px; }
.tabs table#table-comparison td:first-child {  text-align: right; }
.cmsedit table#table-comparison td:first-child {  text-align: center; }



/* #Links
================================================== */
	a, a:link, a:visited { color:#006ba6;text-decoration: none; outline: 0; }
	a:hover, a:focus { color: #00aff3;text-decoration: none; }
	p a, p a:visited { line-height: inherit; }

.view-all,  a.view-all:link,  a.view-all:visited {
color: #1BA1E2;
}

.view-all:hover, a.view-all :hover {
color: #f66d26;
}

/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px;  }
	ul { list-style: none; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.circle { list-style: circle outside; }
	ul.square { list-style: square outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ul.large li {  }
	li p {  }

/* #Video Embed
================================================== */
iframe.vidframe {
    height: 200px;
    width: auto;
}
@media only screen and (min-width:945px){
  iframe.vidframe {
    height: 315px;
    width: 560px;
  }
}
/* #Forms
================================================== */
form {
	clear: both;
	background: #F7F7F7;
	border-radius: 6px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
	border: 1px solid #B2B2B2;
}
form input {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition:    all 0.3s ease-out;
	-o-transition:      all 0.3s ease-out;
	transition:         all 0.3s ease-out;
}
form input {
	outline: none;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	padding: 7px 10px;
	background: #f1f1f1;
	color: #B5B5B5;
	margin-bottom: 8px;
	max-width: 240px;
    margin-left: 8px;
    width: 75%;
}
form input:hover {
	background:#f7f7f7;
}
form input:focus {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 5px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-color: transparent;
	color: #565656;
}
form select {
	outline: none;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	padding: 7px 10px;
	background: #f1f1f1;
	color: #b5b5b5;
	margin-bottom: 4px;
	max-width: 260px;
	margin-left: 8px;
	width: 90%;
  }
}
form select:hover {
	background:#f7f7f7;
}
form select:focus {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 5px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-color: transparent;
	color: #565656;
}
form textarea {
	outline: none;
	border: 1px solid #cccccc;
	box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px rgba(255, 255, 255, 1), inset 0px 1px 6px 0px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	padding: 7px 10px;
	background: #f1f1f1;
	color: #b5b5b5;
	margin-bottom: 4px;
	max-width: 240px;
    margin-left: 8px;
    width: 75%;
	}
}
form textarea:hover {
	background:#F7F7F7;
}
form textarea:focus {
	box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1), 0px 1px 5px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 6px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-color: transparent;
	color: #565656;
}
form fieldset {
	display:inline-block;
	padding: 20px 5px 5px 0px;
	margin:4px;
}
form legend {
	font-size: 2em;
	text-transform :uppercase;
	text-shadow: 0 1px 1px #fff;
	color: #1b6d8e;
	padding: 0 5px;
}
form label {
	display: block;
	font-size: 1em;
	padding-left: 15px;
	letter-spacing: 1px;
	color: #1b6d8e;
	opacity: 0.8;
	padding-top: 0px;
	padding-bottom: 2px;
	text-align: left;
}
form input:focus + label {
	opacity: 1.0;
}
form.labelTop label {
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

form label.top {
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}







form label {
	color: #3f4a54;
	font-size: 13px;
	letter-spacing: 0px;
}
form input,
form input:active,
form input:focus,
form select,
form select:active,
form select:focus,
form textarea,
form textarea:active,
form textarea:focus {
	outline: none;
	background-color: #fff;
	border: 2px solid #d1d3d3;
	color: #3f4a54;
	box-shadow: none;
    font-family: 'GoodPro-Wide'
}
form select,
form select:active,
form select:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url('/resources/static/images/form/select.png');
	background-position: right center;
	background-size: auto auto;
	background-repeat: no-repeat;
    padding-right: 45px;
}
form select::-ms-expand {
    display: none;
}
form input[type=checkbox] + label {
	display: inline-block;
	color: #3f4a54;
}
form input[type=checkbox] + label::before {
	display: inline-block;
	content: '.';

	color: #fff;
	background-color: #fff;
	border: 1px solid #dedfde;
	border-radius: 1px;

	font-family: 'FontAwesome';
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 10px;
	font-size: 14px;
	text-align: center;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
form input[type=checkbox]:checked + label::before {
	color: #3f4a54;
	content: '\f00c';
}
form input.valid,
form select.valid,
form textarea.valid {
	border: 2px solid #00ab84;
}
form input.valid,
form textarea.valid {
	background-image: url('/resources/static/images/form/valid.png');
	background-size: auto auto;
	background-position: right 8px center;
	background-repeat: no-repeat;
}
form input.error,
form textarea.error {
	background-image: url('/resources/static/images/form/error.png');
	background-size: auto auto;
	background-position: right 8px center;
	background-repeat: no-repeat;
	border: 2px solid #ff4a54 !important;
}
form textarea.valid,
form textarea.error {
	background-position: right 8px top 4px;
}
form select.error {
	border: 2px solid #ff4a54;
}
form input:focus,
form select:focus,
form textarea:focus {
	box-shadow: none;
}

form li{
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
form p.privacy {
	font-size: 0.8rem;
}
form span.required {
	color: #f00;
}





form input[type="submit"] {
	border: 2px solid #006fba;
	border-radius : 6px;
	moz-border-radius : 6px;
	font-size : 12px;
	font-weight: bold;
	color: #006fba;
	padding: 8px 24px;
	margin-left: 15px;
	background : transparent;
	cursor:pointer;
	outline:none;
	text-transform: uppercase;
	width: auto;
}
form input[type="submit"]:active {
	color: #69C4E7;
}
form div {
	margin: 0 0 6px 0;
}
form div > div {
	padding: 4px;
}
form button, button.formbutton {
	background: transparent;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:2px solid #006fba;
	display:inline-block;
	color:#006fba;
	font-family: 'GoodPro', sans-serif;
	font-weight: bold;
	font-size:12px;
	padding: 8px 24px;
	margin: 0;
	text-transform: uppercase;
	text-decoration:none;
	letter-spacing: 1px;
    cursor: pointer;
}form button:hover {
}form button:active {
}


input[type=checkbox]  {
	padding-left:20px;
	height:20px;
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}

.checkbox-label, .css-label{
	margin:4px 5px;
	display:block;
	font-size: 1em;
	letter-spacing: 1px;
	padding:0px;
	padding-left:20px;
	vertical-align:middle;
	cursor:pointer;
}
.css-label{
	margin:4px 5px;
	display:block;
	font-size: 1em;
	letter-spacing: 1px;
	padding:0px;
	padding-left:20px;
	vertical-align:middle;
	cursor:pointer;
}
/* ================================================== */

.breadcrumb {
text-decoration: none;
color: #bababa;
margin-bottom:1em;
font-weight:100;
}

.breadcrumb a{
text-decoration: none;
color: #bababa;
font-weight:100;
}

.breadcrumb a:hover{
text-decoration: none;
color: #f66d26;
}


.content {
	font-size: 140%;
	width:1905px;
	margin:0 auto;
	padding-top:6.5em;

}
.content > ul, .content > div {margin:0 auto;}
.C10{width: 100%;margin:0 auto;position:relative;vertical-align:top;}
.C9 {width: 88%;margin:0 auto;position:relative;vertical-align:top;}
.C8 {width: 78%;margin:0 auto;position:relative;vertical-align:top;}
.C7 {width: 68%;margin:0 auto;position:relative;vertical-align:top;}
.C6 {width: 58%;margin:0 auto;position:relative;vertical-align:top;}
.C5 {width: 48%;margin:0 auto;position:relative;vertical-align:top;}
.C4 {width: 38%;margin:0 auto;position:relative;vertical-align:top;}
.C3 {width: 28%;margin:0 auto;position:relative;vertical-align:top;}
.C2 {width: 18%;margin:0 auto;position:relative;vertical-align:top;}
.C1 {width: 8%;margin:0 auto;position:relative;vertical-align:top;}
.C10_child > li, .C10_child  > div {width: 98%;margin:0 auto; position:relative;vertical-align:top;}
.C9_child > li, .C9_child  > div {width: 88%;margin:0 auto; position:relative;vertical-align:top;}
.C8_child > li, .C8_child  > div {width: 78%;margin:0 auto; position:relative;vertical-align:top;}
.C7_child > li, .C7_child  > div {width: 68%;margin:0 auto; position:relative;vertical-align:top;}
.C6_child > li, .C6_child  > div {width: 58%;margin:0 auto; position:relative;vertical-align:top;}
.C5_child > li, .C5_child  > div {width: 48%;margin:0 auto; position:relative;vertical-align:top;}
.C4_child > li, .C4_child  > div {width: 38%;margin:0 auto; position:relative;vertical-align:top;}
.C3_child > li, .C3_child  > div {width: 28%;margin:0 auto; position:relative;vertical-align:top;}
.C2_child > li, .C2_child  > div {width: 18%;margin:0 auto; position:relative;vertical-align:top;}
.C1_child > li, .C1_child  > div {width: 8%;margin:0 auto; position:relative;}
.alternate > li:nth-child(4n),  .alternate > div:nth-child(4n),  .alternate > ul:nth-child(4n)  {
float:left;}
.alternate > li:nth-child(4n+1),  .alternate > div:nth-child(4n+1),  .alternate > ul:nth-child(4n+1)  {
}
.C6x4_child > li:nth-child(odd),  .C6x4_child > div:nth-child(odd),  .C6x4_child > ul:nth-child(odd)  {
width: 58%;margin:0 auto; position:relative;vertical-align:top;
}
.C6x4_child > li:nth-child(even),  .C6x4_child > div:nth-child(even),  .C6x4_child > ul:nth-child(even)  {
width: 38%;margin:0 auto; position:relative;vertical-align:top;
}
.C4x6_child > li:nth-child(odd),  .C4x6_child > div:nth-child(odd),  .C4x6_child > ul:nth-child(odd)  {
width: 38%;margin:0 auto; position:relative;vertical-align:top;
}
.C4x6_child > li:nth-child(even),  .C4x6_child > div:nth-child(even),  .C4x6_child > ul:nth-child(even)  {
width: 58%;margin:0 auto; position:relative;vertical-align:top;
}
.C7x3_child > li:nth-child(odd),  .C7x3_child > div:nth-child(odd),  .C7x3_child > ul:nth-child(odd)  {
width: 68%;margin:0 auto; position:relative;vertical-align:top;
}
.C7x3_child > li:nth-child(even),  .C7x3_child > div:nth-child(even),  .C7x3_child > ul:nth-child(even)  {
width: 28%;margin:0 auto; position:relative;vertical-align:top;
}
.C3x7_child > li:nth-child(odd),  .C3x7_child > div:nth-child(odd),  .C3x7_child > ul:nth-child(odd)  {
width: 28%;margin:0 auto; position:relative;vertical-align:top;
}
.C3x7_child > li:nth-child(even),  .C3x7_child > div:nth-child(even),  .C3x7_child > ul:nth-child(even)  {
width: 68%;margin:0 auto; position:relative;vertical-align:top;
}
.C8x2_child > li:nth-child(odd),  .C8x2_child > div:nth-child(odd),  .C8x2_child > ul:nth-child(odd)  {
width: 78%;margin:0 auto; position:relative;vertical-align:top;
}
.C8x2_child > li:nth-child(even),  .C8x2_child > div:nth-child(even),  .C8x2_child > ul:nth-child(even)  {
width: 18%;margin:0 auto; position:relative;vertical-align:top;
}
.content > .C9:only-child { width:100%;}
.productheader { overflow: hidden; }
.productheader.C4x6_child > div:nth-child(even) {
  float: right;
  padding: 0px;
}

.tabs .alternateDivChildL2 > li, .tabs .alternateDivChildL2 > div {
  padding-top:1.75em;
}

.alternateDivChildL2 > div.cmsedit {
	padding-top: 1.75em;
}
.alternateDivChildL2 > div.cmsedit:first-child {
	padding-top: 1em;
}
.alternateDivChildL2 > div.cmsedit hr {
	margin-top: 2.5em;
}

.alternateDivChildL2 > li:nth-child(odd) > div:first-child, .alternateDivChildL2 > div:nth-child(odd) > div:first-child ,
.alternateDivChildL2 > li:nth-child(even) > div:first-child, .alternateDivChildL2 > div:nth-child(even) > div:first-child {
float:right;
margin-right:1.5em;
}
.Row{padding-top:1.5em;display:inline-block;}
.Col {display:inline-block;padding:0.5%;vertical-align:top;}
.Col_child > li, .Col_child  > div, .Col_child  > ul {display:inline-block;padding:0.5%;margin:0 auto;}
@media only screen and (min-width:1680px) and (max-width: 1919px) {
.content { font-size: 130%;width:1140px;}
}
@media only screen and (min-width:1280px) and (max-width: 1679px) {

.content { font-size: 120%;width:1143px;}
html{line-height:1.4em;}
}
@media only screen and (min-width:1136px) and (max-width: 1279px) {
.content { font-size: 110%;width:1121px;}
html{line-height:1.3em;}
}
@media only screen and (min-width:960px) and (max-width: 1135px) {
.content { font-size: 100%;width:945px;}
html{line-height:1.2em;}
}
@media only screen and (min-width:800px) and (max-width: 959px) {
.content { font-size: 80%;	width:785px;}
html{line-height:1.1em;}
}
@media only screen and (min-width:720px) and (max-width: 799px) {
.content { font-size: 70%;width:705px;}
html{line-height:1em;}
}
@media only screen and (min-width:640px) and (max-width: 719px) {
.content { font-size: 70%; width:625px;}
html{line-height:1em;}
}
@media only screen and (max-width: 639px) {
.content {
  font-size: 70%;
  width: 100%;
}
.alternateDivChildL2 > li > div.image-set {
max-width:55%;
min-width:30%;
}
.C10, .C9, .C8, .C7, .C6, .C5, .C4, .C3, .C2, .C1, .C5_child > li:nth-child(odd),  .C5_child > div:nth-child(odd), .C5_child > li:nth-child(even),  .C5_child > div:nth-child(even), .C6x4_child > li:nth-child(odd),  .C6x4_child > div:nth-child(odd), .C6x4_child > li:nth-child(even),  .C6x4_child > div:nth-child(even), .C4x6_child > li:nth-child(odd),  .C4x6_child > div:nth-child(odd), .C4x6_child > li:nth-child(even),  .C4x6_child > div:nth-child(even), .C7x3_child > li:nth-child(odd),  .C7x3_child > div:nth-child(odd), .C7x3_child > li:nth-child(even),  .C7x3_child > div:nth-child(even), .C3x7_child > li:nth-child(odd),  .C3x7_child > div:nth-child(odd), .C3x7_child > li:nth-child(even),  .C3x7_child > div:nth-child(even), .C8x2_child > li:nth-child(odd),  .C8x2_child > div:nth-child(odd), .C8x2_child > li:nth-child(even), .C8x2_child > li:nth-child(odd),  .C8x2_child > div:nth-child(odd), .C8x2_child > li:nth-child(even),  .C8x2_child > div:nth-child(even) {width: 98%;}
html{line-height:1em;}
.alternateDivChildL2 > li > div:first-child, .alternateDivChildL2 > div > div:first-child {
clear:both;
margin-top:0em;
margin-right:0em;
max-width:100%;
width:100%;
}
}

@media only screen and (max-width: 399px) {
.content { font-size: 70%;width: 100%;}
}
.content {max-width: 1140px;}


/* #Tabs Customization
================================================== */

.tabs-wrapper{
	overflow: hidden;
	position: relative;
	display:inline-block;
	text-align:center;
	margin:0 auto;
}
.ui-shadow-after {
overflow: hidden;
}

.ui-dots-after:after{
border-width: 10px;
clear: both;
content: '';
display: block;
height: 10px;
width: 100%;
-moz-border-image: url("/resources/images/svg/dotted_circle_line.svg") 10 repeat;
-webkit-border-image: url("/resources/images/svg/dotted_circle_line.svg") 10 repeat;
-webkit-border-image: url("/resources/images/svg/dotted_circle_line.svg") 10 repeat;
-o-border-image: url("/resources/images/svg/dotted_circle_line.svg") 10 repeat;
border-image: url("/resources/images/svg/dotted_circle_line.svg") 10 repeat;
}
.ui-shadow-after:after{
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    background: -webkit-radial-gradient(50% -50%, rgba(0, 0, 0, 0.45), transparent);
    background: -ms-radial-gradient(50% -50%, rgba(0, 0, 0, 0.45), transparent);
    background-image: radial-gradient(50% 50%, rgba(0, 0, 0, 0.45), transparent);
	border-radius:40%;
    -moz-box-sizing: border-box;
}

/*.tabs-wrapper:after {
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: -10px;
    width: 100%;
    background: -webkit-radial-gradient(50% -50%, rgba(0, 0, 0, 0.45), transparent);
    background: -ms-radial-gradient(50% -50%, rgba(0, 0, 0, 0.45), transparent);
    background-image: radial-gradient(50% 50%, rgba(0, 0, 0, 0.45), transparent);
	border-radius:40%;
    -moz-box-sizing: border-box;
}*/
.transformer-tabs ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #006ba6;
}
.transformer-tabs li {
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 0px;
	background: transparent;
	border: none;
	font-size: 1.2rem;
	margin:0 5px;
}
.transformer-tabs a {
	display: inline-block;
	text-decoration: none;
	padding: .5em 1em;
	font-family: 'GoodPro-Wide';
	/*font-weight: bold;*/
	font-size: 1.2rem;
	color: #333f48;
}
.transformer-tabs a.active {
	position: relative;
	padding-bottom: .3em;
	border-bottom: 4px solid #006ba6;
}
@media (max-width: 799px) {
  .tabs-wrapper {
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	margin-left: 2px;
  }
  .transformer-tabs ul {
    border-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 38px;
    /*background: #f66d26;*/
    /* fallback */
    /*background: linear-gradient(#f66d26, #9D5400);*/
  }
  .transformer-tabs ul::after {
    color: #fff;
    font-family: FontAwesome;
    font-size: 1.6rem;
    line-height: 1.6;
   	content: "\f107";
    position: absolute;
    z-index: 2;
    pointer-events: none;
    background-color: #dadada;
    top: 0;
	right: 0;
	height: 38px;
	width: 45px;
  }
  .transformer-tabs ul.open {
  	margin-top: 1px;
  	margin-bottom: 1px;
  }
  .transformer-tabs ul.open::after {
  	content: "";
  	background-color: transparent;
  }
  .transformer-tabs ul.open a {
    position: relative;
    display: block;
  }
  .transformer-tabs li {
    display: block;
  }
  .transformer-tabs ul.open li {
  	height: 38px;
  	border: 1px solid #fff;
  	border-radius: 3px;
  }
  .transformer-tabs ul.open li:hover {
  	border: 1px solid #b7b7b7;
  	background-color: #ccc;
  	margin: 0 1px;
    background: -webkit-linear-gradient(top, #ececec 49%, #e0e0e0 50%, #f3f3f3 99%);
    background: -o-linear-gradient(top, #ececec 49%, #e0e0e0 50%, #f3f3f3 99%);
    background: -moz-linear-gradient(top, #ececec 49%, #e0e0e0 50%, #f3f3f3 99%);
    background: linear-gradient(top, #ececec 49%, #e0e0e0 50%, #f3f3f3 99%);
  }
  .transformer-tabs a {
    position: absolute;
    top: 0;
    color: #555;
    background: #fff;
    left: 0;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
  /*  height: 100%;*/
  }
  .transformer-tabs ul.open li:hover a {
  	background-color: transparent;
  }
  .transformer-tabs a.active {
    border: 0;
    z-index: 1;
    /*background: #f66d26;*/
    /* fallback */
    /*background: linear-gradient(#f66d26, #9D5400);*/
  }
}

.tabs > div {
  display: none;
}
.tabs > .active ul.C10.alternateDivChildL2 > li {
  border-top: 1px solid #ccc;
  /*margin-bottom: 3.15em;*/
  clear: both;
  display: block;
}
.tabs > .active ul.C10.alternateDivChildL2 li:first-child {
  border-top: 0px solid #ccc;
}
.tabs  #models.active {
  border-bottom: 1px solid #ccc;
}
.tabs > .active {
  display: block;
  position: relative;
  top: 1.5em;
  text-align: center;
  padding-bottom: 1.5em;
  margin-bottom: 2em;
}

.cmsedit p, .cmsedit a {  font-size: inherit; }
.cmsedit p:first-of-type, .cmsedit p:first-of-type a { font-size: inherit; }
/* ================================================== */


.productheader {
position:relative;
margin-bottom:28px;
border-style:solid;
border-bottom:thin solid #006ba6;
}

.productheader  h2 {

line-height:1em;
margin-bottom:.1em;
}

.image-set img {
	max-width:100%;
	display:block;
	height:auto;
}

#overview .C10 .image-set img,
#details .C10 .image-set img {
	width: 400px;
}
@media screen and (max-width:64em) {
	#overview .C10 .image-set img,
	#details .C10 .image-set img {
		width: 300px;
	}
}

.image-set {
text-align:center;
z-index: 10;
}

.btn, a.btn, .panels > li > div a.blue_btn {
  line-height: 1.5em;
  display: inline-block;
  padding: 1em 1.25em .9em;
  font-size: .75rem;
  letter-spacing: .2rem;
  background-color: #006BA6;
  color: #c2e3ee;
  text-transform: uppercase;
  border-radius: 4px;
  font-family: 'GoodPro-WideMedium',Verdana,Geneva,sans-serif;
}

.btn:hover, a.btn:hover, .panels > li > div a.blue_btn:hover{
background: #bbdde6;
color: #006ba6;
}

.buy-now, a.buy-now {
background: #bcc853;
color: #000;
}

.buy-now:hover, a.buy-now:hover {
background: #e6e6e6;
color: #bcc853;
}

.action-links  {
	text-align:right;
	margin: 18px 0 0;
}

.action-links > li {
  padding: 0px;
	margin: 0 0 24px 22px;
}


.thumb{
	vertical-align: middle;
	float: right;
}

.feature-list ul, ul.feature-list {
    color: #333f48;
	font-weight: normal;
    list-style: none;
    margin: 0 0 1.75em 0;
    padding-top: 0.75em;
    font-size: 85%;
}
.feature-list ul li,
ul.feature-list li {
    margin: 0 0 .25em 1px;
    padding-left: 1em;
    line-height: 1.5em;
    position: relative;
    text-align: left;
}

.feature-list ul li:after,
ul.feature-list li:after {
    content: ' ';
    width: 6px;
	height: 6px;
    background: #ff6a13;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: .5em;
    left: 0;
}

strong.tagline {
	margin-bottom:.5em;
	display:block;
}
#blurb  {
  margin: 1em 0;
}



footer {
	clear:both;
	position: relative;
	width: 100%;
	height: 6.2rem;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 0.9rem;
	margin-top: 8rem;
	z-index: 750;
}
footer h6 {
	font-family: 'GoodPro-Wide';
	font-weight: bold;
	font-size: 0.9em;
	padding: 0.6rem 0 5rem;
}
footer:hover h6 {
	padding-top: 0.2rem;
	padding-bottom: .55rem;
}
footer ul,
footer ul li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  margin-top: 8px;
  font-size:13px;
}
footer h6,
footer a,
footer a:link,
footer a:visited {
	color: #bbdde6;
}
footer a:hover {
	color: #fff;
}
footer:hover {
	overflow: visible;
}
footer > div {
	position: relative;
	width: 100%;
	background-color: #303942;
	color: #bbdde6;
	overflow: hidden;
}
footer:hover > div {
	position: absolute;
	bottom: 0;
}
footer > div > div {
	max-width: 73.13rem;
	margin: 0 auto;
	padding: 31px 0.435rem;
	box-sizing: border-box;
	overflow: hidden;
}
footer > div > div > div {
	float: left;
	display: block;
	box-sizing: border-box;
}
footer div.logo {
	width: 23%;
	padding: 0;
}
footer div.logo > a {
	background-image: url("/resources/static/images/logo.png");
	background-size: 100% auto;
	background-position: 0 0%;
	background-repeat: no-repeat;
	display: block;
	font-size: 0;
	height: 29px;
	width: 132px;
}
footer div.prodserv {
	width: 16%;
}
footer div.about {
	width: 13%;
}
footer div.resources {
	width: 16%;
}
footer div.buy {
	width: 16%;
}
footer div.social {
	float: right;
	width: 16%;
}
footer div.social li {
	float: left;
	width: 25%;
	text-align: left;
	margin-top: 0px;
}
footer div.social li a {
	display: inline-block;
	background-color: #bbdde6;
	border-radius: 999px;
	width: 25px;
	height: 25px;
	color: #303942;
	font-size: 1.1rem;
	text-align: center;
	box-sizing: border-box;
	margin-top: 0.2rem;
}
footer div.social li a:hover {
	background-color: #fff;
}
footer:hover div.social li a {
	margin-top: -0.2rem;
}
footer div.social li a i {
	margin-top: 5px;
}
footer div.social li a i.fa-facebook-f {
    font-size: 1.3rem;
    margin-top: 7px;
    margin-left: 3px;
}
footer div.copy {
	clear: left;
	margin-top: -1.3rem;
}

footer form#form_0007 {
	clear: both;
	background: transparent;
	border: none;
	box-shadow: none;
	padding-top: 40px;
}
footer form#form_0007 label {
	display: block;
	color: #bbdde6;
	padding: 0;
	font-size: 0.9rem;
}
footer form#form_0007 input {
	display: block;
	border: 2px solid #fff;
	border-radius: 1px;
	font-size: 1rem;
	width: 100%;
	height: 2.2rem;
	padding: 7px 10px;
	margin-left: 0;
	opacity: 1;
	box-sizing: border-box;
}
footer form#form_0007 button {
	display: block;
	border-radius: 3px;
	border: none;
	color: #bbdde6;
	background-color: #006ba6;
	padding: 0.7rem 2rem;
}
footer form#form_0007 button:hover {
	color: #006ba6;
	background-color: #bbdde6;
}

#demo-link {
  position: fixed;
  bottom: 65px;
  right: 22px;
}
#demo-link #demo-widget {
    padding: 13px;
    border-radius: 30px;
    font-family: arial;
    font-size: 95%;
    font-weight: 600;
    letter-spacing: .04rem;
    color: #fff;
    z-index: 999998;
    background-color:#0056a3
}
#demo-link #demo-widget:hover {
	background-color: #0065bd
}

@media screen and (max-width: 1090px) {
	footer {
		clear: both;
		height: auto;
		overflow: hidden !important;
	}
	footer > div,
	footer > div > div {
		position: relative !important;
		width: 100%;
	}
	footer > div > div {
		padding-bottom: 12em;
	}
	footer h6 {
		padding: 1em 0 0.5rem !important;
	}
	footer ul li {
		padding: 0 0 0.5rem;
	}
	footer div.logo {
		width: 100%;
	}
	footer div.logo > a {
		height: 29px;
		width: 132px;
		margin: 0px auto;
	}
	footer div.social {
		width: 100%;
	}
	footer div.social ul {
		padding: 1rem 35%;
	}
	footer div.social ul li {
		text-align: center;
	}
	footer div.social ul li a {
		margin-top: 0.2rem !important;
	}
	footer div.prodserv {
		width: 43%;
		padding-left: 15%;
	}
	footer div.about {
		width: 20%;
	}
	footer div.resources,
	footer div.buy {
		width: 37%;
	}
	footer div.copy {
		margin: 1rem 15%;
	}
	footer form#form_0007 {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	footer form#form_0007 label,
	footer form#form_0007 input,
	footer form#form_0007 button {
		display: inline-block;
	}
	footer form#form_0007 label.sign_up_label,
	footer form#form_0007 input.sign_up_input,
	footer form#form_0007 button.sign_up_button,
	footer div .copy.privacypolicy {
		position: absolute;
		margin: 0 0 0 .3rem;
		left: 15%;
	}
	footer form#form_0007 label.sign_up_label {
		bottom: 8.6em;
	}
	footer form#form_0007 input.sign_up_input {
		bottom: 5.5em;
		width: 185px;
	}
	footer form#form_0007 button.sign_up_button {
		bottom: 3em;
	}
	footer div .copy.privacypolicy {
		bottom: .1em;
	}
}
@media screen and (max-width: 666px) {
	footer h6 {
		padding: 2em 0 0.2rem !important;
	}
	footer ul li {
		padding: 0 0 0.2rem !important;
	}
	footer div.social {
		width: 100%;
	}
	footer div.social ul {
		padding: 2rem 22% 0rem !important;
	}
	footer div.prodserv,
	footer div.resources {
		width: 60%;
		padding-left: 5%;
	}
	footer div.about,
	footer div.buy {
		width: 40%;
	}
	footer div.copy {
		margin: 2rem 5%;
	}
	footer form#form_0007 {
		padding: 10px 5% 0;
	}
	footer form#form_0007 input {
	    width: 55%;
	}
	footer form#form_0007 label.sign_up_label,
	footer form#form_0007 input.sign_up_input,
	footer form#form_0007 button.sign_up_button,
	footer div .copy.privacypolicy {
		left: 5%;
	}
}



.footerblock{
background-color:lightgrey;
width:100%;
overflow:visible;
padding:20px 0;
display:table;
text-align:center;
color:black;
}

.footerblock li{
margin-bottom:0px;
}

.footerblock a:link{
color:black;
}

.footerblock a:visited{
color:black;
}

.footerblock a:hover{
color:#f66d26;
}

.footer-col{
float:left;
width:220px;
text-align:left;
margin:0px 10px;
margin-top:20px;
font-size:80%;
font-weight:100;
}

.footer-col h6{
font-weight:bold;
font-size:80%;
color:darkgrey;
text-transform: uppercase;
padding-bottom:10px;
}

.innerfooter{
max-width:960px;
margin:0 auto;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  /* line 1, ../sass/blocks/products/_content_product.scss */
  .innerfooter{
width:100%;
margin:0 auto;
}
}

.resultsList {margin:0 auto;}
.resultsList img {
max-width:100%;
height:auto;
margin:auto;

}

.resultsList > li {
padding-bottom:5%;
display:inline-block;
vertical-align:top;
}

@media only screen and (min-width: 800px) {
	.resultsList > li {
		padding-left:7%;
		width:14%;
	}

	.resultsList > li:nth-child(5n+1) {
		padding-left:0%;
	}
}


@media only screen and (min-width:640px) and (max-width: 799px) {

	.resultsList > li {
		padding-left:7%;
		width:19%;
	}

	.resultsList > li:nth-child(4n+1) {
		padding-left:0%;
	}
}

@media only screen and (max-width: 639px) {

	.resultsList > li {
		padding-left:7%;
		width:26%;
		display:inline-block;
		vertical-align:top;
	}

	.resultsList > li:nth-child(3n+1) {
		padding-left:0%;
	}
}

.ui-button-icon-only {
width: 2.2em;
top: -4px;
}

#btn{
margin-left:15px;
}

#testlinebreak:after{
	display:inline;
	content: '\A';
	white-space: pre;
}


@media only screen and (max-width: 639px) {
	.content { font-size: 80%;width: 100%;}
	.C10, .C9, .C8, .C7, .C6, .C5, .C4, .C3, .C2, .C1, .C5_child > li:nth-child(odd),  .C5_child > div:nth-child(odd), .C5_child > li:nth-child(even),  .C5_child > div:nth-child(even), .C6x4_child > li:nth-child(odd),  .C6x4_child > div:nth-child(odd), .C6x4_child > li:nth-child(even),  .C6x4_child > div:nth-child(even), .C4x6_child > li:nth-child(odd),  .C4x6_child > div:nth-child(odd), .C4x6_child > li:nth-child(even),  .C4x6_child > div:nth-child(even), .C7x3_child > li:nth-child(odd),  .C7x3_child > div:nth-child(odd), .C7x3_child > li:nth-child(even),  .C7x3_child > div:nth-child(even), .C8x2_child > li:nth-child(odd),  .C8x2_child > div:nth-child(odd), .C8x2_child > li:nth-child(even),  .C8x2_child > div:nth-child(even) {width: 98%;}

	.image-set {
		clear:both;
		margin-top:0em;
		margin-right:0em;
		max-width:100%;
	}
}


.panels > li {
	max-width: 275px;
	min-width: 155px;
	padding-left: 3%;
	width: 21%;
	display: inline-block;
	text-align:center;
	vertical-align:top;
}

.panels > li > div {
	position: relative;
	min-height: 345px;
	background: #bbdde6;
	color: #333f48;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1em .2em;
	margin: 0em .8em;
}
.resultsList.panels.extra-tall .spec-list {
	min-height: 254px;
  border-bottom: 0px solid #006ba6;
}
.resultsList.panels.extra-tall .spec-list li:last-child {
  border-bottom: 1px solid #006ba6;
}
.panels > li > div h6.title {
	margin-top: 0.6em;
	font-family: 'GoodPro';
	font-weight: bold;
	font-size: 0.8em;
	color: #006ba6;
}
.panels > li > div small.price {
	position: absolute;
	bottom: 5rem;
	left: 0;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 1rem;
	box-sizing: border-box;
	text-align: center;
	font-family: 'GoodPro-Wide';
	font-weight: bold;
	font-size: 0.9rem;
	color: #333f48;
}
.panels > li > div small.price a {
	display: inline-block;
	font-family: 'GoodPro-Wide';
	font-weight: normal;
	color: #333f48;
	font-size: 0.9rem !important;
}
.panels > li > div small.price .infolink+a,
.panels > li > div small.price #price+a {
	margin-left: 1rem;
}

.panels > li > div small.price a > span {
	font-size: 0.9rem !important;
}
.panels > li > div a.blue_btn {
	position: absolute;
	bottom: 2em;
	left: 50%;
	width: 150px !important;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
}

.spec-list {
	text-align: left;
	margin: 0.6em 1em 1em 1em;
	font-size: 0.9rem;
	line-height: 2em;
	padding: 0.4em 0;
	border-top:1px solid #006ba6;
	border-bottom:1px solid #006ba6;
}



#specs #specFrame {
  width: 100% !important;
}

#specs #specFrame .rounded {
	overflow-x: auto;
}

#specs > div.ui-widget {
    font-family: 'GoodPro-Wide';
    font-size: 2.2rem;
	font-weight: 100;
    line-height: 1.6em;
    padding-bottom: 10px !important;
    margin-bottom: 0.2em;
    text-align: left;
}
#specs .custom-combobox {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #b7b7b7;
	border-radius: 3px;
	overflow: hidden;
    height: 35px;
    font-size: 1rem;
    vertical-align: top;
}
#specs .custom-combobox input.custom-combobox-input {
    vertical-align: top;
	background: transparent;
	margin-bottom: 0;
	border: none;
	padding: 0.4rem 1rem;
	font-family: 'GoodPro-Wide';
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 1.5rem;
}
#specs .custom-combobox a.custom-combobox-toggle,
#specs .custom-combobox a.custom-combobox-toggle.ui-state-hover {
    top: 0px;
	right: -3px;
	width: 56px;
	border: none;
	margin-bottom: 0;
	background-image: url('/resources/static/images/form/select.png');
	background-color: transparent;
	border-radius: 0;
}
#specs .custom-combobox a.custom-combobox-toggle .ui-icon-triangle-1-s {
	display: none;
}
#specs input.formbutton {
	cursor: pointer;
	display: inline-block;
	border: 2px solid #006fba;
	border-radius: 3px;
	background: #fff;
	color: #006fba;
	font-size: 24px;
	font-family: 'GoodPro-Wide';
	font-weight: bold;
	padding: 2px 24px;
    vertical-align: top;
}

#specFrame table tbody tr td {
    font-size: 1rem;
    font-family: 'GoodPro';
    padding: 0.25rem 1rem;
    line-height: 1.2em;
    color: #444;
}
#specFrame table thead tr th {
	position: relative;
	padding-top: 15px;
	padding-right: 45px;
}
#specFrame table thead tr th:not(:first-child) img {
	position: absolute;
	top: 15px;
	right: 20px;
	display: block;
	opacity: 0.001;
	cursor: pointer;
	z-index:99;
}
#specFrame table thead tr th:not(:first-child):before,
#specFrame table thead tr th:not(:first-child):after {
       cursor: pointer;
       content: ' ';
       position: absolute;
       top: 24px;
       right: 20px;
       display: block;
       width: 20px;
       height: 0px;
       border-top: 2px solid #fff;
}
#specFrame table thead tr th:not(:first-child):before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: translateY(-1px) rotate(45deg);
	-ms-transform: rotate(45deg);
}
#specFrame table thead tr th:not(:first-child):after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: translateY(-1px) rotate(-45deg);
	-ms-transform: rotate(-45deg);
}



.blue_btn {
  background: #1BA1E2;
  /*color: #fff !important;*/
  display: block;
  margin: 0 auto;
  padding: 0.5em 1em;
  text-align: center;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.75em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  margin-bottom: 0em;
}

.blue_btn:hover {
background: #f66d26;
}

.title {
	color: #006ba6;
  font-weight: normal;
	text-transform:capitalize;
}

h6.sub-title {
	margin-top:25px;
	margin-bottom:25px;
}

.description {
text-align:left;
border-top: 1px solid #ccc;
line-height:1.3em;
}


.info.description {
margin:0px;
}

.info h3, .info .name{
text-align:left;
}

.gallery-wrapper{
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding:30px 10px 80px 10px;
}
.gallery-wrapper h1{
	color:#555555;
	font-size:30px;
	margin-bottom:5px;
	font-weight:lighter;
}
.left-tray{
	float:left;
	width:29%;
}
.right-tray{
	float:left;
	width:70.5%;
}
.left-tray img, .right-tray img{
	display:block;
	max-width:100%;
	height:auto;
	border:1px solid #030303;
	border-radius:2px;
}
.thumb-list-type{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.thumb-list-type li{
	float:left;
	width:44%;
	margin-left:.5em;
	margin-bottom:.5em;

}

@media only screen and (min-width: 320px) and (max-width: 768px) {

#content{
}
.left-tray{
	float:none;
	width:100%;
}
.thumb-list-type{
	margin:10px 0px;
}
.right-tray{
	float:none;
	width:100%;
}
.gallery-wrapper{
	max-width:100%;
	padding:20px 15px;
}
.thumb-list-type li{
	float:none;
	display:block;
	width:100%;
	margin:0px;
	margin-bottom:2.5%;
}
.primary-thumb-row{
	float:left;
	width:48.6%;
	margin-right:2.5%;
}
.secondary-thumb-row{
	float:left;
	width:48.6%;
}
.left-tray img, .right-tray img{
	width:100%;
}
}



div.bulleted ul{
list-style-type: disc;
list-style-position: inside;
}

  .custom-combobox {
  position:relative;
float:left;
	/*background-color: #e8edff;*/
 }

.custom-combobox-toggle {
position: absolute;
top: 1.5%;
bottom: 0;
margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 98%;
    *top: 0.1em;
	background-color: #e8edff;
  }
  .custom-combobox-input {
	margin: 0;
    padding: 0.3em;
	background-color: #e8edff;
  }

  .ui-autocomplete {
max-height: 200px;
max-width: 300px;
overflow-y: auto;
/* prevent horizontal scrollbar */
overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
height: 200px;
}

.ui-widget-dd {
right: -4px;
display: inline;
}

.thumb img{
vertical-align:middle;
float:left;
}

.colorclass2 #cboxLoadedContent{
margin-bottom:20px;
padding:10px;
}
.colorclass2 #cboxContent{
opacity:1;
background-color:white;
}

.form-required{
color:red;
}

.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


.cover{
position:relative;
}
.cover:hover{
cursor:pointer;
}

.cover:after {
content: "";
position: absolute;
top: 20%;
left: 35%;
width: 33%;
height: 60%;
z-index: 100;
background: url("/resources/images/play.png");
background-size: 100%;
background-color: transparent;
background-repeat: no-repeat;
pointer-events: none;
}

.nowplaying:after {
    content: "Now Playing";
	color:white;
	font-size:180%;
	font-weight:bold;
    position: absolute;
	top: 30%;
	left: 5%;
	width: 90%;
	height: 60%;
    z-index: 100;
	background:url("");
    pointer-events: none;
}

.headerNav{
	width:560px;
	position:absolute;
	top:-42px;
	z-index:1000;
right:-2px;
display:inline-block;
vertical-align:middle
}

.headerNav a{
color:white;
}

.headerNav div{
display:inline-block;
padding-left: 20px;
}


.headerNav input{
	width: 100px;
	border-radius: 10px;
	padding-left: 5px;
	margin-top: 7px;
}

.feature-list.half  ul {
 width:45%;
 /*font-size: 100%;*/
}​

@media only screen and (min-width:590px) and (max-width: 799px) {

.headerNav {
position:absolute;
	left:0;
	right:auto;
top: 4px;
display:inline-block;
vertical-align:middle;
width: 190px;
}

.headerNav a{
color:black;
}

.headerNav div{
display:inline-block;
padding-left: 0px;
}


.headerNav input{
 width: 110px;
}

}


.info{
text-align:left;
z-index:10;
}
.info ul.action-links > li  {
  margin-left: 0px;
}
.cover{
position:relative;
}
.cover:hover{
cursor:pointer;
}

.feature-list  ul {
 float:left;
 width:100%;
}​


.custom-viddropdownbox {
position: relative;
display: inline-block;
}
.custom-viddropdownbox-toggle {
position: absolute;
top: 0;
bottom: 0;
margin-left: -1px;
padding: 5.5px;
/* support: IE7 */
*height: 1.7em;
*top: 0.1em;
}
.custom-viddropdownbox-input {
margin: 0;
padding: 0.3em;
}
.ui-widget{
margin-bottom:1em;
}

.resultsList > li {
	max-width:260px;
	min-width:200px;
	padding-left:0px;
	width:25%;
	display:inline-block;
	vertical-align:top;
}
/*.resultsList > li:first-child > div {
  margin-left: 0px;
}
.resultsList > li:last-child > div {
  margin-right: 0px;
}*/
.bnwp > li:nth-child(1) {
border: 1px darkgrey solid;
}
.bnwp > li:nth-child(2) {
text-align: left;
text-decoration: underline;
font-size: 80%;
position: relative;
top: 10px;
}

.bnwp > li:nth-child(1) > span{
font-size: 185%;
display: inline;
position: relative;
top: 8px;
left: 8px;
color: #616161;
font-weight: 300;
}


#downloads  .description{
color:black;
font-size:small;
}

#downloads table td{
  vertical-align:middle
}

#downloads .ui-widget {
  margin-bottom: 0em;
	z-index: 20;
}
.langlist{
	width:80%;
  margin: 0 auto;
  border-radius: 0px;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
}
.langlist > li.ui-menu-item {
  font-size: 16px;
  font-weight: bold;
  color: #00AB84;
  padding: 1em .65em;
  width: auto;
}

.floatList {margin:0 auto;width: auto;
text-align: left;}

.floatList img {
max-width:100%;
height:auto;
}

.floatList > li {
max-width: 520px;
min-width: 125px;
padding: 2em 1em 2em 1em;
width: 32%;
display: inline-block;
vertical-align: top;
position: relative;
text-align: left;
box-sizing: border-box;
}
#categories .floatList > li > div {
padding-bottom:40px;
}
.floatList > li > div > span{
position:absolute;
bottom:0px;
width: 100%;
left: 0;
}
.floatList > li > div > a > div{
margin: auto;
height: 125px;
vertical-align: bottom;
display: table-cell;
}

.floatList > li > div > a > span.title{
  display:table-cell;
  vertical-align:bottom;
  width: 100%;
  height: 52px;
  min-height: 52px;
}

.floatList > li > div > a > div img{
margin:auto;
}

.floatList > li > div > div {
text-align:left;
margin-top:15px;
border-top: 1px solid #e6e6e6;
width:99%;
margin:auto;
line-height:1.3em;
}
.accesories_button_wrapper {
  display: inline-block;
  clear: both;
  width: 100%;
  overflow: hidden;
  margin-left: 0px !important;
}
.infolink::before
{
content: "?";
font-size: 85%;
font-family: 'GoodPro-Wide', sans-serif;
vertical-align: middle;
font-weight: bold;
text-align: center;
line-height: 1;
display: inline-block;
width: 1.9ex;
height: 1.85ex;
border-radius: 1ex;
color: #A9A9A9;
background: none repeat scroll 0% 0% #FFF;
border: thin solid #A9A9A9;
top: -.35em;
left: .35em;
position: relative;
}

.infolink:hover::before
{
    color: white;
    background: darkgrey;

}

.infolink{cursor:pointer;}


.starRating{
  display        : inline-block;
  position       : relative;
  height         : 24px;
  background     : url('/resources/images/Star-icon.png') repeat-x 0 0;
  vertical-align : bottom;
}

.starRating div{
  float    : left;
  position : relative;
  height   : 24px;
}

.starRating input{
  position : relative;
  z-index  : 1;
  width    : 24px;
  height   : 24px;
  margin   : 0;
  padding  : 0;
  opacity  : 0;
}

.starRating label{
  position : absolute;
  top      : 0;
  left     : 0;
  width    : 100%;
  height   : 24px;
}

.starRating span{
  display : none;
}

.starRating       input:checked       + label,
.starRating:hover input:checked:hover + label{
  background : url('/resources/images/Star-icon.png') repeat-x 0 -24px;
}

.starRating:hover input:checked + label{
  background : transparent;
}

.starRating:hover input:hover + label{
  background : url('/resources/images/Star-icon.png') repeat-x 0 -48px;
}

form ul.wrap{
	width: 100%;
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
@media screen and (max-width: 1090px) {
	form ul.wrap {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
	}
}
@media screen and (max-width: 666px) {
	form ul.wrap {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	}
}

.categoryThumb{
  padding-right: 5%;
  padding-left: 5%;
  }

li.review {
  margin-top: 20px;
  border-radius: 20px;
  padding: 10px;
  text-align: left;
}

li.review > div:first-child{
  width: 98.5%;
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 20px;
  background: #f8f8f8;
  font-size: 0.8rem;
  font-weight: bold;
}
li.review > div.snippet {
	padding-right: 150px;
	padding-left: 18px;
}

li.article {
margin-top:40px;
border-top:1px solid grey;
padding-top:10px;
}

li.review a.btn{
 font-size: 0.5em;
 margin-left: 0px;
}

.stretch-wrap33{
	width:100%;
	padding-bottom:33.33%;
	position:relative;
	margin-bottom:2px;
}
.stretch-wrap60{
	width:100%;
	padding-bottom:60%;
	position:relative;
	margin-bottom:2px;
}
.stretch-wrap33 > div, .stretch-wrap33 > a > img,.stretch-wrap60 > div, .stretch-wrap60 > a > img{
	position: absolute;
	bottom: 0; left: 0; right: 0; top:0;
}
.stretch-wrap33 > div > img, .stretch-wrap33 > a > img,.stretch-wrap60 > div > img, .stretch-wrap60 > a > img{
height:100%;
object-fit: contain;
}
		a:hover{cursor:pointer;}
#categories .floatList > li > div {
  padding-bottom: 20px;
}


@media (min-width: 800px){
.flexnav > li.hidefs{
display:none;
}
.headerNav .navicon, .headerNav span.touch-button{
	display:none ;
}
.headerNav span.iconMenu{
	display:inline-block;
	background:none;
	position:relative;
	top:auto;
	right:auto;
	width:auto;
	height:auto;
	color:white;
}
.headerNav .flexnav > li:nth-child(n) {
	background:none;
	border:none;
	width:23%;
}


.headerNav .flexnav li ul{
	margin-top:13px;
}



.headerNav .flexnav .item-with-ul ul:before{
content: "\A";
  border-style: solid;
  border-width: 10px 15px 10px 0px;
  border-color: transparent rgba(242, 242, 242, 1) transparent transparent;
  position: absolute;
  left: -15px;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(90deg);
  top: -17px;
  left: 41%;
  }

	}

nav.main-nav > div.C9 {max-width:1082px;}


.nav-icon{
	height: 19px;
  	top: 5px;
  	position: relative;
  	left: -3px;
}

.nav-search-icon{
position:relative;left:-15px;top:1px;cursor:pointer;color:rgb(171, 171, 171);
}
.nav-search-icon img{
	height:10px;
}


table.contact-table tr:nth-child(n+3) td:first-child{padding-left:40px;}
table.contact-table tr td:first-child{width:60px;}
table.contact-table td{ padding: 1px 6px;}
table.contact-table th{font-weight:bold;color:grey;text-align:left;}
table.contact-table{
	margin-bottom:20px;
}


/* Sq1 Additions */
.proj span.title, .accsr span.title {
  padding-bottom: 10px;
  padding-top: 10px;
}
.proj .description, .accsr .description {
  font-size: 16px;
  padding-top: 10px;
  font-weight:100;
}
.proj .floatList > li > div > span, .accsr .floatList > li > div > span {
  position: inherit;
  width: 85%;
  margin: auto;
  display: block;
  margin-top: 15px;
}
.proj li.model div > span a, .accsr ul.floatList li div > span a {
  background: #f66d26;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 16px;
  float: left;
}
.proj li.model div > span a:last-of-type, .accsr ul.floatList li div > span a:last-of-type {
  margin-left: 10px;
}
.proj .view-all, .proj a.view-all:link, .proj a.view-all:visited, .accsr .view-all, .accsr a.view-all:link, .accsr a.view-all:visited{
  color: #fff;
  background: #1BA1E2;
}
.proj .view-all:hover, .accsr .view-all:hover {background-color:#bcc853; color:#000;}
.proj #catdesc .info p:first-of-type, .accsr #catdesc {font-weight:100; color:#6d6d6d;}
.accsr #catdesc {margin-bottom:20px;}
.proj .action-links[style], .accsr .action-links[style]{padding:0 !important;}
.proj .sub-title, .accsr .sub-title {font-weight:400; color:#6d6d6d; font-size:90%;}
.accsr .floatList {text-align:center; margin-left: -2em;}
.accsr-sub .subcat-desc {font-size: 16px; padding-top: 10px; font-weight:100; color: #6d6d6d;}
.accsr-sub .action-links[style] {padding: 1em 1em 1em 0 !important;}
.accsr-sub .subprod-desc {font-size: 16px; padding-top: 10px; font-weight:100;}

@media (max-width: 1280px) {
	.proj li.model div > span a:last-of-type, .accsr ul.floatList li div > span a:last-of-type {
	  margin-left:0;
	  width:inherit;
	}
	.proj li.model div > span a:first-of-type, .accsr ul.floatList li div > span a:first-of-type {
		margin-bottom:10px;
		width:inherit;
	}
}
@media screen and (min-width: 1135px) {
	.proj .description {min-height:111px;}
	.accsr .description {min-height:141px;}
}
@media screen and (max-width: 1135px) {
	.proj .description {min-height:151px;}
	.accsr .description {min-height:161px;}
}
@media screen and (max-width: 960px) {
	.proj span.title, .accsr span.title {font-size:120%; line-height:120%;}
	.proj .description, .accsr .description {font-size:14px;}
	.proj .info p:first-of-type {font-size:120%;}
	.accsr .title:not(#cattitle) {min-height:36px;}
}
@media screen and (min-width: 640px) and (max-width: 790px) {
	.proj #cattitle, .accsr #cattitle {margin-top:20px;}
	.accsr .title:not(#cattitle) {min-height:16px;}
}
@media screen and (max-width: 640px) {
	.proj .info p:first-of-type, .accsr .info p:first-of-type {line-height:120%;}
}
@media screen and (max-width: 440px) {
	#WebToLeadForm4[style]{width:inherit !important;}
	}
/* Sq1 Schema Markup */
.breadcrumb {text-decoration:none;}
.breadcrumb > ol {list-style:none; display:inline; margin-left:0;}
.breadcrumb > ol > li {display:inline; font-weight:100;}
.breadcrumb > ol > li > a > span {font-weight:100;}


.formFieldLabelBad {
    padding-bottom: 2px;
    background: url(http://marketing.infocus.com/acton/image/12x12no.gif) center right no-repeat;
}

.formFieldLabelGood {
    padding-bottom: 2px;
    background: url(http://marketing.infocus.com/acton/image/12x12yes.gif) center right no-repeat;
}


.navicon {
  position: relative;
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	height: 0;
	width: 0;
	    left: -2px;
}

.navicon:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    height: 35%;
    width: 50%;
    background: #C2C2C2;
    -webkit-transform: skew(0deg, 45deg);
    -moz-transform: skew(0deg, 45deg);
    -ms-transform: skew(0deg, 45deg);
    -o-transform: skew(0deg, 45deg);
    transform: skew(0deg, 45deg);
}
.navicon:after {
    content: '';
    position: absolute;
    top: 2px;
    right: 0px;
    height: 35%;
    width: 50%;
    background: #C2C2C2;
    -webkit-transform: skew(0deg, 135deg);
    -moz-transform: skew(0deg, 135deg);
    -ms-transform: skew(0deg, 135deg);
    -o-transform: skew(0deg, 135deg);
    transform: skew(0deg, 135deg);
}​

/*  Tooltip
------------------------------------------- */

div.checkCon > span {
	display: inline-block;/*bug fix*/
	position: relative;
	text-decoration: none;
}

div.checkCon > span.tagsort-worldwide:after {
	content: "Displays available for purchase in Europe and the Americas.";
}

div.checkCon > span.tagsort-capacitive:after {
	content: "Displays with capacitive touch technology.";
}

div.checkCon > span.tagsort-wireless:after {
	content: "Displays that include wireless screen sharing, web browsing and whiteboard technology.";
	white-space:normal;
	line-height:.9em;
}

div.checkCon > span.tagsort-anti-glare:after {
	content: "Displays with smooth-touch anti-glare surface.";
}

div.checkCon > span.tagsort-k-12:after {
	content: "Displays with discounted pricing available for US-based K-12 schools.";
}


div.checkCon > span:after {
	position: absolute;
	font-size:x-small;
	bottom: 130%;
	left: -220%;
	background: white;
	padding: 5px 15px;
	color: #7F7F7F;
	border: 2px solid black;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
div.checkCon > span:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 20px solid black;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	left: -230%;
	bottom: 90%;
}
div.checkCon > span:hover:after {
	bottom: 100%;
	left: 20%;
}
div.checkCon > span:hover:before {
	bottom: 70%;
	left: 30%;
}
div.checkCon > span:hover:after,
div.checkCon > span:hover:before {
	opacity: 1;
	transition-delay:1s;
	-o-transition-delay:1s;
	-ms-transition-delay:1s;
	-moz-transition-delay:1s;
	-webkit-transition-delay:1s;

}

/* Filterable jTouch table

/* ================================================== */


.tableWrap {
	display: block;
	margin-top: 35px;
  margin-bottom: 50px;
}

.tableWrap:after {
  content: "";
  display: table;
  clear: both;
}

.C3_tag {
	width: 28%;
	float: left;
}

.C7_tag {
	width: 68%;
	float: left;
}

.checkCon {
	padding: 0px 0px 0px 0px;
}

table.rwd-table-large > tbody > tr.item{
	background:none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


.tagsort-tags-container span {
    display: block;
    border: 2px solid #CCC;
    color: #AAA;
    font-size: 16px;
    line-height: 10px;
    padding: 10px;
    margin: 10px 10px 10px 0px;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	position:relative;
}

.tagsort-tags-container span:hover {
    border: 2px solid #c25218;
    color: #FFF;
    background-color: #f6a981;
}

.tagsort-tags-container span.tagsort-active {
    border: 2px solid #c25218;
    color: #FFF;
    background-color: #f66d26;
}


@media only screen and (min-width:1919px) {
	.tagBtn {
		width: 420px;
	}
}

@media only screen and (min-width:1680px) and (max-width: 1919px) {
	.tagBtn {
		width: 353px;
	}
}
@media only screen and (min-width:1280px) and (max-width: 1679px) {
	.tagBtn {
		width: 260px;
	}
}
@media only screen and (min-width:1136px) and (max-width: 1279px) {
	.tagBtn {
		width: 238px;
	}
}



@media only screen and (max-width: 1135px) and (min-width: 960px) {
	.tableWrap {
		margin-top: 0px;
	}
	.tableWrap .C3_tag, .tableWrap .C8_tag {
		width:100%;
	}
	.tagBtn {
		width: 200px;
	}
}

@media only screen and (max-width: 959px) {
	.tableWrap {
		margin-top: 0px;
	}
	.tagBtn {
		width: 158px;
	}
	.tableWrap .C3_tag, .tableWrap .C8_tag {
		width:100%;
	}
  .tableWrap .rwd-table-large th {
    font-size: 95%;
    padding: .35em;
  }
  .tableWrap .rwd-table-large td {
    padding: .20em;
    font-size: 85%;
  }
  .tableWrap .rwd-table-large td a.table_button, .tableWrap .rwd-table-large td a {
    min-width: 40px;
    margin: .25em;
    font-size: 90%;
  }
  .infocusTable td[data-label='Price US'] {
    min-width: none;
  }
}

/* ================================================== */

#colorbox {
	border: none;
	border-radius: 0;
	background-color: #f2f2f0;
}
#cboxClose {
	cursor: pointer;
	top: 60px;
	right: 62px;
	width: 32px;
	height: 32px;
	font-size: 0;
}
#cboxClose:before,
#cboxClose:after {
	position: absolute;
	display: block;
	content: ' ';
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #006fba;
	width: 45px;
	height: 0px;
}
#cboxClose:before {
	transform: rotate(45deg);
}
#cboxClose:after {
	transform: rotate(-45deg);
}


/*about page */
.about--title {
  text-align: center;
  margin: 3.75em 0em .75em;
}
.about--page .content {
  padding-top: 0px;
}
.about--page .full_width_img {
  margin: 0 auto;
  width: 100%;
}
.about--page .about--row p, .about--page .about--row h4 {
  color: white;
  margin-bottom: .65em;
}
.about--page .about--row .content {
  position: relative;
  padding: 4.5em .5em;
  box-sizing: border-box;
  max-width: 800px;
}
.about--page .about--row .content p {
  line-height: 1.55em;
  margin-top:1.25em;
  font-size:1.15em;
}
.about--page .content { width: 100%; margin: 0 auto; font-size: 100% !important; }
.about--page .about--row .content p.lead-text {
  margin-top:0em;
  font-size:1.5em;
  line-height: 1.35em;
}
.about--page .about--row.first_row {
  margin-top:2em;
  border-right: 20px solid #e87722;
  border-left: 20px solid #006ba6;
  background-color: #333f48;
}
.about--page .about--row.second_row {
  background-color: #006ba6;
  border-right: 20px solid #bbdde6;
  border-left: 20px solid #e87722;
  position: relative;
}
.about--page .about--row.second_row:before {
    content:"";
    display:none;
    left: -72px;
    position:absolute;
    top:0px;
    bottom:0px;
    border-left: 76px solid #00ab84;
}
.about--page .module--tag:before {
    width: 62px;
    content: "";
    border: 2px solid #e87722;
    display: block;
    margin-bottom: 1em;
}
.about--page .color_stripe.white { display: none; }
@media screen and (min-width: 1178px) {
  .about--page .about--row.second_row:before {
      display:block;
  }
  .about--page .about--row.second_row {
    border-left: 94px solid #e87722;
  }
  .about--page .about--row .content {
    left: -40px;
  }
  .about--page .about--row.first_row {
    border-left: 98px solid #006ba6;
  }
  .about--page .color_stripe.white {
    display: block;
    position: absolute;
    height: 100%;
    float:left;
    background: linear-gradient(to bottom,  rgba(159,188,197,.90) 0%,rgba(159,188,197,0) 20%);
    width: 95px;
    position: absolute;
    margin-left: -22px;
  }
}

#infocus-team h2 {
	margin-top: 1.2rem;
}
.about--page .staff-list {
	margin-top: 3rem;
}
.about--page .staff-list li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	margin-bottom: 3rem;
	overflow: hidden;
}
.about--page .staff-list li:last-child {
	border-bottom: none;
}
.about--page .staff-list div.avatar {
	float: left;
	display: block;
	width: 175px;
}
.about--page .staff-list div.bio {
	margin-left: 175px;
}
.about--page .staff-list div.bio h6 {
	font-size: 1.6rem;
}
.about--page .staff-list div.bio h5 {
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
.about--page .staff-list div.bio p {
	font-size: 1rem;
	line-height: 1.4rem;
}
@media screen and (max-width: 62em) {
	.about--page .staff-list div.avatar {
		padding-left: 25px;
	}
	.about--page .staff-list div.bio {
		margin-left: 200px;
	}
}
@media screen and (max-width: 40em) {
	.about--page .staff-list li {
		margin-left: 25px;
		margin-right: 25px;
	}
	.about--page .staff-list div.avatar {
		box-sizing: border-box;
		padding-left: 0px;
		width: 100%;
		margin-bottom: 1rem;
		text-align: center;
	}
	.about--page .staff-list div.bio {
		margin-left: 0;
		clear: both;
	}
	.about--page .staff-list div.bio h6,
	.about--page .staff-list div.bio h5 {
		text-align: center;
	}
}

.tracking,
.tracking img {
	opacity: 0.0001 !important;
}