@charset "utf-8";

/* CSS Document */

/* COLORS
red: #c62127 
dark red: #990000
very light gray: #f7f7f7
light gray: #eff0f2
lt-med gray: #e0e1e4
med gray: #bdbdbd
dark gray: #8d8d8d
nav dark gray: #333*/

@import url("reset.css");
@import url("../plugins/mobile-menu/mobile-menu-styles.css");
@import url("../font-face/font-face_styles.css");
@import url("../plugins/ExpandingSearchBar/css/search-bar.css");
@import url("../flag-icon-css-master/css/flag-icon.css");

@media screen {
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
	width: 100%;
}
body, html {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font: 400 normal 100% droid-sans;
	background-color: #eff0f2;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: #c62127;
}
a:hover, a:focus {
	color: #990000;
}
h1 {
	font-size: 1.8em;
	color: #8d8d8d;
	padding: 1% 0 1% 0;
	line-height: 1.2em;
}
h2 {
	font-size: 1em;
	color: #000000;
	padding: 1% 0 .5% 0;
	font-weight: bold;
}
p {
	padding: 0 0 1% 0;
}
small {
	text-align: center;
	margin: 0 0 5px 0;
	clear: left;
	font-size: 0.8em;
	line-height: 1.3em;	/*	color: #8d8d8d;
	background: #eff0f2;*/
	
	/*padding: 0 0 5px 0;
	clear: left;
	font-size: 0.8em;
	line-height: 1.3em;		color: #8d8d8d;
	background: #eff0f2;*/
}

/* CONTAINERS */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
.column-break {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	display: table;
}
#column-left {
	float: left;
	width: 45%;
}
#column-right {
	float: right;
	width: 45%;
}
aside.full {
	width: 100%;
	margin: 30px 0 0 0;
	overflow: hidden;
}
/* END CONTAINERS */
/* BREADCRUMBS */
section#breadcrumbs {
	width: 100%;
	height: 20px;
	font-size: .7em;
	line-height: 1.9em;
	border-bottom: 1px solid #9A9A9A;
	font-weight: bold;
}
section#breadcrumbs a {
	color: #333;
	font-weight: normal;
}
section#breadcrumbs a:hover {
	color: #c62127;
}
section#breadcrumbs ul {
	margin: 0 auto;
	padding: 0 .83333%; /* 10px / 1200px */
	height: 20px;
	max-width: 1200px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
