@charset "UTF-8";
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

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

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.icon-twitter {
    width: .9285703301429749em
}

.icon-facebook {
    width: .5881709158420563em
}

.icon-google-plus {
    width: 1.2857149516544268em
}

.icon-linkedin {
    width: .8571429451305903em
}

.icon-youtube {
    width: .8571435324847698em
}

.icon-slideshare {
    width: 1.000006040558219em
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

embed,
img,
object,
video {
    max-width: 100%;
    height: auto
}

body {
    color: #4d4c4c;
    font-family: Lato, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 87.5%
}

@media (min-width:767px) {
    body {
        font-size: 100%
    }
}

p {
    margin: 0 0 1em;
    font-size: 1.25rem
}

li {
    font-size: 1.25rem
}

h2 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    color: #62991A;
    font-size: 2em;
    margin: 1em;
    line-height: 1.1
}

@media (min-width:767px) {
    h2 {
        font-size: 2.5em
    }
}

@media (min-width:1000px) {
    h2 {
        font-size: 3em
    }
}

h3 {
    font-size: 1.35em;
    line-height: 1.1
}

a {
    color: #296004;
    -webkit-transition: color .18s ease-out;
    -o-transition: color .18s ease-out;
    transition: color .18s ease-out
}

a:hover {
    color: #62991A
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.muted {
    font-size: .875em;
    color: #807f7f
}

.button {
    display: inline-block;
    border: 1px solid #807f7f;
    border-radius: 2px;
    color: #4d4c4c;
    font-size: .875em;
    text-decoration: none;
    padding: .15em 1.5em .2em;
    -webkit-transition: color .15s ease-out, border-color .15s ease-out;
    -o-transition: color .15s ease-out, border-color .15s ease-out;
    transition: color .15s ease-out, border-color .15s ease-out
}

.button:hover {
    color: #fff;
    background: #62991A;
    border-color: #62991A
}

.button.big {
    font-size: 1.5em
}

.button.calc::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 20px;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 1rem;
    margin-bottom: -.2rem;
    background-image: url(../images/laskin.png)
}

.modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    z-index: 120;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in;
    transition: opacity .5s ease-in;
    display: none
}

.modal-bg.active {
    display: block;
    opacity: 1
}

.of-hidden {
    overflow: hidden
}

.close {
    position: fixed;
    right: .5em;
    top: -5em;
    color: #fff;
    font-weight: 300;
    font-size: 3em;
    border: 0;
    background: 0 0;
    padding: 0;
    z-index: 300;
    width: 1em;
    line-height: 1em;
    background: rgba(0, 0, 0, .6);
    border-radius: 50px
}

.close:focus {
    outline: 0
}

.divider {
    height: 0;
    position: relative
}

.divider a {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 13;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 65px;
    height: 65px;
    border: 1px solid #e6e5e5;
    border-radius: 40px;
    text-indent: -999em;
    background: #fff url(../images/arr_svg.svg) no-repeat center center;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
    -webkit-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s
}

.divider a:hover {
    border-color: #62991A
}

.divider.white {
    border-color: #fff
}

.divider.white a {
    border-color: #fff
}

.divider.white a:hover {
    border-color: #62991A
}

.divider-wrap.grey {
    background: #f2f2f2
}

.vimeo-player,
.youtube-player {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer;
    display: block
}

.vimeo-link,
.youtube-link {
    display: block;
    position: relative;
    overflow: hidden
}

.vimeo-link:after,
.vimeo-link:before,
.youtube-link:after,
.youtube-link:before {
    content: '';
    display: block;
    width: 328px;
    height: 49px;
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 40px;
    margin: 0 0 0 -164px;
    background: url(../images/video-play.png) no-repeat 0 0
}

.sv .vimeo-link:after,
.sv .vimeo-link:before,
.sv .youtube-link:after,
.sv .youtube-link:before {
    background-position: 0 -100px
}

.vimeo-link:after,
.youtube-link:after {
    background-position: 0 -50px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.sv .vimeo-link:after,
.sv .youtube-link:after {
    background-position: 0 -150px
}

.vimeo-link:hover:after,
.youtube-link:hover:after {
    opacity: 1
}

.vimeo-link img,
.youtube-link img {
    width: 100%
}

#vimeo-iframe,
#youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.title {
    text-transform: none;
    font-weight: 300;
    font-size: 2.5rem;
    line-height: 2.7rem;
    margin: .5em auto 1rem;
    text-align: center;
    color: #62991A;
    display: block
}

.teaser-content .title {
    text-align: left
}

.pretitle {
    color: #696969;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 3rem auto;
    padding-top: 3rem;
    font-weight: 700;
    font-size: 1rem
}

#video {
    position: relative;
    background: 0 0
}

.ytplayer-container {
    position: absolute;
    top: 0;
    z-index: -1
}

.inner {
    max-width: 1140px;
    margin: 0 12px
}

@media (min-width:767px) {
    .inner {
        margin: 0 32px
    }
}

@media (min-width:1204px) {
    .inner {
        margin: 0 auto
    }
}

#masthead {
    -webkit-transition: background-color .1s ease-out;
    -o-transition: background-color .1s ease-out;
    transition: background-color .1s ease-out;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

@media (min-width:1000px) {
    #masthead {
        height: 120px
    }
}

#masthead .inner {
    position: relative;
    padding-top: 1.5em
}

@media (min-width:767px) {
    #masthead.fixed {
        background: #4D8614;
        position: fixed;
        top: -62px;
        left: 0;
        right: 0;
        z-index: 110
    }
    #masthead.fixed+* {
        margin-top: 120px
    }
}

#hgroup {
    position: absolute;
    left: 0;
    top: 20px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #fff;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

@media (min-width:767px) {
    #hgroup {
        top: 32px;
        width: 64px;
        height: 64px
    }
}

#hgroup .logo {
    position: absolute;
    left: 0;
    top: 4px;
    right: 0;
    height: 20px;
    bottom: 0;
    margin: auto;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

@media (min-width:767px) {
    #hgroup .logo {
        height: 31px;
        width: 46px
    }
}

.fixed #hgroup {
    top: 72px;
    height: 40px;
    width: 40px
}

.fixed #hgroup img {
    height: 20px
}

.fixed #hgroup .logo {
    height: 20px
}

#print-logo {
    display: none
}

#name {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    margin: 10px 0 0 75px
}

@media (min-width:767px) {
    #name {
        text-align: center;
        font-size: 1.5em;
        margin: 0
    }
}

@media (min-width:1000px) {
    #name {
        text-align: center;
        font-size: 2em;
        margin: 0
    }
}

#navigation {
    padding: 1em 0
}

#navigation:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:767px) {
    #navigation {
        font-size: .875em;
        padding: 0;
        margin: 0 0 0 120px
    }
}

@media (min-width:1000px) {
    #navigation {
        margin: 0 120px
    }
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

@media (min-width:767px) {
    #navigation ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}

#navigation li {
    font-size: .85rem;
    width: 50%
}

@media (min-width:600px) {
    #navigation li {
        width: 33.3%
    }
}

@media (min-width:767px) {
    #navigation li {
        width: auto
    }
}

#navigation a {
    padding: .75em;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 1.2;
    position: relative
}

.fixed #navigation a {
    color: #fff
}

#navigation a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: .4em;
    left: .75em;
    right: .75em;
    height: 2px;
    background: #8cc63f;
    opacity: 0;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

#navigation a:hover {
    color: #fff
}

#navigation a:hover:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.secondary-nav {
    text-align: center;
    font-size: .875em
}

.secondary-nav:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:600px) {
    .secondary-nav {
        position: absolute;
        right: 0;
        top: .5em
    }
}

.secondary-nav ul {
    margin: 0;
    padding: 0 0 .8em;
    list-style: none
}

.secondary-nav ul:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:600px) {
    .secondary-nav ul {
        padding: 0
    }
}

.secondary-nav li {
    font-size: 1rem;
    display: inline-block
}

@media (min-width:600px) {
    .secondary-nav li {
        float: left
    }
}

.secondary-nav a {
    color: #fff;
    text-decoration: none;
    padding: .25em .5em
}

.secondary-nav a:hover {
    text-decoration: underline
}

#colophon {
    background: #3C750D;
    color: #fff;
    padding: 10em 0
}

#colophon:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:767px) {
    #colophon {
        font-size: .875em
    }
}

@media (min-width:767px) {
    #colophon .footer-logo {
        float: left;
        width: 25%;
        padding-right: 2em
    }
}

@media (min-width:767px) {
    #colophon .contact {
        float: left;
        width: 37%;
        padding-right: 2em
    }
}

@media (min-width:1000px) {
    #colophon .contact {
        width: 45%
    }
}

