/*
	Theme Name: Unifi
	Version: 0.1
	Theme URI: http://muuks.fi
	Description: Custom theme by Muuks Creative
	Author: Muuks Creative
	Author URI: http://muuks.fi
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v30-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-mono-regular - latin */
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-mono-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-mono-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-mono-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-mono-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-mono-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-mono-v22-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Noe Display Medium';
  src: url('fonts/Noe Display Medium.eot');
  src: url('fonts/Noe Display Medium.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html {
    overflow-x: hidden;
  }
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.0rem;
  color: #101010;
  background: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Noe Display Medium', sans-serif;
  font-weight: 400;
  color: #101010;
}
h1, h2, h3 {
  margin-bottom: 1rem;
}
.accordion-content h2, .accordion-content h3, .accordion-content h4, .accordion-content h5, .accordion-content h6,
h1.roboto, h2.roboto, h3.roboto, h4.roboto, h5.roboto, h6.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
a {
  color: #101010;
  transition: all 0.25s ease;
}
.muuks,
.muuks a {
  color: #F5F2F5;
}
a:hover, a:focus {
  color: #101010;
  text-decoration: none;
}
hr {
  margin: 2rem auto;
}
table thead {
  background: transparent;
  color: #101010;
}
table tfoot {
  border: none;
  background-color: transparent;
  background: transparent;
  color: #101010;
}
.alignleft {
  float:left;
  margin-right:1rem;
  margin-bottom:1rem;
}
.alignright {
  float:right;
  margin-left:1rem;
  margin-bottom:1rem
}
.aligncenter {
  display: block;
  margin: 0 auto 1rem auto;
}
.alignnone {
  margin: 0 1rem 1rem 0;
}
.entry-content p a,
.entry-content ul a,
.entry-content ol a {
	color: #101010;
	text-decoration: none;
  background: linear-gradient(0deg, #ff8b33 0%, #ff8b33 100%);
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: 100% 4px;
  transition: background-size 0.25s ease-in;
}
.entry-content p a:hover,
.entry-content ul a:hover,
.entry-content ol a:hover {
  background-size: 100% 100%;
	color: #101010;
	text-decoration: none;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.toggle-container {
	display:none;
}
p, ul, ol, dl {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  font-size: 1.125rem;
}
.sidebar p, .sidebar ul, .sidebar ol, .sidebar dl {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
/* Menu */
#mobile-icon {
  width: 40px;
  height: 28px;
  position: relative;
  float:right;
  margin: 1.5rem 0 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  z-index: 999;
}

#mobile-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #101010;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mobile-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile-icon span:nth-child(2) {
  top: 11px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile-icon span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 6px;
}

#mobile-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#mobile-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 6px;
}
#subpage-container {
  background: #F7F1E6;
}
body.page-template-template-page-strategia #subpage-container,
body.page-template-template-page-tarjotin #subpage-container,
body.page-template-template-page-osuudet #subpage-container {
  background: #ffffff;
  overflow: hidden;
}
#subpage-header {
  padding: 4.5rem 0 1.5rem;
}
.entry-title h1 {
  margin-bottom: 0;
  color: #101010;
  font-size: 2.25rem;
}
.entry-title h2 {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #505050;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.skip-to-main {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0.5rem;
  background-color: #D4EEF3;
  color: #272727;
  transform: translateY(-50px);
}
.skip-to-main:focus {
  transform: translateY(0);
  z-index: 99999;
}
#navigation-bar {
  margin: 0;
}
nav[role="navigation"] {
  position: relative;
  float: right;
  padding: 0;
  margin: 1.75rem 0 0;
}
.top-bar-menu {
  float: left;
}
.top-bar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.top-bar-menu ul li,
.top-bar-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  position: relative;
}
.top-bar-menu:after,
.top-bar-menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.top-bar-menu > ul > li {
  display: inline-block;
}
.top-bar-menu > ul > li > a {
  padding: 0 0 1.75rem;
  margin: 0 1rem;
  letter-spacing: 0.05rem;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #101010;
  font-size: 1rem;
  text-transform: uppercase;
}
.top-bar-menu > ul > li > a:hover {
  color: #101010;
  text-decoration: underline;
}
.top-bar-menu > ul > li.lang-item > a {
  font-size: 0.875rem;
  color: #767676;
  margin: 0 0.5rem;
}
.top-bar-menu > ul > li:last-child a {
  margin-right: 0;
}
.top-bar-menu > ul > li.current-menu-item > a {

}
.top-bar-menu ul ul {
  position: absolute;
  display: none;
  z-index: 1000;
  text-align: left;
}
.top-bar-menu li.menu-item-has-children:hover > ul,
.top-bar-menu li.menu-item-has-children.focused > ul {
  left: 50%;
  transform: translate(-50%, 0);
  top: auto;
  display: block;
  background: #ff8b33;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.top-bar-menu ul ul.sub-menu:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 16px inset transparent;
  border-right: 16px inset transparent;
  border-top: 0 inset transparent;
  border-bottom: 12px solid #ff8b33;
  top: -12px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
}
.top-bar-menu ul ul ul {
  margin-left: 100%;
  top: 0;
}
.top-bar-menu ul ul li a {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 12px 15px;
  min-width: 240px;
  font-size: 1rem;
  text-decoration: none;
  color: #101010;
  font-family: 'Roboto Mono', monospace;
  line-height: 1.3;
  font-weight: 400;
}
.top-bar-menu ul ul li:last-child > a,
.top-bar-menu ul ul li.last-item > a {
  border-bottom: 0;
}
.top-bar-menu ul ul li:hover > a,
.top-bar-menu ul ul li a:hover {
  text-decoration: underline;
}

