@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;
}

.post-password-form {
  font: 1em "Rutan-Regular";
  text-align: center;
  padding: 100px 50px;
  padding-top: 150px;
}
.post-password-form p {
  margin-bottom: 1em;
}
.post-password-form input, .post-password-form button {
  padding: 5px 10px;
}

/*
  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;
  --app-height: 100vh;
}

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;
  overflow: auto;
  background: #6ac4cf;
  color: #fff;
}
#sitemap a.logo {
  margin: 0 auto;
  display: block;
  width: 10vw;
  height: 10vw;
  background: url("../img/cmi-header-white.png") no-repeat 50% 50%;
  background-size: 100% auto;
  z-index: 1400;
}
#sitemap .tools {
  position: absolute;
  top: 55px;
  right: 100px;
  font: 1em "Rutan-Bold";
  font-size: 1.1vw;
  transform: translateY(-50%);
  text-transform: uppercase;
}
#sitemap .tools a {
  display: inline-block;
  color: #fff;
  margin: 0 15px;
}
#sitemap .tools .search i {
  margin-right: 6px;
}
#sitemap .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 50px;
  text-align: center;
}
#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";
  line-height: 1.6em;
}

.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%;
}

body.home .root {
  padding-top: 50px;
}
body.home .mobilefloater {
  display: none !important;
}

.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;

    .menu--container {
      > ul {
        > li {
          &:hover {
            ul.sub-menu {
              padding-top: 0;
              padding-bottom: 50px;
              top: auto;
              bottom: 0;
            }
          }
        }
      }
    }

    &.sticky {
      margin-top: 0;
      position: fixed;
      top: 0 !important;

      .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;
}
@media screen and (max-width: 1060px) {
  #menu li > a {
    font-size: 12px;
  }
}
#menu .menu--container {
  width: 100%;
  font-size: 0;
}
#menu .menu--container > ul > li {
  white-space: nowrap;
  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.highlight {
  background: #f9ecde;
}
#menu .menu--container > ul > li.highlight > a {
  color: #000;
}
#menu .menu--container > ul > li:hover {
  background: #f9ecde;
}
#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;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 200px;
}
#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;
}
#menu .bar {
  color: #fff;
  display: flex;
  padding: 0 20px;
}
#menu .bar .logo {
  flex-shrink: 0;
  display: inline-block;
  width: 60px;
  height: 50px;
  background: url("../img/logo_menu.png") no-repeat 0% 50%;
  background-size: auto 50px;
  color: transparent;
  font-size: 0;
  text-indent: -9999em;
}
#menu .bar .open-sitemap {
  flex-shrink: 0;
  width: 35px;
  height: 50px;
  color: #fff;
  text-align: right;
  line-height: 50px;
}
#menu .bar .open-sitemap i {
  font-size: 20px;
  transform: translateY(-1px);
  vertical-align: middle;
}

.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;
  line-height: 1.6em;
}
.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;*/
  height: 36vw;
}
.news-heading .fullscreen-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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;
  display: none;
}
.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;
  box-sizing: border-box;
  font-size: 11px;
  color: #000 !important;
  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;
  line-height: 1.6em;
}
footer strong {
  line-height: 1.6em;
}
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: 0 4px;
  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: 120px 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;
}

