/* Lomake */

.form_contents {}

.form_contents .form_row .form_row_edit {
	padding: 5px;
	display: block;
	clear: both;
	font-size: 10px;
	font-family: verdana;
	height: 232px;
	overflow: auto;
}

.form_contents .form_row .form_row_edit input {
	display: inline;
	width: 40%;
	border: none;
	line-height: 14px;
	margin: 0;
	font-size: 10px;
	font-family: verdana;
	padding: 2px;
}

.form_contents .form_row .form_row_edit div.form_row_edit_options input.form_edit_cb {
	width: 12px;
	margin-right: 5px;
}

.form_contents .form_row .form_row_edit li input.form_edit_cb {
	width: 12px;
	display: inline;
	vertical-align: middle;
	margin-left: 2px;
}

.form_contents .form_row .form_row_edit li img {
	vertical-align: middle;
	margin-left: 1px;
}

.form_contents .form_row .form_row_edit span {
	float: right;
	margin: 2px 2px 0 0;
}

.form_contents .form_row .form_row_edit span a {
	float: left;
	margin-left: 1px;
}

.form_contents .form_row .form_row_edit label span {
	/* float: none; */
	/* display: inline; */
}

.form_contents .form_row .form_row_edit label input {
	font-weight: bold;
	font-size: 10px;
}

.form_contents .form_row .form_row_edit li label input {
	font-weight: normal;
}

.form_contents .form_row .form_row_edit ul {
	margin: 4px 0 0;
	padding: 0;
	list-style-type: none;
}

.form_contents .form_row .form_row_edit li {
	margin: 0 0 1px;
	padding: 0;
	line-height: 14px;
}

.form_contents .form_row .form_row_edit li input {
	border: 1px dotted #ddd;
}

.form_contents .form_row .form_row_edit div.form_row_edit_options {
	margin: 0 0 1px 0;
	display: block;
	clear: both;
	border: solid 1px #949494;
	padding: 5px;
	background: #f5f5f5;
}

.form_contents .form_row .form_row_edit div.form_row_edit_options label {
	width: 20%;
	display: inline-block;
	margin: 0;
	font-size: 10px;
}

.form_contents .form_row .form_row_edit div.form_row_edit_options label.label_row {
	width: 99%;
}

.form_contents .form_row .form_row_edit div.form_row_edit_options input {
	border: solid 1px #949494;
	width: 78%;
	display: inline-block;
}

.form_contents .form_row .form_row_edit span a.cms_element_button {
	margin: 0 0 5px 0;
}

.form_contents .form_row .form_row_edit div {
	margin: 0 0 1px 0;
	padding: 0;
	line-height: 14px;
}

.form_contents .form_row .form_row_edit div input {
	border: 1px dotted #ddd;
	width: 99%;
}

.form_contents .form_row .form_row_edit div textarea {
	border: 1px dotted #ddd;
	width: 99%;
}

.form_contents .form_row_edit_options label {
	font-weight: bold !important;
}

.form_contents .form_row_edit .form_input_submit_button,
.form_contents .form_row_edit .form_input_clear_button {
	background: #eaeaea;
	/* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #eaeaea));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
	/* Opera11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
	/* IE10+ */
	background: linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
	/* W3C */
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	line-height: 18px;
	height: 18px;
	border: 1px solid #696969;
	padding: 0 9px;
	width: 100px;
	text-align: center;
}

.form_contents .form_row .errormessage {
	display: none;
}

.confirmtitle {
	font-weight: bold;
}

.EventFullNote {
	color: red;
	display: block;
	margin: 0 0 10px;
}


/* näistä tyyleistä voi ottaa mallia sivuston lomaketta tehtäessä */

.form_contents .form_row,
.form_contents .form_input_submit {
	display: block;
	margin-bottom: 15px;
}

.form_contents .form_row .form_section_content p {
	margin: 0;
}

.form_contents .form_input_submit_button,
.form_contents .form_input_clear_button {
	font-size: 10px;
}

.form_contents .form_checkboxes input {
	/* margin: 0px;
	margin-right: 6px; */
}

.form_contents .form_input input,
.form_contents .form_textarea textarea {
	display: block;
	width: 80%;
	border: 1px solid #949494;
	padding: 2px;
	font-size: 10px;
	vertical-align: middle;
}

.form_contents .form_input input:focus,
.form_contents .form_textarea textarea:focus {
	background: #ffffff;
	border: 1px solid #aaa;
}

.form_contents .form_select select {
	display: block;
	font-size: 10px;
}

.form_contents .form_row .form_section_title label,
.form_contents .form_row .form_section_title h3 {
	font-weight: bold;
	display: inline-block;
	padding-bottom: 4px;
}

.form_contents .form_row .form_section_title {}

.form_contents .form_row .form_section_content {}

.form_contents .form_row h3 {
	font-weight: bold;
	font-size: 11px;
}

.form_contents .form_checkboxes label,
.form_contents .form_radios label {
	font-weight: normal;
}

.form_contents .form_checkboxes .form_section_content span {
	display: block;
}

.form_contents .form_row.error {}

.form_contents .form_row.error .errormessage {
	display: block;
	clear: both;
	color: #d31313;
	background: url(../ElementImages/huom.png) top left no-repeat;
	line-height: 13px;
	margin: 0 0 4px 0px;
	padding-left: 18px;
}

.saannot_wrapper {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.saannot_placer {
	color: #575556;
	font-size: 12px;
	left: 32px;
	position: absolute;
	top: -55px;
}

#saannot_popup {
	position: absolute;
	box-shadow: 2px 2px 2px #cccccc;
	background: #ffffff;
	display: none;
	width: 500px;
	border: 2px solid #666666;
	z-index: 10000;
	padding: 25px 25px 25px 25px;
	top: 50px;
	margin: 0 0 0 14px;
}

#saannot_popup .divtext {
	font-size: 11px;
}

.closewindow {
	float: right;
}

.closewindow a {
	background: none repeat scroll 0 0 #666666;
	border-radius: 10px 10px 10px 10px;
	color: #FFFFFF;
	float: right;
	font: 11px 'NeutraText-Demi', Arial, Helvetica, sans-serif;
	padding: 5px 12px 3px;
	text-decoration: none;
	text-transform: uppercase;
}

.closewindow a:hover,
.closewindow a:focus {
	text-decoration: none;
	color: #ef4031;
}

.form_contents .form_row.form_radios span.form_required_field,
.form_contents .form_row .form_row_edit span.form_required_field {
	float: none;
}

.form_contents .form_row .form_row_edit,
.form_contents .form_select select {
	font-family: inherit;
	font-size: inherit;
	padding: 0;
}

input:focus {
	/* outline: none; */
}


/* /Lomake */


/* Font-face */

@font-face {
	font-family: "FagoWebPro-Bold";
	src: url("fonts/FagoWebPro-Bold.eot");
	src: url("fonts/FagoWebPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/FagoWebPro-Bold.woff") format("woff");
}

@font-face {
	font-family: "FagoWebPro-CondBold";
	src: url("fonts/FagoWebPro-CondBold.eot");
	src: url("fonts/FagoWebPro-CondBold.eot?#iefix") format("embedded-opentype"), url("fonts/FagoWebPro-CondBold.woff") format("woff");
}

@font-face {
	font-family: "FagoWebPro-Medium";
	src: url("fonts/FagoWebPro-Medium.eot");
	src: url("fonts/FagoWebPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/FagoWebPro-Medium.woff") format("woff");
}

h1,
h2 {
	font-family: "FagoWebPro-CondBold", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3,
h4,
h5,
h6,
#navi-extra li a,
#navi-lang li a,
#menuToggle .toggletext,
#navi-main li a,
.navi-title,
.asiointi ul,
.news-item a,
.more-link,
.social-feed .feed-items,
.content-row.subscription a,
.content-row.content-row-social,
.last-updated,
#footer .link-list li a,
#footer .contact-info,
.footer-bottom {
	font-family: "FagoWebPro-Medium", Arial, Helvetica, sans-serif;
	font-weight: normal;
}


/* General */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

html {
	font-size: 100%;
	line-height: 1.30;
}

body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	line-height: 1.30;
	color: #000;
	background-color: #fff;
}

body.bg {}

img {
	height: auto;
	max-width: 100%;
}

img,
a img {
	border: none;
}

::-webkit-input-placeholder {
	color: #555555;
}

:-moz-placeholder {
	color: #555555;
}

::-moz-placeholder {
	color: #555555;
}

:-ms-input-placeholder {
	color: #555555;
}

.anchor-tag {
	height: 0;
	width: 0;
	line-height: 0;
	visibility: hidden;
}


.skip-link-container {
    text-align: center;
}

.skip-link {
	position: absolute;
	top: -999em;
	left: -999em;
}

.skip-link:focus {
	position:static;
	padding:4px;
}



.element-invisible {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
}

abbr[title] {
	border-bottom-width: 0;
}

hr {
	height: 1px;
	margin: 15px 0;
	color: #d9d9d9;
	background-color: #d9d9d9;
	border: 0;
}


/* Text elements */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 20px 0;
	/*color: #222222;*/
}

h1 {
	font-size: 2.188rem;
	line-height: 1.20;
}

h2 {
	font-size: 1.385rem;
	line-height: 1.20;
}

h3 {
	font-size: 1.00rem;
	line-height: 1.20;
}

h4 {
	font-size: 1.00rem;
	line-height: 1.20;
}

h5,
h6 {
	font-size: 1.00rem;
	line-height: 1.20;
}

.front h2 {
	font-size: 2.500rem;
	margin-bottom: 30px;
	margin-top: 0;
	/*padding: 0 0 0.50rem;*/
	text-align: center;
}

.front .content-row h2 {
	text-transform: uppercase;
}

.front h3 {
	color: #035ca7;
	margin-bottom: 20px;
	font-size: 1.563rem;
	text-align: center;
}

.box-header {
	margin: 0 0 8px 0;
	padding: 10px 0;
	font: bold 1.08em/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	background: #035ca7;
	border-radius: 4px;
}

p {
	margin: 0 0 1.00rem;
}

a {
	color: #035ca7;
	text-decoration: none;
	cursor: pointer;
	-webkit-touch-callout: none;
}

#content-main a {
	font-weight: 600;
}

a:focus {
	 /* outline: none !important; */ 
}

