@import url(1505-DCJZYN.css);
@import url(flickr.less.css);
@import url(liftup--fennovoima.less.css);
@import url(liftup--hanhikivi.less.css);
@import url(liftup--pyhajoki.less.css);
@import url(rss--fennonen.less.css);
@import url(embed-responsible.css);
@import url(cookie-policy.css);
@import url(recruitmentBanner.less.css);
@import url(uuttaenergiaa.less.css);
@import url(xmas2017.css);

/*
.slick-slide:before {
	background: #fff;
	content:'';
	display: block;
	height: 100%;
	position: absolute;
	width: 1px;
	z-index: 1;
}
*/




HTML {margin: 0; padding: 0; height: 100%; min-height: 100%; -webkit-text-size-adjust: 100%;}
BODY {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000;
	background-color: #4b4c53;
	height: 100%;
	min-height: 100%;
	line-height: 1.3;

	
font-family: "Stag Sans Web", Calibri, Tahoma, Sans-serif;
font-weight: 300;
font-style: normal;
font-stretch: normal;


-moz-font-feature-settings: "liga", "kern";
-moz-font-feature-settings:"liga=1, kern=1";
-ms-font-feature-settings:"liga", "kern";
-o-font-feature-settings:"liga", "kern";
-webkit-font-feature-settings:"liga", "kern";
font-feature-settings: "liga", "kern";
/*-webkit-font-smoothing: antialiased;*/
}

/* Basic Elements
===================*/
A {text-decoration: none; outline: none; color: #009CDE;}
A:hover {text-decoration: none; color: #00629B;}
A IMG {border: 0;}

a.button {
	background: #4b4c53;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 40px;
	text-align: center;

	-webkit-transition: background 300ms ease-out;
     -moz-transition: background 300ms ease-out;
     transition: background 300ms ease-out;
}
	a.button:hover {
		background: #000;
	}

	a.button_blue {
		background: #009cde;
	}
		a.button_blue:hover {
		background: #00629B;
	}
	a.button_white {
		background: #fafaf9;
		color: #642f6c;
	}
		a.button_white:hover {
		background: #009CDE;
		color: #fff;
	}
	a.button_green {
		background: #6cc24a;
		color: #fff;
	}
		a.button_green:hover {
		background: #007A33;
		color: #fff;
	}
	a.button_light_grey {
		background: #bbbcbc;
		color: #fff;
	}
		a.button_light_grey:hover {
		background: #4b4c53;
		color: #fff;
	}
	a.button_backto {
		background: #69c443 url(pics/media/media_kiitos_back.png) center left no-repeat;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		margin: 0;
		padding: 0 0 0 72px;
		-webkit-transition: background 300ms ease-out;
		-moz-transition: background 300ms ease-out;
		transition: background 300ms ease-out;
	}
		a.button_backto:hover {
			background: #007A33 url(pics/media/media_kiitos_back.png) center left no-repeat;
		}
		a.button_backto span, .mainText a.button_backto span {
			color: #fff !important;
			display:  block;
			padding: 15px 15px 15px 0;
		}


H1 A, H2 A, H3 A,
H1 A:hover, H2 A:hover, H3 A:hover {
	text-decoration: none;
}
H1 {
	color: #00629B;
	font-size: 30px;
	font-weight: 600;
	line-height: 34px;
	padding: 0px;	
	margin: 0px 0px 27px;
/*
	-ms-word-break: break-all;
		word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	*/
}
H2 {
	color: #00629B;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0px 0px 10px;
	padding: 0px;
}
H3 {
	color: #00629B;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin: 0px;
	padding: 5px 0px 12px;	
}
H3.blue {
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	color: #0097db;
	padding: 15px 7px 15px 0 !important;
	margin: 0 !important;
}
H5 {

	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 15px 0 18px 0;
	color: #000;
	font-weight: 300;
}
P {
	margin: 0; 
	padding: 10px 0;
	padding: 0 0 15px;
}
	p.ingress {
		font-size: 18px;
	}
strong {
	font-weight: 600;
}
hr {
	background-color:#fff;
	border: #bdbebe 2px dotted;
	border-style: none none dotted;
	clear: both;
	color:#fff;
	margin: 20px 0;
}
	hr.orange {
		border-color:#EA7600;
	}
.first_word {
	display: block;
	font-weight: 600;
}
.orange {
	color: #ea7600;
}
.breadCrumb {
	display: inline-block;
	font-size: 14px;
	margin: 0 0 28px 5px;
    width: 80%;
}
	.breadCrumb__home {
		display: inline-block;
	}
		a.breadCrumb__home_link {
			background: url(pics/breadcrumb_home.png) 0 0 no-repeat;
			display: inline-block;
			line-height: 1.4;
			text-indent: -999em;
			width: 20px;
		}
INPUT, SELECT, TEXTAREA {
	/*font: 12px Arial, sans-serif;*/
	font-family: "Stag Sans Web", Calibri, Tahoma, Sans-serif;
	font-size: 12px;
	font-weight: 300;
}
FORM {margin: 0;}
IMG, TABLE, TD {border-color: #ccc;}
img.image { width: 100%;}
UL {
	margin: 0;
	padding: 10px 0;
}
UL LI {
	padding: 0 0 6px 17px;
	list-style-type: none;
	background: url('pics/bullet.gif') no-repeat left 8px;
}
UL.links LI {
	list-style-type: none;
	background: url('pics/blueArrow.gif') no-repeat left 6px;
}
.text-center {
	text-align: center;
}
.box {
	background: #8f9194;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 10px 0 !important;
	text-align: center !important;
}
.box__green {
	background: #6cc24a;
}
/* 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 {
	background: #fff;
	margin: 0 auto;
	/* min-width: 1000px;vesa*/
	
	width: 100%;
	height: auto;
	min-height: 100%;
	overflow: hidden;
    /*margin-bottom: -222px;*/
}
#wrapperCenter {
	/*padding-bottom: 222px; vesa*/
	zoom: 1;
}

/* Header
==========*/
#header {
	/*max-width: 960px; vesa*/
	width: 100%;
	margin: 0 auto;
	position: relative;
	font-size: 12px;
	/*padding-top: 244px; vesa*/
	min-height: 400px;
}
	#headerContent {
		position: relative;
		/*padding: 0 6%;*/
	}
	.headerContainer {
		padding: 0 6%;
	}

		.headerWrapper {
			clear: both;
			display: block;
			height: 130px;
			margin: 0 auto 50px;
			margin: 0 auto 0px;
			max-width: 956px;
			overflow: hidden;
			padding: 0;
			position: relative;
			width: 100%;
			z-index:1;

			-webkit-box-sizing: border-box;
			-moz-box-sizing:    border-box; 
			box-sizing:         border-box; 
		}