.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;
}
.donation .share {
  padding-top: 20px;
}
.donation .cause-pages {
  margin-top: 5px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #f0f0f0;
  text-align: left;
}
.donation .cause-pages .cause-page {
  text-align: center;
}
.donation .cause-pages .cause-page p {
  font-size: 14px;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .donation .cause-pages .cause-page p {
    font-size: 12px;
  }
}
.donation .form-phase {
  padding: 25px;
  padding-top: 0;
}
.donation .checkselectors {
  font-size: 0;
}
.donation .checkselectors.causeselectors {
  display: block;
  padding: 25px;
}
.donation .checkselectors.causeselectors .checkselector {
  font-family: "Rutan-Medium" !important;
  margin-top: 10px;
  width: auto;
  font-weight: 600;
  white-space: nowrap;
  text-align: left !important;
  line-height: 1em;
  margin-bottom: 10px;
}
.donation .checkselectors.causeselectors .checkselector input {
  vertical-align: middle;
}
.donation .checkselectors.causeselectors .description {
  font-size: 16px;
  line-height: 1.6em;
}
.donation .checkselectors.amountselectors {
  padding: 25px;
  padding-bottom: 0;
}
.donation .checkselectors.methodselectors {
  text-align: left;
}
.donation .checkselectors.methodselectors .checkselector {
  width: 33.33%;
}
.donation .checkselectors .checkselector {
  font: 1em "Rutan-Bold";
  width: 25%;
  display: inline-block;
  font-size: 16px;
}
.donation .checkselectors .checkselector input {
  vertical-align: top;
}
.donation .checkselectors .checkselector label {
  padding-left: 10px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 1.1em;
}
.donation .gdpr {
  text-align: center;
  font: 1em "Rutan-Bold";
  padding-bottom: 10px;
  font-size: 14px;
}
.donation .methodselectors {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.donation .amountselectors {
  padding-bottom: 10px;
}
.donation .amountselectors .amountselector {
  line-height: 40px;
  vertical-align: middle;
}
.donation .amountselectors .amountselector input {
  vertical-align: middle;
}
.donation .amountselectors .amountselector label {
  vertical-align: middle;
}
.donation .payment-method .title, .donation .method-page .title, .donation .payment-cause .title {
  font: 1em "Rutan-Bold";
  background: #000;
  color: #6ac4cf;
  line-height: 40px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
}
.donation .text {
  padding: 10px 10px;
}
.donation .text a {
  font: 1em "Rutan-Medium";
}
.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;
}
.donation input[name=amount-other-sum], .donation input[name=company-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;
}
.donation .method-page > input[type=text], .donation .method-page > input[type=email], .donation .method-page > textarea, .donation .form-phase__hider > input[type=text], .donation .form-phase__hider > input[type=email], .donation .form-phase__hider > textarea {
  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;
}
.donation .method-page > textarea, .donation .form-phase__hider > textarea {
  height: 100px;
  resize: none;
}
.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;
}
.donation p {
  margin-bottom: 15px;
}
.donation h2 {
  font: 1em "Rutan-Bold";
  font-size: 12px;
  color: #6ac4cf;
  margin-top: 20px;
  margin-bottom: 15px;
}
.donation .info {
  font: 1em "Rutan-Regular";
  font-size: 9px;
  text-align: center;
}
.donation .thanks {
  padding-top: 200px;
  background: url("../img/thanks.png") no-repeat 50% 0%;
  background-size: 220px auto;
}
.donation [data-method=bank] .text p {
  margin-bottom: 30px;
}
.donation [data-method=mobile] .text {
  background: url("../img/stores.png") no-repeat 90% 80%;
  background-size: 110px auto;
  padding-bottom: 0px;
}
.donation [data-method=sms] .text {
  background: url("../img/thanks.png") no-repeat 95% 60%;
  background-size: 220px auto;
  padding-bottom: 20px;
}
.lift-popup-container {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  height: var(--app-height);
  padding: 60px;
  padding-top: 80px;
  box-sizing: border-box;
  overflow: scroll;
  z-index: 9999;
}
.lift-popup-container .lift-popup-content {
  margin: 0 auto;
  max-width: 640px;
  background-color: #fff;
  padding: 60px;
  position: relative;
  text-align: center;
  font-family: "Rutan-Regular";
}
.lift-popup-container .lift-popup-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url("../img/close.png") no-repeat 50% 50%;
  background-size: 20px auto;
  cursor: pointer;
}
.lift-popup-container .lift-popup-content p {
  margin-bottom: 1.5em;
}
.lift-popup-container .lift-popup-content p:empty {
  display: none;
}
.lift-popup-container .lift-popup-content h1 {
  font-family: freight-text-pro, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  margin-bottom: 1em;
}
.lift-popup-container .lift-popup-content h2 {
  font-size: 24px;
  line-height: 1.5em;
  font-family: "Rutan-Bold";
  font-weight: normal;
  margin-bottom: 1em;
}
.lift-popup-container .lift-popup-content h3 {
  font-family: "Rutan-Bold";
  font-weight: normal;
}
.lift-popup-container .lift-popup-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.8em;
}
.lift-popup-container .lift-popup-content strong {
  font-family: "Rutan-Bold";
  font-weight: normal;
}

.element-popup-lifts {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto;
  position: relative;
  margin: 40px -15px;
  padding: 15px;
}
.element-popup-lifts .items-container {
  position: relative;
  margin: 0 -15px;
}
.element-popup-lifts .items-container .item {
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
  color: #000000;
  white-space: normal;
  margin-bottom: 30px;
}
.element-popup-lifts .items-container .item > div {
  display: block;
  text-decoration: none !important;
  color: #000;
  padding: 26px;
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
  /*&::after {
    content: '';
    position: absolute;
    bottom: 28px;
    left: 50%;
    width: 45px;
    height: 15px;
    background: url('../img/arrow.svg') no-repeat 50% 50%;
    background-size: contain;

    transform: translateX(-50%);
  }*/
}
.element-popup-lifts .items-container .item > div .thumbnail {
  position: relative;
  padding-top: 87.7551020408%;
  margin-bottom: 30px;
}
.element-popup-lifts .items-container .item > div .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%;
}
.element-popup-lifts .items-container .item > div .title {
  font-size: 18px;
  font-family: "Rutan-DemiBold";
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
.element-popup-lifts .items-container .item > div[role=open-lift-popup]:hover {
  cursor: pointer;
}
.element-popup-lifts .items-container .item > div[role=open-lift-popup]:hover .title {
  text-decoration: underline;
}
.element-popup-lifts > .wrapper {
  margin: 0 auto;
}
.element-popup-lifts > .wrapper h2 {
  margin-bottom: 40px;
}
.element-popup-lifts > .wrapper h2:first-child {
  margin-top: 0 !important;
}
.element-popup-lifts.logos .items-container .item > div {
  padding: 0px;
  box-shadow: none;
}
.element-popup-lifts.logos .items-container .item > div .thumbnail {
  padding-top: 73.4693877551%;
  margin-bottom: 20px;
}
.element-popup-lifts.logos .items-container .item > div .thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
}

