/*!
Theme Name: fairdata
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fairdata
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

fairdata is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #007FAD;
}

a:visited {
	color:#007FAD;
}

a:hover, a:focus, a:active {
	color: midnightblue;
	text-decoration: underline;
}

a:focus {
	outline: 2px solid;
	outline-offset: 2px;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {

	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
-- */


.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

/* Small menu. */
.menu-toggle,
.toggled .main-navigation ul {
	display: block;
}

@media screen and (min-width: 981px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.page-content ul.sitemap ul {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Wysiwyg MODs start here, first html-proto styles
--------------------------------------------------------------*/

.entry-content {
	margin-top: 0;

}

.single .entry-content, .page .entry-content {
	min-height: 300px;
}

/*--------------------------------------------------------------
## Grid.css
--------------------------------------------------------------*/
.row,figure img{width:100%}.centering,article,aside,figcaption,figure,figure img,footer,header,hgroup,nav,object,section,video{display:block}a,abbr,address,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,iframe,img,ins,label,legend,li,object,ol,p,pre,q,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,ul{border:0;margin:0;padding:0;list-style-type:none}a img{border:0}figure{position:relative}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-family: 'Lato', sans-serif;
}.clear{clear:both}.container{padding-left:20px;padding-right:20px}.row{max-width:1280px;min-width:800px;margin:0 auto;overflow:hidden}.narrow{max-width:900px}.wide{max-width:1480px}.eightcol,.elevencol,.fivecol,.fourcol,.ninecol,.onecol,.sevencol,.sixcol,.tencol,.threecol,.twocol{margin-right:3.8%;float:left;min-height:1px}.row .onecol{width:4.85%}.row .twocol{width:13.45%}.row .threecol{width:22.05%}.row .fourcol{width:30.75%}.row .fivecol{width:39.45%}.row .sixcol{width:48%}.row .sevencol{width:56.75%}.row .eightcol{width:65.4%}.row .ninecol{width:74.05%}.row .tencol{width:82.7%}.row .elevencol{width:91.35%}.row .twelvecol{width:100%;float:left}.last{margin-right:0}embed,img,object{max-width:100%}img{height:auto} 

.centering{margin-left:auto;margin-right:auto}.hide-on-desktop{display:none!important}@media handheld,only screen and (max-width:980px){body{font-size:16px;-webkit-text-size-adjust:none}.container,.row,body{width:100%;min-width:0;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.row .eightcol,.row .elevencol,.row .fivecol,.row .fourcol,.row .ninecol,.row .onecol,.row .sevencol,.row .sixcol,.row .tencol,.row .threecol,.row .twelvecol,.row .twocol{width:auto;float:none;margin-left:0;margin-right:0;padding-left:20px;padding-right:20px}.hide-on-desktop{display:inherit!important}.hide-on-mobile{display:none!important}}
/*--------------------------------------------------------------
## Styles.css
--------------------------------------------------------------*/
.hidden {
    display: none;
}
.unhidden {
    display: block;
}
.center{
    text-align: center;
}
.centering{
    margin-left:auto;
    margin-right:auto;
    display:block;
    float:none;
}
.ofv{
    overflow:visible;
}
.section-low {
	padding-top: 1em;
	padding-bottom: 1em;
}

.section-low-top {
	padding-top: 1em;
}

.section-low-bottom {
	padding-bottom: 1em;
}

.section {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.section-top {
	padding-top: 1.5em;
}

.section-bottom {
	padding-bottom: 1.5em;
}
.content {
	padding:1em;
	overflow:auto;
}

#logo img {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1em;
	margin-top:1em;
	display: block;
	position:relative;
}
#services div.sixcol {
    margin-bottom: 60px;
    border-left: solid 11px #0075A3;
    padding-left:1.5em;
}
#services div:last-child, .content p:last-child{
    margin-bottom:0;
}

#services p:last-child {
	margin-bottom: 0;
	line-height: 1;
}

#services h4 {
	text-transform: none;
}

.service-name::after {
	content: " - ";
}

.service-name:empty::after {
	content: " ";
}