/* Top area (wrapping Language flags, Some icons and Search) */
.top_area {
	position: relative;
	z-index: 2;

	-webkit-box-sizing: border-box; 
-moz-box-sizing:    border-box; 
box-sizing:         border-box; 
}


/* Lang flags
============*/

.lang {
	float: right;
	margin: 10px 0 55px 0;
	padding: 0 0 0 0;
}
	.lang a {
		color: #4B4C53;
		display: inline-block;
		line-height: 1;
		margin: 0 0 0 5px;
		text-transform: uppercase;
		text-align: right;
	}
		.lang a:hover {
			color: #8F9194;
		}
	.lang img {
		display: none;
	}


:lang(fi) .langFi, :lang(en) .langEn,
:lang(fi) .mediaEn, :lang(en) .mediaFi
{ 
	display: none;
}

.headerSome {
	float: right;
	margin: 30px 0 0;
	clear: both;
}
ul.some_icons {
	list-style: none;
	/*margin: 0 0 11px;*/
	padding: 0; 
}
	ul.some_icons li {
		background: none;
		float: left;
		padding: 0 12px 0 0;
	}
		ul.some_icons li:last-child {
			padding-right: 0;
		}
		a.some {
			background: url(pics/icons2.png) 0 0 no-repeat;
			display: inline-block;
			height: 18px;
			line-height: 1;
			padding: 0;
			text-indent: -999em;
			width: 19px;
		}
		a.some.li {
			
		}
			a.some.li:hover {
			background-position: 0 -18px;
		}
		a.some.fb {
			background-position: -31px 0;
			width: 11px;
		}
			a.some.fb:hover {
			background-position: -31px -18px;
			width: 11px;
		}
		a.some.tw {
			background-position: -57px 0;
			width: 22px;
		}
			a.some.tw:hover {
			background-position: -57px -18px;
			width: 22px;
		}
		a.some.fl {
			background-position: -89px 0;
		}
			a.some.fl:hover {
			background-position: -89px -18px;
		}
		a.some.rss {
			background-position: -122px 0;
			width: 18px;
		}
			a.some.rss:hover {
			background-position: -122px -18px;
			width: 18px;
			}
		a.some.yt {
			background-position: -152px 0;
			width: 25px;
		}
			a.some.yt:hover {
			background-position: -152px -18px;
			width: 25px;
			}
		a.some.ig {
			background-position: -196px 0;
			width: 18px;
		}
			a.some.ig:hover {
			background-position: -196px -18px;
			width: 18px;
			}


/* Search
==========*/
.searchBox * {
	padding: 0;
	margin: 0;
	border: 0;
/*	-webkit-box-sizing: border-box; 
-moz-box-sizing:    border-box; 
box-sizing:         border-box; */
}
.searchBox {
	display: none;
	float: right;
	font-size: 12px;
}
.searchBox TABLE {
	border-collapse: collapse;
}
.searchBox TR {
	max-width: 197px;
	width: 100%;
}
.searchBox TR TD {
	height: 25px;
}
.searchBox .searchInput {
	color: #9e9f9f;
	text-transform: uppercase;
	max-width: 168px;
	/*width: 100%;*/
	/*height: 16px;*/
	margin: 15px 0 0;
	padding: 5px 5px;
	
}
	.searchBox .searchInput:focus {
		background: #f4f4f4;
		color: #4B4C53;
		outline:none;
		text-transform: none;
	}
	


.searchBox .searchSubmit {
	background: url(pics/icon_search.png) center right no-repeat;
	display: block;
	height: 16px;
	margin: 13px 0 0;
	outline:none;
	text-indent: -999em;
	width: 24px;
}
.searchBox .searchSubmit:hover {
	cursor: pointer;
}



/* Logo
========*/
.logo {
	clear: both;
	left: 0;
	margin: 0;
	position: absolute;
	overflow: hidden;
	top: 41px;
	width: 100%;
	z-index: 1;
}
:lang(fi) .logo .fi {
	display: block;
}
:lang(fi) .logo .en {
	display: none;
}
:lang(en) .logo .en {
	display: block;
}
:lang(en) .logo .fi {
	display: none;
}
	.logo img {
		height: 25px;
  		width: 239px;
	}
	.logo p {
		padding: 0;
	}

/* banner
==========*/
#header .banner {
	
	width: 100%;
	position: relative;
	/*left: -220px; vesa
	left: -23%;/*-15.7%;
	left: -46%;*/
	top: 0;
	z-index: 1;
	clear: left;
	overflow: hidden;
}
#header .bannerContent {
	height: 512px;
	clear: left;
}
#header .bannerText {
	max-width: 1070px;
	width: 100%;
	background: #fff;
	height: 500px;
	margin: 0 auto;
	position: absolute;
	top: 187px;
	left: 172px;
	display: none;
}
#header .bannerTextCenter {
	display: none;
}

/*vesa*/
#banner_21083 img {
	height: auto !important;
	width: 100% !important;
}


/* Top navigation
==================*/
#nav {
	max-width: 1400px;
	width: 100%;
	height: 47px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	font-size: 15px;
	line-height: 47px;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
}

#nav ul {
	margin: auto;
	padding: 0;
	max-width: 962px;
	width: 100%;
	overflow: hidden;
	height: 48px;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none;
	float: left;
}