/* header */
.page-breadcrumbs {
  color: #505050;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.page-breadcrumbs a {
  color: #505050;
  font-weight: 700;
}
.page-breadcrumbs a:hover {
  text-decoration: underline;
}
.some-share-title {
  font-family: 'Roboto Mono', monospace;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  display: block;
  color: #505050;
}
.logo {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.logo img {
  margin: 1rem 0 0;
  width: 80px;
}
.logo a:hover img {
  opacity: 0.7;
}
/* Sidebar Widgets */
.sidebar .widget{
  margin-bottom: 1.5rem;
  background: #f5f5f5;
  padding: 1rem;
}
.sidebar .widget .widgettitle {
  color: #101010;
  margin-bottom: 0.5rem;
}
.sidebar .widget ul {
  margin: 0;
  padding: 0;
}
.sidebar .widget ul li {
  list-style: none;
}
.sidebar .widget ul > li {
  display: block;
}
.sidebar .widget ul li a {
  color: #101010;
  font-weight: normal;
  padding-bottom: 0.5rem;
  transition: all 0.25s ease;
  font-family: 'Roboto', sans-serif;
}
.sidebar .widget ul > li > a:hover {
  color: #ff8b33;
}
.sidebar .widget ul li a:before {
  content: "\f061";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  color: #505050;
  line-height: 1;
  margin-right: .5rem;
  transition: all .25s ease;
  font-size: 80%;
  top: -1px;
}
.sidebar .widget ul > li {
  margin-bottom: 0.5rem;
}
/* Sidebar Widgets end */
.intro-header {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  text-align: left;
  max-width: 60%;
  background-color: #ffffff;
  padding: 3rem 4rem;
  border-top-right-radius: 1rem;
  z-index: 2;
}
.intro-header h1 {
  font-size: 2.5rem;
  color: #101010;
  line-height: 1.1;
  margin-bottom: 0;
}
.intro-header .button.large {
  font-size: 1.375rem;
}
.intro-header .button,
.intro-header .wp-block-button {
  margin-top: 2rem;
  margin-right: 2rem;
  margin-bottom: 0;
}
.intro-header .button:last-child,
.intro-header .wp-block-button:last-child {
  margin-right: 0;
}
.large-arrow {
  height: 130px;
  width: 150px;
  background-image: url("images/arrow_300.png");
  background-size: 150px 130px;
  position: relative;
  display: block;
  -webkit-transition: margin 0.5s linear;
  transition: margin 0.5s linear;
}
.arrow:after {
  content: "";
  position: relative;
  display: block;
  margin-top: 1rem;
  height: 44px;
  width: 50px;
  background-image: url("images/arrow_100.png");
  background-size: 50px 44px;
  -webkit-transition: margin 0.5s linear;
  transition: margin 0.5s linear;
  opacity: 1;
}
.link-container {
  outline: none;
}
.link-container:hover h1 {
  color: #ff8b33;
}
.link-container:hover p {
  color: #101010;
}
.blog-post-container a:hover .arrow:after,
.link-container:hover .arrow:after,
.arrow:hover:after,
.arrow:focus:after {
  margin-left: 2.0rem;
}
.link-container:hover .large-arrow {
  margin-left: 4.0rem;
}
.subpage-featured-image {
  padding: 0;
  position: relative;
  width: 100%;
  padding-bottom: 52.5%;
  margin: 0 auto 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.intro-image {
  position: relative;
  margin: 0 auto;
  min-height: 600px!important;
  height: calc(100vh - 200px)!important;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.dark-overlay {
  background: rgba(0,0,0,0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.25s ease;
}
.section-container {
  padding: 4rem 0;
  position: relative;
}
.section-container.no-top-padding {
  padding-top: 0;
}
.section-header {
  color: #101010;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 4.5rem;
  position: relative;
  font-size: 2.25rem;
}
.home .section-header {
  margin-top: 0;
}
.subpage-section-header {
  margin-bottom: 3rem;
  position: relative;
  font-size: 2rem;
}
.big-text p {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.2;
}
.big-text h2 {
  font-size: 1.75rem;
}
.big-text .button {
  font-size: 1.375rem;
}
#comments {
  margin-top: 3rem;
}
#comments ul {
  list-style: none;
}
#comments ul li {
  margin-bottom: 3rem;
}
#comments ul li:last-child {
  margin-bottom: 0;
}
#comments ul.comment-list > li {
  padding-bottom: 1rem;
  border-bottom: 1px solid #f5f5f5;
}
#comments ul.children {
  margin-top: 1.5rem;
}
.comment-author,
.comment-meta {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.comment-author cite {
  font-style: normal;
  display: inline-block;
  color: #222222;
  font-size: 1.0rem;
}
.comment-author img {
  border-radius: 50%;
  width: 50px;
  margin-right: 0.5rem;
}
.comment-author cite:before {
  content: none;
}
.comment-meta a {
  color: #222222;
}
#comments .reply a {
  color: #ff8b33;
  text-decoration: underline;
}
#sidebar ul {
  list-style: none;
  margin-left: 0;
}
.wpcf7-list-item-label {
  font-size: 1rem;
}
.wpcf7-acceptance .wpcf7-list-item,
.wpcf7-list-item.first {
  margin-left: 0;
}
.wpcf7-list-item input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"] {
  margin-bottom: 0;
}
.grecaptcha-badge {
  display: none !important;
}
.entry-content p a.button,
.button,
.wp-block-button .wp-block-button__link,
[type='submit'],
[type='button'] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  transition: all 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  letter-spacing: 0.01rem;
  background-color: transparent;
  border: 4px solid #ff8b33;
  color: #ff8b33;
  font-size: 1.1rem;
  text-transform: uppercase;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'],