@media (min-width:1080px) {
    #colophon .contact .col {
        float: left;
        width: 65%
    }
}

@media (min-width:1080px) {
    #colophon .contact .col+.col {
        width: 35%
    }
}

#colophon h4 {
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: .5em
}

@media (min-width:767px) {
    #colophon h4 {
        margin-top: 0
    }
}

#colophon a {
    color: inherit;
    text-decoration: none
}

#colophon a:hover {
    text-decoration: underline
}

#colophon .some-icons {
    font-size: 1.25em
}

@media (min-width:767px) {
    #colophon .some-icons {
        font-size: 1.5em;
        float: left;
        width: 38%
    }
}

@media (min-width:1000px) {
    #colophon .some-icons {
        width: 30%
    }
}

#colophon .some-icons a {
    background: #78B12D;
    border-radius: 100px;
    width: 2em;
    height: 2em;
    line-height: 0;
    display: inline-block;
    text-align: center
}

#colophon .some-icons a:hover {
    background: #8cc63f
}

#colophon .some-icons a .icon {
    margin-top: .5em
}

.modal-button-container {
    -webkit-perspective: 500px;
    perspective: 500px
}

.modal-button-container .modal-button {
    will-change: transform;
    position: relative;
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.modal-button-container .modal-button.rotated {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1)
}

.modal-button-container .button {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    border-radius: 3px
}

.modal-button-container .modal-button-backface {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    border: none;
    border-radius: 2px
}

.modal-outer-container {
    z-index: 200;
    -webkit-transition: background .22s ease-out;
    -o-transition: background .22s ease-out;
    transition: background .22s ease-out
}

.modal-outer-container.expanded {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 20px;
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scrolling: touch;
    z-index: 200!important;
    -webkit-transition: background .22s ease-out;
    -o-transition: background .22s ease-out;
    transition: background .22s ease-out;
    background: rgba(0, 0, 0, .4)
}

.modal-container {
    overflow: hidden;
    z-index: 200;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    width: 100%;
    max-width: 800px
}

@media (max-width:840px) {
    .modal-container {
        max-width: calc(100% - 40px)
    }
}

.modal-container.expanded {
    border-radius: 0;
    margin-bottom: 20px;
    z-index: 200!important
}

.modal-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 1.5em;
    width: 800px;
    max-width: 800px;
    opacity: 0
}

@media (max-width:840px) {
    .modal-content {
        max-width: 100%
    }
}

.modal-content>:first-child {
    margin-top: 0
}

table {
    width: 100%;
    margin: 10px 0 30px
}

@media (max-width:599px) {
    table {
        font-size: .875em
    }
}

caption {
    text-align: left;
    font-weight: 700;
    padding: 5px 0
}

thead {
    background: #8cc63f;
    color: #fff
}

tbody {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff
}

tbody tr.even {
    background: #f7f7f7
}

tbody tr:hover td {
    background: #DDEEC6
}

tbody td.indent {
    font-style: italic;
    color: #999;
    padding-left: 2em
}

th {
    text-align: left;
    padding: 7px 5px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3
}

td {
    padding: 3px 5px;
    vertical-align: top;
    text-align: left
}

td.align-center {
    text-align: center
}

td.align-right {
    text-align: right
}

td.nowrap {
    white-space: nowrap
}

tfoot {
    min-height: 1px;
    background: #e6e5e5;
    border-bottom: 1px solid #8cc63f
}

tfoot.empty td {
    padding: 0
}

tfoot label {
    margin-bottom: 0
}

@media (max-width:599px) {
    .investments-table,
    .key-figures {
        table-layout: fixed
    }
}

.investments-table td+td,
.investments-table th+th,
.key-figures td+td,
.key-figures th+th {
    text-align: right
}

@media (max-width:599px) {
    .key-figures th+th {
        width: 54px
    }
}

@media (max-width:599px) {
    .key-figures th:last-child {
        width: 30px
    }
}

@media (max-width:599px) {
    .investments-table th+th {
        width: 50px
    }
}

.unslider {
    overflow: auto;
    margin: 0;
    padding: 0
}

.unslider-wrap {
    position: relative
}

.unslider-wrap.unslider-carousel li {
    float: left
}

.unslider-vertical>ul {
    height: 100%
}

.unslider-vertical li {
    float: none;
    width: 100%
}

.unslider-fade {
    position: relative
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}

.unslider li,
.unslider ol,
.unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer
}

.unslider-arrow.next {
    left: auto;
    right: 20px
}

.featured {
    margin-top: -250px;
    background-image: url(../images/content/radialgreen.jpg);
    height: 62vh;
    min-height: 820px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center
}

.featured .featured-content.inner {
    padding: 14rem 0 10rem 0;
    width: 100%;
    color: #fff;
}

.featured .featured-content.inner h1 {
    font-size: 60px;
    margin-top: 2rem;
    font-weight: 400
}

.featured .featured-content.inner h5 {
    font-size: 26px;
    margin-top: 0;
    font-weight: 300
}

.featured .featured-content.inner .nr1 {
    width: 290px
}

.featured .featured-content.inner p {
    text-align: left
}

.featured .featured-content.inner .explanation {
    display: inline-block;
    width: 25%;
    margin-left: 60px
}

.featured .primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:766px) {
    .featured {
        height: 60vh;
        min-height: 800px;
        width: 100%;
        margin-top: -300px;
        background-position: center top
    }
    .featured .featured-content.inner {
        padding: 24rem 0 0 0;
        margin-top: 0
    }
    .featured .featured-content.inner h1 {
        padding-top: 0;
        font-size: 25px
    }
    .featured .featured-content.inner p {
        text-align: center
    }
    .featured .featured-content.inner .nr1 {
        margin-left: 0;
        width: 150px
    }
    .featured .featured-content.inner .explanation {
        width: 60%;
        margin-left: 0;
        margin-top: 1rem
    }
    .featured .featured-content.inner .primary {
        display: block
    }
}

@media (max-width:999px) {
    .featured .primary {
        display: block
    }
}

.best-service {
    height: auto
}

@media (min-width:919px) {
    .best-service {
        height: 0
    }
}

.best-service .featured-content {
    display: inline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.2
}

@media (min-width:919px) {
    .best-service .featured-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.best-service .box {
    display: block;
    text-decoration: none;
    z-index: 10
}

@media (min-width:919px) {
    .best-service .box {
        display: inline-grid;
        width: 32%
    }
}

.best-service #one {
    text-align: center;
    text-decoration: none;
    background-color: #4D8614;
    color: #fff;
    float: none;
    min-height: 150px;
    margin: -40px 0;
    padding: 2rem 0;
    z-index: 10
}

@media (min-width:919px) {
    .best-service #one {
        margin: -75px 0
    }
}

.best-service #one small {
    font-size: 45%
}

.best-service #one:hover {
    background-color: #62991A;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.best-service h2 {
    font-size: 33px;
    text-transform: inherit;
    font-weight: 500;
    text-align: left
}

@media (max-width:766px) {
    .best-service h2 {
        padding: 0 2rem 3rem 2rem
    }
}

.best-service p {
    text-align: right
}

.best-service.actual {
    height: auto;
    background-color: #4D8614
}

.best-service.actual .featured-content {
    display: inline;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    font-size: 1rem
}

@media (min-width:767px) {
    .best-service.actual .featured-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.best-service.actual #one {
    background: #8cc63f;
    margin: 0;
    width: 100%;
    margin-top: -24px
}

@media (min-width:767px) {
    .best-service.actual #one {
        max-width: 250px;
        margin-top: 0;
        height: auto
    }
}

.best-service.actual #one img {
    max-width: 150px;
    margin: 5rem 0 1rem
}

.best-service.actual #one h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 2rem;
    font-size: 28px
}

.best-service.actual .service-content {
    float: none;
    color: #fff;
    width: auto;
    float: none;
    padding: 5% 0 5% 5%
}

@media (min-width:767px) {
    .best-service.actual .service-content {
        max-width: calc(100% - 250px)
    }
}

.best-service.actual .service-content p {
    text-align: left
}

.best-service.actual .service-content .modal-container {
    color: #4d4d4d
}

.best-service.actual .modal-outer-wrap {
    margin-bottom: 1rem
}

.best-service.actual .modal-outer-wrap .modal-button-backface {
    border-radius: 3px
}

.best-service.actual .modal-outer-wrap .button-lime:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #8cc63f
}

.button-lime {
    color: #fff;
    background-color: #8cc63f;
    padding: 10px 27px;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: all .22s ease-in-out;
    -o-transition: all .22s ease-in-out;
    transition: all .22s ease-in-out;
    border: 1px solid #8cc63f
}

.button-lime:hover {
    background-color: #62991A
}