h2 a,
h3 a {
	color: #035ca7;
}

a:hover,
a:focus,
#navi-sub a.active,
#navi-sub a:hover,
#navi-sub a:focus,
.sidebar-left-extra-links a:hover,
.sidebar-left-extra-links a:focus {
	color: #D0398F;
	text-decoration: underline;
}

.centered {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.iframe-wrapper {
	display: block;
	height: 0;
	margin: 0 0 1.00rem;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 0;
	position: relative;
}

iframe {
	border: none;
	max-width: 100%;
	width: 100%;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0;
	width: 100% !important;
}

button {
	border: none;
	cursor: pointer;
	display: inline-block;
	-webkit-appearance: none;
}

button:focus,
input[type="submit"]:focus {
	/* outline: none !important; */
}

.btn {
	background: #147FA9;
	color: #fff;
	display: inline-block;
	font-family: "FagoWebPro-Medium", Arial, Helvetica, sans-serif;
	padding: 14px 20px;
	text-align: center;
	transition: 0.2s background-color ease-out, 0.2s color ease-out;
	word-wrap: break-word;
}

.btn:hover,
.btn:focus {
	background: #D0398F;
	text-decoration: none !important;
}

.btn-large {
	font-size: 1.063rem;
	text-transform: uppercase;
}

.btn-block {
	display: block;
}

img.left {
	float: left;
	margin: 0 20px 20px 0;
}

img.right {
	float: left;
	margin: 0 0 20px 20px;
}

.read-more-link {
	text-align: right;
	margin: 20px 0;
	font-size: 1em !important;
}

#content-main .read-more-link {
	margin: 10px 0;
}

.read-more-link.margins {
	margin-right: 20px;
}

#content-main ul {
	margin: 10px 0;
	padding: 0 0 0 16px;
	list-style: disc;
}

#content-main li {
	margin: 10px 0;
	padding: 0;
}

#content-main table {
	width: 100%;
	margin: 1.00rem 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	text-align: left;
}

#content-main table th,
#content-main table td {
	font-weight: normal;
	padding: 4px 16px 4px 2px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

#content-main table th {
	background-color: #f7f7f7;
}

#content-main table .right {
	text-align: right;
}

.image-banner {
	display: block;
}

.image-banner a {
	border: 1px solid rgba(255, 255, 255, 0);
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	position: relative;
	transition: 0.2s border ease-out;
}

.image-banner a:hover,
.image-banner a:focus {
	border: 1px solid #D0398F;
}

.image-banner img {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}


/* Header */

#header {
	background: #fff;
	box-sizing: border-box;
	color: #035ca7;
	font-size: 1.063rem;
	padding: 0 15px;
	width: 100%;
	z-index: 100;
}

#header a {
	color: #035ca7;
}

#header-inner {
	border-bottom: 1px solid #fff;
	padding: 25px 0 0;
	position: relative;
	max-width: 1290px;
	margin: 0 auto;
	z-index: 2;
}

#header .header-right {
	overflow: hidden;
	text-align: right;
}

#header .header-right>* {
	margin: 10px 0 30px 25px;
	vertical-align: middle;
}

#logo-header {
	display: block;
	float: left;
	font-family: "FagoWebPro-CondBold";
	font-size: 22px;
	line-height: 24px;
	margin-top: 0;
	text-transform: uppercase;
}

#logo-header a {
	display: block;
}

#logo-header a:hover,
#logo-header a:focus {
	text-decoration: none;
}

#logo-header img {
	margin: 0;
	vertical-align: middle;
}

#logo-header .site-name {
	margin: 0 0 0 20px;
}

#logo-header a:hover .site-name,
#logo-header a:focus .site-name {
	text-decoration: underline;
}


/* Header search */

#header-search {
	display: inline-block;
	margin-top: 10px;
}

.search form {
	position: relative;
}

.search-input {
	box-sizing: border-box;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 0.941rem;
	font-style: italic;
	width: 155px;
	height: 36px;
	padding: 0 36px 0 10px !important;
	line-height: 36px;
	border: 1px solid #949494;
	background: #fff;
}

#header-search .search-input {
	width: 155px;
}

.search-input:hover {}

.search-input:focus {
	border: 1px solid #147FA9;
}

.search-submit {
	background-color: #147FA9;
	background-image: url(../../images/prh/icon_magnifier.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #ffffff;
	border: none;
	cursor: pointer;
	text-indent: -22000px;
	width: 26px;
}

.search-submit:hover,
.search-submit:focus {
	background-color: #D0398F;
}

.header-search-link {
	float: left;
	margin-left: 10px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	line-height: 32px;
	text-transform: uppercase;
}


/* Navigations */

.navi {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navi-text,
#navi-sitemap,
#navi-lang {}

#navi-text {
	left: 4px;
}

#navi-sitemap {
	left: 380px;
}

#navi-lang,
#navi-lang2 {
	display: inline-block;
	text-align: right;
}

#navi-text li,
#navi-lang li,
#navi-lang2 li {
	display: inline-block;
	text-align: right;
}

#navi-text li {
	margin: 0 15px 0 0;
}

#navi-lang li,
#navi-lang2 li {
	margin: 0 0 0 10px;
}

#navi-lang li:first-child,
#navi-lang2 li:first-child {
	margin: 0;
}

#navi-lang li .active,
#navi-lang2 li .active {
	text-decoration: underline;
}

#navi-extra {
	display: inline-block;
}

#navi-extra li {
	display: block;
	float: left;
	margin-left: 15px;
}

#navi-extra li:first-child {
	margin-left: 0;
}

body #navi-extra li a {
	color: #035ca7;
	display: inline;
	padding: 0;
}

#navi-extra li a:hover {}

#navi-extra li img {
	margin: 0 0 0 7px;
	vertical-align: middle;
}


/* Main navi */

.navi-main-wrapper {
	overflow: hidden;
}

#navi-main {
	background: rgb(21, 47, 119);
	background: -moz-linear-gradient(175deg, rgb(21, 47, 119) 0%, rgb(6, 96, 167) 100%);
	background: -webkit-linear-gradient(175deg, rgb(21, 47, 119) 0%, rgb(6, 96, 167) 100%);
	background: -o-linear-gradient(175deg, rgb(21, 47, 119) 0%, rgb(6, 96, 167) 100%);
	background: -ms-linear-gradient(175deg, rgb(21, 47, 119) 0%, rgb(6, 96, 167) 100%);
	background: linear-gradient(265deg, rgb(21, 47, 119) 0%, rgb(6, 96, 167) 100%);
	box-sizing: border-box;
	min-height: 50px;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}

#navi-main-inner {
	position: relative;
	max-width: 1290px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	z-index: 500;
}

#navi-main ul {
	text-align: left;
}

#navi-main ul.navi {
	font-size: 0;
	padding-left: 47px;
}

#navi-main li {
	display: inline-block;
	font-size: 1.063rem;
}

#navi-main li a {
	box-sizing: border-box;
	display: block;
	padding: 10px 20px;
	color: #ffffff;
}

#navi-main li a:hover,
#navi-main li a:focus,
#navi-main li a.active {
	background-color: #D0398F;
	text-decoration: none;
}

#navi-main .navi li a {
	min-width: 205px;
	/*min-width: 220px;*/
	text-align: center;
	transition: 0.2s background-color ease-out, 0.2s color ease-out;
}

#navi-main .navi li.home {
	left: 0;
	position: absolute;
}

#navi-main .navi li.home a {
	background-image: url('../../images/prh/icons-fixed.png');
	background-position: -52px 13px;
	background-repeat: no-repeat;
	box-sizing: content-box;
	min-height: 17px;
	min-width: 17px;
	padding: 10px 15px;
	text-indent: -22000px;
}

#navi-main .navi li.home a.active {
	background-color: transparent;
}

#navi-main .navi li.home a.active:hover,
#navi-main .navi li.home a.active:focus {
	background-color: #D0398F;
}

#navi-main li.home .icon {
	content: "";
	display: block;
	width: 17px;
}


/* Sub navi */

.navi-title {
	margin: 0;
}

#navi-sub .navi-title a {
	background: #147FA9;
	color: #fff;
	display: block;
	line-height: 1.3;
	padding: 8px 16px;
}

#navi-sub .navi-title a:hover,
#navi-sub .navi-title a:focus {
	background: #D0398F;
	text-decoration: none;
}

#navi-sub a {
	color: #096fbb;
	font-size: 0.90rem;
}

#navi-sub .level-1 {
	padding-bottom: 30px;
}

#navi-sub .level-1 ul {
	display: none;
}

#navi-sub .level-1 .open>ul {
	display: block;
}

#navi-sub .level-2-item,
#navi-sub .level-3-item,
#navi-sub .level-4-item {
	padding: 10px 0;
}

#navi-sub .level-2-item.open,
#navi-sub .level-3-item.open {
	padding-bottom: 0;
}

#navi-sub .level-1-item {
	border-left: 1px solid transparent;
}

#navi-sub .level-1-item.open {
	margin: -1px 0 0 0;
	background-color: #ffffff;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}

#navi-sub .level-1-wrapper {
	display: block;
}

#navi-sub .open .level-1-wrapper,
#navi-sub .level-1-wrapper:hover,
#navi-sub .level-1-wrapper:focus {
	margin: -1px 0 0 -1px;
	border: 1px solid #d9d9d9;
	border-right: none;
	background: #D0398F;
}

#navi-sub .level-1-link {
	display: block;
	margin: 0 16px 0 0;
	padding: 8px 0 8px 24px;
	font-family: "FagoWebPro-Bold", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #d9d9d9;
}

#navi-sub .open .level-1-wrapper .level-1-link,
#navi-sub .level-1-wrapper:hover .level-1-link,
#navi-sub .level-1-wrapper:focus .level-1-link {
	margin-right: 0;
	padding-right: 16px;
	color: #ffffff;
	border-bottom: none;
}

#navi-sub .level-2 {
	padding: 0 16px 0 24px;
}

#navi-sub .level-3 {
	margin: 8px 0 0 0;
	padding: 0 0 0 16px;
	border-top: 1px solid #d9d9d9;
}

#navi-sub .level-4 {
	margin: 8px 0 0 0;
	padding: 0 0 0 16px;
	border-top: 1px solid #d9d9d9;
}

