@charset "UTF-8";
/*! Handmade by http://esmes.fi */
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.only-phone {
  display: none !important;
}

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);
  or object-fit and object-position:
  @include object-fit(cover, top);
*/
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px;
}

body {
  font: 1em "Rutan-Light";
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  color: #0c0c0c;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, strong {
  font-weight: 600;
}

body * {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-weight: normal;
}

.section-primary[role=search] .content-wrapper {
  min-height: 80vh;
}

#videocontainer {
  display: none;
  z-index: 1200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
#videocontainer .wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
}
#videocontainer .close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 20px;
  top: 20px;
  background: url("../img/video-close.png") no-repeat 50% 50%;
  background-size: 50px 50px;
  cursor: pointer;
  z-index: 1300;
}

#sitemap {
  display: none;
  z-index: 1200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #6ac4cf;
  color: #fff;
}
#sitemap a.logo {
  display: block;
  width: 10vw;
  height: 10vw;
  background: url("../img/cmi-header-white.png") no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -28vw);
  z-index: 1400;
}
#sitemap .wrapper {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
}
#sitemap .wrapper .menu {
  position: absolute;
  left: 50%;
  top: 65%;
  width: 100%;
  transform: translate(-50%, -50%);
}
#sitemap .sitemap--container ul, #sitemap .menu ul {
  text-align: center;
}
#sitemap .sitemap--container ul li, #sitemap .menu ul li {
  text-align: left;
  font-size: 0.9vw;
  display: block;
}
#sitemap .sitemap--container ul li a, #sitemap .menu ul li a {
  color: #fff;
}
#sitemap .sitemap--container ul.children li ul li, #sitemap .sitemap--container ul.sub-menu li ul li, #sitemap .menu ul.children li ul li, #sitemap .menu ul.sub-menu li ul li {
  padding-left: 1em;
}
#sitemap .sitemap--container > ul, #sitemap .menu > ul {
  display: inline-block;
  margin-bottom: 30px;
}
#sitemap .sitemap--container > ul > li, #sitemap .menu > ul > li {
  margin-left: 0;
  margin-right: 30px;
  font: 1em "Rutan-Bold";
  font-size: 1.1vw;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  min-width: 7vw;
}
#sitemap .sitemap--container > ul > li > ul, #sitemap .menu > ul > li > ul {
  font: 1em "Rutan-Medium";
  text-transform: none;
}
#sitemap .sitemap--container > ul > li > ul > li > ul, #sitemap .menu > ul > li > ul > li > ul {
  font: 1em "Rutan-Regular";
}
#sitemap .close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 30px;
  top: 30px;
  background: url("../img/video-close.png") no-repeat 50% 50%;
  background-size: 50px 50px;
  cursor: pointer;
  z-index: 1300;
}

#fader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100;
}

.ltr {
  direction: rtl;
}

.content a {
  font-family: "Rutan-Medium";
  font-weight: normal;
  text-decoration: none;
}
.content a:hover {
  text-decoration: underline;
}

a {
  color: #0c0c0c;
  text-decoration: none;
  outline: none;
  border: none;
}
a:hover {
  text-decoration: underline;
}

a img {
  outline: none;
  border: none;
}

.dark-button {
  font: 1em "Rutan-Bold";
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background-color: #000;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font: 1em "Rutan-Bold" !important;
  font-size: 12px !important;
  margin-top: 1.5em;
}

.button {
  font: 1em "Rutan-Bold";
  cursor: pointer;
  display: inline-block;
  border: 1px solid #6ac4cf;
  color: #6ac4cf;
  padding: 15px 22px;
  padding-bottom: 12px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
}

strong {
  font: 1em "Rutan-Bold";
}

.more-container {
  position: relative;
}
.more-container .more {
  font: 1em "Rutan-Bold";
  display: block;
  margin: 0 auto;
  color: #6ac4cf;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: url("../img/more-arrow.png") no-repeat 50% 100%;
  height: 34px;
  width: 130px;
  background-size: 47px 15px;
}
.more-container .more span:before {
  content: "Read more";
}
.more-container .more.less {
  background: url("../img/less-arrow.png") no-repeat 50% 0%;
  background-size: 47px 15px;
  padding-top: 19px;
}
.more-container .more.less span:before {
  content: "Show less";
}

body.fi .more-container .more span:before {
  content: "Näytä lisää";
}
body.fi .more-container .more.less span:before {
  content: "Näytä vähemmän";
}

.person {
  position: relative;
  padding: 0 5px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
.person .icon {
  width: 165px;
  height: 165px;
  background-color: #f0f0f0;
  background-size: 165px 165px;
  background-position: 50% 50%;
  margin: 0 auto;
  margin-bottom: 25px;
  border-radius: 50% 50%;
}
.person .meta {
  margin-bottom: 15px;
}
.person .meta .name {
  font: 1em "Rutan-Bold";
}
.person a.facebook, .person a.twitter, .person a.linkedin {
  font-size: 0 !important;
  text-decoration: none !important;
  padding: 0 5px;
  display: inline-block;
  margin-top: 5px;
  cursor: pointer;
}
.person a.facebook:before, .person a.twitter:before, .person a.linkedin:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.person a.facebook::before {
  content: "\f09a";
}
.person a.twitter::before {
  content: "\f099";
}
.person a.linkedin::before {
  content: "\f0e1";
}
.person .opener {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background: url("../img/person-more.png") no-repeat 0 0;
  background-size: 40px 80px;
  margin-left: -20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.person.open .opener {
  background-position: 0 -40px;
}
.person .more-info {
  position: relative;
  padding-top: 15px;
}
.person .more-info:before {
  position: absolute;
  content: "";
  top: 0;
  left: 5px;
  right: 10px;
  height: 1px;
  border-top: 1px solid #6ac4cf;
  padding-top: 5px;
}
.person .more-info a {
  font: 1em "Rutan-Bold";
  text-decoration: none;
  color: #6ac4cf;
}
.person .more-info a:hover {
  text-decoration: underline;
}
.person .more-info strong {
  font: 1em "Rutan-DemiBold";
}
.person .more-info em {
  font: 1em "Rutan-Medium";
  font-style: normal;
}

/* === PAGE STYLES */
#popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 150px;
  z-index: 901;
  background: #6ac4cf;
  padding: 16px;
  box-sizing: border-box;
  width: 250px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
#popup .close {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("../img/close.png") no-repeat 50% 50%;
  background-size: 13px 13px;
}
#popup .title {
  font: 1em "Rutan-Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
#popup .wrapper {
  font: 1em "Rutan-Regular";
  padding: 10px;
  background: #fff;
  font-size: 13px;
}
#popup .wrapper p {
  margin-bottom: 10px;
}
#popup .wrapper form input[type=email] {
  font: 1em "Rutan-Regular";
  width: 100%;
  border: 2px solid #000;
  color: #000;
  background: #fff;
  border-radius: 0;
  outline: 0;
  box-sizing: border-box;
  font-size: 12px;
  padding: 6px 10px;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
#popup .wrapper form input[type=submit] {
  font: 1em "Rutan-Bold";
  color: #000;
  background: #fff;
  border: none;
  border-radius: 0;
  outline: 0;
  font-size: 12px;
  padding: 1px;
  padding-bottom: 4px;
}

.root {
  min-height: 100%;
}

.floater {
  position: fixed;
  width: 83px;
  z-index: 900;
  top: 50%;
  font-size: 10px;
}
.floater i {
  padding-right: 5px;
}
.floater.left {
  left: 0;
  color: #fff;
  margin-top: -132px;
  transform: translateX(-110%);
  transition: transform 0.4s;
}
.floater.left.visible {
  transform: translateX(0%);
}
.floater.left .box {
  font: 1em "Rutan-Bold";
  text-align: center;
  line-height: 45px;
}
.floater.left .box a {
  color: #fff;
}
.floater.left .box.language-switcher {
  line-height: 20px;
  padding: 10px 0;
}
.floater.left .box.language-switcher .language.active {
  color: #6ac4cf;
}
.floater.left .box.home {
  position: relative;
  line-height: auto;
  height: 64px;
  /*a:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: baseline;
    content: "\f015  ";
  }*/
}
.floater.left .box.home a {
  display: block;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/logo_menu.png") no-repeat 50% 50%;
  background-size: auto 40px;
}
.floater.left .box.donate {
  background: #f1a595;
}
.floater.right {
  right: 0;
  color: #6ac4cf;
  margin-top: -154px;
  transform: translateX(110%);
  transition: transform 0.4s;
}
.floater.right.visible {
  transform: translateX(0%);
}
.floater.right .box {
  font: 1em "Rutan-Bold";
  position: relative;
  overflow: hidden;
  text-align: center;
}
.floater.right .box h2 {
  font-size: 10px;
  line-height: 1.2em;
  padding: 16px 10px;
}
.floater.right .box a {
  font-size: 0 !important;
  color: transparent;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  background: #6ac4cf;
  width: 26px;
  height: 26px;
  border-radius: 50% 50%;
  position: relative;
  cursor: pointer;
}
.floater.right .box a:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  text-align: center;
  line-height: 26px;
  color: #0c0c0c;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.floater.right .box a.facebook:before {
  content: "\f09a";
}
.floater.right .box a.twitter:before {
  content: "\f099";
}
.floater.right .box a.vimeo:before {
  content: "\f27d";
}
.floater.right .box a.instagram:before {
  content: "\f16d";
}
.floater.right .box a.youtube:before {
  content: "\f167";
}
.floater.right .box a.linkedin:before {
  content: "\f0e1";
}
.floater.right .box a.email:before {
  content: "\f0e0";
}
.floater.right .box .language.active {
  color: #6ac4cf;
}
.floater .box {
  margin-bottom: 1px;
  background: #0c0c0c;
  text-transform: uppercase;
  /*a {
    text-decoration: none;
  }*/
}

.mobilefloater {
  display: none;
}

body.single-post .article-wrapper h1 {
  font-size: 27px;
  margin-bottom: 30px;
}
body.single-post .article-wrapper img.featured {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}
body.single-post .article-wrapper .date {
  font: 1em "Rutan-Medium";
  margin-bottom: 20px;
  font-size: 13px;
  margin-bottom: 40px;
}
body.single-post .article-wrapper img.size-full {
  width: auto !important;
}
body.single-post .article-wrapper img.size-large {
  width: auto !important;
}
body.single-post .article-wrapper li {
  margin-bottom: 10px;
}
body.single-post .article-wrapper a {
  font: 1em "Rutan-Medium";
  color: #6ac4cf;
}

body.home #menu {
  position: absolute;
  margin-top: -50px;
}
body.home #menu .menu--container > ul > li:hover ul.sub-menu {
  padding-top: 0;
  padding-bottom: 50px;
  top: auto;
  bottom: 0;
}
body.home #menu.sticky {
  margin-top: 0;
  position: fixed;
  top: 0 !important;
}
body.home #menu.sticky .menu--container > ul > li:hover ul.sub-menu {
  padding-top: 50px;
  padding-bottom: 0;
  top: 0;
  bottom: auto;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 800;
  background: #6ac4cf;
  font: 1em "Rutan-Bold";
  box-shadow: 0 2px 2px rgba(60, 74, 75, 0.1), 0 -2px 2px rgba(60, 74, 75, 0.06);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#menu .mobile {
  display: none;
}
#menu li > a {
  line-height: 50px;
  display: block;
  outline: none;
  border: none;
  font-size: 15px;
  text-decoration: none;
}
#menu .menu--container {
  font-size: 0;
}
#menu .menu--container > ul > li {
  position: relative;
  display: inline-block;
  width: 16.66%;
  vertical-align: top;
  text-align: center;
}
#menu .menu--container > ul > li > a {
  color: #fff;
  text-transform: uppercase;
}
#menu .menu--container > ul > li:hover {
  background: #f9ecde;
}
#menu .menu--container > ul > li > ul {
  display: none;
}
#menu .menu--container > ul > li:hover > a {
  color: #000;
  position: relative;
  z-index: 10;
}
#menu .menu--container > ul > li:hover ul.sub-menu {
  z-index: 1;
  display: block;
  background: #f9ecde;
  position: absolute;
  padding-top: 50px;
  top: 0;
  left: 0;
  right: 0;
}
#menu .menu--container > ul > li:hover ul.sub-menu > li {
  display: block;
}
#menu .menu--container > ul > li:hover ul.sub-menu > li:hover {
  background: #fff;
}
#menu .menu--container > ul > li:hover ul.sub-menu > li:hover > a {
  color: #6ac4cf;
}