@media (max-width:766px) {
    .ceo-divider {
        display: none
    }
    .best-service.actual .service-content {
        width: 100%;
        font-size: 1rem;
        margin-left: 0
    }
    .best-service.actual .service-content p {
        padding: 0;
        margin: 1rem 0
    }
}

.ceo_new {
    background-image: url(../images/content/carl_pettersson.jpg);
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 12rem 0 3rem
}

@media (max-width:766px) {
    .ceo_new {
        padding: 0 0 3rem
    }
}

.ceo_new .inner {
    -webkit-box-shadow: 0 0 0 #f2f2f2, 0 0 0 #f2f2f2, 0 0 0 #f2f2f2, 0 0 0 #f2f2f2;
    box-shadow: 0 0 0 #f2f2f2, 0 0 0 #f2f2f2, 0 0 0 #f2f2f2, 0 0 0 #f2f2f2;
    position: relative;
    -webkit-transition: -webkit-box-shadow 1s ease-out;
    -o-transition: box-shadow 1s ease-out;
    transition: box-shadow 1s ease-out
}

.ceo_new .teaser-content {
    height: auto;
    overflow: hidden;
    width: 50%;
    color: #666
}

.ceo_new .person {
    position: absolute;
    bottom: -15%;
    right: 5%;
    line-height: 1.2;
    text-shadow: 0 2px 3px rgba(1, 1, 1, .4)
}

@media (max-width:766px) {
    .ceo_new .person {
        display: none
    }
}

.ceo_new .mobile-person {
    display: none
}

@media (max-width:766px) {
    .ceo_new .mobile-person {
        display: inline-block
    }
}

.ceo_new .full-content {
    height: 0;
    overflow: hidden;
    color: #000;
    width: 100%;
    margin: 0 auto
}

.ceo_new .full-content h3,
.ceo_new .full-content p,
.ceo_new .full-content strong {
    padding: 0 15%;
    color: #4d4d4d
}

@media (max-width:766px) {
    .ceo_new .full-content h3,
    .ceo_new .full-content p,
    .ceo_new .full-content strong {
        padding: 0 20px
    }
}

.ceo_new .modal-content {
    padding: 0
}

.ceo_new .modal-content h3,
.ceo_new .modal-content h4,
.ceo_new .modal-content p,
.ceo_new .modal-content strong {
    padding: 0 15%;
    color: #4d4d4d
}

@media (max-width:766px) {
    .ceo_new .modal-content h3,
    .ceo_new .modal-content h4,
    .ceo_new .modal-content p,
    .ceo_new .modal-content strong {
        padding: 0 20px
    }
}

.ceo_new .button-wrap {
    -webkit-transition: max-height .5s ease-out;
    -o-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out
}

.ceo-inner-wrap {
    position: relative;
    width: 100%;
    color: #fff;
    overflow: hidden;
    padding-bottom: 6rem;
    padding-top: 1rem;
    left: 0;
    top: 0;
    -webkit-transition: background .4s ease-out;
    -o-transition: background .4s ease-out;
    transition: background .4s ease-out
}

.ceo-inner-wrap:after {
    content: "";
    display: table;
    clear: both
}

.ceo-inner-wrap h3 {
    font-size: 50px
}

.ceo-inner-wrap h4 {
    font-size: 30px;
    margin: 0 0 1em
}

.ceo-inner-wrap p {
    font-size: 20px
}

.ceo-inner-wrap:before {
    content: '';
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.ceo-inner-wrap .inner:after {
    content: "";
    display: table;
    clear: both
}

.ceo-inner-wrap .ceo-content {
    width: 100%;
    color: #fff
}

.ceo-inner-wrap .ceo-content h3 {
    font-size: 50px
}

.ceo-inner-wrap .ceo-content p {
    font-size: 20px
}

@media (min-width:767px) {
    .ceo-inner-wrap .ceo-content p:first-child {
        margin-top: 2em;
        -webkit-transition: margin-top .3s ease-out;
        -o-transition: margin-top .3s ease-out;
        transition: margin-top .3s ease-out
    }
}

.ceo-inner-wrap .modal-container {
    color: #4d4d4d
}

.ceo-inner-wrap.expanded {
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scrolling: touch;
    z-index: 200!important;
    background: 0 0
}

.ceo-inner-wrap.expanded:before {
    opacity: 0
}

.ceo-inner-wrap.expanded .inner {
    background: #f2f2f2;
    color: #4d4d4d!important
}

.ceo-inner-wrap.expanded .button-wrap {
    max-height: 0;
    padding-bottom: 0;
    -webkit-transition: max-height .5s ease-out;
    -o-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out
}

.ceo-inner-wrap.expanded .ceo-img {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff
}

@media (min-width:1204px) {
    .ceo-inner-wrap.expanded .ceo-img {
        -webkit-box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff;
        box-shadow: 0 0 0 #fff, 0 0 0 #fff, 0 0 0 #fff
    }
}

.ceo-inner-wrap.expanded .ceo-content {
    padding: 0
}

.ceo-inner-wrap.expanded .button-lime {
    display: none
}

.ceo-inner-wrap.expanded .button-wrap {
    margin: 0
}

.ceo-inner-wrap.expanded .teaser-content {
    background-color: transparent!important
}

.ceo-img {
    float: left;
    width: 45%;
    margin-right: 1em;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: -513px 0 0 #fff, -1026px 0 0 #fff, -1539px 0 0 #fff;
    box-shadow: -513px 0 0 #fff, -1026px 0 0 #fff, -1539px 0 0 #fff;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    -webkit-box-shadow: -50px 0 0 #fff;
    box-shadow: -50px 0 0 #fff
}

@media (min-width:1204px) {
    .ceo-img {
        -webkit-box-shadow: -513px 0 0 #fff, -1026px 0 0 #fff, -1539px 0 0 #fff;
        box-shadow: -513px 0 0 #fff, -1026px 0 0 #fff, -1539px 0 0 #fff
    }
}

.ceo-content {
    position: relative;
    z-index: 2
}

@media (min-width:767px) {
    .ceo-content {
        padding-top: 1em
    }
}

.mobile-backgroundimg {
    display: none
}

@media (max-width:766px) {
    .ceo_new {
        background-image: none
    }
    .ceo_new .teaser-content {
        width: 100%;
        color: #000
    }
    .ceo_new .teaser-content h3 {
        margin: 1rem 0;
        font-size: 26px
    }
    .mobile-backgroundimg {
        display: block;
        margin: 1rem 0
    }
}

.cco {
    background-image: url(../images/content/mika-paananen.jpg);
    padding: 0 0 3rem
}

@media (max-width:766px) {
    .cco {
        background-image: none;
        padding: 0
    }
}

.cco .teaser-content {
    float: right;
    height: auto;
    overflow: hidden;
    width: 45%;
    color: #666
}

@media (max-width:766px) {
    .cco .teaser-content {
        width: 100%
    }
}

.cco .person {
    display: none
}

@media (min-width:767px) {
    .cco .person {
        display: inline-block;
        left: 5%;
        text-shadow: 0 2px 3px rgba(1, 1, 1, .4);
        padding-bottom: 1rem
    }
}

.cco .mobile-person {
    display: none
}

@media (max-width:766px) {
    .cco .mobile-person {
        display: inline-block
    }
}

.indicators {
    background: #e5e5e5;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding-top: 1px;
    padding-bottom: 2em
}

.indicators h2 {
    color: #3b3b3b;
    color: #3C750D
}

.indicators .title {
    color: #3C750D
}

.indicators h3 {
    text-align: center;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.5em;
    margin: 4rem 0 4rem;
    color: #807f7f;
    color: #296004
}

.indicators h4 {
    text-align: center;
    font-weight: 300;
    color: #3C750D;
    font-size: 1.5em;
    line-height: 1.1;
    margin: 0 0 .5em
}

@media (min-width:767px) {
    .indicators h4 {
        font-size: 1.25em
    }
}

@media (min-width:1000px) {
    .indicators h4 {
        font-size: 1.875em
    }
}

.indicators .big-number {
    font-size: 4em;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 300;
    color: #666
}

@media (min-width:767px) {
    .indicators .big-number {
        font-size: 2.5em
    }
}

@media (min-width:1000px) {
    .indicators .big-number {
        font-size: 4em
    }
}

.indicators .big-number small {
    display: block;
    font-size: .375em
}

.indicators .modal-content h3 {
    margin-bottom: 1em;
    color: #62991A
}

.indicators .modal-content p {
    text-align: left
}

.indicators .modal-outer-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

@media (max-width:766px) {
    .indicators .modal-outer-wrap {
        clear: both
    }
}

.indicators .modal-outer-wrap .modal-button-container {
    position: relative;
    width: 100%;
    height: 100%
}

.indicators .modal-outer-wrap .modal-button-container .modal-button {
    width: 100%;
    height: 100%
}

.indicators .modal-outer-wrap .modal-button-container .modal-button-backface {
    background: 0 0
}

.indicators .modal-outer-wrap .modal-button-container .modal-button .button {
    width: 100%;
    height: 100%;
    font-size: 0;
    background: 0 0;
    opacity: 0;
    border: none
}

@media (min-width:767px) {
    .kind-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 2em
    }
}

