/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: misc

SHARED STYLES
:: headers
:: text/colors
:: links
:: buttons
:: lists
GLOBAL ELEMENTS
:: header
:: footer
COMPONENTS
:: backgrounds
:: div padding

*/


/* misc */
.block {display:block;}
.margin-bottom {margin-bottom:15px;}
.hide {display:none !important;}
dl dt {font-weight: bold;}
.page-title + .row > .columns {padding-top:30px;padding-bottom:30px;} /*extra padding for 1+2 column regens*/

/* headers */
h1, h2, h3, h4, h5, h6 { font-family:gesta, Arial, Helvetica, sans-serif; font-weight:500; color:inherit; text-transform:uppercase;}
h1.subheader, h2.subheader, h3.subheader, h4.subheader, h5.subheader, h6.subheader { text-transform:none;}
h1, .h1 { font-size: 44px; }
h2, .h2 { font-size: 37px; }
h3, .h3 { font-size: 27px; }
h4, .h4 { font-size: 23px; }
h5, .h5 { font-size: 17px; }
h6, .h6 { font-size: 14px; }

.centered { text-align:center;}

/* text/colors */
.blue			{ color:#2793b0;}
.white		{ color:#fff;}
.light-grey	{ color:#bbb;}
.dark-grey	{ color:#444;}
.orange		{ color:#FE481A;}

/* links */
a {color:#13a6dd;}
a[href$=".pdf"]		{padding-left:22px; background-image: url("../images/pdf.gif"); background-repeat:no-repeat;}
a[href$=".ppt"] 		{padding-left:22px; background-image: url("../images/ppt.gif"); background-repeat:no-repeat;}
a[href$=".zip"] 		{padding-left:22px; background-image: url("../images/zip.gif"); background-repeat:no-repeat;}
a[href$=".xls"] 		{padding-left:22px; background-image: url("../images/xls.gif"); background-repeat:no-repeat;}
a[href$=".exe"] 		{padding-left:22px; background-image: url("../images/exe.gif"); background-repeat:no-repeat;}
a[href$=".doc"], 
a[href$=".docx"] 		{padding-left:22px; background-image: url("../images/ms-word.gif"); background-repeat:no-repeat;}
a.cta:after	{margin-left: .375em; content: ""; display: inline-block; width: 0; height: 0; border: solid .35em; border-color: transparent transparent transparent #666;}

/* outbound links - email - telephone */
a[href^="mailto:"]:before, a[href^="tel:"]:before	{
	margin:0 .3em 0 0;
	padding:0;
	font-family: "foundation-icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	display: inline;
	text-decoration: inherit;
}
a[href^="mailto:"]:before {content: "\f16d";}
a[href^="tel:"]:before {content: "\f1f8";}

/*a[href^="http://"]{border-bottom:1px dashed;}*/


/* buttons */
.button { border-color:#2da6d8;background-color:#2da6d8;}
.button:hover, .button:focus {background-color: #1d90c0;}
.button.fancy { 
	border-width:0;
	text-transform:uppercase;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 1px 8px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 1px 8px 0px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 0 0 5px #666;
	background-image: url("/inc/foundation3/images/bg/bg-plt-button.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size:cover;
}
.button.white {background-color:#fff;border-color:#f7f7f7;}
.button.lava {background-color:#FE481A;border-color:#FE481A;}
.button.candy {background-color: #ff5db1;border-color: rgb(255,93,177);}
.button.secondary.fancy {color:#fff;}

/* lists */
ul.detail-list {margin:0 0 30px 0;text-align:center;}
ul.detail-list > li {list-style:none;display:block;}
ul.detail-list > li.image, ul.detail-list > li.image img {display:block;margin:0 auto;text-align:center;}
ul.detail-list > li.title {font-weight:700;}
ul.detail-list > li.title h3, ul.detail-list > li.title h4  {margin:0 0 5px;}
ul.detail-list > li.tagline { font-style:italic;}
ul.detail-list > li.description {color:#666;}
ul.detail-list > li.rating {}
ul.detail-list > li.link {}

ul.facet-list {margin:0 0 15px 0;}
ul.facet-list > li {list-style:none;}
ul.facet-list > li.title {}
ul.facet-list > li.clear {}

ul.arrows, ul.block {margin:0 0 20px 0; list-style-type:none;}
ul.arrows li, ul.block li  {position:relative; padding-left:12px;}
ul.arrows li:before {content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent transparent #000; margin-top: .4em; position: absolute; left: 0; top: 0;}

ul.block { border-top:1px solid #eee;  }
ul.block li { border-bottom:1px solid #eee; }

ul.large li { font-size: 18px; line-height:30px;}

ul.plain {margin:0 0 30px 0; list-style-type:none;}
ul.plain li {}

ul.listDownloads { margin:0; list-style-type:none;}
ul.listDownloads li { margin:0; list-style-type:none;}

ul.solution-images { list-style-type:none;}
ul.solution-images li { list-style-type:none; position:relative; margin-bottom:15px;}
ul.solution-images li img { display:block;}
ul.solution-images li span { display:block;position:absolute;bottom:0;left:0;right:0; background:#000; padding:0 15px; line-height:1.8em;}

ul.feed { margin:0; list-style-type:none;}
ul.feed > li { border-top:1px solid #eee;}
ul.feed-details { margin:10px 0; list-style-type:none;}
ul.feed-details li.pub-date { font-size:10px;}
ul.feed-details li.title:before	{
	margin:0 10px 0 0;
	padding:0;
	content: "\f18e";
	font-family: "foundation-icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	display: inline;
	text-decoration: inherit;
}

ul.inline-list.hairline { margin-left:0; }
ul.inline-list.hairline > li { border-right:1px solid #ccc; padding-right: 11px; margin-right:11px; margin-left:0;}
ul.inline-list.hairline > li:last-child { border-right:0 none; }

dl.social-list {list-style-type:none;font-size:12px;line-height:19px;}
dl.social-list > dd, dl.social-list > dt {float:left; display:block; font-weight:normal; font-size:12px; margin-right:10px; color:#999;}
dl.social-list > dd a {float:left; width:36px; height:36px;-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; border:2px solid #555;text-align:center;
color:#000 !important;
background: #222222; /* Old browsers */
background: -moz-linear-gradient(top,  #222222 1%, #555555 45%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#222222), color-stop(45%,#555555)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #222222 1%,#555555 45%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #222222 1%,#555555 45%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #222222 1%,#555555 45%); /* IE10+ */
background: linear-gradient(to bottom,  #222222 1%,#555555 45%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
}
dl.social-list > dd a:hover { color:#fff; border-color:#2793b0; background:#2793b0;}
dl.social-list > dd a i { font-size: 30px;line-height: 36px;}


/* alert boxes */
.alert-box.error {background-color:#F60;}

/* forms */
em.required, em.fieldRequired {
	color:red;
	font-size:.8em;
}

em.required:before, em.fieldRequired:before {
	content: "\2A\20";
}
/* blockquotes */
blockquote { position:relative;}
blockquote:before	{
	margin:0;
	padding:0;
	content: "\f1a3";
	font-family: "foundation-icons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	text-decoration: inherit;
	color:#fff;
	font-size:60px;
	position:absolute;
	top:-50px;
	left:-30px;
	text-shadow: 0 0 1px #666;
}
.pullquote { 
	float:left;
	display:inline;
	max-width:50%;
	background:#eee;
	padding:25px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.pullquote.left { float:left; margin:0 15px 5px -15px;}
.pullquote.right { float:right; margin:0 -15px 5px 15px;}
.pullquote blockquote { border:0 none;margin:0;padding:0;}
.pullquote blockquote p { font-weight:700;font-size:1.2em;}
.pullquote blockquote cite { margin:15px 0 0;}
.big-quote { 
	float:none;
	display:block;
	border-top:2px dotted #ccc;
	border-bottom:2px dotted #ccc;
	padding:25px 15px;
	color:#666;	
}
.big-quote blockquote { border:0 none;}
.big-quote blockquote p { font-weight:700;font-size:1.2em;}
.big-quote blockquote cite { margin:15px 0 0;}



/* utility nav */
.utility-bar { 	background: #000 url("../images/flow-header.png") no-repeat 57% 100%;}

@media only screen and (max-width: 767px){
	.utility-bar .nav-bar>li {
		display: inline-block;
		border-right: none;
	}
	.compact.nav-bar {text-align:center;margin:0 auto;}
}


/* header */
#headerNav.contain-to-grid, .primary-nav-band {
/* background: rgb(102,102,102); */ /* Old browsers */
/* background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(70,69,69,1) 100%); */ /* FF3.6+ */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(100%,rgba(70,69,69,1))); */ /* Chrome,Safari4+ */
/* background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(70,69,69,1) 100%); */ /* Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(70,69,69,1) 100%); */ /* Opera 11.10+ */
/* background: -ms-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(70,69,69,1) 100%); */ /* IE10+ */
/* background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(70,69,69,1) 100%); */ /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#464545',GradientType=0 ); */ /* IE6-9 */
background-color: #fff;
}
/* breadcrumbs */
.bread						{ background:#333;}
.bread ul.breadcrumbs {background:transparent;border:0 none;margin:0;padding-left:0;}
.bread ul.breadcrumbs li { color:#ccc;}
.bread ul.breadcrumbs li a { color:#fff;}
.bread + .page-title h1 { margin-top:15px;}

/* page title */
.page-title					{ background:#333;color:#fff;}
.page-title h1 			{  margin-top:30px;}
.page-title p 				{ font-size:12px;}

/* footer */
footer { background:#222; padding:20px 0 40px; color:#999;}
footer a { color:#999;}
footer ul.inline-list>li, footer .copyright { font-size:12px;}
.signup {  overflow:hidden; padding-top:12px; border-top:1px solid #444;border-bottom:1px solid #000;overflow:hidden;
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(68,68,68,1) 100%, rgba(68,68,68,1) 100%, rgba(17,17,17,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(100%,rgba(68,68,68,1)), color-stop(100%,rgba(68,68,68,1)), color-stop(100%,rgba(17,17,17,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(68,68,68,1) 100%,rgba(68,68,68,1) 100%,rgba(17,17,17,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(68,68,68,1) 100%,rgba(68,68,68,1) 100%,rgba(17,17,17,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(68,68,68,1) 100%,rgba(68,68,68,1) 100%,rgba(17,17,17,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(68,68,68,1) 100%,rgba(68,68,68,1) 100%,rgba(17,17,17,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#111111',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0px 1px 5px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 1px 5px rgba(0, 0, 0, 0.7);
}
.signup label { margin:  0; font-family:Arial, Helvetica, sans-serif; font-weight:500; color:#fff; position:relative;}
.signup form { margin: 0 0 0;}
.signup label:before {
	content:"";
	display:block;
	width:128px;
	background:transparent url("/inc/foundation3/images/skin/bg-flag-email.png") no-repeat 0 50%;
	position:absolute;
	top:-12px; bottom:0; left:-3em; height:58px;
}



/* 
---------------------------------------------------------------------------------
	NAVIGATION
---------------------------------------------------------------------------------
*/
/* .primary-nav .row.hairline-left > .columns, footer .row.hairline-left > .columns {
	border-color:#444;
-webkit-border-image: 	-webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)),  to(rgba(100, 100, 100, 100)), to(rgba(0, 0, 0, 0))) 1 100%;
-webkit-border-image:	-webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(100, 100, 100, 100), rgba(0, 0, 0, 0)) 1 100%;
-o-border-image:			-o-linear-gradient(grey, rgba(0, 0, 0, 0)) 1 100%;
-moz-border-image:		-moz-linear-gradient(grey, rgba(0, 0, 0, 0)) 1 100%;  
} */









/* 
-------------------------------------------------------------------
	COMPONENTS
-------------------------------------------------------------------
*/

/* padding */
.padded-top		{ padding-top:30px;}
.padded-bottom	{ padding-bottom:30px;}
.padded		{ padding-top:30px;padding-bottom:30px;}

/* wideband */
.wideband		{ padding:30px 0;}

/* textures */
.wideband.paper 		{background: url("/inc/foundation3/images/bg/textured-paper.jpg") repeat;}
.wideband.fracture	{background: url("/inc/foundation3/images/bg/bg-rig-fracture.jpg") no-repeat; color:#fff;}
.wideband.carbon		{background: url("/inc/foundation3/images/bg/texture-dark-heavypaper.jpg") repeat; color:#fff;}
.wideband.speaker		{background: url("/inc/foundation3/images/bg/bg-holes.jpg") repeat; color:#fff;}
.wideband.oakfloor	{background: url("/inc/foundation3/images/bg/texture-oak-floor.jpg") repeat; color:#fff;}

/* override code style */
.wideband.theater code, .wideband.carbon code, .wideband.oakfloor code {color:#000;}

/* gradients & shadows */

/*
.wideband.theater {
	color:#fff;
 	background: rgb(27,27,27); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,1) 0%, rgba(89,89,89,1) 62%, rgba(1,1,1,1) 100%, rgba(13,13,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(62%,rgba(89,89,89,1)), color-stop(100%,rgba(1,1,1,1)), color-stop(100%,rgba(13,13,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(89,89,89,1) 62%,rgba(1,1,1,1) 100%,rgba(13,13,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(89,89,89,1) 62%,rgba(1,1,1,1) 100%,rgba(13,13,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(89,89,89,1) 62%,rgba(1,1,1,1) 100%,rgba(13,13,13,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(0,0,0,1) 0%,rgba(89,89,89,1) 62%,rgba(1,1,1,1) 100%,rgba(13,13,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#0d0d0d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.wideband.shadow { position:relative;}
.wideband.shadow:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	border-radius: 20%; 
	box-shadow: rgba(0, 0, 0, 0.5) 5px 2px 10px;
	clip: rect(40px, auto, 50px, 0);
   top: -40px;
	height: 40px;
	z-index:41;
}
.wideband.topdown {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 64%, rgba(239,239,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(64%,rgba(255,255,255,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 64%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 64%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 64%,rgba(239,239,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 64%,rgba(239,239,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
.wideband.desktop {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 31%, rgba(219,219,219,1) 49%, rgba(209,209,209,1) 49%, rgba(254,254,254,1) 73%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(31%,rgba(255,255,255,1)), color-stop(49%,rgba(219,219,219,1)), color-stop(49%,rgba(209,209,209,1)), color-stop(73%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 31%,rgba(219,219,219,1) 49%,rgba(209,209,209,1) 49%,rgba(254,254,254,1) 73%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 31%,rgba(219,219,219,1) 49%,rgba(209,209,209,1) 49%,rgba(254,254,254,1) 73%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 31%,rgba(219,219,219,1) 49%,rgba(209,209,209,1) 49%,rgba(254,254,254,1) 73%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 31%,rgba(219,219,219,1) 49%,rgba(209,209,209,1) 49%,rgba(254,254,254,1) 73%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}
.wideband.alert-box { 
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border:0 none;
	padding:inherit;
	margin:0;
	text-shadow:none;
	font-weight:normal;
}
div.wideband.alert-box a.close {
	color: #fff;
	position: absolute;
	right: 10px;
	top: 4px;
	font-size: 18px;
	opacity: 0.8;
	padding: 4px;
}
.wideband.fade-to-black {
	box-shadow: inset 0px -200px 200px #000;
	-webkit-box-shadow: inset 0px -200px 200px #000;
	-moz-box-shadow: inset 0px -200px 200px #000;
	-o-box-shadow: inset 0px -200px 200px #000;
}
.fade-to-white {
	box-shadow: inset 0px -200px 200px #fff;
	-webkit-box-shadow: inset 0px -200px 200px #fff;
	-moz-box-shadow: inset 0px -200px 200px #fff;
	-o-box-shadow: inset 0px -200px 200px #fff;
}

*/


/* billboards */
/* to be modified soon */
/*
.billboard .panel h1, .billboard .panel h2, .billboard .panel h3, .billboard .panel h4, .billboard .panel h5, .billboard .panel h6 
{font-weight:300;text-transform:uppercase;}

.billboard .bg-black 	{ 
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwLjEiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxMTExMTEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9IjAlIiB5PSIwJSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0iIzExMTExMSIgLz48cmVjdCB4PSItMTAlIiB5PSItNDYlIiB3aWR0aD0iMTQwJSIgaGVpZ2h0PSIxNjAlIiBmaWxsPSJ1cmwoI2cpIiAvPjwvc3ZnPg==);
background-image: -webkit-gradient(radial, 60% 34%, 0, 60% 34%, 280, color-stop(10%, #333333), color-stop(100%, #111111));
background-image: -webkit-radial-gradient(60% 34%, 70% 80%, #333333 10%, #111111 100%);
background-image: -moz-radial-gradient(60% 34%, 70% 80%, #333333 10%, #111111 100%);
background-image: -ms-radial-gradient(60% 34%, 70% 80%, #333333 10%, #111111 100%);
background-image: -o-radial-gradient(60% 34%, 70% 80%, #333333 10%, #111111 100%);
background-image: radial-gradient(70% 80% at 60% 34%, #333333 10%, #111111 100%);
}
.billboard .bg-dark-grey 	{ 
background-image: -webkit-gradient(radial, 60% 34%, 0, 60% 34%, 280, color-stop(10%, #666666), color-stop(100%, #333333));
background-image: -webkit-radial-gradient(60% 34%, 70% 80%, #666666 10%, #333333 100%);
background-image: -moz-radial-gradient(60% 34%, 70% 80%, #666666 10%, #333333 100%);
background-image: -ms-radial-gradient(60% 34%, 70% 80%, #666666 10%, #333333 100%);
background-image: -o-radial-gradient(60% 34%, 70% 80%, #666666 10%, #333333 100%);
background-image: radial-gradient(70% 80% at 60% 34%, #666666 10%, #333333 100%);
}
.billboard .bg-white 	{ 
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwLjYiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNlZWVlZWUiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9IjAlIiB5PSIwJSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0iI2VlZWVlZSIgLz48cmVjdCB4PSIwJSIgeT0iLTMwJSIgd2lkdGg9IjEyMCUiIGhlaWdodD0iMTQwJSIgZmlsbD0idXJsKCNnKSIgLz48L3N2Zz4=);
background-image: -webkit-gradient(radial, 60% 40%, 0, 60% 40%, 240, color-stop(60%, #ffffff), color-stop(100%, #eeeeee));
background-image: -webkit-radial-gradient(60% 40%, 60% 70%, #ffffff 60%, #eeeeee 100%);
background-image: -moz-radial-gradient(60% 40%, 60% 70%, #ffffff 60%, #eeeeee 100%);
background-image: -ms-radial-gradient(60% 40%, 60% 70%, #ffffff 60%, #eeeeee 100%);
background-image: -o-radial-gradient(60% 40%, 60% 70%, #ffffff 60%, #eeeeee 100%);
background-image: radial-gradient(60% 70% at 60% 40%, #ffffff 60%, #eeeeee 100%);
}
.billboard .bg-pink 	{ 
background-color: #ff5db1; 
background-image: -webkit-gradient(radial, 60% 40%, 0, 60% 40%, 240, color-stop(60%, #ff5db1), color-stop(100%, #cc498d));
background-image: -webkit-radial-gradient(60% 40%, 60% 70%, #ff5db1 60%, #cc498d 100%);
background-image: -moz-radial-gradient(60% 40%, 60% 70%, #ff5db1 60%, #cc498d 100%);
background-image: -ms-radial-gradient(60% 40%, 60% 70%, #ff5db1 60%, #cc498d 100%);
background-image: -o-radial-gradient(60% 40%, 60% 70%, #ff5db1 60%, #cc498d 100%);
background-image: radial-gradient(60% 70% at 60% 40%, #ff5db1 60%, #cc498d 100%);

}
.billboard .bg-blue 	{ 
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMGEzZWE2Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDcyMDUxIi8+PC9yYWRpYWxHcmFkaWVudD48cmVjdCB4PSIwJSIgeT0iMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiMwNzIwNTEiIC8+PHJlY3QgeD0iMTAlIiB5PSItMzUlIiB3aWR0aD0iMTIwJSIgaGVpZ2h0PSIxNDAlIiBmaWxsPSJ1cmwoI2cpIiAvPjwvc3ZnPg==);
background-image: -webkit-gradient(radial, 70% 35%, 0, 70% 35%, 240, color-stop(0%, #0a3ea6), color-stop(100%, #072051));
background-image: -webkit-radial-gradient(70% 35%, 60% 70%, #0a3ea6 0%, #072051 100%);
background-image: -moz-radial-gradient(70% 35%, 60% 70%, #0a3ea6 0%, #072051 100%);
background-image: -ms-radial-gradient(70% 35%, 60% 70%, #0a3ea6 0%, #072051 100%);
background-image: -o-radial-gradient(70% 35%, 60% 70%, #0a3ea6 0%, #072051 100%);
background-image: radial-gradient(60% 70% at 70% 35%, #0a3ea6 0%, #072051 100%);
}
.billboard .award.right { float:none; display:block; margin: -60px 0 40px auto;}
.billboard { background-size:auto;background-repeat:no-repeat; background-position:50% 0; padding-bottom:40px;position:relative;}
.billboard .panel {
	border:0 none;
	margin:0 0 0 0;
	padding:60px 20px 80px;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 1px 5px rgba(0, 0, 0, 0.5);
	width:100%;
}
.billboard .panel:after {
	position: absolute;
	content: '';
	left: auto;
	right:auto;
	bottom: 0;
	border-radius: 50%; 
	box-shadow: rgba(0, 0, 0, 0.7) 4px 6px 24px;
	clip: rect(50px, auto, 100px, 0);
	top: 100%;
	height: 50px;
	margin-top:-50px;
	width:90%;
}
.billboard > img {display:block;width:100%;position:absolute;}

*/



/* navigation */
.top-bar>ul .name h1 {
	text-indent: -9999px;
	background: url("../images/logo-plantronics-corp-wht.svg") no-repeat 0 50%;
	background-size:contain;
	display: block;
	height: 45px;
	width:200px;
	margin-left:15px;
}
.primary-nav-band {
/*			border-bottom:1px solid #000; */
	border-bottom: solid 1px rgba(151, 151, 151, 0.33);
	position:relative;
}
.primary-nav h1.logo {
	text-indent: -9999px;
	background: url("../images/Poly-Logo.png") no-repeat 0 45%;
	background-size:contain;
	display: block;
	height: 70px;
	margin:10px auto;
	text-align:center;
	max-width:220px;
}
.primary-nav h1.logo a {
	line-height: 45px;
	display: block;
	height: 45px;
	margin:0 auto;
	text-align:center;
	max-width:220px;
}
ul.primary-nav-list {margin:0;}
.primary-nav-list > li {
	float: none;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 45px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:700;
}
.primary-nav-list > li > a:first-child {
	position: relative;
	padding: 0 15px;
	display: block;
	text-decoration: none;
	color:#fff;
	text-transform:uppercase;
}
.primary-nav-list > li.active > a:first-child {
	color: #d9d9d9;
	background: #444;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.7); 
}
.primary-nav-list > li.active > a:first-child:after { content: ""; display: block; width: 0; height: 0; border: solid 10px; border-color: #444 transparent transparent transparent; position: absolute;  left:42%; top: 95%; z-index:999;}
.primary-nav-list > li.active > a.expanded:first-child:after, .primary-nav-list > li > a.expanded:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: transparent transparent #000 transparent; margin:0 auto; position: absolute; right: auto; left:45%; top: auto; bottom:0;}
.primary-nav-list > li.search form {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	width: 220px;
}
.primary-nav-list > li.search form input[type="search"] {
	color: white;
	font-size: .85em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	height: 28px;
	line-height: 28px;
	border: 0 none;
	-webkit-appearance: none;
	outline: none;
	background: #333 url("../images/bg-magnifying-glass.png") no-repeat 95% 50%;
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7);
	color: rgba(255, 255, 255, 0.8);
	margin: 0 0 0 0;
	padding: 0 0 0 8px;
}
.primary-nav 	{ 
/* background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyYWRpYWxHcmFkaWVudCBpZD0iZyI+PHN0b3Agb2Zmc2V0PSIwLjEiIHN0b3AtY29sb3I9IiMzMzMzMzMiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMxMTExMTEiLz48L3JhZGlhbEdyYWRpZW50PjxyZWN0IHg9IjAlIiB5PSIwJSIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0iIzExMTExMSIgLz48cmVjdCB4PSItMTAlIiB5PSItNDYlIiB3aWR0aD0iMTQwJSIgaGVpZ2h0PSIxNjAlIiBmaWxsPSJ1cmwoI2cpIiAvPjwvc3ZnPg==); */
/* background-image: url("../images/bg-dark-noise.jpg");
background-image: -webkit-gradient(radial, 60% 34%, 0, 60% 34%, 280, color-stop(10%, #333333), color-stop(100%, #111111));
background-image: -webkit-radial-gradient(60% 34%, 70% 80%, #333333 10%, #111111 100%);
background-image: -moz-radial-gradient(60% 34%, 70% 80%, #333333 10%, #111111 100%);
background-image: -ms-radial-gradient(60% 34%, 70% 80%, #333333 10%, #111111 100%);
background-image: -o-radial-gradient(60% 34%, 70% 80%, #333333 10%, #111111 100%);
background:url("../images/bg-dark-noise.jpg"), radial-gradient(70% 80% at 60% 34%, #333333 10%, #111111 100%); */
background-color: #fff;
}
.nav-detail {
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
	height: 0;
	border-width: 0;
	-webkit-transition: all .3s linear;
}
.nav-detail.active {
	display:block;
	height: auto;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	-webkit-transition: all .3s linear;
}
.nav-detail ul.side-nav li label, footer ul.side-nav li label { font-weight:700;cursor:default;text-transform: uppercase; color:#fff;}
.nav-detail ul.side-nav li a, footer ul li a {color:#999;}
.nav-detail ul.side-nav li.special a, footer ul.side-nav li.special a {color:#fff;}
.nav-detail ul.side-nav li.divider, footer ul.side-nav li.divider { border-color:#444;}
.compact.nav-bar { background: transparent; margin:0; padding: 0; }
.compact.nav-bar > li {border:0 none;line-height: 40px; font-size:10px; color:#ccc; margin:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.compact.nav-bar > li > a {border:0 none;line-height: 40px; font-size:10px; color:#989898; margin:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;}
.compact .msg { font-style:italic; padding:0 20px; color:#aaa;}
.compact.nav-bar > li:last-child { border-right: 0 none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none; }
.compact.nav-bar > li img {vertical-align:middle;}


/* Sticky nav = Magellan */

.magellan-section { margin-top:60px;}
dl.magellan-nav {
	width:100%;
	display:block;
	margin:0;
	padding:0;
	overflow:visible;
	z-index:9998;
	position:relative;
	text-align:center;
	list-style: none;
	background-color:#f7f7f7;
}
dl.magellan-nav dd { margin:0; display:inline-block; list-style: none;}
dl.magellan-nav a {position:relative; display:inline-block;
	padding:15px 20px;
	color:#888;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
	font-weight:bold;
	background-color:transparent;
	-webkit-transition: color, background-color 0.95s ease-in-out;
	-moz-transition: color, background-color 0.95s ease-in-out;
	-o-transition: color, background-color 0.95s ease-in-out;
	transition: color, background-color 0.95s ease-in-out;
 }
dl.magellan-nav dd.active a:after {content: ""; display: block; width: 0; height: 0; border: solid 10px; border-color: #fff transparent transparent transparent; position: absolute;  left:42%; top: 100%; z-index:999;}
dl.magellan-nav dd.active a { color:#111; background:#fff;}
dl.magellan-nav:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	border-radius: 50%; 
	box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 30px;
	clip: rect(20px, auto, 50px, 0);
   bottom:0;
	height: 20px;
	z-index:1;
}







/* -----------------------------------------
   Caroufredsel
----------------------------------------- */

.slider-container {
	position:relative;
	
}
ul.slider {overflow:hidden; min-height:120px; list-style-type: none;}
ul.slider > li {width:293px;float:left; padding:0 15px;}

a.prev, a.next {
    width: 39px;
    height: 50px;
    display: block;
    position: absolute;
    top:30%;
	 background-size:100%;
	 background-position:50% 50%;
	 background-repeat:no-repeat;
	 background-color:transparent;
}
a.prev {left:0;background-image: url("/inc/foundation3/images/foundation/orbit/left-arrow.png");}
a.next {right:0;background-image: url("/inc/foundation3/images/foundation/orbit/right-arrow.png");}
a.prev span, a.next span {display: none;}



/* -----------------------------------------
   Shared Styles
----------------------------------------- */
.noverflow { overflow:hidden;}

.bg-blue		{ background-color:#336699; border-color:#003366; color:#fff}
.bg-blue .subheader	{ color:#003366;}
.bg-blue a	{ color:#fff;}
.bg-white	{ background-color:#fff; color:#333;}
.bg-white .subheader	{ color:#666;}
.bg-black	{ background-color:#000; border-color:#000; color:#fff}
.bg-black .subheader	{ color:#ccc;}
.bg-black a	{ color:#fff;}
.bg-black p a	{ text-decoration:underline;}
.bg-grey		{ background-color:#4f5458; border-color:#333; color:#fff;}
.bg-grey .subheader	{ color:#ccc;}
.bg-light-grey		{ background-color:#f7f7f7; border-color:#eee;}
.bg-light-grey .subheader	{ color:#666;}
.bg-dark-grey		{ background-color:#666; border-color:#ccc; color:#fff;}
.bg-dark-grey .subheader	{ color:#ccc;}
.bg-pink		{ 	background-color: #ff5db1; border-color:#C06; color:#fff;}
.bg-pink .subheader	{ color:#603;}
.bg-pink a	{ color:#fff;}
.bg-light-overlay { background-color: transparent; background-image: url("../images/skin/bg-overlay-light60.png"); background-repeat:repeat; background-position:0 0;}



/* Panels */
.panel.raised {
	-webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5);
}
.drop-shadow, .curved, .boxtop, .slot-image {
	position:relative;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 1px 5px rgba(0, 0, 0, 0.5);
}
.curved:after, .boxtop:after, .slot-image:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%; 
	box-shadow: rgba(0, 0, 0, 0.7) 4px 6px 24px;
	clip: rect(50px, auto, 100px, 0);
   top: 100%;
	height: 50px;
	margin-top:-50px;
}

.curved > img, .slot-image > img {display:block;}


/*
.panel.slim { padding:20px 10px; }
.panel.clear { background:transparent;border:0 none;}
.panel.bg-light-grey { background: #eee;}
.panel.dark { background: transparent url("../images/skin/bg-overlay-dark60.png") repeat 0 0; color:#fff; border-color:#000;}

.download {line-height: 40px;padding-left: 25px;background-repeat: no-repeat;}
*/
.panel.no-padding { padding:0 }
.panel.no-border { border:0 none;}


.panel.dark .windowpane {
background: #969696; /* Old browsers */
background: -moz-linear-gradient(top,  #969696 0%, #212121 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(100%,#212121)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #969696 0%,#212121 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #969696 0%,#212121 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #969696 0%,#212121 100%); /* IE10+ */
background: linear-gradient(to bottom,  #969696 0%,#212121 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#212121',GradientType=0 ); /* IE6-9 */
	}
.panel.cloud {
background: #969696; /* Old browsers */
background: -moz-linear-gradient(top,  #969696 0%, #777777 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(100%,#777777)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #969696 0%,#777777 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #969696 0%,#777777 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #969696 0%,#777777 100%); /* IE10+ */
background: linear-gradient(to bottom,  #969696 0%,#777777 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	}


.panel.message {
background: rgb(254,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 37%, rgba(211,208,198,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(37%,rgba(254,255,255,1)), color-stop(100%,rgba(211,208,198,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 37%,rgba(211,208,198,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(254,255,255,1) 37%,rgba(211,208,198,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(254,255,255,1) 37%,rgba(211,208,198,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(254,255,255,1) 37%,rgba(211,208,198,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d3d0c6',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0 14px 14px -14px #000;
-webkit-box-shadow: 0 14px 14px -14px #000;
			box-shadow: 0 14px 14px -14px #000;

		text-align:center;
}
.panel.message h3 { font-family:"Trebuchet MS", Helvetica, sans-serif; font-weight:700; color:#555;}
.panel.message h4 { font-family:"Trebuchet MS", Helvetica, sans-serif; font-weight:500; color:#2795b6;}



/* 
---------------------------------------------------------------------------------
	footer slots
---------------------------------------------------------------------------------
*/

/* Customer Stories */
.footer-slots {
	padding-bottom:60px;
	background: url("/inc/foundation3/images/bg/textured-paper.jpg") repeat;
	color:#222;
}
.footer-slots { position:relative;}
.footer-slots:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	border-radius: 20%; 
	box-shadow: rgba(0, 0, 0, 0.5) 5px 2px 10px;
	clip: rect(40px, auto, 50px, 0);
   top: -40px;
	height: 40px;
	z-index:41;
}


/* 
---------------------------------------------------------------------------------
	customer stories
---------------------------------------------------------------------------------
*/

/* Customer Stories */
.customer-stories {background: url("/inc/foundation3/images/bg/textured-paper.jpg") repeat;
	box-shadow: inset 0px -200px 200px #fff;
	-webkit-box-shadow: inset 0px -200px 200px #fff;
	-moz-box-shadow: inset 0px -200px 200px #fff;
	-o-box-shadow: inset 0px -200px 200px #fff;

}

/* Boxes */

.boxtop { padding:0;border:0 none;}
.boxtop img { display:block;}
.boxtop .panel {border:0 none;}




/* Hero */



.hero.billboard {position:relative;background-color:#ccc;padding:0;overflow:hidden;}
.hero.billboard .media {}
.hero.billboard .media img {width:100%;display:block; margin:0 auto; text-align:center;}
.hero-text-container {position:absolute;top:0;left:0;right:0;}
.hero-text {max-width:1000px;margin:0 auto;}
.hero-box {width:48%;float:left;padding-top:60px;padding-left:30px;padding-right:30px;padding-bottom:33%;height:0;
	position:relative;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 1px 5px rgba(0, 0, 0, 0.5);
}
.hero-box.left {float:left;}
.hero-box.right {float:right;}
/* Very large screens */
@media only screen and (min-width: 1441px) {  }

/* Medium screens */
@media only screen and (max-width: 1100px) {
.hero-box {height:auto; padding-top:60px; padding-bottom:60px;}
}
@media only screen and (max-width: 900px) {
.hero-box {padding-top:30px;}
}

/* Small screens */
@media only screen and (max-width: 767px) {
.hero.billboard {position:relative;}
.hero-text-container {position:static;}
.hero-box {width:100%;float:none;padding:30px;height:auto;}
.hero-box.left, .hero-box.right {float:none;}
	
}

/* Landscape Orientation */
@media screen and (orientation: landscape) {  }

/* Portrait Orientation */
@media screen and (orientation: portrait) {  }


.slot {
		padding:0;
		background-color:transparent;
		text-align:center;
		border:0 none;
}
#sidebar .slot {
	margin:0 0 30px 0;
		padding:15px;
		background: transparent url("/inc/foundation3/images/bg/texture-wall-grey.jpg");
		text-align:center;
		border:0 none;
	-moz-box-shadow: 0 14px 14px -14px #000;
-webkit-box-shadow: 0 14px 14px -14px #000;
			box-shadow: 0 14px 14px -14px #000;
}
#sidebar .slot.fathers-day {
		background: transparent url("/inc/foundation3/images/bg/texture-wall-blue.jpg");

}
.slot h3 { font-family:gesta, Helvetica, sans-serif; font-weight:500; color:#222; text-transform:uppercase; margin:30px 0 5px;}
.slot h4 { font-weight:500; color:#333;font-size:1.4em;}
.slot .subpanel.image {
		padding:0;
		background-color:transparent;
		text-align:center;

/*
	-moz-box-shadow: 0 14px 14px -14px #000;
-webkit-box-shadow: 0 14px 14px -14px #000;
			box-shadow: 0 14px 14px -14px #000;
*/
}



.slot.product .subpanel.image {
	/*border:5px solid #fff;*/
		padding:15px;
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(252,252,252,1) 55%, rgba(204,204,204,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(55%,rgba(252,252,252,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 55%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(252,252,252,1) 55%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(252,252,252,1) 55%,rgba(204,204,204,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(252,252,252,1) 55%,rgba(204,204,204,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
.slot.product .subpanel.image img {
		margin:0 auto;
		text-align:center;
		display:block;
}

.accordion .subpanel.image {
	width:30%;
	float:left;	
}
.accordion .subpanel.text {
	width:70%;
	padding:0 30px;
	float:left;	
	text-align:left;
}

ul.accordion>li.active .content {
	-moz-box-shadow: inset 0 7px 7px -7px #333;
-webkit-box-shadow: inset 0 7px 7px -7px #333;
			box-shadow: inset 0 7px 7px -7px #333;
}


/* Images */
/*img.border { background:#fff;border:1px solid #aaa;padding:10px;}	*/

img.centered { display:block; margin:0 auto 20px auto; text-align:center;}
img.porthole { display:block;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%; border:10px solid #eee;}

a.video { display:inline-block; position:relative; margin-bottom:16px;}
a.video img { display:inline-block;}
a.video .trigger, .triggerPlay {
display: inline-block;
width: auto;
height: auto;
position: absolute;
top: 0;
right: 0;
bottom:0;
left: 0;
padding: 0 0 0 0;
margin:0;
background: transparent url("../images/video-play-wht.svg") no-repeat 50% 45%;
background-size:contain;
overflow: hidden;
cursor: pointer;
text-indent: -9999em;
opacity: 0.6;}	
a:hover .triggerPlay, a:hover .trigger { opacity:.9;}	


.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video { z-index:999;}


.windowpane { min-height: 140px; background:#f7f7f7; padding-top:10px;}
.windowpane.clear { background:transparent;}
.windowpane img { display:block; text-align:center; margin:0 auto;}











/* Orbit elements */
ul.bullet-list { position: absolute; z-index: 30; list-style: none; left: 50%;  padding: 0; }
ul.bullet-list li { float: left; margin-left: 5px; cursor: pointer; color: #999999; text-indent: -9999px;overflow: hidden; }

.orbit-wrapper .timer { display:none; }
ul.orbit-bullets li, .bullet-list li {
	background: #fff;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
			border-radius: 50%;
	border:1px solid #eee;
}
ul.orbit-bullets li.active,  .bullet-list li.selected {
	background:#2793b0;
-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
-moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.7); 
}


.orbit-slide img { display:block;margin:0 auto;text-align:center;}
.orbit-slide {}
.orbit-slide-text {
	width:50%;
	padding:30px 60px;	
	color:#333;
}
.orbit-slide-image {width:50%;}
.orbit-slide-text h1, .orbit-slide-text h2, .orbit-slide-text h3, .orbit-slide-text h4, .orbit-slide-text h5  {margin:0 0 .25em;}
.orbit-slide.black {
	background: #000;	
	color:#fff;
}
.orbit-slide.dark {
	background: transparent url("../images/skin/bg-overlay-dark60.png") repeat 0 0;	
	color:#fff;
}
.orbit-slide.dark *, .orbit-slide.black * {
	color:#fff;
}


/* tabs */

ul.tabs-content > li { display: block; position: absolute;left: -10000px;}
ul.tabs-content > li.active {position: static;}

.tabs dd.active, .tabs li.active {border-top: 1px solid #e6e6e6;margin-top: -1px;}


.tabs.pill.centered dd, .sub-nav.centered { float:none; display:inline-block;}
/*.sub-nav dd {
	line-height:1.5em;
}
.sub-nav dd a {
	display:block;
	padding:0 .5em;
}*/
.sub-nav dd a.selected {
	background: #a0a0a0; /* Old browsers */
	background: -moz-linear-gradient(top,  #a0a0a0 0%, #636363 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a0a0a0), color-stop(100%,#636363)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a0a0a0 0%,#636363 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a0a0a0 0%,#636363 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a0a0a0 0%,#636363 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a0a0a0 0%,#636363 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0a0a0', endColorstr='#636363',GradientType=0 ); /* IE6-9 */
	color:#fff;
	text-shadow: 0 0 5px #666;
	font-weight:700;
}








/* CSS3 transitions */

.tooltip { padding:15px;}
.glow-green {
-webkit-animation-name: greenPulse;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
}
.glow-blue {
-webkit-animation-name: bluePulse;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes greenPulse {
from { background-color: #749a02; }
50% { background-color: #91bd09;  }
to { background-color: #749a02; }
}
@-webkit-keyframes bluePulse {
from { -webkit-box-shadow: 0 0 20px #ccc; }
50% {  -webkit-box-shadow: 0 0 40px #fff; }
to {  -webkit-box-shadow: 0 0 20px #ccc; }
}



/* font-face */
@font-face {
  font-family: "GeneralEnclosedFoundicons";
  src: url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/general_enclosed_foundicons.eot");
  src: url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/general_enclosed_foundicons.eot?#iefix") format("embedded-opentype"), url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-iconsgeneral_enclosed_foundicons.woff") format("woff"), url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/general_enclosed_foundicons.ttf") format("truetype"), url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/general_enclosed_foundicons.svg#GeneralEnclosedFoundicons") format("svg");
  font-weight: normal; font-style: normal;}
@font-face {
  font-family: "GeneralFoundicons";
  src: url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/general_foundicons.eot");
  src: url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/general_foundicons.eot?#iefix") format("embedded-opentype"), url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-iconsgeneral_foundicons.woff") format("woff"), url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/general_foundicons.ttf") format("truetype"), url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-iconsgeneral_foundicons.svg#GeneralFoundicons") format("svg");
  font-weight: normal; font-style: normal;}
@font-face {
  font-family: "SocialFoundicons";
  src: url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/social_foundicons.eot");
  src: url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/social_foundicons.eot?#iefix") format("embedded-opentype"), url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-iconssocial_foundicons.woff") format("woff"), url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/social_foundicons.ttf") format("truetype"), url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/social_foundicons.svg#SocialFoundicons") format("svg");
  font-weight: normal; font-style: normal;}
@font-face {
  font-family: "AccessibilityFoundicons";
  src: url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/accessibility_foundicons.eot");
  src: url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/accessibility_foundicons.eot?#iefix") format("embedded-opentype"), url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-iconsaccessibility_foundicons.woff") format("woff"), url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/accessibility_foundicons.ttf") format("truetype"), url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/accessibility_foundicons.svg#AccessibilityFoundicons") format("svg");
  font-weight: normal; font-style: normal;}


/* global foundicon styles */
[class*="foundicon-"] { display: inline; width: auto; height: auto; line-height: inherit; vertical-align: baseline; background-image: none; background-position: 0 0; background-repeat: repeat; }
[class*="foundicon-"]:before 						{ font-weight: normal; font-style: normal; text-decoration: inherit;}
[class*="social foundicon-"]:before				{ font-family: "SocialFoundicons";}
[class*="general foundicon-"]:before 			{ font-family: "GeneralFoundicons";}
[class*="gen-enclosed foundicon-"]:before 	{ font-family: "GeneralEnclosedFoundicons";}
[class*="accessibility foundicon-"]:before 	{ font-family: "AccessibilityFoundicons";}




/* foundation icons 3 - Aug 2013 */
/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */

@font-face {
  font-family: "foundation-icons";
  src: url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/foundation-icons.eot");
  src: url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"),
       url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/foundation-icons.woff") format("woff"),
       url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/foundation-icons.ttf") format("truetype"),
       url("/sites/plantronics.newshq.businesswire.com/themes/plantronics_newshq_businesswire_com_theme/client_files/fonts/foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}



/* 
---------------------------------------------------------------------------------
	jqueryui
---------------------------------------------------------------------------------
*/
.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
 }


/* spinner */
.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -50px; /* half width of the spinner gif */
	margin-top: -50px; /* half height of the spinner gif */
	text-align:center;
	z-index:1234;
	overflow: auto;
	width: 100px; /* width of the spinner gif */
	height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
.spinnerContainer {
	position: fixed;
	top: 0;
	left: 0;
	z-index:1233;
	overflow: auto;
	width: 100%; 
	height: 100%;
	background:transparent url("../images/skin/bg-overlay-dark60.png") repeat 0 0;
}