[type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea, select {
  border-radius: 0;
  max-width: 600px;
  width: 100%;
  background-color: #ffffff;
}
.entry-content p a.button:hover,
.wp-block-button .wp-block-button__link:hover,
.button:hover, .button:active, .button:focus,
[type='submit']:hover, [type='button']:hover, [type='submit']:active, [type='button']:active  {
  background-color: #ff8b33;
  color: #ffffff;
}
.info-container {
  padding: 2.0rem 1.5rem 0.5rem;
  background: #D7EAD9;
  margin-bottom: 1.5rem;
}
.info-container a.button {
  margin-bottom: 0;
}
.info-container p a.button:hover {
  background-color: #101010;
}
#logo-container {
	text-align: center;
  margin: 3rem 0 1.5rem;
}
#logo-container .logo-item {
	margin: 0 1rem 2rem;
	display: inline-block;
	vertical-align: middle;
}
#logo-container .logo-item img {
	max-height: 100px;
	max-width: 150px;
  vertical-align: middle;
}
.logo-item:hover {
  filter: drop-shadow(0px 0px 0.75rem #cccccc);
}
/* blockquote */

blockquote {
  margin: 1.5em 0;
  padding: 1em 2em;
  text-align: center;
  border-left: none;
}
blockquote:before,
blockquote:after {
  content: "";
  display: block;
  height: 3px;
  width: 4rem;
  background: #ff8b33;
}
blockquote:before {
  margin: 0 auto 1rem;
}
blockquote:after {
  margin: 1rem auto 0;
}
.wp-block-pullquote blockquote {
  background: #ffffff;
  margin: 0;
  padding: 0 2em;
}
blockquote p {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 1.4rem;
  color: #101010;
}
#groups-categories {
  max-width: 600px;
  width: 100%;
}
#category-list {
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
  text-align: center;
}
#category-list li {
  display: inline-block;
  margin-right: 1rem;
}
#category-list li:last-child {
  margin-right: 0;
}
#category-list li a {
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.01rem;
}
/* paging navigation */
nav[role="navigation"].pagination {
  position: relative;
  display: inline-block;
  float: none;
  margin-bottom: 1rem;
}
.nav-links {
  position: relative;
}
.nav-links ul {
  margin: 0;
  padding: 0,
}
.nav-links ul li {
  list-style: none;
  margin:0 10px 0 0;
  padding:0;
  float: left;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  font-size:18px;
}
.nav-links ul li:last-child {
  margin-right: 0;
}
.nav-links ul li span.current {
  padding: 10px 12px;
  background: #505050;
  line-height: 1;
  color: #fff;
  display: inline-block;
  font-size:18px;
}
.nav-links ul li a {
  padding: 10px 12px;
  background: #101010;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  line-height: 1;
  border-radius: 0;
  border: none;
}