.kind-row .kind-box {
    text-align: center;
    background: #fff;
    position: relative;
    padding: 1.5rem 1rem;
    -webkit-transition: all .33s ease-out;
    -o-transition: all .33s ease-out;
    transition: all .33s ease-out;
    -webkit-box-shadow: 3px 6px 2px rgba(0, 0, 0, .25);
    box-shadow: 3px 6px 2px rgba(0, 0, 0, .25)
}

.kind-row .kind-box:hover {
    -webkit-box-shadow: 6px 12px 3px rgba(0, 0, 0, .25);
    box-shadow: 6px 12px 3px rgba(0, 0, 0, .25)
}

@media (min-width:767px) {
    .kind-row .kind-box {
        width: 32%;
        padding: 2em 1.5em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width:766px) {
    .kind-row .kind-box {
        margin-bottom: 2em
    }
}

.kind-row .kind-box-content {
    position: relative;
    margin-bottom: 1.5em
}

.kind-row .kind-box-content.table {
    margin-bottom: -1.5rem
}

@media (min-width:767px) {
    .kind-row .kind-box-content.table {
        margin-bottom: -2rem
    }
}

.kind-row .kind-box-content .key-figures-small {
    width: calc(100% + 2rem + 1px);
    margin-left: -1rem;
    border: none
}

@media (min-width:767px) {
    .kind-row .kind-box-content .key-figures-small {
        margin: 0;
        margin-top: 1rem;
        width: calc(100% + 3rem + 1px)
    }
}

.kind-row .kind-box-content .key-figures-small tbody {
    border: none
}

.kind-row .kind-box-content .key-figures-small tr td {
    padding: .5rem 0;
    line-height: 1
}

.kind-row .kind-box-content .key-figures-small tr:nth-of-type(1) td {
    padding: 0 0 .5rem;
    font-size: 1.5rem;
    font-weight: 300
}

.kind-row .kind-box-content .key-figures-small tr:nth-of-type(1) td:nth-of-type(1) {
    text-align: right;
    width: 60%;
    padding: 0 1rem .25rem
}

.kind-row .kind-box-content .key-figures-small tr:nth-of-type(1) td:nth-of-type(2) {
    text-align: center;
    color: #b2b1af
}

.kind-row .kind-box-content .key-figures-small tr:nth-of-type(2) td:nth-of-type(1) {
    background: #3C750D;
    color: #fff;
    text-align: right;
    font-size: 2.5rem;
    font-weight: 300;
    vertical-align: middle;
    padding: 1rem
}

.kind-row .kind-box-content .key-figures-small tr:nth-of-type(2) td:nth-of-type(2) {
    background: #8cc63f;
    color: #3C750D;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    vertical-align: middle
}

.kind-row .kind-box-content .key-figures-small tr:nth-of-type(3) td:nth-of-type(1) {
    color: #fff;
    background: #62991A;
    text-align: right;
    font-size: 2.5rem;
    font-weight: 300;
    vertical-align: middle;
    padding: 1rem
}

.kind-row .kind-box-content .key-figures-small tr:nth-of-type(3) td:nth-of-type(2) {
    color: #3C750D;
    background: #BBDD8D;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300;
    vertical-align: middle
}

@media (min-width:767px) {
    .kind-row .kind-box-content img {
        margin-bottom: -50px!important
    }
}

.kind-row .kind-box-content .chart_span {
    z-index: 3
}

@media (min-width:767px) {
    .kind-row .kind-box-content {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:767px) {
    .kind-row .kind-box-content>:not(.chart_span) {
        -ms-flex-item-align: center;
        align-self: center
    }
}

.kind-row .kind-box-content:last-child:not(div) {
    margin-bottom: 0
}

.kind-row .kind-box-content:last-child:not(div)::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.kind-row .kind-box-content.neg-margin {
    margin-bottom: -1em
}

.kind-row .kind-box-content p {
    width: 100%
}

.pavkt {
    width: 100%;
    font-weight: 300
}

.pavkt span {
    display: inline-block;
    float: left;
    vertical-align: bottom
}

.pavkt span.year {
    width: 40%;
    text-align: right;
    font-size: 1.5em;
    margin-top: .8em;
    clear: left
}

@media (min-width:767px) {
    .pavkt span.year {
        margin-top: .15em
    }
}

@media (min-width:1000px) {
    .pavkt span.year {
        margin-top: .8em
    }
}

.pavkt span.result {
    width: 60%;
    text-align: left;
    font-size: 3em;
    color: #3C750D;
    line-height: 1.2;
    padding-left: .3em
}

@media (min-width:767px) {
    .pavkt span.result {
        font-size: 2em
    }
}

@media (min-width:1000px) {
    .pavkt span.result {
        font-size: 3em
    }
}

.sijoitustuotto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2em 0
}

.sijoitustuotto .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:766px) {
    .sijoitustuotto .item {
        font-size: .54em
    }
}

.sijoitustuotto .item h4 {
    font-size: 1.5em
}

.sijoitustuotto .item div span {
    display: block;
    width: 4em;
    height: 4em;
    border-radius: 3em;
    line-height: 3.9em;
    background: #62991A;
    color: #fff;
    font-size: 1.7em;
    font-weight: 300;
    white-space: nowrap;
    margin: 0 .25em
}

.sijoitustuotto .item.last div span {
    background: #3C750D;
    font-weight: 400
}

.chart-tyel-suhteet .item {
    font-size: 20px;
    color: #fff;
    background-color: #3C750D;
    border-radius: 100%;
    display: inline-block;
    width: 150px;
    height: 150px;
    padding-top: 40px
}

.chart-tyel-suhteet .item span {
    font-size: 25px
}

.chart-tyel-suhteet .item.last {
    width: 175px;
    height: 175px;
    padding-top: 52px;
    margin-left: 15px
}

h4 {
    text-aling: center;
    margin: 0 auto
}

.customer-service>.inner:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:767px) {
    .service-content {
        float: left;
        width: 55%
    }
}

.service-content h3 {
    margin-top: 0
}

.service-chart {
    text-align: center
}

@media (min-width:767px) {
    .service-chart {
        float: right;
        width: 40%
    }
}

.service-chart h3 {
    font-size: 1.5em;
    font-weight: 300
}

.service-chart .big-number {
    font-size: 6em;
    line-height: 1;
    margin-bottom: .5em
}

.vpk-fi {
    background-image: url(../images/content/vpk.jpg);
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.vpk-se {
    background-image: url(../images/content/vpk_se.jpg);
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.asiakaslahtoisyys a.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    cursor: pointer
}

.asiakaslahtoisyys .inner {
    position: relative;
    -webkit-transition: -webkit-box-shadow 1s ease-out;
    -o-transition: box-shadow 1s ease-out;
    transition: box-shadow 1s ease-out
}

@media (max-width:766px) {
    .asiakaslahtoisyys {
        background-image: none
    }
}

.asiakaslahtoisyys .teaser-content {
    opacity: 1;
    width: 50%;
    display: block;
    font-size: 20px;
    margin: 0 auto;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out
}

.asiakaslahtoisyys .teaser-content h2 {
    text-transform: none;
    font-weight: 300;
    font-size: 40px;
    text-align: left;
    margin: 1.5rem auto
}

.asiakaslahtoisyys .teaser-content p {
    text-align: left;
    margin: 0 auto;
    display: block;
    font-size: 20px
}

.asiakaslahtoisyys .teaser-content a {
    padding-top: 2rem;
    display: block
}

.asiakaslahtoisyys .teaser-content .button-lime {
    display: block;
    width: 60%;
    margin-top: 2rem
}

.asiakaslahtoisyys .center {
    text-align: center
}

.asiakaslahtoisyys blockquote {
    font-style: italic;
    font-size: 1em;
    line-height: 1.2;
    margin: .5em 2em
}

@media (min-width:767px) {
    .asiakaslahtoisyys blockquote {
        font-size: 1.875em
    }
}

.asiakaslahtoisyys .cite {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: .5em
}

@media (min-width:767px) {
    .asiakaslahtoisyys .cite {
        margin-bottom: 2em
    }
}

.asiakaslahtoisyys .button-wrap {
    max-height: 60px;
    overflow: hidden;
    padding-bottom: 1px;
    -webkit-transition: max-height .5s ease-out;
    -o-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out
}

.asiakaslahtoisyys .full-content {
    padding: 0 3em;
    height: 0;
    overflow: hidden
}

.asiakaslahtoisyys-container {
    overflow: hidden;
    padding-bottom: 537px;
    z-index: 200;
    left: 0;
    top: 0
}

.asiakaslahtoisyys-container.expanded {
    overflow: scroll!important;
    overflow-x: hidden!important;
    -webkit-overflow-scrolling: touch;
    z-index: 200!important
}

.asiakaslahtoisyys-container.expanded .inner {
    -webkit-box-shadow: -1.5em -1.5em 0 #fff, -1.5em 1.5em 0 #fff, 1.5em -1.5em 0 #fff, 1.5em 1.5em 0 #fff;
    box-shadow: -1.5em -1.5em 0 #fff, -1.5em 1.5em 0 #fff, 1.5em -1.5em 0 #fff, 1.5em 1.5em 0 #fff
}

.asiakaslahtoisyys-container.expanded .button-wrap {
    max-height: 0;
    padding-bottom: 0;
    -webkit-transition: max-height .5s ease-out;
    -o-transition: max-height .5s ease-out;
    transition: max-height .5s ease-out
}

@media (max-width:766px) {
    .asiakaslahtoisyys-container {
        padding-bottom: 5px
    }
}

@media (max-width:766px) {
    .asiakaslahtoisyys .teaser-content {
        width: 100%
    }
    .asiakaslahtoisyys .teaser-content h2 {
        font-size: 26px
    }
    .asiakaslahtoisyys .teaser-content .button-lime {
        width: 100%;
        taxt-align: left
    }
}

.in-brief>.inner:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:767px) {
    .in-brief-content>div {
        float: left;
        width: 35%;
        padding-right: 1rem
    }
}