#navi-sub .level-2-item,
#navi-sub .level-3-item,
#navi-sub .level-4-item {
	margin-top: -1px;
	border-top: 1px solid #d9d9d9;
}

#navi-sub .level-2-link,
#navi-sub .level-3-link,
#navi-sub .level-4-link {
	display: block;
	margin-left: 5px;
	font-family: "FagoWebPro-Medium", Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}

#navi-sub .parent-link {
	display: block;
	float: right;
	width: 24px;
	height: 1.25em;
	margin-left: 0;
	background: url('../../images/prh/icons-fluid.png') 9px -374px no-repeat;
	cursor: pointer;
}

#navi-sub .open>a .parent-link {
	background-position: 8px -432px;
}

#navi-sub a:hover .parent-link,
#navi-sub a:focus .parent-link {
	background-position: 9px -489px;
}

#navi-sub .open>a:hover .parent-link,
#navi-sub .open>a:focus .parent-link {
	background-position: 8px -547px;
}

#navi-sub .level-1-wrapper>.level-1-link .parent-link {
	background-position: 9px -374px;
}

#navi-sub .open>.level-1-wrapper .parent-link,
#navi-sub .open>.level-1-wrapper:hover .parent-link,
#navi-sub .open>.level-1-wrapper:focus .parent-link {
	background-position: 8px -661px;
}

#navi-sub .level-1-wrapper:hover>a .parent-link,
#navi-sub .level-1-wrapper:focus>a .parent-link {
	background-position: 9px -603px;
}

.sidebar-left-extra-links {
	margin: 30px 16px 0 0;
	padding: 10px;
	border: 1px solid #d9d9d9;
	background-color: #ffffff;
}

.sidebar-left-extra-links a {
	color: #096FBB;
	font-weight: bold;
}


/* Content */

#content {
	width: 100%;
	z-index: 1;
}

.bg #content {
	background: #f7f7f7;
}

#content-inner {
	overflow: visible;
	max-width: 986px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	box-sizing: border-box;
	flex-direction: row-reverse;
}

#content-main {
	box-sizing: border-box;
	position: relative;
	/* margin-left: 30%; */
	width: 70%;
	float: left;
	padding: 0 25px 40px 25px;
	background: #fff;
}

#sidebar-left {
	background: #f7f7f7;
	background: -moz-linear-gradient(left, #f7f7f7 0%, #efefef 100%);
	background: -webkit-linear-gradient(left, #f7f7f7 0%, #efefef 100%);
	background: linear-gradient(to right, #f7f7f7 0%, #efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#efefef', GradientType=1);
	border-right: 1px solid #ddd;
	box-sizing: border-box;
	width: 30%;
	float: left;
	/* margin-left: -100%; */
	overflow: hidden;
	padding: 30px 0 40px;
}

#sidebar-left::before {
	background: #f7f7f7;
	content: "";
	display: block;
	float: left;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
}

#sidebar-right {
	box-sizing: border-box;
	clear: both;
	width: 100%;
	float: none;
	padding-top: 16px;
	padding-bottom: 85px;
}

#content-bottom {
	position: relative;
	margin: 0 auto;
	padding: 30px 15px;
}

.content-row {
	position: relative;
	max-width: 986px;
	margin: 0 auto;
}

.b-top {
	border-top: 1px solid #d9d9d9;
}

.b-left {
	border-left: 1px solid #d9d9d9;
}

.b-bottom {
	border-bottom: 1px solid #d9d9d9;
}

.b-right {
	border-right: 1px solid #d9d9d9;
}

.content-row.b-left,
.content-row.b-right {
	max-width: 987px;
}

.content-row.b-left.b-right {
	max-width: 986px;
}

.content-row-grey {
	background: url('../../images/prh/bg-grey.png') 0 0 repeat-y;
}

.content-hr {
	border-top: 2px solid #d9d9d9;
}

.content-left {
	float: left;
	width: 66%;
	background: #ffffff;
}

.content-right {
	float: right;
	width: 33%;
}

.content-row.b-left .content-left,
.content-left.b-left {}

.content-left.no-border {
	border-right: none;
}

.content-row.b-right .content-right,
.content-right.b-right {}

.content-right.no-border {
	margin-left: 0;
	border-left: none;
}

.content-row-grey .content-right {
	background-color: #ffffff;
}


/* Breadcrumbs*/

#breadcrumbs {
	margin: 16px 0 25px 0;
	font-size: 0.846em;
	font-weight: normal;
	line-height: 1.35em;
}
#breadcrumbs a {
	font-weight: normal;
}

#breadcrumbs .current {
	color: #000;
}

#breadcrumbs .separator {
	margin: 0 5px;
	color: #000;
}


/* Frontpage slider */

.frontpage-slider {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 15px;
}

.frontpage-slider-wrapper {
	max-width: 986px;
	margin: 0 auto;
}

.frontpage-slider .bx-viewport {
	border: 1px solid #d9d9d9;
}

.frontpage-slider li img {
	display: block;
}

.frontpage-slider .bx-controls-direction {
	position: absolute;
	top: 50%;
	right: 15px;
	left: 15px;
}

.frontpage-slider .bx-prev,
.frontpage-slider .bx-next {
	display: block;
	position: absolute;
	width: 30px;
	height: 52px;
	margin-top: -36px;
	text-indent: -9999em;
}

.frontpage-slider .bx-prev {
	left: -45px;
	background: url('../../images/prh/icons-fixed.png') -134px 10px no-repeat;
}

.frontpage-slider .bx-prev:hover,
.frontpage-slider .bx-prev:focus {
	background-position: -272px 10px;
}

.frontpage-slider .bx-next {
	right: -45px;
	background: url('../../images/prh/icons-fixed.png') -192px 10px no-repeat;
}

.frontpage-slider .bx-next:hover,
.frontpage-slider .bx-next:focus {
	background-position: -330px 10px;
}

.frontpage-slider .bx-pager {
	float: right;
	margin: 3px 3px 3px 0;
}

.frontpage-slider .bx-pager-item {
	float: left;
}

.frontpage-slider .bx-pager-link {
	display: block;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
	background: url('../../images/prh/icons-fixed.png') -54px -152px no-repeat;
}

.frontpage-slider .bx-pager-link:hover,
.frontpage-slider .bx-pager-link:focus {
	background-position: -113px -152px;
}

.frontpage-slider .bx-pager-link.active {
	background-position: 4px -152px;
	cursor: default;
}


/* Highlighted */

.highlighted {
	background: url(../../images/prh/bg_lightblue.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 30px 15px 0;
}

.highlighted>*:last-child {
	margin-bottom: 0;
}

.front #content h2 {
	/*border-bottom: 1px solid #035ca7;*/
	color: #035ca7;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 715px;
	text-align: center;
}

.asiointi ul {
	list-style-type: none;
	margin: 0;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
	padding: 0;
}

.asiointi ul li {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 0 0 30px;
	padding: 0 15px;
	width: 33.333%;
}

.asiointi ul li:focus {
	/* outline: none; */
}

.asiointi ul li a {
	background: #147FA9;
	color: #fff;
	display: block;
	font-size: 1.063rem;
	padding: 20px 30px;
	text-align: center;
	transition: 0.2s background-color ease-out, 0.2s color ease-out;
	word-wrap: break-word;
}

.asiointi ul.ui-tabs-nav li a {
	background: #035ca7;
}

.asiointi ul li a:hover,
.asiointi ul li a:focus,
.asiointi ul li:focus a {
	background: #147FA9;
	text-decoration: none;
}

.asiointi ul li.ui-state-active a {
	background: #D0398F;
}

.asiointi ul li a:focus,
.asiointi ul li.ui-state-focus a {
	/* outline: none !important; */
}

.asiointi ul.asiointilinkit li {
	display: block;
}

.asiointi ul.asiointilinkit li a {
	box-sizing: border-box;
	display: block;
	height: 100%;
	position: relative;
	text-align: center;
	word-wrap: break-word;
	width: 100%;
}

.asiointi ul.asiointilinkit li a:hover,
.asiointi ul.asiointilinkit li a:focus {
	background: #D0398F;
}

.asiointi ul li a span,
.asiointi ul.asiointilinkit li a span {
	display: inline-block;
	max-width: 100%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	word-wrap: break-word;
}

.asiointi ul.asiointilinkit li a span:after {
	content: "\203A";
	display: inline;
	margin: 0 0 0 7px;
}


/* Front page 3 column layout */

.columns {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}

.columns .column {
	box-sizing: border-box;
	float: left;
	padding: 0 15px;
}

.columns .column>*:first-child>*:first-child {
	margin-top: 0;
}

.columns-3 .column {
	width: 33.333%;
}

.news .news-item a,
.customer-announcements .news-item a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.20);
	display: block;
	padding: 20px;
	position: relative;
}

.news-item a:hover,
.news-item a:focus {
	text-decoration: none;
}

.news .news-item .date:after,
.customer-announcements .news-item .date:after {
	background: url(../../images/prh/icon_circled_arrow_blue.png) no-repeat 50% 0;
	content: "";
	display: inline-block;
	height: 25px;
	margin: -5px 0 0 7px;

	vertical-align: middle;
	width: 25px;
	position: absolute;
    right: 20px;
}

.news .news-item:first-of-type a,
.news .news-item:last-child a,
.customer-announcements .news-item:first-of-type a,
.customer-announcements .news-item:last-child a {
	border-bottom: none;
}

.news .news-item a>*:first-child,
.customer-announcements .news-item a>*:first-child {
	margin-top: 0;
}

.news .news-item a>*:last-child,
.customer-announcements .news-item a>*:last-child {
	margin-bottom: 0;
}

.news .news-item:first-of-type a,
.customer-announcements .news-item:first-of-type a {
	background: #ebebec;
}

.news-item h4,
.customer-announcements h4 {
	margin-bottom: 0.20rem;
}

.news-item a .date,
.customer-announcements a .date {
	color: #000;
	display: block;
}

.banners.news .news-item a .date {
	max-width: calc(100% - 27px);
}

.more-link {
	font-size: 1.063rem;
}

.news .more-link,
.customer-announcements .more-link {
	padding: 20px 20px 0;
}

.banners .more-link {
	padding: 20px 20px;
}

.more-link a:after {
	background: url(../../images/prh/icon_chevron_right_blue.png) no-repeat 50% 50%;
	content: "";
	display: inline-block;
	height: 12px;
	margin: 0 0 0 7px;
	width: 5px;
}

