@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: #6B6B6B
very dark gray: #6B6B6B
nav dark gray: #333*/

@import url("reset.css");
@import url("../font-face/font-face_styles.css");
@import url("../plugins/ExpandingSearchBar/css/search-bar_new-nav.css");
@import url("../flag-icon-css-master/css/flag-icon.css");
@import url("nav-styles.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-weight: 400;
    font-variant: normal;
    font-style: normal;
    font-size: 100%;
    font-family: roboto;
    background-color: #eff0f2;
    line-height: 1.5em;
    color: #333;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
    color: #c62127;
}
a:hover, a:focus {
    color: #990000;
}
.no-effect {
    text-decoration: none;
}
.no-effect a:hover {
    background-color: transparent;
}
h1 {
    font-size: 2.5em;
    color: #6B6B6B;
    padding: 1% 0 1% 0;
    line-height: 1.2em;
}
h2 {
    font-size: 1.2em;
    color: #333;
    padding: 1% 0 .5% 0;
    font-weight: bold;
}
h3 {
    font-size: 1.1em;
    color: #333;
    padding: 1% 0 .5% 0;
    font-weight: bold;
}
p {
    padding: 0 0 1% 0;
    color: #333;
}
small {
    margin: 0 0 5px 0;
    font-size: 0.8em;
    line-height: 1.4em;
    display: block;
    float: left;
}
ul.bullets {
    list-style-type: disc;
    margin: -10px 0 20px 20px;
}
.video {
    display: block;
}
.gallery {
    /*	position: absolute;
	text-align: center;
	width: 100%;*/
    display: block;
}
.buynow {
    border: 1px solid #990000;
    padding: 2px 4px;
    border-radius: 5px;
    color: white;
    background-image: -webkit-linear-gradient(270deg, rgba(255,0,0,1.00) 0%, rgba(153,0,0,1.00) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(255,0,0,1.00) 0%, rgba(153,0,0,1.00) 100%);
    background-image: -o-linear-gradient(270deg, rgba(255,0,0,1.00) 0%, rgba(153,0,0,1.00) 100%);
    background-image: linear-gradient(180deg, rgba(255,0,0,1.00) 0%, rgba(153,0,0,1.00) 100%);
    background-color: #990000;
    text-align: center;
}
.check-mark {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.2em;/* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-download {
    background: #bdbdbd;
    z-index: 90;
    -webkit-font-smoothing: antialiased;
    font: 1.8em/1.4em 'fontello-download';
    text-decoration: none;
    color: #2e3436;
    display: block;
    text-align: center;
    height: 40px;
    width: 40px;
    float: left;
    margin: 0 5px 0 0;
}
/* BACK TO TOP */
#backtop {
    position: fixed;
    left: auto;
    right: 20px;
    top: auto;
    bottom: 20px;
    outline: none;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: rgba(141,141,141,0.84);
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    transition: all 0.3s linear;
    z-index: 999999;
    opacity: 1;
    display: none;
}
#backtop:hover {
    background-color: #990000;
}
#backtop.mcOut {
    opacity: 0;
}
/* END BACK TO TOP */
/* FLEX CONTAINERS */
section.flex-screens {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: /*space-around */ center;
    align-items: flex-start;
}
figure.screen-box {
    flex: 1 0 10%; /*grow shrink basis*/
    align-self: auto;
    margin: 1em;
    background: #eff0f2;
    padding: .5em;
    border: 1px solid #C6C6C6;
}
figure.screen-box-text {
    flex: 1 0 10%; /*grow shrink basis*/
    margin: .8em;
}
/*	section.flex-screens {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
figure.screen-box {
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
}*/
	
