html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
html {
  height: 101%;
  font-size: 62.5%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
img,
ol,
ul {
  list-style: none;
}
video {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
strong {
  font-weight: bold;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
html,
body {
  height: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  background: #fff;
}
.no-max-width {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.max-width {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
a,
a:visited {
  color: #8cc63f;
}
a:hover,
a:active,
a.active {
  color: #111;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  float: left;
  font-weight: 700;
  color: #111;
  padding: 0 0 10px 0;
}
h1,
.content-inner h2 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 10px 0;
  color: #111;
  text-transform: none;
}
@media (min-width: 600px) {
  h1,
  .content-inner h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    line-height: 3.4rem;
  }
}
h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  text-transform: uppercase;
  color: #8cc63f;
}
h1.title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 38px;
  line-height: 3.8rem;
  text-transform: uppercase;
  margin: 40px 0 0 0;
  padding: 0;
}
@media (min-width: 600px) {
  h1.title {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 42px;
    line-height: 4.2rem;
  }
}
h3,
h4,
h5,
h6 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
  padding: 10px 0;
}
h3 {
  padding: 15px 0 10px 0;
}
.index h1 {
  width: 100%;
  float: left;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 48px;
  line-height: 4.8rem;
  text-transform: uppercase;
  color: #111;
  font-weight: 700;
  padding: 0 0 15px 0;
}
@media (min-width: 500px) {
  .index h1 {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 54px;
    line-height: 5.4rem;
  }
}
.index h1 span.light {
  font-weight: 300;
}
.index h1 span.quote {
  color: #8cc63f;
}
p,
ul {
  width: 100%;
  float: left;
  color: #666;
  padding: 0 0 15px 0;
}
p a,
ul a {
  color: #8cc63f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 1.4rem;
}
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  float: left;
}
/*--- HEADER ---*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  height: 60px;
  border-bottom: 1px solid #E6E6E6;
  z-index: 100;
}
a.branding,
a.branding:visited {
  position: absolute;
  top: 0;
  left: 30px;
  width: 200px;
  height: 50px;
  background: url(../images/cd-logo.jpg) left center no-repeat;
  background-size: contain;
  z-index: 2;
  opacity: 1;
  text-indent: -9999px;
}
@media (min-width: 900px) {
  a.branding,
  a.branding:visited {
    width: 250px;
  }
}
a.branding:hover {
  opacity: 0.9;
}
.menu {
  width: 100%;
  float: right;
  background: #fff;
  padding: 10px 0;
}
@media (min-width: 500px) {
  .menu {
    width: 260px;
  }
}
@media (min-width: 1000px) {
  .menu {
    width: auto;
    float: right;
    background: none;
    padding: 0 15px 0 0;
  }
}
.menu li {
  display: inline;
  float: left;
  width: 100%;
  text-align: right;
}
@media (min-width: 1000px) {
  .menu li {
    width: auto;
    text-align: left;
    padding: 20px 15px;
  }
}
.menu a,
.menu a:visited {
  display: block;
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
  padding: 10px 30px;
}
@media (min-width: 1000px) {
  .menu a,
  .menu a:visited {
    width: auto;
    padding: 0 0;
  }
}
.menu a:hover {
  color: #8cc63f;
}
.menu .active a {
  color: #8cc63f;
}
@media (min-width: 1000px) {
  .menu .active a {
    color: #111;
    border-bottom: 3px solid #8cc63f;
  }
}
.menu-sub {
  width: 100%;
  float: left;
  margin: 0 0 40px 0;
  max-width: 400px;
}
.menu-sub li {
  display: inline-block;
  width: 100%;
}
.menu-sub a,
.menu-sub a:visited {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111;
  padding: 7px 0;
  border-bottom: 1px solid #E6E6E6;
}
.menu-sub li ul li a,
.menu-sub li ul li a:visited {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
  color: #666;
  padding: 7px 0 7px 10px;
  border-bottom: 1px solid #E6E6E6;
}
.menu-sub li ul li a:hover {
  color: #8cc63f;
}
.menu-sub li ul {
  padding: 0;
}
.menu-sub li ul li.active a {
  color: #ccc;
}
.menu-sub .active a {
  color: #8cc63f;
}
.menu-sub a:hover {
  color: #8cc63f;
}
.menu-lang {
  width: auto;
  position: absolute;
  top: 70px;
  right: 30px;
  z-index: 3;
}
.menu-lang li {
  display: inline;
  float: left;
  color: #fff;
  font-weight: 700;
}
.menu-lang a,
.menu-lang a:visited {
  text-transform: none;
  color: #fff;
  font-weight: 700;
  padding: 0 0 0 5px;
}
.menu-lang a:hover,
.menu-lang .active a {
  opacity: 0.5;
}
.bg {
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: url(../images/bg2.jpg) right center no-repeat;
  background-size: cover;
  z-index: -1;
}
.subpage .bg {
  height: 200px;
  position: relative;
  float: left;
  overflow: hidden;
}
.container {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
  padding: 0 0 100px 0;
}
/*------ INDEX ------*/
.index .container {
  height: 100vh;
  padding: 0;
}
.content-1 {
  width: 100%;
  margin: 0 auto;
  float: none;
  max-width: 500px;
  position: relative;
  height: 100%;
}
.align-wrap {
  background: rgba(255, 255, 255, 0.6);
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 40px 30px 20px 30px;
}
.align {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 80px 0 80px 0;
}
.align p {
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 0 0 0;
}
.button {
  width: 100%;
  float: left;
  padding: 30px 0 20px 0;
  text-align: center;
}
.button a,
.button a:visited {
  display: inline-block;
  float: none;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border-radius: 20px;
  background: #8cc63f;
  border: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 10px 5px 0 5px;
}
.button a:hover {
  background: #fff;
  color: #111;
}
.button a.dark,
.button a.dark:visited {
  background: #111;
}
.button a.dark:hover {
  background: #fff;
  color: #111;
}
.subpage .button {
  padding: 20px 0 0 0;
}
.subpage .button a,
.subpage .button a:visited {
  background: #f5f5f5;
  color: #111;
}
.subpage .button a:hover {
  background: #8cc63f;
  color: #fff;
}
.subpage .button a.active,
.subpage .button .active.dark {
  background: #8cc63f;
  color: #fff;
}
/*------ SUBPAGE ------*/
.content {
  width: 100%;
  margin: 0 auto;
  float: none;
  max-width: 1200px;
  position: relative;
  text-align: center;
  padding: 0 30px;
}
.aside {
  width: 100%;
  float: left;
  text-align: left;
  padding: 40px 0 0 0;
}
@media (min-width: 800px) {
  .aside {
    width: 30%;
    padding: 60px 0 0 0;
  }
}
.content-in {
  width: 100%;
  float: left;
  text-align: left;
  padding: 0px 0 100px 0;
}
@media (min-width: 800px) {
  .content-in {
    width: 70%;
    padding: 60px 0 100px 30px;
  }
}
@media (min-width: 1000px) {
  .content-in {
    padding: 60px 0 100px 50px;
  }
}
.content-in ul {
  width: 100%;
  float: left;
  list-style: none;
}
.content-in ul li {
  width: 100%;
  float: left;
  color: #666;
  padding-left: 16px;
  text-indent: -12px;
}
.content-in ul li::before {
  content: "• ";
  font-size: 20px;
  color: #8cc63f;
}
.content-in .team {
  list-style: none;
}
.content-in .team li {
  text-indent: 0;
}
.content-in .team li::before {
  content: none;
}
.content-in.wide {
  width: 100%;
  float: none;
  margin: 0 auto;
  text-align: left;
  padding: 40px 0 100px 0;
}
@media (min-width: 800px) {
  .content-in.wide {
    width: 70%;
    padding: 60px 0 100px 0;
  }
}
@media (min-width: 1000px) {
  .content-in.wide {
    padding: 60px 0 100px 0;
  }
}
/*------ TEAM ------*/
.team {
  width: 100%;
  float: left;
  padding: 30px 0 0 0;
}
@media (min-width: 950px) {
  .team {
    padding: 40px 0 0 0;
  }
}
.team li {
  display: inline;
  float: left;
  width: 100%;
  max-width: 180px;
  padding: 0 20px 20px 0;
}
@media (min-width: 460px) {
  .team li {
    min-height: 300px;
  }
}
.team img {
  width: 100%;
  float: left;
  padding: 0 0 10px 0;
}
.team p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  padding: 0;
}
.team h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 700;
  color: #111;
  padding: 0;
}
.profile {
  width: 100%;
  float: left;
}
/*------ PALVELUT ------*/
.services {
  width: 100%;
  float: left;
  text-align: left;
  padding: 30px 0 100px 0;
}
@media (min-width: 800px) {
  .services {
    padding: 30px 0 100px 0;
  }
}
@media (min-width: 1000px) {
  .services {
    padding: 30px 0 100px 0;
  }
}
.col-100 {
  width: 100%;
  float: left;
}
.col-50 {
  width: 100%;
  float: left;
}
@media (min-width: 950px) {
  .col-50 {
    width: 50%;
  }
}
@media (min-width: 750px) {
  .col-100 .col-50 {
    width: 50%;
  }
}
.content-inner {
  padding: 20px 0 0 0;
  text-align: left;
}
@media (min-width: 750px) {
  .content-inner {
    padding: 20px 0 0 30px;
  }
}
.content-inner.img {
  padding: 20px 0 0 0;
}
@media (min-width: 750px) {
  .content-inner.img {
    padding: 20px 0 0 0px;
  }
}
/*------ FOOTER ------*/
.footer {
  width: 100%;
  float: left;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #000;
  text-align: center;
}
.footer p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #ccc;
  padding: 10px 20px;
}
.footer a,
.footer a:visited {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: none;
  font-weight: 400;
  color: #8cc63f;
  padding: 10px 0;
}
/*------ MENU MOBILE ------*/
.nav-collapse {
  width: 100%;
  float: left;
  overflow: visible;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.disable-pointer-events {
  pointer-events: none !important;
}
a.nav-toggle,
a.nav-toggle:visited {
  width: 100%;
  float: left;
  height: 60px;
  background: url(../svg/fallback/icon-menu-m.png) right center no-repeat;
  background-image: url(../svg/icon-menu-m.svg), none;
  border-bottom: 1px solid #e6e6e6;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  text-indent: -9999px;
  padding: 10px 0;
}
@media (min-width: 1000px) {
  a.nav-toggle,
  a.nav-toggle:visited {
    display: none;
  }
}
a.nav-toggle:hover,
a.nav-toggle.active {
  opacity: 1;
}
@media (min-width: 1000px) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
a.niku,
a.niku:visited {
  display: inline-block;
  width: 100%;
  float: left;
  height: 20px;
  background: url(../svg/fallback/niku.png) center center no-repeat;
  background-image: url(../svg/niku.svg), none;
  opacity: 0.9;
  text-indent: -9999px;
}
a.niku:hover {
  opacity: 1;
}