.banners .banner-item {
	margin: 0 0 15px;
}

.banners .banner-item:last-child {
	margin: 0;
}

.banners .banner-item a {
	display: block;
}

.banners .banner-item img {
	display: block;
	margin: 0 auto;
}


/* Explore */

.explore {
	width: 652px;
	margin-bottom: 6px;
}

.explore-header {
	height: 16px;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #035CA7;
}

.explore-button {
	display: block;
	float: left;
	width: 151px;
	padding: 12px 0 12px 11px;
	font: normal 1.14em/1em 'FagoWebPro-Bold', Arial, Helvetica, sans-serif;
	background: #085fb1;
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #0a80c5), color-stop(100%, #085fb1));
	background: -webkit-linear-gradient(top, #0a80c5 0%, #085fb1 100%);
	background: -moz-linear-gradient(top, #0a80c5 0%, #085fb1 100%);
	background: -ms-linear-gradient(top, #0a80c5 0%, #085fb1 100%);
	background: -o-linear-gradient(top, #0a80c5 0%, #085fb1 100%);
	background: linear-gradient(top, #0a80c5 0%, #085fb1 100%);
	border-left: 1px solid #4793cc;
}

.explore-button:hover,
.explore-button:focus {
	background: #d558a1;
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #d558a1), color-stop(100%, #b14599));
	background: -webkit-linear-gradient(top, #d558a1 0%, #b14599 100%);
	background: -moz-linear-gradient(top, #d558a1 0%, #b14599 100%);
	background: -ms-linear-gradient(top, #d558a1 0%, #b14599 100%);
	background: -o-linear-gradient(top, #d558a1 0%, #b14599 100%);
	background: linear-gradient(top, #d558a1 0%, #b14599 100%);
}

.explore-button.first {
	border-left: none;
	border-radius: 4px 0 0 4px;
}

.explore-button.last {
	border-radius: 0 4px 4px 0;
}

.explore-button:hover,
.explore-button:focus {
	text-decoration: none;
}

.explore-button .explore-button-icon {
	display: inline-block;
	width: 38px;
	height: 38px;
	margin-right: 7px;
	vertical-align: middle;
}

.explore-button .icon-explore {
	background: url('../../images/prh/icons-fixed.png') 0 -218px no-repeat;
}

.explore-button:hover .icon-explore,
.explore-button:focus .icon-explore {
	background: url('../../images/prh/icons-fixed.png') -352px -218px no-repeat;
}

.explore-button .icon-leave-announcement {
	background: url('../../images/prh/icons-fixed.png') -88px -218px no-repeat;
}

.explore-button:hover .icon-leave-announcement,
.explore-button:focus .icon-leave-announcement {
	background: url('../../images/prh/icons-fixed.png') -440px -218px no-repeat;
}

.explore-button .icon-follow-announcement {
	background: url('../../images/prh/icons-fixed.png') -176px -218px no-repeat;
}

.explore-button:hover .icon-follow-announcement,
.explore-button:focus .icon-follow-announcement {
	background: url('../../images/prh/icons-fixed.png') -528px -218px no-repeat;
}

.explore-button .icon-change-info {
	background: url('../../images/prh/icons-fixed.png') -264px -218px no-repeat;
}

.explore-button:hover .icon-change-info,
.explore-button:focus .icon-change-info {
	background: url('../../images/prh/icons-fixed.png') -616px -218px no-repeat;
}

.explore-button .title {
	display: inline-block;
	width: 100px;
	padding-top: 1px;
	vertical-align: middle;
	color: #ffffff;
}

.explore-links {
	margin-top: 16px;
}

.button-link {
	display: block;
	width: 308px;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 11px;
	font-family: "FagoWebPro-Medium", Arial, Helvetica, sans-serif;
	font-size: 1.08em;
	color: #ffffff;
	background-color: #147FA9;
	border: 1px solid #147FA9;
	/*border-radius: 4px;*/
}

.button-link.left {
	float: left;
}

.button-link.right {
	float: right;
}

.button-link.short {
	width: 238px;
}

#sidebar-right .button-link.short {
	width: 188px;
}

.button-link.white {
	color: #147FA9;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
}

.button-link:hover,
.button-link:focus {
	color: #ffffff;
	text-decoration: none;
	background-color: #D0398F;
	border-color: #D0398F;
}

.button-link .content {
	display: inline-block;
	max-width: 280px;
	vertical-align: middle;
}

.button-link.short .content {
	max-width: 260px;
}

#sidebar-right .button-link.short .content {
	max-width: 160px;
}

.button-link .arrow,
.button-link.white:hover .arrow,
.button-link.white:focus .arrow {
	display: inline-block;
	width: 14px;
	height: 11px;
	vertical-align: middle;
	background: url('../../images/prh/icons-fixed.png') -241px -158px no-repeat;
}

.button-link.white .arrow {
	background-position: -305px -158px;
}


/* News highlight */

.news-highlight {
	width: 317px;
	float: right;
	margin: 26px 0 16px 0;
	background-color: #f7f7f7;
	border: 1px solid #d9d9d9;
}

.news-highlight img {
	display: block;
}

.news-highlight .text-content {
	padding: 16px;
}

.news-highlight h2 {
	margin: 0;
	font-size: 1.923em;
	color: #035ca7;
}

.news-highlight .content p {
	margin: 10px 0 0 0;
	font-size: 1.15em;
}

.news-highlight-category {
	margin: 5px 0 10px 0;
	font-size: 0.846em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #a6a6a6;
}

.news-highlight .read-more-link {
	margin-bottom: 0;
}


/* Announcement highlight */

.customer-announcement-highlight {
	background-color: #f7f7f7;
}

.customer-announcement-highlight-inner {
	padding: 30px;
}

.customer-announcement-highlight h2 {
	margin: 0;
	font-size: 1.923em;
	color: #035ca7;
}

.customer-announcement-highlight-category {
	margin: 5px 0 10px 0;
	font-size: 0.846em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #a6a6a6;
}

.customer-announcement-highlight .content p {
	margin: 10px 0 0 0;
	font-size: 1.15em;
}

.customer-announcement-highlight .read-more-link {
	margin-bottom: 0;
}


/* Information services */

.information-services {
	padding: 16px 16px 0 16px;
}

.information-services .box-header {
	background: #f47321;
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #f57f24), color-stop(100%, #f47321));
	background: -webkit-linear-gradient(top, #f57f24 0%, #f47321 100%);
	background: -moz-linear-gradient(top, #f57f24 0%, #f47321 100%);
	background: -ms-linear-gradient(top, #f57f24 0%, #f47321 100%);
	background: -o-linear-gradient(top, #f57f24 0%, #f47321 100%);
	background: linear-gradient(top, #f57f24 0%, #f47321 100%);
}

.information-service-box {
	display: block;
	margin: 8px 0 0 0;
	padding: 5px 0 5px 10px;
	line-height: 1em;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

.information-service-box:hover,
.information-service-box:focus {
	border: 1px solid #D0398F;
	background: #D0398F;
}

.information-service-category {
	display: inline-block;
	vertical-align: middle;
	width: 68px;
	font-size: 1.08em;
	font-weight: bold;
	color: #f47321;
}

.information-service-content {
	vertical-align: middle;
}

.information-service-content {
	display: inline-block;
	vertical-align: middle;
	width: 181px;
	font-size: 0.923em;
	color: #222222;
}

.information-service-box:hover .information-service-category,
.information-service-box:hover .information-service-content,
.information-service-box:focus .information-service-category,
.information-service-box:focus .information-service-content {
	color: #ffffff;
}

.information-service-arrow {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 11px;
	background: url('../../images/prh/icons-fixed.png') -177px -158px no-repeat;
}

.information-service-box:hover .information-service-arrow,
.information-service-box:focus .information-service-arrow {
	background-position: -241px -158px;
}

.information-services .box-header,
.information-services .box-header a,
.information-services .box-header a:link,
.information-services .box-header a:active,
.information-services .box-header a:hover,
.information-services .box-header a:focus,
.information-services .box-header a:visited {
	color: #fff;
	text-decoration: none;
}


/* /Information services */


/* Content news */

.news {
	padding: 16px;
}

.news-tabs {
	margin: 0 0 5px 0;
	padding: 0;
}

.news-tabs li {
	display: block;
	float: left;
	width: 306px;
	margin: 0 0 0 16px;
	padding: 0 0 6px 0;
}

.news-tabs li.first {
	margin: 0;
}

.news-tabs .ui-tabs-active {
	background: url('../../images/prh/arrow-tab.png') center bottom no-repeat;
}

.news-tabs li a {
	display: block;
	padding: 9px 0;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #035ca7;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	/* outline: none; */
}

.news-tabs .ui-tabs-active a,
.news-tabs .ui-tabs-active a:hover,
.news-tabs .ui-tabs-active a:focus {
	color: #ffffff;
	background: #035ca7;
	border: 1px solid #035ca7;
}

.news-tabs li a:hover,
.news-tabs li a:focus {
	text-decoration: none;
	color: #ffffff;
	background: #D0398F;
	border-color: #D0398F;
}

.news-list {
	margin: 0 !important;
	padding: 0 !important;
}

.news-item {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.news-link {
	display: block;
	margin: 0;
	padding: 10px 0;
	line-height: 1.1em;
	border-bottom: 1px solid #ebebeb;
}

.news-link:hover,
.news-link:focus {
	/*margin: -1px -16px 0 -16px;
	padding-left: 16px;
	padding-right: 16px;
	text-decoration: none;*/
}

.news-link .content {
	font-size: 1.063rem;
	font-weight: normal;
	color: #035ca7;
}

.news-link:hover .content,
.news-link:focus .content {
	text-decoration: underline;
	color: #D0398F;
}

.news-link .date {
	font-size: 0.875rem;
	font-weight: normal;
	color: #000;
}

.news-list .news-link .date {
	display: inline;
}

.news-list .news-link .date::after {
	display: none;
}

.news-extra-link {
	display: inline-block;
	margin: 15px 12px 0 0;
	padding: 5px 10px 5px 30px;
	font-size: 0.846em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}

.news-extra-link:hover,
.news-extra-link:focus {
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #D0398F;
}

.news-extra-link.newsletter {
	background: url('../../images/prh/icons-fluid.png') #ffffff 7px -116px no-repeat;
}

.news-extra-link.newsletter:hover,
.news-extra-link.newsletter:focus {
	background: url('../../images/prh/icons-fluid.png') #D0398F 7px -177px no-repeat;
}

.news-extra-link.rss {
	background: url('../../images/prh/icons-fluid.png') #ffffff 7px -242px no-repeat;
}

.news-extra-link.rss:hover,
.news-extra-link.rss:focus {
	background: url('../../images/prh/icons-fluid.png') #D0398F 7px -307px no-repeat;
}

.news .read-more-link {
	float: right;
	margin-bottom: 0;
}


/* Customer announcements */

.customer-announcements {
	padding: 16px;
}

.customer-announcements .box-header {
	margin: 0 0 11px 0;
}

.customer-announcements .read-more-link {
	margin-bottom: 4px;
}


/* Content slider */

.bx-wrapper {
	position: relative;
}

.bx-wrapper ul,
.bx-wrapper li {
	margin: 0;
	padding: 0;
}

.content-slider {
	position: relative;
	margin: 20px 20px 0 20px;
	padding: 0 15px 20px 15px;
	border-bottom: 1px solid #ebebeb;
}

.content-slider ul {
	margin: 0;
}

.content-slider .content {
	margin: 20px 25px 0 25px;
}

.content-slider .centered {
	text-align: center;
}

.content-slider .bx-prev,
.content-slider .bx-next {
	display: block;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 44px;
	margin-top: -22px;
	text-indent: -9999em;
}

.content-slider .bx-prev {
	left: 0;
	background: url('../../images/prh/icons-fixed.png') 0 -72px no-repeat;
}

.content-slider .bx-prev:hover,
.content-slider .bx-prev:focus {
	background-position: -130px -72px;
}

.content-slider .bx-next {
	right: 0;
	background: url('../../images/prh/icons-fixed.png') -50px -72px no-repeat;
}

.content-slider .bx-next:hover,
.content-slider .bx-next:focus {
	background-position: -180px -72px;
}


/* Blog slider */

.blog-slider h2 {
	margin-bottom: 0px;
	font-size: 1.923em;
	color: #035ca7;
}

.blog-category {
	margin: 5px 0 20px 0;
	font-size: 0.846em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	color: #a6a6a6;
}

.blog-author {
	width: 115px;
	float: left;
	text-align: center;
}

.blog-author img {
	display: block;
	margin: 0 auto;
}

.blog-author .blog-author-name {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #efefef;
}

.blog-teaser {
	width: 350px;
	float: left;
	margin-left: 35px;
}

.blog-teaser p {
	margin: 0 0 10px 0;
	font-size: 1.15em;
}


/* Statistics slider */

.statistics-slider h2 {
	font-size: 1.923em;
	color: #00937a;
}

.statistics-slider p {
	font-size: 1.15em;
}


/* Newsletter subscription bar & Social media links bar */

.content-row {
	margin-bottom: 30px;
}

.content-row.subscription,
.content-row.content-row-social {
	background: rgb(21, 47, 119);
	background: -moz-linear-gradient(175deg, rgb(21, 47, 119) 0%, rgb(6, 96, 167) 100%);
	background: -webkit-linear-gradient(175deg, rgb(21, 47, 119) 0%, rgb(6, 96, 167) 100%);
	background: -o-linear-gradient(175deg, rgb(21, 47, 119) 0%, rgb(6, 96, 167) 100%);
	background: -ms-linear-gradient(175deg, rgb(21, 47, 119) 0%, rgb(6, 96, 167) 100%);
	background: linear-gradient(265deg, rgb(21, 47, 119) 0%, rgb(6, 96, 167) 100%);
	box-sizing: border-box;
	color: #fff;
	font-size: 1.063rem;
	padding: 15px 15px;
	text-align: center;
}

.content-row.subscription a,
.content-row.subscription h2,
.content-row.subscription h3,
.content-row.subscription h4,
.content-row.content-row-social a,
.content-row.content-row-social h2,
.content-row.content-row-social h3,
.content-row.content-row-social h4 {
	color: #fff;
}

.content-row.subscription a {
	display: inline-block;
}

.content-row.subscription a:after {
	background: url(../../images/prh/icon_circled_arrow_white.png) no-repeat 50% 50%;
	content: "";
	display: inline-block;
	height: 36px;
	margin: 0 0 0 7px;
	vertical-align: middle;
	width: 25px;
}


/* Social media feed */

.social-feed {
	text-align: center;
}

.social-feed .feed-items {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

.social-feed .feed-item {
	box-sizing: border-box;
	display: none;
	float: left;
	font-size: 1.063rem;
	line-height: 1.214;
	margin-bottom: 30px;
	padding: 0 15px;
	text-align: left;
	width: 25%;
}

.social-feed .feed-item-link {
	background-color: #0372ba;
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
	display: block;
	padding-bottom: calc(100% * 2 / 2);
	position: relative;
	transition: 0.2s background-color ease-out, 0.2s opacity ease-out;
}

.social-feed .feed-item-link:hover,
.social-feed .feed-item-link:focus {
	background-color: #D0398F;
}

.social-feed .image-post .feed-item-link:hover,
.social-feed .image-post .feed-item-link:focus {
	opacity: 0.75;
}

.social-feed .feed-item-content {
	bottom: 0;
	box-sizing: border-box;
	left: 0;
	overflow: hidden;
	margin: 55px 30px 30px;
	position: absolute;
	right: 0;
	top: 0;
	word-wrap: break-word;
}

.social-feed .feed-item .feed-item-link:after {
	content: "";
	display: block;
	height: 43px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 43px;
}

.social-feed .feed-item.facebook .feed-item-link:after {
	background: url(../../images/prh/icon_feed_facebook.png) no-repeat 50% 50%;
}

.social-feed .feed-item.twitter .feed-item-link:after {
	background: url(../../images/prh/icon_feed_twitter.png) no-repeat 50% 50%;
}


/* PRH Social */

.social-icon {
	display: inline-block;
	height: 36px;
	margin: 0 10px 0 0;
	transition: 0.2s opacity ease-out;
	width: 36px;
}

.social-icon img {
	vertical-align: middle;
}

.social-icon:hover,
.social-icon:focus {
	opacity: 0.75;
}

.content-row-social .icon-slsh {
	background: url('../../images/prh/icons-fixed.png') -410px -82px no-repeat;
}


/* Right info */

.right-info {
	position: relative;
	padding-bottom: 80px;
}

.right-extra {
	position: absolute;
	right: 16px;
	bottom: 45px;
	text-align: right;
}

.right-extra span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.77em;
	color: #808080;
}

.right-extra a {
	font-size: 0.846em;
	font-weight: bold;
}

.right-share {
	position: absolute;
	right: 16px;
	bottom: 20px;
	font-size: 0.846em;
}

.share-title {
	display: block;
	float: left;
	margin-right: 5px;
}

.addthis_toolbox {
	display: block;
	float: left;
	min-width: 160px;
}

.button_rss {
	float: left;
	padding: 0 2px;
}

.button_rss:hover,
.button_rss:focus {
	opacity: 0.8;
}

.button_rss span {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: url('../../images/prh/icons-fixed.png') -560px -82px no-repeat;
	overflow: hidden;
}


/* News box */

.news-box {
	margin: 40px 0;
	padding: 0;
	border: 0;
}

.news-box h2 {
	margin-top: 0;
	font-size: 2.50rem;
	color: #035ca7;
	text-align: center;
}

.news-box h3 {
	font-size: 1.385em;
	color: #035ca7;
}

#content-main li.news-item,
.news-box .news-item {
	margin: -1px 0 0 0;
}

.news-box .news-link {
	border-top: 1px solid #ebebeb;
}

.news-box .news .news-item:first-of-type a {
	background: none;
}

.news-box .date {
	margin-top: 0.50rem;
}

.last-updated {
	text-align: right;
}

.last-updated a {
	color: #0178c1;
}


/* Exception highlight */

.exception-highlight .content-row h1,
.exception-highlight .content-row h2,
.exception-highlight .content-row h3,
.exception-highlight .content-row h4{
	text-transform: none;
}

.exception-highlight {
	margin: 0;
	padding: 30px 10px;
	color: #EA600B;
	background-color: #fef1e8;
	border-bottom: 2px solid #fddeca;
	position: relative;
	text-align: center;
}

.exception-highlight>.content-row {
	margin-bottom: 0;
}

.exception-highlight h2,
.exception-highlight p {
	margin: 10px 0;
	color: #EA600B;
}

.exception-highlight h2 {
	border-bottom: none;
	color: #EA600B !important;
	font-size: 1.923em;
}

.exception-highlight p {
	font-size: 1.15em;
}

.exception-highlight button {
	background: none;
	color: #EA600B;
	display: block;
	font-size: 29px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transition: 0.2s opacity ease-out;
	width: 35px;
	-webkit-appearance: none;
}

.exception-highlight button:hover,
.exception-highlight button:focus {
	opacity: 0.70;
	/* outline: none !important; */
}


/* Explore box */

.explore-box {
	margin: 20px 0;
	padding: 20px 16px;
	border: 1px solid #d9d9d9;
}

.explore-box .box-header {
	margin: 0 0 16px 0;
}

.explore-box .box-header.margin-top {
	margin-top: 30px;
}

.explore-box p {
	font-family: "FagoWebPro-Bold", Arial, Helvetica, sans-serif;
	font-size: 1.08em;
}


/* Footer */

#footer {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	color: #ffffff;
	font-size: 0.875rem;
	background: #142f78;
	background: -webkit-gradient(linear, top, bottom, color-stop(0%, #0060a9), color-stop(100%, #142f78));
	background: -webkit-linear-gradient(top, #0060a9 0%, #142f78 100%);
	background: -moz-linear-gradient(top, #0060a9 0%, #142f78 100%);
	background: -ms-linear-gradient(top, #0060a9 0%, #142f78 100%);
	background: -o-linear-gradient(top, #0060a9 0%, #142f78 100%);
	background: linear-gradient(top, #0060a9 0%, #142f78 100%);
	background: url(/images/prh/bg_footer.jpg) #035ca7 no-repeat 50% 0%;
	background-size: cover;
	padding: 0 15px;
}

#footer-inner {
	position: relative;
	max-width: 986px;
	margin: 0 auto;
	overflow: hidden;
	padding: 32px 0;
	
	display: flex;
	justify-content: space-between;
}

#footer .footer-column {

	width: 255px;
}



#footer .footer-top {
	overflow: hidden;
}

#footer .footer-col-left {
	box-sizing: border-box;
	float: left;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
	width: 79%;
}

#footer .footer-col-right {
	box-sizing: border-box;
	float: right;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
	width: 21%;
}

.footer-col-left .footer-block {
	box-sizing: border-box;
	padding: 0 15px;
	width: 25%;
	float: left;
}

.footer-col-right .footer-block {
	padding: 0 15px;
}

#footer a {
	color: #fff;
}

#footer a:hover,
#footer a:focus {
	color: #fff;
	text-decoration: underline;
}

#footer .footer-block h2 a,
#footer .footer-block h2 a:link,
#footer .footer-block h2 a:active,
#footer .footer-block h2 a:hover,
#footer .footer-block h2 a:focus,
#footer .footer-block h2 a:visited {
	display: inline !important;
}

#footer .link-list {
	margin: 0 0 1.00rem 0;
	padding: 0;
	list-style: none;
}

#footer .link-list li {
	margin: 2px 0;
}

#footer .link-list li a {}

#footer h2 {
	text-align: left;
}

#footer h2,
#footer h3,
#footer h2 a {
	margin: 0;
	color: #ffffff;
}

#footer h2,
#footer h3 {
	font-family: "FagoWebPro-Bold", Arial, Helvetica, sans-serif;
	font-size: 0.875rem;
	margin: 0 0 0.20rem;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

#footer h2,
#footer h3,
#footer .link-list a {
	word-wrap: break-word;
}


/*
#footer h2 + h2,
#footer h2 a {
	margin-top: 1.00rem;
}
*/

#footer .footer-contact {}

#footer .footer-contact p {}

#footer .footer-contact h1,
#footer .footer-contact h2,
#footer .footer-contact h3,
#footer .footer-contact h4,
#footer .footer-contact h5 {
	color: #fff;
}

#footer-search {
	margin: 0 0 1.00rem;
}

#footer-search .search-input {
	width: 100%;
}

#footer .footer-bottom {
	border-top: 1px solid #fff;
	margin-top: 30px;
	overflow: hidden;
	padding: 20px 0 0;
}

.footer-bottom-left {
	float: left;
	width: 50%;
}

.footer-bottom-left .label-follow {
	margin: 0 1.00rem 0 0;
}

.footer-bottom-right {
	float: right;
	text-align: right;
	width: 50%;
}



#footer * {
	box-sizing: border-box;
}

#footer  {
	font-family: "FagoWebPro-Medium", Arial, Helvetica, sans-serif;
}
#footer b {
	font-family: "FagoWebPro-Bold", Arial, Helvetica, sans-serif;
}


#footer .btn {
	font-size: 16px;
	line-height: 19.2px;
	min-height: 65px;
	display: flex;
	justify-content: space-around;
}
#footer .btn span {
	align-self: center;
}

