/*	Less Framework 3
	by Joni Korpi
	http://lessframework.com	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}
.html5-article, .html5-figure, .html5-hgroup {display: block;}

a img {border: 0;}

.html5-figure {position: relative;}
.html5-figure img {width: inherit;}

.html5-figure.center {text-align: center;}
.html5-figure.center img {margin: 0 auto;}


/*	Typography presets
	------------------	*/

.gigantic {
	font-size: 110px;
	line-height: 120px;
	letter-spacing: -2px;
}

.huge, h1 {
	font-size: 68px;
	line-height: 72px;
	letter-spacing: -1px;
}

.large, h2 {
	font-size: 42px;
	line-height: 48px;
}

.big, h3 {
	font-size: 18px;
	line-height: 24px;
}
.big p, p.big {
	margin: 10px 0 2px 0;
	font-size: 16px;
}
.normal, body {
	font: 12px/24px Arial, sans-serif;
}

.small {
	font-size: 13px;
	line-height: 18px;
}

/*	Common elements
	------------------	*/
body {
	width: 100%;
	
	background: #ffffff;
	color: #666666;
	-webkit-tap-highlight-color: #ffff00;
}

::selection 	 	{background: #ffff00;}
::-moz-selection 	{background: #ffff00;}
img::selection 		{background: transparent;}
img::-moz-selection {background: transparent;}

.html5-header .html5-nav ul li {
	list-style-type: none;
}
a {
	color: #3366cc; /*4761c7*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.html5-header .html5-nav ul li a {
	text-decoration: none;
	
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

ol {
	padding-bottom: 14px;
}
ol li {
	list-style-type: none;
	margin-bottom: 12px;
}
ol li .bullet {
	display: block;
	width: 24px;
	height: 20px;
	padding: 2px 0;
	margin-right: 11px;
	float: left;
	
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	
	color: #ffffff;
	background: #5b79d2 url(../images/orderlist-gradient-blue.png) repeat-x;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
ol li .bullet.orange {
	background: #ee9c34 url(../images/orderlist-gradient-orange.png) repeat-x;
}
ol li .bullet.greendark {
	background: #97a691 url(../images/orderlist-gradient-greendark.png) repeat-x;
}
ol li .bullet.green {
	background: #b4bc67 url(../images/orderlist-gradient-green.png) repeat-x;
}

.clear {
	clear: both;
}
.wrapped-content {
	padding: 0 24px;
}
#input_text { display:none; }

/** Slider **/
.sliderElement {height: 340px;}
.sliderContainer {position: absolute; width: 510px; margin: 0 0 0 -44px;}
.sliderContainer .linkContainer {display: none;}
.slider .item {display: none;}
.slider .item.first {display: block;}
.slider-links {
	margin-top: 14px;
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}
.slider-links a {
	margin-top: -7px;
}
.slider-links .image-indicators {
	display: inline;
	margin: 2px 22px 0 22px;
	background: transparent url(../images/slider-imageindicator-back.png) repeat-x 0 2px;
}
.slider-links .image-indicators span {
	padding: 2px 6px;
	height: 12px;
	margin: 0 12px;
	border-left: 2px solid #f6f4f0;
	border-right: 2px solid #f6f4f0;
}
.slider-links .image-indicators span.indicator-first {margin: 0 12px 0 0;}
.slider-links .image-indicators span.indicator-last {margin: 0 0 0 12px;}
.slider-links .image-indicators span.indicator {
	background: transparent url(../images/slider-imageindicator.png) no-repeat 0 4px;
}
.slider-links .image-indicators span.indicator-current {
	background-image: url(../images/slider-imageindicator-cur.png);
}

/** Content items **/
#contentnavi {display: none; position: absolute; width: 214px; padding-top: 24px;}
.content-items .item {display: block;}
.content-items .item-1 {display: block;}
.content-items .image {padding-left: 202px; margin-top: 0px; min-height: 310px;}
.content-items .item .html5-figure {margin-top: -10px;}
.content-items .item .itemContent  {padding: 0 24px 30px 24px;}
.content-items .item .itemContent .citation {width: 205px; float: left; margin: 18px 0 0 0; padding-right: 0; padding-bottom: 35px;}
.content-items .item .itemContent .text {padding: 0 0 35px 252px; width: 420px;}

.twocol .col,
.threecol .col {
	float: left;
}

.white-gradient {
	background: transparent url(../images/contentback-whitegradient.png) repeat-x;
	min-height: 240px;
}

.enhancedtext {font-family: Georgia;}
.notify {
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
}

.people-pictures .person,
.people .person {
	float: left;
	text-align: center;
}
.people-pictures .person .html5-figure img {
	margin: 0 auto;
}
.people .person dl {
	width: 116px;
	margin: 0 auto;
	padding: 0;
	font-size: 15px;
	font-family: Georgia;
}
.people .person dl dt {
	font-size: 18px;
	color: #33311b;
}
.people .person dl dd {
	font-style: italic;
	color: #666666;
}
.people .person dl dt,
.people .person dl dd {
	padding: 0;
	margin: 0;
}
.people-pictures {margin-bottom: 7px;}

/*	Default 8-column layout
	60 px columns, 24 px gutters, 60 px margins, 768 px total
	---------------------------------------------------------
	1     2      3      4      5      6      7      8     
	60px  144px  228px  312px  396px  480px  564px  648px	*/
.body {
	width: 768px;
	margin: 0 auto;
	font-size: 16px;
}
.body p {
	padding: 6px 0;
}
.html5-figure img.col-11 {display: none;}
.html5-header .elementContainer {
	padding: 49px 36px 35px 36px;
	height: 37px;
}
.elementContainer {
	padding: 0 36px;
}

.elementContainer#partners {
	position: relative;
	background: transparent url(../images/back-partnersmap.png) no-repeat center -57px;
	padding-top: 306px;
}

.html5-header #logo {
	float: left;
	margin-top: 5px;
}
.html5-header #logo a {
	display: block;
	background: transparent url(../images/logo-8col.png) no-repeat;
	width: 183px;
	height: 24px;
}
.html5-header #logo a span {
	display: none;
}

