HTML {margin: 0; padding: 0;}
BODY {
	margin: 0;
	padding: 0;
	border: 0; /* ie6 fix */
	font-family: 'myriad-pro', Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	background-color: #fff;
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #0066b3;}
A:hover {text-decoration: none; color: #1fa0d4;}
A IMG {border: 0;}

H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
	color: #000;
}
H1 {
	font-family: 'freight-sans-pro', Arial, sans-serif;
	font-weight: 400;
	font-size: 3em;
	line-height: 1.19em;
	margin: 0;
  	padding: 15px 0 0 0;
  	color: #000;
}
H2 {
	font-family: 'freight-sans-pro', Arial, sans-serif;
	font-weight: 300;
	font-size: 2em;
	line-height: 1.5em;
	margin: 0;
  	padding: 1px 0 14px 0;
  	color: #333;
}
H2 strong {
	font-weight: 600;
}
H3 {
	font-weight: 600;
	font-size: 1.42em;
	line-height: 1.2em;
	margin: 0;
  	padding: 10px 0 0;
  	color: #333;
}
P {margin: 0; padding: 11px 0;}
HR {
	clear: both;
	height: 1px;
	border: 0;
	margin: 10px 0;
	padding: 0;
	color: #ccc;
	background-color: #ccc;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}

S {
	color: #666666;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1.43em;
	font-style: italic;
}
BLOCKQUOTE {
	background: url('pics/quote.png') no-repeat left top;
	margin: 0;
	padding-left: 40px;
}

/* sitemap
============*/
#pageList {padding: 10px 0;}
#pageList UL {margin: 0; padding: 0;}
#pageList UL LI {margin: 0; padding: 2px 0 2px 20px; list-style-type: none;}

/* wrapper
============*/
#wrapper {
	margin: 0 auto;
	width: 1280px;
	width: 100%;
	max-width: 1280px;
	max-width: 100%;
	height: auto;
	min-height: 100px;
	overflow: hidden;
}
.rootPage-real-time-location-system #wrapper {
	max-width: 1280px;
}

/* Header
==========*/
#header {
	width: 1260px;
	padding: 0;
	margin: 0 auto;
}
#headerCenter {
	padding: 0 10px;
}
#headerContent {
	width: 1140px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#header .linkList {
	float: right;
	margin-right: 38px;
}
#header .linkList ul {
	margin: 44px 0 0 0;
}
#header .linkList ul li {
	float: left;
	list-style-type: none;
}
#header .linkList a {
	color: #666;
	font-weight: 600;
	font-size: 1em;
	line-height: 1em;
	padding: 0 15px 0 0;
}
#header .linkList a.open {
	color: #0066B3;
}
#header .linkList a:hover {
	color: #1fa0d4;
}
#header .linkList a:before {
	content: '|';
	color: #ccc;
	padding: 0 15px 0 0;
}
#header .linkList ul li:first-child a:before {
	content: '';
	padding: 0;
}

/* Logo
========*/
.logo {
	padding: 24px 0 14px;
	float: left;
	margin-left: -60px;
}
.logo img {
	display: block;
}
.logo p {
	padding: 0;
}
.searchField, .addsearchWrapper {
	border: 1px solid #CCC;
	background: none;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	float: right;
	height: 24px;
	line-height: 24px;
	padding: 0 8px 0 13px;
	margin: 49px 15px 0 0;
}
.addsearchWrapper {
	position: relative;
}
.addsearch {
	border: none;
	width: 100%;
	height: 22px;
	background: none;
}
.searchField table {
	border-collapse: collapse;
}
.searchField * {
	padding: 0;
	margin: 0;
}
.searchBox { 
	overflow: hidden; 
	float: right;
}
.searchInput {
	border: 0;
	font-style: italic;
	font-size: 0.85em;
	color: #666;
	background: none;
	position: relative;
	top: -2px;
	width: 140px;
}
.searchSubmit {
	background: url('pics/search.png') no-repeat left top;
	width: 14px;
	height: 14px;
	border: none;
	text-indent: 9999px;
	position: relative;
	top: 1px;
}

.addsearchIcon {
	background: url('pics/search.png') no-repeat left top;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 4px;
	right: 10px;
}

/* Language flags
=================*/
.languageSelector {
	float: right;
	padding: 10px 0;
}

/* Banner
==========*/
.banner {
}

/* Top navigation
==================*/
#nav {
	max-width: 1025px;
	overflow: hidden;
	background: url('pics/navGradient.png') no-repeat center bottom;
	clear: both;
	padding-left: 20px;
	height: 44px;
}
#nav a {
	display: none !important;
}
#nav UL {margin: 0; padding: 0;}
#nav UL LI {
	margin: 0;
	padding: 0 0 20px;
	list-style-type: none;
	float: left;
	display: none;
}
#nav > UL > LI:first-child {
	margin: 0 80px 0 0;
	display: block;
}
#nav UL LI A {
	display: block;
	float: left;
	padding: 0;
	font-size: 1.72em;
	line-height: 1em;
	text-decoration: none;
	color: #777;
	background: none;
}
#nav UL LI A.open, #nav UL LI A:hover {
	color: #9a0;
}
#nav ul li.open {
	background: url('pics/navArrow.png') no-repeat center bottom;
}
#nav UL LI:first-child A.open, #nav UL LI:first-child A:hover {
	color: #0066b3;
}