#footer .btn-white {
	background-color: #fff;
	color: #035ca7;
}
#footer .btn-white:hover {
	background-color: #D0398F;
	color: #fff;
}

#footer .label-follow {
	margin-bottom: 10px;
}

#footer .anna-palautetta, 
#footer .some {
	margin-bottom: 32px;
}
#footer .copyright img {
	margin-bottom: 6px;
}




	/* RESPONSIIVISUUS */

@media (max-width: 854px) { 
	#footer-inner {
		display: grid;
	}

	#footer-inner .contacts {
		grid-column: 1/2;
		grid-row: 1/2;
	}
	#footer-inner .some {
		grid-column: 1/2;
		grid-row: 3/4;
	}
	#footer-inner .links {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	#footer-inner  {
		margin: 0 auto;
		width: 255px;
	}
}



/* Clearfix */

.cf {
	zoom: 1;
}

.cf:before,
.cf:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.cf:after {
	clear: both;
}


/* /Clearfix */


/* Pykala */

.pykala {
	font-family: "Courier New", Courier, monospace;
	margin-left: 20px;
}


/* /Pykala */

#hunaja {
	position: absolute;
	left: -1000px;
}

#hunaja input {
	color: white;
}

#hunaja input {
	border: 0;
}


/* Collapsible menu */