figure.screen-box img {
    width: 100%;
}
figure.screen-box h1 {
    color: black;
    font-size: 1.25em;
    font-weight: 100;
    padding-bottom: .5em;
    text-align: center;
    background-color: #eff0f2;
    border-bottom: 1px solid #C6C6C6;
}
section.webstore-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
figure.webstore-box {
    flex: 1 0 auto; /*grow shrink basis*/
    margin: 1em;
    background: #eff0f2;
    padding: .5em;
    border: 1px solid #C6C6C6;
    width: 20%;
}
section.webstore-flex figure.webstore-box:last-child {
/*flex: 0 0 25%;*/
}
/* END FLEX CONTAINERS */

/*	.box-webstore .caption {width: 90%; margin-left: 3%; padding:0;}
	.box-webstore img {padding-left: 10%; width: 80%}	
	.box-webstore .caption h1 { font-size: 1.2em; font-weight: bolder  }
	.box-webstore .caption h2 { font-size: .9em}*/
	
/* 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 #000;
    font-weight: bold;
    background-color: #BEBEBE;
}
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: 60px;
	background-color: #FFFFFF;
	border-top: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;*/
    display: block;
    position: relative;
    width: 75%; /* 880px / 1180px (1200-20px margin) */
    height: auto;
    text-align: right;
    font-size: 0.90em;
    z-index: 9000;
    margin: 0;
    float: right;
}
header {
    margin: 0 auto;
    width: 100%;
    z-index: 9010;
    background-color: #eff0f2;
    border-bottom: 1px solid #9A9A9A;
    position: relative;
    padding: 10px 0;
    background-color: rgba(0,0,0,9);
}
header #content {
    margin: 0 auto;
    padding: 0 .83333%; /* 10px / 1200px */
    height: 75px;
    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;
    margin: 15px 0 0 0;
    pointer-events: bounding-box;
    background-image: url(../pics/hcwlogo-white.svg), none;
    background-size: 100% !important;
    float: left;
    position: relative;
    z-index: 900000;
}
#main-logo a {
    display: block;
    width: 110px;
    height: 35px;
}
/*.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:hover, #main-logo a:focus, #main-logo a:active {
    background-color: transparent;
    line-height: 2em;
}
/*header section#search #formsearch {
}
header section#search input {
	padding: 1%;
	height: 26px;
	border: solid 2px #c9c9c9;
	transition: border 0.3s;
	color: #6B6B6B;
}
header section#search input:focus, header section#search input.focus {
	border: solid 2px #969696;
}*/
/*END HEADER*/
/*SOCIAL*/
figure.social, figure.social2 {
    height: 25px;
    float: right;
    width: auto;
    margin: 0 0 0 2%;
    display: block;
    clear: right;
}
figure.social ul, figure.social2 ul {
    list-style: none;
}
figure.social ul li, figure.social2 ul li {
    float: left;
    margin: 0 0 0 .8em;
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
}
figure.social a, figure.social2 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, figure.social2 a:hover {
    background: #c62127;
    color: #F4F4F4;
}
/*END SOCIAL*/
/*TABLES*/
table {
    border: 1px solid #ccc;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: .8em;
    line-height: 1.4em;
}
table caption {
    margin: 10px 0;
}
table img {
    margin: 0 auto;
    display: block;
}
table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
table th, table td {
    padding: 10px;
    text-align: center;
}
table th {
    font-weight: bold;
    background: #f7f7f7;
}
tr:nth-child(even) {
    background: #f7f7f7;
}
tr:nth-child(odd) {
    background: #e0e1e4;
}
tbody td.notes {
    text-align: center;
}
tbody td.notes-left {
    text-align: left;
}
/*END TABLES*/
/*SUPPORT PAGES*/
section#support-title {
    margin: 20px 0 0 0;
    width: 100%;
}
section#support-title #hgroup {
    margin: 0 auto;
    padding: 0 .83333%; /* 10px / 1200px */
    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#support-title h1 {
    color: #000000;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: normal;
}
/*END SUPPORT PAGES*/
	
#wrapper #banner {
    min-height: 200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}