/* Content
============*/
#content {
	height: auto;
	width: 1140px;
	min-height: 100px;
	overflow: hidden;
	padding: 20px 0 43px 0;
	margin: 0 auto;
}
#main {
	float: right;
	width: 820px;
	height: auto;
	overflow: hidden;
}
.mainText {
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column1 {
	float: left;
	width: 260px;
	margin-right: 60px;
	height: auto;
	overflow: hidden;
}
.column1Text {
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column2 {
	display: none;
}
.clearDiv {
	clear: both;
}

#breadcrumb {
	padding: 0 0 26px;
	line-height: 1em;
}
#breadcrumb UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#breadcrumb UL LI {
	float: left;
	display: block;
	background: none !important;
	padding: 0 !important;
}
#breadcrumb UL LI.open, #breadcrumb UL LI.sub, #breadcrumb UL LI.current {
	display: block;
}
#breadcrumb UL LI A {
	color: #0066b3;
	font-size: 0.93em;
	padding: 0 12px 0 0;
}
.rootPage-114761 #breadcrumb UL LI A {color: #9a0;}
#breadcrumb UL LI A:before {
	content: '»';
	padding: 0 12px 0 0;
	color: #000;
}
#breadcrumb UL LI.first A:before {
	content: '';
	padding: 0;
}
#breadcrumb UL LI.current A {
	color: #999 !important;
}
#breadcrumb UL LI A:hover {
	color: #1fa0d4;
}
.hotspotBottom {
	background: url('pics/waveBottom.png') repeat-x left bottom #ededed;
	padding: 40px 22px 32px;
	margin-bottom: 30px;
}
.hotspotBottom table {
	table-layout: fixed;
}
.hotspotBottom td {
	vertical-align: middle;
	color: #333;
	font-size: 0.93em;
	line-height: 1.16em;
}
.hotspotBottom p {
	padding: 0;
}
.seeMoreBox table {
	font-family: 'freight-sans-pro', Arial, sans-serif;
	font-weight: 500px;
	font-size: 1.08em;
	line-height: 1.17em;
	width: 32%;
	float: left;
}
.seeMoreCenter {
	margin: 0 2%;
}
.seeMoreBox table img {
	width: 100% !important;
	height: auto !important;
}
#persistableForm_24697 {
	width: 740px;
	padding: 9px 19px;
	border: 1px solid #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 20px auto;
}
#persistableForm_24697 H2 {
	padding: 1px 0;
}
#persistableForm_24697 p {
	line-height: 1.43em;
	margin-bottom: 5px;
}
#persistableForm_24589 {
	border: 1px solid #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 9px 20px 12px;
}
#persistableForm_24589 H2 {
	padding-bottom: 0;
}
.persistableForm input[type='text'], .persistableForm textarea {
	background: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	font-size: 1em;
	border: none;
	font-style: italic;
	font-family: 'myriad-pro', Arial, sans-serif;
	margin: 0 0 14px;
}
.persistableForm input[type='text'] {
	height: 38px;
	padding: 0 15px;
}
#persistableForm_24589 input[type='text'] {
	width: 188px;
}
#persistableForm_24697 input[type='text'] {
	width: 710px;
}
.persistableForm textarea {
	padding: 7px 15px 15px;
	height: 68px;
	min-height: 50px;
	max-height: 150px;
}
#persistableForm_24589 textarea {
	min-width: 188px;
	max-width: 188px;
}
#persistableForm_24697 textarea {
	min-width: 710px;
	max-width: 710px;
	height: 106px
}
#persistableForm_24697 input[type='checkbox'] {
	margin: 5px 7px 22px 10px;
	position: relative;
	top: 2px;
}
.persistableForm input[type='submit'], .button, #slideshow .slideLink, #newsBulletin_24678 .newsToArchive a, #newsBulletin_28654 .newsToArchive a, .newsList .newsReadMore {
	display: inline-block;
	color: #333 !important;
	background: #e8e8e8;
	border: none;
	-moz-box-shadow: inset 1px 1px 1px 1px #c2c2c2;
	-webkit-box-shadow: inset 1px 1px 1px 1px #c2c2c2;
    box-shadow: inset 1px 1px 1px 1px #c2c2c2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.12em;
	min-height: 39px;
	line-height: 39px;
	font-family: 'myriad-pro', Arial, sans-serif;
	padding: 0 25px 2px;
	margin: 1px auto 0;
}
#persistableForm_24697 input[type='submit'] {
	float: right;
	margin-top: -32px;
}
#persistableForm_24697 em {
	color: #666;
	margin: 0 0 1px 10px;
}
#persistableForm_24697 input[type='radio'] {
	margin: 4px 7px 0 10px;
}
#slideshow .slideLink { 
	margin-top: 15px;
	font-size: 1.28em;
}
.newsList .newsReadMore {
	float: right;
}
#persistableForm_24589 input[type='submit']:hover, .button:hover, .newsList .newsReadMore:hover, #content input[type='submit']:hover, #content input[type="button"]:hover {
	background: #f9f9f9;
	-moz-box-shadow: inset 1px 1px 1px 1px #e5e5e5;
	-webkit-box-shadow: inset 1px 1px 1px 1px #e5e5e5;
    box-shadow: inset 1px 1px 1px 1px #e5e5e5;
	cursor: pointer;
}
.button.yellow, #slideshow .slideLink, .banner .button, #newsBulletin_24678 .newsToArchive a, #newsBulletin_28654 .newsToArchive a{
	background: #fef33f;
	-moz-box-shadow: inset 1px 1px 1px 1px #cfc747;
	-webkit-box-shadow: inset 1px 1px 1px 1px #cfc747;
    box-shadow: inset 1px 1px 1px 1px #cfc747;
}
.button.yellow:hover, #slideshow .slideLink:hover, .banner .button:hover, #newsBulletin_24678 .newsToArchive a:hover, #newsBulletin_28654 .newsToArchive a:hover {
	background: #ffffa6;
	-moz-box-shadow: inset 1px 1px 1px 1px #ececa0;
	-webkit-box-shadow: inset 1px 1px 1px 1px #ececa0;
    box-shadow: inset 1px 1px 1px 1px #ececa0;
}
/* Sub navigation
==================*/
.subnav {
	padding: 0;
	position: relative;
	height: 50px;
	overflow: hidden;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0 10px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
.subnav UL LI A {
	display: block;
	padding: 0 15px 2px;
	margin: 0;
	font-size: 1.28em;
	line-height: 48px;
	color: #0066b3;
	background: none;
	text-decoration: none;
}
.rootPage-114761 .subnav UL LI A {
	color: #9a0;
}
.subnavContent > ul > li.page {
	display: none;
}
.subnav UL LI A.open {
	color: #fff;
	background: #5c5c5c;
}
.subnav UL LI A:hover, .subnav UL LI.hover A {
	color: #fff;
	background: #666;
}
.subnav .sub .sub {
	display: none;
}
.subnav .sub .sub .page:hover {
	color: #fff;
	background: none;
}
.subnavContent > ul {
	margin-left: 6px;
}
.subnavContent > ul > .sub > ul > .page:hover + .sub, .subnav .sub .page:hover + .sub * {
	display: block;
}
.subnavContent > ul > .sub > ul > .sub {
	position: absolute;
	left: -60px;
	top: 50px;
	width: 1260px;
	background: #666 url('pics/hoverNavTop.png') repeat-x left top;
	padding-left: 40px;
	overflow: hidden;
	padding-bottom: 20px;
}
.subnav .sub .sub li.page {
	width: 235px;
	padding-left: 40px;
}
.subnav .sub .sub a {
	color: #fff;
	font-size: 1.15em;
	line-height: 52px;
	padding-top: 4px;
	font-weight: bold;
}
.subnav .sub .sub a:hover, .subnav .sub .sub a.open {
	color: #6ecff6 !important;
	background: none;
}
.subnav .sub .sub .sub li.page {
	padding-left: 0;
}
.subnav .sub .sub .sub ul {
	padding: 14px 0 5000px;
	border-right: 1px solid #5c5c5c;
	margin-bottom: -5000px;
}
.subnav .sub .sub .sub a {
	font-weight: normal;
	line-height: 1.2em;
	padding: 0;
}
.subnav .sub .sub:hover, .subnav .sub .sub:hover * {
	display: block;	
}
.subnav .sub .sub .sub {
	margin: 56px 0 0 -245px;
}
.subnav .sub .sub .sub .page {
	float: none;
	margin: 10px 0 21px;
}
/* sub
=======*/
.subnav UL LI UL {
	padding: 0;
}
.subnav UL LI UL LI {
	
}
.subnav UL LI UL LI A {

}
.subnav UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI A.open {
	
}
/* subsub
==========*/
.subnav UL LI UL LI UL {
	
}
.subnav UL LI UL LI UL LI {
	
}
.subnav UL LI UL LI UL LI A {
	padding: 0;
}
.subnav UL LI UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI UL LI A.open {
	
}
.hoverNav {
	display: none;
	position: absolute;
	left: -60px;
	top: 200px;
	background: #666;
	padding: 30px 40px;
	overflow: hidden;
	z-index: 10;
}
.hoverNav table {
	float: left;
	padding: 0 40px;
	border-left: 1px solid #5c5c5c;
	width: 300px;
}
.hoverNavContent table:first-child {
	border-left: none;
}
.hoverNav p {
	font-size: 1.15em;
	padding: 11px 0;
	line-height: 1.2em;
}
.hoverNav a {
	color: #fff;
}
.hoverNav a:hover {
	color: #1fa0d4;
}
/* thirdNav
=============*/

.thirdNav {
	margin-bottom: 20px;
}
.thirdNavContent > ul > li {
	display: none;
}
.thirdNavContent > ul > li.open + li.sub {
	display: block;
	background: #f5f5f5;
	padding: 11px 35px 33px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.thirdNav ul, .thirdNav li, .thirdNav a {
	padding: 0 !important;
	margin: 0;
}
.thirdNav li {
	list-style-type: none;
}
.thirdNav a {
	color: #000;
}
.thirdNav .sub li a {
	font-size: 1.15em;
	line-height: 1.05em;
	font-family: 'freight-sans-pro', Arial, sans-serif;
	font-weight: 600;
}
.thirdNav .sub .page {
	padding-top: 12px !important;
}
.thirdNav .current > a {
	color: #0066b3;
}
.thirdNav a:hover {
	color: #1fa0d4;
}
.thirdNav .sub .sub {
	line-height: 1.2em;
}
.thirdNav .sub .sub .page {
	padding-top: 0;
}
.thirdNav .sub .sub li.page {
	padding: 5px 0;
}
.thirdNav .sub .sub a {
	font-weight: 500;
}
.thirdNav .sub .sub a:before {
	content: '»';
	padding-right: 6px;
}
#content form {
	margin: 22px 0 0;
	padding: 20px !important;
	border: 1px solid #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#content input[type='text'], #content input[type='email'], #content textarea {
	background: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #333;
	font-size: 1em;
	border: none;
	font-style: italic;
	font-family: 'myriad-pro', Arial, sans-serif;
	margin: 0 0 14px;
	width: 96%;
	min-width: 96%;
	max-width: 96%;
	padding: 0 2%;
}
#content input[type='text'], #content input[type='email'] {
	height: 38px;
}
#content textarea {
	padding-top: 7px;
	padding-bottom: 15px;
	height: 68px;
	min-height: 50px;
	max-height: 150px;
}
#content input[type='submit'], #content input[type="button"] {
	display: inline-block;
	color: #333 !important;
	background: #e8e8e8;
	border: none;
	-moz-box-shadow: inset 1px 1px 1px 1px #c2c2c2;
	-webkit-box-shadow: inset 1px 1px 1px 1px #c2c2c2;
    box-shadow: inset 1px 1px 1px 1px #c2c2c2;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 1.12em;
	min-height: 39px;
	line-height: 39px;
	font-family: 'myriad-pro', Arial, sans-serif;
	padding: 0 25px 2px;
	margin: 1px auto 0;
	float: right;
}
.heatmapperButton {
	float: none !important;
}
.supportInfo {
	padding-left: 20px !important;
}
/* Footer
===========*/
#footer {
	margin: 0 auto;
	width: 100%;
	/*min-width: 1280px;*/
	overflow: hidden;
	background: url('pics/footerBottom.gif') repeat-x left bottom #666;
	text-align: left;
	line-height: 1.2em;
	padding-top: 38px;
}
#footerCenter {
	width: 1100px;
	margin: 0 auto;
}
#footer p {
	padding: 7px 0;
}
#footer a {
	color: #fff;
}
#footer h3 {
	font-weight: normal;
	font-size: 1.15em;
	margin: 0;
  	padding: 23px 0 0;
  	color: #c0c0c0;
	text-transform: uppercase;
}
#footer .linkList h3 a {
	color: #c0c0c0 !important;
}
#footer .linkList {
	width: 32%;
	float: left;
	padding-bottom: 50px;
}
#linkList_24566 {
	width: 25% !important;
}
#linkList_25370, #linkList_27051 {
	width: 15% !important;
}
#footer .linkListCenter {
	margin-right: 20px;
}
#footer .linkList ul {
	padding: 0;
	margin: 4px 0 0;
}
#footer .linkList li {
	list-style-type: none;
	padding: 0;
	line-height: 1.65em;
}
#footer .linkList a {
	color: #fff;
}
#footer .linkList a:hover {
	color: #6ECFF6;
}
.footerContact {
	width: 22%;
	float: left;
	color: #fff;
	padding-bottom: 50px;
}
.footerContactCenter {
	margin-right: 20px;
}
.footerContact s {
	color: #fff;
	font-style: normal;
	font-size: 1.35em;
	display: block;
	margin-top: -11px;
}
.footerSome {
	width: 38%;
	float: left;
	padding-bottom: 50px;
}
.footerSome a {
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 58px;
	min-width: 50px;
	display: block;
	margin-top: 16px;
}
.footerSome .facebookLink {
	background-image: url('pics/facebook.png');
}
.footerSome .twitterLink {
	background-image: url('pics/twitter.png');
}
.footerSome .youtubeLink {
	background-image: url('pics/youtube.png');
}
.footerSome .linkedinLink {
	background-image: url('pics/linkedin.png');
}
.footerSome .blogLink {
	background-image: url('pics/blog.png');
}
.footerSome table {
	table-layout: fixed;
}
.footerSome td {
	width: 20%;
}
.footerCopyright {
	clear: left;
	float: left;
	padding-right: 20px;
	line-height: 64px;
	font-size: 0.85em;
	color: #fff;
}
#footer .footerCopyright a {
	color: #6ecff6;
}
#really {
	float: right;
	width: 60px;
	padding: 6px 0 !important;
	margin: 0 20px 0 0 !important;
	line-height: 64px;
}
#really a {
	color: #fff !important;
}
#really a:hover {
	color: #8FD71E !important
}
#linkList_24685 .linkListCenter {
	background: #f5f5f5;
	padding: 21px 35px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.15em;
	line-height: 1.05em;
	font-family: 'freight-sans-pro', Arial, sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}