.collapsible-menu li {
	position: relative;
}

.collapsible-menu a {
	min-width: 0 !important;
	padding-right: 55px;
	position: relative;
}

.collapsible-menu>li>a {
	text-transform: uppercase;
}

#navi-main .mobilenavi li a span {
	padding-right: 55px !important;
}

.collapsible-menu .submenu-toggle {
	box-sizing: border-box;
	overflow: hidden;
	padding: 10px !important;
	position: absolute;
	right: 0;
	text-align: center;
	text-indent: -22000px;
	top: 0;
	width: 45px;
}

#navi-main .mobilenavi .submenu-toggle {
	background-color: transparent;
	border-bottom: none;
	right: 10px;
}

#navi-main .mobilenavi .submenu-toggle:hover,
#navi-main .mobilenavi .submenu-toggle:focus {
	background-color: transparent;
}

.collapsible-menu .submenu-toggle {
	background-color: transparent;
	background-image: url(../../images/prh/icon_menuarrow.png);
	background-position: 50% 7px;
	background-repeat: no-repeat;
}

.collapsible-menu .submenu-toggle.opened {
	background-position: 50% -93px;
}

#content-main.content-main--wide {
	margin: 0 auto;
	float: none;
	width: 75%;
}

article.palaute {
	padding-top: 4px;
}

.statoelement.prh.palaute,
.statoelement.prh.palaute *,
article.palaute,
article.palaute * {
	/* outline: none !important; */
	box-sizing: border-box;
}

.palaute label,
.palaute p {
	font-size: 14px;
	line-height: 1.27;
	letter-spacing: 0.10px;
}

.palaute p.lead {
	font-weight: 700;
}

.palaute h3,
.palaute h4 {
	margin-top: 40px;
	font-size: 19px;
	font-weight: bold;
	margin-left: 2px;
	letter-spacing: 0.10px;
	color: #147FA9;
	margin-bottom: 15px;
}

.palaute h4 {
	margin-top: 20px;
}

.palaute p.required-info,
.palaute .required {
	color: #C24E00;
	font-weight: normal;
}

.palaute a {
	text-decoration: underline;
	color: #147FA9;
}

.palaute button {
	font-family: "FagoWebPro-CondBold", Arial, Helvetica, sans-serif;
	background-color: #147FA9;
	color: #fff;
	border-radius: 0;
	border: 0;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	line-height: 1;
	font-size: 16px;
	transition: background-color 125ms ease, color 125ms ease;
	position: relative;
}

.palaute button.down {
	top: 1px;
}


.palaute button.button-green {
	text-transform: uppercase;
	background-color: #00806a;
	color: #fff;
}

.palaute button:hover,
.palaute button:focus,
.palaute button:active,
.palaute button.active {
	background-color: #D0398F;
}


.palaute button.button-grey {
	text-transform: uppercase;
	background-color: #5D5D5D;
	color: #fff;
}

.palaute button.button-green:hover,
.palaute button.button-green:focus,
.palaute button.button-green:active,
.palaute button.button-green.active {
	background-color: #00a588;
}


 .palaute button.button-grey:hover,
.palaute button.button-grey:focus,
.palaute button.button-grey:active,
.palaute button.button-grey.active {
	background-color: #787880;
}

.palaute .row {
	margin-left: -5px;
	margin-right: -5px;
	padding-bottom: 5px;
}

.palaute .row .col3 {
	/* 	Muutettu gridiks alempana */
	/* padding: 5px 5px;
	float: left;
	width: 33.33%; */
}

.palaute input[type="text"],
.palaute textarea {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #147FA9;
	padding: 5px;
	font-size: 14px;
	line-height: 1.27;
	letter-spacing: 0.10px;
}

.palaute textarea {
	width: 100%;
	height: 185px;
	/* outline: none; */
}

.palaute input[type="text"] {
	width: 66.6%;
}

.palaute label {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	position: relative;
}

.palaute .label {
	margin-left: 25px;
}

.palaute input[type="checkbox"] {
	position: absolute;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
}

.palaute h1 {
	margin-top: 0;
}

.palaute input[type="checkbox"] + .checkbox-outline {
	position: absolute;
	display: inline-block;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	cursor: pointer;
	overflow: hidden;
	border: 1px solid #147FA9;
	z-index: 2;
	top: -1px;
}

.palaute input[type="checkbox"] + .checkbox-outline .checkbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==);
	background: 0 0;
	transition-duration: 125ms;
	transition-timing-function: cubic-bezier(.4, 0, .2, 1);
	transition-property: background;
	width: 20px;
	height: 20px;
	zoom: 0.9;
}

.palaute input[type="checkbox"]:checked + .checkbox-outline .checkbox {
	background: no-repeat center center url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAASCAYAAAC9+TVUAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAAEnQAABJ0Ad5mH3gAAAIXSURBVDhPlZTdT9NgFMbfv9OPqJFoUGPihVdeiHih8c6oiRd+hSkfAhoTE1yIMQoISEj0yq3dhmOyrZsC67K2W9v38ZzTFjqCOk52uq19z+99nnPeVGkcMahAay1JF/5AxY8GDu2H8Lc76NVtBC0XOgiPAOFduz4co4Hmq2+oP/uC7WwOXcseHMIKnJyF2sMlFC7Pwjw/hY1rb2GvbQ4AYesk2ck3UH2wCHP4JXInMsifzKBwaQathSJU0iCE8Xc6YoBrNlG9vwDz3JQAcsfHkD89jsqd9+iQOuX/7sguXmUHoedLYRIJYOvuRxhDkzGAVJx6gfJoFvbqDwRtD8rKrKFyex7Ve5/QWiohsD3xLz1gC6TAGJqQYk7jzDjKN96h9ZnWEkCTA1W88pr8PSd5RL8+h90PJnpWG853i3rAFlIKeM1oDLDdqAUUqnT1jUDYp+wyMofG5Dq2SFnSxD4Fi8U+AIeqPVlB4cL0fsPIrzk8HVlI3SuPpBQcGIBySr9Qe0ygizORomNjUVLxnoWb2bhf/QqSUNLAIoEeLcvcZfcYJAoIYK9sSBMPA3AoHmnIx5lGWX+6KqeRi42zE9i8NQ97mQA0sb8BOKITS891L4BL1pqzX2WsbLG9XvmngiT2j30M8ncceD930Wu0Ebp0+P4D4JD3yV4ySDJ6X8jv9PPDki7KCzS6tFuS8j/JA/eTtekaL9D4A5jOXmdW4qBxAAAAAElFTkSuQmCC');
}