.html5-header .html5-nav {
	float: right;
	margin-right: 13px;
}
.html5-header .html5-nav ul li {
	float: left;
	margin-left: 1px;
}
.html5-header .html5-nav ul li {
	font-size: 15px;
	line-height: 15px;
}
.html5-header .html5-nav ul li a {
	text-decoration: none !important;
	border: 1px solid #ffffff;
	display: block;
	padding: 9px 10px 10px 10px;
}
.html5-header .html5-nav ul li a.current {
	background: #f6f4f0;
	color: #666666;
	border-color: #cbc9c4;
	border-bottom-color: #efeeec;
	border-right-color: #ebe9e6;
	box-shadow: inset 2px 2px 5px #bfbfbf;
	-webkit-box-shadow: inset 2px 2px 5px #bfbfbf;
	-moz-box-shadow: inset 2px 2px 5px #bfbfbf;
}
.html5-header .html5-nav ul li a:hover {
	border: 1px solid #3366cc;
	background: #3366cc;
	color: #ffffff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.html5-section#content {
	background: #f6f4f0;
	color: #333333;
}
.html5-section#content h1 {
	width: 500px;
	color: #000000;
	font-weight: normal;
	text-align: center;
	padding: 24px 98px 33px 98px;
	font-size: 36px;
	line-height: 48px;
}
.html5-section#content h1.wide {
	width: 650px;
	padding: 33px 23px;
}
.html5-section#content h1.blue {
	color: #3366cc;
}
.html5-section#content .twocol h1,
.html5-section#content .threecol h1 {
	width: inherit;
	padding: 0;
	text-align: left;
}
.html5-section#content .twocol h1 .blue,
.html5-section#content .twocol h2 .blue,
.html5-section#content .threecol h1 .blue,
.html5-section#content .threecol h2 .blue {
	color: #4a8db2;
}
.html5-section#content .twocol h1 .green,
.html5-section#content .twocol h2 .green,
.html5-section#content .threecol h1 .green,
.html5-section#content .threecol h2 .green {
	color: #b4bc67;
}
	