#nav UL LI A {
	display: block;
	float: left;
	padding: 0 6px;
	background: none;
}
#nav UL LI A:hover {
	text-decoration: none;
}
#nav UL LI A.open {
	color: #595959;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background: #fff;
	padding-bottom: 1px;
}
.forLocals {
	display: none;
}


/* Content
============*/
#content {
	background:  #fff;
	border-top: 40px solid #fff;
	height: auto;
	min-height: 100px;
	overflow: hidden;
	max-width: 958px;
	max-width: 1070px;
	width: 100%;
	margin: -319px auto 0;
	position: relative;
	/*top: -319px;*/
	/*left: 10px;*/
	/*margin-bottom: -319px;*/
	z-index: 2;
	padding: 0 0 40px; /* vesa */
	zoom: 1;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box; 
	box-sizing:         border-box; 

	-webkit-transition: margin 300ms ease-out;
     -moz-transition: margin 300ms ease-out;
     transition: margin 300ms ease-out;
}
#contentCenter {
	max-width: 958px;
  	margin: auto;
  	padding: 0 6%;
  	/*width: 100%;*/
}
#main {
	float: left;
	margin-bottom: 20px;
	max-width: 100%;
	width: 100%; /*vesa*/
	height: auto;
	min-height: 220px;
	overflow: hidden;
	position: relative;
	/*top: -6px;
	margin-bottom: -6px;*/
}

#mainContent table {
	width: 100%;
}

.heading {
	padding: 0 0 47px;
	padding: 0;
}
.middleLeft  {
	/*padding-right: 50px; vesa*/
}
.middleLeft P {
	padding-left: 2px;
}
.middleCenter {
	margin: 0 0 15px;
	/*margin-bottom: 44px; vesa*/
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	min-height: 290px;
}
.middleRight {
	/*padding-left: 19px; vesa*/
}
.middleLeft, .middleCenter, .middleRight {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box; 
	box-sizing:         border-box; 
	float: left;
	padding: 0 3%; /*vesa*/
	/*max-width: 182px;vesa */
	width: 33.3333333%;
	color: #595959;
}
.middleLeft h2, .middleCenter h2, .middleRight h2 {
	min-height: 44px;
	margin: 6px 0 0;
}
.mainWide {
	max-width: 435px;
	max-width: 677px;
	width: 100%;
	clear: left;
	border-top: 1px solid #ddd;
	padding: 17px 0 32px 250px;
	padding: 17px 20px 32px 20px;
	position: relative;

		-webkit-box-sizing: border-box; 
-moz-box-sizing:    border-box; 
box-sizing:         border-box; 
}
.mainWide H2 {
	
}

@media screen and (min-width: 800px) {
	.mainWide {
		padding-left: 35%;
		padding-right: 0;
	}
	.mainWide H2 {
		position: absolute;
		left: 0;
		top: 13px;
		max-width: 200px;
		width: 100%;
	}
}


.mainText {
	-webkit-box-sizing: border-box; 
-moz-box-sizing:    border-box; 
box-sizing:         border-box; 	
	padding-right: 30px;
	padding-bottom: 30px;
	width: 100%;
}
.mainText > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column1 {
	clear: both;
	width: 100%;
	height: auto;
	overflow: visible;
	line-height: 18px;
}
#column1 p:first-child{
	padding-top: 0;
}
.column1Text {
	clear: both;
	margin: 0;
	width: 80%; 
	padding-left: 2px;
	text-align: center;
}
.column1Text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
#column1 h3 {
	background: #8f9194;
	color: #fff !important;
	font-family: inherit !important;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 10px 0 !important;
	text-align: center !important;
}
	#column1 h3 strong {
		font-weight: 400 !important;
	}

	#column1 h3.instagram-heading {
		background: transparent url(pics/icons/instagram-logo.png) center left no-repeat;
		background-size: 26px 26px;
		color: #4b4c53 !important;
		font-size: 18px;
		font-weight: 300;
		line-height: 26px;
		margin: 0 0 23px;
		padding: 0 !important;
		text-align: left !important;
	}
		#column1 h3.instagram-heading a {
			color: #4b4c53 !important;
			display: block;
			line-height: 26px;
			padding: 0 0 0 36px !important;
		}

#column1 p {
	font-family: inherit !important;
}
#column2 {
	clear: both;
	display: none;
	width: 100%;
}
.column2Text{
	clear: both;
	font-size: 15px;
	padding: 20px 12px 45px;
	padding: 0;
}
	.column2Text > :first-child {
		margin-top: 0;
		padding-top: 20px;
	}

.addthis_default_style {
	float: right;
	margin: 0 0 50px;
	min-width: 114px;
	max-width: 423px;
	text-align: left;
}
.clearDiv {
	clear: both;
}
/* Column box
==============*/
.columnBox {
	padding: 0 0 45px;
	width: 100%;
	color: #595959;
}
.columnBox h3 {
	background: #8f9194;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0 0 10px;
	padding: 10px 0 !important;
	text-align: center !important;
}
.columnBox img {
	padding-bottom: 14px;
}
/* Form
=========*/
.errors, .error {
	text-transform: none;
	color: #c00;
}
.thankYou {
	text-transform: none;
	color: #000;
	font-size: 16px;
	padding-top: 10px;
}
/* Recruit box
===============*/
.joinLink {
	position: relative;
	margin-bottom: -80px;
	top: -80px;
	left: 0;
	max-width: 157px;
	width: 100%;
	font-style: italic;
	font-size: 15px;
	line-height: 18px;
	background: #fff;
	float: left;
	padding: 10px 0 6px 21px;
	min-height: 40px;
}
.joinLink A {
	display: block;
	background: url('pics/blueArrow.gif') no-repeat left 6px;
	padding: 0 0 5px 14px;
	float: left;
}
/* Guest writer
===============*/
.guestWriter {
}
	.guestWriter a {
		color: #4b4c53;	
		display: block;
		font-size: 15px;
  		line-height: 1.1;
  		font-weight: normal;
	}
		.guestWriter a:hover {
			color: #009CDE;
		}
	