.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] .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;
  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;
  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.feature .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;
  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.upcoming-events > .wrapper .content .type {
  background: #f1a595;
}
.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: 700px) {
  .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: none !important;
  }
}
.cli-style-v2 .cli-bar-message {
  width: 90%;
}

.infobox {
  font: 1em "Rutan-DemiBold";
  border: 12px solid #6ac4cf;
  font-size: 16px;
  padding: 20px;
  margin: 3em 0;
}
.infobox h3 {
  font: 1em "Rutan-Bold";
  margin-bottom: 10px;
}
.infobox p:last-child {
  margin-bottom: 0;
}
.infobox a {
  font: 1em "Rutan-Bold";
  color: #6ac4cf;
}

@media (max-width: 600px) {
  .infobox {
    font-size: 14px;
  }
}
.esmes-carousel {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 66.6666666667%;
  overflow: hidden;
  --current-slide: 0;
  --width: 100%;
}
.esmes-carousel > .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.esmes-carousel > .wrapper > .items {
  height: 100%;
  white-space: nowrap;
  transform: translateX(calc(-1 * var(--current-slide) * var(--width)));
}
.esmes-carousel > .wrapper > .items > .item {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
.esmes-carousel > .wrapper > .items > .item > 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%;
}
.esmes-carousel.animate > .wrapper > .items {
  transition: transform 0.8s;
  transition-timing-function: cubic-bezier(0.75, 0.18, 0.1, 0.86);
}

.memories-container p:empty {
  display: none;
}
.memories-container .memories-form-container {
  margin: 3em 0;
  padding: 30px;
  border: none;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}
.memories-container .memories-form-container form fieldset {
  outline: 0;
  border: none;
  margin-bottom: 1em;
}
.memories-container .memories-form-container form fieldset .custom-file input {
  display: none;
}
.memories-container .memories-form-container form fieldset .custom-file label {
  font: 1em "Rutan-Regular";
  display: inline-block;
  padding: 4px 12px;
  cursor: pointer;
  font: 1em "Rutan-Bold";
  font-size: 12px !important;
  background-color: #002138;
  color: #fff;
  /*&:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }*/
}
.memories-container .memories-form-container form fieldset.submit {
  text-align: center;
}
.memories-container .memories-form-container form fieldset label {
  display: block;
  font: 1em "Rutan-DemiBold";
}
.memories-container .memories-form-container form fieldset input[type=text], .memories-container .memories-form-container form fieldset input[type=email], .memories-container .memories-form-container form fieldset textarea {
  font: 1em "Rutan-Regular";
  border: 1px solid #aaa;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  resize: none;
  padding: 4px 8px;
  box-sizing: border-box;
  font-size: 14px;
}
.memories-container .memories-form-container form fieldset textarea {
  height: 150px;
}
.memories-container .memories-form-container form fieldset button {
  font: 1em "Rutan-Bold";
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background-color: #002138;
  padding: 8px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font: 1em "Rutan-Bold" !important;
  font-size: 12px !important;
  margin-top: 1.5em;
  border: none;
}
.memories-container .memories-form-container .memories-form-thanks {
  text-align: center;
}
.memories-container .memories-form-container .memories-form-thanks .dark-button {
  margin-bottom: 2em;
}
.memories-container .memories-form-container h2 {
  text-align: center;
  margin-top: 0;
}
.memories-container .memories .memory {
  background-color: #f0f0f0;
  margin-bottom: 2em;
  padding: 20px;
}
.memories-container .memories .memory img {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 0.8em;
}
.memories-container .memories .memory.highlight {
  background-color: #002138;
  font: 1em "Rutan-DemiBold";
  color: #fff;
}
.memories-container .memories .memory.hidden {
  display: none;
}
.memories-container .memories .more .button {
  color: #000;
  border: 1px solid #000;
}

body.page-template-page-memories .section-primary {
  background-color: #002138;
}
body.page-template-page-memories .floater {
  display: none !important;
}
body.page-template-page-memories .infobox {
  border-color: #002138;
}
body.page-template-page-memories .infobox a {
  color: #000;
}
body.page-template-page-memories a.dark-button {
  background-color: #002138 !important;
}
body.page-template-page-memories .content-wrapper > .content h2 {
  letter-spacing: 0;
}