.html5-section#content h2 {
	font-family: 'Gill Sans MT Pro Heavy';
	font-size: 30px;
	line-height: 30px;
	margin-top: 7px;
	margin-bottom: 11px;
	color: #000000;
}
.html5-section#content h2.contentheader {
	margin-left: 24px;
}
.html5-section#content .twocol h2,
.html5-section#content .threecol h2 {
	font-family: Arial;
	font-size: 24px;
	line-height: 30px;
	/*color: #333333;  Check if needed somewhere */
	color: #000000;
}
.html5-section#content .twocol h2.big,
.html5-section#content .threecol h2.big {
	font-size: 30px;
}
.html5-section#content .twocol h2.black,
.html5-section#content .threecol h2.black {
	color: #000000;
}
.html5-section#content .twocol-type2 h2 {
	font-family: 'Gill Sans MT Pro Heavy';
	margin-top: 7px;
	margin-bottom: 11px;
}

.html5-section#content hr {
	color: #ede9e2;
	background-color: #ede9e2;
	border-color: #ede9e2;
	border: none;
	height: 1px;
	overflow: hidden;
	margin-bottom: 26px;
}

.html5-footer {
	padding-top: 12px;
	padding-bottom: 36px;
}
.html5-footer.body {
	font-size: 12px;
	line-height: 12px;
}
.html5-footer .html5-address {
	font-style: normal;
	margin-top: 9px;
}

dl {
	padding-top: 15px;
	font-size: 13px;
	max-width: 160px;
	word-wrap: break-word;
}
dl.smallpadding {
	padding-top: 10px;
}
dl dt,
dl dd {
	padding-left: 20px;
}
.item-details dl dt,
dl dt.link,
dl dd.link {
	background: transparent url(../images/arrow-blue-dl.png) no-repeat 5px 8px;
}
dl dt.margin,
dl dd.margin {
	margin-top: 13px;
}
dl dt.smallmargin,
dl dd.smallmargin {
	margin-top: 1px;
}
dl dd.phone {
	background: transparent url(../images/icon-phone.png) no-repeat 2px 6px;
}
dl dt.big,
dl dd.big {
	font-size: 16px;
}
dl dt.small,
dl dd.small {
	font-size: 11px;
}
.item-details figure {
	float: left;
	margin-right: 16px;
}
.item-details dl {
	float: left;
	margin-right: 24px;
}
.item-details dl dt,
.item-details dl dd.link {
	font-weight: bold;
}

