@charset "utf-8";
/**************************************
	main.css
	Use: HomeInstead (Fonts, Basic, Preloader, Main Nav, Home, Tables, Samples, Footer, Buttons & Forms, Mobile Adjustments)

	©2014 (Your Name/Company Goes Here ...)
	HomeInstead Mobile App
***************************************/

/*--- FONTS ---*/
@font-face {
    font-family: 'ITCAvantGardeStdBkRegular';
    src: url('../fonts/itcavantgardestd-bk-webfont.eot');
    src: url('../fonts/itcavantgardestd-bk-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/itcavantgardestd-bk-webfont.woff') format('woff'),*/
         url('../fonts/itcavantgardestd-bk-webfont.ttf') format('truetype'),
         url('../fonts/itcavantgardestd-bk-webfont.svg#ITCAvantGardeStdBkRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardeStdMdRegular';
    src: url('../fonts/itcavantgardestd-md-webfont.eot');
    src: url('../fonts/itcavantgardestd-md-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/itcavantgardestd-md-webfont.woff') format('woff'),*/
         url('../fonts/itcavantgardestd-md-webfont.ttf') format('truetype'),
         url('../fonts/itcavantgardestd-md-webfont.svg#ITCAvantGardeStdMdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardeStdDemiBold';
    src: url('../fonts/itcavantgardestd-demi-webfont.eot');
    src: url('../fonts/itcavantgardestd-demi-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/itcavantgardestd-demi-webfont.woff') format('woff'),*/
         url('../fonts/itcavantgardestd-demi-webfont.ttf') format('truetype'),
         url('../fonts/itcavantgardestd-demi-webfont.svg#ITCAvantGardeStdBkBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardeStdMdBold';
    src: url('../fonts/itcavantgardestd-bold-webfont.eot');
    src: url('../fonts/itcavantgardestd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         /*url('../fonts/itcavantgardestd-bold-webfont.woff') format('woff'),*/
         url('../fonts/itcavantgardestd-bold-webfont.ttf') format('truetype'),
         url('../fonts/itcavantgardestd-bold-webfont.svg#ITCAvantGardeStdMdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*--- BASIC ---*/
body {
	background-color: #34585c;
	height: 100%;
	font-family: 'ITCAvantGardeStdBkRegular';
	position: relative;
	overflow-x: hidden;
}
h1 {
	font-family: 'ITCAvantGardeStdMdRegular';
	font-size: 32px;
	line-height: 38px;
	letter-spacing: 0.5px;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 1px 1px #142324;
}
h2 {
	font-family: 'ITCAvantGardeStdBkRegular';
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #fff;
	text-shadow: 0 1px 1px #142324;
}
h3 {
	font-family: 'ITCAvantGardeStdMdRegular';
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0px;
}
h4 {
	font-family: 'ITCAvantGardeStdMdBold';
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0px;
	color: #fff;
}
h4.aboutTitle {
	margin-bottom: 10px;	
}
h5 {

}
h6 {

}
p {
	font-family: 'ITCAvantGardeStdBkRegular';
	font-size: 16px;
	line-height: 24px;
	color: #eee;
	margin-bottom: 25px;
}
strong {
	font-family: 'ITCAvantGardeStdDemiBold';
	font-weight: 400;
}
.no-show, .hidden {
	display: none;	
}
.yes-show {
	display: block !important;	
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-left {
	text-align: left;
}
.fl {
	float: left;	
}
.fr {
	float: right;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.typList {
	padding: 0;
	margin: 0;
}
.typList li {
	background-image: url('../images/icon_typListGrphx.png');
	background-repeat: no-repeat;
	background-position: 0 6px;
	list-style: none;
	padding: 0 0 0 17px;
	margin: 0 0 15px 0;
}
.typList li p {
	padding: 0 20px 0 4px;
	margin: 0;
}
.btnControls {
	margin: 40px 0 0 0;	
}
.embed-video {
	width: 100%;
}
.whtBox {
	background-color: #fff;
	border: #333 solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	padding: 20px;
}
.whtBox.callBox {
	background: rgba(0,0,0,0.08);
	color: #fff;
	border: #203638 solid 1px;
	box-shadow: inset 0 1px 6px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.12);
	-webkit-box-shadow: inset 0 1px 6px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.12);
	-moz-box-shadow: inset 0 1px 6px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.12);
	padding: 30px;
}
article.odd-bkgrd {
	background: rgba(0,0,0,0.08);
	border-top: #203638 solid 1px;
	border-bottom: #203638 solid 1px;
	box-shadow: inset 0 1px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 1px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 1px 6px rgba(0,0,0,0.2);
	padding: 60px 0 40px 0;
}
article.even-bkgrd {
	padding: 60px 0 40px 0;
}
article.even-bkgrd.first {
	padding: 0 0 40px 0;
}
.image-container {
	text-align: center;
}
.image-container img {
	border: solid 1px #243d40;
	box-shadow: 0 1px 0 rgba(193,224,255,0.2);
	-webkit-box-shadow: 0 1px 0 rgba(193,224,255,0.2);
	-moz-box-shadow: 0 1px 0 rgba(193,224,255,0.2);
}
.siteTxt_box {
	border-bottom: #203638 solid 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.siteTxt_box.last {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.siteTxt_box p {
	margin-bottom: 10px;
}
iframe#storyLineBox {
	width: 100%;
	height: 960px;
}
#theme-layout {
	position: relative;	
}
#main-content {
	background-image: url('../images/subHeaderBkgrdIMG.png');
  	background-repeat: repeat-x;
  	background-position: top center;
  	background-color: #34585c;
 	background-size: auto;
	padding: 90px 0 50px 0;
}
.icon-only i {
	padding: 0 !important;
}


/*--- PRELOADER ---*/
#preloader {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999999999;
}
.loadBox {
	width: 216px;
	height: 156px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -78px 0 0 -108px;
}
#status {
	background-image:url('../images/pageloaderGIF.gif');
	background-repeat:no-repeat;
	background-position:center;
	width: 50px;
	height: 50px;
	margin: 0 auto;
}


