﻿/*
	 copyright 2012 Hill-Rom. All Rights Reserved
	 client: Hill-Rom
	 author: Vinter AB. www.vinterwebb.se
	 date: 01/25/2012
*/

/* ---------------------------------------------------
	Layout
----------------------------------------------------- */

/* big gallery */

.campaign-area
{
	width: 980px;
	height: 360px;
	overflow: hidden;
	position: relative;
}

	.campaign-area ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.campaign-area > ul > li
		{
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
			left: 0;
		}

		.campaign-area > ul > li.active
		{
			z-index: 2;
		}

	.campaign-area ul.thumbs
	{
		position: absolute;
		bottom: 20px;
		left: 40px;
		z-index: 10;
	}

		.campaign-area ul.thumbs li
		{
			position: relative;
			background-color: rgb(68,68,68);
			float: left;
			margin: 0 20px 0 0;
			padding: 0;
			height: 36px;
			-moz-box-shadow: 1px 1px 8px 1px #444;
			-webkit-box-shadow: 1px 1px 8px 1px #444;
			box-shadow: 1px 1px 8px 1px #444;
			filter: progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=4);
		}

		.campaign-area ul.thumbs li img
		{
			cursor: pointer;
			width: 82px;
			height: 36px;
			zoom: 1;
			filter: alpha(opacity=50);
			opacity: 0.5;
		}

		.campaign-area ul.thumbs li.active img,
		.campaign-area ul.thumbs li:hover img
		{
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
		}

		.campaign-area ul.thumbs li div
		{
			background: transparent url(../images/layout/bg-campaign-thumb-caption.png) left bottom no-repeat;
			font-size: 13px;
			font-weight: bold;
			padding: 10px 10px 20px 10px;
			position: absolute;
			left: -18px;
			width: 99px;
			text-align: center;
		}
/* campain 720 x350 */
/* WDJ 2012-06-25 */
.campaign-medium
{
	width: 720px;
	height: 350px;
	overflow: hidden;
	position: relative;
}

	.campaign-medium ul
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}

		.campaign-medium > ul > li
		{
			margin: 0;
			padding: 0;
			position: absolute;
			top: 0;
			left: 0;
		}

		.campaign-medium > ul > li.active
		{
			z-index: 2;
		}

	.campaign-medium ul.thumbs
	{
		position: absolute;
		bottom: 20px;
		left: 40px;
		z-index: 10;
	}

		.campaign-medium ul.thumbs li
		{
			position: relative;
			background-color: rgb(68,68,68);
			float: left;
			margin: 0 20px 0 0;
			padding: 0;
			height: 36px;
			-moz-box-shadow: 1px 1px 8px 1px #444;
			-webkit-box-shadow: 1px 1px 8px 1px #444;
			box-shadow: 1px 1px 8px 1px #444;
			filter: progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=4);
		}

		.campaign-medium ul.thumbs li img
		{
			cursor: pointer;
			width: 82px;
			height: 36px;
			zoom: 1;
			filter: alpha(opacity=50);
			opacity: 0.5;
		}

		.campaign-medium ul.thumbs li.active img,
		.campaign-medium ul.thumbs li:hover img
		{
			zoom: 1;
			filter: alpha(opacity=100);
			opacity: 1;
		}

		.campaign-medium ul.thumbs li div
		{
			background: transparent url(../images/layout/bg-campaign-thumb-caption.png) left bottom no-repeat;
			font-size: 13px;
			font-weight: bold;
			padding: 10px 10px 20px 10px;
			position: absolute;
			left: -18px;
			width: 99px;
			text-align: center;
         }
/* sidebar */