a.button {
	color: #ffffff;
	
	display: block;
	width: 239px;
	height: 24px;
	padding: 6px 0;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
a.button span {
	background: transparent url(../images/arrow-small-white.png) no-repeat 12px 2px;
	padding: 0 37px;
}
a.button:hover {
	text-decoration: none;
}
a.button.blue {
	background: transparent url(../images/buttonback-link-gradient-bl.png) repeat-x;
}
a.button.blue:hover {
	background: transparent url(../images/buttonback-gradient.png) repeat-x;
}
a.button.green {
	background: transparent url(../images/buttonback-link-gradient-gr.png) repeat-x;
}
a.button.green:hover {
	background: #d4db90;
}

/**
	type1-1: 4 cols, 4 gutters
	type1-2: 4 cols, 5 gutters
*/
.twocol .col-type1-1 {width: 336px;}
.twocol .col-type1-2 {width: 360px;}
/**
	type2-1: 3 cols, 4 gutters
	type2-2: 5 cols, 5 gutters
	type3-1: 3 cols, 4 gutters
	type3-2: 5 cols, 5 gutters
*/
.twocol-type2 {padding: 43px 0 0 0;}
.twocol-type3.withpaddingbottom {padding: 0 0 18px 0;}
.twocol-type3.withpaddingbottom {padding: 0 0 36px 0;}
.twocol .col-type2-1, .twocol .col-type3-1 {width: 228px; padding: 0 24px;}
.twocol .col-type3-1 a.button {margin: 17px 0 0 -12px;}
/*.twocol .col-type3-1 {width: 252px; padding: 0 24px 0 0;}*/
.twocol .col-type3-1 .caption {margin: 25px 0 0 0;}
.twocol .col-type2-2, .twocol .col-type3-2 {width: 420px;}
.twocol .col-type2-2 .box {margin-top: -18px;}
.html5-footer .twocol .col-type3-2  {width: 336px; padding: 0 0 0 24px;}
.twocol .col-type3-2 .content-items .item figure {margin: 0 0 0 -74px;}
/*.twocol .col-type3-2 figure {margin-left: -44px;}*/
.twocol-type3.withpaddingtop {padding-top: 50px;}
.twocol-type3.emptycol .col-type3-1 {display: none;}
.twocol-type3.emptycol .col-type3-2 {width: 648px; padding: 50px 0 40px 0;}
/**

*/
.twocol .col-type4-1 {width: 372px; padding: 0 24px;}
.twocol .col-type4-1.invertpadding {padding: 0 0 0 84px;}
.twocol .col-type4-2 {width: 161px; padding: 0 0 0 67px;}
.twocol .col-type4-2.left {width: 204px; padding: 0 0 0 24px;}
/**

*/
.twocol .col-type5-1 {width: 120px; padding: 0 24px;}
.twocol .col-type5-2 {width: 396px; padding: 0 84px 0 0;}

/**
	type1-1: 4 cols, 4 gutters
	type1-2: 4 cols, 4 gutters
	(both 1-2 and 1-2 on the same side!)
	type1-3: 5 cols, 5 gutters
*/
.threecol-type1 {padding: 65px 0 67px 0;}
.threecol-type1 {padding: 33px 0 67px 0;}
.threecol .col-type1-1, .threecol .col-type1-2 {float: none; width: 288px; padding: 0 24px;}
.threecol .col-type1-2 .item-details {padding: 18px 0 0 0; margin-left: -3px;}
.threecol .col-type1-3 {float: right; width: 338px; min-height: 360px; max-height: 360px; margin-top: -247px;}

/**
	type2-2: full
	type2-1: 4 cols, 5 gutters
	type2-2: 4 cols, 4 gutters
*/
.threecol-type2 h2 {font-family: 'Gill Sans MT Pro'; font-weight: normal; margin-bottom: 0;}
.threecol-type2 h2 strong {font-family: 'Gill Sans MT Pro Heavy';}
.threecol-type2 a.readmore {display: block; line-height: 36px; padding-left: 48px;}
.threecol-type2 a.readmore.blue {background: transparent url(../images/arrow-readmore-blue.png) no-repeat 0 0;}
.threecol-type2 a.readmore.green {background: transparent url(../images/arrow-readmore-green.png) no-repeat 0 0;}
.threecol .col-type2-1 a.readmore, .threecol .col-type2-3 a.readmore {margin: 17px 0 0 0;}
.threecol-type2 {min-height: 514px;}
.threecol .col-type2-1 {width: 288px; padding: 290px 48px 0 24px;}
.threecol .col-type2-2 {position: absolute;}
.threecol .col-type2-3 {width: 288px; padding: 290px 48px 0 0;}
/**
	type3-1: 4 cols, 5 gutters
	type3-2: 2 cols, 2 gutters
	type3-3: 2 cols, 2 gutters
*/
.threecol .col-type3-1 {width: 228px; padding: 0 84px 0 24px;}
.threecol .col-type3-2,
.threecol .col-type3-3 {width: 168px; padding: 0;}
.threecol .col-type3-2 dl,
.threecol .col-type3-3 dl {padding: 0 0 34px 0; margin: 7px 0 0 0;}
.threecol .col-type3-2 .html5-figure,
.threecol .col-type3-3 .html5-figure {display: none;}
/**
	type3-3: full
	type3-1: 3 cols, 4 gutters
	type3-2: 5 cols, 5 gutters
*/
.threecol.productdesc .col-type3-3 {position: absolute; width: 648px; padding: 0 108px 0 24px;}
.threecol.productdesc .col-type3-1 {width: 228px; padding: 155px 24px 0 0;}
.threecol.productdesc .col-type3-2 {width: 396px; padding: 155px 24px 0 24px;}
/**

*/
.threecol-type4 dl dt, 
.threecol-type4 dl dd {line-height: 18px;}
.threecol .col-type4-1 {width: 313px; padding: 0 0 0 24px;}
.threecol .col-type4-2 {width: 120px; padding: 0 44px 0 4px;}
.threecol .col-type4-3 {width: 144px; padding: 0 0 0 24px;}
/**

*/
.threecol .col-type5-1 {width: 624px; padding: 0 0 0 24px;}
.threecol .col-type5-2 {width: 312px;}
.threecol .col-type5-3 {width: 312px;}


.box.yellow a,
.box.blue a {
	text-decoration: none;
}
.box .html5-figure {
	margin: 0 auto;
	padding: 0;
}
.box .html5-figure img {
	width: inherit;
	margin: 0 auto;
}
.box.yellow .html5-figure {
	padding-top: 30px;
	padding-bottom: 38px;
}
.box.yellow .html5-figure img {
	margin-left: 8px;
}
.box.blue .html5-figure img {
	margin-left: -40px;
}
.box .boxWrapper {
	display: block;
	background: #ffffff;
	color: #333333;
	font-size: 16px;
	/*padding: 18px 22px 18px 22px;*/
	margin-bottom: 24px;
	border-radius: 22px;
	-moz-border-radius: 22px;
	-webkit-border-radius: 22px;
}
.html5-footer .box .boxWrapper {
	padding: 18px 22px 14px 22px;
}
.boxWrapper {padding: 18px 23px 21px 23px;}
.box.grey .boxWrapper {
	background: #f6f4f0;
}
.box.yellow .boxWrapper {
	background: #fff786;
	color: #33311b;
	box-shadow: 6px 6px 12px #ebebdb;
	-webkit-box-shadow: 6px 6px 12px #ebebdb;
	-moz-box-shadow: 6px 6px 12px #ebebdb;
}
.twocol-type1 .box.yellow .boxWrapper {padding: 25px 23px 55px 22px;}
.box .boxContainer {
	display: block;
}
.box a .boxContainer,
.box .boxContainer.arrow {
	background: transparent url(../images/arrow-small-grey.png) no-repeat right 6px;
}
.html5-footer .box .boxContainer {
	background: transparent url(../images/arrow-small-blue.png) no-repeat right top;
	min-height: 18px;
}
.box.yellow .boxContainer {
	color: #666666;
}
.box.yellow a .boxContainer {
	background: transparent url(../images/arrow-blue.png) no-repeat right 27px;
}
.box.blue .boxWrapper {
	margin-left: 24px;
	padding: 25px 23px 31px 22px;
	background: #3366cc;
	color: #cbd8f2;
	box-shadow: 6px 6px 12px #bfc6d0;
	-webkit-box-shadow: 6px 6px 12px #bfc6d0;
	-moz-box-shadow: 6px 6px 12px #bfc6d0;
}
.box.blue a .boxContainer {
	background: transparent url(../images/arrow-yellow.png) no-repeat right 27px;
}
.html5-footer .box .boxWrapper {
	background: #f6f4f0;
}
.html5-footer .box a strong {
	color: #3366cc;
}

.box .boxContainer .html5-hgroup .title-h3,
.box .boxContainer .html5-hgroup h3 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 9px;
	text-transform: uppercase;
	font-weight: normal;
}
.box .boxContainer .title-h2,
.box .boxContainer h2 {
	font-size: 24px;
	line-height: 30px;
	margin-top: 7px;
	margin-bottom: 11px;
}
.box .boxContainer .html5-hgroup .title-h2,
.box .boxContainer .html5-hgroup h2 {
	font-family: 'Gill Sans MT Pro Heavy';
	font-size: 48px !important;
	line-height: 48px;
	margin-bottom: 6px;
}
.html5-section#content .box.blue .boxContainer .title-h2,
.html5-section#content .box.blue .boxContainer h2,
.html5-section#content .box.blue .boxContainer .html5-hgroup .title-h2,
.html5-section#content .box.blue .boxContainer .html5-hgroup h2,
.box.blue .boxContainer .html5-hgroup .title-h3,
.box.blue .boxContainer .html5-hgroup h3 {
	color: #ffffff;
}
.box .boxContainer .html5-hgroup .title-h3,
.box .boxContainer .html5-hgroup h3 {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 9px;
	text-transform: uppercase;
	font-weight: normal;
}
.box .boxContainer span.p,
.box .boxContainer p {
	font-family: Georgia;
	font-size: 20px;
	line-height: 24px;
	margin-top: 11px;
	margin-right: 24px;
}