#wrapper #banner h1 {
    font-size: 1.6em;
    font-family: alfa-slab-one, Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
    font-style: normal;
    font-weight: 400;
    color: #0032BB;
}
	#wrapper #banner p {
		font-size: 1.4em;
	}
/*MAIN SECTIONS*/
main#wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
}
/*END MAIN SECTIONS*/
/*HOMEPAGE COLUMNS*/
main#wrapper {
    z-index: 1;
    background-color: #FFFFFF;
    width: 100%;
    position: relative;
    display: block;
}
/*END MAIN SECTIONS*/
/*HOMEPAGE COLUMNS*/
article#main {
    width: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}
section#main-content, section#main-prods, section#contact-main-content {
    max-width: 1200px; /*1920*/
    margin: 30px auto;
    padding: 0 .83333%; /* 10px / 1200px */ padding-left: 10%; padding-right: 10%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
	/* added this to fix skinny columns */
	padding-left: 3.5%; padding-right: 3.5%;
}
section#main-content-100 {
    width: 100%;
    margin: 0 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;
}
section#main-content-nopadding {
    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;
}
#main-inner {
    padding: 0 3em;
}
article#main section#main-content .hp_columns {
    width: 32.20338%;  /* 380 / 1180 (1200 -20px for padding) */  
    float: left;
    background-color: #6B6B6B;
    margin-right: 20px;
}
article#main ul.three, article#main ul.two, article#main ul.one, article#main section#main-content-100 ul.one {
    padding: 0px;
    margin-left: 0px;
    list-style-type: none;
}
article#main ul.two li.centered {
}
article#main ul.one li {
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article#main ul.one li.btn-margin {
    margin: 0 0 30px 0;
}
article#main ul.one li.red {
    width: 100%;
    text-align: center;
    background-color: #c62127;
}
article#main ul.one li.black {
    width: 100%;
    text-align: center;
    background-color: #000;
}
article#main ul.one li.gray {
    width: 100%;
    text-align: center;
    background-color: #eff0f2;
}
article#main ul.one li.blue {
    width: 100%;
    text-align: center;
    background-color: #0075c9;
}
article#main ul.one li h1.white, article#main ul.one li h2.white {
    color: #FFF;
}
article#main ul.one li h1.black, article#main ul.one li h2.black {
    color: #000;
}
article#main ul.one li h1.gray, article#main ul.one li h2.gray {
    color: #6B6B6B;
}
article#main ul.one li h1 {
    font-style: normal;
    font-weight: 200;
    font-size: 4em;
    margin: 0 0 5px 0;
    line-height: .9em;
}
article#main ul.one li h2 {
    font-weight: 100;
    font-size: 1.5em;
    margin: 0px;
}
article#main ul.one li.red-white h1, article#main ul.one li.red-white h2 {
}
article#main 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 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 ul.two li:nth-child(2), #contact-column-right {
    margin-left: 1.69491%; /*20 / 1180 (1200 -20px for padding)*/
    margin-right: 0; /*20 / 1180 (1200 -20px for padding)*/
}
article#main 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)*/
}
.two li a {
    background-color: yellow;
}
.two li a:hover {
    background-color: yellow
}
article#main .hpboxes:hover {
/*	background-color: #e0e1e4;*/
}
article#main .hpboxes, article#main section#main-prods .ProductSelectorColumn .prods_main2-category {
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    display: block;
    overflow: hidden;
    background-color: #eff0f2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #6B6B6B;
}
article#main .height {
    min-height: 600px;
}
article#main .hpboxes a {
    display: block;
}
article#main .hpboxes img {
    display: block;
    width: 100%;
    height: auto;
}
article#main .hpboxes .hpboxes-txt {
    background: rgba(0,0,0,0.85);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    color: white;
    padding: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article#main .hpboxes .hpboxes-txt:hover {
    opacity: 1;
}
article#main .hpboxes .hpboxes-txt h2, article#main .hpboxes .hpboxes-txt p {
    color: #FFF;
}
article#main .hpboxes .hpboxes-txt p a {
    color: #b0b0b0; 
}
	article#main .hpboxes .hpboxes-txt p a:hover {
    color: #b0b0b0; color: red;
}
/*END HOMEPAGE COLUMNS*/
/*TEXT FORMATTING*/
/*h1 in hp boxes*/
article#main .hpboxes h1, article#main section#main-prods .ProductSelectorColumn .prods_main2-category h1 {
    font-size: 2.2em;
    margin: 0 0 1% 0;
    font-weight: bold;
    border-bottom: 0px solid #c62127;
    line-height: 1.1em;
}
article#main .hpboxes h2 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 0;
    color: #6B6B6B;
}
article#main .hpboxes p, article#main section#main-prods .ProductSelectorColumn .prods_main2-category p {
    /*  display: block;*/
    margin: 0 auto;
    color: #000000;
    padding: 1% 0 20px 0;
    line-height: 1.4em;
    font-size: 1.1em;
    color: #6B6B6B;
}
#tabbed-nav div div ul {
    list-style: disc;
    margin: 0 0 1% 18px; /*bullets in text*/
}
/*END TEXT FORMATTING*/
/* Main HP IMAGE*/
figure#main-img-hp, figure#main-img-hp-black {
    width: 100%;
    position: relative;
    float: left;
}
figure#main-img-hp img, figure#main-img-hp-black img, figure#main-img-hp-small img, figure#main-img-hp-black-small img {
    width: 100%;
    display: block;
    border-top: 0px solid #000000;
    border-bottom: 1px solid #000000;
}
figure#main-img-hp-small {
    display: none;
}
.single-item div h1 {
    position: absolute;
    font-weight: bolder;
    font-size: 5vw;
    font-family: droid-sans;
    top: 20px;
    left: 50px;
    line-height: 1em;
}
.single-item div h1.white {
    color: #FFF;
}
.single-item div h1.black {
    color: #000;
}
.thin {
    font-weight: lighter;
    font-size: 4vw;
    line-height: .9em;
}
/* END Main HP IMAGE*/
/* PRODUCT IMAGES*/
figure#main-img, figure#main-img-black, figure#main-mysmarthome, figure#main-full-screen {
    width: 100%;
    margin: 0 0 1em 0;
    display: inline-block;
}
figure#main-img-black {
    background-color: #000000;
}
figcaption#title {
    margin: 20px auto 0 auto;
    /*padding: 0 .83333%;  10px / 1200px */
    padding: 0 2em;
    max-width: 1200px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
}
figcaption#title #hgroup {
    float: left;
    width: 45%;
    z-index: 9020;
    position: absolute;
    top: 22px;
    background-color: rgba(255, 255, 255, 0);
    padding: .8em;
    overflow: hidden;
}
.parent {
    overflow: hidden;
    float: right;
    margin: 0 2em 0 .5em;
}
figure#main-img img, figure#main-img-black img {
    max-width: 500px;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 9010;
}
figure#main-full-screen img {
    width: 100%;
    right: 0;
    top: 0;
    z-index: 9010;
}
figure#main-mysmarthome img {
    max-width: 800px;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 9010;
}
figcaption#title h3.new {
    font-size: 3.5em;
    color: #c62127;
    font-weight: bolder;
    margin: 0 0 .4em 0;
}
figcaption#title h1.white, figcaption#title h1.black {
    font-size: 4em;
    line-height: 1em;
    width: 100%;
    padding: 0;
}
figcaption#title h1.white {
    color: #FFFFFF;
}
figcaption#title h1.black {
    color: #000000;
}
figcaption#title h2.white, figcaption#title h2.black {
    color: #FFFFFF;
    font-size: 2em;
    line-height: 1.2em;
    font-weight: normal;
    margin: .6em 0;
    width: 100%;
    oveflow: hidden;
}
figcaption#title h2.white {
    color: #FFFFFF;
}
figcaption#title h2.black {
    color: #000000;
}
/* END PRODUCT IMAGES */
/*OTHER IMAGES*/
figure#about-img {
    width: 100%;
    border-bottom: 1px solid #000000;
    overflow: hidden;
}
figure#about-img img {
    display: block;
}
/*END OTHER IMAGES*/
/*  Image items to the right, left and center*/
.img-captions-right {
    width: 40%;
    float: right;
    text-align: center;
    margin: 10px 0 35px 40px;
    overflow: hidden;
    border: 0px solid #6B6B6B;
}
.img-captions-right p {
    font-size: .6em;
    color: black;
}
.img-captions-right h6 {
    font-size: .6em;
    color: black;
}
.img-captions-left {
    width: 40%;
    float: left;
    text-align: center;
    margin: 10px 25px 25px 0;
    overflow: hidden;
    border: 0px solid #6B6B6B;
}
.width100 {
    width: 100%;
}
.img-captions-right p, .img-captions-left p {
    text-align: center;
    border-bottom: 0px solid #6B6B6B;
    border-top: 0px solid #6B6B6B;
    padding: 0 0 5px 0;
    clear: left;
    font-size: 0.8em;
    line-height: 1.3em;	/*	color: #6B6B6B;
	background: #eff0f2;*/
}
.img-center {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}
/*	.img-center img {
		width: 80%;
		margin: 0 auto;
	}*/