.in-brief-content h2 {
    text-align: left;
    font-size: 35px;
    text-transform: none;
    margin-left: 0
}

.in-brief-content p {
    font-size: 1.15rem
}

#list {
    float: none;
    background-color: #66ceea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#list .column-2 {
    width: 50%;
    padding: 3rem
}

#list .column-2 ul {
    padding-left: 0
}

@media (max-width:766px) {
    #list {
        display: block
    }
    #list .column-2 {
        width: 100%
    }
    #list .column-2:nth-of-type(1) {
        padding-bottom: 0
    }
    #list .column-2:nth-of-type(2) {
        padding-top: 0
    }
}

#y110 {
    text-align: center;
    color: #999;
    margin: 0 .5rem 1rem;
    line-height: 1;
    font-size: 5em;
    float: right
}

@media (min-width:767px) {
    #y110 {
        width: 35%;
        margin: 0;
        font-size: 7rem
    }
}

@media (min-width:1000px) {
    #y110 {
        font-size: 10rem
    }
}

@media (min-width:767px) {
    .employees-content>div {
        padding-top: 2em
    }
}

.employees-content>div+div {
    padding-top: 2em
}

#tubular-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

#tubular-container iframe {
    position: absolute;
    top: 0;
    left: 0!important;
    width: 100%;
    height: 100%
}

#video {
    width: 100%
}

@media (max-width:766px) {
    #video iframe {
        left: 0!important;
        width: 100%!important;
        height: 100%!important
    }
}

#values {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(5%, rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 5%, #fff 100%);
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 5%, #fff 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 5%, #fff 100%)
}

#values span {
    display: block
}

#values .number {
    font-weight: 100;
    font-size: 85px;
    color: #000;
    line-height: 5rem
}

#values .title {
    font-size: 20px
}

#values .value-1 {
    position: absolute;
    top: 30px;
    left: 50px
}

#values .value-2 {
    position: absolute;
    right: 100px;
    top: 40px
}

#values .value-3 {
    position: absolute;
    bottom: 50px;
    left: 80px
}

#values .value-4 {
    position: absolute;
    right: 90px;
    bottom: 60px
}

@media (max-width:999px) {
    #values .number {
        font-size: 30px;
        line-height: 30px
    }
}

@media (max-width:766px) {
    #values .number {
        font-size: 20px;
        line-height: 20px;
        font-weight: 700
    }
    #values .title {
        line-height: 20px;
        font-weight: 700;
        width: 50%;
        text-align: left;
        margin-left: 0
    }
    #values .value-1 {
        left: 20px;
        top: 20px
    }
    #values .value-2 {
        right: 20px;
        top: 20px
    }
    #values .value-3 {
        left: 20px;
        bottom: 20px
    }
    #values .value-4 {
        right: 20px;
        bottom: 20px
    }
}

.values {
    background: #f7f7f7;
    padding: 1px 0 2em
}

.values:after {
    content: "";
    display: table;
    clear: both
}

.values h3 {
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    line-height: 1.2
}

@media (min-width:1000px) {
    .values h3 {
        font-size: 2.25em
    }
}

.values .values_link {
    margin: 1.5rem 0
}

@media (min-width:1000px) {
    .our-values {
        float: left;
        width: 30%;
        text-align: center;
        font-size: 1.125em;
        padding: 2em
    }
}

.unslider {
    overflow: visible;
    position: relative
}

@media (min-width:1000px) {
    .unslider {
        float: right;
        width: 64%
    }
}

.unslider .value-slider {
    overflow: visible!important
}

.unslider .box {
    border: 1px solid #bfbfbf;
    padding: 1em;
    font-style: italic;
    position: relative;
    padding-right: 37%
}

@media (min-width:1000px) {
    .unslider .box {
        padding-left: 1.5em;
        min-height: 300px
    }
}

.unslider h4 {
    margin: 0 0 .5em;
    font-weight: 400;
    font-size: 1.25em
}

.unslider .cite {
    text-align: center;
    font-weight: 700;
    margin-top: .5em
}

.unslider img {
    position: absolute;
    right: 0;
    top: 5px;
    max-width: 35%;
    max-height: 95%
}

@media (min-width:767px) {
    .unslider img {
        top: auto;
        bottom: 0
    }
}

@media (min-width:1000px) {
    .unslider img {
        width: auto;
        height: 110%;
        max-height: none;
        max-width: none
    }
}

.unslider-arrow {
    bottom: -10px;
    width: 37px;
    height: 19px;
    text-indent: -999em;
    z-index: 20
}

@media (min-width:767px) {
    .unslider-arrow {
        top: 140px
    }
}

.unslider-arrow.next {
    right: 5px;
    background: url(../images/arrow-right.png) no-repeat center center
}

@media (min-width:767px) {
    .unslider-arrow.next {
        right: -25px
    }
}

.unslider-arrow.prev {
    left: 5px;
    background: url(../images/arrow-left.png) no-repeat center center
}

@media (min-width:767px) {
    .unslider-arrow.prev {
        left: -25px
    }
}

.employees {
    background-image: url(../images/content/people_left.png), url(../images/content/people_right.png);
    background-repeat: no-repeat;
    background-position: center left, center right;
    text-align: center
}

.employees p {
    max-width: 550px;
    margin: 1rem auto;
    text-align: center
}

@media (max-width:766px) {
    .employees h3,
    .employees p {
        text-align: left
    }
}

@media (max-width:766px) {
    .employees {
        background-image: url(../images/content/people_left.png);
        background-position: center left
    }
}