.nav-links ul li a:hover {
  color: #ffffff;
  background-color: #ff8b33;
}
nav[role="subpage-navigation"] {
  position: relative;
  display: inline-block;
  clear: both;
  margin: 0 0 1.5rem;
}
nav[role="subpage-navigation"] ul {
  margin: 0;
  padding: 0;
}
nav[role="subpage-navigation"] ul.sub-menu ul.sub-menu {
  display: none;
}
nav[role="subpage-navigation"] ul.sub-menu li.current-menu-item ul.sub-menu,
nav[role="subpage-navigation"] ul.sub-menu li.current-menu-ancestor ul.sub-menu {
  display: block;
}
nav[role="subpage-navigation"] ul.sub-menu ul.sub-menu {
  margin-left: 1.0rem;
}
nav[role="subpage-navigation"] ul li {
  list-style: none;
  display: none;
}
nav[role="subpage-navigation"] ul li.current-menu-ancestor,
nav[role="subpage-navigation"] ul li.current-menu-ancestor ul li {
  display: block;
}
nav[role="subpage-navigation"] ul li a {
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  line-height: 1rem;
  font-size: 1rem;
  font-weight: 400;
  padding: 0 0 0.75rem;
  color: #101010;
  display: block;
}
nav[role="subpage-navigation"] ul > li.current-menu-ancestor > a {
  font-weight: 600;
  font-size: 1.125rem;
  color: #ff8b33;
  padding-bottom: 1rem;
}
nav[role="subpage-navigation"] ul li.current-menu-item > a {
  color: #ff8b33;
}
nav[role="subpage-navigation"] ul li a:hover {
  color: #ff8b33;
  text-decoration: none;
}
/* footer */
footer[role="site-footer"]{
  display: block;
  width: 100%;
  position: relative;
}
#footer-first {
  background-color: #8A618D;
}
.footer-section {
  padding: 3rem 0;
}
.some-icons {
  display:block;
  vertical-align: middle;
	clear: both;
	margin:0;
	padding:0;
  line-height: 1;
}
.some-icons li {
  margin: 0 1rem 0 0;
  display: inline-block;
}
.large-icons .some-icons li {
  margin-right: 1.5rem;
}
.some-icons li:last-child {
  margin-right: 0;
}
.some-icons li i {
  font-size: 1.5rem;
  line-height: 1.5rem;
  cursor: pointer;
  vertical-align: middle;
}
.large-icons .some-icons li i {
  font-size: 3rem;
  line-height: 3rem;
  color: #101010;
}
.some-icons li a {
  border-bottom: none;
  box-shadow: none;
}
.some-icons li a:hover {
  border-bottom: none;
  box-shadow: none;
}
.large-icons .some-icons li a:hover i {
  color: #8A618D;
}
footer[role="site-footer"] .logo {
  display: block;
  clear: both;
  float: none;
}
footer[role="site-footer"] .logo img {
  width: 100%;
  max-width: 100px;
  height: auto;
  margin: 0 0 1.5rem;
}
footer h1, footer h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #ffffff;
}
footer h3, footer h4, footer h5, footer h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #ffffff;
}
footer ul li, footer ol li, footer p, footer div, footer span, footer a, footer a:hover, footer a:active {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  color: #ffffff;
}
footer[role="site-footer"] p:last-child {
  margin-bottom: 0;
}
footer ul li, footer ol li, footer p, footer div, footer span, footer a {
  font-size: 1.0rem;
  line-height: 1.6;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
}
footer ul.sub-menu {
  margin-left:1rem;
}
footer ul li {
  margin-left: 0;
}
footer ul.menu li:before {
  content: "\f061";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: relative;
  color: #101010;
  line-height: 1;
  transition: all 0.25s ease;
  cursor: pointer;
  font-size: 80%;
  top: -1px;
}
footer ul.menu li a {
  margin-left: 0.5rem;
  color: #101010;
}
footer ul.menu li:hover a {
  text-decoration: underline;
}
footer ul.menu li:hover:before {
  text-decoration: none;
}
#search-header {
	background: rgba(0,0,0,0.95);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: -99999px;
  right: -99999px;
  top: 0;
  z-index: 100001;
  flex-direction: column;
}
#search-header.open {
  left: 0;
  right: 0;
}
#subpage-content {
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  position: relative;
}
body.single #subpage-content {
  padding-top: 1.5rem;
}
#subpage-content .section-container p:last-child {
  margin-bottom: 0;
}
#subpage-content p.arrow-right a {
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-size: 0.875rem;
}
#subpage-content p.arrow-right a:hover,
#subpage-content p.arrow-right a:active {
  text-decoration: underline;
}
#subpage-content p.arrow-right a:after {
  margin-left: 0.5em;
  content: "";
  background-image: url("images/arrow-right.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 12px;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}
body.page-template-template-page-tarjotin #subpage-content,
body.page-template-template-page-osuudet #subpage-content {
  padding-top: 0;
  padding-bottom: 0;
}
.blog-post-container {
  margin-bottom: 3rem;
}
.blog-post-container a,
.blog-post-container a:hover,
.blog-post-title {
  color: #101010;
}
.blog-post-container a:hover .dark-overlay {
  opacity: 0;
}
.blog-post-title {
  font-size: 2rem;
}
.blog-post-content {
  margin-top: 1rem;
}
.blog-post-image {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 100%;
  padding-top: 75%;
  background-color: #D7EAD9;
}
.section-button {
  margin-top: 3rem;
  text-align: center;
}
.section-button .button {
  margin: 0 auto;
}
.meta {
  font-family: 'Roboto Mono', monospace;
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.01rem;
}
.meta time {
  float: left;
}
.meta .tags {
  color: #B74F00;
  text-transform: uppercase;
}
.post-featured-image {
  padding: 0;
  position: relative;
  width: 100%;
  padding-bottom: 52.5%;
  margin: 0 auto 3rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.some-share {
  margin:0;
  padding:0;
  list-style: none;
  display: block;
  width: 100%;
}
.some-share li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0.5rem;
}
.some-share li:last-child {
  margin-right: 0;
}
.some-share a i {
  font-size: 22px;
  height: 38px;
  width: 38px;
  position: relative;
  text-align: center;
  padding-top: 8px;
  border-radius: 38px;
	color: #ffffff;
  background: #505050;
}
.some-share li a:hover i {
  text-decoration: none;
  background: #101010;
}
.some-share li.some-share-whatsapp {
  display: none;
}
.widget ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  display: block;
  clear: both;
  margin-bottom: 1.5rem;
}
.widget ul li {
  margin-left: 0;
}
.wp-block-embed iframe {
    margin: 0 auto;
    display: block;
    clear: both;
}
footer #mc_embed_signup label {
  color: #ffffff;
}
footer #mc_embed_signup input[type='email'],
footer #mc_embed_signup input[type='text'] {
  border: none;
  border-bottom: 2px solid #ffffff;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