.palaute .row.submit {
	margin-top: 40px;
}


/* palaute responsiivisuus */

.palaute .syy.syy-group,
.palaute .yhteydenotto.vastaus-group .row,
.palaute .row.submit {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 5px;
}

@media (max-width: 991px) {
	
	.palaute .yhteydenotto.vastaus-group .row,
	.palaute .row.submit {
		grid-template-columns: 1fr 1fr;
	}

	.palaute input[type="text"] {
		width: 100%;
	}

}

@media (max-width: 767px) { 
	.palaute .syy.syy-group {
		grid-template-columns: 1fr;
	}


/*Kaupparekisteri*/			.palaute .syy.syy-group .syy-1880 { grid-column:1/2; grid-row:1/2; }
/*Yhdistykset*/				.palaute .syy.syy-group .syy-1881 { grid-column:1/2; grid-row:2/3; }
/*Säätiöt*/					.palaute .syy.syy-group .syy-1882 { grid-column:1/2; grid-row:3/4; }
/*Yrityskiinnitykset*/		.palaute .syy.syy-group .syy-1883 { grid-column:1/2; grid-row:4/5; }
/*Tavaramerkit*/			.palaute .syy.syy-group .syy-1886 { grid-column:1/2; grid-row:5/6; }
/*Patentit*/				.palaute .syy.syy-group .syy-1884 { grid-column:1/2; grid-row:6/7; }
/*Mallioikeudet*/			.palaute .syy.syy-group .syy-1887 { grid-column:1/2; grid-row:7/8; }
/*Hyödyllisyysmallit*/		.palaute .syy.syy-group .syy-1885 { grid-column:1/2; grid-row:8/9; }
/*Tilintarkastusvalvonta*/	.palaute .syy.syy-group .syy-1888 { grid-column:1/2; grid-row:9/10; }
/*Saavutettavuus*/			.palaute .syy.syy-group .syy-1889 { grid-column:1/2; grid-row:10/11; }
/*Prh.fi-verkkosivusto*/	.palaute .syy.syy-group .syy-1890 { grid-column:1/2; grid-row:11/12; }
/*Muu*/						.palaute .syy.syy-group .syy-1891 { grid-column:1/2; grid-row:12/13; }

}

@media (min-width: 768px) and (max-width: 991px) {
	.palaute .syy.syy-group {
		grid-template-columns: 1fr 1fr;
	}

/*Kaupparekisteri*/			.palaute .syy.syy-group .syy-1880 { grid-column:1/2; grid-row:1/2; }
/*Yhdistykset*/				.palaute .syy.syy-group .syy-1881 { grid-column:1/2; grid-row:2/3; }
/*Säätiöt*/					.palaute .syy.syy-group .syy-1882 { grid-column:1/2; grid-row:3/4; }
/*Yrityskiinnitykset*/		.palaute .syy.syy-group .syy-1883 { grid-column:1/2; grid-row:4/5; }
/*Tilintarkastusvalvonta*/	.palaute .syy.syy-group .syy-1888 { grid-column:1/2; grid-row:5/6; }
/*Saavutettavuus*/			.palaute .syy.syy-group .syy-1889 { grid-column:1/2; grid-row:6/7; }

/*Tavaramerkit*/			.palaute .syy.syy-group .syy-1886 { grid-column:2/3; grid-row:1/2; }
/*Patentit*/				.palaute .syy.syy-group .syy-1884 { grid-column:2/3; grid-row:2/3; }
/*Mallioikeudet*/			.palaute .syy.syy-group .syy-1887 { grid-column:2/3; grid-row:3/4; }
/*Hyödyllisyysmallit*/		.palaute .syy.syy-group .syy-1885 { grid-column:2/3; grid-row:4/5; }
/*Prh.fi-verkkosivusto*/	.palaute .syy.syy-group .syy-1890 { grid-column:2/3; grid-row:5/6; }
/*Muu*/						.palaute .syy.syy-group .syy-1891 { grid-column:2/3; grid-row:6/7; }

}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}





article.hairiotiedote {
	padding-top: 4px;
}

article.hairiotiedote,
article.hairiotiedote * {
	box-sizing: border-box;
	/* outline: none !important; */
}

.hairiotiedote .bottom,
.hairiotiedote .top {
	background: #f5f5f5;
	border-bottom: 1px solid #d0d0d0;
	padding: 15px 0 15px 0;
}

.hairiotiedote .bottom {
	margin-bottom: 20px;
	height: 59px;
}

.hairiotiedote .inner {
	position: relative;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.hairiotiedote p {
	font-size: 14px;
	line-height: 1.27;
	letter-spacing: 0.10px;
}


.hairiotiedote h3,
.hairiotiedote h4 {
	margin-top: 0px;
	font-size: 19px;
	font-weight: bold;
	margin-left: 2px;
	letter-spacing: 0.10px;
	color: #147FA9;
	margin-bottom: 15px;
}


.hairiotiedote button {
	float: left;
	background-color: #fff;
	color: #333;
	border-radius: 2px:
	border: 0;
	text-align: center;
	padding: 6px 10px 4px 10px;
	font-family: "FagoWebPro-CondBold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #cacaca;
	transition: background-color 125ms ease, color 125ms ease;
	position: relative;
}

.hairiotiedote button.success {
	color: #FFF;
	background: #6BBE6B;
	border-color:  #6BBE6B;
}

.hairiotiedote button.danger {
	color: #333;
	background: rgba(249, 67, 67, 0.00);
	border-color: rgba(249, 67, 67, 0.00);
}

.hairiotiedote button.success:hover,
.hairiotiedote button.success:focus,
.hairiotiedote button.success:active {
	color: #FFF;
	background: rgba(94, 167, 94, 0.89);
}

.hairiotiedote button.danger:hover,
.hairiotiedote button.danger:focus,
.hairiotiedote button.danger:active {
	color: #FFF;
	background: rgb(217, 83, 79);
	border-color: rgb(217, 83, 79);
}

.hairiotiedote .buttongroup.left {
	float: left;
}

.hairiotiedote .buttongroup.left button {
	max-width: 170px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.hairiotiedote .nav-tools {
	position: absolute;
	top: 0;
	right: 0;
}

.hairiotiedote .nav-tools button {
	margin-left: 5px;
}

.hairiotiedote .buttongroup button:first-child {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.hairiotiedote .buttongroup button:last-child {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.hairiotiedote button + button {
	border-left: 0;
}

.hairiotiedote button:hover,
.hairiotiedote button:focus,
.hairiotiedote button:active,
.hairiotiedote button.active {
	color: #000;
	background-color: #eeeeee;
}

.hairiotiedote button.active {
	cursor: default;
}

.hairiotiedote .cms_cal_table_input {
	float: left;
}

.hairiotiedote .float-left {
	float: left;
}

.hairiotiedote .float-right {
	float: right;
}

.hairiotiedote .bottom .inner > * + * {
	margin-left: 5px;
}

.hairiotiedote .bottom p {
	margin: 0;
	line-height: 26px;
	font-weight: 700;
}

.hairiotiedote .cms_cal_table_input img {
	height: 16px;
	width: 16px;
	margin-left: 5px;
}

.hairiotiedote td input[type='text'].input_style {
	border: none;
	text-align: center;
	width: 115px;
}
.hairiotiedote .cms_cal_table_input {
	background: white;
	border-radius: 3px;
	padding: 1px 3px 1px 4px;
	border: 1px solid #c0c0c0;
}

.hairiotiedote .divider {
	margin: 0 10px 0 15px !important;
	width: 1px;
	height: 22px;
	background: #c7c7c7;
	position: relative;
	top: 3px;
}

.hairiotiedote .picker {
	position: relative;
}

.hairiotiedote .picker > div {
	top: 30px;
	box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.14);
	border: 1px solid #e7e7e7;
	background: white;
	border-radius: 4px;
}

.hairiotiedote .cms_cal_table * {
	background: #fff !important;
	border-color: #f0f0f0 !important;
	color: #333 !important;
	padding: 2px 0 !important;
	text-align: center;
	border: 0 !important;
}

.hairiotiedote .cms_cal_table a:hover,
.hairiotiedote .cms_cal_table a:focus {
	color: #147FA9 !important;
	font-weight: bold !important;
}

.hairiotiedote .cms_cal_table a.selected {
	background: #147FA9 !important;
	color: #fff !important;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	padding: 0 !important;
	border: 0 !important;
	text-decoration: none;
	font-weight: bold !important;
}
.ht-nav, .ht-nav * {
	box-sizing: border-box;
}
.ht-nav ul {
	padding:0;
}
.nav-row {
	display:block;
	float: none;
	min-width: 800px;
}
.hairiotiedote .nav-row {
	background-color: #fff;
	color: #333;
	padding: 6px 10px 4px 10px;
	font-family: "FagoWebPro-CondBold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #cacaca;
	border-top: 0px;
	transition: background-color 125ms ease, color 125ms ease;
	position: relative;
	cursor: pointer;
}		
.hairiotiedote .nav-header .ht-col {
	text-decoration: underline;			
}
.hairiotiedote .nav-row:first-child {
	border: 1px solid #cacaca;
}
.hairiotiedote .nav-row:hover, .hairiotiedote .nav-row:active, .hairiotiedote .nav-row.active,
.hairiotiedote .nav-row:focus, .hairiotiedote .nav-row:active, .hairiotiedote .nav-row.active {
	color: #000;
	background-color: #eeeeee;
}
.hairiotiedote .nav-row .ht-col {
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}
.hairiotiedote .nav-row .ht-col.center {
	text-align: center;
}
.hairiotiedote .publishtargetlist {
	padding-left: 133px;
}
.hairiotiedote .publishtargetlist input[type=checkbox] {
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
}

.cms_cal_placer > table td:first-child a:hover,
.cms_cal_placer > table td:first-child a:focus,
.cms_cal_placer > table td:first-child a {
	background: #6BBE6B !important;
	color: #fff !important;
	width: 100%;
	display: inline-block;
	padding: 0 !important;
}

.hairiotiedote .exception-highlight {
	min-height: 145px;
}

.hairiotiedote input[type=checkbox] {
	-ms-transform: scale(1.5); /* IE */
	-moz-transform: scale(1.5); /* FF */
	-webkit-transform: scale(1.5); /* Safari and Chrome */
	-o-transform: scale(1.5); /* Opera */
	padding: 10px;
	margin: 7px 0 0 2px;
}

.palaute img {
	margin: 0 auto;
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

.palaute input:invalid,
.paalute textarea:invalid,
.palaute .error-missing,
.palaute .error-missing input,
.palaute .error-missing textarea,
.palaute .error-missing h3,
.palaute .error-missing h4 {
	border: 1px solid #D60000 !important;
	color: #D60000 !important;
}

.palaute .row.error-missing,
.palaute p.error-missing,
.palaute h3.error-missing,
.palaute .error-missing h3,
.palaute .error-missing h4 {
	border: none !important;
}

.palaute p.error-text {
	display:none;
	color: #D60000 !important;
}
.palaute h3.error-missing + p.error-text,
.palaute .error-missing p.error-text {
	display:block;
}

.palaute .error-missing button {
	border: 1px solid #fff !important;
	background-color: #D60000;
}

.palaute .error-missing button:hover,
.palaute .error-missing button:focus {
	border: 1px solid #fff !important;
	background-color: #D0398F;
}

.events-tab {
    font-family: "FagoWebPro-CondBold", Arial, Helvetica, sans-serif;
    font-weight: normal;
	font-size: 1.385rem;
    line-height: 1.20;

 }

.news-list.tapahtuma-list .news-link span {
	display:block;
}
.news-list.tapahtuma-list .news-link span.content {
	line-height:30px;
	display:inline;
}
.news-list.tapahtuma-list .news-link span.date {
	line-height:20px;
}
.news-list.tapahtuma-list .news-link span.date.subheader {
	font-family: Arial, Helvetica, sans-serif;
}
.news-list.tapahtuma-list .list-icon-img {
	top: 4px;
	position:relative;
	width:20px !important;
	height:20px !important;
}

i {
	font-style: normal !important;
}

.cms_toolbar_element a[title='Kursivointi'][alt='Kursivointi'] {
	display:none;
}


#content-main .nav_breadcrumb ol{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin:0;
	padding:0;
}
#content-main .nav_breadcrumb li{
	flex:0 0 auto;
	margin-right: 5px;
}

#content-main .nav_breadcrumb li:not(:first-child)::before {
	content: "\0203A";
	margin-right: 5px;
	color: #a6a6a6;
}

a:focus > img:only-child {
    outline: 3px solid #D0398F !important;
}

.sahkoinenasiointi .containerheader {
	background: url(../../images/prh/sahkoinenasiointitausta.jpg) top left no-repeat;
}	
.aikajanalaatikko,
.aikajanalaatikko * {
	box-sizing: border-box;
}
.aikajanalaatikko {
	max-width: 635px;
	padding: 0 2.5px;
}
.aikajanalaatikko h2 {
	font-family: "FagoWebPro-CondBold";
	font-size: 26.4px;
	text-align: center;
}
.aikajanalaatikko .aika-header h3 {
	font-family: "FagoWebPro-CondBold";
	font-size: 20.4px;
	color: #ffffff;
	margin: 0;
}
.aikajanalaatikko .row {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-direction: row;
}
.aikajana-column {
	-webkit-box-flex: 1;
	        flex: 1;
}
.aikajana-column.left-column {
	border-right: solid 1.5px #000000;
}
.right-column .aika-card {
	float: right;
}
.aika-card {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	font-family: "FagoWebPro-Medium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 1em;
	max-width: 283.25px;
}
.aika-header {
	border-bottom: solid 1px #cccccc;
	max-height: 30px;
	padding: 3px 14px;
	border: solid 1px #cccccc;
	border-bottom: none;
}
.aika-content {
	padding: 1em;
	border: solid 1px #cccccc;
}
.bg-grey {
	background-color: #f7f7f7; 
}
.bg-purple {
	background-color: #7B207F; 
}
.bg-blue {
	background-color: #035CA7; 
}
.bg-red {
	background-color: #DA071F; 
}
.bg-orange {
	background-color: #E84D0E; 
}
.bg-sand {
	background-color: #FFFDE3; 
}

.aikajanalaatikko div[element="BlockEditor"] {
  width: 100%;
}



/* Sähkoisten palvelujen etusivun värilaatikko */

#content-main .varilaatikko,
#content-main .varilaatikko * {
	box-sizing: border-box;
}