section#breadcrumbs ul li {
	list-style-type: none;
	height: 20px;
	padding: 0 4px;
	border-right: 0px solid #ABABAB;
	display: block;
	float: left;
}
section#breadcrumbs ul li:after {
	content: "/";
	padding: 0 0 0 8px ;
}
section#breadcrumbs ul li:last-child:after {
	content: "";
}
/* END BREADCRUMBS *
/*HEADER*/
nav#large {
	height: 30px;
	background-color: #FFFFFF;
	z-index: 9000;
	margin: 0;
	font-size: 0.95em;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	display: block;
	position: relative;
}
header {
	margin: 0 auto;
	height: auto;
	width: 100%;
	z-index: 9010;
	background-color: #eff0f2;
}
header #content {
	margin: 10px auto;
	padding: 0 .83333%; /* 10px / 1200px */
	height: 35px;
	max-width: 1200px;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#main-logo {
	width: 110px;
	height: 35px;
	text-indent: -9999em;
	background: url(../pics/hcwlogo.png) no-repeat;
	background-image: url(../pics/hcwlogo.svg), none;
	background-size: 100% !important;
	float: left;
}
/*.no-svg #main-logo {
	width: 110px;
	height: 35px;
	text-indent: -9999em;
	background: url(../pics/hcw_logo.png) no-repeat;
	background-size: 100% !important;
	float: left;
}*/
#main-logo a {
	display: block;
	width: 110px;
	height: 35px;
}
#main-logo a:hover, #main-logo a:focus, #main-logo a:active {
	background-color: transparent;
	line-height: 1.5em;
}
/*header section#search #formsearch {
}
header section#search input {
	padding: 1%;
	height: 26px;
	border: solid 2px #c9c9c9;
	transition: border 0.3s;
	color: #8D8D8D;
}
header section#search input:focus, header section#search input.focus {
	border: solid 2px #969696;
}*/
/*END HEADER*/
/*SOCIAL*/
figure.social {
	height: 25px;
	float: right;
	width: auto;
	margin: 0 0 0 2%;
	display: block;
	clear: right;
}
figure.social ul {
	list-style: none;
}
figure.social ul li {
	float: left;
	margin: 0 0 0 12px;
	position: relative;
	display: block;
	width: 25px;
	height: 25px;
	overflow: hidden;
}
figure.social a {
	font: 1.1em/1.5em 'fontello';
	text-decoration: none;
	color: #2e3436;
	background: #BDBDBD;
	display: block;
	text-align: center;
	height: 25px;
}
figure.social a:hover, .icon-download:hover {
	background: #c62127;
	color: #F4F4F4;
}
/*END SOCIAL*/
/*MAIN SECTIONS*/
main#wrapper {
	z-index: 1;
	background-color: #FFFFFF;
	width: 100%;
	position: relative;
}
/*END MAIN SECTIONS*/
/*HOMEPAGE COLUMNS*/
article#main {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}
article#main section#main-content, article#main section#main-prods, section#contact-main-content {
	max-width: 1200px;
	margin: 30px auto;
	padding: 0 .83333%; /* 10px / 1200px */
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
/*article#main section#main-content .hp_columns {
	width: 32.20338%;  380 / 1180 (1200 -20px for padding)  
	float: left;
	background-color: #8D8D8D;
	margin-right: 20px;
}*/
article#main section#main-content ul.three, article#main section#main-content ul.two, article#main section#main-content ul.two {
	padding: 0px;
	margin-left: 0px;
	list-style-type: none;
}
article#main section#main-content ul.three li, article#main section#main-prods .ProductSelectorColumn {
	width: 32.20338%; /* 380 / 1180 (1200 -20px for padding) */
	float: left;
	position: relative;
	clear: none;
}
article#main section#main-content ul.two li, #contact-column-left, #contact-column-right {
	width: 49.15254%; /* 580 / 1180 (1200 -20px for padding) */
	float: left;
	/*	position: relative;*/
	clear: none;
}
article#main section#main-content ul.two li:nth-child(2), #contact-column-right {
	margin-left: 1.69491%; /*20 / 1180 (1200 -20px for padding)*/
}
article#main section#main-content ul.three li:nth-child(2), article#main section#main-prods .ProductSelectorColumn.middle {
	margin-right: 1.69491%; /*20 / 1180 (1200 -20px for padding)*/
	margin-left: 1.69491%; /*20 / 1180 (1200 -20px for padding)*/
}
article#main section#main-content .hpboxes:hover {
	background-color: #e0e1e4;
}
article#main section#main-content .hpboxes, article#main section#main-prods .ProductSelectorColumn .prods_main2-category {
	margin-bottom: 30px;
	position: relative;
	text-align: left;
	display: block;
	overflow: hidden;
	background-color: #eff0f2;
}
article#main section#main-content .hpboxes a {
	display: block;
}

article#main section#main-content .hpboxes img {
	display: block;
	margin: 0 auto;
}
article#main section#main-content .hpboxes .hpboxes-txt {
	/*max-height: 0px;*/
	overflow: hidden;
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	transition: max-height 1s;
}
/*END HOMEPAGE COLUMNS*/
/*TEXT FORMATTING*/
/*h1 in hp boxes*/
article#main section#main-content .hpboxes h1, article#main section#main-prods .ProductSelectorColumn .prods_main2-category h1 {
	margin: 3%;
	font-weight: bold;
	border-bottom: 0px solid #c62127;
}
article#main section#main-content .hpboxes h2 {
	font-size: 1em;
	margin: 3%;
	margin-bottom: 0;
	color: #000000;
	font-weight: bold;
}
article#main section#main-content .hpboxes p, article#main section#main-prods .ProductSelectorColumn .prods_main2-category p {
	/*	display: block;*/
	margin: 0 auto;
	color: #000000;
	padding: 3%;
	padding-top: 1%;
	line-height: 1.3em;
	font-size: 0.95em;
}
article#main section#main-prods ul {
	list-style: disc;
	margin: 0 0 1% 18px; /*bullets in text*/
}
article#main section#main-prods ul#tabs {
	margin-left: 0px;
}