#languages .current-lang {
	display: none;
}
#languages {
    text-align:center;
    margin-top:1em;
    margin-bottom:1em;
}
#languages ul li{
    white-space: nowrap;
	display:inline;
	text-transform: uppercase;
}
#languages ul li a{
	text-decoration: none;
	font-weight: 600;
	font-size: 0.9rem!important;
	color: #4f4f4f;
	padding-top: 2.7em;
	
	display: block;
	line-height: 2;
}

#languages ul li a:hover{
	color:#004d79;
	text-decoration: underline;
}
.page-content ul, footer ul{
	margin-bottom: 1.75em;
}
.page-content article ul ul {
	margin-bottom: 0;
}
.page-content li, footer li {
	line-height:1.75em;
}
.page-content li{
    list-style:square;
    list-style-position: inside;
}

.page-content ol li {
	list-style-type: decimal;
}

p a, p a:visited, p a:active, .page-content li a, .page-content li a:active, .page-content li a:visited, footer li a, footer li a:active, footer li a:visited {
	text-decoration:underline;
	font-weight:600;
}
strong{
    font-weight:600;
}
p a:hover, .page-content li a:hover, footer li a:hover {
		text-decoration:none;
}
footer li{
    font-size:1rem;
}
.page-content p a, .page-content ul li a, .box h4 a{
    color: #007FAD;
}

.page-content p a:hover, .nav-links a:hover, .page-content ul li a:hover{

	color:#00A2DD;

}

.page-content p a:active, .nav-links a:active, .page-content ul li a:active{

	color:#00A2DD;

}

h4 a{
    text-decoration:none;
}
.blue-dark p a, .blue-dark ul li a{
	color:#ffffff;
}
.white{
	background-color: #ffffff;
}
.blue-dark {
	background-color: #004D79;
	color:#ffffff;
}
#toggle, #sidebar-menu-toggle, #sidebar-menu li a{
    clear:both;
    display: block;
}
#toggle, #sidebar-menu-toggle{
	background-color: #0075A3;
	-webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
	background-image: url(images/hamburger.svg);
	background-position: 97% center;
	background-repeat: no-repeat;
	 background-size: 20px 20px;
	color: #ffffff;
}
#sidebar-menu-toggle{
	background-image: url(../images/plus.svg);
	background-position: 97% center;
	background-repeat:no-repeat;
	background-size: 20px 20px;
}
.blue-light{
	background-color: #007FAD;
	color:#ffffff;
}
.blue-lighter{
	background-color: #e5f2f7;
}
.grey{
    background-color:#F7F7F7;
}
#sidebar-menu li{
    list-style:none;
		padding: 5px;
}
#sidebar-menu li a {
	display: block;
	text-decoration: none;
	padding: 0.5em 0.75em 0.5em 0em;
	color: #0075a3;
	font-size: 1.015rem;
}

#sidebar-menu li a:hover, #sidebar-menu li a:focus {
	text-decoration: underline;
}

#sidebar-menu li a:focus {
 outline: 2px solid #0075A3;
 outline-offset: 2px;
}


#sidebar-menu-active, #sidebar-menu .current-menu-item > a {
	background-color: #e5f2f7;
	color: #0075a3;
	border-left: solid 9px #0075A3;
	padding-left:1em!important;
}
.green, .button.button-green, .button.button-green:visited, input[type="submit"], .posts-navigation  a {
	background-color: #03881c;
	color: #ffffff;
	
	display: inline-block;
	width: auto;
	padding: 1em 2em 1em 2em;
}

.button-green:hover, input[type="submit"]:hover, .button-green.done, .posts-navigation  a:hover  {
	background-color: rgba(17,165,60,0.80);
	color: #fff;
}

.button-green img {
	height: 20px;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 6px;
}

.posts-navigation a {
	text-transform: uppercase;
}

.posts-navigation .nav-previous a::before {
	content: " ";
	background-image: url('images/long-arrow-left-white.svg');
	display: block;
	width: 20px;
	height: 23px;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
}

.posts-navigation .nav-next a::after {
	content: " ";
	background-image: url('images/long-arrow-right-white.svg');
	display: block;
	width: 20px;
	height: 23px;
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	margin-left: 10px;
}