.content-wrapper {
  background: #fff;
  max-width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0px 90px;
  padding-top: 100px;
}
.content-wrapper.has-children {
  padding-top: 100px;
}
.content-wrapper.has-children .primary-wrapper {
  padding-bottom: 60px;
}
.content-wrapper > .content {
  padding-bottom: 60px;
  text-align: center;
}
.content-wrapper > .content .pageselectors {
  display: table;
  font: 1em "Rutan-Bold";
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content-wrapper > .content .pageselectors .selector {
  display: table-cell;
  width: 165px;
  box-sizing: border-box;
  padding: 0 12px;
  line-height: 1.2em;
  height: 25px;
  cursor: pointer;
  vertical-align: middle;
  border-left: 1px solid #6ac4cf;
}
.content-wrapper > .content .pageselectors .selector:hover {
  text-decoration: underline;
}
.content-wrapper > .content .pageselectors .selector.active {
  color: #6ac4cf;
}
.content-wrapper > .content .pageselectors .selector:first-child {
  border-left: 1px solid transparent;
}
.content-wrapper > .content .pageselectors {
  display: table;
  font: 1em "Rutan-Bold";
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content-wrapper > .content .pageselectors .selector {
  display: table-cell;
  width: 165px;
  box-sizing: border-box;
  padding: 0 12px;
  line-height: 1.2em;
  height: 25px;
  cursor: pointer;
  vertical-align: middle;
  border-left: 1px solid #6ac4cf;
}
.content-wrapper > .content .pageselectors .selector:hover {
  text-decoration: underline;
}
.content-wrapper > .content .pageselectors .selector.active {
  color: #6ac4cf;
}
.content-wrapper > .content .pageselectors .selector:first-child {
  border-left: 1px solid transparent;
}
.content-wrapper > .content .submenu {
  display: table;
  font: 1em "Rutan-Bold";
  font-size: 11px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #000;
}
.content-wrapper > .content .submenu .item {
  display: table-cell;
  width: 165px;
  box-sizing: border-box;
  padding: 0 12px;
  line-height: 1.2em;
  color: inherit !important;
  height: 25px;
  cursor: pointer;
  vertical-align: middle;
  border-left: 1px solid #000;
  text-decoration: none;
}
.content-wrapper > .content .submenu .item:hover {
  text-decoration: underline;
}
.content-wrapper > .content .submenu .item.active {
  color: #6ac4cf;
}
.content-wrapper > .content .submenu .item:first-child {
  border-left: 1px solid transparent;
}
.content-wrapper > .content .filters {
  display: table;
  font: 1em "Rutan-Bold";
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  margin-bottom: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.content-wrapper > .content .filters .filter {
  display: table-cell;
  width: auto;
  box-sizing: border-box;
  padding: 0 14px;
  line-height: 1.2em;
  height: 25px;
  cursor: pointer;
  vertical-align: middle;
  border-left: 1px solid #6ac4cf;
}
.content-wrapper > .content .filters .filter:hover {
  text-decoration: underline;
}
.content-wrapper > .content .filters .filter.active {
  color: #6ac4cf;
}
.content-wrapper > .content .filters .filter:first-child {
  border-left: 1px solid transparent;
}
.content-wrapper > .content .content-pages .page-wrapper .page {
  padding-bottom: 60px;
}
.content-wrapper > .content h1 {
  font: 1em "Rutan-Bold";
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1.15em;
  margin-bottom: 50px;
}
.content-wrapper > .content h2 {
  font: 1em "Rutan-Bold";
  font-size: 32px;
  letter-spacing: 0.02em;
  margin-top: 40px;
  margin-bottom: 20px;
}
.content-wrapper > .content h3 {
  font: 1em "Rutan-Bold";
  font-size: 16px;
  margin-bottom: 20px;
}
.content-wrapper > .content pre {
  font: 1em "Rutan-DemiBold";
  white-space: normal;
  padding: 0 35px;
  margin-bottom: 20px;
}
.content-wrapper > .content hr {
  border: none;
  outline: none;
  display: block;
  height: 1px;
  border-top: 1px solid #6ac4cf;
  margin-top: 50px;
  margin-bottom: 40px;
}
.content-wrapper > .content p {
  margin-bottom: 20px;
  line-height: 1.53em;
}
.content-wrapper > .content .wp-caption:not(.alignright):not(.alignleft) {
  width: 100% !important;
}
.content-wrapper > .content .wp-caption:not(.alignright):not(.alignleft).aligncenter {
  margin: 0 auto;
}
.content-wrapper > .content .wp-caption:not(.alignright):not(.alignleft) .wp-caption-text {
  font-size: 0.8em;
}
.content-wrapper > .content img.aligncenter {
  margin: 0 auto;
}
.content-wrapper > .content img.size-full {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.content-wrapper > .content img.size-large {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.quote-wrapper {
  padding: 0 103px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.quote-wrapper .quote {
  font: 1em "Rutan-Bold";
  font-size: 27px;
  line-height: 1.185em;
  color: #6ac4cf;
}
.quote-wrapper .author {
  font: 1em "Rutan-Medium";
  font-size: 16px;
  margin-top: 25px;
}

.donor {
  border-bottom: 1px solid #6ac4cf;
  margin: 40px 0;
  min-height: 280px;
  position: relative;
}
.donor .picture {
  width: 242px;
  height: 242px;
  border-radius: 50% 50%;
  position: absolute;
  left: 30px;
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.donor .textcontent {
  padding-left: 326px;
  padding-bottom: 30px;
  text-align: left;
}
.donor .textcontent .text {
  font: 1em "Rutan-Regular";
  font-style: italic;
  color: #6ac4cf;
  margin-bottom: 25px;
}
.donor .textcontent .title {
  font: 1em "Rutan-Medium";
  font-size: 13px;
}
.donor.right .picture {
  left: auto;
  right: 30px;
}
.donor.right .textcontent {
  padding-left: 0;
  padding-right: 326px;
}

.slider {
  position: relative;
  width: 620px;
  margin: 0 auto;
}
.slider .arrows {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider .arrows .arrow {
  position: absolute;
  width: 44px;
  height: 105px;
  top: 200px;
  cursor: pointer;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 44px 105px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider .arrows .arrow.left {
  left: -85px;
  background-image: url("../img/arrow_left.png");
}
.slider .arrows .arrow.right {
  right: -85px;
  background-image: url("../img/arrow_right.png");
}
.slider .slideselectors {
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slider .slideselectors .slideselector {
  font: 1em "Rutan-Bold";
  word-break: break-word;
  font-size: 11px;
  color: #0c0c0c;
  min-width: 110px;
  max-width: 150px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
}
.slider .slideselectors .slideselector:hover span {
  text-decoration: underline;
}
.slider .slideselectors .slideselector span {
  display: inline-block;
  padding: 2px 6px;
}
.slider .slideselectors .slideselector.active {
  color: #fff;
}
.slider .slideselectors .slideselector.active span {
  background: #0c0c0c;
}
.slider .slideselectors .slideselector.primary {
  color: #0c0c0c;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  min-width: auto;
  max-width: none;
  background: transparent;
  border: 1px solid #0c0c0c;
  width: 230px;
  padding: 7px 6px;
  padding-bottom: 4px;
  text-transform: none;
  line-height: 1.1em;
  margin-bottom: 30px;
}
.slider .slideselectors .slideselector.primary:hover {
  background: #0c0c0c;
  color: #fff;
}
.slider .slideselectors .slideselector.primary span {
  display: block;
  padding: 0;
  background: transparent;
  text-decoration: none;
}
.slider .slidecontent {
  min-height: 200px;
}
.slider .slidecontent .slide {
  width: 620px;
  margin: 0 auto;
  display: none;
}
.slider .slidecontent .slide.active {
  display: block;
}
.slider .slidecontent .slide h2 {
  font-size: 25px;
  line-height: 1.2em;
}
.slider .slidecontent .slide pre {
  font: 1em "Rutan-Medium";
}
.slider .slidecontent .slide a {
  font: 1em "Rutan-Medium";
}
.slider .slidecontent .slide ul {
  font: 1em "Rutan-Bold";
  margin-top: 40px;
}
.slider .slidecontent .slide ul li {
  color: #fff;
  display: inline-block;
  list-style-type: "none";
}
.slider .slidecontent .slide ul li:before {
  content: "·";
  display: inline-block;
  padding-right: 4px;
}

.linebox-wrapper {
  position: relative;
}
.linebox-wrapper .lineboxes {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.linebox-wrapper .lineboxes .linebox {
  position: absolute;
}
.linebox-wrapper .lineboxes .linebox .linebox-extra {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.linebox-wrapper .lineboxes.columns-1 .column-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.linebox-wrapper .lineboxes.columns-1 .column-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  width: 1px;
  border-left: 1px solid #6ac4cf;
}
.linebox-wrapper .lineboxes.columns-1 .column-1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  bottom: 30px;
  width: 1px;
  border-right: 1px solid #6ac4cf;
}
.linebox-wrapper .lineboxes.columns-1 .column-1 .linebox-extra:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  height: 1px;
  border-top: 1px solid #6ac4cf;
}
.linebox-wrapper .lineboxes.columns-1 .column-1 .linebox-extra:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  height: 1px;
  border-bottom: 1px solid #6ac4cf;
}
.linebox-wrapper .lineboxes.columns-2 .column-1 {
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  bottom: 0;
}
.linebox-wrapper .lineboxes.columns-2 .column-1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 60px;
  bottom: 60px;
  width: 1px;
  border-left: 1px solid #6ac4cf;
}
.linebox-wrapper .lineboxes.columns-2 .column-1:after {
  content: "";
  position: absolute;
  right: 0;
  top: 60px;
  bottom: 60px;
  width: 1px;
  border-right: 1px solid #6ac4cf;
}
.linebox-wrapper .lineboxes.columns-2 .column-1 .linebox-extra:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0px;
  height: 1px;
  border-top: 1px solid #6ac4cf;
}
.linebox-wrapper .lineboxes.columns-2 .column-1 .linebox-extra:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0px;
  height: 1px;
  border-bottom: 1px solid #6ac4cf;
}
.linebox-wrapper .lineboxes.columns-2 .column-2 {
  position: absolute;
  right: 0;
  width: 50%;
  top: 0;
  bottom: 0;
}
.linebox-wrapper .lineboxes.columns-2 .column-2:before {
  /*content: '';
  position: absolute;
  left: 0;
  top: 60px;
  bottom: 60px;
  width: 1px;
  border-left: 1px solid $blue;*/
  display: none;
}
.linebox-wrapper .lineboxes.columns-2 .column-2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 60px;
  bottom: 60px;
  width: 1px;
  border-right: 1px solid #6ac4cf;
}
.linebox-wrapper .lineboxes.columns-2 .column-2 .linebox-extra:before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0px;
  height: 1px;
  border-top: 1px solid #6ac4cf;
}
.linebox-wrapper .lineboxes.columns-2 .column-2 .linebox-extra:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0px;
  height: 1px;
  border-bottom: 1px solid #6ac4cf;
}
.linebox-wrapper .linebox-content {
  position: relative;
  z-index: 2;
}

.heading[data-vimeopopup]   {
  cursor: pointer;
}

.heading {
  background: #6ac4cf url("../img/eemeli_emmi.jpg") no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /*
  h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 320px;
    height: 325px;
    margin-left: -160px;
    margin-top: -163px;
    opacity: 0.0;
    background: url('../img/seasons2016_logo.png') no-repeat 50% 50%;
    background-size: 320px auto;
    transition: opacity 1.0s;
    &.visible {
      opacity: 1.0;
    }
    img {
      display: none;
    }
  }

  h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 229px;
    height: 219px;
    margin-left: -114px;
    margin-top: -109px;
    opacity: 0.0;
    transition: opacity 1.0s;
    font-size: 0;
    color: transparent;
    background: url('../img/seasons2016_text.png') no-repeat 50% 50%;
    background-size: 229px auto;
    &.visible {
      opacity: 1.0;
    }
  }*/
}
.heading a {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.heading h1 {
  position: absolute;
  left: 50%;
  top: 45%;
  margin-left: -151px;
  margin-top: -160px;
  opacity: 0;
  transition: opacity 1s;
}
.heading h1.visible {
  opacity: 1;
}
.heading h1 img {
  width: 302px;
  height: auto;
  margin: 0 auto;
}
.heading h2 {
  font: 1em "Rutan-Bold";
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 32px;
  margin-top: -16px;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transition: opacity 1s;
}
.heading h2.visible {
  opacity: 1;
}
.heading h2 .blue {
  color: #6ac4cf;
}
.heading h2 .adays {
  font: 1em "Rutan-Medium";
  color: #0075BB;
  font-size: 20px;
  text-transform: none;
  display: block;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: -40px;
  position: relative;
}

.news-heading {
  position: relative;
  overflow: hidden;
  height: 70vh;
  min-height: 510px;
}
.news-heading .logo {
  width: 10vw;
  height: 10vw;
  max-width: 200px;
  max-height: 200px;
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 2;
  background: url("../img/cmi-header-white.png") no-repeat 50% 50%;
  background-size: 100% auto;
}
.news-heading .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.news-heading .background img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  width: 100% !important;
  height: 100% !important;
}
.news-heading .background::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.4) 90%);
}
.news-heading .wrapper {
  padding: 0 50px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100px;
  text-decoration: none;
}
.news-heading .wrapper .content {
  max-width: 1070px;
  margin: 0 auto;
  color: #fff;
  z-index: 5;
}
.news-heading .wrapper .content .type {
  color: #fff;
  display: inline-block;
  padding: 0 16px;
  background: #6ac4cf;
  font: 1em "Rutan-Bold";
  font-size: 12px;
  line-height: 24px;
  padding-top: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.news-heading .wrapper .content .title {
  font: 1em "Rutan-Bold";
  font-size: 30px;
  line-height: 1.4em;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.3) 0px 1px 10px;
}
.news-heading .wrapper .content .excerpt {
  margin-top: 1em;
  font: 1em "Rutan-Bold";
  font-size: 16px;
  line-height: 1.4em;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px, rgba(0, 0, 0, 0.2) 0px 1px 8px;
}
.news-heading.lift-heading .wrapper {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.news-heading.lift-heading .wrapper .content {
  font: 1em "Rutan-Bold";
  text-align: center;
  max-width: 700px;
}
.news-heading.lift-heading .wrapper .content h2 {
  font: 1em "Rutan-Bold";
  font-size: 30px;
  line-height: 1.4em;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px, rgba(0, 0, 0, 0.3) 0px 1px 8px;
}
.news-heading.lift-heading .wrapper .content p {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.4em;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px, rgba(0, 0, 0, 0.3) 0px 1px 6px;
}
.news-heading.dark .logo {
  background: url("../img/cmi-header-blue.png") no-repeat 50% 50%;
  background-size: 100% auto;
}
.news-heading.dark .wrapper .content {
  color: #000 !important;
}
.news-heading.dark .wrapper .content .title, .news-heading.dark .wrapper .content .excerpt, .news-heading.dark .wrapper .content p, .news-heading.dark .wrapper .content h2 {
  text-shadow: none !important;
}
.news-heading.dark .background::after {
  display: none;
}

@media screen and (max-width: 1300px) {
  .news-heading .wrapper .content {
    max-width: 860px;
  }

  .frontpage-news-lifts > .wrapper {
    max-width: 860px !important;
  }
  .frontpage-news-lifts > .wrapper .lifts {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .frontpage-news-lifts > .wrapper .menu {
    width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 20px;
  }

  .frontpage-lifts > .wrapper {
    max-width: 860px !important;
  }
  .frontpage-lifts > .wrapper .lifts {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .frontpage-lifts > .wrapper .menu {
    width: 100% !important;
    padding-left: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .news-heading .wrapper .content {
    max-width: 760px;
  }

  .frontpage-news-lifts > .wrapper {
    max-width: 760px !important;
  }

  .frontpage-lifts > .wrapper {
    max-width: 760px !important;
  }
}
section.about-us, section.tietoa-meista {
  /*.content-wrapper {
    padding-top: 200px;
  }*/
}
section.about-us .section-secondary, section.tietoa-meista .section-secondary {
  padding-top: 50px;
}

.section-primary {
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
.section-primary .section-secondary {
  display: none;
}
.section-primary .section-secondary:first-child {
  display: block;
}

.section-secondary {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-secondary .featured-image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 880px;
}
.section-secondary .content-wrapper {
  position: relative;
  z-index: 2;
}

.newsletter strong {
  font-size: 1.2em;
}
.newsletter a {
  display: inline-block;
  margin-top: 0.5em;
  border: 1px solid #0c0c0c;
  padding: 4px 8px;
  padding-bottom: 2px;
  box-sizing: border-box;
  font-size: 11px;
  text-decoration: none !important;
}
.newsletter a:hover {
  color: #fff;
  background-color: #000;
}
.newsletter br {
  display: initial !important;
}

footer {
  padding-top: 50px;
  padding-bottom: 40px;
  background: #6ac4cf;
  color: #0c0c0c;
  font-size: 12px;
}
footer .width-wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 60px;
  box-sizing: border-box;
}
footer a {
  color: #0c0c0c;
}
footer p {
  margin-bottom: 10px;
}
footer .logo-cmi {
  width: 157px;
  height: auto;
  margin-left: 35px;
}
footer .logo-small {
  height: 23px;
  width: auto;
  margin-bottom: 10px;
}
footer .newsletterbutton {
  font: 1em "Rutan-Bold";
  vertical-align: bottom;
  height: 25px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  width: auto;
  cursor: pointer;
  background: transparent;
  color: #0c0c0c;
  border: 1px solid #0c0c0c;
  padding: 4px;
  padding-bottom: 2px;
  box-sizing: border-box;
  font-size: 11px;
  margin-top: 10px;
}
footer .newsletterbutton:hover {
  background: #0c0c0c;
  color: #fff;
  text-decoration: none;
}
footer .form-subscribe {
  width: 220px;
  position: relative;
}
footer .form-subscribe input[type=email], footer .form-subscribe input[type=text] {
  font: 1em "Rutan-Light";
  -webkit-appearance: none;
  height: 25px;
  outline: none;
  border-radius: 0;
  background: transparent;
  border: 1px solid #0c0c0c;
  color: #0c0c0c;
  padding: 4px;
  padding-bottom: 2px;
  width: 100%;
  width: 160px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: bottom;
}
footer .form-subscribe input[type=submit] {
  font: 1em "Rutan-Bold";
  vertical-align: bottom;
  height: 25px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  width: 45px;
  cursor: pointer;
  background: transparent;
  color: #0c0c0c;
  border: 1px solid #0c0c0c;
  padding: 4px;
  padding-bottom: 2px;
  box-sizing: border-box;
  font-size: 11px;
}
footer .form-subscribe input[type=submit]:hover {
  background: #0c0c0c;
  color: #fff;
}
footer .social-items {
  padding-top: 10px;
  padding-bottom: 30px;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
footer .social-items a {
  font-size: 0;
  color: transparent;
  display: inline-block;
  margin: 0;
  margin-right: 5px;
  background: #000;
  width: 26px;
  height: 26px;
  border-radius: 50% 50%;
  position: relative;
  cursor: pointer;
}
footer .social-items a:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  text-align: center;
  line-height: 26px;
  color: #6ac4cf;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
footer .social-items a.facebook:before {
  content: "\f09a";
}
footer .social-items a.twitter:before {
  content: "\f099";
}
footer .social-items a.vimeo:before {
  content: "\f27d";
}
footer .social-items a.instagram:before {
  content: "\f16d";
}
footer .social-items a.youtube:before {
  content: "\f167";
}
footer .social-items a.linkedin:before {
  content: "\f0e1";
}
footer .social-items a.email:before {
  content: "\f0e0";
}
footer .panes .pane.one {
  width: 24%;
}
footer .panes .pane.two {
  width: 20%;
}
footer .panes .pane.three {
  width: 20%;
}
footer .panes .pane.four {
  width: 24%;
}
footer .panes .pane.five {
  width: 12%;
}

/* SPECIFIC STYLES */
.section-primary[role=about-us] .section-secondary[role=who-we-are], .section-primary[role=about-us] .section-secondary[role=keita-me-olemme], .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are], .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] {
  background: url("../img/wallpaper-who-are-we.png") 0 0;
  background-size: 48px auto;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] a, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] a, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] a, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] a {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] a:hover, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] a:hover, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] a:hover, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] a:hover {
  text-decoration: underline;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .linebox-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .linebox-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .linebox-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .linebox-wrapper {
  margin: 40px 75px;
  margin-top: 60px;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .linebox-wrapper .linebox-content, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .linebox-wrapper .linebox-content, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .linebox-wrapper .linebox-content, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .linebox-wrapper .linebox-content {
  padding: 30px;
  padding-bottom: 10px;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles {
  position: relative;
  height: 412px;
  margin-bottom: 45px;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box {
  width: 33.33%;
  box-sizing: border-box;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box .box-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box .box-wrapper {
  font: 1em "Rutan-DemiBold";
  border: 12px solid #6ac4cf;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box .box-wrapper .inner-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box .box-wrapper .inner-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box .box-wrapper .inner-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box .box-wrapper .inner-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box .box-wrapper h3, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box .box-wrapper h3, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box .box-wrapper h3, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box .box-wrapper h3 {
  font: 1em "Rutan-Bold";
  font-size: 16px;
  margin-bottom: 10px;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box .box-wrapper p, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box .box-wrapper p, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box .box-wrapper p, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box .box-wrapper p {
  margin-bottom: 0;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.mission, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.mission, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.mission, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.mission {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.mission .box-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.mission .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.mission .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.mission .box-wrapper {
  right: 12px;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.vision, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.vision, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.vision, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.vision {
  position: absolute;
  left: 33.33%;
  top: 0;
  bottom: 181px;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.vision .box-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.vision .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.vision .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.vision .box-wrapper {
  left: 12px;
  right: 12px;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.principles, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.principles, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.principles, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.principles {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 181px;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.principles .box-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.principles .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.principles .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.principles .box-wrapper {
  left: 12px;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.values, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.values, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.values, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.values {
  position: absolute;
  width: 66.66%;
  left: 33.33%;
  right: 0;
  bottom: 0;
  top: 257px;
}
.section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.values .box-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.values .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.values .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.values .box-wrapper {
  left: 12px;
}
.section-primary[role=about-us] .section-secondary[role=funding], .section-primary[role=about-us] .section-secondary[role=rahoitus], .section-primary[role=tietoa-meista] .section-secondary[role=funding], .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] {
  background: url("../img/wallpaper-funding.png") 0 0;
  background-size: 48px auto;
}
.section-primary[role=about-us] .section-secondary[role=funding] a, .section-primary[role=about-us] .section-secondary[role=rahoitus] a, .section-primary[role=tietoa-meista] .section-secondary[role=funding] a, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] a {
  font: 1em "Rutan-Bold";
  text-decoration: none;
}
.section-primary[role=about-us] .section-secondary[role=funding] a:hover, .section-primary[role=about-us] .section-secondary[role=rahoitus] a:hover, .section-primary[role=tietoa-meista] .section-secondary[role=funding] a:hover, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] a:hover {
  text-decoration: underline;
}
.section-primary[role=about-us] .section-secondary[role=funding] .governments, .section-primary[role=about-us] .section-secondary[role=rahoitus] .governments, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .governments, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .governments {
  font: 1em "Rutan-Bold";
  margin-top: 30px;
  margin-bottom: 30px;
  color: #6ac4cf;
}
.section-primary[role=about-us] .section-secondary[role=funding] .foundations, .section-primary[role=about-us] .section-secondary[role=rahoitus] .foundations, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .foundations, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .foundations {
  font: 1em "Rutan-Bold";
  margin-top: 30px;
  margin-bottom: 30px;
  color: #6ac4cf;
}
.section-primary[role=about-us] .section-secondary[role=funding] .linebox-wrapper, .section-primary[role=about-us] .section-secondary[role=rahoitus] .linebox-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .linebox-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .linebox-wrapper {
  margin: 20px 0;
  margin-top: 40px;
}
.section-primary[role=about-us] .section-secondary[role=funding] .linebox-wrapper .linebox-content, .section-primary[role=about-us] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .linebox-wrapper .linebox-content, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content {
  padding: 60px 0;
  padding-bottom: 40px;
}
.section-primary[role=about-us] .section-secondary[role=funding] .linebox-wrapper .linebox-content .pane, .section-primary[role=about-us] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content .pane, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .linebox-wrapper .linebox-content .pane, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content .pane {
  padding: 0 38px;
}
.section-primary[role=about-us] .section-secondary[role=funding] .linebox-wrapper .linebox-content .pane h3, .section-primary[role=about-us] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content .pane h3, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .linebox-wrapper .linebox-content .pane h3, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content .pane h3 {
  margin-bottom: 15px;
}
.section-primary[role=about-us] .section-secondary[role=funding] .linebox-wrapper .linebox-content .pane hr, .section-primary[role=about-us] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content .pane hr, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .linebox-wrapper .linebox-content .pane hr, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content .pane hr {
  position: relative;
  margin: 65px -15px;
}
.section-primary[role=about-us] .section-secondary[role=funding] .linebox-wrapper .linebox-content .pane a, .section-primary[role=about-us] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content .pane a, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .linebox-wrapper .linebox-content .pane a, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content .pane a {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
}
.section-primary[role=about-us] .section-secondary[role=decision-making], .section-primary[role=about-us] .section-secondary[role=paatoksenteko], .section-primary[role=tietoa-meista] .section-secondary[role=decision-making], .section-primary[role=tietoa-meista] .section-secondary[role=paatoksenteko] {
  background: #fff;
}
.section-primary[role=about-us] .section-secondary[role=decision-making] .content-wrapper, .section-primary[role=about-us] .section-secondary[role=paatoksenteko] .content-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=decision-making] .content-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=paatoksenteko] .content-wrapper {
  max-width: 950px;
  padding: 0px 13px;
  padding-top: 100px;
}
.section-primary[role=about-us] .section-secondary[role=decision-making] a, .section-primary[role=about-us] .section-secondary[role=paatoksenteko] a, .section-primary[role=tietoa-meista] .section-secondary[role=decision-making] a, .section-primary[role=tietoa-meista] .section-secondary[role=paatoksenteko] a {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
}
.section-primary[role=about-us] .section-secondary[role=decision-making] .panes.pictures, .section-primary[role=about-us] .section-secondary[role=paatoksenteko] .panes.pictures, .section-primary[role=tietoa-meista] .section-secondary[role=decision-making] .panes.pictures, .section-primary[role=tietoa-meista] .section-secondary[role=paatoksenteko] .panes.pictures {
  margin-top: 40px;
}
.section-primary[role=about-us] .section-secondary[role=decision-making] .panes.pictures .pane img, .section-primary[role=about-us] .section-secondary[role=paatoksenteko] .panes.pictures .pane img, .section-primary[role=tietoa-meista] .section-secondary[role=decision-making] .panes.pictures .pane img, .section-primary[role=tietoa-meista] .section-secondary[role=paatoksenteko] .panes.pictures .pane img {
  margin-bottom: 20px;
}
.section-primary[role=about-us] .section-secondary[role=decision-making] .panes.pictures .pane.one, .section-primary[role=about-us] .section-secondary[role=paatoksenteko] .panes.pictures .pane.one, .section-primary[role=tietoa-meista] .section-secondary[role=decision-making] .panes.pictures .pane.one, .section-primary[role=tietoa-meista] .section-secondary[role=paatoksenteko] .panes.pictures .pane.one {
  padding-right: 5px;
}
.section-primary[role=about-us] .section-secondary[role=decision-making] .panes.pictures .pane.two, .section-primary[role=about-us] .section-secondary[role=paatoksenteko] .panes.pictures .pane.two, .section-primary[role=tietoa-meista] .section-secondary[role=decision-making] .panes.pictures .pane.two, .section-primary[role=tietoa-meista] .section-secondary[role=paatoksenteko] .panes.pictures .pane.two {
  padding-left: 5px;
}
.section-primary[role=about-us] .section-secondary[role=decision-making] .panes.pictures .wp-caption .wp-caption-text, .section-primary[role=about-us] .section-secondary[role=paatoksenteko] .panes.pictures .wp-caption .wp-caption-text, .section-primary[role=tietoa-meista] .section-secondary[role=decision-making] .panes.pictures .wp-caption .wp-caption-text, .section-primary[role=tietoa-meista] .section-secondary[role=paatoksenteko] .panes.pictures .wp-caption .wp-caption-text {
  font-size: 14px;
}
.section-primary[role=about-us] .section-secondary[role=decision-making] .single-decisiomaker, .section-primary[role=about-us] .section-secondary[role=paatoksenteko] .single-decisiomaker, .section-primary[role=tietoa-meista] .section-secondary[role=decision-making] .single-decisiomaker, .section-primary[role=tietoa-meista] .section-secondary[role=paatoksenteko] .single-decisiomaker {
  padding: 0 33.33%;
  padding-top: 20px;
}

.section-primary[role=our-work] .linebox-wrapper, .section-primary[role=tyomme] .linebox-wrapper {
  margin: 40px 75px;
  margin-top: 60px;
}
.section-primary[role=our-work] .linebox-wrapper .linebox-content, .section-primary[role=tyomme] .linebox-wrapper .linebox-content {
  padding: 30px;
  padding-bottom: 10px;
}
.section-primary[role=our-work] .section-secondary[role=programme], .section-primary[role=our-work] .section-secondary[role=ohjelma], .section-primary[role=tyomme] .section-secondary[role=programme], .section-primary[role=tyomme] .section-secondary[role=ohjelma] {
  background: url("../img/wallpaper-programme.png") 0 0;
  background-size: 48px auto;
}
.section-primary[role=our-work] .section-secondary[role=programme] .content-primary a, .section-primary[role=our-work] .section-secondary[role=ohjelma] .content-primary a, .section-primary[role=tyomme] .section-secondary[role=programme] .content-primary a, .section-primary[role=tyomme] .section-secondary[role=ohjelma] .content-primary a {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
}
.section-primary[role=our-work] .section-secondary[role=programme] .content-primary .quote-wrapper, .section-primary[role=our-work] .section-secondary[role=ohjelma] .content-primary .quote-wrapper, .section-primary[role=tyomme] .section-secondary[role=programme] .content-primary .quote-wrapper, .section-primary[role=tyomme] .section-secondary[role=ohjelma] .content-primary .quote-wrapper {
  padding: 0 180px;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes], .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet], .section-primary[role=tyomme] .section-secondary[role=regions-and-themes], .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] {
  padding-bottom: 0;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-wrapper.has-children, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-wrapper.has-children, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-wrapper.has-children, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-wrapper.has-children {
  padding: 0;
  background: #fff;
  max-width: none;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-wrapper.has-children > .content, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-wrapper.has-children > .content, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-wrapper.has-children > .content, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-wrapper.has-children > .content {
  padding-bottom: 0;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-wrapper.has-children > .content .pageselectors .selector, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-wrapper.has-children > .content .pageselectors .selector, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-wrapper.has-children > .content .pageselectors .selector, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-wrapper.has-children > .content .pageselectors .selector {
  border-left: 1px solid #0c0c0c;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-wrapper.has-children > .content .pageselectors .selector:first-child, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-wrapper.has-children > .content .pageselectors .selector:first-child, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-wrapper.has-children > .content .pageselectors .selector:first-child, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-wrapper.has-children > .content .pageselectors .selector:first-child {
  border-left: 1px solid transparent;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-wrapper.has-children > .content .pageselectors .selector.active, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-wrapper.has-children > .content .pageselectors .selector.active, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-wrapper.has-children > .content .pageselectors .selector.active, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-wrapper.has-children > .content .pageselectors .selector.active {
  color: #fff;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .narrow-content, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .narrow-content, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .narrow-content, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .narrow-content {
  width: 620px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .narrow-content h2, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .narrow-content h2, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .narrow-content h2, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .narrow-content h2 {
  font-size: 25px;
  line-height: 1.2em;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .narrow-content pre, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .narrow-content pre, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .narrow-content pre, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .narrow-content pre {
  font: 1em "Rutan-Medium";
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .narrow-content ul, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .narrow-content ul, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .narrow-content ul, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .narrow-content ul {
  font: 1em "Rutan-Bold";
  margin-top: 40px;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .narrow-content ul li, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .narrow-content ul li, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .narrow-content ul li, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .narrow-content ul li {
  display: inline-block;
  list-style-type: "none";
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .narrow-content ul li:before, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .narrow-content ul li:before, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .narrow-content ul li:before, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .narrow-content ul li:before {
  content: "·";
  display: inline-block;
  padding-right: 4px;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .women-in-peacemaking .narrow-content, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .naiset-ja-rauhanvalitys .narrow-content, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .women-in-peacemaking .narrow-content, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .naiset-ja-rauhanvalitys .narrow-content, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .women-in-peacemaking .narrow-content, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .naiset-ja-rauhanvalitys .narrow-content, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .women-in-peacemaking .narrow-content, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .naiset-ja-rauhanvalitys .narrow-content {
  padding-bottom: 30px;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .women-in-peacemaking .related, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .naiset-ja-rauhanvalitys .related, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .women-in-peacemaking .related, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .naiset-ja-rauhanvalitys .related, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .women-in-peacemaking .related, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .naiset-ja-rauhanvalitys .related, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .women-in-peacemaking .related, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .naiset-ja-rauhanvalitys .related {
  margin-top: 40px;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-primary .primary-wrapper, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-primary .primary-wrapper, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-primary .primary-wrapper, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-primary .primary-wrapper {
  background: #fff;
  max-width: 950px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px 90px;
  padding-bottom: 60px;
  padding-top: 100px;
  margin-bottom: 50px;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages img.titleimage, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages img.titleimage, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages img.titleimage, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages img.titleimage {
  width: 234px !important;
  height: auto !important;
  margin-bottom: 50px;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages h1, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages h1, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages h1, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages h1 {
  color: #0c0c0c;
  display: block;
  margin: 0 auto;
  font-size: 20px;
  background: transparent;
  border: 1px solid #0c0c0c;
  width: 210px;
  padding: 6px;
  padding-bottom: 2px;
  text-transform: none;
  line-height: 1.1em;
  margin-bottom: 50px;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper {
  padding-top: 60px;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.middle-east-and-north-africa, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.middle-east-and-north-africa, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.middle-east-and-north-africa, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.middle-east-and-north-africa, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka {
  background: #f1a595;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.middle-east-and-north-africa .share .title, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka .share .title, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.middle-east-and-north-africa .share .title, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka .share .title, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.middle-east-and-north-africa .share .title, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka .share .title, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.middle-east-and-north-africa .share .title, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka .share .title {
  color: #fff;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.middle-east-and-north-africa .share .social-items a, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka .share .social-items a, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.middle-east-and-north-africa .share .social-items a, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.middle-east-and-north-africa .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.middle-east-and-north-africa .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka .share .social-items a {
  background: #fff;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.middle-east-and-north-africa .share .social-items a:before, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka .share .social-items a:before, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.middle-east-and-north-africa .share .social-items a:before, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.middle-east-and-north-africa .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.middle-east-and-north-africa .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.lahi-ita-ja-pohjois-afrikka .share .social-items a:before {
  color: #f1a595;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.eurasia, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.euraasia, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.eurasia, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.euraasia, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.eurasia, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.euraasia, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.eurasia, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.euraasia {
  background: #2faa79;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.eurasia .share .title, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.euraasia .share .title, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.eurasia .share .title, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.euraasia .share .title, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.eurasia .share .title, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.euraasia .share .title, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.eurasia .share .title, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.euraasia .share .title {
  color: #fff;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.eurasia .share .social-items a, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.euraasia .share .social-items a, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.eurasia .share .social-items a, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.euraasia .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.eurasia .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.euraasia .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.eurasia .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.euraasia .share .social-items a {
  background: #fff;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.eurasia .share .social-items a:before, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.euraasia .share .social-items a:before, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.eurasia .share .social-items a:before, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.euraasia .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.eurasia .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.euraasia .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.eurasia .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.euraasia .share .social-items a:before {
  color: #2faa79;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.sub-saharan-africa, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.sub-saharan-africa, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.sub-saharan-africa, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.sub-saharan-africa, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka {
  background: #67c2ce;
  /*.related {
    .panes {
      .pane {
        .related-post {
          &:hover {
            .wrapper {
              background: #fff;
              color: $blue;
            }
          }
        }
      }
    }
  }*/
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.sub-saharan-africa .share .title, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka .share .title, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.sub-saharan-africa .share .title, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka .share .title, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.sub-saharan-africa .share .title, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka .share .title, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.sub-saharan-africa .share .title, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka .share .title {
  color: #fff;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.sub-saharan-africa .share .social-items a, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka .share .social-items a, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.sub-saharan-africa .share .social-items a, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.sub-saharan-africa .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.sub-saharan-africa .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka .share .social-items a {
  background: #fff;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.sub-saharan-africa .share .social-items a:before, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka .share .social-items a:before, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.sub-saharan-africa .share .social-items a:before, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.sub-saharan-africa .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.sub-saharan-africa .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.saharan-etelapuolinen-afrikka .share .social-items a:before {
  color: #67c2ce;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.asia, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.aasia, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.asia, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.aasia, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.asia, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.aasia, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.asia, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.aasia {
  background: #67c2ce;
  /*.related {
    .panes {
      .pane {
        .related-post {
          &:hover {
            .wrapper {
              background: #fff;
              color: $blue;
            }
          }
        }
      }
    }
  }*/
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.asia .share .title, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.aasia .share .title, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.asia .share .title, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.aasia .share .title, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.asia .share .title, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.aasia .share .title, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.asia .share .title, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.aasia .share .title {
  color: #fff;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.asia .share .social-items a, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.aasia .share .social-items a, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.asia .share .social-items a, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.aasia .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.asia .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.aasia .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.asia .share .social-items a, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.aasia .share .social-items a {
  background: #fff;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.asia .share .social-items a:before, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.aasia .share .social-items a:before, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.asia .share .social-items a:before, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.aasia .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.asia .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.aasia .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.asia .share .social-items a:before, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.aasia .share .social-items a:before {
  color: #67c2ce;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.women-in-peacemaking, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.naiset-ja-rauhanvalitys, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.women-in-peacemaking, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.naiset-ja-rauhanvalitys, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.women-in-peacemaking, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.naiset-ja-rauhanvalitys, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.women-in-peacemaking, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.naiset-ja-rauhanvalitys {
  background: #f9ecde;
}
.section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.women-in-peacemaking .pageselectors .selector.active, .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.naiset-ja-rauhanvalitys .pageselectors .selector.active, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.women-in-peacemaking .pageselectors .selector.active, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.naiset-ja-rauhanvalitys .pageselectors .selector.active, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.women-in-peacemaking .pageselectors .selector.active, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages .page-wrapper.naiset-ja-rauhanvalitys .pageselectors .selector.active, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.women-in-peacemaking .pageselectors .selector.active, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages .page-wrapper.naiset-ja-rauhanvalitys .pageselectors .selector.active {
  color: #6ac4cf;
}

.section-primary[role=archive] .slider.archive .arrows .arrow {
  top: -45px;
}
.section-primary[role=archive] .section-secondary[role=archive] {
  background: #fff;
}
.section-primary[role=archive] .section-secondary[role=archive] .content .posts .post, .section-primary[role=archive] .section-secondary[role=archive] .content .slider.archive .post {
  margin-bottom: 20px;
}
.section-primary[role=archive] .section-secondary[role=archive] .content .posts .post .title, .section-primary[role=archive] .section-secondary[role=archive] .content .slider.archive .post .title {
  font: 1em "Rutan-Bold";
}

.section-primary[role=latest] .section-secondary[role=news], .section-primary[role=latest] .section-secondary[role=uutiset], .section-primary[role=ajankohtaista] .section-secondary[role=news], .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] {
  background: #fff;
  /*.article-wrapper {
    display: none;

    h1 {
      font-size: 27px;
      margin-bottom: 30px;
    }

    img.featured {
      max-width: 600px;
      margin: 0 auto;
      margin-bottom: 20px;
    }

    .date {
      font: $font-medium;
      margin-bottom: 20px;
      font-size: 13px;
      margin-bottom: 40px;
    }

    img.size-full {
      width: auto !important;
    }

    img.size-large {
      width: auto !important;
    }

    li {
      margin-bottom: 10px;
    }

    a {
      font: $font-medium;
      color: $blue;
    }

  }*/
}
.section-primary[role=latest] .section-secondary[role=news] .content .posts .post, .section-primary[role=latest] .section-secondary[role=news] .content .slider.archive .post, .section-primary[role=latest] .section-secondary[role=uutiset] .content .posts .post, .section-primary[role=latest] .section-secondary[role=uutiset] .content .slider.archive .post, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .posts .post, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .slider.archive .post, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .posts .post, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .slider.archive .post {
  margin-bottom: 20px;
}
.section-primary[role=latest] .section-secondary[role=news] .content .posts .post .title, .section-primary[role=latest] .section-secondary[role=news] .content .slider.archive .post .title, .section-primary[role=latest] .section-secondary[role=uutiset] .content .posts .post .title, .section-primary[role=latest] .section-secondary[role=uutiset] .content .slider.archive .post .title, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .posts .post .title, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .slider.archive .post .title, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .posts .post .title, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .slider.archive .post .title {
  font: 1em "Rutan-Bold";
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser {
  position: relative;
  margin: 0 -80px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .arrows .arrow, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .arrows .arrow, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .arrows .arrow, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .arrows .arrow {
  position: absolute;
  width: 44px;
  height: 105px;
  top: 85px;
  cursor: pointer;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 44px 105px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .arrows .arrow.left, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .arrows .arrow.left, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .arrows .arrow.left, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .arrows .arrow.left {
  left: -70px;
  background-image: url("../img/arrow_left.png");
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .arrows .arrow.right, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .arrows .arrow.right, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .arrows .arrow.right, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .arrows .arrow.right {
  right: -70px;
  background-image: url("../img/arrow_right.png");
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .panes, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .panes, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .panes, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .panes {
  display: none;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .panes:first-child, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .panes:first-child, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .panes:first-child, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .panes:first-child {
  display: block;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .pane.one, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .pane.one, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .pane.one, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .pane.one {
  padding-right: 5px;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .pane.two, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .pane.two, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .pane.two, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .pane.two {
  padding-left: 5px;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .post, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .post, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .post, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .post {
  background: #6ac4cf url("../img/placeholder.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  position: relative;
  padding-top: 61%;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .post .link, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .post .link, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .post .link, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .post .link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .post .wrapper, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .post .wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .post .wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .post .wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.3);
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .post .wrapper .text, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .post .wrapper .text, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .post .wrapper .text, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .post .wrapper .text {
  z-index: 2;
  font: 1em "Rutan-Medium";
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .post .wrapper .text .title, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .post .wrapper .text .title, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .post .wrapper .text .title, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .post .wrapper .text .title {
  font: 1em "Rutan-Bold";
  font-size: 24px;
  padding: 0 50px;
  margin-bottom: 10px;
  line-height: 1.1em;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .post .wrapper .text .title a, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .post .wrapper .text .title a, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .post .wrapper .text .title a, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .post .wrapper .text .title a {
  font: 1em "Rutan-Bold";
  color: #fff;
  text-decoration: none;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .post .wrapper .text .date, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .post .wrapper .text .date, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .post .wrapper .text .date, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .post .wrapper .text .date {
  margin-bottom: 25px;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .post .wrapper .text .more, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .post .wrapper .text .more, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .post .wrapper .text .more, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .post .wrapper .text .more {
  padding-top: 2px;
  font: 1em "Rutan-Bold";
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  padding-right: 10px;
  background: url("../img/more_small.png") no-repeat 100% 50%;
  background-size: 5px 12px;
  line-height: 12px;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .post .wrapper .text .more a, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .post .wrapper .text .more a, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .post .wrapper .text .more a, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .post .wrapper .text .more a {
  font: 1em "Rutan-Bold";
  color: #fff;
  text-decoration: none;
}
.section-primary[role=latest] .section-secondary[role=news] .content .news-browser .post:hover .wrapper, .section-primary[role=latest] .section-secondary[role=uutiset] .content .news-browser .post:hover .wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=news] .content .news-browser .post:hover .wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=uutiset] .content .news-browser .post:hover .wrapper {
  text-shadow: none;
  background: #6ac4cf;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events], .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat], .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events], .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] {
  background: #fff;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .cae-wrapper, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .cae-wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper {
  display: none;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .cae-wrapper h1, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper h1, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .cae-wrapper h1, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper h1 {
  font-size: 27px;
  margin-bottom: 30px;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .cae-wrapper img.featured, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper img.featured, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .cae-wrapper img.featured, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper img.featured {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .cae-wrapper .date, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper .date, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .cae-wrapper .date, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper .date {
  font: 1em "Rutan-Medium";
  margin-bottom: 20px;
  font-size: 13px;
  margin-bottom: 40px;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .cae-wrapper img.size-full, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper img.size-full, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .cae-wrapper img.size-full, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper img.size-full {
  width: auto !important;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .cae-wrapper img.size-size, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper img.size-size, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .cae-wrapper img.size-size, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper img.size-size {
  width: auto !important;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .cae-wrapper li, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper li, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .cae-wrapper li, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper li {
  margin-bottom: 10px;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .cae-wrapper a, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper a, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .cae-wrapper a, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .cae-wrapper a {
  font: 1em "Rutan-Medium";
  color: #6ac4cf;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .campaigns-and-events .campaign-or-event, .section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .kampanjat-ja-tapahtumat .campaign-or-event, .section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .slider.archive .campaign-or-event, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .campaigns-and-events .campaign-or-event, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .kampanjat-ja-tapahtumat .campaign-or-event, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .slider.archive .campaign-or-event, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .campaigns-and-events .campaign-or-event, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .kampanjat-ja-tapahtumat .campaign-or-event, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .slider.archive .campaign-or-event, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .campaigns-and-events .campaign-or-event, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .kampanjat-ja-tapahtumat .campaign-or-event, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .slider.archive .campaign-or-event {
  margin-bottom: 20px;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .campaigns-and-events .campaign-or-event .title, .section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .kampanjat-ja-tapahtumat .campaign-or-event .title, .section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .slider.archive .campaign-or-event .title, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .campaigns-and-events .campaign-or-event .title, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .kampanjat-ja-tapahtumat .campaign-or-event .title, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .slider.archive .campaign-or-event .title, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .campaigns-and-events .campaign-or-event .title, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .kampanjat-ja-tapahtumat .campaign-or-event .title, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .slider.archive .campaign-or-event .title, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .campaigns-and-events .campaign-or-event .title, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .kampanjat-ja-tapahtumat .campaign-or-event .title, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .slider.archive .campaign-or-event .title {
  font: 1em "Rutan-Bold";
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser {
  position: relative;
  margin: 0 -80px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .arrows .arrow, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .arrows .arrow, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .arrows .arrow, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .arrows .arrow {
  position: absolute;
  width: 44px;
  height: 105px;
  top: 85px;
  cursor: pointer;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 44px 105px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .arrows .arrow.left, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .arrows .arrow.left, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .arrows .arrow.left, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .arrows .arrow.left {
  left: -70px;
  background-image: url("../img/arrow_left.png");
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .arrows .arrow.right, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .arrows .arrow.right, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .arrows .arrow.right, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .arrows .arrow.right {
  right: -70px;
  background-image: url("../img/arrow_right.png");
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .panes, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .panes, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .panes, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .panes {
  display: none;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .panes:first-child, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .panes:first-child, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .panes:first-child, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .panes:first-child {
  display: block;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .pane.one, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .pane.one, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .pane.one, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .pane.one {
  padding-right: 5px;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .pane.two, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .pane.two, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .pane.two, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .pane.two {
  padding-left: 5px;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae {
  background: #6ac4cf url("../img/placeholder.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  position: relative;
  padding-top: 61%;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .link, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .link, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .link, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.3);
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper .text, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper .text, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper .text, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper .text {
  z-index: 2;
  font: 1em "Rutan-Medium";
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper .text .title, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper .text .title, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper .text .title, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper .text .title {
  font: 1em "Rutan-Bold";
  font-size: 24px;
  padding: 0 50px;
  margin-bottom: 10px;
  line-height: 1.1em;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper .text .title a, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper .text .title a, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper .text .title a, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper .text .title a {
  font: 1em "Rutan-Bold";
  color: #fff;
  text-decoration: none;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper .text .date, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper .text .date, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper .text .date, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper .text .date {
  margin-bottom: 25px;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper .text .more, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper .text .more, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper .text .more, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper .text .more {
  padding-top: 2px;
  font: 1em "Rutan-Bold";
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  padding-right: 10px;
  background: url("../img/more_small.png") no-repeat 100% 50%;
  background-size: 5px 12px;
  line-height: 12px;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper .text .more a, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper .text .more a, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae .wrapper .text .more a, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae .wrapper .text .more a {
  font: 1em "Rutan-Bold";
  color: #fff;
  text-decoration: none;
}
.section-primary[role=latest] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae:hover .wrapper, .section-primary[role=latest] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae:hover .wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=campaigns-and-events] .content .cae-browser .cae:hover .wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=kampanjat-ja-tapahtumat] .content .cae-browser .cae:hover .wrapper {
  text-shadow: none;
  background: #6ac4cf;
}
.section-primary[role=latest] .section-secondary[role=publications], .section-primary[role=latest] .section-secondary[role=julkaisut], .section-primary[role=ajankohtaista] .section-secondary[role=publications], .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] {
  background: #fff;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications .publication, .section-primary[role=latest] .section-secondary[role=publications] .content .julkaisut .publication, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications .publication, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .julkaisut .publication, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications .publication, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .julkaisut .publication, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications .publication, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .julkaisut .publication {
  margin-bottom: 20px;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications .publication .title, .section-primary[role=latest] .section-secondary[role=publications] .content .julkaisut .publication .title, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications .publication .title, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .julkaisut .publication .title, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications .publication .title, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .julkaisut .publication .title, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications .publication .title, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .julkaisut .publication .title {
  font: 1em "Rutan-Bold";
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser {
  position: relative;
  margin: 0 -80px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .arrows .arrow, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .arrows .arrow, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .arrows .arrow, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .arrows .arrow {
  position: absolute;
  width: 44px;
  height: 105px;
  top: 85px;
  cursor: pointer;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 44px 105px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .arrows .arrow.left, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .arrows .arrow.left, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .arrows .arrow.left, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .arrows .arrow.left {
  left: -70px;
  background-image: url("../img/arrow_left.png");
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .arrows .arrow.right, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .arrows .arrow.right, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .arrows .arrow.right, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .arrows .arrow.right {
  right: -70px;
  background-image: url("../img/arrow_right.png");
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .panes, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .panes, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .panes, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .panes {
  display: none;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .panes:first-child, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .panes:first-child, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .panes:first-child, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .panes:first-child {
  display: block;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .pane.one, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .pane.one, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .pane.one, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .pane.one {
  padding-right: 5px;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .pane.two, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .pane.two, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .pane.two, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .pane.two {
  padding-left: 5px;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication {
  background: #fcf6f2 url("../img/publication.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100px auto;
  color: #000;
  position: relative;
  padding-top: 61%;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication .link, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication .link, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication .link, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication .link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication .wrapper, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication .wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication .wrapper .text, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper .text, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication .wrapper .text, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper .text {
  z-index: 2;
  font: 1em "Rutan-Medium";
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication .wrapper .text .title, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper .text .title, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication .wrapper .text .title, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper .text .title {
  font: 1em "Rutan-Bold";
  font-size: 24px;
  padding: 0 50px;
  margin-bottom: 10px;
  line-height: 1.1em;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication .wrapper .text .title a, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper .text .title a, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication .wrapper .text .title a, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper .text .title a {
  font: 1em "Rutan-Bold";
  color: #000;
  text-decoration: none;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication .wrapper .text .date, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper .text .date, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication .wrapper .text .date, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper .text .date {
  margin-bottom: 25px;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication .wrapper .text .more, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper .text .more, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication .wrapper .text .more, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper .text .more {
  padding-top: 2px;
  font: 1em "Rutan-Bold";
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  padding-right: 10px;
  background: url("../img/more_small.png") no-repeat 100% 50%;
  background-size: 5px 12px;
  line-height: 12px;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication .wrapper .text .more a, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper .text .more a, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication .wrapper .text .more a, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication .wrapper .text .more a {
  font: 1em "Rutan-Bold";
  color: #000;
  text-decoration: none;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication:hover, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication:hover, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication:hover, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication:hover {
  background-color: #000;
  color: #fff;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication:hover .wrapper, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication:hover .wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication:hover .wrapper, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication:hover .wrapper {
  text-shadow: none;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication:hover .wrapper .text .title a, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication:hover .wrapper .text .title a, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication:hover .wrapper .text .title a, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication:hover .wrapper .text .title a {
  color: #fff;
}
.section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publication:hover .wrapper .text .more a, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publication:hover .wrapper .text .more a, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publication:hover .wrapper .text .more a, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publication:hover .wrapper .text .more a {
  color: #fff;
}

.section-primary[role=support-us], .section-primary[role=lahjoita] {
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-primary[role=support-us] a, .section-primary[role=lahjoita] a {
  font: 1em "Rutan-Bold";
  text-decoration: none;
}
.section-primary[role=support-us] a:hover, .section-primary[role=lahjoita] a:hover {
  text-decoration: underline;
}
.section-primary[role=support-us] h3, .section-primary[role=lahjoita] h3 {
  text-transform: uppercase;
}
.section-primary[role=support-us] .section-secondary[role=donate], .section-primary[role=support-us] .section-secondary[role=lahjoita], .section-primary[role=lahjoita] .section-secondary[role=donate], .section-primary[role=lahjoita] .section-secondary[role=lahjoita] {
  background: #fff url("../img/lines.png") 0 0 repeat-y;
  background-size: 100% auto;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper {
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content {
  min-height: 400px;
  padding-bottom: 0;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content > .share, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content > .share, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content > .share, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content > .share {
  display: none !important;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .submenu, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .submenu, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .submenu, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .submenu {
  margin-top: 40px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .submenu .item, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .submenu .item, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .submenu .item, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .submenu .item {
  border-left: 1px solid #fff;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .submenu .item:first-child, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .submenu .item:first-child, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .submenu .item:first-child, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .submenu .item:first-child {
  border-left: 1px solid transparent;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table {
  border: 17px solid #6ac4cf;
  background: #fff;
  width: 100%;
  font-size: 13px;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table th, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table th, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table th, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table th {
  padding-top: 15px !important;
  vertical-align: bottom !important;
  font: 1em "Rutan-Bold";
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table tr:nth-child(even), .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table tr:nth-child(even), .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table tr:nth-child(even), .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.03);
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table td, .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table th, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table td, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table th, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table td, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table th, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table td, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table th {
  color: #000;
  padding: 5px;
  vertical-align: middle;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table td strong, .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table th strong, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table td strong, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table th strong, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table td strong, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table th strong, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table td strong, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table th strong {
  font-size: 0;
  color: transparent;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table td strong::after, .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table th strong::after, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table td strong::after, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table th strong::after, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table td strong::after, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table th strong::after, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table td strong::after, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table th strong::after {
  color: #000;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  content: "\f00c";
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .share, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .share, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .share, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .share {
  padding-top: 20px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content h1, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content h1, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content h1, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content h1 {
  margin-bottom: 10px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation {
  font: 1em "Rutan-Regular";
  border: 17px solid #6ac4cf;
  background: #fff;
  padding: 32px 60px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #0c0c0c;
  text-align: left;
  margin-bottom: 70px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors {
  font-size: 0;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors.methodselectors .checkselector, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors.methodselectors .checkselector, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors.methodselectors .checkselector, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors.methodselectors .checkselector {
  width: 33.33%;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors .checkselector, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors .checkselector, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors .checkselector, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors .checkselector {
  font: 1em "Rutan-Bold";
  width: 25%;
  display: inline-block;
  font-size: 16px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors .checkselector input, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors .checkselector input, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors .checkselector input, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors .checkselector input {
  vertical-align: top;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors .checkselector label, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors .checkselector label, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors .checkselector label, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors .checkselector label {
  padding-left: 10px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 1.1em;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .gdpr, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .gdpr, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .gdpr, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .gdpr {
  text-align: center;
  font: 1em "Rutan-Bold";
  padding-bottom: 10px;
  font-size: 14px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .methodselectors, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .methodselectors, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .methodselectors, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .methodselectors {
  padding-top: 10px;
  padding-bottom: 20px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .amountselectors, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .amountselectors, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .amountselectors, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .amountselectors {
  padding-bottom: 10px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .amountselectors .amountselector, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .amountselectors .amountselector, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .amountselectors .amountselector, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .amountselectors .amountselector {
  line-height: 40px;
  vertical-align: middle;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .amountselectors .amountselector input, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .amountselectors .amountselector input, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .amountselectors .amountselector input, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .amountselectors .amountselector input {
  vertical-align: middle;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .amountselectors .amountselector label, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .amountselectors .amountselector label, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .amountselectors .amountselector label, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .amountselectors .amountselector label {
  vertical-align: middle;
  position: relative;
  top: 1.5px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .payment-method .title, .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .method-page .title, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .payment-method .title, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .method-page .title, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .payment-method .title, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .method-page .title, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .payment-method .title, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .method-page .title {
  font: 1em "Rutan-Bold";
  background: #000;
  color: #6ac4cf;
  line-height: 40px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .text, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .text, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .text, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .text {
  padding: 10px 10px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .text a, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .text a, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .text a, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .text a {
  font: 1em "Rutan-Medium";
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .subtitle, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .subtitle, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .subtitle, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .subtitle {
  font: 1em "Rutan-Bold";
  background: #f9ecde;
  color: #6ac4cf;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation input[name=amount-other-sum], .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation input[name=amount-other-sum], .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation input[name=amount-other-sum], .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation input[name=amount-other-sum] {
  font: 1em "Rutan-Bold";
  border: 1px solid #f9ecde;
  -webkit-appearance: none;
  border-radius: 0;
  width: 80px;
  box-sizing: border-box;
  outline: none;
  background: #fff;
  color: #0c0c0c;
  line-height: 25px;
  text-transform: none;
  text-align: left;
  font-size: 12px;
  padding: 0 6px;
  margin-left: 10px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation input[name=donation-name], .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation input[name=donation-email], .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation input[name=donation-name], .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation input[name=donation-email], .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation input[name=donation-name], .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation input[name=donation-email], .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation input[name=donation-name], .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation input[name=donation-email] {
  font: 1em "Rutan-Bold";
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  outline: none;
  background: #f9ecde;
  color: #6ac4cf;
  line-height: 40px;
  height: 40px;
  text-transform: none;
  margin-bottom: 15px;
  text-align: left;
  font-size: 12px;
  padding: 0 10px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation button, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation button, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation button, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation button {
  font: 1em "Rutan-Bold";
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  box-sizing: border-box;
  display: block;
  outline: none;
  background: #000;
  color: #6ac4cf;
  line-height: 40px;
  text-transform: none;
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  padding: 0 10px;
  cursor: pointer;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation p, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation p, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation p, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation p {
  margin-bottom: 15px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation h2, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation h2, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation h2, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation h2 {
  font: 1em "Rutan-Bold";
  font-size: 12px;
  color: #6ac4cf;
  margin-top: 20px;
  margin-bottom: 15px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .info, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .info, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .info, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .info {
  font: 1em "Rutan-Regular";
  font-size: 9px;
  text-align: center;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .thanks, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .thanks, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .thanks, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .thanks {
  padding-top: 200px;
  background: url("../img/thanks.png") no-repeat 50% 0%;
  background-size: 220px auto;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation [data-method=bank] .text p, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation [data-method=bank] .text p, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation [data-method=bank] .text p, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation [data-method=bank] .text p {
  margin-bottom: 30px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation [data-method=mobile] .text, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation [data-method=mobile] .text, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation [data-method=mobile] .text, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation [data-method=mobile] .text {
  background: url("../img/stores.png") no-repeat 90% 80%;
  background-size: 110px auto;
  padding-bottom: 0px;
}
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation [data-method=sms] .text, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation [data-method=sms] .text, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation [data-method=sms] .text, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation [data-method=sms] .text {
  background: url("../img/thanks.png") no-repeat 95% 60%;
  background-size: 220px auto;
  padding-bottom: 20px;
}
.section-primary[role=support-us] .partners, .section-primary[role=lahjoita] .partners {
  position: relative;
  padding: 30px 0;
  margin: 0 -40px;
  text-align: left;
}
.section-primary[role=support-us] .partners img, .section-primary[role=lahjoita] .partners img {
  max-width: none !important;
  width: auto !important;
  margin: 0 5px;
}
.section-primary[role=support-us] .partners.corporate, .section-primary[role=lahjoita] .partners.corporate {
  text-align: center;
}
.section-primary[role=support-us] .partners.corporate img, .section-primary[role=lahjoita] .partners.corporate img {
  margin: 0 20px;
}
.section-primary[role=support-us] .section-secondary[role=premium-donors-club], .section-primary[role=support-us] .section-secondary[role=premium-lahjoittajaklubi], .section-primary[role=lahjoita] .section-secondary[role=premium-donors-club], .section-primary[role=lahjoita] .section-secondary[role=premium-lahjoittajaklubi] {
  background: #f9ecde;
}
.section-primary[role=support-us] .section-secondary[role=premium-donors-club] .content-wrapper > .content .premiumdonors, .section-primary[role=support-us] .section-secondary[role=premium-lahjoittajaklubi] .content-wrapper > .content .premiumdonors, .section-primary[role=lahjoita] .section-secondary[role=premium-donors-club] .content-wrapper > .content .premiumdonors, .section-primary[role=lahjoita] .section-secondary[role=premium-lahjoittajaklubi] .content-wrapper > .content .premiumdonors {
  margin: 0 auto;
  width: 147px !important;
  height: auto !important;
}
.section-primary[role=support-us] .section-secondary[role=corporate-partnerships], .section-primary[role=support-us] .section-secondary[role=yrityskumppanuudet], .section-primary[role=lahjoita] .section-secondary[role=corporate-partnerships], .section-primary[role=lahjoita] .section-secondary[role=yrityskumppanuudet] {
  background: #f9ecde;
}
.section-primary[role=contact] .section-secondary[role=contact], .section-primary[role=contact] .section-secondary[role=yhteystiedot], .section-primary[role=yhteystiedot] .section-secondary[role=contact], .section-primary[role=yhteystiedot] .section-secondary[role=yhteystiedot] {
  background: #fff url("../img/wallpaper-map.png") no-repeat 50% 0;
  background-size: 100% auto;
}
.section-primary[role=contact] .section-secondary[role=staff], .section-primary[role=yhteystiedot] .section-secondary[role=staff] {
  background: #f9ecde;
}
.section-primary[role=contact] .section-secondary[role=staff] .share, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .share {
  padding-top: 20px;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .linebox-content, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .linebox-content {
  padding: 45px 5px;
  padding-bottom: 25px;
}
.section-primary[role=contact] .section-secondary[role=staff] .pane.one, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .pane.one {
  padding-right: 5px;
}
.section-primary[role=contact] .section-secondary[role=staff] .pane.two, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .pane.two {
  padding-left: 5px;
}
.section-primary[role=contact] .section-secondary[role=staff] a, .section-primary[role=yhteystiedot] .section-secondary[role=staff] a {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
}
.section-primary[role=contact] .section-secondary[role=staff] h2, .section-primary[role=yhteystiedot] .section-secondary[role=staff] h2 {
  font: 1em "Rutan-Bold";
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section-primary[role=contact] .section-secondary[role=staff] .person, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .person {
  font: 1em "Rutan-Medium";
  padding-left: 10px;
  padding-right: 10px;
}
.section-primary[role=contact] .section-secondary[role=staff] .person em, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .person em {
  font: 1em "Rutan-Light";
  font-style: normal;
}
.section-primary[role=contact] .section-secondary[role=staff] .person .more-info, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .person .more-info {
  font: 1em "Rutan-Light";
}
.section-primary[role=contact] .section-secondary[role=staff] .team, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team {
  font-size: 0;
  text-align: left;
  /*&.two {
    .team-member {
      width: 50%;
    }
  }

  &.three {
    .team-member {
      width: 33%;
    }
  }*/
}
.section-primary[role=contact] .section-secondary[role=staff] .team a.facebook, .section-primary[role=contact] .section-secondary[role=staff] .team a.twitter, .section-primary[role=contact] .section-secondary[role=staff] .team a.linkedin, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team a.facebook, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team a.twitter, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team a.linkedin {
  font-size: 0 !important;
  text-decoration: none !important;
  padding: 0 5px;
  cursor: pointer;
}
.section-primary[role=contact] .section-secondary[role=staff] .team a.facebook:before, .section-primary[role=contact] .section-secondary[role=staff] .team a.twitter:before, .section-primary[role=contact] .section-secondary[role=staff] .team a.linkedin:before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team a.facebook:before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team a.twitter:before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team a.linkedin:before {
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
}
.section-primary[role=contact] .section-secondary[role=staff] .team a.facebook::before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team a.facebook::before {
  content: "\f09a";
}
.section-primary[role=contact] .section-secondary[role=staff] .team a.twitter::before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team a.twitter::before {
  content: "\f099";
}
.section-primary[role=contact] .section-secondary[role=staff] .team a.linkedin::before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team a.linkedin::before {
  content: "\f0e1";
}
.section-primary[role=contact] .section-secondary[role=staff] .team h2, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team h2 {
  text-align: center;
  color: #6ac4cf;
}
.section-primary[role=contact] .section-secondary[role=staff] .team.advisers h2, .section-primary[role=contact] .section-secondary[role=staff] .team.hide-title h2, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team.advisers h2, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team.hide-title h2 {
  display: none;
}
.section-primary[role=contact] .section-secondary[role=staff] .team .team-member, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team .team-member {
  position: relative;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
}
.section-primary[role=contact] .section-secondary[role=staff] .team .team-member.has-opener, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team .team-member.has-opener {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-primary[role=contact] .section-secondary[role=staff] .team .team-member.has-opener .opener, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team .team-member.has-opener .opener {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 40px;
  height: 40px;
  background: url("../img/person-more.png") no-repeat 0 0;
  background-size: 40px 80px;
  margin-left: -20px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.section-primary[role=contact] .section-secondary[role=staff] .team .team-member.has-opener.open .opener, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team .team-member.has-opener.open .opener {
  background-position: 0 -40px;
}
.section-primary[role=contact] .section-secondary[role=staff] .team .team-member .more-info, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team .team-member .more-info {
  position: relative;
  padding-top: 15px;
  margin-bottom: -20px;
}
.section-primary[role=contact] .section-secondary[role=staff] .team .team-member .more-info a, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team .team-member .more-info a {
  font: 1em "Rutan-Bold";
  text-decoration: none;
  color: #6ac4cf;
}
.section-primary[role=contact] .section-secondary[role=staff] .team .team-member .more-info a:hover, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team .team-member .more-info a:hover {
  text-decoration: underline;
}
.section-primary[role=contact] .section-secondary[role=staff] .team .team-member .more-info strong, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team .team-member .more-info strong {
  font: 1em "Rutan-DemiBold";
}
.section-primary[role=contact] .section-secondary[role=staff] .team .team-member .more-info em, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team .team-member .more-info em {
  font: 1em "Rutan-Medium";
  font-style: normal;
}
.section-primary[role=contact] .section-secondary[role=staff] .team .team-member .more-info p, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team .team-member .more-info p {
  margin-bottom: 15px;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper:before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0px;
  height: 1px;
  border-top: 1px solid #6ac4cf;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper.last:after, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper.last:after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0px;
  height: 1px;
  border-bottom: 1px solid #6ac4cf;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper.first, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper.first {
  margin-top: 40px;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper.first .linebox-content, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper.first .linebox-content {
  padding-bottom: 5px;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper.first .panes, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper.first .panes {
  padding-top: 30px;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-1 .column-1:before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-1 .column-1:before {
  top: 45px;
  bottom: 45px;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-1 .column-1:after, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-1 .column-1:after {
  top: 45px;
  bottom: 45px;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-1 .column-1 .linebox-extra:before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-1 .column-1 .linebox-extra:before {
  display: none;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-1 .column-1 .linebox-extra:after, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-1 .column-1 .linebox-extra:after {
  display: none;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-1:before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-1:before {
  top: 45px;
  bottom: 45px;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-1:after, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-1:after {
  top: 45px;
  bottom: 45px;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-1 .linebox-extra:before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-1 .linebox-extra:before {
  display: none;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-1 .linebox-extra:after, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-1 .linebox-extra:after {
  display: none;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-2:before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-2:before {
  display: none;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-2:after, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-2:after {
  top: 45px;
  bottom: 45px;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-2 .linebox-extra:before, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-2 .linebox-extra:before {
  display: none;
}
.section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-2 .linebox-extra:after, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes.columns-2 .column-2 .linebox-extra:after {
  display: none;
}
.section-primary[role=contact] .section-secondary[role=media], .section-primary[role=yhteystiedot] .section-secondary[role=media] {
  background: #f9ecde;
}
.section-primary[role=contact] .section-secondary[role=media] em, .section-primary[role=yhteystiedot] .section-secondary[role=media] em {
  font: 1em "Rutan-Medium";
  font-size: 14px;
}
.section-primary[role=contact] .section-secondary[role=media] a, .section-primary[role=yhteystiedot] .section-secondary[role=media] a {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
}
.section-primary[role=contact] .section-secondary[role=media] .single-photo, .section-primary[role=yhteystiedot] .section-secondary[role=media] .single-photo {
  font: 1em "Rutan-Medium";
  font-size: 13px;
  padding: 0 4px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.section-primary[role=contact] .section-secondary[role=media] .single-photo img, .section-primary[role=yhteystiedot] .section-secondary[role=media] .single-photo img {
  margin-bottom: 10px;
  max-width: 300px;
}
.section-primary[role=contact] .section-secondary[role=media] .single-photo a, .section-primary[role=yhteystiedot] .section-secondary[role=media] .single-photo a {
  text-transform: uppercase;
}
.section-primary[role=contact] .section-secondary[role=media] .logo-area .panes, .section-primary[role=yhteystiedot] .section-secondary[role=media] .logo-area .panes {
  position: relative;
  margin: 0 -40px;
  padding-top: 20px;
}
.section-primary[role=contact] .section-secondary[role=media] .logo-area .panes .pane, .section-primary[role=yhteystiedot] .section-secondary[role=media] .logo-area .panes .pane {
  font: 1em "Rutan-Medium";
  font-size: 13px;
  padding: 0 4px;
  padding-bottom: 20px;
}
.section-primary[role=contact] .section-secondary[role=media] .logo-area .panes .pane img, .section-primary[role=yhteystiedot] .section-secondary[role=media] .logo-area .panes .pane img {
  margin-bottom: 10px;
}
.section-primary[role=contact] .section-secondary[role=media] .logo-area .panes a, .section-primary[role=yhteystiedot] .section-secondary[role=media] .logo-area .panes a {
  text-transform: uppercase;
}
.section-primary[role=contact] .section-secondary[role=vacancies], .section-primary[role=contact] .section-secondary[role=avoimet-tyopaikat], .section-primary[role=yhteystiedot] .section-secondary[role=vacancies], .section-primary[role=yhteystiedot] .section-secondary[role=avoimet-tyopaikat] {
  background: #f9ecde;
}
.section-primary[role=contact] .section-secondary[role=vacancies] h2, .section-primary[role=contact] .section-secondary[role=avoimet-tyopaikat] h2, .section-primary[role=yhteystiedot] .section-secondary[role=vacancies] h2, .section-primary[role=yhteystiedot] .section-secondary[role=avoimet-tyopaikat] h2 {
  font: 1em "Rutan-Bold";
  font-size: 16px;
  text-transform: uppercase;
  color: #6ac4cf;
  margin-top: 50px;
  margin-bottom: 20px;
}

.section-primary[role=yhteystiedot] .section-secondary[role=yhteystiedot] h2, .section-primary[role=yhteystiedot] .section-secondary[role=yhteystiedot] h2 {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  margin-top: 0;
}
.section-primary[role=yhteystiedot] .section-secondary[role=yhteystiedot] .panes .pane.one, .section-primary[role=yhteystiedot] .section-secondary[role=yhteystiedot] .panes .pane.one {
  text-align: right;
  padding-right: 15px;
}
.section-primary[role=yhteystiedot] .section-secondary[role=yhteystiedot] .panes .pane.two, .section-primary[role=yhteystiedot] .section-secondary[role=yhteystiedot] .panes .pane.two {
  text-align: left;
  padding-left: 15px;
}
.section-primary[role=yhteystiedot] .section-secondary[role=yhteystiedot] .panes .pane.two a, .section-primary[role=yhteystiedot] .section-secondary[role=yhteystiedot] .panes .pane.two a {
  font: 1em "Rutan-Medium";
}

.section-primary[role=martti-ahtisaari] a {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
  text-decoration: none;
}
.section-primary[role=martti-ahtisaari] a:hover {
  text-decoration: underline;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about], .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] {
  background: #fff;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .organisations, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .organisations {
  margin-bottom: 20px;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .organisations strong, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .organisations strong {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .organisations a, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .organisations a {
  color: #6ac4cf;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.cv h2, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.cv h2 {
  font: 1em "Rutan-Bold";
  font-size: 16px;
  text-transform: uppercase;
  color: #6ac4cf;
  margin-bottom: 20px;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.cv strong, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.cv strong {
  font: 1em "Rutan-DemiBold";
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.cv em, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.cv em {
  font: 1em "Rutan-Bold";
  font-style: normal;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.cv p, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.cv p {
  margin-bottom: 25px;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.press-photos, .section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.lehdistokuvat, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.press-photos, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.lehdistokuvat {
  max-width: 950px;
  position: relative;
  margin: 0 -90px;
  padding: 0px 13px;
  padding-top: 80px;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.press-photos .photo-area, .section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.lehdistokuvat .photo-area, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.press-photos .photo-area, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.lehdistokuvat .photo-area {
  margin-bottom: 60px;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.press-photos .photo-area h2, .section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.lehdistokuvat .photo-area h2, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.press-photos .photo-area h2, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.lehdistokuvat .photo-area h2 {
  margin-bottom: 10px;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.press-photos .photo-area .pane, .section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.lehdistokuvat .photo-area .pane, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.press-photos .photo-area .pane, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.lehdistokuvat .photo-area .pane {
  font: 1em "Rutan-Medium";
  font-size: 13px;
  padding: 0 4px;
  padding-bottom: 20px;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.press-photos .photo-area .pane img, .section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.lehdistokuvat .photo-area .pane img, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.press-photos .photo-area .pane img, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.lehdistokuvat .photo-area .pane img {
  margin-bottom: 10px;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.press-photos .photo-area a, .section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.lehdistokuvat .photo-area a, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.press-photos .photo-area a, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.lehdistokuvat .photo-area a {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
  text-transform: uppercase;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=nobel-peace-prize], .section-primary[role=martti-ahtisaari] .section-secondary[role=nobelin-rauhanpalkinto] {
  background: #fff;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=nobel-peace-prize] a, .section-primary[role=martti-ahtisaari] .section-secondary[role=nobelin-rauhanpalkinto] a {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=contact], .section-primary[role=martti-ahtisaari] .section-secondary[role=yhteystiedot] {
  background: #fff;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=contact] em, .section-primary[role=martti-ahtisaari] .section-secondary[role=yhteystiedot] em {
  font: 1em "Rutan-Regular";
  font-style: normal;
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=contact] strong, .section-primary[role=martti-ahtisaari] .section-secondary[role=yhteystiedot] strong {
  font: 1em "Rutan-Medium";
}
.section-primary[role=martti-ahtisaari] .section-secondary[role=contact] h2, .section-primary[role=martti-ahtisaari] .section-secondary[role=yhteystiedot] h2 {
  font: 1em "Rutan-Bold";
  font-size: 16px;
  text-transform: uppercase;
  color: #6ac4cf;
  margin-bottom: 20px;
}

.related {
  border-top: 2px solid #0c0c0c;
  margin: 10px auto;
}
.related .related-title {
  font: 1em "Rutan-Bold";
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  padding: 30px 15px;
}
.related .panes .pane {
  margin-bottom: 20px;
}
.related .panes .pane.one {
  padding-right: 10px;
}
.related .panes .pane.two {
  padding-left: 10px;
}
.related .panes .pane .related-post {
  color: #fff;
  position: relative;
}
.related .panes .pane .related-post .thumbnail {
  display: block;
  position: relative;
  right: 0;
  padding-top: 61%;
  background: #6ac4cf url("../img/placeholder.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  z-index: 3;
}
.related .panes .pane .related-post .wrapper {
  padding-top: 10px;
  text-align: left;
}
.related .panes .pane .related-post .wrapper .title {
  font: 1em "Rutan-Bold";
  text-decoration: none;
  font-size: 14px;
  line-height: 1em;
  padding-right: 5px;
}
.related .panes .pane .related-post .wrapper .title:hover {
  text-decoration: underline;
}

.searchform {
  margin-bottom: 40px;
}
.searchform input[type=text] {
  font: 1em "Rutan-Light";
  -webkit-appearance: none;
  height: 25px;
  outline: none;
  border-radius: 0;
  background: transparent;
  border: 1px solid #0c0c0c;
  color: #0c0c0c;
  padding: 4px;
  padding-bottom: 2px;
  width: 100%;
  width: 160px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: bottom;
}
.searchform input[type=submit] {
  font: 1em "Rutan-Bold";
  vertical-align: bottom;
  height: 25px;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  width: 60px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  color: #0c0c0c;
  border: 1px solid #0c0c0c;
  padding: 4px;
  padding-bottom: 2px;
  box-sizing: border-box;
  font-size: 11px;
}
.searchform input[type=submit]:hover {
  background: #0c0c0c;
  color: #fff;
}

.frontpage-news-lifts {
  padding: 60px 50px;
  padding-bottom: 20px;
}
.frontpage-news-lifts > .wrapper {
  max-width: 1070px;
  margin: 0 auto;
  font-size: 0;
}
.frontpage-news-lifts > .wrapper h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font: 1em "Rutan-Bold";
  font-size: 30px;
  letter-spacing: 0.05em;
}
.frontpage-news-lifts > .wrapper .lifts {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 320px);
  color: #000;
}
.frontpage-news-lifts > .wrapper > .menu {
  display: inline-block;
  vertical-align: top;
  width: 320px;
  padding-left: 80px;
  box-sizing: border-box;
  font-size: 16px;
  position: relative;
  left: 0px;
  padding-top: 68px;
}
.frontpage-news-lifts > .wrapper > .menu li {
  display: block;
}
.frontpage-news-lifts > .wrapper > .menu .frontmenu--container {
  position: relative;
}
.frontpage-news-lifts > .wrapper > .menu .frontmenu--container:before {
  content: "";
  border-left: 2px solid #6ac4cf;
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  bottom: 0;
}
.frontpage-news-lifts > .wrapper > .menu .frontmenu--container > ul > li {
  text-transform: uppercase;
  font: 1em "Rutan-Bold";
}
.frontpage-news-lifts > .wrapper > .menu .frontmenu--container > ul > li > a {
  background: #6ac4cf;
  color: #fff;
  padding-left: 15px;
  line-height: 30px;
  display: block;
}
.frontpage-news-lifts > .wrapper > .menu .frontmenu--container > ul > li > ul > li {
  font-size: 16px;
  letter-spacing: 0;
  padding-left: 35px;
  padding-top: 15px;
  text-transform: none !important;
}
.frontpage-news-lifts > .wrapper > .menu .frontmenu--container > ul > li > ul > li > ul > li {
  padding-left: 15px;
  font: 1em "Rutan-Regular";
}
.frontpage-news-lifts.frontpage-lifts .liftbox:not(:first-child) .title {
  border-left: 2px solid #6ac4cf;
  padding: 5px 20px;
}

.liftboxes {
  text-align: left;
  position: relative;
  margin: 0 -12px;
}
.liftboxes h2 {
  margin: 0 12px;
}
.liftboxes .liftbox {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  box-sizing: border-box;
  padding: 0 12px;
  margin-bottom: 40px;
  text-align: left !important;
  text-decoration: none;
  /*&:first-child {
    width: 100%;
    margin-bottom: 50px;
    > .wrapper {
      .content {
        position: absolute;
        left: 35px;
        right: 35px;
        bottom: 22px;
        .title {
          font-size: 24px;
          line-height: 1.4em;
        }
      }
    }
  }*/
}
.liftboxes .liftbox > .wrapper {
  display: block;
  position: relative;
}
.liftboxes .liftbox > .wrapper .thumbnail {
  padding-top: 57%;
  font-size: 0;
  background: #6ac4cf url("../img/placeholder.png") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /*&:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.15);
    transition: opacity 0.4s;
    opacity: 1;
    z-index: 3;
  }*/
}
.liftboxes .liftbox > .wrapper .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%";
  z-index: 2;
}
.liftboxes .liftbox > .wrapper .content {
  position: relative;
  margin-top: 18px;
  color: #000;
  z-index: 5;
}
.liftboxes .liftbox > .wrapper .content .type {
  color: #fff;
  display: inline-block;
  padding: 0 16px;
  background: #6ac4cf;
  font: 1em "Rutan-Bold";
  font-size: 12px;
  line-height: 24px;
  padding-top: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.liftboxes .liftbox > .wrapper .content .title {
  font: 1em "Rutan-Bold";
  font-size: 16px;
  line-height: 1.4em;
}
.liftboxes .liftbox > .wrapper .content .excerpt {
  display: none;
  margin-top: 0.5em;
  font: 1em "Rutan-Bold";
  font-size: 14px;
  line-height: 1.4em;
}
.liftboxes .liftbox.publications > .wrapper .thumbnail {
  background: #f9ecde url("../img/publication.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100px auto;
}
.liftboxes .liftbox.publications > .wrapper .thumbnail:before {
  content: "";
  background: rgba(0, 0, 0, 0.08);
}
.liftboxes .liftbox:hover > .wrapper .thumbnail:before {
  content: "";
}

.liftrows .post {
  display: none;
}

.liftrows, .search {
  padding-top: 20px;
}
.liftrows .post, .search .post {
  margin-bottom: 20px;
}
.liftrows .post .title, .search .post .title {
  font: 1em "Rutan-Bold";
}
.liftrows .post.visible, .search .post.visible {
  display: block;
}

[role=show-more-rows] {
  display: inline-block;
  padding: 10px;
  color: #6ac4cf;
  font: 1em "Rutan-Bold";
  cursor: pointer;
}
[role=show-more-rows]:hover {
  text-decoration: underline;
}

body.home .liftboxes .liftbox:first-child {
  width: 100%;
  margin-bottom: 50px;
}
body.home .liftboxes .liftbox:first-child > .wrapper .content .title {
  font-size: 24px;
  line-height: 1.4em;
}
body.home .liftboxes .liftbox:first-child > .wrapper .content .excerpt {
  display: block;
}

.factbox {
  display: block;
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
  border: 1px solid #6ac4cf;
  width: 240px;
}
.factbox > .wrapper {
  padding: 20px 30px;
  padding-bottom: 10px;
  font: 1em "Rutan-DemiBold";
  font-size: 11px;
}
.factbox > .wrapper a {
  color: inherit;
}
.factbox > .wrapper h1 {
  color: #6ac4cf;
  font-size: 22px;
  margin-bottom: 13px;
  line-height: 1em;
}
.factbox > .wrapper p {
  margin-bottom: 1em;
  line-height: 1em;
}
.factbox > .wrapper p:empty {
  display: none;
}
.factbox.left {
  margin-left: 0;
  margin-right: 40px;
  float: left;
}

@media (max-width: 600px) {
  .factbox {
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
  }
  .factbox.left {
    float: none;
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* === MEDIA QUERIES */
@media (max-width: 960px) {
  .floater {
    display: none;
  }
}
@media (max-width: 720px) {
  .news-heading .logo {
    display: none;
  }
}
@media (min-aspect-ratio: 3/2) {
  .news-heading .logo {
    display: none;
  }
}
@media (min-width: 1000px) {
  .news-heading .logo {
    display: block !important;
  }
}
.cli-style-v2 .cli-bar-message {
  width: 90%;
}

@media (max-width: 600px) {
  .mc-banner {
    top: 50px !important;
    z-index: 650 !important;
  }

  #cookie-law-info-bar {
    padding: 15px 20px !important;
  }

  .cli-style-v2 .cli-bar-message {
    font-size: 12px;
    line-height: 1.2em;
  }

  .news-heading {
    position: relative;
    overflow: hidden;
    max-height: 100vh;
    margin-bottom: 30px;
    height: auto;
    min-height: 0;
  }
  .news-heading .background {
    position: relative;
    padding-top: 50%;
  }
  .news-heading .background::after {
    display: none;
  }
  .news-heading .logo {
    background: url("../img/cmi-header-blue.png") no-repeat 50% 50%;
    background-size: 100% auto;
  }
  .news-heading .wrapper .content {
    color: #000 !important;
  }
  .news-heading .wrapper .content .title, .news-heading .wrapper .content .excerpt, .news-heading .wrapper .content h2, .news-heading .wrapper .content p {
    text-shadow: none !important;
  }
  .news-heading .wrapper {
    position: relative;
    padding: 0 20px;
    padding-top: 15px;
    bottom: 0;
  }
  .news-heading .wrapper .content .type {
    font-size: 11px;
  }
  .news-heading .wrapper .content .title {
    font-size: 18px;
  }
  .news-heading .wrapper .content .excerpt {
    font-size: 14px;
  }
  .news-heading.lift-heading .background {
    padding-top: 100%;
  }
  .news-heading.lift-heading .wrapper {
    position: absolute;
    bottom: 0;
    top: 0%;
    transform: none;
  }
  .news-heading.lift-heading .wrapper .content {
    color: #fff !important;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .news-heading.lift-heading .wrapper .content h2 {
    font-size: 18px;
    text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px, rgba(0, 0, 0, 0.3) 0px 1px 8px !important;
  }
  .news-heading.lift-heading .wrapper .content p {
    font-size: 12px;
    text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px, rgba(0, 0, 0, 0.3) 0px 1px 6px !important;
  }
  .news-heading.lift-heading.dark .wrapper .content {
    color: #000 !important;
  }
  .news-heading.lift-heading.dark .wrapper .content .title, .news-heading.lift-heading.dark .wrapper .content .excerpt, .news-heading.lift-heading.dark .wrapper .content h2, .news-heading.lift-heading.dark .wrapper .content p {
    text-shadow: none !important;
  }

  .only-desktop {
    display: none !important;
  }

  .only-phone {
    display: initial !important;
  }

  .mobilefloater {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 700;
    top: 50px;
    font-size: 10px;
    left: 0;
    color: #fff;
    transform: translateY(-110%);
    transition: transform 0.4s;
  }
  .mobilefloater.visible {
    transform: translateY(0%);
  }
  .mobilefloater .box {
    font: 1em "Rutan-Bold";
    text-align: center;
    line-height: 35px;
    margin-bottom: 1px;
    background: #0c0c0c;
    text-transform: uppercase;
  }
  .mobilefloater .box a {
    color: #fff;
  }
  .mobilefloater .box.donate {
    background: #f1a595;
  }

  .section-primary[role=search] .content-wrapper {
    min-height: 0;
  }

  .section-primary[role=support-us] .section-secondary[role=donate], .section-primary[role=support-us] .section-secondary[role=lahjoita], .section-primary[role=lahjoita] .section-secondary[role=donate], .section-primary[role=lahjoita] .section-secondary[role=lahjoita] {
    padding-bottom: 0px !important;
  }

  img.alignleft {
    max-width: 100px;
    height: auto !important;
  }

  .filters {
    font-size: 8px !important;
    margin-bottom: 40px !important;
    text-align: center;
  }
  .filters .filter {
    display: inline-block !important;
    padding: 0 12px !important;
    height: 25px !important;
    line-height: 25px !important;
    border: none !important;
  }
  .filters .filter.active {
    color: #6ac4cf;
  }

  .frontpage-news-lifts {
    padding: 20px 20px;
  }
  .frontpage-news-lifts .lifts > h2 {
    display: none;
  }
  .frontpage-news-lifts .wrapper h2 {
    font-size: 20px;
  }

  .liftboxes {
    margin: 0 -10px;
  }
  .liftboxes .liftbox {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 50px;
  }
  .liftboxes .liftbox > .wrapper .content {
    padding-bottom: 0;
  }
  .liftboxes .liftbox > .wrapper .content .type {
    font-size: 10px;
    line-height: 24px;
  }
  .liftboxes .liftbox > .wrapper .content .title {
    font-size: 15px;
    line-height: 1.4em;
  }
  .liftboxes .liftbox > .wrapper .content .excerpt {
    font-size: 12px;
  }

  .liftrows .post {
    display: none;
  }

  .liftrows, .search {
    padding-top: 20px;
  }
  .liftrows .post, .search .post {
    margin-bottom: 20px;
  }
  .liftrows .post .title, .search .post .title {
    font: 1em "Rutan-Bold";
  }
  .liftrows .post.visible, .search .post.visible {
    display: block;
  }

  body.home .liftboxes .liftbox:first-child {
    width: 100%;
    margin-bottom: 50px;
  }
  body.home .liftboxes .liftbox:first-child > .wrapper .content .title {
    font-size: 15px;
    line-height: 1.4em;
  }

  #videocontainer .close {
    width: 40px;
    height: 40px;
    right: 5px;
    top: 5px;
    background-size: 30px 30px;
  }

  .related .related-title {
    font-size: 14px;
  }
  .related .panes .pane .related-post .wrapper .title {
    font-size: 15px;
  }

  .heading {
    /*
    h1 {
      width: 180px;
      margin-left: -90px;
      background-size: 180px auto;
    }

    h2 {
      width: 180px;
      margin-left: -90px;
      background-size: 180px auto;
    }*/
  }
  .heading h2 {
    font-size: 12px;
    margin-top: -6px;
  }
  .heading h1 {
    margin-left: -80px;
    margin-top: -100px;
  }
  .heading h1 img {
    width: 160px;
  }

  .hide-on-mobile {
    display: none;
  }

  section.about-us .section-secondary, section.tietoa-meista .section-secondary {
    padding-top: 0px;
  }

  #menu {
    position: fixed !important;
    top: 0 !important;
    margin-top: 0 !important;
    box-shadow: none;
    background-image: url("../img/menu-logo.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 50px;
    box-shadow: 0 2px 2px rgba(60, 74, 75, 0.1);
  }
  #menu .menu--container {
    display: none;
  }
  #menu .mobile {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  #menu .mobile a.home {
    width: 80px;
    margin-left: -40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 5px;
    z-index: 100;
  }
  #menu .mobile .burger {
    background: url("../img/burger.png") no-repeat 50% 50%;
    background-size: 20px 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 100;
  }
  #menu .mobile li > a {
    line-height: 40px;
    font-size: 14px;
  }
  #menu .mobile .menu--container, #menu .mobile .menu {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
    background: #6ac4cf;
    transform: translateY(-150%);
    transition: transform 0.4s;
  }
  #menu .mobile .menu--container > ul > li, #menu .mobile .menu > ul > li {
    width: 100%;
  }
  #menu .mobile .menu--container > ul > li > ul, #menu .mobile .menu > ul > li > ul {
    display: none;
  }
  #menu .mobile .menu--container > ul > li:hover, #menu .mobile .menu > ul > li:hover {
    background: transparent;
    color: #fff;
  }
  #menu .mobile .menu--container > ul > li:hover > a, #menu .mobile .menu > ul > li:hover > a {
    color: #fff;
  }
  #menu .mobile .menu--container > ul > li:hover ul.sub-menu, #menu .mobile .menu > ul > li:hover ul.sub-menu {
    display: none;
  }
  #menu .mobile .menu--container > ul > li.open, #menu .mobile .menu > ul > li.open {
    background: #f9ecde;
  }
  #menu .mobile .menu--container > ul > li.open > a, #menu .mobile .menu > ul > li.open > a {
    color: #000;
  }
  #menu .mobile .menu--container > ul > li.open ul.sub-menu, #menu .mobile .menu > ul > li.open ul.sub-menu {
    display: block;
    background: #f9ecde;
    position: relative;
    padding-top: 0;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 0 !important;
  }
  #menu .mobile .menu--container > ul > li.open ul.sub-menu > li, #menu .mobile .menu > ul > li.open ul.sub-menu > li {
    display: block;
  }
  #menu .mobile .menu--container > ul > li.open ul.sub-menu > li:hover, #menu .mobile .menu > ul > li.open ul.sub-menu > li:hover {
    background: #fff;
  }
  #menu .mobile .menu--container > ul > li.open ul.sub-menu > li:hover > a, #menu .mobile .menu > ul > li.open ul.sub-menu > li:hover > a {
    color: #6ac4cf;
  }
  #menu.open .mobile .menu--container, #menu.open .mobile .menu {
    transform: translateY(-1px);
  }

  .section-secondary .featured-image {
    display: none;
  }

  .root {
    padding-top: 50px;
  }

  body {
    font-size: 14px;
  }

  .panes .pane {
    float: none !important;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .content-wrapper.has-children {
    padding-top: 30px;
  }

  .content-wrapper {
    padding: 0 20px;
    padding-top: 75px !important;
  }
  .content-wrapper .content {
    padding-bottom: 40px;
  }
  .content-wrapper .content h1 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .content-wrapper .content h2 {
    font-size: 30px;
    line-height: 1em;
  }
  .content-wrapper .content pre {
    padding: 0;
  }
  .content-wrapper .content .pageselectors {
    font-size: 8px;
  }
  .content-wrapper .content .submenu {
    font-size: 8px;
  }
  .content-wrapper .content .filters {
    font-size: 8px;
  }
  .content-wrapper .content .wp-caption {
    font-size: 12px;
  }

  body.fi .content-wrapper > .content .pageselectors .selector {
    padding: 0 8px;
  }

  body.fi .section-secondary[role=regions-and-themes] .content-wrapper > .content .pageselectors, body.fi .section-secondary[role=alueet-ja-painopisteet] .content-wrapper > .content .pageselectors {
    font-size: 7px;
  }
  body.fi .section-secondary[role=regions-and-themes] .content-wrapper > .content .pageselectors .selector, body.fi .section-secondary[role=alueet-ja-painopisteet] .content-wrapper > .content .pageselectors .selector {
    width: 145px;
  }

  .quote-wrapper {
    padding: 0 !important;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .quote-wrapper .quote {
    font-size: 16px;
  }
  .quote-wrapper .author {
    font-size: 14px;
    margin-top: 15px;
  }

  .section-primary[role=about-us], .section-primary[role=tietoa-meista] {
    border-bottom: 20px solid #6ac4cf;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .linebox-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .linebox-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .linebox-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .linebox-wrapper {
    margin: 25px 0;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles {
    position: relative;
    height: auto;
    margin: 20px 0;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box {
    margin: 15px;
    width: auto;
    box-sizing: border-box;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box .box-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box .box-wrapper {
    position: static;
    display: block;
    padding: 20px;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box .box-wrapper .inner-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box .box-wrapper .inner-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box .box-wrapper .inner-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box .box-wrapper .inner-wrapper {
    position: static;
    top: 0;
    transform: none;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.mission, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.mission, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.mission, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.mission {
    position: static;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.mission .box-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.mission .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.mission .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.mission .box-wrapper {
    right: 0;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.vision, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.vision, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.vision, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.vision {
    position: static;
    left: 0;
    bottom: 0;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.vision .box-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.vision .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.vision .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.vision .box-wrapper {
    left: 0;
    right: 0;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.principles, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.principles, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.principles, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.principles {
    position: static;
    bottom: 0;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.principles .box-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.principles .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.principles .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.principles .box-wrapper {
    left: 0px;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.values, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.values, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.values, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.values {
    position: static;
    width: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .section-primary[role=about-us] .section-secondary[role=who-we-are] .boxes.principles .box.values .box-wrapper, .section-primary[role=about-us] .section-secondary[role=keita-me-olemme] .boxes.principles .box.values .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=who-we-are] .boxes.principles .box.values .box-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=keita-me-olemme] .boxes.principles .box.values .box-wrapper {
    left: 0;
  }
  .section-primary[role=about-us] .section-secondary[role=funding] .linebox-wrapper, .section-primary[role=about-us] .section-secondary[role=rahoitus] .linebox-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .linebox-wrapper, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .linebox-wrapper {
    margin-top: 0;
  }
  .section-primary[role=about-us] .section-secondary[role=funding] .linebox-wrapper .lineboxes, .section-primary[role=about-us] .section-secondary[role=rahoitus] .linebox-wrapper .lineboxes, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .linebox-wrapper .lineboxes, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .linebox-wrapper .lineboxes {
    display: none;
  }
  .section-primary[role=about-us] .section-secondary[role=funding] .linebox-wrapper .linebox-content, .section-primary[role=about-us] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .linebox-wrapper .linebox-content, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content {
    padding: 0;
  }
  .section-primary[role=about-us] .section-secondary[role=funding] .linebox-wrapper .linebox-content hr, .section-primary[role=about-us] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content hr, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .linebox-wrapper .linebox-content hr, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content hr {
    display: none;
  }
  .section-primary[role=about-us] .section-secondary[role=funding] .linebox-wrapper .linebox-content h3, .section-primary[role=about-us] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content h3, .section-primary[role=tietoa-meista] .section-secondary[role=funding] .linebox-wrapper .linebox-content h3, .section-primary[role=tietoa-meista] .section-secondary[role=rahoitus] .linebox-wrapper .linebox-content h3 {
    margin-top: 30px;
  }
  .section-primary[role=about-us] .section-secondary[role=decision-making] .single-decisiomaker, .section-primary[role=about-us] .section-secondary[role=paatoksenteko] .single-decisiomaker, .section-primary[role=tietoa-meista] .section-secondary[role=decision-making] .single-decisiomaker, .section-primary[role=tietoa-meista] .section-secondary[role=paatoksenteko] .single-decisiomaker {
    padding: 0;
  }

  .section-primary[role=our-work], .section-primary[role=tyomme] {
    border-bottom: 20px solid #6ac4cf;
  }
  .section-primary[role=our-work] .section-secondary[role=measuring-results] .linebox-wrapper, .section-primary[role=our-work] .section-secondary[role=tulosten-mittaaminen] .linebox-wrapper, .section-primary[role=tyomme] .section-secondary[role=measuring-results] .linebox-wrapper, .section-primary[role=tyomme] .section-secondary[role=tulosten-mittaaminen] .linebox-wrapper {
    margin: 30px 20px;
    margin-top: 30px;
  }
  .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-pages img.titleimage, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-pages img.titleimage, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-pages img.titleimage, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-pages img.titleimage {
    width: 170px !important;
    margin-bottom: 20px;
  }
  .section-primary[role=our-work] .section-secondary[role=regions-and-themes] .content-primary .primary-wrapper, .section-primary[role=our-work] .section-secondary[role=alueet-ja-painopisteet] .content-primary .primary-wrapper, .section-primary[role=tyomme] .section-secondary[role=regions-and-themes] .content-primary .primary-wrapper, .section-primary[role=tyomme] .section-secondary[role=alueet-ja-painopisteet] .content-primary .primary-wrapper {
    padding: 0 20px;
    padding-top: 0px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .section-primary[role=our-work] .slider .arrows .arrow, .section-primary[role=tyomme] .slider .arrows .arrow {
    display: none;
    background-size: 30px auto;
    background-position: 50% 50%;
    top: 220px;
    width: 40px;
    height: 40px;
  }
  .section-primary[role=our-work] .slider .arrows .arrow.left, .section-primary[role=tyomme] .slider .arrows .arrow.left {
    left: 20px;
  }
  .section-primary[role=our-work] .slider .arrows .arrow.right, .section-primary[role=tyomme] .slider .arrows .arrow.right {
    right: 20px;
  }

  .slider {
    width: 100%;
  }
  .slider .slideselectors .slideselector {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 9px;
    line-height: 1.5em;
    margin-bottom: 5px;
  }
  .slider .slidecontent .slide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .narrow-content {
    box-sizing: border-box;
    padding: 0 20px;
    width: 100% !important;
    padding-bottom: 40px !important;
  }

  footer .panes .pane.one {
    text-align: center;
  }
  footer .panes .pane.five {
    display: none;
  }
  footer .logo-cmi {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .section-secondary {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-primary[role=latest], .section-primary[role=ajankohtaista] {
    /*.section-secondary[role="news"], .section-secondary[role="uutiset"] {
      .content {
        .news-browser {
          margin: 0;

          .post .wrapper .text {
            font-size: 10px;

            .title {
              font-size: 15px;
              padding: 0 20px;
            }
          }

          .arrows .arrow {
            background-size: 30px auto;
            background-position: 50% 50%;
            top: -60px;
            width: 40px;
            height: 40px;
            &.left {
              left: 0px;
            }
            &.right {
              right: 0px;
            }
          }

          .panes {
            .pane {
              margin-bottom: 20px;
            }
          }

        }
      }
    }*/
    /*.section-secondary[role="campaigns-and-events"], .section-secondary[role="kampanjat-ja-tapahtumat"] {
      .content {
        .cae-browser {
          margin: 0;

          .cae .wrapper .text {
            font-size: 10px;

            .title {
              font-size: 15px;
              padding: 0 20px;
            }
          }

          .arrows .arrow {
            background-size: 30px auto;
            background-position: 50% 50%;
            top: -60px;
            width: 40px;
            height: 40px;
            &.left {
              left: 0px;
            }
            &.right {
              right: 0px;
            }
          }

          .panes {
            .pane {
              margin-bottom: 20px;
            }
          }

        }
      }
    }*/
  }
  .section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser {
    margin: 0;
  }
  .section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publications .wrapper .text, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publications .wrapper .text, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publications .wrapper .text, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publications .wrapper .text {
    font-size: 10px;
  }
  .section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .publications .wrapper .text .title, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .publications .wrapper .text .title, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .publications .wrapper .text .title, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .publications .wrapper .text .title {
    font-size: 15px;
    padding: 0 20px;
  }
  .section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .arrows .arrow, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .arrows .arrow, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .arrows .arrow, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .arrows .arrow {
    background-size: 30px auto;
    background-position: 50% 50%;
    top: -60px;
    width: 40px;
    height: 40px;
  }
  .section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .arrows .arrow.left, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .arrows .arrow.left, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .arrows .arrow.left, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .arrows .arrow.left {
    left: 0px;
  }
  .section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .arrows .arrow.right, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .arrows .arrow.right, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .arrows .arrow.right, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .arrows .arrow.right {
    right: 0px;
  }
  .section-primary[role=latest] .section-secondary[role=publications] .content .publications-browser .panes .pane, .section-primary[role=latest] .section-secondary[role=julkaisut] .content .publications-browser .panes .pane, .section-primary[role=ajankohtaista] .section-secondary[role=publications] .content .publications-browser .panes .pane, .section-primary[role=ajankohtaista] .section-secondary[role=julkaisut] .content .publications-browser .panes .pane {
    margin-bottom: 20px;
  }

  .section-primary[role=support-us] .partners, .section-primary[role=lahjoita] .partners {
    text-align: center !important;
  }
  .section-primary[role=support-us] .partners img, .section-primary[role=lahjoita] .partners img {
    margin: 0 !important;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table th, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table th, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table th, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table th {
    font-size: 15px;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table td, .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table th, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table td, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table th, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table td, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table th, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table td, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table th {
    padding: 10px 5px;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table td strong, .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table th strong, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table td strong, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table th strong, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table td strong, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table th strong, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table td strong, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table th strong {
    font: 1em "Rutan-Light";
    color: #000;
    font-size: 13px;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table td strong::after, .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content table th strong::after, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table td strong::after, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content table th strong::after, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table td strong::after, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content table th strong::after, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table td strong::after, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content table th strong::after {
    padding: 5px;
    display: block;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation {
    padding: 15px 15px;
    font-size: 10px;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .thanks, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .thanks, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .thanks, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .thanks {
    padding-top: 220px;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation [data-method=mobile] .text, .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation [data-method=sms] .text, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation [data-method=mobile] .text, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation [data-method=sms] .text, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation [data-method=mobile] .text, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation [data-method=sms] .text, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation [data-method=mobile] .text, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation [data-method=sms] .text {
    background: #fff;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation br, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation br, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation br, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation br {
    display: none;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .title, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .title, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .title, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .title {
    line-height: 30px;
    font-size: 10px;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .subtitle, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .subtitle, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .subtitle, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .subtitle {
    line-height: 30px;
    font-size: 10px;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors {
    padding: 0 10px;
    padding-bottom: 10px;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors .checkselector, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors .checkselector, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors .checkselector, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors .checkselector {
    width: 100% !important;
    float: none;
    font-size: 13px;
    padding-bottom: 10px;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors .checkselector label, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors .checkselector label, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors .checkselector label, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors .checkselector label {
    padding-top: 2px;
  }
  .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .amountselectors .amountselector, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .amountselectors .amountselector, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .amountselectors .amountselector, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .amountselectors .amountselector {
    line-height: 25px;
  }

  .donor .picture {
    position: static;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .donor .textcontent {
    padding: 0;
    margin-bottom: 25px;
  }
  .donor .textcontent .text {
    font-size: 16px;
  }
  .donor.right .textcontent {
    text-align: right;
    padding: 0;
    margin-bottom: 25px;
  }

  .section-primary[role=contact], .section-primary[role=yhteystiedot] {
    border-bottom: 20px solid #6ac4cf;
  }
  .section-primary[role=contact] .section-secondary[role=contact] .panes .pane, .section-primary[role=contact] .section-secondary[role=yhteystiedot] .panes .pane, .section-primary[role=yhteystiedot] .section-secondary[role=contact] .panes .pane, .section-primary[role=yhteystiedot] .section-secondary[role=yhteystiedot] .panes .pane {
    text-align: center !important;
  }
  .section-primary[role=contact] .section-secondary[role=staff] .team, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .team {
    /*&.three {
      .team-member {
        width: 50%;
      }
    }*/
  }
  .section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper {
    margin-top: 0;
  }
  .section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .linebox-content, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .linebox-content {
    padding-top: 5px;
  }
  .section-primary[role=contact] .section-secondary[role=staff] .linebox-wrapper .lineboxes, .section-primary[role=yhteystiedot] .section-secondary[role=staff] .linebox-wrapper .lineboxes {
    display: none;
  }
  .section-primary[role=contact] .section-secondary[role=media] .logo-area .panes, .section-primary[role=yhteystiedot] .section-secondary[role=media] .logo-area .panes {
    margin: 0;
  }

  .section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.press-photos, .section-primary[role=martti-ahtisaari] .section-secondary[role=about] .page-wrapper.lehdistokuvat, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.press-photos, .section-primary[role=martti-ahtisaari] .section-secondary[role=tietoa] .page-wrapper.lehdistokuvat {
    margin: 0;
    padding: 0;
    padding-top: 80px;
  }
}
.vimeowrapper {
  background: #000;
  position: relative;
  margin-bottom: 20px;
}
.vimeowrapper .poster {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.vimeowrapper .poster:before {
  z-index: 11;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../img/play.png") no-repeat 0 0;
  background-size: 106px 106px;
  margin-left: -53px;
  margin-top: -53px;
  width: 106px;
  height: 106px;
}

.share .title {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 20px;
}
.share .social-items {
  padding-top: 10px;
  padding-bottom: 40px;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.share .social-items a {
  font-size: 0 !important;
  color: transparent;
  display: inline-block;
  margin: 0;
  margin-right: 8px;
  margin-left: 8px;
  background: #6ac4cf;
  width: 26px;
  height: 26px;
  border-radius: 50% 50%;
  position: relative;
  cursor: pointer;
}
.share .social-items a:before {
  display: block;
  position: absolute;
  left: 1px;
  right: 0;
  top: 5px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 15px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.share .social-items a.facebook:before {
  content: "\f09a";
}
.share .social-items a.twitter:before {
  content: "\f099";
}
.share .social-items a.vimeo:before {
  content: "\f27d";
}
.share .social-items a.instagram:before {
  content: "\f16d";
}
.share .social-items a.youtube:before {
  content: "\f167";
}
.share .social-items a.linkedin:before {
  content: "\f0e1";
}
.share .social-items a.email:before {
  content: "\f0e0";
}

#searchform label {
  display: none;
}

.content > .vacancies .item {
  display: block;
  margin-bottom: 30px;
  text-decoration: none !important;
  position: relative;
}
.content > .vacancies .item::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -16px;
  width: 100px;
  border-bottom: 1px solid #6ac4cf;
  transform: translateX(-50%);
}
.content > .vacancies .item:first-child::before {
  display: none;
}
.content > .vacancies .item:hover .title {
  text-decoration: underline;
}
.content > .vacancies .item span {
  display: block;
}
.content > .vacancies .item .title {
  text-transform: uppercase;
  font-family: "Rutan-Bold";
}
.content > .vacancies .item .time {
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8em;
}

/* === HELPER STYLES */
.panes .pane {
  box-sizing: border-box;
  float: left;
}
.panes.two .pane {
  width: 50%;
}
.panes.three .pane {
  width: 33.333%;
}
.panes.four .pane {
  width: 25%;
}
.panes.five .pane {
  width: 20%;
}
.panes.six .pane {
  width: 16.666%;
}

.cf:before, .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors:before, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors:before, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors:before, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors:before, .panes:before,
.cf:after,
.section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors:after,
.section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors:after,
.section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors:after,
.section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors:after,
.panes:after {
  content: " ";
  display: table;
}

.cf:after, .section-primary[role=support-us] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors:after, .section-primary[role=support-us] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors:after, .section-primary[role=lahjoita] .section-secondary[role=donate] .content-wrapper > .content .donation .checkselectors:after, .section-primary[role=lahjoita] .section-secondary[role=lahjoita] .content-wrapper > .content .donation .checkselectors:after, .panes:after {
  clear: both;
}

/* === ANIMATIONS */
.hoverscale {
  transition: transform 0.3s;
  transform: scale(1);
  -webkit-backface-visibility: hidden;
}

.hoverscale:hover {
  transform: scale(1.1);
}
/*# sourceMappingURL=main.css.map */