body.page-template-template-modular-campaign .card-popup-container {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  height: var(--app-height);
  padding: 60px;
  padding-top: 80px;
  box-sizing: border-box;
  overflow: scroll;
  z-index: 9999;
}
body.page-template-template-modular-campaign .card-popup-container .card-popup-content {
  margin: 0 auto;
  max-width: 640px;
  background-color: #fff;
  padding: 60px;
  position: relative;
  text-align: center;
  font-family: "Rutan-Regular";
}
body.page-template-template-modular-campaign .card-popup-container .card-popup-content .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: url("../img/close.png") no-repeat 50% 50%;
  background-size: 20px auto;
  cursor: pointer;
}
body.page-template-template-modular-campaign .card-popup-container .card-popup-content p {
  margin-bottom: 1.5em;
}
body.page-template-template-modular-campaign .card-popup-container .card-popup-content p:empty {
  display: none;
}
body.page-template-template-modular-campaign .card-popup-container .card-popup-content h1 {
  font-family: freight-text-pro, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 50px;
  margin-bottom: 1em;
}
body.page-template-template-modular-campaign .card-popup-container .card-popup-content h2 {
  font-size: 24px;
  line-height: 1.5em;
  font-family: "Rutan-Bold";
  font-weight: normal;
  margin-bottom: 1em;
}
body.page-template-template-modular-campaign .card-popup-container .card-popup-content h3 {
  font-family: "Rutan-Bold";
  font-weight: normal;
}
body.page-template-template-modular-campaign .card-popup-container .card-popup-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 0.8em;
}
body.page-template-template-modular-campaign .card-popup-container .card-popup-content strong {
  font-family: "Rutan-Bold";
  font-weight: normal;
}
body.page-template-template-modular-campaign .elements {
  margin: 0 auto;
  max-width: 970px;
  padding: 0 20px;
  text-align: center;
  font: 1em "Rutan-Regular";
  font-size: 16px;
}
body.page-template-template-modular-campaign .elements .element.content {
  margin: 60px 0;
}
body.page-template-template-modular-campaign .elements .element.content .wrapper {
  max-width: 705px;
  margin: 0 auto;
}
body.page-template-template-modular-campaign .elements .element.content .wrapper p {
  margin-bottom: 1.4em;
}
body.page-template-template-modular-campaign .elements .element.content .dark-button {
  background-color: #6ac4cf;
  color: #000;
  text-transform: none;
  font-size: 18px !important;
  padding: 12px 28px;
  font-family: "Rutan-DemiBold" !important;
}
body.page-template-template-modular-campaign .elements .element.content:first-child {
  padding-top: 60px;
}
body.page-template-template-modular-campaign .elements .element.content:first-child h2 {
  letter-spacing: 0.1em;
}
body.page-template-template-modular-campaign .elements .element.content:last-child {
  padding-bottom: 60px;
}
body.page-template-template-modular-campaign .elements .element.content:last-child .wrapper {
  max-width: 610px;
}
body.page-template-template-modular-campaign .elements .element.black-infobox {
  margin: 60px 0;
  padding: 60px;
  background-color: #000;
  color: #fff;
}
body.page-template-template-modular-campaign .elements .element.black-infobox .wrapper {
  font-size: 20px;
  line-height: 38px;
}
body.page-template-template-modular-campaign .elements .element-card-carousel {
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  position: relative;
  margin: 60px -15px;
  padding: 15px;
}
body.page-template-template-modular-campaign .elements .element-card-carousel .items-container {
  position: relative;
  margin: 0 -15px;
}
body.page-template-template-modular-campaign .elements .element-card-carousel .items-container .item {
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 15px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none !important;
  color: #000000;
  white-space: normal;
}
body.page-template-template-modular-campaign .elements .element-card-carousel .items-container .item > div {
  display: block;
  cursor: pointer;
  text-decoration: none !important;
  color: #000;
  padding: 26px;
  padding-bottom: 60px;
  position: relative;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
}
body.page-template-template-modular-campaign .elements .element-card-carousel .items-container .item > div::after {
  content: "";
  position: absolute;
  bottom: 28px;
  left: 50%;
  width: 45px;
  height: 15px;
  background: url("../img/arrow.svg") no-repeat 50% 50%;
  background-size: contain;
  transform: translateX(-50%);
}
body.page-template-template-modular-campaign .elements .element-card-carousel .items-container .item > div .thumbnail {
  position: relative;
  padding-top: 87.7551020408%;
  margin-bottom: 30px;
}
body.page-template-template-modular-campaign .elements .element-card-carousel .items-container .item > div .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%;
}
body.page-template-template-modular-campaign .elements .element-card-carousel .items-container .item > div .title {
  font-size: 18px;
  font-family: "Rutan-DemiBold";
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 0.4em;
}
body.page-template-template-modular-campaign .elements .element-card-carousel .items-container .item > div:hover .title {
  text-decoration: underline;
}
body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper {
  margin: 0 auto;
}
body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper h2 {
  margin-bottom: 40px;
}
body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel {
  --item-width: 0;
  --current-item: 0;
  position: relative;
}
body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel .controllers {
  padding-top: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}