.tag a, #sidebar-tags li a{
    color:#007fad;
    text-decoration:none;
    font-weight:700;
}
.button, #toggle, #sidebar-menu-toggle, input[type="submit"] {
	display: block;
	text-decoration: none;
	padding: 1em 0.5em;
	width: 100%;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.85rem;
	}
.button-arrow{
	background-image: url(../images/arrow-right.svg);
	background-repeat: no-repeat;
	background-size: 26px 26px;
	background-position: right center;
	color:#007fad;
    padding-top:0.5em;
    padding-bottom:0.5em;
    text-decoration:none;
	padding-right:2.3em;
	font-weight: 700;
	text-transform: uppercase;
	font-size:0.9rem;
	letter-spacing: 1px;
}
.button-arrow:hover{
    color:rgba(0,127,173,0.80);
}
#toggle, #sidebar-menu-toggle{
    text-align:center;
	color:#ffffff;
	font-size:0.8rem;
	padding: 1em;
	margin-bottom:0.5em;
}
#sidebar-menu-toggle{
    margin-bottom:2em;
}
label {
	display: block;
	margin-bottom: 0.25em;
	cursor: pointer;
	font-size:1.15rem;
	color:#4f4f4f;
	font-weight:600;
}
input[type="text"], input[type="email"], textarea{
	font-size: 1rem;
	padding: 0.5em;
	width: 100%;
	-webkit-appearance: none;
	border: solid 1px #626262;
	margin-bottom:0.75em;
	color:#4f4f4f;
}
textarea{
	 overflow: auto;
}
input[type="submit"]{
    max-width:320px;
    float:right;
    border:0;
}
.box {
	margin-bottom: 2.5em;
	background-color:#ffffff;
}
.box .tag{
    font-weight:600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size:0.85rem;
    margin-bottom:1em;
	color:#4f4f4f;
}
#sidebar-tags li {
	background-image: url(images/tag.svg);
	background-size: 21px 20px;
	line-height:1.75em;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2em;
	display:block;
	padding-top:0.5em;
	padding-bottom:0.5em;
	text-transform: uppercase;
	font-size:0.85rem;
}
#sidebar-tags li a{
	border:0;
}
a {
    transition:all 0.1s ease-in-out 0s;
}

/*SVG styles*/