.box .boxContainer .articleList .html5-article {
	margin-bottom: 12px;
}
.box .boxContainer .articleList .html5-article,
.box .boxContainer .articleList .html5-article span.p,
.box .boxContainer .articleList .html5-article p,
.box .boxContainer .articleList .html5-article a {
	font-family: Arial;
}
.box .boxContainer .articleList .html5-article .html5-time {
	font-size: 11px;
	font-weight: bold;
}
.box .boxContainer .articleList .html5-article span.p,
.box .boxContainer .articleList .html5-article p {
	margin-top: 0;
	font-size: 16px;
}
.box .boxContainer .articleList .rss {
	margin-top: 28px;
}
.box .boxContainer .articleList .rss a {
	background: transparent url(../images/icon-rss.png) no-repeat 0 0;
	padding-left: 24px;
}

.caption.citation {
	background: transparent url(../images/citation-mark.png) no-repeat 0 8px;
	padding-left: 24px;
	margin-right: 48px;
}
.caption.citation strong {
	color: #333333;
}
.caption cite {
	display: block;
	font-family: Georgia;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
	color: #666666;
	padding-top: 23px;
	margin-bottom: 10px;
}
.caption cite.big {
	font-size: 24px;
	line-height: 36px;
}

ul.checklist li {
	font-family: Georgia;
	font-size: 18px;
	
	list-style-type: none;
	background: transparent url(../images/check-mark.png) no-repeat 0 0;
	margin: 0 24px 10px 17px;
	padding: 4px 0 0 32px;
	color: #33311b;
}