/*--- MAIN NAV ---*/
header {
	min-height: 98px;
	border-bottom: none;
	border-top: #22393c solid 1px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.22);
	
	background: #45757a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45757a), color-stop(100%,#34585c));
	background: -moz-linear-gradient(top, #45757a 0%, #34585c 100%);
	background: linear-gradient(to bottom, #45757a 0%,#34585c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45757a', endColorstr='#34585c',GradientType=0 );
}
header .four.columns {
	min-height: 98px;	
}
.header-shadow {
	background-image: url('../images/mainNav_shadowBkgrd.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 35px;
	position: relative;
	z-index: 9;
	margin: 0 0 -35px 0;
	display: block;
}
.tw-logo {
	width: 280px;
	height: 123px;
	border: #161e1c solid 1px;
	border-top: none;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 6px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 6px 20px rgba(0,0,0,0.25);
	position: absolute;
	z-index: 10;
	margin: -1px 0 0 0;
	
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#ffffff), color-stop(100%,#e8e8e8));
	background: -moz-linear-gradient(top, #ffffff 60%, #e8e8e8 100%);
	background: linear-gradient(to bottom, #ffffff 60%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
}
.tw-logo img {
	width: 216px;
	height: 97px;
	max-height: 97px;
	margin: 12px auto 0 auto;
	display: block;
}
.main-menu {
	min-height: 98px;
	border-right: #253e41 solid 1px;
	box-shadow: 1px 0 0 rgba(255,255,255,0.12);
	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.12);
	-moz-box-shadow: 1px 0 0 rgba(255,255,255,0.12);
	float: right;
}
.main-menu .sf-menu {
	margin-bottom: 0;
}
.sf-menu > li {
  	min-height: 98px;
  	list-style: none;
	border-left: #253e41 solid 1px;
	box-shadow: inset 1px 0 0 rgba(255,255,255,0.12);
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,0.12);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,0.12);
	margin: 0;
	float: left;
}
.sf-menu > li:hover {
	background-color: rgba(0,0,0,0.08);
}
.sf-menu > li.active:hover {
	background-color: rgba(0,0,0,0);
}
.sf-menu > li a {
	font-family: 'ITCAvantGardeStdMdRegular';
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 40px;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 #444;
	padding: 29px 16px;
	display: inline-block;
}
.sf-menu > li a i {
	font-size: 21px;
	text-shadow: 0 -1px 0 #444;
	position: relative;
	top: 1px;
	padding: 0 6px 0 0;
}
.sf-menu > li.active a {
	background-color: rgba(255,255,255,0.08);
	font-family: 'ITCAvantGardeStdDemiBold';
}
.mobile-menu-icon {
	height: 44px;
	font-family: 'ITCAvantGardeStdDemiBold';
	font-size: 28px;
	font-weight: 100;
	line-height: 44px;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	border: #333 solid 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(255,255,255,0.16);
	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(255,255,255,0.16);
	-moz-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(255,255,255,0.16);
	padding: 0 14px !important;
	display: none;
	margin: 26px 0 0 0;
	float: right;
	
	background: #e8e8e8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e8e8), color-stop(100%,#b8b8b8));
	background: -moz-linear-gradient(top, #e8e8e8 0%, #b8b8b8 100%);
	background: linear-gradient(to bottom, #e8e8e8 0%,#b8b8b8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#b8b8b8',GradientType=0 );
}
.mobile-menu-icon:hover {
	color: #444;
	
	background: #b8b8b8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8b8b8), color-stop(100%,#e8e8e8));
	background: -moz-linear-gradient(top, #b8b8b8 0%, #e8e8e8 100%);
	background: linear-gradient(to bottom, #b8b8b8 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#e8e8e8',GradientType=0 );
}
.mobile-menu-icon:active, .mobile-menu-icon.active {
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.16);
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.16);
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.16);
	
	background: #b8b8b8;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8b8b8), color-stop(100%,#e8e8e8));
	background: -moz-linear-gradient(top, #b8b8b8 0%, #e8e8e8 100%);
	background: linear-gradient(to bottom, #b8b8b8 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8b8b8', endColorstr='#e8e8e8',GradientType=0 );
}
#mobile-menu {
	background: #2a2a2a;
	width: 270px;
	height: 100%;
	text-align: right;
  	border-left: #1a1a1a solid 1px;
  	box-shadow: -2px 0 40px rgba(0,0,0,0.45);
	position: absolute;
	top: 0;
	right: -271px;
	bottom: 0;
	z-index: 999999;
	display: none;
}
.mobile-menu-closeBtn {
	font-size: 28px;
	line-height: 28px;
	color: #999;
	margin: 15px 20px 0 0;
	display: inline-block;
	
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mobile-menu-closeBtn:hover, .mobile-menu-closeBtn:active {
	color: #ecc152;
}
.mobile-menu-inner {
	list-style: none;
	margin: 25px 20px 0 20px;	
}
.mobile-menu-inner > li {
	margin-bottom: 6px;	
}
.mobile-menu-inner > li a {
	background: #222;
	font-family: 'ITCAvantGardeStdMdRegular';
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 40px;
	letter-spacing: 0.5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: #1a1a1a solid 1px;
	border-radius: 4px;
	padding: 6px 16px;
	display: block;
	
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: background .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mobile-menu-inner > li a i {
	font-size: 21px;
	text-shadow: 0 -1px 0 #444;
	position: relative;
	top: 1px;
	padding: 0 8px 0 0;
}
.mobile-menu-inner > li a:hover {
	background: #1a1a1a;
}
.mobile-menu-inner > li a:active {
	background: #1a1a1a;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.3);
}
.mobile-menu-inner > li.active a {
	background: #ecc152;
	font-family: 'ITCAvantGardeStdDemiBold';
	color: #53441d;
	text-shadow: none;
	border: #1a1a1a solid 1px;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,0.4);
}


/*--- HOME ---*/
.title {
	text-align: center;
	margin: 0 0 25px 0;
}
.title h1, .title.app-cover h2 {
	border-bottom: #203638 solid 1px;
	box-shadow: 0 1px 0 #406d72;
	-webkit-box-shadow: 0 1px 0 #406d72;
	-moz-box-shadow: 0 1px 0 #406d72;
	padding: 0 20px 18px 20px;
	margin: 0 0 4px 0;
}
.title.double-btmLine .doubleBtm {
	border-bottom: #203638 solid 1px;
	box-shadow: 0 1px 0 #406d72;
	-webkit-box-shadow: 0 1px 0 #406d72;
	-moz-box-shadow: 0 1px 0 #406d72;
	margin: 0 22px;
}
.title.double-btmLine span {
	font-family: 'ITCAvantGardeStdBkRegular';
	font-size: 20px;
	line-height: 24px;
}
.title.app-cover h2 {
	margin: 0 0 18px 0;
}
.toggle-btn span.label-txt {
	width: 88%;
	padding: 4px 0;
}
.toggle-btn span.icon {
	background-image: url('../images/icon_dropDownGrphx.png');
	background-repeat: no-repeat;
	width: 41px;
	height: 31px;
	position: relative;
	top: 50%;
	margin: 0;
	display: inline-block;
	overflow: hidden;
}
.toggle-btn.active span.icon {
	background-position: 0 -31px;
}
.toggle-container {
	background-color: rgba(0,0,0,0.12);
	border: #333 solid 1px;
	border-top: none;
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	box-shadow: inset 0 -1px 5px rgba(0,0,0,0.12);
	-webkit-box-shadow: inset 0 -1px 5px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0 -1px 5px rgba(0,0,0,0.12);
	padding: 16px 20px 0 20px;
}


/*--- TABLES ---*/
.typTable {
	margin: 20px 0;	
}
.typTable.samples {
	margin: 40px 0 30px 0;
}
.typTable .tableHeader {
	height: 50px;
	font-family: 'ITCAvantGardeStdDemiBold';
	font-size: 16px;
	line-height: 17px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px 1px #1b1f1b; /*0 1px 0 rgba(193,224,255,0.2)*/
	border: solid 1px #203638;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	box-shadow: inset 0 -1px 0 rgba(193,224,255,0.18), 0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 0 rgba(193,224,255,0.18), 0 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0 -1px 0 rgba(193,224,255,0.18), 0 1px 3px rgba(0,0,0,0.2);
	padding: 0;
	margin: 0;
	display: block;
	
	background: #416e73;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#416e73), color-stop(100%,#2c4a4d));
	background: -moz-linear-gradient(top, #416e73 0%, #2c4a4d 100%);
	background: linear-gradient(to bottom, #416e73 0%,#2c4a4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#416e73', endColorstr='#2c4a4d', GradientType=0);
}
.typTable .tableHeader .typCol {
	background-image: url('../images/mainNav_btn_rtDivLine.jpg');
	background-repeat: repeat-y;
	background-position: top right;
	height: 42px;
	width: 33%;
	padding: 8px 2px 0 0;
	overflow: hidden;
}
.typTable.samples .tableHeader .typCol {
	width: 24.8%;
}
.typTable.samples .tableHeader .typCol.second, .typTable.samples .tableHeader .typCol.fourth {
	height: 34px;
	padding-top: 16px;
}
.typTable .tableHeader .typCol.last {
	background-image: none;
	padding: 8px 0 0 0;
}
.typTable .tableRow {
	background-color: #fff;
	height: 50px;
	font-size: 13px;
	line-height: 16px;
	color: #555;
	text-align: center;
	border: solid 1px #243d40;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
	margin: 2px 0 0 0;
	display: block;
}
.typTable .boxTableRow2 {
	background-color: #fff;
	border: solid 1px #243d40;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
	margin: 5px 0 0 0;
}
.typTable .tableRow2 {
	height: 67px;
	font-size: 15px;
	line-height: 18px;
	color: #111;
	text-align: center;
	border-bottom: solid 1px #999;
	margin: 0;
	display: block;
}
.typTable .tableRow2.last {
	border: none;
}
.typTable .tableRow.last, .typTable .boxTableRow2.last {
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.7), 0 1px 0 rgba(193,224,255,0.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7), 0 1px 0 rgba(193,224,255,0.2);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7), 0 1px 0 rgba(193,224,255,0.2);
}
.typTable .tableRow2 .typCol {
	height: 52px;
	width: 24.9%;
	border-right: solid 1px #999;
	padding: 15px 0 0 0;
	overflow: hidden;
}
.typTable .tableRow2 .typCol.single-txt {
	height: 42px;
	padding: 25px 0 0 0;
}
.typTable .tableRow .typCol {
	height: 33px;
	width: 33.1%;
	border-right: solid 1px #999;
	padding: 17px 0 0 0;
	overflow: hidden;
}
.typTable .tableRow .typCol.last, .typTable .tableRow2 .typCol.last {
	border: none;
}
.tableRow2 .typCol a {
	height: 55px;
	font-family: 'ITCAvantGardeStdDemiBold';
	font-size: 16px;
	font-weight: 400;
	line-height: 55px;
	color: #222;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
	text-decoration: none;
	border: solid 1px #333;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.3);
	padding: 0;
	position: relative;
	margin: -10px 5px 0 5px;
	display: block;
	cursor: pointer;

	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#7a7a7a));
	background: -moz-linear-gradient(top, #ffffff 0%, #7a7a7a 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#7a7a7a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#7a7a7a', GradientType=0);
}
.tableRow2 .typCol a.sub-sample {
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}
.multiTxtBox {
	width: 150px;
	margin: 0 auto;
	display: block;	
}
.tableRow2 .typCol a.sub-sample span.sub-num {
	width: 35px;
	font-size: 16px;
	line-height: 55px;
	text-align: right;
	padding: 0 10px 0 0;
	display: inline-block;
}
.tableRow2 .typCol a.sub-sample span.sub-title {
	width: 105px;
	font-family: 'ITCAvantGardeStdMdRegular';
	font-size: 13.5px;
	line-height: 18px;
	font-weight: 400;
	padding: 0;
	margin: 10px 0 0 0;
	display: inline-block;
}


/*--- SAMPLES ---*/
.samples-indiv .eight.columns {
	width: 532px;
	margin-left: 0;
}
.samples-indiv .four.columns {
	width: 398px;
	margin-left: 30px;
}
.sample-images, .helpful-notes {
	padding-bottom: 20px;
}
.topNavBar, .btmNavBar {
	height: 50px;
	border: solid 1px #333;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3);
	padding: 0;
	margin: 0;
	display: block;

	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#7a7a7a));
	background: -moz-linear-gradient(top, #ffffff 0%, #7a7a7a 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#7a7a7a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#7a7a7a', GradientType=0);
}
.btmNavBar {
	border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
}
.btmNavBar-title {
	background-color: rgba(52,88,92,0.65);
	height: 34px;
	font-size: 13px;
	line-height: 34px;
	color: #fff;
	border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	padding: 0 14px;
	  margin: -36px 0 0 1px;
	z-index: 100;
	position: absolute;
	display: inline-block;
}
.greyBtn-noBkgrd {
	height: 50px;
	font-family: 'ITCAvantGardeStdDemiBold';
	font-size: 14px;
	font-weight: 400;
	line-height: 50px;
	color: #222;
	text-transform: uppercase;
	text-shadow: 0 1px 0 rgba(193,224,255,0.25);
	text-decoration: none;
	padding: 0 20px;
	display: inline-block;
	cursor: pointer;
}
.greyBtn-noBkgrd.sampleBtn-front {
	border-right: solid 1px #333;
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	box-shadow: 1px 0 0 rgba(255,255,255,0.3);
	-webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.3);
	-moz-box-shadow: 1px 0 0 rgba(255,255,255,0.3);
}
.greyBtn-noBkgrd i {
	font-size: 23px;
	color: #444;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	position: relative;
	top: 2px;
	margin-right: 7px;
}
.noneAll-toggle {
	height: 50px;
	border-left: solid 1px #333;
	display: block;
}
.displayNoneBtn {
	height: 50px;
	border-left: solid 1px rgba(255,255,255,0.3);
	border-right: solid 1px #333;
	box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3);
	padding: 0 14px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#7a7a7a));
	background: -moz-linear-gradient(top, #ffffff 0%, #7a7a7a 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#7a7a7a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#7a7a7a', GradientType=0);
}
.displayAllBtn {
	height: 50px;
	border-left: solid 1px rgba(255,255,255,0.3);
	border-radius: 0 6px 0 0;
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3);
	padding: 0 14px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#7a7a7a));
	background: -moz-linear-gradient(top, #ffffff 0%, #7a7a7a 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#7a7a7a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#7a7a7a', GradientType=0);
}
.displayNoneBtn span, .displayAllBtn span {
	background-image: url('../images/icon_displayNone.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 50px;
	text-indent: -99999px;
	text-decoration: none;
	display: block;
}
.displayAllBtn span {
	background-image: url('../images/icon_displayAll.png');
}
.greyBtn-noBkgrd:hover, .greyBtn-noBkgrd:active {
	color: #222;	
}
.displayAllBtn:active, .displayNoneBtn:active, .label-toggleBtn:active, .greyBtn-noBkgrd:active, .displayAllBtn.active, .displayNoneBtn.active, .label-toggleBtn.active {
	box-shadow: inset 0 1px 0 rgba(255,225,255,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,225,255,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,225,255,0.3);
	background: #7a7a7a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(100%,#ffffff));
	background: -moz-linear-gradient(top, #7a7a7a 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #7a7a7a 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a7a7a', endColorstr='#ffffff', GradientType=0);
}
.samples-indiv .image-container.samples {
	height: 534px;
	text-align: left;
	border: solid 1px #243d40;
	border-top: none;
	border-bottom: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	overflow: hidden;
}
.samples-indiv .image-container.samples img {
	width: 530px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	position: absolute;
	z-index: 1;
}
.sample-images .overRed {
	position: absolute;
	z-index: 2;
}
.sample-images .overYellow {
	position: absolute;
	z-index: 3;
}
.sample-images .overPurple {
	position: absolute;
	z-index: 4;
}
.sample-images .overBlue {
	position: absolute;
	z-index: 5;
}
.label-toggleBtn {
	height: 50px;
	width: 110px;
	color: #444;
  	font-family: 'ITCAvantGardeStdMdRegular';
	font-size: 13.5px;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	border-left: solid 1px rgba(255,255,255,0.3);
	border-right: solid 1px #333;
	box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3);
	padding: 0 5px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#7a7a7a));
	background: -moz-linear-gradient(top, #ffffff 0%, #7a7a7a 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#7a7a7a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#7a7a7a', GradientType=0);
}
.label-toggleBtn:hover, .label-toggleBtn:active {
	color: #444;
}
.label-toggleBtn.first {
	border-left: none;
	border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
}
.label-toggleBtn.last {
	width: 154px;
	border-right: none;
	border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
}
.label-toggleBtn i.icon-yellow, .label-toggleBtn i.icon-purple, .label-toggleBtn i.icon-blue, .label-toggleBtn i.icon-red  {
	background-image: url('../images/icon_sampleLabelToggle.png');
	background-repeat: no-repeat;
	width: 17px;
	height: 22px;
	position: relative;
	top: 8px;
	padding: 0 8px 0 0;
	display: inline-block;
}
.label-toggleBtn.double-label i {
	top: 0px;
}
.label-toggleBtn i.icon-purple {
	background-image: url('../images/icon_sampleLabelToggle.png');
	background-position: 0 -22px;
}
.label-toggleBtn i.icon-blue {
	background-image: url('../images/icon_sampleLabelToggle.png');
	background-position: 0 -44px;
}
.label-toggleBtn i.icon-red {
	background-image: url('../images/icon_sampleLabelToggle.png');
	background-position: 0 -66px;
}
.label-toggleBtn .double {
	line-height: 16px;
	padding: 9px 0 0 0;
	text-align: left;
	display: inline-block;
}
.label-yellow.disabled, .label-purple.disabled, .label-blue.disabled, .label-red.disabled {
	opacity: 0.35;
	filter: alpha(opacity=35);
	cursor: default;
}
.helpful-notes h2, .label-notes {
	background-color: #203638;
	height: 50px;
	font-size: 14px;
	color: #fff;
	line-height: 50px;
	padding: 0 2px 0 16px;
	margin: 0 0 2px 0;
	display: block;
}
.label-notes.multline {
	line-height: 18px;
}
.label-notes.multline span {
	max-width: 280px;
	padding-top: 7px;
	display: inline-block;
}
.helpful-notes h2 {
	background-color: transparent;
	font-family: 'ITCAvantGardeStdMdRegular';
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.label-notes .note-yellow, .label-notes .note-purple, .label-notes .note-blue, .label-notes .note-red {
	background-image: url('../images/icon_sampleLabels.png');
	background-repeat: no-repeat;
	width: 34px;
	height: 34px;
	margin: 8px 12px 0 0;
	display: inline-block;
	overflow: hidden;
}
.label-notes .note-purple {
	background-image: url('../images/icon_sampleLabels.png');
	background-position: 0 -34px;
}
.label-notes .note-blue {
	background-image: url('../images/icon_sampleLabels.png');
	background-position: 0 -68px;
}
.label-notes .note-red {
	background-image: url('../images/icon_sampleLabels.png');
	background-position: 0 -102px;
}
.label-yellow-toggle, .label-purple-toggle, .label-blue-toggle, .label-red-toggle {
	background-image: url('../images/icon_keyToggleOff.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.1);
	width: 40px;
	height: 46px;
	font-size: 19px;
	color: #fff;
	line-height: 46px;
	text-align: center;
	position: relative;
	margin: 2px 0 0 12px;
	float: right;
}
.label-yellow-toggle.active, .label-purple-toggle.active, .label-blue-toggle.active, .label-red-toggle.active {
	background-image: url('../images/icon_keyToggleOn.png');
}


/*--- FOOTER ---*/
footer {
  	background-color: #21373a;
    padding: 20px 0 8px 0;
}
footer p {
	font-family: 'ITCAvantGardeStdBkRegular';
	color: #fff;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 0;
}
p.copyright {
	color: rgba(255,255,255,0.6);
	margin-bottom: 12px;
}
footer a.termsBtn {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	border-left: #777 solid 1px;
	padding: 0 10px;
	margin: 0 0 0 12px;
	
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer a.termsBtn i {
	margin-left: 6px;
	position: relative;
	top: 1px;
}
footer a:hover, footer .termsBtn.active {
	color: #f1c655;
}
.disclaimer-txt {
	font-size: 14px;
	line-height: 22px;
	border-top: #999 solid 1px;
	padding-top: 14px;
	margin-bottom: 12px;
	display: none;
}
#scrollUp {
    position: fixed;
    z-index: 99999;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 40px;
    height: 40px;
    color: #FFF;
    text-align: center;
    background-color: rgba(0,0,0,0.2);
    font-size: 14px;
    line-height: 38px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#scrollUp:hover{
    background-color: rgba(0,0,0,0.5);
}


/*--- BUTTONS & FORMS ---*/
.greyBtn {
	height: 47px;
	font-family: 'ITCAvantGardeStdDemiBold';
	font-size: 16px;
	font-weight: bold;
	line-height: 47px;
	color: #222;
	text-shadow: 0 1px 0 rgba(193,224,255,0.25);
	text-decoration: none;
	border: solid 1px #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.45);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.45);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.45);
	padding: 0 30px 0 28px;
	margin: 0;
	display: inline-block;
	cursor: pointer;

	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#7a7a7a));
	background: -moz-linear-gradient(top, #ffffff 0%, #7a7a7a 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#7a7a7a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#7a7a7a', GradientType=0);
}
.yellowBtn {
	height: 47px;
	font-family: 'ITCAvantGardeStdDemiBold';
	font-size: 16px;
	font-weight: bold;
	line-height: 47px;
	color: #222;
	text-shadow: 0 1px 0 rgba(193,224,255,0.18);
	text-decoration: none;
	text-transform: uppercase;
	border: solid 1px #333;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.3);
	padding: 0 28px 0 30px;
	margin: 0;
	display: inline-block;
	cursor: pointer;

	background: #f6c956;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6c956), color-stop(100%,#9f8237));
	background: -moz-linear-gradient(top, #f6c956 0%, #9f8237 100%);
	background: linear-gradient(to bottom, #f6c956 0%,#9f8237 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6c956', endColorstr='#9f8237', GradientType=0);
}
.yellowBtn i, .greyBtn i {
	position: relative;
	top: 1px;
	margin-left: 7px;
}
.backBtnIcon {
	margin-right: 8px;	
}
.backBtnIcon i {
	position: relative;
	top: 1px;
	margin-left: 0;
	margin-right: 7px;
}
.yellowBtn:hover, .greyBtn:hover {
	color: #222;
}
.greyBtn:active, .tableRow .typCol a:active, .tableRow2 .typCol a:active {
	box-shadow: inset 0 1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.45);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.45);
	-moz-box-shadow: inset 0 1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.45);
	
	background: #7a7a7a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a7a7a), color-stop(100%,#ffffff));
	background: -moz-linear-gradient(top, #7a7a7a 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #7a7a7a 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a7a7a', endColorstr='#ffffff', GradientType=0);
}
.yellowBtn:active {
	box-shadow: inset 0 1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.3);
	
	background: #9f8237;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f8237), color-stop(100%,#f6c956));
	background: -moz-linear-gradient(top, #9f8237 0%, #f6c956 100%);
	background: linear-gradient(to bottom, #9f8237 0%,#f6c956 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f8237', endColorstr='#f6c956', GradientType=0);
}
.toggle-btn {
	font-family: 'ITCAvantGardeStdBkRegular';
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
	text-decoration: none;
	border: solid 1px #203638;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	box-shadow: inset 0 -1px 0 rgba(193,224,255,0.18), 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: inset 0 -1px 0 rgba(193,224,255,0.18), 0 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0 -1px 0 rgba(193,224,255,0.18), 0 1px 3px rgba(0,0,0,0.25);
	padding: 20px;
	margin: 8px 0 0 0;
	display: block;
	cursor: pointer;
	
	background: #416e73;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#416e73), color-stop(100%,#2c4a4d));
	background: -moz-linear-gradient(top, #416e73 0%, #2c4a4d 100%);
	background: linear-gradient(to bottom, #416e73 0%,#2c4a4d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#416e73', endColorstr='#2c4a4d', GradientType=0);
}
.toggle-btn:hover {
	color: #fff;
	background: #497c82;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#497c82), color-stop(100%,#28494a));
	background: -moz-linear-gradient(top, #497c82 0%, #28494a 100%);
	background: linear-gradient(to bottom, #497c82 0%,#28494a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#497c82', endColorstr='#28494a', GradientType=0);
}
.toggle-btn:active {
	background: #28494a;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28494a), color-stop(100%,#416e73));
	background: -moz-linear-gradient(top, #28494a 0%, #416e73 100%);
	background: linear-gradient(to bottom, #28494a 0%,#416e73 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28494a', endColorstr='#416e73', GradientType=0);
}
.toggle-btn.active {
	font-family: 'ITCAvantGardeStdMdRegular';
	color: #222;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	border: solid 1px #333;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.45);
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.45);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,225,255,0.3), 0 1px 3px rgba(0,0,0,0.45);
	
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#7a7a7a));
	background: -moz-linear-gradient(top, #ffffff 0%, #7a7a7a 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#7a7a7a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#7a7a7a', GradientType=0);
}
.typ-txtLink {
	text-decoration: underline;
	color: #fff;
	
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.typ-txtLink:hover {
	color: #f1c655;
}
/*.btn {
	height: 48px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	line-height: 48px;
	font-weight: bold;
	text-align: center; 
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.6);
	border: solid 1px #c1006c;
	padding: 0 25px 2px 25px;
	position: relative;
	top: 0px;
	margin: 0;
	display: inline-block;
	cursor: pointer;
	
	background: #f9008b;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9008b), color-stop(100%,#d70078));
	background: -moz-linear-gradient(top, #f9008b 0%, #d70078 100%);
	background: linear-gradient(to bottom, #f9008b 0%,#d70078 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9008b', endColorstr='#d70078',GradientType=0 );

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.55);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.55);
	box-shadow: 0 1px 4px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.55);
	-webkit-background-clip: padding-box;
	
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: background, position .5s ease-in-out;
	transition: all .5s ease-in-out;
}*/



/*--- MOBILE ADJUSTMENTS ---*/
@media (min-width:1000px){
	.container {
		width: 100%;
	}	
}
@media (max-width:980px){
	.main-menu {
		display: none;
	}
	.mobile-menu-icon {
		display: block;
	}
	.samples-indiv .eight.columns {
		margin-left: auto;
		margin: 0 auto;
		float: none;
	}
	.samples-indiv .four.columns {
		width: 532px;
		margin-left: auto;
		margin: 0 auto;
		float: none;
	}
}
@media (max-width:950px){
	.typTable.samples .tableHeader .typCol {
	  width: 24.7%;
	}
	.typTable .tableRow2 .typCol {
	  width: 24.8%;
	}	
}
@media (max-width:900px){
	iframe#storyLineBox {
		height: 700px;
	}
}
@media (max-width:790px){
	.multiTxtBox {
		width: 100px;
	}
	.tableRow2 .typCol a.sub-sample span.sub-num {
		width: 29px;
		padding: 0 6px 0 0;
	}
	.tableRow2 .typCol a.sub-sample span.sub-title {
		width: 65px;
		font-size: 12px;
	}
	.tableRow2 .typCol a.sub-sample span.sub-title.long-three {
		line-height: 15px;
		margin: 4px 0 0 0;
	}
}
@media (max-width:745px){
	.whtBox.callBox {
		padding: 30px 20px;
	}
	#intro-four img {
		width: 100%;	
	}
}
@media (max-width:690px){
	.column, .columns, .six.columns {
		width: 100%;
		margin-left: 0;
	}
	header .eight.columns {
		float: right;
	}
	.homeLinks:first-child {
		margin-bottom: 20px;
	}
	iframe#storyLineBox {
		height: 580px;
	}
	.typTable .tableHeader .typCol.first {
		width: 25%;	
	}
	.typTable .tableHeader .typCol.second {
		width: 32%;	
	}
	.typTable .tableHeader .typCol.third {
		width: 41.5%;	
	}
	.typTable .tableRow .typCol.first {
		width: 25.1%;
	}
	.typTable .tableRow .typCol.second {
		width: 32.2%;
	}
	.typTable .tableRow .typCol.third {
		width: 41.5%;
	}
	.typTable.samples .tableHeader .typCol {
	  width: 24.5%;
	}
	.typTable .tableRow2 .typCol {
	  width: 24.7%;
	}
	.typTable .tableRow2 {
		font-size: 13px;
	}
	.multiTxtBox {
		width: 100px;
	}
	.tableRow2 .typCol a.sub-sample span.sub-num {
		width: 29px;
		padding: 0 6px 0 0;
	}
	.tableRow2 .typCol a.sub-sample span.sub-title {
		width: 65px;
		font-size: 12px;
	}
	.tableRow2 .typCol a.sub-sample span.sub-title.long-three {
		line-height: 15px;
		margin: 4px 0 0 0;
	}
	.samples-indiv .eight.columns, .samples-indiv .four.columns {
		width: 450px;
	}
	.samples-indiv .image-container.samples {
		height: 451px;
	}
	.samples-indiv .image-container.samples img {
		width: 448px;
	}
	.label-toggleBtn {
		width: 90px;
	}
	.label-toggleBtn.last {
		width: 132px;
	}
}
@media (max-width:580px){
	.typTable .tableHeader {
		font-size: 14px;
	}
	.typTable.samples .tableHeader .typCol.first, .typTable.samples .tableHeader .typCol.fourth {
		width: 29.2%;
	}
	.typTable.samples .tableHeader .typCol.second, .typTable.samples .tableHeader .typCol.third {
		width: 20%;
	}
	.typTable .tableRow2 .typCol.first, .typTable .tableRow2 .typCol.fourth {
		width: 29.3%;
	}
	.typTable .tableRow2 .typCol.second, .typTable .tableRow2 .typCol.third {
		width: 20.2%;
	}
	.samples-indiv .eight.columns, .samples-indiv .four.columns {
		width: 355px;
	}
	.samples-indiv .image-container.samples {
		height: 355px;
	}
	.samples-indiv .image-container.samples img {
		width: 353px;
	}
	.greyBtn-noBkgrd.sampleBtn-front {
		border-right: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		padding: 0 37px 0 20px;
	}
	.label-toggleBtn {
		width: 70px;
		font-size: 11.5px;
	}
	.label-toggleBtn.last {
		width: 97px;
	}
	.label-toggleBtn i.icon-yellow, .label-toggleBtn i.icon-purple, .label-toggleBtn i.icon-blue, .label-toggleBtn i.icon-red {
		padding: 0 5px 0 0;
	}
	.label-notes {
		font-size: 13px;
	}
}
@media (max-width:550px){
	header .four.columns {
  		width: 282px;
	}
	header .eight.columns {
  		width: 60px;
		float: right;
	}
	.toggle-btn span.label-txt {
		width: 80%;
	}
	iframe#storyLineBox {
		height: 480px;
	}
	footer .four.columns.txt-right {
  		text-align: left;
		margin-bottom: 12px;
	}
	footer a.termsBtn {
		border-left: none;
		padding: 0;
		margin: 0;
	}
}
@media (max-width:470px){
	.typTable .tableHeader {
		font-size: 12.5px;
	}
	.typTable.samples .tableHeader .typCol.first, .typTable.samples .tableHeader .typCol.fourth {
		width: 25.2%;
	}
	.typTable.samples .tableHeader .typCol.second, .typTable.samples .tableHeader .typCol.third {
		width: 23.5%;
	}
	.multiTxtBox {
		width: 100%;
	}
	.typTable .tableRow2 .typCol.first, .typTable .tableRow2 .typCol.fourth {
		width: 25.5%;
	}
	.typTable .tableRow2 .typCol.fourth {
		font-size: 12px;
	}
	.typTable .tableRow2 .typCol.second, .typTable .tableRow2 .typCol.third {
		width: 23.8%;
		font-size: 12px;
	}
	.tableRow2 .typCol a.sub-sample span.sub-title {
		display: none;
	}
	.tableRow2 .typCol a.sub-sample span.sub-num {
		width: 100%;
		text-align: center;
		padding: 0;
		float: none;
	}
}
@media (max-width:440px){
	header .four.columns {
  		width: 240px;
	}
	.tw-logo {
		width: 240px;
	}
	.tw-logo img {
		width: 190px;
		height: 85px;
		margin: 18px auto 0 auto;
	}
	iframe#storyLineBox {
		height: 440px;
	}
}