.icon-download {
	background: #bdbdbd;
	z-index: 90;
	-webkit-font-smoothing: antialiased;
	font: 1.8em/1.4em 'fontello';
	text-decoration: none;
	color: #2e3436;
	display: block;
	text-align: center;
	height: 40px;
	width: 40px;
	float: left;
	margin: 0 5px 0 0;
}
.icon-download:before {
	content: "\e805";
}
/*END TEXT FORMATTING*/
/* Main HP IMAGE*/
figure {
  margin: 0;
}

.product {
  position: relative;
  width: 100%;
  background-color: #000;
  text-align: right;
}

.product img {
  width: 96%;
  padding: 2%;
  max-width: 500px;
  height: auto;
}

.product figcaption {
 /* position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  padding: 2%;
  text-align: left;*/
  
  	margin: 10px auto;
	padding: 0 .83333%; /* 10px / 1200px */
	max-width: 1200px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
		overflow: hidden;
}

.product figcaption h1 {
  width: 60%;
  padding: 0;
  font-size: 4em;
  line-height: 1em;
}

.product figcaption h2 {
  margin-top: 10px;
  width: 40%;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: capitalize;
}
/* END MAIN HP IMAGE */
/*  Image items to the right, left and center*/
.img-captions-right {
	width: 40%;
	float: right;
	vertical-align: top;
	text-align: center;
	margin: 0 0 25px 25px;
	overflow: hidden;
	border: 0px solid #8d8d8d;
}
.img-captions-right p, .img-captions-left p {
	text-align: center;
	border-bottom: 0px solid #8d8d8d;
	border-top: 0px solid #8d8d8d;
	padding: 0 0 5px 0;
	clear: left;
	font-size: 0.8em;
	line-height: 1.3em;	/*	color: #8d8d8d;
	background: #eff0f2;*/
}
.img-captions-left {
	width: 40%;
	float: left;
	text-align: center;
	margin: 0 25px 25px 0;
	overflow: hidden;
	border: 0px solid #8d8d8d;
}
.img-center {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}
/*  End of image items to the right and left */
/*  Product boxes on Product and Support pages */
article#main section#main-prods section.two-col {
	padding-top: 20px;
	display: block;
	overflow: hidden;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 25px;
	-moz-column-gap: 25px;
	column-gap: 25px;
	-webkit-column-rule: 0px dotted #ddd;
	-moz-column-rule: 0px dotted #ddd;
	column-rule: 0px dotted #ddd;
	margin: 0;
	background-color: rgba(255, 255, 255, .8);
}
article#main section#main-prods section#two-col p, article#main section#main-prods section#two-col h2, .col-break {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-o-column-break-inside: avoid;
	column-break-inside: avoid;
	display: table;
	overflow: hidden;
}
article#main section#main-prods .ProductSelector {
	overflow: hidden;
	padding-top: 40px;
}
article#main section#main-prods .ProductSelectorColumn {
	padding-top: 0;
}
article#main section#main-prods #main-text {
	width: 75%;
	margin: 0 auto;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category {
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul h2:first-of-type {
	border-top: 1px solid #999;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category h1 {
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category h1 p {
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category h1 a {
	display: block;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category h1 a img {
	float: left;
	position: absolute;
	left: 5px;
	top: 5px;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category p {
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul h2 {
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: none;
	background-color: #d1d1d1;
	height: 30px;
	font-size: 1.05em;
	font-style: normal;
	line-height: 2em;
	text-indent: 5px;
	border-bottom: 1px solid #999;
	color: #4E4E4E;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul {
	padding-left: 0px;
	margin: 0;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul.single {
	font-weight: bold;
	line-height: 22px;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul.single li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 0px;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li {
	list-style-type: none;
	border-bottom: 1px solid #999;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li:last-child {
	border-bottom: 0px;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li a {
	text-decoration: none;
	display: block;
	color: #5B5B5B;
	height: 50px;
	padding: 5px 0 0 3%;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li a:hover {
	background-color: #e0e1e4;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li a p {
	font-size: 1.0em;
	padding-top: 15px;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li a p.line-height {
	padding-top: 5px;
}
article#main section#main-prods .ProductSelectorColumn .prods_main2-category ul li a img {
	float: left;
	margin-right: 12px;
	height: 45px;
	width: 55px;
}
.qi-download {
	display: block;
	height: 50px;
	width: 500px;
	position: relative;
	margin: 10px 0 0 0;
}
/*  End Main pages on Product Selector and Support Selector  */

/*FOOTER*/
footer {
	width: 100%;
	margin: 0 0 20px 0;
	position: relative;
}
footer section {
	max-width: 1200px;
	margin: 30px auto;
	padding: 0 .83333%; /* 10px / 1200px */
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	display: block;
}
footer #links {
	height: 30px;
	float: left;
	width: 70%;
	margin: 0px;
	padding: 0px;
	display: block;
}
footer #links ul {
	list-style-type: none;
}
footer #links ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	padding-right: 1.5%;
	padding-left: 1%;
}
footer #links ul li:last-child {
	border-right-width: 0px;
}
footer #links ul li:first-child {
	padding-left: 0px;
}
footer #links ul li a {
	color: #666;
	text-decoration: none;
	margin: 0px;
	font-size: 0.8em;
}
footer #links a:hover {
	color: #333;
}
footer #country {
	height: 30px;
	float: left;
	width: 100%;
	margin: 0;
	display: block;
}
/*END FOOTER*/
}

/* END screen media */
/*Product titles*/
@media only screen and (max-width: 850px) {
section#title{
	width: 100%;
	float: left;
}
section#title h1.white, section#title h2.white {
	width: 100%;
	text-align: center;
}
}
/*END Product titles*/
/* TABLET */