ul.subnavi {
	margin: 0 0 0 14px;
}
ul.subnavi li {
	list-style-type: none;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 3px;
	
	background: #fff786 url(../images/submenu-gradient.png) repeat-x;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 4px #e5e5e5;
	-webkit-box-shadow: 2px 2px 4px #e5e5e5;
	-moz-box-shadow: 2px 2px 4px #e5e5e5;
}
ul.subnavi li.current {
	background: #fbf9f5 url(../images/submenu-gradient-current.png) repeat-x;
	
	border-top: 1px solid #cfcdc8;
	border-right: 1px solid #f5f3ef;
	border-bottom: 1px solid #fdfcfa;
	border-left: 1px solid #d2d0cd;
	box-shadow: inset 2px 2px 4px #e5e5e5;
	-webkit-box-shadow: inset 2px 2px 4px #e5e5e5;
	-moz-box-shadow: inset 2px 2px 4px #e5e5e5;
}
ul.subnavi li a {
	display: block;
	padding: 5px 34px;
	background: transparent url(../images/arrow-list-blue.png) no-repeat 11px 12px;
}
ul.subnavi li.current a {
	color: #000000;
	background-image: url(../images/arrow-list-grey.png);
}


form .input label {
	display: block;
	color: #333333;
	font-size: 15px;
	margin-bottom: 3px;
}
form .input textarea,
form .input input {
	width: 100%;
	border-top: 1px solid #7e7d7b;
	border-left: 1px solid #7e7d7b;
	border-right: 1px solid #c1bfbc;
	border-bottom: 1px solid #c1bfbc;
	box-shadow: inset 1px 1px 1px #c1bfbc;
	-webkit-box-shadow: inset 1px 1px 1px #c1bfbc;
	-moz-box-shadow: inset 1px 1px 1px #c1bfbc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
form .input input {
	height: 21px;
}
form .input button.submit {
	cursor: hand;
	width: 100%;
	background: #4761c7 url(../images/buttonback-gradient.png) repeat-x;
	color: #ffffff;
	margin-top: 13px;
	height: 36px;
	border: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
form .input button.submit:hover {
	background: #7388da;
}
form .input button.submit:active {
	background: #273e98;
}
form .input button.submit span {
	display: block;
	background: transparent url(../images/arrow-small-white.png) no-repeat 6px 1px;
	line-height: 13px;
	height: 15px;
}
/** Contact form **/
form.contact .input {
	width: 286px;
}
form.contact .input textarea {
	height: 93px;
}
/** Subscribe form **/
form.subscribe {
	padding-bottom: 105px;
}
form.subscribe .input {
	float: left;
}
form.subscribe .input:first-child {
	width: 396px;
}
form.subscribe button.submit {
	width: 144px;
	height: 26px;
	margin-top: 26px;
}

/*#contact-link {display: none;}*/
#contactForm {display: none; width: 338px; position: absolute; z-index: 100; margin: -441px 0 0 336px;}
#contactForm .boxContainer {background: none !important;}
#contactForm .boxWrapper {border: 3px solid #ffffff;}
#contactForm form .input label {margin-bottom: 10px; margin-top: 12px;}
#contactForm form .input:first-child label {margin-top: 0;}


.location {
	margin-bottom: 45px;
}
.location  h3 {
	color: #4761c7;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}
.location {
	font-size: 12px;
}
.location dl {
	padding: 6px 0;
	width: 160px;
}
.location dl dt {
	font-weight: bold;
}

.html5-section#content .wrapped-content h2 {
	font-family: Arial;
	font-size: 24px;
	color: #33311b;
	padding-bottom: 12px;
}

.people {padding-bottom: 23px;}
.people-pictures .person.odd, .people .person.odd {width: 144px;}
.people-pictures .person.even, .people .person.even {width: 108px;}
.people-pictures .person {position: relative;}
.people-pictures .person-1 {margin-top: 20px; z-index: 1;}
.people-pictures .person-1 figure {margin-left: 11px;}
.people .person-1 dl {margin-left: 28px;}
.people-pictures .person-2 {margin-top: 6px; z-index: 2;}
.people-pictures .person-2 figure {margin-left: -4px;}
.people .person-2 dl {margin-left: 24px;}
.people-pictures .person-3 {margin-top: 22px; z-index: 3;}
.people-pictures .person-3 figure {margin-left: 38px;}
.people .person-3 dl {margin-left: 51px;}
.people-pictures .person-4 {margin-top: 0px; z-index: 2;}
.people-pictures .person-4 figure {margin-left: 8px;}
.people .person-4 dl {margin-left: 37px;}
.people-pictures .person-5 {margin-top: 20px; z-index: 1;}
.people-pictures .person-5 figure {margin-left: 25px;}
.people .person-5 dl {margin-left: 62px;}


.html5-section#content .newslisting {
	padding-bottom: 30px;
}
.html5-section#content .newslisting .html5-article {
	margin-bottom: 40px;
}
.html5-section#content .newslisting .html5-article .title-h2,
.html5-section#content .newslisting .html5-article h2 {
	font-family: Arial;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	width: inherit;
	padding: 0;
}
.html5-section#content .newslisting .html5-article .html5-time {
	width: 118px;
	padding: 12px 13px;
	background: #ffffff;
	float: left;
	color: #666666;
}
.html5-section#content .newslisting .html5-article .html5-time span {
	display: block;
}
.html5-section#content .newslisting .html5-article .html5-time .day {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 8px;
}
.html5-section#content .newslisting .html5-article .html5-time .month {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}
.html5-section#content .newslisting .html5-article .content {
	margin-left: 168px;
}