body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel .controllers:empty {
  display: none;
}
body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel .controllers .controller {
  display: inline-block;
  width: 20px;
  height: 40px;
  position: relative;
}
body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel .controllers .controller::after {
  content: "";
  background-color: #808080;
  transition: background-color 0.3s;
  border-radius: 50% 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel .controllers .controller.active {
  pointer-events: none;
}
body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel .controllers .controller.active::after {
  background-color: #000;
}
body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel .card-container {
  position: relative;
}
body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel .card-container .items-container {
  white-space: nowrap;
  transition: transform 0.3s;
  transform: translateX(calc(-1 * var(--current-item) * var(--item-width)));
}
body.page-template-template-modular-campaign .elements .element.numbers {
  margin: 80px 0;
}
body.page-template-template-modular-campaign .elements .element.numbers .wrapper {
  background-color: #f2f2f2;
}
body.page-template-template-modular-campaign .elements .element.numbers .wrapper .content {
  margin: 0 auto;
  max-width: 600px;
  font-size: 16px;
  padding: 20px;
}
body.page-template-template-modular-campaign .elements .element.numbers .wrapper .content p {
  margin-bottom: 1.4em;
}
body.page-template-template-modular-campaign .elements .element.numbers .wrapper .numbers {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  padding-top: 0;
}
body.page-template-template-modular-campaign .elements .element.numbers .wrapper .numbers .number {
  box-sizing: border-box;
  max-width: 33.3%;
  min-width: 33.3%;
  padding: 20px;
}
body.page-template-template-modular-campaign .elements .element.numbers .wrapper .numbers .number strong {
  font-size: 32px;
}
body.page-template-template-modular-campaign .elements .element.numbers .wrapper h2 {
  background-color: #000;
  color: #fff;
  line-height: 90px;
}
body.page-template-template-modular-campaign .elements h1 {
  font-family: freight-text-pro, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 100px;
}
body.page-template-template-modular-campaign .elements h2 {
  font-size: 32px;
  line-height: 38px;
  font-family: "Rutan-Bold";
  font-weight: normal;
  margin-bottom: 0.8em;
}
body.page-template-template-modular-campaign .elements h3 {
  font-family: "Rutan-Bold";
  font-weight: normal;
}
body.page-template-template-modular-campaign .elements img {
  max-width: 100%;
  height: auto;
}
body.page-template-template-modular-campaign .elements strong {
  font-family: "Rutan-Bold";
  font-weight: normal;
}

body.page-template-template-modular-campaign.card-popup-open {
  overflow: hidden;
}
body.page-template-template-modular-campaign.card-popup-open .card-popup-container {
  display: block;
}

body.lift-popup-open {
  overflow: hidden;
}
body.lift-popup-open .lift-popup-container {
  display: block;
}

@media (max-width: 700px) {
  .lift-popup-container {
    padding: 15px;
    padding-top: 60px;
  }
  .lift-popup-container .lift-popup-content {
    padding: 15px;
    padding-top: 50px;
  }
  .lift-popup-container .lift-popup-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url("../img/close.png") no-repeat 50% 50%;
    background-size: 20px auto;
    cursor: pointer;
  }
  .lift-popup-container .lift-popup-content p {
    margin-bottom: 1.5em;
  }
  .lift-popup-container .lift-popup-content p:empty {
    display: none;
  }
  .lift-popup-container .lift-popup-content h1 {
    font-size: 30px;
  }
  .lift-popup-container .lift-popup-content h2 {
    font-size: 24px;
  }
  .lift-popup-container .lift-popup-content img {
    margin-bottom: 0.5em;
  }

  .element-popup-lifts {
    margin: 40px -15px;
    margin-bottom: 20px;
    padding: 15px;
  }
  .element-popup-lifts .wrapper {
    overflow: visible;
    position: relative;
  }
  .element-popup-lifts .wrapper::after {
    content: "";
    position: absolute;
    background-color: #fff;
    left: -15px;
    right: -15px;
    bottom: 0;
    height: 20px;
  }
  .element-popup-lifts .items-container {
    position: relative;
    margin: 0;
    padding: 20px 0;
    padding-bottom: 40px;
  }
  .element-popup-lifts .items-container .item {
    width: 90%;
    padding: 0 15px;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .element-popup-lifts .items-container .item > div {
    padding: 15px;
    position: relative;
  }
  .element-popup-lifts .items-container .item > div .thumbnail {
    position: relative;
    padding-top: 87.7551020408%;
    margin-bottom: 20px;
  }
  .element-popup-lifts .items-container .item > div .title {
    font-size: 15px;
  }
  .element-popup-lifts > .wrapper {
    margin: 0 auto;
  }
  .element-popup-lifts.logos .items-container .item {
    width: 50%;
  }
  .element-popup-lifts.logos .items-container .item > div {
    padding: 0px;
    box-shadow: none;
  }
  .element-popup-lifts.logos .items-container .item > div .thumbnail {
    padding-top: 73.4693877551%;
    margin-bottom: 10px;
  }
  .element-popup-lifts.logos .items-container .item > div .thumbnail img {
    -o-object-fit: contain;
       object-fit: contain;
  }

  body.page-template-template-modular-campaign .card-popup-container {
    padding: 15px;
    padding-top: 60px;
  }
  body.page-template-template-modular-campaign .card-popup-container .card-popup-content {
    padding: 15px;
    padding-top: 40px;
  }
  body.page-template-template-modular-campaign .card-popup-container .card-popup-content .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url("../img/close.png") no-repeat 50% 50%;
    background-size: 20px auto;
    cursor: pointer;
  }
  body.page-template-template-modular-campaign .card-popup-container .card-popup-content p {
    margin-bottom: 1.5em;
  }
  body.page-template-template-modular-campaign .card-popup-container .card-popup-content p:empty {
    display: none;
  }
  body.page-template-template-modular-campaign .card-popup-container .card-popup-content h1 {
    font-size: 30px;
  }
  body.page-template-template-modular-campaign .card-popup-container .card-popup-content h2 {
    font-size: 24px;
  }
  body.page-template-template-modular-campaign .card-popup-container .card-popup-content img {
    margin-bottom: 0.5em;
  }
  body.page-template-template-modular-campaign .elements {
    padding: 0 15px;
  }
  body.page-template-template-modular-campaign .elements .element.content {
    margin: 40px 0;
  }
  body.page-template-template-modular-campaign .elements .element.content br {
    display: none;
  }
  body.page-template-template-modular-campaign .elements .element.content .dark-button {
    font-size: 16px !important;
  }
  body.page-template-template-modular-campaign .elements .element.content:first-child {
    padding-top: 40px;
  }
  body.page-template-template-modular-campaign .elements .element.content:last-child {
    padding-bottom: 40px;
    /*p:last-child br {
      display: initial;
      margin-bottom: 20px;
    }*/
  }
  body.page-template-template-modular-campaign .elements .element.black-infobox {
    margin: 40px 0;
    padding: 40px 20px;
  }
  body.page-template-template-modular-campaign .elements .element.black-infobox .wrapper {
    font-size: 14px;
    line-height: 1.2em;
  }
  body.page-template-template-modular-campaign .elements .element.black-infobox .wrapper p {
    margin-bottom: 1em;
  }
  body.page-template-template-modular-campaign .elements .element.black-infobox .wrapper p:last-child {
    margin-bottom: 0;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel {
    overflow: hidden;
    margin: 40px -15px;
    margin-bottom: 20px;
    padding: 15px;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel .wrapper {
    overflow: visible;
    position: relative;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel .wrapper::after {
    content: "";
    position: absolute;
    background-color: #fff;
    left: -15px;
    right: -15px;
    bottom: 0;
    height: 20px;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel .items-container {
    position: relative;
    margin: 0;
    padding: 20px 0;
    overflow: scroll;
    padding-bottom: 40px;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel .items-container .item {
    width: 80%;
    padding: 0 15px;
    font-size: 14px;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel .items-container .item > div {
    padding: 15px;
    padding-bottom: 40px;
    position: relative;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel .items-container .item > div::after {
    bottom: 18px;
    left: 50%;
    width: 40px;
    height: 15px;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel .items-container .item > div .thumbnail {
    position: relative;
    padding-top: 87.7551020408%;
    margin-bottom: 30px;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel .items-container .item > div .title {
    font-size: 16px;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper {
    margin: 0 auto;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper h2 {
    margin-bottom: 20px;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel {
    --item-width: 0;
    --current-item: 0;
    position: relative;
    margin: 0 -15px;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel .controllers {
    display: none;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel .card-container {
    position: relative;
  }
  body.page-template-template-modular-campaign .elements .element-card-carousel > .wrapper .card-carousel .card-container .items-container {
    transition: none;
    transform: none;
  }
  body.page-template-template-modular-campaign .elements .element.numbers {
    margin: 60px 0;
  }
  body.page-template-template-modular-campaign .elements .element.numbers .wrapper {
    font-size: 12px;
  }
  body.page-template-template-modular-campaign .elements .element.numbers .wrapper .numbers {
    padding: 10px 0;
    padding-top: 0;
  }
  body.page-template-template-modular-campaign .elements .element.numbers .wrapper .numbers .number {
    max-width: 50%;
    min-width: 50%;
    padding: 10px 8px;
  }
  body.page-template-template-modular-campaign .elements .element.numbers .wrapper .numbers .number strong {
    font-size: 24px;
  }
  body.page-template-template-modular-campaign .elements .element.numbers .wrapper h2 {
    line-height: 60px;
  }
  body.page-template-template-modular-campaign .elements h1 {
    font-size: 38px;
    margin-bottom: 0.2em;
  }
  body.page-template-template-modular-campaign .elements h2 {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 0.8em;
  }
  body.page-template-template-modular-campaign .elements h3 {
    font-family: "Rutan-Bold";
    font-weight: normal;
  }
  body.page-template-template-modular-campaign .elements img {
    max-width: 100%;
    height: auto;
  }
  body.page-template-template-modular-campaign .elements strong {
    font-family: "Rutan-Bold";
    font-weight: normal;
  }
}
@media (max-width: 700px) {
  .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;
    margin-bottom: 30px;
    min-height: 0;
  }
  .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%; //new heading
    }*/
  }
  .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.latest {
    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 .bar {
    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;
    transform: none;
    width: auto;
    min-width: 0px;
  }
  #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;
  }

  .donation {
    padding: 15px 15px;
    font-size: 10px;
  }
  .donation .cause-pages {
    margin-top: 0px;
  }
  .donation .thanks {
    padding-top: 220px;
  }
  .donation [data-method=mobile] .text, .donation [data-method=sms] .text {
    background: #fff;
  }
  .donation br {
    display: none;
  }
  .donation .title {
    line-height: 30px;
    font-size: 12px !important;
  }
  .donation .subtitle {
    line-height: 30px;
    font-size: 10px;
  }
  .donation .form-phase {
    padding: 0;
    padding-bottom: 15px;
  }
  .donation .checkselectors {
    padding: 0 10px;
    padding-bottom: 10px;
  }
  .donation .checkselectors.causeselectors {
    padding: 10px;
    padding-top: 0;
  }
  .donation .checkselectors.causeselectors .checkselector {
    margin-bottom: 0;
  }
  .donation .checkselectors.causeselectors .description {
    font-size: 13px;
  }
  .donation .checkselectors.amountselectors {
    padding: 10px;
    padding-top: 0;
  }
  .donation .checkselectors .checkselector {
    width: 100% !important;
    float: none;
    font-size: 12px;
    padding-bottom: 10px;
  }
  .donation .checkselectors .checkselector label {
    padding-top: 2px;
  }
  .donation .amountselectors .amountselector {
    line-height: 25px;
  }

  .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;
  }

  .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, .donation .checkselectors:before, .panes:before,
.cf:after,
.donation .checkselectors:after,
.panes:after {
  content: " ";
  display: table;
}

.cf:after, .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);
}

body.page-template-template-modular-donation-page .root .content-wrapper > .content {
  min-height: initial !important;
}
body.page-template-template-modular-donation-page .root h1 {
  font-size: 46px !important;
  line-height: 1em !important;
  margin-bottom: 40px !important;
  letter-spacing: 0;
}
body.page-template-template-modular-donation-page .root h2 {
  font-size: 24px !important;
  line-height: 1em !important;
  margin: 25px 0 !important;
}
@media (max-width: 700px) {
  body.page-template-template-modular-donation-page .root h1 {
    font-size: 22px !important;
    margin-bottom: 25px !important;
    word-break: break-word;
  }
  body.page-template-template-modular-donation-page .root h2 {
    font-size: 18px !important;
    margin-bottom: 20px !important;
    word-break: break-word;
  }
}
body.page-template-template-modular-donation-page .root footer {
  background-color: #006666;
  color: #fff;
}
body.page-template-template-modular-donation-page .root footer a {
  color: #fff;
}
body.page-template-template-modular-donation-page .root footer img {
  filter: invert(1);
}
body.page-template-template-modular-donation-page .root footer .newsletterbutton {
  border-color: #fff;
}
body.page-template-template-modular-donation-page .root footer .newsletterbutton:hover {
  border-color: #000;
}
body.page-template-template-modular-donation-page .root footer .social-items a {
  background: #fff;
}
body.page-template-template-modular-donation-page .root footer .social-items a::before {
  color: #006666;
}
body.page-template-template-modular-donation-page .root .dark-button {
  color: #000;
  border: 1px solid #000;
  background-color: transparent;
  line-height: 30px !important;
  height: auto;
  border-radius: 16px 16px;
  padding: 0 16px;
  margin: 0;
  margin-bottom: 15px;
  font-family: "Rutan-Regular" !important;
  text-decoration: none !important;
}
body.page-template-template-modular-donation-page .root .dark-button:hover {
  background-color: #000;
  color: #fff;
}
body.page-template-template-modular-donation-page .root .primary-wrapper {
  max-width: 1280px;
  padding: 0;
}
body.page-template-template-modular-donation-page .root .content-wrapper {
  padding: 0 !important;
}
body.page-template-template-modular-donation-page .root .element.full-width-picture {
  background-color: #FBF6F1;
}
body.page-template-template-modular-donation-page .root .element.full-width-picture img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-template-template-modular-donation-page .root .element.content {
  padding: 0 20px;
  padding-top: 70px !important;
  padding-bottom: 50px !important;
}
@media (max-width: 700px) {
  body.page-template-template-modular-donation-page .root .element.content {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
}
body.page-template-template-modular-donation-page .root .element.content .wrapper {
  max-width: 750px;
  margin: 0 auto;
}
body.page-template-template-modular-donation-page .root .donation-element {
  background-color: #FBF6F1;
  padding: 0 15px;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper {
  max-width: 750px;
  margin: 0 auto;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation {
  margin: 0 auto;
  max-width: 620px;
  background: none;
  border: none;
  padding: 50px 0;
  padding-bottom: 20px;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .thanks {
  padding-top: 0;
  background: transparent;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .payment-method .title, body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .method-page .title, body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .payment-cause .title {
  background-color: #006666;
  color: #fff;
  border-radius: 20px 20px;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .cause-pages {
  border: none;
  padding-top: 10px;
  padding-bottom: 20px;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .amountselectors .amountselector label {
  vertical-align: baseline;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .checkselectors .checkselector {
  font-family: "Rutan-Regular";
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .form-phase {
  margin: 20px 0;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation button {
  background-color: #006666;
  color: #fff;
  border-radius: 20px 20px;
  display: block;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
  min-width: 130px;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation button:hover {
  background-color: #000;
  color: #fff;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation input[type=text], body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation input[type=email], body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation textarea {
  border: 1px solid #f9ecde;
  background: #fff;
  color: #0c0c0c;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .newsletter strong {
  font-family: "Rutan-Regular";
  font-size: 14px;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .newsletter a {
  margin-top: 10px;
  font-family: "Rutan-Regular";
  text-transform: none;
  line-height: 22px;
  border-radius: 12px;
  padding: 0 20px;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .newsletter a:hover {
  color: #fff !important;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .share .title {
  color: #006666;
}
body.page-template-template-modular-donation-page .root .donation-element .wrapper .donation .share .social-items a {
  background-color: #006666;
}
body.page-template-template-modular-donation-page .root .element-popup-lifts {
  margin: 0;
  padding: 0 15px;
}
body.page-template-template-modular-donation-page .root .element-popup-lifts .lifts {
  margin: 0 -15px;
}
body.page-template-template-modular-donation-page .root .element-popup-lifts .item {
  text-align: center;
}
body.page-template-template-modular-donation-page .root .element-popup-lifts .item > div .title {
  font-family: "Rutan-Bold";
  text-transform: none;
}
body.page-template-template-modular-donation-page .root .element-popup-lifts .item > div .thumbnail {
  margin-bottom: 18px;
}
body.page-template-template-modular-donation-page .root .element-popup-lifts.cards {
  background-color: #FBF6F1;
}
body.page-template-template-modular-donation-page .root .element-popup-lifts.cards .item > div {
  background-color: #fff;
  border-radius: 13px;
}
body.page-template-template-modular-donation-page .root .element-popup-lifts.cards .item > div .title {
  font-family: "Rutan-Bold";
  text-transform: none;
}
body.page-template-template-modular-donation-page .root .element-popup-lifts.cards .item > div .thumbnail {
  margin-bottom: 18px;
}
body.page-template-template-modular-donation-page .root .element-popup-lifts .wrapper {
  max-width: 750px;
  margin: 0 auto;
  background: transparent !important;
  box-shadow: none !important;
  padding-top: 65px !important;
  padding-bottom: 50px !important;
}
body.page-template-template-modular-donation-page .root .element-popup-lifts .wrapper .content {
  padding-bottom: 40px !important;
}
body.page-template-template-modular-donation-page .root .element-popup-lifts .wrapper .content:empty {
  display: none;
}
@media (max-width: 700px) {
  body.page-template-template-modular-donation-page .root .element-popup-lifts .wrapper {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
  body.page-template-template-modular-donation-page .root .element-popup-lifts .wrapper .content {
    padding-bottom: 20px !important;
  }
  body.page-template-template-modular-donation-page .root .element-popup-lifts .wrapper::after {
    display: none;
  }
}
@media (max-width: 700px) {
  body.page-template-template-modular-donation-page .root .element-popup-lifts .lifts {
    position: relative;
  }
  body.page-template-template-modular-donation-page .root .element-popup-lifts .items-container {
    margin: 0;
    text-align: center;
  }
}
/*# sourceMappingURL=main.css.map */