/* Facebook box
===============*/
/*
.facebookBox {
	background: #3b5998;
	width: 100%;
	padding: 32px 6%;
	font-family: Georgia, serif;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box; 
	box-sizing:         border-box; 
}
.facebookBox IMG {
	padding: 0;
	margin: 0 auto;
	display: block;
}
.facebookBox A {
	color: #fff;
}
.facebookBox A:hover {
	color: #fff !important;
	text-decoration: underline;
}
*/

/* Persistable form
===================*/
.persistableForm {
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	/*text-transform: uppercase;
	color: #0199db;*/
	padding: 0 0 45px 10px;
}
.persistableForm IMG {
	position: relative;
	left: -10px;
}
.persistableForm #submitForm {
	background: #0199dc;
	padding: 6px 12px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border: 0;
	position: relative;
	top: 14px;
	left: 2px;
}
.persistableForm INPUT[type=text], .persistableForm TEXTAREA {
	max-width: 194px;
	width: 100%;
	resize: none;
}
.persistableForm A {
	text-transform: none;
	font-family: Verdana, sans-serif;
}
.persistableForm UL.links {
	padding: 23px 0 0 10px;
}
.persistableForm UL.links LI {
	background-position: left 9px;
	
}


#persistableForm_29012 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	font-size: 15px;
	padding: 0 30px 0 0;
	width: 100%;
}
	#persistableForm_29012 label {
		display: block;
		font-weight: 300;
		margin: 0 0 10px;
	}
		#persistableForm_29012 label input, #persistableForm_29012 label textarea {
			background: #fafaf9;
			border: 1px solid #dbdbd9;
			display: block;
			max-width: 100%;
			padding: 8px;
		}
		#persistableForm_29012 label textarea {
			margin: 0 0 25px;
			resize: vertical;
		}
			#persistableForm_29012 label input:focus, #persistableForm_29012 label textarea:focus {
				background: #8f9194;
				color: #fff;
			}

		#persistableForm_29012 #submitForm {
			font-family: "Stag Sans Web", Calibri, Tahoma, Sans-serif;
			font-weight: 600;
			font-style: normal;
			font-stretch: normal;
			font-size: 14px;
			left: auto;
			padding: 10px 40px;
			top: auto;
		}

@media screen and (min-width: 530px) {
	#persistableForm_29012 {
		float: right;
  		width: 70%;
	}
}
@media screen and (min-width: 751px) {
	#persistableForm_29012 {
		width: 62.9%;
	}
}

		
/*
.persistableForm p {
	color: #000;
	text-transform: none;
}*/
/* Blockquote
=============*/
blockquote {
	font-size: 18px;
	font-weight: 300;
	line-height: 23px;
	color: #8f9194;
	padding: 0 7px 0 0 !important;
	margin: 0 !important;
	text-align: center;
	/*-ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
  	-webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;*/
}
@media screen and (min-width: 810px) {
	blockquote {
    	font-size: 19px;
    	line-height: 24px;
    }
}
@media screen and (min-width: 888px) {
	blockquote {
    	font-size: 21px;
    	line-height: 27px;
    }
}
@media screen and (min-width: 980px) {
	blockquote {
    	font-size: 24px;
    	line-height: 32px;
    }
}

	blockquote p {
		padding: 0;
	}
	blockquote span, blockquote strong {
		display: block;
		font-weight: 600;
	}

/* Sub navigation
==================*/
.subnav {
	clear: both;
	display: none;
	margin: auto;
	max-width: 960px;
	position: relative;
	width: 100%;
}
.subnav UL {
	margin: 0;
	padding: 0;
}
.subnav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
	background: none;
}
.subnav UL LI A {
	display: block;
	padding: 14px 6px 12px;
	margin: 0 0 2px 0;
	text-decoration: none;
	font-size: 12px;
	background: none;
}
.subnav UL LI A:hover {
	text-decoration: none;
}
.subnav UL LI A.open {
	color: #000;
}
/* sub
=======*/
.subnav UL LI UL {
	padding: 5px 0 10px 0;
	display: none;
}
.subnav UL LI UL LI {
	
}
.subnav UL LI UL LI A {
	background: none;
	padding: 2px 10px 2px 30px;
}
.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: 2px 10px 2px 40px;
}
.subnav UL LI UL LI UL LI A:hover {
	
}
.subnav UL LI UL LI UL LI A.open {
	
}

/* Third nav
============*/
.newsCategories, .thirdNav {
	clear: both;
}
.newsCategories ul, .thirdNav ul {
	padding: 0;
	margin: 0;
}
.thirdNav {
	/*display: none;*/
	font-size: 15px;
	margin: 0 0 30px;
}
#main .thirdNav {
	display: block;
	margin: 0 0 20px;
	padding-top: 0;
}
.thirdNav ul li {
	display: none;
	padding: 0;
	background: none;
}
.newsCategories ul {
	border: #EA7600 2px dotted;
	border-style: dotted none;
	clear: both;
	padding: 10px 0;
}
.newsCategories li a {
	color: #4b4c53;
}
	.newsCategories li a:hover {
		color: #009CDE;
	}

.newsCategories ul li { background: none; padding: 7px 11px 7px 0; }
.newsCategories ul li a, .thirdNav UL LI A {
	background: none;
	padding: 0;
}
.thirdNav ul li.open {
	display: none;
}

.thirdNav ul li.open.hasChildren {
	display: block;
}

.thirdNav ul li.open a {
	color: #009CDE;
	margin: 0;
}
.thirdNav ul li.open a:hover {
	text-decoration: none;
}
.thirdNav ul li.sub {
	display: block;
	padding: 15px 0;
}
.thirdNav ul li.sub ul {
	padding: 0;
}
#main .thirdNav ul li.sub ul {
	padding: 0;
}
.thirdNav ul li.sub ul li {
	display: block;
	padding: 4px 0;
}
#main .thirdNav ul li.sub ul li {
	padding: 2px 0;
}
.thirdNav ul li.sub ul li.sub {
	border: none;
	padding-bottom: 4px;
}
.newsCategories ul li.open, .thirdNav ul li.sub ul li.open {
	color: #009CDE;
}
#main .thirdNav ul li.sub ul li.open {
	background: #fff;
	left: 0;
}
	#main .thirdNav ul li.sub ul li.open a.current {
		background: #0099d9;
		display: inline-block;
		padding: 4px;
	}