/*  End of image items to the right and left */
#accordion p {line-height: 1.65em;}
#accordion a { color: #CC1111;}
#accordion a:hover { color: #000099; background-color: #e0e0e0;}
#accordion a:focus { color: #990000; background-color: #000099;}
/*  Product boxes on Product and Support pages */
section.two-col {
    padding-top: 20px;
    display: block;
    overflow: hidden;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -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);
    -webkit-column-rule: 1px solid #6B6B6B;
    -moz-column-rule: 1px solid #6B6B6B;
    column-rule: 1px solid #6B6B6B;
}
section.two-col-models {
    padding-top: 20px;
    display: block;
    overflow: hidden;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -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);
    -webkit-column-rule: 1px solid #6B6B6B;
    -moz-column-rule: 1px solid #6B6B6B;
    column-rule: 1px solid #6B6B6B;
}
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 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: 20px -20px 0 -20px;*/
    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: 2%;
}
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: 2%;
}
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;
}
article#main section#main-prods .note {
    border: 1px solid grey;
    padding: 5px 15px 15px 35px;
    margin-bottom: 25px;
    background-color: #eff0f2;
}
.qi-download {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
    margin: 15px 0;
    float: left;
}
.qi-download a {
    font-weight: bold;
}
#main #main-prods ol {
    padding-left: 0px;
    margin-left: 25px;
}
#main-prods p.small_note {
    padding-top: 5px;
    padding-left: 15px;
    font: 200;
    color: grey;
}
/*  End Main pages on Product Selector and Support Selector  */