#linkList_24685 ul {
	padding: 0;
	margin: 0;
}
#linkList_24685 li {
	padding: 0;
	list-style-type: none;
}
#linkList_24685 a {
	display: block;
	padding: 10px 0 10px 29px;
}
#linkList_24685 .link0 a {
	background: url('widgets/news/pics/rss.png') no-repeat left 10px;
}
#linkList_24685 .link1 a {
	background: url('pics/blogBlue.png') no-repeat left 10px;
}


.rootPage-114743 #newsBulletin_24678, .rootPage-114760 #newsBulletin_28654 {
	width: 33% !important;
}
.rootPage-114743 #column1Content .indexBox, .rootPage-114760 #column1Content .indexBox {
	margin-top: 0 !important;
	width: 33%  !important;
/*	width: 70%  !important;*/
}



/* #Media Queries
================================================== */

/* Width less than 1280px */
@media only screen and (max-width: 1280px) {
	#wrapper, #content, #footer, #column1, .grayWideCenter, #header, #headerCenter, #headerContent {
		width: auto !important;
		/*min-width: 480px !important;
		min-width: 460px !important;*/
	}
	#main {
		width: auto !important;
		float: none !important;
	}
	.thirdNav {
		display: none;
	}
	.hotspotWrapper {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.logo {
		margin-left: 0 !important;
	}
	.mainText table td {
		padding: 0 15px;
	}
	.sliderWrapper {
		float: none !important;
		width: auto !important;
		padding-left: 0;
		padding-right: 0;
	}
	.galleria-container {
		min-width: 420px;
		width: 100% !important;
	}
	#banner_24670 .bannerText { /*#banner_28655 .bannerText*/
		padding-left: 350px;
	}
	#column1 {
		padding: 0 !important;
		float: none;
		margin: 20px 0 0 0;
	}
	#column1 .wordpress {
		margin: 0 30px;
	}
	#mainCenter, #column1Center, #column2Center {
		width: 100% !important;
	}
	#mainContent > *, #column1Content > *, #column2Content > *, #footerCenter, .grayWideContent {
		padding-left: 30px;
		padding-right: 30px;
		width: auto;
	}
	#column1Content .indexBox {
		width: 50% !important;
		padding: 0 !important;
		margin-top: 30px;
	}
	.indexBoxCenter {
		margin-right: 0 !important;
		padding: 0 30px;
	}
	#newsBulletin_24678, #newsBulletin_28654 {
		padding: 0 !important;
	}
	#newsBulletin_24678 .newsBulletinCenter, #newsBulletin_28654 .newsBulletinCenter {
		padding: 0 30px;
		margin-right: 0 !important;
	}
	.grayWide {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	#column2Content {
		padding: 0 30px;
	}
	.column2Text {
		width: 65% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	#column2 .persistableForm {
		width: 35% !important;
		margin-right: 0 !important;
	}
	#column2 .persistableForm input[type='text'], #column2 .persistableForm textarea {
		width: 96%;
		min-width: 96%;
		max-width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
	#column2 .persistableFormCenter {
		margin: 0 30px 0 0;
		padding: 0 !important;
	}
	.column2Text table {
		width: 50% !important;
		margin: 0 !important;
	}
	.indexBox table {
		width: 100% !important;
		margin: 0 !important;
	}
	.column2Text table td {
		padding-right: 30px;
	}
	.celSliderContent {
		width: auto !important;
		margin: 0 35px !important;
	}
	.celSliderPrev {
		left: 0 !important;
	}
	.celSliderNext {
		right: 0 !important;
	}
	#footerCenter {
		width: auto;
	}
	.caseLinks {
		width: auto !important;
		padding-top: 30px;
		float: none !important;
		text-align: center;
	}
	.video-container {
		margin: 0 !important;
	}
	#slideshow .prev, #slideshow .next {
		margin: 0 20px;
	}
}
/* Width less than 1100px */
@media only screen and (max-width: 1100px) {
	#slideshow .pagerLink {
		width: 20% !important;
	}
	#slideshow .pagerLink a {
		width: auto !important;
	}
	#slideshow .pagerLinkImageContainer {
		display: none !important;
	}
	#slideshow .pagerLinkText {
		width: auto !important;
		padding: 0 10px 0 !important;
	}
	.subnav UL LI A {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 0.95em;
	}
	#header .linkList a {
		font-size: 0.9em;
	}
	#banner_28655 .bannerText {
		padding-left: 18%;
	}
}
/* Width more than 900px */
@media only screen and (min-width: 900px) {
	.grayWide p {
		text-align: left;
	}
}
/* Width less than 1024px */
@media only screen and (max-width: 1024px) {
	#headerContent {
		padding-top: 36px;
	}
	#header .linkList { 
		background: #5C5C5C;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 36px;
	}
	#header .linkList ul {
		padding: 0;
		margin: 0;
		text-align: center;
	}
	#header .linkList ul li {
		float: none;
		display: inline;
	}
	#header .linkList a {
		color: #fff;
		font-size: 1em;
	}
	#header .linkList a.last {
		padding-right: 0;
	}
	#slideshow .slideDesc {
		float: none !important;
		margin: 0 auto !important;
	}
	body > #slideshow {
		top: 236px !important;
	}
	.subnav {
		display: none;
	}
	#headerCenter {
		padding: 0;
	}
	.logo {
		padding-left: 10px;
	}
	.essBar {
		top: 236px !important;
		font-size: 1em !important;
	}
}
/* Width less than 900px */
@media only screen and (max-width: 900px) {
	.searchBox {
		padding-right: 10px;
	}
	#newsBulletin_24678, #newsBulletin_28654, .indexBox {
		float: none !important;
		margin-bottom: 67px;
		width: auto !important;
	}
	.newsBulletinCenter {
		margin-right: 0 !important;
	}
	#banner_24670, #banner_28655 {
		width: 100%;
		height: auto;
	}
	.mainText table {
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	.mainText table td {
		padding: 0 !important;
	}
	#column2Content {
		padding: 0 !important;
	}
	.column2Text {
		float: none !important;
	}
	.column2Text table, .indexBox table, .seeMoreBox table {
		margin: 0 !important;
		padding: 0 0 20px;
		width: 100% !important;
		float: none !important;
	}
	.column2Text table td {
		padding: 0;
	}
	.column2Text, 	#column2 .persistableForm {
		width: auto !important;
		margin: 0 0 30px !important;
		padding: 0 30px !important;
	}
	#column2 .persistableForm {
		width: 100%;
		height: auto;
		padding: 0;
		float: none;
		margin: 0;
	}
	#newsBulletin_24678 .newsToArchive A, #newsBulletin_28654 .newsToArchive A, .indexBox .button {
		/*float: right;*/
	}
	#footer .linkList {
		width: 50% !important;
	}
	#linkList_25370 {
		clear: both;
	}
	.footerContact, .footerSome, .grayWide table, .sliderWrapper .galleria-container table {
		width: 100% !important;
	}
	
	#sliderWrapper_24610 .slideText p {