.newsCategories ul li.open a, .thirdNav ul li.sub ul li.open a {
	
	line-height: 1;
}
.thirdNav ul li.sub ul li.sub ul {
	margin: 0;
	padding: 2px 0 0 0;
}
.thirdNav ul li.sub ul li.sub ul li {
	padding-left: 21px;
	font-size: 15px;
}
.thirdNav ul li.sub ul li.sub ul li:last-child {
	padding-bottom: 0;
}
.thirdNav ul li.sub ul li.sub ul li.open {
	left: 0;
	background: none;
	
}
/*
.thirdNav ul li.sub ul li.sub ul li.open a {
	color: #000;
	font-size: 11px;
	padding-top: 0px;
	
}*/

	.thirdNav li.first, .thirdNav ul li.open.hasChildren.first, .thirdNav ul li.open.hasChildren, .thirdNav ul li.page.open.hasChildren {
		display: none !important;
	}
	.thirdNav ul li.sub li.page.open.current.hasChildren {
		display: block !important;
	}

	.thirdNav li a {
		color: #4b4c53;
	}
		.thirdNav li a:hover {
		color: #009CDE;
	}
	.thirdNav li.sub {
		border: #EA7600 2px dotted;
		border-style: dotted none;
		clear: both;
	}


/* Footer
===========*/
#footer {
	font-size: 13px;
	margin: 0 auto;
	/* min-width: 1000px;vesa*/
	overflow: hidden;
	background-color: #4b4c53;
	font-weight: 400;
	text-align: center;
	color: #fff;
	padding: 40px 6% 21px;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box; 
	box-sizing:         border-box; 
}
#footer UL {
	padding: 0;
}
#footer UL.links LI {
	background: none;
	line-height: 12px;
	padding-left: 0;
}
#footerContainer {
	height: 222px;
}
#footer UL LI A, #footer A {
	color: #fff;
}	
	#footer UL LI A:hover {
		color: #009CDE;
	}
.footerText, .footerOther {
	max-width: 958px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.footerText {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box; 
	box-sizing:         border-box; 
	clear: both;
	padding: 20px 0 0;
	}
.footerText A {
	color: #fff;
	display: inline-block;
}
.footerText A:hover {
	color: #fff;
}
.footerOther {
	/*height: 121px;*/
	font-size: 13px;
}
.footerOther p {
	padding: 0;
	margin: 0;
}
.footerOther .footerLogo {
	padding: 3px 0 48px;
}
.footerOther .footerSocial A {
	color: #fff;
}
.footerOther .footerSocial A:hover {
	color: #00aeff;
}
.footerOther .footerSocial img {
	padding-right: 10px;
	vertical-align: middle;
}
.footerOther td {
	vertical-align: top;
}
.footerOther UL.links LI {
	background-position: left 4px;
}

.facebookFeed {
	clear: both;
	margin: 0 0 40px;
	margin: 0;
}
/*
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style],  {
    width: 100% !important;
}
*/

/* Footer columns */
.footer_columns {
	clear: both;
	margin: 0 auto 20px;
	max-width: 940px;
	overflow:  hidden;
	text-align: left;
}
	.footer_columns .column {
		-webkit-box-sizing: border-box; 
		-moz-box-sizing:    border-box; 
		box-sizing:         border-box; 
		float: left;
		padding-right: 20px;
	}

		.footer_columns .column.column1 {
			margin-bottom: 40px;
			width: 100%;
		}
		.footer_columns .column.column2 {
			margin-bottom: 20px;
			padding: 0 20px 0 0;
			width: 100%;
		}
		.footer_columns .column.column3 {
			margin-bottom: 20px;
			width: 100%;
		}
		.footer_columns .column.column4 {
			clear: both;
			width: 100%;
		}
		
		.footer_columns .column  ul.links li {
/*			font-size: 11px;
			line-height: 12px;*/
		}

		.footer_columns .column p {
			margin: 0 0 20px;
		}

		.footer_columns .column .footerSocial {
			font-size: 11px;
			margin-top: -1px;
  			padding-bottom: 4px;
		}
			.footer_columns .column .footerSocial a {
				color: #fff;
			}
				.footer_columns .column .footerSocial img {
					padding-right: 10px;
						vertical-align: middle;
				}

.footerOther {
	/*display: none;*/
}


/* Buttons
===========*/
.button-big-wrapper {
	padding: 0 12px 0;
}
	.button-big-wrapper p {
		padding: 0;
	}
.button-big {
display: block;
	background: #2195dc;
	color: #fff;
	text-align: left;
	padding: 10px; 
	margin: 0 0 6px 0; 
	border: 1px solid #2195dc;

background: #2195dc; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxOTVkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #2195dc 0%, #7db9e8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2195dc), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2195dc 0%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2195dc 0%,#7db9e8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2195dc 0%,#7db9e8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2195dc 0%,#7db9e8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2195dc', endColorstr='#7db9e8',GradientType=0 ); /* IE6-8 */

}
a.button-big:hover span {
color: #fff;
text-decoration: underline !important;
}
.button-big span {
	display: inline-block;
	padding-left: 30px;
	line-height: 15px;
}
.button-big--reg span {
	background: url(pics/icons/register.png) center left no-repeat;
}
.button-big--rss span {
	background: url(pics/icons/rss.png) center left no-repeat;
}
.button-big--news span {
	background: url(pics/icons/mail.png) center left no-repeat;
}




/* Other
===========*/
.image-text-wrapper {
	display: inline;
	padding-bottom: 10px;
	width: 40%;
}
	.image-text-wrapper-left {
		float: left;
		padding-right: 10px;
	}
	.image-text-wrapper-right {
		float: right;
		padding-left: 10px;
	}
	.image-text-wrapper img  {
		width: 100%;
	}
.image-text {
}
	.image-text-text {
		clear: both;
		display: inline-block;
		font-size: 14px;
		font-style: italic;
		padding: 10px;
		width: 100%;
	}

.ydinvoimavisa {
}
	.ydinvoimavisa p {
		color: #007a33;
	}
		.ydinvoimavisa p.center {
			text-align: center;
		}
	.ydinvoimavisa a {
		background: #fff;
		border: 1px solid #6CC24a;
		color: #6CC24a;
		padding: 0.5rem 0.75rem;
		margin: 0 auto;
		text-decoration: none;
		font-weight: 600;
		display: inline-block;
		-moz-box-shadow: 0.2rem 0.2rem 0 rgba(64,155,102,1);
		-webkit-box-shadow: 0.2rem 0.2rem 0 rgba(64,155,102,1);
		box-shadow: 0.2rem 0.2rem 0 rgba(64,155,102,1);

		-webkit-transition: all 300ms ease-out;
     -moz-transition: all 300ms ease-out;
     transition: all 300ms ease-out;
	}
		.ydinvoimavisa a:hover {
			background: #6CC24a;
			color: #fff;
		}
		.ydinvoimavisa a:active {
			-moz-box-shadow: 0.2rem 0.2rem 0 rgba(64,155,102,1);
			-webkit-box-shadow: 0.2rem 0.2rem 0 rgba(64,155,102,1);
			box-shadow: 0rem 0rem 0 rgba(64,155,102,1);
			margin: 4px 0 0 0;
		}


/* Rekry graafi */
.graafi img {
	max-width: 100%;
	width: 100%;
}
.graafi img.mobile {
	display: none;
}
.graafi img.desktop {
	display: block;
}

@media screen and (max-width: 580px) {
	.graafi img.mobile {
		display: block;
	}
	.graafi img.desktop {
		display: none;
	}
}
#column2 .graafi h2 {
	font-size: 24px;
	margin-top: 40px;
}