/*	13-column layout
	60 px columns, 24 px gutters, 72 px margins, 1212 px total (extra space for scrollbars)
	---------------------------------------------------------------------------------------
	1     2      3      4      5      6      7      8      9      10     11     12     13
	60px  144px  228px  312px  396px  480px  564px  648px  732px  816px  900px  984px  1068px	*/

/*@media only screen and (min-width: 1212px) {
		
}*/

/* Smaller sizes currently disabled */
/*	5-column layout
	60 px columns, 24 px gutters, 42 px margins, 480 px total
	---------------------------------------------------------
	1     2      3      4      5
	60px  144px  228px  312px  396px	*/

/*@media only screen and (max-width: 767px) and (min-width: 480px) {
	
	body {
		padding: 60px 42px 0;
		width: 396px;
		/* Prevents Mobile Safari from bumping up font sizes in landscape *//*
		-webkit-text-size-adjust: 100%; 
	}
	
}
*/

/*	3-column layout
	60 px columns, 24 px gutters, 46 px margins, 320 px total
	---------------------------------------------------------
	1     2      3
	60px  144px  228px	*/

/*@media only screen and (max-width: 479px) {
	
	body {
		padding: 48px 46px 0;
		width: 228px;
		/* Prevents Mobile Safari from bumping up font sizes in landscape *//*
		-webkit-text-size-adjust: 100%;
	}
	
}*/