/*FOOTER*/
footer {
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
    border-top: 1px solid #9A9A9A;
}
footer section#footer {
    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;
    display: block;
    overflow: hidden;
}
footer #links {
    min-height: 30px;
    float: left;
    width: 70%;
    margin: 0px;
    padding: 0px;
    display: block;
    line-height: 1.4em;
    font-size: 0.8em;
}
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;
}
footer #links a:hover {
    color: #333;
}
footer #country {
    height: 30px;
    float: left;
    width: 100%;
    margin: 0;
    display: block;
}
footer #country select {
    margin: 0 0 0 -1.5%;
    width: 125px;
    border: 1px solid #bdbdbd;
    padding: .1em;
    color: #6B6B6B;
    font-size: .8em;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*END FOOTER*/
}

/* END desktop screen media */

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

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

@media only screen and (min-width: 2000px) {
section#main-prods {
    width: 1600px;
    max-width: 1600px;
	padding-left: 10%; padding-right: 10%;
}	
}

/*SMALL MOBILE*/
@media only screen and (max-width: 480px) {
article#main ul li .hpboxes .hpboxes-txt {
/*	display: none;*/
}
figure.social {
    display: none;
}
#main-inner {
    padding: 0 1em;
}
article#main ul.one li h1 {
    font-style: normal;
    font-weight: 200;
    font-size: 2.8em;
    margin: 0 0 10px 0;
    line-height: .9em;
}
article#main ul.one li h2 {
    font-weight: 100;
    font-size: 1.4em;
    margin: 0px;
}
/*END SMALL 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;
}*/
figure.screen-box {
    flex: 0 1 100%;
}
table {
    width: 100%;
}
article#main section#main-prods #main-text {
    width: 90%;
}
/*#social li:first-child {
	margin-left: 1%;
}*/
figure.social2 {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 1em 0;
}
figure.social2 ul li {
    margin: 0 .8em 0 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, section.two-col-models {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
table {
    border: 0;
}
table thead {
    display: none;
}
table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
}
table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
}
table td:last-child {
    border-bottom: 0;
}
table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
}
tbody td.notes {
    text-align: left;
}
article#main .hpboxes {
    margin-bottom: 30px;
}
figure#main-img-hp-small, figure#main-img-hp-black-small {
    display: block;
}
figure#main-img-hp, figure#main-img-hp-black {
    display: none;
}
.single-item div h1 {
    left: 20px;
    right: 20px;
    font-size: 7vw;
    display: block;
    float: left;
    width: 100%;/*    position: absolute;
    font-weight: bolder;
    font-family: droid-sans;
    top: 20px;
    line-height: 1em;*/
}
.thin {
    font-size: 5vw;/*    font-weight: lighter;
    line-height: .9em;*/
}
}