footer #mc_embed_signup input[type='email']::-webkit-input-placeholder,
footer #mc_embed_signup input[type='text']::-webkit-input-placeholder,
footer #mc_embed_signup input[type='email']::placeholder,
footer #mc_embed_signup input[type='text']::placeholder {
  color: #ffffff;
}
footer #mc_embed_signup input[type='submit'] {
  background-color: #8A618D;
  border: 2px solid #ffffff;
  color: #ffffff;
}
footer #mc_embed_signup input[type='submit']:hover {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #8A618D;
}
.ff-stream-wrapper {
  margin-top: 0 !important;
}
.ff-stream {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body.home #ff-stream-1 {
  min-height: 400px!important;
  padding: 0!important;
  width: 102%!important;
  margin-left: -1%;
}
body.home .ff-stream-wrapper {
    margin: 0!important;
}
body.home .ff-sc-label1 .ff-label-text {
  font-size: 12px;
}
body.home .ff-item-bar {
  display: none!important;
}
body.home .ff-content {
  color: #6D6D6D!important;
}
body.home .ff-item .ff-content a {
  color: #6D6D6D!important;
  text-decoration: underline;
}
body.home .ff-icon-inner {
  background-color: #101010!important;
}
.slick-slider {
  overflow: hidden;
}
.header-outer {
  width: 100%;
  margin: 0 auto;
  background-color: #8A618D;
}
body.page-template-template-page-strategia .header-outer {
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
}
.header-inner {
  width:100%;
  height: auto;
  position:relative;
}
body.page-template-template-page-strategia .header-inner {
  width: 100%;
  padding-bottom: 42.5%;
  position: relative;
}
.header-image {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 1;
}
.header-subtitle {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 6rem 0;
  max-width: 50rem;
  text-align: center;
  z-index: 1;
}
.header-subtitle h1 {
  color: #ffffff;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 400;
  margin: 0;
}
.header-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  max-width: 40rem;
  z-index: 1;
}
.header-container h1 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 400;
  margin: 0;
}
.flex-container {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: center;
  z-index: 1;
}
.flex-container-multi-line {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 1;
}
.subheading {
  font-family: 'Roboto Mono', monospace;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 1.75rem;
}
.flex-backround {
  position: relative;
}
img.flex-backround-image {
  position: relative;
  display: block;
  max-width: 60%;
  max-height: 60%;
}
img.flex-backround-image + h2 {
  margin-top: 3rem;
  margin-bottom: 0;
}
.small-text p,
.small-text ul li,
.small-text ol li {
  font-size: 0.9375rem;
}
.center-align {
  display: flex;
  padding: 3rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex-column-6 {
  background-color: #ffffff;
  width: 50%;
  position: relative;
}
.flex-column-6.grey {
  background-color: #f6f6f6;
}
.flex-inner-container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  max-width: 36.25rem;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.all-caps {
  font-family: 'Roboto Mono', monospace;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}
.green-gradient {
  background-color: #ffffff;
  background: rgb(255,255,255);
  background: linear-gradient(145deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.40800070028011204) 45%, rgba(41,206,174,1) 100%);
}
.drop-down {
  margin-top: 6rem;
}
.large-header h1 {
  font-size: 3.75rem;
}
.large-header h2 {
  font-size: 2.25rem;
}
p.large,
.large-header p {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.accordion-outer {
  margin-bottom: 0;
  display: block;
}
.accordion-item {
  position: relative;
  display: block;
  padding: 1rem 3rem 1rem 0.5rem;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #cccccc;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
}
.accordion-item.active,
.accordion-item:hover,
.accordion-item:focus {
  color: #EB6500;
  text-decoration: none;
}
.accordion-item.active  {
  margin-bottom: 0;
}
.accordion-item.trigger:before {
  display: none;
}
.accordion-item:after {
  display: inline-block;
  content: "";
  position: absolute;
  width: 1rem;
  height: 0.125rem;
  right: 0.5rem;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  cursor: pointer;
  background-color: #EB6500;
}
.accordion-item:before {
  display: inline-block;
  content: "";
  position: absolute;
  width: 0.125rem;
  height: 1rem;
  right: 0.9375rem;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  cursor: pointer;
  background-color: #EB6500;
}
.accordion-item.active:before {
  width: 0;
  height: 0;
}
.accordion-item:focus:after,
.accordion-item:hover:after {
  color: #EB6500;
}
.accordion-content {
  background: #ffffff;
  padding: 0 0.5rem 1.0rem 0.5rem;
  border: 0;
}
.wp-block-group {
  clear: both;
  position: relative;
  margin: 0;
}
.wp-block-group.has-background {
  padding: 2rem 2rem 0.25rem;
  border-radius: 0.5rem;
}
.alignfull {
  position: relative;
  margin-top: 0;
	margin-bottom: 3rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
.wp-block-group.narrow {
  max-width: 50rem;
  margin: 0 auto;
}
.alignfull.wp-block-group {
  padding: 4rem 0 2.25rem;
  margin-top: 0;
  margin-bottom: 0;
}
.alignfull.wp-block-group .wp-block-group__inner-container {
  max-width: 72.5rem;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.alignwide {
  margin-top: 0;
  margin-bottom: 1.25rem;
  margin-left: calc(50% - 36.25rem);
  margin-right: calc(50% - 36.25rem);
  max-width: 72.5rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.wp-block-embed-youtube {
	position: relative;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.wp-block-embed-youtube figcaption {
  position: relative;
}
.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Override some Foundation styles */
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2rem; }
  h2 {
    font-size: 1.5rem; }
  h3 {
    font-size: 1.3125rem; }
  h4 {
    font-size: 1.025rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; }
}

@media print, screen and (max-width: 63.99em) {
  .big-text p {
    font-size: 1.25rem;
  }
  .big-text h2 {
    font-size: 1.5rem;
  }
  .big-text .button {
    font-size: 1.25rem;
  }
  .header-container h1,
  .header-subtitle h1 {
    font-size: 2rem;
  }
  .entry-title h1 {
    font-size: 1.5rem;
  }
  .intro-image {
    height: 400px!important;
    min-height: 0!important;
  }
  .intro-header h1 {
    font-size: 2.0rem;
  }
  .intro-header p {
    font-size: 1.25rem
  }
  #navigation-bar {
    margin: 0;
  }
  .top-bar-menu > ul > li > ul.sub-menu:before {
    display: none;
  }
  .top-bar-menu li.menu-item-has-children:hover > ul {
    left: 0;
    transform: none;
    top: 0;
    background: transparent;
    border-radius: 0;
  }
  .top-bar-menu {
    width: 100%;
  }
  .logo img {
    margin: 1rem 0;
  }
  nav[role="navigation"] {
    float: none;
    display: none;
    margin-top: 0;
  }
  .top-bar-menu ul.menu {
    width: 100%;
  }
  nav[role="navigation"].open {
    display: block;
  }
  .top-bar-menu ul li {
    width: 100%;
  }
  .top-bar-menu > ul > li:first-child {
    border-top: none;
  }
  .top-bar-menu ul ul,
  .top-bar-menu ul ul li,
  .top-bar-menu li.menu-item-has-children > ul > li {
    display: block;
  }
  .top-bar-menu ul ul.sub-menu {
    margin-left: 1.5rem;
  }
  .top-bar-menu ul li a,
  .top-bar-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
    text-align: left;
    padding: 0.75rem 0.5rem;
    margin: 0;
  }
  .top-bar-menu > ul > li:hover > a {
    color: #101010;
    border-bottom: none;
  }
  .top-bar-menu > ul > li {
    float: none;
  }
  .top-bar-menu ul ul li a {
    color: #333;
    background: none;
    text-transform: none;
  }
  .top-bar-menu ul ul li:hover > a,
  .top-bar-menu ul ul li.active > a {
    color: #101010;
    text-decoration: none;
  }
  .top-bar-menu ul ul,
  .top-bar-menu ul ul ul {
    position: relative;
    left: 0;
    width: auto;
    margin: 0;
    text-align: left;
  }
  .top-bar-menu li.menu-item-has-children:hover > ul, .top-bar-menu li.menu-item-has-children.focused > ul {
    left: auto;
    transform: none;
    top: auto;
    display: block;
    background: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .top-bar-menu > ul.menu > li.menu-item.menu-item-has-children > a:after {
    display: none;
  }
  .some-share {
    margin-bottom: 1.5rem;
  }
  footer .text-left, footer .text-right {
    text-align: center;
  }
  footer[role="site-footer"] {
    text-align: center;
  }
  footer[role="site-footer"] .columns {
    margin-bottom: 1.5rem;
  }
  footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    margin-top: 0;
  }
  footer[role="site-footer"] .logo {
    float: none;
  }
  footer[role="site-footer"] .logo img {
    margin-bottom: 1.5rem;
  }
  #mobile-icon  {
    display: block;
  }
  .subpage-featured-image {
    height: 350px;
  }
  .alignleft,
  .alignright,
  .alignnone,
  .aligncenter {
    float:none;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    display: block;
    clear: both;
  }
  .slick-prev, .slick-next {
    display: none;
  }
  .intro-header {
    padding: 1.5rem 2rem;
  }
  .section-header {
    font-size: 1.75rem;
  }
  .blog-post-title {
    font-size: 1.5rem;
  }
  .green-gradient {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(41,206,174,1) 100%);
  }
  #subpage-content .section-container p:last-child {
    margin-bottom: 1.5rem;
  }
  img.flex-backround-image {
    padding: 3rem 0;
    max-height: 300px;
    max-width: 100%;
  }
  body.page-id-8673 .flex-container > .flex-column-6 {
    background-color: #ffffff!important;
  }
  body.page-id-8673 .flex-container > .flex-column-6:first-of-type {
    background-color: #d4dee6!important;
  }
  .center-align img.flex-backround-image {
    padding: 0;
  }
  .flex-backround {
    width: 100%;
    padding-top: 60%;
    position: relative;
  }
  .flex-inner-container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .flex-column-6 {
    width: 100%;
    left: 0;
  }
  .flex-container-multi-line,
  .flex-container {
    width: 100%;
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 39.9375em) {

  #logo-container .logo-item {
    margin: 0 0 1.5rem;
    display: block;
  }
  .blog-post-content {
      margin-top: 0;
  }
  #subpage-content {
    padding-bottom: 3rem;
  }
  .wp-block-embed iframe {
    width: 100% !important;
  }
  .intro-header {
    right: 0;
    max-width: none;
    left: 0;
    border-top-right-radius: 0;
  }
  .large-arrow,
  .intro-header .arrow:after {
    display: none;
  }
  .header-container {
    max-width: 100%;
    width: 100%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .header-container h1,
  .header-subtitle h1 {
    font-size: 1.5rem;
  }
  .intro-header h1 {
    font-size: 1.5rem;
  }
  .intro-header .button.large {
    font-size: 1.125rem;
  }
  .section-header {
    font-size: 1.5rem;
  }
  .blog-post-title {
      font-size: 1.25rem;
  }
  .home .big-text p{
    text-align: center;
  }
  .home .big-text p:last-child {
    margin-bottom: 0;
  }
  .text-left, .text-right {
    text-align: center;
  }
  .blog-post-image {
    margin-bottom: 1.5rem;
  }
  .some-share li.some-share-whatsapp {
    display: inline-block;
  }
  .section-container {
    padding: 3rem 0;
  }
  .intro-image {
    height: 300px!important;
  }
  .subpage-featured-image {
    height: 250px;
  }
  .large-icons .some-icons li {
    margin-right: 1rem;
  }
  .large-icons .some-icons li i {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