float: none !important;
width: 100% !important;
}
	#sliderWrapper_24610 .slideText p a {
		display: inline-block;
		text-aling: left;
	}
#sliderWrapper_24610 .slideText table p {
float: none !important;
width: auto !important;}
	
	
	
	.sliderWrapper .slideText img {
		display: block;
		margin: 50px auto 0;
	}
	.grayWideContent {
		padding: 0 30px !important;
	}
	.grayWide img {
		margin-bottom: 30px;
	}
	.grayWide H2 {
		text-align: center;
	}
	.grayWide H2 strong {
		display: block;
	}
	.grayWide .button {
		margin-left: 0 !important;
	}
	#slideshow .slideDesc {
		width: 50% !important;
		padding: 40px !important;
		font-size: 0.9em;
	}
	#slideshow .pagerLink a {
		width: auto !important;
		font-size: 0.85em;
	}
	.rootPage-114743 #newsBulletin_24678, .rootPage-114760 #newsBulletin_28654 {
		width: 100% !important;
	}
	.rootPage-114743 #column1Content .indexBox {
		margin-top: 0 !important;
		width: 100%  !important;
	}
}
/* Width less than 720px */
@media only screen and (max-width: 720px) {
	body > #slideshow {
		top: 336px !important;
	}
	#header .linkList {
		/*min-width: 480px;*/
	}
	#header .linkList a {
		font-size: 0.8em;
	}
	.logo {
		padding-bottom: 25px;
	}
	/*.searchField {
		border-width: 0 0 1px 0;
		border-color: #dadada;
		background: none !important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		float: right;
		height: 24px;
		line-height: 24px;
		padding: 0 8px 0 13px;
		margin: 49px 15px 0 0;
	}*/
	.searchInput {
		width: 100px;
	}
	#nav {
		width: 100%;
		padding: 0;
		margin: 0;
		background: none !important;
		/*min-width: 480px;*/
	}
	/*#nav > ul > li {
		width: 50%;
		padding: 0 !important;
		margin: 0 !important;
		border-bottom: 1px solid #000;
		height: 100px;
	}
	#nav > ul > li:first-child {
		border-top: 1px solid #000;
		border-bottom: 1px solid #dadada;
	}*/
	#nav > ul > li {
		width: 100%;
		padding: 0 !important;
		margin: 0 !important;
		border-top: 1px solid #dadada;
		border-bottom: 1px solid #dadada;
		height: 70px;
		text-align: center;
	}
	#nav > ul > li a {
		border-left: 1px solid #000;
		font-size: 1.5em;
		line-height: 1.23em;
		padding: 21px 34px;
		height: 58px;
		border-top: 1px solid #dadada;
		float: none;
	}
	#nav > ul > li:first-child a {
		border-left: none;
		border-top: none;
	}
	#nav ul li.open a {
		font-weight: bold;
	}
	#header .linkList a, #header .linkList a:before { /* EKAHAU-24 */
		padding-right:  10px;
	}
	body > #slideshow {
		top: 276px !important;
	}
	.footerCopyright {
		line-height: inherit;
		width: 210px;
		margin-top: 15px;
	}
	#footer .linkList {
		width: 100% !important;
	}

}