.arvot {
    background-image: url(../images/content/arvot.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #fff;
    text-align: center;
    padding: 5rem 0
}

.arvot h3 {
    margin: .5rem 0
}

.arvot h4 {
    font-size: 30px;
    margin-bottom: 4rem;
    opacity: .7;
    font-weight: 300
}

@media (max-width:766px) {
    .arvot h4 {
        font-size: 20px
    }
}

.materials {
    background: #e6e5e5;
    padding: 80px 0 1em
}

.materials h2 {
    color: #3b3b3b;
    text-transform: none
}

.materials h3 {
    margin: 0 0 .25em;
    font-weight: 400;
    text-transform: uppercase
}

.materials p {
    max-width: 550px
}

@media (min-width:767px) {
    .materials .box-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 1em;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.materials .box {
    border: 1px solid #fff;
    padding: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1em
}

@media (min-width:767px) {
    .materials .box {
        width: 47%
    }
}

.materials .box>div {
    padding-right: 1.5em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.materials .box p {
    margin-bottom: 0;
    line-height: 1.3
}

.materials .box p+p {
    margin-top: .3em
}

.materials .box .pdf {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    font-size: 2em;
    font-weight: 300;
    background: #8cc63f;
    color: #fff;
    padding: .5em
}

.investment {
    background-color: #fff;
    background-position: bottom center;
    padding-bottom: 5%
}

.investment .section-header {
    background-image: url(../images/content/vastuullisuus.jpg);
    background-position: center 10%;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 600px;
    position: relative
}

@media (max-width:766px) {
    .investment .section-header {
        background-image: none;
        padding: 0;
        min-height: auto
    }
}

.investment .section-header h4.title {
    color: #4d4c4c;
    font-size: 3.25rem;
    line-height: 1.25;
    max-width: 500px;
    font-weight: 700;
    margin: 0;
    margin-top: 8rem
}

@media (max-width:766px) {
    .investment .section-header h4.title {
        text-transform: none;
        font-weight: 300;
        font-size: 2.5rem;
        line-height: 2.7rem;
        margin: .5em auto 1rem;
        text-align: center;
        color: #62991A;
        display: block
    }
}

.investment .section-header .person {
    display: none
}

@media (min-width:767px) {
    .investment .section-header .person {
        display: inline-block;
        position: absolute;
        bottom: 15%;
        right: 10%;
        line-height: 1.2;
        color: #fff;
        text-shadow: 0 2px 3px rgba(1, 1, 1, .4)
    }
}

.investment .section-header .mobile-person {
    display: none
}

@media (max-width:766px) {
    .investment .section-header .mobile-person {
        display: inline-block
    }
}

.investment .energy {
    background: #fff;
    margin: 2em 1em;
    padding: 1em 2em
}

.investment .energy img {
    margin: 1em
}

.investment .investment-content {
    padding-top: 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.investment .investment-content .column-2 {
    width: calc(50% - 4%)
}

.investment .investment-content .column-2 img {
    margin: 1rem 0
}

.investment .investment-content .column-2 .investment-team {
    text-align: center;
    margin-bottom: 3rem
}

.investment .investment-content .column-2 .investment-team img {
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block
}

.investment .investment-content .column-2 .investment-team .button-lime {
    z-index: 10;
    position: relative;
    text-align: left
}

@media (max-width:766px) {
    .investment .investment-content {
        display: block
    }
    .investment .investment-content .column-2 {
        width: 100%
    }
    .investment .investment-content .column-2 .button-lime {
        display: block
    }
}

#blue_box {
    background-color: #66ceea;
    padding: 2rem;
    color: #4d4d4d;
    margin-top: 1rem
}

#blue_box a {
    color: #4d4d4d;
    font-weight: 700
}

.investment-modal {
    text-align: left
}

.investment-modal blockquote {
    margin: 2.5em .5em 2.5em .5em;
    padding: 1.5em 2em;
    line-height: 1.3;
    background: #f6f6f6;
    border-radius: 4px;
    font-size: 25px
}

.investment-modal blockquote:before {
    content: "“";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #d3d3d3;
    position: absolute;
    margin-left: -33px;
    font-size: 7.3em;
    margin-top: -90px
}

.investment-modal img {
    -webkit-transform: rotate(0)!important;
    -ms-transform: rotate(0)!important;
    -o-transform: rotate(0)!important;
    transform: rotate(0)!important
}

.tef .video-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 552px;
    z-index: 1;
    overflow: hidden
}

.tef .video-wrapper::after {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.tef .video-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tef .video-wrapper .inner {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    color: #fff
}

.tef .video-wrapper .inner p {
    margin: 2rem;
    font-size: 1rem
}

.tef .video-wrapper .inner p:first-of-type() {
    margin: 3rem
}

@media (min-width:600px) {
    .tef .video-wrapper .inner p {
        font-size: 1.125rem;
        margin: 3rem
    }
}

@media (min-width:767px) {
    .tef .video-wrapper .inner p {
        margin: 4rem;
        font-size: 1.25rem
    }
}

.tef .video-wrapper .inner a {
    position: relative
}

@media (min-width:1000px) {
    .tef .video-wrapper .inner a {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 300px
    }
}

.tef .overlay-btn {
    padding: .5rem 1.5rem;
    margin: 0 auto;
    border: 3px solid #fff;
    color: #fff;
    font-size: 1.5rem;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out
}

@media (min-width:1000px) {
    .tef .overlay-btn {
        position: relative;
        bottom: 150px
    }
}

.tef .overlay-btn:hover {
    background: #fff;
    color: #62991A
}

.responsibility {
    background-color: #ededed
}

.retirement img {
    margin: 4rem 0
}

.retirement .caption {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 300
}

.board {
    background-color: #fff
}

.board .kind-row:first-of-type() {
    padding-top: 2rem
}

.board .kind-row .kind-box {
    background: 0 0;
    padding: 0
}

.board .profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

@media (min-width:600px) {
    .board .profile {
        text-align: center
    }
}

.board .profile h4 span {
    font-weight: 400
}

.board .profile img {
    width: 125px
}

@media (min-width:600px) {
    .board .profile img {
        width: 150px
    }
}

@media (min-width:767px) {
    .board .profile img {
        width: 125px
    }
}

@media (min-width:1000px) {
    .board .profile img {
        width: 150px
    }
}

.board .profile .person-txt {
    text-align: left;
    padding-left: .5rem;
    margin-right: 2rem
}

.board .profile .person-txt p {
    font-size: 1rem
}

.board .profile .person-img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.board .kind-row:first-of-type {
    padding-top: 3rem
}

.board .kind-box {
    -webkit-box-shadow: none;
    box-shadow: none
}

.board .kind-box:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.board .modal-outer-wrap .modal-button {
    display: block;
    margin: 0 auto 4rem;
    text-align: center
}

.responsibility {
    background-color: #ededed
}

.responsibility .circle {
    margin: 2rem auto;
    width: 120%;
    border-radius: 100%;
    padding: 3rem;
    -webkit-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
    background-color: #fff
}

.responsibility .circle h3 {
    text-align: center;
    margin-bottom: 2rem;
    max-width: calc(100vw - 6rem);
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    -o-transform: translateX(5%);
    transform: translateX(5%)
}

.responsibility .circle p {
    font-size: .75rem;
    padding: 0 1rem;
    max-width: calc(100vw - 3rem);
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    -o-transform: translateX(5%);
    transform: translateX(5%)
}

@media (min-width:480px) {
    .responsibility .circle p {
        font-size: 1rem
    }
}

@media (min-width:600px) {
    .responsibility .circle {
        height: 580px;
        width: 580px;
        padding: 5rem 5rem 4rem 7rem;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .responsibility .circle h3 {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .responsibility .circle p {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        font-size: 1.125rem
    }
}

@media (min-width:767px) {
    .responsibility .circle {
        margin: 0 1rem;
        padding: 3rem 1.5rem 1rem 1.5rem;
        height: 480px;
        width: 480px
    }
    .responsibility .circle h3 {
        max-width: 80%;
        text-align: center;
        margin: 1rem auto
    }
    .responsibility .circle p {
        font-size: 1rem
    }
}

@media (min-width:1000px) {
    .responsibility .circle {
        margin: 0 1rem;
        padding: 5rem 5rem 4rem 7rem;
        height: 580px;
        width: 580px
    }
    .responsibility .circle h3 {
        max-width: 100%;
        text-align: center;
        margin: 1.5rem auto
    }
    .responsibility .circle h3 p {
        font-size: 1.125rem
    }
}

#hero-en {
    width: 100%;
    height: 380px
}

@media (min-width:767px) {
    #hero-en {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
}

.hero-en-image-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.hero-en-image {
    position: absolute;
    left: 50%;
    top: 0;
    min-width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    -webkit-transition: right .2s ease-out;
    -o-transition: right .2s ease-out;
    transition: right .2s ease-out
}

.hero-en-mask {
    position: absolute;
    right: -1px;
    bottom: -1px;
    left: -1px;
    width: auto;
    height: auto;
    min-width: 101%!important
}

@media (max-width:766px) {
    .hero-en-mask {
        min-width: 0!important
    }
}

.hero-en-content {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 700px;
    width: 90%
}

.hero-en-content h2 {
    color: #fff;
    margin: 0 0 .4em
}

.hero-en-content h3 {
    font-weight: 400;
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: .25em
}

@media (min-width:1000px) {
    .hero-en-content h3 {
        font-size: 2em;
        font-weight: 300
    }
}

.hero-en-content a {
    color: #fff
}

.our-values-en {
    margin-bottom: 5em
}

.our-values-en:after {
    content: "";
    display: table;
    clear: both
}

@media (min-width:767px) {
    .our-values-en .our-values-content {
        float: left;
        width: 35%
    }
}

@media (min-width:767px) {
    .our-values-en .our-values-chart {
        float: right;
        width: 55%
    }
}

.our-values-en .our-values-chart h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 1em
}

.our-values-en .our-values-chart ul {
    padding: 0;
    margin: 0;
    list-style: none
}

@media (min-width:767px) {
    .our-values-en .our-values-chart ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:767px) {
    .our-values-en .our-values-chart ul li {
        -ms-flex-preferred-size: 28%;
        flex-basis: 28%
    }
}

.our-values-en .our-values-chart ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 0;
    margin: 0;
    padding-bottom: 100%;
    border-radius: 300px;
    background: #8cc63f;
    position: relative
}

.our-values-en .our-values-chart ul li span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
    font-weight: 700;
    color: #fff
}