/*END SMALL*/
@media only screen and (min-width: 680px) and (max-width: 850px) {
/*article#main .hpboxes h2 {
    font-size: .95em;
    line-height: 1.2em;
}*/
/*article#main .hpboxes p {
    padding-top: 0%;
    line-height: 1.3em;
    font-size: .75em;
}*/
}

@media only screen and (min-width: 850px) and (max-width: 1050px) {
/*article#main .hpboxes h2 {
    font-size: 1em;
    line-height: 1.3em;
}*/
/*article#main .hpboxes p {
    padding-top: 0%;
    line-height: 1.4em;
    font-size: .9em;
}*/
}

@media only screen and (max-width: 1024px) {
article#main .height {
    min-height: 550px;
}
}

/*Product titles*/
@media only screen and (max-width: 850px) {
.parent {
    float: left;
    width: 100%;
    text-align: center;
}
figcaption#title {
    width: 100%;
    float: left;
}
figcaption#title #hgroup {
    position: relative;
    width: 100%;
    float: left;
}
figcaption#title h1.white, figcaption#title h1.black, figcaption#title h2.white, figcaption#title h2.black {
    width: 100%;
    text-align: center;
}
figure#main-img, figure#main-img-black {
    margin: 0;
}
article#main .height {
    min-height: auto;
}
article#main ul.three li, article#main ul.two li, article#main section#main-prods .ProductSelectorColumn, #contact-column-left, #contact-column-right {
    width: 100%;
    float: left;
    position: relative;
    clear: none;
    margin: 0px;
}
article#main ul.three li:nth-child(2), article#main ul.two li:nth-child(2), article#main section#main-prods .ProductSelectorColumn.middle {
    margin-right: 0px;
    margin-left: 0px;
}
.img-captions-right, .img-captions-left {
    width: 100%;
	display: block;
	text-align: center;
}
}

/*END Product titles*/
/*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*/