.st0{fill:#3FBD50;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
	.st0:hover{fill:#35A043;
	transition: all ease 0.4s;}
	.st1{fill:#009ECE;}
	.st1:hover{fill:#0089B3;
	transition: all ease 0.4s;}
	.st2{fill:none;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
	.st3{fill:#006988;}
	.st3:hover{fill:#00546D;
	transition: all ease 0.4s;}
	.st4{fill:#FFFFFF;}
	.st5{fill:#21C9FF;}
	.st5:hover{fill:#00BBF8;
		transition: all ease 0.4s;}
	.st6{clip-path:url(#SVGID_2_);fill:#FFFFFF;}
	.st7{clip-path:url(#SVGID_2_);fill:#7CCDF3;}
	.st8{clip-path:url(#SVGID_4_);}
	.st9{clip-path:url(#SVGID_8_);}
	.st10{clip-path:url(#SVGID_12_);}
	.st11{clip-path:url(#SVGID_16_);}
	.st12{clip-path:url(#SVGID_20_);}
	.st13{clip-path:url(#SVGID_24_);}
	.st14{clip-path:url(#SVGID_28_);}
	.st15{clip-path:url(#SVGID_32_);}
	.st16{clip-path:url(#SVGID_36_);}
	.st17{clip-path:url(#SVGID_40_);}
	.st18{clip-path:url(#SVGID_44_);fill:#F8B133;}
	.st19{clip-path:url(#SVGID_44_);fill:#575756;}
	.st20{clip-path:url(#SVGID_44_);fill:#39A935;}
	.st21{clip-path:url(#SVGID_46_);}
	.st22{clip-path:url(#SVGID_50_);}
	.st23{clip-path:url(#SVGID_54_);fill:#5BC4F1;}


/* IE fix*/
.svg-container {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
		margin-bottom:1.5em;
		margin-top:2.5em;


}
.svg-container svg {
    position: absolute;
    top: 0;
    left: 0;
}

.alm-reveal {
	clear: both;
}

.alm-btn-wrap {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.alm-btn-wrap .button-green {
	display: inline-block;
}

.alm-load-more-btn.done {
	display: none;
}
.author-image {
    border-radius: 50%;
    margin-bottom: 1.5em;
    border: solid 9px #f7f7f7;
}

@media all and (min-width: 600px) {



}

@media all and (min-width: 980px) {
	.author-name {
		margin-top: 2em;
	}

    .svg-container {
        margin-bottom:0;
    	margin-top:0;
    }
    .flex-container{
        display:flex;
    }
    #logo{
    	width: 260px;
    }
    #languages{
        flex:1;
        margin-top:0;
		margin-bottom:0;
		max-width: 30px;
    }
    #languages ul li a{
    	font-size: 0.85rem!important;
    }
    #services div{
        margin-bottom: 60px;
    }
    #services div:nth-last-child(-n+2){
        margin-bottom:0;
    }

    .hidden, .unhidden {
        display: inherit!important;
    }
    #sidebar-menu{
        margin-top:0;
    }
    #languages  {
        text-align:right;
    }
    #languages ul li{
        float:left;
    }
    #toggle, #sidebar-menu-toggle{
        display:none;
    }
    #languages ul {
        float: right;
        margin-bottom:0;
    }
    #logo img{
    	margin-left:inherit;
    	margin-right:inherit;
    }
    .button{
        max-width:320px;
    }
    .button-small{
        max-width:168px;
    }
    .boxes, .alm-reveal {
        display: flex;
        justify-content:space-between;
        flex:1;
        flex-wrap: wrap;
    }



    .box {
        width:30%;
	}
	

}
@media all and (min-width: 1140px) {
    .indent{
        padding-left:2em;
        padding-right:2em;
    }
    .button {
    	padding: 1em;
    }
}
@media all and (min-width: 1260px) {
    #logo{
    	width: 312px;
    }
    .section {
    	padding-top: 3em;
    	padding-bottom: 3em;
    }
    .section-top {
    	padding-top: 3em;
    }
    .section-bottom {
    	padding-bottom: 3em;
    }
    .content{
        padding:1.25em;
    }
    .indent{
        padding-left:7em;
        padding-right:7em;
    }
}
/*--------------------------------------------------------------
## Typographia.css
--------------------------------------------------------------*/
html{
    font-size:15px;
}
body {
font-family: 'Lato', sans-serif;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	color:#4f4f4f;
}
p {
	font-size: 1rem;
	line-height: 1.55em;
	margin: 0 0 1.75em 0;
/*	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
	font-weight:400;
    color:#4f4f4f;
}
.blue-dark p, .blue-light p, .green p {
    color:#ffffff;
}
h1 {
	font-size: 2.2rem;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.3em;
	color:#ffffff;

}
h2 {
	font-size: 1.7rem;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.3em;
}
h3 {
	font-size: 1.45rem;
	line-height: 1.2em;
	margin-top: 0em;
	margin-bottom: 0.4em;
}
h4 {
	font-size: 1.15rem;
	line-height: 1.2em;
	margin-top: 0em;
	margin-bottom: 0.4em;
	text-transform: uppercase;
}
 .service-name{
    text-transform:none;
}
h5 {
	font-size: 1rem;
	margin-bottom: 0.4em;
	text-transform: uppercase;
	letter-spacing: 1px;

}
footer ul{
	margin-bottom:0;
}
.box p{
    margin-bottom:0.875em;
}
 .ingress p {
	font-size: 1.1rem;
}
.small, footer p{
    font-size:0.95rem;
}
#services p a, .service-detail a {
	font-weight: bold;
	color: #03881C;
	text-decoration: none;
	margin-right: 10px;
	
}

#services .arrow-link.second {
	margin-left: 10px;
}

#services p a:hover, .service-detail a:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #03881C;
	outline: 6px solid #03881C;
	background-image: url('images/long-arrow-right-white.svg');
}



#services p a.arrow-link, .service-detail a {
	background-image: url('images/long-arrow-right.svg');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 18px;
	display: inline-block;
	padding: 2px 24px 2px 0px;
	
}

#services p a.arrow-link:hover, .service-detail a:hover {
	background-image: url('images/long-arrow-right-white.svg');

	
}



h1, h2, h3, h4, h4 a, h5{
    font-weight:600;
}
@media handheld, only screen and (min-width: 980px) {
    html{
        font-size:16px;
    }
    h1 {
    	font-size: 2.7rem;
    }
    h2 {
    	font-size: 1.8rem;
    }
    h3 {
    	font-size: 1.5rem;
    }
     .ingress p {
    	font-size: 1.2rem;
    }
    footer p{
        margin-bottom:0;
    }

}
@media handheld, only screen and (min-width: 1260px) {
    h1 {
    	font-size: 3.2rem;
    }
    h2 {
    	font-size: 2rem;
    }
    h3 {
    	font-size: 1.7rem;
    }
    h4 {
    	font-size: 1.2rem;
    }
    h5 {
    	font-size: 1.1rem;
    }
     .ingress p {
    	font-size: 1.3rem;
    }
}
/*--------------------------------------------------------------
## Nav.css
--------------------------------------------------------------*/
.nav-wrapper {
    position:relative;
}
.nav-wrapper .nav-inner {
	background-color: #ffffff;
    position: relative;
    z-index: 100;
}
.nav-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}
.nav-wrapper .nav, .nav-wrapper .nav-menu {
    width: 100%;
    margin: 0 auto;
    list-style: none;
}
.nav > li {
    display: inline-block;
}
.nav > li:first-child {
    margin-left: 0!important;
	margin-right:0!important;
	
}
.nav > li > a {
	color: #4f4f4f;
	font-size: 16px;
	font-weight: 600;
	
	line-height: 1;
	display: inline-block;
	position: relative;
	z-index: 100;
	text-decoration: none;
	padding: 10px 16px;
}
.nav > li > a:hover {
    background-color: #004d79;
    color: #fff;
}

.nav  li > a:hover, .nav  li > a:focus {

	text-decoration: underline;
}
.nav li .nav-submenu, .main-navigation ul ul.sub-menu {
    position: absolute;

    z-index:9999999999999!important;
    

    background:#ffffff;
    display:none;
}
.nav > li.nav-open {
    background:#ffffff;
	color:#004d79;
}
.nav > li.nav-open a
{
	background-color: #004d79;
	color: #fff;
}



.nav > li.nav-open a:hover, .nav > li.nav-open a:focus
{
	background-color: #004d79;
	color: #fff;
	text-decoration: underline;
	outline: none;
}


.nav > li.nav-open .nav-submenu, .nav > li.nav-open .sub-menu {
    z-index: 99999999999999999;
    display:block;
}
.nav li .nav-submenu li, .nav ul.sub-menu li.menu-item
{
  /*width: 24.5%;*/
  width:auto;
  height:100%;
  min-width: 170px;
  display: block;
}
.nav li .nav-submenu li:first-child {
    border-left:0px;
}
.nav li .nav-submenu li a, .nav ul.sub-menu li a
{
    display: block;
  background-color: #E5F2F7;
	color: #4f4f4f;
	text-transform: uppercase;
    padding-top: 1.9em;
    padding-bottom: 1.9em;
    padding-left:1em;
    padding-right:1em;
    font-size:0.85rem;
	font-weight: 600;
    cursor:pointer;
    text-decoration:none;
}
.nav li .nav-submenu li a:hover {
	background-color: #004d79;
	color: #fff;
}

.active, .active:hover, .nav > li.current-menu-item > a, .nav > li > a:hover,  .nav > li.current-menu-parent > a {
	position:relative;
	overflow: visible;

	width:100%;
	background-color: #004d79;
	color: #fff;
}
/*.nav-submenu .active a
{
	color: #ffffff!important;
}*/

.nav-links {
    padding-top: 1em;
    padding-bottom: 2em;
    display: flex;
    justify-content: space-between;
}

.nav-links img {
    width: 14px;
    height: 24px;
    margin-bottom: 0.35em;
}

.nav-links h5 {
    margin-bottom: 0.75em;
}

.nav-previous {
    text-align: left;
    padding-right: 0.5em;
}

.nav-next {
    text-align: right;
    padding-left: 0.5em;
}

h4 a, .nav-links a {
    text-decoration: none;
}

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


.submenu-active {
	background-color: #004d79;
	color:#ffffff!important;
}


.nav > li {
	padding-bottom: 26px;
}

}



@media screen and (max-width:980px) {
    #languages{
        margin-top:1em;
    }
    .active:before{
        display:none;
    }
    .nav > li {
    	display: block;
    	padding: 0 0.25em;
    	text-align: center;
    }
    .nav > li a {
        font-size: 1rem;
        padding: 0.4em;
	   display: block;
	   line-height: 2.5em;
    }
     .nav li .sub-menu li a {
        font-size: 0.9rem;
        padding-top: 1.5em;
        padding-bottom:1.5em;
    }
    .nav li ul.sub-menu li.menu-item {
        width: 100%;
        height:100%;
        border:0!important;
        display:block;
    }
    .main-navigation .nav li ul.sub-menu {
        left: 0;
        top: 4em;
        width: 100%;
        background:#f7f7f7;

        position: static;
    }
    .nav > li.nav-open {
        padding:0;
    }
    .nav > li.nav-open ul.sub-menu li a, .nav > li.nav-open ul.sub-menu li a:hover {
        color:#004d79;
        background-color:#e5f2f7;
        width:100%;
    }
    .nav > li > a:hover{
        background-color: transparent;
	color: unset;
    }
}

/*--------------------------------------------------------------
## Accordion / Toggler
--------------------------------------------------------------*/
 /* Style the buttons that are used to open and close the accordion panel */
button.accordion-trigger
 {
    background: #e5f2f7;
    background-color: #e5f2f7;
    color: #0075A3;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    border-radius: 0;
    font-weight: 600;
    font-size: 1rem;
    border-left: solid 39px #0075A3;
    padding-left: 1em !important;
    transition: 0.4s;
}

button.accordion-trigger.active,
button.accordion-trigger:hover,
button.accordion-trigger:focus {
	text-decoration: underline;

}
button.accordion-trigger:focus {
	border-top: 1px solid #0075A3;
	border-right: 1px solid #0075A3;
	border-bottom: 1px solid #005FA3;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.accordion.active {
    background: #007FAD;
    background-color: #007FAD;
    border-left: solid 39px #007FAD;
    color: #e5f2f7;
}
.accordion:hover {
    background: #e5f2f7;
    background-color: #e5f2f7;
    border-left: solid 39px #bbbbbb;
    color: #e5f2f7;
}*/

/* Style the accordion panel. Note: hidden by default */
.panel {
    /*padding: 0 18px;*/
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordion-panel {
	padding: 1.75em 0;
}

button.accordion-trigger:after {
  float: left;
  display: block;
  content: ' ';
  background-image: url('/wp-content/themes/fairdata/images/plus.svg');
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
  margin-left: -2.7rem;
}
button.accordion-trigger[aria-expanded="true"]:after {
  float: left;
  display: block;
  content: ' ';
  background-image: url('/wp-content/themes/fairdata/images/minus.svg');
  background-size: 16px 16px;
  height: 16px;
  width: 16px;
}

.accordion + h2, .accordion + h3 {
	margin-top: 0.75em;
}



/* Old avointiede css */
table.greyGridTable td, table.greyGridTable th {
    border: 1px solid #333;
    padding: 3px 4px;
}
table.greyGridTable {
    text-align: center;
    border-collapse: collapse;
}
table.greyGridTable {
    border: 2px solid #fff;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

@media screen and (min-width: 980px) {
	#sidebar.threecol {
		float: left;
	}

	.page-template-page_with_sidebar .ninecol {
		float: right;
	}

	#primary-menu {
		margin-left: -16px;
	}
}


#search {

    width: 100%;
   
    max-width: 100%;
	padding: 1em 0 0.4em;
}

#search .search-form {
    width: 100%;
    display: flex;
	position: relative;
	max-width: 150px;
	float: right;
}

#search label, #search .search-field {
    width: 100%;

}

#search .search-field {
    border: solid 1px;
    padding: 0.5em 40px 0.5em 0.5em;

    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #4f4f4f;
}


input.search-field:focus {
	outline-color: #007FAD;
}

#search .search-submit {
    flex: 1;
    float: none !important;
    height: 60px;
    text-align: center;
    margin-left: 1em;
    border-radius: 0;
}

.breadcrumbs {
	margin-bottom: 1.75em;
}

button:hover, input[type='submit'] {
	cursor: pointer;
}

#searchsubmit {
	right: 0;
	position: absolute !important;
	top: 0;
	background-color: transparent;
	color: #828a8f;
	padding: 6px;
	margin-bottom: 0;
	border-style: none;
}

#searchsubmit:focus {
	background-color: #e5f2f7;
}

#searchsubmit img {
	width: 26px;
	height: 26px;
	color: grey;
	margin-top: 3px;
}

@media screen and (min-width: 980px) {
	#search {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right: 20px;
	}
}


/* News categories */

.category-navigation {
	margin-bottom: 20px;
}

.category-navigation .nav-menu li {
	display: inline-block;
	background-color: #fff;
	margin-right: 10px;
}

.category-navigation .nav-menu li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	padding: 6px 14px;

}

.category-navigation .nav-menu li.current-cat a {
	background-color: #004D79;
	color: #fff;
}

.category-navigation .nav-menu li a:hover {
	text-decoration: underline;
	color: #007FAD;
}

.category-navigation .nav-menu li.current-cat a:hover, .category-navigation .nav-menu li.current-cat a:focus {
	color: #fff;
}

.fp-light-blue {
	background-color: #FAFDFF;
}

.fp-blue {
	background-color: #EFF8FC;
}

/**/

.fp-news {
	margin-bottom: 16px;
}

.news-box {
	background-color: #fff;
	margin-bottom: 5px;
	padding: 10px 30px 8px;
}

.news-box .tag {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
}

.news-box h4 a {
	text-transform: none;
	color: #4F4F4F;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}


.home .site-main .blue-light h1 {
	margin-top: 20px;
}

.home .fp-content {
	background-image: url('images/illustration.png');
	background-position: 85% bottom;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width:992px) {
	.home .fp-content {
		background-image: none;
		
	}
  }

/* footer 
	source: https://cscfi.github.io/fairdata-ui/
*/

.fd-text-muted {
	color: #595959
}
.fd-footer span,
.text-uppercase {
text-transform: uppercase
}
.fd-footer {
width: 100%;
height: auto;
padding: 1rem 4rem 2rem 4rem;
box-shadow: 0 -3px 5px #efeFEFEB;
flex-shrink: 0;
font-size: 16px;
color: #595959
}
@media screen and (max-width:992px) {
	.fd-footer {
	  padding: 0 2rem 2rem 0;
	}
  }
.fd-footer a {
	color: #595959;
	text-decoration: none;
	font-weight: normal;
}
.fd-footer a:hover {
text-decoration: underline
}
.fd-footer span {
display: block;
margin-bottom: 1rem;
margin-top: .75rem
}
@media screen and (max-width:992px) {
	.fd-footer span {
	  margin-top: 1.5rem;
	  margin-bottom: .5rem
	}

	.fd-footer .row .fivecol {
		width: 100%;
	}

	.fd-footer .row .sevencol {
		width: 100%;
	}

	.fd-footer .row .threecol {
		padding-left: 0;
	}
  }

  @media screen and (max-width:1400px) {
	.fd-footer span {
	  margin-top: 1.5rem;
	  margin-bottom: .5rem
	}

	.fd-footer .row .fivecol {
		width: 100%;
	}

	.fd-footer .row .sevencol {
		width: 100%;
	}

	.fd-footer .row .threecol {
		padding-left: 0;
	}
  }



.fd-footer p {
margin-top: .1rem;
margin-bottom: 0
}

.fd-footer .row {
	width: 100%;
	max-width: 100%;
}
.fd-footer .row .padding-right {
	padding-right: .75rem
}

.fd-footer .logo {
    width: 175px;
    position: absolute;
    top: -0.5rem;
    right: 0;
}

.service-detail:first-of-type {
	background-color: #EFF8FC;
}

.service-detail h2 {
	color: #0075A3;
	font-size: 26px;
}

.fp-news h2 {
	font-size: 24px;
	color: #0075A3;
	margin-bottom: 30px;
}

.service-provider-info {
	max-width: 600px;
	position: relative;
}

.description-graph {
	padding-top: 60px;
}

.description-graph img {
	width: 900px;
}