aside.sidebar
{
	float: right;
	width: 240px;
	padding: 0 0 50px 0;
	position: relative;

	background-image: linear-gradient(bottom, #ffffff 0%, #f8f8f8 10%);
	background-image: -o-linear-gradient(bottom, #ffffff 0%, #f8f8f8 10%);
	background-image: -moz-linear-gradient(bottom, #ffffff 0%, #f8f8f8 10%);
	background-image: -webkit-linear-gradient(bottom, #ffffff 0%, #f8f8f8 10%);
	background-image: -ms-linear-gradient(bottom, #ffffff 0%, #f8f8f8 10%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #ffffff),
		color-stop(0.1, #f8f8f8)
	);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#FFFFFF');
}

	aside.sidebar.start
	{
		padding-top: 10px;
	}

	.oldie aside.sidebar
	{
		filter: none;
	}

	aside.sidebar.align-left
	{
		float: left;
	}

	aside.sidebar h4
	{
		font-size: 16px;
		font-weight: 600;
	}

	aside.sidebar h3
	{
		border-top: 1px solid #c7d8ed;
		padding: 10px 0 0 20px;
		text-transform: uppercase;
		font-weight: 600;
		letter-spacing: 1px;
		font-size: 15px;
		margin: 10px 0;
	}

	aside.sidebar ul.button-listing,
	aside.sidebar ul.button-listing > li
	{
		display: block;
		margin: 0;
		padding: 0;
	}

	aside.sidebar ul.button-listing li.quick-links
	{
		margin-top: 40px;
	}
		/* the buttons... */
		aside.sidebar ul.button-listing > li
		{
			margin: 0 0 5px 0;
			position: relative;
		}
			/* accordion-content... */
			ul.button-listing > li > div.accordion-content
			{
				display: none;
				overflow: hidden;
				font-size: 12px;
				padding: 20px;
				line-height: 18px;
			}

			ul.button-listing > li > div.accordion-content a
			{
				text-decoration: none;
				font-weight: bold;
			}

			/* the dropdown-list... */
			.button-listing li > ul
			{
				display: none;
				background: white;
				border: 1px solid #ddd;
				border-top: none;
				width: 238px;
				position: absolute;
				left: 0;
				top: 45px;
				z-index: 99;
				list-style: none;
				margin: 0;
				padding: 0;
			}

				.button-listing li > ul > li
				{
					border-top: 1px solid #ddd;
					padding: 0;
					margin: 0;
					width: 100%;
				}

				.button-listing li > ul > li:first-child
				{
					border: none;
				}

					.button-listing li > ul > li a
					{
						background-color: #fcfcfc;
						display: block;
						font-size: 13px;
						margin: 0;
						overflow: hidden;
						padding: 10px 20px;
						text-overflow: ellipsis;
						text-decoration: none;
						white-space: nowrap;
					}

					.button-listing li > ul > li a:hover
					{
						background-color: #f2f6fc;
					}


/* contact ribbon */

.contact-ribbon
{
	background: transparent url(../images/layout/bg-ribbon.png) top left no-repeat;
	position: absolute;
	top: -50px;
	left: 0;
	width: 220px;
	height: 60px;
	padding: 18px 20px 5px 20px;
	z-index: 99;
}

	.contact-ribbon h4
	{
		margin: 0;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1px;
	}

	.contact-ribbon h4 a
	{
		display: block;
		line-height: 20px;
		text-decoration: none;
		padding-right: 25px;
		background: transparent url(../images/layout/icon-letter.png) center right no-repeat;
		opacity: 0.8;
	}

		.contact-ribbon h4 a:hover
		{
			color: #eee;
			opacity: 1;
		}

	.contact-ribbon span
	{
		display: block;
		margin: 5px 0 0;
		font-weight: 600;
		font-size: 24px;
	}

/* tall ribbon */

.tall-ribbon
{
	background: transparent url(../images/layout/bg-ribbon-big_lighter.png) top left no-repeat;
	position: relative;
	top: 10px;
	left: 0;
	width: 220px;
	height: 110px;
	padding: 18px 20px 5px 20px;
	z-index: 99;
}

	.tall-ribbon h4
	{
		margin: 0;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 1px;
	}

	.tall-ribbon h4 a
	{
		display: block;
		line-height: 20px;
		text-decoration: none;
		padding-right: 25px;
		background: transparent url(../images/layout/icon-letter.png) center right no-repeat;
		opacity: 0.8;
	}

		.tall-ribbon h4 a:hover
		{
			color: #eee;
			opacity: 1;
		}

	.tall-ribbon span
	{
		display: block;
		margin: 5px 0 0;
		font-weight: 600;
		font-size: 24px;
	}

/* main content wrapper */

.content
{
	width: 700px;
	float: left;
	padding: 0 20px;
}

/* gallery slider */

.clinicalprogram-gallery-wrapper
{
	position: relative;
	width: 700px;
	height: 600px;
	padding: 0;
	margin: 20px 0 50px;

	-moz-box-shadow: 6px 1px 8px 0px #ccc;
	-webkit-box-shadow: 6px 1px 8px 0px #ccc;
	box-shadow: 6px 1px 8px 0px #ccc;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=3);
	background-color: rgb(255,255,255); /* ie8 needs this to render shadow */
}

.gallery-wrapper
{
	position: relative;
	width: 700px;
	height: 180px;
	padding: 0;
	margin: 20px 0 50px;

	-moz-box-shadow: 6px 1px 8px 0px #ccc;
	-webkit-box-shadow: 6px 1px 8px 0px #ccc;
	box-shadow: 6px 1px 8px 0px #ccc;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=3);
	background-color: rgb(255,255,255); /* ie8 needs this to render shadow */
}

.gallery-wrapper.standard
{
	margin-top: 0;
}

.gallery-wrapper.wide
{
	height: 220px;
	margin: 0 0 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	filter: none;
}

.gallery-wrapper.wide.no-caption {
	height: 320px;
}

/* gallery home */

.gallery.home
{
	overflow: hidden;
	height: 180px;
}

.gallery.home ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

	.gallery.home li
	{
		margin: 0;
		padding: 0;
	}

		.gallery.home li img
		{
			float: left;
			width: 380px;
		}

		.gallery.home li .caption
		{
			width: 280px;
			height: 140px;
			padding: 10px 20px;
			float: left;
			font-size: 14px;
		}

		.gallery.home li .caption h3
		{
			font-size: 20px;
			font-weight: 600;
			margin: 5px 0;
		}

		.gallery.home li .caption p
		{
			margin: 5px 0 10px 0;
		}

/* gallery wide */

.gallery.wide
{
	overflow: hidden;
	height: 220px;
}

.gallery.widetall
{
	overflow: hidden;
	height: 800px;
}

.gallery.widetall ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

	.gallery.widetall li
	{
		margin: 0;
		padding: 0;
	}

		.gallery.widetall li img
		{
			float: left;
			width: 460px;
			height: 337px;
		}

		.gallery.widetall li .caption
		{
			width: 280px;
			height: 500px;
			padding: 10px 20px;
			float: left;
			font-size: 14px;
		}

		.gallery.widetall li .caption h3
		{
			font-size: 20px;
			font-weight: 600;
			margin: 5px 0;
		}

		.gallery.widetall li .caption p
		{
			margin: 5px 0 10px 0;
		}

.gallery.wide ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

	.gallery.wide li
	{
		margin: 0;
		padding: 0;
	}

		.gallery.wide li img
		{
			float: left;
			width: 380px;
			height: 220px;
		}

		.gallery.wide li .caption
		{
			width: 280px;
			height: 180px;
			padding: 10px 20px;
			float: left;
			font-size: 14px;
		}

		.gallery.wide li .caption h3
		{
			font-size: 20px;
			font-weight: 600;
			margin: 5px 0;
		}

		.gallery.wide li .caption p
		{
			margin: 5px 0 10px 0;
		}

.gallery.wide.no-caption
{
	height: 320px;
}

	.gallery.wide.no-caption li img {
		width: 720px;
		height: 320px;
	}

	.gallery.wide.no-caption li .caption {
		display: none;
	}

.gallery.xwide.no-caption
{
	height: 360px;
}

	.gallery.xwide.no-caption li img {
		width: 980px;
		height: 360px;
	}

	.gallery.xwide.no-caption li .caption {
		display: none;
	}

/* prev & next */
.clinicalprogram-gallery-prev,
.clinicalprogram-gallery-next,
.gallery-prev,
.gallery-next
{
	font-size: 40px;
	display: block;
	width: 20px;
	height: 115px;
	position: absolute;
	text-decoration: none;
	top: 0;
	left: 0;
	padding: 65px 5px 0 5px;
}

	.gallery-wrapper.wide .gallery-prev,
	.gallery-wrapper.wide .gallery-next {
		height: 135px;
		padding-top: 85px;
	}

	.gallery-wrapper.wide.no-caption .gallery-prev,
	.gallery-wrapper.wide.no-caption .gallery-next {
		height: 185px;
		padding-top: 135px;
	}

.clinicalprogram-gallery-next,
.gallery-next
{
	left: auto;
	right: 0;
}

.gallery-prev:hover,
.gallery-next:hover
{
	background-color: #eee;
}

.gallery-prev:hover,
.gallery-next:hover
{
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(200, 200, 200);
	/* RGBa with 0.1 opacity */
	background: rgba(0, 0, 0, 0.05);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

	filter: alpha(opacity = 70);
}

/* section content */

.section-content
{
	float: left;
	width: 700px;
	margin-left: 20px;
}

/* section news */

section.news
{
	clear: both;
	margin: 20px 0;
}

section.news h3
{
	font-family: "myriad-pro", "Myriad Pro", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 10px 0 20px;
}

	section.news .news-listing
	{
		list-style: none;
		margin: 0;
		padding: 0;
	}

		section.news .news-listing li
		{
			padding: 0;
			margin: 10px 0 20px;
			line-height: 18px;
			font-family: arial, sans-serif;
		}

		section.news .news-listing li h4
		{
			font-weight: 600;
			font-size: 15px;
			margin: 10px 0 0 0;
		}

		section.news .news-listing li p
		{
			font-size: 14px;
			margin: 5px 0;
			padding-right: 20px;
		}

/* Product category - product selector */
/***************************************/

.product
{
	border: 1px solid #fff;
	width: 150px;
	height: 175px;
	padding: 5px;
	margin: 0 0 0 10px;
	float: left;
	text-align: center;
}

.product:hover
{
	border: 1px solid #eee;

	background-image: linear-gradient(bottom, #F5F5F5 1%, #FFFFFF 10%); /*W3C*/
	background-image: -o-linear-gradient(bottom, #F5F5F5 1%, #FFFFFF 10%); /*Operat 11.10+*/
	background-image: -moz-linear-gradient(bottom, #F5F5F5 1%, #FFFFFF 10%); /*FF3.6*/
	background-image: -ms-linear-gradient(bottom, #F5F5F5 1%, #FFFFFF 10%); /*IE10*/
	background-image: -webkit-linear-gradient(bottom, #F5F5F5 1%, #FFFFFF 10%); /*Chrome 10+, Saf5.1+*/
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.01, #F5F5F5), color-stop(0.1, #FFFFFF)); /*Saf4+, Chrome*/
}

.product h5
{
	font-family: sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.product h5 a
{
	text-decoration: none;
}

.product-filter
{
	padding: 10px 20px;
	border-top: 1px solid white;
}

	.product-filter h3
	{
		font-weight: 600;
		letter-spacing: 2px;
		font-size: 14px;
		text-transform: uppercase;
		color: #666;
		margin: 0 0 10px;
	}

	.product-filter input
	{
		display: block;
		float: left;
		width: 14px;
		margin-right: 2px;
	}

	.product-filter label
	{
		cursor: pointer;
		display: block;
		width: 180px;
		float: left;
	}

	.product-filter ul li
	{
		overflow: hidden;
		padding: 5px 0;
		font-size: 12px;
	}

.filter
{
	float: left;
	width: 240px;
	background-image: linear-gradient(bottom, #FFFFFF 2%, #F1F5FA 76%); /*W3C*/
	background-image: -o-linear-gradient(bottom, #FFFFFF 2%, #F1F5FA 76%); /*Operat 11.10+*/
	background-image: -moz-linear-gradient(bottom, #FFFFFF 2%, #F1F5FA 76%); /*FF3.6*/
	background-image: -ms-linear-gradient(bottom, #FFFFFF 2%, #F1F5FA 76%); /*IE10*/
	background-image: -webkit-linear-gradient(bottom, #FFFFFF 2%, #F1F5FA 76%); /*Chrome 10+, Saf5.1+*/
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.02, #FFFFFF), color-stop(0.76, #F1F5FA)); /*Saf4+, Chrome*/
}

/* box navigation */

nav.boxes
{
	overflow: hidden;
}

nav.boxes ul
{
	margin: 10px 0;
	padding: 0;
}

	nav.boxes ul li
	{
		background: #6a97c4;
		float: left;
		padding: 0;
		margin: 0 5px 5px 0;
		overflow: hidden;
		position: relative;
		width: 323px;
		height: 323px;
	}

	nav.boxes ul li:hover
	{
		cursor: pointer;
	}

	nav.boxes ul li img
	{
		position: absolute;
		top: 0;
		left: 0;
	}

	nav.boxes ul li h2
	{
		background: transparent url(../images/layout/bg-box-navigation-heading.png) top left no-repeat;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 9;
	}

		nav.boxes ul li h2 a
		{
			background: transparent url(../images/layout/icon-caret-white.png) 293px center no-repeat;
			display: block;
			padding: 15px 18px;
			text-decoration: none;
		}

	nav.boxes ul li > a
	{
		display: block;
		text-decoration: none;
		font-size: 20px;
		font-family: "myriad-pro", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif;
		font-weight: 700;
		width: 263px;
		height: 233px;
		padding: 60px 30px 30px;
	}

/* FORMS & FIELDSET */

/* agree checkbox */

.validate-agree label
{
	display: block;
	float: left;
	width: 500px;
	font-weight: normal;
	font-size: 12px;
	margin: 0 0 10px 10px;
}

.validate-agree input[type="checkbox"]
{
	float: left;
}

.validate-agree input[type="submit"]
{
	clear: both;
	display: block;
	width: auto;
	height: 30px;
	margin: 20px 0;
	padding: 6px 12px;
	font-size: 12px;
	cursor: pointer;

	border: 1px solid #aaa;

	-webkit-border-radius: 4px ;
	-moz-border-radius : 4px;
	border-radius : 4px;

	background-image: linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
	background-image: -ms-linear-gradient(top #FFFFFF 42%, #E3E3E3 100%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #FFFFFF), color-stop(1.00, #E3E3E3));
}

.validate-agree input[type="submit"]:hover
{
	background-image: linear-gradient(top, #EEEEEE 42%, #E3E3E3 100%);
	background-image: -o-linear-gradient(top, #EEEEEE 42%, #E3E3E3 100%);
	background-image: -moz-linear-gradient(top, #EEEEEE 42%, #E3E3E3 100%);
	background-image: -ms-linear-gradient(top #EEEEEE 42%, #E3E3E3 100%);
	background-image: -webkit-linear-gradient(top, #EEEEEE 42%, #E3E3E3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #EEEEEE), color-stop(1.00, #E3E3E3));
}

/* default xforms styling */

form.xform
{
	margin: 20px 0;
}

	form.xform table,
	form.xform table tr,
	form.xform table tr td
	{
		border: none;
	}

	form.xform label
	{
		display: block;
		font-weight: bold;
	}

section.form
{
	width: 700px;
	float: right;
	margin: 0 20px 0 0;
}

	section.form form
	{
		background: #f2f6fe;
		border: 1px solid #ddd;
		padding: 20px;
	}

	section.form fieldset
	{
		border-top: 1px solid #fff;
		padding-top: 30px;
	}

		section.form fieldset h4
		{
			font-weight: normal;
			font-size: 16px;
		}

		section.form fieldset h4 span
		{
			letter-spacing: 2px;
			text-transform: uppercase;
		}

	section.form input.input-text,
	section.form input.input-phone,
	section.form input.input-time,
	section.form input.input-number,
	form.xform input
	{
		float: left;
		width: 280px;
		height: 35px;
		border: 1px solid #aaa;
		background-color: white;
		margin: 10px 15px 10px 0;
		padding: 0 10px;
		background-image: linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
		background-image: -o-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
		background-image: -moz-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
		background-image: -ms-linear-gradient(top #FFFFFF 42%, #E3E3E3 100%);
		background-image: -webkit-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #FFFFFF), color-stop(1.00, #E3E3E3));
		-webkit-border-radius: 4px ;
		-moz-border-radius : 4px;
		border-radius : 4px;
	}


		section.form input.input-text.wide {
			width: 380px;
		}

	section.form .textarea,
	section.form .submit,
	form.xform textarea
	{
		clear: both;
		width: 606px;
		margin: 10px 0;
		padding: 5px;
		border: 1px solid #aaa;
		-webkit-border-radius: 4px ;
		-moz-border-radius : 4px;
		border-radius : 4px;

		background-image: linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
		background-image: -o-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
		background-image: -moz-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
		background-image: -ms-linear-gradient(top #FFFFFF 42%, #E3E3E3 100%);
		background-image: -webkit-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #FFFFFF), color-stop(1.00, #E3E3E3));
	}

	section.form .submit,
	form.xform input[type="submit"]
	{
		width: auto;
		padding: 6px 10px;
		cursor: pointer;
	}

	form.xform input[type="checkbox"]
	{
		width: auto;
	}

/* select */
.selector
{
	position: relative;
	float: left;
	display: inline-block;
	margin: 10px 15px 10px 0;
}

	.selector select,
	form.xform select
	{
		display: inline-block;
		border: 1px solid #aaa;
		cursor: pointer;
		padding: 8px 3px 8px 5px;
		margin: 0;
		font: inherit;
		outline: none;
		line-height: 1.2;
		background-image: linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
		background-image: -o-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
		background-image: -moz-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
		background-image: -ms-linear-gradient(top #FFFFFF 42%, #E3E3E3 100%);
		background-image: -webkit-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #FFFFFF), color-stop(1.00, #E3E3E3));
		width: 302px;
		-webkit-appearance: none;

		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	/* webkit's CSS-only solution */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		.selector select {
			 padding-right: 30px;
		}
	}

	/* focus styles */
	.selector select:focus
	{
		-webkit-box-shadow: 0 0 3px 1px #6a97c4;
		-moz-box-shadow: 0 0 3px 1px #6a97c4;
		box-shadow: 0 0 3px 1px #6a97c4;
	}

	/* arrow styling */
    /*
	.selector:after
	{
		content: "▼";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		font-size: 60%;
		line-height: 30px;
		padding: 0 7px;

		background-image: linear-gradient(top, #eeeeee 42%, #cdcdcd 100%);
		background-image: -o-linear-gradient(top, #eeeeee 42%, #cdcdcd 100%);
		background-image: -moz-linear-gradient(top, #eeeeee 42%, #cdcdcd 100%);
		background-image: -ms-linear-gradient(top #eeeeee 42%, #cdcdcd 100%);
		background-image: -webkit-linear-gradient(top, #eeeeee 42%, #cdcdcd 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #eeeeee), color-stop(1.00, #cdcdcd));
		*/
		/* ie hacks */
        /*
		background: /*\**/  /*  :#ddd\9;
		background: #ddd\9;
		background: #ddd\0/;

		color: black;
		pointer-events:none;

		border: 1px solid #aaa;

		-webkit-border-radius: 0 6px 6px 0;
		-moz-border-radius: 0 6px 6px 0;
		border-radius: 0 6px 6px 0;
	}

	/* no pointer events fallback */

	.oldie .selector:after
	{
		content: none;
	}

	section.form input.input-phone
	{
		width: 135px;
	}

	section.form input.input-time
	{
		width: 90px;
	}

	/* form validation */
	.validation-message
	{
		display: none;
		background: #AA48A5 url(../images/layout/icon-error.png) 20px 20px no-repeat;
		color: #fff;
		padding: 20px 20px 20px 90px;
	}

		.validation-message h3
		{
			margin: 0 0 10px 0;
		}

/* contact information - sidebar */

aside .sidebar-content
{
	padding: 0 20px 20px;
	font-size: 13px;
	border-top: 1px solid #ddd;
}

aside .sidebar-content h3:first-child
{
	border: none;
}

aside .sidebar-content h3
{
	padding-left: 0;
}

	aside .contact-information h4
	{
		font-family: sans-serif;
		font-size: 115%;
		font-weight: 600;
		margin: 20px 0 5px 0;
	}

	aside .contact-information p
	{
		margin: 0 0 10px 0;
		line-height: 20px;
	}



/* A-Z template/listing */

section.a-z,
section.q-a
{
	width: 700px;
	float: right;
	margin: 0 20px 0 0;
	font-family: "myriad-pro", "Myriad Pro", sans-serif;
}

	section.q-a.accordion h3
	{
		margin: 0 0 5px 0;
	}

	section.a-z nav ul
	{
		margin: 0;
		padding: 0;
		overflow: hidden;
		border-top: 1px solid #e3ebf6;
		border-bottom: 1px solid #c7d8ed;

		background-image: linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
		background-image: -o-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
		background-image: -moz-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
		background-image: -webkit-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
		background-image: -ms-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, #DBE9FF),
			color-stop(0.7, #F1F7FF)
		);
	}

		section.a-z nav ul li
		{
			float: left;
			margin: 0;
		}

			section.a-z nav ul li a
			{
				display: block;
				text-decoration: none;
				padding: 6px 8px;
			}

				section.a-z nav ul li a:hover
				{
					background-image: linear-gradient(bottom, #F1F7FF 0%, #bacee9 70%);
					background-image: -o-linear-gradient(bottom, #F1F7FF 0%, #bacee9 70%);
					background-image: -moz-linear-gradient(bottom, #F1F7FF 0%, #bacee9 70%);
					background-image: -webkit-linear-gradient(bottom, #F1F7FF 0%, #bacee9 70%);
					background-image: -ms-linear-gradient(bottom, #F1F7FF 0%, #bacee9 70%);

					background-image: -webkit-gradient(
						linear,
						left bottom,
						left top,
						color-stop(0, #F1F7FF),
						color-stop(0.7, #bacee9)
					);
				}

	.character-section
	{
		border-bottom: 1px dotted #ddd;
		padding-bottom: 20px;
	}

		.character-section ul
		{
			list-style: none;
			margin: 20px 0;
			padding: 0;
			overflow: hidden;
		}

		.character-section ul li
		{
			float: left;
			margin-right: 20px;
			width: 30%;
		}

		.character-section ul li a
		{
			text-decoration: none;
		}

/* events */

.event-map {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}

table.events
{
	width: 100%;
	padding: 0;
	margin: 0;
}

	table.events caption
	{
		padding: 0 5px 5px 0;
		width: 700px;
		text-align: right;
		font: italic 12px "myriad-pro", Arial, Helvetica, sans-serif;
	}

	table.events thead tr
	{
		background-image: linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
		background-image: -o-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
		background-image: -moz-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
		background-image: -webkit-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
		background-image: -ms-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, #DBE9FF),
			color-stop(0.7, #F1F7FF)
		);
	}

	table.events thead th
	{
		font: bold 11px "myriad-pro", Arial, Helvetica, sans-serif;
		color: #333;
		border: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
		border-top: 1px solid #C1DAD7;
		letter-spacing: 1px;
		text-transform: uppercase;
		text-align: left;
		padding: 8px 25px 8px 12px;
	}

	table.events th.no-bg
	{
		border-top: 0;
		border-left: 0;
		border-right: 1px solid #C1DAD7;
		background: none;
		color: #4f6b72;
	}

	table.events tbody th
	{
		text-align: left;
		background: #f6faff;
		padding: 6px 6px 6px 12px;
		border-left: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
		color: #4f6b72;
		cursor: text;
	}

	table.events td
	{
		border-left: 1px solid #C1DAD7;
		border-bottom: 1px solid #C1DAD7;
		background: #f1f7ff;
		padding: 6px 6px 6px 12px;
		color: #4f6b72;
	}

	table.events tr.odd td,
	table.events tbody tr.odd th
	{
		background: #fefefe;
		color: #797268;
	}

	/* sortable */

	table.sortable th.header
	{
		cursor: pointer;
		background: transparent url(../images/layout/tablesorter-arrows.png) right 11px no-repeat;
	}

		table.sortable th.sort-down
		{
			background-position: right -10px;
		}

		table.sortable th.sort-up
		{
			background-position: right -31px;
		}

/* Search results */

header .filter-results
{
	float: right;
	margin: 20px 0 50px 0;
	width: 340px;
}

	header .filter-results div
	{
		float: left;
		width: 150px;
		margin-left: 20px;
		position: relative;
	}

		header .filter-results div:first-child
		{
			margin-left: 0;
		}

	header .filter-results h5
	{
		margin: 0 0 4px 0;
		font-size: 12px;
		text-transform: uppercase;
	}

	header .filter-results div a.paging-left,
	header .filter-results div a.paging-right,
	header .filter-results div span.page-number
	{
		display: block;
		float: left;
		margin: 0 0 0 10px;
		padding: 8px 14px;
		text-decoration: none;

		border-top: 1px solid #e3ebf6;
		border-bottom: 1px solid #c7d8ed;

		background-image: linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
		background-image: -o-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
		background-image: -moz-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
		background-image: -webkit-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
		background-image: -ms-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, #DBE9FF),
			color-stop(0.7, #F1F7FF)
		);

		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBE9FF', endColorstr='#F1F7FF');

	}

	header .filter-results div span.page-number
	{
		background: none;
		border: 1px solid #ddd;
	}

		header .filter-results div a.paging-left
		{
			margin-left: 0;
		}

	header .filter-results div a.paging-left.disabled,
	header .filter-results div a.paging-right.disabled
	{
		cursor: default;
		border-top: 1px solid #f3f5fa;
		border-bottom: 1px solid #e8ecf5;

		background-image: linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
		background-image: -o-linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
		background-image: -moz-linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
		background-image: -webkit-linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
		background-image: -ms-linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);

		background-image: -webkit-gradient(
			linear,
			left bottom,
			left top,
			color-stop(0, #f1f1f1),
			color-stop(0.7, #ffffff)
		);

		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff');
	}

	header .filter-results div ul
	{
		background: #fff;
		display: none;
		position: absolute;
		list-style: none;
		margin: 0;
		padding: 0;
		border: 1px solid #ddd;
		width: 148px;
		z-index: 2;
	}

		header .filter-results div ul li
		{
			margin: 0;
			padding: 0;
			border-top: 1px solid #ddd;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

		header .filter-results div ul li:hover
		{
			background: #F2F6FC;
		}

		header .filter-results div ul li:first-child
		{
			border: none;
		}

		header .filter-results div ul li a
		{
			display: block;
			padding: 6px 10px;
			text-decoration: none;
			font-size: 13px;
		}

	/* siteseeker - result listing */

	.search-results
	{
		margin-left: 20px;
	}

	.search-results h2
	{
		font-weight: normal;
	}

	.search-results .mark {
		background: yellow;
	}

	.search-results ol
	{
		list-style: none;
		margin: 10px 0;
		padding: 0;
	}

		.search-results ol li
		{
			border-bottom: 1px dotted #ddd;
			margin: 10px 0;
			overflow: hidden;
			padding: 10px 0 20px;
			font-size: 13px;
			font-family: "myriad-pro", sans-serif;
		}

		.search-results ol li.html
		{
			padding-right: 50px;
		}

		.search-results .mark {
			background-color: #e0ecff;
		}

		.search-results ol li.html.has-image,
		.search-results ol li.html.is-faq
		{
			padding: 0;
			margin: -20px 0 0;
		}

			.search-results ol li.html.has-image img
			{
				max-width: 100px;
			}

		.search-results ol li a
		{
			text-decoration: none;
		}

			.search-results ol li h3,
			.search-results ol li h3 a
			{
				text-decoration: none;
				font-weight: normal;
				font-size: 20px;
				margin-top: 0;
			}

			.search-results ol li h3.faq-question a {
				font-size: 14px;
			}

			.search-results ol li h3 span
			{
				font-weight: bold;
			}

	.search-results li figure
	{
		margin: 10px 0 10px 20px;
		width: 100px;
		height: 100px;
		overflow: hidden;
		position: relative;
		float: right;
		text-align: left;
	}

		/* pdf */
		.search-results li.pdf figure figcaption a
		{
			cursor: pointer;
			display: block;
			margin: 10px 80px 20px 0;
			padding: 37px 0 59px 40px;
			float: right;
			font-size: 11px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			background: transparent url(../images/layout/icon-pdf-shadow.png) top left no-repeat;
			position: absolute;
			top: 0;
			left: 0;
		}

		.search-results li.pdf figure figcaption a:hover
		{
			background-position: 0px -99px;
		}

			.search-results li.pdf figure figcaption a span
			{
				display: block;
				font-weight: normal;
			}

	/* facets */

	.search-results-facets {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		
		.search-results-facets .search-results-facet-link {
			padding-left: 6px;
		}

		.search-results-facets .search-results-facet-link:hover {
			background-color: #fff;
		}

		.search-results-facets .search-results-facet-link.active {
			font-weight: bold;
		}

	/* breadcrumb */

	.search-results .breadcrumb ul
	{
		margin: 10px 0;
		padding: 0;
		overflow: hidden;
		list-style: none;
	}

		.search-results .breadcrumb ul li
		{
			float: left;
			margin: 0 2px 0;
			padding: 0;
			font-size: 11px;
			border-bottom: none;
			font-family: sans-serif;
		}

		.search-results .breadcrumb ul li:before
		{
			content: "› ";
		}

		.search-results .breadcrumb ul li:first-child:before
		{
			content: "";
		}

		.search-results .breadcrumb ul li a
		{
			text-decoration: none;
		}

	/* sidebar filters */

	aside.sidebar ul.filter-search-results
	{
		margin: 20px 0;
		padding: 0;
		list-style: none;
	}

		aside.sidebar ul.filter-search-results li
		{
			margin: 10px 0;
		}

			aside.sidebar ul.filter-search-results li a
			{
				text-decoration: none;
			}

			aside.sidebar ul.filter-search-results li.active a
			{
				color: #333;
			}

	.search-results-sidebar a
	{
		display: block;
		padding: 10px 0;
		border-top: 1px solid #ddd;
		text-decoration: none;
	}

		.search-results-sidebar a:after
		{
			content: " ›";
		}

/* search field/input */

.search-results form
{
	/*overflow: hidden;*/
}

.search-results input
{
	float: left;
	width: 575px;
	height: 40px;
	border: 1px solid #aaa;
	background-color: white;
	margin: 0;
	padding: 0 10px;
	background-image: linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
	background-image: -ms-linear-gradient(top #FFFFFF 42%, #E3E3E3 100%);
	background-image: -webkit-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #FFFFFF), color-stop(1.00, #E3E3E3));
	-webkit-border-radius: 4px ;
	-moz-border-radius : 4px;
	border-radius: 4px;
}

	/* hide clear field icon in chrome */
	.search-results input[type="search"]::-webkit-search-cancel-button
	{
		display: none;
	}

		/* older browser fix */
		.oldie .search-results input
		{
			padding-top: 10px;
			height: 30px;
			background-color: #f3f3F3;
		}

		.oldie .search-results input.ess-searchbutton
		{
			padding-top: 0;
			height: 40px;
		}

	.search-results input.ess-searchbutton
	{
		height: 42px;
		width: 80px;
		margin-right: 15px;
	}

	/* autocomplete */

	.tt-menu {
		background: #fff;
		border: 1px solid #ddd;
		-moz-box-shadow: 6px 1px 8px 0px #ccc;
		-webkit-box-shadow: 6px 1px 8px 0px #ccc;
		box-shadow: 6px 1px 8px 0px #ccc;
		filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=3);
		z-index: 99;
	}

		.tt-suggestion
		{
			margin: 0;
			padding: 10px 12px;
			font-size: 13px;
			cursor: pointer;
		}

		.tt-suggestion:nth-child(odd)
		{
			background: #f8f8f8;
		}

		.tt-suggestion:hover,
		.tt-suggestion.tt-cursor
		{
			background: #f1f7ff;
		}

	/* spelling suggestions */

	.spelling-wrapper
	{
		border: 2px solid #A0D1FF;
		background-color: #e0ecff;
		padding: 20px;
		margin: 20px 0;
	}

		.spelling-wrapper h4
		{
			font-family: "myriad-pro", sans-serif;
			margin: 0 0 5px 0;
			font-weight: normal;
			font-size: 16px;
		}

	/* best bet - featured suggestions */

	.best-bets-wrapper
	{
		background: #f9f9f9;
		border: 1px dotted #ddd;
		padding: 10px 20px;
		font-style: italic;
		font-size: 12px;
	}

		.best-bets-wrapper ul
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}

			.best-bets-wrapper ul li
			{
				margin: 0 10px;
				padding: 10px 0 0;
				font-style: normal;
				border-top: 1px solid #eee;
			}

			.best-bets-wrapper ul li:first-child
			{
				border: none;
			}

				.best-bets-wrapper .best-bets h3,
				.best-bets-wrapper .best-bets h3 a
				{
					font-size: 16px;
					font-weight: normal;
					text-decoration: none;
				}

				.best-bets-wrapper ul li h3,
				.best-bets-wrapper ul li p
				{
					margin: 0 0 2px 0;
				}

			.best-bets-wrapper ul li.external
			{
				padding-left: 25px;
				background: transparent url(../images/layout/icon-external-link.png) 0 10px no-repeat;
			}


/* Sitemap							   */
/***************************************/

#sitemap
{
	overflow: hidden;
}

/* general ol styles */
#sitemap ol
{
	list-style: none;
	margin: 10px 0;
	overflow: hidden;
	clear: both;
}

	#sitemap ol li
	{
		overflow: hidden;
	}

/* top level */
#sitemap > ol
{
	padding: 0;
	margin: 0;
}

#sitemap > ol > li
{
	margin: 10px 0;
}

#sitemap > ol > li:first-child
{
	margin: 0;
}

	/* 3rd level */
	#sitemap > ol > li > ol > li > ol
	{
		padding-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}

		#sitemap > ol > li > ol > li > ol:last-child
		{
			border: none;
		}

	#sitemap > ol > li > ol > li > ol > li
	{
		margin: 10px 0;
	}

	/* 4th level */
	#sitemap > ol > li > ol > li > ol > li > ol > li
	{
		display: block;
		float: left;
		width: 195px;
		overflow: hidden;
		margin: 0 10px 0 0;
	}

/* product features */

.product-features {
	position: relative;
}

.product-features h2.overlay-trigger,
.product-features h3.overlay-trigger {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0;
}

.product-features .section h2.overlay-trigger:after,
.product-features .section h3.overlay-trigger:after {
	content: url(../images/layout/icon-open-overlay.png);
}

.product-features .section h2.overlay-trigger:hover,
.product-features .section h3.overlay-trigger:hover {
	cursor: pointer;
}

.product-features .figure {
	display: none;
}

.standard .product-features .figure .figcaption {
	line-height: 16px;
	padding: 10px 0 0;
	background-color: #F7F7F4;
}

.product-features img {
	max-width: 700px;
}

/* featured services */

.featured-services h4 {
	margin: 10px 0 0;
	font-size: 16px;
}

.featured-services h4 a {
	text-decoration: none;
}

.featured-services p {
	margin: 5px 0 10px;
}

/* faq page */
article.faq-page header {
    margin-bottom: 20px;
}
article.faq-page header .faq-search-wrapper {
    position: relative;
}
article.faq-page header .faq-search-wrapper .faq-searchbox  {
    width: 720px;
    outline: none;
    height: 38px;
    border: 1px solid #aaa;
    background-color: white;
    padding: 0 10px;
    background-image: linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
    background-image: -ms-linear-gradient(top #FFFFFF 42%, #E3E3E3 100%);
    background-image: -webkit-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #FFFFFF), color-stop(1.00, #E3E3E3));
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
}
article.faq-page header .faq-search-wrapper .faq-searchbutton {
    float: left;
    width: 160px;
    height: 40px;
    border: 1px solid #aaa;
    background-color: white;
    margin: 0 0 0 20px;
    padding: 0 10px;
    background-image: linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
    background-image: -ms-linear-gradient(top #FFFFFF 42%, #E3E3E3 100%);
    background-image: -webkit-linear-gradient(top, #FFFFFF 42%, #E3E3E3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.42, #FFFFFF), color-stop(1.00, #E3E3E3));
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


article.faq-page .faq-container.accordion {
	margin: 0;
	padding: 10px 0;
}

article.faq-page .faq-container .faq-question {
    line-height: 20px;
    padding-right: 5px;
    margin: 5px 0 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    color: #4b5ea8;
    background-image: linear-gradient(bottom, #F8F8F8 0%, #FFFFFF 50%);
    background-image: -o-linear-gradient(bottom, #F8F8F8 0%, #FFFFFF 50%);
    background-image: -moz-linear-gradient(bottom, #F8F8F8 0%, #FFFFFF 50%);
    background-image: -webkit-linear-gradient(bottom, #F8F8F8 0%, #FFFFFF 50%);
    background-image: -ms-linear-gradient(bottom, #F8F8F8 0%, #FFFFFF 50%);
    background-image: -webkit-gradient(     linear,     left bottom,     left top,     color-stop(0, #F8F8F8),     color-stop(0.5, #FFFFFF)     );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#FFFFFF');
}
article.faq-page .faq-container .faq-question a {
    display: block;
    padding: 7px 25px 8px 20px;
    text-decoration: none;
}
article.faq-page .faq-collapsed .faq-question a {
    background: transparent url(../images/layout/tiled-button-icons.png) right -144px no-repeat;
}
article.faq-page .faq-expanded .faq-question a {
    background: transparent url(../images/layout/tiled-button-icons.png) right -108px no-repeat;
}
article.faq-page .faq-collapsed .faq-answer {
    display: none;
}
article.faq-page .faq-expanded .faq-answer {
    display: block;
}
article.faq-page .faq-container .faq-answer {
    border-bottom: 1px solid #E3E3E3;
    padding: 10px;
}

.faq-category-selection li.ng-scope a {
    cursor: pointer;
}
.faq-category-selection li.ng-scope.active a {
    background: #fff url(../images/layout/icon-caret-black.png) 220px 50% no-repeat;
    font-weight: 900;
}
article.faq-page .faq-item {
    font-size: 16px;
}
article.faq-page .faq-listing > div {
    padding: 10px;
}
article.faq-page .pagination {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 20px 0 0 0;
}
article.faq-page .pagination li {
    display: inline-block;
	margin-bottom: 10px;
}
article.faq-page .pagination li a {
    display: block;
    margin:0 5px;
    padding: 8px 14px;
    text-decoration: none;
    border-top: 1px solid #f3f5fa;
    border-bottom: 1px solid #e8ecf5;
    background-image: linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
    background-image: -o-linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
    background-image: -moz-linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
    background-image: -webkit-linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
    background-image: -ms-linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
    background-image: -webkit-gradient(     linear,     left bottom,     left top,     color-stop(0, #f1f1f1),     color-stop(0.7, #ffffff)     );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff');
}
article.faq-page .pagination li a:hover,
article.faq-page .pagination li.active a {
    border-top: 1px solid #e3ebf6;
    border-bottom: 1px solid #c7d8ed;
    background-image: linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
    background-image: -o-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
    background-image: -moz-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
    background-image: -webkit-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
    background-image: -ms-linear-gradient(bottom, #DBE9FF 0%, #F1F7FF 70%);
    background-image: -webkit-gradient(     linear,     left bottom,     left top,     color-stop(0, #DBE9FF),     color-stop(0.7, #F1F7FF)     );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBE9FF', endColorstr='#F1F7FF');
}


article.faq-page .pagination li.disable a,
article.faq-page .pagination li.disable a:hover {
	background-image: none;
	color: #ccc;
	border-top: 1px solid #f3f5fa;
    border-bottom: 1px solid #e8ecf5
}

article.faq-page .contact-information .button,
article.faq-page .faq-category-selection .button {
    cursor: default;
}
article.faq-page .contact-information {
    margin-top: 20px;
}
article.faq-page .contact-information .button {
    color: #666;
    border-top: 1px solid #f3f5fa;
    border-bottom: 1px solid #e8ecf5;
    background-image: linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
    background-image: -o-linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
    background-image: -moz-linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
    background-image: -webkit-linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
    background-image: -ms-linear-gradient(bottom, #f1f1f1 0%, #ffffff 70%);
    background-image: -webkit-gradient(     linear,     left bottom,     left top,     color-stop(0, #f1f1f1),     color-stop(0.7, #ffffff)     );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff');
}
article.faq-page .contact-information-wrapper {
    padding: 10px 20px;
    font-size: 12px;
}


.hero-banner { width: 980px; height: 200px; position: relative; background-repeat: no-repeat; background-position: center center; }
.hero-banner .hero-banner-text { display: table-cell; width: 980px; height: 200px; vertical-align: middle; }
.hero-banner .hero-banner-text h2 { font-size: 30px; margin: 0 0 10px 0; color: #666; }
.hero-banner .hero-banner-text h1 { font-size: 60px; margin: 0; }


/* alert */
.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: #deebf7;
	border-color: #bcdff1;
	color: #31708f;
}

.find-suggestion {
	margin-right: 5px;
}

.js-hidden {
	display: none;
}