#cancel-comment-reply-link {
	display: none;
}






@media only screen and (max-width: 900px) {
	.rootPage-114760 #column1Content .indexBox {
		clear: none !important;
		float: left !important;
		width: 49% !important;
	}
}

@media only screen and (max-width: 540px) {
	.rootPage-114760 #column1Content .indexBox {
		clear: both !important;
		float: none !important;
		width: 80% !important;
	}
}





/* AddSearch customization
===================*/
.rootPage-114761 #addsearch-results, .rootPage-114761 #addsearch-results-right {
	background: #000 !important;
}
	.rootPage-114761 #addsearch-results.addsearch-d {
		border: 2px solid #3b3b3b;
	}
	.rootPage-114761 #addsearch-results .addsearch-result-item-sub {
		border-bottom: 2px solid #3b3b3b;
		border-right: 2px solid #3b3b3b;
	}
	.rootPage-114761 #addsearch-results .addsearch-result-item-sub-active {
		background-color:  #3f3f3f;
	}

	.rootPage-114761 #addsearch-results, .rootPage-114761 #addsearch-results-right, .rootPage-114761 #addsearch-results-mid, .rootPage-114761 #addsearch-results-bottom, .rootPage-114761 #addsearch-results img, .rootPage-114761 #addsearch-results div div, .rootPage-114761 #addsearch-results a, .rootPage-114761 #addsearch-results a img, .rootPage-114761 #addsearch-results h1, .rootPage-114761 #addsearch-results h1 a, .rootPage-114761 #addsearch-results p, .rootPage-114761 #addsearch-results p span, .rootPage-114761 #addsearch-results em, .rootPage-114761 #addsearch-results p em, .rootPage-114761 #addsearch-results p span em, .rootPage-114761 #addsearch-results p a, .rootPage-114761 #addsearch-results table, #addsearch-results table tr, .rootPage-114761 #addsearch-results table tr td, .rootPage-114761 #addsearch-mobile-field, .rootPage-114761 #addsearch-load-more, .rootPage-114761 #addsearch-demo, .rootPage-114761 #addsearch-fuzzy, .rootPage-114761 #addsearch-results div.addsearch-divider {
		color: #999999;
	}