/* Yhteystiedot navi oikealla palstalla */		
.yhteystiedot__nav strong a, .yhteystiedot__nav a strong, .yhteystiedot__nav strong {
	color: #000;
}
#column1 .heading__basic {
	background: none;
	color: #01619d !important;
	font-style: 15px;
	font-weight: 600;
	text-align: left !important;
}
	.yhteystiedot__nav a.button {
		display: block;
		font-size: 15px;
		padding-left: 10px;
		padding-right: 10px;
	}



.person_grid { /*Example in Pyhäjoki page */
	display: block;
	font-size: 15px;
	height: 1%;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
	.person_grid .column {
		display: inline-block;
	    padding: 0 0 20px 0;
	    vertical-align: text-top;
	    width: 49%;
	}
		.person_grid .column img {
			display: inline-block;
			height: auto !important;
			max-width: 83px;
			width: 26.9% !important;
		}
		.person_grid .column p {
			display: inline-block;
			font-size: 14px;
			padding: 0 0 0 2%;
			vertical-align: top;
			width: 69%;
		}
		.person_grid p strong {
			color: #01619d;
			font-size: 16px;
		}
		.person_grid p span.title {
			font-size: 16px;
		}
		.person_grid p.info {
			padding: 4px 0 0;
			width: 100%;
		}
		.person_grid p.map {
			padding: 4px 0 0;
			width: 90%;
		}
		.person_grid hr {
			margin-top: 0;
		}
		.person_grid iframe {
			width: 100%;
		}	

	@media screen and (max-width: 620px) {
		.person_grid .column {
			width: 100%;
		}
	}

.basic_grid { /*Example in Pyhäjoki page */
	display: table;
	font-size: 15px;
	height: 1%;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
	.basic_grid .column {
		display: table-cell;
		vertical-align: top;
		width: 49%;
	}
		.basic_grid .column img {
			display: inline-block;
			margin: auto;
			text-align: center;
		}
		.basic_grid .column p {
			display: inline-block;
			padding: 0 10px 10px 0;
		}
		.basic_grid iframe {
			width: 100%;
		}	

.grid_50  {
	clear: both;
	display: table;
	overflow: hidden;
	width: 100%;
}
	.grid_50  .column {
		color: #ea7600;
		cursor: pointer;
		display: block;
		padding: 40px 0;
		position: relative;
		text-align: center;
		vertical-align: middle;
		width: 100%;
/*
		-ms-word-break: break-all;
		word-break: break-all;
		word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
*/
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		transition: all 300ms ease-out;
	}
		.grid_50 .column:hover, .grid_50 .column:hover h2, .grid_50 .column:hover a {
			color: #009CDE;
		}
		.grid_50  .column h2 {
			color: #ea7600;
			font-size: 32px;
			font-weight: 300;
			line-height: 1.1;
			margin: 0  0 6px;
			padding: 0 10px;
		}
			.grid_50  .column h2 a {
				color: #ea7600;
				font-size: 32px;
				font-weight: 300;
				line-height: 1.1;
			}
			.grid_50  .column h2 a.small {
				font-size: 30px;
			}

		.grid_50  .column a {
			color: #ea7600;
			display: block;
			font-size: 18px;
			font-weight: 300;
		}

			.grid_50  .column a span.small {
				display: block;
				font-size: 17px;
			    padding: 20px 0 0;
			}

		.grid_50  .column img {
			margin: auto;
			width: 100%;
		}

	.grid_50  .column.green {
		background: #6cc24a;
		color: #fff;
	}
		.grid_50  .column.green:hover {
			background: #007A33;
			color: #fff;
		}
		.grid_50  .column.green:hover h2 {
			color: #fff !important;
		}
		.grid_50  .column.green a, .grid_50  .column.green h2 {
			color: #fff;			
		}
	.grid_50  .column.blue {
		background: #009cde;
		color: #fff;
	}
		.grid_50  .column.blue:hover {
			background: #00629B;
			color: #fff;
		}
		.grid_50  .column.blue:hover h2 {
			color: #fff;
		}
		.grid_50  .column.blue a, .grid_50  .column.blue h2 {
			color: #fff;			
		}
.grid_rekry {
	clear: both;
	padding: 10px 0 0;
	text-align: center;
}
	.grid_rekry h2 {
		font-size: 32px;
		font-weight: 300;
		margin: -43px 0 0;
	}
		.grid_rekry h2 span {
			background:  #fff;
			display: inline-block;
			padding: 0 20px;
		}

	.grid_rekry ul {

	}
		.grid_rekry ul li {
			background: none;
			display: inline-block;
			//float: left;
			list-style:  none;
			margin: 35px 0;
			padding: 0;
			text-align: center;
			vertical-align: top;
			width: 100%;
		}

		@media screen and (min-width: 330px) {
			.grid_rekry ul li {
				padding: 0 7.6% 0 0;
				width: 40%;
			}
			.grid_rekry ul li:nth-child(2n) {
				padding: 0 7.6% 0 0;
			}
		}


		@media screen and (min-width: 888px) {
			.grid_rekry ul li {
				padding: 0 7.6% 0 0;
				width: 18.9%;
			}
			.grid_rekry ul li:nth-child(2n) {
				padding: 0 7.6% 0 0;
			}
			.grid_rekry ul li:nth-child(4n) {
				padding: 0;
			}
		}


			.grid_rekry ul li a {
				color: #00629b;
				display: block;
			}

				.grid_rekry ul li img {
					border-radius: 90px;
					margin: 0 0 21px;
					max-width: 181px;
					width: 100%;
				}
				.grid_rekry ul li h2 {
					font-size: 19px;
					font-weight: 600;
					margin: 0;
					padding: 0;
				}
				.grid_rekry ul li p {
					margin: 0;
					padding: 0;
				}





@media screen and (min-width: 888px) {
	.page--recruitment .grid_rekry ul li {
	    padding: 0 7.6% 0 0;
    	width: 24.9%;
	}
}

@media screen and (min-width: 888px) {
	.page--recruitment .grid_rekry ul li:nth-child(4n) {
    	padding: 0 7.6% 0 0;
	}
}



/* Fennonen RSS */
.fennonen-rss {
}
	.fennonen-rss h2 {
		background: url(pics/fennonen-logo-rss.gif) 0 0 no-repeat;
		height: 31px;
		margin: 0 0 29px;
		padding: 0;
		text-indent: -999em;
		width: 123px;
	}
		.fennonen-rss h2 a {
			display: block;
		}

	.fennonen-rss .feedEntry {
		padding: 0 0 10px;
	}

	.fennonen-rss .feedDate {
		font-size: 12px;
	}

	.fennonen-rss .feedTitle {
		font-size: 15px;
	}

/* Accordion (Media/pyhäjoki pages) */
.accordion {
	/*margin: 0 0 40px;*/
	max-width: 500px;
	width: 100%;
}
	.accordion h2 {
		background: #69c443 url(pics/media/media_rss.png) 0 15px no-repeat;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		margin: 0;
		padding: 0 0 0 39px;
		-webkit-transition: background 300ms ease-out;
		-moz-transition: background 300ms ease-out;
		transition: background 300ms ease-out;
	}
	.accordion h2:hover {
		background-color: #007A33;
	}
		.accordion h2 span {
			background:  url(pics/media/media_rss_toggle_down.png) center right no-repeat;
			display:  block;
			padding: 15px 50px 15px 0;
		}
		.accordion h2.clicked span {
			background:  url(pics/media/media_rss_toggle_up.png) center right no-repeat;
		}
	.accordion-desc {
		background: #fafafa;
		padding: 30px 20px;
	}
		.accordion-desc input[type="text"] {
			background: #fafaf9;
			border: 1px solid #dbdbd8;
			font-size: 14px;
			font-weight: 400;
			max-width: 93%;
			padding: 10px 10px;
			width: 100%;
		}
			.accordion-desc input[type="text"]:focus {
				background: #fff;
				border: 1px solid #c8c8c8;
			}
		.accordion-desc #Tiedotetilaus {
			background: #019be1;
			border: 0;
			border-radius: 0;
			color: #fff;
			font-size: 16px;
			font-weight: 600;
			padding: 10px 40px;

			-webkit-transition: background 300ms ease-out;
			-moz-transition: background 300ms ease-out;
			transition: background 300ms ease-out;
		}
			.accordion-desc #Tiedotetilaus:hover {
				background: #00629B;
			}