#content-main .varilaatikko {
	margin: 15px -25px;
	padding: 0px 25px 25px;
	background-color: #f6f6f6;
	background-repeat: no-repeat;
	background-position: calc(100% - 25px) 10px;
}

#content-main .varilaatikko .top {
	display: flex;
	min-height: 135px;
	width: calc(100% - 235px);
}

#content-main .varilaatikko h2 {
	font-size: 35px;
	margin: 15px 0;
	align-self: center;
}

#content-main .varilaatikko .varilaatikko-linkkilista {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 13px;
	padding: 0;
	list-style: none;
}

#content-main .varilaatikko .varilaatikko-linkkilista li {
	background-color: #555555;
	font-family: "FagoWebPro-Medium", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 25px;
	height: 60px;
	display:flex;
	font-size: 17px;
}

#content-main .varilaatikko .varilaatikko-linkkilista li a {
	color: #fff;
	align-self: center;
	font-weight: normal;
}

#content-main .varilaatikko .varilaatikko-linkkilista li a img.external-link {
	display: none;
}

/* VÄRIT */

#content-main .varilaatikko.blue {
	background-color: #eff8fe;
	background-image: url('/images/sahkoisten_palvelujen_etusivu/Ilmoita_tai_Hae.png ');
	color: #035ca7;
}

#content-main .varilaatikko.blue ul li,
#content-main .varilaatikko.blue .varilaatikko-linkkilista li {
	background-color: #035ca7;
}

#content-main .varilaatikko.purple {
	background-color: #fcf4f9;
	background-image: url('/images/sahkoisten_palvelujen_etusivu/Seuraa_ilmoituksen_tai_hakemuksen_kasittelya.png');
	color: #7a1f7f;
}

#content-main .varilaatikko.purple ul li,
#content-main .varilaatikko.purple .varilaatikko-linkkilista li {
	background-color: #7a1f7f;
}


#content-main .varilaatikko.green {
	background-color: #f6faf0;
	background-image: url('/images/sahkoisten_palvelujen_etusivu/Etsi_tietoa.png');
	color: #007d67;
}
#content-main .varilaatikko.green ul li,
#content-main .varilaatikko.green .varilaatikko-linkkilista li {
	background-color: #007d67;
}

/* RESPONSIIVISUUS */

@media (max-width: 767px) { 

	#content-main .varilaatikko.blue,
	#content-main .varilaatikko.purple,
	#content-main .varilaatikko.green {
		background-image: none;
		padding-top: 10px;
	}

	#content-main .varilaatikko .top {
		min-height: auto;
		width: 100%;
		
	}


	#content-main .varilaatikko .varilaatikko-linkkilista {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 530px) { 


	#content-main .varilaatikko .varilaatikko-linkkilista {
		grid-template-columns: 1fr;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	#content-main .varilaatikko .varilaatikko-linkkilista {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}



/* ETUSIVU "Käytetyimmät palvelumme" */

.suosituimmat-palvelumme,
.suosituimmat-palvelumme * {
	box-sizing: border-box;
}
.suosituimmat-palvelumme {
	background-color: #d9effa;
	min-height: 460px;
	padding: 30px;

	font-family: "FagoWebPro-Medium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.063rem;

}
.suosituimmat-palvelumme .inner {
	max-width:986px;
	margin:auto;
	
}

.suosituimmat-palvelumme .box-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.suosituimmat-palvelumme .box {
	text-align: center;
	background: #fff;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px 22px;
}
.suosituimmat-palvelumme .box img {
	max-height: 90px;
}

.suosituimmat-palvelumme .box .box-text h3,
.suosituimmat-palvelumme .box .box-text {
	color: #035ca7;
	margin: 16px 0;
	font-family: "FagoWebPro-Medium", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.063rem;
}

.suosituimmat-palvelumme .box .bottom,
.suosituimmat-palvelumme .bottom-link {
	background-color: #035ca7;
	width: 100%;
	min-height: 50px;
	display: flex;
	justify-content: space-around;
	padding: 10px 10px;
}
.suosituimmat-palvelumme .box .bottom:hover,
.suosituimmat-palvelumme .bottom-link:hover,
.suosituimmat-palvelumme .box .bottom:focus,
.suosituimmat-palvelumme .bottom-link:focus {
	background-color: #d0398f;
}

.suosituimmat-palvelumme a span {
	align-self: center;
	color: #fff;
}

.suosituimmat-palvelumme .bottom-link {
	margin-top: 22px;
}


/* RESPONSIIVISUUS */

@media (max-width: 991px) { 
	.suosituimmat-palvelumme .box-links {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 530px) { 
	.suosituimmat-palvelumme .box-links {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}

#navi-sub .level-2-item,
#navi-sub .level-3-item,
#navi-sub .level-4-item,
#navi-sub .level-5-item {
	padding: 10px 0;
}

#navi-sub .level-5 {
	margin: 8px 0 0 0;
	padding: 0 0 0 16px;
	border-top: 1px solid #d9d9d9;
}

#navi-sub .level-2-item,
#navi-sub .level-3-item,
#navi-sub .level-4-item,
#navi-sub .level-5-item {
	margin-top: -1px;
	border-top: 1px solid #d9d9d9;
}

#navi-sub .level-2-link,
#navi-sub .level-3-link,
#navi-sub .level-4-link,
#navi-sub .level-5-link {
	display: block;
	margin-left: 5px;
	font-family: "FagoWebPro-Medium", Arial, Helvetica, sans-serif;
	line-height: 1.25em;
}

.ankkurilinkit .ankkurit .ankkuri {
	margin-bottom: 0;
}

.ankkurilinkit .ankkurit {
	margin-bottom: 20px;
}