.rootPage-114761 #addsearch-results .addsearch-result-item-sub-active div {
	background: transparent url('pics/addsearch/arrow_dark.png') no-repeat right 50%
}

.rootPage-114761 #addsearch-results-bottom {
	background: #1d1d1d;
	border-top: 2px solid #3b3b3b;
}
.rootPage-114761 #addsearch-logo-img {
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url('pics/addsearch/logo_dark.gif') no-repeat;
	width: 100px; /* Width of new image */
	height: 14px; /* Height of new image */
	padding-left: 100px; /* Equal to width of new image */
}
.rootPage-114761 #addsearch-results-bottom a img {
	margin: 0 0 0 8px;
}
.rootPage-114761 #addsearch-closelink {
	margin-top: -14px;
}



/*EKAHAU-7*/
.wordpress_25950 input#s2email {
	background: #e8e8e8;
}
#nav-above, #nav-below {
	line-height: 16px;
}

/*EKAHAU-4*/
.nav-side-lightbox {
	display: block;
	padding: 0 !important;
	position: fixed;
	right: 0;
	top: 326px;
	width: 80px !important;
	z-index: 999;
}
	

	@media all and (max-width: 750px) {
		.nav-side-lightbox {
			display: none !important;
		}
	/*.rootPage-114761 .nav-side-lightbox, .fancybox-overlay, .fancybox-skin*/
	}

	.nav-side-lightbox a {
		display: block;
		height: 81px;
		text-indent: -999em;
		width: 80px;
	}
		.nav-side-lightbox a.contact {
			background: url('pics/contact_call_sidebar.png') no-repeat 0 0;
		}
			.nav-side-lightbox a.contact:hover {
				background: url('pics/contact_call_sidebar.png') no-repeat -90px 0;
			}
		.nav-side-lightbox a.call {
			background: url('pics/contact_call_sidebar.png') no-repeat 0 -85px;
			margin: 4px 0;
		}
			.nav-side-lightbox a.call:hover {
				background: url('pics/contact_call_sidebar.png') no-repeat -90px -85px;
			}
		.nav-side-lightbox a.share {
			background: url('pics/contact_call_sidebar.png') no-repeat 0 -170px;
		}
			.nav-side-lightbox a.share:hover {
				background: url('pics/contact_call_sidebar.png') no-repeat -90px -170px;
			}