/* Vastuullisuus
===========*/
/* Vastuullisuus linkkilista */
.link-list {
	padding: 36px 0 20px;
}
	.link-list h2 {
		margin-bottom: 15px;
	}
	
	.link-list p {
		padding: 0 0 21px 40px;
	}
		.link-list p a {
			color: #000;
		}
		.link-list p a:hover {
			color: #009CDE;
		}
/* Sisäiset linkit */
.customBulletinList {
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
}
	.customBulletinList .customBulletinListItem {
	    border-bottom: #bdbebe 2px dotted;
		margin: 0 0 25px;
		padding: 0 0 25px;
	}
		.customBulletinList .customBulletinListItemImage {
			margin: 0 0 18px;
		}
			.customBulletinList .customBulletinListItemImage img {
				max-width: 100%;
				width: 100%;
			}
		
		.customBulletinList .customBulletinListItemTitle {
			text-align: center;
		}

			.customBulletinList .customBulletinListItemTitle a {
				color: #000;
			}
#mainContent .customBulletinList .customBulletinListItem {
	clear: both;
    height: 1%;
    overflow: hidden;
}
	#mainContent .customBulletinList .customBulletinListItem a {
		color: #000;
		display: block;
		height: 1%;
	    overflow: hidden;
	}
	#mainContent .customBulletinList .customBulletinListItemTitle {
		text-align: left;
	}
	#mainContent .customBulletinList .customBulletinListItemImage {
		float: left;
		margin: 0 20px 0 0;
	}
		#mainContent .customBulletinList .customBulletinListItemImage img {
			height: 84px;
			width: 146px;
		}