@media (max-width:599px) {
    .chart_span {
        max-width: 250px;
        margin: 0 auto
    }
}

.ct-chart .ct-slice,
.ct-chart .ct-slice-donut {
    opacity: .9;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
}

.ct-chart .ct-slice-donut.hover,
.ct-chart .ct-slice-donut:hover,
.ct-chart .ct-slice.hover,
.ct-chart .ct-slice:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.ct-chart.limit-width {
    max-width: 400px;
    margin: 0 auto
}

.ct-legend {
    list-style: none;
    font-size: .875em;
    line-height: 1.7;
    padding-left: 20px;
    text-align: left;
    margin-left: 1em
}

.ct-legend li {
    position: relative;
    padding-left: 23px
}

.ct-legend li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .35em;
    width: 14px;
    height: 14px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center
}

.ct-legend li.hover:before,
.ct-legend li:hover:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.ct-legend li.ct-series-a:before {
    background-color: #296004
}

.ct-legend li.ct-series-b:before {
    background-color: #4D8614
}

.ct-legend li.ct-series-c:before {
    background-color: #78B12D
}

.ct-legend li.ct-series-d:before {
    background-color: #BBDD8D
}

.ct-legend li.ct-series-e:before {
    background-color: #3C750D
}

.ct-legend li.ct-series-f:before {
    background-color: #62991A
}

.ct-legend li.ct-series-g:before {
    background-color: #8cc63f
}

.ct-legend li.ct-series-h:before {
    background-color: #DDEEC6
}

.ct-legend li.ct-series-i:before {
    background-color: #e9f4da
}

.ct-legend li.ct-series-j:before {
    background-color: #00949f
}

.ct-legend li.ct-series-k:before {
    background-color: #6f84c2
}

.ct-legend li.ct-series-l:before {
    background-color: #86797d
}

.ct-legend li.ct-series-m:before {
    background-color: #b2c326
}

.ct-legend li.ct-series-n:before {
    background-color: #6188e2
}

.ct-legend li.ct-series-o:before {
    background-color: #a748ca
}

.ct-chart .ct-label.ct-horizontal {
    text-align: center!important;
    line-height: 1.1!important;
    padding: 0 2px!important
}

.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar {
    stroke: #8cc63f;
    stroke-width: 34px
}

.chart-maksutulo.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar,
.chart-paid-pensions.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar,
.chart-stableness.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar,
.chart-tyel-count.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar,
.chart-tyel-persons.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar,
.chart-tyel-salary.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar,
.chart-yel-average-income.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar,
.chart-yel-count.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar,
.chart-yel-income.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar {
    stroke: #bfbfbf;
    stroke-width: 36px
}

.chart-maksutulo.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar:last-of-type,
.chart-paid-pensions.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar:last-of-type,
.chart-stableness.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar:last-of-type,
.chart-tyel-count.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar:last-of-type,
.chart-tyel-persons.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar:last-of-type,
.chart-tyel-salary.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar:last-of-type,
.chart-yel-average-income.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar:last-of-type,
.chart-yel-count.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar:last-of-type,
.chart-yel-income.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar:last-of-type {
    stroke: #8cc63f
}

@media (max-width:766px) {
    .chart-tyel-count-teaser,
    .chart-yel-count-teaser {
        height: 200px
    }
}

.chart-tyel-count-teaser:after,
.chart-yel-count-teaser:after {
    display: block!important;
    content: '';
    position: absolute;
    top: 50%;
    bottom: 18px;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(229, 229, 229, 0)), to(rgba(255, 255, 255, .8)));
    background: -webkit-linear-gradient(top, rgba(229, 229, 229, 0) 0, rgba(255, 255, 255, .8) 100%);
    background: -o-linear-gradient(top, rgba(229, 229, 229, 0) 0, rgba(255, 255, 255, .8) 100%);
    background: linear-gradient(to bottom, rgba(229, 229, 229, 0) 0, rgba(255, 255, 255, .8) 100%)
}

.chart-tyel-count-teaser.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar,
.chart-yel-count-teaser.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar {
    stroke-width: 48px;
    stroke: #bfbfbf
}

.chart-tyel-count-teaser.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar:last-of-type,
.chart-yel-count-teaser.ct-chart .ct-chart-bar .ct-series.ct-series-a .ct-bar:last-of-type {
    stroke: #8cc63f
}

.ct-chart+.muted {
    margin-bottom: 0
}

.chart-investment-shares-wrap,
.chart-pensions-wrap {
    margin-bottom: 20px
}

.chart-investment-shares-wrap:after,
.chart-pensions-wrap:after {
    content: "";
    display: table;
    clear: both
}

.chart-investment-shares-legend,
.chart-pensions-hover-legend {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.chart-investment-shares-legend li,
.chart-pensions-hover-legend li {
    position: absolute;
    top: 33%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    font-weight: 300;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    background: rgba(140, 198, 63, .95);
    z-index: 4
}

.chart-investment-shares-legend li span,
.chart-pensions-hover-legend li span {
    font-size: 2.5em;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    border-radius: 1px
}

.chart-investment-shares-legend li span:last-child,
.chart-pensions-hover-legend li span:last-child {
    font-size: 1.25em;
    color: #fff;
    padding: 0 .25rem
}

.chart-investment-shares-legend li.hover,
.chart-pensions-hover-legend li.hover {
    opacity: 1
}

@media (min-width:600px) {
    .chart-customer-shares,
    .chart-pensions-modal {
        float: left;
        max-width: 50%
    }
}

@media (min-width:600px) {
    .chart-customer-shares-legend,
    .chart-pensions-modal-legend {
        float: left;
        margin-top: 14%
    }
}

.ct-chart.chart-investments {
    margin-bottom: 20px
}

.ct-chart.chart-investments text.ct-label.ct-horizontal:nth-child(21) {
    text-anchor: middle!important
}

.ct-chart.chart-investments .ct-chart-bar .ct-series.ct-series-a .ct-bar {
    stroke: #8cc63f;
    stroke-width: 12px
}

@media (min-width:1080px) {
    .ct-chart.chart-investments .ct-chart-bar .ct-series.ct-series-a .ct-bar {
        stroke-width: 28px
    }
}

@media (min-width:1000px) {
    .ct-chart.chart-investments .ct-chart-bar .ct-series.ct-series-a .ct-bar {
        stroke-width: 25px
    }
}

@media (min-width:600px) {
    .ct-chart.chart-investments .ct-chart-bar .ct-series.ct-series-a .ct-bar {
        stroke-width: 23px
    }
}

.ct-chart.chart-investments .ct-chart-bar .ct-series.ct-series-a .ct-bar:last-of-type,
.ct-chart.chart-investments .ct-chart-bar .ct-series.ct-series-a .ct-bar:nth-last-of-type(2) {
    stroke: #3C750D
}

@media (max-width:599px) {
    .ct-chart.chart-investments .ct-chart-bar .ct-series.ct-series-a text {
        display: none
    }
}

.ct-chart.chart-investments .ct-chart-bar .ct-series.ct-series-a text:last-child,
.ct-chart.chart-investments .ct-chart-bar .ct-series.ct-series-a text:nth-last-of-type(2) {
    fill: #fff!important
}

.chart-stableness-wrap .ct-chart-bar .ct-series.ct-series-a .ct-bar {
    stroke-width: 42px
}

.chart-stableness-wrap .chart-stableness-extra-wrap,
.chart-stableness-wrap .ct-chart.chart-stableness {
    position: absolute;
    left: 0;
    top: 0
}

.chart-stableness-wrap .chart-stableness-extra-wrap {
    width: 100%;
    left: 9.5%
}

.stableness-legend {
    list-style: none;
    padding: 0;
    font-size: .875em;
    margin-top: 100px;
    margin-bottom: 20px
}

@media (min-width:600px) {
    .stableness-legend {
        margin-top: 0
    }
}

.stableness-legend li {
    padding-left: 25px;
    position: relative;
    line-height: 1.2;
    margin-bottom: .8em
}

.stableness-legend li span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 14px;
    height: 14px;
    background: #8cc63f
}

.stableness-legend li span.upper {
    background: #296004;
    border-radius: 10px
}

.stableness-legend li span.limit {
    background: #4D8614;
    border-radius: 10px
}