/*
		.rootPage-118664 .nav-side-lightbox a.contact {
			background: url('pics/contact_call_sidebar.png') no-repeat -714px 0;
		}
			.rootPage-118664 .nav-side-lightbox a.contact:hover {
				background: url('pics/contact_call_sidebar.png') no-repeat -804px 0;
			}
		.rootPage-118664 .nav-side-lightbox a.call {
			background: url('pics/contact_call_sidebar.png') no-repeat -714px -85px;
			margin: 4px 0;
		}
			.rootPage-118664 .nav-side-lightbox a.call:hover {
				background: url('pics/contact_call_sidebar.png') no-repeat -804px -85px;
			}
*/
.close {
	background: url('pics/contact_call_sidebar.png') no-repeat -180px 0;
	height: 50px;
	width: 50px;
}


.popuplightbox #footer {
	display: none;
}


	.lightbox-content * { 
		-webkit-box-sizing: border-box; 
		-moz-box-sizing:    border-box; 
		box-sizing:         border-box; 
	}
	.lightbox-content h1 {
		color: #333;
		font-size: 24px !important;
		font-weight: normal !important;
		margin-bottom: 110px;
	margin-top: 0 !important;
		padding: 20px 0 0px 20px;
	}
	
	.lightbox-content .share {
		display: block;
		height: 1%;
		overflow: hidden;
		padding: 0 0 40px 0;
		text-align: center;
	}

		.lightbox-content .share a {
			color: #333;
			display: inline-block;
			font-size: 24px;
			margin: 0 60px 0 0;
			text-align: center; 
		}
			.lightbox-content a.t {
				margin: 0;
			}
	

	.lightbox-content ul.call {
		display: block;
		height: 1%;
		overflow: hidden;
		padding: 0;
		text-align: center;
		width: 100%;
	}
		.lightbox-content ul.call li {
			display: inline-block;;
			padding: 0 0 30px 0;
			vertical-align: top;
			width: 32%;
		}
			.lightbox-content ul.call li span {
				margin: 0 auto 20px;
			}
			.lightbox-content ul.call li h2 {
				font-family: 'myriad-pro', Arial, sans-serif;
				font-size: 22px;
				padding: 0;
				text-transform: uppercase;
			}
				.lightbox-content ul.call li h2 a {
					color: #6dcdf3;
				}
			.lightbox-content ul.call li h3 {
				font-size:  17px;
			}
			.lightbox-content ul.call li p {
				color: #666;
				font-size: 13px;
				line-height: 1.2;
				padding: 0;
			}
				.lightbox-content ul.call li p.long {
					/*padding: 0 20px;*/
				}

	.lightbox-content span {
		display: block;
		margin-bottom: 20px;
	}
	.lightbox-content .icon-lightbox {
		height: 82px;
		width:  82px;
	}
		.lightbox-content .icon-call {
			background: url('pics/contact_call_sidebar.png') no-repeat -180px -60px;
		}
		.lightbox-content .icon-share-g {
			background: url('pics/contact_call_sidebar.png') no-repeat -180px -169px;
		}
		.lightbox-content .icon-share-in {
			background: url('pics/contact_call_sidebar.png') no-repeat -322px -169px;
		}
		.lightbox-content .icon-share-fb {
			background: url('pics/contact_call_sidebar.png') no-repeat -466px -169px;
		}
		.lightbox-content .icon-share-t {
			background: url('pics/contact_call_sidebar.png') no-repeat -609px -169px;
		}