/* Lue lisää Fennonen */
.lue-lisaa-fennonen {
	color: #009cdd;
	font-size: 14px;
	font-weight: 400;
    line-height: 2.6;
}
	.lue-lisaa-fennonen span {
		display: inline-block;
		padding: 0 15px 0 0;
	}
	.lue-lisaa-fennonen a {
		display: inline-block;
	    background: url(pics/fennonen-logo-rss.gif) 0 0 no-repeat;
    height: 31px;
    margin: 0 0 29px;
    padding: 0;
    text-indent: -999em;
    width: 123px;
	}
	
/*** Large image thumbnail ***/
.large-image {
	border: 2px solid #00629B;
	max-width: 300px;
}


/* Media queries
===========*/

@media screen and (min-width: 360px) {
	.lang {
		float: right;
		margin: 42px 0 0 0;
		padding:0;
	}
		.lang a {
			display: block;
			margin: 0 0 5px 0;
			text-align: right;
		}
	
}

@media screen and (min-width:700px) {

	.mainText {
		float: right;
		width: 70%;
	}
	.column1Text {
		clear: none;
		width: 27%;
	}

	.grid_50  .column { 
		display: table-cell;
		padding: 0;
		width: 50%;
	}
	.grid_50.height {
		height: 314px;
	}
	#column1 .grid_50 .column {
		padding: 50px 10px
	}

}
@media screen and (max-width: 754px) {
	#content {
		margin: -326px auto 0;
	}
}

@media screen and (max-width: 685px) {
	#content {
		margin: -344px auto 0;
	}
}

@media screen and (max-width: 603px) {
	#content {
		margin: -364px auto 0;
	}
}

@media screen and (max-width: 560px) {
	#content {
		margin: -390px auto 0;
	}
}
@media screen and (max-width: 430px) {
	#content {
		margin: -408px auto 0;
	}
}
@media screen and (max-width: 370px) {
	#content {
		margin: -423px auto 0;
	}
}
@media screen and (max-width: 320px) {
	#content {
		margin: -435px auto 0;
	}
}


@media screen and (max-width: 560px) {

	.middleLeft, .middleCenter, .middleRight {
		border: 0; 
		float: none;
		width: 100%;
	}
		.middleLeft p, .middleCenter p , .middleRight p {
			text-align: left !important;
		}
}

@media screen and (min-width: 630px) {

	

	/* footer */
	.footer_columns .column.column2 {
		width: 33%;
	}
	.footer_columns .column.column3 {
		width: 33%;
	}
	.footer_columns .column.column4 {
		clear: none;
		width: 33%;
	}

}

@media screen and (min-width: 751px) {

	

	#main {
		/*max-width: 673px; vesa*/
		width: 70.9%;
	}

		.mainText {
			width: 62.9%;
		}
	
	#column1 {
		clear: none;
		float: right;
		width: 23.4%;
	}
		.column1Text {
			width: 33.6%;
		}

	/* .thirdNav */
	.thirdNav {
		display: block;
	}
	#main .thirdNav {
		display: none;
	}
	
	/* .columnBox */
	.columnBox {
		/*max-width: 192px;*/
	}

}

@media screen and (min-width: 780px) {

	.subnav {
		display: block;
	}

}











@media screen and (min-width: 888px) {

	.top_area {
		border-bottom: 1px dashed #bcbdbd;
		float: right;
		max-width: 600px;
		width: 56.1%;
	}

	.logo {
		top: 51px;
	}
	.logo img {
		height: auto;
		width: auto;
	}

	.lang {
		float:  left;
		margin: 8px 4% 0 0;
	}
		.lang a {
			display:  inline-block;
			margin: 13px 22px 0px 0;
			text-align: left;
		}

	.headerSome {
		clear: none;
		float: left;
		margin: 12px 0 11px;
	}
	.searchBox {
		display: block;
	}

	#contentCenter {
		padding: 0 4%;
	}
}

@media screen and (min-width: 889px) {

	.headerWrapper {
		height: 114px;
		/*margin-bottom: 20px;*/
	}
}

@media screen and (min-width: 920px) {

	.footer_columns .column.column1 {
		margin-bottom: 0;
		width: 29.5%;
	}
	.footer_columns .column.column2 {
		width: 20%;
	}
	.footer_columns .column.column3 {
		width: 20%;
	}
	.footer_columns .column.column4 {
		clear: none;
		width: 20%;
	}

}

@media screen and (min-width: 970px) {

	#nav ul, .normalNavigationContainer ul {
		/*margin: auto;*/
		overflow: visible;
	}
}	
	
@media screen and (max-width: 810px) {
		
	.grid_50 .column h2 {
		font-size: 29px;
	}	
}	
	
	
/*
		#nav UL LI:nth-child(7), .normalNavigationContainer ul li:nth-child(7) {
			margin-left: 89px;
			margin-left: 9%;
			position: relative;
		}
		

		:lang(en) #nav UL LI:nth-child(7), :lang(en) .normalNavigationContainer ul li:nth-child(7) {
			margin-left: 0;
		}
*/
		/*#nav UL LI:nth-child(7):before, .normalNavigationContainer UL LI:nth-child(7):before {
			background: url(pics/navGooseIcon.png) 0 0 no-repeat;
			content: '';
			display: block;
			height: 57px;
			left: -34px;
			position: absolute;
			top: -13px;
			width: 36px;
		}
		:lang(en) #nav UL LI:nth-child(7):before, :lang(en) .normalNavigationContainer UL LI:nth-child(7):before {
			background-image: none;
		}
}*/

/* Rekry ilmoitukser */
.recruitment-time {
	margin: 0px 0 40px;
}
.recruitment-link {
    margin: 10px 0 30px;
}




/*.recruitment-text p br, .recruitment-text p em*/