@media only screen and (max-width: 768px) {
}

/* END TABLET */

/*MOBILE*/

@media only screen and (max-width: 480px) {
article#main section#main-content ul li .hpboxes .hpboxes-txt {
	display: none;
}
figure.social {
	display: none;
}

/*END MOBILE*/
}

/*SMALL*/
@media only screen and (max-width: 680px) {
/*nav#small {
	float: right;
	height: 30px;
	background-color: none;
	z-index: 9000;
	margin: 0;
	font-size: 0.95em;
}*/
article#main section#main-prods #main-text {
	width: 90%;
}
article#main section#main-content ul.three li, article#main section#main-content ul.two li, article#main section#main-prods .ProductSelectorColumn, #contact-column-left, #contact-column-right {
	width: 100%;
	float: left;
	position: relative;
	clear: none;
}
article#main section#main-content ul.three li:nth-child(2), article#main section#main-content ul.two li:nth-child(2), article#main section#main-prods .ProductSelectorColumn.middle {
	margin-right: 0px;
	margin-left: 0px;
}
/*#social li:first-child {
	margin-left: 1%;
}*/
footer #social {
	width: 100%;
	margin: 0 0 15px 0;
}
footer #links {
	width: 100%;
	margin: 0 0 10px 0;
	font-size: .9em;
}
#column-left {
	width: 100%;
}
#column-right {
	float: left;
	width: 100%;
}
article#main section#main-prods section.two-col {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
.img-captions-right, .img-captions-left {
	width: 100%;
}
}

/*END SMALL*/

/*SMALL MOBILE*/
@media only screen and (max-width: 479px) {
}

/*END SMALL MOBILE*/

/*RETINA OPTIMIZED*/

/*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( -moz-min-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1), only screen and ( min-device-pixel-ratio: 2), only screen and ( min-resolution: 192dpi), only screen and ( min-resolution: 2dppx), only screen and (min-width: 1400px) {
#main-logo {
	background: url(../pics/hcwlogo@2x.png) no-repeat;
}
}*/

@media only screen and (-webkit-min-device-pixel-ratio: 2.0) and (max-width: 480px) {
}

@media only screen and (-webkit-min-device-pixel-ratio: 2.0) and (max-width: 768px) {
}




/*END RETINA OPTIMIZED*/