.fancybox-close {
	background: url('pics/contact_call_sidebar.png') no-repeat -180px 0 !important;
	position: absolute;
	top: 28px !important; /*16px;*/
	right: 40px !important; /*14px*/
	width: 50px !important;
	height: 50px !important;
}
/*
	.popuplightbox-form .fancybox-close {
		right: 26px;
	}
*/	
.fancybox-skin {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.fancybox-outer {
	border: 1px solid #f5f5f5 !important;
}
.fancybox-inner {
	width: 99.9% !important;
}

.popuplightbox #content form {
	border: 0 !important;
}
.popuplightbox .captchaHelp {
	line-height: 1.3;
}
.popuplightbox fieldset {
	margin-bottom: 20px;
}

/*form säätö*/
.wForm h2.wFormTitle, .wForm p.wFormTitle {
	padding-left: 20px !important;
}
.wFormContainer .supportInfo {
	display: none;
}
#tfa_9-D:before, #tfa_14-D:after {
	content: '';
	clear: both;
	display: block;
	width: 100%;
}
#tfa_53-D label {
	line-height: 1.1;
	padding-top: 8px;
}

.rootPage-real-time-location-system .level-0.index-1 {
	display: none;
}

.rootPage-real-time-location-system .level-0.index-2 {
	display: block;
}




/* EKAHAU-24 */
#tabWidget_28468 .tabsWrapper {
	display: none;
}
#tabWidget_28468 .panelContent {
	padding: 0;
}
#tabWidget_28468 .tab1Content {
	padding-bottom: 0;
	padding-top: 0;
}