.ct-chart.chart-customer-sats .ct-series.ct-series-a .ct-line,
.ct-chart.chart-customer-sats .ct-series.ct-series-a .ct-point {
    stroke: #8cc63f
}

.ct-chart.chart-customer-sats .ct-series.ct-series-b .ct-line,
.ct-chart.chart-customer-sats .ct-series.ct-series-b .ct-point {
    stroke: #bfbfbf
}

.ct-chart.chart-customer-sats text.ct-label.ct-horizontal:nth-child(8) {
    text-anchor: middle!important
}

.chart-customer-sats-legend li.ct-series-a:before {
    background-color: #8cc63f
}

.chart-customer-sats-legend li.ct-series-b:before {
    background-color: #bfbfbf
}

.fallback {
    display: none
}

.lt-ie9 .fallback {
    display: block
}

.lt-ie9 .ct-chart {
    display: none!important
}

.ct-label {
    fill: rgba(0, 0, 0, .4);
    color: rgba(0, 0, 0, .4);
    font-size: .75rem;
    line-height: 1
}

.ct-chart-bar .ct-label,
.ct-chart-line .ct-label {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-label.ct-vertical.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.ct-label.ct-vertical.ct-end {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    text-align: right;
    text-anchor: end
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: end
}

.ct-grid {
    stroke: rgba(0, 0, 0, .2);
    stroke-width: 1px;
    stroke-dasharray: 2px
}

.ct-point {
    stroke-width: 10px;
    stroke-linecap: round
}

.ct-line {
    fill: none;
    stroke-width: 3px
}

.ct-area {
    stroke: none;
    fill-opacity: .1
}

.ct-bar {
    fill: none;
    stroke-width: 10px
}

.ct-slice-donut {
    fill: none;
    stroke-width: 60px
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
    stroke: #296004
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #296004
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
    stroke: #4D8614
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
    fill: #4D8614
}

.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
    stroke: #78B12D
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #78B12D
}

.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
    stroke: #BBDD8D
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #BBDD8D
}

.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
    stroke: #3C750D
}

.ct-series-e .ct-area,
.ct-series-e .ct-slice-pie {
    fill: #3C750D
}

.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
    stroke: #62991A
}

.ct-series-f .ct-area,
.ct-series-f .ct-slice-pie {
    fill: #62991A
}

.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
    stroke: #8cc63f
}

.ct-series-g .ct-area,
.ct-series-g .ct-slice-pie {
    fill: #8cc63f
}

.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
    stroke: #DDEEC6
}

.ct-series-h .ct-area,
.ct-series-h .ct-slice-pie {
    fill: #DDEEC6
}

.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
    stroke: #e9f4da
}

.ct-series-i .ct-area,
.ct-series-i .ct-slice-pie {
    fill: #e9f4da
}

.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
    stroke: #00949f
}

.ct-series-j .ct-area,
.ct-series-j .ct-slice-pie {
    fill: #00949f
}

.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
    stroke: #6f84c2
}

.ct-series-k .ct-area,
.ct-series-k .ct-slice-pie {
    fill: #6f84c2
}

.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
    stroke: #86797d
}

.ct-series-l .ct-area,
.ct-series-l .ct-slice-pie {
    fill: #86797d
}

.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
    stroke: #b2c326
}

.ct-series-m .ct-area,
.ct-series-m .ct-slice-pie {
    fill: #b2c326
}

.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
    stroke: #6188e2
}

.ct-series-n .ct-area,
.ct-series-n .ct-slice-pie {
    fill: #6188e2
}

.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
    stroke: #a748ca
}

.ct-series-o .ct-area,
.ct-series-o .ct-slice-pie {
    fill: #a748ca
}

.ct-square {
    display: block;
    position: relative;
    width: 100%
}

.ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%
}

.ct-square:after {
    content: "";
    display: table;
    clear: both
}

.ct-square>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-second {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%
}

.ct-minor-second:after {
    content: "";
    display: table;
    clear: both
}

.ct-minor-second>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-second {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%
}

.ct-major-second:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-second>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-third {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%
}

.ct-minor-third:after {
    content: "";
    display: table;
    clear: both
}

.ct-minor-third>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-third {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%
}

.ct-major-third:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-third>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%
}

.ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%
}

.ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both
}

.ct-perfect-fourth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-perfect-fifth {
    display: block;
    position: relative;
    width: 100%
}

.ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%
}

.ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both
}

.ct-perfect-fifth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-sixth {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%
}

.ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both
}

.ct-minor-sixth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-golden-section {
    display: block;
    position: relative;
    width: 100%
}

.ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%
}

.ct-golden-section:after {
    content: "";
    display: table;
    clear: both
}

.ct-golden-section>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-sixth {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%
}

.ct-major-sixth:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-sixth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-minor-seventh {
    display: block;
    position: relative;
    width: 100%
}

.ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%
}

.ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both
}

.ct-minor-seventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-seventh {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%
}

.ct-major-seventh:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-seventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-octave {
    display: block;
    position: relative;
    width: 100%
}

.ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%
}

.ct-octave:after {
    content: "";
    display: table;
    clear: both
}

.ct-octave>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-tenth {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%
}

.ct-major-tenth:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-tenth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-eleventh {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%
}

.ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-eleventh>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-major-twelfth {
    display: block;
    position: relative;
    width: 100%
}

.ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%
}

.ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both
}

.ct-major-twelfth>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-double-octave {
    display: block;
    position: relative;
    width: 100%
}

.ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%
}

.ct-double-octave:after {
    content: "";
    display: table;
    clear: both
}

.ct-double-octave>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.ct-perfect-fourth-rev {
    display: block;
    position: relative;
    width: 100%
}

.ct-perfect-fourth-rev:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 133.333333333%
}

.ct-perfect-fourth-rev:after {
    content: "";
    display: table;
    clear: both
}

.ct-perfect-fourth-rev>svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

@media print {
    * {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important;
        filter: none!important;
        -ms-filter: none!important;
        -webkit-text-stroke: 0!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    #content a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    table {
        border-collapse: collapse;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    td,
    th {
        border: 1px solid #000
    }
    tbody {
        border: 1px solid #000;
        border-width: 2px 0
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    blockquote {
        outline: 0;
        border: 0
    }
    h1 {
        margin-right: 0
    }
    #colophon,
    #navigation,
    #top,
    .secondary-nav,
    .share-links,
    .sidebar {
        display: none!important
    }
    body {
        padding-top: 0
    }
    .lt-ie9 body {
        min-width: 0
    }
    #masthead {
        position: relative;
        height: auto;
        margin-bottom: 20px;
        border-bottom: 0
    }
    #masthead .inner {
        padding-left: 10px
    }
    #masthead #hgroup {
        position: relative;
        width: 100%;
        height: auto
    }
    #masthead #hgroup:after {
        content: none
    }
    #masthead.fixed {
        height: auto!important
    }
    #masthead.fixed #hgroup img {
        width: 225px!important;
        height: 35px!important
    }
    #masthead .logo {
        display: none
    }
    #masthead #print-logo {
        display: block;
        margin: 0 0 2mm
    }
    #masthead #name {
        position: relative;
        top: 0;
        margin: 0;
        clear: left;
        font-size: 1.25em;
        line-height: 1;
        vertical-align: top;
        text-align: left
    }
    .featured {
        display: none
    }
    .ceo .button-wrap,
    .ceo .teaser-content {
        display: none
    }
    .ceo .full-content {
        height: auto;
        overflow: visible
    }
    .indicators>.inner>h3 {
        font-size: 1.75em;
        margin-bottom: .5em
    }
    .indicators .kind-box>h4 {
        display: none
    }
    .indicators .kind-box-content {
        display: none
    }
    .indicators .kind-row {
        display: block
    }
    .indicators .kind-box {
        display: block;
        width: 100%
    }
    .indicators .ct-chart {
        max-width: 125mm;
        max-height: 500px;
        page-break-inside: avoid
    }
    .modal-button-container {
        display: none
    }
    .modal-container {
        position: relative;
        max-width: 100%
    }
    .modal-content {
        position: relative;
        opacity: 1;
        max-width: 100%;
        padding: 0
    }
    .stefan .inner {
        display: block
    }
    .stefan img {
        float: left;
        width: 30%;
        margin-right: 1em
    }
    .stefan .button-wrap {
        display: none
    }
    .stefan .full-content {
        height: auto;
        overflow: visible;
        padding: 0
    }
    #y110 {
        max-width: 40%
    }
    .youtube-container {
        display: none
    }
    .unslider-fade {
        height: auto!important
    }
    .unslider-wrap li {
        opacity: 1!important;
        position: relative!important
    }
    .materials {
        display: none
    }
}


/*# sourceMappingURL=main.css.map */